@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
|
@@ -0,0 +1,501 @@
|
|
|
1
|
+
var BadgeNotificationType;
|
|
2
|
+
(function (BadgeNotificationType) {
|
|
3
|
+
BadgeNotificationType["NUMBER"] = "number";
|
|
4
|
+
BadgeNotificationType["WORD"] = "word";
|
|
5
|
+
})(BadgeNotificationType || (BadgeNotificationType = {}));
|
|
6
|
+
|
|
7
|
+
var CalendarDatepickerValidation;
|
|
8
|
+
(function (CalendarDatepickerValidation) {
|
|
9
|
+
CalendarDatepickerValidation["SUCCESS"] = "success";
|
|
10
|
+
CalendarDatepickerValidation["ERROR"] = "error";
|
|
11
|
+
CalendarDatepickerValidation["WARNING"] = "warning";
|
|
12
|
+
CalendarDatepickerValidation["NEUTRAL"] = "neutral";
|
|
13
|
+
})(CalendarDatepickerValidation || (CalendarDatepickerValidation = {}));
|
|
14
|
+
|
|
15
|
+
var CodeBlockLanguage;
|
|
16
|
+
(function (CodeBlockLanguage) {
|
|
17
|
+
CodeBlockLanguage["JSON"] = "json";
|
|
18
|
+
CodeBlockLanguage["CSS"] = "css";
|
|
19
|
+
CodeBlockLanguage["SCSS"] = "scss";
|
|
20
|
+
CodeBlockLanguage["TYPESCRIPT"] = "typescript";
|
|
21
|
+
CodeBlockLanguage["JAVASCRIPT"] = "javascript";
|
|
22
|
+
CodeBlockLanguage["BASH"] = "bash";
|
|
23
|
+
CodeBlockLanguage["HTML"] = "html";
|
|
24
|
+
CodeBlockLanguage["GIT"] = "git";
|
|
25
|
+
CodeBlockLanguage["JSX"] = "jsx";
|
|
26
|
+
CodeBlockLanguage["TSX"] = "tsx";
|
|
27
|
+
})(CodeBlockLanguage || (CodeBlockLanguage = {}));
|
|
28
|
+
|
|
29
|
+
var DialogHeadingLevel;
|
|
30
|
+
(function (DialogHeadingLevel) {
|
|
31
|
+
DialogHeadingLevel["H1"] = "h1";
|
|
32
|
+
DialogHeadingLevel["H2"] = "h2";
|
|
33
|
+
DialogHeadingLevel["H3"] = "h3";
|
|
34
|
+
DialogHeadingLevel["H4"] = "h4";
|
|
35
|
+
DialogHeadingLevel["H5"] = "h5";
|
|
36
|
+
DialogHeadingLevel["H6"] = "h6";
|
|
37
|
+
})(DialogHeadingLevel || (DialogHeadingLevel = {}));
|
|
38
|
+
|
|
39
|
+
var DialogSize;
|
|
40
|
+
(function (DialogSize) {
|
|
41
|
+
DialogSize["SMALL"] = "small";
|
|
42
|
+
DialogSize["MEDIUM"] = "medium";
|
|
43
|
+
DialogSize["LARGE"] = "large";
|
|
44
|
+
})(DialogSize || (DialogSize = {}));
|
|
45
|
+
|
|
46
|
+
var DialogVariation;
|
|
47
|
+
(function (DialogVariation) {
|
|
48
|
+
DialogVariation["PRIMARY"] = "primary";
|
|
49
|
+
DialogVariation["SECONDARY"] = "secondary";
|
|
50
|
+
})(DialogVariation || (DialogVariation = {}));
|
|
51
|
+
|
|
52
|
+
var ExpandableFaqItemHeadingLevel;
|
|
53
|
+
(function (ExpandableFaqItemHeadingLevel) {
|
|
54
|
+
ExpandableFaqItemHeadingLevel["H1"] = "h1";
|
|
55
|
+
ExpandableFaqItemHeadingLevel["H2"] = "h2";
|
|
56
|
+
ExpandableFaqItemHeadingLevel["H3"] = "h3";
|
|
57
|
+
ExpandableFaqItemHeadingLevel["H4"] = "h4";
|
|
58
|
+
ExpandableFaqItemHeadingLevel["H5"] = "h5";
|
|
59
|
+
ExpandableFaqItemHeadingLevel["H6"] = "h6";
|
|
60
|
+
})(ExpandableFaqItemHeadingLevel || (ExpandableFaqItemHeadingLevel = {}));
|
|
61
|
+
|
|
62
|
+
var ExpandableFaqItemVariation;
|
|
63
|
+
(function (ExpandableFaqItemVariation) {
|
|
64
|
+
ExpandableFaqItemVariation["PRIMARY"] = "primary";
|
|
65
|
+
ExpandableFaqItemVariation["SECONDARY"] = "secondary";
|
|
66
|
+
ExpandableFaqItemVariation["TERTIARY"] = "tertiary";
|
|
67
|
+
})(ExpandableFaqItemVariation || (ExpandableFaqItemVariation = {}));
|
|
68
|
+
|
|
69
|
+
var FooterCardVariation;
|
|
70
|
+
(function (FooterCardVariation) {
|
|
71
|
+
FooterCardVariation["NONE"] = "none";
|
|
72
|
+
FooterCardVariation["ICON"] = "icon";
|
|
73
|
+
FooterCardVariation["BORDER"] = "border";
|
|
74
|
+
})(FooterCardVariation || (FooterCardVariation = {}));
|
|
75
|
+
|
|
76
|
+
var FooterVariation;
|
|
77
|
+
(function (FooterVariation) {
|
|
78
|
+
FooterVariation["LARGE"] = "large";
|
|
79
|
+
FooterVariation["SMALL"] = "small";
|
|
80
|
+
})(FooterVariation || (FooterVariation = {}));
|
|
81
|
+
|
|
82
|
+
var FormCheckboxLayout;
|
|
83
|
+
(function (FormCheckboxLayout) {
|
|
84
|
+
FormCheckboxLayout["INLINE"] = "inline";
|
|
85
|
+
FormCheckboxLayout["BLOCK"] = "block";
|
|
86
|
+
})(FormCheckboxLayout || (FormCheckboxLayout = {}));
|
|
87
|
+
|
|
88
|
+
var FormCheckboxValidation;
|
|
89
|
+
(function (FormCheckboxValidation) {
|
|
90
|
+
FormCheckboxValidation["ERROR"] = "error";
|
|
91
|
+
FormCheckboxValidation["WARNING"] = "warning";
|
|
92
|
+
})(FormCheckboxValidation || (FormCheckboxValidation = {}));
|
|
93
|
+
|
|
94
|
+
var FormCheckboxVariation;
|
|
95
|
+
(function (FormCheckboxVariation) {
|
|
96
|
+
FormCheckboxVariation["PRIMARY"] = "primary";
|
|
97
|
+
FormCheckboxVariation["SECONDARY"] = "secondary";
|
|
98
|
+
})(FormCheckboxVariation || (FormCheckboxVariation = {}));
|
|
99
|
+
|
|
100
|
+
var FormErrorListHeadingLevel;
|
|
101
|
+
(function (FormErrorListHeadingLevel) {
|
|
102
|
+
FormErrorListHeadingLevel["H1"] = "h1";
|
|
103
|
+
FormErrorListHeadingLevel["H2"] = "h2";
|
|
104
|
+
FormErrorListHeadingLevel["H3"] = "h3";
|
|
105
|
+
FormErrorListHeadingLevel["H4"] = "h4";
|
|
106
|
+
FormErrorListHeadingLevel["H5"] = "h5";
|
|
107
|
+
FormErrorListHeadingLevel["H6"] = "h6";
|
|
108
|
+
})(FormErrorListHeadingLevel || (FormErrorListHeadingLevel = {}));
|
|
109
|
+
|
|
110
|
+
var FormFileUploadHeadingLevel;
|
|
111
|
+
(function (FormFileUploadHeadingLevel) {
|
|
112
|
+
FormFileUploadHeadingLevel["H1"] = "h1";
|
|
113
|
+
FormFileUploadHeadingLevel["H2"] = "h2";
|
|
114
|
+
FormFileUploadHeadingLevel["H3"] = "h3";
|
|
115
|
+
FormFileUploadHeadingLevel["H4"] = "h4";
|
|
116
|
+
FormFileUploadHeadingLevel["H5"] = "h5";
|
|
117
|
+
FormFileUploadHeadingLevel["H6"] = "h6";
|
|
118
|
+
})(FormFileUploadHeadingLevel || (FormFileUploadHeadingLevel = {}));
|
|
119
|
+
|
|
120
|
+
var FormFileUploadValidation;
|
|
121
|
+
(function (FormFileUploadValidation) {
|
|
122
|
+
FormFileUploadValidation["ENABLED"] = "enabled";
|
|
123
|
+
FormFileUploadValidation["DISABLED"] = "disabled";
|
|
124
|
+
})(FormFileUploadValidation || (FormFileUploadValidation = {}));
|
|
125
|
+
|
|
126
|
+
var FormFileUploadVariation;
|
|
127
|
+
(function (FormFileUploadVariation) {
|
|
128
|
+
FormFileUploadVariation["SMALL"] = "small";
|
|
129
|
+
FormFileUploadVariation["MEDIUM"] = "medium";
|
|
130
|
+
FormFileUploadVariation["LARGE"] = "large";
|
|
131
|
+
})(FormFileUploadVariation || (FormFileUploadVariation = {}));
|
|
132
|
+
|
|
133
|
+
var FormInputMode;
|
|
134
|
+
(function (FormInputMode) {
|
|
135
|
+
FormInputMode["DEFAULT"] = "";
|
|
136
|
+
FormInputMode["NONE"] = "none";
|
|
137
|
+
FormInputMode["TEXT"] = "text";
|
|
138
|
+
FormInputMode["DECIMAL"] = "decimal";
|
|
139
|
+
FormInputMode["NUMERIC"] = "numeric";
|
|
140
|
+
FormInputMode["TEL"] = "tel";
|
|
141
|
+
FormInputMode["SEARCH"] = "search";
|
|
142
|
+
FormInputMode["EMAIL"] = "email";
|
|
143
|
+
FormInputMode["URL"] = "url";
|
|
144
|
+
})(FormInputMode || (FormInputMode = {}));
|
|
145
|
+
|
|
146
|
+
var FormInputValidation;
|
|
147
|
+
(function (FormInputValidation) {
|
|
148
|
+
FormInputValidation["SUCCESS"] = "success";
|
|
149
|
+
FormInputValidation["ERROR"] = "error";
|
|
150
|
+
FormInputValidation["WARNING"] = "warning";
|
|
151
|
+
FormInputValidation["NEUTRAL"] = "neutral";
|
|
152
|
+
})(FormInputValidation || (FormInputValidation = {}));
|
|
153
|
+
|
|
154
|
+
var FormInputVariation;
|
|
155
|
+
(function (FormInputVariation) {
|
|
156
|
+
FormInputVariation["SMALL"] = "small";
|
|
157
|
+
FormInputVariation["MEDIUM"] = "medium";
|
|
158
|
+
FormInputVariation["LARGE"] = "large";
|
|
159
|
+
})(FormInputVariation || (FormInputVariation = {}));
|
|
160
|
+
|
|
161
|
+
var FormFieldsetValidation;
|
|
162
|
+
(function (FormFieldsetValidation) {
|
|
163
|
+
FormFieldsetValidation["SUCCESS"] = "success";
|
|
164
|
+
FormFieldsetValidation["ERROR"] = "error";
|
|
165
|
+
FormFieldsetValidation["WARNING"] = "warning";
|
|
166
|
+
FormFieldsetValidation["NEUTRAL"] = "neutral";
|
|
167
|
+
})(FormFieldsetValidation || (FormFieldsetValidation = {}));
|
|
168
|
+
|
|
169
|
+
var FormRadiobuttonLayout;
|
|
170
|
+
(function (FormRadiobuttonLayout) {
|
|
171
|
+
FormRadiobuttonLayout["INLINE"] = "inline";
|
|
172
|
+
FormRadiobuttonLayout["BLOCK"] = "block";
|
|
173
|
+
})(FormRadiobuttonLayout || (FormRadiobuttonLayout = {}));
|
|
174
|
+
|
|
175
|
+
var FormRadiobuttonValidation;
|
|
176
|
+
(function (FormRadiobuttonValidation) {
|
|
177
|
+
FormRadiobuttonValidation["ERROR"] = "error";
|
|
178
|
+
})(FormRadiobuttonValidation || (FormRadiobuttonValidation = {}));
|
|
179
|
+
|
|
180
|
+
var FormRadiobuttonVariation;
|
|
181
|
+
(function (FormRadiobuttonVariation) {
|
|
182
|
+
FormRadiobuttonVariation["PRIMARY"] = "primary";
|
|
183
|
+
FormRadiobuttonVariation["SECONDARY"] = "secondary";
|
|
184
|
+
})(FormRadiobuttonVariation || (FormRadiobuttonVariation = {}));
|
|
185
|
+
|
|
186
|
+
var FormReceiptHeadingLevel;
|
|
187
|
+
(function (FormReceiptHeadingLevel) {
|
|
188
|
+
FormReceiptHeadingLevel["H1"] = "h1";
|
|
189
|
+
FormReceiptHeadingLevel["H2"] = "h2";
|
|
190
|
+
FormReceiptHeadingLevel["H3"] = "h3";
|
|
191
|
+
FormReceiptHeadingLevel["H4"] = "h4";
|
|
192
|
+
FormReceiptHeadingLevel["H5"] = "h5";
|
|
193
|
+
FormReceiptHeadingLevel["H6"] = "h6";
|
|
194
|
+
})(FormReceiptHeadingLevel || (FormReceiptHeadingLevel = {}));
|
|
195
|
+
|
|
196
|
+
var FormReceiptType;
|
|
197
|
+
(function (FormReceiptType) {
|
|
198
|
+
FormReceiptType["CENTER"] = "center";
|
|
199
|
+
FormReceiptType["START"] = "start";
|
|
200
|
+
})(FormReceiptType || (FormReceiptType = {}));
|
|
201
|
+
|
|
202
|
+
var FormReceiptVariation;
|
|
203
|
+
(function (FormReceiptVariation) {
|
|
204
|
+
FormReceiptVariation["FULLWIDTH"] = "fullwidth";
|
|
205
|
+
FormReceiptVariation["GRID"] = "grid";
|
|
206
|
+
})(FormReceiptVariation || (FormReceiptVariation = {}));
|
|
207
|
+
|
|
208
|
+
var FormSelectFilterValidation;
|
|
209
|
+
(function (FormSelectFilterValidation) {
|
|
210
|
+
FormSelectFilterValidation["SUCCESS"] = "success";
|
|
211
|
+
FormSelectFilterValidation["ERROR"] = "error";
|
|
212
|
+
FormSelectFilterValidation["WARNING"] = "warning";
|
|
213
|
+
FormSelectFilterValidation["NEUTRAL"] = "neutral";
|
|
214
|
+
})(FormSelectFilterValidation || (FormSelectFilterValidation = {}));
|
|
215
|
+
|
|
216
|
+
var FormSelectValidation;
|
|
217
|
+
(function (FormSelectValidation) {
|
|
218
|
+
FormSelectValidation["SUCCESS"] = "success";
|
|
219
|
+
FormSelectValidation["ERROR"] = "error";
|
|
220
|
+
FormSelectValidation["WARNING"] = "warning";
|
|
221
|
+
FormSelectValidation["NEUTRAL"] = "neutral";
|
|
222
|
+
})(FormSelectValidation || (FormSelectValidation = {}));
|
|
223
|
+
|
|
224
|
+
var FormSelectVariation;
|
|
225
|
+
(function (FormSelectVariation) {
|
|
226
|
+
FormSelectVariation["SMALL"] = "small";
|
|
227
|
+
FormSelectVariation["MEDIUM"] = "medium";
|
|
228
|
+
FormSelectVariation["LARGE"] = "large";
|
|
229
|
+
})(FormSelectVariation || (FormSelectVariation = {}));
|
|
230
|
+
|
|
231
|
+
var FormValidationMessageVariation;
|
|
232
|
+
(function (FormValidationMessageVariation) {
|
|
233
|
+
FormValidationMessageVariation["SUCCESS"] = "success";
|
|
234
|
+
FormValidationMessageVariation["ERROR"] = "error";
|
|
235
|
+
FormValidationMessageVariation["WARNING"] = "warning";
|
|
236
|
+
})(FormValidationMessageVariation || (FormValidationMessageVariation = {}));
|
|
237
|
+
|
|
238
|
+
var HeaderCenterContentWidth;
|
|
239
|
+
(function (HeaderCenterContentWidth) {
|
|
240
|
+
HeaderCenterContentWidth["DEFAULT"] = "none";
|
|
241
|
+
HeaderCenterContentWidth["WIDTH_1200"] = "1200";
|
|
242
|
+
HeaderCenterContentWidth["WIDTH_1400"] = "1400";
|
|
243
|
+
})(HeaderCenterContentWidth || (HeaderCenterContentWidth = {}));
|
|
244
|
+
|
|
245
|
+
var TitleLogoVariation;
|
|
246
|
+
(function (TitleLogoVariation) {
|
|
247
|
+
TitleLogoVariation["MOBILE"] = "mobile";
|
|
248
|
+
TitleLogoVariation["ONE_ROW"] = "one-row";
|
|
249
|
+
TitleLogoVariation["TWO_ROWS"] = "two-rows";
|
|
250
|
+
})(TitleLogoVariation || (TitleLogoVariation = {}));
|
|
251
|
+
|
|
252
|
+
var InfoCardMultiContainerHeadingLevel;
|
|
253
|
+
(function (InfoCardMultiContainerHeadingLevel) {
|
|
254
|
+
InfoCardMultiContainerHeadingLevel["H1"] = "h1";
|
|
255
|
+
InfoCardMultiContainerHeadingLevel["H2"] = "h2";
|
|
256
|
+
InfoCardMultiContainerHeadingLevel["H3"] = "h3";
|
|
257
|
+
InfoCardMultiContainerHeadingLevel["H4"] = "h4";
|
|
258
|
+
InfoCardMultiContainerHeadingLevel["H5"] = "h5";
|
|
259
|
+
InfoCardMultiContainerHeadingLevel["H6"] = "h6";
|
|
260
|
+
})(InfoCardMultiContainerHeadingLevel || (InfoCardMultiContainerHeadingLevel = {}));
|
|
261
|
+
|
|
262
|
+
var InfoCardMultiHeadingLevel;
|
|
263
|
+
(function (InfoCardMultiHeadingLevel) {
|
|
264
|
+
InfoCardMultiHeadingLevel["H1"] = "h1";
|
|
265
|
+
InfoCardMultiHeadingLevel["H2"] = "h2";
|
|
266
|
+
InfoCardMultiHeadingLevel["H3"] = "h3";
|
|
267
|
+
InfoCardMultiHeadingLevel["H4"] = "h4";
|
|
268
|
+
InfoCardMultiHeadingLevel["H5"] = "h5";
|
|
269
|
+
InfoCardMultiHeadingLevel["H6"] = "h6";
|
|
270
|
+
})(InfoCardMultiHeadingLevel || (InfoCardMultiHeadingLevel = {}));
|
|
271
|
+
|
|
272
|
+
var InfoCardMultiType;
|
|
273
|
+
(function (InfoCardMultiType) {
|
|
274
|
+
InfoCardMultiType["MEDIA"] = "media";
|
|
275
|
+
InfoCardMultiType["RELATED"] = "related";
|
|
276
|
+
InfoCardMultiType["ENTRY"] = "entry";
|
|
277
|
+
})(InfoCardMultiType || (InfoCardMultiType = {}));
|
|
278
|
+
|
|
279
|
+
var InfoCardMultiVariation;
|
|
280
|
+
(function (InfoCardMultiVariation) {
|
|
281
|
+
InfoCardMultiVariation["PRIMARY"] = "primary";
|
|
282
|
+
InfoCardMultiVariation["SECONDARY"] = "secondary";
|
|
283
|
+
})(InfoCardMultiVariation || (InfoCardMultiVariation = {}));
|
|
284
|
+
|
|
285
|
+
var InfoCardBorderPosition;
|
|
286
|
+
(function (InfoCardBorderPosition) {
|
|
287
|
+
InfoCardBorderPosition["TOP"] = "top";
|
|
288
|
+
InfoCardBorderPosition["LEFT"] = "left";
|
|
289
|
+
})(InfoCardBorderPosition || (InfoCardBorderPosition = {}));
|
|
290
|
+
|
|
291
|
+
var InfoCardHeadingLevel;
|
|
292
|
+
(function (InfoCardHeadingLevel) {
|
|
293
|
+
InfoCardHeadingLevel["H1"] = "h1";
|
|
294
|
+
InfoCardHeadingLevel["H2"] = "h2";
|
|
295
|
+
InfoCardHeadingLevel["H3"] = "h3";
|
|
296
|
+
InfoCardHeadingLevel["H4"] = "h4";
|
|
297
|
+
InfoCardHeadingLevel["H5"] = "h5";
|
|
298
|
+
InfoCardHeadingLevel["H6"] = "h6";
|
|
299
|
+
})(InfoCardHeadingLevel || (InfoCardHeadingLevel = {}));
|
|
300
|
+
|
|
301
|
+
var InfoCardSize;
|
|
302
|
+
(function (InfoCardSize) {
|
|
303
|
+
InfoCardSize["STANDARD"] = "standard";
|
|
304
|
+
})(InfoCardSize || (InfoCardSize = {}));
|
|
305
|
+
|
|
306
|
+
var InfoCardType;
|
|
307
|
+
(function (InfoCardType) {
|
|
308
|
+
InfoCardType["TIP"] = "tip";
|
|
309
|
+
InfoCardType["RELATED"] = "related";
|
|
310
|
+
})(InfoCardType || (InfoCardType = {}));
|
|
311
|
+
|
|
312
|
+
var InfoCardVariation;
|
|
313
|
+
(function (InfoCardVariation) {
|
|
314
|
+
InfoCardVariation["PRIMARY"] = "primary";
|
|
315
|
+
InfoCardVariation["SECONDARY"] = "secondary";
|
|
316
|
+
})(InfoCardVariation || (InfoCardVariation = {}));
|
|
317
|
+
|
|
318
|
+
var LayoutBlockContainer;
|
|
319
|
+
(function (LayoutBlockContainer) {
|
|
320
|
+
LayoutBlockContainer["STATIC"] = "static";
|
|
321
|
+
LayoutBlockContainer["FLUID"] = "fluid";
|
|
322
|
+
LayoutBlockContainer["NONE"] = "none";
|
|
323
|
+
})(LayoutBlockContainer || (LayoutBlockContainer = {}));
|
|
324
|
+
|
|
325
|
+
var LayoutColumnsGap;
|
|
326
|
+
(function (LayoutColumnsGap) {
|
|
327
|
+
LayoutColumnsGap["DEFAULT"] = "default";
|
|
328
|
+
LayoutColumnsGap["GAP_32"] = "32";
|
|
329
|
+
})(LayoutColumnsGap || (LayoutColumnsGap = {}));
|
|
330
|
+
|
|
331
|
+
var LayoutColumnsElement;
|
|
332
|
+
(function (LayoutColumnsElement) {
|
|
333
|
+
LayoutColumnsElement["DIV"] = "div";
|
|
334
|
+
LayoutColumnsElement["UL"] = "ul";
|
|
335
|
+
LayoutColumnsElement["OL"] = "ol";
|
|
336
|
+
})(LayoutColumnsElement || (LayoutColumnsElement = {}));
|
|
337
|
+
|
|
338
|
+
var LayoutColumnsVariation;
|
|
339
|
+
(function (LayoutColumnsVariation) {
|
|
340
|
+
LayoutColumnsVariation["FOUR"] = "four";
|
|
341
|
+
LayoutColumnsVariation["THREE"] = "three";
|
|
342
|
+
LayoutColumnsVariation["TWO"] = "two";
|
|
343
|
+
LayoutColumnsVariation["ONE"] = "one";
|
|
344
|
+
LayoutColumnsVariation["NONE"] = "none";
|
|
345
|
+
})(LayoutColumnsVariation || (LayoutColumnsVariation = {}));
|
|
346
|
+
|
|
347
|
+
var LayoutContainerVariation;
|
|
348
|
+
(function (LayoutContainerVariation) {
|
|
349
|
+
LayoutContainerVariation["STATIC"] = "static";
|
|
350
|
+
LayoutContainerVariation["FLUID"] = "fluid";
|
|
351
|
+
LayoutContainerVariation["NONE"] = "none";
|
|
352
|
+
})(LayoutContainerVariation || (LayoutContainerVariation = {}));
|
|
353
|
+
|
|
354
|
+
var LayoutContainerMaxWidth;
|
|
355
|
+
(function (LayoutContainerMaxWidth) {
|
|
356
|
+
LayoutContainerMaxWidth["WIDTH_1200"] = "1200";
|
|
357
|
+
LayoutContainerMaxWidth["WIDTH_1400"] = "1400";
|
|
358
|
+
})(LayoutContainerMaxWidth || (LayoutContainerMaxWidth = {}));
|
|
359
|
+
|
|
360
|
+
var LinkButtonVariation;
|
|
361
|
+
(function (LinkButtonVariation) {
|
|
362
|
+
LinkButtonVariation["PRIMARY"] = "primary";
|
|
363
|
+
LinkButtonVariation["SECONDARY"] = "secondary";
|
|
364
|
+
LinkButtonVariation["PRIMARY_ALT"] = "primary-alt";
|
|
365
|
+
LinkButtonVariation["SECONDARY_ALT"] = "secondary-alt";
|
|
366
|
+
})(LinkButtonVariation || (LinkButtonVariation = {}));
|
|
367
|
+
|
|
368
|
+
var LogoColor;
|
|
369
|
+
(function (LogoColor) {
|
|
370
|
+
LogoColor["PRIMARY"] = "primary";
|
|
371
|
+
LogoColor["SECONDARY"] = "secondary";
|
|
372
|
+
})(LogoColor || (LogoColor = {}));
|
|
373
|
+
|
|
374
|
+
var NavigationVerticalMenuActiveIndicatorSize;
|
|
375
|
+
(function (NavigationVerticalMenuActiveIndicatorSize) {
|
|
376
|
+
NavigationVerticalMenuActiveIndicatorSize["PRIMARY"] = "primary";
|
|
377
|
+
NavigationVerticalMenuActiveIndicatorSize["SECONDARY"] = "secondary";
|
|
378
|
+
})(NavigationVerticalMenuActiveIndicatorSize || (NavigationVerticalMenuActiveIndicatorSize = {}));
|
|
379
|
+
|
|
380
|
+
var NavigationVerticalMenuVariation;
|
|
381
|
+
(function (NavigationVerticalMenuVariation) {
|
|
382
|
+
NavigationVerticalMenuVariation["PRIMARY"] = "primary";
|
|
383
|
+
NavigationVerticalMenuVariation["SECONDARY"] = "secondary";
|
|
384
|
+
})(NavigationVerticalMenuVariation || (NavigationVerticalMenuVariation = {}));
|
|
385
|
+
|
|
386
|
+
var NotificationAlertHeadingLevel;
|
|
387
|
+
(function (NotificationAlertHeadingLevel) {
|
|
388
|
+
NotificationAlertHeadingLevel["H1"] = "h1";
|
|
389
|
+
NotificationAlertHeadingLevel["H2"] = "h2";
|
|
390
|
+
NotificationAlertHeadingLevel["H3"] = "h3";
|
|
391
|
+
NotificationAlertHeadingLevel["H4"] = "h4";
|
|
392
|
+
NotificationAlertHeadingLevel["H5"] = "h5";
|
|
393
|
+
NotificationAlertHeadingLevel["H6"] = "h6";
|
|
394
|
+
})(NotificationAlertHeadingLevel || (NotificationAlertHeadingLevel = {}));
|
|
395
|
+
|
|
396
|
+
var NotificationAlertSize;
|
|
397
|
+
(function (NotificationAlertSize) {
|
|
398
|
+
NotificationAlertSize["LARGE"] = "large";
|
|
399
|
+
NotificationAlertSize["MEDIUM"] = "medium";
|
|
400
|
+
NotificationAlertSize["SMALL"] = "small";
|
|
401
|
+
})(NotificationAlertSize || (NotificationAlertSize = {}));
|
|
402
|
+
|
|
403
|
+
var NotificationAlertVariation;
|
|
404
|
+
(function (NotificationAlertVariation) {
|
|
405
|
+
NotificationAlertVariation["INFO"] = "info";
|
|
406
|
+
NotificationAlertVariation["SUCCESS"] = "success";
|
|
407
|
+
NotificationAlertVariation["WARNING"] = "warning";
|
|
408
|
+
NotificationAlertVariation["DANGER"] = "danger";
|
|
409
|
+
})(NotificationAlertVariation || (NotificationAlertVariation = {}));
|
|
410
|
+
|
|
411
|
+
var ErrorPageStatusCodes;
|
|
412
|
+
(function (ErrorPageStatusCodes) {
|
|
413
|
+
ErrorPageStatusCodes["UNAUTHORIZED"] = "401";
|
|
414
|
+
ErrorPageStatusCodes["FORBIDDEN"] = "403";
|
|
415
|
+
ErrorPageStatusCodes["NOT_FOUND"] = "404";
|
|
416
|
+
ErrorPageStatusCodes["GONE"] = "410";
|
|
417
|
+
ErrorPageStatusCodes["INTERNAL_SERVER_ERRROR"] = "500";
|
|
418
|
+
ErrorPageStatusCodes["SERVICE_UNAVAILABLE"] = "503";
|
|
419
|
+
ErrorPageStatusCodes["GATEWAY_TIMEOUT"] = "504";
|
|
420
|
+
ErrorPageStatusCodes["BLOCKED"] = "blocked";
|
|
421
|
+
})(ErrorPageStatusCodes || (ErrorPageStatusCodes = {}));
|
|
422
|
+
|
|
423
|
+
var ProgressIndicatorRole;
|
|
424
|
+
(function (ProgressIndicatorRole) {
|
|
425
|
+
ProgressIndicatorRole["NONE"] = "";
|
|
426
|
+
ProgressIndicatorRole["STATUS"] = "status";
|
|
427
|
+
})(ProgressIndicatorRole || (ProgressIndicatorRole = {}));
|
|
428
|
+
|
|
429
|
+
var ProgressIndicatorVariation;
|
|
430
|
+
(function (ProgressIndicatorVariation) {
|
|
431
|
+
ProgressIndicatorVariation["PRIMARY"] = "primary";
|
|
432
|
+
ProgressIndicatorVariation["SECONDARY"] = "secondary";
|
|
433
|
+
})(ProgressIndicatorVariation || (ProgressIndicatorVariation = {}));
|
|
434
|
+
|
|
435
|
+
var TagMediaIcon;
|
|
436
|
+
(function (TagMediaIcon) {
|
|
437
|
+
TagMediaIcon["NEWS"] = "news";
|
|
438
|
+
TagMediaIcon["PLAYLIST"] = "playlist";
|
|
439
|
+
TagMediaIcon["PODCAST"] = "podcast";
|
|
440
|
+
TagMediaIcon["FILM"] = "film";
|
|
441
|
+
TagMediaIcon["WEBTV"] = "webtv";
|
|
442
|
+
TagMediaIcon["WEBINAR"] = "webinar";
|
|
443
|
+
})(TagMediaIcon || (TagMediaIcon = {}));
|
|
444
|
+
|
|
445
|
+
var ToolsFeedbackHeadingLevel;
|
|
446
|
+
(function (ToolsFeedbackHeadingLevel) {
|
|
447
|
+
ToolsFeedbackHeadingLevel["H1"] = "h1";
|
|
448
|
+
ToolsFeedbackHeadingLevel["H2"] = "h2";
|
|
449
|
+
ToolsFeedbackHeadingLevel["H3"] = "h3";
|
|
450
|
+
ToolsFeedbackHeadingLevel["H4"] = "h4";
|
|
451
|
+
ToolsFeedbackHeadingLevel["H5"] = "h5";
|
|
452
|
+
ToolsFeedbackHeadingLevel["H6"] = "h6";
|
|
453
|
+
})(ToolsFeedbackHeadingLevel || (ToolsFeedbackHeadingLevel = {}));
|
|
454
|
+
|
|
455
|
+
var ToolsFeedbackType;
|
|
456
|
+
(function (ToolsFeedbackType) {
|
|
457
|
+
ToolsFeedbackType["FULLWIDTH"] = "fullwidth";
|
|
458
|
+
ToolsFeedbackType["GRID"] = "grid";
|
|
459
|
+
})(ToolsFeedbackType || (ToolsFeedbackType = {}));
|
|
460
|
+
|
|
461
|
+
var FeedbackVariation;
|
|
462
|
+
(function (FeedbackVariation) {
|
|
463
|
+
FeedbackVariation["PRIMARY"] = "primary";
|
|
464
|
+
FeedbackVariation["SECONDARY"] = "secondary";
|
|
465
|
+
})(FeedbackVariation || (FeedbackVariation = {}));
|
|
466
|
+
|
|
467
|
+
var ToolsThemeProviderBrandEnum;
|
|
468
|
+
(function (ToolsThemeProviderBrandEnum) {
|
|
469
|
+
ToolsThemeProviderBrandEnum["AF25"] = "AF25";
|
|
470
|
+
ToolsThemeProviderBrandEnum["AF18"] = "AF18";
|
|
471
|
+
})(ToolsThemeProviderBrandEnum || (ToolsThemeProviderBrandEnum = {}));
|
|
472
|
+
|
|
473
|
+
var ToolsThemeProviderThemeEnum;
|
|
474
|
+
(function (ToolsThemeProviderThemeEnum) {
|
|
475
|
+
ToolsThemeProviderThemeEnum["LIGHT"] = "light";
|
|
476
|
+
ToolsThemeProviderThemeEnum["DARK"] = "dark";
|
|
477
|
+
})(ToolsThemeProviderThemeEnum || (ToolsThemeProviderThemeEnum = {}));
|
|
478
|
+
|
|
479
|
+
var TypographyHeadingJumboLevel;
|
|
480
|
+
(function (TypographyHeadingJumboLevel) {
|
|
481
|
+
TypographyHeadingJumboLevel["H1"] = "h1";
|
|
482
|
+
TypographyHeadingJumboLevel["H2"] = "h2";
|
|
483
|
+
TypographyHeadingJumboLevel["H3"] = "h3";
|
|
484
|
+
TypographyHeadingJumboLevel["H4"] = "h4";
|
|
485
|
+
TypographyHeadingJumboLevel["H5"] = "h5";
|
|
486
|
+
TypographyHeadingJumboLevel["H6"] = "h6";
|
|
487
|
+
})(TypographyHeadingJumboLevel || (TypographyHeadingJumboLevel = {}));
|
|
488
|
+
|
|
489
|
+
var TypographyHeadingJumboVariation;
|
|
490
|
+
(function (TypographyHeadingJumboVariation) {
|
|
491
|
+
TypographyHeadingJumboVariation["PRIMARY"] = "primary";
|
|
492
|
+
TypographyHeadingJumboVariation["SECONDARY"] = "secondary";
|
|
493
|
+
})(TypographyHeadingJumboVariation || (TypographyHeadingJumboVariation = {}));
|
|
494
|
+
|
|
495
|
+
var TypographyVariation;
|
|
496
|
+
(function (TypographyVariation) {
|
|
497
|
+
TypographyVariation["SMALL"] = "small";
|
|
498
|
+
TypographyVariation["LARGE"] = "large";
|
|
499
|
+
})(TypographyVariation || (TypographyVariation = {}));
|
|
500
|
+
|
|
501
|
+
export { NotificationAlertSize as $, InfoCardMultiHeadingLevel as A, BadgeNotificationType as B, CalendarDatepickerValidation as C, DialogHeadingLevel as D, ExpandableFaqItemHeadingLevel as E, FooterCardVariation as F, InfoCardMultiType as G, HeaderCenterContentWidth as H, InfoCardMultiContainerHeadingLevel as I, InfoCardMultiVariation as J, InfoCardBorderPosition as K, InfoCardHeadingLevel as L, InfoCardSize as M, InfoCardType as N, InfoCardVariation as O, LayoutBlockContainer as P, LayoutColumnsGap as Q, LayoutColumnsElement as R, LayoutColumnsVariation as S, TitleLogoVariation as T, LayoutContainerVariation as U, LayoutContainerMaxWidth as V, LinkButtonVariation as W, LogoColor as X, NavigationVerticalMenuActiveIndicatorSize as Y, NavigationVerticalMenuVariation as Z, NotificationAlertHeadingLevel as _, CodeBlockLanguage as a, NotificationAlertVariation as a0, ErrorPageStatusCodes as a1, ProgressIndicatorRole as a2, ProgressIndicatorVariation as a3, TagMediaIcon as a4, ToolsFeedbackHeadingLevel as a5, ToolsFeedbackType as a6, FeedbackVariation as a7, ToolsThemeProviderBrandEnum as a8, ToolsThemeProviderThemeEnum as a9, TypographyHeadingJumboLevel as aa, TypographyHeadingJumboVariation as ab, TypographyVariation as ac, DialogSize as b, DialogVariation as c, ExpandableFaqItemVariation as d, FooterVariation as e, FormCheckboxLayout as f, FormCheckboxValidation as g, FormCheckboxVariation as h, FormErrorListHeadingLevel as i, FormFileUploadHeadingLevel as j, FormFileUploadValidation as k, FormFileUploadVariation as l, FormInputMode as m, FormInputValidation as n, FormInputVariation as o, FormFieldsetValidation as p, FormRadiobuttonLayout as q, FormRadiobuttonValidation as r, FormRadiobuttonVariation as s, FormReceiptHeadingLevel as t, FormReceiptType as u, FormReceiptVariation as v, FormSelectFilterValidation as w, FormSelectValidation as x, FormSelectVariation as y, FormValidationMessageVariation as z };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ToolsThemeProviderBrandEnum } from './tools-theme-provider.brand.enum';
|
|
2
|
+
import { ToolsThemeProviderThemeEnum } from './tools-theme-provider.theme.enum';
|
|
2
3
|
/**
|
|
3
4
|
* @slot default - Kan innehålla vad som helst
|
|
4
5
|
* @swedishName Temaväljare
|
|
@@ -9,9 +10,17 @@ export declare class ToolsThemeProvider {
|
|
|
9
10
|
* @en Change theme for underlying components
|
|
10
11
|
*/
|
|
11
12
|
afBrand: ToolsThemeProviderBrandEnum;
|
|
13
|
+
/**
|
|
14
|
+
* Ändrar tema på underliggande komponenter
|
|
15
|
+
* @en Change theme for underlying components
|
|
16
|
+
*/
|
|
17
|
+
afTheme?: ToolsThemeProviderThemeEnum;
|
|
18
|
+
private get fallbackTheme();
|
|
12
19
|
get cssModifiers(): {
|
|
13
20
|
'digi-tools-theme-provider--af25': boolean;
|
|
14
21
|
'digi-tools-theme-provider--af18': boolean;
|
|
22
|
+
'digi-tools-theme-provider--light': boolean;
|
|
23
|
+
'digi-tools-theme-provider--dark': boolean;
|
|
15
24
|
};
|
|
16
25
|
render(): any;
|
|
17
26
|
}
|
|
@@ -130,6 +130,7 @@ import { FeedbackRatingVariation } from "./components/_tools/tools-feedback-rati
|
|
|
130
130
|
import { FeedbackRatingType } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-type.enum";
|
|
131
131
|
import { FeedbackRatingHeadingLevel } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-heading-level.enum";
|
|
132
132
|
import { ToolsThemeProviderBrandEnum } from "./components/_tools/tools-theme-provider/tools-theme-provider.brand.enum";
|
|
133
|
+
import { ToolsThemeProviderThemeEnum } from "./components/_tools/tools-theme-provider/tools-theme-provider.theme.enum";
|
|
133
134
|
import { TypographyHeadingJumboVariation } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum";
|
|
134
135
|
import { TypographyHeadingJumboLevel } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum";
|
|
135
136
|
import { TypographyMetaVariation } from "./components/_typography/typography-meta/typography-meta-variation.enum";
|
|
@@ -259,6 +260,7 @@ export { FeedbackRatingVariation } from "./components/_tools/tools-feedback-rati
|
|
|
259
260
|
export { FeedbackRatingType } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-type.enum";
|
|
260
261
|
export { FeedbackRatingHeadingLevel } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-heading-level.enum";
|
|
261
262
|
export { ToolsThemeProviderBrandEnum } from "./components/_tools/tools-theme-provider/tools-theme-provider.brand.enum";
|
|
263
|
+
export { ToolsThemeProviderThemeEnum } from "./components/_tools/tools-theme-provider/tools-theme-provider.theme.enum";
|
|
262
264
|
export { TypographyHeadingJumboVariation } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum";
|
|
263
265
|
export { TypographyHeadingJumboLevel } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum";
|
|
264
266
|
export { TypographyMetaVariation } from "./components/_typography/typography-meta/typography-meta-variation.enum";
|
|
@@ -8233,6 +8235,11 @@ export namespace Components {
|
|
|
8233
8235
|
* @en Change theme for underlying components
|
|
8234
8236
|
*/
|
|
8235
8237
|
"afBrand": ToolsThemeProviderBrandEnum;
|
|
8238
|
+
/**
|
|
8239
|
+
* Ändrar tema på underliggande komponenter
|
|
8240
|
+
* @en Change theme for underlying components
|
|
8241
|
+
*/
|
|
8242
|
+
"afTheme"?: ToolsThemeProviderThemeEnum;
|
|
8236
8243
|
}
|
|
8237
8244
|
/**
|
|
8238
8245
|
* @enums TypographyVariation - typography-variation.enum.ts
|
|
@@ -20133,6 +20140,11 @@ declare namespace LocalJSX {
|
|
|
20133
20140
|
* @en Change theme for underlying components
|
|
20134
20141
|
*/
|
|
20135
20142
|
"afBrand"?: ToolsThemeProviderBrandEnum;
|
|
20143
|
+
/**
|
|
20144
|
+
* Ändrar tema på underliggande komponenter
|
|
20145
|
+
* @en Change theme for underlying components
|
|
20146
|
+
*/
|
|
20147
|
+
"afTheme"?: ToolsThemeProviderThemeEnum;
|
|
20136
20148
|
}
|
|
20137
20149
|
/**
|
|
20138
20150
|
* @enums TypographyVariation - typography-variation.enum.ts
|
package/dist/types/enums.d.ts
CHANGED
|
@@ -118,6 +118,7 @@ export * from './components/_tools/tools-feedback/tools-feedback-heading-level.e
|
|
|
118
118
|
export * from './components/_tools/tools-feedback/tools-feedback-type.enum';
|
|
119
119
|
export * from './components/_tools/tools-feedback/tools-feedback-variation.enum';
|
|
120
120
|
export * from './components/_tools/tools-theme-provider/tools-theme-provider.brand.enum';
|
|
121
|
+
export * from './components/_tools/tools-theme-provider/tools-theme-provider.theme.enum';
|
|
121
122
|
export * from './components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum';
|
|
122
123
|
export * from './components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum';
|
|
123
124
|
export * from './components/_typography/typography-meta/typography-meta-variation.enum';
|