UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

13 lines 597 B
import { ICONS } from '../../../designSystem/kubit/assets/icons/icons'; import { getComponentsStyles } from '../commons/components/styles'; import { getColors } from '../commons/foundations/colors'; import { getFoundations } from '../commons/foundations/getFoundations'; const COLORS = { ...getColors('#FF597D', '#99354B') }; const COMPONENTS_STYLES = { ...getComponentsStyles(COLORS) }; const FOUNDATIONS_STYLES = { ...getFoundations('#FF597D') }; export const KUBIT_WIREFRAME_VULCAN_STYLES = { ...FOUNDATIONS_STYLES, ...COMPONENTS_STYLES, ICONS, }; //# sourceMappingURL=styles.js.map