@duetds/components 6.5.2 → 6.6.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 +227 -30
- package/lib/cjs/duet-action-button.cjs.entry.js +1 -1
- package/lib/cjs/duet-alert.cjs.entry.js +2 -2
- 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 +4 -2
- 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 +38 -0
- package/lib/cjs/duet-choice_2.cjs.entry.js +8 -2
- package/lib/cjs/duet-collapsible.cjs.entry.js +5 -3
- 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 +2 -2
- package/lib/cjs/duet-empty-state.cjs.entry.js +1 -1
- package/lib/cjs/duet-fieldset.cjs.entry.js +1 -1
- package/lib/cjs/duet-footer.cjs.entry.js +1 -1
- package/lib/cjs/duet-grid_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-header_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-hero.cjs.entry.js +1 -1
- package/lib/cjs/duet-icon.cjs.entry.js +4 -2
- package/lib/cjs/duet-input_2.cjs.entry.js +15 -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 +13 -2
- package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +3 -2
- package/lib/cjs/duet-menu-bar-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-menu-bar.cjs.entry.js +1 -1
- 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 +2 -2
- package/lib/cjs/duet-notification_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-number-input.cjs.entry.js +1 -1
- package/lib/cjs/duet-page-heading.cjs.entry.js +41 -0
- package/lib/cjs/duet-pagination_2.cjs.entry.js +11 -5
- 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 +33 -7
- 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 +1 -1
- package/lib/cjs/duet-slideout-link.cjs.entry.js +4 -2
- package/lib/cjs/duet-slideout-panel-dropdown.cjs.entry.js +1 -1
- package/lib/cjs/duet-slideout-panel.cjs.entry.js +16 -5
- package/lib/cjs/duet-slideout.cjs.entry.js +3 -3
- 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 +4 -2
- 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-e463fcd1.js → focus-utils-995144a1.js} +1 -1
- package/lib/cjs/{index-d28eaddf.js → index-7924dfe2.js} +1 -1
- package/lib/cjs/loader.cjs.js +2 -2
- package/lib/collection/collection-manifest.json +2 -0
- package/lib/collection/components/duet-alert/duet-alert.css +1 -0
- package/lib/collection/components/duet-choice/duet-checkmark.css +74 -0
- package/lib/collection/components/duet-choice/duet-checkmark.js +142 -0
- package/lib/collection/components/duet-choice/duet-choice.js +22 -0
- package/lib/collection/components/duet-collapsible/duet-collapsible.css +6 -1
- package/lib/collection/components/duet-collapsible/duet-collapsible.js +7 -2
- package/lib/collection/components/duet-icon/duet-icon.css +121 -2
- package/lib/collection/components/duet-icon/duet-icon.js +20 -0
- package/lib/collection/components/duet-input/duet-input.js +14 -2
- package/lib/collection/components/duet-link/duet-link.css +37 -0
- package/lib/collection/components/duet-link/duet-link.js +20 -0
- package/lib/collection/components/duet-menu-bar-button/duet-menu-bar-button.js +203 -1
- package/lib/collection/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.js +19 -1
- package/lib/collection/components/duet-nav/duet-nav.js +6 -1
- package/lib/collection/components/duet-page-heading/duet-page-heading.css +205 -0
- package/lib/collection/components/duet-page-heading/duet-page-heading.js +113 -0
- package/lib/collection/components/duet-pagination/duet-pagination.js +10 -4
- package/lib/collection/components/duet-slideout/duet-slideout.css +0 -3
- package/lib/collection/components/duet-slideout-link/duet-slideout-link.js +38 -1
- package/lib/collection/components/duet-slideout-panel/duet-slideout-panel.css +1 -8
- package/lib/collection/components/duet-slideout-panel/duet-slideout-panel.js +35 -2
- package/lib/collection/components/duet-tab/duet-tab.js +18 -0
- package/lib/collection/components/duet-tab-group/duet-tab-group.css +140 -0
- package/lib/collection/components/duet-tab-group/duet-tab-group.js +31 -6
- package/lib/collection/components/duet-table/duet-table.js +1 -1
- package/lib/collection/components/duet-toolbar-dropdown-link/duet-toolbar-dropdown-link.js +38 -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-checkmark.d.ts +11 -0
- package/lib/dist-custom-elements/duet-checkmark.js +9 -0
- package/lib/dist-custom-elements/duet-choice-group.js +6 -6
- package/lib/dist-custom-elements/duet-choice.js +13 -6
- package/lib/dist-custom-elements/duet-collapsible.js +6 -4
- 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 +10 -10
- 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 +9 -9
- package/lib/dist-custom-elements/duet-icon.js +1 -1
- package/lib/dist-custom-elements/duet-input.js +1 -1
- package/lib/dist-custom-elements/duet-label.js +1 -1
- package/lib/dist-custom-elements/duet-layout.js +1 -1
- package/lib/dist-custom-elements/duet-link.js +1 -1
- package/lib/dist-custom-elements/duet-list-item.js +1 -1
- package/lib/dist-custom-elements/duet-list.js +1 -1
- package/lib/dist-custom-elements/duet-logo.js +1 -1
- package/lib/dist-custom-elements/duet-menu-bar-button.js +25 -3
- package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +2 -2
- package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +5 -3
- package/lib/dist-custom-elements/duet-menu-bar-link.js +2 -2
- package/lib/dist-custom-elements/duet-menu-bar.js +2 -2
- 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 +2 -2
- 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 +9 -9
- package/lib/dist-custom-elements/duet-page-heading.d.ts +11 -0
- package/lib/dist-custom-elements/duet-page-heading.js +65 -0
- package/lib/dist-custom-elements/duet-pagination.js +17 -11
- 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 +4 -4
- package/lib/dist-custom-elements/duet-scrollable.js +1 -1
- package/lib/dist-custom-elements/duet-section-layout.js +1 -1
- package/lib/dist-custom-elements/duet-select.js +1 -1
- package/lib/dist-custom-elements/duet-slideout-lang.js +3 -3
- package/lib/dist-custom-elements/duet-slideout-link.js +7 -3
- package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +2 -2
- package/lib/dist-custom-elements/duet-slideout-panel.js +16 -5
- package/lib/dist-custom-elements/duet-slideout.js +3 -3
- package/lib/dist-custom-elements/duet-spacer.js +1 -1
- package/lib/dist-custom-elements/duet-spinner.js +1 -1
- package/lib/dist-custom-elements/duet-step.js +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 +46 -15
- package/lib/dist-custom-elements/duet-tab.js +3 -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 +2 -2
- package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +7 -3
- 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 +2 -0
- package/lib/dist-custom-elements/index.js +3 -1
- package/lib/dist-custom-elements/{p-68604dde.js → p-090c4f84.js} +1 -1
- package/lib/dist-custom-elements/{p-bed64271.js → p-0b3c5fd3.js} +4 -4
- package/lib/dist-custom-elements/{p-b93d2f59.js → p-0b46cf7c.js} +1 -1
- package/lib/dist-custom-elements/{p-c2cb9c20.js → p-1b40f099.js} +2 -2
- package/lib/dist-custom-elements/{p-b0973ee5.js → p-1edc6268.js} +1 -1
- package/lib/dist-custom-elements/{p-a515e4af.js → p-25e3ecf6.js} +1 -1
- package/lib/dist-custom-elements/{p-f3ac9547.js → p-2bed378b.js} +1 -1
- package/lib/dist-custom-elements/{p-9112f395.js → p-2e8d4cbb.js} +3 -3
- package/lib/dist-custom-elements/{p-a3dc0179.js → p-31869282.js} +2 -2
- package/lib/dist-custom-elements/{p-e4516cf4.js → p-47c90993.js} +1 -1
- package/lib/dist-custom-elements/{p-b49b6dfe.js → p-4da5814e.js} +7 -4
- package/lib/dist-custom-elements/{p-d2ba9048.js → p-4f601182.js} +2 -2
- package/lib/dist-custom-elements/{p-25b67c58.js → p-505b1084.js} +2 -2
- package/lib/dist-custom-elements/{p-d7d50d4f.js → p-5243162f.js} +1 -1
- package/lib/dist-custom-elements/{p-4cf27349.js → p-58d5e801.js} +1 -1
- package/lib/dist-custom-elements/{p-ab0944f2.js → p-5bd12ce0.js} +2 -2
- package/lib/dist-custom-elements/{p-4a9c90b4.js → p-62024326.js} +1 -1
- package/lib/dist-custom-elements/{p-99260df6.js → p-73fbb616.js} +1 -1
- package/lib/dist-custom-elements/{p-dda23bd9.js → p-7cd9c98d.js} +1 -1
- package/lib/dist-custom-elements/{p-cae5ee62.js → p-7fdcbaf8.js} +22 -10
- package/lib/dist-custom-elements/p-83dc78d3.js +186 -0
- package/lib/dist-custom-elements/{p-15968e9a.js → p-94317ac7.js} +1 -1
- package/lib/dist-custom-elements/{p-95e95871.js → p-9aaafcd5.js} +6 -6
- package/lib/dist-custom-elements/{p-c933203e.js → p-a0db949c.js} +6 -6
- package/lib/dist-custom-elements/{p-2646bc44.js → p-c1c93be7.js} +7 -7
- package/lib/dist-custom-elements/{p-9e3ea8a4.js → p-c1eea28e.js} +1 -1
- package/lib/dist-custom-elements/{p-98ae1730.js → p-d2842398.js} +1 -1
- package/lib/dist-custom-elements/{p-8cc35bc1.js → p-dab5118b.js} +1 -1
- package/lib/dist-custom-elements/p-db1a354c.js +54 -0
- package/lib/dist-custom-elements/{p-a623d58c.js → p-dc195b26.js} +3 -3
- package/lib/dist-custom-elements/{p-b80f18af.js → p-ee73ac71.js} +1 -1
- package/lib/dist-custom-elements/{p-43343a18.js → p-f3d819f9.js} +2 -2
- package/lib/duet/duet.esm.js +1 -1
- package/lib/duet/duet.js +1 -1
- package/lib/duet/p-0ae5fcca.entry.js +4 -0
- package/lib/duet/{p-1bb2ca48.system.entry.js → p-0f74b52f.system.entry.js} +1 -1
- package/lib/duet/{p-e5b23434.system.entry.js → p-1153165c.system.entry.js} +1 -1
- package/lib/duet/{p-03c19b62.system.entry.js → p-123a086a.system.entry.js} +1 -1
- package/lib/duet/{p-3cc241bf.entry.js → p-13177687.entry.js} +1 -1
- package/lib/duet/{p-67718cc3.entry.js → p-1490ab5a.entry.js} +1 -1
- package/lib/duet/{p-6869a12b.system.entry.js → p-16172210.system.entry.js} +1 -1
- package/lib/duet/p-1908e8bc.system.entry.js +4 -0
- package/lib/duet/{p-8d8d820a.entry.js → p-1bf30e42.entry.js} +1 -1
- package/lib/duet/{p-29749e15.system.entry.js → p-1ff8518c.system.entry.js} +1 -1
- package/lib/duet/{p-ec8178ca.system.entry.js → p-20e0e96a.system.entry.js} +1 -1
- package/lib/duet/{p-b9e81db8.entry.js → p-21a8e0eb.entry.js} +1 -1
- package/lib/duet/{p-186a18d8.entry.js → p-221ca56a.entry.js} +1 -1
- package/lib/duet/{p-00fd4357.entry.js → p-22d0724c.entry.js} +1 -1
- package/lib/duet/p-23a53ae7.entry.js +4 -0
- package/lib/duet/{p-98542cf6.entry.js → p-24179e4c.entry.js} +1 -1
- package/lib/duet/p-28fc49de.js +4 -0
- package/lib/duet/{p-c606f454.entry.js → p-2a48131b.entry.js} +1 -1
- package/lib/duet/{p-eaae6b36.system.js → p-2a7f92fa.system.js} +1 -1
- package/lib/duet/{p-8422b441.entry.js → p-2cd36122.entry.js} +1 -1
- package/lib/duet/{p-8f6a5e2c.system.entry.js → p-2dc966c6.system.entry.js} +1 -1
- package/lib/duet/p-31497c7f.entry.js +4 -0
- package/lib/duet/p-32b5532c.entry.js +4 -0
- package/lib/duet/{p-4649ec1d.entry.js → p-36aed263.entry.js} +1 -1
- package/lib/duet/{p-e57b9976.entry.js → p-36b14352.entry.js} +1 -1
- package/lib/duet/{p-c53f21c9.system.entry.js → p-3a44e66a.system.entry.js} +1 -1
- package/lib/duet/{p-491611e0.system.entry.js → p-3ae2bc39.system.entry.js} +1 -1
- package/lib/duet/{p-0eceb1fe.entry.js → p-3c5b1adb.entry.js} +1 -1
- package/lib/duet/{p-990418d6.entry.js → p-3cb7c2b8.entry.js} +1 -1
- package/lib/duet/{p-4544887e.system.entry.js → p-3d2a830f.system.entry.js} +1 -1
- package/lib/duet/{p-1aa70bf3.entry.js → p-3d82f269.entry.js} +1 -1
- package/lib/duet/p-3e0a6231.system.entry.js +4 -0
- package/lib/duet/p-3fb428e9.system.entry.js +4 -0
- package/lib/duet/{p-d567cab7.system.entry.js → p-4578d79a.system.entry.js} +1 -1
- package/lib/duet/{p-9864f91b.system.entry.js → p-45f6cac0.system.entry.js} +1 -1
- package/lib/duet/p-49bc849e.system.entry.js +4 -0
- package/lib/duet/{p-5a72573d.entry.js → p-4bb30628.entry.js} +1 -1
- package/lib/duet/{p-f82d3ee5.system.entry.js → p-4eda4e90.system.entry.js} +1 -1
- package/lib/duet/{p-63c45943.system.entry.js → p-4fdb8a65.system.entry.js} +1 -1
- package/lib/duet/{p-a8f0d3a9.entry.js → p-533787dd.entry.js} +1 -1
- package/lib/duet/{p-3b941474.system.entry.js → p-53ca7657.system.entry.js} +1 -1
- package/lib/duet/{p-2089a333.system.entry.js → p-53fb3b65.system.entry.js} +1 -1
- package/lib/duet/p-5710f613.entry.js +4 -0
- package/lib/duet/{p-867d4e87.system.entry.js → p-58c3a641.system.entry.js} +1 -1
- package/lib/duet/{p-9335c92f.entry.js → p-59bb59f1.entry.js} +1 -1
- package/lib/duet/{p-ba29d84e.entry.js → p-5f10cf32.entry.js} +1 -1
- package/lib/duet/{p-ce8d53d6.system.entry.js → p-5f1ed8ac.system.entry.js} +1 -1
- package/lib/duet/{p-45970c94.entry.js → p-5fac76f8.entry.js} +1 -1
- package/lib/duet/{p-edbf0850.system.entry.js → p-63913eab.system.entry.js} +1 -1
- package/lib/duet/{p-6cc4b6bd.system.entry.js → p-6973b44c.system.entry.js} +1 -1
- package/lib/duet/{p-732b050a.entry.js → p-6be424b0.entry.js} +1 -1
- package/lib/duet/{p-576b1a97.system.entry.js → p-6cdea556.system.entry.js} +1 -1
- package/lib/duet/{p-ae69645e.system.entry.js → p-6cf47dac.system.entry.js} +1 -1
- package/lib/duet/{p-1da6954c.js → p-707fc6cf.js} +1 -1
- package/lib/duet/{p-076d8525.system.entry.js → p-7090f15a.system.entry.js} +1 -1
- package/lib/duet/{p-964c9e93.system.entry.js → p-711fb114.system.entry.js} +1 -1
- package/lib/duet/p-714c2b56.entry.js +4 -0
- package/lib/duet/{p-8f72abcb.entry.js → p-72d7785c.entry.js} +1 -1
- package/lib/duet/{p-90e005cc.entry.js → p-7420063a.entry.js} +1 -1
- package/lib/duet/p-75019a0f.entry.js +4 -0
- package/lib/duet/p-7526cac0.system.js +4 -0
- package/lib/duet/{p-55ec59ba.system.entry.js → p-75817145.system.entry.js} +1 -1
- package/lib/duet/{p-ed67528b.system.entry.js → p-75c291a0.system.entry.js} +1 -1
- package/lib/duet/{p-8ebf07a2.entry.js → p-76669675.entry.js} +1 -1
- package/lib/duet/{p-6181ec36.entry.js → p-78bdcfdd.entry.js} +1 -1
- package/lib/duet/{p-6c473cbf.system.entry.js → p-7f52cc01.system.entry.js} +1 -1
- package/lib/duet/{p-e91b40e2.system.entry.js → p-80515ee1.system.entry.js} +1 -1
- package/lib/duet/{p-bcd2526b.system.entry.js → p-8143f9b5.system.entry.js} +1 -1
- package/lib/duet/p-8280a9fe.entry.js +4 -0
- package/lib/duet/{p-3669cb32.entry.js → p-84327fb5.entry.js} +1 -1
- package/lib/duet/{p-cd5055a1.system.entry.js → p-8dad489b.system.entry.js} +1 -1
- package/lib/duet/{p-2be1feb2.system.entry.js → p-8ffe50ff.system.entry.js} +1 -1
- package/lib/duet/{p-ff76aad3.entry.js → p-91203227.entry.js} +1 -1
- package/lib/duet/{p-c5b583e5.entry.js → p-934dc718.entry.js} +1 -1
- package/lib/duet/p-95c34866.system.entry.js +4 -0
- package/lib/duet/p-96f06f5b.entry.js +4 -0
- package/lib/duet/{p-8d019ca0.system.entry.js → p-9807e8a6.system.entry.js} +1 -1
- package/lib/duet/{p-8fcb7700.entry.js → p-9933a4cd.entry.js} +1 -1
- package/lib/duet/{p-d6f2d26c.entry.js → p-9b4aec27.entry.js} +1 -1
- package/lib/duet/p-9e24f4b5.entry.js +4 -0
- package/lib/duet/{p-a92b5519.entry.js → p-9ebaf967.entry.js} +1 -1
- package/lib/duet/{p-b3a0b737.entry.js → p-a14705b2.entry.js} +1 -1
- package/lib/duet/p-a1f24860.entry.js +4 -0
- package/lib/duet/{p-2c6c9c16.entry.js → p-a302c770.entry.js} +1 -1
- package/lib/duet/{p-c9e2607d.entry.js → p-a46504b6.entry.js} +1 -1
- package/lib/duet/{p-13d603f4.system.entry.js → p-a4c9a9ad.system.entry.js} +1 -1
- package/lib/duet/{p-7034d814.entry.js → p-a563600c.entry.js} +1 -1
- package/lib/duet/{p-a198ec6f.entry.js → p-a69cbaf1.entry.js} +1 -1
- package/lib/duet/{p-35206dee.system.entry.js → p-a7886157.system.entry.js} +1 -1
- package/lib/duet/{p-351daa15.entry.js → p-a9bbe66f.entry.js} +1 -1
- package/lib/duet/p-aa2ce92b.system.entry.js +4 -0
- package/lib/duet/{p-e27c8c99.entry.js → p-ad35ad40.entry.js} +1 -1
- package/lib/duet/p-b33f7ad2.entry.js +4 -0
- package/lib/duet/p-b5ff7b05.system.entry.js +4 -0
- package/lib/duet/{p-2db45e2b.system.entry.js → p-b6a10dd8.system.entry.js} +1 -1
- package/lib/duet/{p-433565c9.entry.js → p-b883c31c.entry.js} +1 -1
- package/lib/duet/{p-945de64d.system.entry.js → p-b9c37a63.system.entry.js} +1 -1
- package/lib/duet/{p-d032551e.entry.js → p-bbe654c7.entry.js} +1 -1
- package/lib/duet/p-bcbfe8f2.entry.js +4 -0
- package/lib/duet/{p-5ec2343b.system.entry.js → p-c0b2021e.system.entry.js} +1 -1
- package/lib/duet/{p-da79ce12.entry.js → p-c0de302a.entry.js} +1 -1
- package/lib/duet/{p-eacc99e2.system.entry.js → p-c0f70bd0.system.entry.js} +1 -1
- package/lib/duet/p-c1f19d12.entry.js +4 -0
- package/lib/duet/{p-584a9687.system.entry.js → p-c3604035.system.entry.js} +1 -1
- package/lib/duet/{p-6b6fd2dd.system.entry.js → p-c3d3e73a.system.entry.js} +1 -1
- package/lib/duet/{p-8ed60a7f.system.entry.js → p-c5559214.system.entry.js} +1 -1
- package/lib/duet/{p-94fca55e.system.js → p-c6acd578.system.js} +1 -1
- package/lib/duet/{p-111f753f.system.entry.js → p-c7201ad9.system.entry.js} +1 -1
- package/lib/duet/{p-70b6d01c.system.entry.js → p-c816445d.system.entry.js} +1 -1
- package/lib/duet/{p-5f4090c2.entry.js → p-c996eaa2.entry.js} +1 -1
- package/lib/duet/{p-f3a000ac.entry.js → p-c9defd29.entry.js} +1 -1
- package/lib/duet/{p-50827bbe.system.entry.js → p-ce1551ed.system.entry.js} +1 -1
- package/lib/duet/{p-41bc24a5.entry.js → p-ce2d5f1f.entry.js} +1 -1
- package/lib/duet/{p-54a98fee.system.entry.js → p-ce4d2c6a.system.entry.js} +1 -1
- package/lib/duet/{p-10bb0906.entry.js → p-d0516946.entry.js} +1 -1
- package/lib/duet/p-d547f6fe.system.entry.js +4 -0
- package/lib/duet/{p-7309e6ea.system.entry.js → p-d60301f1.system.entry.js} +1 -1
- package/lib/duet/{p-f5bf2165.entry.js → p-deaf017e.entry.js} +1 -1
- package/lib/duet/{p-3295c503.system.entry.js → p-df736b00.system.entry.js} +1 -1
- package/lib/duet/p-e272e778.system.entry.js +4 -0
- package/lib/duet/{p-15529d9c.system.entry.js → p-e5762e3e.system.entry.js} +2 -2
- package/lib/duet/p-ea3468e2.system.entry.js +4 -0
- package/lib/duet/{p-b277f3c9.entry.js → p-ea80c358.entry.js} +1 -1
- package/lib/duet/{p-074fa88a.system.entry.js → p-ecaf90fd.system.entry.js} +1 -1
- package/lib/duet/{p-aeacd894.system.entry.js → p-ecf5724b.system.entry.js} +1 -1
- package/lib/duet/{p-e06581ab.system.entry.js → p-edc1fa35.system.entry.js} +1 -1
- package/lib/duet/{p-357f64e4.system.entry.js → p-ef076528.system.entry.js} +1 -1
- package/lib/duet/{p-f692b21a.system.entry.js → p-ef76d461.system.entry.js} +1 -1
- package/lib/duet/{p-805c34c6.entry.js → p-f02d7e7d.entry.js} +1 -1
- package/lib/duet/{p-da8b3bee.entry.js → p-f1a7e606.entry.js} +1 -1
- package/lib/duet/p-f34f65af.entry.js +4 -0
- package/lib/duet/{p-172bc679.entry.js → p-f8a68dfd.entry.js} +1 -1
- package/lib/duet/{p-7ce5f24c.system.entry.js → p-fc98f0fe.system.entry.js} +1 -1
- package/lib/duet/{p-dc282755.entry.js → p-fcbdd6a3.entry.js} +1 -1
- package/lib/duet/{p-97e2494e.system.entry.js → p-feaa6888.system.entry.js} +1 -1
- package/lib/esm/duet-action-button.entry.js +1 -1
- package/lib/esm/duet-alert.entry.js +2 -2
- 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 +4 -2
- 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 +34 -0
- package/lib/esm/duet-choice_2.entry.js +8 -2
- package/lib/esm/duet-collapsible.entry.js +5 -3
- 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 +2 -2
- package/lib/esm/duet-empty-state.entry.js +1 -1
- package/lib/esm/duet-fieldset.entry.js +1 -1
- package/lib/esm/duet-footer.entry.js +1 -1
- package/lib/esm/duet-grid_2.entry.js +1 -1
- package/lib/esm/duet-header_2.entry.js +1 -1
- package/lib/esm/duet-hero.entry.js +1 -1
- package/lib/esm/duet-icon.entry.js +4 -2
- package/lib/esm/duet-input_2.entry.js +15 -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 +13 -2
- package/lib/esm/duet-menu-bar-dropdown-link.entry.js +1 -1
- package/lib/esm/duet-menu-bar-dropdown.entry.js +3 -2
- package/lib/esm/duet-menu-bar-link.entry.js +1 -1
- package/lib/esm/duet-menu-bar.entry.js +1 -1
- 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 +2 -2
- package/lib/esm/duet-notification_2.entry.js +1 -1
- package/lib/esm/duet-number-input.entry.js +1 -1
- package/lib/esm/duet-page-heading.entry.js +37 -0
- package/lib/esm/duet-pagination_2.entry.js +11 -5
- 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 +33 -7
- 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 +1 -1
- package/lib/esm/duet-slideout-link.entry.js +4 -2
- package/lib/esm/duet-slideout-panel-dropdown.entry.js +1 -1
- package/lib/esm/duet-slideout-panel.entry.js +16 -5
- package/lib/esm/duet-slideout.entry.js +3 -3
- 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 +4 -2
- 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-1131b2e1.js → focus-utils-0619fdea.js} +1 -1
- package/lib/esm/{index-0d301ddd.js → index-11a2e0a0.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-checkmark.entry.js +4 -0
- package/lib/esm-es5/duet-choice_2.entry.js +1 -1
- package/lib/esm-es5/duet-collapsible.entry.js +2 -2
- 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 +1 -1
- package/lib/esm-es5/duet-hero.entry.js +1 -1
- package/lib/esm-es5/duet-icon.entry.js +2 -2
- 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 +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 +1 -1
- package/lib/esm-es5/duet-number-input.entry.js +2 -2
- package/lib/esm-es5/duet-page-heading.entry.js +4 -0
- 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 +2 -2
- package/lib/esm-es5/duet-range-slider.entry.js +1 -1
- package/lib/esm-es5/duet-scrollable_3.entry.js +2 -2
- package/lib/esm-es5/duet-section-layout.entry.js +1 -1
- package/lib/esm-es5/duet-select.entry.js +1 -1
- package/lib/esm-es5/duet-slideout-lang.entry.js +1 -1
- package/lib/esm-es5/duet-slideout-link.entry.js +1 -1
- package/lib/esm-es5/duet-slideout-panel-dropdown.entry.js +1 -1
- package/lib/esm-es5/duet-slideout-panel.entry.js +1 -1
- package/lib/esm-es5/duet-slideout.entry.js +1 -1
- package/lib/esm-es5/duet-step_2.entry.js +1 -1
- package/lib/esm-es5/duet-submenu-bar-dropdown-link.entry.js +1 -1
- package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +1 -1
- package/lib/esm-es5/duet-submenu-bar-link.entry.js +1 -1
- package/lib/esm-es5/duet-submenu-bar.entry.js +1 -1
- package/lib/esm-es5/duet-textarea.entry.js +2 -2
- package/lib/esm-es5/duet-toggle.entry.js +1 -1
- package/lib/esm-es5/duet-toolbar-dropdown-link.entry.js +1 -1
- package/lib/esm-es5/duet-toolbar-dropdown.entry.js +1 -1
- package/lib/esm-es5/duet-toolbar-link.entry.js +1 -1
- package/lib/esm-es5/duet-toolbar.entry.js +1 -1
- package/lib/esm-es5/duet-tooltip.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-0619fdea.js +4 -0
- package/lib/esm-es5/{index-0d301ddd.js → index-11a2e0a0.js} +1 -1
- package/lib/esm-es5/loader.js +1 -1
- package/lib/types/components/duet-choice/duet-checkmark.d.ts +34 -0
- package/lib/types/components/duet-choice/duet-choice.d.ts +4 -0
- package/lib/types/components/duet-collapsible/duet-collapsible.d.ts +2 -0
- package/lib/types/components/duet-icon/duet-icon.d.ts +4 -0
- package/lib/types/components/duet-input/duet-input.d.ts +1 -0
- package/lib/types/components/duet-link/duet-link.d.ts +4 -0
- package/lib/types/components/duet-menu-bar-button/duet-menu-bar-button.d.ts +51 -1
- package/lib/types/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.d.ts +6 -0
- package/lib/types/components/duet-nav/duet-nav.d.ts +5 -0
- package/lib/types/components/duet-page-heading/duet-page-heading.d.ts +32 -0
- package/lib/types/components/duet-slideout-link/duet-slideout-link.d.ts +10 -0
- package/lib/types/components/duet-slideout-panel/duet-slideout-panel.d.ts +5 -1
- package/lib/types/components/duet-tab/duet-tab.d.ts +4 -0
- package/lib/types/components/duet-tab-group/duet-tab-group.d.ts +4 -1
- package/lib/types/components/duet-toolbar-dropdown-link/duet-toolbar-dropdown-link.d.ts +10 -0
- package/lib/types/components.d.ts +256 -1
- package/package.json +5 -5
- package/lib/dist-custom-elements/p-246bd550.js +0 -183
- package/lib/duet/p-172ff1de.system.entry.js +0 -4
- package/lib/duet/p-28280afb.system.js +0 -4
- package/lib/duet/p-337d152b.entry.js +0 -4
- package/lib/duet/p-385d60a2.entry.js +0 -4
- package/lib/duet/p-3a31f9c0.system.entry.js +0 -4
- package/lib/duet/p-3d53ec4a.system.entry.js +0 -4
- package/lib/duet/p-5687713d.js +0 -4
- package/lib/duet/p-57d581a0.entry.js +0 -4
- package/lib/duet/p-5cc1dae6.entry.js +0 -4
- package/lib/duet/p-5d6e4a9e.system.entry.js +0 -4
- package/lib/duet/p-7d6d0a89.system.entry.js +0 -4
- package/lib/duet/p-83b45db7.system.entry.js +0 -4
- package/lib/duet/p-87ffe2f3.entry.js +0 -4
- package/lib/duet/p-90c2dd61.entry.js +0 -4
- package/lib/duet/p-90f46d58.entry.js +0 -4
- package/lib/duet/p-bcb088de.entry.js +0 -4
- package/lib/duet/p-c485773b.entry.js +0 -4
- package/lib/duet/p-c5d9ca19.entry.js +0 -4
- package/lib/duet/p-dd383dac.entry.js +0 -4
- package/lib/duet/p-de97a5a0.system.entry.js +0 -4
- package/lib/duet/p-e800bb84.entry.js +0 -4
- package/lib/duet/p-f51f0dae.entry.js +0 -4
- package/lib/duet/p-f7a9305b.system.entry.js +0 -4
- package/lib/esm-es5/focus-utils-1131b2e1.js +0 -4
|
@@ -14,7 +14,8 @@ import { DuetCaptionSize } from "./components/duet-caption/duet-caption";
|
|
|
14
14
|
import { DuetCardPadding, DuetCardToggleEvent, DuetCardVariation } from "./components/duet-card/duet-card";
|
|
15
15
|
import { DuetBreakpoints } from "./utils/token-utils";
|
|
16
16
|
import { DuetCheckboxEvent } from "./components/duet-checkbox/duet-checkbox";
|
|
17
|
-
import {
|
|
17
|
+
import { DuetChoiceType } from "./components/duet-choice/duet-choice";
|
|
18
|
+
import { DuetChoiceEvent, DuetChoiceType as DuetChoiceType1 } from "./components/duet-choice/duet-choice";
|
|
18
19
|
import { DuetCollapsibleHeadingFontSize, DuetCollapsibleToggleEvent, DuetCollapsibleWeight } from "./components/duet-collapsible/duet-collapsible";
|
|
19
20
|
import { DuetComboboxEvent, DuetComboboxItem } from "./components/duet-combobox/duet-combobox";
|
|
20
21
|
import { DuetCookieConsentEvent } from "./components/duet-cookie-consent/duet-cookie-consent";
|
|
@@ -545,6 +546,28 @@ export namespace Components {
|
|
|
545
546
|
*/
|
|
546
547
|
"value": string;
|
|
547
548
|
}
|
|
549
|
+
interface DuetCheckmark {
|
|
550
|
+
/**
|
|
551
|
+
* Checked
|
|
552
|
+
*/
|
|
553
|
+
"center": boolean;
|
|
554
|
+
/**
|
|
555
|
+
* Checked
|
|
556
|
+
*/
|
|
557
|
+
"checked": boolean;
|
|
558
|
+
/**
|
|
559
|
+
* Checked
|
|
560
|
+
*/
|
|
561
|
+
"presentationOnly": boolean;
|
|
562
|
+
/**
|
|
563
|
+
* Theme
|
|
564
|
+
*/
|
|
565
|
+
"theme": DuetTheme;
|
|
566
|
+
/**
|
|
567
|
+
* Type
|
|
568
|
+
*/
|
|
569
|
+
"type": DuetChoiceType;
|
|
570
|
+
}
|
|
548
571
|
interface DuetChoice {
|
|
549
572
|
/**
|
|
550
573
|
* Indicates the id of a related component’s visually focused element.
|
|
@@ -652,6 +675,10 @@ export namespace Components {
|
|
|
652
675
|
* Theme of the choice.
|
|
653
676
|
*/
|
|
654
677
|
"theme": DuetTheme;
|
|
678
|
+
/**
|
|
679
|
+
* This method toggles the info section.
|
|
680
|
+
*/
|
|
681
|
+
"toggleInfoMethod": () => Promise<void>;
|
|
655
682
|
/**
|
|
656
683
|
* Type of the choice button. You can set the type of the choice to be either “radio” or “checkbox”. Depending on this selection we convey the selection type to assistive technologies as well. When type “radio” is chosen it is required to place the choices inside Choice Group component.
|
|
657
684
|
*/
|
|
@@ -1398,6 +1425,10 @@ export namespace Components {
|
|
|
1398
1425
|
* Whether the icon changes its size responsively or not.
|
|
1399
1426
|
*/
|
|
1400
1427
|
"responsive": boolean;
|
|
1428
|
+
/**
|
|
1429
|
+
* Shape of the background. Brand follows new designs and currently doesn't support xxx-small size.
|
|
1430
|
+
*/
|
|
1431
|
+
"shape": "circle" | "brand";
|
|
1401
1432
|
/**
|
|
1402
1433
|
* Icon size. Entered as one of the icon size design tokens.
|
|
1403
1434
|
*/
|
|
@@ -1662,6 +1693,10 @@ export namespace Components {
|
|
|
1662
1693
|
* Sets focus on the specified `duet-link`. Use this method instead of the global `link.focus()`.
|
|
1663
1694
|
*/
|
|
1664
1695
|
"setFocus": (options?: FocusOptions) => Promise<void>;
|
|
1696
|
+
/**
|
|
1697
|
+
* Initially visually hidden link, which is shown on focus.
|
|
1698
|
+
*/
|
|
1699
|
+
"tabToLink": boolean;
|
|
1665
1700
|
/**
|
|
1666
1701
|
* Theme of the button.
|
|
1667
1702
|
*/
|
|
@@ -1750,6 +1785,50 @@ export namespace Components {
|
|
|
1750
1785
|
"theme": DuetTheme;
|
|
1751
1786
|
}
|
|
1752
1787
|
interface DuetMenuBarButton {
|
|
1788
|
+
/**
|
|
1789
|
+
* Indicates the id of a related component’s visually focused element.
|
|
1790
|
+
*/
|
|
1791
|
+
"accessibleActiveDescendant": string;
|
|
1792
|
+
/**
|
|
1793
|
+
* Use this property to add an aria-controls attribute to the button. Use the attribute to point to the unique id of the content that the button manages.
|
|
1794
|
+
*/
|
|
1795
|
+
"accessibleControls": string;
|
|
1796
|
+
/**
|
|
1797
|
+
* Indicates the id of a component that describes the button.
|
|
1798
|
+
*/
|
|
1799
|
+
"accessibleDescribedBy": string;
|
|
1800
|
+
/**
|
|
1801
|
+
* Aria description the button
|
|
1802
|
+
*/
|
|
1803
|
+
"accessibleDescription": string;
|
|
1804
|
+
/**
|
|
1805
|
+
* Details of the component
|
|
1806
|
+
*/
|
|
1807
|
+
"accessibleDetails": string;
|
|
1808
|
+
/**
|
|
1809
|
+
* If a button expands or collapses adjacent content, then use the ariaExpanded prop to add the aria-expanded attribute to the button. Set the value to convey the current expanded (true) or collapsed (false) state of the content.
|
|
1810
|
+
*/
|
|
1811
|
+
"accessibleExpanded": boolean;
|
|
1812
|
+
/**
|
|
1813
|
+
* Adds accessible label for the button that is only shown for screen readers. Typically, this label text replaces the visible text on the button for users who use assistive technology.
|
|
1814
|
+
*/
|
|
1815
|
+
"accessibleLabel": string;
|
|
1816
|
+
/**
|
|
1817
|
+
* String of id's that indicate alternative labels elements
|
|
1818
|
+
*/
|
|
1819
|
+
"accessibleLabelledBy": string;
|
|
1820
|
+
/**
|
|
1821
|
+
* Indicates the id of a component owned by the button.
|
|
1822
|
+
*/
|
|
1823
|
+
"accessibleOwns": string;
|
|
1824
|
+
/**
|
|
1825
|
+
* Use this property to add an aria-haspopup attribute to a button, if you are using it as a menu button.
|
|
1826
|
+
*/
|
|
1827
|
+
"accessiblePopup": string;
|
|
1828
|
+
/**
|
|
1829
|
+
* Tells screen reader the element is pressed.
|
|
1830
|
+
*/
|
|
1831
|
+
"accessiblePressed": boolean;
|
|
1753
1832
|
/**
|
|
1754
1833
|
* Icon
|
|
1755
1834
|
*/
|
|
@@ -1764,6 +1843,10 @@ export namespace Components {
|
|
|
1764
1843
|
"theme": DuetTheme;
|
|
1765
1844
|
}
|
|
1766
1845
|
interface DuetMenuBarDropdown {
|
|
1846
|
+
/**
|
|
1847
|
+
* Adds accessible label for the button that is only shown for screen readers. Typically, this label text replaces the visible text on the button for users who use assistive technology.
|
|
1848
|
+
*/
|
|
1849
|
+
"accessibleLabel": string;
|
|
1767
1850
|
/**
|
|
1768
1851
|
* Icon
|
|
1769
1852
|
*/
|
|
@@ -2204,6 +2287,20 @@ export namespace Components {
|
|
|
2204
2287
|
*/
|
|
2205
2288
|
"value": string;
|
|
2206
2289
|
}
|
|
2290
|
+
interface DuetPageHeading {
|
|
2291
|
+
/**
|
|
2292
|
+
* Icon.
|
|
2293
|
+
*/
|
|
2294
|
+
"icon": DuetIconName;
|
|
2295
|
+
/**
|
|
2296
|
+
* Layout.
|
|
2297
|
+
*/
|
|
2298
|
+
"layout": "custom" | "fluid" | "narrow";
|
|
2299
|
+
/**
|
|
2300
|
+
* Theme of the hero area.
|
|
2301
|
+
*/
|
|
2302
|
+
"theme": DuetTheme;
|
|
2303
|
+
}
|
|
2207
2304
|
interface DuetPagination {
|
|
2208
2305
|
/**
|
|
2209
2306
|
* Described By id
|
|
@@ -2740,6 +2837,10 @@ export namespace Components {
|
|
|
2740
2837
|
"theme": DuetTheme;
|
|
2741
2838
|
}
|
|
2742
2839
|
interface DuetSlideoutLink {
|
|
2840
|
+
/**
|
|
2841
|
+
* Adds accessible label for the button that is only shown for screen readers. Typically, this label text replaces the visible text on the button for users who use assistive technology.
|
|
2842
|
+
*/
|
|
2843
|
+
"accessibleLabel": string;
|
|
2743
2844
|
/**
|
|
2744
2845
|
* Active
|
|
2745
2846
|
*/
|
|
@@ -2761,6 +2862,10 @@ export namespace Components {
|
|
|
2761
2862
|
* Size. Inherit, small, medium or large. Inherit value inherits styles from the value in the underlying slot.
|
|
2762
2863
|
*/
|
|
2763
2864
|
"size": "inherit" | "small" | "medium" | "large";
|
|
2865
|
+
/**
|
|
2866
|
+
* Language of the link. Use this only for language selection links.
|
|
2867
|
+
*/
|
|
2868
|
+
"targetLanguage": "en" | "fi" | "sv";
|
|
2764
2869
|
/**
|
|
2765
2870
|
* Theme.
|
|
2766
2871
|
*/
|
|
@@ -2771,6 +2876,10 @@ export namespace Components {
|
|
|
2771
2876
|
* Active
|
|
2772
2877
|
*/
|
|
2773
2878
|
"active": boolean;
|
|
2879
|
+
/**
|
|
2880
|
+
* Background color. Use one of the color tokens.
|
|
2881
|
+
*/
|
|
2882
|
+
"backgroundColor": DuetColor;
|
|
2774
2883
|
/**
|
|
2775
2884
|
* Icon
|
|
2776
2885
|
*/
|
|
@@ -2949,6 +3058,10 @@ export namespace Components {
|
|
|
2949
3058
|
* @default null
|
|
2950
3059
|
*/
|
|
2951
3060
|
"accessibleDescriptionDefault": DuetLangObject | string;
|
|
3061
|
+
/**
|
|
3062
|
+
* Caption for the tab.
|
|
3063
|
+
*/
|
|
3064
|
+
"caption": string;
|
|
2952
3065
|
/**
|
|
2953
3066
|
* Label for the tab.
|
|
2954
3067
|
*/
|
|
@@ -3280,6 +3393,10 @@ export namespace Components {
|
|
|
3280
3393
|
"theme": DuetTheme;
|
|
3281
3394
|
}
|
|
3282
3395
|
interface DuetToolbarDropdownLink {
|
|
3396
|
+
/**
|
|
3397
|
+
* Adds accessible label for the button that is only shown for screen readers. Typically, this label text replaces the visible text on the button for users who use assistive technology.
|
|
3398
|
+
*/
|
|
3399
|
+
"accessibleLabel": string;
|
|
3283
3400
|
/**
|
|
3284
3401
|
* Active
|
|
3285
3402
|
*/
|
|
@@ -3292,6 +3409,10 @@ export namespace Components {
|
|
|
3292
3409
|
* Icon
|
|
3293
3410
|
*/
|
|
3294
3411
|
"icon": string;
|
|
3412
|
+
/**
|
|
3413
|
+
* Language of the link. Use this only for language selection links.
|
|
3414
|
+
*/
|
|
3415
|
+
"targetLanguage": "en" | "fi" | "sv";
|
|
3295
3416
|
/**
|
|
3296
3417
|
* Theme.
|
|
3297
3418
|
*/
|
|
@@ -3835,6 +3956,12 @@ declare global {
|
|
|
3835
3956
|
prototype: HTMLDuetCheckboxElement;
|
|
3836
3957
|
new (): HTMLDuetCheckboxElement;
|
|
3837
3958
|
};
|
|
3959
|
+
interface HTMLDuetCheckmarkElement extends Components.DuetCheckmark, HTMLStencilElement {
|
|
3960
|
+
}
|
|
3961
|
+
var HTMLDuetCheckmarkElement: {
|
|
3962
|
+
prototype: HTMLDuetCheckmarkElement;
|
|
3963
|
+
new (): HTMLDuetCheckmarkElement;
|
|
3964
|
+
};
|
|
3838
3965
|
interface HTMLDuetChoiceElement extends Components.DuetChoice, HTMLStencilElement {
|
|
3839
3966
|
}
|
|
3840
3967
|
var HTMLDuetChoiceElement: {
|
|
@@ -4045,6 +4172,12 @@ declare global {
|
|
|
4045
4172
|
prototype: HTMLDuetNumberInputElement;
|
|
4046
4173
|
new (): HTMLDuetNumberInputElement;
|
|
4047
4174
|
};
|
|
4175
|
+
interface HTMLDuetPageHeadingElement extends Components.DuetPageHeading, HTMLStencilElement {
|
|
4176
|
+
}
|
|
4177
|
+
var HTMLDuetPageHeadingElement: {
|
|
4178
|
+
prototype: HTMLDuetPageHeadingElement;
|
|
4179
|
+
new (): HTMLDuetPageHeadingElement;
|
|
4180
|
+
};
|
|
4048
4181
|
interface HTMLDuetPaginationElement extends Components.DuetPagination, HTMLStencilElement {
|
|
4049
4182
|
}
|
|
4050
4183
|
var HTMLDuetPaginationElement: {
|
|
@@ -4277,6 +4410,7 @@ declare global {
|
|
|
4277
4410
|
"duet-caption": HTMLDuetCaptionElement;
|
|
4278
4411
|
"duet-card": HTMLDuetCardElement;
|
|
4279
4412
|
"duet-checkbox": HTMLDuetCheckboxElement;
|
|
4413
|
+
"duet-checkmark": HTMLDuetCheckmarkElement;
|
|
4280
4414
|
"duet-choice": HTMLDuetChoiceElement;
|
|
4281
4415
|
"duet-choice-group": HTMLDuetChoiceGroupElement;
|
|
4282
4416
|
"duet-collapsible": HTMLDuetCollapsibleElement;
|
|
@@ -4312,6 +4446,7 @@ declare global {
|
|
|
4312
4446
|
"duet-notification": HTMLDuetNotificationElement;
|
|
4313
4447
|
"duet-notification-drawer": HTMLDuetNotificationDrawerElement;
|
|
4314
4448
|
"duet-number-input": HTMLDuetNumberInputElement;
|
|
4449
|
+
"duet-page-heading": HTMLDuetPageHeadingElement;
|
|
4315
4450
|
"duet-pagination": HTMLDuetPaginationElement;
|
|
4316
4451
|
"duet-paragraph": HTMLDuetParagraphElement;
|
|
4317
4452
|
"duet-progress": HTMLDuetProgressElement;
|
|
@@ -4857,6 +4992,28 @@ declare namespace LocalJSX {
|
|
|
4857
4992
|
*/
|
|
4858
4993
|
"value"?: string;
|
|
4859
4994
|
}
|
|
4995
|
+
interface DuetCheckmark {
|
|
4996
|
+
/**
|
|
4997
|
+
* Checked
|
|
4998
|
+
*/
|
|
4999
|
+
"center"?: boolean;
|
|
5000
|
+
/**
|
|
5001
|
+
* Checked
|
|
5002
|
+
*/
|
|
5003
|
+
"checked"?: boolean;
|
|
5004
|
+
/**
|
|
5005
|
+
* Checked
|
|
5006
|
+
*/
|
|
5007
|
+
"presentationOnly"?: boolean;
|
|
5008
|
+
/**
|
|
5009
|
+
* Theme
|
|
5010
|
+
*/
|
|
5011
|
+
"theme"?: DuetTheme;
|
|
5012
|
+
/**
|
|
5013
|
+
* Type
|
|
5014
|
+
*/
|
|
5015
|
+
"type"?: DuetChoiceType;
|
|
5016
|
+
}
|
|
4860
5017
|
interface DuetChoice {
|
|
4861
5018
|
/**
|
|
4862
5019
|
* Indicates the id of a related component’s visually focused element.
|
|
@@ -5800,6 +5957,10 @@ declare namespace LocalJSX {
|
|
|
5800
5957
|
* Whether the icon changes its size responsively or not.
|
|
5801
5958
|
*/
|
|
5802
5959
|
"responsive"?: boolean;
|
|
5960
|
+
/**
|
|
5961
|
+
* Shape of the background. Brand follows new designs and currently doesn't support xxx-small size.
|
|
5962
|
+
*/
|
|
5963
|
+
"shape"?: "circle" | "brand";
|
|
5803
5964
|
/**
|
|
5804
5965
|
* Icon size. Entered as one of the icon size design tokens.
|
|
5805
5966
|
*/
|
|
@@ -6068,6 +6229,10 @@ declare namespace LocalJSX {
|
|
|
6068
6229
|
* @default "fi"
|
|
6069
6230
|
*/
|
|
6070
6231
|
"language"?: DuetLanguage;
|
|
6232
|
+
/**
|
|
6233
|
+
* Initially visually hidden link, which is shown on focus.
|
|
6234
|
+
*/
|
|
6235
|
+
"tabToLink"?: boolean;
|
|
6071
6236
|
/**
|
|
6072
6237
|
* Theme of the button.
|
|
6073
6238
|
*/
|
|
@@ -6152,6 +6317,50 @@ declare namespace LocalJSX {
|
|
|
6152
6317
|
"theme"?: DuetTheme;
|
|
6153
6318
|
}
|
|
6154
6319
|
interface DuetMenuBarButton {
|
|
6320
|
+
/**
|
|
6321
|
+
* Indicates the id of a related component’s visually focused element.
|
|
6322
|
+
*/
|
|
6323
|
+
"accessibleActiveDescendant"?: string;
|
|
6324
|
+
/**
|
|
6325
|
+
* Use this property to add an aria-controls attribute to the button. Use the attribute to point to the unique id of the content that the button manages.
|
|
6326
|
+
*/
|
|
6327
|
+
"accessibleControls"?: string;
|
|
6328
|
+
/**
|
|
6329
|
+
* Indicates the id of a component that describes the button.
|
|
6330
|
+
*/
|
|
6331
|
+
"accessibleDescribedBy"?: string;
|
|
6332
|
+
/**
|
|
6333
|
+
* Aria description the button
|
|
6334
|
+
*/
|
|
6335
|
+
"accessibleDescription"?: string;
|
|
6336
|
+
/**
|
|
6337
|
+
* Details of the component
|
|
6338
|
+
*/
|
|
6339
|
+
"accessibleDetails"?: string;
|
|
6340
|
+
/**
|
|
6341
|
+
* If a button expands or collapses adjacent content, then use the ariaExpanded prop to add the aria-expanded attribute to the button. Set the value to convey the current expanded (true) or collapsed (false) state of the content.
|
|
6342
|
+
*/
|
|
6343
|
+
"accessibleExpanded"?: boolean;
|
|
6344
|
+
/**
|
|
6345
|
+
* Adds accessible label for the button that is only shown for screen readers. Typically, this label text replaces the visible text on the button for users who use assistive technology.
|
|
6346
|
+
*/
|
|
6347
|
+
"accessibleLabel"?: string;
|
|
6348
|
+
/**
|
|
6349
|
+
* String of id's that indicate alternative labels elements
|
|
6350
|
+
*/
|
|
6351
|
+
"accessibleLabelledBy"?: string;
|
|
6352
|
+
/**
|
|
6353
|
+
* Indicates the id of a component owned by the button.
|
|
6354
|
+
*/
|
|
6355
|
+
"accessibleOwns"?: string;
|
|
6356
|
+
/**
|
|
6357
|
+
* Use this property to add an aria-haspopup attribute to a button, if you are using it as a menu button.
|
|
6358
|
+
*/
|
|
6359
|
+
"accessiblePopup"?: string;
|
|
6360
|
+
/**
|
|
6361
|
+
* Tells screen reader the element is pressed.
|
|
6362
|
+
*/
|
|
6363
|
+
"accessiblePressed"?: boolean;
|
|
6155
6364
|
/**
|
|
6156
6365
|
* Icon
|
|
6157
6366
|
*/
|
|
@@ -6162,6 +6371,10 @@ declare namespace LocalJSX {
|
|
|
6162
6371
|
"theme"?: DuetTheme;
|
|
6163
6372
|
}
|
|
6164
6373
|
interface DuetMenuBarDropdown {
|
|
6374
|
+
/**
|
|
6375
|
+
* Adds accessible label for the button that is only shown for screen readers. Typically, this label text replaces the visible text on the button for users who use assistive technology.
|
|
6376
|
+
*/
|
|
6377
|
+
"accessibleLabel"?: string;
|
|
6165
6378
|
/**
|
|
6166
6379
|
* Icon
|
|
6167
6380
|
*/
|
|
@@ -6607,6 +6820,20 @@ declare namespace LocalJSX {
|
|
|
6607
6820
|
*/
|
|
6608
6821
|
"value"?: string;
|
|
6609
6822
|
}
|
|
6823
|
+
interface DuetPageHeading {
|
|
6824
|
+
/**
|
|
6825
|
+
* Icon.
|
|
6826
|
+
*/
|
|
6827
|
+
"icon"?: DuetIconName;
|
|
6828
|
+
/**
|
|
6829
|
+
* Layout.
|
|
6830
|
+
*/
|
|
6831
|
+
"layout"?: "custom" | "fluid" | "narrow";
|
|
6832
|
+
/**
|
|
6833
|
+
* Theme of the hero area.
|
|
6834
|
+
*/
|
|
6835
|
+
"theme"?: DuetTheme;
|
|
6836
|
+
}
|
|
6610
6837
|
interface DuetPagination {
|
|
6611
6838
|
/**
|
|
6612
6839
|
* Described By id
|
|
@@ -7168,6 +7395,10 @@ declare namespace LocalJSX {
|
|
|
7168
7395
|
"theme"?: DuetTheme;
|
|
7169
7396
|
}
|
|
7170
7397
|
interface DuetSlideoutLink {
|
|
7398
|
+
/**
|
|
7399
|
+
* Adds accessible label for the button that is only shown for screen readers. Typically, this label text replaces the visible text on the button for users who use assistive technology.
|
|
7400
|
+
*/
|
|
7401
|
+
"accessibleLabel"?: string;
|
|
7171
7402
|
/**
|
|
7172
7403
|
* Active
|
|
7173
7404
|
*/
|
|
@@ -7188,6 +7419,10 @@ declare namespace LocalJSX {
|
|
|
7188
7419
|
* Size. Inherit, small, medium or large. Inherit value inherits styles from the value in the underlying slot.
|
|
7189
7420
|
*/
|
|
7190
7421
|
"size"?: "inherit" | "small" | "medium" | "large";
|
|
7422
|
+
/**
|
|
7423
|
+
* Language of the link. Use this only for language selection links.
|
|
7424
|
+
*/
|
|
7425
|
+
"targetLanguage"?: "en" | "fi" | "sv";
|
|
7191
7426
|
/**
|
|
7192
7427
|
* Theme.
|
|
7193
7428
|
*/
|
|
@@ -7198,6 +7433,10 @@ declare namespace LocalJSX {
|
|
|
7198
7433
|
* Active
|
|
7199
7434
|
*/
|
|
7200
7435
|
"active"?: boolean;
|
|
7436
|
+
/**
|
|
7437
|
+
* Background color. Use one of the color tokens.
|
|
7438
|
+
*/
|
|
7439
|
+
"backgroundColor"?: DuetColor;
|
|
7201
7440
|
/**
|
|
7202
7441
|
* Icon
|
|
7203
7442
|
*/
|
|
@@ -7376,6 +7615,10 @@ declare namespace LocalJSX {
|
|
|
7376
7615
|
* @default null
|
|
7377
7616
|
*/
|
|
7378
7617
|
"accessibleDescriptionDefault"?: DuetLangObject | string;
|
|
7618
|
+
/**
|
|
7619
|
+
* Caption for the tab.
|
|
7620
|
+
*/
|
|
7621
|
+
"caption"?: string;
|
|
7379
7622
|
/**
|
|
7380
7623
|
* Label for the tab.
|
|
7381
7624
|
*/
|
|
@@ -7718,6 +7961,10 @@ declare namespace LocalJSX {
|
|
|
7718
7961
|
"theme"?: DuetTheme;
|
|
7719
7962
|
}
|
|
7720
7963
|
interface DuetToolbarDropdownLink {
|
|
7964
|
+
/**
|
|
7965
|
+
* Adds accessible label for the button that is only shown for screen readers. Typically, this label text replaces the visible text on the button for users who use assistive technology.
|
|
7966
|
+
*/
|
|
7967
|
+
"accessibleLabel"?: string;
|
|
7721
7968
|
/**
|
|
7722
7969
|
* Active
|
|
7723
7970
|
*/
|
|
@@ -7730,6 +7977,10 @@ declare namespace LocalJSX {
|
|
|
7730
7977
|
* Icon
|
|
7731
7978
|
*/
|
|
7732
7979
|
"icon"?: string;
|
|
7980
|
+
/**
|
|
7981
|
+
* Language of the link. Use this only for language selection links.
|
|
7982
|
+
*/
|
|
7983
|
+
"targetLanguage"?: "en" | "fi" | "sv";
|
|
7733
7984
|
/**
|
|
7734
7985
|
* Theme.
|
|
7735
7986
|
*/
|
|
@@ -8122,6 +8373,7 @@ declare namespace LocalJSX {
|
|
|
8122
8373
|
"duet-caption": DuetCaption;
|
|
8123
8374
|
"duet-card": DuetCard;
|
|
8124
8375
|
"duet-checkbox": DuetCheckbox;
|
|
8376
|
+
"duet-checkmark": DuetCheckmark;
|
|
8125
8377
|
"duet-choice": DuetChoice;
|
|
8126
8378
|
"duet-choice-group": DuetChoiceGroup;
|
|
8127
8379
|
"duet-collapsible": DuetCollapsible;
|
|
@@ -8157,6 +8409,7 @@ declare namespace LocalJSX {
|
|
|
8157
8409
|
"duet-notification": DuetNotification;
|
|
8158
8410
|
"duet-notification-drawer": DuetNotificationDrawer;
|
|
8159
8411
|
"duet-number-input": DuetNumberInput;
|
|
8412
|
+
"duet-page-heading": DuetPageHeading;
|
|
8160
8413
|
"duet-pagination": DuetPagination;
|
|
8161
8414
|
"duet-paragraph": DuetParagraph;
|
|
8162
8415
|
"duet-progress": DuetProgress;
|
|
@@ -8209,6 +8462,7 @@ declare module "@stencil/core" {
|
|
|
8209
8462
|
"duet-caption": LocalJSX.DuetCaption & JSXBase.HTMLAttributes<HTMLDuetCaptionElement>;
|
|
8210
8463
|
"duet-card": LocalJSX.DuetCard & JSXBase.HTMLAttributes<HTMLDuetCardElement>;
|
|
8211
8464
|
"duet-checkbox": LocalJSX.DuetCheckbox & JSXBase.HTMLAttributes<HTMLDuetCheckboxElement>;
|
|
8465
|
+
"duet-checkmark": LocalJSX.DuetCheckmark & JSXBase.HTMLAttributes<HTMLDuetCheckmarkElement>;
|
|
8212
8466
|
"duet-choice": LocalJSX.DuetChoice & JSXBase.HTMLAttributes<HTMLDuetChoiceElement>;
|
|
8213
8467
|
"duet-choice-group": LocalJSX.DuetChoiceGroup & JSXBase.HTMLAttributes<HTMLDuetChoiceGroupElement>;
|
|
8214
8468
|
"duet-collapsible": LocalJSX.DuetCollapsible & JSXBase.HTMLAttributes<HTMLDuetCollapsibleElement>;
|
|
@@ -8244,6 +8498,7 @@ declare module "@stencil/core" {
|
|
|
8244
8498
|
"duet-notification": LocalJSX.DuetNotification & JSXBase.HTMLAttributes<HTMLDuetNotificationElement>;
|
|
8245
8499
|
"duet-notification-drawer": LocalJSX.DuetNotificationDrawer & JSXBase.HTMLAttributes<HTMLDuetNotificationDrawerElement>;
|
|
8246
8500
|
"duet-number-input": LocalJSX.DuetNumberInput & JSXBase.HTMLAttributes<HTMLDuetNumberInputElement>;
|
|
8501
|
+
"duet-page-heading": LocalJSX.DuetPageHeading & JSXBase.HTMLAttributes<HTMLDuetPageHeadingElement>;
|
|
8247
8502
|
"duet-pagination": LocalJSX.DuetPagination & JSXBase.HTMLAttributes<HTMLDuetPaginationElement>;
|
|
8248
8503
|
"duet-paragraph": LocalJSX.DuetParagraph & JSXBase.HTMLAttributes<HTMLDuetParagraphElement>;
|
|
8249
8504
|
"duet-progress": LocalJSX.DuetProgress & JSXBase.HTMLAttributes<HTMLDuetProgressElement>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@duetds/components",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.6.0",
|
|
4
4
|
"description": "This package includes Duet Design System Web Components and related utilities.",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"email": "duetdesignsystem@lahitapiola.fi"
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"body-scroll-lock": "3.1.5"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@duetds/fonts": "2.0.
|
|
54
|
-
"@duetds/icons": "3.0.
|
|
55
|
-
"@duetds/tokens": "3.0.
|
|
53
|
+
"@duetds/fonts": "2.0.32",
|
|
54
|
+
"@duetds/icons": "3.0.32",
|
|
55
|
+
"@duetds/tokens": "3.0.32",
|
|
56
56
|
"@koa/cors": "3.3.0",
|
|
57
57
|
"@rollup/plugin-replace": "3.1.0",
|
|
58
58
|
"@stencil/core": "2.19.3",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"collection": "lib/collection/collection-manifest.json",
|
|
84
84
|
"es2015": "lib/esm/index.js",
|
|
85
85
|
"es2017": "lib/esm/index.js",
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "080f6fd8613838ade6b5a51e68f2137b1dd72959"
|
|
87
87
|
}
|