@designsystem-se/af 37.0.1 → 37.0.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/digi-bar-chart.js +1 -1
- package/components/digi-button.js +1 -1
- package/components/digi-calendar-datepicker.js +4 -4
- package/components/digi-calendar-week-view.js +1 -1
- package/components/digi-calendar.js +1 -1
- package/components/digi-chart-line.js +1 -1
- package/components/digi-code-block.js +1 -1
- package/components/digi-code-example.js +3 -3
- package/components/digi-context-menu.js +1 -1
- package/components/digi-dialog.js +3 -3
- package/components/digi-expandable-faq-item.js +1 -1
- package/components/digi-footer.js +1 -1
- package/components/digi-form-category-filter.js +1 -1
- package/components/digi-form-checkbox.js +1 -1
- package/components/digi-form-error-list.js +3 -3
- package/components/digi-form-file-upload.js +1 -1
- package/components/digi-form-filter.js +2 -2
- package/components/digi-form-input-search.js +1 -1
- package/components/digi-form-receipt.js +1 -1
- package/components/digi-form-select-filter.js +3 -3
- package/components/digi-form-select.js +1 -1
- package/components/digi-header-avatar.js +1 -1
- package/components/digi-header-navigation.js +2 -2
- package/components/digi-header.js +3 -3
- package/components/digi-info-card.js +2 -2
- package/components/digi-link-internal.js +1 -1
- package/components/digi-logo.js +1 -1
- package/components/digi-navigation-pagination.js +2 -2
- package/components/digi-navigation-sidebar-button.js +1 -1
- package/components/digi-navigation-sidebar.js +1 -1
- package/components/digi-navigation-vertical-menu-item.js +1 -1
- package/components/digi-notification-alert.js +1 -1
- package/components/digi-notification-error-page.js +1 -1
- package/components/digi-progress-indicator.js +1 -1
- package/components/digi-quote.js +1 -1
- package/components/digi-tag.js +1 -1
- package/components/digi-title-logo.js +1 -1
- package/components/digi-tools-feedback.js +3 -3
- package/components/digi-tools-theme-provider.js +18 -5
- package/components/index.js +1 -1
- package/components/p-0d568c4b.js +66 -0
- package/components/{p-9466c4e0.js → p-117e7b18.js} +1 -1
- package/components/{p-7ff04204.js → p-29f63312.js} +2 -2
- package/components/p-606ba731.js +165 -0
- package/components/{p-44f143ea.js → p-7d3fb535.js} +2 -2
- package/components/{p-2ac136a0.js → p-a79e144f.js} +1 -1
- package/components/{p-f53eb01a.js → p-d2a95a3e.js} +1 -1
- package/components/p-d7ef9cb1.js +13 -0
- package/components/{p-62a0008b.js → p-e756fda7.js} +2 -2
- package/components/p-f77cb7ae.js +163 -0
- package/custom-elements.json +4 -0
- package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
- package/dist/cjs/digi-button_38.cjs.entry.js +5759 -0
- package/dist/cjs/digi-calendar-week-view.cjs.entry.js +50 -51
- package/dist/cjs/{digi-code-block_3.cjs.entry.js → digi-code-block.cjs.entry.js} +3 -143
- package/dist/cjs/digi-code-example.cjs.entry.js +1 -1
- package/dist/cjs/digi-dialog.cjs.entry.js +4 -15
- package/dist/cjs/digi-footer.cjs.entry.js +3 -14
- package/dist/cjs/digi-form-error-list.cjs.entry.js +3 -14
- package/dist/cjs/digi-form-file-upload.cjs.entry.js +10 -11
- package/dist/cjs/digi-form-input-search.cjs.entry.js +6 -7
- package/dist/cjs/digi-form-receipt.cjs.entry.js +3 -14
- package/dist/cjs/digi-header-avatar.cjs.entry.js +114 -0
- package/dist/cjs/digi-header-navigation-item.cjs.entry.js +27 -0
- package/dist/cjs/digi-header-navigation.cjs.entry.js +218 -0
- package/dist/cjs/digi-header-notification.cjs.entry.js +23 -0
- package/dist/cjs/digi-header.cjs.entry.js +134 -0
- package/dist/cjs/{digi-icon-copy.cjs.entry.js → digi-icon-bars.cjs.entry.js} +7 -7
- package/dist/cjs/digi-icon-bell-filled.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-x.cjs.entry.js +30 -0
- package/dist/cjs/digi-info-card.cjs.entry.js +1 -1
- package/dist/cjs/digi-link-internal.cjs.entry.js +1 -1
- package/dist/cjs/digi-media-image_2.cjs.entry.js +167 -0
- package/dist/cjs/digi-navigation-pagination.cjs.entry.js +3 -14
- package/dist/cjs/digi-navigation-sidebar-button.cjs.entry.js +30 -0
- package/dist/cjs/digi-notification-alert.cjs.entry.js +3 -14
- package/dist/cjs/digi-notification-error-page.cjs.entry.js +3 -14
- package/dist/cjs/digi-quote.cjs.entry.js +1 -1
- package/dist/cjs/digi-title-logo.cjs.entry.js +121 -0
- package/dist/cjs/digi-tools-feedback.cjs.entry.js +4 -15
- package/dist/cjs/digi-util-breakpoint-observer.cjs.entry.js +48 -0
- package/dist/cjs/{form-input-type.enum-9c8ee12a.js → form-input-type.enum-1fb2180a.js} +14 -0
- package/dist/cjs/{form-file-upload-variation.enum-634cfae8.js → form-validation-message-variation.enum-c5ec3e2d.js} +7 -0
- package/dist/cjs/index-7a477838.js +44 -96
- package/dist/cjs/{index-ac8e01b4.js → index-acb7b350.js} +189 -19
- package/dist/cjs/index.cjs.js +136 -141
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{typography-variation.enum-118ff8e5.js → typography-variation.enum-e41bd69d.js} +138 -0
- package/dist/collection/components/_button/button/button.css +6 -6
- package/dist/collection/components/_calendar/calendar/calendar.css +7 -2
- package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +347 -102
- package/dist/collection/components/_code/code-example/code-example.css +6 -0
- package/dist/collection/components/_dialog/dialog/dialog.css +1 -1
- package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.css +2 -2
- package/dist/collection/components/_form/form-checkbox/form-checkbox.css +347 -102
- package/dist/collection/components/_form/form-file-upload/form-file-upload.css +4 -3
- package/dist/collection/components/_form/form-select/form-select.css +2 -2
- package/dist/collection/components/_form/form-select-filter/form-select-filter.css +1 -1
- package/dist/collection/components/_header/header-avatar/header-avatar.css +346 -101
- package/dist/collection/components/_info-card/info-card/info-card.css +2 -2
- package/dist/collection/components/_link/link-internal/link-internal.css +346 -101
- package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.css +3 -3
- package/dist/collection/components/_progress/progress-indicator/progress-indicator.css +4 -3
- package/dist/collection/components/_quote/quote/quote.css +2 -2
- package/dist/collection/components/_tools/tools-feedback/tools-feedback.css +1 -1
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.css +113 -2
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.js +43 -2
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.js +5 -0
- package/dist/collection/design-tokens/components/_button.variables.scss +6 -6
- package/dist/collection/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_calendar.variables.scss +3 -2
- package/dist/collection/design-tokens/components/_dialog.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_form-checkbox.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_form-file-upload.variables.scss +2 -0
- package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_form-select.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_info-card.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
- package/dist/collection/design-tokens/components/_quote.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_tools-feedback.variables.scss +1 -1
- package/dist/collection/enums.js +1 -0
- package/dist/collection/styles/src/_alias.mixin.scss +274 -128
- package/dist/collection/styles/src/themes/_common.mixin.scss +7 -0
- package/dist/collection/styles/src/themes/_theme-af25.mixin.scss +143 -0
- package/dist/collection/styles/src/tokens-documentation/web-AF25.json +1406 -323
- package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +6 -6
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar.variables.scss +3 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_dialog.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-checkbox.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-file-upload.variables.scss +2 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
- package/dist/digi-arbetsformedlingen/design-tokens/components/_quote.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.css +1 -1
- package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -1
- package/dist/digi-arbetsformedlingen/index.esm.js +1 -1
- package/dist/digi-arbetsformedlingen/p-0f543000.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-13120f18.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-180663ef.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1a619dd3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-237cad1c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-26e8ea70.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3887bb40.js +1 -0
- package/dist/digi-arbetsformedlingen/p-52a3c86a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-54d9bd3e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5ca38506.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-64b65586.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-67e32cc2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-73a6be41.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-76ec3619.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-780519ec.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-800b764b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-82225661.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-84719680.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-920aee36.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9b6e8cf8.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9e56568b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a105d9fe.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ac87daf1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b328f60b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c64b4626.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d9bcab5f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e2c92528.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e540b80f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e5fee242.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e7ee9bea.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fa44ce49.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fe409f14.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +274 -128
- package/dist/digi-arbetsformedlingen/styles/src/themes/_common.mixin.scss +7 -0
- package/dist/digi-arbetsformedlingen/styles/src/themes/_theme-af25.mixin.scss +143 -0
- package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +1406 -323
- package/dist/esm/digi-arbetsformedlingen.js +1 -1
- package/dist/esm/digi-button_38.entry.js +5718 -0
- package/dist/esm/digi-calendar-week-view.entry.js +1 -2
- package/dist/esm/digi-code-block.entry.js +85 -0
- package/dist/esm/digi-code-example.entry.js +1 -1
- package/dist/esm/digi-dialog.entry.js +4 -15
- package/dist/esm/digi-footer.entry.js +3 -14
- package/dist/esm/digi-form-error-list.entry.js +3 -14
- package/dist/esm/digi-form-file-upload.entry.js +2 -3
- package/dist/esm/digi-form-input-search.entry.js +1 -2
- package/dist/esm/digi-form-receipt.entry.js +3 -14
- package/dist/esm/digi-header-avatar.entry.js +110 -0
- package/dist/esm/digi-header-navigation-item.entry.js +23 -0
- package/dist/esm/digi-header-navigation.entry.js +214 -0
- package/dist/esm/digi-header-notification.entry.js +19 -0
- package/dist/esm/digi-header.entry.js +130 -0
- package/dist/esm/digi-icon-bars.entry.js +26 -0
- package/dist/esm/digi-icon-bell-filled.entry.js +26 -0
- package/dist/esm/digi-icon-x.entry.js +26 -0
- package/dist/esm/digi-info-card.entry.js +1 -1
- package/dist/esm/digi-link-internal.entry.js +1 -1
- package/dist/esm/digi-media-image_2.entry.js +162 -0
- package/dist/esm/digi-navigation-pagination.entry.js +3 -14
- package/dist/esm/digi-navigation-sidebar-button.entry.js +26 -0
- package/dist/esm/digi-notification-alert.entry.js +3 -14
- package/dist/esm/digi-notification-error-page.entry.js +3 -14
- package/dist/esm/digi-quote.entry.js +1 -1
- package/dist/esm/digi-title-logo.entry.js +117 -0
- package/dist/esm/digi-tools-feedback.entry.js +4 -15
- package/dist/esm/digi-util-breakpoint-observer.entry.js +44 -0
- package/dist/esm/{form-input-type.enum-3da3db27.js → form-input-type.enum-a6bba983.js} +15 -1
- package/dist/esm/{form-file-upload-variation.enum-9c49ec5e.js → form-validation-message-variation.enum-f7835fc5.js} +8 -1
- package/dist/esm/index-148a7577.js +44 -96
- package/dist/esm/{index-2fce392f.js → index-dc6b83f7.js} +170 -3
- package/dist/esm/index.js +3 -14
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{typography-variation.enum-23eeecd2.js → typography-variation.enum-b07f76c9.js} +139 -1
- package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +9 -0
- package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.d.ts +4 -0
- package/dist/types/components.d.ts +12 -0
- package/dist/types/enums.d.ts +1 -0
- package/hydrate/index.js +40 -21
- package/hydrate/index.mjs +40 -21
- package/package.json +1 -1
- package/components/p-4bad4fb0.js +0 -7
- package/components/p-b57677c1.js +0 -66
- package/components/p-e8fc33ed.js +0 -165
- package/components/p-ff4f4fb8.js +0 -163
- package/dist/cjs/digi-button_17.cjs.entry.js +0 -1120
- package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +0 -2600
- package/dist/cjs/digi-calendar_2.cjs.entry.js +0 -464
- package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +0 -97
- package/dist/cjs/digi-form-category-filter.cjs.entry.js +0 -121
- package/dist/cjs/digi-form-checkbox.cjs.entry.js +0 -127
- package/dist/cjs/digi-form-input.cjs.entry.js +0 -194
- package/dist/cjs/digi-form-label_3.cjs.entry.js +0 -129
- package/dist/cjs/digi-form-radiogroup.cjs.entry.js +0 -80
- package/dist/cjs/digi-form-select-filter.cjs.entry.js +0 -565
- package/dist/cjs/digi-form-select_2.cjs.entry.js +0 -186
- package/dist/cjs/digi-icon-check.cjs.entry.js +0 -30
- package/dist/cjs/digi-icon-chevron-down.cjs.entry.js +0 -30
- package/dist/cjs/digi-icon-chevron-left_2.cjs.entry.js +0 -53
- package/dist/cjs/digi-icon-minus_2.cjs.entry.js +0 -53
- package/dist/cjs/digi-icon-validation-error_2.cjs.entry.js +0 -53
- package/dist/cjs/digi-link.cjs.entry.js +0 -75
- package/dist/cjs/digi-navigation-vertical-menu-item.cjs.entry.js +0 -150
- package/dist/cjs/digi-navigation-vertical-menu.cjs.entry.js +0 -177
- package/dist/cjs/digi-progress-indicator.cjs.entry.js +0 -137
- package/dist/cjs/digi-tools-theme-provider.cjs.entry.js +0 -28
- package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +0 -38
- package/dist/cjs/digi-typography-preamble.cjs.entry.js +0 -20
- package/dist/cjs/digi-typography.cjs.entry.js +0 -26
- package/dist/cjs/digi-util-mutation-observer.cjs.entry.js +0 -64
- package/dist/cjs/expandable-faq-item-variation.enum-89427195.js +0 -18
- package/dist/cjs/form-checkbox-variation.enum-d2ca879e.js +0 -19
- package/dist/cjs/form-input-search-variation.enum-e0e025b1.js +0 -15
- package/dist/cjs/form-input-variation.enum-c750520c.js +0 -29
- package/dist/cjs/form-radiogroup-validation.enum-03a17d4d.js +0 -9
- package/dist/cjs/form-select-variation.enum-528c1bf0.js +0 -16
- package/dist/cjs/form-validation-message-variation.enum-855ae0be.js +0 -8
- package/dist/cjs/index-cad91a90.js +0 -66
- package/dist/cjs/index-e8333bcc.js +0 -174
- package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +0 -13
- package/dist/cjs/progress-indicator-variation.enum-7cf8e0e4.js +0 -13
- package/dist/cjs/tools-theme-provider.brand.enum-bc855272.js +0 -7
- package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +0 -17
- package/dist/digi-arbetsformedlingen/p-029c4d40.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-07985aef.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-0c77050e.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-1f3345e9.js +0 -1
- package/dist/digi-arbetsformedlingen/p-1f956af8.js +0 -1
- package/dist/digi-arbetsformedlingen/p-24fe2189.js +0 -1
- package/dist/digi-arbetsformedlingen/p-2693c1d8.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-2c698144.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-33349e7e.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3a76bfde.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3b20ec86.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3d7fff3c.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-41bc039f.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4841b4e1.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4bad4fb0.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4e36c467.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-51149879.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-51bfa2a9.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-57319a80.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-57a0cc63.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-583d40dc.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-5d3383f9.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-681e7beb.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-6bd60ab6.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-6d864e79.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7238fdb8.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7327f45d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-750ff498.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-78c99e87.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7933b555.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7aacd45f.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7e125c6e.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-8142cc73.js +0 -1
- package/dist/digi-arbetsformedlingen/p-88b4d03a.js +0 -1
- package/dist/digi-arbetsformedlingen/p-905ccb30.js +0 -1
- package/dist/digi-arbetsformedlingen/p-93766b5e.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-96987381.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9a6ea3b7.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9b7f0707.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9be9a291.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a2561b9e.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a34dfc04.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-bd55807c.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c29ab968.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c68bf2b3.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c7949525.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ccd617cc.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d055d564.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d1886fff.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d5376b7c.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d7aa8315.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-e9abb2b1.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-edcb61eb.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-eeca26b2.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f447b984.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f94db846.entry.js +0 -1
- package/dist/esm/digi-button_17.entry.js +0 -1100
- package/dist/esm/digi-calendar-datepicker.entry.js +0 -2596
- package/dist/esm/digi-calendar_2.entry.js +0 -459
- package/dist/esm/digi-code-block_3.entry.js +0 -223
- package/dist/esm/digi-expandable-faq-item.entry.js +0 -93
- package/dist/esm/digi-form-category-filter.entry.js +0 -117
- package/dist/esm/digi-form-checkbox.entry.js +0 -123
- package/dist/esm/digi-form-input.entry.js +0 -190
- package/dist/esm/digi-form-label_3.entry.js +0 -123
- package/dist/esm/digi-form-radiogroup.entry.js +0 -76
- package/dist/esm/digi-form-select-filter.entry.js +0 -561
- package/dist/esm/digi-form-select_2.entry.js +0 -181
- package/dist/esm/digi-icon-check.entry.js +0 -26
- package/dist/esm/digi-icon-chevron-down.entry.js +0 -26
- package/dist/esm/digi-icon-chevron-left_2.entry.js +0 -48
- package/dist/esm/digi-icon-copy.entry.js +0 -26
- package/dist/esm/digi-icon-minus_2.entry.js +0 -48
- package/dist/esm/digi-icon-validation-error_2.entry.js +0 -48
- package/dist/esm/digi-link.entry.js +0 -71
- package/dist/esm/digi-navigation-vertical-menu-item.entry.js +0 -146
- package/dist/esm/digi-navigation-vertical-menu.entry.js +0 -173
- package/dist/esm/digi-progress-indicator.entry.js +0 -133
- package/dist/esm/digi-tools-theme-provider.entry.js +0 -24
- package/dist/esm/digi-typography-heading-jumbo.entry.js +0 -34
- package/dist/esm/digi-typography-preamble.entry.js +0 -16
- package/dist/esm/digi-typography.entry.js +0 -22
- package/dist/esm/digi-util-mutation-observer.entry.js +0 -60
- package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +0 -18
- package/dist/esm/form-checkbox-variation.enum-83e906fc.js +0 -19
- package/dist/esm/form-input-search-variation.enum-6d8dc10a.js +0 -15
- package/dist/esm/form-input-variation.enum-64d9450f.js +0 -29
- package/dist/esm/form-radiogroup-validation.enum-d790fc66.js +0 -9
- package/dist/esm/form-select-variation.enum-f2f6098d.js +0 -16
- package/dist/esm/form-validation-message-variation.enum-bcef8a9d.js +0 -8
- package/dist/esm/index-5b6c95c6.js +0 -63
- package/dist/esm/index-8685f88d.js +0 -170
- package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +0 -13
- package/dist/esm/progress-indicator-variation.enum-b12ba50a.js +0 -13
- package/dist/esm/tools-theme-provider.brand.enum-8c5a98c9.js +0 -7
- package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +0 -17
package/dist/cjs/{typography-variation.enum-118ff8e5.js → typography-variation.enum-e41bd69d.js}
RENAMED
|
@@ -51,12 +51,47 @@ 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
|
+
|
|
54
71
|
exports.FooterVariation = void 0;
|
|
55
72
|
(function (FooterVariation) {
|
|
56
73
|
FooterVariation["LARGE"] = "large";
|
|
57
74
|
FooterVariation["SMALL"] = "small";
|
|
58
75
|
})(exports.FooterVariation || (exports.FooterVariation = {}));
|
|
59
76
|
|
|
77
|
+
exports.FormCheckboxLayout = void 0;
|
|
78
|
+
(function (FormCheckboxLayout) {
|
|
79
|
+
FormCheckboxLayout["INLINE"] = "inline";
|
|
80
|
+
FormCheckboxLayout["BLOCK"] = "block";
|
|
81
|
+
})(exports.FormCheckboxLayout || (exports.FormCheckboxLayout = {}));
|
|
82
|
+
|
|
83
|
+
exports.FormCheckboxValidation = void 0;
|
|
84
|
+
(function (FormCheckboxValidation) {
|
|
85
|
+
FormCheckboxValidation["ERROR"] = "error";
|
|
86
|
+
FormCheckboxValidation["WARNING"] = "warning";
|
|
87
|
+
})(exports.FormCheckboxValidation || (exports.FormCheckboxValidation = {}));
|
|
88
|
+
|
|
89
|
+
exports.FormCheckboxVariation = void 0;
|
|
90
|
+
(function (FormCheckboxVariation) {
|
|
91
|
+
FormCheckboxVariation["PRIMARY"] = "primary";
|
|
92
|
+
FormCheckboxVariation["SECONDARY"] = "secondary";
|
|
93
|
+
})(exports.FormCheckboxVariation || (exports.FormCheckboxVariation = {}));
|
|
94
|
+
|
|
60
95
|
exports.FormErrorListHeadingLevel = void 0;
|
|
61
96
|
(function (FormErrorListHeadingLevel) {
|
|
62
97
|
FormErrorListHeadingLevel["H1"] = "h1";
|
|
@@ -67,6 +102,34 @@ exports.FormErrorListHeadingLevel = void 0;
|
|
|
67
102
|
FormErrorListHeadingLevel["H6"] = "h6";
|
|
68
103
|
})(exports.FormErrorListHeadingLevel || (exports.FormErrorListHeadingLevel = {}));
|
|
69
104
|
|
|
105
|
+
exports.FormInputMode = void 0;
|
|
106
|
+
(function (FormInputMode) {
|
|
107
|
+
FormInputMode["DEFAULT"] = "";
|
|
108
|
+
FormInputMode["NONE"] = "none";
|
|
109
|
+
FormInputMode["TEXT"] = "text";
|
|
110
|
+
FormInputMode["DECIMAL"] = "decimal";
|
|
111
|
+
FormInputMode["NUMERIC"] = "numeric";
|
|
112
|
+
FormInputMode["TEL"] = "tel";
|
|
113
|
+
FormInputMode["SEARCH"] = "search";
|
|
114
|
+
FormInputMode["EMAIL"] = "email";
|
|
115
|
+
FormInputMode["URL"] = "url";
|
|
116
|
+
})(exports.FormInputMode || (exports.FormInputMode = {}));
|
|
117
|
+
|
|
118
|
+
exports.FormInputValidation = void 0;
|
|
119
|
+
(function (FormInputValidation) {
|
|
120
|
+
FormInputValidation["SUCCESS"] = "success";
|
|
121
|
+
FormInputValidation["ERROR"] = "error";
|
|
122
|
+
FormInputValidation["WARNING"] = "warning";
|
|
123
|
+
FormInputValidation["NEUTRAL"] = "neutral";
|
|
124
|
+
})(exports.FormInputValidation || (exports.FormInputValidation = {}));
|
|
125
|
+
|
|
126
|
+
exports.FormInputVariation = void 0;
|
|
127
|
+
(function (FormInputVariation) {
|
|
128
|
+
FormInputVariation["SMALL"] = "small";
|
|
129
|
+
FormInputVariation["MEDIUM"] = "medium";
|
|
130
|
+
FormInputVariation["LARGE"] = "large";
|
|
131
|
+
})(exports.FormInputVariation || (exports.FormInputVariation = {}));
|
|
132
|
+
|
|
70
133
|
exports.FormFieldsetValidation = void 0;
|
|
71
134
|
(function (FormFieldsetValidation) {
|
|
72
135
|
FormFieldsetValidation["SUCCESS"] = "success";
|
|
@@ -92,6 +155,14 @@ exports.FormRadiobuttonVariation = void 0;
|
|
|
92
155
|
FormRadiobuttonVariation["SECONDARY"] = "secondary";
|
|
93
156
|
})(exports.FormRadiobuttonVariation || (exports.FormRadiobuttonVariation = {}));
|
|
94
157
|
|
|
158
|
+
exports.FormRadiogroupValidation = void 0;
|
|
159
|
+
(function (FormRadiogroupValidation) {
|
|
160
|
+
FormRadiogroupValidation["SUCCESS"] = "success";
|
|
161
|
+
FormRadiogroupValidation["ERROR"] = "error";
|
|
162
|
+
FormRadiogroupValidation["WARNING"] = "warning";
|
|
163
|
+
FormRadiogroupValidation["NEUTRAL"] = "neutral";
|
|
164
|
+
})(exports.FormRadiogroupValidation || (exports.FormRadiogroupValidation = {}));
|
|
165
|
+
|
|
95
166
|
exports.FormReceiptHeadingLevel = void 0;
|
|
96
167
|
(function (FormReceiptHeadingLevel) {
|
|
97
168
|
FormReceiptHeadingLevel["H1"] = "h1";
|
|
@@ -122,6 +193,21 @@ exports.FormSelectFilterValidation = void 0;
|
|
|
122
193
|
FormSelectFilterValidation["NEUTRAL"] = "neutral";
|
|
123
194
|
})(exports.FormSelectFilterValidation || (exports.FormSelectFilterValidation = {}));
|
|
124
195
|
|
|
196
|
+
exports.FormSelectValidation = void 0;
|
|
197
|
+
(function (FormSelectValidation) {
|
|
198
|
+
FormSelectValidation["SUCCESS"] = "success";
|
|
199
|
+
FormSelectValidation["ERROR"] = "error";
|
|
200
|
+
FormSelectValidation["WARNING"] = "warning";
|
|
201
|
+
FormSelectValidation["NEUTRAL"] = "neutral";
|
|
202
|
+
})(exports.FormSelectValidation || (exports.FormSelectValidation = {}));
|
|
203
|
+
|
|
204
|
+
exports.FormSelectVariation = void 0;
|
|
205
|
+
(function (FormSelectVariation) {
|
|
206
|
+
FormSelectVariation["SMALL"] = "small";
|
|
207
|
+
FormSelectVariation["MEDIUM"] = "medium";
|
|
208
|
+
FormSelectVariation["LARGE"] = "large";
|
|
209
|
+
})(exports.FormSelectVariation || (exports.FormSelectVariation = {}));
|
|
210
|
+
|
|
125
211
|
exports.HeaderCenterContentWidth = void 0;
|
|
126
212
|
(function (HeaderCenterContentWidth) {
|
|
127
213
|
HeaderCenterContentWidth["DEFAULT"] = "none";
|
|
@@ -192,6 +278,18 @@ exports.LayoutContainerMaxWidth = void 0;
|
|
|
192
278
|
LayoutContainerMaxWidth["WIDTH_1400"] = "1400";
|
|
193
279
|
})(exports.LayoutContainerMaxWidth || (exports.LayoutContainerMaxWidth = {}));
|
|
194
280
|
|
|
281
|
+
exports.NavigationVerticalMenuActiveIndicatorSize = void 0;
|
|
282
|
+
(function (NavigationVerticalMenuActiveIndicatorSize) {
|
|
283
|
+
NavigationVerticalMenuActiveIndicatorSize["PRIMARY"] = "primary";
|
|
284
|
+
NavigationVerticalMenuActiveIndicatorSize["SECONDARY"] = "secondary";
|
|
285
|
+
})(exports.NavigationVerticalMenuActiveIndicatorSize || (exports.NavigationVerticalMenuActiveIndicatorSize = {}));
|
|
286
|
+
|
|
287
|
+
exports.NavigationVerticalMenuVariation = void 0;
|
|
288
|
+
(function (NavigationVerticalMenuVariation) {
|
|
289
|
+
NavigationVerticalMenuVariation["PRIMARY"] = "primary";
|
|
290
|
+
NavigationVerticalMenuVariation["SECONDARY"] = "secondary";
|
|
291
|
+
})(exports.NavigationVerticalMenuVariation || (exports.NavigationVerticalMenuVariation = {}));
|
|
292
|
+
|
|
195
293
|
exports.NotificationAlertHeadingLevel = void 0;
|
|
196
294
|
(function (NotificationAlertHeadingLevel) {
|
|
197
295
|
NotificationAlertHeadingLevel["H1"] = "h1";
|
|
@@ -229,6 +327,18 @@ exports.ErrorPageStatusCodes = void 0;
|
|
|
229
327
|
ErrorPageStatusCodes["BLOCKED"] = "blocked";
|
|
230
328
|
})(exports.ErrorPageStatusCodes || (exports.ErrorPageStatusCodes = {}));
|
|
231
329
|
|
|
330
|
+
exports.ProgressIndicatorRole = void 0;
|
|
331
|
+
(function (ProgressIndicatorRole) {
|
|
332
|
+
ProgressIndicatorRole["NONE"] = "";
|
|
333
|
+
ProgressIndicatorRole["STATUS"] = "status";
|
|
334
|
+
})(exports.ProgressIndicatorRole || (exports.ProgressIndicatorRole = {}));
|
|
335
|
+
|
|
336
|
+
exports.ProgressIndicatorVariation = void 0;
|
|
337
|
+
(function (ProgressIndicatorVariation) {
|
|
338
|
+
ProgressIndicatorVariation["PRIMARY"] = "primary";
|
|
339
|
+
ProgressIndicatorVariation["SECONDARY"] = "secondary";
|
|
340
|
+
})(exports.ProgressIndicatorVariation || (exports.ProgressIndicatorVariation = {}));
|
|
341
|
+
|
|
232
342
|
exports.ToolsFeedbackHeadingLevel = void 0;
|
|
233
343
|
(function (ToolsFeedbackHeadingLevel) {
|
|
234
344
|
ToolsFeedbackHeadingLevel["H1"] = "h1";
|
|
@@ -251,6 +361,34 @@ exports.FeedbackVariation = void 0;
|
|
|
251
361
|
FeedbackVariation["SECONDARY"] = "secondary";
|
|
252
362
|
})(exports.FeedbackVariation || (exports.FeedbackVariation = {}));
|
|
253
363
|
|
|
364
|
+
exports.ToolsThemeProviderBrandEnum = void 0;
|
|
365
|
+
(function (ToolsThemeProviderBrandEnum) {
|
|
366
|
+
ToolsThemeProviderBrandEnum["AF25"] = "AF25";
|
|
367
|
+
ToolsThemeProviderBrandEnum["AF18"] = "AF18";
|
|
368
|
+
})(exports.ToolsThemeProviderBrandEnum || (exports.ToolsThemeProviderBrandEnum = {}));
|
|
369
|
+
|
|
370
|
+
exports.ToolsThemeProviderThemeEnum = void 0;
|
|
371
|
+
(function (ToolsThemeProviderThemeEnum) {
|
|
372
|
+
ToolsThemeProviderThemeEnum["LIGHT"] = "light";
|
|
373
|
+
ToolsThemeProviderThemeEnum["DARK"] = "dark";
|
|
374
|
+
})(exports.ToolsThemeProviderThemeEnum || (exports.ToolsThemeProviderThemeEnum = {}));
|
|
375
|
+
|
|
376
|
+
exports.TypographyHeadingJumboLevel = void 0;
|
|
377
|
+
(function (TypographyHeadingJumboLevel) {
|
|
378
|
+
TypographyHeadingJumboLevel["H1"] = "h1";
|
|
379
|
+
TypographyHeadingJumboLevel["H2"] = "h2";
|
|
380
|
+
TypographyHeadingJumboLevel["H3"] = "h3";
|
|
381
|
+
TypographyHeadingJumboLevel["H4"] = "h4";
|
|
382
|
+
TypographyHeadingJumboLevel["H5"] = "h5";
|
|
383
|
+
TypographyHeadingJumboLevel["H6"] = "h6";
|
|
384
|
+
})(exports.TypographyHeadingJumboLevel || (exports.TypographyHeadingJumboLevel = {}));
|
|
385
|
+
|
|
386
|
+
exports.TypographyHeadingJumboVariation = void 0;
|
|
387
|
+
(function (TypographyHeadingJumboVariation) {
|
|
388
|
+
TypographyHeadingJumboVariation["PRIMARY"] = "primary";
|
|
389
|
+
TypographyHeadingJumboVariation["SECONDARY"] = "secondary";
|
|
390
|
+
})(exports.TypographyHeadingJumboVariation || (exports.TypographyHeadingJumboVariation = {}));
|
|
391
|
+
|
|
254
392
|
exports.TypographyVariation = void 0;
|
|
255
393
|
(function (TypographyVariation) {
|
|
256
394
|
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: var(--digi--color--background--interactive--hover--quinary);
|
|
16
|
+
--digi--button--color--background--function--focus: var(--digi--color--background--interactive--hover--quinary);
|
|
17
|
+
--digi--button--color--background--function--active: var(--digi--color--background--interactive--hover--quinary);
|
|
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);
|
|
@@ -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: var(--digi--border-radius--secondary);
|
|
82
|
+
--digi--button--border-radius--function--focus: var(--digi--border-radius--secondary);
|
|
83
|
+
--digi--button--border-radius--function--active: var(--digi--border-radius--secondary);
|
|
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,6 +6,7 @@ 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);
|
|
9
10
|
--digi--calendar--header--display: flex;
|
|
10
11
|
--digi--calendar--header--align-items: center;
|
|
11
12
|
--digi--calendar--header--justify-content: space-between;
|
|
@@ -29,8 +30,8 @@ License: none (public domain)
|
|
|
29
30
|
--digi--calendar--date--focused--background-color: var(--digi--color--background--interactive--hover--secondary);
|
|
30
31
|
--digi--calendar--date--today--circle-border: 2px solid var(--digi--color--marking--indication--secondary);
|
|
31
32
|
--digi--calendar--date--today--circle-margin: 10%;
|
|
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);
|
|
33
|
+
--digi--calendar--date--selected--color: var(--digi--color--text--interactive--secondary-discreet);
|
|
34
|
+
--digi--calendar--date--selected--background-color: var(--digi--color--background--interactive--selected--primary-stay);
|
|
34
35
|
--digi--calendar--date--not-selectable-strike--color: var(--digi--color--marking--indication--tertiary);
|
|
35
36
|
--digi--calendar--week--font-style: italic;
|
|
36
37
|
--digi--calendar--week--font-size: var(--digi--global--typography--font-size--small);
|
|
@@ -55,6 +56,7 @@ License: none (public domain)
|
|
|
55
56
|
font-size: var(--digi--global--typography--font-size--base);
|
|
56
57
|
font-family: var(--digi--calendar--header--font-family);
|
|
57
58
|
font-weight: var(--digi--calendar--header--font-weight);
|
|
59
|
+
color: var(--digi--calendar--header--font-color);
|
|
58
60
|
}
|
|
59
61
|
:host .digi-calendar__header--year-select {
|
|
60
62
|
display: inherit;
|
|
@@ -128,11 +130,13 @@ License: none (public domain)
|
|
|
128
130
|
font-style: italic;
|
|
129
131
|
padding: var(--digi--calendar--table-header--padding);
|
|
130
132
|
font-weight: var(--digi--calendar--table-header--font-weight-normal);
|
|
133
|
+
color: var(--digi--calendar--header--font-color);
|
|
131
134
|
width: 50px;
|
|
132
135
|
}
|
|
133
136
|
:host .digi-calendar__table-header {
|
|
134
137
|
padding: var(--digi--calendar--table-header--padding);
|
|
135
138
|
font-weight: var(--digi--calendar--table--font-weight);
|
|
139
|
+
color: var(--digi--calendar--header--font-color);
|
|
136
140
|
width: 46px;
|
|
137
141
|
}
|
|
138
142
|
:host .digi-calendar__td-week {
|
|
@@ -144,6 +148,7 @@ License: none (public domain)
|
|
|
144
148
|
:host .digi-calendar__date--week-number {
|
|
145
149
|
font-style: var(--digi--calendar--week--font-style);
|
|
146
150
|
font-size: var(--digi--calendar--week--font-size);
|
|
151
|
+
color: var(--digi--calendar--header--font-color);
|
|
147
152
|
display: table-cell;
|
|
148
153
|
text-align: center;
|
|
149
154
|
}
|