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

46 lines 1.8 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HEADER_STYLES = void 0; const breakpoints_1 = require("../../../../types/breakpoints/breakpoints"); const borders_1 = require("../../foundations/borders"); const spacings_1 = require("../../foundations/spacings"); const variants_1 = require("./variants"); exports.HEADER_STYLES = { [variants_1.HeaderVariantType.DEFAULT]: { container: { border_radius: borders_1.RADIUS.radius_00, }, breadcrumbs: { margin_top: spacings_1.SPACINGS.spacing_200, }, content: { gap: spacings_1.SPACINGS.spacing_200, margin: `${spacings_1.SPACINGS.spacing_50} ${spacings_1.SPACINGS.spacing_0} ${spacings_1.SPACINGS.spacing_250} ${spacings_1.SPACINGS.spacing_0}`, }, leftContent: { gap: spacings_1.SPACINGS.spacing_50, border_radius: borders_1.RADIUS.radius_00, [breakpoints_1.DeviceBreakpointsType.MOBILE]: { width: '100%', max_width: '100%', gap: spacings_1.SPACINGS.spacing_150, }, [breakpoints_1.DeviceBreakpointsType.TABLET]: { width: '100%', max_width: '100%', gap: spacings_1.SPACINGS.spacing_150, }, }, rightContent: { gap: spacings_1.SPACINGS.spacing_50, border_radius: borders_1.RADIUS.radius_00, [breakpoints_1.DeviceBreakpointsType.MOBILE]: { gap: spacings_1.SPACINGS.spacing_150, }, [breakpoints_1.DeviceBreakpointsType.TABLET]: { gap: spacings_1.SPACINGS.spacing_150, }, }, }, }; //# sourceMappingURL=styles.js.map