@duetds/components 6.6.1 → 6.7.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.d.ts +1 -1
- package/hydrate/index.js +210 -126
- package/lib/cjs/{dom-bcfa684c.js → dom-b340f674.js} +1 -1
- package/lib/cjs/duet-action-button.cjs.entry.js +2 -2
- package/lib/cjs/duet-alert.cjs.entry.js +25 -5
- package/lib/cjs/duet-badge.cjs.entry.js +1 -1
- package/lib/cjs/duet-breadcrumb.cjs.entry.js +1 -1
- package/lib/cjs/duet-breadcrumbs.cjs.entry.js +2 -2
- package/lib/cjs/duet-button_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-caption_4.cjs.entry.js +6 -4
- 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-choice_2.cjs.entry.js +3 -3
- package/lib/cjs/duet-collapsible.cjs.entry.js +2 -2
- package/lib/cjs/duet-combobox.cjs.entry.js +2 -2
- package/lib/cjs/duet-cookie-consent.cjs.entry.js +1 -1
- package/lib/cjs/duet-date-picker.cjs.entry.js +3 -3
- package/lib/cjs/duet-divider_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-editable-table_3.cjs.entry.js +5 -5
- package/lib/cjs/duet-empty-state.cjs.entry.js +1 -1
- package/lib/cjs/duet-fieldset.cjs.entry.js +2 -2
- package/lib/cjs/duet-footer.cjs.entry.js +2 -2
- package/lib/cjs/duet-grid_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-header_2.cjs.entry.js +8 -2
- package/lib/cjs/duet-hero.cjs.entry.js +5 -4
- package/lib/cjs/duet-icon.cjs.entry.js +1 -1
- package/lib/cjs/duet-input_2.cjs.entry.js +31 -20
- 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 +2 -2
- package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +2 -2
- package/lib/cjs/duet-menu-bar-link.cjs.entry.js +2 -2
- package/lib/cjs/duet-menu-bar.cjs.entry.js +3 -3
- package/lib/cjs/duet-modal.cjs.entry.js +3 -3
- package/lib/cjs/duet-multiselect.cjs.entry.js +2 -2
- package/lib/cjs/duet-nav.cjs.entry.js +4 -4
- package/lib/cjs/duet-notification_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-number-input.cjs.entry.js +2 -2
- package/lib/cjs/duet-page-heading.cjs.entry.js +2 -2
- package/lib/cjs/duet-pagination_2.cjs.entry.js +17 -3
- package/lib/cjs/duet-progress.cjs.entry.js +2 -2
- 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 +18 -19
- 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-slideout-lang.cjs.entry.js +2 -2
- 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 +3 -3
- package/lib/cjs/duet-slideout.cjs.entry.js +6 -5
- 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 +1 -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 +2 -2
- package/lib/cjs/duet-tooltip.cjs.entry.js +2 -2
- package/lib/cjs/duet-tray.cjs.entry.js +2 -2
- package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
- package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
- package/lib/cjs/duet.cjs.js +26 -4
- package/lib/cjs/{focus-utils-610b64ea.js → focus-utils-0dd9281d.js} +1 -1
- package/lib/cjs/{index-ab4a3a2d.js → index-3d0845f0.js} +114 -4
- package/lib/cjs/{language-utils-4f62a7db.js → language-utils-44df1d37.js} +36 -0
- package/lib/cjs/loader.cjs.js +4 -3
- package/lib/cjs/{shadow-css-1ea48714.js → shadow-css-cce1abf1.js} +1 -1
- package/lib/collection/collection-manifest.json +2 -2
- package/lib/collection/components/duet-alert/duet-alert.css +1 -1
- package/lib/collection/components/duet-alert/duet-alert.js +58 -2
- package/lib/collection/components/duet-collapsible/duet-collapsible.css +1 -0
- package/lib/collection/components/duet-fieldset/duet-fieldset.css +2 -2
- package/lib/collection/components/duet-hero/duet-hero.css +225 -42
- package/lib/collection/components/duet-hero/duet-hero.js +20 -1
- package/lib/collection/components/duet-input/duet-input.css +1 -1
- package/lib/collection/components/duet-input/duet-input.js +32 -20
- package/lib/collection/components/duet-link/duet-link.css +4 -1
- package/lib/collection/components/duet-link/duet-link.js +3 -1
- package/lib/collection/components/duet-logo/duet-logo.js +7 -1
- package/lib/collection/components/duet-menu-bar/duet-menu-bar.css +0 -2
- package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +1 -1
- package/lib/collection/components/duet-menu-bar-button/duet-menu-bar-button.css +2 -2
- package/lib/collection/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.css +13 -2
- package/lib/collection/components/duet-menu-bar-link/duet-menu-bar-link.css +4 -3
- package/lib/collection/components/duet-nav/duet-nav.js +1 -1
- package/lib/collection/components/duet-page-heading/duet-page-heading.css +0 -1
- package/lib/collection/components/duet-pagination/duet-pagination.js +2 -1
- package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +22 -2
- package/lib/collection/components/duet-slideout/duet-slideout.css +0 -1
- package/lib/collection/components/duet-slideout/duet-slideout.js +9 -8
- package/lib/collection/components/duet-tab-group/duet-tab-group.css +20 -0
- package/lib/collection/components/duet-tab-group/duet-tab-group.js +16 -17
- package/lib/collection/components/duet-toolbar/duet-toolbar.css +2 -2
- package/lib/collection/components/duet-upload/duet-upload.js +3 -3
- package/lib/collection/utils/language-utils.js +35 -0
- 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-breadcrumb.js +2 -2
- package/lib/dist-custom-elements/duet-breadcrumbs.js +3 -3
- package/lib/dist-custom-elements/duet-button.js +1 -1
- 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-choice-group.js +6 -6
- package/lib/dist-custom-elements/duet-choice.js +7 -7
- package/lib/dist-custom-elements/duet-collapsible.js +3 -3
- package/lib/dist-custom-elements/duet-combobox.js +4 -4
- package/lib/dist-custom-elements/duet-cookie-consent.js +6 -6
- package/lib/dist-custom-elements/duet-date-picker.js +13 -13
- package/lib/dist-custom-elements/duet-divider.js +1 -1
- package/lib/dist-custom-elements/duet-editable-table.js +1 -1
- 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 +5 -5
- 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 +10 -10
- package/lib/dist-custom-elements/duet-heading.js +1 -1
- package/lib/dist-custom-elements/duet-hero.js +14 -12
- 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 +3 -3
- package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +2 -2
- package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +3 -3
- package/lib/dist-custom-elements/duet-menu-bar-link.js +3 -3
- package/lib/dist-custom-elements/duet-menu-bar.js +4 -4
- package/lib/dist-custom-elements/duet-modal.js +9 -9
- package/lib/dist-custom-elements/duet-multiselect.js +9 -9
- package/lib/dist-custom-elements/duet-nav.js +4 -4
- package/lib/dist-custom-elements/duet-notification-drawer.js +5 -5
- package/lib/dist-custom-elements/duet-notification.js +3 -3
- package/lib/dist-custom-elements/duet-number-input.js +10 -10
- package/lib/dist-custom-elements/duet-page-heading.js +3 -3
- package/lib/dist-custom-elements/duet-pagination.js +10 -9
- package/lib/dist-custom-elements/duet-paragraph.js +1 -1
- package/lib/dist-custom-elements/duet-progress.js +1 -1
- package/lib/dist-custom-elements/duet-radio-group.js +6 -6
- 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 +21 -7
- 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-slideout-lang.js +4 -4
- 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 +4 -4
- package/lib/dist-custom-elements/duet-slideout.js +8 -7
- 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 +2 -2
- package/lib/dist-custom-elements/duet-tab-group.js +26 -27
- package/lib/dist-custom-elements/duet-tab.js +2 -2
- package/lib/dist-custom-elements/duet-table.js +1 -1
- package/lib/dist-custom-elements/duet-textarea.js +8 -8
- 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 +2 -2
- package/lib/dist-custom-elements/duet-tooltip.js +1 -1
- package/lib/dist-custom-elements/duet-tray.js +4 -4
- package/lib/dist-custom-elements/duet-upload-aria-status.js +1 -1
- package/lib/dist-custom-elements/duet-upload.js +23 -23
- package/lib/dist-custom-elements/duet-visually-hidden.js +1 -1
- package/lib/dist-custom-elements/index.d.ts +10 -1
- package/lib/dist-custom-elements/index.js +1 -1
- package/lib/dist-custom-elements/{p-624f932a.js → p-0d2d0d0e.js} +2 -2
- package/lib/dist-custom-elements/{p-ce3c83bd.js → p-13b6dd90.js} +1 -1
- package/lib/dist-custom-elements/{p-d555c27d.js → p-2228bf13.js} +1 -1
- package/lib/dist-custom-elements/{p-f5374a36.js → p-22eba43b.js} +9 -9
- package/lib/dist-custom-elements/{p-edc40331.js → p-267801f1.js} +8 -2
- package/lib/dist-custom-elements/{p-72fd3c82.js → p-2b3a8e8c.js} +3 -3
- package/lib/dist-custom-elements/{p-87c14342.js → p-2b6f6cba.js} +2 -2
- package/lib/dist-custom-elements/{p-799128c4.js → p-364cfb78.js} +1 -1
- package/lib/dist-custom-elements/{p-92a4c07d.js → p-447ea0a6.js} +8 -6
- package/lib/dist-custom-elements/{p-20ec54d8.js → p-47f3085b.js} +1 -1
- package/lib/dist-custom-elements/{p-641086b9.js → p-4e752d2d.js} +4 -4
- package/lib/dist-custom-elements/{p-bd9de5b1.js → p-4e9d1f9b.js} +1 -1
- package/lib/dist-custom-elements/{p-c40c2037.js → p-504f30a0.js} +1 -1
- package/lib/dist-custom-elements/{p-e4a60f42.js → p-5084748e.js} +31 -1
- package/lib/{esm/shadow-css-a011f1fe.js → dist-custom-elements/p-5a17a015.js} +1 -1
- package/lib/dist-custom-elements/{p-ede854e1.js → p-6c05e879.js} +35 -1
- package/lib/dist-custom-elements/{p-e2a56394.js → p-756308c3.js} +1 -1
- package/lib/dist-custom-elements/{p-b0d4be95.js → p-767cc415.js} +6 -6
- package/lib/dist-custom-elements/{p-9ba51d7b.js → p-7857fd92.js} +2 -2
- package/lib/dist-custom-elements/{p-0303fc6c.js → p-85f97595.js} +1 -1
- package/lib/dist-custom-elements/{p-9986919d.js → p-9d0348a4.js} +1 -1
- package/lib/dist-custom-elements/{p-488f81fc.js → p-aa1ab20d.js} +3 -3
- package/lib/dist-custom-elements/{p-e9377a6f.js → p-ad4c031f.js} +4 -4
- package/lib/dist-custom-elements/{p-9e8142d1.js → p-ae149130.js} +1 -1
- package/lib/dist-custom-elements/{p-0f388d82.js → p-ba2d607e.js} +32 -10
- package/lib/dist-custom-elements/{p-22d5db87.js → p-c0878e32.js} +5 -5
- package/lib/dist-custom-elements/{p-01a3fc90.js → p-c203ef96.js} +1 -1
- package/lib/dist-custom-elements/{p-cc44f2ef.js → p-c91ba42a.js} +1 -1
- package/lib/dist-custom-elements/{p-ac3c7ec9.js → p-c9a16897.js} +1 -1
- package/lib/dist-custom-elements/{p-f6865034.js → p-e201a19a.js} +1 -1
- package/lib/dist-custom-elements/{p-9087725f.js → p-e36eb97d.js} +1 -1
- package/lib/dist-custom-elements/{p-6f122fb1.js → p-e38fc76d.js} +1 -1
- package/lib/dist-custom-elements/{p-d2ab6c91.js → p-e47da081.js} +107 -5
- package/lib/dist-custom-elements/{p-17448a2e.js → p-e6b8ebb0.js} +1 -1
- package/lib/dist-custom-elements/{p-fc736d50.js → p-f6a5967a.js} +1 -1
- package/lib/dist-custom-elements/{p-ccb69669.js → p-f7da07ee.js} +40 -28
- package/lib/duet/duet.esm.js +1 -1
- package/lib/duet/duet.js +1 -1
- package/lib/duet/{p-bcef0348.system.entry.js → p-00a53506.system.entry.js} +2 -2
- package/lib/duet/p-010cbd87.system.entry.js +4 -0
- package/lib/duet/{p-be29ea26.system.entry.js → p-0339a6ba.system.entry.js} +1 -1
- package/lib/duet/{p-55f19eb2.system.entry.js → p-0480457b.system.entry.js} +1 -1
- package/lib/duet/{p-cd0821d2.entry.js → p-04ca6ed4.entry.js} +1 -1
- package/lib/duet/{p-6c6de74f.system.entry.js → p-0783af51.system.entry.js} +2 -2
- package/lib/duet/{p-5108a877.entry.js → p-0875374b.entry.js} +1 -1
- package/lib/duet/{p-92dd8f9a.system.entry.js → p-0b08aa13.system.entry.js} +2 -2
- package/lib/duet/{p-91cb6b67.entry.js → p-0cefe244.entry.js} +1 -1
- package/lib/duet/p-0de644e5.entry.js +4 -0
- package/lib/duet/{p-d1311b4e.entry.js → p-0f4aff17.entry.js} +1 -1
- package/lib/duet/{p-f6bc09ff.entry.js → p-12593e03.entry.js} +1 -1
- package/lib/duet/p-14b1e688.js +5 -0
- package/lib/duet/{p-95e59e56.system.entry.js → p-14c4c15a.system.entry.js} +1 -1
- package/lib/duet/{p-633f264e.system.entry.js → p-165f0e7c.system.entry.js} +1 -1
- package/lib/duet/p-1787fb22.entry.js +4 -0
- package/lib/duet/p-1b8a8804.system.entry.js +4 -0
- package/lib/duet/p-1c952867.system.entry.js +4 -0
- package/lib/duet/{p-ec06d75f.system.entry.js → p-1e2595e2.system.entry.js} +1 -1
- package/lib/duet/{p-a3c535e8.entry.js → p-1eed2800.entry.js} +1 -1
- package/lib/duet/{p-d6bb163e.entry.js → p-2ae7d801.entry.js} +1 -1
- package/lib/duet/{p-6da41e73.system.entry.js → p-2ae9d336.system.entry.js} +2 -2
- package/lib/duet/p-2b1ddf25.js +4 -0
- package/lib/duet/{p-f5d225d1.system.entry.js → p-2c170dc6.system.entry.js} +1 -1
- package/lib/duet/{p-abeb98fd.entry.js → p-2c74f36a.entry.js} +1 -1
- package/lib/duet/p-2ca556bd.entry.js +4 -0
- package/lib/duet/{p-02baa2fe.system.entry.js → p-2ebfba54.system.entry.js} +2 -2
- package/lib/duet/p-2ef88161.system.js +4 -0
- package/lib/duet/{p-96dcd185.system.entry.js → p-31252f4a.system.entry.js} +1 -1
- package/lib/duet/{p-dfbd555a.system.entry.js → p-33ef2855.system.entry.js} +1 -1
- package/lib/duet/{p-a6e26074.entry.js → p-33f2a44e.entry.js} +1 -1
- package/lib/duet/{p-d7131bae.system.entry.js → p-3406f73d.system.entry.js} +2 -2
- package/lib/duet/{p-994deb34.entry.js → p-35539173.entry.js} +1 -1
- package/lib/duet/{p-b109c24d.system.entry.js → p-35ba9699.system.entry.js} +2 -2
- package/lib/duet/{p-a6700437.system.entry.js → p-38547565.system.entry.js} +2 -2
- package/lib/duet/{p-70220be1.entry.js → p-393e06fc.entry.js} +1 -1
- package/lib/duet/p-396dce30.entry.js +4 -0
- package/lib/duet/p-39a2d6f7.system.entry.js +4 -0
- package/lib/duet/{p-206e364e.system.entry.js → p-3a3bd672.system.entry.js} +1 -1
- package/lib/duet/{p-e38b675a.entry.js → p-3eb94a67.entry.js} +1 -1
- package/lib/duet/{p-7ae6bdb5.entry.js → p-3f45ca7b.entry.js} +1 -1
- package/lib/duet/{p-6283c6f5.entry.js → p-40276f4e.entry.js} +1 -1
- package/lib/duet/{p-15d7c1cd.entry.js → p-427cbdfe.entry.js} +1 -1
- package/lib/duet/{p-6277cd13.system.entry.js → p-4444cfb8.system.entry.js} +1 -1
- package/lib/duet/{p-f79dfc00.system.entry.js → p-452cb659.system.entry.js} +2 -2
- package/lib/duet/{p-4ba5ad88.system.entry.js → p-47f3c160.system.entry.js} +1 -1
- package/lib/duet/{p-b84287b8.entry.js → p-495582a5.entry.js} +1 -1
- package/lib/duet/{p-e815803c.entry.js → p-4be8874a.entry.js} +1 -1
- package/lib/duet/{p-b1d2cecb.system.entry.js → p-4c699ac2.system.entry.js} +1 -1
- package/lib/duet/{p-97c23fa5.entry.js → p-4c6d9583.entry.js} +1 -1
- package/lib/duet/{p-5059db01.entry.js → p-4fafb7d6.entry.js} +1 -1
- package/lib/duet/{p-456d8dad.entry.js → p-52148128.entry.js} +1 -1
- package/lib/duet/p-54c2f367.entry.js +4 -0
- package/lib/duet/{p-491cd6de.system.entry.js → p-55cbf1e0.system.entry.js} +2 -2
- package/lib/duet/{p-cdf0aa76.system.entry.js → p-5607a0a7.system.entry.js} +1 -1
- package/lib/duet/{p-ed8af96b.entry.js → p-563485d2.entry.js} +1 -1
- package/lib/duet/p-5a0333a6.entry.js +4 -0
- package/lib/duet/p-5a17a015.js +15 -0
- package/lib/duet/{p-29073f62.entry.js → p-5b5bdf1a.entry.js} +1 -1
- package/lib/duet/{p-61846f98.entry.js → p-5c3be505.entry.js} +1 -1
- package/lib/duet/{p-da0df0a7.entry.js → p-5fe54705.entry.js} +1 -1
- package/lib/duet/{p-04b4d722.system.entry.js → p-630b0aee.system.entry.js} +2 -2
- package/lib/duet/{p-b462c43d.system.entry.js → p-6705969f.system.entry.js} +2 -2
- package/lib/duet/{p-4219375b.system.entry.js → p-67e40f5a.system.entry.js} +1 -1
- package/lib/duet/p-6c05e879.js +4 -0
- package/lib/duet/p-6f0ce728.system.entry.js +4 -0
- package/lib/duet/p-6fe86c6a.system.entry.js +4 -0
- package/lib/duet/{p-b5d9eb82.system.entry.js → p-7385646e.system.entry.js} +2 -2
- package/lib/duet/{p-d0c1e6c3.entry.js → p-7881585e.entry.js} +1 -1
- package/lib/duet/p-79230071.system.entry.js +4 -0
- package/lib/duet/p-79a9746e.js +1 -1
- package/lib/duet/{p-b733f66d.entry.js → p-7a6d0da2.entry.js} +1 -1
- package/lib/duet/p-7b0e565a.system.entry.js +4 -0
- package/lib/duet/{p-ecab9ce4.system.entry.js → p-7c21c7b2.system.entry.js} +1 -1
- package/lib/duet/{p-ac7162c9.entry.js → p-7e177248.entry.js} +1 -1
- package/lib/duet/p-812b157d.entry.js +4 -0
- package/lib/duet/p-815ba656.system.entry.js +4 -0
- package/lib/duet/{p-a51cc486.entry.js → p-81a9673b.entry.js} +1 -1
- package/lib/duet/{p-dca133bd.system.entry.js → p-83e0a386.system.entry.js} +1 -1
- package/lib/duet/{p-ad8d2fdc.entry.js → p-8694aa9f.entry.js} +1 -1
- package/lib/duet/{p-ddd42071.system.entry.js → p-88b30828.system.entry.js} +1 -1
- package/lib/duet/{p-f3f68891.system.entry.js → p-8ce83440.system.entry.js} +2 -2
- package/lib/duet/p-9052b6f5.js +1 -1
- package/lib/duet/{p-8a32c9b7.system.entry.js → p-9285796a.system.entry.js} +1 -1
- package/lib/duet/{p-123310e9.entry.js → p-94aed15c.entry.js} +1 -1
- package/lib/duet/{p-d17ecc3d.entry.js → p-9938e39c.entry.js} +1 -1
- package/lib/duet/{p-6de35e4e.system.entry.js → p-9b062a1c.system.entry.js} +2 -2
- package/lib/duet/{p-f2c963da.entry.js → p-a27366e9.entry.js} +1 -1
- package/lib/duet/{p-64d1926e.system.entry.js → p-a3eb0816.system.entry.js} +2 -2
- package/lib/duet/{p-642ad398.system.js → p-aa46e5b8.system.js} +1 -1
- package/lib/duet/{p-354a2aa0.system.entry.js → p-aa915061.system.entry.js} +1 -1
- package/lib/duet/p-aa9eef98.system.entry.js +4 -0
- package/lib/duet/p-ab72659c.entry.js +4 -0
- package/lib/duet/p-ae3234af.system.entry.js +4 -0
- package/lib/duet/{p-938e54fa.system.entry.js → p-b0361d6a.system.entry.js} +1 -1
- package/lib/duet/p-b32f4c37.system.js +5 -0
- package/lib/duet/p-b55995ae.system.entry.js +4 -0
- package/lib/duet/{p-72f18985.system.entry.js → p-b6d674ce.system.entry.js} +1 -1
- package/lib/duet/{p-4bfe2c71.system.entry.js → p-b744dbba.system.entry.js} +2 -2
- package/lib/duet/{p-636ed472.entry.js → p-b791aabb.entry.js} +1 -1
- package/lib/duet/{p-02ab4153.entry.js → p-b868a149.entry.js} +1 -1
- package/lib/duet/{p-05aa5888.entry.js → p-b89a4172.entry.js} +1 -1
- package/lib/duet/{p-58bb9a97.entry.js → p-bbd64ff4.entry.js} +1 -1
- package/lib/duet/{p-0bfdda04.system.entry.js → p-bbf6eb36.system.entry.js} +1 -1
- package/lib/duet/{p-b441ead1.entry.js → p-be3de0f9.entry.js} +1 -1
- package/lib/duet/{p-458fc16d.entry.js → p-c1a863fa.entry.js} +1 -1
- package/lib/duet/p-c27afab2.entry.js +4 -0
- package/lib/duet/p-c4d8cad0.js +1 -1
- package/lib/duet/{p-947f9576.entry.js → p-c6612c3f.entry.js} +1 -1
- package/lib/duet/{p-b961d8f5.entry.js → p-c8946e4e.entry.js} +1 -1
- package/lib/duet/p-cbc1cdf4.system.entry.js +4 -0
- package/lib/duet/p-ccc3f9e9.entry.js +4 -0
- package/lib/duet/{p-b6e93acf.system.entry.js → p-cdf070ab.system.entry.js} +1 -1
- package/lib/duet/{p-33fb2bba.system.entry.js → p-ced14b92.system.entry.js} +2 -2
- package/lib/duet/p-d56140a2.entry.js +4 -0
- package/lib/duet/p-d7713234.system.entry.js +4 -0
- package/lib/duet/{p-eec5e67e.system.entry.js → p-d7ef7aa4.system.entry.js} +2 -2
- package/lib/duet/{p-41dd874f.entry.js → p-d989bb64.entry.js} +1 -1
- package/lib/duet/{p-35c194c6.system.entry.js → p-da36ba6e.system.entry.js} +1 -1
- package/lib/duet/{p-4036786c.entry.js → p-da4cf292.entry.js} +1 -1
- package/lib/duet/{p-07849a2f.entry.js → p-dbe40b10.entry.js} +1 -1
- package/lib/duet/{p-c0631be0.system.entry.js → p-dbf0d77a.system.entry.js} +1 -1
- package/lib/duet/{p-2d63710e.entry.js → p-dd3b2f92.entry.js} +1 -1
- package/lib/duet/{p-e2c54679.entry.js → p-de57ee9e.entry.js} +1 -1
- package/lib/duet/{p-125cfc74.system.entry.js → p-e0628a33.system.entry.js} +2 -2
- package/lib/duet/{p-6260487d.entry.js → p-e0a6ce6f.entry.js} +1 -1
- package/lib/duet/{p-7bd315dc.system.entry.js → p-e36abf9f.system.entry.js} +2 -2
- package/lib/duet/{p-9b61b5aa.entry.js → p-e447d590.entry.js} +1 -1
- package/lib/duet/{p-5325fda4.entry.js → p-eb54ff63.entry.js} +1 -1
- package/lib/duet/{p-abdc380a.system.entry.js → p-eb7d40bf.system.entry.js} +2 -2
- package/lib/duet/p-ed665738.entry.js +4 -0
- package/lib/duet/{p-843c21f0.entry.js → p-ee43b8cc.entry.js} +1 -1
- package/lib/duet/{p-156c7f0e.system.entry.js → p-eebe30a6.system.entry.js} +2 -2
- package/lib/duet/{p-c63b1734.entry.js → p-f2654f02.entry.js} +1 -1
- package/lib/duet/p-f2c39318.entry.js +4 -0
- package/lib/duet/{p-b0ed984f.system.entry.js → p-f46d2cdf.system.entry.js} +2 -2
- package/lib/duet/p-f4c24c1a.system.entry.js +4 -0
- package/lib/duet/{p-3628272f.entry.js → p-f74665b5.entry.js} +1 -1
- package/lib/duet/p-f7781ab9.system.js +4 -0
- package/lib/duet/{p-766f74de.system.entry.js → p-f795fec5.system.entry.js} +1 -1
- package/lib/duet/{p-d57cb704.entry.js → p-fcac77ef.entry.js} +1 -1
- package/lib/esm/{dom-4d9c03f4.js → dom-d10a1938.js} +1 -1
- package/lib/esm/duet-action-button.entry.js +2 -2
- package/lib/esm/duet-alert.entry.js +25 -5
- package/lib/esm/duet-badge.entry.js +1 -1
- package/lib/esm/duet-breadcrumb.entry.js +1 -1
- package/lib/esm/duet-breadcrumbs.entry.js +2 -2
- package/lib/esm/duet-button_2.entry.js +2 -2
- package/lib/esm/duet-caption_4.entry.js +6 -4
- 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-choice_2.entry.js +3 -3
- package/lib/esm/duet-collapsible.entry.js +2 -2
- package/lib/esm/duet-combobox.entry.js +2 -2
- package/lib/esm/duet-cookie-consent.entry.js +1 -1
- package/lib/esm/duet-date-picker.entry.js +3 -3
- package/lib/esm/duet-divider_2.entry.js +1 -1
- package/lib/esm/duet-editable-table_3.entry.js +5 -5
- package/lib/esm/duet-empty-state.entry.js +1 -1
- package/lib/esm/duet-fieldset.entry.js +2 -2
- package/lib/esm/duet-footer.entry.js +2 -2
- package/lib/esm/duet-grid_2.entry.js +1 -1
- package/lib/esm/duet-header_2.entry.js +8 -2
- package/lib/esm/duet-hero.entry.js +5 -4
- package/lib/esm/duet-icon.entry.js +1 -1
- package/lib/esm/duet-input_2.entry.js +31 -20
- 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 +2 -2
- package/lib/esm/duet-menu-bar-dropdown-link.entry.js +1 -1
- package/lib/esm/duet-menu-bar-dropdown.entry.js +2 -2
- package/lib/esm/duet-menu-bar-link.entry.js +2 -2
- package/lib/esm/duet-menu-bar.entry.js +3 -3
- package/lib/esm/duet-modal.entry.js +3 -3
- package/lib/esm/duet-multiselect.entry.js +2 -2
- package/lib/esm/duet-nav.entry.js +4 -4
- package/lib/esm/duet-notification_2.entry.js +2 -2
- package/lib/esm/duet-number-input.entry.js +2 -2
- package/lib/esm/duet-page-heading.entry.js +2 -2
- package/lib/esm/duet-pagination_2.entry.js +17 -3
- package/lib/esm/duet-progress.entry.js +2 -2
- 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 +18 -19
- package/lib/esm/duet-section-layout.entry.js +1 -1
- package/lib/esm/duet-select.entry.js +1 -1
- package/lib/esm/duet-slideout-lang.entry.js +2 -2
- 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 +3 -3
- package/lib/esm/duet-slideout.entry.js +6 -5
- 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 +1 -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 +2 -2
- package/lib/esm/duet-tooltip.entry.js +2 -2
- package/lib/esm/duet-tray.entry.js +2 -2
- package/lib/esm/duet-upload-aria-status.entry.js +1 -1
- package/lib/esm/duet-visually-hidden.entry.js +1 -1
- package/lib/esm/duet.js +23 -4
- package/lib/esm/{focus-utils-202c5ae0.js → focus-utils-7b317f32.js} +1 -1
- package/lib/esm/{index-c56801d3.js → index-849c698d.js} +113 -5
- package/lib/esm/{language-utils-bf701d37.js → language-utils-7b211f31.js} +35 -1
- package/lib/esm/loader.js +4 -3
- package/lib/esm/polyfills/css-shim.js +1 -1
- package/lib/{dist-custom-elements/p-e2cd1c98.js → esm/shadow-css-e76e6e1c.js} +1 -1
- package/lib/esm-es5/duet-action-button.entry.js +2 -2
- package/lib/esm-es5/duet-alert.entry.js +2 -2
- package/lib/esm-es5/duet-badge.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 +2 -2
- package/lib/esm-es5/duet-caption_4.entry.js +2 -2
- package/lib/esm-es5/duet-card.entry.js +2 -2
- package/lib/esm-es5/duet-checkbox.entry.js +2 -2
- package/lib/esm-es5/duet-checkmark.entry.js +1 -1
- package/lib/esm-es5/duet-choice_2.entry.js +2 -2
- package/lib/esm-es5/duet-collapsible.entry.js +2 -2
- package/lib/esm-es5/duet-combobox.entry.js +2 -2
- package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
- package/lib/esm-es5/duet-date-picker.entry.js +2 -2
- 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 +2 -2
- package/lib/esm-es5/duet-grid_2.entry.js +2 -2
- package/lib/esm-es5/duet-header_2.entry.js +2 -2
- package/lib/esm-es5/duet-hero.entry.js +2 -2
- package/lib/esm-es5/duet-icon.entry.js +2 -2
- package/lib/esm-es5/duet-input_2.entry.js +2 -2
- package/lib/esm-es5/duet-layout.entry.js +1 -1
- package/lib/esm-es5/duet-list_2.entry.js +2 -2
- package/lib/esm-es5/duet-menu-bar-button.entry.js +2 -2
- 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 +2 -2
- 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 +2 -2
- package/lib/esm-es5/duet-number-input.entry.js +2 -2
- package/lib/esm-es5/duet-page-heading.entry.js +1 -1
- package/lib/esm-es5/duet-pagination_2.entry.js +2 -2
- package/lib/esm-es5/duet-progress.entry.js +1 -1
- package/lib/esm-es5/duet-radio_2.entry.js +2 -2
- package/lib/esm-es5/duet-range-slider.entry.js +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/lib/esm-es5/duet-toggle.entry.js +2 -2
- 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.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-visually-hidden.entry.js +1 -1
- package/lib/esm-es5/duet.js +1 -1
- package/lib/esm-es5/{focus-utils-202c5ae0.js → focus-utils-7b317f32.js} +1 -1
- package/lib/esm-es5/index-849c698d.js +5 -0
- package/lib/esm-es5/{language-utils-bf701d37.js → language-utils-7b211f31.js} +1 -1
- package/lib/esm-es5/loader.js +1 -1
- package/lib/loader/index.d.ts +9 -0
- package/lib/types/components/duet-action-button/duet-action-button.d.ts +2 -2
- package/lib/types/components/duet-alert/duet-alert.d.ts +10 -1
- package/lib/types/components/duet-button/duet-button.d.ts +6 -6
- package/lib/types/components/duet-caption/duet-caption.d.ts +1 -1
- package/lib/types/components/duet-card/duet-card.d.ts +3 -3
- package/lib/types/components/duet-checkbox/duet-checkbox.d.ts +1 -1
- package/lib/types/components/duet-choice/duet-choice.d.ts +2 -2
- package/lib/types/components/duet-collapsible/duet-collapsible.d.ts +3 -3
- package/lib/types/components/duet-combobox/duet-combobox.d.ts +2 -2
- package/lib/types/components/duet-cookie-consent/duet-cookie-consent.d.ts +2 -2
- package/lib/types/components/duet-date-picker/date-i18n.d.ts +3 -3
- package/lib/types/components/duet-date-picker/date-picker-day.d.ts +1 -1
- package/lib/types/components/duet-date-picker/date-picker-input.d.ts +1 -1
- package/lib/types/components/duet-date-picker/date-picker-month.d.ts +1 -1
- package/lib/types/components/duet-date-picker/duet-date-picker.d.ts +3 -3
- package/lib/types/components/duet-divider/duet-divider.d.ts +1 -1
- package/lib/types/components/duet-editable-table/duet-editable-table.d.ts +8 -8
- package/lib/types/components/duet-empty-state/duet-empty-state.d.ts +1 -1
- package/lib/types/components/duet-footer/duet-footer.d.ts +5 -5
- package/lib/types/components/duet-grid/duet-grid.d.ts +3 -3
- package/lib/types/components/duet-header/duet-header.d.ts +9 -9
- package/lib/types/components/duet-heading/duet-heading.d.ts +1 -1
- package/lib/types/components/duet-hero/duet-hero.d.ts +12 -8
- package/lib/types/components/duet-icon/duet-icon.d.ts +1 -1
- package/lib/types/components/duet-input/duet-input.d.ts +8 -5
- package/lib/types/components/duet-label/duet-label.d.ts +2 -2
- package/lib/types/components/duet-layout/duet-layout.d.ts +1 -1
- package/lib/types/components/duet-list/duet-list.d.ts +4 -4
- package/lib/types/components/duet-logo/duet-logo.d.ts +3 -1
- package/lib/types/components/duet-menu-bar/duet-menu-bar.d.ts +1 -1
- package/lib/types/components/duet-modal/duet-modal.d.ts +2 -2
- package/lib/types/components/duet-multiselect/duet-multiselect.d.ts +2 -2
- package/lib/types/components/duet-nav/duet-nav.d.ts +1 -1
- package/lib/types/components/duet-notification-drawer/duet-notification-drawer.d.ts +1 -1
- package/lib/types/components/duet-number-input/duet-number-input.d.ts +1 -1
- package/lib/types/components/duet-pagination/duet-pagination.d.ts +2 -2
- package/lib/types/components/duet-paragraph/duet-paragraph.d.ts +3 -3
- package/lib/types/components/duet-progress/duet-progress.d.ts +1 -1
- package/lib/types/components/duet-radio/duet-radio.d.ts +1 -1
- package/lib/types/components/duet-range-slider/duet-range-slider.d.ts +1 -1
- package/lib/types/components/duet-range-stepper/duet-range-stepper.d.ts +9 -2
- package/lib/types/components/duet-select/duet-select.d.ts +5 -5
- package/lib/types/components/duet-slideout/duet-slideout.d.ts +3 -4
- package/lib/types/components/duet-spacer/duet-spacer.d.ts +2 -2
- package/lib/types/components/duet-spinner/duet-spinner.d.ts +1 -1
- package/lib/types/components/duet-step/duet-step.d.ts +2 -2
- package/lib/types/components/duet-stepper/duet-stepper.d.ts +1 -1
- package/lib/types/components/duet-tab-group/duet-tab-group.d.ts +2 -2
- package/lib/types/components/duet-table/duet-table.d.ts +4 -4
- package/lib/types/components/duet-textarea/duet-textarea.d.ts +1 -1
- package/lib/types/components/duet-toggle/duet-toggle.d.ts +1 -1
- package/lib/types/components/duet-tooltip/duet-tooltip.d.ts +1 -1
- package/lib/types/components/duet-upload/duet-upload.d.ts +6 -6
- package/lib/types/components/duet-upload/errorcodes.utils.d.ts +2 -2
- package/lib/types/components/duet-upload/xhr.helpers.d.ts +5 -5
- package/lib/types/components/duet-upload-aria-status/duet-upload-aria-status.d.ts +1 -1
- package/lib/types/components.d.ts +14 -4
- package/lib/types/stencil-public-runtime.d.ts +59 -3
- package/lib/types/utils/fixture-utils.d.ts +1 -1
- package/lib/types/utils/focus-utils.d.ts +1 -1
- package/lib/types/utils/language-utils.d.ts +4 -1
- package/lib/types/utils/test-utils.d.ts +2 -2
- package/lib/types/utils/token-utils.d.ts +1 -1
- package/package.json +17 -22
- package/lib/duet/p-0461b580.system.entry.js +0 -4
- package/lib/duet/p-10d8cb97.system.entry.js +0 -4
- package/lib/duet/p-17fedf3c.entry.js +0 -4
- package/lib/duet/p-2477340d.js +0 -5
- package/lib/duet/p-356118ba.entry.js +0 -4
- package/lib/duet/p-4ce1e34e.system.entry.js +0 -4
- package/lib/duet/p-66ff8d48.system.entry.js +0 -4
- package/lib/duet/p-6f712ded.system.entry.js +0 -4
- package/lib/duet/p-78c7f756.system.js +0 -5
- package/lib/duet/p-7e24d9c9.entry.js +0 -4
- package/lib/duet/p-7f9402f3.entry.js +0 -4
- package/lib/duet/p-865dded4.entry.js +0 -4
- package/lib/duet/p-8916a9d7.entry.js +0 -4
- package/lib/duet/p-8f1615e1.entry.js +0 -4
- package/lib/duet/p-9a7b148d.entry.js +0 -4
- package/lib/duet/p-9b941a2e.entry.js +0 -4
- package/lib/duet/p-a0e93a23.system.entry.js +0 -4
- package/lib/duet/p-a4f26de9.system.js +0 -4
- package/lib/duet/p-a6d93b8d.system.entry.js +0 -4
- package/lib/duet/p-a722af17.system.entry.js +0 -4
- package/lib/duet/p-b26547fa.entry.js +0 -4
- package/lib/duet/p-b44db4ac.system.entry.js +0 -4
- package/lib/duet/p-b9ae3e48.entry.js +0 -4
- package/lib/duet/p-c2d9d8bd.system.entry.js +0 -4
- package/lib/duet/p-c3ecbf50.entry.js +0 -4
- package/lib/duet/p-d068e34d.system.entry.js +0 -4
- package/lib/duet/p-d2e4cf26.system.entry.js +0 -4
- package/lib/duet/p-d92954fa.js +0 -4
- package/lib/duet/p-e2cd1c98.js +0 -15
- package/lib/duet/p-e980ae79.entry.js +0 -4
- package/lib/duet/p-ede854e1.js +0 -4
- package/lib/duet/p-f69b64c9.system.js +0 -4
- package/lib/duet/p-fc58061a.system.entry.js +0 -4
- package/lib/duet/p-fda615a0.system.entry.js +0 -4
- package/lib/duet/p-ff2521ee.system.entry.js +0 -4
- package/lib/esm-es5/index-c56801d3.js +0 -5
- /package/lib/duet/{p-da0d4ee3.system.js → p-43179518.system.js} +0 -0
- /package/lib/duet/{p-07970d29.js → p-49dfa097.js} +0 -0
- /package/lib/duet/{p-73900354.system.js → p-524ad48c.system.js} +0 -0
- /package/lib/esm-es5/{dom-4d9c03f4.js → dom-d10a1938.js} +0 -0
- /package/lib/esm-es5/{shadow-css-a011f1fe.js → shadow-css-e76e6e1c.js} +0 -0
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
}
|
|
122
122
|
.duet-hero.duet-hero-campaign, .duet-hero.duet-hero-section {
|
|
123
123
|
padding: 0;
|
|
124
|
-
margin: 0 0
|
|
124
|
+
margin: 0 0 48px;
|
|
125
125
|
overflow: hidden;
|
|
126
126
|
background: none;
|
|
127
127
|
}
|
|
@@ -129,32 +129,58 @@
|
|
|
129
129
|
position: absolute;
|
|
130
130
|
right: 0;
|
|
131
131
|
left: 0;
|
|
132
|
-
|
|
133
|
-
|
|
132
|
+
display: flex;
|
|
133
|
+
align-items: flex-start;
|
|
134
|
+
justify-content: center;
|
|
135
|
+
height: 220px;
|
|
134
136
|
margin: 0 auto;
|
|
135
137
|
}
|
|
138
|
+
.duet-hero.duet-hero-campaign .background img, .duet-hero.duet-hero-section .background img {
|
|
139
|
+
height: 100%;
|
|
140
|
+
}
|
|
141
|
+
@media (min-width: 106.25em) {
|
|
142
|
+
.duet-hero.duet-hero-campaign .background img, .duet-hero.duet-hero-section .background img {
|
|
143
|
+
width: 100%;
|
|
144
|
+
height: auto;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
136
147
|
@media (min-width: 36em) {
|
|
137
148
|
.duet-hero.duet-hero-campaign .background, .duet-hero.duet-hero-section .background {
|
|
138
|
-
|
|
149
|
+
height: 300px;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
@media (min-width: 48em) {
|
|
153
|
+
.duet-hero.duet-hero-campaign .background, .duet-hero.duet-hero-section .background {
|
|
154
|
+
height: 450px;
|
|
139
155
|
}
|
|
140
156
|
}
|
|
141
157
|
@media (min-width: 62em) {
|
|
142
158
|
.duet-hero.duet-hero-campaign .background, .duet-hero.duet-hero-section .background {
|
|
143
|
-
|
|
159
|
+
height: 500px;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
@media (min-width: 76.25em) {
|
|
163
|
+
.duet-hero.duet-hero-campaign .background, .duet-hero.duet-hero-section .background {
|
|
164
|
+
height: 580px;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
@media (min-width: 106.25em) {
|
|
168
|
+
.duet-hero.duet-hero-campaign .background, .duet-hero.duet-hero-section .background {
|
|
169
|
+
width: 1600px;
|
|
170
|
+
overflow: hidden;
|
|
144
171
|
}
|
|
145
172
|
}
|
|
146
173
|
.duet-hero.duet-hero-campaign .background .brand-container, .duet-hero.duet-hero-section .background .brand-container {
|
|
147
174
|
position: relative;
|
|
148
175
|
width: 100%;
|
|
149
176
|
height: 100%;
|
|
150
|
-
min-height:
|
|
177
|
+
min-height: 220px;
|
|
151
178
|
overflow: hidden;
|
|
152
179
|
}
|
|
153
180
|
.duet-hero.duet-hero-campaign .background .brand, .duet-hero.duet-hero-section .background .brand {
|
|
154
181
|
position: absolute;
|
|
155
|
-
left: -300px;
|
|
156
182
|
width: 100%;
|
|
157
|
-
height:
|
|
183
|
+
height: 220px;
|
|
158
184
|
background-repeat: no-repeat;
|
|
159
185
|
background-position: center center;
|
|
160
186
|
background-size: cover;
|
|
@@ -178,7 +204,7 @@
|
|
|
178
204
|
}
|
|
179
205
|
.duet-hero.duet-hero-campaign .brand-shape, .duet-hero.duet-hero-section .brand-shape {
|
|
180
206
|
position: absolute;
|
|
181
|
-
top:
|
|
207
|
+
top: 153px;
|
|
182
208
|
right: 0;
|
|
183
209
|
left: -100px;
|
|
184
210
|
width: 712.18px;
|
|
@@ -190,17 +216,38 @@
|
|
|
190
216
|
mix-blend-mode: normal;
|
|
191
217
|
transform: rotate(8deg);
|
|
192
218
|
}
|
|
219
|
+
@media (min-width: 22.5em) {
|
|
220
|
+
.duet-hero.duet-hero-campaign .brand-shape, .duet-hero.duet-hero-section .brand-shape {
|
|
221
|
+
top: 185px;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
193
224
|
@media (min-width: 36em) {
|
|
194
225
|
.duet-hero.duet-hero-campaign .brand-shape, .duet-hero.duet-hero-section .brand-shape {
|
|
226
|
+
top: 215px;
|
|
195
227
|
left: -50px;
|
|
196
228
|
}
|
|
197
229
|
}
|
|
198
|
-
@media (min-width:
|
|
230
|
+
@media (min-width: 48em) {
|
|
199
231
|
.duet-hero.duet-hero-campaign .brand-shape, .duet-hero.duet-hero-section .brand-shape {
|
|
200
|
-
top:
|
|
232
|
+
top: 250px;
|
|
201
233
|
left: 0;
|
|
202
234
|
}
|
|
203
235
|
}
|
|
236
|
+
@media (min-width: 62em) {
|
|
237
|
+
.duet-hero.duet-hero-campaign .brand-shape, .duet-hero.duet-hero-section .brand-shape {
|
|
238
|
+
top: 240px;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
@media (min-width: 76.25em) {
|
|
242
|
+
.duet-hero.duet-hero-campaign .brand-shape, .duet-hero.duet-hero-section .brand-shape {
|
|
243
|
+
top: 280px;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
@media (min-width: 76.25em) {
|
|
247
|
+
.duet-hero.duet-hero-campaign .brand-shape, .duet-hero.duet-hero-section .brand-shape {
|
|
248
|
+
top: 310px;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
204
251
|
.duet-hero.duet-hero-campaign .duet-hero-text, .duet-hero.duet-hero-section .duet-hero-text {
|
|
205
252
|
width: 100%;
|
|
206
253
|
}
|
|
@@ -226,13 +273,38 @@
|
|
|
226
273
|
.duet-hero.duet-hero-campaign .duet-hero-heading, .duet-hero.duet-hero-section .duet-hero-heading {
|
|
227
274
|
display: flex;
|
|
228
275
|
align-items: center;
|
|
229
|
-
height:
|
|
230
|
-
|
|
276
|
+
height: 6rem;
|
|
277
|
+
padding: 0 1rem;
|
|
278
|
+
margin: 1rem 0 4rem;
|
|
279
|
+
}
|
|
280
|
+
@media (min-width: 22.5em) {
|
|
281
|
+
.duet-hero.duet-hero-campaign .duet-hero-heading, .duet-hero.duet-hero-section .duet-hero-heading {
|
|
282
|
+
margin: 2rem 0 7rem;
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
@media (min-width: 36em) {
|
|
286
|
+
.duet-hero.duet-hero-campaign .duet-hero-heading, .duet-hero.duet-hero-section .duet-hero-heading {
|
|
287
|
+
margin: 3rem 0 9rem;
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
@media (min-width: 48em) {
|
|
291
|
+
.duet-hero.duet-hero-campaign .duet-hero-heading, .duet-hero.duet-hero-section .duet-hero-heading {
|
|
292
|
+
margin: 4rem 0 10rem;
|
|
293
|
+
}
|
|
231
294
|
}
|
|
232
295
|
@media (min-width: 62em) {
|
|
233
296
|
.duet-hero.duet-hero-campaign .duet-hero-heading, .duet-hero.duet-hero-section .duet-hero-heading {
|
|
234
|
-
|
|
235
|
-
|
|
297
|
+
margin: 5rem 0 11rem;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
@media (min-width: 76.25em) {
|
|
301
|
+
.duet-hero.duet-hero-campaign .duet-hero-heading, .duet-hero.duet-hero-section .duet-hero-heading {
|
|
302
|
+
margin: 6rem 0 13rem;
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
@media (min-width: 76.25em) {
|
|
306
|
+
.duet-hero.duet-hero-campaign .duet-hero-heading, .duet-hero.duet-hero-section .duet-hero-heading {
|
|
307
|
+
margin: 8rem 0 13rem;
|
|
236
308
|
}
|
|
237
309
|
}
|
|
238
310
|
.duet-hero.duet-hero-campaign.duet-theme-turva, .duet-hero.duet-hero-section.duet-theme-turva {
|
|
@@ -240,7 +312,8 @@
|
|
|
240
312
|
background: none;
|
|
241
313
|
}
|
|
242
314
|
.duet-hero.duet-hero-campaign.duet-theme-turva .brand-shape, .duet-hero.duet-hero-section.duet-theme-turva .brand-shape {
|
|
243
|
-
top:
|
|
315
|
+
top: 115px;
|
|
316
|
+
left: -125px;
|
|
244
317
|
background: white;
|
|
245
318
|
transform: none;
|
|
246
319
|
-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");
|
|
@@ -248,41 +321,63 @@
|
|
|
248
321
|
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");
|
|
249
322
|
mask-repeat: no-repeat;
|
|
250
323
|
}
|
|
251
|
-
@media (min-width:
|
|
324
|
+
@media (min-width: 22.5em) {
|
|
252
325
|
.duet-hero.duet-hero-campaign.duet-theme-turva .brand-shape, .duet-hero.duet-hero-section.duet-theme-turva .brand-shape {
|
|
253
|
-
|
|
326
|
+
top: 150px;
|
|
327
|
+
left: -75px;
|
|
254
328
|
}
|
|
255
329
|
}
|
|
256
|
-
@media (min-width:
|
|
330
|
+
@media (min-width: 36em) {
|
|
257
331
|
.duet-hero.duet-hero-campaign.duet-theme-turva .brand-shape, .duet-hero.duet-hero-section.duet-theme-turva .brand-shape {
|
|
258
|
-
top:
|
|
332
|
+
top: 180px;
|
|
259
333
|
left: 0;
|
|
260
334
|
}
|
|
261
335
|
}
|
|
262
|
-
|
|
263
|
-
|
|
336
|
+
@media (min-width: 48em) {
|
|
337
|
+
.duet-hero.duet-hero-campaign.duet-theme-turva .brand-shape, .duet-hero.duet-hero-section.duet-theme-turva .brand-shape {
|
|
338
|
+
top: 220px;
|
|
339
|
+
}
|
|
264
340
|
}
|
|
265
|
-
|
|
266
|
-
|
|
341
|
+
@media (min-width: 62em) {
|
|
342
|
+
.duet-hero.duet-hero-campaign.duet-theme-turva .brand-shape, .duet-hero.duet-hero-section.duet-theme-turva .brand-shape {
|
|
343
|
+
top: 210px;
|
|
344
|
+
}
|
|
267
345
|
}
|
|
268
|
-
|
|
269
|
-
|
|
346
|
+
@media (min-width: 76.25em) {
|
|
347
|
+
.duet-hero.duet-hero-campaign.duet-theme-turva .brand-shape, .duet-hero.duet-hero-section.duet-theme-turva .brand-shape {
|
|
348
|
+
top: 260px;
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
@media (min-width: 106.25em) {
|
|
352
|
+
.duet-hero.duet-hero-campaign.duet-theme-turva .brand-shape, .duet-hero.duet-hero-section.duet-theme-turva .brand-shape {
|
|
353
|
+
top: 290px;
|
|
354
|
+
}
|
|
270
355
|
}
|
|
271
356
|
@media (min-width: 62em) {
|
|
272
|
-
.duet-hero.duet-hero-
|
|
273
|
-
|
|
357
|
+
.duet-hero.duet-hero-campaign.duet-theme-turva .duet-hero-heading, .duet-hero.duet-hero-section.duet-theme-turva .duet-hero-heading {
|
|
358
|
+
margin: 5rem 0 10rem;
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
@media (min-width: 76.25em) {
|
|
362
|
+
.duet-hero.duet-hero-campaign.duet-theme-turva .duet-hero-heading, .duet-hero.duet-hero-section.duet-theme-turva .duet-hero-heading {
|
|
363
|
+
margin: 6rem 0 12rem;
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
@media (min-width: 106.25em) {
|
|
367
|
+
.duet-hero.duet-hero-campaign.duet-theme-turva .duet-hero-heading, .duet-hero.duet-hero-section.duet-theme-turva .duet-hero-heading {
|
|
368
|
+
margin: 8rem 0 13rem;
|
|
274
369
|
}
|
|
275
370
|
}
|
|
276
371
|
.duet-hero.duet-hero-product {
|
|
277
372
|
position: relative;
|
|
278
373
|
padding: 0;
|
|
374
|
+
margin: 0 0 48px;
|
|
279
375
|
overflow: hidden;
|
|
280
376
|
background: white;
|
|
281
377
|
}
|
|
282
378
|
@media (min-width: 62em) {
|
|
283
379
|
.duet-hero.duet-hero-product {
|
|
284
380
|
min-height: 544px;
|
|
285
|
-
padding: 111.6px 56px;
|
|
286
381
|
}
|
|
287
382
|
}
|
|
288
383
|
.duet-hero.duet-hero-product .background {
|
|
@@ -299,7 +394,7 @@
|
|
|
299
394
|
}
|
|
300
395
|
}
|
|
301
396
|
@media (min-width: 62em) {
|
|
302
|
-
.duet-hero.duet-hero-product .background {
|
|
397
|
+
.duet-hero.duet-hero-product .background:not(.narrow) {
|
|
303
398
|
position: absolute;
|
|
304
399
|
top: 0;
|
|
305
400
|
right: 0;
|
|
@@ -334,7 +429,7 @@
|
|
|
334
429
|
}
|
|
335
430
|
}
|
|
336
431
|
@media (min-width: 62em) {
|
|
337
|
-
.duet-hero.duet-hero-product .background .brand-shaped-image {
|
|
432
|
+
.duet-hero.duet-hero-product .background .brand-shaped-image:not(.narrow) {
|
|
338
433
|
top: -353px;
|
|
339
434
|
right: -128.15px;
|
|
340
435
|
width: 520px;
|
|
@@ -342,10 +437,15 @@
|
|
|
342
437
|
}
|
|
343
438
|
}
|
|
344
439
|
@media (min-width: 76.25em) {
|
|
345
|
-
.duet-hero.duet-hero-product .background .brand-shaped-image {
|
|
440
|
+
.duet-hero.duet-hero-product .background .brand-shaped-image:not(.narrow) {
|
|
346
441
|
width: 736px;
|
|
347
442
|
}
|
|
348
443
|
}
|
|
444
|
+
@media (min-width: 62em) {
|
|
445
|
+
.duet-hero.duet-hero-product .background .brand-shaped-image.narrow {
|
|
446
|
+
right: 30%;
|
|
447
|
+
}
|
|
448
|
+
}
|
|
349
449
|
.duet-hero.duet-hero-product .background .brand-shaped-image .brand-shaped-image-wrapper {
|
|
350
450
|
position: relative;
|
|
351
451
|
width: 100%;
|
|
@@ -369,7 +469,8 @@
|
|
|
369
469
|
}
|
|
370
470
|
}
|
|
371
471
|
@media (min-width: 62em) {
|
|
372
|
-
.duet-hero.duet-hero-product .background .brand-shaped-image .brand-shaped-image-bg {
|
|
472
|
+
.duet-hero.duet-hero-product .background .brand-shaped-image .brand-shaped-image-bg:not(.narrow) {
|
|
473
|
+
/* stylelint-disable-line */
|
|
373
474
|
width: 800px;
|
|
374
475
|
height: 470px;
|
|
375
476
|
}
|
|
@@ -393,7 +494,7 @@
|
|
|
393
494
|
}
|
|
394
495
|
}
|
|
395
496
|
@media (min-width: 62em) {
|
|
396
|
-
.duet-hero.duet-hero-product .background .brand-shape {
|
|
497
|
+
.duet-hero.duet-hero-product .background .brand-shape:not(.narrow) {
|
|
397
498
|
top: auto;
|
|
398
499
|
top: 79px;
|
|
399
500
|
right: 200px;
|
|
@@ -402,7 +503,7 @@
|
|
|
402
503
|
}
|
|
403
504
|
}
|
|
404
505
|
@media (min-width: 76.25em) {
|
|
405
|
-
.duet-hero.duet-hero-product .background .brand-shape {
|
|
506
|
+
.duet-hero.duet-hero-product .background .brand-shape:not(.narrow) {
|
|
406
507
|
right: 414px;
|
|
407
508
|
width: 400px;
|
|
408
509
|
height: 400px;
|
|
@@ -430,7 +531,7 @@
|
|
|
430
531
|
}
|
|
431
532
|
}
|
|
432
533
|
@media (min-width: 62em) {
|
|
433
|
-
.duet-hero.duet-hero-product .background .brand-shaped-icon {
|
|
534
|
+
.duet-hero.duet-hero-product .background .brand-shaped-icon:not(.narrow) {
|
|
434
535
|
top: 292px;
|
|
435
536
|
right: 220px;
|
|
436
537
|
width: 150px;
|
|
@@ -438,29 +539,76 @@
|
|
|
438
539
|
}
|
|
439
540
|
}
|
|
440
541
|
@media (min-width: 76.25em) {
|
|
441
|
-
.duet-hero.duet-hero-product .background .brand-shaped-icon {
|
|
542
|
+
.duet-hero.duet-hero-product .background .brand-shaped-icon:not(.narrow) {
|
|
442
543
|
top: 292px;
|
|
443
544
|
right: 220px;
|
|
444
545
|
width: 186px;
|
|
445
546
|
height: 186px;
|
|
446
547
|
}
|
|
447
548
|
}
|
|
549
|
+
@media (min-width: 62em) {
|
|
550
|
+
.duet-hero.duet-hero-product .background .brand-shaped-icon.narrow {
|
|
551
|
+
right: 35%;
|
|
552
|
+
}
|
|
553
|
+
}
|
|
448
554
|
.duet-hero.duet-hero-product .background .brand-shaped-icon duet-icon {
|
|
449
555
|
width: 80px;
|
|
450
556
|
height: 80px;
|
|
451
557
|
transform: rotate(-7deg);
|
|
452
558
|
}
|
|
453
559
|
@media (min-width: 62em) {
|
|
454
|
-
.duet-hero.duet-hero-product .background .brand-shaped-icon duet-icon {
|
|
560
|
+
.duet-hero.duet-hero-product .background .brand-shaped-icon duet-icon:not(.narrow) {
|
|
561
|
+
/* stylelint-disable-line */
|
|
455
562
|
width: 120px;
|
|
456
563
|
height: 120px;
|
|
457
564
|
}
|
|
458
565
|
}
|
|
566
|
+
.duet-hero.duet-hero-product .duet-hero-wrapper {
|
|
567
|
+
max-width: 100%;
|
|
568
|
+
margin: 0 auto;
|
|
569
|
+
}
|
|
570
|
+
.duet-hero.duet-hero-product .duet-hero-wrapper.fluid, .duet-hero.duet-hero-product .duet-hero-wrapper.narrow {
|
|
571
|
+
padding: 0 16px;
|
|
572
|
+
}
|
|
573
|
+
@media (min-width: 36em) {
|
|
574
|
+
.duet-hero.duet-hero-product .duet-hero-wrapper.fluid {
|
|
575
|
+
padding: 0 28px;
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
@media (min-width: 62em) {
|
|
579
|
+
.duet-hero.duet-hero-product .duet-hero-wrapper.fluid {
|
|
580
|
+
padding: 0 56px;
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
@media (min-width: 76.25em) {
|
|
584
|
+
.duet-hero.duet-hero-product .duet-hero-wrapper.fluid {
|
|
585
|
+
max-width: 1110px;
|
|
586
|
+
padding: 0;
|
|
587
|
+
}
|
|
588
|
+
}
|
|
459
589
|
@media (min-width: 62em) {
|
|
460
|
-
.duet-hero.duet-hero-product .duet-hero-text {
|
|
590
|
+
.duet-hero.duet-hero-product .duet-hero-wrapper.fluid .duet-hero-text {
|
|
461
591
|
width: 50%;
|
|
462
592
|
}
|
|
463
593
|
}
|
|
594
|
+
.duet-hero.duet-hero-product .duet-hero-wrapper.narrow {
|
|
595
|
+
max-width: 888px;
|
|
596
|
+
}
|
|
597
|
+
@media (min-width: 36em) {
|
|
598
|
+
.duet-hero.duet-hero-product .duet-hero-wrapper.narrow {
|
|
599
|
+
padding: 0 48px;
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
@media (min-width: 48em) {
|
|
603
|
+
.duet-hero.duet-hero-product .duet-hero-wrapper.narrow {
|
|
604
|
+
padding: 0 72px;
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
@media (min-width: 62em) {
|
|
608
|
+
.duet-hero.duet-hero-product .duet-hero-wrapper.narrow .duet-hero-text {
|
|
609
|
+
width: 80%;
|
|
610
|
+
}
|
|
611
|
+
}
|
|
464
612
|
.duet-hero.duet-hero-product.duet-theme-turva {
|
|
465
613
|
background: white;
|
|
466
614
|
}
|
|
@@ -639,13 +787,48 @@
|
|
|
639
787
|
height: 373px;
|
|
640
788
|
}
|
|
641
789
|
}
|
|
790
|
+
.duet-hero.duet-hero-content .duet-hero-wrapper {
|
|
791
|
+
max-width: 100%;
|
|
792
|
+
margin: 0 auto;
|
|
793
|
+
}
|
|
794
|
+
.duet-hero.duet-hero-content .duet-hero-wrapper.fluid, .duet-hero.duet-hero-content .duet-hero-wrapper.narrow {
|
|
795
|
+
padding: 0 16px;
|
|
796
|
+
}
|
|
797
|
+
@media (min-width: 36em) {
|
|
798
|
+
.duet-hero.duet-hero-content .duet-hero-wrapper.fluid {
|
|
799
|
+
padding: 0 28px;
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
@media (min-width: 62em) {
|
|
803
|
+
.duet-hero.duet-hero-content .duet-hero-wrapper.fluid {
|
|
804
|
+
padding: 0 56px;
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
@media (min-width: 76.25em) {
|
|
808
|
+
.duet-hero.duet-hero-content .duet-hero-wrapper.fluid {
|
|
809
|
+
max-width: 1110px;
|
|
810
|
+
padding: 0;
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
.duet-hero.duet-hero-content .duet-hero-wrapper.narrow {
|
|
814
|
+
max-width: 888px;
|
|
815
|
+
}
|
|
816
|
+
@media (min-width: 36em) {
|
|
817
|
+
.duet-hero.duet-hero-content .duet-hero-wrapper.narrow {
|
|
818
|
+
padding: 0 48px;
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
@media (min-width: 48em) {
|
|
822
|
+
.duet-hero.duet-hero-content .duet-hero-wrapper.narrow {
|
|
823
|
+
padding: 0 72px;
|
|
824
|
+
}
|
|
825
|
+
}
|
|
642
826
|
.duet-hero.duet-hero-content .duet-hero-text {
|
|
643
|
-
width:
|
|
644
|
-
max-width: 732px;
|
|
827
|
+
max-width: 100%;
|
|
645
828
|
}
|
|
646
829
|
@media (min-width: 62em) {
|
|
647
830
|
.duet-hero.duet-hero-content .duet-hero-text {
|
|
648
|
-
|
|
831
|
+
width: 80%;
|
|
649
832
|
}
|
|
650
833
|
}
|
|
651
834
|
.duet-hero.duet-hero-content.duet-theme-turva {
|
|
@@ -58,6 +58,7 @@ export class DuetHero {
|
|
|
58
58
|
this.back = undefined;
|
|
59
59
|
this.listItems = undefined;
|
|
60
60
|
this.actions = undefined;
|
|
61
|
+
this.layout = "narrow";
|
|
61
62
|
}
|
|
62
63
|
/**
|
|
63
64
|
* Component lifecycle events.
|
|
@@ -150,7 +151,7 @@ export class DuetHero {
|
|
|
150
151
|
"duet-hero-gray-with-back": !!this.processedBack,
|
|
151
152
|
"duet-hero-text-center": (this.textCenter && !this.leftAlign) || campaignOrSection,
|
|
152
153
|
"duet-hero-left-align": this.leftAlign && !campaignOrSection,
|
|
153
|
-
}, part: "duet-hero" }, campaignOrSection && this.image && (h("div", null, h("div", { class: "background" }, h("
|
|
154
|
+
}, part: "duet-hero" }, campaignOrSection && this.image && (h("div", null, h("div", { class: "background" }, h("img", { src: this.image, alt: "", role: "presentation" })), h("div", { class: "brand-shape" }))), this.variation === "product" && this.image && (h("div", { class: { background: true, [this.layout]: true } }, h("div", { class: { "background-mask": true, [this.layout]: true } }), this.theme !== "turva" && h("div", { class: { "brand-shape": true, [this.layout]: true } }), h("div", { class: { "brand-shaped-image": true, [this.layout]: true } }, h("div", { class: { "brand-shaped-image-wrapper": true, [this.layout]: true } }, h("div", { class: { "brand-shaped-image-bg": true, [this.layout]: true }, style: styles }))), this.categoryIcon && (h("div", { class: { "brand-shaped-icon": true, [this.layout]: true } }, h("duet-icon", { class: { [this.layout]: true }, background: "none", name: this.categoryIcon, margin: "none", size: "auto", responsive: false }))))), this.variation === "content" && this.image && (h("div", { class: "background" }, h("div", { class: "background-mask" }), this.theme !== "turva" && h("div", { class: "brand-shape" }), h("div", { class: "brand-shaped-image" }, h("div", { class: "brand-shaped-image-wrapper" }, h("div", { class: "brand-shaped-image-bg", style: styles }))))), h("div", { class: { "duet-hero-wrapper": true, [this.layout]: true } }, this.image && this.variation === "image" && (h("div", { class: "duet-hero-image-mask" }, h("div", { class: "duet-hero-image-wrapper" }, h("div", { class: "duet-hero-image", style: styles })))), (this.variation === "gray" || this.variation === "light" || this.variation === "minimal") &&
|
|
154
155
|
this.processedBack && (h("div", { class: "duet-hero-back" }, h("duet-button", { style: buttonStyles, variation: "plain", icon: "action-arrow-left-small", theme: this.theme, iconSize: "small", color: buttonColor, padding: "none", margin: "none", fixed: true, url: this.processedBack.href, identifier: this.processedBack.id, onClick: event => this.handleClick(event, {
|
|
155
156
|
label: this.processedBack.label,
|
|
156
157
|
href: this.processedBack.href,
|
|
@@ -686,6 +687,24 @@ export class DuetHero {
|
|
|
686
687
|
},
|
|
687
688
|
"attribute": "actions",
|
|
688
689
|
"reflect": false
|
|
690
|
+
},
|
|
691
|
+
"layout": {
|
|
692
|
+
"type": "string",
|
|
693
|
+
"mutable": true,
|
|
694
|
+
"complexType": {
|
|
695
|
+
"original": "\"narrow\" | \"fluid\"",
|
|
696
|
+
"resolved": "\"fluid\" | \"narrow\"",
|
|
697
|
+
"references": {}
|
|
698
|
+
},
|
|
699
|
+
"required": false,
|
|
700
|
+
"optional": false,
|
|
701
|
+
"docs": {
|
|
702
|
+
"tags": [],
|
|
703
|
+
"text": "Layout."
|
|
704
|
+
},
|
|
705
|
+
"attribute": "layout",
|
|
706
|
+
"reflect": false,
|
|
707
|
+
"defaultValue": "\"narrow\""
|
|
689
708
|
}
|
|
690
709
|
};
|
|
691
710
|
}
|
|
@@ -8,7 +8,7 @@ import { inheritGlobalTheme } from "../../common";
|
|
|
8
8
|
import { createID } from "../../utils/create-id";
|
|
9
9
|
import { cleanValue, resetCursor } from "../../utils/input-utils";
|
|
10
10
|
import { isEnterKey, isEscapeKey } from "../../utils/keyboard-utils";
|
|
11
|
-
import {
|
|
11
|
+
import { connectLanguageChangeObserver, disconnectLanguageChangeObserver, getLanguage, } from "../../utils/language-utils";
|
|
12
12
|
const icons = {
|
|
13
13
|
search: searchIcon,
|
|
14
14
|
email: emailIcon,
|
|
@@ -25,36 +25,36 @@ export class DuetInput {
|
|
|
25
25
|
this.topCaptionPlaceholderId = createID("DuetCaptionPlaceholderTop");
|
|
26
26
|
this.errorId = createID("DuetError");
|
|
27
27
|
this.disallowPatternRegex = null;
|
|
28
|
-
this.clearLabel =
|
|
28
|
+
this.clearLabel = {
|
|
29
29
|
en: "Clear",
|
|
30
30
|
fi: "Tyhjennä",
|
|
31
31
|
sv: "Rensa",
|
|
32
|
-
}
|
|
33
|
-
this.timeAnnouncement =
|
|
32
|
+
};
|
|
33
|
+
this.timeAnnouncement = {
|
|
34
34
|
en: "Time",
|
|
35
35
|
fi: "Aika",
|
|
36
36
|
sv: "Tid",
|
|
37
|
-
}
|
|
38
|
-
this.showPasswordLabel =
|
|
37
|
+
};
|
|
38
|
+
this.showPasswordLabel = {
|
|
39
39
|
en: "Show password",
|
|
40
40
|
fi: "Näytä salasana",
|
|
41
41
|
sv: "Visa lösenord",
|
|
42
|
-
}
|
|
43
|
-
this.hidePasswordLabel =
|
|
42
|
+
};
|
|
43
|
+
this.hidePasswordLabel = {
|
|
44
44
|
en: "Hide password",
|
|
45
45
|
fi: "Piilota salasana",
|
|
46
46
|
sv: "Dölj lösenord",
|
|
47
|
-
}
|
|
48
|
-
this.passwordShownAriaAnnouncement =
|
|
47
|
+
};
|
|
48
|
+
this.passwordShownAriaAnnouncement = {
|
|
49
49
|
en: "Password is shown",
|
|
50
50
|
fi: "Salasana näytetään",
|
|
51
51
|
sv: "Lösenordet visas",
|
|
52
|
-
}
|
|
53
|
-
this.passwordHiddenAriaAnnouncement =
|
|
52
|
+
};
|
|
53
|
+
this.passwordHiddenAriaAnnouncement = {
|
|
54
54
|
en: "Password is hidden",
|
|
55
55
|
fi: "Salasana on piilotettu",
|
|
56
56
|
sv: "Lösenordet är dolt",
|
|
57
|
-
}
|
|
57
|
+
};
|
|
58
58
|
/**
|
|
59
59
|
* Component event handling.
|
|
60
60
|
*/
|
|
@@ -74,7 +74,7 @@ export class DuetInput {
|
|
|
74
74
|
if (ev.relatedTarget === this.nativeInput || ev.relatedTarget === this.togglePasswordRevealedButton) {
|
|
75
75
|
return;
|
|
76
76
|
}
|
|
77
|
-
if (this.variation === "revealable") {
|
|
77
|
+
if (this.variation === "revealable" && this.isPasswordRevealed) {
|
|
78
78
|
this.isPasswordRevealed = false;
|
|
79
79
|
}
|
|
80
80
|
this.isFocused = false;
|
|
@@ -146,7 +146,8 @@ export class DuetInput {
|
|
|
146
146
|
}
|
|
147
147
|
return this.type;
|
|
148
148
|
};
|
|
149
|
-
this.
|
|
149
|
+
this.language = getLanguage();
|
|
150
|
+
this.isPasswordRevealed = undefined;
|
|
150
151
|
this.isFocused = false;
|
|
151
152
|
this.accessibleActiveDescendant = undefined;
|
|
152
153
|
this.accessibleAutocomplete = undefined;
|
|
@@ -170,7 +171,7 @@ export class DuetInput {
|
|
|
170
171
|
this.required = false;
|
|
171
172
|
this.type = "text";
|
|
172
173
|
this.variation = "default";
|
|
173
|
-
this.label = "
|
|
174
|
+
this.label = "Label";
|
|
174
175
|
this.error = "";
|
|
175
176
|
this.labelHidden = false;
|
|
176
177
|
this.numericKeyboard = false;
|
|
@@ -228,6 +229,12 @@ export class DuetInput {
|
|
|
228
229
|
});
|
|
229
230
|
}
|
|
230
231
|
}
|
|
232
|
+
connectedCallback() {
|
|
233
|
+
connectLanguageChangeObserver(this);
|
|
234
|
+
}
|
|
235
|
+
disconnectedCallback() {
|
|
236
|
+
disconnectLanguageChangeObserver(this);
|
|
237
|
+
}
|
|
231
238
|
/**
|
|
232
239
|
* Sets focus on the specified `duet-input`. Use this method instead of the global
|
|
233
240
|
* `input.focus()`.
|
|
@@ -292,7 +299,7 @@ export class DuetInput {
|
|
|
292
299
|
this.type !== "password" &&
|
|
293
300
|
this.type !== "time" &&
|
|
294
301
|
this.variation !== "button";
|
|
295
|
-
return (h(Host, { class: { "duet-expand": this.expand, "duet-m-0": this.margin === "none" }, onKeyUp: e => this.keyHandler(e) }, this.type === "time" && (h("duet-visually-hidden", { "aria-live": "polite", "aria-atomic": "true" }, selectedTime ? `${this.timeAnnouncement} ${selectedTime.toLocaleTimeString()}` : "")), h("div", { class: {
|
|
302
|
+
return (h(Host, { class: { "duet-expand": this.expand, "duet-m-0": this.margin === "none" }, onKeyUp: e => this.keyHandler(e) }, this.type === "time" && (h("duet-visually-hidden", { "aria-live": "polite", "aria-atomic": "true" }, selectedTime ? `${this.timeAnnouncement[this.language]} ${selectedTime.toLocaleTimeString()}` : "")), h("div", { class: {
|
|
296
303
|
"duet-input-container": true,
|
|
297
304
|
"duet-theme-turva": this.theme === "turva",
|
|
298
305
|
[`duet-input-variation-${this.variation}`]: true,
|
|
@@ -317,7 +324,11 @@ export class DuetInput {
|
|
|
317
324
|
"duet-input-clear-icon-single": !hasInputIcon,
|
|
318
325
|
"duet-input-clear-icon-double": !!this.icon,
|
|
319
326
|
"duet-input-clear-icon-button": this.variation === "button",
|
|
320
|
-
} }, h("button", { onClick: this.handleClearClick, id: this.clearId, "aria-label": this.clearLabel, "aria-keyshortcuts": "Escape" }, h("duet-icon", { margin: "none", size: "medium", name: "action-clear-input", color: "currentColor" })))), this.icon && this.variation !== "button" && (h("div", { class: "duet-input-icon" }, h("duet-icon", { margin: "none", size: "small", name: this.icon, color: "currentColor" }))), this.variation === "button" && h("slot", { name: "button" }), this.variation === "revealable" && (h("duet-button", { ref: button => (this.togglePasswordRevealedButton = button), onBlur: this.onBlur, onFocus: this.onFocus, onClick: this.togglePasswordRevealed, icon: this.isPasswordRevealed ? "action-hide" : "action-show", accessibleLabel: this.isPasswordRevealed
|
|
327
|
+
} }, h("button", { onClick: this.handleClearClick, id: this.clearId, "aria-label": this.clearLabel[this.language], "aria-keyshortcuts": "Escape" }, h("duet-icon", { margin: "none", size: "medium", name: "action-clear-input", color: "currentColor" })))), this.icon && this.variation !== "button" && (h("div", { class: "duet-input-icon" }, h("duet-icon", { margin: "none", size: "small", name: this.icon, color: "currentColor" }))), this.variation === "button" && h("slot", { name: "button" }), this.variation === "revealable" && (h("duet-button", { ref: button => (this.togglePasswordRevealedButton = button), onBlur: this.onBlur, onFocus: this.onFocus, onClick: this.togglePasswordRevealed, icon: this.isPasswordRevealed ? "action-hide" : "action-show", accessibleLabel: this.isPasswordRevealed
|
|
328
|
+
? this.hidePasswordLabel[this.language]
|
|
329
|
+
: this.showPasswordLabel[this.language], margin: "none", variation: "input-button-embedded", fixed: true, iconOnly: true })), this.variation === "revealable" && this.isPasswordRevealed !== undefined && (h("duet-visually-hidden", null, h("span", { "aria-live": "polite" }, this.isPasswordRevealed
|
|
330
|
+
? this.passwordShownAriaAnnouncement[this.language]
|
|
331
|
+
: this.passwordHiddenAriaAnnouncement[this.language]))), h("slot", null)), h("span", { class: "duet-input-help", id: this.errorId, "aria-atomic": "true", "aria-live": "polite", "aria-relevant": "additions removals" }, this.error && h("span", { class: "duet-input-error" }, this.error)))));
|
|
321
332
|
}
|
|
322
333
|
static get is() { return "duet-input"; }
|
|
323
334
|
static get encapsulation() { return "scoped"; }
|
|
@@ -742,7 +753,7 @@ export class DuetInput {
|
|
|
742
753
|
},
|
|
743
754
|
"label": {
|
|
744
755
|
"type": "string",
|
|
745
|
-
"mutable":
|
|
756
|
+
"mutable": true,
|
|
746
757
|
"complexType": {
|
|
747
758
|
"original": "string",
|
|
748
759
|
"resolved": "string",
|
|
@@ -756,7 +767,7 @@ export class DuetInput {
|
|
|
756
767
|
},
|
|
757
768
|
"attribute": "label",
|
|
758
769
|
"reflect": false,
|
|
759
|
-
"defaultValue": "\"
|
|
770
|
+
"defaultValue": "\"Label\""
|
|
760
771
|
},
|
|
761
772
|
"error": {
|
|
762
773
|
"type": "string",
|
|
@@ -1056,6 +1067,7 @@ export class DuetInput {
|
|
|
1056
1067
|
}
|
|
1057
1068
|
static get states() {
|
|
1058
1069
|
return {
|
|
1070
|
+
"language": {},
|
|
1059
1071
|
"isPasswordRevealed": {},
|
|
1060
1072
|
"isFocused": {}
|
|
1061
1073
|
};
|