@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.
Files changed (370) hide show
  1. package/hydrate/index.js +695 -649
  2. package/lib/cjs/duet-action-button.cjs.entry.js +2 -2
  3. package/lib/cjs/duet-alert.cjs.entry.js +2 -0
  4. package/lib/cjs/duet-banner.cjs.entry.js +6 -4
  5. package/lib/cjs/duet-breadcrumbs.cjs.entry.js +2 -2
  6. package/lib/cjs/duet-button_2.cjs.entry.js +2 -2
  7. package/lib/cjs/duet-caption_4.cjs.entry.js +4 -4
  8. package/lib/cjs/duet-card.cjs.entry.js +2 -2
  9. package/lib/cjs/duet-checkbox.cjs.entry.js +1 -1
  10. package/lib/cjs/duet-collapsible.cjs.entry.js +1 -1
  11. package/lib/cjs/duet-divider_2.cjs.entry.js +2 -2
  12. package/lib/cjs/duet-editable-table_3.cjs.entry.js +2 -2
  13. package/lib/cjs/duet-grid_2.cjs.entry.js +1 -1
  14. package/lib/cjs/duet-header_2.cjs.entry.js +2 -2
  15. package/lib/cjs/duet-icon.cjs.entry.js +3 -3
  16. package/lib/cjs/duet-input_2.cjs.entry.js +2 -2
  17. package/lib/cjs/duet-menu-bar.cjs.entry.js +1 -1
  18. package/lib/cjs/duet-modal.cjs.entry.js +26 -3
  19. package/lib/cjs/duet-page-heading.cjs.entry.js +2 -1
  20. package/lib/cjs/duet-pagination_2.cjs.entry.js +24 -11
  21. package/lib/cjs/duet-popup-menu.cjs.entry.js +1 -0
  22. package/lib/cjs/duet-promo-card.cjs.entry.js +2 -2
  23. package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
  24. package/lib/cjs/duet-range-slider.cjs.entry.js +1 -1
  25. package/lib/cjs/duet-scrollable_3.cjs.entry.js +2 -2
  26. package/lib/cjs/duet-slideout-panel.cjs.entry.js +2 -2
  27. package/lib/cjs/duet-slideout.cjs.entry.js +2 -2
  28. package/lib/cjs/duet-submenu-bar-dropdown.cjs.entry.js +1 -1
  29. package/lib/cjs/duet-submenu-bar.cjs.entry.js +1 -1
  30. package/lib/cjs/duet-tooltip.cjs.entry.js +1 -1
  31. package/lib/cjs/duet-tray.cjs.entry.js +1 -1
  32. package/lib/cjs/duet.cjs.js +1 -1
  33. package/lib/cjs/loader.cjs.js +1 -1
  34. package/lib/cjs/{token-utils-4ff49a49.js → token-utils-2a219fda.js} +1 -1
  35. package/lib/cjs/{tokens-d270c810.js → tokens-851fb0c9.js} +376 -376
  36. package/lib/cjs/{tokens.module-2198b663.js → tokens.module-3e57c188.js} +250 -250
  37. package/lib/collection/components/duet-action-button/duet-action-button.js +2 -2
  38. package/lib/collection/components/duet-alert/duet-alert.js +17 -1
  39. package/lib/collection/components/duet-banner/duet-banner.css +27 -23
  40. package/lib/collection/components/duet-banner/duet-banner.js +4 -2
  41. package/lib/collection/components/duet-button/duet-button.js +5 -5
  42. package/lib/collection/components/duet-caption/duet-caption.js +1 -1
  43. package/lib/collection/components/duet-card/duet-card.js +3 -3
  44. package/lib/collection/components/duet-checkbox/duet-checkbox.css +4 -4
  45. package/lib/collection/components/duet-checkbox/duet-checkbox.js +3 -3
  46. package/lib/collection/components/duet-chip/duet-chip.js +6 -6
  47. package/lib/collection/components/duet-choice/duet-choice.js +3 -3
  48. package/lib/collection/components/duet-collapsible/duet-collapsible.js +3 -3
  49. package/lib/collection/components/duet-combobox/duet-combobox.js +3 -3
  50. package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.js +1 -1
  51. package/lib/collection/components/duet-date-picker/duet-date-picker.js +4 -4
  52. package/lib/collection/components/duet-divider/duet-divider.js +1 -1
  53. package/lib/collection/components/duet-editable-table/duet-editable-table.js +5 -5
  54. package/lib/collection/components/duet-empty-state/duet-empty-state.js +1 -1
  55. package/lib/collection/components/duet-file-chooser/duet-file-chooser.js +1 -1
  56. package/lib/collection/components/duet-footer/duet-footer.js +7 -7
  57. package/lib/collection/components/duet-grid/duet-grid.js +3 -3
  58. package/lib/collection/components/duet-header/duet-header.js +15 -15
  59. package/lib/collection/components/duet-heading/duet-heading.js +1 -1
  60. package/lib/collection/components/duet-hero/duet-hero.js +5 -5
  61. package/lib/collection/components/duet-icon/duet-icon.css +3 -2
  62. package/lib/collection/components/duet-input/duet-input.js +8 -8
  63. package/lib/collection/components/duet-label/duet-label.js +2 -2
  64. package/lib/collection/components/duet-layout/duet-layout.js +1 -1
  65. package/lib/collection/components/duet-link/duet-link.css +12 -6
  66. package/lib/collection/components/duet-link/duet-link.js +1 -1
  67. package/lib/collection/components/duet-list/duet-list.js +3 -3
  68. package/lib/collection/components/duet-logo/duet-logo.js +1 -1
  69. package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +1 -1
  70. package/lib/collection/components/duet-modal/duet-modal.css +2 -1
  71. package/lib/collection/components/duet-modal/duet-modal.e2e.js +21 -0
  72. package/lib/collection/components/duet-modal/duet-modal.js +75 -10
  73. package/lib/collection/components/duet-multiselect/duet-multiselect.js +5 -5
  74. package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.js +1 -1
  75. package/lib/collection/components/duet-number-input/duet-number-input.js +4 -4
  76. package/lib/collection/components/duet-overlay/duet-overlay.js +1 -1
  77. package/lib/collection/components/duet-page-heading/duet-page-heading.css +3 -0
  78. package/lib/collection/components/duet-page-heading/duet-page-heading.js +1 -0
  79. package/lib/collection/components/duet-pagination/duet-pagination.js +37 -10
  80. package/lib/collection/components/duet-paragraph/duet-paragraph.js +3 -3
  81. package/lib/collection/components/duet-popup-menu/duet-popup-menu.js +22 -1
  82. package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.js +2 -2
  83. package/lib/collection/components/duet-radio/duet-radio.css +4 -4
  84. package/lib/collection/components/duet-radio/duet-radio.js +3 -3
  85. package/lib/collection/components/duet-range-slider/duet-range-slider.js +2 -2
  86. package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +24 -2
  87. package/lib/collection/components/duet-select/duet-select.js +5 -5
  88. package/lib/collection/components/duet-show-more/duet-show-more.js +1 -1
  89. package/lib/collection/components/duet-slideout/duet-slideout.js +1 -1
  90. package/lib/collection/components/duet-spacer/duet-spacer.js +2 -2
  91. package/lib/collection/components/duet-spinner/duet-spinner.js +1 -1
  92. package/lib/collection/components/duet-step/duet-step.js +2 -2
  93. package/lib/collection/components/duet-stepper/duet-stepper.js +1 -1
  94. package/lib/collection/components/duet-tab-group/duet-tab-group.js +5 -5
  95. package/lib/collection/components/duet-textarea/duet-textarea.js +4 -4
  96. package/lib/collection/components/duet-toggle/duet-toggle.js +1 -1
  97. package/lib/collection/components/duet-tooltip/duet-tooltip.js +1 -1
  98. package/lib/collection/components/duet-upload/duet-upload.js +14 -14
  99. package/lib/collection/components/duet-upload-item/duet-upload-item.js +2 -2
  100. package/lib/dist-custom-elements/duet-action-button.js +1 -1
  101. package/lib/dist-custom-elements/duet-alert.js +1 -1
  102. package/lib/dist-custom-elements/duet-banner.js +7 -5
  103. package/lib/dist-custom-elements/duet-breadcrumb.js +1 -1
  104. package/lib/dist-custom-elements/duet-breadcrumbs.js +1 -1
  105. package/lib/dist-custom-elements/duet-button.js +1 -1
  106. package/lib/dist-custom-elements/duet-callout.js +1 -1
  107. package/lib/dist-custom-elements/duet-card.js +2 -2
  108. package/lib/dist-custom-elements/duet-checkbox.js +1 -1
  109. package/lib/dist-custom-elements/duet-chip.js +1 -1
  110. package/lib/dist-custom-elements/duet-choice-group.js +3 -3
  111. package/lib/dist-custom-elements/duet-choice.js +1 -1
  112. package/lib/dist-custom-elements/duet-collapsible.js +2 -2
  113. package/lib/dist-custom-elements/duet-combobox.js +8 -8
  114. package/lib/dist-custom-elements/duet-contact-card.js +6 -6
  115. package/lib/dist-custom-elements/duet-cookie-consent.js +3 -3
  116. package/lib/dist-custom-elements/duet-date-picker.js +8 -8
  117. package/lib/dist-custom-elements/duet-divider.js +1 -1
  118. package/lib/dist-custom-elements/duet-editable-table.js +5 -5
  119. package/lib/dist-custom-elements/duet-empty-state.js +1 -1
  120. package/lib/dist-custom-elements/duet-footer.js +2 -2
  121. package/lib/dist-custom-elements/duet-grid.js +1 -1
  122. package/lib/dist-custom-elements/duet-header.js +6 -6
  123. package/lib/dist-custom-elements/duet-heading.js +1 -1
  124. package/lib/dist-custom-elements/duet-hero.js +5 -5
  125. package/lib/dist-custom-elements/duet-icon.js +1 -1
  126. package/lib/dist-custom-elements/duet-input.js +1 -1
  127. package/lib/dist-custom-elements/duet-label.js +1 -1
  128. package/lib/dist-custom-elements/duet-link.js +1 -1
  129. package/lib/dist-custom-elements/duet-logo.js +1 -1
  130. package/lib/dist-custom-elements/duet-menu-bar-button.js +1 -1
  131. package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +1 -1
  132. package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +1 -1
  133. package/lib/dist-custom-elements/duet-menu-bar-item.js +1 -1
  134. package/lib/dist-custom-elements/duet-menu-bar-link.js +1 -1
  135. package/lib/dist-custom-elements/duet-menu-bar.js +2 -2
  136. package/lib/dist-custom-elements/duet-modal.js +31 -7
  137. package/lib/dist-custom-elements/duet-multiselect.js +5 -5
  138. package/lib/dist-custom-elements/duet-notification-drawer.js +3 -3
  139. package/lib/dist-custom-elements/duet-number-input.js +7 -7
  140. package/lib/dist-custom-elements/duet-page-heading.js +3 -2
  141. package/lib/dist-custom-elements/duet-pagination.js +27 -17
  142. package/lib/dist-custom-elements/duet-paragraph.js +1 -1
  143. package/lib/dist-custom-elements/duet-popup-menu-item.js +1 -1
  144. package/lib/dist-custom-elements/duet-popup-menu.js +2 -0
  145. package/lib/dist-custom-elements/duet-promo-card.js +3 -3
  146. package/lib/dist-custom-elements/duet-radio-group.js +3 -3
  147. package/lib/dist-custom-elements/duet-radio.js +1 -1
  148. package/lib/dist-custom-elements/duet-range-slider.js +2 -2
  149. package/lib/dist-custom-elements/duet-range-stepper.js +8 -3
  150. package/lib/dist-custom-elements/duet-scrollable.js +1 -1
  151. package/lib/dist-custom-elements/duet-select.js +1 -1
  152. package/lib/dist-custom-elements/duet-show-more.js +1 -1
  153. package/lib/dist-custom-elements/duet-slideout-lang.js +1 -1
  154. package/lib/dist-custom-elements/duet-slideout-link.js +1 -1
  155. package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +1 -1
  156. package/lib/dist-custom-elements/duet-slideout-panel.js +2 -2
  157. package/lib/dist-custom-elements/duet-slideout.js +2 -2
  158. package/lib/dist-custom-elements/duet-spinner.js +1 -1
  159. package/lib/dist-custom-elements/duet-step.js +2 -2
  160. package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +1 -1
  161. package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +2 -2
  162. package/lib/dist-custom-elements/duet-submenu-bar-item.js +1 -1
  163. package/lib/dist-custom-elements/duet-submenu-bar-link.js +1 -1
  164. package/lib/dist-custom-elements/duet-submenu-bar.js +2 -2
  165. package/lib/dist-custom-elements/duet-tab-group.js +8 -8
  166. package/lib/dist-custom-elements/duet-tab.js +1 -1
  167. package/lib/dist-custom-elements/duet-table.js +1 -1
  168. package/lib/dist-custom-elements/duet-textarea.js +5 -5
  169. package/lib/dist-custom-elements/duet-toggle.js +1 -1
  170. package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +1 -1
  171. package/lib/dist-custom-elements/duet-toolbar-dropdown.js +1 -1
  172. package/lib/dist-custom-elements/duet-toolbar-item.js +1 -1
  173. package/lib/dist-custom-elements/duet-toolbar-link.js +1 -1
  174. package/lib/dist-custom-elements/duet-tooltip-popup.js +1 -1
  175. package/lib/dist-custom-elements/duet-tooltip.js +1 -1
  176. package/lib/dist-custom-elements/duet-tray.js +2 -2
  177. package/lib/dist-custom-elements/duet-upload-item.js +1 -1
  178. package/lib/dist-custom-elements/duet-upload.js +11 -11
  179. package/lib/dist-custom-elements/{p-08124065.js → p-01c62feb.js} +1 -1
  180. package/lib/dist-custom-elements/{p-92a16064.js → p-18552e4e.js} +3 -3
  181. package/lib/dist-custom-elements/{p-baf3208f.js → p-1a8d1a11.js} +1 -1
  182. package/lib/dist-custom-elements/{p-83231ea8.js → p-20b3fa1e.js} +3 -3
  183. package/lib/dist-custom-elements/{p-a829df6e.js → p-27b6f57b.js} +1 -1
  184. package/lib/dist-custom-elements/{p-46074a1a.js → p-29926f8a.js} +2 -2
  185. package/lib/dist-custom-elements/{p-2f410810.js → p-29b18cdf.js} +4 -4
  186. package/lib/dist-custom-elements/{p-25c80cdb.js → p-3ec3eb5f.js} +1 -1
  187. package/lib/dist-custom-elements/{p-6d366100.js → p-3f85f7b8.js} +6 -4
  188. package/lib/dist-custom-elements/{p-e10f446d.js → p-43fc089a.js} +5 -5
  189. package/lib/dist-custom-elements/{p-17ed32c8.js → p-4779e8e0.js} +1 -1
  190. package/lib/dist-custom-elements/{p-0c564379.js → p-67ef919e.js} +250 -250
  191. package/lib/dist-custom-elements/{p-e3d597b6.js → p-6ac13d84.js} +1 -1
  192. package/lib/dist-custom-elements/{p-014c1177.js → p-7b97ad08.js} +6 -6
  193. package/lib/dist-custom-elements/{p-28ec3461.js → p-82302a93.js} +3 -3
  194. package/lib/dist-custom-elements/{p-667579b0.js → p-9ca3437c.js} +2 -2
  195. package/lib/dist-custom-elements/{p-bb25377b.js → p-b29a25ab.js} +1 -1
  196. package/lib/dist-custom-elements/{p-63954651.js → p-b676c88c.js} +1 -1
  197. package/lib/dist-custom-elements/{p-d482a2e9.js → p-c76bd205.js} +1 -1
  198. package/lib/{esm/tokens-5e02bbe0.js → dist-custom-elements/p-d5c03b61.js} +376 -376
  199. package/lib/dist-custom-elements/{p-a167e2a0.js → p-d72fa71c.js} +1 -1
  200. package/lib/dist-custom-elements/{p-e702eb52.js → p-d8932b2b.js} +4 -4
  201. package/lib/dist-custom-elements/{p-0cee8a12.js → p-ecaba4be.js} +1 -1
  202. package/lib/dist-custom-elements/{p-755dd68f.js → p-ef51ec63.js} +1 -1
  203. package/lib/dist-custom-elements/{p-f4ac6968.js → p-f40596e9.js} +2 -2
  204. package/lib/dist-custom-elements/{p-a02e62f3.js → p-f47e755d.js} +3 -3
  205. package/lib/duet/duet.esm.js +1 -1
  206. package/lib/duet/{p-1a7649e4.entry.js → p-01e99d98.entry.js} +1 -1
  207. package/lib/duet/{p-4e724a7d.entry.js → p-032e2711.entry.js} +1 -1
  208. package/lib/duet/{p-956fad95.system.entry.js → p-080d1309.system.entry.js} +1 -1
  209. package/lib/duet/p-08379332.entry.js +4 -0
  210. package/lib/duet/{p-37802e1f.system.entry.js → p-0b7eacfc.system.entry.js} +1 -1
  211. package/lib/duet/{p-c586a2c4.system.entry.js → p-166ee660.system.entry.js} +1 -1
  212. package/lib/duet/{p-0bdcf67f.js → p-1784b1d2.js} +1 -1
  213. package/lib/duet/{p-a21391c0.system.entry.js → p-1ab80c29.system.entry.js} +1 -1
  214. package/lib/duet/{p-7f4b420c.system.entry.js → p-1bc74805.system.entry.js} +1 -1
  215. package/lib/duet/{p-4781cd58.entry.js → p-20914caa.entry.js} +1 -1
  216. package/lib/duet/p-21f4713b.system.entry.js +4 -0
  217. package/lib/duet/{p-45bb3cd0.system.entry.js → p-2208faac.system.entry.js} +1 -1
  218. package/lib/duet/{p-69e67b58.entry.js → p-283d802c.entry.js} +1 -1
  219. package/lib/duet/p-33e25171.system.entry.js +4 -0
  220. package/lib/duet/{p-999fff8d.system.entry.js → p-40a7a9b0.system.entry.js} +1 -1
  221. package/lib/duet/{p-76e54ff5.entry.js → p-413838af.entry.js} +1 -1
  222. package/lib/duet/{p-ebbecac7.system.entry.js → p-427eec46.system.entry.js} +1 -1
  223. package/lib/duet/{p-15c22a22.entry.js → p-4605197f.entry.js} +1 -1
  224. package/lib/duet/{p-2522cfc3.entry.js → p-49a25bf5.entry.js} +1 -1
  225. package/lib/duet/p-49f79189.system.entry.js +4 -0
  226. package/lib/duet/p-4a901bfc.js +4 -0
  227. package/lib/duet/{p-e0907f29.entry.js → p-5063685a.entry.js} +1 -1
  228. package/lib/duet/{p-8fb1d27a.system.entry.js → p-51adcace.system.entry.js} +1 -1
  229. package/lib/duet/{p-afe7d680.entry.js → p-5dd177d8.entry.js} +1 -1
  230. package/lib/duet/{p-07ac7f3e.system.entry.js → p-60f12cac.system.entry.js} +1 -1
  231. package/lib/duet/p-6151635f.system.js +1 -1
  232. package/lib/duet/p-622f89ff.entry.js +4 -0
  233. package/lib/duet/p-62512c7e.system.entry.js +4 -0
  234. package/lib/duet/p-62c34a4d.system.entry.js +4 -0
  235. package/lib/duet/{p-ad9b7b51.entry.js → p-6623f965.entry.js} +1 -1
  236. package/lib/duet/{p-9e75e5d8.system.entry.js → p-690a8348.system.entry.js} +1 -1
  237. package/lib/duet/{p-73cd3afd.entry.js → p-6a1bd4d9.entry.js} +1 -1
  238. package/lib/duet/p-6e3a7d3f.system.entry.js +4 -0
  239. package/lib/duet/{p-6c9cfb6d.entry.js → p-6f24a09e.entry.js} +1 -1
  240. package/lib/duet/{p-eafed149.system.entry.js → p-76a419f1.system.entry.js} +1 -1
  241. package/lib/duet/p-787520f2.entry.js +4 -0
  242. package/lib/duet/{p-c776e072.entry.js → p-7f7a7a71.entry.js} +1 -1
  243. package/lib/duet/{p-3302d75d.entry.js → p-805a3314.entry.js} +1 -1
  244. package/lib/duet/{p-a90f23ec.system.entry.js → p-907787c5.system.entry.js} +1 -1
  245. package/lib/duet/{p-b78c3e3e.entry.js → p-91677c21.entry.js} +1 -1
  246. package/lib/duet/{p-b02ca265.entry.js → p-9180b8be.entry.js} +1 -1
  247. package/lib/duet/{p-7a161455.entry.js → p-96ca57c0.entry.js} +1 -1
  248. package/lib/duet/{p-628ae8ba.entry.js → p-a5bb0b7f.entry.js} +1 -1
  249. package/lib/duet/{p-cc9cfdb3.entry.js → p-a64b72f5.entry.js} +1 -1
  250. package/lib/duet/{p-4de910bd.system.entry.js → p-b781e27f.system.entry.js} +1 -1
  251. package/lib/duet/{p-73e66b09.system.js → p-c1445714.system.js} +1 -1
  252. package/lib/duet/{p-7ca15c93.entry.js → p-c2c2e797.entry.js} +1 -1
  253. package/lib/duet/{p-a659cdb5.system.entry.js → p-c30b6ad6.system.entry.js} +1 -1
  254. package/lib/duet/{p-38f9c1e3.entry.js → p-c493cd2e.entry.js} +1 -1
  255. package/lib/duet/p-c51d6fb5.system.js +4 -0
  256. package/lib/duet/p-c5f48c1c.system.entry.js +4 -0
  257. package/lib/duet/p-c86d6786.system.js +4 -0
  258. package/lib/duet/{p-0fc721ab.system.entry.js → p-caf153e4.system.entry.js} +1 -1
  259. package/lib/duet/{p-c68602c9.system.entry.js → p-ce01f793.system.entry.js} +1 -1
  260. package/lib/duet/{p-e640a515.system.entry.js → p-ce6892d9.system.entry.js} +1 -1
  261. package/lib/duet/p-d067ebb8.entry.js +4 -0
  262. package/lib/duet/p-d5c03b61.js +4 -0
  263. package/lib/duet/{p-80ffc878.system.entry.js → p-da0e9110.system.entry.js} +1 -1
  264. package/lib/duet/p-e12b461b.entry.js +4 -0
  265. package/lib/duet/p-e4595aa7.system.entry.js +4 -0
  266. package/lib/duet/p-e7d32eaa.entry.js +4 -0
  267. package/lib/duet/{p-e411627f.entry.js → p-ee4075c2.entry.js} +1 -1
  268. package/lib/duet/{p-174ad02e.system.entry.js → p-f0209c14.system.entry.js} +1 -1
  269. package/lib/duet/p-f252a415.entry.js +4 -0
  270. package/lib/duet/{p-9ac25886.system.entry.js → p-f52f44d6.system.entry.js} +1 -1
  271. package/lib/duet/{p-179881d0.system.entry.js → p-fa3801ea.system.entry.js} +1 -1
  272. package/lib/duet/{p-05a72320.entry.js → p-ff4969cc.entry.js} +1 -1
  273. package/lib/esm/duet-action-button.entry.js +2 -2
  274. package/lib/esm/duet-alert.entry.js +2 -0
  275. package/lib/esm/duet-banner.entry.js +6 -4
  276. package/lib/esm/duet-breadcrumbs.entry.js +2 -2
  277. package/lib/esm/duet-button_2.entry.js +2 -2
  278. package/lib/esm/duet-caption_4.entry.js +4 -4
  279. package/lib/esm/duet-card.entry.js +2 -2
  280. package/lib/esm/duet-checkbox.entry.js +1 -1
  281. package/lib/esm/duet-collapsible.entry.js +1 -1
  282. package/lib/esm/duet-divider_2.entry.js +2 -2
  283. package/lib/esm/duet-editable-table_3.entry.js +2 -2
  284. package/lib/esm/duet-grid_2.entry.js +1 -1
  285. package/lib/esm/duet-header_2.entry.js +2 -2
  286. package/lib/esm/duet-icon.entry.js +3 -3
  287. package/lib/esm/duet-input_2.entry.js +2 -2
  288. package/lib/esm/duet-menu-bar.entry.js +1 -1
  289. package/lib/esm/duet-modal.entry.js +26 -3
  290. package/lib/esm/duet-page-heading.entry.js +2 -1
  291. package/lib/esm/duet-pagination_2.entry.js +24 -11
  292. package/lib/esm/duet-popup-menu.entry.js +1 -0
  293. package/lib/esm/duet-promo-card.entry.js +2 -2
  294. package/lib/esm/duet-radio_2.entry.js +1 -1
  295. package/lib/esm/duet-range-slider.entry.js +1 -1
  296. package/lib/esm/duet-scrollable_3.entry.js +2 -2
  297. package/lib/esm/duet-slideout-panel.entry.js +2 -2
  298. package/lib/esm/duet-slideout.entry.js +2 -2
  299. package/lib/esm/duet-submenu-bar-dropdown.entry.js +1 -1
  300. package/lib/esm/duet-submenu-bar.entry.js +1 -1
  301. package/lib/esm/duet-tooltip.entry.js +1 -1
  302. package/lib/esm/duet-tray.entry.js +1 -1
  303. package/lib/esm/duet.js +1 -1
  304. package/lib/esm/loader.js +1 -1
  305. package/lib/esm/{token-utils-2adbab3f.js → token-utils-1f843fb9.js} +1 -1
  306. package/lib/{dist-custom-elements/p-f9a8d356.js → esm/tokens-a9d9d4dd.js} +376 -376
  307. package/lib/esm/{tokens.module-8dbafec7.js → tokens.module-ed0ed26f.js} +250 -250
  308. package/lib/esm-es5/duet-action-button.entry.js +1 -1
  309. package/lib/esm-es5/duet-alert.entry.js +1 -1
  310. package/lib/esm-es5/duet-banner.entry.js +1 -1
  311. package/lib/esm-es5/duet-breadcrumbs.entry.js +1 -1
  312. package/lib/esm-es5/duet-button_2.entry.js +1 -1
  313. package/lib/esm-es5/duet-caption_4.entry.js +1 -1
  314. package/lib/esm-es5/duet-card.entry.js +1 -1
  315. package/lib/esm-es5/duet-checkbox.entry.js +1 -1
  316. package/lib/esm-es5/duet-collapsible.entry.js +1 -1
  317. package/lib/esm-es5/duet-divider_2.entry.js +1 -1
  318. package/lib/esm-es5/duet-editable-table_3.entry.js +2 -2
  319. package/lib/esm-es5/duet-grid_2.entry.js +1 -1
  320. package/lib/esm-es5/duet-header_2.entry.js +1 -1
  321. package/lib/esm-es5/duet-icon.entry.js +1 -1
  322. package/lib/esm-es5/duet-input_2.entry.js +1 -1
  323. package/lib/esm-es5/duet-menu-bar.entry.js +1 -1
  324. package/lib/esm-es5/duet-modal.entry.js +1 -1
  325. package/lib/esm-es5/duet-page-heading.entry.js +1 -1
  326. package/lib/esm-es5/duet-pagination_2.entry.js +1 -1
  327. package/lib/esm-es5/duet-popup-menu.entry.js +1 -1
  328. package/lib/esm-es5/duet-promo-card.entry.js +1 -1
  329. package/lib/esm-es5/duet-radio_2.entry.js +1 -1
  330. package/lib/esm-es5/duet-range-slider.entry.js +1 -1
  331. package/lib/esm-es5/duet-scrollable_3.entry.js +1 -1
  332. package/lib/esm-es5/duet-slideout-panel.entry.js +1 -1
  333. package/lib/esm-es5/duet-slideout.entry.js +1 -1
  334. package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +1 -1
  335. package/lib/esm-es5/duet-submenu-bar.entry.js +1 -1
  336. package/lib/esm-es5/duet-tooltip.entry.js +1 -1
  337. package/lib/esm-es5/duet-tray.entry.js +1 -1
  338. package/lib/esm-es5/duet.js +1 -1
  339. package/lib/esm-es5/loader.js +1 -1
  340. package/lib/esm-es5/{token-utils-2adbab3f.js → token-utils-1f843fb9.js} +1 -1
  341. package/lib/esm-es5/tokens-a9d9d4dd.js +4 -0
  342. package/lib/esm-es5/tokens.module-ed0ed26f.js +4 -0
  343. package/lib/types/components/duet-alert/duet-alert.d.ts +4 -0
  344. package/lib/types/components/duet-modal/duet-modal.d.ts +12 -2
  345. package/lib/types/components/duet-pagination/duet-pagination.d.ts +4 -0
  346. package/lib/types/components/duet-popup-menu/duet-popup-menu.d.ts +4 -0
  347. package/lib/types/components/duet-range-stepper/duet-range-stepper.d.ts +4 -0
  348. package/lib/types/components.d.ts +34 -2
  349. package/package.json +3 -3
  350. package/lib/duet/p-061f4be0.system.entry.js +0 -4
  351. package/lib/duet/p-1c689a26.system.js +0 -4
  352. package/lib/duet/p-1ef0e5ca.system.entry.js +0 -4
  353. package/lib/duet/p-46dda347.system.entry.js +0 -4
  354. package/lib/duet/p-5c8e3667.entry.js +0 -4
  355. package/lib/duet/p-67dc45d7.js +0 -4
  356. package/lib/duet/p-723e165b.system.entry.js +0 -4
  357. package/lib/duet/p-8a41bde4.system.entry.js +0 -4
  358. package/lib/duet/p-8ba91848.entry.js +0 -4
  359. package/lib/duet/p-a3afb1af.entry.js +0 -4
  360. package/lib/duet/p-b31d31d8.system.js +0 -4
  361. package/lib/duet/p-b6f62761.entry.js +0 -4
  362. package/lib/duet/p-c3c12f8d.entry.js +0 -4
  363. package/lib/duet/p-c5cf76db.entry.js +0 -4
  364. package/lib/duet/p-d739e7af.system.entry.js +0 -4
  365. package/lib/duet/p-deb98669.entry.js +0 -4
  366. package/lib/duet/p-e362468f.system.entry.js +0 -4
  367. package/lib/duet/p-e58015e8.system.entry.js +0 -4
  368. package/lib/duet/p-f9a8d356.js +0 -4
  369. package/lib/esm-es5/tokens-5e02bbe0.js +0 -4
  370. package/lib/esm-es5/tokens.module-8dbafec7.js +0 -4
