@designsystem-se/af 38.0.1-beta.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 +1 -1
- package/components/digi-button.js +1 -1
- package/components/digi-calendar-datepicker.js +4 -4
- package/components/digi-calendar-week-view.js +1 -1
- package/components/digi-calendar.js +1 -1
- package/components/digi-chart-line.js +1 -1
- package/components/digi-code-block.js +1 -1
- package/components/digi-code-example.js +3 -3
- package/components/digi-context-menu.js +2 -2
- package/components/digi-dialog.js +3 -3
- package/components/digi-expandable-faq-item.js +1 -1
- package/components/digi-footer.js +1 -1
- package/components/digi-form-category-filter.js +1 -1
- package/components/digi-form-checkbox.js +1 -1
- package/components/digi-form-error-list.js +3 -3
- package/components/digi-form-file-upload.js +1 -1
- package/components/digi-form-filter.js +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-info-card-multi.js +1 -1
- package/components/digi-info-card.js +2 -2
- package/components/digi-link-internal.js +1 -1
- package/components/digi-navigation-pagination.js +2 -2
- package/components/digi-navigation-sidebar-button.js +1 -1
- package/components/digi-navigation-sidebar.js +1 -1
- package/components/digi-navigation-vertical-menu-item.js +1 -1
- package/components/digi-notification-alert.js +1 -1
- package/components/digi-notification-error-page.js +1 -1
- package/components/digi-progress-indicator.js +1 -1
- package/components/digi-quote.js +1 -1
- package/components/digi-tag.js +1 -1
- package/components/digi-title-logo.js +1 -1
- package/components/digi-tools-feedback.js +3 -3
- package/components/digi-tools-theme-provider.js +18 -5
- package/components/index.js +1 -1
- package/components/p-1af1c5ea.js +165 -0
- package/components/{p-195ca01d.js → p-4dc6d374.js} +2 -2
- package/components/{p-4d2d082d.js → p-74c7dd5f.js} +2 -2
- 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-9df35672.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_3.cjs.entry.js → digi-code-block_2.cjs.entry.js} +2 -133
- package/dist/cjs/digi-code-example.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-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 +10 -10
- package/dist/collection/components/_calendar/calendar/calendar.css +7 -2
- package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +411 -106
- package/dist/collection/components/_code/code-example/code-example.css +6 -0
- package/dist/collection/components/_dialog/dialog/dialog.css +1 -1
- package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.css +2 -2
- package/dist/collection/components/_form/form-checkbox/form-checkbox.css +411 -106
- 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 +410 -105
- package/dist/collection/components/_info-card/info-card/info-card.css +2 -2
- package/dist/collection/components/_info-card/info-card-multi/info-card-multi.css +1 -1
- package/dist/collection/components/_link/link-internal/link-internal.css +410 -105
- 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 +4 -3
- package/dist/collection/components/_quote/quote/quote.css +2 -2
- package/dist/collection/components/_tools/tools-feedback/tools-feedback.css +1 -1
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.css +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/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-9062da9b.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-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-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-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_3.entry.js → digi-code-block_2.entry.js} +4 -134
- package/dist/esm/digi-code-example.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-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 +44 -25
- package/hydrate/index.mjs +44 -25
- package/package.json +1 -1
- package/components/p-4bad4fb0.js +0 -7
- package/components/p-57a1c472.js +0 -177
- package/components/p-70fad0ea.js +0 -165
- package/components/p-ab07faba.js +0 -66
- 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-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-398d0f60.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3b20ec86.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3c9195db.entry.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-50b32151.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-51149879.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-54b6eb3f.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-6fb0f1a4.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-70da2307.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-9a456d55.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-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-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-d71c33d8.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-context-menu.entry.js +0 -236
- package/dist/esm/digi-expandable-faq-item.entry.js +0 -93
- package/dist/esm/digi-form-category-filter.entry.js +0 -117
- package/dist/esm/digi-form-checkbox.entry.js +0 -135
- package/dist/esm/digi-form-file-upload.entry.js +0 -585
- package/dist/esm/digi-form-filter.entry.js +0 -244
- package/dist/esm/digi-form-input.entry.js +0 -190
- package/dist/esm/digi-form-label_3.entry.js +0 -123
- package/dist/esm/digi-form-select-filter.entry.js +0 -559
- package/dist/esm/digi-form-select_2.entry.js +0 -181
- package/dist/esm/digi-icon-check-circle-solid_4.entry.js +0 -92
- package/dist/esm/digi-icon-check.entry.js +0 -26
- package/dist/esm/digi-icon-chevron-down.entry.js +0 -26
- package/dist/esm/digi-icon-chevron-left_2.entry.js +0 -48
- package/dist/esm/digi-icon-copy.entry.js +0 -26
- package/dist/esm/digi-icon-list-ul_6.entry.js +0 -136
- package/dist/esm/digi-icon-minus_2.entry.js +0 -48
- package/dist/esm/digi-icon-notification-error_4.entry.js +0 -92
- package/dist/esm/digi-icon-spinner.entry.js +0 -27
- package/dist/esm/digi-icon-validation-error_2.entry.js +0 -48
- package/dist/esm/digi-info-card-multi-container.entry.js +0 -18
- package/dist/esm/digi-info-card-multi.entry.js +0 -54
- package/dist/esm/digi-info-card.entry.js +0 -75
- package/dist/esm/digi-layout-columns.entry.js +0 -29
- package/dist/esm/digi-link-button.entry.js +0 -62
- package/dist/esm/digi-link-external.entry.js +0 -32
- package/dist/esm/digi-link-internal.entry.js +0 -33
- package/dist/esm/digi-navigation-vertical-menu-item.entry.js +0 -146
- package/dist/esm/digi-navigation-vertical-menu.entry.js +0 -173
- package/dist/esm/digi-notification-alert.entry.js +0 -107
- package/dist/esm/digi-progress-indicator.entry.js +0 -133
- package/dist/esm/digi-tag-media.entry.js +0 -43
- package/dist/esm/digi-tools-theme-provider.entry.js +0 -24
- package/dist/esm/digi-typography-heading-jumbo.entry.js +0 -34
- package/dist/esm/digi-typography-preamble.entry.js +0 -16
- package/dist/esm/digi-util-mutation-observer.entry.js +0 -60
- package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +0 -18
- package/dist/esm/form-checkbox-variation.enum-83e906fc.js +0 -19
- package/dist/esm/form-file-upload-variation.enum-9c49ec5e.js +0 -24
- package/dist/esm/form-input-search-variation.enum-6d8dc10a.js +0 -15
- package/dist/esm/form-input-variation.enum-64d9450f.js +0 -29
- package/dist/esm/form-select-variation.enum-f2f6098d.js +0 -16
- package/dist/esm/form-validation-message-variation.enum-bcef8a9d.js +0 -8
- package/dist/esm/index-5b6c95c6.js +0 -63
- package/dist/esm/index-8685f88d.js +0 -170
- package/dist/esm/info-card-multi-type.enum-07ee124f.js +0 -8
- package/dist/esm/info-card-variation.enum-2ccc52c1.js +0 -24
- package/dist/esm/layout-columns-variation.enum-34f7754e.js +0 -23
- package/dist/esm/link-button-variation.enum-84d4976f.js +0 -9
- package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +0 -13
- package/dist/esm/progress-indicator-variation.enum-b12ba50a.js +0 -13
- package/dist/esm/tag-media-icon.enum-fefa191c.js +0 -11
- package/dist/esm/tools-theme-provider.brand.enum-8c5a98c9.js +0 -7
- package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +0 -17
- package/dist/esm/typography-variation.enum-c85d7857.js +0 -271
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -3,48 +3,32 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const badgeNotificationShape_enum = require('./badge-notification-shape.enum-ff802554.js');
|
|
6
|
-
const typographyVariation_enum = require('./typography-variation.enum-
|
|
6
|
+
const typographyVariation_enum = require('./typography-variation.enum-ad1b2403.js');
|
|
7
7
|
const badgeStatusVariation_enum = require('./badge-status-variation.enum-0a5adc21.js');
|
|
8
8
|
const codeExampleVariation_enum = require('./code-example-variation.enum-1611825e.js');
|
|
9
|
-
const
|
|
9
|
+
const formInputType_enum = require('./form-input-type.enum-1fb2180a.js');
|
|
10
10
|
const buttonVariation_enum = require('./button-variation.enum-bc521499.js');
|
|
11
11
|
const calendarWeekViewHeadingLevel_enum = require('./calendar-week-view-heading-level.enum-fd0c841b.js');
|
|
12
12
|
const barChartVariation_enum = require('./bar-chart-variation.enum-a4e866b6.js');
|
|
13
13
|
const codeVariation_enum = require('./code-variation.enum-c4a4e6fd.js');
|
|
14
14
|
const expandableAccordionHeaderLevel_enum = require('./expandable-accordion-header-level.enum-45483252.js');
|
|
15
|
-
const expandableFaqItemVariation_enum = require('./expandable-faq-item-variation.enum-89427195.js');
|
|
16
15
|
const expandableFaqVariation_enum = require('./expandable-faq-variation.enum-af923f49.js');
|
|
17
|
-
const formCheckboxVariation_enum = require('./form-checkbox-variation.enum-d2ca879e.js');
|
|
18
|
-
const formFileUploadVariation_enum = require('./form-file-upload-variation.enum-634cfae8.js');
|
|
19
|
-
const formInputType_enum = require('./form-input-type.enum-9c8ee12a.js');
|
|
20
|
-
const formInputVariation_enum = require('./form-input-variation.enum-c750520c.js');
|
|
21
16
|
const formRadiogroupValidation_enum = require('./form-radiogroup-validation.enum-03a17d4d.js');
|
|
22
|
-
const formSelectVariation_enum = require('./form-select-variation.enum-528c1bf0.js');
|
|
23
17
|
const formTextareaVariation_enum = require('./form-textarea-variation.enum-9c90d40f.js');
|
|
24
|
-
const formValidationMessageVariation_enum = require('./form-validation-message-variation.enum-855ae0be.js');
|
|
25
|
-
const infoCardMultiType_enum = require('./info-card-multi-type.enum-14746572.js');
|
|
26
|
-
const infoCardVariation_enum = require('./info-card-variation.enum-64cef637.js');
|
|
27
18
|
const layoutBlockVariation_enum = require('./layout-block-variation.enum-f6102119.js');
|
|
28
|
-
const layoutColumnsVariation_enum = require('./layout-columns-variation.enum-65675649.js');
|
|
29
|
-
const linkButtonVariation_enum = require('./link-button-variation.enum-137785e3.js');
|
|
30
19
|
const listType_enum = require('./list-type.enum-aea4d012.js');
|
|
31
20
|
const loaderSkeletonVariation_enum = require('./loader-skeleton-variation.enum-d52ba55e.js');
|
|
32
21
|
const loaderSpinnerSize_enum = require('./loader-spinner-size.enum-db2973f0.js');
|
|
33
22
|
const mediaFigureAlignment_enum = require('./media-figure-alignment.enum-3885aba5.js');
|
|
34
23
|
const navigationSidebarVariation_enum = require('./navigation-sidebar-variation.enum-1c0c3064.js');
|
|
35
|
-
const navigationVerticalMenuVariation_enum = require('./navigation-vertical-menu-variation.enum-c237edd3.js');
|
|
36
|
-
const progressIndicatorVariation_enum = require('./progress-indicator-variation.enum-7cf8e0e4.js');
|
|
37
24
|
const progressListItemVariation_enum = require('./progress-list-item-variation.enum-90e4c874.js');
|
|
38
25
|
const progressListVariation_enum = require('./progress-list-variation.enum-06d5ce27.js');
|
|
39
26
|
const progressbarVariation_enum = require('./progressbar-variation.enum-aff9fa80.js');
|
|
40
27
|
const quoteImageInnerPosition_enum = require('./quote-image-inner-position.enum-e64e7a6d.js');
|
|
41
28
|
const tableVariation_enum = require('./table-variation.enum-25df2ad7.js');
|
|
42
|
-
const tagMediaIcon_enum = require('./tag-media-icon.enum-372563c5.js');
|
|
43
29
|
const tagSize_enum = require('./tag-size.enum-387c516c.js');
|
|
44
30
|
const toolsFeedbackBannerType_enum = require('./tools-feedback-banner-type.enum-de373ba0.js');
|
|
45
31
|
const toolsFeedbackRatingVariation_enum = require('./tools-feedback-rating-variation.enum-2f71e84d.js');
|
|
46
|
-
const toolsThemeProvider_brand_enum = require('./tools-theme-provider.brand.enum-bc855272.js');
|
|
47
|
-
const typographyHeadingJumboVariation_enum = require('./typography-heading-jumbo-variation.enum-8677e099.js');
|
|
48
32
|
const typographyMetaVariation_enum = require('./typography-meta-variation.enum-13ac3538.js');
|
|
49
33
|
const typographyTimeVariation_enum = require('./typography-time-variation.enum-bce1d87e.js');
|
|
50
34
|
const utilBreakpointObserverBreakpoints_enum = require('./util-breakpoint-observer-breakpoints.enum-e96d3a84.js');
|
|
@@ -108,6 +92,18 @@ Object.defineProperty(exports, 'ErrorPageStatusCodes', {
|
|
|
108
92
|
return typographyVariation_enum.ErrorPageStatusCodes;
|
|
109
93
|
}
|
|
110
94
|
});
|
|
95
|
+
Object.defineProperty(exports, 'ExpandableFaqItemHeadingLevel', {
|
|
96
|
+
enumerable: true,
|
|
97
|
+
get: function () {
|
|
98
|
+
return typographyVariation_enum.ExpandableFaqItemHeadingLevel;
|
|
99
|
+
}
|
|
100
|
+
});
|
|
101
|
+
Object.defineProperty(exports, 'ExpandableFaqItemVariation', {
|
|
102
|
+
enumerable: true,
|
|
103
|
+
get: function () {
|
|
104
|
+
return typographyVariation_enum.ExpandableFaqItemVariation;
|
|
105
|
+
}
|
|
106
|
+
});
|
|
111
107
|
Object.defineProperty(exports, 'FeedbackVariation', {
|
|
112
108
|
enumerable: true,
|
|
113
109
|
get: function () {
|
|
@@ -126,6 +122,24 @@ Object.defineProperty(exports, 'FooterVariation', {
|
|
|
126
122
|
return typographyVariation_enum.FooterVariation;
|
|
127
123
|
}
|
|
128
124
|
});
|
|
125
|
+
Object.defineProperty(exports, 'FormCheckboxLayout', {
|
|
126
|
+
enumerable: true,
|
|
127
|
+
get: function () {
|
|
128
|
+
return typographyVariation_enum.FormCheckboxLayout;
|
|
129
|
+
}
|
|
130
|
+
});
|
|
131
|
+
Object.defineProperty(exports, 'FormCheckboxValidation', {
|
|
132
|
+
enumerable: true,
|
|
133
|
+
get: function () {
|
|
134
|
+
return typographyVariation_enum.FormCheckboxValidation;
|
|
135
|
+
}
|
|
136
|
+
});
|
|
137
|
+
Object.defineProperty(exports, 'FormCheckboxVariation', {
|
|
138
|
+
enumerable: true,
|
|
139
|
+
get: function () {
|
|
140
|
+
return typographyVariation_enum.FormCheckboxVariation;
|
|
141
|
+
}
|
|
142
|
+
});
|
|
129
143
|
Object.defineProperty(exports, 'FormErrorListHeadingLevel', {
|
|
130
144
|
enumerable: true,
|
|
131
145
|
get: function () {
|
|
@@ -138,6 +152,42 @@ Object.defineProperty(exports, 'FormFieldsetValidation', {
|
|
|
138
152
|
return typographyVariation_enum.FormFieldsetValidation;
|
|
139
153
|
}
|
|
140
154
|
});
|
|
155
|
+
Object.defineProperty(exports, 'FormFileUploadHeadingLevel', {
|
|
156
|
+
enumerable: true,
|
|
157
|
+
get: function () {
|
|
158
|
+
return typographyVariation_enum.FormFileUploadHeadingLevel;
|
|
159
|
+
}
|
|
160
|
+
});
|
|
161
|
+
Object.defineProperty(exports, 'FormFileUploadValidation', {
|
|
162
|
+
enumerable: true,
|
|
163
|
+
get: function () {
|
|
164
|
+
return typographyVariation_enum.FormFileUploadValidation;
|
|
165
|
+
}
|
|
166
|
+
});
|
|
167
|
+
Object.defineProperty(exports, 'FormFileUploadVariation', {
|
|
168
|
+
enumerable: true,
|
|
169
|
+
get: function () {
|
|
170
|
+
return typographyVariation_enum.FormFileUploadVariation;
|
|
171
|
+
}
|
|
172
|
+
});
|
|
173
|
+
Object.defineProperty(exports, 'FormInputMode', {
|
|
174
|
+
enumerable: true,
|
|
175
|
+
get: function () {
|
|
176
|
+
return typographyVariation_enum.FormInputMode;
|
|
177
|
+
}
|
|
178
|
+
});
|
|
179
|
+
Object.defineProperty(exports, 'FormInputValidation', {
|
|
180
|
+
enumerable: true,
|
|
181
|
+
get: function () {
|
|
182
|
+
return typographyVariation_enum.FormInputValidation;
|
|
183
|
+
}
|
|
184
|
+
});
|
|
185
|
+
Object.defineProperty(exports, 'FormInputVariation', {
|
|
186
|
+
enumerable: true,
|
|
187
|
+
get: function () {
|
|
188
|
+
return typographyVariation_enum.FormInputVariation;
|
|
189
|
+
}
|
|
190
|
+
});
|
|
141
191
|
Object.defineProperty(exports, 'FormRadiobuttonLayout', {
|
|
142
192
|
enumerable: true,
|
|
143
193
|
get: function () {
|
|
@@ -180,376 +230,364 @@ Object.defineProperty(exports, 'FormSelectFilterValidation', {
|
|
|
180
230
|
return typographyVariation_enum.FormSelectFilterValidation;
|
|
181
231
|
}
|
|
182
232
|
});
|
|
183
|
-
Object.defineProperty(exports, '
|
|
184
|
-
enumerable: true,
|
|
185
|
-
get: function () {
|
|
186
|
-
return typographyVariation_enum.HeaderCenterContentWidth;
|
|
187
|
-
}
|
|
188
|
-
});
|
|
189
|
-
Object.defineProperty(exports, 'InfoCardHeadingLevel', {
|
|
233
|
+
Object.defineProperty(exports, 'FormSelectValidation', {
|
|
190
234
|
enumerable: true,
|
|
191
235
|
get: function () {
|
|
192
|
-
return typographyVariation_enum.
|
|
236
|
+
return typographyVariation_enum.FormSelectValidation;
|
|
193
237
|
}
|
|
194
238
|
});
|
|
195
|
-
Object.defineProperty(exports, '
|
|
239
|
+
Object.defineProperty(exports, 'FormSelectVariation', {
|
|
196
240
|
enumerable: true,
|
|
197
241
|
get: function () {
|
|
198
|
-
return typographyVariation_enum.
|
|
242
|
+
return typographyVariation_enum.FormSelectVariation;
|
|
199
243
|
}
|
|
200
244
|
});
|
|
201
|
-
Object.defineProperty(exports, '
|
|
245
|
+
Object.defineProperty(exports, 'FormValidationMessageVariation', {
|
|
202
246
|
enumerable: true,
|
|
203
247
|
get: function () {
|
|
204
|
-
return typographyVariation_enum.
|
|
248
|
+
return typographyVariation_enum.FormValidationMessageVariation;
|
|
205
249
|
}
|
|
206
250
|
});
|
|
207
|
-
Object.defineProperty(exports, '
|
|
208
|
-
enumerable: true,
|
|
209
|
-
get: function () {
|
|
210
|
-
return typographyVariation_enum.InfoCardMultiVariation;
|
|
211
|
-
}
|
|
212
|
-
});
|
|
213
|
-
Object.defineProperty(exports, 'LayoutBlockContainer', {
|
|
251
|
+
Object.defineProperty(exports, 'HeaderCenterContentWidth', {
|
|
214
252
|
enumerable: true,
|
|
215
253
|
get: function () {
|
|
216
|
-
return typographyVariation_enum.
|
|
254
|
+
return typographyVariation_enum.HeaderCenterContentWidth;
|
|
217
255
|
}
|
|
218
256
|
});
|
|
219
|
-
Object.defineProperty(exports, '
|
|
257
|
+
Object.defineProperty(exports, 'InfoCardBorderPosition', {
|
|
220
258
|
enumerable: true,
|
|
221
259
|
get: function () {
|
|
222
|
-
return typographyVariation_enum.
|
|
260
|
+
return typographyVariation_enum.InfoCardBorderPosition;
|
|
223
261
|
}
|
|
224
262
|
});
|
|
225
|
-
Object.defineProperty(exports, '
|
|
263
|
+
Object.defineProperty(exports, 'InfoCardHeadingLevel', {
|
|
226
264
|
enumerable: true,
|
|
227
265
|
get: function () {
|
|
228
|
-
return typographyVariation_enum.
|
|
266
|
+
return typographyVariation_enum.InfoCardHeadingLevel;
|
|
229
267
|
}
|
|
230
268
|
});
|
|
231
|
-
Object.defineProperty(exports, '
|
|
269
|
+
Object.defineProperty(exports, 'InfoCardMultiContainerHeadingLevel', {
|
|
232
270
|
enumerable: true,
|
|
233
271
|
get: function () {
|
|
234
|
-
return typographyVariation_enum.
|
|
272
|
+
return typographyVariation_enum.InfoCardMultiContainerHeadingLevel;
|
|
235
273
|
}
|
|
236
274
|
});
|
|
237
|
-
Object.defineProperty(exports, '
|
|
275
|
+
Object.defineProperty(exports, 'InfoCardMultiHeadingLevel', {
|
|
238
276
|
enumerable: true,
|
|
239
277
|
get: function () {
|
|
240
|
-
return typographyVariation_enum.
|
|
278
|
+
return typographyVariation_enum.InfoCardMultiHeadingLevel;
|
|
241
279
|
}
|
|
242
280
|
});
|
|
243
|
-
Object.defineProperty(exports, '
|
|
281
|
+
Object.defineProperty(exports, 'InfoCardMultiType', {
|
|
244
282
|
enumerable: true,
|
|
245
283
|
get: function () {
|
|
246
|
-
return typographyVariation_enum.
|
|
284
|
+
return typographyVariation_enum.InfoCardMultiType;
|
|
247
285
|
}
|
|
248
286
|
});
|
|
249
|
-
Object.defineProperty(exports, '
|
|
287
|
+
Object.defineProperty(exports, 'InfoCardMultiVariation', {
|
|
250
288
|
enumerable: true,
|
|
251
289
|
get: function () {
|
|
252
|
-
return typographyVariation_enum.
|
|
290
|
+
return typographyVariation_enum.InfoCardMultiVariation;
|
|
253
291
|
}
|
|
254
292
|
});
|
|
255
|
-
Object.defineProperty(exports, '
|
|
293
|
+
Object.defineProperty(exports, 'InfoCardSize', {
|
|
256
294
|
enumerable: true,
|
|
257
295
|
get: function () {
|
|
258
|
-
return typographyVariation_enum.
|
|
296
|
+
return typographyVariation_enum.InfoCardSize;
|
|
259
297
|
}
|
|
260
298
|
});
|
|
261
|
-
Object.defineProperty(exports, '
|
|
299
|
+
Object.defineProperty(exports, 'InfoCardType', {
|
|
262
300
|
enumerable: true,
|
|
263
301
|
get: function () {
|
|
264
|
-
return typographyVariation_enum.
|
|
302
|
+
return typographyVariation_enum.InfoCardType;
|
|
265
303
|
}
|
|
266
304
|
});
|
|
267
|
-
Object.defineProperty(exports, '
|
|
305
|
+
Object.defineProperty(exports, 'InfoCardVariation', {
|
|
268
306
|
enumerable: true,
|
|
269
307
|
get: function () {
|
|
270
|
-
return typographyVariation_enum.
|
|
308
|
+
return typographyVariation_enum.InfoCardVariation;
|
|
271
309
|
}
|
|
272
310
|
});
|
|
273
|
-
Object.defineProperty(exports, '
|
|
311
|
+
Object.defineProperty(exports, 'LayoutBlockContainer', {
|
|
274
312
|
enumerable: true,
|
|
275
313
|
get: function () {
|
|
276
|
-
return typographyVariation_enum.
|
|
314
|
+
return typographyVariation_enum.LayoutBlockContainer;
|
|
277
315
|
}
|
|
278
316
|
});
|
|
279
|
-
Object.defineProperty(exports, '
|
|
317
|
+
Object.defineProperty(exports, 'LayoutColumnsElement', {
|
|
280
318
|
enumerable: true,
|
|
281
319
|
get: function () {
|
|
282
|
-
return
|
|
320
|
+
return typographyVariation_enum.LayoutColumnsElement;
|
|
283
321
|
}
|
|
284
322
|
});
|
|
285
|
-
Object.defineProperty(exports, '
|
|
323
|
+
Object.defineProperty(exports, 'LayoutColumnsGap', {
|
|
286
324
|
enumerable: true,
|
|
287
325
|
get: function () {
|
|
288
|
-
return
|
|
326
|
+
return typographyVariation_enum.LayoutColumnsGap;
|
|
289
327
|
}
|
|
290
328
|
});
|
|
291
|
-
Object.defineProperty(exports, '
|
|
329
|
+
Object.defineProperty(exports, 'LayoutColumnsVariation', {
|
|
292
330
|
enumerable: true,
|
|
293
331
|
get: function () {
|
|
294
|
-
return
|
|
332
|
+
return typographyVariation_enum.LayoutColumnsVariation;
|
|
295
333
|
}
|
|
296
334
|
});
|
|
297
|
-
Object.defineProperty(exports, '
|
|
335
|
+
Object.defineProperty(exports, 'LayoutContainerMaxWidth', {
|
|
298
336
|
enumerable: true,
|
|
299
337
|
get: function () {
|
|
300
|
-
return
|
|
338
|
+
return typographyVariation_enum.LayoutContainerMaxWidth;
|
|
301
339
|
}
|
|
302
340
|
});
|
|
303
|
-
Object.defineProperty(exports, '
|
|
341
|
+
Object.defineProperty(exports, 'LayoutContainerVariation', {
|
|
304
342
|
enumerable: true,
|
|
305
343
|
get: function () {
|
|
306
|
-
return
|
|
344
|
+
return typographyVariation_enum.LayoutContainerVariation;
|
|
307
345
|
}
|
|
308
346
|
});
|
|
309
|
-
Object.defineProperty(exports, '
|
|
347
|
+
Object.defineProperty(exports, 'LinkButtonVariation', {
|
|
310
348
|
enumerable: true,
|
|
311
349
|
get: function () {
|
|
312
|
-
return
|
|
350
|
+
return typographyVariation_enum.LinkButtonVariation;
|
|
313
351
|
}
|
|
314
352
|
});
|
|
315
|
-
Object.defineProperty(exports, '
|
|
353
|
+
Object.defineProperty(exports, 'LogoColor', {
|
|
316
354
|
enumerable: true,
|
|
317
355
|
get: function () {
|
|
318
|
-
return
|
|
356
|
+
return typographyVariation_enum.LogoColor;
|
|
319
357
|
}
|
|
320
358
|
});
|
|
321
|
-
Object.defineProperty(exports, '
|
|
359
|
+
Object.defineProperty(exports, 'NavigationVerticalMenuActiveIndicatorSize', {
|
|
322
360
|
enumerable: true,
|
|
323
361
|
get: function () {
|
|
324
|
-
return
|
|
362
|
+
return typographyVariation_enum.NavigationVerticalMenuActiveIndicatorSize;
|
|
325
363
|
}
|
|
326
364
|
});
|
|
327
|
-
Object.defineProperty(exports, '
|
|
365
|
+
Object.defineProperty(exports, 'NavigationVerticalMenuVariation', {
|
|
328
366
|
enumerable: true,
|
|
329
367
|
get: function () {
|
|
330
|
-
return
|
|
368
|
+
return typographyVariation_enum.NavigationVerticalMenuVariation;
|
|
331
369
|
}
|
|
332
370
|
});
|
|
333
|
-
Object.defineProperty(exports, '
|
|
371
|
+
Object.defineProperty(exports, 'NotificationAlertHeadingLevel', {
|
|
334
372
|
enumerable: true,
|
|
335
373
|
get: function () {
|
|
336
|
-
return
|
|
374
|
+
return typographyVariation_enum.NotificationAlertHeadingLevel;
|
|
337
375
|
}
|
|
338
376
|
});
|
|
339
|
-
Object.defineProperty(exports, '
|
|
377
|
+
Object.defineProperty(exports, 'NotificationAlertSize', {
|
|
340
378
|
enumerable: true,
|
|
341
379
|
get: function () {
|
|
342
|
-
return
|
|
380
|
+
return typographyVariation_enum.NotificationAlertSize;
|
|
343
381
|
}
|
|
344
382
|
});
|
|
345
|
-
Object.defineProperty(exports, '
|
|
383
|
+
Object.defineProperty(exports, 'NotificationAlertVariation', {
|
|
346
384
|
enumerable: true,
|
|
347
385
|
get: function () {
|
|
348
|
-
return
|
|
386
|
+
return typographyVariation_enum.NotificationAlertVariation;
|
|
349
387
|
}
|
|
350
388
|
});
|
|
351
|
-
Object.defineProperty(exports, '
|
|
389
|
+
Object.defineProperty(exports, 'ProgressIndicatorRole', {
|
|
352
390
|
enumerable: true,
|
|
353
391
|
get: function () {
|
|
354
|
-
return
|
|
392
|
+
return typographyVariation_enum.ProgressIndicatorRole;
|
|
355
393
|
}
|
|
356
394
|
});
|
|
357
|
-
Object.defineProperty(exports, '
|
|
395
|
+
Object.defineProperty(exports, 'ProgressIndicatorVariation', {
|
|
358
396
|
enumerable: true,
|
|
359
397
|
get: function () {
|
|
360
|
-
return
|
|
398
|
+
return typographyVariation_enum.ProgressIndicatorVariation;
|
|
361
399
|
}
|
|
362
400
|
});
|
|
363
|
-
Object.defineProperty(exports, '
|
|
401
|
+
Object.defineProperty(exports, 'TagMediaIcon', {
|
|
364
402
|
enumerable: true,
|
|
365
403
|
get: function () {
|
|
366
|
-
return
|
|
404
|
+
return typographyVariation_enum.TagMediaIcon;
|
|
367
405
|
}
|
|
368
406
|
});
|
|
369
|
-
Object.defineProperty(exports, '
|
|
407
|
+
Object.defineProperty(exports, 'TitleLogoVariation', {
|
|
370
408
|
enumerable: true,
|
|
371
409
|
get: function () {
|
|
372
|
-
return
|
|
410
|
+
return typographyVariation_enum.TitleLogoVariation;
|
|
373
411
|
}
|
|
374
412
|
});
|
|
375
|
-
Object.defineProperty(exports, '
|
|
413
|
+
Object.defineProperty(exports, 'ToolsFeedbackHeadingLevel', {
|
|
376
414
|
enumerable: true,
|
|
377
415
|
get: function () {
|
|
378
|
-
return
|
|
416
|
+
return typographyVariation_enum.ToolsFeedbackHeadingLevel;
|
|
379
417
|
}
|
|
380
418
|
});
|
|
381
|
-
Object.defineProperty(exports, '
|
|
419
|
+
Object.defineProperty(exports, 'ToolsFeedbackType', {
|
|
382
420
|
enumerable: true,
|
|
383
421
|
get: function () {
|
|
384
|
-
return
|
|
422
|
+
return typographyVariation_enum.ToolsFeedbackType;
|
|
385
423
|
}
|
|
386
424
|
});
|
|
387
|
-
Object.defineProperty(exports, '
|
|
425
|
+
Object.defineProperty(exports, 'ToolsThemeProviderBrandEnum', {
|
|
388
426
|
enumerable: true,
|
|
389
427
|
get: function () {
|
|
390
|
-
return
|
|
428
|
+
return typographyVariation_enum.ToolsThemeProviderBrandEnum;
|
|
391
429
|
}
|
|
392
430
|
});
|
|
393
|
-
Object.defineProperty(exports, '
|
|
431
|
+
Object.defineProperty(exports, 'ToolsThemeProviderThemeEnum', {
|
|
394
432
|
enumerable: true,
|
|
395
433
|
get: function () {
|
|
396
|
-
return
|
|
434
|
+
return typographyVariation_enum.ToolsThemeProviderThemeEnum;
|
|
397
435
|
}
|
|
398
436
|
});
|
|
399
|
-
Object.defineProperty(exports, '
|
|
437
|
+
Object.defineProperty(exports, 'TypographyHeadingJumboLevel', {
|
|
400
438
|
enumerable: true,
|
|
401
439
|
get: function () {
|
|
402
|
-
return
|
|
440
|
+
return typographyVariation_enum.TypographyHeadingJumboLevel;
|
|
403
441
|
}
|
|
404
442
|
});
|
|
405
|
-
Object.defineProperty(exports, '
|
|
443
|
+
Object.defineProperty(exports, 'TypographyHeadingJumboVariation', {
|
|
406
444
|
enumerable: true,
|
|
407
445
|
get: function () {
|
|
408
|
-
return
|
|
446
|
+
return typographyVariation_enum.TypographyHeadingJumboVariation;
|
|
409
447
|
}
|
|
410
448
|
});
|
|
411
|
-
Object.defineProperty(exports, '
|
|
449
|
+
Object.defineProperty(exports, 'TypographyVariation', {
|
|
412
450
|
enumerable: true,
|
|
413
451
|
get: function () {
|
|
414
|
-
return
|
|
452
|
+
return typographyVariation_enum.TypographyVariation;
|
|
415
453
|
}
|
|
416
454
|
});
|
|
417
|
-
Object.defineProperty(exports, '
|
|
455
|
+
Object.defineProperty(exports, 'BadgeStatusSize', {
|
|
418
456
|
enumerable: true,
|
|
419
457
|
get: function () {
|
|
420
|
-
return
|
|
458
|
+
return badgeStatusVariation_enum.BadgeStatusSize;
|
|
421
459
|
}
|
|
422
460
|
});
|
|
423
|
-
Object.defineProperty(exports, '
|
|
461
|
+
Object.defineProperty(exports, 'BadgeStatusType', {
|
|
424
462
|
enumerable: true,
|
|
425
463
|
get: function () {
|
|
426
|
-
return
|
|
464
|
+
return badgeStatusVariation_enum.BadgeStatusType;
|
|
427
465
|
}
|
|
428
466
|
});
|
|
429
|
-
Object.defineProperty(exports, '
|
|
467
|
+
Object.defineProperty(exports, 'BadgeStatusVariation', {
|
|
430
468
|
enumerable: true,
|
|
431
469
|
get: function () {
|
|
432
|
-
return
|
|
470
|
+
return badgeStatusVariation_enum.BadgeStatusVariation;
|
|
433
471
|
}
|
|
434
472
|
});
|
|
435
|
-
Object.defineProperty(exports, '
|
|
473
|
+
Object.defineProperty(exports, 'ButtonSize', {
|
|
436
474
|
enumerable: true,
|
|
437
475
|
get: function () {
|
|
438
|
-
return
|
|
476
|
+
return codeExampleVariation_enum.ButtonSize;
|
|
439
477
|
}
|
|
440
478
|
});
|
|
441
|
-
Object.defineProperty(exports, '
|
|
479
|
+
Object.defineProperty(exports, 'CodeBlockVariation', {
|
|
442
480
|
enumerable: true,
|
|
443
481
|
get: function () {
|
|
444
|
-
return
|
|
482
|
+
return codeExampleVariation_enum.CodeBlockVariation;
|
|
445
483
|
}
|
|
446
484
|
});
|
|
447
|
-
Object.defineProperty(exports, '
|
|
485
|
+
Object.defineProperty(exports, 'CodeExampleLanguage', {
|
|
448
486
|
enumerable: true,
|
|
449
487
|
get: function () {
|
|
450
|
-
return
|
|
488
|
+
return codeExampleVariation_enum.CodeExampleLanguage;
|
|
451
489
|
}
|
|
452
490
|
});
|
|
453
|
-
Object.defineProperty(exports, '
|
|
491
|
+
Object.defineProperty(exports, 'CodeExampleVariation', {
|
|
454
492
|
enumerable: true,
|
|
455
493
|
get: function () {
|
|
456
|
-
return
|
|
494
|
+
return codeExampleVariation_enum.CodeExampleVariation;
|
|
457
495
|
}
|
|
458
496
|
});
|
|
459
|
-
Object.defineProperty(exports, '
|
|
497
|
+
Object.defineProperty(exports, 'ButtonType', {
|
|
460
498
|
enumerable: true,
|
|
461
499
|
get: function () {
|
|
462
|
-
return
|
|
500
|
+
return formInputType_enum.ButtonType;
|
|
463
501
|
}
|
|
464
502
|
});
|
|
465
|
-
Object.defineProperty(exports, '
|
|
503
|
+
Object.defineProperty(exports, 'FormInputButtonVariation', {
|
|
466
504
|
enumerable: true,
|
|
467
505
|
get: function () {
|
|
468
|
-
return
|
|
506
|
+
return formInputType_enum.FormInputButtonVariation;
|
|
469
507
|
}
|
|
470
508
|
});
|
|
471
|
-
Object.defineProperty(exports, '
|
|
509
|
+
Object.defineProperty(exports, 'FormInputSearchVariation', {
|
|
472
510
|
enumerable: true,
|
|
473
511
|
get: function () {
|
|
474
|
-
return
|
|
512
|
+
return formInputType_enum.FormInputSearchVariation;
|
|
475
513
|
}
|
|
476
514
|
});
|
|
477
|
-
Object.defineProperty(exports, '
|
|
515
|
+
Object.defineProperty(exports, 'FormInputType', {
|
|
478
516
|
enumerable: true,
|
|
479
517
|
get: function () {
|
|
480
|
-
return
|
|
518
|
+
return formInputType_enum.FormInputType;
|
|
481
519
|
}
|
|
482
520
|
});
|
|
483
|
-
Object.defineProperty(exports, '
|
|
521
|
+
Object.defineProperty(exports, 'ButtonVariation', {
|
|
484
522
|
enumerable: true,
|
|
485
523
|
get: function () {
|
|
486
|
-
return
|
|
524
|
+
return buttonVariation_enum.ButtonVariation;
|
|
487
525
|
}
|
|
488
526
|
});
|
|
489
|
-
Object.defineProperty(exports, '
|
|
527
|
+
Object.defineProperty(exports, 'CalendarWeekViewHeadingLevel', {
|
|
490
528
|
enumerable: true,
|
|
491
529
|
get: function () {
|
|
492
|
-
return
|
|
530
|
+
return calendarWeekViewHeadingLevel_enum.CalendarWeekViewHeadingLevel;
|
|
493
531
|
}
|
|
494
532
|
});
|
|
495
|
-
Object.defineProperty(exports, '
|
|
533
|
+
Object.defineProperty(exports, 'BarChartVariation', {
|
|
496
534
|
enumerable: true,
|
|
497
535
|
get: function () {
|
|
498
|
-
return
|
|
536
|
+
return barChartVariation_enum.BarChartVariation;
|
|
499
537
|
}
|
|
500
538
|
});
|
|
501
|
-
Object.defineProperty(exports, '
|
|
539
|
+
Object.defineProperty(exports, 'CodeLanguage', {
|
|
502
540
|
enumerable: true,
|
|
503
541
|
get: function () {
|
|
504
|
-
return
|
|
542
|
+
return codeVariation_enum.CodeLanguage;
|
|
505
543
|
}
|
|
506
544
|
});
|
|
507
|
-
Object.defineProperty(exports, '
|
|
545
|
+
Object.defineProperty(exports, 'CodeVariation', {
|
|
508
546
|
enumerable: true,
|
|
509
547
|
get: function () {
|
|
510
|
-
return
|
|
548
|
+
return codeVariation_enum.CodeVariation;
|
|
511
549
|
}
|
|
512
550
|
});
|
|
513
|
-
Object.defineProperty(exports, '
|
|
551
|
+
Object.defineProperty(exports, 'ExpandableAccordionHeaderLevel', {
|
|
514
552
|
enumerable: true,
|
|
515
553
|
get: function () {
|
|
516
|
-
return
|
|
554
|
+
return expandableAccordionHeaderLevel_enum.ExpandableAccordionHeaderLevel;
|
|
517
555
|
}
|
|
518
556
|
});
|
|
519
|
-
Object.defineProperty(exports, '
|
|
557
|
+
Object.defineProperty(exports, 'ExpandableFaqHeadingLevel', {
|
|
520
558
|
enumerable: true,
|
|
521
559
|
get: function () {
|
|
522
|
-
return
|
|
560
|
+
return expandableFaqVariation_enum.ExpandableFaqHeadingLevel;
|
|
523
561
|
}
|
|
524
562
|
});
|
|
525
|
-
Object.defineProperty(exports, '
|
|
563
|
+
Object.defineProperty(exports, 'ExpandableFaqVariation', {
|
|
526
564
|
enumerable: true,
|
|
527
565
|
get: function () {
|
|
528
|
-
return
|
|
566
|
+
return expandableFaqVariation_enum.ExpandableFaqVariation;
|
|
529
567
|
}
|
|
530
568
|
});
|
|
531
|
-
Object.defineProperty(exports, '
|
|
569
|
+
Object.defineProperty(exports, 'FormRadiogroupValidation', {
|
|
532
570
|
enumerable: true,
|
|
533
571
|
get: function () {
|
|
534
|
-
return
|
|
572
|
+
return formRadiogroupValidation_enum.FormRadiogroupValidation;
|
|
535
573
|
}
|
|
536
574
|
});
|
|
537
|
-
Object.defineProperty(exports, '
|
|
575
|
+
Object.defineProperty(exports, 'FormTextareaValidation', {
|
|
538
576
|
enumerable: true,
|
|
539
577
|
get: function () {
|
|
540
|
-
return
|
|
578
|
+
return formTextareaVariation_enum.FormTextareaValidation;
|
|
541
579
|
}
|
|
542
580
|
});
|
|
543
|
-
Object.defineProperty(exports, '
|
|
581
|
+
Object.defineProperty(exports, 'FormTextareaVariation', {
|
|
544
582
|
enumerable: true,
|
|
545
583
|
get: function () {
|
|
546
|
-
return
|
|
584
|
+
return formTextareaVariation_enum.FormTextareaVariation;
|
|
547
585
|
}
|
|
548
586
|
});
|
|
549
|
-
Object.defineProperty(exports, '
|
|
587
|
+
Object.defineProperty(exports, 'LayoutBlockVariation', {
|
|
550
588
|
enumerable: true,
|
|
551
589
|
get: function () {
|
|
552
|
-
return
|
|
590
|
+
return layoutBlockVariation_enum.LayoutBlockVariation;
|
|
553
591
|
}
|
|
554
592
|
});
|
|
555
593
|
Object.defineProperty(exports, 'ListType', {
|
|
@@ -612,30 +650,6 @@ Object.defineProperty(exports, 'NavigationSidebarVariation', {
|
|
|
612
650
|
return navigationSidebarVariation_enum.NavigationSidebarVariation;
|
|
613
651
|
}
|
|
614
652
|
});
|
|
615
|
-
Object.defineProperty(exports, 'NavigationVerticalMenuActiveIndicatorSize', {
|
|
616
|
-
enumerable: true,
|
|
617
|
-
get: function () {
|
|
618
|
-
return navigationVerticalMenuVariation_enum.NavigationVerticalMenuActiveIndicatorSize;
|
|
619
|
-
}
|
|
620
|
-
});
|
|
621
|
-
Object.defineProperty(exports, 'NavigationVerticalMenuVariation', {
|
|
622
|
-
enumerable: true,
|
|
623
|
-
get: function () {
|
|
624
|
-
return navigationVerticalMenuVariation_enum.NavigationVerticalMenuVariation;
|
|
625
|
-
}
|
|
626
|
-
});
|
|
627
|
-
Object.defineProperty(exports, 'ProgressIndicatorRole', {
|
|
628
|
-
enumerable: true,
|
|
629
|
-
get: function () {
|
|
630
|
-
return progressIndicatorVariation_enum.ProgressIndicatorRole;
|
|
631
|
-
}
|
|
632
|
-
});
|
|
633
|
-
Object.defineProperty(exports, 'ProgressIndicatorVariation', {
|
|
634
|
-
enumerable: true,
|
|
635
|
-
get: function () {
|
|
636
|
-
return progressIndicatorVariation_enum.ProgressIndicatorVariation;
|
|
637
|
-
}
|
|
638
|
-
});
|
|
639
653
|
Object.defineProperty(exports, 'ProgressListItemHeadingLevel', {
|
|
640
654
|
enumerable: true,
|
|
641
655
|
get: function () {
|
|
@@ -732,12 +746,6 @@ Object.defineProperty(exports, 'TableVariation', {
|
|
|
732
746
|
return tableVariation_enum.TableVariation;
|
|
733
747
|
}
|
|
734
748
|
});
|
|
735
|
-
Object.defineProperty(exports, 'TagMediaIcon', {
|
|
736
|
-
enumerable: true,
|
|
737
|
-
get: function () {
|
|
738
|
-
return tagMediaIcon_enum.TagMediaIcon;
|
|
739
|
-
}
|
|
740
|
-
});
|
|
741
749
|
Object.defineProperty(exports, 'TagSize', {
|
|
742
750
|
enumerable: true,
|
|
743
751
|
get: function () {
|
|
@@ -774,24 +782,6 @@ Object.defineProperty(exports, 'FeedbackRatingVariation', {
|
|
|
774
782
|
return toolsFeedbackRatingVariation_enum.FeedbackRatingVariation;
|
|
775
783
|
}
|
|
776
784
|
});
|
|
777
|
-
Object.defineProperty(exports, 'ToolsThemeProviderBrandEnum', {
|
|
778
|
-
enumerable: true,
|
|
779
|
-
get: function () {
|
|
780
|
-
return toolsThemeProvider_brand_enum.ToolsThemeProviderBrandEnum;
|
|
781
|
-
}
|
|
782
|
-
});
|
|
783
|
-
Object.defineProperty(exports, 'TypographyHeadingJumboLevel', {
|
|
784
|
-
enumerable: true,
|
|
785
|
-
get: function () {
|
|
786
|
-
return typographyHeadingJumboVariation_enum.TypographyHeadingJumboLevel;
|
|
787
|
-
}
|
|
788
|
-
});
|
|
789
|
-
Object.defineProperty(exports, 'TypographyHeadingJumboVariation', {
|
|
790
|
-
enumerable: true,
|
|
791
|
-
get: function () {
|
|
792
|
-
return typographyHeadingJumboVariation_enum.TypographyHeadingJumboVariation;
|
|
793
|
-
}
|
|
794
|
-
});
|
|
795
785
|
Object.defineProperty(exports, 'TypographyMetaVariation', {
|
|
796
786
|
enumerable: true,
|
|
797
787
|
get: function () {
|