@duetds/components 10.0.0-alpha.3 → 10.0.0-alpha.30
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/hydrate/index.d.ts +38 -7
- package/hydrate/index.js +11784 -4278
- package/hydrate/index.mjs +46035 -0
- package/lib/cjs/_commonjsHelpers-4N64IRaP.js +10 -0
- package/lib/cjs/{a11y-utils-8177cf00.js → a11y-utils-D2e4DE4A.js} +1 -1
- package/lib/cjs/action-arrow-down-small-CDsSJFvZ.js +21 -0
- package/lib/cjs/action-new-window-small-BWlVx6YN.js +21 -0
- package/lib/cjs/{app-globals-718a3704.js → app-globals-P2FPiN9v.js} +2 -2
- package/lib/cjs/{common-strings-2984301e.js → common-strings-CSqtNIxt.js} +29 -0
- package/lib/cjs/duet-action-button.cjs.entry.js +84 -29
- package/lib/cjs/duet-alert.cjs.entry.js +102 -48
- package/lib/cjs/duet-badge.cjs.entry.js +31 -9
- package/lib/cjs/duet-banner.cjs.entry.js +64 -27
- package/lib/cjs/duet-breadcrumb.cjs.entry.js +37 -26
- package/lib/cjs/duet-breadcrumbs.cjs.entry.js +20 -14
- package/lib/cjs/duet-button_2.cjs.entry.js +162 -68
- package/lib/cjs/duet-callout.cjs.entry.js +13 -10
- package/lib/cjs/duet-caption_4.cjs.entry.js +211 -75
- package/lib/cjs/duet-card.cjs.entry.js +95 -34
- package/lib/cjs/duet-checkbox.cjs.entry.js +68 -32
- package/lib/cjs/duet-checkmark.cjs.entry.js +21 -9
- package/lib/cjs/duet-chip.cjs.entry.js +356 -0
- package/lib/cjs/duet-choice_2.cjs.entry.js +276 -128
- package/lib/cjs/duet-collapsible.cjs.entry.js +94 -29
- package/lib/cjs/duet-combobox.cjs.entry.js +85 -48
- package/lib/cjs/duet-contact-card.cjs.entry.js +17 -18
- package/lib/cjs/duet-cookie-consent.cjs.entry.js +14 -11
- package/lib/cjs/duet-date-picker.cjs.entry.js +163 -57
- package/lib/cjs/duet-divider_2.cjs.entry.js +30 -14
- package/lib/cjs/duet-editable-table_3.cjs.entry.js +553 -210
- package/lib/cjs/duet-empty-state.cjs.entry.js +15 -9
- package/lib/cjs/duet-fieldset.cjs.entry.js +51 -18
- package/lib/cjs/duet-file-chooser.cjs.entry.js +18 -11
- package/lib/cjs/duet-footer.cjs.entry.js +56 -30
- package/lib/cjs/duet-grid_2.cjs.entry.js +164 -64
- package/lib/cjs/duet-header_2.cjs.entry.js +302 -91
- package/lib/cjs/duet-hero.cjs.entry.js +149 -32
- package/lib/cjs/duet-icon.cjs.entry.js +64 -20
- package/lib/cjs/duet-indicator.cjs.entry.js +53 -0
- package/lib/cjs/duet-input_2.cjs.entry.js +204 -86
- package/lib/cjs/duet-layout.cjs.entry.js +33 -13
- package/lib/cjs/duet-list_2.cjs.entry.js +58 -14
- package/lib/cjs/duet-menu-bar-button.cjs.entry.js +24 -16
- package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +19 -14
- package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +21 -16
- package/lib/cjs/duet-menu-bar-item.cjs.entry.js +40 -19
- package/lib/cjs/duet-menu-bar-link.cjs.entry.js +18 -10
- package/lib/cjs/duet-menu-bar.cjs.entry.js +37 -58
- package/lib/cjs/duet-modal.cjs.entry.js +122 -35
- package/lib/cjs/duet-multiselect.cjs.entry.js +88 -42
- package/lib/cjs/duet-nav.cjs.entry.js +12 -8
- package/lib/cjs/duet-notification_2.cjs.entry.js +91 -32
- package/lib/cjs/duet-number-input.cjs.entry.js +185 -70
- package/lib/cjs/duet-overlay.cjs.entry.js +36 -14
- package/lib/cjs/duet-page-heading.cjs.entry.js +16 -11
- package/lib/cjs/duet-pagination_2.cjs.entry.js +162 -87
- package/lib/cjs/duet-panel.cjs.entry.js +53 -0
- package/lib/cjs/duet-phone-input.cjs.entry.js +2072 -0
- package/lib/cjs/duet-popup-menu_2.cjs.entry.js +552 -0
- package/lib/cjs/duet-progress.cjs.entry.js +32 -13
- package/lib/cjs/duet-promo-card.cjs.entry.js +27 -13
- package/lib/cjs/duet-radio_2.cjs.entry.js +114 -55
- package/lib/cjs/duet-range-slider.cjs.entry.js +73 -37
- package/lib/cjs/duet-scrollable_3.cjs.entry.js +269 -130
- package/lib/cjs/duet-section-layout.cjs.entry.js +17 -10
- package/lib/cjs/duet-select.cjs.entry.js +89 -43
- package/lib/cjs/duet-shaped-image.cjs.entry.js +16 -11
- package/lib/cjs/duet-share-chart-item.cjs.entry.js +22 -0
- package/lib/cjs/duet-share-chart.cjs.entry.js +85 -0
- package/lib/cjs/duet-show-more.cjs.entry.js +81 -38
- package/lib/cjs/duet-slideout-lang.cjs.entry.js +10 -10
- package/lib/cjs/duet-slideout-link.cjs.entry.js +61 -10
- package/lib/cjs/duet-slideout-panel-dropdown.cjs.entry.js +25 -14
- package/lib/cjs/duet-slideout-panel.cjs.entry.js +50 -36
- package/lib/cjs/duet-slideout.cjs.entry.js +110 -60
- package/lib/cjs/duet-status-icon.cjs.entry.js +99 -0
- package/lib/cjs/duet-step_2.cjs.entry.js +72 -24
- package/lib/cjs/duet-submenu-bar-dropdown-link.cjs.entry.js +25 -10
- package/lib/cjs/duet-submenu-bar-dropdown.cjs.entry.js +27 -18
- package/lib/cjs/duet-submenu-bar-item.cjs.entry.js +40 -19
- package/lib/cjs/duet-submenu-bar-link.cjs.entry.js +18 -9
- package/lib/cjs/duet-submenu-bar.cjs.entry.js +27 -21
- package/lib/cjs/duet-textarea.cjs.entry.js +109 -50
- package/lib/cjs/duet-toggle.cjs.entry.js +50 -29
- package/lib/cjs/duet-toolbar-dropdown-link.cjs.entry.js +22 -11
- package/lib/cjs/duet-toolbar-dropdown.cjs.entry.js +27 -16
- package/lib/cjs/duet-toolbar-item.cjs.entry.js +46 -19
- package/lib/cjs/duet-toolbar-link.cjs.entry.js +21 -10
- package/lib/cjs/duet-toolbar.cjs.entry.js +12 -10
- package/lib/cjs/duet-tooltip-button_2.cjs.entry.js +24 -27
- package/lib/cjs/duet-tooltip.cjs.entry.js +98 -46
- package/lib/cjs/duet-tray.cjs.entry.js +63 -24
- package/lib/cjs/duet-upload-aria-status.cjs.entry.js +30 -11
- package/lib/cjs/duet-upload-item.cjs.entry.js +12 -22
- package/lib/cjs/duet-visually-hidden.cjs.entry.js +4 -7
- package/lib/cjs/duet.cjs.js +8 -8
- package/lib/cjs/{errorcodes.utils-4e8a9de4.js → errorcodes.utils-B_Hqvx-5.js} +2 -2
- package/lib/cjs/floating-ui.dom.browser.min-Cj0r5YDz.js +709 -0
- package/lib/cjs/{focus-utils-2a0030aa.js → focus-utils-B7QfRXd-.js} +1 -1
- package/lib/cjs/form-search-CzPfHB80.js +21 -0
- package/lib/cjs/index-B1t_Yumd.js +3107 -0
- package/lib/cjs/{keyboard-utils-681e11ec.js → keyboard-utils-D9UlHbik.js} +4 -0
- package/lib/cjs/{label-2abeac23.js → label-e--2ISFA.js} +1 -1
- package/lib/cjs/{language-utils-b5940c7b.js → language-utils-Ce6b_uA3.js} +10 -2
- package/lib/cjs/loader.cjs.js +3 -5
- package/lib/cjs/{slot-utils-382633cf.js → slot-utils-C8k-6Rvc.js} +6 -1
- package/lib/cjs/{teleport-c6f8391a.js → teleport-D5NDbuu0.js} +22 -7
- package/lib/cjs/themeable-component-DmPMm0Cz.js +74 -0
- package/lib/cjs/{token-utils-5000595c.js → token-utils-COKjUxmn.js} +80 -9
- package/lib/cjs/{tokens-57e06fe4.js → tokens-9aevMbB1.js} +150 -8
- package/lib/cjs/{tokens.module-7c947029.js → tokens.module-Bhh9B2g8.js} +99 -3
- package/lib/cjs/{watch-options-30a12622.js → watch-options-D4JNsU3B.js} +0 -20
- package/lib/collection/collection-manifest.json +7 -1
- package/lib/collection/common/themeable-component.js +61 -3
- package/lib/collection/common-strings.js +27 -0
- package/lib/collection/components/duet-action-button/duet-action-button.css +29 -12
- package/lib/collection/components/duet-action-button/duet-action-button.js +92 -33
- package/lib/collection/components/duet-alert/duet-alert.css +88 -59
- package/lib/collection/components/duet-alert/duet-alert.js +141 -57
- package/lib/collection/components/duet-badge/duet-badge.css +21 -9
- package/lib/collection/components/duet-badge/duet-badge.js +30 -6
- package/lib/collection/components/duet-banner/duet-banner.css +30 -24
- package/lib/collection/components/duet-banner/duet-banner.js +68 -28
- package/lib/collection/components/duet-breadcrumbs/duet-breadcrumb.css +10 -8
- package/lib/collection/components/duet-breadcrumbs/duet-breadcrumb.js +26 -28
- package/lib/collection/components/duet-breadcrumbs/duet-breadcrumbs.css +18 -7
- package/lib/collection/components/duet-breadcrumbs/duet-breadcrumbs.js +15 -6
- package/lib/collection/components/duet-button/duet-button.css +149 -48
- package/lib/collection/components/duet-button/duet-button.js +175 -91
- package/lib/collection/components/duet-callout/duet-callout.css +7 -2
- package/lib/collection/components/duet-callout/duet-callout.js +10 -4
- package/lib/collection/components/duet-caption/duet-caption.css +7 -3
- package/lib/collection/components/duet-caption/duet-caption.js +18 -6
- package/lib/collection/components/duet-card/duet-card.css +45 -16
- package/lib/collection/components/duet-card/duet-card.js +115 -37
- package/lib/collection/components/duet-checkbox/duet-checkbox.css +26 -8
- package/lib/collection/components/duet-checkbox/duet-checkbox.js +86 -47
- package/lib/collection/components/duet-chip/duet-chip.css +63 -25
- package/lib/collection/components/duet-chip/duet-chip.js +70 -36
- package/lib/collection/components/duet-choice/duet-checkmark.css +4 -0
- package/lib/collection/components/duet-choice/duet-checkmark.js +22 -7
- package/lib/collection/components/duet-choice/duet-choice.css +90 -38
- package/lib/collection/components/duet-choice/duet-choice.js +228 -133
- package/lib/collection/components/duet-choice-group/duet-choice-group.css +4 -4
- package/lib/collection/components/duet-choice-group/duet-choice-group.js +108 -47
- package/lib/collection/components/duet-collapsible/duet-collapsible.css +49 -13
- package/lib/collection/components/duet-collapsible/duet-collapsible.js +116 -28
- package/lib/collection/components/duet-combobox/duet-combobox.css +9 -2
- package/lib/collection/components/duet-combobox/duet-combobox.js +88 -46
- package/lib/collection/components/duet-contact-card/duet-contact-card.css +8 -4
- package/lib/collection/components/duet-contact-card/duet-contact-card.js +21 -19
- package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.css +23 -14
- package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.js +11 -5
- package/lib/collection/components/duet-date-picker/date-picker-day.js +6 -1
- package/lib/collection/components/duet-date-picker/date-utils.js +6 -1
- package/lib/collection/components/duet-date-picker/duet-date-picker.css +99 -46
- package/lib/collection/components/duet-date-picker/duet-date-picker.js +177 -69
- package/lib/collection/components/duet-divider/duet-divider.css +12 -6
- package/lib/collection/components/duet-divider/duet-divider.js +14 -4
- package/lib/collection/components/duet-editable-table/duet-editable-table.css +2 -2
- package/lib/collection/components/duet-editable-table/duet-editable-table.js +83 -26
- package/lib/collection/components/duet-empty-state/duet-empty-state.css +11 -6
- package/lib/collection/components/duet-empty-state/duet-empty-state.js +14 -5
- package/lib/collection/components/duet-fieldset/duet-fieldset.css +13 -6
- package/lib/collection/components/duet-fieldset/duet-fieldset.js +58 -20
- package/lib/collection/components/duet-file-chooser/duet-file-chooser.css +2 -2
- package/lib/collection/components/duet-file-chooser/duet-file-chooser.js +17 -7
- package/lib/collection/components/duet-footer/duet-footer.css +43 -14
- package/lib/collection/components/duet-footer/duet-footer.js +55 -27
- package/lib/collection/components/duet-grid/duet-grid.css +2 -6
- package/lib/collection/components/duet-grid/duet-grid.js +144 -68
- package/lib/collection/components/duet-grid-item/duet-grid-item.css +6 -2
- package/lib/collection/components/duet-grid-item/duet-grid-item.js +40 -13
- package/lib/collection/components/duet-header/duet-header.css +165 -65
- package/lib/collection/components/duet-header/duet-header.js +165 -76
- package/lib/collection/components/duet-heading/duet-heading.css +11 -5
- package/lib/collection/components/duet-heading/duet-heading.js +56 -12
- package/lib/collection/components/duet-hero/duet-hero.css +326 -18
- package/lib/collection/components/duet-hero/duet-hero.js +170 -53
- package/lib/collection/components/duet-icon/duet-icon.css +17 -5
- package/lib/collection/components/duet-icon/duet-icon.js +71 -24
- package/lib/collection/components/duet-indicator/duet-indicator.css +46 -0
- package/lib/collection/components/duet-indicator/duet-indicator.js +104 -0
- package/lib/collection/components/duet-input/duet-input.css +155 -53
- package/lib/collection/components/duet-input/duet-input.js +241 -138
- package/lib/collection/components/duet-label/duet-label.css +8 -4
- package/lib/collection/components/duet-label/duet-label.js +23 -8
- package/lib/collection/components/duet-layout/duet-layout.css +4 -7
- package/lib/collection/components/duet-layout/duet-layout.js +35 -12
- package/lib/collection/components/duet-link/duet-link.css +166 -22
- package/lib/collection/components/duet-link/duet-link.js +121 -70
- package/lib/collection/components/duet-list/duet-list.css +4 -4
- package/lib/collection/components/duet-list/duet-list.js +38 -9
- package/lib/collection/components/duet-list-item/duet-list-item.css +25 -5
- package/lib/collection/components/duet-list-item/duet-list-item.js +50 -4
- package/lib/collection/components/duet-logo/duet-logo.css +33 -8
- package/lib/collection/components/duet-logo/duet-logo.js +111 -11
- package/lib/collection/components/duet-menu-bar/duet-menu-bar.css +110 -8
- package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +59 -57
- package/lib/collection/components/duet-menu-bar-button/duet-menu-bar-button.css +17 -8
- package/lib/collection/components/duet-menu-bar-button/duet-menu-bar-button.js +33 -22
- package/lib/collection/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.css +28 -12
- package/lib/collection/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.js +20 -12
- package/lib/collection/components/duet-menu-bar-dropdown-link/duet-menu-bar-dropdown-link.css +19 -9
- package/lib/collection/components/duet-menu-bar-dropdown-link/duet-menu-bar-dropdown-link.js +18 -10
- package/lib/collection/components/duet-menu-bar-item/duet-menu-bar-item.css +28 -10
- package/lib/collection/components/duet-menu-bar-item/duet-menu-bar-item.js +39 -16
- package/lib/collection/components/duet-menu-bar-link/duet-menu-bar-link.css +25 -10
- package/lib/collection/components/duet-menu-bar-link/duet-menu-bar-link.js +19 -8
- package/lib/collection/components/duet-modal/duet-modal.css +23 -25
- package/lib/collection/components/duet-modal/duet-modal.js +193 -39
- package/lib/collection/components/duet-multiselect/duet-multiselect.css +67 -29
- package/lib/collection/components/duet-multiselect/duet-multiselect.js +98 -48
- package/lib/collection/components/duet-nav/duet-nav.css +8 -4
- package/lib/collection/components/duet-nav/duet-nav.js +10 -3
- package/lib/collection/components/duet-notification/duet-notification.css +33 -26
- package/lib/collection/components/duet-notification/duet-notification.js +39 -9
- package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.css +38 -36
- package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.js +57 -24
- package/lib/collection/components/duet-number-input/duet-number-input.css +26 -14
- package/lib/collection/components/duet-number-input/duet-number-input.js +190 -95
- package/lib/collection/components/duet-overlay/duet-overlay.css +5 -1
- package/lib/collection/components/duet-overlay/duet-overlay.js +40 -15
- package/lib/collection/components/duet-page-heading/duet-page-heading.css +44 -16
- package/lib/collection/components/duet-page-heading/duet-page-heading.js +17 -9
- package/lib/collection/components/duet-pagination/duet-pagination.css +8 -4
- package/lib/collection/components/duet-pagination/duet-pagination.js +130 -76
- package/lib/collection/components/duet-panel/duet-panel.css +98 -0
- package/lib/collection/components/duet-panel/duet-panel.js +234 -0
- package/lib/collection/components/duet-paragraph/duet-paragraph.css +19 -6
- package/lib/collection/components/duet-paragraph/duet-paragraph.js +29 -8
- package/lib/collection/components/duet-phone-input/duet-phone-input.css +61 -0
- package/lib/collection/components/duet-phone-input/duet-phone-input.js +930 -0
- package/lib/collection/components/duet-popup-menu/duet-popup-menu.css +14 -6
- package/lib/collection/components/duet-popup-menu/duet-popup-menu.js +235 -76
- package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.css +30 -12
- package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.js +64 -29
- package/lib/collection/components/duet-progress/duet-progress.css +27 -8
- package/lib/collection/components/duet-progress/duet-progress.js +36 -14
- package/lib/collection/components/duet-promo-card/duet-promo-card.css +15 -12
- package/lib/collection/components/duet-promo-card/duet-promo-card.js +28 -11
- package/lib/collection/components/duet-radio/duet-radio.css +35 -8
- package/lib/collection/components/duet-radio/duet-radio.js +67 -49
- package/lib/collection/components/duet-radio-group/duet-radio-group.css +4 -4
- package/lib/collection/components/duet-radio-group/duet-radio-group.js +78 -30
- package/lib/collection/components/duet-range-slider/duet-range-slider.css +60 -18
- package/lib/collection/components/duet-range-slider/duet-range-slider.js +85 -46
- package/lib/collection/components/duet-range-stepper/duet-range-stepper.css +8 -4
- package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +43 -14
- package/lib/collection/components/duet-scrollable/duet-scrollable.css +84 -47
- package/lib/collection/components/duet-scrollable/duet-scrollable.js +160 -43
- package/lib/collection/components/duet-section-layout/duet-section-layout.css +4 -7
- package/lib/collection/components/duet-section-layout/duet-section-layout.js +16 -6
- package/lib/collection/components/duet-select/duet-select.css +51 -23
- package/lib/collection/components/duet-select/duet-select.js +109 -60
- package/lib/collection/components/duet-shaped-image/duet-shaped-image.css +6 -6
- package/lib/collection/components/duet-shaped-image/duet-shaped-image.js +17 -9
- package/lib/collection/components/duet-share-chart/duet-share-chart.css +82 -0
- package/lib/collection/components/duet-share-chart/duet-share-chart.js +141 -0
- package/lib/collection/components/duet-share-chart-item/duet-share-chart-item.js +67 -0
- package/lib/collection/components/duet-show-more/duet-show-more.css +15 -8
- package/lib/collection/components/duet-show-more/duet-show-more.js +87 -37
- package/lib/collection/components/duet-slideout/duet-slideout.css +68 -33
- package/lib/collection/components/duet-slideout/duet-slideout.js +109 -54
- package/lib/collection/components/duet-slideout-lang/duet-slideout-lang.css +10 -6
- package/lib/collection/components/duet-slideout-lang/duet-slideout-lang.js +5 -2
- package/lib/collection/components/duet-slideout-link/duet-slideout-link.css +41 -13
- package/lib/collection/components/duet-slideout-link/duet-slideout-link.js +135 -12
- package/lib/collection/components/duet-slideout-panel/duet-slideout-panel.css +63 -40
- package/lib/collection/components/duet-slideout-panel/duet-slideout-panel.js +47 -30
- package/lib/collection/components/duet-slideout-panel-dropdown/duet-slideout-panel-dropdown.css +29 -16
- package/lib/collection/components/duet-slideout-panel-dropdown/duet-slideout-panel-dropdown.js +25 -11
- package/lib/collection/components/duet-spacer/duet-spacer.css +2 -2
- package/lib/collection/components/duet-spacer/duet-spacer.js +14 -4
- package/lib/collection/components/duet-spinner/duet-spinner.css +7 -4
- package/lib/collection/components/duet-spinner/duet-spinner.js +21 -10
- package/lib/collection/components/duet-status-icon/duet-status-icon.js +197 -0
- package/lib/collection/components/duet-step/duet-step.css +28 -13
- package/lib/collection/components/duet-step/duet-step.js +25 -16
- package/lib/collection/components/duet-stepper/duet-stepper.css +4 -4
- package/lib/collection/components/duet-stepper/duet-stepper.js +45 -10
- package/lib/collection/components/duet-submenu-bar/duet-submenu-bar.css +34 -16
- package/lib/collection/components/duet-submenu-bar/duet-submenu-bar.js +25 -16
- package/lib/collection/components/duet-submenu-bar-dropdown/duet-submenu-bar-dropdown.css +49 -15
- package/lib/collection/components/duet-submenu-bar-dropdown/duet-submenu-bar-dropdown.js +25 -13
- package/lib/collection/components/duet-submenu-bar-dropdown-link/duet-submenu-bar-dropdown-link.css +29 -8
- package/lib/collection/components/duet-submenu-bar-dropdown-link/duet-submenu-bar-dropdown-link.js +26 -8
- package/lib/collection/components/duet-submenu-bar-item/duet-submenu-bar-item.css +33 -10
- package/lib/collection/components/duet-submenu-bar-item/duet-submenu-bar-item.js +38 -15
- package/lib/collection/components/duet-submenu-bar-link/duet-submenu-bar-link.css +34 -9
- package/lib/collection/components/duet-submenu-bar-link/duet-submenu-bar-link.js +17 -5
- package/lib/collection/components/duet-tab/duet-tab.css +15 -11
- package/lib/collection/components/duet-tab/duet-tab.js +88 -24
- package/lib/collection/components/duet-tab-group/duet-tab-group.css +232 -129
- package/lib/collection/components/duet-tab-group/duet-tab-group.js +228 -83
- package/lib/collection/components/duet-table/duet-table-styles.js +68 -4
- package/lib/collection/components/duet-table/duet-table.js +42 -13
- package/lib/collection/components/duet-textarea/duet-textarea.css +61 -22
- package/lib/collection/components/duet-textarea/duet-textarea.js +159 -74
- package/lib/collection/components/duet-toggle/duet-toggle.css +23 -10
- package/lib/collection/components/duet-toggle/duet-toggle.js +62 -38
- package/lib/collection/components/duet-toolbar/duet-toolbar.css +11 -4
- package/lib/collection/components/duet-toolbar/duet-toolbar.js +11 -6
- package/lib/collection/components/duet-toolbar-dropdown/duet-toolbar-dropdown.css +36 -12
- package/lib/collection/components/duet-toolbar-dropdown/duet-toolbar-dropdown.js +28 -14
- package/lib/collection/components/duet-toolbar-dropdown-link/duet-toolbar-dropdown-link.css +21 -8
- package/lib/collection/components/duet-toolbar-dropdown-link/duet-toolbar-dropdown-link.js +23 -9
- package/lib/collection/components/duet-toolbar-item/duet-toolbar-item.css +52 -30
- package/lib/collection/components/duet-toolbar-item/duet-toolbar-item.js +48 -19
- package/lib/collection/components/duet-toolbar-link/duet-toolbar-link.css +42 -10
- package/lib/collection/components/duet-toolbar-link/duet-toolbar-link.js +23 -9
- package/lib/collection/components/duet-tooltip/duet-tooltip-button.css +24 -14
- package/lib/collection/components/duet-tooltip/duet-tooltip-button.js +9 -11
- package/lib/collection/components/duet-tooltip/duet-tooltip-popup.css +48 -16
- package/lib/collection/components/duet-tooltip/duet-tooltip-popup.js +18 -14
- package/lib/collection/components/duet-tooltip/duet-tooltip.css +4 -4
- package/lib/collection/components/duet-tooltip/duet-tooltip.js +100 -45
- package/lib/collection/components/duet-tray/duet-tray.css +43 -27
- package/lib/collection/components/duet-tray/duet-tray.js +63 -21
- package/lib/collection/components/duet-upload/duet-upload.css +6 -6
- package/lib/collection/components/duet-upload/duet-upload.js +419 -213
- package/lib/collection/components/duet-upload-aria-status/duet-upload-aria-status.js +35 -13
- package/lib/collection/components/duet-upload-item/duet-upload-item.js +17 -18
- package/lib/collection/components/duet-visually-hidden/duet-visually-hidden.css +3 -3
- package/lib/collection/components/duet-visually-hidden/duet-visually-hidden.js +1 -1
- package/lib/collection/data/countries.js +1762 -0
- package/lib/collection/index.js +1 -0
- package/lib/collection/utils/keyboard-utils.js +3 -0
- package/lib/collection/utils/language-utils.js +7 -0
- package/lib/collection/utils/slot-utils.js +4 -0
- package/lib/collection/utils/teleport.js +22 -7
- package/lib/collection/utils/test-utils.js +2 -2
- package/lib/collection/utils/token-utils.js +59 -7
- package/lib/collection/utils/turva2-color-tokens.js +42 -0
- package/lib/duet/duet.esm.js +1 -1
- package/lib/duet/p-05b44a92.entry.js +4 -0
- package/lib/duet/p-0c4bde0e.entry.js +4 -0
- package/lib/duet/p-0cf754a3.entry.js +4 -0
- package/lib/duet/p-11303551.entry.js +4 -0
- package/lib/duet/p-11dc2ca3.entry.js +4 -0
- package/lib/duet/p-14b9af85.entry.js +4 -0
- package/lib/duet/p-17b2fad7.entry.js +4 -0
- package/lib/duet/p-19c8adaa.entry.js +4 -0
- package/lib/duet/p-1UeoYjt6.js +4 -0
- package/lib/duet/p-25bfc839.entry.js +4 -0
- package/lib/duet/p-2690a420.entry.js +4 -0
- package/lib/duet/p-2f0a1808.entry.js +4 -0
- package/lib/duet/p-2f34aa4c.entry.js +4 -0
- package/lib/duet/p-37bdc3b9.entry.js +4 -0
- package/lib/duet/p-39e7cc4b.entry.js +4 -0
- package/lib/duet/p-3c5f5035.entry.js +4 -0
- package/lib/duet/p-3e08bd06.entry.js +4 -0
- package/lib/duet/p-3f932150.entry.js +4 -0
- package/lib/duet/p-414f4b06.entry.js +4 -0
- package/lib/duet/p-4457a9cc.entry.js +4 -0
- package/lib/duet/p-450983a5.entry.js +4 -0
- package/lib/duet/p-492d90a6.entry.js +4 -0
- package/lib/duet/p-4a743428.entry.js +4 -0
- package/lib/duet/p-4b4d9bdc.entry.js +4 -0
- package/lib/duet/p-4d4f7a6e.entry.js +4 -0
- package/lib/duet/p-4efa7172.entry.js +4 -0
- package/lib/duet/p-513683f8.entry.js +4 -0
- package/lib/duet/p-51e85e15.entry.js +4 -0
- package/lib/duet/{p-6be341c4.entry.js → p-52bb0826.entry.js} +1 -1
- package/lib/duet/p-52e64670.entry.js +4 -0
- package/lib/duet/p-52f52f3f.entry.js +4 -0
- package/lib/duet/p-559a54d1.entry.js +4 -0
- package/lib/duet/p-56331c29.entry.js +4 -0
- package/lib/duet/p-5c4687b0.entry.js +4 -0
- package/lib/duet/p-5f2507ee.entry.js +4 -0
- package/lib/duet/p-5iZMFvpJ.js +4 -0
- package/lib/duet/p-625bf656.entry.js +4 -0
- package/lib/duet/p-638d143f.entry.js +4 -0
- package/lib/duet/p-63d75040.entry.js +4 -0
- package/lib/duet/p-64482bf0.entry.js +4 -0
- package/lib/duet/p-64db9820.entry.js +4 -0
- package/lib/duet/p-653a4f52.entry.js +4 -0
- package/lib/duet/p-67cbf570.entry.js +4 -0
- package/lib/duet/p-6d0a6cef.entry.js +4 -0
- package/lib/duet/p-7ab7b977.entry.js +4 -0
- package/lib/duet/p-7d8ba1c8.entry.js +4 -0
- package/lib/duet/p-80157aab.entry.js +4 -0
- package/lib/duet/p-81fdf21e.entry.js +4 -0
- package/lib/duet/p-835532a3.entry.js +4 -0
- package/lib/duet/p-87d63c67.entry.js +4 -0
- package/lib/duet/p-88b2a4ab.entry.js +4 -0
- package/lib/duet/p-89119c58.entry.js +4 -0
- package/lib/duet/p-8a22e0f7.entry.js +4 -0
- package/lib/duet/p-9278d908.entry.js +4 -0
- package/lib/duet/p-93d1d4cb.entry.js +4 -0
- package/lib/duet/p-963f5510.entry.js +4 -0
- package/lib/duet/p-9bdedc1c.entry.js +4 -0
- package/lib/duet/p-9c452a9d.entry.js +4 -0
- package/lib/duet/p-9fd3fbde.entry.js +4 -0
- package/lib/duet/p-9fe9aaec.entry.js +4 -0
- package/lib/duet/p-9ff0f670.entry.js +4 -0
- package/lib/duet/p-BVgBUIYF.js +4 -0
- package/lib/duet/p-BW-c05c3.js +4 -0
- package/lib/duet/p-BWvtXbhA.js +4 -0
- package/lib/duet/{p-81287261.js → p-B_NkY9T0.js} +1 -1
- package/lib/duet/p-Bh9dkusU.js +4 -0
- package/lib/duet/p-BmMFVM-y.js +4 -0
- package/lib/duet/p-Bt_DCuTi.js +4 -0
- package/lib/duet/p-CZ7vOBA_.js +4 -0
- package/lib/duet/p-CcCc0HYj.js +4 -0
- package/lib/duet/p-CjRTMlgs.js +5 -0
- package/lib/duet/p-CooAqTCj.js +4 -0
- package/lib/duet/p-Db8rvjPI.js +4 -0
- package/lib/duet/p-DcQPCCbT.js +4 -0
- package/lib/duet/p-Df3Doz7n.js +4 -0
- package/lib/duet/{p-8c9eb171.js → p-DmZj36y3.js} +1 -1
- package/lib/duet/p-DvwKrUS6.js +4 -0
- package/lib/duet/p-DzEPksgg.js +4 -0
- package/lib/duet/p-a22b9c52.entry.js +4 -0
- package/lib/duet/p-a39af7a5.entry.js +4 -0
- package/lib/{esm-es5/duet-grid_2.entry.js → duet/p-a49e7633.entry.js} +2 -2
- package/lib/duet/p-a5ebee52.entry.js +4 -0
- package/lib/duet/p-ac7bf279.entry.js +4 -0
- package/lib/duet/p-ae22406a.entry.js +4 -0
- package/lib/duet/p-b17749b1.entry.js +4 -0
- package/lib/duet/p-b8e1621d.entry.js +4 -0
- package/lib/duet/p-ba0fc0f3.entry.js +4 -0
- package/lib/duet/p-bba12747.entry.js +4 -0
- package/lib/duet/p-bf4c10ea.entry.js +4 -0
- package/lib/duet/p-c2afba51.entry.js +4 -0
- package/lib/duet/p-c74cd476.entry.js +4 -0
- package/lib/duet/p-c8c7616a.entry.js +4 -0
- package/lib/duet/p-ca8ad275.entry.js +4 -0
- package/lib/duet/p-cf054af5.entry.js +4 -0
- package/lib/duet/p-d27678ec.entry.js +4 -0
- package/lib/duet/p-d49e4c1a.entry.js +4 -0
- package/lib/duet/p-da90aae6.entry.js +4 -0
- package/lib/duet/p-dceb943b.entry.js +4 -0
- package/lib/duet/{p-ff4f7076.entry.js → p-df64aa65.entry.js} +1 -1
- package/lib/duet/p-e04410c6.entry.js +4 -0
- package/lib/duet/p-e057762a.entry.js +4 -0
- package/lib/duet/p-ea09620e.entry.js +4 -0
- package/lib/duet/p-ebd27669.entry.js +4 -0
- package/lib/duet/p-ec601f3c.entry.js +4 -0
- package/lib/duet/p-ec7bdfaf.entry.js +4 -0
- package/lib/duet/p-qH1epSqB.js +4 -0
- package/lib/duet/p-vVCYtBMj.js +4 -0
- package/lib/esm/_commonjsHelpers-DvwKrUS6.js +8 -0
- package/lib/{dist-custom-elements/p-afb6f7fb.js → esm/a11y-utils-CfJGGdQJ.js} +1 -1
- package/lib/esm/action-arrow-down-small-Bk3GShyI.js +19 -0
- package/lib/esm/action-new-window-small-EH8_HdAm.js +19 -0
- package/lib/esm/{app-globals-00959ca9.js → app-globals-DGW8k4EA.js} +2 -2
- package/lib/esm/common-strings-BWvtXbhA.js +52 -0
- package/lib/esm/duet-action-button.entry.js +84 -27
- package/lib/esm/duet-alert.entry.js +102 -46
- package/lib/esm/duet-badge.entry.js +31 -7
- package/lib/esm/duet-banner.entry.js +64 -25
- package/lib/esm/duet-breadcrumb.entry.js +38 -25
- package/lib/esm/duet-breadcrumbs.entry.js +20 -12
- package/lib/esm/duet-button_2.entry.js +162 -66
- package/lib/esm/duet-callout.entry.js +13 -8
- package/lib/esm/duet-caption_4.entry.js +211 -73
- package/lib/esm/duet-card.entry.js +95 -32
- package/lib/esm/duet-checkbox.entry.js +68 -30
- package/lib/esm/duet-checkmark.entry.js +21 -7
- package/lib/{dist-custom-elements/p-3431b690.js → esm/duet-chip.entry.js} +68 -82
- package/lib/esm/duet-choice_2.entry.js +277 -127
- package/lib/esm/duet-collapsible.entry.js +94 -27
- package/lib/esm/duet-combobox.entry.js +85 -46
- package/lib/esm/duet-contact-card.entry.js +17 -16
- package/lib/esm/duet-cookie-consent.entry.js +14 -9
- package/lib/esm/duet-date-picker.entry.js +163 -55
- package/lib/esm/duet-divider_2.entry.js +30 -12
- package/lib/esm/duet-editable-table_3.entry.js +553 -208
- package/lib/esm/duet-empty-state.entry.js +15 -7
- package/lib/esm/duet-fieldset.entry.js +51 -16
- package/lib/esm/duet-file-chooser.entry.js +18 -9
- package/lib/esm/duet-footer.entry.js +56 -28
- package/lib/esm/duet-grid_2.entry.js +164 -62
- package/lib/esm/duet-header_2.entry.js +303 -90
- package/lib/esm/duet-hero.entry.js +149 -30
- package/lib/esm/duet-icon.entry.js +64 -18
- package/lib/esm/duet-indicator.entry.js +51 -0
- package/lib/esm/duet-input_2.entry.js +205 -85
- package/lib/esm/duet-layout.entry.js +33 -11
- package/lib/esm/duet-list_2.entry.js +58 -12
- package/lib/esm/duet-menu-bar-button.entry.js +24 -14
- package/lib/esm/duet-menu-bar-dropdown-link.entry.js +19 -12
- package/lib/esm/duet-menu-bar-dropdown.entry.js +21 -14
- package/lib/esm/duet-menu-bar-item.entry.js +40 -17
- package/lib/esm/duet-menu-bar-link.entry.js +18 -8
- package/lib/esm/duet-menu-bar.entry.js +37 -56
- package/lib/esm/duet-modal.entry.js +122 -33
- package/lib/esm/duet-multiselect.entry.js +88 -40
- package/lib/esm/duet-nav.entry.js +12 -6
- package/lib/esm/duet-notification_2.entry.js +91 -30
- package/lib/esm/duet-number-input.entry.js +186 -69
- package/lib/esm/duet-overlay.entry.js +36 -12
- package/lib/esm/duet-page-heading.entry.js +16 -9
- package/lib/esm/duet-pagination_2.entry.js +162 -85
- package/lib/esm/duet-panel.entry.js +51 -0
- package/lib/esm/duet-phone-input.entry.js +2070 -0
- package/lib/esm/duet-popup-menu_2.entry.js +549 -0
- package/lib/esm/duet-progress.entry.js +32 -11
- package/lib/esm/duet-promo-card.entry.js +27 -11
- package/lib/esm/duet-radio_2.entry.js +114 -53
- package/lib/esm/duet-range-slider.entry.js +73 -35
- package/lib/esm/duet-scrollable_3.entry.js +269 -128
- package/lib/esm/duet-section-layout.entry.js +17 -8
- package/lib/esm/duet-select.entry.js +89 -41
- package/lib/esm/duet-shaped-image.entry.js +16 -9
- package/lib/esm/duet-share-chart-item.entry.js +20 -0
- package/lib/esm/duet-share-chart.entry.js +83 -0
- package/lib/esm/duet-show-more.entry.js +81 -36
- package/lib/esm/duet-slideout-lang.entry.js +10 -8
- package/lib/esm/duet-slideout-link.entry.js +61 -8
- package/lib/esm/duet-slideout-panel-dropdown.entry.js +25 -12
- package/lib/esm/duet-slideout-panel.entry.js +50 -34
- package/lib/esm/duet-slideout.entry.js +110 -58
- package/lib/esm/duet-status-icon.entry.js +97 -0
- package/lib/esm/duet-step_2.entry.js +73 -23
- package/lib/esm/duet-submenu-bar-dropdown-link.entry.js +25 -8
- package/lib/esm/duet-submenu-bar-dropdown.entry.js +27 -16
- package/lib/esm/duet-submenu-bar-item.entry.js +40 -17
- package/lib/esm/duet-submenu-bar-link.entry.js +18 -7
- package/lib/esm/duet-submenu-bar.entry.js +27 -19
- package/lib/esm/duet-textarea.entry.js +109 -48
- package/lib/esm/duet-toggle.entry.js +50 -27
- package/lib/esm/duet-toolbar-dropdown-link.entry.js +22 -9
- package/lib/esm/duet-toolbar-dropdown.entry.js +27 -14
- package/lib/esm/duet-toolbar-item.entry.js +46 -17
- package/lib/esm/duet-toolbar-link.entry.js +21 -8
- package/lib/esm/duet-toolbar.entry.js +12 -8
- package/lib/esm/duet-tooltip-button_2.entry.js +24 -25
- package/lib/esm/duet-tooltip.entry.js +97 -43
- package/lib/esm/duet-tray.entry.js +63 -22
- package/lib/esm/duet-upload-aria-status.entry.js +30 -9
- package/lib/esm/duet-upload-item.entry.js +12 -20
- package/lib/esm/duet-visually-hidden.entry.js +4 -5
- package/lib/esm/duet.js +7 -6
- package/lib/esm/{errorcodes.utils-d9431251.js → errorcodes.utils-qEQnnnLR.js} +3 -3
- package/lib/esm/floating-ui.dom.browser.min-B_NkY9T0.js +702 -0
- package/lib/{dist-custom-elements/p-e30dc66d.js → esm/focus-utils-D7bOJ91T.js} +1 -1
- package/lib/esm/form-search-CevX33LA.js +19 -0
- package/lib/esm/{index-1d0b7c66.js → index-CjRTMlgs.js} +2069 -1238
- package/lib/esm/{keyboard-utils-439bcc8b.js → keyboard-utils-Db8rvjPI.js} +4 -1
- package/lib/{dist-custom-elements/p-42619f94.js → esm/label-DI1u_MFQ.js} +1 -1
- package/lib/esm/{language-utils-14969cef.js → language-utils-DMUadJDW.js} +10 -3
- package/lib/esm/loader.js +4 -4
- package/lib/esm/{slot-utils-4e5ed4eb.js → slot-utils-DmMljwEF.js} +6 -2
- package/lib/{dist-custom-elements/p-ca3cb21e.js → esm/teleport-CooAqTCj.js} +22 -7
- package/lib/esm/themeable-component-CULFNCJP.js +72 -0
- package/lib/esm/{token-utils-b9ba8c5e.js → token-utils-Dw-GA7-4.js} +80 -10
- package/lib/{dist-custom-elements/p-f6000a03.js → esm/tokens-DcQPCCbT.js} +151 -7
- package/lib/{dist-custom-elements/p-cea716f7.js → esm/tokens.module-Bh9dkusU.js} +100 -4
- package/lib/{dist-custom-elements/p-7d8a2628.js → esm/watch-options-BmMFVM-y.js} +1 -20
- package/lib/index.js +1 -1
- package/lib/loader/cdn.js +1 -2
- package/lib/loader/index.cjs.js +1 -2
- package/lib/loader/index.es2017.js +0 -1
- package/lib/loader/index.js +1 -2
- package/lib/types/common-strings.d.ts +3 -0
- package/lib/types/common-types.d.ts +1 -1
- package/lib/types/components/duet-alert/duet-alert.d.ts +20 -10
- package/lib/types/components/duet-badge/duet-badge.d.ts +1 -0
- package/lib/types/components/duet-banner/duet-banner.d.ts +2 -0
- package/lib/types/components/duet-breadcrumbs/duet-breadcrumb.d.ts +2 -4
- package/lib/types/components/duet-button/duet-button.d.ts +1 -1
- package/lib/types/components/duet-card/duet-card.d.ts +6 -0
- package/lib/types/components/duet-chip/duet-chip.d.ts +1 -0
- package/lib/types/components/duet-choice/duet-choice.d.ts +1 -5
- package/lib/types/components/duet-choice-group/duet-choice-group.d.ts +3 -2
- package/lib/types/components/duet-collapsible/duet-collapsible.d.ts +8 -1
- package/lib/types/components/duet-combobox/duet-combobox.d.ts +1 -0
- package/lib/types/components/duet-date-picker/duet-date-picker.d.ts +4 -0
- package/lib/types/components/duet-fieldset/duet-fieldset.d.ts +3 -0
- package/lib/types/components/duet-grid/duet-grid.d.ts +9 -7
- package/lib/types/components/duet-heading/duet-heading.d.ts +6 -0
- package/lib/types/components/duet-hero/duet-hero.d.ts +6 -2
- package/lib/types/components/duet-indicator/duet-indicator.d.ts +17 -0
- package/lib/types/components/duet-input/duet-input.d.ts +13 -15
- package/lib/types/components/duet-link/duet-link.d.ts +3 -7
- package/lib/types/components/duet-list-item/duet-list-item.d.ts +9 -3
- package/lib/types/components/duet-logo/duet-logo.d.ts +8 -0
- package/lib/types/components/duet-menu-bar/duet-menu-bar.d.ts +5 -4
- package/lib/types/components/duet-modal/duet-modal.d.ts +17 -1
- package/lib/types/components/duet-number-input/duet-number-input.d.ts +5 -2
- package/lib/types/components/duet-overlay/duet-overlay.d.ts +4 -0
- package/lib/types/components/duet-panel/duet-panel.d.ts +47 -0
- package/lib/types/components/duet-paragraph/duet-paragraph.d.ts +1 -0
- package/lib/types/components/duet-phone-input/duet-phone-input.d.ts +178 -0
- package/lib/types/components/duet-popup-menu/duet-popup-menu.d.ts +19 -5
- package/lib/types/components/duet-popup-menu-item/duet-popup-menu-item.d.ts +1 -0
- package/lib/types/components/duet-radio-group/duet-radio-group.d.ts +1 -0
- package/lib/types/components/duet-scrollable/duet-scrollable.d.ts +18 -1
- package/lib/types/components/duet-select/duet-select.d.ts +2 -0
- package/lib/types/components/duet-share-chart/duet-share-chart.d.ts +34 -0
- package/lib/types/components/duet-share-chart-item/duet-share-chart-item.d.ts +13 -0
- package/lib/types/components/duet-show-more/duet-show-more.d.ts +1 -0
- package/lib/types/components/duet-slideout/duet-slideout.d.ts +4 -3
- package/lib/types/components/duet-slideout-link/duet-slideout-link.d.ts +17 -0
- package/lib/types/components/duet-spinner/duet-spinner.d.ts +1 -0
- package/lib/types/components/duet-status-icon/duet-status-icon.d.ts +27 -0
- package/lib/types/components/duet-stepper/duet-stepper.d.ts +5 -2
- package/lib/types/components/duet-tab/duet-tab.d.ts +10 -0
- package/lib/types/components/duet-tab-group/duet-tab-group.d.ts +24 -4
- package/lib/types/components/duet-textarea/duet-textarea.d.ts +4 -2
- package/lib/types/components/duet-tooltip/duet-tooltip.d.ts +1 -1
- package/lib/types/components.d.ts +2350 -52
- package/lib/types/data/countries.d.ts +22 -0
- package/lib/types/index.d.ts +1 -0
- package/lib/types/stencil-public-runtime.d.ts +35 -6
- package/lib/types/utils/keyboard-utils.d.ts +1 -0
- package/lib/types/utils/language-utils.d.ts +1 -0
- package/lib/types/utils/slot-utils.d.ts +1 -0
- package/lib/types/utils/teleport.d.ts +4 -1
- package/lib/types/utils/token-utils.d.ts +4 -0
- package/lib/types/utils/turva2-color-tokens.d.ts +39 -0
- package/package.json +30 -16
- package/lib/cjs/action-arrow-down-small-ef77a2d1.js +0 -8
- package/lib/cjs/action-new-window-small-fa51dfb9.js +0 -8
- package/lib/cjs/duet-chip_3.cjs.entry.js +0 -699
- package/lib/cjs/floating-ui.dom.esm-806e7c53.js +0 -1355
- package/lib/cjs/form-search-d61b2843.js +0 -8
- package/lib/cjs/index-21e67ab3.js +0 -2278
- package/lib/cjs/themeable-component-996b489c.js +0 -15
- package/lib/dist-custom-elements/duet-action-button.d.ts +0 -11
- package/lib/dist-custom-elements/duet-action-button.js +0 -9
- package/lib/dist-custom-elements/duet-alert.d.ts +0 -11
- package/lib/dist-custom-elements/duet-alert.js +0 -9
- package/lib/dist-custom-elements/duet-badge.d.ts +0 -11
- package/lib/dist-custom-elements/duet-badge.js +0 -9
- package/lib/dist-custom-elements/duet-banner.d.ts +0 -11
- package/lib/dist-custom-elements/duet-banner.js +0 -157
- package/lib/dist-custom-elements/duet-breadcrumb.d.ts +0 -11
- package/lib/dist-custom-elements/duet-breadcrumb.js +0 -101
- package/lib/dist-custom-elements/duet-breadcrumbs.d.ts +0 -11
- package/lib/dist-custom-elements/duet-breadcrumbs.js +0 -88
- package/lib/dist-custom-elements/duet-button.d.ts +0 -11
- package/lib/dist-custom-elements/duet-button.js +0 -9
- package/lib/dist-custom-elements/duet-callout.d.ts +0 -11
- package/lib/dist-custom-elements/duet-callout.js +0 -72
- package/lib/dist-custom-elements/duet-caption.d.ts +0 -11
- package/lib/dist-custom-elements/duet-caption.js +0 -9
- package/lib/dist-custom-elements/duet-card.d.ts +0 -11
- package/lib/dist-custom-elements/duet-card.js +0 -171
- package/lib/dist-custom-elements/duet-checkbox.d.ts +0 -11
- package/lib/dist-custom-elements/duet-checkbox.js +0 -9
- package/lib/dist-custom-elements/duet-checkmark.d.ts +0 -11
- package/lib/dist-custom-elements/duet-checkmark.js +0 -9
- package/lib/dist-custom-elements/duet-chip.d.ts +0 -11
- package/lib/dist-custom-elements/duet-chip.js +0 -9
- package/lib/dist-custom-elements/duet-choice-group.d.ts +0 -11
- package/lib/dist-custom-elements/duet-choice-group.js +0 -228
- package/lib/dist-custom-elements/duet-choice.d.ts +0 -11
- package/lib/dist-custom-elements/duet-choice.js +0 -454
- package/lib/dist-custom-elements/duet-collapsible.d.ts +0 -11
- package/lib/dist-custom-elements/duet-collapsible.js +0 -158
- package/lib/dist-custom-elements/duet-combobox.d.ts +0 -11
- package/lib/dist-custom-elements/duet-combobox.js +0 -702
- package/lib/dist-custom-elements/duet-contact-card.d.ts +0 -11
- package/lib/dist-custom-elements/duet-contact-card.js +0 -134
- package/lib/dist-custom-elements/duet-cookie-consent.d.ts +0 -11
- package/lib/dist-custom-elements/duet-cookie-consent.js +0 -106
- package/lib/dist-custom-elements/duet-date-picker.d.ts +0 -11
- package/lib/dist-custom-elements/duet-date-picker.js +0 -932
- package/lib/dist-custom-elements/duet-divider.d.ts +0 -11
- package/lib/dist-custom-elements/duet-divider.js +0 -9
- package/lib/dist-custom-elements/duet-editable-table.d.ts +0 -11
- package/lib/dist-custom-elements/duet-editable-table.js +0 -258
- package/lib/dist-custom-elements/duet-empty-state.d.ts +0 -11
- package/lib/dist-custom-elements/duet-empty-state.js +0 -9
- package/lib/dist-custom-elements/duet-fieldset.d.ts +0 -11
- package/lib/dist-custom-elements/duet-fieldset.js +0 -9
- package/lib/dist-custom-elements/duet-file-chooser.d.ts +0 -11
- package/lib/dist-custom-elements/duet-file-chooser.js +0 -86
- package/lib/dist-custom-elements/duet-footer.d.ts +0 -11
- package/lib/dist-custom-elements/duet-footer.js +0 -223
- package/lib/dist-custom-elements/duet-grid-item.d.ts +0 -11
- package/lib/dist-custom-elements/duet-grid-item.js +0 -9
- package/lib/dist-custom-elements/duet-grid.d.ts +0 -11
- package/lib/dist-custom-elements/duet-grid.js +0 -9
- package/lib/dist-custom-elements/duet-header.d.ts +0 -11
- package/lib/dist-custom-elements/duet-header.js +0 -698
- package/lib/dist-custom-elements/duet-heading.d.ts +0 -11
- package/lib/dist-custom-elements/duet-heading.js +0 -9
- package/lib/dist-custom-elements/duet-hero.d.ts +0 -11
- package/lib/dist-custom-elements/duet-hero.js +0 -299
- package/lib/dist-custom-elements/duet-icon.d.ts +0 -11
- package/lib/dist-custom-elements/duet-icon.js +0 -9
- package/lib/dist-custom-elements/duet-input.d.ts +0 -11
- package/lib/dist-custom-elements/duet-input.js +0 -9
- package/lib/dist-custom-elements/duet-label.d.ts +0 -11
- package/lib/dist-custom-elements/duet-label.js +0 -70
- package/lib/dist-custom-elements/duet-layout.d.ts +0 -11
- package/lib/dist-custom-elements/duet-layout.js +0 -94
- package/lib/dist-custom-elements/duet-link.d.ts +0 -11
- package/lib/dist-custom-elements/duet-link.js +0 -9
- package/lib/dist-custom-elements/duet-list-item.d.ts +0 -11
- package/lib/dist-custom-elements/duet-list-item.js +0 -9
- package/lib/dist-custom-elements/duet-list.d.ts +0 -11
- package/lib/dist-custom-elements/duet-list.js +0 -9
- package/lib/dist-custom-elements/duet-logo.d.ts +0 -11
- package/lib/dist-custom-elements/duet-logo.js +0 -9
- package/lib/dist-custom-elements/duet-menu-bar-button.d.ts +0 -11
- package/lib/dist-custom-elements/duet-menu-bar-button.js +0 -94
- package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.d.ts +0 -11
- package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +0 -87
- package/lib/dist-custom-elements/duet-menu-bar-dropdown.d.ts +0 -11
- package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +0 -108
- package/lib/dist-custom-elements/duet-menu-bar-item.d.ts +0 -11
- package/lib/dist-custom-elements/duet-menu-bar-item.js +0 -108
- package/lib/dist-custom-elements/duet-menu-bar-link.d.ts +0 -11
- package/lib/dist-custom-elements/duet-menu-bar-link.js +0 -70
- package/lib/dist-custom-elements/duet-menu-bar.d.ts +0 -11
- package/lib/dist-custom-elements/duet-menu-bar.js +0 -206
- package/lib/dist-custom-elements/duet-modal.d.ts +0 -11
- package/lib/dist-custom-elements/duet-modal.js +0 -382
- package/lib/dist-custom-elements/duet-multiselect.d.ts +0 -11
- package/lib/dist-custom-elements/duet-multiselect.js +0 -346
- package/lib/dist-custom-elements/duet-nav.d.ts +0 -11
- package/lib/dist-custom-elements/duet-nav.js +0 -54
- package/lib/dist-custom-elements/duet-notification-drawer.d.ts +0 -11
- package/lib/dist-custom-elements/duet-notification-drawer.js +0 -168
- package/lib/dist-custom-elements/duet-notification.d.ts +0 -11
- package/lib/dist-custom-elements/duet-notification.js +0 -95
- package/lib/dist-custom-elements/duet-number-input.d.ts +0 -11
- package/lib/dist-custom-elements/duet-number-input.js +0 -484
- package/lib/dist-custom-elements/duet-overlay.d.ts +0 -11
- package/lib/dist-custom-elements/duet-overlay.js +0 -9
- package/lib/dist-custom-elements/duet-page-heading.d.ts +0 -11
- package/lib/dist-custom-elements/duet-page-heading.js +0 -87
- package/lib/dist-custom-elements/duet-pagination.d.ts +0 -11
- package/lib/dist-custom-elements/duet-pagination.js +0 -493
- package/lib/dist-custom-elements/duet-paragraph.d.ts +0 -11
- package/lib/dist-custom-elements/duet-paragraph.js +0 -9
- package/lib/dist-custom-elements/duet-popup-menu-item.d.ts +0 -11
- package/lib/dist-custom-elements/duet-popup-menu-item.js +0 -9
- package/lib/dist-custom-elements/duet-popup-menu.d.ts +0 -11
- package/lib/dist-custom-elements/duet-popup-menu.js +0 -9
- package/lib/dist-custom-elements/duet-progress.d.ts +0 -11
- package/lib/dist-custom-elements/duet-progress.js +0 -9
- package/lib/dist-custom-elements/duet-promo-card.d.ts +0 -11
- package/lib/dist-custom-elements/duet-promo-card.js +0 -105
- package/lib/dist-custom-elements/duet-radio-group.d.ts +0 -11
- package/lib/dist-custom-elements/duet-radio-group.js +0 -213
- package/lib/dist-custom-elements/duet-radio.d.ts +0 -11
- package/lib/dist-custom-elements/duet-radio.js +0 -230
- package/lib/dist-custom-elements/duet-range-slider.d.ts +0 -11
- package/lib/dist-custom-elements/duet-range-slider.js +0 -181
- package/lib/dist-custom-elements/duet-range-stepper.d.ts +0 -11
- package/lib/dist-custom-elements/duet-range-stepper.js +0 -234
- package/lib/dist-custom-elements/duet-scrollable.d.ts +0 -11
- package/lib/dist-custom-elements/duet-scrollable.js +0 -9
- package/lib/dist-custom-elements/duet-section-layout.d.ts +0 -11
- package/lib/dist-custom-elements/duet-section-layout.js +0 -56
- package/lib/dist-custom-elements/duet-select.d.ts +0 -11
- package/lib/dist-custom-elements/duet-select.js +0 -9
- package/lib/dist-custom-elements/duet-shaped-image.d.ts +0 -11
- package/lib/dist-custom-elements/duet-shaped-image.js +0 -64
- package/lib/dist-custom-elements/duet-show-more.d.ts +0 -11
- package/lib/dist-custom-elements/duet-show-more.js +0 -9
- package/lib/dist-custom-elements/duet-slideout-lang.d.ts +0 -11
- package/lib/dist-custom-elements/duet-slideout-lang.js +0 -76
- package/lib/dist-custom-elements/duet-slideout-link.d.ts +0 -11
- package/lib/dist-custom-elements/duet-slideout-link.js +0 -79
- package/lib/dist-custom-elements/duet-slideout-panel-dropdown.d.ts +0 -11
- package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +0 -93
- package/lib/dist-custom-elements/duet-slideout-panel.d.ts +0 -11
- package/lib/dist-custom-elements/duet-slideout-panel.js +0 -224
- package/lib/dist-custom-elements/duet-slideout.d.ts +0 -11
- package/lib/dist-custom-elements/duet-slideout.js +0 -311
- package/lib/dist-custom-elements/duet-spacer.d.ts +0 -11
- package/lib/dist-custom-elements/duet-spacer.js +0 -9
- package/lib/dist-custom-elements/duet-spinner.d.ts +0 -11
- package/lib/dist-custom-elements/duet-spinner.js +0 -9
- package/lib/dist-custom-elements/duet-step.d.ts +0 -11
- package/lib/dist-custom-elements/duet-step.js +0 -147
- package/lib/dist-custom-elements/duet-stepper.d.ts +0 -11
- package/lib/dist-custom-elements/duet-stepper.js +0 -151
- package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.d.ts +0 -11
- package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +0 -81
- package/lib/dist-custom-elements/duet-submenu-bar-dropdown.d.ts +0 -11
- package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +0 -152
- package/lib/dist-custom-elements/duet-submenu-bar-item.d.ts +0 -11
- package/lib/dist-custom-elements/duet-submenu-bar-item.js +0 -113
- package/lib/dist-custom-elements/duet-submenu-bar-link.d.ts +0 -11
- package/lib/dist-custom-elements/duet-submenu-bar-link.js +0 -72
- package/lib/dist-custom-elements/duet-submenu-bar.d.ts +0 -11
- package/lib/dist-custom-elements/duet-submenu-bar.js +0 -192
- package/lib/dist-custom-elements/duet-tab-group.d.ts +0 -11
- package/lib/dist-custom-elements/duet-tab-group.js +0 -339
- package/lib/dist-custom-elements/duet-tab.d.ts +0 -11
- package/lib/dist-custom-elements/duet-tab.js +0 -150
- package/lib/dist-custom-elements/duet-table.d.ts +0 -11
- package/lib/dist-custom-elements/duet-table.js +0 -9
- package/lib/dist-custom-elements/duet-textarea.d.ts +0 -11
- package/lib/dist-custom-elements/duet-textarea.js +0 -301
- package/lib/dist-custom-elements/duet-toggle.d.ts +0 -11
- package/lib/dist-custom-elements/duet-toggle.js +0 -146
- package/lib/dist-custom-elements/duet-toolbar-dropdown-link.d.ts +0 -11
- package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +0 -80
- package/lib/dist-custom-elements/duet-toolbar-dropdown.d.ts +0 -11
- package/lib/dist-custom-elements/duet-toolbar-dropdown.js +0 -107
- package/lib/dist-custom-elements/duet-toolbar-item.d.ts +0 -11
- package/lib/dist-custom-elements/duet-toolbar-item.js +0 -120
- package/lib/dist-custom-elements/duet-toolbar-link.d.ts +0 -11
- package/lib/dist-custom-elements/duet-toolbar-link.js +0 -74
- package/lib/dist-custom-elements/duet-toolbar.d.ts +0 -11
- package/lib/dist-custom-elements/duet-toolbar.js +0 -67
- package/lib/dist-custom-elements/duet-tooltip-button.d.ts +0 -11
- package/lib/dist-custom-elements/duet-tooltip-button.js +0 -9
- package/lib/dist-custom-elements/duet-tooltip-popup.d.ts +0 -11
- package/lib/dist-custom-elements/duet-tooltip-popup.js +0 -9
- package/lib/dist-custom-elements/duet-tooltip.d.ts +0 -11
- package/lib/dist-custom-elements/duet-tooltip.js +0 -9
- package/lib/dist-custom-elements/duet-tray.d.ts +0 -11
- package/lib/dist-custom-elements/duet-tray.js +0 -146
- package/lib/dist-custom-elements/duet-upload-aria-status.d.ts +0 -11
- package/lib/dist-custom-elements/duet-upload-aria-status.js +0 -9
- package/lib/dist-custom-elements/duet-upload-item.d.ts +0 -11
- package/lib/dist-custom-elements/duet-upload-item.js +0 -9
- package/lib/dist-custom-elements/duet-upload.d.ts +0 -11
- package/lib/dist-custom-elements/duet-upload.js +0 -1444
- package/lib/dist-custom-elements/duet-visually-hidden.d.ts +0 -11
- package/lib/dist-custom-elements/duet-visually-hidden.js +0 -9
- package/lib/dist-custom-elements/index.d.ts +0 -33
- package/lib/dist-custom-elements/index.js +0 -29
- package/lib/dist-custom-elements/p-02f97b91.js +0 -39
- package/lib/dist-custom-elements/p-087d8c5a.js +0 -60
- package/lib/dist-custom-elements/p-115c79b6.js +0 -6
- package/lib/dist-custom-elements/p-1296f851.js +0 -63
- package/lib/dist-custom-elements/p-174a9d1d.js +0 -73
- package/lib/dist-custom-elements/p-1ccd7c39.js +0 -80
- package/lib/dist-custom-elements/p-1f4fbc7a.js +0 -138
- package/lib/dist-custom-elements/p-22147601.js +0 -642
- package/lib/dist-custom-elements/p-29be247b.js +0 -80
- package/lib/dist-custom-elements/p-2c70b9f4.js +0 -50
- package/lib/dist-custom-elements/p-2f25dfb3.js +0 -154
- package/lib/dist-custom-elements/p-330bcf1d.js +0 -205
- package/lib/dist-custom-elements/p-35375593.js +0 -161
- package/lib/dist-custom-elements/p-36ab2d57.js +0 -83
- package/lib/dist-custom-elements/p-3ce1f7b8.js +0 -214
- package/lib/dist-custom-elements/p-41dca9e4.js +0 -63
- package/lib/dist-custom-elements/p-430f3778.js +0 -100
- package/lib/dist-custom-elements/p-43c4a1af.js +0 -81
- package/lib/dist-custom-elements/p-4da43fbc.js +0 -232
- package/lib/dist-custom-elements/p-68c629a8.js +0 -127
- package/lib/dist-custom-elements/p-6b77d4d3.js +0 -338
- package/lib/dist-custom-elements/p-81287261.js +0 -1348
- package/lib/dist-custom-elements/p-89b10856.js +0 -102
- package/lib/dist-custom-elements/p-956e3bce.js +0 -110
- package/lib/dist-custom-elements/p-993aea39.js +0 -175
- package/lib/dist-custom-elements/p-9df4cfa4.js +0 -25
- package/lib/dist-custom-elements/p-9f9423c6.js +0 -56
- package/lib/dist-custom-elements/p-9fa4eb51.js +0 -94
- package/lib/dist-custom-elements/p-a2147aff.js +0 -268
- package/lib/dist-custom-elements/p-aaa7a7bd.js +0 -13
- package/lib/dist-custom-elements/p-ab34075b.js +0 -124
- package/lib/dist-custom-elements/p-ad615991.js +0 -115
- package/lib/dist-custom-elements/p-b0925e24.js +0 -318
- package/lib/dist-custom-elements/p-b8de9a9c.js +0 -165
- package/lib/dist-custom-elements/p-c7d815f6.js +0 -194
- package/lib/dist-custom-elements/p-ca700701.js +0 -55
- package/lib/dist-custom-elements/p-d004da5f.js +0 -6
- package/lib/dist-custom-elements/p-d1f89e90.js +0 -124
- package/lib/dist-custom-elements/p-d2a5148f.js +0 -61
- package/lib/dist-custom-elements/p-d77db171.js +0 -2130
- package/lib/dist-custom-elements/p-dad518a5.js +0 -303
- package/lib/dist-custom-elements/p-de4ee016.js +0 -209
- package/lib/dist-custom-elements/p-de8f018a.js +0 -55
- package/lib/dist-custom-elements/p-df2042f8.js +0 -206
- package/lib/dist-custom-elements/p-e176f419.js +0 -61
- package/lib/dist-custom-elements/p-e37d189b.js +0 -607
- package/lib/dist-custom-elements/p-f11208c3.js +0 -6
- package/lib/dist-custom-elements/p-fe9e47d9.js +0 -287
- package/lib/duet/duet.js +0 -127
- package/lib/duet/p-021a4763.system.entry.js +0 -4
- package/lib/duet/p-031167a1.system.entry.js +0 -4
- package/lib/duet/p-051c4536.entry.js +0 -4
- package/lib/duet/p-053b71e6.system.js +0 -4
- package/lib/duet/p-05ca5aea.entry.js +0 -4
- package/lib/duet/p-07847129.system.entry.js +0 -4
- package/lib/duet/p-0a305aee.entry.js +0 -4
- package/lib/duet/p-0c4bbd65.system.js +0 -4
- package/lib/duet/p-0d7da85a.js +0 -4
- package/lib/duet/p-0dc9089b.system.js +0 -4
- package/lib/duet/p-0e348f96.system.entry.js +0 -4
- package/lib/duet/p-0e8e80b1.entry.js +0 -4
- package/lib/duet/p-0ee85b71.entry.js +0 -4
- package/lib/duet/p-115c79b6.js +0 -4
- package/lib/duet/p-1183d305.system.entry.js +0 -4
- package/lib/duet/p-1268b5a0.system.entry.js +0 -4
- package/lib/duet/p-153b6150.system.entry.js +0 -4
- package/lib/duet/p-192bba35.system.entry.js +0 -4
- package/lib/duet/p-1e17463d.system.js +0 -4
- package/lib/duet/p-1e904342.entry.js +0 -4
- package/lib/duet/p-1e9e887d.entry.js +0 -4
- package/lib/duet/p-209d6065.system.entry.js +0 -4
- package/lib/duet/p-20d056ac.entry.js +0 -4
- package/lib/duet/p-20eaf445.system.entry.js +0 -4
- package/lib/duet/p-215f4257.system.entry.js +0 -4
- package/lib/duet/p-237efb0c.system.entry.js +0 -4
- package/lib/duet/p-2437b4cb.js +0 -4
- package/lib/duet/p-250fb070.entry.js +0 -4
- package/lib/duet/p-25af4a6c.entry.js +0 -4
- package/lib/duet/p-25d79094.entry.js +0 -4
- package/lib/duet/p-27260106.entry.js +0 -4
- package/lib/duet/p-27ed5ca7.system.entry.js +0 -4
- package/lib/duet/p-2810c6dc.system.entry.js +0 -4
- package/lib/duet/p-2814473c.system.entry.js +0 -4
- package/lib/duet/p-29152853.entry.js +0 -4
- package/lib/duet/p-2a0ad29c.system.entry.js +0 -4
- package/lib/duet/p-2a979523.entry.js +0 -4
- package/lib/duet/p-2b2cd3be.entry.js +0 -4
- package/lib/duet/p-2b35de7b.entry.js +0 -4
- package/lib/duet/p-2b45d2e4.entry.js +0 -4
- package/lib/duet/p-2b6a7397.js +0 -4
- package/lib/duet/p-2bf17427.entry.js +0 -4
- package/lib/duet/p-2dc360ee.entry.js +0 -4
- package/lib/duet/p-2de0ab3d.system.entry.js +0 -4
- package/lib/duet/p-2eae4a0b.js +0 -4
- package/lib/duet/p-2fa7ecef.entry.js +0 -4
- package/lib/duet/p-2fb96333.entry.js +0 -4
- package/lib/duet/p-3106c658.entry.js +0 -4
- package/lib/duet/p-34024554.system.entry.js +0 -4
- package/lib/duet/p-34d7dd10.system.js +0 -4
- package/lib/duet/p-380f74e8.system.entry.js +0 -4
- package/lib/duet/p-3810c7dc.entry.js +0 -4
- package/lib/duet/p-3c64dab9.entry.js +0 -4
- package/lib/duet/p-3d826a58.system.entry.js +0 -4
- package/lib/duet/p-3d96186f.system.entry.js +0 -4
- package/lib/duet/p-3df2981e.system.entry.js +0 -4
- package/lib/duet/p-3faaa469.entry.js +0 -4
- package/lib/duet/p-3fe7e109.system.entry.js +0 -4
- package/lib/duet/p-40bab9a0.system.entry.js +0 -4
- package/lib/duet/p-41552571.system.entry.js +0 -4
- package/lib/duet/p-41982d26.system.js +0 -4
- package/lib/duet/p-43cc4ad9.system.entry.js +0 -4
- package/lib/duet/p-43d16748.system.entry.js +0 -4
- package/lib/duet/p-44ee649f.system.entry.js +0 -4
- package/lib/duet/p-486576ee.entry.js +0 -4
- package/lib/duet/p-49957220.system.js +0 -4
- package/lib/duet/p-49fa4a07.entry.js +0 -4
- package/lib/duet/p-4a9978a4.entry.js +0 -4
- package/lib/duet/p-4cff3036.system.js +0 -4
- package/lib/duet/p-4e7f27d8.entry.js +0 -4
- package/lib/duet/p-4e9052cd.entry.js +0 -4
- package/lib/duet/p-4ee7eb8a.entry.js +0 -4
- package/lib/duet/p-5170726b.system.entry.js +0 -4
- package/lib/duet/p-55674524.entry.js +0 -4
- package/lib/duet/p-58caf53a.system.entry.js +0 -4
- package/lib/duet/p-5b927db3.entry.js +0 -4
- package/lib/duet/p-5db9497a.entry.js +0 -4
- package/lib/duet/p-5dbd1202.entry.js +0 -4
- package/lib/duet/p-5e25b406.entry.js +0 -4
- package/lib/duet/p-60547899.system.entry.js +0 -4
- package/lib/duet/p-605e69c8.system.js +0 -4
- package/lib/duet/p-612fbfcc.entry.js +0 -4
- package/lib/duet/p-620d4575.system.entry.js +0 -4
- package/lib/duet/p-629a9c13.entry.js +0 -4
- package/lib/duet/p-62bdecfb.system.entry.js +0 -4
- package/lib/duet/p-6324514a.system.entry.js +0 -4
- package/lib/duet/p-6447f20d.system.entry.js +0 -4
- package/lib/duet/p-6537159a.system.entry.js +0 -4
- package/lib/duet/p-670bd483.system.entry.js +0 -4
- package/lib/duet/p-6b436ca9.entry.js +0 -4
- package/lib/duet/p-7483d86c.entry.js +0 -4
- package/lib/duet/p-76563c02.entry.js +0 -4
- package/lib/duet/p-769a3309.system.entry.js +0 -4
- package/lib/duet/p-76b42e90.entry.js +0 -4
- package/lib/duet/p-76b84b22.entry.js +0 -4
- package/lib/duet/p-76d69a18.system.js +0 -4
- package/lib/duet/p-7972306f.entry.js +0 -4
- package/lib/duet/p-79dfc8e6.system.entry.js +0 -4
- package/lib/duet/p-7a67ce10.system.entry.js +0 -4
- package/lib/duet/p-7acabaa7.system.js +0 -4
- package/lib/duet/p-7cce22af.system.js +0 -4
- package/lib/duet/p-7d2fffc2.entry.js +0 -4
- package/lib/duet/p-7d8a2628.js +0 -4
- package/lib/duet/p-7dd3b7d1.entry.js +0 -4
- package/lib/duet/p-7f5c1da2.entry.js +0 -4
- package/lib/duet/p-8142169f.system.entry.js +0 -4
- package/lib/duet/p-8481bbda.entry.js +0 -4
- package/lib/duet/p-871d7ca1.system.entry.js +0 -4
- package/lib/duet/p-894c1be1.system.entry.js +0 -4
- package/lib/duet/p-8abb0984.js +0 -5
- package/lib/duet/p-8f477bd6.system.js +0 -4
- package/lib/duet/p-8f4cdf46.system.entry.js +0 -4
- package/lib/duet/p-8faaaf5f.system.js +0 -4
- package/lib/duet/p-9253e832.system.entry.js +0 -4
- package/lib/duet/p-965e597c.system.js +0 -4
- package/lib/duet/p-966bd64a.entry.js +0 -4
- package/lib/duet/p-98636086.system.js +0 -4
- package/lib/duet/p-9b04e4a2.entry.js +0 -4
- package/lib/duet/p-9fb9ba73.entry.js +0 -4
- package/lib/duet/p-a19244e5.system.js +0 -5
- package/lib/duet/p-a1b7f2a0.js +0 -4
- package/lib/duet/p-a2aa619b.system.entry.js +0 -4
- package/lib/duet/p-a2b93336.system.entry.js +0 -4
- package/lib/duet/p-a3341588.entry.js +0 -4
- package/lib/duet/p-a47047f2.entry.js +0 -4
- package/lib/duet/p-a51e1b9e.entry.js +0 -4
- package/lib/duet/p-a600451a.entry.js +0 -4
- package/lib/duet/p-a7d809b4.system.entry.js +0 -4
- package/lib/duet/p-a8a381c9.system.entry.js +0 -4
- package/lib/duet/p-aa82f9a1.entry.js +0 -4
- package/lib/duet/p-aaa7a7bd.js +0 -4
- package/lib/duet/p-ac9460ca.entry.js +0 -4
- package/lib/duet/p-aca3a5a9.entry.js +0 -4
- package/lib/duet/p-af209330.entry.js +0 -4
- package/lib/duet/p-afad5fd3.system.js +0 -4
- package/lib/duet/p-b010f56b.system.entry.js +0 -4
- package/lib/duet/p-b69f3d9d.system.entry.js +0 -4
- package/lib/duet/p-b6c584b6.entry.js +0 -4
- package/lib/duet/p-b765710e.entry.js +0 -4
- package/lib/duet/p-b864159a.system.js +0 -4
- package/lib/duet/p-ba03d034.system.js +0 -4
- package/lib/duet/p-bcc40139.system.entry.js +0 -4
- package/lib/duet/p-beeb12f1.js +0 -4
- package/lib/duet/p-c15cd383.system.entry.js +0 -4
- package/lib/duet/p-c22935bf.system.entry.js +0 -4
- package/lib/duet/p-c2dd561e.entry.js +0 -4
- package/lib/duet/p-c3ba8e74.system.entry.js +0 -4
- package/lib/duet/p-c52e8007.entry.js +0 -4
- package/lib/duet/p-c6894b07.system.entry.js +0 -4
- package/lib/duet/p-c694f12d.system.entry.js +0 -4
- package/lib/duet/p-c79cbfdb.entry.js +0 -4
- package/lib/duet/p-c8421271.system.entry.js +0 -4
- package/lib/duet/p-c8d3cb52.entry.js +0 -4
- package/lib/duet/p-c8e22ae2.system.entry.js +0 -4
- package/lib/duet/p-ca3cb21e.js +0 -4
- package/lib/duet/p-cbedbd77.system.entry.js +0 -4
- package/lib/duet/p-cc5e6288.system.js +0 -4
- package/lib/duet/p-cc67e773.js +0 -4
- package/lib/duet/p-ce543cc1.system.entry.js +0 -4
- package/lib/duet/p-cf30c088.entry.js +0 -4
- package/lib/duet/p-d004da5f.js +0 -4
- package/lib/duet/p-d3c304b5.system.js +0 -4
- package/lib/duet/p-d43fc5e9.system.entry.js +0 -4
- package/lib/duet/p-d6dc9819.system.entry.js +0 -4
- package/lib/duet/p-d7d86092.js +0 -4
- package/lib/duet/p-d86d8491.system.entry.js +0 -4
- package/lib/duet/p-db2ccb9d.system.js +0 -4
- package/lib/duet/p-dfd223d9.entry.js +0 -4
- package/lib/duet/p-e0536bb5.entry.js +0 -4
- package/lib/duet/p-e12066c8.system.js +0 -4
- package/lib/duet/p-e1c881da.system.js +0 -4
- package/lib/duet/p-e216bea4.system.js +0 -4
- package/lib/duet/p-e258270f.entry.js +0 -4
- package/lib/duet/p-e2daf94c.entry.js +0 -4
- package/lib/duet/p-e38edd16.system.entry.js +0 -4
- package/lib/duet/p-e44da0ff.system.entry.js +0 -4
- package/lib/duet/p-e4c8559c.system.js +0 -4
- package/lib/duet/p-e6b5a1c7.system.js +0 -4
- package/lib/duet/p-e8dd29e7.entry.js +0 -4
- package/lib/duet/p-e93849fd.system.entry.js +0 -4
- package/lib/duet/p-e9d2f4a1.entry.js +0 -4
- package/lib/duet/p-eca03d5e.js +0 -4
- package/lib/duet/p-ee1eb7cb.system.entry.js +0 -4
- package/lib/duet/p-efa5ec67.entry.js +0 -4
- package/lib/duet/p-f0b0e2b2.system.entry.js +0 -4
- package/lib/duet/p-f105f32a.system.entry.js +0 -4
- package/lib/duet/p-f11208c3.js +0 -4
- package/lib/duet/p-f3633004.entry.js +0 -4
- package/lib/duet/p-f3cf6b50.entry.js +0 -4
- package/lib/duet/p-f43e134e.system.entry.js +0 -4
- package/lib/duet/p-f5dd7e7e.system.entry.js +0 -4
- package/lib/duet/p-f6000a03.js +0 -4
- package/lib/duet/p-f6b21d17.system.js +0 -4
- package/lib/duet/p-f6bd2d4f.system.entry.js +0 -4
- package/lib/duet/p-f75a6d54.system.entry.js +0 -4
- package/lib/duet/p-f97500ff.system.entry.js +0 -4
- package/lib/duet/p-fa3b3dbc.system.entry.js +0 -4
- package/lib/duet/p-fbc396a7.system.entry.js +0 -4
- package/lib/duet/p-fbf89657.system.entry.js +0 -4
- package/lib/duet/p-fcb14b31.system.entry.js +0 -4
- package/lib/duet/p-fd2299b4.entry.js +0 -4
- package/lib/duet/p-fd78f61a.js +0 -4
- package/lib/duet/p-fee25f59.entry.js +0 -4
- package/lib/esm/a11y-utils-8fc393f6.js +0 -23
- package/lib/esm/action-arrow-down-small-82273dc8.js +0 -6
- package/lib/esm/action-new-window-small-1945be91.js +0 -6
- package/lib/esm/body-scroll-46854769.js +0 -234
- package/lib/esm/bodyScrollLock.es6-ecbf187e.js +0 -184
- package/lib/esm/common-strings-af765cad.js +0 -25
- package/lib/esm/create-id-149a1b6d.js +0 -11
- package/lib/esm/duet-chip_3.entry.js +0 -693
- package/lib/esm/floating-ui.dom.esm-ebc91b33.js +0 -1348
- package/lib/esm/focus-utils-adcd9463.js +0 -18
- package/lib/esm/form-search-ea8e19ae.js +0 -6
- package/lib/esm/input-utils-85681162.js +0 -53
- package/lib/esm/is-internet-explorer-2c48f686.js +0 -9
- package/lib/esm/js-utils-9b9e0039.js +0 -47
- package/lib/esm/label-ce262202.js +0 -20
- package/lib/esm/polyfills/core-js.js +0 -11
- package/lib/esm/polyfills/dom.js +0 -79
- package/lib/esm/polyfills/es5-html-element.js +0 -1
- package/lib/esm/polyfills/index.js +0 -34
- package/lib/esm/polyfills/system.js +0 -6
- package/lib/esm/string-utils-192eb3c8.js +0 -61
- package/lib/esm/teleport-546f382d.js +0 -116
- package/lib/esm/themeable-component-860041c5.js +0 -13
- package/lib/esm/tokens-84fb2357.js +0 -753
- package/lib/esm/tokens.module-2d02f5ff.js +0 -503
- package/lib/esm/watch-options-e96ecd92.js +0 -57
- package/lib/esm-es5/a11y-utils-8fc393f6.js +0 -4
- package/lib/esm-es5/action-arrow-down-small-82273dc8.js +0 -4
- package/lib/esm-es5/action-new-window-small-1945be91.js +0 -4
- package/lib/esm-es5/app-globals-00959ca9.js +0 -4
- package/lib/esm-es5/body-scroll-46854769.js +0 -4
- package/lib/esm-es5/bodyScrollLock.es6-ecbf187e.js +0 -4
- package/lib/esm-es5/common-strings-af765cad.js +0 -4
- package/lib/esm-es5/create-id-149a1b6d.js +0 -4
- package/lib/esm-es5/duet-action-button.entry.js +0 -4
- package/lib/esm-es5/duet-alert.entry.js +0 -4
- package/lib/esm-es5/duet-badge.entry.js +0 -4
- package/lib/esm-es5/duet-banner.entry.js +0 -4
- package/lib/esm-es5/duet-breadcrumb.entry.js +0 -4
- package/lib/esm-es5/duet-breadcrumbs.entry.js +0 -4
- package/lib/esm-es5/duet-button_2.entry.js +0 -4
- package/lib/esm-es5/duet-callout.entry.js +0 -4
- package/lib/esm-es5/duet-caption_4.entry.js +0 -4
- package/lib/esm-es5/duet-card.entry.js +0 -4
- package/lib/esm-es5/duet-checkbox.entry.js +0 -4
- package/lib/esm-es5/duet-checkmark.entry.js +0 -4
- package/lib/esm-es5/duet-chip_3.entry.js +0 -4
- package/lib/esm-es5/duet-choice_2.entry.js +0 -4
- package/lib/esm-es5/duet-collapsible.entry.js +0 -4
- package/lib/esm-es5/duet-combobox.entry.js +0 -4
- package/lib/esm-es5/duet-contact-card.entry.js +0 -4
- package/lib/esm-es5/duet-cookie-consent.entry.js +0 -4
- package/lib/esm-es5/duet-date-picker.entry.js +0 -4
- package/lib/esm-es5/duet-divider_2.entry.js +0 -4
- package/lib/esm-es5/duet-editable-table_3.entry.js +0 -4
- package/lib/esm-es5/duet-empty-state.entry.js +0 -4
- package/lib/esm-es5/duet-fieldset.entry.js +0 -4
- package/lib/esm-es5/duet-file-chooser.entry.js +0 -4
- package/lib/esm-es5/duet-footer.entry.js +0 -4
- package/lib/esm-es5/duet-header_2.entry.js +0 -4
- package/lib/esm-es5/duet-hero.entry.js +0 -4
- package/lib/esm-es5/duet-icon.entry.js +0 -4
- package/lib/esm-es5/duet-input_2.entry.js +0 -4
- package/lib/esm-es5/duet-layout.entry.js +0 -4
- package/lib/esm-es5/duet-list_2.entry.js +0 -4
- package/lib/esm-es5/duet-menu-bar-button.entry.js +0 -4
- package/lib/esm-es5/duet-menu-bar-dropdown-link.entry.js +0 -4
- package/lib/esm-es5/duet-menu-bar-dropdown.entry.js +0 -4
- package/lib/esm-es5/duet-menu-bar-item.entry.js +0 -4
- package/lib/esm-es5/duet-menu-bar-link.entry.js +0 -4
- package/lib/esm-es5/duet-menu-bar.entry.js +0 -4
- package/lib/esm-es5/duet-modal.entry.js +0 -4
- package/lib/esm-es5/duet-multiselect.entry.js +0 -4
- package/lib/esm-es5/duet-nav.entry.js +0 -4
- package/lib/esm-es5/duet-notification_2.entry.js +0 -4
- package/lib/esm-es5/duet-number-input.entry.js +0 -4
- package/lib/esm-es5/duet-overlay.entry.js +0 -4
- package/lib/esm-es5/duet-page-heading.entry.js +0 -4
- package/lib/esm-es5/duet-pagination_2.entry.js +0 -4
- package/lib/esm-es5/duet-progress.entry.js +0 -4
- package/lib/esm-es5/duet-promo-card.entry.js +0 -4
- package/lib/esm-es5/duet-radio_2.entry.js +0 -4
- package/lib/esm-es5/duet-range-slider.entry.js +0 -4
- package/lib/esm-es5/duet-scrollable_3.entry.js +0 -4
- package/lib/esm-es5/duet-section-layout.entry.js +0 -4
- package/lib/esm-es5/duet-select.entry.js +0 -4
- package/lib/esm-es5/duet-shaped-image.entry.js +0 -4
- package/lib/esm-es5/duet-show-more.entry.js +0 -4
- package/lib/esm-es5/duet-slideout-lang.entry.js +0 -4
- package/lib/esm-es5/duet-slideout-link.entry.js +0 -4
- package/lib/esm-es5/duet-slideout-panel-dropdown.entry.js +0 -4
- package/lib/esm-es5/duet-slideout-panel.entry.js +0 -4
- package/lib/esm-es5/duet-slideout.entry.js +0 -4
- package/lib/esm-es5/duet-step_2.entry.js +0 -4
- package/lib/esm-es5/duet-submenu-bar-dropdown-link.entry.js +0 -4
- package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +0 -4
- package/lib/esm-es5/duet-submenu-bar-item.entry.js +0 -4
- package/lib/esm-es5/duet-submenu-bar-link.entry.js +0 -4
- package/lib/esm-es5/duet-submenu-bar.entry.js +0 -4
- package/lib/esm-es5/duet-textarea.entry.js +0 -4
- package/lib/esm-es5/duet-toggle.entry.js +0 -4
- package/lib/esm-es5/duet-toolbar-dropdown-link.entry.js +0 -4
- package/lib/esm-es5/duet-toolbar-dropdown.entry.js +0 -4
- package/lib/esm-es5/duet-toolbar-item.entry.js +0 -4
- package/lib/esm-es5/duet-toolbar-link.entry.js +0 -4
- package/lib/esm-es5/duet-toolbar.entry.js +0 -4
- package/lib/esm-es5/duet-tooltip-button_2.entry.js +0 -4
- package/lib/esm-es5/duet-tooltip.entry.js +0 -4
- package/lib/esm-es5/duet-tray.entry.js +0 -4
- package/lib/esm-es5/duet-upload-aria-status.entry.js +0 -4
- package/lib/esm-es5/duet-upload-item.entry.js +0 -4
- package/lib/esm-es5/duet-visually-hidden.entry.js +0 -4
- package/lib/esm-es5/duet.js +0 -4
- package/lib/esm-es5/errorcodes.utils-d9431251.js +0 -4
- package/lib/esm-es5/floating-ui.dom.esm-ebc91b33.js +0 -4
- package/lib/esm-es5/focus-utils-adcd9463.js +0 -4
- package/lib/esm-es5/form-search-ea8e19ae.js +0 -4
- package/lib/esm-es5/index-1d0b7c66.js +0 -5
- package/lib/esm-es5/index.js +0 -3
- package/lib/esm-es5/input-utils-85681162.js +0 -4
- package/lib/esm-es5/is-internet-explorer-2c48f686.js +0 -4
- package/lib/esm-es5/js-utils-9b9e0039.js +0 -4
- package/lib/esm-es5/keyboard-utils-439bcc8b.js +0 -4
- package/lib/esm-es5/label-ce262202.js +0 -4
- package/lib/esm-es5/language-utils-14969cef.js +0 -4
- package/lib/esm-es5/loader.js +0 -4
- package/lib/esm-es5/slot-utils-4e5ed4eb.js +0 -4
- package/lib/esm-es5/string-utils-192eb3c8.js +0 -4
- package/lib/esm-es5/teleport-546f382d.js +0 -4
- package/lib/esm-es5/themeable-component-860041c5.js +0 -4
- package/lib/esm-es5/token-utils-b9ba8c5e.js +0 -4
- package/lib/esm-es5/tokens-84fb2357.js +0 -4
- package/lib/esm-es5/tokens.module-2d02f5ff.js +0 -4
- package/lib/esm-es5/watch-options-e96ecd92.js +0 -4
- package/lib/loader/package.json +0 -11
- /package/lib/cjs/{body-scroll-dba42314.js → body-scroll-FWPe3_T_.js} +0 -0
- /package/lib/cjs/{bodyScrollLock.es6-dd2d7d91.js → bodyScrollLock.es6-B2sCDud5.js} +0 -0
- /package/lib/cjs/{create-id-1f8c438f.js → create-id-DtslnIOq.js} +0 -0
- /package/lib/cjs/{input-utils-1096a2c5.js → input-utils-DUKdslOM.js} +0 -0
- /package/lib/cjs/{is-internet-explorer-e7f58ebc.js → is-internet-explorer-BTLb_loH.js} +0 -0
- /package/lib/cjs/{js-utils-92e24ba1.js → js-utils-hJ4A2edy.js} +0 -0
- /package/lib/cjs/{string-utils-7b13c16e.js → string-utils-B35hEUBv.js} +0 -0
- /package/lib/duet/{p-8354d1f1.js → p-B1B-PPrh.js} +0 -0
- /package/lib/duet/{p-9e371678.js → p-BlUsLmbQ.js} +0 -0
- /package/lib/duet/{p-fc09c464.js → p-C6CAT054.js} +0 -0
- /package/lib/duet/{p-9c3c64b9.js → p-C6E9F6QT.js} +0 -0
- /package/lib/duet/{p-df7874f9.js → p-CLDy7YaM.js} +0 -0
- /package/lib/duet/{p-5e59e970.js → p-Cfr_DJqU.js} +0 -0
- /package/lib/duet/{p-43b89e38.js → p-DxESMgwA.js} +0 -0
- /package/lib/{dist-custom-elements/p-fc09c464.js → esm/body-scroll-C6CAT054.js} +0 -0
- /package/lib/{dist-custom-elements/p-8354d1f1.js → esm/bodyScrollLock.es6-B1B-PPrh.js} +0 -0
- /package/lib/{dist-custom-elements/p-5e59e970.js → esm/create-id-Cfr_DJqU.js} +0 -0
- /package/lib/{dist-custom-elements/p-df7874f9.js → esm/input-utils-CLDy7YaM.js} +0 -0
- /package/lib/{dist-custom-elements/p-43b89e38.js → esm/is-internet-explorer-DxESMgwA.js} +0 -0
- /package/lib/{dist-custom-elements/p-9e371678.js → esm/js-utils-BlUsLmbQ.js} +0 -0
- /package/lib/{dist-custom-elements/p-9c3c64b9.js → esm/string-utils-C6E9F6QT.js} +0 -0
|
@@ -3,35 +3,173 @@
|
|
|
3
3
|
*/
|
|
4
4
|
'use strict';
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
var index = require('./index-B1t_Yumd.js');
|
|
7
|
+
var _commonjsHelpers = require('./_commonjsHelpers-4N64IRaP.js');
|
|
8
|
+
var themeableComponent = require('./themeable-component-DmPMm0Cz.js');
|
|
9
|
+
var commonStrings = require('./common-strings-CSqtNIxt.js');
|
|
10
|
+
var createId = require('./create-id-DtslnIOq.js');
|
|
11
|
+
var keyboardUtils = require('./keyboard-utils-D9UlHbik.js');
|
|
12
|
+
var languageUtils = require('./language-utils-Ce6b_uA3.js');
|
|
13
|
+
var slotUtils = require('./slot-utils-C8k-6Rvc.js');
|
|
14
|
+
require('./string-utils-B35hEUBv.js');
|
|
7
15
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
const commonStrings = require('./common-strings-2984301e.js');
|
|
11
|
-
const createId = require('./create-id-1f8c438f.js');
|
|
12
|
-
const keyboardUtils = require('./keyboard-utils-681e11ec.js');
|
|
13
|
-
const languageUtils = require('./language-utils-b5940c7b.js');
|
|
14
|
-
const slotUtils = require('./slot-utils-382633cf.js');
|
|
15
|
-
require('./string-utils-7b13c16e.js');
|
|
16
|
+
var messagingInfo;
|
|
17
|
+
var hasRequiredMessagingInfo;
|
|
16
18
|
|
|
17
|
-
|
|
19
|
+
function requireMessagingInfo () {
|
|
20
|
+
if (hasRequiredMessagingInfo) return messagingInfo;
|
|
21
|
+
hasRequiredMessagingInfo = 1;
|
|
22
|
+
messagingInfo={"title":"messaging-info","tags":"messaging info information circle","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M13.5 17.25A2.252 2.252 0 0 1 11.25 15v-3.75h-.75a.75.75 0 0 1 0-1.5h.75c.827 0 1.5.673 1.5 1.5V15c0 .414.336.75.75.75h.75a.75.75 0 0 1 0 1.5z\"/><circle cx=\"11.625\" cy=\"7.125\" r=\"1.125\"/><path d=\"M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12zm0-22.5C6.21 1.5 1.5 6.21 1.5 12S6.21 22.5 12 22.5 22.5 17.79 22.5 12 17.79 1.5 12 1.5z\"/></svg>"};
|
|
23
|
+
return messagingInfo;
|
|
24
|
+
}
|
|
18
25
|
|
|
19
|
-
const duetChoiceCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-right:16px !important;margin-bottom:12px !important;display:inline-flex;flex-direction:column;width:auto;max-width:100%;vertical-align:bottom;-webkit-tap-highlight-color:transparent}:host:last-child,:host:last-of-type{margin-right:0 !important}@media (max-width: 35.9375em){:host{width:100%}}:host(.duet-expand){width:100% !important}:host(.duet-m-0){margin:0 !important}:host(.duet-fixed){width:auto !important}:host(.vertical){margin-right:0 !important}@media (min-width: 48em){:host(.horizontal){margin-bottom:0 !important}}@media (min-width: 48em){:host(.horizontal-responsive){margin-bottom:0 !important;margin-right:16px !important}:host(.horizontal-responsive):last-child,:host(.horizontal-responsive):last-of-type{margin-right:0 !important}}:host(:last-child:not(:only-child)){margin-right:0 !important}.duet-choice-card{position:relative;display:block;width:100%;min-width:8rem;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:400;-webkit-hyphens:auto;hyphens:auto;line-height:1.1;color:rgb(8, 42, 77) !important;text-align:left;background:rgb(255, 255, 255);border-width:1px;border-radius:8px}.duet-choice-card.duet-p-0{padding:0 !important}.duet-choice-card.duet-m-0{margin:0 !important}.duet-theme-turva .duet-choice-card{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58) !important}.duet-choice-card-flextainer{display:flex}.duet-choice-label{-webkit-user-select:none;user-select:none;position:relative;z-index:100;display:flex;gap:12px;align-items:center;justify-content:flex-start;width:100%;height:100%;min-height:3.875rem;padding:calc(1rem + 1px);font-size:1rem;font-weight:600;text-decoration:none;word-break:break-word;cursor:pointer;border:1px solid rgb(212, 223, 229);border-radius:8px;transition:background-color 150ms ease, border-color 300ms ease}.duet-choice-label.has-before-text .duet-choice-card-icon,.duet-choice-label.has-before-text .duet-choice-card-text{align-self:flex-start;margin-top:0.25rem}.duet-choice-label>div:last-child{flex:1;align-self:flex-start;justify-self:flex-end;margin-top:0.25rem}.has-info .duet-choice-label{border-top-right-radius:0;border-bottom-right-radius:0}.info .duet-choice-label{border-bottom-right-radius:0;border-bottom-left-radius:0}.duet-theme-turva .duet-choice-label{border-color:rgb(222, 224, 228)}.duet-theme-turva .info .duet-choice-label{border-color:rgb(222, 224, 228)}.duet-choice-label:active{opacity:0.75;transition:none !important}.checked>.duet-choice-label{padding:1rem;background:rgb(240, 247, 250);border-color:rgb(0, 119, 179) !important;border-width:2px}.checked>.duet-choice-label .duet-checkmark-container{border-color:rgb(0, 119, 179)}.duet-theme-turva .checked>.duet-choice-label{background:rgb(245, 247, 250);border-color:rgb(23, 28, 58) !important}.duet-theme-turva .checked>.duet-choice-label .duet-checkmark-container{border-color:rgb(198, 12, 48)}.checked.collapsible>.duet-choice-label,.collapsible-force-expanded.collapsible>.duet-choice-label{padding-bottom:calc(1rem + 2px) !important;border-bottom:0 !important;border-bottom-right-radius:0;border-bottom-left-radius:0}:host(:not(.no-hover):not(.disabled):hover)>.duet-choice-card-flextainer .duet-choice-label:not(.checked){border-color:rgb(0, 119, 179);border-width:2px}:host(:not(.no-hover):not(.disabled):hover)>.duet-choice-card-flextainer .duet-choice-label:not(.checked) .duet-checkmark-container{border-color:rgb(127, 150, 165)}.duet-theme-turva :host(:not(.no-hover):not(.disabled):hover)>.duet-choice-card-flextainer .duet-choice-label:not(.checked){border-color:rgb(23, 28, 58)}.duet-theme-turva :host(:not(.no-hover):not(.disabled):hover)>.duet-choice-card-flextainer .duet-choice-label:not(.checked) .duet-checkmark-container{border-color:rgb(143, 147, 158)}.duet-theme-turva .info :host(:not(.no-hover):not(.disabled):hover)>.duet-choice-card-flextainer .duet-choice-label:not(.checked){border-color:rgb(143, 147, 158)}:host(:not(.no-hover):not(.disabled):not([checked]):hover)>.duet-choice-card-flextainer .duet-choice-label:not(.checked){padding:1rem}input:focus{outline:0}:host(.user-is-tabbing) .checked.focus.duet-choice-label{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3)}:host(.user-is-tabbing) :not(.checked).focus.duet-choice-label{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}:host(.user-is-tabbing) .duet-theme-turva .checked.focus.duet-choice-label{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2)}:host(.user-is-tabbing) .duet-theme-turva :not(.checked).focus.duet-choice-label{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.disabled.duet-choice-label{color:rgb(98, 121, 138) !important;cursor:default !important;background:rgb(245, 248, 250) !important;border-color:rgb(212, 223, 229) !important}.disabled.duet-choice-label .duet-choice-card-icon{color:rgb(98, 121, 138)}.duet-theme-turva .disabled.duet-choice-label .duet-choice-card-icon{color:rgb(143, 147, 158)}.disabled.duet-choice-label .duet-checkmark{border-color:rgb(98, 121, 138) !important}.disabled.duet-choice-label:hover,.disabled.duet-choice-label:active,.disabled.duet-choice-label:focus{box-shadow:none !important;opacity:1 !important;transition:none !important}.duet-theme-turva .disabled.duet-choice-label{color:rgb(143, 147, 158) !important;background:rgb(245, 247, 250) !important;border-color:rgb(222, 224, 228) !important}.duet-theme-turva .disabled.duet-choice-label .duet-checkmark{border-color:rgb(143, 147, 158) !important}.checked>.disabled.duet-choice-label{border-color:rgb(127, 150, 165) !important}.duet-theme-turva .checked>.disabled.duet-choice-label{border-color:rgb(143, 147, 158) !important}.duet-checkmark-container{position:relative;width:20px;height:20px;margin-left:auto;border:1px solid rgb(127, 150, 165);border-radius:4px;transition:border 300ms ease}.duet-theme-turva .duet-checkmark-container{border-color:rgb(143, 147, 158)}.checked>.duet-choice-label .duet-checkmark-container{background:rgb(0, 119, 179);border-color:rgb(0, 119, 179);transition:none}.duet-theme-turva .checked>.duet-choice-label .duet-checkmark-container{background:rgb(23, 28, 58);border-color:rgb(23, 28, 58) !important}.duet-checkmark-container.duet-checkmark-radio{border-radius:50%}label.disabled .duet-checkmark-container{background:rgb(181, 198, 208) !important;border-color:rgb(181, 198, 208) !important}.duet-theme-turva label.disabled .duet-checkmark-container{border-color:rgb(199, 202, 207) !important}.checked>label.disabled .duet-checkmark-container{background:rgb(181, 198, 208) !important}.duet-theme-turva .checked>label.disabled .duet-checkmark-container{background:rgb(199, 202, 207) !important;border-color:rgb(199, 202, 207) !important}.duet-checkmark{position:absolute;top:10px;left:3px;width:5.3333333333px;height:11.8518518519px;border-top:2px solid rgb(255, 255, 255);border-right:2px solid rgb(255, 255, 255);opacity:1;transform:scaleX(-1) rotate(135deg) translateZ(0);transform-origin:left top;animation-name:duet-checkmark;animation-duration:600ms;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes duet-checkmark{0%{width:0;height:0;opacity:1}20%{width:5.3333333333px;height:0;opacity:1}40%,100%{width:5.3333333333px;height:11.8518518519px;opacity:1}}.duet-choice-card-icon{position:relative;color:rgb(0, 119, 179)}.duet-theme-turva .duet-choice-card-icon{color:rgb(164, 4, 40)}.duet-choice-card-icon duet-icon{display:block}.duet-choice-section-hidden{display:none}.duet-choice-card-info.duet-choice-card-collapsed,.duet-choice-card-collapsed.duet-choice-card-collapsible{position:relative;width:auto;padding:0 !important;background:unset !important;border:0;border-radius:0}.duet-choice-card-info,.duet-choice-card-collapsible{padding:20px !important;position:relative;width:100%;font-weight:400;color:rgb(8, 42, 77);border:1px solid rgb(212, 223, 229);border-top:0;border-radius:0 0 8px 8px;transition:border-color 300ms ease}@media (min-width: 36em){.duet-choice-card-info,.duet-choice-card-collapsible{padding:28px !important}}.duet-theme-turva .duet-choice-card-info,.duet-theme-turva .duet-choice-card-collapsible{color:rgb(23, 28, 58);border-color:rgb(23, 28, 58)}.checked>.duet-choice-card-info,.checked>.duet-choice-card-collapsible{display:block}.duet-choice-card-info-expanded,.duet-choice-card-collapsible-expanded{display:block}.duet-choice-card-collapsible{background:rgb(255, 255, 255);border:1px solid rgb(212, 223, 229);border-top:0}.duet-choice-card-collapsible.duet-theme-turva{background:rgb(255, 255, 255);border-color:rgb(222, 224, 228)}.duet-choice-card-collapsible.checked{padding:19px !important;padding-top:20px !important;border-color:rgb(0, 119, 179);border-width:2px}@media (min-width: 36em){.duet-choice-card-collapsible.checked{padding:27px !important;padding-top:28px !important}}.duet-choice-card-collapsible.checked.duet-theme-turva{border-color:rgb(23, 28, 58)}.duet-choice-card-collapsible-disabled{background:rgb(245, 248, 250);border-color:rgb(212, 223, 229)}.duet-choice-card-collapsible-disabled.checked{border-color:rgb(212, 223, 229)}.duet-choice-card-collapsible-disabled.duet-theme-turva{background:rgb(245, 247, 250);border-color:rgb(222, 224, 228)}.duet-choice-card-collapsible-disabled.duet-theme-turva.checked{border-color:rgb(222, 224, 228)}.duet-choice-card-info{font-size:0.875rem;line-height:1.5;background:rgb(245, 248, 250);transition:150ms ease-out}.duet-choice-card-info.duet-theme-turva{background:rgb(245, 247, 250);border-color:rgb(222, 224, 228)}.duet-choice-card-info.duet-choice-card-collapsed .duet-choice-info-container ::slotted(*){display:none}:host(.user-is-tabbing) .duet-choice-info-container:focus{display:block;outline:none;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}:host(.disabled) .duet-choice-card-collapsible{border-color:rgb(127, 150, 165)}:host(.disabled) .duet-choice-card-collapsible.duet-theme-turva{border-color:rgb(143, 147, 158)}:host(:not(.no-hover):not(.disabled):hover)>.duet-choice-card-collapsible:not(.checked){border-color:rgb(0, 119, 179);border-width:2px}.duet-theme-turva :host(:not(.no-hover):not(.disabled):hover)>.duet-choice-card-collapsible:not(.checked){border-color:rgb(143, 147, 158)}:host([collapsible-force-expanded]:not(.no-hover):not(.disabled):hover)>.duet-choice-card-collapsible:not(.checked){padding:19px !important;padding-top:20px !important}@media (min-width: 36em){:host([collapsible-force-expanded]:not(.no-hover):not(.disabled):hover)>.duet-choice-card-collapsible:not(.checked){padding:27px !important;padding-top:28px !important}}.duet-choice-info-toggle{display:flex;flex-shrink:0;align-items:flex-start;justify-content:center;width:57.6px;padding-top:1.25rem;cursor:pointer;background:rgb(255, 255, 255);border:1px solid rgb(212, 223, 229);border-left:0 none;border-top-right-radius:8px;border-bottom-right-radius:8px;-webkit-appearance:none;appearance:none}.duet-choice-info-toggle[aria-expanded=true]{background:rgb(245, 248, 250);border-bottom-color:transparent;border-bottom-right-radius:0}.duet-theme-turva .duet-choice-info-toggle[aria-expanded=true]{background:rgb(245, 247, 250)}.duet-choice-info-toggle[disabled]{pointer-events:none;background:rgb(245, 248, 250) !important;border-color:rgb(212, 223, 229) !important}.duet-choice-info-toggle[disabled] .duet-choice-info-icon{color:rgb(127, 150, 165) !important}.duet-choice-info-toggle[disabled].duet-theme-turva{background:rgb(245, 247, 250) !important;border-color:rgb(222, 224, 228) !important}.duet-choice-info-toggle[disabled].duet-theme-turva .duet-choice-info-icon{color:rgb(143, 147, 158) !important}.duet-choice-info-toggle:focus{outline:none}:host(.user-is-tabbing) .duet-choice-info-toggle:focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}:host(.user-is-tabbing) .duet-theme-turva .duet-choice-info-toggle:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.checked+.duet-choice-info-toggle{border-left-color:rgb(0, 119, 179) !important}.duet-choice-info-toggle duet-icon{display:block}.duet-choice-info-toggle .duet-choice-info-icon{color:rgb(0, 119, 179)}.duet-theme-turva .duet-choice-info-toggle .duet-choice-info-icon{color:rgb(198, 12, 48)}:host(:not(.no-hover):not(.disabled):hover)>.duet-choice-card-flextainer .duet-choice-label .duet-choice-info-toggle{border-left-color:rgb(127, 150, 165)}.duet-theme-turva :host(:not(.no-hover):not(.disabled):hover)>.duet-choice-card-flextainer .duet-choice-label .duet-choice-info-toggle{border-left-color:rgb(143, 147, 158)}.duet-choice-input,*::slotted([slot=choiceradioinput]){position:absolute !important;width:100%;height:100%;opacity:0}";
|
|
20
|
-
|
|
26
|
+
var messagingInfoExports = requireMessagingInfo();
|
|
27
|
+
var infoIcon = /*@__PURE__*/_commonjsHelpers.getDefaultExportFromCjs(messagingInfoExports);
|
|
28
|
+
|
|
29
|
+
const duetChoiceCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:transparent;border:0}:host{box-sizing:border-box;padding:0;margin:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:transparent;border:0;margin-right:16px !important;margin-bottom:12px !important;display:inline-flex;flex-direction:column;width:auto;max-width:100%;vertical-align:bottom;-webkit-tap-highlight-color:transparent}:host:last-child,:host:last-of-type{margin-right:0 !important}@media (max-width: 35.9375em){:host{width:100%}}:host(.duet-expand){width:100% !important}:host(.duet-m-0){margin:0 !important}:host(.duet-fixed){width:auto !important}:host(.vertical){margin-right:0 !important}@media (min-width: 48em){:host(.horizontal){margin-bottom:0 !important}}@media (min-width: 48em){:host(.horizontal-responsive){margin-bottom:0 !important;margin-right:16px !important}:host(.horizontal-responsive):last-child,:host(.horizontal-responsive):last-of-type{margin-right:0 !important}}:host(:last-child:not(:only-child)){margin-right:0 !important}.duet-choice-card{position:relative;display:block;width:100%;min-width:8rem;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:400;line-height:1.1;color:rgb(8, 42, 77) !important;text-align:left;-webkit-hyphens:auto;hyphens:auto;background:rgb(255, 255, 255);border-width:1px;border-radius:8px}.duet-choice-card.duet-p-0{padding:0 !important}.duet-choice-card.duet-m-0{margin:0 !important}.duet-theme-turva .duet-choice-card{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58) !important}.duet-choice-card-flextainer{display:flex}.duet-choice-label{-webkit-user-select:none;user-select:none;position:relative;z-index:100;display:flex;gap:12px;align-items:center;justify-content:flex-start;width:100%;height:100%;min-height:3.875rem;padding:calc(1rem + 1px);font-size:1rem;font-weight:600;word-break:break-word;text-decoration:none;cursor:pointer;border:1px solid rgb(212, 223, 229);border-radius:8px;transition:background-color 150ms ease, border-color 300ms ease}.duet-choice-label.has-before-text .duet-choice-card-icon,.duet-choice-label.has-before-text .duet-choice-card-text{align-self:flex-start;margin-top:0.25rem}.duet-choice-label>div:last-child{flex:1;align-self:flex-start;justify-self:flex-end;margin-top:0.25rem}.has-info .duet-choice-label{border-top-right-radius:0;border-bottom-right-radius:0}.info .duet-choice-label{border-bottom-right-radius:0;border-bottom-left-radius:0}.duet-theme-turva .duet-choice-label{border-color:rgb(222, 224, 228)}.duet-theme-turva .info .duet-choice-label{border-color:rgb(222, 224, 228)}.duet-choice-label:active{opacity:0.75;transition:none !important}.checked>.duet-choice-label{padding:1rem;background:rgb(240, 247, 250);border-color:rgb(0, 119, 179) !important;border-width:2px}.checked>.duet-choice-label .duet-checkmark-container{border-color:rgb(0, 119, 179)}.duet-theme-turva .checked>.duet-choice-label{background:rgb(245, 247, 250);border-color:rgb(23, 28, 58) !important}.duet-theme-turva .checked>.duet-choice-label .duet-checkmark-container{border-color:rgb(198, 12, 48)}.checked.collapsible>.duet-choice-label,.collapsible-force-expanded.collapsible>.duet-choice-label{padding-bottom:calc(1rem + 2px) !important;border-bottom:0 !important;border-bottom-right-radius:0;border-bottom-left-radius:0}:host(:not(.no-hover):not(.disabled):hover)>.duet-choice-card-flextainer .duet-choice-label:not(.checked){border-color:rgb(0, 119, 179);border-width:2px}:host(:not(.no-hover):not(.disabled):hover)>.duet-choice-card-flextainer .duet-choice-label:not(.checked) .duet-checkmark-container{border-color:rgb(127, 150, 165)}:host(.duet-theme-turva:not(.no-hover):not(.disabled):hover)>.duet-choice-card-flextainer .duet-choice-label:not(.checked){border-color:rgb(23, 28, 58)}:host(.duet-theme-turva:not(.no-hover):not(.disabled):hover)>.duet-choice-card-flextainer .duet-choice-label:not(.checked) .duet-checkmark-container{border-color:rgb(143, 147, 158)}.info :host(.duet-theme-turva:not(.no-hover):not(.disabled):hover){border-color:rgb(143, 147, 158)}:host(:not(.no-hover):not(.disabled):not([checked]):hover)>.duet-choice-card-flextainer .duet-choice-label:not(.checked){padding:1rem}input:focus{outline:0}.checked.focus.duet-choice-label{outline:2px solid;outline-offset:2px;outline-color:rgba(0, 119, 179, 0.8)}.duet-theme-turva .checked.focus.duet-choice-label,.checked.focus.duet-choice-label.duet-theme-turva,.duet-theme-turva2 .checked.focus.duet-choice-label,.checked.focus.duet-choice-label.duet-theme-turva2{outline-color:rgba(53, 79, 101, 0.8)}.disabled.duet-choice-label{color:rgb(98, 121, 138) !important;cursor:default !important;background:rgb(245, 248, 250) !important;border-color:rgb(212, 223, 229) !important}.disabled.duet-choice-label .duet-choice-card-icon{color:rgb(98, 121, 138)}.duet-theme-turva .disabled.duet-choice-label .duet-choice-card-icon{color:rgb(143, 147, 158)}.disabled.duet-choice-label .duet-checkmark{border-color:rgb(98, 121, 138) !important}.disabled.duet-choice-label:hover,.disabled.duet-choice-label:active,.disabled.duet-choice-label:focus{outline:none !important;opacity:1 !important;transition:none !important}.duet-theme-turva .disabled.duet-choice-label{color:rgb(143, 147, 158) !important;background:rgb(245, 247, 250) !important;border-color:rgb(222, 224, 228) !important}.duet-theme-turva .disabled.duet-choice-label .duet-checkmark{border-color:rgb(143, 147, 158) !important}.checked>.disabled.duet-choice-label{border-color:rgb(127, 150, 165) !important}.duet-theme-turva .checked>.disabled.duet-choice-label{border-color:rgb(143, 147, 158) !important}.duet-checkmark-container{position:relative;width:20px;height:20px;margin-left:auto;border:1px solid rgb(127, 150, 165);border-radius:4px;transition:border 300ms ease}.duet-theme-turva .duet-checkmark-container{border-color:rgb(143, 147, 158)}.checked>.duet-choice-label .duet-checkmark-container{background:rgb(0, 119, 179);border-color:rgb(0, 119, 179);transition:none}.duet-theme-turva .checked>.duet-choice-label .duet-checkmark-container{background:rgb(23, 28, 58);border-color:rgb(23, 28, 58) !important}.duet-checkmark-container.duet-checkmark-radio{border-radius:50%}label.disabled .duet-checkmark-container{background:rgb(181, 198, 208) !important;border-color:rgb(181, 198, 208) !important}.duet-theme-turva label.disabled .duet-checkmark-container{border-color:rgb(199, 202, 207) !important}.checked>label.disabled .duet-checkmark-container{background:rgb(181, 198, 208) !important}.duet-theme-turva .checked>label.disabled .duet-checkmark-container{background:rgb(199, 202, 207) !important;border-color:rgb(199, 202, 207) !important}.duet-checkmark{position:absolute;top:10px;left:3px;width:5.3333333333px;height:11.8518518519px;border-top:2px solid rgb(255, 255, 255);border-right:2px solid rgb(255, 255, 255);opacity:1;transform:scaleX(-1) rotate(135deg) translateZ(0);transform-origin:left top;animation-name:duet-checkmark;animation-duration:600ms;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes duet-checkmark{0%{width:0;height:0;opacity:1}20%{width:5.3333333333px;height:0;opacity:1}40%,100%{width:5.3333333333px;height:11.8518518519px;opacity:1}}.duet-choice-card-icon{position:relative;color:rgb(0, 119, 179)}.duet-theme-turva .duet-choice-card-icon{color:rgb(164, 4, 40)}.duet-choice-card-icon duet-icon{display:block}.duet-choice-section-hidden{display:none}.duet-choice-card-info.duet-choice-card-collapsed,.duet-choice-card-collapsed.duet-choice-card-collapsible{position:relative;width:auto;padding:0 !important;background:unset !important;border:0;border-radius:0}.duet-choice-card-info,.duet-choice-card-collapsible{padding:20px !important;position:relative;width:100%;font-weight:400;color:rgb(8, 42, 77);border:1px solid rgb(212, 223, 229);border-top:0;border-radius:0 0 8px 8px;transition:border-color 300ms ease}@media (min-width: 36em){.duet-choice-card-info,.duet-choice-card-collapsible{padding:28px !important}}.duet-theme-turva .duet-choice-card-info,.duet-theme-turva .duet-choice-card-collapsible{color:rgb(23, 28, 58);border-color:rgb(23, 28, 58)}.checked>.duet-choice-card-info,.checked>.duet-choice-card-collapsible{display:block}.duet-choice-card-info-expanded,.duet-choice-card-collapsible-expanded{display:block}.duet-choice-card-collapsible{background:rgb(255, 255, 255);border:1px solid rgb(212, 223, 229);border-top:0}.duet-choice-card-collapsible.duet-theme-turva{background:rgb(255, 255, 255);border-color:rgb(222, 224, 228)}.duet-choice-card-collapsible.checked{padding:19px !important;padding-top:20px !important;border-color:rgb(0, 119, 179);border-width:2px}@media (min-width: 36em){.duet-choice-card-collapsible.checked{padding:27px !important;padding-top:28px !important}}.duet-choice-card-collapsible.checked.duet-theme-turva{border-color:rgb(23, 28, 58)}.duet-choice-card-collapsible-disabled{background:rgb(245, 248, 250);border-color:rgb(212, 223, 229)}.duet-choice-card-collapsible-disabled.checked{border-color:rgb(212, 223, 229)}.duet-choice-card-collapsible-disabled.duet-theme-turva{background:rgb(245, 247, 250);border-color:rgb(222, 224, 228)}.duet-choice-card-collapsible-disabled.duet-theme-turva.checked{border-color:rgb(222, 224, 228)}.duet-choice-card-info{font-size:0.875rem;line-height:1.5;background:rgb(245, 248, 250);transition:150ms ease-out}.duet-choice-card-info.duet-theme-turva{background:rgb(245, 247, 250);border-color:rgb(222, 224, 228)}.duet-choice-card-info.duet-choice-card-collapsed .duet-choice-info-container ::slotted(*){display:none}:host(.user-is-tabbing) .duet-choice-info-container:focus{outline:2px solid;outline-offset:2px;outline-color:rgba(0, 119, 179, 0.8);display:block}.duet-theme-turva :host(.user-is-tabbing) .duet-choice-info-container:focus,:host(.user-is-tabbing) .duet-choice-info-container:focus.duet-theme-turva,.duet-theme-turva2 :host(.user-is-tabbing) .duet-choice-info-container:focus,:host(.user-is-tabbing) .duet-choice-info-container:focus.duet-theme-turva2{outline-color:rgba(53, 79, 101, 0.8)}:host(.disabled) .duet-choice-card-collapsible{border-color:rgb(127, 150, 165)}:host(.disabled) .duet-choice-card-collapsible.duet-theme-turva{border-color:rgb(143, 147, 158)}:host(:not(.no-hover):not(.disabled):hover)>.duet-choice-card-collapsible:not(.checked){border-color:rgb(0, 119, 179);border-width:2px}.duet-theme-turva :host(:not(.no-hover):not(.disabled):hover)>.duet-choice-card-collapsible:not(.checked){border-color:rgb(143, 147, 158)}:host([collapsible-force-expanded]:not(.no-hover):not(.disabled):hover)>.duet-choice-card-collapsible:not(.checked){padding:19px !important;padding-top:20px !important}@media (min-width: 36em){:host([collapsible-force-expanded]:not(.no-hover):not(.disabled):hover)>.duet-choice-card-collapsible:not(.checked){padding:27px !important;padding-top:28px !important}}.duet-choice-info-toggle{display:flex;flex-shrink:0;align-items:flex-start;justify-content:center;width:57.6px;padding-top:1.25rem;-webkit-appearance:none;appearance:none;cursor:pointer;background:rgb(255, 255, 255);border:1px solid rgb(212, 223, 229);border-left:0 none;border-top-right-radius:8px;border-bottom-right-radius:8px}.duet-choice-info-toggle:focus{outline:0}:host(.user-is-tabbing) .duet-choice-info-toggle:focus{outline:2px solid;outline-offset:2px;outline-color:rgba(0, 119, 179, 0.8)}.duet-theme-turva :host(.user-is-tabbing) .duet-choice-info-toggle:focus,:host(.user-is-tabbing) .duet-choice-info-toggle:focus.duet-theme-turva,.duet-theme-turva2 :host(.user-is-tabbing) .duet-choice-info-toggle:focus,:host(.user-is-tabbing) .duet-choice-info-toggle:focus.duet-theme-turva2{outline-color:rgba(53, 79, 101, 0.8)}.duet-choice-info-toggle[aria-expanded=true]{background:rgb(245, 248, 250);border-bottom-color:transparent;border-bottom-right-radius:0}.duet-theme-turva .duet-choice-info-toggle[aria-expanded=true]{background:rgb(245, 247, 250)}.duet-choice-info-toggle[disabled]{pointer-events:none;background:rgb(245, 248, 250) !important;border-color:rgb(212, 223, 229) !important}.duet-choice-info-toggle[disabled] .duet-choice-info-icon{color:rgb(127, 150, 165) !important}.duet-choice-info-toggle[disabled].duet-theme-turva{background:rgb(245, 247, 250) !important;border-color:rgb(222, 224, 228) !important}.duet-choice-info-toggle[disabled].duet-theme-turva .duet-choice-info-icon{color:rgb(143, 147, 158) !important}.checked+.duet-choice-info-toggle{border-left-color:rgb(0, 119, 179) !important}.duet-choice-info-toggle duet-icon{display:block}.duet-choice-info-toggle .duet-choice-info-icon{color:rgb(0, 119, 179)}.duet-theme-turva .duet-choice-info-toggle .duet-choice-info-icon{color:rgb(198, 12, 48)}:host(:not(.no-hover):not(.disabled):hover)>.duet-choice-card-flextainer .duet-choice-label .duet-choice-info-toggle{border-left-color:rgb(127, 150, 165)}.duet-theme-turva :host(:not(.no-hover):not(.disabled):hover)>.duet-choice-card-flextainer .duet-choice-label .duet-choice-info-toggle{border-left-color:rgb(143, 147, 158)}.duet-choice-input,*::slotted([slot=choiceinput]){position:absolute !important;width:100%;height:100%;opacity:0}:host(.duet-theme-turva2) .duet-theme-turva .duet-choice-card{color:rgb(23, 42, 59) !important}:host(.duet-theme-turva2) .duet-theme-turva .duet-choice-label{border-color:rgb(178, 194, 205)}.info :host(.duet-theme-turva2) .duet-theme-turva .duet-choice-label{border-color:rgb(178, 194, 205)}:host(.duet-theme-turva2) .duet-theme-turva .checked>.duet-choice-label{background:rgb(253, 247, 242);border-color:rgb(23, 42, 59) !important}:host(.duet-theme-turva2) .duet-theme-turva .checked>.duet-choice-label .duet-checkmark-container{border-color:rgb(230, 23, 64)}.duet-choice-label :host(.duet-theme-turva2) .duet-theme-turva .checked>.duet-choice-label .duet-checkmark-container{background:rgb(23, 42, 59);border-color:rgb(23, 42, 59) !important}:host(.duet-theme-turva2) .duet-theme-turva.duet-choice-card-info,:host(.duet-theme-turva2) .duet-theme-turva.duet-choice-card-collapsible{color:rgb(23, 42, 59);border-color:rgb(23, 42, 59)}:host(.duet-theme-turva2) .duet-theme-turva.duet-choice-card-collapsible{border-color:rgb(178, 194, 205)}:host(.duet-theme-turva2) .duet-theme-turva.duet-choice-card-collapsible.checked{border-color:rgb(23, 42, 59)}:host(.duet-theme-turva2) .duet-theme-turva.duet-choice-card-info{background:rgb(253, 247, 242);border-color:rgb(178, 194, 205)}:host(.duet-theme-turva2) .duet-theme-turva .duet-checkmark-container{border-color:rgb(120, 145, 164)}:host(.duet-theme-turva2) .duet-theme-turva.duet-choice-info-toggle{border-color:rgb(178, 194, 205)}:host(.duet-theme-turva2) .duet-theme-turva.duet-choice-info-toggle[aria-expanded=true]{background:rgb(253, 247, 242);border-bottom-color:transparent}:host(.duet-theme-turva2:not(.no-hover):not(.disabled):hover)>.duet-theme-turva.duet-choice-card-flextainer .duet-choice-label:not(.checked){border-color:rgb(23, 42, 59)}:host(.duet-theme-turva2:not(.no-hover):not(.disabled):hover)>.duet-theme-turva.duet-choice-card-flextainer .duet-choice-label:not(.checked) .duet-checkmark-container{border-color:rgb(120, 145, 164)}";
|
|
21
30
|
|
|
22
31
|
const DuetChoice = class {
|
|
23
32
|
constructor(hostRef) {
|
|
24
33
|
index.registerInstance(this, hostRef);
|
|
25
34
|
this.duetChoiceReady = index.createEvent(this, "duetChoiceReady", 7);
|
|
26
|
-
this.duetChoiceRemove = index.createEvent(this, "duetChoiceRemove", 7);
|
|
27
35
|
this.duetChange = index.createEvent(this, "duetChange", 7);
|
|
28
36
|
this.duetFocus = index.createEvent(this, "duetFocus", 7);
|
|
29
37
|
this.duetBlur = index.createEvent(this, "duetBlur", 7);
|
|
38
|
+
this.focus = false;
|
|
30
39
|
this.hasHeader = false;
|
|
31
40
|
this.choiceId = createId.createID("DuetChoice");
|
|
32
41
|
this.expandId = createId.createID("DuetChoiceExpand");
|
|
33
42
|
this.headerId = createId.createID("DuetChoiceHeader");
|
|
34
43
|
this.infoButtonId = createId.createID("DuetChoiceInfoButton");
|
|
44
|
+
/**
|
|
45
|
+
* State() variables
|
|
46
|
+
* Inlined decorator, alphabetical order.
|
|
47
|
+
*/
|
|
48
|
+
this.isHovering = false;
|
|
49
|
+
this.isInfoOpen = false;
|
|
50
|
+
/**
|
|
51
|
+
* Theme of the choice.
|
|
52
|
+
*/
|
|
53
|
+
this.theme = "";
|
|
54
|
+
/**
|
|
55
|
+
* Label for the choice button.
|
|
56
|
+
*/
|
|
57
|
+
this.label = "label";
|
|
58
|
+
/**
|
|
59
|
+
* Property to change accessibleLabelInfoButton defaults on the component.
|
|
60
|
+
* normally you would handle these strings on an application level and override accessibleLabelInfoButton when needed
|
|
61
|
+
*/
|
|
62
|
+
this.accessibleLabelInfoButtonDefaults = commonStrings.DuetStringsExternalDefaults;
|
|
63
|
+
/**
|
|
64
|
+
* Accessible label that is read for screen reader users in the info toggle trigger button.
|
|
65
|
+
* Not visible for normal users.
|
|
66
|
+
* @default {fi: "Avautuu uuteen ikkunaan",sv: "Öppnas i nytt fönster",en: "Opens in a new window"}
|
|
67
|
+
*/
|
|
68
|
+
this.accessibleLabelInfoButton = languageUtils.getLocaleString(this.accessibleLabelInfoButtonDefaults);
|
|
69
|
+
/**
|
|
70
|
+
* Aria Details of the component
|
|
71
|
+
*/
|
|
72
|
+
this.accessibleDetails = undefined;
|
|
73
|
+
/**
|
|
74
|
+
* String of id's that indicate alternative labels elements
|
|
75
|
+
*/
|
|
76
|
+
this.accessibleLabelledBy = undefined;
|
|
77
|
+
/**
|
|
78
|
+
* Aria description the button
|
|
79
|
+
*/
|
|
80
|
+
this.accessibleDescription = undefined;
|
|
81
|
+
/**
|
|
82
|
+
* Additional caption to show inside the label of the choice button.
|
|
83
|
+
*/
|
|
84
|
+
this.caption = "";
|
|
85
|
+
/**
|
|
86
|
+
* Type of the choice button. You can set the type of the choice to be either
|
|
87
|
+
* “radio” or “checkbox”. Depending on this selection we convey the selection
|
|
88
|
+
* type to assistive technologies as well. When type “radio” is chosen it is
|
|
89
|
+
* required to place the choices inside Choice Group component.
|
|
90
|
+
*/
|
|
91
|
+
this.type = "checkbox";
|
|
92
|
+
/**
|
|
93
|
+
* Checked state of the choice button.
|
|
94
|
+
*/
|
|
95
|
+
this.checked = false;
|
|
96
|
+
/**
|
|
97
|
+
* Makes the choice button open a new section underneath it when clicked or
|
|
98
|
+
* tapped. This new section can be used to show more options related to this
|
|
99
|
+
* choice. Please note that this feature can’t be used together with the "info"
|
|
100
|
+
* functionality and that it only accepts plain dom nodes (no shadow dom elements
|
|
101
|
+
* such as duet-paragraph can be used as this will break accessibility)
|
|
102
|
+
*/
|
|
103
|
+
this.collapsible = false;
|
|
104
|
+
/**
|
|
105
|
+
* This attribute works only when the 'collapsible' attribute is set to true.
|
|
106
|
+
* It maintains the visibility of the additional content section, regardless of whether the input is checked or not.
|
|
107
|
+
*/
|
|
108
|
+
this.collapsibleForceExpanded = false;
|
|
109
|
+
/**
|
|
110
|
+
* Controls the margin of the component.
|
|
111
|
+
*/
|
|
112
|
+
this.margin = "auto";
|
|
113
|
+
/**
|
|
114
|
+
* Icon to display to the left of the choice button label.
|
|
115
|
+
*/
|
|
116
|
+
this.icon = "";
|
|
117
|
+
/**
|
|
118
|
+
* Expands the choice button to fill 100% of the container width.
|
|
119
|
+
*/
|
|
120
|
+
this.expand = false;
|
|
121
|
+
/**
|
|
122
|
+
* Controls the padding of the component.
|
|
123
|
+
*/
|
|
124
|
+
this.padding = "auto";
|
|
125
|
+
/**
|
|
126
|
+
* Makes the choice component disabled. This prevents users from being able to
|
|
127
|
+
* interact with the choice, and conveys its inactive state to assistive technologies.
|
|
128
|
+
*/
|
|
129
|
+
this.disabled = false;
|
|
130
|
+
/**
|
|
131
|
+
* Set whether the input is required or not. Please note that this is necessary for
|
|
132
|
+
* accessible inputs when the user is required to fill them. When using this property
|
|
133
|
+
* you need to also set “novalidate” attribute to your form element to prevent
|
|
134
|
+
* browser from displaying its own validation errors.
|
|
135
|
+
*/
|
|
136
|
+
this.required = false;
|
|
137
|
+
/**
|
|
138
|
+
* Accessible info label defaults
|
|
139
|
+
*/
|
|
140
|
+
this.infoLabelDefaults = {
|
|
141
|
+
fi: "Lisätietoja vaihtoehdosta",
|
|
142
|
+
en: "More information about",
|
|
143
|
+
sv: "Mera information om",
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* Accessible info label
|
|
147
|
+
* @default {
|
|
148
|
+
* fi: "Lisätietoja vaihtoehdosta",
|
|
149
|
+
* en: "More information about",
|
|
150
|
+
* sv: "Mera information om",
|
|
151
|
+
* }
|
|
152
|
+
*/
|
|
153
|
+
this.infoLabel = languageUtils.getLocaleString(this.infoLabelDefaults, languageUtils.getLanguage());
|
|
154
|
+
/**
|
|
155
|
+
* Accessible collapsible notification defaults
|
|
156
|
+
*/
|
|
157
|
+
this.collapsibleNotificationDefaults = {
|
|
158
|
+
fi: "Tämä valinta sisältää lisätietoja, jotka avautuivat alle",
|
|
159
|
+
en: "This choice has additional information opened below",
|
|
160
|
+
sv: "Det här val har mer information som öppnades nedan",
|
|
161
|
+
};
|
|
162
|
+
/**
|
|
163
|
+
* Accessible collapsible notification. If a collapsible choice has no header, and contains other
|
|
164
|
+
* elements than duet-paragraph, duet-heading or duet-fieldset, this is used as the accessible
|
|
165
|
+
* notification of opening the collapsible content (added to aria-describedby).
|
|
166
|
+
* @default {
|
|
167
|
+
* fi: "Tämä valinta sisältää lisätietoja, jotka avautuivat alle",
|
|
168
|
+
* en: "This choice has additional information opened below",
|
|
169
|
+
* sv: "Det här val har mer information som öppnades nedan",
|
|
170
|
+
* }
|
|
171
|
+
*/
|
|
172
|
+
this.collapsibleNotification = languageUtils.getLocaleString(this.collapsibleNotificationDefaults, languageUtils.getLanguage());
|
|
35
173
|
this.radioInputListenersRemove = radioInput => {
|
|
36
174
|
radioInput.removeEventListener("change", this.onChange);
|
|
37
175
|
radioInput.removeEventListener("keydown", this.handleKeyDown);
|
|
@@ -44,45 +182,45 @@ const DuetChoice = class {
|
|
|
44
182
|
radioInput.addEventListener("focus", this.onFocus);
|
|
45
183
|
radioInput.addEventListener("blur", this.onBlur);
|
|
46
184
|
};
|
|
47
|
-
this.
|
|
48
|
-
const slotInput = this.element.
|
|
49
|
-
const
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
185
|
+
this.inputSetUp = () => {
|
|
186
|
+
const slotInput = this.element.querySelectorAll(":scope > input");
|
|
187
|
+
const input = slotInput[slotInput.length - 1] || document.createElement("input");
|
|
188
|
+
input.slot = "choiceinput";
|
|
189
|
+
input.disabled = this.getDisabled();
|
|
190
|
+
input.id = this.identifier || this.choiceId;
|
|
191
|
+
input.type = this.type;
|
|
192
|
+
input.name = this.name;
|
|
193
|
+
input.value = this.value;
|
|
194
|
+
input.checked = this.checked;
|
|
195
|
+
input.required = this.required;
|
|
196
|
+
input.ariaDescription = this.accessibleDescription;
|
|
59
197
|
if (this.accessibleControls) {
|
|
60
|
-
|
|
198
|
+
input.setAttribute("aria-controls", this.accessibleControls);
|
|
61
199
|
}
|
|
62
200
|
if (this.accessibleActiveDescendant) {
|
|
63
|
-
|
|
201
|
+
input.setAttribute("aria-activedescendant", this.accessibleActiveDescendant);
|
|
64
202
|
}
|
|
65
203
|
if (this.accessibleLabelledBy) {
|
|
66
|
-
|
|
204
|
+
input.setAttribute("aria-labelledby", this.accessibleLabelledBy);
|
|
67
205
|
}
|
|
68
206
|
if (this.accessibleDetails) {
|
|
69
|
-
|
|
207
|
+
input.setAttribute("aria-details", this.accessibleDetails);
|
|
70
208
|
}
|
|
71
209
|
if (this.accessibleOwns) {
|
|
72
|
-
|
|
210
|
+
input.setAttribute("aria-owns", this.accessibleOwns);
|
|
73
211
|
}
|
|
74
212
|
if (this.getAriaDescribedby()) {
|
|
75
|
-
|
|
213
|
+
input.setAttribute("aria-describedby", this.getAriaDescribedby());
|
|
76
214
|
}
|
|
77
|
-
|
|
78
|
-
if (slotInput) {
|
|
79
|
-
this.radioInputListenersRemove(
|
|
215
|
+
input.ariaLabel = this.getLabel();
|
|
216
|
+
if (slotInput.length > 0) {
|
|
217
|
+
this.radioInputListenersRemove(input);
|
|
80
218
|
}
|
|
81
219
|
else {
|
|
82
|
-
this.element.appendChild(
|
|
220
|
+
this.element.appendChild(input);
|
|
83
221
|
}
|
|
84
|
-
this.radioInputListenersAdd(
|
|
85
|
-
this.focusableElement =
|
|
222
|
+
this.radioInputListenersAdd(input);
|
|
223
|
+
this.focusableElement = input;
|
|
86
224
|
};
|
|
87
225
|
/**
|
|
88
226
|
* Component event handling.
|
|
@@ -163,49 +301,6 @@ const DuetChoice = class {
|
|
|
163
301
|
}, 150);
|
|
164
302
|
}
|
|
165
303
|
};
|
|
166
|
-
this.focus = false;
|
|
167
|
-
this.isHovering = false;
|
|
168
|
-
this.isInfoOpen = false;
|
|
169
|
-
this.theme = "";
|
|
170
|
-
this.label = "label";
|
|
171
|
-
this.accessibleLabelInfoButtonDefaults = commonStrings.DuetStringsExternalDefaults;
|
|
172
|
-
this.accessibleLabelInfoButton = languageUtils.getLocaleString(this.accessibleLabelInfoButtonDefaults);
|
|
173
|
-
this.accessibleActiveDescendant = undefined;
|
|
174
|
-
this.accessibleControls = undefined;
|
|
175
|
-
this.accessibleOwns = undefined;
|
|
176
|
-
this.accessibleDescribedBy = undefined;
|
|
177
|
-
this.accessibleDetails = undefined;
|
|
178
|
-
this.accessibleLabelledBy = undefined;
|
|
179
|
-
this.accessibleDescription = undefined;
|
|
180
|
-
this.caption = "";
|
|
181
|
-
this.value = undefined;
|
|
182
|
-
this.type = "checkbox";
|
|
183
|
-
this.name = undefined;
|
|
184
|
-
this.checked = false;
|
|
185
|
-
this.collapsible = false;
|
|
186
|
-
this.collapsibleForceExpanded = false;
|
|
187
|
-
this.margin = "auto";
|
|
188
|
-
this.icon = "";
|
|
189
|
-
this.expand = false;
|
|
190
|
-
this.padding = "auto";
|
|
191
|
-
this.identifier = undefined;
|
|
192
|
-
this.groupDirection = undefined;
|
|
193
|
-
this.groupDisabled = undefined;
|
|
194
|
-
this.groupResponsive = undefined;
|
|
195
|
-
this.disabled = false;
|
|
196
|
-
this.required = false;
|
|
197
|
-
this.infoLabelDefaults = {
|
|
198
|
-
fi: "Lisätietoja vaihtoehdosta",
|
|
199
|
-
en: "More information about",
|
|
200
|
-
sv: "Mera information om",
|
|
201
|
-
};
|
|
202
|
-
this.infoLabel = languageUtils.getLocaleString(this.infoLabelDefaults, languageUtils.getLanguage());
|
|
203
|
-
this.collapsibleNotificationDefaults = {
|
|
204
|
-
fi: "Tämä valinta sisältää lisätietoja, jotka avautuivat alle",
|
|
205
|
-
en: "This choice has additional information opened below",
|
|
206
|
-
sv: "Det här val har mer information som öppnades nedan",
|
|
207
|
-
};
|
|
208
|
-
this.collapsibleNotification = languageUtils.getLocaleString(this.collapsibleNotificationDefaults, languageUtils.getLanguage());
|
|
209
304
|
}
|
|
210
305
|
/**
|
|
211
306
|
* Component lifecycle events.
|
|
@@ -229,14 +324,11 @@ const DuetChoice = class {
|
|
|
229
324
|
this.duetChoiceReady.emit();
|
|
230
325
|
}
|
|
231
326
|
componentDidRender() {
|
|
232
|
-
|
|
233
|
-
this.radioInputSetUp();
|
|
234
|
-
}
|
|
327
|
+
this.inputSetUp();
|
|
235
328
|
}
|
|
236
329
|
disconnectedCallback() {
|
|
237
330
|
languageUtils.disconnectLanguageChangeObserver(this);
|
|
238
331
|
keyboardUtils.unsubscribeTabbingChange(this);
|
|
239
|
-
this.duetChoiceRemove.emit();
|
|
240
332
|
}
|
|
241
333
|
/**
|
|
242
334
|
* Sets focus on the specified `duet-choice`. Use this method instead of the global
|
|
@@ -276,7 +368,7 @@ const DuetChoice = class {
|
|
|
276
368
|
if (this.accessibleDescribedBy) {
|
|
277
369
|
return this.accessibleDescribedBy;
|
|
278
370
|
}
|
|
279
|
-
if (this.collapsible || this.hasInfo) {
|
|
371
|
+
if ((this.collapsible || this.hasInfo) && this.getExpanded()) {
|
|
280
372
|
if (this.hasHeader) {
|
|
281
373
|
return this.headerId;
|
|
282
374
|
}
|
|
@@ -343,8 +435,7 @@ const DuetChoice = class {
|
|
|
343
435
|
* Always the last one in the class.
|
|
344
436
|
*/
|
|
345
437
|
render() {
|
|
346
|
-
|
|
347
|
-
return (index.h(index.Host, { key: '6b043ca676b0915beba8f7395ab51da5e4b5cd9b', class: {
|
|
438
|
+
return (index.h(index.Host, { key: '8e0d44318e6f23b8cd30378f4a2d6d9d04775caf', class: {
|
|
348
439
|
horizontal: this.groupDirection === "horizontal" && !this.groupResponsive,
|
|
349
440
|
"horizontal-responsive": this.groupDirection === "horizontal" && this.groupResponsive,
|
|
350
441
|
"duet-m-0": this.margin === "none",
|
|
@@ -352,10 +443,10 @@ const DuetChoice = class {
|
|
|
352
443
|
"duet-theme-turva": this.theme === "turva",
|
|
353
444
|
"no-hover": this.isHovering,
|
|
354
445
|
disabled: this.getDisabled(),
|
|
355
|
-
} }, index.h("div", { key: '
|
|
446
|
+
} }, index.h("div", { key: '94430228895b0bbd2ddf795f24e2c598356fa005', class: {
|
|
356
447
|
"duet-choice-card-flextainer": true,
|
|
357
448
|
"duet-theme-turva": this.theme === "turva",
|
|
358
|
-
} }, index.h("div", { key: '
|
|
449
|
+
} }, index.h("div", { key: 'e8e03959412c6c2d97e38969c2264cbd2dc93e9f', class: {
|
|
359
450
|
"duet-choice-card": true,
|
|
360
451
|
"has-icon": !!this.icon,
|
|
361
452
|
"has-info": this.hasInfo,
|
|
@@ -364,26 +455,25 @@ const DuetChoice = class {
|
|
|
364
455
|
collapsible: this.collapsible,
|
|
365
456
|
"collapsible-force-expanded": this.collapsibleForceExpanded,
|
|
366
457
|
"duet-p-0": this.padding === "none",
|
|
367
|
-
} },
|
|
458
|
+
} }, index.h("slot", { key: 'f535dd20ca1dfcefc16cefbe057ac14a9f8d0b14', name: "choiceinput" }), index.h("label", { key: '70fa4e33e814019ead7d1bdce622d289fbdde47c', class: {
|
|
368
459
|
"duet-choice-label": true,
|
|
369
460
|
"has-before-text": this.hasBeforeText,
|
|
370
461
|
checked: this.checked,
|
|
371
462
|
focus: this.focus,
|
|
372
463
|
disabled: this.getDisabled(),
|
|
373
|
-
}, onClick: this.onClick }, this.hasBeforeText && index.h("slot", { key: '
|
|
464
|
+
}, onClick: this.onClick }, this.hasBeforeText && index.h("slot", { key: 'ddf8b67cf503633034ca3c8c94d5923c99dace05', name: "before-text" }), this.icon && (index.h("div", { key: 'a5d3e1324aafbece41a54e14c9852c264bf0d9b0', class: "duet-choice-card-icon" }, index.h("duet-icon", { key: '0382f9205997600a146e181e3783d75538b1925e', margin: "none", size: "small", name: this.icon, color: "currentColor" }))), index.h("div", { key: '14a3b6689b6527398fdf46729e56b7a97383bf93', class: "duet-choice-card-text" }, index.h("div", { key: '26144b6d2c60fbb338e08e6355e0b2ea2138a682' }, this.hasLabel ? index.h("slot", { name: "label" }) : this.label), this.caption && (index.h("div", { key: '4059958e6434760f1f3afe27e4d5196595fe000b' }, index.h("duet-spacer", { key: 'beec0d868ce1f590a55ae2b30e12eb1b1cc4b35e', size: "xx-small" }), index.h("duet-caption", { key: 'bd0c1c6cba4398151bafcdfbc79c85c6e9aad9cc', margin: "none", selected: this.checked }, this.caption))), this.hasAdditional && (index.h("div", { key: '35c0cad0a89437af7ef7bc8e842d7d52bfaca6ed' }, index.h("duet-spacer", { key: 'db0d7edb4432c1693160898f653ceff941ea5c72', size: "xx-small" }), index.h("slot", { key: '72baad0387d37783233fac3bdb9ca218036f6317', name: "additional" })))), index.h("div", { key: 'c844c7c3d338339d4260986a68d90f43ebe5a7ba' }, index.h("div", { key: '79f40913fe5c59d12db856a401a80f35addd0379', class: { "duet-checkmark-container": true, "duet-checkmark-radio": this.type === "radio" } }, this.checked && index.h("div", { key: 'dff8e47098a438673e4e87e1dd132280daa3eaf8', class: "duet-checkmark" }))))), this.hasInfo && !this.collapsible && (index.h("button", { key: '22d9672aa71a3a41ed928f9b90782f335b40ea86', ref: button => (this.infoButtonEl = button), id: this.infoButtonId, class: {
|
|
374
465
|
"duet-choice-info-toggle": true,
|
|
375
466
|
"duet-theme-turva": this.theme === "turva",
|
|
376
|
-
}, onMouseEnter: this.onMouseEnter, onMouseLeave: this.onMouseLeave, onClick: this.toggleInfo, disabled: this.getDisabled(), "aria-expanded": this.isInfoOpen ? "true" : "false", "aria-label": `${this.infoLabel} ${this.label}`, "aria-controls": this.expandId, tabindex: this.type === "radio" && !this.checked ? "-1" : "0", type: "button", onKeyUp: e => this.handleEscape(e) }, index.h("div", { key: '
|
|
467
|
+
}, onMouseEnter: this.onMouseEnter, onMouseLeave: this.onMouseLeave, onClick: this.toggleInfo, disabled: this.getDisabled(), "aria-expanded": this.isInfoOpen ? "true" : "false", "aria-label": `${this.infoLabel} ${this.label}`, "aria-controls": this.expandId, tabindex: this.type === "radio" && !this.checked ? "-1" : "0", type: "button", onKeyUp: e => this.handleEscape(e) }, index.h("div", { key: '263cdcb2a2121471627759f4ab9bab65436636de', class: "duet-choice-info-icon" }, index.h("duet-icon", { key: 'ed64691ddbd6ba488a7b3c494d64849cef448a33', icon: infoIcon.svg, margin: "none", size: "small", color: "currentColor" }))))), this.collapsible && (index.h("span", { key: 'a6dba636c1c5df9f2180bbaae7d71d1571b7e356', id: `${this.choiceId}-collapsible-notification`, hidden: true }, this.collapsibleNotification)), this.collapsible || this.hasInfo ? (index.h("div", { class: this.getClassNames(), id: this.expandId }, index.h("span", { class: {
|
|
377
468
|
"duet-choice-section-visible": this.collapsible ? this.getExpanded() : this.isInfoOpen,
|
|
378
469
|
"duet-choice-section-hidden": this.collapsible ? !this.getExpanded() : !this.isInfoOpen,
|
|
379
|
-
} }, index.h("span", { id: this.headerId }, index.h("slot", { name: "header" })), this.hasInfo ? (index.h("span", { ref: span => (this.infoContainer = span), tabindex: "
|
|
470
|
+
} }, index.h("span", { id: this.headerId }, index.h("slot", { name: "header" })), this.hasInfo ? (index.h("span", { ref: span => (this.infoContainer = span), tabindex: "-1", class: "duet-choice-info-container", onKeyUp: e => this.handleEscape(e) }, index.h("span", null, index.h("slot", { name: "info" })), index.h("slot", null))) : (index.h("span", { id: `${this.choiceId}-collapsible-content` }, index.h("slot", null)))))) : null));
|
|
380
471
|
}
|
|
381
472
|
get element() { return index.getElement(this); }
|
|
382
473
|
};
|
|
383
|
-
DuetChoice.style =
|
|
474
|
+
DuetChoice.style = duetChoiceCss;
|
|
384
475
|
|
|
385
|
-
const duetChoiceGroupCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0
|
|
386
|
-
const DuetChoiceGroupStyle0 = duetChoiceGroupCss;
|
|
476
|
+
const duetChoiceGroupCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:transparent;border:0}:host{box-sizing:border-box;padding:0;margin:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:transparent;border:0;display:block;width:100%}:host(.horizontal) .duet-choice-group{display:block;margin-bottom:-12px}:host(.horizontal) .duet-choice-group.duet-no-stacking{display:flex}@media (min-width: 48em){:host(.horizontal) .duet-choice-group{margin-bottom:0}}@media (max-width: 35.9375em){:host(.horizontal) .duet-choice-group{display:flex}}:host(.horizontal.duet-choice-group-breakpoint-x-small) .duet-choice-group:not(.duet-no-stacking){display:flex}@media (max-width: 22.5em){:host(.horizontal.duet-choice-group-breakpoint-x-small) .duet-choice-group:not(.duet-no-stacking){display:block}}:host(.horizontal.duet-choice-group-breakpoint-small) .duet-choice-group:not(.duet-no-stacking){display:block}@media (min-width: 36em){:host(.horizontal.duet-choice-group-breakpoint-small) .duet-choice-group:not(.duet-no-stacking){display:flex}}:host(.horizontal.duet-choice-group-breakpoint-medium) .duet-choice-group:not(.duet-no-stacking){display:block}@media (min-width: 48em){:host(.horizontal.duet-choice-group-breakpoint-medium) .duet-choice-group:not(.duet-no-stacking){display:flex}}:host(.horizontal.duet-choice-group-breakpoint-large) .duet-choice-group:not(.duet-no-stacking){display:block}@media (min-width: 62em){:host(.horizontal.duet-choice-group-breakpoint-large) .duet-choice-group:not(.duet-no-stacking){display:flex}}:host(.horizontal.duet-choice-group-breakpoint-x-large) .duet-choice-group:not(.duet-no-stacking){display:block}@media (min-width: 64.0625em){:host(.horizontal.duet-choice-group-breakpoint-x-large) .duet-choice-group:not(.duet-no-stacking){display:flex}}.duet-choice-group{position:relative;width:100%;margin-bottom:-12px}";
|
|
387
477
|
|
|
388
478
|
const DuetChoiceGroup = class {
|
|
389
479
|
constructor(hostRef) {
|
|
@@ -391,61 +481,113 @@ const DuetChoiceGroup = class {
|
|
|
391
481
|
this.choiceGroupName = "duet-choice-group";
|
|
392
482
|
this.choices = new Set();
|
|
393
483
|
/**
|
|
394
|
-
*
|
|
484
|
+
* Direction of the choice group.
|
|
395
485
|
*/
|
|
396
|
-
this.onSelect = (ev) => {
|
|
397
|
-
if (ev.detail.component !== "duet-choice") {
|
|
398
|
-
return;
|
|
399
|
-
}
|
|
400
|
-
const selectedChoice = ev.target;
|
|
401
|
-
if (selectedChoice && this.choices.has(selectedChoice)) {
|
|
402
|
-
this.value = selectedChoice.value;
|
|
403
|
-
}
|
|
404
|
-
};
|
|
405
|
-
this.onChoiceReady = (ev) => {
|
|
406
|
-
const choice = ev.target;
|
|
407
|
-
if (choice.closest("duet-choice-group") === this.element && !this.choices.has(choice)) {
|
|
408
|
-
this.choices.add(choice);
|
|
409
|
-
this.updateChoices();
|
|
410
|
-
}
|
|
411
|
-
};
|
|
412
|
-
this.onChoiceRemove = (ev) => {
|
|
413
|
-
const choice = ev.target;
|
|
414
|
-
this.choices.delete(choice);
|
|
415
|
-
this.updateChoices();
|
|
416
|
-
};
|
|
417
486
|
this.direction = "vertical";
|
|
487
|
+
/**
|
|
488
|
+
* Controls the margin of the component.
|
|
489
|
+
*/
|
|
418
490
|
this.margin = "auto";
|
|
491
|
+
/**
|
|
492
|
+
* Theme of the choice group.
|
|
493
|
+
*/
|
|
419
494
|
this.theme = "";
|
|
495
|
+
/**
|
|
496
|
+
* Display choice group in error state along with an error message.
|
|
497
|
+
*/
|
|
420
498
|
this.error = "";
|
|
421
|
-
|
|
499
|
+
/**
|
|
500
|
+
* Legend displayed for the choice buttons in this group.
|
|
501
|
+
*/
|
|
422
502
|
this.label = "Label";
|
|
503
|
+
/**
|
|
504
|
+
* Visually hide the label, but still show it to screen readers.
|
|
505
|
+
*/
|
|
423
506
|
this.labelHidden = false;
|
|
507
|
+
/**
|
|
508
|
+
* Additional caption to show inside the label of the choice group.
|
|
509
|
+
*/
|
|
424
510
|
this.caption = undefined;
|
|
511
|
+
/**
|
|
512
|
+
* Tooltip to display next to the label of the choice group.
|
|
513
|
+
*/
|
|
425
514
|
this.tooltip = undefined;
|
|
515
|
+
/**
|
|
516
|
+
* With direction setting you can force the tooltip to always open towards left
|
|
517
|
+
* or right instead of automatically determining the direction.
|
|
518
|
+
*/
|
|
426
519
|
this.tooltipDirection = "auto";
|
|
520
|
+
/**
|
|
521
|
+
* Enable or disable the automatic responsive behaviour of the choice group
|
|
522
|
+
* component when horizontal setting is used. Setting this option to "true"
|
|
523
|
+
* makes sure that contents are stacked vertically on mobile.
|
|
524
|
+
*/
|
|
427
525
|
this.responsive = false;
|
|
526
|
+
/**
|
|
527
|
+
* Switch the breakpoint used to trigger the content stacking. These match to
|
|
528
|
+
* similar media query tokens eg.: $media-query-small, $media-query-medium.
|
|
529
|
+
*/
|
|
428
530
|
this.breakpoint = "small";
|
|
429
|
-
|
|
430
|
-
|
|
531
|
+
/**
|
|
532
|
+
* Sets whether making a choice is required or optional. Will set contained choices to required as well.
|
|
533
|
+
*/
|
|
431
534
|
this.required = false;
|
|
535
|
+
/**
|
|
536
|
+
* The aria-live attribute for the error message. When the input is validated on blur, use "off", as using "polite" or "assertive"
|
|
537
|
+
* makes the screen reader read the error message twice. When the input is validated on submit, use "polite", as "off" would leave
|
|
538
|
+
* the messages unread by screen readers. Use "assertive" only in those rare cases when "polite" would leave the error message
|
|
539
|
+
* unread by screen readers.
|
|
540
|
+
*/
|
|
432
541
|
this.accessibleLiveError = "polite";
|
|
542
|
+
// Call this.updateChoices when a child choice has been removed - addtions are handled by events
|
|
543
|
+
this.childObserverCallback = (mutationList) => {
|
|
544
|
+
if (mutationList.some(r => {
|
|
545
|
+
var _a;
|
|
546
|
+
return ((_a = r.removedNodes) === null || _a === void 0 ? void 0 : _a.length) > 0 &&
|
|
547
|
+
Array.from(r.removedNodes.values()).some(n => n.nodeName.toLowerCase() === "duet-choice");
|
|
548
|
+
})) {
|
|
549
|
+
this.updateChoices();
|
|
550
|
+
}
|
|
551
|
+
};
|
|
552
|
+
/**
|
|
553
|
+
* Component event handling.
|
|
554
|
+
*/
|
|
555
|
+
this.onSelect = (ev) => {
|
|
556
|
+
if (ev.detail.component !== "duet-choice") {
|
|
557
|
+
return;
|
|
558
|
+
}
|
|
559
|
+
const selectedChoice = ev.target;
|
|
560
|
+
if (selectedChoice && this.choices.has(selectedChoice)) {
|
|
561
|
+
this.value = selectedChoice.value;
|
|
562
|
+
}
|
|
563
|
+
};
|
|
564
|
+
this.onChoiceReady = () => {
|
|
565
|
+
this.updateChoices();
|
|
566
|
+
};
|
|
567
|
+
}
|
|
568
|
+
removeDisabledAttributeWhenFalse() {
|
|
569
|
+
if (!this.disabled) {
|
|
570
|
+
this.element.removeAttribute("disabled");
|
|
571
|
+
}
|
|
433
572
|
}
|
|
434
573
|
/**
|
|
435
574
|
* Component lifecycle events.
|
|
436
575
|
*/
|
|
437
576
|
async connectedCallback() {
|
|
577
|
+
this.childObserver = new MutationObserver(this.childObserverCallback.bind(this));
|
|
578
|
+
this.childObserver.observe(this.element, { childList: true, subtree: true });
|
|
438
579
|
this.setInitialValue();
|
|
439
580
|
this.updateChoices();
|
|
440
581
|
}
|
|
441
582
|
disconnectedCallback() {
|
|
442
|
-
if (this.
|
|
443
|
-
this.
|
|
444
|
-
this.
|
|
583
|
+
if (this.childObserver) {
|
|
584
|
+
this.childObserver.disconnect();
|
|
585
|
+
this.childObserver = undefined;
|
|
445
586
|
}
|
|
446
587
|
}
|
|
447
588
|
componentWillLoad() {
|
|
448
589
|
themeableComponent.inheritGlobalTheme(this);
|
|
590
|
+
this.removeDisabledAttributeWhenFalse();
|
|
449
591
|
slotUtils.checkNamedSlotElement(this.element, "tooltip", "duet-tooltip", 1, true);
|
|
450
592
|
}
|
|
451
593
|
setInitialValue() {
|
|
@@ -467,6 +609,12 @@ const DuetChoiceGroup = class {
|
|
|
467
609
|
var _a;
|
|
468
610
|
const value = (_a = this.value) !== null && _a !== void 0 ? _a : this.initialValue;
|
|
469
611
|
let hasChecked = false;
|
|
612
|
+
this.choices.clear();
|
|
613
|
+
this.element.querySelectorAll("duet-choice").forEach((choice) => {
|
|
614
|
+
if (choice.closest("duet-choice-group") === this.element) {
|
|
615
|
+
this.choices.add(choice);
|
|
616
|
+
}
|
|
617
|
+
});
|
|
470
618
|
// Walk the DOM in reverse order, since the last selected one wins
|
|
471
619
|
for (const choice of Array.from(this.choices)) {
|
|
472
620
|
choice.name = this.name;
|
|
@@ -498,25 +646,25 @@ const DuetChoiceGroup = class {
|
|
|
498
646
|
* Always the last one in the class.
|
|
499
647
|
*/
|
|
500
648
|
render() {
|
|
501
|
-
return (index.h(index.Host, { key: '
|
|
649
|
+
return (index.h(index.Host, { key: '897e49dbd281424ca6b72a9da68eaae0e562a139', onDuetChange: this.onSelect, onDuetChoiceReady: this.onChoiceReady, class: {
|
|
502
650
|
horizontal: this.direction === "horizontal",
|
|
503
651
|
"duet-choice-group-breakpoint-x-small": this.responsive && this.breakpoint === "x-small",
|
|
504
652
|
"duet-choice-group-breakpoint-small": this.responsive && this.breakpoint === "small",
|
|
505
653
|
"duet-choice-group-breakpoint-medium": this.responsive && this.breakpoint === "medium",
|
|
506
654
|
"duet-choice-group-breakpoint-large": this.responsive && this.breakpoint === "large",
|
|
507
655
|
"duet-choice-group-breakpoint-x-large": this.responsive && this.breakpoint === "x-large",
|
|
508
|
-
} }, index.h("duet-fieldset", { key: '
|
|
656
|
+
} }, index.h("duet-fieldset", { key: '777b229cc803694833f9f3e489769c25f4095dd5', label: this.label, labelHidden: this.labelHidden, compactLabel: true, caption: this.caption, error: this.error, margin: this.margin, theme: this.theme, "accessible-live-error": this.accessibleLiveError }, this.tooltip && (index.h("duet-tooltip", { key: 'b23dc949f74c299c913b8457cf90e85dfa8d8127', slot: "tooltip", direction: this.tooltipDirection, accessibleInputLabel: this.label }, this.tooltip)), index.h("slot", { key: '406d11c0210b40168685fd0f6116bf48158d2170', name: "tooltip" }), index.h("div", { key: '4bfe9fc3d01b57edc57601dac344fe712ce9a4d2', class: { [this.choiceGroupName]: true, "duet-no-stacking": !this.responsive } }, index.h("slot", { key: 'c08b8092110a1d836c31787360ac90fad86c8a3c' })))));
|
|
509
657
|
}
|
|
510
658
|
get element() { return index.getElement(this); }
|
|
511
659
|
static get watchers() { return {
|
|
660
|
+
"disabled": ["removeDisabledAttributeWhenFalse", "updateChoices"],
|
|
512
661
|
"value": ["setInitialValue", "updateChoices"],
|
|
513
|
-
"disabled": ["updateChoices"],
|
|
514
662
|
"name": ["updateChoices"],
|
|
515
663
|
"direction": ["updateChoices"],
|
|
516
664
|
"responsive": ["updateChoices"]
|
|
517
665
|
}; }
|
|
518
666
|
};
|
|
519
|
-
DuetChoiceGroup.style =
|
|
667
|
+
DuetChoiceGroup.style = duetChoiceGroupCss;
|
|
520
668
|
|
|
521
669
|
exports.duet_choice = DuetChoice;
|
|
522
670
|
exports.duet_choice_group = DuetChoiceGroup;
|