@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
35 lines • 1.35 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TOGGLE_WITH_LABEL_STYLES = void 0;
const colors_1 = require("../../foundations/colors");
const spacings_1 = require("../../foundations/spacings");
const typography_1 = require("../../foundations/typography");
const variants_1 = require("../text/variants");
const variants_2 = require("./variants");
exports.TOGGLE_WITH_LABEL_STYLES = {
[variants_2.ToggleWithLabelVariantType.DEFAULT]: {
container: {
display: 'flex',
width: 'fit-content',
margin_top: spacings_1.SPACINGS.spacing_200,
margin_bottom: spacings_1.SPACINGS.spacing_200,
align_items: 'center',
gap: spacings_1.SPACINGS.spacing_200,
text_align: 'center',
},
legendContainer: {
margin_bottom: spacings_1.SPACINGS.spacing_200,
cursor: 'pointer',
},
rowLegendContainer: {
display: 'contents',
margin_bottom: spacings_1.SPACINGS.spacing_0,
},
legend: {
font_variant: variants_1.TextVariantType.PARAGRAPH_CAPTION_EXPANDED,
color: colors_1.COLORS.NEUTRAL.color_neutral_bg_100,
font_weight: typography_1.FONT_WEIGHT.font_weight_400,
},
},
};
//# sourceMappingURL=styles.js.map