@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
18 lines • 579 B
JavaScript
var CLASS_PREFIX = 'md-toast-content';
var DEFAULTS = {};
var ACTION_COLORS = {
CANCEL: 'cancel',
JOIN: 'join',
SUCCESS: 'success',
WARNING: 'warning',
};
var STYLE = {
action: "".concat(CLASS_PREFIX, "-action"),
actions: "".concat(CLASS_PREFIX, "-actions"),
actor: "".concat(CLASS_PREFIX, "-actor"),
info: "".concat(CLASS_PREFIX, "-info"),
scope: "".concat(CLASS_PREFIX, "-scope"),
wrapper: "".concat(CLASS_PREFIX, "-wrapper"),
};
export { CLASS_PREFIX, DEFAULTS, ACTION_COLORS, STYLE };
//# sourceMappingURL=ToastContent.constants.js.map