@tmorrow/cre8-wc 1.1.2 → 1.1.4
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 +1 -1
- package/cdn/cre8-wc.esm.js.map +1 -1
- package/cdn/cre8-wc.min.js +1 -1
- package/cdn/cre8-wc.min.js.map +1 -1
- package/lib/cdn-entry.js +129 -0
- package/lib/cdn-entry.js.map +1 -0
- package/lib/components/accordion/accordion.js +58 -40
- package/lib/components/accordion/accordion.js.map +1 -0
- package/lib/components/accordion/accordion.styles.js +4 -0
- package/lib/components/accordion/accordion.styles.js.map +1 -0
- package/lib/components/accordion-item/accordion-item.js +187 -98
- package/lib/components/accordion-item/accordion-item.js.map +1 -0
- package/lib/components/accordion-item/accordion-item.styles.js +4 -0
- package/lib/components/accordion-item/accordion-item.styles.js.map +1 -0
- package/lib/components/alert/alert.js +146 -107
- package/lib/components/alert/alert.js.map +1 -0
- package/lib/components/alert/alert.styles.js +4 -0
- package/lib/components/alert/alert.styles.js.map +1 -0
- package/lib/components/badge/badge.js +73 -50
- package/lib/components/badge/badge.js.map +1 -0
- package/lib/components/badge/badge.styles.js +4 -0
- package/lib/components/badge/badge.styles.js.map +1 -0
- package/lib/components/band/band.js +34 -31
- package/lib/components/band/band.js.map +1 -0
- package/lib/components/band/band.styles.js +4 -0
- package/lib/components/band/band.styles.js.map +1 -0
- package/lib/components/breadcrumbs/breadcrumbs.js +52 -28
- package/lib/components/breadcrumbs/breadcrumbs.js.map +1 -0
- package/lib/components/breadcrumbs/breadcrumbs.styles.js +4 -0
- package/lib/components/breadcrumbs/breadcrumbs.styles.js.map +1 -0
- package/lib/components/breadcrumbs-item/breadcrumbs-item.js +28 -27
- package/lib/components/breadcrumbs-item/breadcrumbs-item.js.map +1 -0
- package/lib/components/breadcrumbs-item/breadcrumbs-item.styles.js +4 -0
- package/lib/components/breadcrumbs-item/breadcrumbs-item.styles.js.map +1 -0
- package/lib/components/button/button.js +297 -1040
- package/lib/components/button/button.js.map +1 -0
- package/lib/components/button/button.styles.js +885 -0
- package/lib/components/button/button.styles.js.map +1 -0
- package/lib/components/button-group/button-group.js +30 -27
- package/lib/components/button-group/button-group.js.map +1 -0
- package/lib/components/button-group/button-group.styles.js +4 -0
- package/lib/components/button-group/button-group.styles.js.map +1 -0
- package/lib/components/card/card.js +57 -35
- package/lib/components/card/card.js.map +1 -0
- package/lib/components/card/card.styles.js +4 -0
- package/lib/components/card/card.styles.js.map +1 -0
- package/lib/components/chart/chart.js +528 -354
- package/lib/components/chart/chart.js.map +1 -0
- package/lib/components/chart/chart.styles.js +4 -0
- package/lib/components/chart/chart.styles.js.map +1 -0
- package/lib/components/checkbox-field/checkbox-field.js +66 -53
- package/lib/components/checkbox-field/checkbox-field.js.map +1 -0
- package/lib/components/checkbox-field/checkbox-field.styles.js +4 -0
- package/lib/components/checkbox-field/checkbox-field.styles.js.map +1 -0
- package/lib/components/checkbox-field-item/checkbox-field-item.js +252 -183
- package/lib/components/checkbox-field-item/checkbox-field-item.js.map +1 -0
- package/lib/components/checkbox-field-item/checkbox-field-item.styles.js +4 -0
- package/lib/components/checkbox-field-item/checkbox-field-item.styles.js.map +1 -0
- package/lib/components/contexts/form-internals-context.js +9 -0
- package/lib/components/contexts/form-internals-context.js.map +1 -0
- package/lib/components/cre8-element.js +57 -56
- package/lib/components/cre8-element.js.map +1 -0
- package/lib/components/cre8-form-element.js +212 -244
- package/lib/components/cre8-form-element.js.map +1 -0
- package/lib/components/danger-button/danger-button.js +274 -147
- package/lib/components/danger-button/danger-button.js.map +1 -0
- package/lib/components/danger-button/danger-button.styles.js +4 -0
- package/lib/components/danger-button/danger-button.styles.js.map +1 -0
- package/lib/components/date-picker/calendar/calendar.js +465 -0
- package/lib/components/date-picker/calendar/calendar.js.map +1 -0
- package/lib/components/date-picker/calendar/calendar.styles.js +4 -0
- package/lib/components/date-picker/calendar/calendar.styles.js.map +1 -0
- package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.js +76 -0
- package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.js.map +1 -0
- package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.styles.js +4 -0
- package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.styles.js.map +1 -0
- package/lib/components/date-picker/calendar-navigation/calendar-navigation.js +110 -0
- package/lib/components/date-picker/calendar-navigation/calendar-navigation.js.map +1 -0
- package/lib/components/date-picker/calendar-navigation/calendar-navigation.styles.js +4 -0
- package/lib/components/date-picker/calendar-navigation/calendar-navigation.styles.js.map +1 -0
- package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.js +116 -0
- package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.js.map +1 -0
- package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.styles.js +4 -0
- package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.styles.js.map +1 -0
- package/lib/components/date-picker/date-picker.js +91 -784
- package/lib/components/date-picker/date-picker.js.map +1 -0
- package/lib/components/date-picker/date-picker.styles.js +4 -0
- package/lib/components/date-picker/date-picker.styles.js.map +1 -0
- package/lib/components/divider/divider.js +45 -35
- package/lib/components/divider/divider.js.map +1 -0
- package/lib/components/divider/divider.styles.js +4 -0
- package/lib/components/divider/divider.styles.js.map +1 -0
- package/lib/components/dropdown/dropdown.js +97 -63
- package/lib/components/dropdown/dropdown.js.map +1 -0
- package/lib/components/dropdown/dropdown.styles.js +4 -0
- package/lib/components/dropdown/dropdown.styles.js.map +1 -0
- package/lib/components/dropdown-item/dropdown-item.js +38 -31
- package/lib/components/dropdown-item/dropdown-item.js.map +1 -0
- package/lib/components/dropdown-item/dropdown-item.styles.js +4 -0
- package/lib/components/dropdown-item/dropdown-item.styles.js.map +1 -0
- package/lib/components/feature/feature.js +40 -35
- package/lib/components/feature/feature.js.map +1 -0
- package/lib/components/feature/feature.styles.js +4 -0
- package/lib/components/feature/feature.styles.js.map +1 -0
- package/lib/components/field/field.js +218 -153
- package/lib/components/field/field.js.map +1 -0
- package/lib/components/field/field.styles.js +4 -0
- package/lib/components/field/field.styles.js.map +1 -0
- package/lib/components/field-note/field-note.js +58 -45
- package/lib/components/field-note/field-note.js.map +1 -0
- package/lib/components/field-note/field-note.styles.js +4 -0
- package/lib/components/field-note/field-note.styles.js.map +1 -0
- package/lib/components/footer/footer.js +25 -18
- package/lib/components/footer/footer.js.map +1 -0
- package/lib/components/footer/footer.styles.js +4 -0
- package/lib/components/footer/footer.styles.js.map +1 -0
- package/lib/components/global-nav/global-nav.js +44 -37
- package/lib/components/global-nav/global-nav.js.map +1 -0
- package/lib/components/global-nav/global-nav.styles.js +4 -0
- package/lib/components/global-nav/global-nav.styles.js.map +1 -0
- package/lib/components/global-nav-item/global-nav-item.js +149 -112
- package/lib/components/global-nav-item/global-nav-item.js.map +1 -0
- package/lib/components/global-nav-item/global-nav-item.styles.js +4 -0
- package/lib/components/global-nav-item/global-nav-item.styles.js.map +1 -0
- package/lib/components/grid/grid.js +48 -45
- package/lib/components/grid/grid.js.map +1 -0
- package/lib/components/grid/grid.styles.js +4 -0
- package/lib/components/grid/grid.styles.js.map +1 -0
- package/lib/components/grid-item/grid-item.js +19 -16
- package/lib/components/grid-item/grid-item.js.map +1 -0
- package/lib/components/grid-item/grid-item.styles.js +4 -0
- package/lib/components/grid-item/grid-item.styles.js.map +1 -0
- package/lib/components/header/header.js +34 -29
- package/lib/components/header/header.js.map +1 -0
- package/lib/components/header/header.styles.js +4 -0
- package/lib/components/header/header.styles.js.map +1 -0
- package/lib/components/heading/heading.js +113 -76
- package/lib/components/heading/heading.js.map +1 -0
- package/lib/components/heading/heading.styles.js +4 -0
- package/lib/components/heading/heading.styles.js.map +1 -0
- package/lib/components/hero/hero.js +43 -40
- package/lib/components/hero/hero.js.map +1 -0
- package/lib/components/hero/hero.styles.js +4 -0
- package/lib/components/hero/hero.styles.js.map +1 -0
- package/lib/components/icon/icon.js +232 -9
- package/lib/components/icon/icon.js.map +1 -0
- package/lib/components/icon/icon.styles.js +4 -0
- package/lib/components/icon/icon.styles.js.map +1 -0
- package/lib/components/inline-alert/inline-alert.js +114 -87
- package/lib/components/inline-alert/inline-alert.js.map +1 -0
- package/lib/components/inline-alert/inline-alert.styles.js +4 -0
- package/lib/components/inline-alert/inline-alert.styles.js.map +1 -0
- package/lib/components/layout/layout.js +30 -27
- package/lib/components/layout/layout.js.map +1 -0
- package/lib/components/layout/layout.styles.js +4 -0
- package/lib/components/layout/layout.styles.js.map +1 -0
- package/lib/components/layout-container/layout-container.js +30 -27
- package/lib/components/layout-container/layout-container.js.map +1 -0
- package/lib/components/layout-container/layout-container.styles.js +4 -0
- package/lib/components/layout-container/layout-container.styles.js.map +1 -0
- package/lib/components/layout-section/layout-section.js +41 -33
- package/lib/components/layout-section/layout-section.js.map +1 -0
- package/lib/components/layout-section/layout-section.styles.js +4 -0
- package/lib/components/layout-section/layout-section.styles.js.map +1 -0
- package/lib/components/linelength-container/linelength-container.js +19 -16
- package/lib/components/linelength-container/linelength-container.js.map +1 -0
- package/lib/components/linelength-container/linelength-container.styles.js +4 -0
- package/lib/components/linelength-container/linelength-container.styles.js.map +1 -0
- package/lib/components/link/link.js +125 -87
- package/lib/components/link/link.js.map +1 -0
- package/lib/components/link/link.styles.js +4 -0
- package/lib/components/link/link.styles.js.map +1 -0
- package/lib/components/link-list/link-list.js +48 -45
- package/lib/components/link-list/link-list.js.map +1 -0
- package/lib/components/link-list/link-list.styles.js +4 -0
- package/lib/components/link-list/link-list.styles.js.map +1 -0
- package/lib/components/link-list-item/link-list-item.js +40 -37
- package/lib/components/link-list-item/link-list-item.js.map +1 -0
- package/lib/components/link-list-item/link-list-item.styles.js +4 -0
- package/lib/components/link-list-item/link-list-item.styles.js.map +1 -0
- package/lib/components/list/list.js +35 -32
- package/lib/components/list/list.js.map +1 -0
- package/lib/components/list/list.styles.js +4 -0
- package/lib/components/list/list.styles.js.map +1 -0
- package/lib/components/list-item/list-item.js +25 -21
- package/lib/components/list-item/list-item.js.map +1 -0
- package/lib/components/list-item/list-item.styles.js +4 -0
- package/lib/components/list-item/list-item.styles.js.map +1 -0
- package/lib/components/loading-spinner/loading-spinner.js +126 -71
- package/lib/components/loading-spinner/loading-spinner.js.map +1 -0
- package/lib/components/loading-spinner/loading-spinner.styles.js +4 -0
- package/lib/components/loading-spinner/loading-spinner.styles.js.map +1 -0
- package/lib/components/logo/logo.js +28 -25
- package/lib/components/logo/logo.js.map +1 -0
- package/lib/components/logo/logo.styles.js +4 -0
- package/lib/components/logo/logo.styles.js.map +1 -0
- package/lib/components/main/main.js +29 -26
- package/lib/components/main/main.js.map +1 -0
- package/lib/components/main/main.styles.js +4 -0
- package/lib/components/main/main.styles.js.map +1 -0
- package/lib/components/modal/modal.js +174 -125
- package/lib/components/modal/modal.js.map +1 -0
- package/lib/components/modal/modal.styles.js +4 -0
- package/lib/components/modal/modal.styles.js.map +1 -0
- package/lib/components/multi-select/multi-select.js +300 -211
- package/lib/components/multi-select/multi-select.js.map +1 -0
- package/lib/components/multi-select/multi-select.styles.js +4 -0
- package/lib/components/multi-select/multi-select.styles.js.map +1 -0
- package/lib/components/nav-container/nav-container.js +19 -16
- package/lib/components/nav-container/nav-container.js.map +1 -0
- package/lib/components/nav-container/nav-container.styles.js +4 -0
- package/lib/components/nav-container/nav-container.styles.js.map +1 -0
- package/lib/components/page-header/page-header.js +36 -29
- package/lib/components/page-header/page-header.js.map +1 -0
- package/lib/components/page-header/page-header.styles.js +4 -0
- package/lib/components/page-header/page-header.styles.js.map +1 -0
- package/lib/components/pagination/page-counter/page-counter.js +67 -0
- package/lib/components/pagination/page-counter/page-counter.js.map +1 -0
- package/lib/components/pagination/page-counter/page-counter.styles.js +4 -0
- package/lib/components/pagination/page-counter/page-counter.styles.js.map +1 -0
- package/lib/components/pagination/pagination.js +282 -237
- package/lib/components/pagination/pagination.js.map +1 -0
- package/lib/components/pagination/pagination.styles.js +4 -0
- package/lib/components/pagination/pagination.styles.js.map +1 -0
- package/lib/components/percent-bar/percent-bar.js +56 -48
- package/lib/components/percent-bar/percent-bar.js.map +1 -0
- package/lib/components/percent-bar/percent-bar.styles.js +4 -0
- package/lib/components/percent-bar/percent-bar.styles.js.map +1 -0
- package/lib/components/popover/popover.js +304 -179
- package/lib/components/popover/popover.js.map +1 -0
- package/lib/components/popover/popover.styles.js +4 -0
- package/lib/components/popover/popover.styles.js.map +1 -0
- package/lib/components/primary-nav/primary-nav.js +44 -37
- package/lib/components/primary-nav/primary-nav.js.map +1 -0
- package/lib/components/primary-nav/primary-nav.styles.js +4 -0
- package/lib/components/primary-nav/primary-nav.styles.js.map +1 -0
- package/lib/components/primary-nav-item/primary-nav-item.js +151 -113
- package/lib/components/primary-nav-item/primary-nav-item.js.map +1 -0
- package/lib/components/primary-nav-item/primary-nav-item.styles.js +4 -0
- package/lib/components/primary-nav-item/primary-nav-item.styles.js.map +1 -0
- package/lib/components/progress-meter/progress-meter.js +74 -57
- package/lib/components/progress-meter/progress-meter.js.map +1 -0
- package/lib/components/progress-meter/progress-meter.styles.js +4 -0
- package/lib/components/progress-meter/progress-meter.styles.js.map +1 -0
- package/lib/components/progress-steps/progress-steps.js +19 -0
- package/lib/components/progress-steps/progress-steps.js.map +1 -0
- package/lib/components/progress-steps/progress-steps.styles.js +4 -0
- package/lib/components/progress-steps/progress-steps.styles.js.map +1 -0
- package/lib/components/progress-steps-item/progress-steps-item.js +52 -40
- package/lib/components/progress-steps-item/progress-steps-item.js.map +1 -0
- package/lib/components/progress-steps-item/progress-steps-item.styles.js +4 -0
- package/lib/components/progress-steps-item/progress-steps-item.styles.js.map +1 -0
- package/lib/components/radio-field/radio-field.js +59 -49
- package/lib/components/radio-field/radio-field.js.map +1 -0
- package/lib/components/radio-field/radio-field.styles.js +4 -0
- package/lib/components/radio-field/radio-field.styles.js.map +1 -0
- package/lib/components/radio-field-item/radio-field-item.js +222 -179
- package/lib/components/radio-field-item/radio-field-item.js.map +1 -0
- package/lib/components/radio-field-item/radio-field-item.styles.js +4 -0
- package/lib/components/radio-field-item/radio-field-item.styles.js.map +1 -0
- package/lib/components/remove-tag/remove-tag.js +89 -60
- package/lib/components/remove-tag/remove-tag.js.map +1 -0
- package/lib/components/remove-tag/remove-tag.styles.js +4 -0
- package/lib/components/remove-tag/remove-tag.styles.js.map +1 -0
- package/lib/components/section/section.js +46 -27
- package/lib/components/section/section.js.map +1 -0
- package/lib/components/section/section.styles.js +4 -0
- package/lib/components/section/section.styles.js.map +1 -0
- package/lib/components/select/select.js +243 -158
- package/lib/components/select/select.js.map +1 -0
- package/lib/components/select/select.styles.js +4 -0
- package/lib/components/select/select.styles.js.map +1 -0
- package/lib/components/select-tile/select-tile-checkbox-controller.js +60 -0
- package/lib/components/select-tile/select-tile-checkbox-controller.js.map +1 -0
- package/lib/components/select-tile/select-tile-radio-controller.js +167 -0
- package/lib/components/select-tile/select-tile-radio-controller.js.map +1 -0
- package/lib/components/select-tile/select-tile.js +228 -223
- package/lib/components/select-tile/select-tile.js.map +1 -0
- package/lib/components/select-tile/select-tile.styles.js +4 -0
- package/lib/components/select-tile/select-tile.styles.js.map +1 -0
- package/lib/components/select-tile-list/select-tile-list.js +76 -62
- package/lib/components/select-tile-list/select-tile-list.js.map +1 -0
- package/lib/components/select-tile-list/select-tile-list.styles.js +4 -0
- package/lib/components/select-tile-list/select-tile-list.styles.js.map +1 -0
- package/lib/components/skeleton-loader/skeleton-loader.js +68 -39
- package/lib/components/skeleton-loader/skeleton-loader.js.map +1 -0
- package/lib/components/skeleton-loader/skeleton-loader.styles.js +4 -0
- package/lib/components/skeleton-loader/skeleton-loader.styles.js.map +1 -0
- package/lib/components/split-button/split-button.js +51 -46
- package/lib/components/split-button/split-button.js.map +1 -0
- package/lib/components/split-button/split-button.styles.js +4 -0
- package/lib/components/split-button/split-button.styles.js.map +1 -0
- package/lib/components/submenu/submenu.js +19 -16
- package/lib/components/submenu/submenu.js.map +1 -0
- package/lib/components/submenu/submenu.styles.js +4 -0
- package/lib/components/submenu/submenu.styles.js.map +1 -0
- package/lib/components/submenu-item/submenu-item.js +32 -26
- package/lib/components/submenu-item/submenu-item.js.map +1 -0
- package/lib/components/submenu-item/submenu-item.styles.js +4 -0
- package/lib/components/submenu-item/submenu-item.styles.js.map +1 -0
- package/lib/components/tab/tab.js +74 -63
- package/lib/components/tab/tab.js.map +1 -0
- package/lib/components/tab/tab.styles.js +4 -0
- package/lib/components/tab/tab.styles.js.map +1 -0
- package/lib/components/tab-panel/tab-panel.js +49 -43
- package/lib/components/tab-panel/tab-panel.js.map +1 -0
- package/lib/components/tab-panel/tab-panel.styles.js +4 -0
- package/lib/components/tab-panel/tab-panel.styles.js.map +1 -0
- package/lib/components/table/table.js +46 -41
- package/lib/components/table/table.js.map +1 -0
- package/lib/components/table/table.styles.js +4 -0
- package/lib/components/table/table.styles.js.map +1 -0
- package/lib/components/table-body/table-body.js +20 -17
- package/lib/components/table-body/table-body.js.map +1 -0
- package/lib/components/table-body/table-body.styles.js +4 -0
- package/lib/components/table-body/table-body.styles.js.map +1 -0
- package/lib/components/table-cell/table-cell.js +39 -36
- package/lib/components/table-cell/table-cell.js.map +1 -0
- package/lib/components/table-cell/table-cell.styles.js +4 -0
- package/lib/components/table-cell/table-cell.styles.js.map +1 -0
- package/lib/components/table-header/table-header.js +20 -17
- package/lib/components/table-header/table-header.js.map +1 -0
- package/lib/components/table-header/table-header.styles.js +4 -0
- package/lib/components/table-header/table-header.styles.js.map +1 -0
- package/lib/components/table-header-cell/table-header-cell.js +35 -32
- package/lib/components/table-header-cell/table-header-cell.js.map +1 -0
- package/lib/components/table-header-cell/table-header-cell.styles.js +4 -0
- package/lib/components/table-header-cell/table-header-cell.styles.js.map +1 -0
- package/lib/components/table-object/table-object.js +21 -18
- package/lib/components/table-object/table-object.js.map +1 -0
- package/lib/components/table-object/table-object.styles.js +4 -0
- package/lib/components/table-object/table-object.styles.js.map +1 -0
- package/lib/components/table-row/table-row.js +76 -55
- package/lib/components/table-row/table-row.js.map +1 -0
- package/lib/components/table-row/table-row.styles.js +4 -0
- package/lib/components/table-row/table-row.styles.js.map +1 -0
- package/lib/components/tabs/tabs.js +452 -303
- package/lib/components/tabs/tabs.js.map +1 -0
- package/lib/components/tabs/tabs.styles.js +4 -0
- package/lib/components/tabs/tabs.styles.js.map +1 -0
- package/lib/components/tag/tag.js +236 -167
- package/lib/components/tag/tag.js.map +1 -0
- package/lib/components/tag/tag.styles.js +4 -0
- package/lib/components/tag/tag.styles.js.map +1 -0
- package/lib/components/tag-list/tag-list.js +40 -35
- package/lib/components/tag-list/tag-list.js.map +1 -0
- package/lib/components/tag-list/tag-list.styles.js +4 -0
- package/lib/components/tag-list/tag-list.styles.js.map +1 -0
- package/lib/components/tertiary-nav/tertiary-nav.js +40 -33
- package/lib/components/tertiary-nav/tertiary-nav.js.map +1 -0
- package/lib/components/tertiary-nav/tertiary-nav.styles.js +4 -0
- package/lib/components/tertiary-nav/tertiary-nav.styles.js.map +1 -0
- package/lib/components/tertiary-nav-item/tertiary-nav-item.js +52 -43
- package/lib/components/tertiary-nav-item/tertiary-nav-item.js.map +1 -0
- package/lib/components/tertiary-nav-item/tertiary-nav-item.styles.js +4 -0
- package/lib/components/tertiary-nav-item/tertiary-nav-item.styles.js.map +1 -0
- package/lib/components/text-link/text-link.js +45 -41
- package/lib/components/text-link/text-link.js.map +1 -0
- package/lib/components/text-link/text-link.styles.js +4 -0
- package/lib/components/text-link/text-link.styles.js.map +1 -0
- package/lib/components/text-passage/text-passage-light-dom.js +145 -0
- package/lib/components/text-passage/text-passage-light-dom.js.map +1 -0
- package/lib/components/text-passage/text-passage-light-dom.styles.js +4 -0
- package/lib/components/text-passage/text-passage-light-dom.styles.js.map +1 -0
- package/lib/components/text-passage/text-passage.js +72 -44
- package/lib/components/text-passage/text-passage.js.map +1 -0
- package/lib/components/text-passage/text-passage.styles.js +4 -0
- package/lib/components/text-passage/text-passage.styles.js.map +1 -0
- package/lib/components/tooltip/tooltip.js +278 -173
- package/lib/components/tooltip/tooltip.js.map +1 -0
- package/lib/components/tooltip/tooltip.styles.js +4 -0
- package/lib/components/tooltip/tooltip.styles.js.map +1 -0
- package/lib/components/utility-nav/utility-nav.js +40 -33
- package/lib/components/utility-nav/utility-nav.js.map +1 -0
- package/lib/components/utility-nav/utility-nav.styles.js +4 -0
- package/lib/components/utility-nav/utility-nav.styles.js.map +1 -0
- package/lib/components/utility-nav-item/utility-nav-item.js +70 -49
- package/lib/components/utility-nav-item/utility-nav-item.js.map +1 -0
- package/lib/components/utility-nav-item/utility-nav-item.styles.js +4 -0
- package/lib/components/utility-nav-item/utility-nav-item.styles.js.map +1 -0
- package/lib/design-tokens/brands/blue/css/fonts.css +31 -0
- package/lib/design-tokens/brands/blue/css/tokens_blue.css +248 -0
- package/lib/design-tokens/brands/blue/css/tokens_blue.module.js +737 -0
- package/lib/design-tokens/brands/blue/css/tokens_blue.module.js.map +1 -0
- package/lib/design-tokens/brands/blue/css/tokens_brand.css +492 -0
- package/lib/design-tokens/brands/bolt/tokens_bolt.theme.js +756 -0
- package/lib/design-tokens/brands/bolt/tokens_bolt.theme.js.map +1 -0
- package/lib/design-tokens/brands/cre8/css/fonts.css +35 -0
- package/lib/design-tokens/brands/cre8/css/tokens_brand.css +494 -0
- package/lib/design-tokens/brands/cre8/css/tokens_cre8.css +767 -0
- package/lib/design-tokens/brands/cre8/css/tokens_cre8.module.js +771 -0
- package/lib/design-tokens/brands/cre8/css/tokens_cre8.module.js.map +1 -0
- package/lib/design-tokens/brands/cre8-a2ui/css/fonts.css +35 -0
- package/lib/design-tokens/brands/cre8-a2ui/css/tokens_brand.css +494 -0
- package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.css +248 -0
- package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.js +772 -0
- package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.js.map +1 -0
- package/lib/design-tokens/brands/cre8-legacy/css/fonts.css +47 -0
- package/lib/design-tokens/brands/cre8-legacy/css/tokens_brand.css +464 -0
- package/lib/design-tokens/brands/cre8-legacy/css/tokens_cre8-legacy.css +0 -0
- package/lib/design-tokens/brands/cre8-legacy/css/tokens_cre8-legacy.module.js +737 -0
- package/lib/design-tokens/brands/cre8-legacy/css/tokens_cre8-legacy.module.js.map +1 -0
- package/lib/design-tokens/brands/femmecubator/css/fonts.css +35 -0
- package/lib/design-tokens/brands/femmecubator/css/tokens_femmecubator2.module.js +983 -0
- package/lib/design-tokens/brands/femmecubator/css/tokens_femmecubator2.module.js.map +1 -0
- package/lib/design-tokens/brands/legacy/css/fonts.css +26 -0
- package/lib/design-tokens/brands/legacy/css/tokens_brand.css +491 -0
- package/lib/design-tokens/brands/legacy/css/tokens_legacy.css +250 -0
- package/lib/design-tokens/brands/legacy/css/tokens_legacy.module.js +737 -0
- package/lib/design-tokens/brands/legacy/css/tokens_legacy.module.js.map +1 -0
- package/lib/design-tokens/brands/marketing/css/fonts.css +31 -0
- package/lib/design-tokens/brands/marketing/css/tokens_brand.css +502 -0
- package/lib/design-tokens/brands/marketing/css/tokens_marketing.module.js +736 -0
- package/lib/design-tokens/brands/marketing/css/tokens_marketing.module.js.map +1 -0
- package/lib/design-tokens/brands/minimalist/css/fonts.css +26 -0
- package/lib/design-tokens/brands/minimalist/css/tokens_brand.css +492 -0
- package/lib/design-tokens/brands/minimalist/css/tokens_minimalist.css +736 -0
- package/lib/design-tokens/brands/minimalist/css/tokens_minimalist.module.js +737 -0
- package/lib/design-tokens/brands/minimalist/css/tokens_minimalist.module.js.map +1 -0
- package/lib/design-tokens/brands/prisma/figma-tokens.css +339 -0
- package/lib/design-tokens/brands/prisma/tokens_prisma.module.js +771 -0
- package/lib/design-tokens/brands/prisma/tokens_prisma.module.js.map +1 -0
- package/lib/design-tokens/brands/starbucks/fonts.css +26 -0
- package/lib/design-tokens/brands/starbucks/tokens.module.js +552 -0
- package/lib/design-tokens/brands/starbucks/tokens.module.js.map +1 -0
- package/lib/design-tokens/brands/starbucks/tokens_starbucks.module.js +776 -0
- package/lib/design-tokens/brands/starbucks/tokens_starbucks.module.js.map +1 -0
- package/lib/design-tokens/brands/tmorrow/css/tokens_brand.css +104 -0
- package/lib/design-tokens/brands/tmorrow/css/tokens_tmorrow-frost.css +222 -0
- package/lib/design-tokens/brands/tmorrow/css/tokens_tmorrow-neon.css +218 -0
- package/lib/design-tokens/capitalone/fonts.css +26 -0
- package/lib/design-tokens/capitalone/overrides.css +33 -0
- package/lib/design-tokens/capitalone/tokens.module.css +532 -0
- package/lib/design-tokens/core/scss/abstracts/functions.css +0 -0
- package/lib/design-tokens/core/scss/theming/animation.css +1 -0
- package/lib/design-tokens/core/scss/theming/body.css +1 -0
- package/lib/design-tokens/core/scss/theming/breakpoints.css +0 -0
- package/lib/design-tokens/core/scss/theming/component.css +1 -0
- package/lib/design-tokens/core/scss/theming/display.css +1 -0
- package/lib/design-tokens/core/scss/theming/head.css +1 -0
- package/lib/design-tokens/core/scss/theming/head.module.js +6 -0
- package/lib/design-tokens/core/scss/theming/head.module.js.map +1 -0
- package/lib/design-tokens/core/scss/theming/spacing.css +1 -0
- package/lib/design-tokens/core/scss/theming/typography-usage.css +0 -0
- package/lib/design-tokens/core/scss/theming/variables.css +1 -0
- package/lib/design-tokens/core/scss/theming/visibility.css +1 -0
- package/lib/design-tokens/core/scss/utilities/animation.css +1 -0
- package/lib/design-tokens/core/scss/utilities/colors.css +1 -0
- package/lib/design-tokens/core/scss/utilities/display.css +1 -0
- package/lib/design-tokens/femmecubator/equity.css +142 -0
- package/lib/design-tokens/femmecubator/fonts.css +35 -0
- package/lib/design-tokens/femmecubator/tokens_brand.css +146 -0
- package/lib/design-tokens/femmecubator/tokens_femmecubator.module.css +247 -0
- package/lib/design-tokens/figma-tokens.css +0 -0
- package/lib/design-tokens/mcdonalds/tokens.module.css +58 -0
- package/lib/design-tokens/target/fonts.css +26 -0
- package/lib/design-tokens/target/tokens.module.css +738 -0
- package/lib/design-tokens/tokens_netflix.theme.js +806 -0
- package/lib/design-tokens/tokens_netflix.theme.js.map +1 -0
- package/lib/directives/if-truthy.js +24 -0
- package/lib/directives/if-truthy.js.map +1 -0
- package/lib/directives/spread.js +29 -0
- package/lib/directives/spread.js.map +1 -0
- package/lib/index.js +84 -168
- package/lib/index.js.map +1 -0
- package/lib/scripts/convert-scss-to-ts.js +25 -0
- package/lib/scripts/convert-scss-to-ts.js.map +1 -0
- package/lib/scripts/extract-tokens.js +120 -0
- package/lib/scripts/extract-tokens.js.map +1 -0
- package/lib/scripts/generate-react-wrappers.js +229 -0
- package/lib/scripts/generate-react-wrappers.js.map +1 -0
- package/lib/scripts/generateWesparkleThemes.js +52 -0
- package/lib/scripts/generateWesparkleThemes.js.map +1 -0
- package/lib/toBeAccessible.js +18 -0
- package/lib/toBeAccessible.js.map +1 -0
- package/lib/utilities/is-mobile.js +10 -0
- package/lib/utilities/is-mobile.js.map +1 -0
- package/lib/utilities/story-helpers.js +14 -0
- package/lib/utilities/story-helpers.js.map +1 -0
- package/lib/vite.config.cdn.js +85 -0
- package/lib/vite.config.cdn.js.map +1 -0
- package/lib/vite.config.js +156 -0
- package/lib/vite.config.js.map +1 -0
- package/package.json +8 -9
- package/lib/design-tokens/brands copy/blue/_base.scss +0 -142
- package/lib/design-tokens/brands copy/blue/badge.scss +0 -5
- package/lib/design-tokens/brands copy/blue/bg.scss +0 -35
- package/lib/design-tokens/brands copy/blue/border-style.scss +0 -5
- package/lib/design-tokens/brands copy/blue/border.scss +0 -21
- package/lib/design-tokens/brands copy/blue/borderRadius.scss +0 -15
- package/lib/design-tokens/brands copy/blue/borderWidth.scss +0 -11
- package/lib/design-tokens/brands copy/blue/breakpoint.scss +0 -9
- package/lib/design-tokens/brands copy/blue/button.scss +0 -225
- package/lib/design-tokens/brands copy/blue/content.scss +0 -29
- package/lib/design-tokens/brands copy/blue/css/tokens_blue.module.d.ts +0 -3
- package/lib/design-tokens/brands copy/blue/css/tokens_blue.module.d.ts.map +0 -1
- package/lib/design-tokens/brands copy/blue/desktop-menu.scss +0 -5
- package/lib/design-tokens/brands copy/blue/fontFamilies.scss +0 -5
- package/lib/design-tokens/brands copy/blue/fontSize.scss +0 -17
- package/lib/design-tokens/brands copy/blue/fontWeights.scss +0 -7
- package/lib/design-tokens/brands copy/blue/footer.scss +0 -9
- package/lib/design-tokens/brands copy/blue/header.scss +0 -81
- package/lib/design-tokens/brands copy/blue/icon-size.scss +0 -6
- package/lib/design-tokens/brands copy/blue/letterSpacing.scss +0 -9
- package/lib/design-tokens/brands copy/blue/lineHeights.scss +0 -15
- package/lib/design-tokens/brands copy/blue/link.scss +0 -4
- package/lib/design-tokens/brands copy/blue/paragraphIndent.scss +0 -4
- package/lib/design-tokens/brands copy/blue/paragraphSpacing.scss +0 -4
- package/lib/design-tokens/brands copy/blue/progress-meter.scss +0 -4
- package/lib/design-tokens/brands copy/blue/shadow.scss +0 -8
- package/lib/design-tokens/brands copy/blue/spacing.scss +0 -21
- package/lib/design-tokens/brands copy/blue/textCase.scss +0 -5
- package/lib/design-tokens/brands copy/blue/textDecoration.scss +0 -5
- package/lib/design-tokens/brands copy/blue/tokens-all-blue.scss +0 -628
- package/lib/design-tokens/brands copy/blue/tokens-brand.scss +0 -31
- package/lib/design-tokens/brands copy/blue-v1/_base.scss +0 -76
- package/lib/design-tokens/brands copy/blue-v1/badge.scss +0 -5
- package/lib/design-tokens/brands copy/blue-v1/bg.scss +0 -34
- package/lib/design-tokens/brands copy/blue-v1/border-style.scss +0 -5
- package/lib/design-tokens/brands copy/blue-v1/border.scss +0 -21
- package/lib/design-tokens/brands copy/blue-v1/borderRadius.scss +0 -15
- package/lib/design-tokens/brands copy/blue-v1/borderWidth.scss +0 -11
- package/lib/design-tokens/brands copy/blue-v1/breakpoint.scss +0 -9
- package/lib/design-tokens/brands copy/blue-v1/button.scss +0 -199
- package/lib/design-tokens/brands copy/blue-v1/content.scss +0 -29
- package/lib/design-tokens/brands copy/blue-v1/desktop-menu.scss +0 -5
- package/lib/design-tokens/brands copy/blue-v1/fontFamilies.scss +0 -5
- package/lib/design-tokens/brands copy/blue-v1/fontSize.scss +0 -17
- package/lib/design-tokens/brands copy/blue-v1/fontWeights.scss +0 -9
- package/lib/design-tokens/brands copy/blue-v1/footer.scss +0 -9
- package/lib/design-tokens/brands copy/blue-v1/header.scss +0 -79
- package/lib/design-tokens/brands copy/blue-v1/icon-size.scss +0 -6
- package/lib/design-tokens/brands copy/blue-v1/letterSpacing.scss +0 -9
- package/lib/design-tokens/brands copy/blue-v1/lineHeights.scss +0 -15
- package/lib/design-tokens/brands copy/blue-v1/link.scss +0 -4
- package/lib/design-tokens/brands copy/blue-v1/paragraphIndent.scss +0 -4
- package/lib/design-tokens/brands copy/blue-v1/paragraphSpacing.scss +0 -4
- package/lib/design-tokens/brands copy/blue-v1/shadow.scss +0 -8
- package/lib/design-tokens/brands copy/blue-v1/spacing.scss +0 -21
- package/lib/design-tokens/brands copy/blue-v1/textCase.scss +0 -5
- package/lib/design-tokens/brands copy/blue-v1/textDecoration.scss +0 -5
- package/lib/design-tokens/brands copy/blue-v1/tokens-all-blue-v1.scss +0 -534
- package/lib/design-tokens/brands copy/blue-v1/tokens-brand.scss +0 -30
- package/lib/design-tokens/brands copy/cre8/_base.scss +0 -157
- package/lib/design-tokens/brands copy/cre8/badge.scss +0 -5
- package/lib/design-tokens/brands copy/cre8/bg.scss +0 -34
- package/lib/design-tokens/brands copy/cre8/border-style.scss +0 -5
- package/lib/design-tokens/brands copy/cre8/border.scss +0 -18
- package/lib/design-tokens/brands copy/cre8/borderRadius.scss +0 -15
- package/lib/design-tokens/brands copy/cre8/borderWidth.scss +0 -11
- package/lib/design-tokens/brands copy/cre8/breakpoint.scss +0 -9
- package/lib/design-tokens/brands copy/cre8/button.scss +0 -211
- package/lib/design-tokens/brands copy/cre8/content.scss +0 -29
- package/lib/design-tokens/brands copy/cre8/desktop-menu.scss +0 -5
- package/lib/design-tokens/brands copy/cre8/fontFamilies.scss +0 -4
- package/lib/design-tokens/brands copy/cre8/fontSize.scss +0 -17
- package/lib/design-tokens/brands copy/cre8/fontWeights.scss +0 -7
- package/lib/design-tokens/brands copy/cre8/footer.scss +0 -8
- package/lib/design-tokens/brands copy/cre8/header.scss +0 -81
- package/lib/design-tokens/brands copy/cre8/icon-size.scss +0 -6
- package/lib/design-tokens/brands copy/cre8/letterSpacing.scss +0 -10
- package/lib/design-tokens/brands copy/cre8/lineHeights.scss +0 -22
- package/lib/design-tokens/brands copy/cre8/link.scss +0 -4
- package/lib/design-tokens/brands copy/cre8/paragraphIndent.scss +0 -4
- package/lib/design-tokens/brands copy/cre8/paragraphSpacing.scss +0 -4
- package/lib/design-tokens/brands copy/cre8/progress-meter.scss +0 -4
- package/lib/design-tokens/brands copy/cre8/shadow.scss +0 -8
- package/lib/design-tokens/brands copy/cre8/spacing.scss +0 -21
- package/lib/design-tokens/brands copy/cre8/textCase.scss +0 -5
- package/lib/design-tokens/brands copy/cre8/textDecoration.scss +0 -5
- package/lib/design-tokens/brands copy/cre8/tokens-all-cre8.scss +0 -631
- package/lib/design-tokens/brands copy/cre8/tokens-brand.scss +0 -31
- package/lib/design-tokens/brands copy/femmecubator/base.scss +0 -64
- package/lib/design-tokens/brands copy/femmecubator/border.scss +0 -15
- package/lib/design-tokens/brands copy/femmecubator/color.scss +0 -56
- package/lib/design-tokens/brands copy/femmecubator/spacing.scss +0 -13
- package/lib/design-tokens/brands copy/femmecubator/tokens-all-femmecubator.scss +0 -139
- package/lib/design-tokens/brands copy/femmecubator/tokens-brand.scss +0 -8
- package/lib/design-tokens/brands copy/legacy/_base.scss +0 -103
- package/lib/design-tokens/brands copy/legacy/badge.scss +0 -5
- package/lib/design-tokens/brands copy/legacy/bg.scss +0 -34
- package/lib/design-tokens/brands copy/legacy/border-style.scss +0 -5
- package/lib/design-tokens/brands copy/legacy/border.scss +0 -17
- package/lib/design-tokens/brands copy/legacy/borderRadius.scss +0 -15
- package/lib/design-tokens/brands copy/legacy/borderWidth.scss +0 -11
- package/lib/design-tokens/brands copy/legacy/breakpoint.scss +0 -9
- package/lib/design-tokens/brands copy/legacy/button.scss +0 -225
- package/lib/design-tokens/brands copy/legacy/content.scss +0 -29
- package/lib/design-tokens/brands copy/legacy/desktop-menu.scss +0 -5
- package/lib/design-tokens/brands copy/legacy/fontFamilies.scss +0 -4
- package/lib/design-tokens/brands copy/legacy/fontSize.scss +0 -17
- package/lib/design-tokens/brands copy/legacy/fontWeights.scss +0 -10
- package/lib/design-tokens/brands copy/legacy/footer.scss +0 -9
- package/lib/design-tokens/brands copy/legacy/header.scss +0 -81
- package/lib/design-tokens/brands copy/legacy/icon-size.scss +0 -6
- package/lib/design-tokens/brands copy/legacy/letterSpacing.scss +0 -9
- package/lib/design-tokens/brands copy/legacy/lineHeights.scss +0 -19
- package/lib/design-tokens/brands copy/legacy/paragraphIndent.scss +0 -4
- package/lib/design-tokens/brands copy/legacy/paragraphSpacing.scss +0 -4
- package/lib/design-tokens/brands copy/legacy/progress-meter.scss +0 -4
- package/lib/design-tokens/brands copy/legacy/shadow.scss +0 -8
- package/lib/design-tokens/brands copy/legacy/spacing.scss +0 -20
- package/lib/design-tokens/brands copy/legacy/textCase.scss +0 -5
- package/lib/design-tokens/brands copy/legacy/textDecoration.scss +0 -5
- package/lib/design-tokens/brands copy/legacy/tokens-all-legacy.scss +0 -588
- package/lib/design-tokens/brands copy/legacy/tokens-brand.scss +0 -30
- package/lib/design-tokens/brands copy/marketing/_base.scss +0 -137
- package/lib/design-tokens/brands copy/marketing/asset.scss +0 -7
- package/lib/design-tokens/brands copy/marketing/badge.scss +0 -5
- package/lib/design-tokens/brands copy/marketing/bg.scss +0 -35
- package/lib/design-tokens/brands copy/marketing/border-style.scss +0 -5
- package/lib/design-tokens/brands copy/marketing/border.scss +0 -21
- package/lib/design-tokens/brands copy/marketing/borderRadius.scss +0 -15
- package/lib/design-tokens/brands copy/marketing/borderWidth.scss +0 -11
- package/lib/design-tokens/brands copy/marketing/breakpoint.scss +0 -9
- package/lib/design-tokens/brands copy/marketing/button.scss +0 -225
- package/lib/design-tokens/brands copy/marketing/content.scss +0 -29
- package/lib/design-tokens/brands copy/marketing/desktop-menu.scss +0 -5
- package/lib/design-tokens/brands copy/marketing/fontFamilies.scss +0 -4
- package/lib/design-tokens/brands copy/marketing/fontSize.scss +0 -17
- package/lib/design-tokens/brands copy/marketing/fontWeights.scss +0 -7
- package/lib/design-tokens/brands copy/marketing/footer.scss +0 -9
- package/lib/design-tokens/brands copy/marketing/header.scss +0 -81
- package/lib/design-tokens/brands copy/marketing/icon-size.scss +0 -6
- package/lib/design-tokens/brands copy/marketing/letterSpacing.scss +0 -9
- package/lib/design-tokens/brands copy/marketing/lineHeights.scss +0 -22
- package/lib/design-tokens/brands copy/marketing/link.scss +0 -4
- package/lib/design-tokens/brands copy/marketing/paragraphIndent.scss +0 -4
- package/lib/design-tokens/brands copy/marketing/paragraphSpacing.scss +0 -4
- package/lib/design-tokens/brands copy/marketing/progress-meter.scss +0 -4
- package/lib/design-tokens/brands copy/marketing/shadow.scss +0 -8
- package/lib/design-tokens/brands copy/marketing/spacing.scss +0 -21
- package/lib/design-tokens/brands copy/marketing/textCase.scss +0 -5
- package/lib/design-tokens/brands copy/marketing/textDecoration.scss +0 -5
- package/lib/design-tokens/brands copy/marketing/tokens-all-marketing.scss +0 -633
- package/lib/design-tokens/brands copy/marketing/tokens-brand.scss +0 -32
- package/lib/design-tokens/brands copy/minimalist/_base.scss +0 -81
- package/lib/design-tokens/brands copy/minimalist/asset.scss +0 -6
- package/lib/design-tokens/brands copy/minimalist/badge.scss +0 -5
- package/lib/design-tokens/brands copy/minimalist/bg.scss +0 -34
- package/lib/design-tokens/brands copy/minimalist/border-style.scss +0 -5
- package/lib/design-tokens/brands copy/minimalist/border.scss +0 -17
- package/lib/design-tokens/brands copy/minimalist/borderRadius.scss +0 -15
- package/lib/design-tokens/brands copy/minimalist/borderWidth.scss +0 -11
- package/lib/design-tokens/brands copy/minimalist/breakpoint.scss +0 -9
- package/lib/design-tokens/brands copy/minimalist/button.scss +0 -225
- package/lib/design-tokens/brands copy/minimalist/content.scss +0 -29
- package/lib/design-tokens/brands copy/minimalist/desktop-menu.scss +0 -5
- package/lib/design-tokens/brands copy/minimalist/fontFamilies.scss +0 -4
- package/lib/design-tokens/brands copy/minimalist/fontFamily.scss +0 -4
- package/lib/design-tokens/brands copy/minimalist/fontSize.scss +0 -17
- package/lib/design-tokens/brands copy/minimalist/fontWeights.scss +0 -6
- package/lib/design-tokens/brands copy/minimalist/footer.scss +0 -9
- package/lib/design-tokens/brands copy/minimalist/header.scss +0 -81
- package/lib/design-tokens/brands copy/minimalist/icon-size.scss +0 -6
- package/lib/design-tokens/brands copy/minimalist/letterSpacing.scss +0 -9
- package/lib/design-tokens/brands copy/minimalist/lineHeights.scss +0 -20
- package/lib/design-tokens/brands copy/minimalist/paragraphIndent.scss +0 -4
- package/lib/design-tokens/brands copy/minimalist/paragraphSpacing.scss +0 -4
- package/lib/design-tokens/brands copy/minimalist/progress-meter.scss +0 -4
- package/lib/design-tokens/brands copy/minimalist/shadow.scss +0 -8
- package/lib/design-tokens/brands copy/minimalist/spacing.scss +0 -20
- package/lib/design-tokens/brands copy/minimalist/textCase.scss +0 -5
- package/lib/design-tokens/brands copy/minimalist/textDecoration.scss +0 -5
- package/lib/design-tokens/brands copy/minimalist/tokens-all-minimalist.scss +0 -567
- package/lib/design-tokens/brands copy/minimalist/tokens-brand.scss +0 -32
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
@import './tokens_brand.css';
|
|
2
|
+
@import './fonts.css';
|
|
3
|
+
:root{--cre8-typography-body-xlarge-font-family: var(--cre8-font-families-inter);
|
|
4
|
+
--cre8-typography-body-xlarge-font-size: var(--cre8-font-size-5);
|
|
5
|
+
--cre8-typography-body-xlarge-font-weight: var(--cre8-font-weights-inter-0);
|
|
6
|
+
--cre8-typography-body-xlarge-line-height: var(--cre8-line-heights-7);
|
|
7
|
+
--cre8-typography-body-xlarge-text-decoration: var(--cre8-text-decoration-none);
|
|
8
|
+
--cre8-typography-body-xlarge-text-transform: var(--cre8-text-case-none);
|
|
9
|
+
--cre8-typography-body-xlarge-strong-font-family: var(--cre8-font-families-inter);
|
|
10
|
+
--cre8-typography-body-xlarge-strong-font-size: var(--cre8-font-size-5);
|
|
11
|
+
--cre8-typography-body-xlarge-strong-font-weight: var(--cre8-font-weights-inter-1);
|
|
12
|
+
--cre8-typography-body-xlarge-strong-line-height: var(--cre8-line-heights-7);
|
|
13
|
+
--cre8-typography-body-xlarge-strong-text-decoration: var(--cre8-text-decoration-none);
|
|
14
|
+
--cre8-typography-body-xlarge-strong-text-transform: var(--cre8-text-case-none);
|
|
15
|
+
--cre8-typography-body-xlarge-link-font-family: var(--cre8-font-families-inter);
|
|
16
|
+
--cre8-typography-body-xlarge-link-font-size: var(--cre8-font-size-5);
|
|
17
|
+
--cre8-typography-body-xlarge-link-font-weight: var(--cre8-font-weights-inter-1);
|
|
18
|
+
--cre8-typography-body-xlarge-link-line-height: var(--cre8-line-heights-7);
|
|
19
|
+
--cre8-typography-body-xlarge-link-text-decoration: var(--cre8-text-decoration-underline);
|
|
20
|
+
--cre8-typography-body-xlarge-link-text-transform: var(--cre8-text-case-none);
|
|
21
|
+
--cre8-typography-body-large-font-family: var(--cre8-font-families-inter);
|
|
22
|
+
--cre8-typography-body-large-font-size: var(--cre8-font-size-3);
|
|
23
|
+
--cre8-typography-body-large-font-weight: var(--cre8-font-weights-inter-0);
|
|
24
|
+
--cre8-typography-body-large-line-height: var(--cre8-line-heights-7);
|
|
25
|
+
--cre8-typography-body-large-text-decoration: var(--cre8-text-decoration-none);
|
|
26
|
+
--cre8-typography-body-large-text-transform: var(--cre8-text-case-none);
|
|
27
|
+
--cre8-typography-body-large-strong-font-family: var(--cre8-font-families-inter);
|
|
28
|
+
--cre8-typography-body-large-strong-font-size: var(--cre8-font-size-3);
|
|
29
|
+
--cre8-typography-body-large-strong-font-weight: var(--cre8-font-weights-inter-1);
|
|
30
|
+
--cre8-typography-body-large-strong-line-height: var(--cre8-line-heights-7);
|
|
31
|
+
--cre8-typography-body-large-strong-text-decoration: var(--cre8-text-decoration-none);
|
|
32
|
+
--cre8-typography-body-large-strong-text-transform: var(--cre8-text-case-none);
|
|
33
|
+
--cre8-typography-body-default-font-family: var(--cre8-font-families-inter);
|
|
34
|
+
--cre8-typography-body-default-font-size: var(--cre8-font-size-2);
|
|
35
|
+
--cre8-typography-body-default-font-weight: var(--cre8-font-weights-inter-0);
|
|
36
|
+
--cre8-typography-body-default-line-height: var(--cre8-line-heights-7);
|
|
37
|
+
--cre8-typography-body-default-text-decoration: var(--cre8-text-decoration-none);
|
|
38
|
+
--cre8-typography-body-default-text-transform: var(--cre8-text-case-none);
|
|
39
|
+
--cre8-typography-body-default-strong-font-family: var(--cre8-font-families-inter);
|
|
40
|
+
--cre8-typography-body-default-strong-font-size: var(--cre8-font-size-2);
|
|
41
|
+
--cre8-typography-body-default-strong-font-weight: var(--cre8-font-weights-inter-1);
|
|
42
|
+
--cre8-typography-body-default-strong-line-height: var(--cre8-line-heights-7);
|
|
43
|
+
--cre8-typography-body-default-strong-text-decoration: var(--cre8-text-decoration-none);
|
|
44
|
+
--cre8-typography-body-default-strong-text-transform: var(--cre8-text-case-none);
|
|
45
|
+
--cre8-typography-body-small-font-family: var(--cre8-font-families-inter);
|
|
46
|
+
--cre8-typography-body-small-font-size: var(--cre8-font-size-1);
|
|
47
|
+
--cre8-typography-body-small-font-weight: var(--cre8-font-weights-inter-0);
|
|
48
|
+
--cre8-typography-body-small-line-height: var(--cre8-line-heights-8);
|
|
49
|
+
--cre8-typography-body-small-text-decoration: var(--cre8-text-decoration-none);
|
|
50
|
+
--cre8-typography-body-small-text-transform: var(--cre8-text-case-none);
|
|
51
|
+
--cre8-typography-body-small-strong-font-family: var(--cre8-font-families-inter);
|
|
52
|
+
--cre8-typography-body-small-strong-font-size: var(--cre8-font-size-1);
|
|
53
|
+
--cre8-typography-body-small-strong-font-weight: var(--cre8-font-weights-inter-1);
|
|
54
|
+
--cre8-typography-body-small-strong-line-height: var(--cre8-line-heights-8);
|
|
55
|
+
--cre8-typography-body-small-strong-text-decoration: var(--cre8-text-decoration-none);
|
|
56
|
+
--cre8-typography-body-small-strong-text-transform: var(--cre8-text-case-none);
|
|
57
|
+
--cre8-typography-body-large-link-font-family: var(--cre8-font-families-inter);
|
|
58
|
+
--cre8-typography-body-large-link-font-size: var(--cre8-font-size-3);
|
|
59
|
+
--cre8-typography-body-large-link-font-weight: var(--cre8-font-weights-inter-1);
|
|
60
|
+
--cre8-typography-body-large-link-line-height: var(--cre8-line-heights-7);
|
|
61
|
+
--cre8-typography-body-large-link-text-decoration: var(--cre8-text-decoration-underline);
|
|
62
|
+
--cre8-typography-body-large-link-text-transform: var(--cre8-text-case-none);
|
|
63
|
+
--cre8-typography-body-default-link-font-family: var(--cre8-font-families-inter);
|
|
64
|
+
--cre8-typography-body-default-link-font-size: var(--cre8-font-size-2);
|
|
65
|
+
--cre8-typography-body-default-link-font-weight: var(--cre8-font-weights-inter-1);
|
|
66
|
+
--cre8-typography-body-default-link-line-height: var(--cre8-line-heights-7);
|
|
67
|
+
--cre8-typography-body-default-link-text-decoration: var(--cre8-text-decoration-underline);
|
|
68
|
+
--cre8-typography-body-default-link-text-transform: var(--cre8-text-case-none);
|
|
69
|
+
--cre8-typography-body-small-link-font-family: var(--cre8-font-families-inter);
|
|
70
|
+
--cre8-typography-body-small-link-font-size: var(--cre8-font-size-1);
|
|
71
|
+
--cre8-typography-body-small-link-font-weight: var(--cre8-font-weights-inter-1);
|
|
72
|
+
--cre8-typography-body-small-link-line-height: var(--cre8-line-heights-8);
|
|
73
|
+
--cre8-typography-body-small-link-text-decoration: var(--cre8-text-decoration-underline);
|
|
74
|
+
--cre8-typography-body-small-link-text-transform: var(--cre8-text-case-none);
|
|
75
|
+
--cre8-typography-label-default-font-family: var(--cre8-font-families-inter);
|
|
76
|
+
--cre8-typography-label-default-font-size: var(--cre8-font-size-2);
|
|
77
|
+
--cre8-typography-label-default-font-weight: var(--cre8-font-weights-inter-1);
|
|
78
|
+
--cre8-typography-label-default-line-height: var(--cre8-line-heights-7);
|
|
79
|
+
--cre8-typography-label-default-text-decoration: var(--cre8-text-decoration-none);
|
|
80
|
+
--cre8-typography-label-default-text-transform: var(--cre8-text-case-none);
|
|
81
|
+
--cre8-typography-label-large-font-family: var(--cre8-font-families-inter);
|
|
82
|
+
--cre8-typography-label-large-font-size: var(--cre8-font-size-3);
|
|
83
|
+
--cre8-typography-label-large-font-weight: var(--cre8-font-weights-inter-1);
|
|
84
|
+
--cre8-typography-label-large-line-height: var(--cre8-line-heights-5);
|
|
85
|
+
--cre8-typography-label-large-text-decoration: var(--cre8-text-decoration-none);
|
|
86
|
+
--cre8-typography-label-large-text-transform: var(--cre8-text-case-none);
|
|
87
|
+
--cre8-typography-label-small-font-family: var(--cre8-font-families-inter);
|
|
88
|
+
--cre8-typography-label-small-font-size: var(--cre8-font-size-1);
|
|
89
|
+
--cre8-typography-label-small-font-weight: var(--cre8-font-weights-inter-1);
|
|
90
|
+
--cre8-typography-label-small-line-height: var(--cre8-line-heights-7);
|
|
91
|
+
--cre8-typography-label-small-text-decoration: var(--cre8-text-decoration-none);
|
|
92
|
+
--cre8-typography-label-small-text-transform: var(--cre8-text-case-none);
|
|
93
|
+
--cre8-typography-title-xlarge-font-family: var(--cre8-font-families-inter);
|
|
94
|
+
--cre8-typography-title-xlarge-font-size: var(--cre8-font-size-8);
|
|
95
|
+
--cre8-typography-title-xlarge-font-weight: var(--cre8-font-weights-inter-1);
|
|
96
|
+
--cre8-typography-title-xlarge-line-height: var(--cre8-line-heights-4);
|
|
97
|
+
--cre8-typography-title-xlarge-text-decoration: var(--cre8-text-decoration-none);
|
|
98
|
+
--cre8-typography-title-xlarge-text-transform: var(--cre8-text-case-none);
|
|
99
|
+
--cre8-typography-title-xlarge-mobile-font-family: var(--cre8-font-families-inter);
|
|
100
|
+
--cre8-typography-title-xlarge-mobile-font-size: var(--cre8-font-size-7);
|
|
101
|
+
--cre8-typography-title-xlarge-mobile-font-weight: var(--cre8-font-weights-inter-1);
|
|
102
|
+
--cre8-typography-title-xlarge-mobile-line-height: var(--cre8-line-heights-4);
|
|
103
|
+
--cre8-typography-title-xlarge-mobile-text-decoration: var(--cre8-text-decoration-none);
|
|
104
|
+
--cre8-typography-title-xlarge-mobile-text-transform: var(--cre8-text-case-none);
|
|
105
|
+
--cre8-typography-title-large-font-family: var(--cre8-font-families-inter);
|
|
106
|
+
--cre8-typography-title-large-font-size: var(--cre8-font-size-6);
|
|
107
|
+
--cre8-typography-title-large-font-weight: var(--cre8-font-weights-inter-1);
|
|
108
|
+
--cre8-typography-title-large-line-height: var(--cre8-line-heights-1);
|
|
109
|
+
--cre8-typography-title-large-text-decoration: var(--cre8-text-decoration-none);
|
|
110
|
+
--cre8-typography-title-large-text-transform: var(--cre8-text-case-none);
|
|
111
|
+
--cre8-typography-title-large-mobile-font-family: var(--cre8-font-families-inter);
|
|
112
|
+
--cre8-typography-title-large-mobile-font-size: var(--cre8-font-size-5);
|
|
113
|
+
--cre8-typography-title-large-mobile-font-weight: var(--cre8-font-weights-inter-1);
|
|
114
|
+
--cre8-typography-title-large-mobile-line-height: var(--cre8-line-heights-1);
|
|
115
|
+
--cre8-typography-title-large-mobile-text-decoration: var(--cre8-text-decoration-none);
|
|
116
|
+
--cre8-typography-title-large-mobile-text-transform: var(--cre8-text-case-none);
|
|
117
|
+
--cre8-typography-title-default-font-family: var(--cre8-font-families-inter);
|
|
118
|
+
--cre8-typography-title-default-font-size: var(--cre8-font-size-5);
|
|
119
|
+
--cre8-typography-title-default-font-weight: var(--cre8-font-weights-inter-1);
|
|
120
|
+
--cre8-typography-title-default-line-height: var(--cre8-line-heights-2);
|
|
121
|
+
--cre8-typography-title-default-text-decoration: var(--cre8-text-decoration-none);
|
|
122
|
+
--cre8-typography-title-default-text-transform: var(--cre8-text-case-none);
|
|
123
|
+
--cre8-typography-title-default-mobile-font-family: var(--cre8-font-families-inter);
|
|
124
|
+
--cre8-typography-title-default-mobile-font-size: var(--cre8-font-size-3);
|
|
125
|
+
--cre8-typography-title-default-mobile-font-weight: var(--cre8-font-weights-inter-1);
|
|
126
|
+
--cre8-typography-title-default-mobile-line-height: var(--cre8-line-heights-2);
|
|
127
|
+
--cre8-typography-title-default-mobile-text-decoration: var(--cre8-text-decoration-none);
|
|
128
|
+
--cre8-typography-title-default-mobile-text-transform: var(--cre8-text-case-none);
|
|
129
|
+
--cre8-typography-title-small-font-family: var(--cre8-font-families-inter);
|
|
130
|
+
--cre8-typography-title-small-font-size: var(--cre8-font-size-3);
|
|
131
|
+
--cre8-typography-title-small-font-weight: var(--cre8-font-weights-inter-1);
|
|
132
|
+
--cre8-typography-title-small-line-height: var(--cre8-line-heights-6);
|
|
133
|
+
--cre8-typography-title-small-text-decoration: var(--cre8-text-decoration-none);
|
|
134
|
+
--cre8-typography-title-small-text-transform: var(--cre8-text-case-none);
|
|
135
|
+
--cre8-typography-title-small-mobile-font-family: var(--cre8-font-families-inter);
|
|
136
|
+
--cre8-typography-title-small-mobile-font-size: var(--cre8-font-size-2);
|
|
137
|
+
--cre8-typography-title-small-mobile-font-weight: var(--cre8-font-weights-inter-1);
|
|
138
|
+
--cre8-typography-title-small-mobile-line-height: var(--cre8-line-heights-6);
|
|
139
|
+
--cre8-typography-title-small-mobile-text-decoration: var(--cre8-text-decoration-none);
|
|
140
|
+
--cre8-typography-title-small-mobile-text-transform: var(--cre8-text-case-none);
|
|
141
|
+
--cre8-typography-headline-large-font-family: var(--cre8-font-families-inter);
|
|
142
|
+
--cre8-typography-headline-large-font-size: var(--cre8-font-size-9);
|
|
143
|
+
--cre8-typography-headline-large-font-weight: var(--cre8-font-weights-inter-3);
|
|
144
|
+
--cre8-typography-headline-large-line-height: var(--cre8-line-heights-0);
|
|
145
|
+
--cre8-typography-headline-large-text-decoration: var(--cre8-text-decoration-none);
|
|
146
|
+
--cre8-typography-headline-large-text-transform: var(--cre8-text-case-none);
|
|
147
|
+
--cre8-typography-headline-large-mobile-font-family: var(--cre8-font-families-inter);
|
|
148
|
+
--cre8-typography-headline-large-mobile-font-size: var(--cre8-font-size-8);
|
|
149
|
+
--cre8-typography-headline-large-mobile-font-weight: var(--cre8-font-weights-inter-3);
|
|
150
|
+
--cre8-typography-headline-large-mobile-line-height: var(--cre8-line-heights-0);
|
|
151
|
+
--cre8-typography-headline-large-mobile-text-decoration: var(--cre8-text-decoration-none);
|
|
152
|
+
--cre8-typography-headline-large-mobile-text-transform: var(--cre8-text-case-none);
|
|
153
|
+
--cre8-typography-headline-default-font-family: var(--cre8-font-families-inter);
|
|
154
|
+
--cre8-typography-headline-default-font-size: var(--cre8-font-size-8);
|
|
155
|
+
--cre8-typography-headline-default-font-weight: var(--cre8-font-weights-inter-3);
|
|
156
|
+
--cre8-typography-headline-default-line-height: var(--cre8-line-heights-0);
|
|
157
|
+
--cre8-typography-headline-default-text-decoration: var(--cre8-text-decoration-none);
|
|
158
|
+
--cre8-typography-headline-default-text-transform: var(--cre8-text-case-none);
|
|
159
|
+
--cre8-typography-headline-default-mobile-font-family: var(--cre8-font-families-inter);
|
|
160
|
+
--cre8-typography-headline-default-mobile-font-size: var(--cre8-font-size-7);
|
|
161
|
+
--cre8-typography-headline-default-mobile-font-weight: var(--cre8-font-weights-inter-3);
|
|
162
|
+
--cre8-typography-headline-default-mobile-line-height: var(--cre8-line-heights-0);
|
|
163
|
+
--cre8-typography-headline-default-mobile-text-decoration: var(--cre8-text-decoration-none);
|
|
164
|
+
--cre8-typography-headline-default-mobile-text-transform: var(--cre8-text-case-none);
|
|
165
|
+
--cre8-typography-headline-small-font-family: var(--cre8-font-families-inter);
|
|
166
|
+
--cre8-typography-headline-small-font-size: var(--cre8-font-size-7);
|
|
167
|
+
--cre8-typography-headline-small-font-weight: var(--cre8-font-weights-inter-3);
|
|
168
|
+
--cre8-typography-headline-small-line-height: var(--cre8-line-heights-0);
|
|
169
|
+
--cre8-typography-headline-small-text-decoration: var(--cre8-text-decoration-none);
|
|
170
|
+
--cre8-typography-headline-small-text-transform: var(--cre8-text-case-none);
|
|
171
|
+
--cre8-typography-headline-small-mobile-font-family: var(--cre8-font-families-inter);
|
|
172
|
+
--cre8-typography-headline-small-mobile-font-size: var(--cre8-font-size-6);
|
|
173
|
+
--cre8-typography-headline-small-mobile-font-weight: var(--cre8-font-weights-inter-3);
|
|
174
|
+
--cre8-typography-headline-small-mobile-line-height: var(--cre8-line-heights-0);
|
|
175
|
+
--cre8-typography-headline-small-mobile-text-decoration: var(--cre8-text-decoration-none);
|
|
176
|
+
--cre8-typography-headline-small-mobile-text-transform: var(--cre8-text-case-none);
|
|
177
|
+
--cre8-typography-headline-xsmall-font-family: var(--cre8-font-families-inter);
|
|
178
|
+
--cre8-typography-headline-xsmall-font-size: var(--cre8-font-size-5);
|
|
179
|
+
--cre8-typography-headline-xsmall-font-weight: var(--cre8-font-weights-inter-3);
|
|
180
|
+
--cre8-typography-headline-xsmall-line-height: var(--cre8-line-heights-0);
|
|
181
|
+
--cre8-typography-headline-xsmall-text-decoration: var(--cre8-text-decoration-none);
|
|
182
|
+
--cre8-typography-headline-xsmall-text-transform: var(--cre8-text-case-none);
|
|
183
|
+
--cre8-typography-headline-xsmall-mobile-font-family: var(--cre8-font-families-inter);
|
|
184
|
+
--cre8-typography-headline-xsmall-mobile-font-size: var(--cre8-font-size-5);
|
|
185
|
+
--cre8-typography-headline-xsmall-mobile-font-weight: var(--cre8-font-weights-inter-3);
|
|
186
|
+
--cre8-typography-headline-xsmall-mobile-line-height: var(--cre8-line-heights-0);
|
|
187
|
+
--cre8-typography-headline-xsmall-mobile-text-decoration: var(--cre8-text-decoration-none);
|
|
188
|
+
--cre8-typography-headline-xsmall-mobile-text-transform: var(--cre8-text-case-none);
|
|
189
|
+
--cre8-typography-display-large-font-family: var(--cre8-font-families-inter);
|
|
190
|
+
--cre8-typography-display-large-font-size: var(--cre8-font-size-13);
|
|
191
|
+
--cre8-typography-display-large-font-weight: var(--cre8-font-weights-inter-2);
|
|
192
|
+
--cre8-typography-display-large-line-height: var(--cre8-line-heights-0);
|
|
193
|
+
--cre8-typography-display-large-text-decoration: var(--cre8-text-decoration-none);
|
|
194
|
+
--cre8-typography-display-large-text-transform: var(--cre8-text-case-none);
|
|
195
|
+
--cre8-typography-display-large-mobile-font-family: var(--cre8-font-families-inter);
|
|
196
|
+
--cre8-typography-display-large-mobile-font-size: var(--cre8-font-size-12);
|
|
197
|
+
--cre8-typography-display-large-mobile-font-weight: var(--cre8-font-weights-inter-2);
|
|
198
|
+
--cre8-typography-display-large-mobile-line-height: var(--cre8-line-heights-0);
|
|
199
|
+
--cre8-typography-display-large-mobile-text-decoration: var(--cre8-text-decoration-none);
|
|
200
|
+
--cre8-typography-display-large-mobile-text-transform: var(--cre8-text-case-none);
|
|
201
|
+
--cre8-typography-display-default-font-family: var(--cre8-font-families-inter);
|
|
202
|
+
--cre8-typography-display-default-font-size: var(--cre8-font-size-11);
|
|
203
|
+
--cre8-typography-display-default-font-weight: var(--cre8-font-weights-inter-2);
|
|
204
|
+
--cre8-typography-display-default-line-height: var(--cre8-line-heights-0);
|
|
205
|
+
--cre8-typography-display-default-text-decoration: var(--cre8-text-decoration-none);
|
|
206
|
+
--cre8-typography-display-default-text-transform: var(--cre8-text-case-none);
|
|
207
|
+
--cre8-typography-display-default-mobile-font-family: var(--cre8-font-families-inter);
|
|
208
|
+
--cre8-typography-display-default-mobile-font-size: var(--cre8-font-size-10);
|
|
209
|
+
--cre8-typography-display-default-mobile-font-weight: var(--cre8-font-weights-inter-2);
|
|
210
|
+
--cre8-typography-display-default-mobile-line-height: var(--cre8-line-heights-0);
|
|
211
|
+
--cre8-typography-display-default-mobile-text-decoration: var(--cre8-text-decoration-none);
|
|
212
|
+
--cre8-typography-display-default-mobile-text-transform: var(--cre8-text-case-none);
|
|
213
|
+
--cre8-typography-display-small-font-family: var(--cre8-font-families-inter);
|
|
214
|
+
--cre8-typography-display-small-font-size: var(--cre8-font-size-9);
|
|
215
|
+
--cre8-typography-display-small-font-weight: var(--cre8-font-weights-inter-2);
|
|
216
|
+
--cre8-typography-display-small-line-height: var(--cre8-line-heights-0);
|
|
217
|
+
--cre8-typography-display-small-text-decoration: var(--cre8-text-decoration-none);
|
|
218
|
+
--cre8-typography-display-small-text-transform: var(--cre8-text-case-none);
|
|
219
|
+
--cre8-typography-display-small-mobile-font-family: var(--cre8-font-families-inter);
|
|
220
|
+
--cre8-typography-display-small-mobile-font-size: var(--cre8-font-size-8);
|
|
221
|
+
--cre8-typography-display-small-mobile-font-weight: var(--cre8-font-weights-inter-2);
|
|
222
|
+
--cre8-typography-display-small-mobile-line-height: var(--cre8-line-heights-0);
|
|
223
|
+
--cre8-typography-display-small-mobile-text-decoration: var(--cre8-text-decoration-none);
|
|
224
|
+
--cre8-typography-display-small-mobile-text-transform: var(--cre8-text-case-none);
|
|
225
|
+
--cre8-typography-meta-default-font-family: var(--cre8-font-families-inter);
|
|
226
|
+
--cre8-typography-meta-default-font-size: var(--cre8-font-size-2);
|
|
227
|
+
--cre8-typography-meta-default-font-weight: var(--cre8-font-weights-inter-2);
|
|
228
|
+
--cre8-typography-meta-default-line-height: var(--cre8-line-heights-3);
|
|
229
|
+
--cre8-typography-meta-default-text-decoration: var(--cre8-text-decoration-none);
|
|
230
|
+
--cre8-typography-meta-default-text-transform: var(--cre8-text-case-uppercase);
|
|
231
|
+
--cre8-typography-meta-default-sentence-case-font-family: var(--cre8-font-families-inter);
|
|
232
|
+
--cre8-typography-meta-default-sentence-case-font-size: var(--cre8-font-size-2);
|
|
233
|
+
--cre8-typography-meta-default-sentence-case-font-weight: var(--cre8-font-weights-inter-2);
|
|
234
|
+
--cre8-typography-meta-default-sentence-case-line-height: var(--cre8-line-heights-11);
|
|
235
|
+
--cre8-typography-meta-default-sentence-case-text-decoration: var(--cre8-text-decoration-none);
|
|
236
|
+
--cre8-typography-meta-default-sentence-case-text-transform: var(--cre8-text-case-none);
|
|
237
|
+
--cre8-typography-meta-large-font-family: var(--cre8-font-families-inter);
|
|
238
|
+
--cre8-typography-meta-large-font-size: var(--cre8-font-size-4);
|
|
239
|
+
--cre8-typography-meta-large-font-weight: var(--cre8-font-weights-inter-2);
|
|
240
|
+
--cre8-typography-meta-large-line-height: var(--cre8-line-heights-3);
|
|
241
|
+
--cre8-typography-meta-large-text-decoration: var(--cre8-text-decoration-none);
|
|
242
|
+
--cre8-typography-meta-large-text-transform: var(--cre8-text-case-uppercase);
|
|
243
|
+
--cre8-typography-meta-small-font-family: var(--cre8-font-families-inter);
|
|
244
|
+
--cre8-typography-meta-small-font-size: var(--cre8-font-size-1);
|
|
245
|
+
--cre8-typography-meta-small-font-weight: var(--cre8-font-weights-inter-2);
|
|
246
|
+
--cre8-typography-meta-small-line-height: var(--cre8-line-heights-3);
|
|
247
|
+
--cre8-typography-meta-small-text-decoration: var(--cre8-text-decoration-none);
|
|
248
|
+
--cre8-typography-meta-small-text-transform: var(--cre8-text-case-uppercase);}
|