UNPKG

baseui

Version:

A React Component library implementing the Base design language

30 lines (28 loc) 764 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KIND = exports.HIERARCHY = exports.ARTWORK_TYPE = exports.ACTION_POSITION = void 0; /* Copyright (c) Uber Technologies, Inc. This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree. */ const ACTION_POSITION = exports.ACTION_POSITION = Object.freeze({ below: 'below', trailing: 'trailing' }); const ARTWORK_TYPE = exports.ARTWORK_TYPE = Object.freeze({ icon: 'icon', badge: 'badge' }); const HIERARCHY = exports.HIERARCHY = Object.freeze({ low: 'low', high: 'high' }); const KIND = exports.KIND = Object.freeze({ info: 'info', negative: 'negative', positive: 'positive', warning: 'warning' });