@designsystem-se/af 38.0.0 → 38.0.1-beta.1
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 +2 -2
- package/components/digi-button.js +1 -1
- package/components/digi-calendar-datepicker.js +4 -4
- package/components/digi-calendar-week-view.js +2 -2
- package/components/digi-calendar.js +1 -1
- package/components/digi-chart-line.js +2 -2
- package/components/digi-code-block.js +1 -1
- package/components/digi-code-example.js +3 -3
- package/components/digi-code.js +1 -1
- package/components/digi-context-menu.js +2 -2
- package/components/digi-dialog.js +4 -4
- package/components/digi-expandable-accordion.js +1 -1
- package/components/digi-expandable-faq-item.js +2 -2
- package/components/digi-footer.js +2 -2
- package/components/digi-form-category-filter.js +1 -1
- package/components/digi-form-checkbox.js +1 -1
- package/components/digi-form-error-list.js +4 -4
- package/components/digi-form-file-upload.js +1 -1
- package/components/digi-form-filter.js +3 -3
- package/components/digi-form-input-search.js +1 -1
- package/components/digi-form-receipt.js +1 -1
- package/components/digi-form-select-filter.js +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 +5 -5
- package/components/digi-icon-exclamation-triangle-warning.js +1 -1
- package/components/digi-info-card-multi.js +2 -2
- package/components/digi-info-card.js +3 -3
- package/components/digi-link-internal.js +1 -1
- package/components/digi-list.js +2 -2
- package/components/digi-navigation-pagination.js +3 -3
- 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 +2 -2
- package/components/digi-progress-indicator.js +1 -1
- package/components/digi-progress-list.js +1 -1
- package/components/digi-quote.js +2 -2
- package/components/digi-tag.js +1 -1
- package/components/digi-title-logo.js +1 -1
- package/components/digi-tools-feedback-rating.js +1 -1
- package/components/digi-tools-feedback.js +3 -3
- package/components/digi-tools-theme-provider.js +18 -5
- package/components/digi-typography.js +1 -1
- package/components/index.js +1 -1
- package/components/p-1af1c5ea.js +165 -0
- package/components/{p-a247bdd0.js → p-2881b363.js} +1 -1
- package/components/p-4dc6d374.js +132 -0
- package/components/{p-04e78688.js → p-74c7dd5f.js} +3 -3
- package/components/{p-dbb0665a.js → p-90548d3f.js} +2 -2
- package/components/p-adb4322e.js +66 -0
- package/components/{p-e2a68e2b.js → p-b94458ed.js} +1 -1
- package/components/p-bd92430e.js +177 -0
- package/components/p-d7ef9cb1.js +13 -0
- package/components/{p-e946f613.js → p-fb8dd721.js} +1 -1
- package/custom-elements.json +4 -0
- package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
- package/dist/cjs/digi-button_84.cjs.entry.js +8405 -0
- package/dist/cjs/digi-calendar-week-view.cjs.entry.js +50 -51
- package/dist/cjs/digi-code-block_2.cjs.entry.js +108 -0
- package/dist/cjs/digi-code-example.cjs.entry.js +1 -1
- package/dist/cjs/digi-code.cjs.entry.js +1 -1
- package/dist/cjs/digi-dialog.cjs.entry.js +3 -19
- package/dist/cjs/digi-form-error-list.cjs.entry.js +2 -18
- package/dist/cjs/digi-form-input-search.cjs.entry.js +6 -7
- package/dist/cjs/digi-form-receipt.cjs.entry.js +2 -18
- package/dist/cjs/digi-icon-exclamation-triangle-warning.cjs.entry.js +1 -1
- package/dist/cjs/digi-list.cjs.entry.js +1 -1
- package/dist/cjs/digi-navigation-pagination.cjs.entry.js +2 -18
- package/dist/cjs/digi-notification-error-page.cjs.entry.js +2 -18
- package/dist/cjs/digi-quote.cjs.entry.js +1 -1
- package/dist/cjs/digi-tools-feedback.cjs.entry.js +3 -19
- package/dist/cjs/{form-input-type.enum-9c8ee12a.js → form-input-type.enum-1fb2180a.js} +14 -0
- package/dist/cjs/index-7a477838.js +4 -156
- package/dist/cjs/{index-ac8e01b4.js → index-acb7b350.js} +189 -19
- package/dist/cjs/index.cjs.js +188 -198
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{typography-variation.enum-c0ef9190.js → typography-variation.enum-ad1b2403.js} +230 -0
- package/dist/collection/components/_button/button/button.css +32 -30
- package/dist/collection/components/_calendar/calendar/calendar.css +7 -2
- package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +413 -108
- package/dist/collection/components/_code/code/code.css +6 -2
- package/dist/collection/components/_code/code-block/code-block.css +12 -4
- package/dist/collection/components/_code/code-example/code-example.css +6 -0
- package/dist/collection/components/_dialog/dialog/dialog.css +18 -18
- package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.css +6 -6
- package/dist/collection/components/_form/form-checkbox/form-checkbox.css +413 -108
- package/dist/collection/components/_form/form-file-upload/form-file-upload.css +4 -3
- package/dist/collection/components/_form/form-filter/form-filter.css +1 -1
- package/dist/collection/components/_form/form-select/form-select.css +2 -2
- package/dist/collection/components/_form/form-select-filter/form-select-filter.css +2 -2
- package/dist/collection/components/_header/header/header.js +2 -2
- package/dist/collection/components/_header/header-avatar/header-avatar.css +412 -107
- package/dist/collection/components/_icon/icon-exclamation-triangle-warning/icon-exclamation-triangle-warning.css +4 -2
- 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 +4 -2
- package/dist/collection/components/_link/link-internal/link-internal.css +412 -107
- package/dist/collection/components/_list/list/list.css +5 -1
- package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.css +3 -2
- 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 +5 -4
- package/dist/collection/components/_quote/quote/quote.css +2 -2
- package/dist/collection/components/_tools/tools-feedback/tools-feedback.css +1 -1
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.css +157 -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/components/_typography/typography/typography.css +4 -4
- package/dist/collection/design-tokens/components/_button.variables.scss +10 -10
- 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-filter.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +2 -2
- 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/_logo.variables.scss +2 -0
- package/dist/collection/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
- package/dist/collection/design-tokens/components/_quote.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_tools-feedback.variables.scss +1 -1
- package/dist/collection/enums.js +1 -0
- package/dist/collection/styles/src/_alias.mixin.scss +246 -105
- package/dist/collection/styles/src/themes/_brand-af18.mixin.scss +16 -0
- package/dist/collection/styles/src/themes/_brand-af25.mixin.scss +138 -0
- package/dist/collection/styles/src/themes/_brand-common.mixin.scss +7 -0
- package/dist/collection/styles/src/tokens-documentation/web-AF25.json +3171 -14
- package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +10 -10
- 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-filter.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +2 -2
- 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/_navigation-context-menu.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
- package/dist/digi-arbetsformedlingen/design-tokens/components/_quote.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.css +1 -1
- package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -1
- package/dist/digi-arbetsformedlingen/index.esm.js +1 -1
- package/dist/digi-arbetsformedlingen/{p-e29cbf26.entry.js → p-0467a3ec.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-1995b9cc.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/{p-6324c9bf.entry.js → p-3f47ec44.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-47ab0b39.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/{p-c141aedc.entry.js → p-69cdbd95.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-6f2ac316.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-72ef7f99.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-740c6ad8.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-801f8747.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8d055a17.js +1 -0
- package/dist/digi-arbetsformedlingen/p-94ded2bd.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a105d9fe.js +1 -0
- package/dist/digi-arbetsformedlingen/{p-d0214716.entry.js → p-a8a75edb.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-b471f287.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c64b4626.js +1 -0
- package/dist/digi-arbetsformedlingen/{p-e347aae8.entry.js → p-ed832d4e.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-ede12626.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +246 -105
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af18.mixin.scss +16 -0
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af25.mixin.scss +138 -0
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-common.mixin.scss +7 -0
- package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +3171 -14
- package/dist/esm/digi-arbetsformedlingen.js +1 -1
- package/dist/esm/digi-button_84.entry.js +8318 -0
- package/dist/esm/digi-calendar-week-view.entry.js +1 -2
- package/dist/esm/digi-code-block_2.entry.js +103 -0
- package/dist/esm/digi-code-example.entry.js +1 -1
- package/dist/esm/digi-code.entry.js +1 -1
- package/dist/esm/digi-dialog.entry.js +3 -19
- package/dist/esm/digi-form-error-list.entry.js +2 -18
- package/dist/esm/digi-form-input-search.entry.js +1 -2
- package/dist/esm/digi-form-receipt.entry.js +2 -18
- package/dist/esm/digi-icon-exclamation-triangle-warning.entry.js +1 -1
- package/dist/esm/digi-list.entry.js +1 -1
- package/dist/esm/digi-navigation-pagination.entry.js +2 -18
- package/dist/esm/digi-notification-error-page.entry.js +2 -18
- package/dist/esm/digi-quote.entry.js +1 -1
- package/dist/esm/digi-tools-feedback.entry.js +3 -19
- package/dist/esm/{form-input-type.enum-3da3db27.js → form-input-type.enum-a6bba983.js} +15 -1
- package/dist/esm/index-148a7577.js +4 -156
- package/dist/esm/{index-2fce392f.js → index-dc6b83f7.js} +170 -3
- package/dist/esm/index.js +2 -18
- package/dist/esm/loader.js +1 -1
- package/dist/esm/typography-variation.enum-7319240b.js +501 -0
- 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 +49 -30
- package/hydrate/index.mjs +49 -30
- package/package.json +4 -2
- package/components/p-2d7504f3.js +0 -66
- package/components/p-4bad4fb0.js +0 -7
- package/components/p-ae2af41e.js +0 -132
- package/components/p-e8fc33ed.js +0 -165
- package/components/p-eecdc526.js +0 -177
- package/dist/cjs/digi-button_27.cjs.entry.js +0 -1379
- package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +0 -2598
- package/dist/cjs/digi-calendar_2.cjs.entry.js +0 -464
- package/dist/cjs/digi-code-block_3.cjs.entry.js +0 -239
- package/dist/cjs/digi-context-menu.cjs.entry.js +0 -240
- 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 -139
- package/dist/cjs/digi-form-file-upload.cjs.entry.js +0 -589
- package/dist/cjs/digi-form-filter.cjs.entry.js +0 -248
- 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-select-filter.cjs.entry.js +0 -563
- package/dist/cjs/digi-form-select_2.cjs.entry.js +0 -186
- package/dist/cjs/digi-icon-check-circle-solid_4.cjs.entry.js +0 -99
- 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-copy.cjs.entry.js +0 -30
- package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +0 -145
- package/dist/cjs/digi-icon-minus_2.cjs.entry.js +0 -53
- package/dist/cjs/digi-icon-notification-error_4.cjs.entry.js +0 -99
- package/dist/cjs/digi-icon-spinner.cjs.entry.js +0 -31
- package/dist/cjs/digi-icon-validation-error_2.cjs.entry.js +0 -53
- package/dist/cjs/digi-info-card-multi-container.cjs.entry.js +0 -22
- package/dist/cjs/digi-info-card-multi.cjs.entry.js +0 -58
- package/dist/cjs/digi-info-card.cjs.entry.js +0 -79
- package/dist/cjs/digi-layout-columns.cjs.entry.js +0 -33
- package/dist/cjs/digi-link-button.cjs.entry.js +0 -66
- package/dist/cjs/digi-link-external.cjs.entry.js +0 -36
- package/dist/cjs/digi-link-internal.cjs.entry.js +0 -37
- 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-notification-alert.cjs.entry.js +0 -111
- package/dist/cjs/digi-progress-indicator.cjs.entry.js +0 -137
- package/dist/cjs/digi-tag-media.cjs.entry.js +0 -47
- 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-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-file-upload-variation.enum-634cfae8.js +0 -24
- 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-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/info-card-multi-type.enum-14746572.js +0 -8
- package/dist/cjs/info-card-variation.enum-64cef637.js +0 -24
- package/dist/cjs/layout-columns-variation.enum-65675649.js +0 -23
- package/dist/cjs/link-button-variation.enum-137785e3.js +0 -9
- 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/tag-media-icon.enum-372563c5.js +0 -11
- 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-07303cb5.js +0 -1
- package/dist/digi-arbetsformedlingen/p-0f6c0360.js +0 -1
- package/dist/digi-arbetsformedlingen/p-0fbe6e50.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-111fb07d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-13ee320b.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-1486034d.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-20693fa2.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-2a023831.js +0 -1
- package/dist/digi-arbetsformedlingen/p-2d2f6950.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-30dc159d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3566b732.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3b20ec86.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3cda17e1.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3f9dfdb0.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-408e9b2a.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-416992c0.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4841b4e1.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4b8cae8a.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4bad4fb0.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4d84c470.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-51149879.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-515867ab.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-55bcba7c.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-55d02ef7.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-577f6995.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-5f20045a.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-5f4ece29.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-8142cc73.js +0 -1
- package/dist/digi-arbetsformedlingen/p-814ca2ad.js +0 -1
- package/dist/digi-arbetsformedlingen/p-820e795b.js +0 -1
- package/dist/digi-arbetsformedlingen/p-82611050.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-82a74908.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-88b4d03a.js +0 -1
- package/dist/digi-arbetsformedlingen/p-8fa50755.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-905ccb30.js +0 -1
- package/dist/digi-arbetsformedlingen/p-915b2a14.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-951c21cb.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9908e7e6.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9c053cf8.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9f47d4b7.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a26333e9.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a969ba67.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-af72f16f.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-b3d93b8b.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-b48f2bfc.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-b4b33865.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ba3c4861.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c04ae2fc.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c06930c2.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c1ab43e3.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c7949525.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d182d8bb.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d1886fff.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d595e8a3.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d6a839c3.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-e561a29d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ed4c0905.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-eda570be.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-f4edca16.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-fb9b3544.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-fdca581c.entry.js +0 -1
- package/dist/esm/digi-button_27.entry.js +0 -1349
- package/dist/esm/digi-calendar-datepicker.entry.js +0 -2594
- package/dist/esm/digi-calendar_2.entry.js +0 -459
- package/dist/esm/digi-code-block_3.entry.js +0 -233
- package/dist/esm/digi-context-menu.entry.js +0 -236
- 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 -135
- package/dist/esm/digi-form-file-upload.entry.js +0 -585
- package/dist/esm/digi-form-filter.entry.js +0 -244
- 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-select-filter.entry.js +0 -559
- package/dist/esm/digi-form-select_2.entry.js +0 -181
- package/dist/esm/digi-icon-check-circle-solid_4.entry.js +0 -92
- 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-list-ul_6.entry.js +0 -136
- package/dist/esm/digi-icon-minus_2.entry.js +0 -48
- package/dist/esm/digi-icon-notification-error_4.entry.js +0 -92
- package/dist/esm/digi-icon-spinner.entry.js +0 -27
- package/dist/esm/digi-icon-validation-error_2.entry.js +0 -48
- package/dist/esm/digi-info-card-multi-container.entry.js +0 -18
- package/dist/esm/digi-info-card-multi.entry.js +0 -54
- package/dist/esm/digi-info-card.entry.js +0 -75
- package/dist/esm/digi-layout-columns.entry.js +0 -29
- package/dist/esm/digi-link-button.entry.js +0 -62
- package/dist/esm/digi-link-external.entry.js +0 -32
- package/dist/esm/digi-link-internal.entry.js +0 -33
- 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-notification-alert.entry.js +0 -107
- package/dist/esm/digi-progress-indicator.entry.js +0 -133
- package/dist/esm/digi-tag-media.entry.js +0 -43
- 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-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-file-upload-variation.enum-9c49ec5e.js +0 -24
- 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-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/info-card-multi-type.enum-07ee124f.js +0 -8
- package/dist/esm/info-card-variation.enum-2ccc52c1.js +0 -24
- package/dist/esm/layout-columns-variation.enum-34f7754e.js +0 -23
- package/dist/esm/link-button-variation.enum-84d4976f.js +0 -9
- 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/tag-media-icon.enum-fefa191c.js +0 -11
- 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/esm/typography-variation.enum-c85d7857.js +0 -271
package/dist/cjs/{typography-variation.enum-c0ef9190.js → typography-variation.enum-ad1b2403.js}
RENAMED
|
@@ -51,6 +51,23 @@ 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.FooterCardVariation = void 0;
|
|
55
72
|
(function (FooterCardVariation) {
|
|
56
73
|
FooterCardVariation["NONE"] = "none";
|
|
@@ -64,6 +81,24 @@ exports.FooterVariation = void 0;
|
|
|
64
81
|
FooterVariation["SMALL"] = "small";
|
|
65
82
|
})(exports.FooterVariation || (exports.FooterVariation = {}));
|
|
66
83
|
|
|
84
|
+
exports.FormCheckboxLayout = void 0;
|
|
85
|
+
(function (FormCheckboxLayout) {
|
|
86
|
+
FormCheckboxLayout["INLINE"] = "inline";
|
|
87
|
+
FormCheckboxLayout["BLOCK"] = "block";
|
|
88
|
+
})(exports.FormCheckboxLayout || (exports.FormCheckboxLayout = {}));
|
|
89
|
+
|
|
90
|
+
exports.FormCheckboxValidation = void 0;
|
|
91
|
+
(function (FormCheckboxValidation) {
|
|
92
|
+
FormCheckboxValidation["ERROR"] = "error";
|
|
93
|
+
FormCheckboxValidation["WARNING"] = "warning";
|
|
94
|
+
})(exports.FormCheckboxValidation || (exports.FormCheckboxValidation = {}));
|
|
95
|
+
|
|
96
|
+
exports.FormCheckboxVariation = void 0;
|
|
97
|
+
(function (FormCheckboxVariation) {
|
|
98
|
+
FormCheckboxVariation["PRIMARY"] = "primary";
|
|
99
|
+
FormCheckboxVariation["SECONDARY"] = "secondary";
|
|
100
|
+
})(exports.FormCheckboxVariation || (exports.FormCheckboxVariation = {}));
|
|
101
|
+
|
|
67
102
|
exports.FormErrorListHeadingLevel = void 0;
|
|
68
103
|
(function (FormErrorListHeadingLevel) {
|
|
69
104
|
FormErrorListHeadingLevel["H1"] = "h1";
|
|
@@ -74,6 +109,57 @@ exports.FormErrorListHeadingLevel = void 0;
|
|
|
74
109
|
FormErrorListHeadingLevel["H6"] = "h6";
|
|
75
110
|
})(exports.FormErrorListHeadingLevel || (exports.FormErrorListHeadingLevel = {}));
|
|
76
111
|
|
|
112
|
+
exports.FormFileUploadHeadingLevel = void 0;
|
|
113
|
+
(function (FormFileUploadHeadingLevel) {
|
|
114
|
+
FormFileUploadHeadingLevel["H1"] = "h1";
|
|
115
|
+
FormFileUploadHeadingLevel["H2"] = "h2";
|
|
116
|
+
FormFileUploadHeadingLevel["H3"] = "h3";
|
|
117
|
+
FormFileUploadHeadingLevel["H4"] = "h4";
|
|
118
|
+
FormFileUploadHeadingLevel["H5"] = "h5";
|
|
119
|
+
FormFileUploadHeadingLevel["H6"] = "h6";
|
|
120
|
+
})(exports.FormFileUploadHeadingLevel || (exports.FormFileUploadHeadingLevel = {}));
|
|
121
|
+
|
|
122
|
+
exports.FormFileUploadValidation = void 0;
|
|
123
|
+
(function (FormFileUploadValidation) {
|
|
124
|
+
FormFileUploadValidation["ENABLED"] = "enabled";
|
|
125
|
+
FormFileUploadValidation["DISABLED"] = "disabled";
|
|
126
|
+
})(exports.FormFileUploadValidation || (exports.FormFileUploadValidation = {}));
|
|
127
|
+
|
|
128
|
+
exports.FormFileUploadVariation = void 0;
|
|
129
|
+
(function (FormFileUploadVariation) {
|
|
130
|
+
FormFileUploadVariation["SMALL"] = "small";
|
|
131
|
+
FormFileUploadVariation["MEDIUM"] = "medium";
|
|
132
|
+
FormFileUploadVariation["LARGE"] = "large";
|
|
133
|
+
})(exports.FormFileUploadVariation || (exports.FormFileUploadVariation = {}));
|
|
134
|
+
|
|
135
|
+
exports.FormInputMode = void 0;
|
|
136
|
+
(function (FormInputMode) {
|
|
137
|
+
FormInputMode["DEFAULT"] = "";
|
|
138
|
+
FormInputMode["NONE"] = "none";
|
|
139
|
+
FormInputMode["TEXT"] = "text";
|
|
140
|
+
FormInputMode["DECIMAL"] = "decimal";
|
|
141
|
+
FormInputMode["NUMERIC"] = "numeric";
|
|
142
|
+
FormInputMode["TEL"] = "tel";
|
|
143
|
+
FormInputMode["SEARCH"] = "search";
|
|
144
|
+
FormInputMode["EMAIL"] = "email";
|
|
145
|
+
FormInputMode["URL"] = "url";
|
|
146
|
+
})(exports.FormInputMode || (exports.FormInputMode = {}));
|
|
147
|
+
|
|
148
|
+
exports.FormInputValidation = void 0;
|
|
149
|
+
(function (FormInputValidation) {
|
|
150
|
+
FormInputValidation["SUCCESS"] = "success";
|
|
151
|
+
FormInputValidation["ERROR"] = "error";
|
|
152
|
+
FormInputValidation["WARNING"] = "warning";
|
|
153
|
+
FormInputValidation["NEUTRAL"] = "neutral";
|
|
154
|
+
})(exports.FormInputValidation || (exports.FormInputValidation = {}));
|
|
155
|
+
|
|
156
|
+
exports.FormInputVariation = void 0;
|
|
157
|
+
(function (FormInputVariation) {
|
|
158
|
+
FormInputVariation["SMALL"] = "small";
|
|
159
|
+
FormInputVariation["MEDIUM"] = "medium";
|
|
160
|
+
FormInputVariation["LARGE"] = "large";
|
|
161
|
+
})(exports.FormInputVariation || (exports.FormInputVariation = {}));
|
|
162
|
+
|
|
77
163
|
exports.FormFieldsetValidation = void 0;
|
|
78
164
|
(function (FormFieldsetValidation) {
|
|
79
165
|
FormFieldsetValidation["SUCCESS"] = "success";
|
|
@@ -129,6 +215,28 @@ exports.FormSelectFilterValidation = void 0;
|
|
|
129
215
|
FormSelectFilterValidation["NEUTRAL"] = "neutral";
|
|
130
216
|
})(exports.FormSelectFilterValidation || (exports.FormSelectFilterValidation = {}));
|
|
131
217
|
|
|
218
|
+
exports.FormSelectValidation = void 0;
|
|
219
|
+
(function (FormSelectValidation) {
|
|
220
|
+
FormSelectValidation["SUCCESS"] = "success";
|
|
221
|
+
FormSelectValidation["ERROR"] = "error";
|
|
222
|
+
FormSelectValidation["WARNING"] = "warning";
|
|
223
|
+
FormSelectValidation["NEUTRAL"] = "neutral";
|
|
224
|
+
})(exports.FormSelectValidation || (exports.FormSelectValidation = {}));
|
|
225
|
+
|
|
226
|
+
exports.FormSelectVariation = void 0;
|
|
227
|
+
(function (FormSelectVariation) {
|
|
228
|
+
FormSelectVariation["SMALL"] = "small";
|
|
229
|
+
FormSelectVariation["MEDIUM"] = "medium";
|
|
230
|
+
FormSelectVariation["LARGE"] = "large";
|
|
231
|
+
})(exports.FormSelectVariation || (exports.FormSelectVariation = {}));
|
|
232
|
+
|
|
233
|
+
exports.FormValidationMessageVariation = void 0;
|
|
234
|
+
(function (FormValidationMessageVariation) {
|
|
235
|
+
FormValidationMessageVariation["SUCCESS"] = "success";
|
|
236
|
+
FormValidationMessageVariation["ERROR"] = "error";
|
|
237
|
+
FormValidationMessageVariation["WARNING"] = "warning";
|
|
238
|
+
})(exports.FormValidationMessageVariation || (exports.FormValidationMessageVariation = {}));
|
|
239
|
+
|
|
132
240
|
exports.HeaderCenterContentWidth = void 0;
|
|
133
241
|
(function (HeaderCenterContentWidth) {
|
|
134
242
|
HeaderCenterContentWidth["DEFAULT"] = "none";
|
|
@@ -163,12 +271,25 @@ exports.InfoCardMultiHeadingLevel = void 0;
|
|
|
163
271
|
InfoCardMultiHeadingLevel["H6"] = "h6";
|
|
164
272
|
})(exports.InfoCardMultiHeadingLevel || (exports.InfoCardMultiHeadingLevel = {}));
|
|
165
273
|
|
|
274
|
+
exports.InfoCardMultiType = void 0;
|
|
275
|
+
(function (InfoCardMultiType) {
|
|
276
|
+
InfoCardMultiType["MEDIA"] = "media";
|
|
277
|
+
InfoCardMultiType["RELATED"] = "related";
|
|
278
|
+
InfoCardMultiType["ENTRY"] = "entry";
|
|
279
|
+
})(exports.InfoCardMultiType || (exports.InfoCardMultiType = {}));
|
|
280
|
+
|
|
166
281
|
exports.InfoCardMultiVariation = void 0;
|
|
167
282
|
(function (InfoCardMultiVariation) {
|
|
168
283
|
InfoCardMultiVariation["PRIMARY"] = "primary";
|
|
169
284
|
InfoCardMultiVariation["SECONDARY"] = "secondary";
|
|
170
285
|
})(exports.InfoCardMultiVariation || (exports.InfoCardMultiVariation = {}));
|
|
171
286
|
|
|
287
|
+
exports.InfoCardBorderPosition = void 0;
|
|
288
|
+
(function (InfoCardBorderPosition) {
|
|
289
|
+
InfoCardBorderPosition["TOP"] = "top";
|
|
290
|
+
InfoCardBorderPosition["LEFT"] = "left";
|
|
291
|
+
})(exports.InfoCardBorderPosition || (exports.InfoCardBorderPosition = {}));
|
|
292
|
+
|
|
172
293
|
exports.InfoCardHeadingLevel = void 0;
|
|
173
294
|
(function (InfoCardHeadingLevel) {
|
|
174
295
|
InfoCardHeadingLevel["H1"] = "h1";
|
|
@@ -179,6 +300,23 @@ exports.InfoCardHeadingLevel = void 0;
|
|
|
179
300
|
InfoCardHeadingLevel["H6"] = "h6";
|
|
180
301
|
})(exports.InfoCardHeadingLevel || (exports.InfoCardHeadingLevel = {}));
|
|
181
302
|
|
|
303
|
+
exports.InfoCardSize = void 0;
|
|
304
|
+
(function (InfoCardSize) {
|
|
305
|
+
InfoCardSize["STANDARD"] = "standard";
|
|
306
|
+
})(exports.InfoCardSize || (exports.InfoCardSize = {}));
|
|
307
|
+
|
|
308
|
+
exports.InfoCardType = void 0;
|
|
309
|
+
(function (InfoCardType) {
|
|
310
|
+
InfoCardType["TIP"] = "tip";
|
|
311
|
+
InfoCardType["RELATED"] = "related";
|
|
312
|
+
})(exports.InfoCardType || (exports.InfoCardType = {}));
|
|
313
|
+
|
|
314
|
+
exports.InfoCardVariation = void 0;
|
|
315
|
+
(function (InfoCardVariation) {
|
|
316
|
+
InfoCardVariation["PRIMARY"] = "primary";
|
|
317
|
+
InfoCardVariation["SECONDARY"] = "secondary";
|
|
318
|
+
})(exports.InfoCardVariation || (exports.InfoCardVariation = {}));
|
|
319
|
+
|
|
182
320
|
exports.LayoutBlockContainer = void 0;
|
|
183
321
|
(function (LayoutBlockContainer) {
|
|
184
322
|
LayoutBlockContainer["STATIC"] = "static";
|
|
@@ -186,6 +324,28 @@ exports.LayoutBlockContainer = void 0;
|
|
|
186
324
|
LayoutBlockContainer["NONE"] = "none";
|
|
187
325
|
})(exports.LayoutBlockContainer || (exports.LayoutBlockContainer = {}));
|
|
188
326
|
|
|
327
|
+
exports.LayoutColumnsGap = void 0;
|
|
328
|
+
(function (LayoutColumnsGap) {
|
|
329
|
+
LayoutColumnsGap["DEFAULT"] = "default";
|
|
330
|
+
LayoutColumnsGap["GAP_32"] = "32";
|
|
331
|
+
})(exports.LayoutColumnsGap || (exports.LayoutColumnsGap = {}));
|
|
332
|
+
|
|
333
|
+
exports.LayoutColumnsElement = void 0;
|
|
334
|
+
(function (LayoutColumnsElement) {
|
|
335
|
+
LayoutColumnsElement["DIV"] = "div";
|
|
336
|
+
LayoutColumnsElement["UL"] = "ul";
|
|
337
|
+
LayoutColumnsElement["OL"] = "ol";
|
|
338
|
+
})(exports.LayoutColumnsElement || (exports.LayoutColumnsElement = {}));
|
|
339
|
+
|
|
340
|
+
exports.LayoutColumnsVariation = void 0;
|
|
341
|
+
(function (LayoutColumnsVariation) {
|
|
342
|
+
LayoutColumnsVariation["FOUR"] = "four";
|
|
343
|
+
LayoutColumnsVariation["THREE"] = "three";
|
|
344
|
+
LayoutColumnsVariation["TWO"] = "two";
|
|
345
|
+
LayoutColumnsVariation["ONE"] = "one";
|
|
346
|
+
LayoutColumnsVariation["NONE"] = "none";
|
|
347
|
+
})(exports.LayoutColumnsVariation || (exports.LayoutColumnsVariation = {}));
|
|
348
|
+
|
|
189
349
|
exports.LayoutContainerVariation = void 0;
|
|
190
350
|
(function (LayoutContainerVariation) {
|
|
191
351
|
LayoutContainerVariation["STATIC"] = "static";
|
|
@@ -199,12 +359,32 @@ exports.LayoutContainerMaxWidth = void 0;
|
|
|
199
359
|
LayoutContainerMaxWidth["WIDTH_1400"] = "1400";
|
|
200
360
|
})(exports.LayoutContainerMaxWidth || (exports.LayoutContainerMaxWidth = {}));
|
|
201
361
|
|
|
362
|
+
exports.LinkButtonVariation = void 0;
|
|
363
|
+
(function (LinkButtonVariation) {
|
|
364
|
+
LinkButtonVariation["PRIMARY"] = "primary";
|
|
365
|
+
LinkButtonVariation["SECONDARY"] = "secondary";
|
|
366
|
+
LinkButtonVariation["PRIMARY_ALT"] = "primary-alt";
|
|
367
|
+
LinkButtonVariation["SECONDARY_ALT"] = "secondary-alt";
|
|
368
|
+
})(exports.LinkButtonVariation || (exports.LinkButtonVariation = {}));
|
|
369
|
+
|
|
202
370
|
exports.LogoColor = void 0;
|
|
203
371
|
(function (LogoColor) {
|
|
204
372
|
LogoColor["PRIMARY"] = "primary";
|
|
205
373
|
LogoColor["SECONDARY"] = "secondary";
|
|
206
374
|
})(exports.LogoColor || (exports.LogoColor = {}));
|
|
207
375
|
|
|
376
|
+
exports.NavigationVerticalMenuActiveIndicatorSize = void 0;
|
|
377
|
+
(function (NavigationVerticalMenuActiveIndicatorSize) {
|
|
378
|
+
NavigationVerticalMenuActiveIndicatorSize["PRIMARY"] = "primary";
|
|
379
|
+
NavigationVerticalMenuActiveIndicatorSize["SECONDARY"] = "secondary";
|
|
380
|
+
})(exports.NavigationVerticalMenuActiveIndicatorSize || (exports.NavigationVerticalMenuActiveIndicatorSize = {}));
|
|
381
|
+
|
|
382
|
+
exports.NavigationVerticalMenuVariation = void 0;
|
|
383
|
+
(function (NavigationVerticalMenuVariation) {
|
|
384
|
+
NavigationVerticalMenuVariation["PRIMARY"] = "primary";
|
|
385
|
+
NavigationVerticalMenuVariation["SECONDARY"] = "secondary";
|
|
386
|
+
})(exports.NavigationVerticalMenuVariation || (exports.NavigationVerticalMenuVariation = {}));
|
|
387
|
+
|
|
208
388
|
exports.NotificationAlertHeadingLevel = void 0;
|
|
209
389
|
(function (NotificationAlertHeadingLevel) {
|
|
210
390
|
NotificationAlertHeadingLevel["H1"] = "h1";
|
|
@@ -242,6 +422,28 @@ exports.ErrorPageStatusCodes = void 0;
|
|
|
242
422
|
ErrorPageStatusCodes["BLOCKED"] = "blocked";
|
|
243
423
|
})(exports.ErrorPageStatusCodes || (exports.ErrorPageStatusCodes = {}));
|
|
244
424
|
|
|
425
|
+
exports.ProgressIndicatorRole = void 0;
|
|
426
|
+
(function (ProgressIndicatorRole) {
|
|
427
|
+
ProgressIndicatorRole["NONE"] = "";
|
|
428
|
+
ProgressIndicatorRole["STATUS"] = "status";
|
|
429
|
+
})(exports.ProgressIndicatorRole || (exports.ProgressIndicatorRole = {}));
|
|
430
|
+
|
|
431
|
+
exports.ProgressIndicatorVariation = void 0;
|
|
432
|
+
(function (ProgressIndicatorVariation) {
|
|
433
|
+
ProgressIndicatorVariation["PRIMARY"] = "primary";
|
|
434
|
+
ProgressIndicatorVariation["SECONDARY"] = "secondary";
|
|
435
|
+
})(exports.ProgressIndicatorVariation || (exports.ProgressIndicatorVariation = {}));
|
|
436
|
+
|
|
437
|
+
exports.TagMediaIcon = void 0;
|
|
438
|
+
(function (TagMediaIcon) {
|
|
439
|
+
TagMediaIcon["NEWS"] = "news";
|
|
440
|
+
TagMediaIcon["PLAYLIST"] = "playlist";
|
|
441
|
+
TagMediaIcon["PODCAST"] = "podcast";
|
|
442
|
+
TagMediaIcon["FILM"] = "film";
|
|
443
|
+
TagMediaIcon["WEBTV"] = "webtv";
|
|
444
|
+
TagMediaIcon["WEBINAR"] = "webinar";
|
|
445
|
+
})(exports.TagMediaIcon || (exports.TagMediaIcon = {}));
|
|
446
|
+
|
|
245
447
|
exports.ToolsFeedbackHeadingLevel = void 0;
|
|
246
448
|
(function (ToolsFeedbackHeadingLevel) {
|
|
247
449
|
ToolsFeedbackHeadingLevel["H1"] = "h1";
|
|
@@ -264,6 +466,34 @@ exports.FeedbackVariation = void 0;
|
|
|
264
466
|
FeedbackVariation["SECONDARY"] = "secondary";
|
|
265
467
|
})(exports.FeedbackVariation || (exports.FeedbackVariation = {}));
|
|
266
468
|
|
|
469
|
+
exports.ToolsThemeProviderBrandEnum = void 0;
|
|
470
|
+
(function (ToolsThemeProviderBrandEnum) {
|
|
471
|
+
ToolsThemeProviderBrandEnum["AF25"] = "AF25";
|
|
472
|
+
ToolsThemeProviderBrandEnum["AF18"] = "AF18";
|
|
473
|
+
})(exports.ToolsThemeProviderBrandEnum || (exports.ToolsThemeProviderBrandEnum = {}));
|
|
474
|
+
|
|
475
|
+
exports.ToolsThemeProviderThemeEnum = void 0;
|
|
476
|
+
(function (ToolsThemeProviderThemeEnum) {
|
|
477
|
+
ToolsThemeProviderThemeEnum["LIGHT"] = "light";
|
|
478
|
+
ToolsThemeProviderThemeEnum["DARK"] = "dark";
|
|
479
|
+
})(exports.ToolsThemeProviderThemeEnum || (exports.ToolsThemeProviderThemeEnum = {}));
|
|
480
|
+
|
|
481
|
+
exports.TypographyHeadingJumboLevel = void 0;
|
|
482
|
+
(function (TypographyHeadingJumboLevel) {
|
|
483
|
+
TypographyHeadingJumboLevel["H1"] = "h1";
|
|
484
|
+
TypographyHeadingJumboLevel["H2"] = "h2";
|
|
485
|
+
TypographyHeadingJumboLevel["H3"] = "h3";
|
|
486
|
+
TypographyHeadingJumboLevel["H4"] = "h4";
|
|
487
|
+
TypographyHeadingJumboLevel["H5"] = "h5";
|
|
488
|
+
TypographyHeadingJumboLevel["H6"] = "h6";
|
|
489
|
+
})(exports.TypographyHeadingJumboLevel || (exports.TypographyHeadingJumboLevel = {}));
|
|
490
|
+
|
|
491
|
+
exports.TypographyHeadingJumboVariation = void 0;
|
|
492
|
+
(function (TypographyHeadingJumboVariation) {
|
|
493
|
+
TypographyHeadingJumboVariation["PRIMARY"] = "primary";
|
|
494
|
+
TypographyHeadingJumboVariation["SECONDARY"] = "secondary";
|
|
495
|
+
})(exports.TypographyHeadingJumboVariation || (exports.TypographyHeadingJumboVariation = {}));
|
|
496
|
+
|
|
267
497
|
exports.TypographyVariation = void 0;
|
|
268
498
|
(function (TypographyVariation) {
|
|
269
499
|
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);
|
|
@@ -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--border--interactive--default--primary);
|
|
31
|
+
--digi--button--color--border--primary--hover: var(--digi--color--border--interactive--hover--primary);
|
|
32
|
+
--digi--button--color--border--primary--focus: var(--digi--color--border--interactive--default--primary);
|
|
33
|
+
--digi--button--color--border--primary--active: var(--digi--color--border--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);
|
|
@@ -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);
|
|
@@ -103,26 +103,6 @@ License: none (public domain)
|
|
|
103
103
|
}
|
|
104
104
|
:host .digi-button {
|
|
105
105
|
/* Variations and sizes */
|
|
106
|
-
/* Attributes */
|
|
107
|
-
font-family: var(--digi--button--font-family);
|
|
108
|
-
background: var(--COLOR--BACKGROUND--DEFAULT);
|
|
109
|
-
color: var(--COLOR--TEXT--DEFAULT);
|
|
110
|
-
padding: var(--PADDING);
|
|
111
|
-
border-radius: var(--BORDER-RADIUS--DEFAULT);
|
|
112
|
-
border-width: var(--BORDER-WIDTH--DEFAULT);
|
|
113
|
-
border-style: var(--BORDER-STYLE--DEFAULT);
|
|
114
|
-
border-color: var(--COLOR--BORDER--DEFAULT);
|
|
115
|
-
font-weight: var(--FONT-WEIGHT);
|
|
116
|
-
font-size: var(--FONT-SIZE);
|
|
117
|
-
outline: var(--digi--button--outline--default);
|
|
118
|
-
text-align: var(--digi--button--text-align--default);
|
|
119
|
-
width: var(--digi--button--width);
|
|
120
|
-
display: var(--digi--button--display);
|
|
121
|
-
justify-content: var(--digi--button--justify-content--default);
|
|
122
|
-
cursor: var(--digi--button--cursor);
|
|
123
|
-
min-height: var(--MIN-HEIGHT);
|
|
124
|
-
align-items: var(--digi--button--align-items);
|
|
125
|
-
white-space: nowrap;
|
|
126
106
|
}
|
|
127
107
|
:host .digi-button--variation-primary {
|
|
128
108
|
--COLOR--BACKGROUND--DEFAULT: var(--digi--button--color--background--primary--default);
|
|
@@ -236,6 +216,28 @@ License: none (public domain)
|
|
|
236
216
|
--digi--icon--color: var(--COLOR--ICON--DEFAULT);
|
|
237
217
|
min-height: 0;
|
|
238
218
|
}
|
|
219
|
+
:host .digi-button {
|
|
220
|
+
/* Attributes */
|
|
221
|
+
font-family: var(--digi--button--font-family);
|
|
222
|
+
background: var(--COLOR--BACKGROUND--DEFAULT);
|
|
223
|
+
color: var(--COLOR--TEXT--DEFAULT);
|
|
224
|
+
padding: var(--PADDING);
|
|
225
|
+
border-radius: var(--BORDER-RADIUS--DEFAULT);
|
|
226
|
+
border-width: var(--BORDER-WIDTH--DEFAULT);
|
|
227
|
+
border-style: var(--BORDER-STYLE--DEFAULT);
|
|
228
|
+
border-color: var(--COLOR--BORDER--DEFAULT);
|
|
229
|
+
font-weight: var(--FONT-WEIGHT);
|
|
230
|
+
font-size: var(--FONT-SIZE);
|
|
231
|
+
outline: var(--digi--button--outline--default);
|
|
232
|
+
text-align: var(--digi--button--text-align--default);
|
|
233
|
+
width: var(--digi--button--width);
|
|
234
|
+
display: var(--digi--button--display);
|
|
235
|
+
justify-content: var(--digi--button--justify-content--default);
|
|
236
|
+
cursor: var(--digi--button--cursor);
|
|
237
|
+
min-height: var(--MIN-HEIGHT);
|
|
238
|
+
align-items: var(--digi--button--align-items);
|
|
239
|
+
white-space: nowrap;
|
|
240
|
+
}
|
|
239
241
|
@media (any-hover: hover) {
|
|
240
242
|
:host .digi-button:hover {
|
|
241
243
|
background: var(--COLOR--BACKGROUND--HOVER);
|
|
@@ -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
|
}
|