@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
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.ProgressIndicatorRole = void 0;
|
|
4
|
+
(function (ProgressIndicatorRole) {
|
|
5
|
+
ProgressIndicatorRole["NONE"] = "";
|
|
6
|
+
ProgressIndicatorRole["STATUS"] = "status";
|
|
7
|
+
})(exports.ProgressIndicatorRole || (exports.ProgressIndicatorRole = {}));
|
|
8
|
+
|
|
9
|
+
exports.ProgressIndicatorVariation = void 0;
|
|
10
|
+
(function (ProgressIndicatorVariation) {
|
|
11
|
+
ProgressIndicatorVariation["PRIMARY"] = "primary";
|
|
12
|
+
ProgressIndicatorVariation["SECONDARY"] = "secondary";
|
|
13
|
+
})(exports.ProgressIndicatorVariation || (exports.ProgressIndicatorVariation = {}));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.TagMediaIcon = void 0;
|
|
4
|
+
(function (TagMediaIcon) {
|
|
5
|
+
TagMediaIcon["NEWS"] = "news";
|
|
6
|
+
TagMediaIcon["PLAYLIST"] = "playlist";
|
|
7
|
+
TagMediaIcon["PODCAST"] = "podcast";
|
|
8
|
+
TagMediaIcon["FILM"] = "film";
|
|
9
|
+
TagMediaIcon["WEBTV"] = "webtv";
|
|
10
|
+
TagMediaIcon["WEBINAR"] = "webinar";
|
|
11
|
+
})(exports.TagMediaIcon || (exports.TagMediaIcon = {}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.ToolsThemeProviderBrandEnum = void 0;
|
|
4
|
+
(function (ToolsThemeProviderBrandEnum) {
|
|
5
|
+
ToolsThemeProviderBrandEnum["AF25"] = "AF25";
|
|
6
|
+
ToolsThemeProviderBrandEnum["AF18"] = "AF18";
|
|
7
|
+
})(exports.ToolsThemeProviderBrandEnum || (exports.ToolsThemeProviderBrandEnum = {}));
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.TypographyHeadingJumboLevel = void 0;
|
|
4
|
+
(function (TypographyHeadingJumboLevel) {
|
|
5
|
+
TypographyHeadingJumboLevel["H1"] = "h1";
|
|
6
|
+
TypographyHeadingJumboLevel["H2"] = "h2";
|
|
7
|
+
TypographyHeadingJumboLevel["H3"] = "h3";
|
|
8
|
+
TypographyHeadingJumboLevel["H4"] = "h4";
|
|
9
|
+
TypographyHeadingJumboLevel["H5"] = "h5";
|
|
10
|
+
TypographyHeadingJumboLevel["H6"] = "h6";
|
|
11
|
+
})(exports.TypographyHeadingJumboLevel || (exports.TypographyHeadingJumboLevel = {}));
|
|
12
|
+
|
|
13
|
+
exports.TypographyHeadingJumboVariation = void 0;
|
|
14
|
+
(function (TypographyHeadingJumboVariation) {
|
|
15
|
+
TypographyHeadingJumboVariation["PRIMARY"] = "primary";
|
|
16
|
+
TypographyHeadingJumboVariation["SECONDARY"] = "secondary";
|
|
17
|
+
})(exports.TypographyHeadingJumboVariation || (exports.TypographyHeadingJumboVariation = {}));
|
package/dist/cjs/{typography-variation.enum-ad1b2403.js → typography-variation.enum-9aab5027.js}
RENAMED
|
@@ -51,54 +51,12 @@ exports.DialogVariation = void 0;
|
|
|
51
51
|
DialogVariation["SECONDARY"] = "secondary";
|
|
52
52
|
})(exports.DialogVariation || (exports.DialogVariation = {}));
|
|
53
53
|
|
|
54
|
-
exports.ExpandableFaqItemHeadingLevel = void 0;
|
|
55
|
-
(function (ExpandableFaqItemHeadingLevel) {
|
|
56
|
-
ExpandableFaqItemHeadingLevel["H1"] = "h1";
|
|
57
|
-
ExpandableFaqItemHeadingLevel["H2"] = "h2";
|
|
58
|
-
ExpandableFaqItemHeadingLevel["H3"] = "h3";
|
|
59
|
-
ExpandableFaqItemHeadingLevel["H4"] = "h4";
|
|
60
|
-
ExpandableFaqItemHeadingLevel["H5"] = "h5";
|
|
61
|
-
ExpandableFaqItemHeadingLevel["H6"] = "h6";
|
|
62
|
-
})(exports.ExpandableFaqItemHeadingLevel || (exports.ExpandableFaqItemHeadingLevel = {}));
|
|
63
|
-
|
|
64
|
-
exports.ExpandableFaqItemVariation = void 0;
|
|
65
|
-
(function (ExpandableFaqItemVariation) {
|
|
66
|
-
ExpandableFaqItemVariation["PRIMARY"] = "primary";
|
|
67
|
-
ExpandableFaqItemVariation["SECONDARY"] = "secondary";
|
|
68
|
-
ExpandableFaqItemVariation["TERTIARY"] = "tertiary";
|
|
69
|
-
})(exports.ExpandableFaqItemVariation || (exports.ExpandableFaqItemVariation = {}));
|
|
70
|
-
|
|
71
|
-
exports.FooterCardVariation = void 0;
|
|
72
|
-
(function (FooterCardVariation) {
|
|
73
|
-
FooterCardVariation["NONE"] = "none";
|
|
74
|
-
FooterCardVariation["ICON"] = "icon";
|
|
75
|
-
FooterCardVariation["BORDER"] = "border";
|
|
76
|
-
})(exports.FooterCardVariation || (exports.FooterCardVariation = {}));
|
|
77
|
-
|
|
78
54
|
exports.FooterVariation = void 0;
|
|
79
55
|
(function (FooterVariation) {
|
|
80
56
|
FooterVariation["LARGE"] = "large";
|
|
81
57
|
FooterVariation["SMALL"] = "small";
|
|
82
58
|
})(exports.FooterVariation || (exports.FooterVariation = {}));
|
|
83
59
|
|
|
84
|
-
exports.FormCheckboxLayout = void 0;
|
|
85
|
-
(function (FormCheckboxLayout) {
|
|
86
|
-
FormCheckboxLayout["INLINE"] = "inline";
|
|
87
|
-
FormCheckboxLayout["BLOCK"] = "block";
|
|
88
|
-
})(exports.FormCheckboxLayout || (exports.FormCheckboxLayout = {}));
|
|
89
|
-
|
|
90
|
-
exports.FormCheckboxValidation = void 0;
|
|
91
|
-
(function (FormCheckboxValidation) {
|
|
92
|
-
FormCheckboxValidation["ERROR"] = "error";
|
|
93
|
-
FormCheckboxValidation["WARNING"] = "warning";
|
|
94
|
-
})(exports.FormCheckboxValidation || (exports.FormCheckboxValidation = {}));
|
|
95
|
-
|
|
96
|
-
exports.FormCheckboxVariation = void 0;
|
|
97
|
-
(function (FormCheckboxVariation) {
|
|
98
|
-
FormCheckboxVariation["PRIMARY"] = "primary";
|
|
99
|
-
FormCheckboxVariation["SECONDARY"] = "secondary";
|
|
100
|
-
})(exports.FormCheckboxVariation || (exports.FormCheckboxVariation = {}));
|
|
101
|
-
|
|
102
60
|
exports.FormErrorListHeadingLevel = void 0;
|
|
103
61
|
(function (FormErrorListHeadingLevel) {
|
|
104
62
|
FormErrorListHeadingLevel["H1"] = "h1";
|
|
@@ -109,29 +67,6 @@ exports.FormErrorListHeadingLevel = void 0;
|
|
|
109
67
|
FormErrorListHeadingLevel["H6"] = "h6";
|
|
110
68
|
})(exports.FormErrorListHeadingLevel || (exports.FormErrorListHeadingLevel = {}));
|
|
111
69
|
|
|
112
|
-
exports.FormFileUploadHeadingLevel = void 0;
|
|
113
|
-
(function (FormFileUploadHeadingLevel) {
|
|
114
|
-
FormFileUploadHeadingLevel["H1"] = "h1";
|
|
115
|
-
FormFileUploadHeadingLevel["H2"] = "h2";
|
|
116
|
-
FormFileUploadHeadingLevel["H3"] = "h3";
|
|
117
|
-
FormFileUploadHeadingLevel["H4"] = "h4";
|
|
118
|
-
FormFileUploadHeadingLevel["H5"] = "h5";
|
|
119
|
-
FormFileUploadHeadingLevel["H6"] = "h6";
|
|
120
|
-
})(exports.FormFileUploadHeadingLevel || (exports.FormFileUploadHeadingLevel = {}));
|
|
121
|
-
|
|
122
|
-
exports.FormFileUploadValidation = void 0;
|
|
123
|
-
(function (FormFileUploadValidation) {
|
|
124
|
-
FormFileUploadValidation["ENABLED"] = "enabled";
|
|
125
|
-
FormFileUploadValidation["DISABLED"] = "disabled";
|
|
126
|
-
})(exports.FormFileUploadValidation || (exports.FormFileUploadValidation = {}));
|
|
127
|
-
|
|
128
|
-
exports.FormFileUploadVariation = void 0;
|
|
129
|
-
(function (FormFileUploadVariation) {
|
|
130
|
-
FormFileUploadVariation["SMALL"] = "small";
|
|
131
|
-
FormFileUploadVariation["MEDIUM"] = "medium";
|
|
132
|
-
FormFileUploadVariation["LARGE"] = "large";
|
|
133
|
-
})(exports.FormFileUploadVariation || (exports.FormFileUploadVariation = {}));
|
|
134
|
-
|
|
135
70
|
exports.FormInputMode = void 0;
|
|
136
71
|
(function (FormInputMode) {
|
|
137
72
|
FormInputMode["DEFAULT"] = "";
|
|
@@ -215,28 +150,6 @@ exports.FormSelectFilterValidation = void 0;
|
|
|
215
150
|
FormSelectFilterValidation["NEUTRAL"] = "neutral";
|
|
216
151
|
})(exports.FormSelectFilterValidation || (exports.FormSelectFilterValidation = {}));
|
|
217
152
|
|
|
218
|
-
exports.FormSelectValidation = void 0;
|
|
219
|
-
(function (FormSelectValidation) {
|
|
220
|
-
FormSelectValidation["SUCCESS"] = "success";
|
|
221
|
-
FormSelectValidation["ERROR"] = "error";
|
|
222
|
-
FormSelectValidation["WARNING"] = "warning";
|
|
223
|
-
FormSelectValidation["NEUTRAL"] = "neutral";
|
|
224
|
-
})(exports.FormSelectValidation || (exports.FormSelectValidation = {}));
|
|
225
|
-
|
|
226
|
-
exports.FormSelectVariation = void 0;
|
|
227
|
-
(function (FormSelectVariation) {
|
|
228
|
-
FormSelectVariation["SMALL"] = "small";
|
|
229
|
-
FormSelectVariation["MEDIUM"] = "medium";
|
|
230
|
-
FormSelectVariation["LARGE"] = "large";
|
|
231
|
-
})(exports.FormSelectVariation || (exports.FormSelectVariation = {}));
|
|
232
|
-
|
|
233
|
-
exports.FormValidationMessageVariation = void 0;
|
|
234
|
-
(function (FormValidationMessageVariation) {
|
|
235
|
-
FormValidationMessageVariation["SUCCESS"] = "success";
|
|
236
|
-
FormValidationMessageVariation["ERROR"] = "error";
|
|
237
|
-
FormValidationMessageVariation["WARNING"] = "warning";
|
|
238
|
-
})(exports.FormValidationMessageVariation || (exports.FormValidationMessageVariation = {}));
|
|
239
|
-
|
|
240
153
|
exports.HeaderCenterContentWidth = void 0;
|
|
241
154
|
(function (HeaderCenterContentWidth) {
|
|
242
155
|
HeaderCenterContentWidth["DEFAULT"] = "none";
|
|
@@ -271,25 +184,12 @@ exports.InfoCardMultiHeadingLevel = void 0;
|
|
|
271
184
|
InfoCardMultiHeadingLevel["H6"] = "h6";
|
|
272
185
|
})(exports.InfoCardMultiHeadingLevel || (exports.InfoCardMultiHeadingLevel = {}));
|
|
273
186
|
|
|
274
|
-
exports.InfoCardMultiType = void 0;
|
|
275
|
-
(function (InfoCardMultiType) {
|
|
276
|
-
InfoCardMultiType["MEDIA"] = "media";
|
|
277
|
-
InfoCardMultiType["RELATED"] = "related";
|
|
278
|
-
InfoCardMultiType["ENTRY"] = "entry";
|
|
279
|
-
})(exports.InfoCardMultiType || (exports.InfoCardMultiType = {}));
|
|
280
|
-
|
|
281
187
|
exports.InfoCardMultiVariation = void 0;
|
|
282
188
|
(function (InfoCardMultiVariation) {
|
|
283
189
|
InfoCardMultiVariation["PRIMARY"] = "primary";
|
|
284
190
|
InfoCardMultiVariation["SECONDARY"] = "secondary";
|
|
285
191
|
})(exports.InfoCardMultiVariation || (exports.InfoCardMultiVariation = {}));
|
|
286
192
|
|
|
287
|
-
exports.InfoCardBorderPosition = void 0;
|
|
288
|
-
(function (InfoCardBorderPosition) {
|
|
289
|
-
InfoCardBorderPosition["TOP"] = "top";
|
|
290
|
-
InfoCardBorderPosition["LEFT"] = "left";
|
|
291
|
-
})(exports.InfoCardBorderPosition || (exports.InfoCardBorderPosition = {}));
|
|
292
|
-
|
|
293
193
|
exports.InfoCardHeadingLevel = void 0;
|
|
294
194
|
(function (InfoCardHeadingLevel) {
|
|
295
195
|
InfoCardHeadingLevel["H1"] = "h1";
|
|
@@ -300,91 +200,6 @@ exports.InfoCardHeadingLevel = void 0;
|
|
|
300
200
|
InfoCardHeadingLevel["H6"] = "h6";
|
|
301
201
|
})(exports.InfoCardHeadingLevel || (exports.InfoCardHeadingLevel = {}));
|
|
302
202
|
|
|
303
|
-
exports.InfoCardSize = void 0;
|
|
304
|
-
(function (InfoCardSize) {
|
|
305
|
-
InfoCardSize["STANDARD"] = "standard";
|
|
306
|
-
})(exports.InfoCardSize || (exports.InfoCardSize = {}));
|
|
307
|
-
|
|
308
|
-
exports.InfoCardType = void 0;
|
|
309
|
-
(function (InfoCardType) {
|
|
310
|
-
InfoCardType["TIP"] = "tip";
|
|
311
|
-
InfoCardType["RELATED"] = "related";
|
|
312
|
-
})(exports.InfoCardType || (exports.InfoCardType = {}));
|
|
313
|
-
|
|
314
|
-
exports.InfoCardVariation = void 0;
|
|
315
|
-
(function (InfoCardVariation) {
|
|
316
|
-
InfoCardVariation["PRIMARY"] = "primary";
|
|
317
|
-
InfoCardVariation["SECONDARY"] = "secondary";
|
|
318
|
-
})(exports.InfoCardVariation || (exports.InfoCardVariation = {}));
|
|
319
|
-
|
|
320
|
-
exports.LayoutBlockContainer = void 0;
|
|
321
|
-
(function (LayoutBlockContainer) {
|
|
322
|
-
LayoutBlockContainer["STATIC"] = "static";
|
|
323
|
-
LayoutBlockContainer["FLUID"] = "fluid";
|
|
324
|
-
LayoutBlockContainer["NONE"] = "none";
|
|
325
|
-
})(exports.LayoutBlockContainer || (exports.LayoutBlockContainer = {}));
|
|
326
|
-
|
|
327
|
-
exports.LayoutColumnsGap = void 0;
|
|
328
|
-
(function (LayoutColumnsGap) {
|
|
329
|
-
LayoutColumnsGap["DEFAULT"] = "default";
|
|
330
|
-
LayoutColumnsGap["GAP_32"] = "32";
|
|
331
|
-
})(exports.LayoutColumnsGap || (exports.LayoutColumnsGap = {}));
|
|
332
|
-
|
|
333
|
-
exports.LayoutColumnsElement = void 0;
|
|
334
|
-
(function (LayoutColumnsElement) {
|
|
335
|
-
LayoutColumnsElement["DIV"] = "div";
|
|
336
|
-
LayoutColumnsElement["UL"] = "ul";
|
|
337
|
-
LayoutColumnsElement["OL"] = "ol";
|
|
338
|
-
})(exports.LayoutColumnsElement || (exports.LayoutColumnsElement = {}));
|
|
339
|
-
|
|
340
|
-
exports.LayoutColumnsVariation = void 0;
|
|
341
|
-
(function (LayoutColumnsVariation) {
|
|
342
|
-
LayoutColumnsVariation["FOUR"] = "four";
|
|
343
|
-
LayoutColumnsVariation["THREE"] = "three";
|
|
344
|
-
LayoutColumnsVariation["TWO"] = "two";
|
|
345
|
-
LayoutColumnsVariation["ONE"] = "one";
|
|
346
|
-
LayoutColumnsVariation["NONE"] = "none";
|
|
347
|
-
})(exports.LayoutColumnsVariation || (exports.LayoutColumnsVariation = {}));
|
|
348
|
-
|
|
349
|
-
exports.LayoutContainerVariation = void 0;
|
|
350
|
-
(function (LayoutContainerVariation) {
|
|
351
|
-
LayoutContainerVariation["STATIC"] = "static";
|
|
352
|
-
LayoutContainerVariation["FLUID"] = "fluid";
|
|
353
|
-
LayoutContainerVariation["NONE"] = "none";
|
|
354
|
-
})(exports.LayoutContainerVariation || (exports.LayoutContainerVariation = {}));
|
|
355
|
-
|
|
356
|
-
exports.LayoutContainerMaxWidth = void 0;
|
|
357
|
-
(function (LayoutContainerMaxWidth) {
|
|
358
|
-
LayoutContainerMaxWidth["WIDTH_1200"] = "1200";
|
|
359
|
-
LayoutContainerMaxWidth["WIDTH_1400"] = "1400";
|
|
360
|
-
})(exports.LayoutContainerMaxWidth || (exports.LayoutContainerMaxWidth = {}));
|
|
361
|
-
|
|
362
|
-
exports.LinkButtonVariation = void 0;
|
|
363
|
-
(function (LinkButtonVariation) {
|
|
364
|
-
LinkButtonVariation["PRIMARY"] = "primary";
|
|
365
|
-
LinkButtonVariation["SECONDARY"] = "secondary";
|
|
366
|
-
LinkButtonVariation["PRIMARY_ALT"] = "primary-alt";
|
|
367
|
-
LinkButtonVariation["SECONDARY_ALT"] = "secondary-alt";
|
|
368
|
-
})(exports.LinkButtonVariation || (exports.LinkButtonVariation = {}));
|
|
369
|
-
|
|
370
|
-
exports.LogoColor = void 0;
|
|
371
|
-
(function (LogoColor) {
|
|
372
|
-
LogoColor["PRIMARY"] = "primary";
|
|
373
|
-
LogoColor["SECONDARY"] = "secondary";
|
|
374
|
-
})(exports.LogoColor || (exports.LogoColor = {}));
|
|
375
|
-
|
|
376
|
-
exports.NavigationVerticalMenuActiveIndicatorSize = void 0;
|
|
377
|
-
(function (NavigationVerticalMenuActiveIndicatorSize) {
|
|
378
|
-
NavigationVerticalMenuActiveIndicatorSize["PRIMARY"] = "primary";
|
|
379
|
-
NavigationVerticalMenuActiveIndicatorSize["SECONDARY"] = "secondary";
|
|
380
|
-
})(exports.NavigationVerticalMenuActiveIndicatorSize || (exports.NavigationVerticalMenuActiveIndicatorSize = {}));
|
|
381
|
-
|
|
382
|
-
exports.NavigationVerticalMenuVariation = void 0;
|
|
383
|
-
(function (NavigationVerticalMenuVariation) {
|
|
384
|
-
NavigationVerticalMenuVariation["PRIMARY"] = "primary";
|
|
385
|
-
NavigationVerticalMenuVariation["SECONDARY"] = "secondary";
|
|
386
|
-
})(exports.NavigationVerticalMenuVariation || (exports.NavigationVerticalMenuVariation = {}));
|
|
387
|
-
|
|
388
203
|
exports.NotificationAlertHeadingLevel = void 0;
|
|
389
204
|
(function (NotificationAlertHeadingLevel) {
|
|
390
205
|
NotificationAlertHeadingLevel["H1"] = "h1";
|
|
@@ -422,28 +237,6 @@ exports.ErrorPageStatusCodes = void 0;
|
|
|
422
237
|
ErrorPageStatusCodes["BLOCKED"] = "blocked";
|
|
423
238
|
})(exports.ErrorPageStatusCodes || (exports.ErrorPageStatusCodes = {}));
|
|
424
239
|
|
|
425
|
-
exports.ProgressIndicatorRole = void 0;
|
|
426
|
-
(function (ProgressIndicatorRole) {
|
|
427
|
-
ProgressIndicatorRole["NONE"] = "";
|
|
428
|
-
ProgressIndicatorRole["STATUS"] = "status";
|
|
429
|
-
})(exports.ProgressIndicatorRole || (exports.ProgressIndicatorRole = {}));
|
|
430
|
-
|
|
431
|
-
exports.ProgressIndicatorVariation = void 0;
|
|
432
|
-
(function (ProgressIndicatorVariation) {
|
|
433
|
-
ProgressIndicatorVariation["PRIMARY"] = "primary";
|
|
434
|
-
ProgressIndicatorVariation["SECONDARY"] = "secondary";
|
|
435
|
-
})(exports.ProgressIndicatorVariation || (exports.ProgressIndicatorVariation = {}));
|
|
436
|
-
|
|
437
|
-
exports.TagMediaIcon = void 0;
|
|
438
|
-
(function (TagMediaIcon) {
|
|
439
|
-
TagMediaIcon["NEWS"] = "news";
|
|
440
|
-
TagMediaIcon["PLAYLIST"] = "playlist";
|
|
441
|
-
TagMediaIcon["PODCAST"] = "podcast";
|
|
442
|
-
TagMediaIcon["FILM"] = "film";
|
|
443
|
-
TagMediaIcon["WEBTV"] = "webtv";
|
|
444
|
-
TagMediaIcon["WEBINAR"] = "webinar";
|
|
445
|
-
})(exports.TagMediaIcon || (exports.TagMediaIcon = {}));
|
|
446
|
-
|
|
447
240
|
exports.ToolsFeedbackHeadingLevel = void 0;
|
|
448
241
|
(function (ToolsFeedbackHeadingLevel) {
|
|
449
242
|
ToolsFeedbackHeadingLevel["H1"] = "h1";
|
|
@@ -466,34 +259,6 @@ exports.FeedbackVariation = void 0;
|
|
|
466
259
|
FeedbackVariation["SECONDARY"] = "secondary";
|
|
467
260
|
})(exports.FeedbackVariation || (exports.FeedbackVariation = {}));
|
|
468
261
|
|
|
469
|
-
exports.ToolsThemeProviderBrandEnum = void 0;
|
|
470
|
-
(function (ToolsThemeProviderBrandEnum) {
|
|
471
|
-
ToolsThemeProviderBrandEnum["AF25"] = "AF25";
|
|
472
|
-
ToolsThemeProviderBrandEnum["AF18"] = "AF18";
|
|
473
|
-
})(exports.ToolsThemeProviderBrandEnum || (exports.ToolsThemeProviderBrandEnum = {}));
|
|
474
|
-
|
|
475
|
-
exports.ToolsThemeProviderThemeEnum = void 0;
|
|
476
|
-
(function (ToolsThemeProviderThemeEnum) {
|
|
477
|
-
ToolsThemeProviderThemeEnum["LIGHT"] = "light";
|
|
478
|
-
ToolsThemeProviderThemeEnum["DARK"] = "dark";
|
|
479
|
-
})(exports.ToolsThemeProviderThemeEnum || (exports.ToolsThemeProviderThemeEnum = {}));
|
|
480
|
-
|
|
481
|
-
exports.TypographyHeadingJumboLevel = void 0;
|
|
482
|
-
(function (TypographyHeadingJumboLevel) {
|
|
483
|
-
TypographyHeadingJumboLevel["H1"] = "h1";
|
|
484
|
-
TypographyHeadingJumboLevel["H2"] = "h2";
|
|
485
|
-
TypographyHeadingJumboLevel["H3"] = "h3";
|
|
486
|
-
TypographyHeadingJumboLevel["H4"] = "h4";
|
|
487
|
-
TypographyHeadingJumboLevel["H5"] = "h5";
|
|
488
|
-
TypographyHeadingJumboLevel["H6"] = "h6";
|
|
489
|
-
})(exports.TypographyHeadingJumboLevel || (exports.TypographyHeadingJumboLevel = {}));
|
|
490
|
-
|
|
491
|
-
exports.TypographyHeadingJumboVariation = void 0;
|
|
492
|
-
(function (TypographyHeadingJumboVariation) {
|
|
493
|
-
TypographyHeadingJumboVariation["PRIMARY"] = "primary";
|
|
494
|
-
TypographyHeadingJumboVariation["SECONDARY"] = "secondary";
|
|
495
|
-
})(exports.TypographyHeadingJumboVariation || (exports.TypographyHeadingJumboVariation = {}));
|
|
496
|
-
|
|
497
262
|
exports.TypographyVariation = void 0;
|
|
498
263
|
(function (TypographyVariation) {
|
|
499
264
|
TypographyVariation["SMALL"] = "small";
|
|
@@ -12,9 +12,9 @@ License: none (public domain)
|
|
|
12
12
|
--digi--button--color--background--secondary--focus: var(--digi--color--background--interactive--hover--secondary);
|
|
13
13
|
--digi--button--color--background--secondary--active: var(--digi--color--background--interactive--hover--secondary);
|
|
14
14
|
--digi--button--color--background--function--default: transparent;
|
|
15
|
-
--digi--button--color--background--function--hover:
|
|
16
|
-
--digi--button--color--background--function--focus:
|
|
17
|
-
--digi--button--color--background--function--active:
|
|
15
|
+
--digi--button--color--background--function--hover: transparent;
|
|
16
|
+
--digi--button--color--background--function--focus: transparent;
|
|
17
|
+
--digi--button--color--background--function--active: transparent;
|
|
18
18
|
--digi--button--color--text--primary--default: var(--digi--color--text--interactive--secondary);
|
|
19
19
|
--digi--button--color--text--primary--hover: var(--digi--color--text--interactive--secondary);
|
|
20
20
|
--digi--button--color--text--primary--focus: var(--digi--color--text--interactive--secondary);
|
|
@@ -27,10 +27,10 @@ License: none (public domain)
|
|
|
27
27
|
--digi--button--color--text--function--hover: var(--digi--color--text--interactive--primary);
|
|
28
28
|
--digi--button--color--text--function--focus: var(--digi--color--text--interactive--primary);
|
|
29
29
|
--digi--button--color--text--function--active: var(--digi--color--text--interactive--primary);
|
|
30
|
-
--digi--button--color--border--primary--default: var(--digi--color--
|
|
31
|
-
--digi--button--color--border--primary--hover: var(--digi--color--
|
|
32
|
-
--digi--button--color--border--primary--focus: var(--digi--color--
|
|
33
|
-
--digi--button--color--border--primary--active: var(--digi--color--
|
|
30
|
+
--digi--button--color--border--primary--default: var(--digi--color--background--interactive--default--primary);
|
|
31
|
+
--digi--button--color--border--primary--hover: var(--digi--color--background--interactive--hover--primary);
|
|
32
|
+
--digi--button--color--border--primary--focus: var(--digi--color--background--interactive--default--primary);
|
|
33
|
+
--digi--button--color--border--primary--active: var(--digi--color--background--interactive--default--primary);
|
|
34
34
|
--digi--button--color--border--secondary--default: var(--digi--color--border--interactive--default--primary);
|
|
35
35
|
--digi--button--color--border--secondary--hover: var(--digi--color--border--interactive--hover--secondary);
|
|
36
36
|
--digi--button--color--border--secondary--focus: var(--digi--color--border--interactive--default--primary);
|
|
@@ -39,10 +39,10 @@ License: none (public domain)
|
|
|
39
39
|
--digi--button--color--border--function--hover: initial;
|
|
40
40
|
--digi--button--color--border--function--focus: initial;
|
|
41
41
|
--digi--button--color--border--function--active: initial;
|
|
42
|
-
--digi--button--color--icon--primary--default: var(--digi--color--icon--secondary
|
|
43
|
-
--digi--button--color--icon--primary--hover: var(--digi--color--icon--secondary
|
|
44
|
-
--digi--button--color--icon--primary--focus: var(--digi--color--icon--secondary
|
|
45
|
-
--digi--button--color--icon--primary--active: var(--digi--color--icon--secondary
|
|
42
|
+
--digi--button--color--icon--primary--default: var(--digi--color--icon--secondary);
|
|
43
|
+
--digi--button--color--icon--primary--hover: var(--digi--color--icon--secondary);
|
|
44
|
+
--digi--button--color--icon--primary--focus: var(--digi--color--icon--secondary);
|
|
45
|
+
--digi--button--color--icon--primary--active: var(--digi--color--icon--secondary);
|
|
46
46
|
--digi--button--color--icon--secondary--default: var(--digi--color--icon--brand-primary);
|
|
47
47
|
--digi--button--color--icon--secondary--hover: var(--digi--color--icon--brand-primary);
|
|
48
48
|
--digi--button--color--icon--secondary--focus: var(--digi--color--icon--brand-primary);
|
|
@@ -78,9 +78,9 @@ License: none (public domain)
|
|
|
78
78
|
--digi--button--border-radius--secondary--focus: var(--digi--border-radius--secondary);
|
|
79
79
|
--digi--button--border-radius--secondary--active: var(--digi--border-radius--secondary);
|
|
80
80
|
--digi--button--border-radius--function--default: initial;
|
|
81
|
-
--digi--button--border-radius--function--hover:
|
|
82
|
-
--digi--button--border-radius--function--focus:
|
|
83
|
-
--digi--button--border-radius--function--active:
|
|
81
|
+
--digi--button--border-radius--function--hover: initial;
|
|
82
|
+
--digi--button--border-radius--function--focus: initial;
|
|
83
|
+
--digi--button--border-radius--function--active: initial;
|
|
84
84
|
--digi--button--padding--small: var(--digi--gutter--button-block-small) var(--digi--gutter--button-inline-small);
|
|
85
85
|
--digi--button--padding--medium: var(--digi--gutter--button-block-medium) var(--digi--gutter--button-inline-medium);
|
|
86
86
|
--digi--button--font-size--small: var(--digi--global--typography--font-size--interaction-small);
|
|
@@ -6,7 +6,6 @@ License: none (public domain)
|
|
|
6
6
|
--digi--calendar--display: inline-block;
|
|
7
7
|
--digi--calendar--header--font-family: var(--digi--global--typography--font-family--default);
|
|
8
8
|
--digi--calendar--header--font-weight: var(--digi--global--typography--font-weight--semibold);
|
|
9
|
-
--digi--calendar--header--font-color: var(--digi--color--text--primary);
|
|
10
9
|
--digi--calendar--header--display: flex;
|
|
11
10
|
--digi--calendar--header--align-items: center;
|
|
12
11
|
--digi--calendar--header--justify-content: space-between;
|
|
@@ -30,12 +29,12 @@ License: none (public domain)
|
|
|
30
29
|
--digi--calendar--date--focused--background-color: var(--digi--color--background--interactive--hover--secondary);
|
|
31
30
|
--digi--calendar--date--today--circle-border: 2px solid var(--digi--color--marking--indication--secondary);
|
|
32
31
|
--digi--calendar--date--today--circle-margin: 10%;
|
|
33
|
-
--digi--calendar--date--selected--color: var(--digi--color--text--interactive--secondary
|
|
34
|
-
--digi--calendar--date--selected--background-color: var(--digi--color--background--interactive--selected--primary
|
|
32
|
+
--digi--calendar--date--selected--color: var(--digi--color--text--interactive--secondary);
|
|
33
|
+
--digi--calendar--date--selected--background-color: var(--digi--color--background--interactive--selected--primary);
|
|
35
34
|
--digi--calendar--date--not-selectable-strike--color: var(--digi--color--marking--indication--tertiary);
|
|
36
35
|
--digi--calendar--week--font-style: italic;
|
|
37
36
|
--digi--calendar--week--font-size: var(--digi--global--typography--font-size--small);
|
|
38
|
-
--digi--calendar--week--border-color: var(--digi--color--divider--
|
|
37
|
+
--digi--calendar--week--border-color: var(--digi--color--divider--primary);
|
|
39
38
|
--digi--calendar--week--border-width: var(--digi--border-width--primary);
|
|
40
39
|
}
|
|
41
40
|
:host .digi-calendar {
|
|
@@ -56,7 +55,6 @@ License: none (public domain)
|
|
|
56
55
|
font-size: var(--digi--global--typography--font-size--base);
|
|
57
56
|
font-family: var(--digi--calendar--header--font-family);
|
|
58
57
|
font-weight: var(--digi--calendar--header--font-weight);
|
|
59
|
-
color: var(--digi--calendar--header--font-color);
|
|
60
58
|
}
|
|
61
59
|
:host .digi-calendar__header--year-select {
|
|
62
60
|
display: inherit;
|
|
@@ -130,13 +128,11 @@ License: none (public domain)
|
|
|
130
128
|
font-style: italic;
|
|
131
129
|
padding: var(--digi--calendar--table-header--padding);
|
|
132
130
|
font-weight: var(--digi--calendar--table-header--font-weight-normal);
|
|
133
|
-
color: var(--digi--calendar--header--font-color);
|
|
134
131
|
width: 50px;
|
|
135
132
|
}
|
|
136
133
|
:host .digi-calendar__table-header {
|
|
137
134
|
padding: var(--digi--calendar--table-header--padding);
|
|
138
135
|
font-weight: var(--digi--calendar--table--font-weight);
|
|
139
|
-
color: var(--digi--calendar--header--font-color);
|
|
140
136
|
width: 46px;
|
|
141
137
|
}
|
|
142
138
|
:host .digi-calendar__td-week {
|
|
@@ -148,7 +144,6 @@ License: none (public domain)
|
|
|
148
144
|
:host .digi-calendar__date--week-number {
|
|
149
145
|
font-style: var(--digi--calendar--week--font-style);
|
|
150
146
|
font-size: var(--digi--calendar--week--font-size);
|
|
151
|
-
color: var(--digi--calendar--header--font-color);
|
|
152
147
|
display: table-cell;
|
|
153
148
|
text-align: center;
|
|
154
149
|
}
|