@@ -8,8 +8,8 @@ import { d as debounce } from './js-utils-9b9e0039.js';
8
8
  import { k as isArrowKey, l as isNumber, d as isArrowLeftKey, b as isArrowUpKey, a as isArrowRightKey, c as isArrowDownKey, m as isMinusKey, n as isPlusKey } from './keyboard-utils-439bcc8b.js';
9
9
  import { g as getLocaleString, c as connectLanguageChangeObserver, d as disconnectLanguageChangeObserver } from './language-utils-00ca4c55.js';
10
10
  import { p as parsePossibleJSON } from './string-utils-ca039233.js';
11
- import { b as breakpointTokensUpTo, a as breakpointToToken } from './token-utils-2adbab3f.js';
12
- import './tokens.module-8dbafec7.js';
11
+ import { b as breakpointTokensUpTo, a as breakpointToToken } from './token-utils-1f843fb9.js';
12
+ import './tokens.module-ed0ed26f.js';
13
13
 
14
14
  const shouldDisplayNavigation = (visibleItems, total, take) => {
15
15
  if (visibleItems * 2 > total / take) {
@@ -81,6 +81,7 @@ const DuetPagination = class {
81
81
  this.totalPages = 10;
82
82
  this.internalSectionIndex = 0;
83
83
  this.theme = "";
84
+ this.disabled = false;
84
85
  this.variation = "default";
85
86
  this.accessibleDescribedBy = undefined;
86
87
  this.accessibleDetails = undefined;
@@ -191,6 +192,9 @@ const DuetPagination = class {
191
192
  }
192
193
  //set update current when mouse click on page number
193
194
  async onMouseHandler(e, dir) {
195
+ if (this.disabled) {
196
+ return;
197
+ }
194
198
  if (!this.processedPageLinks) {
195
199
  e.preventDefault();
196
200
  e.stopPropagation();
@@ -200,6 +204,9 @@ const DuetPagination = class {
200
204
  }
201
205
  //handle a11y keyboard navigation events
202
206
  async onKeyboardDown(e) {
207
+ if (this.disabled) {
208
+ return;
209
+ }
203
210
  let next = this.current;
204
211
  // handle a11y based keyboard navigation for left/right/up/down
205
212
  if (isArrowLeftKey(e) || isArrowUpKey(e)) {
@@ -287,7 +294,7 @@ const DuetPagination = class {
287
294
  this.emitPageEvent(e);
288
295
  }
289
296
  renderPageButton(pageNumber) {
290
- return (h("duet-button", { class: {
297
+ return (h("duet-button", { disabled: this.disabled, class: {
291
298
  "duet-pagination-link": true,
292
299
  }, id: `page-${pageNumber}-button`, color: pageNumber !== this.current
293
300
  ? this.theme !== "turva"
@@ -321,7 +328,7 @@ const DuetPagination = class {
321
328
  label: i.toString(),
322
329
  });
323
330
  }
324
- const select = (h("duet-select", { theme: this.theme, class: "duet-pagination-select", variation: "compact", items: JSON.stringify(items), value: this.current.toString(), label: this.accessibleLabels.select_label.replace("{0}", `${this.totalPages}`), labelHidden: true, onDuetChange: e => this.selectClickHandler(e) }));
331
+ const select = (h("duet-select", { disabled: this.disabled, theme: this.theme, class: "duet-pagination-select", variation: "compact", items: JSON.stringify(items), value: this.current.toString(), label: this.accessibleLabels.select_label.replace("{0}", `${this.totalPages}`), labelHidden: true, onDuetChange: e => this.selectClickHandler(e) }));
325
332
  return (h("li", null, select, h("span", { class: "duet-pagination-total-pages", "aria-hidden": "true" }, "/ ", this.totalPages)));
326
333
  }
327
334
  shouldDisplayNavigation() {
@@ -344,23 +351,25 @@ const DuetPagination = class {
344
351
  }, role: "menubar", "aria-label": this.accessibleLabels.pagination_label, "aria-description": this.accessibleLabels.description }, (this.variation === "compact" || this.matchesCompactBreakpoint) && (h("li", { class: {
345
352
  "duet-pagination-page-button": true,
346
353
  "duet-pagination-button-first": true,
347
- }, role: "menuitem", part: "navigation-arrow" }, h("duet-action-button", { disabled: this.internalSectionIndex === 0 && this.current <= 1, "data-direction": "back", accessibleLabel: this.accessibleLabels.first_page, title: this.accessibleLabels.first_page, onClick: e => this.jumpToStart(e), "icon-name": "action-move-to-first", theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[0] : undefined }))), h("li", { class: {
354
+ }, role: "menuitem", part: "navigation-arrow" }, h("duet-action-button", { disabled: (this.internalSectionIndex === 0 && this.current <= 1) || this.disabled, "data-direction": "back", accessibleLabel: this.accessibleLabels.first_page, title: this.accessibleLabels.first_page, onClick: e => this.jumpToStart(e), "icon-name": "action-move-to-first", theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[0] : undefined }))), h("li", { class: {
348
355
  "duet-pagination-page-button": true,
349
356
  "duet-pagination-button-first": true,
350
357
  }, role: "menuitem", part: "navigation-arrow" }, h("duet-action-button", { disabled: !!((this.internalSectionIndex === 0 && this.current <= 1) ||
351
- (this.current <= 1 && this.processedPageLinks)), "data-direction": "back", onClick: e => this.onMouseHandler(e, -1), "accessible-label": this.accessibleLabels.previous_page, title: this.accessibleLabels.previous_page, "icon-name": "action-arrow-left-small", theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[this.current - 2] : undefined })), this.internalSectionIndex !== 0 && this.shouldDisplayNavigation() && (h(Fragment, null, h("li", { class: "duet-pagination-item", role: "menuitem", part: "navigation-jump" }, h("duet-button", { class: "duet-pagination-link duet-pagination-link-jump-back", "center-text": "true", variation: "plain", color: this.theme !== "turva" ? "secondary" : "secondary-turva", margin: "none", accessibleLabel: this.accessibleLabels.first_page, onClick: e => this.jumpToStart(e), theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[0] : undefined }, h("div", { class: "duet-pagination-page-number" }, "1"))), h("li", { class: "duet-pagination-item", role: "menuitem", part: "navigation-section" }, h("duet-button", { class: "duet-pagination-link duet-pagination-link-dots-back", "center-text": "true", color: this.theme !== "turva" ? "secondary" : "secondary-turva", variation: "plain", margin: "none", accessibleLabel: this.accessibleLabels.prev_section.replace("{0}", `${this.visibleItems}`), onClick: e => this.sectionClickHandler(e, -1), theme: this.theme }, h("div", { class: "duet-pagination-page-number", "aria-hidden": "true" }, "\u2026"))))), (this.shouldDisplayNavigation() && this.renderPageNumbers()) || this.renderSelect(), (this.internalSectionIndex + 1) * this.visibleItems < this.totalPages &&
352
- this.shouldDisplayNavigation() && (h(Fragment, null, (this.internalSectionIndex + 1) * this.visibleItems !== this.totalPages - 1 && (h("li", { class: "duet-pagination-item", role: "menuitem", part: "navigation-section" }, h("duet-button", { class: "duet-pagination-link duet-pagination-link-dots-forward", "center-text": "true", color: this.theme !== "turva" ? "secondary" : "secondary-turva", variation: "plain", margin: "none", accessibleLabel: this.accessibleLabels.next_section.replace("{0}", `${this.visibleItems}`), onClick: e => this.sectionClickHandler(e, 1), theme: this.theme }, h("div", { class: "duet-pagination-page-number", "aria-hidden": "true" }, "\u2026")))), h("li", { class: "duet-pagination-item", role: "menuitem", part: "navigation-jump" }, h("duet-button", { class: "duet-pagination-link duet-pagination-link-jump-forward", "center-text": "true", color: this.theme !== "turva" ? "secondary" : "secondary-turva", variation: "plain", margin: "none", accessibleLabel: this.accessibleLabels.last_page, onClick: e => this.jumpToEnd(e), theme: this.theme, url: this.processedPageLinks
358
+ (this.current <= 1 && this.processedPageLinks) ||
359
+ this.disabled), "data-direction": "back", onClick: e => this.onMouseHandler(e, -1), "accessible-label": this.accessibleLabels.previous_page, title: this.accessibleLabels.previous_page, "icon-name": "action-arrow-left-small", theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[this.current - 2] : undefined })), this.internalSectionIndex !== 0 && this.shouldDisplayNavigation() && (h(Fragment, null, h("li", { class: "duet-pagination-item", role: "menuitem", part: "navigation-jump" }, h("duet-button", { disabled: this.disabled, class: "duet-pagination-link duet-pagination-link-jump-back", "center-text": "true", variation: "plain", color: this.theme !== "turva" ? "secondary" : "secondary-turva", margin: "none", accessibleLabel: this.accessibleLabels.first_page, onClick: e => this.jumpToStart(e), theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[0] : undefined }, h("div", { class: "duet-pagination-page-number" }, "1"))), h("li", { class: "duet-pagination-item", role: "menuitem", part: "navigation-section" }, h("duet-button", { disabled: this.disabled, class: "duet-pagination-link duet-pagination-link-dots-back", "center-text": "true", color: this.theme !== "turva" ? "secondary" : "secondary-turva", variation: "plain", margin: "none", accessibleLabel: this.accessibleLabels.prev_section.replace("{0}", `${this.visibleItems}`), onClick: e => this.sectionClickHandler(e, -1), theme: this.theme }, h("div", { class: "duet-pagination-page-number", "aria-hidden": "true" }, "\u2026"))))), (this.shouldDisplayNavigation() && this.renderPageNumbers()) || this.renderSelect(), (this.internalSectionIndex + 1) * this.visibleItems < this.totalPages &&
360
+ this.shouldDisplayNavigation() && (h(Fragment, null, (this.internalSectionIndex + 1) * this.visibleItems !== this.totalPages - 1 && (h("li", { class: "duet-pagination-item", role: "menuitem", part: "navigation-section" }, h("duet-button", { disabled: this.disabled, class: "duet-pagination-link duet-pagination-link-dots-forward", "center-text": "true", color: this.theme !== "turva" ? "secondary" : "secondary-turva", variation: "plain", margin: "none", accessibleLabel: this.accessibleLabels.next_section.replace("{0}", `${this.visibleItems}`), onClick: e => this.sectionClickHandler(e, 1), theme: this.theme }, h("div", { class: "duet-pagination-page-number", "aria-hidden": "true" }, "\u2026")))), h("li", { class: "duet-pagination-item", role: "menuitem", part: "navigation-jump" }, h("duet-button", { disabled: this.disabled, class: "duet-pagination-link duet-pagination-link-jump-forward", "center-text": "true", color: this.theme !== "turva" ? "secondary" : "secondary-turva", variation: "plain", margin: "none", accessibleLabel: this.accessibleLabels.last_page, onClick: e => this.jumpToEnd(e), theme: this.theme, url: this.processedPageLinks
353
361
  ? this.processedPageLinks[this.processedPageLinks.length - 1]
354
362
  : undefined }, h("div", { class: "duet-pagination-page-number" }, this.totalPages))))), h("li", { class: {
355
363
  "duet-pagination-page-button": true,
356
364
  "duet-pagination-button-last": true,
357
365
  }, role: "menuitem", part: "navigation-arrow" }, h("duet-action-button", { disabled: !!((this.current === this.totalPages &&
358
366
  this.internalSectionIndex === Math.ceil(this.totalPages / this.visibleItems) - 1) ||
359
- (this.current === this.totalPages && this.processedPageLinks)), class: "duet-date-dialog-next", "accessible-label": this.accessibleLabels.next_page, title: this.accessibleLabels.next_page, onClick: e => this.onMouseHandler(e, 1), "icon-name": "action-move-to-next", theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[this.current] : undefined })), (this.variation === "compact" || this.matchesCompactBreakpoint) && (h("li", { class: {
367
+ (this.current === this.totalPages && this.processedPageLinks)) || this.disabled, class: "duet-date-dialog-next", "accessible-label": this.accessibleLabels.next_page, title: this.accessibleLabels.next_page, onClick: e => this.onMouseHandler(e, 1), "icon-name": "action-move-to-next", theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[this.current] : undefined })), (this.variation === "compact" || this.matchesCompactBreakpoint) && (h("li", { class: {
360
368
  "duet-pagination-page-button": true,
361
369
  "duet-pagination-button-last": true,
362
- }, role: "menuitem", part: "navigation-arrow" }, h("duet-action-button", { disabled: this.current === this.totalPages &&
363
- this.internalSectionIndex === Math.ceil(this.totalPages / this.visibleItems) - 1, accessibleLabel: this.accessibleLabels.last_page, title: this.accessibleLabels.last_page, onClick: e => this.jumpToEnd(e), "icon-name": "action-move-to-last", theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[this.totalPages - 1] : undefined })))))));
370
+ }, role: "menuitem", part: "navigation-arrow" }, h("duet-action-button", { disabled: (this.current === this.totalPages &&
371
+ this.internalSectionIndex === Math.ceil(this.totalPages / this.visibleItems) - 1) ||
372
+ this.disabled, accessibleLabel: this.accessibleLabels.last_page, title: this.accessibleLabels.last_page, onClick: e => this.jumpToEnd(e), "icon-name": "action-move-to-last", theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[this.totalPages - 1] : undefined })))))));
364
373
  }
