@duetds/components 7.0.12 → 7.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hydrate/index.js +298 -38
- package/lib/cjs/duet-action-button.cjs.entry.js +5 -1
- package/lib/cjs/duet-alert.cjs.entry.js +4 -1
- package/lib/cjs/duet-badge.cjs.entry.js +6 -1
- package/lib/cjs/duet-banner.cjs.entry.js +5 -1
- package/lib/cjs/duet-breadcrumb.cjs.entry.js +5 -1
- package/lib/cjs/duet-breadcrumbs.cjs.entry.js +1 -1
- package/lib/cjs/duet-button_2.cjs.entry.js +5 -1
- package/lib/cjs/duet-callout.cjs.entry.js +5 -1
- package/lib/cjs/duet-caption_4.cjs.entry.js +16 -1
- package/lib/cjs/duet-card.cjs.entry.js +5 -1
- package/lib/cjs/duet-checkbox.cjs.entry.js +5 -1
- package/lib/cjs/duet-checkmark.cjs.entry.js +1 -1
- package/lib/cjs/duet-chip.cjs.entry.js +18 -14
- package/lib/cjs/duet-choice_2.cjs.entry.js +9 -2
- package/lib/cjs/duet-collapsible.cjs.entry.js +5 -1
- package/lib/cjs/duet-combobox.cjs.entry.js +1 -1
- package/lib/cjs/duet-contact-card.cjs.entry.js +5 -1
- package/lib/cjs/duet-cookie-consent.cjs.entry.js +5 -1
- package/lib/cjs/duet-date-picker.cjs.entry.js +6 -2
- package/lib/cjs/duet-divider_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-editable-table_3.cjs.entry.js +8 -1
- package/lib/cjs/duet-empty-state.cjs.entry.js +6 -1
- package/lib/cjs/duet-fieldset.cjs.entry.js +5 -1
- package/lib/cjs/duet-footer.cjs.entry.js +5 -1
- package/lib/cjs/duet-grid_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-header_2.cjs.entry.js +5 -1
- package/lib/cjs/duet-hero.cjs.entry.js +6 -2
- package/lib/cjs/duet-icon.cjs.entry.js +5 -1
- package/lib/cjs/duet-input_2.cjs.entry.js +7 -1
- 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 +5 -1
- package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +5 -1
- package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +5 -1
- package/lib/cjs/duet-menu-bar-link.cjs.entry.js +5 -1
- package/lib/cjs/duet-menu-bar.cjs.entry.js +3 -1
- package/lib/cjs/duet-modal.cjs.entry.js +5 -3
- package/lib/cjs/duet-multiselect.cjs.entry.js +5 -1
- package/lib/cjs/duet-nav.cjs.entry.js +1 -1
- package/lib/cjs/duet-notification_2.cjs.entry.js +8 -1
- package/lib/cjs/duet-number-input.cjs.entry.js +5 -1
- package/lib/cjs/duet-page-heading.cjs.entry.js +5 -1
- package/lib/cjs/duet-pagination_2.cjs.entry.js +4 -1
- package/lib/cjs/duet-popup-menu-item.cjs.entry.js +5 -1
- package/lib/cjs/duet-popup-menu.cjs.entry.js +4 -2
- package/lib/cjs/duet-progress.cjs.entry.js +5 -1
- package/lib/cjs/duet-promo-card.cjs.entry.js +5 -1
- package/lib/cjs/duet-radio_2.cjs.entry.js +5 -1
- package/lib/cjs/duet-range-slider.cjs.entry.js +5 -1
- package/lib/cjs/duet-scrollable_3.cjs.entry.js +14 -7
- package/lib/cjs/duet-section-layout.cjs.entry.js +1 -1
- package/lib/cjs/duet-select.cjs.entry.js +5 -1
- package/lib/cjs/duet-shaped-image.cjs.entry.js +1 -1
- package/lib/cjs/duet-show-more.cjs.entry.js +5 -1
- package/lib/cjs/duet-slideout-lang.cjs.entry.js +5 -1
- package/lib/cjs/duet-slideout-link.cjs.entry.js +5 -1
- package/lib/cjs/duet-slideout-panel-dropdown.cjs.entry.js +5 -1
- package/lib/cjs/duet-slideout-panel.cjs.entry.js +6 -2
- package/lib/cjs/duet-slideout.cjs.entry.js +32 -3
- package/lib/cjs/duet-step_2.cjs.entry.js +8 -1
- package/lib/cjs/duet-submenu-bar-dropdown-link.cjs.entry.js +5 -1
- package/lib/cjs/duet-submenu-bar-dropdown.cjs.entry.js +5 -1
- package/lib/cjs/duet-submenu-bar-link.cjs.entry.js +5 -1
- package/lib/cjs/duet-submenu-bar.cjs.entry.js +5 -1
- package/lib/cjs/duet-textarea.cjs.entry.js +5 -1
- package/lib/cjs/duet-toggle.cjs.entry.js +5 -1
- package/lib/cjs/duet-toolbar-dropdown-link.cjs.entry.js +5 -1
- package/lib/cjs/duet-toolbar-dropdown.cjs.entry.js +5 -1
- package/lib/cjs/duet-toolbar-link.cjs.entry.js +5 -1
- package/lib/cjs/duet-toolbar.cjs.entry.js +1 -1
- package/lib/cjs/duet-tooltip-button_2.cjs.entry.js +22 -2
- package/lib/cjs/duet-tooltip.cjs.entry.js +4 -6
- package/lib/cjs/duet-tray.cjs.entry.js +5 -1
- package/lib/cjs/duet-upload-aria-status.cjs.entry.js +9 -1
- package/lib/cjs/duet-upload-item.cjs.entry.js +6 -1
- package/lib/cjs/duet-visually-hidden.cjs.entry.js +6 -1
- package/lib/cjs/duet.cjs.js +2 -2
- package/lib/cjs/{focus-utils-a3fae3c7.js → focus-utils-09463cf4.js} +1 -1
- package/lib/cjs/{index-caae8c44.js → index-e43540c9.js} +1 -1
- package/lib/cjs/loader.cjs.js +2 -2
- package/lib/cjs/nudge-82021e4f.js +18 -0
- package/lib/cjs/{teleport-18e2b4b9.js → teleport-3166d264.js} +9 -12
- package/lib/collection/components/duet-action-button/duet-action-button.js +4 -0
- package/lib/collection/components/duet-alert/duet-alert.js +3 -0
- package/lib/collection/components/duet-badge/duet-badge.js +5 -0
- package/lib/collection/components/duet-banner/duet-banner.js +4 -0
- package/lib/collection/components/duet-breadcrumbs/duet-breadcrumb.js +4 -0
- package/lib/collection/components/duet-button/duet-button.js +4 -0
- package/lib/collection/components/duet-callout/duet-callout.js +4 -0
- package/lib/collection/components/duet-caption/duet-caption.js +5 -0
- package/lib/collection/components/duet-card/duet-card.js +4 -0
- package/lib/collection/components/duet-checkbox/duet-checkbox.js +4 -0
- package/lib/collection/components/duet-chip/duet-chip.js +35 -14
- package/lib/collection/components/duet-choice/duet-choice.js +4 -0
- package/lib/collection/components/duet-choice-group/duet-choice-group.js +4 -0
- package/lib/collection/components/duet-collapsible/duet-collapsible.js +4 -0
- package/lib/collection/components/duet-contact-card/duet-contact-card.js +4 -0
- package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.js +4 -0
- package/lib/collection/components/duet-date-picker/duet-date-picker.js +4 -0
- package/lib/collection/components/duet-editable-table/duet-editable-table.js +4 -0
- package/lib/collection/components/duet-empty-state/duet-empty-state.js +5 -0
- package/lib/collection/components/duet-fieldset/duet-fieldset.js +4 -0
- package/lib/collection/components/duet-footer/duet-footer.js +4 -0
- package/lib/collection/components/duet-header/duet-header.js +4 -0
- package/lib/collection/components/duet-heading/duet-heading.js +4 -0
- package/lib/collection/components/duet-hero/duet-hero.css +30 -0
- package/lib/collection/components/duet-hero/duet-hero.js +4 -0
- package/lib/collection/components/duet-icon/duet-icon.js +4 -0
- package/lib/collection/components/duet-input/duet-input.js +2 -0
- package/lib/collection/components/duet-label/duet-label.js +5 -0
- package/lib/collection/components/duet-link/duet-link.js +5 -0
- package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +2 -0
- package/lib/collection/components/duet-menu-bar-button/duet-menu-bar-button.js +4 -0
- package/lib/collection/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.js +4 -0
- package/lib/collection/components/duet-menu-bar-dropdown-link/duet-menu-bar-dropdown-link.js +4 -0
- package/lib/collection/components/duet-menu-bar-link/duet-menu-bar-link.js +4 -0
- package/lib/collection/components/duet-modal/duet-modal.js +2 -0
- package/lib/collection/components/duet-multiselect/duet-multiselect.js +4 -0
- package/lib/collection/components/duet-notification/duet-notification.js +4 -0
- package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.js +4 -0
- package/lib/collection/components/duet-number-input/duet-number-input.js +4 -0
- package/lib/collection/components/duet-page-heading/duet-page-heading.js +4 -0
- package/lib/collection/components/duet-pagination/duet-pagination.js +2 -0
- package/lib/collection/components/duet-paragraph/duet-paragraph.js +4 -0
- package/lib/collection/components/duet-popup-menu/duet-popup-menu.js +2 -0
- package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.js +4 -0
- package/lib/collection/components/duet-progress/duet-progress.js +4 -0
- package/lib/collection/components/duet-promo-card/duet-promo-card.js +4 -0
- package/lib/collection/components/duet-radio-group/duet-radio-group.js +4 -0
- package/lib/collection/components/duet-range-slider/duet-range-slider.js +4 -0
- package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +2 -0
- package/lib/collection/components/duet-scrollable/duet-scrollable.js +10 -8
- package/lib/collection/components/duet-select/duet-select.js +4 -0
- package/lib/collection/components/duet-show-more/duet-show-more.js +4 -0
- package/lib/collection/components/duet-slideout/duet-slideout.js +35 -2
- package/lib/collection/components/duet-slideout-lang/duet-slideout-lang.js +4 -0
- package/lib/collection/components/duet-slideout-link/duet-slideout-link.js +4 -0
- package/lib/collection/components/duet-slideout-panel/duet-slideout-panel.js +4 -0
- package/lib/collection/components/duet-slideout-panel-dropdown/duet-slideout-panel-dropdown.js +4 -0
- package/lib/collection/components/duet-step/duet-step.js +4 -0
- package/lib/collection/components/duet-stepper/duet-stepper.js +4 -0
- package/lib/collection/components/duet-submenu-bar/duet-submenu-bar.js +4 -0
- package/lib/collection/components/duet-submenu-bar-dropdown/duet-submenu-bar-dropdown.js +4 -0
- package/lib/collection/components/duet-submenu-bar-dropdown-link/duet-submenu-bar-dropdown-link.js +4 -0
- package/lib/collection/components/duet-submenu-bar-link/duet-submenu-bar-link.js +4 -0
- package/lib/collection/components/duet-tab/duet-tab.js +5 -0
- package/lib/collection/components/duet-tab-group/duet-tab-group.js +2 -0
- package/lib/collection/components/duet-textarea/duet-textarea.js +4 -0
- package/lib/collection/components/duet-toggle/duet-toggle.js +4 -0
- package/lib/collection/components/duet-toolbar-dropdown/duet-toolbar-dropdown.js +4 -0
- package/lib/collection/components/duet-toolbar-dropdown-link/duet-toolbar-dropdown-link.js +4 -0
- package/lib/collection/components/duet-toolbar-link/duet-toolbar-link.js +4 -0
- package/lib/collection/components/duet-tooltip/duet-tooltip-button.js +4 -0
- package/lib/collection/components/duet-tooltip/duet-tooltip-popup.js +20 -0
- package/lib/collection/components/duet-tooltip/duet-tooltip.js +3 -5
- package/lib/collection/components/duet-tray/duet-tray.js +4 -0
- package/lib/collection/components/duet-upload/duet-upload.js +4 -0
- package/lib/collection/components/duet-upload-aria-status/duet-upload-aria-status.js +8 -0
- package/lib/collection/components/duet-upload-item/duet-upload-item.js +5 -0
- package/lib/collection/components/duet-visually-hidden/duet-visually-hidden.js +5 -0
- package/lib/collection/utils/nudge.js +14 -0
- package/lib/collection/utils/teleport.js +9 -12
- 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 +8 -4
- package/lib/dist-custom-elements/duet-breadcrumb.js +6 -2
- package/lib/dist-custom-elements/duet-breadcrumbs.js +1 -1
- package/lib/dist-custom-elements/duet-button.js +1 -1
- package/lib/dist-custom-elements/duet-callout.js +7 -3
- package/lib/dist-custom-elements/duet-caption.js +1 -1
- package/lib/dist-custom-elements/duet-card.js +7 -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 +21 -16
- package/lib/dist-custom-elements/duet-choice-group.js +12 -8
- package/lib/dist-custom-elements/duet-choice.js +9 -5
- package/lib/dist-custom-elements/duet-collapsible.js +6 -2
- package/lib/dist-custom-elements/duet-combobox.js +2 -2
- package/lib/dist-custom-elements/duet-contact-card.js +12 -8
- package/lib/dist-custom-elements/duet-cookie-consent.js +10 -6
- package/lib/dist-custom-elements/duet-date-picker.js +16 -12
- package/lib/dist-custom-elements/duet-divider.js +1 -1
- package/lib/dist-custom-elements/duet-editable-table.js +11 -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 +8 -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 +12 -8
- package/lib/dist-custom-elements/duet-heading.js +1 -1
- package/lib/dist-custom-elements/duet-hero.js +14 -10
- 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 +6 -2
- package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +6 -2
- package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +6 -2
- package/lib/dist-custom-elements/duet-menu-bar-link.js +6 -2
- package/lib/dist-custom-elements/duet-menu-bar.js +4 -2
- package/lib/dist-custom-elements/duet-modal.js +10 -8
- package/lib/dist-custom-elements/duet-multiselect.js +14 -10
- package/lib/dist-custom-elements/duet-nav.js +1 -1
- package/lib/dist-custom-elements/duet-notification-drawer.js +8 -4
- package/lib/dist-custom-elements/duet-notification.js +6 -2
- package/lib/dist-custom-elements/duet-number-input.js +15 -11
- package/lib/dist-custom-elements/duet-page-heading.js +6 -2
- package/lib/dist-custom-elements/duet-pagination.js +15 -13
- package/lib/dist-custom-elements/duet-paragraph.js +1 -1
- package/lib/dist-custom-elements/duet-popup-menu-item.js +6 -2
- package/lib/dist-custom-elements/duet-popup-menu.js +4 -2
- package/lib/dist-custom-elements/duet-progress.js +1 -1
- package/lib/dist-custom-elements/duet-promo-card.js +7 -3
- package/lib/dist-custom-elements/duet-radio-group.js +12 -8
- package/lib/dist-custom-elements/duet-radio.js +1 -1
- package/lib/dist-custom-elements/duet-range-slider.js +6 -2
- package/lib/dist-custom-elements/duet-range-stepper.js +6 -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 +9 -5
- package/lib/dist-custom-elements/duet-slideout-lang.js +6 -2
- package/lib/dist-custom-elements/duet-slideout-link.js +6 -2
- package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +6 -2
- package/lib/dist-custom-elements/duet-slideout-panel.js +6 -2
- package/lib/dist-custom-elements/duet-slideout.js +33 -3
- 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 +8 -4
- package/lib/dist-custom-elements/duet-stepper.js +6 -2
- package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +6 -2
- package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +6 -2
- package/lib/dist-custom-elements/duet-submenu-bar-link.js +6 -2
- package/lib/dist-custom-elements/duet-submenu-bar.js +6 -2
- package/lib/dist-custom-elements/duet-tab-group.js +15 -13
- package/lib/dist-custom-elements/duet-tab.js +6 -1
- package/lib/dist-custom-elements/duet-table.js +1 -1
- package/lib/dist-custom-elements/duet-textarea.js +14 -10
- package/lib/dist-custom-elements/duet-toggle.js +6 -2
- package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +6 -2
- package/lib/dist-custom-elements/duet-toolbar-dropdown.js +6 -2
- package/lib/dist-custom-elements/duet-toolbar-link.js +6 -2
- package/lib/dist-custom-elements/duet-toolbar.js +1 -1
- package/lib/dist-custom-elements/duet-tooltip-button.js +1 -1
- 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 +7 -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 +22 -18
- 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-7cfffcaa.js → p-12a46182.js} +1 -1
- package/lib/dist-custom-elements/{p-7382fe25.js → p-1a8cb0ad.js} +1 -1
- package/lib/dist-custom-elements/{p-1b74fb07.js → p-1d90b10e.js} +1 -1
- package/lib/dist-custom-elements/{p-f389f1b2.js → p-21dd956e.js} +8 -3
- package/lib/dist-custom-elements/p-3ae39071.js +16 -0
- package/lib/dist-custom-elements/{p-43198798.js → p-479fa83d.js} +7 -3
- package/lib/dist-custom-elements/{p-5f2456ef.js → p-4d9d4c43.js} +10 -2
- package/lib/dist-custom-elements/{p-84ab3b95.js → p-53148470.js} +7 -2
- package/lib/dist-custom-elements/{p-4c347387.js → p-53fba128.js} +6 -1
- package/lib/dist-custom-elements/{p-33120def.js → p-67b279fa.js} +5 -1
- package/lib/dist-custom-elements/{p-0aba8228.js → p-6816fd1b.js} +8 -5
- package/lib/dist-custom-elements/{p-6867b3fe.js → p-6958bba3.js} +15 -10
- package/lib/dist-custom-elements/{p-2b7ac761.js → p-6a66573f.js} +8 -4
- package/lib/dist-custom-elements/{p-23e5fa7c.js → p-72c9e944.js} +6 -1
- package/lib/dist-custom-elements/{p-64bb8758.js → p-77c93063.js} +1 -1
- package/lib/dist-custom-elements/{p-dc75d108.js → p-7c6ee265.js} +8 -10
- package/lib/dist-custom-elements/{p-b09581ca.js → p-85087518.js} +6 -2
- package/lib/dist-custom-elements/{p-882ef6ce.js → p-87cf7266.js} +13 -11
- package/lib/dist-custom-elements/{p-dfcd1096.js → p-89dec98e.js} +6 -2
- package/lib/dist-custom-elements/{p-e681c310.js → p-954d4096.js} +12 -10
- package/lib/dist-custom-elements/{p-d7be7de5.js → p-99ec82e5.js} +5 -1
- package/lib/dist-custom-elements/{p-7394e25f.js → p-9c1b089a.js} +9 -12
- package/lib/dist-custom-elements/{p-07bc27ea.js → p-a5b5343b.js} +12 -8
- package/lib/dist-custom-elements/{p-baaf323b.js → p-ad704699.js} +20 -3
- package/lib/dist-custom-elements/{p-1b13f80e.js → p-c2533c03.js} +1 -1
- package/lib/dist-custom-elements/{p-cb99a590.js → p-cedaa97e.js} +1 -1
- package/lib/dist-custom-elements/{p-7fa28910.js → p-d6e49c93.js} +6 -2
- package/lib/dist-custom-elements/{p-cc5e0445.js → p-d8859df9.js} +1 -1
- package/lib/dist-custom-elements/{p-bb4a2438.js → p-d8c53f43.js} +1 -1
- package/lib/dist-custom-elements/{p-31b0690c.js → p-dd33aa4e.js} +1 -1
- package/lib/dist-custom-elements/{p-ed5d7c83.js → p-decdd69c.js} +5 -1
- package/lib/dist-custom-elements/{p-3186fb9f.js → p-e611a3df.js} +5 -1
- package/lib/dist-custom-elements/{p-12580504.js → p-e90b70ac.js} +1 -1
- package/lib/dist-custom-elements/{p-574d75b2.js → p-f7337164.js} +6 -1
- package/lib/dist-custom-elements/{p-80231805.js → p-fc3ae836.js} +1 -1
- package/lib/dist-custom-elements/{p-391dc2ef.js → p-fcc738df.js} +6 -1
- package/lib/duet/duet.esm.js +1 -1
- package/lib/duet/duet.js +1 -1
- package/lib/duet/p-00743d6c.system.entry.js +4 -0
- package/lib/duet/p-00a893c1.js +4 -0
- package/lib/duet/p-014edbda.system.entry.js +4 -0
- package/lib/duet/p-0414004a.entry.js +4 -0
- package/lib/duet/p-0762d0ce.system.entry.js +4 -0
- package/lib/duet/p-096d7724.entry.js +4 -0
- package/lib/duet/p-0b38374b.system.entry.js +4 -0
- package/lib/duet/p-0bb83776.system.entry.js +4 -0
- package/lib/duet/p-0c203d28.entry.js +4 -0
- package/lib/duet/p-0dfe14d3.entry.js +4 -0
- package/lib/duet/p-0ea3453c.system.entry.js +4 -0
- package/lib/duet/p-0f2664ed.entry.js +4 -0
- package/lib/duet/{p-0852e478.system.entry.js → p-15a77012.system.entry.js} +1 -1
- package/lib/duet/p-1853e4e5.system.entry.js +4 -0
- package/lib/duet/p-1c8634b1.entry.js +4 -0
- package/lib/duet/{p-9329be40.system.entry.js → p-1e3f0d63.system.entry.js} +1 -1
- package/lib/duet/p-1e709927.system.entry.js +4 -0
- package/lib/duet/p-1e88edec.entry.js +4 -0
- package/lib/duet/p-20767b15.system.entry.js +4 -0
- package/lib/duet/p-22acfa83.entry.js +4 -0
- package/lib/duet/p-24bc0b8c.entry.js +4 -0
- package/lib/duet/p-250745c0.system.entry.js +4 -0
- package/lib/duet/p-2556c6f0.system.entry.js +4 -0
- package/lib/duet/{p-c944d048.system.entry.js → p-285b2d7b.system.entry.js} +1 -1
- package/lib/duet/p-29a6d3b3.entry.js +4 -0
- package/lib/duet/p-2bec5be2.entry.js +4 -0
- package/lib/duet/p-2d7d1ff7.entry.js +4 -0
- package/lib/duet/p-2e54c1f8.system.entry.js +4 -0
- package/lib/duet/p-2e54c214.entry.js +4 -0
- package/lib/duet/p-3092d696.system.entry.js +4 -0
- package/lib/duet/p-30d1b2b5.entry.js +4 -0
- package/lib/duet/p-31d63beb.system.entry.js +4 -0
- package/lib/duet/p-3344fca3.entry.js +4 -0
- package/lib/duet/{p-3d89fa32.entry.js → p-34aa54e1.entry.js} +1 -1
- package/lib/duet/p-3538b0af.entry.js +4 -0
- package/lib/duet/{p-78b45ec6.system.entry.js → p-3768dda7.system.entry.js} +1 -1
- package/lib/duet/p-37ee4ceb.system.entry.js +4 -0
- package/lib/duet/p-3878572f.entry.js +4 -0
- package/lib/duet/p-39c72a24.system.entry.js +4 -0
- package/lib/duet/p-3a9779ee.entry.js +4 -0
- package/lib/duet/p-3ae39071.js +4 -0
- package/lib/duet/p-3b85f649.system.entry.js +4 -0
- package/lib/duet/p-3c2f1fd0.entry.js +4 -0
- package/lib/duet/p-42c64bb8.system.entry.js +4 -0
- package/lib/duet/{p-7a429565.system.entry.js → p-457ae87b.system.entry.js} +1 -1
- package/lib/duet/p-469892f4.system.entry.js +4 -0
- package/lib/duet/p-4903f5c4.system.entry.js +4 -0
- package/lib/duet/p-4b71c8e9.entry.js +4 -0
- package/lib/duet/p-4c04b1c6.entry.js +4 -0
- package/lib/duet/p-51328149.entry.js +4 -0
- package/lib/duet/p-529dc6fe.entry.js +4 -0
- package/lib/duet/p-54c07ffa.system.entry.js +4 -0
- package/lib/duet/p-5ab4d5d4.entry.js +4 -0
- package/lib/duet/p-5ac682b3.system.entry.js +4 -0
- package/lib/duet/p-5f2fc4bd.entry.js +4 -0
- package/lib/duet/{p-fa0d520a.system.entry.js → p-5f46f02e.system.entry.js} +1 -1
- package/lib/duet/p-5fb428c8.system.entry.js +4 -0
- package/lib/duet/p-60b4b7c1.system.js +4 -0
- package/lib/duet/p-64710156.entry.js +4 -0
- package/lib/duet/p-651d430e.system.entry.js +4 -0
- package/lib/duet/p-673a726a.entry.js +4 -0
- package/lib/duet/p-6b2c127a.entry.js +4 -0
- package/lib/duet/p-6d09651a.entry.js +4 -0
- package/lib/duet/p-6d620156.system.entry.js +4 -0
- package/lib/duet/p-6d71214f.entry.js +4 -0
- package/lib/duet/p-703c3662.system.entry.js +4 -0
- package/lib/duet/p-70c7a137.system.entry.js +4 -0
- package/lib/duet/p-729f35d8.system.entry.js +4 -0
- package/lib/duet/p-73242991.entry.js +4 -0
- package/lib/duet/{p-e8153582.js → p-733bb740.js} +1 -1
- package/lib/duet/p-737167be.system.js +4 -0
- package/lib/duet/p-73c9436a.entry.js +4 -0
- package/lib/duet/p-79266582.system.entry.js +4 -0
- package/lib/duet/p-792cbd42.system.entry.js +4 -0
- package/lib/duet/p-7966dc5b.system.entry.js +4 -0
- package/lib/duet/p-7a7da6cf.system.entry.js +4 -0
- package/lib/duet/p-7be35e53.system.entry.js +4 -0
- package/lib/duet/p-7ee29cc1.system.entry.js +4 -0
- package/lib/duet/{p-dd298295.system.entry.js → p-8156e5a5.system.entry.js} +1 -1
- package/lib/duet/p-8304e300.system.entry.js +4 -0
- package/lib/duet/p-84390ead.entry.js +4 -0
- package/lib/duet/{p-d09f834f.entry.js → p-84ebe175.entry.js} +1 -1
- package/lib/duet/p-85605193.system.entry.js +4 -0
- package/lib/duet/p-86b83b73.system.entry.js +4 -0
- package/lib/duet/p-88c01d1c.entry.js +4 -0
- package/lib/duet/{p-8ea61384.system.entry.js → p-8ac518e1.system.entry.js} +1 -1
- package/lib/duet/p-90f97748.entry.js +4 -0
- package/lib/duet/p-92c7c0ba.entry.js +4 -0
- package/lib/duet/p-9601bad5.entry.js +4 -0
- package/lib/duet/p-962a83ef.entry.js +4 -0
- package/lib/duet/{p-6cd9a2a7.entry.js → p-97076e02.entry.js} +1 -1
- package/lib/duet/p-9b992ce9.entry.js +4 -0
- package/lib/duet/p-9bdf6ce2.entry.js +4 -0
- package/lib/duet/p-9c1b089a.js +4 -0
- package/lib/duet/p-9c5860a3.entry.js +4 -0
- package/lib/duet/{p-1d345ae7.entry.js → p-9d317471.entry.js} +1 -1
- package/lib/duet/p-9f65b014.system.entry.js +4 -0
- package/lib/duet/p-9f975819.system.entry.js +4 -0
- package/lib/duet/{p-7b96058a.system.js → p-9f97eb07.system.js} +1 -1
- package/lib/duet/p-a095c36f.system.entry.js +4 -0
- package/lib/duet/p-a276bfbd.entry.js +4 -0
- package/lib/duet/p-a322b729.entry.js +4 -0
- package/lib/duet/p-a620d583.system.entry.js +4 -0
- package/lib/duet/p-a64cf9f8.system.entry.js +4 -0
- package/lib/duet/p-a6f6f073.system.entry.js +4 -0
- package/lib/duet/p-a7915b7d.entry.js +4 -0
- package/lib/duet/p-a922b309.system.entry.js +4 -0
- package/lib/duet/p-aa634481.entry.js +4 -0
- package/lib/duet/p-ab2d8091.entry.js +4 -0
- package/lib/duet/p-acb9ba1b.system.entry.js +4 -0
- package/lib/duet/p-acfae908.system.entry.js +4 -0
- package/lib/duet/p-ad70248d.entry.js +4 -0
- package/lib/duet/p-b3a1ea89.system.entry.js +4 -0
- package/lib/duet/p-b41ed3c4.entry.js +4 -0
- package/lib/duet/{p-c8cfeb6d.entry.js → p-b42b2676.entry.js} +1 -1
- package/lib/duet/p-b529eb0c.system.entry.js +4 -0
- package/lib/duet/p-b52f8ce1.entry.js +4 -0
- package/lib/duet/p-b6c212f5.system.entry.js +4 -0
- package/lib/duet/{p-24aa9591.system.entry.js → p-b6cf05c0.system.entry.js} +1 -1
- package/lib/duet/p-b6e50064.entry.js +4 -0
- package/lib/duet/p-baef301c.system.entry.js +4 -0
- package/lib/duet/{p-56970770.entry.js → p-bb5d22df.entry.js} +1 -1
- package/lib/duet/p-bc7c47f4.system.entry.js +4 -0
- package/lib/duet/p-bdb50607.system.entry.js +4 -0
- package/lib/duet/{p-54bf0354.entry.js → p-c135039c.entry.js} +1 -1
- package/lib/duet/p-c52e0917.entry.js +4 -0
- package/lib/duet/p-c655b7d1.system.entry.js +4 -0
- package/lib/duet/p-c8536d3f.entry.js +4 -0
- package/lib/duet/p-c8836a67.system.entry.js +4 -0
- package/lib/duet/p-ca112a3f.system.entry.js +4 -0
- package/lib/duet/p-cc48a8a0.system.entry.js +4 -0
- package/lib/duet/p-cfe09501.system.entry.js +4 -0
- package/lib/duet/p-d79fa6a4.system.entry.js +4 -0
- package/lib/duet/{p-1ee69ea1.system.entry.js → p-d86480ea.system.entry.js} +1 -1
- package/lib/duet/{p-667b24f7.entry.js → p-da7cc3d1.entry.js} +1 -1
- package/lib/duet/p-db2865b5.entry.js +4 -0
- package/lib/duet/p-dde971f6.system.entry.js +4 -0
- package/lib/duet/{p-228969f2.entry.js → p-e2daed97.entry.js} +1 -1
- package/lib/duet/p-e30d6bee.system.entry.js +4 -0
- package/lib/duet/p-e4fd145a.entry.js +4 -0
- package/lib/duet/p-e52631b1.entry.js +4 -0
- package/lib/duet/p-e58f4a37.entry.js +4 -0
- package/lib/duet/p-e62f72a3.entry.js +4 -0
- package/lib/duet/p-e96bed1e.system.entry.js +4 -0
- package/lib/duet/p-ea4f5d13.system.entry.js +4 -0
- package/lib/duet/p-ebf4a629.entry.js +4 -0
- package/lib/duet/p-edbc2774.entry.js +4 -0
- package/lib/duet/p-ee0ca0fd.entry.js +4 -0
- package/lib/duet/p-f30d3b09.system.entry.js +4 -0
- package/lib/duet/p-f5c2ccce.entry.js +4 -0
- package/lib/duet/p-f5e12c14.system.entry.js +4 -0
- package/lib/duet/p-f702fd53.entry.js +4 -0
- package/lib/duet/p-f7793f52.entry.js +4 -0
- package/lib/duet/{p-3da4bc97.system.entry.js → p-f9f1c707.system.entry.js} +1 -1
- package/lib/duet/p-fa5bcc42.system.js +4 -0
- package/lib/duet/{p-cbd6baf4.entry.js → p-fb238069.entry.js} +1 -1
- package/lib/duet/{p-02646df4.entry.js → p-fb7d7222.entry.js} +1 -1
- package/lib/duet/{p-4b2edf92.system.js → p-fc1fee5c.system.js} +1 -1
- package/lib/duet/p-fc26d56a.entry.js +4 -0
- package/lib/duet/p-fc6d2bf4.entry.js +4 -0
- package/lib/duet/p-ff9ef21e.system.entry.js +4 -0
- package/lib/esm/duet-action-button.entry.js +5 -1
- package/lib/esm/duet-alert.entry.js +4 -1
- package/lib/esm/duet-badge.entry.js +6 -1
- package/lib/esm/duet-banner.entry.js +5 -1
- package/lib/esm/duet-breadcrumb.entry.js +5 -1
- package/lib/esm/duet-breadcrumbs.entry.js +1 -1
- package/lib/esm/duet-button_2.entry.js +5 -1
- package/lib/esm/duet-callout.entry.js +5 -1
- package/lib/esm/duet-caption_4.entry.js +16 -1
- package/lib/esm/duet-card.entry.js +5 -1
- package/lib/esm/duet-checkbox.entry.js +5 -1
- package/lib/esm/duet-checkmark.entry.js +1 -1
- package/lib/esm/duet-chip.entry.js +18 -14
- package/lib/esm/duet-choice_2.entry.js +9 -2
- package/lib/esm/duet-collapsible.entry.js +5 -1
- package/lib/esm/duet-combobox.entry.js +1 -1
- package/lib/esm/duet-contact-card.entry.js +5 -1
- package/lib/esm/duet-cookie-consent.entry.js +5 -1
- package/lib/esm/duet-date-picker.entry.js +6 -2
- package/lib/esm/duet-divider_2.entry.js +1 -1
- package/lib/esm/duet-editable-table_3.entry.js +8 -1
- package/lib/esm/duet-empty-state.entry.js +6 -1
- package/lib/esm/duet-fieldset.entry.js +5 -1
- package/lib/esm/duet-footer.entry.js +5 -1
- package/lib/esm/duet-grid_2.entry.js +1 -1
- package/lib/esm/duet-header_2.entry.js +5 -1
- package/lib/esm/duet-hero.entry.js +6 -2
- package/lib/esm/duet-icon.entry.js +5 -1
- package/lib/esm/duet-input_2.entry.js +7 -1
- 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 +5 -1
- package/lib/esm/duet-menu-bar-dropdown-link.entry.js +5 -1
- package/lib/esm/duet-menu-bar-dropdown.entry.js +5 -1
- package/lib/esm/duet-menu-bar-link.entry.js +5 -1
- package/lib/esm/duet-menu-bar.entry.js +3 -1
- package/lib/esm/duet-modal.entry.js +5 -3
- package/lib/esm/duet-multiselect.entry.js +5 -1
- package/lib/esm/duet-nav.entry.js +1 -1
- package/lib/esm/duet-notification_2.entry.js +8 -1
- package/lib/esm/duet-number-input.entry.js +5 -1
- package/lib/esm/duet-page-heading.entry.js +5 -1
- package/lib/esm/duet-pagination_2.entry.js +4 -1
- package/lib/esm/duet-popup-menu-item.entry.js +5 -1
- package/lib/esm/duet-popup-menu.entry.js +4 -2
- package/lib/esm/duet-progress.entry.js +5 -1
- package/lib/esm/duet-promo-card.entry.js +5 -1
- package/lib/esm/duet-radio_2.entry.js +5 -1
- package/lib/esm/duet-range-slider.entry.js +5 -1
- package/lib/esm/duet-scrollable_3.entry.js +14 -7
- package/lib/esm/duet-section-layout.entry.js +1 -1
- package/lib/esm/duet-select.entry.js +5 -1
- package/lib/esm/duet-shaped-image.entry.js +1 -1
- package/lib/esm/duet-show-more.entry.js +5 -1
- package/lib/esm/duet-slideout-lang.entry.js +5 -1
- package/lib/esm/duet-slideout-link.entry.js +5 -1
- package/lib/esm/duet-slideout-panel-dropdown.entry.js +5 -1
- package/lib/esm/duet-slideout-panel.entry.js +6 -2
- package/lib/esm/duet-slideout.entry.js +32 -3
- package/lib/esm/duet-step_2.entry.js +8 -1
- package/lib/esm/duet-submenu-bar-dropdown-link.entry.js +5 -1
- package/lib/esm/duet-submenu-bar-dropdown.entry.js +5 -1
- package/lib/esm/duet-submenu-bar-link.entry.js +5 -1
- package/lib/esm/duet-submenu-bar.entry.js +5 -1
- package/lib/esm/duet-textarea.entry.js +5 -1
- package/lib/esm/duet-toggle.entry.js +5 -1
- package/lib/esm/duet-toolbar-dropdown-link.entry.js +5 -1
- package/lib/esm/duet-toolbar-dropdown.entry.js +5 -1
- package/lib/esm/duet-toolbar-link.entry.js +5 -1
- package/lib/esm/duet-toolbar.entry.js +1 -1
- package/lib/esm/duet-tooltip-button_2.entry.js +22 -2
- package/lib/esm/duet-tooltip.entry.js +4 -6
- package/lib/esm/duet-tray.entry.js +5 -1
- package/lib/esm/duet-upload-aria-status.entry.js +9 -1
- package/lib/esm/duet-upload-item.entry.js +6 -1
- package/lib/esm/duet-visually-hidden.entry.js +6 -1
- package/lib/esm/duet.js +3 -3
- package/lib/esm/{focus-utils-9d791cc9.js → focus-utils-8fc4feb5.js} +1 -1
- package/lib/esm/{index-4e67e7db.js → index-b1b085ac.js} +1 -1
- package/lib/esm/loader.js +3 -3
- package/lib/esm/nudge-a828c525.js +16 -0
- package/lib/esm/{teleport-6b18ccae.js → teleport-467626fe.js} +9 -12
- 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 +1 -1
- 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 +2 -2
- 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 +1 -1
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +1 -1
- 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-8fc4feb5.js +4 -0
- package/lib/esm-es5/{index-4e67e7db.js → index-b1b085ac.js} +1 -1
- package/lib/esm-es5/loader.js +1 -1
- package/lib/esm-es5/nudge-a828c525.js +4 -0
- package/lib/esm-es5/teleport-467626fe.js +4 -0
- package/lib/types/components/duet-action-button/duet-action-button.d.ts +1 -0
- package/lib/types/components/duet-alert/duet-alert.d.ts +1 -0
- package/lib/types/components/duet-badge/duet-badge.d.ts +2 -0
- package/lib/types/components/duet-banner/duet-banner.d.ts +1 -0
- package/lib/types/components/duet-breadcrumbs/duet-breadcrumb.d.ts +1 -0
- package/lib/types/components/duet-button/duet-button.d.ts +1 -0
- package/lib/types/components/duet-callout/duet-callout.d.ts +1 -0
- package/lib/types/components/duet-caption/duet-caption.d.ts +2 -0
- package/lib/types/components/duet-card/duet-card.d.ts +1 -0
- package/lib/types/components/duet-checkbox/duet-checkbox.d.ts +1 -0
- package/lib/types/components/duet-chip/duet-chip.d.ts +6 -1
- package/lib/types/components/duet-choice/duet-choice.d.ts +1 -0
- package/lib/types/components/duet-choice-group/duet-choice-group.d.ts +1 -0
- package/lib/types/components/duet-collapsible/duet-collapsible.d.ts +1 -0
- package/lib/types/components/duet-contact-card/duet-contact-card.d.ts +1 -0
- package/lib/types/components/duet-cookie-consent/duet-cookie-consent.d.ts +1 -0
- package/lib/types/components/duet-date-picker/duet-date-picker.d.ts +1 -0
- package/lib/types/components/duet-editable-table/duet-editable-table.d.ts +1 -0
- package/lib/types/components/duet-empty-state/duet-empty-state.d.ts +2 -0
- package/lib/types/components/duet-fieldset/duet-fieldset.d.ts +1 -0
- package/lib/types/components/duet-footer/duet-footer.d.ts +1 -0
- package/lib/types/components/duet-header/duet-header.d.ts +1 -0
- package/lib/types/components/duet-heading/duet-heading.d.ts +1 -0
- package/lib/types/components/duet-hero/duet-hero.d.ts +1 -0
- package/lib/types/components/duet-icon/duet-icon.d.ts +1 -0
- package/lib/types/components/duet-label/duet-label.d.ts +2 -0
- package/lib/types/components/duet-link/duet-link.d.ts +2 -0
- package/lib/types/components/duet-menu-bar-button/duet-menu-bar-button.d.ts +1 -0
- package/lib/types/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.d.ts +1 -0
- package/lib/types/components/duet-menu-bar-dropdown-link/duet-menu-bar-dropdown-link.d.ts +1 -0
- package/lib/types/components/duet-menu-bar-link/duet-menu-bar-link.d.ts +1 -0
- package/lib/types/components/duet-modal/duet-modal.d.ts +1 -1
- package/lib/types/components/duet-multiselect/duet-multiselect.d.ts +1 -0
- package/lib/types/components/duet-notification/duet-notification.d.ts +1 -0
- package/lib/types/components/duet-notification-drawer/duet-notification-drawer.d.ts +1 -0
- package/lib/types/components/duet-number-input/duet-number-input.d.ts +1 -0
- package/lib/types/components/duet-page-heading/duet-page-heading.d.ts +1 -0
- package/lib/types/components/duet-paragraph/duet-paragraph.d.ts +1 -0
- package/lib/types/components/duet-popup-menu-item/duet-popup-menu-item.d.ts +1 -0
- package/lib/types/components/duet-progress/duet-progress.d.ts +1 -0
- package/lib/types/components/duet-promo-card/duet-promo-card.d.ts +1 -0
- package/lib/types/components/duet-radio-group/duet-radio-group.d.ts +1 -0
- package/lib/types/components/duet-range-slider/duet-range-slider.d.ts +1 -0
- package/lib/types/components/duet-scrollable/duet-scrollable.d.ts +1 -1
- package/lib/types/components/duet-select/duet-select.d.ts +1 -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 +5 -0
- package/lib/types/components/duet-slideout-lang/duet-slideout-lang.d.ts +1 -0
- package/lib/types/components/duet-slideout-link/duet-slideout-link.d.ts +1 -0
- package/lib/types/components/duet-slideout-panel/duet-slideout-panel.d.ts +1 -0
- package/lib/types/components/duet-slideout-panel-dropdown/duet-slideout-panel-dropdown.d.ts +1 -0
- package/lib/types/components/duet-step/duet-step.d.ts +1 -0
- package/lib/types/components/duet-stepper/duet-stepper.d.ts +1 -0
- package/lib/types/components/duet-submenu-bar/duet-submenu-bar.d.ts +1 -0
- package/lib/types/components/duet-submenu-bar-dropdown/duet-submenu-bar-dropdown.d.ts +1 -0
- package/lib/types/components/duet-submenu-bar-dropdown-link/duet-submenu-bar-dropdown-link.d.ts +1 -0
- package/lib/types/components/duet-submenu-bar-link/duet-submenu-bar-link.d.ts +1 -0
- package/lib/types/components/duet-tab/duet-tab.d.ts +2 -0
- package/lib/types/components/duet-textarea/duet-textarea.d.ts +1 -0
- package/lib/types/components/duet-toggle/duet-toggle.d.ts +1 -0
- package/lib/types/components/duet-toolbar-dropdown/duet-toolbar-dropdown.d.ts +1 -0
- package/lib/types/components/duet-toolbar-dropdown-link/duet-toolbar-dropdown-link.d.ts +1 -0
- package/lib/types/components/duet-toolbar-link/duet-toolbar-link.d.ts +1 -0
- package/lib/types/components/duet-tooltip/duet-tooltip-button.d.ts +1 -0
- package/lib/types/components/duet-tooltip/duet-tooltip-popup.d.ts +3 -0
- package/lib/types/components/duet-tooltip/duet-tooltip.d.ts +0 -1
- package/lib/types/components/duet-tray/duet-tray.d.ts +1 -0
- package/lib/types/components/duet-upload/duet-upload.d.ts +1 -0
- package/lib/types/components/duet-upload-aria-status/duet-upload-aria-status.d.ts +5 -0
- package/lib/types/components/duet-upload-item/duet-upload-item.d.ts +2 -0
- package/lib/types/components/duet-visually-hidden/duet-visually-hidden.d.ts +2 -0
- package/lib/types/components.d.ts +8 -0
- package/lib/types/utils/nudge.d.ts +7 -0
- package/lib/types/utils/teleport.d.ts +0 -2
- package/package.json +5 -5
- package/lib/duet/p-029be4ef.entry.js +0 -4
- package/lib/duet/p-0481ad6a.system.entry.js +0 -4
- package/lib/duet/p-056c8418.system.entry.js +0 -4
- package/lib/duet/p-0768183c.entry.js +0 -4
- package/lib/duet/p-0bafe70f.system.entry.js +0 -4
- package/lib/duet/p-0f19fb78.js +0 -4
- package/lib/duet/p-0f3ac34b.entry.js +0 -4
- package/lib/duet/p-11f73648.entry.js +0 -4
- package/lib/duet/p-1598bff0.system.entry.js +0 -4
- package/lib/duet/p-1773eef1.entry.js +0 -4
- package/lib/duet/p-1a84a12e.system.entry.js +0 -4
- package/lib/duet/p-1ae4025b.system.entry.js +0 -4
- package/lib/duet/p-1c4188fa.system.entry.js +0 -4
- package/lib/duet/p-1efda4c7.entry.js +0 -4
- package/lib/duet/p-1fd95298.system.entry.js +0 -4
- package/lib/duet/p-2175ed21.system.entry.js +0 -4
- package/lib/duet/p-25b55443.entry.js +0 -4
- package/lib/duet/p-26117eaf.system.entry.js +0 -4
- package/lib/duet/p-272d5428.system.entry.js +0 -4
- package/lib/duet/p-2abbdacf.entry.js +0 -4
- package/lib/duet/p-2bf922c1.system.js +0 -4
- package/lib/duet/p-2c9669e1.entry.js +0 -4
- package/lib/duet/p-2d5cc2e2.entry.js +0 -4
- package/lib/duet/p-2e3f5a08.system.entry.js +0 -4
- package/lib/duet/p-3078ef63.entry.js +0 -4
- package/lib/duet/p-32b89b56.system.entry.js +0 -4
- package/lib/duet/p-3521d168.system.entry.js +0 -4
- package/lib/duet/p-35648f8f.system.entry.js +0 -4
- package/lib/duet/p-3aed6255.system.entry.js +0 -4
- package/lib/duet/p-3fcc633b.entry.js +0 -4
- package/lib/duet/p-421c1632.entry.js +0 -4
- package/lib/duet/p-4362ce6c.system.entry.js +0 -4
- package/lib/duet/p-4418898f.system.entry.js +0 -4
- package/lib/duet/p-4733ad1d.system.entry.js +0 -4
- package/lib/duet/p-4742f8de.system.entry.js +0 -4
- package/lib/duet/p-4a9dcfad.entry.js +0 -4
- package/lib/duet/p-4aa7baaf.entry.js +0 -4
- package/lib/duet/p-4b71addd.system.entry.js +0 -4
- package/lib/duet/p-4b89c97b.entry.js +0 -4
- package/lib/duet/p-4e835302.system.entry.js +0 -4
- package/lib/duet/p-4ea0128e.system.entry.js +0 -4
- package/lib/duet/p-58622e2e.entry.js +0 -4
- package/lib/duet/p-5a48a309.system.entry.js +0 -4
- package/lib/duet/p-5ac22332.entry.js +0 -4
- package/lib/duet/p-5b418dbb.entry.js +0 -4
- package/lib/duet/p-5ba09f38.entry.js +0 -4
- package/lib/duet/p-5ef641ff.system.entry.js +0 -4
- package/lib/duet/p-6255710e.entry.js +0 -4
- package/lib/duet/p-64164662.entry.js +0 -4
- package/lib/duet/p-64e6988d.system.entry.js +0 -4
- package/lib/duet/p-668573a9.system.entry.js +0 -4
- package/lib/duet/p-669ac83a.entry.js +0 -4
- package/lib/duet/p-671d3a25.entry.js +0 -4
- package/lib/duet/p-6a8943bb.system.entry.js +0 -4
- package/lib/duet/p-6b8da313.system.entry.js +0 -4
- package/lib/duet/p-6e939587.system.entry.js +0 -4
- package/lib/duet/p-70c50e9c.entry.js +0 -4
- package/lib/duet/p-712c2eb8.system.js +0 -4
- package/lib/duet/p-72bf6e7c.entry.js +0 -4
- package/lib/duet/p-72c9518b.system.entry.js +0 -4
- package/lib/duet/p-737b7907.entry.js +0 -4
- package/lib/duet/p-7394e25f.js +0 -4
- package/lib/duet/p-75b83038.entry.js +0 -4
- package/lib/duet/p-7725c6ba.entry.js +0 -4
- package/lib/duet/p-77788ca3.system.entry.js +0 -4
- package/lib/duet/p-79195de4.system.entry.js +0 -4
- package/lib/duet/p-7d893e0e.system.entry.js +0 -4
- package/lib/duet/p-7fe774c3.system.entry.js +0 -4
- package/lib/duet/p-81d26fa7.entry.js +0 -4
- package/lib/duet/p-83b14d8d.system.entry.js +0 -4
- package/lib/duet/p-84029a06.entry.js +0 -4
- package/lib/duet/p-85b087f9.system.entry.js +0 -4
- package/lib/duet/p-881d6701.entry.js +0 -4
- package/lib/duet/p-88b9b08d.system.entry.js +0 -4
- package/lib/duet/p-8de878be.entry.js +0 -4
- package/lib/duet/p-8f61a9c0.entry.js +0 -4
- package/lib/duet/p-959d9711.entry.js +0 -4
- package/lib/duet/p-963a1f88.entry.js +0 -4
- package/lib/duet/p-978a8de4.entry.js +0 -4
- package/lib/duet/p-978c4aad.system.entry.js +0 -4
- package/lib/duet/p-9a48d06b.system.entry.js +0 -4
- package/lib/duet/p-9a9721ba.entry.js +0 -4
- package/lib/duet/p-9c5609e2.entry.js +0 -4
- package/lib/duet/p-9ce3d583.system.entry.js +0 -4
- package/lib/duet/p-9f1e6875.entry.js +0 -4
- package/lib/duet/p-a274d41f.system.entry.js +0 -4
- package/lib/duet/p-a5468bb1.system.entry.js +0 -4
- package/lib/duet/p-a6f53f4c.entry.js +0 -4
- package/lib/duet/p-aab07b21.system.entry.js +0 -4
- package/lib/duet/p-ad15eb07.system.entry.js +0 -4
- package/lib/duet/p-ad2e5ca1.system.entry.js +0 -4
- package/lib/duet/p-afb4e9a2.entry.js +0 -4
- package/lib/duet/p-b36de54a.entry.js +0 -4
- package/lib/duet/p-b5f4b891.entry.js +0 -4
- package/lib/duet/p-b61e227e.entry.js +0 -4
- package/lib/duet/p-b61e487c.system.entry.js +0 -4
- package/lib/duet/p-b7046095.entry.js +0 -4
- package/lib/duet/p-b99515a3.entry.js +0 -4
- package/lib/duet/p-ba932347.entry.js +0 -4
- package/lib/duet/p-bbbc3c68.system.entry.js +0 -4
- package/lib/duet/p-c00aa8e3.entry.js +0 -4
- package/lib/duet/p-c0d97cd4.entry.js +0 -4
- package/lib/duet/p-c0ec6576.entry.js +0 -4
- package/lib/duet/p-c28932f1.system.entry.js +0 -4
- package/lib/duet/p-c5ec657f.entry.js +0 -4
- package/lib/duet/p-c79008b6.system.entry.js +0 -4
- package/lib/duet/p-c7e98b4d.entry.js +0 -4
- package/lib/duet/p-c95084b4.system.entry.js +0 -4
- package/lib/duet/p-c9d20740.system.entry.js +0 -4
- package/lib/duet/p-cbd12d28.system.entry.js +0 -4
- package/lib/duet/p-cdfb3f0d.entry.js +0 -4
- package/lib/duet/p-ce25e402.system.entry.js +0 -4
- package/lib/duet/p-d4903d4e.system.entry.js +0 -4
- package/lib/duet/p-d5857745.entry.js +0 -4
- package/lib/duet/p-dbe1972d.entry.js +0 -4
- package/lib/duet/p-dc2ad84b.system.entry.js +0 -4
- package/lib/duet/p-dd835e61.system.entry.js +0 -4
- package/lib/duet/p-e08b30ff.system.entry.js +0 -4
- package/lib/duet/p-e0e0599e.entry.js +0 -4
- package/lib/duet/p-e1edc035.entry.js +0 -4
- package/lib/duet/p-e64b7188.entry.js +0 -4
- package/lib/duet/p-e837f021.system.entry.js +0 -4
- package/lib/duet/p-ea0abeb5.entry.js +0 -4
- package/lib/duet/p-ea0d1d98.entry.js +0 -4
- package/lib/duet/p-edddc79c.system.entry.js +0 -4
- package/lib/duet/p-ee89748e.system.entry.js +0 -4
- package/lib/duet/p-f19049b2.system.entry.js +0 -4
- package/lib/duet/p-f4101fbc.system.entry.js +0 -4
- package/lib/duet/p-f932476c.system.entry.js +0 -4
- package/lib/duet/p-f9e9a5d2.entry.js +0 -4
- package/lib/duet/p-fba56b19.entry.js +0 -4
- package/lib/duet/p-fbea12f3.system.entry.js +0 -4
- package/lib/duet/p-fbff318d.entry.js +0 -4
- package/lib/duet/p-fd26a2f4.entry.js +0 -4
- package/lib/esm-es5/focus-utils-9d791cc9.js +0 -4
- package/lib/esm-es5/teleport-6b18ccae.js +0 -4
|
@@ -6,6 +6,7 @@ import { inheritGlobalTheme } from "../../common";
|
|
|
6
6
|
import { createID } from "../../utils/create-id";
|
|
7
7
|
import { isArrowDownKey, isArrowLeftKey, isArrowRightKey, isArrowUpKey } from "../../utils/keyboard-utils";
|
|
8
8
|
import { getLanguage, getLocaleString } from "../../utils/language-utils";
|
|
9
|
+
import { nudge } from "../../utils/nudge";
|
|
9
10
|
/**
|
|
10
11
|
* @part ${identifier}-button - piercing selector for styling tab buttons
|
|
11
12
|
* @part ${identifier}-button--selected - piercing selector for styling selected tab button
|
|
@@ -118,6 +119,7 @@ export class DuetTabGroup {
|
|
|
118
119
|
}
|
|
119
120
|
componentDidLoad() {
|
|
120
121
|
this.scrollToActive();
|
|
122
|
+
nudge(this);
|
|
121
123
|
}
|
|
122
124
|
/**
|
|
123
125
|
* This method allows you to open any of the tabs by calling the method and
|
|
@@ -5,6 +5,7 @@ import { h, Host, } from "@stencil/core";
|
|
|
5
5
|
import { inheritGlobalTheme } from "../../common";
|
|
6
6
|
import { createID } from "../../utils/create-id";
|
|
7
7
|
import { cleanValue } from "../../utils/input-utils";
|
|
8
|
+
import { nudge } from "../../utils/nudge";
|
|
8
9
|
const CharacterCount = ({ value, maxlength, label, theme }) => {
|
|
9
10
|
if (maxlength == null) {
|
|
10
11
|
return;
|
|
@@ -134,6 +135,9 @@ export class DuetTextarea {
|
|
|
134
135
|
console.warn("[DUET WARNING]: counter requires counter-label to be set");
|
|
135
136
|
}
|
|
136
137
|
}
|
|
138
|
+
componentDidLoad() {
|
|
139
|
+
nudge(this);
|
|
140
|
+
}
|
|
137
141
|
/**
|
|
138
142
|
* Sets focus on the specified `duet-textarea`. Use this method instead of the global
|
|
139
143
|
* `textarea.focus()`.
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
import { h, Host } from "@stencil/core";
|
|
5
5
|
import { inheritGlobalTheme } from "../../common";
|
|
6
6
|
import { createID } from "../../utils/create-id";
|
|
7
|
+
import { nudge } from "../../utils/nudge";
|
|
7
8
|
export class DuetToggle {
|
|
8
9
|
constructor() {
|
|
9
10
|
/**
|
|
@@ -53,6 +54,9 @@ export class DuetToggle {
|
|
|
53
54
|
this.value = this.identifier;
|
|
54
55
|
}
|
|
55
56
|
}
|
|
57
|
+
componentDidLoad() {
|
|
58
|
+
nudge(this);
|
|
59
|
+
}
|
|
56
60
|
/**
|
|
57
61
|
* Sets focus on the specified `duet-toggle`. Use this method instead of the global
|
|
58
62
|
* `input.focus()`.
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
import { h, Host } from "@stencil/core";
|
|
5
5
|
import { inheritGlobalTheme } from "../../common/themeable-component";
|
|
6
6
|
import { isEscapeKey } from "../../utils/keyboard-utils";
|
|
7
|
+
import { nudge } from "../../utils/nudge";
|
|
7
8
|
export class DuetToolbarDropdown {
|
|
8
9
|
constructor() {
|
|
9
10
|
this.onClick = () => {
|
|
@@ -27,6 +28,9 @@ export class DuetToolbarDropdown {
|
|
|
27
28
|
componentWillLoad() {
|
|
28
29
|
inheritGlobalTheme(this);
|
|
29
30
|
}
|
|
31
|
+
componentDidLoad() {
|
|
32
|
+
nudge(this);
|
|
33
|
+
}
|
|
30
34
|
handleEscape(e) {
|
|
31
35
|
if (isEscapeKey(e)) {
|
|
32
36
|
this.open = false;
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
import { h, Host } from "@stencil/core";
|
|
5
5
|
import { inheritGlobalTheme } from "../../common/themeable-component";
|
|
6
6
|
import { isEscapeKey } from "../../utils/keyboard-utils";
|
|
7
|
+
import { nudge } from "../../utils/nudge";
|
|
7
8
|
export class DuetToolbarDropdownLink {
|
|
8
9
|
constructor() {
|
|
9
10
|
this.accessibleLabel = undefined;
|
|
@@ -19,6 +20,9 @@ export class DuetToolbarDropdownLink {
|
|
|
19
20
|
componentWillLoad() {
|
|
20
21
|
inheritGlobalTheme(this);
|
|
21
22
|
}
|
|
23
|
+
componentDidLoad() {
|
|
24
|
+
nudge(this);
|
|
25
|
+
}
|
|
22
26
|
handleEscape(e) {
|
|
23
27
|
if (isEscapeKey(e)) {
|
|
24
28
|
const dropdown = this.element.closest("duet-toolbar-dropdown");
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import { h, Host } from "@stencil/core";
|
|
5
5
|
import { inheritGlobalTheme } from "../../common/themeable-component";
|
|
6
|
+
import { nudge } from "../../utils/nudge";
|
|
6
7
|
export class DuetToolbarLink {
|
|
7
8
|
constructor() {
|
|
8
9
|
this.theme = "";
|
|
@@ -17,6 +18,9 @@ export class DuetToolbarLink {
|
|
|
17
18
|
componentWillLoad() {
|
|
18
19
|
inheritGlobalTheme(this);
|
|
19
20
|
}
|
|
21
|
+
componentDidLoad() {
|
|
22
|
+
nudge(this);
|
|
23
|
+
}
|
|
20
24
|
/**
|
|
21
25
|
* render() function
|
|
22
26
|
* Always the last one in the class.
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import { h, Host } from "@stencil/core";
|
|
5
5
|
import { inheritGlobalTheme } from "../../common";
|
|
6
|
+
import { nudge } from "../../utils/nudge";
|
|
6
7
|
/**
|
|
7
8
|
* @internal
|
|
8
9
|
* This component is solely for internal use by duet-tooltip.
|
|
@@ -21,6 +22,9 @@ export class DuetTooltipButton {
|
|
|
21
22
|
componentWillLoad() {
|
|
22
23
|
inheritGlobalTheme(this);
|
|
23
24
|
}
|
|
25
|
+
componentDidLoad() {
|
|
26
|
+
nudge(this);
|
|
27
|
+
}
|
|
24
28
|
async setFocus(options) {
|
|
25
29
|
if (this.buttonElement) {
|
|
26
30
|
this.buttonElement.focus(options);
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
import { h, Host } from "@stencil/core";
|
|
5
5
|
import { inheritGlobalTheme } from "../../common";
|
|
6
6
|
import { FocusGuard } from "../../utils/focus-utils";
|
|
7
|
+
import { nudge } from "../../utils/nudge";
|
|
8
|
+
import { Teleport } from "../../utils/teleport";
|
|
7
9
|
/**
|
|
8
10
|
* @internal
|
|
9
11
|
* This component is solely for internal use by duet-tooltip.
|
|
@@ -20,11 +22,23 @@ export class DuetTooltipPopup {
|
|
|
20
22
|
this.placement = undefined;
|
|
21
23
|
this.accessibleCloseLabel = undefined;
|
|
22
24
|
}
|
|
25
|
+
handleActiveChange() {
|
|
26
|
+
if (this.active) {
|
|
27
|
+
this.teleport.go();
|
|
28
|
+
}
|
|
29
|
+
else {
|
|
30
|
+
this.teleport.resume(200);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
23
33
|
/**
|
|
24
34
|
* Component lifecycle events.
|
|
25
35
|
*/
|
|
26
36
|
componentWillLoad() {
|
|
27
37
|
inheritGlobalTheme(this);
|
|
38
|
+
this.teleport = new Teleport(this.element);
|
|
39
|
+
}
|
|
40
|
+
componentDidLoad() {
|
|
41
|
+
nudge(this);
|
|
28
42
|
}
|
|
29
43
|
async getArrowElement() {
|
|
30
44
|
return this.arrowEl;
|
|
@@ -245,4 +259,10 @@ export class DuetTooltipPopup {
|
|
|
245
259
|
};
|
|
246
260
|
}
|
|
247
261
|
static get elementRef() { return "element"; }
|
|
262
|
+
static get watchers() {
|
|
263
|
+
return [{
|
|
264
|
+
"propName": "active",
|
|
265
|
+
"methodName": "handleActiveChange"
|
|
266
|
+
}];
|
|
267
|
+
}
|
|
248
268
|
}
|
|
@@ -8,7 +8,7 @@ import { inheritGlobalTheme } from "../../common";
|
|
|
8
8
|
import { createID } from "../../utils/create-id";
|
|
9
9
|
import { isEscapeKey } from "../../utils/keyboard-utils";
|
|
10
10
|
import { connectLanguageChangeObserver, disconnectLanguageChangeObserver, getLanguage, getLocaleString, } from "../../utils/language-utils";
|
|
11
|
-
import {
|
|
11
|
+
import { nudge } from "../../utils/nudge";
|
|
12
12
|
export class DuetTooltip {
|
|
13
13
|
constructor() {
|
|
14
14
|
/**
|
|
@@ -25,7 +25,6 @@ export class DuetTooltip {
|
|
|
25
25
|
this.openTooltip = () => {
|
|
26
26
|
this.active = true;
|
|
27
27
|
this.focusTarget = "tooltip";
|
|
28
|
-
this.teleport.go();
|
|
29
28
|
};
|
|
30
29
|
this.closeTooltip = (moveFocusToButton = false) => {
|
|
31
30
|
this.active = false;
|
|
@@ -33,7 +32,6 @@ export class DuetTooltip {
|
|
|
33
32
|
this.focusTarget = "trigger";
|
|
34
33
|
}
|
|
35
34
|
setTimeout(() => {
|
|
36
|
-
this.teleport.resume();
|
|
37
35
|
this.updatePlacement();
|
|
38
36
|
}, 200);
|
|
39
37
|
};
|
|
@@ -102,7 +100,6 @@ export class DuetTooltip {
|
|
|
102
100
|
async componentDidLoad() {
|
|
103
101
|
this.arrowEl = await this.popupElement.getArrowElement();
|
|
104
102
|
this.contentEl = await this.popupElement.getContentElement();
|
|
105
|
-
this.teleport = new Teleport(this.popupElement);
|
|
106
103
|
if (!Build.isServer) {
|
|
107
104
|
this.updatePlacement();
|
|
108
105
|
}
|
|
@@ -111,6 +108,7 @@ export class DuetTooltip {
|
|
|
111
108
|
}
|
|
112
109
|
this.intersectionObserver = new IntersectionObserver(this.updatePlacement, { root: document.body });
|
|
113
110
|
this.intersectionObserver.observe(this.element);
|
|
111
|
+
nudge(this);
|
|
114
112
|
}
|
|
115
113
|
componentDidUpdate() {
|
|
116
114
|
switch (this.focusTarget) {
|
|
@@ -173,7 +171,7 @@ export class DuetTooltip {
|
|
|
173
171
|
}
|
|
174
172
|
async handleActiveChange(newActiveValue) {
|
|
175
173
|
if (newActiveValue) {
|
|
176
|
-
this.updatePlacement();
|
|
174
|
+
setTimeout(() => this.updatePlacement(), 10);
|
|
177
175
|
}
|
|
178
176
|
else {
|
|
179
177
|
setTimeout(() => this.updatePlacement(), 300);
|
|
@@ -6,6 +6,7 @@ import { Fragment, h } from "@stencil/core";
|
|
|
6
6
|
import { inheritGlobalTheme } from "../../common/themeable-component";
|
|
7
7
|
import { createID } from "../../utils/create-id";
|
|
8
8
|
import { connectLanguageChangeObserver, disconnectLanguageChangeObserver, getLanguage, getLocaleString, } from "../../utils/language-utils";
|
|
9
|
+
import { nudge } from "../../utils/nudge";
|
|
9
10
|
const topOffset = parseFloat(sizeHeader) * 2 * 16; // convert rem -> px
|
|
10
11
|
/**
|
|
11
12
|
* @slot unnamed default slot - The component’s primary content. All child nodes that do not have a slot attribute defined are inserted into this primary slot.
|
|
@@ -56,6 +57,9 @@ export class DuetTray {
|
|
|
56
57
|
inheritGlobalTheme(this);
|
|
57
58
|
this.hasAdditionalContent = !!this.element.querySelector("[slot='additional']");
|
|
58
59
|
}
|
|
60
|
+
componentDidLoad() {
|
|
61
|
+
nudge(this);
|
|
62
|
+
}
|
|
59
63
|
connectedCallback() {
|
|
60
64
|
connectLanguageChangeObserver(this, [
|
|
61
65
|
{ prop: "accessibleOpenLabel", defaults: "accessibleOpenLabelDefaults" },
|
|
@@ -6,6 +6,7 @@ import { inheritGlobalTheme } from "../../common";
|
|
|
6
6
|
import { createID } from "../../utils/create-id";
|
|
7
7
|
import { debounce } from "../../utils/js-utils";
|
|
8
8
|
import { getLocaleString, sanitizeString } from "../../utils/language-utils";
|
|
9
|
+
import { nudge } from "../../utils/nudge";
|
|
9
10
|
import errorCodes from "./errorcodes.json";
|
|
10
11
|
import { getI18nError } from "./errorcodes.utils";
|
|
11
12
|
import { UploadItemHeader } from "./upload-item-header";
|
|
@@ -664,6 +665,9 @@ export class DuetUpload {
|
|
|
664
665
|
this.onReady();
|
|
665
666
|
this.externalUploadButton = document.querySelector(`#${this.externalUploadButtonId}`);
|
|
666
667
|
}
|
|
668
|
+
componentDidLoad() {
|
|
669
|
+
nudge(this);
|
|
670
|
+
}
|
|
667
671
|
componentWillRender() {
|
|
668
672
|
// listen to the events from the component
|
|
669
673
|
this.verifyValidity();
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
4
|
import { h, Host } from "@stencil/core";
|
|
5
|
+
import { nudge } from "../../utils/nudge";
|
|
5
6
|
export class DuetUploadAriaStatus {
|
|
6
7
|
constructor() {
|
|
7
8
|
/**
|
|
@@ -55,6 +56,12 @@ export class DuetUploadAriaStatus {
|
|
|
55
56
|
this.getStatusMessage();
|
|
56
57
|
}
|
|
57
58
|
}
|
|
59
|
+
/**
|
|
60
|
+
* Component lifecycle events.
|
|
61
|
+
*/
|
|
62
|
+
componentDidLoad() {
|
|
63
|
+
nudge(this);
|
|
64
|
+
}
|
|
58
65
|
/**
|
|
59
66
|
* render() function
|
|
60
67
|
* Always the last one in the class.
|
|
@@ -184,6 +191,7 @@ export class DuetUploadAriaStatus {
|
|
|
184
191
|
"statusMessage": {}
|
|
185
192
|
};
|
|
186
193
|
}
|
|
194
|
+
static get elementRef() { return "element"; }
|
|
187
195
|
static get watchers() {
|
|
188
196
|
return [{
|
|
189
197
|
"propName": "valid",
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
import { h } from "@stencil/core";
|
|
5
5
|
import { inheritGlobalTheme } from "../../common";
|
|
6
6
|
import { getLocaleString } from "../../utils/language-utils";
|
|
7
|
+
import { nudge } from "../../utils/nudge";
|
|
7
8
|
import { getI18nError } from "../duet-upload/errorcodes.utils";
|
|
8
9
|
import { formatBytes } from "../duet-upload/upload.helpers";
|
|
9
10
|
export class DuetUploadItem {
|
|
@@ -40,6 +41,9 @@ export class DuetUploadItem {
|
|
|
40
41
|
componentWillLoad() {
|
|
41
42
|
inheritGlobalTheme(this);
|
|
42
43
|
}
|
|
44
|
+
componentDidLoad() {
|
|
45
|
+
nudge(this);
|
|
46
|
+
}
|
|
43
47
|
/**
|
|
44
48
|
* focusActionButton.
|
|
45
49
|
*/
|
|
@@ -300,4 +304,5 @@ export class DuetUploadItem {
|
|
|
300
304
|
}
|
|
301
305
|
};
|
|
302
306
|
}
|
|
307
|
+
static get elementRef() { return "element"; }
|
|
303
308
|
}
|
|
@@ -2,7 +2,11 @@
|
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
4
|
import { h, Host } from "@stencil/core";
|
|
5
|
+
import { nudge } from "../../utils/nudge";
|
|
5
6
|
export class DuetVisuallyHidden {
|
|
7
|
+
componentDidLoad() {
|
|
8
|
+
nudge(this);
|
|
9
|
+
}
|
|
6
10
|
/**
|
|
7
11
|
* render() function
|
|
8
12
|
* Always the last one in the class.
|
|
@@ -22,4 +26,5 @@ export class DuetVisuallyHidden {
|
|
|
22
26
|
"$": ["duet-visually-hidden.css"]
|
|
23
27
|
};
|
|
24
28
|
}
|
|
29
|
+
static get elementRef() { return "element"; }
|
|
25
30
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Built with Duet Design System
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* This function is a workaround for a bug in Chromium-based browsers, where building the accessibility tree fails
|
|
6
|
+
* with nested shadow roots. See https://atlassian.lahitapiola.fi/jira/browse/DUET-780
|
|
7
|
+
*/
|
|
8
|
+
export function nudge(component) {
|
|
9
|
+
setTimeout(() => {
|
|
10
|
+
const el = document.createElement("template");
|
|
11
|
+
component.element.appendChild(el);
|
|
12
|
+
el.remove();
|
|
13
|
+
}, 10);
|
|
14
|
+
}
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
*/
|
|
11
11
|
export class Teleport {
|
|
12
12
|
constructor(element, target) {
|
|
13
|
-
this.isReact = this._isReact();
|
|
14
13
|
this.isActive = false;
|
|
15
14
|
this.element = element;
|
|
16
15
|
this.target = target || document.body;
|
|
@@ -20,13 +19,12 @@ export class Teleport {
|
|
|
20
19
|
* @param makeSiblingsInert - make all siblings of the element inert, use only with modals
|
|
21
20
|
*/
|
|
22
21
|
go(makeSiblingsInert = false) {
|
|
23
|
-
//
|
|
24
|
-
if (this.
|
|
25
|
-
|
|
22
|
+
// React handles teleporting itself with portals
|
|
23
|
+
if (!this.element.dataset.reactPortal) {
|
|
24
|
+
this.stub = document.createElement("template");
|
|
25
|
+
this.element.insertAdjacentElement("afterend", this.stub);
|
|
26
|
+
this.target.appendChild(this.element);
|
|
26
27
|
}
|
|
27
|
-
this.stub = document.createElement("div");
|
|
28
|
-
this.element.insertAdjacentElement("afterend", this.stub);
|
|
29
|
-
this.target.appendChild(this.element);
|
|
30
28
|
if (makeSiblingsInert) {
|
|
31
29
|
this._makeSiblingsInert();
|
|
32
30
|
}
|
|
@@ -47,8 +45,10 @@ export class Teleport {
|
|
|
47
45
|
}
|
|
48
46
|
}
|
|
49
47
|
_resume() {
|
|
50
|
-
this.
|
|
51
|
-
|
|
48
|
+
if (!this.element.dataset.reactPortal) {
|
|
49
|
+
this.stub.insertAdjacentElement("beforebegin", this.element);
|
|
50
|
+
this.stub.remove();
|
|
51
|
+
}
|
|
52
52
|
this._removeInertFromSiblings();
|
|
53
53
|
this.deletionObserver.disconnect();
|
|
54
54
|
}
|
|
@@ -92,7 +92,4 @@ export class Teleport {
|
|
|
92
92
|
}
|
|
93
93
|
});
|
|
94
94
|
}
|
|
95
|
-
_isReact() {
|
|
96
|
-
return !!Object.keys(document).find(key => key.includes("react"));
|
|
97
|
-
}
|
|
98
95
|
}
|
|
@@ -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-479fa83d.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-6816fd1b.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-53fba128.js';
|
|
5
5
|
|
|
6
6
|
const DuetBadge = DuetBadge$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,12 +1,13 @@
|
|
|
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-1d90b10e.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
|
+
import { n as nudge } from './p-3ae39071.js';
|
|
6
7
|
import { g as getColorByName } from './p-03e72a70.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-
|
|
8
|
+
import { d as defineCustomElement$4 } from './p-99ec82e5.js';
|
|
9
|
+
import { d as defineCustomElement$3 } from './p-e611a3df.js';
|
|
10
|
+
import { d as defineCustomElement$2 } from './p-decdd69c.js';
|
|
10
11
|
|
|
11
12
|
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
13
|
|
|
@@ -35,6 +36,9 @@ const DuetBanner$1 = /*@__PURE__*/ proxyCustomElement(class extends H {
|
|
|
35
36
|
this.hasDescriptionSlot = !!this.element.querySelector('[slot="description"]');
|
|
36
37
|
this.hasActionSlot = !!this.element.querySelector('[slot="action"]');
|
|
37
38
|
}
|
|
39
|
+
componentDidLoad() {
|
|
40
|
+
nudge(this);
|
|
41
|
+
}
|
|
38
42
|
/**
|
|
39
43
|
* render() function
|
|
40
44
|
* Always the last one of the class.
|
|
@@ -1,10 +1,11 @@
|
|
|
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-1d90b10e.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { a as getLanguage, c as connectLanguageChangeObserver, d as disconnectLanguageChangeObserver, g as getLocaleString } from './p-03baceb5.js';
|
|
7
|
-
import {
|
|
7
|
+
import { n as nudge } from './p-3ae39071.js';
|
|
8
|
+
import { d as defineCustomElement$2 } from './p-e611a3df.js';
|
|
8
9
|
|
|
9
10
|
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
11
|
|
|
@@ -32,6 +33,9 @@ const DuetBreadcrumb$1 = /*@__PURE__*/ proxyCustomElement(class extends H {
|
|
|
32
33
|
componentWillLoad() {
|
|
33
34
|
inheritGlobalTheme(this);
|
|
34
35
|
}
|
|
36
|
+
componentDidLoad() {
|
|
37
|
+
nudge(this);
|
|
38
|
+
}
|
|
35
39
|
connectedCallback() {
|
|
36
40
|
connectLanguageChangeObserver(this);
|
|
37
41
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
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-1d90b10e.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { g as getLocaleString } from './p-03baceb5.js';
|
|
7
7
|
|
|
@@ -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-6a66573f.js';
|
|
5
5
|
|
|
6
6
|
const DuetButton = DuetButton$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,10 +1,11 @@
|
|
|
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-1d90b10e.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
|
-
import {
|
|
7
|
-
import { d as defineCustomElement$
|
|
6
|
+
import { n as nudge } from './p-3ae39071.js';
|
|
7
|
+
import { d as defineCustomElement$3 } from './p-e611a3df.js';
|
|
8
|
+
import { d as defineCustomElement$2 } from './p-decdd69c.js';
|
|
8
9
|
|
|
9
10
|
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
11
|
|
|
@@ -24,6 +25,9 @@ const DuetCallout$1 = /*@__PURE__*/ proxyCustomElement(class extends H {
|
|
|
24
25
|
inheritGlobalTheme(this);
|
|
25
26
|
this.hasAuthorSlot = !!this.element.querySelector('[slot="author"]');
|
|
26
27
|
}
|
|
28
|
+
componentDidLoad() {
|
|
29
|
+
nudge(this);
|
|
30
|
+
}
|
|
27
31
|
/**
|
|
28
32
|
* render() function
|
|
29
33
|
* Always the last one in the class.
|
|
@@ -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-72c9e944.js';
|
|
5
5
|
|
|
6
6
|
const DuetCaption = DuetCaption$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,14 +1,15 @@
|
|
|
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-1d90b10e.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
|
+
import { n as nudge } from './p-3ae39071.js';
|
|
8
9
|
import { s as sanitizeString } from './p-5a9d75e1.js';
|
|
9
10
|
import { g as getColorByName } from './p-03e72a70.js';
|
|
10
|
-
import { d as defineCustomElement$3 } from './p-
|
|
11
|
-
import { d as defineCustomElement$2 } from './p-
|
|
11
|
+
import { d as defineCustomElement$3 } from './p-e611a3df.js';
|
|
12
|
+
import { d as defineCustomElement$2 } from './p-cedaa97e.js';
|
|
12
13
|
|
|
13
14
|
const duetHeadingLevels = ["h1", "h2", "h3", "h4", "h5", "h6"];
|
|
14
15
|
const duetBlock = "div";
|
|
@@ -65,6 +66,9 @@ const DuetCard$1 = /*@__PURE__*/ proxyCustomElement(class extends H {
|
|
|
65
66
|
this.hasHeadingSlot = !!this.element.querySelector(":scope > [slot='heading']");
|
|
66
67
|
this.hasFooter = !!this.element.querySelector("[slot='footer']");
|
|
67
68
|
}
|
|
69
|
+
componentDidLoad() {
|
|
70
|
+
nudge(this);
|
|
71
|
+
}
|
|
68
72
|
renderHeading() {
|
|
69
73
|
const safeHeadingLevel = sanitizeString(this.headingLevel);
|
|
70
74
|
const HeadingTag = [...duetHeadingLevels, duetBlock].some(tag => tag === safeHeadingLevel) ? safeHeadingLevel : "h2";
|
|
@@ -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-67b279fa.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-c2533c03.js';
|
|
5
5
|
|
|
6
6
|
const DuetCheckmark = DuetCheckmark$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|