@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
|
@@ -1,271 +0,0 @@
|
|
|
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 FooterCardVariation;
|
|
53
|
-
(function (FooterCardVariation) {
|
|
54
|
-
FooterCardVariation["NONE"] = "none";
|
|
55
|
-
FooterCardVariation["ICON"] = "icon";
|
|
56
|
-
FooterCardVariation["BORDER"] = "border";
|
|
57
|
-
})(FooterCardVariation || (FooterCardVariation = {}));
|
|
58
|
-
|
|
59
|
-
var FooterVariation;
|
|
60
|
-
(function (FooterVariation) {
|
|
61
|
-
FooterVariation["LARGE"] = "large";
|
|
62
|
-
FooterVariation["SMALL"] = "small";
|
|
63
|
-
})(FooterVariation || (FooterVariation = {}));
|
|
64
|
-
|
|
65
|
-
var FormErrorListHeadingLevel;
|
|
66
|
-
(function (FormErrorListHeadingLevel) {
|
|
67
|
-
FormErrorListHeadingLevel["H1"] = "h1";
|
|
68
|
-
FormErrorListHeadingLevel["H2"] = "h2";
|
|
69
|
-
FormErrorListHeadingLevel["H3"] = "h3";
|
|
70
|
-
FormErrorListHeadingLevel["H4"] = "h4";
|
|
71
|
-
FormErrorListHeadingLevel["H5"] = "h5";
|
|
72
|
-
FormErrorListHeadingLevel["H6"] = "h6";
|
|
73
|
-
})(FormErrorListHeadingLevel || (FormErrorListHeadingLevel = {}));
|
|
74
|
-
|
|
75
|
-
var FormFieldsetValidation;
|
|
76
|
-
(function (FormFieldsetValidation) {
|
|
77
|
-
FormFieldsetValidation["SUCCESS"] = "success";
|
|
78
|
-
FormFieldsetValidation["ERROR"] = "error";
|
|
79
|
-
FormFieldsetValidation["WARNING"] = "warning";
|
|
80
|
-
FormFieldsetValidation["NEUTRAL"] = "neutral";
|
|
81
|
-
})(FormFieldsetValidation || (FormFieldsetValidation = {}));
|
|
82
|
-
|
|
83
|
-
var FormRadiobuttonLayout;
|
|
84
|
-
(function (FormRadiobuttonLayout) {
|
|
85
|
-
FormRadiobuttonLayout["INLINE"] = "inline";
|
|
86
|
-
FormRadiobuttonLayout["BLOCK"] = "block";
|
|
87
|
-
})(FormRadiobuttonLayout || (FormRadiobuttonLayout = {}));
|
|
88
|
-
|
|
89
|
-
var FormRadiobuttonValidation;
|
|
90
|
-
(function (FormRadiobuttonValidation) {
|
|
91
|
-
FormRadiobuttonValidation["ERROR"] = "error";
|
|
92
|
-
})(FormRadiobuttonValidation || (FormRadiobuttonValidation = {}));
|
|
93
|
-
|
|
94
|
-
var FormRadiobuttonVariation;
|
|
95
|
-
(function (FormRadiobuttonVariation) {
|
|
96
|
-
FormRadiobuttonVariation["PRIMARY"] = "primary";
|
|
97
|
-
FormRadiobuttonVariation["SECONDARY"] = "secondary";
|
|
98
|
-
})(FormRadiobuttonVariation || (FormRadiobuttonVariation = {}));
|
|
99
|
-
|
|
100
|
-
var FormReceiptHeadingLevel;
|
|
101
|
-
(function (FormReceiptHeadingLevel) {
|
|
102
|
-
FormReceiptHeadingLevel["H1"] = "h1";
|
|
103
|
-
FormReceiptHeadingLevel["H2"] = "h2";
|
|
104
|
-
FormReceiptHeadingLevel["H3"] = "h3";
|
|
105
|
-
FormReceiptHeadingLevel["H4"] = "h4";
|
|
106
|
-
FormReceiptHeadingLevel["H5"] = "h5";
|
|
107
|
-
FormReceiptHeadingLevel["H6"] = "h6";
|
|
108
|
-
})(FormReceiptHeadingLevel || (FormReceiptHeadingLevel = {}));
|
|
109
|
-
|
|
110
|
-
var FormReceiptType;
|
|
111
|
-
(function (FormReceiptType) {
|
|
112
|
-
FormReceiptType["CENTER"] = "center";
|
|
113
|
-
FormReceiptType["START"] = "start";
|
|
114
|
-
})(FormReceiptType || (FormReceiptType = {}));
|
|
115
|
-
|
|
116
|
-
var FormReceiptVariation;
|
|
117
|
-
(function (FormReceiptVariation) {
|
|
118
|
-
FormReceiptVariation["FULLWIDTH"] = "fullwidth";
|
|
119
|
-
FormReceiptVariation["GRID"] = "grid";
|
|
120
|
-
})(FormReceiptVariation || (FormReceiptVariation = {}));
|
|
121
|
-
|
|
122
|
-
var FormSelectFilterValidation;
|
|
123
|
-
(function (FormSelectFilterValidation) {
|
|
124
|
-
FormSelectFilterValidation["SUCCESS"] = "success";
|
|
125
|
-
FormSelectFilterValidation["ERROR"] = "error";
|
|
126
|
-
FormSelectFilterValidation["WARNING"] = "warning";
|
|
127
|
-
FormSelectFilterValidation["NEUTRAL"] = "neutral";
|
|
128
|
-
})(FormSelectFilterValidation || (FormSelectFilterValidation = {}));
|
|
129
|
-
|
|
130
|
-
var HeaderCenterContentWidth;
|
|
131
|
-
(function (HeaderCenterContentWidth) {
|
|
132
|
-
HeaderCenterContentWidth["DEFAULT"] = "none";
|
|
133
|
-
HeaderCenterContentWidth["WIDTH_1200"] = "1200";
|
|
134
|
-
HeaderCenterContentWidth["WIDTH_1400"] = "1400";
|
|
135
|
-
})(HeaderCenterContentWidth || (HeaderCenterContentWidth = {}));
|
|
136
|
-
|
|
137
|
-
var TitleLogoVariation;
|
|
138
|
-
(function (TitleLogoVariation) {
|
|
139
|
-
TitleLogoVariation["MOBILE"] = "mobile";
|
|
140
|
-
TitleLogoVariation["ONE_ROW"] = "one-row";
|
|
141
|
-
TitleLogoVariation["TWO_ROWS"] = "two-rows";
|
|
142
|
-
})(TitleLogoVariation || (TitleLogoVariation = {}));
|
|
143
|
-
|
|
144
|
-
var InfoCardMultiContainerHeadingLevel;
|
|
145
|
-
(function (InfoCardMultiContainerHeadingLevel) {
|
|
146
|
-
InfoCardMultiContainerHeadingLevel["H1"] = "h1";
|
|
147
|
-
InfoCardMultiContainerHeadingLevel["H2"] = "h2";
|
|
148
|
-
InfoCardMultiContainerHeadingLevel["H3"] = "h3";
|
|
149
|
-
InfoCardMultiContainerHeadingLevel["H4"] = "h4";
|
|
150
|
-
InfoCardMultiContainerHeadingLevel["H5"] = "h5";
|
|
151
|
-
InfoCardMultiContainerHeadingLevel["H6"] = "h6";
|
|
152
|
-
})(InfoCardMultiContainerHeadingLevel || (InfoCardMultiContainerHeadingLevel = {}));
|
|
153
|
-
|
|
154
|
-
var InfoCardMultiHeadingLevel;
|
|
155
|
-
(function (InfoCardMultiHeadingLevel) {
|
|
156
|
-
InfoCardMultiHeadingLevel["H1"] = "h1";
|
|
157
|
-
InfoCardMultiHeadingLevel["H2"] = "h2";
|
|
158
|
-
InfoCardMultiHeadingLevel["H3"] = "h3";
|
|
159
|
-
InfoCardMultiHeadingLevel["H4"] = "h4";
|
|
160
|
-
InfoCardMultiHeadingLevel["H5"] = "h5";
|
|
161
|
-
InfoCardMultiHeadingLevel["H6"] = "h6";
|
|
162
|
-
})(InfoCardMultiHeadingLevel || (InfoCardMultiHeadingLevel = {}));
|
|
163
|
-
|
|
164
|
-
var InfoCardMultiVariation;
|
|
165
|
-
(function (InfoCardMultiVariation) {
|
|
166
|
-
InfoCardMultiVariation["PRIMARY"] = "primary";
|
|
167
|
-
InfoCardMultiVariation["SECONDARY"] = "secondary";
|
|
168
|
-
})(InfoCardMultiVariation || (InfoCardMultiVariation = {}));
|
|
169
|
-
|
|
170
|
-
var InfoCardHeadingLevel;
|
|
171
|
-
(function (InfoCardHeadingLevel) {
|
|
172
|
-
InfoCardHeadingLevel["H1"] = "h1";
|
|
173
|
-
InfoCardHeadingLevel["H2"] = "h2";
|
|
174
|
-
InfoCardHeadingLevel["H3"] = "h3";
|
|
175
|
-
InfoCardHeadingLevel["H4"] = "h4";
|
|
176
|
-
InfoCardHeadingLevel["H5"] = "h5";
|
|
177
|
-
InfoCardHeadingLevel["H6"] = "h6";
|
|
178
|
-
})(InfoCardHeadingLevel || (InfoCardHeadingLevel = {}));
|
|
179
|
-
|
|
180
|
-
var LayoutBlockContainer;
|
|
181
|
-
(function (LayoutBlockContainer) {
|
|
182
|
-
LayoutBlockContainer["STATIC"] = "static";
|
|
183
|
-
LayoutBlockContainer["FLUID"] = "fluid";
|
|
184
|
-
LayoutBlockContainer["NONE"] = "none";
|
|
185
|
-
})(LayoutBlockContainer || (LayoutBlockContainer = {}));
|
|
186
|
-
|
|
187
|
-
var LayoutContainerVariation;
|
|
188
|
-
(function (LayoutContainerVariation) {
|
|
189
|
-
LayoutContainerVariation["STATIC"] = "static";
|
|
190
|
-
LayoutContainerVariation["FLUID"] = "fluid";
|
|
191
|
-
LayoutContainerVariation["NONE"] = "none";
|
|
192
|
-
})(LayoutContainerVariation || (LayoutContainerVariation = {}));
|
|
193
|
-
|
|
194
|
-
var LayoutContainerMaxWidth;
|
|
195
|
-
(function (LayoutContainerMaxWidth) {
|
|
196
|
-
LayoutContainerMaxWidth["WIDTH_1200"] = "1200";
|
|
197
|
-
LayoutContainerMaxWidth["WIDTH_1400"] = "1400";
|
|
198
|
-
})(LayoutContainerMaxWidth || (LayoutContainerMaxWidth = {}));
|
|
199
|
-
|
|
200
|
-
var LogoColor;
|
|
201
|
-
(function (LogoColor) {
|
|
202
|
-
LogoColor["PRIMARY"] = "primary";
|
|
203
|
-
LogoColor["SECONDARY"] = "secondary";
|
|
204
|
-
})(LogoColor || (LogoColor = {}));
|
|
205
|
-
|
|
206
|
-
var NotificationAlertHeadingLevel;
|
|
207
|
-
(function (NotificationAlertHeadingLevel) {
|
|
208
|
-
NotificationAlertHeadingLevel["H1"] = "h1";
|
|
209
|
-
NotificationAlertHeadingLevel["H2"] = "h2";
|
|
210
|
-
NotificationAlertHeadingLevel["H3"] = "h3";
|
|
211
|
-
NotificationAlertHeadingLevel["H4"] = "h4";
|
|
212
|
-
NotificationAlertHeadingLevel["H5"] = "h5";
|
|
213
|
-
NotificationAlertHeadingLevel["H6"] = "h6";
|
|
214
|
-
})(NotificationAlertHeadingLevel || (NotificationAlertHeadingLevel = {}));
|
|
215
|
-
|
|
216
|
-
var NotificationAlertSize;
|
|
217
|
-
(function (NotificationAlertSize) {
|
|
218
|
-
NotificationAlertSize["LARGE"] = "large";
|
|
219
|
-
NotificationAlertSize["MEDIUM"] = "medium";
|
|
220
|
-
NotificationAlertSize["SMALL"] = "small";
|
|
221
|
-
})(NotificationAlertSize || (NotificationAlertSize = {}));
|
|
222
|
-
|
|
223
|
-
var NotificationAlertVariation;
|
|
224
|
-
(function (NotificationAlertVariation) {
|
|
225
|
-
NotificationAlertVariation["INFO"] = "info";
|
|
226
|
-
NotificationAlertVariation["SUCCESS"] = "success";
|
|
227
|
-
NotificationAlertVariation["WARNING"] = "warning";
|
|
228
|
-
NotificationAlertVariation["DANGER"] = "danger";
|
|
229
|
-
})(NotificationAlertVariation || (NotificationAlertVariation = {}));
|
|
230
|
-
|
|
231
|
-
var ErrorPageStatusCodes;
|
|
232
|
-
(function (ErrorPageStatusCodes) {
|
|
233
|
-
ErrorPageStatusCodes["UNAUTHORIZED"] = "401";
|
|
234
|
-
ErrorPageStatusCodes["FORBIDDEN"] = "403";
|
|
235
|
-
ErrorPageStatusCodes["NOT_FOUND"] = "404";
|
|
236
|
-
ErrorPageStatusCodes["GONE"] = "410";
|
|
237
|
-
ErrorPageStatusCodes["INTERNAL_SERVER_ERRROR"] = "500";
|
|
238
|
-
ErrorPageStatusCodes["SERVICE_UNAVAILABLE"] = "503";
|
|
239
|
-
ErrorPageStatusCodes["GATEWAY_TIMEOUT"] = "504";
|
|
240
|
-
ErrorPageStatusCodes["BLOCKED"] = "blocked";
|
|
241
|
-
})(ErrorPageStatusCodes || (ErrorPageStatusCodes = {}));
|
|
242
|
-
|
|
243
|
-
var ToolsFeedbackHeadingLevel;
|
|
244
|
-
(function (ToolsFeedbackHeadingLevel) {
|
|
245
|
-
ToolsFeedbackHeadingLevel["H1"] = "h1";
|
|
246
|
-
ToolsFeedbackHeadingLevel["H2"] = "h2";
|
|
247
|
-
ToolsFeedbackHeadingLevel["H3"] = "h3";
|
|
248
|
-
ToolsFeedbackHeadingLevel["H4"] = "h4";
|
|
249
|
-
ToolsFeedbackHeadingLevel["H5"] = "h5";
|
|
250
|
-
ToolsFeedbackHeadingLevel["H6"] = "h6";
|
|
251
|
-
})(ToolsFeedbackHeadingLevel || (ToolsFeedbackHeadingLevel = {}));
|
|
252
|
-
|
|
253
|
-
var ToolsFeedbackType;
|
|
254
|
-
(function (ToolsFeedbackType) {
|
|
255
|
-
ToolsFeedbackType["FULLWIDTH"] = "fullwidth";
|
|
256
|
-
ToolsFeedbackType["GRID"] = "grid";
|
|
257
|
-
})(ToolsFeedbackType || (ToolsFeedbackType = {}));
|
|
258
|
-
|
|
259
|
-
var FeedbackVariation;
|
|
260
|
-
(function (FeedbackVariation) {
|
|
261
|
-
FeedbackVariation["PRIMARY"] = "primary";
|
|
262
|
-
FeedbackVariation["SECONDARY"] = "secondary";
|
|
263
|
-
})(FeedbackVariation || (FeedbackVariation = {}));
|
|
264
|
-
|
|
265
|
-
var TypographyVariation;
|
|
266
|
-
(function (TypographyVariation) {
|
|
267
|
-
TypographyVariation["SMALL"] = "small";
|
|
268
|
-
TypographyVariation["LARGE"] = "large";
|
|
269
|
-
})(TypographyVariation || (TypographyVariation = {}));
|
|
270
|
-
|
|
271
|
-
export { BadgeNotificationType as B, CalendarDatepickerValidation as C, DialogHeadingLevel as D, ErrorPageStatusCodes as E, FooterCardVariation as F, HeaderCenterContentWidth as H, InfoCardMultiContainerHeadingLevel as I, LayoutBlockContainer as L, NotificationAlertHeadingLevel as N, TitleLogoVariation as T, CodeBlockLanguage as a, DialogSize as b, DialogVariation as c, FooterVariation as d, FormErrorListHeadingLevel as e, FormFieldsetValidation as f, FormRadiobuttonLayout as g, FormRadiobuttonValidation as h, FormRadiobuttonVariation as i, FormReceiptHeadingLevel as j, FormReceiptType as k, FormReceiptVariation as l, FormSelectFilterValidation as m, InfoCardMultiHeadingLevel as n, InfoCardMultiVariation as o, InfoCardHeadingLevel as p, LayoutContainerVariation as q, LayoutContainerMaxWidth as r, LogoColor as s, NotificationAlertSize as t, NotificationAlertVariation as u, ToolsFeedbackHeadingLevel as v, ToolsFeedbackType as w, FeedbackVariation as x, TypographyVariation as y };
|