@designsystem-se/af 39.0.1-beta.dark-mode → 39.1.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/README.md +1 -1
- package/components/digi-badge-status.js +1 -1
- package/components/digi-bar-chart.js +1 -1
- package/components/digi-button.js +1 -1
- package/components/digi-calendar-datepicker.js +6 -6
- 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 +8 -8
- package/components/digi-context-menu.js +2 -2
- package/components/digi-dialog.js +5 -5
- package/components/digi-expandable-faq-item.js +1 -1
- package/components/digi-footer.js +3 -3
- package/components/digi-form-category-filter.js +1 -1
- package/components/digi-form-checkbox.js +1 -1
- package/components/digi-form-error-list.js +5 -5
- 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 +3 -3
- package/components/digi-form-select-filter.js +5 -5
- package/components/digi-form-select.js +1 -1
- package/components/digi-header-avatar.js +1 -1
- package/components/digi-header-navigation.js +4 -4
- package/components/digi-header.js +7 -7
- 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 +4 -4
- 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 +3 -3
- package/components/digi-progress-circle.js +12 -10
- package/components/digi-progress-indicator.js +8 -6
- package/components/digi-progress-list-item.js +1 -1
- package/components/digi-quote.js +1 -1
- package/components/digi-tag.js +1 -1
- package/components/digi-title-logo.js +3 -3
- package/components/digi-tools-feedback.js +5 -5
- package/components/digi-tools-theme-provider.js +5 -18
- package/components/index.js +3 -3
- package/components/{p-90f7d507.js → p-36826879.js} +5 -5
- package/components/p-4bad4fb0.js +7 -0
- package/components/p-70fad0ea.js +165 -0
- package/components/{p-0207ebef.js → p-9df35672.js} +1 -1
- package/components/{p-8562da9d.js → p-a1255d30.js} +4 -4
- package/components/p-ab07faba.js +66 -0
- package/components/{p-9dd5d6c8.js → p-d0f35bd6.js} +11 -1
- 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/components/p-fe63f0b9.js +17 -0
- package/custom-elements.json +8 -4
- package/dist/cjs/button-size.enum-1fd86b9e.js +7 -0
- package/dist/cjs/button-type.enum-406723db.js +8 -0
- package/dist/cjs/{code-example-variation.enum-1611825e.js → code-example-variation.enum-c6557727.js} +0 -6
- package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
- package/dist/cjs/digi-badge-status.cjs.entry.js +1 -1
- package/dist/cjs/digi-button.cjs.entry.js +130 -0
- package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +2605 -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} +140 -5
- package/dist/cjs/digi-code-example.cjs.entry.js +9 -8
- package/dist/cjs/digi-context-menu.cjs.entry.js +240 -0
- package/dist/cjs/digi-dialog.cjs.entry.js +26 -6
- 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 +78 -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 +24 -4
- package/dist/cjs/digi-form-file-upload.cjs.entry.js +602 -0
- package/dist/cjs/digi-form-filter.cjs.entry.js +248 -0
- package/dist/cjs/digi-form-input-search.cjs.entry.js +8 -6
- package/dist/cjs/digi-form-input.cjs.entry.js +194 -0
- package/dist/cjs/digi-form-label_3.cjs.entry.js +129 -0
- package/dist/cjs/digi-form-receipt.cjs.entry.js +24 -4
- package/dist/cjs/digi-form-select-filter.cjs.entry.js +605 -0
- 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 +232 -0
- package/dist/cjs/digi-header-notification.cjs.entry.js +23 -0
- package/dist/cjs/digi-header.cjs.entry.js +119 -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-check_6.cjs.entry.js +340 -0
- package/dist/cjs/digi-icon-chevron-down.cjs.entry.js +30 -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 +24 -4
- 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 +116 -0
- package/dist/cjs/digi-notification-error-page.cjs.entry.js +24 -4
- package/dist/cjs/digi-progress-list-item.cjs.entry.js +1 -1
- 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 +137 -0
- package/dist/cjs/digi-tools-feedback.cjs.entry.js +27 -7
- 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-keydown-handler.cjs.entry.js +83 -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-file-upload-variation.enum-634cfae8.js +24 -0
- package/dist/cjs/form-input-search-variation.enum-c50239bc.js +8 -0
- package/dist/cjs/{form-input-type.enum-1fb2180a.js → form-input-type.enum-9c8ee12a.js} +0 -14
- package/dist/cjs/form-input-variation.enum-c750520c.js +29 -0
- package/dist/cjs/form-select-variation.enum-528c1bf0.js +16 -0
- package/dist/cjs/form-validation-message-variation.enum-855ae0be.js +8 -0
- package/dist/cjs/index-7a477838.js +236 -8
- 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 +223 -197
- 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-heading-level.enum-13c38ed0.js +39 -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-50512a4e.js +238 -0
- package/dist/collection/components/_badge/badge-status/badge-status.css +2 -2
- 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 +107 -427
- package/dist/collection/components/_code/code-example/code-example.css +0 -6
- package/dist/collection/components/_code/code-example/code-example.js +5 -4
- 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/_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-vertical-menu-item/navigation-vertical-menu-item.css +3 -3
- package/dist/collection/components/_notification/notification-alert/notification-alert.css +1 -1
- package/dist/collection/components/_progress/progress-circle/progress-circle-heading-level.enum.js +9 -0
- package/dist/collection/components/_progress/progress-circle/progress-circle.js +41 -9
- package/dist/collection/components/_progress/progress-indicator/progress-indicator-heading-level.enum.js +9 -0
- package/dist/collection/components/_progress/progress-indicator/progress-indicator.css +4 -5
- package/dist/collection/components/_progress/progress-indicator/progress-indicator.js +36 -4
- package/dist/collection/components/_progress/progress-list-item/progress-list-item.css +2 -2
- 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/_badge-status.variables.scss +1 -1
- 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/_notification-alert.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_progress-indicator.variables.scss +1 -1
- 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 +2 -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 +132 -442
- package/dist/digi-arbetsformedlingen/design-tokens/components/_badge-status.variables.scss +1 -1
- 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/_logo.variables.scss +2 -0
- 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/_notification-alert.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_progress-indicator.variables.scss +1 -1
- 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-02854c3f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-04033c3a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-045a1bd6.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-07303cb5.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0b2e2c33.entry.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-111fb07d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1486034d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-197903bf.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1f3345e9.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1f956af8.js +1 -0
- package/dist/digi-arbetsformedlingen/p-21b5747f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2295239c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2788683e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2a023831.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2b134ff1.entry.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-30dc159d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-366e18f4.entry.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-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-44c75bab.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-55bcba7c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-55d02ef7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5a602122.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-60916953.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-69922ec2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-69aeb038.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6abd8d58.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6bd37def.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-7933b555.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-7ed49934.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-82611050.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-83643aa3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-84bff8ef.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8713df13.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-88b4d03a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-89ef4ec1.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-905ccb30.js +1 -0
- package/dist/digi-arbetsformedlingen/p-915b2a14.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-931057a8.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9dd41cc4.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9e13d85b.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9f47d4b7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a2008b0a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a48de93b.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-b3d93b8b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-bc3d2778.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-03b818fc.entry.js → p-c1fd535b.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c604694f.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-cb74e4f3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-cdf86efc.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-e23d905e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ecc2e481.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ee4cb21a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ee88e3f1.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ee9589e6.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-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 +132 -442
- package/dist/esm/button-size.enum-d5ff6ff3.js +7 -0
- package/dist/esm/button-type.enum-5250ae0b.js +8 -0
- package/dist/esm/{code-example-variation.enum-e656d235.js → code-example-variation.enum-e9f9fced.js} +1 -7
- package/dist/esm/digi-arbetsformedlingen.js +1 -1
- package/dist/esm/digi-badge-status.entry.js +1 -1
- package/dist/esm/digi-button.entry.js +126 -0
- package/dist/esm/digi-calendar-datepicker.entry.js +2601 -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} +140 -6
- package/dist/esm/digi-code-example.entry.js +7 -6
- package/dist/esm/digi-context-menu.entry.js +236 -0
- package/dist/esm/digi-dialog.entry.js +25 -5
- 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 +74 -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 +24 -4
- package/dist/esm/digi-form-file-upload.entry.js +598 -0
- package/dist/esm/digi-form-filter.entry.js +244 -0
- package/dist/esm/digi-form-input-search.entry.js +3 -1
- package/dist/esm/digi-form-input.entry.js +190 -0
- package/dist/esm/digi-form-label_3.entry.js +123 -0
- package/dist/esm/digi-form-receipt.entry.js +24 -4
- package/dist/esm/digi-form-select-filter.entry.js +601 -0
- 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 +228 -0
- package/dist/esm/digi-header-notification.entry.js +19 -0
- package/dist/esm/digi-header.entry.js +115 -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-check_6.entry.js +331 -0
- package/dist/esm/digi-icon-chevron-down.entry.js +26 -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 +24 -4
- 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 +112 -0
- package/dist/esm/digi-notification-error-page.entry.js +24 -4
- package/dist/esm/digi-progress-list-item.entry.js +1 -1
- 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 +133 -0
- package/dist/esm/digi-tools-feedback.entry.js +25 -5
- 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-keydown-handler.entry.js +79 -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-file-upload-variation.enum-9c49ec5e.js +24 -0
- package/dist/esm/form-input-search-variation.enum-f9d669f2.js +8 -0
- package/dist/esm/{form-input-type.enum-a6bba983.js → form-input-type.enum-3da3db27.js} +1 -15
- package/dist/esm/form-input-variation.enum-64d9450f.js +29 -0
- package/dist/esm/form-select-variation.enum-f2f6098d.js +16 -0
- package/dist/esm/form-validation-message-variation.enum-bcef8a9d.js +8 -0
- package/dist/esm/index-148a7577.js +236 -8
- 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 +24 -4
- 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-heading-level.enum-ace13afe.js +39 -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-8c3ff25c.js +238 -0
- package/dist/types/components/_progress/progress-circle/progress-circle-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_progress/progress-circle/progress-circle.d.ts +7 -0
- package/dist/types/components/_progress/progress-indicator/progress-indicator-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_progress/progress-indicator/progress-indicator.d.ts +7 -0
- package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +0 -9
- package/dist/types/components.d.ts +32 -12
- package/dist/types/enums.d.ts +2 -1
- package/hydrate/index.js +73 -66
- package/hydrate/index.mjs +73 -66
- package/package.json +1 -1
- package/components/p-24e68936.js +0 -165
- package/components/p-a162b186.js +0 -177
- package/components/p-be4fd246.js +0 -7
- package/components/p-d516f6af.js +0 -66
- package/components/p-d7ef9cb1.js +0 -13
- package/dist/cjs/digi-button_84.cjs.entry.js +0 -8458
- package/dist/cjs/digi-progress-circle.cjs.entry.js +0 -84
- package/dist/cjs/progress-circle-role.enum-b7fdcf0c.js +0 -7
- package/dist/cjs/typography-variation.enum-ad1b2403.js +0 -501
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.js +0 -5
- package/dist/digi-arbetsformedlingen/p-06704534.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-160165b9.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-1efcad5b.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3ae13b8a.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-47ab0b39.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-501f9b16.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-53880b04.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-53d9556b.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-a105d9fe.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a2fb7d64.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-be4fd246.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c59e5f69.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c64b4626.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ca8d7464.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f4b540e3.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +0 -1
- package/dist/esm/digi-button_84.entry.js +0 -8371
- package/dist/esm/digi-progress-circle.entry.js +0 -80
- package/dist/esm/progress-circle-role.enum-7737a2c6.js +0 -7
- 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,39 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.ProgressCircleRole = void 0;
|
|
4
|
+
(function (ProgressCircleRole) {
|
|
5
|
+
ProgressCircleRole["NONE"] = "none";
|
|
6
|
+
ProgressCircleRole["STATUS"] = "status";
|
|
7
|
+
})(exports.ProgressCircleRole || (exports.ProgressCircleRole = {}));
|
|
8
|
+
|
|
9
|
+
exports.ProgressIndicatorRole = void 0;
|
|
10
|
+
(function (ProgressIndicatorRole) {
|
|
11
|
+
ProgressIndicatorRole["NONE"] = "";
|
|
12
|
+
ProgressIndicatorRole["STATUS"] = "status";
|
|
13
|
+
})(exports.ProgressIndicatorRole || (exports.ProgressIndicatorRole = {}));
|
|
14
|
+
|
|
15
|
+
exports.ProgressIndicatorVariation = void 0;
|
|
16
|
+
(function (ProgressIndicatorVariation) {
|
|
17
|
+
ProgressIndicatorVariation["PRIMARY"] = "primary";
|
|
18
|
+
ProgressIndicatorVariation["SECONDARY"] = "secondary";
|
|
19
|
+
})(exports.ProgressIndicatorVariation || (exports.ProgressIndicatorVariation = {}));
|
|
20
|
+
|
|
21
|
+
exports.ProgressCircleHeadingLevel = void 0;
|
|
22
|
+
(function (ProgressCircleHeadingLevel) {
|
|
23
|
+
ProgressCircleHeadingLevel["H1"] = "h1";
|
|
24
|
+
ProgressCircleHeadingLevel["H2"] = "h2";
|
|
25
|
+
ProgressCircleHeadingLevel["H3"] = "h3";
|
|
26
|
+
ProgressCircleHeadingLevel["H4"] = "h4";
|
|
27
|
+
ProgressCircleHeadingLevel["H5"] = "h5";
|
|
28
|
+
ProgressCircleHeadingLevel["H6"] = "h6";
|
|
29
|
+
})(exports.ProgressCircleHeadingLevel || (exports.ProgressCircleHeadingLevel = {}));
|
|
30
|
+
|
|
31
|
+
exports.ProgressIndicatorHeadingLevel = void 0;
|
|
32
|
+
(function (ProgressIndicatorHeadingLevel) {
|
|
33
|
+
ProgressIndicatorHeadingLevel["H1"] = "h1";
|
|
34
|
+
ProgressIndicatorHeadingLevel["H2"] = "h2";
|
|
35
|
+
ProgressIndicatorHeadingLevel["H3"] = "h3";
|
|
36
|
+
ProgressIndicatorHeadingLevel["H4"] = "h4";
|
|
37
|
+
ProgressIndicatorHeadingLevel["H5"] = "h5";
|
|
38
|
+
ProgressIndicatorHeadingLevel["H6"] = "h6";
|
|
39
|
+
})(exports.ProgressIndicatorHeadingLevel || (exports.ProgressIndicatorHeadingLevel = {}));
|
|
@@ -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 = {}));
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.BadgeNotificationType = void 0;
|
|
4
|
+
(function (BadgeNotificationType) {
|
|
5
|
+
BadgeNotificationType["NUMBER"] = "number";
|
|
6
|
+
BadgeNotificationType["WORD"] = "word";
|
|
7
|
+
})(exports.BadgeNotificationType || (exports.BadgeNotificationType = {}));
|
|
8
|
+
|
|
9
|
+
exports.CalendarDatepickerValidation = void 0;
|
|
10
|
+
(function (CalendarDatepickerValidation) {
|
|
11
|
+
CalendarDatepickerValidation["SUCCESS"] = "success";
|
|
12
|
+
CalendarDatepickerValidation["ERROR"] = "error";
|
|
13
|
+
CalendarDatepickerValidation["WARNING"] = "warning";
|
|
14
|
+
CalendarDatepickerValidation["NEUTRAL"] = "neutral";
|
|
15
|
+
})(exports.CalendarDatepickerValidation || (exports.CalendarDatepickerValidation = {}));
|
|
16
|
+
|
|
17
|
+
exports.CodeBlockLanguage = void 0;
|
|
18
|
+
(function (CodeBlockLanguage) {
|
|
19
|
+
CodeBlockLanguage["JSON"] = "json";
|
|
20
|
+
CodeBlockLanguage["CSS"] = "css";
|
|
21
|
+
CodeBlockLanguage["SCSS"] = "scss";
|
|
22
|
+
CodeBlockLanguage["TYPESCRIPT"] = "typescript";
|
|
23
|
+
CodeBlockLanguage["JAVASCRIPT"] = "javascript";
|
|
24
|
+
CodeBlockLanguage["BASH"] = "bash";
|
|
25
|
+
CodeBlockLanguage["HTML"] = "html";
|
|
26
|
+
CodeBlockLanguage["GIT"] = "git";
|
|
27
|
+
CodeBlockLanguage["JSX"] = "jsx";
|
|
28
|
+
CodeBlockLanguage["TSX"] = "tsx";
|
|
29
|
+
})(exports.CodeBlockLanguage || (exports.CodeBlockLanguage = {}));
|
|
30
|
+
|
|
31
|
+
exports.DialogHeadingLevel = void 0;
|
|
32
|
+
(function (DialogHeadingLevel) {
|
|
33
|
+
DialogHeadingLevel["H1"] = "h1";
|
|
34
|
+
DialogHeadingLevel["H2"] = "h2";
|
|
35
|
+
DialogHeadingLevel["H3"] = "h3";
|
|
36
|
+
DialogHeadingLevel["H4"] = "h4";
|
|
37
|
+
DialogHeadingLevel["H5"] = "h5";
|
|
38
|
+
DialogHeadingLevel["H6"] = "h6";
|
|
39
|
+
})(exports.DialogHeadingLevel || (exports.DialogHeadingLevel = {}));
|
|
40
|
+
|
|
41
|
+
exports.DialogSize = void 0;
|
|
42
|
+
(function (DialogSize) {
|
|
43
|
+
DialogSize["SMALL"] = "small";
|
|
44
|
+
DialogSize["MEDIUM"] = "medium";
|
|
45
|
+
DialogSize["LARGE"] = "large";
|
|
46
|
+
})(exports.DialogSize || (exports.DialogSize = {}));
|
|
47
|
+
|
|
48
|
+
exports.DialogVariation = void 0;
|
|
49
|
+
(function (DialogVariation) {
|
|
50
|
+
DialogVariation["PRIMARY"] = "primary";
|
|
51
|
+
DialogVariation["SECONDARY"] = "secondary";
|
|
52
|
+
})(exports.DialogVariation || (exports.DialogVariation = {}));
|
|
53
|
+
|
|
54
|
+
exports.FooterVariation = void 0;
|
|
55
|
+
(function (FooterVariation) {
|
|
56
|
+
FooterVariation["LARGE"] = "large";
|
|
57
|
+
FooterVariation["SMALL"] = "small";
|
|
58
|
+
})(exports.FooterVariation || (exports.FooterVariation = {}));
|
|
59
|
+
|
|
60
|
+
exports.FormErrorListHeadingLevel = void 0;
|
|
61
|
+
(function (FormErrorListHeadingLevel) {
|
|
62
|
+
FormErrorListHeadingLevel["H1"] = "h1";
|
|
63
|
+
FormErrorListHeadingLevel["H2"] = "h2";
|
|
64
|
+
FormErrorListHeadingLevel["H3"] = "h3";
|
|
65
|
+
FormErrorListHeadingLevel["H4"] = "h4";
|
|
66
|
+
FormErrorListHeadingLevel["H5"] = "h5";
|
|
67
|
+
FormErrorListHeadingLevel["H6"] = "h6";
|
|
68
|
+
})(exports.FormErrorListHeadingLevel || (exports.FormErrorListHeadingLevel = {}));
|
|
69
|
+
|
|
70
|
+
exports.FormFieldsetValidation = void 0;
|
|
71
|
+
(function (FormFieldsetValidation) {
|
|
72
|
+
FormFieldsetValidation["SUCCESS"] = "success";
|
|
73
|
+
FormFieldsetValidation["ERROR"] = "error";
|
|
74
|
+
FormFieldsetValidation["WARNING"] = "warning";
|
|
75
|
+
FormFieldsetValidation["NEUTRAL"] = "neutral";
|
|
76
|
+
})(exports.FormFieldsetValidation || (exports.FormFieldsetValidation = {}));
|
|
77
|
+
|
|
78
|
+
exports.FormRadiobuttonLayout = void 0;
|
|
79
|
+
(function (FormRadiobuttonLayout) {
|
|
80
|
+
FormRadiobuttonLayout["INLINE"] = "inline";
|
|
81
|
+
FormRadiobuttonLayout["BLOCK"] = "block";
|
|
82
|
+
})(exports.FormRadiobuttonLayout || (exports.FormRadiobuttonLayout = {}));
|
|
83
|
+
|
|
84
|
+
exports.FormRadiobuttonValidation = void 0;
|
|
85
|
+
(function (FormRadiobuttonValidation) {
|
|
86
|
+
FormRadiobuttonValidation["ERROR"] = "error";
|
|
87
|
+
})(exports.FormRadiobuttonValidation || (exports.FormRadiobuttonValidation = {}));
|
|
88
|
+
|
|
89
|
+
exports.FormRadiobuttonVariation = void 0;
|
|
90
|
+
(function (FormRadiobuttonVariation) {
|
|
91
|
+
FormRadiobuttonVariation["PRIMARY"] = "primary";
|
|
92
|
+
FormRadiobuttonVariation["SECONDARY"] = "secondary";
|
|
93
|
+
})(exports.FormRadiobuttonVariation || (exports.FormRadiobuttonVariation = {}));
|
|
94
|
+
|
|
95
|
+
exports.FormReceiptHeadingLevel = void 0;
|
|
96
|
+
(function (FormReceiptHeadingLevel) {
|
|
97
|
+
FormReceiptHeadingLevel["H1"] = "h1";
|
|
98
|
+
FormReceiptHeadingLevel["H2"] = "h2";
|
|
99
|
+
FormReceiptHeadingLevel["H3"] = "h3";
|
|
100
|
+
FormReceiptHeadingLevel["H4"] = "h4";
|
|
101
|
+
FormReceiptHeadingLevel["H5"] = "h5";
|
|
102
|
+
FormReceiptHeadingLevel["H6"] = "h6";
|
|
103
|
+
})(exports.FormReceiptHeadingLevel || (exports.FormReceiptHeadingLevel = {}));
|
|
104
|
+
|
|
105
|
+
exports.FormReceiptType = void 0;
|
|
106
|
+
(function (FormReceiptType) {
|
|
107
|
+
FormReceiptType["CENTER"] = "center";
|
|
108
|
+
FormReceiptType["START"] = "start";
|
|
109
|
+
})(exports.FormReceiptType || (exports.FormReceiptType = {}));
|
|
110
|
+
|
|
111
|
+
exports.FormReceiptVariation = void 0;
|
|
112
|
+
(function (FormReceiptVariation) {
|
|
113
|
+
FormReceiptVariation["FULLWIDTH"] = "fullwidth";
|
|
114
|
+
FormReceiptVariation["GRID"] = "grid";
|
|
115
|
+
})(exports.FormReceiptVariation || (exports.FormReceiptVariation = {}));
|
|
116
|
+
|
|
117
|
+
exports.FormSelectFilterValidation = void 0;
|
|
118
|
+
(function (FormSelectFilterValidation) {
|
|
119
|
+
FormSelectFilterValidation["SUCCESS"] = "success";
|
|
120
|
+
FormSelectFilterValidation["ERROR"] = "error";
|
|
121
|
+
FormSelectFilterValidation["WARNING"] = "warning";
|
|
122
|
+
FormSelectFilterValidation["NEUTRAL"] = "neutral";
|
|
123
|
+
})(exports.FormSelectFilterValidation || (exports.FormSelectFilterValidation = {}));
|
|
124
|
+
|
|
125
|
+
exports.HeaderCenterContentWidth = void 0;
|
|
126
|
+
(function (HeaderCenterContentWidth) {
|
|
127
|
+
HeaderCenterContentWidth["DEFAULT"] = "none";
|
|
128
|
+
HeaderCenterContentWidth["WIDTH_1200"] = "1200";
|
|
129
|
+
HeaderCenterContentWidth["WIDTH_1400"] = "1400";
|
|
130
|
+
})(exports.HeaderCenterContentWidth || (exports.HeaderCenterContentWidth = {}));
|
|
131
|
+
|
|
132
|
+
exports.TitleLogoVariation = void 0;
|
|
133
|
+
(function (TitleLogoVariation) {
|
|
134
|
+
TitleLogoVariation["MOBILE"] = "mobile";
|
|
135
|
+
TitleLogoVariation["ONE_ROW"] = "one-row";
|
|
136
|
+
TitleLogoVariation["TWO_ROWS"] = "two-rows";
|
|
137
|
+
})(exports.TitleLogoVariation || (exports.TitleLogoVariation = {}));
|
|
138
|
+
|
|
139
|
+
exports.InfoCardMultiContainerHeadingLevel = void 0;
|
|
140
|
+
(function (InfoCardMultiContainerHeadingLevel) {
|
|
141
|
+
InfoCardMultiContainerHeadingLevel["H1"] = "h1";
|
|
142
|
+
InfoCardMultiContainerHeadingLevel["H2"] = "h2";
|
|
143
|
+
InfoCardMultiContainerHeadingLevel["H3"] = "h3";
|
|
144
|
+
InfoCardMultiContainerHeadingLevel["H4"] = "h4";
|
|
145
|
+
InfoCardMultiContainerHeadingLevel["H5"] = "h5";
|
|
146
|
+
InfoCardMultiContainerHeadingLevel["H6"] = "h6";
|
|
147
|
+
})(exports.InfoCardMultiContainerHeadingLevel || (exports.InfoCardMultiContainerHeadingLevel = {}));
|
|
148
|
+
|
|
149
|
+
exports.InfoCardMultiHeadingLevel = void 0;
|
|
150
|
+
(function (InfoCardMultiHeadingLevel) {
|
|
151
|
+
InfoCardMultiHeadingLevel["H1"] = "h1";
|
|
152
|
+
InfoCardMultiHeadingLevel["H2"] = "h2";
|
|
153
|
+
InfoCardMultiHeadingLevel["H3"] = "h3";
|
|
154
|
+
InfoCardMultiHeadingLevel["H4"] = "h4";
|
|
155
|
+
InfoCardMultiHeadingLevel["H5"] = "h5";
|
|
156
|
+
InfoCardMultiHeadingLevel["H6"] = "h6";
|
|
157
|
+
})(exports.InfoCardMultiHeadingLevel || (exports.InfoCardMultiHeadingLevel = {}));
|
|
158
|
+
|
|
159
|
+
exports.InfoCardMultiVariation = void 0;
|
|
160
|
+
(function (InfoCardMultiVariation) {
|
|
161
|
+
InfoCardMultiVariation["PRIMARY"] = "primary";
|
|
162
|
+
InfoCardMultiVariation["SECONDARY"] = "secondary";
|
|
163
|
+
})(exports.InfoCardMultiVariation || (exports.InfoCardMultiVariation = {}));
|
|
164
|
+
|
|
165
|
+
exports.InfoCardHeadingLevel = void 0;
|
|
166
|
+
(function (InfoCardHeadingLevel) {
|
|
167
|
+
InfoCardHeadingLevel["H1"] = "h1";
|
|
168
|
+
InfoCardHeadingLevel["H2"] = "h2";
|
|
169
|
+
InfoCardHeadingLevel["H3"] = "h3";
|
|
170
|
+
InfoCardHeadingLevel["H4"] = "h4";
|
|
171
|
+
InfoCardHeadingLevel["H5"] = "h5";
|
|
172
|
+
InfoCardHeadingLevel["H6"] = "h6";
|
|
173
|
+
})(exports.InfoCardHeadingLevel || (exports.InfoCardHeadingLevel = {}));
|
|
174
|
+
|
|
175
|
+
exports.NotificationAlertHeadingLevel = void 0;
|
|
176
|
+
(function (NotificationAlertHeadingLevel) {
|
|
177
|
+
NotificationAlertHeadingLevel["H1"] = "h1";
|
|
178
|
+
NotificationAlertHeadingLevel["H2"] = "h2";
|
|
179
|
+
NotificationAlertHeadingLevel["H3"] = "h3";
|
|
180
|
+
NotificationAlertHeadingLevel["H4"] = "h4";
|
|
181
|
+
NotificationAlertHeadingLevel["H5"] = "h5";
|
|
182
|
+
NotificationAlertHeadingLevel["H6"] = "h6";
|
|
183
|
+
})(exports.NotificationAlertHeadingLevel || (exports.NotificationAlertHeadingLevel = {}));
|
|
184
|
+
|
|
185
|
+
exports.NotificationAlertSize = void 0;
|
|
186
|
+
(function (NotificationAlertSize) {
|
|
187
|
+
NotificationAlertSize["LARGE"] = "large";
|
|
188
|
+
NotificationAlertSize["MEDIUM"] = "medium";
|
|
189
|
+
NotificationAlertSize["SMALL"] = "small";
|
|
190
|
+
})(exports.NotificationAlertSize || (exports.NotificationAlertSize = {}));
|
|
191
|
+
|
|
192
|
+
exports.NotificationAlertVariation = void 0;
|
|
193
|
+
(function (NotificationAlertVariation) {
|
|
194
|
+
NotificationAlertVariation["INFO"] = "info";
|
|
195
|
+
NotificationAlertVariation["SUCCESS"] = "success";
|
|
196
|
+
NotificationAlertVariation["WARNING"] = "warning";
|
|
197
|
+
NotificationAlertVariation["DANGER"] = "danger";
|
|
198
|
+
})(exports.NotificationAlertVariation || (exports.NotificationAlertVariation = {}));
|
|
199
|
+
|
|
200
|
+
exports.ErrorPageStatusCodes = void 0;
|
|
201
|
+
(function (ErrorPageStatusCodes) {
|
|
202
|
+
ErrorPageStatusCodes["UNAUTHORIZED"] = "401";
|
|
203
|
+
ErrorPageStatusCodes["FORBIDDEN"] = "403";
|
|
204
|
+
ErrorPageStatusCodes["NOT_FOUND"] = "404";
|
|
205
|
+
ErrorPageStatusCodes["GONE"] = "410";
|
|
206
|
+
ErrorPageStatusCodes["INTERNAL_SERVER_ERRROR"] = "500";
|
|
207
|
+
ErrorPageStatusCodes["SERVICE_UNAVAILABLE"] = "503";
|
|
208
|
+
ErrorPageStatusCodes["GATEWAY_TIMEOUT"] = "504";
|
|
209
|
+
ErrorPageStatusCodes["BLOCKED"] = "blocked";
|
|
210
|
+
})(exports.ErrorPageStatusCodes || (exports.ErrorPageStatusCodes = {}));
|
|
211
|
+
|
|
212
|
+
exports.ToolsFeedbackHeadingLevel = void 0;
|
|
213
|
+
(function (ToolsFeedbackHeadingLevel) {
|
|
214
|
+
ToolsFeedbackHeadingLevel["H1"] = "h1";
|
|
215
|
+
ToolsFeedbackHeadingLevel["H2"] = "h2";
|
|
216
|
+
ToolsFeedbackHeadingLevel["H3"] = "h3";
|
|
217
|
+
ToolsFeedbackHeadingLevel["H4"] = "h4";
|
|
218
|
+
ToolsFeedbackHeadingLevel["H5"] = "h5";
|
|
219
|
+
ToolsFeedbackHeadingLevel["H6"] = "h6";
|
|
220
|
+
})(exports.ToolsFeedbackHeadingLevel || (exports.ToolsFeedbackHeadingLevel = {}));
|
|
221
|
+
|
|
222
|
+
exports.ToolsFeedbackType = void 0;
|
|
223
|
+
(function (ToolsFeedbackType) {
|
|
224
|
+
ToolsFeedbackType["FULLWIDTH"] = "fullwidth";
|
|
225
|
+
ToolsFeedbackType["GRID"] = "grid";
|
|
226
|
+
})(exports.ToolsFeedbackType || (exports.ToolsFeedbackType = {}));
|
|
227
|
+
|
|
228
|
+
exports.FeedbackVariation = void 0;
|
|
229
|
+
(function (FeedbackVariation) {
|
|
230
|
+
FeedbackVariation["PRIMARY"] = "primary";
|
|
231
|
+
FeedbackVariation["SECONDARY"] = "secondary";
|
|
232
|
+
})(exports.FeedbackVariation || (exports.FeedbackVariation = {}));
|
|
233
|
+
|
|
234
|
+
exports.TypographyVariation = void 0;
|
|
235
|
+
(function (TypographyVariation) {
|
|
236
|
+
TypographyVariation["SMALL"] = "small";
|
|
237
|
+
TypographyVariation["LARGE"] = "large";
|
|
238
|
+
})(exports.TypographyVariation || (exports.TypographyVariation = {}));
|
|
@@ -4,7 +4,7 @@ License: none (public domain)
|
|
|
4
4
|
*/
|
|
5
5
|
:host {
|
|
6
6
|
--digi--badge-status--color--primary: var(--digi--color--text--secondary);
|
|
7
|
-
--digi--badge-status--color--secondary: var(--digi--color--text--primary
|
|
7
|
+
--digi--badge-status--color--secondary: var(--digi--color--text--primary);
|
|
8
8
|
--digi--badge-status--background-color--approved--primary: var(--digi--color--background--sentiment--success--secondary);
|
|
9
9
|
--digi--badge-status--background-color--approved--secondary: var(--digi--color--background--sentiment--success--tertiary);
|
|
10
10
|
--digi--badge-status--background-color--denied--primary: var(--digi--color--background--sentiment--error--secondary);
|
|
@@ -53,7 +53,7 @@ License: none (public domain)
|
|
|
53
53
|
}
|
|
54
54
|
:host .digi-badge-status--missing--primary {
|
|
55
55
|
--BACKGROUND-COLOR: var(--digi--badge-status--background-color--missing--primary);
|
|
56
|
-
--COLOR: var(--digi--
|
|
56
|
+
--COLOR: var(--digi--grayscale-900);
|
|
57
57
|
}
|
|
58
58
|
:host .digi-badge-status--missing--secondary {
|
|
59
59
|
--BACKGROUND-COLOR: var(--digi--badge-status--background-color--missing--secondary);
|
|
@@ -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
|
}
|