@duetds/components 6.3.5 → 6.5.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 +140 -141
- package/lib/cjs/duet-action-button.cjs.entry.js +1 -1
- package/lib/cjs/duet-alert.cjs.entry.js +1 -1
- package/lib/cjs/duet-badge.cjs.entry.js +1 -1
- package/lib/cjs/duet-breadcrumb.cjs.entry.js +1 -1
- package/lib/cjs/duet-breadcrumbs.cjs.entry.js +1 -1
- package/lib/cjs/duet-button_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-caption_4.cjs.entry.js +1 -1
- package/lib/cjs/duet-card.cjs.entry.js +1 -1
- package/lib/cjs/duet-checkbox.cjs.entry.js +1 -1
- package/lib/cjs/duet-choice_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-collapsible.cjs.entry.js +2 -2
- package/lib/cjs/duet-combobox.cjs.entry.js +1 -1
- package/lib/cjs/duet-cookie-consent.cjs.entry.js +1 -1
- package/lib/cjs/duet-date-picker.cjs.entry.js +2 -2
- package/lib/cjs/duet-divider_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-editable-table_3.cjs.entry.js +1 -1
- package/lib/cjs/duet-empty-state.cjs.entry.js +1 -1
- package/lib/cjs/duet-fieldset.cjs.entry.js +1 -1
- package/lib/cjs/duet-footer.cjs.entry.js +1 -1
- package/lib/cjs/duet-grid_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-header_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-hero.cjs.entry.js +5 -4
- package/lib/cjs/duet-icon.cjs.entry.js +1 -1
- package/lib/cjs/duet-input_2.cjs.entry.js +3 -3
- 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 +79 -0
- package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +1 -1
- package/lib/cjs/duet-menu-bar-link.cjs.entry.js +2 -16
- package/lib/cjs/duet-menu-bar.cjs.entry.js +2 -2
- package/lib/cjs/duet-modal.cjs.entry.js +2 -2
- package/lib/cjs/duet-multiselect.cjs.entry.js +1 -1
- package/lib/cjs/duet-nav.cjs.entry.js +1 -1
- package/lib/cjs/duet-notification_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-number-input.cjs.entry.js +1 -1
- package/lib/cjs/duet-pagination_2.cjs.entry.js +8 -16
- package/lib/cjs/duet-progress.cjs.entry.js +1 -1
- package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-range-slider.cjs.entry.js +1 -1
- package/lib/cjs/duet-scrollable_3.cjs.entry.js +1 -1
- package/lib/cjs/duet-section-layout.cjs.entry.js +1 -1
- package/lib/cjs/duet-select.cjs.entry.js +1 -1
- package/lib/cjs/duet-slideout-lang.cjs.entry.js +2 -2
- package/lib/cjs/duet-slideout-link.cjs.entry.js +5 -4
- package/lib/cjs/duet-slideout-panel-dropdown.cjs.entry.js +6 -2
- package/lib/cjs/duet-slideout-panel.cjs.entry.js +5 -4
- package/lib/cjs/duet-slideout.cjs.entry.js +18 -7
- 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 +6 -3
- package/lib/cjs/duet-toolbar-dropdown-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-toolbar-dropdown.cjs.entry.js +1 -1
- package/lib/cjs/duet-toolbar-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-toolbar.cjs.entry.js +1 -1
- package/lib/cjs/duet-tooltip.cjs.entry.js +1 -1
- package/lib/cjs/duet-tray.cjs.entry.js +1 -1
- package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
- package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
- package/lib/cjs/duet.cjs.js +2 -2
- package/lib/cjs/{focus-utils-1792d16d.js → focus-utils-91717ff5.js} +1 -1
- package/lib/cjs/{index-c780231c.js → index-5a5b5fb6.js} +1 -1
- package/lib/cjs/loader.cjs.js +2 -2
- package/lib/collection/collection-manifest.json +1 -2
- package/lib/collection/components/duet-collapsible/duet-collapsible.css +1 -1
- package/lib/collection/components/duet-hero/duet-hero.css +378 -71
- package/lib/collection/components/duet-hero/duet-hero.js +3 -2
- package/lib/collection/components/duet-input/duet-input.css +20 -0
- package/lib/collection/components/duet-input/duet-input.js +1 -1
- package/lib/collection/components/duet-menu-bar/duet-menu-bar.css +22 -0
- package/lib/collection/components/{duet-slideout-panel-link/duet-slideout-panel-link.css → duet-menu-bar-button/duet-menu-bar-button.css} +23 -13
- package/lib/collection/components/duet-menu-bar-button/duet-menu-bar-button.js +156 -0
- package/lib/collection/components/duet-menu-bar-link/duet-menu-bar-link.css +6 -33
- package/lib/collection/components/duet-menu-bar-link/duet-menu-bar-link.js +0 -14
- package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +7 -15
- package/lib/collection/components/duet-slideout/duet-slideout.css +27 -34
- package/lib/collection/components/duet-slideout/duet-slideout.js +45 -5
- package/lib/collection/components/duet-slideout-lang/duet-slideout-lang.css +1 -0
- package/lib/collection/components/duet-slideout-link/duet-slideout-link.css +9 -7
- package/lib/collection/components/duet-slideout-link/duet-slideout-link.js +27 -5
- package/lib/collection/components/duet-slideout-panel/duet-slideout-panel.css +35 -5
- package/lib/collection/components/duet-slideout-panel/duet-slideout-panel.js +20 -1
- package/lib/collection/components/duet-slideout-panel-dropdown/duet-slideout-panel-dropdown.css +21 -5
- package/lib/collection/components/duet-slideout-panel-dropdown/duet-slideout-panel-dropdown.js +4 -0
- package/lib/collection/components/duet-toggle/duet-toggle.css +46 -21
- package/lib/collection/components/duet-toggle/duet-toggle.js +22 -1
- 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 +2 -2
- 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-choice-group.js +6 -6
- package/lib/dist-custom-elements/duet-choice.js +5 -5
- package/lib/dist-custom-elements/duet-collapsible.js +3 -3
- package/lib/dist-custom-elements/duet-combobox.js +2 -2
- package/lib/dist-custom-elements/duet-cookie-consent.js +6 -6
- package/lib/dist-custom-elements/duet-date-picker.js +8 -8
- 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 +4 -4
- package/lib/dist-custom-elements/duet-grid-item.js +1 -1
- package/lib/dist-custom-elements/duet-grid.js +1 -1
- package/lib/dist-custom-elements/duet-header.js +8 -8
- package/lib/dist-custom-elements/duet-heading.js +1 -1
- package/lib/dist-custom-elements/duet-hero.js +13 -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.d.ts +11 -0
- package/lib/dist-custom-elements/duet-menu-bar-button.js +104 -0
- package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +2 -2
- package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +2 -2
- package/lib/dist-custom-elements/duet-menu-bar-link.js +3 -17
- package/lib/dist-custom-elements/duet-menu-bar.js +3 -3
- package/lib/dist-custom-elements/duet-modal.js +7 -7
- package/lib/dist-custom-elements/duet-multiselect.js +8 -8
- package/lib/dist-custom-elements/duet-nav.js +1 -1
- package/lib/dist-custom-elements/duet-notification-drawer.js +4 -4
- package/lib/dist-custom-elements/duet-notification.js +2 -2
- package/lib/dist-custom-elements/duet-number-input.js +7 -7
- package/lib/dist-custom-elements/duet-pagination.js +7 -7
- package/lib/dist-custom-elements/duet-paragraph.js +1 -1
- package/lib/dist-custom-elements/duet-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 +11 -19
- 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 +8 -6
- package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +7 -3
- package/lib/dist-custom-elements/duet-slideout-panel.js +6 -4
- package/lib/dist-custom-elements/duet-slideout.js +19 -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 +8 -8
- package/lib/dist-custom-elements/duet-tab.js +1 -1
- package/lib/dist-custom-elements/duet-table.js +1 -1
- package/lib/dist-custom-elements/duet-textarea.js +8 -8
- package/lib/dist-custom-elements/duet-toggle.js +8 -4
- package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +2 -2
- package/lib/dist-custom-elements/duet-toolbar-dropdown.js +2 -2
- package/lib/dist-custom-elements/duet-toolbar-link.js +2 -2
- package/lib/dist-custom-elements/duet-toolbar.js +1 -1
- package/lib/dist-custom-elements/duet-tooltip.js +1 -1
- package/lib/dist-custom-elements/duet-tray.js +3 -3
- package/lib/dist-custom-elements/duet-upload-aria-status.js +1 -1
- package/lib/dist-custom-elements/duet-upload.js +18 -18
- package/lib/dist-custom-elements/duet-visually-hidden.js +1 -1
- package/lib/dist-custom-elements/index.d.ts +1 -2
- package/lib/dist-custom-elements/index.js +2 -3
- package/lib/dist-custom-elements/{p-58d6bf44.js → p-0e46bc2c.js} +4 -4
- package/lib/dist-custom-elements/{p-c56da0b6.js → p-1772b598.js} +1 -1
- package/lib/dist-custom-elements/{p-3cbd86d1.js → p-1b31e0ac.js} +1 -1
- package/lib/dist-custom-elements/{p-12b842a7.js → p-1e3f421f.js} +1 -1
- package/lib/dist-custom-elements/{p-2a9a1aee.js → p-22b0a23d.js} +1 -1
- package/lib/dist-custom-elements/{p-c7aaa12e.js → p-26fb2022.js} +1 -1
- package/lib/dist-custom-elements/{p-fe75ce36.js → p-4804e790.js} +6 -6
- package/lib/dist-custom-elements/{p-18414294.js → p-4f709f28.js} +3 -3
- package/lib/dist-custom-elements/{p-92d5395b.js → p-5ac75d16.js} +1 -1
- package/lib/dist-custom-elements/{p-05ca8ad3.js → p-6709c2d5.js} +1 -1
- package/lib/dist-custom-elements/{p-af004f36.js → p-6b914cdc.js} +3 -3
- package/lib/dist-custom-elements/{p-355735f0.js → p-6f9f5b04.js} +3 -3
- package/lib/dist-custom-elements/{p-84fd6025.js → p-7266af0a.js} +1 -1
- package/lib/dist-custom-elements/{p-093cdb4b.js → p-7c5907e5.js} +8 -8
- package/lib/dist-custom-elements/{p-e5b634ae.js → p-86994a58.js} +1 -1
- package/lib/dist-custom-elements/{p-849407d1.js → p-9038500b.js} +5 -5
- package/lib/dist-custom-elements/{p-cc6990dc.js → p-9041d5c6.js} +7 -7
- package/lib/dist-custom-elements/{p-75c1d029.js → p-97f674f0.js} +2 -2
- package/lib/dist-custom-elements/{p-719f820e.js → p-9b3047d2.js} +1 -1
- package/lib/dist-custom-elements/{p-455151f9.js → p-a213fc78.js} +1 -1
- package/lib/dist-custom-elements/{p-5f10b790.js → p-a3d1df89.js} +1 -1
- package/lib/dist-custom-elements/{p-b5c1dbcf.js → p-b34f2a20.js} +2 -2
- package/lib/dist-custom-elements/{p-c9c2b26b.js → p-b7a2cf37.js} +1 -1
- package/lib/dist-custom-elements/{p-d3cd6eb7.js → p-c7567c65.js} +1 -1
- package/lib/dist-custom-elements/{p-86343460.js → p-ca879759.js} +2 -2
- package/lib/dist-custom-elements/{p-12fb0f9e.js → p-cab9eb97.js} +2 -2
- package/lib/dist-custom-elements/{p-1529e25b.js → p-d36aab71.js} +1 -1
- package/lib/dist-custom-elements/{p-3fd31c11.js → p-d501f01d.js} +1 -1
- package/lib/dist-custom-elements/{p-e8fc1e4d.js → p-e7845c13.js} +1 -1
- package/lib/dist-custom-elements/{p-39ecc3c9.js → p-f3b86e69.js} +2 -2
- package/lib/dist-custom-elements/{p-0e692503.js → p-f61f0fcc.js} +1 -1
- package/lib/duet/duet.esm.js +1 -1
- package/lib/duet/duet.js +1 -1
- package/lib/duet/{p-018a5ab9.entry.js → p-0127ce48.entry.js} +1 -1
- package/lib/duet/p-03c351bf.js +4 -0
- package/lib/duet/{p-837d96a7.system.entry.js → p-04263611.system.entry.js} +1 -1
- package/lib/duet/{p-1c255237.entry.js → p-04a3dfa0.entry.js} +1 -1
- package/lib/duet/p-04d51c20.entry.js +4 -0
- package/lib/duet/{p-b145d365.system.entry.js → p-06657f21.system.entry.js} +1 -1
- package/lib/duet/p-071f0c01.system.entry.js +4 -0
- package/lib/duet/{p-f49ce77f.js → p-08219217.js} +1 -1
- package/lib/duet/{p-865d8746.system.entry.js → p-08a74979.system.entry.js} +1 -1
- package/lib/duet/{p-9fffdd96.entry.js → p-0a7c904c.entry.js} +1 -1
- package/lib/duet/{p-72fa9406.entry.js → p-0c15b8bb.entry.js} +1 -1
- package/lib/duet/{p-91379e1a.system.entry.js → p-0f31e470.system.entry.js} +1 -1
- package/lib/duet/{p-49b5f5d2.entry.js → p-10596532.entry.js} +1 -1
- package/lib/duet/{p-4d3850f7.system.entry.js → p-158837f1.system.entry.js} +1 -1
- package/lib/duet/p-1863f126.system.entry.js +4 -0
- package/lib/duet/{p-3f6a6295.entry.js → p-1b594ed7.entry.js} +1 -1
- package/lib/duet/{p-0cf1ddbb.system.entry.js → p-1b6b316a.system.entry.js} +1 -1
- package/lib/duet/{p-16120a6f.entry.js → p-1b6c34b9.entry.js} +1 -1
- package/lib/duet/{p-31a47437.entry.js → p-1b80ae9f.entry.js} +1 -1
- package/lib/duet/{p-f92fe815.entry.js → p-1bbf4ae6.entry.js} +1 -1
- package/lib/duet/{p-d457f4aa.entry.js → p-1d83148d.entry.js} +1 -1
- package/lib/duet/{p-cffec684.entry.js → p-1df84690.entry.js} +1 -1
- package/lib/duet/{p-6204c166.entry.js → p-1df9e04d.entry.js} +1 -1
- package/lib/duet/{p-681066a6.entry.js → p-1e0269a9.entry.js} +1 -1
- package/lib/duet/p-1e27b8b3.system.entry.js +4 -0
- package/lib/duet/{p-cef7bf55.system.entry.js → p-20c58c8b.system.entry.js} +1 -1
- package/lib/duet/p-22e118f2.entry.js +4 -0
- package/lib/duet/{p-cc73e760.entry.js → p-23300bbc.entry.js} +1 -1
- package/lib/duet/{p-9f801169.system.entry.js → p-28257788.system.entry.js} +1 -1
- package/lib/duet/p-2c1c686d.entry.js +4 -0
- package/lib/duet/p-2efa4bb4.system.entry.js +4 -0
- package/lib/duet/{p-fe22e0d7.system.entry.js → p-313b153a.system.entry.js} +1 -1
- package/lib/duet/{p-88d2601b.system.entry.js → p-3147ad7d.system.entry.js} +1 -1
- package/lib/duet/{p-b12644af.entry.js → p-37d39983.entry.js} +1 -1
- package/lib/duet/{p-541569fa.system.entry.js → p-38524ca2.system.entry.js} +1 -1
- package/lib/duet/{p-d33f8eb3.system.entry.js → p-3ba892fc.system.entry.js} +1 -1
- package/lib/duet/{p-04801584.system.entry.js → p-426eb658.system.entry.js} +1 -1
- package/lib/duet/{p-91152973.system.entry.js → p-45ed2dcd.system.entry.js} +1 -1
- package/lib/duet/{p-74a01368.system.entry.js → p-4680e39d.system.entry.js} +1 -1
- package/lib/duet/{p-4223a51d.entry.js → p-4817aff7.entry.js} +1 -1
- package/lib/duet/{p-0319fb5c.system.entry.js → p-4989c194.system.entry.js} +1 -1
- package/lib/duet/{p-5cbd1a2f.system.entry.js → p-5021b17f.system.entry.js} +1 -1
- package/lib/duet/{p-5c3f2090.system.entry.js → p-54c11f40.system.entry.js} +1 -1
- package/lib/duet/{p-7c83378e.entry.js → p-5519f08b.entry.js} +1 -1
- package/lib/duet/p-56f86438.system.js +4 -0
- package/lib/duet/{p-93df49a3.entry.js → p-590f0cd4.entry.js} +1 -1
- package/lib/duet/{p-9331046d.system.entry.js → p-59a58ae9.system.entry.js} +1 -1
- package/lib/duet/p-5adfe2ac.system.entry.js +4 -0
- package/lib/duet/p-5db551e7.entry.js +4 -0
- package/lib/duet/{p-729caf5f.entry.js → p-6003ca10.entry.js} +1 -1
- package/lib/duet/{p-5322f804.system.js → p-601cc7ed.system.js} +1 -1
- package/lib/duet/{p-c91803e0.system.entry.js → p-613320e2.system.entry.js} +1 -1
- package/lib/duet/{p-c93c1f44.entry.js → p-613e6a9a.entry.js} +1 -1
- package/lib/duet/p-61a73f4c.system.entry.js +4 -0
- package/lib/duet/{p-6079ee23.system.entry.js → p-62523c5e.system.entry.js} +1 -1
- package/lib/duet/{p-f13d08c0.entry.js → p-6663ee53.entry.js} +1 -1
- package/lib/duet/{p-fff43d6a.system.entry.js → p-67e31104.system.entry.js} +1 -1
- package/lib/duet/{p-dd14cf90.entry.js → p-682c835a.entry.js} +1 -1
- package/lib/duet/{p-cc3c61dc.system.entry.js → p-68a49822.system.entry.js} +1 -1
- package/lib/duet/{p-b3912b20.system.entry.js → p-6be4b41a.system.entry.js} +1 -1
- package/lib/duet/{p-8cd7c88f.entry.js → p-6c8a4d6d.entry.js} +1 -1
- package/lib/duet/{p-d6544808.entry.js → p-6f22bbbe.entry.js} +1 -1
- package/lib/duet/{p-d018c67f.system.entry.js → p-7261288d.system.entry.js} +1 -1
- package/lib/duet/{p-3cc57c17.system.entry.js → p-742ad989.system.entry.js} +1 -1
- package/lib/duet/{p-40f0541a.entry.js → p-7629e252.entry.js} +1 -1
- package/lib/duet/{p-6859eb48.entry.js → p-7712404e.entry.js} +1 -1
- package/lib/duet/{p-56068b6e.system.entry.js → p-783b5f4b.system.entry.js} +1 -1
- package/lib/duet/{p-7c048219.system.entry.js → p-7b2c1d94.system.entry.js} +1 -1
- package/lib/duet/{p-ef49ea7a.system.entry.js → p-7c982e4b.system.entry.js} +1 -1
- package/lib/duet/{p-4e91709f.entry.js → p-81852379.entry.js} +1 -1
- package/lib/duet/{p-d45207dc.system.entry.js → p-81d37c17.system.entry.js} +1 -1
- package/lib/duet/{p-5025032d.entry.js → p-8654ea51.entry.js} +1 -1
- package/lib/duet/{p-750cd6e8.system.entry.js → p-8933bd6c.system.entry.js} +1 -1
- package/lib/duet/{p-49699ab5.entry.js → p-8a99c10b.entry.js} +1 -1
- package/lib/duet/{p-ef9acdfa.system.entry.js → p-8af2618e.system.entry.js} +1 -1
- package/lib/duet/{p-7ec74dc5.system.entry.js → p-8bf6bbdf.system.entry.js} +1 -1
- package/lib/duet/p-8c6d4c6b.system.entry.js +4 -0
- package/lib/duet/{p-5cf8d351.entry.js → p-8cb76b58.entry.js} +1 -1
- package/lib/duet/p-8cd0074b.entry.js +4 -0
- package/lib/duet/{p-54e01d20.system.entry.js → p-8cf5421a.system.entry.js} +1 -1
- package/lib/duet/{p-bfca68d4.system.entry.js → p-91636321.system.entry.js} +1 -1
- package/lib/duet/{p-409f8d79.entry.js → p-94618159.entry.js} +1 -1
- package/lib/duet/{p-d01e2749.entry.js → p-9569e6a7.entry.js} +1 -1
- package/lib/duet/{p-a2e41589.entry.js → p-9864dd9e.entry.js} +1 -1
- package/lib/duet/p-9903eb4f.system.entry.js +4 -0
- package/lib/duet/{p-9ed1420b.system.entry.js → p-9d12c99f.system.entry.js} +1 -1
- package/lib/duet/{p-f87f022d.entry.js → p-9e792bdc.entry.js} +1 -1
- package/lib/duet/{p-59e02635.entry.js → p-a454c2b7.entry.js} +1 -1
- package/lib/duet/{p-cd20b86d.system.entry.js → p-a633d2ad.system.entry.js} +1 -1
- package/lib/duet/{p-647a5d0b.entry.js → p-a69712cf.entry.js} +1 -1
- package/lib/duet/{p-53cfc823.entry.js → p-a7dec361.entry.js} +1 -1
- package/lib/duet/{p-ea776469.system.entry.js → p-a947aafd.system.entry.js} +2 -2
- package/lib/duet/p-a96a177f.entry.js +4 -0
- package/lib/duet/{p-8b781575.system.entry.js → p-a9b3ad66.system.entry.js} +1 -1
- package/lib/duet/p-aa4d9b23.entry.js +4 -0
- package/lib/duet/{p-75744914.system.entry.js → p-add7f641.system.entry.js} +1 -1
- package/lib/duet/{p-d0f1b22e.entry.js → p-ae9bbd6d.entry.js} +1 -1
- package/lib/duet/{p-06c0f45d.system.entry.js → p-b0e5927f.system.entry.js} +1 -1
- package/lib/duet/{p-9b59c742.system.entry.js → p-b2d2ab88.system.entry.js} +1 -1
- package/lib/duet/p-b6c553e1.system.entry.js +4 -0
- package/lib/duet/{p-6e1e4554.entry.js → p-b9e25d51.entry.js} +1 -1
- package/lib/duet/{p-b5e84bb7.system.entry.js → p-bc6be1c8.system.entry.js} +1 -1
- package/lib/duet/{p-0bb2bbba.system.entry.js → p-bdec8e3b.system.entry.js} +1 -1
- package/lib/duet/{p-b0686337.entry.js → p-be3f2b2d.entry.js} +1 -1
- package/lib/duet/p-c2b81607.entry.js +4 -0
- package/lib/duet/{p-297b81b5.entry.js → p-c466d748.entry.js} +1 -1
- package/lib/duet/{p-41032b22.system.entry.js → p-c5a51107.system.entry.js} +1 -1
- package/lib/duet/{p-b21921a2.entry.js → p-c791e6a4.entry.js} +1 -1
- package/lib/duet/{p-4fb33f49.entry.js → p-ca0a286e.entry.js} +1 -1
- package/lib/duet/{p-5557f8e7.entry.js → p-cc28ff9e.entry.js} +1 -1
- package/lib/duet/{p-83d444c7.system.entry.js → p-cdd084c6.system.entry.js} +1 -1
- package/lib/duet/{p-0a550c3f.entry.js → p-ce7ffc0e.entry.js} +1 -1
- package/lib/duet/{p-fad18444.entry.js → p-cedd3eb4.entry.js} +1 -1
- package/lib/duet/{p-d0de3b58.entry.js → p-cf2207c3.entry.js} +1 -1
- package/lib/duet/p-cf62ea4b.system.entry.js +4 -0
- package/lib/duet/{p-9e03d929.system.entry.js → p-d0bc8d40.system.entry.js} +1 -1
- package/lib/duet/{p-59587e86.system.js → p-d40c59fd.system.js} +1 -1
- package/lib/duet/{p-375ac11f.system.entry.js → p-daa2fb6c.system.entry.js} +1 -1
- package/lib/duet/{p-1a3ec0c1.entry.js → p-db5b5696.entry.js} +1 -1
- package/lib/duet/{p-5b0dda5a.system.entry.js → p-dce7becd.system.entry.js} +1 -1
- package/lib/duet/{p-7afe3a89.entry.js → p-dd167a8a.entry.js} +1 -1
- package/lib/duet/{p-05fc79b6.system.entry.js → p-e00149ea.system.entry.js} +1 -1
- package/lib/duet/{p-e9d09bf8.entry.js → p-e456ee37.entry.js} +1 -1
- package/lib/duet/{p-7600fd6b.system.entry.js → p-eb9681e7.system.entry.js} +1 -1
- package/lib/duet/{p-763f8c03.system.entry.js → p-ecbe9c68.system.entry.js} +1 -1
- package/lib/duet/p-ecce887f.entry.js +4 -0
- package/lib/duet/{p-c4ce0911.entry.js → p-ee21e6b2.entry.js} +1 -1
- package/lib/duet/{p-55fa5cf9.entry.js → p-f02dcba6.entry.js} +1 -1
- package/lib/duet/{p-cd8e8e77.entry.js → p-fdd7fa66.entry.js} +1 -1
- package/lib/duet/{p-cce44172.entry.js → p-fe1f5f17.entry.js} +1 -1
- package/lib/duet/p-ffa9c9da.system.entry.js +4 -0
- package/lib/esm/duet-action-button.entry.js +1 -1
- package/lib/esm/duet-alert.entry.js +1 -1
- package/lib/esm/duet-badge.entry.js +1 -1
- package/lib/esm/duet-breadcrumb.entry.js +1 -1
- package/lib/esm/duet-breadcrumbs.entry.js +1 -1
- package/lib/esm/duet-button_2.entry.js +1 -1
- package/lib/esm/duet-caption_4.entry.js +1 -1
- package/lib/esm/duet-card.entry.js +1 -1
- package/lib/esm/duet-checkbox.entry.js +1 -1
- package/lib/esm/duet-choice_2.entry.js +2 -2
- package/lib/esm/duet-collapsible.entry.js +2 -2
- package/lib/esm/duet-combobox.entry.js +1 -1
- package/lib/esm/duet-cookie-consent.entry.js +1 -1
- package/lib/esm/duet-date-picker.entry.js +2 -2
- package/lib/esm/duet-divider_2.entry.js +1 -1
- package/lib/esm/duet-editable-table_3.entry.js +1 -1
- package/lib/esm/duet-empty-state.entry.js +1 -1
- package/lib/esm/duet-fieldset.entry.js +1 -1
- package/lib/esm/duet-footer.entry.js +1 -1
- package/lib/esm/duet-grid_2.entry.js +1 -1
- package/lib/esm/duet-header_2.entry.js +1 -1
- package/lib/esm/duet-hero.entry.js +5 -4
- package/lib/esm/duet-icon.entry.js +1 -1
- package/lib/esm/duet-input_2.entry.js +3 -3
- 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 +75 -0
- package/lib/esm/duet-menu-bar-dropdown-link.entry.js +1 -1
- package/lib/esm/duet-menu-bar-dropdown.entry.js +1 -1
- package/lib/esm/duet-menu-bar-link.entry.js +2 -16
- package/lib/esm/duet-menu-bar.entry.js +2 -2
- package/lib/esm/duet-modal.entry.js +2 -2
- package/lib/esm/duet-multiselect.entry.js +1 -1
- package/lib/esm/duet-nav.entry.js +1 -1
- package/lib/esm/duet-notification_2.entry.js +1 -1
- package/lib/esm/duet-number-input.entry.js +1 -1
- package/lib/esm/duet-pagination_2.entry.js +8 -16
- package/lib/esm/duet-progress.entry.js +1 -1
- package/lib/esm/duet-radio_2.entry.js +1 -1
- package/lib/esm/duet-range-slider.entry.js +1 -1
- package/lib/esm/duet-scrollable_3.entry.js +1 -1
- package/lib/esm/duet-section-layout.entry.js +1 -1
- package/lib/esm/duet-select.entry.js +1 -1
- package/lib/esm/duet-slideout-lang.entry.js +2 -2
- package/lib/esm/duet-slideout-link.entry.js +5 -4
- package/lib/esm/duet-slideout-panel-dropdown.entry.js +6 -2
- package/lib/esm/duet-slideout-panel.entry.js +5 -4
- package/lib/esm/duet-slideout.entry.js +18 -7
- 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 +6 -3
- package/lib/esm/duet-toolbar-dropdown-link.entry.js +1 -1
- package/lib/esm/duet-toolbar-dropdown.entry.js +1 -1
- package/lib/esm/duet-toolbar-link.entry.js +1 -1
- package/lib/esm/duet-toolbar.entry.js +1 -1
- package/lib/esm/duet-tooltip.entry.js +1 -1
- package/lib/esm/duet-tray.entry.js +1 -1
- 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 +2 -2
- package/lib/esm/{focus-utils-8479ac73.js → focus-utils-5c59278b.js} +1 -1
- package/lib/esm/{index-de01d1ef.js → index-1279f177.js} +1 -1
- package/lib/esm/loader.js +2 -2
- 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-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-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-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-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 +1 -1
- 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 +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 +4 -0
- 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-pagination_2.entry.js +1 -1
- package/lib/esm-es5/duet-progress.entry.js +1 -1
- package/lib/esm-es5/duet-radio_2.entry.js +1 -1
- package/lib/esm-es5/duet-range-slider.entry.js +1 -1
- package/lib/esm-es5/duet-scrollable_3.entry.js +1 -1
- package/lib/esm-es5/duet-section-layout.entry.js +1 -1
- package/lib/esm-es5/duet-select.entry.js +1 -1
- package/lib/esm-es5/duet-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 +1 -1
- 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 +1 -1
- 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-5c59278b.js +4 -0
- package/lib/esm-es5/{index-de01d1ef.js → index-1279f177.js} +1 -1
- package/lib/esm-es5/loader.js +1 -1
- package/lib/types/components/{duet-slideout-panel-link/duet-slideout-panel-link.d.ts → duet-menu-bar-button/duet-menu-bar-button.d.ts} +13 -9
- package/lib/types/components/duet-menu-bar-link/duet-menu-bar-link.d.ts +0 -1
- package/lib/types/components/duet-range-stepper/duet-range-stepper.d.ts +1 -0
- package/lib/types/components/duet-slideout/duet-slideout.d.ts +5 -1
- package/lib/types/components/duet-slideout-link/duet-slideout-link.d.ts +6 -1
- package/lib/types/components/duet-slideout-panel/duet-slideout-panel.d.ts +4 -0
- package/lib/types/components/duet-toggle/duet-toggle.d.ts +4 -0
- package/lib/types/components.d.ts +60 -92
- package/package.json +5 -5
- package/lib/cjs/duet-slideout-panel-dropdown-link.cjs.entry.js +0 -41
- package/lib/cjs/duet-slideout-panel-link.cjs.entry.js +0 -41
- package/lib/collection/components/duet-slideout-panel-dropdown-link/duet-slideout-panel-dropdown-link.css +0 -47
- package/lib/collection/components/duet-slideout-panel-dropdown-link/duet-slideout-panel-dropdown-link.js +0 -123
- package/lib/collection/components/duet-slideout-panel-link/duet-slideout-panel-link.js +0 -123
- package/lib/dist-custom-elements/duet-slideout-panel-dropdown-link.d.ts +0 -11
- package/lib/dist-custom-elements/duet-slideout-panel-dropdown-link.js +0 -66
- package/lib/dist-custom-elements/duet-slideout-panel-link.d.ts +0 -11
- package/lib/dist-custom-elements/duet-slideout-panel-link.js +0 -66
- package/lib/duet/p-05639128.entry.js +0 -4
- package/lib/duet/p-05c89399.entry.js +0 -4
- package/lib/duet/p-0957a669.entry.js +0 -4
- package/lib/duet/p-15d4debd.system.entry.js +0 -4
- package/lib/duet/p-1bdc640b.entry.js +0 -4
- package/lib/duet/p-3aa61be3.system.entry.js +0 -4
- package/lib/duet/p-40131e38.entry.js +0 -4
- package/lib/duet/p-4118eef3.system.entry.js +0 -4
- package/lib/duet/p-470820c2.system.entry.js +0 -4
- package/lib/duet/p-550e17bb.system.entry.js +0 -4
- package/lib/duet/p-6c239641.js +0 -4
- package/lib/duet/p-766ee6d4.system.entry.js +0 -4
- package/lib/duet/p-77307dc5.system.entry.js +0 -4
- package/lib/duet/p-9297f2df.entry.js +0 -4
- package/lib/duet/p-94607b74.system.entry.js +0 -4
- package/lib/duet/p-9955ebd7.entry.js +0 -4
- package/lib/duet/p-ac5e88b0.system.entry.js +0 -4
- package/lib/duet/p-c2c9a7f4.system.js +0 -4
- package/lib/duet/p-c35a5e18.entry.js +0 -4
- package/lib/duet/p-dd168953.system.entry.js +0 -4
- package/lib/duet/p-e45e8eab.entry.js +0 -4
- package/lib/duet/p-e4cf3f0a.system.entry.js +0 -4
- package/lib/duet/p-e578a9e1.system.entry.js +0 -4
- package/lib/duet/p-f7030f2b.entry.js +0 -4
- package/lib/esm/duet-slideout-panel-dropdown-link.entry.js +0 -37
- package/lib/esm/duet-slideout-panel-link.entry.js +0 -37
- package/lib/esm-es5/duet-slideout-panel-dropdown-link.entry.js +0 -4
- package/lib/esm-es5/duet-slideout-panel-link.entry.js +0 -4
- package/lib/esm-es5/focus-utils-8479ac73.js +0 -4
- package/lib/types/components/duet-slideout-panel-dropdown-link/duet-slideout-panel-dropdown-link.d.ts +0 -36
|
@@ -9,7 +9,8 @@ export class DuetSlideoutLink {
|
|
|
9
9
|
this.active = false;
|
|
10
10
|
this.href = "#";
|
|
11
11
|
this.icon = undefined;
|
|
12
|
-
this.size = "
|
|
12
|
+
this.size = "inherit";
|
|
13
|
+
this.menuItem = false;
|
|
13
14
|
}
|
|
14
15
|
/**
|
|
15
16
|
* Component lifecycle events.
|
|
@@ -27,7 +28,7 @@ export class DuetSlideoutLink {
|
|
|
27
28
|
"duet-theme-turva": this.theme === "turva",
|
|
28
29
|
active: this.active,
|
|
29
30
|
[this.size]: true,
|
|
30
|
-
}, href: this.href }, this.icon && h("duet-icon", {
|
|
31
|
+
}, href: this.href, role: this.menuItem && "menuitem" }, this.icon && (h("duet-icon", { name: this.icon, color: this.menuItem && "currentColor", size: this.menuItem ? "x-small" : "medium", margin: "none" })), h("span", null, h("slot", null)))));
|
|
31
32
|
}
|
|
32
33
|
static get is() { return "duet-slideout-link"; }
|
|
33
34
|
static get encapsulation() { return "shadow"; }
|
|
@@ -124,8 +125,8 @@ export class DuetSlideoutLink {
|
|
|
124
125
|
"type": "string",
|
|
125
126
|
"mutable": true,
|
|
126
127
|
"complexType": {
|
|
127
|
-
"original": "
|
|
128
|
-
"resolved": "
|
|
128
|
+
"original": "\"inherit\" | \"small\" | \"medium\" | \"large\"",
|
|
129
|
+
"resolved": "\"inherit\" | \"large\" | \"medium\" | \"small\"",
|
|
129
130
|
"references": {}
|
|
130
131
|
},
|
|
131
132
|
"required": false,
|
|
@@ -136,7 +137,28 @@ export class DuetSlideoutLink {
|
|
|
136
137
|
},
|
|
137
138
|
"attribute": "size",
|
|
138
139
|
"reflect": true,
|
|
139
|
-
"defaultValue": "\"
|
|
140
|
+
"defaultValue": "\"inherit\""
|
|
141
|
+
},
|
|
142
|
+
"menuItem": {
|
|
143
|
+
"type": "boolean",
|
|
144
|
+
"mutable": false,
|
|
145
|
+
"complexType": {
|
|
146
|
+
"original": "boolean",
|
|
147
|
+
"resolved": "boolean",
|
|
148
|
+
"references": {}
|
|
149
|
+
},
|
|
150
|
+
"required": false,
|
|
151
|
+
"optional": false,
|
|
152
|
+
"docs": {
|
|
153
|
+
"tags": [{
|
|
154
|
+
"name": "internal",
|
|
155
|
+
"text": "Indicates the component is used where aria-role menuitem is expected"
|
|
156
|
+
}],
|
|
157
|
+
"text": ""
|
|
158
|
+
},
|
|
159
|
+
"attribute": "menu-item",
|
|
160
|
+
"reflect": false,
|
|
161
|
+
"defaultValue": "false"
|
|
140
162
|
}
|
|
141
163
|
};
|
|
142
164
|
}
|
|
@@ -23,16 +23,14 @@
|
|
|
23
23
|
height: 100%;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
:host slot::slotted(
|
|
27
|
-
:host slot::slotted(duet-slideout-panel-link) {
|
|
26
|
+
:host slot:not([name=label])::slotted(*) {
|
|
28
27
|
position: relative;
|
|
29
28
|
top: 0.5rem;
|
|
30
29
|
opacity: 0;
|
|
31
30
|
transition: top 0.3s ease-in, opacity 0.3s ease-in;
|
|
32
31
|
}
|
|
33
32
|
|
|
34
|
-
:host([open]) slot::slotted(
|
|
35
|
-
:host([open]) slot::slotted(duet-slideout-panel-dropdown) {
|
|
33
|
+
:host([open]) slot:not([name=label])::slotted(*) {
|
|
36
34
|
top: 0;
|
|
37
35
|
opacity: 1;
|
|
38
36
|
}
|
|
@@ -55,7 +53,7 @@
|
|
|
55
53
|
font-weight: 800;
|
|
56
54
|
line-height: 1.25;
|
|
57
55
|
color: #00294d;
|
|
58
|
-
text-align:
|
|
56
|
+
text-align: left;
|
|
59
57
|
text-decoration: none;
|
|
60
58
|
cursor: pointer;
|
|
61
59
|
}
|
|
@@ -69,6 +67,22 @@
|
|
|
69
67
|
.duet-slideout-panel .link.active .label-text {
|
|
70
68
|
position: relative;
|
|
71
69
|
}
|
|
70
|
+
.duet-slideout-panel .link.active .label-text.small {
|
|
71
|
+
font-size: 1rem;
|
|
72
|
+
font-weight: 600;
|
|
73
|
+
}
|
|
74
|
+
.duet-slideout-panel .link.active .label-text.small span::after {
|
|
75
|
+
height: 1px;
|
|
76
|
+
transform: translateY(1px);
|
|
77
|
+
}
|
|
78
|
+
.duet-slideout-panel .link.active .label-text.medium {
|
|
79
|
+
font-size: 1.25rem;
|
|
80
|
+
font-weight: 600;
|
|
81
|
+
}
|
|
82
|
+
.duet-slideout-panel .link.active .label-text.large {
|
|
83
|
+
font-size: 1.5rem;
|
|
84
|
+
font-weight: 800;
|
|
85
|
+
}
|
|
72
86
|
.duet-slideout-panel .link.active .label-text::after {
|
|
73
87
|
position: absolute;
|
|
74
88
|
top: auto;
|
|
@@ -146,4 +160,20 @@
|
|
|
146
160
|
}
|
|
147
161
|
.duet-slideout-panel.duet-theme-turva .items {
|
|
148
162
|
background: #f5f5f7;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
slot {
|
|
166
|
+
--active-height: 1px;
|
|
167
|
+
--active-translate-y: translateY(1px);
|
|
168
|
+
font-size: 1rem;
|
|
169
|
+
font-weight: 600;
|
|
170
|
+
color: #00294d;
|
|
171
|
+
}
|
|
172
|
+
.duet-theme-turva slot {
|
|
173
|
+
color: #940925;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
slot[name=label] {
|
|
177
|
+
font-size: 1.5rem;
|
|
178
|
+
font-weight: 800;
|
|
149
179
|
}
|
|
@@ -43,6 +43,7 @@ export class DuetSlideoutPanel {
|
|
|
43
43
|
this.active = false;
|
|
44
44
|
this.open = false;
|
|
45
45
|
this.icon = undefined;
|
|
46
|
+
this.labelSize = "medium";
|
|
46
47
|
}
|
|
47
48
|
/**
|
|
48
49
|
* Component lifecycle events.
|
|
@@ -64,7 +65,7 @@ export class DuetSlideoutPanel {
|
|
|
64
65
|
} }, h("button", { ref: element => (this.openButton = element), "aria-haspopup": "menu", "aria-controls": "menu", "aria-expanded": this.open ? "true" : "false", id: "button", type: "button", class: {
|
|
65
66
|
link: true,
|
|
66
67
|
active: this.active,
|
|
67
|
-
}, onClick: this.onToggleClick }, this.icon && h("duet-icon", { name: this.icon, size: "x-small", margin: "none" }), h("div", { class: "label" }, h("span", { class: "label-text" }, h("slot", { name: "label" })), h("duet-icon", { class: "caret", name: "action-arrow-right", margin: "none", size: "x-small" }))), h("div", { class: {
|
|
68
|
+
}, onClick: this.onToggleClick }, this.icon && h("duet-icon", { name: this.icon, size: "x-small", margin: "none" }), h("div", { class: "label" }, h("span", { class: { "label-text": true, [this.labelSize]: true } }, h("slot", { name: "label" })), h("duet-icon", { class: "caret", name: "action-arrow-right", margin: "none", size: "x-small" }))), h("div", { class: {
|
|
68
69
|
dialog: true,
|
|
69
70
|
hidden: !this.open,
|
|
70
71
|
} }, h(FocusGuard, { moveFocusTo: this.closeButton }), h("div", { class: "top" }, h("button", { ref: element => (this.closeButton = element), "aria-haspopup": "menu", "aria-controls": "menu", "aria-expanded": this.open ? "true" : "false", type: "button", class: {
|
|
@@ -163,6 +164,24 @@ export class DuetSlideoutPanel {
|
|
|
163
164
|
"attribute": "icon",
|
|
164
165
|
"reflect": true,
|
|
165
166
|
"defaultValue": "undefined"
|
|
167
|
+
},
|
|
168
|
+
"labelSize": {
|
|
169
|
+
"type": "string",
|
|
170
|
+
"mutable": true,
|
|
171
|
+
"complexType": {
|
|
172
|
+
"original": "\"small\" | \"medium\" | \"large\"",
|
|
173
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
174
|
+
"references": {}
|
|
175
|
+
},
|
|
176
|
+
"required": false,
|
|
177
|
+
"optional": false,
|
|
178
|
+
"docs": {
|
|
179
|
+
"tags": [],
|
|
180
|
+
"text": "Size. Small, medium or large."
|
|
181
|
+
},
|
|
182
|
+
"attribute": "label-size",
|
|
183
|
+
"reflect": true,
|
|
184
|
+
"defaultValue": "\"medium\""
|
|
166
185
|
}
|
|
167
186
|
};
|
|
168
187
|
}
|
package/lib/collection/components/duet-slideout-panel-dropdown/duet-slideout-panel-dropdown.css
CHANGED
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
height: 100%;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
:host slot::slotted(
|
|
27
|
+
:host slot:not([name=label])::slotted(*) {
|
|
28
28
|
position: relative;
|
|
29
29
|
top: -0.5rem;
|
|
30
30
|
opacity: 0;
|
|
31
31
|
transition: top 0.3s ease-in, opacity 0.3s ease-in;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
:host([open]) slot::slotted(
|
|
34
|
+
:host([open]) slot:not([name=label])::slotted(*) {
|
|
35
35
|
top: 0;
|
|
36
36
|
opacity: 1;
|
|
37
37
|
}
|
|
@@ -72,19 +72,35 @@
|
|
|
72
72
|
justify-content: center;
|
|
73
73
|
width: 100%;
|
|
74
74
|
max-height: 1000px;
|
|
75
|
-
padding: 0
|
|
75
|
+
padding: 0 20px 8px 44px;
|
|
76
76
|
overflow-y: auto;
|
|
77
77
|
visibility: visible;
|
|
78
|
-
transition: max-height 0.3s ease-in, padding 0.3s ease-in;
|
|
78
|
+
transition: max-height 0.3s ease-in, padding-bottom 0.3s ease-in;
|
|
79
79
|
}
|
|
80
80
|
.duet-slideout-panel-dropdown .items.hidden {
|
|
81
81
|
max-height: 0;
|
|
82
82
|
padding: 0;
|
|
83
83
|
overflow: hidden;
|
|
84
84
|
visibility: hidden;
|
|
85
|
-
transition: max-height 0.3s ease-out, padding 0.3s ease-out;
|
|
85
|
+
transition: max-height 0.3s ease-out, padding-bottom 0.3s ease-out;
|
|
86
86
|
}
|
|
87
87
|
.duet-slideout-panel-dropdown.duet-theme-turva button {
|
|
88
88
|
font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
89
89
|
color: #940925;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
slot {
|
|
93
|
+
--active-height: 1px;
|
|
94
|
+
--active-translate-y: translateY(1px);
|
|
95
|
+
font-size: 1rem;
|
|
96
|
+
font-weight: 400;
|
|
97
|
+
color: #00294d;
|
|
98
|
+
}
|
|
99
|
+
.duet-theme-turva slot {
|
|
100
|
+
color: #940925;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
slot[name=label] {
|
|
104
|
+
font-size: 1rem;
|
|
105
|
+
font-weight: 600;
|
|
90
106
|
}
|
package/lib/collection/components/duet-slideout-panel-dropdown/duet-slideout-panel-dropdown.js
CHANGED
|
@@ -23,6 +23,10 @@ export class DuetSlideoutPanelDropdown {
|
|
|
23
23
|
*/
|
|
24
24
|
componentWillLoad() {
|
|
25
25
|
inheritGlobalTheme(this);
|
|
26
|
+
const links = this.element.querySelectorAll("duet-slideout-link");
|
|
27
|
+
links.forEach(link => {
|
|
28
|
+
link.menuItem = true;
|
|
29
|
+
});
|
|
26
30
|
}
|
|
27
31
|
/**
|
|
28
32
|
* render() function
|
|
@@ -42,6 +42,19 @@ duet-label {
|
|
|
42
42
|
width: 100% !important;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
+
.duet-side-label {
|
|
46
|
+
display: flex;
|
|
47
|
+
gap: 12px;
|
|
48
|
+
align-items: center;
|
|
49
|
+
}
|
|
50
|
+
.duet-side-label duet-label {
|
|
51
|
+
width: auto !important;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.duet-reverse-label {
|
|
55
|
+
flex-direction: row-reverse;
|
|
56
|
+
}
|
|
57
|
+
|
|
45
58
|
.duet-switch {
|
|
46
59
|
position: relative;
|
|
47
60
|
display: block;
|
|
@@ -67,29 +80,40 @@ duet-label {
|
|
|
67
80
|
}
|
|
68
81
|
.duet-switch input:checked + .duet-slider::before {
|
|
69
82
|
background-color: white;
|
|
70
|
-
box-shadow:
|
|
83
|
+
box-shadow: -1px 0 2px #004467;
|
|
71
84
|
transform: translateX(20px);
|
|
72
85
|
}
|
|
86
|
+
.duet-theme-turva .duet-switch input:checked + .duet-slider::before {
|
|
87
|
+
background-color: white;
|
|
88
|
+
box-shadow: -1px 0 2px #660619;
|
|
89
|
+
}
|
|
73
90
|
.duet-switch input:disabled + .duet-slider {
|
|
74
91
|
cursor: default;
|
|
75
92
|
}
|
|
76
|
-
.duet-switch input:disabled
|
|
77
|
-
box-shadow:
|
|
93
|
+
.duet-switch input:disabled + .duet-slider::before {
|
|
94
|
+
box-shadow: none;
|
|
78
95
|
}
|
|
79
|
-
.duet-theme-turva .duet-switch input:disabled
|
|
80
|
-
box-shadow:
|
|
96
|
+
.duet-theme-turva .duet-switch input:disabled + .duet-slider::before {
|
|
97
|
+
box-shadow: none;
|
|
98
|
+
}
|
|
99
|
+
.duet-switch input:disabled:not(:checked) + .duet-slider {
|
|
100
|
+
background: #c8cacc;
|
|
81
101
|
}
|
|
82
102
|
.duet-switch input:disabled:not(:checked) + .duet-slider::before {
|
|
83
|
-
background:
|
|
103
|
+
background: white;
|
|
104
|
+
box-shadow: none;
|
|
105
|
+
}
|
|
106
|
+
.duet-theme-turva .duet-switch input:disabled:not(:checked) + .duet-slider {
|
|
107
|
+
background: #bababa;
|
|
84
108
|
}
|
|
85
109
|
.duet-theme-turva .duet-switch input:disabled:not(:checked) + .duet-slider::before {
|
|
86
|
-
background:
|
|
110
|
+
background: white;
|
|
87
111
|
}
|
|
88
112
|
.duet-switch input:disabled:checked + .duet-slider {
|
|
89
|
-
background: #
|
|
113
|
+
background: #80bbd9;
|
|
90
114
|
}
|
|
91
115
|
.duet-theme-turva .duet-switch input:disabled:checked + .duet-slider {
|
|
92
|
-
background: #
|
|
116
|
+
background: #e38698;
|
|
93
117
|
}
|
|
94
118
|
:host(.user-is-tabbing) .duet-switch input:focus + .duet-slider {
|
|
95
119
|
box-shadow: 0 0 0 1px white, 0 0 0 3px rgba(0, 119, 179, 0.75);
|
|
@@ -105,25 +129,26 @@ duet-label {
|
|
|
105
129
|
bottom: 0;
|
|
106
130
|
left: 0;
|
|
107
131
|
cursor: pointer;
|
|
108
|
-
background-color:
|
|
109
|
-
border-radius:
|
|
110
|
-
box-shadow: inset 0 0 0 1px #00294d;
|
|
132
|
+
background-color: #909599;
|
|
133
|
+
border-radius: 24px;
|
|
111
134
|
transition: background-color 300ms ease;
|
|
112
135
|
}
|
|
113
|
-
.duet-theme-turva .duet-slider {
|
|
114
|
-
box-shadow: inset 0 0 0 1px #171c3a;
|
|
115
|
-
}
|
|
116
136
|
.duet-slider::before {
|
|
117
137
|
position: absolute;
|
|
118
|
-
bottom:
|
|
119
|
-
left:
|
|
120
|
-
width:
|
|
121
|
-
height:
|
|
138
|
+
bottom: 2px;
|
|
139
|
+
left: 2px;
|
|
140
|
+
width: 24px;
|
|
141
|
+
height: 24px;
|
|
122
142
|
content: "";
|
|
123
|
-
background-color:
|
|
143
|
+
background-color: white;
|
|
124
144
|
border-radius: 50%;
|
|
145
|
+
box-shadow: 1px 0 2px #5d6266;
|
|
125
146
|
transition: 300ms ease;
|
|
126
147
|
}
|
|
148
|
+
.duet-theme-turva .duet-slider {
|
|
149
|
+
background-color: #747475;
|
|
150
|
+
}
|
|
127
151
|
.duet-theme-turva .duet-slider::before {
|
|
128
|
-
background-color:
|
|
152
|
+
background-color: white;
|
|
153
|
+
box-shadow: 1px 0 2px #414142;
|
|
129
154
|
}
|
|
@@ -28,6 +28,7 @@ export class DuetToggle {
|
|
|
28
28
|
this.accessibleLabelledBy = undefined;
|
|
29
29
|
this.accessibleDescription = undefined;
|
|
30
30
|
this.label = "label";
|
|
31
|
+
this.labelPosition = "top";
|
|
31
32
|
this.required = false;
|
|
32
33
|
this.disabled = false;
|
|
33
34
|
this.checked = false;
|
|
@@ -68,7 +69,9 @@ export class DuetToggle {
|
|
|
68
69
|
return (h(Host, { onClick: this.disabled ? undefined : this.onClick, class: { "duet-m-0": this.margin === "none" } }, h("div", { class: {
|
|
69
70
|
"duet-toggle": true,
|
|
70
71
|
"duet-theme-turva": this.theme === "turva",
|
|
71
|
-
|
|
72
|
+
"duet-side-label": this.labelPosition !== "top",
|
|
73
|
+
"duet-reverse-label": this.labelPosition === "right",
|
|
74
|
+
} }, h("duet-label", { theme: this.theme, for: identifier, margin: this.labelPosition === "top" ? "auto" : "none" }, this.label), h("label", { class: "duet-switch", htmlFor: identifier }, h("input", { type: "checkbox", value: this.value, "aria-controls": this.accessibleControls, "aria-activedescendant": this.accessibleActiveDescendant, "aria-owns": this.accessibleOwns, "aria-describedby": this.accessibleDescribedBy, "aria-labelledby": this.accessibleLabelledBy, "aria-details": this.accessibleDetails, "aria-description": this.accessibleDescription, id: identifier, role: this.role, name: this.name, checked: this.checked, required: this.required, disabled: this.disabled, ref: input => (this.nativeInput = input) }), h("div", { class: "duet-slider" })))));
|
|
72
75
|
}
|
|
73
76
|
static get is() { return "duet-toggle"; }
|
|
74
77
|
static get encapsulation() { return "scoped"; }
|
|
@@ -270,6 +273,24 @@ export class DuetToggle {
|
|
|
270
273
|
"reflect": false,
|
|
271
274
|
"defaultValue": "\"label\""
|
|
272
275
|
},
|
|
276
|
+
"labelPosition": {
|
|
277
|
+
"type": "string",
|
|
278
|
+
"mutable": false,
|
|
279
|
+
"complexType": {
|
|
280
|
+
"original": "\"top\" | \"right\" | \"left\"",
|
|
281
|
+
"resolved": "\"left\" | \"right\" | \"top\"",
|
|
282
|
+
"references": {}
|
|
283
|
+
},
|
|
284
|
+
"required": false,
|
|
285
|
+
"optional": false,
|
|
286
|
+
"docs": {
|
|
287
|
+
"tags": [],
|
|
288
|
+
"text": "Position of the label"
|
|
289
|
+
},
|
|
290
|
+
"attribute": "label-position",
|
|
291
|
+
"reflect": false,
|
|
292
|
+
"defaultValue": "\"top\""
|
|
293
|
+
},
|
|
273
294
|
"required": {
|
|
274
295
|
"type": "boolean",
|
|
275
296
|
"mutable": false,
|
|
@@ -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-6f9f5b04.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-9038500b.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-a213fc78.js';
|
|
5
5
|
|
|
6
6
|
const DuetBadge = DuetBadge$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, h, b as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, h, b as Host } from './p-f61f0fcc.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
|
-
import { d as defineCustomElement$2 } from './p-
|
|
6
|
+
import { d as defineCustomElement$2 } from './p-1772b598.js';
|
|
7
7
|
|
|
8
8
|
const duetBreadcrumbCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%}.duet-breadcrumb{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;height:100%;font-size:0.875rem;color:#00294d;text-decoration:none}.duet-breadcrumb:hover{color:#004d80}.duet-breadcrumb.duet-theme-turva{color:#171c3a}.duet-breadcrumb.duet-theme-turva:hover{color:#940925}.duet-breadcrumb:focus{outline:0}.duet-breadcrumb:active{opacity:0.75}:host(.user-is-tabbing) .duet-breadcrumb:focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}:host(.user-is-tabbing) .duet-breadcrumb.duet-theme-turva:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}";
|
|
9
9
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, h, F as Fragment, b as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, h, F as Fragment, b as Host } from './p-f61f0fcc.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { g as getLocaleString } from './p-ede854e1.js';
|
|
7
|
-
import { d as defineCustomElement$2 } from './p-
|
|
7
|
+
import { d as defineCustomElement$2 } from './p-1772b598.js';
|
|
8
8
|
|
|
9
9
|
var actionArrowRightSmall={"title":"action-arrow-right-small","tags":"action arrow right small caret","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M19.5 12a2.3 2.3 0 0 1-.78 1.729L7.568 23.54a1.847 1.847 0 0 1-2.439-2.773l9.752-8.579a.25.25 0 0 0 0-.376L5.129 3.233A1.847 1.847 0 0 1 7.568.46l11.148 9.808A2.31 2.31 0 0 1 19.5 12z\"/></svg>"};
|
|
10
10
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetButton$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetButton$1, d as defineCustomElement$1 } from './p-0e46bc2c.js';
|
|
5
5
|
|
|
6
6
|
const DuetButton = DuetButton$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 DuetCaption$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetCaption$1, d as defineCustomElement$1 } from './p-86994a58.js';
|
|
5
5
|
|
|
6
6
|
const DuetCaption = DuetCaption$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent, h, F as Fragment, b as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent, h, F as Fragment, b as Host } from './p-f61f0fcc.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { c as createID } from './p-c1325e35.js';
|
|
7
7
|
import { i as isKeyboardClick } from './p-d8549efe.js';
|
|
8
8
|
import { s as sanitizeString } from './p-5a9d75e1.js';
|
|
9
9
|
import { g as getColorByName } from './p-535ce3ec.js';
|
|
10
|
-
import { d as defineCustomElement$3 } from './p-
|
|
11
|
-
import { d as defineCustomElement$2 } from './p-
|
|
10
|
+
import { d as defineCustomElement$3 } from './p-1772b598.js';
|
|
11
|
+
import { d as defineCustomElement$2 } from './p-26fb2022.js';
|
|
12
12
|
|
|
13
13
|
var actionArrowUp={"title":"action-arrow-up","tags":"action arrow up caret","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M.75 17.939a.752.752 0 0 1-.53-1.281L10.94 5.94c.283-.284.659-.44 1.059-.44.401 0 .777.156 1.06.438l10.721 10.72a.752.752 0 0 1-.53 1.281.743.743 0 0 1-.53-.22L12 7 1.28 17.719a.743.743 0 0 1-.53.22z\"/></svg>"};
|
|
14
14
|
|
|
@@ -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-6709c2d5.js';
|
|
5
5
|
|
|
6
6
|
const DuetCheckbox = DuetCheckbox$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, h, b as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, h, b as Host } from './p-f61f0fcc.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { f as findCheckedOption, w as watchForOptions } from './p-12721178.js';
|
|
7
|
-
import { d as defineCustomElement$6 } from './p-
|
|
8
|
-
import { d as defineCustomElement$5 } from './p-
|
|
9
|
-
import { d as defineCustomElement$4 } from './p-
|
|
10
|
-
import { d as defineCustomElement$3 } from './p-
|
|
11
|
-
import { d as defineCustomElement$2 } from './p-
|
|
7
|
+
import { d as defineCustomElement$6 } from './p-86994a58.js';
|
|
8
|
+
import { d as defineCustomElement$5 } from './p-ca879759.js';
|
|
9
|
+
import { d as defineCustomElement$4 } from './p-1772b598.js';
|
|
10
|
+
import { d as defineCustomElement$3 } from './p-6b914cdc.js';
|
|
11
|
+
import { d as defineCustomElement$2 } from './p-d501f01d.js';
|
|
12
12
|
|
|
13
13
|
const duetChoiceGroupCss = "*.sc-duet-choice-group,*.sc-duet-choice-group::after,*.sc-duet-choice-group::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-choice-group-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%}.horizontal.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group{display:block}@media (min-width: 48em){.horizontal.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group{display:flex;margin-bottom:0}}.horizontal.sc-duet-choice-group-h .duet-choice-group.duet-no-stacking.sc-duet-choice-group{display:flex}.duet-choice-group.sc-duet-choice-group{position:relative;width:100%;margin-bottom:-12px}";
|
|
14
14
|
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-f61f0fcc.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { D as DuetStringsExternalDefaults } from './p-76f00bd5.js';
|
|
7
7
|
import { c as createID } from './p-c1325e35.js';
|
|
8
8
|
import { F as FocusGuard } from './p-9986919d.js';
|
|
9
9
|
import { i as isKeyboardClick, a as isQuestionKey, b as isEscapeKey } from './p-d8549efe.js';
|
|
10
10
|
import { g as getLocaleString, a as getLanguage } from './p-ede854e1.js';
|
|
11
|
-
import { d as defineCustomElement$5 } from './p-
|
|
12
|
-
import { d as defineCustomElement$4 } from './p-
|
|
13
|
-
import { d as defineCustomElement$3 } from './p-
|
|
14
|
-
import { d as defineCustomElement$2 } from './p-
|
|
11
|
+
import { d as defineCustomElement$5 } from './p-86994a58.js';
|
|
12
|
+
import { d as defineCustomElement$4 } from './p-1772b598.js';
|
|
13
|
+
import { d as defineCustomElement$3 } from './p-26fb2022.js';
|
|
14
|
+
import { d as defineCustomElement$2 } from './p-d501f01d.js';
|
|
15
15
|
|
|
16
16
|
var messagingInfo={"title":"messaging-info","tags":"messaging info information circle","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M13.5 17.25A2.252 2.252 0 0 1 11.25 15v-3.75h-.75a.75.75 0 0 1 0-1.5h.75c.827 0 1.5.673 1.5 1.5V15c0 .414.336.75.75.75h.75a.75.75 0 0 1 0 1.5z\"/><circle cx=\"11.625\" cy=\"7.125\" r=\"1.125\"/><path d=\"M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12zm0-22.5C6.21 1.5 1.5 6.21 1.5 12S6.21 22.5 12 22.5 22.5 17.79 22.5 12 17.79 1.5 12 1.5z\"/></svg>"};
|
|
17
17
|
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-f61f0fcc.js';
|
|
5
5
|
import { a as actionArrowDownSmall } from './p-115c79b6.js';
|
|
6
6
|
import { f as font_size_medium, t as tokens } from './p-738bd3c5.js';
|
|
7
7
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
8
8
|
import { c as createID } from './p-c1325e35.js';
|
|
9
9
|
import { i as isKeyboardClick } from './p-d8549efe.js';
|
|
10
10
|
import { s as sanitizeString } from './p-5a9d75e1.js';
|
|
11
|
-
import { d as defineCustomElement$2 } from './p-
|
|
11
|
+
import { d as defineCustomElement$2 } from './p-1772b598.js';
|
|
12
12
|
|
|
13
|
-
const duetCollapsibleCss = "*.sc-duet-collapsible,*.sc-duet-collapsible::after,*.sc-duet-collapsible::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-collapsible-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-bottom:16px !important;display:block;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:600;line-height:1.5;color:#00294d}.duet-theme-turva.sc-duet-collapsible-h{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#171c3a}.duet-m-0.sc-duet-collapsible-h{margin:0 !important}.duet-collapsible-content.sc-duet-collapsible{display:none;padding-left:18px;margin-top:8px;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:400;font-variant-numeric:tabular-nums;-webkit-hyphens:auto;hyphens:auto;line-height:1.5;color:#00294d}@media (max-width: 35.9375em){.duet-collapsible-content.sc-duet-collapsible{font-size:0.875rem}}.duet-collapsible-content.duet-theme-turva.sc-duet-collapsible{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#171c3a}[open].sc-duet-collapsible-h
|
|
13
|
+
const duetCollapsibleCss = "*.sc-duet-collapsible,*.sc-duet-collapsible::after,*.sc-duet-collapsible::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-collapsible-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-bottom:16px !important;display:block;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:600;line-height:1.5;color:#00294d}.duet-theme-turva.sc-duet-collapsible-h{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#171c3a}.duet-m-0.sc-duet-collapsible-h{margin:0 !important}.duet-collapsible-content.sc-duet-collapsible{display:none;padding-left:18px;margin-top:8px;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:400;font-variant-numeric:tabular-nums;-webkit-hyphens:auto;hyphens:auto;line-height:1.5;color:#00294d}@media (max-width: 35.9375em){.duet-collapsible-content.sc-duet-collapsible{font-size:0.875rem}}.duet-collapsible-content.duet-theme-turva.sc-duet-collapsible{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#171c3a}[open].sc-duet-collapsible-h>.duet-collapsible-content.sc-duet-collapsible{display:block}.duet-collapsible-heading.sc-duet-collapsible{-webkit-user-select:none;user-select:none;display:flex;align-items:center;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:600;line-height:1.5;color:#00294d;cursor:pointer;border-radius:4px}.duet-collapsible-heading.duet-collapsible-normal-weight.sc-duet-collapsible{font-weight:400}.duet-collapsible-heading.duet-theme-turva.sc-duet-collapsible{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#171c3a}.duet-collapsible-heading.sc-duet-collapsible .duet-collapsible-heading-content.sc-duet-collapsible{flex:1}.duet-collapsible-heading.sc-duet-collapsible:focus{outline:0}.user-is-tabbing.sc-duet-collapsible-h .duet-collapsible-heading.sc-duet-collapsible:focus{border-radius:4px;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.user-is-tabbing.duet-theme-turva.sc-duet-collapsible-h .duet-collapsible-heading.sc-duet-collapsible:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-collapsible-heading-icon.sc-duet-collapsible{margin-right:8px !important;display:flex;align-items:center;justify-content:center;color:#00294d;transition:transform 300ms ease}.duet-collapsible-heading-icon.sc-duet-collapsible:last-child,.duet-collapsible-heading-icon.sc-duet-collapsible:last-of-type{margin-right:0 !important}[aria-expanded=true].sc-duet-collapsible .duet-collapsible-heading-icon.sc-duet-collapsible{transform:rotate(180deg)}";
|
|
14
14
|
|
|
15
15
|
const DuetCollapsible$1 = /*@__PURE__*/ proxyCustomElement(class extends H {
|
|
16
16
|
constructor() {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent, h as h$1, b as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent, h as h$1, b as Host } from './p-f61f0fcc.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { d as debounce } from './p-0b3f675e.js';
|
|
7
7
|
import { c as isEnterKey, b as isEscapeKey, d as isTabKey, e as isArrowUpKey, f as isArrowDownKey } from './p-d8549efe.js';
|
|
8
8
|
import { g as getLocaleString, a as getLanguage } from './p-ede854e1.js';
|
|
9
9
|
import { p as parsePossibleJSON } from './p-5a9d75e1.js';
|
|
10
10
|
import { h, F as Fragment } from './p-e4a60f42.js';
|
|
11
|
-
import { d as defineCustomElement$2 } from './p-
|
|
11
|
+
import { d as defineCustomElement$2 } from './p-1772b598.js';
|
|
12
12
|
|
|
13
13
|
const SelectSingle = ({ item, search = "", selected }) => {
|
|
14
14
|
const regEx = search !== "" ? new RegExp("(" + search.split(" ").join("|") + ")", "gi") : undefined;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-f61f0fcc.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
|
-
import { d as defineCustomElement$6 } from './p-
|
|
7
|
-
import { d as defineCustomElement$5 } from './p-
|
|
8
|
-
import { d as defineCustomElement$4 } from './p-
|
|
9
|
-
import { d as defineCustomElement$3 } from './p-
|
|
10
|
-
import { d as defineCustomElement$2 } from './p-
|
|
6
|
+
import { d as defineCustomElement$6 } from './p-0e46bc2c.js';
|
|
7
|
+
import { d as defineCustomElement$5 } from './p-1772b598.js';
|
|
8
|
+
import { d as defineCustomElement$4 } from './p-26fb2022.js';
|
|
9
|
+
import { d as defineCustomElement$3 } from './p-d36aab71.js';
|
|
10
|
+
import { d as defineCustomElement$2 } from './p-d501f01d.js';
|
|
11
11
|
|
|
12
12
|
const duetCookieConsentCss = "*,*::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;position:fixed;right:0;bottom:0;left:0;z-index:950;display:block;width:100%;box-shadow:0 2px 20px 0 rgba(0, 0, 0, 0.2)}@media (min-width: 48em){:host{right:28px;bottom:28px;left:auto;width:25rem}}:host(:focus){outline:0}:host(.user-is-tabbing:focus){border-radius:4px;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}:host(.user-is-tabbing.duet-theme-turva:focus){box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-cookie-consent{padding:20px;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:0.875rem;color:white !important;background-color:rgba(0, 21, 39, 0.9)}@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none){.duet-cookie-consent{background:rgba(0, 21, 39, 0.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.duet-cookie-consent.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\";background-color:rgba(12, 14, 29, 0.9)}@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none){.duet-cookie-consent.duet-theme-turva{background:rgba(12, 14, 29, 0.8)}}@media (min-width: 48em){.duet-cookie-consent{padding:20px;border-radius:4px}}.duet-cookie-consent-content{display:flex;align-items:center;max-width:1110px;margin:0 auto}.duet-cookie-consent-content .expand{flex:1}::slotted(a){font-weight:600;color:white !important;text-decoration:underline;white-space:nowrap}::slotted(a[target=_blank]){padding-right:16px;background:url(\"data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjUgMmExLjUgMS41IDAgMDEuMTQgM0gzLjc1Yy0uMzggMC0uNy4yOC0uNzQuNjVsLS4wMS4xdjE0LjVjMCAuMzguMjguNy42NS43NGwuMS4wMWgxNC41Yy4zOCAwIC43LS4yOC43NC0uNjVsLjAxLS4xdi02Ljg5YTEuNSAxLjUgMCAwMTMgMHY2Ljg5QTMuNzUgMy43NSAwIDAxMTguMjUgMjRIMy43NUEzLjc1IDMuNzUgMCAwMTAgMjAuMjVWNS43NUEzLjc1IDMuNzUgMCAwMTMuNzUgMnptMTItMmMuNzggMCAxLjQyLjYgMS41IDEuMzZWNy41YTEuNSAxLjUgMCAwMS0zIC4xNFY1LjEybC01LjQ0IDUuNDRhMS41IDEuNSAwIDAxLTIuMjItMmwuMS0uMTJMMTguODggM0gxNi41QTEuNSAxLjUgMCAwMTE1IDEuNjRWMS41YzAtLjc4LjYtMS40MiAxLjM2LTEuNWguMTR6Ii8+PC9zdmc+\") no-repeat right 50%;background-size:12px 10px}::slotted(a:focus){outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-theme-turva ::slotted(a:focus){outline:0;box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}";
|
|
13
13
|
|