@duetds/components 6.11.0 → 6.11.2
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.js +183 -71
- package/lib/cjs/duet-action-button.cjs.entry.js +1 -1
- package/lib/cjs/duet-alert.cjs.entry.js +1 -1
- package/lib/cjs/duet-badge.cjs.entry.js +1 -1
- package/lib/cjs/duet-banner.cjs.entry.js +1 -1
- package/lib/cjs/duet-breadcrumb.cjs.entry.js +1 -1
- package/lib/cjs/duet-breadcrumbs.cjs.entry.js +1 -1
- package/lib/cjs/duet-button_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-callout.cjs.entry.js +1 -1
- package/lib/cjs/duet-caption_4.cjs.entry.js +1 -1
- package/lib/cjs/duet-card.cjs.entry.js +1 -1
- package/lib/cjs/duet-checkbox.cjs.entry.js +1 -1
- package/lib/cjs/duet-checkmark.cjs.entry.js +1 -1
- package/lib/cjs/duet-chip.cjs.entry.js +1 -1
- package/lib/cjs/duet-choice_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-collapsible.cjs.entry.js +1 -1
- package/lib/cjs/duet-combobox.cjs.entry.js +1 -1
- package/lib/cjs/duet-contact-card.cjs.entry.js +1 -1
- package/lib/cjs/duet-cookie-consent.cjs.entry.js +1 -1
- package/lib/cjs/duet-date-picker.cjs.entry.js +2 -2
- package/lib/cjs/duet-divider_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-editable-table_3.cjs.entry.js +52 -5
- package/lib/cjs/duet-empty-state.cjs.entry.js +1 -1
- package/lib/cjs/duet-fieldset.cjs.entry.js +1 -1
- package/lib/cjs/duet-footer.cjs.entry.js +1 -1
- package/lib/cjs/duet-grid_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-header_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-hero.cjs.entry.js +1 -1
- package/lib/cjs/duet-icon.cjs.entry.js +1 -1
- package/lib/cjs/duet-input_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-layout.cjs.entry.js +1 -1
- package/lib/cjs/duet-list_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-menu-bar-button.cjs.entry.js +1 -1
- package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +1 -1
- package/lib/cjs/duet-menu-bar-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-menu-bar.cjs.entry.js +3 -2
- package/lib/cjs/duet-modal.cjs.entry.js +2 -2
- package/lib/cjs/duet-multiselect.cjs.entry.js +23 -4
- package/lib/cjs/duet-nav.cjs.entry.js +1 -1
- package/lib/cjs/duet-notification_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-number-input.cjs.entry.js +1 -1
- package/lib/cjs/duet-page-heading.cjs.entry.js +1 -1
- package/lib/cjs/duet-pagination_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-popup-menu-item.cjs.entry.js +1 -1
- package/lib/cjs/duet-popup-menu.cjs.entry.js +6 -33
- package/lib/cjs/duet-progress.cjs.entry.js +1 -1
- package/lib/cjs/duet-promo-card.cjs.entry.js +1 -1
- package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-range-slider.cjs.entry.js +1 -1
- package/lib/cjs/duet-scrollable_3.cjs.entry.js +1 -1
- package/lib/cjs/duet-section-layout.cjs.entry.js +1 -1
- package/lib/cjs/duet-select.cjs.entry.js +1 -1
- package/lib/cjs/duet-shaped-image.cjs.entry.js +1 -1
- package/lib/cjs/duet-show-more.cjs.entry.js +1 -1
- package/lib/cjs/duet-slideout-lang.cjs.entry.js +1 -1
- package/lib/cjs/duet-slideout-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-slideout-panel-dropdown.cjs.entry.js +1 -1
- package/lib/cjs/duet-slideout-panel.cjs.entry.js +2 -2
- package/lib/cjs/duet-slideout.cjs.entry.js +2 -2
- package/lib/cjs/duet-step_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-submenu-bar-dropdown-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-submenu-bar-dropdown.cjs.entry.js +1 -1
- package/lib/cjs/duet-submenu-bar-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-submenu-bar.cjs.entry.js +2 -1
- package/lib/cjs/duet-textarea.cjs.entry.js +1 -1
- package/lib/cjs/duet-toggle.cjs.entry.js +1 -1
- package/lib/cjs/duet-toolbar-dropdown-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-toolbar-dropdown.cjs.entry.js +1 -1
- package/lib/cjs/duet-toolbar-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-toolbar.cjs.entry.js +1 -1
- package/lib/cjs/duet-tooltip-button_2.cjs.entry.js +92 -0
- package/lib/cjs/duet-tooltip.cjs.entry.js +35 -50
- package/lib/cjs/duet-tray.cjs.entry.js +1 -1
- package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
- package/lib/cjs/duet-upload-item.cjs.entry.js +1 -1
- package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
- package/lib/cjs/duet.cjs.js +2 -2
- package/lib/cjs/{focus-utils-f19181d6.js → focus-utils-e486f272.js} +1 -1
- package/lib/cjs/{index-ef0568d5.js → index-04de4d35.js} +1 -1
- package/lib/cjs/loader.cjs.js +2 -2
- package/lib/cjs/{floating-ui.dom.esm-3801794e.js → teleport-d79735ca.js} +36 -0
- package/lib/collection/collection-manifest.json +2 -1
- package/lib/collection/components/duet-button/duet-button.css +22 -1
- package/lib/collection/components/duet-input/duet-input.css +1 -1
- package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +2 -1
- package/lib/collection/components/duet-multiselect/duet-multiselect.css +37 -0
- package/lib/collection/components/duet-multiselect/duet-multiselect.js +39 -2
- package/lib/collection/components/duet-submenu-bar/duet-submenu-bar.js +1 -0
- package/lib/collection/components/duet-table/duet-table.css +13 -11
- package/lib/collection/components/duet-table/duet-table.js +10 -1
- package/lib/collection/components/duet-tooltip/duet-tooltip-button.css +87 -0
- package/lib/collection/components/duet-tooltip/duet-tooltip-button.js +175 -0
- package/lib/collection/components/duet-tooltip/duet-tooltip-popup.css +2 -0
- package/lib/collection/components/duet-tooltip/duet-tooltip-popup.js +9 -12
- package/lib/collection/components/duet-tooltip/duet-tooltip.css +4 -61
- package/lib/collection/components/duet-tooltip/duet-tooltip.js +38 -47
- package/lib/collection/components/duet-upload/duet-upload.js +14 -4
- package/lib/collection/components/duet-upload/upload-validators.js +19 -0
- package/lib/collection/utils/teleport.js +11 -5
- package/lib/dist-custom-elements/duet-action-button.js +1 -1
- package/lib/dist-custom-elements/duet-alert.js +1 -1
- package/lib/dist-custom-elements/duet-badge.js +1 -1
- package/lib/dist-custom-elements/duet-banner.js +4 -4
- package/lib/dist-custom-elements/duet-breadcrumb.js +2 -2
- package/lib/dist-custom-elements/duet-breadcrumbs.js +2 -2
- package/lib/dist-custom-elements/duet-button.js +1 -1
- package/lib/dist-custom-elements/duet-callout.js +3 -3
- package/lib/dist-custom-elements/duet-caption.js +1 -1
- package/lib/dist-custom-elements/duet-card.js +3 -3
- package/lib/dist-custom-elements/duet-checkbox.js +1 -1
- package/lib/dist-custom-elements/duet-checkmark.js +1 -1
- package/lib/dist-custom-elements/duet-chip.js +2 -2
- package/lib/dist-custom-elements/duet-choice-group.js +17 -11
- package/lib/dist-custom-elements/duet-choice.js +5 -5
- package/lib/dist-custom-elements/duet-collapsible.js +2 -2
- package/lib/dist-custom-elements/duet-combobox.js +2 -2
- package/lib/dist-custom-elements/duet-contact-card.js +8 -8
- package/lib/dist-custom-elements/duet-cookie-consent.js +6 -6
- package/lib/dist-custom-elements/duet-date-picker.js +25 -19
- package/lib/dist-custom-elements/duet-divider.js +1 -1
- package/lib/dist-custom-elements/duet-editable-table.js +7 -7
- package/lib/dist-custom-elements/duet-empty-state.js +1 -1
- package/lib/dist-custom-elements/duet-fieldset.js +1 -1
- package/lib/dist-custom-elements/duet-footer.js +4 -4
- package/lib/dist-custom-elements/duet-grid-item.js +1 -1
- package/lib/dist-custom-elements/duet-grid.js +1 -1
- package/lib/dist-custom-elements/duet-header.js +8 -8
- package/lib/dist-custom-elements/duet-heading.js +1 -1
- package/lib/dist-custom-elements/duet-hero.js +9 -9
- package/lib/dist-custom-elements/duet-icon.js +1 -1
- package/lib/dist-custom-elements/duet-input.js +1 -1
- package/lib/dist-custom-elements/duet-label.js +1 -1
- package/lib/dist-custom-elements/duet-layout.js +1 -1
- package/lib/dist-custom-elements/duet-link.js +1 -1
- package/lib/dist-custom-elements/duet-list-item.js +1 -1
- package/lib/dist-custom-elements/duet-list.js +1 -1
- package/lib/dist-custom-elements/duet-logo.js +1 -1
- package/lib/dist-custom-elements/duet-menu-bar-button.js +2 -2
- package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +2 -2
- package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +2 -2
- package/lib/dist-custom-elements/duet-menu-bar-link.js +2 -2
- package/lib/dist-custom-elements/duet-menu-bar.js +4 -3
- package/lib/dist-custom-elements/duet-modal.js +7 -7
- package/lib/dist-custom-elements/duet-multiselect.js +44 -18
- package/lib/dist-custom-elements/duet-nav.js +1 -1
- package/lib/dist-custom-elements/duet-notification-drawer.js +4 -4
- package/lib/dist-custom-elements/duet-notification.js +2 -2
- package/lib/dist-custom-elements/duet-number-input.js +23 -17
- package/lib/dist-custom-elements/duet-page-heading.js +2 -2
- package/lib/dist-custom-elements/duet-pagination.js +7 -7
- package/lib/dist-custom-elements/duet-paragraph.js +1 -1
- package/lib/dist-custom-elements/duet-popup-menu-item.js +2 -2
- package/lib/dist-custom-elements/duet-popup-menu.js +2 -30
- package/lib/dist-custom-elements/duet-progress.js +1 -1
- package/lib/dist-custom-elements/duet-promo-card.js +3 -3
- package/lib/dist-custom-elements/duet-radio-group.js +17 -11
- package/lib/dist-custom-elements/duet-radio.js +1 -1
- package/lib/dist-custom-elements/duet-range-slider.js +2 -2
- package/lib/dist-custom-elements/duet-range-stepper.js +4 -4
- package/lib/dist-custom-elements/duet-scrollable.js +1 -1
- package/lib/dist-custom-elements/duet-section-layout.js +1 -1
- package/lib/dist-custom-elements/duet-select.js +1 -1
- package/lib/dist-custom-elements/duet-shaped-image.js +1 -1
- package/lib/dist-custom-elements/duet-show-more.js +5 -5
- package/lib/dist-custom-elements/duet-slideout-lang.js +2 -2
- package/lib/dist-custom-elements/duet-slideout-link.js +2 -2
- package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +2 -2
- package/lib/dist-custom-elements/duet-slideout-panel.js +2 -2
- package/lib/dist-custom-elements/duet-slideout.js +2 -2
- package/lib/dist-custom-elements/duet-spacer.js +1 -1
- package/lib/dist-custom-elements/duet-spinner.js +1 -1
- package/lib/dist-custom-elements/duet-step.js +4 -4
- package/lib/dist-custom-elements/duet-stepper.js +2 -2
- package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +2 -2
- package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +2 -2
- package/lib/dist-custom-elements/duet-submenu-bar-link.js +2 -2
- package/lib/dist-custom-elements/duet-submenu-bar.js +3 -2
- package/lib/dist-custom-elements/duet-tab-group.js +27 -21
- package/lib/dist-custom-elements/duet-tab.js +1 -1
- package/lib/dist-custom-elements/duet-table.js +1 -1
- package/lib/dist-custom-elements/duet-textarea.js +21 -15
- package/lib/dist-custom-elements/duet-toggle.js +2 -2
- package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +2 -2
- package/lib/dist-custom-elements/duet-toolbar-dropdown.js +2 -2
- package/lib/dist-custom-elements/duet-toolbar-link.js +2 -2
- package/lib/dist-custom-elements/duet-toolbar.js +1 -1
- package/lib/dist-custom-elements/duet-tooltip-button.d.ts +11 -0
- package/lib/dist-custom-elements/duet-tooltip-button.js +9 -0
- package/lib/dist-custom-elements/duet-tooltip-popup.js +1 -1
- package/lib/dist-custom-elements/duet-tooltip.js +1 -1
- package/lib/dist-custom-elements/duet-tray.js +3 -3
- package/lib/dist-custom-elements/duet-upload-aria-status.js +1 -1
- package/lib/dist-custom-elements/duet-upload-item.js +1 -1
- package/lib/dist-custom-elements/duet-upload.js +58 -20
- package/lib/dist-custom-elements/duet-visually-hidden.js +1 -1
- package/lib/dist-custom-elements/index.js +1 -1
- package/lib/dist-custom-elements/{p-1f5d4fdb.js → p-2159ffc3.js} +2 -2
- package/lib/dist-custom-elements/{p-44376288.js → p-229871c3.js} +5 -5
- package/lib/dist-custom-elements/{p-cedbe8b5.js → p-2bd44c3c.js} +3 -3
- package/lib/dist-custom-elements/{p-62d5eeeb.js → p-2ca516d3.js} +2 -2
- package/lib/dist-custom-elements/{p-baccad0b.js → p-32fdcec8.js} +1 -1
- package/lib/dist-custom-elements/{p-85edc0fe.js → p-351b0f8c.js} +1 -1
- package/lib/dist-custom-elements/p-411af53d.js +145 -0
- package/lib/dist-custom-elements/{p-238d0ad2.js → p-44316a49.js} +1 -1
- package/lib/dist-custom-elements/{p-773bf99a.js → p-4f3d4b28.js} +1 -1
- package/lib/dist-custom-elements/p-66ab9994.js +273 -0
- package/lib/dist-custom-elements/{p-ba31dce0.js → p-67584a63.js} +3 -3
- package/lib/dist-custom-elements/{p-0c506783.js → p-726f277c.js} +5 -5
- package/lib/dist-custom-elements/{p-757bf6af.js → p-748fb4e9.js} +1 -1
- package/lib/{esm/floating-ui.dom.esm-37dc174a.js → dist-custom-elements/p-784fe90e.js} +36 -1
- package/lib/dist-custom-elements/{p-b761b810.js → p-7a906a81.js} +2 -2
- package/lib/dist-custom-elements/{p-0ada372b.js → p-7c68ac5a.js} +44 -55
- package/lib/dist-custom-elements/{p-55c2bb2d.js → p-7ece12ec.js} +1 -1
- package/lib/dist-custom-elements/{p-ca8561b3.js → p-9dc40c4f.js} +22 -16
- package/lib/dist-custom-elements/{p-31eb790f.js → p-a5cb00f4.js} +2 -2
- package/lib/dist-custom-elements/{p-c35ceaed.js → p-b244b9d4.js} +1 -1
- package/lib/dist-custom-elements/{p-f462e031.js → p-b260c7b8.js} +1 -1
- package/lib/dist-custom-elements/{p-2c9478af.js → p-b4163126.js} +1 -1
- package/lib/dist-custom-elements/{p-dfbbdce3.js → p-baa9e0f3.js} +1 -1
- package/lib/dist-custom-elements/{p-980b82ed.js → p-c56b4bad.js} +1 -1
- package/lib/dist-custom-elements/{p-e71e9330.js → p-c624c26b.js} +17 -11
- package/lib/dist-custom-elements/{p-00416416.js → p-ce09b821.js} +1 -1
- package/lib/dist-custom-elements/{p-1212aab5.js → p-d9bf49cf.js} +1 -1
- package/lib/dist-custom-elements/{p-0aeec550.js → p-df34106b.js} +1 -1
- package/lib/dist-custom-elements/p-e22956bf.js +72 -0
- package/lib/dist-custom-elements/{p-04bb5c9f.js → p-e354b687.js} +1 -1
- package/lib/dist-custom-elements/{p-264ce363.js → p-e4198c92.js} +1 -1
- package/lib/dist-custom-elements/p-f13081a0.js +87 -0
- package/lib/dist-custom-elements/{p-42fe016c.js → p-f30df343.js} +1 -1
- package/lib/dist-custom-elements/{p-127ad24e.js → p-f79fe19b.js} +1 -1
- package/lib/dist-custom-elements/{p-7d158728.js → p-f9076d3e.js} +10 -10
- package/lib/duet/duet.esm.js +1 -1
- package/lib/duet/duet.js +1 -1
- package/lib/duet/p-00cf42c2.system.js +4 -0
- package/lib/duet/p-00ff74e5.system.entry.js +4 -0
- package/lib/duet/{p-8fe534ac.entry.js → p-02c5180a.entry.js} +1 -1
- package/lib/duet/p-042b1636.entry.js +4 -0
- package/lib/duet/p-05dc550e.entry.js +4 -0
- package/lib/duet/{p-6e8dbf19.system.entry.js → p-07bea2fe.system.entry.js} +1 -1
- package/lib/duet/{p-015f92ba.system.entry.js → p-0e6350bf.system.entry.js} +1 -1
- package/lib/duet/{p-2867f068.system.entry.js → p-1002e2ae.system.entry.js} +1 -1
- package/lib/duet/{p-4b9c271c.entry.js → p-107887be.entry.js} +1 -1
- package/lib/duet/{p-42e29141.system.entry.js → p-11c031c1.system.entry.js} +1 -1
- package/lib/duet/{p-864ccce8.system.entry.js → p-1274aa0f.system.entry.js} +1 -1
- package/lib/duet/{p-dc003f39.entry.js → p-14fc2fba.entry.js} +1 -1
- package/lib/duet/{p-cd1ed6f6.entry.js → p-1507d44f.entry.js} +1 -1
- package/lib/duet/{p-8cde4aa3.entry.js → p-164aa67a.entry.js} +1 -1
- package/lib/duet/{p-8d1df4a0.entry.js → p-18607658.entry.js} +1 -1
- package/lib/duet/{p-c8967f73.system.entry.js → p-197496f4.system.entry.js} +1 -1
- package/lib/duet/{p-c1b71a60.entry.js → p-19babdcf.entry.js} +1 -1
- package/lib/duet/{p-90b0a60f.system.entry.js → p-1a5b2354.system.entry.js} +1 -1
- package/lib/duet/{p-2bfb9cf4.entry.js → p-1dc34d52.entry.js} +1 -1
- package/lib/duet/p-1f2686b7.system.entry.js +4 -0
- package/lib/duet/{p-3a47193c.entry.js → p-20a3bf2b.entry.js} +1 -1
- package/lib/duet/p-23ba8301.entry.js +4 -0
- package/lib/duet/{p-84848786.entry.js → p-247f5600.entry.js} +1 -1
- package/lib/duet/{p-21e22519.system.entry.js → p-262f4bf7.system.entry.js} +1 -1
- package/lib/duet/{p-79b6ac98.js → p-27530b53.js} +1 -1
- package/lib/duet/{p-379b7a5b.system.entry.js → p-27c853fe.system.entry.js} +1 -1
- package/lib/duet/{p-200f1abc.entry.js → p-2a49661d.entry.js} +1 -1
- package/lib/duet/{p-440aff1c.system.entry.js → p-2a6ca4ea.system.entry.js} +1 -1
- package/lib/duet/{p-3dbbd772.entry.js → p-2b1d7c14.entry.js} +1 -1
- package/lib/duet/{p-5ba959af.system.entry.js → p-2d1e8451.system.entry.js} +1 -1
- package/lib/duet/{p-03b229f9.system.entry.js → p-2d4c9a5b.system.entry.js} +1 -1
- package/lib/duet/{p-f15e031a.system.entry.js → p-2dd573a3.system.entry.js} +1 -1
- package/lib/duet/{p-6fba1a6d.entry.js → p-2ec51250.entry.js} +1 -1
- package/lib/duet/{p-84492c72.entry.js → p-2f35384b.entry.js} +1 -1
- package/lib/duet/p-2f3e999c.system.entry.js +4 -0
- package/lib/duet/p-30218ca6.system.entry.js +4 -0
- package/lib/duet/{p-6a1f6639.system.entry.js → p-31441d04.system.entry.js} +1 -1
- package/lib/duet/{p-3499c5ce.system.entry.js → p-375a323f.system.entry.js} +1 -1
- package/lib/duet/{p-4f49a9ca.entry.js → p-37fb65e4.entry.js} +1 -1
- package/lib/duet/{p-caf1d401.entry.js → p-3b651d8c.entry.js} +1 -1
- package/lib/duet/{p-26fc5f52.system.entry.js → p-3ba5bafd.system.entry.js} +1 -1
- package/lib/duet/{p-e414a557.js → p-3c2ae0d5.js} +1 -1
- package/lib/duet/{p-0a5bea68.entry.js → p-3ca2dafc.entry.js} +1 -1
- package/lib/duet/p-3d8f8731.entry.js +4 -0
- package/lib/duet/{p-d58ad6fe.system.entry.js → p-3d94b518.system.entry.js} +1 -1
- package/lib/duet/{p-9a9bc779.entry.js → p-3f96bb94.entry.js} +1 -1
- package/lib/duet/{p-b5546c64.entry.js → p-3fcc6db9.entry.js} +1 -1
- package/lib/duet/{p-e66b2cf4.entry.js → p-475d6e82.entry.js} +1 -1
- package/lib/duet/{p-762f26d7.entry.js → p-489c0d61.entry.js} +1 -1
- package/lib/duet/{p-9b96a374.entry.js → p-4aa7c43e.entry.js} +1 -1
- package/lib/duet/{p-6105d937.entry.js → p-4c063f5f.entry.js} +1 -1
- package/lib/duet/{p-b6d43529.entry.js → p-57fbcba7.entry.js} +1 -1
- package/lib/duet/{p-3a9e4386.system.entry.js → p-581baf04.system.entry.js} +1 -1
- package/lib/duet/{p-2827e61e.system.entry.js → p-5aa537c3.system.entry.js} +1 -1
- package/lib/duet/{p-1447cb8a.system.entry.js → p-5b27a74d.system.entry.js} +1 -1
- package/lib/duet/{p-75d98b0c.system.entry.js → p-5ccd0a8a.system.entry.js} +1 -1
- package/lib/duet/{p-ad3c2f28.entry.js → p-5d5f6c7c.entry.js} +1 -1
- package/lib/duet/{p-1eb8f4fe.system.entry.js → p-5e96a337.system.entry.js} +1 -1
- package/lib/duet/{p-358f27d4.system.entry.js → p-6049c423.system.entry.js} +1 -1
- package/lib/duet/{p-a481cf6f.entry.js → p-60b48a3d.entry.js} +1 -1
- package/lib/duet/{p-0de1d79f.entry.js → p-6586bc19.entry.js} +1 -1
- package/lib/duet/{p-95a2dc66.system.entry.js → p-66604d21.system.entry.js} +1 -1
- package/lib/duet/{p-a4f63bc8.entry.js → p-66dfe352.entry.js} +1 -1
- package/lib/duet/{p-19c4479c.entry.js → p-6753d3e9.entry.js} +1 -1
- package/lib/duet/{p-1b7bb41b.system.entry.js → p-6999dcca.system.entry.js} +1 -1
- package/lib/duet/{p-cfdd8822.system.entry.js → p-6a640a77.system.entry.js} +1 -1
- package/lib/duet/{p-30c6c9f0.entry.js → p-6ecf1c48.entry.js} +1 -1
- package/lib/duet/{p-fa579e10.system.entry.js → p-72e1da72.system.entry.js} +1 -1
- package/lib/duet/{p-35fddc0c.system.entry.js → p-7431d1f1.system.entry.js} +1 -1
- package/lib/duet/{p-bdd55461.system.entry.js → p-747807c9.system.entry.js} +1 -1
- package/lib/duet/{p-e009dd0e.entry.js → p-78207603.entry.js} +1 -1
- package/lib/duet/{p-c2860fc6.system.entry.js → p-7a0c7e22.system.entry.js} +1 -1
- package/lib/duet/{p-e53475fd.system.entry.js → p-7b8bd6ae.system.entry.js} +1 -1
- package/lib/duet/{p-a9dee517.system.entry.js → p-7d15ac32.system.entry.js} +1 -1
- package/lib/duet/{p-b29fac9e.entry.js → p-7de54682.entry.js} +1 -1
- package/lib/duet/{p-e0711844.system.entry.js → p-807acf6d.system.entry.js} +1 -1
- package/lib/duet/{p-ebd0deb2.entry.js → p-8459e611.entry.js} +1 -1
- package/lib/duet/{p-890ce3fa.entry.js → p-86c132c9.entry.js} +1 -1
- package/lib/duet/{p-2b79476c.system.entry.js → p-88b565dc.system.entry.js} +1 -1
- package/lib/duet/{p-deb6c0b1.system.entry.js → p-892dab61.system.entry.js} +1 -1
- package/lib/duet/{p-a7925c2c.system.entry.js → p-8ac9042e.system.entry.js} +1 -1
- package/lib/duet/{p-16493302.system.entry.js → p-8b533166.system.entry.js} +1 -1
- package/lib/duet/p-8c7ae2a9.system.js +4 -0
- package/lib/duet/p-8f416ae3.entry.js +4 -0
- package/lib/duet/{p-6c7a20e1.system.entry.js → p-9355b478.system.entry.js} +1 -1
- package/lib/duet/{p-312ae93d.system.entry.js → p-9364781c.system.entry.js} +2 -2
- package/lib/duet/{p-a5ee6446.entry.js → p-949c4fd0.entry.js} +1 -1
- package/lib/duet/{p-de933c56.system.entry.js → p-94ecf766.system.entry.js} +1 -1
- package/lib/duet/{p-1afb6da1.system.entry.js → p-9793321f.system.entry.js} +1 -1
- package/lib/duet/{p-22b301c0.entry.js → p-97b7d224.entry.js} +1 -1
- package/lib/duet/{p-798f633d.system.entry.js → p-9915e4e4.system.entry.js} +1 -1
- package/lib/duet/{p-49c0b3f8.entry.js → p-994fd476.entry.js} +1 -1
- package/lib/duet/{p-cad183f3.entry.js → p-99cc8fb5.entry.js} +1 -1
- package/lib/duet/{p-07b68373.entry.js → p-9e675661.entry.js} +1 -1
- package/lib/duet/{p-ed2fa79e.entry.js → p-9fbdd8b6.entry.js} +1 -1
- package/lib/duet/{p-ae4927ce.entry.js → p-a11c326b.entry.js} +1 -1
- package/lib/duet/{p-be8e6a2f.entry.js → p-a1d40591.entry.js} +1 -1
- package/lib/duet/{p-6ea838bf.entry.js → p-a262eecf.entry.js} +1 -1
- package/lib/duet/p-a47b67e2.system.entry.js +4 -0
- package/lib/duet/{p-61611577.entry.js → p-a6307cb3.entry.js} +1 -1
- package/lib/duet/{p-32d6a948.system.entry.js → p-a6b44386.system.entry.js} +1 -1
- package/lib/duet/{p-c3bf4ada.system.entry.js → p-a77b749b.system.entry.js} +1 -1
- package/lib/duet/{p-d86b661a.entry.js → p-a829f5f4.entry.js} +1 -1
- package/lib/duet/{p-ce48373f.system.entry.js → p-a8ea10a9.system.entry.js} +1 -1
- package/lib/duet/{p-f783a2bc.entry.js → p-a93132ea.entry.js} +1 -1
- package/lib/duet/{p-98894eb0.entry.js → p-a9997645.entry.js} +1 -1
- package/lib/duet/{p-0d941b02.system.entry.js → p-a9a34171.system.entry.js} +1 -1
- package/lib/duet/{p-cb620ca3.system.entry.js → p-aa6a1a0e.system.entry.js} +1 -1
- package/lib/duet/{p-6322975a.entry.js → p-ab26e29d.entry.js} +1 -1
- package/lib/duet/{p-ebaf813c.system.entry.js → p-ab7d36e8.system.entry.js} +1 -1
- package/lib/duet/{p-f80275c5.system.entry.js → p-abdf2879.system.entry.js} +1 -1
- package/lib/duet/{p-7d0c4a6e.entry.js → p-ac93ef4d.entry.js} +1 -1
- package/lib/duet/{p-dd2c8397.system.entry.js → p-aec52fd0.system.entry.js} +1 -1
- package/lib/duet/{p-2ed796cf.system.entry.js → p-b482b06d.system.entry.js} +1 -1
- package/lib/duet/{p-469c8430.entry.js → p-b4b2f99a.entry.js} +1 -1
- package/lib/duet/{p-5c9febf5.entry.js → p-b5ea61f3.entry.js} +1 -1
- package/lib/duet/{p-8b1084e1.entry.js → p-b6e0c13e.entry.js} +1 -1
- package/lib/duet/{p-04da6058.system.entry.js → p-bd3fd83f.system.entry.js} +1 -1
- package/lib/duet/p-be192c5b.js +4 -0
- package/lib/duet/{p-ec120930.system.entry.js → p-be52bfd0.system.entry.js} +1 -1
- package/lib/duet/{p-46547a79.entry.js → p-be567ab1.entry.js} +1 -1
- package/lib/duet/{p-c1aafc6e.entry.js → p-beb2fcfd.entry.js} +1 -1
- package/lib/duet/{p-ab308aa0.entry.js → p-c3c627fe.entry.js} +1 -1
- package/lib/duet/{p-cdbd1085.system.entry.js → p-c4917f80.system.entry.js} +1 -1
- package/lib/duet/{p-3f9bafee.system.entry.js → p-c674c251.system.entry.js} +1 -1
- package/lib/duet/{p-71cc3d68.entry.js → p-c84acb8f.entry.js} +1 -1
- package/lib/duet/p-cc6b57eb.entry.js +4 -0
- package/lib/duet/{p-cefbaef0.system.entry.js → p-cc9f1e7e.system.entry.js} +1 -1
- package/lib/duet/{p-4cb95b05.system.entry.js → p-cfea40ab.system.entry.js} +1 -1
- package/lib/duet/{p-f5bc03c1.system.entry.js → p-d202fbd4.system.entry.js} +1 -1
- package/lib/duet/{p-80c9d1a3.entry.js → p-d67196da.entry.js} +1 -1
- package/lib/duet/{p-28e7d8ee.system.entry.js → p-d7cb8511.system.entry.js} +1 -1
- package/lib/duet/p-d86d90f2.entry.js +4 -0
- package/lib/duet/{p-f58f7049.system.entry.js → p-da62279b.system.entry.js} +1 -1
- package/lib/duet/{p-ab1488e4.entry.js → p-dae9d8eb.entry.js} +1 -1
- package/lib/duet/p-dd6874b5.entry.js +4 -0
- package/lib/duet/{p-ab9b002c.system.entry.js → p-de07a6c7.system.entry.js} +1 -1
- package/lib/duet/{p-fdd13933.system.entry.js → p-dee965b3.system.entry.js} +1 -1
- package/lib/duet/{p-74b822f7.system.entry.js → p-df3c0a26.system.entry.js} +1 -1
- package/lib/duet/p-e0af1e68.system.entry.js +4 -0
- package/lib/duet/{p-a8657943.entry.js → p-e15bdc0f.entry.js} +1 -1
- package/lib/duet/{p-a18c65be.entry.js → p-e232c9a6.entry.js} +1 -1
- package/lib/duet/{p-3fd216ee.system.entry.js → p-e380af5d.system.entry.js} +1 -1
- package/lib/duet/{p-ca783bce.system.js → p-e3b90925.system.js} +1 -1
- package/lib/duet/{p-8793147c.system.entry.js → p-e500eae6.system.entry.js} +1 -1
- package/lib/duet/{p-17e717aa.system.entry.js → p-e6ebe252.system.entry.js} +1 -1
- package/lib/duet/{p-435cb7c2.entry.js → p-e7ddaaf0.entry.js} +1 -1
- package/lib/duet/{p-0077c0b9.system.entry.js → p-e8323345.system.entry.js} +1 -1
- package/lib/duet/{p-bf35789c.entry.js → p-e8bef1aa.entry.js} +1 -1
- package/lib/duet/{p-4c05864f.system.entry.js → p-e91ebfb3.system.entry.js} +1 -1
- package/lib/duet/{p-1880e89c.system.js → p-ea8d7c61.system.js} +1 -1
- package/lib/duet/{p-402a51b4.system.entry.js → p-eb3a72fc.system.entry.js} +1 -1
- package/lib/duet/{p-eb478d40.entry.js → p-ef2eb6d8.entry.js} +1 -1
- package/lib/duet/{p-b54bf042.entry.js → p-f08bc317.entry.js} +1 -1
- package/lib/duet/p-f1d9862a.entry.js +4 -0
- package/lib/duet/{p-a57b8625.entry.js → p-f601fb92.entry.js} +1 -1
- package/lib/duet/{p-5cca8d3e.system.entry.js → p-fb763129.system.entry.js} +1 -1
- package/lib/duet/{p-4ba495ae.entry.js → p-fc25294f.entry.js} +1 -1
- package/lib/duet/{p-30f0945c.entry.js → p-ff433afd.entry.js} +1 -1
- package/lib/esm/duet-action-button.entry.js +1 -1
- package/lib/esm/duet-alert.entry.js +1 -1
- package/lib/esm/duet-badge.entry.js +1 -1
- package/lib/esm/duet-banner.entry.js +1 -1
- package/lib/esm/duet-breadcrumb.entry.js +1 -1
- package/lib/esm/duet-breadcrumbs.entry.js +1 -1
- package/lib/esm/duet-button_2.entry.js +2 -2
- package/lib/esm/duet-callout.entry.js +1 -1
- package/lib/esm/duet-caption_4.entry.js +1 -1
- package/lib/esm/duet-card.entry.js +1 -1
- package/lib/esm/duet-checkbox.entry.js +1 -1
- package/lib/esm/duet-checkmark.entry.js +1 -1
- package/lib/esm/duet-chip.entry.js +1 -1
- package/lib/esm/duet-choice_2.entry.js +2 -2
- package/lib/esm/duet-collapsible.entry.js +1 -1
- package/lib/esm/duet-combobox.entry.js +1 -1
- package/lib/esm/duet-contact-card.entry.js +1 -1
- package/lib/esm/duet-cookie-consent.entry.js +1 -1
- package/lib/esm/duet-date-picker.entry.js +2 -2
- package/lib/esm/duet-divider_2.entry.js +1 -1
- package/lib/esm/duet-editable-table_3.entry.js +52 -5
- package/lib/esm/duet-empty-state.entry.js +1 -1
- package/lib/esm/duet-fieldset.entry.js +1 -1
- package/lib/esm/duet-footer.entry.js +1 -1
- package/lib/esm/duet-grid_2.entry.js +1 -1
- package/lib/esm/duet-header_2.entry.js +1 -1
- package/lib/esm/duet-hero.entry.js +1 -1
- package/lib/esm/duet-icon.entry.js +1 -1
- package/lib/esm/duet-input_2.entry.js +2 -2
- package/lib/esm/duet-layout.entry.js +1 -1
- package/lib/esm/duet-list_2.entry.js +1 -1
- package/lib/esm/duet-menu-bar-button.entry.js +1 -1
- package/lib/esm/duet-menu-bar-dropdown-link.entry.js +1 -1
- package/lib/esm/duet-menu-bar-dropdown.entry.js +1 -1
- package/lib/esm/duet-menu-bar-link.entry.js +1 -1
- package/lib/esm/duet-menu-bar.entry.js +3 -2
- package/lib/esm/duet-modal.entry.js +2 -2
- package/lib/esm/duet-multiselect.entry.js +23 -4
- package/lib/esm/duet-nav.entry.js +1 -1
- package/lib/esm/duet-notification_2.entry.js +1 -1
- package/lib/esm/duet-number-input.entry.js +1 -1
- package/lib/esm/duet-page-heading.entry.js +1 -1
- package/lib/esm/duet-pagination_2.entry.js +1 -1
- package/lib/esm/duet-popup-menu-item.entry.js +1 -1
- package/lib/esm/duet-popup-menu.entry.js +3 -30
- package/lib/esm/duet-progress.entry.js +1 -1
- package/lib/esm/duet-promo-card.entry.js +1 -1
- package/lib/esm/duet-radio_2.entry.js +1 -1
- package/lib/esm/duet-range-slider.entry.js +1 -1
- package/lib/esm/duet-scrollable_3.entry.js +1 -1
- package/lib/esm/duet-section-layout.entry.js +1 -1
- package/lib/esm/duet-select.entry.js +1 -1
- package/lib/esm/duet-shaped-image.entry.js +1 -1
- package/lib/esm/duet-show-more.entry.js +1 -1
- package/lib/esm/duet-slideout-lang.entry.js +1 -1
- package/lib/esm/duet-slideout-link.entry.js +1 -1
- package/lib/esm/duet-slideout-panel-dropdown.entry.js +1 -1
- package/lib/esm/duet-slideout-panel.entry.js +2 -2
- package/lib/esm/duet-slideout.entry.js +2 -2
- package/lib/esm/duet-step_2.entry.js +1 -1
- package/lib/esm/duet-submenu-bar-dropdown-link.entry.js +1 -1
- package/lib/esm/duet-submenu-bar-dropdown.entry.js +1 -1
- package/lib/esm/duet-submenu-bar-link.entry.js +1 -1
- package/lib/esm/duet-submenu-bar.entry.js +2 -1
- package/lib/esm/duet-textarea.entry.js +1 -1
- package/lib/esm/duet-toggle.entry.js +1 -1
- package/lib/esm/duet-toolbar-dropdown-link.entry.js +1 -1
- package/lib/esm/duet-toolbar-dropdown.entry.js +1 -1
- package/lib/esm/duet-toolbar-link.entry.js +1 -1
- package/lib/esm/duet-toolbar.entry.js +1 -1
- package/lib/esm/duet-tooltip-button_2.entry.js +87 -0
- package/lib/esm/duet-tooltip.entry.js +33 -48
- package/lib/esm/duet-tray.entry.js +1 -1
- package/lib/esm/duet-upload-aria-status.entry.js +1 -1
- package/lib/esm/duet-upload-item.entry.js +1 -1
- package/lib/esm/duet-visually-hidden.entry.js +1 -1
- package/lib/esm/duet.js +3 -3
- package/lib/esm/{focus-utils-a516bd48.js → focus-utils-8008bc82.js} +1 -1
- package/lib/esm/{index-23851de5.js → index-79528b07.js} +1 -1
- package/lib/esm/loader.js +3 -3
- package/lib/{dist-custom-elements/p-df10a767.js → esm/teleport-542f423e.js} +36 -1
- package/lib/esm-es5/duet-action-button.entry.js +1 -1
- package/lib/esm-es5/duet-alert.entry.js +1 -1
- package/lib/esm-es5/duet-badge.entry.js +1 -1
- package/lib/esm-es5/duet-banner.entry.js +1 -1
- package/lib/esm-es5/duet-breadcrumb.entry.js +1 -1
- package/lib/esm-es5/duet-breadcrumbs.entry.js +1 -1
- package/lib/esm-es5/duet-button_2.entry.js +1 -1
- package/lib/esm-es5/duet-callout.entry.js +1 -1
- package/lib/esm-es5/duet-caption_4.entry.js +1 -1
- package/lib/esm-es5/duet-card.entry.js +1 -1
- package/lib/esm-es5/duet-checkbox.entry.js +1 -1
- package/lib/esm-es5/duet-checkmark.entry.js +1 -1
- package/lib/esm-es5/duet-chip.entry.js +1 -1
- package/lib/esm-es5/duet-choice_2.entry.js +1 -1
- package/lib/esm-es5/duet-collapsible.entry.js +1 -1
- package/lib/esm-es5/duet-combobox.entry.js +1 -1
- package/lib/esm-es5/duet-contact-card.entry.js +1 -1
- package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
- package/lib/esm-es5/duet-date-picker.entry.js +1 -1
- package/lib/esm-es5/duet-divider_2.entry.js +1 -1
- package/lib/esm-es5/duet-editable-table_3.entry.js +2 -2
- package/lib/esm-es5/duet-empty-state.entry.js +1 -1
- package/lib/esm-es5/duet-fieldset.entry.js +1 -1
- package/lib/esm-es5/duet-footer.entry.js +1 -1
- package/lib/esm-es5/duet-grid_2.entry.js +1 -1
- package/lib/esm-es5/duet-header_2.entry.js +1 -1
- package/lib/esm-es5/duet-hero.entry.js +1 -1
- package/lib/esm-es5/duet-icon.entry.js +1 -1
- package/lib/esm-es5/duet-input_2.entry.js +1 -1
- package/lib/esm-es5/duet-layout.entry.js +1 -1
- package/lib/esm-es5/duet-list_2.entry.js +1 -1
- package/lib/esm-es5/duet-menu-bar-button.entry.js +1 -1
- package/lib/esm-es5/duet-menu-bar-dropdown-link.entry.js +1 -1
- package/lib/esm-es5/duet-menu-bar-dropdown.entry.js +1 -1
- package/lib/esm-es5/duet-menu-bar-link.entry.js +1 -1
- package/lib/esm-es5/duet-menu-bar.entry.js +1 -1
- package/lib/esm-es5/duet-modal.entry.js +1 -1
- package/lib/esm-es5/duet-multiselect.entry.js +2 -2
- package/lib/esm-es5/duet-nav.entry.js +1 -1
- package/lib/esm-es5/duet-notification_2.entry.js +1 -1
- package/lib/esm-es5/duet-number-input.entry.js +1 -1
- package/lib/esm-es5/duet-page-heading.entry.js +1 -1
- package/lib/esm-es5/duet-pagination_2.entry.js +1 -1
- package/lib/esm-es5/duet-popup-menu-item.entry.js +1 -1
- package/lib/esm-es5/duet-popup-menu.entry.js +1 -1
- package/lib/esm-es5/duet-progress.entry.js +1 -1
- package/lib/esm-es5/duet-promo-card.entry.js +1 -1
- package/lib/esm-es5/duet-radio_2.entry.js +1 -1
- package/lib/esm-es5/duet-range-slider.entry.js +1 -1
- package/lib/esm-es5/duet-scrollable_3.entry.js +1 -1
- package/lib/esm-es5/duet-section-layout.entry.js +1 -1
- package/lib/esm-es5/duet-select.entry.js +1 -1
- package/lib/esm-es5/duet-shaped-image.entry.js +1 -1
- package/lib/esm-es5/duet-show-more.entry.js +1 -1
- package/lib/esm-es5/duet-slideout-lang.entry.js +1 -1
- package/lib/esm-es5/duet-slideout-link.entry.js +1 -1
- package/lib/esm-es5/duet-slideout-panel-dropdown.entry.js +1 -1
- package/lib/esm-es5/duet-slideout-panel.entry.js +1 -1
- package/lib/esm-es5/duet-slideout.entry.js +1 -1
- package/lib/esm-es5/duet-step_2.entry.js +1 -1
- package/lib/esm-es5/duet-submenu-bar-dropdown-link.entry.js +1 -1
- package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +1 -1
- package/lib/esm-es5/duet-submenu-bar-link.entry.js +1 -1
- package/lib/esm-es5/duet-submenu-bar.entry.js +1 -1
- package/lib/esm-es5/duet-textarea.entry.js +1 -1
- package/lib/esm-es5/duet-toggle.entry.js +1 -1
- package/lib/esm-es5/duet-toolbar-dropdown-link.entry.js +1 -1
- package/lib/esm-es5/duet-toolbar-dropdown.entry.js +1 -1
- package/lib/esm-es5/duet-toolbar-link.entry.js +1 -1
- package/lib/esm-es5/duet-toolbar.entry.js +1 -1
- package/lib/esm-es5/duet-tooltip-button_2.entry.js +4 -0
- package/lib/esm-es5/duet-tooltip.entry.js +2 -2
- package/lib/esm-es5/duet-tray.entry.js +1 -1
- package/lib/esm-es5/duet-upload-aria-status.entry.js +1 -1
- package/lib/esm-es5/duet-upload-item.entry.js +1 -1
- package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
- package/lib/esm-es5/duet.js +1 -1
- package/lib/esm-es5/focus-utils-8008bc82.js +4 -0
- package/lib/esm-es5/{index-23851de5.js → index-79528b07.js} +1 -1
- package/lib/esm-es5/loader.js +1 -1
- package/lib/esm-es5/teleport-542f423e.js +4 -0
- package/lib/types/components/duet-multiselect/duet-multiselect.d.ts +9 -0
- package/lib/types/components/duet-tooltip/duet-tooltip-button.d.ts +29 -0
- package/lib/types/components/duet-tooltip/duet-tooltip-popup.d.ts +4 -7
- package/lib/types/components/duet-tooltip/duet-tooltip.d.ts +3 -2
- package/lib/types/components/duet-upload/duet-upload.d.ts +1 -0
- package/lib/types/components/duet-upload/upload-validators.d.ts +1 -0
- package/lib/types/components.d.ts +39 -3
- package/lib/types/utils/teleport.d.ts +1 -0
- package/package.json +5 -5
- package/lib/cjs/duet-tooltip-popup.cjs.entry.js +0 -56
- package/lib/dist-custom-elements/p-0c934ab8.js +0 -273
- package/lib/dist-custom-elements/p-c6c0520d.js +0 -136
- package/lib/dist-custom-elements/p-cfe72fa4.js +0 -88
- package/lib/duet/p-0b19b2fc.system.entry.js +0 -4
- package/lib/duet/p-120fcef7.system.entry.js +0 -4
- package/lib/duet/p-2b16b250.system.entry.js +0 -4
- package/lib/duet/p-3cff6ebc.entry.js +0 -4
- package/lib/duet/p-57bc9d10.system.entry.js +0 -4
- package/lib/duet/p-6b7d3c8c.entry.js +0 -4
- package/lib/duet/p-7b29ea1b.entry.js +0 -4
- package/lib/duet/p-82b5380b.system.js +0 -4
- package/lib/duet/p-a4376044.entry.js +0 -4
- package/lib/duet/p-aaf1b496.system.js +0 -4
- package/lib/duet/p-b07af8d7.entry.js +0 -4
- package/lib/duet/p-be37633b.entry.js +0 -4
- package/lib/duet/p-d7460d04.system.entry.js +0 -4
- package/lib/duet/p-df10a767.js +0 -4
- package/lib/duet/p-e689dc8c.system.entry.js +0 -4
- package/lib/duet/p-f5c10f8e.entry.js +0 -4
- package/lib/duet/p-f6ba5087.entry.js +0 -4
- package/lib/duet/p-f93a4db5.entry.js +0 -4
- package/lib/esm/duet-tooltip-popup.entry.js +0 -52
- package/lib/esm-es5/duet-tooltip-popup.entry.js +0 -4
- package/lib/esm-es5/floating-ui.dom.esm-37dc174a.js +0 -4
- package/lib/esm-es5/focus-utils-a516bd48.js +0 -4
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
-moz-appearance: none;
|
|
21
21
|
-webkit-appearance: none;
|
|
22
22
|
appearance: none;
|
|
23
|
-
position: relative;
|
|
24
23
|
z-index: 200;
|
|
25
24
|
display: inline-flex;
|
|
26
25
|
width: auto;
|
|
@@ -29,66 +28,10 @@
|
|
|
29
28
|
-webkit-tap-highlight-color: transparent;
|
|
30
29
|
}
|
|
31
30
|
|
|
32
|
-
|
|
33
|
-
z-index: 100;
|
|
34
|
-
display: inline-block;
|
|
35
|
-
align-items: center;
|
|
36
|
-
justify-content: center;
|
|
37
|
-
min-width: 48px;
|
|
38
|
-
height: 48px;
|
|
39
|
-
padding: 0 !important;
|
|
40
|
-
margin-right: -12px;
|
|
41
|
-
line-height: normal !important;
|
|
42
|
-
color: rgb(0, 119, 179);
|
|
43
|
-
white-space: nowrap;
|
|
44
|
-
cursor: pointer;
|
|
45
|
-
background: transparent !important;
|
|
46
|
-
border-radius: 4px;
|
|
47
|
-
}
|
|
48
|
-
.duet-tooltip-button.duet-theme-turva {
|
|
49
|
-
color: rgb(198, 12, 48);
|
|
50
|
-
}
|
|
51
|
-
.duet-tooltip-button:hover {
|
|
52
|
-
color: rgb(0, 77, 128);
|
|
53
|
-
}
|
|
54
|
-
.duet-tooltip-button:hover.duet-theme-turva {
|
|
55
|
-
color: rgb(148, 9, 37);
|
|
56
|
-
}
|
|
57
|
-
.duet-tooltip-button:focus {
|
|
58
|
-
background: transparent !important;
|
|
59
|
-
outline: 0;
|
|
60
|
-
}
|
|
61
|
-
:host(.user-is-tabbing) .duet-tooltip-button:focus {
|
|
62
|
-
background: transparent !important;
|
|
63
|
-
box-shadow: 0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px rgb(0, 119, 179) !important;
|
|
64
|
-
}
|
|
65
|
-
:host(.user-is-tabbing) .duet-tooltip-button.duet-theme-turva:focus {
|
|
66
|
-
box-shadow: 0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px rgb(23, 28, 58) !important;
|
|
67
|
-
}
|
|
68
|
-
.duet-tooltip-button svg {
|
|
69
|
-
width: 20px;
|
|
70
|
-
height: 20px;
|
|
71
|
-
pointer-events: none;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.duet-tooltip-button-has-label {
|
|
75
|
-
margin-right: 0;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.duet-tooltip-label {
|
|
31
|
+
duet-tooltip-button {
|
|
79
32
|
position: relative;
|
|
80
|
-
z-index: 100;
|
|
81
|
-
display: inline-block;
|
|
82
|
-
max-width: calc(100% - 30px);
|
|
83
|
-
margin-left: 12px !important;
|
|
84
|
-
font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
85
|
-
font-size: 1rem;
|
|
86
|
-
font-weight: 600;
|
|
87
|
-
line-height: 1.25;
|
|
88
|
-
text-align: left;
|
|
89
|
-
white-space: normal;
|
|
90
|
-
vertical-align: top;
|
|
91
33
|
}
|
|
92
|
-
|
|
93
|
-
|
|
34
|
+
|
|
35
|
+
duet-tooltip-popup {
|
|
36
|
+
position: absolute;
|
|
94
37
|
}
|
|
@@ -6,7 +6,9 @@ import { arrow, computePosition, flip, shift } from "@floating-ui/dom";
|
|
|
6
6
|
import { Build, h, Host } from "@stencil/core";
|
|
7
7
|
import { inheritGlobalTheme } from "../../common";
|
|
8
8
|
import { createID } from "../../utils/create-id";
|
|
9
|
+
import { isEscapeKey } from "../../utils/keyboard-utils";
|
|
9
10
|
import { connectLanguageChangeObserver, disconnectLanguageChangeObserver, getLanguage, getLocaleString, } from "../../utils/language-utils";
|
|
11
|
+
import { Teleport } from "../../utils/teleport";
|
|
10
12
|
export class DuetTooltip {
|
|
11
13
|
constructor() {
|
|
12
14
|
/**
|
|
@@ -21,42 +23,23 @@ export class DuetTooltip {
|
|
|
21
23
|
* Local methods
|
|
22
24
|
*/
|
|
23
25
|
this.openTooltip = () => {
|
|
24
|
-
this.focusTarget = "tooltip";
|
|
25
26
|
this.active = true;
|
|
27
|
+
this.focusTarget = "tooltip";
|
|
28
|
+
this.teleport.go();
|
|
26
29
|
};
|
|
27
30
|
this.closeTooltip = (moveFocusToButton = false) => {
|
|
31
|
+
this.active = false;
|
|
28
32
|
if (moveFocusToButton) {
|
|
29
33
|
this.focusTarget = "trigger";
|
|
30
34
|
}
|
|
31
|
-
|
|
35
|
+
setTimeout(() => {
|
|
36
|
+
this.teleport.resume();
|
|
37
|
+
this.updatePlacement();
|
|
38
|
+
}, 200);
|
|
32
39
|
};
|
|
33
40
|
this.toggleOpen = () => {
|
|
34
41
|
this.active ? this.closeTooltip() : this.openTooltip();
|
|
35
42
|
};
|
|
36
|
-
this.handleFocusOut = (e) => {
|
|
37
|
-
if (!this.active) {
|
|
38
|
-
return;
|
|
39
|
-
}
|
|
40
|
-
const relatedTarget = e.relatedTarget;
|
|
41
|
-
if (
|
|
42
|
-
// if we don't know where focus went
|
|
43
|
-
relatedTarget == null ||
|
|
44
|
-
// if focus is within the tooltip itself
|
|
45
|
-
this.element.shadowRoot.contains(relatedTarget) ||
|
|
46
|
-
// if focus is within the tooltip light DOM
|
|
47
|
-
this.element.contains(relatedTarget)) {
|
|
48
|
-
// then we can skip closing
|
|
49
|
-
return;
|
|
50
|
-
}
|
|
51
|
-
this.closeTooltip();
|
|
52
|
-
};
|
|
53
|
-
this.handleKeyDown = (e) => {
|
|
54
|
-
const isEscapeKey = e.keyCode === 27;
|
|
55
|
-
const isTabbingOut = e.target === this.popupElement && e.shiftKey && e.keyCode === 9;
|
|
56
|
-
if (isEscapeKey || isTabbingOut) {
|
|
57
|
-
this.closeTooltip(true);
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
43
|
this.updatePlacement = async () => {
|
|
61
44
|
var _a, _b;
|
|
62
45
|
let preferRight = true;
|
|
@@ -77,7 +60,6 @@ export class DuetTooltip {
|
|
|
77
60
|
placement,
|
|
78
61
|
middleware: [flip(), shift({ padding: 5 }), arrow({ element: this.arrowEl })],
|
|
79
62
|
});
|
|
80
|
-
// magic number adjustment for the tooltip position to cater for the arrow
|
|
81
63
|
this.tooltipY = position.y;
|
|
82
64
|
this.tooltipX = position.x;
|
|
83
65
|
this.placement = position.placement;
|
|
@@ -128,24 +110,25 @@ export class DuetTooltip {
|
|
|
128
110
|
async componentDidLoad() {
|
|
129
111
|
this.arrowEl = await this.popupElement.getArrowElement();
|
|
130
112
|
this.contentEl = await this.popupElement.getContentElement();
|
|
113
|
+
this.teleport = new Teleport(this.popupElement);
|
|
131
114
|
if (!Build.isServer) {
|
|
132
115
|
this.updatePlacement();
|
|
133
116
|
}
|
|
117
|
+
if (this.active) {
|
|
118
|
+
this.openTooltip();
|
|
119
|
+
}
|
|
120
|
+
this.intersectionObserver = new IntersectionObserver(this.updatePlacement, { root: document.body });
|
|
121
|
+
this.intersectionObserver.observe(this.element);
|
|
134
122
|
}
|
|
135
123
|
componentDidUpdate() {
|
|
136
124
|
switch (this.focusTarget) {
|
|
137
125
|
case "tooltip":
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
if (this.element.classList.contains("user-is-tabbing")) {
|
|
141
|
-
this.popupElement.classList.add("user-is-tabbing");
|
|
142
|
-
}
|
|
143
|
-
else {
|
|
144
|
-
this.popupElement.classList.remove("user-is-tabbing");
|
|
145
|
-
}
|
|
126
|
+
// delay focus so button is correctly announced as "expanded"
|
|
127
|
+
setTimeout(() => this.contentEl.focus({ preventScroll: true }));
|
|
146
128
|
break;
|
|
147
129
|
case "trigger":
|
|
148
|
-
|
|
130
|
+
// delay focus so button is correctly announced as "collapsed"
|
|
131
|
+
setTimeout(() => this.buttonEl.setFocus({ preventScroll: true }));
|
|
149
132
|
break;
|
|
150
133
|
}
|
|
151
134
|
this.focusTarget = null;
|
|
@@ -178,13 +161,20 @@ export class DuetTooltip {
|
|
|
178
161
|
return;
|
|
179
162
|
}
|
|
180
163
|
const path = e.composedPath();
|
|
181
|
-
const isClickOutside = path.every(el => el !== this.element);
|
|
164
|
+
const isClickOutside = path.every(el => el !== this.element && el !== this.contentEl);
|
|
182
165
|
if (isClickOutside) {
|
|
183
166
|
this.closeTooltip();
|
|
184
167
|
}
|
|
185
168
|
}
|
|
169
|
+
handleKeyDown(e) {
|
|
170
|
+
if (this.active && isEscapeKey(e)) {
|
|
171
|
+
this.closeTooltip(true);
|
|
172
|
+
}
|
|
173
|
+
}
|
|
186
174
|
handlePopupClose() {
|
|
187
|
-
this.
|
|
175
|
+
if (this.active) {
|
|
176
|
+
this.closeTooltip(true);
|
|
177
|
+
}
|
|
188
178
|
}
|
|
189
179
|
async handleActiveChange(newActiveValue) {
|
|
190
180
|
if (newActiveValue) {
|
|
@@ -209,21 +199,16 @@ export class DuetTooltip {
|
|
|
209
199
|
top: `${this.tooltipY}px`,
|
|
210
200
|
left: `${this.tooltipX}px`,
|
|
211
201
|
display: "block",
|
|
202
|
+
"pointer-events": this.active ? "auto" : "none",
|
|
212
203
|
};
|
|
213
204
|
const arrowStyles = {
|
|
214
205
|
top: this.arrowY ? `${this.arrowY}px` : undefined,
|
|
215
206
|
left: this.arrowX ? `${this.arrowX}px` : undefined,
|
|
216
207
|
};
|
|
217
|
-
return (h(Host, { style: tooltipStyles }, h("button", { ref: element => (this.buttonEl = element),
|
|
218
|
-
"duet-tooltip-button": true,
|
|
219
|
-
"duet-tooltip-button-has-label": !!this.label,
|
|
220
|
-
"duet-theme-turva": this.theme === "turva",
|
|
221
|
-
} }, h("svg", { "aria-hidden": "true", role: "img", fill: "currentColor", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "m13.5 17.25c-1.241 0-2.25-1.009-2.25-2.25v-3.75h-.75c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h.75c.827 0 1.5.673 1.5 1.5v3.75c0 .414.336.75.75.75h.75c.414 0 .75.336.75.75s-.336.75-.75.75z" }), h("circle", { cx: "11.625", cy: "7.125", r: "1.125" }), h("path", { d: "m12 24c-6.617 0-12-5.383-12-12s5.383-12 12-12 12 5.383 12 12-5.383 12-12 12zm0-22.5c-5.79 0-10.5 4.71-10.5 10.5s4.71 10.5 10.5 10.5 10.5-4.71 10.5-10.5-4.71-10.5-10.5-10.5z" })), this.label ? (h("span", { class: "duet-tooltip-label" }, this.label)) : (h("duet-visually-hidden", null, this.accessibleInputLabel
|
|
222
|
-
? `${this.accessibleInputLabel}, ${this.accessibleLabel}`
|
|
223
|
-
: this.accessibleLabel))), h("duet-tooltip-popup", { ref: element => (this.popupElement = element), active: this.active, tooltipId: this.tooltipId, arrowStyles: arrowStyles, style: positionStyles, placement: this.placement, accessibleCloseLabel: this.accessibleCloseLabel, onKeyDown: this.handleKeyDown, onFocusout: this.handleFocusOut }, h("slot", null))));
|
|
208
|
+
return (h(Host, { style: tooltipStyles }, h("duet-tooltip-button", { ref: element => (this.buttonEl = element), active: this.active, tooltipId: this.tooltipId, label: this.label, accessibleLabel: this.accessibleInputLabel ? `${this.accessibleInputLabel}, ${this.accessibleLabel}` : this.accessibleLabel, onClick: this.toggleOpen }), h("duet-tooltip-popup", { ref: element => (this.popupElement = element), active: this.active, tooltipId: this.tooltipId, arrowStyles: arrowStyles, style: positionStyles, placement: this.placement, accessibleCloseLabel: this.accessibleCloseLabel }, h("slot", null))));
|
|
224
209
|
}
|
|
225
210
|
static get is() { return "duet-tooltip"; }
|
|
226
|
-
static get encapsulation() { return "
|
|
211
|
+
static get encapsulation() { return "scoped"; }
|
|
227
212
|
static get originalStyleUrls() {
|
|
228
213
|
return {
|
|
229
214
|
"$": ["duet-tooltip.scss"]
|
|
@@ -560,10 +545,16 @@ export class DuetTooltip {
|
|
|
560
545
|
"target": "document",
|
|
561
546
|
"capture": false,
|
|
562
547
|
"passive": false
|
|
548
|
+
}, {
|
|
549
|
+
"name": "keydown",
|
|
550
|
+
"method": "handleKeyDown",
|
|
551
|
+
"target": "document",
|
|
552
|
+
"capture": false,
|
|
553
|
+
"passive": false
|
|
563
554
|
}, {
|
|
564
555
|
"name": "tooltipPopupClosed",
|
|
565
556
|
"method": "handlePopupClose",
|
|
566
|
-
"target":
|
|
557
|
+
"target": "document",
|
|
567
558
|
"capture": false,
|
|
568
559
|
"passive": false
|
|
569
560
|
}];
|
|
@@ -9,7 +9,7 @@ import { getLocaleString, sanitizeString } from "../../utils/language-utils";
|
|
|
9
9
|
import errorCodes from "./errorcodes.json";
|
|
10
10
|
import { getI18nError } from "./errorcodes.utils";
|
|
11
11
|
import { UploadItemHeader } from "./upload-item-header";
|
|
12
|
-
import { filesToUploadCountAboveMax, validateFile, validateTotalAmountIsAboveMax, validateTotalSizeIsAboveMax, } from "./upload-validators";
|
|
12
|
+
import { filesToUploadCountAboveMax, filesToUploadTotalSizeIsAboveMax, validateFile, validateTotalAmountIsAboveMax, validateTotalSizeIsAboveMax, } from "./upload-validators";
|
|
13
13
|
import { makeXhrRequest, } from "./xhr.helpers";
|
|
14
14
|
/**
|
|
15
15
|
* @slot header - named slot - to place content after description / caption (if caption is on top)
|
|
@@ -33,6 +33,7 @@ export class DuetUpload {
|
|
|
33
33
|
this.fileMaxReached = false;
|
|
34
34
|
this.bytesMaxReached = false;
|
|
35
35
|
this.filesToUploadExceedsLimit = false;
|
|
36
|
+
this.filesToUploadTotalSizeIsAboveMax = false;
|
|
36
37
|
this.internalStatusMessageLabel = undefined;
|
|
37
38
|
this.itemRefs = new Map();
|
|
38
39
|
/**
|
|
@@ -589,7 +590,7 @@ export class DuetUpload {
|
|
|
589
590
|
this.maxBytesTotal = undefined;
|
|
590
591
|
this.maxFiles = 99;
|
|
591
592
|
this.allowedExtensions = "all";
|
|
592
|
-
this.allowedMimetypes = "
|
|
593
|
+
this.allowedMimetypes = "";
|
|
593
594
|
this.multiple = true;
|
|
594
595
|
this.limitSelection = false;
|
|
595
596
|
this.value = undefined;
|
|
@@ -737,7 +738,10 @@ export class DuetUpload {
|
|
|
737
738
|
this.externalUploadButton.ariaLabel = caption;
|
|
738
739
|
}
|
|
739
740
|
// @ts-ignore
|
|
740
|
-
return (h(Host, { class: { "duet-m-0": this.margin === "none" } }, h("duet-fieldset", { "label-hidden": this.hideHeader, label: this.label, caption: !this.captionOnBottom ? caption : undefined }, h("slot", { name: "header" }), !this.files.size && (h("duet-empty-state", { id: this.labelId, part: this.identifier ? `${this.identifier}-empty-state` : "duet-upload-empty-state", icon: "messaging-attachment" }, h("duet-paragraph", { margin: "none" }, this.fileListEmpty))), !!this.files.size && h("slot", { name: "fileheader" }), !!this.files.size && (h("duet-upload-aria-status", { invalid: this.getFilesAsArray().invalid.length, valid: this.getFilesAsArray().valid.length, inprogress: this.filesInProgress.size, total: this.files.size, statusMessageLabel: this.internalStatusMessageLabel })), !!this.files.size && this.renderUploadedItems(), !!this.files.size && h("slot", { name: "filefooter" }), h("slot", { name: "uploadfooter" }), this.captionOnBottom && (h("duet-caption", { margin: "none", size: "small" }, h("div", { class: "upload-bottom-caption" }, caption))), h("slot", { name: "afterfooter" }), !this.hideButton && (h(Fragment, null, h("duet-spacer", { size: "large" }), h("duet-button", { id: this.buttonId, onClick: this.startUpload, "accessible-controls": identifier, disabled: this.fileMaxReached, "accessible-label": this.accessibleButtonLabel, "accessible-owns": identifier, size: "small", variation: "secondary", fixed: true, icon: "action-add-circle", part: this.identifier ? `${this.identifier}-button-upload` : "duet-upload-button-upload" }, this.buttonLabel))), (this.fileMaxReached ||
|
|
741
|
+
return (h(Host, { class: { "duet-m-0": this.margin === "none" } }, h("duet-fieldset", { "label-hidden": this.hideHeader, label: this.label, caption: !this.captionOnBottom ? caption : undefined }, h("slot", { name: "header" }), !this.files.size && (h("duet-empty-state", { id: this.labelId, part: this.identifier ? `${this.identifier}-empty-state` : "duet-upload-empty-state", icon: "messaging-attachment" }, h("duet-paragraph", { margin: "none" }, this.fileListEmpty))), !!this.files.size && h("slot", { name: "fileheader" }), !!this.files.size && (h("duet-upload-aria-status", { invalid: this.getFilesAsArray().invalid.length, valid: this.getFilesAsArray().valid.length, inprogress: this.filesInProgress.size, total: this.files.size, statusMessageLabel: this.internalStatusMessageLabel })), !!this.files.size && this.renderUploadedItems(), !!this.files.size && h("slot", { name: "filefooter" }), h("slot", { name: "uploadfooter" }), this.captionOnBottom && (h("duet-caption", { margin: "none", size: "small" }, h("div", { class: "upload-bottom-caption" }, caption))), h("slot", { name: "afterfooter" }), !this.hideButton && (h(Fragment, null, h("duet-spacer", { size: "large" }), h("duet-button", { id: this.buttonId, onClick: this.startUpload, "accessible-controls": identifier, disabled: this.fileMaxReached, "accessible-label": this.accessibleButtonLabel, "accessible-owns": identifier, size: "small", variation: "secondary", fixed: true, icon: "action-add-circle", part: this.identifier ? `${this.identifier}-button-upload` : "duet-upload-button-upload" }, this.buttonLabel))), (this.fileMaxReached ||
|
|
742
|
+
this.bytesMaxReached ||
|
|
743
|
+
this.filesToUploadExceedsLimit ||
|
|
744
|
+
this.filesToUploadTotalSizeIsAboveMax) && (h(Fragment, null, h("duet-spacer", { size: "medium" }), h("duet-alert", { part: this.identifier ? `${this.identifier}-error-notification` : "duet-upload-error-notification" }, this.fileMaxReached && getI18nError("duet-upload-301", this.errorCodes), this.bytesMaxReached && getI18nError("duet-upload-202", this.errorCodes), this.filesToUploadExceedsLimit && getI18nError("duet-upload-302", this.errorCodes), this.filesToUploadTotalSizeIsAboveMax && getI18nError("duet-upload-203", this.errorCodes)))), h("duet-visually-hidden", { "aria-hidden": "true" }, h("input", { ref: input => {
|
|
741
745
|
this.nativeInput = input;
|
|
742
746
|
}, accept: !this.limitSelection ? undefined : `${this.allowedMimetypes},${this.allowedExtensions}`, onBlur: this.onBlur, onFocus: this.onFocus, onChange: e => this.onChange(e), type: "file", class: {
|
|
743
747
|
"duet-upload": true,
|
|
@@ -814,6 +818,12 @@ export class DuetUpload {
|
|
|
814
818
|
this.kick();
|
|
815
819
|
return;
|
|
816
820
|
}
|
|
821
|
+
this.filesToUploadTotalSizeIsAboveMax = false;
|
|
822
|
+
if (filesToUploadTotalSizeIsAboveMax(this.files, selectedFiles, this.maxBytesTotal)) {
|
|
823
|
+
this.filesToUploadTotalSizeIsAboveMax = true;
|
|
824
|
+
this.kick();
|
|
825
|
+
return;
|
|
826
|
+
}
|
|
817
827
|
if (selectedFiles) {
|
|
818
828
|
for (const item of selectedFiles) {
|
|
819
829
|
const { valid, errorMessage, errorType, errorSystem } = validateFile(item, {
|
|
@@ -1673,7 +1683,7 @@ export class DuetUpload {
|
|
|
1673
1683
|
},
|
|
1674
1684
|
"attribute": "allowed-mimetypes",
|
|
1675
1685
|
"reflect": false,
|
|
1676
|
-
"defaultValue": "\"
|
|
1686
|
+
"defaultValue": "\"\""
|
|
1677
1687
|
},
|
|
1678
1688
|
"multiple": {
|
|
1679
1689
|
"type": "boolean",
|
|
@@ -102,3 +102,22 @@ export const filesToUploadCountAboveMax = (currentFilesCount, filesToUploadCount
|
|
|
102
102
|
}
|
|
103
103
|
return false;
|
|
104
104
|
};
|
|
105
|
+
export const filesToUploadTotalSizeIsAboveMax = (currentFiles, filesToUpload, maxTotalBytes) => {
|
|
106
|
+
let total = 0;
|
|
107
|
+
if (maxTotalBytes) {
|
|
108
|
+
currentFiles.forEach(item => {
|
|
109
|
+
if (item.valid && item.size) {
|
|
110
|
+
total += item.size;
|
|
111
|
+
}
|
|
112
|
+
});
|
|
113
|
+
filesToUpload.forEach(item => {
|
|
114
|
+
if (item.size) {
|
|
115
|
+
total += item.size;
|
|
116
|
+
}
|
|
117
|
+
});
|
|
118
|
+
if (total >= maxTotalBytes) {
|
|
119
|
+
return true;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
return false;
|
|
123
|
+
};
|
|
@@ -21,10 +21,16 @@ export class Teleport {
|
|
|
21
21
|
this.element.style.zIndex = zIndexPopup;
|
|
22
22
|
}
|
|
23
23
|
resume(timeout = 0) {
|
|
24
|
-
|
|
25
|
-
this.
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
24
|
+
if (timeout) {
|
|
25
|
+
setTimeout(this._resume.bind(this), timeout);
|
|
26
|
+
}
|
|
27
|
+
else {
|
|
28
|
+
this._resume();
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
_resume() {
|
|
32
|
+
this.element.style.zIndex = "";
|
|
33
|
+
this.stub.insertAdjacentElement("beforebegin", this.element);
|
|
34
|
+
this.stub.remove();
|
|
29
35
|
}
|
|
30
36
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetActionButton$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetActionButton$1, d as defineCustomElement$1 } from './p-2bd44c3c.js';
|
|
5
5
|
|
|
6
6
|
const DuetActionButton = DuetActionButton$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetAlert$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetAlert$1, d as defineCustomElement$1 } from './p-229871c3.js';
|
|
5
5
|
|
|
6
6
|
const DuetAlert = DuetAlert$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetBadge$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetBadge$1, d as defineCustomElement$1 } from './p-748fb4e9.js';
|
|
5
5
|
|
|
6
6
|
const DuetBadge = DuetBadge$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, h, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, h, d as Host } from './p-baa9e0f3.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { g as getColorByName } from './p-661e7864.js';
|
|
7
|
-
import { d as defineCustomElement$4 } from './p-
|
|
8
|
-
import { d as defineCustomElement$3 } from './p-
|
|
9
|
-
import { d as defineCustomElement$2 } from './p-
|
|
7
|
+
import { d as defineCustomElement$4 } from './p-c56b4bad.js';
|
|
8
|
+
import { d as defineCustomElement$3 } from './p-351b0f8c.js';
|
|
9
|
+
import { d as defineCustomElement$2 } from './p-df34106b.js';
|
|
10
10
|
|
|
11
11
|
const duetBannerCss = "*,*::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:4px !important;margin-bottom:2px !important;display:block;width:auto}:host:last-child,:host:last-of-type{margin-right:0 !important}:host(.duet-m-0){margin:0 !important}.duet-banner{display:grid;width:100%;height:100%;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-style:normal;text-align:left;border-radius:24px}.duet-banner.duet-p-0{padding:0 !important}.duet-banner.duet-m-0{margin:0 !important}.duet-banner .visual{position:relative;overflow:hidden;border-top-left-radius:24px;border-top-right-radius:24px}.duet-banner .visual .image-container{position:relative;width:400px;height:400px;overflow:hidden;border-radius:20%;transform:rotate(7deg)}.duet-banner .visual .image{position:relative;top:20px;width:100%;height:100%;transform:rotate(-7deg);object-fit:cover}.duet-banner .visual .icon{position:absolute}.duet-banner .content{display:flex;flex-direction:column;gap:8px;padding:0 20px 36px}.duet-banner .action{display:flex;flex-direction:column;flex-grow:1;align-items:flex-start;justify-content:flex-end;padding-top:16px}.duet-banner.small{grid-template-rows:335px 1fr;max-width:335px}.duet-banner.small .visual{border-top-left-radius:24px;border-top-right-radius:24px}.duet-banner.small .visual .image-container{top:-130px;left:-40px}.duet-banner.small .visual .icon{bottom:30px;left:15px}.duet-banner.large{grid-template-rows:none;grid-template-columns:50% 50%;min-width:900px;max-width:1112px;height:320px;max-height:none}.duet-banner.large .visual{border-top-left-radius:24px;border-bottom-left-radius:24px}.duet-banner.large .visual .image-container{top:-30px;left:-30px}.duet-banner.large .visual .image{top:-15px;left:30px}.duet-banner.large .visual .icon{top:40px;bottom:auto;left:335px}.duet-banner.large .content{align-items:flex-start;justify-content:center;padding:0 72px 0 0}.duet-banner.large .action{flex-grow:0}.duet-banner.auto{grid-template-rows:335px 1fr;max-width:335px}.duet-banner.auto .visual{border-top-left-radius:24px;border-top-right-radius:24px}.duet-banner.auto .visual .image-container{top:-130px;left:-40px}.duet-banner.auto .visual .icon{bottom:30px;left:15px}@media (min-width: 62em){.duet-banner.auto{grid-template-rows:none;grid-template-columns:50% 50%;min-width:900px;max-width:1112px;height:320px;max-height:none}.duet-banner.auto .visual{border-top-left-radius:24px;border-bottom-left-radius:24px}.duet-banner.auto .visual .image-container{top:-30px;left:-30px}.duet-banner.auto .visual .image{top:-15px;left:30px}.duet-banner.auto .visual .icon{top:40px;bottom:auto;left:335px}.duet-banner.auto .content{align-items:flex-start;justify-content:center;padding:0 72px 0 0}.duet-banner.auto .action{flex-grow:0}}.duet-banner.duet-theme-turva{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"}.duet-banner.duet-theme-turva .visual .image-container{width:526px;height:456px;transform:none;-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg%20fill%3D%22currentColor%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20160%20140%22%3E%3Cpath%20d%3D%22M87.8%20139.6a57.3%2057.3%200%2000-18.4-3.3c-8-.5-16.3-2.5-24.6-6-16.7-7-29-18.7-37.1-35.3a73.5%2073.5%200%2001-5-52.4c1.7-4%203-6.7%204-7.8a33%2033%200%20004-7.8C33.4%203.5%2063.2-4.3%20100%203.2c30.5%204%2049.7%2019.9%2057.6%2047.4l1.6%2024c4.4%2036-11.5%2056-47.5%2060.3-4%202.4-12%203.9-24%204.7%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E\");-webkit-mask-repeat:no-repeat;mask-image:url(\"data:image/svg+xml,%3Csvg%20fill%3D%22currentColor%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20160%20140%22%3E%3Cpath%20d%3D%22M87.8%20139.6a57.3%2057.3%200%2000-18.4-3.3c-8-.5-16.3-2.5-24.6-6-16.7-7-29-18.7-37.1-35.3a73.5%2073.5%200%2001-5-52.4c1.7-4%203-6.7%204-7.8a33%2033%200%20004-7.8C33.4%203.5%2063.2-4.3%20100%203.2c30.5%204%2049.7%2019.9%2057.6%2047.4l1.6%2024c4.4%2036-11.5%2056-47.5%2060.3-4%202.4-12%203.9-24%204.7%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E\");mask-repeat:no-repeat}.duet-banner.duet-theme-turva .visual .image{transform:none}.duet-banner.duet-theme-turva.small .visual .image-container{top:-164px;left:-147px}.duet-banner.duet-theme-turva.small .visual .image{top:0;left:0}.duet-banner.duet-theme-turva.small .visual .icon{bottom:15px}.duet-banner.duet-theme-turva.large .visual .image-container{top:-54.923px;left:-147px}.duet-banner.duet-theme-turva.large .visual .image{top:0;left:0}.duet-banner.duet-theme-turva.large .visual .icon{bottom:auto;left:295px}.duet-banner.duet-theme-turva.auto .visual .image-container{top:-164px;left:-147px}.duet-banner.duet-theme-turva.auto .visual .image{top:0;left:0}.duet-banner.duet-theme-turva.auto .visual .icon{bottom:15px}@media (min-width: 62em){.duet-banner.duet-theme-turva.auto .visual .image-container{top:-54.923px;left:-147px}.duet-banner.duet-theme-turva.auto .visual .image{top:0;left:0}.duet-banner.duet-theme-turva.auto .visual .icon{bottom:auto;left:295px}}";
|
|
12
12
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, h, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, h, d as Host } from './p-baa9e0f3.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
|
-
import { d as defineCustomElement$2 } from './p-
|
|
6
|
+
import { d as defineCustomElement$2 } from './p-351b0f8c.js';
|
|
7
7
|
|
|
8
8
|
const duetBreadcrumbCss = "*,*::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;display:block;width:100%}.duet-breadcrumb{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;height:100%;font-size:0.875rem;font-weight:inherit;color:inherit;text-decoration:none}.duet-breadcrumb:focus{outline:0}:host(.user-is-tabbing) .duet-breadcrumb:focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px rgb(0, 119, 179)}:host(.user-is-tabbing) .duet-breadcrumb.duet-theme-turva:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px rgb(23, 28, 58)}";
|
|
9
9
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, h, F as Fragment, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, h, F as Fragment, d as Host } from './p-baa9e0f3.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { a as getLocaleString } from './p-076452be.js';
|
|
7
|
-
import { d as defineCustomElement$2 } from './p-
|
|
7
|
+
import { d as defineCustomElement$2 } from './p-351b0f8c.js';
|
|
8
8
|
|
|
9
9
|
var actionArrowRightSmall={"title":"action-arrow-right-small","tags":"action arrow right small caret","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M19.5 12a2.3 2.3 0 0 1-.78 1.729L7.568 23.54a1.847 1.847 0 0 1-2.439-2.773l9.752-8.579a.25.25 0 0 0 0-.376L5.129 3.233A1.847 1.847 0 0 1 7.568.46l11.148 9.808A2.31 2.31 0 0 1 19.5 12z\"/></svg>"};
|
|
10
10
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetButton$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetButton$1, d as defineCustomElement$1 } from './p-66ab9994.js';
|
|
5
5
|
|
|
6
6
|
const DuetButton = DuetButton$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, h, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, h, d as Host } from './p-baa9e0f3.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
|
-
import { d as defineCustomElement$3 } from './p-
|
|
7
|
-
import { d as defineCustomElement$2 } from './p-
|
|
6
|
+
import { d as defineCustomElement$3 } from './p-351b0f8c.js';
|
|
7
|
+
import { d as defineCustomElement$2 } from './p-df34106b.js';
|
|
8
8
|
|
|
9
9
|
const duetCalloutCss = ":host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:relative;display:block;width:100%}blockquote,figure{margin:0}.duet-callout{margin-bottom:28px !important;display:flex;align-items:center;justify-content:center;width:100%;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"}.duet-callout .container{display:flex;flex-direction:column;gap:8px;align-items:center;max-width:688px;text-align:center}.duet-callout .callout-icon{width:50px;padding-bottom:8px}.duet-callout .author{color:rgb(0, 41, 77)}.duet-callout.duet-theme-turva{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"}.duet-callout.duet-theme-turva .author{color:rgb(23, 28, 58)}.duet-callout.duet-m-0{margin:0 !important}";
|
|
10
10
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetCaption$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetCaption$1, d as defineCustomElement$1 } from './p-e354b687.js';
|
|
5
5
|
|
|
6
6
|
const DuetCaption = DuetCaption$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent, h, F as Fragment, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent, h, F as Fragment, d as Host } from './p-baa9e0f3.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { c as createID } from './p-c1325e35.js';
|
|
7
7
|
import { i as isKeyboardClick } from './p-d8549efe.js';
|
|
8
8
|
import { s as sanitizeString } from './p-5a9d75e1.js';
|
|
9
9
|
import { g as getColorByName } from './p-661e7864.js';
|
|
10
|
-
import { d as defineCustomElement$3 } from './p-
|
|
11
|
-
import { d as defineCustomElement$2 } from './p-
|
|
10
|
+
import { d as defineCustomElement$3 } from './p-351b0f8c.js';
|
|
11
|
+
import { d as defineCustomElement$2 } from './p-d9bf49cf.js';
|
|
12
12
|
|
|
13
13
|
const duetHeadingLevels = ["h1", "h2", "h3", "h4", "h5", "h6"];
|
|
14
14
|
const duetBlock = "div";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetCheckbox$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetCheckbox$1, d as defineCustomElement$1 } from './p-7ece12ec.js';
|
|
5
5
|
|
|
6
6
|
const DuetCheckbox = DuetCheckbox$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetCheckmark$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetCheckmark$1, d as defineCustomElement$1 } from './p-ce09b821.js';
|
|
5
5
|
|
|
6
6
|
const DuetCheckmark = DuetCheckmark$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-baa9e0f3.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { c as createID } from './p-c1325e35.js';
|
|
7
|
-
import { d as defineCustomElement$2 } from './p-
|
|
7
|
+
import { d as defineCustomElement$2 } from './p-351b0f8c.js';
|
|
8
8
|
|
|
9
9
|
const duetChipCss = "*,*::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;position:relative;display:inline-block;width:auto;max-width:100%;vertical-align:bottom;-webkit-tap-highlight-color:transparent}:host:last-child,:host:last-of-type{margin-right:0 !important}.duet-chip-container{-webkit-user-select:none;user-select:none;position:relative;z-index:100;display:block;width:100%;hyphens:none;line-height:1.1;color:rgb(0, 41, 77) !important;text-align:center;cursor:pointer;background:rgb(255, 255, 255);border-style:solid;border-width:1px;border-radius:8px;transition:background-color 300ms ease, color 300ms ease, border-color 300ms ease, padding 300ms ease}.duet-chip-container.duet-p-0{padding:0 !important}.duet-chip-container.duet-m-0{margin:0 !important}.duet-chip-container.duet-theme-turva{color:rgb(23, 28, 58) !important;background:rgb(255, 255, 255);border-color:rgb(23, 28, 58)}.duet-chip-container.duet-theme-turva:hover{color:rgb(198, 12, 48) !important;border-color:rgb(198, 12, 48)}.duet-chip-container.duet-theme-turva:hover button,.duet-chip-container.duet-theme-turva:hover label{color:rgb(23, 28, 58) !important}.duet-chip-container:hover{color:rgb(0, 119, 179) !important;border-color:rgb(0, 119, 179)}.duet-chip-container:hover button,.duet-chip-container:hover label{color:rgb(0, 119, 179) !important}.duet-chip-container:hover.duet-theme-turva button,.duet-chip-container:hover.duet-theme-turva label{color:rgb(198, 12, 48) !important}.duet-chip-container button,.duet-chip-container label{display:flex;align-items:center;width:100%;height:100%;padding:7px 16px;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:0.875rem;font-weight:600;color:rgb(0, 41, 77) !important;cursor:pointer}.duet-chip-container button:focus,.duet-chip-container label:focus{outline:none}.duet-chip-container button:hover,.duet-chip-container label:hover{color:rgb(0, 119, 179) !important}.duet-chip-container .duet-chip-icon-container{display:flex;align-items:center;height:16px;padding:0;transition:padding 300ms ease}.duet-chip-container.duet-chip-has-icon .duet-chip-icon-container{width:24px;height:16px;padding-right:8px}.duet-chip-container.duet-chip-has-icon.duet-chip-filter-checked .duet-chip-icon-container{padding-right:11px;padding-left:3px}.duet-chip-container duet-icon:not(.check-mark){width:auto;transition:width 300ms ease, transform 300ms ease;transform:scaleX(1)}.duet-chip-container duet-icon.check-mark{width:0;overflow:hidden;transition:width 300ms ease, transform 300ms ease;transform:scaleX(0)}.duet-chip-container.duet-chip-filter-checked{background:rgb(230, 242, 248);border-color:rgb(230, 242, 248)}.duet-chip-container.duet-chip-filter-checked .duet-chip-icon-container{padding-right:8px}.duet-chip-container.duet-chip-filter-checked .duet-chip-icon-container duet-icon:not(.check-mark){width:0;overflow:hidden;transition:width 300ms ease, transform 300ms ease;transform:scaleX(0)}.duet-chip-container.duet-chip-filter-checked .duet-chip-icon-container duet-icon.check-mark{width:auto;transition:width 300ms ease, transform 300ms ease;transform:scaleX(1)}.duet-chip-container.duet-chip-filter-checked.duet-theme-turva{background:rgb(245, 245, 247);border-color:rgb(245, 245, 247)}.duet-chip-container div.duet-chip-popup-disclosure{padding-left:8px}.duet-chip-container div.duet-chip-popup-disclosure duet-icon{transition:transform 300ms ease}.duet-chip-container.duet-chip-filter-popup-open{background:rgb(243, 249, 252);border-color:rgb(243, 249, 252)}.duet-chip-container.duet-chip-filter-popup-open.duet-theme-turva{background:rgb(245, 245, 247);border-color:rgb(245, 245, 247)}.duet-chip-container.duet-chip-filter-popup-open .duet-chip-popup-disclosure duet-icon{transform:rotate(180deg)}.duet-chip-container.duet-chip-input{display:flex;align-items:center;padding-right:0 !important}.duet-chip-container.duet-chip-input .duet-chip-input-button{flex-grow:1}.duet-chip-container.duet-chip-input .duet-chip-remove-button{width:26px;padding:8px 16px 8px 0;margin:-8px 0}:host(.user-is-tabbing) .duet-chip-focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px rgb(0, 119, 179)}:host(.user-is-tabbing) .duet-chip-focus.duet-theme-turva{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px rgb(23, 28, 58)}.duet-chip-container input{position:absolute !important;top:0;left:0;z-index:-1;width:100%;height:100%;cursor:pointer;opacity:0}";
|
|
10
10
|
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, h, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, h, d as Host } from './p-baa9e0f3.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { f as findCheckedOption, w as watchForOptions } from './p-12721178.js';
|
|
7
|
-
import { d as defineCustomElement$
|
|
8
|
-
import { d as defineCustomElement$
|
|
9
|
-
import { d as defineCustomElement$
|
|
10
|
-
import { d as defineCustomElement$
|
|
11
|
-
import { d as defineCustomElement$
|
|
12
|
-
import { d as defineCustomElement$
|
|
7
|
+
import { d as defineCustomElement$8 } from './p-e354b687.js';
|
|
8
|
+
import { d as defineCustomElement$7 } from './p-2ca516d3.js';
|
|
9
|
+
import { d as defineCustomElement$6 } from './p-351b0f8c.js';
|
|
10
|
+
import { d as defineCustomElement$5 } from './p-7c68ac5a.js';
|
|
11
|
+
import { d as defineCustomElement$4 } from './p-e22956bf.js';
|
|
12
|
+
import { d as defineCustomElement$3 } from './p-f13081a0.js';
|
|
13
|
+
import { d as defineCustomElement$2 } from './p-e4198c92.js';
|
|
13
14
|
|
|
14
15
|
const duetChoiceGroupCss = "*.sc-duet-choice-group,*.sc-duet-choice-group::after,*.sc-duet-choice-group::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-choice-group-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%}.horizontal.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group{display:block;margin-bottom:-12px}.horizontal.sc-duet-choice-group-h .duet-choice-group.duet-no-stacking.sc-duet-choice-group{display:flex}@media (min-width: 48em){.horizontal.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group{margin-bottom:0}}@media (max-width: 35.9375em){.horizontal.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group{display:flex}}.horizontal.duet-choice-group-breakpoint-x-small.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:flex}@media (max-width: 22.5em){.horizontal.duet-choice-group-breakpoint-x-small.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:block}}.horizontal.duet-choice-group-breakpoint-small.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:block}@media (min-width: 36em){.horizontal.duet-choice-group-breakpoint-small.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:flex}}.horizontal.duet-choice-group-breakpoint-medium.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:block}@media (min-width: 48em){.horizontal.duet-choice-group-breakpoint-medium.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:flex}}.horizontal.duet-choice-group-breakpoint-large.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:block}@media (min-width: 62em){.horizontal.duet-choice-group-breakpoint-large.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:flex}}.horizontal.duet-choice-group-breakpoint-x-large.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:block}@media (min-width: 64.0625em){.horizontal.duet-choice-group-breakpoint-x-large.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:flex}}.duet-choice-group.sc-duet-choice-group{position:relative;width:100%;margin-bottom:-12px}";
|
|
15
16
|
|
|
@@ -168,7 +169,7 @@ function defineCustomElement$1() {
|
|
|
168
169
|
if (typeof customElements === "undefined") {
|
|
169
170
|
return;
|
|
170
171
|
}
|
|
171
|
-
const components = ["duet-choice-group", "duet-caption", "duet-fieldset", "duet-icon", "duet-tooltip", "duet-tooltip-popup", "duet-visually-hidden"];
|
|
172
|
+
const components = ["duet-choice-group", "duet-caption", "duet-fieldset", "duet-icon", "duet-tooltip", "duet-tooltip-button", "duet-tooltip-popup", "duet-visually-hidden"];
|
|
172
173
|
components.forEach(tagName => { switch (tagName) {
|
|
173
174
|
case "duet-choice-group":
|
|
174
175
|
if (!customElements.get(tagName)) {
|
|
@@ -177,20 +178,25 @@ function defineCustomElement$1() {
|
|
|
177
178
|
break;
|
|
178
179
|
case "duet-caption":
|
|
179
180
|
if (!customElements.get(tagName)) {
|
|
180
|
-
defineCustomElement$
|
|
181
|
+
defineCustomElement$8();
|
|
181
182
|
}
|
|
182
183
|
break;
|
|
183
184
|
case "duet-fieldset":
|
|
184
185
|
if (!customElements.get(tagName)) {
|
|
185
|
-
defineCustomElement$
|
|
186
|
+
defineCustomElement$7();
|
|
186
187
|
}
|
|
187
188
|
break;
|
|
188
189
|
case "duet-icon":
|
|
189
190
|
if (!customElements.get(tagName)) {
|
|
190
|
-
defineCustomElement$
|
|
191
|
+
defineCustomElement$6();
|
|
191
192
|
}
|
|
192
193
|
break;
|
|
193
194
|
case "duet-tooltip":
|
|
195
|
+
if (!customElements.get(tagName)) {
|
|
196
|
+
defineCustomElement$5();
|
|
197
|
+
}
|
|
198
|
+
break;
|
|
199
|
+
case "duet-tooltip-button":
|
|
194
200
|
if (!customElements.get(tagName)) {
|
|
195
201
|
defineCustomElement$4();
|
|
196
202
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-baa9e0f3.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { h as hasSlot } from './p-9d915d45.js';
|
|
7
7
|
import { D as DuetStringsExternalDefaults } from './p-76f00bd5.js';
|
|
@@ -9,10 +9,10 @@ import { c as createID } from './p-c1325e35.js';
|
|
|
9
9
|
import { F as FocusGuard } from './p-061830ef.js';
|
|
10
10
|
import { i as isKeyboardClick, a as isQuestionKey, b as isEscapeKey } from './p-d8549efe.js';
|
|
11
11
|
import { g as getLanguage, a as getLocaleString, c as connectLanguageChangeObserver, d as disconnectLanguageChangeObserver } from './p-076452be.js';
|
|
12
|
-
import { d as defineCustomElement$5 } from './p-
|
|
13
|
-
import { d as defineCustomElement$4 } from './p-
|
|
14
|
-
import { d as defineCustomElement$3 } from './p-
|
|
15
|
-
import { d as defineCustomElement$2 } from './p-
|
|
12
|
+
import { d as defineCustomElement$5 } from './p-e354b687.js';
|
|
13
|
+
import { d as defineCustomElement$4 } from './p-351b0f8c.js';
|
|
14
|
+
import { d as defineCustomElement$3 } from './p-d9bf49cf.js';
|
|
15
|
+
import { d as defineCustomElement$2 } from './p-e4198c92.js';
|
|
16
16
|
|
|
17
17
|
var 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>"};
|
|
18
18
|
|