@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
88 lines • 4.02 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TEXT_STYLES = void 0;
const typography_1 = require("../../../../../designSystem/kubitWireframe/commons/foundations/typography");
const variants_1 = require("./variants");
exports.TEXT_STYLES = {
[variants_1.TextVariantType.HEADING_DISPLAY_1_EXPANDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.HEADING.DISPLAY,
},
[variants_1.TextVariantType.HEADING_H1_EXPANDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.HEADING.H1,
},
[variants_1.TextVariantType.HEADING_H2_EXPANDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.HEADING.H2,
},
[variants_1.TextVariantType.HEADING_H3_EXPANDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.HEADING.H3,
},
[variants_1.TextVariantType.HEADING_H4_EXPANDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.HEADING.H4,
},
[variants_1.TextVariantType.PARAGRAPH_LARGE_EXPANDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.PARAGRAPH.LARGE,
},
[variants_1.TextVariantType.PARAGRAPH_MEDIUM_EXPANDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.PARAGRAPH.MEDIUM,
},
[variants_1.TextVariantType.PARAGRAPH_SMALL_EXPANDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.PARAGRAPH.SMALL,
},
[variants_1.TextVariantType.PARAGRAPH_CAPTION_EXPANDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.PARAGRAPH.CAPTION,
},
[variants_1.TextVariantType.HEADING_DISPLAY_1_EXTENDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.HEADING.DISPLAY,
},
[variants_1.TextVariantType.HEADING_H1_EXTENDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.HEADING.H1,
},
[variants_1.TextVariantType.HEADING_H2_EXTENDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.HEADING.H2,
},
[variants_1.TextVariantType.HEADING_H3_EXTENDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.HEADING.H3,
},
[variants_1.TextVariantType.HEADING_H4_EXTENDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.HEADING.H4,
},
[variants_1.TextVariantType.PARAGRAPH_LARGE_EXTENDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.PARAGRAPH.LARGE,
},
[variants_1.TextVariantType.PARAGRAPH_MEDIUM_EXTENDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.PARAGRAPH.MEDIUM,
},
[variants_1.TextVariantType.PARAGRAPH_SMALL_EXTENDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.PARAGRAPH.SMALL,
},
[variants_1.TextVariantType.PARAGRAPH_CAPTION_EXTENDED]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.PARAGRAPH.CAPTION,
},
[variants_1.TextVariantType.DEFAULT]: {
font_family: typography_1.FONT_FAMILY.font_family_nunito_sans,
typography: typography_1.PARAGRAPH.CAPTION,
},
[variants_1.TextVariantType.PARAGRAPH_MEDIUM_MONO]: {
font_family: typography_1.FONT_FAMILY.font_family_roboto_condensed,
typography: typography_1.PARAGRAPH.MEDIUM,
},
};
//# sourceMappingURL=styles.js.map