@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
25 lines (20 loc) • 569 B
text/typescript
const CLASS_PREFIX = 'md-toast-details';
const DEFAULTS = {};
const INFO_COLORS = {
CANCEL: 'cancel',
JOIN: 'join',
SUCCESS: 'success',
WARNING: 'warning',
};
const STYLE = {
badge: `${CLASS_PREFIX}-badge`,
badges: `${CLASS_PREFIX}-badges`,
content: `${CLASS_PREFIX}-content`,
controls: `${CLASS_PREFIX}-controls`,
image: `${CLASS_PREFIX}-image`,
info: `${CLASS_PREFIX}-info`,
subject: `${CLASS_PREFIX}-subject`,
title: `${CLASS_PREFIX}-title`,
wrapper: `${CLASS_PREFIX}-wrapper`,
};
export { CLASS_PREFIX, DEFAULTS, INFO_COLORS, STYLE };