365
374
  get element() { return getElement(this); }
366
375
  static get watchers() { return {
@@ -386,6 +395,7 @@ const DuetRangeStepper = class {
386
395
  this.handleStepClick(e);
387
396
  };
388
397
  this.theme = "";
398
+ this.disabled = false;
389
399
  this.stepIndex = 1;
390
400
  this.stepSize = 50;
391
401
  this.total = 1000;
@@ -502,6 +512,9 @@ const DuetRangeStepper = class {
502
512
  }
503
513
  //handle a11y keyboard navigation events
504
514
  async onKeyboardDown(e) {
515
+ if (this.disabled) {
516
+ return;
517
+ }
505
518
  // handle a11y based keyboard navigation for left/right/up/down
506
519
  let next = this.stepIndex;
507
520
  let dir = 1;
@@ -528,7 +541,7 @@ const DuetRangeStepper = class {
528
541
  return (h("div", { class: {
529
542
  "duet-range-stepper": true,
530
543
  "duet-theme-turva": this.theme === "turva",
531
- }, onKeyDown: e => this.onKeyboardDown(e), "aria-controls": this.ariaControls }, h("span", { class: "duet-range-step-counter", part: "range-numbers" }, this.generateStepSize()), h("duet-action-button", { class: "duet-range-step-button duet-range-step-minus", onClick: e => this.handleClick(e, -1), id: this.leftBn, "accessible-label": `${this.ariaLabels.previous_increment} ${this.generatePreviousIncrementLabel()}`, ref: el => (this.leftBnRef = el), part: "navigation-arrow", iconName: "action-arrow-left-small", title: "" }), h("duet-action-button", { class: "duet-range-step-button duet-range-step-plus", onClick: e => this.handleClick(e, 1), "accessible-label": `${this.ariaLabels.next_increment} ${this.generateNextIncrementLabel()}`, id: this.rightBn, ref: el => (this.rightBnRef = el), part: "navigation-arrow", iconName: "action-arrow-right-small", title: "" })));
544
+ }, onKeyDown: e => this.onKeyboardDown(e), "aria-controls": this.ariaControls }, h("span", { class: "duet-range-step-counter", part: "range-numbers" }, this.generateStepSize()), h("duet-action-button", { disabled: this.disabled, class: "duet-range-step-button duet-range-step-minus", onClick: e => this.handleClick(e, -1), id: this.leftBn, "accessible-label": `${this.ariaLabels.previous_increment} ${this.generatePreviousIncrementLabel()}`, ref: el => (this.leftBnRef = el), part: "navigation-arrow", iconName: "action-arrow-left-small", title: "" }), h("duet-action-button", { disabled: this.disabled, class: "duet-range-step-button duet-range-step-plus", onClick: e => this.handleClick(e, 1), "accessible-label": `${this.ariaLabels.next_increment} ${this.generateNextIncrementLabel()}`, id: this.rightBn, ref: el => (this.rightBnRef = el), part: "navigation-arrow", iconName: "action-arrow-right-small", title: "" })));
532
545
  }
