@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 @@
|
|
|
1
|
+
{"version":3,"file":"tokens_starbucks.module.js","sourceRoot":"","sources":["../../../../design-tokens/brands/starbucks/tokens_starbucks.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,GAAG,EAAC,MAAM,KAAK,CAAC;AAEvB,MAAM,SAAS,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAowBrB,CAAC;AACF,eAAe,SAAS,CAAC","sourcesContent":["import {css} from 'lit';\n\n const starbucks = css`\n@font-face {\n\tfont-family: 'Inter';\n\tfont-style: normal;\n\tfont-weight: 400;\n\tsrc: url('../../../assets/fonts/Inter-Regular.woff2') format('woff2'),\n\t\t\t url('../../../assets/fonts/Inter-Regular.woff') format('woff');\n\tfont-display: fallback;\n}\n\n@font-face {\n\tfont-family: 'Inter';\n\tfont-style: medium;\n\tfont-weight: 500;\n\tsrc: url('../../../assets/fonts/Inter-Medium.woff2') format('woff2'),\n\t\t\t url('../../../assets/fonts/Inter-Medium.woff') format('woff');\n\tfont-display: fallback;\n}\n\n@font-face {\n\tfont-family: 'Inter';\n\tfont-style: medium;\n\tfont-weight: 600;\n\tsrc: url('../../../assets/fonts/Inter-SemiBold.woff2') format('woff2'),\n\t\t\t url('../../../assets/fonts/Inter-SemiBold.woff') format('woff');\n\tfont-display: fallback;\n}\n\n@font-face {\n\tfont-family: 'Inter';\n\tfont-style: normal;\n\tfont-weight: 700;\n\tsrc: url('../../../assets/fonts/Inter-Bold.woff2') format('woff2'),\n\t\t\t url('../../../assets/fonts/Inter-Bold.woff') format('woff');\n\tfont-display: fallback;\n}\n:root {\n --cre8-desktop-menu-padding-vertical-padding: 1rem;\n --cre8-desktop-menu-padding-horizontal-padding: 0.5rem;\n --cre8-color-header-bg-default: #ffffff;\n --cre8-color-header-inverse-bg-default: #007bff;\n --cre8-color-header-menu-bg-default: #ffffff;\n --cre8-color-header-menu-inverse-bg-default: #007bff;\n --cre8-color-header-menu-bg-hover: #f9f9f9;\n --cre8-color-header-menu-inverse-bg-hover: #00754A;\n --cre8-color-header-menu-bg-focus: #f9f9f9;\n --cre8-color-header-menu-inverse-bg-focus: #00754A;\n --cre8-color-header-menu-bg-active: #edebe9;\n --cre8-color-header-menu-inverse-bg-active: #006241;\n --cre8-color-header-menu-bg-pressed: #edebe9;\n --cre8-color-header-menu-inverse-bg-pressed: #006241;\n --cre8-color-header-menu-bg-selected: #f9f9f9;\n --cre8-color-header-menu-inverse-bg-selected: #00754A;\n --cre8-color-header-menu-content-default: #007bff;\n --cre8-color-header-menu-inverse-content-default: #ffffff;\n --cre8-color-header-menu-content-hover: #00754A;\n --cre8-color-header-menu-inverse-content-hover: #ffffff;\n --cre8-color-header-menu-content-focus: #007bff;\n --cre8-color-header-menu-inverse-content-focus: #ffffff;\n --cre8-color-header-menu-content-active: #006241;\n --cre8-color-header-menu-inverse-content-active: #ffffff;\n --cre8-color-header-menu-content-pressed: #006241;\n --cre8-color-header-menu-inverse-content-pressed: #ffffff;\n --cre8-color-header-menu-content-selected: #00754A;\n --cre8-color-header-menu-inverse-content-selected: #ffffff;\n --cre8-color-header-menu-border-default: rgba(45, 45, 45, 0.0);\n --cre8-color-header-menu-inverse-border-default: rgba(45, 45, 45, 0.0);\n --cre8-color-header-menu-border-hover: rgba(45, 45, 45, 0.0);\n --cre8-color-header-menu-inverse-border-hover: #ffffff;\n --cre8-color-header-menu-border-focus: #00754A;\n --cre8-color-header-menu-inverse-border-focus: #ffffff;\n --cre8-color-header-menu-border-active: #007bff;\n --cre8-color-header-menu-inverse-border-active: #ffffff;\n --cre8-color-header-menu-border-pressed: #007bff;\n --cre8-color-header-menu-inverse-border-pressed: #ffffff;\n --cre8-color-header-menu-border-selected: #00754A;\n --cre8-color-header-menu-inverse-border-selected: #f9f9f9;\n --cre8-color-header-submenu-bg-default: #ffffff;\n --cre8-color-header-submenu-inverse-bg-default: #007bff;\n --cre8-color-header-submenu-bg-hover: #f9f9f9;\n --cre8-color-header-submenu-inverse-bg-hover: #00754A;\n --cre8-color-header-submenu-bg-focus: #ffffff;\n --cre8-color-header-submenu-inverse-bg-focus: #007bff;\n --cre8-color-header-submenu-bg-active: #edebe9;\n --cre8-color-header-submenu-inverse-bg-active: #006241;\n --cre8-color-header-submenu-bg-pressed: #edebe9;\n --cre8-color-header-submenu-inverse-bg-pressed: #006241;\n --cre8-color-header-submenu-bg-selected: #f9f9f9;\n --cre8-color-header-submenu-inverse-bg-selected: #00754A;\n --cre8-color-header-submenu-content-default: #007bff;\n --cre8-color-header-submenu-inverse-content-default: #ffffff;\n --cre8-color-header-submenu-content-hover: #00754A;\n --cre8-color-header-submenu-inverse-content-hover: #ffffff;\n --cre8-color-header-submenu-content-focus: #00754A;\n --cre8-color-header-submenu-inverse-content-focus: #ffffff;\n --cre8-color-header-submenu-content-active: #006241;\n --cre8-color-header-submenu-inverse-content-active: #ffffff;\n --cre8-color-header-submenu-content-pressed: #006241;\n --cre8-color-header-submenu-inverse-content-pressed: #ffffff;\n --cre8-color-header-submenu-content-selected: #007bff;\n --cre8-color-header-submenu-inverse-content-selected: #ffffff;\n --cre8-color-header-submenu-border-default: #ffffff;\n --cre8-color-header-submenu-inverse-border-default: #007bff;\n --cre8-color-header-submenu-border-hover: #f9f9f9;\n --cre8-color-header-submenu-inverse-border-hover: #00754A;\n --cre8-color-header-submenu-border-focus: #007bff;\n --cre8-color-header-submenu-inverse-border-focus: #ffffff;\n --cre8-color-header-submenu-border-active: #edebe9;\n --cre8-color-header-submenu-inverse-border-active: #006241;\n --cre8-color-header-submenu-border-pressed: #edebe9;\n --cre8-color-header-submenu-inverse-border-pressed: #006241;\n --cre8-color-header-submenu-border-selected: #00754A;\n --cre8-color-header-submenu-inverse-border-selected: #f9f9f9;\n --cre8-color-header-bg-secondary: #007bff;\n --cre8-color-header-inverse-bg-secondary: #ffffff;\n --cre8-color-header-bg-tertiary: #007bff;\n --cre8-color-header-inverse-bg-tertiary: #ffffff;\n --cre8-color-footer-bg-default: #007bff;\n --cre8-color-footer-bg-secondary: #f9f9f9;\n --cre8-color-footer-content-secondary: #ffffff;\n --cre8-color-footer-link-hover: #006241;\n --cre8-color-footer-link-default: #006241;\n --cre8-spacing-0: 0rem;\n --cre8-spacing-2: 0.125rem;\n --cre8-spacing-4: 0.25rem;\n --cre8-spacing-6: 0.375rem;\n --cre8-spacing-8: 0.5rem;\n --cre8-spacing-12: 0.75rem;\n --cre8-spacing-14: 0.875rem;\n --cre8-spacing-16: 1rem;\n --cre8-spacing-18: 1.125rem;\n --cre8-spacing-24: 1.5rem;\n --cre8-spacing-32: 2rem;\n --cre8-spacing-40: 2.5rem;\n --cre8-spacing-48: 3rem;\n --cre8-spacing-64: 4rem;\n --cre8-spacing-80: 5rem;\n --cre8-spacing-96: 6rem;\n --cre8-spacing-120: 7.5rem;\n --cre8-spacing-160: 10rem;\n --cre8-button-padding-vertical-small: 0.5rem;\n --cre8-button-padding-vertical-large: 1rem;\n --cre8-button-padding-vertical-medium: 0.75rem;\n --cre8-button-padding-vertical-icon-only: 0.5rem;\n --cre8-button-padding-vertical-small-icon-only: 0.5rem;\n --cre8-button-padding-vertical-medium-icon-only: 1rem;\n --cre8-button-padding-vertical-large-icon-only: 1rem;\n --cre8-button-padding-horizontal-small: 1rem;\n --cre8-button-padding-horizontal-medium: 1.5rem;\n --cre8-button-padding-horizontal-large: 2rem;\n --cre8-button-padding-horizontal-icon-only: 0.5rem;\n --cre8-button-padding-horizontal-small-icon-only: 0.5rem;\n --cre8-button-padding-horizontal-medium-icon-only: 1rem;\n --cre8-button-padding-horizontal-large-icon-only: 1rem;\n --cre8-color-button-primary-bg: #007bff;\n --cre8-color-button-primary-inverse-bg: #f9f9f9;\n --cre8-color-button-primary-bg-hover: #00754A;\n --cre8-color-button-primary-inverse-bg-hover: #f2f0eb;\n --cre8-color-button-primary-bg-active: #006241;\n --cre8-color-button-primary-inverse-bg-active: #edebe9;\n --cre8-color-button-primary-bg-disabled: #eaeaea;\n --cre8-color-button-primary-inverse-bg-disabled: #ababab;\n --cre8-color-button-primary-content: #ffffff;\n --cre8-color-button-primary-inverse-content: #00754A;\n --cre8-color-button-primary-content-hover: #ffffff;\n --cre8-color-button-primary-inverse-content-hover: #00754A;\n --cre8-color-button-primary-content-active: #ffffff;\n --cre8-color-button-primary-inverse-content-active: #00754A;\n --cre8-color-button-primary-content-disabled: #949494;\n --cre8-color-button-primary-inverse-content-disabled: #6c6c6c;\n --cre8-color-button-primary-border: #007bff;\n --cre8-color-button-primary-inverse-border: #f9f9f9;\n --cre8-color-button-primary-border-hover: #00754A;\n --cre8-color-button-primary-inverse-border-hover: #f2f0eb;\n --cre8-color-button-primary-border-active: #006241;\n --cre8-color-button-primary-inverse-border-active: #edebe9;\n --cre8-color-button-primary-border-disabled: #eaeaea;\n --cre8-color-button-primary-inverse-border-disabled: #ababab;\n --cre8-color-button-primary-outline: #006241;\n --cre8-color-button-primary-inverse-outline: #f9f9f9;\n --cre8-color-button-primary-danger-bg: #c82014;\n --cre8-color-button-primary-danger-inverse-bg: #fbbc05;\n --cre8-color-button-primary-danger-bg-hover: #a31810;\n --cre8-color-button-primary-danger-inverse-bg-hover: #fbbc05;\n --cre8-color-button-primary-danger-bg-active: #7a0000;\n --cre8-color-button-primary-danger-inverse-bg-active: #fbbc05;\n --cre8-color-button-primary-danger-bg-disabled: #eaeaea;\n --cre8-color-button-primary-danger-inverse-bg-disabled: #ababab;\n --cre8-color-button-primary-danger-content: #ffffff;\n --cre8-color-button-primary-danger-inverse-content: #2d2d2d;\n --cre8-color-button-primary-danger-content-hover: #ffffff;\n --cre8-color-button-primary-danger-inverse-content-hover: #2d2d2d;\n --cre8-color-button-primary-danger-content-active: #ffffff;\n --cre8-color-button-primary-danger-inverse-content-active: #2d2d2d;\n --cre8-color-button-primary-danger-content-disabled: #949494;\n --cre8-color-button-primary-danger-inverse-content-disabled: #6c6c6c;\n --cre8-color-button-primary-danger-border: #c82014;\n --cre8-color-button-primary-danger-inverse-border: #fbbc05;\n --cre8-color-button-primary-danger-border-hover: #a31810;\n --cre8-color-button-primary-danger-inverse-border-hover: #fbbc05;\n --cre8-color-button-primary-danger-border-active: #7a0000;\n --cre8-color-button-primary-danger-inverse-border-active: #fbbc05;\n --cre8-color-button-primary-danger-border-disabled: #eaeaea;\n --cre8-color-button-primary-danger-inverse-border-disabled: #ababab;\n --cre8-color-button-primary-danger-outline: #006241;\n --cre8-color-button-primary-danger-inverse-outline: #f9f9f9;\n --cre8-color-button-secondary-neutral-bg: rgba(45, 45, 45, 0.0);\n --cre8-color-button-secondary-neutral-inverse-bg: rgba(45, 45, 45, 0.0);\n --cre8-color-button-secondary-neutral-content: #000000;\n --cre8-color-button-secondary-neutral-inverse-content: #ffffff;\n --cre8-color-button-secondary-neutral-border: #edebe9;\n --cre8-color-button-secondary-neutral-inverse-border: #ffffff;\n --cre8-color-button-secondary-neutral-bg-hover: rgba(45, 45, 45, 0.10);\n --cre8-color-button-secondary-neutral-inverse-bg-hover: rgba(45, 45, 45, 0.20);\n --cre8-color-button-secondary-neutral-content-hover: #000000;\n --cre8-color-button-secondary-neutral-inverse-content-hover: #ffffff;\n --cre8-color-button-secondary-neutral-border-hover: #edebe9;\n --cre8-color-button-secondary-neutral-inverse-border-hover: #ffffff;\n --cre8-color-button-secondary-neutral-border-active: #edebe9;\n --cre8-color-button-secondary-neutral-inverse-border-active: #ffffff;\n --cre8-color-button-secondary-neutral-bg-active: rgba(45, 45, 45, 0.20);\n --cre8-color-button-secondary-neutral-inverse-bg-active: rgba(45, 45, 45, 0.50);\n --cre8-color-button-secondary-neutral-content-active: #000000;\n --cre8-color-button-secondary-neutral-inverse-content-active: #ffffff;\n --cre8-color-button-secondary-neutral-bg-disabled: #eaeaea;\n --cre8-color-button-secondary-neutral-inverse-bg-disabled: #ababab;\n --cre8-color-button-secondary-neutral-border-disabled: #eaeaea;\n --cre8-color-button-secondary-neutral-inverse-border-disabled: #ababab;\n --cre8-color-button-secondary-neutral-content-disabled: #949494;\n --cre8-color-button-secondary-neutral-inverse-content-disabled: #6c6c6c;\n --cre8-color-button-secondary-neutral-outline: #007bff;\n --cre8-color-button-secondary-neutral-inverse-outline: #f9f9f9;\n --cre8-color-button-secondary-bg: rgba(45, 45, 45, 0.0);\n --cre8-color-button-secondary-inverse-bg: rgba(45, 45, 45, 0.0);\n --cre8-color-button-secondary-bg-hover: #ffffff;\n --cre8-color-button-secondary-inverse-bg-hover: rgba(45, 45, 45, 0.0);\n --cre8-color-button-secondary-bg-active: #d4e9e2;\n --cre8-color-button-secondary-inverse-bg-active: #006241;\n --cre8-color-button-secondary-bg-disabled: #eaeaea;\n --cre8-color-button-secondary-inverse-bg-disabled: rgba(45, 45, 45, 0.0);\n --cre8-color-button-secondary-content: #007bff;\n --cre8-color-button-secondary-inverse-content: #f9f9f9;\n --cre8-color-button-secondary-content-hover: #00754A;\n --cre8-color-button-secondary-inverse-content-hover: #f2f0eb;\n --cre8-color-button-secondary-content-active: #006241;\n --cre8-color-button-secondary-inverse-content-active: #edebe9;\n --cre8-color-button-secondary-content-disabled: #949494;\n --cre8-color-button-secondary-inverse-content-disabled: #ababab;\n --cre8-color-button-secondary-border: #007bff;\n --cre8-color-button-secondary-inverse-border: #f9f9f9;\n --cre8-color-button-secondary-border-hover: #00754A;\n --cre8-color-button-secondary-inverse-border-hover: #f2f0eb;\n --cre8-color-button-secondary-border-active: #006241;\n --cre8-color-button-secondary-inverse-border-active: #edebe9;\n --cre8-color-button-secondary-border-disabled: #ababab;\n --cre8-color-button-secondary-inverse-border-disabled: #ababab;\n --cre8-color-button-secondary-outline: #006241;\n --cre8-color-button-secondary-inverse-outline: #f2f0eb;\n --cre8-color-button-secondary-danger-bg: rgba(45, 45, 45, 0.0);\n --cre8-color-button-secondary-danger-inverse-bg: rgba(45, 45, 45, 0.0);\n --cre8-color-button-secondary-danger-bg-hover: #a31810;\n --cre8-color-button-secondary-danger-inverse-bg-hover: #fbbc05;\n --cre8-color-button-secondary-danger-bg-active: #7a0000;\n --cre8-color-button-secondary-danger-inverse-bg-active: #fbbc05;\n --cre8-color-button-secondary-danger-bg-disabled: #eaeaea;\n --cre8-color-button-secondary-danger-inverse-bg-disabled: #ababab;\n --cre8-color-button-secondary-danger-content: #c82014;\n --cre8-color-button-secondary-danger-inverse-content: #fbbc05;\n --cre8-color-button-secondary-danger-content-hover: #ffffff;\n --cre8-color-button-secondary-danger-inverse-content-hover: #2d2d2d;\n --cre8-color-button-secondary-danger-content-active: #ffffff;\n --cre8-color-button-secondary-danger-inverse-content-active: #2d2d2d;\n --cre8-color-button-secondary-danger-content-disabled: #949494;\n --cre8-color-button-secondary-danger-inverse-content-disabled: #6c6c6c;\n --cre8-color-button-secondary-danger-border: #c82014;\n --cre8-color-button-secondary-danger-inverse-border: #fbbc05;\n --cre8-color-button-secondary-danger-border-hover: #a31810;\n --cre8-color-button-secondary-danger-inverse-border-hover: #fbbc05;\n --cre8-color-button-secondary-danger-border-active: #7a0000;\n --cre8-color-button-secondary-danger-inverse-border-active: #fbbc05;\n --cre8-color-button-secondary-danger-border-disabled: #eaeaea;\n --cre8-color-button-secondary-danger-inverse-border-disabled: #ababab;\n --cre8-color-button-secondary-danger-outline: #006241;\n --cre8-color-button-secondary-danger-inverse-outline: #f9f9f9;\n --cre8-color-button-tertiary-bg: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-inverse-bg: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-bg-hover: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-inverse-bg-hover: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-bg-active: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-inverse-bg-active: #2b5148;\n --cre8-color-button-tertiary-bg-disabled: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-inverse-bg-disabled: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-content: #007bff;\n --cre8-color-button-tertiary-inverse-content: #f9f9f9;\n --cre8-color-button-tertiary-content-hover: #00754A;\n --cre8-color-button-tertiary-inverse-content-hover: #f2f0eb;\n --cre8-color-button-tertiary-content-active: #006241;\n --cre8-color-button-tertiary-inverse-content-active: #edebe9;\n --cre8-color-button-tertiary-content-disabled: #949494;\n --cre8-color-button-tertiary-inverse-content-disabled: #ababab;\n --cre8-color-button-tertiary-border: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-inverse-border: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-border-hover: #00754A;\n --cre8-color-button-tertiary-inverse-border-hover: #f2f0eb;\n --cre8-color-button-tertiary-border-active: #006241;\n --cre8-color-button-tertiary-inverse-border-active: #edebe9;\n --cre8-color-button-tertiary-border-disabled: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-inverse-border-disabled: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-outline: #006241;\n --cre8-color-button-tertiary-inverse-outline: #f2f0eb;\n --cre8-color-button-tertiary-neutral-bg: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-bg: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-neutral-content: #000000;\n --cre8-font-families-inter: 'Inter', Open-Sans, sans-serif;\n --cre8-font-weights-regular: 400;\n --cre8-font-weights-bold: 600;\n --cre8-font-weights-light: 200;\n --cre8-border-radius-default: 4px;\n --cre8-border-radius-small: 2px;\n --cre8-border-radius-large: 8px;\n --cre8-shadow-default: 0 2px 8px rgba(0,0,0,0.08);\n --cre8-shadow-medium: 0 4px 16px rgba(0,0,0,0.12);\n --cre8-shadow-large: 0 8px 32px rgba(0,0,0,0.16);\n --cre8-color-button-tertiary-neutral-inverse-content: #ffffff;\n --cre8-color-button-tertiary-neutral-border: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-border: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-neutral-bg-hover: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-bg-hover: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-neutral-content-hover: #2d2d2d;\n --cre8-color-button-tertiary-neutral-inverse-content-hover: #ffffff;\n --cre8-color-button-tertiary-neutral-border-hover: #2d2d2d;\n --cre8-color-button-tertiary-neutral-inverse-border-hover: #ffffff;\n --cre8-color-button-tertiary-neutral-border-active: #2d2d2d;\n --cre8-color-button-tertiary-neutral-inverse-border-active: #ffffff;\n --cre8-color-button-tertiary-neutral-bg-active: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-bg-active: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-neutral-content-active: #2d2d2d;\n --cre8-color-button-tertiary-neutral-inverse-content-active: #ffffff;\n --cre8-color-button-tertiary-neutral-bg-disabled: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-bg-disabled: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-neutral-border-disabled: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-border-disabled: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-neutral-content-disabled: #949494;\n --cre8-color-button-tertiary-neutral-inverse-content-disabled: #6c6c6c;\n --cre8-color-button-tertiary-danger-bg: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-danger-inverse-bg: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-danger-bg-hover: #aa1313;\n --cre8-color-button-tertiary-danger-inverse-bg-hover: #f5a8a8;\n --cre8-color-button-tertiary-danger-bg-active: #7a0000;\n --cre8-color-button-tertiary-danger-inverse-bg-active: #fccaca;\n --cre8-color-button-tertiary-danger-bg-disabled: #eaeaea;\n --cre8-color-button-tertiary-danger-inverse-bg-disabled: #ababab;\n --cre8-color-button-tertiary-danger-content: #d02525;\n --cre8-color-button-tertiary-danger-inverse-content: #ff5c5c;\n --cre8-color-button-tertiary-danger-content-hover: #ffffff;\n --cre8-color-button-tertiary-danger-inverse-content-hover: #2d2d2d;\n --cre8-color-button-tertiary-danger-content-active: #ffffff;\n --cre8-color-button-tertiary-danger-inverse-content-active: #2d2d2d;\n --cre8-color-button-tertiary-danger-content-disabled: #949494;\n --cre8-color-button-tertiary-danger-inverse-content-disabled: #6c6c6c;\n --cre8-color-button-tertiary-danger-border: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-danger-inverse-border: rgba(45, 45, 45, 0.0);\n --cre8-color-button-tertiary-danger-border-hover: #aa1313;\n --cre8-color-button-tertiary-danger-inverse-border-hover: #f5a8a8;\n --cre8-color-button-tertiary-danger-border-active: #7a0000;\n --cre8-color-button-tertiary-danger-inverse-border-active: #fccaca;\n --cre8-color-button-tertiary-danger-border-disabled: #eaeaea;\n --cre8-color-button-tertiary-danger-inverse-border-disabled: #ababab;\n --cre8-color-bg-default: #ffffff;\n --cre8-color-bg-default-hover: #ffffff;\n --cre8-color-bg-default-active: #E3FAFC;\n --cre8-color-bg-subtle: #f6f5f3;\n --cre8-color-bg-moderate: #818181;\n --cre8-color-bg-inverse-moderate: #ababab;\n --cre8-color-bg-strong: #2d2d2d;\n --cre8-color-bg-disabled: #eaeaea;\n --cre8-color-bg-brand: #ffffff;\n --cre8-color-bg-brand-active: #C5F6FA;\n --cre8-color-bg-brand-hover: #E3FAFC;\n --cre8-color-bg-brand-strong: #0c8599;\n --cre8-color-bg-brand-strong-hover: #05333A;\n --cre8-color-bg-brand-strong-active: #042D34;\n --cre8-color-bg-brand-xstrong: #05333A;\n --cre8-color-bg-brand-xstrong-hover: #042D34;\n --cre8-color-bg-brand-xstrong-active: #042D34;\n --cre8-color-bg-success: #F5EAFB;\n --cre8-color-bg-success-strong: #CC5DE8;\n --cre8-color-bg-error: #ffebeb;\n --cre8-color-bg-error-strong: #d02525;\n --cre8-color-bg-warning: #fcf5e5;\n --cre8-color-bg-warning-strong: #e89f12;\n --cre8-color-bg-info: #ebf2ff;\n --cre8-color-bg-info-strong: #1963e1;\n --cre8-color-bg-attention: #ffffff;\n --cre8-color-bg-attention-strong: #22B8CF;\n --cre8-color-bg-opacity-transparent: rgba(45, 45, 45, 0.0);\n --cre8-color-bg-opacity-default: rgba(45, 45, 45, 0.50);\n --cre8-color-bg-active: #2d2d2d;\n --cre8-color-bg-inverse-active: #ffffff;\n --cre8-color-content-default: #2d2d2d;\n --cre8-color-content-subtle: #6c6c6c;\n --cre8-color-content-disabled: #949494;\n --cre8-color-content-knockout: #ffffff;\n --cre8-color-content-brand: #0c8599;\n --cre8-color-content-brand-strong: #0c8599;\n --cre8-color-content-brand-knockout: #F5EAFB;\n --cre8-color-content-success: #CC5DE8;\n --cre8-color-content-success-icon: #CC5DE8;\n --cre8-color-content-error: #d02525;\n --cre8-color-content-error-icon: #d02525;\n --cre8-color-content-warning-icon: #2d2d2d;\n --cre8-color-content-info-icon: #1963e1;\n --cre8-color-content-attention-icon: #22B8CF;\n --cre8-color-content-link: #0c8599;\n --cre8-color-content-inverse-link: #F3D9FA;\n --cre8-color-content-link-hover: #05333A;\n --cre8-color-content-inverse-link-hover: #EEBEFA;\n --cre8-color-content-link-focus: #ffffff;\n --cre8-color-content-inverse-link-focus: #2d2d2d;\n --cre8-color-content-link-visited: #7522d9;\n --cre8-color-content-inverse-link-visited: #ecc8e4;\n --cre8-color-content-link-disabled: #949494;\n --cre8-color-content-inverse-link-disabled: #eaeaea;\n --cre8-color-content-link-active: #042D34;\n --cre8-color-content-inverse-link-active: #E599F7;\n --cre8-color-border-default: #d5d5d5;\n --cre8-color-border-strong: #6c6c6c;\n --cre8-color-border-knockout: #ffffff;\n --cre8-color-border-disabled: #ababab;\n --cre8-color-border-brand: #0c8599;\n --cre8-color-border-brand-subtle: #66D9E8;\n --cre8-color-border-brand-strong: #0c8599;\n --cre8-color-border-success: #DA77F2;\n --cre8-color-border-error: #e93a3a;\n --cre8-color-border-warning: #e89f12;\n --cre8-color-border-info: #1963e1;\n --cre8-color-border-attention: #22B8CF;\n --cre8-color-border-transparent: rgba(45, 45, 45, 0.0);\n --cre8-color-border-active-outline: #05333A;\n --cre8-color-border-inverse-active-outline: #F3D9FA;\n --cre8-font-size-0: 0.75rem;\n --cre8-font-size-1: 0.875rem;\n --cre8-font-size-2: 1rem;\n --cre8-font-size-3: 1.125rem;\n --cre8-font-size-4: 1.25rem;\n --cre8-font-size-5: 1.5rem;\n --cre8-font-size-6: 1.75rem;\n --cre8-font-size-7: 2rem;\n --cre8-font-size-8: 2.5rem;\n --cre8-font-size-9: 3rem;\n --cre8-font-size-10: 3.5rem;\n --cre8-font-size-11: 4rem;\n --cre8-font-size-12: 4.5rem;\n --cre8-font-size-13: 5rem;\n --cre8-letter-spacing-0: -1.5;\n --cre8-letter-spacing-1: -1;\n --cre8-letter-spacing-2: -0.5;\n --cre8-letter-spacing-3: 0;\n --cre8-letter-spacing-4: 2;\n --cre8-letter-spacing-5: 1;\n --cre8-letter-spacing-6: 1.5;\n --cre8-paragraph-spacing-0: 0;\n --cre8-text-case-none: none;\n --cre8-text-case-uppercase: uppercase;\n --cre8-text-decoration-none: none;\n --cre8-text-decoration-underline: underline;\n --cre8-paragraph-indent-0: 0px;\n --cre8-border-radius-round: 900px;\n --cre8-border-radius-button: 8px;\n --cre8-border-radius-badge: 4px;\n --cre8-border-radius-tabs: 8px;\n --cre8-border-radius-container: 16px;\n --cre8-border-radius-field: 8px;\n --cre8-border-radius-field-brand: 8px;\n --cre8-border-radius-brand: 8px;\n --cre8-border-radius-none: 0px;\n --cre8-border-width-none: 0rem;\n --cre8-border-width-default: 0.0625rem;\n --cre8-border-width-focus: 0.125rem;\n --cre8-border-width-large: 0.25rem;\n --cre8-border-width-button-tertiary-outline-focus: 0.125rem;\n --cre8-border-width-button-default: 0.125rem;\n --cre8-border-width-tab-selected: 0.125rem;\n --cre8-border-width-tab-default: 0.125rem;\n --cre8-border-style-button-tertiary-outline-focus: solid;\n --cre8-border-style-default: solid;\n --cre8-shadow-button: none;\n --cre8-shadow-none: none;\n --cre8-shadow-small: 0 1px 2px 1px rgba(0,0,0,0.2);\n --cre8-color-link-bg-active: #333333;\n --cre8-font-weights-inter-0: 400;\n --cre8-font-weights-inter-1: 500;\n --cre8-font-weights-inter-2: 700;\n --cre8-font-weights-inter-3: 600;\n --cre8-line-heights-0: 1.25;\n --cre8-line-heights-1: 1.12;\n --cre8-line-heights-2: 1.1400000000000001;\n --cre8-line-heights-3: 1.2;\n --cre8-line-heights-4: 1.3;\n --cre8-line-heights-5: 1.33;\n --cre8-line-heights-6: 1.4000000000000001;\n --cre8-line-heights-7: 1.5;\n --cre8-line-heights-8: 1.43;\n --cre8-line-heights-9: 1.11;\n --cre8-line-heights-10: 1.1300000000000001;\n --cre8-line-heights-11: 1.16;\n --cre8-line-heights-12: 0.48;\n --cre8-line-heights-13: 0.4;\n --cre8-line-heights-14: 0.32;\n --cre8-line-heights-15: 0.28;\n --cre8-line-heights-16: 0.24;\n --cre8-line-heights-17: 0.2;\n --cre8-line-heights-18: 0.16;\n --cre8-icon-size-small: 0.875rem;\n --cre8-icon-size-default: 1rem;\n --cre8-icon-size-large: 1.125rem;\n --cre8-badge-padding-horizontal: 0.375rem;\n --cre8-badge-padding-vertical: 0.125rem;\n --cre8-progress-meter-height: 0.5rem;\n --cre8-breakpoint-xsm: 375px;\n --cre8-breakpoint-sm: 560px;\n --cre8-breakpoint-md: 768px;\n --cre8-breakpoint-lg: 960px;\n --cre8-breakpoint-xl: 1200px;\n --cre8-breakpoint-xxl: 1400px;\n --cre8-typography-body-xlarge-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-xlarge-font-size: var(--cre8-font-size-5);\n --cre8-typography-body-xlarge-font-weight: var(--cre8-font-weights-inter-0);\n --cre8-typography-body-xlarge-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-xlarge-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-xlarge-text-transform: var(--cre8-text-case-none);\n --cre8-typography-body-xlarge-strong-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-xlarge-strong-font-size: var(--cre8-font-size-5);\n --cre8-typography-body-xlarge-strong-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-xlarge-strong-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-xlarge-strong-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-xlarge-strong-text-transform: var(--cre8-text-case-none);\n --cre8-typography-body-xlarge-link-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-xlarge-link-font-size: var(--cre8-font-size-5);\n --cre8-typography-body-xlarge-link-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-xlarge-link-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-xlarge-link-text-decoration: var(--cre8-text-decoration-underline);\n --cre8-typography-body-xlarge-link-text-transform: var(--cre8-text-case-none);\n --cre8-typography-body-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-large-font-size: var(--cre8-font-size-3);\n --cre8-typography-body-large-font-weight: var(--cre8-font-weights-inter-0);\n --cre8-typography-body-large-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-large-text-transform: var(--cre8-text-case-none);\n --cre8-typography-body-large-strong-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-large-strong-font-size: var(--cre8-font-size-3);\n --cre8-typography-body-large-strong-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-large-strong-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-large-strong-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-large-strong-text-transform: var(--cre8-text-case-none);\n --cre8-typography-body-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-default-font-size: var(--cre8-font-size-2);\n --cre8-typography-body-default-font-weight: var(--cre8-font-weights-inter-0);\n --cre8-typography-body-default-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-default-text-transform: var(--cre8-text-case-none);\n --cre8-typography-body-default-strong-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-default-strong-font-size: var(--cre8-font-size-2);\n --cre8-typography-body-default-strong-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-default-strong-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-default-strong-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-default-strong-text-transform: var(--cre8-text-case-none);\n --cre8-typography-body-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-small-font-size: var(--cre8-font-size-1);\n --cre8-typography-body-small-font-weight: var(--cre8-font-weights-inter-0);\n --cre8-typography-body-small-line-height: var(--cre8-line-heights-8);\n --cre8-typography-body-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-small-text-transform: var(--cre8-text-case-none);\n --cre8-typography-body-small-strong-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-small-strong-font-size: var(--cre8-font-size-1);\n --cre8-typography-body-small-strong-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-small-strong-line-height: var(--cre8-line-heights-8);\n --cre8-typography-body-small-strong-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-small-strong-text-transform: var(--cre8-text-case-none);\n --cre8-typography-body-large-link-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-large-link-font-size: var(--cre8-font-size-3);\n --cre8-typography-body-large-link-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-large-link-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-large-link-text-decoration: var(--cre8-text-decoration-underline);\n --cre8-typography-body-large-link-text-transform: var(--cre8-text-case-none);\n --cre8-typography-body-default-link-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-default-link-font-size: var(--cre8-font-size-2);\n --cre8-typography-body-default-link-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-default-link-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-default-link-text-decoration: var(--cre8-text-decoration-underline);\n --cre8-typography-body-default-link-text-transform: var(--cre8-text-case-none);\n --cre8-typography-body-small-link-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-small-link-font-size: var(--cre8-font-size-1);\n --cre8-typography-body-small-link-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-small-link-line-height: var(--cre8-line-heights-8);\n --cre8-typography-body-small-link-text-decoration: var(--cre8-text-decoration-underline);\n --cre8-typography-body-small-link-text-transform: var(--cre8-text-case-none);\n --cre8-typography-label-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-label-default-font-size: var(--cre8-font-size-2);\n --cre8-typography-label-default-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-label-default-line-height: var(--cre8-line-heights-7);\n --cre8-typography-label-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-label-default-text-transform: var(--cre8-text-case-none);\n --cre8-typography-label-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-label-large-font-size: var(--cre8-font-size-3);\n --cre8-typography-label-large-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-label-large-line-height: var(--cre8-line-heights-5);\n --cre8-typography-label-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-label-large-text-transform: var(--cre8-text-case-none);\n --cre8-typography-label-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-label-small-font-size: var(--cre8-font-size-1);\n --cre8-typography-label-small-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-label-small-line-height: var(--cre8-line-heights-7);\n --cre8-typography-label-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-label-small-text-transform: var(--cre8-text-case-none);\n --cre8-typography-title-xlarge-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-xlarge-font-size: var(--cre8-font-size-8);\n --cre8-typography-title-xlarge-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-xlarge-line-height: var(--cre8-line-heights-4);\n --cre8-typography-title-xlarge-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-xlarge-text-transform: var(--cre8-text-case-none);\n --cre8-typography-title-xlarge-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-xlarge-mobile-font-size: var(--cre8-font-size-7);\n --cre8-typography-title-xlarge-mobile-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-xlarge-mobile-line-height: var(--cre8-line-heights-4);\n --cre8-typography-title-xlarge-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-xlarge-mobile-text-transform: var(--cre8-text-case-none);\n --cre8-typography-title-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-large-font-size: var(--cre8-font-size-6);\n --cre8-typography-title-large-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-large-line-height: var(--cre8-line-heights-1);\n --cre8-typography-title-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-large-text-transform: var(--cre8-text-case-none);\n --cre8-typography-title-large-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-large-mobile-font-size: var(--cre8-font-size-5);\n --cre8-typography-title-large-mobile-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-large-mobile-line-height: var(--cre8-line-heights-1);\n --cre8-typography-title-large-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-large-mobile-text-transform: var(--cre8-text-case-none);\n --cre8-typography-title-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-default-font-size: var(--cre8-font-size-5);\n --cre8-typography-title-default-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-default-line-height: var(--cre8-line-heights-2);\n --cre8-typography-title-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-default-text-transform: var(--cre8-text-case-none);\n --cre8-typography-title-default-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-default-mobile-font-size: var(--cre8-font-size-3);\n --cre8-typography-title-default-mobile-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-default-mobile-line-height: var(--cre8-line-heights-2);\n --cre8-typography-title-default-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-default-mobile-text-transform: var(--cre8-text-case-none);\n --cre8-typography-title-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-small-font-size: var(--cre8-font-size-3);\n --cre8-typography-title-small-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-small-line-height: var(--cre8-line-heights-6);\n --cre8-typography-title-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-small-text-transform: var(--cre8-text-case-none);\n --cre8-typography-title-small-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-small-mobile-font-size: var(--cre8-font-size-2);\n --cre8-typography-title-small-mobile-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-small-mobile-line-height: var(--cre8-line-heights-6);\n --cre8-typography-title-small-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-small-mobile-text-transform: var(--cre8-text-case-none);\n --cre8-typography-headline-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-large-font-size: var(--cre8-font-size-9);\n --cre8-typography-headline-large-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-large-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-large-text-transform: var(--cre8-text-case-none);\n --cre8-typography-headline-large-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-large-mobile-font-size: var(--cre8-font-size-8);\n --cre8-typography-headline-large-mobile-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-large-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-large-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-large-mobile-text-transform: var(--cre8-text-case-none);\n --cre8-typography-headline-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-default-font-size: var(--cre8-font-size-8);\n --cre8-typography-headline-default-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-default-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-default-text-transform: var(--cre8-text-case-none);\n --cre8-typography-headline-default-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-default-mobile-font-size: var(--cre8-font-size-7);\n --cre8-typography-headline-default-mobile-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-default-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-default-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-default-mobile-text-transform: var(--cre8-text-case-none);\n --cre8-typography-headline-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-small-font-size: var(--cre8-font-size-7);\n --cre8-typography-headline-small-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-small-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-small-text-transform: var(--cre8-text-case-none);\n --cre8-typography-headline-small-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-small-mobile-font-size: var(--cre8-font-size-6);\n --cre8-typography-headline-small-mobile-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-small-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-small-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-small-mobile-text-transform: var(--cre8-text-case-none);\n --cre8-typography-headline-xsmall-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-xsmall-font-size: var(--cre8-font-size-5);\n --cre8-typography-headline-xsmall-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-xsmall-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-xsmall-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-xsmall-text-transform: var(--cre8-text-case-none);\n --cre8-typography-headline-xsmall-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-xsmall-mobile-font-size: var(--cre8-font-size-5);\n --cre8-typography-headline-xsmall-mobile-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-xsmall-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-xsmall-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-xsmall-mobile-text-transform: var(--cre8-text-case-none);\n --cre8-typography-display-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-large-font-size: var(--cre8-font-size-13);\n --cre8-typography-display-large-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-large-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-large-text-transform: var(--cre8-text-case-none);\n --cre8-typography-display-large-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-large-mobile-font-size: var(--cre8-font-size-12);\n --cre8-typography-display-large-mobile-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-large-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-large-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-large-mobile-text-transform: var(--cre8-text-case-none);\n --cre8-typography-display-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-default-font-size: var(--cre8-font-size-11);\n --cre8-typography-display-default-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-default-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-default-text-transform: var(--cre8-text-case-none);\n --cre8-typography-display-default-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-default-mobile-font-size: var(--cre8-font-size-10);\n --cre8-typography-display-default-mobile-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-default-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-default-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-default-mobile-text-transform: var(--cre8-text-case-none);\n --cre8-typography-display-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-small-font-size: var(--cre8-font-size-9);\n --cre8-typography-display-small-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-small-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-small-text-transform: var(--cre8-text-case-none);\n --cre8-typography-display-small-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-small-mobile-font-size: var(--cre8-font-size-8);\n --cre8-typography-display-small-mobile-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-small-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-small-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-small-mobile-text-transform: var(--cre8-text-case-none);\n --cre8-typography-meta-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-meta-default-font-size: var(--cre8-font-size-2);\n --cre8-typography-meta-default-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-meta-default-line-height: var(--cre8-line-heights-3);\n --cre8-typography-meta-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-meta-default-text-transform: var(--cre8-text-case-uppercase);\n --cre8-typography-meta-default-sentence-case-font-family: var(--cre8-font-families-inter);\n --cre8-typography-meta-default-sentence-case-font-size: var(--cre8-font-size-2);\n --cre8-typography-meta-default-sentence-case-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-meta-default-sentence-case-line-height: var(--cre8-line-heights-11);\n --cre8-typography-meta-default-sentence-case-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-meta-default-sentence-case-text-transform: var(--cre8-text-case-none);\n --cre8-typography-meta-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-meta-large-font-size: var(--cre8-font-size-4);\n --cre8-typography-meta-large-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-meta-large-line-height: var(--cre8-line-heights-3);\n --cre8-typography-meta-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-meta-large-text-transform: var(--cre8-text-case-uppercase);\n --cre8-typography-meta-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-meta-small-font-size: var(--cre8-font-size-1);\n --cre8-typography-meta-small-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-meta-small-line-height: var(--cre8-line-heights-3);\n --cre8-typography-meta-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-meta-small-text-transform: var(--cre8-text-case-uppercase);\n}\n`;\nexport default starbucks;"]}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* T.MORROW Brand Tokens - Combined Entry Point
|
|
3
|
+
*
|
|
4
|
+
* This file provides the base T.Morrow brand identity with two theme variants:
|
|
5
|
+
*
|
|
6
|
+
* NEON THEME (data-theme="tmorrow-neon")
|
|
7
|
+
* - Primary: Lime/Chartreuse (#C5E500)
|
|
8
|
+
* - Secondary: Magenta (#E91E8C)
|
|
9
|
+
* - Use for: Creative/bold contexts, portfolio highlights, CTAs
|
|
10
|
+
*
|
|
11
|
+
* FROST THEME (data-theme="tmorrow-frost")
|
|
12
|
+
* - Primary: Cyan (#00D4E0)
|
|
13
|
+
* - Secondary: Ice White (#FFFFFF)
|
|
14
|
+
* - Use for: Professional/clean contexts, services, contact
|
|
15
|
+
*
|
|
16
|
+
* Usage:
|
|
17
|
+
* <html data-theme="tmorrow-neon"> or <html data-theme="tmorrow-frost">
|
|
18
|
+
* <section data-theme="tmorrow-frost"> (for section-level theme switching)
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
/* Import both theme variants */
|
|
22
|
+
@import url('./tokens_tmorrow-neon.css');
|
|
23
|
+
@import url('./tokens_tmorrow-frost.css');
|
|
24
|
+
|
|
25
|
+
/* ========================================
|
|
26
|
+
Shared Brand Constants
|
|
27
|
+
======================================== */
|
|
28
|
+
|
|
29
|
+
:root {
|
|
30
|
+
/* T.MORROW Brand Identity */
|
|
31
|
+
--tmorrow-brand-name: 'T.MORROW';
|
|
32
|
+
|
|
33
|
+
/* Shared Dark Background (same across both themes) */
|
|
34
|
+
--tmorrow-bg-base: #0F0F1A;
|
|
35
|
+
--tmorrow-bg-surface: #1A1A2E;
|
|
36
|
+
--tmorrow-bg-elevated: #232338;
|
|
37
|
+
|
|
38
|
+
/* Diagonal Line Pattern - Signature Brand Element */
|
|
39
|
+
--tmorrow-pattern-angle: 135deg;
|
|
40
|
+
--tmorrow-pattern-spacing: 8px;
|
|
41
|
+
--tmorrow-pattern-width: 2px;
|
|
42
|
+
|
|
43
|
+
/* Typography Scale */
|
|
44
|
+
--tmorrow-font-display: 'Manrope', 'Inter', -apple-system, sans-serif;
|
|
45
|
+
--tmorrow-font-body: 'DM Sans', 'Inter', -apple-system, sans-serif;
|
|
46
|
+
--tmorrow-font-mono: 'JetBrains Mono', 'SF Mono', monospace;
|
|
47
|
+
|
|
48
|
+
/* Motion */
|
|
49
|
+
--tmorrow-transition-fast: 150ms ease;
|
|
50
|
+
--tmorrow-transition-default: 250ms ease;
|
|
51
|
+
--tmorrow-transition-slow: 400ms ease;
|
|
52
|
+
|
|
53
|
+
/* Z-Index Scale */
|
|
54
|
+
--tmorrow-z-base: 0;
|
|
55
|
+
--tmorrow-z-elevated: 10;
|
|
56
|
+
--tmorrow-z-overlay: 100;
|
|
57
|
+
--tmorrow-z-modal: 1000;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/* ========================================
|
|
61
|
+
Pattern Utilities (for diagonal lines)
|
|
62
|
+
======================================== */
|
|
63
|
+
|
|
64
|
+
/* Neon diagonal lines pattern */
|
|
65
|
+
.tmorrow-pattern-neon {
|
|
66
|
+
background-image: repeating-linear-gradient(
|
|
67
|
+
var(--tmorrow-pattern-angle),
|
|
68
|
+
transparent,
|
|
69
|
+
transparent var(--tmorrow-pattern-spacing),
|
|
70
|
+
var(--tmorrow-color-magenta-100) var(--tmorrow-pattern-spacing),
|
|
71
|
+
var(--tmorrow-color-magenta-100) calc(var(--tmorrow-pattern-spacing) + var(--tmorrow-pattern-width))
|
|
72
|
+
);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/* Frost diagonal lines pattern */
|
|
76
|
+
.tmorrow-pattern-frost {
|
|
77
|
+
background-image: repeating-linear-gradient(
|
|
78
|
+
var(--tmorrow-pattern-angle),
|
|
79
|
+
transparent,
|
|
80
|
+
transparent var(--tmorrow-pattern-spacing),
|
|
81
|
+
var(--tmorrow-color-cyan-100) var(--tmorrow-pattern-spacing),
|
|
82
|
+
var(--tmorrow-color-cyan-100) calc(var(--tmorrow-pattern-spacing) + var(--tmorrow-pattern-width))
|
|
83
|
+
);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
/* ========================================
|
|
87
|
+
Component Overrides for T.MORROW brand
|
|
88
|
+
======================================== */
|
|
89
|
+
|
|
90
|
+
/* Heading glow effect on brand color */
|
|
91
|
+
[data-theme^="tmorrow"] cre8-heading[brandColor] {
|
|
92
|
+
text-shadow: 0 0 30px currentColor;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/* Button glow on hover */
|
|
96
|
+
[data-theme^="tmorrow"] cre8-button:hover {
|
|
97
|
+
box-shadow: var(--cre8-shadow-button);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/* Card glass effect */
|
|
101
|
+
[data-theme^="tmorrow"] cre8-card {
|
|
102
|
+
backdrop-filter: blur(10px);
|
|
103
|
+
-webkit-backdrop-filter: blur(10px);
|
|
104
|
+
}
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* T.MORROW Brand Tokens - FROST Theme Variant
|
|
3
|
+
* Based on Logo Variant 2: Cyan/Turquoise + White
|
|
4
|
+
* Dark mode native with cool, icy accent colors
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
:root,
|
|
8
|
+
[data-theme="tmorrow-frost"] {
|
|
9
|
+
/* ========================================
|
|
10
|
+
Core Brand Colors - Frost Palette
|
|
11
|
+
======================================== */
|
|
12
|
+
|
|
13
|
+
/* Primary Accent: Cyan/Turquoise */
|
|
14
|
+
--tmorrow-color-cyan-100: #00D4E0;
|
|
15
|
+
--tmorrow-color-cyan-80: #33DDE6;
|
|
16
|
+
--tmorrow-color-cyan-60: #66E5EC;
|
|
17
|
+
--tmorrow-color-cyan-40: #99EEF3;
|
|
18
|
+
--tmorrow-color-cyan-120: #00A9B3;
|
|
19
|
+
--tmorrow-color-cyan-140: #007F86;
|
|
20
|
+
|
|
21
|
+
/* Secondary Accent: Ice White */
|
|
22
|
+
--tmorrow-color-ice-100: #FFFFFF;
|
|
23
|
+
--tmorrow-color-ice-90: #F0F4F8;
|
|
24
|
+
--tmorrow-color-ice-80: #E1E8ED;
|
|
25
|
+
--tmorrow-color-ice-70: #C8D4DC;
|
|
26
|
+
--tmorrow-color-ice-60: #A8B8C4;
|
|
27
|
+
|
|
28
|
+
/* Tertiary Accent: Electric Blue (for links/interactions) */
|
|
29
|
+
--tmorrow-color-electric-100: #3B82F6;
|
|
30
|
+
--tmorrow-color-electric-80: #60A5FA;
|
|
31
|
+
--tmorrow-color-electric-120: #2563EB;
|
|
32
|
+
|
|
33
|
+
/* Neutral Dark Scale */
|
|
34
|
+
--tmorrow-color-dark-100: #1A1A2E;
|
|
35
|
+
--tmorrow-color-dark-90: #232338;
|
|
36
|
+
--tmorrow-color-dark-80: #2D2D42;
|
|
37
|
+
--tmorrow-color-dark-70: #37374C;
|
|
38
|
+
--tmorrow-color-dark-60: #414156;
|
|
39
|
+
--tmorrow-color-dark-surface: #0F0F1A;
|
|
40
|
+
|
|
41
|
+
/* Text Colors */
|
|
42
|
+
--tmorrow-color-text-primary: #FFFFFF;
|
|
43
|
+
--tmorrow-color-text-secondary: #B8C4CE;
|
|
44
|
+
--tmorrow-color-text-tertiary: #7A8A96;
|
|
45
|
+
--tmorrow-color-text-disabled: #505868;
|
|
46
|
+
|
|
47
|
+
/* ========================================
|
|
48
|
+
Mapped to cre8 Design Tokens
|
|
49
|
+
======================================== */
|
|
50
|
+
|
|
51
|
+
/* Backgrounds */
|
|
52
|
+
--cre8-color-bg-default: var(--tmorrow-color-dark-100);
|
|
53
|
+
--cre8-color-bg-default-hover: var(--tmorrow-color-dark-90);
|
|
54
|
+
--cre8-color-bg-default-active: var(--tmorrow-color-dark-80);
|
|
55
|
+
--cre8-color-bg-subtle: var(--tmorrow-color-dark-90);
|
|
56
|
+
--cre8-color-bg-moderate: var(--tmorrow-color-dark-70);
|
|
57
|
+
--cre8-color-bg-strong: var(--tmorrow-color-dark-60);
|
|
58
|
+
--cre8-color-bg-disabled: var(--tmorrow-color-dark-80);
|
|
59
|
+
--cre8-color-bg-brand: var(--tmorrow-color-dark-100);
|
|
60
|
+
--cre8-color-bg-brand-hover: var(--tmorrow-color-dark-90);
|
|
61
|
+
--cre8-color-bg-brand-active: var(--tmorrow-color-dark-80);
|
|
62
|
+
--cre8-color-bg-brand-strong: var(--tmorrow-color-cyan-100);
|
|
63
|
+
--cre8-color-bg-brand-strong-hover: var(--tmorrow-color-cyan-120);
|
|
64
|
+
--cre8-color-bg-brand-strong-active: var(--tmorrow-color-cyan-140);
|
|
65
|
+
--cre8-color-bg-brand-xstrong: var(--tmorrow-color-ice-100);
|
|
66
|
+
--cre8-color-bg-brand-xstrong-hover: var(--tmorrow-color-ice-90);
|
|
67
|
+
--cre8-color-bg-brand-xstrong-active: var(--tmorrow-color-ice-80);
|
|
68
|
+
--cre8-color-bg-success: rgba(0, 212, 224, 0.15);
|
|
69
|
+
--cre8-color-bg-success-strong: var(--tmorrow-color-cyan-100);
|
|
70
|
+
--cre8-color-bg-error: rgba(239, 68, 68, 0.15);
|
|
71
|
+
--cre8-color-bg-error-strong: #EF4444;
|
|
72
|
+
--cre8-color-bg-warning: rgba(251, 191, 36, 0.15);
|
|
73
|
+
--cre8-color-bg-warning-strong: #FBBF24;
|
|
74
|
+
--cre8-color-bg-info: rgba(59, 130, 246, 0.15);
|
|
75
|
+
--cre8-color-bg-info-strong: var(--tmorrow-color-electric-100);
|
|
76
|
+
--cre8-color-bg-attention: rgba(0, 212, 224, 0.1);
|
|
77
|
+
--cre8-color-bg-attention-strong: var(--tmorrow-color-cyan-100);
|
|
78
|
+
--cre8-color-bg-opacity-transparent: rgba(26, 26, 46, 0);
|
|
79
|
+
--cre8-color-bg-opacity-default: rgba(26, 26, 46, 0.85);
|
|
80
|
+
|
|
81
|
+
/* Content/Text */
|
|
82
|
+
--cre8-color-content-default: var(--tmorrow-color-text-primary);
|
|
83
|
+
--cre8-color-content-subtle: var(--tmorrow-color-text-secondary);
|
|
84
|
+
--cre8-color-content-disabled: var(--tmorrow-color-text-disabled);
|
|
85
|
+
--cre8-color-content-knockout: var(--tmorrow-color-dark-100);
|
|
86
|
+
--cre8-color-content-brand: var(--tmorrow-color-cyan-100);
|
|
87
|
+
--cre8-color-content-brand-strong: var(--tmorrow-color-cyan-80);
|
|
88
|
+
--cre8-color-content-brand-knockout: var(--tmorrow-color-dark-100);
|
|
89
|
+
--cre8-color-content-success: var(--tmorrow-color-cyan-100);
|
|
90
|
+
--cre8-color-content-success-icon: var(--tmorrow-color-cyan-100);
|
|
91
|
+
--cre8-color-content-error: #EF4444;
|
|
92
|
+
--cre8-color-content-error-icon: #EF4444;
|
|
93
|
+
--cre8-color-content-warning-icon: #FBBF24;
|
|
94
|
+
--cre8-color-content-info-icon: var(--tmorrow-color-electric-100);
|
|
95
|
+
--cre8-color-content-attention-icon: var(--tmorrow-color-cyan-100);
|
|
96
|
+
--cre8-color-content-link: var(--tmorrow-color-cyan-100);
|
|
97
|
+
--cre8-color-content-inverse-link: var(--tmorrow-color-electric-80);
|
|
98
|
+
--cre8-color-content-link-hover: var(--tmorrow-color-cyan-80);
|
|
99
|
+
--cre8-color-content-inverse-link-hover: var(--tmorrow-color-electric-100);
|
|
100
|
+
--cre8-color-content-link-active: var(--tmorrow-color-cyan-120);
|
|
101
|
+
--cre8-color-content-inverse-link-active: var(--tmorrow-color-electric-120);
|
|
102
|
+
--cre8-color-content-link-visited: var(--tmorrow-color-electric-80);
|
|
103
|
+
--cre8-color-content-link-disabled: var(--tmorrow-color-text-disabled);
|
|
104
|
+
|
|
105
|
+
/* Borders */
|
|
106
|
+
--cre8-color-border-default: var(--tmorrow-color-dark-60);
|
|
107
|
+
--cre8-color-border-strong: var(--tmorrow-color-text-tertiary);
|
|
108
|
+
--cre8-color-border-knockout: var(--tmorrow-color-text-primary);
|
|
109
|
+
--cre8-color-border-disabled: var(--tmorrow-color-dark-70);
|
|
110
|
+
--cre8-color-border-brand: var(--tmorrow-color-cyan-100);
|
|
111
|
+
--cre8-color-border-brand-subtle: var(--tmorrow-color-cyan-40);
|
|
112
|
+
--cre8-color-border-brand-strong: var(--tmorrow-color-cyan-100);
|
|
113
|
+
--cre8-color-border-success: var(--tmorrow-color-cyan-100);
|
|
114
|
+
--cre8-color-border-error: #EF4444;
|
|
115
|
+
--cre8-color-border-warning: #FBBF24;
|
|
116
|
+
--cre8-color-border-info: var(--tmorrow-color-electric-100);
|
|
117
|
+
--cre8-color-border-attention: var(--tmorrow-color-cyan-100);
|
|
118
|
+
--cre8-color-border-transparent: rgba(26, 26, 46, 0);
|
|
119
|
+
--cre8-color-border-active-outline: var(--tmorrow-color-cyan-100);
|
|
120
|
+
--cre8-color-border-inverse-active-outline: var(--tmorrow-color-ice-100);
|
|
121
|
+
|
|
122
|
+
/* Primary Button */
|
|
123
|
+
--cre8-color-button-primary-bg: var(--tmorrow-color-cyan-100);
|
|
124
|
+
--cre8-color-button-primary-bg-hover: var(--tmorrow-color-cyan-120);
|
|
125
|
+
--cre8-color-button-primary-bg-active: var(--tmorrow-color-cyan-140);
|
|
126
|
+
--cre8-color-button-primary-bg-disabled: var(--tmorrow-color-dark-70);
|
|
127
|
+
--cre8-color-button-primary-content: var(--tmorrow-color-dark-100);
|
|
128
|
+
--cre8-color-button-primary-content-hover: var(--tmorrow-color-dark-100);
|
|
129
|
+
--cre8-color-button-primary-content-active: var(--tmorrow-color-dark-100);
|
|
130
|
+
--cre8-color-button-primary-content-disabled: var(--tmorrow-color-text-disabled);
|
|
131
|
+
--cre8-color-button-primary-border: var(--tmorrow-color-cyan-100);
|
|
132
|
+
--cre8-color-button-primary-border-hover: var(--tmorrow-color-cyan-120);
|
|
133
|
+
--cre8-color-button-primary-border-active: var(--tmorrow-color-cyan-140);
|
|
134
|
+
--cre8-color-button-primary-border-disabled: var(--tmorrow-color-dark-70);
|
|
135
|
+
--cre8-color-button-primary-outline: var(--tmorrow-color-cyan-80);
|
|
136
|
+
|
|
137
|
+
/* Inverse Primary Button (White variant) */
|
|
138
|
+
--cre8-color-button-primary-inverse-bg: var(--tmorrow-color-ice-100);
|
|
139
|
+
--cre8-color-button-primary-inverse-bg-hover: var(--tmorrow-color-ice-90);
|
|
140
|
+
--cre8-color-button-primary-inverse-bg-active: var(--tmorrow-color-ice-80);
|
|
141
|
+
--cre8-color-button-primary-inverse-content: var(--tmorrow-color-dark-100);
|
|
142
|
+
--cre8-color-button-primary-inverse-content-hover: var(--tmorrow-color-dark-100);
|
|
143
|
+
--cre8-color-button-primary-inverse-content-active: var(--tmorrow-color-dark-100);
|
|
144
|
+
--cre8-color-button-primary-inverse-border: var(--tmorrow-color-ice-100);
|
|
145
|
+
--cre8-color-button-primary-inverse-outline: var(--tmorrow-color-ice-80);
|
|
146
|
+
|
|
147
|
+
/* Secondary Button */
|
|
148
|
+
--cre8-color-button-secondary-bg: transparent;
|
|
149
|
+
--cre8-color-button-secondary-bg-hover: rgba(0, 212, 224, 0.1);
|
|
150
|
+
--cre8-color-button-secondary-bg-active: rgba(0, 212, 224, 0.2);
|
|
151
|
+
--cre8-color-button-secondary-bg-disabled: transparent;
|
|
152
|
+
--cre8-color-button-secondary-content: var(--tmorrow-color-cyan-100);
|
|
153
|
+
--cre8-color-button-secondary-content-hover: var(--tmorrow-color-cyan-80);
|
|
154
|
+
--cre8-color-button-secondary-content-active: var(--tmorrow-color-cyan-120);
|
|
155
|
+
--cre8-color-button-secondary-content-disabled: var(--tmorrow-color-text-disabled);
|
|
156
|
+
--cre8-color-button-secondary-border: var(--tmorrow-color-cyan-100);
|
|
157
|
+
--cre8-color-button-secondary-border-hover: var(--tmorrow-color-cyan-80);
|
|
158
|
+
--cre8-color-button-secondary-border-active: var(--tmorrow-color-cyan-120);
|
|
159
|
+
--cre8-color-button-secondary-border-disabled: var(--tmorrow-color-dark-70);
|
|
160
|
+
--cre8-color-button-secondary-outline: var(--tmorrow-color-cyan-80);
|
|
161
|
+
|
|
162
|
+
/* Secondary Neutral Button (White outline) */
|
|
163
|
+
--cre8-color-button-secondary-neutral-bg: transparent;
|
|
164
|
+
--cre8-color-button-secondary-neutral-bg-hover: rgba(255, 255, 255, 0.05);
|
|
165
|
+
--cre8-color-button-secondary-neutral-bg-active: rgba(255, 255, 255, 0.1);
|
|
166
|
+
--cre8-color-button-secondary-neutral-content: var(--tmorrow-color-text-primary);
|
|
167
|
+
--cre8-color-button-secondary-neutral-content-hover: var(--tmorrow-color-text-primary);
|
|
168
|
+
--cre8-color-button-secondary-neutral-content-active: var(--tmorrow-color-text-primary);
|
|
169
|
+
--cre8-color-button-secondary-neutral-border: var(--tmorrow-color-text-primary);
|
|
170
|
+
--cre8-color-button-secondary-neutral-border-hover: var(--tmorrow-color-text-primary);
|
|
171
|
+
--cre8-color-button-secondary-neutral-border-active: var(--tmorrow-color-text-primary);
|
|
172
|
+
|
|
173
|
+
/* Tertiary Button */
|
|
174
|
+
--cre8-color-button-tertiary-bg: transparent;
|
|
175
|
+
--cre8-color-button-tertiary-bg-hover: transparent;
|
|
176
|
+
--cre8-color-button-tertiary-bg-active: transparent;
|
|
177
|
+
--cre8-color-button-tertiary-content: var(--tmorrow-color-cyan-100);
|
|
178
|
+
--cre8-color-button-tertiary-content-hover: var(--tmorrow-color-cyan-80);
|
|
179
|
+
--cre8-color-button-tertiary-content-active: var(--tmorrow-color-cyan-120);
|
|
180
|
+
--cre8-color-button-tertiary-border: transparent;
|
|
181
|
+
--cre8-color-button-tertiary-border-hover: var(--tmorrow-color-cyan-100);
|
|
182
|
+
--cre8-color-button-tertiary-border-active: var(--tmorrow-color-cyan-120);
|
|
183
|
+
|
|
184
|
+
/* Header */
|
|
185
|
+
--cre8-color-header-bg-default: var(--tmorrow-color-dark-surface);
|
|
186
|
+
--cre8-color-header-inverse-bg-default: var(--tmorrow-color-cyan-100);
|
|
187
|
+
--cre8-color-header-menu-bg-default: var(--tmorrow-color-dark-90);
|
|
188
|
+
--cre8-color-header-menu-bg-hover: var(--tmorrow-color-dark-80);
|
|
189
|
+
--cre8-color-header-menu-bg-active: var(--tmorrow-color-dark-70);
|
|
190
|
+
--cre8-color-header-menu-content-default: var(--tmorrow-color-text-primary);
|
|
191
|
+
--cre8-color-header-menu-content-hover: var(--tmorrow-color-cyan-100);
|
|
192
|
+
--cre8-color-header-menu-content-active: var(--tmorrow-color-cyan-80);
|
|
193
|
+
--cre8-color-header-menu-border-default: transparent;
|
|
194
|
+
--cre8-color-header-menu-border-hover: var(--tmorrow-color-cyan-100);
|
|
195
|
+
--cre8-color-header-menu-border-active: var(--tmorrow-color-cyan-100);
|
|
196
|
+
|
|
197
|
+
/* Footer */
|
|
198
|
+
--cre8-color-footer-bg-default: var(--tmorrow-color-dark-surface);
|
|
199
|
+
--cre8-color-footer-bg-secondary: var(--tmorrow-color-dark-90);
|
|
200
|
+
--cre8-color-footer-content-secondary: var(--tmorrow-color-text-secondary);
|
|
201
|
+
--cre8-color-footer-link-default: var(--tmorrow-color-cyan-100);
|
|
202
|
+
--cre8-color-footer-link-hover: var(--tmorrow-color-cyan-80);
|
|
203
|
+
|
|
204
|
+
/* Shadows - Frost glow effects */
|
|
205
|
+
--cre8-shadow-default: 0 8px 24px rgba(0, 0, 0, 0.4);
|
|
206
|
+
--cre8-shadow-small: 0 2px 8px rgba(0, 0, 0, 0.3);
|
|
207
|
+
--cre8-shadow-large: 0 16px 48px rgba(0, 0, 0, 0.5);
|
|
208
|
+
--cre8-shadow-glow-primary: 0 0 20px rgba(0, 212, 224, 0.3);
|
|
209
|
+
--cre8-shadow-glow-secondary: 0 0 20px rgba(255, 255, 255, 0.2);
|
|
210
|
+
--cre8-shadow-button: 0 0 12px rgba(0, 212, 224, 0.2);
|
|
211
|
+
|
|
212
|
+
/* Border Radius - Sharp, geometric */
|
|
213
|
+
--cre8-border-radius-small: 2px;
|
|
214
|
+
--cre8-border-radius-default: 4px;
|
|
215
|
+
--cre8-border-radius-large: 8px;
|
|
216
|
+
--cre8-border-radius-button: 4px;
|
|
217
|
+
--cre8-border-radius-field: 4px;
|
|
218
|
+
--cre8-border-radius-container: 8px;
|
|
219
|
+
|
|
220
|
+
/* Typography */
|
|
221
|
+
--cre8-font-families-inter: 'Manrope', 'Inter', -apple-system, sans-serif;
|
|
222
|
+
}
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* T.MORROW Brand Tokens - NEON Theme Variant
|
|
3
|
+
* Based on Logo Variant 1: Lime/Chartreuse + Magenta
|
|
4
|
+
* Dark mode native with high-contrast accent colors
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
:root,
|
|
8
|
+
[data-theme="tmorrow-neon"] {
|
|
9
|
+
/* ========================================
|
|
10
|
+
Core Brand Colors - Neon Palette
|
|
11
|
+
======================================== */
|
|
12
|
+
|
|
13
|
+
/* Primary Accent: Lime/Chartreuse */
|
|
14
|
+
--tmorrow-color-lime-100: #C5E500;
|
|
15
|
+
--tmorrow-color-lime-80: #D4EC33;
|
|
16
|
+
--tmorrow-color-lime-60: #E3F366;
|
|
17
|
+
--tmorrow-color-lime-40: #F1FA99;
|
|
18
|
+
--tmorrow-color-lime-120: #9EB800;
|
|
19
|
+
--tmorrow-color-lime-140: #778A00;
|
|
20
|
+
|
|
21
|
+
/* Secondary Accent: Magenta */
|
|
22
|
+
--tmorrow-color-magenta-100: #E91E8C;
|
|
23
|
+
--tmorrow-color-magenta-80: #ED4BA3;
|
|
24
|
+
--tmorrow-color-magenta-60: #F278BA;
|
|
25
|
+
--tmorrow-color-magenta-40: #F6A5D1;
|
|
26
|
+
--tmorrow-color-magenta-120: #BA1870;
|
|
27
|
+
--tmorrow-color-magenta-140: #8C1254;
|
|
28
|
+
|
|
29
|
+
/* Neutral Dark Scale */
|
|
30
|
+
--tmorrow-color-dark-100: #1A1A2E;
|
|
31
|
+
--tmorrow-color-dark-90: #232338;
|
|
32
|
+
--tmorrow-color-dark-80: #2D2D42;
|
|
33
|
+
--tmorrow-color-dark-70: #37374C;
|
|
34
|
+
--tmorrow-color-dark-60: #414156;
|
|
35
|
+
--tmorrow-color-dark-surface: #0F0F1A;
|
|
36
|
+
|
|
37
|
+
/* Text Colors */
|
|
38
|
+
--tmorrow-color-text-primary: #FFFFFF;
|
|
39
|
+
--tmorrow-color-text-secondary: #A0A0B8;
|
|
40
|
+
--tmorrow-color-text-tertiary: #6B6B80;
|
|
41
|
+
--tmorrow-color-text-disabled: #4A4A5C;
|
|
42
|
+
|
|
43
|
+
/* ========================================
|
|
44
|
+
Mapped to cre8 Design Tokens
|
|
45
|
+
======================================== */
|
|
46
|
+
|
|
47
|
+
/* Backgrounds */
|
|
48
|
+
--cre8-color-bg-default: var(--tmorrow-color-dark-100);
|
|
49
|
+
--cre8-color-bg-default-hover: var(--tmorrow-color-dark-90);
|
|
50
|
+
--cre8-color-bg-default-active: var(--tmorrow-color-dark-80);
|
|
51
|
+
--cre8-color-bg-subtle: var(--tmorrow-color-dark-90);
|
|
52
|
+
--cre8-color-bg-moderate: var(--tmorrow-color-dark-70);
|
|
53
|
+
--cre8-color-bg-strong: var(--tmorrow-color-dark-60);
|
|
54
|
+
--cre8-color-bg-disabled: var(--tmorrow-color-dark-80);
|
|
55
|
+
--cre8-color-bg-brand: var(--tmorrow-color-dark-100);
|
|
56
|
+
--cre8-color-bg-brand-hover: var(--tmorrow-color-dark-90);
|
|
57
|
+
--cre8-color-bg-brand-active: var(--tmorrow-color-dark-80);
|
|
58
|
+
--cre8-color-bg-brand-strong: var(--tmorrow-color-lime-100);
|
|
59
|
+
--cre8-color-bg-brand-strong-hover: var(--tmorrow-color-lime-120);
|
|
60
|
+
--cre8-color-bg-brand-strong-active: var(--tmorrow-color-lime-140);
|
|
61
|
+
--cre8-color-bg-brand-xstrong: var(--tmorrow-color-magenta-100);
|
|
62
|
+
--cre8-color-bg-brand-xstrong-hover: var(--tmorrow-color-magenta-120);
|
|
63
|
+
--cre8-color-bg-brand-xstrong-active: var(--tmorrow-color-magenta-140);
|
|
64
|
+
--cre8-color-bg-success: rgba(197, 229, 0, 0.15);
|
|
65
|
+
--cre8-color-bg-success-strong: var(--tmorrow-color-lime-100);
|
|
66
|
+
--cre8-color-bg-error: rgba(233, 30, 140, 0.15);
|
|
67
|
+
--cre8-color-bg-error-strong: var(--tmorrow-color-magenta-100);
|
|
68
|
+
--cre8-color-bg-warning: rgba(255, 193, 7, 0.15);
|
|
69
|
+
--cre8-color-bg-warning-strong: #FFC107;
|
|
70
|
+
--cre8-color-bg-info: rgba(0, 212, 224, 0.15);
|
|
71
|
+
--cre8-color-bg-info-strong: #00D4E0;
|
|
72
|
+
--cre8-color-bg-attention: rgba(197, 229, 0, 0.1);
|
|
73
|
+
--cre8-color-bg-attention-strong: var(--tmorrow-color-lime-100);
|
|
74
|
+
--cre8-color-bg-opacity-transparent: rgba(26, 26, 46, 0);
|
|
75
|
+
--cre8-color-bg-opacity-default: rgba(26, 26, 46, 0.8);
|
|
76
|
+
|
|
77
|
+
/* Content/Text */
|
|
78
|
+
--cre8-color-content-default: var(--tmorrow-color-text-primary);
|
|
79
|
+
--cre8-color-content-subtle: var(--tmorrow-color-text-secondary);
|
|
80
|
+
--cre8-color-content-disabled: var(--tmorrow-color-text-disabled);
|
|
81
|
+
--cre8-color-content-knockout: var(--tmorrow-color-dark-100);
|
|
82
|
+
--cre8-color-content-brand: var(--tmorrow-color-lime-100);
|
|
83
|
+
--cre8-color-content-brand-strong: var(--tmorrow-color-lime-80);
|
|
84
|
+
--cre8-color-content-brand-knockout: var(--tmorrow-color-dark-100);
|
|
85
|
+
--cre8-color-content-success: var(--tmorrow-color-lime-100);
|
|
86
|
+
--cre8-color-content-success-icon: var(--tmorrow-color-lime-100);
|
|
87
|
+
--cre8-color-content-error: var(--tmorrow-color-magenta-100);
|
|
88
|
+
--cre8-color-content-error-icon: var(--tmorrow-color-magenta-100);
|
|
89
|
+
--cre8-color-content-warning-icon: #FFC107;
|
|
90
|
+
--cre8-color-content-info-icon: #00D4E0;
|
|
91
|
+
--cre8-color-content-attention-icon: var(--tmorrow-color-lime-100);
|
|
92
|
+
--cre8-color-content-link: var(--tmorrow-color-lime-100);
|
|
93
|
+
--cre8-color-content-inverse-link: var(--tmorrow-color-magenta-80);
|
|
94
|
+
--cre8-color-content-link-hover: var(--tmorrow-color-lime-80);
|
|
95
|
+
--cre8-color-content-inverse-link-hover: var(--tmorrow-color-magenta-60);
|
|
96
|
+
--cre8-color-content-link-active: var(--tmorrow-color-lime-120);
|
|
97
|
+
--cre8-color-content-inverse-link-active: var(--tmorrow-color-magenta-120);
|
|
98
|
+
--cre8-color-content-link-visited: var(--tmorrow-color-magenta-80);
|
|
99
|
+
--cre8-color-content-link-disabled: var(--tmorrow-color-text-disabled);
|
|
100
|
+
|
|
101
|
+
/* Borders */
|
|
102
|
+
--cre8-color-border-default: var(--tmorrow-color-dark-60);
|
|
103
|
+
--cre8-color-border-strong: var(--tmorrow-color-text-tertiary);
|
|
104
|
+
--cre8-color-border-knockout: var(--tmorrow-color-text-primary);
|
|
105
|
+
--cre8-color-border-disabled: var(--tmorrow-color-dark-70);
|
|
106
|
+
--cre8-color-border-brand: var(--tmorrow-color-lime-100);
|
|
107
|
+
--cre8-color-border-brand-subtle: var(--tmorrow-color-lime-40);
|
|
108
|
+
--cre8-color-border-brand-strong: var(--tmorrow-color-lime-100);
|
|
109
|
+
--cre8-color-border-success: var(--tmorrow-color-lime-100);
|
|
110
|
+
--cre8-color-border-error: var(--tmorrow-color-magenta-100);
|
|
111
|
+
--cre8-color-border-warning: #FFC107;
|
|
112
|
+
--cre8-color-border-info: #00D4E0;
|
|
113
|
+
--cre8-color-border-attention: var(--tmorrow-color-lime-100);
|
|
114
|
+
--cre8-color-border-transparent: rgba(26, 26, 46, 0);
|
|
115
|
+
--cre8-color-border-active-outline: var(--tmorrow-color-lime-100);
|
|
116
|
+
--cre8-color-border-inverse-active-outline: var(--tmorrow-color-magenta-100);
|
|
117
|
+
|
|
118
|
+
/* Primary Button */
|
|
119
|
+
--cre8-color-button-primary-bg: var(--tmorrow-color-lime-100);
|
|
120
|
+
--cre8-color-button-primary-bg-hover: var(--tmorrow-color-lime-120);
|
|
121
|
+
--cre8-color-button-primary-bg-active: var(--tmorrow-color-lime-140);
|
|
122
|
+
--cre8-color-button-primary-bg-disabled: var(--tmorrow-color-dark-70);
|
|
123
|
+
--cre8-color-button-primary-content: var(--tmorrow-color-dark-100);
|
|
124
|
+
--cre8-color-button-primary-content-hover: var(--tmorrow-color-dark-100);
|
|
125
|
+
--cre8-color-button-primary-content-active: var(--tmorrow-color-dark-100);
|
|
126
|
+
--cre8-color-button-primary-content-disabled: var(--tmorrow-color-text-disabled);
|
|
127
|
+
--cre8-color-button-primary-border: var(--tmorrow-color-lime-100);
|
|
128
|
+
--cre8-color-button-primary-border-hover: var(--tmorrow-color-lime-120);
|
|
129
|
+
--cre8-color-button-primary-border-active: var(--tmorrow-color-lime-140);
|
|
130
|
+
--cre8-color-button-primary-border-disabled: var(--tmorrow-color-dark-70);
|
|
131
|
+
--cre8-color-button-primary-outline: var(--tmorrow-color-lime-80);
|
|
132
|
+
|
|
133
|
+
/* Inverse Primary Button (Magenta variant) */
|
|
134
|
+
--cre8-color-button-primary-inverse-bg: var(--tmorrow-color-magenta-100);
|
|
135
|
+
--cre8-color-button-primary-inverse-bg-hover: var(--tmorrow-color-magenta-120);
|
|
136
|
+
--cre8-color-button-primary-inverse-bg-active: var(--tmorrow-color-magenta-140);
|
|
137
|
+
--cre8-color-button-primary-inverse-content: var(--tmorrow-color-text-primary);
|
|
138
|
+
--cre8-color-button-primary-inverse-content-hover: var(--tmorrow-color-text-primary);
|
|
139
|
+
--cre8-color-button-primary-inverse-content-active: var(--tmorrow-color-text-primary);
|
|
140
|
+
--cre8-color-button-primary-inverse-border: var(--tmorrow-color-magenta-100);
|
|
141
|
+
--cre8-color-button-primary-inverse-outline: var(--tmorrow-color-magenta-80);
|
|
142
|
+
|
|
143
|
+
/* Secondary Button */
|
|
144
|
+
--cre8-color-button-secondary-bg: transparent;
|
|
145
|
+
--cre8-color-button-secondary-bg-hover: rgba(197, 229, 0, 0.1);
|
|
146
|
+
--cre8-color-button-secondary-bg-active: rgba(197, 229, 0, 0.2);
|
|
147
|
+
--cre8-color-button-secondary-bg-disabled: transparent;
|
|
148
|
+
--cre8-color-button-secondary-content: var(--tmorrow-color-lime-100);
|
|
149
|
+
--cre8-color-button-secondary-content-hover: var(--tmorrow-color-lime-80);
|
|
150
|
+
--cre8-color-button-secondary-content-active: var(--tmorrow-color-lime-120);
|
|
151
|
+
--cre8-color-button-secondary-content-disabled: var(--tmorrow-color-text-disabled);
|
|
152
|
+
--cre8-color-button-secondary-border: var(--tmorrow-color-lime-100);
|
|
153
|
+
--cre8-color-button-secondary-border-hover: var(--tmorrow-color-lime-80);
|
|
154
|
+
--cre8-color-button-secondary-border-active: var(--tmorrow-color-lime-120);
|
|
155
|
+
--cre8-color-button-secondary-border-disabled: var(--tmorrow-color-dark-70);
|
|
156
|
+
--cre8-color-button-secondary-outline: var(--tmorrow-color-lime-80);
|
|
157
|
+
|
|
158
|
+
/* Secondary Neutral Button */
|
|
159
|
+
--cre8-color-button-secondary-neutral-bg: transparent;
|
|
160
|
+
--cre8-color-button-secondary-neutral-bg-hover: rgba(255, 255, 255, 0.05);
|
|
161
|
+
--cre8-color-button-secondary-neutral-bg-active: rgba(255, 255, 255, 0.1);
|
|
162
|
+
--cre8-color-button-secondary-neutral-content: var(--tmorrow-color-text-primary);
|
|
163
|
+
--cre8-color-button-secondary-neutral-content-hover: var(--tmorrow-color-text-primary);
|
|
164
|
+
--cre8-color-button-secondary-neutral-content-active: var(--tmorrow-color-text-primary);
|
|
165
|
+
--cre8-color-button-secondary-neutral-border: var(--tmorrow-color-text-primary);
|
|
166
|
+
--cre8-color-button-secondary-neutral-border-hover: var(--tmorrow-color-text-primary);
|
|
167
|
+
--cre8-color-button-secondary-neutral-border-active: var(--tmorrow-color-text-primary);
|
|
168
|
+
|
|
169
|
+
/* Tertiary Button */
|
|
170
|
+
--cre8-color-button-tertiary-bg: transparent;
|
|
171
|
+
--cre8-color-button-tertiary-bg-hover: transparent;
|
|
172
|
+
--cre8-color-button-tertiary-bg-active: transparent;
|
|
173
|
+
--cre8-color-button-tertiary-content: var(--tmorrow-color-lime-100);
|
|
174
|
+
--cre8-color-button-tertiary-content-hover: var(--tmorrow-color-lime-80);
|
|
175
|
+
--cre8-color-button-tertiary-content-active: var(--tmorrow-color-lime-120);
|
|
176
|
+
--cre8-color-button-tertiary-border: transparent;
|
|
177
|
+
--cre8-color-button-tertiary-border-hover: var(--tmorrow-color-lime-100);
|
|
178
|
+
--cre8-color-button-tertiary-border-active: var(--tmorrow-color-lime-120);
|
|
179
|
+
|
|
180
|
+
/* Header */
|
|
181
|
+
--cre8-color-header-bg-default: var(--tmorrow-color-dark-surface);
|
|
182
|
+
--cre8-color-header-inverse-bg-default: var(--tmorrow-color-lime-100);
|
|
183
|
+
--cre8-color-header-menu-bg-default: var(--tmorrow-color-dark-90);
|
|
184
|
+
--cre8-color-header-menu-bg-hover: var(--tmorrow-color-dark-80);
|
|
185
|
+
--cre8-color-header-menu-bg-active: var(--tmorrow-color-dark-70);
|
|
186
|
+
--cre8-color-header-menu-content-default: var(--tmorrow-color-text-primary);
|
|
187
|
+
--cre8-color-header-menu-content-hover: var(--tmorrow-color-lime-100);
|
|
188
|
+
--cre8-color-header-menu-content-active: var(--tmorrow-color-lime-80);
|
|
189
|
+
--cre8-color-header-menu-border-default: transparent;
|
|
190
|
+
--cre8-color-header-menu-border-hover: var(--tmorrow-color-lime-100);
|
|
191
|
+
--cre8-color-header-menu-border-active: var(--tmorrow-color-lime-100);
|
|
192
|
+
|
|
193
|
+
/* Footer */
|
|
194
|
+
--cre8-color-footer-bg-default: var(--tmorrow-color-dark-surface);
|
|
195
|
+
--cre8-color-footer-bg-secondary: var(--tmorrow-color-dark-90);
|
|
196
|
+
--cre8-color-footer-content-secondary: var(--tmorrow-color-text-secondary);
|
|
197
|
+
--cre8-color-footer-link-default: var(--tmorrow-color-lime-100);
|
|
198
|
+
--cre8-color-footer-link-hover: var(--tmorrow-color-lime-80);
|
|
199
|
+
|
|
200
|
+
/* Shadows - Neon glow effects */
|
|
201
|
+
--cre8-shadow-default: 0 8px 24px rgba(0, 0, 0, 0.4);
|
|
202
|
+
--cre8-shadow-small: 0 2px 8px rgba(0, 0, 0, 0.3);
|
|
203
|
+
--cre8-shadow-large: 0 16px 48px rgba(0, 0, 0, 0.5);
|
|
204
|
+
--cre8-shadow-glow-primary: 0 0 20px rgba(197, 229, 0, 0.3);
|
|
205
|
+
--cre8-shadow-glow-secondary: 0 0 20px rgba(233, 30, 140, 0.3);
|
|
206
|
+
--cre8-shadow-button: 0 0 12px rgba(197, 229, 0, 0.2);
|
|
207
|
+
|
|
208
|
+
/* Border Radius - Sharp, geometric */
|
|
209
|
+
--cre8-border-radius-small: 2px;
|
|
210
|
+
--cre8-border-radius-default: 4px;
|
|
211
|
+
--cre8-border-radius-large: 8px;
|
|
212
|
+
--cre8-border-radius-button: 4px;
|
|
213
|
+
--cre8-border-radius-field: 4px;
|
|
214
|
+
--cre8-border-radius-container: 8px;
|
|
215
|
+
|
|
216
|
+
/* Typography */
|
|
217
|
+
--cre8-font-families-inter: 'Manrope', 'Inter', -apple-system, sans-serif;
|
|
218
|
+
}
|