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

54 lines 2.18 kB
"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 = { [variants_1.LayoutVariantType.DEFAULT]: { gridConfig: { [breakpoints_1.DeviceBreakpointsType.LARGE_DESKTOP]: { gap: spacings_1.SPACINGS.spacing_450, margin: 7.5, columns: 12, }, [breakpoints_1.DeviceBreakpointsType.DESKTOP]: { gap: spacings_1.SPACINGS.spacing_450, margin: 7.5, columns: 12, }, [breakpoints_1.DeviceBreakpointsType.TABLET]: { gap: spacings_1.SPACINGS.spacing_400, margin: 1.5, columns: 8, }, [breakpoints_1.DeviceBreakpointsType.MOBILE]: { gap: spacings_1.SPACINGS.spacing_50, margin: 1, columns: 4, }, }, defaultColumnsConfig: { header: { [breakpoints_1.DeviceBreakpointsType.LARGE_DESKTOP]: 12, [breakpoints_1.DeviceBreakpointsType.DESKTOP]: 12, [breakpoints_1.DeviceBreakpointsType.TABLET]: 8, [breakpoints_1.DeviceBreakpointsType.MOBILE]: 4, }, main: { [breakpoints_1.DeviceBreakpointsType.LARGE_DESKTOP]: 9, [breakpoints_1.DeviceBreakpointsType.DESKTOP]: 9, DESKTOP_FULL: 12, [breakpoints_1.DeviceBreakpointsType.TABLET]: 8, [breakpoints_1.DeviceBreakpointsType.MOBILE]: 4, }, aside: { [breakpoints_1.DeviceBreakpointsType.LARGE_DESKTOP]: 3, [breakpoints_1.DeviceBreakpointsType.DESKTOP]: 3, [breakpoints_1.DeviceBreakpointsType.TABLET]: 8, [breakpoints_1.DeviceBreakpointsType.MOBILE]: 4, }, }, }, }; //# sourceMappingURL=styles.js.map