@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,58 @@
|
|
|
1
|
+
import l from "/Users/tylersmbp/Projects/cre8-web-components/packages/cre8-wc/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js";
|
|
2
|
+
import { LitElement as m, html as i } from "lit";
|
|
3
|
+
class c extends m {
|
|
4
|
+
/**
|
|
5
|
+
* Abstraction of `classnames` that automatically includes any style modifier
|
|
6
|
+
* as well as any set variants.
|
|
7
|
+
*
|
|
8
|
+
* It is expected that `variant` would be overridden in a subclass with more
|
|
9
|
+
* specific types, `@property() variant?: 'foo' | 'bar'`
|
|
10
|
+
*
|
|
11
|
+
* @param baseClassName
|
|
12
|
+
*/
|
|
13
|
+
componentClassNames(t, e = {}) {
|
|
14
|
+
return l(t, e);
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Check if a slot is empty
|
|
18
|
+
*
|
|
19
|
+
* @param slotName
|
|
20
|
+
*/
|
|
21
|
+
slotEmpty(t) {
|
|
22
|
+
return !this.querySelector(`[slot="${t}"]`);
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Check if a slot is not empty
|
|
26
|
+
*
|
|
27
|
+
* @param slotName
|
|
28
|
+
*/
|
|
29
|
+
slotNotEmpty(t) {
|
|
30
|
+
return this.slotEmpty(t) ? null : !this.slotEmpty(t);
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Dispatch a custom event.
|
|
34
|
+
*/
|
|
35
|
+
dispatch({
|
|
36
|
+
e: t,
|
|
37
|
+
eventName: e,
|
|
38
|
+
detailObj: r = {},
|
|
39
|
+
optionsObj: n = {}
|
|
40
|
+
}) {
|
|
41
|
+
const o = {
|
|
42
|
+
bubbles: !0,
|
|
43
|
+
composed: !0,
|
|
44
|
+
...n,
|
|
45
|
+
detail: { ...t && { originalEvent: t }, ...r }
|
|
46
|
+
}, s = new CustomEvent(e, o);
|
|
47
|
+
return this.dispatchEvent(s), s;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Example render, should not be used
|
|
51
|
+
*/
|
|
52
|
+
render() {
|
|
53
|
+
return i`<slot></slot>`;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
export {
|
|
57
|
+
c as Cre8Element
|
|
58
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { property as h } from "lit/decorators.js";
|
|
2
|
+
import { Cre8Element as d } from "../../cre8-element/components/cre8-element.js";
|
|
3
|
+
var p = Object.defineProperty, o = Object.getOwnPropertyDescriptor, f = (r, t, i, n) => {
|
|
4
|
+
for (var e = o(t, i), s = r.length - 1, u; s >= 0; s--)
|
|
5
|
+
(u = r[s]) && (e = u(t, i, e) || e);
|
|
6
|
+
return e && p(t, i, e), e;
|
|
7
|
+
};
|
|
8
|
+
const l = class l extends d {
|
|
9
|
+
get value() {
|
|
10
|
+
return this.internalValue;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Sets the value of the form field.
|
|
14
|
+
* 1. Stores the new value so it can be retrieved by the getter.
|
|
15
|
+
* 2. Sets the current value of the control.
|
|
16
|
+
* 3. Updates the actual field.
|
|
17
|
+
* 4. Rerenders the component.
|
|
18
|
+
*/
|
|
19
|
+
set value(t) {
|
|
20
|
+
const i = this.value;
|
|
21
|
+
this.internalValue = t, this.type !== "checkbox" && this.type !== "radio" && this.internals.setFormValue(t), this.updateField(), this.requestUpdate("value", i);
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* update the actual field's value
|
|
25
|
+
*/
|
|
26
|
+
updateField() {
|
|
27
|
+
this.field && (this.field.value = this.value !== void 0 ? this.value : "");
|
|
28
|
+
}
|
|
29
|
+
firstUpdated() {
|
|
30
|
+
this.type !== "checkbox" && this.type !== "radio" && (this.defaultValue = this.value || this.getAttribute("value") || ""), this.updateField();
|
|
31
|
+
}
|
|
32
|
+
formResetCallback() {
|
|
33
|
+
this.value = this.defaultValue, this.updateField();
|
|
34
|
+
}
|
|
35
|
+
constructor() {
|
|
36
|
+
super(), this.internals = this.attachInternals();
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
l.formAssociated = !0;
|
|
40
|
+
let a = l;
|
|
41
|
+
f([
|
|
42
|
+
h()
|
|
43
|
+
], a.prototype, "value");
|
|
44
|
+
export {
|
|
45
|
+
a as Cre8FormElement,
|
|
46
|
+
a as default
|
|
47
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export interface DetailObj {
|
|
3
|
+
[key: string]: unknown;
|
|
4
|
+
}
|
|
5
|
+
export interface Cre8DispatchProps {
|
|
6
|
+
e?: Event;
|
|
7
|
+
eventName: string;
|
|
8
|
+
detailObj?: DetailObj;
|
|
9
|
+
optionsObj?: {
|
|
10
|
+
[key: string]: unknown;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
export interface Cre8Event extends Event {
|
|
14
|
+
detail: {
|
|
15
|
+
originalEvent: Event;
|
|
16
|
+
detailObj: DetailObj;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* A base element.
|
|
21
|
+
*/
|
|
22
|
+
export declare class Cre8Element extends LitElement {
|
|
23
|
+
/**
|
|
24
|
+
* Abstraction of `classnames` that automatically includes any style modifier
|
|
25
|
+
* as well as any set variants.
|
|
26
|
+
*
|
|
27
|
+
* It is expected that `variant` would be overridden in a subclass with more
|
|
28
|
+
* specific types, `@property() variant?: 'foo' | 'bar'`
|
|
29
|
+
*
|
|
30
|
+
* @param baseClassName
|
|
31
|
+
*/
|
|
32
|
+
componentClassNames(baseClassName: string, additionalClassNames?: {}): string;
|
|
33
|
+
/**
|
|
34
|
+
* Check if a slot is empty
|
|
35
|
+
*
|
|
36
|
+
* @param slotName
|
|
37
|
+
*/
|
|
38
|
+
slotEmpty(slotName: string): boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Check if a slot is not empty
|
|
41
|
+
*
|
|
42
|
+
* @param slotName
|
|
43
|
+
*/
|
|
44
|
+
slotNotEmpty(slotName: string): boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Dispatch a custom event.
|
|
47
|
+
*/
|
|
48
|
+
dispatch({ e, eventName, detailObj, optionsObj, }: Cre8DispatchProps): CustomEvent;
|
|
49
|
+
/**
|
|
50
|
+
* Example render, should not be used
|
|
51
|
+
*/
|
|
52
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=cre8-element.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cre8-element.d.ts","sourceRoot":"","sources":["../../components/cre8-element.ts"],"names":[],"mappings":"AACA,OAAO,EAAQ,UAAU,EAAE,MAAM,KAAK,CAAC;AAEvC,MAAM,WAAW,SAAS;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,iBAAiB;IAChC,CAAC,CAAC,EAAE,KAAK,CAAC;IACV,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;CACzC;AAED,MAAM,WAAW,SAAU,SAAQ,KAAK;IACtC,MAAM,EAAE;QACN,aAAa,EAAE,KAAK,CAAC;QACrB,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;CACH;AAED;;GAEG;AACH,qBAAa,WAAY,SAAQ,UAAU;IACzC;;;;;;;;OAQG;IACD,mBAAmB,CAAC,aAAa,EAAE,MAAM,EAAE,oBAAoB,KAAK;IAItE;;;;OAIG;IACD,SAAS,CAAC,QAAQ,EAAE,MAAM;IAI5B;;;;OAIG;IACD,YAAY,CAAC,QAAQ,EAAE,MAAM;IAO7B;;KAEC;IACD,QAAQ,CAAC,EACL,CAAC,EAAE,SAAS,EAAE,SAAc,EAAE,UAAe,GAChD,EAAE,iBAAiB,GAAG,WAAW;IAYpC;;OAEG;IACD,MAAM;CAGT"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import "lit";
|
|
2
|
+
import "lit-html/directives/if-defined.js";
|
|
3
|
+
import "lit/decorators.js";
|
|
4
|
+
import "/Users/tylersmbp/Projects/cre8-web-components/packages/cre8-wc/node_modules/.pnpm/nanoid@5.1.6/node_modules/nanoid/index.browser.js";
|
|
5
|
+
import "../components/cre8-form-element/components/cre8-form-element.js";
|
|
6
|
+
import { a as e, a as d } from "../../field-J4OEwkTq.js";
|
|
7
|
+
export {
|
|
8
|
+
e as Cre8Field,
|
|
9
|
+
d as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { Cre8Element } from './cre8-element';
|
|
2
|
+
export declare abstract class Cre8FormElement extends Cre8Element {
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*
|
|
6
|
+
* Tells the browser to treat the element like a form field.
|
|
7
|
+
* Ties the element to the HTML form it is in.
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
static formAssociated: boolean;
|
|
11
|
+
abstract type: string;
|
|
12
|
+
/**
|
|
13
|
+
* @protected
|
|
14
|
+
* @internal
|
|
15
|
+
*
|
|
16
|
+
* An instance of element internals.
|
|
17
|
+
* Contains properties and methods that allows the element
|
|
18
|
+
* to participate fully in the HTML form it's in.
|
|
19
|
+
*/
|
|
20
|
+
internals: ElementInternals;
|
|
21
|
+
/**
|
|
22
|
+
* @protected
|
|
23
|
+
* @internal
|
|
24
|
+
*
|
|
25
|
+
* Stores the value for the `value` getter and setter.
|
|
26
|
+
*/
|
|
27
|
+
internalValue: string;
|
|
28
|
+
/**
|
|
29
|
+
* @internal
|
|
30
|
+
*
|
|
31
|
+
* Stores the intial value of the field so that it can be reset
|
|
32
|
+
*/
|
|
33
|
+
protected defaultValue: string | boolean;
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
* The underlying HTML form field.
|
|
37
|
+
* This should be implemented with `@query`
|
|
38
|
+
* in the implementing class.
|
|
39
|
+
*/
|
|
40
|
+
abstract field: HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement | HTMLButtonElement;
|
|
41
|
+
/**
|
|
42
|
+
* The value of the form field.
|
|
43
|
+
*/
|
|
44
|
+
get value(): string;
|
|
45
|
+
/**
|
|
46
|
+
* Sets the value of the form field.
|
|
47
|
+
* 1. Stores the new value so it can be retrieved by the getter.
|
|
48
|
+
* 2. Sets the current value of the control.
|
|
49
|
+
* 3. Updates the actual field.
|
|
50
|
+
* 4. Rerenders the component.
|
|
51
|
+
*/
|
|
52
|
+
set value(newValue: string);
|
|
53
|
+
/**
|
|
54
|
+
* update the actual field's value
|
|
55
|
+
*/
|
|
56
|
+
protected updateField(): void;
|
|
57
|
+
protected firstUpdated(): void;
|
|
58
|
+
formResetCallback(): void;
|
|
59
|
+
constructor();
|
|
60
|
+
}
|
|
61
|
+
export default Cre8FormElement;
|
|
62
|
+
//# sourceMappingURL=cre8-form-element.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cre8-form-element.d.ts","sourceRoot":"","sources":["../../components/cre8-form-element.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAM7C,8BAAsB,eAAgB,SAAQ,WAAW;IACvD;;;;;;OAMG;IACD,MAAM,CAAC,cAAc,UAAQ;IAE/B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IAEtB;;;;;;;OAOG;IACH,SAAS,EAAE,gBAAgB,CAAC;IAE5B;;;;;OAKG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;;OAIG;IACH,SAAS,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC;IAEzC;;;;;OAKG;IACH,QAAQ,CAAC,KAAK,EAAE,gBAAgB,GAAG,iBAAiB,GAAG,mBAAmB,GAAG,iBAAiB,CAAC;IAE/F;;OAEG;IACH,IACI,KAAK,IAWW,MAAM,CATzB;IAED;;;;;;OAMG;IACH,IAAI,KAAK,CAAC,QAAQ,EAAE,MAAM,EAYzB;IAED;;OAEG;IACH,SAAS,CAAC,WAAW;IAMrB,SAAS,CAAC,YAAY;IAOtB,iBAAiB;;CASlB;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
import '../icon/icon';
|
|
2
|
+
import '../loading-spinner/loading-spinner';
|
|
3
|
+
import { Cre8FormElement } from '../cre8-form-element';
|
|
4
|
+
/**
|
|
5
|
+
* The size and state of buttons on the screen serve as visual cues for the user
|
|
6
|
+
* about what they can do and what they should do next.
|
|
7
|
+
* They indicate the availability and priority of the action on the page.
|
|
8
|
+
*
|
|
9
|
+
* - Buttons are a single call-to-action where a single click performs that action
|
|
10
|
+
* - Use Danger Buttons when you are performing an action that is potentially dangerous,
|
|
11
|
+
* such as permanently deleting information
|
|
12
|
+
* - Use a link instead of a button when you're navigating to another place
|
|
13
|
+
*
|
|
14
|
+
* ## How to Use
|
|
15
|
+
*
|
|
16
|
+
* Danger Buttons are distinguished by three key properties:
|
|
17
|
+
*
|
|
18
|
+
* - **Visual Priority**: Style and size: Primary, Secondary, or Tertiary styles;
|
|
19
|
+
* each with large and small variations
|
|
20
|
+
* - **State**: Interaction state: hover/click (press), focus, disabled,
|
|
21
|
+
* and submitting/loading (only for large buttons)
|
|
22
|
+
* - **Brand**: Styles determined by the site or component theme
|
|
23
|
+
*
|
|
24
|
+
* ### Usage Guidelines
|
|
25
|
+
*
|
|
26
|
+
* Primary, Secondary and Tertiary styles emphasize or de-emphasize an action. They also define
|
|
27
|
+
* background, font style, and border colors. Large and small sizing assists with visual priority by defining button
|
|
28
|
+
* heights, left and right internal padding, and font-size.
|
|
29
|
+
*
|
|
30
|
+
* #### System Feedback
|
|
31
|
+
* Each button has a default and hover/click (press) state that give the user feedback
|
|
32
|
+
* that they have successfully interacted with a button.
|
|
33
|
+
* Button presses should always be combined with other types of timely system feedback.
|
|
34
|
+
* Examples of system feedback may be a page refresh, exposing additional controls or content,
|
|
35
|
+
* dialogs, alerts and notifications.
|
|
36
|
+
* If there is perceived a delay in system response, generally due to technical constraints,
|
|
37
|
+
* provide a progress or loading indicator.
|
|
38
|
+
*
|
|
39
|
+
* #### Button Text
|
|
40
|
+
*
|
|
41
|
+
* - Button text should be as short and simple as possible, ideally a maximum of 3 words.
|
|
42
|
+
* - Use Title Case for readability.
|
|
43
|
+
* - They should not include punctuation (exception: "Loading...").
|
|
44
|
+
* - They should not be used as an indicator of what happens on the next page, or as a substitute
|
|
45
|
+
* for a progress meter.
|
|
46
|
+
*
|
|
47
|
+
* #### Button Styling
|
|
48
|
+
*
|
|
49
|
+
* - DO use only the styles of the brand you are working on.
|
|
50
|
+
* - DO NOT combine styles, even if the page is co-branded.
|
|
51
|
+
*
|
|
52
|
+
* #### Button Sizes
|
|
53
|
+
* - DO always pair like sizes together and maintain the hierarchy of Primary and Secondary/Tertiary.
|
|
54
|
+
* - DO NOT mix sizes of buttons when they are used together as a group.
|
|
55
|
+
*
|
|
56
|
+
* #### Input Pairing
|
|
57
|
+
*
|
|
58
|
+
* Primary and Secondary buttons may be paired with input fields.
|
|
59
|
+
* Only one Primary button may appear on each screen.
|
|
60
|
+
* Use the Secondary button when there are multiple in-context buttons
|
|
61
|
+
* and/or when there is an emphasized page level button.
|
|
62
|
+
* When used in a form context, the button's `type` needs to be `submit` to pass along form data.
|
|
63
|
+
*
|
|
64
|
+
* - DO use only large buttons with input fields.
|
|
65
|
+
* - DO NOT use small buttons with input fields.
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
export declare class Cre8DangerButton extends Cre8FormElement {
|
|
69
|
+
static styles: import("lit").CSSResult[];
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* The button text. Should be as short and simple as possible, ideally a maximum of 3 words.
|
|
73
|
+
* - Use Title Case for readability.
|
|
74
|
+
* - Should not include punctuation (exception: "Loading...").
|
|
75
|
+
* - Should not be used as an indicator of what happens on the next page, or as a substitute for a progress meter.
|
|
76
|
+
*/
|
|
77
|
+
text?: string;
|
|
78
|
+
/**
|
|
79
|
+
* Style variant
|
|
80
|
+
* - **primary** renders the button used for primary actions. Presents highest visual priority.
|
|
81
|
+
* When grouped with other buttons, only one primary is allowed
|
|
82
|
+
* - **secondary** renders a secondary button. Presents a lower visual priority
|
|
83
|
+
* - **tertiary** renders a tertiary button. Presents the lowest visual priority.
|
|
84
|
+
* Should be used in limited amounts - consider if a link (`<a>`) would be more appropriate
|
|
85
|
+
*/
|
|
86
|
+
variant?: 'primary' | 'secondary' | 'tertiary';
|
|
87
|
+
/**
|
|
88
|
+
* Disabled attribute
|
|
89
|
+
* @attr {boolean}
|
|
90
|
+
*
|
|
91
|
+
* **NOTE**: Disabled states are used to indicate that an action is temporarily unavailable.
|
|
92
|
+
* In general, using disabled states is NOT advised. It should be clear to the user what actions they must
|
|
93
|
+
* take to activate the button. Real-time, field-level validation can help provide clarity.
|
|
94
|
+
*/
|
|
95
|
+
disabled?: boolean;
|
|
96
|
+
/**
|
|
97
|
+
*
|
|
98
|
+
* Provide this property if you intend to use button styles for an anchor tag (`<a>`).
|
|
99
|
+
* This changes the component markup from `<button>` usage to `<a>` instead.
|
|
100
|
+
*/
|
|
101
|
+
href?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Target attribute for a link if providing `href` to style a link as a button
|
|
104
|
+
* - **_blank** yields a link that opens in a new tab
|
|
105
|
+
* - **_self** yields a link that loads the URL into the same browsing context as the current one.
|
|
106
|
+
* This is the default behavior
|
|
107
|
+
* - **_parent** yields a link that loads the URL into the parent browsing context of the current one.
|
|
108
|
+
* If there is no parent, this behaves the same way as _self
|
|
109
|
+
* - **_top** yields a link that loads the URL into the top-level browsing context.
|
|
110
|
+
* If there is no parent, this behaves the same way as _self.
|
|
111
|
+
*/
|
|
112
|
+
target?: '_blank' | '_self' | '_parent' | '_top';
|
|
113
|
+
/**
|
|
114
|
+
* Type of button.
|
|
115
|
+
* - **button** (default) button has no default behavior and does nothing unless provided some sort
|
|
116
|
+
* of client-side trigger
|
|
117
|
+
* - **submit** button for submitting form data to a server
|
|
118
|
+
*/
|
|
119
|
+
type: 'button' | 'submit' | 'reset';
|
|
120
|
+
/**
|
|
121
|
+
* Rel if this is an <a> element - this swaps <button> for <a>
|
|
122
|
+
*/
|
|
123
|
+
rel?: string;
|
|
124
|
+
/**
|
|
125
|
+
* SVG raw string if including an icon within a button.
|
|
126
|
+
* Must include the icon's position with `iconPostion`. This prop is used for <cre8-icon>
|
|
127
|
+
*/
|
|
128
|
+
svg?: string;
|
|
129
|
+
/**
|
|
130
|
+
* rotate is used for <cre8-icon> to set the arrow in the correct direction
|
|
131
|
+
*/
|
|
132
|
+
iconRotateDegree?: number;
|
|
133
|
+
/**
|
|
134
|
+
* flip is used for <cre8-icon> to set the icon in the correct direction
|
|
135
|
+
*/
|
|
136
|
+
iconFlipDirection?: string;
|
|
137
|
+
/**
|
|
138
|
+
* Icon position. Must include the name of the icon with `iconName`
|
|
139
|
+
*
|
|
140
|
+
* - **before** places the icon before the button text
|
|
141
|
+
* - **after** places the icon after the button text
|
|
142
|
+
*/
|
|
143
|
+
iconPosition?: 'before' | 'after';
|
|
144
|
+
/**
|
|
145
|
+
* Size variants add another way to increase or decrease visual priority of a button.
|
|
146
|
+
* - **sm** shrinks the button typography and overall size from the default. Use when vertical space is constrained.
|
|
147
|
+
* - **lg** increases the button typography and overall size from the default.
|
|
148
|
+
*/
|
|
149
|
+
size?: 'sm' | 'lg';
|
|
150
|
+
/**
|
|
151
|
+
* Visually hide button text. Text is still accessible to assistive technology.
|
|
152
|
+
* Use this for icon-only buttons for accessibility
|
|
153
|
+
*/
|
|
154
|
+
hideText?: boolean;
|
|
155
|
+
/**
|
|
156
|
+
* Full width button
|
|
157
|
+
* @attr {boolean}
|
|
158
|
+
*
|
|
159
|
+
*/
|
|
160
|
+
fullWidth?: boolean;
|
|
161
|
+
/**
|
|
162
|
+
* * Changes styling to an active state with a spinning icon.
|
|
163
|
+
* * Adds accessibility treatment by:
|
|
164
|
+
* * announcing via voiceover when the loading success/error state via a aria-live region
|
|
165
|
+
* * setting `aria-disabled`
|
|
166
|
+
* * Disables click events / form submitting while allowing focus (for accessibility)
|
|
167
|
+
* @attr {boolean}
|
|
168
|
+
*
|
|
169
|
+
*/
|
|
170
|
+
loading?: boolean;
|
|
171
|
+
/**
|
|
172
|
+
* * Variant of the loading button that:
|
|
173
|
+
* * Removes loading spinner
|
|
174
|
+
* * Informs the SR user that the loading status is now complete, with visually hidden text in the live area
|
|
175
|
+
* @attr {boolean}
|
|
176
|
+
*
|
|
177
|
+
*/
|
|
178
|
+
loadingComplete?: boolean;
|
|
179
|
+
/**
|
|
180
|
+
* Inverted colors Danger Button (onDark)
|
|
181
|
+
*/
|
|
182
|
+
inverted?: boolean;
|
|
183
|
+
/**
|
|
184
|
+
* Controls whether your loading status update to voiceover users will occur
|
|
185
|
+
* immediately (used for more urgently needed updates) using `assertive` or at the next convenient
|
|
186
|
+
* pause in their navigation using `polite`.
|
|
187
|
+
*/
|
|
188
|
+
ariaLive: 'polite' | 'assertive';
|
|
189
|
+
/**
|
|
190
|
+
* Button aria expanded attribute
|
|
191
|
+
*/
|
|
192
|
+
buttonAriaExpanded?: boolean;
|
|
193
|
+
field: HTMLButtonElement;
|
|
194
|
+
formSubmit(): void;
|
|
195
|
+
formReset(): void;
|
|
196
|
+
private renderDangerButtonLink;
|
|
197
|
+
private renderDangerButtonIconography;
|
|
198
|
+
private renderDangerButtonLoading;
|
|
199
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
200
|
+
_buttonClick(e: MouseEvent | KeyboardEvent): void;
|
|
201
|
+
}
|
|
202
|
+
declare global {
|
|
203
|
+
interface HTMLElementTagNameMap {
|
|
204
|
+
'cre8-danger-button': Cre8DangerButton;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
export default Cre8DangerButton;
|
|
208
|
+
//# sourceMappingURL=danger-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"danger-button.d.ts","sourceRoot":"","sources":["../../../components/danger-button/danger-button.ts"],"names":[],"mappings":"AAGA,OAAO,cAAc,CAAC;AACtB,OAAO,oCAAoC,CAAC;AAG5C,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+DO;AAEP,qBAAa,gBAAiB,SAAQ,eAAe;IACjD,MAAM,CAAC,MAAM,4BAAY;IAEzB;;;;;;OAMG;IAEC,IAAI,CAAC,SAAY;IAErB;;;;;;;OAOG;IAEC,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,CAAa;IAE/D;;;;;;;OAOG;IAEC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEvB;;;;OAIG;IAEC,IAAI,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;;;;;OASG;IAEC,MAAM,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;IAErD;;;;;OAKG;IAEC,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAY;IAEnD;;OAEG;IAEC,GAAG,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IAEC,GAAG,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IAEC,gBAAgB,CAAC,EAAE,MAAM,CAAK;IAElC;;OAEG;IAEC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE/B;;;;;OAKG;IAEC,YAAY,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAa;IAElD;;;;OAIG;IAEC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAEvB;;;OAGG;IAEC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEvB;;;;OAIG;IAEC,SAAS,CAAC,EAAE,OAAO,CAAC;IAExB;;;;;;;;OAQG;IAEC,OAAO,CAAC,EAAE,OAAO,CAAC;IAEtB;;;;;;OAMG;IAEC,eAAe,CAAC,EAAE,OAAO,CAAC;IAE9B;;OAEG;IAEC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEvB;;;;OAIG;IAEC,QAAQ,EAAE,QAAQ,GAAG,WAAW,CAAe;IAEnD;;OAEG;IAEC,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAG7B,KAAK,EAAG,iBAAiB,CAAC;IAE9B,UAAU;IAOV,SAAS;IAOT,OAAO,CAAC,sBAAsB;IAyB9B,OAAO,CAAC,6BAA6B;IAMrC,OAAO,CAAC,yBAAyB;IAejC,MAAM;IAgDC,YAAY,CAAC,CAAC,EAAE,UAAU,GAAG,aAAa;CAepD;AAMD,OAAO,CAAC,MAAM,CAAC;IAAE,UAAU,qBAAqB;QAAG,oBAAoB,EAAE,gBAAgB,CAAC;KAAE;CAAE;AAE9F,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"danger-button.styles.d.ts","sourceRoot":"","sources":["../../../components/danger-button/danger-button.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAihBX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import { Cre8Element } from '../../cre8-element';
|
|
3
|
+
import '../../icon/icon';
|
|
4
|
+
import '../calendar-month-modal/calendar-month-modal';
|
|
5
|
+
import '../calendar-year-modal/calendar-year-modal';
|
|
6
|
+
import '../calendar-navigation/calendar-navigation';
|
|
7
|
+
import '../../button/button';
|
|
8
|
+
export interface DateConfig {
|
|
9
|
+
locale: string;
|
|
10
|
+
today: Date;
|
|
11
|
+
weekInfo: {
|
|
12
|
+
firstDay: number;
|
|
13
|
+
weekend: Array<number>;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export interface DateFormatOptions {
|
|
17
|
+
weekday: string;
|
|
18
|
+
year: string;
|
|
19
|
+
month: string;
|
|
20
|
+
day: string;
|
|
21
|
+
}
|
|
22
|
+
export declare enum CalendarModal {
|
|
23
|
+
Month = "month",
|
|
24
|
+
Year = "year",
|
|
25
|
+
None = "none"
|
|
26
|
+
}
|
|
27
|
+
export declare class Cre8Calendar extends Cre8Element {
|
|
28
|
+
static styles: import("lit").CSSResult[];
|
|
29
|
+
/**
|
|
30
|
+
* Query the navigation wrapper
|
|
31
|
+
*/
|
|
32
|
+
_navWrapper: HTMLElement;
|
|
33
|
+
hasShortcuts?: boolean;
|
|
34
|
+
_activeModal?: CalendarModal;
|
|
35
|
+
get activeModal(): CalendarModal;
|
|
36
|
+
set activeModal(activeModal: CalendarModal);
|
|
37
|
+
_fieldDate?: string;
|
|
38
|
+
get fieldDate(): string;
|
|
39
|
+
set fieldDate(newFieldDate: string);
|
|
40
|
+
_currentDate?: Date;
|
|
41
|
+
get currentDate(): Date;
|
|
42
|
+
set currentDate(newDate: Date);
|
|
43
|
+
locale: string;
|
|
44
|
+
weekDays: Array<string>;
|
|
45
|
+
dateConfig: DateConfig;
|
|
46
|
+
dateFormatOptions: DateFormatOptions;
|
|
47
|
+
constructor();
|
|
48
|
+
connectedCallback(): void;
|
|
49
|
+
disconnectedCallback(): void;
|
|
50
|
+
private _handleOnClickOutside;
|
|
51
|
+
private emitSelectedDate;
|
|
52
|
+
private changeYear;
|
|
53
|
+
private changeMonth;
|
|
54
|
+
private activateModal;
|
|
55
|
+
static formatMonthOrDayIndex(val: number): string;
|
|
56
|
+
static formatDate(val: number): string;
|
|
57
|
+
private numberOfDaysinMonth;
|
|
58
|
+
private getMonth;
|
|
59
|
+
private getMonthName;
|
|
60
|
+
private getYear;
|
|
61
|
+
static dateToString(date: Date): string;
|
|
62
|
+
private updateFocusForKeydown;
|
|
63
|
+
private _handleCalendarKeyDown;
|
|
64
|
+
private changeMonthFromNav;
|
|
65
|
+
private changeYearFromNav;
|
|
66
|
+
private getDaysOfWeekAbbreviations;
|
|
67
|
+
/**
|
|
68
|
+
* Create array of Day Buttons to fill in excess calendar space at the beginning of the month.
|
|
69
|
+
*
|
|
70
|
+
* 1. Map from empty array of length equal to the amount of access calendar "slots" in the beginning of the month.
|
|
71
|
+
* (i.e. if the month starts on Wednesday (getDay = 3), there are 3 days prior that week from last month.)
|
|
72
|
+
*
|
|
73
|
+
* 2. Based on the indice of array, get the given day button's date, where the date is
|
|
74
|
+
* the last day of last month minus the max of the array plus the indice plus one -> x = lastday - (max - (i + 1))
|
|
75
|
+
* (Note: (max - (i + 1) equals the keys of the array in reverse order:
|
|
76
|
+
* [max - i + 1] -> [3-1, 3-2, 3-3] -> [2,1,0] for an array of [3])
|
|
77
|
+
* (i.e. if the calendar is starting on Wednesday June 1st, the access days on the calendar will be
|
|
78
|
+
* Sunday May 29th (31 - (2)), Monday May 30th (31 - (1)), Tuesday May 31st (31 - (0)))
|
|
79
|
+
*
|
|
80
|
+
* 3. Build out day button with necessary props
|
|
81
|
+
* */
|
|
82
|
+
private getPreviousMonthDayButtons;
|
|
83
|
+
/**
|
|
84
|
+
* Create array of Day Buttons to fill out current month
|
|
85
|
+
*
|
|
86
|
+
* 1. Map from empty array of length equal to the amount days in this month
|
|
87
|
+
*
|
|
88
|
+
* 2. Get the date of the current month based on indice of array (i.e. 0 -> 1st, 1 -> 2nd ...)
|
|
89
|
+
*
|
|
90
|
+
* 3. Build out day button with necessary props
|
|
91
|
+
* */
|
|
92
|
+
private getCurrentMonthDayButtons;
|
|
93
|
+
/**
|
|
94
|
+
* Create array of Day Buttons to fill in excess calendar space at the end of the month.
|
|
95
|
+
*
|
|
96
|
+
* 1. Map from empty array of length equal to the amount of access calendar "slots" at the end of the month.
|
|
97
|
+
* The array have an amount of slots equal to the number of days in a week minus how many days have already past
|
|
98
|
+
* and since getDay returns the index of the day of the week (Sunday = 0, Monday = 1 ...) our equations is
|
|
99
|
+
* x = 7 - (getDay() + 1)
|
|
100
|
+
* Note: (we need to add 1 because indexing starts at 0)
|
|
101
|
+
* so if the month ends on Monday (getDay() = 1), 5 = 7 - (1 + 1), there are 5 days that week from the new month
|
|
102
|
+
*
|
|
103
|
+
* 2. Get the date from the next month based on indice of array (i.e. 0 -> 1st, 1 -> 2nd ...)
|
|
104
|
+
*
|
|
105
|
+
* 3. Build out day button with necessary props
|
|
106
|
+
* */
|
|
107
|
+
private getNextMonthDayButtons;
|
|
108
|
+
render(): TemplateResult<1>;
|
|
109
|
+
}
|
|
110
|
+
declare global {
|
|
111
|
+
interface HTMLElementTagNameMap {
|
|
112
|
+
'cre8-calendar': Cre8Calendar;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
//# sourceMappingURL=calendar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../../../components/date-picker/calendar/calendar.ts"],"names":[],"mappings":"AAKA,OAAO,EACN,cAAc,EACd,MAAM,KAAK,CAAC;AAGb,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,OAAO,iBAAiB,CAAC;AACzB,OAAO,8CAA8C,CAAC;AACtD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,qBAAqB,CAAC;AAE7B,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,IAAI,CAAC;IACZ,QAAQ,EAAE;QACR,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;KACxB,CAAC;CACH;AAED,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACb;AAED,oBAAY,aAAa;IACvB,KAAK,UAAU;IACf,IAAI,SAAS;IACb,IAAI,SAAS;CACd;AAED,qBAAa,YAAa,SAAQ,WAAW;IAC3C,MAAM,CAAC,MAAM,4BAAY;IAGzB;;OAEG;IAEC,WAAW,EAAE,WAAW,CAAC;IAG7B,YAAY,CAAC,EAAE,OAAO,CAAC;IAEd,YAAY,CAAC,EAAE,aAAa,CAAsB;IAE3D,IACI,WAAW,IAIc,aAAa,CAFzC;IAED,IAAI,WAAW,CAAC,WAAW,EAAE,aAAa,EAEzC;IAEQ,UAAU,CAAC,EAAE,MAAM,CAAC;IAE7B,IACI,SAAS,IAIe,MAAM,CAFjC;IAED,IAAI,SAAS,CAAC,YAAY,EAAE,MAAM,EAUjC;IAEQ,YAAY,CAAC,EAAE,IAAI,CAAC;IAE7B,IACI,WAAW,IAIU,IAAI,CAF5B;IAED,IAAI,WAAW,CAAC,OAAO,EAAE,IAAI,EAI5B;IAEQ,MAAM,EAAE,MAAM,CAAC;IAEf,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAExB,UAAU,EAAE,UAAU,CAAC;IAEvB,iBAAiB,EAAE,iBAAiB,CAAC;;IAiC9C,iBAAiB;IAKjB,oBAAoB,IAAI,IAAI;IAM5B,OAAO,CAAC,qBAAqB;IAmB7B,OAAO,CAAC,gBAAgB;IAUxB,OAAO,CAAC,UAAU;IAOlB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,aAAa;IAKrB,MAAM,CAAC,qBAAqB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAIjD,MAAM,CAAC,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAItC,OAAO,CAAC,mBAAmB;IAI3B,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,YAAY;IAOpB,OAAO,CAAC,OAAO;IAIf,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;YAMzB,qBAAqB;IAWnC,OAAO,CAAC,sBAAsB;YAmDhB,kBAAkB;YAgBlB,iBAAiB;IAiB/B,OAAO,CAAC,0BAA0B;IAQlC;;;;;;;;;;;;;;SAcK;IACL,OAAO,CAAC,0BAA0B;IAoDlC;;;;;;;;SAQK;IACL,OAAO,CAAC,yBAAyB;IAqCjC;;;;;;;;;;;;;SAaK;IACL,OAAO,CAAC,sBAAsB;IA2D9B,MAAM;CAkFP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,eAAe,EAAE,YAAY,CAAC;KAC/B;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar.styles.d.ts","sourceRoot":"","sources":["../../../../components/date-picker/calendar/calendar.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBA2GX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import { Cre8Element } from '../../cre8-element';
|
|
3
|
+
import '../../button/button';
|
|
4
|
+
import '../../icon/icon';
|
|
5
|
+
export declare class Cre8CalendarMonthModal extends Cre8Element {
|
|
6
|
+
static styles: import("lit").CSSResult[];
|
|
7
|
+
monthNames: Array<string>;
|
|
8
|
+
currentMonth: number;
|
|
9
|
+
constructor();
|
|
10
|
+
protected firstUpdated(): void;
|
|
11
|
+
private focusOnCurrentMonth;
|
|
12
|
+
private emitMonth;
|
|
13
|
+
getMonthListItems(): TemplateResult[];
|
|
14
|
+
render(): TemplateResult<1>;
|
|
15
|
+
}
|
|
16
|
+
declare global {
|
|
17
|
+
interface HTMLElementTagNameMap {
|
|
18
|
+
'cre8-calendar-month-modal': Cre8CalendarMonthModal;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
export default Cre8CalendarMonthModal;
|
|
22
|
+
//# sourceMappingURL=calendar-month-modal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-month-modal.d.ts","sourceRoot":"","sources":["../../../../components/date-picker/calendar-month-modal/calendar-month-modal.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAU,MAAM,KAAK,CAAC;AAE7C,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,OAAO,qBAAqB,CAAC;AAC7B,OAAO,iBAAiB,CAAC;AAEzB,qBAAa,sBAAuB,SAAQ,WAAW;IACrD,MAAM,CAAC,MAAM,4BAAY;IAGhB,UAAU,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAGjC,YAAY,EAAE,MAAM,CAAC;;IAoBrB,SAAS,CAAC,YAAY,IAAI,IAAI;YAIhB,mBAAmB;IASjC,OAAO,CAAC,SAAS;IASjB,iBAAiB,IAAI,cAAc,EAAE;IASvC,MAAM;CASP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,2BAA2B,EAAE,sBAAsB,CAAC;KACrD;CACF;AAED,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-month-modal.styles.d.ts","sourceRoot":"","sources":["../../../../components/date-picker/calendar-month-modal/calendar-month-modal.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAqBX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Cre8Element } from '../../cre8-element';
|
|
2
|
+
import '../../button/button';
|
|
3
|
+
import '../../icon/icon';
|
|
4
|
+
export declare class Cre8CalendarNavigation extends Cre8Element {
|
|
5
|
+
static styles: import("lit").CSSResult[];
|
|
6
|
+
monthName: string;
|
|
7
|
+
year: number;
|
|
8
|
+
private activateModal;
|
|
9
|
+
private changeMonth;
|
|
10
|
+
private changeYear;
|
|
11
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
12
|
+
}
|
|
13
|
+
declare global {
|
|
14
|
+
interface HTMLElementTagNameMap {
|
|
15
|
+
'cre8-calendar-navigation': Cre8CalendarNavigation;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
export default Cre8CalendarNavigation;
|
|
19
|
+
//# sourceMappingURL=calendar-navigation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-navigation.d.ts","sourceRoot":"","sources":["../../../../components/date-picker/calendar-navigation/calendar-navigation.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,OAAO,qBAAqB,CAAC;AAC7B,OAAO,iBAAiB,CAAC;AAEzB,qBAAa,sBAAuB,SAAQ,WAAW;IACnD,MAAM,CAAC,MAAM,4BAAY;IAGvB,SAAS,EAAE,MAAM,CAAC;IAGlB,IAAI,EAAE,MAAM,CAAC;IAEjB,OAAO,CAAC,aAAa;IASrB,OAAO,CAAC,WAAW;IASnB,OAAO,CAAC,UAAU;IASlB,MAAM;CA8DP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,0BAA0B,EAAE,sBAAsB,CAAC;KACpD;CACF;AAED,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-navigation.styles.d.ts","sourceRoot":"","sources":["../../../../components/date-picker/calendar-navigation/calendar-navigation.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAaV,CAAC;AACH,eAAe,MAAM,CAAC"}
|