@designsystem-se/af 37.0.1 → 37.0.2-beta.0
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/components/digi-bar-chart.js +1 -1
- package/components/digi-button.js +1 -1
- package/components/digi-calendar-datepicker.js +4 -4
- package/components/digi-calendar-week-view.js +1 -1
- package/components/digi-calendar.js +1 -1
- package/components/digi-chart-line.js +1 -1
- package/components/digi-code-block.js +1 -1
- package/components/digi-code-example.js +3 -3
- package/components/digi-context-menu.js +1 -1
- package/components/digi-dialog.js +3 -3
- package/components/digi-expandable-faq-item.js +1 -1
- package/components/digi-footer.js +1 -1
- package/components/digi-form-category-filter.js +1 -1
- package/components/digi-form-checkbox.js +1 -1
- package/components/digi-form-error-list.js +3 -3
- package/components/digi-form-file-upload.js +1 -1
- package/components/digi-form-filter.js +2 -2
- package/components/digi-form-input-search.js +1 -1
- package/components/digi-form-receipt.js +1 -1
- package/components/digi-form-select-filter.js +3 -3
- package/components/digi-form-select.js +1 -1
- package/components/digi-header-avatar.js +1 -1
- package/components/digi-header-navigation.js +2 -2
- package/components/digi-header.js +3 -3
- package/components/digi-info-card.js +2 -2
- package/components/digi-link-internal.js +1 -1
- package/components/digi-logo.js +1 -1
- package/components/digi-navigation-pagination.js +2 -2
- package/components/digi-navigation-sidebar-button.js +1 -1
- package/components/digi-navigation-sidebar.js +1 -1
- package/components/digi-navigation-vertical-menu-item.js +1 -1
- package/components/digi-notification-alert.js +1 -1
- package/components/digi-notification-error-page.js +1 -1
- package/components/digi-progress-indicator.js +1 -1
- package/components/digi-quote.js +1 -1
- package/components/digi-tag.js +1 -1
- package/components/digi-title-logo.js +1 -1
- package/components/digi-tools-feedback.js +3 -3
- package/components/digi-tools-theme-provider.js +18 -5
- package/components/index.js +1 -1
- package/components/p-0d568c4b.js +66 -0
- package/components/{p-9466c4e0.js → p-117e7b18.js} +1 -1
- package/components/{p-7ff04204.js → p-29f63312.js} +2 -2
- package/components/p-606ba731.js +165 -0
- package/components/{p-44f143ea.js → p-7d3fb535.js} +2 -2
- package/components/{p-2ac136a0.js → p-a79e144f.js} +1 -1
- package/components/{p-f53eb01a.js → p-d2a95a3e.js} +1 -1
- package/components/p-d7ef9cb1.js +13 -0
- package/components/{p-62a0008b.js → p-e756fda7.js} +2 -2
- package/components/p-f77cb7ae.js +163 -0
- package/custom-elements.json +4 -0
- package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
- package/dist/cjs/digi-button_38.cjs.entry.js +5759 -0
- package/dist/cjs/digi-calendar-week-view.cjs.entry.js +50 -51
- package/dist/cjs/{digi-code-block_3.cjs.entry.js → digi-code-block.cjs.entry.js} +3 -143
- package/dist/cjs/digi-code-example.cjs.entry.js +1 -1
- package/dist/cjs/digi-dialog.cjs.entry.js +4 -15
- package/dist/cjs/digi-footer.cjs.entry.js +3 -14
- package/dist/cjs/digi-form-error-list.cjs.entry.js +3 -14
- package/dist/cjs/digi-form-file-upload.cjs.entry.js +10 -11
- package/dist/cjs/digi-form-input-search.cjs.entry.js +6 -7
- package/dist/cjs/digi-form-receipt.cjs.entry.js +3 -14
- package/dist/cjs/digi-header-avatar.cjs.entry.js +114 -0
- package/dist/cjs/digi-header-navigation-item.cjs.entry.js +27 -0
- package/dist/cjs/digi-header-navigation.cjs.entry.js +218 -0
- package/dist/cjs/digi-header-notification.cjs.entry.js +23 -0
- package/dist/cjs/digi-header.cjs.entry.js +134 -0
- package/dist/cjs/{digi-icon-copy.cjs.entry.js → digi-icon-bars.cjs.entry.js} +7 -7
- package/dist/cjs/digi-icon-bell-filled.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-x.cjs.entry.js +30 -0
- package/dist/cjs/digi-info-card.cjs.entry.js +1 -1
- package/dist/cjs/digi-link-internal.cjs.entry.js +1 -1
- package/dist/cjs/digi-media-image_2.cjs.entry.js +167 -0
- package/dist/cjs/digi-navigation-pagination.cjs.entry.js +3 -14
- package/dist/cjs/digi-navigation-sidebar-button.cjs.entry.js +30 -0
- package/dist/cjs/digi-notification-alert.cjs.entry.js +3 -14
- package/dist/cjs/digi-notification-error-page.cjs.entry.js +3 -14
- package/dist/cjs/digi-quote.cjs.entry.js +1 -1
- package/dist/cjs/digi-title-logo.cjs.entry.js +121 -0
- package/dist/cjs/digi-tools-feedback.cjs.entry.js +4 -15
- package/dist/cjs/digi-util-breakpoint-observer.cjs.entry.js +48 -0
- package/dist/cjs/{form-input-type.enum-9c8ee12a.js → form-input-type.enum-1fb2180a.js} +14 -0
- package/dist/cjs/{form-file-upload-variation.enum-634cfae8.js → form-validation-message-variation.enum-c5ec3e2d.js} +7 -0
- package/dist/cjs/index-7a477838.js +44 -96
- package/dist/cjs/{index-ac8e01b4.js → index-acb7b350.js} +189 -19
- package/dist/cjs/index.cjs.js +136 -141
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{typography-variation.enum-118ff8e5.js → typography-variation.enum-e41bd69d.js} +138 -0
- package/dist/collection/components/_button/button/button.css +6 -6
- package/dist/collection/components/_calendar/calendar/calendar.css +7 -2
- package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +347 -102
- package/dist/collection/components/_code/code-example/code-example.css +6 -0
- package/dist/collection/components/_dialog/dialog/dialog.css +1 -1
- package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.css +2 -2
- package/dist/collection/components/_form/form-checkbox/form-checkbox.css +347 -102
- package/dist/collection/components/_form/form-file-upload/form-file-upload.css +4 -3
- package/dist/collection/components/_form/form-select/form-select.css +2 -2
- package/dist/collection/components/_form/form-select-filter/form-select-filter.css +1 -1
- package/dist/collection/components/_header/header-avatar/header-avatar.css +346 -101
- package/dist/collection/components/_info-card/info-card/info-card.css +2 -2
- package/dist/collection/components/_link/link-internal/link-internal.css +346 -101
- package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.css +3 -3
- package/dist/collection/components/_progress/progress-indicator/progress-indicator.css +4 -3
- package/dist/collection/components/_quote/quote/quote.css +2 -2
- package/dist/collection/components/_tools/tools-feedback/tools-feedback.css +1 -1
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.css +113 -2
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.js +43 -2
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.js +5 -0
- package/dist/collection/design-tokens/components/_button.variables.scss +6 -6
- package/dist/collection/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_calendar.variables.scss +3 -2
- package/dist/collection/design-tokens/components/_dialog.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_form-checkbox.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_form-file-upload.variables.scss +2 -0
- package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_form-select.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_info-card.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
- package/dist/collection/design-tokens/components/_quote.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_tools-feedback.variables.scss +1 -1
- package/dist/collection/enums.js +1 -0
- package/dist/collection/styles/src/_alias.mixin.scss +274 -128
- package/dist/collection/styles/src/themes/_common.mixin.scss +7 -0
- package/dist/collection/styles/src/themes/_theme-af25.mixin.scss +143 -0
- package/dist/collection/styles/src/tokens-documentation/web-AF25.json +1406 -323
- package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +6 -6
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar.variables.scss +3 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_dialog.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-checkbox.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-file-upload.variables.scss +2 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
- package/dist/digi-arbetsformedlingen/design-tokens/components/_quote.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.css +1 -1
- package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -1
- package/dist/digi-arbetsformedlingen/index.esm.js +1 -1
- package/dist/digi-arbetsformedlingen/p-0f543000.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-13120f18.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-180663ef.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1a619dd3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-237cad1c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-26e8ea70.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3887bb40.js +1 -0
- package/dist/digi-arbetsformedlingen/p-52a3c86a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-54d9bd3e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5ca38506.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-64b65586.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-67e32cc2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-73a6be41.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-76ec3619.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-780519ec.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-800b764b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-82225661.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-84719680.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-920aee36.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9b6e8cf8.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9e56568b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a105d9fe.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ac87daf1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b328f60b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c64b4626.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d9bcab5f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e2c92528.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e540b80f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e5fee242.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e7ee9bea.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fa44ce49.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fe409f14.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +274 -128
- package/dist/digi-arbetsformedlingen/styles/src/themes/_common.mixin.scss +7 -0
- package/dist/digi-arbetsformedlingen/styles/src/themes/_theme-af25.mixin.scss +143 -0
- package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +1406 -323
- package/dist/esm/digi-arbetsformedlingen.js +1 -1
- package/dist/esm/digi-button_38.entry.js +5718 -0
- package/dist/esm/digi-calendar-week-view.entry.js +1 -2
- package/dist/esm/digi-code-block.entry.js +85 -0
- package/dist/esm/digi-code-example.entry.js +1 -1
- package/dist/esm/digi-dialog.entry.js +4 -15
- package/dist/esm/digi-footer.entry.js +3 -14
- package/dist/esm/digi-form-error-list.entry.js +3 -14
- package/dist/esm/digi-form-file-upload.entry.js +2 -3
- package/dist/esm/digi-form-input-search.entry.js +1 -2
- package/dist/esm/digi-form-receipt.entry.js +3 -14
- package/dist/esm/digi-header-avatar.entry.js +110 -0
- package/dist/esm/digi-header-navigation-item.entry.js +23 -0
- package/dist/esm/digi-header-navigation.entry.js +214 -0
- package/dist/esm/digi-header-notification.entry.js +19 -0
- package/dist/esm/digi-header.entry.js +130 -0
- package/dist/esm/digi-icon-bars.entry.js +26 -0
- package/dist/esm/digi-icon-bell-filled.entry.js +26 -0
- package/dist/esm/digi-icon-x.entry.js +26 -0
- package/dist/esm/digi-info-card.entry.js +1 -1
- package/dist/esm/digi-link-internal.entry.js +1 -1
- package/dist/esm/digi-media-image_2.entry.js +162 -0
- package/dist/esm/digi-navigation-pagination.entry.js +3 -14
- package/dist/esm/digi-navigation-sidebar-button.entry.js +26 -0
- package/dist/esm/digi-notification-alert.entry.js +3 -14
- package/dist/esm/digi-notification-error-page.entry.js +3 -14
- package/dist/esm/digi-quote.entry.js +1 -1
- package/dist/esm/digi-title-logo.entry.js +117 -0
- package/dist/esm/digi-tools-feedback.entry.js +4 -15
- package/dist/esm/digi-util-breakpoint-observer.entry.js +44 -0
- package/dist/esm/{form-input-type.enum-3da3db27.js → form-input-type.enum-a6bba983.js} +15 -1
- package/dist/esm/{form-file-upload-variation.enum-9c49ec5e.js → form-validation-message-variation.enum-f7835fc5.js} +8 -1
- package/dist/esm/index-148a7577.js +44 -96
- package/dist/esm/{index-2fce392f.js → index-dc6b83f7.js} +170 -3
- package/dist/esm/index.js +3 -14
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{typography-variation.enum-23eeecd2.js → typography-variation.enum-b07f76c9.js} +139 -1
- package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +9 -0
- package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.d.ts +4 -0
- package/dist/types/components.d.ts +12 -0
- package/dist/types/enums.d.ts +1 -0
- package/hydrate/index.js +40 -21
- package/hydrate/index.mjs +40 -21
- package/package.json +1 -1
- package/components/p-4bad4fb0.js +0 -7
- package/components/p-b57677c1.js +0 -66
- package/components/p-e8fc33ed.js +0 -165
- package/components/p-ff4f4fb8.js +0 -163
- package/dist/cjs/digi-button_17.cjs.entry.js +0 -1120
- package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +0 -2600
- package/dist/cjs/digi-calendar_2.cjs.entry.js +0 -464
- package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +0 -97
- package/dist/cjs/digi-form-category-filter.cjs.entry.js +0 -121
- package/dist/cjs/digi-form-checkbox.cjs.entry.js +0 -127
- package/dist/cjs/digi-form-input.cjs.entry.js +0 -194
- package/dist/cjs/digi-form-label_3.cjs.entry.js +0 -129
- package/dist/cjs/digi-form-radiogroup.cjs.entry.js +0 -80
- package/dist/cjs/digi-form-select-filter.cjs.entry.js +0 -565
- package/dist/cjs/digi-form-select_2.cjs.entry.js +0 -186
- package/dist/cjs/digi-icon-check.cjs.entry.js +0 -30
- package/dist/cjs/digi-icon-chevron-down.cjs.entry.js +0 -30
- package/dist/cjs/digi-icon-chevron-left_2.cjs.entry.js +0 -53
- package/dist/cjs/digi-icon-minus_2.cjs.entry.js +0 -53
- package/dist/cjs/digi-icon-validation-error_2.cjs.entry.js +0 -53
- package/dist/cjs/digi-link.cjs.entry.js +0 -75
- package/dist/cjs/digi-navigation-vertical-menu-item.cjs.entry.js +0 -150
- package/dist/cjs/digi-navigation-vertical-menu.cjs.entry.js +0 -177
- package/dist/cjs/digi-progress-indicator.cjs.entry.js +0 -137
- package/dist/cjs/digi-tools-theme-provider.cjs.entry.js +0 -28
- package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +0 -38
- package/dist/cjs/digi-typography-preamble.cjs.entry.js +0 -20
- package/dist/cjs/digi-typography.cjs.entry.js +0 -26
- package/dist/cjs/digi-util-mutation-observer.cjs.entry.js +0 -64
- package/dist/cjs/expandable-faq-item-variation.enum-89427195.js +0 -18
- package/dist/cjs/form-checkbox-variation.enum-d2ca879e.js +0 -19
- package/dist/cjs/form-input-search-variation.enum-e0e025b1.js +0 -15
- package/dist/cjs/form-input-variation.enum-c750520c.js +0 -29
- package/dist/cjs/form-radiogroup-validation.enum-03a17d4d.js +0 -9
- package/dist/cjs/form-select-variation.enum-528c1bf0.js +0 -16
- package/dist/cjs/form-validation-message-variation.enum-855ae0be.js +0 -8
- package/dist/cjs/index-cad91a90.js +0 -66
- package/dist/cjs/index-e8333bcc.js +0 -174
- package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +0 -13
- package/dist/cjs/progress-indicator-variation.enum-7cf8e0e4.js +0 -13
- package/dist/cjs/tools-theme-provider.brand.enum-bc855272.js +0 -7
- package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +0 -17
- package/dist/digi-arbetsformedlingen/p-029c4d40.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-07985aef.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-0c77050e.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-1f3345e9.js +0 -1
- package/dist/digi-arbetsformedlingen/p-1f956af8.js +0 -1
- package/dist/digi-arbetsformedlingen/p-24fe2189.js +0 -1
- package/dist/digi-arbetsformedlingen/p-2693c1d8.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-2c698144.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-33349e7e.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3a76bfde.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3b20ec86.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3d7fff3c.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-41bc039f.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4841b4e1.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4bad4fb0.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4e36c467.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-51149879.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-51bfa2a9.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-57319a80.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-57a0cc63.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-583d40dc.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-5d3383f9.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-681e7beb.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-6bd60ab6.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-6d864e79.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7238fdb8.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7327f45d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-750ff498.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-78c99e87.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7933b555.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7aacd45f.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7e125c6e.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-8142cc73.js +0 -1
- package/dist/digi-arbetsformedlingen/p-88b4d03a.js +0 -1
- package/dist/digi-arbetsformedlingen/p-905ccb30.js +0 -1
- package/dist/digi-arbetsformedlingen/p-93766b5e.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-96987381.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9a6ea3b7.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9b7f0707.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9be9a291.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a2561b9e.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a34dfc04.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-bd55807c.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c29ab968.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c68bf2b3.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c7949525.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ccd617cc.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d055d564.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d1886fff.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d5376b7c.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d7aa8315.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-e9abb2b1.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-edcb61eb.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-eeca26b2.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f447b984.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f94db846.entry.js +0 -1
- package/dist/esm/digi-button_17.entry.js +0 -1100
- package/dist/esm/digi-calendar-datepicker.entry.js +0 -2596
- package/dist/esm/digi-calendar_2.entry.js +0 -459
- package/dist/esm/digi-code-block_3.entry.js +0 -223
- package/dist/esm/digi-expandable-faq-item.entry.js +0 -93
- package/dist/esm/digi-form-category-filter.entry.js +0 -117
- package/dist/esm/digi-form-checkbox.entry.js +0 -123
- package/dist/esm/digi-form-input.entry.js +0 -190
- package/dist/esm/digi-form-label_3.entry.js +0 -123
- package/dist/esm/digi-form-radiogroup.entry.js +0 -76
- package/dist/esm/digi-form-select-filter.entry.js +0 -561
- package/dist/esm/digi-form-select_2.entry.js +0 -181
- package/dist/esm/digi-icon-check.entry.js +0 -26
- package/dist/esm/digi-icon-chevron-down.entry.js +0 -26
- package/dist/esm/digi-icon-chevron-left_2.entry.js +0 -48
- package/dist/esm/digi-icon-copy.entry.js +0 -26
- package/dist/esm/digi-icon-minus_2.entry.js +0 -48
- package/dist/esm/digi-icon-validation-error_2.entry.js +0 -48
- package/dist/esm/digi-link.entry.js +0 -71
- package/dist/esm/digi-navigation-vertical-menu-item.entry.js +0 -146
- package/dist/esm/digi-navigation-vertical-menu.entry.js +0 -173
- package/dist/esm/digi-progress-indicator.entry.js +0 -133
- package/dist/esm/digi-tools-theme-provider.entry.js +0 -24
- package/dist/esm/digi-typography-heading-jumbo.entry.js +0 -34
- package/dist/esm/digi-typography-preamble.entry.js +0 -16
- package/dist/esm/digi-typography.entry.js +0 -22
- package/dist/esm/digi-util-mutation-observer.entry.js +0 -60
- package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +0 -18
- package/dist/esm/form-checkbox-variation.enum-83e906fc.js +0 -19
- package/dist/esm/form-input-search-variation.enum-6d8dc10a.js +0 -15
- package/dist/esm/form-input-variation.enum-64d9450f.js +0 -29
- package/dist/esm/form-radiogroup-validation.enum-d790fc66.js +0 -9
- package/dist/esm/form-select-variation.enum-f2f6098d.js +0 -16
- package/dist/esm/form-validation-message-variation.enum-bcef8a9d.js +0 -8
- package/dist/esm/index-5b6c95c6.js +0 -63
- package/dist/esm/index-8685f88d.js +0 -170
- package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +0 -13
- package/dist/esm/progress-indicator-variation.enum-b12ba50a.js +0 -13
- package/dist/esm/tools-theme-provider.brand.enum-8c5a98c9.js +0 -7
- package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +0 -17
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -3,26 +3,19 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const badgeNotificationShape_enum = require('./badge-notification-shape.enum-ff802554.js');
|
|
6
|
-
const typographyVariation_enum = require('./typography-variation.enum-
|
|
6
|
+
const typographyVariation_enum = require('./typography-variation.enum-e41bd69d.js');
|
|
7
7
|
const badgeStatusVariation_enum = require('./badge-status-variation.enum-0a5adc21.js');
|
|
8
8
|
const codeExampleVariation_enum = require('./code-example-variation.enum-1611825e.js');
|
|
9
|
-
const
|
|
9
|
+
const formInputType_enum = require('./form-input-type.enum-1fb2180a.js');
|
|
10
10
|
const buttonVariation_enum = require('./button-variation.enum-bc521499.js');
|
|
11
11
|
const calendarWeekViewHeadingLevel_enum = require('./calendar-week-view-heading-level.enum-fd0c841b.js');
|
|
12
12
|
const barChartVariation_enum = require('./bar-chart-variation.enum-a4e866b6.js');
|
|
13
13
|
const codeVariation_enum = require('./code-variation.enum-c4a4e6fd.js');
|
|
14
14
|
const expandableAccordionHeaderLevel_enum = require('./expandable-accordion-header-level.enum-45483252.js');
|
|
15
|
-
const expandableFaqItemVariation_enum = require('./expandable-faq-item-variation.enum-89427195.js');
|
|
16
15
|
const expandableFaqVariation_enum = require('./expandable-faq-variation.enum-af923f49.js');
|
|
17
16
|
const footerCardVariation_enum = require('./footer-card-variation.enum-99555edc.js');
|
|
18
|
-
const
|
|
19
|
-
const formFileUploadVariation_enum = require('./form-file-upload-variation.enum-634cfae8.js');
|
|
20
|
-
const formInputType_enum = require('./form-input-type.enum-9c8ee12a.js');
|
|
21
|
-
const formInputVariation_enum = require('./form-input-variation.enum-c750520c.js');
|
|
22
|
-
const formRadiogroupValidation_enum = require('./form-radiogroup-validation.enum-03a17d4d.js');
|
|
23
|
-
const formSelectVariation_enum = require('./form-select-variation.enum-528c1bf0.js');
|
|
17
|
+
const formValidationMessageVariation_enum = require('./form-validation-message-variation.enum-c5ec3e2d.js');
|
|
24
18
|
const formTextareaVariation_enum = require('./form-textarea-variation.enum-9c90d40f.js');
|
|
25
|
-
const formValidationMessageVariation_enum = require('./form-validation-message-variation.enum-855ae0be.js');
|
|
26
19
|
const infoCardMultiType_enum = require('./info-card-multi-type.enum-14746572.js');
|
|
27
20
|
const infoCardVariation_enum = require('./info-card-variation.enum-64cef637.js');
|
|
28
21
|
const layoutBlockVariation_enum = require('./layout-block-variation.enum-f6102119.js');
|
|
@@ -34,8 +27,6 @@ const loaderSpinnerSize_enum = require('./loader-spinner-size.enum-db2973f0.js')
|
|
|
34
27
|
const logoVariation_enum = require('./logo-variation.enum-607fadb4.js');
|
|
35
28
|
const mediaFigureAlignment_enum = require('./media-figure-alignment.enum-3885aba5.js');
|
|
36
29
|
const navigationSidebarVariation_enum = require('./navigation-sidebar-variation.enum-1c0c3064.js');
|
|
37
|
-
const navigationVerticalMenuVariation_enum = require('./navigation-vertical-menu-variation.enum-c237edd3.js');
|
|
38
|
-
const progressIndicatorVariation_enum = require('./progress-indicator-variation.enum-7cf8e0e4.js');
|
|
39
30
|
const progressListItemVariation_enum = require('./progress-list-item-variation.enum-90e4c874.js');
|
|
40
31
|
const progressListVariation_enum = require('./progress-list-variation.enum-06d5ce27.js');
|
|
41
32
|
const progressbarVariation_enum = require('./progressbar-variation.enum-aff9fa80.js');
|
|
@@ -45,8 +36,6 @@ const tagMediaIcon_enum = require('./tag-media-icon.enum-372563c5.js');
|
|
|
45
36
|
const tagSize_enum = require('./tag-size.enum-387c516c.js');
|
|
46
37
|
const toolsFeedbackBannerType_enum = require('./tools-feedback-banner-type.enum-de373ba0.js');
|
|
47
38
|
const toolsFeedbackRatingVariation_enum = require('./tools-feedback-rating-variation.enum-2f71e84d.js');
|
|
48
|
-
const toolsThemeProvider_brand_enum = require('./tools-theme-provider.brand.enum-bc855272.js');
|
|
49
|
-
const typographyHeadingJumboVariation_enum = require('./typography-heading-jumbo-variation.enum-8677e099.js');
|
|
50
39
|
const typographyMetaVariation_enum = require('./typography-meta-variation.enum-13ac3538.js');
|
|
51
40
|
const typographyTimeVariation_enum = require('./typography-time-variation.enum-bce1d87e.js');
|
|
52
41
|
const utilBreakpointObserverBreakpoints_enum = require('./util-breakpoint-observer-breakpoints.enum-e96d3a84.js');
|
|
@@ -110,6 +99,18 @@ Object.defineProperty(exports, 'ErrorPageStatusCodes', {
|
|
|
110
99
|
return typographyVariation_enum.ErrorPageStatusCodes;
|
|
111
100
|
}
|
|
112
101
|
});
|
|
102
|
+
Object.defineProperty(exports, 'ExpandableFaqItemHeadingLevel', {
|
|
103
|
+
enumerable: true,
|
|
104
|
+
get: function () {
|
|
105
|
+
return typographyVariation_enum.ExpandableFaqItemHeadingLevel;
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
Object.defineProperty(exports, 'ExpandableFaqItemVariation', {
|
|
109
|
+
enumerable: true,
|
|
110
|
+
get: function () {
|
|
111
|
+
return typographyVariation_enum.ExpandableFaqItemVariation;
|
|
112
|
+
}
|
|
113
|
+
});
|
|
113
114
|
Object.defineProperty(exports, 'FeedbackVariation', {
|
|
114
115
|
enumerable: true,
|
|
115
116
|
get: function () {
|
|
@@ -122,6 +123,24 @@ Object.defineProperty(exports, 'FooterVariation', {
|
|
|
122
123
|
return typographyVariation_enum.FooterVariation;
|
|
123
124
|
}
|
|
124
125
|
});
|
|
126
|
+
Object.defineProperty(exports, 'FormCheckboxLayout', {
|
|
127
|
+
enumerable: true,
|
|
128
|
+
get: function () {
|
|
129
|
+
return typographyVariation_enum.FormCheckboxLayout;
|
|
130
|
+
}
|
|
131
|
+
});
|
|
132
|
+
Object.defineProperty(exports, 'FormCheckboxValidation', {
|
|
133
|
+
enumerable: true,
|
|
134
|
+
get: function () {
|
|
135
|
+
return typographyVariation_enum.FormCheckboxValidation;
|
|
136
|
+
}
|
|
137
|
+
});
|
|
138
|
+
Object.defineProperty(exports, 'FormCheckboxVariation', {
|
|
139
|
+
enumerable: true,
|
|
140
|
+
get: function () {
|
|
141
|
+
return typographyVariation_enum.FormCheckboxVariation;
|
|
142
|
+
}
|
|
143
|
+
});
|
|
125
144
|
Object.defineProperty(exports, 'FormErrorListHeadingLevel', {
|
|
126
145
|
enumerable: true,
|
|
127
146
|
get: function () {
|
|
@@ -134,6 +153,24 @@ Object.defineProperty(exports, 'FormFieldsetValidation', {
|
|
|
134
153
|
return typographyVariation_enum.FormFieldsetValidation;
|
|
135
154
|
}
|
|
136
155
|
});
|
|
156
|
+
Object.defineProperty(exports, 'FormInputMode', {
|
|
157
|
+
enumerable: true,
|
|
158
|
+
get: function () {
|
|
159
|
+
return typographyVariation_enum.FormInputMode;
|
|
160
|
+
}
|
|
161
|
+
});
|
|
162
|
+
Object.defineProperty(exports, 'FormInputValidation', {
|
|
163
|
+
enumerable: true,
|
|
164
|
+
get: function () {
|
|
165
|
+
return typographyVariation_enum.FormInputValidation;
|
|
166
|
+
}
|
|
167
|
+
});
|
|
168
|
+
Object.defineProperty(exports, 'FormInputVariation', {
|
|
169
|
+
enumerable: true,
|
|
170
|
+
get: function () {
|
|
171
|
+
return typographyVariation_enum.FormInputVariation;
|
|
172
|
+
}
|
|
173
|
+
});
|
|
137
174
|
Object.defineProperty(exports, 'FormRadiobuttonLayout', {
|
|
138
175
|
enumerable: true,
|
|
139
176
|
get: function () {
|
|
@@ -152,6 +189,12 @@ Object.defineProperty(exports, 'FormRadiobuttonVariation', {
|
|
|
152
189
|
return typographyVariation_enum.FormRadiobuttonVariation;
|
|
153
190
|
}
|
|
154
191
|
});
|
|
192
|
+
Object.defineProperty(exports, 'FormRadiogroupValidation', {
|
|
193
|
+
enumerable: true,
|
|
194
|
+
get: function () {
|
|
195
|
+
return typographyVariation_enum.FormRadiogroupValidation;
|
|
196
|
+
}
|
|
197
|
+
});
|
|
155
198
|
Object.defineProperty(exports, 'FormReceiptHeadingLevel', {
|
|
156
199
|
enumerable: true,
|
|
157
200
|
get: function () {
|
|
@@ -176,6 +219,18 @@ Object.defineProperty(exports, 'FormSelectFilterValidation', {
|
|
|
176
219
|
return typographyVariation_enum.FormSelectFilterValidation;
|
|
177
220
|
}
|
|
178
221
|
});
|
|
222
|
+
Object.defineProperty(exports, 'FormSelectValidation', {
|
|
223
|
+
enumerable: true,
|
|
224
|
+
get: function () {
|
|
225
|
+
return typographyVariation_enum.FormSelectValidation;
|
|
226
|
+
}
|
|
227
|
+
});
|
|
228
|
+
Object.defineProperty(exports, 'FormSelectVariation', {
|
|
229
|
+
enumerable: true,
|
|
230
|
+
get: function () {
|
|
231
|
+
return typographyVariation_enum.FormSelectVariation;
|
|
232
|
+
}
|
|
233
|
+
});
|
|
179
234
|
Object.defineProperty(exports, 'HeaderCenterContentWidth', {
|
|
180
235
|
enumerable: true,
|
|
181
236
|
get: function () {
|
|
@@ -224,6 +279,18 @@ Object.defineProperty(exports, 'LayoutContainerVariation', {
|
|
|
224
279
|
return typographyVariation_enum.LayoutContainerVariation;
|
|
225
280
|
}
|
|
226
281
|
});
|
|
282
|
+
Object.defineProperty(exports, 'NavigationVerticalMenuActiveIndicatorSize', {
|
|
283
|
+
enumerable: true,
|
|
284
|
+
get: function () {
|
|
285
|
+
return typographyVariation_enum.NavigationVerticalMenuActiveIndicatorSize;
|
|
286
|
+
}
|
|
287
|
+
});
|
|
288
|
+
Object.defineProperty(exports, 'NavigationVerticalMenuVariation', {
|
|
289
|
+
enumerable: true,
|
|
290
|
+
get: function () {
|
|
291
|
+
return typographyVariation_enum.NavigationVerticalMenuVariation;
|
|
292
|
+
}
|
|
293
|
+
});
|
|
227
294
|
Object.defineProperty(exports, 'NotificationAlertHeadingLevel', {
|
|
228
295
|
enumerable: true,
|
|
229
296
|
get: function () {
|
|
@@ -242,6 +309,18 @@ Object.defineProperty(exports, 'NotificationAlertVariation', {
|
|
|
242
309
|
return typographyVariation_enum.NotificationAlertVariation;
|
|
243
310
|
}
|
|
244
311
|
});
|
|
312
|
+
Object.defineProperty(exports, 'ProgressIndicatorRole', {
|
|
313
|
+
enumerable: true,
|
|
314
|
+
get: function () {
|
|
315
|
+
return typographyVariation_enum.ProgressIndicatorRole;
|
|
316
|
+
}
|
|
317
|
+
});
|
|
318
|
+
Object.defineProperty(exports, 'ProgressIndicatorVariation', {
|
|
319
|
+
enumerable: true,
|
|
320
|
+
get: function () {
|
|
321
|
+
return typographyVariation_enum.ProgressIndicatorVariation;
|
|
322
|
+
}
|
|
323
|
+
});
|
|
245
324
|
Object.defineProperty(exports, 'TitleLogoVariation', {
|
|
246
325
|
enumerable: true,
|
|
247
326
|
get: function () {
|
|
@@ -260,6 +339,30 @@ Object.defineProperty(exports, 'ToolsFeedbackType', {
|
|
|
260
339
|
return typographyVariation_enum.ToolsFeedbackType;
|
|
261
340
|
}
|
|
262
341
|
});
|
|
342
|
+
Object.defineProperty(exports, 'ToolsThemeProviderBrandEnum', {
|
|
343
|
+
enumerable: true,
|
|
344
|
+
get: function () {
|
|
345
|
+
return typographyVariation_enum.ToolsThemeProviderBrandEnum;
|
|
346
|
+
}
|
|
347
|
+
});
|
|
348
|
+
Object.defineProperty(exports, 'ToolsThemeProviderThemeEnum', {
|
|
349
|
+
enumerable: true,
|
|
350
|
+
get: function () {
|
|
351
|
+
return typographyVariation_enum.ToolsThemeProviderThemeEnum;
|
|
352
|
+
}
|
|
353
|
+
});
|
|
354
|
+
Object.defineProperty(exports, 'TypographyHeadingJumboLevel', {
|
|
355
|
+
enumerable: true,
|
|
356
|
+
get: function () {
|
|
357
|
+
return typographyVariation_enum.TypographyHeadingJumboLevel;
|
|
358
|
+
}
|
|
359
|
+
});
|
|
360
|
+
Object.defineProperty(exports, 'TypographyHeadingJumboVariation', {
|
|
361
|
+
enumerable: true,
|
|
362
|
+
get: function () {
|
|
363
|
+
return typographyVariation_enum.TypographyHeadingJumboVariation;
|
|
364
|
+
}
|
|
365
|
+
});
|
|
263
366
|
Object.defineProperty(exports, 'TypographyVariation', {
|
|
264
367
|
enumerable: true,
|
|
265
368
|
get: function () {
|
|
@@ -311,13 +414,25 @@ Object.defineProperty(exports, 'CodeExampleVariation', {
|
|
|
311
414
|
Object.defineProperty(exports, 'ButtonType', {
|
|
312
415
|
enumerable: true,
|
|
313
416
|
get: function () {
|
|
314
|
-
return
|
|
417
|
+
return formInputType_enum.ButtonType;
|
|
418
|
+
}
|
|
419
|
+
});
|
|
420
|
+
Object.defineProperty(exports, 'FormInputButtonVariation', {
|
|
421
|
+
enumerable: true,
|
|
422
|
+
get: function () {
|
|
423
|
+
return formInputType_enum.FormInputButtonVariation;
|
|
315
424
|
}
|
|
316
425
|
});
|
|
317
426
|
Object.defineProperty(exports, 'FormInputSearchVariation', {
|
|
318
427
|
enumerable: true,
|
|
319
428
|
get: function () {
|
|
320
|
-
return
|
|
429
|
+
return formInputType_enum.FormInputSearchVariation;
|
|
430
|
+
}
|
|
431
|
+
});
|
|
432
|
+
Object.defineProperty(exports, 'FormInputType', {
|
|
433
|
+
enumerable: true,
|
|
434
|
+
get: function () {
|
|
435
|
+
return formInputType_enum.FormInputType;
|
|
321
436
|
}
|
|
322
437
|
});
|
|
323
438
|
Object.defineProperty(exports, 'ButtonVariation', {
|
|
@@ -356,18 +471,6 @@ Object.defineProperty(exports, 'ExpandableAccordionHeaderLevel', {
|
|
|
356
471
|
return expandableAccordionHeaderLevel_enum.ExpandableAccordionHeaderLevel;
|
|
357
472
|
}
|
|
358
473
|
});
|
|
359
|
-
Object.defineProperty(exports, 'ExpandableFaqItemHeadingLevel', {
|
|
360
|
-
enumerable: true,
|
|
361
|
-
get: function () {
|
|
362
|
-
return expandableFaqItemVariation_enum.ExpandableFaqItemHeadingLevel;
|
|
363
|
-
}
|
|
364
|
-
});
|
|
365
|
-
Object.defineProperty(exports, 'ExpandableFaqItemVariation', {
|
|
366
|
-
enumerable: true,
|
|
367
|
-
get: function () {
|
|
368
|
-
return expandableFaqItemVariation_enum.ExpandableFaqItemVariation;
|
|
369
|
-
}
|
|
370
|
-
});
|
|
371
474
|
Object.defineProperty(exports, 'ExpandableFaqHeadingLevel', {
|
|
372
475
|
enumerable: true,
|
|
373
476
|
get: function () {
|
|
@@ -386,88 +489,28 @@ Object.defineProperty(exports, 'FooterCardVariation', {
|
|
|
386
489
|
return footerCardVariation_enum.FooterCardVariation;
|
|
387
490
|
}
|
|
388
491
|
});
|
|
389
|
-
Object.defineProperty(exports, 'FormCheckboxLayout', {
|
|
390
|
-
enumerable: true,
|
|
391
|
-
get: function () {
|
|
392
|
-
return formCheckboxVariation_enum.FormCheckboxLayout;
|
|
393
|
-
}
|
|
394
|
-
});
|
|
395
|
-
Object.defineProperty(exports, 'FormCheckboxValidation', {
|
|
396
|
-
enumerable: true,
|
|
397
|
-
get: function () {
|
|
398
|
-
return formCheckboxVariation_enum.FormCheckboxValidation;
|
|
399
|
-
}
|
|
400
|
-
});
|
|
401
|
-
Object.defineProperty(exports, 'FormCheckboxVariation', {
|
|
402
|
-
enumerable: true,
|
|
403
|
-
get: function () {
|
|
404
|
-
return formCheckboxVariation_enum.FormCheckboxVariation;
|
|
405
|
-
}
|
|
406
|
-
});
|
|
407
492
|
Object.defineProperty(exports, 'FormFileUploadHeadingLevel', {
|
|
408
493
|
enumerable: true,
|
|
409
494
|
get: function () {
|
|
410
|
-
return
|
|
495
|
+
return formValidationMessageVariation_enum.FormFileUploadHeadingLevel;
|
|
411
496
|
}
|
|
412
497
|
});
|
|
413
498
|
Object.defineProperty(exports, 'FormFileUploadValidation', {
|
|
414
499
|
enumerable: true,
|
|
415
500
|
get: function () {
|
|
416
|
-
return
|
|
501
|
+
return formValidationMessageVariation_enum.FormFileUploadValidation;
|
|
417
502
|
}
|
|
418
503
|
});
|
|
419
504
|
Object.defineProperty(exports, 'FormFileUploadVariation', {
|
|
420
505
|
enumerable: true,
|
|
421
506
|
get: function () {
|
|
422
|
-
return
|
|
423
|
-
}
|
|
424
|
-
});
|
|
425
|
-
Object.defineProperty(exports, 'FormInputButtonVariation', {
|
|
426
|
-
enumerable: true,
|
|
427
|
-
get: function () {
|
|
428
|
-
return formInputType_enum.FormInputButtonVariation;
|
|
429
|
-
}
|
|
430
|
-
});
|
|
431
|
-
Object.defineProperty(exports, 'FormInputType', {
|
|
432
|
-
enumerable: true,
|
|
433
|
-
get: function () {
|
|
434
|
-
return formInputType_enum.FormInputType;
|
|
435
|
-
}
|
|
436
|
-
});
|
|
437
|
-
Object.defineProperty(exports, 'FormInputMode', {
|
|
438
|
-
enumerable: true,
|
|
439
|
-
get: function () {
|
|
440
|
-
return formInputVariation_enum.FormInputMode;
|
|
441
|
-
}
|
|
442
|
-
});
|
|
443
|
-
Object.defineProperty(exports, 'FormInputValidation', {
|
|
444
|
-
enumerable: true,
|
|
445
|
-
get: function () {
|
|
446
|
-
return formInputVariation_enum.FormInputValidation;
|
|
447
|
-
}
|
|
448
|
-
});
|
|
449
|
-
Object.defineProperty(exports, 'FormInputVariation', {
|
|
450
|
-
enumerable: true,
|
|
451
|
-
get: function () {
|
|
452
|
-
return formInputVariation_enum.FormInputVariation;
|
|
453
|
-
}
|
|
454
|
-
});
|
|
455
|
-
Object.defineProperty(exports, 'FormRadiogroupValidation', {
|
|
456
|
-
enumerable: true,
|
|
457
|
-
get: function () {
|
|
458
|
-
return formRadiogroupValidation_enum.FormRadiogroupValidation;
|
|
459
|
-
}
|
|
460
|
-
});
|
|
461
|
-
Object.defineProperty(exports, 'FormSelectValidation', {
|
|
462
|
-
enumerable: true,
|
|
463
|
-
get: function () {
|
|
464
|
-
return formSelectVariation_enum.FormSelectValidation;
|
|
507
|
+
return formValidationMessageVariation_enum.FormFileUploadVariation;
|
|
465
508
|
}
|
|
466
509
|
});
|
|
467
|
-
Object.defineProperty(exports, '
|
|
510
|
+
Object.defineProperty(exports, 'FormValidationMessageVariation', {
|
|
468
511
|
enumerable: true,
|
|
469
512
|
get: function () {
|
|
470
|
-
return
|
|
513
|
+
return formValidationMessageVariation_enum.FormValidationMessageVariation;
|
|
471
514
|
}
|
|
472
515
|
});
|
|
473
516
|
Object.defineProperty(exports, 'FormTextareaValidation', {
|
|
@@ -482,12 +525,6 @@ Object.defineProperty(exports, 'FormTextareaVariation', {
|
|
|
482
525
|
return formTextareaVariation_enum.FormTextareaVariation;
|
|
483
526
|
}
|
|
484
527
|
});
|
|
485
|
-
Object.defineProperty(exports, 'FormValidationMessageVariation', {
|
|
486
|
-
enumerable: true,
|
|
487
|
-
get: function () {
|
|
488
|
-
return formValidationMessageVariation_enum.FormValidationMessageVariation;
|
|
489
|
-
}
|
|
490
|
-
});
|
|
491
528
|
Object.defineProperty(exports, 'InfoCardMultiType', {
|
|
492
529
|
enumerable: true,
|
|
493
530
|
get: function () {
|
|
@@ -620,30 +657,6 @@ Object.defineProperty(exports, 'NavigationSidebarVariation', {
|
|
|
620
657
|
return navigationSidebarVariation_enum.NavigationSidebarVariation;
|
|
621
658
|
}
|
|
622
659
|
});
|
|
623
|
-
Object.defineProperty(exports, 'NavigationVerticalMenuActiveIndicatorSize', {
|
|
624
|
-
enumerable: true,
|
|
625
|
-
get: function () {
|
|
626
|
-
return navigationVerticalMenuVariation_enum.NavigationVerticalMenuActiveIndicatorSize;
|
|
627
|
-
}
|
|
628
|
-
});
|
|
629
|
-
Object.defineProperty(exports, 'NavigationVerticalMenuVariation', {
|
|
630
|
-
enumerable: true,
|
|
631
|
-
get: function () {
|
|
632
|
-
return navigationVerticalMenuVariation_enum.NavigationVerticalMenuVariation;
|
|
633
|
-
}
|
|
634
|
-
});
|
|
635
|
-
Object.defineProperty(exports, 'ProgressIndicatorRole', {
|
|
636
|
-
enumerable: true,
|
|
637
|
-
get: function () {
|
|
638
|
-
return progressIndicatorVariation_enum.ProgressIndicatorRole;
|
|
639
|
-
}
|
|
640
|
-
});
|
|
641
|
-
Object.defineProperty(exports, 'ProgressIndicatorVariation', {
|
|
642
|
-
enumerable: true,
|
|
643
|
-
get: function () {
|
|
644
|
-
return progressIndicatorVariation_enum.ProgressIndicatorVariation;
|
|
645
|
-
}
|
|
646
|
-
});
|
|
647
660
|
Object.defineProperty(exports, 'ProgressListItemHeadingLevel', {
|
|
648
661
|
enumerable: true,
|
|
649
662
|
get: function () {
|
|
@@ -782,24 +795,6 @@ Object.defineProperty(exports, 'FeedbackRatingVariation', {
|
|
|
782
795
|
return toolsFeedbackRatingVariation_enum.FeedbackRatingVariation;
|
|
783
796
|
}
|
|
784
797
|
});
|
|
785
|
-
Object.defineProperty(exports, 'ToolsThemeProviderBrandEnum', {
|
|
786
|
-
enumerable: true,
|
|
787
|
-
get: function () {
|
|
788
|
-
return toolsThemeProvider_brand_enum.ToolsThemeProviderBrandEnum;
|
|
789
|
-
}
|
|
790
|
-
});
|
|
791
|
-
Object.defineProperty(exports, 'TypographyHeadingJumboLevel', {
|
|
792
|
-
enumerable: true,
|
|
793
|
-
get: function () {
|
|
794
|
-
return typographyHeadingJumboVariation_enum.TypographyHeadingJumboLevel;
|
|
795
|
-
}
|
|
796
|
-
});
|
|
797
|
-
Object.defineProperty(exports, 'TypographyHeadingJumboVariation', {
|
|
798
|
-
enumerable: true,
|
|
799
|
-
get: function () {
|
|
800
|
-
return typographyHeadingJumboVariation_enum.TypographyHeadingJumboVariation;
|
|
801
|
-
}
|
|
802
|
-
});
|
|
803
798
|
Object.defineProperty(exports, 'TypographyMetaVariation', {
|
|
804
799
|
enumerable: true,
|
|
805
800
|
get: function () {
|