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.31 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OPERATIVE_LAYOUT_STYLES = void 0; const breakpoints_1 = require("../../../../types/breakpoints/breakpoints"); const colors_1 = require("../../foundations/colors"); const spacings_1 = require("../../foundations/spacings"); const variants_1 = require("./variants"); exports.OPERATIVE_LAYOUT_STYLES = { [variants_1.OperativeLayoutVariantType.DEFAULT]: { gridConfig: { [breakpoints_1.DeviceBreakpointsType.LARGE_DESKTOP]: { gap: spacings_1.SPACINGS.spacing_0, margin: 0, columns: 12, }, [breakpoints_1.DeviceBreakpointsType.DESKTOP]: { gap: spacings_1.SPACINGS.spacing_0, margin: 0, columns: 12, }, [breakpoints_1.DeviceBreakpointsType.TABLET]: { gap: spacings_1.SPACINGS.spacing_100, margin: 0, columns: 8, }, [breakpoints_1.DeviceBreakpointsType.MOBILE]: { gap: spacings_1.SPACINGS.spacing_50, margin: 0, columns: 4, }, }, defaultColumnsConfig: { 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, }, }, paddingRightGridItem: spacings_1.SPACINGS.spacing_100, paddingLeftGridItem: spacings_1.SPACINGS.spacing_100, mainContainerColor: colors_1.COLORS.NEUTRAL.color_neutral_bg_100, asideContainerColor: colors_1.COLORS.NEUTRAL.color_neutral_bg_100, maxWidthParentContainer: { [breakpoints_1.DeviceBreakpointsType.DESKTOP]: '90rem' }, }, }; //# sourceMappingURL=styles.js.map