@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
16 lines • 774 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KUBIT_WIREFRAME_ROOT_STYLES = void 0;
const icons_1 = require("../../../designSystem/kubit/assets/icons/icons");
const styles_1 = require("../commons/components/styles");
const colors_1 = require("../commons/foundations/colors");
const getFoundations_1 = require("../commons/foundations/getFoundations");
const COLORS = { ...(0, colors_1.getColors)('#62D8C0', '#347366') };
const COMPONENTS_STYLES = { ...(0, styles_1.getComponentsStyles)(COLORS) };
const FOUNDATIONS_STYLES = { ...(0, getFoundations_1.getFoundations)('#62D8C0') };
exports.KUBIT_WIREFRAME_ROOT_STYLES = {
...FOUNDATIONS_STYLES,
...COMPONENTS_STYLES,
ICONS: icons_1.ICONS,
};
//# sourceMappingURL=styles.js.map