@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 • 596 B
JavaScript
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('#A092F1', '#6E64A6') };
const COMPONENTS_STYLES = { ...getComponentsStyles(COLORS) };
const FOUNDATIONS_STYLES = { ...getFoundations('#A092F1') };
export const KUBIT_WIREFRAME_ASTRA_STYLES = {
...FOUNDATIONS_STYLES,
...COMPONENTS_STYLES,
ICONS,
};
//# sourceMappingURL=styles.js.map