@designsystem-se/af 39.0.1-beta.dark-mode → 39.1.0
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/README.md +1 -1
- package/components/digi-badge-status.js +1 -1
- package/components/digi-bar-chart.js +1 -1
- package/components/digi-button.js +1 -1
- package/components/digi-calendar-datepicker.js +6 -6
- 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 +8 -8
- package/components/digi-context-menu.js +2 -2
- package/components/digi-dialog.js +5 -5
- package/components/digi-expandable-faq-item.js +1 -1
- package/components/digi-footer.js +3 -3
- package/components/digi-form-category-filter.js +1 -1
- package/components/digi-form-checkbox.js +1 -1
- package/components/digi-form-error-list.js +5 -5
- 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 +3 -3
- package/components/digi-form-select-filter.js +5 -5
- package/components/digi-form-select.js +1 -1
- package/components/digi-header-avatar.js +1 -1
- package/components/digi-header-navigation.js +4 -4
- package/components/digi-header.js +7 -7
- 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 +4 -4
- 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 +3 -3
- package/components/digi-progress-circle.js +12 -10
- package/components/digi-progress-indicator.js +8 -6
- package/components/digi-progress-list-item.js +1 -1
- package/components/digi-quote.js +1 -1
- package/components/digi-tag.js +1 -1
- package/components/digi-title-logo.js +3 -3
- package/components/digi-tools-feedback.js +5 -5
- package/components/digi-tools-theme-provider.js +5 -18
- package/components/index.js +3 -3
- package/components/{p-90f7d507.js → p-36826879.js} +5 -5
- package/components/p-4bad4fb0.js +7 -0
- package/components/p-70fad0ea.js +165 -0
- package/components/{p-0207ebef.js → p-9df35672.js} +1 -1
- package/components/{p-8562da9d.js → p-a1255d30.js} +4 -4
- package/components/p-ab07faba.js +66 -0
- package/components/{p-9dd5d6c8.js → p-d0f35bd6.js} +11 -1
- package/components/{p-99793659.js → p-dbb0665a.js} +2 -2
- package/components/{p-b94458ed.js → p-e2a68e2b.js} +1 -1
- package/components/p-f84f590e.js +177 -0
- package/components/p-fe63f0b9.js +17 -0
- package/custom-elements.json +8 -4
- package/dist/cjs/button-size.enum-1fd86b9e.js +7 -0
- package/dist/cjs/button-type.enum-406723db.js +8 -0
- package/dist/cjs/{code-example-variation.enum-1611825e.js → code-example-variation.enum-c6557727.js} +0 -6
- package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
- package/dist/cjs/digi-badge-status.cjs.entry.js +1 -1
- package/dist/cjs/digi-button.cjs.entry.js +130 -0
- package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +2605 -0
- package/dist/cjs/digi-calendar-week-view.cjs.entry.js +51 -50
- package/dist/cjs/digi-calendar_2.cjs.entry.js +464 -0
- package/dist/cjs/{digi-code-block_2.cjs.entry.js → digi-code-block_3.cjs.entry.js} +140 -5
- package/dist/cjs/digi-code-example.cjs.entry.js +9 -8
- package/dist/cjs/digi-context-menu.cjs.entry.js +240 -0
- package/dist/cjs/digi-dialog.cjs.entry.js +26 -6
- package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +97 -0
- package/dist/cjs/digi-footer-card.cjs.entry.js +29 -0
- package/dist/cjs/digi-footer.cjs.entry.js +78 -0
- package/dist/cjs/digi-form-category-filter.cjs.entry.js +121 -0
- package/dist/cjs/digi-form-checkbox.cjs.entry.js +139 -0
- package/dist/cjs/digi-form-error-list.cjs.entry.js +24 -4
- package/dist/cjs/digi-form-file-upload.cjs.entry.js +602 -0
- package/dist/cjs/digi-form-filter.cjs.entry.js +248 -0
- package/dist/cjs/digi-form-input-search.cjs.entry.js +8 -6
- package/dist/cjs/digi-form-input.cjs.entry.js +194 -0
- package/dist/cjs/digi-form-label_3.cjs.entry.js +129 -0
- package/dist/cjs/digi-form-receipt.cjs.entry.js +24 -4
- package/dist/cjs/digi-form-select-filter.cjs.entry.js +605 -0
- package/dist/cjs/digi-form-select_2.cjs.entry.js +186 -0
- package/dist/cjs/digi-header-avatar.cjs.entry.js +114 -0
- package/dist/cjs/digi-header-navigation-item.cjs.entry.js +27 -0
- package/dist/cjs/digi-header-navigation.cjs.entry.js +232 -0
- package/dist/cjs/digi-header-notification.cjs.entry.js +23 -0
- package/dist/cjs/digi-header.cjs.entry.js +119 -0
- package/dist/cjs/digi-icon-accessibility-universal.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bars.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bell-filled.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-check-circle-solid_4.cjs.entry.js +99 -0
- package/dist/cjs/digi-icon-check_6.cjs.entry.js +340 -0
- package/dist/cjs/digi-icon-chevron-down.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-chevron-left_2.cjs.entry.js +53 -0
- package/dist/cjs/digi-icon-copy.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-envelope.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-external-link-alt_2.cjs.entry.js +60 -0
- package/dist/cjs/digi-icon-globe.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +145 -0
- package/dist/cjs/digi-icon-minus_2.cjs.entry.js +53 -0
- package/dist/cjs/digi-icon-notification-error_4.cjs.entry.js +99 -0
- package/dist/cjs/digi-icon-sign.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-spinner.cjs.entry.js +31 -0
- package/dist/cjs/digi-icon-x.cjs.entry.js +30 -0
- package/dist/cjs/digi-info-card-multi-container.cjs.entry.js +22 -0
- package/dist/cjs/digi-info-card-multi.cjs.entry.js +58 -0
- package/dist/cjs/digi-info-card.cjs.entry.js +79 -0
- package/dist/cjs/digi-layout-block_2.cjs.entry.js +92 -0
- package/dist/cjs/digi-layout-columns.cjs.entry.js +33 -0
- package/dist/cjs/digi-link-button.cjs.entry.js +66 -0
- package/dist/cjs/digi-link-internal.cjs.entry.js +37 -0
- package/dist/cjs/digi-link.cjs.entry.js +75 -0
- package/dist/cjs/digi-logo.cjs.entry.js +49 -0
- package/dist/cjs/digi-media-image_2.cjs.entry.js +167 -0
- package/dist/cjs/digi-navigation-pagination.cjs.entry.js +24 -4
- package/dist/cjs/digi-navigation-sidebar-button.cjs.entry.js +30 -0
- package/dist/cjs/digi-navigation-vertical-menu-item.cjs.entry.js +150 -0
- package/dist/cjs/digi-navigation-vertical-menu.cjs.entry.js +177 -0
- package/dist/cjs/digi-notification-alert.cjs.entry.js +116 -0
- package/dist/cjs/digi-notification-error-page.cjs.entry.js +24 -4
- package/dist/cjs/digi-progress-list-item.cjs.entry.js +1 -1
- package/dist/cjs/digi-quote.cjs.entry.js +1 -1
- package/dist/cjs/digi-tag-media.cjs.entry.js +47 -0
- package/dist/cjs/digi-title-logo.cjs.entry.js +137 -0
- package/dist/cjs/digi-tools-feedback.cjs.entry.js +27 -7
- package/dist/cjs/digi-tools-theme-provider.cjs.entry.js +28 -0
- package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +38 -0
- package/dist/cjs/digi-typography-preamble.cjs.entry.js +20 -0
- package/dist/cjs/digi-typography.cjs.entry.js +26 -0
- package/dist/cjs/digi-util-breakpoint-observer.cjs.entry.js +48 -0
- package/dist/cjs/digi-util-keydown-handler.cjs.entry.js +83 -0
- package/dist/cjs/expandable-faq-item-variation.enum-89427195.js +18 -0
- package/dist/cjs/footer-card-variation.enum-99555edc.js +8 -0
- package/dist/cjs/form-checkbox-variation.enum-d2ca879e.js +19 -0
- package/dist/cjs/form-file-upload-variation.enum-634cfae8.js +24 -0
- package/dist/cjs/form-input-search-variation.enum-c50239bc.js +8 -0
- package/dist/cjs/{form-input-type.enum-1fb2180a.js → form-input-type.enum-9c8ee12a.js} +0 -14
- package/dist/cjs/form-input-variation.enum-c750520c.js +29 -0
- package/dist/cjs/form-select-variation.enum-528c1bf0.js +16 -0
- package/dist/cjs/form-validation-message-variation.enum-855ae0be.js +8 -0
- package/dist/cjs/index-7a477838.js +236 -8
- package/dist/cjs/{index-acb7b350.js → index-ac8e01b4.js} +19 -189
- package/dist/cjs/index-cad91a90.js +66 -0
- package/dist/cjs/index-e8333bcc.js +174 -0
- package/dist/cjs/index.cjs.js +223 -197
- package/dist/cjs/info-card-multi-type.enum-14746572.js +8 -0
- package/dist/cjs/info-card-variation.enum-64cef637.js +24 -0
- package/dist/cjs/layout-columns-variation.enum-65675649.js +23 -0
- package/dist/cjs/layout-container-max-width.enum-7e637f44.js +21 -0
- package/dist/cjs/link-button-variation.enum-137785e3.js +9 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/logo-color.enum-76f6c506.js +7 -0
- package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +13 -0
- package/dist/cjs/progress-indicator-heading-level.enum-13c38ed0.js +39 -0
- package/dist/cjs/tag-media-icon.enum-372563c5.js +11 -0
- package/dist/cjs/tools-theme-provider.brand.enum-bc855272.js +7 -0
- package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +17 -0
- package/dist/cjs/typography-variation.enum-50512a4e.js +238 -0
- package/dist/collection/components/_badge/badge-status/badge-status.css +2 -2
- package/dist/collection/components/_button/button/button.css +14 -14
- package/dist/collection/components/_calendar/calendar/calendar.css +3 -8
- package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +107 -427
- package/dist/collection/components/_code/code-example/code-example.css +0 -6
- package/dist/collection/components/_code/code-example/code-example.js +5 -4
- 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 +106 -426
- package/dist/collection/components/_form/form-file-upload/form-file-upload.css +5 -6
- 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 +105 -425
- 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 +105 -425
- package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.css +2 -3
- package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.css +3 -3
- package/dist/collection/components/_notification/notification-alert/notification-alert.css +1 -1
- package/dist/collection/components/_progress/progress-circle/progress-circle-heading-level.enum.js +9 -0
- package/dist/collection/components/_progress/progress-circle/progress-circle.js +41 -9
- package/dist/collection/components/_progress/progress-indicator/progress-indicator-heading-level.enum.js +9 -0
- package/dist/collection/components/_progress/progress-indicator/progress-indicator.css +4 -5
- package/dist/collection/components/_progress/progress-indicator/progress-indicator.js +36 -4
- package/dist/collection/components/_progress/progress-list-item/progress-list-item.css +2 -2
- 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 +2 -166
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.js +2 -43
- package/dist/collection/design-tokens/components/_badge-status.variables.scss +1 -1
- 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 +3 -4
- 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 +0 -2
- 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/_notification-alert.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_progress-indicator.variables.scss +1 -1
- 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 +2 -1
- package/dist/collection/styles/src/_alias.mixin.scss +105 -252
- package/dist/collection/styles/src/themes/_brand-af18.mixin.scss +0 -19
- package/dist/collection/styles/src/themes/_brand-af25.mixin.scss +0 -144
- package/dist/collection/styles/src/themes/_brand-common.mixin.scss +0 -7
- package/dist/collection/styles/src/tokens-documentation/web-AF25.json +132 -442
- package/dist/digi-arbetsformedlingen/design-tokens/components/_badge-status.variables.scss +1 -1
- 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 +3 -4
- 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 +0 -2
- 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/_logo.variables.scss +2 -0
- 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/_notification-alert.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_progress-indicator.variables.scss +1 -1
- 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-02854c3f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-04033c3a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-045a1bd6.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-07303cb5.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0b2e2c33.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0ef5ec06.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0f6c0360.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0fbe6e50.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-10261517.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-111fb07d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1486034d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-197903bf.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1f3345e9.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1f956af8.js +1 -0
- package/dist/digi-arbetsformedlingen/p-21b5747f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2295239c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2788683e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2a023831.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2b134ff1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2c685e4f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-300aa9ef.js +1 -0
- package/dist/digi-arbetsformedlingen/p-30dc159d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-366e18f4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-398d0f60.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3b20ec86.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3efa2f0b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3f9dfdb0.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-408e9b2a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-416992c0.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-44c75bab.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4b8cae8a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4bad4fb0.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4e9f2f05.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-55bcba7c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-55d02ef7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5a602122.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5f20045a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5f4ece29.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-60916953.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-69922ec2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-69aeb038.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6abd8d58.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6bd37def.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6fb0f1a4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-70da2307.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7933b555.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7aacd45f.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7e77bbe7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7e85c9e3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7ed49934.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8142cc73.js +1 -0
- package/dist/digi-arbetsformedlingen/p-814ca2ad.js +1 -0
- package/dist/digi-arbetsformedlingen/p-820e795b.js +1 -0
- package/dist/digi-arbetsformedlingen/p-82611050.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-83643aa3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-84bff8ef.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8713df13.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-88b4d03a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-89ef4ec1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8ef41ad9.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8fa50755.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-905ccb30.js +1 -0
- package/dist/digi-arbetsformedlingen/p-915b2a14.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-931057a8.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9dd41cc4.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9e13d85b.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9f47d4b7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a2008b0a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a48de93b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a969ba67.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-af72f16f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b3d93b8b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-bc3d2778.js +1 -0
- package/dist/digi-arbetsformedlingen/p-bf80a488.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c04ae2fc.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c06930c2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/{p-03b818fc.entry.js → p-c1fd535b.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c604694f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c7949525.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c7a512ee.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c7d079d0.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-cb74e4f3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-cdf86efc.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d182d8bb.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d1886fff.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e23d905e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ecc2e481.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ee4cb21a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ee88e3f1.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ee9589e6.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f2e16531.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f447b984.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f4edca16.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f5bcd77b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f87c0b45.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fb9b3544.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fdca581c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +105 -252
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af18.mixin.scss +0 -19
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af25.mixin.scss +0 -144
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-common.mixin.scss +0 -7
- package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +132 -442
- package/dist/esm/button-size.enum-d5ff6ff3.js +7 -0
- package/dist/esm/button-type.enum-5250ae0b.js +8 -0
- package/dist/esm/{code-example-variation.enum-e656d235.js → code-example-variation.enum-e9f9fced.js} +1 -7
- package/dist/esm/digi-arbetsformedlingen.js +1 -1
- package/dist/esm/digi-badge-status.entry.js +1 -1
- package/dist/esm/digi-button.entry.js +126 -0
- package/dist/esm/digi-calendar-datepicker.entry.js +2601 -0
- package/dist/esm/digi-calendar-week-view.entry.js +2 -1
- package/dist/esm/digi-calendar_2.entry.js +459 -0
- package/dist/esm/{digi-code-block_2.entry.js → digi-code-block_3.entry.js} +140 -6
- package/dist/esm/digi-code-example.entry.js +7 -6
- package/dist/esm/digi-context-menu.entry.js +236 -0
- package/dist/esm/digi-dialog.entry.js +25 -5
- package/dist/esm/digi-expandable-faq-item.entry.js +93 -0
- package/dist/esm/digi-footer-card.entry.js +25 -0
- package/dist/esm/digi-footer.entry.js +74 -0
- package/dist/esm/digi-form-category-filter.entry.js +117 -0
- package/dist/esm/digi-form-checkbox.entry.js +135 -0
- package/dist/esm/digi-form-error-list.entry.js +24 -4
- package/dist/esm/digi-form-file-upload.entry.js +598 -0
- package/dist/esm/digi-form-filter.entry.js +244 -0
- package/dist/esm/digi-form-input-search.entry.js +3 -1
- package/dist/esm/digi-form-input.entry.js +190 -0
- package/dist/esm/digi-form-label_3.entry.js +123 -0
- package/dist/esm/digi-form-receipt.entry.js +24 -4
- package/dist/esm/digi-form-select-filter.entry.js +601 -0
- package/dist/esm/digi-form-select_2.entry.js +181 -0
- package/dist/esm/digi-header-avatar.entry.js +110 -0
- package/dist/esm/digi-header-navigation-item.entry.js +23 -0
- package/dist/esm/digi-header-navigation.entry.js +228 -0
- package/dist/esm/digi-header-notification.entry.js +19 -0
- package/dist/esm/digi-header.entry.js +115 -0
- package/dist/esm/digi-icon-accessibility-universal.entry.js +26 -0
- package/dist/esm/digi-icon-bars.entry.js +26 -0
- package/dist/esm/digi-icon-bell-filled.entry.js +26 -0
- package/dist/esm/digi-icon-check-circle-solid_4.entry.js +92 -0
- package/dist/esm/digi-icon-check_6.entry.js +331 -0
- package/dist/esm/digi-icon-chevron-down.entry.js +26 -0
- package/dist/esm/digi-icon-chevron-left_2.entry.js +48 -0
- package/dist/esm/digi-icon-copy.entry.js +26 -0
- package/dist/esm/digi-icon-envelope.entry.js +26 -0
- package/dist/esm/digi-icon-external-link-alt_2.entry.js +55 -0
- package/dist/esm/digi-icon-globe.entry.js +26 -0
- package/dist/esm/digi-icon-list-ul_6.entry.js +136 -0
- package/dist/esm/digi-icon-minus_2.entry.js +48 -0
- package/dist/esm/digi-icon-notification-error_4.entry.js +92 -0
- package/dist/esm/digi-icon-sign.entry.js +26 -0
- package/dist/esm/digi-icon-spinner.entry.js +27 -0
- package/dist/esm/digi-icon-x.entry.js +26 -0
- package/dist/esm/digi-info-card-multi-container.entry.js +18 -0
- package/dist/esm/digi-info-card-multi.entry.js +54 -0
- package/dist/esm/digi-info-card.entry.js +75 -0
- package/dist/esm/digi-layout-block_2.entry.js +87 -0
- package/dist/esm/digi-layout-columns.entry.js +29 -0
- package/dist/esm/digi-link-button.entry.js +62 -0
- package/dist/esm/digi-link-internal.entry.js +33 -0
- package/dist/esm/digi-link.entry.js +71 -0
- package/dist/esm/digi-logo.entry.js +45 -0
- package/dist/esm/digi-media-image_2.entry.js +162 -0
- package/dist/esm/digi-navigation-pagination.entry.js +24 -4
- package/dist/esm/digi-navigation-sidebar-button.entry.js +26 -0
- package/dist/esm/digi-navigation-vertical-menu-item.entry.js +146 -0
- package/dist/esm/digi-navigation-vertical-menu.entry.js +173 -0
- package/dist/esm/digi-notification-alert.entry.js +112 -0
- package/dist/esm/digi-notification-error-page.entry.js +24 -4
- package/dist/esm/digi-progress-list-item.entry.js +1 -1
- package/dist/esm/digi-quote.entry.js +1 -1
- package/dist/esm/digi-tag-media.entry.js +43 -0
- package/dist/esm/digi-title-logo.entry.js +133 -0
- package/dist/esm/digi-tools-feedback.entry.js +25 -5
- package/dist/esm/digi-tools-theme-provider.entry.js +24 -0
- package/dist/esm/digi-typography-heading-jumbo.entry.js +34 -0
- package/dist/esm/digi-typography-preamble.entry.js +16 -0
- package/dist/esm/digi-typography.entry.js +22 -0
- package/dist/esm/digi-util-breakpoint-observer.entry.js +44 -0
- package/dist/esm/digi-util-keydown-handler.entry.js +79 -0
- package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +18 -0
- package/dist/esm/footer-card-variation.enum-cc732148.js +8 -0
- package/dist/esm/form-checkbox-variation.enum-83e906fc.js +19 -0
- package/dist/esm/form-file-upload-variation.enum-9c49ec5e.js +24 -0
- package/dist/esm/form-input-search-variation.enum-f9d669f2.js +8 -0
- package/dist/esm/{form-input-type.enum-a6bba983.js → form-input-type.enum-3da3db27.js} +1 -15
- package/dist/esm/form-input-variation.enum-64d9450f.js +29 -0
- package/dist/esm/form-select-variation.enum-f2f6098d.js +16 -0
- package/dist/esm/form-validation-message-variation.enum-bcef8a9d.js +8 -0
- package/dist/esm/index-148a7577.js +236 -8
- package/dist/esm/{index-dc6b83f7.js → index-2fce392f.js} +3 -170
- package/dist/esm/index-5b6c95c6.js +63 -0
- package/dist/esm/index-8685f88d.js +170 -0
- package/dist/esm/index.js +24 -4
- package/dist/esm/info-card-multi-type.enum-07ee124f.js +8 -0
- package/dist/esm/info-card-variation.enum-2ccc52c1.js +24 -0
- package/dist/esm/layout-columns-variation.enum-34f7754e.js +23 -0
- package/dist/esm/layout-container-max-width.enum-c40018ac.js +21 -0
- package/dist/esm/link-button-variation.enum-84d4976f.js +9 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/logo-color.enum-8593dca6.js +7 -0
- package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +13 -0
- package/dist/esm/progress-indicator-heading-level.enum-ace13afe.js +39 -0
- package/dist/esm/tag-media-icon.enum-fefa191c.js +11 -0
- package/dist/esm/tools-theme-provider.brand.enum-8c5a98c9.js +7 -0
- package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +17 -0
- package/dist/esm/typography-variation.enum-8c3ff25c.js +238 -0
- package/dist/types/components/_progress/progress-circle/progress-circle-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_progress/progress-circle/progress-circle.d.ts +7 -0
- package/dist/types/components/_progress/progress-indicator/progress-indicator-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_progress/progress-indicator/progress-indicator.d.ts +7 -0
- package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +0 -9
- package/dist/types/components.d.ts +32 -12
- package/dist/types/enums.d.ts +2 -1
- package/hydrate/index.js +73 -66
- package/hydrate/index.mjs +73 -66
- package/package.json +1 -1
- package/components/p-24e68936.js +0 -165
- package/components/p-a162b186.js +0 -177
- package/components/p-be4fd246.js +0 -7
- package/components/p-d516f6af.js +0 -66
- package/components/p-d7ef9cb1.js +0 -13
- package/dist/cjs/digi-button_84.cjs.entry.js +0 -8458
- package/dist/cjs/digi-progress-circle.cjs.entry.js +0 -84
- package/dist/cjs/progress-circle-role.enum-b7fdcf0c.js +0 -7
- package/dist/cjs/typography-variation.enum-ad1b2403.js +0 -501
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.js +0 -5
- package/dist/digi-arbetsformedlingen/p-06704534.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-160165b9.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-1efcad5b.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3ae13b8a.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-47ab0b39.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-501f9b16.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-53880b04.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-53d9556b.js +0 -1
- package/dist/digi-arbetsformedlingen/p-72ef7f99.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-80500b2d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-8d055a17.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a105d9fe.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a2fb7d64.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-be4fd246.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c59e5f69.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c64b4626.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ca8d7464.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f4b540e3.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +0 -1
- package/dist/esm/digi-button_84.entry.js +0 -8371
- package/dist/esm/digi-progress-circle.entry.js +0 -80
- package/dist/esm/progress-circle-role.enum-7737a2c6.js +0 -7
- package/dist/esm/typography-variation.enum-7319240b.js +0 -501
- package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.d.ts +0 -4
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -3,33 +3,53 @@
|
|
|
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-50512a4e.js');
|
|
7
7
|
const badgeStatusVariation_enum = require('./badge-status-variation.enum-0a5adc21.js');
|
|
8
|
-
const
|
|
9
|
-
const
|
|
8
|
+
const buttonSize_enum = require('./button-size.enum-1fd86b9e.js');
|
|
9
|
+
const buttonType_enum = require('./button-type.enum-406723db.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
|
+
const codeExampleVariation_enum = require('./code-example-variation.enum-c6557727.js');
|
|
13
14
|
const codeVariation_enum = require('./code-variation.enum-c4a4e6fd.js');
|
|
14
15
|
const expandableAccordionHeaderLevel_enum = require('./expandable-accordion-header-level.enum-45483252.js');
|
|
16
|
+
const expandableFaqItemVariation_enum = require('./expandable-faq-item-variation.enum-89427195.js');
|
|
15
17
|
const expandableFaqVariation_enum = require('./expandable-faq-variation.enum-af923f49.js');
|
|
18
|
+
const footerCardVariation_enum = require('./footer-card-variation.enum-99555edc.js');
|
|
19
|
+
const formCheckboxVariation_enum = require('./form-checkbox-variation.enum-d2ca879e.js');
|
|
20
|
+
const formFileUploadVariation_enum = require('./form-file-upload-variation.enum-634cfae8.js');
|
|
21
|
+
const formInputSearchVariation_enum = require('./form-input-search-variation.enum-c50239bc.js');
|
|
22
|
+
const formInputType_enum = require('./form-input-type.enum-9c8ee12a.js');
|
|
23
|
+
const formInputVariation_enum = require('./form-input-variation.enum-c750520c.js');
|
|
16
24
|
const formRadiogroupValidation_enum = require('./form-radiogroup-validation.enum-03a17d4d.js');
|
|
25
|
+
const formSelectVariation_enum = require('./form-select-variation.enum-528c1bf0.js');
|
|
17
26
|
const formTextareaVariation_enum = require('./form-textarea-variation.enum-9c90d40f.js');
|
|
27
|
+
const formValidationMessageVariation_enum = require('./form-validation-message-variation.enum-855ae0be.js');
|
|
28
|
+
const infoCardMultiType_enum = require('./info-card-multi-type.enum-14746572.js');
|
|
29
|
+
const infoCardVariation_enum = require('./info-card-variation.enum-64cef637.js');
|
|
30
|
+
const layoutContainerMaxWidth_enum = require('./layout-container-max-width.enum-7e637f44.js');
|
|
18
31
|
const layoutBlockVariation_enum = require('./layout-block-variation.enum-f6102119.js');
|
|
32
|
+
const layoutColumnsVariation_enum = require('./layout-columns-variation.enum-65675649.js');
|
|
33
|
+
const linkButtonVariation_enum = require('./link-button-variation.enum-137785e3.js');
|
|
19
34
|
const listType_enum = require('./list-type.enum-aea4d012.js');
|
|
20
35
|
const loaderSkeletonVariation_enum = require('./loader-skeleton-variation.enum-d52ba55e.js');
|
|
21
36
|
const loaderSpinnerSize_enum = require('./loader-spinner-size.enum-db2973f0.js');
|
|
37
|
+
const logoColor_enum = require('./logo-color.enum-76f6c506.js');
|
|
22
38
|
const mediaFigureAlignment_enum = require('./media-figure-alignment.enum-3885aba5.js');
|
|
23
39
|
const navigationSidebarVariation_enum = require('./navigation-sidebar-variation.enum-1c0c3064.js');
|
|
24
|
-
const
|
|
40
|
+
const navigationVerticalMenuVariation_enum = require('./navigation-vertical-menu-variation.enum-c237edd3.js');
|
|
41
|
+
const progressIndicatorHeadingLevel_enum = require('./progress-indicator-heading-level.enum-13c38ed0.js');
|
|
25
42
|
const progressListItemVariation_enum = require('./progress-list-item-variation.enum-90e4c874.js');
|
|
26
43
|
const progressListVariation_enum = require('./progress-list-variation.enum-06d5ce27.js');
|
|
27
44
|
const progressbarVariation_enum = require('./progressbar-variation.enum-aff9fa80.js');
|
|
28
45
|
const quoteImageInnerPosition_enum = require('./quote-image-inner-position.enum-e64e7a6d.js');
|
|
29
46
|
const tableVariation_enum = require('./table-variation.enum-25df2ad7.js');
|
|
47
|
+
const tagMediaIcon_enum = require('./tag-media-icon.enum-372563c5.js');
|
|
30
48
|
const tagSize_enum = require('./tag-size.enum-387c516c.js');
|
|
31
49
|
const toolsFeedbackBannerType_enum = require('./tools-feedback-banner-type.enum-de373ba0.js');
|
|
32
50
|
const toolsFeedbackRatingVariation_enum = require('./tools-feedback-rating-variation.enum-2f71e84d.js');
|
|
51
|
+
const toolsThemeProvider_brand_enum = require('./tools-theme-provider.brand.enum-bc855272.js');
|
|
52
|
+
const typographyHeadingJumboVariation_enum = require('./typography-heading-jumbo-variation.enum-8677e099.js');
|
|
33
53
|
const typographyMetaVariation_enum = require('./typography-meta-variation.enum-13ac3538.js');
|
|
34
54
|
const typographyTimeVariation_enum = require('./typography-time-variation.enum-bce1d87e.js');
|
|
35
55
|
const utilBreakpointObserverBreakpoints_enum = require('./util-breakpoint-observer-breakpoints.enum-e96d3a84.js');
|
|
@@ -93,54 +113,18 @@ Object.defineProperty(exports, 'ErrorPageStatusCodes', {
|
|
|
93
113
|
return typographyVariation_enum.ErrorPageStatusCodes;
|
|
94
114
|
}
|
|
95
115
|
});
|
|
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
|
-
});
|
|
108
116
|
Object.defineProperty(exports, 'FeedbackVariation', {
|
|
109
117
|
enumerable: true,
|
|
110
118
|
get: function () {
|
|
111
119
|
return typographyVariation_enum.FeedbackVariation;
|
|
112
120
|
}
|
|
113
121
|
});
|
|
114
|
-
Object.defineProperty(exports, 'FooterCardVariation', {
|
|
115
|
-
enumerable: true,
|
|
116
|
-
get: function () {
|
|
117
|
-
return typographyVariation_enum.FooterCardVariation;
|
|
118
|
-
}
|
|
119
|
-
});
|
|
120
122
|
Object.defineProperty(exports, 'FooterVariation', {
|
|
121
123
|
enumerable: true,
|
|
122
124
|
get: function () {
|
|
123
125
|
return typographyVariation_enum.FooterVariation;
|
|
124
126
|
}
|
|
125
127
|
});
|
|
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
|
-
});
|
|
144
128
|
Object.defineProperty(exports, 'FormErrorListHeadingLevel', {
|
|
145
129
|
enumerable: true,
|
|
146
130
|
get: function () {
|
|
@@ -153,42 +137,6 @@ Object.defineProperty(exports, 'FormFieldsetValidation', {
|
|
|
153
137
|
return typographyVariation_enum.FormFieldsetValidation;
|
|
154
138
|
}
|
|
155
139
|
});
|
|
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
|
-
});
|
|
192
140
|
Object.defineProperty(exports, 'FormRadiobuttonLayout', {
|
|
193
141
|
enumerable: true,
|
|
194
142
|
get: function () {
|
|
@@ -231,364 +179,376 @@ Object.defineProperty(exports, 'FormSelectFilterValidation', {
|
|
|
231
179
|
return typographyVariation_enum.FormSelectFilterValidation;
|
|
232
180
|
}
|
|
233
181
|
});
|
|
234
|
-
Object.defineProperty(exports, '
|
|
182
|
+
Object.defineProperty(exports, 'HeaderCenterContentWidth', {
|
|
235
183
|
enumerable: true,
|
|
236
184
|
get: function () {
|
|
237
|
-
return typographyVariation_enum.
|
|
185
|
+
return typographyVariation_enum.HeaderCenterContentWidth;
|
|
238
186
|
}
|
|
239
187
|
});
|
|
240
|
-
Object.defineProperty(exports, '
|
|
188
|
+
Object.defineProperty(exports, 'InfoCardHeadingLevel', {
|
|
241
189
|
enumerable: true,
|
|
242
190
|
get: function () {
|
|
243
|
-
return typographyVariation_enum.
|
|
191
|
+
return typographyVariation_enum.InfoCardHeadingLevel;
|
|
244
192
|
}
|
|
245
193
|
});
|
|
246
|
-
Object.defineProperty(exports, '
|
|
194
|
+
Object.defineProperty(exports, 'InfoCardMultiContainerHeadingLevel', {
|
|
247
195
|
enumerable: true,
|
|
248
196
|
get: function () {
|
|
249
|
-
return typographyVariation_enum.
|
|
197
|
+
return typographyVariation_enum.InfoCardMultiContainerHeadingLevel;
|
|
250
198
|
}
|
|
251
199
|
});
|
|
252
|
-
Object.defineProperty(exports, '
|
|
200
|
+
Object.defineProperty(exports, 'InfoCardMultiHeadingLevel', {
|
|
253
201
|
enumerable: true,
|
|
254
202
|
get: function () {
|
|
255
|
-
return typographyVariation_enum.
|
|
203
|
+
return typographyVariation_enum.InfoCardMultiHeadingLevel;
|
|
256
204
|
}
|
|
257
205
|
});
|
|
258
|
-
Object.defineProperty(exports, '
|
|
206
|
+
Object.defineProperty(exports, 'InfoCardMultiVariation', {
|
|
259
207
|
enumerable: true,
|
|
260
208
|
get: function () {
|
|
261
|
-
return typographyVariation_enum.
|
|
209
|
+
return typographyVariation_enum.InfoCardMultiVariation;
|
|
262
210
|
}
|
|
263
211
|
});
|
|
264
|
-
Object.defineProperty(exports, '
|
|
212
|
+
Object.defineProperty(exports, 'NotificationAlertHeadingLevel', {
|
|
265
213
|
enumerable: true,
|
|
266
214
|
get: function () {
|
|
267
|
-
return typographyVariation_enum.
|
|
215
|
+
return typographyVariation_enum.NotificationAlertHeadingLevel;
|
|
268
216
|
}
|
|
269
217
|
});
|
|
270
|
-
Object.defineProperty(exports, '
|
|
218
|
+
Object.defineProperty(exports, 'NotificationAlertSize', {
|
|
271
219
|
enumerable: true,
|
|
272
220
|
get: function () {
|
|
273
|
-
return typographyVariation_enum.
|
|
221
|
+
return typographyVariation_enum.NotificationAlertSize;
|
|
274
222
|
}
|
|
275
223
|
});
|
|
276
|
-
Object.defineProperty(exports, '
|
|
224
|
+
Object.defineProperty(exports, 'NotificationAlertVariation', {
|
|
277
225
|
enumerable: true,
|
|
278
226
|
get: function () {
|
|
279
|
-
return typographyVariation_enum.
|
|
227
|
+
return typographyVariation_enum.NotificationAlertVariation;
|
|
280
228
|
}
|
|
281
229
|
});
|
|
282
|
-
Object.defineProperty(exports, '
|
|
230
|
+
Object.defineProperty(exports, 'TitleLogoVariation', {
|
|
283
231
|
enumerable: true,
|
|
284
232
|
get: function () {
|
|
285
|
-
return typographyVariation_enum.
|
|
233
|
+
return typographyVariation_enum.TitleLogoVariation;
|
|
286
234
|
}
|
|
287
235
|
});
|
|
288
|
-
Object.defineProperty(exports, '
|
|
236
|
+
Object.defineProperty(exports, 'ToolsFeedbackHeadingLevel', {
|
|
289
237
|
enumerable: true,
|
|
290
238
|
get: function () {
|
|
291
|
-
return typographyVariation_enum.
|
|
239
|
+
return typographyVariation_enum.ToolsFeedbackHeadingLevel;
|
|
292
240
|
}
|
|
293
241
|
});
|
|
294
|
-
Object.defineProperty(exports, '
|
|
242
|
+
Object.defineProperty(exports, 'ToolsFeedbackType', {
|
|
295
243
|
enumerable: true,
|
|
296
244
|
get: function () {
|
|
297
|
-
return typographyVariation_enum.
|
|
245
|
+
return typographyVariation_enum.ToolsFeedbackType;
|
|
298
246
|
}
|
|
299
247
|
});
|
|
300
|
-
Object.defineProperty(exports, '
|
|
248
|
+
Object.defineProperty(exports, 'TypographyVariation', {
|
|
301
249
|
enumerable: true,
|
|
302
250
|
get: function () {
|
|
303
|
-
return typographyVariation_enum.
|
|
251
|
+
return typographyVariation_enum.TypographyVariation;
|
|
304
252
|
}
|
|
305
253
|
});
|
|
306
|
-
Object.defineProperty(exports, '
|
|
254
|
+
Object.defineProperty(exports, 'BadgeStatusSize', {
|
|
307
255
|
enumerable: true,
|
|
308
256
|
get: function () {
|
|
309
|
-
return
|
|
257
|
+
return badgeStatusVariation_enum.BadgeStatusSize;
|
|
310
258
|
}
|
|
311
259
|
});
|
|
312
|
-
Object.defineProperty(exports, '
|
|
260
|
+
Object.defineProperty(exports, 'BadgeStatusType', {
|
|
313
261
|
enumerable: true,
|
|
314
262
|
get: function () {
|
|
315
|
-
return
|
|
263
|
+
return badgeStatusVariation_enum.BadgeStatusType;
|
|
316
264
|
}
|
|
317
265
|
});
|
|
318
|
-
Object.defineProperty(exports, '
|
|
266
|
+
Object.defineProperty(exports, 'BadgeStatusVariation', {
|
|
319
267
|
enumerable: true,
|
|
320
268
|
get: function () {
|
|
321
|
-
return
|
|
269
|
+
return badgeStatusVariation_enum.BadgeStatusVariation;
|
|
322
270
|
}
|
|
323
271
|
});
|
|
324
|
-
Object.defineProperty(exports, '
|
|
272
|
+
Object.defineProperty(exports, 'ButtonSize', {
|
|
325
273
|
enumerable: true,
|
|
326
274
|
get: function () {
|
|
327
|
-
return
|
|
275
|
+
return buttonSize_enum.ButtonSize;
|
|
328
276
|
}
|
|
329
277
|
});
|
|
330
|
-
Object.defineProperty(exports, '
|
|
278
|
+
Object.defineProperty(exports, 'ButtonType', {
|
|
331
279
|
enumerable: true,
|
|
332
280
|
get: function () {
|
|
333
|
-
return
|
|
281
|
+
return buttonType_enum.ButtonType;
|
|
334
282
|
}
|
|
335
283
|
});
|
|
336
|
-
Object.defineProperty(exports, '
|
|
284
|
+
Object.defineProperty(exports, 'ButtonVariation', {
|
|
337
285
|
enumerable: true,
|
|
338
286
|
get: function () {
|
|
339
|
-
return
|
|
287
|
+
return buttonVariation_enum.ButtonVariation;
|
|
340
288
|
}
|
|
341
289
|
});
|
|
342
|
-
Object.defineProperty(exports, '
|
|
290
|
+
Object.defineProperty(exports, 'CalendarWeekViewHeadingLevel', {
|
|
343
291
|
enumerable: true,
|
|
344
292
|
get: function () {
|
|
345
|
-
return
|
|
293
|
+
return calendarWeekViewHeadingLevel_enum.CalendarWeekViewHeadingLevel;
|
|
346
294
|
}
|
|
347
295
|
});
|
|
348
|
-
Object.defineProperty(exports, '
|
|
296
|
+
Object.defineProperty(exports, 'BarChartVariation', {
|
|
349
297
|
enumerable: true,
|
|
350
298
|
get: function () {
|
|
351
|
-
return
|
|
299
|
+
return barChartVariation_enum.BarChartVariation;
|
|
352
300
|
}
|
|
353
301
|
});
|
|
354
|
-
Object.defineProperty(exports, '
|
|
302
|
+
Object.defineProperty(exports, 'CodeBlockVariation', {
|
|
355
303
|
enumerable: true,
|
|
356
304
|
get: function () {
|
|
357
|
-
return
|
|
305
|
+
return codeExampleVariation_enum.CodeBlockVariation;
|
|
358
306
|
}
|
|
359
307
|
});
|
|
360
|
-
Object.defineProperty(exports, '
|
|
308
|
+
Object.defineProperty(exports, 'CodeExampleLanguage', {
|
|
361
309
|
enumerable: true,
|
|
362
310
|
get: function () {
|
|
363
|
-
return
|
|
311
|
+
return codeExampleVariation_enum.CodeExampleLanguage;
|
|
364
312
|
}
|
|
365
313
|
});
|
|
366
|
-
Object.defineProperty(exports, '
|
|
314
|
+
Object.defineProperty(exports, 'CodeExampleVariation', {
|
|
367
315
|
enumerable: true,
|
|
368
316
|
get: function () {
|
|
369
|
-
return
|
|
317
|
+
return codeExampleVariation_enum.CodeExampleVariation;
|
|
370
318
|
}
|
|
371
319
|
});
|
|
372
|
-
Object.defineProperty(exports, '
|
|
320
|
+
Object.defineProperty(exports, 'CodeLanguage', {
|
|
373
321
|
enumerable: true,
|
|
374
322
|
get: function () {
|
|
375
|
-
return
|
|
323
|
+
return codeVariation_enum.CodeLanguage;
|
|
376
324
|
}
|
|
377
325
|
});
|
|
378
|
-
Object.defineProperty(exports, '
|
|
326
|
+
Object.defineProperty(exports, 'CodeVariation', {
|
|
379
327
|
enumerable: true,
|
|
380
328
|
get: function () {
|
|
381
|
-
return
|
|
329
|
+
return codeVariation_enum.CodeVariation;
|
|
382
330
|
}
|
|
383
331
|
});
|
|
384
|
-
Object.defineProperty(exports, '
|
|
332
|
+
Object.defineProperty(exports, 'ExpandableAccordionHeaderLevel', {
|
|
385
333
|
enumerable: true,
|
|
386
334
|
get: function () {
|
|
387
|
-
return
|
|
335
|
+
return expandableAccordionHeaderLevel_enum.ExpandableAccordionHeaderLevel;
|
|
388
336
|
}
|
|
389
337
|
});
|
|
390
|
-
Object.defineProperty(exports, '
|
|
338
|
+
Object.defineProperty(exports, 'ExpandableFaqItemHeadingLevel', {
|
|
391
339
|
enumerable: true,
|
|
392
340
|
get: function () {
|
|
393
|
-
return
|
|
341
|
+
return expandableFaqItemVariation_enum.ExpandableFaqItemHeadingLevel;
|
|
394
342
|
}
|
|
395
343
|
});
|
|
396
|
-
Object.defineProperty(exports, '
|
|
344
|
+
Object.defineProperty(exports, 'ExpandableFaqItemVariation', {
|
|
397
345
|
enumerable: true,
|
|
398
346
|
get: function () {
|
|
399
|
-
return
|
|
347
|
+
return expandableFaqItemVariation_enum.ExpandableFaqItemVariation;
|
|
400
348
|
}
|
|
401
349
|
});
|
|
402
|
-
Object.defineProperty(exports, '
|
|
350
|
+
Object.defineProperty(exports, 'ExpandableFaqHeadingLevel', {
|
|
403
351
|
enumerable: true,
|
|
404
352
|
get: function () {
|
|
405
|
-
return
|
|
353
|
+
return expandableFaqVariation_enum.ExpandableFaqHeadingLevel;
|
|
406
354
|
}
|
|
407
355
|
});
|
|
408
|
-
Object.defineProperty(exports, '
|
|
356
|
+
Object.defineProperty(exports, 'ExpandableFaqVariation', {
|
|
409
357
|
enumerable: true,
|
|
410
358
|
get: function () {
|
|
411
|
-
return
|
|
359
|
+
return expandableFaqVariation_enum.ExpandableFaqVariation;
|
|
412
360
|
}
|
|
413
361
|
});
|
|
414
|
-
Object.defineProperty(exports, '
|
|
362
|
+
Object.defineProperty(exports, 'FooterCardVariation', {
|
|
415
363
|
enumerable: true,
|
|
416
364
|
get: function () {
|
|
417
|
-
return
|
|
365
|
+
return footerCardVariation_enum.FooterCardVariation;
|
|
418
366
|
}
|
|
419
367
|
});
|
|
420
|
-
Object.defineProperty(exports, '
|
|
368
|
+
Object.defineProperty(exports, 'FormCheckboxLayout', {
|
|
421
369
|
enumerable: true,
|
|
422
370
|
get: function () {
|
|
423
|
-
return
|
|
371
|
+
return formCheckboxVariation_enum.FormCheckboxLayout;
|
|
424
372
|
}
|
|
425
373
|
});
|
|
426
|
-
Object.defineProperty(exports, '
|
|
374
|
+
Object.defineProperty(exports, 'FormCheckboxValidation', {
|
|
427
375
|
enumerable: true,
|
|
428
376
|
get: function () {
|
|
429
|
-
return
|
|
377
|
+
return formCheckboxVariation_enum.FormCheckboxValidation;
|
|
430
378
|
}
|
|
431
379
|
});
|
|
432
|
-
Object.defineProperty(exports, '
|
|
380
|
+
Object.defineProperty(exports, 'FormCheckboxVariation', {
|
|
433
381
|
enumerable: true,
|
|
434
382
|
get: function () {
|
|
435
|
-
return
|
|
383
|
+
return formCheckboxVariation_enum.FormCheckboxVariation;
|
|
436
384
|
}
|
|
437
385
|
});
|
|
438
|
-
Object.defineProperty(exports, '
|
|
386
|
+
Object.defineProperty(exports, 'FormFileUploadHeadingLevel', {
|
|
439
387
|
enumerable: true,
|
|
440
388
|
get: function () {
|
|
441
|
-
return
|
|
389
|
+
return formFileUploadVariation_enum.FormFileUploadHeadingLevel;
|
|
442
390
|
}
|
|
443
391
|
});
|
|
444
|
-
Object.defineProperty(exports, '
|
|
392
|
+
Object.defineProperty(exports, 'FormFileUploadValidation', {
|
|
445
393
|
enumerable: true,
|
|
446
394
|
get: function () {
|
|
447
|
-
return
|
|
395
|
+
return formFileUploadVariation_enum.FormFileUploadValidation;
|
|
448
396
|
}
|
|
449
397
|
});
|
|
450
|
-
Object.defineProperty(exports, '
|
|
398
|
+
Object.defineProperty(exports, 'FormFileUploadVariation', {
|
|
451
399
|
enumerable: true,
|
|
452
400
|
get: function () {
|
|
453
|
-
return
|
|
401
|
+
return formFileUploadVariation_enum.FormFileUploadVariation;
|
|
454
402
|
}
|
|
455
403
|
});
|
|
456
|
-
Object.defineProperty(exports, '
|
|
404
|
+
Object.defineProperty(exports, 'FormInputSearchVariation', {
|
|
457
405
|
enumerable: true,
|
|
458
406
|
get: function () {
|
|
459
|
-
return
|
|
407
|
+
return formInputSearchVariation_enum.FormInputSearchVariation;
|
|
460
408
|
}
|
|
461
409
|
});
|
|
462
|
-
Object.defineProperty(exports, '
|
|
410
|
+
Object.defineProperty(exports, 'FormInputButtonVariation', {
|
|
463
411
|
enumerable: true,
|
|
464
412
|
get: function () {
|
|
465
|
-
return
|
|
413
|
+
return formInputType_enum.FormInputButtonVariation;
|
|
466
414
|
}
|
|
467
415
|
});
|
|
468
|
-
Object.defineProperty(exports, '
|
|
416
|
+
Object.defineProperty(exports, 'FormInputType', {
|
|
469
417
|
enumerable: true,
|
|
470
418
|
get: function () {
|
|
471
|
-
return
|
|
419
|
+
return formInputType_enum.FormInputType;
|
|
472
420
|
}
|
|
473
421
|
});
|
|
474
|
-
Object.defineProperty(exports, '
|
|
422
|
+
Object.defineProperty(exports, 'FormInputMode', {
|
|
475
423
|
enumerable: true,
|
|
476
424
|
get: function () {
|
|
477
|
-
return
|
|
425
|
+
return formInputVariation_enum.FormInputMode;
|
|
478
426
|
}
|
|
479
427
|
});
|
|
480
|
-
Object.defineProperty(exports, '
|
|
428
|
+
Object.defineProperty(exports, 'FormInputValidation', {
|
|
481
429
|
enumerable: true,
|
|
482
430
|
get: function () {
|
|
483
|
-
return
|
|
431
|
+
return formInputVariation_enum.FormInputValidation;
|
|
484
432
|
}
|
|
485
433
|
});
|
|
486
|
-
Object.defineProperty(exports, '
|
|
434
|
+
Object.defineProperty(exports, 'FormInputVariation', {
|
|
487
435
|
enumerable: true,
|
|
488
436
|
get: function () {
|
|
489
|
-
return
|
|
437
|
+
return formInputVariation_enum.FormInputVariation;
|
|
490
438
|
}
|
|
491
439
|
});
|
|
492
|
-
Object.defineProperty(exports, '
|
|
440
|
+
Object.defineProperty(exports, 'FormRadiogroupValidation', {
|
|
493
441
|
enumerable: true,
|
|
494
442
|
get: function () {
|
|
495
|
-
return
|
|
443
|
+
return formRadiogroupValidation_enum.FormRadiogroupValidation;
|
|
496
444
|
}
|
|
497
445
|
});
|
|
498
|
-
Object.defineProperty(exports, '
|
|
446
|
+
Object.defineProperty(exports, 'FormSelectValidation', {
|
|
499
447
|
enumerable: true,
|
|
500
448
|
get: function () {
|
|
501
|
-
return
|
|
449
|
+
return formSelectVariation_enum.FormSelectValidation;
|
|
502
450
|
}
|
|
503
451
|
});
|
|
504
|
-
Object.defineProperty(exports, '
|
|
452
|
+
Object.defineProperty(exports, 'FormSelectVariation', {
|
|
505
453
|
enumerable: true,
|
|
506
454
|
get: function () {
|
|
507
|
-
return
|
|
455
|
+
return formSelectVariation_enum.FormSelectVariation;
|
|
508
456
|
}
|
|
509
457
|
});
|
|
510
|
-
Object.defineProperty(exports, '
|
|
458
|
+
Object.defineProperty(exports, 'FormTextareaValidation', {
|
|
511
459
|
enumerable: true,
|
|
512
460
|
get: function () {
|
|
513
|
-
return
|
|
461
|
+
return formTextareaVariation_enum.FormTextareaValidation;
|
|
514
462
|
}
|
|
515
463
|
});
|
|
516
|
-
Object.defineProperty(exports, '
|
|
464
|
+
Object.defineProperty(exports, 'FormTextareaVariation', {
|
|
517
465
|
enumerable: true,
|
|
518
466
|
get: function () {
|
|
519
|
-
return
|
|
467
|
+
return formTextareaVariation_enum.FormTextareaVariation;
|
|
520
468
|
}
|
|
521
469
|
});
|
|
522
|
-
Object.defineProperty(exports, '
|
|
470
|
+
Object.defineProperty(exports, 'FormValidationMessageVariation', {
|
|
523
471
|
enumerable: true,
|
|
524
472
|
get: function () {
|
|
525
|
-
return
|
|
473
|
+
return formValidationMessageVariation_enum.FormValidationMessageVariation;
|
|
526
474
|
}
|
|
527
475
|
});
|
|
528
|
-
Object.defineProperty(exports, '
|
|
476
|
+
Object.defineProperty(exports, 'InfoCardMultiType', {
|
|
529
477
|
enumerable: true,
|
|
530
478
|
get: function () {
|
|
531
|
-
return
|
|
479
|
+
return infoCardMultiType_enum.InfoCardMultiType;
|
|
532
480
|
}
|
|
533
481
|
});
|
|
534
|
-
Object.defineProperty(exports, '
|
|
482
|
+
Object.defineProperty(exports, 'InfoCardBorderPosition', {
|
|
535
483
|
enumerable: true,
|
|
536
484
|
get: function () {
|
|
537
|
-
return
|
|
485
|
+
return infoCardVariation_enum.InfoCardBorderPosition;
|
|
538
486
|
}
|
|
539
487
|
});
|
|
540
|
-
Object.defineProperty(exports, '
|
|
488
|
+
Object.defineProperty(exports, 'InfoCardSize', {
|
|
541
489
|
enumerable: true,
|
|
542
490
|
get: function () {
|
|
543
|
-
return
|
|
491
|
+
return infoCardVariation_enum.InfoCardSize;
|
|
544
492
|
}
|
|
545
493
|
});
|
|
546
|
-
Object.defineProperty(exports, '
|
|
494
|
+
Object.defineProperty(exports, 'InfoCardType', {
|
|
547
495
|
enumerable: true,
|
|
548
496
|
get: function () {
|
|
549
|
-
return
|
|
497
|
+
return infoCardVariation_enum.InfoCardType;
|
|
550
498
|
}
|
|
551
499
|
});
|
|
552
|
-
Object.defineProperty(exports, '
|
|
500
|
+
Object.defineProperty(exports, 'InfoCardVariation', {
|
|
553
501
|
enumerable: true,
|
|
554
502
|
get: function () {
|
|
555
|
-
return
|
|
503
|
+
return infoCardVariation_enum.InfoCardVariation;
|
|
556
504
|
}
|
|
557
505
|
});
|
|
558
|
-
Object.defineProperty(exports, '
|
|
506
|
+
Object.defineProperty(exports, 'LayoutBlockContainer', {
|
|
559
507
|
enumerable: true,
|
|
560
508
|
get: function () {
|
|
561
|
-
return
|
|
509
|
+
return layoutContainerMaxWidth_enum.LayoutBlockContainer;
|
|
562
510
|
}
|
|
563
511
|
});
|
|
564
|
-
Object.defineProperty(exports, '
|
|
512
|
+
Object.defineProperty(exports, 'LayoutContainerMaxWidth', {
|
|
565
513
|
enumerable: true,
|
|
566
514
|
get: function () {
|
|
567
|
-
return
|
|
515
|
+
return layoutContainerMaxWidth_enum.LayoutContainerMaxWidth;
|
|
568
516
|
}
|
|
569
517
|
});
|
|
570
|
-
Object.defineProperty(exports, '
|
|
518
|
+
Object.defineProperty(exports, 'LayoutContainerVariation', {
|
|
571
519
|
enumerable: true,
|
|
572
520
|
get: function () {
|
|
573
|
-
return
|
|
521
|
+
return layoutContainerMaxWidth_enum.LayoutContainerVariation;
|
|
574
522
|
}
|
|
575
523
|
});
|
|
576
|
-
Object.defineProperty(exports, '
|
|
524
|
+
Object.defineProperty(exports, 'LayoutBlockVariation', {
|
|
577
525
|
enumerable: true,
|
|
578
526
|
get: function () {
|
|
579
|
-
return
|
|
527
|
+
return layoutBlockVariation_enum.LayoutBlockVariation;
|
|
580
528
|
}
|
|
581
529
|
});
|
|
582
|
-
Object.defineProperty(exports, '
|
|
530
|
+
Object.defineProperty(exports, 'LayoutColumnsElement', {
|
|
583
531
|
enumerable: true,
|
|
584
532
|
get: function () {
|
|
585
|
-
return
|
|
533
|
+
return layoutColumnsVariation_enum.LayoutColumnsElement;
|
|
586
534
|
}
|
|
587
535
|
});
|
|
588
|
-
Object.defineProperty(exports, '
|
|
536
|
+
Object.defineProperty(exports, 'LayoutColumnsGap', {
|
|
589
537
|
enumerable: true,
|
|
590
538
|
get: function () {
|
|
591
|
-
return
|
|
539
|
+
return layoutColumnsVariation_enum.LayoutColumnsGap;
|
|
540
|
+
}
|
|
541
|
+
});
|
|
542
|
+
Object.defineProperty(exports, 'LayoutColumnsVariation', {
|
|
543
|
+
enumerable: true,
|
|
544
|
+
get: function () {
|
|
545
|
+
return layoutColumnsVariation_enum.LayoutColumnsVariation;
|
|
546
|
+
}
|
|
547
|
+
});
|
|
548
|
+
Object.defineProperty(exports, 'LinkButtonVariation', {
|
|
549
|
+
enumerable: true,
|
|
550
|
+
get: function () {
|
|
551
|
+
return linkButtonVariation_enum.LinkButtonVariation;
|
|
592
552
|
}
|
|
593
553
|
});
|
|
594
554
|
Object.defineProperty(exports, 'ListType', {
|
|
@@ -609,6 +569,12 @@ Object.defineProperty(exports, 'LoaderSpinnerSize', {
|
|
|
609
569
|
return loaderSpinnerSize_enum.LoaderSpinnerSize;
|
|
610
570
|
}
|
|
611
571
|
});
|
|
572
|
+
Object.defineProperty(exports, 'LogoColor', {
|
|
573
|
+
enumerable: true,
|
|
574
|
+
get: function () {
|
|
575
|
+
return logoColor_enum.LogoColor;
|
|
576
|
+
}
|
|
577
|
+
});
|
|
612
578
|
Object.defineProperty(exports, 'MediaFigureAlignment', {
|
|
613
579
|
enumerable: true,
|
|
614
580
|
get: function () {
|
|
@@ -651,10 +617,46 @@ Object.defineProperty(exports, 'NavigationSidebarVariation', {
|
|
|
651
617
|
return navigationSidebarVariation_enum.NavigationSidebarVariation;
|
|
652
618
|
}
|
|
653
619
|
});
|
|
620
|
+
Object.defineProperty(exports, 'NavigationVerticalMenuActiveIndicatorSize', {
|
|
621
|
+
enumerable: true,
|
|
622
|
+
get: function () {
|
|
623
|
+
return navigationVerticalMenuVariation_enum.NavigationVerticalMenuActiveIndicatorSize;
|
|
624
|
+
}
|
|
625
|
+
});
|
|
626
|
+
Object.defineProperty(exports, 'NavigationVerticalMenuVariation', {
|
|
627
|
+
enumerable: true,
|
|
628
|
+
get: function () {
|
|
629
|
+
return navigationVerticalMenuVariation_enum.NavigationVerticalMenuVariation;
|
|
630
|
+
}
|
|
631
|
+
});
|
|
632
|
+
Object.defineProperty(exports, 'ProgressCircleHeadingLevel', {
|
|
633
|
+
enumerable: true,
|
|
634
|
+
get: function () {
|
|
635
|
+
return progressIndicatorHeadingLevel_enum.ProgressCircleHeadingLevel;
|
|
636
|
+
}
|
|
637
|
+
});
|
|
654
638
|
Object.defineProperty(exports, 'ProgressCircleRole', {
|
|
655
639
|
enumerable: true,
|
|
656
640
|
get: function () {
|
|
657
|
-
return
|
|
641
|
+
return progressIndicatorHeadingLevel_enum.ProgressCircleRole;
|
|
642
|
+
}
|
|
643
|
+
});
|
|
644
|
+
Object.defineProperty(exports, 'ProgressIndicatorHeadingLevel', {
|
|
645
|
+
enumerable: true,
|
|
646
|
+
get: function () {
|
|
647
|
+
return progressIndicatorHeadingLevel_enum.ProgressIndicatorHeadingLevel;
|
|
648
|
+
}
|
|
649
|
+
});
|
|
650
|
+
Object.defineProperty(exports, 'ProgressIndicatorRole', {
|
|
651
|
+
enumerable: true,
|
|
652
|
+
get: function () {
|
|
653
|
+
return progressIndicatorHeadingLevel_enum.ProgressIndicatorRole;
|
|
654
|
+
}
|
|
655
|
+
});
|
|
656
|
+
Object.defineProperty(exports, 'ProgressIndicatorVariation', {
|
|
657
|
+
enumerable: true,
|
|
658
|
+
get: function () {
|
|
659
|
+
return progressIndicatorHeadingLevel_enum.ProgressIndicatorVariation;
|
|
658
660
|
}
|
|
659
661
|
});
|
|
660
662
|
Object.defineProperty(exports, 'ProgressListItemHeadingLevel', {
|
|
@@ -753,6 +755,12 @@ Object.defineProperty(exports, 'TableVariation', {
|
|
|
753
755
|
return tableVariation_enum.TableVariation;
|
|
754
756
|
}
|
|
755
757
|
});
|
|
758
|
+
Object.defineProperty(exports, 'TagMediaIcon', {
|
|
759
|
+
enumerable: true,
|
|
760
|
+
get: function () {
|
|
761
|
+
return tagMediaIcon_enum.TagMediaIcon;
|
|
762
|
+
}
|
|
763
|
+
});
|
|
756
764
|
Object.defineProperty(exports, 'TagSize', {
|
|
757
765
|
enumerable: true,
|
|
758
766
|
get: function () {
|
|
@@ -789,6 +797,24 @@ Object.defineProperty(exports, 'FeedbackRatingVariation', {
|
|
|
789
797
|
return toolsFeedbackRatingVariation_enum.FeedbackRatingVariation;
|
|
790
798
|
}
|
|
791
799
|
});
|
|
800
|
+
Object.defineProperty(exports, 'ToolsThemeProviderBrandEnum', {
|
|
801
|
+
enumerable: true,
|
|
802
|
+
get: function () {
|
|
803
|
+
return toolsThemeProvider_brand_enum.ToolsThemeProviderBrandEnum;
|
|
804
|
+
}
|
|
805
|
+
});
|
|
806
|
+
Object.defineProperty(exports, 'TypographyHeadingJumboLevel', {
|
|
807
|
+
enumerable: true,
|
|
808
|
+
get: function () {
|
|
809
|
+
return typographyHeadingJumboVariation_enum.TypographyHeadingJumboLevel;
|
|
810
|
+
}
|
|
811
|
+
});
|
|
812
|
+
Object.defineProperty(exports, 'TypographyHeadingJumboVariation', {
|
|
813
|
+
enumerable: true,
|
|
814
|
+
get: function () {
|
|
815
|
+
return typographyHeadingJumboVariation_enum.TypographyHeadingJumboVariation;
|
|
816
|
+
}
|
|
817
|
+
});
|
|
792
818
|
Object.defineProperty(exports, 'TypographyMetaVariation', {
|
|
793
819
|
enumerable: true,
|
|
794
820
|
get: function () {
|