@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,106 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CDN Entry Point
|
|
3
|
+
*
|
|
4
|
+
* This file is the entry point for CDN builds. It imports all components
|
|
5
|
+
* (which auto-registers them as custom elements) and re-exports them for
|
|
6
|
+
* programmatic access.
|
|
7
|
+
*
|
|
8
|
+
* Usage via script tag (IIFE):
|
|
9
|
+
* <script src="https://cdn.example.com/cre8-wc.min.js"></script>
|
|
10
|
+
* <cre8-button>Click me</cre8-button>
|
|
11
|
+
* <script>
|
|
12
|
+
* // Components are also available on window.Cre8WC
|
|
13
|
+
* const btn = document.querySelector('cre8-button');
|
|
14
|
+
* </script>
|
|
15
|
+
*
|
|
16
|
+
* Usage via ES module:
|
|
17
|
+
* <script type="module">
|
|
18
|
+
* import { Cre8Button } from 'https://cdn.example.com/cre8-wc.esm.js';
|
|
19
|
+
* </script>
|
|
20
|
+
*/
|
|
21
|
+
import { Cre8Accordion } from './components/accordion/accordion';
|
|
22
|
+
import { Cre8AccordionItem } from './components/accordion-item/accordion-item';
|
|
23
|
+
import { Cre8Alert } from './components/alert/alert';
|
|
24
|
+
import { Cre8Badge } from './components/badge/badge';
|
|
25
|
+
import { Cre8Band } from './components/band/band';
|
|
26
|
+
import { Cre8Breadcrumbs } from './components/breadcrumbs/breadcrumbs';
|
|
27
|
+
import { Cre8BreadcrumbsItem } from './components/breadcrumbs-item/breadcrumbs-item';
|
|
28
|
+
import { Cre8Button } from './components/button/button';
|
|
29
|
+
import { Cre8ButtonGroup } from './components/button-group/button-group';
|
|
30
|
+
import { Cre8Card } from './components/card/card';
|
|
31
|
+
import { Cre8Chart } from './components/chart/chart';
|
|
32
|
+
import { Cre8CheckboxField } from './components/checkbox-field/checkbox-field';
|
|
33
|
+
import { Cre8CheckboxFieldItem } from './components/checkbox-field-item/checkbox-field-item';
|
|
34
|
+
import { Cre8DangerButton } from './components/danger-button/danger-button';
|
|
35
|
+
import { Cre8DatePicker } from './components/date-picker/date-picker';
|
|
36
|
+
import { Cre8Divider } from './components/divider/divider';
|
|
37
|
+
import { Cre8Dropdown } from './components/dropdown/dropdown';
|
|
38
|
+
import { Cre8DropdownItem } from './components/dropdown-item/dropdown-item';
|
|
39
|
+
import { Cre8Feature } from './components/feature/feature';
|
|
40
|
+
import { Cre8Field } from './components/field/field';
|
|
41
|
+
import { Cre8FieldNote } from './components/field-note/field-note';
|
|
42
|
+
import { Cre8Footer } from './components/footer/footer';
|
|
43
|
+
import { Cre8GlobalNav } from './components/global-nav/global-nav';
|
|
44
|
+
import { Cre8GlobalNavItem } from './components/global-nav-item/global-nav-item';
|
|
45
|
+
import { Cre8Grid } from './components/grid/grid';
|
|
46
|
+
import { Cre8GridItem } from './components/grid-item/grid-item';
|
|
47
|
+
import { Cre8Header } from './components/header/header';
|
|
48
|
+
import { Cre8Heading } from './components/heading/heading';
|
|
49
|
+
import { Cre8Hero } from './components/hero/hero';
|
|
50
|
+
import { Cre8Icon } from './components/icon/icon';
|
|
51
|
+
import { Cre8InlineAlert } from './components/inline-alert/inline-alert';
|
|
52
|
+
import { Cre8Layout } from './components/layout/layout';
|
|
53
|
+
import { Cre8LayoutContainer } from './components/layout-container/layout-container';
|
|
54
|
+
import { Cre8LayoutSection } from './components/layout-section/layout-section';
|
|
55
|
+
import { Cre8LinelengthContainer } from './components/linelength-container/linelength-container';
|
|
56
|
+
import { Cre8Link } from './components/link/link';
|
|
57
|
+
import { Cre8LinkList } from './components/link-list/link-list';
|
|
58
|
+
import { Cre8LinkListItem } from './components/link-list-item/link-list-item';
|
|
59
|
+
import { Cre8List } from './components/list/list';
|
|
60
|
+
import { Cre8ListItem } from './components/list-item/list-item';
|
|
61
|
+
import { Cre8LoadingSpinner } from './components/loading-spinner/loading-spinner';
|
|
62
|
+
import { Cre8Logo } from './components/logo/logo';
|
|
63
|
+
import { Cre8Main } from './components/main/main';
|
|
64
|
+
import { Cre8Modal } from './components/modal/modal';
|
|
65
|
+
import { Cre8MultiSelect } from './components/multi-select/multi-select';
|
|
66
|
+
import { Cre8NavContainer } from './components/nav-container/nav-container';
|
|
67
|
+
import { Cre8PageHeader } from './components/page-header/page-header';
|
|
68
|
+
import { Cre8Pagination } from './components/pagination/pagination';
|
|
69
|
+
import { Cre8PercentBar } from './components/percent-bar/percent-bar';
|
|
70
|
+
import { Cre8Popover } from './components/popover/popover';
|
|
71
|
+
import { Cre8PrimaryNav } from './components/primary-nav/primary-nav';
|
|
72
|
+
import { Cre8PrimaryNavItem } from './components/primary-nav-item/primary-nav-item';
|
|
73
|
+
import { Cre8ProgressMeter } from './components/progress-meter/progress-meter';
|
|
74
|
+
import { Cre8RadioField } from './components/radio-field/radio-field';
|
|
75
|
+
import { Cre8RadioFieldItem } from './components/radio-field-item/radio-field-item';
|
|
76
|
+
import { Cre8RemoveTag } from './components/remove-tag/remove-tag';
|
|
77
|
+
import { Cre8Section } from './components/section/section';
|
|
78
|
+
import { Cre8Select } from './components/select/select';
|
|
79
|
+
import { Cre8SelectTile } from './components/select-tile/select-tile';
|
|
80
|
+
import { Cre8SelectTileList } from './components/select-tile-list/select-tile-list';
|
|
81
|
+
import { Cre8SkeletonLoader } from './components/skeleton-loader/skeleton-loader';
|
|
82
|
+
import { Cre8SplitButton } from './components/split-button/split-button';
|
|
83
|
+
import { Cre8Submenu } from './components/submenu/submenu';
|
|
84
|
+
import { Cre8SubmenuItem } from './components/submenu-item/submenu-item';
|
|
85
|
+
import { Cre8Tab } from './components/tab/tab';
|
|
86
|
+
import { Cre8TabPanel } from './components/tab-panel/tab-panel';
|
|
87
|
+
import { Cre8Table } from './components/table/table';
|
|
88
|
+
import { Cre8TableBody } from './components/table-body/table-body';
|
|
89
|
+
import { Cre8TableCell } from './components/table-cell/table-cell';
|
|
90
|
+
import { Cre8TableHeader } from './components/table-header/table-header';
|
|
91
|
+
import { Cre8TableHeaderCell } from './components/table-header-cell/table-header-cell';
|
|
92
|
+
import { Cre8TableObject } from './components/table-object/table-object';
|
|
93
|
+
import { Cre8TableRow } from './components/table-row/table-row';
|
|
94
|
+
import { Cre8Tabs } from './components/tabs/tabs';
|
|
95
|
+
import { Cre8Tag } from './components/tag/tag';
|
|
96
|
+
import { Cre8TagList } from './components/tag-list/tag-list';
|
|
97
|
+
import { Cre8TertiaryNav } from './components/tertiary-nav/tertiary-nav';
|
|
98
|
+
import { Cre8TertiaryNavItem } from './components/tertiary-nav-item/tertiary-nav-item';
|
|
99
|
+
import { Cre8TextLink } from './components/text-link/text-link';
|
|
100
|
+
import { Cre8TextPassage } from './components/text-passage/text-passage';
|
|
101
|
+
import { Cre8Tooltip } from './components/tooltip/tooltip';
|
|
102
|
+
import { Cre8UtilityNav } from './components/utility-nav/utility-nav';
|
|
103
|
+
import { Cre8UtilityNavItem } from './components/utility-nav-item/utility-nav-item';
|
|
104
|
+
export declare const version = "1.0.10";
|
|
105
|
+
export { Cre8Accordion, Cre8AccordionItem, Cre8Alert, Cre8Badge, Cre8Band, Cre8Breadcrumbs, Cre8BreadcrumbsItem, Cre8Button, Cre8ButtonGroup, Cre8Card, Cre8Chart, Cre8CheckboxField, Cre8CheckboxFieldItem, Cre8DangerButton, Cre8DatePicker, Cre8Divider, Cre8Dropdown, Cre8DropdownItem, Cre8Feature, Cre8Field, Cre8FieldNote, Cre8Footer, Cre8GlobalNav, Cre8GlobalNavItem, Cre8Grid, Cre8GridItem, Cre8Header, Cre8Heading, Cre8Hero, Cre8Icon, Cre8InlineAlert, Cre8Layout, Cre8LayoutContainer, Cre8LayoutSection, Cre8LinelengthContainer, Cre8Link, Cre8LinkList, Cre8LinkListItem, Cre8List, Cre8ListItem, Cre8LoadingSpinner, Cre8Logo, Cre8Main, Cre8Modal, Cre8MultiSelect, Cre8NavContainer, Cre8PageHeader, Cre8Pagination, Cre8PercentBar, Cre8Popover, Cre8PrimaryNav, Cre8PrimaryNavItem, Cre8ProgressMeter, Cre8RadioField, Cre8RadioFieldItem, Cre8RemoveTag, Cre8Section, Cre8Select, Cre8SelectTile, Cre8SelectTileList, Cre8SkeletonLoader, Cre8SplitButton, Cre8Submenu, Cre8SubmenuItem, Cre8Tab, Cre8TabPanel, Cre8Table, Cre8TableBody, Cre8TableCell, Cre8TableHeader, Cre8TableHeaderCell, Cre8TableObject, Cre8TableRow, Cre8Tabs, Cre8Tag, Cre8TagList, Cre8TertiaryNav, Cre8TertiaryNavItem, Cre8TextLink, Cre8TextPassage, Cre8Tooltip, Cre8UtilityNav, Cre8UtilityNavItem, };
|
|
106
|
+
//# sourceMappingURL=cdn-entry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cdn-entry.d.ts","sourceRoot":"","sources":["../cdn-entry.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* The component is a vertically stacked list of headers that reveal or hide sections of related content on a page.
|
|
4
|
+
* The header title gives the user a high level overview of the content allowing the user to decide
|
|
5
|
+
* which sections to expand for the information.
|
|
6
|
+
*
|
|
7
|
+
* Accordion contains Accordion Items as children. This component is the wrapper for grouping related accordion items.
|
|
8
|
+
*
|
|
9
|
+
* Users can select different border types: default (no border), rectangle, rounded bottom, and rounded.
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
export declare class Cre8Accordion extends Cre8Element {
|
|
13
|
+
static styles: import("lit").CSSResult[];
|
|
14
|
+
/**
|
|
15
|
+
* borderType
|
|
16
|
+
* @prop {'rectangle' | 'rounded-bottom' | 'rounded' | 'none'}
|
|
17
|
+
*
|
|
18
|
+
* Controls the border and border-radius of the parent container of the slotted accordions.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
borderType?: 'rectangle' | 'rounded-bottom' | 'rounded' | 'none';
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* When it is true, the inner dividers are displayed;
|
|
25
|
+
* if it is false, the inner dividers are not displayed
|
|
26
|
+
* @prop {boolean} hasDivider
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
hasDivider?: boolean;
|
|
30
|
+
connectedCallback(): void;
|
|
31
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
32
|
+
}
|
|
33
|
+
declare global {
|
|
34
|
+
interface HTMLElementTagNameMap {
|
|
35
|
+
'cre8-accordion': Cre8Accordion;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
export default Cre8Accordion;
|
|
39
|
+
//# sourceMappingURL=accordion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../../components/accordion/accordion.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C;;;;;;;;;GASG;AAEH,qBAAa,aAAc,SAAQ,WAAW;IAC1C,MAAM,CAAC,MAAM,4BAAY;IAG3B;;;;;;OAMG;IAEC,UAAU,CAAC,EAAE,WAAW,GAAG,gBAAgB,GAAG,SAAS,GAAG,MAAM,CAAC;IAErE;;;;;;OAMG;IAEC,UAAU,CAAC,UAAS;IAExB,iBAAiB,IAAI,IAAI;IAIzB,MAAM;CAeP;AAKD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,aAAa,CAAC;KACjC;CACF;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion.styles.d.ts","sourceRoot":"","sources":["../../../components/accordion/accordion.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBA8CX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
import '../icon/icon';
|
|
3
|
+
import '../button/button';
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* The accordion item component delivers large amounts of content in a small space
|
|
7
|
+
* through progressive disclosure. That is, the user gets key details about the
|
|
8
|
+
* underlying content and can choose to expand that content within the constraints
|
|
9
|
+
* of the accordion item. Accordion Items work especially well on mobile interfaces or
|
|
10
|
+
* whenever vertical space is at a premium.
|
|
11
|
+
*
|
|
12
|
+
* ## HOW TO USE
|
|
13
|
+
* Avoid “nested” accordion items—that is, collapsible content within collapsible content.
|
|
14
|
+
* This type of pattern goes against UX best practices.
|
|
15
|
+
*
|
|
16
|
+
* The Cre8 accordion item header allows for two sizes:
|
|
17
|
+
* 'sm' [cre8-typography-title-default] or 'lg' [cre8-typography-title-large]
|
|
18
|
+
*
|
|
19
|
+
* A chevron is used to indicate the “expand/collapse” action, though the entire
|
|
20
|
+
* header area is clickable for the same action.
|
|
21
|
+
*
|
|
22
|
+
* **NOTE**: The header of the accordion item uses h tags so be sure to choose the headingTagVariant that
|
|
23
|
+
* fits into the hierarchy of your html page layout. THIS WILL NOT CHANGE THE APPEARANCE OF THE HEADER.
|
|
24
|
+
*
|
|
25
|
+
* @slot The body of the accordion item will be any valid html
|
|
26
|
+
* inserted between the cre8-accordion-item opening and closing tags.
|
|
27
|
+
*
|
|
28
|
+
*
|
|
29
|
+
* @csspart ::part('header') - The container around the interactive header.
|
|
30
|
+
* @csspart ::part('button') - The button containing the header text and the animated icon.
|
|
31
|
+
* @csspart ::part('icon') - The animated icon that revolves on click.
|
|
32
|
+
* @csspart ::part('body') - The container around the expanding body section.
|
|
33
|
+
* @csspart ::part('body-inner') - The container around the slot into which any user provided HTML is inserted.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
export declare class Cre8AccordionItem extends Cre8Element {
|
|
37
|
+
static styles: import("lit").CSSResult[];
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* When true, the Accordion Item is opens, when false it closes;
|
|
41
|
+
* @prop {boolean} isActive
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
isActive?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* Optional custom id for the accordion item, if one is not set, a random id is generated for you.
|
|
48
|
+
* @prop {string} accordionItemId
|
|
49
|
+
*
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
accordionItemId?: string;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* Controls the positioning of the dropdown icon in relation to the text, true puts the icon before the text
|
|
56
|
+
* and false/undefined default the icon to the opposite side of the accordion item
|
|
57
|
+
* @prop {boolean} iconBefore
|
|
58
|
+
*
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
iconBefore?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* Controls the appearance of dropdown icon as being an icon-only button. true renders the tertiary variant and
|
|
65
|
+
* false/undefined renders the default secondary appearance.
|
|
66
|
+
* @prop {boolean} tertiaryIcon
|
|
67
|
+
*
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
tertiaryIcon?: boolean;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* Users can choose between two header sizes: 'sm' [title-default] or 'lg' [title-large].
|
|
74
|
+
* @prop {'sm' | 'lg'} size
|
|
75
|
+
*
|
|
76
|
+
*
|
|
77
|
+
*/
|
|
78
|
+
size: 'sm' | 'lg';
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* Purely meant to help the user structure the HTML page hierarchy. Does not change the
|
|
82
|
+
* header size. Defaults to 'h3'
|
|
83
|
+
* @prop {'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'} headingTagVariant
|
|
84
|
+
*
|
|
85
|
+
*
|
|
86
|
+
*/
|
|
87
|
+
headingTagVariant: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* Controls the text content of the Accordion Item heading.
|
|
91
|
+
* @prop {string} heading
|
|
92
|
+
*
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
heading: string;
|
|
96
|
+
/**
|
|
97
|
+
*
|
|
98
|
+
* Controls whether the header takes on the theme's 'brand-strong' color
|
|
99
|
+
* @prop {boolean} brandHeader
|
|
100
|
+
*
|
|
101
|
+
*
|
|
102
|
+
*/
|
|
103
|
+
brandHeader?: boolean;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* The aria attribute to which is assigned the id of the details section which is revealed via interaction
|
|
107
|
+
* with the header.
|
|
108
|
+
* @private _ariaControls
|
|
109
|
+
*
|
|
110
|
+
*
|
|
111
|
+
*/
|
|
112
|
+
private _ariaControls;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* Private internal state which indicates the current _height of the accordion item panel.
|
|
116
|
+
* @private _height
|
|
117
|
+
*
|
|
118
|
+
*
|
|
119
|
+
*/
|
|
120
|
+
private _height;
|
|
121
|
+
/**
|
|
122
|
+
*
|
|
123
|
+
* Private internal state which Indicates if the accordion item panel is completely open.
|
|
124
|
+
* @private _fullyOpen
|
|
125
|
+
*
|
|
126
|
+
*
|
|
127
|
+
*/
|
|
128
|
+
private _fullyOpen?;
|
|
129
|
+
constructor();
|
|
130
|
+
connectedCallback(): void;
|
|
131
|
+
private _setContentHeight;
|
|
132
|
+
private _toggleAccordionItem;
|
|
133
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
134
|
+
}
|
|
135
|
+
declare global {
|
|
136
|
+
interface HTMLElementTagNameMap {
|
|
137
|
+
'cre8-accordion-item': Cre8AccordionItem;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
export default Cre8AccordionItem;
|
|
141
|
+
//# sourceMappingURL=accordion-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion-item.d.ts","sourceRoot":"","sources":["../../../components/accordion-item/accordion-item.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,cAAc,CAAC;AACtB,OAAO,kBAAkB,CAAC;AAG1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AAEH,qBAAa,iBAAkB,SAAQ,WAAW;IAC9C,MAAM,CAAC,MAAM,4BAAY;IAE3B;;;;;OAKG;IAGC,QAAQ,CAAC,UAAS;IAGtB;;;;;;OAMG;IAEC,eAAe,CAAC,EAAE,MAAM,CAAC;IAE7B;;;;;;;OAOG;IAEC,UAAU,CAAC,EAAE,OAAO,CAAC;IAEzB;;;;;;;OAOG;IAEC,YAAY,CAAC,EAAE,OAAO,CAAC;IAE3B;;;;;;OAMG;IAEC,IAAI,EAAE,IAAI,GAAG,IAAI,CAAQ;IAE7B;;;;;;;OAOG;IAGC,iBAAiB,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAQ;IAEtE;;;;;;OAMG;IAEC,OAAO,EAAG,MAAM,CAAC;IAErB;;;;;;OAMG;IAEC,WAAW,CAAC,EAAE,OAAO,CAAC;IAE1B;;;;;;;OAOG;IAEH,OAAO,CAAC,aAAa,CAAU;IAE/B;;;;;;OAMG;IAEH,OAAO,CAAC,OAAO,CAAU;IAEzB;;;;;;OAMG;IAGH,OAAO,CAAC,UAAU,CAAC,CAAU;;IASpB,iBAAiB;YASZ,iBAAiB;IAY/B,OAAO,CAAC,oBAAoB;IAmB5B,MAAM;CAsEP;AAKD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,qBAAqB,EAAE,iBAAiB,CAAC;KAC1C;CACF;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion-item.styles.d.ts","sourceRoot":"","sources":["../../../components/accordion-item/accordion-item.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBA2MX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import '../button/button';
|
|
2
|
+
import '../link/link';
|
|
3
|
+
import '../heading/heading';
|
|
4
|
+
import '../text-passage/text-passage';
|
|
5
|
+
import '../icon/icon';
|
|
6
|
+
import { Cre8Element } from '../cre8-element';
|
|
7
|
+
/**
|
|
8
|
+
* The general purpose of an alert or notification is to draw the user’s attention
|
|
9
|
+
* and provide the user with timely, relevant information.
|
|
10
|
+
*
|
|
11
|
+
* ## Alert Styles:
|
|
12
|
+
* - There are 6 statuses for 6 types of alerts: 'error', 'info', 'notification', 'neutral', 'warning', 'success'.
|
|
13
|
+
* Each alert will have different icon to be displayed in the alert.
|
|
14
|
+
* - Users can select two types of alert variants: 'standalone', or 'banner'.
|
|
15
|
+
* - User can also choose the alert should be emphasized or not. There are two options: subtle or strong.
|
|
16
|
+
* - User can add button or link in the alert.
|
|
17
|
+
* If users choose to emphasize the alert (**strong**), user needs to used **"inverted"** prop in button or link.
|
|
18
|
+
* - User can choose whether the alert can be dismissed or not
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export declare class Cre8Alert extends Cre8Element {
|
|
22
|
+
static styles: import("lit").CSSResult[];
|
|
23
|
+
/** The alert type. */
|
|
24
|
+
status?: 'error' | 'info' | 'notification' | 'neutral' | 'warning' | 'success';
|
|
25
|
+
/** The alert variant. */
|
|
26
|
+
variant: 'standalone' | 'banner';
|
|
27
|
+
emphasis: 'subtle' | 'strong';
|
|
28
|
+
iconAlert: string;
|
|
29
|
+
/**
|
|
30
|
+
* Icon title used for the icon alt text
|
|
31
|
+
*/
|
|
32
|
+
iconTitle?: string;
|
|
33
|
+
headerText: string;
|
|
34
|
+
ctaBody: string;
|
|
35
|
+
/**
|
|
36
|
+
* Dismissed property
|
|
37
|
+
* 1) State that changes to true and is removed when the banner is dismissed
|
|
38
|
+
*/
|
|
39
|
+
dismissed?: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Dismissable property
|
|
42
|
+
* 1) Adds the ability to close when toggled to true
|
|
43
|
+
*/
|
|
44
|
+
notDismissible?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* On banner dismiss
|
|
47
|
+
* 1) Function that toggles dismissed to true and removes the banner from the UI
|
|
48
|
+
*/
|
|
49
|
+
onDismiss(): void;
|
|
50
|
+
private checkEmphasisAlert;
|
|
51
|
+
private mapStatusToIconAlert;
|
|
52
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
53
|
+
}
|
|
54
|
+
declare global {
|
|
55
|
+
interface HTMLElementTagNameMap {
|
|
56
|
+
'cre8-alert': Cre8Alert;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
export default Cre8Alert;
|
|
60
|
+
//# sourceMappingURL=alert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../components/alert/alert.ts"],"names":[],"mappings":"AAQA,OAAO,kBAAkB,CAAC;AAC1B,OAAO,cAAc,CAAC;AACtB,OAAO,oBAAoB,CAAC;AAC5B,OAAO,8BAA8B,CAAC;AACtC,OAAO,cAAc,CAAC;AAEtB,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C;;;;;;;;;;;;;GAaG;AAEH,qBAAa,SAAU,SAAQ,WAAW;IACtC,MAAM,CAAC,MAAM,4BAAY;IAE3B,sBAAsB;IAElB,MAAM,CAAC,EACL,OAAO,GACP,MAAM,GACN,cAAc,GACd,SAAS,GACT,SAAS,GACT,SAAS,CAAU;IAEzB,yBAAyB;IAErB,OAAO,EAAE,YAAY,GAAG,QAAQ,CAAgB;IAGhD,QAAQ,EAAE,QAAQ,GAAG,QAAQ,CAAY;IAIzC,SAAS,EAAE,MAAM,CAAa;IAElC;;OAEG;IAEC,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,EAAE,MAAM,CAAa;IAG/B,OAAO,EAAE,MAAM,CAAa;IAEhC;;;OAGG;IAEC,SAAS,CAAC,EAAE,OAAO,CAAC;IAExB;;;OAGG;IAEC,cAAc,CAAC,EAAE,OAAO,CAAC;IAE7B;;;OAGG;IACH,SAAS;IAIT,OAAO,CAAC,kBAAkB,CAIxB;IAEF,OAAO,CAAC,oBAAoB,CA+C1B;IAEF,MAAM;CAsDP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAC;KACzB;CACF;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alert.styles.d.ts","sourceRoot":"","sources":["../../../components/alert/alert.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAqKX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
import '../icon/icon';
|
|
3
|
+
export declare enum status {
|
|
4
|
+
'error' = 0,
|
|
5
|
+
'warning' = 1,
|
|
6
|
+
'success' = 2,
|
|
7
|
+
'info' = 3,
|
|
8
|
+
'attention' = 4,
|
|
9
|
+
undefined = 5
|
|
10
|
+
}
|
|
11
|
+
export declare enum variant {
|
|
12
|
+
'light' = 0,
|
|
13
|
+
'white' = 1,
|
|
14
|
+
undefined = 2
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Status badges are used most often in tables or fat rows in a list.
|
|
18
|
+
* These Components serve a contextual purpose and don't provide any functionality.
|
|
19
|
+
* Badges should be organized inside a dedicated table row communicating status such as pending, approved or rejected.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
export declare class Cre8Badge extends Cre8Element {
|
|
23
|
+
static styles: import("lit").CSSResult[];
|
|
24
|
+
/**
|
|
25
|
+
* The badge text
|
|
26
|
+
*/
|
|
27
|
+
text: string;
|
|
28
|
+
/**
|
|
29
|
+
* Status (a color variant prop)
|
|
30
|
+
* - **neutral** (default) renders a badge with a neutral state treatment
|
|
31
|
+
* - **success** renders a badge with success state treatment
|
|
32
|
+
* - **warning** renders a badge with warning state treatment
|
|
33
|
+
* - **error** renders a badge with error state treatment
|
|
34
|
+
* - **info** renders a badge with information state treatment
|
|
35
|
+
* - **attention** renders a badge with attention state treatment
|
|
36
|
+
*/
|
|
37
|
+
status: string;
|
|
38
|
+
/**
|
|
39
|
+
* Background Style Variant
|
|
40
|
+
*
|
|
41
|
+
* - **dark|undefined** (default) renders a badge with a dark background
|
|
42
|
+
* - **light** renders a badge with a light background
|
|
43
|
+
* - **white** renders a badge with a white background
|
|
44
|
+
*/
|
|
45
|
+
variant: string;
|
|
46
|
+
/**
|
|
47
|
+
* SVG as a raw string
|
|
48
|
+
* - For badges with icons, the icon is defined by this prop
|
|
49
|
+
* - Pass in a raw svg as a String. We use raw string loader for this but any method of getting raw svgs will do
|
|
50
|
+
* - Import example:`import svgFeedback from '/Users/tylersmbp/Projects/cre8-web-components/packages/cre8-wc/icons/System/Regular/Feedback.svg?raw';`
|
|
51
|
+
* - [cre8-icons Github repo](https://git.express-scripts.com/ExpressScripts/cre8-icons) This is the Github
|
|
52
|
+
* repo for Cre8 icons, which includes a link to the storybook as well as relavant information for new icons
|
|
53
|
+
*/
|
|
54
|
+
svg?: string;
|
|
55
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
56
|
+
}
|
|
57
|
+
declare global {
|
|
58
|
+
interface HTMLElementTagNameMap {
|
|
59
|
+
'cre8-badge': Cre8Badge;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=badge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../components/badge/badge.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,cAAc,CAAC;AAItB,oBAAY,MAAM;IACjB,OAAO,IAAA;IAAE,SAAS,IAAA;IAAE,SAAS,IAAA;IAAE,MAAM,IAAA;IAAE,WAAW,IAAA;IAAE,SAAS,IAAA;CAC7D;AACD,oBAAY,OAAO;IACjB,OAAO,IAAA;IAAE,OAAO,IAAA;IAAE,SAAS,IAAA;CAC5B;AAED;;;;;GAKG;AACH,qBAAa,SAAU,SAAQ,WAAW;IACtC,MAAM,CAAC,MAAM,4BAAY;IAE3B;;OAEG;IAEC,IAAI,EAAE,MAAM,CAAa;IAE7B;;;;;;;;OAQG;IAEC,MAAM,EAAE,MAAM,CAAC;IAEnB;;;;;;OAMG;IAEC,OAAO,EAAE,MAAM,CAAC;IAEpB;;;;;;;OAOG;IAEC,GAAG,CAAC,EAAE,MAAM,CAAC;IAEjB,MAAM;CAkBP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAC;KACzB;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge.styles.d.ts","sourceRoot":"","sources":["../../../components/badge/badge.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAmIV,CAAC;AACH,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* @slot - The band content
|
|
4
|
+
*/
|
|
5
|
+
export declare class Cre8Band extends Cre8Element {
|
|
6
|
+
static styles: import("lit").CSSResult[];
|
|
7
|
+
/**
|
|
8
|
+
* Gradient variant
|
|
9
|
+
* <cre8-text-passage size="sm">
|
|
10
|
+
* <ul>
|
|
11
|
+
* <li>**1** renders the band with the set gradient background</li>
|
|
12
|
+
* </ul>
|
|
13
|
+
* </cre8-text-passage>
|
|
14
|
+
*/
|
|
15
|
+
variant?: 'branded';
|
|
16
|
+
/**
|
|
17
|
+
* Full height variant
|
|
18
|
+
* 1) Sets the height to 100%
|
|
19
|
+
*/
|
|
20
|
+
fullHeight?: boolean;
|
|
21
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
22
|
+
}
|
|
23
|
+
declare global {
|
|
24
|
+
interface HTMLElementTagNameMap {
|
|
25
|
+
'cre8-band': Cre8Band;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
export default Cre8Band;
|
|
29
|
+
//# sourceMappingURL=band.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"band.d.ts","sourceRoot":"","sources":["../../../components/band/band.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C;;GAEG;AACH,qBAAa,QAAS,SAAQ,WAAW;IACrC,MAAM,CAAC,MAAM,4BAAY;IAE3B;;;;;;;OAOG;IAEC,OAAO,CAAC,EAAE,SAAS,CAAC;IAExB;;;OAGG;IAEC,UAAU,CAAC,EAAE,OAAO,CAAC;IAEzB,MAAM;CAYP;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":"band.styles.d.ts","sourceRoot":"","sources":["../../../components/band/band.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBA+BX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* The breadcrumbs component is a secondary navigation pattern that helps a user understand where the user is located.
|
|
4
|
+
* The breadcrumbs component shows the users their current location relative to the information architecture
|
|
5
|
+
* It enables the users to quickly move up to a parent level or previous location.
|
|
6
|
+
*
|
|
7
|
+
* ## How to Use
|
|
8
|
+
*
|
|
9
|
+
* - Import 'Breadcrumbs' component.
|
|
10
|
+
* - Add the pages in the path of the breadcrumbs using `cre8-breadcrumbs-item`.
|
|
11
|
+
* All the pages in the breadcrumbs component should be interactive.
|
|
12
|
+
* - All the page should link to their respective pages (except the current page) using `cre8-link`.
|
|
13
|
+
* - The current page is included in the breadcrumbs trail.
|
|
14
|
+
* - The current page is always the last text listed and is not an interactive link.
|
|
15
|
+
*
|
|
16
|
+
* @slot - The component content
|
|
17
|
+
*/
|
|
18
|
+
export declare class Cre8Breadcrumbs extends Cre8Element {
|
|
19
|
+
static styles: import("lit").CSSResult[];
|
|
20
|
+
/**
|
|
21
|
+
* aria-label attribute to designate at name for the nav. Can be override by user
|
|
22
|
+
*/
|
|
23
|
+
navAriaLabel: string;
|
|
24
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
25
|
+
}
|
|
26
|
+
declare global {
|
|
27
|
+
interface HTMLElementTagNameMap {
|
|
28
|
+
'cre8-breadcrumbs': Cre8Breadcrumbs;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
export default Cre8Breadcrumbs;
|
|
32
|
+
//# sourceMappingURL=breadcrumbs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"breadcrumbs.d.ts","sourceRoot":"","sources":["../../../components/breadcrumbs/breadcrumbs.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C;;;;;;;;;;;;;;;GAeG;AAEH,qBAAa,eAAgB,SAAQ,WAAW;IAC5C,MAAM,CAAC,MAAM,4BAAY;IAE3B;;OAEG;IAEC,YAAY,EAAE,MAAM,CAAiB;IAEzC,MAAM;CAWP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,kBAAkB,EAAE,eAAe,CAAC;KACrC;CACF;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"breadcrumbs.styles.d.ts","sourceRoot":"","sources":["../../../components/breadcrumbs/breadcrumbs.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAmBX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
import '../icon/icon';
|
|
3
|
+
/**
|
|
4
|
+
* @slot - The component content, the expected slotted content is a Cre8 Link or a String for the "terminal node"
|
|
5
|
+
*/
|
|
6
|
+
export declare class Cre8BreadcrumbsItem extends Cre8Element {
|
|
7
|
+
static styles: import("lit").CSSResult[];
|
|
8
|
+
connectedCallback(): void;
|
|
9
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
10
|
+
}
|
|
11
|
+
declare global {
|
|
12
|
+
interface HTMLElementTagNameMap {
|
|
13
|
+
'cre8-breadcrumbs-item': Cre8BreadcrumbsItem;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export default Cre8BreadcrumbsItem;
|
|
17
|
+
//# sourceMappingURL=breadcrumbs-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"breadcrumbs-item.d.ts","sourceRoot":"","sources":["../../../components/breadcrumbs-item/breadcrumbs-item.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,cAAc,CAAC;AAGtB;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,WAAW;IAChD,MAAM,CAAC,MAAM,4BAAY;IAIzB,iBAAiB;IAKjB,MAAM;CAoBT;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":"breadcrumbs-item.styles.d.ts","sourceRoot":"","sources":["../../../components/breadcrumbs-item/breadcrumbs-item.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAmCX,CAAC;AACF,eAAe,MAAM,CAAC"}
|