@duetds/components 6.2.5 → 6.2.6

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 (503) hide show
  1. package/hydrate/index.js +255 -321
  2. package/lib/cjs/duet-action-button.cjs.entry.js +1 -1
  3. package/lib/cjs/duet-alert.cjs.entry.js +1 -1
  4. package/lib/cjs/duet-badge.cjs.entry.js +1 -1
  5. package/lib/cjs/duet-breadcrumb.cjs.entry.js +1 -1
  6. package/lib/cjs/duet-breadcrumbs.cjs.entry.js +1 -1
  7. package/lib/cjs/duet-button_2.cjs.entry.js +1 -1
  8. package/lib/cjs/duet-caption_4.cjs.entry.js +1 -1
  9. package/lib/cjs/duet-card.cjs.entry.js +1 -1
  10. package/lib/cjs/duet-checkbox.cjs.entry.js +1 -1
  11. package/lib/cjs/duet-choice_2.cjs.entry.js +3 -3
  12. package/lib/cjs/duet-collapsible.cjs.entry.js +1 -1
  13. package/lib/cjs/duet-combobox.cjs.entry.js +1 -1
  14. package/lib/cjs/duet-cookie-consent.cjs.entry.js +1 -1
  15. package/lib/cjs/duet-date-picker.cjs.entry.js +2 -2
  16. package/lib/cjs/duet-divider_2.cjs.entry.js +1 -1
  17. package/lib/cjs/duet-editable-table_3.cjs.entry.js +1 -1
  18. package/lib/cjs/duet-empty-state.cjs.entry.js +1 -1
  19. package/lib/cjs/duet-fieldset.cjs.entry.js +2 -2
  20. package/lib/cjs/duet-footer.cjs.entry.js +1 -1
  21. package/lib/cjs/duet-grid_2.cjs.entry.js +1 -1
  22. package/lib/cjs/duet-header_2.cjs.entry.js +1 -1
  23. package/lib/cjs/duet-hero.cjs.entry.js +1 -1
  24. package/lib/cjs/duet-icon.cjs.entry.js +1 -1
  25. package/lib/cjs/duet-input_2.cjs.entry.js +1 -1
  26. package/lib/cjs/duet-layout.cjs.entry.js +1 -1
  27. package/lib/cjs/duet-list_2.cjs.entry.js +1 -1
  28. package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +15 -2
  29. package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +26 -15
  30. package/lib/cjs/duet-menu-bar-link.cjs.entry.js +22 -3
  31. package/lib/cjs/duet-menu-bar.cjs.entry.js +4 -3
  32. package/lib/cjs/duet-modal.cjs.entry.js +2 -2
  33. package/lib/cjs/duet-multiselect.cjs.entry.js +1 -1
  34. package/lib/cjs/duet-nav.cjs.entry.js +2 -80
  35. package/lib/cjs/duet-notification_2.cjs.entry.js +1 -1
  36. package/lib/cjs/duet-number-input.cjs.entry.js +1 -1
  37. package/lib/cjs/duet-pagination_2.cjs.entry.js +1 -1
  38. package/lib/cjs/duet-progress.cjs.entry.js +1 -1
  39. package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
  40. package/lib/cjs/duet-range-slider.cjs.entry.js +1 -1
  41. package/lib/cjs/duet-scrollable_3.cjs.entry.js +1 -1
  42. package/lib/cjs/duet-section-layout.cjs.entry.js +1 -1
  43. package/lib/cjs/duet-select.cjs.entry.js +1 -1
  44. package/lib/cjs/duet-step_2.cjs.entry.js +1 -1
  45. package/lib/cjs/duet-submenu-bar-dropdown-link.cjs.entry.js +43 -0
  46. package/lib/cjs/duet-submenu-bar-dropdown.cjs.entry.js +51 -0
  47. package/lib/cjs/duet-submenu-bar-link.cjs.entry.js +37 -0
  48. package/lib/cjs/duet-submenu-bar.cjs.entry.js +35 -0
  49. package/lib/cjs/duet-textarea.cjs.entry.js +1 -1
  50. package/lib/cjs/duet-toggle.cjs.entry.js +1 -1
  51. package/lib/cjs/duet-toolbar-dropdown-link.cjs.entry.js +1 -1
  52. package/lib/cjs/duet-toolbar-dropdown.cjs.entry.js +10 -15
  53. package/lib/cjs/duet-toolbar-link.cjs.entry.js +2 -2
  54. package/lib/cjs/duet-toolbar.cjs.entry.js +2 -2
  55. package/lib/cjs/duet-tooltip.cjs.entry.js +1 -1
  56. package/lib/cjs/duet-tray.cjs.entry.js +1 -1
  57. package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
  58. package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
  59. package/lib/cjs/duet.cjs.js +2 -2
  60. package/lib/cjs/{focus-utils-18ea61a6.js → focus-utils-0d18f24e.js} +1 -1
  61. package/lib/cjs/{index-d2f05eb8.js → index-14a34a4b.js} +1 -1
  62. package/lib/cjs/loader.cjs.js +2 -2
  63. package/lib/collection/collection-manifest.json +6 -6
  64. package/lib/collection/components/duet-choice/duet-choice.css +6 -1
  65. package/lib/collection/components/duet-fieldset/duet-fieldset.css +2 -0
  66. package/lib/collection/components/duet-menu-bar/duet-menu-bar.css +8 -1
  67. package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +19 -1
  68. package/lib/collection/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.css +4 -3
  69. package/lib/collection/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.js +31 -32
  70. package/lib/collection/components/duet-menu-bar-dropdown-link/duet-menu-bar-dropdown-link.css +10 -2
  71. package/lib/collection/components/duet-menu-bar-dropdown-link/duet-menu-bar-dropdown-link.js +31 -0
  72. package/lib/collection/components/duet-menu-bar-link/duet-menu-bar-link.css +47 -7
  73. package/lib/collection/components/duet-menu-bar-link/duet-menu-bar-link.js +38 -1
  74. package/lib/collection/components/duet-nav/duet-nav.css +5 -0
  75. package/lib/collection/components/duet-nav/duet-nav.js +0 -117
  76. package/lib/collection/components/duet-submenu-bar/duet-submenu-bar.css +37 -0
  77. package/lib/collection/components/duet-submenu-bar/duet-submenu-bar.js +63 -0
  78. package/lib/collection/components/{duet-menu-bar-menu-dropdown/duet-menu-bar-menu-dropdown.css → duet-submenu-bar-dropdown/duet-submenu-bar-dropdown.css} +28 -18
  79. package/lib/collection/components/{duet-menu-bar-menu-dropdown/duet-menu-bar-menu-dropdown.js → duet-submenu-bar-dropdown/duet-submenu-bar-dropdown.js} +20 -37
  80. package/lib/collection/components/{duet-menu-bar-menu-dropdown-link/duet-menu-bar-menu-dropdown-link.css → duet-submenu-bar-dropdown-link/duet-submenu-bar-dropdown-link.css} +6 -6
  81. package/lib/collection/components/{duet-menu-bar-menu-dropdown-link/duet-menu-bar-menu-dropdown-link.js → duet-submenu-bar-dropdown-link/duet-submenu-bar-dropdown-link.js} +6 -6
  82. package/lib/collection/components/{duet-menu-bar-menu-link/duet-menu-bar-menu-link.css → duet-submenu-bar-link/duet-submenu-bar-link.css} +5 -17
  83. package/lib/collection/components/{duet-menu-bar-menu-link/duet-menu-bar-menu-link.js → duet-submenu-bar-link/duet-submenu-bar-link.js} +5 -24
  84. package/lib/collection/components/duet-toolbar/duet-toolbar.css +1 -0
  85. package/lib/collection/components/duet-toolbar-dropdown/duet-toolbar-dropdown.css +2 -3
  86. package/lib/collection/components/duet-toolbar-dropdown/duet-toolbar-dropdown.js +15 -32
  87. package/lib/collection/components/duet-toolbar-link/duet-toolbar-link.js +1 -1
  88. package/lib/dist-custom-elements/duet-action-button.js +1 -1
  89. package/lib/dist-custom-elements/duet-alert.js +1 -1
  90. package/lib/dist-custom-elements/duet-badge.js +1 -1
  91. package/lib/dist-custom-elements/duet-breadcrumb.js +2 -2
  92. package/lib/dist-custom-elements/duet-breadcrumbs.js +2 -2
  93. package/lib/dist-custom-elements/duet-button.js +1 -1
  94. package/lib/dist-custom-elements/duet-caption.js +1 -1
  95. package/lib/dist-custom-elements/duet-card.js +3 -3
  96. package/lib/dist-custom-elements/duet-checkbox.js +1 -1
  97. package/lib/dist-custom-elements/duet-choice-group.js +6 -6
  98. package/lib/dist-custom-elements/duet-choice.js +6 -6
  99. package/lib/dist-custom-elements/duet-collapsible.js +2 -2
  100. package/lib/dist-custom-elements/duet-combobox.js +2 -2
  101. package/lib/dist-custom-elements/duet-cookie-consent.js +6 -6
  102. package/lib/dist-custom-elements/duet-date-picker.js +8 -8
  103. package/lib/dist-custom-elements/duet-divider.js +1 -1
  104. package/lib/dist-custom-elements/duet-editable-table.js +1 -1
  105. package/lib/dist-custom-elements/duet-empty-state.js +1 -1
  106. package/lib/dist-custom-elements/duet-fieldset.js +1 -1
  107. package/lib/dist-custom-elements/duet-footer.js +4 -4
  108. package/lib/dist-custom-elements/duet-grid-item.js +1 -1
  109. package/lib/dist-custom-elements/duet-grid.js +1 -1
  110. package/lib/dist-custom-elements/duet-header.js +8 -8
  111. package/lib/dist-custom-elements/duet-heading.js +1 -1
  112. package/lib/dist-custom-elements/duet-hero.js +9 -9
  113. package/lib/dist-custom-elements/duet-icon.js +1 -1
  114. package/lib/dist-custom-elements/duet-input.js +1 -1
  115. package/lib/dist-custom-elements/duet-label.js +1 -1
  116. package/lib/dist-custom-elements/duet-layout.js +1 -1
  117. package/lib/dist-custom-elements/duet-link.js +1 -1
  118. package/lib/dist-custom-elements/duet-list-item.js +1 -1
  119. package/lib/dist-custom-elements/duet-list.js +1 -1
  120. package/lib/dist-custom-elements/duet-logo.js +1 -1
  121. package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +18 -4
  122. package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +28 -17
  123. package/lib/dist-custom-elements/duet-menu-bar-link.js +24 -4
  124. package/lib/dist-custom-elements/duet-menu-bar.js +6 -4
  125. package/lib/dist-custom-elements/duet-modal.js +7 -7
  126. package/lib/dist-custom-elements/duet-multiselect.js +8 -8
  127. package/lib/dist-custom-elements/duet-nav.js +3 -81
  128. package/lib/dist-custom-elements/duet-notification-drawer.js +4 -4
  129. package/lib/dist-custom-elements/duet-notification.js +2 -2
  130. package/lib/dist-custom-elements/duet-number-input.js +7 -7
  131. package/lib/dist-custom-elements/duet-pagination.js +7 -7
  132. package/lib/dist-custom-elements/duet-paragraph.js +1 -1
  133. package/lib/dist-custom-elements/duet-progress.js +1 -1
  134. package/lib/dist-custom-elements/duet-radio-group.js +6 -6
  135. package/lib/dist-custom-elements/duet-radio.js +1 -1
  136. package/lib/dist-custom-elements/duet-range-slider.js +2 -2
  137. package/lib/dist-custom-elements/duet-range-stepper.js +4 -4
  138. package/lib/dist-custom-elements/duet-scrollable.js +1 -1
  139. package/lib/dist-custom-elements/duet-section-layout.js +1 -1
  140. package/lib/dist-custom-elements/duet-select.js +1 -1
  141. package/lib/dist-custom-elements/duet-spacer.js +1 -1
  142. package/lib/dist-custom-elements/duet-spinner.js +1 -1
  143. package/lib/dist-custom-elements/duet-step.js +4 -4
  144. package/lib/dist-custom-elements/duet-stepper.js +2 -2
  145. package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.d.ts +11 -0
  146. package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +69 -0
  147. package/lib/dist-custom-elements/duet-submenu-bar-dropdown.d.ts +11 -0
  148. package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +75 -0
  149. package/lib/dist-custom-elements/{duet-menu-bar-menu-link.d.ts → duet-submenu-bar-link.d.ts} +4 -4
  150. package/lib/dist-custom-elements/duet-submenu-bar-link.js +61 -0
  151. package/lib/dist-custom-elements/{duet-menu-bar-menu.d.ts → duet-submenu-bar.d.ts} +4 -4
  152. package/lib/dist-custom-elements/duet-submenu-bar.js +51 -0
  153. package/lib/dist-custom-elements/duet-tab-group.js +8 -8
  154. package/lib/dist-custom-elements/duet-tab.js +1 -1
  155. package/lib/dist-custom-elements/duet-table.js +1 -1
  156. package/lib/dist-custom-elements/duet-textarea.js +8 -8
  157. package/lib/dist-custom-elements/duet-toggle.js +2 -2
  158. package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +2 -2
  159. package/lib/dist-custom-elements/duet-toolbar-dropdown.js +12 -17
  160. package/lib/dist-custom-elements/duet-toolbar-link.js +3 -3
  161. package/lib/dist-custom-elements/duet-toolbar.js +2 -2
  162. package/lib/dist-custom-elements/duet-tooltip.js +1 -1
  163. package/lib/dist-custom-elements/duet-tray.js +3 -3
  164. package/lib/dist-custom-elements/duet-upload-aria-status.js +1 -1
  165. package/lib/dist-custom-elements/duet-upload.js +18 -18
  166. package/lib/dist-custom-elements/duet-visually-hidden.js +1 -1
  167. package/lib/dist-custom-elements/index.d.ts +4 -4
  168. package/lib/dist-custom-elements/index.js +5 -5
  169. package/lib/dist-custom-elements/{p-94eae3e6.js → p-0145dc9f.js} +1 -1
  170. package/lib/dist-custom-elements/{p-cab1e8a0.js → p-029208b5.js} +7 -7
  171. package/lib/dist-custom-elements/{p-d628dd87.js → p-076044f7.js} +3 -3
  172. package/lib/dist-custom-elements/{p-37dd7faf.js → p-0bc5bea3.js} +1 -1
  173. package/lib/dist-custom-elements/{p-eb6fc032.js → p-11621a52.js} +4 -4
  174. package/lib/dist-custom-elements/{p-9fef7d37.js → p-1c5a0ab0.js} +1 -1
  175. package/lib/dist-custom-elements/{p-10feffd3.js → p-2d3fc462.js} +1 -1
  176. package/lib/dist-custom-elements/{p-b5ea480c.js → p-2f9f54eb.js} +2 -2
  177. package/lib/dist-custom-elements/{p-d2402b45.js → p-31b3a82e.js} +3 -3
  178. package/lib/dist-custom-elements/{p-ad7292b3.js → p-3b1bc8f3.js} +3 -3
  179. package/lib/dist-custom-elements/{p-db135ec9.js → p-4905133d.js} +1 -1
  180. package/lib/dist-custom-elements/{p-a1212d29.js → p-49d5f105.js} +1 -1
  181. package/lib/dist-custom-elements/{p-fed8d27a.js → p-52471a7a.js} +2 -2
  182. package/lib/dist-custom-elements/{p-88d217a7.js → p-5846a06a.js} +2 -2
  183. package/lib/dist-custom-elements/{p-4115062c.js → p-626f0ed7.js} +1 -1
  184. package/lib/dist-custom-elements/{p-354f8a94.js → p-7b1b2eef.js} +1 -1
  185. package/lib/dist-custom-elements/{p-7958dc0c.js → p-88b72658.js} +6 -6
  186. package/lib/dist-custom-elements/{p-fddad5df.js → p-91098fd5.js} +1 -1
  187. package/lib/dist-custom-elements/{p-737dd784.js → p-9d08c707.js} +6 -6
  188. package/lib/dist-custom-elements/{p-14a163e6.js → p-a1724291.js} +1 -1
  189. package/lib/dist-custom-elements/{p-d34c42bc.js → p-a5f24f49.js} +1 -1
  190. package/lib/dist-custom-elements/{p-4447816d.js → p-ab04760e.js} +1 -1
  191. package/lib/dist-custom-elements/{p-82fec063.js → p-becb3aa3.js} +1 -1
  192. package/lib/dist-custom-elements/{p-65ee8608.js → p-cc5bc0c6.js} +3 -3
  193. package/lib/dist-custom-elements/{p-f7c0e5bf.js → p-ce42be86.js} +1 -1
  194. package/lib/dist-custom-elements/{p-25d4fffb.js → p-d188f26e.js} +1 -1
  195. package/lib/dist-custom-elements/{p-bd64a84d.js → p-db985827.js} +2 -2
  196. package/lib/dist-custom-elements/{p-af2e8de4.js → p-e4c2e7eb.js} +5 -5
  197. package/lib/dist-custom-elements/{p-0ef384ca.js → p-f079cc55.js} +1 -1
  198. package/lib/dist-custom-elements/{p-9245c901.js → p-f4d2face.js} +1 -1
  199. package/lib/dist-custom-elements/{p-0cc49790.js → p-fe5341bf.js} +1 -1
  200. package/lib/duet/duet.esm.js +1 -1
  201. package/lib/duet/duet.js +1 -1
  202. package/lib/duet/{p-f01d234f.system.entry.js → p-01a95d2f.system.entry.js} +1 -1
  203. package/lib/duet/{p-f7453c05.system.entry.js → p-06a4aee0.system.entry.js} +1 -1
  204. package/lib/duet/{p-0d218007.entry.js → p-07a46bc0.entry.js} +1 -1
  205. package/lib/duet/{p-f150740b.entry.js → p-0818ae38.entry.js} +1 -1
  206. package/lib/duet/{p-81e66ef1.entry.js → p-08f88403.entry.js} +1 -1
  207. package/lib/duet/{p-16b61523.system.entry.js → p-140c2b23.system.entry.js} +1 -1
  208. package/lib/duet/{p-0f8e4b6a.entry.js → p-16665db1.entry.js} +1 -1
  209. package/lib/duet/{p-0236fc28.system.entry.js → p-16803126.system.entry.js} +1 -1
  210. package/lib/duet/{p-f2bcb922.system.entry.js → p-18bdd586.system.entry.js} +1 -1
  211. package/lib/duet/{p-9101f9ed.entry.js → p-1bde084c.entry.js} +1 -1
  212. package/lib/duet/{p-696d99ff.system.entry.js → p-1c8bd070.system.entry.js} +1 -1
  213. package/lib/duet/p-1d75f8c8.system.entry.js +4 -0
  214. package/lib/duet/{p-daa20c36.system.entry.js → p-1f1ce7cb.system.entry.js} +1 -1
  215. package/lib/duet/{p-43750071.system.entry.js → p-250c73cb.system.entry.js} +1 -1
  216. package/lib/duet/p-25bbc964.system.entry.js +4 -0
  217. package/lib/duet/p-2821969c.system.entry.js +4 -0
  218. package/lib/duet/{p-10b1ea3e.system.entry.js → p-2ddfb202.system.entry.js} +1 -1
  219. package/lib/duet/{p-45b0469f.entry.js → p-2e21973b.entry.js} +1 -1
  220. package/lib/duet/{p-d16434dc.entry.js → p-321b7e1b.entry.js} +1 -1
  221. package/lib/duet/{p-e621c31c.system.entry.js → p-38c7c72f.system.entry.js} +1 -1
  222. package/lib/duet/{p-2f0f8b9e.system.entry.js → p-3d2b34f3.system.entry.js} +1 -1
  223. package/lib/duet/{p-bcd4a927.system.entry.js → p-3e4a074c.system.entry.js} +1 -1
  224. package/lib/duet/{p-c12ecca9.entry.js → p-3e4cfd2d.entry.js} +1 -1
  225. package/lib/duet/{p-60c70efa.entry.js → p-428f4378.entry.js} +1 -1
  226. package/lib/duet/{p-bc2c1014.entry.js → p-44fb0cd4.entry.js} +1 -1
  227. package/lib/duet/{p-c41bfab0.entry.js → p-453bb082.entry.js} +1 -1
  228. package/lib/duet/{p-f9afad76.system.entry.js → p-476affb5.system.entry.js} +1 -1
  229. package/lib/duet/{p-b293c2ff.entry.js → p-498a337c.entry.js} +1 -1
  230. package/lib/duet/p-49f74a78.system.entry.js +4 -0
  231. package/lib/duet/p-4afc265b.entry.js +4 -0
  232. package/lib/duet/{p-0d6723f5.entry.js → p-4bf9ce5d.entry.js} +1 -1
  233. package/lib/duet/{p-914c3280.system.entry.js → p-4d7701cf.system.entry.js} +1 -1
  234. package/lib/duet/{p-16cbd476.entry.js → p-4e5a7d50.entry.js} +1 -1
  235. package/lib/duet/{p-1184c37e.entry.js → p-4e669043.entry.js} +1 -1
  236. package/lib/duet/{p-5bffb89f.entry.js → p-52b1ae9c.entry.js} +1 -1
  237. package/lib/duet/{p-c3a0505e.system.entry.js → p-589d18c0.system.entry.js} +1 -1
  238. package/lib/duet/{p-9a14ca19.system.entry.js → p-5be0eb10.system.entry.js} +1 -1
  239. package/lib/duet/p-5d2799c7.system.entry.js +4 -0
  240. package/lib/duet/{p-acea52f5.entry.js → p-5d3d3ef4.entry.js} +1 -1
  241. package/lib/duet/p-5ffa7084.entry.js +4 -0
  242. package/lib/duet/p-61208b24.system.entry.js +4 -0
  243. package/lib/duet/p-665fc09a.entry.js +4 -0
  244. package/lib/duet/{p-00ee31e2.system.entry.js → p-6801edc9.system.entry.js} +1 -1
  245. package/lib/duet/{p-758c0528.system.entry.js → p-68802a44.system.entry.js} +1 -1
  246. package/lib/duet/p-6ba131a6.entry.js +4 -0
  247. package/lib/duet/{p-f678edf7.system.entry.js → p-6dcb5ddf.system.entry.js} +1 -1
  248. package/lib/duet/{p-b2c913ea.entry.js → p-71669602.entry.js} +1 -1
  249. package/lib/duet/p-71b48d4c.entry.js +4 -0
  250. package/lib/duet/p-73b840aa.entry.js +4 -0
  251. package/lib/duet/{p-6f2e72e2.system.entry.js → p-7758cfac.system.entry.js} +1 -1
  252. package/lib/duet/{p-a8d942ea.entry.js → p-79740f92.entry.js} +1 -1
  253. package/lib/duet/{p-6999702a.js → p-7aa97a75.js} +1 -1
  254. package/lib/duet/{p-ec635593.entry.js → p-7c171bac.entry.js} +1 -1
  255. package/lib/duet/{p-cf11b05b.entry.js → p-7d6c1aee.entry.js} +1 -1
  256. package/lib/duet/p-7e2dd844.system.entry.js +4 -0
  257. package/lib/duet/p-7e3dd6a8.system.entry.js +4 -0
  258. package/lib/duet/p-80b2336e.entry.js +4 -0
  259. package/lib/duet/{p-6db0f8c0.entry.js → p-80e9768b.entry.js} +1 -1
  260. package/lib/duet/{p-ef3f4213.entry.js → p-80ee2e1e.entry.js} +1 -1
  261. package/lib/duet/{p-0285e5d3.entry.js → p-821b780e.entry.js} +1 -1
  262. package/lib/duet/{p-ea8e5649.system.entry.js → p-86cc218e.system.entry.js} +2 -2
  263. package/lib/duet/{p-06c01b8a.system.entry.js → p-882e9987.system.entry.js} +1 -1
  264. package/lib/duet/{p-592bcdd4.entry.js → p-88cd99ba.entry.js} +1 -1
  265. package/lib/duet/{p-d58991bc.system.js → p-8b50f74e.system.js} +1 -1
  266. package/lib/duet/{p-8512b463.js → p-8bf3f0e9.js} +1 -1
  267. package/lib/duet/{p-89bf7be7.entry.js → p-92867eb0.entry.js} +1 -1
  268. package/lib/duet/{p-58de4753.system.entry.js → p-93825b5f.system.entry.js} +1 -1
  269. package/lib/duet/{p-b3046425.entry.js → p-9663117c.entry.js} +1 -1
  270. package/lib/duet/{p-5e134670.entry.js → p-96c274ff.entry.js} +1 -1
  271. package/lib/duet/p-98821736.entry.js +4 -0
  272. package/lib/duet/{p-8a47d599.system.entry.js → p-99577e5e.system.entry.js} +1 -1
  273. package/lib/duet/{p-948d492d.system.entry.js → p-9ab64b1c.system.entry.js} +1 -1
  274. package/lib/duet/{p-7e67fedc.system.entry.js → p-9adf9ec0.system.entry.js} +1 -1
  275. package/lib/duet/p-9b946c8f.system.entry.js +4 -0
  276. package/lib/duet/{p-b5dc8a8f.system.entry.js → p-9ba30a52.system.entry.js} +1 -1
  277. package/lib/duet/{p-e71a6257.system.js → p-9c0ae091.system.js} +1 -1
  278. package/lib/duet/{p-14e93ad6.system.entry.js → p-9f02fd3a.system.entry.js} +1 -1
  279. package/lib/duet/p-a03ec953.system.entry.js +4 -0
  280. package/lib/duet/{p-7fcbf80a.system.entry.js → p-a238f10c.system.entry.js} +1 -1
  281. package/lib/duet/p-a259e3da.system.entry.js +4 -0
  282. package/lib/duet/{p-855f9e2a.system.entry.js → p-a345635b.system.entry.js} +1 -1
  283. package/lib/duet/p-a5a7be5e.entry.js +4 -0
  284. package/lib/duet/{p-0426e86f.system.entry.js → p-a5af4cc5.system.entry.js} +1 -1
  285. package/lib/duet/{p-575e4d53.system.entry.js → p-b20f40db.system.entry.js} +1 -1
  286. package/lib/duet/{p-4644616b.entry.js → p-b21e895c.entry.js} +1 -1
  287. package/lib/duet/{p-90ea4509.system.entry.js → p-b31232db.system.entry.js} +1 -1
  288. package/lib/duet/{p-0169eb09.entry.js → p-b3fd554a.entry.js} +1 -1
  289. package/lib/duet/{p-61f8dd7f.system.entry.js → p-b5ee9c33.system.entry.js} +1 -1
  290. package/lib/duet/{p-d2ef832d.entry.js → p-b624c8ec.entry.js} +1 -1
  291. package/lib/duet/{p-ebc09697.system.entry.js → p-b68e7921.system.entry.js} +1 -1
  292. package/lib/duet/{p-dc51f077.entry.js → p-b8adb02e.entry.js} +1 -1
  293. package/lib/duet/{p-1b63c3bf.entry.js → p-bb33769c.entry.js} +1 -1
  294. package/lib/duet/{p-d971be46.entry.js → p-bfab9d81.entry.js} +1 -1
  295. package/lib/duet/{p-028da443.system.entry.js → p-c33cfdf4.system.entry.js} +1 -1
  296. package/lib/duet/p-c346b2c2.system.entry.js +4 -0
  297. package/lib/duet/{p-ac4c233b.entry.js → p-ccae1572.entry.js} +1 -1
  298. package/lib/duet/p-cdbad668.system.js +4 -0
  299. package/lib/duet/{p-9f60735a.system.entry.js → p-ce6d729c.system.entry.js} +1 -1
  300. package/lib/duet/{p-11c58a6b.entry.js → p-cf202e49.entry.js} +1 -1
  301. package/lib/duet/{p-0aae8ebf.entry.js → p-d3a8e2e6.entry.js} +1 -1
  302. package/lib/duet/{p-dfcbf758.system.entry.js → p-d3b1d4dc.system.entry.js} +1 -1
  303. package/lib/duet/{p-0fc0e90e.entry.js → p-d6045a19.entry.js} +1 -1
  304. package/lib/duet/{p-f6712ec8.system.entry.js → p-d64a3684.system.entry.js} +1 -1
  305. package/lib/duet/p-daa9f332.system.entry.js +4 -0
  306. package/lib/duet/{p-79c8d35c.system.entry.js → p-dd594b0c.system.entry.js} +1 -1
  307. package/lib/duet/{p-1a45eddb.system.entry.js → p-df2f8d6d.system.entry.js} +1 -1
  308. package/lib/duet/{p-c2c48bb2.entry.js → p-e2f77664.entry.js} +1 -1
  309. package/lib/duet/p-e651e225.entry.js +4 -0
  310. package/lib/duet/{p-c17cae49.entry.js → p-e6f8fb38.entry.js} +1 -1
  311. package/lib/duet/{p-0e1a3c6d.entry.js → p-e78f9d3b.entry.js} +1 -1
  312. package/lib/duet/{p-da803459.entry.js → p-e8da082b.entry.js} +1 -1
  313. package/lib/duet/{p-4e2db855.system.entry.js → p-e9259242.system.entry.js} +1 -1
  314. package/lib/duet/{p-1e442975.entry.js → p-ea769354.entry.js} +1 -1
  315. package/lib/duet/{p-f3d0d889.entry.js → p-efbe9082.entry.js} +1 -1
  316. package/lib/duet/{p-c5e54be9.entry.js → p-f17dd3be.entry.js} +1 -1
  317. package/lib/duet/{p-09e9e6e0.system.entry.js → p-f1d8bc66.system.entry.js} +1 -1
  318. package/lib/duet/p-f3f652cb.entry.js +4 -0
  319. package/lib/duet/{p-dd676f12.system.entry.js → p-f6665a9b.system.entry.js} +1 -1
  320. package/lib/duet/p-fb7e3c61.entry.js +4 -0
  321. package/lib/esm/duet-action-button.entry.js +1 -1
  322. package/lib/esm/duet-alert.entry.js +1 -1
  323. package/lib/esm/duet-badge.entry.js +1 -1
  324. package/lib/esm/duet-breadcrumb.entry.js +1 -1
  325. package/lib/esm/duet-breadcrumbs.entry.js +1 -1
  326. package/lib/esm/duet-button_2.entry.js +1 -1
  327. package/lib/esm/duet-caption_4.entry.js +1 -1
  328. package/lib/esm/duet-card.entry.js +1 -1
  329. package/lib/esm/duet-checkbox.entry.js +1 -1
  330. package/lib/esm/duet-choice_2.entry.js +3 -3
  331. package/lib/esm/duet-collapsible.entry.js +1 -1
  332. package/lib/esm/duet-combobox.entry.js +1 -1
  333. package/lib/esm/duet-cookie-consent.entry.js +1 -1
  334. package/lib/esm/duet-date-picker.entry.js +2 -2
  335. package/lib/esm/duet-divider_2.entry.js +1 -1
  336. package/lib/esm/duet-editable-table_3.entry.js +1 -1
  337. package/lib/esm/duet-empty-state.entry.js +1 -1
  338. package/lib/esm/duet-fieldset.entry.js +2 -2
  339. package/lib/esm/duet-footer.entry.js +1 -1
  340. package/lib/esm/duet-grid_2.entry.js +1 -1
  341. package/lib/esm/duet-header_2.entry.js +1 -1
  342. package/lib/esm/duet-hero.entry.js +1 -1
  343. package/lib/esm/duet-icon.entry.js +1 -1
  344. package/lib/esm/duet-input_2.entry.js +1 -1
  345. package/lib/esm/duet-layout.entry.js +1 -1
  346. package/lib/esm/duet-list_2.entry.js +1 -1
  347. package/lib/esm/duet-menu-bar-dropdown-link.entry.js +15 -2
  348. package/lib/esm/duet-menu-bar-dropdown.entry.js +26 -15
  349. package/lib/esm/duet-menu-bar-link.entry.js +22 -3
  350. package/lib/esm/duet-menu-bar.entry.js +4 -3
  351. package/lib/esm/duet-modal.entry.js +2 -2
  352. package/lib/esm/duet-multiselect.entry.js +1 -1
  353. package/lib/esm/duet-nav.entry.js +2 -80
  354. package/lib/esm/duet-notification_2.entry.js +1 -1
  355. package/lib/esm/duet-number-input.entry.js +1 -1
  356. package/lib/esm/duet-pagination_2.entry.js +1 -1
  357. package/lib/esm/duet-progress.entry.js +1 -1
  358. package/lib/esm/duet-radio_2.entry.js +1 -1
  359. package/lib/esm/duet-range-slider.entry.js +1 -1
  360. package/lib/esm/duet-scrollable_3.entry.js +1 -1
  361. package/lib/esm/duet-section-layout.entry.js +1 -1
  362. package/lib/esm/duet-select.entry.js +1 -1
  363. package/lib/esm/duet-step_2.entry.js +1 -1
  364. package/lib/esm/duet-submenu-bar-dropdown-link.entry.js +39 -0
  365. package/lib/esm/duet-submenu-bar-dropdown.entry.js +47 -0
  366. package/lib/esm/duet-submenu-bar-link.entry.js +33 -0
  367. package/lib/esm/duet-submenu-bar.entry.js +31 -0
  368. package/lib/esm/duet-textarea.entry.js +1 -1
  369. package/lib/esm/duet-toggle.entry.js +1 -1
  370. package/lib/esm/duet-toolbar-dropdown-link.entry.js +1 -1
  371. package/lib/esm/duet-toolbar-dropdown.entry.js +10 -15
  372. package/lib/esm/duet-toolbar-link.entry.js +2 -2
  373. package/lib/esm/duet-toolbar.entry.js +2 -2
  374. package/lib/esm/duet-tooltip.entry.js +1 -1
  375. package/lib/esm/duet-tray.entry.js +1 -1
  376. package/lib/esm/duet-upload-aria-status.entry.js +1 -1
  377. package/lib/esm/duet-visually-hidden.entry.js +1 -1
  378. package/lib/esm/duet.js +2 -2
  379. package/lib/esm/{focus-utils-abaea1e6.js → focus-utils-25584abb.js} +1 -1
  380. package/lib/esm/{index-4df60498.js → index-f74e4d6a.js} +1 -1
  381. package/lib/esm/loader.js +2 -2
  382. package/lib/esm-es5/duet-action-button.entry.js +1 -1
  383. package/lib/esm-es5/duet-alert.entry.js +1 -1
  384. package/lib/esm-es5/duet-badge.entry.js +1 -1
  385. package/lib/esm-es5/duet-breadcrumb.entry.js +1 -1
  386. package/lib/esm-es5/duet-breadcrumbs.entry.js +1 -1
  387. package/lib/esm-es5/duet-button_2.entry.js +1 -1
  388. package/lib/esm-es5/duet-caption_4.entry.js +1 -1
  389. package/lib/esm-es5/duet-card.entry.js +1 -1
  390. package/lib/esm-es5/duet-checkbox.entry.js +1 -1
  391. package/lib/esm-es5/duet-choice_2.entry.js +1 -1
  392. package/lib/esm-es5/duet-collapsible.entry.js +1 -1
  393. package/lib/esm-es5/duet-combobox.entry.js +1 -1
  394. package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
  395. package/lib/esm-es5/duet-date-picker.entry.js +1 -1
  396. package/lib/esm-es5/duet-divider_2.entry.js +1 -1
  397. package/lib/esm-es5/duet-editable-table_3.entry.js +1 -1
  398. package/lib/esm-es5/duet-empty-state.entry.js +1 -1
  399. package/lib/esm-es5/duet-fieldset.entry.js +1 -1
  400. package/lib/esm-es5/duet-footer.entry.js +1 -1
  401. package/lib/esm-es5/duet-grid_2.entry.js +2 -2
  402. package/lib/esm-es5/duet-header_2.entry.js +1 -1
  403. package/lib/esm-es5/duet-hero.entry.js +1 -1
  404. package/lib/esm-es5/duet-icon.entry.js +1 -1
  405. package/lib/esm-es5/duet-input_2.entry.js +1 -1
  406. package/lib/esm-es5/duet-layout.entry.js +1 -1
  407. package/lib/esm-es5/duet-list_2.entry.js +1 -1
  408. package/lib/esm-es5/duet-menu-bar-dropdown-link.entry.js +1 -1
  409. package/lib/esm-es5/duet-menu-bar-dropdown.entry.js +1 -1
  410. package/lib/esm-es5/duet-menu-bar-link.entry.js +1 -1
  411. package/lib/esm-es5/duet-menu-bar.entry.js +1 -1
  412. package/lib/esm-es5/duet-modal.entry.js +1 -1
  413. package/lib/esm-es5/duet-multiselect.entry.js +1 -1
  414. package/lib/esm-es5/duet-nav.entry.js +1 -1
  415. package/lib/esm-es5/duet-notification_2.entry.js +1 -1
  416. package/lib/esm-es5/duet-number-input.entry.js +2 -2
  417. package/lib/esm-es5/duet-pagination_2.entry.js +1 -1
  418. package/lib/esm-es5/duet-progress.entry.js +1 -1
  419. package/lib/esm-es5/duet-radio_2.entry.js +1 -1
  420. package/lib/esm-es5/duet-range-slider.entry.js +1 -1
  421. package/lib/esm-es5/duet-scrollable_3.entry.js +1 -1
  422. package/lib/esm-es5/duet-section-layout.entry.js +1 -1
  423. package/lib/esm-es5/duet-select.entry.js +1 -1
  424. package/lib/esm-es5/duet-step_2.entry.js +1 -1
  425. package/lib/esm-es5/duet-submenu-bar-dropdown-link.entry.js +4 -0
  426. package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +4 -0
  427. package/lib/esm-es5/duet-submenu-bar-link.entry.js +4 -0
  428. package/lib/esm-es5/duet-submenu-bar.entry.js +4 -0
  429. package/lib/esm-es5/duet-textarea.entry.js +1 -1
  430. package/lib/esm-es5/duet-toggle.entry.js +1 -1
  431. package/lib/esm-es5/duet-toolbar-dropdown-link.entry.js +1 -1
  432. package/lib/esm-es5/duet-toolbar-dropdown.entry.js +1 -1
  433. package/lib/esm-es5/duet-toolbar-link.entry.js +1 -1
  434. package/lib/esm-es5/duet-toolbar.entry.js +1 -1
  435. package/lib/esm-es5/duet-tooltip.entry.js +1 -1
  436. package/lib/esm-es5/duet-tray.entry.js +1 -1
  437. package/lib/esm-es5/duet-upload-aria-status.entry.js +1 -1
  438. package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
  439. package/lib/esm-es5/duet.js +1 -1
  440. package/lib/esm-es5/focus-utils-25584abb.js +4 -0
  441. package/lib/esm-es5/{index-4df60498.js → index-f74e4d6a.js} +1 -1
  442. package/lib/esm-es5/loader.js +1 -1
  443. package/lib/types/components/duet-menu-bar/duet-menu-bar.d.ts +4 -0
  444. package/lib/types/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.d.ts +2 -16
  445. package/lib/types/components/duet-menu-bar-dropdown-link/duet-menu-bar-dropdown-link.d.ts +5 -0
  446. package/lib/types/components/duet-menu-bar-link/duet-menu-bar-link.d.ts +5 -0
  447. package/lib/types/components/duet-nav/duet-nav.d.ts +0 -18
  448. package/lib/types/components/duet-submenu-bar/duet-submenu-bar.d.ts +24 -0
  449. package/lib/types/components/duet-submenu-bar-dropdown/duet-submenu-bar-dropdown.d.ts +34 -0
  450. package/lib/types/components/{duet-menu-bar-menu-dropdown-link/duet-menu-bar-menu-dropdown-link.d.ts → duet-submenu-bar-dropdown-link/duet-submenu-bar-dropdown-link.d.ts} +1 -1
  451. package/lib/types/components/{duet-menu-bar-menu-link/duet-menu-bar-menu-link.d.ts → duet-submenu-bar-link/duet-submenu-bar-link.d.ts} +1 -5
  452. package/lib/types/components/duet-toolbar-dropdown/duet-toolbar-dropdown.d.ts +1 -16
  453. package/lib/types/components.d.ts +158 -194
  454. package/package.json +5 -5
  455. package/lib/cjs/duet-menu-bar-menu-dropdown-link.cjs.entry.js +0 -43
  456. package/lib/cjs/duet-menu-bar-menu-dropdown.cjs.entry.js +0 -56
  457. package/lib/cjs/duet-menu-bar-menu-link.cjs.entry.js +0 -38
  458. package/lib/cjs/duet-menu-bar-menu.cjs.entry.js +0 -56
  459. package/lib/collection/components/duet-menu-bar-menu/duet-menu-bar-menu.css +0 -113
  460. package/lib/collection/components/duet-menu-bar-menu/duet-menu-bar-menu.js +0 -141
  461. package/lib/dist-custom-elements/duet-menu-bar-menu-dropdown-link.d.ts +0 -11
  462. package/lib/dist-custom-elements/duet-menu-bar-menu-dropdown-link.js +0 -69
  463. package/lib/dist-custom-elements/duet-menu-bar-menu-dropdown.d.ts +0 -11
  464. package/lib/dist-custom-elements/duet-menu-bar-menu-dropdown.js +0 -80
  465. package/lib/dist-custom-elements/duet-menu-bar-menu-link.js +0 -63
  466. package/lib/dist-custom-elements/duet-menu-bar-menu.js +0 -74
  467. package/lib/duet/p-0c519c1f.system.entry.js +0 -4
  468. package/lib/duet/p-14cca806.entry.js +0 -4
  469. package/lib/duet/p-1833941e.entry.js +0 -4
  470. package/lib/duet/p-27a1c897.entry.js +0 -4
  471. package/lib/duet/p-2c5b761d.entry.js +0 -4
  472. package/lib/duet/p-2cbe5fe4.entry.js +0 -4
  473. package/lib/duet/p-326d3440.system.entry.js +0 -4
  474. package/lib/duet/p-394efc25.system.entry.js +0 -4
  475. package/lib/duet/p-400f8e9d.system.entry.js +0 -4
  476. package/lib/duet/p-4c96e54d.entry.js +0 -4
  477. package/lib/duet/p-4d1a5b9e.system.entry.js +0 -4
  478. package/lib/duet/p-5214682e.system.entry.js +0 -4
  479. package/lib/duet/p-5b00d0cf.system.entry.js +0 -4
  480. package/lib/duet/p-63cb7308.system.entry.js +0 -4
  481. package/lib/duet/p-7ccf8ef9.entry.js +0 -4
  482. package/lib/duet/p-81313736.entry.js +0 -4
  483. package/lib/duet/p-8681c6e0.entry.js +0 -4
  484. package/lib/duet/p-8f6cf5d1.entry.js +0 -4
  485. package/lib/duet/p-b180a4e2.system.entry.js +0 -4
  486. package/lib/duet/p-b2688afc.system.entry.js +0 -4
  487. package/lib/duet/p-b821b721.system.entry.js +0 -4
  488. package/lib/duet/p-c4932f05.entry.js +0 -4
  489. package/lib/duet/p-d0f1d25f.system.entry.js +0 -4
  490. package/lib/duet/p-dbddb719.entry.js +0 -4
  491. package/lib/duet/p-dc18b76c.system.entry.js +0 -4
  492. package/lib/duet/p-f9133dc5.system.js +0 -4
  493. package/lib/esm/duet-menu-bar-menu-dropdown-link.entry.js +0 -39
  494. package/lib/esm/duet-menu-bar-menu-dropdown.entry.js +0 -52
  495. package/lib/esm/duet-menu-bar-menu-link.entry.js +0 -34
  496. package/lib/esm/duet-menu-bar-menu.entry.js +0 -52
  497. package/lib/esm-es5/duet-menu-bar-menu-dropdown-link.entry.js +0 -4
  498. package/lib/esm-es5/duet-menu-bar-menu-dropdown.entry.js +0 -4
  499. package/lib/esm-es5/duet-menu-bar-menu-link.entry.js +0 -4
  500. package/lib/esm-es5/duet-menu-bar-menu.entry.js +0 -4
  501. package/lib/esm-es5/focus-utils-abaea1e6.js +0 -4
  502. package/lib/types/components/duet-menu-bar-menu/duet-menu-bar-menu.d.ts +0 -49
  503. package/lib/types/components/duet-menu-bar-menu-dropdown/duet-menu-bar-menu-dropdown.d.ts +0 -49
