@designsystem-se/af 38.2.1-beta.dark-mode → 39.0.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 +6 -6
- 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 +3 -3
- package/components/digi-form-input-search.js +1 -1
- package/components/digi-form-receipt.js +1 -1
- package/components/digi-form-select-filter.js +87 -50
- 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 +5 -5
- package/components/digi-info-card-multi.js +1 -1
- package/components/digi-info-card.js +2 -2
- package/components/digi-link-button.js +1 -1
- package/components/digi-link-internal.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 +5 -18
- package/components/index.js +1 -1
- package/components/p-4bad4fb0.js +7 -0
- package/components/p-70fad0ea.js +165 -0
- package/components/{p-78154d00.js → p-75c8d67e.js} +2 -2
- package/components/{p-0207ebef.js → p-9df35672.js} +1 -1
- package/components/p-ab07faba.js +66 -0
- package/components/{p-8562da9d.js → p-bc5b7057.js} +2 -2
- package/components/{p-99793659.js → p-dbb0665a.js} +2 -2
- package/components/{p-b94458ed.js → p-e2a68e2b.js} +1 -1
- package/components/p-f84f590e.js +177 -0
- package/custom-elements.json +1 -5
- package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
- package/dist/cjs/digi-button_11.cjs.entry.js +1194 -0
- package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +2601 -0
- package/dist/cjs/digi-calendar-week-view.cjs.entry.js +51 -50
- package/dist/cjs/digi-calendar_2.cjs.entry.js +464 -0
- package/dist/cjs/{digi-code-block_2.cjs.entry.js → digi-code-block_3.cjs.entry.js} +132 -1
- package/dist/cjs/digi-code-example.cjs.entry.js +1 -1
- package/dist/cjs/digi-context-menu.cjs.entry.js +240 -0
- package/dist/cjs/digi-dialog.cjs.entry.js +18 -2
- package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +97 -0
- package/dist/cjs/digi-footer-card.cjs.entry.js +29 -0
- package/dist/cjs/digi-footer.cjs.entry.js +74 -0
- package/dist/cjs/digi-form-category-filter.cjs.entry.js +121 -0
- package/dist/cjs/digi-form-checkbox.cjs.entry.js +139 -0
- package/dist/cjs/digi-form-error-list.cjs.entry.js +17 -1
- package/dist/cjs/digi-form-file-upload.cjs.entry.js +601 -0
- package/dist/cjs/digi-form-filter.cjs.entry.js +248 -0
- package/dist/cjs/digi-form-receipt.cjs.entry.js +17 -1
- package/dist/cjs/digi-form-select_2.cjs.entry.js +186 -0
- 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 +228 -0
- package/dist/cjs/digi-header-notification.cjs.entry.js +23 -0
- package/dist/cjs/digi-header.cjs.entry.js +115 -0
- package/dist/cjs/digi-icon-accessibility-universal.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bars.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bell-filled.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-check-circle-solid_4.cjs.entry.js +99 -0
- package/dist/cjs/digi-icon-chevron-left_2.cjs.entry.js +53 -0
- package/dist/cjs/digi-icon-copy.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-envelope.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-external-link-alt_2.cjs.entry.js +60 -0
- package/dist/cjs/digi-icon-globe.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +145 -0
- package/dist/cjs/digi-icon-minus_2.cjs.entry.js +53 -0
- package/dist/cjs/digi-icon-notification-error_4.cjs.entry.js +99 -0
- package/dist/cjs/digi-icon-sign.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-spinner.cjs.entry.js +31 -0
- package/dist/cjs/digi-icon-x.cjs.entry.js +30 -0
- package/dist/cjs/digi-info-card-multi-container.cjs.entry.js +22 -0
- package/dist/cjs/digi-info-card-multi.cjs.entry.js +58 -0
- package/dist/cjs/digi-info-card.cjs.entry.js +79 -0
- package/dist/cjs/digi-layout-block_2.cjs.entry.js +92 -0
- package/dist/cjs/digi-layout-columns.cjs.entry.js +33 -0
- package/dist/cjs/digi-link-button.cjs.entry.js +66 -0
- package/dist/cjs/digi-link-internal.cjs.entry.js +37 -0
- package/dist/cjs/digi-link.cjs.entry.js +75 -0
- package/dist/cjs/digi-logo.cjs.entry.js +49 -0
- package/dist/cjs/digi-media-image_2.cjs.entry.js +167 -0
- package/dist/cjs/digi-navigation-pagination.cjs.entry.js +17 -1
- package/dist/cjs/digi-navigation-sidebar-button.cjs.entry.js +30 -0
- package/dist/cjs/digi-navigation-vertical-menu-item.cjs.entry.js +150 -0
- package/dist/cjs/digi-navigation-vertical-menu.cjs.entry.js +177 -0
- package/dist/cjs/digi-notification-alert.cjs.entry.js +112 -0
- package/dist/cjs/digi-notification-error-page.cjs.entry.js +17 -1
- package/dist/cjs/digi-progress-indicator.cjs.entry.js +137 -0
- package/dist/cjs/digi-quote.cjs.entry.js +1 -1
- package/dist/cjs/digi-tag-media.cjs.entry.js +47 -0
- package/dist/cjs/digi-title-logo.cjs.entry.js +133 -0
- package/dist/cjs/digi-tools-feedback.cjs.entry.js +18 -2
- package/dist/cjs/digi-tools-theme-provider.cjs.entry.js +28 -0
- package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +38 -0
- package/dist/cjs/digi-typography-preamble.cjs.entry.js +20 -0
- package/dist/cjs/digi-typography.cjs.entry.js +26 -0
- package/dist/cjs/digi-util-breakpoint-observer.cjs.entry.js +48 -0
- package/dist/cjs/digi-util-mutation-observer.cjs.entry.js +64 -0
- package/dist/cjs/expandable-faq-item-variation.enum-89427195.js +18 -0
- package/dist/cjs/footer-card-variation.enum-99555edc.js +8 -0
- package/dist/cjs/form-checkbox-variation.enum-d2ca879e.js +19 -0
- package/dist/cjs/form-select-variation.enum-528c1bf0.js +16 -0
- package/dist/cjs/form-validation-message-variation.enum-c5ec3e2d.js +31 -0
- package/dist/cjs/index-7a477838.js +220 -4
- package/dist/cjs/{index-acb7b350.js → index-ac8e01b4.js} +19 -189
- package/dist/cjs/index-cad91a90.js +66 -0
- package/dist/cjs/index-e8333bcc.js +174 -0
- package/dist/cjs/index.cjs.js +189 -179
- package/dist/cjs/info-card-multi-type.enum-14746572.js +8 -0
- package/dist/cjs/info-card-variation.enum-64cef637.js +24 -0
- package/dist/cjs/layout-columns-variation.enum-65675649.js +23 -0
- package/dist/cjs/layout-container-max-width.enum-7e637f44.js +21 -0
- package/dist/cjs/link-button-variation.enum-137785e3.js +9 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/logo-color.enum-76f6c506.js +7 -0
- package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +13 -0
- package/dist/cjs/progress-indicator-variation.enum-7cf8e0e4.js +13 -0
- package/dist/cjs/tag-media-icon.enum-372563c5.js +11 -0
- package/dist/cjs/tools-theme-provider.brand.enum-bc855272.js +7 -0
- package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +17 -0
- package/dist/cjs/{typography-variation.enum-ad1b2403.js → typography-variation.enum-9aab5027.js} +0 -235
- package/dist/collection/components/_button/button/button.css +14 -14
- package/dist/collection/components/_calendar/calendar/calendar.css +3 -8
- package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +106 -426
- package/dist/collection/components/_code/code-example/code-example.css +0 -6
- 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 +106 -426
- package/dist/collection/components/_form/form-file-upload/form-file-upload.css +5 -6
- package/dist/collection/components/_form/form-filter/form-filter.css +2 -2
- package/dist/collection/components/_form/form-select/form-select.css +2 -2
- package/dist/collection/components/_form/form-select-filter/form-select-filter.css +3 -3
- package/dist/collection/components/_form/form-select-filter/form-select-filter.js +85 -48
- package/dist/collection/components/_header/header/header.js +2 -2
- package/dist/collection/components/_header/header-avatar/header-avatar.css +105 -425
- package/dist/collection/components/_info-card/info-card/info-card.css +2 -2
- package/dist/collection/components/_info-card/info-card-multi/info-card-multi.css +1 -1
- package/dist/collection/components/_link/link-button/link-button.css +3 -3
- package/dist/collection/components/_link/link-internal/link-internal.css +105 -425
- package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.css +2 -3
- package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.js +6 -6
- 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 +3 -4
- 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 +2 -166
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.js +2 -43
- package/dist/collection/design-tokens/components/_button.variables.scss +14 -14
- package/dist/collection/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_calendar.variables.scss +3 -4
- 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 +0 -2
- package/dist/collection/design-tokens/components/_form-filter.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +3 -3
- package/dist/collection/design-tokens/components/_form-select.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_info-card-multi.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_info-card.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_link-button.variables.scss +3 -3
- package/dist/collection/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
- 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 +0 -1
- package/dist/collection/styles/src/_alias.mixin.scss +105 -252
- package/dist/collection/styles/src/themes/_brand-af18.mixin.scss +0 -19
- package/dist/collection/styles/src/themes/_brand-af25.mixin.scss +0 -144
- package/dist/collection/styles/src/themes/_brand-common.mixin.scss +0 -7
- package/dist/collection/styles/src/tokens-documentation/web-AF25.json +4 -160
- package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +14 -14
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar.variables.scss +3 -4
- 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 +0 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-filter.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +3 -3
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card-multi.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_link-button.variables.scss +3 -3
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
- 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-02731621.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-07303cb5.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0ef5ec06.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0f6c0360.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0fbe6e50.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-10261517.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-13ee320b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1486034d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1f3345e9.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2295239c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-25371300.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2a023831.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2c685e4f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-300aa9ef.js +1 -0
- package/dist/digi-arbetsformedlingen/p-366e18f4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3887bb40.js +1 -0
- package/dist/digi-arbetsformedlingen/p-398d0f60.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3b20ec86.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3c9195db.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3efa2f0b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3f9dfdb0.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-408e9b2a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-416992c0.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4b8cae8a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4bad4fb0.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4e9f2f05.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-51149879.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-55bcba7c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-55d02ef7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5f20045a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5f4ece29.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/{p-1efcad5b.entry.js → p-655cda00.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-6abd8d58.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6fb0f1a4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-70da2307.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7aacd45f.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7e77bbe7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7e85c9e3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8142cc73.js +1 -0
- package/dist/digi-arbetsformedlingen/p-814ca2ad.js +1 -0
- package/dist/digi-arbetsformedlingen/p-820e795b.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8713df13.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8d9f4f10.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8ef41ad9.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8fa50755.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-915b2a14.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-986a1582.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9dd41cc4.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9f47d4b7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a0c77dff.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a2008b0a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a969ba67.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-af72f16f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/{p-160165b9.entry.js → p-b3283953.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-b3d93b8b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-beba49c2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-bf80a488.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c04ae2fc.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c06930c2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/{p-06704534.entry.js → p-c3e0f6dd.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c553b73b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c604694f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c604a480.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c7949525.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c7a512ee.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c7d079d0.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c9dfda73.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d182d8bb.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d1886fff.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d6d7b1d8.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-db246e29.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-de22ce43.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ecc2e481.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ee88e3f1.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f2e16531.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f447b984.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f4edca16.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f5bcd77b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f87c0b45.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fa77fcf7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fb9b3544.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fdca581c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +105 -252
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af18.mixin.scss +0 -19
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af25.mixin.scss +0 -144
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-common.mixin.scss +0 -7
- package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +4 -160
- package/dist/esm/digi-arbetsformedlingen.js +1 -1
- package/dist/esm/digi-button_11.entry.js +1180 -0
- package/dist/esm/digi-calendar-datepicker.entry.js +2597 -0
- package/dist/esm/digi-calendar-week-view.entry.js +2 -1
- package/dist/esm/digi-calendar_2.entry.js +459 -0
- package/dist/esm/{digi-code-block_2.entry.js → digi-code-block_3.entry.js} +133 -3
- package/dist/esm/digi-code-example.entry.js +1 -1
- package/dist/esm/digi-context-menu.entry.js +236 -0
- package/dist/esm/digi-dialog.entry.js +18 -2
- package/dist/esm/digi-expandable-faq-item.entry.js +93 -0
- package/dist/esm/digi-footer-card.entry.js +25 -0
- package/dist/esm/digi-footer.entry.js +70 -0
- package/dist/esm/digi-form-category-filter.entry.js +117 -0
- package/dist/esm/digi-form-checkbox.entry.js +135 -0
- package/dist/esm/digi-form-error-list.entry.js +17 -1
- package/dist/esm/digi-form-file-upload.entry.js +597 -0
- package/dist/esm/digi-form-filter.entry.js +244 -0
- package/dist/esm/digi-form-receipt.entry.js +17 -1
- package/dist/esm/digi-form-select_2.entry.js +181 -0
- 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 +224 -0
- package/dist/esm/digi-header-notification.entry.js +19 -0
- package/dist/esm/digi-header.entry.js +111 -0
- package/dist/esm/digi-icon-accessibility-universal.entry.js +26 -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-check-circle-solid_4.entry.js +92 -0
- package/dist/esm/digi-icon-chevron-left_2.entry.js +48 -0
- package/dist/esm/digi-icon-copy.entry.js +26 -0
- package/dist/esm/digi-icon-envelope.entry.js +26 -0
- package/dist/esm/digi-icon-external-link-alt_2.entry.js +55 -0
- package/dist/esm/digi-icon-globe.entry.js +26 -0
- package/dist/esm/digi-icon-list-ul_6.entry.js +136 -0
- package/dist/esm/digi-icon-minus_2.entry.js +48 -0
- package/dist/esm/digi-icon-notification-error_4.entry.js +92 -0
- package/dist/esm/digi-icon-sign.entry.js +26 -0
- package/dist/esm/digi-icon-spinner.entry.js +27 -0
- package/dist/esm/digi-icon-x.entry.js +26 -0
- package/dist/esm/digi-info-card-multi-container.entry.js +18 -0
- package/dist/esm/digi-info-card-multi.entry.js +54 -0
- package/dist/esm/digi-info-card.entry.js +75 -0
- package/dist/esm/digi-layout-block_2.entry.js +87 -0
- package/dist/esm/digi-layout-columns.entry.js +29 -0
- package/dist/esm/digi-link-button.entry.js +62 -0
- package/dist/esm/digi-link-internal.entry.js +33 -0
- package/dist/esm/digi-link.entry.js +71 -0
- package/dist/esm/digi-logo.entry.js +45 -0
- package/dist/esm/digi-media-image_2.entry.js +162 -0
- package/dist/esm/digi-navigation-pagination.entry.js +17 -1
- package/dist/esm/digi-navigation-sidebar-button.entry.js +26 -0
- package/dist/esm/digi-navigation-vertical-menu-item.entry.js +146 -0
- package/dist/esm/digi-navigation-vertical-menu.entry.js +173 -0
- package/dist/esm/digi-notification-alert.entry.js +108 -0
- package/dist/esm/digi-notification-error-page.entry.js +17 -1
- package/dist/esm/digi-progress-indicator.entry.js +133 -0
- package/dist/esm/digi-quote.entry.js +1 -1
- package/dist/esm/digi-tag-media.entry.js +43 -0
- package/dist/esm/digi-title-logo.entry.js +129 -0
- package/dist/esm/digi-tools-feedback.entry.js +18 -2
- package/dist/esm/digi-tools-theme-provider.entry.js +24 -0
- package/dist/esm/digi-typography-heading-jumbo.entry.js +34 -0
- package/dist/esm/digi-typography-preamble.entry.js +16 -0
- package/dist/esm/digi-typography.entry.js +22 -0
- package/dist/esm/digi-util-breakpoint-observer.entry.js +44 -0
- package/dist/esm/digi-util-mutation-observer.entry.js +60 -0
- package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +18 -0
- package/dist/esm/footer-card-variation.enum-cc732148.js +8 -0
- package/dist/esm/form-checkbox-variation.enum-83e906fc.js +19 -0
- package/dist/esm/form-select-variation.enum-f2f6098d.js +16 -0
- package/dist/esm/form-validation-message-variation.enum-f7835fc5.js +31 -0
- package/dist/esm/index-148a7577.js +220 -4
- package/dist/esm/{index-dc6b83f7.js → index-2fce392f.js} +3 -170
- package/dist/esm/index-5b6c95c6.js +63 -0
- package/dist/esm/index-8685f88d.js +170 -0
- package/dist/esm/index.js +17 -1
- package/dist/esm/info-card-multi-type.enum-07ee124f.js +8 -0
- package/dist/esm/info-card-variation.enum-2ccc52c1.js +24 -0
- package/dist/esm/layout-columns-variation.enum-34f7754e.js +23 -0
- package/dist/esm/layout-container-max-width.enum-c40018ac.js +21 -0
- package/dist/esm/link-button-variation.enum-84d4976f.js +9 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/logo-color.enum-8593dca6.js +7 -0
- package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +13 -0
- package/dist/esm/progress-indicator-variation.enum-b12ba50a.js +13 -0
- package/dist/esm/tag-media-icon.enum-fefa191c.js +11 -0
- package/dist/esm/tools-theme-provider.brand.enum-8c5a98c9.js +7 -0
- package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +17 -0
- package/dist/esm/typography-variation.enum-fdda731c.js +266 -0
- package/dist/types/components/_form/form-select-filter/form-select-filter.d.ts +22 -3
- package/dist/types/components/_navigation/navigation-context-menu/navigation-context-menu.d.ts +2 -2
- package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +0 -9
- package/dist/types/components.d.ts +6 -18
- package/dist/types/enums.d.ts +0 -1
- package/hydrate/index.js +114 -96
- package/hydrate/index.mjs +114 -96
- package/package.json +4 -2
- package/components/p-24e68936.js +0 -165
- package/components/p-4b1d11d0.js +0 -66
- package/components/p-8c4cbca6.js +0 -177
- package/components/p-d7ef9cb1.js +0 -13
- package/dist/cjs/digi-button_84.cjs.entry.js +0 -8421
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.js +0 -5
- package/dist/digi-arbetsformedlingen/p-3ae13b8a.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-72ef7f99.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-80500b2d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-8d055a17.js +0 -1
- package/dist/digi-arbetsformedlingen/p-922f4556.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a105d9fe.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c59e5f69.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ca8d7464.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ede12626.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +0 -1
- package/dist/esm/digi-button_84.entry.js +0 -8334
- package/dist/esm/typography-variation.enum-7319240b.js +0 -501
- package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.d.ts +0 -4
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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-9aab5027.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
9
|
const formInputType_enum = require('./form-input-type.enum-1fb2180a.js');
|
|
@@ -12,24 +12,40 @@ const calendarWeekViewHeadingLevel_enum = require('./calendar-week-view-heading-
|
|
|
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');
|
|
15
16
|
const expandableFaqVariation_enum = require('./expandable-faq-variation.enum-af923f49.js');
|
|
17
|
+
const footerCardVariation_enum = require('./footer-card-variation.enum-99555edc.js');
|
|
18
|
+
const formCheckboxVariation_enum = require('./form-checkbox-variation.enum-d2ca879e.js');
|
|
19
|
+
const formValidationMessageVariation_enum = require('./form-validation-message-variation.enum-c5ec3e2d.js');
|
|
16
20
|
const formRadiogroupValidation_enum = require('./form-radiogroup-validation.enum-03a17d4d.js');
|
|
21
|
+
const formSelectVariation_enum = require('./form-select-variation.enum-528c1bf0.js');
|
|
17
22
|
const formTextareaVariation_enum = require('./form-textarea-variation.enum-9c90d40f.js');
|
|
23
|
+
const infoCardMultiType_enum = require('./info-card-multi-type.enum-14746572.js');
|
|
24
|
+
const infoCardVariation_enum = require('./info-card-variation.enum-64cef637.js');
|
|
25
|
+
const layoutContainerMaxWidth_enum = require('./layout-container-max-width.enum-7e637f44.js');
|
|
18
26
|
const layoutBlockVariation_enum = require('./layout-block-variation.enum-f6102119.js');
|
|
27
|
+
const layoutColumnsVariation_enum = require('./layout-columns-variation.enum-65675649.js');
|
|
28
|
+
const linkButtonVariation_enum = require('./link-button-variation.enum-137785e3.js');
|
|
19
29
|
const listType_enum = require('./list-type.enum-aea4d012.js');
|
|
20
30
|
const loaderSkeletonVariation_enum = require('./loader-skeleton-variation.enum-d52ba55e.js');
|
|
21
31
|
const loaderSpinnerSize_enum = require('./loader-spinner-size.enum-db2973f0.js');
|
|
32
|
+
const logoColor_enum = require('./logo-color.enum-76f6c506.js');
|
|
22
33
|
const mediaFigureAlignment_enum = require('./media-figure-alignment.enum-3885aba5.js');
|
|
23
34
|
const navigationSidebarVariation_enum = require('./navigation-sidebar-variation.enum-1c0c3064.js');
|
|
35
|
+
const navigationVerticalMenuVariation_enum = require('./navigation-vertical-menu-variation.enum-c237edd3.js');
|
|
24
36
|
const progressCircleRole_enum = require('./progress-circle-role.enum-b7fdcf0c.js');
|
|
37
|
+
const progressIndicatorVariation_enum = require('./progress-indicator-variation.enum-7cf8e0e4.js');
|
|
25
38
|
const progressListItemVariation_enum = require('./progress-list-item-variation.enum-90e4c874.js');
|
|
26
39
|
const progressListVariation_enum = require('./progress-list-variation.enum-06d5ce27.js');
|
|
27
40
|
const progressbarVariation_enum = require('./progressbar-variation.enum-aff9fa80.js');
|
|
28
41
|
const quoteImageInnerPosition_enum = require('./quote-image-inner-position.enum-e64e7a6d.js');
|
|
29
42
|
const tableVariation_enum = require('./table-variation.enum-25df2ad7.js');
|
|
43
|
+
const tagMediaIcon_enum = require('./tag-media-icon.enum-372563c5.js');
|
|
30
44
|
const tagSize_enum = require('./tag-size.enum-387c516c.js');
|
|
31
45
|
const toolsFeedbackBannerType_enum = require('./tools-feedback-banner-type.enum-de373ba0.js');
|
|
32
46
|
const toolsFeedbackRatingVariation_enum = require('./tools-feedback-rating-variation.enum-2f71e84d.js');
|
|
47
|
+
const toolsThemeProvider_brand_enum = require('./tools-theme-provider.brand.enum-bc855272.js');
|
|
48
|
+
const typographyHeadingJumboVariation_enum = require('./typography-heading-jumbo-variation.enum-8677e099.js');
|
|
33
49
|
const typographyMetaVariation_enum = require('./typography-meta-variation.enum-13ac3538.js');
|
|
34
50
|
const typographyTimeVariation_enum = require('./typography-time-variation.enum-bce1d87e.js');
|
|
35
51
|
const utilBreakpointObserverBreakpoints_enum = require('./util-breakpoint-observer-breakpoints.enum-e96d3a84.js');
|
|
@@ -93,54 +109,18 @@ Object.defineProperty(exports, 'ErrorPageStatusCodes', {
|
|
|
93
109
|
return typographyVariation_enum.ErrorPageStatusCodes;
|
|
94
110
|
}
|
|
95
111
|
});
|
|
96
|
-
Object.defineProperty(exports, 'ExpandableFaqItemHeadingLevel', {
|
|
97
|
-
enumerable: true,
|
|
98
|
-
get: function () {
|
|
99
|
-
return typographyVariation_enum.ExpandableFaqItemHeadingLevel;
|
|
100
|
-
}
|
|
101
|
-
});
|
|
102
|
-
Object.defineProperty(exports, 'ExpandableFaqItemVariation', {
|
|
103
|
-
enumerable: true,
|
|
104
|
-
get: function () {
|
|
105
|
-
return typographyVariation_enum.ExpandableFaqItemVariation;
|
|
106
|
-
}
|
|
107
|
-
});
|
|
108
112
|
Object.defineProperty(exports, 'FeedbackVariation', {
|
|
109
113
|
enumerable: true,
|
|
110
114
|
get: function () {
|
|
111
115
|
return typographyVariation_enum.FeedbackVariation;
|
|
112
116
|
}
|
|
113
117
|
});
|
|
114
|
-
Object.defineProperty(exports, 'FooterCardVariation', {
|
|
115
|
-
enumerable: true,
|
|
116
|
-
get: function () {
|
|
117
|
-
return typographyVariation_enum.FooterCardVariation;
|
|
118
|
-
}
|
|
119
|
-
});
|
|
120
118
|
Object.defineProperty(exports, 'FooterVariation', {
|
|
121
119
|
enumerable: true,
|
|
122
120
|
get: function () {
|
|
123
121
|
return typographyVariation_enum.FooterVariation;
|
|
124
122
|
}
|
|
125
123
|
});
|
|
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
|
-
});
|
|
144
124
|
Object.defineProperty(exports, 'FormErrorListHeadingLevel', {
|
|
145
125
|
enumerable: true,
|
|
146
126
|
get: function () {
|
|
@@ -153,24 +133,6 @@ Object.defineProperty(exports, 'FormFieldsetValidation', {
|
|
|
153
133
|
return typographyVariation_enum.FormFieldsetValidation;
|
|
154
134
|
}
|
|
155
135
|
});
|
|
156
|
-
Object.defineProperty(exports, 'FormFileUploadHeadingLevel', {
|
|
157
|
-
enumerable: true,
|
|
158
|
-
get: function () {
|
|
159
|
-
return typographyVariation_enum.FormFileUploadHeadingLevel;
|
|
160
|
-
}
|
|
161
|
-
});
|
|
162
|
-
Object.defineProperty(exports, 'FormFileUploadValidation', {
|
|
163
|
-
enumerable: true,
|
|
164
|
-
get: function () {
|
|
165
|
-
return typographyVariation_enum.FormFileUploadValidation;
|
|
166
|
-
}
|
|
167
|
-
});
|
|
168
|
-
Object.defineProperty(exports, 'FormFileUploadVariation', {
|
|
169
|
-
enumerable: true,
|
|
170
|
-
get: function () {
|
|
171
|
-
return typographyVariation_enum.FormFileUploadVariation;
|
|
172
|
-
}
|
|
173
|
-
});
|
|
174
136
|
Object.defineProperty(exports, 'FormInputMode', {
|
|
175
137
|
enumerable: true,
|
|
176
138
|
get: function () {
|
|
@@ -231,364 +193,358 @@ Object.defineProperty(exports, 'FormSelectFilterValidation', {
|
|
|
231
193
|
return typographyVariation_enum.FormSelectFilterValidation;
|
|
232
194
|
}
|
|
233
195
|
});
|
|
234
|
-
Object.defineProperty(exports, '
|
|
235
|
-
enumerable: true,
|
|
236
|
-
get: function () {
|
|
237
|
-
return typographyVariation_enum.FormSelectValidation;
|
|
238
|
-
}
|
|
239
|
-
});
|
|
240
|
-
Object.defineProperty(exports, 'FormSelectVariation', {
|
|
196
|
+
Object.defineProperty(exports, 'HeaderCenterContentWidth', {
|
|
241
197
|
enumerable: true,
|
|
242
198
|
get: function () {
|
|
243
|
-
return typographyVariation_enum.
|
|
199
|
+
return typographyVariation_enum.HeaderCenterContentWidth;
|
|
244
200
|
}
|
|
245
201
|
});
|
|
246
|
-
Object.defineProperty(exports, '
|
|
202
|
+
Object.defineProperty(exports, 'InfoCardHeadingLevel', {
|
|
247
203
|
enumerable: true,
|
|
248
204
|
get: function () {
|
|
249
|
-
return typographyVariation_enum.
|
|
205
|
+
return typographyVariation_enum.InfoCardHeadingLevel;
|
|
250
206
|
}
|
|
251
207
|
});
|
|
252
|
-
Object.defineProperty(exports, '
|
|
208
|
+
Object.defineProperty(exports, 'InfoCardMultiContainerHeadingLevel', {
|
|
253
209
|
enumerable: true,
|
|
254
210
|
get: function () {
|
|
255
|
-
return typographyVariation_enum.
|
|
211
|
+
return typographyVariation_enum.InfoCardMultiContainerHeadingLevel;
|
|
256
212
|
}
|
|
257
213
|
});
|
|
258
|
-
Object.defineProperty(exports, '
|
|
214
|
+
Object.defineProperty(exports, 'InfoCardMultiHeadingLevel', {
|
|
259
215
|
enumerable: true,
|
|
260
216
|
get: function () {
|
|
261
|
-
return typographyVariation_enum.
|
|
217
|
+
return typographyVariation_enum.InfoCardMultiHeadingLevel;
|
|
262
218
|
}
|
|
263
219
|
});
|
|
264
|
-
Object.defineProperty(exports, '
|
|
220
|
+
Object.defineProperty(exports, 'InfoCardMultiVariation', {
|
|
265
221
|
enumerable: true,
|
|
266
222
|
get: function () {
|
|
267
|
-
return typographyVariation_enum.
|
|
223
|
+
return typographyVariation_enum.InfoCardMultiVariation;
|
|
268
224
|
}
|
|
269
225
|
});
|
|
270
|
-
Object.defineProperty(exports, '
|
|
226
|
+
Object.defineProperty(exports, 'NotificationAlertHeadingLevel', {
|
|
271
227
|
enumerable: true,
|
|
272
228
|
get: function () {
|
|
273
|
-
return typographyVariation_enum.
|
|
229
|
+
return typographyVariation_enum.NotificationAlertHeadingLevel;
|
|
274
230
|
}
|
|
275
231
|
});
|
|
276
|
-
Object.defineProperty(exports, '
|
|
232
|
+
Object.defineProperty(exports, 'NotificationAlertSize', {
|
|
277
233
|
enumerable: true,
|
|
278
234
|
get: function () {
|
|
279
|
-
return typographyVariation_enum.
|
|
235
|
+
return typographyVariation_enum.NotificationAlertSize;
|
|
280
236
|
}
|
|
281
237
|
});
|
|
282
|
-
Object.defineProperty(exports, '
|
|
238
|
+
Object.defineProperty(exports, 'NotificationAlertVariation', {
|
|
283
239
|
enumerable: true,
|
|
284
240
|
get: function () {
|
|
285
|
-
return typographyVariation_enum.
|
|
241
|
+
return typographyVariation_enum.NotificationAlertVariation;
|
|
286
242
|
}
|
|
287
243
|
});
|
|
288
|
-
Object.defineProperty(exports, '
|
|
244
|
+
Object.defineProperty(exports, 'TitleLogoVariation', {
|
|
289
245
|
enumerable: true,
|
|
290
246
|
get: function () {
|
|
291
|
-
return typographyVariation_enum.
|
|
247
|
+
return typographyVariation_enum.TitleLogoVariation;
|
|
292
248
|
}
|
|
293
249
|
});
|
|
294
|
-
Object.defineProperty(exports, '
|
|
250
|
+
Object.defineProperty(exports, 'ToolsFeedbackHeadingLevel', {
|
|
295
251
|
enumerable: true,
|
|
296
252
|
get: function () {
|
|
297
|
-
return typographyVariation_enum.
|
|
253
|
+
return typographyVariation_enum.ToolsFeedbackHeadingLevel;
|
|
298
254
|
}
|
|
299
255
|
});
|
|
300
|
-
Object.defineProperty(exports, '
|
|
256
|
+
Object.defineProperty(exports, 'ToolsFeedbackType', {
|
|
301
257
|
enumerable: true,
|
|
302
258
|
get: function () {
|
|
303
|
-
return typographyVariation_enum.
|
|
259
|
+
return typographyVariation_enum.ToolsFeedbackType;
|
|
304
260
|
}
|
|
305
261
|
});
|
|
306
|
-
Object.defineProperty(exports, '
|
|
262
|
+
Object.defineProperty(exports, 'TypographyVariation', {
|
|
307
263
|
enumerable: true,
|
|
308
264
|
get: function () {
|
|
309
|
-
return typographyVariation_enum.
|
|
265
|
+
return typographyVariation_enum.TypographyVariation;
|
|
310
266
|
}
|
|
311
267
|
});
|
|
312
|
-
Object.defineProperty(exports, '
|
|
268
|
+
Object.defineProperty(exports, 'BadgeStatusSize', {
|
|
313
269
|
enumerable: true,
|
|
314
270
|
get: function () {
|
|
315
|
-
return
|
|
271
|
+
return badgeStatusVariation_enum.BadgeStatusSize;
|
|
316
272
|
}
|
|
317
273
|
});
|
|
318
|
-
Object.defineProperty(exports, '
|
|
274
|
+
Object.defineProperty(exports, 'BadgeStatusType', {
|
|
319
275
|
enumerable: true,
|
|
320
276
|
get: function () {
|
|
321
|
-
return
|
|
277
|
+
return badgeStatusVariation_enum.BadgeStatusType;
|
|
322
278
|
}
|
|
323
279
|
});
|
|
324
|
-
Object.defineProperty(exports, '
|
|
280
|
+
Object.defineProperty(exports, 'BadgeStatusVariation', {
|
|
325
281
|
enumerable: true,
|
|
326
282
|
get: function () {
|
|
327
|
-
return
|
|
283
|
+
return badgeStatusVariation_enum.BadgeStatusVariation;
|
|
328
284
|
}
|
|
329
285
|
});
|
|
330
|
-
Object.defineProperty(exports, '
|
|
286
|
+
Object.defineProperty(exports, 'ButtonSize', {
|
|
331
287
|
enumerable: true,
|
|
332
288
|
get: function () {
|
|
333
|
-
return
|
|
289
|
+
return codeExampleVariation_enum.ButtonSize;
|
|
334
290
|
}
|
|
335
291
|
});
|
|
336
|
-
Object.defineProperty(exports, '
|
|
292
|
+
Object.defineProperty(exports, 'CodeBlockVariation', {
|
|
337
293
|
enumerable: true,
|
|
338
294
|
get: function () {
|
|
339
|
-
return
|
|
295
|
+
return codeExampleVariation_enum.CodeBlockVariation;
|
|
340
296
|
}
|
|
341
297
|
});
|
|
342
|
-
Object.defineProperty(exports, '
|
|
298
|
+
Object.defineProperty(exports, 'CodeExampleLanguage', {
|
|
343
299
|
enumerable: true,
|
|
344
300
|
get: function () {
|
|
345
|
-
return
|
|
301
|
+
return codeExampleVariation_enum.CodeExampleLanguage;
|
|
346
302
|
}
|
|
347
303
|
});
|
|
348
|
-
Object.defineProperty(exports, '
|
|
304
|
+
Object.defineProperty(exports, 'CodeExampleVariation', {
|
|
349
305
|
enumerable: true,
|
|
350
306
|
get: function () {
|
|
351
|
-
return
|
|
307
|
+
return codeExampleVariation_enum.CodeExampleVariation;
|
|
352
308
|
}
|
|
353
309
|
});
|
|
354
|
-
Object.defineProperty(exports, '
|
|
310
|
+
Object.defineProperty(exports, 'ButtonType', {
|
|
355
311
|
enumerable: true,
|
|
356
312
|
get: function () {
|
|
357
|
-
return
|
|
313
|
+
return formInputType_enum.ButtonType;
|
|
358
314
|
}
|
|
359
315
|
});
|
|
360
|
-
Object.defineProperty(exports, '
|
|
316
|
+
Object.defineProperty(exports, 'FormInputButtonVariation', {
|
|
361
317
|
enumerable: true,
|
|
362
318
|
get: function () {
|
|
363
|
-
return
|
|
319
|
+
return formInputType_enum.FormInputButtonVariation;
|
|
364
320
|
}
|
|
365
321
|
});
|
|
366
|
-
Object.defineProperty(exports, '
|
|
322
|
+
Object.defineProperty(exports, 'FormInputSearchVariation', {
|
|
367
323
|
enumerable: true,
|
|
368
324
|
get: function () {
|
|
369
|
-
return
|
|
325
|
+
return formInputType_enum.FormInputSearchVariation;
|
|
370
326
|
}
|
|
371
327
|
});
|
|
372
|
-
Object.defineProperty(exports, '
|
|
328
|
+
Object.defineProperty(exports, 'FormInputType', {
|
|
373
329
|
enumerable: true,
|
|
374
330
|
get: function () {
|
|
375
|
-
return
|
|
331
|
+
return formInputType_enum.FormInputType;
|
|
376
332
|
}
|
|
377
333
|
});
|
|
378
|
-
Object.defineProperty(exports, '
|
|
334
|
+
Object.defineProperty(exports, 'ButtonVariation', {
|
|
379
335
|
enumerable: true,
|
|
380
336
|
get: function () {
|
|
381
|
-
return
|
|
337
|
+
return buttonVariation_enum.ButtonVariation;
|
|
382
338
|
}
|
|
383
339
|
});
|
|
384
|
-
Object.defineProperty(exports, '
|
|
340
|
+
Object.defineProperty(exports, 'CalendarWeekViewHeadingLevel', {
|
|
385
341
|
enumerable: true,
|
|
386
342
|
get: function () {
|
|
387
|
-
return
|
|
343
|
+
return calendarWeekViewHeadingLevel_enum.CalendarWeekViewHeadingLevel;
|
|
388
344
|
}
|
|
389
345
|
});
|
|
390
|
-
Object.defineProperty(exports, '
|
|
346
|
+
Object.defineProperty(exports, 'BarChartVariation', {
|
|
391
347
|
enumerable: true,
|
|
392
348
|
get: function () {
|
|
393
|
-
return
|
|
349
|
+
return barChartVariation_enum.BarChartVariation;
|
|
394
350
|
}
|
|
395
351
|
});
|
|
396
|
-
Object.defineProperty(exports, '
|
|
352
|
+
Object.defineProperty(exports, 'CodeLanguage', {
|
|
397
353
|
enumerable: true,
|
|
398
354
|
get: function () {
|
|
399
|
-
return
|
|
355
|
+
return codeVariation_enum.CodeLanguage;
|
|
400
356
|
}
|
|
401
357
|
});
|
|
402
|
-
Object.defineProperty(exports, '
|
|
358
|
+
Object.defineProperty(exports, 'CodeVariation', {
|
|
403
359
|
enumerable: true,
|
|
404
360
|
get: function () {
|
|
405
|
-
return
|
|
361
|
+
return codeVariation_enum.CodeVariation;
|
|
406
362
|
}
|
|
407
363
|
});
|
|
408
|
-
Object.defineProperty(exports, '
|
|
364
|
+
Object.defineProperty(exports, 'ExpandableAccordionHeaderLevel', {
|
|
409
365
|
enumerable: true,
|
|
410
366
|
get: function () {
|
|
411
|
-
return
|
|
367
|
+
return expandableAccordionHeaderLevel_enum.ExpandableAccordionHeaderLevel;
|
|
412
368
|
}
|
|
413
369
|
});
|
|
414
|
-
Object.defineProperty(exports, '
|
|
370
|
+
Object.defineProperty(exports, 'ExpandableFaqItemHeadingLevel', {
|
|
415
371
|
enumerable: true,
|
|
416
372
|
get: function () {
|
|
417
|
-
return
|
|
373
|
+
return expandableFaqItemVariation_enum.ExpandableFaqItemHeadingLevel;
|
|
418
374
|
}
|
|
419
375
|
});
|
|
420
|
-
Object.defineProperty(exports, '
|
|
376
|
+
Object.defineProperty(exports, 'ExpandableFaqItemVariation', {
|
|
421
377
|
enumerable: true,
|
|
422
378
|
get: function () {
|
|
423
|
-
return
|
|
379
|
+
return expandableFaqItemVariation_enum.ExpandableFaqItemVariation;
|
|
424
380
|
}
|
|
425
381
|
});
|
|
426
|
-
Object.defineProperty(exports, '
|
|
382
|
+
Object.defineProperty(exports, 'ExpandableFaqHeadingLevel', {
|
|
427
383
|
enumerable: true,
|
|
428
384
|
get: function () {
|
|
429
|
-
return
|
|
385
|
+
return expandableFaqVariation_enum.ExpandableFaqHeadingLevel;
|
|
430
386
|
}
|
|
431
387
|
});
|
|
432
|
-
Object.defineProperty(exports, '
|
|
388
|
+
Object.defineProperty(exports, 'ExpandableFaqVariation', {
|
|
433
389
|
enumerable: true,
|
|
434
390
|
get: function () {
|
|
435
|
-
return
|
|
391
|
+
return expandableFaqVariation_enum.ExpandableFaqVariation;
|
|
436
392
|
}
|
|
437
393
|
});
|
|
438
|
-
Object.defineProperty(exports, '
|
|
394
|
+
Object.defineProperty(exports, 'FooterCardVariation', {
|
|
439
395
|
enumerable: true,
|
|
440
396
|
get: function () {
|
|
441
|
-
return
|
|
397
|
+
return footerCardVariation_enum.FooterCardVariation;
|
|
442
398
|
}
|
|
443
399
|
});
|
|
444
|
-
Object.defineProperty(exports, '
|
|
400
|
+
Object.defineProperty(exports, 'FormCheckboxLayout', {
|
|
445
401
|
enumerable: true,
|
|
446
402
|
get: function () {
|
|
447
|
-
return
|
|
403
|
+
return formCheckboxVariation_enum.FormCheckboxLayout;
|
|
448
404
|
}
|
|
449
405
|
});
|
|
450
|
-
Object.defineProperty(exports, '
|
|
406
|
+
Object.defineProperty(exports, 'FormCheckboxValidation', {
|
|
451
407
|
enumerable: true,
|
|
452
408
|
get: function () {
|
|
453
|
-
return
|
|
409
|
+
return formCheckboxVariation_enum.FormCheckboxValidation;
|
|
454
410
|
}
|
|
455
411
|
});
|
|
456
|
-
Object.defineProperty(exports, '
|
|
412
|
+
Object.defineProperty(exports, 'FormCheckboxVariation', {
|
|
457
413
|
enumerable: true,
|
|
458
414
|
get: function () {
|
|
459
|
-
return
|
|
415
|
+
return formCheckboxVariation_enum.FormCheckboxVariation;
|
|
460
416
|
}
|
|
461
417
|
});
|
|
462
|
-
Object.defineProperty(exports, '
|
|
418
|
+
Object.defineProperty(exports, 'FormFileUploadHeadingLevel', {
|
|
463
419
|
enumerable: true,
|
|
464
420
|
get: function () {
|
|
465
|
-
return
|
|
421
|
+
return formValidationMessageVariation_enum.FormFileUploadHeadingLevel;
|
|
466
422
|
}
|
|
467
423
|
});
|
|
468
|
-
Object.defineProperty(exports, '
|
|
424
|
+
Object.defineProperty(exports, 'FormFileUploadValidation', {
|
|
469
425
|
enumerable: true,
|
|
470
426
|
get: function () {
|
|
471
|
-
return
|
|
427
|
+
return formValidationMessageVariation_enum.FormFileUploadValidation;
|
|
472
428
|
}
|
|
473
429
|
});
|
|
474
|
-
Object.defineProperty(exports, '
|
|
430
|
+
Object.defineProperty(exports, 'FormFileUploadVariation', {
|
|
475
431
|
enumerable: true,
|
|
476
432
|
get: function () {
|
|
477
|
-
return
|
|
433
|
+
return formValidationMessageVariation_enum.FormFileUploadVariation;
|
|
478
434
|
}
|
|
479
435
|
});
|
|
480
|
-
Object.defineProperty(exports, '
|
|
436
|
+
Object.defineProperty(exports, 'FormValidationMessageVariation', {
|
|
481
437
|
enumerable: true,
|
|
482
438
|
get: function () {
|
|
483
|
-
return
|
|
439
|
+
return formValidationMessageVariation_enum.FormValidationMessageVariation;
|
|
484
440
|
}
|
|
485
441
|
});
|
|
486
|
-
Object.defineProperty(exports, '
|
|
442
|
+
Object.defineProperty(exports, 'FormRadiogroupValidation', {
|
|
487
443
|
enumerable: true,
|
|
488
444
|
get: function () {
|
|
489
|
-
return
|
|
445
|
+
return formRadiogroupValidation_enum.FormRadiogroupValidation;
|
|
490
446
|
}
|
|
491
447
|
});
|
|
492
|
-
Object.defineProperty(exports, '
|
|
448
|
+
Object.defineProperty(exports, 'FormSelectValidation', {
|
|
493
449
|
enumerable: true,
|
|
494
450
|
get: function () {
|
|
495
|
-
return
|
|
451
|
+
return formSelectVariation_enum.FormSelectValidation;
|
|
496
452
|
}
|
|
497
453
|
});
|
|
498
|
-
Object.defineProperty(exports, '
|
|
454
|
+
Object.defineProperty(exports, 'FormSelectVariation', {
|
|
499
455
|
enumerable: true,
|
|
500
456
|
get: function () {
|
|
501
|
-
return
|
|
457
|
+
return formSelectVariation_enum.FormSelectVariation;
|
|
502
458
|
}
|
|
503
459
|
});
|
|
504
|
-
Object.defineProperty(exports, '
|
|
460
|
+
Object.defineProperty(exports, 'FormTextareaValidation', {
|
|
505
461
|
enumerable: true,
|
|
506
462
|
get: function () {
|
|
507
|
-
return
|
|
463
|
+
return formTextareaVariation_enum.FormTextareaValidation;
|
|
508
464
|
}
|
|
509
465
|
});
|
|
510
|
-
Object.defineProperty(exports, '
|
|
466
|
+
Object.defineProperty(exports, 'FormTextareaVariation', {
|
|
511
467
|
enumerable: true,
|
|
512
468
|
get: function () {
|
|
513
|
-
return
|
|
469
|
+
return formTextareaVariation_enum.FormTextareaVariation;
|
|
514
470
|
}
|
|
515
471
|
});
|
|
516
|
-
Object.defineProperty(exports, '
|
|
472
|
+
Object.defineProperty(exports, 'InfoCardMultiType', {
|
|
517
473
|
enumerable: true,
|
|
518
474
|
get: function () {
|
|
519
|
-
return
|
|
475
|
+
return infoCardMultiType_enum.InfoCardMultiType;
|
|
520
476
|
}
|
|
521
477
|
});
|
|
522
|
-
Object.defineProperty(exports, '
|
|
478
|
+
Object.defineProperty(exports, 'InfoCardBorderPosition', {
|
|
523
479
|
enumerable: true,
|
|
524
480
|
get: function () {
|
|
525
|
-
return
|
|
481
|
+
return infoCardVariation_enum.InfoCardBorderPosition;
|
|
526
482
|
}
|
|
527
483
|
});
|
|
528
|
-
Object.defineProperty(exports, '
|
|
484
|
+
Object.defineProperty(exports, 'InfoCardSize', {
|
|
529
485
|
enumerable: true,
|
|
530
486
|
get: function () {
|
|
531
|
-
return
|
|
487
|
+
return infoCardVariation_enum.InfoCardSize;
|
|
532
488
|
}
|
|
533
489
|
});
|
|
534
|
-
Object.defineProperty(exports, '
|
|
490
|
+
Object.defineProperty(exports, 'InfoCardType', {
|
|
535
491
|
enumerable: true,
|
|
536
492
|
get: function () {
|
|
537
|
-
return
|
|
493
|
+
return infoCardVariation_enum.InfoCardType;
|
|
538
494
|
}
|
|
539
495
|
});
|
|
540
|
-
Object.defineProperty(exports, '
|
|
496
|
+
Object.defineProperty(exports, 'InfoCardVariation', {
|
|
541
497
|
enumerable: true,
|
|
542
498
|
get: function () {
|
|
543
|
-
return
|
|
499
|
+
return infoCardVariation_enum.InfoCardVariation;
|
|
544
500
|
}
|
|
545
501
|
});
|
|
546
|
-
Object.defineProperty(exports, '
|
|
502
|
+
Object.defineProperty(exports, 'LayoutBlockContainer', {
|
|
547
503
|
enumerable: true,
|
|
548
504
|
get: function () {
|
|
549
|
-
return
|
|
505
|
+
return layoutContainerMaxWidth_enum.LayoutBlockContainer;
|
|
550
506
|
}
|
|
551
507
|
});
|
|
552
|
-
Object.defineProperty(exports, '
|
|
508
|
+
Object.defineProperty(exports, 'LayoutContainerMaxWidth', {
|
|
553
509
|
enumerable: true,
|
|
554
510
|
get: function () {
|
|
555
|
-
return
|
|
511
|
+
return layoutContainerMaxWidth_enum.LayoutContainerMaxWidth;
|
|
556
512
|
}
|
|
557
513
|
});
|
|
558
|
-
Object.defineProperty(exports, '
|
|
514
|
+
Object.defineProperty(exports, 'LayoutContainerVariation', {
|
|
559
515
|
enumerable: true,
|
|
560
516
|
get: function () {
|
|
561
|
-
return
|
|
517
|
+
return layoutContainerMaxWidth_enum.LayoutContainerVariation;
|
|
562
518
|
}
|
|
563
519
|
});
|
|
564
|
-
Object.defineProperty(exports, '
|
|
520
|
+
Object.defineProperty(exports, 'LayoutBlockVariation', {
|
|
565
521
|
enumerable: true,
|
|
566
522
|
get: function () {
|
|
567
|
-
return
|
|
523
|
+
return layoutBlockVariation_enum.LayoutBlockVariation;
|
|
568
524
|
}
|
|
569
525
|
});
|
|
570
|
-
Object.defineProperty(exports, '
|
|
526
|
+
Object.defineProperty(exports, 'LayoutColumnsElement', {
|
|
571
527
|
enumerable: true,
|
|
572
528
|
get: function () {
|
|
573
|
-
return
|
|
529
|
+
return layoutColumnsVariation_enum.LayoutColumnsElement;
|
|
574
530
|
}
|
|
575
531
|
});
|
|
576
|
-
Object.defineProperty(exports, '
|
|
532
|
+
Object.defineProperty(exports, 'LayoutColumnsGap', {
|
|
577
533
|
enumerable: true,
|
|
578
534
|
get: function () {
|
|
579
|
-
return
|
|
535
|
+
return layoutColumnsVariation_enum.LayoutColumnsGap;
|
|
580
536
|
}
|
|
581
537
|
});
|
|
582
|
-
Object.defineProperty(exports, '
|
|
538
|
+
Object.defineProperty(exports, 'LayoutColumnsVariation', {
|
|
583
539
|
enumerable: true,
|
|
584
540
|
get: function () {
|
|
585
|
-
return
|
|
541
|
+
return layoutColumnsVariation_enum.LayoutColumnsVariation;
|
|
586
542
|
}
|
|
587
543
|
});
|
|
588
|
-
Object.defineProperty(exports, '
|
|
544
|
+
Object.defineProperty(exports, 'LinkButtonVariation', {
|
|
589
545
|
enumerable: true,
|
|
590
546
|
get: function () {
|
|
591
|
-
return
|
|
547
|
+
return linkButtonVariation_enum.LinkButtonVariation;
|
|
592
548
|
}
|
|
593
549
|
});
|
|
594
550
|
Object.defineProperty(exports, 'ListType', {
|
|
@@ -609,6 +565,12 @@ Object.defineProperty(exports, 'LoaderSpinnerSize', {
|
|
|
609
565
|
return loaderSpinnerSize_enum.LoaderSpinnerSize;
|
|
610
566
|
}
|
|
611
567
|
});
|
|
568
|
+
Object.defineProperty(exports, 'LogoColor', {
|
|
569
|
+
enumerable: true,
|
|
570
|
+
get: function () {
|
|
571
|
+
return logoColor_enum.LogoColor;
|
|
572
|
+
}
|
|
573
|
+
});
|
|
612
574
|
Object.defineProperty(exports, 'MediaFigureAlignment', {
|
|
613
575
|
enumerable: true,
|
|
614
576
|
get: function () {
|
|
@@ -651,12 +613,36 @@ Object.defineProperty(exports, 'NavigationSidebarVariation', {
|
|
|
651
613
|
return navigationSidebarVariation_enum.NavigationSidebarVariation;
|
|
652
614
|
}
|
|
653
615
|
});
|
|
616
|
+
Object.defineProperty(exports, 'NavigationVerticalMenuActiveIndicatorSize', {
|
|
617
|
+
enumerable: true,
|
|
618
|
+
get: function () {
|
|
619
|
+
return navigationVerticalMenuVariation_enum.NavigationVerticalMenuActiveIndicatorSize;
|
|
620
|
+
}
|
|
621
|
+
});
|
|
622
|
+
Object.defineProperty(exports, 'NavigationVerticalMenuVariation', {
|
|
623
|
+
enumerable: true,
|
|
624
|
+
get: function () {
|
|
625
|
+
return navigationVerticalMenuVariation_enum.NavigationVerticalMenuVariation;
|
|
626
|
+
}
|
|
627
|
+
});
|
|
654
628
|
Object.defineProperty(exports, 'ProgressCircleRole', {
|
|
655
629
|
enumerable: true,
|
|
656
630
|
get: function () {
|
|
657
631
|
return progressCircleRole_enum.ProgressCircleRole;
|
|
658
632
|
}
|
|
659
633
|
});
|
|
634
|
+
Object.defineProperty(exports, 'ProgressIndicatorRole', {
|
|
635
|
+
enumerable: true,
|
|
636
|
+
get: function () {
|
|
637
|
+
return progressIndicatorVariation_enum.ProgressIndicatorRole;
|
|
638
|
+
}
|
|
639
|
+
});
|
|
640
|
+
Object.defineProperty(exports, 'ProgressIndicatorVariation', {
|
|
641
|
+
enumerable: true,
|
|
642
|
+
get: function () {
|
|
643
|
+
return progressIndicatorVariation_enum.ProgressIndicatorVariation;
|
|
644
|
+
}
|
|
645
|
+
});
|
|
660
646
|
Object.defineProperty(exports, 'ProgressListItemHeadingLevel', {
|
|
661
647
|
enumerable: true,
|
|
662
648
|
get: function () {
|
|
@@ -753,6 +739,12 @@ Object.defineProperty(exports, 'TableVariation', {
|
|
|
753
739
|
return tableVariation_enum.TableVariation;
|
|
754
740
|
}
|
|
755
741
|
});
|
|
742
|
+
Object.defineProperty(exports, 'TagMediaIcon', {
|
|
743
|
+
enumerable: true,
|
|
744
|
+
get: function () {
|
|
745
|
+
return tagMediaIcon_enum.TagMediaIcon;
|
|
746
|
+
}
|
|
747
|
+
});
|
|
756
748
|
Object.defineProperty(exports, 'TagSize', {
|
|
757
749
|
enumerable: true,
|
|
758
750
|
get: function () {
|
|
@@ -789,6 +781,24 @@ Object.defineProperty(exports, 'FeedbackRatingVariation', {
|
|
|
789
781
|
return toolsFeedbackRatingVariation_enum.FeedbackRatingVariation;
|
|
790
782
|
}
|
|
791
783
|
});
|
|
784
|
+
Object.defineProperty(exports, 'ToolsThemeProviderBrandEnum', {
|
|
785
|
+
enumerable: true,
|
|
786
|
+
get: function () {
|
|
787
|
+
return toolsThemeProvider_brand_enum.ToolsThemeProviderBrandEnum;
|
|
788
|
+
}
|
|
789
|
+
});
|
|
790
|
+
Object.defineProperty(exports, 'TypographyHeadingJumboLevel', {
|
|
791
|
+
enumerable: true,
|
|
792
|
+
get: function () {
|
|
793
|
+
return typographyHeadingJumboVariation_enum.TypographyHeadingJumboLevel;
|
|
794
|
+
}
|
|
795
|
+
});
|
|
796
|
+
Object.defineProperty(exports, 'TypographyHeadingJumboVariation', {
|
|
797
|
+
enumerable: true,
|
|
798
|
+
get: function () {
|
|
799
|
+
return typographyHeadingJumboVariation_enum.TypographyHeadingJumboVariation;
|
|
800
|
+
}
|
|
801
|
+
});
|
|
792
802
|
Object.defineProperty(exports, 'TypographyMetaVariation', {
|
|
793
803
|
enumerable: true,
|
|
794
804
|
get: function () {
|