UNPKG

react-bulma-components

Version:

React components for Bulma framework

33 lines (32 loc) 627 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var CONSTANTS = { BREAKPOINTS: { DESKTOP: 'desktop', TABLET: 'tablet', MOBILE: 'mobile', WIDESCREEN: 'widescreen', FULLHD: 'fullhd', TOUCH: 'touch' }, COLORS: { PRIMARY: 'primary', LINK: 'link', INFO: 'info', SUCCESS: 'success', WARNING: 'warning', DANGER: 'danger', DARK: 'dark', TEXT: 'text' }, COLOR_VARIANT: { light: 'light', dark: 'dark' } }; var _default = CONSTANTS; exports["default"] = _default; //# sourceMappingURL=constants.js.map