@tmorrow/cre8-wc 1.0.14
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/LICENSE +28 -0
- package/README.md +5 -0
- package/cdn/cre8-wc.esm.js +24106 -0
- package/cdn/cre8-wc.esm.js.map +1 -0
- package/cdn/cre8-wc.min.js +10029 -0
- package/cdn/cre8-wc.min.js.map +1 -0
- package/dist/Image.png +0 -0
- package/dist/cre8.png +0 -0
- package/dist/cre8.svg +6 -0
- package/dist/favicon.svg +7 -0
- package/dist/index.html +173 -0
- package/dist/index.json +1 -0
- package/dist/leaf.png +0 -0
- package/dist/leafDS.png +0 -0
- package/dist/leafLogo.svg +1 -0
- package/dist/project.json +1 -0
- package/dist/sb-addons/a11y-1/manager-bundle.js +3 -0
- package/dist/sb-addons/a11y-1/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/essentials-actions-3/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-actions-3/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/essentials-backgrounds-4/manager-bundle.js +12 -0
- package/dist/sb-addons/essentials-backgrounds-4/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/essentials-controls-2/manager-bundle.js +62 -0
- package/dist/sb-addons/essentials-controls-2/manager-bundle.js.LEGAL.txt +18 -0
- package/dist/sb-addons/essentials-measure-7/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-measure-7/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/essentials-outline-8/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-outline-8/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/essentials-toolbars-6/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-toolbars-6/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/essentials-viewport-5/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-viewport-5/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/etchteam-css-variables-theme-0/manager-bundle.js +3 -0
- package/dist/sb-addons/etchteam-css-variables-theme-0/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/storybook-10/manager-bundle.js +9 -0
- package/dist/sb-addons/storybook-10/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/whitespace-html-esm-preset-9/manager-bundle.js +194 -0
- package/dist/sb-addons/whitespace-html-esm-preset-9/manager-bundle.js.LEGAL.txt +20 -0
- package/dist/sb-common-assets/fonts.css +31 -0
- package/dist/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/dist/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/dist/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/dist/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/dist/sb-manager/WithTooltip-V3YHNWJZ-MXTFSDU5.js +1 -0
- package/dist/sb-manager/chunk-5QAFKPS7.js +7 -0
- package/dist/sb-manager/chunk-7PRFHFSS.js +9 -0
- package/dist/sb-manager/chunk-XE6LDGTE.js +406 -0
- package/dist/sb-manager/chunk-YDUB7CS6.js +348 -0
- package/dist/sb-manager/chunk-ZEU7PDD3.js +1 -0
- package/dist/sb-manager/formatter-SWP5E3XI-7BGIK6BL.js +156 -0
- package/dist/sb-manager/globals-module-info.js +1 -0
- package/dist/sb-manager/globals.js +1 -0
- package/dist/sb-manager/index.js +1 -0
- package/dist/sb-manager/runtime.js +1 -0
- package/dist/sb-manager/syntaxhighlighter-MJWPISIS-JOSCT6CQ.js +1 -0
- package/dist/sb-preview/globals.js +1 -0
- package/dist/sb-preview/runtime.js +112 -0
- package/dist/stories.json +1 -0
- package/lib/cdn-entry.d.ts +106 -0
- package/lib/cdn-entry.d.ts.map +1 -0
- package/lib/components/accordion/accordion.d.ts +39 -0
- package/lib/components/accordion/accordion.d.ts.map +1 -0
- package/lib/components/accordion/accordion.styles.d.ts +3 -0
- package/lib/components/accordion/accordion.styles.d.ts.map +1 -0
- package/lib/components/accordion-item/accordion-item.d.ts +141 -0
- package/lib/components/accordion-item/accordion-item.d.ts.map +1 -0
- package/lib/components/accordion-item/accordion-item.styles.d.ts +3 -0
- package/lib/components/accordion-item/accordion-item.styles.d.ts.map +1 -0
- package/lib/components/alert/alert.d.ts +60 -0
- package/lib/components/alert/alert.d.ts.map +1 -0
- package/lib/components/alert/alert.styles.d.ts +3 -0
- package/lib/components/alert/alert.styles.d.ts.map +1 -0
- package/lib/components/badge/badge.d.ts +62 -0
- package/lib/components/badge/badge.d.ts.map +1 -0
- package/lib/components/badge/badge.styles.d.ts +3 -0
- package/lib/components/badge/badge.styles.d.ts.map +1 -0
- package/lib/components/band/band.d.ts +29 -0
- package/lib/components/band/band.d.ts.map +1 -0
- package/lib/components/band/band.styles.d.ts +3 -0
- package/lib/components/band/band.styles.d.ts.map +1 -0
- package/lib/components/breadcrumbs/breadcrumbs.d.ts +32 -0
- package/lib/components/breadcrumbs/breadcrumbs.d.ts.map +1 -0
- package/lib/components/breadcrumbs/breadcrumbs.styles.d.ts +3 -0
- package/lib/components/breadcrumbs/breadcrumbs.styles.d.ts.map +1 -0
- package/lib/components/breadcrumbs-item/breadcrumbs-item.d.ts +17 -0
- package/lib/components/breadcrumbs-item/breadcrumbs-item.d.ts.map +1 -0
- package/lib/components/breadcrumbs-item/breadcrumbs-item.styles.d.ts +3 -0
- package/lib/components/breadcrumbs-item/breadcrumbs-item.styles.d.ts.map +1 -0
- package/lib/components/button/button.d.ts +229 -0
- package/lib/components/button/button.d.ts.map +1 -0
- package/lib/components/button/button.styles.d.ts +3 -0
- package/lib/components/button/button.styles.d.ts.map +1 -0
- package/lib/components/button-group/button-group.d.ts +19 -0
- package/lib/components/button-group/button-group.d.ts.map +1 -0
- package/lib/components/button-group/button-group.styles.d.ts +3 -0
- package/lib/components/button-group/button-group.styles.d.ts.map +1 -0
- package/lib/components/card/card.d.ts +45 -0
- package/lib/components/card/card.d.ts.map +1 -0
- package/lib/components/card/card.styles.d.ts +3 -0
- package/lib/components/card/card.styles.d.ts.map +1 -0
- package/lib/components/chart/chart.d.ts +18 -0
- package/lib/components/chart/chart.d.ts.map +1 -0
- package/lib/components/chart/chart.styles.d.ts +3 -0
- package/lib/components/chart/chart.styles.d.ts.map +1 -0
- package/lib/components/checkbox-field/checkbox-field.d.ts +54 -0
- package/lib/components/checkbox-field/checkbox-field.d.ts.map +1 -0
- package/lib/components/checkbox-field/checkbox-field.styles.d.ts +3 -0
- package/lib/components/checkbox-field/checkbox-field.styles.d.ts.map +1 -0
- package/lib/components/checkbox-field-item/checkbox-field-item.d.ts +177 -0
- package/lib/components/checkbox-field-item/checkbox-field-item.d.ts.map +1 -0
- package/lib/components/checkbox-field-item/checkbox-field-item.styles.d.ts +3 -0
- package/lib/components/checkbox-field-item/checkbox-field-item.styles.d.ts.map +1 -0
- package/lib/components/components/cre8-element/components/cre8-element.js +58 -0
- package/lib/components/components/cre8-form-element/components/cre8-form-element.js +47 -0
- package/lib/components/cre8-element.d.ts +54 -0
- package/lib/components/cre8-element.d.ts.map +1 -0
- package/lib/components/cre8-field/cre8-field.js +10 -0
- package/lib/components/cre8-form-element.d.ts +62 -0
- package/lib/components/cre8-form-element.d.ts.map +1 -0
- package/lib/components/danger-button/danger-button.d.ts +208 -0
- package/lib/components/danger-button/danger-button.d.ts.map +1 -0
- package/lib/components/danger-button/danger-button.styles.d.ts +3 -0
- package/lib/components/danger-button/danger-button.styles.d.ts.map +1 -0
- package/lib/components/date-picker/calendar/calendar.d.ts +115 -0
- package/lib/components/date-picker/calendar/calendar.d.ts.map +1 -0
- package/lib/components/date-picker/calendar/calendar.styles.d.ts +3 -0
- package/lib/components/date-picker/calendar/calendar.styles.d.ts.map +1 -0
- package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.d.ts +22 -0
- package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.d.ts.map +1 -0
- package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.styles.d.ts +3 -0
- package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.styles.d.ts.map +1 -0
- package/lib/components/date-picker/calendar-navigation/calendar-navigation.d.ts +19 -0
- package/lib/components/date-picker/calendar-navigation/calendar-navigation.d.ts.map +1 -0
- package/lib/components/date-picker/calendar-navigation/calendar-navigation.styles.d.ts +3 -0
- package/lib/components/date-picker/calendar-navigation/calendar-navigation.styles.d.ts.map +1 -0
- package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.d.ts +28 -0
- package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.d.ts.map +1 -0
- package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.styles.d.ts +3 -0
- package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.styles.d.ts.map +1 -0
- package/lib/components/date-picker/date-picker.d.ts +40 -0
- package/lib/components/date-picker/date-picker.d.ts.map +1 -0
- package/lib/components/date-picker/date-picker.js +9 -0
- package/lib/components/date-picker/date-picker.styles.d.ts +3 -0
- package/lib/components/date-picker/date-picker.styles.d.ts.map +1 -0
- package/lib/components/divider/divider.d.ts +29 -0
- package/lib/components/divider/divider.d.ts.map +1 -0
- package/lib/components/divider/divider.styles.d.ts +3 -0
- package/lib/components/divider/divider.styles.d.ts.map +1 -0
- package/lib/components/dropdown/dropdown.d.ts +35 -0
- package/lib/components/dropdown/dropdown.d.ts.map +1 -0
- package/lib/components/dropdown/dropdown.styles.d.ts +3 -0
- package/lib/components/dropdown/dropdown.styles.d.ts.map +1 -0
- package/lib/components/dropdown-item/dropdown-item.d.ts +19 -0
- package/lib/components/dropdown-item/dropdown-item.d.ts.map +1 -0
- package/lib/components/dropdown-item/dropdown-item.styles.d.ts +3 -0
- package/lib/components/dropdown-item/dropdown-item.styles.d.ts.map +1 -0
- package/lib/components/feature/feature.d.ts +28 -0
- package/lib/components/feature/feature.d.ts.map +1 -0
- package/lib/components/feature/feature.styles.d.ts +3 -0
- package/lib/components/feature/feature.styles.d.ts.map +1 -0
- package/lib/components/field/field.d.ts +210 -0
- package/lib/components/field/field.d.ts.map +1 -0
- package/lib/components/field/field.styles.d.ts +3 -0
- package/lib/components/field/field.styles.d.ts.map +1 -0
- package/lib/components/field-note/field-note.d.ts +37 -0
- package/lib/components/field-note/field-note.d.ts.map +1 -0
- package/lib/components/field-note/field-note.styles.d.ts +3 -0
- package/lib/components/field-note/field-note.styles.d.ts.map +1 -0
- package/lib/components/footer/footer.d.ts +17 -0
- package/lib/components/footer/footer.d.ts.map +1 -0
- package/lib/components/footer/footer.styles.d.ts +3 -0
- package/lib/components/footer/footer.styles.d.ts.map +1 -0
- package/lib/components/global-nav/global-nav.d.ts +33 -0
- package/lib/components/global-nav/global-nav.d.ts.map +1 -0
- package/lib/components/global-nav/global-nav.styles.d.ts +3 -0
- package/lib/components/global-nav/global-nav.styles.d.ts.map +1 -0
- package/lib/components/global-nav-item/global-nav-item.d.ts +71 -0
- package/lib/components/global-nav-item/global-nav-item.d.ts.map +1 -0
- package/lib/components/global-nav-item/global-nav-item.styles.d.ts +3 -0
- package/lib/components/global-nav-item/global-nav-item.styles.d.ts.map +1 -0
- package/lib/components/grid/grid.d.ts +49 -0
- package/lib/components/grid/grid.d.ts.map +1 -0
- package/lib/components/grid/grid.styles.d.ts +3 -0
- package/lib/components/grid/grid.styles.d.ts.map +1 -0
- package/lib/components/grid-item/grid-item.d.ts +15 -0
- package/lib/components/grid-item/grid-item.d.ts.map +1 -0
- package/lib/components/grid-item/grid-item.styles.d.ts +3 -0
- package/lib/components/grid-item/grid-item.styles.d.ts.map +1 -0
- package/lib/components/header/header.d.ts +20 -0
- package/lib/components/header/header.d.ts.map +1 -0
- package/lib/components/header/header.styles.d.ts +3 -0
- package/lib/components/header/header.styles.d.ts.map +1 -0
- package/lib/components/heading/heading.d.ts +81 -0
- package/lib/components/heading/heading.d.ts.map +1 -0
- package/lib/components/heading/heading.styles.d.ts +3 -0
- package/lib/components/heading/heading.styles.d.ts.map +1 -0
- package/lib/components/hero/hero.d.ts +39 -0
- package/lib/components/hero/hero.d.ts.map +1 -0
- package/lib/components/hero/hero.styles.d.ts +3 -0
- package/lib/components/hero/hero.styles.d.ts.map +1 -0
- package/lib/components/icon/icon.d.ts +78 -0
- package/lib/components/icon/icon.d.ts.map +1 -0
- package/lib/components/icon/icon.js +9 -0
- package/lib/components/icon/icon.styles.d.ts +3 -0
- package/lib/components/icon/icon.styles.d.ts.map +1 -0
- package/lib/components/inline-alert/inline-alert.d.ts +52 -0
- package/lib/components/inline-alert/inline-alert.d.ts.map +1 -0
- package/lib/components/inline-alert/inline-alert.styles.d.ts +3 -0
- package/lib/components/inline-alert/inline-alert.styles.d.ts.map +1 -0
- package/lib/components/layout/layout.d.ts +25 -0
- package/lib/components/layout/layout.d.ts.map +1 -0
- package/lib/components/layout/layout.styles.d.ts +3 -0
- package/lib/components/layout/layout.styles.d.ts.map +1 -0
- package/lib/components/layout-container/layout-container.d.ts +20 -0
- package/lib/components/layout-container/layout-container.d.ts.map +1 -0
- package/lib/components/layout-container/layout-container.styles.d.ts +3 -0
- package/lib/components/layout-container/layout-container.styles.d.ts.map +1 -0
- package/lib/components/layout-section/layout-section.d.ts +26 -0
- package/lib/components/layout-section/layout-section.d.ts.map +1 -0
- package/lib/components/layout-section/layout-section.styles.d.ts +3 -0
- package/lib/components/layout-section/layout-section.styles.d.ts.map +1 -0
- package/lib/components/linelength-container/linelength-container.d.ts +15 -0
- package/lib/components/linelength-container/linelength-container.d.ts.map +1 -0
- package/lib/components/linelength-container/linelength-container.styles.d.ts +3 -0
- package/lib/components/linelength-container/linelength-container.styles.d.ts.map +1 -0
- package/lib/components/link/link.d.ts +93 -0
- package/lib/components/link/link.d.ts.map +1 -0
- package/lib/components/link/link.styles.d.ts +3 -0
- package/lib/components/link/link.styles.d.ts.map +1 -0
- package/lib/components/link-list/link-list.d.ts +42 -0
- package/lib/components/link-list/link-list.d.ts.map +1 -0
- package/lib/components/link-list/link-list.styles.d.ts +3 -0
- package/lib/components/link-list/link-list.styles.d.ts.map +1 -0
- package/lib/components/link-list-item/link-list-item.d.ts +27 -0
- package/lib/components/link-list-item/link-list-item.d.ts.map +1 -0
- package/lib/components/link-list-item/link-list-item.styles.d.ts +3 -0
- package/lib/components/link-list-item/link-list-item.styles.d.ts.map +1 -0
- package/lib/components/list/list.d.ts +34 -0
- package/lib/components/list/list.d.ts.map +1 -0
- package/lib/components/list/list.styles.d.ts +3 -0
- package/lib/components/list/list.styles.d.ts.map +1 -0
- package/lib/components/list-item/list-item.d.ts +16 -0
- package/lib/components/list-item/list-item.d.ts.map +1 -0
- package/lib/components/list-item/list-item.styles.d.ts +3 -0
- package/lib/components/list-item/list-item.styles.d.ts.map +1 -0
- package/lib/components/loading-spinner/loading-spinner.d.ts +90 -0
- package/lib/components/loading-spinner/loading-spinner.d.ts.map +1 -0
- package/lib/components/loading-spinner/loading-spinner.styles.d.ts +3 -0
- package/lib/components/loading-spinner/loading-spinner.styles.d.ts.map +1 -0
- package/lib/components/logo/logo.d.ts +19 -0
- package/lib/components/logo/logo.d.ts.map +1 -0
- package/lib/components/logo/logo.styles.d.ts +3 -0
- package/lib/components/logo/logo.styles.d.ts.map +1 -0
- package/lib/components/main/main.d.ts +20 -0
- package/lib/components/main/main.d.ts.map +1 -0
- package/lib/components/main/main.styles.d.ts +3 -0
- package/lib/components/main/main.styles.d.ts.map +1 -0
- package/lib/components/modal/modal.d.ts +99 -0
- package/lib/components/modal/modal.d.ts.map +1 -0
- package/lib/components/modal/modal.styles.d.ts +3 -0
- package/lib/components/modal/modal.styles.d.ts.map +1 -0
- package/lib/components/multi-select/multi-select.d.ts +131 -0
- package/lib/components/multi-select/multi-select.d.ts.map +1 -0
- package/lib/components/multi-select/multi-select.styles.d.ts +3 -0
- package/lib/components/multi-select/multi-select.styles.d.ts.map +1 -0
- package/lib/components/nav-container/nav-container.d.ts +15 -0
- package/lib/components/nav-container/nav-container.d.ts.map +1 -0
- package/lib/components/nav-container/nav-container.styles.d.ts +3 -0
- package/lib/components/nav-container/nav-container.styles.d.ts.map +1 -0
- package/lib/components/page-header/page-header.d.ts +19 -0
- package/lib/components/page-header/page-header.d.ts.map +1 -0
- package/lib/components/page-header/page-header.styles.d.ts +3 -0
- package/lib/components/page-header/page-header.styles.d.ts.map +1 -0
- package/lib/components/pagination/page-counter/page-counter.d.ts +20 -0
- package/lib/components/pagination/page-counter/page-counter.d.ts.map +1 -0
- package/lib/components/pagination/page-counter/page-counter.styles.d.ts +3 -0
- package/lib/components/pagination/page-counter/page-counter.styles.d.ts.map +1 -0
- package/lib/components/pagination/pagination.d.ts +126 -0
- package/lib/components/pagination/pagination.d.ts.map +1 -0
- package/lib/components/pagination/pagination.styles.d.ts +3 -0
- package/lib/components/pagination/pagination.styles.d.ts.map +1 -0
- package/lib/components/percent-bar/percent-bar.d.ts +26 -0
- package/lib/components/percent-bar/percent-bar.d.ts.map +1 -0
- package/lib/components/percent-bar/percent-bar.styles.d.ts +3 -0
- package/lib/components/percent-bar/percent-bar.styles.d.ts.map +1 -0
- package/lib/components/popover/popover.d.ts +155 -0
- package/lib/components/popover/popover.d.ts.map +1 -0
- package/lib/components/popover/popover.styles.d.ts +3 -0
- package/lib/components/popover/popover.styles.d.ts.map +1 -0
- package/lib/components/primary-nav/primary-nav.d.ts +33 -0
- package/lib/components/primary-nav/primary-nav.d.ts.map +1 -0
- package/lib/components/primary-nav/primary-nav.styles.d.ts +3 -0
- package/lib/components/primary-nav/primary-nav.styles.d.ts.map +1 -0
- package/lib/components/primary-nav-item/primary-nav-item.d.ts +71 -0
- package/lib/components/primary-nav-item/primary-nav-item.d.ts.map +1 -0
- package/lib/components/primary-nav-item/primary-nav-item.styles.d.ts +3 -0
- package/lib/components/primary-nav-item/primary-nav-item.styles.d.ts.map +1 -0
- package/lib/components/progress-meter/progress-meter.d.ts +51 -0
- package/lib/components/progress-meter/progress-meter.d.ts.map +1 -0
- package/lib/components/progress-meter/progress-meter.styles.d.ts +3 -0
- package/lib/components/progress-meter/progress-meter.styles.d.ts.map +1 -0
- package/lib/components/progress-steps/progress-steps.d.ts +3 -0
- package/lib/components/progress-steps/progress-steps.d.ts.map +1 -0
- package/lib/components/progress-steps/progress-steps.styles.d.ts +3 -0
- package/lib/components/progress-steps/progress-steps.styles.d.ts.map +1 -0
- package/lib/components/progress-steps-item/progress-steps-item.d.ts +44 -0
- package/lib/components/progress-steps-item/progress-steps-item.d.ts.map +1 -0
- package/lib/components/progress-steps-item/progress-steps-item.styles.d.ts +3 -0
- package/lib/components/progress-steps-item/progress-steps-item.styles.d.ts.map +1 -0
- package/lib/components/radio-field/radio-field.d.ts +56 -0
- package/lib/components/radio-field/radio-field.d.ts.map +1 -0
- package/lib/components/radio-field/radio-field.styles.d.ts +3 -0
- package/lib/components/radio-field/radio-field.styles.d.ts.map +1 -0
- package/lib/components/radio-field-item/radio-field-item.d.ts +162 -0
- package/lib/components/radio-field-item/radio-field-item.d.ts.map +1 -0
- package/lib/components/radio-field-item/radio-field-item.styles.d.ts +3 -0
- package/lib/components/radio-field-item/radio-field-item.styles.d.ts.map +1 -0
- package/lib/components/remove-tag/remove-tag.d.ts +53 -0
- package/lib/components/remove-tag/remove-tag.d.ts.map +1 -0
- package/lib/components/remove-tag/remove-tag.styles.d.ts +3 -0
- package/lib/components/remove-tag/remove-tag.styles.d.ts.map +1 -0
- package/lib/components/section/section.d.ts +33 -0
- package/lib/components/section/section.d.ts.map +1 -0
- package/lib/components/section/section.styles.d.ts +3 -0
- package/lib/components/section/section.styles.d.ts.map +1 -0
- package/lib/components/select/select.d.ts +173 -0
- package/lib/components/select/select.d.ts.map +1 -0
- package/lib/components/select/select.styles.d.ts +3 -0
- package/lib/components/select/select.styles.d.ts.map +1 -0
- package/lib/components/select-tile/select-tile-checkbox-controller.d.ts +40 -0
- package/lib/components/select-tile/select-tile-checkbox-controller.d.ts.map +1 -0
- package/lib/components/select-tile/select-tile-radio-controller.d.ts +87 -0
- package/lib/components/select-tile/select-tile-radio-controller.d.ts.map +1 -0
- package/lib/components/select-tile/select-tile.d.ts +163 -0
- package/lib/components/select-tile/select-tile.d.ts.map +1 -0
- package/lib/components/select-tile/select-tile.styles.d.ts +3 -0
- package/lib/components/select-tile/select-tile.styles.d.ts.map +1 -0
- package/lib/components/select-tile-list/select-tile-list.d.ts +52 -0
- package/lib/components/select-tile-list/select-tile-list.d.ts.map +1 -0
- package/lib/components/select-tile-list/select-tile-list.styles.d.ts +3 -0
- package/lib/components/select-tile-list/select-tile-list.styles.d.ts.map +1 -0
- package/lib/components/skeleton-loader/skeleton-loader.d.ts +53 -0
- package/lib/components/skeleton-loader/skeleton-loader.d.ts.map +1 -0
- package/lib/components/skeleton-loader/skeleton-loader.styles.d.ts +3 -0
- package/lib/components/skeleton-loader/skeleton-loader.styles.d.ts.map +1 -0
- package/lib/components/split-button/split-button.d.ts +34 -0
- package/lib/components/split-button/split-button.d.ts.map +1 -0
- package/lib/components/split-button/split-button.styles.d.ts +3 -0
- package/lib/components/split-button/split-button.styles.d.ts.map +1 -0
- package/lib/components/submenu/submenu.d.ts +15 -0
- package/lib/components/submenu/submenu.d.ts.map +1 -0
- package/lib/components/submenu/submenu.styles.d.ts +3 -0
- package/lib/components/submenu/submenu.styles.d.ts.map +1 -0
- package/lib/components/submenu-item/submenu-item.d.ts +19 -0
- package/lib/components/submenu-item/submenu-item.d.ts.map +1 -0
- package/lib/components/submenu-item/submenu-item.styles.d.ts +3 -0
- package/lib/components/submenu-item/submenu-item.styles.d.ts.map +1 -0
- package/lib/components/tab/tab.d.ts +58 -0
- package/lib/components/tab/tab.d.ts.map +1 -0
- package/lib/components/tab/tab.styles.d.ts +3 -0
- package/lib/components/tab/tab.styles.d.ts.map +1 -0
- package/lib/components/tab-panel/tab-panel.d.ts +38 -0
- package/lib/components/tab-panel/tab-panel.d.ts.map +1 -0
- package/lib/components/tab-panel/tab-panel.styles.d.ts +3 -0
- package/lib/components/tab-panel/tab-panel.styles.d.ts.map +1 -0
- package/lib/components/table/table.d.ts +43 -0
- package/lib/components/table/table.d.ts.map +1 -0
- package/lib/components/table/table.styles.d.ts +3 -0
- package/lib/components/table/table.styles.d.ts.map +1 -0
- package/lib/components/table-body/table-body.d.ts +15 -0
- package/lib/components/table-body/table-body.d.ts.map +1 -0
- package/lib/components/table-body/table-body.styles.d.ts +3 -0
- package/lib/components/table-body/table-body.styles.d.ts.map +1 -0
- package/lib/components/table-cell/table-cell.d.ts +32 -0
- package/lib/components/table-cell/table-cell.d.ts.map +1 -0
- package/lib/components/table-cell/table-cell.styles.d.ts +3 -0
- package/lib/components/table-cell/table-cell.styles.d.ts.map +1 -0
- package/lib/components/table-header/table-header.d.ts +15 -0
- package/lib/components/table-header/table-header.d.ts.map +1 -0
- package/lib/components/table-header/table-header.styles.d.ts +3 -0
- package/lib/components/table-header/table-header.styles.d.ts.map +1 -0
- package/lib/components/table-header-cell/table-header-cell.d.ts +24 -0
- package/lib/components/table-header-cell/table-header-cell.d.ts.map +1 -0
- package/lib/components/table-header-cell/table-header-cell.styles.d.ts +3 -0
- package/lib/components/table-header-cell/table-header-cell.styles.d.ts.map +1 -0
- package/lib/components/table-object/table-object.d.ts +15 -0
- package/lib/components/table-object/table-object.d.ts.map +1 -0
- package/lib/components/table-object/table-object.styles.d.ts +3 -0
- package/lib/components/table-object/table-object.styles.d.ts.map +1 -0
- package/lib/components/table-row/table-row.d.ts +43 -0
- package/lib/components/table-row/table-row.d.ts.map +1 -0
- package/lib/components/table-row/table-row.styles.d.ts +3 -0
- package/lib/components/table-row/table-row.styles.d.ts.map +1 -0
- package/lib/components/tabs/tabs.d.ts +238 -0
- package/lib/components/tabs/tabs.d.ts.map +1 -0
- package/lib/components/tabs/tabs.styles.d.ts +3 -0
- package/lib/components/tabs/tabs.styles.d.ts.map +1 -0
- package/lib/components/tag/tag.d.ts +92 -0
- package/lib/components/tag/tag.d.ts.map +1 -0
- package/lib/components/tag/tag.styles.d.ts +3 -0
- package/lib/components/tag/tag.styles.d.ts.map +1 -0
- package/lib/components/tag-list/tag-list.d.ts +28 -0
- package/lib/components/tag-list/tag-list.d.ts.map +1 -0
- package/lib/components/tag-list/tag-list.styles.d.ts +3 -0
- package/lib/components/tag-list/tag-list.styles.d.ts.map +1 -0
- package/lib/components/tertiary-nav/tertiary-nav.d.ts +23 -0
- package/lib/components/tertiary-nav/tertiary-nav.d.ts.map +1 -0
- package/lib/components/tertiary-nav/tertiary-nav.styles.d.ts +3 -0
- package/lib/components/tertiary-nav/tertiary-nav.styles.d.ts.map +1 -0
- package/lib/components/tertiary-nav-item/tertiary-nav-item.d.ts +29 -0
- package/lib/components/tertiary-nav-item/tertiary-nav-item.d.ts.map +1 -0
- package/lib/components/tertiary-nav-item/tertiary-nav-item.styles.d.ts +3 -0
- package/lib/components/tertiary-nav-item/tertiary-nav-item.styles.d.ts.map +1 -0
- package/lib/components/text-link/text-link.d.ts +43 -0
- package/lib/components/text-link/text-link.d.ts.map +1 -0
- package/lib/components/text-link/text-link.styles.d.ts +3 -0
- package/lib/components/text-link/text-link.styles.d.ts.map +1 -0
- package/lib/components/text-passage/text-passage-light-dom.d.ts +3 -0
- package/lib/components/text-passage/text-passage-light-dom.d.ts.map +1 -0
- package/lib/components/text-passage/text-passage-light-dom.styles.d.ts +3 -0
- package/lib/components/text-passage/text-passage-light-dom.styles.d.ts.map +1 -0
- package/lib/components/text-passage/text-passage.d.ts +44 -0
- package/lib/components/text-passage/text-passage.d.ts.map +1 -0
- package/lib/components/text-passage/text-passage.styles.d.ts +3 -0
- package/lib/components/text-passage/text-passage.styles.d.ts.map +1 -0
- package/lib/components/tooltip/tooltip.d.ts +171 -0
- package/lib/components/tooltip/tooltip.d.ts.map +1 -0
- package/lib/components/tooltip/tooltip.styles.d.ts +3 -0
- package/lib/components/tooltip/tooltip.styles.d.ts.map +1 -0
- package/lib/components/utility-nav/utility-nav.d.ts +24 -0
- package/lib/components/utility-nav/utility-nav.d.ts.map +1 -0
- package/lib/components/utility-nav/utility-nav.styles.d.ts +3 -0
- package/lib/components/utility-nav/utility-nav.styles.d.ts.map +1 -0
- package/lib/components/utility-nav-item/utility-nav-item.d.ts +39 -0
- package/lib/components/utility-nav-item/utility-nav-item.d.ts.map +1 -0
- package/lib/components/utility-nav-item/utility-nav-item.styles.d.ts +3 -0
- package/lib/components/utility-nav-item/utility-nav-item.styles.d.ts.map +1 -0
- package/lib/date-picker-C8EEd7H8.js +2366 -0
- package/lib/design-tokens/brands/blue/css/tokens_blue.module.d.ts +3 -0
- package/lib/design-tokens/brands/blue/css/tokens_blue.module.d.ts.map +1 -0
- package/lib/design-tokens/brands/bolt/tokens_bolt.theme.d.ts +3 -0
- package/lib/design-tokens/brands/bolt/tokens_bolt.theme.d.ts.map +1 -0
- package/lib/design-tokens/brands/cre8/css/tokens_cre8.module.d.ts +3 -0
- package/lib/design-tokens/brands/cre8/css/tokens_cre8.module.d.ts.map +1 -0
- package/lib/design-tokens/brands/cre8-legacy/css/tokens_cre8-legacy.module.d.ts +3 -0
- package/lib/design-tokens/brands/cre8-legacy/css/tokens_cre8-legacy.module.d.ts.map +1 -0
- package/lib/design-tokens/brands/femmecubator/css/tokens_femmecubator2.module.d.ts +3 -0
- package/lib/design-tokens/brands/femmecubator/css/tokens_femmecubator2.module.d.ts.map +1 -0
- package/lib/design-tokens/brands/legacy/css/tokens_legacy.module.d.ts +3 -0
- package/lib/design-tokens/brands/legacy/css/tokens_legacy.module.d.ts.map +1 -0
- package/lib/design-tokens/brands/marketing/css/tokens_marketing.module.d.ts +3 -0
- package/lib/design-tokens/brands/marketing/css/tokens_marketing.module.d.ts.map +1 -0
- package/lib/design-tokens/brands/minimalist/css/tokens_minimalist.module.d.ts +3 -0
- package/lib/design-tokens/brands/minimalist/css/tokens_minimalist.module.d.ts.map +1 -0
- package/lib/design-tokens/brands/prisma/tokens_prisma.module.d.ts +3 -0
- package/lib/design-tokens/brands/prisma/tokens_prisma.module.d.ts.map +1 -0
- package/lib/design-tokens/brands/starbucks/tokens.module.d.ts +3 -0
- package/lib/design-tokens/brands/starbucks/tokens.module.d.ts.map +1 -0
- package/lib/design-tokens/brands/starbucks/tokens_starbucks.module.d.ts +3 -0
- package/lib/design-tokens/brands/starbucks/tokens_starbucks.module.d.ts.map +1 -0
- package/lib/design-tokens/brands copy/blue/_base.scss +142 -0
- package/lib/design-tokens/brands copy/blue/badge.scss +5 -0
- package/lib/design-tokens/brands copy/blue/bg.scss +35 -0
- package/lib/design-tokens/brands copy/blue/border-style.scss +5 -0
- package/lib/design-tokens/brands copy/blue/border.scss +21 -0
- package/lib/design-tokens/brands copy/blue/borderRadius.scss +15 -0
- package/lib/design-tokens/brands copy/blue/borderWidth.scss +11 -0
- package/lib/design-tokens/brands copy/blue/breakpoint.scss +9 -0
- package/lib/design-tokens/brands copy/blue/button.scss +225 -0
- package/lib/design-tokens/brands copy/blue/content.scss +29 -0
- package/lib/design-tokens/brands copy/blue/css/tokens_blue.module.d.ts +3 -0
- package/lib/design-tokens/brands copy/blue/css/tokens_blue.module.d.ts.map +1 -0
- package/lib/design-tokens/brands copy/blue/desktop-menu.scss +5 -0
- package/lib/design-tokens/brands copy/blue/fontFamilies.scss +5 -0
- package/lib/design-tokens/brands copy/blue/fontSize.scss +17 -0
- package/lib/design-tokens/brands copy/blue/fontWeights.scss +7 -0
- package/lib/design-tokens/brands copy/blue/footer.scss +9 -0
- package/lib/design-tokens/brands copy/blue/header.scss +81 -0
- package/lib/design-tokens/brands copy/blue/icon-size.scss +6 -0
- package/lib/design-tokens/brands copy/blue/letterSpacing.scss +9 -0
- package/lib/design-tokens/brands copy/blue/lineHeights.scss +15 -0
- package/lib/design-tokens/brands copy/blue/link.scss +4 -0
- package/lib/design-tokens/brands copy/blue/paragraphIndent.scss +4 -0
- package/lib/design-tokens/brands copy/blue/paragraphSpacing.scss +4 -0
- package/lib/design-tokens/brands copy/blue/progress-meter.scss +4 -0
- package/lib/design-tokens/brands copy/blue/shadow.scss +8 -0
- package/lib/design-tokens/brands copy/blue/spacing.scss +21 -0
- package/lib/design-tokens/brands copy/blue/textCase.scss +5 -0
- package/lib/design-tokens/brands copy/blue/textDecoration.scss +5 -0
- package/lib/design-tokens/brands copy/blue/tokens-all-blue.scss +628 -0
- package/lib/design-tokens/brands copy/blue/tokens-brand.scss +31 -0
- package/lib/design-tokens/brands copy/blue-v1/_base.scss +76 -0
- package/lib/design-tokens/brands copy/blue-v1/badge.scss +5 -0
- package/lib/design-tokens/brands copy/blue-v1/bg.scss +34 -0
- package/lib/design-tokens/brands copy/blue-v1/border-style.scss +5 -0
- package/lib/design-tokens/brands copy/blue-v1/border.scss +21 -0
- package/lib/design-tokens/brands copy/blue-v1/borderRadius.scss +15 -0
- package/lib/design-tokens/brands copy/blue-v1/borderWidth.scss +11 -0
- package/lib/design-tokens/brands copy/blue-v1/breakpoint.scss +9 -0
- package/lib/design-tokens/brands copy/blue-v1/button.scss +199 -0
- package/lib/design-tokens/brands copy/blue-v1/content.scss +29 -0
- package/lib/design-tokens/brands copy/blue-v1/desktop-menu.scss +5 -0
- package/lib/design-tokens/brands copy/blue-v1/fontFamilies.scss +5 -0
- package/lib/design-tokens/brands copy/blue-v1/fontSize.scss +17 -0
- package/lib/design-tokens/brands copy/blue-v1/fontWeights.scss +9 -0
- package/lib/design-tokens/brands copy/blue-v1/footer.scss +9 -0
- package/lib/design-tokens/brands copy/blue-v1/header.scss +79 -0
- package/lib/design-tokens/brands copy/blue-v1/icon-size.scss +6 -0
- package/lib/design-tokens/brands copy/blue-v1/letterSpacing.scss +9 -0
- package/lib/design-tokens/brands copy/blue-v1/lineHeights.scss +15 -0
- package/lib/design-tokens/brands copy/blue-v1/link.scss +4 -0
- package/lib/design-tokens/brands copy/blue-v1/paragraphIndent.scss +4 -0
- package/lib/design-tokens/brands copy/blue-v1/paragraphSpacing.scss +4 -0
- package/lib/design-tokens/brands copy/blue-v1/shadow.scss +8 -0
- package/lib/design-tokens/brands copy/blue-v1/spacing.scss +21 -0
- package/lib/design-tokens/brands copy/blue-v1/textCase.scss +5 -0
- package/lib/design-tokens/brands copy/blue-v1/textDecoration.scss +5 -0
- package/lib/design-tokens/brands copy/blue-v1/tokens-all-blue-v1.scss +534 -0
- package/lib/design-tokens/brands copy/blue-v1/tokens-brand.scss +30 -0
- package/lib/design-tokens/brands copy/cre8/_base.scss +157 -0
- package/lib/design-tokens/brands copy/cre8/badge.scss +5 -0
- package/lib/design-tokens/brands copy/cre8/bg.scss +34 -0
- package/lib/design-tokens/brands copy/cre8/border-style.scss +5 -0
- package/lib/design-tokens/brands copy/cre8/border.scss +18 -0
- package/lib/design-tokens/brands copy/cre8/borderRadius.scss +15 -0
- package/lib/design-tokens/brands copy/cre8/borderWidth.scss +11 -0
- package/lib/design-tokens/brands copy/cre8/breakpoint.scss +9 -0
- package/lib/design-tokens/brands copy/cre8/button.scss +211 -0
- package/lib/design-tokens/brands copy/cre8/content.scss +29 -0
- package/lib/design-tokens/brands copy/cre8/desktop-menu.scss +5 -0
- package/lib/design-tokens/brands copy/cre8/fontFamilies.scss +4 -0
- package/lib/design-tokens/brands copy/cre8/fontSize.scss +17 -0
- package/lib/design-tokens/brands copy/cre8/fontWeights.scss +7 -0
- package/lib/design-tokens/brands copy/cre8/footer.scss +8 -0
- package/lib/design-tokens/brands copy/cre8/header.scss +81 -0
- package/lib/design-tokens/brands copy/cre8/icon-size.scss +6 -0
- package/lib/design-tokens/brands copy/cre8/letterSpacing.scss +10 -0
- package/lib/design-tokens/brands copy/cre8/lineHeights.scss +22 -0
- package/lib/design-tokens/brands copy/cre8/link.scss +4 -0
- package/lib/design-tokens/brands copy/cre8/paragraphIndent.scss +4 -0
- package/lib/design-tokens/brands copy/cre8/paragraphSpacing.scss +4 -0
- package/lib/design-tokens/brands copy/cre8/progress-meter.scss +4 -0
- package/lib/design-tokens/brands copy/cre8/shadow.scss +8 -0
- package/lib/design-tokens/brands copy/cre8/spacing.scss +21 -0
- package/lib/design-tokens/brands copy/cre8/textCase.scss +5 -0
- package/lib/design-tokens/brands copy/cre8/textDecoration.scss +5 -0
- package/lib/design-tokens/brands copy/cre8/tokens-all-cre8.scss +631 -0
- package/lib/design-tokens/brands copy/cre8/tokens-brand.scss +31 -0
- package/lib/design-tokens/brands copy/femmecubator/base.scss +64 -0
- package/lib/design-tokens/brands copy/femmecubator/border.scss +15 -0
- package/lib/design-tokens/brands copy/femmecubator/color.scss +56 -0
- package/lib/design-tokens/brands copy/femmecubator/spacing.scss +13 -0
- package/lib/design-tokens/brands copy/femmecubator/tokens-all-femmecubator.scss +139 -0
- package/lib/design-tokens/brands copy/femmecubator/tokens-brand.scss +8 -0
- package/lib/design-tokens/brands copy/legacy/_base.scss +103 -0
- package/lib/design-tokens/brands copy/legacy/badge.scss +5 -0
- package/lib/design-tokens/brands copy/legacy/bg.scss +34 -0
- package/lib/design-tokens/brands copy/legacy/border-style.scss +5 -0
- package/lib/design-tokens/brands copy/legacy/border.scss +17 -0
- package/lib/design-tokens/brands copy/legacy/borderRadius.scss +15 -0
- package/lib/design-tokens/brands copy/legacy/borderWidth.scss +11 -0
- package/lib/design-tokens/brands copy/legacy/breakpoint.scss +9 -0
- package/lib/design-tokens/brands copy/legacy/button.scss +225 -0
- package/lib/design-tokens/brands copy/legacy/content.scss +29 -0
- package/lib/design-tokens/brands copy/legacy/desktop-menu.scss +5 -0
- package/lib/design-tokens/brands copy/legacy/fontFamilies.scss +4 -0
- package/lib/design-tokens/brands copy/legacy/fontSize.scss +17 -0
- package/lib/design-tokens/brands copy/legacy/fontWeights.scss +10 -0
- package/lib/design-tokens/brands copy/legacy/footer.scss +9 -0
- package/lib/design-tokens/brands copy/legacy/header.scss +81 -0
- package/lib/design-tokens/brands copy/legacy/icon-size.scss +6 -0
- package/lib/design-tokens/brands copy/legacy/letterSpacing.scss +9 -0
- package/lib/design-tokens/brands copy/legacy/lineHeights.scss +19 -0
- package/lib/design-tokens/brands copy/legacy/paragraphIndent.scss +4 -0
- package/lib/design-tokens/brands copy/legacy/paragraphSpacing.scss +4 -0
- package/lib/design-tokens/brands copy/legacy/progress-meter.scss +4 -0
- package/lib/design-tokens/brands copy/legacy/shadow.scss +8 -0
- package/lib/design-tokens/brands copy/legacy/spacing.scss +20 -0
- package/lib/design-tokens/brands copy/legacy/textCase.scss +5 -0
- package/lib/design-tokens/brands copy/legacy/textDecoration.scss +5 -0
- package/lib/design-tokens/brands copy/legacy/tokens-all-legacy.scss +588 -0
- package/lib/design-tokens/brands copy/legacy/tokens-brand.scss +30 -0
- package/lib/design-tokens/brands copy/marketing/_base.scss +137 -0
- package/lib/design-tokens/brands copy/marketing/asset.scss +7 -0
- package/lib/design-tokens/brands copy/marketing/badge.scss +5 -0
- package/lib/design-tokens/brands copy/marketing/bg.scss +35 -0
- package/lib/design-tokens/brands copy/marketing/border-style.scss +5 -0
- package/lib/design-tokens/brands copy/marketing/border.scss +21 -0
- package/lib/design-tokens/brands copy/marketing/borderRadius.scss +15 -0
- package/lib/design-tokens/brands copy/marketing/borderWidth.scss +11 -0
- package/lib/design-tokens/brands copy/marketing/breakpoint.scss +9 -0
- package/lib/design-tokens/brands copy/marketing/button.scss +225 -0
- package/lib/design-tokens/brands copy/marketing/content.scss +29 -0
- package/lib/design-tokens/brands copy/marketing/desktop-menu.scss +5 -0
- package/lib/design-tokens/brands copy/marketing/fontFamilies.scss +4 -0
- package/lib/design-tokens/brands copy/marketing/fontSize.scss +17 -0
- package/lib/design-tokens/brands copy/marketing/fontWeights.scss +7 -0
- package/lib/design-tokens/brands copy/marketing/footer.scss +9 -0
- package/lib/design-tokens/brands copy/marketing/header.scss +81 -0
- package/lib/design-tokens/brands copy/marketing/icon-size.scss +6 -0
- package/lib/design-tokens/brands copy/marketing/letterSpacing.scss +9 -0
- package/lib/design-tokens/brands copy/marketing/lineHeights.scss +22 -0
- package/lib/design-tokens/brands copy/marketing/link.scss +4 -0
- package/lib/design-tokens/brands copy/marketing/paragraphIndent.scss +4 -0
- package/lib/design-tokens/brands copy/marketing/paragraphSpacing.scss +4 -0
- package/lib/design-tokens/brands copy/marketing/progress-meter.scss +4 -0
- package/lib/design-tokens/brands copy/marketing/shadow.scss +8 -0
- package/lib/design-tokens/brands copy/marketing/spacing.scss +21 -0
- package/lib/design-tokens/brands copy/marketing/textCase.scss +5 -0
- package/lib/design-tokens/brands copy/marketing/textDecoration.scss +5 -0
- package/lib/design-tokens/brands copy/marketing/tokens-all-marketing.scss +633 -0
- package/lib/design-tokens/brands copy/marketing/tokens-brand.scss +32 -0
- package/lib/design-tokens/brands copy/minimalist/_base.scss +81 -0
- package/lib/design-tokens/brands copy/minimalist/asset.scss +6 -0
- package/lib/design-tokens/brands copy/minimalist/badge.scss +5 -0
- package/lib/design-tokens/brands copy/minimalist/bg.scss +34 -0
- package/lib/design-tokens/brands copy/minimalist/border-style.scss +5 -0
- package/lib/design-tokens/brands copy/minimalist/border.scss +17 -0
- package/lib/design-tokens/brands copy/minimalist/borderRadius.scss +15 -0
- package/lib/design-tokens/brands copy/minimalist/borderWidth.scss +11 -0
- package/lib/design-tokens/brands copy/minimalist/breakpoint.scss +9 -0
- package/lib/design-tokens/brands copy/minimalist/button.scss +225 -0
- package/lib/design-tokens/brands copy/minimalist/content.scss +29 -0
- package/lib/design-tokens/brands copy/minimalist/desktop-menu.scss +5 -0
- package/lib/design-tokens/brands copy/minimalist/fontFamilies.scss +4 -0
- package/lib/design-tokens/brands copy/minimalist/fontFamily.scss +4 -0
- package/lib/design-tokens/brands copy/minimalist/fontSize.scss +17 -0
- package/lib/design-tokens/brands copy/minimalist/fontWeights.scss +6 -0
- package/lib/design-tokens/brands copy/minimalist/footer.scss +9 -0
- package/lib/design-tokens/brands copy/minimalist/header.scss +81 -0
- package/lib/design-tokens/brands copy/minimalist/icon-size.scss +6 -0
- package/lib/design-tokens/brands copy/minimalist/letterSpacing.scss +9 -0
- package/lib/design-tokens/brands copy/minimalist/lineHeights.scss +20 -0
- package/lib/design-tokens/brands copy/minimalist/paragraphIndent.scss +4 -0
- package/lib/design-tokens/brands copy/minimalist/paragraphSpacing.scss +4 -0
- package/lib/design-tokens/brands copy/minimalist/progress-meter.scss +4 -0
- package/lib/design-tokens/brands copy/minimalist/shadow.scss +8 -0
- package/lib/design-tokens/brands copy/minimalist/spacing.scss +20 -0
- package/lib/design-tokens/brands copy/minimalist/textCase.scss +5 -0
- package/lib/design-tokens/brands copy/minimalist/textDecoration.scss +5 -0
- package/lib/design-tokens/brands copy/minimalist/tokens-all-minimalist.scss +567 -0
- package/lib/design-tokens/brands copy/minimalist/tokens-brand.scss +32 -0
- package/lib/design-tokens/core/scss/theming/animation.scss +152 -0
- package/lib/design-tokens/core/scss/theming/body.scss +29 -0
- package/lib/design-tokens/core/scss/theming/breakpoints.scss +21 -0
- package/lib/design-tokens/core/scss/theming/colors.scss +10 -0
- package/lib/design-tokens/core/scss/theming/component.scss +8 -0
- package/lib/design-tokens/core/scss/theming/display.scss +17 -0
- package/lib/design-tokens/core/scss/theming/functions.scss +4 -0
- package/lib/design-tokens/core/scss/theming/head.module.d.ts +3 -0
- package/lib/design-tokens/core/scss/theming/head.module.d.ts.map +1 -0
- package/lib/design-tokens/core/scss/theming/head.scss +7 -0
- package/lib/design-tokens/core/scss/theming/media.scss +8 -0
- package/lib/design-tokens/core/scss/theming/reset.scss +9 -0
- package/lib/design-tokens/core/scss/theming/spacing.scss +504 -0
- package/lib/design-tokens/core/scss/theming/typography-usage.scss +449 -0
- package/lib/design-tokens/core/scss/theming/variables.scss +407 -0
- package/lib/design-tokens/core/scss/theming/visibility.scss +122 -0
- package/lib/design-tokens/layouts/breakpoints.scss +9 -0
- package/lib/design-tokens/mixins/typography-usage.scss +452 -0
- package/lib/design-tokens/tokens_netflix.theme.d.ts +3 -0
- package/lib/design-tokens/tokens_netflix.theme.d.ts.map +1 -0
- package/lib/directives/if-truthy.d.ts +10 -0
- package/lib/directives/if-truthy.d.ts.map +1 -0
- package/lib/directives/spread.d.ts +10 -0
- package/lib/directives/spread.d.ts.map +1 -0
- package/lib/field-J4OEwkTq.js +315 -0
- package/lib/icon-ClNBixxp.js +707 -0
- package/lib/icons/add.svg +3 -0
- package/lib/icons/arrow-back.svg +10 -0
- package/lib/icons/arrow-down.svg +3 -0
- package/lib/icons/arrow-fat-up-fill.svg +1 -0
- package/lib/icons/arrow-forward.svg +10 -0
- package/lib/icons/arrow-left.svg +3 -0
- package/lib/icons/arrow-right.svg +3 -0
- package/lib/icons/arrow-up.svg +3 -0
- package/lib/icons/assistant.svg +3 -0
- package/lib/icons/attention.svg +3 -0
- package/lib/icons/bold-arrow-up.svg +5 -0
- package/lib/icons/calendar.svg +5 -0
- package/lib/icons/caret-down.svg +4 -0
- package/lib/icons/check-circle.svg +3 -0
- package/lib/icons/check.svg +3 -0
- package/lib/icons/close.svg +3 -0
- package/lib/icons/contacts.svg +3 -0
- package/lib/icons/cre8-icons.svg +358 -0
- package/lib/icons/delta-down.svg +3 -0
- package/lib/icons/delta-up.svg +3 -0
- package/lib/icons/download.svg +5 -0
- package/lib/icons/edit.svg +5 -0
- package/lib/icons/ellipsis.svg +3 -0
- package/lib/icons/email.svg +3 -0
- package/lib/icons/envelope.svg +3 -0
- package/lib/icons/error-alt copy.svg +1 -0
- package/lib/icons/error-alt.svg +1 -0
- package/lib/icons/error-round.svg +3 -0
- package/lib/icons/error.svg +3 -0
- package/lib/icons/express-scripts copy.svg +8 -0
- package/lib/icons/express-scripts.svg +8 -0
- package/lib/icons/external-file.svg +3 -0
- package/lib/icons/external.svg +5 -0
- package/lib/icons/facebook copy.svg +3 -0
- package/lib/icons/facebook.svg +3 -0
- package/lib/icons/find-drug.svg +3 -0
- package/lib/icons/globe.svg +3 -0
- package/lib/icons/hand-heart.svg +5 -0
- package/lib/icons/help.svg +3 -0
- package/lib/icons/icon1.svg +72 -0
- package/lib/icons/info.svg +3 -0
- package/lib/icons/instagram copy.svg +10 -0
- package/lib/icons/instagram.svg +10 -0
- package/lib/icons/keyboard-arrow-down.svg +3 -0
- package/lib/icons/keyboard-arrow-left.svg +3 -0
- package/lib/icons/keyboard-arrow-right.svg +3 -0
- package/lib/icons/keyboard-arrow-up.svg +3 -0
- package/lib/icons/language.svg +3 -0
- package/lib/icons/light-bulb.svg +8 -0
- package/lib/icons/link.svg +4 -0
- package/lib/icons/linkedin copy.svg +3 -0
- package/lib/icons/linkedin.svg +3 -0
- package/lib/icons/location-on.svg +3 -0
- package/lib/icons/menu.svg +5 -0
- package/lib/icons/minus.svg +6 -0
- package/lib/icons/neutral.svg +3 -0
- package/lib/icons/new-rx-icon.svg +15 -0
- package/lib/icons/new-rx.svg +15 -0
- package/lib/icons/notifications.svg +3 -0
- package/lib/icons/open copy.svg +3 -0
- package/lib/icons/open.svg +3 -0
- package/lib/icons/order-status.svg +5 -0
- package/lib/icons/pause copy.svg +3 -0
- package/lib/icons/pause.svg +3 -0
- package/lib/icons/payment.svg +4 -0
- package/lib/icons/people.svg +3 -0
- package/lib/icons/person-bubble copy.svg +9 -0
- package/lib/icons/person-bubble.svg +9 -0
- package/lib/icons/person.svg +3 -0
- package/lib/icons/pinterest copy.svg +3 -0
- package/lib/icons/pinterest.svg +3 -0
- package/lib/icons/play-arrow.svg +3 -0
- package/lib/icons/play-circle-outline.svg +10 -0
- package/lib/icons/products.svg +6 -0
- package/lib/icons/progress-spinner.svg +5 -0
- package/lib/icons/refresh.svg +5 -0
- package/lib/icons/replay.svg +3 -0
- package/lib/icons/rss-feed copy.svg +4 -0
- package/lib/icons/rss-feed.svg +4 -0
- package/lib/icons/rx copy.svg +3 -0
- package/lib/icons/rx.svg +3 -0
- package/lib/icons/scheduler.svg +3 -0
- package/lib/icons/search.svg +10 -0
- package/lib/icons/settings.svg +3 -0
- package/lib/icons/share.svg +3 -0
- package/lib/icons/shop.svg +3 -0
- package/lib/icons/site.svg +4 -0
- package/lib/icons/spinner.svg +5 -0
- package/lib/icons/square.svg +3 -0
- package/lib/icons/success.svg +3 -0
- package/lib/icons/swap copy.svg +3 -0
- package/lib/icons/swap.svg +3 -0
- package/lib/icons/thumb-up copy.svg +3 -0
- package/lib/icons/thumb-up.svg +3 -0
- package/lib/icons/trending-flat copy.svg +3 -0
- package/lib/icons/trending-flat.svg +3 -0
- package/lib/icons/trending-up copy.svg +3 -0
- package/lib/icons/trending-up.svg +3 -0
- package/lib/icons/twitter copy.svg +3 -0
- package/lib/icons/twitter.svg +3 -0
- package/lib/icons/vaccine.svg +10 -0
- package/lib/icons/warning.svg +3 -0
- package/lib/icons/wellness.svg +7 -0
- package/lib/index.d.ts +84 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +11685 -0
- package/lib/scripts/convert-scss-to-ts.d.ts +2 -0
- package/lib/scripts/convert-scss-to-ts.d.ts.map +1 -0
- package/lib/scripts/extract-tokens.d.ts +3 -0
- package/lib/scripts/extract-tokens.d.ts.map +1 -0
- package/lib/scripts/generateWesparkleThemes.d.ts +3 -0
- package/lib/scripts/generateWesparkleThemes.d.ts.map +1 -0
- package/lib/toBeAccessible.d.ts +9 -0
- package/lib/toBeAccessible.d.ts.map +1 -0
- package/lib/utilities/is-mobile.d.ts +5 -0
- package/lib/utilities/is-mobile.d.ts.map +1 -0
- package/lib/utilities/story-helpers.d.ts +9 -0
- package/lib/utilities/story-helpers.d.ts.map +1 -0
- package/lib/vite.config.cdn.d.ts +18 -0
- package/lib/vite.config.cdn.d.ts.map +1 -0
- package/lib/vite.config.d.ts +3 -0
- package/lib/vite.config.d.ts.map +1 -0
- package/package.json +150 -0
|
@@ -0,0 +1,449 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
@mixin cre8-typography-body-xlarge() {
|
|
6
|
+
font-family: var(--cre8-typography-body-xlarge-font-family);
|
|
7
|
+
font-size: var(--cre8-typography-body-xlarge-font-size);
|
|
8
|
+
font-weight: var(--cre8-typography-body-xlarge-font-weight);
|
|
9
|
+
line-height: var(--cre8-typography-body-xlarge-line-height);
|
|
10
|
+
text-decoration: var(--cre8-typography-body-xlarge-text-decoration);
|
|
11
|
+
text-transform: var(--cre8-typography-body-xlarge-text-transform);
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
@mixin cre8-typography-body-xlarge-strong() {
|
|
15
|
+
font-family: var(--cre8-typography-body-xlarge-strong-font-family);
|
|
16
|
+
font-size: var(--cre8-typography-body-xlarge-strong-font-size);
|
|
17
|
+
font-weight: var(--cre8-typography-body-xlarge-strong-font-weight);
|
|
18
|
+
line-height: var(--cre8-typography-body-xlarge-strong-line-height);
|
|
19
|
+
text-decoration: var(--cre8-typography-body-xlarge-strong-text-decoration);
|
|
20
|
+
text-transform: var(--cre8-typography-body-xlarge-strong-text-transform);
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
@mixin cre8-typography-body-xlarge-link() {
|
|
24
|
+
font-family: var(--cre8-typography-body-xlarge-link-font-family);
|
|
25
|
+
font-size: var(--cre8-typography-body-xlarge-link-font-size);
|
|
26
|
+
font-weight: var(--cre8-typography-body-xlarge-link-font-weight);
|
|
27
|
+
line-height: var(--cre8-typography-body-xlarge-link-line-height);
|
|
28
|
+
text-decoration: var(--cre8-typography-body-xlarge-link-text-decoration);
|
|
29
|
+
text-transform: var(--cre8-typography-body-xlarge-link-text-transform);
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
@mixin cre8-typography-body-large() {
|
|
33
|
+
font-family: var(--cre8-typography-body-large-font-family);
|
|
34
|
+
font-size: var(--cre8-typography-body-large-font-size);
|
|
35
|
+
font-weight: var(--cre8-typography-body-large-font-weight);
|
|
36
|
+
line-height: var(--cre8-typography-body-large-line-height);
|
|
37
|
+
text-decoration: var(--cre8-typography-body-large-text-decoration);
|
|
38
|
+
text-transform: var(--cre8-typography-body-large-text-transform);
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
@mixin cre8-typography-body-large-strong() {
|
|
42
|
+
font-family: var(--cre8-typography-body-large-strong-font-family);
|
|
43
|
+
font-size: var(--cre8-typography-body-large-strong-font-size);
|
|
44
|
+
font-weight: var(--cre8-typography-body-large-strong-font-weight);
|
|
45
|
+
line-height: var(--cre8-typography-body-large-strong-line-height);
|
|
46
|
+
text-decoration: var(--cre8-typography-body-large-strong-text-decoration);
|
|
47
|
+
text-transform: var(--cre8-typography-body-large-strong-text-transform);
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
@mixin cre8-typography-body-default() {
|
|
51
|
+
font-family: var(--cre8-typography-body-default-font-family);
|
|
52
|
+
font-size: var(--cre8-typography-body-default-font-size);
|
|
53
|
+
font-weight: var(--cre8-typography-body-default-font-weight);
|
|
54
|
+
line-height: var(--cre8-typography-body-default-line-height);
|
|
55
|
+
text-decoration: var(--cre8-typography-body-default-text-decoration);
|
|
56
|
+
text-transform: var(--cre8-typography-body-default-text-transform);
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
@mixin cre8-typography-body-default-strong() {
|
|
60
|
+
font-family: var(--cre8-typography-body-default-strong-font-family);
|
|
61
|
+
font-size: var(--cre8-typography-body-default-strong-font-size);
|
|
62
|
+
font-weight: var(--cre8-typography-body-default-strong-font-weight);
|
|
63
|
+
line-height: var(--cre8-typography-body-default-strong-line-height);
|
|
64
|
+
text-decoration: var(--cre8-typography-body-default-strong-text-decoration);
|
|
65
|
+
text-transform: var(--cre8-typography-body-default-strong-text-transform);
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
@mixin cre8-typography-body-small() {
|
|
69
|
+
font-family: var(--cre8-typography-body-small-font-family);
|
|
70
|
+
font-size: var(--cre8-typography-body-small-font-size);
|
|
71
|
+
font-weight: var(--cre8-typography-body-small-font-weight);
|
|
72
|
+
line-height: var(--cre8-typography-body-small-line-height);
|
|
73
|
+
text-decoration: var(--cre8-typography-body-small-text-decoration);
|
|
74
|
+
text-transform: var(--cre8-typography-body-small-text-transform);
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
@mixin cre8-typography-body-small-strong() {
|
|
78
|
+
font-family: var(--cre8-typography-body-small-strong-font-family);
|
|
79
|
+
font-size: var(--cre8-typography-body-small-strong-font-size);
|
|
80
|
+
font-weight: var(--cre8-typography-body-small-strong-font-weight);
|
|
81
|
+
line-height: var(--cre8-typography-body-small-strong-line-height);
|
|
82
|
+
text-decoration: var(--cre8-typography-body-small-strong-text-decoration);
|
|
83
|
+
text-transform: var(--cre8-typography-body-small-strong-text-transform);
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
@mixin cre8-typography-body-large-link() {
|
|
87
|
+
font-family: var(--cre8-typography-body-large-link-font-family);
|
|
88
|
+
font-size: var(--cre8-typography-body-large-link-font-size);
|
|
89
|
+
font-weight: var(--cre8-typography-body-large-link-font-weight);
|
|
90
|
+
line-height: var(--cre8-typography-body-large-link-line-height);
|
|
91
|
+
text-decoration: var(--cre8-typography-body-large-link-text-decoration);
|
|
92
|
+
text-transform: var(--cre8-typography-body-large-link-text-transform);
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
@mixin cre8-typography-body-default-link() {
|
|
96
|
+
font-family: var(--cre8-typography-body-default-link-font-family);
|
|
97
|
+
font-size: var(--cre8-typography-body-default-link-font-size);
|
|
98
|
+
font-weight: var(--cre8-typography-body-default-link-font-weight);
|
|
99
|
+
line-height: var(--cre8-typography-body-default-link-line-height);
|
|
100
|
+
text-decoration: var(--cre8-typography-body-default-link-text-decoration);
|
|
101
|
+
text-transform: var(--cre8-typography-body-default-link-text-transform);
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
@mixin cre8-typography-body-small-link() {
|
|
105
|
+
font-family: var(--cre8-typography-body-small-link-font-family);
|
|
106
|
+
font-size: var(--cre8-typography-body-small-link-font-size);
|
|
107
|
+
font-weight: var(--cre8-typography-body-small-link-font-weight);
|
|
108
|
+
line-height: var(--cre8-typography-body-small-link-line-height);
|
|
109
|
+
text-decoration: var(--cre8-typography-body-small-link-text-decoration);
|
|
110
|
+
text-transform: var(--cre8-typography-body-small-link-text-transform);
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
@mixin cre8-typography-label-default() {
|
|
114
|
+
font-family: var(--cre8-typography-label-default-font-family);
|
|
115
|
+
font-size: var(--cre8-typography-label-default-font-size);
|
|
116
|
+
font-weight: var(--cre8-typography-label-default-font-weight);
|
|
117
|
+
line-height: var(--cre8-typography-label-default-line-height);
|
|
118
|
+
text-decoration: var(--cre8-typography-label-default-text-decoration);
|
|
119
|
+
text-transform: var(--cre8-typography-label-default-text-transform);
|
|
120
|
+
};
|
|
121
|
+
|
|
122
|
+
@mixin cre8-typography-label-large() {
|
|
123
|
+
font-family: var(--cre8-typography-label-large-font-family);
|
|
124
|
+
font-size: var(--cre8-typography-label-large-font-size);
|
|
125
|
+
font-weight: var(--cre8-typography-label-large-font-weight);
|
|
126
|
+
line-height: var(--cre8-typography-label-large-line-height);
|
|
127
|
+
text-decoration: var(--cre8-typography-label-large-text-decoration);
|
|
128
|
+
text-transform: var(--cre8-typography-label-large-text-transform);
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
@mixin cre8-typography-label-small() {
|
|
132
|
+
font-family: var(--cre8-typography-label-small-font-family);
|
|
133
|
+
font-size: var(--cre8-typography-label-small-font-size);
|
|
134
|
+
font-weight: var(--cre8-typography-label-small-font-weight);
|
|
135
|
+
line-height: var(--cre8-typography-label-small-line-height);
|
|
136
|
+
text-decoration: var(--cre8-typography-label-small-text-decoration);
|
|
137
|
+
text-transform: var(--cre8-typography-label-small-text-transform);
|
|
138
|
+
};
|
|
139
|
+
@mixin cre8-typography-title-xlarge() {
|
|
140
|
+
font-family: var(--cre8-typography-title-xlarge-mobile-font-family);
|
|
141
|
+
font-size: var(--cre8-typography-title-xlarge-mobile-font-size);
|
|
142
|
+
font-weight: var(--cre8-typography-title-xlarge-mobile-font-weight);
|
|
143
|
+
line-height: var(--cre8-typography-title-xlarge-mobile-line-height);
|
|
144
|
+
text-decoration: var(--cre8-typography-title-xlarge-mobile-text-decoration);
|
|
145
|
+
text-transform: var(--cre8-typography-title-xlarge-mobile-text-transform);
|
|
146
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
147
|
+
font-family: var(--cre8-typography-title-xlarge-font-family);
|
|
148
|
+
font-size: var(--cre8-typography-title-xlarge-font-size);
|
|
149
|
+
font-weight: var(--cre8-typography-title-xlarge-font-weight);
|
|
150
|
+
line-height: var(--cre8-typography-title-xlarge-line-height);
|
|
151
|
+
text-decoration: var(--cre8-typography-title-xlarge-text-decoration);
|
|
152
|
+
text-transform: var(--cre8-typography-title-xlarge-text-transform);
|
|
153
|
+
}
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
@mixin cre8-typography-title-xlarge-mobile() {
|
|
157
|
+
font-family: var(--cre8-typography-title-xlarge-mobile-font-family);
|
|
158
|
+
font-size: var(--cre8-typography-title-xlarge-mobile-font-size);
|
|
159
|
+
font-weight: var(--cre8-typography-title-xlarge-mobile-font-weight);
|
|
160
|
+
line-height: var(--cre8-typography-title-xlarge-mobile-line-height);
|
|
161
|
+
text-decoration: var(--cre8-typography-title-xlarge-mobile-text-decoration);
|
|
162
|
+
text-transform: var(--cre8-typography-title-xlarge-mobile-text-transform);
|
|
163
|
+
};
|
|
164
|
+
@mixin cre8-typography-title-large() {
|
|
165
|
+
font-family: var(--cre8-typography-title-large-mobile-font-family);
|
|
166
|
+
font-size: var(--cre8-typography-title-large-mobile-font-size);
|
|
167
|
+
font-weight: var(--cre8-typography-title-large-mobile-font-weight);
|
|
168
|
+
line-height: var(--cre8-typography-title-large-mobile-line-height);
|
|
169
|
+
text-decoration: var(--cre8-typography-title-large-mobile-text-decoration);
|
|
170
|
+
text-transform: var(--cre8-typography-title-large-mobile-text-transform);
|
|
171
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
172
|
+
font-family: var(--cre8-typography-title-large-font-family);
|
|
173
|
+
font-size: var(--cre8-typography-title-large-font-size);
|
|
174
|
+
font-weight: var(--cre8-typography-title-large-font-weight);
|
|
175
|
+
line-height: var(--cre8-typography-title-large-line-height);
|
|
176
|
+
text-decoration: var(--cre8-typography-title-large-text-decoration);
|
|
177
|
+
text-transform: var(--cre8-typography-title-large-text-transform);
|
|
178
|
+
}
|
|
179
|
+
};
|
|
180
|
+
|
|
181
|
+
@mixin cre8-typography-title-large-mobile() {
|
|
182
|
+
font-family: var(--cre8-typography-title-large-mobile-font-family);
|
|
183
|
+
font-size: var(--cre8-typography-title-large-mobile-font-size);
|
|
184
|
+
font-weight: var(--cre8-typography-title-large-mobile-font-weight);
|
|
185
|
+
line-height: var(--cre8-typography-title-large-mobile-line-height);
|
|
186
|
+
text-decoration: var(--cre8-typography-title-large-mobile-text-decoration);
|
|
187
|
+
text-transform: var(--cre8-typography-title-large-mobile-text-transform);
|
|
188
|
+
};
|
|
189
|
+
@mixin cre8-typography-title-default() {
|
|
190
|
+
font-family: var(--cre8-typography-title-default-mobile-font-family);
|
|
191
|
+
font-size: var(--cre8-typography-title-default-mobile-font-size);
|
|
192
|
+
font-weight: var(--cre8-typography-title-default-mobile-font-weight);
|
|
193
|
+
line-height: var(--cre8-typography-title-default-mobile-line-height);
|
|
194
|
+
text-decoration: var(--cre8-typography-title-default-mobile-text-decoration);
|
|
195
|
+
text-transform: var(--cre8-typography-title-default-mobile-text-transform);
|
|
196
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
197
|
+
font-family: var(--cre8-typography-title-default-font-family);
|
|
198
|
+
font-size: var(--cre8-typography-title-default-font-size);
|
|
199
|
+
font-weight: var(--cre8-typography-title-default-font-weight);
|
|
200
|
+
line-height: var(--cre8-typography-title-default-line-height);
|
|
201
|
+
text-decoration: var(--cre8-typography-title-default-text-decoration);
|
|
202
|
+
text-transform: var(--cre8-typography-title-default-text-transform);
|
|
203
|
+
}
|
|
204
|
+
};
|
|
205
|
+
|
|
206
|
+
@mixin cre8-typography-title-default-mobile() {
|
|
207
|
+
font-family: var(--cre8-typography-title-default-mobile-font-family);
|
|
208
|
+
font-size: var(--cre8-typography-title-default-mobile-font-size);
|
|
209
|
+
font-weight: var(--cre8-typography-title-default-mobile-font-weight);
|
|
210
|
+
line-height: var(--cre8-typography-title-default-mobile-line-height);
|
|
211
|
+
text-decoration: var(--cre8-typography-title-default-mobile-text-decoration);
|
|
212
|
+
text-transform: var(--cre8-typography-title-default-mobile-text-transform);
|
|
213
|
+
};
|
|
214
|
+
@mixin cre8-typography-title-small() {
|
|
215
|
+
font-family: var(--cre8-typography-title-small-mobile-font-family);
|
|
216
|
+
font-size: var(--cre8-typography-title-small-mobile-font-size);
|
|
217
|
+
font-weight: var(--cre8-typography-title-small-mobile-font-weight);
|
|
218
|
+
line-height: var(--cre8-typography-title-small-mobile-line-height);
|
|
219
|
+
text-decoration: var(--cre8-typography-title-small-mobile-text-decoration);
|
|
220
|
+
text-transform: var(--cre8-typography-title-small-mobile-text-transform);
|
|
221
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
222
|
+
font-family: var(--cre8-typography-title-small-font-family);
|
|
223
|
+
font-size: var(--cre8-typography-title-small-font-size);
|
|
224
|
+
font-weight: var(--cre8-typography-title-small-font-weight);
|
|
225
|
+
line-height: var(--cre8-typography-title-small-line-height);
|
|
226
|
+
text-decoration: var(--cre8-typography-title-small-text-decoration);
|
|
227
|
+
text-transform: var(--cre8-typography-title-small-text-transform);
|
|
228
|
+
}
|
|
229
|
+
};
|
|
230
|
+
|
|
231
|
+
@mixin cre8-typography-title-small-mobile() {
|
|
232
|
+
font-family: var(--cre8-typography-title-small-mobile-font-family);
|
|
233
|
+
font-size: var(--cre8-typography-title-small-mobile-font-size);
|
|
234
|
+
font-weight: var(--cre8-typography-title-small-mobile-font-weight);
|
|
235
|
+
line-height: var(--cre8-typography-title-small-mobile-line-height);
|
|
236
|
+
text-decoration: var(--cre8-typography-title-small-mobile-text-decoration);
|
|
237
|
+
text-transform: var(--cre8-typography-title-small-mobile-text-transform);
|
|
238
|
+
};
|
|
239
|
+
@mixin cre8-typography-headline-large() {
|
|
240
|
+
font-family: var(--cre8-typography-headline-large-mobile-font-family);
|
|
241
|
+
font-size: var(--cre8-typography-headline-large-mobile-font-size);
|
|
242
|
+
font-weight: var(--cre8-typography-headline-large-mobile-font-weight);
|
|
243
|
+
line-height: var(--cre8-typography-headline-large-mobile-line-height);
|
|
244
|
+
text-decoration: var(--cre8-typography-headline-large-mobile-text-decoration);
|
|
245
|
+
text-transform: var(--cre8-typography-headline-large-mobile-text-transform);
|
|
246
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
247
|
+
font-family: var(--cre8-typography-headline-large-font-family);
|
|
248
|
+
font-size: var(--cre8-typography-headline-large-font-size);
|
|
249
|
+
font-weight: var(--cre8-typography-headline-large-font-weight);
|
|
250
|
+
line-height: var(--cre8-typography-headline-large-line-height);
|
|
251
|
+
text-decoration: var(--cre8-typography-headline-large-text-decoration);
|
|
252
|
+
text-transform: var(--cre8-typography-headline-large-text-transform);
|
|
253
|
+
}
|
|
254
|
+
};
|
|
255
|
+
|
|
256
|
+
@mixin cre8-typography-headline-large-mobile() {
|
|
257
|
+
font-family: var(--cre8-typography-headline-large-mobile-font-family);
|
|
258
|
+
font-size: var(--cre8-typography-headline-large-mobile-font-size);
|
|
259
|
+
font-weight: var(--cre8-typography-headline-large-mobile-font-weight);
|
|
260
|
+
line-height: var(--cre8-typography-headline-large-mobile-line-height);
|
|
261
|
+
text-decoration: var(--cre8-typography-headline-large-mobile-text-decoration);
|
|
262
|
+
text-transform: var(--cre8-typography-headline-large-mobile-text-transform);
|
|
263
|
+
};
|
|
264
|
+
@mixin cre8-typography-headline-default() {
|
|
265
|
+
font-family: var(--cre8-typography-headline-default-mobile-font-family);
|
|
266
|
+
font-size: var(--cre8-typography-headline-default-mobile-font-size);
|
|
267
|
+
font-weight: var(--cre8-typography-headline-default-mobile-font-weight);
|
|
268
|
+
line-height: var(--cre8-typography-headline-default-mobile-line-height);
|
|
269
|
+
text-decoration: var(--cre8-typography-headline-default-mobile-text-decoration);
|
|
270
|
+
text-transform: var(--cre8-typography-headline-default-mobile-text-transform);
|
|
271
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
272
|
+
font-family: var(--cre8-typography-headline-default-font-family);
|
|
273
|
+
font-size: var(--cre8-typography-headline-default-font-size);
|
|
274
|
+
font-weight: var(--cre8-typography-headline-default-font-weight);
|
|
275
|
+
line-height: var(--cre8-typography-headline-default-line-height);
|
|
276
|
+
text-decoration: var(--cre8-typography-headline-default-text-decoration);
|
|
277
|
+
text-transform: var(--cre8-typography-headline-default-text-transform);
|
|
278
|
+
}
|
|
279
|
+
};
|
|
280
|
+
|
|
281
|
+
@mixin cre8-typography-headline-default-mobile() {
|
|
282
|
+
font-family: var(--cre8-typography-headline-default-mobile-font-family);
|
|
283
|
+
font-size: var(--cre8-typography-headline-default-mobile-font-size);
|
|
284
|
+
font-weight: var(--cre8-typography-headline-default-mobile-font-weight);
|
|
285
|
+
line-height: var(--cre8-typography-headline-default-mobile-line-height);
|
|
286
|
+
text-decoration: var(--cre8-typography-headline-default-mobile-text-decoration);
|
|
287
|
+
text-transform: var(--cre8-typography-headline-default-mobile-text-transform);
|
|
288
|
+
};
|
|
289
|
+
@mixin cre8-typography-headline-small() {
|
|
290
|
+
font-family: var(--cre8-typography-headline-small-mobile-font-family);
|
|
291
|
+
font-size: var(--cre8-typography-headline-small-mobile-font-size);
|
|
292
|
+
font-weight: var(--cre8-typography-headline-small-mobile-font-weight);
|
|
293
|
+
line-height: var(--cre8-typography-headline-small-mobile-line-height);
|
|
294
|
+
text-decoration: var(--cre8-typography-headline-small-mobile-text-decoration);
|
|
295
|
+
text-transform: var(--cre8-typography-headline-small-mobile-text-transform);
|
|
296
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
297
|
+
font-family: var(--cre8-typography-headline-small-font-family);
|
|
298
|
+
font-size: var(--cre8-typography-headline-small-font-size);
|
|
299
|
+
font-weight: var(--cre8-typography-headline-small-font-weight);
|
|
300
|
+
line-height: var(--cre8-typography-headline-small-line-height);
|
|
301
|
+
text-decoration: var(--cre8-typography-headline-small-text-decoration);
|
|
302
|
+
text-transform: var(--cre8-typography-headline-small-text-transform);
|
|
303
|
+
}
|
|
304
|
+
};
|
|
305
|
+
|
|
306
|
+
@mixin cre8-typography-headline-small-mobile() {
|
|
307
|
+
font-family: var(--cre8-typography-headline-small-mobile-font-family);
|
|
308
|
+
font-size: var(--cre8-typography-headline-small-mobile-font-size);
|
|
309
|
+
font-weight: var(--cre8-typography-headline-small-mobile-font-weight);
|
|
310
|
+
line-height: var(--cre8-typography-headline-small-mobile-line-height);
|
|
311
|
+
text-decoration: var(--cre8-typography-headline-small-mobile-text-decoration);
|
|
312
|
+
text-transform: var(--cre8-typography-headline-small-mobile-text-transform);
|
|
313
|
+
};
|
|
314
|
+
@mixin cre8-typography-headline-xsmall() {
|
|
315
|
+
font-family: var(--cre8-typography-headline-xsmall-mobile-font-family);
|
|
316
|
+
font-size: var(--cre8-typography-headline-xsmall-mobile-font-size);
|
|
317
|
+
font-weight: var(--cre8-typography-headline-xsmall-mobile-font-weight);
|
|
318
|
+
line-height: var(--cre8-typography-headline-xsmall-mobile-line-height);
|
|
319
|
+
text-decoration: var(--cre8-typography-headline-xsmall-mobile-text-decoration);
|
|
320
|
+
text-transform: var(--cre8-typography-headline-xsmall-mobile-text-transform);
|
|
321
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
322
|
+
font-family: var(--cre8-typography-headline-xsmall-font-family);
|
|
323
|
+
font-size: var(--cre8-typography-headline-xsmall-font-size);
|
|
324
|
+
font-weight: var(--cre8-typography-headline-xsmall-font-weight);
|
|
325
|
+
line-height: var(--cre8-typography-headline-xsmall-line-height);
|
|
326
|
+
text-decoration: var(--cre8-typography-headline-xsmall-text-decoration);
|
|
327
|
+
text-transform: var(--cre8-typography-headline-xsmall-text-transform);
|
|
328
|
+
}
|
|
329
|
+
};
|
|
330
|
+
|
|
331
|
+
@mixin cre8-typography-headline-xsmall-mobile() {
|
|
332
|
+
font-family: var(--cre8-typography-headline-xsmall-mobile-font-family);
|
|
333
|
+
font-size: var(--cre8-typography-headline-xsmall-mobile-font-size);
|
|
334
|
+
font-weight: var(--cre8-typography-headline-xsmall-mobile-font-weight);
|
|
335
|
+
line-height: var(--cre8-typography-headline-xsmall-mobile-line-height);
|
|
336
|
+
text-decoration: var(--cre8-typography-headline-xsmall-mobile-text-decoration);
|
|
337
|
+
text-transform: var(--cre8-typography-headline-xsmall-mobile-text-transform);
|
|
338
|
+
};
|
|
339
|
+
@mixin cre8-typography-display-large() {
|
|
340
|
+
font-family: var(--cre8-typography-display-large-mobile-font-family);
|
|
341
|
+
font-size: var(--cre8-typography-display-large-mobile-font-size);
|
|
342
|
+
font-weight: var(--cre8-typography-display-large-mobile-font-weight);
|
|
343
|
+
line-height: var(--cre8-typography-display-large-mobile-line-height);
|
|
344
|
+
text-decoration: var(--cre8-typography-display-large-mobile-text-decoration);
|
|
345
|
+
text-transform: var(--cre8-typography-display-large-mobile-text-transform);
|
|
346
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
347
|
+
font-family: var(--cre8-typography-display-large-font-family);
|
|
348
|
+
font-size: var(--cre8-typography-display-large-font-size);
|
|
349
|
+
font-weight: var(--cre8-typography-display-large-font-weight);
|
|
350
|
+
line-height: var(--cre8-typography-display-large-line-height);
|
|
351
|
+
text-decoration: var(--cre8-typography-display-large-text-decoration);
|
|
352
|
+
text-transform: var(--cre8-typography-display-large-text-transform);
|
|
353
|
+
}
|
|
354
|
+
};
|
|
355
|
+
|
|
356
|
+
@mixin cre8-typography-display-large-mobile() {
|
|
357
|
+
font-family: var(--cre8-typography-display-large-mobile-font-family);
|
|
358
|
+
font-size: var(--cre8-typography-display-large-mobile-font-size);
|
|
359
|
+
font-weight: var(--cre8-typography-display-large-mobile-font-weight);
|
|
360
|
+
line-height: var(--cre8-typography-display-large-mobile-line-height);
|
|
361
|
+
text-decoration: var(--cre8-typography-display-large-mobile-text-decoration);
|
|
362
|
+
text-transform: var(--cre8-typography-display-large-mobile-text-transform);
|
|
363
|
+
};
|
|
364
|
+
@mixin cre8-typography-display-default() {
|
|
365
|
+
font-family: var(--cre8-typography-display-default-mobile-font-family);
|
|
366
|
+
font-size: var(--cre8-typography-display-default-mobile-font-size);
|
|
367
|
+
font-weight: var(--cre8-typography-display-default-mobile-font-weight);
|
|
368
|
+
line-height: var(--cre8-typography-display-default-mobile-line-height);
|
|
369
|
+
text-decoration: var(--cre8-typography-display-default-mobile-text-decoration);
|
|
370
|
+
text-transform: var(--cre8-typography-display-default-mobile-text-transform);
|
|
371
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
372
|
+
font-family: var(--cre8-typography-display-default-font-family);
|
|
373
|
+
font-size: var(--cre8-typography-display-default-font-size);
|
|
374
|
+
font-weight: var(--cre8-typography-display-default-font-weight);
|
|
375
|
+
line-height: var(--cre8-typography-display-default-line-height);
|
|
376
|
+
text-decoration: var(--cre8-typography-display-default-text-decoration);
|
|
377
|
+
text-transform: var(--cre8-typography-display-default-text-transform);
|
|
378
|
+
}
|
|
379
|
+
};
|
|
380
|
+
|
|
381
|
+
@mixin cre8-typography-display-default-mobile() {
|
|
382
|
+
font-family: var(--cre8-typography-display-default-mobile-font-family);
|
|
383
|
+
font-size: var(--cre8-typography-display-default-mobile-font-size);
|
|
384
|
+
font-weight: var(--cre8-typography-display-default-mobile-font-weight);
|
|
385
|
+
line-height: var(--cre8-typography-display-default-mobile-line-height);
|
|
386
|
+
text-decoration: var(--cre8-typography-display-default-mobile-text-decoration);
|
|
387
|
+
text-transform: var(--cre8-typography-display-default-mobile-text-transform);
|
|
388
|
+
};
|
|
389
|
+
@mixin cre8-typography-display-small() {
|
|
390
|
+
font-family: var(--cre8-typography-display-small-mobile-font-family);
|
|
391
|
+
font-size: var(--cre8-typography-display-small-mobile-font-size);
|
|
392
|
+
font-weight: var(--cre8-typography-display-small-mobile-font-weight);
|
|
393
|
+
line-height: var(--cre8-typography-display-small-mobile-line-height);
|
|
394
|
+
text-decoration: var(--cre8-typography-display-small-mobile-text-decoration);
|
|
395
|
+
text-transform: var(--cre8-typography-display-small-mobile-text-transform);
|
|
396
|
+
@media all and (min-width: $cre8-breakpoint-md) {
|
|
397
|
+
font-family: var(--cre8-typography-display-small-font-family);
|
|
398
|
+
font-size: var(--cre8-typography-display-small-font-size);
|
|
399
|
+
font-weight: var(--cre8-typography-display-small-font-weight);
|
|
400
|
+
line-height: var(--cre8-typography-display-small-line-height);
|
|
401
|
+
text-decoration: var(--cre8-typography-display-small-text-decoration);
|
|
402
|
+
text-transform: var(--cre8-typography-display-small-text-transform);
|
|
403
|
+
}
|
|
404
|
+
};
|
|
405
|
+
|
|
406
|
+
@mixin cre8-typography-display-small-mobile() {
|
|
407
|
+
font-family: var(--cre8-typography-display-small-mobile-font-family);
|
|
408
|
+
font-size: var(--cre8-typography-display-small-mobile-font-size);
|
|
409
|
+
font-weight: var(--cre8-typography-display-small-mobile-font-weight);
|
|
410
|
+
line-height: var(--cre8-typography-display-small-mobile-line-height);
|
|
411
|
+
text-decoration: var(--cre8-typography-display-small-mobile-text-decoration);
|
|
412
|
+
text-transform: var(--cre8-typography-display-small-mobile-text-transform);
|
|
413
|
+
};
|
|
414
|
+
|
|
415
|
+
@mixin cre8-typography-meta-default() {
|
|
416
|
+
font-family: var(--cre8-typography-meta-default-font-family);
|
|
417
|
+
font-size: var(--cre8-typography-meta-default-font-size);
|
|
418
|
+
font-weight: var(--cre8-typography-meta-default-font-weight);
|
|
419
|
+
line-height: var(--cre8-typography-meta-default-line-height);
|
|
420
|
+
text-decoration: var(--cre8-typography-meta-default-text-decoration);
|
|
421
|
+
text-transform: var(--cre8-typography-meta-default-text-transform);
|
|
422
|
+
};
|
|
423
|
+
|
|
424
|
+
@mixin cre8-typography-meta-default-sentence-case() {
|
|
425
|
+
font-family: var(--cre8-typography-meta-default-sentence-case-font-family);
|
|
426
|
+
font-size: var(--cre8-typography-meta-default-sentence-case-font-size);
|
|
427
|
+
font-weight: var(--cre8-typography-meta-default-sentence-case-font-weight);
|
|
428
|
+
line-height: var(--cre8-typography-meta-default-sentence-case-line-height);
|
|
429
|
+
text-decoration: var(--cre8-typography-meta-default-sentence-case-text-decoration);
|
|
430
|
+
text-transform: var(--cre8-typography-meta-default-sentence-case-text-transform);
|
|
431
|
+
};
|
|
432
|
+
|
|
433
|
+
@mixin cre8-typography-meta-large() {
|
|
434
|
+
font-family: var(--cre8-typography-meta-large-font-family);
|
|
435
|
+
font-size: var(--cre8-typography-meta-large-font-size);
|
|
436
|
+
font-weight: var(--cre8-typography-meta-large-font-weight);
|
|
437
|
+
line-height: var(--cre8-typography-meta-large-line-height);
|
|
438
|
+
text-decoration: var(--cre8-typography-meta-large-text-decoration);
|
|
439
|
+
text-transform: var(--cre8-typography-meta-large-text-transform);
|
|
440
|
+
};
|
|
441
|
+
|
|
442
|
+
@mixin cre8-typography-meta-small() {
|
|
443
|
+
font-family: var(--cre8-typography-meta-small-font-family);
|
|
444
|
+
font-size: var(--cre8-typography-meta-small-font-size);
|
|
445
|
+
font-weight: var(--cre8-typography-meta-small-font-weight);
|
|
446
|
+
line-height: var(--cre8-typography-meta-small-line-height);
|
|
447
|
+
text-decoration: var(--cre8-typography-meta-small-text-decoration);
|
|
448
|
+
text-transform: var(--cre8-typography-meta-small-text-transform);
|
|
449
|
+
};
|