@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
54 lines • 2.18 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LAYOUT_STYLES = void 0;
const breakpoints_1 = require("../../../../types/breakpoints/breakpoints");
const spacings_1 = require("../../foundations/spacings");
const variants_1 = require("./variants");
exports.LAYOUT_STYLES = {
[]: {
gridConfig: {
[]: {
gap: spacings_1.SPACINGS.spacing_450,
margin: 7.5,
columns: 12,
},
[]: {
gap: spacings_1.SPACINGS.spacing_450,
margin: 7.5,
columns: 12,
},
[]: {
gap: spacings_1.SPACINGS.spacing_400,
margin: 1.5,
columns: 8,
},
[]: {
gap: spacings_1.SPACINGS.spacing_50,
margin: 1,
columns: 4,
},
},
defaultColumnsConfig: {
header: {
[]: 12,
[]: 12,
[]: 8,
[]: 4,
},
main: {
[]: 9,
[]: 9,
DESKTOP_FULL: 12,
[]: 8,
[]: 4,
},
aside: {
[]: 3,
[]: 3,
[]: 8,
[]: 4,
},
},
},
};
//# sourceMappingURL=styles.js.map