UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

29 lines 744 B
var CLASS_PREFIX = 'md-alert-banner'; var COLORS = { DEFAULT: 'default', ERROR: 'error', SUCCESS: 'success', THEME: 'theme', WARNING: 'warning', }; var SIZES = { DEFAULT: 'default', SMALL: 'small', }; var DEFAULTS = { COLOR: 'default', IS_CENTERED: false, IS_GROWN: false, IS_PILLED: false, IS_STATIC: false, SIZE: 'default', }; var STYLE = { button: "".concat(CLASS_PREFIX, "-button"), buttons: "".concat(CLASS_PREFIX, "-buttons"), image: "".concat(CLASS_PREFIX, "-image"), label: "".concat(CLASS_PREFIX, "-label"), wrapper: "".concat(CLASS_PREFIX, "-wrapper"), }; export { CLASS_PREFIX, COLORS, DEFAULTS, SIZES, STYLE }; //# sourceMappingURL=AlertBanner.constants.js.map