@designsystem-se/af 38.2.0 → 38.2.1-beta.dark-mode
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-button.js +1 -1
- 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-9df35672.js → p-0207ebef.js} +1 -1
- package/components/p-24e68936.js +165 -0
- package/components/p-4b1d11d0.js +66 -0
- package/components/{p-75c8d67e.js → p-78154d00.js} +2 -2
- package/components/{p-bc5b7057.js → p-8562da9d.js} +2 -2
- package/components/p-8c4cbca6.js +177 -0
- package/components/{p-dbb0665a.js → p-99793659.js} +2 -2
- package/components/{p-e2a68e2b.js → p-b94458ed.js} +1 -1
- package/components/p-d7ef9cb1.js +13 -0
- package/custom-elements.json +4 -0
- package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
- package/dist/cjs/digi-button_84.cjs.entry.js +8421 -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 +14 -14
- package/dist/collection/components/_calendar/calendar/calendar.css +8 -3
- package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +426 -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 +426 -106
- package/dist/collection/components/_form/form-file-upload/form-file-upload.css +6 -5
- package/dist/collection/components/_form/form-filter/form-filter.css +2 -2
- package/dist/collection/components/_form/form-select/form-select.css +2 -2
- package/dist/collection/components/_form/form-select-filter/form-select-filter.css +3 -3
- package/dist/collection/components/_header/header/header.js +2 -2
- package/dist/collection/components/_header/header-avatar/header-avatar.css +425 -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-button/link-button.css +3 -3
- package/dist/collection/components/_link/link-internal/link-internal.css +425 -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 +166 -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 +14 -14
- package/dist/collection/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_calendar.variables.scss +4 -3
- 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 +2 -2
- package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +3 -3
- 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/_link-button.variables.scss +3 -3
- 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 +252 -105
- package/dist/collection/styles/src/themes/_brand-af18.mixin.scss +19 -0
- package/dist/collection/styles/src/themes/_brand-af25.mixin.scss +144 -0
- package/dist/collection/styles/src/themes/_brand-common.mixin.scss +7 -0
- package/dist/collection/styles/src/tokens-documentation/web-AF25.json +160 -4
- package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +14 -14
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar.variables.scss +4 -3
- 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 +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +3 -3
- 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/_link-button.variables.scss +3 -3
- 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-a186888d.entry.js → p-06704534.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/{p-e5bd5a7e.entry.js → p-160165b9.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/{p-ddd659bf.entry.js → p-1efcad5b.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-3ae13b8a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-47ab0b39.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-72ef7f99.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-80500b2d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8d055a17.js +1 -0
- package/dist/digi-arbetsformedlingen/p-922f4556.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a105d9fe.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c59e5f69.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c64b4626.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ca8d7464.entry.js +1 -0
- 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 +252 -105
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af18.mixin.scss +19 -0
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af25.mixin.scss +144 -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 +160 -4
- package/dist/esm/digi-arbetsformedlingen.js +1 -1
- package/dist/esm/digi-button_84.entry.js +8334 -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 +45 -26
- package/hydrate/index.mjs +45 -26
- package/package.json +2 -4
- package/components/p-4bad4fb0.js +0 -7
- package/components/p-70fad0ea.js +0 -165
- package/components/p-ab07faba.js +0 -66
- package/components/p-f84f590e.js +0 -177
- package/dist/cjs/digi-button_27.cjs.entry.js +0 -1380
- package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +0 -2601
- 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 -602
- 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 -564
- 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 -112
- 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-18880083.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-2295239c.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-2788683e.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-39468f49.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-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-42ae53aa.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-51149879.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-59073668.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-7f155bd5.entry.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-8833044b.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-97f66789.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9c053cf8.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9dae073c.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-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-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-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 -1350
- package/dist/esm/digi-calendar-datepicker.entry.js +0 -2597
- 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 -598
- 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 -560
- 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 -108
- 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,49 +3,33 @@
|
|
|
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
24
|
const progressCircleRole_enum = require('./progress-circle-role.enum-b7fdcf0c.js');
|
|
37
|
-
const progressIndicatorVariation_enum = require('./progress-indicator-variation.enum-7cf8e0e4.js');
|
|
38
25
|
const progressListItemVariation_enum = require('./progress-list-item-variation.enum-90e4c874.js');
|
|
39
26
|
const progressListVariation_enum = require('./progress-list-variation.enum-06d5ce27.js');
|
|
40
27
|
const progressbarVariation_enum = require('./progressbar-variation.enum-aff9fa80.js');
|
|
41
28
|
const quoteImageInnerPosition_enum = require('./quote-image-inner-position.enum-e64e7a6d.js');
|
|
42
29
|
const tableVariation_enum = require('./table-variation.enum-25df2ad7.js');
|
|
43
|
-
const tagMediaIcon_enum = require('./tag-media-icon.enum-372563c5.js');
|
|
44
30
|
const tagSize_enum = require('./tag-size.enum-387c516c.js');
|
|
45
31
|
const toolsFeedbackBannerType_enum = require('./tools-feedback-banner-type.enum-de373ba0.js');
|
|
46
32
|
const toolsFeedbackRatingVariation_enum = require('./tools-feedback-rating-variation.enum-2f71e84d.js');
|
|
47
|
-
const toolsThemeProvider_brand_enum = require('./tools-theme-provider.brand.enum-bc855272.js');
|
|
48
|
-
const typographyHeadingJumboVariation_enum = require('./typography-heading-jumbo-variation.enum-8677e099.js');
|
|
49
33
|
const typographyMetaVariation_enum = require('./typography-meta-variation.enum-13ac3538.js');
|
|
50
34
|
const typographyTimeVariation_enum = require('./typography-time-variation.enum-bce1d87e.js');
|
|
51
35
|
const utilBreakpointObserverBreakpoints_enum = require('./util-breakpoint-observer-breakpoints.enum-e96d3a84.js');
|
|
@@ -109,6 +93,18 @@ Object.defineProperty(exports, 'ErrorPageStatusCodes', {
|
|
|
109
93
|
return typographyVariation_enum.ErrorPageStatusCodes;
|
|
110
94
|
}
|
|
111
95
|
});
|
|
96
|
+
Object.defineProperty(exports, 'ExpandableFaqItemHeadingLevel', {
|
|
97
|
+
enumerable: true,
|
|
98
|
+
get: function () {
|
|
99
|
+
return typographyVariation_enum.ExpandableFaqItemHeadingLevel;
|
|
100
|
+
}
|
|
101
|
+
});
|
|
102
|
+
Object.defineProperty(exports, 'ExpandableFaqItemVariation', {
|
|
103
|
+
enumerable: true,
|
|
104
|
+
get: function () {
|
|
105
|
+
return typographyVariation_enum.ExpandableFaqItemVariation;
|
|
106
|
+
}
|
|
107
|
+
});
|
|
112
108
|
Object.defineProperty(exports, 'FeedbackVariation', {
|
|
113
109
|
enumerable: true,
|
|
114
110
|
get: function () {
|
|
@@ -127,6 +123,24 @@ Object.defineProperty(exports, 'FooterVariation', {
|
|
|
127
123
|
return typographyVariation_enum.FooterVariation;
|
|
128
124
|
}
|
|
129
125
|
});
|
|
126
|
+
Object.defineProperty(exports, 'FormCheckboxLayout', {
|
|
127
|
+
enumerable: true,
|
|
128
|
+
get: function () {
|
|
129
|
+
return typographyVariation_enum.FormCheckboxLayout;
|
|
130
|
+
}
|
|
131
|
+
});
|
|
132
|
+
Object.defineProperty(exports, 'FormCheckboxValidation', {
|
|
133
|
+
enumerable: true,
|
|
134
|
+
get: function () {
|
|
135
|
+
return typographyVariation_enum.FormCheckboxValidation;
|
|
136
|
+
}
|
|
137
|
+
});
|
|
138
|
+
Object.defineProperty(exports, 'FormCheckboxVariation', {
|
|
139
|
+
enumerable: true,
|
|
140
|
+
get: function () {
|
|
141
|
+
return typographyVariation_enum.FormCheckboxVariation;
|
|
142
|
+
}
|
|
143
|
+
});
|
|
130
144
|
Object.defineProperty(exports, 'FormErrorListHeadingLevel', {
|
|
131
145
|
enumerable: true,
|
|
132
146
|
get: function () {
|
|
@@ -139,6 +153,42 @@ Object.defineProperty(exports, 'FormFieldsetValidation', {
|
|
|
139
153
|
return typographyVariation_enum.FormFieldsetValidation;
|
|
140
154
|
}
|
|
141
155
|
});
|
|
156
|
+
Object.defineProperty(exports, 'FormFileUploadHeadingLevel', {
|
|
157
|
+
enumerable: true,
|
|
158
|
+
get: function () {
|
|
159
|
+
return typographyVariation_enum.FormFileUploadHeadingLevel;
|
|
160
|
+
}
|
|
161
|
+
});
|
|
162
|
+
Object.defineProperty(exports, 'FormFileUploadValidation', {
|
|
163
|
+
enumerable: true,
|
|
164
|
+
get: function () {
|
|
165
|
+
return typographyVariation_enum.FormFileUploadValidation;
|
|
166
|
+
}
|
|
167
|
+
});
|
|
168
|
+
Object.defineProperty(exports, 'FormFileUploadVariation', {
|
|
169
|
+
enumerable: true,
|
|
170
|
+
get: function () {
|
|
171
|
+
return typographyVariation_enum.FormFileUploadVariation;
|
|
172
|
+
}
|
|
173
|
+
});
|
|
174
|
+
Object.defineProperty(exports, 'FormInputMode', {
|
|
175
|
+
enumerable: true,
|
|
176
|
+
get: function () {
|
|
177
|
+
return typographyVariation_enum.FormInputMode;
|
|
178
|
+
}
|
|
179
|
+
});
|
|
180
|
+
Object.defineProperty(exports, 'FormInputValidation', {
|
|
181
|
+
enumerable: true,
|
|
182
|
+
get: function () {
|
|
183
|
+
return typographyVariation_enum.FormInputValidation;
|
|
184
|
+
}
|
|
185
|
+
});
|
|
186
|
+
Object.defineProperty(exports, 'FormInputVariation', {
|
|
187
|
+
enumerable: true,
|
|
188
|
+
get: function () {
|
|
189
|
+
return typographyVariation_enum.FormInputVariation;
|
|
190
|
+
}
|
|
191
|
+
});
|
|
142
192
|
Object.defineProperty(exports, 'FormRadiobuttonLayout', {
|
|
143
193
|
enumerable: true,
|
|
144
194
|
get: function () {
|
|
@@ -181,376 +231,364 @@ Object.defineProperty(exports, 'FormSelectFilterValidation', {
|
|
|
181
231
|
return typographyVariation_enum.FormSelectFilterValidation;
|
|
182
232
|
}
|
|
183
233
|
});
|
|
184
|
-
Object.defineProperty(exports, '
|
|
185
|
-
enumerable: true,
|
|
186
|
-
get: function () {
|
|
187
|
-
return typographyVariation_enum.HeaderCenterContentWidth;
|
|
188
|
-
}
|
|
189
|
-
});
|
|
190
|
-
Object.defineProperty(exports, 'InfoCardHeadingLevel', {
|
|
234
|
+
Object.defineProperty(exports, 'FormSelectValidation', {
|
|
191
235
|
enumerable: true,
|
|
192
236
|
get: function () {
|
|
193
|
-
return typographyVariation_enum.
|
|
237
|
+
return typographyVariation_enum.FormSelectValidation;
|
|
194
238
|
}
|
|
195
239
|
});
|
|
196
|
-
Object.defineProperty(exports, '
|
|
240
|
+
Object.defineProperty(exports, 'FormSelectVariation', {
|
|
197
241
|
enumerable: true,
|
|
198
242
|
get: function () {
|
|
199
|
-
return typographyVariation_enum.
|
|
243
|
+
return typographyVariation_enum.FormSelectVariation;
|
|
200
244
|
}
|
|
201
245
|
});
|
|
202
|
-
Object.defineProperty(exports, '
|
|
246
|
+
Object.defineProperty(exports, 'FormValidationMessageVariation', {
|
|
203
247
|
enumerable: true,
|
|
204
248
|
get: function () {
|
|
205
|
-
return typographyVariation_enum.
|
|
249
|
+
return typographyVariation_enum.FormValidationMessageVariation;
|
|
206
250
|
}
|
|
207
251
|
});
|
|
208
|
-
Object.defineProperty(exports, '
|
|
209
|
-
enumerable: true,
|
|
210
|
-
get: function () {
|
|
211
|
-
return typographyVariation_enum.InfoCardMultiVariation;
|
|
212
|
-
}
|
|
213
|
-
});
|
|
214
|
-
Object.defineProperty(exports, 'LayoutBlockContainer', {
|
|
252
|
+
Object.defineProperty(exports, 'HeaderCenterContentWidth', {
|
|
215
253
|
enumerable: true,
|
|
216
254
|
get: function () {
|
|
217
|
-
return typographyVariation_enum.
|
|
255
|
+
return typographyVariation_enum.HeaderCenterContentWidth;
|
|
218
256
|
}
|
|
219
257
|
});
|
|
220
|
-
Object.defineProperty(exports, '
|
|
258
|
+
Object.defineProperty(exports, 'InfoCardBorderPosition', {
|
|
221
259
|
enumerable: true,
|
|
222
260
|
get: function () {
|
|
223
|
-
return typographyVariation_enum.
|
|
261
|
+
return typographyVariation_enum.InfoCardBorderPosition;
|
|
224
262
|
}
|
|
225
263
|
});
|
|
226
|
-
Object.defineProperty(exports, '
|
|
264
|
+
Object.defineProperty(exports, 'InfoCardHeadingLevel', {
|
|
227
265
|
enumerable: true,
|
|
228
266
|
get: function () {
|
|
229
|
-
return typographyVariation_enum.
|
|
267
|
+
return typographyVariation_enum.InfoCardHeadingLevel;
|
|
230
268
|
}
|
|
231
269
|
});
|
|
232
|
-
Object.defineProperty(exports, '
|
|
270
|
+
Object.defineProperty(exports, 'InfoCardMultiContainerHeadingLevel', {
|
|
233
271
|
enumerable: true,
|
|
234
272
|
get: function () {
|
|
235
|
-
return typographyVariation_enum.
|
|
273
|
+
return typographyVariation_enum.InfoCardMultiContainerHeadingLevel;
|
|
236
274
|
}
|
|
237
275
|
});
|
|
238
|
-
Object.defineProperty(exports, '
|
|
276
|
+
Object.defineProperty(exports, 'InfoCardMultiHeadingLevel', {
|
|
239
277
|
enumerable: true,
|
|
240
278
|
get: function () {
|
|
241
|
-
return typographyVariation_enum.
|
|
279
|
+
return typographyVariation_enum.InfoCardMultiHeadingLevel;
|
|
242
280
|
}
|
|
243
281
|
});
|
|
244
|
-
Object.defineProperty(exports, '
|
|
282
|
+
Object.defineProperty(exports, 'InfoCardMultiType', {
|
|
245
283
|
enumerable: true,
|
|
246
284
|
get: function () {
|
|
247
|
-
return typographyVariation_enum.
|
|
285
|
+
return typographyVariation_enum.InfoCardMultiType;
|
|
248
286
|
}
|
|
249
287
|
});
|
|
250
|
-
Object.defineProperty(exports, '
|
|
288
|
+
Object.defineProperty(exports, 'InfoCardMultiVariation', {
|
|
251
289
|
enumerable: true,
|
|
252
290
|
get: function () {
|
|
253
|
-
return typographyVariation_enum.
|
|
291
|
+
return typographyVariation_enum.InfoCardMultiVariation;
|
|
254
292
|
}
|
|
255
293
|
});
|
|
256
|
-
Object.defineProperty(exports, '
|
|
294
|
+
Object.defineProperty(exports, 'InfoCardSize', {
|
|
257
295
|
enumerable: true,
|
|
258
296
|
get: function () {
|
|
259
|
-
return typographyVariation_enum.
|
|
297
|
+
return typographyVariation_enum.InfoCardSize;
|
|
260
298
|
}
|
|
261
299
|
});
|
|
262
|
-
Object.defineProperty(exports, '
|
|
300
|
+
Object.defineProperty(exports, 'InfoCardType', {
|
|
263
301
|
enumerable: true,
|
|
264
302
|
get: function () {
|
|
265
|
-
return typographyVariation_enum.
|
|
303
|
+
return typographyVariation_enum.InfoCardType;
|
|
266
304
|
}
|
|
267
305
|
});
|
|
268
|
-
Object.defineProperty(exports, '
|
|
306
|
+
Object.defineProperty(exports, 'InfoCardVariation', {
|
|
269
307
|
enumerable: true,
|
|
270
308
|
get: function () {
|
|
271
|
-
return typographyVariation_enum.
|
|
309
|
+
return typographyVariation_enum.InfoCardVariation;
|
|
272
310
|
}
|
|
273
311
|
});
|
|
274
|
-
Object.defineProperty(exports, '
|
|
312
|
+
Object.defineProperty(exports, 'LayoutBlockContainer', {
|
|
275
313
|
enumerable: true,
|
|
276
314
|
get: function () {
|
|
277
|
-
return typographyVariation_enum.
|
|
315
|
+
return typographyVariation_enum.LayoutBlockContainer;
|
|
278
316
|
}
|
|
279
317
|
});
|
|
280
|
-
Object.defineProperty(exports, '
|
|
318
|
+
Object.defineProperty(exports, 'LayoutColumnsElement', {
|
|
281
319
|
enumerable: true,
|
|
282
320
|
get: function () {
|
|
283
|
-
return
|
|
321
|
+
return typographyVariation_enum.LayoutColumnsElement;
|
|
284
322
|
}
|
|
285
323
|
});
|
|
286
|
-
Object.defineProperty(exports, '
|
|
324
|
+
Object.defineProperty(exports, 'LayoutColumnsGap', {
|
|
287
325
|
enumerable: true,
|
|
288
326
|
get: function () {
|
|
289
|
-
return
|
|
327
|
+
return typographyVariation_enum.LayoutColumnsGap;
|
|
290
328
|
}
|
|
291
329
|
});
|
|
292
|
-
Object.defineProperty(exports, '
|
|
330
|
+
Object.defineProperty(exports, 'LayoutColumnsVariation', {
|
|
293
331
|
enumerable: true,
|
|
294
332
|
get: function () {
|
|
295
|
-
return
|
|
333
|
+
return typographyVariation_enum.LayoutColumnsVariation;
|
|
296
334
|
}
|
|
297
335
|
});
|
|
298
|
-
Object.defineProperty(exports, '
|
|
336
|
+
Object.defineProperty(exports, 'LayoutContainerMaxWidth', {
|
|
299
337
|
enumerable: true,
|
|
300
338
|
get: function () {
|
|
301
|
-
return
|
|
339
|
+
return typographyVariation_enum.LayoutContainerMaxWidth;
|
|
302
340
|
}
|
|
303
341
|
});
|
|
304
|
-
Object.defineProperty(exports, '
|
|
342
|
+
Object.defineProperty(exports, 'LayoutContainerVariation', {
|
|
305
343
|
enumerable: true,
|
|
306
344
|
get: function () {
|
|
307
|
-
return
|
|
345
|
+
return typographyVariation_enum.LayoutContainerVariation;
|
|
308
346
|
}
|
|
309
347
|
});
|
|
310
|
-
Object.defineProperty(exports, '
|
|
348
|
+
Object.defineProperty(exports, 'LinkButtonVariation', {
|
|
311
349
|
enumerable: true,
|
|
312
350
|
get: function () {
|
|
313
|
-
return
|
|
351
|
+
return typographyVariation_enum.LinkButtonVariation;
|
|
314
352
|
}
|
|
315
353
|
});
|
|
316
|
-
Object.defineProperty(exports, '
|
|
354
|
+
Object.defineProperty(exports, 'LogoColor', {
|
|
317
355
|
enumerable: true,
|
|
318
356
|
get: function () {
|
|
319
|
-
return
|
|
357
|
+
return typographyVariation_enum.LogoColor;
|
|
320
358
|
}
|
|
321
359
|
});
|
|
322
|
-
Object.defineProperty(exports, '
|
|
360
|
+
Object.defineProperty(exports, 'NavigationVerticalMenuActiveIndicatorSize', {
|
|
323
361
|
enumerable: true,
|
|
324
362
|
get: function () {
|
|
325
|
-
return
|
|
363
|
+
return typographyVariation_enum.NavigationVerticalMenuActiveIndicatorSize;
|
|
326
364
|
}
|
|
327
365
|
});
|
|
328
|
-
Object.defineProperty(exports, '
|
|
366
|
+
Object.defineProperty(exports, 'NavigationVerticalMenuVariation', {
|
|
329
367
|
enumerable: true,
|
|
330
368
|
get: function () {
|
|
331
|
-
return
|
|
369
|
+
return typographyVariation_enum.NavigationVerticalMenuVariation;
|
|
332
370
|
}
|
|
333
371
|
});
|
|
334
|
-
Object.defineProperty(exports, '
|
|
372
|
+
Object.defineProperty(exports, 'NotificationAlertHeadingLevel', {
|
|
335
373
|
enumerable: true,
|
|
336
374
|
get: function () {
|
|
337
|
-
return
|
|
375
|
+
return typographyVariation_enum.NotificationAlertHeadingLevel;
|
|
338
376
|
}
|
|
339
377
|
});
|
|
340
|
-
Object.defineProperty(exports, '
|
|
378
|
+
Object.defineProperty(exports, 'NotificationAlertSize', {
|
|
341
379
|
enumerable: true,
|
|
342
380
|
get: function () {
|
|
343
|
-
return
|
|
381
|
+
return typographyVariation_enum.NotificationAlertSize;
|
|
344
382
|
}
|
|
345
383
|
});
|
|
346
|
-
Object.defineProperty(exports, '
|
|
384
|
+
Object.defineProperty(exports, 'NotificationAlertVariation', {
|
|
347
385
|
enumerable: true,
|
|
348
386
|
get: function () {
|
|
349
|
-
return
|
|
387
|
+
return typographyVariation_enum.NotificationAlertVariation;
|
|
350
388
|
}
|
|
351
389
|
});
|
|
352
|
-
Object.defineProperty(exports, '
|
|
390
|
+
Object.defineProperty(exports, 'ProgressIndicatorRole', {
|
|
353
391
|
enumerable: true,
|
|
354
392
|
get: function () {
|
|
355
|
-
return
|
|
393
|
+
return typographyVariation_enum.ProgressIndicatorRole;
|
|
356
394
|
}
|
|
357
395
|
});
|
|
358
|
-
Object.defineProperty(exports, '
|
|
396
|
+
Object.defineProperty(exports, 'ProgressIndicatorVariation', {
|
|
359
397
|
enumerable: true,
|
|
360
398
|
get: function () {
|
|
361
|
-
return
|
|
399
|
+
return typographyVariation_enum.ProgressIndicatorVariation;
|
|
362
400
|
}
|
|
363
401
|
});
|
|
364
|
-
Object.defineProperty(exports, '
|
|
402
|
+
Object.defineProperty(exports, 'TagMediaIcon', {
|
|
365
403
|
enumerable: true,
|
|
366
404
|
get: function () {
|
|
367
|
-
return
|
|
405
|
+
return typographyVariation_enum.TagMediaIcon;
|
|
368
406
|
}
|
|
369
407
|
});
|
|
370
|
-
Object.defineProperty(exports, '
|
|
408
|
+
Object.defineProperty(exports, 'TitleLogoVariation', {
|
|
371
409
|
enumerable: true,
|
|
372
410
|
get: function () {
|
|
373
|
-
return
|
|
411
|
+
return typographyVariation_enum.TitleLogoVariation;
|
|
374
412
|
}
|
|
375
413
|
});
|
|
376
|
-
Object.defineProperty(exports, '
|
|
414
|
+
Object.defineProperty(exports, 'ToolsFeedbackHeadingLevel', {
|
|
377
415
|
enumerable: true,
|
|
378
416
|
get: function () {
|
|
379
|
-
return
|
|
417
|
+
return typographyVariation_enum.ToolsFeedbackHeadingLevel;
|
|
380
418
|
}
|
|
381
419
|
});
|
|
382
|
-
Object.defineProperty(exports, '
|
|
420
|
+
Object.defineProperty(exports, 'ToolsFeedbackType', {
|
|
383
421
|
enumerable: true,
|
|
384
422
|
get: function () {
|
|
385
|
-
return
|
|
423
|
+
return typographyVariation_enum.ToolsFeedbackType;
|
|
386
424
|
}
|
|
387
425
|
});
|
|
388
|
-
Object.defineProperty(exports, '
|
|
426
|
+
Object.defineProperty(exports, 'ToolsThemeProviderBrandEnum', {
|
|
389
427
|
enumerable: true,
|
|
390
428
|
get: function () {
|
|
391
|
-
return
|
|
429
|
+
return typographyVariation_enum.ToolsThemeProviderBrandEnum;
|
|
392
430
|
}
|
|
393
431
|
});
|
|
394
|
-
Object.defineProperty(exports, '
|
|
432
|
+
Object.defineProperty(exports, 'ToolsThemeProviderThemeEnum', {
|
|
395
433
|
enumerable: true,
|
|
396
434
|
get: function () {
|
|
397
|
-
return
|
|
435
|
+
return typographyVariation_enum.ToolsThemeProviderThemeEnum;
|
|
398
436
|
}
|
|
399
437
|
});
|
|
400
|
-
Object.defineProperty(exports, '
|
|
438
|
+
Object.defineProperty(exports, 'TypographyHeadingJumboLevel', {
|
|
401
439
|
enumerable: true,
|
|
402
440
|
get: function () {
|
|
403
|
-
return
|
|
441
|
+
return typographyVariation_enum.TypographyHeadingJumboLevel;
|
|
404
442
|
}
|
|
405
443
|
});
|
|
406
|
-
Object.defineProperty(exports, '
|
|
444
|
+
Object.defineProperty(exports, 'TypographyHeadingJumboVariation', {
|
|
407
445
|
enumerable: true,
|
|
408
446
|
get: function () {
|
|
409
|
-
return
|
|
447
|
+
return typographyVariation_enum.TypographyHeadingJumboVariation;
|
|
410
448
|
}
|
|
411
449
|
});
|
|
412
|
-
Object.defineProperty(exports, '
|
|
450
|
+
Object.defineProperty(exports, 'TypographyVariation', {
|
|
413
451
|
enumerable: true,
|
|
414
452
|
get: function () {
|
|
415
|
-
return
|
|
453
|
+
return typographyVariation_enum.TypographyVariation;
|
|
416
454
|
}
|
|
417
455
|
});
|
|
418
|
-
Object.defineProperty(exports, '
|
|
456
|
+
Object.defineProperty(exports, 'BadgeStatusSize', {
|
|
419
457
|
enumerable: true,
|
|
420
458
|
get: function () {
|
|
421
|
-
return
|
|
459
|
+
return badgeStatusVariation_enum.BadgeStatusSize;
|
|
422
460
|
}
|
|
423
461
|
});
|
|
424
|
-
Object.defineProperty(exports, '
|
|
462
|
+
Object.defineProperty(exports, 'BadgeStatusType', {
|
|
425
463
|
enumerable: true,
|
|
426
464
|
get: function () {
|
|
427
|
-
return
|
|
465
|
+
return badgeStatusVariation_enum.BadgeStatusType;
|
|
428
466
|
}
|
|
429
467
|
});
|
|
430
|
-
Object.defineProperty(exports, '
|
|
468
|
+
Object.defineProperty(exports, 'BadgeStatusVariation', {
|
|
431
469
|
enumerable: true,
|
|
432
470
|
get: function () {
|
|
433
|
-
return
|
|
471
|
+
return badgeStatusVariation_enum.BadgeStatusVariation;
|
|
434
472
|
}
|
|
435
473
|
});
|
|
436
|
-
Object.defineProperty(exports, '
|
|
474
|
+
Object.defineProperty(exports, 'ButtonSize', {
|
|
437
475
|
enumerable: true,
|
|
438
476
|
get: function () {
|
|
439
|
-
return
|
|
477
|
+
return codeExampleVariation_enum.ButtonSize;
|
|
440
478
|
}
|
|
441
479
|
});
|
|
442
|
-
Object.defineProperty(exports, '
|
|
480
|
+
Object.defineProperty(exports, 'CodeBlockVariation', {
|
|
443
481
|
enumerable: true,
|
|
444
482
|
get: function () {
|
|
445
|
-
return
|
|
483
|
+
return codeExampleVariation_enum.CodeBlockVariation;
|
|
446
484
|
}
|
|
447
485
|
});
|
|
448
|
-
Object.defineProperty(exports, '
|
|
486
|
+
Object.defineProperty(exports, 'CodeExampleLanguage', {
|
|
449
487
|
enumerable: true,
|
|
450
488
|
get: function () {
|
|
451
|
-
return
|
|
489
|
+
return codeExampleVariation_enum.CodeExampleLanguage;
|
|
452
490
|
}
|
|
453
491
|
});
|
|
454
|
-
Object.defineProperty(exports, '
|
|
492
|
+
Object.defineProperty(exports, 'CodeExampleVariation', {
|
|
455
493
|
enumerable: true,
|
|
456
494
|
get: function () {
|
|
457
|
-
return
|
|
495
|
+
return codeExampleVariation_enum.CodeExampleVariation;
|
|
458
496
|
}
|
|
459
497
|
});
|
|
460
|
-
Object.defineProperty(exports, '
|
|
498
|
+
Object.defineProperty(exports, 'ButtonType', {
|
|
461
499
|
enumerable: true,
|
|
462
500
|
get: function () {
|
|
463
|
-
return
|
|
501
|
+
return formInputType_enum.ButtonType;
|
|
464
502
|
}
|
|
465
503
|
});
|
|
466
|
-
Object.defineProperty(exports, '
|
|
504
|
+
Object.defineProperty(exports, 'FormInputButtonVariation', {
|
|
467
505
|
enumerable: true,
|
|
468
506
|
get: function () {
|
|
469
|
-
return
|
|
507
|
+
return formInputType_enum.FormInputButtonVariation;
|
|
470
508
|
}
|
|
471
509
|
});
|
|
472
|
-
Object.defineProperty(exports, '
|
|
510
|
+
Object.defineProperty(exports, 'FormInputSearchVariation', {
|
|
473
511
|
enumerable: true,
|
|
474
512
|
get: function () {
|
|
475
|
-
return
|
|
513
|
+
return formInputType_enum.FormInputSearchVariation;
|
|
476
514
|
}
|
|
477
515
|
});
|
|
478
|
-
Object.defineProperty(exports, '
|
|
516
|
+
Object.defineProperty(exports, 'FormInputType', {
|
|
479
517
|
enumerable: true,
|
|
480
518
|
get: function () {
|
|
481
|
-
return
|
|
519
|
+
return formInputType_enum.FormInputType;
|
|
482
520
|
}
|
|
483
521
|
});
|
|
484
|
-
Object.defineProperty(exports, '
|
|
522
|
+
Object.defineProperty(exports, 'ButtonVariation', {
|
|
485
523
|
enumerable: true,
|
|
486
524
|
get: function () {
|
|
487
|
-
return
|
|
525
|
+
return buttonVariation_enum.ButtonVariation;
|
|
488
526
|
}
|
|
489
527
|
});
|
|
490
|
-
Object.defineProperty(exports, '
|
|
528
|
+
Object.defineProperty(exports, 'CalendarWeekViewHeadingLevel', {
|
|
491
529
|
enumerable: true,
|
|
492
530
|
get: function () {
|
|
493
|
-
return
|
|
531
|
+
return calendarWeekViewHeadingLevel_enum.CalendarWeekViewHeadingLevel;
|
|
494
532
|
}
|
|
495
533
|
});
|
|
496
|
-
Object.defineProperty(exports, '
|
|
534
|
+
Object.defineProperty(exports, 'BarChartVariation', {
|
|
497
535
|
enumerable: true,
|
|
498
536
|
get: function () {
|
|
499
|
-
return
|
|
537
|
+
return barChartVariation_enum.BarChartVariation;
|
|
500
538
|
}
|
|
501
539
|
});
|
|
502
|
-
Object.defineProperty(exports, '
|
|
540
|
+
Object.defineProperty(exports, 'CodeLanguage', {
|
|
503
541
|
enumerable: true,
|
|
504
542
|
get: function () {
|
|
505
|
-
return
|
|
543
|
+
return codeVariation_enum.CodeLanguage;
|
|
506
544
|
}
|
|
507
545
|
});
|
|
508
|
-
Object.defineProperty(exports, '
|
|
546
|
+
Object.defineProperty(exports, 'CodeVariation', {
|
|
509
547
|
enumerable: true,
|
|
510
548
|
get: function () {
|
|
511
|
-
return
|
|
549
|
+
return codeVariation_enum.CodeVariation;
|
|
512
550
|
}
|
|
513
551
|
});
|
|
514
|
-
Object.defineProperty(exports, '
|
|
552
|
+
Object.defineProperty(exports, 'ExpandableAccordionHeaderLevel', {
|
|
515
553
|
enumerable: true,
|
|
516
554
|
get: function () {
|
|
517
|
-
return
|
|
555
|
+
return expandableAccordionHeaderLevel_enum.ExpandableAccordionHeaderLevel;
|
|
518
556
|
}
|
|
519
557
|
});
|
|
520
|
-
Object.defineProperty(exports, '
|
|
558
|
+
Object.defineProperty(exports, 'ExpandableFaqHeadingLevel', {
|
|
521
559
|
enumerable: true,
|
|
522
560
|
get: function () {
|
|
523
|
-
return
|
|
561
|
+
return expandableFaqVariation_enum.ExpandableFaqHeadingLevel;
|
|
524
562
|
}
|
|
525
563
|
});
|
|
526
|
-
Object.defineProperty(exports, '
|
|
564
|
+
Object.defineProperty(exports, 'ExpandableFaqVariation', {
|
|
527
565
|
enumerable: true,
|
|
528
566
|
get: function () {
|
|
529
|
-
return
|
|
567
|
+
return expandableFaqVariation_enum.ExpandableFaqVariation;
|
|
530
568
|
}
|
|
531
569
|
});
|
|
532
|
-
Object.defineProperty(exports, '
|
|
570
|
+
Object.defineProperty(exports, 'FormRadiogroupValidation', {
|
|
533
571
|
enumerable: true,
|
|
534
572
|
get: function () {
|
|
535
|
-
return
|
|
573
|
+
return formRadiogroupValidation_enum.FormRadiogroupValidation;
|
|
536
574
|
}
|
|
537
575
|
});
|
|
538
|
-
Object.defineProperty(exports, '
|
|
576
|
+
Object.defineProperty(exports, 'FormTextareaValidation', {
|
|
539
577
|
enumerable: true,
|
|
540
578
|
get: function () {
|
|
541
|
-
return
|
|
579
|
+
return formTextareaVariation_enum.FormTextareaValidation;
|
|
542
580
|
}
|
|
543
581
|
});
|
|
544
|
-
Object.defineProperty(exports, '
|
|
582
|
+
Object.defineProperty(exports, 'FormTextareaVariation', {
|
|
545
583
|
enumerable: true,
|
|
546
584
|
get: function () {
|
|
547
|
-
return
|
|
585
|
+
return formTextareaVariation_enum.FormTextareaVariation;
|
|
548
586
|
}
|
|
549
587
|
});
|
|
550
|
-
Object.defineProperty(exports, '
|
|
588
|
+
Object.defineProperty(exports, 'LayoutBlockVariation', {
|
|
551
589
|
enumerable: true,
|
|
552
590
|
get: function () {
|
|
553
|
-
return
|
|
591
|
+
return layoutBlockVariation_enum.LayoutBlockVariation;
|
|
554
592
|
}
|
|
555
593
|
});
|
|
556
594
|
Object.defineProperty(exports, 'ListType', {
|
|
@@ -613,36 +651,12 @@ Object.defineProperty(exports, 'NavigationSidebarVariation', {
|
|
|
613
651
|
return navigationSidebarVariation_enum.NavigationSidebarVariation;
|
|
614
652
|
}
|
|
615
653
|
});
|
|
616
|
-
Object.defineProperty(exports, 'NavigationVerticalMenuActiveIndicatorSize', {
|
|
617
|
-
enumerable: true,
|
|
618
|
-
get: function () {
|
|
619
|
-
return navigationVerticalMenuVariation_enum.NavigationVerticalMenuActiveIndicatorSize;
|
|
620
|
-
}
|
|
621
|
-
});
|
|
622
|
-
Object.defineProperty(exports, 'NavigationVerticalMenuVariation', {
|
|
623
|
-
enumerable: true,
|
|
624
|
-
get: function () {
|
|
625
|
-
return navigationVerticalMenuVariation_enum.NavigationVerticalMenuVariation;
|
|
626
|
-
}
|
|
627
|
-
});
|
|
628
654
|
Object.defineProperty(exports, 'ProgressCircleRole', {
|
|
629
655
|
enumerable: true,
|
|
630
656
|
get: function () {
|
|
631
657
|
return progressCircleRole_enum.ProgressCircleRole;
|
|
632
658
|
}
|
|
633
659
|
});
|
|
634
|
-
Object.defineProperty(exports, 'ProgressIndicatorRole', {
|
|
635
|
-
enumerable: true,
|
|
636
|
-
get: function () {
|
|
637
|
-
return progressIndicatorVariation_enum.ProgressIndicatorRole;
|
|
638
|
-
}
|
|
639
|
-
});
|
|
640
|
-
Object.defineProperty(exports, 'ProgressIndicatorVariation', {
|
|
641
|
-
enumerable: true,
|
|
642
|
-
get: function () {
|
|
643
|
-
return progressIndicatorVariation_enum.ProgressIndicatorVariation;
|
|
644
|
-
}
|
|
645
|
-
});
|
|
646
660
|
Object.defineProperty(exports, 'ProgressListItemHeadingLevel', {
|
|
647
661
|
enumerable: true,
|
|
648
662
|
get: function () {
|
|
@@ -739,12 +753,6 @@ Object.defineProperty(exports, 'TableVariation', {
|
|
|
739
753
|
return tableVariation_enum.TableVariation;
|
|
740
754
|
}
|
|
741
755
|
});
|
|
742
|
-
Object.defineProperty(exports, 'TagMediaIcon', {
|
|
743
|
-
enumerable: true,
|
|
744
|
-
get: function () {
|
|
745
|
-
return tagMediaIcon_enum.TagMediaIcon;
|
|
746
|
-
}
|
|
747
|
-
});
|
|
748
756
|
Object.defineProperty(exports, 'TagSize', {
|
|
749
757
|
enumerable: true,
|
|
750
758
|
get: function () {
|
|
@@ -781,24 +789,6 @@ Object.defineProperty(exports, 'FeedbackRatingVariation', {
|
|
|
781
789
|
return toolsFeedbackRatingVariation_enum.FeedbackRatingVariation;
|
|
782
790
|
}
|
|
783
791
|
});
|
|
784
|
-
Object.defineProperty(exports, 'ToolsThemeProviderBrandEnum', {
|
|
785
|
-
enumerable: true,
|
|
786
|
-
get: function () {
|
|
787
|
-
return toolsThemeProvider_brand_enum.ToolsThemeProviderBrandEnum;
|
|
788
|
-
}
|
|
789
|
-
});
|
|
790
|
-
Object.defineProperty(exports, 'TypographyHeadingJumboLevel', {
|
|
791
|
-
enumerable: true,
|
|
792
|
-
get: function () {
|
|
793
|
-
return typographyHeadingJumboVariation_enum.TypographyHeadingJumboLevel;
|
|
794
|
-
}
|
|
795
|
-
});
|
|
796
|
-
Object.defineProperty(exports, 'TypographyHeadingJumboVariation', {
|
|
797
|
-
enumerable: true,
|
|
798
|
-
get: function () {
|
|
799
|
-
return typographyHeadingJumboVariation_enum.TypographyHeadingJumboVariation;
|
|
800
|
-
}
|
|
801
|
-
});
|
|
802
792
|
Object.defineProperty(exports, 'TypographyMetaVariation', {
|
|
803
793
|
enumerable: true,
|
|
804
794
|
get: function () {
|