@designsystem-se/af 31.3.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/LICENSE +201 -0
- package/components/digi-badge-notification.d.ts +11 -0
- package/components/digi-badge-notification.js +6 -0
- package/components/digi-badge-status.d.ts +11 -0
- package/components/digi-badge-status.js +51 -0
- package/components/digi-bar-chart.d.ts +11 -0
- package/components/digi-bar-chart.js +1546 -0
- package/components/digi-button.d.ts +11 -0
- package/components/digi-button.js +6 -0
- package/components/digi-calendar-datepicker.d.ts +11 -0
- package/components/digi-calendar-datepicker.js +2598 -0
- package/components/digi-calendar-week-view.d.ts +11 -0
- package/components/digi-calendar-week-view.js +2329 -0
- package/components/digi-calendar.d.ts +11 -0
- package/components/digi-calendar.js +6 -0
- package/components/digi-card.d.ts +11 -0
- package/components/digi-card.js +64 -0
- package/components/digi-chart-line.d.ts +11 -0
- package/components/digi-chart-line.js +2360 -0
- package/components/digi-code-block.d.ts +11 -0
- package/components/digi-code-block.js +6 -0
- package/components/digi-code-example.d.ts +11 -0
- package/components/digi-code-example.js +228 -0
- package/components/digi-code.d.ts +11 -0
- package/components/digi-code.js +66 -0
- package/components/digi-context-menu.d.ts +11 -0
- package/components/digi-context-menu.js +184 -0
- package/components/digi-dialog.d.ts +11 -0
- package/components/digi-dialog.js +350 -0
- package/components/digi-expandable-accordion.d.ts +11 -0
- package/components/digi-expandable-accordion.js +203 -0
- package/components/digi-expandable-faq-item.d.ts +11 -0
- package/components/digi-expandable-faq-item.js +129 -0
- package/components/digi-expandable-faq.d.ts +11 -0
- package/components/digi-expandable-faq.js +83 -0
- package/components/digi-footer-card.d.ts +11 -0
- package/components/digi-footer-card.js +44 -0
- package/components/digi-footer.d.ts +11 -0
- package/components/digi-footer.js +114 -0
- package/components/digi-form-category-filter.d.ts +11 -0
- package/components/digi-form-category-filter.js +165 -0
- package/components/digi-form-checkbox.d.ts +11 -0
- package/components/digi-form-checkbox.js +6 -0
- package/components/digi-form-error-list.d.ts +11 -0
- package/components/digi-form-error-list.js +246 -0
- package/components/digi-form-fieldset.d.ts +11 -0
- package/components/digi-form-fieldset.js +6 -0
- package/components/digi-form-file-upload.d.ts +11 -0
- package/components/digi-form-file-upload.js +685 -0
- package/components/digi-form-filter.d.ts +11 -0
- package/components/digi-form-filter.js +302 -0
- package/components/digi-form-input-search.d.ts +11 -0
- package/components/digi-form-input-search.js +229 -0
- package/components/digi-form-input.d.ts +11 -0
- package/components/digi-form-input.js +6 -0
- package/components/digi-form-label.d.ts +11 -0
- package/components/digi-form-label.js +6 -0
- package/components/digi-form-radiobutton.d.ts +11 -0
- package/components/digi-form-radiobutton.js +6 -0
- package/components/digi-form-radiogroup.d.ts +11 -0
- package/components/digi-form-radiogroup.js +89 -0
- package/components/digi-form-receipt.d.ts +11 -0
- package/components/digi-form-receipt.js +151 -0
- package/components/digi-form-select-filter.d.ts +11 -0
- package/components/digi-form-select-filter.js +684 -0
- package/components/digi-form-select.d.ts +11 -0
- package/components/digi-form-select.js +6 -0
- package/components/digi-form-textarea.d.ts +11 -0
- package/components/digi-form-textarea.js +205 -0
- package/components/digi-form-validation-message.d.ts +11 -0
- package/components/digi-form-validation-message.js +6 -0
- package/components/digi-header-avatar.d.ts +11 -0
- package/components/digi-header-avatar.js +154 -0
- package/components/digi-header-navigation-item.d.ts +11 -0
- package/components/digi-header-navigation-item.js +42 -0
- package/components/digi-header-navigation.d.ts +11 -0
- package/components/digi-header-navigation.js +285 -0
- package/components/digi-header-notification.d.ts +11 -0
- package/components/digi-header-notification.js +38 -0
- package/components/digi-header.d.ts +11 -0
- package/components/digi-header.js +165 -0
- package/components/digi-icon-accessibility-deaf.d.ts +11 -0
- package/components/digi-icon-accessibility-deaf.js +49 -0
- package/components/digi-icon-accessibility-universal.d.ts +11 -0
- package/components/digi-icon-accessibility-universal.js +49 -0
- package/components/digi-icon-apple.d.ts +11 -0
- package/components/digi-icon-apple.js +49 -0
- package/components/digi-icon-archive-outline.d.ts +11 -0
- package/components/digi-icon-archive-outline.js +49 -0
- package/components/digi-icon-archive.d.ts +11 -0
- package/components/digi-icon-archive.js +49 -0
- package/components/digi-icon-arrow-back.d.ts +11 -0
- package/components/digi-icon-arrow-back.js +49 -0
- package/components/digi-icon-arrow-down.d.ts +11 -0
- package/components/digi-icon-arrow-down.js +49 -0
- package/components/digi-icon-arrow-left.d.ts +11 -0
- package/components/digi-icon-arrow-left.js +49 -0
- package/components/digi-icon-arrow-right.d.ts +11 -0
- package/components/digi-icon-arrow-right.js +6 -0
- package/components/digi-icon-arrow-sign-in.d.ts +11 -0
- package/components/digi-icon-arrow-sign-in.js +49 -0
- package/components/digi-icon-arrow-sign-out.d.ts +11 -0
- package/components/digi-icon-arrow-sign-out.js +49 -0
- package/components/digi-icon-arrow-up.d.ts +11 -0
- package/components/digi-icon-arrow-up.js +49 -0
- package/components/digi-icon-at.d.ts +11 -0
- package/components/digi-icon-at.js +49 -0
- package/components/digi-icon-bars.d.ts +11 -0
- package/components/digi-icon-bars.js +6 -0
- package/components/digi-icon-bell-filled.d.ts +11 -0
- package/components/digi-icon-bell-filled.js +49 -0
- package/components/digi-icon-bell.d.ts +11 -0
- package/components/digi-icon-bell.js +49 -0
- package/components/digi-icon-book.d.ts +11 -0
- package/components/digi-icon-book.js +49 -0
- package/components/digi-icon-bookmark-outline.d.ts +11 -0
- package/components/digi-icon-bookmark-outline.js +49 -0
- package/components/digi-icon-bookmark-solid.d.ts +11 -0
- package/components/digi-icon-bookmark-solid.js +49 -0
- package/components/digi-icon-bubble-ellipsis.d.ts +11 -0
- package/components/digi-icon-bubble-ellipsis.js +49 -0
- package/components/digi-icon-bubble.d.ts +11 -0
- package/components/digi-icon-bubble.js +49 -0
- package/components/digi-icon-building-outline.d.ts +11 -0
- package/components/digi-icon-building-outline.js +49 -0
- package/components/digi-icon-building-solid.d.ts +11 -0
- package/components/digi-icon-building-solid.js +49 -0
- package/components/digi-icon-bullseye.d.ts +11 -0
- package/components/digi-icon-bullseye.js +49 -0
- package/components/digi-icon-calculator-solid.d.ts +11 -0
- package/components/digi-icon-calculator-solid.js +49 -0
- package/components/digi-icon-calendar-alt-alert.d.ts +11 -0
- package/components/digi-icon-calendar-alt-alert.js +49 -0
- package/components/digi-icon-calendar-alt.d.ts +11 -0
- package/components/digi-icon-calendar-alt.js +6 -0
- package/components/digi-icon-calendar.d.ts +11 -0
- package/components/digi-icon-calendar.js +49 -0
- package/components/digi-icon-caret-circle-right.d.ts +11 -0
- package/components/digi-icon-caret-circle-right.js +49 -0
- package/components/digi-icon-caret-down.d.ts +11 -0
- package/components/digi-icon-caret-down.js +6 -0
- package/components/digi-icon-caret-left.d.ts +11 -0
- package/components/digi-icon-caret-left.js +49 -0
- package/components/digi-icon-caret-right.d.ts +11 -0
- package/components/digi-icon-caret-right.js +49 -0
- package/components/digi-icon-caret-up.d.ts +11 -0
- package/components/digi-icon-caret-up.js +6 -0
- package/components/digi-icon-chart.d.ts +11 -0
- package/components/digi-icon-chart.js +6 -0
- package/components/digi-icon-chat.d.ts +11 -0
- package/components/digi-icon-chat.js +49 -0
- package/components/digi-icon-check-circle-reg-alt.d.ts +11 -0
- package/components/digi-icon-check-circle-reg-alt.js +49 -0
- package/components/digi-icon-check-circle-solid.d.ts +11 -0
- package/components/digi-icon-check-circle-solid.js +49 -0
- package/components/digi-icon-check.d.ts +11 -0
- package/components/digi-icon-check.js +6 -0
- package/components/digi-icon-checklist.d.ts +11 -0
- package/components/digi-icon-checklist.js +49 -0
- package/components/digi-icon-chevron-down.d.ts +11 -0
- package/components/digi-icon-chevron-down.js +6 -0
- package/components/digi-icon-chevron-left.d.ts +11 -0
- package/components/digi-icon-chevron-left.js +6 -0
- package/components/digi-icon-chevron-right.d.ts +11 -0
- package/components/digi-icon-chevron-right.js +6 -0
- package/components/digi-icon-chevron-up.d.ts +11 -0
- package/components/digi-icon-chevron-up.js +6 -0
- package/components/digi-icon-clock.d.ts +11 -0
- package/components/digi-icon-clock.js +49 -0
- package/components/digi-icon-communication-play-solid.d.ts +11 -0
- package/components/digi-icon-communication-play-solid.js +49 -0
- package/components/digi-icon-compress-alt.d.ts +11 -0
- package/components/digi-icon-compress-alt.js +49 -0
- package/components/digi-icon-comunication-case.d.ts +11 -0
- package/components/digi-icon-comunication-case.js +49 -0
- package/components/digi-icon-comunication-flag.d.ts +11 -0
- package/components/digi-icon-comunication-flag.js +49 -0
- package/components/digi-icon-comunication-graduate.d.ts +11 -0
- package/components/digi-icon-comunication-graduate.js +49 -0
- package/components/digi-icon-comunication-play.d.ts +11 -0
- package/components/digi-icon-comunication-play.js +49 -0
- package/components/digi-icon-cooperation.d.ts +11 -0
- package/components/digi-icon-cooperation.js +49 -0
- package/components/digi-icon-copy.d.ts +11 -0
- package/components/digi-icon-copy.js +6 -0
- package/components/digi-icon-danger-outline.d.ts +11 -0
- package/components/digi-icon-danger-outline.js +49 -0
- package/components/digi-icon-download.d.ts +11 -0
- package/components/digi-icon-download.js +49 -0
- package/components/digi-icon-dxa.d.ts +11 -0
- package/components/digi-icon-dxa.js +49 -0
- package/components/digi-icon-edit.d.ts +11 -0
- package/components/digi-icon-edit.js +49 -0
- package/components/digi-icon-ellipsis.d.ts +11 -0
- package/components/digi-icon-ellipsis.js +49 -0
- package/components/digi-icon-envelope-filled.d.ts +11 -0
- package/components/digi-icon-envelope-filled.js +49 -0
- package/components/digi-icon-envelope.d.ts +11 -0
- package/components/digi-icon-envelope.js +49 -0
- package/components/digi-icon-exclamation-circle-filled.d.ts +11 -0
- package/components/digi-icon-exclamation-circle-filled.js +49 -0
- package/components/digi-icon-exclamation-triangle-filled.d.ts +11 -0
- package/components/digi-icon-exclamation-triangle-filled.js +49 -0
- package/components/digi-icon-exclamation-triangle-warning.d.ts +11 -0
- package/components/digi-icon-exclamation-triangle-warning.js +6 -0
- package/components/digi-icon-exclamation-triangle.d.ts +11 -0
- package/components/digi-icon-exclamation-triangle.js +49 -0
- package/components/digi-icon-expand-alt.d.ts +11 -0
- package/components/digi-icon-expand-alt.js +49 -0
- package/components/digi-icon-external-link-alt.d.ts +11 -0
- package/components/digi-icon-external-link-alt.js +6 -0
- package/components/digi-icon-eye-slash.d.ts +11 -0
- package/components/digi-icon-eye-slash.js +49 -0
- package/components/digi-icon-eye.d.ts +11 -0
- package/components/digi-icon-eye.js +49 -0
- package/components/digi-icon-facebook-square.d.ts +11 -0
- package/components/digi-icon-facebook-square.js +49 -0
- package/components/digi-icon-file-document.d.ts +11 -0
- package/components/digi-icon-file-document.js +49 -0
- package/components/digi-icon-file-excel.d.ts +11 -0
- package/components/digi-icon-file-excel.js +49 -0
- package/components/digi-icon-file-governing.d.ts +11 -0
- package/components/digi-icon-file-governing.js +49 -0
- package/components/digi-icon-file-pdf.d.ts +11 -0
- package/components/digi-icon-file-pdf.js +49 -0
- package/components/digi-icon-file-powerpoint.d.ts +11 -0
- package/components/digi-icon-file-powerpoint.js +49 -0
- package/components/digi-icon-file-word.d.ts +11 -0
- package/components/digi-icon-file-word.js +49 -0
- package/components/digi-icon-film.d.ts +11 -0
- package/components/digi-icon-film.js +49 -0
- package/components/digi-icon-filter.d.ts +11 -0
- package/components/digi-icon-filter.js +49 -0
- package/components/digi-icon-globe-filled.d.ts +11 -0
- package/components/digi-icon-globe-filled.js +49 -0
- package/components/digi-icon-globe.d.ts +11 -0
- package/components/digi-icon-globe.js +49 -0
- package/components/digi-icon-headphones.d.ts +11 -0
- package/components/digi-icon-headphones.js +49 -0
- package/components/digi-icon-heart-solid.d.ts +11 -0
- package/components/digi-icon-heart-solid.js +49 -0
- package/components/digi-icon-heart.d.ts +11 -0
- package/components/digi-icon-heart.js +49 -0
- package/components/digi-icon-history.d.ts +11 -0
- package/components/digi-icon-history.js +49 -0
- package/components/digi-icon-home.d.ts +11 -0
- package/components/digi-icon-home.js +49 -0
- package/components/digi-icon-image.d.ts +11 -0
- package/components/digi-icon-image.js +49 -0
- package/components/digi-icon-info-circle-solid.d.ts +11 -0
- package/components/digi-icon-info-circle-solid.js +49 -0
- package/components/digi-icon-input-select-marker.d.ts +11 -0
- package/components/digi-icon-input-select-marker.js +6 -0
- package/components/digi-icon-instagram.d.ts +11 -0
- package/components/digi-icon-instagram.js +49 -0
- package/components/digi-icon-job-suggestion.d.ts +11 -0
- package/components/digi-icon-job-suggestion.js +49 -0
- package/components/digi-icon-language-outline.d.ts +11 -0
- package/components/digi-icon-language-outline.js +6 -0
- package/components/digi-icon-language.d.ts +11 -0
- package/components/digi-icon-language.js +49 -0
- package/components/digi-icon-laptop-phone.d.ts +11 -0
- package/components/digi-icon-laptop-phone.js +49 -0
- package/components/digi-icon-lattlast.d.ts +11 -0
- package/components/digi-icon-lattlast.js +49 -0
- package/components/digi-icon-licence-bus.d.ts +11 -0
- package/components/digi-icon-licence-bus.js +49 -0
- package/components/digi-icon-licence-car.d.ts +11 -0
- package/components/digi-icon-licence-car.js +49 -0
- package/components/digi-icon-licence-motorcycle.d.ts +11 -0
- package/components/digi-icon-licence-motorcycle.js +49 -0
- package/components/digi-icon-licence-truck.d.ts +11 -0
- package/components/digi-icon-licence-truck.js +49 -0
- package/components/digi-icon-lightbulb.d.ts +11 -0
- package/components/digi-icon-lightbulb.js +49 -0
- package/components/digi-icon-linkedin-in.d.ts +11 -0
- package/components/digi-icon-linkedin-in.js +49 -0
- package/components/digi-icon-list-ul.d.ts +11 -0
- package/components/digi-icon-list-ul.js +6 -0
- package/components/digi-icon-lock.d.ts +11 -0
- package/components/digi-icon-lock.js +49 -0
- package/components/digi-icon-marker-filled.d.ts +11 -0
- package/components/digi-icon-marker-filled.js +49 -0
- package/components/digi-icon-marker.d.ts +11 -0
- package/components/digi-icon-marker.js +49 -0
- package/components/digi-icon-media-course.d.ts +11 -0
- package/components/digi-icon-media-course.js +49 -0
- package/components/digi-icon-media-podcast.d.ts +11 -0
- package/components/digi-icon-media-podcast.js +49 -0
- package/components/digi-icon-microphone-off.d.ts +11 -0
- package/components/digi-icon-microphone-off.js +49 -0
- package/components/digi-icon-microphone.d.ts +11 -0
- package/components/digi-icon-microphone.js +49 -0
- package/components/digi-icon-minus.d.ts +11 -0
- package/components/digi-icon-minus.js +6 -0
- package/components/digi-icon-move.d.ts +11 -0
- package/components/digi-icon-move.js +49 -0
- package/components/digi-icon-news.d.ts +11 -0
- package/components/digi-icon-news.js +6 -0
- package/components/digi-icon-notification-error.d.ts +11 -0
- package/components/digi-icon-notification-error.js +6 -0
- package/components/digi-icon-notification-info.d.ts +11 -0
- package/components/digi-icon-notification-info.js +6 -0
- package/components/digi-icon-notification-succes.d.ts +11 -0
- package/components/digi-icon-notification-succes.js +6 -0
- package/components/digi-icon-notification-warning.d.ts +11 -0
- package/components/digi-icon-notification-warning.js +6 -0
- package/components/digi-icon-online-computervideo.d.ts +11 -0
- package/components/digi-icon-online-computervideo.js +6 -0
- package/components/digi-icon-online-interview.d.ts +11 -0
- package/components/digi-icon-online-interview.js +49 -0
- package/components/digi-icon-online-meeting.d.ts +11 -0
- package/components/digi-icon-online-meeting.js +49 -0
- package/components/digi-icon-online-task.d.ts +11 -0
- package/components/digi-icon-online-task.js +49 -0
- package/components/digi-icon-online-video.d.ts +11 -0
- package/components/digi-icon-online-video.js +6 -0
- package/components/digi-icon-open-source.d.ts +11 -0
- package/components/digi-icon-open-source.js +49 -0
- package/components/digi-icon-palette.d.ts +11 -0
- package/components/digi-icon-palette.js +49 -0
- package/components/digi-icon-paperclip.d.ts +11 -0
- package/components/digi-icon-paperclip.js +6 -0
- package/components/digi-icon-pen.d.ts +11 -0
- package/components/digi-icon-pen.js +49 -0
- package/components/digi-icon-phone-hangup.d.ts +11 -0
- package/components/digi-icon-phone-hangup.js +49 -0
- package/components/digi-icon-phone.d.ts +11 -0
- package/components/digi-icon-phone.js +49 -0
- package/components/digi-icon-plus.d.ts +11 -0
- package/components/digi-icon-plus.js +6 -0
- package/components/digi-icon-pod.d.ts +11 -0
- package/components/digi-icon-pod.js +6 -0
- package/components/digi-icon-print.d.ts +11 -0
- package/components/digi-icon-print.js +49 -0
- package/components/digi-icon-read.d.ts +11 -0
- package/components/digi-icon-read.js +49 -0
- package/components/digi-icon-redo.d.ts +11 -0
- package/components/digi-icon-redo.js +49 -0
- package/components/digi-icon-screensharing-off.d.ts +11 -0
- package/components/digi-icon-screensharing-off.js +49 -0
- package/components/digi-icon-screensharing.d.ts +11 -0
- package/components/digi-icon-screensharing.js +49 -0
- package/components/digi-icon-search.d.ts +11 -0
- package/components/digi-icon-search.js +6 -0
- package/components/digi-icon-send-outline.d.ts +11 -0
- package/components/digi-icon-send-outline.js +49 -0
- package/components/digi-icon-send-solid.d.ts +11 -0
- package/components/digi-icon-send-solid.js +49 -0
- package/components/digi-icon-settings.d.ts +11 -0
- package/components/digi-icon-settings.js +49 -0
- package/components/digi-icon-share-alt.d.ts +11 -0
- package/components/digi-icon-share-alt.js +49 -0
- package/components/digi-icon-share-chain.d.ts +11 -0
- package/components/digi-icon-share-chain.js +49 -0
- package/components/digi-icon-sign.d.ts +11 -0
- package/components/digi-icon-sign.js +6 -0
- package/components/digi-icon-sliders-h.d.ts +11 -0
- package/components/digi-icon-sliders-h.js +49 -0
- package/components/digi-icon-sokkandidat.d.ts +11 -0
- package/components/digi-icon-sokkandidat.js +49 -0
- package/components/digi-icon-sort-down.d.ts +11 -0
- package/components/digi-icon-sort-down.js +49 -0
- package/components/digi-icon-sort-up.d.ts +11 -0
- package/components/digi-icon-sort-up.js +49 -0
- package/components/digi-icon-sort.d.ts +11 -0
- package/components/digi-icon-sort.js +49 -0
- package/components/digi-icon-spinner.d.ts +11 -0
- package/components/digi-icon-spinner.js +6 -0
- package/components/digi-icon-star-reg.d.ts +11 -0
- package/components/digi-icon-star-reg.js +49 -0
- package/components/digi-icon-star.d.ts +11 -0
- package/components/digi-icon-star.js +49 -0
- package/components/digi-icon-suitcase-outline.d.ts +11 -0
- package/components/digi-icon-suitcase-outline.js +49 -0
- package/components/digi-icon-suitcase-solid.d.ts +11 -0
- package/components/digi-icon-suitcase-solid.js +49 -0
- package/components/digi-icon-system-assistance.d.ts +11 -0
- package/components/digi-icon-system-assistance.js +49 -0
- package/components/digi-icon-table-column.d.ts +11 -0
- package/components/digi-icon-table-column.js +49 -0
- package/components/digi-icon-table-row.d.ts +11 -0
- package/components/digi-icon-table-row.js +49 -0
- package/components/digi-icon-table.d.ts +11 -0
- package/components/digi-icon-table.js +6 -0
- package/components/digi-icon-task-done.d.ts +11 -0
- package/components/digi-icon-task-done.js +49 -0
- package/components/digi-icon-toggle-off.d.ts +11 -0
- package/components/digi-icon-toggle-off.js +49 -0
- package/components/digi-icon-toggle-on.d.ts +11 -0
- package/components/digi-icon-toggle-on.js +49 -0
- package/components/digi-icon-trash.d.ts +11 -0
- package/components/digi-icon-trash.js +6 -0
- package/components/digi-icon-twitter.d.ts +11 -0
- package/components/digi-icon-twitter.js +49 -0
- package/components/digi-icon-tyck-till.d.ts +11 -0
- package/components/digi-icon-tyck-till.js +49 -0
- package/components/digi-icon-unlock.d.ts +11 -0
- package/components/digi-icon-unlock.js +49 -0
- package/components/digi-icon-update.d.ts +11 -0
- package/components/digi-icon-update.js +49 -0
- package/components/digi-icon-upload.d.ts +11 -0
- package/components/digi-icon-upload.js +49 -0
- package/components/digi-icon-user-alt.d.ts +11 -0
- package/components/digi-icon-user-alt.js +49 -0
- package/components/digi-icon-users-solid.d.ts +11 -0
- package/components/digi-icon-users-solid.js +49 -0
- package/components/digi-icon-validation-error.d.ts +11 -0
- package/components/digi-icon-validation-error.js +6 -0
- package/components/digi-icon-validation-success.d.ts +11 -0
- package/components/digi-icon-validation-success.js +6 -0
- package/components/digi-icon-validation-warning.d.ts +11 -0
- package/components/digi-icon-validation-warning.js +6 -0
- package/components/digi-icon-videocamera-off.d.ts +11 -0
- package/components/digi-icon-videocamera-off.js +49 -0
- package/components/digi-icon-videocamera.d.ts +11 -0
- package/components/digi-icon-videocamera.js +49 -0
- package/components/digi-icon-volume.d.ts +11 -0
- package/components/digi-icon-volume.js +6 -0
- package/components/digi-icon-web-tv.d.ts +11 -0
- package/components/digi-icon-web-tv.js +49 -0
- package/components/digi-icon-webinar.d.ts +11 -0
- package/components/digi-icon-webinar.js +6 -0
- package/components/digi-icon-wifi-signal0.d.ts +11 -0
- package/components/digi-icon-wifi-signal0.js +49 -0
- package/components/digi-icon-wifi-signal1.d.ts +11 -0
- package/components/digi-icon-wifi-signal1.js +49 -0
- package/components/digi-icon-wifi-signal2.d.ts +11 -0
- package/components/digi-icon-wifi-signal2.js +49 -0
- package/components/digi-icon-wifi-signal3.d.ts +11 -0
- package/components/digi-icon-wifi-signal3.js +49 -0
- package/components/digi-icon-window.d.ts +11 -0
- package/components/digi-icon-window.js +49 -0
- package/components/digi-icon-x-button-outline.d.ts +11 -0
- package/components/digi-icon-x-button-outline.js +6 -0
- package/components/digi-icon-x-button.d.ts +11 -0
- package/components/digi-icon-x-button.js +49 -0
- package/components/digi-icon-x.d.ts +11 -0
- package/components/digi-icon-x.js +6 -0
- package/components/digi-icon-youtube.d.ts +11 -0
- package/components/digi-icon-youtube.js +49 -0
- package/components/digi-icon.d.ts +11 -0
- package/components/digi-icon.js +477 -0
- package/components/digi-info-card-multi-container.d.ts +11 -0
- package/components/digi-info-card-multi-container.js +44 -0
- package/components/digi-info-card-multi.d.ts +11 -0
- package/components/digi-info-card-multi.js +145 -0
- package/components/digi-info-card.d.ts +11 -0
- package/components/digi-info-card.js +132 -0
- package/components/digi-layout-block.d.ts +11 -0
- package/components/digi-layout-block.js +6 -0
- package/components/digi-layout-columns.d.ts +11 -0
- package/components/digi-layout-columns.js +6 -0
- package/components/digi-layout-container.d.ts +11 -0
- package/components/digi-layout-container.js +6 -0
- package/components/digi-layout-media-object.d.ts +11 -0
- package/components/digi-layout-media-object.js +6 -0
- package/components/digi-link-button.d.ts +11 -0
- package/components/digi-link-button.js +97 -0
- package/components/digi-link-external.d.ts +11 -0
- package/components/digi-link-external.js +6 -0
- package/components/digi-link-internal.d.ts +11 -0
- package/components/digi-link-internal.js +6 -0
- package/components/digi-link.d.ts +11 -0
- package/components/digi-link.js +6 -0
- package/components/digi-list.d.ts +11 -0
- package/components/digi-list.js +102 -0
- package/components/digi-loader-skeleton.d.ts +11 -0
- package/components/digi-loader-skeleton.js +62 -0
- package/components/digi-loader-spinner.d.ts +11 -0
- package/components/digi-loader-spinner.js +53 -0
- package/components/digi-logo.d.ts +11 -0
- package/components/digi-logo.js +6 -0
- package/components/digi-media-figure.d.ts +11 -0
- package/components/digi-media-figure.js +46 -0
- package/components/digi-media-image.d.ts +11 -0
- package/components/digi-media-image.js +6 -0
- package/components/digi-navigation-breadcrumbs.d.ts +11 -0
- package/components/digi-navigation-breadcrumbs.js +87 -0
- package/components/digi-navigation-context-menu-item.d.ts +11 -0
- package/components/digi-navigation-context-menu-item.js +47 -0
- package/components/digi-navigation-context-menu.d.ts +11 -0
- package/components/digi-navigation-context-menu.js +6 -0
- package/components/digi-navigation-dropdown.d.ts +11 -0
- package/components/digi-navigation-dropdown.js +6 -0
- package/components/digi-navigation-pagination.d.ts +11 -0
- package/components/digi-navigation-pagination.js +271 -0
- package/components/digi-navigation-sidebar-button.d.ts +11 -0
- package/components/digi-navigation-sidebar-button.js +6 -0
- package/components/digi-navigation-sidebar.d.ts +11 -0
- package/components/digi-navigation-sidebar.js +360 -0
- package/components/digi-navigation-vertical-menu-item.d.ts +11 -0
- package/components/digi-navigation-vertical-menu-item.js +194 -0
- package/components/digi-navigation-vertical-menu.d.ts +11 -0
- package/components/digi-navigation-vertical-menu.js +197 -0
- package/components/digi-notification-alert.d.ts +11 -0
- package/components/digi-notification-alert.js +6 -0
- package/components/digi-notification-error-page.d.ts +11 -0
- package/components/digi-notification-error-page.js +440 -0
- package/components/digi-progress-circle.d.ts +11 -0
- package/components/digi-progress-circle.js +129 -0
- package/components/digi-progress-indicator.d.ts +11 -0
- package/components/digi-progress-indicator.js +199 -0
- package/components/digi-progress-list-item.d.ts +11 -0
- package/components/digi-progress-list-item.js +152 -0
- package/components/digi-progress-list.d.ts +11 -0
- package/components/digi-progress-list.js +147 -0
- package/components/digi-progressbar.d.ts +11 -0
- package/components/digi-progressbar.js +136 -0
- package/components/digi-quote-multi-container.d.ts +11 -0
- package/components/digi-quote-multi-container.js +39 -0
- package/components/digi-quote-single.d.ts +11 -0
- package/components/digi-quote-single.js +63 -0
- package/components/digi-quote.d.ts +11 -0
- package/components/digi-quote.js +139 -0
- package/components/digi-table.d.ts +11 -0
- package/components/digi-table.js +50 -0
- package/components/digi-tablist-panel.d.ts +11 -0
- package/components/digi-tablist-panel.js +39 -0
- package/components/digi-tablist.d.ts +11 -0
- package/components/digi-tablist.js +290 -0
- package/components/digi-tag-media.d.ts +11 -0
- package/components/digi-tag-media.js +6 -0
- package/components/digi-tag.d.ts +11 -0
- package/components/digi-tag.js +70 -0
- package/components/digi-tools-feedback-banner.d.ts +11 -0
- package/components/digi-tools-feedback-banner.js +164 -0
- package/components/digi-tools-feedback-rating.d.ts +11 -0
- package/components/digi-tools-feedback-rating.js +261 -0
- package/components/digi-tools-feedback.d.ts +11 -0
- package/components/digi-tools-feedback.js +179 -0
- package/components/digi-tools-languagepicker.d.ts +11 -0
- package/components/digi-tools-languagepicker.js +225 -0
- package/components/digi-typography-heading-jumbo.d.ts +11 -0
- package/components/digi-typography-heading-jumbo.js +52 -0
- package/components/digi-typography-meta.d.ts +11 -0
- package/components/digi-typography-meta.js +6 -0
- package/components/digi-typography-preamble.d.ts +11 -0
- package/components/digi-typography-preamble.js +33 -0
- package/components/digi-typography-time.d.ts +11 -0
- package/components/digi-typography-time.js +91 -0
- package/components/digi-typography.d.ts +11 -0
- package/components/digi-typography.js +6 -0
- package/components/digi-util-breakpoint-observer.d.ts +11 -0
- package/components/digi-util-breakpoint-observer.js +6 -0
- package/components/digi-util-detect-click-outside.d.ts +11 -0
- package/components/digi-util-detect-click-outside.js +50 -0
- package/components/digi-util-detect-focus-outside.d.ts +11 -0
- package/components/digi-util-detect-focus-outside.js +50 -0
- package/components/digi-util-intersection-observer.d.ts +11 -0
- package/components/digi-util-intersection-observer.js +6 -0
- package/components/digi-util-keydown-handler.d.ts +11 -0
- package/components/digi-util-keydown-handler.js +6 -0
- package/components/digi-util-keyup-handler.d.ts +11 -0
- package/components/digi-util-keyup-handler.js +96 -0
- package/components/digi-util-mutation-observer.d.ts +11 -0
- package/components/digi-util-mutation-observer.js +6 -0
- package/components/digi-util-resize-observer.d.ts +11 -0
- package/components/digi-util-resize-observer.js +6 -0
- package/components/index.d.ts +594 -0
- package/components/index.js +346 -0
- package/components/p-00d6ab21.js +8 -0
- package/components/p-037a5a1d.js +71 -0
- package/components/p-0451e593.js +52 -0
- package/components/p-0643b217.js +46 -0
- package/components/p-06625463.js +18 -0
- package/components/p-06f939ab.js +31 -0
- package/components/p-071659b8.js +46 -0
- package/components/p-07303cb5.js +23 -0
- package/components/p-09e0586b.js +165 -0
- package/components/p-0bc69e9b.js +46 -0
- package/components/p-0f3fbb1e.js +14 -0
- package/components/p-0f6c0360.js +8 -0
- package/components/p-17510ece.js +46 -0
- package/components/p-193267a8.js +57 -0
- package/components/p-1afbd5d9.js +103 -0
- package/components/p-1b51a94c.js +603 -0
- package/components/p-1b6bd776.js +58 -0
- package/components/p-1ead5d8e.js +46 -0
- package/components/p-1ee02c0b.js +137 -0
- package/components/p-1f68d501.js +18 -0
- package/components/p-224094ec.js +46 -0
- package/components/p-290d1746.js +13 -0
- package/components/p-2c789cac.js +46 -0
- package/components/p-2ce0989f.js +186 -0
- package/components/p-2d79a104.js +39 -0
- package/components/p-2ec32a3b.js +46 -0
- package/components/p-32456868.js +46 -0
- package/components/p-336eb016.js +60 -0
- package/components/p-35230ec3.js +79 -0
- package/components/p-399bd0ae.js +46 -0
- package/components/p-3b20ec86.js +13 -0
- package/components/p-3c2bb3be.js +93 -0
- package/components/p-3d453c8b.js +46 -0
- package/components/p-3e02e6a4.js +98 -0
- package/components/p-40657c82.js +8 -0
- package/components/p-42aa440f.js +91 -0
- package/components/p-430607cb.js +7 -0
- package/components/p-4775d757.js +43 -0
- package/components/p-484a1d6d.js +30 -0
- package/components/p-490d2653.js +23 -0
- package/components/p-49de5413.js +221 -0
- package/components/p-4a9697a8.js +7 -0
- package/components/p-510a98b8.js +46 -0
- package/components/p-517dd6a0.js +65 -0
- package/components/p-5ba6737a.js +8 -0
- package/components/p-5d21a361.js +19 -0
- package/components/p-5d309a3a.js +237 -0
- package/components/p-5ef808b0.js +46 -0
- package/components/p-5f8dc01a.js +14 -0
- package/components/p-62c7beb4.js +7 -0
- package/components/p-63296d6b.js +46 -0
- package/components/p-657067fe.js +70 -0
- package/components/p-688892ba.js +46 -0
- package/components/p-692534f1.js +96 -0
- package/components/p-6afc74b6.js +46 -0
- package/components/p-6c2ae1ce.js +46 -0
- package/components/p-6d2a8b7a.js +46 -0
- package/components/p-6e383896.js +25 -0
- package/components/p-6e970184.js +46 -0
- package/components/p-6ee85572.js +172 -0
- package/components/p-6f0a0969.js +47 -0
- package/components/p-717306ef.js +8 -0
- package/components/p-76b60057.js +46 -0
- package/components/p-77a93845.js +31 -0
- package/components/p-7933b555.js +8 -0
- package/components/p-7aacd45f.js +170 -0
- package/components/p-7e32c40b.js +11 -0
- package/components/p-7e5ad05a.js +19 -0
- package/components/p-8142cc73.js +19 -0
- package/components/p-814ca2ad.js +24 -0
- package/components/p-820e795b.js +11 -0
- package/components/p-85914c7f.js +9 -0
- package/components/p-8c0542dc.js +46 -0
- package/components/p-8c6c3d06.js +47 -0
- package/components/p-8cd2d6dd.js +13 -0
- package/components/p-8e3b0394.js +46 -0
- package/components/p-8fa816d6.js +8 -0
- package/components/p-900f6ab3.js +46 -0
- package/components/p-903b00e6.js +7 -0
- package/components/p-905ccb30.js +24 -0
- package/components/p-91245b2c.js +70 -0
- package/components/p-91cb9cd3.js +46 -0
- package/components/p-91f1460b.js +16 -0
- package/components/p-95d76cb0.js +46 -0
- package/components/p-95db5a30.js +7 -0
- package/components/p-9b0fe363.js +47 -0
- package/components/p-9c5a93d8.js +17 -0
- package/components/p-9dd1b2ec.js +46 -0
- package/components/p-9dd5d6c8.js +13 -0
- package/components/p-9e6f28f2.js +46 -0
- package/components/p-a37eff2b.js +46 -0
- package/components/p-a446e9ae.js +46 -0
- package/components/p-a4a001e1.js +23 -0
- package/components/p-a6ca40fc.js +7 -0
- package/components/p-a7b46971.js +325 -0
- package/components/p-ad9a707b.js +7 -0
- package/components/p-b0e88537.js +8 -0
- package/components/p-b7023e49.js +68 -0
- package/components/p-b7ddb31f.js +46 -0
- package/components/p-bb9a21e6.js +232 -0
- package/components/p-bc3d2778.js +8 -0
- package/components/p-bdbd71ce.js +46 -0
- package/components/p-bdd811bc.js +5 -0
- package/components/p-c2ee26cb.js +3723 -0
- package/components/p-c7456146.js +46 -0
- package/components/p-c7949525.js +865 -0
- package/components/p-c8429245.js +53 -0
- package/components/p-ccb24f10.js +165 -0
- package/components/p-cdcaf0eb.js +9 -0
- package/components/p-d14b9d0f.js +46 -0
- package/components/p-d1886fff.js +17 -0
- package/components/p-d2651556.js +88 -0
- package/components/p-d593f0d5.js +40 -0
- package/components/p-d7211fec.js +263 -0
- package/components/p-d74742b8.js +17 -0
- package/components/p-d84461c8.js +46 -0
- package/components/p-d8a98b3b.js +18 -0
- package/components/p-d8d71310.js +46 -0
- package/components/p-dcdffb3c.js +7 -0
- package/components/p-e22aa82c.js +144 -0
- package/components/p-e3754128.js +46 -0
- package/components/p-e3d2e899.js +51 -0
- package/components/p-e4a9f8f0.js +11 -0
- package/components/p-e9c9e33c.js +79 -0
- package/components/p-ee33960b.js +7 -0
- package/components/p-ee88e3f1.js +8 -0
- package/components/p-f08f59ca.js +132 -0
- package/components/p-f124fce4.js +2049 -0
- package/components/p-f25f9ca8.js +2431 -0
- package/components/p-f2a6768b.js +8 -0
- package/components/p-f40f4b2a.js +18 -0
- package/components/p-f4248a7e.js +7 -0
- package/components/p-f447b984.js +16 -0
- package/components/p-f57119ac.js +39 -0
- package/components/p-f600576a.js +42 -0
- package/components/p-fa160c0e.js +46 -0
- package/components/p-fae3992e.js +46 -0
- package/components/p-fd4e8161.js +72 -0
- package/components/p-ffe5c0e8.js +9 -0
- package/custom-elements.json +8345 -0
- package/dist/cjs/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/badge-notification-shape.enum-ff802554.js +8 -0
- package/dist/cjs/badge-status-variation.enum-0a5adc21.js +23 -0
- package/dist/cjs/bar-chart-variation.enum-a4e866b6.js +7 -0
- package/dist/cjs/button-size.enum-7921c01e.js +8 -0
- package/dist/cjs/button-type.enum-406723db.js +8 -0
- package/dist/cjs/button-variation.enum-bc521499.js +9 -0
- package/dist/cjs/calendar-week-view-heading-level.enum-fd0c841b.js +11 -0
- package/dist/cjs/card-footer-border.enum-143982da.js +19 -0
- package/dist/cjs/code-example-variation.enum-c6557727.js +27 -0
- package/dist/cjs/code-variation.enum-c4a4e6fd.js +19 -0
- package/dist/cjs/detectClickOutside.util-3e764eb3.js +9 -0
- package/dist/cjs/detectClosest.util-85b3507b.js +7 -0
- package/dist/cjs/detectFocusOutside.util-03c62976.js +9 -0
- package/dist/cjs/digi-arbetsformedlingen.cjs.js +25 -0
- package/dist/cjs/digi-badge-notification.cjs.entry.js +63 -0
- package/dist/cjs/digi-badge-status.cjs.entry.js +32 -0
- package/dist/cjs/digi-bar-chart.cjs.entry.js +1484 -0
- package/dist/cjs/digi-button.cjs.entry.js +130 -0
- package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +2477 -0
- package/dist/cjs/digi-calendar-week-view.cjs.entry.js +2276 -0
- package/dist/cjs/digi-calendar_2.cjs.entry.js +474 -0
- package/dist/cjs/digi-card.cjs.entry.js +40 -0
- package/dist/cjs/digi-chart-line.cjs.entry.js +2311 -0
- package/dist/cjs/digi-code-block_3.cjs.entry.js +229 -0
- package/dist/cjs/digi-code-example.cjs.entry.js +166 -0
- package/dist/cjs/digi-code.cjs.entry.js +45 -0
- package/dist/cjs/digi-context-menu.cjs.entry.js +132 -0
- package/dist/cjs/digi-dialog.cjs.entry.js +302 -0
- package/dist/cjs/digi-expandable-accordion.cjs.entry.js +156 -0
- package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +95 -0
- package/dist/cjs/digi-expandable-faq.cjs.entry.js +64 -0
- package/dist/cjs/digi-footer-card.cjs.entry.js +29 -0
- package/dist/cjs/digi-footer.cjs.entry.js +82 -0
- package/dist/cjs/digi-form-category-filter.cjs.entry.js +121 -0
- package/dist/cjs/digi-form-checkbox.cjs.entry.js +128 -0
- package/dist/cjs/digi-form-error-list.cjs.entry.js +147 -0
- package/dist/cjs/digi-form-file-upload_13.cjs.entry.js +943 -0
- package/dist/cjs/digi-form-filter.cjs.entry.js +248 -0
- package/dist/cjs/digi-form-input-search.cjs.entry.js +144 -0
- package/dist/cjs/digi-form-input.cjs.entry.js +157 -0
- package/dist/cjs/digi-form-radiogroup.cjs.entry.js +62 -0
- package/dist/cjs/digi-form-receipt.cjs.entry.js +121 -0
- package/dist/cjs/digi-form-select-filter.cjs.entry.js +576 -0
- package/dist/cjs/digi-form-select_2.cjs.entry.js +176 -0
- package/dist/cjs/digi-form-textarea.cjs.entry.js +133 -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 +230 -0
- package/dist/cjs/digi-header-notification.cjs.entry.js +23 -0
- package/dist/cjs/digi-header.cjs.entry.js +103 -0
- package/dist/cjs/digi-icon-accessibility-deaf.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-accessibility-universal.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-apple.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-archive-outline.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-archive.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-arrow-back.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-arrow-down.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-arrow-left.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-arrow-right.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-arrow-sign-in.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-arrow-sign-out.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-arrow-up.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-at.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-bell.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-book.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bookmark-outline.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bookmark-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bubble-ellipsis.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bubble.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-building-outline.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-building-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bullseye.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-calculator-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-calendar-alt-alert.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-calendar.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-caret-circle-right.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-caret-down_2.cjs.entry.js +53 -0
- package/dist/cjs/digi-icon-caret-left.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-caret-right.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-chart_2.cjs.entry.js +53 -0
- package/dist/cjs/digi-icon-chat.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-check-circle-reg-alt.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-check-circle-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-check.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-checklist.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-chevron-down.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-chevron-left.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-chevron-right.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-chevron-up.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-clock.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-communication-play-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-compress-alt.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-comunication-case.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-comunication-flag.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-comunication-graduate.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-comunication-play.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-cooperation.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-copy.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-danger-outline.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-download.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-dxa.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-edit.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-ellipsis.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-envelope-filled.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-envelope.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-exclamation-circle-filled.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-exclamation-triangle-filled.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-exclamation-triangle-warning.cjs.entry.js +31 -0
- package/dist/cjs/digi-icon-exclamation-triangle.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-expand-alt.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-external-link-alt_2.cjs.entry.js +63 -0
- package/dist/cjs/digi-icon-eye-slash.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-eye.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-facebook-square.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-file-document.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-file-excel.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-file-governing.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-file-pdf.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-file-powerpoint.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-file-word.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-film.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-filter.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-globe-filled.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-globe.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-headphones.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-heart-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-heart.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-history.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-home.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-image.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-info-circle-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-instagram.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-job-suggestion.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-language-outline_4.cjs.entry.js +339 -0
- package/dist/cjs/digi-icon-language.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-laptop-phone.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-lattlast.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-licence-bus.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-licence-car.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-licence-motorcycle.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-licence-truck.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-lightbulb.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-linkedin-in.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +145 -0
- package/dist/cjs/digi-icon-lock.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-marker-filled.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-marker.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-media-course.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-media-podcast.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-microphone-off.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-microphone.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-minus_2.cjs.entry.js +53 -0
- package/dist/cjs/digi-icon-move.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-notification-error_5.cjs.entry.js +120 -0
- package/dist/cjs/digi-icon-online-interview.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-online-meeting.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-online-task.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-open-source.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-palette.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-pen.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-phone-hangup.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-phone.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-print.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-read.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-redo.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-screensharing-off.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-screensharing.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-search.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-send-outline.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-send-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-settings.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-share-alt.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-share-chain.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-sliders-h.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-sokkandidat.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-sort-down.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-sort-up.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-sort.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-star-reg.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-star.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-suitcase-outline.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-suitcase-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-system-assistance.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-table-column.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-table-row.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-task-done.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-toggle-off.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-toggle-on.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-twitter.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-tyck-till.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-unlock.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-update.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-upload.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-user-alt.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-users-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-videocamera-off.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-videocamera.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-web-tv.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-wifi-signal0.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-wifi-signal1.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-wifi-signal2.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-wifi-signal3.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-window.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-x-button.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-x.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-youtube.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon.cjs.entry.js +452 -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.cjs.entry.js +47 -0
- package/dist/cjs/digi-layout-columns.cjs.entry.js +33 -0
- package/dist/cjs/digi-link-button.cjs.entry.js +69 -0
- package/dist/cjs/digi-link-internal.cjs.entry.js +40 -0
- package/dist/cjs/digi-link.cjs.entry.js +78 -0
- package/dist/cjs/digi-list.cjs.entry.js +67 -0
- package/dist/cjs/digi-loader-skeleton.cjs.entry.js +45 -0
- package/dist/cjs/digi-loader-spinner.cjs.entry.js +31 -0
- package/dist/cjs/digi-logo_2.cjs.entry.js +64 -0
- package/dist/cjs/digi-media-figure.cjs.entry.js +30 -0
- package/dist/cjs/digi-media-image_2.cjs.entry.js +167 -0
- package/dist/cjs/digi-navigation-breadcrumbs.cjs.entry.js +60 -0
- package/dist/cjs/digi-navigation-context-menu-item.cjs.entry.js +28 -0
- package/dist/cjs/digi-navigation-dropdown.cjs.entry.js +188 -0
- package/dist/cjs/digi-navigation-pagination.cjs.entry.js +216 -0
- package/dist/cjs/digi-navigation-sidebar.cjs.entry.js +299 -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 +120 -0
- package/dist/cjs/digi-notification-error-page.cjs.entry.js +398 -0
- package/dist/cjs/digi-progress-circle.cjs.entry.js +85 -0
- package/dist/cjs/digi-progress-indicator.cjs.entry.js +133 -0
- package/dist/cjs/digi-progress-list-item.cjs.entry.js +107 -0
- package/dist/cjs/digi-progress-list.cjs.entry.js +115 -0
- package/dist/cjs/digi-progressbar.cjs.entry.js +102 -0
- package/dist/cjs/digi-quote-multi-container.cjs.entry.js +23 -0
- package/dist/cjs/digi-quote-single.cjs.entry.js +33 -0
- package/dist/cjs/digi-quote.cjs.entry.js +104 -0
- package/dist/cjs/digi-table.cjs.entry.js +33 -0
- package/dist/cjs/digi-tablist-panel.cjs.entry.js +23 -0
- package/dist/cjs/digi-tablist.cjs.entry.js +227 -0
- package/dist/cjs/digi-tag-media.cjs.entry.js +47 -0
- package/dist/cjs/digi-tag.cjs.entry.js +40 -0
- package/dist/cjs/digi-tools-feedback-banner.cjs.entry.js +103 -0
- package/dist/cjs/digi-tools-feedback-rating.cjs.entry.js +183 -0
- package/dist/cjs/digi-tools-feedback.cjs.entry.js +135 -0
- package/dist/cjs/digi-tools-languagepicker.cjs.entry.js +127 -0
- package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +34 -0
- package/dist/cjs/digi-typography-meta.cjs.entry.js +27 -0
- package/dist/cjs/digi-typography-preamble.cjs.entry.js +20 -0
- package/dist/cjs/digi-typography-time.cjs.entry.js +70 -0
- package/dist/cjs/digi-util-detect-click-outside.cjs.entry.js +36 -0
- package/dist/cjs/digi-util-detect-focus-outside.cjs.entry.js +36 -0
- package/dist/cjs/digi-util-keydown-handler.cjs.entry.js +83 -0
- package/dist/cjs/digi-util-keyup-handler.cjs.entry.js +83 -0
- package/dist/cjs/digi-util-mutation-observer.cjs.entry.js +64 -0
- package/dist/cjs/digi-util-resize-observer.cjs.entry.js +42 -0
- package/dist/cjs/expandable-faq-item-variation.enum-89427195.js +18 -0
- package/dist/cjs/expandable-faq-variation.enum-af923f49.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-input-search-variation.enum-c50239bc.js +8 -0
- package/dist/cjs/form-input-type.enum-9c8ee12a.js +25 -0
- 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-textarea-variation.enum-9c90d40f.js +17 -0
- package/dist/cjs/index-ac8e01b4.js +884 -0
- package/dist/cjs/index-cad91a90.js +66 -0
- package/dist/cjs/index-cfa8e9be.js +3186 -0
- package/dist/cjs/index-e8333bcc.js +174 -0
- package/dist/cjs/index.cjs.js +905 -0
- 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/keyboardHandler.util-d8600adb.js +67 -0
- package/dist/cjs/layout-block-container.enum-52ae6994.js +8 -0
- package/dist/cjs/layout-block-variation.enum-f6102119.js +11 -0
- package/dist/cjs/layout-columns-variation.enum-65675649.js +23 -0
- package/dist/cjs/layout-media-object-alignment.enum-81c8e205.js +9 -0
- package/dist/cjs/linear-ac0c97a7.js +3738 -0
- package/dist/cjs/link-button-variation.enum-6c51aa80.js +16 -0
- package/dist/cjs/link-external-variation.enum-4865305c.js +7 -0
- package/dist/cjs/link-internal-variation.enum-96d004ec.js +7 -0
- package/dist/cjs/link-variation.enum-e6d243b1.js +7 -0
- package/dist/cjs/list-type.enum-aea4d012.js +8 -0
- package/dist/cjs/loader-skeleton-variation.enum-d52ba55e.js +11 -0
- package/dist/cjs/loader-spinner-size.enum-db2973f0.js +8 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/cjs/logger.util-fdafc086.js +53 -0
- package/dist/cjs/logo-variation.enum-607fadb4.js +13 -0
- package/dist/cjs/media-figure-alignment.enum-3885aba5.js +8 -0
- package/dist/cjs/navigation-context-menu-horizontal-position.enum-71b76501.js +7 -0
- package/dist/cjs/navigation-context-menu-item-type.enum-9b8142ad.js +7 -0
- package/dist/cjs/navigation-sidebar-variation.enum-1c0c3064.js +42 -0
- package/dist/cjs/navigation-tablist.types-f042f1bd.js +12 -0
- package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +13 -0
- package/dist/cjs/prism-git-df985529.js +2433 -0
- package/dist/cjs/progress-indicator-variation.enum-7cf8e0e4.js +13 -0
- package/dist/cjs/progress-list-item-variation.enum-90e4c874.js +31 -0
- package/dist/cjs/progress-list-variation.enum-06d5ce27.js +31 -0
- package/dist/cjs/progressbar-variation.enum-aff9fa80.js +13 -0
- package/dist/cjs/quote-image-inner-position.enum-e64e7a6d.js +30 -0
- package/dist/cjs/quote-single-variation.enum-53f94dbc.js +8 -0
- package/dist/cjs/randomIdGenerator.util-e7f4b6de.js +11 -0
- package/dist/cjs/table-variation.enum-25df2ad7.js +14 -0
- package/dist/cjs/tag-media-icon.enum-372563c5.js +11 -0
- package/dist/cjs/tag-size.enum-0a6be639.js +8 -0
- package/dist/cjs/text-ca7e238b.js +93 -0
- package/dist/cjs/tools-feedback-banner-type.enum-de373ba0.js +17 -0
- package/dist/cjs/tools-feedback-rating-variation.enum-2f71e84d.js +25 -0
- package/dist/cjs/tools-feedback-variation.enum-4547e1e3.js +254 -0
- package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +17 -0
- package/dist/cjs/typography-meta-variation.enum-13ac3538.js +7 -0
- package/dist/cjs/typography-time-variation.enum-bce1d87e.js +8 -0
- package/dist/cjs/typography-variation.enum-9b2f695f.js +50 -0
- package/dist/cjs/util-breakpoint-observer-breakpoints.enum-e96d3a84.js +9 -0
- package/dist/collection/collection-manifest.json +290 -0
- package/dist/collection/components/_badge/badge-notification/badge-notification-shape.enum.js +6 -0
- package/dist/collection/components/_badge/badge-notification/badge-notification-type.enum.js +5 -0
- package/dist/collection/components/_badge/badge-notification/badge-notification.css +314 -0
- package/dist/collection/components/_badge/badge-notification/badge-notification.js +126 -0
- package/dist/collection/components/_badge/badge-status/badge-status-size.enum.js +5 -0
- package/dist/collection/components/_badge/badge-status/badge-status-type.enum.js +9 -0
- package/dist/collection/components/_badge/badge-status/badge-status-variation.enum.js +5 -0
- package/dist/collection/components/_badge/badge-status/badge-status.css +393 -0
- package/dist/collection/components/_badge/badge-status/badge-status.js +177 -0
- package/dist/collection/components/_button/button/button-size.enum.js +6 -0
- package/dist/collection/components/_button/button/button-type.enum.js +6 -0
- package/dist/collection/components/_button/button/button-variation.enum.js +7 -0
- package/dist/collection/components/_button/button/button.css +696 -0
- package/dist/collection/components/_button/button/button.js +729 -0
- package/dist/collection/components/_calendar/calendar/calendar.css +543 -0
- package/dist/collection/components/_calendar/calendar/calendar.js +819 -0
- package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker-validation.enum.js +7 -0
- package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +346 -0
- package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.js +814 -0
- package/dist/collection/components/_calendar/week-view/calendar-week-view-heading-level.enum.js +9 -0
- package/dist/collection/components/_calendar/week-view/calendar-week-view.css +662 -0
- package/dist/collection/components/_calendar/week-view/calendar-week-view.js +378 -0
- package/dist/collection/components/_card/card/card-border-radius.enum.js +5 -0
- package/dist/collection/components/_card/card/card-border.enum.js +5 -0
- package/dist/collection/components/_card/card/card-footer-border.enum.js +5 -0
- package/dist/collection/components/_card/card/card-shadow.enum.js +5 -0
- package/dist/collection/components/_card/card/card.css +47 -0
- package/dist/collection/components/_card/card/card.js +143 -0
- package/dist/collection/components/_chart/bar-chart/bar-chart-variation.enum.js +5 -0
- package/dist/collection/components/_chart/bar-chart/bar-chart.css +89 -0
- package/dist/collection/components/_chart/bar-chart/bar-chart.js +1518 -0
- package/dist/collection/components/_chart/chart-line/chart-line-data.interface.js +1 -0
- package/dist/collection/components/_chart/chart-line/chart-line-series.interface.js +1 -0
- package/dist/collection/components/_chart/chart-line/chart-line.css +149 -0
- package/dist/collection/components/_chart/chart-line/chart-line.js +1707 -0
- package/dist/collection/components/_code/code/code-language.enum.js +11 -0
- package/dist/collection/components/_code/code/code-variation.enum.js +5 -0
- package/dist/collection/components/_code/code/code.css +261 -0
- package/dist/collection/components/_code/code/code.js +170 -0
- package/dist/collection/components/_code/code-block/code-block-language.enum.js +13 -0
- package/dist/collection/components/_code/code-block/code-block-variation.enum.js +5 -0
- package/dist/collection/components/_code/code-block/code-block.css +324 -0
- package/dist/collection/components/_code/code-block/code-block.js +203 -0
- package/dist/collection/components/_code/code-example/code-example-language.enum.js +13 -0
- package/dist/collection/components/_code/code-example/code-example-variation.enum.js +5 -0
- package/dist/collection/components/_code/code-example/code-example.css +460 -0
- package/dist/collection/components/_code/code-example/code-example.js +344 -0
- package/dist/collection/components/_dialog/dialog/dialog-heading-level.enum.js +9 -0
- package/dist/collection/components/_dialog/dialog/dialog-size.enum.js +6 -0
- package/dist/collection/components/_dialog/dialog/dialog-variation.enum.js +5 -0
- package/dist/collection/components/_dialog/dialog/dialog.css +418 -0
- package/dist/collection/components/_dialog/dialog/dialog.js +575 -0
- package/dist/collection/components/_expandable/expandable-accordion/expandable-accordion-header-level.enum.js +9 -0
- package/dist/collection/components/_expandable/expandable-accordion/expandable-accordion-toggle-type.enum.js +5 -0
- package/dist/collection/components/_expandable/expandable-accordion/expandable-accordion-variation.enum.js +5 -0
- package/dist/collection/components/_expandable/expandable-accordion/expandable-accordion.css +439 -0
- package/dist/collection/components/_expandable/expandable-accordion/expandable-accordion.js +335 -0
- package/dist/collection/components/_expandable/expandable-faq/expandable-faq-heading-level.enum.js +9 -0
- package/dist/collection/components/_expandable/expandable-faq/expandable-faq-variation.enum.js +6 -0
- package/dist/collection/components/_expandable/expandable-faq/expandable-faq.css +3 -0
- package/dist/collection/components/_expandable/expandable-faq/expandable-faq.js +160 -0
- package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item-heading-level.enum.js +9 -0
- package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item-variation.enum.js +6 -0
- package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.css +370 -0
- package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.js +282 -0
- package/dist/collection/components/_footer/footer/footer-variation.enum.js +5 -0
- package/dist/collection/components/_footer/footer/footer.css +115 -0
- package/dist/collection/components/_footer/footer/footer.js +73 -0
- package/dist/collection/components/_footer/footer-card/footer-card-variation.enum.js +6 -0
- package/dist/collection/components/_footer/footer-card/footer-card.css +86 -0
- package/dist/collection/components/_footer/footer-card/footer-card.js +71 -0
- package/dist/collection/components/_form/form-category-filter/form-category-filter.css +28 -0
- package/dist/collection/components/_form/form-category-filter/form-category-filter.interfaces.js +1 -0
- package/dist/collection/components/_form/form-category-filter/form-category-filter.js +349 -0
- package/dist/collection/components/_form/form-checkbox/form-checkbox-layout.enum.js +5 -0
- package/dist/collection/components/_form/form-checkbox/form-checkbox-validation.enum.js +5 -0
- package/dist/collection/components/_form/form-checkbox/form-checkbox-variation.enum.js +5 -0
- package/dist/collection/components/_form/form-checkbox/form-checkbox.css +452 -0
- package/dist/collection/components/_form/form-checkbox/form-checkbox.js +768 -0
- package/dist/collection/components/_form/form-error-list/form-error-list-heading-level.enum.js +9 -0
- package/dist/collection/components/_form/form-error-list/form-error-list.css +22 -0
- package/dist/collection/components/_form/form-error-list/form-error-list.js +320 -0
- package/dist/collection/components/_form/form-fieldset/form-fieldset.css +31 -0
- package/dist/collection/components/_form/form-fieldset/form-fieldset.js +122 -0
- package/dist/collection/components/_form/form-file-upload/form-file-upload-error-messages.type.js +1 -0
- package/dist/collection/components/_form/form-file-upload/form-file-upload-heading-level.enum.js +9 -0
- package/dist/collection/components/_form/form-file-upload/form-file-upload-validation.enum.js +5 -0
- package/dist/collection/components/_form/form-file-upload/form-file-upload-variation.enum.js +6 -0
- package/dist/collection/components/_form/form-file-upload/form-file-upload.css +748 -0
- package/dist/collection/components/_form/form-file-upload/form-file-upload.js +1293 -0
- package/dist/collection/components/_form/form-filter/form-filter.css +433 -0
- package/dist/collection/components/_form/form-filter/form-filter.js +720 -0
- package/dist/collection/components/_form/form-filter/form-filter.types.js +9 -0
- package/dist/collection/components/_form/form-input/form-input-button-variation.enum.js +5 -0
- package/dist/collection/components/_form/form-input/form-input-mode.enum.js +12 -0
- package/dist/collection/components/_form/form-input/form-input-type.enum.js +17 -0
- package/dist/collection/components/_form/form-input/form-input-validation.enum.js +7 -0
- package/dist/collection/components/_form/form-input/form-input-variation.enum.js +6 -0
- package/dist/collection/components/_form/form-input/form-input.css +379 -0
- package/dist/collection/components/_form/form-input/form-input.js +1092 -0
- package/dist/collection/components/_form/form-input-search/form-input-search-variation.enum.js +6 -0
- package/dist/collection/components/_form/form-input-search/form-input-search.css +12 -0
- package/dist/collection/components/_form/form-input-search/form-input-search.js +889 -0
- package/dist/collection/components/_form/form-label/form-label.css +25 -0
- package/dist/collection/components/_form/form-label/form-label.js +275 -0
- package/dist/collection/components/_form/form-radiobutton/form-radiobutton-layout.enum.js +5 -0
- package/dist/collection/components/_form/form-radiobutton/form-radiobutton-validation.enum.js +4 -0
- package/dist/collection/components/_form/form-radiobutton/form-radiobutton-variation.enum.js +5 -0
- package/dist/collection/components/_form/form-radiobutton/form-radiobutton.css +405 -0
- package/dist/collection/components/_form/form-radiobutton/form-radiobutton.js +636 -0
- package/dist/collection/components/_form/form-radiogroup/form-radiogroup.css +2 -0
- package/dist/collection/components/_form/form-radiogroup/form-radiogroup.js +171 -0
- package/dist/collection/components/_form/form-receipt/check-icon.svg +22 -0
- package/dist/collection/components/_form/form-receipt/form-receipt-heading-level.enum.js +9 -0
- package/dist/collection/components/_form/form-receipt/form-receipt-type.enum.js +5 -0
- package/dist/collection/components/_form/form-receipt/form-receipt-variation.enum.js +5 -0
- package/dist/collection/components/_form/form-receipt/form-receipt.css +358 -0
- package/dist/collection/components/_form/form-receipt/form-receipt.js +195 -0
- package/dist/collection/components/_form/form-select/form-select-validation.enum.js +7 -0
- package/dist/collection/components/_form/form-select/form-select-variation.enum.js +6 -0
- package/dist/collection/components/_form/form-select/form-select.css +409 -0
- package/dist/collection/components/_form/form-select/form-select.js +731 -0
- package/dist/collection/components/_form/form-select-filter/form-select-filter.css +709 -0
- package/dist/collection/components/_form/form-select-filter/form-select-filter.interface.js +1 -0
- package/dist/collection/components/_form/form-select-filter/form-select-filter.js +1283 -0
- package/dist/collection/components/_form/form-select-filter/form-select-validation.enum.js +7 -0
- package/dist/collection/components/_form/form-textarea/form-textarea-validation.enum.js +7 -0
- package/dist/collection/components/_form/form-textarea/form-textarea-variation.enum.js +7 -0
- package/dist/collection/components/_form/form-textarea/form-textarea.css +362 -0
- package/dist/collection/components/_form/form-textarea/form-textarea.js +800 -0
- package/dist/collection/components/_form/form-validation-message/form-validation-message-variation.enum.js +6 -0
- package/dist/collection/components/_form/form-validation-message/form-validation-message.css +40 -0
- package/dist/collection/components/_form/form-validation-message/form-validation-message.js +79 -0
- package/dist/collection/components/_header/header/header-center-content-width.enum.js +6 -0
- package/dist/collection/components/_header/header/header.css +323 -0
- package/dist/collection/components/_header/header/header.js +201 -0
- package/dist/collection/components/_header/header-avatar/avatars/avatars.js +14 -0
- package/dist/collection/components/_header/header-avatar/avatars/types.js +2 -0
- package/dist/collection/components/_header/header-avatar/header-avatar.css +311 -0
- package/dist/collection/components/_header/header-avatar/header-avatar.js +351 -0
- package/dist/collection/components/_header/header-navigation/header-navigation.css +354 -0
- package/dist/collection/components/_header/header-navigation/header-navigation.js +471 -0
- package/dist/collection/components/_header/header-navigation-item/header-navigation-item.css +329 -0
- package/dist/collection/components/_header/header-navigation-item/header-navigation-item.js +58 -0
- package/dist/collection/components/_header/header-notification/header-notification.css +326 -0
- package/dist/collection/components/_header/header-notification/header-notification.js +54 -0
- package/dist/collection/components/_icon/icon/icon.css +20 -0
- package/dist/collection/components/_icon/icon/icon.js +182 -0
- package/dist/collection/components/_icon/icon-accessibility-deaf/icon-accessibility-deaf.css +20 -0
- package/dist/collection/components/_icon/icon-accessibility-deaf/icon-accessibility-deaf.js +128 -0
- package/dist/collection/components/_icon/icon-accessibility-universal/icon-accessibility-universal.css +20 -0
- package/dist/collection/components/_icon/icon-accessibility-universal/icon-accessibility-universal.js +128 -0
- package/dist/collection/components/_icon/icon-apple/icon-apple.css +20 -0
- package/dist/collection/components/_icon/icon-apple/icon-apple.js +128 -0
- package/dist/collection/components/_icon/icon-archive/icon-archive.css +20 -0
- package/dist/collection/components/_icon/icon-archive/icon-archive.js +128 -0
- package/dist/collection/components/_icon/icon-archive-outline/icon-archive-outline.css +20 -0
- package/dist/collection/components/_icon/icon-archive-outline/icon-archive-outline.js +128 -0
- package/dist/collection/components/_icon/icon-arrow-back/icon-arrow-back.css +20 -0
- package/dist/collection/components/_icon/icon-arrow-back/icon-arrow-back.js +128 -0
- package/dist/collection/components/_icon/icon-arrow-down/icon-arrow-down.css +20 -0
- package/dist/collection/components/_icon/icon-arrow-down/icon-arrow-down.js +128 -0
- package/dist/collection/components/_icon/icon-arrow-left/icon-arrow-left.css +20 -0
- package/dist/collection/components/_icon/icon-arrow-left/icon-arrow-left.js +128 -0
- package/dist/collection/components/_icon/icon-arrow-right/icon-arrow-right.css +20 -0
- package/dist/collection/components/_icon/icon-arrow-right/icon-arrow-right.js +128 -0
- package/dist/collection/components/_icon/icon-arrow-sign-in/icon-arrow-sign-in.css +20 -0
- package/dist/collection/components/_icon/icon-arrow-sign-in/icon-arrow-sign-in.js +128 -0
- package/dist/collection/components/_icon/icon-arrow-sign-out/icon-arrow-sign-out.css +20 -0
- package/dist/collection/components/_icon/icon-arrow-sign-out/icon-arrow-sign-out.js +128 -0
- package/dist/collection/components/_icon/icon-arrow-up/icon-arrow-up.css +20 -0
- package/dist/collection/components/_icon/icon-arrow-up/icon-arrow-up.js +128 -0
- package/dist/collection/components/_icon/icon-at/icon-at.css +20 -0
- package/dist/collection/components/_icon/icon-at/icon-at.js +128 -0
- package/dist/collection/components/_icon/icon-bars/icon-bars.css +20 -0
- package/dist/collection/components/_icon/icon-bars/icon-bars.js +128 -0
- package/dist/collection/components/_icon/icon-bell/icon-bell.css +20 -0
- package/dist/collection/components/_icon/icon-bell/icon-bell.js +128 -0
- package/dist/collection/components/_icon/icon-bell-filled/icon-bell-filled.css +20 -0
- package/dist/collection/components/_icon/icon-bell-filled/icon-bell-filled.js +128 -0
- package/dist/collection/components/_icon/icon-book/icon-book.css +20 -0
- package/dist/collection/components/_icon/icon-book/icon-book.js +128 -0
- package/dist/collection/components/_icon/icon-bookmark-outline/icon-bookmark-outline.css +20 -0
- package/dist/collection/components/_icon/icon-bookmark-outline/icon-bookmark-outline.js +128 -0
- package/dist/collection/components/_icon/icon-bookmark-solid/icon-bookmark-solid.css +20 -0
- package/dist/collection/components/_icon/icon-bookmark-solid/icon-bookmark-solid.js +128 -0
- package/dist/collection/components/_icon/icon-bubble/icon-bubble.css +20 -0
- package/dist/collection/components/_icon/icon-bubble/icon-bubble.js +128 -0
- package/dist/collection/components/_icon/icon-bubble-ellipsis/icon-bubble-ellipsis.css +20 -0
- package/dist/collection/components/_icon/icon-bubble-ellipsis/icon-bubble-ellipsis.js +128 -0
- package/dist/collection/components/_icon/icon-building-outline/icon-building-outline.css +20 -0
- package/dist/collection/components/_icon/icon-building-outline/icon-building-outline.js +128 -0
- package/dist/collection/components/_icon/icon-building-solid/icon-building-solid.css +20 -0
- package/dist/collection/components/_icon/icon-building-solid/icon-building-solid.js +128 -0
- package/dist/collection/components/_icon/icon-bullseye/icon-bullseye.css +20 -0
- package/dist/collection/components/_icon/icon-bullseye/icon-bullseye.js +128 -0
- package/dist/collection/components/_icon/icon-calculator-solid/icon-calculator-solid.css +20 -0
- package/dist/collection/components/_icon/icon-calculator-solid/icon-calculator-solid.js +128 -0
- package/dist/collection/components/_icon/icon-calendar/icon-calendar.css +20 -0
- package/dist/collection/components/_icon/icon-calendar/icon-calendar.js +128 -0
- package/dist/collection/components/_icon/icon-calendar-alt/icon-calendar-alt.css +20 -0
- package/dist/collection/components/_icon/icon-calendar-alt/icon-calendar-alt.js +128 -0
- package/dist/collection/components/_icon/icon-calendar-alt-alert/icon-calendar-alt-alert.css +20 -0
- package/dist/collection/components/_icon/icon-calendar-alt-alert/icon-calendar-alt-alert.js +128 -0
- package/dist/collection/components/_icon/icon-caret-circle-right/icon-caret-circle-right.css +20 -0
- package/dist/collection/components/_icon/icon-caret-circle-right/icon-caret-circle-right.js +128 -0
- package/dist/collection/components/_icon/icon-caret-down/icon-caret-down.css +20 -0
- package/dist/collection/components/_icon/icon-caret-down/icon-caret-down.js +128 -0
- package/dist/collection/components/_icon/icon-caret-left/icon-caret-left.css +20 -0
- package/dist/collection/components/_icon/icon-caret-left/icon-caret-left.js +128 -0
- package/dist/collection/components/_icon/icon-caret-right/icon-caret-right.css +20 -0
- package/dist/collection/components/_icon/icon-caret-right/icon-caret-right.js +128 -0
- package/dist/collection/components/_icon/icon-caret-up/icon-caret-up.css +20 -0
- package/dist/collection/components/_icon/icon-caret-up/icon-caret-up.js +128 -0
- package/dist/collection/components/_icon/icon-chart/icon-chart.css +20 -0
- package/dist/collection/components/_icon/icon-chart/icon-chart.js +128 -0
- package/dist/collection/components/_icon/icon-chat/icon-chat.css +20 -0
- package/dist/collection/components/_icon/icon-chat/icon-chat.js +128 -0
- package/dist/collection/components/_icon/icon-check/icon-check.css +20 -0
- package/dist/collection/components/_icon/icon-check/icon-check.js +128 -0
- package/dist/collection/components/_icon/icon-check-circle-reg-alt/icon-check-circle-reg-alt.css +20 -0
- package/dist/collection/components/_icon/icon-check-circle-reg-alt/icon-check-circle-reg-alt.js +128 -0
- package/dist/collection/components/_icon/icon-check-circle-solid/icon-check-circle-solid.css +20 -0
- package/dist/collection/components/_icon/icon-check-circle-solid/icon-check-circle-solid.js +128 -0
- package/dist/collection/components/_icon/icon-checklist/icon-checklist.css +20 -0
- package/dist/collection/components/_icon/icon-checklist/icon-checklist.js +128 -0
- package/dist/collection/components/_icon/icon-chevron-down/icon-chevron-down.css +20 -0
- package/dist/collection/components/_icon/icon-chevron-down/icon-chevron-down.js +128 -0
- package/dist/collection/components/_icon/icon-chevron-left/icon-chevron-left.css +20 -0
- package/dist/collection/components/_icon/icon-chevron-left/icon-chevron-left.js +128 -0
- package/dist/collection/components/_icon/icon-chevron-right/icon-chevron-right.css +20 -0
- package/dist/collection/components/_icon/icon-chevron-right/icon-chevron-right.js +128 -0
- package/dist/collection/components/_icon/icon-chevron-up/icon-chevron-up.css +20 -0
- package/dist/collection/components/_icon/icon-chevron-up/icon-chevron-up.js +128 -0
- package/dist/collection/components/_icon/icon-clock/icon-clock.css +20 -0
- package/dist/collection/components/_icon/icon-clock/icon-clock.js +128 -0
- package/dist/collection/components/_icon/icon-communication-play-solid/icon-communication-play-solid.css +20 -0
- package/dist/collection/components/_icon/icon-communication-play-solid/icon-communication-play-solid.js +128 -0
- package/dist/collection/components/_icon/icon-compress-alt/icon-compress-alt.css +20 -0
- package/dist/collection/components/_icon/icon-compress-alt/icon-compress-alt.js +128 -0
- package/dist/collection/components/_icon/icon-comunication-case/icon-comunication-case.css +20 -0
- package/dist/collection/components/_icon/icon-comunication-case/icon-comunication-case.js +128 -0
- package/dist/collection/components/_icon/icon-comunication-flag/icon-comunication-flag.css +20 -0
- package/dist/collection/components/_icon/icon-comunication-flag/icon-comunication-flag.js +128 -0
- package/dist/collection/components/_icon/icon-comunication-graduate/icon-comunication-graduate.css +20 -0
- package/dist/collection/components/_icon/icon-comunication-graduate/icon-comunication-graduate.js +128 -0
- package/dist/collection/components/_icon/icon-comunication-play/icon-comunication-play.css +20 -0
- package/dist/collection/components/_icon/icon-comunication-play/icon-comunication-play.js +128 -0
- package/dist/collection/components/_icon/icon-cooperation/icon-cooperation.css +20 -0
- package/dist/collection/components/_icon/icon-cooperation/icon-cooperation.js +128 -0
- package/dist/collection/components/_icon/icon-copy/icon-copy.css +20 -0
- package/dist/collection/components/_icon/icon-copy/icon-copy.js +128 -0
- package/dist/collection/components/_icon/icon-danger-outline/icon-danger-outline.css +20 -0
- package/dist/collection/components/_icon/icon-danger-outline/icon-danger-outline.js +128 -0
- package/dist/collection/components/_icon/icon-download/icon-download.css +20 -0
- package/dist/collection/components/_icon/icon-download/icon-download.js +128 -0
- package/dist/collection/components/_icon/icon-dxa/icon-dxa.css +20 -0
- package/dist/collection/components/_icon/icon-dxa/icon-dxa.js +128 -0
- package/dist/collection/components/_icon/icon-edit/icon-edit.css +20 -0
- package/dist/collection/components/_icon/icon-edit/icon-edit.js +128 -0
- package/dist/collection/components/_icon/icon-ellipsis/icon-ellipsis.css +20 -0
- package/dist/collection/components/_icon/icon-ellipsis/icon-ellipsis.js +128 -0
- package/dist/collection/components/_icon/icon-envelope/icon-envelope.css +20 -0
- package/dist/collection/components/_icon/icon-envelope/icon-envelope.js +128 -0
- package/dist/collection/components/_icon/icon-envelope-filled/icon-envelope-filled.css +20 -0
- package/dist/collection/components/_icon/icon-envelope-filled/icon-envelope-filled.js +128 -0
- package/dist/collection/components/_icon/icon-exclamation-circle-filled/icon-exclamation-circle-filled.css +20 -0
- package/dist/collection/components/_icon/icon-exclamation-circle-filled/icon-exclamation-circle-filled.js +128 -0
- package/dist/collection/components/_icon/icon-exclamation-triangle/icon-exclamation-triangle.css +20 -0
- package/dist/collection/components/_icon/icon-exclamation-triangle/icon-exclamation-triangle.js +128 -0
- package/dist/collection/components/_icon/icon-exclamation-triangle-filled/icon-exclamation-triangle-filled.css +20 -0
- package/dist/collection/components/_icon/icon-exclamation-triangle-filled/icon-exclamation-triangle-filled.js +128 -0
- package/dist/collection/components/_icon/icon-exclamation-triangle-warning/icon-exclamation-triangle-warning.css +26 -0
- package/dist/collection/components/_icon/icon-exclamation-triangle-warning/icon-exclamation-triangle-warning.js +129 -0
- package/dist/collection/components/_icon/icon-expand-alt/icon-expand-alt.css +20 -0
- package/dist/collection/components/_icon/icon-expand-alt/icon-expand-alt.js +128 -0
- package/dist/collection/components/_icon/icon-external-link-alt/icon-external-link-alt.css +20 -0
- package/dist/collection/components/_icon/icon-external-link-alt/icon-external-link-alt.js +128 -0
- package/dist/collection/components/_icon/icon-eye/icon-eye.css +20 -0
- package/dist/collection/components/_icon/icon-eye/icon-eye.js +128 -0
- package/dist/collection/components/_icon/icon-eye-slash/icon-eye-slash.css +20 -0
- package/dist/collection/components/_icon/icon-eye-slash/icon-eye-slash.js +128 -0
- package/dist/collection/components/_icon/icon-facebook-square/icon-facebook-square.css +20 -0
- package/dist/collection/components/_icon/icon-facebook-square/icon-facebook-square.js +128 -0
- package/dist/collection/components/_icon/icon-file-document/icon-file-document.css +20 -0
- package/dist/collection/components/_icon/icon-file-document/icon-file-document.js +128 -0
- package/dist/collection/components/_icon/icon-file-excel/icon-file-excel.css +20 -0
- package/dist/collection/components/_icon/icon-file-excel/icon-file-excel.js +128 -0
- package/dist/collection/components/_icon/icon-file-governing/icon-file-governing.css +20 -0
- package/dist/collection/components/_icon/icon-file-governing/icon-file-governing.js +128 -0
- package/dist/collection/components/_icon/icon-file-pdf/icon-file-pdf.css +20 -0
- package/dist/collection/components/_icon/icon-file-pdf/icon-file-pdf.js +128 -0
- package/dist/collection/components/_icon/icon-file-powerpoint/icon-file-powerpoint.css +20 -0
- package/dist/collection/components/_icon/icon-file-powerpoint/icon-file-powerpoint.js +128 -0
- package/dist/collection/components/_icon/icon-file-word/icon-file-word.css +20 -0
- package/dist/collection/components/_icon/icon-file-word/icon-file-word.js +128 -0
- package/dist/collection/components/_icon/icon-film/icon-film.css +20 -0
- package/dist/collection/components/_icon/icon-film/icon-film.js +128 -0
- package/dist/collection/components/_icon/icon-filter/icon-filter.css +20 -0
- package/dist/collection/components/_icon/icon-filter/icon-filter.js +128 -0
- package/dist/collection/components/_icon/icon-globe/icon-globe.css +20 -0
- package/dist/collection/components/_icon/icon-globe/icon-globe.js +128 -0
- package/dist/collection/components/_icon/icon-globe-filled/icon-globe-filled.css +20 -0
- package/dist/collection/components/_icon/icon-globe-filled/icon-globe-filled.js +128 -0
- package/dist/collection/components/_icon/icon-headphones/icon-headphones.css +20 -0
- package/dist/collection/components/_icon/icon-headphones/icon-headphones.js +128 -0
- package/dist/collection/components/_icon/icon-heart/icon-heart.css +20 -0
- package/dist/collection/components/_icon/icon-heart/icon-heart.js +128 -0
- package/dist/collection/components/_icon/icon-heart-solid/icon-heart-solid.css +20 -0
- package/dist/collection/components/_icon/icon-heart-solid/icon-heart-solid.js +128 -0
- package/dist/collection/components/_icon/icon-history/icon-history.css +20 -0
- package/dist/collection/components/_icon/icon-history/icon-history.js +128 -0
- package/dist/collection/components/_icon/icon-home/icon-home.css +20 -0
- package/dist/collection/components/_icon/icon-home/icon-home.js +128 -0
- package/dist/collection/components/_icon/icon-image/icon-image.css +20 -0
- package/dist/collection/components/_icon/icon-image/icon-image.js +128 -0
- package/dist/collection/components/_icon/icon-info-circle-solid/icon-info-circle-solid.css +20 -0
- package/dist/collection/components/_icon/icon-info-circle-solid/icon-info-circle-solid.js +128 -0
- package/dist/collection/components/_icon/icon-input-select-marker/icon-input-select-marker.css +20 -0
- package/dist/collection/components/_icon/icon-input-select-marker/icon-input-select-marker.js +128 -0
- package/dist/collection/components/_icon/icon-instagram/icon-instagram.css +20 -0
- package/dist/collection/components/_icon/icon-instagram/icon-instagram.js +128 -0
- package/dist/collection/components/_icon/icon-job-suggestion/icon-job-suggestion.css +20 -0
- package/dist/collection/components/_icon/icon-job-suggestion/icon-job-suggestion.js +128 -0
- package/dist/collection/components/_icon/icon-language/icon-language.css +20 -0
- package/dist/collection/components/_icon/icon-language/icon-language.js +128 -0
- package/dist/collection/components/_icon/icon-language-outline/icon-language-outline.css +20 -0
- package/dist/collection/components/_icon/icon-language-outline/icon-language-outline.js +128 -0
- package/dist/collection/components/_icon/icon-laptop-phone/icon-laptop-phone.css +20 -0
- package/dist/collection/components/_icon/icon-laptop-phone/icon-laptop-phone.js +128 -0
- package/dist/collection/components/_icon/icon-lattlast/icon-lattlast.css +20 -0
- package/dist/collection/components/_icon/icon-lattlast/icon-lattlast.js +128 -0
- package/dist/collection/components/_icon/icon-licence-bus/icon-licence-bus.css +20 -0
- package/dist/collection/components/_icon/icon-licence-bus/icon-licence-bus.js +128 -0
- package/dist/collection/components/_icon/icon-licence-car/icon-licence-car.css +20 -0
- package/dist/collection/components/_icon/icon-licence-car/icon-licence-car.js +128 -0
- package/dist/collection/components/_icon/icon-licence-motorcycle/icon-licence-motorcycle.css +20 -0
- package/dist/collection/components/_icon/icon-licence-motorcycle/icon-licence-motorcycle.js +128 -0
- package/dist/collection/components/_icon/icon-licence-truck/icon-licence-truck.css +20 -0
- package/dist/collection/components/_icon/icon-licence-truck/icon-licence-truck.js +128 -0
- package/dist/collection/components/_icon/icon-lightbulb/icon-lightbulb.css +20 -0
- package/dist/collection/components/_icon/icon-lightbulb/icon-lightbulb.js +128 -0
- package/dist/collection/components/_icon/icon-linkedin-in/icon-linkedin-in.css +20 -0
- package/dist/collection/components/_icon/icon-linkedin-in/icon-linkedin-in.js +128 -0
- package/dist/collection/components/_icon/icon-list-ul/icon-list-ul.css +20 -0
- package/dist/collection/components/_icon/icon-list-ul/icon-list-ul.js +128 -0
- package/dist/collection/components/_icon/icon-lock/icon-lock.css +20 -0
- package/dist/collection/components/_icon/icon-lock/icon-lock.js +128 -0
- package/dist/collection/components/_icon/icon-marker/icon-marker.css +20 -0
- package/dist/collection/components/_icon/icon-marker/icon-marker.js +128 -0
- package/dist/collection/components/_icon/icon-marker-filled/icon-marker-filled.css +20 -0
- package/dist/collection/components/_icon/icon-marker-filled/icon-marker-filled.js +128 -0
- package/dist/collection/components/_icon/icon-media-course/icon-media-course.css +20 -0
- package/dist/collection/components/_icon/icon-media-course/icon-media-course.js +128 -0
- package/dist/collection/components/_icon/icon-media-podcast/icon-media-podcast.css +20 -0
- package/dist/collection/components/_icon/icon-media-podcast/icon-media-podcast.js +128 -0
- package/dist/collection/components/_icon/icon-microphone/icon-microphone.css +20 -0
- package/dist/collection/components/_icon/icon-microphone/icon-microphone.js +128 -0
- package/dist/collection/components/_icon/icon-microphone-off/icon-microphone-off.css +20 -0
- package/dist/collection/components/_icon/icon-microphone-off/icon-microphone-off.js +128 -0
- package/dist/collection/components/_icon/icon-minus/icon-minus.css +20 -0
- package/dist/collection/components/_icon/icon-minus/icon-minus.js +128 -0
- package/dist/collection/components/_icon/icon-move/icon-move.css +20 -0
- package/dist/collection/components/_icon/icon-move/icon-move.js +128 -0
- package/dist/collection/components/_icon/icon-news/icon-news.css +20 -0
- package/dist/collection/components/_icon/icon-news/icon-news.js +128 -0
- package/dist/collection/components/_icon/icon-notification-error/icon-notification-error.css +20 -0
- package/dist/collection/components/_icon/icon-notification-error/icon-notification-error.js +128 -0
- package/dist/collection/components/_icon/icon-notification-info/icon-notification-info.css +20 -0
- package/dist/collection/components/_icon/icon-notification-info/icon-notification-info.js +128 -0
- package/dist/collection/components/_icon/icon-notification-succes/icon-notification-succes.css +20 -0
- package/dist/collection/components/_icon/icon-notification-succes/icon-notification-succes.js +128 -0
- package/dist/collection/components/_icon/icon-notification-warning/icon-notification-warning.css +20 -0
- package/dist/collection/components/_icon/icon-notification-warning/icon-notification-warning.js +128 -0
- package/dist/collection/components/_icon/icon-online-computervideo/icon-online-computervideo.css +20 -0
- package/dist/collection/components/_icon/icon-online-computervideo/icon-online-computervideo.js +128 -0
- package/dist/collection/components/_icon/icon-online-interview/icon-online-interview.css +20 -0
- package/dist/collection/components/_icon/icon-online-interview/icon-online-interview.js +128 -0
- package/dist/collection/components/_icon/icon-online-meeting/icon-online-meeting.css +20 -0
- package/dist/collection/components/_icon/icon-online-meeting/icon-online-meeting.js +128 -0
- package/dist/collection/components/_icon/icon-online-task/icon-online-task.css +20 -0
- package/dist/collection/components/_icon/icon-online-task/icon-online-task.js +128 -0
- package/dist/collection/components/_icon/icon-online-video/icon-online-video.css +20 -0
- package/dist/collection/components/_icon/icon-online-video/icon-online-video.js +128 -0
- package/dist/collection/components/_icon/icon-open-source/icon-open-source.css +20 -0
- package/dist/collection/components/_icon/icon-open-source/icon-open-source.js +128 -0
- package/dist/collection/components/_icon/icon-palette/icon-palette.css +20 -0
- package/dist/collection/components/_icon/icon-palette/icon-palette.js +128 -0
- package/dist/collection/components/_icon/icon-paperclip/icon-paperclip.css +20 -0
- package/dist/collection/components/_icon/icon-paperclip/icon-paperclip.js +128 -0
- package/dist/collection/components/_icon/icon-pen/icon-pen.css +20 -0
- package/dist/collection/components/_icon/icon-pen/icon-pen.js +128 -0
- package/dist/collection/components/_icon/icon-phone/icon-phone.css +20 -0
- package/dist/collection/components/_icon/icon-phone/icon-phone.js +128 -0
- package/dist/collection/components/_icon/icon-phone-hangup/icon-phone-hangup.css +20 -0
- package/dist/collection/components/_icon/icon-phone-hangup/icon-phone-hangup.js +128 -0
- package/dist/collection/components/_icon/icon-plus/icon-plus.css +20 -0
- package/dist/collection/components/_icon/icon-plus/icon-plus.js +128 -0
- package/dist/collection/components/_icon/icon-pod/icon-pod.css +20 -0
- package/dist/collection/components/_icon/icon-pod/icon-pod.js +128 -0
- package/dist/collection/components/_icon/icon-print/icon-print.css +20 -0
- package/dist/collection/components/_icon/icon-print/icon-print.js +128 -0
- package/dist/collection/components/_icon/icon-read/icon-read.css +20 -0
- package/dist/collection/components/_icon/icon-read/icon-read.js +128 -0
- package/dist/collection/components/_icon/icon-redo/icon-redo.css +20 -0
- package/dist/collection/components/_icon/icon-redo/icon-redo.js +128 -0
- package/dist/collection/components/_icon/icon-screensharing/icon-screensharing.css +20 -0
- package/dist/collection/components/_icon/icon-screensharing/icon-screensharing.js +128 -0
- package/dist/collection/components/_icon/icon-screensharing-off/icon-screensharing-off.css +20 -0
- package/dist/collection/components/_icon/icon-screensharing-off/icon-screensharing-off.js +128 -0
- package/dist/collection/components/_icon/icon-search/icon-search.css +20 -0
- package/dist/collection/components/_icon/icon-search/icon-search.js +128 -0
- package/dist/collection/components/_icon/icon-send-outline/icon-send-outline.css +20 -0
- package/dist/collection/components/_icon/icon-send-outline/icon-send-outline.js +128 -0
- package/dist/collection/components/_icon/icon-send-solid/icon-send-solid.css +20 -0
- package/dist/collection/components/_icon/icon-send-solid/icon-send-solid.js +128 -0
- package/dist/collection/components/_icon/icon-settings/icon-settings.css +20 -0
- package/dist/collection/components/_icon/icon-settings/icon-settings.js +128 -0
- package/dist/collection/components/_icon/icon-share-alt/icon-share-alt.css +20 -0
- package/dist/collection/components/_icon/icon-share-alt/icon-share-alt.js +128 -0
- package/dist/collection/components/_icon/icon-share-chain/icon-share-chain.css +20 -0
- package/dist/collection/components/_icon/icon-share-chain/icon-share-chain.js +128 -0
- package/dist/collection/components/_icon/icon-sign/icon-sign.css +20 -0
- package/dist/collection/components/_icon/icon-sign/icon-sign.js +128 -0
- package/dist/collection/components/_icon/icon-sliders-h/icon-sliders-h.css +20 -0
- package/dist/collection/components/_icon/icon-sliders-h/icon-sliders-h.js +128 -0
- package/dist/collection/components/_icon/icon-sokkandidat/icon-sokkandidat.css +20 -0
- package/dist/collection/components/_icon/icon-sokkandidat/icon-sokkandidat.js +128 -0
- package/dist/collection/components/_icon/icon-sort/icon-sort.css +20 -0
- package/dist/collection/components/_icon/icon-sort/icon-sort.js +128 -0
- package/dist/collection/components/_icon/icon-sort-down/icon-sort-down.css +20 -0
- package/dist/collection/components/_icon/icon-sort-down/icon-sort-down.js +128 -0
- package/dist/collection/components/_icon/icon-sort-up/icon-sort-up.css +20 -0
- package/dist/collection/components/_icon/icon-sort-up/icon-sort-up.js +128 -0
- package/dist/collection/components/_icon/icon-spinner/icon-spinner.css +20 -0
- package/dist/collection/components/_icon/icon-spinner/icon-spinner.js +129 -0
- package/dist/collection/components/_icon/icon-star/icon-star.css +20 -0
- package/dist/collection/components/_icon/icon-star/icon-star.js +128 -0
- package/dist/collection/components/_icon/icon-star-reg/icon-star-reg.css +20 -0
- package/dist/collection/components/_icon/icon-star-reg/icon-star-reg.js +128 -0
- package/dist/collection/components/_icon/icon-suitcase-outline/icon-suitcase-outline.css +20 -0
- package/dist/collection/components/_icon/icon-suitcase-outline/icon-suitcase-outline.js +128 -0
- package/dist/collection/components/_icon/icon-suitcase-solid/icon-suitcase-solid.css +20 -0
- package/dist/collection/components/_icon/icon-suitcase-solid/icon-suitcase-solid.js +128 -0
- package/dist/collection/components/_icon/icon-system-assistance/icon-system-assistance.css +20 -0
- package/dist/collection/components/_icon/icon-system-assistance/icon-system-assistance.js +128 -0
- package/dist/collection/components/_icon/icon-table/icon-table.css +20 -0
- package/dist/collection/components/_icon/icon-table/icon-table.js +128 -0
- package/dist/collection/components/_icon/icon-table-column/icon-table-column.css +20 -0
- package/dist/collection/components/_icon/icon-table-column/icon-table-column.js +128 -0
- package/dist/collection/components/_icon/icon-table-row/icon-table-row.css +20 -0
- package/dist/collection/components/_icon/icon-table-row/icon-table-row.js +128 -0
- package/dist/collection/components/_icon/icon-task-done/icon-task-done.css +20 -0
- package/dist/collection/components/_icon/icon-task-done/icon-task-done.js +128 -0
- package/dist/collection/components/_icon/icon-toggle-off/icon-toggle-off.css +20 -0
- package/dist/collection/components/_icon/icon-toggle-off/icon-toggle-off.js +128 -0
- package/dist/collection/components/_icon/icon-toggle-on/icon-toggle-on.css +20 -0
- package/dist/collection/components/_icon/icon-toggle-on/icon-toggle-on.js +128 -0
- package/dist/collection/components/_icon/icon-trash/icon-trash.css +20 -0
- package/dist/collection/components/_icon/icon-trash/icon-trash.js +128 -0
- package/dist/collection/components/_icon/icon-twitter/icon-twitter.css +20 -0
- package/dist/collection/components/_icon/icon-twitter/icon-twitter.js +128 -0
- package/dist/collection/components/_icon/icon-tyck-till/icon-tyck-till.css +20 -0
- package/dist/collection/components/_icon/icon-tyck-till/icon-tyck-till.js +128 -0
- package/dist/collection/components/_icon/icon-unlock/icon-unlock.css +20 -0
- package/dist/collection/components/_icon/icon-unlock/icon-unlock.js +128 -0
- package/dist/collection/components/_icon/icon-update/icon-update.css +20 -0
- package/dist/collection/components/_icon/icon-update/icon-update.js +128 -0
- package/dist/collection/components/_icon/icon-upload/icon-upload.css +20 -0
- package/dist/collection/components/_icon/icon-upload/icon-upload.js +128 -0
- package/dist/collection/components/_icon/icon-user-alt/icon-user-alt.css +20 -0
- package/dist/collection/components/_icon/icon-user-alt/icon-user-alt.js +128 -0
- package/dist/collection/components/_icon/icon-users-solid/icon-users-solid.css +20 -0
- package/dist/collection/components/_icon/icon-users-solid/icon-users-solid.js +128 -0
- package/dist/collection/components/_icon/icon-validation-error/icon-validation-error.css +20 -0
- package/dist/collection/components/_icon/icon-validation-error/icon-validation-error.js +128 -0
- package/dist/collection/components/_icon/icon-validation-success/icon-validation-success.css +20 -0
- package/dist/collection/components/_icon/icon-validation-success/icon-validation-success.js +128 -0
- package/dist/collection/components/_icon/icon-validation-warning/icon-validation-warning.css +20 -0
- package/dist/collection/components/_icon/icon-validation-warning/icon-validation-warning.js +128 -0
- package/dist/collection/components/_icon/icon-videocamera/icon-videocamera.css +20 -0
- package/dist/collection/components/_icon/icon-videocamera/icon-videocamera.js +128 -0
- package/dist/collection/components/_icon/icon-videocamera-off/icon-videocamera-off.css +20 -0
- package/dist/collection/components/_icon/icon-videocamera-off/icon-videocamera-off.js +128 -0
- package/dist/collection/components/_icon/icon-volume/icon-volume.css +20 -0
- package/dist/collection/components/_icon/icon-volume/icon-volume.js +128 -0
- package/dist/collection/components/_icon/icon-web-tv/icon-web-tv.css +20 -0
- package/dist/collection/components/_icon/icon-web-tv/icon-web-tv.js +128 -0
- package/dist/collection/components/_icon/icon-webinar/icon-webinar.css +20 -0
- package/dist/collection/components/_icon/icon-webinar/icon-webinar.js +128 -0
- package/dist/collection/components/_icon/icon-wifi-signal0/icon-wifi-signal0.css +20 -0
- package/dist/collection/components/_icon/icon-wifi-signal0/icon-wifi-signal0.js +128 -0
- package/dist/collection/components/_icon/icon-wifi-signal1/icon-wifi-signal1.css +20 -0
- package/dist/collection/components/_icon/icon-wifi-signal1/icon-wifi-signal1.js +128 -0
- package/dist/collection/components/_icon/icon-wifi-signal2/icon-wifi-signal2.css +20 -0
- package/dist/collection/components/_icon/icon-wifi-signal2/icon-wifi-signal2.js +128 -0
- package/dist/collection/components/_icon/icon-wifi-signal3/icon-wifi-signal3.css +20 -0
- package/dist/collection/components/_icon/icon-wifi-signal3/icon-wifi-signal3.js +128 -0
- package/dist/collection/components/_icon/icon-window/icon-window.css +20 -0
- package/dist/collection/components/_icon/icon-window/icon-window.js +128 -0
- package/dist/collection/components/_icon/icon-x/icon-x.css +20 -0
- package/dist/collection/components/_icon/icon-x/icon-x.js +128 -0
- package/dist/collection/components/_icon/icon-x-button/icon-x-button.css +20 -0
- package/dist/collection/components/_icon/icon-x-button/icon-x-button.js +128 -0
- package/dist/collection/components/_icon/icon-x-button-outline/icon-x-button-outline.css +20 -0
- package/dist/collection/components/_icon/icon-x-button-outline/icon-x-button-outline.js +128 -0
- package/dist/collection/components/_icon/icon-youtube/icon-youtube.css +20 -0
- package/dist/collection/components/_icon/icon-youtube/icon-youtube.js +128 -0
- package/dist/collection/components/_info-card/info-card/info-card-border-position.enum.js +5 -0
- package/dist/collection/components/_info-card/info-card/info-card-heading-level.enum.js +9 -0
- package/dist/collection/components/_info-card/info-card/info-card-size.enum.js +4 -0
- package/dist/collection/components/_info-card/info-card/info-card-type.enum.js +5 -0
- package/dist/collection/components/_info-card/info-card/info-card-variation.enum.js +5 -0
- package/dist/collection/components/_info-card/info-card/info-card.css +107 -0
- package/dist/collection/components/_info-card/info-card/info-card.js +379 -0
- package/dist/collection/components/_info-card/info-card-multi/info-card-multi-heading-level.enum.js +9 -0
- package/dist/collection/components/_info-card/info-card-multi/info-card-multi-type.enum.js +6 -0
- package/dist/collection/components/_info-card/info-card-multi/info-card-multi-variation.enum.js +5 -0
- package/dist/collection/components/_info-card/info-card-multi/info-card-multi.css +143 -0
- package/dist/collection/components/_info-card/info-card-multi/info-card-multi.js +317 -0
- package/dist/collection/components/_info-card/info-card-multi-container/info-card-multi-container-heading-level.enum.js +9 -0
- package/dist/collection/components/_info-card/info-card-multi-container/info-card-multi-container.css +18 -0
- package/dist/collection/components/_info-card/info-card-multi-container/info-card-multi-container.js +82 -0
- package/dist/collection/components/_layout/layout-block/layout-block-container.enum.js +6 -0
- package/dist/collection/components/_layout/layout-block/layout-block-variation.enum.js +9 -0
- package/dist/collection/components/_layout/layout-block/layout-block.css +36 -0
- package/dist/collection/components/_layout/layout-block/layout-block.js +191 -0
- package/dist/collection/components/_layout/layout-columns/layout-columns-column-gap.enum.js +5 -0
- package/dist/collection/components/_layout/layout-columns/layout-columns-element.enum.js +6 -0
- package/dist/collection/components/_layout/layout-columns/layout-columns-variation.enum.js +8 -0
- package/dist/collection/components/_layout/layout-columns/layout-columns.css +41 -0
- package/dist/collection/components/_layout/layout-columns/layout-columns.js +132 -0
- package/dist/collection/components/_layout/layout-container/layout-container-max-width.enum.js +5 -0
- package/dist/collection/components/_layout/layout-container/layout-container-variation.enum.js +6 -0
- package/dist/collection/components/_layout/layout-container/layout-container.css +335 -0
- package/dist/collection/components/_layout/layout-container/layout-container.js +218 -0
- package/dist/collection/components/_layout/layout-media-object/layout-media-object-alignment.enum.js +7 -0
- package/dist/collection/components/_layout/layout-media-object/layout-media-object.css +29 -0
- package/dist/collection/components/_layout/layout-media-object/layout-media-object.js +67 -0
- package/dist/collection/components/_link/link/link-variation.enum.js +5 -0
- package/dist/collection/components/_link/link/link.css +368 -0
- package/dist/collection/components/_link/link/link.js +372 -0
- package/dist/collection/components/_link/link-button/link-button-size.enum.js +6 -0
- package/dist/collection/components/_link/link-button/link-button-variation.enum.js +7 -0
- package/dist/collection/components/_link/link-button/link-button.css +473 -0
- package/dist/collection/components/_link/link-button/link-button.js +283 -0
- package/dist/collection/components/_link/link-external/link-external-variation.enum.js +5 -0
- package/dist/collection/components/_link/link-external/link-external.css +59 -0
- package/dist/collection/components/_link/link-external/link-external.js +216 -0
- package/dist/collection/components/_link/link-internal/link-internal-variation.enum.js +5 -0
- package/dist/collection/components/_link/link-internal/link-internal.css +334 -0
- package/dist/collection/components/_link/link-internal/link-internal.js +241 -0
- package/dist/collection/components/_list/list/list-type.enum.js +6 -0
- package/dist/collection/components/_list/list/list.css +308 -0
- package/dist/collection/components/_list/list/list.js +114 -0
- package/dist/collection/components/_loader/loader-skeleton/loader-skeleton-variation.enum.js +9 -0
- package/dist/collection/components/_loader/loader-skeleton/loader-skeleton.css +101 -0
- package/dist/collection/components/_loader/loader-skeleton/loader-skeleton.js +112 -0
- package/dist/collection/components/_loader/loader-spinner/loader-spinner-size.enum.js +6 -0
- package/dist/collection/components/_loader/loader-spinner/loader-spinner.css +63 -0
- package/dist/collection/components/_loader/loader-spinner/loader-spinner.js +91 -0
- package/dist/collection/components/_logo/logo/logo-color.enum.js +5 -0
- package/dist/collection/components/_logo/logo/logo-variation.enum.js +5 -0
- package/dist/collection/components/_logo/logo/logo.css +419 -0
- package/dist/collection/components/_logo/logo/logo.js +230 -0
- package/dist/collection/components/_media/media-figure/media-figure-alignment.enum.js +6 -0
- package/dist/collection/components/_media/media-figure/media-figure.css +15 -0
- package/dist/collection/components/_media/media-figure/media-figure.js +91 -0
- package/dist/collection/components/_media/media-image/media-image.css +59 -0
- package/dist/collection/components/_media/media-image/media-image.js +358 -0
- package/dist/collection/components/_navigation/navigation-breadcrumbs/navigation-breadcrumbs.css +326 -0
- package/dist/collection/components/_navigation/navigation-breadcrumbs/navigation-breadcrumbs.js +165 -0
- package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.css +532 -0
- package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.js +451 -0
- package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.types.js +1 -0
- package/dist/collection/components/_navigation/navigation-context-menu-item-legacy/navigation-context-menu-item-type.enum.js +5 -0
- package/dist/collection/components/_navigation/navigation-context-menu-item-legacy/navigation-context-menu-item.js +147 -0
- package/dist/collection/components/_navigation/navigation-context-menu-legacy/navigation-context-menu-horizontal-position.enum.js +5 -0
- package/dist/collection/components/_navigation/navigation-context-menu-legacy/navigation-context-menu.css +296 -0
- package/dist/collection/components/_navigation/navigation-context-menu-legacy/navigation-context-menu.interface.js +1 -0
- package/dist/collection/components/_navigation/navigation-context-menu-legacy/navigation-context-menu.js +563 -0
- package/dist/collection/components/_navigation/navigation-dropdown/navigation-dropdown.css +319 -0
- package/dist/collection/components/_navigation/navigation-dropdown/navigation-dropdown.js +539 -0
- package/dist/collection/components/_navigation/navigation-dropdown/navigation-dropdown.types.js +1 -0
- package/dist/collection/components/_navigation/navigation-pagination/navigation-pagination.css +170 -0
- package/dist/collection/components/_navigation/navigation-pagination/navigation-pagination.js +422 -0
- package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-close-button-position.enum.js +5 -0
- package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-heading-level.enum.js +9 -0
- package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-mobile-position.enum.js +5 -0
- package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-mobile-variation.enum.js +5 -0
- package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-position.enum.js +5 -0
- package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-variation.enum.js +6 -0
- package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar.css +278 -0
- package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar.js +867 -0
- package/dist/collection/components/_navigation/navigation-sidebar-button/navigation-sidebar-button.css +9 -0
- package/dist/collection/components/_navigation/navigation-sidebar-button/navigation-sidebar-button.js +129 -0
- package/dist/collection/components/_navigation/navigation-tablist/navigation-tablist.css +417 -0
- package/dist/collection/components/_navigation/navigation-tablist/navigation-tablist.js +466 -0
- package/dist/collection/components/_navigation/navigation-tablist/navigation-tablist.types.js +10 -0
- package/dist/collection/components/_navigation/navigation-tablist-panel/tablist-panel.js +64 -0
- package/dist/collection/components/_navigation/navigation-vertical-menu/navigation-vertical-menu-active-indicator-size.enum.js +5 -0
- package/dist/collection/components/_navigation/navigation-vertical-menu/navigation-vertical-menu-variation.enum.js +5 -0
- package/dist/collection/components/_navigation/navigation-vertical-menu/navigation-vertical-menu.css +502 -0
- package/dist/collection/components/_navigation/navigation-vertical-menu/navigation-vertical-menu.js +356 -0
- package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.css +579 -0
- package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.js +397 -0
- package/dist/collection/components/_notification/notification-alert/notification-alert-heading-level.enum.js +9 -0
- package/dist/collection/components/_notification/notification-alert/notification-alert-size.enum.js +6 -0
- package/dist/collection/components/_notification/notification-alert/notification-alert-variation.enum.js +7 -0
- package/dist/collection/components/_notification/notification-alert/notification-alert.css +446 -0
- package/dist/collection/components/_notification/notification-alert/notification-alert.js +325 -0
- package/dist/collection/components/_notification/notification-error-page/illustrations/illustrations.js +39 -0
- package/dist/collection/components/_notification/notification-error-page/illustrations/types.js +2 -0
- package/dist/collection/components/_notification/notification-error-page/notification-error-page-httpstatus.enum.js +10 -0
- package/dist/collection/components/_notification/notification-error-page/notification-error-page.css +388 -0
- package/dist/collection/components/_notification/notification-error-page/notification-error-page.js +239 -0
- package/dist/collection/components/_progress/progress-circle/progress-circle-role.enum.js +5 -0
- package/dist/collection/components/_progress/progress-circle/progress-circle.css +515 -0
- package/dist/collection/components/_progress/progress-circle/progress-circle.js +423 -0
- package/dist/collection/components/_progress/progress-indicator/progress-indicator-role.enum.js +5 -0
- package/dist/collection/components/_progress/progress-indicator/progress-indicator-variation.enum.js +5 -0
- package/dist/collection/components/_progress/progress-indicator/progress-indicator.css +574 -0
- package/dist/collection/components/_progress/progress-indicator/progress-indicator.js +510 -0
- package/dist/collection/components/_progress/progress-list/progress-list-heading-level.enum.js +9 -0
- package/dist/collection/components/_progress/progress-list/progress-list-status.enum.js +6 -0
- package/dist/collection/components/_progress/progress-list/progress-list-type.enum.js +5 -0
- package/dist/collection/components/_progress/progress-list/progress-list-variation.enum.js +6 -0
- package/dist/collection/components/_progress/progress-list/progress-list.css +38 -0
- package/dist/collection/components/_progress/progress-list/progress-list.js +415 -0
- package/dist/collection/components/_progress/progress-list-item/progress-list-item-heading-level.enum.js +9 -0
- package/dist/collection/components/_progress/progress-list-item/progress-list-item-status.enum.js +6 -0
- package/dist/collection/components/_progress/progress-list-item/progress-list-item-type.enum.js +5 -0
- package/dist/collection/components/_progress/progress-list-item/progress-list-item-variation.enum.js +6 -0
- package/dist/collection/components/_progress/progress-list-item/progress-list-item.css +503 -0
- package/dist/collection/components/_progress/progress-list-item/progress-list-item.js +465 -0
- package/dist/collection/components/_progress/progressbar/progressbar-role.enum.js +5 -0
- package/dist/collection/components/_progress/progressbar/progressbar-variation.enum.js +5 -0
- package/dist/collection/components/_progress/progressbar/progressbar.css +441 -0
- package/dist/collection/components/_progress/progressbar/progressbar.js +303 -0
- package/dist/collection/components/_quote/quote/quote-image-inner-position.enum.js +6 -0
- package/dist/collection/components/_quote/quote/quote-image-position.enum.js +7 -0
- package/dist/collection/components/_quote/quote/quote-type.enum.js +5 -0
- package/dist/collection/components/_quote/quote/quote-variation.enum.js +7 -0
- package/dist/collection/components/_quote/quote/quote.css +480 -0
- package/dist/collection/components/_quote/quote/quote.js +329 -0
- package/dist/collection/components/_quote/quote-multi-container/quote-multi-container-heading-level.enum.js +9 -0
- package/dist/collection/components/_quote/quote-multi-container/quote-multi-container.css +26 -0
- package/dist/collection/components/_quote/quote-multi-container/quote-multi-container.js +86 -0
- package/dist/collection/components/_quote/quote-single/quote-single-variation.enum.js +6 -0
- package/dist/collection/components/_quote/quote-single/quote.css +324 -0
- package/dist/collection/components/_quote/quote-single/quote.js +141 -0
- package/dist/collection/components/_table/table/table-size.enum.js +5 -0
- package/dist/collection/components/_table/table/table-variation.enum.js +6 -0
- package/dist/collection/components/_table/table/table.css +91 -0
- package/dist/collection/components/_table/table/table.js +125 -0
- package/dist/collection/components/_tag/tag/tag-size.enum.js +6 -0
- package/dist/collection/components/_tag/tag/tag.css +12 -0
- package/dist/collection/components/_tag/tag/tag.js +163 -0
- package/dist/collection/components/_tag/tag-media/tag-media-icon.enum.js +9 -0
- package/dist/collection/components/_tag/tag-media/tag-media.css +54 -0
- package/dist/collection/components/_tag/tag-media/tag-media.js +108 -0
- package/dist/collection/components/_tools/tools-feedback/tools-feedback-heading-level.enum.js +9 -0
- package/dist/collection/components/_tools/tools-feedback/tools-feedback-type.enum.js +5 -0
- package/dist/collection/components/_tools/tools-feedback/tools-feedback-variation.enum.js +5 -0
- package/dist/collection/components/_tools/tools-feedback/tools-feedback.css +417 -0
- package/dist/collection/components/_tools/tools-feedback/tools-feedback.js +378 -0
- package/dist/collection/components/_tools/tools-feedback-banner/tools-feedback-banner-heading-level.enum.js +9 -0
- package/dist/collection/components/_tools/tools-feedback-banner/tools-feedback-banner-type.enum.js +5 -0
- package/dist/collection/components/_tools/tools-feedback-banner/tools-feedback-banner.css +325 -0
- package/dist/collection/components/_tools/tools-feedback-banner/tools-feedback-banner.js +255 -0
- package/dist/collection/components/_tools/tools-feedback-rating/tools-feedback-rating-heading-level.enum.js +9 -0
- package/dist/collection/components/_tools/tools-feedback-rating/tools-feedback-rating-type.enum.js +6 -0
- package/dist/collection/components/_tools/tools-feedback-rating/tools-feedback-rating-variation.enum.js +6 -0
- package/dist/collection/components/_tools/tools-feedback-rating/tools-feedback-rating.css +428 -0
- package/dist/collection/components/_tools/tools-feedback-rating/tools-feedback-rating.js +721 -0
- package/dist/collection/components/_tools/tools-languagepicker/tools-languagepicker.css +535 -0
- package/dist/collection/components/_tools/tools-languagepicker/tools-languagepicker.js +518 -0
- package/dist/collection/components/_typography/typography/typography-variation.enum.js +5 -0
- package/dist/collection/components/_typography/typography/typography.css +794 -0
- package/dist/collection/components/_typography/typography/typography.js +90 -0
- package/dist/collection/components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum.js +9 -0
- package/dist/collection/components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum.js +5 -0
- package/dist/collection/components/_typography/typography-heading-jumbo/typography-heading-jumbo.css +300 -0
- package/dist/collection/components/_typography/typography-heading-jumbo/typography-heading-jumbo.js +156 -0
- package/dist/collection/components/_typography/typography-meta/typography-meta-variation.enum.js +5 -0
- package/dist/collection/components/_typography/typography-meta/typography-meta.css +34 -0
- package/dist/collection/components/_typography/typography-meta/typography-meta.js +67 -0
- package/dist/collection/components/_typography/typography-preamble/typography-preamble.css +14 -0
- package/dist/collection/components/_typography/typography-preamble/typography-preamble.js +22 -0
- package/dist/collection/components/_typography/typography-time/typography-time-variation.enum.js +6 -0
- package/dist/collection/components/_typography/typography-time/typography-time.js +160 -0
- package/dist/collection/components/_util/util-breakpoint-observer/util-breakpoint-observer-breakpoints.enum.js +7 -0
- package/dist/collection/components/_util/util-breakpoint-observer/util-breakpoint-observer.css +303 -0
- package/dist/collection/components/_util/util-breakpoint-observer/util-breakpoint-observer.js +141 -0
- package/dist/collection/components/_util/util-detect-click-outside/util-detect-click-outside.js +117 -0
- package/dist/collection/components/_util/util-detect-focus-outside/util-detect-focus-outside.js +118 -0
- package/dist/collection/components/_util/util-intersection-observer/util-intersection-observer.js +176 -0
- package/dist/collection/components/_util/util-keydown-handler/util-keydown-handler.js +356 -0
- package/dist/collection/components/_util/util-keyup-handler/util-keyup-handler.js +356 -0
- package/dist/collection/components/_util/util-mutation-observer/util-mutation-observer.js +141 -0
- package/dist/collection/components/_util/util-resize-observer/util-resize-observer.css +3 -0
- package/dist/collection/components/_util/util-resize-observer/util-resize-observer.js +72 -0
- package/dist/collection/design-tokens/.gitkeep +0 -0
- package/dist/collection/design-tokens/components/_badge-notification.variables.scss +13 -0
- package/dist/collection/design-tokens/components/_badge-status.variables.scss +42 -0
- package/dist/collection/design-tokens/components/_button.variables.scss +206 -0
- package/dist/collection/design-tokens/components/_calendar-datepicker.variables.scss +31 -0
- package/dist/collection/design-tokens/components/_calendar-week-view.variables.scss +83 -0
- package/dist/collection/design-tokens/components/_calendar.variables.scss +93 -0
- package/dist/collection/design-tokens/components/_chart-line.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_code-block.variables.scss +11 -0
- package/dist/collection/design-tokens/components/_code-example.variables.scss +11 -0
- package/dist/collection/design-tokens/components/_code.variables.scss +7 -0
- package/dist/collection/design-tokens/components/_dialog.variables.scss +69 -0
- package/dist/collection/design-tokens/components/_expandable-accordion.variables.scss +28 -0
- package/dist/collection/design-tokens/components/_expandable-faq-item.variables.scss +33 -0
- package/dist/collection/design-tokens/components/_footer-card.variables.scss +11 -0
- package/dist/collection/design-tokens/components/_footer.variables.scss +25 -0
- package/dist/collection/design-tokens/components/_form-category-filter.variables.scss +7 -0
- package/dist/collection/design-tokens/components/_form-checkbox.variables.scss +47 -0
- package/dist/collection/design-tokens/components/_form-error-list.variables.scss +14 -0
- package/dist/collection/design-tokens/components/_form-fieldset.variables.scss +20 -0
- package/dist/collection/design-tokens/components/_form-file-upload.variables.scss +111 -0
- package/dist/collection/design-tokens/components/_form-filter.variables.scss +64 -0
- package/dist/collection/design-tokens/components/_form-input-search.variables.scss +7 -0
- package/dist/collection/design-tokens/components/_form-input.variables.scss +42 -0
- package/dist/collection/design-tokens/components/_form-radiobutton.variables.scss +45 -0
- package/dist/collection/design-tokens/components/_form-radiogroup.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_form-receipt.variables.scss +30 -0
- package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +178 -0
- package/dist/collection/design-tokens/components/_form-select.variables.scss +73 -0
- package/dist/collection/design-tokens/components/_form-textarea.variables.scss +43 -0
- package/dist/collection/design-tokens/components/_form-validation-message.variables.scss +11 -0
- package/dist/collection/design-tokens/components/_header-avatar.variables.scss +15 -0
- package/dist/collection/design-tokens/components/_header-navigation.variables.scss +11 -0
- package/dist/collection/design-tokens/components/_header-notification.variables.scss +15 -0
- package/dist/collection/design-tokens/components/_header.variables.scss +17 -0
- package/dist/collection/design-tokens/components/_icon-chart.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_icon-exclamation-triangle-warning.variables.scss +9 -0
- package/dist/collection/design-tokens/components/_icon-move.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_icon-share-chain.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_icon-table-column.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_icon-table-row.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_icon-table.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_icon.variables.scss +11 -0
- package/dist/collection/design-tokens/components/_info-card-multi.variables.scss +35 -0
- package/dist/collection/design-tokens/components/_info-card.variables.scss +28 -0
- package/dist/collection/design-tokens/components/_layout-block.variables.scss +15 -0
- package/dist/collection/design-tokens/components/_layout-columns.variables.scss +13 -0
- package/dist/collection/design-tokens/components/_layout-container.variables.scss +15 -0
- package/dist/collection/design-tokens/components/_layout-media-object.variables.scss +11 -0
- package/dist/collection/design-tokens/components/_link-button.variables.scss +77 -0
- package/dist/collection/design-tokens/components/_link-external.variables.scss +34 -0
- package/dist/collection/design-tokens/components/_link-internal.variables.scss +34 -0
- package/dist/collection/design-tokens/components/_link.variables.scss +36 -0
- package/dist/collection/design-tokens/components/_list.variables.scss +9 -0
- package/dist/collection/design-tokens/components/_loader-skeleton.variables.scss +32 -0
- package/dist/collection/design-tokens/components/_loader-spinner.variables.scss +18 -0
- package/dist/collection/design-tokens/components/_logo.variables.scss +68 -0
- package/dist/collection/design-tokens/components/_navigation-breadcrumbs.variables.scss +35 -0
- package/dist/collection/design-tokens/components/_navigation-context-menu.variables.scss +112 -0
- package/dist/collection/design-tokens/components/_navigation-pagination.variables.scss +56 -0
- package/dist/collection/design-tokens/components/_navigation-sidebar-button.variables.scss +7 -0
- package/dist/collection/design-tokens/components/_navigation-sidebar.variables.scss +55 -0
- package/dist/collection/design-tokens/components/_navigation-tablist.variables.scss +28 -0
- package/dist/collection/design-tokens/components/_navigation-vertical-menu-item.variables.scss +96 -0
- package/dist/collection/design-tokens/components/_navigation-vertical-menu.variables.scss +9 -0
- package/dist/collection/design-tokens/components/_notification-alert.variables.scss +57 -0
- package/dist/collection/design-tokens/components/_notification-error-page.variables.scss +18 -0
- package/dist/collection/design-tokens/components/_progress-circle.variables.scss +43 -0
- package/dist/collection/design-tokens/components/_progress-indicator.variables.scss +84 -0
- package/dist/collection/design-tokens/components/_progress-list-item.variables.scss +27 -0
- package/dist/collection/design-tokens/components/_progress-list.variables.scss +21 -0
- package/dist/collection/design-tokens/components/_progressbar.variables.scss +55 -0
- package/dist/collection/design-tokens/components/_quote-quote-multi-container.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_quote-single.variables.scss +14 -0
- package/dist/collection/design-tokens/components/_quote.variables.scss +12 -0
- package/dist/collection/design-tokens/components/_table.variables.scss +42 -0
- package/dist/collection/design-tokens/components/_tag-media.variables.scss +27 -0
- package/dist/collection/design-tokens/components/_tag.variables.scss +9 -0
- package/dist/collection/design-tokens/components/_tools-feedback-rating.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_tools-feedback.variables.scss +17 -0
- package/dist/collection/design-tokens/components/_tools-languagepicker.variables.scss +65 -0
- package/dist/collection/design-tokens/components/_typography-meta.variables.scss +16 -0
- package/dist/collection/design-tokens/components/_typography.variables.scss +41 -0
- package/dist/collection/design-tokens/components/bar-chart.variables.scss +4 -0
- package/dist/collection/design-tokens/components/card.variables.scss +23 -0
- package/dist/collection/design-tokens/components/header-navigation-item.variables.scss +18 -0
- package/dist/collection/design-tokens/css/variables.css +1721 -0
- package/dist/collection/design-tokens/scss/variables.scss +1718 -0
- package/dist/collection/design-tokens/styleguide/web.json +35248 -0
- package/dist/collection/design-tokens/styleguide/web.scss +1718 -0
- package/dist/collection/enums.js +138 -0
- package/dist/collection/fonts/package.json +5 -0
- package/dist/collection/fonts/project.json +13 -0
- package/dist/collection/fonts/src/assets/fonts/open-sans-300.woff +0 -0
- package/dist/collection/fonts/src/assets/fonts/open-sans-300.woff2 +0 -0
- package/dist/collection/fonts/src/assets/fonts/open-sans-600.woff +0 -0
- package/dist/collection/fonts/src/assets/fonts/open-sans-600.woff2 +0 -0
- package/dist/collection/fonts/src/assets/fonts/open-sans-700.woff +0 -0
- package/dist/collection/fonts/src/assets/fonts/open-sans-700.woff2 +0 -0
- package/dist/collection/fonts/src/assets/fonts/open-sans-regular.woff +0 -0
- package/dist/collection/fonts/src/assets/fonts/open-sans-regular.woff2 +0 -0
- package/dist/collection/fonts/src/fonts.css +44 -0
- package/dist/collection/fonts/src/fonts.scss +46 -0
- package/dist/collection/global/icon/icon.js +257 -0
- package/dist/collection/global/icon/types.js +2 -0
- package/dist/collection/global/utils/detectClickOutside/detectClickOutside.util.js +4 -0
- package/dist/collection/global/utils/detectClickOutside/index.js +1 -0
- package/dist/collection/global/utils/detectClosest/detectClosest.util.js +3 -0
- package/dist/collection/global/utils/detectClosest/index.js +1 -0
- package/dist/collection/global/utils/detectFocusOutside/detectFocusOutside.util.js +4 -0
- package/dist/collection/global/utils/detectFocusOutside/index.js +1 -0
- package/dist/collection/global/utils/keyboardHandler/index.js +2 -0
- package/dist/collection/global/utils/keyboardHandler/keyCode.enum.js +16 -0
- package/dist/collection/global/utils/keyboardHandler/keyboardHandler.util.js +47 -0
- package/dist/collection/global/utils/logger/LoggerSource.enum.js +5 -0
- package/dist/collection/global/utils/logger/LoggerType.enum.js +7 -0
- package/dist/collection/global/utils/logger/index.js +3 -0
- package/dist/collection/global/utils/logger/logger.util.js +37 -0
- package/dist/collection/global/utils/randomIdGenerator/index.js +1 -0
- package/dist/collection/global/utils/randomIdGenerator/randomIdGenerator.util.js +7 -0
- package/dist/collection/index.js +2 -0
- package/dist/collection/interfaces.js +8 -0
- package/dist/collection/styles/package.json +5 -0
- package/dist/collection/styles/project.json +12 -0
- package/dist/collection/styles/src/_reset.scss +191 -0
- package/dist/collection/styles/src/digi-styles.scss +2 -0
- package/dist/collection/styles/src/digi-styles.utilities.scss +5 -0
- package/dist/collection/styles/src/functions/_forwards.scss +1 -0
- package/dist/collection/styles/src/functions/_rem.scss +10 -0
- package/dist/collection/styles/src/mixins/_a11y--sr-only.scss +13 -0
- package/dist/collection/styles/src/mixins/_base--reset.scss +195 -0
- package/dist/collection/styles/src/mixins/_focus.scss +11 -0
- package/dist/collection/styles/src/mixins/_forwards.scss +4 -0
- package/dist/collection/styles/src/mixins/_util.scss +256 -0
- package/dist/collection/text/index.js +1 -0
- package/dist/collection/text/locale/sv/text.js +89 -0
- package/dist/digi-arbetsformedlingen/design-tokens/.gitkeep +0 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_badge-notification.variables.scss +13 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_badge-status.variables.scss +42 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +206 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +31 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-week-view.variables.scss +83 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar.variables.scss +93 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_chart-line.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_code-block.variables.scss +11 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_code-example.variables.scss +11 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_code.variables.scss +7 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_dialog.variables.scss +69 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-accordion.variables.scss +28 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-faq-item.variables.scss +33 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_footer-card.variables.scss +11 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_footer.variables.scss +25 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-category-filter.variables.scss +7 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-checkbox.variables.scss +47 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-error-list.variables.scss +14 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-fieldset.variables.scss +20 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-file-upload.variables.scss +111 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-filter.variables.scss +64 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-input-search.variables.scss +7 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-input.variables.scss +42 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-radiobutton.variables.scss +45 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-radiogroup.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-receipt.variables.scss +30 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +178 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select.variables.scss +73 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-textarea.variables.scss +43 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-validation-message.variables.scss +11 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_header-avatar.variables.scss +15 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_header-navigation.variables.scss +11 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_header-notification.variables.scss +15 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_header.variables.scss +17 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-chart.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-exclamation-triangle-warning.variables.scss +9 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-move.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-share-chain.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-table-column.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-table-row.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-table.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_icon.variables.scss +11 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card-multi.variables.scss +35 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card.variables.scss +28 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_layout-block.variables.scss +15 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_layout-columns.variables.scss +13 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_layout-container.variables.scss +15 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_layout-media-object.variables.scss +11 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_link-button.variables.scss +77 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_link-external.variables.scss +34 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_link-internal.variables.scss +34 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_link.variables.scss +36 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_list.variables.scss +9 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_loader-skeleton.variables.scss +32 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_loader-spinner.variables.scss +18 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_logo.variables.scss +68 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-breadcrumbs.variables.scss +35 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-context-menu.variables.scss +112 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-pagination.variables.scss +56 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-sidebar-button.variables.scss +7 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-sidebar.variables.scss +55 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-tablist.variables.scss +28 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu-item.variables.scss +96 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu.variables.scss +9 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_notification-alert.variables.scss +57 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_notification-error-page.variables.scss +18 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_progress-circle.variables.scss +43 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_progress-indicator.variables.scss +84 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_progress-list-item.variables.scss +27 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_progress-list.variables.scss +21 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_progressbar.variables.scss +55 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_quote-quote-multi-container.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_quote-single.variables.scss +14 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_quote.variables.scss +12 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_table.variables.scss +42 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_tag-media.variables.scss +27 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_tag.variables.scss +9 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback-rating.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback.variables.scss +17 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-languagepicker.variables.scss +65 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_typography-meta.variables.scss +16 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_typography.variables.scss +41 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/bar-chart.variables.scss +4 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/card.variables.scss +23 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/header-navigation-item.variables.scss +18 -0
- package/dist/digi-arbetsformedlingen/design-tokens/css/variables.css +1721 -0
- package/dist/digi-arbetsformedlingen/design-tokens/scss/variables.scss +1718 -0
- package/dist/digi-arbetsformedlingen/design-tokens/styleguide/web.json +35248 -0
- package/dist/digi-arbetsformedlingen/design-tokens/styleguide/web.scss +1718 -0
- package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.css +2 -0
- package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -0
- package/dist/digi-arbetsformedlingen/fonts/package.json +5 -0
- package/dist/digi-arbetsformedlingen/fonts/project.json +13 -0
- package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-300.woff +0 -0
- package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-300.woff2 +0 -0
- package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-600.woff +0 -0
- package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-600.woff2 +0 -0
- package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-700.woff +0 -0
- package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-700.woff2 +0 -0
- package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-regular.woff +0 -0
- package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-regular.woff2 +0 -0
- package/dist/digi-arbetsformedlingen/fonts/src/fonts.css +44 -0
- package/dist/digi-arbetsformedlingen/fonts/src/fonts.scss +46 -0
- package/dist/digi-arbetsformedlingen/index.esm.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0027bdee.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-00d6ab21.js +1 -0
- package/dist/digi-arbetsformedlingen/p-014cdae1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-041da6a8.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-058d1027.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-059d72cb.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-06612234.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-06906d4f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-06cf14d1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-06f939ab.js +1 -0
- package/dist/digi-arbetsformedlingen/p-07303cb5.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0747ab93.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-07ae5043.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0961b00e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0b24ea57.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0c689a69.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0e250b24.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0eac1bee.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0f3fbb1e.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0f6c0360.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0fe47e7e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-10c98abf.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-12155fa9.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-121fd0f2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-14ef3a2b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1516b8fb.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-163b5be5.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-164ca51f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-16a3e46b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-16a6538a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-16f04ebd.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-176ff0a5.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-17d6e5e2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-181f5884.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-18dbe97f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-18e822ea.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-19264ca2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1a20dd60.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1c9f40d3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1d825386.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1e71b93b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1ea13e3a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1f1d7d1b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1f3345e9.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1f68d501.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1f956af8.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1fe19842.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1ff3397f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-210dca34.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-21718068.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-21d3ad3e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-21eb286a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-23083872.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-240a0fd6.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-24e9cd4a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-26582082.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-26795b0d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-27a933f2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-27f0c1ee.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-29029457.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-290d1746.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2a82ead7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2a952b45.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2af2b7bd.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2af9b440.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2b614ecc.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2c29c2d4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2c9c4b42.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-31209f5b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-318dde2f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-33cd79f9.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3404097d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-35a9474f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-35cf4444.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-36d3ee99.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-39439f7c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3b20ec86.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3b3f0655.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3b8babee.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3c6e1cbc.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3fecb869.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-40657c82.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4267ca8f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-42aa440f.js +1 -0
- package/dist/digi-arbetsformedlingen/p-42ae2acf.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-430607cb.js +1 -0
- package/dist/digi-arbetsformedlingen/p-484a1d6d.js +1 -0
- package/dist/digi-arbetsformedlingen/p-486092da.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4867a665.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-486e9de8.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4a9697a8.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4b3c3a13.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4b49313e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4c03d770.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4c6b9991.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4ce9b4ce.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4dc35d6b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4df96e4c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4e6f5896.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4e9b1820.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4ef42d4d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-517dd6a0.js +1 -0
- package/dist/digi-arbetsformedlingen/p-51a68e64.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-53959d1f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-55c6db25.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-581f1a70.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-58b8ea5a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-59022952.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5a602122.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5ba35f2b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5ba6737a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5be66175.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5c68ee0e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5c710bcb.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5d21a361.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5dfbcb6d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5e9e93f5.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5effe466.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5fee8837.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-608e1928.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-60cf8634.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-612805a2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-613a935c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-62812f62.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-62c7beb4.js +1 -0
- package/dist/digi-arbetsformedlingen/p-63136a87.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-63fde127.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-65e3874d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-67a69bb7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-68c8def2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6a28f896.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6aaa3467.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6b927e38.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6bd27542.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6c068f76.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6e383896.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6ff164fd.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-70739466.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-717306ef.js +1 -0
- package/dist/digi-arbetsformedlingen/p-71c0989c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-745d66a1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-759ab96d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-775e50cf.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-77a93845.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7830e192.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7975d958.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7aacd45f.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7c3f04a0.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7ce58482.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7d37ed3a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7dd19783.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7e32c40b.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7e3e94f2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7e5ad05a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7ed8dc9d.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-838b6bcf.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-83c812ba.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8410cb10.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-84c79dba.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-85914c7f.js +1 -0
- package/dist/digi-arbetsformedlingen/p-877876f2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-879cdd10.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-87c1f5c7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-88b4d03a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-896efc6e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8a018b31.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8be436aa.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8cd2b348.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8cd2d6dd.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8d1c7f27.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8e28cca1.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8e32a6b6.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8f9e4c2c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8fa816d6.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8fd82e32.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-911e9465.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-91a13287.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-91d1344c.js +1 -0
- package/dist/digi-arbetsformedlingen/p-91f1460b.js +1 -0
- package/dist/digi-arbetsformedlingen/p-91f5625d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9306e6a9.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-93d5ad7f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-95278d49.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-95aca1fa.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-95db5a30.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9a9f7124.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9b74cbf2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9c311186.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9c5a93d8.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9cae94f4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9d7fc1a4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9eb53072.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a0362a23.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a0a5b6fe.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a29a52f3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a399093e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a39f86c9.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a48f6110.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a4a001e1.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a6ca40fc.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a76fb329.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ab23fceb.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ab450552.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-acde0ae5.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ad6ea742.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ad9a707b.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ae87a6cb.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b0e88537.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b190f91b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b1ad34d1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b270e8d0.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b34f34a9.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b4022c44.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b6057ecf.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b70b266c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b89d63df.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-bc3d2778.js +1 -0
- package/dist/digi-arbetsformedlingen/p-bc5eee65.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-bce8a67c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-bdd811bc.js +1 -0
- package/dist/digi-arbetsformedlingen/p-bdfddce3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-be911ea9.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c028e7ce.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c2cc52f3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c2ee26cb.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c358a422.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c4445a09.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c7949525.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c7b076ab.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c7bcb369.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c803a314.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c9cebe33.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-caf07185.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-cdcaf0eb.js +1 -0
- package/dist/digi-arbetsformedlingen/p-cf3ce3c5.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d08e24ef.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d1886fff.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d4eb5182.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d51fb2f3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d6c9651a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d74742b8.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d7f8bd8a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d7fe7184.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d8b31a6c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d8def1e7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d91f2dfb.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-da8a4ea6.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-dbdcda64.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-dc3ef0cc.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-dcb25fc2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-dcdffb3c.js +1 -0
- package/dist/digi-arbetsformedlingen/p-dd19b69d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-dd36b4df.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-de4c4238.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-debb55cd.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ded9f8e3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-dee2396a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-df64aa40.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e0a14032.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e1255160.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e157e1d7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e1e773a1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e20cd7a1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e30b1b5d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e31d2831.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e35cae7b.js +2 -0
- package/dist/digi-arbetsformedlingen/p-e38b77b4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e3d2e899.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e3ef2da7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e413232a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e4a9f8f0.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e51a11ec.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e5600031.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e79f0918.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e7b41257.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e7fe33f1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e9e7e0e4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ecef7e7a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ed2e5841.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ed7e3985.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ee33960b.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-f08d6b86.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f22abb8a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f25f9ca8.js +9 -0
- package/dist/digi-arbetsformedlingen/p-f2a6768b.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f39b42fe.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f3d741fc.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f4248a7e.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f447b984.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f4bcda35.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f600576a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f73aeb82.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f84e2c7d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f8e68405.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f92f2ef6.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f9f12a74.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fa00fe1d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fb14c7c9.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fb2fc8f8.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fc04eda1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fc183d72.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fc3332a3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fd5964d2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fdd6d003.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fe64ac0a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ff309ff5.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ff8efa1b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ffe5c0e8.js +1 -0
- package/dist/digi-arbetsformedlingen/styles/package.json +5 -0
- package/dist/digi-arbetsformedlingen/styles/project.json +12 -0
- package/dist/digi-arbetsformedlingen/styles/src/_reset.scss +191 -0
- package/dist/digi-arbetsformedlingen/styles/src/digi-styles.scss +2 -0
- package/dist/digi-arbetsformedlingen/styles/src/digi-styles.utilities.scss +5 -0
- package/dist/digi-arbetsformedlingen/styles/src/functions/_forwards.scss +1 -0
- package/dist/digi-arbetsformedlingen/styles/src/functions/_rem.scss +10 -0
- package/dist/digi-arbetsformedlingen/styles/src/mixins/_a11y--sr-only.scss +13 -0
- package/dist/digi-arbetsformedlingen/styles/src/mixins/_base--reset.scss +195 -0
- package/dist/digi-arbetsformedlingen/styles/src/mixins/_focus.scss +11 -0
- package/dist/digi-arbetsformedlingen/styles/src/mixins/_forwards.scss +4 -0
- package/dist/digi-arbetsformedlingen/styles/src/mixins/_util.scss +256 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/badge-notification-shape.enum-e15a6245.js +8 -0
- package/dist/esm/badge-status-variation.enum-8d6370ff.js +23 -0
- package/dist/esm/bar-chart-variation.enum-97c0b47f.js +7 -0
- package/dist/esm/button-size.enum-2dcd673f.js +8 -0
- package/dist/esm/button-type.enum-5250ae0b.js +8 -0
- package/dist/esm/button-variation.enum-94fffdd6.js +9 -0
- package/dist/esm/calendar-week-view-heading-level.enum-6774297c.js +11 -0
- package/dist/esm/card-footer-border.enum-eed26243.js +19 -0
- package/dist/esm/code-example-variation.enum-e9f9fced.js +27 -0
- package/dist/esm/code-variation.enum-1eee7c7a.js +19 -0
- package/dist/esm/detectClickOutside.util-72594957.js +7 -0
- package/dist/esm/detectClosest.util-58a7504f.js +5 -0
- package/dist/esm/detectFocusOutside.util-a8676bee.js +7 -0
- package/dist/esm/digi-arbetsformedlingen.js +20 -0
- package/dist/esm/digi-badge-notification.entry.js +59 -0
- package/dist/esm/digi-badge-status.entry.js +28 -0
- package/dist/esm/digi-bar-chart.entry.js +1480 -0
- package/dist/esm/digi-button.entry.js +126 -0
- package/dist/esm/digi-calendar-datepicker.entry.js +2473 -0
- package/dist/esm/digi-calendar-week-view.entry.js +2272 -0
- package/dist/esm/digi-calendar_2.entry.js +469 -0
- package/dist/esm/digi-card.entry.js +36 -0
- package/dist/esm/digi-chart-line.entry.js +2307 -0
- package/dist/esm/digi-code-block_3.entry.js +223 -0
- package/dist/esm/digi-code-example.entry.js +162 -0
- package/dist/esm/digi-code.entry.js +41 -0
- package/dist/esm/digi-context-menu.entry.js +128 -0
- package/dist/esm/digi-dialog.entry.js +298 -0
- package/dist/esm/digi-expandable-accordion.entry.js +152 -0
- package/dist/esm/digi-expandable-faq-item.entry.js +91 -0
- package/dist/esm/digi-expandable-faq.entry.js +60 -0
- package/dist/esm/digi-footer-card.entry.js +25 -0
- package/dist/esm/digi-footer.entry.js +78 -0
- package/dist/esm/digi-form-category-filter.entry.js +117 -0
- package/dist/esm/digi-form-checkbox.entry.js +124 -0
- package/dist/esm/digi-form-error-list.entry.js +143 -0
- package/dist/esm/digi-form-file-upload_13.entry.js +927 -0
- package/dist/esm/digi-form-filter.entry.js +244 -0
- package/dist/esm/digi-form-input-search.entry.js +140 -0
- package/dist/esm/digi-form-input.entry.js +153 -0
- package/dist/esm/digi-form-radiogroup.entry.js +58 -0
- package/dist/esm/digi-form-receipt.entry.js +117 -0
- package/dist/esm/digi-form-select-filter.entry.js +572 -0
- package/dist/esm/digi-form-select_2.entry.js +171 -0
- package/dist/esm/digi-form-textarea.entry.js +129 -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 +226 -0
- package/dist/esm/digi-header-notification.entry.js +19 -0
- package/dist/esm/digi-header.entry.js +99 -0
- package/dist/esm/digi-icon-accessibility-deaf.entry.js +26 -0
- package/dist/esm/digi-icon-accessibility-universal.entry.js +26 -0
- package/dist/esm/digi-icon-apple.entry.js +26 -0
- package/dist/esm/digi-icon-archive-outline.entry.js +26 -0
- package/dist/esm/digi-icon-archive.entry.js +26 -0
- package/dist/esm/digi-icon-arrow-back.entry.js +26 -0
- package/dist/esm/digi-icon-arrow-down.entry.js +26 -0
- package/dist/esm/digi-icon-arrow-left.entry.js +26 -0
- package/dist/esm/digi-icon-arrow-right.entry.js +26 -0
- package/dist/esm/digi-icon-arrow-sign-in.entry.js +26 -0
- package/dist/esm/digi-icon-arrow-sign-out.entry.js +26 -0
- package/dist/esm/digi-icon-arrow-up.entry.js +26 -0
- package/dist/esm/digi-icon-at.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-bell.entry.js +26 -0
- package/dist/esm/digi-icon-book.entry.js +26 -0
- package/dist/esm/digi-icon-bookmark-outline.entry.js +26 -0
- package/dist/esm/digi-icon-bookmark-solid.entry.js +26 -0
- package/dist/esm/digi-icon-bubble-ellipsis.entry.js +26 -0
- package/dist/esm/digi-icon-bubble.entry.js +26 -0
- package/dist/esm/digi-icon-building-outline.entry.js +26 -0
- package/dist/esm/digi-icon-building-solid.entry.js +26 -0
- package/dist/esm/digi-icon-bullseye.entry.js +26 -0
- package/dist/esm/digi-icon-calculator-solid.entry.js +26 -0
- package/dist/esm/digi-icon-calendar-alt-alert.entry.js +26 -0
- package/dist/esm/digi-icon-calendar.entry.js +26 -0
- package/dist/esm/digi-icon-caret-circle-right.entry.js +26 -0
- package/dist/esm/digi-icon-caret-down_2.entry.js +48 -0
- package/dist/esm/digi-icon-caret-left.entry.js +26 -0
- package/dist/esm/digi-icon-caret-right.entry.js +26 -0
- package/dist/esm/digi-icon-chart_2.entry.js +48 -0
- package/dist/esm/digi-icon-chat.entry.js +26 -0
- package/dist/esm/digi-icon-check-circle-reg-alt.entry.js +26 -0
- package/dist/esm/digi-icon-check-circle-solid.entry.js +26 -0
- package/dist/esm/digi-icon-check.entry.js +26 -0
- package/dist/esm/digi-icon-checklist.entry.js +26 -0
- package/dist/esm/digi-icon-chevron-down.entry.js +26 -0
- package/dist/esm/digi-icon-chevron-left.entry.js +26 -0
- package/dist/esm/digi-icon-chevron-right.entry.js +26 -0
- package/dist/esm/digi-icon-chevron-up.entry.js +26 -0
- package/dist/esm/digi-icon-clock.entry.js +26 -0
- package/dist/esm/digi-icon-communication-play-solid.entry.js +26 -0
- package/dist/esm/digi-icon-compress-alt.entry.js +26 -0
- package/dist/esm/digi-icon-comunication-case.entry.js +26 -0
- package/dist/esm/digi-icon-comunication-flag.entry.js +26 -0
- package/dist/esm/digi-icon-comunication-graduate.entry.js +26 -0
- package/dist/esm/digi-icon-comunication-play.entry.js +26 -0
- package/dist/esm/digi-icon-cooperation.entry.js +26 -0
- package/dist/esm/digi-icon-copy.entry.js +26 -0
- package/dist/esm/digi-icon-danger-outline.entry.js +26 -0
- package/dist/esm/digi-icon-download.entry.js +26 -0
- package/dist/esm/digi-icon-dxa.entry.js +26 -0
- package/dist/esm/digi-icon-edit.entry.js +26 -0
- package/dist/esm/digi-icon-ellipsis.entry.js +26 -0
- package/dist/esm/digi-icon-envelope-filled.entry.js +26 -0
- package/dist/esm/digi-icon-envelope.entry.js +26 -0
- package/dist/esm/digi-icon-exclamation-circle-filled.entry.js +26 -0
- package/dist/esm/digi-icon-exclamation-triangle-filled.entry.js +26 -0
- package/dist/esm/digi-icon-exclamation-triangle-warning.entry.js +27 -0
- package/dist/esm/digi-icon-exclamation-triangle.entry.js +26 -0
- package/dist/esm/digi-icon-expand-alt.entry.js +26 -0
- package/dist/esm/digi-icon-external-link-alt_2.entry.js +58 -0
- package/dist/esm/digi-icon-eye-slash.entry.js +26 -0
- package/dist/esm/digi-icon-eye.entry.js +26 -0
- package/dist/esm/digi-icon-facebook-square.entry.js +26 -0
- package/dist/esm/digi-icon-file-document.entry.js +26 -0
- package/dist/esm/digi-icon-file-excel.entry.js +26 -0
- package/dist/esm/digi-icon-file-governing.entry.js +26 -0
- package/dist/esm/digi-icon-file-pdf.entry.js +26 -0
- package/dist/esm/digi-icon-file-powerpoint.entry.js +26 -0
- package/dist/esm/digi-icon-file-word.entry.js +26 -0
- package/dist/esm/digi-icon-film.entry.js +26 -0
- package/dist/esm/digi-icon-filter.entry.js +26 -0
- package/dist/esm/digi-icon-globe-filled.entry.js +26 -0
- package/dist/esm/digi-icon-globe.entry.js +26 -0
- package/dist/esm/digi-icon-headphones.entry.js +26 -0
- package/dist/esm/digi-icon-heart-solid.entry.js +26 -0
- package/dist/esm/digi-icon-heart.entry.js +26 -0
- package/dist/esm/digi-icon-history.entry.js +26 -0
- package/dist/esm/digi-icon-home.entry.js +26 -0
- package/dist/esm/digi-icon-image.entry.js +26 -0
- package/dist/esm/digi-icon-info-circle-solid.entry.js +26 -0
- package/dist/esm/digi-icon-instagram.entry.js +26 -0
- package/dist/esm/digi-icon-job-suggestion.entry.js +26 -0
- package/dist/esm/digi-icon-language-outline_4.entry.js +332 -0
- package/dist/esm/digi-icon-language.entry.js +26 -0
- package/dist/esm/digi-icon-laptop-phone.entry.js +26 -0
- package/dist/esm/digi-icon-lattlast.entry.js +26 -0
- package/dist/esm/digi-icon-licence-bus.entry.js +26 -0
- package/dist/esm/digi-icon-licence-car.entry.js +26 -0
- package/dist/esm/digi-icon-licence-motorcycle.entry.js +26 -0
- package/dist/esm/digi-icon-licence-truck.entry.js +26 -0
- package/dist/esm/digi-icon-lightbulb.entry.js +26 -0
- package/dist/esm/digi-icon-linkedin-in.entry.js +26 -0
- package/dist/esm/digi-icon-list-ul_6.entry.js +136 -0
- package/dist/esm/digi-icon-lock.entry.js +26 -0
- package/dist/esm/digi-icon-marker-filled.entry.js +26 -0
- package/dist/esm/digi-icon-marker.entry.js +26 -0
- package/dist/esm/digi-icon-media-course.entry.js +26 -0
- package/dist/esm/digi-icon-media-podcast.entry.js +26 -0
- package/dist/esm/digi-icon-microphone-off.entry.js +26 -0
- package/dist/esm/digi-icon-microphone.entry.js +26 -0
- package/dist/esm/digi-icon-minus_2.entry.js +48 -0
- package/dist/esm/digi-icon-move.entry.js +26 -0
- package/dist/esm/digi-icon-notification-error_5.entry.js +112 -0
- package/dist/esm/digi-icon-online-interview.entry.js +26 -0
- package/dist/esm/digi-icon-online-meeting.entry.js +26 -0
- package/dist/esm/digi-icon-online-task.entry.js +26 -0
- package/dist/esm/digi-icon-open-source.entry.js +26 -0
- package/dist/esm/digi-icon-palette.entry.js +26 -0
- package/dist/esm/digi-icon-pen.entry.js +26 -0
- package/dist/esm/digi-icon-phone-hangup.entry.js +26 -0
- package/dist/esm/digi-icon-phone.entry.js +26 -0
- package/dist/esm/digi-icon-print.entry.js +26 -0
- package/dist/esm/digi-icon-read.entry.js +26 -0
- package/dist/esm/digi-icon-redo.entry.js +26 -0
- package/dist/esm/digi-icon-screensharing-off.entry.js +26 -0
- package/dist/esm/digi-icon-screensharing.entry.js +26 -0
- package/dist/esm/digi-icon-search.entry.js +26 -0
- package/dist/esm/digi-icon-send-outline.entry.js +26 -0
- package/dist/esm/digi-icon-send-solid.entry.js +26 -0
- package/dist/esm/digi-icon-settings.entry.js +26 -0
- package/dist/esm/digi-icon-share-alt.entry.js +26 -0
- package/dist/esm/digi-icon-share-chain.entry.js +26 -0
- package/dist/esm/digi-icon-sliders-h.entry.js +26 -0
- package/dist/esm/digi-icon-sokkandidat.entry.js +26 -0
- package/dist/esm/digi-icon-sort-down.entry.js +26 -0
- package/dist/esm/digi-icon-sort-up.entry.js +26 -0
- package/dist/esm/digi-icon-sort.entry.js +26 -0
- package/dist/esm/digi-icon-star-reg.entry.js +26 -0
- package/dist/esm/digi-icon-star.entry.js +26 -0
- package/dist/esm/digi-icon-suitcase-outline.entry.js +26 -0
- package/dist/esm/digi-icon-suitcase-solid.entry.js +26 -0
- package/dist/esm/digi-icon-system-assistance.entry.js +26 -0
- package/dist/esm/digi-icon-table-column.entry.js +26 -0
- package/dist/esm/digi-icon-table-row.entry.js +26 -0
- package/dist/esm/digi-icon-task-done.entry.js +26 -0
- package/dist/esm/digi-icon-toggle-off.entry.js +26 -0
- package/dist/esm/digi-icon-toggle-on.entry.js +26 -0
- package/dist/esm/digi-icon-twitter.entry.js +26 -0
- package/dist/esm/digi-icon-tyck-till.entry.js +26 -0
- package/dist/esm/digi-icon-unlock.entry.js +26 -0
- package/dist/esm/digi-icon-update.entry.js +26 -0
- package/dist/esm/digi-icon-upload.entry.js +26 -0
- package/dist/esm/digi-icon-user-alt.entry.js +26 -0
- package/dist/esm/digi-icon-users-solid.entry.js +26 -0
- package/dist/esm/digi-icon-videocamera-off.entry.js +26 -0
- package/dist/esm/digi-icon-videocamera.entry.js +26 -0
- package/dist/esm/digi-icon-web-tv.entry.js +26 -0
- package/dist/esm/digi-icon-wifi-signal0.entry.js +26 -0
- package/dist/esm/digi-icon-wifi-signal1.entry.js +26 -0
- package/dist/esm/digi-icon-wifi-signal2.entry.js +26 -0
- package/dist/esm/digi-icon-wifi-signal3.entry.js +26 -0
- package/dist/esm/digi-icon-window.entry.js +26 -0
- package/dist/esm/digi-icon-x-button.entry.js +26 -0
- package/dist/esm/digi-icon-x.entry.js +26 -0
- package/dist/esm/digi-icon-youtube.entry.js +26 -0
- package/dist/esm/digi-icon.entry.js +448 -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.entry.js +43 -0
- package/dist/esm/digi-layout-columns.entry.js +29 -0
- package/dist/esm/digi-link-button.entry.js +65 -0
- package/dist/esm/digi-link-internal.entry.js +36 -0
- package/dist/esm/digi-link.entry.js +74 -0
- package/dist/esm/digi-list.entry.js +63 -0
- package/dist/esm/digi-loader-skeleton.entry.js +41 -0
- package/dist/esm/digi-loader-spinner.entry.js +27 -0
- package/dist/esm/digi-logo_2.entry.js +59 -0
- package/dist/esm/digi-media-figure.entry.js +26 -0
- package/dist/esm/digi-media-image_2.entry.js +162 -0
- package/dist/esm/digi-navigation-breadcrumbs.entry.js +56 -0
- package/dist/esm/digi-navigation-context-menu-item.entry.js +24 -0
- package/dist/esm/digi-navigation-dropdown.entry.js +184 -0
- package/dist/esm/digi-navigation-pagination.entry.js +212 -0
- package/dist/esm/digi-navigation-sidebar.entry.js +295 -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 +116 -0
- package/dist/esm/digi-notification-error-page.entry.js +394 -0
- package/dist/esm/digi-progress-circle.entry.js +81 -0
- package/dist/esm/digi-progress-indicator.entry.js +129 -0
- package/dist/esm/digi-progress-list-item.entry.js +103 -0
- package/dist/esm/digi-progress-list.entry.js +111 -0
- package/dist/esm/digi-progressbar.entry.js +98 -0
- package/dist/esm/digi-quote-multi-container.entry.js +19 -0
- package/dist/esm/digi-quote-single.entry.js +29 -0
- package/dist/esm/digi-quote.entry.js +100 -0
- package/dist/esm/digi-table.entry.js +29 -0
- package/dist/esm/digi-tablist-panel.entry.js +19 -0
- package/dist/esm/digi-tablist.entry.js +223 -0
- package/dist/esm/digi-tag-media.entry.js +43 -0
- package/dist/esm/digi-tag.entry.js +36 -0
- package/dist/esm/digi-tools-feedback-banner.entry.js +99 -0
- package/dist/esm/digi-tools-feedback-rating.entry.js +179 -0
- package/dist/esm/digi-tools-feedback.entry.js +131 -0
- package/dist/esm/digi-tools-languagepicker.entry.js +123 -0
- package/dist/esm/digi-typography-heading-jumbo.entry.js +30 -0
- package/dist/esm/digi-typography-meta.entry.js +23 -0
- package/dist/esm/digi-typography-preamble.entry.js +16 -0
- package/dist/esm/digi-typography-time.entry.js +66 -0
- package/dist/esm/digi-util-detect-click-outside.entry.js +32 -0
- package/dist/esm/digi-util-detect-focus-outside.entry.js +32 -0
- package/dist/esm/digi-util-keydown-handler.entry.js +79 -0
- package/dist/esm/digi-util-keyup-handler.entry.js +79 -0
- package/dist/esm/digi-util-mutation-observer.entry.js +60 -0
- package/dist/esm/digi-util-resize-observer.entry.js +38 -0
- package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +18 -0
- package/dist/esm/expandable-faq-variation.enum-6934c367.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-input-search-variation.enum-f9d669f2.js +8 -0
- package/dist/esm/form-input-type.enum-3da3db27.js +25 -0
- 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-textarea-variation.enum-05017e8e.js +17 -0
- package/dist/esm/index-2fce392f.js +865 -0
- package/dist/esm/index-5b6c95c6.js +63 -0
- package/dist/esm/index-8685f88d.js +170 -0
- package/dist/esm/index-8e318bb2.js +3156 -0
- package/dist/esm/index.js +68 -0
- 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/keyboardHandler.util-383c0054.js +65 -0
- package/dist/esm/layout-block-container.enum-29d52ee9.js +8 -0
- package/dist/esm/layout-block-variation.enum-b7a20db4.js +11 -0
- package/dist/esm/layout-columns-variation.enum-34f7754e.js +23 -0
- package/dist/esm/layout-media-object-alignment.enum-305b86b6.js +9 -0
- package/dist/esm/linear-ef018ffb.js +3723 -0
- package/dist/esm/link-button-variation.enum-b7f1d571.js +16 -0
- package/dist/esm/link-external-variation.enum-d1f7f1cf.js +7 -0
- package/dist/esm/link-internal-variation.enum-feaa9ebd.js +7 -0
- package/dist/esm/link-variation.enum-3e259c8a.js +7 -0
- package/dist/esm/list-type.enum-fbb331ad.js +8 -0
- package/dist/esm/loader-skeleton-variation.enum-f9f867b4.js +11 -0
- package/dist/esm/loader-spinner-size.enum-0b246fa0.js +8 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/logger.util-ede3c48a.js +51 -0
- package/dist/esm/logo-variation.enum-5b68b79f.js +13 -0
- package/dist/esm/media-figure-alignment.enum-a1d36567.js +8 -0
- package/dist/esm/navigation-context-menu-horizontal-position.enum-e5ed22c2.js +7 -0
- package/dist/esm/navigation-context-menu-item-type.enum-d5434f5a.js +7 -0
- package/dist/esm/navigation-sidebar-variation.enum-8fead764.js +42 -0
- package/dist/esm/navigation-tablist.types-61def4f1.js +12 -0
- package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +13 -0
- package/dist/esm/prism-git-92a0d5cd.js +2431 -0
- package/dist/esm/progress-indicator-variation.enum-b12ba50a.js +13 -0
- package/dist/esm/progress-list-item-variation.enum-384b9a3a.js +31 -0
- package/dist/esm/progress-list-variation.enum-300bd89d.js +31 -0
- package/dist/esm/progressbar-variation.enum-40adaab4.js +13 -0
- package/dist/esm/quote-image-inner-position.enum-8e9b1e65.js +30 -0
- package/dist/esm/quote-single-variation.enum-be92a9f7.js +8 -0
- package/dist/esm/randomIdGenerator.util-56406f2e.js +9 -0
- package/dist/esm/table-variation.enum-dd9366b6.js +14 -0
- package/dist/esm/tag-media-icon.enum-fefa191c.js +11 -0
- package/dist/esm/tag-size.enum-1e1bcf94.js +8 -0
- package/dist/esm/text-ee5498fa.js +91 -0
- package/dist/esm/tools-feedback-banner-type.enum-74b4e580.js +17 -0
- package/dist/esm/tools-feedback-rating-variation.enum-29058ff2.js +25 -0
- package/dist/esm/tools-feedback-variation.enum-92d10df2.js +254 -0
- package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +17 -0
- package/dist/esm/typography-meta-variation.enum-1f7c2878.js +7 -0
- package/dist/esm/typography-time-variation.enum-34c830ef.js +8 -0
- package/dist/esm/typography-variation.enum-90aa6767.js +50 -0
- package/dist/esm/util-breakpoint-observer-breakpoints.enum-6d004731.js +9 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/components/_badge/badge-notification/badge-notification-shape.enum.d.ts +5 -0
- package/dist/types/components/_badge/badge-notification/badge-notification-type.enum.d.ts +4 -0
- package/dist/types/components/_badge/badge-notification/badge-notification.d.ts +29 -0
- package/dist/types/components/_badge/badge-status/badge-status-size.enum.d.ts +4 -0
- package/dist/types/components/_badge/badge-status/badge-status-type.enum.d.ts +8 -0
- package/dist/types/components/_badge/badge-status/badge-status-variation.enum.d.ts +4 -0
- package/dist/types/components/_badge/badge-status/badge-status.d.ts +42 -0
- package/dist/types/components/_button/button/button-size.enum.d.ts +5 -0
- package/dist/types/components/_button/button/button-type.enum.d.ts +5 -0
- package/dist/types/components/_button/button/button-variation.enum.d.ts +6 -0
- package/dist/types/components/_button/button/button.d.ts +165 -0
- package/dist/types/components/_calendar/calendar/calendar.d.ts +155 -0
- package/dist/types/components/_calendar/calendar-datepicker/calendar-datepicker-validation.enum.d.ts +6 -0
- package/dist/types/components/_calendar/calendar-datepicker/calendar-datepicker.d.ts +147 -0
- package/dist/types/components/_calendar/week-view/calendar-week-view-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_calendar/week-view/calendar-week-view.d.ts +67 -0
- package/dist/types/components/_card/card/card-border-radius.enum.d.ts +4 -0
- package/dist/types/components/_card/card/card-border.enum.d.ts +4 -0
- package/dist/types/components/_card/card/card-footer-border.enum.d.ts +4 -0
- package/dist/types/components/_card/card/card-shadow.enum.d.ts +4 -0
- package/dist/types/components/_card/card/card.d.ts +37 -0
- package/dist/types/components/_chart/bar-chart/bar-chart-variation.enum.d.ts +4 -0
- package/dist/types/components/_chart/bar-chart/bar-chart.d.ts +118 -0
- package/dist/types/components/_chart/chart-line/chart-line-data.interface.d.ts +23 -0
- package/dist/types/components/_chart/chart-line/chart-line-series.interface.d.ts +5 -0
- package/dist/types/components/_chart/chart-line/chart-line.d.ts +124 -0
- package/dist/types/components/_code/code/code-language.enum.d.ts +10 -0
- package/dist/types/components/_code/code/code-variation.enum.d.ts +4 -0
- package/dist/types/components/_code/code/code.d.ts +42 -0
- package/dist/types/components/_code/code-block/code-block-language.enum.d.ts +12 -0
- package/dist/types/components/_code/code-block/code-block-variation.enum.d.ts +4 -0
- package/dist/types/components/_code/code-block/code-block.d.ts +48 -0
- package/dist/types/components/_code/code-example/code-example-language.enum.d.ts +12 -0
- package/dist/types/components/_code/code-example/code-example-variation.enum.d.ts +4 -0
- package/dist/types/components/_code/code-example/code-example.d.ts +85 -0
- package/dist/types/components/_dialog/dialog/dialog-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_dialog/dialog/dialog-size.enum.d.ts +5 -0
- package/dist/types/components/_dialog/dialog/dialog-variation.enum.d.ts +4 -0
- package/dist/types/components/_dialog/dialog/dialog.d.ts +123 -0
- package/dist/types/components/_expandable/expandable-accordion/expandable-accordion-header-level.enum.d.ts +8 -0
- package/dist/types/components/_expandable/expandable-accordion/expandable-accordion-toggle-type.enum.d.ts +4 -0
- package/dist/types/components/_expandable/expandable-accordion/expandable-accordion-variation.enum.d.ts +4 -0
- package/dist/types/components/_expandable/expandable-accordion/expandable-accordion.d.ts +69 -0
- package/dist/types/components/_expandable/expandable-faq/expandable-faq-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_expandable/expandable-faq/expandable-faq-variation.enum.d.ts +5 -0
- package/dist/types/components/_expandable/expandable-faq/expandable-faq.d.ts +33 -0
- package/dist/types/components/_expandable/expandable-faq-item/expandable-faq-item-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_expandable/expandable-faq-item/expandable-faq-item-variation.enum.d.ts +5 -0
- package/dist/types/components/_expandable/expandable-faq-item/expandable-faq-item.d.ts +60 -0
- package/dist/types/components/_footer/footer/footer-variation.enum.d.ts +4 -0
- package/dist/types/components/_footer/footer/footer.d.ts +25 -0
- package/dist/types/components/_footer/footer-card/footer-card-variation.enum.d.ts +5 -0
- package/dist/types/components/_footer/footer-card/footer-card.d.ts +24 -0
- package/dist/types/components/_form/form-category-filter/form-category-filter.d.ts +63 -0
- package/dist/types/components/_form/form-category-filter/form-category-filter.interfaces.d.ts +5 -0
- package/dist/types/components/_form/form-checkbox/form-checkbox-layout.enum.d.ts +4 -0
- package/dist/types/components/_form/form-checkbox/form-checkbox-validation.enum.d.ts +4 -0
- package/dist/types/components/_form/form-checkbox/form-checkbox-variation.enum.d.ts +4 -0
- package/dist/types/components/_form/form-checkbox/form-checkbox.d.ts +177 -0
- package/dist/types/components/_form/form-error-list/form-error-list-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_form/form-error-list/form-error-list.d.ts +69 -0
- package/dist/types/components/_form/form-fieldset/form-fieldset.d.ts +27 -0
- package/dist/types/components/_form/form-file-upload/form-file-upload-error-messages.type.d.ts +4 -0
- package/dist/types/components/_form/form-file-upload/form-file-upload-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_form/form-file-upload/form-file-upload-validation.enum.d.ts +4 -0
- package/dist/types/components/_form/form-file-upload/form-file-upload-variation.enum.d.ts +5 -0
- package/dist/types/components/_form/form-file-upload/form-file-upload.d.ts +226 -0
- package/dist/types/components/_form/form-filter/form-filter.d.ts +143 -0
- package/dist/types/components/_form/form-filter/form-filter.types.d.ts +26 -0
- package/dist/types/components/_form/form-input/form-input-button-variation.enum.d.ts +4 -0
- package/dist/types/components/_form/form-input/form-input-mode.enum.d.ts +11 -0
- package/dist/types/components/_form/form-input/form-input-type.enum.d.ts +16 -0
- package/dist/types/components/_form/form-input/form-input-validation.enum.d.ts +6 -0
- package/dist/types/components/_form/form-input/form-input-variation.enum.d.ts +5 -0
- package/dist/types/components/_form/form-input/form-input.d.ts +254 -0
- package/dist/types/components/_form/form-input-search/form-input-search-variation.enum.d.ts +5 -0
- package/dist/types/components/_form/form-input-search/form-input-search.d.ts +204 -0
- package/dist/types/components/_form/form-label/form-label.d.ts +56 -0
- package/dist/types/components/_form/form-radiobutton/form-radiobutton-layout.enum.d.ts +4 -0
- package/dist/types/components/_form/form-radiobutton/form-radiobutton-validation.enum.d.ts +3 -0
- package/dist/types/components/_form/form-radiobutton/form-radiobutton-variation.enum.d.ts +4 -0
- package/dist/types/components/_form/form-radiobutton/form-radiobutton.d.ts +149 -0
- package/dist/types/components/_form/form-radiogroup/form-radiogroup.d.ts +39 -0
- package/dist/types/components/_form/form-receipt/form-receipt-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_form/form-receipt/form-receipt-type.enum.d.ts +4 -0
- package/dist/types/components/_form/form-receipt/form-receipt-variation.enum.d.ts +4 -0
- package/dist/types/components/_form/form-receipt/form-receipt.d.ts +49 -0
- package/dist/types/components/_form/form-select/form-select-validation.enum.d.ts +6 -0
- package/dist/types/components/_form/form-select/form-select-variation.enum.d.ts +5 -0
- package/dist/types/components/_form/form-select/form-select.d.ts +160 -0
- package/dist/types/components/_form/form-select-filter/form-select-filter.d.ts +240 -0
- package/dist/types/components/_form/form-select-filter/form-select-filter.interface.d.ts +7 -0
- package/dist/types/components/_form/form-select-filter/form-select-validation.enum.d.ts +6 -0
- package/dist/types/components/_form/form-textarea/form-textarea-validation.enum.d.ts +6 -0
- package/dist/types/components/_form/form-textarea/form-textarea-variation.enum.d.ts +6 -0
- package/dist/types/components/_form/form-textarea/form-textarea.d.ts +191 -0
- package/dist/types/components/_form/form-validation-message/form-validation-message-variation.enum.d.ts +5 -0
- package/dist/types/components/_form/form-validation-message/form-validation-message.d.ts +23 -0
- package/dist/types/components/_header/header/header-center-content-width.enum.d.ts +5 -0
- package/dist/types/components/_header/header/header.d.ts +39 -0
- package/dist/types/components/_header/header-avatar/avatars/avatars.d.ts +15 -0
- package/dist/types/components/_header/header-avatar/avatars/types.d.ts +1 -0
- package/dist/types/components/_header/header-avatar/header-avatar.d.ts +74 -0
- package/dist/types/components/_header/header-navigation/header-navigation.d.ts +104 -0
- package/dist/types/components/_header/header-navigation-item/header-navigation-item.d.ts +17 -0
- package/dist/types/components/_header/header-notification/header-notification.d.ts +13 -0
- package/dist/types/components/_icon/icon/icon.d.ts +35 -0
- package/dist/types/components/_icon/icon-accessibility-deaf/icon-accessibility-deaf.d.ts +24 -0
- package/dist/types/components/_icon/icon-accessibility-universal/icon-accessibility-universal.d.ts +24 -0
- package/dist/types/components/_icon/icon-apple/icon-apple.d.ts +24 -0
- package/dist/types/components/_icon/icon-archive/icon-archive.d.ts +24 -0
- package/dist/types/components/_icon/icon-archive-outline/icon-archive-outline.d.ts +24 -0
- package/dist/types/components/_icon/icon-arrow-back/icon-arrow-back.d.ts +24 -0
- package/dist/types/components/_icon/icon-arrow-down/icon-arrow-down.d.ts +24 -0
- package/dist/types/components/_icon/icon-arrow-left/icon-arrow-left.d.ts +24 -0
- package/dist/types/components/_icon/icon-arrow-right/icon-arrow-right.d.ts +24 -0
- package/dist/types/components/_icon/icon-arrow-sign-in/icon-arrow-sign-in.d.ts +24 -0
- package/dist/types/components/_icon/icon-arrow-sign-out/icon-arrow-sign-out.d.ts +24 -0
- package/dist/types/components/_icon/icon-arrow-up/icon-arrow-up.d.ts +24 -0
- package/dist/types/components/_icon/icon-at/icon-at.d.ts +24 -0
- package/dist/types/components/_icon/icon-bars/icon-bars.d.ts +24 -0
- package/dist/types/components/_icon/icon-bell/icon-bell.d.ts +24 -0
- package/dist/types/components/_icon/icon-bell-filled/icon-bell-filled.d.ts +24 -0
- package/dist/types/components/_icon/icon-book/icon-book.d.ts +24 -0
- package/dist/types/components/_icon/icon-bookmark-outline/icon-bookmark-outline.d.ts +24 -0
- package/dist/types/components/_icon/icon-bookmark-solid/icon-bookmark-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-bubble/icon-bubble.d.ts +24 -0
- package/dist/types/components/_icon/icon-bubble-ellipsis/icon-bubble-ellipsis.d.ts +24 -0
- package/dist/types/components/_icon/icon-building-outline/icon-building-outline.d.ts +24 -0
- package/dist/types/components/_icon/icon-building-solid/icon-building-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-bullseye/icon-bullseye.d.ts +24 -0
- package/dist/types/components/_icon/icon-calculator-solid/icon-calculator-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-calendar/icon-calendar.d.ts +24 -0
- package/dist/types/components/_icon/icon-calendar-alt/icon-calendar-alt.d.ts +24 -0
- package/dist/types/components/_icon/icon-calendar-alt-alert/icon-calendar-alt-alert.d.ts +24 -0
- package/dist/types/components/_icon/icon-caret-circle-right/icon-caret-circle-right.d.ts +24 -0
- package/dist/types/components/_icon/icon-caret-down/icon-caret-down.d.ts +24 -0
- package/dist/types/components/_icon/icon-caret-left/icon-caret-left.d.ts +24 -0
- package/dist/types/components/_icon/icon-caret-right/icon-caret-right.d.ts +24 -0
- package/dist/types/components/_icon/icon-caret-up/icon-caret-up.d.ts +24 -0
- package/dist/types/components/_icon/icon-chart/icon-chart.d.ts +24 -0
- package/dist/types/components/_icon/icon-chat/icon-chat.d.ts +24 -0
- package/dist/types/components/_icon/icon-check/icon-check.d.ts +24 -0
- package/dist/types/components/_icon/icon-check-circle-reg-alt/icon-check-circle-reg-alt.d.ts +24 -0
- package/dist/types/components/_icon/icon-check-circle-solid/icon-check-circle-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-checklist/icon-checklist.d.ts +24 -0
- package/dist/types/components/_icon/icon-chevron-down/icon-chevron-down.d.ts +24 -0
- package/dist/types/components/_icon/icon-chevron-left/icon-chevron-left.d.ts +24 -0
- package/dist/types/components/_icon/icon-chevron-right/icon-chevron-right.d.ts +24 -0
- package/dist/types/components/_icon/icon-chevron-up/icon-chevron-up.d.ts +24 -0
- package/dist/types/components/_icon/icon-clock/icon-clock.d.ts +24 -0
- package/dist/types/components/_icon/icon-communication-play-solid/icon-communication-play-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-compress-alt/icon-compress-alt.d.ts +24 -0
- package/dist/types/components/_icon/icon-comunication-case/icon-comunication-case.d.ts +24 -0
- package/dist/types/components/_icon/icon-comunication-flag/icon-comunication-flag.d.ts +24 -0
- package/dist/types/components/_icon/icon-comunication-graduate/icon-comunication-graduate.d.ts +24 -0
- package/dist/types/components/_icon/icon-comunication-play/icon-comunication-play.d.ts +24 -0
- package/dist/types/components/_icon/icon-cooperation/icon-cooperation.d.ts +24 -0
- package/dist/types/components/_icon/icon-copy/icon-copy.d.ts +24 -0
- package/dist/types/components/_icon/icon-danger-outline/icon-danger-outline.d.ts +24 -0
- package/dist/types/components/_icon/icon-download/icon-download.d.ts +24 -0
- package/dist/types/components/_icon/icon-dxa/icon-dxa.d.ts +24 -0
- package/dist/types/components/_icon/icon-edit/icon-edit.d.ts +24 -0
- package/dist/types/components/_icon/icon-ellipsis/icon-ellipsis.d.ts +24 -0
- package/dist/types/components/_icon/icon-envelope/icon-envelope.d.ts +24 -0
- package/dist/types/components/_icon/icon-envelope-filled/icon-envelope-filled.d.ts +24 -0
- package/dist/types/components/_icon/icon-exclamation-circle-filled/icon-exclamation-circle-filled.d.ts +24 -0
- package/dist/types/components/_icon/icon-exclamation-triangle/icon-exclamation-triangle.d.ts +24 -0
- package/dist/types/components/_icon/icon-exclamation-triangle-filled/icon-exclamation-triangle-filled.d.ts +24 -0
- package/dist/types/components/_icon/icon-exclamation-triangle-warning/icon-exclamation-triangle-warning.d.ts +25 -0
- package/dist/types/components/_icon/icon-expand-alt/icon-expand-alt.d.ts +24 -0
- package/dist/types/components/_icon/icon-external-link-alt/icon-external-link-alt.d.ts +24 -0
- package/dist/types/components/_icon/icon-eye/icon-eye.d.ts +24 -0
- package/dist/types/components/_icon/icon-eye-slash/icon-eye-slash.d.ts +24 -0
- package/dist/types/components/_icon/icon-facebook-square/icon-facebook-square.d.ts +24 -0
- package/dist/types/components/_icon/icon-file-document/icon-file-document.d.ts +24 -0
- package/dist/types/components/_icon/icon-file-excel/icon-file-excel.d.ts +24 -0
- package/dist/types/components/_icon/icon-file-governing/icon-file-governing.d.ts +24 -0
- package/dist/types/components/_icon/icon-file-pdf/icon-file-pdf.d.ts +24 -0
- package/dist/types/components/_icon/icon-file-powerpoint/icon-file-powerpoint.d.ts +24 -0
- package/dist/types/components/_icon/icon-file-word/icon-file-word.d.ts +24 -0
- package/dist/types/components/_icon/icon-film/icon-film.d.ts +24 -0
- package/dist/types/components/_icon/icon-filter/icon-filter.d.ts +24 -0
- package/dist/types/components/_icon/icon-globe/icon-globe.d.ts +24 -0
- package/dist/types/components/_icon/icon-globe-filled/icon-globe-filled.d.ts +24 -0
- package/dist/types/components/_icon/icon-headphones/icon-headphones.d.ts +24 -0
- package/dist/types/components/_icon/icon-heart/icon-heart.d.ts +24 -0
- package/dist/types/components/_icon/icon-heart-solid/icon-heart-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-history/icon-history.d.ts +24 -0
- package/dist/types/components/_icon/icon-home/icon-home.d.ts +24 -0
- package/dist/types/components/_icon/icon-image/icon-image.d.ts +24 -0
- package/dist/types/components/_icon/icon-info-circle-solid/icon-info-circle-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-input-select-marker/icon-input-select-marker.d.ts +24 -0
- package/dist/types/components/_icon/icon-instagram/icon-instagram.d.ts +24 -0
- package/dist/types/components/_icon/icon-job-suggestion/icon-job-suggestion.d.ts +24 -0
- package/dist/types/components/_icon/icon-language/icon-language.d.ts +24 -0
- package/dist/types/components/_icon/icon-language-outline/icon-language-outline.d.ts +24 -0
- package/dist/types/components/_icon/icon-laptop-phone/icon-laptop-phone.d.ts +24 -0
- package/dist/types/components/_icon/icon-lattlast/icon-lattlast.d.ts +24 -0
- package/dist/types/components/_icon/icon-licence-bus/icon-licence-bus.d.ts +24 -0
- package/dist/types/components/_icon/icon-licence-car/icon-licence-car.d.ts +24 -0
- package/dist/types/components/_icon/icon-licence-motorcycle/icon-licence-motorcycle.d.ts +24 -0
- package/dist/types/components/_icon/icon-licence-truck/icon-licence-truck.d.ts +24 -0
- package/dist/types/components/_icon/icon-lightbulb/icon-lightbulb.d.ts +24 -0
- package/dist/types/components/_icon/icon-linkedin-in/icon-linkedin-in.d.ts +24 -0
- package/dist/types/components/_icon/icon-list-ul/icon-list-ul.d.ts +24 -0
- package/dist/types/components/_icon/icon-lock/icon-lock.d.ts +24 -0
- package/dist/types/components/_icon/icon-marker/icon-marker.d.ts +24 -0
- package/dist/types/components/_icon/icon-marker-filled/icon-marker-filled.d.ts +24 -0
- package/dist/types/components/_icon/icon-media-course/icon-media-course.d.ts +24 -0
- package/dist/types/components/_icon/icon-media-podcast/icon-media-podcast.d.ts +24 -0
- package/dist/types/components/_icon/icon-microphone/icon-microphone.d.ts +24 -0
- package/dist/types/components/_icon/icon-microphone-off/icon-microphone-off.d.ts +24 -0
- package/dist/types/components/_icon/icon-minus/icon-minus.d.ts +24 -0
- package/dist/types/components/_icon/icon-move/icon-move.d.ts +24 -0
- package/dist/types/components/_icon/icon-news/icon-news.d.ts +24 -0
- package/dist/types/components/_icon/icon-notification-error/icon-notification-error.d.ts +24 -0
- package/dist/types/components/_icon/icon-notification-info/icon-notification-info.d.ts +24 -0
- package/dist/types/components/_icon/icon-notification-succes/icon-notification-succes.d.ts +24 -0
- package/dist/types/components/_icon/icon-notification-warning/icon-notification-warning.d.ts +24 -0
- package/dist/types/components/_icon/icon-online-computervideo/icon-online-computervideo.d.ts +24 -0
- package/dist/types/components/_icon/icon-online-interview/icon-online-interview.d.ts +24 -0
- package/dist/types/components/_icon/icon-online-meeting/icon-online-meeting.d.ts +24 -0
- package/dist/types/components/_icon/icon-online-task/icon-online-task.d.ts +24 -0
- package/dist/types/components/_icon/icon-online-video/icon-online-video.d.ts +24 -0
- package/dist/types/components/_icon/icon-open-source/icon-open-source.d.ts +24 -0
- package/dist/types/components/_icon/icon-palette/icon-palette.d.ts +24 -0
- package/dist/types/components/_icon/icon-paperclip/icon-paperclip.d.ts +24 -0
- package/dist/types/components/_icon/icon-pen/icon-pen.d.ts +24 -0
- package/dist/types/components/_icon/icon-phone/icon-phone.d.ts +24 -0
- package/dist/types/components/_icon/icon-phone-hangup/icon-phone-hangup.d.ts +24 -0
- package/dist/types/components/_icon/icon-plus/icon-plus.d.ts +24 -0
- package/dist/types/components/_icon/icon-pod/icon-pod.d.ts +24 -0
- package/dist/types/components/_icon/icon-print/icon-print.d.ts +24 -0
- package/dist/types/components/_icon/icon-read/icon-read.d.ts +24 -0
- package/dist/types/components/_icon/icon-redo/icon-redo.d.ts +24 -0
- package/dist/types/components/_icon/icon-screensharing/icon-screensharing.d.ts +24 -0
- package/dist/types/components/_icon/icon-screensharing-off/icon-screensharing-off.d.ts +24 -0
- package/dist/types/components/_icon/icon-search/icon-search.d.ts +24 -0
- package/dist/types/components/_icon/icon-send-outline/icon-send-outline.d.ts +24 -0
- package/dist/types/components/_icon/icon-send-solid/icon-send-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-settings/icon-settings.d.ts +24 -0
- package/dist/types/components/_icon/icon-share-alt/icon-share-alt.d.ts +24 -0
- package/dist/types/components/_icon/icon-share-chain/icon-share-chain.d.ts +24 -0
- package/dist/types/components/_icon/icon-sign/icon-sign.d.ts +24 -0
- package/dist/types/components/_icon/icon-sliders-h/icon-sliders-h.d.ts +24 -0
- package/dist/types/components/_icon/icon-sokkandidat/icon-sokkandidat.d.ts +24 -0
- package/dist/types/components/_icon/icon-sort/icon-sort.d.ts +24 -0
- package/dist/types/components/_icon/icon-sort-down/icon-sort-down.d.ts +24 -0
- package/dist/types/components/_icon/icon-sort-up/icon-sort-up.d.ts +24 -0
- package/dist/types/components/_icon/icon-spinner/icon-spinner.d.ts +25 -0
- package/dist/types/components/_icon/icon-star/icon-star.d.ts +24 -0
- package/dist/types/components/_icon/icon-star-reg/icon-star-reg.d.ts +24 -0
- package/dist/types/components/_icon/icon-suitcase-outline/icon-suitcase-outline.d.ts +24 -0
- package/dist/types/components/_icon/icon-suitcase-solid/icon-suitcase-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-system-assistance/icon-system-assistance.d.ts +24 -0
- package/dist/types/components/_icon/icon-table/icon-table.d.ts +24 -0
- package/dist/types/components/_icon/icon-table-column/icon-table-column.d.ts +24 -0
- package/dist/types/components/_icon/icon-table-row/icon-table-row.d.ts +24 -0
- package/dist/types/components/_icon/icon-task-done/icon-task-done.d.ts +24 -0
- package/dist/types/components/_icon/icon-toggle-off/icon-toggle-off.d.ts +24 -0
- package/dist/types/components/_icon/icon-toggle-on/icon-toggle-on.d.ts +24 -0
- package/dist/types/components/_icon/icon-trash/icon-trash.d.ts +24 -0
- package/dist/types/components/_icon/icon-twitter/icon-twitter.d.ts +24 -0
- package/dist/types/components/_icon/icon-tyck-till/icon-tyck-till.d.ts +24 -0
- package/dist/types/components/_icon/icon-unlock/icon-unlock.d.ts +24 -0
- package/dist/types/components/_icon/icon-update/icon-update.d.ts +24 -0
- package/dist/types/components/_icon/icon-upload/icon-upload.d.ts +24 -0
- package/dist/types/components/_icon/icon-user-alt/icon-user-alt.d.ts +24 -0
- package/dist/types/components/_icon/icon-users-solid/icon-users-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-validation-error/icon-validation-error.d.ts +24 -0
- package/dist/types/components/_icon/icon-validation-success/icon-validation-success.d.ts +24 -0
- package/dist/types/components/_icon/icon-validation-warning/icon-validation-warning.d.ts +24 -0
- package/dist/types/components/_icon/icon-videocamera/icon-videocamera.d.ts +24 -0
- package/dist/types/components/_icon/icon-videocamera-off/icon-videocamera-off.d.ts +24 -0
- package/dist/types/components/_icon/icon-volume/icon-volume.d.ts +24 -0
- package/dist/types/components/_icon/icon-web-tv/icon-web-tv.d.ts +24 -0
- package/dist/types/components/_icon/icon-webinar/icon-webinar.d.ts +24 -0
- package/dist/types/components/_icon/icon-wifi-signal0/icon-wifi-signal0.d.ts +24 -0
- package/dist/types/components/_icon/icon-wifi-signal1/icon-wifi-signal1.d.ts +24 -0
- package/dist/types/components/_icon/icon-wifi-signal2/icon-wifi-signal2.d.ts +24 -0
- package/dist/types/components/_icon/icon-wifi-signal3/icon-wifi-signal3.d.ts +24 -0
- package/dist/types/components/_icon/icon-window/icon-window.d.ts +24 -0
- package/dist/types/components/_icon/icon-x/icon-x.d.ts +24 -0
- package/dist/types/components/_icon/icon-x-button/icon-x-button.d.ts +24 -0
- package/dist/types/components/_icon/icon-x-button-outline/icon-x-button-outline.d.ts +24 -0
- package/dist/types/components/_icon/icon-youtube/icon-youtube.d.ts +24 -0
- package/dist/types/components/_info-card/info-card/info-card-border-position.enum.d.ts +4 -0
- package/dist/types/components/_info-card/info-card/info-card-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_info-card/info-card/info-card-size.enum.d.ts +3 -0
- package/dist/types/components/_info-card/info-card/info-card-type.enum.d.ts +4 -0
- package/dist/types/components/_info-card/info-card/info-card-variation.enum.d.ts +4 -0
- package/dist/types/components/_info-card/info-card/info-card.d.ts +91 -0
- package/dist/types/components/_info-card/info-card-multi/info-card-multi-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_info-card/info-card-multi/info-card-multi-type.enum.d.ts +5 -0
- package/dist/types/components/_info-card/info-card-multi/info-card-multi-variation.enum.d.ts +4 -0
- package/dist/types/components/_info-card/info-card-multi/info-card-multi.d.ts +76 -0
- package/dist/types/components/_info-card/info-card-multi-container/info-card-multi-container-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_info-card/info-card-multi-container/info-card-multi-container.d.ts +20 -0
- package/dist/types/components/_layout/layout-block/layout-block-container.enum.d.ts +5 -0
- package/dist/types/components/_layout/layout-block/layout-block-variation.enum.d.ts +8 -0
- package/dist/types/components/_layout/layout-block/layout-block.d.ts +48 -0
- package/dist/types/components/_layout/layout-columns/layout-columns-column-gap.enum.d.ts +4 -0
- package/dist/types/components/_layout/layout-columns/layout-columns-element.enum.d.ts +5 -0
- package/dist/types/components/_layout/layout-columns/layout-columns-variation.enum.d.ts +7 -0
- package/dist/types/components/_layout/layout-columns/layout-columns.d.ts +35 -0
- package/dist/types/components/_layout/layout-container/layout-container-max-width.enum.d.ts +4 -0
- package/dist/types/components/_layout/layout-container/layout-container-variation.enum.d.ts +5 -0
- package/dist/types/components/_layout/layout-container/layout-container.d.ts +64 -0
- package/dist/types/components/_layout/layout-media-object/layout-media-object-alignment.enum.d.ts +6 -0
- package/dist/types/components/_layout/layout-media-object/layout-media-object.d.ts +19 -0
- package/dist/types/components/_link/link/link-variation.enum.d.ts +4 -0
- package/dist/types/components/_link/link/link.d.ts +88 -0
- package/dist/types/components/_link/link-button/link-button-size.enum.d.ts +5 -0
- package/dist/types/components/_link/link-button/link-button-variation.enum.d.ts +6 -0
- package/dist/types/components/_link/link-button/link-button.d.ts +75 -0
- package/dist/types/components/_link/link-external/link-external-variation.enum.d.ts +4 -0
- package/dist/types/components/_link/link-external/link-external.d.ts +54 -0
- package/dist/types/components/_link/link-internal/link-internal-variation.enum.d.ts +4 -0
- package/dist/types/components/_link/link-internal/link-internal.d.ts +60 -0
- package/dist/types/components/_list/list/list-type.enum.d.ts +5 -0
- package/dist/types/components/_list/list/list.d.ts +30 -0
- package/dist/types/components/_loader/loader-skeleton/loader-skeleton-variation.enum.d.ts +8 -0
- package/dist/types/components/_loader/loader-skeleton/loader-skeleton.d.ts +31 -0
- package/dist/types/components/_loader/loader-spinner/loader-spinner-size.enum.d.ts +5 -0
- package/dist/types/components/_loader/loader-spinner/loader-spinner.d.ts +26 -0
- package/dist/types/components/_logo/logo/logo-color.enum.d.ts +4 -0
- package/dist/types/components/_logo/logo/logo-variation.enum.d.ts +4 -0
- package/dist/types/components/_logo/logo/logo.d.ts +56 -0
- package/dist/types/components/_media/media-figure/media-figure-alignment.enum.d.ts +5 -0
- package/dist/types/components/_media/media-figure/media-figure.d.ts +25 -0
- package/dist/types/components/_media/media-image/media-image.d.ts +90 -0
- package/dist/types/components/_navigation/navigation-breadcrumbs/navigation-breadcrumbs.d.ts +37 -0
- package/dist/types/components/_navigation/navigation-context-menu/navigation-context-menu.d.ts +64 -0
- package/dist/types/components/_navigation/navigation-context-menu/navigation-context-menu.types.d.ts +11 -0
- package/dist/types/components/_navigation/navigation-context-menu-item-legacy/navigation-context-menu-item-type.enum.d.ts +4 -0
- package/dist/types/components/_navigation/navigation-context-menu-item-legacy/navigation-context-menu-item.d.ts +37 -0
- package/dist/types/components/_navigation/navigation-context-menu-legacy/navigation-context-menu-horizontal-position.enum.d.ts +4 -0
- package/dist/types/components/_navigation/navigation-context-menu-legacy/navigation-context-menu.d.ts +109 -0
- package/dist/types/components/_navigation/navigation-context-menu-legacy/navigation-context-menu.interface.d.ts +9 -0
- package/dist/types/components/_navigation/navigation-dropdown/navigation-dropdown.d.ts +44 -0
- package/dist/types/components/_navigation/navigation-dropdown/navigation-dropdown.types.d.ts +18 -0
- package/dist/types/components/_navigation/navigation-pagination/navigation-pagination.d.ts +82 -0
- package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-close-button-position.enum.d.ts +4 -0
- package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-mobile-position.enum.d.ts +4 -0
- package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-mobile-variation.enum.d.ts +4 -0
- package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-position.enum.d.ts +4 -0
- package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-variation.enum.d.ts +5 -0
- package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar.d.ts +192 -0
- package/dist/types/components/_navigation/navigation-sidebar-button/navigation-sidebar-button.d.ts +29 -0
- package/dist/types/components/_navigation/navigation-tablist/navigation-tablist.d.ts +81 -0
- package/dist/types/components/_navigation/navigation-tablist/navigation-tablist.types.d.ts +15 -0
- package/dist/types/components/_navigation/navigation-tablist-panel/tablist-panel.d.ts +11 -0
- package/dist/types/components/_navigation/navigation-vertical-menu/navigation-vertical-menu-active-indicator-size.enum.d.ts +4 -0
- package/dist/types/components/_navigation/navigation-vertical-menu/navigation-vertical-menu-variation.enum.d.ts +4 -0
- package/dist/types/components/_navigation/navigation-vertical-menu/navigation-vertical-menu.d.ts +59 -0
- package/dist/types/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.d.ts +88 -0
- package/dist/types/components/_notification/notification-alert/notification-alert-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_notification/notification-alert/notification-alert-size.enum.d.ts +5 -0
- package/dist/types/components/_notification/notification-alert/notification-alert-variation.enum.d.ts +6 -0
- package/dist/types/components/_notification/notification-alert/notification-alert.d.ts +76 -0
- package/dist/types/components/_notification/notification-error-page/illustrations/illustrations.d.ts +24 -0
- package/dist/types/components/_notification/notification-error-page/illustrations/types.d.ts +1 -0
- package/dist/types/components/_notification/notification-error-page/notification-error-page-httpstatus.enum.d.ts +9 -0
- package/dist/types/components/_notification/notification-error-page/notification-error-page.d.ts +44 -0
- package/dist/types/components/_progress/progress-circle/progress-circle-role.enum.d.ts +4 -0
- package/dist/types/components/_progress/progress-circle/progress-circle.d.ts +94 -0
- package/dist/types/components/_progress/progress-indicator/progress-indicator-role.enum.d.ts +4 -0
- package/dist/types/components/_progress/progress-indicator/progress-indicator-variation.enum.d.ts +4 -0
- package/dist/types/components/_progress/progress-indicator/progress-indicator.d.ts +107 -0
- package/dist/types/components/_progress/progress-list/progress-list-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_progress/progress-list/progress-list-status.enum.d.ts +5 -0
- package/dist/types/components/_progress/progress-list/progress-list-type.enum.d.ts +4 -0
- package/dist/types/components/_progress/progress-list/progress-list-variation.enum.d.ts +5 -0
- package/dist/types/components/_progress/progress-list/progress-list.d.ts +79 -0
- package/dist/types/components/_progress/progress-list-item/progress-list-item-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_progress/progress-list-item/progress-list-item-status.enum.d.ts +5 -0
- package/dist/types/components/_progress/progress-list-item/progress-list-item-type.enum.d.ts +4 -0
- package/dist/types/components/_progress/progress-list-item/progress-list-item-variation.enum.d.ts +5 -0
- package/dist/types/components/_progress/progress-list-item/progress-list-item.d.ts +91 -0
- package/dist/types/components/_progress/progressbar/progressbar-role.enum.d.ts +4 -0
- package/dist/types/components/_progress/progressbar/progressbar-variation.enum.d.ts +4 -0
- package/dist/types/components/_progress/progressbar/progressbar.d.ts +72 -0
- package/dist/types/components/_quote/quote/quote-image-inner-position.enum.d.ts +5 -0
- package/dist/types/components/_quote/quote/quote-image-position.enum.d.ts +6 -0
- package/dist/types/components/_quote/quote/quote-type.enum.d.ts +4 -0
- package/dist/types/components/_quote/quote/quote-variation.enum.d.ts +6 -0
- package/dist/types/components/_quote/quote/quote.d.ts +74 -0
- package/dist/types/components/_quote/quote-multi-container/quote-multi-container-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_quote/quote-multi-container/quote-multi-container.d.ts +25 -0
- package/dist/types/components/_quote/quote-single/quote-single-variation.enum.d.ts +5 -0
- package/dist/types/components/_quote/quote-single/quote.d.ts +40 -0
- package/dist/types/components/_table/table/table-size.enum.d.ts +4 -0
- package/dist/types/components/_table/table/table-variation.enum.d.ts +5 -0
- package/dist/types/components/_table/table/table.d.ts +33 -0
- package/dist/types/components/_tag/tag/tag-size.enum.d.ts +5 -0
- package/dist/types/components/_tag/tag/tag.d.ts +35 -0
- package/dist/types/components/_tag/tag-media/tag-media-icon.enum.d.ts +8 -0
- package/dist/types/components/_tag/tag-media/tag-media.d.ts +23 -0
- package/dist/types/components/_tools/tools-feedback/tools-feedback-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_tools/tools-feedback/tools-feedback-type.enum.d.ts +4 -0
- package/dist/types/components/_tools/tools-feedback/tools-feedback-variation.enum.d.ts +4 -0
- package/dist/types/components/_tools/tools-feedback/tools-feedback.d.ts +93 -0
- package/dist/types/components/_tools/tools-feedback-banner/tools-feedback-banner-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_tools/tools-feedback-banner/tools-feedback-banner-type.enum.d.ts +4 -0
- package/dist/types/components/_tools/tools-feedback-banner/tools-feedback-banner.d.ts +64 -0
- package/dist/types/components/_tools/tools-feedback-rating/tools-feedback-rating-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_tools/tools-feedback-rating/tools-feedback-rating-type.enum.d.ts +5 -0
- package/dist/types/components/_tools/tools-feedback-rating/tools-feedback-rating-variation.enum.d.ts +5 -0
- package/dist/types/components/_tools/tools-feedback-rating/tools-feedback-rating.d.ts +186 -0
- package/dist/types/components/_tools/tools-languagepicker/tools-languagepicker.d.ts +117 -0
- package/dist/types/components/_typography/typography/typography-variation.enum.d.ts +4 -0
- package/dist/types/components/_typography/typography/typography.d.ts +25 -0
- package/dist/types/components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum.d.ts +8 -0
- package/dist/types/components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum.d.ts +4 -0
- package/dist/types/components/_typography/typography-heading-jumbo/typography-heading-jumbo.d.ts +36 -0
- package/dist/types/components/_typography/typography-meta/typography-meta-variation.enum.d.ts +4 -0
- package/dist/types/components/_typography/typography-meta/typography-meta.d.ts +19 -0
- package/dist/types/components/_typography/typography-preamble/typography-preamble.d.ts +7 -0
- package/dist/types/components/_typography/typography-time/typography-time-variation.enum.d.ts +5 -0
- package/dist/types/components/_typography/typography-time/typography-time.d.ts +30 -0
- package/dist/types/components/_util/util-breakpoint-observer/util-breakpoint-observer-breakpoints.enum.d.ts +6 -0
- package/dist/types/components/_util/util-breakpoint-observer/util-breakpoint-observer.d.ts +41 -0
- package/dist/types/components/_util/util-detect-click-outside/util-detect-click-outside.d.ts +27 -0
- package/dist/types/components/_util/util-detect-focus-outside/util-detect-focus-outside.d.ts +28 -0
- package/dist/types/components/_util/util-intersection-observer/util-intersection-observer.d.ts +46 -0
- package/dist/types/components/_util/util-keydown-handler/util-keydown-handler.d.ts +70 -0
- package/dist/types/components/_util/util-keyup-handler/util-keyup-handler.d.ts +70 -0
- package/dist/types/components/_util/util-mutation-observer/util-mutation-observer.d.ts +34 -0
- package/dist/types/components/_util/util-resize-observer/util-resize-observer.d.ts +21 -0
- package/dist/types/components.d.ts +21361 -0
- package/dist/types/enums.d.ts +138 -0
- package/dist/types/global/icon/icon.d.ts +184 -0
- package/dist/types/global/icon/types.d.ts +1 -0
- package/dist/types/global/utils/detectClickOutside/detectClickOutside.util.d.ts +1 -0
- package/dist/types/global/utils/detectClickOutside/index.d.ts +1 -0
- package/dist/types/global/utils/detectClosest/detectClosest.util.d.ts +1 -0
- package/dist/types/global/utils/detectClosest/index.d.ts +1 -0
- package/dist/types/global/utils/detectFocusOutside/detectFocusOutside.util.d.ts +1 -0
- package/dist/types/global/utils/detectFocusOutside/index.d.ts +1 -0
- package/dist/types/global/utils/keyboardHandler/index.d.ts +2 -0
- package/dist/types/global/utils/keyboardHandler/keyCode.enum.d.ts +15 -0
- package/dist/types/global/utils/keyboardHandler/keyboardHandler.util.d.ts +2 -0
- package/dist/types/global/utils/logger/LoggerSource.enum.d.ts +4 -0
- package/dist/types/global/utils/logger/LoggerType.enum.d.ts +6 -0
- package/dist/types/global/utils/logger/index.d.ts +3 -0
- package/dist/types/global/utils/logger/logger.util.d.ts +9 -0
- package/dist/types/global/utils/randomIdGenerator/index.d.ts +1 -0
- package/dist/types/global/utils/randomIdGenerator/randomIdGenerator.util.d.ts +1 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/interfaces.d.ts +8 -0
- package/dist/types/stencil-public-runtime.d.ts +1680 -0
- package/dist/types/text/index.d.ts +1 -0
- package/dist/types/text/locale/sv/text.d.ts +83 -0
- package/hydrate/index.d.ts +242 -0
- package/hydrate/index.js +53500 -0
- package/hydrate/index.mjs +53492 -0
- package/hydrate/package.json +12 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/loader/package.json +11 -0
- package/package.json +40 -0
|
@@ -0,0 +1,1480 @@
|
|
|
1
|
+
import { r as registerInstance, h, H as Host, g as getElement } from './index-8e318bb2.js';
|
|
2
|
+
import { o as ordinal, i as initRange, r as range, s as select, a as axisLeft, l as linear, b as axisBottom, p as polyInOut, c as interpolate, m as max, d as min, e as linear$1 } from './linear-ef018ffb.js';
|
|
3
|
+
import { _ as _t } from './text-ee5498fa.js';
|
|
4
|
+
import { r as randomIdGenerator } from './randomIdGenerator.util-56406f2e.js';
|
|
5
|
+
import { B as BarChartVariation } from './bar-chart-variation.enum-97c0b47f.js';
|
|
6
|
+
|
|
7
|
+
function band() {
|
|
8
|
+
var scale = ordinal().unknown(undefined),
|
|
9
|
+
domain = scale.domain,
|
|
10
|
+
ordinalRange = scale.range,
|
|
11
|
+
r0 = 0,
|
|
12
|
+
r1 = 1,
|
|
13
|
+
step,
|
|
14
|
+
bandwidth,
|
|
15
|
+
round = false,
|
|
16
|
+
paddingInner = 0,
|
|
17
|
+
paddingOuter = 0,
|
|
18
|
+
align = 0.5;
|
|
19
|
+
|
|
20
|
+
delete scale.unknown;
|
|
21
|
+
|
|
22
|
+
function rescale() {
|
|
23
|
+
var n = domain().length,
|
|
24
|
+
reverse = r1 < r0,
|
|
25
|
+
start = reverse ? r1 : r0,
|
|
26
|
+
stop = reverse ? r0 : r1;
|
|
27
|
+
step = (stop - start) / Math.max(1, n - paddingInner + paddingOuter * 2);
|
|
28
|
+
if (round) step = Math.floor(step);
|
|
29
|
+
start += (stop - start - step * (n - paddingInner)) * align;
|
|
30
|
+
bandwidth = step * (1 - paddingInner);
|
|
31
|
+
if (round) start = Math.round(start), bandwidth = Math.round(bandwidth);
|
|
32
|
+
var values = range(n).map(function(i) { return start + step * i; });
|
|
33
|
+
return ordinalRange(reverse ? values.reverse() : values);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
scale.domain = function(_) {
|
|
37
|
+
return arguments.length ? (domain(_), rescale()) : domain();
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
scale.range = function(_) {
|
|
41
|
+
return arguments.length ? ([r0, r1] = _, r0 = +r0, r1 = +r1, rescale()) : [r0, r1];
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
scale.rangeRound = function(_) {
|
|
45
|
+
return [r0, r1] = _, r0 = +r0, r1 = +r1, round = true, rescale();
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
scale.bandwidth = function() {
|
|
49
|
+
return bandwidth;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
scale.step = function() {
|
|
53
|
+
return step;
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
scale.round = function(_) {
|
|
57
|
+
return arguments.length ? (round = !!_, rescale()) : round;
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
scale.padding = function(_) {
|
|
61
|
+
return arguments.length ? (paddingInner = Math.min(1, paddingOuter = +_), rescale()) : paddingInner;
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
scale.paddingInner = function(_) {
|
|
65
|
+
return arguments.length ? (paddingInner = Math.min(1, _), rescale()) : paddingInner;
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
scale.paddingOuter = function(_) {
|
|
69
|
+
return arguments.length ? (paddingOuter = +_, rescale()) : paddingOuter;
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
scale.align = function(_) {
|
|
73
|
+
return arguments.length ? (align = Math.max(0, Math.min(1, _)), rescale()) : align;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
scale.copy = function() {
|
|
77
|
+
return band(domain(), [r0, r1])
|
|
78
|
+
.round(round)
|
|
79
|
+
.paddingInner(paddingInner)
|
|
80
|
+
.paddingOuter(paddingOuter)
|
|
81
|
+
.align(align);
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
return initRange.apply(rescale(), arguments);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
const barChartCss = ".sc-digi-bar-chart-h .digi-bar-chart.sc-digi-bar-chart{font-family:var(--digi--global--typography--font-family--default)}.sc-digi-bar-chart-h .chartTitle.sc-digi-bar-chart{--digi--typography--h2--margin:0.5rem;--digi--typography--h3--margin:0.5rem;--digi--typography--h4--margin:0.5rem;--digi--typography--h5--margin:0.5rem;--digi--typography--h6--margin:0.5rem;display:flex;justify-content:flex-start;flex-direction:column;align-items:left;text-align:left;padding-bottom:1rem;margin-right:0.5rem;flex-grow:2}.sc-digi-bar-chart-h .buttonWrapper.sc-digi-bar-chart{--digi--button--padding--medium:4px 4px 0.8125rem 0}.sc-digi-bar-chart-h .chartTooltip.sc-digi-bar-chart{box-sizing:border-box;position:absolute;background-color:rgba(250, 250, 250, 0.98);color:black;padding:5px 10px;padding-right:5px;border-radius:4px;display:flex;flex-direction:row;align-items:flex-start;box-shadow:rgba(60, 64, 67, 0.4) 0px 1px 2px 0px, rgba(60, 64, 67, 0.2) 0px 2px 6px 2px;font-size:0.875rem;display:none}.sc-digi-bar-chart-h .close.sc-digi-bar-chart{--digi--icon--color:black;cursor:pointer;margin-top:-5px}.sc-digi-bar-chart-h .legend.sc-digi-bar-chart::-webkit-scrollbar,.sc-digi-bar-chart-h .table.sc-digi-bar-chart::-webkit-scrollbar{height:10px;width:10px}.sc-digi-bar-chart-h .legend.sc-digi-bar-chart::-webkit-scrollbar-track,.sc-digi-bar-chart-h .table.sc-digi-bar-chart::-webkit-scrollbar-track{background:whitesmoke;border-radius:4px}.sc-digi-bar-chart-h .legend.sc-digi-bar-chart::-webkit-scrollbar-thumb,.sc-digi-bar-chart-h .table.sc-digi-bar-chart::-webkit-scrollbar-thumb{background-color:lightgray;border-radius:4px;border:0}.sc-digi-bar-chart-h .scChartStatus.sc-digi-bar-chart{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sc-digi-bar-chart-h .table.sc-digi-bar-chart{display:none;overflow-y:scroll;height:fit-content;border-radius:4px;padding:0.25rem;background:linear-gradient(white 30%, rgba(255, 255, 255, 0)) center top, linear-gradient(rgba(255, 255, 255, 0), white 70%) center bottom, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center bottom;background-repeat:no-repeat;background-size:100% 40px, 100% 40px, 100% 14px, 100% 14px;background-attachment:local, local, scroll, scroll}.sc-digi-bar-chart-h .topWrapper.sc-digi-bar-chart{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}";
|
|
88
|
+
const DigiBarChartStyle0 = barChartCss;
|
|
89
|
+
|
|
90
|
+
const barChart = class {
|
|
91
|
+
constructor(hostRef) {
|
|
92
|
+
registerInstance(this, hostRef);
|
|
93
|
+
// States
|
|
94
|
+
this._loading = false;
|
|
95
|
+
this._placeholderTicks = ['0', '1', '2', '3', '4', '5', '6', '7'];
|
|
96
|
+
this._dims = {};
|
|
97
|
+
this._margin = {
|
|
98
|
+
bottom: 0,
|
|
99
|
+
top: 6,
|
|
100
|
+
left: 5,
|
|
101
|
+
right: 15,
|
|
102
|
+
ellipsis: false
|
|
103
|
+
};
|
|
104
|
+
this.tickPadding = 8;
|
|
105
|
+
this.yTickSize = 0;
|
|
106
|
+
this.xTickSize = 5;
|
|
107
|
+
// Width of the largets X-tick-value
|
|
108
|
+
this._tickWidth = 1;
|
|
109
|
+
// Transition
|
|
110
|
+
this.defaultDuration = 400;
|
|
111
|
+
// Text and formats
|
|
112
|
+
this.fontSize = '0.875rem';
|
|
113
|
+
// Observer for watching size changes when in line chart mode
|
|
114
|
+
this.barChartObserver = new ResizeObserver((entries) => {
|
|
115
|
+
entries.forEach(() => {
|
|
116
|
+
if (this._loading)
|
|
117
|
+
return this.loadingResize();
|
|
118
|
+
this.resize();
|
|
119
|
+
});
|
|
120
|
+
});
|
|
121
|
+
// Observer for watching size changes when in table mode
|
|
122
|
+
this.tableObserver = new ResizeObserver((entries) => {
|
|
123
|
+
entries.forEach(() => {
|
|
124
|
+
select(this._legendDiv).style('width', this._dims.width + 'px');
|
|
125
|
+
this.resizeTable();
|
|
126
|
+
});
|
|
127
|
+
});
|
|
128
|
+
// Resizing chart while loading
|
|
129
|
+
this.loadingResize = () => {
|
|
130
|
+
const newHeight = this.setDims();
|
|
131
|
+
this.setMargins(true);
|
|
132
|
+
this._svg.attr('width', this._dims.width).attr('height', this._dims.height);
|
|
133
|
+
this._barChartContainer.attr('transform', `translate(${this._margin.left + this.tickPadding + this.yTickSize},0)`);
|
|
134
|
+
this._margin.right =
|
|
135
|
+
this.getTextSize(this._xScale.domain()[1].toLocaleString()) / 2 +
|
|
136
|
+
this.yTickSize +
|
|
137
|
+
this.tickPadding;
|
|
138
|
+
// If there is a new height
|
|
139
|
+
if (newHeight) {
|
|
140
|
+
// Update y-axis with potentially new height (might want to do a check here)
|
|
141
|
+
this.afVariation === BarChartVariation.Horizontal
|
|
142
|
+
? this._yScale.range([
|
|
143
|
+
this._margin.top,
|
|
144
|
+
this._dims.height - this._margin.bottom
|
|
145
|
+
])
|
|
146
|
+
: this._yScale.range([
|
|
147
|
+
this._dims.height - this._margin.bottom,
|
|
148
|
+
this._margin.top
|
|
149
|
+
]);
|
|
150
|
+
this._xAxisHandle.attr('transform', `translate(0,${this._dims.height - this._margin.bottom})`);
|
|
151
|
+
}
|
|
152
|
+
// Update x-axis with new width
|
|
153
|
+
this._xScale.range([
|
|
154
|
+
0,
|
|
155
|
+
this._dims.width - this._margin.right - this._margin.left
|
|
156
|
+
]);
|
|
157
|
+
this._barSelection
|
|
158
|
+
.attr('x', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
159
|
+
? 2
|
|
160
|
+
: this._xScale(d.key))
|
|
161
|
+
.attr('width', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
162
|
+
? this._xScale(d.value)
|
|
163
|
+
: this._xScale.bandwidth());
|
|
164
|
+
this.setValueTicks();
|
|
165
|
+
};
|
|
166
|
+
// Adding click listener for tool tip text
|
|
167
|
+
this.setTickInteraction = () => {
|
|
168
|
+
if (this.afVariation === BarChartVariation.Horizontal) {
|
|
169
|
+
this._yAxisHandle
|
|
170
|
+
.selectAll('text')
|
|
171
|
+
.style('cursor', 'pointer')
|
|
172
|
+
.on('click', this.openTooltip)
|
|
173
|
+
.on('mouseenter', this.hover)
|
|
174
|
+
.on('mouseleave', this.hoverOut);
|
|
175
|
+
}
|
|
176
|
+
else {
|
|
177
|
+
this._xAxisHandle
|
|
178
|
+
.selectAll('text')
|
|
179
|
+
.style('cursor', 'pointer')
|
|
180
|
+
.on('click', this.openTooltip)
|
|
181
|
+
.on('mouseenter', this.hover)
|
|
182
|
+
.on('mouseleave', this.hoverOut);
|
|
183
|
+
}
|
|
184
|
+
};
|
|
185
|
+
// Setting Y-scale
|
|
186
|
+
this.setYScale = (empty) => {
|
|
187
|
+
var _a;
|
|
188
|
+
if (this.afVariation == BarChartVariation.Horizontal) {
|
|
189
|
+
this._yScale = band(empty
|
|
190
|
+
? ['0', '1', '2', '3', '4', '5', '6', '7']
|
|
191
|
+
: this._chartData.data.xValueNames, [this._margin.top, this._dims.height - this._margin.bottom])
|
|
192
|
+
.paddingOuter(0.1)
|
|
193
|
+
.paddingInner(0.1);
|
|
194
|
+
this._yAxis = axisLeft(this._yScale);
|
|
195
|
+
}
|
|
196
|
+
else {
|
|
197
|
+
this._yScale = linear()
|
|
198
|
+
.domain(empty ? [0, 10] : [this._minVal, this._maxVal])
|
|
199
|
+
.nice(((_a = this._chartData.meta) === null || _a === void 0 ? void 0 : _a.numberOfReferenceLines)
|
|
200
|
+
? this._chartData.meta.numberOfReferenceLines
|
|
201
|
+
: 3);
|
|
202
|
+
this._yScale.range([
|
|
203
|
+
this._dims.height - this._margin.bottom,
|
|
204
|
+
this._margin.top
|
|
205
|
+
]);
|
|
206
|
+
this._yAxis = axisLeft(this._yScale);
|
|
207
|
+
}
|
|
208
|
+
};
|
|
209
|
+
// Setting X-Scale
|
|
210
|
+
this.setXScale = (empty) => {
|
|
211
|
+
// Horizontal
|
|
212
|
+
if (this.afVariation == BarChartVariation.Horizontal) {
|
|
213
|
+
this._xScale = linear()
|
|
214
|
+
.domain(empty ? [0, 10] : [this._minVal, this._maxVal])
|
|
215
|
+
.nice(3);
|
|
216
|
+
this._margin.right =
|
|
217
|
+
this.getTextSize(this._xScale.domain()[1].toLocaleString()) / 2 +
|
|
218
|
+
this.yTickSize +
|
|
219
|
+
this.tickPadding;
|
|
220
|
+
this._xScale.range([
|
|
221
|
+
0,
|
|
222
|
+
this._dims.width - this._margin.right - this._margin.left
|
|
223
|
+
]);
|
|
224
|
+
// Initializing actual axis
|
|
225
|
+
this._xAxis = axisBottom(this._xScale);
|
|
226
|
+
this._tickWidth = this.getLargestText(this._xScale.ticks().map((tick) => tick.toLocaleString()));
|
|
227
|
+
}
|
|
228
|
+
else {
|
|
229
|
+
// Vertical
|
|
230
|
+
this._xScale = band()
|
|
231
|
+
.domain(empty ? this._placeholderTicks : this._chartData.data.xValueNames)
|
|
232
|
+
.range([0, this._dims.width - this._margin.right - this._margin.left])
|
|
233
|
+
.paddingOuter(0.1)
|
|
234
|
+
.paddingInner(0.1);
|
|
235
|
+
this._xAxis = axisBottom(this._xScale);
|
|
236
|
+
}
|
|
237
|
+
};
|
|
238
|
+
// Stores all tick text sizes in an indexable array
|
|
239
|
+
this.tickSizes = () => {
|
|
240
|
+
// Initializing tick size array
|
|
241
|
+
this._namedTickSizes = [];
|
|
242
|
+
this._ellipsisSize = this.getTextSize('...');
|
|
243
|
+
for (let i = 0; i < this._chartData.data.xValueNames.length; i++) {
|
|
244
|
+
this._namedTickSizes.push(Math.ceil(this.getTextSize(this._chartData.data.xValueNames[i])));
|
|
245
|
+
}
|
|
246
|
+
};
|
|
247
|
+
this.updateBars = (fromLoading) => {
|
|
248
|
+
this._barChartContainer
|
|
249
|
+
.selectAll('.barGroup')
|
|
250
|
+
.data(this.reshapeData)
|
|
251
|
+
.join((enter) => {
|
|
252
|
+
var _a;
|
|
253
|
+
const tempSelection = enter
|
|
254
|
+
.append('g')
|
|
255
|
+
.attr('class', 'barGroup')
|
|
256
|
+
.attr('id', (d) => 'barGroup' + d.key.replace(/[^A-Z0-9]+/gi, '_'));
|
|
257
|
+
tempSelection
|
|
258
|
+
.append('rect')
|
|
259
|
+
.attr('class', 'bar')
|
|
260
|
+
.style('cursor', 'pointer')
|
|
261
|
+
.attr('ry', 4)
|
|
262
|
+
.attr('rx', 4)
|
|
263
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
264
|
+
? this._yScale(d.key)
|
|
265
|
+
: this._dims.height - this._margin.bottom)
|
|
266
|
+
.attr('x', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
267
|
+
? 2
|
|
268
|
+
: this._xScale(d.key))
|
|
269
|
+
.attr('width', () => this.afVariation === BarChartVariation.Horizontal
|
|
270
|
+
? 0
|
|
271
|
+
: this._xScale.bandwidth())
|
|
272
|
+
.attr('height', () => this.afVariation === BarChartVariation.Horizontal
|
|
273
|
+
? this._yScale.bandwidth()
|
|
274
|
+
: 0)
|
|
275
|
+
.on('mouseenter', this.hover)
|
|
276
|
+
.on('mouseleave', this.hoverOut)
|
|
277
|
+
.on('click', this.openTooltip)
|
|
278
|
+
.transition()
|
|
279
|
+
.duration(this.defaultDuration)
|
|
280
|
+
.ease(polyInOut)
|
|
281
|
+
.attr('width', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
282
|
+
? this._xScale(d.value)
|
|
283
|
+
: this._xScale.bandwidth())
|
|
284
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
285
|
+
? this._yScale(d.key)
|
|
286
|
+
: this._yScale(d.value))
|
|
287
|
+
.attr('height', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
288
|
+
? this._yScale.bandwidth()
|
|
289
|
+
: this._dims.height -
|
|
290
|
+
this._margin.bottom -
|
|
291
|
+
this._yScale(d.value))
|
|
292
|
+
.attr('fill', '#00005a');
|
|
293
|
+
if (!((_a = this._chartData.meta) === null || _a === void 0 ? void 0 : _a.valueLabels))
|
|
294
|
+
return tempSelection;
|
|
295
|
+
tempSelection
|
|
296
|
+
.append('text')
|
|
297
|
+
.text((d) => d.value.toLocaleString())
|
|
298
|
+
.attr('class', 'barText')
|
|
299
|
+
.attr('font-size', this.fontSize)
|
|
300
|
+
.attr('font-weight', '600')
|
|
301
|
+
.attr('text-anchor', 'end')
|
|
302
|
+
.style('pointer-events', 'none')
|
|
303
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
304
|
+
? this._yScale(d.key) + this._yScale.bandwidth() / 2
|
|
305
|
+
: this._dims.height - this._margin.bottom)
|
|
306
|
+
.attr('x', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
307
|
+
? 2
|
|
308
|
+
: this._xScale(d.key) + this._xScale.bandwidth() / 2)
|
|
309
|
+
.transition()
|
|
310
|
+
.duration(this.defaultDuration)
|
|
311
|
+
.ease(polyInOut)
|
|
312
|
+
.attr('font-size', this.fontSize)
|
|
313
|
+
.attr('font-weight', '600')
|
|
314
|
+
.attr('x', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
315
|
+
? this._xScale(d.value)
|
|
316
|
+
: this._xScale(d.key) + this._xScale.bandwidth() / 2)
|
|
317
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
318
|
+
? this._yScale(d.key) + this._yScale.bandwidth() / 2
|
|
319
|
+
: this._yScale(d.value))
|
|
320
|
+
.attr('text-anchor', (d) => {
|
|
321
|
+
if (this.afVariation === BarChartVariation.Vertical)
|
|
322
|
+
return 'middle';
|
|
323
|
+
return this._xScale(d.value) < d.len + this.tickPadding * 2
|
|
324
|
+
? 'start'
|
|
325
|
+
: 'end';
|
|
326
|
+
})
|
|
327
|
+
.attr('dx', (d) => {
|
|
328
|
+
if (this.afVariation === BarChartVariation.Horizontal)
|
|
329
|
+
return this._xScale(d.value) < d.len + this.tickPadding * 2
|
|
330
|
+
? this.tickPadding
|
|
331
|
+
: -this.tickPadding;
|
|
332
|
+
return 0;
|
|
333
|
+
})
|
|
334
|
+
.attr('fill', (d) => {
|
|
335
|
+
if (this.afVariation === BarChartVariation.Vertical)
|
|
336
|
+
return 'black';
|
|
337
|
+
return this._xScale(d.value) < d.len + this.tickPadding * 2
|
|
338
|
+
? 'black'
|
|
339
|
+
: 'white';
|
|
340
|
+
})
|
|
341
|
+
.attr('dy', () => this.afVariation == BarChartVariation.Horizontal
|
|
342
|
+
? '0.35em'
|
|
343
|
+
: '-0.25em')
|
|
344
|
+
.style('pointer-events', 'none')
|
|
345
|
+
.attrTween('text', (d, i, nodelist) => {
|
|
346
|
+
const oldnum = parseFloat(nodelist[i].textContent.replace(/\s/g, ''))
|
|
347
|
+
? parseFloat(nodelist[i].textContent.replace(/\s/g, ''))
|
|
348
|
+
: 0;
|
|
349
|
+
const interpolatedValue = interpolate(oldnum, d.value);
|
|
350
|
+
return (t) => (nodelist[i].textContent = parseInt(interpolatedValue(t)).toLocaleString(undefined, this._numberFormat));
|
|
351
|
+
});
|
|
352
|
+
return tempSelection;
|
|
353
|
+
}, (update) => {
|
|
354
|
+
// Update ids to bars
|
|
355
|
+
update.attr('id', (d) => 'barGroup' + d.key.replace(/[^A-Z0-9]+/gi, '_'));
|
|
356
|
+
// Mouse interaction to updated loading bars
|
|
357
|
+
if (fromLoading) {
|
|
358
|
+
update
|
|
359
|
+
.select('rect')
|
|
360
|
+
.on('mouseenter', this.hover)
|
|
361
|
+
.on('mouseleave', this.hoverOut)
|
|
362
|
+
.on('click', this.openTooltip)
|
|
363
|
+
.attr('x', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
364
|
+
? 2
|
|
365
|
+
: this._xScale(d.key))
|
|
366
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
367
|
+
? this._yScale(d.key)
|
|
368
|
+
: this._dims.height - this._margin.bottom)
|
|
369
|
+
.attr('width', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
370
|
+
? this._xScale(d.value)
|
|
371
|
+
: this._xScale.bandwidth())
|
|
372
|
+
.attr('height', () => this.afVariation === BarChartVariation.Horizontal
|
|
373
|
+
? this._yScale.bandwidth()
|
|
374
|
+
: 0)
|
|
375
|
+
.attr('fill', '#00005a')
|
|
376
|
+
.transition()
|
|
377
|
+
.duration(this.defaultDuration)
|
|
378
|
+
.ease(polyInOut)
|
|
379
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
380
|
+
? this._yScale(d.key)
|
|
381
|
+
: this._yScale(d.value))
|
|
382
|
+
.attr('height', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
383
|
+
? this._yScale.bandwidth()
|
|
384
|
+
: this._dims.height -
|
|
385
|
+
this._margin.bottom -
|
|
386
|
+
this._yScale(d.value))
|
|
387
|
+
.on('end', () => this.barChartObserver.observe(this._chartDiv)); // Reset barchartObserver
|
|
388
|
+
}
|
|
389
|
+
else {
|
|
390
|
+
update
|
|
391
|
+
.select('rect')
|
|
392
|
+
.transition()
|
|
393
|
+
.duration(this.defaultDuration)
|
|
394
|
+
.ease(polyInOut)
|
|
395
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
396
|
+
? this._yScale(d.key)
|
|
397
|
+
: this._yScale(d.value))
|
|
398
|
+
.attr('x', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
399
|
+
? 2
|
|
400
|
+
: this._xScale(d.key))
|
|
401
|
+
.attr('width', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
402
|
+
? this._xScale(d.value)
|
|
403
|
+
: this._xScale.bandwidth())
|
|
404
|
+
.attr('height', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
405
|
+
? this._yScale.bandwidth()
|
|
406
|
+
: this._dims.height -
|
|
407
|
+
this._margin.bottom -
|
|
408
|
+
this._yScale(d.value))
|
|
409
|
+
.attr('fill', '#00005a');
|
|
410
|
+
}
|
|
411
|
+
return update
|
|
412
|
+
.select('text')
|
|
413
|
+
.style('display', () => { var _a; return ((_a = this._chartData.meta) === null || _a === void 0 ? void 0 : _a.valueLabels) ? null : 'none'; })
|
|
414
|
+
.transition()
|
|
415
|
+
.duration(this.defaultDuration)
|
|
416
|
+
.ease(polyInOut)
|
|
417
|
+
.attr('font-size', this.fontSize)
|
|
418
|
+
.attr('font-weight', '600')
|
|
419
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
420
|
+
? this._yScale(d.key) + this._yScale.bandwidth() / 2
|
|
421
|
+
: this._yScale(d.value))
|
|
422
|
+
.attr('x', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
423
|
+
? this._xScale(d.value)
|
|
424
|
+
: this._xScale(d.key) + this._xScale.bandwidth() / 2)
|
|
425
|
+
.attr('text-anchor', (d) => {
|
|
426
|
+
if (this.afVariation === BarChartVariation.Vertical)
|
|
427
|
+
return 'middle';
|
|
428
|
+
return this._xScale(d.value) < d.len + this.tickPadding * 2
|
|
429
|
+
? 'start'
|
|
430
|
+
: 'end';
|
|
431
|
+
})
|
|
432
|
+
.attr('dx', (d) => {
|
|
433
|
+
if (this.afVariation === BarChartVariation.Horizontal)
|
|
434
|
+
return this._xScale(d.value) < d.len + this.tickPadding * 2
|
|
435
|
+
? this.tickPadding
|
|
436
|
+
: -this.tickPadding;
|
|
437
|
+
return 0;
|
|
438
|
+
})
|
|
439
|
+
.attr('fill', (d) => {
|
|
440
|
+
if (this.afVariation === BarChartVariation.Vertical)
|
|
441
|
+
return 'black';
|
|
442
|
+
return this._xScale(d.value) < d.len + this.tickPadding * 2
|
|
443
|
+
? 'black'
|
|
444
|
+
: 'white';
|
|
445
|
+
})
|
|
446
|
+
.attr('dy', () => this.afVariation == BarChartVariation.Horizontal
|
|
447
|
+
? '0.35em'
|
|
448
|
+
: '-0.25em')
|
|
449
|
+
.style('pointer-events', 'none')
|
|
450
|
+
.attrTween('text', (d, i, nodelist) => {
|
|
451
|
+
const oldnum = parseFloat(nodelist[i].textContent.replace(/\s/g, ''))
|
|
452
|
+
? parseFloat(nodelist[i].textContent.replace(/\s/g, ''))
|
|
453
|
+
: 0;
|
|
454
|
+
const interpolatedValue = interpolate(oldnum, d.value);
|
|
455
|
+
return (t) => (nodelist[i].textContent = parseInt(interpolatedValue(t)).toLocaleString(undefined, this._numberFormat));
|
|
456
|
+
});
|
|
457
|
+
}, (exit) => exit.remove());
|
|
458
|
+
this._barSelection = this._barChartContainer.selectAll('rect');
|
|
459
|
+
this._textSelection = this._barChartContainer.selectAll('.barText');
|
|
460
|
+
};
|
|
461
|
+
// Setting position of text according to bar size
|
|
462
|
+
this.adjustBarText = () => {
|
|
463
|
+
var _a;
|
|
464
|
+
if (!((_a = this._chartData.meta) === null || _a === void 0 ? void 0 : _a.valueLabels))
|
|
465
|
+
return;
|
|
466
|
+
this._textSelection
|
|
467
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
468
|
+
? this._yScale(d.key) + this._yScale.bandwidth() / 2
|
|
469
|
+
: this._yScale(d.value))
|
|
470
|
+
.attr('x', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
471
|
+
? this._xScale(d.value)
|
|
472
|
+
: this._xScale(d.key) + this._xScale.bandwidth() / 2)
|
|
473
|
+
.attr('dx', (d) => {
|
|
474
|
+
if (this.afVariation === BarChartVariation.Horizontal)
|
|
475
|
+
return this._xScale(d.value) < d.len + this.tickPadding * 2
|
|
476
|
+
? this.tickPadding
|
|
477
|
+
: -this.tickPadding;
|
|
478
|
+
return 0;
|
|
479
|
+
})
|
|
480
|
+
.attr('fill', (d) => {
|
|
481
|
+
if (this.afVariation === BarChartVariation.Vertical)
|
|
482
|
+
return 'black';
|
|
483
|
+
return this._xScale(d.value) < d.len + this.tickPadding * 2
|
|
484
|
+
? 'black'
|
|
485
|
+
: 'white';
|
|
486
|
+
})
|
|
487
|
+
.attr('text-anchor', (d) => {
|
|
488
|
+
if (this.afVariation === BarChartVariation.Vertical)
|
|
489
|
+
return 'middle';
|
|
490
|
+
return this._xScale(d.value) < d.len + this.tickPadding * 2
|
|
491
|
+
? 'start'
|
|
492
|
+
: 'end';
|
|
493
|
+
});
|
|
494
|
+
};
|
|
495
|
+
this.reshapeData = () => {
|
|
496
|
+
const toReturn = [];
|
|
497
|
+
if (this._loading) {
|
|
498
|
+
this._placeholderTicks.forEach((key) => {
|
|
499
|
+
toReturn.push({
|
|
500
|
+
key: key,
|
|
501
|
+
value: Math.floor(Math.random() * (9 - 2 + 1) + 2),
|
|
502
|
+
len: '1'
|
|
503
|
+
});
|
|
504
|
+
});
|
|
505
|
+
return toReturn;
|
|
506
|
+
}
|
|
507
|
+
this._chartData.data.xValueNames.forEach((key, index) => {
|
|
508
|
+
toReturn.push({
|
|
509
|
+
key: key,
|
|
510
|
+
value: this._chartData.data.series[0].yValues[index],
|
|
511
|
+
len: this.getTextSize(this._chartData.data.series[0].yValues[index].toLocaleString())
|
|
512
|
+
});
|
|
513
|
+
});
|
|
514
|
+
return toReturn;
|
|
515
|
+
};
|
|
516
|
+
this.adjustBarSize = () => {
|
|
517
|
+
this._barSelection
|
|
518
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
519
|
+
? this._yScale(d.key)
|
|
520
|
+
: this._yScale(d.value))
|
|
521
|
+
.attr('x', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
522
|
+
? 2
|
|
523
|
+
: this._xScale(d.key))
|
|
524
|
+
.attr('width', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
525
|
+
? this._xScale(d.value)
|
|
526
|
+
: this._xScale.bandwidth())
|
|
527
|
+
.attr('height', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
528
|
+
? this._yScale.bandwidth()
|
|
529
|
+
: this._dims.height - this._margin.bottom - this._yScale(d.value));
|
|
530
|
+
};
|
|
531
|
+
// Resize table
|
|
532
|
+
this.resizeTable = () => {
|
|
533
|
+
this.setDims();
|
|
534
|
+
this.setTableDimensions();
|
|
535
|
+
};
|
|
536
|
+
// Setting dimension variable
|
|
537
|
+
this.setDims = (onlyHeight = false) => {
|
|
538
|
+
// Get title dimensions
|
|
539
|
+
const tempTitle = select(this._titleDiv).node().getBoundingClientRect(), tempLegend = select(this._legendDiv).node().getBoundingClientRect();
|
|
540
|
+
const prevHeight = this._dims.height;
|
|
541
|
+
if (!onlyHeight)
|
|
542
|
+
this._dims = select(this._chartDiv).node().getBoundingClientRect();
|
|
543
|
+
this._dims.height =
|
|
544
|
+
this._maxHeight - tempLegend.height - tempTitle.height - 1.75 * this._rem;
|
|
545
|
+
return prevHeight != this._dims.height;
|
|
546
|
+
};
|
|
547
|
+
// Setting margins given text size
|
|
548
|
+
this.setMargins = (fromLoading) => {
|
|
549
|
+
this._pixelSize =
|
|
550
|
+
Number(window
|
|
551
|
+
.getComputedStyle(document.body)
|
|
552
|
+
.getPropertyValue('font-size')
|
|
553
|
+
.match(/\d+/)[0]) * Number(this.fontSize.replace(/[^\d.]|\.(?=.*\.)/g, ''));
|
|
554
|
+
// Getting the longest word, assuming it will also be the widest in terms of pixels
|
|
555
|
+
if (this.afVariation === BarChartVariation.Horizontal) {
|
|
556
|
+
this._margin.left = this.getLargestText(this._chartData.data.xValueNames);
|
|
557
|
+
}
|
|
558
|
+
else
|
|
559
|
+
this._margin.left = this.getLargestText(fromLoading
|
|
560
|
+
? ['0', '10']
|
|
561
|
+
: [
|
|
562
|
+
this._minVal ? this._tempScale[0].toLocaleString() : '0',
|
|
563
|
+
this._maxVal ? this._tempScale[1].toLocaleString() : '10'
|
|
564
|
+
]);
|
|
565
|
+
if (this._margin.left > this._dims.width / 4) {
|
|
566
|
+
this._margin.left = Math.floor(this._dims.width / 4);
|
|
567
|
+
this._margin.ellipsis = true;
|
|
568
|
+
}
|
|
569
|
+
else
|
|
570
|
+
this._margin.ellipsis = false;
|
|
571
|
+
this._margin.bottom = this._pixelSize + this.tickPadding + this.xTickSize;
|
|
572
|
+
};
|
|
573
|
+
// Adjusting y-ticks
|
|
574
|
+
this.setNamedTicks = (transition = false) => {
|
|
575
|
+
if (this.afVariation == BarChartVariation.Horizontal) {
|
|
576
|
+
if (!transition) {
|
|
577
|
+
this._yAxisHandle
|
|
578
|
+
.style('font-size', this.fontSize)
|
|
579
|
+
.style('font-family', 'Open Sans')
|
|
580
|
+
.call(this._yAxis
|
|
581
|
+
.tickPadding(this.tickPadding)
|
|
582
|
+
.tickSize(this.yTickSize)
|
|
583
|
+
.tickSizeOuter(0)
|
|
584
|
+
.tickFormat((d, i) => {
|
|
585
|
+
if (!this._margin.ellipsis)
|
|
586
|
+
return d.toLocaleString();
|
|
587
|
+
// Adding ellipsis to text
|
|
588
|
+
const size = this._namedTickSizes[i] + this.tickPadding + this.yTickSize;
|
|
589
|
+
const mSize = this._margin.left;
|
|
590
|
+
if (size < mSize)
|
|
591
|
+
return d.toLocaleString();
|
|
592
|
+
const newSize = this.getTextSize(d.slice(0, Math.max(Math.floor((mSize / (size + this._ellipsisSize)) * d.length), 3)) + '...');
|
|
593
|
+
let adjustment = 0;
|
|
594
|
+
if (newSize > mSize) {
|
|
595
|
+
adjustment = Math.ceil((newSize - mSize) / (size / d.length));
|
|
596
|
+
}
|
|
597
|
+
// Slicing the text up, saving atleast 3 characters
|
|
598
|
+
return (d.slice(0, Math.max(Math.floor((mSize / (size + this._ellipsisSize)) * d.length) - adjustment, 3)) + '...');
|
|
599
|
+
}));
|
|
600
|
+
}
|
|
601
|
+
else {
|
|
602
|
+
this._yAxisHandle
|
|
603
|
+
.style('font-size', this.fontSize)
|
|
604
|
+
.style('font-family', 'Open Sans')
|
|
605
|
+
.transition()
|
|
606
|
+
.duration(this.defaultDuration)
|
|
607
|
+
.call(this._yAxis
|
|
608
|
+
.tickPadding(this.tickPadding)
|
|
609
|
+
.tickSize(this.yTickSize)
|
|
610
|
+
.tickSizeOuter(0)
|
|
611
|
+
.tickFormat((d, i) => {
|
|
612
|
+
if (!this._margin.ellipsis)
|
|
613
|
+
return d;
|
|
614
|
+
// Adding ellipsis to text
|
|
615
|
+
const size = this._namedTickSizes[i] + this.tickPadding + this.yTickSize;
|
|
616
|
+
const mSize = this._margin.left;
|
|
617
|
+
if (size < mSize)
|
|
618
|
+
return d;
|
|
619
|
+
const newSize = this.getTextSize(d.slice(0, Math.max(Math.floor((mSize / (size + this._ellipsisSize)) * d.length), 3)) + '...');
|
|
620
|
+
let adjustment = 0;
|
|
621
|
+
if (newSize > mSize) {
|
|
622
|
+
adjustment = Math.ceil((newSize - mSize) / (size / d.length));
|
|
623
|
+
}
|
|
624
|
+
// Slicing the text up, saving atleast 3 characters
|
|
625
|
+
return (d.slice(0, Math.max(Math.floor((mSize / (size + this._ellipsisSize)) * d.length) - adjustment, 3)) + '...');
|
|
626
|
+
}));
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
else {
|
|
630
|
+
//Calculating every n:th text to show
|
|
631
|
+
let nTh = Math.round(this._chartData.data.xValues.length /
|
|
632
|
+
((this._dims.width - this._margin.left - this._margin.right) / 90 - 1));
|
|
633
|
+
if (Math.floor(this._chartData.data.xValues.length / nTh) < 4) {
|
|
634
|
+
nTh = Math.round(this._chartData.data.xValues.length / 4);
|
|
635
|
+
}
|
|
636
|
+
const allowedWidth = (this._dims.width - this._margin.left - this._margin.right) /
|
|
637
|
+
Math.floor(this._chartData.data.xValues.length / nTh + 1);
|
|
638
|
+
if (!transition) {
|
|
639
|
+
this._xAxisHandle
|
|
640
|
+
.style('font-size', this.fontSize)
|
|
641
|
+
.style('font-family', 'Open Sans')
|
|
642
|
+
.call(this._xAxis
|
|
643
|
+
.tickValues(this._xScale.domain().filter((...[, i]) => {
|
|
644
|
+
if (i == 0)
|
|
645
|
+
return true;
|
|
646
|
+
else {
|
|
647
|
+
return i % nTh == 0;
|
|
648
|
+
}
|
|
649
|
+
}))
|
|
650
|
+
.tickPadding(this.tickPadding)
|
|
651
|
+
.tickSize(this.xTickSize)
|
|
652
|
+
.tickSizeOuter(0)
|
|
653
|
+
.tickFormat((d, i) => {
|
|
654
|
+
const index = i * nTh;
|
|
655
|
+
if (this._namedTickSizes[index] < allowedWidth)
|
|
656
|
+
return d;
|
|
657
|
+
return (d.slice(0, Math.max(Math.floor((allowedWidth /
|
|
658
|
+
(this._namedTickSizes[index] +
|
|
659
|
+
this._ellipsisSize +
|
|
660
|
+
5)) *
|
|
661
|
+
d.length), 3)) + '...');
|
|
662
|
+
}));
|
|
663
|
+
}
|
|
664
|
+
else {
|
|
665
|
+
this._xAxisHandle
|
|
666
|
+
.style('font-size', this.fontSize)
|
|
667
|
+
.style('font-family', 'Open Sans')
|
|
668
|
+
.transition()
|
|
669
|
+
.duration(this.defaultDuration)
|
|
670
|
+
.call(this._xAxis
|
|
671
|
+
.tickValues(this._xScale.domain().filter((...[, i]) => {
|
|
672
|
+
if (i == 0)
|
|
673
|
+
return true;
|
|
674
|
+
else {
|
|
675
|
+
return i % nTh == 0;
|
|
676
|
+
}
|
|
677
|
+
}))
|
|
678
|
+
.tickPadding(this.tickPadding)
|
|
679
|
+
.tickSize(this.xTickSize)
|
|
680
|
+
.tickSizeOuter(0)
|
|
681
|
+
.tickFormat((d, i) => {
|
|
682
|
+
const index = i * nTh;
|
|
683
|
+
if (this._namedTickSizes[index] < allowedWidth)
|
|
684
|
+
return d;
|
|
685
|
+
return (d.slice(0, Math.max(Math.floor((allowedWidth /
|
|
686
|
+
(this._namedTickSizes[index] +
|
|
687
|
+
this._ellipsisSize +
|
|
688
|
+
5)) *
|
|
689
|
+
d.length), 3)) + '...');
|
|
690
|
+
}));
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
};
|
|
694
|
+
// Positioning the ticks of the value bearing axis
|
|
695
|
+
this.setValueTicks = (transition = false) => {
|
|
696
|
+
if (this._chartData.meta && this._chartData.meta.hideXAxis) {
|
|
697
|
+
this.afVariation === BarChartVariation.Horizontal
|
|
698
|
+
? this._xAxisHandle.attr('display', 'none')
|
|
699
|
+
: this._yAxisHandle.attr('display', 'none');
|
|
700
|
+
return;
|
|
701
|
+
}
|
|
702
|
+
let toCall, tickSize, handle;
|
|
703
|
+
if (this.afVariation === BarChartVariation.Horizontal) {
|
|
704
|
+
this._xAxisHandle.attr('display', null);
|
|
705
|
+
toCall = this._xAxis;
|
|
706
|
+
tickSize = -(this._dims.height - this._margin.top - this._margin.bottom);
|
|
707
|
+
handle = this._xAxisHandle;
|
|
708
|
+
}
|
|
709
|
+
else {
|
|
710
|
+
this._yAxisHandle.attr('display', null);
|
|
711
|
+
toCall = this._yAxis;
|
|
712
|
+
tickSize = -(this._dims.width - this._margin.left - this._margin.right);
|
|
713
|
+
handle = this._yAxisHandle;
|
|
714
|
+
}
|
|
715
|
+
// Computing the amount of ticks to show
|
|
716
|
+
const ticks = Math.min(Math.floor((this._dims.width - this._margin.left - this._margin.right) /
|
|
717
|
+
(this._tickWidth + this.xTickSize)) - 2, this.afVariation == BarChartVariation.Horizontal
|
|
718
|
+
? this._xScale.ticks().length
|
|
719
|
+
: this._yScale.ticks().length);
|
|
720
|
+
if (!transition) {
|
|
721
|
+
handle
|
|
722
|
+
.style('font-size', this.fontSize)
|
|
723
|
+
.style('font-family', 'Open Sans')
|
|
724
|
+
.call(toCall
|
|
725
|
+
.ticks(this.afVariation === BarChartVariation.Horizontal
|
|
726
|
+
? Math.max(2, Math.min(ticks, 9))
|
|
727
|
+
: 5) // Clamping value between 2 and 10
|
|
728
|
+
.tickPadding(this.tickPadding)
|
|
729
|
+
.tickSize(tickSize)
|
|
730
|
+
.tickSizeOuter(0)
|
|
731
|
+
.tickFormat((d) => d.toLocaleString()));
|
|
732
|
+
}
|
|
733
|
+
else {
|
|
734
|
+
handle
|
|
735
|
+
.style('font-size', this.fontSize)
|
|
736
|
+
.style('font-family', 'Open Sans')
|
|
737
|
+
.transition('newScale')
|
|
738
|
+
.duration(this.defaultDuration)
|
|
739
|
+
.call(toCall
|
|
740
|
+
.ticks(this.afVariation === BarChartVariation.Horizontal
|
|
741
|
+
? Math.max(2, Math.min(ticks, 9))
|
|
742
|
+
: 5) // Clamping value between 2 and 10
|
|
743
|
+
.tickPadding(this.tickPadding)
|
|
744
|
+
.tickSize(tickSize)
|
|
745
|
+
.tickSizeOuter(0)
|
|
746
|
+
.tickFormat((d) => d.toLocaleString()));
|
|
747
|
+
}
|
|
748
|
+
handle.selectAll('line').attr('stroke', 'lightgray');
|
|
749
|
+
if (this.afVariation === BarChartVariation.Vertical)
|
|
750
|
+
this._yAxisHandle.select('.domain').attr('display', 'none');
|
|
751
|
+
};
|
|
752
|
+
// Highlight bar
|
|
753
|
+
this.hover = (event) => {
|
|
754
|
+
select(event.target)
|
|
755
|
+
.transition('hover')
|
|
756
|
+
.duration(20)
|
|
757
|
+
.attr('fill', event.target.tagName === 'rect'
|
|
758
|
+
? '#4C4C8B'
|
|
759
|
+
: 'var(--digi--color--text--link-hover)');
|
|
760
|
+
};
|
|
761
|
+
// Removing highlight from bar
|
|
762
|
+
this.hoverOut = (event) => {
|
|
763
|
+
select(event.target)
|
|
764
|
+
.transition('hover')
|
|
765
|
+
.duration(this.defaultDuration)
|
|
766
|
+
.attr('fill', event.target.tagName === 'rect' ? '#00005a' : '#333333');
|
|
767
|
+
};
|
|
768
|
+
this.openTooltip = (...[, d]) => {
|
|
769
|
+
// If type is string, the user has clicked on a y-axis tick
|
|
770
|
+
if (typeof d === 'string') {
|
|
771
|
+
this._tooltipData = this._barChartContainer
|
|
772
|
+
.select(`#barGroup${d.replace(/[^A-Z0-9]+/gi, '_')}`)
|
|
773
|
+
.datum();
|
|
774
|
+
}
|
|
775
|
+
else
|
|
776
|
+
this._tooltipData = d;
|
|
777
|
+
const tooltipBody = this._tooltip.select('.tooltipBody');
|
|
778
|
+
tooltipBody
|
|
779
|
+
.select(this._tooltipHeading)
|
|
780
|
+
.style('margin', '0 0.75rem 0 0 ')
|
|
781
|
+
.style('font-weight', 500)
|
|
782
|
+
.html(this._tooltipData.key);
|
|
783
|
+
tooltipBody
|
|
784
|
+
.selectAll('div')
|
|
785
|
+
.data([this._tooltipData])
|
|
786
|
+
.join('div')
|
|
787
|
+
.style('display', 'flex')
|
|
788
|
+
.style('flex-direction', 'row')
|
|
789
|
+
.style('flex-wrap', 'nowrap')
|
|
790
|
+
.style('white-space', 'nowrap')
|
|
791
|
+
.style('justify-content', 'space-between')
|
|
792
|
+
.html((d) => d.value.toLocaleString());
|
|
793
|
+
this._tooltip.style('display', 'flex');
|
|
794
|
+
this.positionTooltip(this._tooltipData);
|
|
795
|
+
};
|
|
796
|
+
this.closeTooltip = () => {
|
|
797
|
+
this._tooltip.style('display', 'none');
|
|
798
|
+
};
|
|
799
|
+
// Positions tooltip in horizontal mode
|
|
800
|
+
this.positionTooltip = (data) => {
|
|
801
|
+
const width = this._tooltip.node().getBoundingClientRect().width;
|
|
802
|
+
const height = this._tooltip.node().getBoundingClientRect().height + 8;
|
|
803
|
+
const diff = this._xScale(data.value) / 2 - width / 2;
|
|
804
|
+
if (this.afVariation === BarChartVariation.Horizontal) {
|
|
805
|
+
this._tooltip
|
|
806
|
+
.style('transform', `translate(${this._margin.left + this.tickPadding + Math.max(diff, -4)}px, ${this._yScale(data.key) + this._yScale.bandwidth() + this._yScale.paddingInner() * this._yScale.bandwidth()}px )`)
|
|
807
|
+
.style('max-width', this._xScale.range()[1] + 'px');
|
|
808
|
+
this._tooltip
|
|
809
|
+
.select('digi-icon-caret-up')
|
|
810
|
+
.style('position', 'absolute')
|
|
811
|
+
.style('--digi--icon--color', 'white')
|
|
812
|
+
.style('top', '-11px')
|
|
813
|
+
.style('left', '0')
|
|
814
|
+
.style('transform', `translate(${diff > 0 ? width / 2 - 10 : this._xScale(data.value) / 2}px,0)`);
|
|
815
|
+
}
|
|
816
|
+
else {
|
|
817
|
+
this._tooltip
|
|
818
|
+
.style('transform', `translate(${this._margin.left + this.tickPadding + this._xScale(data.key) + this._xScale.bandwidth() / 2 - width / 2}px, ${this._yScale(data.value) - height}px )`)
|
|
819
|
+
.style('max-width', this._xScale.range()[1] + 'px');
|
|
820
|
+
this._tooltip
|
|
821
|
+
.select('digi-icon-caret-down')
|
|
822
|
+
.style('position', 'absolute')
|
|
823
|
+
.style('--digi--icon--color', 'white')
|
|
824
|
+
.style('left', '0')
|
|
825
|
+
.style('bottom', '-11px')
|
|
826
|
+
.style('transform', `translate(${width / 2 - 6}px,0)`);
|
|
827
|
+
}
|
|
828
|
+
};
|
|
829
|
+
// Once texts has fully loaded, we can recompute some sizes
|
|
830
|
+
this.recomputeTextSize = () => {
|
|
831
|
+
var _a;
|
|
832
|
+
if (this.afVariation == BarChartVariation.Horizontal)
|
|
833
|
+
this._tickWidth = this.getLargestText(this._xScale.ticks().map((tick) => tick.toLocaleString()));
|
|
834
|
+
this.tickSizes();
|
|
835
|
+
this._barChartContainer.selectAll('.barGroup').data(this.reshapeData);
|
|
836
|
+
if ((_a = this._chartData.meta) === null || _a === void 0 ? void 0 : _a.valueLabels)
|
|
837
|
+
this._textSelection.remove();
|
|
838
|
+
this.initBarText();
|
|
839
|
+
};
|
|
840
|
+
// Removes resize observer for chart and inits table
|
|
841
|
+
this.activateTable = (event) => {
|
|
842
|
+
this.closeTooltip();
|
|
843
|
+
this.barChartObserver.disconnect();
|
|
844
|
+
this.tableObserver.observe(this._chartDiv);
|
|
845
|
+
this._status.innerHTML = '<p>Visas som tabell</p>';
|
|
846
|
+
select(this._host).select('.tableButton').style('display', 'none');
|
|
847
|
+
select(this._host).select('.chartButton').style('display', null);
|
|
848
|
+
event.target.nextSibling.lastChild.focus();
|
|
849
|
+
const duration = 150;
|
|
850
|
+
this._svg
|
|
851
|
+
.attr('opacity', 1)
|
|
852
|
+
.transition('fadeout')
|
|
853
|
+
.duration(duration)
|
|
854
|
+
.attr('opacity', 0)
|
|
855
|
+
.on('end', () => {
|
|
856
|
+
this._svg.remove();
|
|
857
|
+
this._legendDiv.style['display'] = 'none';
|
|
858
|
+
this._tableDiv.style['display'] = 'block';
|
|
859
|
+
this.setTableContent();
|
|
860
|
+
this.setTableDimensions();
|
|
861
|
+
select(this._tableDiv)
|
|
862
|
+
.style('opacity', 0)
|
|
863
|
+
.transition('fadein')
|
|
864
|
+
.duration(duration)
|
|
865
|
+
.style('opacity', 1);
|
|
866
|
+
});
|
|
867
|
+
select(this._legendDiv)
|
|
868
|
+
.style('opacity', 1)
|
|
869
|
+
.transition('fadeout')
|
|
870
|
+
.duration(duration)
|
|
871
|
+
.style('opacity', 0);
|
|
872
|
+
};
|
|
873
|
+
// Removes observer and calls init functions for line chart
|
|
874
|
+
this.reInitChart = (event) => {
|
|
875
|
+
this.tableObserver.disconnect();
|
|
876
|
+
this._status.innerHTML = '<p>Visas som diagram</p>';
|
|
877
|
+
select(this._host).select('.tableButton').style('display', null);
|
|
878
|
+
select(this._host).select('.chartButton').style('display', 'none');
|
|
879
|
+
event.target.previousSibling.lastChild.focus();
|
|
880
|
+
const table = select(this._tableDiv);
|
|
881
|
+
table
|
|
882
|
+
.style('opacity', 1)
|
|
883
|
+
.transition()
|
|
884
|
+
.duration(150)
|
|
885
|
+
.style('opacity', 0)
|
|
886
|
+
.on('end', () => {
|
|
887
|
+
table.style('display', 'none');
|
|
888
|
+
this.initChain();
|
|
889
|
+
this._svg
|
|
890
|
+
.attr('opacity', 0)
|
|
891
|
+
.transition()
|
|
892
|
+
.duration(150)
|
|
893
|
+
.attr('opacity', 1);
|
|
894
|
+
});
|
|
895
|
+
};
|
|
896
|
+
this.afVariation = BarChartVariation.Vertical;
|
|
897
|
+
this.afHeadingLevel = 'h3';
|
|
898
|
+
this.afId = randomIdGenerator('tooltip');
|
|
899
|
+
this.afChartData = undefined;
|
|
900
|
+
}
|
|
901
|
+
afChartDataUpdate(data) {
|
|
902
|
+
if (typeof data != 'string')
|
|
903
|
+
this._chartData = data;
|
|
904
|
+
else
|
|
905
|
+
this._chartData = JSON.parse(data);
|
|
906
|
+
}
|
|
907
|
+
initSvg() {
|
|
908
|
+
var _a, _b, _c, _d;
|
|
909
|
+
// Fetch number formatting
|
|
910
|
+
this._numberFormat = {
|
|
911
|
+
maximumSignificantDigits: (_b = (_a = this._chartData.meta) === null || _a === void 0 ? void 0 : _a.labelProperties) === null || _b === void 0 ? void 0 : _b.significantDigits,
|
|
912
|
+
notation: ((_d = (_c = this._chartData.meta) === null || _c === void 0 ? void 0 : _c.labelProperties) === null || _d === void 0 ? void 0 : _d.shortHand)
|
|
913
|
+
? 'compact'
|
|
914
|
+
: 'standard'
|
|
915
|
+
};
|
|
916
|
+
select(this._chartDiv).select('svg').remove();
|
|
917
|
+
this._maxHeight = select(this._host)
|
|
918
|
+
.node()
|
|
919
|
+
.parentNode.getBoundingClientRect().height;
|
|
920
|
+
this.barChartObserver.observe(this._chartDiv);
|
|
921
|
+
// Getting rem-size
|
|
922
|
+
this._rem = parseFloat(getComputedStyle(document.documentElement).fontSize);
|
|
923
|
+
this.setMinMax();
|
|
924
|
+
this.setDims();
|
|
925
|
+
this.setMargins();
|
|
926
|
+
// Appending svg
|
|
927
|
+
this._svg = select(this._chartDiv)
|
|
928
|
+
.append('svg')
|
|
929
|
+
.attr('aria-hidden', true)
|
|
930
|
+
.attr('role', 'img')
|
|
931
|
+
.attr('aria-label', this._chartData && this._chartData.title
|
|
932
|
+
? 'Stapeldiagram om ' + this._chartData.title.toLowerCase()
|
|
933
|
+
: 'Stapeldiagram');
|
|
934
|
+
this._svg.attr('width', this._dims.width).attr('height', this._dims.height);
|
|
935
|
+
}
|
|
936
|
+
initToolTip() {
|
|
937
|
+
// Getting handle for tooltip
|
|
938
|
+
this._tooltip = select('#' + this.afId);
|
|
939
|
+
this._tooltip.select('.close').on('click', this.closeTooltip);
|
|
940
|
+
this._tooltipHeading =
|
|
941
|
+
'h' + (parseInt(this.afHeadingLevel.replace(/\D/g, '')) + 1); // increment heading level by one
|
|
942
|
+
// Add heading placeholder for heading
|
|
943
|
+
this._tooltip
|
|
944
|
+
.selectAll('.tooltipBody')
|
|
945
|
+
.append(this._tooltipHeading)
|
|
946
|
+
.attr('class', 'tooltipHeading') // Adding class to try to dodge global css classes
|
|
947
|
+
.style('font-size', '1rem')
|
|
948
|
+
.style('margin', '0 0.75rem')
|
|
949
|
+
.style('font-weight', '500');
|
|
950
|
+
}
|
|
951
|
+
initEmpty() {
|
|
952
|
+
select(this._chartDiv).select('svg').remove();
|
|
953
|
+
this._maxHeight = select(this._host)
|
|
954
|
+
.node()
|
|
955
|
+
.parentNode.getBoundingClientRect().height;
|
|
956
|
+
this.barChartObserver.observe(this._chartDiv);
|
|
957
|
+
// Getting rem-size
|
|
958
|
+
this._rem = parseFloat(getComputedStyle(document.documentElement).fontSize);
|
|
959
|
+
//this.setMinMax();
|
|
960
|
+
this.setDims();
|
|
961
|
+
this.setMargins();
|
|
962
|
+
// Appending svg
|
|
963
|
+
this._svg = select(this._chartDiv)
|
|
964
|
+
.append('svg')
|
|
965
|
+
.attr('aria-hidden', true)
|
|
966
|
+
.attr('role', 'img')
|
|
967
|
+
.attr('aria-label', this._chartData && this._chartData.title
|
|
968
|
+
? 'Stapeldiagram om ' + this._chartData.title.toLowerCase()
|
|
969
|
+
: 'Stapeldiagram');
|
|
970
|
+
this._svg.attr('width', this._dims.width).attr('height', this._dims.height);
|
|
971
|
+
// Hide unusable components
|
|
972
|
+
select(this._titleDiv)
|
|
973
|
+
.select(this.afHeadingLevel)
|
|
974
|
+
.html(`${_t.loading}...`);
|
|
975
|
+
this.initYAxis(true);
|
|
976
|
+
this.initXAxis(true);
|
|
977
|
+
this.loadingState(true);
|
|
978
|
+
}
|
|
979
|
+
loadingState(empty) {
|
|
980
|
+
this._loading = true;
|
|
981
|
+
// close potentially open tooltip
|
|
982
|
+
if (this._tooltip)
|
|
983
|
+
this.closeTooltip();
|
|
984
|
+
select(this._host).select('.tableButton').style('display', 'none');
|
|
985
|
+
const newHeight = this.setDims();
|
|
986
|
+
this.transitionTitle();
|
|
987
|
+
this._xAxisHandle.selectAll('.tick').remove();
|
|
988
|
+
this._xAxisHandle.select('path').remove();
|
|
989
|
+
this._svg
|
|
990
|
+
.transition()
|
|
991
|
+
.duration(400)
|
|
992
|
+
.attr('width', this._dims.width)
|
|
993
|
+
.attr('height', this._dims.height)
|
|
994
|
+
.attr('aria-label', this._chartData && this._chartData.title
|
|
995
|
+
? 'Stapeldiagram om ' + this._chartData.title.toLowerCase()
|
|
996
|
+
: 'Stapeldiagram');
|
|
997
|
+
this.setMargins(true);
|
|
998
|
+
select(this._titleDiv)
|
|
999
|
+
.select(this.afHeadingLevel)
|
|
1000
|
+
.html(`${_t.loading}...`);
|
|
1001
|
+
// Waiting with observing for changes until transition to regular bars is complete
|
|
1002
|
+
this._barChartContainer
|
|
1003
|
+
.transition('position')
|
|
1004
|
+
.duration(this.defaultDuration)
|
|
1005
|
+
.ease(polyInOut)
|
|
1006
|
+
.attr('transform', `translate(${this._margin.left + this.tickPadding + this.yTickSize},0)`);
|
|
1007
|
+
// If there is a new height
|
|
1008
|
+
if (newHeight) {
|
|
1009
|
+
// Update y-axis with potentially new height (might want to do a check here)
|
|
1010
|
+
this.afVariation === BarChartVariation.Horizontal
|
|
1011
|
+
? this._yScale.range([
|
|
1012
|
+
this._margin.top,
|
|
1013
|
+
this._dims.height - this._margin.bottom
|
|
1014
|
+
])
|
|
1015
|
+
: this._yScale.range([
|
|
1016
|
+
this._dims.height - this._margin.bottom,
|
|
1017
|
+
this._margin.top
|
|
1018
|
+
]);
|
|
1019
|
+
this._xAxisHandle.attr('transform', `translate(0,${this._dims.height - this._margin.bottom})`);
|
|
1020
|
+
}
|
|
1021
|
+
const animateBars = () => {
|
|
1022
|
+
this._barChartContainer.selectAll('.barGroup').remove();
|
|
1023
|
+
this._barSelection = this._barChartContainer
|
|
1024
|
+
.selectAll('barGroup')
|
|
1025
|
+
.data(this.reshapeData)
|
|
1026
|
+
.join('g')
|
|
1027
|
+
.attr('class', 'barGroup')
|
|
1028
|
+
.attr('id', (d) => 'barGroup' + d.key.replace(/[^A-Z0-9]+/gi, '_'))
|
|
1029
|
+
.append('rect')
|
|
1030
|
+
.attr('class', 'bar')
|
|
1031
|
+
.style('cursor', 'pointer');
|
|
1032
|
+
this._barSelection
|
|
1033
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
1034
|
+
? this._yScale(d.key)
|
|
1035
|
+
: this._dims.height - this._margin.bottom)
|
|
1036
|
+
.attr('x', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
1037
|
+
? 2
|
|
1038
|
+
: this._xScale(d.key))
|
|
1039
|
+
.attr('ry', 4)
|
|
1040
|
+
.attr('rx', 4)
|
|
1041
|
+
.attr('width', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
1042
|
+
? this._xScale(d.value)
|
|
1043
|
+
: this._xScale.bandwidth())
|
|
1044
|
+
.attr('height', () => 0)
|
|
1045
|
+
//.attr('height', (d: any) => this.afVariation === BarChartVariation.Horizontal ? this._yScale.bandwidth() : (this._dims.height - this._margin.bottom) - this._yScale(d.value))
|
|
1046
|
+
.attr('fill', 'gray')
|
|
1047
|
+
.transition()
|
|
1048
|
+
.duration(400)
|
|
1049
|
+
.delay((...[, i]) => i * 150)
|
|
1050
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
1051
|
+
? this._yScale(d.key)
|
|
1052
|
+
: this._yScale(d.value))
|
|
1053
|
+
.attr('height', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
1054
|
+
? this._yScale.bandwidth()
|
|
1055
|
+
: this._dims.height - this._margin.bottom - this._yScale(d.value));
|
|
1056
|
+
this._barSelection
|
|
1057
|
+
.transition()
|
|
1058
|
+
.duration(400)
|
|
1059
|
+
.ease(linear$1)
|
|
1060
|
+
.delay((...[, i]) => i * 150 + 400)
|
|
1061
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
1062
|
+
? this._yScale(d.key)
|
|
1063
|
+
: this._dims.height - this._margin.bottom)
|
|
1064
|
+
.attr('height', () => 0)
|
|
1065
|
+
.on('end', (...[, i]) => {
|
|
1066
|
+
if (i === this._placeholderTicks.length - 1)
|
|
1067
|
+
animateBars();
|
|
1068
|
+
});
|
|
1069
|
+
};
|
|
1070
|
+
const flattenBars = () => {
|
|
1071
|
+
this._barChartContainer
|
|
1072
|
+
.selectAll('rect')
|
|
1073
|
+
.transition()
|
|
1074
|
+
.duration(200)
|
|
1075
|
+
.ease(linear$1)
|
|
1076
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
1077
|
+
? this._yScale(d.key)
|
|
1078
|
+
: this._dims.height - this._margin.bottom)
|
|
1079
|
+
.attr('height', () => 0)
|
|
1080
|
+
.on('end', (...[, i]) => {
|
|
1081
|
+
if (i != 0)
|
|
1082
|
+
return;
|
|
1083
|
+
this.setYScale(true);
|
|
1084
|
+
this.setValueTicks();
|
|
1085
|
+
this.setXScale(true);
|
|
1086
|
+
this.barChartObserver.observe(this._chartDiv);
|
|
1087
|
+
animateBars();
|
|
1088
|
+
});
|
|
1089
|
+
};
|
|
1090
|
+
if (empty)
|
|
1091
|
+
animateBars();
|
|
1092
|
+
else
|
|
1093
|
+
flattenBars();
|
|
1094
|
+
}
|
|
1095
|
+
transitionTitle() {
|
|
1096
|
+
const height = select(this._titleDiv).style('height');
|
|
1097
|
+
select(this._titleDiv)
|
|
1098
|
+
.style('height', this._prevHeight)
|
|
1099
|
+
.transition('adjust')
|
|
1100
|
+
.duration(400)
|
|
1101
|
+
.style('height', height)
|
|
1102
|
+
.on('end', () => select(this._titleDiv).style('height', null));
|
|
1103
|
+
}
|
|
1104
|
+
initYAxis(empty) {
|
|
1105
|
+
this.setYScale(empty);
|
|
1106
|
+
this._barChartContainer = this._svg
|
|
1107
|
+
.append('g')
|
|
1108
|
+
.attr('transform', `translate(${this._margin.left + this.tickPadding + this.yTickSize},0)`);
|
|
1109
|
+
this._yAxisHandle = this._barChartContainer.append('g');
|
|
1110
|
+
if (this.afVariation === BarChartVariation.Horizontal) {
|
|
1111
|
+
this.tickSizes();
|
|
1112
|
+
this.setNamedTicks();
|
|
1113
|
+
this.setTickInteraction();
|
|
1114
|
+
}
|
|
1115
|
+
else
|
|
1116
|
+
this.setValueTicks();
|
|
1117
|
+
}
|
|
1118
|
+
// Sets the largest and smallest value from series 0, Should only be used when not loading
|
|
1119
|
+
setMinMax() {
|
|
1120
|
+
var _a;
|
|
1121
|
+
this._maxVal = max(this._chartData.data.series[0].yValues);
|
|
1122
|
+
this._minVal = min([0, min(this._chartData.data.series[0].yValues)]);
|
|
1123
|
+
this._tempScale = linear()
|
|
1124
|
+
.domain([this._minVal, this._maxVal])
|
|
1125
|
+
.nice(((_a = this._chartData.meta) === null || _a === void 0 ? void 0 : _a.numberOfReferenceLines)
|
|
1126
|
+
? this._chartData.meta.numberOfReferenceLines
|
|
1127
|
+
: 3)
|
|
1128
|
+
.domain();
|
|
1129
|
+
}
|
|
1130
|
+
// Setting up x-axis, getting margin.right in this function
|
|
1131
|
+
initXAxis(empty) {
|
|
1132
|
+
this.setXScale(empty);
|
|
1133
|
+
this._xAxisHandle = this._barChartContainer
|
|
1134
|
+
.append('g')
|
|
1135
|
+
.attr('transform', `translate(0,${this._dims.height - this._margin.bottom})`);
|
|
1136
|
+
if (this.afVariation === BarChartVariation.Horizontal) {
|
|
1137
|
+
this.setValueTicks();
|
|
1138
|
+
// Removing first tick, because it aligns with y-axis domain
|
|
1139
|
+
this._xAxisHandle.select('.tick').select('line').remove();
|
|
1140
|
+
}
|
|
1141
|
+
else {
|
|
1142
|
+
if (!empty) {
|
|
1143
|
+
this.tickSizes();
|
|
1144
|
+
this.setNamedTicks();
|
|
1145
|
+
this.setTickInteraction();
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
}
|
|
1149
|
+
// Initializing bars, can only handle one series of bars for now
|
|
1150
|
+
initBars() {
|
|
1151
|
+
this._barSelection = this._barChartContainer
|
|
1152
|
+
.selectAll('barGroup')
|
|
1153
|
+
.data(this.reshapeData)
|
|
1154
|
+
.join('g')
|
|
1155
|
+
.attr('class', 'barGroup')
|
|
1156
|
+
.attr('id', (d) => 'barGroup' + d.key.replace(/[^A-Z0-9]+/gi, '_'))
|
|
1157
|
+
.append('rect')
|
|
1158
|
+
.attr('class', 'bar')
|
|
1159
|
+
.style('cursor', 'pointer');
|
|
1160
|
+
this._barSelection
|
|
1161
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
1162
|
+
? this._yScale(d.key)
|
|
1163
|
+
: this._yScale(d.value))
|
|
1164
|
+
.attr('x', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
1165
|
+
? 2
|
|
1166
|
+
: this._xScale(d.key))
|
|
1167
|
+
.attr('ry', 4)
|
|
1168
|
+
.attr('rx', 4)
|
|
1169
|
+
.attr('width', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
1170
|
+
? this._xScale(d.value)
|
|
1171
|
+
: this._xScale.bandwidth())
|
|
1172
|
+
.attr('height', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
1173
|
+
? this._yScale.bandwidth()
|
|
1174
|
+
: this._dims.height - this._margin.bottom - this._yScale(d.value))
|
|
1175
|
+
.attr('fill', '#00005a')
|
|
1176
|
+
.on('mouseenter', this.hover)
|
|
1177
|
+
.on('mouseleave', this.hoverOut)
|
|
1178
|
+
.on('click', this.openTooltip);
|
|
1179
|
+
}
|
|
1180
|
+
initBarText() {
|
|
1181
|
+
this._textSelection = this._barChartContainer
|
|
1182
|
+
.selectAll('.barGroup')
|
|
1183
|
+
.append('text');
|
|
1184
|
+
this._textSelection
|
|
1185
|
+
.text((d) => d.value.toLocaleString(undefined, this._numberFormat))
|
|
1186
|
+
.attr('class', 'barText')
|
|
1187
|
+
.attr('font-size', this.fontSize)
|
|
1188
|
+
.attr('font-weight', '600')
|
|
1189
|
+
.attr('text-anchor', 'end')
|
|
1190
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
1191
|
+
? this._yScale(d.key) + this._yScale.bandwidth() / 2
|
|
1192
|
+
: this._yScale(d.value))
|
|
1193
|
+
.attr('x', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
1194
|
+
? this._xScale(d)
|
|
1195
|
+
: this._xScale(d.key) + this._xScale.bandwidth())
|
|
1196
|
+
.attr('dy', () => this.afVariation == BarChartVariation.Horizontal ? '0.35em' : '-0.25em')
|
|
1197
|
+
.style('pointer-events', 'none')
|
|
1198
|
+
.style('display', () => { var _a; return ((_a = this._chartData.meta) === null || _a === void 0 ? void 0 : _a.valueLabels) ? null : 'none'; });
|
|
1199
|
+
this.adjustBarText();
|
|
1200
|
+
}
|
|
1201
|
+
initChain() {
|
|
1202
|
+
this.initSvg();
|
|
1203
|
+
this.initToolTip();
|
|
1204
|
+
this.initYAxis();
|
|
1205
|
+
this.initXAxis();
|
|
1206
|
+
this.initBars();
|
|
1207
|
+
this.initBarText();
|
|
1208
|
+
}
|
|
1209
|
+
async updateChain() {
|
|
1210
|
+
var _a, _b, _c, _d;
|
|
1211
|
+
// Fetch number formatting
|
|
1212
|
+
this._numberFormat = {
|
|
1213
|
+
maximumSignificantDigits: (_b = (_a = this._chartData.meta) === null || _a === void 0 ? void 0 : _a.labelProperties) === null || _b === void 0 ? void 0 : _b.significantDigits,
|
|
1214
|
+
notation: ((_d = (_c = this._chartData.meta) === null || _c === void 0 ? void 0 : _c.labelProperties) === null || _d === void 0 ? void 0 : _d.shortHand)
|
|
1215
|
+
? 'compact'
|
|
1216
|
+
: 'standard'
|
|
1217
|
+
};
|
|
1218
|
+
if (this._tooltip)
|
|
1219
|
+
this.closeTooltip();
|
|
1220
|
+
// Check whether we are in table mode or not
|
|
1221
|
+
if (this._tableDiv.style['display'] == 'block') {
|
|
1222
|
+
if (!this._chartData.title) {
|
|
1223
|
+
select(this._titleDiv)
|
|
1224
|
+
.select(this.afHeadingLevel)
|
|
1225
|
+
.html(`${_t.loading}...`);
|
|
1226
|
+
}
|
|
1227
|
+
else {
|
|
1228
|
+
this.setTableContent();
|
|
1229
|
+
this.setTableDimensions();
|
|
1230
|
+
}
|
|
1231
|
+
this.transitionTitle();
|
|
1232
|
+
}
|
|
1233
|
+
else {
|
|
1234
|
+
// displaying legend again
|
|
1235
|
+
if (this._loading) {
|
|
1236
|
+
select(this._host).select('.tableButton').style('display', null);
|
|
1237
|
+
select(this._legendDiv).style('display', null);
|
|
1238
|
+
this.initToolTip();
|
|
1239
|
+
}
|
|
1240
|
+
// Disconnect resize observer while adjusting things
|
|
1241
|
+
this.barChartObserver.disconnect();
|
|
1242
|
+
this.setMinMax();
|
|
1243
|
+
const newHeight = this.setDims();
|
|
1244
|
+
this.transitionTitle();
|
|
1245
|
+
this._svg
|
|
1246
|
+
.transition()
|
|
1247
|
+
.duration(400)
|
|
1248
|
+
.attr('width', this._dims.width)
|
|
1249
|
+
.attr('height', this._dims.height)
|
|
1250
|
+
.attr('aria-label', this._chartData && this._chartData.title
|
|
1251
|
+
? 'Stapeldiagram om ' + this._chartData.title.toLowerCase()
|
|
1252
|
+
: 'Stapeldiagram');
|
|
1253
|
+
this.setMargins();
|
|
1254
|
+
// Waiting with observing for changes until transition to regular bars is complete
|
|
1255
|
+
this._barChartContainer
|
|
1256
|
+
.transition('position')
|
|
1257
|
+
.duration(this.defaultDuration)
|
|
1258
|
+
.ease(polyInOut)
|
|
1259
|
+
.attr('transform', `translate(${this._margin.left + this.tickPadding + this.yTickSize},0)`);
|
|
1260
|
+
if (!this._loading)
|
|
1261
|
+
this._barChartContainer.on('end', () => this.barChartObserver.observe(this._chartDiv));
|
|
1262
|
+
// If there is a new height
|
|
1263
|
+
if (newHeight) {
|
|
1264
|
+
// Update y-axis with potentially new height (might want to do a check here)
|
|
1265
|
+
this.afVariation === BarChartVariation.Horizontal
|
|
1266
|
+
? this._yScale.range([
|
|
1267
|
+
this._margin.top,
|
|
1268
|
+
this._dims.height - this._margin.bottom
|
|
1269
|
+
])
|
|
1270
|
+
: this._yScale.range([
|
|
1271
|
+
this._dims.height - this._margin.bottom,
|
|
1272
|
+
this._margin.top
|
|
1273
|
+
]);
|
|
1274
|
+
this._xAxisHandle.attr('transform', `translate(0,${this._dims.height - this._margin.bottom})`);
|
|
1275
|
+
}
|
|
1276
|
+
this.tickSizes();
|
|
1277
|
+
this.setYScale();
|
|
1278
|
+
this.setXScale();
|
|
1279
|
+
this.setTickInteraction();
|
|
1280
|
+
this._tickWidth = this.getLargestText(this.afVariation == BarChartVariation.Horizontal
|
|
1281
|
+
? this._xScale.ticks().map((tick) => tick.toLocaleString())
|
|
1282
|
+
: this._yScale.ticks().map((tick) => tick.toLocaleString()));
|
|
1283
|
+
this.setValueTicks(true);
|
|
1284
|
+
if (this._loading) {
|
|
1285
|
+
select(this._legendDiv)
|
|
1286
|
+
.style('opacity', 0)
|
|
1287
|
+
.transition()
|
|
1288
|
+
.duration(400)
|
|
1289
|
+
.ease(polyInOut)
|
|
1290
|
+
.style('opacity', 1);
|
|
1291
|
+
this._margin.right =
|
|
1292
|
+
this.getTextSize(this._xScale.domain()[1].toLocaleString()) / 2 +
|
|
1293
|
+
this.yTickSize +
|
|
1294
|
+
this.tickPadding;
|
|
1295
|
+
// Update x-axis with new width
|
|
1296
|
+
this._xScale.range([
|
|
1297
|
+
0,
|
|
1298
|
+
this._dims.width - this._margin.right - this._margin.left
|
|
1299
|
+
]);
|
|
1300
|
+
this.setNamedTicks(true);
|
|
1301
|
+
// Stop animation
|
|
1302
|
+
this._barSelection.selectAll('.barGroup').on('end', null);
|
|
1303
|
+
this._loading = false;
|
|
1304
|
+
this._barSelection
|
|
1305
|
+
.transition()
|
|
1306
|
+
.duration(this.defaultDuration)
|
|
1307
|
+
.attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
|
|
1308
|
+
? this._yScale(d.key)
|
|
1309
|
+
: this._dims.height - this._margin.bottom)
|
|
1310
|
+
.attr('height', () => 0)
|
|
1311
|
+
.on('end', (...[, i]) => i === this._placeholderTicks.length - 1
|
|
1312
|
+
? this.updateBars(true)
|
|
1313
|
+
: null);
|
|
1314
|
+
this.setTickInteraction();
|
|
1315
|
+
}
|
|
1316
|
+
else {
|
|
1317
|
+
this.setNamedTicks(true);
|
|
1318
|
+
// Removing first tick, because it aligns with y-axis domain
|
|
1319
|
+
this.updateBars();
|
|
1320
|
+
}
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
// Resizing bar chart
|
|
1324
|
+
resize() {
|
|
1325
|
+
const newHeight = this.setDims();
|
|
1326
|
+
this.setMargins();
|
|
1327
|
+
this._svg.attr('width', this._dims.width).attr('height', this._dims.height);
|
|
1328
|
+
this._barChartContainer.attr('transform', `translate(${this._margin.left + this.tickPadding + this.yTickSize},0)`);
|
|
1329
|
+
this._margin.right =
|
|
1330
|
+
this.getTextSize(this._xScale.domain()[1].toLocaleString()) / 2 +
|
|
1331
|
+
this.yTickSize +
|
|
1332
|
+
this.tickPadding;
|
|
1333
|
+
// If there is a new height
|
|
1334
|
+
if (newHeight) {
|
|
1335
|
+
// Update y-axis with potentially new height (might want to do a check here)
|
|
1336
|
+
this.afVariation === BarChartVariation.Horizontal
|
|
1337
|
+
? this._yScale.range([
|
|
1338
|
+
this._margin.top,
|
|
1339
|
+
this._dims.height - this._margin.bottom
|
|
1340
|
+
])
|
|
1341
|
+
: this._yScale.range([
|
|
1342
|
+
this._dims.height - this._margin.bottom,
|
|
1343
|
+
this._margin.top
|
|
1344
|
+
]);
|
|
1345
|
+
this._xAxisHandle.attr('transform', `translate(0,${this._dims.height - this._margin.bottom})`);
|
|
1346
|
+
}
|
|
1347
|
+
// Update x-axis with new width
|
|
1348
|
+
this._xScale.range([
|
|
1349
|
+
0,
|
|
1350
|
+
this._dims.width - this._margin.right - this._margin.left
|
|
1351
|
+
]);
|
|
1352
|
+
this.setNamedTicks();
|
|
1353
|
+
this.setValueTicks();
|
|
1354
|
+
this.adjustBarSize();
|
|
1355
|
+
this.adjustBarText();
|
|
1356
|
+
if (this._tooltipData)
|
|
1357
|
+
this.positionTooltip(this._tooltipData);
|
|
1358
|
+
}
|
|
1359
|
+
// Returns the longest text from an array of strings
|
|
1360
|
+
getLargestText(array) {
|
|
1361
|
+
let width = 0;
|
|
1362
|
+
array.forEach((elem) => {
|
|
1363
|
+
const temp = this.getTextSize(elem);
|
|
1364
|
+
if (temp > width) {
|
|
1365
|
+
width = temp;
|
|
1366
|
+
}
|
|
1367
|
+
});
|
|
1368
|
+
return width;
|
|
1369
|
+
}
|
|
1370
|
+
componentWillLoad() {
|
|
1371
|
+
this.afChartDataUpdate(this.afChartData);
|
|
1372
|
+
}
|
|
1373
|
+
componentDidLoad() {
|
|
1374
|
+
if (Object.keys(this._chartData).length === 0) {
|
|
1375
|
+
this._loading = true;
|
|
1376
|
+
return this.initEmpty();
|
|
1377
|
+
}
|
|
1378
|
+
this.initChain();
|
|
1379
|
+
document.fonts.ready.then(() => {
|
|
1380
|
+
this.recomputeTextSize();
|
|
1381
|
+
this.setNamedTicks();
|
|
1382
|
+
this._barChartContainer.attr('transform', `translate(${this._margin.left + this.tickPadding + this.yTickSize},0)`);
|
|
1383
|
+
});
|
|
1384
|
+
}
|
|
1385
|
+
disconnectedCallback() {
|
|
1386
|
+
this.barChartObserver.disconnect();
|
|
1387
|
+
}
|
|
1388
|
+
componentWillUpdate() {
|
|
1389
|
+
this._prevHeight = select(this._titleDiv).style('height');
|
|
1390
|
+
}
|
|
1391
|
+
componentDidUpdate() {
|
|
1392
|
+
if (this._tableDiv.style['display'] != 'block' &&
|
|
1393
|
+
Object.keys(this._chartData).length === 0) {
|
|
1394
|
+
// Disconnect old barchartobserver while doing resizing
|
|
1395
|
+
this.barChartObserver.disconnect();
|
|
1396
|
+
return this.loadingState();
|
|
1397
|
+
}
|
|
1398
|
+
this.updateChain();
|
|
1399
|
+
}
|
|
1400
|
+
// Not currently used
|
|
1401
|
+
/*get cssModifiers() {
|
|
1402
|
+
return {
|
|
1403
|
+
'digi-bar-chart--vertical': this.afVariation == 'vertical',
|
|
1404
|
+
'digi-bar-chart--horizontal': this.afVariation == 'horizontal'
|
|
1405
|
+
};
|
|
1406
|
+
}*/
|
|
1407
|
+
// Returns pixelwidth of text given the current fontSize (costly function using .each)
|
|
1408
|
+
getTextSize(text) {
|
|
1409
|
+
const textWidth = [];
|
|
1410
|
+
const svg = select(this._chartDiv).append('svg');
|
|
1411
|
+
svg
|
|
1412
|
+
.selectAll('dummyText')
|
|
1413
|
+
.data([text])
|
|
1414
|
+
.join('text')
|
|
1415
|
+
.attr('font-size', this.fontSize) // <- using 1rem here whereas default is 0.875rem
|
|
1416
|
+
.text((d) => d)
|
|
1417
|
+
.each((...[, i, nodelist]) => {
|
|
1418
|
+
const thisWidth = nodelist[i].getComputedTextLength();
|
|
1419
|
+
textWidth.push(thisWidth);
|
|
1420
|
+
nodelist[i].remove();
|
|
1421
|
+
});
|
|
1422
|
+
svg.remove().exit();
|
|
1423
|
+
return textWidth[0];
|
|
1424
|
+
}
|
|
1425
|
+
// Setting table content from this._chartData
|
|
1426
|
+
setTableContent() {
|
|
1427
|
+
this._tableDiv.innerHTML = `<digi-table af-size="small" af-variation="primary"> <table><caption>${this._chartData.title}</caption><thead><tr>${this.headings()}</tr></thead><tbody>${this.tableBody()}</tbody></table></digi-table>`;
|
|
1428
|
+
}
|
|
1429
|
+
setTableDimensions() {
|
|
1430
|
+
const table = select(this._tableDiv);
|
|
1431
|
+
table
|
|
1432
|
+
// The last value is for compensating the padding set on the table element, changing padding in css, will need change in these two lines
|
|
1433
|
+
.style('height', this._dims.height + 'px');
|
|
1434
|
+
table.style('width', this._dims.width - this._rem * 0.65 + 'px');
|
|
1435
|
+
}
|
|
1436
|
+
// Extracting all headings from data and returning a string with <th>-elements with headings
|
|
1437
|
+
headings() {
|
|
1438
|
+
let headingsString = `<th scope="col">${this._chartData.x}</th>`;
|
|
1439
|
+
this._chartData.data.series.forEach((elem) => {
|
|
1440
|
+
headingsString = headingsString.concat(`<th scope="col">${elem.title}</th>`);
|
|
1441
|
+
});
|
|
1442
|
+
return headingsString;
|
|
1443
|
+
}
|
|
1444
|
+
// Building the table body
|
|
1445
|
+
tableBody() {
|
|
1446
|
+
let body = '';
|
|
1447
|
+
const loopable = this._chartData.data.xValueNames
|
|
1448
|
+
? this._chartData.data.xValueNames
|
|
1449
|
+
: this._chartData.data.xValues;
|
|
1450
|
+
loopable.forEach((elem, index) => {
|
|
1451
|
+
let cells = '';
|
|
1452
|
+
this._chartData.data.series.forEach((serie) => {
|
|
1453
|
+
cells = cells.concat(`<td>${serie.yValues[index] != null ? serie.yValues[index].toLocaleString() : '-'}</td>`);
|
|
1454
|
+
});
|
|
1455
|
+
body = body.concat(`<tr><th scope='row'>${elem}${cells}</th></tr>`);
|
|
1456
|
+
});
|
|
1457
|
+
return body;
|
|
1458
|
+
}
|
|
1459
|
+
render() {
|
|
1460
|
+
// Setting header
|
|
1461
|
+
let heading = '';
|
|
1462
|
+
if (!this._chartData.subTitle)
|
|
1463
|
+
heading = `<${this.afHeadingLevel}>${this._chartData.title}</${this.afHeadingLevel}>`;
|
|
1464
|
+
else {
|
|
1465
|
+
if (!this._chartData.infoText)
|
|
1466
|
+
heading = `<${this.afHeadingLevel}>${this._chartData.title}</${this.afHeadingLevel}><p>${this._chartData.subTitle}</p>`;
|
|
1467
|
+
else
|
|
1468
|
+
heading = `<${this.afHeadingLevel}>${this._chartData.title}</${this.afHeadingLevel}><p>${this._chartData.subTitle}
|
|
1469
|
+
<span style="display:block;margin-top:0.25rem;font-size:0.875rem;color:var(--digi--global--color--neutral--grayscale--darkest-3)">${this._chartData.infoText}</span></p>`;
|
|
1470
|
+
}
|
|
1471
|
+
return (h(Host, { key: '6542bfbcbf8ab501505bbbb8de22e2f974199c17', ref: (el) => (this._host = el) }, h("div", { key: '545d724643358ff83253d7851aee53fd552d1bd2', class: "topWrapper", ref: (el) => (this._titleDiv = el) }, h("digi-typography", { key: 'e6405ea7d4ab0f499db6b7c3bf9fb1d0b9d8ba2a', class: "chartTitle", innerHTML: heading }), h("digi-button", { key: 'a51a759093334d02ed4f85374b7c7f6645d26f09', class: "buttonWrapper tableButton", "af-size": "medium", "af-variation": "function", "af-full-width": "false", onAfOnClick: this.activateTable, afAriaLabel: `Visa tabell ${this._chartData.title ? this._chartData.title.toLowerCase() : ''}` }, h("digi-icon-table", { key: '0531f03eaae69b9209be45523d00aeed203d3f6c', slot: "icon" }), "Visa tabell"), h("digi-button", { key: '3db29cd19057f2f441183f91eaee4bae49502f76', style: { display: 'none' }, class: "buttonWrapper chartButton", "af-size": "medium", "af-variation": "function", "af-full-width": "false", onAfOnClick: this.reInitChart, afAriaLabel: `Visa diagram ${this._chartData.title ? this._chartData.title.toLowerCase() : ''}` }, h("digi-icon-chart", { key: 'f95b9969e3516e0ef1d03152644b56009e583e1f', slot: "icon" }), "Visa diagram"), h("div", { key: '154173339889b8ae0187491b2392ed45ed6dceca', class: "scChartStatus", role: "status", ref: (el) => (this._status = el) })), h("div", { key: '7d01d6003d06b03a5b3005b641f76e658876b688', class: "chartTooltip", id: this.afId }, h("div", { key: '643206324382099ce1acee66b8c409048b736755', class: "tooltipBody" }), h("digi-icon-x", { key: '70a296e1278e914d46c80ae84132dbc4fba5e6d4', class: "close" }), this.afVariation === BarChartVariation.Horizontal ? (h("digi-icon-caret-up", null)) : (h("digi-icon-caret-down", null))), h("div", { key: '4af7c0b6fbcf3b08694b9b500cb09f1f2433598a', ref: (el) => (this._chartDiv = el) }, " "), h("div", { key: '5ea7297db866d101b0872d34d28a0c6bf91459ee', class: "legend", ref: (el) => (this._legendDiv = el) }), h("div", { key: 'db2fc9424b364b092ce5f323717d70713d86fd6a', class: "table", ref: (el) => (this._tableDiv = el) }, ' ')));
|
|
1472
|
+
}
|
|
1473
|
+
get hostElement() { return getElement(this); }
|
|
1474
|
+
static get watchers() { return {
|
|
1475
|
+
"afChartData": ["afChartDataUpdate"]
|
|
1476
|
+
}; }
|
|
1477
|
+
};
|
|
1478
|
+
barChart.style = DigiBarChartStyle0;
|
|
1479
|
+
|
|
1480
|
+
export { barChart as digi_bar_chart };
|