UNPKG

@navinc/base-react-components

Version:
20 lines 577 B
export const defaultVariation = 'info'; export const variations = { info: { background: 'infoContainer', color: 'onInfoContainer', iconColor: 'onInfoContainer', }, error: { background: 'errorContainer', color: 'onErrorContainer', iconColor: 'onErrorContainer', }, success: { background: 'successContainer', color: 'onSuccessContainer', iconColor: 'onSuccessContainer', }, }; export const getVariationProps = (variation) => variations[variation]; //# sourceMappingURL=helpers.js.map