@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
29 lines • 1.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getFoundations = void 0;
const borders_1 = require("./borders");
const breakpoints_1 = require("./breakpoints");
const colors_1 = require("./colors");
const mediaQueries_1 = require("./mediaQueries");
const shadow_1 = require("./shadow");
const sizes_1 = require("./sizes");
const spacings_1 = require("./spacings");
const typography_1 = require("./typography");
const zIndex_1 = require("./zIndex");
const getFoundations = (COLORS) => ({
COLORS: (0, colors_1.getColors)(COLORS),
BREAKPOINTS: breakpoints_1.BREAKPOINTS,
MEDIA_QUERIES: mediaQueries_1.MEDIA_QUERIES,
Z_INDEX: zIndex_1.Z_INDEX,
SPACINGS: spacings_1.SPACINGS,
BORDERS: borders_1.BORDERS,
FONT_FAMILY: typography_1.FONT_FAMILY,
FONT_WEIGHT: typography_1.FONT_WEIGHT,
HEADING: typography_1.HEADING,
PARAGRAPH: typography_1.PARAGRAPH,
TEXT_ALIGN: typography_1.TEXT_ALIGN,
SIZES: sizes_1.SIZES,
SHADOW: shadow_1.SHADOW,
});
exports.getFoundations = getFoundations;
//# sourceMappingURL=getFoundations.js.map