@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,238 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
import { Cre8TabPanel } from '../tab-panel/tab-panel';
|
|
3
|
+
import { Cre8Tab } from '../tab/tab';
|
|
4
|
+
/**
|
|
5
|
+
* Tabs are used to quickly navigate back and forth between views.
|
|
6
|
+
* The Tab design and interaction varies depending on the requirements for your organization and project.
|
|
7
|
+
* Standardizing on the best individual controls will improve usability and reduce development and QA time.
|
|
8
|
+
*
|
|
9
|
+
* Create a standard set of Tab controls:
|
|
10
|
+
* Primary Tabs (for system navigation), Secondary Tabs (for sub navigation within a screen).
|
|
11
|
+
*
|
|
12
|
+
* ## Usability Guidelines
|
|
13
|
+
* - The selected Tab should be visually differentiated from the other Tabs.
|
|
14
|
+
* The deselected Tabs should still look enabled.
|
|
15
|
+
* Dimming the other Tabs decreases the legibility of items that are actually active and clickable.
|
|
16
|
+
* - There must be a minimum of 2 Tabs.
|
|
17
|
+
* - Showing status in a Tab is non-standard (such as 0%, 10%).
|
|
18
|
+
* - Tab labels and content should be parallel, with the exception of a Summary or Overview Tab
|
|
19
|
+
* which can be a rollup of content across other Tabs.
|
|
20
|
+
* - Keep the font size of the Tabs the same.
|
|
21
|
+
* If the Tabs are a fixed width and one of the labels is too long,
|
|
22
|
+
* don't resize the text to fit and consider wrapping text to a second line.
|
|
23
|
+
* - If possible, don't truncate text because it makes it harder to understand what's in the Tab.
|
|
24
|
+
* - Try not to use more than six Tabs to keep the UI uncluttered.
|
|
25
|
+
* - Do not stack Tabs on top of each other, and do not nest Tabs within Tabs.
|
|
26
|
+
* Find alternate ways of navigating page hierarchy.
|
|
27
|
+
*
|
|
28
|
+
* @slot default - Default, unnamed slot container for each `cre8-tab` button
|
|
29
|
+
* @slot panel - Container for each `cre8-tab-panel` content item
|
|
30
|
+
*/
|
|
31
|
+
export declare class Cre8Tabs extends Cre8Element {
|
|
32
|
+
static styles: import("lit").CSSResult[];
|
|
33
|
+
/**
|
|
34
|
+
* Tab sizes
|
|
35
|
+
* - **default** displays the cre8-tab text with cre8-typography-label-default
|
|
36
|
+
* - **sm** displays the cre8-tab text with cre8-typography-label-small
|
|
37
|
+
* @type {"sm"}
|
|
38
|
+
* @attr
|
|
39
|
+
*/
|
|
40
|
+
size?: 'sm';
|
|
41
|
+
/**
|
|
42
|
+
* Displays a set of tabs with a spanning the width of the element
|
|
43
|
+
* @attr {boolean}
|
|
44
|
+
*/
|
|
45
|
+
fullWidth?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* Auto Increment id to sync tab and tab panel
|
|
48
|
+
*
|
|
49
|
+
* _*This property is dynamically set_
|
|
50
|
+
*/
|
|
51
|
+
tabId: string;
|
|
52
|
+
/**
|
|
53
|
+
* Sets the initial active tab (e.g. 0 sets the first tab, 1 sets the second tab, etc.)
|
|
54
|
+
* @attr {number}
|
|
55
|
+
*/
|
|
56
|
+
activeIndex?: number;
|
|
57
|
+
/**
|
|
58
|
+
* The active tab
|
|
59
|
+
*
|
|
60
|
+
* _*This property is dynamically set_
|
|
61
|
+
*/
|
|
62
|
+
activeTab?: Cre8Tab;
|
|
63
|
+
/**
|
|
64
|
+
* If position from left is greater than 0, set isStart to false. Otherwise set isStart to true.
|
|
65
|
+
*
|
|
66
|
+
* _*This property is dynamically set_
|
|
67
|
+
* @attr {boolean}
|
|
68
|
+
*/
|
|
69
|
+
isStart?: boolean;
|
|
70
|
+
/**
|
|
71
|
+
* If last child is fully in the viewport, set isEnd to true. Otherwise, set isEnd to false.
|
|
72
|
+
*
|
|
73
|
+
* _*This property is dynamically set_
|
|
74
|
+
* @attr {boolean}
|
|
75
|
+
*/
|
|
76
|
+
isEnd?: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* Query all the tab items
|
|
79
|
+
*/
|
|
80
|
+
_Cre8TabItems: Array<Cre8Tab>;
|
|
81
|
+
/**
|
|
82
|
+
* Query all the tab panels
|
|
83
|
+
*/
|
|
84
|
+
_Cre8TabPanels: Array<Cre8TabPanel>;
|
|
85
|
+
/**
|
|
86
|
+
* Query the tabs header element
|
|
87
|
+
*/
|
|
88
|
+
_Cre8TabsHeader: HTMLElement;
|
|
89
|
+
/**
|
|
90
|
+
* Query the tabs header list element
|
|
91
|
+
*/
|
|
92
|
+
_Cre8TabsHeaderList: HTMLElement;
|
|
93
|
+
/**
|
|
94
|
+
* Query the document direction value
|
|
95
|
+
*
|
|
96
|
+
* _*This property is dynamically set_
|
|
97
|
+
*/
|
|
98
|
+
get isRTL(): boolean;
|
|
99
|
+
/**
|
|
100
|
+
* Initialize Functions
|
|
101
|
+
*/
|
|
102
|
+
constructor();
|
|
103
|
+
/**
|
|
104
|
+
* Connected Callback Lifecycle
|
|
105
|
+
* 1. Fires each time a custom element is appended into a document-connected element.
|
|
106
|
+
*/
|
|
107
|
+
connectedCallback(): void;
|
|
108
|
+
/**
|
|
109
|
+
* Disconnected Callback Lifecycle
|
|
110
|
+
* 1. Removes the event listeners to ensure that any memory allocated by your component
|
|
111
|
+
* will be cleaned up when your component is destroyed or disconnected from the page.
|
|
112
|
+
*/
|
|
113
|
+
disconnectedCallback(): void;
|
|
114
|
+
/**
|
|
115
|
+
* First Updated Lifecycle Hook
|
|
116
|
+
* 1. Sets the `aria-labelledby` prop for accessible tabs if user doesn't define the `ariaLabelledBy` prop.
|
|
117
|
+
* 2. Sets the active tab if activeIndex is defined. Otherwise, set the first tab as active by default.
|
|
118
|
+
* 3. Initialize isStart and isEnd.
|
|
119
|
+
* 4. Set the varaint on the cre8-tab according to the cre8-tabs variant.
|
|
120
|
+
*/
|
|
121
|
+
firstUpdated(): Promise<void>;
|
|
122
|
+
/**
|
|
123
|
+
* Updated Lifecycle Hook
|
|
124
|
+
* 1. remove selected state from previously selected tab
|
|
125
|
+
* 2. Checks to see if the old `activeIndex` property has been updated.
|
|
126
|
+
* If the new value doesn't equal the old value, activate the proper tab
|
|
127
|
+
*/
|
|
128
|
+
updated(changedProperties: Map<string, unknown>): Promise<void>;
|
|
129
|
+
/**
|
|
130
|
+
* Handle Resize
|
|
131
|
+
* 1. On resize, if position from left is greater than 0, set isStart to false. Otherwise set isStart to true.
|
|
132
|
+
* 2. On resize, If last child is fully in the viewport, set isEnd to true. Otherwise, set isEnd to false.
|
|
133
|
+
* @fires resize
|
|
134
|
+
*/
|
|
135
|
+
handleResize(): void;
|
|
136
|
+
/**
|
|
137
|
+
* Handle Scroll
|
|
138
|
+
* 1. On scroll, if position from left is greater than 0, set isStart to false. Otherwise set isStart to true.
|
|
139
|
+
* 2. On scroll, If last child is fully in the viewport, set isEnd to true. Otherwise, set isEnd to false.
|
|
140
|
+
* @fires scroll
|
|
141
|
+
*/
|
|
142
|
+
handleScroll(): void;
|
|
143
|
+
/**
|
|
144
|
+
* Set isStart State
|
|
145
|
+
* 1. If position from left is greater than 0, set isStart to false. Otherwise set isStart to true.
|
|
146
|
+
*/
|
|
147
|
+
setIsStart(): void;
|
|
148
|
+
/**
|
|
149
|
+
* Set isEnd State
|
|
150
|
+
* 1. If last child is fully in the viewport, set isEnd to true. Otherwise, set isEnd to false.
|
|
151
|
+
*/
|
|
152
|
+
setIsEnd(): void;
|
|
153
|
+
/**
|
|
154
|
+
* Check if last overflow list item is in the viewport
|
|
155
|
+
* 1. Get children of the overflow list inner container and get bounding client rectangle of last child
|
|
156
|
+
* 2. Return true if the left property is greater than or equal to 0 and if the right property is less
|
|
157
|
+
* than or equal to the window inner width or document client width
|
|
158
|
+
*/
|
|
159
|
+
isInViewport(): boolean;
|
|
160
|
+
/**
|
|
161
|
+
* Set Tab Variant
|
|
162
|
+
* 1. Loop through all the cre8-tab Components and set the size to 'sm' if the parent has size 'sm'.
|
|
163
|
+
*/
|
|
164
|
+
setTabVariant(): void;
|
|
165
|
+
/**
|
|
166
|
+
* Set the attributes on tab and tab panel
|
|
167
|
+
* 1. Sets the index value on the tab items.
|
|
168
|
+
* 2. Sets the `aria-labelledby` on the tab items.
|
|
169
|
+
* 3. Set the index and id on the tab-panel to match the tab.
|
|
170
|
+
*/
|
|
171
|
+
setTabAttributes(): void;
|
|
172
|
+
/**
|
|
173
|
+
* Set Active Tab
|
|
174
|
+
* 1. Sets the active state for the selected tab.
|
|
175
|
+
* 2. Sets the active state for the tab panel with the same index value as the selected tab.
|
|
176
|
+
*/
|
|
177
|
+
setActiveTab(): void;
|
|
178
|
+
/**
|
|
179
|
+
* Set Active Tab Focus
|
|
180
|
+
*/
|
|
181
|
+
setActiveTabFocus(): void;
|
|
182
|
+
/**
|
|
183
|
+
* Handle Tab Selected
|
|
184
|
+
* 1. Only continue if event target is a tab
|
|
185
|
+
* 2. If tab is active, make the previous selected tab inactive.
|
|
186
|
+
* 3. Set the clicked tab active.
|
|
187
|
+
* 4. Emit the custom event.
|
|
188
|
+
* @fires tabSelected
|
|
189
|
+
*/
|
|
190
|
+
handleTabSelected(event: MouseEvent): void;
|
|
191
|
+
/**
|
|
192
|
+
* Handle Keydown
|
|
193
|
+
* 1. If the active tab is not focused then handle the keydown events.
|
|
194
|
+
* 2. On keydown of the right arrow, make the next tab active.
|
|
195
|
+
* 3. On keydown of the left arrow, make the previous tab active.
|
|
196
|
+
* 4. On keydown of the home key, make the first tab active.
|
|
197
|
+
* 5. On keydown of the end key, make the last tab active.
|
|
198
|
+
* 6. On keydown of the escape key, remove the focus.
|
|
199
|
+
* @fires keydown
|
|
200
|
+
*/
|
|
201
|
+
handleKeydown(event: KeyboardEvent): void;
|
|
202
|
+
/**
|
|
203
|
+
* Set Selected To Previous Tab
|
|
204
|
+
* 1. Get current selected Tab index then deactivate previously selected tab.
|
|
205
|
+
* 2. If current activeIndex is in first position then move the tab focus to last tab.
|
|
206
|
+
* 3. Set the active tab and focus.
|
|
207
|
+
* 4. Emit custom event.
|
|
208
|
+
* @fires tabChange
|
|
209
|
+
*/
|
|
210
|
+
setSelectedToPreviousTab(currentTab: Cre8Tab): void;
|
|
211
|
+
/**
|
|
212
|
+
* Set Selected To Next Tab
|
|
213
|
+
* 1. Get current selected Tab index then deactivate previously selected tab.
|
|
214
|
+
* 2. If current activeIndex is in last position then move the tab focus to first tab.
|
|
215
|
+
* 3. Set the active tab and focus.
|
|
216
|
+
* 4. Emit custom event.
|
|
217
|
+
* @fires tabChange
|
|
218
|
+
*/
|
|
219
|
+
setSelectedToNextTab(currentTab: Cre8Tab): void;
|
|
220
|
+
/**
|
|
221
|
+
* Remove Active from Previous Tab
|
|
222
|
+
* 1. Get current selected Tab index then deactivate previously selected tab
|
|
223
|
+
* 2. If current activeIndex is in first position then move the tab focus to last tab
|
|
224
|
+
*/
|
|
225
|
+
removePreviousActiveTab(): void;
|
|
226
|
+
/**
|
|
227
|
+
* Emit custom event
|
|
228
|
+
*/
|
|
229
|
+
emitEvent(): void;
|
|
230
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
231
|
+
}
|
|
232
|
+
declare global {
|
|
233
|
+
interface HTMLElementTagNameMap {
|
|
234
|
+
'cre8-tabs': Cre8Tabs;
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
export default Cre8Tabs;
|
|
238
|
+
//# sourceMappingURL=tabs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../components/tabs/tabs.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAKrC;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AAEH,qBAAa,QAAS,SAAQ,WAAW;IACrC,MAAM,CAAC,MAAM,4BAAY;IAEzB;;;;;;OAMG;IAEC,IAAI,CAAC,EAAE,IAAI,CAAC;IAEhB;;;OAGG;IAEC,SAAS,CAAC,EAAE,OAAO,CAAC;IAExB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IAEC,WAAW,CAAC,EAAE,MAAM,CAAK;IAE7B;;;;OAIG;IAEC,SAAS,CAAC,EAAE,OAAO,CAAC;IAExB;;;;;OAKG;IAEC,OAAO,CAAC,EAAE,OAAO,CAAQ;IAE7B;;;;;OAKG;IAEC,KAAK,CAAC,EAAE,OAAO,CAAS;IAE5B;;OAEG;IAEC,aAAa,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAElC;;OAEG;IAEC,cAAc,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAExC;;OAEG;IAEC,eAAe,EAAE,WAAW,CAAC;IAEjC;;OAEG;IAEC,mBAAmB,EAAE,WAAW,CAAC;IAErC;;;;OAIG;IACH,IAAI,KAAK,YAER;IAED;;OAEG;;IAgBH;;;OAGG;IACH,iBAAiB;IAKjB;;;;OAIG;IACH,oBAAoB;IAKpB;;;;;;OAMG;IACG,YAAY;IAiBlB;;;;;OAKG;IACG,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC;IAerD;;;;;OAKG;IACH,YAAY;IAKZ;;;;;OAKG;IACH,YAAY;IAKZ;;;OAGG;IACH,UAAU;IAcV;;;OAGG;IACH,QAAQ;IAQR;;;;;OAKG;IACH,YAAY;IAYZ;;;OAGG;IACH,aAAa;IAQb;;;;;OAKG;IACH,gBAAgB;IAiBhB;;;;OAIG;IACH,YAAY;IAWZ;;OAEG;IACH,iBAAiB;IAIjB;;;;;;;OAOG;IACH,iBAAiB,CAAC,KAAK,EAAE,UAAU;IAqBnC;;;;;;;;;OASG;IACH,aAAa,CAAC,KAAK,EAAE,aAAa;IAqClC;;;;;;;OAOG;IACH,wBAAwB,CAAC,UAAU,EAAE,OAAO;IAwB5C;;;;;;;OAOG;IACH,oBAAoB,CAAC,UAAU,EAAE,OAAO;IAwBxC;;;;OAIG;IACH,uBAAuB;IAWvB;;OAEG;IACH,SAAS;IAYT,MAAM;CA2BT;AAMD,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,WAAW,EAAE,QAAQ,CAAC;KACzB;CACJ;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabs.styles.d.ts","sourceRoot":"","sources":["../../../components/tabs/tabs.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAqGX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { Cre8FormElement } from '../cre8-form-element';
|
|
2
|
+
import '../icon/icon';
|
|
3
|
+
/**
|
|
4
|
+
* The tag component allows you to make selections, filter content, or trigger actions. While buttons are
|
|
5
|
+
* expected to appear consistently and with familiar calls to actions, tags should appear dynamically
|
|
6
|
+
* as a group of multiple interactions elements. It is a flexible
|
|
7
|
+
* component that comes in the following types:
|
|
8
|
+
* - **radio** Clicking a Radio Button causes it to change color. These tags only allow
|
|
9
|
+
* one option to be chosen and can be used in place of radio button when they need to be listed
|
|
10
|
+
* horizontally
|
|
11
|
+
*
|
|
12
|
+
* - **checkbox** It allows for selecting options, It can be toggled on and off.
|
|
13
|
+
*/
|
|
14
|
+
export declare class Cre8Tag extends Cre8FormElement {
|
|
15
|
+
static styles: import("lit").CSSResult[];
|
|
16
|
+
text: string;
|
|
17
|
+
/**
|
|
18
|
+
* Type of tag
|
|
19
|
+
* **checkbox** renders a checkbox tag
|
|
20
|
+
***radio** renders a radio tag
|
|
21
|
+
*/
|
|
22
|
+
type: 'checkbox' | 'radio';
|
|
23
|
+
/**
|
|
24
|
+
* Color variant
|
|
25
|
+
* **neutral** renders the default, unselected tag
|
|
26
|
+
* **branded** renders a selected tag
|
|
27
|
+
* **neutral-hybrid** renders a tag when mouse is hovering tag
|
|
28
|
+
*/
|
|
29
|
+
variant: 'neutral' | 'branded' | 'neutral-hybrid';
|
|
30
|
+
/**
|
|
31
|
+
* shape of the tag, supports square and round, and default not mentioned its a square
|
|
32
|
+
*/
|
|
33
|
+
shape: 'square' | 'round';
|
|
34
|
+
isDisabled?: boolean;
|
|
35
|
+
isSelected?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Get the radio field item input
|
|
38
|
+
*/
|
|
39
|
+
field: HTMLInputElement;
|
|
40
|
+
/**
|
|
41
|
+
* The fieldId attribute is assigned to the HTML input element of the radio button and the for attribute of the
|
|
42
|
+
* corresponding label.
|
|
43
|
+
*/
|
|
44
|
+
fieldId?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Initial checked for initial checked state
|
|
47
|
+
*/
|
|
48
|
+
private initialSelected?;
|
|
49
|
+
connectedCallback(): void;
|
|
50
|
+
disconnectedCallback(): void;
|
|
51
|
+
renderCheckboxIcon(): import("lit-html").TemplateResult<1>;
|
|
52
|
+
private _clickCheckHandler;
|
|
53
|
+
private _handleCheckKeyDown;
|
|
54
|
+
/**
|
|
55
|
+
* Reset the radio tag field
|
|
56
|
+
*/
|
|
57
|
+
resetField(): void;
|
|
58
|
+
/**
|
|
59
|
+
* Reset the radio field tags tab indeces
|
|
60
|
+
*/
|
|
61
|
+
resetTabIndeces(tags: Cre8Tag[]): void;
|
|
62
|
+
/**
|
|
63
|
+
* Remove checked
|
|
64
|
+
* 1) Remove checked property from all tags and set tabindex to -1
|
|
65
|
+
* 2) Reset the form field to not checked
|
|
66
|
+
*/
|
|
67
|
+
private _removeChecked;
|
|
68
|
+
/**
|
|
69
|
+
* Reset form callback
|
|
70
|
+
* 1) Remove the checked state from all radio tags
|
|
71
|
+
* 2) Set the checked state to the initial checked state
|
|
72
|
+
* 3) Set the radio field input checked attribute to the initial checked state
|
|
73
|
+
*/
|
|
74
|
+
formResetCallback(): void;
|
|
75
|
+
private _clickRadioHandler;
|
|
76
|
+
private _updateSibling;
|
|
77
|
+
private _checkPreviousTag;
|
|
78
|
+
private _checkNextTag;
|
|
79
|
+
handleRadioKeyDown(event: KeyboardEvent): void;
|
|
80
|
+
/**
|
|
81
|
+
* access role when tag embedded in tag-list
|
|
82
|
+
*/
|
|
83
|
+
private _getRole;
|
|
84
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
85
|
+
}
|
|
86
|
+
declare global {
|
|
87
|
+
interface HTMLElementTagNameMap {
|
|
88
|
+
'cre8-tag': Cre8Tag;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
export default Cre8Tag;
|
|
92
|
+
//# sourceMappingURL=tag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["../../../components/tag/tag.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,cAAc,CAAC;AAGtB;;;;;;;;;;GAUG;AAEH,qBAAa,OAAQ,SAAQ,eAAe;IACxC,MAAM,CAAC,MAAM,4BAAY;IAGvB,IAAI,EAAE,MAAM,CAAC;IAEjB;;;;OAIG;IAGC,IAAI,EAAE,UAAU,GAAE,OAAO,CAAC;IAE9B;;;;;OAKG;IAGC,OAAO,EAAE,SAAS,GAAG,SAAS,GAAG,gBAAgB,CAAa;IAElE;;OAEG;IAEC,KAAK,EAAE,QAAQ,GAAG,OAAO,CAAY;IAOrC,UAAU,CAAC,EAAE,OAAO,CAAC;IAOrB,UAAU,CAAC,EAAE,OAAO,CAAC;IAEzB;;MAEE;IAEE,KAAK,EAAG,gBAAgB,CAAC;IAE7B;;;OAGG;IAEC,OAAO,CAAC,EAAE,MAAM,CAAC;IAErB;;MAEE;IACF,OAAO,CAAC,eAAe,CAAC,CAAU;IAElC,iBAAiB;IASjB,oBAAoB;IAQpB,kBAAkB;IASlB,OAAO,CAAC,kBAAkB;IAS1B,OAAO,CAAC,mBAAmB;IAO7B;;MAEE;IACO,UAAU;IAInB;;MAEE;IACA,eAAe,CAAC,IAAI,EAAE,OAAO,EAAE;IAMjC;;;;MAIE;IACA,OAAO,CAAC,cAAc;IAYxB;;;;;MAKE;IACA,iBAAiB,IAAI,IAAI;IAMzB,OAAO,CAAC,kBAAkB;IAc1B,OAAO,CAAC,cAAc;IAQtB,OAAO,CAAC,iBAAiB;IAgBzB,OAAO,CAAC,aAAa;IAgBrB,kBAAkB,CAAC,KAAK,EAAE,aAAa;IAiBvC;;MAEE;IACF,OAAO,CAAC,QAAQ;IAQhB,MAAM;CAqCP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,UAAU,EAAE,OAAO,CAAC;KACrB;CACF;AAED,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag.styles.d.ts","sourceRoot":"","sources":["../../../components/tag/tag.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAmHX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* Tag List must have children which are Tag components that are of type `checkbox` or `radio`.
|
|
4
|
+
* The Tags must use the `neutral` variant and the `round` shape when they are inside a Tag List.
|
|
5
|
+
* Tag List has a label that should be used to describe the purpose of the list.
|
|
6
|
+
*/
|
|
7
|
+
export declare class Cre8TagList extends Cre8Element {
|
|
8
|
+
static styles: import("lit").CSSResult[];
|
|
9
|
+
/**
|
|
10
|
+
* Tag list legend label
|
|
11
|
+
*/
|
|
12
|
+
label?: string;
|
|
13
|
+
/**
|
|
14
|
+
* The unique id of the select
|
|
15
|
+
* @attr {string}
|
|
16
|
+
*/
|
|
17
|
+
fieldId?: string;
|
|
18
|
+
firstUpdated(): void;
|
|
19
|
+
private _initializeAria;
|
|
20
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
21
|
+
}
|
|
22
|
+
declare global {
|
|
23
|
+
interface HTMLElementTagNameMap {
|
|
24
|
+
'cre8-tag-list': Cre8TagList;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
export default Cre8TagList;
|
|
28
|
+
//# sourceMappingURL=tag-list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-list.d.ts","sourceRoot":"","sources":["../../../components/tag-list/tag-list.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C;;;;GAIG;AACH,qBAAa,WAAY,SAAQ,WAAW;IACxC,MAAM,CAAC,MAAM,4BAAY;IAE3B;;OAEG;IAEC,KAAK,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IAEC,OAAO,CAAC,EAAE,MAAM,CAAC;IAErB,YAAY;IAIZ,OAAO,CAAC,eAAe;IAIvB,MAAM;CAYP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,eAAe,EAAE,WAAW,CAAC;KAC9B;CACF;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-list.styles.d.ts","sourceRoot":"","sources":["../../../components/tag-list/tag-list.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBA+BX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* @slot - The component content
|
|
4
|
+
*/
|
|
5
|
+
export declare class Cre8TertiaryNav extends Cre8Element {
|
|
6
|
+
static styles: import("lit").CSSResult[];
|
|
7
|
+
/**
|
|
8
|
+
* Allows the tertiary nav to take up the full width of it parent container
|
|
9
|
+
*/
|
|
10
|
+
fullWidth?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* aria-label attribute to designate at name for the nav. Can be override by user
|
|
13
|
+
*/
|
|
14
|
+
navAriaLabel: string;
|
|
15
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
16
|
+
}
|
|
17
|
+
declare global {
|
|
18
|
+
interface HTMLElementTagNameMap {
|
|
19
|
+
'cre8-tertiary-nav': Cre8TertiaryNav;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
export default Cre8TertiaryNav;
|
|
23
|
+
//# sourceMappingURL=tertiary-nav.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tertiary-nav.d.ts","sourceRoot":"","sources":["../../../components/tertiary-nav/tertiary-nav.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C;;GAEG;AACH,qBAAa,eAAgB,SAAQ,WAAW;IAC5C,MAAM,CAAC,MAAM,4BAAY;IAE3B;;OAEG;IAEC,SAAS,CAAC,EAAE,OAAO,CAAC;IAExB;;OAEG;IAEC,YAAY,EAAE,MAAM,CAAc;IAEtC,MAAM;CAaP;AAMD,OAAO,CAAC,MAAM,CAAC;IAAE,UAAU,qBAAqB;QAAG,mBAAmB,EAAE,eAAe,CAAC;KAAE;CAAE;AAE5F,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tertiary-nav.styles.d.ts","sourceRoot":"","sources":["../../../components/tertiary-nav/tertiary-nav.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAiCX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* @slot - The component content
|
|
4
|
+
*/
|
|
5
|
+
export declare class Cre8TertiaryNavItem extends Cre8Element {
|
|
6
|
+
static styles: import("lit").CSSResult[];
|
|
7
|
+
/**
|
|
8
|
+
* The href value of the tertiary nav link
|
|
9
|
+
*/
|
|
10
|
+
href?: string;
|
|
11
|
+
/**
|
|
12
|
+
* The current state of the tertiary nav link
|
|
13
|
+
*/
|
|
14
|
+
isCurrent?: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* Handle on click
|
|
17
|
+
* 1. On click, remove all isCurrent properties from all tertiary-nav items
|
|
18
|
+
* 2. Add isCurrent to the item clicked
|
|
19
|
+
*/
|
|
20
|
+
private _handleOnClick;
|
|
21
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
22
|
+
}
|
|
23
|
+
declare global {
|
|
24
|
+
interface HTMLElementTagNameMap {
|
|
25
|
+
'cre8-tertiary-nav-item': Cre8TertiaryNavItem;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
export default Cre8TertiaryNavItem;
|
|
29
|
+
//# sourceMappingURL=tertiary-nav-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tertiary-nav-item.d.ts","sourceRoot":"","sources":["../../../components/tertiary-nav-item/tertiary-nav-item.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,WAAW;IAChD,MAAM,CAAC,MAAM,4BAAY;IAE3B;;OAEG;IAEC,IAAI,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IAEC,SAAS,CAAC,EAAE,OAAO,CAAC;IAExB;;;;OAIG;IACH,OAAO,CAAC,cAAc;IAatB,MAAM;CAkBP;AAMD,OAAO,CAAC,MAAM,CAAC;IAAE,UAAU,qBAAqB;QAAG,wBAAwB,EAAE,mBAAmB,CAAC;KAAE;CAAE;AAErG,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tertiary-nav-item.styles.d.ts","sourceRoot":"","sources":["../../../components/tertiary-nav-item/tertiary-nav-item.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAkDX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* @slot - The component content
|
|
4
|
+
*/
|
|
5
|
+
export declare class Cre8TextLink extends Cre8Element {
|
|
6
|
+
static styles: import("lit").CSSResult[];
|
|
7
|
+
/**
|
|
8
|
+
* The link URL
|
|
9
|
+
*/
|
|
10
|
+
href?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Style variant
|
|
13
|
+
* <cre8-text-passage size="sm">
|
|
14
|
+
* <ul>
|
|
15
|
+
* <li> **display** applies display treatment to the text link (e.g. article title link)</li>
|
|
16
|
+
* <li> **secondary** applies secondary treatment to the text link (e.g. non-prominent links)</li>
|
|
17
|
+
* </ul>
|
|
18
|
+
* </cre8-text-passage>
|
|
19
|
+
*/
|
|
20
|
+
variant?: 'display' | 'secondary';
|
|
21
|
+
/**
|
|
22
|
+
* Size variant
|
|
23
|
+
* <cre8-text-passage size="sm">
|
|
24
|
+
* <ul>
|
|
25
|
+
* <li> **sm** renders a smaller typography preset than the default</li>
|
|
26
|
+
* </ul>
|
|
27
|
+
* </cre8-text-passage>
|
|
28
|
+
*/
|
|
29
|
+
size?: 'sm';
|
|
30
|
+
/**
|
|
31
|
+
* Inverted variant
|
|
32
|
+
* 1) Used for dark backgrounds
|
|
33
|
+
*/
|
|
34
|
+
inverted?: boolean;
|
|
35
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
36
|
+
}
|
|
37
|
+
declare global {
|
|
38
|
+
interface HTMLElementTagNameMap {
|
|
39
|
+
'cre8-text-link': Cre8TextLink;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
export default Cre8TextLink;
|
|
43
|
+
//# sourceMappingURL=text-link.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text-link.d.ts","sourceRoot":"","sources":["../../../components/text-link/text-link.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C;;GAEG;AACH,qBAAa,YAAa,SAAQ,WAAW;IACzC,MAAM,CAAC,MAAM,4BAAY;IAE3B;;OAEG;IAEC,IAAI,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;;;;OAQG;IAEC,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAEtC;;;;;;;OAOG;IAEC,IAAI,CAAC,EAAE,IAAI,CAAC;IAEhB;;;OAGG;IAEC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEvB,MAAM;CAkBP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,YAAY,CAAC;KAChC;CACF;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text-link.styles.d.ts","sourceRoot":"","sources":["../../../components/text-link/text-link.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBAiEX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text-passage-light-dom.d.ts","sourceRoot":"","sources":["../../../components/text-passage/text-passage-light-dom.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBA6IX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text-passage-light-dom.styles.d.ts","sourceRoot":"","sources":["../../../components/text-passage/text-passage-light-dom.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBA6IX,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { Cre8Element } from '../cre8-element';
|
|
2
|
+
/**
|
|
3
|
+
* The text-passage component acts a general wrapper element
|
|
4
|
+
* for any text content that needs to be used in your project.
|
|
5
|
+
*
|
|
6
|
+
* # How to Use
|
|
7
|
+
* 1. Code your text passage using any of the native html text elements (p, ol, ul, blockquote, cite, etc.)
|
|
8
|
+
* or other Cre8 Components like cre8-heading and wrap them with the cre8-text-passage tags.
|
|
9
|
+
* 2. Choose between three sizes for your text content or apply inline styling if you need additional styling.
|
|
10
|
+
* 3. For dark backgrounds, add the 'inverted' attribute to the <cre8-text-passage> tag.
|
|
11
|
+
* 3. Your text-passage will render with brand-approved styling!
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: It is recommended that you use the cre8-heading component for any heading elements in your HTML template
|
|
15
|
+
*
|
|
16
|
+
* @slot - The component content
|
|
17
|
+
*/
|
|
18
|
+
export declare class Cre8TextPassage extends Cre8Element {
|
|
19
|
+
static styles: import("lit").CSSResult[];
|
|
20
|
+
/**
|
|
21
|
+
* Inverted variant
|
|
22
|
+
* 1) Used for dark backgrounds
|
|
23
|
+
*/
|
|
24
|
+
inverted?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Size variant
|
|
27
|
+
* - **small** renders smaller typography than the default variant
|
|
28
|
+
* - **default** renders default typography variant
|
|
29
|
+
* - **large** renders larger typography than the default variant
|
|
30
|
+
*/
|
|
31
|
+
size?: 'small' | 'default' | 'large';
|
|
32
|
+
/**
|
|
33
|
+
* Add the light dom styles when this component is connected to a page
|
|
34
|
+
*/
|
|
35
|
+
connectedCallback(): void;
|
|
36
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
37
|
+
}
|
|
38
|
+
declare global {
|
|
39
|
+
interface HTMLElementTagNameMap {
|
|
40
|
+
'cre8-text-passage': Cre8TextPassage;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
export default Cre8TextPassage;
|
|
44
|
+
//# sourceMappingURL=text-passage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text-passage.d.ts","sourceRoot":"","sources":["../../../components/text-passage/text-passage.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAI9C;;;;;;;;;;;;;;;GAeG;AACH,qBAAa,eAAgB,SAAQ,WAAW;IAC5C,MAAM,CAAC,MAAM,4BAAY;IAE3B;;;OAGG;IAEC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEvB;;;;;OAKG;IAEC,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,CAAa;IAErD;;OAEG;IACH,iBAAiB;IAYjB,MAAM;CAcP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,mBAAmB,EAAE,eAAe,CAAC;KACtC;CACF;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text-passage.styles.d.ts","sourceRoot":"","sources":["../../../components/text-passage/text-passage.styles.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM,yBA+BX,CAAC;AACF,eAAe,MAAM,CAAC"}
|