@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
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
var ProgressCircleRole;
|
|
2
|
+
(function (ProgressCircleRole) {
|
|
3
|
+
ProgressCircleRole["NONE"] = "none";
|
|
4
|
+
ProgressCircleRole["STATUS"] = "status";
|
|
5
|
+
})(ProgressCircleRole || (ProgressCircleRole = {}));
|
|
6
|
+
|
|
7
|
+
var ProgressIndicatorRole;
|
|
8
|
+
(function (ProgressIndicatorRole) {
|
|
9
|
+
ProgressIndicatorRole["NONE"] = "";
|
|
10
|
+
ProgressIndicatorRole["STATUS"] = "status";
|
|
11
|
+
})(ProgressIndicatorRole || (ProgressIndicatorRole = {}));
|
|
12
|
+
|
|
13
|
+
var ProgressIndicatorVariation;
|
|
14
|
+
(function (ProgressIndicatorVariation) {
|
|
15
|
+
ProgressIndicatorVariation["PRIMARY"] = "primary";
|
|
16
|
+
ProgressIndicatorVariation["SECONDARY"] = "secondary";
|
|
17
|
+
})(ProgressIndicatorVariation || (ProgressIndicatorVariation = {}));
|
|
18
|
+
|
|
19
|
+
var ProgressCircleHeadingLevel;
|
|
20
|
+
(function (ProgressCircleHeadingLevel) {
|
|
21
|
+
ProgressCircleHeadingLevel["H1"] = "h1";
|
|
22
|
+
ProgressCircleHeadingLevel["H2"] = "h2";
|
|
23
|
+
ProgressCircleHeadingLevel["H3"] = "h3";
|
|
24
|
+
ProgressCircleHeadingLevel["H4"] = "h4";
|
|
25
|
+
ProgressCircleHeadingLevel["H5"] = "h5";
|
|
26
|
+
ProgressCircleHeadingLevel["H6"] = "h6";
|
|
27
|
+
})(ProgressCircleHeadingLevel || (ProgressCircleHeadingLevel = {}));
|
|
28
|
+
|
|
29
|
+
var ProgressIndicatorHeadingLevel;
|
|
30
|
+
(function (ProgressIndicatorHeadingLevel) {
|
|
31
|
+
ProgressIndicatorHeadingLevel["H1"] = "h1";
|
|
32
|
+
ProgressIndicatorHeadingLevel["H2"] = "h2";
|
|
33
|
+
ProgressIndicatorHeadingLevel["H3"] = "h3";
|
|
34
|
+
ProgressIndicatorHeadingLevel["H4"] = "h4";
|
|
35
|
+
ProgressIndicatorHeadingLevel["H5"] = "h5";
|
|
36
|
+
ProgressIndicatorHeadingLevel["H6"] = "h6";
|
|
37
|
+
})(ProgressIndicatorHeadingLevel || (ProgressIndicatorHeadingLevel = {}));
|
|
38
|
+
|
|
39
|
+
export { ProgressCircleRole as P, ProgressIndicatorRole as a, ProgressIndicatorVariation as b, ProgressCircleHeadingLevel as c, ProgressIndicatorHeadingLevel as d };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
var TagMediaIcon;
|
|
2
|
+
(function (TagMediaIcon) {
|
|
3
|
+
TagMediaIcon["NEWS"] = "news";
|
|
4
|
+
TagMediaIcon["PLAYLIST"] = "playlist";
|
|
5
|
+
TagMediaIcon["PODCAST"] = "podcast";
|
|
6
|
+
TagMediaIcon["FILM"] = "film";
|
|
7
|
+
TagMediaIcon["WEBTV"] = "webtv";
|
|
8
|
+
TagMediaIcon["WEBINAR"] = "webinar";
|
|
9
|
+
})(TagMediaIcon || (TagMediaIcon = {}));
|
|
10
|
+
|
|
11
|
+
export { TagMediaIcon as T };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
var ToolsThemeProviderBrandEnum;
|
|
2
|
+
(function (ToolsThemeProviderBrandEnum) {
|
|
3
|
+
ToolsThemeProviderBrandEnum["AF25"] = "AF25";
|
|
4
|
+
ToolsThemeProviderBrandEnum["AF18"] = "AF18";
|
|
5
|
+
})(ToolsThemeProviderBrandEnum || (ToolsThemeProviderBrandEnum = {}));
|
|
6
|
+
|
|
7
|
+
export { ToolsThemeProviderBrandEnum as T };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var TypographyHeadingJumboLevel;
|
|
2
|
+
(function (TypographyHeadingJumboLevel) {
|
|
3
|
+
TypographyHeadingJumboLevel["H1"] = "h1";
|
|
4
|
+
TypographyHeadingJumboLevel["H2"] = "h2";
|
|
5
|
+
TypographyHeadingJumboLevel["H3"] = "h3";
|
|
6
|
+
TypographyHeadingJumboLevel["H4"] = "h4";
|
|
7
|
+
TypographyHeadingJumboLevel["H5"] = "h5";
|
|
8
|
+
TypographyHeadingJumboLevel["H6"] = "h6";
|
|
9
|
+
})(TypographyHeadingJumboLevel || (TypographyHeadingJumboLevel = {}));
|
|
10
|
+
|
|
11
|
+
var TypographyHeadingJumboVariation;
|
|
12
|
+
(function (TypographyHeadingJumboVariation) {
|
|
13
|
+
TypographyHeadingJumboVariation["PRIMARY"] = "primary";
|
|
14
|
+
TypographyHeadingJumboVariation["SECONDARY"] = "secondary";
|
|
15
|
+
})(TypographyHeadingJumboVariation || (TypographyHeadingJumboVariation = {}));
|
|
16
|
+
|
|
17
|
+
export { TypographyHeadingJumboLevel as T, TypographyHeadingJumboVariation as a };
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
var BadgeNotificationType;
|
|
2
|
+
(function (BadgeNotificationType) {
|
|
3
|
+
BadgeNotificationType["NUMBER"] = "number";
|
|
4
|
+
BadgeNotificationType["WORD"] = "word";
|
|
5
|
+
})(BadgeNotificationType || (BadgeNotificationType = {}));
|
|
6
|
+
|
|
7
|
+
var CalendarDatepickerValidation;
|
|
8
|
+
(function (CalendarDatepickerValidation) {
|
|
9
|
+
CalendarDatepickerValidation["SUCCESS"] = "success";
|
|
10
|
+
CalendarDatepickerValidation["ERROR"] = "error";
|
|
11
|
+
CalendarDatepickerValidation["WARNING"] = "warning";
|
|
12
|
+
CalendarDatepickerValidation["NEUTRAL"] = "neutral";
|
|
13
|
+
})(CalendarDatepickerValidation || (CalendarDatepickerValidation = {}));
|
|
14
|
+
|
|
15
|
+
var CodeBlockLanguage;
|
|
16
|
+
(function (CodeBlockLanguage) {
|
|
17
|
+
CodeBlockLanguage["JSON"] = "json";
|
|
18
|
+
CodeBlockLanguage["CSS"] = "css";
|
|
19
|
+
CodeBlockLanguage["SCSS"] = "scss";
|
|
20
|
+
CodeBlockLanguage["TYPESCRIPT"] = "typescript";
|
|
21
|
+
CodeBlockLanguage["JAVASCRIPT"] = "javascript";
|
|
22
|
+
CodeBlockLanguage["BASH"] = "bash";
|
|
23
|
+
CodeBlockLanguage["HTML"] = "html";
|
|
24
|
+
CodeBlockLanguage["GIT"] = "git";
|
|
25
|
+
CodeBlockLanguage["JSX"] = "jsx";
|
|
26
|
+
CodeBlockLanguage["TSX"] = "tsx";
|
|
27
|
+
})(CodeBlockLanguage || (CodeBlockLanguage = {}));
|
|
28
|
+
|
|
29
|
+
var DialogHeadingLevel;
|
|
30
|
+
(function (DialogHeadingLevel) {
|
|
31
|
+
DialogHeadingLevel["H1"] = "h1";
|
|
32
|
+
DialogHeadingLevel["H2"] = "h2";
|
|
33
|
+
DialogHeadingLevel["H3"] = "h3";
|
|
34
|
+
DialogHeadingLevel["H4"] = "h4";
|
|
35
|
+
DialogHeadingLevel["H5"] = "h5";
|
|
36
|
+
DialogHeadingLevel["H6"] = "h6";
|
|
37
|
+
})(DialogHeadingLevel || (DialogHeadingLevel = {}));
|
|
38
|
+
|
|
39
|
+
var DialogSize;
|
|
40
|
+
(function (DialogSize) {
|
|
41
|
+
DialogSize["SMALL"] = "small";
|
|
42
|
+
DialogSize["MEDIUM"] = "medium";
|
|
43
|
+
DialogSize["LARGE"] = "large";
|
|
44
|
+
})(DialogSize || (DialogSize = {}));
|
|
45
|
+
|
|
46
|
+
var DialogVariation;
|
|
47
|
+
(function (DialogVariation) {
|
|
48
|
+
DialogVariation["PRIMARY"] = "primary";
|
|
49
|
+
DialogVariation["SECONDARY"] = "secondary";
|
|
50
|
+
})(DialogVariation || (DialogVariation = {}));
|
|
51
|
+
|
|
52
|
+
var FooterVariation;
|
|
53
|
+
(function (FooterVariation) {
|
|
54
|
+
FooterVariation["LARGE"] = "large";
|
|
55
|
+
FooterVariation["SMALL"] = "small";
|
|
56
|
+
})(FooterVariation || (FooterVariation = {}));
|
|
57
|
+
|
|
58
|
+
var FormErrorListHeadingLevel;
|
|
59
|
+
(function (FormErrorListHeadingLevel) {
|
|
60
|
+
FormErrorListHeadingLevel["H1"] = "h1";
|
|
61
|
+
FormErrorListHeadingLevel["H2"] = "h2";
|
|
62
|
+
FormErrorListHeadingLevel["H3"] = "h3";
|
|
63
|
+
FormErrorListHeadingLevel["H4"] = "h4";
|
|
64
|
+
FormErrorListHeadingLevel["H5"] = "h5";
|
|
65
|
+
FormErrorListHeadingLevel["H6"] = "h6";
|
|
66
|
+
})(FormErrorListHeadingLevel || (FormErrorListHeadingLevel = {}));
|
|
67
|
+
|
|
68
|
+
var FormFieldsetValidation;
|
|
69
|
+
(function (FormFieldsetValidation) {
|
|
70
|
+
FormFieldsetValidation["SUCCESS"] = "success";
|
|
71
|
+
FormFieldsetValidation["ERROR"] = "error";
|
|
72
|
+
FormFieldsetValidation["WARNING"] = "warning";
|
|
73
|
+
FormFieldsetValidation["NEUTRAL"] = "neutral";
|
|
74
|
+
})(FormFieldsetValidation || (FormFieldsetValidation = {}));
|
|
75
|
+
|
|
76
|
+
var FormRadiobuttonLayout;
|
|
77
|
+
(function (FormRadiobuttonLayout) {
|
|
78
|
+
FormRadiobuttonLayout["INLINE"] = "inline";
|
|
79
|
+
FormRadiobuttonLayout["BLOCK"] = "block";
|
|
80
|
+
})(FormRadiobuttonLayout || (FormRadiobuttonLayout = {}));
|
|
81
|
+
|
|
82
|
+
var FormRadiobuttonValidation;
|
|
83
|
+
(function (FormRadiobuttonValidation) {
|
|
84
|
+
FormRadiobuttonValidation["ERROR"] = "error";
|
|
85
|
+
})(FormRadiobuttonValidation || (FormRadiobuttonValidation = {}));
|
|
86
|
+
|
|
87
|
+
var FormRadiobuttonVariation;
|
|
88
|
+
(function (FormRadiobuttonVariation) {
|
|
89
|
+
FormRadiobuttonVariation["PRIMARY"] = "primary";
|
|
90
|
+
FormRadiobuttonVariation["SECONDARY"] = "secondary";
|
|
91
|
+
})(FormRadiobuttonVariation || (FormRadiobuttonVariation = {}));
|
|
92
|
+
|
|
93
|
+
var FormReceiptHeadingLevel;
|
|
94
|
+
(function (FormReceiptHeadingLevel) {
|
|
95
|
+
FormReceiptHeadingLevel["H1"] = "h1";
|
|
96
|
+
FormReceiptHeadingLevel["H2"] = "h2";
|
|
97
|
+
FormReceiptHeadingLevel["H3"] = "h3";
|
|
98
|
+
FormReceiptHeadingLevel["H4"] = "h4";
|
|
99
|
+
FormReceiptHeadingLevel["H5"] = "h5";
|
|
100
|
+
FormReceiptHeadingLevel["H6"] = "h6";
|
|
101
|
+
})(FormReceiptHeadingLevel || (FormReceiptHeadingLevel = {}));
|
|
102
|
+
|
|
103
|
+
var FormReceiptType;
|
|
104
|
+
(function (FormReceiptType) {
|
|
105
|
+
FormReceiptType["CENTER"] = "center";
|
|
106
|
+
FormReceiptType["START"] = "start";
|
|
107
|
+
})(FormReceiptType || (FormReceiptType = {}));
|
|
108
|
+
|
|
109
|
+
var FormReceiptVariation;
|
|
110
|
+
(function (FormReceiptVariation) {
|
|
111
|
+
FormReceiptVariation["FULLWIDTH"] = "fullwidth";
|
|
112
|
+
FormReceiptVariation["GRID"] = "grid";
|
|
113
|
+
})(FormReceiptVariation || (FormReceiptVariation = {}));
|
|
114
|
+
|
|
115
|
+
var FormSelectFilterValidation;
|
|
116
|
+
(function (FormSelectFilterValidation) {
|
|
117
|
+
FormSelectFilterValidation["SUCCESS"] = "success";
|
|
118
|
+
FormSelectFilterValidation["ERROR"] = "error";
|
|
119
|
+
FormSelectFilterValidation["WARNING"] = "warning";
|
|
120
|
+
FormSelectFilterValidation["NEUTRAL"] = "neutral";
|
|
121
|
+
})(FormSelectFilterValidation || (FormSelectFilterValidation = {}));
|
|
122
|
+
|
|
123
|
+
var HeaderCenterContentWidth;
|
|
124
|
+
(function (HeaderCenterContentWidth) {
|
|
125
|
+
HeaderCenterContentWidth["DEFAULT"] = "none";
|
|
126
|
+
HeaderCenterContentWidth["WIDTH_1200"] = "1200";
|
|
127
|
+
HeaderCenterContentWidth["WIDTH_1400"] = "1400";
|
|
128
|
+
})(HeaderCenterContentWidth || (HeaderCenterContentWidth = {}));
|
|
129
|
+
|
|
130
|
+
var TitleLogoVariation;
|
|
131
|
+
(function (TitleLogoVariation) {
|
|
132
|
+
TitleLogoVariation["MOBILE"] = "mobile";
|
|
133
|
+
TitleLogoVariation["ONE_ROW"] = "one-row";
|
|
134
|
+
TitleLogoVariation["TWO_ROWS"] = "two-rows";
|
|
135
|
+
})(TitleLogoVariation || (TitleLogoVariation = {}));
|
|
136
|
+
|
|
137
|
+
var InfoCardMultiContainerHeadingLevel;
|
|
138
|
+
(function (InfoCardMultiContainerHeadingLevel) {
|
|
139
|
+
InfoCardMultiContainerHeadingLevel["H1"] = "h1";
|
|
140
|
+
InfoCardMultiContainerHeadingLevel["H2"] = "h2";
|
|
141
|
+
InfoCardMultiContainerHeadingLevel["H3"] = "h3";
|
|
142
|
+
InfoCardMultiContainerHeadingLevel["H4"] = "h4";
|
|
143
|
+
InfoCardMultiContainerHeadingLevel["H5"] = "h5";
|
|
144
|
+
InfoCardMultiContainerHeadingLevel["H6"] = "h6";
|
|
145
|
+
})(InfoCardMultiContainerHeadingLevel || (InfoCardMultiContainerHeadingLevel = {}));
|
|
146
|
+
|
|
147
|
+
var InfoCardMultiHeadingLevel;
|
|
148
|
+
(function (InfoCardMultiHeadingLevel) {
|
|
149
|
+
InfoCardMultiHeadingLevel["H1"] = "h1";
|
|
150
|
+
InfoCardMultiHeadingLevel["H2"] = "h2";
|
|
151
|
+
InfoCardMultiHeadingLevel["H3"] = "h3";
|
|
152
|
+
InfoCardMultiHeadingLevel["H4"] = "h4";
|
|
153
|
+
InfoCardMultiHeadingLevel["H5"] = "h5";
|
|
154
|
+
InfoCardMultiHeadingLevel["H6"] = "h6";
|
|
155
|
+
})(InfoCardMultiHeadingLevel || (InfoCardMultiHeadingLevel = {}));
|
|
156
|
+
|
|
157
|
+
var InfoCardMultiVariation;
|
|
158
|
+
(function (InfoCardMultiVariation) {
|
|
159
|
+
InfoCardMultiVariation["PRIMARY"] = "primary";
|
|
160
|
+
InfoCardMultiVariation["SECONDARY"] = "secondary";
|
|
161
|
+
})(InfoCardMultiVariation || (InfoCardMultiVariation = {}));
|
|
162
|
+
|
|
163
|
+
var InfoCardHeadingLevel;
|
|
164
|
+
(function (InfoCardHeadingLevel) {
|
|
165
|
+
InfoCardHeadingLevel["H1"] = "h1";
|
|
166
|
+
InfoCardHeadingLevel["H2"] = "h2";
|
|
167
|
+
InfoCardHeadingLevel["H3"] = "h3";
|
|
168
|
+
InfoCardHeadingLevel["H4"] = "h4";
|
|
169
|
+
InfoCardHeadingLevel["H5"] = "h5";
|
|
170
|
+
InfoCardHeadingLevel["H6"] = "h6";
|
|
171
|
+
})(InfoCardHeadingLevel || (InfoCardHeadingLevel = {}));
|
|
172
|
+
|
|
173
|
+
var NotificationAlertHeadingLevel;
|
|
174
|
+
(function (NotificationAlertHeadingLevel) {
|
|
175
|
+
NotificationAlertHeadingLevel["H1"] = "h1";
|
|
176
|
+
NotificationAlertHeadingLevel["H2"] = "h2";
|
|
177
|
+
NotificationAlertHeadingLevel["H3"] = "h3";
|
|
178
|
+
NotificationAlertHeadingLevel["H4"] = "h4";
|
|
179
|
+
NotificationAlertHeadingLevel["H5"] = "h5";
|
|
180
|
+
NotificationAlertHeadingLevel["H6"] = "h6";
|
|
181
|
+
})(NotificationAlertHeadingLevel || (NotificationAlertHeadingLevel = {}));
|
|
182
|
+
|
|
183
|
+
var NotificationAlertSize;
|
|
184
|
+
(function (NotificationAlertSize) {
|
|
185
|
+
NotificationAlertSize["LARGE"] = "large";
|
|
186
|
+
NotificationAlertSize["MEDIUM"] = "medium";
|
|
187
|
+
NotificationAlertSize["SMALL"] = "small";
|
|
188
|
+
})(NotificationAlertSize || (NotificationAlertSize = {}));
|
|
189
|
+
|
|
190
|
+
var NotificationAlertVariation;
|
|
191
|
+
(function (NotificationAlertVariation) {
|
|
192
|
+
NotificationAlertVariation["INFO"] = "info";
|
|
193
|
+
NotificationAlertVariation["SUCCESS"] = "success";
|
|
194
|
+
NotificationAlertVariation["WARNING"] = "warning";
|
|
195
|
+
NotificationAlertVariation["DANGER"] = "danger";
|
|
196
|
+
})(NotificationAlertVariation || (NotificationAlertVariation = {}));
|
|
197
|
+
|
|
198
|
+
var ErrorPageStatusCodes;
|
|
199
|
+
(function (ErrorPageStatusCodes) {
|
|
200
|
+
ErrorPageStatusCodes["UNAUTHORIZED"] = "401";
|
|
201
|
+
ErrorPageStatusCodes["FORBIDDEN"] = "403";
|
|
202
|
+
ErrorPageStatusCodes["NOT_FOUND"] = "404";
|
|
203
|
+
ErrorPageStatusCodes["GONE"] = "410";
|
|
204
|
+
ErrorPageStatusCodes["INTERNAL_SERVER_ERRROR"] = "500";
|
|
205
|
+
ErrorPageStatusCodes["SERVICE_UNAVAILABLE"] = "503";
|
|
206
|
+
ErrorPageStatusCodes["GATEWAY_TIMEOUT"] = "504";
|
|
207
|
+
ErrorPageStatusCodes["BLOCKED"] = "blocked";
|
|
208
|
+
})(ErrorPageStatusCodes || (ErrorPageStatusCodes = {}));
|
|
209
|
+
|
|
210
|
+
var ToolsFeedbackHeadingLevel;
|
|
211
|
+
(function (ToolsFeedbackHeadingLevel) {
|
|
212
|
+
ToolsFeedbackHeadingLevel["H1"] = "h1";
|
|
213
|
+
ToolsFeedbackHeadingLevel["H2"] = "h2";
|
|
214
|
+
ToolsFeedbackHeadingLevel["H3"] = "h3";
|
|
215
|
+
ToolsFeedbackHeadingLevel["H4"] = "h4";
|
|
216
|
+
ToolsFeedbackHeadingLevel["H5"] = "h5";
|
|
217
|
+
ToolsFeedbackHeadingLevel["H6"] = "h6";
|
|
218
|
+
})(ToolsFeedbackHeadingLevel || (ToolsFeedbackHeadingLevel = {}));
|
|
219
|
+
|
|
220
|
+
var ToolsFeedbackType;
|
|
221
|
+
(function (ToolsFeedbackType) {
|
|
222
|
+
ToolsFeedbackType["FULLWIDTH"] = "fullwidth";
|
|
223
|
+
ToolsFeedbackType["GRID"] = "grid";
|
|
224
|
+
})(ToolsFeedbackType || (ToolsFeedbackType = {}));
|
|
225
|
+
|
|
226
|
+
var FeedbackVariation;
|
|
227
|
+
(function (FeedbackVariation) {
|
|
228
|
+
FeedbackVariation["PRIMARY"] = "primary";
|
|
229
|
+
FeedbackVariation["SECONDARY"] = "secondary";
|
|
230
|
+
})(FeedbackVariation || (FeedbackVariation = {}));
|
|
231
|
+
|
|
232
|
+
var TypographyVariation;
|
|
233
|
+
(function (TypographyVariation) {
|
|
234
|
+
TypographyVariation["SMALL"] = "small";
|
|
235
|
+
TypographyVariation["LARGE"] = "large";
|
|
236
|
+
})(TypographyVariation || (TypographyVariation = {}));
|
|
237
|
+
|
|
238
|
+
export { BadgeNotificationType as B, CalendarDatepickerValidation as C, DialogHeadingLevel as D, ErrorPageStatusCodes as E, FooterVariation as F, HeaderCenterContentWidth as H, InfoCardMultiContainerHeadingLevel as I, NotificationAlertHeadingLevel as N, TitleLogoVariation as T, CodeBlockLanguage as a, DialogSize as b, DialogVariation as c, FormErrorListHeadingLevel as d, FormFieldsetValidation as e, FormRadiobuttonLayout as f, FormRadiobuttonValidation as g, FormRadiobuttonVariation as h, FormReceiptHeadingLevel as i, FormReceiptType as j, FormReceiptVariation as k, FormSelectFilterValidation as l, InfoCardMultiHeadingLevel as m, InfoCardMultiVariation as n, InfoCardHeadingLevel as o, NotificationAlertSize as p, NotificationAlertVariation as q, ToolsFeedbackHeadingLevel as r, ToolsFeedbackType as s, FeedbackVariation as t, TypographyVariation as u };
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { HTMLStencilElement } from '../../../stencil-public-runtime';
|
|
2
2
|
import { ProgressCircleRole } from './progress-circle-role.enum';
|
|
3
|
+
import { ProgressCircleHeadingLevel } from './progress-circle-heading-level.enum';
|
|
3
4
|
/**
|
|
4
5
|
* @enums ProgressCircleRole - progress-role.enum.ts
|
|
6
|
+
* @enums ProgressCircleHeadingLevel - progress-circle-heading-level.enum.ts
|
|
5
7
|
* @swedishName Förloppscirkeln
|
|
6
8
|
* @eventListeners focus - Lyssnar på om fokus sätts på custom-elementet och propagerar ner det till själva rubrik-elementet
|
|
7
9
|
*/
|
|
@@ -56,6 +58,11 @@ export declare class ProgressCircle {
|
|
|
56
58
|
* @en Adds a descriptive header for the progress-circle
|
|
57
59
|
*/
|
|
58
60
|
afStepHeading: string;
|
|
61
|
+
/**
|
|
62
|
+
* Sätter rubriknivå. 'h2' är förvalt.
|
|
63
|
+
* @en Set heading level. Default is 'h2'
|
|
64
|
+
*/
|
|
65
|
+
afHeadingLevel: ProgressCircleHeadingLevel;
|
|
59
66
|
/**
|
|
60
67
|
* Sätter en beskrivande rubrik för förloppsmätaren
|
|
61
68
|
* @en Adds a descriptive header for the progress-circle
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { HTMLStencilElement } from '../../../stencil-public-runtime';
|
|
2
2
|
import { ProgressIndicatorRole } from './progress-indicator-role.enum';
|
|
3
3
|
import { ProgressIndicatorVariation } from './progress-indicator-variation.enum';
|
|
4
|
+
import { ProgressIndicatorHeadingLevel } from './progress-indicator-heading-level.enum';
|
|
4
5
|
/**
|
|
5
6
|
* @enums ProgressIndicatorRole - progress-indicator-role.enum.ts
|
|
6
7
|
* @enums ProgressIndicatorVariation - progress-indicator-variation.enum.ts
|
|
8
|
+
* @enums ProgressIndicatorHeadingLevel - progress-indicator-heading-level.enum.ts
|
|
7
9
|
* @swedishName Förloppsstegaren
|
|
8
10
|
* @eventListeners focus - Lyssnar på om fokus sätts på custom-elementet och propagerar ner det till själva rubrik-elementet
|
|
9
11
|
*/
|
|
@@ -61,6 +63,11 @@ export declare class ProgressIndicator {
|
|
|
61
63
|
* @en Adds a descriptive header for the progress-indicator
|
|
62
64
|
*/
|
|
63
65
|
afStepHeading: string;
|
|
66
|
+
/**
|
|
67
|
+
* Sätter rubriknivå. 'h2' är förvalt.
|
|
68
|
+
* @en Set heading level. Default is 'h2'
|
|
69
|
+
*/
|
|
70
|
+
afHeadingLevel: ProgressIndicatorHeadingLevel;
|
|
64
71
|
/**
|
|
65
72
|
* Sätter en beskrivande rubrik för förloppsmätaren
|
|
66
73
|
* @en Adds a descriptive header for the progress-indicator
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ToolsThemeProviderBrandEnum } from './tools-theme-provider.brand.enum';
|
|
2
|
-
import { ToolsThemeProviderThemeEnum } from './tools-theme-provider.theme.enum';
|
|
3
2
|
/**
|
|
4
3
|
* @slot default - Kan innehålla vad som helst
|
|
5
4
|
* @swedishName Temaväljare
|
|
@@ -10,17 +9,9 @@ export declare class ToolsThemeProvider {
|
|
|
10
9
|
* @en Change theme for underlying components
|
|
11
10
|
*/
|
|
12
11
|
afBrand: ToolsThemeProviderBrandEnum;
|
|
13
|
-
/**
|
|
14
|
-
* Ändrar tema på underliggande komponenter
|
|
15
|
-
* @en Change theme for underlying components
|
|
16
|
-
*/
|
|
17
|
-
afTheme?: ToolsThemeProviderThemeEnum;
|
|
18
|
-
private get fallbackTheme();
|
|
19
12
|
get cssModifiers(): {
|
|
20
13
|
'digi-tools-theme-provider--af25': boolean;
|
|
21
14
|
'digi-tools-theme-provider--af18': boolean;
|
|
22
|
-
'digi-tools-theme-provider--light': boolean;
|
|
23
|
-
'digi-tools-theme-provider--dark': boolean;
|
|
24
15
|
};
|
|
25
16
|
render(): any;
|
|
26
17
|
}
|
|
@@ -101,7 +101,9 @@ import { NotificationAlertHeadingLevel } from "./components/_notification/notifi
|
|
|
101
101
|
import { NotificationAlertSize } from "./components/_notification/notification-alert/notification-alert-size.enum";
|
|
102
102
|
import { NotificationAlertVariation } from "./components/_notification/notification-alert/notification-alert-variation.enum";
|
|
103
103
|
import { ErrorPageStatusCodes } from "./components/_notification/notification-error-page/notification-error-page-httpstatus.enum";
|
|
104
|
+
import { ProgressCircleHeadingLevel } from "./components/_progress/progress-circle/progress-circle-heading-level.enum";
|
|
104
105
|
import { ProgressCircleRole } from "./components/_progress/progress-circle/progress-circle-role.enum";
|
|
106
|
+
import { ProgressIndicatorHeadingLevel } from "./components/_progress/progress-indicator/progress-indicator-heading-level.enum";
|
|
105
107
|
import { ProgressIndicatorRole } from "./components/_progress/progress-indicator/progress-indicator-role.enum";
|
|
106
108
|
import { ProgressIndicatorVariation } from "./components/_progress/progress-indicator/progress-indicator-variation.enum";
|
|
107
109
|
import { ProgressListHeadingLevel } from "./components/_progress/progress-list/progress-list-heading-level.enum";
|
|
@@ -130,7 +132,6 @@ import { FeedbackRatingVariation } from "./components/_tools/tools-feedback-rati
|
|
|
130
132
|
import { FeedbackRatingType } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-type.enum";
|
|
131
133
|
import { FeedbackRatingHeadingLevel } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-heading-level.enum";
|
|
132
134
|
import { ToolsThemeProviderBrandEnum } from "./components/_tools/tools-theme-provider/tools-theme-provider.brand.enum";
|
|
133
|
-
import { ToolsThemeProviderThemeEnum } from "./components/_tools/tools-theme-provider/tools-theme-provider.theme.enum";
|
|
134
135
|
import { TypographyHeadingJumboVariation } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum";
|
|
135
136
|
import { TypographyHeadingJumboLevel } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum";
|
|
136
137
|
import { TypographyMetaVariation } from "./components/_typography/typography-meta/typography-meta-variation.enum";
|
|
@@ -231,7 +232,9 @@ export { NotificationAlertHeadingLevel } from "./components/_notification/notifi
|
|
|
231
232
|
export { NotificationAlertSize } from "./components/_notification/notification-alert/notification-alert-size.enum";
|
|
232
233
|
export { NotificationAlertVariation } from "./components/_notification/notification-alert/notification-alert-variation.enum";
|
|
233
234
|
export { ErrorPageStatusCodes } from "./components/_notification/notification-error-page/notification-error-page-httpstatus.enum";
|
|
235
|
+
export { ProgressCircleHeadingLevel } from "./components/_progress/progress-circle/progress-circle-heading-level.enum";
|
|
234
236
|
export { ProgressCircleRole } from "./components/_progress/progress-circle/progress-circle-role.enum";
|
|
237
|
+
export { ProgressIndicatorHeadingLevel } from "./components/_progress/progress-indicator/progress-indicator-heading-level.enum";
|
|
235
238
|
export { ProgressIndicatorRole } from "./components/_progress/progress-indicator/progress-indicator-role.enum";
|
|
236
239
|
export { ProgressIndicatorVariation } from "./components/_progress/progress-indicator/progress-indicator-variation.enum";
|
|
237
240
|
export { ProgressListHeadingLevel } from "./components/_progress/progress-list/progress-list-heading-level.enum";
|
|
@@ -260,7 +263,6 @@ export { FeedbackRatingVariation } from "./components/_tools/tools-feedback-rati
|
|
|
260
263
|
export { FeedbackRatingType } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-type.enum";
|
|
261
264
|
export { FeedbackRatingHeadingLevel } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-heading-level.enum";
|
|
262
265
|
export { ToolsThemeProviderBrandEnum } from "./components/_tools/tools-theme-provider/tools-theme-provider.brand.enum";
|
|
263
|
-
export { ToolsThemeProviderThemeEnum } from "./components/_tools/tools-theme-provider/tools-theme-provider.theme.enum";
|
|
264
266
|
export { TypographyHeadingJumboVariation } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum";
|
|
265
267
|
export { TypographyHeadingJumboLevel } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum";
|
|
266
268
|
export { TypographyMetaVariation } from "./components/_typography/typography-meta/typography-meta-variation.enum";
|
|
@@ -7549,6 +7551,7 @@ export namespace Components {
|
|
|
7549
7551
|
}
|
|
7550
7552
|
/**
|
|
7551
7553
|
* @enums ProgressCircleRole - progress-role.enum.ts
|
|
7554
|
+
* @enums ProgressCircleHeadingLevel - progress-circle-heading-level.enum.ts
|
|
7552
7555
|
* @swedishName Förloppscirkeln
|
|
7553
7556
|
* @eventListeners focus - Lyssnar på om fokus sätts på custom-elementet och propagerar ner det till själva rubrik-elementet
|
|
7554
7557
|
*/
|
|
@@ -7563,6 +7566,11 @@ export namespace Components {
|
|
|
7563
7566
|
* @en Set a step that failed
|
|
7564
7567
|
*/
|
|
7565
7568
|
"afErrorStep": number;
|
|
7569
|
+
/**
|
|
7570
|
+
* Sätter rubriknivå. 'h2' är förvalt.
|
|
7571
|
+
* @en Set heading level. Default is 'h2'
|
|
7572
|
+
*/
|
|
7573
|
+
"afHeadingLevel": ProgressCircleHeadingLevel;
|
|
7566
7574
|
/**
|
|
7567
7575
|
* Sätter attributet 'id'. Om inget väljs så skapas ett slumpmässigt id.
|
|
7568
7576
|
* @en Input id attribute. Defaults to random string.
|
|
@@ -7619,6 +7627,7 @@ export namespace Components {
|
|
|
7619
7627
|
/**
|
|
7620
7628
|
* @enums ProgressIndicatorRole - progress-indicator-role.enum.ts
|
|
7621
7629
|
* @enums ProgressIndicatorVariation - progress-indicator-variation.enum.ts
|
|
7630
|
+
* @enums ProgressIndicatorHeadingLevel - progress-indicator-heading-level.enum.ts
|
|
7622
7631
|
* @swedishName Förloppsstegaren
|
|
7623
7632
|
* @eventListeners focus - Lyssnar på om fokus sätts på custom-elementet och propagerar ner det till själva rubrik-elementet
|
|
7624
7633
|
*/
|
|
@@ -7633,6 +7642,11 @@ export namespace Components {
|
|
|
7633
7642
|
* @en Set a step that failed
|
|
7634
7643
|
*/
|
|
7635
7644
|
"afErrorStep": number;
|
|
7645
|
+
/**
|
|
7646
|
+
* Sätter rubriknivå. 'h2' är förvalt.
|
|
7647
|
+
* @en Set heading level. Default is 'h2'
|
|
7648
|
+
*/
|
|
7649
|
+
"afHeadingLevel": ProgressIndicatorHeadingLevel;
|
|
7636
7650
|
/**
|
|
7637
7651
|
* Sätter attributet 'id'. Om inget väljs så skapas ett slumpmässigt id.
|
|
7638
7652
|
* @en Input id attribute. Defaults to random string.
|
|
@@ -8250,11 +8264,6 @@ export namespace Components {
|
|
|
8250
8264
|
* @en Change theme for underlying components
|
|
8251
8265
|
*/
|
|
8252
8266
|
"afBrand": ToolsThemeProviderBrandEnum;
|
|
8253
|
-
/**
|
|
8254
|
-
* Ändrar tema på underliggande komponenter
|
|
8255
|
-
* @en Change theme for underlying components
|
|
8256
|
-
*/
|
|
8257
|
-
"afTheme"?: ToolsThemeProviderThemeEnum;
|
|
8258
8267
|
}
|
|
8259
8268
|
/**
|
|
8260
8269
|
* @enums TypographyVariation - typography-variation.enum.ts
|
|
@@ -10896,6 +10905,7 @@ declare global {
|
|
|
10896
10905
|
};
|
|
10897
10906
|
/**
|
|
10898
10907
|
* @enums ProgressCircleRole - progress-role.enum.ts
|
|
10908
|
+
* @enums ProgressCircleHeadingLevel - progress-circle-heading-level.enum.ts
|
|
10899
10909
|
* @swedishName Förloppscirkeln
|
|
10900
10910
|
* @eventListeners focus - Lyssnar på om fokus sätts på custom-elementet och propagerar ner det till själva rubrik-elementet
|
|
10901
10911
|
*/
|
|
@@ -10908,6 +10918,7 @@ declare global {
|
|
|
10908
10918
|
/**
|
|
10909
10919
|
* @enums ProgressIndicatorRole - progress-indicator-role.enum.ts
|
|
10910
10920
|
* @enums ProgressIndicatorVariation - progress-indicator-variation.enum.ts
|
|
10921
|
+
* @enums ProgressIndicatorHeadingLevel - progress-indicator-heading-level.enum.ts
|
|
10911
10922
|
* @swedishName Förloppsstegaren
|
|
10912
10923
|
* @eventListeners focus - Lyssnar på om fokus sätts på custom-elementet och propagerar ner det till själva rubrik-elementet
|
|
10913
10924
|
*/
|
|
@@ -19448,6 +19459,7 @@ declare namespace LocalJSX {
|
|
|
19448
19459
|
}
|
|
19449
19460
|
/**
|
|
19450
19461
|
* @enums ProgressCircleRole - progress-role.enum.ts
|
|
19462
|
+
* @enums ProgressCircleHeadingLevel - progress-circle-heading-level.enum.ts
|
|
19451
19463
|
* @swedishName Förloppscirkeln
|
|
19452
19464
|
* @eventListeners focus - Lyssnar på om fokus sätts på custom-elementet och propagerar ner det till själva rubrik-elementet
|
|
19453
19465
|
*/
|
|
@@ -19462,6 +19474,11 @@ declare namespace LocalJSX {
|
|
|
19462
19474
|
* @en Set a step that failed
|
|
19463
19475
|
*/
|
|
19464
19476
|
"afErrorStep"?: number;
|
|
19477
|
+
/**
|
|
19478
|
+
* Sätter rubriknivå. 'h2' är förvalt.
|
|
19479
|
+
* @en Set heading level. Default is 'h2'
|
|
19480
|
+
*/
|
|
19481
|
+
"afHeadingLevel"?: ProgressCircleHeadingLevel;
|
|
19465
19482
|
/**
|
|
19466
19483
|
* Sätter attributet 'id'. Om inget väljs så skapas ett slumpmässigt id.
|
|
19467
19484
|
* @en Input id attribute. Defaults to random string.
|
|
@@ -19518,6 +19535,7 @@ declare namespace LocalJSX {
|
|
|
19518
19535
|
/**
|
|
19519
19536
|
* @enums ProgressIndicatorRole - progress-indicator-role.enum.ts
|
|
19520
19537
|
* @enums ProgressIndicatorVariation - progress-indicator-variation.enum.ts
|
|
19538
|
+
* @enums ProgressIndicatorHeadingLevel - progress-indicator-heading-level.enum.ts
|
|
19521
19539
|
* @swedishName Förloppsstegaren
|
|
19522
19540
|
* @eventListeners focus - Lyssnar på om fokus sätts på custom-elementet och propagerar ner det till själva rubrik-elementet
|
|
19523
19541
|
*/
|
|
@@ -19532,6 +19550,11 @@ declare namespace LocalJSX {
|
|
|
19532
19550
|
* @en Set a step that failed
|
|
19533
19551
|
*/
|
|
19534
19552
|
"afErrorStep"?: number;
|
|
19553
|
+
/**
|
|
19554
|
+
* Sätter rubriknivå. 'h2' är förvalt.
|
|
19555
|
+
* @en Set heading level. Default is 'h2'
|
|
19556
|
+
*/
|
|
19557
|
+
"afHeadingLevel"?: ProgressIndicatorHeadingLevel;
|
|
19535
19558
|
/**
|
|
19536
19559
|
* Sätter attributet 'id'. Om inget väljs så skapas ett slumpmässigt id.
|
|
19537
19560
|
* @en Input id attribute. Defaults to random string.
|
|
@@ -20165,11 +20188,6 @@ declare namespace LocalJSX {
|
|
|
20165
20188
|
* @en Change theme for underlying components
|
|
20166
20189
|
*/
|
|
20167
20190
|
"afBrand"?: ToolsThemeProviderBrandEnum;
|
|
20168
|
-
/**
|
|
20169
|
-
* Ändrar tema på underliggande komponenter
|
|
20170
|
-
* @en Change theme for underlying components
|
|
20171
|
-
*/
|
|
20172
|
-
"afTheme"?: ToolsThemeProviderThemeEnum;
|
|
20173
20191
|
}
|
|
20174
20192
|
/**
|
|
20175
20193
|
* @enums TypographyVariation - typography-variation.enum.ts
|
|
@@ -21350,6 +21368,7 @@ declare module "@stencil/core" {
|
|
|
21350
21368
|
"digi-notification-error-page": LocalJSX.DigiNotificationErrorPage & JSXBase.HTMLAttributes<HTMLDigiNotificationErrorPageElement>;
|
|
21351
21369
|
/**
|
|
21352
21370
|
* @enums ProgressCircleRole - progress-role.enum.ts
|
|
21371
|
+
* @enums ProgressCircleHeadingLevel - progress-circle-heading-level.enum.ts
|
|
21353
21372
|
* @swedishName Förloppscirkeln
|
|
21354
21373
|
* @eventListeners focus - Lyssnar på om fokus sätts på custom-elementet och propagerar ner det till själva rubrik-elementet
|
|
21355
21374
|
*/
|
|
@@ -21357,6 +21376,7 @@ declare module "@stencil/core" {
|
|
|
21357
21376
|
/**
|
|
21358
21377
|
* @enums ProgressIndicatorRole - progress-indicator-role.enum.ts
|
|
21359
21378
|
* @enums ProgressIndicatorVariation - progress-indicator-variation.enum.ts
|
|
21379
|
+
* @enums ProgressIndicatorHeadingLevel - progress-indicator-heading-level.enum.ts
|
|
21360
21380
|
* @swedishName Förloppsstegaren
|
|
21361
21381
|
* @eventListeners focus - Lyssnar på om fokus sätts på custom-elementet och propagerar ner det till själva rubrik-elementet
|
|
21362
21382
|
*/
|
package/dist/types/enums.d.ts
CHANGED
|
@@ -108,6 +108,8 @@ export * from './components/_progress/progress-list/progress-list-type.enum';
|
|
|
108
108
|
export * from './components/_progress/progress-list/progress-list-variation.enum';
|
|
109
109
|
export * from './components/_progress/progressbar/progressbar-role.enum';
|
|
110
110
|
export * from './components/_progress/progressbar/progressbar-variation.enum';
|
|
111
|
+
export * from './components/_progress/progress-circle/progress-circle-heading-level.enum';
|
|
112
|
+
export * from './components/_progress/progress-indicator/progress-indicator-heading-level.enum';
|
|
111
113
|
export * from './components/_quote/quote/quote-type.enum';
|
|
112
114
|
export * from './components/_quote/quote/quote-variation.enum';
|
|
113
115
|
export * from './components/_quote/quote/quote-image-position.enum';
|
|
@@ -125,7 +127,6 @@ export * from './components/_tools/tools-feedback/tools-feedback-heading-level.e
|
|
|
125
127
|
export * from './components/_tools/tools-feedback/tools-feedback-type.enum';
|
|
126
128
|
export * from './components/_tools/tools-feedback/tools-feedback-variation.enum';
|
|
127
129
|
export * from './components/_tools/tools-theme-provider/tools-theme-provider.brand.enum';
|
|
128
|
-
export * from './components/_tools/tools-theme-provider/tools-theme-provider.theme.enum';
|
|
129
130
|
export * from './components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum';
|
|
130
131
|
export * from './components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum';
|
|
131
132
|
export * from './components/_typography/typography-meta/typography-meta-variation.enum';
|