UNPKG

baseui

Version:

A React Component library implementing the Base design language

31 lines (29 loc) 715 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SIZE_WIDTHS = exports.SIZE = exports.ROLE = exports.CLOSE_SOURCE = 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 SIZE = exports.SIZE = { default: 'default', full: 'full', auto: 'auto' }; const SIZE_WIDTHS = exports.SIZE_WIDTHS = { default: '500px', full: '100%', auto: 'auto' }; const ROLE = exports.ROLE = { dialog: 'dialog', alertdialog: 'alertdialog' }; const CLOSE_SOURCE = exports.CLOSE_SOURCE = { closeButton: 'closeButton', backdrop: 'backdrop', escape: 'escape' };