UNPKG

baseui

Version:

A React Component library implementing the Base design language

35 lines (32 loc) 811 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SIZE_DIMENSION = exports.SIZE = exports.CLOSE_SOURCE = exports.ANCHOR = 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. */ // eslint-disable-next-line @typescript-eslint/no-unused-vars const SIZE = exports.SIZE = { default: 'default', full: 'full', auto: 'auto' }; const SIZE_DIMENSION = exports.SIZE_DIMENSION = { default: '500px', full: '100%', auto: 'auto' }; const CLOSE_SOURCE = exports.CLOSE_SOURCE = { closeButton: 'closeButton', backdrop: 'backdrop', escape: 'escape' }; const ANCHOR = exports.ANCHOR = { left: 'left', right: 'right', top: 'top', bottom: 'bottom' };