@tmorrow/cre8-wc 1.0.25 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cdn/cre8-wc.esm.js +9082 -15604
- package/cdn/cre8-wc.esm.js.map +1 -1
- package/cdn/cre8-wc.min.js +1231 -8308
- package/cdn/cre8-wc.min.js.map +1 -1
- package/lib/cdn-entry.d.ts +20 -2
- package/lib/cdn-entry.d.ts.map +1 -1
- package/lib/components/accordion/accordion.js +18 -64
- package/lib/components/accordion/accordion.styles.d.ts.map +1 -1
- package/lib/components/accordion-item/accordion-item.js +35 -238
- package/lib/components/accordion-item/accordion-item.styles.d.ts.map +1 -1
- package/lib/components/alert/alert.js +56 -221
- package/lib/components/alert/alert.styles.d.ts.map +1 -1
- package/lib/components/badge/badge.js +33 -164
- package/lib/components/badge/badge.styles.d.ts.map +1 -1
- package/lib/components/band/band.js +15 -46
- package/lib/components/band/band.styles.d.ts.map +1 -1
- package/lib/components/breadcrumbs/breadcrumbs.js +14 -33
- package/lib/components/breadcrumbs/breadcrumbs.styles.d.ts.map +1 -1
- package/lib/components/breadcrumbs-item/breadcrumbs-item.js +10 -45
- package/lib/components/breadcrumbs-item/breadcrumbs-item.styles.d.ts.map +1 -1
- package/lib/components/button/button.js +16 -16
- package/lib/components/button-group/button-group.js +19 -50
- package/lib/components/button-group/button-group.styles.d.ts.map +1 -1
- package/lib/components/card/card.js +17 -130
- package/lib/components/card/card.styles.d.ts.map +1 -1
- package/lib/components/chart/chart.js +137 -223
- package/lib/components/chart/chart.styles.d.ts.map +1 -1
- package/lib/components/checkbox-field/checkbox-field.js +26 -59
- package/lib/components/checkbox-field/checkbox-field.styles.d.ts.map +1 -1
- package/lib/components/checkbox-field-item/checkbox-field-item.d.ts +0 -5
- package/lib/components/checkbox-field-item/checkbox-field-item.d.ts.map +1 -1
- package/lib/components/checkbox-field-item/checkbox-field-item.js +42 -212
- package/lib/components/checkbox-field-item/checkbox-field-item.styles.d.ts.map +1 -1
- package/lib/components/contexts/form-internals-context.d.ts +30 -0
- package/lib/components/contexts/form-internals-context.d.ts.map +1 -0
- package/lib/components/cre8-form-element.d.ts +98 -24
- package/lib/components/cre8-form-element.d.ts.map +1 -1
- package/lib/components/cre8-form-element.js +221 -22
- package/lib/components/danger-button/danger-button.js +53 -582
- package/lib/components/danger-button/danger-button.styles.d.ts.map +1 -1
- package/lib/components/date-picker/calendar/calendar.styles.d.ts.map +1 -1
- package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.styles.d.ts.map +1 -1
- package/lib/components/date-picker/calendar-navigation/calendar-navigation.styles.d.ts.map +1 -1
- package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.styles.d.ts.map +1 -1
- package/lib/components/date-picker/date-picker.js +262 -499
- package/lib/components/date-picker/date-picker.styles.d.ts.map +1 -1
- package/lib/components/divider/divider.js +20 -61
- package/lib/components/divider/divider.styles.d.ts.map +1 -1
- package/lib/components/dropdown/dropdown.js +34 -107
- package/lib/components/dropdown/dropdown.styles.d.ts.map +1 -1
- package/lib/components/dropdown-item/dropdown-item.js +18 -49
- package/lib/components/dropdown-item/dropdown-item.styles.d.ts.map +1 -1
- package/lib/components/feature/feature.js +19 -81
- package/lib/components/feature/feature.styles.d.ts.map +1 -1
- package/lib/components/field/field.js +12 -146
- package/lib/components/field/field.styles.d.ts.map +1 -1
- package/lib/components/field-note/field-note.js +22 -66
- package/lib/components/field-note/field-note.styles.d.ts.map +1 -1
- package/lib/components/footer/footer.js +10 -29
- package/lib/components/footer/footer.styles.d.ts.map +1 -1
- package/lib/components/global-nav/global-nav.js +20 -43
- package/lib/components/global-nav/global-nav.styles.d.ts.map +1 -1
- package/lib/components/global-nav-item/global-nav-item.js +26 -105
- package/lib/components/global-nav-item/global-nav-item.styles.d.ts.map +1 -1
- package/lib/components/grid/grid.js +15 -337
- package/lib/components/grid/grid.styles.d.ts.map +1 -1
- package/lib/components/grid-item/grid-item.js +7 -15
- package/lib/components/grid-item/grid-item.styles.d.ts.map +1 -1
- package/lib/components/header/header.js +17 -80
- package/lib/components/header/header.styles.d.ts.map +1 -1
- package/lib/components/heading/heading.js +16 -153
- package/lib/components/heading/heading.styles.d.ts.map +1 -1
- package/lib/components/hero/hero.js +17 -149
- package/lib/components/hero/hero.styles.d.ts.map +1 -1
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon.styles.d.ts.map +1 -1
- package/lib/components/inline-alert/inline-alert.js +53 -214
- package/lib/components/inline-alert/inline-alert.styles.d.ts.map +1 -1
- package/lib/components/layout/layout.js +20 -53
- package/lib/components/layout/layout.styles.d.ts.map +1 -1
- package/lib/components/layout-container/layout-container.js +20 -43
- package/lib/components/layout-container/layout-container.styles.d.ts.map +1 -1
- package/lib/components/layout-section/layout-section.js +20 -29
- package/lib/components/layout-section/layout-section.styles.d.ts.map +1 -1
- package/lib/components/linelength-container/linelength-container.js +7 -15
- package/lib/components/linelength-container/linelength-container.styles.d.ts.map +1 -1
- package/lib/components/link/link.js +33 -228
- package/lib/components/link/link.styles.d.ts.map +1 -1
- package/lib/components/link-list/link-list.js +23 -129
- package/lib/components/link-list/link-list.styles.d.ts.map +1 -1
- package/lib/components/link-list-item/link-list-item.js +19 -80
- package/lib/components/link-list-item/link-list-item.styles.d.ts.map +1 -1
- package/lib/components/list/list.js +17 -67
- package/lib/components/list/list.styles.d.ts.map +1 -1
- package/lib/components/list-item/list-item.js +11 -16
- package/lib/components/list-item/list-item.styles.d.ts.map +1 -1
- package/lib/components/loading-spinner/loading-spinner.js +13 -157
- package/lib/components/loading-spinner/loading-spinner.styles.d.ts.map +1 -1
- package/lib/components/logo/logo.js +20 -30
- package/lib/components/logo/logo.styles.d.ts.map +1 -1
- package/lib/components/main/main.js +18 -42
- package/lib/components/main/main.styles.d.ts.map +1 -1
- package/lib/components/modal/modal.js +50 -215
- package/lib/components/modal/modal.styles.d.ts.map +1 -1
- package/lib/components/multi-select/multi-select.js +57 -222
- package/lib/components/multi-select/multi-select.styles.d.ts.map +1 -1
- package/lib/components/nav-container/nav-container.js +5 -40
- package/lib/components/nav-container/nav-container.styles.d.ts.map +1 -1
- package/lib/components/page-header/page-header.js +19 -54
- package/lib/components/page-header/page-header.styles.d.ts.map +1 -1
- package/lib/components/pagination/page-counter/page-counter.styles.d.ts.map +1 -1
- package/lib/components/pagination/pagination.js +102 -183
- package/lib/components/pagination/pagination.styles.d.ts.map +1 -1
- package/lib/components/percent-bar/percent-bar.js +22 -50
- package/lib/components/percent-bar/percent-bar.styles.d.ts.map +1 -1
- package/lib/components/popover/popover.js +51 -220
- package/lib/components/popover/popover.styles.d.ts.map +1 -1
- package/lib/components/primary-nav/primary-nav.js +17 -51
- package/lib/components/primary-nav/primary-nav.styles.d.ts.map +1 -1
- package/lib/components/primary-nav-item/primary-nav-item.js +24 -191
- package/lib/components/primary-nav-item/primary-nav-item.styles.d.ts.map +1 -1
- package/lib/components/progress-meter/progress-meter.js +23 -127
- package/lib/components/progress-meter/progress-meter.styles.d.ts.map +1 -1
- package/lib/components/progress-steps/progress-steps.styles.d.ts.map +1 -1
- package/lib/components/progress-steps-item/progress-steps-item.js +27 -118
- package/lib/components/progress-steps-item/progress-steps-item.styles.d.ts.map +1 -1
- package/lib/components/radio-field/radio-field.js +28 -64
- package/lib/components/radio-field/radio-field.styles.d.ts.map +1 -1
- package/lib/components/radio-field-item/radio-field-item.d.ts +0 -4
- package/lib/components/radio-field-item/radio-field-item.d.ts.map +1 -1
- package/lib/components/radio-field-item/radio-field-item.js +69 -207
- package/lib/components/radio-field-item/radio-field-item.styles.d.ts.map +1 -1
- package/lib/components/remove-tag/remove-tag.js +36 -129
- package/lib/components/remove-tag/remove-tag.styles.d.ts.map +1 -1
- package/lib/components/section/section.js +19 -50
- package/lib/components/section/section.styles.d.ts.map +1 -1
- package/lib/components/select/select.d.ts +6 -10
- package/lib/components/select/select.d.ts.map +1 -1
- package/lib/components/select/select.js +67 -135
- package/lib/components/select/select.styles.d.ts.map +1 -1
- package/lib/components/select-tile/select-tile.d.ts +0 -4
- package/lib/components/select-tile/select-tile.d.ts.map +1 -1
- package/lib/components/select-tile/select-tile.js +21 -448
- package/lib/components/select-tile/select-tile.styles.d.ts.map +1 -1
- package/lib/components/select-tile-list/select-tile-list.js +24 -62
- package/lib/components/select-tile-list/select-tile-list.styles.d.ts.map +1 -1
- package/lib/components/skeleton-loader/skeleton-loader.js +19 -73
- package/lib/components/skeleton-loader/skeleton-loader.styles.d.ts.map +1 -1
- package/lib/components/split-button/split-button.js +21 -37
- package/lib/components/split-button/split-button.styles.d.ts.map +1 -1
- package/lib/components/submenu/submenu.js +8 -18
- package/lib/components/submenu/submenu.styles.d.ts.map +1 -1
- package/lib/components/submenu-item/submenu-item.js +21 -42
- package/lib/components/submenu-item/submenu-item.styles.d.ts.map +1 -1
- package/lib/components/tab/tab.js +17 -100
- package/lib/components/tab/tab.styles.d.ts.map +1 -1
- package/lib/components/tab-panel/tab-panel.js +18 -52
- package/lib/components/tab-panel/tab-panel.styles.d.ts.map +1 -1
- package/lib/components/table/table.js +21 -73
- package/lib/components/table/table.styles.d.ts.map +1 -1
- package/lib/components/table-body/table-body.js +12 -24
- package/lib/components/table-body/table-body.styles.d.ts.map +1 -1
- package/lib/components/table-cell/table-cell.js +29 -69
- package/lib/components/table-cell/table-cell.styles.d.ts.map +1 -1
- package/lib/components/table-header/table-header.js +8 -39
- package/lib/components/table-header/table-header.styles.d.ts.map +1 -1
- package/lib/components/table-header-cell/table-header-cell.js +18 -37
- package/lib/components/table-header-cell/table-header-cell.styles.d.ts.map +1 -1
- package/lib/components/table-object/table-object.js +13 -32
- package/lib/components/table-object/table-object.styles.d.ts.map +1 -1
- package/lib/components/table-row/table-row.js +33 -139
- package/lib/components/table-row/table-row.styles.d.ts.map +1 -1
- package/lib/components/tabs/tabs.d.ts.map +1 -1
- package/lib/components/tabs/tabs.js +58 -159
- package/lib/components/tabs/tabs.styles.d.ts.map +1 -1
- package/lib/components/tag/tag.js +46 -161
- package/lib/components/tag/tag.styles.d.ts.map +1 -1
- package/lib/components/tag-list/tag-list.js +20 -51
- package/lib/components/tag-list/tag-list.styles.d.ts.map +1 -1
- package/lib/components/tertiary-nav/tertiary-nav.js +21 -54
- package/lib/components/tertiary-nav/tertiary-nav.styles.d.ts.map +1 -1
- package/lib/components/tertiary-nav-item/tertiary-nav-item.js +18 -68
- package/lib/components/tertiary-nav-item/tertiary-nav-item.styles.d.ts.map +1 -1
- package/lib/components/text-link/text-link.js +20 -85
- package/lib/components/text-link/text-link.styles.d.ts.map +1 -1
- package/lib/components/text-passage/text-passage-light-dom.styles.d.ts.map +1 -1
- package/lib/components/text-passage/text-passage.js +17 -189
- package/lib/components/text-passage/text-passage.styles.d.ts.map +1 -1
- package/lib/components/tooltip/tooltip.js +57 -248
- package/lib/components/tooltip/tooltip.styles.d.ts.map +1 -1
- package/lib/components/utility-nav/utility-nav.js +23 -56
- package/lib/components/utility-nav/utility-nav.styles.d.ts.map +1 -1
- package/lib/components/utility-nav-item/utility-nav-item.js +28 -83
- package/lib/components/utility-nav-item/utility-nav-item.styles.d.ts.map +1 -1
- package/lib/design-tokens/brands/blue/css/tokens_blue.module.d.ts.map +1 -1
- package/lib/design-tokens/brands/bolt/tokens_bolt.theme.d.ts.map +1 -1
- package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.d.ts +3 -0
- package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.d.ts.map +1 -0
- package/lib/design-tokens/brands/cre8-legacy/css/tokens_cre8-legacy.module.d.ts.map +1 -1
- package/lib/design-tokens/brands/femmecubator/css/tokens_femmecubator2.module.d.ts.map +1 -1
- package/lib/design-tokens/brands/legacy/css/tokens_legacy.module.d.ts.map +1 -1
- package/lib/design-tokens/brands/marketing/css/tokens_marketing.module.d.ts.map +1 -1
- package/lib/design-tokens/brands/minimalist/css/tokens_minimalist.module.d.ts +2 -2
- package/lib/design-tokens/brands/minimalist/css/tokens_minimalist.module.d.ts.map +1 -1
- package/lib/design-tokens/brands/starbucks/tokens_starbucks.module.d.ts.map +1 -1
- package/lib/design-tokens/core/scss/theming/component.scss +6 -6
- package/lib/design-tokens/core/scss/theming/functions.scss +4 -0
- package/lib/design-tokens/core/scss/theming/spacing.scss +60 -60
- package/lib/design-tokens/core/scss/theming/variables.scss +11 -11
- package/lib/design-tokens/mixins/typography-usage.scss +277 -277
- package/lib/design-tokens/tokens_netflix.theme.d.ts.map +1 -1
- package/lib/{icon-DImqxDiW.js → icon-D22g8aWB.js} +35 -138
- package/lib/index.js +1 -1
- package/package.json +12 -5
|
@@ -4,180 +4,140 @@
|
|
|
4
4
|
// typography presets to high-level UI applications.
|
|
5
5
|
|
|
6
6
|
@import '../layouts/breakpoints.scss';
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
font-
|
|
10
|
-
font-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
text-
|
|
14
|
-
|
|
15
|
-
font-family: var(--cre8-typography-display-large-font-family);
|
|
16
|
-
font-size: var(--cre8-typography-display-large-font-size);
|
|
17
|
-
font-weight: var(--cre8-typography-display-large-font-weight);
|
|
18
|
-
line-height: var(--cre8-typography-display-large-line-height);
|
|
19
|
-
text-decoration: var(--cre8-typography-display-large-text-decoration);
|
|
20
|
-
text-transform: var(--cre8-typography-display-large-text-transform);
|
|
21
|
-
}
|
|
7
|
+
|
|
8
|
+
@mixin cre8-typography-body-xlarge() {
|
|
9
|
+
font-family: var(--cre8-typography-body-xlarge-font-family);
|
|
10
|
+
font-size: var(--cre8-typography-body-xlarge-font-size);
|
|
11
|
+
font-weight: var(--cre8-typography-body-xlarge-font-weight);
|
|
12
|
+
line-height: var(--cre8-typography-body-xlarge-line-height);
|
|
13
|
+
text-decoration: var(--cre8-typography-body-xlarge-text-decoration);
|
|
14
|
+
text-transform: var(--cre8-typography-body-xlarge-text-transform);
|
|
22
15
|
};
|
|
23
16
|
|
|
24
|
-
@mixin cre8-typography-
|
|
25
|
-
font-family: var(--cre8-typography-
|
|
26
|
-
font-size: var(--cre8-typography-
|
|
27
|
-
font-weight: var(--cre8-typography-
|
|
28
|
-
line-height: var(--cre8-typography-
|
|
29
|
-
text-decoration: var(--cre8-typography-
|
|
30
|
-
text-transform: var(--cre8-typography-
|
|
17
|
+
@mixin cre8-typography-body-xlarge-strong() {
|
|
18
|
+
font-family: var(--cre8-typography-body-xlarge-strong-font-family);
|
|
19
|
+
font-size: var(--cre8-typography-body-xlarge-strong-font-size);
|
|
20
|
+
font-weight: var(--cre8-typography-body-xlarge-strong-font-weight);
|
|
21
|
+
line-height: var(--cre8-typography-body-xlarge-strong-line-height);
|
|
22
|
+
text-decoration: var(--cre8-typography-body-xlarge-strong-text-decoration);
|
|
23
|
+
text-transform: var(--cre8-typography-body-xlarge-strong-text-transform);
|
|
31
24
|
};
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
font-
|
|
35
|
-
font-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
text-
|
|
39
|
-
|
|
40
|
-
font-family: var(--cre8-typography-display-default-font-family);
|
|
41
|
-
font-size: var(--cre8-typography-display-default-font-size);
|
|
42
|
-
font-weight: var(--cre8-typography-display-default-font-weight);
|
|
43
|
-
line-height: var(--cre8-typography-display-default-line-height);
|
|
44
|
-
text-decoration: var(--cre8-typography-display-default-text-decoration);
|
|
45
|
-
text-transform: var(--cre8-typography-display-default-text-transform);
|
|
46
|
-
}
|
|
25
|
+
|
|
26
|
+
@mixin cre8-typography-body-xlarge-link() {
|
|
27
|
+
font-family: var(--cre8-typography-body-xlarge-link-font-family);
|
|
28
|
+
font-size: var(--cre8-typography-body-xlarge-link-font-size);
|
|
29
|
+
font-weight: var(--cre8-typography-body-xlarge-link-font-weight);
|
|
30
|
+
line-height: var(--cre8-typography-body-xlarge-link-line-height);
|
|
31
|
+
text-decoration: var(--cre8-typography-body-xlarge-link-text-decoration);
|
|
32
|
+
text-transform: var(--cre8-typography-body-xlarge-link-text-transform);
|
|
47
33
|
};
|
|
48
34
|
|
|
49
|
-
@mixin cre8-typography-
|
|
50
|
-
font-family: var(--cre8-typography-
|
|
51
|
-
font-size: var(--cre8-typography-
|
|
52
|
-
font-weight: var(--cre8-typography-
|
|
53
|
-
line-height: var(--cre8-typography-
|
|
54
|
-
text-decoration: var(--cre8-typography-
|
|
55
|
-
text-transform: var(--cre8-typography-
|
|
35
|
+
@mixin cre8-typography-body-large() {
|
|
36
|
+
font-family: var(--cre8-typography-body-large-font-family);
|
|
37
|
+
font-size: var(--cre8-typography-body-large-font-size);
|
|
38
|
+
font-weight: var(--cre8-typography-body-large-font-weight);
|
|
39
|
+
line-height: var(--cre8-typography-body-large-line-height);
|
|
40
|
+
text-decoration: var(--cre8-typography-body-large-text-decoration);
|
|
41
|
+
text-transform: var(--cre8-typography-body-large-text-transform);
|
|
56
42
|
};
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
font-
|
|
60
|
-
font-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
text-
|
|
64
|
-
|
|
65
|
-
font-family: var(--cre8-typography-display-small-font-family);
|
|
66
|
-
font-size: var(--cre8-typography-display-small-font-size);
|
|
67
|
-
font-weight: var(--cre8-typography-display-small-font-weight);
|
|
68
|
-
line-height: var(--cre8-typography-display-small-line-height);
|
|
69
|
-
text-decoration: var(--cre8-typography-display-small-text-decoration);
|
|
70
|
-
text-transform: var(--cre8-typography-display-small-text-transform);
|
|
71
|
-
}
|
|
43
|
+
|
|
44
|
+
@mixin cre8-typography-body-large-strong() {
|
|
45
|
+
font-family: var(--cre8-typography-body-large-strong-font-family);
|
|
46
|
+
font-size: var(--cre8-typography-body-large-strong-font-size);
|
|
47
|
+
font-weight: var(--cre8-typography-body-large-strong-font-weight);
|
|
48
|
+
line-height: var(--cre8-typography-body-large-strong-line-height);
|
|
49
|
+
text-decoration: var(--cre8-typography-body-large-strong-text-decoration);
|
|
50
|
+
text-transform: var(--cre8-typography-body-large-strong-text-transform);
|
|
72
51
|
};
|
|
73
52
|
|
|
74
|
-
@mixin cre8-typography-
|
|
75
|
-
font-family: var(--cre8-typography-
|
|
76
|
-
font-size: var(--cre8-typography-
|
|
77
|
-
font-weight: var(--cre8-typography-
|
|
78
|
-
line-height: var(--cre8-typography-
|
|
79
|
-
text-decoration: var(--cre8-typography-
|
|
80
|
-
text-transform: var(--cre8-typography-
|
|
53
|
+
@mixin cre8-typography-body-default() {
|
|
54
|
+
font-family: var(--cre8-typography-body-default-font-family);
|
|
55
|
+
font-size: var(--cre8-typography-body-default-font-size);
|
|
56
|
+
font-weight: var(--cre8-typography-body-default-font-weight);
|
|
57
|
+
line-height: var(--cre8-typography-body-default-line-height);
|
|
58
|
+
text-decoration: var(--cre8-typography-body-default-text-decoration);
|
|
59
|
+
text-transform: var(--cre8-typography-body-default-text-transform);
|
|
81
60
|
};
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
font-
|
|
85
|
-
font-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
text-
|
|
89
|
-
|
|
90
|
-
font-family: var(--cre8-typography-headline-large-font-family);
|
|
91
|
-
font-size: var(--cre8-typography-headline-large-font-size);
|
|
92
|
-
font-weight: var(--cre8-typography-headline-large-font-weight);
|
|
93
|
-
line-height: var(--cre8-typography-headline-large-line-height);
|
|
94
|
-
text-decoration: var(--cre8-typography-headline-large-text-decoration);
|
|
95
|
-
text-transform: var(--cre8-typography-headline-large-text-transform);
|
|
96
|
-
}
|
|
61
|
+
|
|
62
|
+
@mixin cre8-typography-body-default-strong() {
|
|
63
|
+
font-family: var(--cre8-typography-body-default-strong-font-family);
|
|
64
|
+
font-size: var(--cre8-typography-body-default-strong-font-size);
|
|
65
|
+
font-weight: var(--cre8-typography-body-default-strong-font-weight);
|
|
66
|
+
line-height: var(--cre8-typography-body-default-strong-line-height);
|
|
67
|
+
text-decoration: var(--cre8-typography-body-default-strong-text-decoration);
|
|
68
|
+
text-transform: var(--cre8-typography-body-default-strong-text-transform);
|
|
97
69
|
};
|
|
98
70
|
|
|
99
|
-
@mixin cre8-typography-
|
|
100
|
-
font-family: var(--cre8-typography-
|
|
101
|
-
font-size: var(--cre8-typography-
|
|
102
|
-
font-weight: var(--cre8-typography-
|
|
103
|
-
line-height: var(--cre8-typography-
|
|
104
|
-
text-decoration: var(--cre8-typography-
|
|
105
|
-
text-transform: var(--cre8-typography-
|
|
71
|
+
@mixin cre8-typography-body-small() {
|
|
72
|
+
font-family: var(--cre8-typography-body-small-font-family);
|
|
73
|
+
font-size: var(--cre8-typography-body-small-font-size);
|
|
74
|
+
font-weight: var(--cre8-typography-body-small-font-weight);
|
|
75
|
+
line-height: var(--cre8-typography-body-small-line-height);
|
|
76
|
+
text-decoration: var(--cre8-typography-body-small-text-decoration);
|
|
77
|
+
text-transform: var(--cre8-typography-body-small-text-transform);
|
|
106
78
|
};
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
font-
|
|
110
|
-
font-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
text-
|
|
114
|
-
|
|
115
|
-
font-family: var(--cre8-typography-headline-default-font-family);
|
|
116
|
-
font-size: var(--cre8-typography-headline-default-font-size);
|
|
117
|
-
font-weight: var(--cre8-typography-headline-default-font-weight);
|
|
118
|
-
line-height: var(--cre8-typography-headline-default-line-height);
|
|
119
|
-
text-decoration: var(--cre8-typography-headline-default-text-decoration);
|
|
120
|
-
text-transform: var(--cre8-typography-headline-default-text-transform);
|
|
121
|
-
}
|
|
79
|
+
|
|
80
|
+
@mixin cre8-typography-body-small-strong() {
|
|
81
|
+
font-family: var(--cre8-typography-body-small-strong-font-family);
|
|
82
|
+
font-size: var(--cre8-typography-body-small-strong-font-size);
|
|
83
|
+
font-weight: var(--cre8-typography-body-small-strong-font-weight);
|
|
84
|
+
line-height: var(--cre8-typography-body-small-strong-line-height);
|
|
85
|
+
text-decoration: var(--cre8-typography-body-small-strong-text-decoration);
|
|
86
|
+
text-transform: var(--cre8-typography-body-small-strong-text-transform);
|
|
122
87
|
};
|
|
123
88
|
|
|
124
|
-
@mixin cre8-typography-
|
|
125
|
-
font-family: var(--cre8-typography-
|
|
126
|
-
font-size: var(--cre8-typography-
|
|
127
|
-
font-weight: var(--cre8-typography-
|
|
128
|
-
line-height: var(--cre8-typography-
|
|
129
|
-
text-decoration: var(--cre8-typography-
|
|
130
|
-
text-transform: var(--cre8-typography-
|
|
89
|
+
@mixin cre8-typography-body-large-link() {
|
|
90
|
+
font-family: var(--cre8-typography-body-large-link-font-family);
|
|
91
|
+
font-size: var(--cre8-typography-body-large-link-font-size);
|
|
92
|
+
font-weight: var(--cre8-typography-body-large-link-font-weight);
|
|
93
|
+
line-height: var(--cre8-typography-body-large-link-line-height);
|
|
94
|
+
text-decoration: var(--cre8-typography-body-large-link-text-decoration);
|
|
95
|
+
text-transform: var(--cre8-typography-body-large-link-text-transform);
|
|
131
96
|
};
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
font-
|
|
135
|
-
font-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
text-
|
|
139
|
-
|
|
140
|
-
font-family: var(--cre8-typography-headline-small-font-family);
|
|
141
|
-
font-size: var(--cre8-typography-headline-small-font-size);
|
|
142
|
-
font-weight: var(--cre8-typography-headline-small-font-weight);
|
|
143
|
-
line-height: var(--cre8-typography-headline-small-line-height);
|
|
144
|
-
text-decoration: var(--cre8-typography-headline-small-text-decoration);
|
|
145
|
-
text-transform: var(--cre8-typography-headline-small-text-transform);
|
|
146
|
-
}
|
|
97
|
+
|
|
98
|
+
@mixin cre8-typography-body-default-link() {
|
|
99
|
+
font-family: var(--cre8-typography-body-default-link-font-family);
|
|
100
|
+
font-size: var(--cre8-typography-body-default-link-font-size);
|
|
101
|
+
font-weight: var(--cre8-typography-body-default-link-font-weight);
|
|
102
|
+
line-height: var(--cre8-typography-body-default-link-line-height);
|
|
103
|
+
text-decoration: var(--cre8-typography-body-default-link-text-decoration);
|
|
104
|
+
text-transform: var(--cre8-typography-body-default-link-text-transform);
|
|
147
105
|
};
|
|
148
106
|
|
|
149
|
-
@mixin cre8-typography-
|
|
150
|
-
font-family: var(--cre8-typography-
|
|
151
|
-
font-size: var(--cre8-typography-
|
|
152
|
-
font-weight: var(--cre8-typography-
|
|
153
|
-
line-height: var(--cre8-typography-
|
|
154
|
-
text-decoration: var(--cre8-typography-
|
|
155
|
-
text-transform: var(--cre8-typography-
|
|
107
|
+
@mixin cre8-typography-body-small-link() {
|
|
108
|
+
font-family: var(--cre8-typography-body-small-link-font-family);
|
|
109
|
+
font-size: var(--cre8-typography-body-small-link-font-size);
|
|
110
|
+
font-weight: var(--cre8-typography-body-small-link-font-weight);
|
|
111
|
+
line-height: var(--cre8-typography-body-small-link-line-height);
|
|
112
|
+
text-decoration: var(--cre8-typography-body-small-link-text-decoration);
|
|
113
|
+
text-transform: var(--cre8-typography-body-small-link-text-transform);
|
|
156
114
|
};
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
font-
|
|
160
|
-
font-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
text-
|
|
164
|
-
|
|
165
|
-
font-family: var(--cre8-typography-headline-xsmall-font-family);
|
|
166
|
-
font-size: var(--cre8-typography-headline-xsmall-font-size);
|
|
167
|
-
font-weight: var(--cre8-typography-headline-xsmall-font-weight);
|
|
168
|
-
line-height: var(--cre8-typography-headline-xsmall-line-height);
|
|
169
|
-
text-decoration: var(--cre8-typography-headline-xsmall-text-decoration);
|
|
170
|
-
text-transform: var(--cre8-typography-headline-xsmall-text-transform);
|
|
171
|
-
}
|
|
115
|
+
|
|
116
|
+
@mixin cre8-typography-label-default() {
|
|
117
|
+
font-family: var(--cre8-typography-label-default-font-family);
|
|
118
|
+
font-size: var(--cre8-typography-label-default-font-size);
|
|
119
|
+
font-weight: var(--cre8-typography-label-default-font-weight);
|
|
120
|
+
line-height: var(--cre8-typography-label-default-line-height);
|
|
121
|
+
text-decoration: var(--cre8-typography-label-default-text-decoration);
|
|
122
|
+
text-transform: var(--cre8-typography-label-default-text-transform);
|
|
172
123
|
};
|
|
173
124
|
|
|
174
|
-
@mixin cre8-typography-
|
|
175
|
-
font-family: var(--cre8-typography-
|
|
176
|
-
font-size: var(--cre8-typography-
|
|
177
|
-
font-weight: var(--cre8-typography-
|
|
178
|
-
line-height: var(--cre8-typography-
|
|
179
|
-
text-decoration: var(--cre8-typography-
|
|
180
|
-
text-transform: var(--cre8-typography-
|
|
125
|
+
@mixin cre8-typography-label-large() {
|
|
126
|
+
font-family: var(--cre8-typography-label-large-font-family);
|
|
127
|
+
font-size: var(--cre8-typography-label-large-font-size);
|
|
128
|
+
font-weight: var(--cre8-typography-label-large-font-weight);
|
|
129
|
+
line-height: var(--cre8-typography-label-large-line-height);
|
|
130
|
+
text-decoration: var(--cre8-typography-label-large-text-decoration);
|
|
131
|
+
text-transform: var(--cre8-typography-label-large-text-transform);
|
|
132
|
+
};
|
|
133
|
+
|
|
134
|
+
@mixin cre8-typography-label-small() {
|
|
135
|
+
font-family: var(--cre8-typography-label-small-font-family);
|
|
136
|
+
font-size: var(--cre8-typography-label-small-font-size);
|
|
137
|
+
font-weight: var(--cre8-typography-label-small-font-weight);
|
|
138
|
+
line-height: var(--cre8-typography-label-small-line-height);
|
|
139
|
+
text-decoration: var(--cre8-typography-label-small-text-decoration);
|
|
140
|
+
text-transform: var(--cre8-typography-label-small-text-transform);
|
|
181
141
|
};
|
|
182
142
|
@mixin cre8-typography-title-xlarge() {
|
|
183
143
|
font-family: var(--cre8-typography-title-xlarge-mobile-font-family);
|
|
@@ -279,149 +239,180 @@
|
|
|
279
239
|
text-decoration: var(--cre8-typography-title-small-mobile-text-decoration);
|
|
280
240
|
text-transform: var(--cre8-typography-title-small-mobile-text-transform);
|
|
281
241
|
};
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
font-
|
|
285
|
-
font-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
text-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
text-decoration: var(--cre8-typography-label-default-text-decoration);
|
|
298
|
-
text-transform: var(--cre8-typography-label-default-text-transform);
|
|
299
|
-
};
|
|
300
|
-
|
|
301
|
-
@mixin cre8-typography-label-small() {
|
|
302
|
-
font-family: var(--cre8-typography-label-small-font-family);
|
|
303
|
-
font-size: var(--cre8-typography-label-small-font-size);
|
|
304
|
-
font-weight: var(--cre8-typography-label-small-font-weight);
|
|
305
|
-
line-height: var(--cre8-typography-label-small-line-height);
|
|
306
|
-
text-decoration: var(--cre8-typography-label-small-text-decoration);
|
|
307
|
-
text-transform: var(--cre8-typography-label-small-text-transform);
|
|
242
|
+
@mixin cre8-typography-headline-large() {
|
|
243
|
+
font-family: var(--cre8-typography-headline-large-mobile-font-family);
|
|
244
|
+
font-size: var(--cre8-typography-headline-large-mobile-font-size);
|
|
245
|
+
font-weight: var(--cre8-typography-headline-large-mobile-font-weight);
|
|
246
|
+
line-height: var(--cre8-typography-headline-large-mobile-line-height);
|
|
247
|
+
text-decoration: var(--cre8-typography-headline-large-mobile-text-decoration);
|
|
248
|
+
text-transform: var(--cre8-typography-headline-large-mobile-text-transform);
|
|
249
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
250
|
+
font-family: var(--cre8-typography-headline-large-font-family);
|
|
251
|
+
font-size: var(--cre8-typography-headline-large-font-size);
|
|
252
|
+
font-weight: var(--cre8-typography-headline-large-font-weight);
|
|
253
|
+
line-height: var(--cre8-typography-headline-large-line-height);
|
|
254
|
+
text-decoration: var(--cre8-typography-headline-large-text-decoration);
|
|
255
|
+
text-transform: var(--cre8-typography-headline-large-text-transform);
|
|
256
|
+
}
|
|
308
257
|
};
|
|
309
258
|
|
|
310
|
-
@mixin cre8-typography-
|
|
311
|
-
font-family: var(--cre8-typography-
|
|
312
|
-
font-size: var(--cre8-typography-
|
|
313
|
-
font-weight: var(--cre8-typography-
|
|
314
|
-
line-height: var(--cre8-typography-
|
|
315
|
-
text-decoration: var(--cre8-typography-
|
|
316
|
-
text-transform: var(--cre8-typography-
|
|
259
|
+
@mixin cre8-typography-headline-large-mobile() {
|
|
260
|
+
font-family: var(--cre8-typography-headline-large-mobile-font-family);
|
|
261
|
+
font-size: var(--cre8-typography-headline-large-mobile-font-size);
|
|
262
|
+
font-weight: var(--cre8-typography-headline-large-mobile-font-weight);
|
|
263
|
+
line-height: var(--cre8-typography-headline-large-mobile-line-height);
|
|
264
|
+
text-decoration: var(--cre8-typography-headline-large-mobile-text-decoration);
|
|
265
|
+
text-transform: var(--cre8-typography-headline-large-mobile-text-transform);
|
|
317
266
|
};
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
font-
|
|
321
|
-
font-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
text-
|
|
325
|
-
|
|
267
|
+
@mixin cre8-typography-headline-default() {
|
|
268
|
+
font-family: var(--cre8-typography-headline-default-mobile-font-family);
|
|
269
|
+
font-size: var(--cre8-typography-headline-default-mobile-font-size);
|
|
270
|
+
font-weight: var(--cre8-typography-headline-default-mobile-font-weight);
|
|
271
|
+
line-height: var(--cre8-typography-headline-default-mobile-line-height);
|
|
272
|
+
text-decoration: var(--cre8-typography-headline-default-mobile-text-decoration);
|
|
273
|
+
text-transform: var(--cre8-typography-headline-default-mobile-text-transform);
|
|
274
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
275
|
+
font-family: var(--cre8-typography-headline-default-font-family);
|
|
276
|
+
font-size: var(--cre8-typography-headline-default-font-size);
|
|
277
|
+
font-weight: var(--cre8-typography-headline-default-font-weight);
|
|
278
|
+
line-height: var(--cre8-typography-headline-default-line-height);
|
|
279
|
+
text-decoration: var(--cre8-typography-headline-default-text-decoration);
|
|
280
|
+
text-transform: var(--cre8-typography-headline-default-text-transform);
|
|
281
|
+
}
|
|
326
282
|
};
|
|
327
283
|
|
|
328
|
-
@mixin cre8-typography-
|
|
329
|
-
font-family: var(--cre8-typography-
|
|
330
|
-
font-size: var(--cre8-typography-
|
|
331
|
-
font-weight: var(--cre8-typography-
|
|
332
|
-
line-height: var(--cre8-typography-
|
|
333
|
-
text-decoration: var(--cre8-typography-
|
|
334
|
-
text-transform: var(--cre8-typography-
|
|
284
|
+
@mixin cre8-typography-headline-default-mobile() {
|
|
285
|
+
font-family: var(--cre8-typography-headline-default-mobile-font-family);
|
|
286
|
+
font-size: var(--cre8-typography-headline-default-mobile-font-size);
|
|
287
|
+
font-weight: var(--cre8-typography-headline-default-mobile-font-weight);
|
|
288
|
+
line-height: var(--cre8-typography-headline-default-mobile-line-height);
|
|
289
|
+
text-decoration: var(--cre8-typography-headline-default-mobile-text-decoration);
|
|
290
|
+
text-transform: var(--cre8-typography-headline-default-mobile-text-transform);
|
|
335
291
|
};
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
font-
|
|
339
|
-
font-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
text-
|
|
343
|
-
|
|
292
|
+
@mixin cre8-typography-headline-small() {
|
|
293
|
+
font-family: var(--cre8-typography-headline-small-mobile-font-family);
|
|
294
|
+
font-size: var(--cre8-typography-headline-small-mobile-font-size);
|
|
295
|
+
font-weight: var(--cre8-typography-headline-small-mobile-font-weight);
|
|
296
|
+
line-height: var(--cre8-typography-headline-small-mobile-line-height);
|
|
297
|
+
text-decoration: var(--cre8-typography-headline-small-mobile-text-decoration);
|
|
298
|
+
text-transform: var(--cre8-typography-headline-small-mobile-text-transform);
|
|
299
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
300
|
+
font-family: var(--cre8-typography-headline-small-font-family);
|
|
301
|
+
font-size: var(--cre8-typography-headline-small-font-size);
|
|
302
|
+
font-weight: var(--cre8-typography-headline-small-font-weight);
|
|
303
|
+
line-height: var(--cre8-typography-headline-small-line-height);
|
|
304
|
+
text-decoration: var(--cre8-typography-headline-small-text-decoration);
|
|
305
|
+
text-transform: var(--cre8-typography-headline-small-text-transform);
|
|
306
|
+
}
|
|
344
307
|
};
|
|
345
308
|
|
|
346
|
-
@mixin cre8-typography-
|
|
347
|
-
font-family: var(--cre8-typography-
|
|
348
|
-
font-size: var(--cre8-typography-
|
|
349
|
-
font-weight: var(--cre8-typography-
|
|
350
|
-
line-height: var(--cre8-typography-
|
|
351
|
-
text-decoration: var(--cre8-typography-
|
|
352
|
-
text-transform: var(--cre8-typography-
|
|
309
|
+
@mixin cre8-typography-headline-small-mobile() {
|
|
310
|
+
font-family: var(--cre8-typography-headline-small-mobile-font-family);
|
|
311
|
+
font-size: var(--cre8-typography-headline-small-mobile-font-size);
|
|
312
|
+
font-weight: var(--cre8-typography-headline-small-mobile-font-weight);
|
|
313
|
+
line-height: var(--cre8-typography-headline-small-mobile-line-height);
|
|
314
|
+
text-decoration: var(--cre8-typography-headline-small-mobile-text-decoration);
|
|
315
|
+
text-transform: var(--cre8-typography-headline-small-mobile-text-transform);
|
|
353
316
|
};
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
font-
|
|
357
|
-
font-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
text-
|
|
361
|
-
|
|
317
|
+
@mixin cre8-typography-headline-xsmall() {
|
|
318
|
+
font-family: var(--cre8-typography-headline-xsmall-mobile-font-family);
|
|
319
|
+
font-size: var(--cre8-typography-headline-xsmall-mobile-font-size);
|
|
320
|
+
font-weight: var(--cre8-typography-headline-xsmall-mobile-font-weight);
|
|
321
|
+
line-height: var(--cre8-typography-headline-xsmall-mobile-line-height);
|
|
322
|
+
text-decoration: var(--cre8-typography-headline-xsmall-mobile-text-decoration);
|
|
323
|
+
text-transform: var(--cre8-typography-headline-xsmall-mobile-text-transform);
|
|
324
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
325
|
+
font-family: var(--cre8-typography-headline-xsmall-font-family);
|
|
326
|
+
font-size: var(--cre8-typography-headline-xsmall-font-size);
|
|
327
|
+
font-weight: var(--cre8-typography-headline-xsmall-font-weight);
|
|
328
|
+
line-height: var(--cre8-typography-headline-xsmall-line-height);
|
|
329
|
+
text-decoration: var(--cre8-typography-headline-xsmall-text-decoration);
|
|
330
|
+
text-transform: var(--cre8-typography-headline-xsmall-text-transform);
|
|
331
|
+
}
|
|
362
332
|
};
|
|
363
333
|
|
|
364
|
-
@mixin cre8-typography-
|
|
365
|
-
font-family: var(--cre8-typography-
|
|
366
|
-
font-size: var(--cre8-typography-
|
|
367
|
-
font-weight: var(--cre8-typography-
|
|
368
|
-
line-height: var(--cre8-typography-
|
|
369
|
-
text-decoration: var(--cre8-typography-
|
|
370
|
-
text-transform: var(--cre8-typography-
|
|
334
|
+
@mixin cre8-typography-headline-xsmall-mobile() {
|
|
335
|
+
font-family: var(--cre8-typography-headline-xsmall-mobile-font-family);
|
|
336
|
+
font-size: var(--cre8-typography-headline-xsmall-mobile-font-size);
|
|
337
|
+
font-weight: var(--cre8-typography-headline-xsmall-mobile-font-weight);
|
|
338
|
+
line-height: var(--cre8-typography-headline-xsmall-mobile-line-height);
|
|
339
|
+
text-decoration: var(--cre8-typography-headline-xsmall-mobile-text-decoration);
|
|
340
|
+
text-transform: var(--cre8-typography-headline-xsmall-mobile-text-transform);
|
|
371
341
|
};
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
font-
|
|
375
|
-
font-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
text-
|
|
379
|
-
|
|
342
|
+
@mixin cre8-typography-display-large() {
|
|
343
|
+
font-family: var(--cre8-typography-display-large-mobile-font-family);
|
|
344
|
+
font-size: var(--cre8-typography-display-large-mobile-font-size);
|
|
345
|
+
font-weight: var(--cre8-typography-display-large-mobile-font-weight);
|
|
346
|
+
line-height: var(--cre8-typography-display-large-mobile-line-height);
|
|
347
|
+
text-decoration: var(--cre8-typography-display-large-mobile-text-decoration);
|
|
348
|
+
text-transform: var(--cre8-typography-display-large-mobile-text-transform);
|
|
349
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
350
|
+
font-family: var(--cre8-typography-display-large-font-family);
|
|
351
|
+
font-size: var(--cre8-typography-display-large-font-size);
|
|
352
|
+
font-weight: var(--cre8-typography-display-large-font-weight);
|
|
353
|
+
line-height: var(--cre8-typography-display-large-line-height);
|
|
354
|
+
text-decoration: var(--cre8-typography-display-large-text-decoration);
|
|
355
|
+
text-transform: var(--cre8-typography-display-large-text-transform);
|
|
356
|
+
}
|
|
380
357
|
};
|
|
381
358
|
|
|
382
|
-
@mixin cre8-typography-
|
|
383
|
-
font-family: var(--cre8-typography-
|
|
384
|
-
font-size: var(--cre8-typography-
|
|
385
|
-
font-weight: var(--cre8-typography-
|
|
386
|
-
line-height: var(--cre8-typography-
|
|
387
|
-
text-decoration: var(--cre8-typography-
|
|
388
|
-
text-transform: var(--cre8-typography-
|
|
359
|
+
@mixin cre8-typography-display-large-mobile() {
|
|
360
|
+
font-family: var(--cre8-typography-display-large-mobile-font-family);
|
|
361
|
+
font-size: var(--cre8-typography-display-large-mobile-font-size);
|
|
362
|
+
font-weight: var(--cre8-typography-display-large-mobile-font-weight);
|
|
363
|
+
line-height: var(--cre8-typography-display-large-mobile-line-height);
|
|
364
|
+
text-decoration: var(--cre8-typography-display-large-mobile-text-decoration);
|
|
365
|
+
text-transform: var(--cre8-typography-display-large-mobile-text-transform);
|
|
389
366
|
};
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
font-
|
|
393
|
-
font-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
text-
|
|
397
|
-
|
|
367
|
+
@mixin cre8-typography-display-default() {
|
|
368
|
+
font-family: var(--cre8-typography-display-default-mobile-font-family);
|
|
369
|
+
font-size: var(--cre8-typography-display-default-mobile-font-size);
|
|
370
|
+
font-weight: var(--cre8-typography-display-default-mobile-font-weight);
|
|
371
|
+
line-height: var(--cre8-typography-display-default-mobile-line-height);
|
|
372
|
+
text-decoration: var(--cre8-typography-display-default-mobile-text-decoration);
|
|
373
|
+
text-transform: var(--cre8-typography-display-default-mobile-text-transform);
|
|
374
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
375
|
+
font-family: var(--cre8-typography-display-default-font-family);
|
|
376
|
+
font-size: var(--cre8-typography-display-default-font-size);
|
|
377
|
+
font-weight: var(--cre8-typography-display-default-font-weight);
|
|
378
|
+
line-height: var(--cre8-typography-display-default-line-height);
|
|
379
|
+
text-decoration: var(--cre8-typography-display-default-text-decoration);
|
|
380
|
+
text-transform: var(--cre8-typography-display-default-text-transform);
|
|
381
|
+
}
|
|
398
382
|
};
|
|
399
383
|
|
|
400
|
-
@mixin cre8-typography-
|
|
401
|
-
font-family: var(--cre8-typography-
|
|
402
|
-
font-size: var(--cre8-typography-
|
|
403
|
-
font-weight: var(--cre8-typography-
|
|
404
|
-
line-height: var(--cre8-typography-
|
|
405
|
-
text-decoration: var(--cre8-typography-
|
|
406
|
-
text-transform: var(--cre8-typography-
|
|
384
|
+
@mixin cre8-typography-display-default-mobile() {
|
|
385
|
+
font-family: var(--cre8-typography-display-default-mobile-font-family);
|
|
386
|
+
font-size: var(--cre8-typography-display-default-mobile-font-size);
|
|
387
|
+
font-weight: var(--cre8-typography-display-default-mobile-font-weight);
|
|
388
|
+
line-height: var(--cre8-typography-display-default-mobile-line-height);
|
|
389
|
+
text-decoration: var(--cre8-typography-display-default-mobile-text-decoration);
|
|
390
|
+
text-transform: var(--cre8-typography-display-default-mobile-text-transform);
|
|
407
391
|
};
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
font-
|
|
411
|
-
font-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
text-
|
|
415
|
-
|
|
392
|
+
@mixin cre8-typography-display-small() {
|
|
393
|
+
font-family: var(--cre8-typography-display-small-mobile-font-family);
|
|
394
|
+
font-size: var(--cre8-typography-display-small-mobile-font-size);
|
|
395
|
+
font-weight: var(--cre8-typography-display-small-mobile-font-weight);
|
|
396
|
+
line-height: var(--cre8-typography-display-small-mobile-line-height);
|
|
397
|
+
text-decoration: var(--cre8-typography-display-small-mobile-text-decoration);
|
|
398
|
+
text-transform: var(--cre8-typography-display-small-mobile-text-transform);
|
|
399
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
400
|
+
font-family: var(--cre8-typography-display-small-font-family);
|
|
401
|
+
font-size: var(--cre8-typography-display-small-font-size);
|
|
402
|
+
font-weight: var(--cre8-typography-display-small-font-weight);
|
|
403
|
+
line-height: var(--cre8-typography-display-small-line-height);
|
|
404
|
+
text-decoration: var(--cre8-typography-display-small-text-decoration);
|
|
405
|
+
text-transform: var(--cre8-typography-display-small-text-transform);
|
|
406
|
+
}
|
|
416
407
|
};
|
|
417
408
|
|
|
418
|
-
@mixin cre8-typography-
|
|
419
|
-
font-family: var(--cre8-typography-
|
|
420
|
-
font-size: var(--cre8-typography-
|
|
421
|
-
font-weight: var(--cre8-typography-
|
|
422
|
-
line-height: var(--cre8-typography-
|
|
423
|
-
text-decoration: var(--cre8-typography-
|
|
424
|
-
text-transform: var(--cre8-typography-
|
|
409
|
+
@mixin cre8-typography-display-small-mobile() {
|
|
410
|
+
font-family: var(--cre8-typography-display-small-mobile-font-family);
|
|
411
|
+
font-size: var(--cre8-typography-display-small-mobile-font-size);
|
|
412
|
+
font-weight: var(--cre8-typography-display-small-mobile-font-weight);
|
|
413
|
+
line-height: var(--cre8-typography-display-small-mobile-line-height);
|
|
414
|
+
text-decoration: var(--cre8-typography-display-small-mobile-text-decoration);
|
|
415
|
+
text-transform: var(--cre8-typography-display-small-mobile-text-transform);
|
|
425
416
|
};
|
|
426
417
|
|
|
427
418
|
@mixin cre8-typography-meta-default() {
|
|
@@ -442,6 +433,15 @@
|
|
|
442
433
|
text-transform: var(--cre8-typography-meta-default-sentence-case-text-transform);
|
|
443
434
|
};
|
|
444
435
|
|
|
436
|
+
@mixin cre8-typography-meta-large() {
|
|
437
|
+
font-family: var(--cre8-typography-meta-large-font-family);
|
|
438
|
+
font-size: var(--cre8-typography-meta-large-font-size);
|
|
439
|
+
font-weight: var(--cre8-typography-meta-large-font-weight);
|
|
440
|
+
line-height: var(--cre8-typography-meta-large-line-height);
|
|
441
|
+
text-decoration: var(--cre8-typography-meta-large-text-decoration);
|
|
442
|
+
text-transform: var(--cre8-typography-meta-large-text-transform);
|
|
443
|
+
};
|
|
444
|
+
|
|
445
445
|
@mixin cre8-typography-meta-small() {
|
|
446
446
|
font-family: var(--cre8-typography-meta-small-font-family);
|
|
447
447
|
font-size: var(--cre8-typography-meta-small-font-size);
|