@designsystem-se/af 37.0.1 → 37.0.2-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 +1 -1
- 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-logo.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-0139aa4e.js +66 -0
- package/components/{p-9466c4e0.js → p-117e7b18.js} +1 -1
- package/components/{p-f53eb01a.js → p-35dc20c4.js} +1 -1
- package/components/{p-7ff04204.js → p-6bc35478.js} +2 -2
- package/components/{p-44f143ea.js → p-7d3fb535.js} +2 -2
- package/components/p-a761b038.js +165 -0
- package/components/{p-2ac136a0.js → p-a79e144f.js} +1 -1
- package/components/p-ae129206.js +163 -0
- package/components/p-d7ef9cb1.js +13 -0
- package/components/{p-62a0008b.js → p-f5f26951.js} +2 -2
- package/custom-elements.json +4 -0
- package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
- package/dist/cjs/digi-button_83.cjs.entry.js +8198 -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 -123
- package/dist/cjs/digi-code-example.cjs.entry.js +1 -1
- package/dist/cjs/digi-dialog.cjs.entry.js +3 -21
- package/dist/cjs/digi-form-error-list.cjs.entry.js +2 -20
- package/dist/cjs/digi-form-input-search.cjs.entry.js +6 -7
- package/dist/cjs/digi-form-receipt.cjs.entry.js +2 -20
- package/dist/cjs/digi-navigation-pagination.cjs.entry.js +2 -20
- package/dist/cjs/digi-notification-error-page.cjs.entry.js +2 -20
- package/dist/cjs/digi-quote.cjs.entry.js +1 -1
- package/dist/cjs/digi-tools-feedback.cjs.entry.js +3 -21
- package/dist/cjs/{form-input-type.enum-9c8ee12a.js → form-input-type.enum-1fb2180a.js} +14 -0
- package/dist/cjs/index-7a477838.js +4 -188
- package/dist/cjs/{index-ac8e01b4.js → index-acb7b350.js} +189 -19
- package/dist/cjs/index.cjs.js +196 -208
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{typography-variation.enum-118ff8e5.js → typography-variation.enum-d87d726d.js} +249 -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 +355 -102
- 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 +355 -102
- 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 +354 -101
- 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 +354 -101
- 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 +113 -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/_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 +278 -128
- package/dist/collection/styles/src/themes/_common.mixin.scss +7 -0
- package/dist/collection/styles/src/themes/_theme-af25.mixin.scss +147 -0
- package/dist/collection/styles/src/tokens-documentation/web-AF25.json +1406 -323
- 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-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-09169f17.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3066da42.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-64b65586.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-81bbd04c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-82225661.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8f775593.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-901a3527.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-920aee36.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-94a9a0f4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a105d9fe.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a6009681.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c64b4626.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ec9e7c00.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f6edfd64.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +278 -128
- package/dist/digi-arbetsformedlingen/styles/src/themes/_common.mixin.scss +7 -0
- package/dist/digi-arbetsformedlingen/styles/src/themes/_theme-af25.mixin.scss +147 -0
- package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +1406 -323
- package/dist/esm/digi-arbetsformedlingen.js +1 -1
- package/dist/esm/digi-button_83.entry.js +8112 -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 -124
- package/dist/esm/digi-code-example.entry.js +1 -1
- package/dist/esm/digi-dialog.entry.js +3 -21
- package/dist/esm/digi-form-error-list.entry.js +2 -20
- package/dist/esm/digi-form-input-search.entry.js +1 -2
- package/dist/esm/digi-form-receipt.entry.js +2 -20
- package/dist/esm/digi-navigation-pagination.entry.js +2 -20
- package/dist/esm/digi-notification-error-page.entry.js +2 -20
- package/dist/esm/digi-quote.entry.js +1 -1
- package/dist/esm/digi-tools-feedback.entry.js +3 -21
- package/dist/esm/{form-input-type.enum-3da3db27.js → form-input-type.enum-a6bba983.js} +15 -1
- package/dist/esm/index-148a7577.js +4 -188
- package/dist/esm/{index-2fce392f.js → index-dc6b83f7.js} +170 -3
- package/dist/esm/index.js +2 -20
- package/dist/esm/loader.js +1 -1
- package/dist/esm/typography-variation.enum-c5257524.js +507 -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 +43 -24
- package/hydrate/index.mjs +43 -24
- package/package.json +1 -1
- package/components/p-4bad4fb0.js +0 -7
- package/components/p-b57677c1.js +0 -66
- package/components/p-e8fc33ed.js +0 -165
- package/components/p-ff4f4fb8.js +0 -163
- package/dist/cjs/digi-button_17.cjs.entry.js +0 -1120
- package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +0 -2600
- package/dist/cjs/digi-calendar_2.cjs.entry.js +0 -464
- package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +0 -97
- package/dist/cjs/digi-footer-card.cjs.entry.js +0 -29
- package/dist/cjs/digi-footer.cjs.entry.js +0 -75
- package/dist/cjs/digi-form-category-filter.cjs.entry.js +0 -121
- package/dist/cjs/digi-form-checkbox.cjs.entry.js +0 -127
- 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 -565
- package/dist/cjs/digi-form-select_2.cjs.entry.js +0 -186
- package/dist/cjs/digi-icon-accessibility-universal.cjs.entry.js +0 -30
- 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-envelope.cjs.entry.js +0 -30
- package/dist/cjs/digi-icon-external-link-alt_2.cjs.entry.js +0 -60
- package/dist/cjs/digi-icon-globe.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-sign.cjs.entry.js +0 -30
- 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-internal.cjs.entry.js +0 -37
- package/dist/cjs/digi-link.cjs.entry.js +0 -75
- package/dist/cjs/digi-logo.cjs.entry.js +0 -69
- 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 -113
- 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-typography.cjs.entry.js +0 -26
- 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/footer-card-variation.enum-99555edc.js +0 -8
- 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/logo-variation.enum-607fadb4.js +0 -13
- 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-029c4d40.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-0501a287.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-07303cb5.js +0 -1
- package/dist/digi-arbetsformedlingen/p-07985aef.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-0c77050e.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-0f6c0360.js +0 -1
- package/dist/digi-arbetsformedlingen/p-16f09f62.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-2693c1d8.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-286973f2.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-290d1746.js +0 -1
- package/dist/digi-arbetsformedlingen/p-2a023831.js +0 -1
- package/dist/digi-arbetsformedlingen/p-2c698144.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-33349e7e.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3a76bfde.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3b20ec86.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3c0c5222.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3d7fff3c.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3dafce70.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-41bc039f.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-443e9415.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4841b4e1.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4bad4fb0.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4e36c467.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-51149879.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-51bfa2a9.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-57319a80.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-57a0cc63.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-583d40dc.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-5d3383f9.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-5eba5ec4.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-61385dc4.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-681e7beb.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-6bd60ab6.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-6d864e79.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7238fdb8.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7327f45d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7888e12c.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-78c99e87.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-7c116ffb.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7e125c6e.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-82a89ca1.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-870c4f49.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-88b4d03a.js +0 -1
- package/dist/digi-arbetsformedlingen/p-8e1568c4.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-8e47ac34.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-905ccb30.js +0 -1
- package/dist/digi-arbetsformedlingen/p-93766b5e.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-96987381.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9a6ea3b7.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9b7f0707.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9be9a291.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a2561b9e.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a34dfc04.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-b4bef936.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-bd55807c.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c29ab968.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c68bf2b3.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c7949525.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ccd617cc.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d055d564.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d1886fff.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d5376b7c.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d7aa8315.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-df3a8ec4.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-e9abb2b1.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-eada91bf.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-edcb61eb.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ee88e3f1.js +0 -1
- package/dist/digi-arbetsformedlingen/p-eeca26b2.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-f94db846.entry.js +0 -1
- package/dist/esm/digi-button_17.entry.js +0 -1100
- package/dist/esm/digi-calendar-datepicker.entry.js +0 -2596
- package/dist/esm/digi-calendar_2.entry.js +0 -459
- package/dist/esm/digi-expandable-faq-item.entry.js +0 -93
- package/dist/esm/digi-footer-card.entry.js +0 -25
- package/dist/esm/digi-footer.entry.js +0 -71
- package/dist/esm/digi-form-category-filter.entry.js +0 -117
- package/dist/esm/digi-form-checkbox.entry.js +0 -123
- 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 -561
- package/dist/esm/digi-form-select_2.entry.js +0 -181
- package/dist/esm/digi-icon-accessibility-universal.entry.js +0 -26
- 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-envelope.entry.js +0 -26
- package/dist/esm/digi-icon-external-link-alt_2.entry.js +0 -55
- package/dist/esm/digi-icon-globe.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-sign.entry.js +0 -26
- 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-internal.entry.js +0 -33
- package/dist/esm/digi-link.entry.js +0 -71
- package/dist/esm/digi-logo.entry.js +0 -65
- 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 -109
- 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-typography.entry.js +0 -22
- 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/footer-card-variation.enum-cc732148.js +0 -8
- 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/logo-variation.enum-5b68b79f.js +0 -13
- 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-23eeecd2.js +0 -258
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -3,50 +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-d87d726d.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 footerCardVariation_enum = require('./footer-card-variation.enum-99555edc.js');
|
|
18
|
-
const formCheckboxVariation_enum = require('./form-checkbox-variation.enum-d2ca879e.js');
|
|
19
|
-
const formFileUploadVariation_enum = require('./form-file-upload-variation.enum-634cfae8.js');
|
|
20
|
-
const formInputType_enum = require('./form-input-type.enum-9c8ee12a.js');
|
|
21
|
-
const formInputVariation_enum = require('./form-input-variation.enum-c750520c.js');
|
|
22
16
|
const formRadiogroupValidation_enum = require('./form-radiogroup-validation.enum-03a17d4d.js');
|
|
23
|
-
const formSelectVariation_enum = require('./form-select-variation.enum-528c1bf0.js');
|
|
24
17
|
const formTextareaVariation_enum = require('./form-textarea-variation.enum-9c90d40f.js');
|
|
25
|
-
const formValidationMessageVariation_enum = require('./form-validation-message-variation.enum-855ae0be.js');
|
|
26
|
-
const infoCardMultiType_enum = require('./info-card-multi-type.enum-14746572.js');
|
|
27
|
-
const infoCardVariation_enum = require('./info-card-variation.enum-64cef637.js');
|
|
28
18
|
const layoutBlockVariation_enum = require('./layout-block-variation.enum-f6102119.js');
|
|
29
|
-
const layoutColumnsVariation_enum = require('./layout-columns-variation.enum-65675649.js');
|
|
30
|
-
const linkButtonVariation_enum = require('./link-button-variation.enum-137785e3.js');
|
|
31
19
|
const listType_enum = require('./list-type.enum-aea4d012.js');
|
|
32
20
|
const loaderSkeletonVariation_enum = require('./loader-skeleton-variation.enum-d52ba55e.js');
|
|
33
21
|
const loaderSpinnerSize_enum = require('./loader-spinner-size.enum-db2973f0.js');
|
|
34
|
-
const logoVariation_enum = require('./logo-variation.enum-607fadb4.js');
|
|
35
22
|
const mediaFigureAlignment_enum = require('./media-figure-alignment.enum-3885aba5.js');
|
|
36
23
|
const navigationSidebarVariation_enum = require('./navigation-sidebar-variation.enum-1c0c3064.js');
|
|
37
|
-
const navigationVerticalMenuVariation_enum = require('./navigation-vertical-menu-variation.enum-c237edd3.js');
|
|
38
|
-
const progressIndicatorVariation_enum = require('./progress-indicator-variation.enum-7cf8e0e4.js');
|
|
39
24
|
const progressListItemVariation_enum = require('./progress-list-item-variation.enum-90e4c874.js');
|
|
40
25
|
const progressListVariation_enum = require('./progress-list-variation.enum-06d5ce27.js');
|
|
41
26
|
const progressbarVariation_enum = require('./progressbar-variation.enum-aff9fa80.js');
|
|
42
27
|
const quoteImageInnerPosition_enum = require('./quote-image-inner-position.enum-e64e7a6d.js');
|
|
43
28
|
const tableVariation_enum = require('./table-variation.enum-25df2ad7.js');
|
|
44
|
-
const tagMediaIcon_enum = require('./tag-media-icon.enum-372563c5.js');
|
|
45
29
|
const tagSize_enum = require('./tag-size.enum-387c516c.js');
|
|
46
30
|
const toolsFeedbackBannerType_enum = require('./tools-feedback-banner-type.enum-de373ba0.js');
|
|
47
31
|
const toolsFeedbackRatingVariation_enum = require('./tools-feedback-rating-variation.enum-2f71e84d.js');
|
|
48
|
-
const toolsThemeProvider_brand_enum = require('./tools-theme-provider.brand.enum-bc855272.js');
|
|
49
|
-
const typographyHeadingJumboVariation_enum = require('./typography-heading-jumbo-variation.enum-8677e099.js');
|
|
50
32
|
const typographyMetaVariation_enum = require('./typography-meta-variation.enum-13ac3538.js');
|
|
51
33
|
const typographyTimeVariation_enum = require('./typography-time-variation.enum-bce1d87e.js');
|
|
52
34
|
const utilBreakpointObserverBreakpoints_enum = require('./util-breakpoint-observer-breakpoints.enum-e96d3a84.js');
|
|
@@ -110,18 +92,54 @@ Object.defineProperty(exports, 'ErrorPageStatusCodes', {
|
|
|
110
92
|
return typographyVariation_enum.ErrorPageStatusCodes;
|
|
111
93
|
}
|
|
112
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
|
+
});
|
|
113
107
|
Object.defineProperty(exports, 'FeedbackVariation', {
|
|
114
108
|
enumerable: true,
|
|
115
109
|
get: function () {
|
|
116
110
|
return typographyVariation_enum.FeedbackVariation;
|
|
117
111
|
}
|
|
118
112
|
});
|
|
113
|
+
Object.defineProperty(exports, 'FooterCardVariation', {
|
|
114
|
+
enumerable: true,
|
|
115
|
+
get: function () {
|
|
116
|
+
return typographyVariation_enum.FooterCardVariation;
|
|
117
|
+
}
|
|
118
|
+
});
|
|
119
119
|
Object.defineProperty(exports, 'FooterVariation', {
|
|
120
120
|
enumerable: true,
|
|
121
121
|
get: function () {
|
|
122
122
|
return typographyVariation_enum.FooterVariation;
|
|
123
123
|
}
|
|
124
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
|
+
});
|
|
125
143
|
Object.defineProperty(exports, 'FormErrorListHeadingLevel', {
|
|
126
144
|
enumerable: true,
|
|
127
145
|
get: function () {
|
|
@@ -134,6 +152,42 @@ Object.defineProperty(exports, 'FormFieldsetValidation', {
|
|
|
134
152
|
return typographyVariation_enum.FormFieldsetValidation;
|
|
135
153
|
}
|
|
136
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
|
+
});
|
|
137
191
|
Object.defineProperty(exports, 'FormRadiobuttonLayout', {
|
|
138
192
|
enumerable: true,
|
|
139
193
|
get: function () {
|
|
@@ -176,376 +230,370 @@ Object.defineProperty(exports, 'FormSelectFilterValidation', {
|
|
|
176
230
|
return typographyVariation_enum.FormSelectFilterValidation;
|
|
177
231
|
}
|
|
178
232
|
});
|
|
179
|
-
Object.defineProperty(exports, '
|
|
233
|
+
Object.defineProperty(exports, 'FormSelectValidation', {
|
|
180
234
|
enumerable: true,
|
|
181
235
|
get: function () {
|
|
182
|
-
return typographyVariation_enum.
|
|
236
|
+
return typographyVariation_enum.FormSelectValidation;
|
|
183
237
|
}
|
|
184
238
|
});
|
|
185
|
-
Object.defineProperty(exports, '
|
|
186
|
-
enumerable: true,
|
|
187
|
-
get: function () {
|
|
188
|
-
return typographyVariation_enum.InfoCardHeadingLevel;
|
|
189
|
-
}
|
|
190
|
-
});
|
|
191
|
-
Object.defineProperty(exports, 'InfoCardMultiContainerHeadingLevel', {
|
|
239
|
+
Object.defineProperty(exports, 'FormSelectVariation', {
|
|
192
240
|
enumerable: true,
|
|
193
241
|
get: function () {
|
|
194
|
-
return typographyVariation_enum.
|
|
242
|
+
return typographyVariation_enum.FormSelectVariation;
|
|
195
243
|
}
|
|
196
244
|
});
|
|
197
|
-
Object.defineProperty(exports, '
|
|
245
|
+
Object.defineProperty(exports, 'FormValidationMessageVariation', {
|
|
198
246
|
enumerable: true,
|
|
199
247
|
get: function () {
|
|
200
|
-
return typographyVariation_enum.
|
|
248
|
+
return typographyVariation_enum.FormValidationMessageVariation;
|
|
201
249
|
}
|
|
202
250
|
});
|
|
203
|
-
Object.defineProperty(exports, '
|
|
251
|
+
Object.defineProperty(exports, 'HeaderCenterContentWidth', {
|
|
204
252
|
enumerable: true,
|
|
205
253
|
get: function () {
|
|
206
|
-
return typographyVariation_enum.
|
|
254
|
+
return typographyVariation_enum.HeaderCenterContentWidth;
|
|
207
255
|
}
|
|
208
256
|
});
|
|
209
|
-
Object.defineProperty(exports, '
|
|
257
|
+
Object.defineProperty(exports, 'InfoCardBorderPosition', {
|
|
210
258
|
enumerable: true,
|
|
211
259
|
get: function () {
|
|
212
|
-
return typographyVariation_enum.
|
|
260
|
+
return typographyVariation_enum.InfoCardBorderPosition;
|
|
213
261
|
}
|
|
214
262
|
});
|
|
215
|
-
Object.defineProperty(exports, '
|
|
263
|
+
Object.defineProperty(exports, 'InfoCardHeadingLevel', {
|
|
216
264
|
enumerable: true,
|
|
217
265
|
get: function () {
|
|
218
|
-
return typographyVariation_enum.
|
|
266
|
+
return typographyVariation_enum.InfoCardHeadingLevel;
|
|
219
267
|
}
|
|
220
268
|
});
|
|
221
|
-
Object.defineProperty(exports, '
|
|
269
|
+
Object.defineProperty(exports, 'InfoCardMultiContainerHeadingLevel', {
|
|
222
270
|
enumerable: true,
|
|
223
271
|
get: function () {
|
|
224
|
-
return typographyVariation_enum.
|
|
272
|
+
return typographyVariation_enum.InfoCardMultiContainerHeadingLevel;
|
|
225
273
|
}
|
|
226
274
|
});
|
|
227
|
-
Object.defineProperty(exports, '
|
|
275
|
+
Object.defineProperty(exports, 'InfoCardMultiHeadingLevel', {
|
|
228
276
|
enumerable: true,
|
|
229
277
|
get: function () {
|
|
230
|
-
return typographyVariation_enum.
|
|
278
|
+
return typographyVariation_enum.InfoCardMultiHeadingLevel;
|
|
231
279
|
}
|
|
232
280
|
});
|
|
233
|
-
Object.defineProperty(exports, '
|
|
281
|
+
Object.defineProperty(exports, 'InfoCardMultiType', {
|
|
234
282
|
enumerable: true,
|
|
235
283
|
get: function () {
|
|
236
|
-
return typographyVariation_enum.
|
|
284
|
+
return typographyVariation_enum.InfoCardMultiType;
|
|
237
285
|
}
|
|
238
286
|
});
|
|
239
|
-
Object.defineProperty(exports, '
|
|
287
|
+
Object.defineProperty(exports, 'InfoCardMultiVariation', {
|
|
240
288
|
enumerable: true,
|
|
241
289
|
get: function () {
|
|
242
|
-
return typographyVariation_enum.
|
|
290
|
+
return typographyVariation_enum.InfoCardMultiVariation;
|
|
243
291
|
}
|
|
244
292
|
});
|
|
245
|
-
Object.defineProperty(exports, '
|
|
293
|
+
Object.defineProperty(exports, 'InfoCardSize', {
|
|
246
294
|
enumerable: true,
|
|
247
295
|
get: function () {
|
|
248
|
-
return typographyVariation_enum.
|
|
296
|
+
return typographyVariation_enum.InfoCardSize;
|
|
249
297
|
}
|
|
250
298
|
});
|
|
251
|
-
Object.defineProperty(exports, '
|
|
299
|
+
Object.defineProperty(exports, 'InfoCardType', {
|
|
252
300
|
enumerable: true,
|
|
253
301
|
get: function () {
|
|
254
|
-
return typographyVariation_enum.
|
|
302
|
+
return typographyVariation_enum.InfoCardType;
|
|
255
303
|
}
|
|
256
304
|
});
|
|
257
|
-
Object.defineProperty(exports, '
|
|
305
|
+
Object.defineProperty(exports, 'InfoCardVariation', {
|
|
258
306
|
enumerable: true,
|
|
259
307
|
get: function () {
|
|
260
|
-
return typographyVariation_enum.
|
|
308
|
+
return typographyVariation_enum.InfoCardVariation;
|
|
261
309
|
}
|
|
262
310
|
});
|
|
263
|
-
Object.defineProperty(exports, '
|
|
311
|
+
Object.defineProperty(exports, 'LayoutBlockContainer', {
|
|
264
312
|
enumerable: true,
|
|
265
313
|
get: function () {
|
|
266
|
-
return typographyVariation_enum.
|
|
314
|
+
return typographyVariation_enum.LayoutBlockContainer;
|
|
267
315
|
}
|
|
268
316
|
});
|
|
269
|
-
Object.defineProperty(exports, '
|
|
317
|
+
Object.defineProperty(exports, 'LayoutColumnsElement', {
|
|
270
318
|
enumerable: true,
|
|
271
319
|
get: function () {
|
|
272
|
-
return
|
|
320
|
+
return typographyVariation_enum.LayoutColumnsElement;
|
|
273
321
|
}
|
|
274
322
|
});
|
|
275
|
-
Object.defineProperty(exports, '
|
|
323
|
+
Object.defineProperty(exports, 'LayoutColumnsGap', {
|
|
276
324
|
enumerable: true,
|
|
277
325
|
get: function () {
|
|
278
|
-
return
|
|
326
|
+
return typographyVariation_enum.LayoutColumnsGap;
|
|
279
327
|
}
|
|
280
328
|
});
|
|
281
|
-
Object.defineProperty(exports, '
|
|
329
|
+
Object.defineProperty(exports, 'LayoutColumnsVariation', {
|
|
282
330
|
enumerable: true,
|
|
283
331
|
get: function () {
|
|
284
|
-
return
|
|
332
|
+
return typographyVariation_enum.LayoutColumnsVariation;
|
|
285
333
|
}
|
|
286
334
|
});
|
|
287
|
-
Object.defineProperty(exports, '
|
|
335
|
+
Object.defineProperty(exports, 'LayoutContainerMaxWidth', {
|
|
288
336
|
enumerable: true,
|
|
289
337
|
get: function () {
|
|
290
|
-
return
|
|
338
|
+
return typographyVariation_enum.LayoutContainerMaxWidth;
|
|
291
339
|
}
|
|
292
340
|
});
|
|
293
|
-
Object.defineProperty(exports, '
|
|
341
|
+
Object.defineProperty(exports, 'LayoutContainerVariation', {
|
|
294
342
|
enumerable: true,
|
|
295
343
|
get: function () {
|
|
296
|
-
return
|
|
344
|
+
return typographyVariation_enum.LayoutContainerVariation;
|
|
297
345
|
}
|
|
298
346
|
});
|
|
299
|
-
Object.defineProperty(exports, '
|
|
347
|
+
Object.defineProperty(exports, 'LinkButtonVariation', {
|
|
300
348
|
enumerable: true,
|
|
301
349
|
get: function () {
|
|
302
|
-
return
|
|
350
|
+
return typographyVariation_enum.LinkButtonVariation;
|
|
303
351
|
}
|
|
304
352
|
});
|
|
305
|
-
Object.defineProperty(exports, '
|
|
353
|
+
Object.defineProperty(exports, 'LogoColor', {
|
|
306
354
|
enumerable: true,
|
|
307
355
|
get: function () {
|
|
308
|
-
return
|
|
356
|
+
return typographyVariation_enum.LogoColor;
|
|
309
357
|
}
|
|
310
358
|
});
|
|
311
|
-
Object.defineProperty(exports, '
|
|
359
|
+
Object.defineProperty(exports, 'LogoVariation', {
|
|
312
360
|
enumerable: true,
|
|
313
361
|
get: function () {
|
|
314
|
-
return
|
|
362
|
+
return typographyVariation_enum.LogoVariation;
|
|
315
363
|
}
|
|
316
364
|
});
|
|
317
|
-
Object.defineProperty(exports, '
|
|
365
|
+
Object.defineProperty(exports, 'NavigationVerticalMenuActiveIndicatorSize', {
|
|
318
366
|
enumerable: true,
|
|
319
367
|
get: function () {
|
|
320
|
-
return
|
|
368
|
+
return typographyVariation_enum.NavigationVerticalMenuActiveIndicatorSize;
|
|
321
369
|
}
|
|
322
370
|
});
|
|
323
|
-
Object.defineProperty(exports, '
|
|
371
|
+
Object.defineProperty(exports, 'NavigationVerticalMenuVariation', {
|
|
324
372
|
enumerable: true,
|
|
325
373
|
get: function () {
|
|
326
|
-
return
|
|
374
|
+
return typographyVariation_enum.NavigationVerticalMenuVariation;
|
|
327
375
|
}
|
|
328
376
|
});
|
|
329
|
-
Object.defineProperty(exports, '
|
|
377
|
+
Object.defineProperty(exports, 'NotificationAlertHeadingLevel', {
|
|
330
378
|
enumerable: true,
|
|
331
379
|
get: function () {
|
|
332
|
-
return
|
|
380
|
+
return typographyVariation_enum.NotificationAlertHeadingLevel;
|
|
333
381
|
}
|
|
334
382
|
});
|
|
335
|
-
Object.defineProperty(exports, '
|
|
383
|
+
Object.defineProperty(exports, 'NotificationAlertSize', {
|
|
336
384
|
enumerable: true,
|
|
337
385
|
get: function () {
|
|
338
|
-
return
|
|
386
|
+
return typographyVariation_enum.NotificationAlertSize;
|
|
339
387
|
}
|
|
340
388
|
});
|
|
341
|
-
Object.defineProperty(exports, '
|
|
389
|
+
Object.defineProperty(exports, 'NotificationAlertVariation', {
|
|
342
390
|
enumerable: true,
|
|
343
391
|
get: function () {
|
|
344
|
-
return
|
|
392
|
+
return typographyVariation_enum.NotificationAlertVariation;
|
|
345
393
|
}
|
|
346
394
|
});
|
|
347
|
-
Object.defineProperty(exports, '
|
|
395
|
+
Object.defineProperty(exports, 'ProgressIndicatorRole', {
|
|
348
396
|
enumerable: true,
|
|
349
397
|
get: function () {
|
|
350
|
-
return
|
|
398
|
+
return typographyVariation_enum.ProgressIndicatorRole;
|
|
351
399
|
}
|
|
352
400
|
});
|
|
353
|
-
Object.defineProperty(exports, '
|
|
401
|
+
Object.defineProperty(exports, 'ProgressIndicatorVariation', {
|
|
354
402
|
enumerable: true,
|
|
355
403
|
get: function () {
|
|
356
|
-
return
|
|
404
|
+
return typographyVariation_enum.ProgressIndicatorVariation;
|
|
357
405
|
}
|
|
358
406
|
});
|
|
359
|
-
Object.defineProperty(exports, '
|
|
407
|
+
Object.defineProperty(exports, 'TagMediaIcon', {
|
|
360
408
|
enumerable: true,
|
|
361
409
|
get: function () {
|
|
362
|
-
return
|
|
410
|
+
return typographyVariation_enum.TagMediaIcon;
|
|
363
411
|
}
|
|
364
412
|
});
|
|
365
|
-
Object.defineProperty(exports, '
|
|
413
|
+
Object.defineProperty(exports, 'TitleLogoVariation', {
|
|
366
414
|
enumerable: true,
|
|
367
415
|
get: function () {
|
|
368
|
-
return
|
|
416
|
+
return typographyVariation_enum.TitleLogoVariation;
|
|
369
417
|
}
|
|
370
418
|
});
|
|
371
|
-
Object.defineProperty(exports, '
|
|
419
|
+
Object.defineProperty(exports, 'ToolsFeedbackHeadingLevel', {
|
|
372
420
|
enumerable: true,
|
|
373
421
|
get: function () {
|
|
374
|
-
return
|
|
422
|
+
return typographyVariation_enum.ToolsFeedbackHeadingLevel;
|
|
375
423
|
}
|
|
376
424
|
});
|
|
377
|
-
Object.defineProperty(exports, '
|
|
425
|
+
Object.defineProperty(exports, 'ToolsFeedbackType', {
|
|
378
426
|
enumerable: true,
|
|
379
427
|
get: function () {
|
|
380
|
-
return
|
|
428
|
+
return typographyVariation_enum.ToolsFeedbackType;
|
|
381
429
|
}
|
|
382
430
|
});
|
|
383
|
-
Object.defineProperty(exports, '
|
|
431
|
+
Object.defineProperty(exports, 'ToolsThemeProviderBrandEnum', {
|
|
384
432
|
enumerable: true,
|
|
385
433
|
get: function () {
|
|
386
|
-
return
|
|
434
|
+
return typographyVariation_enum.ToolsThemeProviderBrandEnum;
|
|
387
435
|
}
|
|
388
436
|
});
|
|
389
|
-
Object.defineProperty(exports, '
|
|
437
|
+
Object.defineProperty(exports, 'ToolsThemeProviderThemeEnum', {
|
|
390
438
|
enumerable: true,
|
|
391
439
|
get: function () {
|
|
392
|
-
return
|
|
440
|
+
return typographyVariation_enum.ToolsThemeProviderThemeEnum;
|
|
393
441
|
}
|
|
394
442
|
});
|
|
395
|
-
Object.defineProperty(exports, '
|
|
443
|
+
Object.defineProperty(exports, 'TypographyHeadingJumboLevel', {
|
|
396
444
|
enumerable: true,
|
|
397
445
|
get: function () {
|
|
398
|
-
return
|
|
446
|
+
return typographyVariation_enum.TypographyHeadingJumboLevel;
|
|
399
447
|
}
|
|
400
448
|
});
|
|
401
|
-
Object.defineProperty(exports, '
|
|
449
|
+
Object.defineProperty(exports, 'TypographyHeadingJumboVariation', {
|
|
402
450
|
enumerable: true,
|
|
403
451
|
get: function () {
|
|
404
|
-
return
|
|
452
|
+
return typographyVariation_enum.TypographyHeadingJumboVariation;
|
|
405
453
|
}
|
|
406
454
|
});
|
|
407
|
-
Object.defineProperty(exports, '
|
|
455
|
+
Object.defineProperty(exports, 'TypographyVariation', {
|
|
408
456
|
enumerable: true,
|
|
409
457
|
get: function () {
|
|
410
|
-
return
|
|
458
|
+
return typographyVariation_enum.TypographyVariation;
|
|
411
459
|
}
|
|
412
460
|
});
|
|
413
|
-
Object.defineProperty(exports, '
|
|
461
|
+
Object.defineProperty(exports, 'BadgeStatusSize', {
|
|
414
462
|
enumerable: true,
|
|
415
463
|
get: function () {
|
|
416
|
-
return
|
|
464
|
+
return badgeStatusVariation_enum.BadgeStatusSize;
|
|
417
465
|
}
|
|
418
466
|
});
|
|
419
|
-
Object.defineProperty(exports, '
|
|
467
|
+
Object.defineProperty(exports, 'BadgeStatusType', {
|
|
420
468
|
enumerable: true,
|
|
421
469
|
get: function () {
|
|
422
|
-
return
|
|
470
|
+
return badgeStatusVariation_enum.BadgeStatusType;
|
|
423
471
|
}
|
|
424
472
|
});
|
|
425
|
-
Object.defineProperty(exports, '
|
|
473
|
+
Object.defineProperty(exports, 'BadgeStatusVariation', {
|
|
426
474
|
enumerable: true,
|
|
427
475
|
get: function () {
|
|
428
|
-
return
|
|
476
|
+
return badgeStatusVariation_enum.BadgeStatusVariation;
|
|
429
477
|
}
|
|
430
478
|
});
|
|
431
|
-
Object.defineProperty(exports, '
|
|
479
|
+
Object.defineProperty(exports, 'ButtonSize', {
|
|
432
480
|
enumerable: true,
|
|
433
481
|
get: function () {
|
|
434
|
-
return
|
|
482
|
+
return codeExampleVariation_enum.ButtonSize;
|
|
435
483
|
}
|
|
436
484
|
});
|
|
437
|
-
Object.defineProperty(exports, '
|
|
485
|
+
Object.defineProperty(exports, 'CodeBlockVariation', {
|
|
438
486
|
enumerable: true,
|
|
439
487
|
get: function () {
|
|
440
|
-
return
|
|
488
|
+
return codeExampleVariation_enum.CodeBlockVariation;
|
|
441
489
|
}
|
|
442
490
|
});
|
|
443
|
-
Object.defineProperty(exports, '
|
|
491
|
+
Object.defineProperty(exports, 'CodeExampleLanguage', {
|
|
444
492
|
enumerable: true,
|
|
445
493
|
get: function () {
|
|
446
|
-
return
|
|
494
|
+
return codeExampleVariation_enum.CodeExampleLanguage;
|
|
447
495
|
}
|
|
448
496
|
});
|
|
449
|
-
Object.defineProperty(exports, '
|
|
497
|
+
Object.defineProperty(exports, 'CodeExampleVariation', {
|
|
450
498
|
enumerable: true,
|
|
451
499
|
get: function () {
|
|
452
|
-
return
|
|
500
|
+
return codeExampleVariation_enum.CodeExampleVariation;
|
|
453
501
|
}
|
|
454
502
|
});
|
|
455
|
-
Object.defineProperty(exports, '
|
|
503
|
+
Object.defineProperty(exports, 'ButtonType', {
|
|
456
504
|
enumerable: true,
|
|
457
505
|
get: function () {
|
|
458
|
-
return
|
|
506
|
+
return formInputType_enum.ButtonType;
|
|
459
507
|
}
|
|
460
508
|
});
|
|
461
|
-
Object.defineProperty(exports, '
|
|
509
|
+
Object.defineProperty(exports, 'FormInputButtonVariation', {
|
|
462
510
|
enumerable: true,
|
|
463
511
|
get: function () {
|
|
464
|
-
return
|
|
512
|
+
return formInputType_enum.FormInputButtonVariation;
|
|
465
513
|
}
|
|
466
514
|
});
|
|
467
|
-
Object.defineProperty(exports, '
|
|
515
|
+
Object.defineProperty(exports, 'FormInputSearchVariation', {
|
|
468
516
|
enumerable: true,
|
|
469
517
|
get: function () {
|
|
470
|
-
return
|
|
518
|
+
return formInputType_enum.FormInputSearchVariation;
|
|
471
519
|
}
|
|
472
520
|
});
|
|
473
|
-
Object.defineProperty(exports, '
|
|
521
|
+
Object.defineProperty(exports, 'FormInputType', {
|
|
474
522
|
enumerable: true,
|
|
475
523
|
get: function () {
|
|
476
|
-
return
|
|
524
|
+
return formInputType_enum.FormInputType;
|
|
477
525
|
}
|
|
478
526
|
});
|
|
479
|
-
Object.defineProperty(exports, '
|
|
527
|
+
Object.defineProperty(exports, 'ButtonVariation', {
|
|
480
528
|
enumerable: true,
|
|
481
529
|
get: function () {
|
|
482
|
-
return
|
|
530
|
+
return buttonVariation_enum.ButtonVariation;
|
|
483
531
|
}
|
|
484
532
|
});
|
|
485
|
-
Object.defineProperty(exports, '
|
|
533
|
+
Object.defineProperty(exports, 'CalendarWeekViewHeadingLevel', {
|
|
486
534
|
enumerable: true,
|
|
487
535
|
get: function () {
|
|
488
|
-
return
|
|
536
|
+
return calendarWeekViewHeadingLevel_enum.CalendarWeekViewHeadingLevel;
|
|
489
537
|
}
|
|
490
538
|
});
|
|
491
|
-
Object.defineProperty(exports, '
|
|
539
|
+
Object.defineProperty(exports, 'BarChartVariation', {
|
|
492
540
|
enumerable: true,
|
|
493
541
|
get: function () {
|
|
494
|
-
return
|
|
542
|
+
return barChartVariation_enum.BarChartVariation;
|
|
495
543
|
}
|
|
496
544
|
});
|
|
497
|
-
Object.defineProperty(exports, '
|
|
545
|
+
Object.defineProperty(exports, 'CodeLanguage', {
|
|
498
546
|
enumerable: true,
|
|
499
547
|
get: function () {
|
|
500
|
-
return
|
|
548
|
+
return codeVariation_enum.CodeLanguage;
|
|
501
549
|
}
|
|
502
550
|
});
|
|
503
|
-
Object.defineProperty(exports, '
|
|
551
|
+
Object.defineProperty(exports, 'CodeVariation', {
|
|
504
552
|
enumerable: true,
|
|
505
553
|
get: function () {
|
|
506
|
-
return
|
|
554
|
+
return codeVariation_enum.CodeVariation;
|
|
507
555
|
}
|
|
508
556
|
});
|
|
509
|
-
Object.defineProperty(exports, '
|
|
557
|
+
Object.defineProperty(exports, 'ExpandableAccordionHeaderLevel', {
|
|
510
558
|
enumerable: true,
|
|
511
559
|
get: function () {
|
|
512
|
-
return
|
|
560
|
+
return expandableAccordionHeaderLevel_enum.ExpandableAccordionHeaderLevel;
|
|
513
561
|
}
|
|
514
562
|
});
|
|
515
|
-
Object.defineProperty(exports, '
|
|
563
|
+
Object.defineProperty(exports, 'ExpandableFaqHeadingLevel', {
|
|
516
564
|
enumerable: true,
|
|
517
565
|
get: function () {
|
|
518
|
-
return
|
|
566
|
+
return expandableFaqVariation_enum.ExpandableFaqHeadingLevel;
|
|
519
567
|
}
|
|
520
568
|
});
|
|
521
|
-
Object.defineProperty(exports, '
|
|
569
|
+
Object.defineProperty(exports, 'ExpandableFaqVariation', {
|
|
522
570
|
enumerable: true,
|
|
523
571
|
get: function () {
|
|
524
|
-
return
|
|
572
|
+
return expandableFaqVariation_enum.ExpandableFaqVariation;
|
|
525
573
|
}
|
|
526
574
|
});
|
|
527
|
-
Object.defineProperty(exports, '
|
|
575
|
+
Object.defineProperty(exports, 'FormRadiogroupValidation', {
|
|
528
576
|
enumerable: true,
|
|
529
577
|
get: function () {
|
|
530
|
-
return
|
|
578
|
+
return formRadiogroupValidation_enum.FormRadiogroupValidation;
|
|
531
579
|
}
|
|
532
580
|
});
|
|
533
|
-
Object.defineProperty(exports, '
|
|
581
|
+
Object.defineProperty(exports, 'FormTextareaValidation', {
|
|
534
582
|
enumerable: true,
|
|
535
583
|
get: function () {
|
|
536
|
-
return
|
|
584
|
+
return formTextareaVariation_enum.FormTextareaValidation;
|
|
537
585
|
}
|
|
538
586
|
});
|
|
539
|
-
Object.defineProperty(exports, '
|
|
587
|
+
Object.defineProperty(exports, 'FormTextareaVariation', {
|
|
540
588
|
enumerable: true,
|
|
541
589
|
get: function () {
|
|
542
|
-
return
|
|
590
|
+
return formTextareaVariation_enum.FormTextareaVariation;
|
|
543
591
|
}
|
|
544
592
|
});
|
|
545
|
-
Object.defineProperty(exports, '
|
|
593
|
+
Object.defineProperty(exports, 'LayoutBlockVariation', {
|
|
546
594
|
enumerable: true,
|
|
547
595
|
get: function () {
|
|
548
|
-
return
|
|
596
|
+
return layoutBlockVariation_enum.LayoutBlockVariation;
|
|
549
597
|
}
|
|
550
598
|
});
|
|
551
599
|
Object.defineProperty(exports, 'ListType', {
|
|
@@ -566,18 +614,6 @@ Object.defineProperty(exports, 'LoaderSpinnerSize', {
|
|
|
566
614
|
return loaderSpinnerSize_enum.LoaderSpinnerSize;
|
|
567
615
|
}
|
|
568
616
|
});
|
|
569
|
-
Object.defineProperty(exports, 'LogoColor', {
|
|
570
|
-
enumerable: true,
|
|
571
|
-
get: function () {
|
|
572
|
-
return logoVariation_enum.LogoColor;
|
|
573
|
-
}
|
|
574
|
-
});
|
|
575
|
-
Object.defineProperty(exports, 'LogoVariation', {
|
|
576
|
-
enumerable: true,
|
|
577
|
-
get: function () {
|
|
578
|
-
return logoVariation_enum.LogoVariation;
|
|
579
|
-
}
|
|
580
|
-
});
|
|
581
617
|
Object.defineProperty(exports, 'MediaFigureAlignment', {
|
|
582
618
|
enumerable: true,
|
|
583
619
|
get: function () {
|
|
@@ -620,30 +656,6 @@ Object.defineProperty(exports, 'NavigationSidebarVariation', {
|
|
|
620
656
|
return navigationSidebarVariation_enum.NavigationSidebarVariation;
|
|
621
657
|
}
|
|
622
658
|
});
|
|
623
|
-
Object.defineProperty(exports, 'NavigationVerticalMenuActiveIndicatorSize', {
|
|
624
|
-
enumerable: true,
|
|
625
|
-
get: function () {
|
|
626
|
-
return navigationVerticalMenuVariation_enum.NavigationVerticalMenuActiveIndicatorSize;
|
|
627
|
-
}
|
|
628
|
-
});
|
|
629
|
-
Object.defineProperty(exports, 'NavigationVerticalMenuVariation', {
|
|
630
|
-
enumerable: true,
|
|
631
|
-
get: function () {
|
|
632
|
-
return navigationVerticalMenuVariation_enum.NavigationVerticalMenuVariation;
|
|
633
|
-
}
|
|
634
|
-
});
|
|
635
|
-
Object.defineProperty(exports, 'ProgressIndicatorRole', {
|
|
636
|
-
enumerable: true,
|
|
637
|
-
get: function () {
|
|
638
|
-
return progressIndicatorVariation_enum.ProgressIndicatorRole;
|
|
639
|
-
}
|
|
640
|
-
});
|
|
641
|
-
Object.defineProperty(exports, 'ProgressIndicatorVariation', {
|
|
642
|
-
enumerable: true,
|
|
643
|
-
get: function () {
|
|
644
|
-
return progressIndicatorVariation_enum.ProgressIndicatorVariation;
|
|
645
|
-
}
|
|
646
|
-
});
|
|
647
659
|
Object.defineProperty(exports, 'ProgressListItemHeadingLevel', {
|
|
648
660
|
enumerable: true,
|
|
649
661
|
get: function () {
|
|
@@ -740,12 +752,6 @@ Object.defineProperty(exports, 'TableVariation', {
|
|
|
740
752
|
return tableVariation_enum.TableVariation;
|
|
741
753
|
}
|
|
742
754
|
});
|
|
743
|
-
Object.defineProperty(exports, 'TagMediaIcon', {
|
|
744
|
-
enumerable: true,
|
|
745
|
-
get: function () {
|
|
746
|
-
return tagMediaIcon_enum.TagMediaIcon;
|
|
747
|
-
}
|
|
748
|
-
});
|
|
749
755
|
Object.defineProperty(exports, 'TagSize', {
|
|
750
756
|
enumerable: true,
|
|
751
757
|
get: function () {
|
|
@@ -782,24 +788,6 @@ Object.defineProperty(exports, 'FeedbackRatingVariation', {
|
|
|
782
788
|
return toolsFeedbackRatingVariation_enum.FeedbackRatingVariation;
|
|
783
789
|
}
|
|
784
790
|
});
|
|
785
|
-
Object.defineProperty(exports, 'ToolsThemeProviderBrandEnum', {
|
|
786
|
-
enumerable: true,
|
|
787
|
-
get: function () {
|
|
788
|
-
return toolsThemeProvider_brand_enum.ToolsThemeProviderBrandEnum;
|
|
789
|
-
}
|
|
790
|
-
});
|
|
791
|
-
Object.defineProperty(exports, 'TypographyHeadingJumboLevel', {
|
|
792
|
-
enumerable: true,
|
|
793
|
-
get: function () {
|
|
794
|
-
return typographyHeadingJumboVariation_enum.TypographyHeadingJumboLevel;
|
|
795
|
-
}
|
|
796
|
-
});
|
|
797
|
-
Object.defineProperty(exports, 'TypographyHeadingJumboVariation', {
|
|
798
|
-
enumerable: true,
|
|
799
|
-
get: function () {
|
|
800
|
-
return typographyHeadingJumboVariation_enum.TypographyHeadingJumboVariation;
|
|
801
|
-
}
|
|
802
|
-
});
|
|
803
791
|
Object.defineProperty(exports, 'TypographyMetaVariation', {
|
|
804
792
|
enumerable: true,
|
|
805
793
|
get: function () {
|