@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,71 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* @slot - The label for the navigation item
|
|
4
|
+
*/
|
|
5
|
+
export declare class Cre8GlobalNavItem extends Cre8Element {
|
|
6
|
+
/**
|
|
7
|
+
* Primary nav item text
|
|
8
|
+
*/
|
|
9
|
+
text: string;
|
|
10
|
+
/**
|
|
11
|
+
* Primary nav item href
|
|
12
|
+
*/
|
|
13
|
+
href: string;
|
|
14
|
+
/**
|
|
15
|
+
* Icon name
|
|
16
|
+
*/
|
|
17
|
+
iconName?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Append to the class name. Used for passing in utility classes
|
|
20
|
+
*/
|
|
21
|
+
megaMenu?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Append to the class name. Used for passing in utility classes
|
|
24
|
+
*/
|
|
25
|
+
isActive?: boolean;
|
|
26
|
+
static styles: import("lit").CSSResult[];
|
|
27
|
+
/**
|
|
28
|
+
* Initialize functions
|
|
29
|
+
*/
|
|
30
|
+
constructor();
|
|
31
|
+
/**
|
|
32
|
+
* Connected Callback lifecycle
|
|
33
|
+
*/
|
|
34
|
+
connectedCallback(): void;
|
|
35
|
+
/**
|
|
36
|
+
* Disconnected callback lifecycle
|
|
37
|
+
* 1) Remove window resize event listener
|
|
38
|
+
*/
|
|
39
|
+
disconnectedCallback(): void;
|
|
40
|
+
/**
|
|
41
|
+
* Handle click outside the component
|
|
42
|
+
* 1) Close the show hide panel on click outside
|
|
43
|
+
* 2) If the nav is already closed then we don't care about outside clicks and we
|
|
44
|
+
* can bail early
|
|
45
|
+
* 3) By the time a user clicks on the page the shadowRoot will almost certainly be
|
|
46
|
+
* defined, but TypeScript isn't that trusting and sees this.shadowRoot as possibly
|
|
47
|
+
* undefined. To work around that we'll check that we have a shadowRoot (and a
|
|
48
|
+
* rendered .host) element here to appease the TypeScript compiler. This should never
|
|
49
|
+
* actually be shown or run for a human end user.
|
|
50
|
+
* 4) Check to see if we clicked inside the active navigation item
|
|
51
|
+
* 5) If the navigation is active and we've clicked outside of the nav then it should
|
|
52
|
+
* be closed.
|
|
53
|
+
*/
|
|
54
|
+
private _handleOnClickOutside;
|
|
55
|
+
/**
|
|
56
|
+
* Toggle active state of primary nav item
|
|
57
|
+
* 1) Remove isActive state from all sibling elements
|
|
58
|
+
* 2) Toggle active state of element selected
|
|
59
|
+
*/
|
|
60
|
+
private _clickHandler;
|
|
61
|
+
closePanel(): void;
|
|
62
|
+
private _handleOnKeyDown;
|
|
63
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
64
|
+
}
|
|
65
|
+
declare global {
|
|
66
|
+
interface HTMLElementTagNameMap {
|
|
67
|
+
'cre8-global-nav-item': Cre8GlobalNavItem;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
export default Cre8GlobalNavItem;
|
|
71
|
+
//# sourceMappingURL=global-nav-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"global-nav-item.d.ts","sourceRoot":"","sources":["../../../components/global-nav-item/global-nav-item.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG1C;;GAEG;AACP,qBAAa,iBAAkB,SAAQ,WAAW;IAC9C;;OAEG;IAEC,IAAI,SAAc;IAEtB;;OAEG;IAEC,IAAI,SAAO;IAEf;;OAEG;IAEC,QAAQ,CAAC,EAAE,MAAM,CAAyB;IAE9C;;OAEG;IAEC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IAEC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEvB,MAAM,CAAC,MAAM,4BAAY;IAEzB;;OAEG;;IAOH;;OAEG;IACH,iBAAiB;IAMjB;;;OAGG;IACH,oBAAoB;IAKpB;;;;;;;;;;;;;OAaG;IACH,OAAO,CAAC,qBAAqB;IAoB7B;;;;OAIG;IACH,OAAO,CAAC,aAAa;IAarB,UAAU;IAIV,OAAO,CAAC,gBAAgB;IAcxB,MAAM;CA4CT;AAMD,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,sBAAsB,EAAE,iBAAiB,CAAC;KAC7C;CACJ;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"global-nav-item.styles.d.ts","sourceRoot":"","sources":["../../../components/global-nav-item/global-nav-item.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBA+EX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* @slot - The grid items
|
|
4
|
+
*/
|
|
5
|
+
export declare class Cre8Grid extends Cre8Element {
|
|
6
|
+
static styles: import("lit").CSSResult[];
|
|
7
|
+
/**
|
|
8
|
+
* Style variant
|
|
9
|
+
* - **side-by-side** yields a grid whose grid items display side-by-side (2 per row) on all screen sizes
|
|
10
|
+
* - **2up** yields a grid whose grid items are stacked on small screens
|
|
11
|
+
* but display side-by-side when enough screen real estate is available to do so
|
|
12
|
+
* - **3up** yields a grid whose grid items are stacked on small screens,
|
|
13
|
+
* transforms to a 2-across pattern and then transforms again to a 3-across pattern
|
|
14
|
+
* - **1-3up** yields a grid whose grid items are stacked on small screens
|
|
15
|
+
* and transforms to a 3-across pattern on larger screens
|
|
16
|
+
* - **4up** yields a grid whose grid items are stacked on small screens,
|
|
17
|
+
* transforms to a 2-across pattern, transforms again to a 3-across pattern,
|
|
18
|
+
* and ultimately transforms to a 4-across pattern
|
|
19
|
+
* - **1-2-4up** yields a grid whose grid items are stacked on small screens,
|
|
20
|
+
* transforms to a 2-across pattern, and ultimately transforms to a 4-across pattern
|
|
21
|
+
* - **1-4up** yields a grid whose grid items are stacked on small screens,
|
|
22
|
+
* transforms to a 4-across pattern on medium/large screens
|
|
23
|
+
*/
|
|
24
|
+
variant?: 'side-by-side' | '2up' | '3up' | '1-3up' | '4up' | '1-4up' | '1-2-4up' | '2-4-6up';
|
|
25
|
+
/**
|
|
26
|
+
* Style variant
|
|
27
|
+
* - **none** yields a grid whose grid items are spaced without any gutter in between
|
|
28
|
+
* - **sm** yields a grid whose grid items are spaced with a gap smaller than the default
|
|
29
|
+
* - **lg** yields a grid whose grid items are spaced with a gap larger than the default
|
|
30
|
+
*/
|
|
31
|
+
gap?: 'none' | 'sm' | 'lg';
|
|
32
|
+
/**
|
|
33
|
+
* Break variant
|
|
34
|
+
* - **faster** breaks the grid at a smaller width than the default.
|
|
35
|
+
* Example: 2up grid breaks to 2 per row at smaller width than default
|
|
36
|
+
* - **slower** breaks the grid at a larger width than the default.
|
|
37
|
+
* Example: 2up grid breaks to 2 per row at larger width than default
|
|
38
|
+
* - **lg** yields a grid whose grid items are spaced with a gap larger than the default
|
|
39
|
+
*/
|
|
40
|
+
break?: 'faster' | 'slower';
|
|
41
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
42
|
+
}
|
|
43
|
+
declare global {
|
|
44
|
+
interface HTMLElementTagNameMap {
|
|
45
|
+
'cre8-grid': Cre8Grid;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
export default Cre8Grid;
|
|
49
|
+
//# sourceMappingURL=grid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../components/grid/grid.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C;;GAEG;AACH,qBAAa,QAAS,SAAQ,WAAW;IACrC,MAAM,CAAC,MAAM,4BAAY;IAE3B;;;;;;;;;;;;;;;;OAgBG;IAEC,OAAO,CAAC,EAAE,cAAc,GAAG,KAAK,GAAG,KAAK,GAAG,OAAO,GAAG,KAAK,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;IAEjG;;;;;OAKG;IAEC,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,CAAC;IAE/B;;;;;;;OAOG;IAEC,KAAK,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAEhC,MAAM;CAuBP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,QAAQ,CAAC;KACvB;CACF;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grid.styles.d.ts","sourceRoot":"","sources":["../../../components/grid/grid.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAkUX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* @slot - The content of the grid item
|
|
4
|
+
*/
|
|
5
|
+
export declare class Cre8GridItem extends Cre8Element {
|
|
6
|
+
static styles: import("lit").CSSResult[];
|
|
7
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
8
|
+
}
|
|
9
|
+
declare global {
|
|
10
|
+
interface HTMLElementTagNameMap {
|
|
11
|
+
'cre8-grid-item': Cre8GridItem;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export default Cre8GridItem;
|
|
15
|
+
//# sourceMappingURL=grid-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grid-item.d.ts","sourceRoot":"","sources":["../../../components/grid-item/grid-item.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C;;GAEG;AACH,qBAAa,YAAa,SAAQ,WAAW;IACzC,MAAM,CAAC,MAAM,4BAAY;IAEzB,MAAM;CAST;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,YAAY,CAAC;KAChC;CACF;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grid-item.styles.d.ts","sourceRoot":"","sources":["../../../components/grid-item/grid-item.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAQX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* @slot - The header content
|
|
4
|
+
*/
|
|
5
|
+
export declare class Cre8Header extends Cre8Element {
|
|
6
|
+
static styles: import("lit").CSSResult[];
|
|
7
|
+
/**
|
|
8
|
+
* Is active state
|
|
9
|
+
* 1) Set to true when small screen menu is open
|
|
10
|
+
*/
|
|
11
|
+
isActive?: boolean;
|
|
12
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
'cre8-header': Cre8Header;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export default Cre8Header;
|
|
20
|
+
//# sourceMappingURL=header.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../../components/header/header.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C;;GAEG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACvC,MAAM,CAAC,MAAM,4BAAY;IAE3B;;;OAGG;IAEC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEvB,MAAM;CA+BP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,UAAU,CAAC;KAC3B;CACF;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header.styles.d.ts","sourceRoot":"","sources":["../../../components/header/header.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBA+DX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* HTML headings are titles or subtitles that you want to display on a webpage. The H1 is the most important and H6
|
|
4
|
+
* is the least important in the content hierarchy.
|
|
5
|
+
*
|
|
6
|
+
* # How to Use
|
|
7
|
+
* 1. The cre8-heading tag wraps around one of the six native HTML "h" tags, depending on your chosen variation.
|
|
8
|
+
* 2. There are two main use cases for using this component:
|
|
9
|
+
* text passage headings and Components with a title (i.e. modal, card or alert)
|
|
10
|
+
* 3. There will be instances when the design requires the heading text to have the brand color applied
|
|
11
|
+
* in which case you should set the [brandColor](?path=/story/cre8-components-heading--brand-color)
|
|
12
|
+
* attribute to true on the cre8-heading tag.
|
|
13
|
+
* 4. For dark backgrounds, add the [inverted](?path=/story/cre8-components-heading--inverted)
|
|
14
|
+
* attribute to the tag for white text.
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @slot - The heading text content
|
|
18
|
+
*/
|
|
19
|
+
export declare class Cre8Heading extends Cre8Element {
|
|
20
|
+
static styles: import("lit").CSSResult[];
|
|
21
|
+
/**
|
|
22
|
+
* Heading type
|
|
23
|
+
* <cre8-text-passage size="small">
|
|
24
|
+
* <ul>
|
|
25
|
+
* <li>**display-default** renders a heading with the heading display-default preset treatment</li>
|
|
26
|
+
* <li>**display-small** renders a heading with the heading display-small preset treatment</li>
|
|
27
|
+
* <li>**headline-large** renders a heading with the heading headline-large preset treatment</li>
|
|
28
|
+
* <li>**headline-default** renders a heading with the heading headline-default preset treatment</li>
|
|
29
|
+
* <li>**headline-small** renders a heading with the heading headline-small preset treatment</li>
|
|
30
|
+
* <li>**title-xlarge** renders a heading with the heading title-xlarge preset treatment</li>
|
|
31
|
+
* <li>**title-large** renders a heading with the heading title-large preset treatment</li>
|
|
32
|
+
* <li>**title-default** renders a heading with the heading title-default preset treatment</li>
|
|
33
|
+
* <li>**title-small** renders a heading with the heading title-small preset treatment</li>
|
|
34
|
+
* <li>**label-large** renders a heading with the label-large preset treatment</li>
|
|
35
|
+
* <li>**label** renders a heading with the label preset treatment</li>
|
|
36
|
+
* <li>**label-small** renders a heading with the label-small preset treatment</li>
|
|
37
|
+
* <li>**meta-large** renders a heading with the meta-large preset treatment</li>
|
|
38
|
+
* <li>**meta-default** renders a heading with the meta-default preset treatment</li>
|
|
39
|
+
* <li>**meta-small** renders a heading with the meta-small preset treatment</li>
|
|
40
|
+
* </ul>
|
|
41
|
+
* </cre8-text-passage>
|
|
42
|
+
*/
|
|
43
|
+
type?: 'display-default' | 'display-small' | 'headline-large' | 'headline-default' | 'headline-small' | 'title-xlarge' | 'title-large' | 'title-default' | 'title-small' | 'label-large' | 'label-default' | 'label-small' | 'meta-large' | 'meta-default' | 'meta-small';
|
|
44
|
+
/**
|
|
45
|
+
* Dynamic tag name for the component
|
|
46
|
+
* 1) This is needed to use proper semantic heading treatments depending on where the banner lives on the page
|
|
47
|
+
* <cre8-text-passage size="small">
|
|
48
|
+
* <ul>
|
|
49
|
+
* <li>**h1** renders an `h1` tag</li>
|
|
50
|
+
* <li>**h2** renders an `h2` tag. This is the default</li>
|
|
51
|
+
* <li>**h3** renders an `h3` tag</li>
|
|
52
|
+
* <li>**h4** renders an `h4` tag</li>
|
|
53
|
+
* <li>**h5** renders an `h5` tag</li>
|
|
54
|
+
* <li>**h6** renders an `h6` tag</li>
|
|
55
|
+
* </ul>
|
|
56
|
+
* </cre8-text-passage>
|
|
57
|
+
*
|
|
58
|
+
* @attr{string}
|
|
59
|
+
*/
|
|
60
|
+
tagVariant: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
61
|
+
/**
|
|
62
|
+
* Invert the color of the font from dark to light. An inverted `heading` should be used on a dark background.
|
|
63
|
+
*
|
|
64
|
+
* @attr{boolean}
|
|
65
|
+
*/
|
|
66
|
+
inverted?: boolean;
|
|
67
|
+
/**
|
|
68
|
+
* Apply the brand color to the heading text.
|
|
69
|
+
*
|
|
70
|
+
* @attr{boolean}
|
|
71
|
+
*/
|
|
72
|
+
brandColor?: boolean;
|
|
73
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
74
|
+
}
|
|
75
|
+
declare global {
|
|
76
|
+
interface HTMLElementTagNameMap {
|
|
77
|
+
'cre8-heading': Cre8Heading;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
export default Cre8Heading;
|
|
81
|
+
//# sourceMappingURL=heading.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../components/heading/heading.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG1C;;;;;;;;;;;;;;;;GAgBG;AACP,qBAAa,WAAY,SAAQ,WAAW;IACxC,MAAM,CAAC,MAAM,4BAAY;IAEzB;;;;;;;;;;;;;;;;;;;;;OAqBG;IAEC,IAAI,CAAC,EACH,iBAAiB,GACjB,eAAe,GACf,gBAAgB,GAChB,kBAAkB,GAClB,gBAAgB,GAChB,cAAc,GACd,aAAa,GACb,eAAe,GACf,aAAa,GACb,aAAa,GACb,eAAe,GACf,aAAa,GACb,YAAY,GACZ,cAAc,GACd,YAAY,CAAC;IAEnB;;;;;;;;;;;;;;;OAeG;IAEC,UAAU,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAQ;IAE/D;;;;OAIG;IAEC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEvB;;;;OAIG;IAEC,UAAU,CAAC,EAAE,OAAO,CAAC;IAEzB,MAAM;CAkDT;AAOD,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,cAAc,EAAE,WAAW,CAAC;KAC/B;CACJ;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"heading.styles.d.ts","sourceRoot":"","sources":["../../../components/heading/heading.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAyIX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* @slot - The component content
|
|
4
|
+
*/
|
|
5
|
+
export declare class Cre8Hero extends Cre8Element {
|
|
6
|
+
static styles: import("lit").CSSResult[];
|
|
7
|
+
/**
|
|
8
|
+
* Image source
|
|
9
|
+
*/
|
|
10
|
+
imgSrc?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Image alt text
|
|
13
|
+
*/
|
|
14
|
+
imgAlt?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Position variant. Bottom left is the default position
|
|
17
|
+
* <cre8-text-passage size="sm">
|
|
18
|
+
* <ul>
|
|
19
|
+
* <li>**top-left** renders content in the top left corner of the image</li>
|
|
20
|
+
* <li>**left** renders content in the left, center part of the image</li>
|
|
21
|
+
* <li>**top-center** renders content in the top, center part of the image</li>
|
|
22
|
+
* <li>**center** renders content center of the image</li>
|
|
23
|
+
* <li>**bottom-center** renders content bottom center of the image</li>
|
|
24
|
+
* <li>**top-right** renders content top-right of the image</li>
|
|
25
|
+
* <li>**right** renders content right of the image</li>
|
|
26
|
+
* <li>**bottom-right** renders content bottom, right part of the image</li>
|
|
27
|
+
* </ul>
|
|
28
|
+
* </cre8-text-passage>
|
|
29
|
+
*/
|
|
30
|
+
align?: 'top-left' | 'left' | 'top-center' | 'center' | 'bottom-center' | 'top-right' | 'right' | 'bottom-right';
|
|
31
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
32
|
+
}
|
|
33
|
+
declare global {
|
|
34
|
+
interface HTMLElementTagNameMap {
|
|
35
|
+
'cre8-hero': Cre8Hero;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
export default Cre8Hero;
|
|
39
|
+
//# sourceMappingURL=hero.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hero.d.ts","sourceRoot":"","sources":["../../../components/hero/hero.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C;;GAEG;AACH,qBAAa,QAAS,SAAQ,WAAW;IACrC,MAAM,CAAC,MAAM,4BAAY;IAE3B;;OAEG;IAEC,MAAM,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IAEC,MAAM,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;;;;;OAcG;IAEC,KAAK,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,YAAY,GAAG,QAAQ,GAAG,eAAe,GAAG,WAAW,GAAG,OAAO,GAAG,cAAc,CAAC;IAErH,MAAM;CAuBP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,QAAQ,CAAC;KACvB;CACF;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hero.styles.d.ts","sourceRoot":"","sources":["../../../components/hero/hero.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAoIX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import { Cre8Element } from '../cre8-element';
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* <svg> is a web component, which can be used with any frontend framework and use any svg.
|
|
6
|
+
* It takes raw svgs as props and renders them.
|
|
7
|
+
*
|
|
8
|
+
* **'svg-legacy'** will be **deprecated** in Web Components v0.5.0
|
|
9
|
+
*
|
|
10
|
+
* - [List of new figma icons](https:/www.figma.com/file/j1a0rBkoH65XiGKfq7ppWa/Iconography?type=design&node-id=2037-5773&mode=design&t=6ZzC6KH3Gkxf3fj5-4)
|
|
11
|
+
* - The new `svg` from the svg package: https:/static-dev.esi-memberweb-dev.aws.evernorthcloud.com/svgs/.
|
|
12
|
+
*
|
|
13
|
+
* ##Usability Considerations
|
|
14
|
+
* - If the icon is decorative: set `aria-hidden` to true.
|
|
15
|
+
* - If the icon is interactive (not decorative): set `aria-hidden` to false and add the `aria-label`
|
|
16
|
+
* - If the icon is key to functionality from a screen reader perspective, it is required to add `aria-label`
|
|
17
|
+
* which will describe the icon.
|
|
18
|
+
* For example, if the icon is a close button, setting `aria-label="Close"`will give
|
|
19
|
+
* the SVG an aria-label to make it sufficiently accessible.
|
|
20
|
+
*
|
|
21
|
+
* [More information on Accessibility with svgs](https:/static-dev.esi-memberweb-dev.aws.evernorthcloud.com/svgs/?path=/story/getting-started-accessibility--page)
|
|
22
|
+
*
|
|
23
|
+
* ##How to use
|
|
24
|
+
* Cre8 Web Components (cre8-wc) includes the `cre8_dev/svgs` package.
|
|
25
|
+
* If you need to install a newer version than what's included, please see
|
|
26
|
+
* the [installation instructions for svgs](https:/git.express-scripts.com/ExpressScripts/svgs#installation).
|
|
27
|
+
* - Import the component (this is the icon container): `import '@cre8_dev/svgs';`
|
|
28
|
+
* - Import an svg as a string: `import svgInfo from 'cre8_dev/svgs/lib/icons/System/Regular/Info.svg?raw';`
|
|
29
|
+
*
|
|
30
|
+
* Your import paths may be different depending on your project's build configuration.
|
|
31
|
+
* Please see [Importing Icons](https:/static-dev.esi-memberweb-dev.aws.evernorthcloud.com/svgs/?path=/story/icon-sets-importing-icons--page)
|
|
32
|
+
* of the `cre8_dev/svgs` documentation for more information.
|
|
33
|
+
*/
|
|
34
|
+
export declare class Cre8Icon extends Cre8Element {
|
|
35
|
+
static styles: import("lit").CSSResult[];
|
|
36
|
+
/**
|
|
37
|
+
* Focusable
|
|
38
|
+
*
|
|
39
|
+
* @required
|
|
40
|
+
*/
|
|
41
|
+
focusable?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Icon name (this method of passing in svgs is to be deprecated)
|
|
44
|
+
*
|
|
45
|
+
* @required
|
|
46
|
+
*/
|
|
47
|
+
name: string;
|
|
48
|
+
svg?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Icon path
|
|
51
|
+
* 1) This points to the file where the icon sprite lives
|
|
52
|
+
* 2) This method of pathing will soon be depricated
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
iconUrl?: string;
|
|
56
|
+
/**
|
|
57
|
+
* Icon Title, this string is used for the aira-label of the svg
|
|
58
|
+
*
|
|
59
|
+
* @required
|
|
60
|
+
*/
|
|
61
|
+
iconTitle?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Get the path to the icons, either by overriding it on the window
|
|
64
|
+
* or by using the bundled icon path
|
|
65
|
+
*/
|
|
66
|
+
getIconPath(): string;
|
|
67
|
+
render(): TemplateResult<1>;
|
|
68
|
+
}
|
|
69
|
+
declare global {
|
|
70
|
+
interface HTMLElementTagNameMap {
|
|
71
|
+
'cre8-icon': Cre8Icon;
|
|
72
|
+
}
|
|
73
|
+
interface Window {
|
|
74
|
+
Cre8_ICON_URL?: string;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
export default Cre8Icon;
|
|
78
|
+
//# sourceMappingURL=icon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../components/icon/icon.ts"],"names":[],"mappings":"AAGA,OAAO,EAAQ,cAAc,EAAI,MAAM,KAAK,CAAC;AA0D7C,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAI9C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AAEH,qBAAa,QAAS,SAAQ,WAAW;IACrC,MAAM,CAAC,MAAM,4BAAY;IAEzB;;;;OAIG;IAEC,SAAS,CAAC,EAAE,OAAO,CAAC;IAExB;;;;OAIG;IAEC,IAAI,EAAE,MAAM,CAAC;IAGb,GAAG,CAAC,EAAC,MAAM,CAAA;IACf;;;;;OAKG;IAEC,OAAO,CAAC,EAAE,MAAM,CAAc;IAElC;;;;OAIG;IAEC,SAAS,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,WAAW;IAaX,MAAM;CA2FL;AAOL,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,WAAW,EAAE,QAAQ,CAAC;KACzB;IACD,UAAU,MAAM;QACZ,aAAa,CAAC,EAAE,MAAM,CAAC;KAC1B;CACJ;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon.styles.d.ts","sourceRoot":"","sources":["../../../components/icon/icon.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAuGX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
import '../icon/icon';
|
|
3
|
+
/**
|
|
4
|
+
* In cases when it is necessary to alert the user but a less strong message that cannot be dismissed is desired,
|
|
5
|
+
* use an in-line contextual alert message as the least "severe" message type.
|
|
6
|
+
* These can be displayed anywhere on the page, but should never cover content.
|
|
7
|
+
* Inline alerts do not include a title or close capability and are considered minimally intrusive user messaging.
|
|
8
|
+
*
|
|
9
|
+
* @slot - The component content
|
|
10
|
+
*/
|
|
11
|
+
export declare class Cre8InlineAlert extends Cre8Element {
|
|
12
|
+
static styles: import("lit").CSSResult[];
|
|
13
|
+
/**
|
|
14
|
+
* DEPRECATED: Icon name used for the icon before to the field note
|
|
15
|
+
* @deprecated
|
|
16
|
+
*/
|
|
17
|
+
iconName?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Full width Inline Alert
|
|
20
|
+
* @attr {boolean}
|
|
21
|
+
*/
|
|
22
|
+
fullWidth?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Icon title used for the icon alt text
|
|
25
|
+
*/
|
|
26
|
+
iconTitle?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Variant
|
|
29
|
+
* - **subtle** (default) renders an alert message in a padded container with a with a border and background color
|
|
30
|
+
* - **transparent** renders an alert message with no padded container, border, or background color
|
|
31
|
+
*/
|
|
32
|
+
variant: 'transparent' | 'subtle';
|
|
33
|
+
/**
|
|
34
|
+
* Status
|
|
35
|
+
* - **default** renders an inline alert with the brand colors
|
|
36
|
+
* - **error** renders an inline alert with an error state
|
|
37
|
+
* - **warning** renders an inline alert with a warning state
|
|
38
|
+
* - **success** renders an inline alert with a success state
|
|
39
|
+
* - **attention** renders an inline alert with an attention state
|
|
40
|
+
* - **neutral** renders an inline alert with a nuetral state
|
|
41
|
+
*/
|
|
42
|
+
status?: 'error' | 'warning' | 'success' | 'attention' | 'neutral' | 'help' | 'info';
|
|
43
|
+
private mapStatusToIconInlineAlert;
|
|
44
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
45
|
+
}
|
|
46
|
+
declare global {
|
|
47
|
+
interface HTMLElementTagNameMap {
|
|
48
|
+
'cre8-inline-alert': Cre8InlineAlert;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
export default Cre8InlineAlert;
|
|
52
|
+
//# sourceMappingURL=inline-alert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inline-alert.d.ts","sourceRoot":"","sources":["../../../components/inline-alert/inline-alert.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE9C,OAAO,cAAc,CAAC;AAEtB;;;;;;;GAOG;AACH,qBAAa,eAAgB,SAAQ,WAAW;IAC5C,MAAM,CAAC,MAAM,4BAAY;IAEzB;;;MAGE;IAEE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IAEC,SAAS,CAAC,EAAE,OAAO,CAAC;IAExB;;OAEG;IAEC,SAAS,CAAC,EAAE,MAAM,CAAC;IAEvB;;;;OAIG;IAEC,OAAO,EAAE,aAAa,GAAG,QAAQ,CAAY;IAEjD;;;;;;;;OAQG;IAEC,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAU;IAOlG,OAAO,CAAC,0BAA0B;IAiDlC,MAAM;CAyBT;AAMD,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,mBAAmB,EAAE,eAAe,CAAC;KACxC;CACJ;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inline-alert.styles.d.ts","sourceRoot":"","sources":["../../../components/inline-alert/inline-alert.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAiKX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* @slot - The layout content
|
|
4
|
+
*/
|
|
5
|
+
export declare class Cre8Layout extends Cre8Element {
|
|
6
|
+
static styles: import("lit").CSSResult[];
|
|
7
|
+
/**
|
|
8
|
+
* Style variants
|
|
9
|
+
* <cre8-text-passage size="sm">
|
|
10
|
+
* <ul>
|
|
11
|
+
* <li>Default is a right sidebar</li>
|
|
12
|
+
* <li>**left-sidebar** formats the first `layout-section` component as a left sidebar</li>
|
|
13
|
+
* </ul>
|
|
14
|
+
* </cre8-text-passage>
|
|
15
|
+
*/
|
|
16
|
+
variant?: 'left-sidebar';
|
|
17
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
18
|
+
}
|
|
19
|
+
declare global {
|
|
20
|
+
interface HTMLElementTagNameMap {
|
|
21
|
+
'cre8-layout': Cre8Layout;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
export default Cre8Layout;
|
|
25
|
+
//# sourceMappingURL=layout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../../components/layout/layout.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C;;GAEG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACvC,MAAM,CAAC,MAAM,4BAAY;IAE3B;;;;;;;;OAQG;IAEC,OAAO,CAAC,EAAE,cAAc,CAAC;IAE7B,MAAM;CAWP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,UAAU,CAAC;KAC3B;CACF;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"layout.styles.d.ts","sourceRoot":"","sources":["../../../components/layout/layout.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAiCX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* @slot - The contents of the layout container
|
|
4
|
+
*/
|
|
5
|
+
export declare class Cre8LayoutContainer extends Cre8Element {
|
|
6
|
+
static styles: import("lit").CSSResult[];
|
|
7
|
+
/**
|
|
8
|
+
* Full height variant
|
|
9
|
+
* 1) Sets the height to 100%
|
|
10
|
+
*/
|
|
11
|
+
fullHeight?: boolean;
|
|
12
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
'cre8-layout-container': Cre8LayoutContainer;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export default Cre8LayoutContainer;
|
|
20
|
+
//# sourceMappingURL=layout-container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"layout-container.d.ts","sourceRoot":"","sources":["../../../components/layout-container/layout-container.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,WAAW;IAChD,MAAM,CAAC,MAAM,4BAAY;IAE3B;;;OAGG;IAEC,UAAU,CAAC,EAAE,OAAO,CAAC;IAEzB,MAAM;CAWP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,uBAAuB,EAAE,mBAAmB,CAAC;KAC9C;CACF;AAED,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"layout-container.styles.d.ts","sourceRoot":"","sources":["../../../components/layout-container/layout-container.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAuBX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* @slot - The content of the layout section
|
|
4
|
+
*/
|
|
5
|
+
export declare class Cre8LayoutSection extends Cre8Element {
|
|
6
|
+
static styles: import("lit").CSSResult[];
|
|
7
|
+
/**
|
|
8
|
+
* Behavioral variants
|
|
9
|
+
* - **sticky** allows the layout section to stick to the screen until the
|
|
10
|
+
* section reaches the bottom of the layout or the next layout section.
|
|
11
|
+
*/
|
|
12
|
+
behavior?: 'sticky';
|
|
13
|
+
/**
|
|
14
|
+
* Top style
|
|
15
|
+
* 1) Used to create dynamic sticky containers that can be adjusted based on the content
|
|
16
|
+
*/
|
|
17
|
+
top?: string;
|
|
18
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
19
|
+
}
|
|
20
|
+
declare global {
|
|
21
|
+
interface HTMLElementTagNameMap {
|
|
22
|
+
'cre8-layout-section': Cre8LayoutSection;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
export default Cre8LayoutSection;
|
|
26
|
+
//# sourceMappingURL=layout-section.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"layout-section.d.ts","sourceRoot":"","sources":["../../../components/layout-section/layout-section.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C;;GAEG;AACH,qBAAa,iBAAkB,SAAQ,WAAW;IAC9C,MAAM,CAAC,MAAM,4BAAY;IAE3B;;;;OAIG;IAEC,QAAQ,CAAC,EAAE,QAAQ,CAAC;IAExB;;;OAGG;IAEC,GAAG,CAAC,EAAE,MAAM,CAAU;IAE1B,MAAM;CAWP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,qBAAqB,EAAE,iBAAiB,CAAC;KAC1C;CACF;AAED,eAAe,iBAAiB,CAAC"}
|