@@ -3,25 +3,21 @@
3
3
  */
4
4
  import { h, Host } from "@stencil/core";
5
5
  import { inheritGlobalTheme } from "../../common/themeable-component";
6
- export class DuetHeaderMenuDropdown {
6
+ export class DuetSubmenuBarDropdown {
7
7
  constructor() {
8
- this.toggleMenu = (e) => {
9
- const toggle = !this.open;
10
- this.open = toggle;
11
- this.duetMenuBarMenuDropdownEvent.emit({
12
- originalEvent: e,
13
- data: { element: this.element, open: this.open },
14
- component: "duet-menu-bar-menu-dropdown",
15
- });
16
- };
17
- this.onClick = (e) => {
18
- this.toggleMenu(e);
19
- e.stopImmediatePropagation();
8
+ this.onClick = () => {
9
+ this.open = !this.open;
20
10
  };
21
11
  this.theme = "";
22
12
  this.open = false;
23
13
  this.icon = undefined;
24
14
  }
15
+ handleFocus(e) {
16
+ const isClickOutside = e.composedPath().every(node => node !== this.element);
17
+ if (isClickOutside) {
18
+ this.open = false;
19
+ }
20
+ }
25
21
  /**
26
22
  * Component lifecycle events.
27
23
  */
@@ -33,23 +29,23 @@ export class DuetHeaderMenuDropdown {
33
29
  * Always the last one in the class.
34
30
  */
35
31
  render() {
36
- return (h(Host, null, h("div", { class: { "duet-menu-bar-menu-dropdown": true, "duet-theme-turva": this.theme === "turva", active: this.open } }, h("button", { "aria-haspopup": "menu", "aria-controls": "menu", "aria-expanded": this.open ? "true" : "false", id: "button", type: "button", class: {
32
+ return (h(Host, null, h("div", { class: { "duet-submenu-bar-dropdown": true, "duet-theme-turva": this.theme === "turva", active: this.open } }, h("button", { "aria-haspopup": "menu", "aria-controls": "menu", "aria-expanded": this.open ? "true" : "false", id: "button", type: "button", class: {
37
33
  active: this.open,
38
34
  }, onClick: this.onClick }, this.icon && h("duet-icon", { name: this.icon, size: "x-small", margin: "none" }), h("div", { class: "label" }, h("slot", { name: "label" }), h("duet-icon", { class: "caret", name: "action-arrow-down-small", margin: "none", size: "xxx-small" }))), h("div", { tabindex: "-1", role: "menu", id: "menu", "aria-labelledby": "button", class: {
39
35
  items: true,
40
36
  hidden: !this.open,
41
37
  } }, h("slot", null)))));
42
38
  }
43
- static get is() { return "duet-menu-bar-menu-dropdown"; }
39
+ static get is() { return "duet-submenu-bar-dropdown"; }
44
40
  static get encapsulation() { return "shadow"; }
45
41
  static get originalStyleUrls() {
46
42
  return {
47
- "$": ["duet-menu-bar-menu-dropdown.scss"]
43
+ "$": ["duet-submenu-bar-dropdown.scss"]
48
44
  };
49
45
  }
50
46
  static get styleUrls() {
51
47
  return {
52
- "$": ["duet-menu-bar-menu-dropdown.css"]
48
+ "$": ["duet-submenu-bar-dropdown.css"]
53
49
  };
54
50
  }
55
51
  static get properties() {
@@ -115,27 +111,14 @@ export class DuetHeaderMenuDropdown {
115
111
  }
116
112
  };
117
113
  }
118
- static get events() {
114
+ static get elementRef() { return "element"; }
115
+ static get listeners() {
119
116
  return [{
120
- "method": "duetMenuBarMenuDropdownEvent",
121
- "name": "duetMenuBarMenuDropdownEvent",
122
- "bubbles": true,
123
- "cancelable": true,
124
- "composed": true,
125
- "docs": {
126
- "tags": [],
127
- "text": "Event raised when the menu dropdown has been opened. You can prevent the\ndefault browser functionality by calling **event.detail.originalEvent.preventDefault()**\ninside your listener. Additionally, the passed data is available via **event.detail.data**."
128
- },
129
- "complexType": {
130
- "original": "DuetMenuBarMenuDropdownEventDetails",
131
- "resolved": "{ originalEvent: Event; data: { element: HTMLElement; open: boolean; }; component: \"duet-menu-bar-menu-dropdown\"; }",
132
- "references": {
133
- "DuetMenuBarMenuDropdownEventDetails": {
134
- "location": "local"
135
- }
136
- }
137
- }
117
+ "name": "click",
118
+ "method": "handleFocus",
119
+ "target": "window",
120
+ "capture": false,
121
+ "passive": false
138
122
  }];
139
123
  }
140
- static get elementRef() { return "element"; }
141
124
  }
@@ -24,7 +24,7 @@
24
24
  height: 100%;
25
25
  }
26
26
 
27
- .duet-menu-bar-menu-dropdown-link {
27
+ .duet-submenu-bar-dropdown-link {
28
28
  display: flex;
29
29
  flex-direction: row;
30
30
  gap: 0.5rem;
@@ -40,21 +40,21 @@
40
40
  text-align: center;
41
41
  text-decoration: none;
42
42
  }
43
- .duet-menu-bar-menu-dropdown-link.duet-theme-turva {
43
+ .duet-submenu-bar-dropdown-link.duet-theme-turva {
44
44
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
45
45
  color: #171c3a;
46
46
  }
47
- .duet-menu-bar-menu-dropdown-link:hover {
47
+ .duet-submenu-bar-dropdown-link:hover {
48
48
  color: #004d80;
49
49
  background: #f3f9fc;
50
50
  }
51
- .duet-menu-bar-menu-dropdown-link:hover.duet-theme-turva {
51
+ .duet-submenu-bar-dropdown-link:hover.duet-theme-turva {
52
52
  color: #940925;
53
53
  background: #e4e4e6;
54
54
  }
55
- .duet-menu-bar-menu-dropdown-link.highlight {
55
+ .duet-submenu-bar-dropdown-link.highlight {
56
56
  color: #0077b3;
57
57
  }
58
- .duet-menu-bar-menu-dropdown-link.highlight.duet-theme-turva {
58
+ .duet-submenu-bar-dropdown-link.highlight.duet-theme-turva {
59
59
  color: #c60c30;
60
60
  }
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import { h, Host } from "@stencil/core";
5
5
  import { inheritGlobalTheme } from "../../common/themeable-component";
6
- export class DuetMenuBarMenuDropdownLink {
6
+ export class DuetSubmenuBarDropdownLink {
7
7
  constructor() {
8
8
  this.theme = "";
9
9
  this.href = "#";
@@ -23,21 +23,21 @@ export class DuetMenuBarMenuDropdownLink {
23
23
  */
24
24
  render() {
25
25
  return (h(Host, null, h("a", { class: {
26
- "duet-menu-bar-menu-dropdown-link": true,
26
+ "duet-submenu-bar-dropdown-link": true,
27
27
  "duet-theme-turva": this.theme === "turva",
28
28
  highlight: this.highlight,
29
- }, href: this.href, role: "menuitem" }, this.icon && h("duet-icon", { name: this.icon, size: "x-small", margin: "none" }), h("slot", null), this.caret && h("duet-icon", { name: "action-arrow-right-small", size: "xxx-small", margin: "none" }))));
29
+ }, href: this.href, role: "menuitem" }, this.icon && h("duet-icon", { name: this.icon, size: "x-small", margin: "none", color: "currentColor" }), h("slot", null), this.caret && h("duet-icon", { name: "action-arrow-right-small", size: "xxx-small", margin: "none" }))));
30
30
  }
31
- static get is() { return "duet-menu-bar-menu-dropdown-link"; }
31
+ static get is() { return "duet-submenu-bar-dropdown-link"; }
32
32
  static get encapsulation() { return "shadow"; }
33
33
  static get originalStyleUrls() {
34
34
  return {
35
- "$": ["duet-menu-bar-menu-dropdown-link.scss"]
35
+ "$": ["duet-submenu-bar-dropdown-link.scss"]
36
36
  };
37
37
  }
38
38
  static get styleUrls() {
39
39
  return {
40
- "$": ["duet-menu-bar-menu-dropdown-link.css"]
40
+ "$": ["duet-submenu-bar-dropdown-link.css"]
41
41
  };
42
42
  }
43
43
  static get properties() {
@@ -23,14 +23,14 @@
23
23
  height: 100%;
24
24
  }
25
25
 
26
- .duet-menu-bar-menu-link {
26
+ .duet-submenu-bar-link {
27
27
  display: flex;
28
28
  flex-direction: column;
29
29
  gap: 5px;
30
30
  align-items: center;
31
31
  justify-content: center;
32
32
  height: 100%;
33
- padding: 0 1.5rem;
33
+ padding: 12px 1.5rem;
34
34
  font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
35
35
  font-size: 0.875rem;
36
36
  font-weight: 600;
@@ -39,27 +39,15 @@
39
39
  text-align: center;
40
40
  text-decoration: none;
41
41
  }
42
- .duet-menu-bar-menu-link.duet-theme-turva {
42
+ .duet-submenu-bar-link.duet-theme-turva {
43
43
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
44
44
  color: #171c3a;
45
45
  }
46
- .duet-menu-bar-menu-link:hover {
46
+ .duet-submenu-bar-link:hover {
47
47
  color: #004d80;
48
48
  background: #e6f2f8;
49
49
  }
50
- .duet-menu-bar-menu-link:hover.duet-theme-turva {
50
+ .duet-submenu-bar-link:hover.duet-theme-turva {
51
51
  color: #940925;
52
52
  background: #e4e4e6;
53
- }
54
- .duet-menu-bar-menu-link.active {
55
- color: #0077b3;
56
- }
57
- .duet-menu-bar-menu-link.active.duet-theme-turva {
58
- color: #c60c30;
59
- }
60
- .duet-menu-bar-menu-link.active.active:hover {
61
- color: #004d80;
62
- }
63
- .duet-menu-bar-menu-link.active.active:hover.duet-theme-turva {
64
- color: #940925;
65
53
  }
@@ -3,10 +3,9 @@
3
3
  */
4
4
  import { h, Host } from "@stencil/core";
5
5
  import { inheritGlobalTheme } from "../../common/themeable-component";
6
- export class DuetMenuBarMenuLink {
6
+ export class DuetSubmenuBarLink {
7
7
  constructor() {
8
8
  this.theme = "";
9
- this.active = false;
10
9
  this.href = "#";
11
10
  this.icon = undefined;
12
11
  }
@@ -21,18 +20,18 @@ export class DuetMenuBarMenuLink {
21
20
  * Always the last one in the class.
22
21
  */
23
22
  render() {
24
- return (h(Host, null, h("a", { class: { "duet-menu-bar-menu-link": true, "duet-theme-turva": this.theme === "turva", active: this.active }, href: this.href, role: "menuitem" }, this.icon && h("duet-icon", { name: this.icon, size: "x-small", margin: "none" }), h("slot", null))));
23
+ return (h(Host, null, h("a", { class: { "duet-submenu-bar-link": true, "duet-theme-turva": this.theme === "turva" }, href: this.href, role: "menuitem" }, this.icon && h("duet-icon", { name: this.icon, size: "x-small", margin: "none" }), h("slot", null))));
25
24
  }
26
- static get is() { return "duet-menu-bar-menu-link"; }
25
+ static get is() { return "duet-submenu-bar-link"; }
27
26
  static get encapsulation() { return "shadow"; }
28
27
  static get originalStyleUrls() {
29
28
  return {
30
- "$": ["duet-menu-bar-menu-link.scss"]
29
+ "$": ["duet-submenu-bar-link.scss"]
31
30
  };
32
31
  }
33
32
  static get styleUrls() {
34
33
  return {
35
- "$": ["duet-menu-bar-menu-link.css"]
34
+ "$": ["duet-submenu-bar-link.css"]
36
35
  };
37
36
  }
38
37
  static get properties() {
@@ -60,24 +59,6 @@ export class DuetMenuBarMenuLink {
60
59
  "reflect": false,
61
60
  "defaultValue": "\"\""
62
61
  },
63
- "active": {
64
- "type": "boolean",
65
- "mutable": true,
66
- "complexType": {
67
- "original": "boolean",
68
- "resolved": "boolean",
69
- "references": {}
70
- },
71
- "required": false,
72
- "optional": false,
73
- "docs": {
74
- "tags": [],
75
- "text": "Active"
76
- },
77
- "attribute": "active",
78
- "reflect": false,
79
- "defaultValue": "false"
80
- },
81
62
  "href": {
82
63
  "type": "string",
83
64
  "mutable": true,
@@ -24,6 +24,7 @@
24
24
  }
25
25
 
26
26
  .duet-toolbar {
27
+ z-index: 1;
27
28
  display: flex;
28
29
  align-items: center;
29
30
  justify-content: space-between;
@@ -25,7 +25,6 @@
25
25
 
26
26
  .duet-toolbar-dropdown {
27
27
  position: relative;
28
- z-index: 1;
29
28
  height: 100%;
30
29
  }
31
30
  .duet-toolbar-dropdown button {
@@ -106,10 +105,10 @@
106
105
  color: #171c3a;
107
106
  background: #f5f5f7;
108
107
  }
109
- .duet-toolbar-dropdown.duet-theme-turva button.active {
108
+ .duet-toolbar-dropdown.duet-theme-turva button.active, .duet-toolbar-dropdown.duet-theme-turva button.open {
110
109
  color: #171c3a;
111
110
  }
112
- .duet-toolbar-dropdown.duet-theme-turva button.active::after {
111
+ .duet-toolbar-dropdown.duet-theme-turva button.active::after, .duet-toolbar-dropdown.duet-theme-turva button.open::after {
113
112
  background: #c60c30;
114
113
  }
115
114
  .duet-toolbar-dropdown.duet-theme-turva .items {
@@ -5,24 +5,20 @@ import { h, Host } from "@stencil/core";
5
5
  import { inheritGlobalTheme } from "../../common/themeable-component";
6
6
  export class DuetToolbarDropdown {
7
7
  constructor() {
8
- this.toggleMenu = (e) => {
9
- const toggle = !this.open;
10
- this.open = toggle;
11
- this.duetToolbarDropdownEvent.emit({
12
- originalEvent: e,
13
- data: { element: this.element, open: this.open },
14
- component: "duet-toolbar-dropdown",
15
- });
16
- };
17
- this.onClick = (e) => {
18
- this.toggleMenu(e);
19
- e.stopImmediatePropagation();
8
+ this.onClick = () => {
9
+ this.open = !this.open;
20
10
  };
21
11
  this.theme = "";
22
12
  this.active = false;
23
13
  this.open = false;
24
14
  this.icon = undefined;
25
15
  }
16
+ handleFocus(e) {
17
+ const isClickOutside = e.composedPath().every(node => node !== this.element);
18
+ if (isClickOutside) {
19
+ this.open = false;
20
+ }
21
+ }
26
22
  /**
27
23
  * Component lifecycle events.
28
24
  */
@@ -143,27 +139,14 @@ export class DuetToolbarDropdown {
143
139
  }
144
140
  };
145
141
  }
146
- static get events() {
142
+ static get elementRef() { return "element"; }
143
+ static get listeners() {
147
144
  return [{
148
- "method": "duetToolbarDropdownEvent",
149
- "name": "duetToolbarDropdownEvent",
150
- "bubbles": true,
151
- "cancelable": true,
152
- "composed": true,
153
- "docs": {
154
- "tags": [],
155
- "text": "Event raised when the dropdown has been opened. You can prevent the\ndefault browser functionality by calling **event.detail.originalEvent.preventDefault()**\ninside your listener. Additionally, the passed data is available via **event.detail.data**."
156
- },
157
- "complexType": {
158
- "original": "DuetToolbarDropdownEventDetails",
159
- "resolved": "{ originalEvent: Event; data: { element: HTMLElement; open: boolean; }; component: \"duet-toolbar-dropdown\"; }",
160
- "references": {
161
- "DuetToolbarDropdownEventDetails": {
162
- "location": "local"
163
- }
164
- }
165
- }
145
+ "name": "click",
146
+ "method": "handleFocus",
147
+ "target": "window",
148
+ "capture": false,
149
+ "passive": false
166
150
  }];
167
151
  }
168
- static get elementRef() { return "element"; }
169
152
  }
@@ -21,7 +21,7 @@ export class DuetToolbarLink {
21
21
  * Always the last one in the class.
22
22
  */
23
23
  render() {
24
- return (h(Host, null, h("a", { class: { "duet-toolbar-link": true, "duet-theme-turva": this.theme === "turva", active: this.active }, href: this.href }, this.icon && h("duet-icon", { size: "x-small", name: this.icon, margin: "none" }), h("slot", null))));
24
+ return (h(Host, null, h("a", { class: { "duet-toolbar-link": true, "duet-theme-turva": this.theme === "turva", active: this.active }, href: this.href }, this.icon && (h("duet-icon", { size: "x-small", name: this.icon, margin: "none", theme: this.theme, color: "currentColor" })), h("slot", null))));
25
25
  }
26
26
  static get is() { return "duet-toolbar-link"; }
27
27
  static get encapsulation() { return "shadow"; }
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetActionButton$1, d as defineCustomElement$1 } from './p-d628dd87.js';
4
+ import { D as DuetActionButton$1, d as defineCustomElement$1 } from './p-076044f7.js';
5
5
 
6
6
  const DuetActionButton = DuetActionButton$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetAlert$1, d as defineCustomElement$1 } from './p-af2e8de4.js';
4
+ import { D as DuetAlert$1, d as defineCustomElement$1 } from './p-e4c2e7eb.js';
5
5
 
6
6
  const DuetAlert = DuetAlert$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetBadge$1, d as defineCustomElement$1 } from './p-d34c42bc.js';
4
+ import { D as DuetBadge$1, d as defineCustomElement$1 } from './p-a5f24f49.js';
5
5
 
6
6
  const DuetBadge = DuetBadge$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,9 +1,9 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, h, b as Host } from './p-14a163e6.js';
4
+ import { p as proxyCustomElement, H, h, b as Host } from './p-a1724291.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
- import { d as defineCustomElement$2 } from './p-fddad5df.js';
6
+ import { d as defineCustomElement$2 } from './p-91098fd5.js';
7
7
 
8
8
  const duetBreadcrumbCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%}.duet-breadcrumb{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;height:100%;font-size:0.875rem;color:#00294d;text-decoration:none}.duet-breadcrumb:hover{color:#004d80}.duet-breadcrumb.duet-theme-turva{color:#171c3a}.duet-breadcrumb.duet-theme-turva:hover{color:#940925}.duet-breadcrumb:focus{outline:0}.duet-breadcrumb:active{opacity:0.75}:host(.user-is-tabbing) .duet-breadcrumb:focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}:host(.user-is-tabbing) .duet-breadcrumb.duet-theme-turva:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}";
9
9
 
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, h, F as Fragment, b as Host } from './p-14a163e6.js';
4
+ import { p as proxyCustomElement, H, h, F as Fragment, b as Host } from './p-a1724291.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { g as getLocaleString } from './p-ede854e1.js';
7
- import { d as defineCustomElement$2 } from './p-fddad5df.js';
7
+ import { d as defineCustomElement$2 } from './p-91098fd5.js';
8
8
 
9
9
  var actionArrowRightSmall={"title":"action-arrow-right-small","tags":"action arrow right small caret","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M19.5 12a2.3 2.3 0 0 1-.78 1.729L7.568 23.54a1.847 1.847 0 0 1-2.439-2.773l9.752-8.579a.25.25 0 0 0 0-.376L5.129 3.233A1.847 1.847 0 0 1 7.568.46l11.148 9.808A2.31 2.31 0 0 1 19.5 12z\"/></svg>"};
10
10
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetButton$1, d as defineCustomElement$1 } from './p-eb6fc032.js';
4
+ import { D as DuetButton$1, d as defineCustomElement$1 } from './p-11621a52.js';
5
5
 
6
6
  const DuetButton = DuetButton$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetCaption$1, d as defineCustomElement$1 } from './p-db135ec9.js';
4
+ import { D as DuetCaption$1, d as defineCustomElement$1 } from './p-4905133d.js';
5
5
 
6
6
  const DuetCaption = DuetCaption$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,14 +1,14 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h, F as Fragment, b as Host } from './p-14a163e6.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h, F as Fragment, b as Host } from './p-a1724291.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { c as createID } from './p-c1325e35.js';
7
7
  import { i as isKeyboardClick } from './p-d8549efe.js';
8
8
  import { s as sanitizeString } from './p-5a9d75e1.js';
9
9
  import { g as getColorByName } from './p-535ce3ec.js';
10
- import { d as defineCustomElement$3 } from './p-fddad5df.js';
11
- import { d as defineCustomElement$2 } from './p-25d4fffb.js';
10
+ import { d as defineCustomElement$3 } from './p-91098fd5.js';
11
+ import { d as defineCustomElement$2 } from './p-d188f26e.js';
12
12
 
13
13
  var actionArrowUp={"title":"action-arrow-up","tags":"action arrow up caret","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M.75 17.939a.752.752 0 0 1-.53-1.281L10.94 5.94c.283-.284.659-.44 1.059-.44.401 0 .777.156 1.06.438l10.721 10.72a.752.752 0 0 1-.53 1.281.743.743 0 0 1-.53-.22L12 7 1.28 17.719a.743.743 0 0 1-.53.22z\"/></svg>"};
14
14
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetCheckbox$1, d as defineCustomElement$1 } from './p-9fef7d37.js';
4
+ import { D as DuetCheckbox$1, d as defineCustomElement$1 } from './p-1c5a0ab0.js';
5
5
 
6
6
  const DuetCheckbox = DuetCheckbox$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,14 +1,14 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, h, b as Host } from './p-14a163e6.js';
4
+ import { p as proxyCustomElement, H, h, b as Host } from './p-a1724291.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { f as findCheckedOption, w as watchForOptions } from './p-12721178.js';
7
- import { d as defineCustomElement$6 } from './p-db135ec9.js';
8
- import { d as defineCustomElement$5 } from './p-65ee8608.js';
9
- import { d as defineCustomElement$4 } from './p-fddad5df.js';
10
- import { d as defineCustomElement$3 } from './p-d2402b45.js';
11
- import { d as defineCustomElement$2 } from './p-10feffd3.js';
7
+ import { d as defineCustomElement$6 } from './p-4905133d.js';
8
+ import { d as defineCustomElement$5 } from './p-cc5bc0c6.js';
9
+ import { d as defineCustomElement$4 } from './p-91098fd5.js';
10
+ import { d as defineCustomElement$3 } from './p-31b3a82e.js';
11
+ import { d as defineCustomElement$2 } from './p-2d3fc462.js';
12
12
 
13
13
  const duetChoiceGroupCss = "*.sc-duet-choice-group,*.sc-duet-choice-group::after,*.sc-duet-choice-group::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-choice-group-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%}.horizontal.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group{display:block}@media (min-width: 48em){.horizontal.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group{display:flex;margin-bottom:0}}.horizontal.sc-duet-choice-group-h .duet-choice-group.duet-no-stacking.sc-duet-choice-group{display:flex}.duet-choice-group.sc-duet-choice-group{position:relative;width:100%;margin-bottom:-12px}";
14
14
 
@@ -1,21 +1,21 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-14a163e6.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-a1724291.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { D as DuetStringsExternalDefaults } from './p-76f00bd5.js';
7
7
  import { c as createID } from './p-c1325e35.js';
8
8
  import { F as FocusGuard } from './p-9986919d.js';
9
9
  import { i as isKeyboardClick, a as isQuestionKey, b as isEscapeKey } from './p-d8549efe.js';
10
10
  import { g as getLocaleString, a as getLanguage } from './p-ede854e1.js';
11
- import { d as defineCustomElement$5 } from './p-db135ec9.js';
12
- import { d as defineCustomElement$4 } from './p-fddad5df.js';
13
- import { d as defineCustomElement$3 } from './p-25d4fffb.js';
14
- import { d as defineCustomElement$2 } from './p-10feffd3.js';
11
+ import { d as defineCustomElement$5 } from './p-4905133d.js';
12
+ import { d as defineCustomElement$4 } from './p-91098fd5.js';
13
+ import { d as defineCustomElement$3 } from './p-d188f26e.js';
14
+ import { d as defineCustomElement$2 } from './p-2d3fc462.js';
15
15
 
16
16
  var messagingInfo={"title":"messaging-info","tags":"messaging info information circle","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M13.5 17.25A2.252 2.252 0 0 1 11.25 15v-3.75h-.75a.75.75 0 0 1 0-1.5h.75c.827 0 1.5.673 1.5 1.5V15c0 .414.336.75.75.75h.75a.75.75 0 0 1 0 1.5z\"/><circle cx=\"11.625\" cy=\"7.125\" r=\"1.125\"/><path d=\"M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12zm0-22.5C6.21 1.5 1.5 6.21 1.5 12S6.21 22.5 12 22.5 22.5 17.79 22.5 12 17.79 1.5 12 1.5z\"/></svg>"};
17
17
 
18
- const duetChoiceCss = "*.sc-duet-choice,*.sc-duet-choice::after,*.sc-duet-choice::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-choice-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-right:16px !important;margin-bottom:12px !important;display:inline-flex;flex-direction:column;width:auto;max-width:100%;vertical-align:bottom;-webkit-tap-highlight-color:transparent}.sc-duet-choice-h:last-child,.sc-duet-choice-h:last-of-type{margin-right:0 !important}@media (max-width: 35.9375em){.sc-duet-choice-h{width:100%}}.duet-expand.sc-duet-choice-h{width:100% !important}.duet-m-0.sc-duet-choice-h{margin:0 !important}.duet-fixed.sc-duet-choice-h{width:auto !important}.vertical.sc-duet-choice-h{margin-right:0 !important}.horizontal.sc-duet-choice-h{margin-bottom:0 !important}@media (min-width: 48em){.horizontal-responsive.sc-duet-choice-h{margin-bottom:0 !important;margin-right:16px !important}.horizontal-responsive.sc-duet-choice-h:last-child,.horizontal-responsive.sc-duet-choice-h:last-of-type{margin-right:0 !important}}.sc-duet-choice-h:last-child:not(:only-child){margin-right:0 !important}.duet-choice-card.sc-duet-choice{position:relative;display:block;width:100%;min-width:8rem;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;-webkit-hyphens:auto;hyphens:auto;line-height:1.1;color:#00294d !important;text-align:left;background:white;border-width:2px}.duet-choice-card.duet-p-0.sc-duet-choice{padding:0 !important}.duet-choice-card.duet-m-0.sc-duet-choice{margin:0 !important}.duet-theme-turva.sc-duet-choice .duet-choice-card.sc-duet-choice{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#171c3a !important}.duet-choice-card-flextainer.sc-duet-choice{display:flex}.duet-choice-label.sc-duet-choice{-webkit-user-select:none;user-select:none;position:relative;z-index:100;display:flex;gap:1rem;align-items:center;justify-content:flex-start;width:100%;height:100%;min-height:3.875rem;padding:1rem;font-size:1rem;font-weight:600;text-decoration:none;word-break:break-word;cursor:pointer;border:2px solid #e1e3e6;border-radius:4px;transition:background-color 150ms ease}.duet-choice-label.has-before-text.sc-duet-choice .duet-choice-card-icon.sc-duet-choice,.duet-choice-label.has-before-text.sc-duet-choice .duet-choice-card-text.sc-duet-choice{align-self:flex-start;margin-top:0.25rem}.duet-choice-label.sc-duet-choice>div.sc-duet-choice:last-child{flex:1;align-self:flex-start;justify-self:flex-end;margin-top:0.25rem}.has-info.sc-duet-choice .duet-choice-label.sc-duet-choice{border-top-right-radius:0;border-bottom-right-radius:0}.info.sc-duet-choice .duet-choice-label.sc-duet-choice{border-bottom-right-radius:0;border-bottom-left-radius:0}.duet-theme-turva.sc-duet-choice .duet-choice-label.sc-duet-choice{border-color:#e4e4e6}.duet-theme-turva.sc-duet-choice .info.sc-duet-choice .duet-choice-label.sc-duet-choice{border-color:#e4e4e6}.duet-choice-label.sc-duet-choice:not(.no-hover):hover{border-color:#909599}.duet-choice-label.sc-duet-choice:not(.no-hover):hover .duet-checkmark-container.sc-duet-choice{border-color:#909599}.duet-theme-turva.sc-duet-choice .duet-choice-label.sc-duet-choice:not(.no-hover):hover{border-color:#747475}.duet-theme-turva.sc-duet-choice .duet-choice-label.sc-duet-choice:not(.no-hover):hover .duet-checkmark-container.sc-duet-choice{border-color:#747475}.duet-theme-turva.sc-duet-choice .info.sc-duet-choice .duet-choice-label.sc-duet-choice:not(.no-hover):hover{border-color:#747475}.duet-choice-label.sc-duet-choice:active{opacity:0.75;transition:none !important}.checked.sc-duet-choice .duet-choice-label.sc-duet-choice{color:#0077b3 !important;background:#f3f9fc;border-color:#0077b3 !important}.checked.sc-duet-choice .duet-choice-label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:#0077b3}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice .duet-choice-label.sc-duet-choice{color:#171c3a !important;background:#f5f5f7;border-color:#171c3a !important}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice .duet-choice-label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:#c60c30}.checked.collapsible.sc-duet-choice .duet-choice-label.sc-duet-choice{border-bottom:0 !important;border-bottom-right-radius:0;border-bottom-left-radius:0}input.sc-duet-choice:focus{outline:0}.user-is-tabbing.sc-duet-choice-h input.sc-duet-choice:checked:focus+.duet-choice-label.sc-duet-choice{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3)}.user-is-tabbing.sc-duet-choice-h input.sc-duet-choice:not(:checked):focus+.duet-choice-label.sc-duet-choice{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.user-is-tabbing.duet-theme-turva.sc-duet-choice-h input.sc-duet-choice:checked:focus+.duet-choice-label.sc-duet-choice{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2)}.user-is-tabbing.duet-theme-turva.sc-duet-choice-h input.sc-duet-choice:not(:checked):focus+.duet-choice-label.sc-duet-choice{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice{color:#657787 !important;cursor:default !important;background:#f5f8fa !important;border-color:#e1e3e6 !important}input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice .duet-checkmark.sc-duet-choice{border-color:#657787 !important}.duet-theme-turva.sc-duet-choice input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice{color:#747475 !important;background:#f5f5f7 !important;border-color:#e4e4e6 !important}.duet-theme-turva.sc-duet-choice input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice .duet-checkmark.sc-duet-choice{border-color:#747475 !important}.checked.sc-duet-choice input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice{background:#e1e3e6 !important;border-color:#e1e3e6 !important}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice{background:#e4e4e6 !important;border-color:#e4e4e6 !important}.duet-checkmark-container.sc-duet-choice{position:relative;width:20px;height:20px;margin-left:auto;border:1px solid #909599;border-radius:4px;transition:border 300ms ease}.duet-theme-turva.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:#747475}.checked.sc-duet-choice .duet-checkmark-container.sc-duet-choice{background:#0077b3;border-color:#0077b3;transition:none}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice .duet-checkmark-container.sc-duet-choice{background:#171c3a;border-color:#171c3a !important}.duet-checkmark-container.duet-checkmark-radio.sc-duet-choice{border-radius:50%}[disabled].sc-duet-choice+label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:#cfd2d4 !important}.duet-theme-turva.sc-duet-choice [disabled].sc-duet-choice+label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:#cfcfd1 !important}.checked.sc-duet-choice [disabled].sc-duet-choice+label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{background:#cfd2d4 !important}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice [disabled].sc-duet-choice+label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{background:#cfcfd1 !important}.duet-checkmark.sc-duet-choice{position:absolute;top:10px;left:3px;width:5.3333333333px;height:11.8518518519px;border-top:2px solid white;border-right:2px solid white;opacity:1;transform:scaleX(-1) rotate(135deg) translateZ(0);transform-origin:left top;animation-name:duet-checkmark;animation-duration:600ms;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes duet-checkmark{0%{width:0;height:0;opacity:1}20%{width:5.3333333333px;height:0;opacity:1}40%,100%{width:5.3333333333px;height:11.8518518519px;opacity:1}}.duet-choice-card-icon.sc-duet-choice{position:relative}.duet-choice-card-icon.sc-duet-choice duet-icon.sc-duet-choice{display:block}.duet-choice-section-hidden.sc-duet-choice{display:none}.duet-choice-card-info.duet-choice-card-collapsed.sc-duet-choice,.duet-choice-card-collapsed.duet-choice-card-collapsible.sc-duet-choice{position:relative;width:auto;padding:0 !important;background:unset !important;border:0;border-radius:0}.duet-choice-card-info.sc-duet-choice,.duet-choice-card-collapsible.sc-duet-choice{padding:28px !important;position:relative;z-index:200;width:100%;font-weight:400;color:#00294d;border:2px solid #e1e3e6;border-top:0;border-radius:0 0 4px 4px}.duet-theme-turva.sc-duet-choice .duet-choice-card-info.sc-duet-choice,.duet-theme-turva.sc-duet-choice .duet-choice-card-collapsible.sc-duet-choice{color:#171c3a;border-color:#171c3a}.checked.sc-duet-choice .duet-choice-card-info.sc-duet-choice,.checked.sc-duet-choice .duet-choice-card-collapsible.sc-duet-choice{display:block}.duet-choice-card-info-expanded.sc-duet-choice,.duet-choice-card-collapsible-expanded.sc-duet-choice{display:block}.duet-choice-card-collapsible.sc-duet-choice{background:white;border:2px solid #0077b3;border-top:0}.duet-choice-card-collapsible.duet-theme-turva.sc-duet-choice{background:white;border-color:#171c3a}.duet-choice-card-collapsible-disabled.sc-duet-choice{background:#f5f8fa;border-color:#e1e3e6}.duet-choice-card-collapsible-disabled.duet-theme-turva.sc-duet-choice{background:#f5f5f7;border-color:#e4e4e6}.duet-choice-card-info.sc-duet-choice{font-size:0.875rem;line-height:1.5;background:#f5f8fa;transition:150ms ease-out}.duet-choice-card-info.duet-theme-turva.sc-duet-choice{background:#f5f5f7;border-color:#e4e4e6}.duet-choice-info-toggle.sc-duet-choice{display:flex;flex-shrink:0;align-items:flex-start;justify-content:center;width:57.6px;padding-top:1.25rem;cursor:pointer;background:white;border:2px solid #e1e3e6;border-left:0 none;border-top-right-radius:4px;border-bottom-right-radius:4px;-webkit-appearance:none;appearance:none}.duet-choice-info-toggle[aria-expanded=true].sc-duet-choice{background:#f5f8fa;border-bottom-color:transparent;border-bottom-right-radius:0}.duet-choice-info-toggle[disabled].sc-duet-choice{pointer-events:none;background:#f5f8fa !important;border-color:#e1e3e6 !important}.duet-choice-info-toggle[disabled].sc-duet-choice .duet-choice-info-icon.sc-duet-choice{color:#909599 !important}.duet-choice-info-toggle[disabled].duet-theme-turva.sc-duet-choice{background:#f5f5f7 !important;border-color:#e4e4e6 !important}.duet-choice-info-toggle[disabled].duet-theme-turva.sc-duet-choice .duet-choice-info-icon.sc-duet-choice{color:#747475 !important}.duet-choice-info-toggle.sc-duet-choice:focus{outline:none}.user-is-tabbing.sc-duet-choice-h .duet-choice-info-toggle.sc-duet-choice:focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-choice-label.sc-duet-choice:not(.no-hover):hover .duet-choice-info-toggle.sc-duet-choice{border-left-color:#909599}.checked.sc-duet-choice .duet-choice-info-toggle.sc-duet-choice{border-left-color:#0077b3 !important}.duet-choice-info-toggle.sc-duet-choice duet-icon.sc-duet-choice{display:block}.duet-choice-info-toggle.sc-duet-choice .duet-choice-info-icon.sc-duet-choice{color:#0077b3}.duet-theme-turva.sc-duet-choice .duet-choice-info-toggle.sc-duet-choice .duet-choice-info-icon.sc-duet-choice{color:#c60c30}.duet-choice-input.sc-duet-choice{position:absolute !important;width:100%;height:100%;opacity:0}";
18
+ const duetChoiceCss = "*.sc-duet-choice,*.sc-duet-choice::after,*.sc-duet-choice::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-choice-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-right:16px !important;margin-bottom:12px !important;display:inline-flex;flex-direction:column;width:auto;max-width:100%;vertical-align:bottom;-webkit-tap-highlight-color:transparent}.sc-duet-choice-h:last-child,.sc-duet-choice-h:last-of-type{margin-right:0 !important}@media (max-width: 35.9375em){.sc-duet-choice-h{width:100%}}.duet-expand.sc-duet-choice-h{width:100% !important}.duet-m-0.sc-duet-choice-h{margin:0 !important}.duet-fixed.sc-duet-choice-h{width:auto !important}.vertical.sc-duet-choice-h{margin-right:0 !important}.horizontal.sc-duet-choice-h{margin-bottom:0 !important}@media (min-width: 48em){.horizontal-responsive.sc-duet-choice-h{margin-bottom:0 !important;margin-right:16px !important}.horizontal-responsive.sc-duet-choice-h:last-child,.horizontal-responsive.sc-duet-choice-h:last-of-type{margin-right:0 !important}}.sc-duet-choice-h:last-child:not(:only-child){margin-right:0 !important}.duet-choice-card.sc-duet-choice{position:relative;display:block;width:100%;min-width:8rem;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;-webkit-hyphens:auto;hyphens:auto;line-height:1.1;color:#00294d !important;text-align:left;background:white;border-width:2px}.duet-choice-card.duet-p-0.sc-duet-choice{padding:0 !important}.duet-choice-card.duet-m-0.sc-duet-choice{margin:0 !important}.duet-theme-turva.sc-duet-choice .duet-choice-card.sc-duet-choice{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#171c3a !important}.duet-choice-card-flextainer.sc-duet-choice{display:flex}.duet-choice-label.sc-duet-choice{-webkit-user-select:none;user-select:none;position:relative;z-index:100;display:flex;gap:1rem;align-items:center;justify-content:flex-start;width:100%;height:100%;min-height:3.875rem;padding:1rem;font-size:1rem;font-weight:600;text-decoration:none;word-break:break-word;cursor:pointer;border:2px solid #e1e3e6;border-radius:4px;transition:background-color 150ms ease}.duet-choice-label.has-before-text.sc-duet-choice .duet-choice-card-icon.sc-duet-choice,.duet-choice-label.has-before-text.sc-duet-choice .duet-choice-card-text.sc-duet-choice{align-self:flex-start;margin-top:0.25rem}.duet-choice-label.sc-duet-choice>div.sc-duet-choice:last-child{flex:1;align-self:flex-start;justify-self:flex-end;margin-top:0.25rem}.has-info.sc-duet-choice .duet-choice-label.sc-duet-choice{border-top-right-radius:0;border-bottom-right-radius:0}.info.sc-duet-choice .duet-choice-label.sc-duet-choice{border-bottom-right-radius:0;border-bottom-left-radius:0}.duet-theme-turva.sc-duet-choice .duet-choice-label.sc-duet-choice{border-color:#e4e4e6}.duet-theme-turva.sc-duet-choice .info.sc-duet-choice .duet-choice-label.sc-duet-choice{border-color:#e4e4e6}.duet-choice-label.sc-duet-choice:not(.no-hover):hover{border-color:#909599}.duet-choice-label.sc-duet-choice:not(.no-hover):hover .duet-checkmark-container.sc-duet-choice{border-color:#909599}.duet-theme-turva.sc-duet-choice .duet-choice-label.sc-duet-choice:not(.no-hover):hover{border-color:#747475}.duet-theme-turva.sc-duet-choice .duet-choice-label.sc-duet-choice:not(.no-hover):hover .duet-checkmark-container.sc-duet-choice{border-color:#747475}.duet-theme-turva.sc-duet-choice .info.sc-duet-choice .duet-choice-label.sc-duet-choice:not(.no-hover):hover{border-color:#747475}.duet-choice-label.sc-duet-choice:active{opacity:0.75;transition:none !important}.checked.sc-duet-choice .duet-choice-label.sc-duet-choice{color:#0077b3 !important;background:#f3f9fc;border-color:#0077b3 !important}.checked.sc-duet-choice .duet-choice-label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:#0077b3}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice .duet-choice-label.sc-duet-choice{color:#171c3a !important;background:#f5f5f7;border-color:#171c3a !important}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice .duet-choice-label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:#c60c30}.checked.collapsible.sc-duet-choice .duet-choice-label.sc-duet-choice{border-bottom:0 !important;border-bottom-right-radius:0;border-bottom-left-radius:0}input.sc-duet-choice:focus{outline:0}.user-is-tabbing.sc-duet-choice-h input.sc-duet-choice:checked:focus+.duet-choice-label.sc-duet-choice{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3)}.user-is-tabbing.sc-duet-choice-h input.sc-duet-choice:not(:checked):focus+.duet-choice-label.sc-duet-choice{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.user-is-tabbing.duet-theme-turva.sc-duet-choice-h input.sc-duet-choice:checked:focus+.duet-choice-label.sc-duet-choice{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2)}.user-is-tabbing.duet-theme-turva.sc-duet-choice-h input.sc-duet-choice:not(:checked):focus+.duet-choice-label.sc-duet-choice{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice{color:#657787 !important;cursor:default !important;background:#f5f8fa !important;border-color:#e1e3e6 !important}input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice .duet-checkmark.sc-duet-choice{border-color:#657787 !important}.duet-theme-turva.sc-duet-choice input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice{color:#747475 !important;background:#f5f5f7 !important;border-color:#e4e4e6 !important}.duet-theme-turva.sc-duet-choice input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice .duet-checkmark.sc-duet-choice{border-color:#747475 !important}.checked.sc-duet-choice input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice{background:#e1e3e6 !important;border-color:#e1e3e6 !important}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice{background:#e4e4e6 !important;border-color:#e4e4e6 !important}.duet-checkmark-container.sc-duet-choice{position:relative;width:20px;height:20px;margin-left:auto;border:1px solid #909599;border-radius:4px;transition:border 300ms ease}.duet-theme-turva.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:#747475}.checked.sc-duet-choice .duet-checkmark-container.sc-duet-choice{background:#0077b3;border-color:#0077b3;transition:none}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice .duet-checkmark-container.sc-duet-choice{background:#171c3a;border-color:#171c3a !important}.duet-checkmark-container.duet-checkmark-radio.sc-duet-choice{border-radius:50%}[disabled].sc-duet-choice+label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:#cfd2d4 !important}.duet-theme-turva.sc-duet-choice [disabled].sc-duet-choice+label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:#cfcfd1 !important}.checked.sc-duet-choice [disabled].sc-duet-choice+label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{background:#cfd2d4 !important}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice [disabled].sc-duet-choice+label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{background:#cfcfd1 !important}.duet-checkmark.sc-duet-choice{position:absolute;top:10px;left:3px;width:5.3333333333px;height:11.8518518519px;border-top:2px solid white;border-right:2px solid white;opacity:1;transform:scaleX(-1) rotate(135deg) translateZ(0);transform-origin:left top;animation-name:duet-checkmark;animation-duration:600ms;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes duet-checkmark{0%{width:0;height:0;opacity:1}20%{width:5.3333333333px;height:0;opacity:1}40%,100%{width:5.3333333333px;height:11.8518518519px;opacity:1}}.duet-choice-card-icon.sc-duet-choice{position:relative}.duet-choice-card-icon.sc-duet-choice duet-icon.sc-duet-choice{display:block}.duet-choice-section-hidden.sc-duet-choice{display:none}.duet-choice-card-info.duet-choice-card-collapsed.sc-duet-choice,.duet-choice-card-collapsed.duet-choice-card-collapsible.sc-duet-choice{position:relative;width:auto;padding:0 !important;background:unset !important;border:0;border-radius:0}.duet-choice-card-info.sc-duet-choice,.duet-choice-card-collapsible.sc-duet-choice{padding:20px !important;position:relative;z-index:200;width:100%;font-weight:400;color:#00294d;border:2px solid #e1e3e6;border-top:0;border-radius:0 0 4px 4px}@media (min-width: 36em){.duet-choice-card-info.sc-duet-choice,.duet-choice-card-collapsible.sc-duet-choice{padding:28px !important}}.duet-theme-turva.sc-duet-choice .duet-choice-card-info.sc-duet-choice,.duet-theme-turva.sc-duet-choice .duet-choice-card-collapsible.sc-duet-choice{color:#171c3a;border-color:#171c3a}.checked.sc-duet-choice .duet-choice-card-info.sc-duet-choice,.checked.sc-duet-choice .duet-choice-card-collapsible.sc-duet-choice{display:block}.duet-choice-card-info-expanded.sc-duet-choice,.duet-choice-card-collapsible-expanded.sc-duet-choice{display:block}.duet-choice-card-collapsible.sc-duet-choice{background:white;border:2px solid #0077b3;border-top:0}.duet-choice-card-collapsible.duet-theme-turva.sc-duet-choice{background:white;border-color:#171c3a}.duet-choice-card-collapsible-disabled.sc-duet-choice{background:#f5f8fa;border-color:#e1e3e6}.duet-choice-card-collapsible-disabled.duet-theme-turva.sc-duet-choice{background:#f5f5f7;border-color:#e4e4e6}.duet-choice-card-info.sc-duet-choice{font-size:0.875rem;line-height:1.5;background:#f5f8fa;transition:150ms ease-out}.duet-choice-card-info.duet-theme-turva.sc-duet-choice{background:#f5f5f7;border-color:#e4e4e6}.duet-choice-info-toggle.sc-duet-choice{display:flex;flex-shrink:0;align-items:flex-start;justify-content:center;width:57.6px;padding-top:1.25rem;cursor:pointer;background:white;border:2px solid #e1e3e6;border-left:0 none;border-top-right-radius:4px;border-bottom-right-radius:4px;-webkit-appearance:none;appearance:none}.duet-choice-info-toggle[aria-expanded=true].sc-duet-choice{background:#f5f8fa;border-bottom-color:transparent;border-bottom-right-radius:0}.duet-choice-info-toggle[disabled].sc-duet-choice{pointer-events:none;background:#f5f8fa !important;border-color:#e1e3e6 !important}.duet-choice-info-toggle[disabled].sc-duet-choice .duet-choice-info-icon.sc-duet-choice{color:#909599 !important}.duet-choice-info-toggle[disabled].duet-theme-turva.sc-duet-choice{background:#f5f5f7 !important;border-color:#e4e4e6 !important}.duet-choice-info-toggle[disabled].duet-theme-turva.sc-duet-choice .duet-choice-info-icon.sc-duet-choice{color:#747475 !important}.duet-choice-info-toggle.sc-duet-choice:focus{outline:none}.user-is-tabbing.sc-duet-choice-h .duet-choice-info-toggle.sc-duet-choice:focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-choice-label.sc-duet-choice:not(.no-hover):hover .duet-choice-info-toggle.sc-duet-choice{border-left-color:#909599}.checked.sc-duet-choice .duet-choice-info-toggle.sc-duet-choice{border-left-color:#0077b3 !important}.duet-choice-info-toggle.sc-duet-choice duet-icon.sc-duet-choice{display:block}.duet-choice-info-toggle.sc-duet-choice .duet-choice-info-icon.sc-duet-choice{color:#0077b3}.duet-theme-turva.sc-duet-choice .duet-choice-info-toggle.sc-duet-choice .duet-choice-info-icon.sc-duet-choice{color:#c60c30}.duet-choice-input.sc-duet-choice{position:absolute !important;width:100%;height:100%;opacity:0}";
19
19
 
20
20
  const DuetChoice$1 = /*@__PURE__*/ proxyCustomElement(class extends H {
21
21
  constructor() {
@@ -1,14 +1,14 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-14a163e6.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-a1724291.js';
5
5
  import { a as actionArrowDownSmall } from './p-115c79b6.js';
6
6
  import { f as font_size_medium, t as tokens } from './p-738bd3c5.js';
7
7
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
8
8
  import { c as createID } from './p-c1325e35.js';
9
9
  import { i as isKeyboardClick } from './p-d8549efe.js';
10
10
  import { s as sanitizeString } from './p-5a9d75e1.js';
11
- import { d as defineCustomElement$2 } from './p-fddad5df.js';
11
+ import { d as defineCustomElement$2 } from './p-91098fd5.js';
12
12
 
13
13
  const duetCollapsibleCss = "*.sc-duet-collapsible,*.sc-duet-collapsible::after,*.sc-duet-collapsible::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-collapsible-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-bottom:16px !important;display:block;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:600;line-height:1.5;color:#00294d}.duet-theme-turva.sc-duet-collapsible-h{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#171c3a}.duet-m-0.sc-duet-collapsible-h{margin:0 !important}.duet-collapsible-content.sc-duet-collapsible{display:none;padding-left:18px;margin-top:8px;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:400;font-variant-numeric:tabular-nums;-webkit-hyphens:auto;hyphens:auto;line-height:1.5;color:#00294d}@media (max-width: 35.9375em){.duet-collapsible-content.sc-duet-collapsible{font-size:0.875rem}}.duet-collapsible-content.duet-theme-turva.sc-duet-collapsible{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#171c3a}[open].sc-duet-collapsible-h .duet-collapsible-content.sc-duet-collapsible{display:block}.duet-collapsible-heading.sc-duet-collapsible{-webkit-user-select:none;user-select:none;display:flex;align-items:center;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:600;line-height:1.5;color:#00294d;cursor:pointer;border-radius:4px}.duet-collapsible-heading.duet-collapsible-normal-weight.sc-duet-collapsible{font-weight:400}.duet-collapsible-heading.duet-theme-turva.sc-duet-collapsible{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#171c3a}.duet-collapsible-heading.sc-duet-collapsible .duet-collapsible-heading-content.sc-duet-collapsible{flex:1}.duet-collapsible-heading.sc-duet-collapsible:focus{outline:0}.user-is-tabbing.sc-duet-collapsible-h .duet-collapsible-heading.sc-duet-collapsible:focus{border-radius:4px;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.user-is-tabbing.duet-theme-turva.sc-duet-collapsible-h .duet-collapsible-heading.sc-duet-collapsible:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-collapsible-heading-icon.sc-duet-collapsible{margin-right:8px !important;display:flex;align-items:center;justify-content:center;color:#00294d;transition:transform 300ms ease}.duet-collapsible-heading-icon.sc-duet-collapsible:last-child,.duet-collapsible-heading-icon.sc-duet-collapsible:last-of-type{margin-right:0 !important}[aria-expanded=true].sc-duet-collapsible .duet-collapsible-heading-icon.sc-duet-collapsible{transform:rotate(180deg)}";
14
14