@duetds/components 8.6.2 → 8.6.4
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 +695 -649
- package/lib/cjs/duet-action-button.cjs.entry.js +2 -2
- package/lib/cjs/duet-alert.cjs.entry.js +2 -0
- package/lib/cjs/duet-banner.cjs.entry.js +6 -4
- package/lib/cjs/duet-breadcrumbs.cjs.entry.js +2 -2
- package/lib/cjs/duet-button_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-caption_4.cjs.entry.js +4 -4
- package/lib/cjs/duet-card.cjs.entry.js +2 -2
- package/lib/cjs/duet-checkbox.cjs.entry.js +1 -1
- package/lib/cjs/duet-collapsible.cjs.entry.js +1 -1
- package/lib/cjs/duet-divider_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-editable-table_3.cjs.entry.js +2 -2
- package/lib/cjs/duet-grid_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-header_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-icon.cjs.entry.js +3 -3
- package/lib/cjs/duet-input_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-menu-bar.cjs.entry.js +1 -1
- package/lib/cjs/duet-modal.cjs.entry.js +26 -3
- package/lib/cjs/duet-page-heading.cjs.entry.js +2 -1
- package/lib/cjs/duet-pagination_2.cjs.entry.js +24 -11
- package/lib/cjs/duet-popup-menu.cjs.entry.js +1 -0
- package/lib/cjs/duet-promo-card.cjs.entry.js +2 -2
- package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-range-slider.cjs.entry.js +1 -1
- package/lib/cjs/duet-scrollable_3.cjs.entry.js +2 -2
- package/lib/cjs/duet-slideout-panel.cjs.entry.js +2 -2
- package/lib/cjs/duet-slideout.cjs.entry.js +2 -2
- package/lib/cjs/duet-submenu-bar-dropdown.cjs.entry.js +1 -1
- package/lib/cjs/duet-submenu-bar.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.cjs.js +1 -1
- package/lib/cjs/loader.cjs.js +1 -1
- package/lib/cjs/{token-utils-4ff49a49.js → token-utils-2a219fda.js} +1 -1
- package/lib/cjs/{tokens-d270c810.js → tokens-851fb0c9.js} +376 -376
- package/lib/cjs/{tokens.module-2198b663.js → tokens.module-3e57c188.js} +250 -250
- package/lib/collection/components/duet-action-button/duet-action-button.js +2 -2
- package/lib/collection/components/duet-alert/duet-alert.js +17 -1
- package/lib/collection/components/duet-banner/duet-banner.css +27 -23
- package/lib/collection/components/duet-banner/duet-banner.js +4 -2
- package/lib/collection/components/duet-button/duet-button.js +5 -5
- package/lib/collection/components/duet-caption/duet-caption.js +1 -1
- package/lib/collection/components/duet-card/duet-card.js +3 -3
- package/lib/collection/components/duet-checkbox/duet-checkbox.css +4 -4
- package/lib/collection/components/duet-checkbox/duet-checkbox.js +3 -3
- package/lib/collection/components/duet-chip/duet-chip.js +6 -6
- package/lib/collection/components/duet-choice/duet-choice.js +3 -3
- package/lib/collection/components/duet-collapsible/duet-collapsible.js +3 -3
- package/lib/collection/components/duet-combobox/duet-combobox.js +3 -3
- package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.js +1 -1
- package/lib/collection/components/duet-date-picker/duet-date-picker.js +4 -4
- package/lib/collection/components/duet-divider/duet-divider.js +1 -1
- package/lib/collection/components/duet-editable-table/duet-editable-table.js +5 -5
- package/lib/collection/components/duet-empty-state/duet-empty-state.js +1 -1
- package/lib/collection/components/duet-file-chooser/duet-file-chooser.js +1 -1
- package/lib/collection/components/duet-footer/duet-footer.js +7 -7
- package/lib/collection/components/duet-grid/duet-grid.js +3 -3
- package/lib/collection/components/duet-header/duet-header.js +15 -15
- package/lib/collection/components/duet-heading/duet-heading.js +1 -1
- package/lib/collection/components/duet-hero/duet-hero.js +5 -5
- package/lib/collection/components/duet-icon/duet-icon.css +3 -2
- package/lib/collection/components/duet-input/duet-input.js +8 -8
- package/lib/collection/components/duet-label/duet-label.js +2 -2
- package/lib/collection/components/duet-layout/duet-layout.js +1 -1
- package/lib/collection/components/duet-link/duet-link.css +12 -6
- package/lib/collection/components/duet-link/duet-link.js +1 -1
- package/lib/collection/components/duet-list/duet-list.js +3 -3
- package/lib/collection/components/duet-logo/duet-logo.js +1 -1
- package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +1 -1
- package/lib/collection/components/duet-modal/duet-modal.css +2 -1
- package/lib/collection/components/duet-modal/duet-modal.e2e.js +21 -0
- package/lib/collection/components/duet-modal/duet-modal.js +75 -10
- package/lib/collection/components/duet-multiselect/duet-multiselect.js +5 -5
- package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.js +1 -1
- package/lib/collection/components/duet-number-input/duet-number-input.js +4 -4
- package/lib/collection/components/duet-overlay/duet-overlay.js +1 -1
- package/lib/collection/components/duet-page-heading/duet-page-heading.css +3 -0
- package/lib/collection/components/duet-page-heading/duet-page-heading.js +1 -0
- package/lib/collection/components/duet-pagination/duet-pagination.js +37 -10
- package/lib/collection/components/duet-paragraph/duet-paragraph.js +3 -3
- package/lib/collection/components/duet-popup-menu/duet-popup-menu.js +22 -1
- package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.js +2 -2
- package/lib/collection/components/duet-radio/duet-radio.css +4 -4
- package/lib/collection/components/duet-radio/duet-radio.js +3 -3
- package/lib/collection/components/duet-range-slider/duet-range-slider.js +2 -2
- package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +24 -2
- package/lib/collection/components/duet-select/duet-select.js +5 -5
- package/lib/collection/components/duet-show-more/duet-show-more.js +1 -1
- package/lib/collection/components/duet-slideout/duet-slideout.js +1 -1
- package/lib/collection/components/duet-spacer/duet-spacer.js +2 -2
- package/lib/collection/components/duet-spinner/duet-spinner.js +1 -1
- package/lib/collection/components/duet-step/duet-step.js +2 -2
- package/lib/collection/components/duet-stepper/duet-stepper.js +1 -1
- package/lib/collection/components/duet-tab-group/duet-tab-group.js +5 -5
- package/lib/collection/components/duet-textarea/duet-textarea.js +4 -4
- package/lib/collection/components/duet-toggle/duet-toggle.js +1 -1
- package/lib/collection/components/duet-tooltip/duet-tooltip.js +1 -1
- package/lib/collection/components/duet-upload/duet-upload.js +14 -14
- package/lib/collection/components/duet-upload-item/duet-upload-item.js +2 -2
- 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-banner.js +7 -5
- package/lib/dist-custom-elements/duet-breadcrumb.js +1 -1
- package/lib/dist-custom-elements/duet-breadcrumbs.js +1 -1
- package/lib/dist-custom-elements/duet-button.js +1 -1
- package/lib/dist-custom-elements/duet-callout.js +1 -1
- package/lib/dist-custom-elements/duet-card.js +2 -2
- package/lib/dist-custom-elements/duet-checkbox.js +1 -1
- package/lib/dist-custom-elements/duet-chip.js +1 -1
- package/lib/dist-custom-elements/duet-choice-group.js +3 -3
- package/lib/dist-custom-elements/duet-choice.js +1 -1
- package/lib/dist-custom-elements/duet-collapsible.js +2 -2
- package/lib/dist-custom-elements/duet-combobox.js +8 -8
- package/lib/dist-custom-elements/duet-contact-card.js +6 -6
- package/lib/dist-custom-elements/duet-cookie-consent.js +3 -3
- 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 +5 -5
- package/lib/dist-custom-elements/duet-empty-state.js +1 -1
- package/lib/dist-custom-elements/duet-footer.js +2 -2
- package/lib/dist-custom-elements/duet-grid.js +1 -1
- package/lib/dist-custom-elements/duet-header.js +6 -6
- package/lib/dist-custom-elements/duet-heading.js +1 -1
- package/lib/dist-custom-elements/duet-hero.js +5 -5
- 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-link.js +1 -1
- package/lib/dist-custom-elements/duet-logo.js +1 -1
- package/lib/dist-custom-elements/duet-menu-bar-button.js +1 -1
- package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +1 -1
- package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +1 -1
- package/lib/dist-custom-elements/duet-menu-bar-item.js +1 -1
- package/lib/dist-custom-elements/duet-menu-bar-link.js +1 -1
- package/lib/dist-custom-elements/duet-menu-bar.js +2 -2
- package/lib/dist-custom-elements/duet-modal.js +31 -7
- package/lib/dist-custom-elements/duet-multiselect.js +5 -5
- package/lib/dist-custom-elements/duet-notification-drawer.js +3 -3
- package/lib/dist-custom-elements/duet-number-input.js +7 -7
- package/lib/dist-custom-elements/duet-page-heading.js +3 -2
- package/lib/dist-custom-elements/duet-pagination.js +27 -17
- package/lib/dist-custom-elements/duet-paragraph.js +1 -1
- package/lib/dist-custom-elements/duet-popup-menu-item.js +1 -1
- package/lib/dist-custom-elements/duet-popup-menu.js +2 -0
- package/lib/dist-custom-elements/duet-promo-card.js +3 -3
- package/lib/dist-custom-elements/duet-radio-group.js +3 -3
- 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 +8 -3
- package/lib/dist-custom-elements/duet-scrollable.js +1 -1
- package/lib/dist-custom-elements/duet-select.js +1 -1
- package/lib/dist-custom-elements/duet-show-more.js +1 -1
- package/lib/dist-custom-elements/duet-slideout-lang.js +1 -1
- package/lib/dist-custom-elements/duet-slideout-link.js +1 -1
- package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +1 -1
- package/lib/dist-custom-elements/duet-slideout-panel.js +2 -2
- package/lib/dist-custom-elements/duet-slideout.js +2 -2
- package/lib/dist-custom-elements/duet-spinner.js +1 -1
- package/lib/dist-custom-elements/duet-step.js +2 -2
- package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +1 -1
- package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +2 -2
- package/lib/dist-custom-elements/duet-submenu-bar-item.js +1 -1
- package/lib/dist-custom-elements/duet-submenu-bar-link.js +1 -1
- 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 +5 -5
- package/lib/dist-custom-elements/duet-toggle.js +1 -1
- package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +1 -1
- package/lib/dist-custom-elements/duet-toolbar-dropdown.js +1 -1
- package/lib/dist-custom-elements/duet-toolbar-item.js +1 -1
- package/lib/dist-custom-elements/duet-toolbar-link.js +1 -1
- package/lib/dist-custom-elements/duet-tooltip-popup.js +1 -1
- package/lib/dist-custom-elements/duet-tooltip.js +1 -1
- package/lib/dist-custom-elements/duet-tray.js +2 -2
- package/lib/dist-custom-elements/duet-upload-item.js +1 -1
- package/lib/dist-custom-elements/duet-upload.js +11 -11
- package/lib/dist-custom-elements/{p-08124065.js → p-01c62feb.js} +1 -1
- package/lib/dist-custom-elements/{p-92a16064.js → p-18552e4e.js} +3 -3
- package/lib/dist-custom-elements/{p-baf3208f.js → p-1a8d1a11.js} +1 -1
- package/lib/dist-custom-elements/{p-83231ea8.js → p-20b3fa1e.js} +3 -3
- package/lib/dist-custom-elements/{p-a829df6e.js → p-27b6f57b.js} +1 -1
- package/lib/dist-custom-elements/{p-46074a1a.js → p-29926f8a.js} +2 -2
- package/lib/dist-custom-elements/{p-2f410810.js → p-29b18cdf.js} +4 -4
- package/lib/dist-custom-elements/{p-25c80cdb.js → p-3ec3eb5f.js} +1 -1
- package/lib/dist-custom-elements/{p-6d366100.js → p-3f85f7b8.js} +6 -4
- package/lib/dist-custom-elements/{p-e10f446d.js → p-43fc089a.js} +5 -5
- package/lib/dist-custom-elements/{p-17ed32c8.js → p-4779e8e0.js} +1 -1
- package/lib/dist-custom-elements/{p-0c564379.js → p-67ef919e.js} +250 -250
- package/lib/dist-custom-elements/{p-e3d597b6.js → p-6ac13d84.js} +1 -1
- package/lib/dist-custom-elements/{p-014c1177.js → p-7b97ad08.js} +6 -6
- package/lib/dist-custom-elements/{p-28ec3461.js → p-82302a93.js} +3 -3
- package/lib/dist-custom-elements/{p-667579b0.js → p-9ca3437c.js} +2 -2
- package/lib/dist-custom-elements/{p-bb25377b.js → p-b29a25ab.js} +1 -1
- package/lib/dist-custom-elements/{p-63954651.js → p-b676c88c.js} +1 -1
- package/lib/dist-custom-elements/{p-d482a2e9.js → p-c76bd205.js} +1 -1
- package/lib/{esm/tokens-5e02bbe0.js → dist-custom-elements/p-d5c03b61.js} +376 -376
- package/lib/dist-custom-elements/{p-a167e2a0.js → p-d72fa71c.js} +1 -1
- package/lib/dist-custom-elements/{p-e702eb52.js → p-d8932b2b.js} +4 -4
- package/lib/dist-custom-elements/{p-0cee8a12.js → p-ecaba4be.js} +1 -1
- package/lib/dist-custom-elements/{p-755dd68f.js → p-ef51ec63.js} +1 -1
- package/lib/dist-custom-elements/{p-f4ac6968.js → p-f40596e9.js} +2 -2
- package/lib/dist-custom-elements/{p-a02e62f3.js → p-f47e755d.js} +3 -3
- package/lib/duet/duet.esm.js +1 -1
- package/lib/duet/{p-1a7649e4.entry.js → p-01e99d98.entry.js} +1 -1
- package/lib/duet/{p-4e724a7d.entry.js → p-032e2711.entry.js} +1 -1
- package/lib/duet/{p-956fad95.system.entry.js → p-080d1309.system.entry.js} +1 -1
- package/lib/duet/p-08379332.entry.js +4 -0
- package/lib/duet/{p-37802e1f.system.entry.js → p-0b7eacfc.system.entry.js} +1 -1
- package/lib/duet/{p-c586a2c4.system.entry.js → p-166ee660.system.entry.js} +1 -1
- package/lib/duet/{p-0bdcf67f.js → p-1784b1d2.js} +1 -1
- package/lib/duet/{p-a21391c0.system.entry.js → p-1ab80c29.system.entry.js} +1 -1
- package/lib/duet/{p-7f4b420c.system.entry.js → p-1bc74805.system.entry.js} +1 -1
- package/lib/duet/{p-4781cd58.entry.js → p-20914caa.entry.js} +1 -1
- package/lib/duet/p-21f4713b.system.entry.js +4 -0
- package/lib/duet/{p-45bb3cd0.system.entry.js → p-2208faac.system.entry.js} +1 -1
- package/lib/duet/{p-69e67b58.entry.js → p-283d802c.entry.js} +1 -1
- package/lib/duet/p-33e25171.system.entry.js +4 -0
- package/lib/duet/{p-999fff8d.system.entry.js → p-40a7a9b0.system.entry.js} +1 -1
- package/lib/duet/{p-76e54ff5.entry.js → p-413838af.entry.js} +1 -1
- package/lib/duet/{p-ebbecac7.system.entry.js → p-427eec46.system.entry.js} +1 -1
- package/lib/duet/{p-15c22a22.entry.js → p-4605197f.entry.js} +1 -1
- package/lib/duet/{p-2522cfc3.entry.js → p-49a25bf5.entry.js} +1 -1
- package/lib/duet/p-49f79189.system.entry.js +4 -0
- package/lib/duet/p-4a901bfc.js +4 -0
- package/lib/duet/{p-e0907f29.entry.js → p-5063685a.entry.js} +1 -1
- package/lib/duet/{p-8fb1d27a.system.entry.js → p-51adcace.system.entry.js} +1 -1
- package/lib/duet/{p-afe7d680.entry.js → p-5dd177d8.entry.js} +1 -1
- package/lib/duet/{p-07ac7f3e.system.entry.js → p-60f12cac.system.entry.js} +1 -1
- package/lib/duet/p-6151635f.system.js +1 -1
- package/lib/duet/p-622f89ff.entry.js +4 -0
- package/lib/duet/p-62512c7e.system.entry.js +4 -0
- package/lib/duet/p-62c34a4d.system.entry.js +4 -0
- package/lib/duet/{p-ad9b7b51.entry.js → p-6623f965.entry.js} +1 -1
- package/lib/duet/{p-9e75e5d8.system.entry.js → p-690a8348.system.entry.js} +1 -1
- package/lib/duet/{p-73cd3afd.entry.js → p-6a1bd4d9.entry.js} +1 -1
- package/lib/duet/p-6e3a7d3f.system.entry.js +4 -0
- package/lib/duet/{p-6c9cfb6d.entry.js → p-6f24a09e.entry.js} +1 -1
- package/lib/duet/{p-eafed149.system.entry.js → p-76a419f1.system.entry.js} +1 -1
- package/lib/duet/p-787520f2.entry.js +4 -0
- package/lib/duet/{p-c776e072.entry.js → p-7f7a7a71.entry.js} +1 -1
- package/lib/duet/{p-3302d75d.entry.js → p-805a3314.entry.js} +1 -1
- package/lib/duet/{p-a90f23ec.system.entry.js → p-907787c5.system.entry.js} +1 -1
- package/lib/duet/{p-b78c3e3e.entry.js → p-91677c21.entry.js} +1 -1
- package/lib/duet/{p-b02ca265.entry.js → p-9180b8be.entry.js} +1 -1
- package/lib/duet/{p-7a161455.entry.js → p-96ca57c0.entry.js} +1 -1
- package/lib/duet/{p-628ae8ba.entry.js → p-a5bb0b7f.entry.js} +1 -1
- package/lib/duet/{p-cc9cfdb3.entry.js → p-a64b72f5.entry.js} +1 -1
- package/lib/duet/{p-4de910bd.system.entry.js → p-b781e27f.system.entry.js} +1 -1
- package/lib/duet/{p-73e66b09.system.js → p-c1445714.system.js} +1 -1
- package/lib/duet/{p-7ca15c93.entry.js → p-c2c2e797.entry.js} +1 -1
- package/lib/duet/{p-a659cdb5.system.entry.js → p-c30b6ad6.system.entry.js} +1 -1
- package/lib/duet/{p-38f9c1e3.entry.js → p-c493cd2e.entry.js} +1 -1
- package/lib/duet/p-c51d6fb5.system.js +4 -0
- package/lib/duet/p-c5f48c1c.system.entry.js +4 -0
- package/lib/duet/p-c86d6786.system.js +4 -0
- package/lib/duet/{p-0fc721ab.system.entry.js → p-caf153e4.system.entry.js} +1 -1
- package/lib/duet/{p-c68602c9.system.entry.js → p-ce01f793.system.entry.js} +1 -1
- package/lib/duet/{p-e640a515.system.entry.js → p-ce6892d9.system.entry.js} +1 -1
- package/lib/duet/p-d067ebb8.entry.js +4 -0
- package/lib/duet/p-d5c03b61.js +4 -0
- package/lib/duet/{p-80ffc878.system.entry.js → p-da0e9110.system.entry.js} +1 -1
- package/lib/duet/p-e12b461b.entry.js +4 -0
- package/lib/duet/p-e4595aa7.system.entry.js +4 -0
- package/lib/duet/p-e7d32eaa.entry.js +4 -0
- package/lib/duet/{p-e411627f.entry.js → p-ee4075c2.entry.js} +1 -1
- package/lib/duet/{p-174ad02e.system.entry.js → p-f0209c14.system.entry.js} +1 -1
- package/lib/duet/p-f252a415.entry.js +4 -0
- package/lib/duet/{p-9ac25886.system.entry.js → p-f52f44d6.system.entry.js} +1 -1
- package/lib/duet/{p-179881d0.system.entry.js → p-fa3801ea.system.entry.js} +1 -1
- package/lib/duet/{p-05a72320.entry.js → p-ff4969cc.entry.js} +1 -1
- package/lib/esm/duet-action-button.entry.js +2 -2
- package/lib/esm/duet-alert.entry.js +2 -0
- package/lib/esm/duet-banner.entry.js +6 -4
- package/lib/esm/duet-breadcrumbs.entry.js +2 -2
- package/lib/esm/duet-button_2.entry.js +2 -2
- package/lib/esm/duet-caption_4.entry.js +4 -4
- package/lib/esm/duet-card.entry.js +2 -2
- package/lib/esm/duet-checkbox.entry.js +1 -1
- package/lib/esm/duet-collapsible.entry.js +1 -1
- package/lib/esm/duet-divider_2.entry.js +2 -2
- package/lib/esm/duet-editable-table_3.entry.js +2 -2
- package/lib/esm/duet-grid_2.entry.js +1 -1
- package/lib/esm/duet-header_2.entry.js +2 -2
- package/lib/esm/duet-icon.entry.js +3 -3
- package/lib/esm/duet-input_2.entry.js +2 -2
- package/lib/esm/duet-menu-bar.entry.js +1 -1
- package/lib/esm/duet-modal.entry.js +26 -3
- package/lib/esm/duet-page-heading.entry.js +2 -1
- package/lib/esm/duet-pagination_2.entry.js +24 -11
- package/lib/esm/duet-popup-menu.entry.js +1 -0
- package/lib/esm/duet-promo-card.entry.js +2 -2
- package/lib/esm/duet-radio_2.entry.js +1 -1
- package/lib/esm/duet-range-slider.entry.js +1 -1
- package/lib/esm/duet-scrollable_3.entry.js +2 -2
- package/lib/esm/duet-slideout-panel.entry.js +2 -2
- package/lib/esm/duet-slideout.entry.js +2 -2
- package/lib/esm/duet-submenu-bar-dropdown.entry.js +1 -1
- package/lib/esm/duet-submenu-bar.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.js +1 -1
- package/lib/esm/loader.js +1 -1
- package/lib/esm/{token-utils-2adbab3f.js → token-utils-1f843fb9.js} +1 -1
- package/lib/{dist-custom-elements/p-f9a8d356.js → esm/tokens-a9d9d4dd.js} +376 -376
- package/lib/esm/{tokens.module-8dbafec7.js → tokens.module-ed0ed26f.js} +250 -250
- 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-banner.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-collapsible.entry.js +1 -1
- package/lib/esm-es5/duet-divider_2.entry.js +1 -1
- package/lib/esm-es5/duet-editable-table_3.entry.js +2 -2
- package/lib/esm-es5/duet-grid_2.entry.js +1 -1
- package/lib/esm-es5/duet-header_2.entry.js +1 -1
- package/lib/esm-es5/duet-icon.entry.js +1 -1
- package/lib/esm-es5/duet-input_2.entry.js +1 -1
- package/lib/esm-es5/duet-menu-bar.entry.js +1 -1
- package/lib/esm-es5/duet-modal.entry.js +1 -1
- package/lib/esm-es5/duet-page-heading.entry.js +1 -1
- package/lib/esm-es5/duet-pagination_2.entry.js +1 -1
- package/lib/esm-es5/duet-popup-menu.entry.js +1 -1
- package/lib/esm-es5/duet-promo-card.entry.js +1 -1
- package/lib/esm-es5/duet-radio_2.entry.js +1 -1
- package/lib/esm-es5/duet-range-slider.entry.js +1 -1
- package/lib/esm-es5/duet-scrollable_3.entry.js +1 -1
- package/lib/esm-es5/duet-slideout-panel.entry.js +1 -1
- package/lib/esm-es5/duet-slideout.entry.js +1 -1
- package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +1 -1
- package/lib/esm-es5/duet-submenu-bar.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.js +1 -1
- package/lib/esm-es5/loader.js +1 -1
- package/lib/esm-es5/{token-utils-2adbab3f.js → token-utils-1f843fb9.js} +1 -1
- package/lib/esm-es5/tokens-a9d9d4dd.js +4 -0
- package/lib/esm-es5/tokens.module-ed0ed26f.js +4 -0
- package/lib/types/components/duet-alert/duet-alert.d.ts +4 -0
- package/lib/types/components/duet-modal/duet-modal.d.ts +12 -2
- package/lib/types/components/duet-pagination/duet-pagination.d.ts +4 -0
- package/lib/types/components/duet-popup-menu/duet-popup-menu.d.ts +4 -0
- package/lib/types/components/duet-range-stepper/duet-range-stepper.d.ts +4 -0
- package/lib/types/components.d.ts +34 -2
- package/package.json +3 -3
- package/lib/duet/p-061f4be0.system.entry.js +0 -4
- package/lib/duet/p-1c689a26.system.js +0 -4
- package/lib/duet/p-1ef0e5ca.system.entry.js +0 -4
- package/lib/duet/p-46dda347.system.entry.js +0 -4
- package/lib/duet/p-5c8e3667.entry.js +0 -4
- package/lib/duet/p-67dc45d7.js +0 -4
- package/lib/duet/p-723e165b.system.entry.js +0 -4
- package/lib/duet/p-8a41bde4.system.entry.js +0 -4
- package/lib/duet/p-8ba91848.entry.js +0 -4
- package/lib/duet/p-a3afb1af.entry.js +0 -4
- package/lib/duet/p-b31d31d8.system.js +0 -4
- package/lib/duet/p-b6f62761.entry.js +0 -4
- package/lib/duet/p-c3c12f8d.entry.js +0 -4
- package/lib/duet/p-c5cf76db.entry.js +0 -4
- package/lib/duet/p-d739e7af.system.entry.js +0 -4
- package/lib/duet/p-deb98669.entry.js +0 -4
- package/lib/duet/p-e362468f.system.entry.js +0 -4
- package/lib/duet/p-e58015e8.system.entry.js +0 -4
- package/lib/duet/p-f9a8d356.js +0 -4
- package/lib/esm-es5/tokens-5e02bbe0.js +0 -4
- package/lib/esm-es5/tokens.module-8dbafec7.js +0 -4
|
@@ -3,335 +3,335 @@
|
|
|
3
3
|
*/
|
|
4
4
|
'use strict';
|
|
5
5
|
|
|
6
|
-
const colorWarning = "rgb(247, 178, 40)";
|
|
7
|
-
const colorGrayDarker = "rgb(101, 119, 135)";
|
|
8
|
-
const colorGrayLighter = "rgb(245, 248, 250)";
|
|
9
|
-
const colorCategoryHome = "rgb(211, 36, 131)";
|
|
10
|
-
const colorPrimary = "rgb(0, 119, 179)";
|
|
11
|
-
const colorCategoryVehicle = "rgb(54, 74, 129)";
|
|
12
|
-
const colorSuccess = "rgb(0, 135, 90)";
|
|
13
|
-
const colorCategoryFamily = "rgb(11, 114, 136)";
|
|
14
|
-
const colorPrimaryLightest = "rgb(243, 249, 252)";
|
|
15
|
-
const colorPrimaryLighter = "rgb(230, 242, 248)";
|
|
16
6
|
const colorBrandBlue = "rgb(0, 161, 212)";
|
|
17
|
-
const
|
|
18
|
-
const
|
|
7
|
+
const colorBrandGrayTurva = "rgb(178, 180, 179)";
|
|
8
|
+
const colorCategoryFamily = "rgb(11, 114, 136)";
|
|
9
|
+
const colorCategoryFamilyTurva = "rgb(199, 12, 112)";
|
|
19
10
|
const colorCategoryFinance = "rgb(122, 1, 196)";
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const colorSecondary = "rgb(0, 41, 77)";
|
|
11
|
+
const colorCategoryHome = "rgb(211, 36, 131)";
|
|
12
|
+
const colorCategoryHomeTurva = "rgb(161, 10, 78)";
|
|
23
13
|
const colorCategoryPet = "rgb(168, 1, 78)";
|
|
24
|
-
const colorPrimaryDarker = "rgb(0, 98, 154)";
|
|
25
|
-
const colorPrimaryLight = "rgb(205, 229, 241)";
|
|
26
14
|
const colorCategoryTravel = "rgb(213, 66, 3)";
|
|
27
|
-
const colorGray = "rgb(207, 210, 212)";
|
|
28
|
-
const colorDanger = "rgb(222, 35, 98)";
|
|
29
|
-
const colorGrayDarkerTurva = "rgb(68, 68, 69)";
|
|
30
|
-
const colorGrayLighterTurva = "rgb(245, 245, 247)";
|
|
31
|
-
const colorCategoryHomeTurva = "rgb(161, 10, 78)";
|
|
32
|
-
const colorPrimaryTurva = "rgb(198, 12, 48)";
|
|
33
|
-
const colorCategoryVehicleTurva = "rgb(23, 28, 58)";
|
|
34
|
-
const colorSuccessTurva = "rgb(8, 135, 78)";
|
|
35
|
-
const colorPrimaryLightestTurva = "rgb(252, 243, 244)";
|
|
36
|
-
const colorCategoryFamilyTurva = "rgb(199, 12, 112)";
|
|
37
|
-
const colorCategoryUnionTurva = "rgb(169, 69, 124)";
|
|
38
|
-
const colorPrimaryLighterTurva = "rgb(249, 230, 234)";
|
|
39
|
-
const colorPrimaryDarkTurva = "rgb(148, 9, 37)";
|
|
40
|
-
const colorGrayLightestTurva = "rgb(255, 255, 255)";
|
|
41
|
-
const colorGrayDarkTurva = "rgb(116, 116, 117)";
|
|
42
|
-
const colorGrayLightTurva = "rgb(228, 228, 230)";
|
|
43
|
-
const colorBrandGrayTurva = "rgb(178, 180, 179)";
|
|
44
|
-
const colorSecondaryTurva = "rgb(23, 28, 58)";
|
|
45
|
-
const colorPrimaryDarkerTurva = "rgb(173, 11, 43)";
|
|
46
|
-
const colorPrimaryLightTurva = "rgb(244, 207, 214)";
|
|
47
15
|
const colorCategoryTravelTurva = "rgb(9, 129, 148)";
|
|
48
|
-
const
|
|
16
|
+
const colorCategoryUnionTurva = "rgb(169, 69, 124)";
|
|
17
|
+
const colorCategoryVehicle = "rgb(54, 74, 129)";
|
|
18
|
+
const colorCategoryVehicleTurva = "rgb(23, 28, 58)";
|
|
19
|
+
const colorDanger = "rgb(222, 35, 98)";
|
|
49
20
|
const colorDangerTurva = "rgb(224, 42, 13)";
|
|
50
|
-
const
|
|
21
|
+
const colorData01 = "rgb(122, 1, 196)";
|
|
22
|
+
const colorData02 = "rgb(0, 155, 204)";
|
|
23
|
+
const colorData03 = "rgb(27, 171, 75)";
|
|
24
|
+
const colorData04 = "rgb(255, 86, 34)";
|
|
25
|
+
const colorData05 = "rgb(245, 76, 154)";
|
|
26
|
+
const colorData06 = "rgb(194, 21, 101)";
|
|
51
27
|
const colorData07 = "rgb(192, 101, 247)";
|
|
52
28
|
const colorData08 = "rgb(0, 105, 191)";
|
|
53
29
|
const colorData09 = "rgb(19, 120, 53)";
|
|
54
30
|
const colorData10 = "rgb(179, 60, 24)";
|
|
55
31
|
const colorData11 = "rgb(13, 163, 166)";
|
|
56
|
-
const colorData01 = "rgb(122, 1, 196)";
|
|
57
32
|
const colorData12 = "rgb(11, 114, 136)";
|
|
58
|
-
const colorData02 = "rgb(0, 155, 204)";
|
|
59
33
|
const colorData13 = "rgb(179, 137, 24)";
|
|
60
|
-
const colorData03 = "rgb(27, 171, 75)";
|
|
61
34
|
const colorData14 = "rgb(128, 98, 17)";
|
|
62
|
-
const colorData04 = "rgb(255, 86, 34)";
|
|
63
35
|
const colorData15 = "rgb(0, 41, 77)";
|
|
64
|
-
const
|
|
65
|
-
const
|
|
66
|
-
const
|
|
67
|
-
const
|
|
68
|
-
const
|
|
69
|
-
const
|
|
36
|
+
const colorGray = "rgb(207, 210, 212)";
|
|
37
|
+
const colorGrayDark = "rgb(144, 149, 153)";
|
|
38
|
+
const colorGrayDarkTurva = "rgb(116, 116, 117)";
|
|
39
|
+
const colorGrayDarker = "rgb(101, 119, 135)";
|
|
40
|
+
const colorGrayDarkerTurva = "rgb(68, 68, 69)";
|
|
41
|
+
const colorGrayLight = "rgb(225, 227, 230)";
|
|
42
|
+
const colorGrayLightTurva = "rgb(228, 228, 230)";
|
|
43
|
+
const colorGrayLighter = "rgb(245, 248, 250)";
|
|
44
|
+
const colorGrayLighterTurva = "rgb(245, 245, 247)";
|
|
45
|
+
const colorGrayLightest = "rgb(255, 255, 255)";
|
|
46
|
+
const colorGrayLightestTurva = "rgb(255, 255, 255)";
|
|
47
|
+
const colorGrayTurva = "rgb(207, 207, 209)";
|
|
48
|
+
const colorPrimary = "rgb(0, 119, 179)";
|
|
49
|
+
const colorPrimaryDark = "rgb(0, 77, 128)";
|
|
50
|
+
const colorPrimaryDarkTurva = "rgb(148, 9, 37)";
|
|
51
|
+
const colorPrimaryDarker = "rgb(0, 98, 154)";
|
|
52
|
+
const colorPrimaryDarkerTurva = "rgb(173, 11, 43)";
|
|
53
|
+
const colorPrimaryLight = "rgb(205, 229, 241)";
|
|
54
|
+
const colorPrimaryLightTurva = "rgb(244, 207, 214)";
|
|
55
|
+
const colorPrimaryLighter = "rgb(230, 242, 248)";
|
|
56
|
+
const colorPrimaryLighterTurva = "rgb(249, 230, 234)";
|
|
57
|
+
const colorPrimaryLightest = "rgb(243, 249, 252)";
|
|
58
|
+
const colorPrimaryLightestTurva = "rgb(252, 243, 244)";
|
|
59
|
+
const colorPrimaryTurva = "rgb(198, 12, 48)";
|
|
60
|
+
const colorSecondary = "rgb(0, 41, 77)";
|
|
61
|
+
const colorSecondaryTurva = "rgb(23, 28, 58)";
|
|
62
|
+
const colorSuccess = "rgb(0, 135, 90)";
|
|
63
|
+
const colorSuccessTurva = "rgb(8, 135, 78)";
|
|
64
|
+
const colorWarning = "rgb(247, 178, 40)";
|
|
65
|
+
const colorWarningTurva = "rgb(250, 164, 15)";
|
|
70
66
|
const fontFamilyHeading = "'localtapiola-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'";
|
|
67
|
+
const fontFamilyHeadingTurva = "'turva-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'";
|
|
71
68
|
const fontFamilyText = "'localtapiola-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'";
|
|
72
|
-
const
|
|
73
|
-
const fontWeightNormal = "400";
|
|
74
|
-
const fontWeightSemiBold = "600";
|
|
75
|
-
const fontSizeXxxxLarge = "4.5rem";
|
|
76
|
-
const fontSizeXxxLarge = "3rem";
|
|
77
|
-
const fontSizeXxLarge = "2.25rem";
|
|
78
|
-
const fontSizeXLarge = "1.5rem";
|
|
69
|
+
const fontFamilyTextTurva = "'turva-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'";
|
|
79
70
|
const fontSizeLarge = "1.25rem";
|
|
80
71
|
const fontSizeMedium = "1rem";
|
|
81
72
|
const fontSizeSmall = "0.875rem";
|
|
73
|
+
const fontSizeXLarge = "1.5rem";
|
|
82
74
|
const fontSizeXSmall = "0.75rem";
|
|
83
|
-
const
|
|
75
|
+
const fontSizeXxLarge = "2.25rem";
|
|
76
|
+
const fontSizeXxxLarge = "3rem";
|
|
77
|
+
const fontSizeXxxxLarge = "4.5rem";
|
|
78
|
+
const fontWeightBold = "700";
|
|
79
|
+
const fontWeightExtraBold = "800";
|
|
80
|
+
const fontWeightNormal = "400";
|
|
81
|
+
const fontWeightSemiBold = "600";
|
|
82
|
+
const letterSpacingHeading = "-0.01rem";
|
|
83
|
+
const lineHeightMedium = "1.5";
|
|
84
|
+
const lineHeightSmall = "1.25";
|
|
85
|
+
const lineHeightXSmall = "1.1";
|
|
86
|
+
const mediaQueryLarge = "'(min-width: 62em)'";
|
|
87
|
+
const mediaQueryMedium = "'(min-width: 48em)'";
|
|
88
|
+
const mediaQuerySmall = "'(min-width: 36em)'";
|
|
89
|
+
const mediaQueryXLarge = "'(min-width: 64.0625em)'";
|
|
90
|
+
const mediaQueryXSmall = "'(max-width: 35.9375em)'";
|
|
91
|
+
const mediaQueryXxLarge = "'(min-width: 76.25em)'";
|
|
92
|
+
const mediaQueryXxSmall = "'(max-width: 22.5em)'";
|
|
93
|
+
const mediaQueryXxxLarge = "'(min-width: 106.25em)'";
|
|
94
|
+
const mediaQueryXxxSmall = "'(max-width: 20.5em)'";
|
|
95
|
+
const opacity30 = "0.30";
|
|
96
|
+
const opacity50 = "0.50";
|
|
97
|
+
const opacity75 = "0.75";
|
|
98
|
+
const opacity85 = "0.85";
|
|
99
|
+
const radiusCircle = "50%";
|
|
84
100
|
const radiusDefault = "4px";
|
|
85
|
-
const radiusMedium = "8px";
|
|
86
101
|
const radiusIntermediate = "12px";
|
|
87
102
|
const radiusLarge = "16px";
|
|
88
|
-
const
|
|
103
|
+
const radiusMedium = "8px";
|
|
89
104
|
const radiusPill = "20rem";
|
|
90
|
-
const
|
|
91
|
-
const
|
|
105
|
+
const radiusSharp = "0";
|
|
106
|
+
const shadowCard = "0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07)";
|
|
107
|
+
const shadowCardTurva = "0 2px 6px 0 rgba(117, 117, 117, 0.13), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07)";
|
|
92
108
|
const shadowDefault = "0 2px 6px 0 rgba(0, 41, 77, 0.07)";
|
|
93
|
-
const
|
|
94
|
-
const shadowTooltip = "0 2px 10px 0 rgba(0, 41, 77, 0.07)";
|
|
95
|
-
const shadowHoverInputTurva = "0 0 0 1px #747475";
|
|
96
|
-
const shadowErrorTurva = "0 0 0 1px #e55039";
|
|
97
|
-
const shadowHoverInput = "0 0 0 1px #909599";
|
|
109
|
+
const shadowDefaultTurva = "0 2px 6px 0 rgba(117, 117, 117, 0.13)";
|
|
98
110
|
const shadowError = "0 0 0 1px #de2362";
|
|
99
|
-
const
|
|
100
|
-
const shadowModal = "0 2px 20px 0 rgba(0, 0, 0, 0.2)";
|
|
101
|
-
const shadowCard = "0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07)";
|
|
102
|
-
const shadowFocusTurva = "0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a";
|
|
111
|
+
const shadowErrorTurva = "0 0 0 1px #e55039";
|
|
103
112
|
const shadowFocus = "0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3";
|
|
104
|
-
const
|
|
113
|
+
const shadowFocusInput = "0 0 0 1px #0077b3";
|
|
114
|
+
const shadowFocusInputTurva = "0 0 0 1px #171c3a";
|
|
115
|
+
const shadowFocusTurva = "0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a";
|
|
105
116
|
const shadowHover = "0 2px 10px 0 rgba(0, 41, 77, 0.1)";
|
|
106
|
-
const
|
|
107
|
-
const
|
|
108
|
-
const
|
|
109
|
-
const
|
|
110
|
-
const
|
|
111
|
-
const
|
|
112
|
-
const
|
|
113
|
-
const spaceXxLarge = "36px";
|
|
114
|
-
const spaceXxxxLarge = "72px";
|
|
115
|
-
const spaceXxxxxLarge = "94px";
|
|
116
|
-
const spaceXxxLarge = "48px";
|
|
117
|
-
const spaceXLarge = "28px";
|
|
118
|
-
const sizeIconXxLarge = "48px";
|
|
119
|
-
const sizeFormBorder = "1px";
|
|
120
|
-
const sizeStepMedium = "40px";
|
|
117
|
+
const shadowHoverInput = "0 0 0 1px #909599";
|
|
118
|
+
const shadowHoverInputTurva = "0 0 0 1px #747475";
|
|
119
|
+
const shadowHoverTurva = "0 2px 10px 0 rgba(117, 117, 117, 0.15)";
|
|
120
|
+
const shadowModal = "0 2px 20px 0 rgba(0, 0, 0, 0.2)";
|
|
121
|
+
const shadowTooltip = "0 2px 10px 0 rgba(0, 41, 77, 0.07)";
|
|
122
|
+
const shadowTooltipTurva = "0 2px 10px 0 rgba(117, 117, 117, 0.13)";
|
|
123
|
+
const sizeButtonBorder = "1px";
|
|
121
124
|
const sizeButtonMinWidth = "8rem";
|
|
125
|
+
const sizeButtonTinyBorder = "1px";
|
|
126
|
+
const sizeFormBorder = "1px";
|
|
122
127
|
const sizeHeader = "4rem";
|
|
123
|
-
const
|
|
128
|
+
const sizeIconLarge = "30px";
|
|
129
|
+
const sizeIconMedium = "24px";
|
|
130
|
+
const sizeIconSmall = "20px";
|
|
124
131
|
const sizeIconXLarge = "36px";
|
|
132
|
+
const sizeIconXSmall = "16px";
|
|
133
|
+
const sizeIconXxLarge = "48px";
|
|
125
134
|
const sizeIconXxSmall = "10px";
|
|
126
|
-
const
|
|
127
|
-
const
|
|
128
|
-
const sizeIconLarge = "30px";
|
|
135
|
+
const sizeIconXxxLarge = "72px";
|
|
136
|
+
const sizeIconXxxSmall = "7px";
|
|
129
137
|
const sizeLayoutMaxWidth = "1110px";
|
|
130
|
-
const sizeTappableSquare = "48px";
|
|
131
|
-
const sizeIconXSmall = "16px";
|
|
132
138
|
const sizeMediumBorder = "2px";
|
|
133
|
-
const
|
|
134
|
-
const
|
|
135
|
-
const
|
|
136
|
-
const
|
|
137
|
-
const
|
|
138
|
-
const
|
|
139
|
-
const
|
|
140
|
-
const
|
|
141
|
-
const
|
|
142
|
-
const
|
|
143
|
-
const
|
|
144
|
-
const
|
|
139
|
+
const sizeNavigation = "3rem";
|
|
140
|
+
const sizeStepMedium = "40px";
|
|
141
|
+
const sizeStepSmall = "30px";
|
|
142
|
+
const sizeTappableSquare = "48px";
|
|
143
|
+
const spaceLarge = "20px";
|
|
144
|
+
const spaceMedium = "16px";
|
|
145
|
+
const spaceSmall = "12px";
|
|
146
|
+
const spaceXLarge = "28px";
|
|
147
|
+
const spaceXSmall = "8px";
|
|
148
|
+
const spaceXxLarge = "36px";
|
|
149
|
+
const spaceXxSmall = "4px";
|
|
150
|
+
const spaceXxxLarge = "48px";
|
|
151
|
+
const spaceXxxSmall = "2px";
|
|
152
|
+
const spaceXxxxLarge = "72px";
|
|
153
|
+
const spaceXxxxxLarge = "94px";
|
|
154
|
+
const transitionQuickly = "300ms ease";
|
|
155
|
+
const transitionSlowly = "600ms ease";
|
|
156
|
+
const zIndexDeep = "-999999";
|
|
145
157
|
const zIndexDefault = "1";
|
|
146
|
-
const
|
|
147
|
-
const
|
|
148
|
-
const
|
|
149
|
-
const
|
|
158
|
+
const zIndexDropdown = "600";
|
|
159
|
+
const zIndexHeader = "400";
|
|
160
|
+
const zIndexMask = "200";
|
|
161
|
+
const zIndexMaskButtons = "250";
|
|
150
162
|
const zIndexMasked = "100";
|
|
151
|
-
const
|
|
163
|
+
const zIndexModal = "900";
|
|
152
164
|
const zIndexOverlay = "700";
|
|
153
|
-
const
|
|
154
|
-
const
|
|
155
|
-
const
|
|
156
|
-
const
|
|
157
|
-
const lineHeightXSmall = "1.1";
|
|
158
|
-
const transitionQuickly = "300ms ease";
|
|
159
|
-
const transitionSlowly = "600ms ease";
|
|
160
|
-
const mediaQueryXxxLarge = "'(min-width: 106.25em)'";
|
|
161
|
-
const mediaQueryXLarge = "'(min-width: 64.0625em)'";
|
|
162
|
-
const mediaQueryMedium = "'(min-width: 48em)'";
|
|
163
|
-
const mediaQueryLarge = "'(min-width: 62em)'";
|
|
164
|
-
const mediaQueryXxLarge = "'(min-width: 76.25em)'";
|
|
165
|
-
const mediaQueryXSmall = "'(max-width: 35.9375em)'";
|
|
166
|
-
const mediaQueryXxxSmall = "'(max-width: 20.5em)'";
|
|
167
|
-
const mediaQuerySmall = "'(min-width: 36em)'";
|
|
168
|
-
const mediaQueryXxSmall = "'(max-width: 22.5em)'";
|
|
165
|
+
const zIndexPopup = "950";
|
|
166
|
+
const zIndexSpinner = "800";
|
|
167
|
+
const zIndexSticky = "300";
|
|
168
|
+
const zIndexToast = "500";
|
|
169
169
|
|
|
170
170
|
const tokens = /*#__PURE__*/Object.freeze({
|
|
171
171
|
__proto__: null,
|
|
172
|
-
colorWarning: colorWarning,
|
|
173
|
-
colorGrayDarker: colorGrayDarker,
|
|
174
|
-
colorGrayLighter: colorGrayLighter,
|
|
175
|
-
colorCategoryHome: colorCategoryHome,
|
|
176
|
-
colorPrimary: colorPrimary,
|
|
177
|
-
colorCategoryVehicle: colorCategoryVehicle,
|
|
178
|
-
colorSuccess: colorSuccess,
|
|
179
|
-
colorCategoryFamily: colorCategoryFamily,
|
|
180
|
-
colorPrimaryLightest: colorPrimaryLightest,
|
|
181
|
-
colorPrimaryLighter: colorPrimaryLighter,
|
|
182
172
|
colorBrandBlue: colorBrandBlue,
|
|
183
|
-
|
|
184
|
-
|
|
173
|
+
colorBrandGrayTurva: colorBrandGrayTurva,
|
|
174
|
+
colorCategoryFamily: colorCategoryFamily,
|
|
175
|
+
colorCategoryFamilyTurva: colorCategoryFamilyTurva,
|
|
185
176
|
colorCategoryFinance: colorCategoryFinance,
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
colorSecondary: colorSecondary,
|
|
177
|
+
colorCategoryHome: colorCategoryHome,
|
|
178
|
+
colorCategoryHomeTurva: colorCategoryHomeTurva,
|
|
189
179
|
colorCategoryPet: colorCategoryPet,
|
|
190
|
-
colorPrimaryDarker: colorPrimaryDarker,
|
|
191
|
-
colorPrimaryLight: colorPrimaryLight,
|
|
192
180
|
colorCategoryTravel: colorCategoryTravel,
|
|
193
|
-
colorGray: colorGray,
|
|
194
|
-
colorDanger: colorDanger,
|
|
195
|
-
colorGrayDarkerTurva: colorGrayDarkerTurva,
|
|
196
|
-
colorGrayLighterTurva: colorGrayLighterTurva,
|
|
197
|
-
colorCategoryHomeTurva: colorCategoryHomeTurva,
|
|
198
|
-
colorPrimaryTurva: colorPrimaryTurva,
|
|
199
|
-
colorCategoryVehicleTurva: colorCategoryVehicleTurva,
|
|
200
|
-
colorSuccessTurva: colorSuccessTurva,
|
|
201
|
-
colorPrimaryLightestTurva: colorPrimaryLightestTurva,
|
|
202
|
-
colorCategoryFamilyTurva: colorCategoryFamilyTurva,
|
|
203
|
-
colorCategoryUnionTurva: colorCategoryUnionTurva,
|
|
204
|
-
colorPrimaryLighterTurva: colorPrimaryLighterTurva,
|
|
205
|
-
colorPrimaryDarkTurva: colorPrimaryDarkTurva,
|
|
206
|
-
colorGrayLightestTurva: colorGrayLightestTurva,
|
|
207
|
-
colorGrayDarkTurva: colorGrayDarkTurva,
|
|
208
|
-
colorGrayLightTurva: colorGrayLightTurva,
|
|
209
|
-
colorBrandGrayTurva: colorBrandGrayTurva,
|
|
210
|
-
colorSecondaryTurva: colorSecondaryTurva,
|
|
211
|
-
colorPrimaryDarkerTurva: colorPrimaryDarkerTurva,
|
|
212
|
-
colorPrimaryLightTurva: colorPrimaryLightTurva,
|
|
213
181
|
colorCategoryTravelTurva: colorCategoryTravelTurva,
|
|
214
|
-
|
|
182
|
+
colorCategoryUnionTurva: colorCategoryUnionTurva,
|
|
183
|
+
colorCategoryVehicle: colorCategoryVehicle,
|
|
184
|
+
colorCategoryVehicleTurva: colorCategoryVehicleTurva,
|
|
185
|
+
colorDanger: colorDanger,
|
|
215
186
|
colorDangerTurva: colorDangerTurva,
|
|
216
|
-
|
|
187
|
+
colorData01: colorData01,
|
|
188
|
+
colorData02: colorData02,
|
|
189
|
+
colorData03: colorData03,
|
|
190
|
+
colorData04: colorData04,
|
|
191
|
+
colorData05: colorData05,
|
|
192
|
+
colorData06: colorData06,
|
|
217
193
|
colorData07: colorData07,
|
|
218
194
|
colorData08: colorData08,
|
|
219
195
|
colorData09: colorData09,
|
|
220
196
|
colorData10: colorData10,
|
|
221
197
|
colorData11: colorData11,
|
|
222
|
-
colorData01: colorData01,
|
|
223
198
|
colorData12: colorData12,
|
|
224
|
-
colorData02: colorData02,
|
|
225
199
|
colorData13: colorData13,
|
|
226
|
-
colorData03: colorData03,
|
|
227
200
|
colorData14: colorData14,
|
|
228
|
-
colorData04: colorData04,
|
|
229
201
|
colorData15: colorData15,
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
202
|
+
colorGray: colorGray,
|
|
203
|
+
colorGrayDark: colorGrayDark,
|
|
204
|
+
colorGrayDarkTurva: colorGrayDarkTurva,
|
|
205
|
+
colorGrayDarker: colorGrayDarker,
|
|
206
|
+
colorGrayDarkerTurva: colorGrayDarkerTurva,
|
|
207
|
+
colorGrayLight: colorGrayLight,
|
|
208
|
+
colorGrayLightTurva: colorGrayLightTurva,
|
|
209
|
+
colorGrayLighter: colorGrayLighter,
|
|
210
|
+
colorGrayLighterTurva: colorGrayLighterTurva,
|
|
211
|
+
colorGrayLightest: colorGrayLightest,
|
|
212
|
+
colorGrayLightestTurva: colorGrayLightestTurva,
|
|
213
|
+
colorGrayTurva: colorGrayTurva,
|
|
214
|
+
colorPrimary: colorPrimary,
|
|
215
|
+
colorPrimaryDark: colorPrimaryDark,
|
|
216
|
+
colorPrimaryDarkTurva: colorPrimaryDarkTurva,
|
|
217
|
+
colorPrimaryDarker: colorPrimaryDarker,
|
|
218
|
+
colorPrimaryDarkerTurva: colorPrimaryDarkerTurva,
|
|
219
|
+
colorPrimaryLight: colorPrimaryLight,
|
|
220
|
+
colorPrimaryLightTurva: colorPrimaryLightTurva,
|
|
221
|
+
colorPrimaryLighter: colorPrimaryLighter,
|
|
222
|
+
colorPrimaryLighterTurva: colorPrimaryLighterTurva,
|
|
223
|
+
colorPrimaryLightest: colorPrimaryLightest,
|
|
224
|
+
colorPrimaryLightestTurva: colorPrimaryLightestTurva,
|
|
225
|
+
colorPrimaryTurva: colorPrimaryTurva,
|
|
226
|
+
colorSecondary: colorSecondary,
|
|
227
|
+
colorSecondaryTurva: colorSecondaryTurva,
|
|
228
|
+
colorSuccess: colorSuccess,
|
|
229
|
+
colorSuccessTurva: colorSuccessTurva,
|
|
230
|
+
colorWarning: colorWarning,
|
|
231
|
+
colorWarningTurva: colorWarningTurva,
|
|
236
232
|
fontFamilyHeading: fontFamilyHeading,
|
|
233
|
+
fontFamilyHeadingTurva: fontFamilyHeadingTurva,
|
|
237
234
|
fontFamilyText: fontFamilyText,
|
|
238
|
-
|
|
239
|
-
fontWeightNormal: fontWeightNormal,
|
|
240
|
-
fontWeightSemiBold: fontWeightSemiBold,
|
|
241
|
-
fontSizeXxxxLarge: fontSizeXxxxLarge,
|
|
242
|
-
fontSizeXxxLarge: fontSizeXxxLarge,
|
|
243
|
-
fontSizeXxLarge: fontSizeXxLarge,
|
|
244
|
-
fontSizeXLarge: fontSizeXLarge,
|
|
235
|
+
fontFamilyTextTurva: fontFamilyTextTurva,
|
|
245
236
|
fontSizeLarge: fontSizeLarge,
|
|
246
237
|
fontSizeMedium: fontSizeMedium,
|
|
247
238
|
fontSizeSmall: fontSizeSmall,
|
|
239
|
+
fontSizeXLarge: fontSizeXLarge,
|
|
248
240
|
fontSizeXSmall: fontSizeXSmall,
|
|
249
|
-
|
|
241
|
+
fontSizeXxLarge: fontSizeXxLarge,
|
|
242
|
+
fontSizeXxxLarge: fontSizeXxxLarge,
|
|
243
|
+
fontSizeXxxxLarge: fontSizeXxxxLarge,
|
|
244
|
+
fontWeightBold: fontWeightBold,
|
|
245
|
+
fontWeightExtraBold: fontWeightExtraBold,
|
|
246
|
+
fontWeightNormal: fontWeightNormal,
|
|
247
|
+
fontWeightSemiBold: fontWeightSemiBold,
|
|
248
|
+
letterSpacingHeading: letterSpacingHeading,
|
|
249
|
+
lineHeightMedium: lineHeightMedium,
|
|
250
|
+
lineHeightSmall: lineHeightSmall,
|
|
251
|
+
lineHeightXSmall: lineHeightXSmall,
|
|
252
|
+
mediaQueryLarge: mediaQueryLarge,
|
|
253
|
+
mediaQueryMedium: mediaQueryMedium,
|
|
254
|
+
mediaQuerySmall: mediaQuerySmall,
|
|
255
|
+
mediaQueryXLarge: mediaQueryXLarge,
|
|
256
|
+
mediaQueryXSmall: mediaQueryXSmall,
|
|
257
|
+
mediaQueryXxLarge: mediaQueryXxLarge,
|
|
258
|
+
mediaQueryXxSmall: mediaQueryXxSmall,
|
|
259
|
+
mediaQueryXxxLarge: mediaQueryXxxLarge,
|
|
260
|
+
mediaQueryXxxSmall: mediaQueryXxxSmall,
|
|
261
|
+
opacity30: opacity30,
|
|
262
|
+
opacity50: opacity50,
|
|
263
|
+
opacity75: opacity75,
|
|
264
|
+
opacity85: opacity85,
|
|
265
|
+
radiusCircle: radiusCircle,
|
|
250
266
|
radiusDefault: radiusDefault,
|
|
251
|
-
radiusMedium: radiusMedium,
|
|
252
267
|
radiusIntermediate: radiusIntermediate,
|
|
253
268
|
radiusLarge: radiusLarge,
|
|
254
|
-
|
|
269
|
+
radiusMedium: radiusMedium,
|
|
255
270
|
radiusPill: radiusPill,
|
|
256
|
-
|
|
257
|
-
|
|
271
|
+
radiusSharp: radiusSharp,
|
|
272
|
+
shadowCard: shadowCard,
|
|
273
|
+
shadowCardTurva: shadowCardTurva,
|
|
258
274
|
shadowDefault: shadowDefault,
|
|
259
|
-
|
|
260
|
-
shadowTooltip: shadowTooltip,
|
|
261
|
-
shadowHoverInputTurva: shadowHoverInputTurva,
|
|
262
|
-
shadowErrorTurva: shadowErrorTurva,
|
|
263
|
-
shadowHoverInput: shadowHoverInput,
|
|
275
|
+
shadowDefaultTurva: shadowDefaultTurva,
|
|
264
276
|
shadowError: shadowError,
|
|
265
|
-
|
|
266
|
-
shadowModal: shadowModal,
|
|
267
|
-
shadowCard: shadowCard,
|
|
268
|
-
shadowFocusTurva: shadowFocusTurva,
|
|
277
|
+
shadowErrorTurva: shadowErrorTurva,
|
|
269
278
|
shadowFocus: shadowFocus,
|
|
270
|
-
|
|
279
|
+
shadowFocusInput: shadowFocusInput,
|
|
280
|
+
shadowFocusInputTurva: shadowFocusInputTurva,
|
|
281
|
+
shadowFocusTurva: shadowFocusTurva,
|
|
271
282
|
shadowHover: shadowHover,
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
spaceXxLarge: spaceXxLarge,
|
|
280
|
-
spaceXxxxLarge: spaceXxxxLarge,
|
|
281
|
-
spaceXxxxxLarge: spaceXxxxxLarge,
|
|
282
|
-
spaceXxxLarge: spaceXxxLarge,
|
|
283
|
-
spaceXLarge: spaceXLarge,
|
|
284
|
-
sizeIconXxLarge: sizeIconXxLarge,
|
|
285
|
-
sizeFormBorder: sizeFormBorder,
|
|
286
|
-
sizeStepMedium: sizeStepMedium,
|
|
283
|
+
shadowHoverInput: shadowHoverInput,
|
|
284
|
+
shadowHoverInputTurva: shadowHoverInputTurva,
|
|
285
|
+
shadowHoverTurva: shadowHoverTurva,
|
|
286
|
+
shadowModal: shadowModal,
|
|
287
|
+
shadowTooltip: shadowTooltip,
|
|
288
|
+
shadowTooltipTurva: shadowTooltipTurva,
|
|
289
|
+
sizeButtonBorder: sizeButtonBorder,
|
|
287
290
|
sizeButtonMinWidth: sizeButtonMinWidth,
|
|
291
|
+
sizeButtonTinyBorder: sizeButtonTinyBorder,
|
|
292
|
+
sizeFormBorder: sizeFormBorder,
|
|
288
293
|
sizeHeader: sizeHeader,
|
|
289
|
-
|
|
294
|
+
sizeIconLarge: sizeIconLarge,
|
|
295
|
+
sizeIconMedium: sizeIconMedium,
|
|
296
|
+
sizeIconSmall: sizeIconSmall,
|
|
290
297
|
sizeIconXLarge: sizeIconXLarge,
|
|
298
|
+
sizeIconXSmall: sizeIconXSmall,
|
|
299
|
+
sizeIconXxLarge: sizeIconXxLarge,
|
|
291
300
|
sizeIconXxSmall: sizeIconXxSmall,
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
sizeIconLarge: sizeIconLarge,
|
|
301
|
+
sizeIconXxxLarge: sizeIconXxxLarge,
|
|
302
|
+
sizeIconXxxSmall: sizeIconXxxSmall,
|
|
295
303
|
sizeLayoutMaxWidth: sizeLayoutMaxWidth,
|
|
296
|
-
sizeTappableSquare: sizeTappableSquare,
|
|
297
|
-
sizeIconXSmall: sizeIconXSmall,
|
|
298
304
|
sizeMediumBorder: sizeMediumBorder,
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
305
|
+
sizeNavigation: sizeNavigation,
|
|
306
|
+
sizeStepMedium: sizeStepMedium,
|
|
307
|
+
sizeStepSmall: sizeStepSmall,
|
|
308
|
+
sizeTappableSquare: sizeTappableSquare,
|
|
309
|
+
spaceLarge: spaceLarge,
|
|
310
|
+
spaceMedium: spaceMedium,
|
|
311
|
+
spaceSmall: spaceSmall,
|
|
312
|
+
spaceXLarge: spaceXLarge,
|
|
313
|
+
spaceXSmall: spaceXSmall,
|
|
314
|
+
spaceXxLarge: spaceXxLarge,
|
|
315
|
+
spaceXxSmall: spaceXxSmall,
|
|
316
|
+
spaceXxxLarge: spaceXxxLarge,
|
|
317
|
+
spaceXxxSmall: spaceXxxSmall,
|
|
318
|
+
spaceXxxxLarge: spaceXxxxLarge,
|
|
319
|
+
spaceXxxxxLarge: spaceXxxxxLarge,
|
|
320
|
+
transitionQuickly: transitionQuickly,
|
|
321
|
+
transitionSlowly: transitionSlowly,
|
|
322
|
+
zIndexDeep: zIndexDeep,
|
|
311
323
|
zIndexDefault: zIndexDefault,
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
324
|
+
zIndexDropdown: zIndexDropdown,
|
|
325
|
+
zIndexHeader: zIndexHeader,
|
|
326
|
+
zIndexMask: zIndexMask,
|
|
327
|
+
zIndexMaskButtons: zIndexMaskButtons,
|
|
316
328
|
zIndexMasked: zIndexMasked,
|
|
317
|
-
|
|
329
|
+
zIndexModal: zIndexModal,
|
|
318
330
|
zIndexOverlay: zIndexOverlay,
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
lineHeightXSmall: lineHeightXSmall,
|
|
324
|
-
transitionQuickly: transitionQuickly,
|
|
325
|
-
transitionSlowly: transitionSlowly,
|
|
326
|
-
mediaQueryXxxLarge: mediaQueryXxxLarge,
|
|
327
|
-
mediaQueryXLarge: mediaQueryXLarge,
|
|
328
|
-
mediaQueryMedium: mediaQueryMedium,
|
|
329
|
-
mediaQueryLarge: mediaQueryLarge,
|
|
330
|
-
mediaQueryXxLarge: mediaQueryXxLarge,
|
|
331
|
-
mediaQueryXSmall: mediaQueryXSmall,
|
|
332
|
-
mediaQueryXxxSmall: mediaQueryXxxSmall,
|
|
333
|
-
mediaQuerySmall: mediaQuerySmall,
|
|
334
|
-
mediaQueryXxSmall: mediaQueryXxSmall
|
|
331
|
+
zIndexPopup: zIndexPopup,
|
|
332
|
+
zIndexSpinner: zIndexSpinner,
|
|
333
|
+
zIndexSticky: zIndexSticky,
|
|
334
|
+
zIndexToast: zIndexToast
|
|
335
335
|
});
|
|
336
336
|
|
|
337
337
|
exports.colorBrandGrayTurva = colorBrandGrayTurva;
|
|
@@ -232,7 +232,7 @@ export class DuetActionButton {
|
|
|
232
232
|
"references": {
|
|
233
233
|
"DuetActionButtonIconSize": {
|
|
234
234
|
"location": "local",
|
|
235
|
-
"path": "/Users/
|
|
235
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-action-button/duet-action-button.tsx",
|
|
236
236
|
"id": "src/components/duet-action-button/duet-action-button.tsx::DuetActionButtonIconSize"
|
|
237
237
|
}
|
|
238
238
|
}
|
|
@@ -560,7 +560,7 @@ export class DuetActionButton {
|
|
|
560
560
|
"references": {
|
|
561
561
|
"DuetActionButtonEvent": {
|
|
562
562
|
"location": "local",
|
|
563
|
-
"path": "/Users/
|
|
563
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-action-button/duet-action-button.tsx",
|
|
564
564
|
"id": "src/components/duet-action-button/duet-action-button.tsx::DuetActionButtonEvent"
|
|
565
565
|
}
|
|
566
566
|
}
|
|
@@ -33,6 +33,7 @@ export class DuetAlert {
|
|
|
33
33
|
};
|
|
34
34
|
this.handleHide = () => {
|
|
35
35
|
this.isDismissed = true;
|
|
36
|
+
this.element.addEventListener("transitionend", () => this.duetCloseComplete.emit(), { once: true });
|
|
36
37
|
};
|
|
37
38
|
this.theme = "";
|
|
38
39
|
this.isDismissed = false;
|
|
@@ -427,11 +428,26 @@ export class DuetAlert {
|
|
|
427
428
|
"references": {
|
|
428
429
|
"DuetAlertEvent": {
|
|
429
430
|
"location": "local",
|
|
430
|
-
"path": "/Users/
|
|
431
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-alert/duet-alert.tsx",
|
|
431
432
|
"id": "src/components/duet-alert/duet-alert.tsx::DuetAlertEvent"
|
|
432
433
|
}
|
|
433
434
|
}
|
|
434
435
|
}
|
|
436
|
+
}, {
|
|
437
|
+
"method": "duetCloseComplete",
|
|
438
|
+
"name": "duetCloseComplete",
|
|
439
|
+
"bubbles": true,
|
|
440
|
+
"cancelable": true,
|
|
441
|
+
"composed": true,
|
|
442
|
+
"docs": {
|
|
443
|
+
"tags": [],
|
|
444
|
+
"text": "Emitted when the alert closing transition is complete."
|
|
445
|
+
},
|
|
446
|
+
"complexType": {
|
|
447
|
+
"original": "any",
|
|
448
|
+
"resolved": "any",
|
|
449
|
+
"references": {}
|
|
450
|
+
}
|
|
435
451
|
}];
|
|
436
452
|
}
|
|
437
453
|
static get methods() {
|