533
546
  get element() { return getElement(this); }
534
547
  static get watchers() { return {
@@ -52,6 +52,7 @@ const DuetPopupMenu = class {
52
52
  this.accessibleLabel = undefined;
53
53
  this.accessibleRole = "menu";
54
54
  this.theme = "";
55
+ this.skipTeleport = undefined;
55
56
  this.controller = undefined;
56
57
  this.placement = "bottom-start";
57
58
  this.forcePlacement = false;
@@ -4,8 +4,8 @@
4
4
  import { r as registerInstance, h, H as Host, g as getElement } from './index-356c0666.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-724c0f7e.js';
6
6
  import { h as hasSlot, c as checkNamedSlotElement } from './slot-utils-b50aaef5.js';
7
- import { g as getColorByName } from './token-utils-2adbab3f.js';
8
- import './tokens.module-8dbafec7.js';
7
+ import { g as getColorByName } from './token-utils-1f843fb9.js';
8
+ import './tokens.module-ed0ed26f.js';
9
9
 
10
10
  const duetPromoCardCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-right:4px !important;margin-bottom:2px !important;display:block;width:auto}:host:last-child,:host:last-of-type{margin-right:0 !important}:host(.duet-m-0){margin:0 !important}.duet-promo-card{display:flex;flex-direction:column;width:100%;height:100%;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-style:normal;color:rgb(0, 41, 77);text-align:left;border-radius:20px}.duet-promo-card.duet-p-0{padding:0 !important}.duet-promo-card.duet-m-0{margin:0 !important}.duet-promo-card .content-wrapper{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.duet-promo-card .content-wrapper:focus{border-radius:20px;outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-promo-card .image{position:relative;width:100%;overflow:hidden;border-top-left-radius:20px;border-top-right-radius:20px;object-fit:cover}.duet-promo-card .content{display:flex;flex-direction:column;flex-grow:1;gap:8px;padding:20px}@media (min-width: 36em){.duet-promo-card .content{padding:28px}}.duet-promo-card .action{display:flex;flex-grow:1;align-items:flex-end;padding-top:16px}.duet-promo-card.no-bg-color .content{padding:20px 0 0}.duet-promo-card.no-bg-color .image{border-radius:16px}.duet-promo-card.duet-theme-turva{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"}.duet-promo-card.duet-theme-turva .content-wrapper:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-promo-card-link{transition:box-shadow 300ms ease}.duet-promo-card-link:hover{box-shadow: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), 0 2px 10px 0 rgba(0, 41, 77, 0.1)}.duet-promo-card-link:hover.duet-theme-turva{box-shadow: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), 0 2px 10px 0 rgba(117, 117, 117, 0.15)}";
11
11
 
@@ -7,7 +7,7 @@ import { c as createID } from './create-id-149a1b6d.js';
7
7
  import { c as checkNamedSlotElement } from './slot-utils-b50aaef5.js';
8
8
  import { f as findCheckedOption, w as watchForOptions } from './watch-options-e96ecd92.js';
9
9
 
10
- const duetRadioCss = "*.sc-duet-radio,*.sc-duet-radio::after,*.sc-duet-radio::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-radio-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-right:28px !important;margin-bottom:12px !important;display:inline-flex;width:100%;vertical-align:bottom;-webkit-tap-highlight-color:transparent}.sc-duet-radio-h:last-child,.sc-duet-radio-h:last-of-type{margin-right:0 !important}.vertical.sc-duet-radio-h{margin-right:0 !important}.horizontal.sc-duet-radio-h{margin-bottom:0 !important;width:auto}.horizontal.sc-duet-radio-h .duet-label.sc-duet-radio .duet-label-content.sc-duet-radio{max-width:100%}@media (min-width: 48em){.horizontal-responsive.sc-duet-radio-h{margin-right:28px !important;margin-bottom:0 !important;width:auto}.horizontal-responsive.sc-duet-radio-h:last-child,.horizontal-responsive.sc-duet-radio-h:last-of-type{margin-right:0 !important}.horizontal-responsive.sc-duet-radio-h .duet-label.sc-duet-radio .duet-label-content.sc-duet-radio{max-width:100%}}.duet-m-0.sc-duet-radio-h{margin:0 !important}.sc-duet-radio-h:last-child:not(:only-child){margin-right:0 !important;margin-bottom:0 !important}.duet-label.sc-duet-radio{position:relative;z-index:100;display:flex;width:100%;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:400;hyphens:auto;line-height:1.5;color:rgb(0, 41, 77);word-break:break-word;overflow-wrap:break-word;cursor:pointer;background:transparent}.duet-theme-turva.sc-duet-radio .duet-label.sc-duet-radio{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58)}.duet-label.sc-duet-radio .duet-label-content.sc-duet-radio{flex-grow:1;font-size:1rem}.duet-label-hidden.sc-duet-radio .duet-label.sc-duet-radio{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.duet-radio-container.sc-duet-radio{position:relative;width:100%;height:100%}.duet-radio.sc-duet-radio{padding:14px !important;position:absolute;top:0;left:0;z-index:200;width:100%;height:100%;cursor:pointer;opacity:0}.duet-radio.sc-duet-radio+label.sc-duet-radio::before{z-index:100;flex-shrink:0;width:20px;height:20px;margin:2px 10px 1px 1px;content:\"\";background:rgb(255, 255, 255);border:1px solid rgb(0, 41, 77);border-radius:50%}.duet-theme-turva.sc-duet-radio .duet-radio.sc-duet-radio+label.sc-duet-radio::before{border-color:rgb(23, 28, 58)}.duet-radio.sc-duet-radio:focus+label.sc-duet-radio::before{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-theme-turva.sc-duet-radio .duet-radio.sc-duet-radio:focus+label.sc-duet-radio::before{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-radio.sc-duet-radio:checked+label.sc-duet-radio::after{position:absolute;top:6px;left:5px;z-index:200;flex-shrink:0;width:12px;height:12px;content:\"\";background:rgb(0, 41, 77);border-radius:50%}.duet-theme-turva.sc-duet-radio .duet-radio.sc-duet-radio:checked+label.sc-duet-radio::after{background:rgb(23, 28, 58)}.duet-radio[disabled].sc-duet-radio{cursor:default}.duet-radio[disabled].sc-duet-radio+label.sc-duet-radio{color:rgb(101, 119, 135)}.duet-theme-turva.sc-duet-radio .duet-radio[disabled].sc-duet-radio+label.sc-duet-radio{color:rgb(116, 116, 117)}.duet-radio[disabled].sc-duet-radio+label.sc-duet-radio::before{border-color:rgb(207, 210, 212)}.duet-theme-turva.sc-duet-radio .duet-radio[disabled].sc-duet-radio+label.sc-duet-radio::before{border-color:rgb(207, 207, 209)}.duet-radio[disabled].sc-duet-radio:checked+label.sc-duet-radio::before{border:1px solid rgb(101, 119, 135)}.duet-radio[disabled].sc-duet-radio:checked+label.sc-duet-radio::after{background:rgb(101, 119, 135)}.duet-theme-turva.sc-duet-radio .duet-radio[disabled].sc-duet-radio:checked+label.sc-duet-radio::after{background:rgb(116, 116, 117);border-color:rgb(116, 116, 117)}";
10
+ const duetRadioCss = "*.sc-duet-radio,*.sc-duet-radio::after,*.sc-duet-radio::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-radio-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-right:28px !important;margin-bottom:12px !important;display:inline-flex;width:100%;vertical-align:bottom;-webkit-tap-highlight-color:transparent}.sc-duet-radio-h:last-child,.sc-duet-radio-h:last-of-type{margin-right:0 !important}.vertical.sc-duet-radio-h{margin-right:0 !important}.horizontal.sc-duet-radio-h{margin-bottom:0 !important;width:auto}.horizontal.sc-duet-radio-h .duet-label.sc-duet-radio .duet-label-content.sc-duet-radio{max-width:100%}@media (min-width: 48em){.horizontal-responsive.sc-duet-radio-h{margin-right:28px !important;margin-bottom:0 !important;width:auto}.horizontal-responsive.sc-duet-radio-h:last-child,.horizontal-responsive.sc-duet-radio-h:last-of-type{margin-right:0 !important}.horizontal-responsive.sc-duet-radio-h .duet-label.sc-duet-radio .duet-label-content.sc-duet-radio{max-width:100%}}.duet-m-0.sc-duet-radio-h{margin:0 !important}.sc-duet-radio-h:last-child:not(:only-child){margin-right:0 !important;margin-bottom:0 !important}.duet-label.sc-duet-radio{position:relative;z-index:100;display:flex;width:100%;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:400;hyphens:auto;line-height:1.5;color:rgb(0, 41, 77);word-break:break-word;overflow-wrap:break-word;cursor:pointer;background:transparent}.duet-theme-turva.sc-duet-radio .duet-label.sc-duet-radio{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58)}.duet-label.sc-duet-radio .duet-label-content.sc-duet-radio{flex-grow:1;font-size:1rem}.duet-label-hidden.sc-duet-radio .duet-label.sc-duet-radio{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.duet-radio-container.sc-duet-radio{position:relative;width:100%;height:100%}.duet-radio.sc-duet-radio{padding:14px !important;position:absolute;top:0;left:0;z-index:200;width:100%;height:100%;cursor:pointer;opacity:0}.duet-radio.sc-duet-radio+label.sc-duet-radio::before{z-index:100;flex-shrink:0;width:20px;height:20px;margin:2px 10px 1px 1px;content:\"\";background:rgb(255, 255, 255);border:1px solid rgb(0, 41, 77);border-radius:50%}.duet-theme-turva.sc-duet-radio .duet-radio.sc-duet-radio+label.sc-duet-radio::before{border-color:rgb(23, 28, 58)}.duet-radio.sc-duet-radio:focus+label.sc-duet-radio::before{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-theme-turva.sc-duet-radio .duet-radio.sc-duet-radio:focus+label.sc-duet-radio::before{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-radio.sc-duet-radio:checked+label.sc-duet-radio::after{position:absolute;top:6px;left:5px;z-index:200;flex-shrink:0;width:12px;height:12px;content:\"\";background:rgb(0, 119, 179);border-radius:50%}.duet-theme-turva.sc-duet-radio .duet-radio.sc-duet-radio:checked+label.sc-duet-radio::after{background:rgb(23, 28, 58)}.duet-radio[disabled].sc-duet-radio{cursor:default}.duet-radio[disabled].sc-duet-radio+label.sc-duet-radio{color:rgb(101, 119, 135)}.duet-theme-turva.sc-duet-radio .duet-radio[disabled].sc-duet-radio+label.sc-duet-radio{color:rgb(116, 116, 117)}.duet-radio[disabled].sc-duet-radio+label.sc-duet-radio::before{border-color:rgb(207, 210, 212)}.duet-theme-turva.sc-duet-radio .duet-radio[disabled].sc-duet-radio+label.sc-duet-radio::before{border-color:rgb(116, 116, 117)}.duet-radio[disabled].sc-duet-radio:checked+label.sc-duet-radio::before{border:1px solid rgb(144, 149, 153)}.duet-radio[disabled].sc-duet-radio:checked+label.sc-duet-radio::after{background:rgb(144, 149, 153)}.duet-theme-turva.sc-duet-radio .duet-radio[disabled].sc-duet-radio:checked+label.sc-duet-radio::after{background:rgb(116, 116, 117);border-color:rgb(116, 116, 117)}";
11
11
 
12
12
  const DuetRadio = class {
13
13
  constructor(hostRef) {
@@ -2,7 +2,7 @@
2
2
  * Built with Duet Design System
3
3
  */
4
4
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-356c0666.js';
5
- import { i as colorPrimaryTurva, j as colorGrayTurva, k as colorPrimary, l as colorGray } from './tokens.module-8dbafec7.js';
5
+ import { i as colorPrimaryTurva, j as colorGrayTurva, k as colorPrimary, l as colorGray } from './tokens.module-ed0ed26f.js';
6
6
  import { i as inheritGlobalTheme } from './themeable-component-724c0f7e.js';
7
7
  import { c as createID } from './create-id-149a1b6d.js';
8
8
  import { i as isInternetExplorer } from './is-internet-explorer-2c48f686.js';
@@ -6,10 +6,10 @@ import { i as inheritGlobalTheme } from './themeable-component-724c0f7e.js';
6
6
  import { h as hasSlot, g as getElementsFromDefaultSlot } from './slot-utils-b50aaef5.js';
7
7
  import { s as subscribeTabbingChange, u as unsubscribeTabbingChange, o as isTabKey, p as isShiftTabKey, d as isArrowLeftKey, b as isArrowUpKey, a as isArrowRightKey, c as isArrowDownKey } from './keyboard-utils-439bcc8b.js';
8
8
  import { g as getLocaleString, c as connectLanguageChangeObserver, d as disconnectLanguageChangeObserver, a as getLanguage } from './language-utils-00ca4c55.js';
9
- import { d as getShadowByName } from './token-utils-2adbab3f.js';
9
+ import { d as getShadowByName } from './token-utils-1f843fb9.js';
10
10
  import { c as createID } from './create-id-149a1b6d.js';
11
11
  import './string-utils-ca039233.js';
12
- import './tokens.module-8dbafec7.js';
12
+ import './tokens.module-ed0ed26f.js';
13
13
 
14
14
  const duetScrollableCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}:host{position:relative !important}:host .duet-scrollable-items{display:flex}:host .duet-scrollable-items .duet-scrollable-button{position:relative;flex:0 0 auto;flex-basis:40px;padding:10px;cursor:pointer;transition:all 300ms ease}:host .duet-scrollable-items .duet-scrollable-button:active{transform:scale(0.8)}:host .duet-scrollable-items .duet-scrollable-button--left{left:-12px}:host .duet-scrollable-items .duet-scrollable-button--right{right:-12px}:host .duet-scrollable-items .duet-scrollable-button--top{align-self:flex-start}:host .duet-scrollable-items .duet-scrollable-button--bottom{align-self:flex-end}:host .duet-scrollable-items .duet-scrollable-button--occluded{flex-basis:0;flex-shrink:1;width:0;padding:10px 0;overflow:hidden;visibility:hidden}:host .duet-scrollable-items .duet-scrollable-list{display:flex;flex-wrap:nowrap;gap:20px;padding-top:2px;padding-right:5px;padding-left:5px;margin:0 -5px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-margin:0 20px;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;}:host .duet-scrollable-items .duet-scrollable-list:not(.buttons){white-space:normal}:host .duet-scrollable-items .duet-scrollable-list::-webkit-scrollbar{display:none}:host .duet-scrollable-items .duet-scrollable-list.collapsed{flex-wrap:wrap}:host .duet-scrollable-items.center{justify-content:center}:host .duet-scrollable-items.center .duet-scrollable-list.collapsed{justify-content:center}.collapse{width:100%;text-align:center}.collapse.hide{visibility:hidden}::slotted(*){flex-shrink:0;margin-left:0;-webkit-transition:-webkit-transform 0.2s ease-in-out;transition:-webkit-transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;scroll-snap-align:center}";
15
15
 
@@ -6,9 +6,9 @@ import { i as inheritGlobalTheme } from './themeable-component-724c0f7e.js';
6
6
  import { F as FocusGuard } from './focus-utils-ef611bf3.js';
7
7
  import { a as getLanguage, c as connectLanguageChangeObserver, d as disconnectLanguageChangeObserver, g as getLocaleString } from './language-utils-00ca4c55.js';
8
8
  import { h as hasSlot } from './slot-utils-b50aaef5.js';
9
- import { g as getColorByName } from './token-utils-2adbab3f.js';
9
+ import { g as getColorByName } from './token-utils-1f843fb9.js';
10
10
  import './string-utils-ca039233.js';
11
- import './tokens.module-8dbafec7.js';
11
+ import './tokens.module-ed0ed26f.js';
12
12
 
13
13
  const duetSlideoutPanelCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;height:100%}:host slot:not([name=label])::slotted(*){position:relative;top:0.5rem;opacity:0;transition:top 0.3s ease-in, opacity 0.3s ease-in}:host([open]) slot:not([name=label])::slotted(*){top:0;opacity:1}.duet-slideout-panel{position:relative;height:100%}.duet-slideout-panel .link{position:relative;display:flex;gap:20px;align-items:center;justify-content:flex-start;width:100%;height:100%;padding:8px 0;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1.5rem;font-weight:800;line-height:1.25;color:rgb(0, 41, 77);text-align:left;text-decoration:none;cursor:pointer}.duet-slideout-panel .link .label{display:flex;gap:0.5rem;align-items:center;justify-content:space-between;width:100%}.duet-slideout-panel .link .label-text.small{font-size:1rem;font-weight:600}.duet-slideout-panel .link .label-text.medium{font-size:1.25rem;font-weight:600}.duet-slideout-panel .link .label-text.large{font-size:1.5rem;font-weight:800}.duet-slideout-panel .link:focus{outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-slideout-panel .link.active .label-text{position:relative}.duet-slideout-panel .link.active .label-text.small::after{height:1px;transform:translateY(1px)}.duet-slideout-panel .link.active .label-text::after{position:absolute;top:auto;bottom:0;left:0;display:block;width:100%;height:2px;content:\"\";background:rgb(0, 119, 179);transform:translateY(2px)}.duet-slideout-panel .dialog{position:fixed;top:0;left:0;z-index:600;width:100%;height:100%;overflow-y:auto;visibility:visible}.duet-slideout-panel .dialog.hidden{visibility:hidden}.duet-slideout-panel .dialog.hidden .top .back,.duet-slideout-panel .dialog.hidden .top span{opacity:0}.duet-slideout-panel .top-container.has-sticky-header-slot{position:sticky;top:0;z-index:200}.duet-slideout-panel .top-container.has-sticky-header-slot .top{background:rgb(243, 249, 252)}.duet-slideout-panel .top-container.has-sticky-header-slot .sticky-header{display:block;padding:0 16px}.duet-slideout-panel .top{display:flex;align-items:center;justify-content:space-between;padding:4px}.duet-slideout-panel .top .back{opacity:1;transition:top 0.3s ease-in, opacity 0.3s ease-in}.duet-slideout-panel .top .back:focus,.duet-slideout-panel .top .close:focus{outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-slideout-panel .top duet-icon{padding:16px}.duet-slideout-panel .top span{font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:600;line-height:1.5;color:rgb(0, 41, 77);opacity:1;transition:top 0.3s ease-in, opacity 0.3s ease-in}.duet-slideout-panel .sticky-header{display:none;width:100%;padding:0 1.5rem;margin-bottom:20px;background:rgb(243, 249, 252);border-bottom:1px solid rgb(225, 227, 230)}.duet-slideout-panel .items{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:1rem 16px;overflow-y:auto;color:rgb(0, 41, 77)}.duet-slideout-panel.duet-theme-turva .link{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58)}.duet-slideout-panel.duet-theme-turva .link:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-slideout-panel.duet-theme-turva .link.active .label-text::after{background:rgb(198, 12, 48)}.duet-slideout-panel.duet-theme-turva .has-sticky-header-slot .top{background:rgb(245, 245, 247)}.duet-slideout-panel.duet-theme-turva .has-sticky-header-slot .sticky-header{background:rgb(245, 245, 247);border-bottom:1px solid rgb(228, 228, 230)}.duet-slideout-panel.duet-theme-turva .top .back:focus,.duet-slideout-panel.duet-theme-turva .top .close:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-slideout-panel.duet-theme-turva .top span{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58)}slot:not([name=label]){--active-height:1px;--active-translate-y:translateY(1px);font-size:1rem;font-weight:600;color:rgb(0, 41, 77)}.duet-theme-turva slot:not([name=label]){color:rgb(23, 28, 58)}";
14
14
 
@@ -9,9 +9,9 @@ import { f as isEscapeKey } from './keyboard-utils-439bcc8b.js';
9
9
  import { a as getLanguage, c as connectLanguageChangeObserver, d as disconnectLanguageChangeObserver, g as getLocaleString } from './language-utils-00ca4c55.js';
10
10
  import { h as hasSlot } from './slot-utils-b50aaef5.js';
11
11
  import { T as Teleport } from './teleport-3d49d902.js';
12
- import { g as getColorByName } from './token-utils-2adbab3f.js';
12
+ import { g as getColorByName } from './token-utils-1f843fb9.js';
13
13
  import './string-utils-ca039233.js';
14
- import './tokens.module-8dbafec7.js';
14
+ import './tokens.module-ed0ed26f.js';
15
15
 
16
16
  const duetSlideoutCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:absolute;height:100%}::slotted(*){position:relative;width:100%;visibility:hidden;opacity:0}:host([open]:not([open=false])) ::slotted(*){visibility:visible;opacity:1}:host(:not([open])) ::slotted(duet-slideout-panel){display:none}.duet-slideout{display:flex;align-items:center;height:100%;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:400;line-height:1.5;color:rgb(0, 41, 77)}.duet-slideout.duet-theme-turva{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58)}@media (min-width: 62em){.duet-slideout.duet-theme-turva .desktop-bg{background:rgb(23, 28, 58)}}.duet-slideout .dialog{position:fixed;top:0;bottom:0;left:0;z-index:400;width:100%;height:100%;padding-bottom:75px;overflow-y:auto;box-shadow:0 3px 6px 0 rgba(0, 41, 77, 0.1) inset}@media (min-width: 62em){.duet-slideout .dialog{right:0;left:auto;width:500px;padding-bottom:0;transition:right 300ms ease;transition-delay:0s}}.duet-slideout .dialog .top-container.has-sticky-header-slot{position:sticky;top:0;z-index:200}.duet-slideout .dialog .top-container.has-sticky-header-slot .top{background:rgb(243, 249, 252)}.duet-slideout .dialog .top-container.has-sticky-header-slot .sticky-header{display:block}.duet-slideout .dialog .top{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-end;padding:4px}.duet-slideout .dialog .top button{cursor:pointer}.duet-slideout .dialog .top button:focus{outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-slideout .dialog .top duet-icon{padding:16px}.duet-slideout .dialog .sticky-header{display:none;width:100%;padding:0 1.5rem;margin-bottom:20px;background:rgb(243, 249, 252);border-bottom:1px solid rgb(225, 227, 230)}.duet-slideout .dialog .items{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;padding:0 1.5rem}.duet-slideout .dialog.hidden{pointer-events:none;visibility:hidden}@media (min-width: 62em){.duet-slideout .dialog.hidden{right:-500px;transition:300ms ease}}.duet-slideout.duet-theme-turva .dialog{box-shadow:0 3px 6px 0 rgba(23, 28, 58, 0.1) inset}.duet-slideout.duet-theme-turva button{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58)}.duet-slideout.duet-theme-turva button:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-slideout.duet-theme-turva button.active{color:rgb(198, 12, 48)}.duet-slideout.duet-theme-turva button.active::after{background:rgb(198, 12, 48)}.duet-slideout.duet-theme-turva .has-sticky-header-slot .top{background:rgb(245, 245, 247)}.duet-slideout.duet-theme-turva .has-sticky-header-slot .sticky-header{background:rgb(245, 245, 247);border-bottom:1px solid rgb(228, 228, 230)}.duet-slideout.duet-theme-turva .dialog .top button:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}slot{color:rgb(0, 41, 77)}.duet-theme-turva slot{color:rgb(23, 28, 58)}";
17
17
 
@@ -2,7 +2,7 @@
2
2
  * Built with Duet Design System
3
3
  */
4
4
  import { r as registerInstance, h, H as Host, g as getElement } from './index-356c0666.js';
5
- import { a as media_query_large } from './tokens-5e02bbe0.js';
5
+ import { a as media_query_large } from './tokens-a9d9d4dd.js';
6
6
  import { i as inheritGlobalTheme } from './themeable-component-724c0f7e.js';
7
7
  import { f as isEscapeKey } from './keyboard-utils-439bcc8b.js';
8
8
 
@@ -2,7 +2,7 @@
2
2
  * Built with Duet Design System
3
3
  */
4
4
  import { r as registerInstance, h, H as Host, g as getElement } from './index-356c0666.js';
5
- import { a as media_query_large } from './tokens-5e02bbe0.js';
5
+ import { a as media_query_large } from './tokens-a9d9d4dd.js';
6
6
  import { e as enableBodyScroll, d as disableBodyScroll } from './bodyScrollLock.es6-ecbf187e.js';
7
7
  import { i as inheritGlobalTheme } from './themeable-component-724c0f7e.js';
8
8
 
@@ -2,7 +2,7 @@
2
2
  * Built with Duet Design System
3
3
  */
4
4
  import { r as registerInstance, h, H as Host, g as getElement } from './index-356c0666.js';
5
- import { m as media_query_medium, a as media_query_large } from './tokens-5e02bbe0.js';
5
+ import { m as media_query_medium, a as media_query_large } from './tokens-a9d9d4dd.js';
6
6
  import { c as computePosition, a as autoUpdate, f as flip, s as shift, b as arrow } from './floating-ui.dom.esm-01fcd83a.js';
7
7
  import { i as inheritGlobalTheme } from './themeable-component-724c0f7e.js';
8
8
  import { c as createID } from './create-id-149a1b6d.js';
@@ -2,7 +2,7 @@
2
2
  * Built with Duet Design System
3
3
  */
4
4
  import { r as registerInstance, h, F as Fragment, g as getElement } from './index-356c0666.js';
5
- import { s as sizeHeader } from './tokens.module-8dbafec7.js';
5
+ import { s as sizeHeader } from './tokens.module-ed0ed26f.js';
6
6
  import { i as inheritGlobalTheme } from './themeable-component-724c0f7e.js';
7
7
  import { c as createID } from './create-id-149a1b6d.js';
8
8
  import { s as subscribeTabbingChange, u as unsubscribeTabbingChange } from './keyboard-utils-439bcc8b.js';