@talend/react-bootstrap
Version:
Bootstrap 3 components built with React
35 lines (34 loc) • 754 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Style = exports.State = exports.Size = exports.SIZE_MAP = exports.DEVICE_SIZES = void 0;
const Size = exports.Size = {
LARGE: 'large',
SMALL: 'small',
XSMALL: 'xsmall'
};
const SIZE_MAP = exports.SIZE_MAP = {
large: 'lg',
medium: 'md',
small: 'sm',
xsmall: 'xs',
lg: 'lg',
md: 'md',
sm: 'sm',
xs: 'xs'
};
const DEVICE_SIZES = exports.DEVICE_SIZES = ['lg', 'md', 'sm', 'xs'];
const State = exports.State = {
SUCCESS: 'success',
WARNING: 'warning',
DANGER: 'danger',
INFO: 'info'
};
const Style = exports.Style = {
DEFAULT: 'default',
PRIMARY: 'primary',
LINK: 'link',
INVERSE: 'inverse'
};
//# sourceMappingURL=StyleConfig.js.map