@duetds/components 6.5.1 → 6.5.3

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 (500) hide show
  1. package/hydrate/index.js +128 -25
  2. package/lib/cjs/duet-action-button.cjs.entry.js +1 -1
  3. package/lib/cjs/duet-alert.cjs.entry.js +2 -2
  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 +3 -3
  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 +2 -2
  12. package/lib/cjs/duet-collapsible.cjs.entry.js +5 -3
  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 +1 -1
  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 +64 -7
  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-button.cjs.entry.js +13 -2
  29. package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +1 -2
  30. package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +3 -2
  31. package/lib/cjs/duet-menu-bar-link.cjs.entry.js +1 -1
  32. package/lib/cjs/duet-menu-bar.cjs.entry.js +1 -1
  33. package/lib/cjs/duet-modal.cjs.entry.js +2 -2
  34. package/lib/cjs/duet-multiselect.cjs.entry.js +1 -1
  35. package/lib/cjs/duet-nav.cjs.entry.js +1 -1
  36. package/lib/cjs/duet-notification_2.cjs.entry.js +1 -1
  37. package/lib/cjs/duet-number-input.cjs.entry.js +1 -1
  38. package/lib/cjs/duet-pagination_2.cjs.entry.js +1 -1
  39. package/lib/cjs/duet-progress.cjs.entry.js +1 -1
  40. package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
  41. package/lib/cjs/duet-range-slider.cjs.entry.js +1 -1
  42. package/lib/cjs/duet-scrollable_3.cjs.entry.js +1 -1
  43. package/lib/cjs/duet-section-layout.cjs.entry.js +1 -1
  44. package/lib/cjs/duet-select.cjs.entry.js +1 -1
  45. package/lib/cjs/duet-slideout-lang.cjs.entry.js +1 -1
  46. package/lib/cjs/duet-slideout-link.cjs.entry.js +6 -3
  47. package/lib/cjs/duet-slideout-panel-dropdown.cjs.entry.js +1 -1
  48. package/lib/cjs/duet-slideout-panel.cjs.entry.js +2 -2
  49. package/lib/cjs/duet-slideout.cjs.entry.js +17 -7
  50. package/lib/cjs/duet-step_2.cjs.entry.js +1 -1
  51. package/lib/cjs/duet-submenu-bar-dropdown-link.cjs.entry.js +1 -1
  52. package/lib/cjs/duet-submenu-bar-dropdown.cjs.entry.js +1 -1
  53. package/lib/cjs/duet-submenu-bar-link.cjs.entry.js +1 -1
  54. package/lib/cjs/duet-submenu-bar.cjs.entry.js +1 -1
  55. package/lib/cjs/duet-textarea.cjs.entry.js +1 -1
  56. package/lib/cjs/duet-toggle.cjs.entry.js +1 -1
  57. package/lib/cjs/duet-toolbar-dropdown-link.cjs.entry.js +4 -2
  58. package/lib/cjs/duet-toolbar-dropdown.cjs.entry.js +1 -1
  59. package/lib/cjs/duet-toolbar-link.cjs.entry.js +1 -1
  60. package/lib/cjs/duet-toolbar.cjs.entry.js +1 -1
  61. package/lib/cjs/duet-tooltip.cjs.entry.js +1 -1
  62. package/lib/cjs/duet-tray.cjs.entry.js +1 -1
  63. package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
  64. package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
  65. package/lib/cjs/duet.cjs.js +2 -2
  66. package/lib/cjs/{focus-utils-51b5276c.js → focus-utils-ed2dad1b.js} +1 -1
  67. package/lib/cjs/{index-64cbfac2.js → index-9ee8fef8.js} +1 -1
  68. package/lib/cjs/loader.cjs.js +2 -2
  69. package/lib/collection/components/duet-alert/duet-alert.css +1 -0
  70. package/lib/collection/components/duet-button/duet-button.css +25 -12
  71. package/lib/collection/components/duet-button/duet-button.js +2 -2
  72. package/lib/collection/components/duet-collapsible/duet-collapsible.css +6 -1
  73. package/lib/collection/components/duet-collapsible/duet-collapsible.js +7 -2
  74. package/lib/collection/components/duet-input/duet-input.css +66 -0
  75. package/lib/collection/components/duet-input/duet-input.js +71 -8
  76. package/lib/collection/components/duet-menu-bar-button/duet-menu-bar-button.js +203 -1
  77. package/lib/collection/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.js +19 -1
  78. package/lib/collection/components/duet-menu-bar-dropdown-link/duet-menu-bar-dropdown-link.js +0 -19
  79. package/lib/collection/components/duet-slideout/duet-slideout.css +41 -2
  80. package/lib/collection/components/duet-slideout/duet-slideout.js +18 -9
  81. package/lib/collection/components/duet-slideout-link/duet-slideout-link.css +12 -0
  82. package/lib/collection/components/duet-slideout-link/duet-slideout-link.js +58 -2
  83. package/lib/collection/components/duet-toolbar-dropdown-link/duet-toolbar-dropdown-link.js +38 -1
  84. package/lib/dist-custom-elements/duet-action-button.js +1 -1
  85. package/lib/dist-custom-elements/duet-alert.js +1 -1
  86. package/lib/dist-custom-elements/duet-badge.js +1 -1
  87. package/lib/dist-custom-elements/duet-breadcrumb.js +2 -2
  88. package/lib/dist-custom-elements/duet-breadcrumbs.js +2 -2
  89. package/lib/dist-custom-elements/duet-button.js +1 -1
  90. package/lib/dist-custom-elements/duet-caption.js +1 -1
  91. package/lib/dist-custom-elements/duet-card.js +3 -3
  92. package/lib/dist-custom-elements/duet-checkbox.js +1 -1
  93. package/lib/dist-custom-elements/duet-choice-group.js +6 -6
  94. package/lib/dist-custom-elements/duet-choice.js +5 -5
  95. package/lib/dist-custom-elements/duet-collapsible.js +6 -4
  96. package/lib/dist-custom-elements/duet-combobox.js +2 -2
  97. package/lib/dist-custom-elements/duet-cookie-consent.js +6 -6
  98. package/lib/dist-custom-elements/duet-date-picker.js +25 -13
  99. package/lib/dist-custom-elements/duet-divider.js +1 -1
  100. package/lib/dist-custom-elements/duet-editable-table.js +1 -1
  101. package/lib/dist-custom-elements/duet-empty-state.js +1 -1
  102. package/lib/dist-custom-elements/duet-fieldset.js +1 -1
  103. package/lib/dist-custom-elements/duet-footer.js +4 -4
  104. package/lib/dist-custom-elements/duet-grid-item.js +1 -1
  105. package/lib/dist-custom-elements/duet-grid.js +1 -1
  106. package/lib/dist-custom-elements/duet-header.js +8 -8
  107. package/lib/dist-custom-elements/duet-heading.js +1 -1
  108. package/lib/dist-custom-elements/duet-hero.js +9 -9
  109. package/lib/dist-custom-elements/duet-icon.js +1 -1
  110. package/lib/dist-custom-elements/duet-input.js +1 -1
  111. package/lib/dist-custom-elements/duet-label.js +1 -1
  112. package/lib/dist-custom-elements/duet-layout.js +1 -1
  113. package/lib/dist-custom-elements/duet-link.js +1 -1
  114. package/lib/dist-custom-elements/duet-list-item.js +1 -1
  115. package/lib/dist-custom-elements/duet-list.js +1 -1
  116. package/lib/dist-custom-elements/duet-logo.js +1 -1
  117. package/lib/dist-custom-elements/duet-menu-bar-button.js +25 -3
  118. package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +3 -5
  119. package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +5 -3
  120. package/lib/dist-custom-elements/duet-menu-bar-link.js +2 -2
  121. package/lib/dist-custom-elements/duet-menu-bar.js +2 -2
  122. package/lib/dist-custom-elements/duet-modal.js +7 -7
  123. package/lib/dist-custom-elements/duet-multiselect.js +8 -8
  124. package/lib/dist-custom-elements/duet-nav.js +1 -1
  125. package/lib/dist-custom-elements/duet-notification-drawer.js +4 -4
  126. package/lib/dist-custom-elements/duet-notification.js +2 -2
  127. package/lib/dist-custom-elements/duet-number-input.js +23 -11
  128. package/lib/dist-custom-elements/duet-pagination.js +7 -7
  129. package/lib/dist-custom-elements/duet-paragraph.js +1 -1
  130. package/lib/dist-custom-elements/duet-progress.js +1 -1
  131. package/lib/dist-custom-elements/duet-radio-group.js +6 -6
  132. package/lib/dist-custom-elements/duet-radio.js +1 -1
  133. package/lib/dist-custom-elements/duet-range-slider.js +2 -2
  134. package/lib/dist-custom-elements/duet-range-stepper.js +4 -4
  135. package/lib/dist-custom-elements/duet-scrollable.js +1 -1
  136. package/lib/dist-custom-elements/duet-section-layout.js +1 -1
  137. package/lib/dist-custom-elements/duet-select.js +1 -1
  138. package/lib/dist-custom-elements/duet-slideout-lang.js +3 -3
  139. package/lib/dist-custom-elements/duet-slideout-link.js +10 -4
  140. package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +2 -2
  141. package/lib/dist-custom-elements/duet-slideout-panel.js +2 -2
  142. package/lib/dist-custom-elements/duet-slideout.js +17 -8
  143. package/lib/dist-custom-elements/duet-spacer.js +1 -1
  144. package/lib/dist-custom-elements/duet-spinner.js +1 -1
  145. package/lib/dist-custom-elements/duet-step.js +4 -4
  146. package/lib/dist-custom-elements/duet-stepper.js +2 -2
  147. package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +2 -2
  148. package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +2 -2
  149. package/lib/dist-custom-elements/duet-submenu-bar-link.js +2 -2
  150. package/lib/dist-custom-elements/duet-submenu-bar.js +2 -2
  151. package/lib/dist-custom-elements/duet-tab-group.js +8 -8
  152. package/lib/dist-custom-elements/duet-tab.js +1 -1
  153. package/lib/dist-custom-elements/duet-table.js +1 -1
  154. package/lib/dist-custom-elements/duet-textarea.js +8 -8
  155. package/lib/dist-custom-elements/duet-toggle.js +2 -2
  156. package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +7 -3
  157. package/lib/dist-custom-elements/duet-toolbar-dropdown.js +2 -2
  158. package/lib/dist-custom-elements/duet-toolbar-link.js +2 -2
  159. package/lib/dist-custom-elements/duet-toolbar.js +1 -1
  160. package/lib/dist-custom-elements/duet-tooltip.js +1 -1
  161. package/lib/dist-custom-elements/duet-tray.js +3 -3
  162. package/lib/dist-custom-elements/duet-upload-aria-status.js +1 -1
  163. package/lib/dist-custom-elements/duet-upload.js +18 -18
  164. package/lib/dist-custom-elements/duet-visually-hidden.js +1 -1
  165. package/lib/dist-custom-elements/index.js +1 -1
  166. package/lib/dist-custom-elements/{p-e36e0709.js → p-018af97c.js} +1 -1
  167. package/lib/dist-custom-elements/{p-fe6b0ed3.js → p-0f583b14.js} +1 -1
  168. package/lib/dist-custom-elements/{p-1cfd49ee.js → p-12b2209e.js} +2 -2
  169. package/lib/dist-custom-elements/{p-c5a072f2.js → p-19f6ccfd.js} +2 -2
  170. package/lib/dist-custom-elements/p-1c1d12e6.js +265 -0
  171. package/lib/dist-custom-elements/{p-f04e8a3b.js → p-2799f459.js} +2 -2
  172. package/lib/dist-custom-elements/{p-0df84707.js → p-2973295e.js} +1 -1
  173. package/lib/dist-custom-elements/{p-f0803854.js → p-29ac3d37.js} +1 -1
  174. package/lib/dist-custom-elements/{p-688a047d.js → p-2cc693bd.js} +3 -3
  175. package/lib/dist-custom-elements/{p-6775ca86.js → p-3f4b8d49.js} +6 -6
  176. package/lib/dist-custom-elements/{p-21cfd55b.js → p-4385956a.js} +1 -1
  177. package/lib/dist-custom-elements/{p-cb5e8149.js → p-47157a1e.js} +1 -1
  178. package/lib/dist-custom-elements/{p-ef91ff76.js → p-51525197.js} +7 -7
  179. package/lib/dist-custom-elements/{p-aa118c82.js → p-637de545.js} +3 -3
  180. package/lib/dist-custom-elements/{p-1287c9f0.js → p-65ff709e.js} +3 -3
  181. package/lib/dist-custom-elements/{p-14c4ae63.js → p-6fc347ac.js} +1 -1
  182. package/lib/dist-custom-elements/{p-8ef57d6b.js → p-70525432.js} +2 -2
  183. package/lib/dist-custom-elements/{p-ea4a0707.js → p-a3118d10.js} +1 -1
  184. package/lib/dist-custom-elements/{p-19125b3a.js → p-a9df186e.js} +1 -1
  185. package/lib/dist-custom-elements/{p-012ce9cd.js → p-b1567b3c.js} +1 -1
  186. package/lib/dist-custom-elements/{p-59d01811.js → p-b33885be.js} +1 -1
  187. package/lib/dist-custom-elements/{p-84e4317d.js → p-c4833a6d.js} +2 -2
  188. package/lib/dist-custom-elements/{p-2cae1940.js → p-c58ed6c1.js} +1 -1
  189. package/lib/dist-custom-elements/{p-9c0459ca.js → p-c8062b13.js} +1 -1
  190. package/lib/dist-custom-elements/{p-a7fc05d9.js → p-e41dcc90.js} +1 -1
  191. package/lib/dist-custom-elements/{p-8ece8544.js → p-e9433706.js} +1 -1
  192. package/lib/dist-custom-elements/{p-0d44f43d.js → p-f0e97570.js} +1 -1
  193. package/lib/dist-custom-elements/{p-788c36f2.js → p-f51c6f0d.js} +6 -6
  194. package/lib/dist-custom-elements/{p-667f368c.js → p-fd3b1d69.js} +87 -16
  195. package/lib/dist-custom-elements/{p-a7331687.js → p-fdfff09b.js} +1 -1
  196. package/lib/dist-custom-elements/{p-dd54924c.js → p-ff814bad.js} +1 -1
  197. package/lib/duet/duet.esm.js +1 -1
  198. package/lib/duet/duet.js +1 -1
  199. package/lib/duet/{p-de635e2e.entry.js → p-006b7cf2.entry.js} +1 -1
  200. package/lib/duet/{p-e4eb67fa.system.entry.js → p-04103703.system.entry.js} +1 -1
  201. package/lib/duet/p-052545fb.system.entry.js +4 -0
  202. package/lib/duet/{p-401a0998.system.entry.js → p-055cffab.system.entry.js} +1 -1
  203. package/lib/duet/{p-03ee21a3.entry.js → p-05ff4ff2.entry.js} +1 -1
  204. package/lib/duet/{p-6cde8c43.entry.js → p-08cc78bf.entry.js} +1 -1
  205. package/lib/duet/{p-3f2d8fe4.entry.js → p-08f3c955.entry.js} +1 -1
  206. package/lib/duet/{p-b519684f.entry.js → p-09c3fee3.entry.js} +1 -1
  207. package/lib/duet/{p-362174cc.entry.js → p-0d24350f.entry.js} +1 -1
  208. package/lib/duet/{p-890aabd1.entry.js → p-0e4288ad.entry.js} +1 -1
  209. package/lib/duet/{p-f54e0616.entry.js → p-0eed7e9d.entry.js} +1 -1
  210. package/lib/duet/p-10525faa.system.entry.js +4 -0
  211. package/lib/duet/{p-1f745490.system.entry.js → p-107abf9a.system.entry.js} +1 -1
  212. package/lib/duet/p-111468b4.system.js +4 -0
  213. package/lib/duet/{p-b94a478a.system.entry.js → p-11c83814.system.entry.js} +1 -1
  214. package/lib/duet/{p-2deda672.system.entry.js → p-11eec0c4.system.entry.js} +1 -1
  215. package/lib/duet/{p-ba93a403.system.entry.js → p-12014f2b.system.entry.js} +1 -1
  216. package/lib/duet/{p-09be550b.system.entry.js → p-15910757.system.entry.js} +1 -1
  217. package/lib/duet/{p-e781e62c.entry.js → p-183db4fd.entry.js} +1 -1
  218. package/lib/duet/p-1ca17c3d.system.entry.js +4 -0
  219. package/lib/duet/{p-a3047a26.entry.js → p-1d3b7252.entry.js} +1 -1
  220. package/lib/duet/{p-44d2a1b5.entry.js → p-1d86c33e.entry.js} +1 -1
  221. package/lib/duet/{p-2b73dd59.system.entry.js → p-1f5b0f23.system.entry.js} +1 -1
  222. package/lib/duet/{p-2fdbd2c6.system.entry.js → p-1fcb57c4.system.entry.js} +1 -1
  223. package/lib/duet/{p-2cea3fdb.entry.js → p-20077ae5.entry.js} +1 -1
  224. package/lib/duet/{p-87f2c5d4.system.entry.js → p-24ec796f.system.entry.js} +1 -1
  225. package/lib/duet/{p-f9be45b3.entry.js → p-25f8b35d.entry.js} +1 -1
  226. package/lib/duet/{p-b8decc75.system.entry.js → p-285a5c7a.system.entry.js} +1 -1
  227. package/lib/duet/{p-3d4aa492.system.entry.js → p-29f2cb57.system.entry.js} +1 -1
  228. package/lib/duet/{p-5983d1b7.system.entry.js → p-2bea974a.system.entry.js} +1 -1
  229. package/lib/duet/{p-9884486c.entry.js → p-3179dcc4.entry.js} +1 -1
  230. package/lib/duet/p-35d9ede4.system.entry.js +4 -0
  231. package/lib/duet/{p-1d2a9cf6.system.entry.js → p-36ad1015.system.entry.js} +1 -1
  232. package/lib/duet/p-36e6b035.entry.js +4 -0
  233. package/lib/duet/{p-672dcefc.system.entry.js → p-3783db99.system.entry.js} +1 -1
  234. package/lib/duet/{p-48aa12e2.entry.js → p-3bfd250e.entry.js} +1 -1
  235. package/lib/duet/{p-a9f36246.entry.js → p-43abf083.entry.js} +1 -1
  236. package/lib/duet/{p-80c05a0f.entry.js → p-466341b7.entry.js} +1 -1
  237. package/lib/duet/{p-d6b7e4e9.entry.js → p-4a7c0c4f.entry.js} +1 -1
  238. package/lib/duet/{p-408a536f.entry.js → p-4aa4735d.entry.js} +1 -1
  239. package/lib/duet/{p-8e05ca49.system.entry.js → p-4bb8d188.system.entry.js} +1 -1
  240. package/lib/duet/{p-98c780ad.system.entry.js → p-4be58c8b.system.entry.js} +1 -1
  241. package/lib/duet/{p-7d54d6e1.entry.js → p-4faaf699.entry.js} +1 -1
  242. package/lib/duet/{p-823de698.system.entry.js → p-5058dcff.system.entry.js} +1 -1
  243. package/lib/duet/{p-a63f753e.system.js → p-51721695.system.js} +1 -1
  244. package/lib/duet/{p-17e21461.system.entry.js → p-51dae606.system.entry.js} +1 -1
  245. package/lib/duet/{p-ae39325e.entry.js → p-577f5a55.entry.js} +1 -1
  246. package/lib/duet/{p-781aa86e.system.entry.js → p-5831b7b3.system.entry.js} +1 -1
  247. package/lib/duet/{p-2afce187.entry.js → p-5b7cbc4d.entry.js} +1 -1
  248. package/lib/duet/{p-276895fe.entry.js → p-5c66df7c.entry.js} +1 -1
  249. package/lib/duet/{p-da31f5fc.entry.js → p-5e02b923.entry.js} +1 -1
  250. package/lib/duet/{p-97816dce.system.entry.js → p-5e110a00.system.entry.js} +1 -1
  251. package/lib/duet/{p-437083ed.system.entry.js → p-5ec490da.system.entry.js} +1 -1
  252. package/lib/duet/p-5fff98bf.entry.js +4 -0
  253. package/lib/duet/{p-fb74bd6a.system.entry.js → p-609cd028.system.entry.js} +1 -1
  254. package/lib/duet/{p-42e7aa32.entry.js → p-61fe36d3.entry.js} +1 -1
  255. package/lib/duet/{p-2e49d057.entry.js → p-6410c967.entry.js} +1 -1
  256. package/lib/duet/{p-593f2330.system.entry.js → p-68986f07.system.entry.js} +1 -1
  257. package/lib/duet/{p-6c5f600b.system.entry.js → p-6989d392.system.entry.js} +1 -1
  258. package/lib/duet/{p-ec91cdca.system.entry.js → p-69ab5590.system.entry.js} +1 -1
  259. package/lib/duet/p-6d3a3fd0.js +4 -0
  260. package/lib/duet/{p-5bfb6d98.entry.js → p-72bda1b3.entry.js} +1 -1
  261. package/lib/duet/{p-3937796f.system.entry.js → p-74a742c9.system.entry.js} +1 -1
  262. package/lib/duet/{p-7c4798b2.entry.js → p-79ff1a6a.entry.js} +1 -1
  263. package/lib/duet/{p-fd2c782d.system.entry.js → p-7e39a550.system.entry.js} +1 -1
  264. package/lib/duet/{p-1d08b9ed.entry.js → p-80ffbd1c.entry.js} +1 -1
  265. package/lib/duet/{p-9c7ecd2a.system.entry.js → p-8e69027d.system.entry.js} +1 -1
  266. package/lib/duet/{p-8f69d87b.entry.js → p-94f0387e.entry.js} +1 -1
  267. package/lib/duet/{p-942e7a28.entry.js → p-95a4082f.entry.js} +1 -1
  268. package/lib/duet/p-98ae2cb9.entry.js +4 -0
  269. package/lib/duet/{p-233e91ea.entry.js → p-9ad584d2.entry.js} +1 -1
  270. package/lib/duet/p-9b949b28.entry.js +4 -0
  271. package/lib/duet/p-9bc15874.entry.js +4 -0
  272. package/lib/duet/{p-4e3e91fd.system.entry.js → p-9cbc891f.system.entry.js} +1 -1
  273. package/lib/duet/{p-75c38aee.system.entry.js → p-a1dc9c9e.system.entry.js} +1 -1
  274. package/lib/duet/{p-6afd7b03.entry.js → p-a4054eae.entry.js} +1 -1
  275. package/lib/duet/{p-e7a8d51f.system.entry.js → p-a5a6751e.system.entry.js} +1 -1
  276. package/lib/duet/{p-4ce3c6a6.system.entry.js → p-a77d4c37.system.entry.js} +1 -1
  277. package/lib/duet/{p-2c67137b.system.js → p-a7ec9aa4.system.js} +1 -1
  278. package/lib/duet/{p-01fcb80e.system.js → p-a9ba6306.system.js} +1 -1
  279. package/lib/duet/{p-e68499ea.entry.js → p-aa9f3fc8.entry.js} +1 -1
  280. package/lib/duet/{p-0b415c31.entry.js → p-acf4057a.entry.js} +1 -1
  281. package/lib/duet/{p-91893eb4.system.entry.js → p-ae1e4397.system.entry.js} +1 -1
  282. package/lib/duet/{p-704eb099.entry.js → p-ae39acbe.entry.js} +1 -1
  283. package/lib/duet/{p-ac1eaf2d.entry.js → p-af8dbf72.entry.js} +1 -1
  284. package/lib/duet/{p-4c12d8ba.system.entry.js → p-b0428a5d.system.entry.js} +1 -1
  285. package/lib/duet/{p-77e3c513.system.entry.js → p-b0e1180e.system.entry.js} +1 -1
  286. package/lib/duet/{p-6cf7ebc2.entry.js → p-b20bff64.entry.js} +1 -1
  287. package/lib/duet/{p-4970d360.system.entry.js → p-b3f3bca8.system.entry.js} +1 -1
  288. package/lib/duet/{p-64d1cc95.entry.js → p-b4659570.entry.js} +1 -1
  289. package/lib/duet/p-b63f60f6.system.entry.js +4 -0
  290. package/lib/duet/{p-da71d66d.entry.js → p-b6753d6e.entry.js} +1 -1
  291. package/lib/duet/{p-40ac94f6.entry.js → p-b77e364d.entry.js} +1 -1
  292. package/lib/duet/{p-26d917a0.entry.js → p-bbc717af.entry.js} +1 -1
  293. package/lib/duet/{p-ab4e81ca.entry.js → p-bdbf8bca.entry.js} +1 -1
  294. package/lib/duet/{p-1ab5cbbc.entry.js → p-c0d2e97b.entry.js} +1 -1
  295. package/lib/duet/{p-5ce46c84.entry.js → p-c2f44fde.entry.js} +1 -1
  296. package/lib/duet/{p-6921cfa6.system.entry.js → p-c41c7735.system.entry.js} +2 -2
  297. package/lib/duet/p-c81e306c.system.entry.js +4 -0
  298. package/lib/duet/{p-d39cf5b1.entry.js → p-ca5373cf.entry.js} +1 -1
  299. package/lib/duet/p-cce6bb84.entry.js +4 -0
  300. package/lib/duet/{p-3e5839c6.entry.js → p-cd33c4cd.entry.js} +1 -1
  301. package/lib/duet/p-cd514cf6.system.entry.js +4 -0
  302. package/lib/duet/{p-99e33456.system.entry.js → p-ce35d050.system.entry.js} +1 -1
  303. package/lib/duet/{p-341a9eb0.system.entry.js → p-cfd2206f.system.entry.js} +1 -1
  304. package/lib/duet/{p-31e877bf.system.entry.js → p-d2ffedfa.system.entry.js} +1 -1
  305. package/lib/duet/{p-933256d2.system.entry.js → p-d3f8e957.system.entry.js} +1 -1
  306. package/lib/duet/{p-1c82d61e.entry.js → p-d57020ab.entry.js} +1 -1
  307. package/lib/duet/{p-054a2d07.system.entry.js → p-d76aa87f.system.entry.js} +1 -1
  308. package/lib/duet/p-d86cf803.entry.js +4 -0
  309. package/lib/duet/{p-ab11408b.js → p-d9859e96.js} +1 -1
  310. package/lib/duet/{p-f36dc895.entry.js → p-d9aa697b.entry.js} +1 -1
  311. package/lib/duet/p-dc1e280d.entry.js +4 -0
  312. package/lib/duet/{p-01b63777.system.entry.js → p-dc87c6ce.system.entry.js} +1 -1
  313. package/lib/duet/p-dcf65419.entry.js +4 -0
  314. package/lib/duet/{p-0590a8c0.system.entry.js → p-debdd0e0.system.entry.js} +1 -1
  315. package/lib/duet/{p-d30d6c41.system.entry.js → p-df40670a.system.entry.js} +1 -1
  316. package/lib/duet/{p-ec7699f0.system.entry.js → p-dfe588e8.system.entry.js} +1 -1
  317. package/lib/duet/p-e0c48a7d.entry.js +4 -0
  318. package/lib/duet/{p-9b4de80f.entry.js → p-e82cc5a7.entry.js} +1 -1
  319. package/lib/duet/{p-85658cea.system.entry.js → p-ea09c830.system.entry.js} +1 -1
  320. package/lib/duet/{p-e3165e41.entry.js → p-ebfb519a.entry.js} +1 -1
  321. package/lib/duet/{p-4b838a9c.system.entry.js → p-ecc8c5f4.system.entry.js} +1 -1
  322. package/lib/duet/p-edd23a3b.entry.js +4 -0
  323. package/lib/duet/{p-525687a7.system.entry.js → p-ee4e7bff.system.entry.js} +1 -1
  324. package/lib/duet/{p-54f35a79.js → p-f077c646.js} +1 -1
  325. package/lib/duet/{p-c1f14850.system.entry.js → p-f4b19481.system.entry.js} +1 -1
  326. package/lib/duet/{p-59d13b8d.system.entry.js → p-f58e2c75.system.entry.js} +1 -1
  327. package/lib/duet/{p-d15c8354.system.entry.js → p-f7cefa5d.system.entry.js} +1 -1
  328. package/lib/duet/{p-f6a3085c.system.entry.js → p-f888deb6.system.entry.js} +1 -1
  329. package/lib/duet/{p-4e37aedf.entry.js → p-f8bdcad4.entry.js} +1 -1
  330. package/lib/duet/{p-16911df0.system.entry.js → p-fc6de9c4.system.entry.js} +1 -1
  331. package/lib/duet/{p-66f2c12f.system.entry.js → p-feb0de52.system.entry.js} +1 -1
  332. package/lib/esm/duet-action-button.entry.js +2 -2
  333. package/lib/esm/duet-alert.entry.js +2 -2
  334. package/lib/esm/duet-badge.entry.js +1 -1
  335. package/lib/esm/duet-breadcrumb.entry.js +1 -1
  336. package/lib/esm/duet-breadcrumbs.entry.js +1 -1
  337. package/lib/esm/duet-button_2.entry.js +3 -3
  338. package/lib/esm/duet-caption_4.entry.js +1 -1
  339. package/lib/esm/duet-card.entry.js +2 -2
  340. package/lib/esm/duet-checkbox.entry.js +1 -1
  341. package/lib/esm/duet-choice_2.entry.js +3 -3
  342. package/lib/esm/duet-collapsible.entry.js +6 -4
  343. package/lib/esm/duet-combobox.entry.js +2 -2
  344. package/lib/esm/duet-cookie-consent.entry.js +1 -1
  345. package/lib/esm/duet-date-picker.entry.js +2 -2
  346. package/lib/esm/duet-divider_2.entry.js +1 -1
  347. package/lib/esm/duet-editable-table_3.entry.js +2 -2
  348. package/lib/esm/duet-empty-state.entry.js +1 -1
  349. package/lib/esm/duet-fieldset.entry.js +1 -1
  350. package/lib/esm/duet-footer.entry.js +1 -1
  351. package/lib/esm/duet-grid_2.entry.js +1 -1
  352. package/lib/esm/duet-header_2.entry.js +2 -2
  353. package/lib/esm/duet-hero.entry.js +1 -1
  354. package/lib/esm/duet-icon.entry.js +1 -1
  355. package/lib/esm/duet-input_2.entry.js +65 -8
  356. package/lib/esm/duet-layout.entry.js +1 -1
  357. package/lib/esm/duet-list_2.entry.js +1 -1
  358. package/lib/esm/duet-menu-bar-button.entry.js +13 -2
  359. package/lib/esm/duet-menu-bar-dropdown-link.entry.js +1 -2
  360. package/lib/esm/duet-menu-bar-dropdown.entry.js +3 -2
  361. package/lib/esm/duet-menu-bar-link.entry.js +1 -1
  362. package/lib/esm/duet-menu-bar.entry.js +1 -1
  363. package/lib/esm/duet-modal.entry.js +3 -3
  364. package/lib/esm/duet-multiselect.entry.js +2 -2
  365. package/lib/esm/duet-nav.entry.js +1 -1
  366. package/lib/esm/duet-notification_2.entry.js +1 -1
  367. package/lib/esm/duet-number-input.entry.js +2 -2
  368. package/lib/esm/duet-pagination_2.entry.js +2 -2
  369. package/lib/esm/duet-progress.entry.js +1 -1
  370. package/lib/esm/duet-radio_2.entry.js +1 -1
  371. package/lib/esm/duet-range-slider.entry.js +1 -1
  372. package/lib/esm/duet-scrollable_3.entry.js +2 -2
  373. package/lib/esm/duet-section-layout.entry.js +1 -1
  374. package/lib/esm/duet-select.entry.js +1 -1
  375. package/lib/esm/duet-slideout-lang.entry.js +1 -1
  376. package/lib/esm/duet-slideout-link.entry.js +6 -3
  377. package/lib/esm/duet-slideout-panel-dropdown.entry.js +1 -1
  378. package/lib/esm/duet-slideout-panel.entry.js +2 -2
  379. package/lib/esm/duet-slideout.entry.js +17 -7
  380. package/lib/esm/duet-step_2.entry.js +2 -2
  381. package/lib/esm/duet-submenu-bar-dropdown-link.entry.js +1 -1
  382. package/lib/esm/duet-submenu-bar-dropdown.entry.js +1 -1
  383. package/lib/esm/duet-submenu-bar-link.entry.js +1 -1
  384. package/lib/esm/duet-submenu-bar.entry.js +1 -1
  385. package/lib/esm/duet-textarea.entry.js +1 -1
  386. package/lib/esm/duet-toggle.entry.js +1 -1
  387. package/lib/esm/duet-toolbar-dropdown-link.entry.js +4 -2
  388. package/lib/esm/duet-toolbar-dropdown.entry.js +1 -1
  389. package/lib/esm/duet-toolbar-link.entry.js +1 -1
  390. package/lib/esm/duet-toolbar.entry.js +1 -1
  391. package/lib/esm/duet-tooltip.entry.js +1 -1
  392. package/lib/esm/duet-tray.entry.js +1 -1
  393. package/lib/esm/duet-upload-aria-status.entry.js +1 -1
  394. package/lib/esm/duet-visually-hidden.entry.js +1 -1
  395. package/lib/esm/duet.js +2 -2
  396. package/lib/esm/{focus-utils-f1a08e01.js → focus-utils-9717e725.js} +1 -1
  397. package/lib/esm/{index-bcdc5466.js → index-e394f675.js} +1 -1
  398. package/lib/esm/{keyboard-utils-88ea1007.js → keyboard-utils-d237bd5a.js} +1 -1
  399. package/lib/esm/loader.js +2 -2
  400. package/lib/esm-es5/duet-action-button.entry.js +2 -2
  401. package/lib/esm-es5/duet-alert.entry.js +1 -1
  402. package/lib/esm-es5/duet-badge.entry.js +1 -1
  403. package/lib/esm-es5/duet-breadcrumb.entry.js +1 -1
  404. package/lib/esm-es5/duet-breadcrumbs.entry.js +1 -1
  405. package/lib/esm-es5/duet-button_2.entry.js +2 -2
  406. package/lib/esm-es5/duet-caption_4.entry.js +1 -1
  407. package/lib/esm-es5/duet-card.entry.js +1 -1
  408. package/lib/esm-es5/duet-checkbox.entry.js +1 -1
  409. package/lib/esm-es5/duet-choice_2.entry.js +1 -1
  410. package/lib/esm-es5/duet-collapsible.entry.js +2 -2
  411. package/lib/esm-es5/duet-combobox.entry.js +1 -1
  412. package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
  413. package/lib/esm-es5/duet-date-picker.entry.js +1 -1
  414. package/lib/esm-es5/duet-divider_2.entry.js +1 -1
  415. package/lib/esm-es5/duet-editable-table_3.entry.js +1 -1
  416. package/lib/esm-es5/duet-empty-state.entry.js +1 -1
  417. package/lib/esm-es5/duet-fieldset.entry.js +1 -1
  418. package/lib/esm-es5/duet-footer.entry.js +1 -1
  419. package/lib/esm-es5/duet-grid_2.entry.js +2 -2
  420. package/lib/esm-es5/duet-header_2.entry.js +2 -2
  421. package/lib/esm-es5/duet-hero.entry.js +1 -1
  422. package/lib/esm-es5/duet-icon.entry.js +1 -1
  423. package/lib/esm-es5/duet-input_2.entry.js +2 -2
  424. package/lib/esm-es5/duet-layout.entry.js +1 -1
  425. package/lib/esm-es5/duet-list_2.entry.js +1 -1
  426. package/lib/esm-es5/duet-menu-bar-button.entry.js +2 -2
  427. package/lib/esm-es5/duet-menu-bar-dropdown-link.entry.js +1 -1
  428. package/lib/esm-es5/duet-menu-bar-dropdown.entry.js +1 -1
  429. package/lib/esm-es5/duet-menu-bar-link.entry.js +1 -1
  430. package/lib/esm-es5/duet-menu-bar.entry.js +1 -1
  431. package/lib/esm-es5/duet-modal.entry.js +1 -1
  432. package/lib/esm-es5/duet-multiselect.entry.js +1 -1
  433. package/lib/esm-es5/duet-nav.entry.js +1 -1
  434. package/lib/esm-es5/duet-notification_2.entry.js +1 -1
  435. package/lib/esm-es5/duet-number-input.entry.js +1 -1
  436. package/lib/esm-es5/duet-pagination_2.entry.js +1 -1
  437. package/lib/esm-es5/duet-progress.entry.js +1 -1
  438. package/lib/esm-es5/duet-radio_2.entry.js +1 -1
  439. package/lib/esm-es5/duet-range-slider.entry.js +1 -1
  440. package/lib/esm-es5/duet-scrollable_3.entry.js +1 -1
  441. package/lib/esm-es5/duet-section-layout.entry.js +1 -1
  442. package/lib/esm-es5/duet-select.entry.js +1 -1
  443. package/lib/esm-es5/duet-slideout-lang.entry.js +1 -1
  444. package/lib/esm-es5/duet-slideout-link.entry.js +1 -1
  445. package/lib/esm-es5/duet-slideout-panel-dropdown.entry.js +1 -1
  446. package/lib/esm-es5/duet-slideout-panel.entry.js +1 -1
  447. package/lib/esm-es5/duet-slideout.entry.js +2 -2
  448. package/lib/esm-es5/duet-step_2.entry.js +2 -2
  449. package/lib/esm-es5/duet-submenu-bar-dropdown-link.entry.js +1 -1
  450. package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +1 -1
  451. package/lib/esm-es5/duet-submenu-bar-link.entry.js +1 -1
  452. package/lib/esm-es5/duet-submenu-bar.entry.js +1 -1
  453. package/lib/esm-es5/duet-textarea.entry.js +1 -1
  454. package/lib/esm-es5/duet-toggle.entry.js +2 -2
  455. package/lib/esm-es5/duet-toolbar-dropdown-link.entry.js +1 -1
  456. package/lib/esm-es5/duet-toolbar-dropdown.entry.js +1 -1
  457. package/lib/esm-es5/duet-toolbar-link.entry.js +1 -1
  458. package/lib/esm-es5/duet-toolbar.entry.js +1 -1
  459. package/lib/esm-es5/duet-tooltip.entry.js +1 -1
  460. package/lib/esm-es5/duet-tray.entry.js +1 -1
  461. package/lib/esm-es5/duet-upload-aria-status.entry.js +1 -1
  462. package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
  463. package/lib/esm-es5/duet.js +1 -1
  464. package/lib/esm-es5/focus-utils-9717e725.js +4 -0
  465. package/lib/esm-es5/{index-bcdc5466.js → index-e394f675.js} +1 -1
  466. package/lib/esm-es5/{keyboard-utils-88ea1007.js → keyboard-utils-d237bd5a.js} +1 -1
  467. package/lib/esm-es5/loader.js +1 -1
  468. package/lib/types/components/duet-button/duet-button.d.ts +1 -1
  469. package/lib/types/components/duet-collapsible/duet-collapsible.d.ts +2 -0
  470. package/lib/types/components/duet-input/duet-input.d.ts +23 -4
  471. package/lib/types/components/duet-menu-bar-button/duet-menu-bar-button.d.ts +51 -1
  472. package/lib/types/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.d.ts +6 -0
  473. package/lib/types/components/duet-menu-bar-dropdown-link/duet-menu-bar-dropdown-link.d.ts +0 -4
  474. package/lib/types/components/duet-slideout/duet-slideout.d.ts +4 -3
  475. package/lib/types/components/duet-slideout-link/duet-slideout-link.d.ts +15 -1
  476. package/lib/types/components/duet-toolbar-dropdown-link/duet-toolbar-dropdown-link.d.ts +10 -0
  477. package/lib/types/components.d.ts +144 -16
  478. package/package.json +5 -5
  479. package/lib/dist-custom-elements/p-45377b84.js +0 -265
  480. package/lib/duet/p-0112579c.entry.js +0 -4
  481. package/lib/duet/p-24cb9a5c.entry.js +0 -4
  482. package/lib/duet/p-2aed3283.system.entry.js +0 -4
  483. package/lib/duet/p-2b5f338b.entry.js +0 -4
  484. package/lib/duet/p-3211450e.entry.js +0 -4
  485. package/lib/duet/p-35bb4ee9.entry.js +0 -4
  486. package/lib/duet/p-37de9a2f.entry.js +0 -4
  487. package/lib/duet/p-3f375bef.entry.js +0 -4
  488. package/lib/duet/p-4ab49eb4.js +0 -4
  489. package/lib/duet/p-555192b0.system.entry.js +0 -4
  490. package/lib/duet/p-5feb0657.system.entry.js +0 -4
  491. package/lib/duet/p-64cca33a.entry.js +0 -4
  492. package/lib/duet/p-6ab272dd.system.entry.js +0 -4
  493. package/lib/duet/p-6d7d186f.entry.js +0 -4
  494. package/lib/duet/p-6e75fbd6.system.entry.js +0 -4
  495. package/lib/duet/p-7bd6683a.system.entry.js +0 -4
  496. package/lib/duet/p-9b4402ef.entry.js +0 -4
  497. package/lib/duet/p-c87eeeb5.system.js +0 -4
  498. package/lib/duet/p-e53e892f.system.entry.js +0 -4
  499. package/lib/duet/p-f3301cbc.entry.js +0 -4
  500. package/lib/esm-es5/focus-utils-f1a08e01.js +0 -4
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, g as getElement, H as Host } from './index-bcdc5466.js';
4
+ import { r as registerInstance, h, g as getElement, H as Host } from './index-e394f675.js';
5
5
  import { m as media_query_large, a as media_query_medium, b as media_query_small } from './tokens-0963dc8b.js';
6
6
  import { w as watchForOptions, a as watchForElement } from './watch-options-dd55bce8.js';
7
7
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
@@ -1,13 +1,13 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { h, r as registerInstance, c as createEvent$1, B as Build, H as Host, F as Fragment, g as getElement } from './index-bcdc5466.js';
4
+ import { h, r as registerInstance, c as createEvent$1, B as Build, H as Host, F as Fragment, g as getElement } from './index-e394f675.js';
5
5
  import { f as formSearch } from './form-search-ea8e19ae.js';
6
6
  import { m as media_query_large } from './tokens-0963dc8b.js';
7
7
  import { d as disableBodyScroll, e as enableBodyScroll } from './bodyScrollLock.es6-61b5e9a4.js';
8
8
  import { D as DuetStringsExternalDefaults } from './common-strings-97e04e4b.js';
9
9
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
10
- import { f as isEscapeKey, g as isSpaceKey, d as isArrowLeftKey, b as isArrowUpKey, a as isArrowRightKey, c as isArrowDownKey } from './keyboard-utils-88ea1007.js';
10
+ import { f as isEscapeKey, g as isSpaceKey, d as isArrowLeftKey, b as isArrowUpKey, a as isArrowRightKey, c as isArrowDownKey } from './keyboard-utils-d237bd5a.js';
11
11
  import { a as getLanguage, g as getLocaleString } from './language-utils-bf701d37.js';
12
12
  import { p as parsePossibleJSON } from './string-utils-5954f458.js';
13
13
  import { a as actionArrowDownSmall } from './action-arrow-down-small-82273dc8.js';
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, c as createEvent, h, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, c as createEvent, h, g as getElement } from './index-e394f675.js';
5
5
  import { a as actionNewWindowSmall } from './action-new-window-small-1945be91.js';
6
6
  import { D as DuetStringsExternalDefaults } from './common-strings-97e04e4b.js';
7
7
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { E as Env, r as registerInstance, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { E as Env, r as registerInstance, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
6
6
  import { g as getColorByName } from './token-utils-b531747a.js';
7
7
  import './tokens.module-d3321092.js';
@@ -1,18 +1,18 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { f as formSearch } from './form-search-ea8e19ae.js';
6
6
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
7
7
  import { c as createID } from './create-id-981107da.js';
8
8
  import { c as cleanValue, r as resetCursor } from './input-utils-de45e099.js';
9
- import { f as isEscapeKey } from './keyboard-utils-88ea1007.js';
9
+ import { f as isEscapeKey, j as isEnterKey } from './keyboard-utils-d237bd5a.js';
10
10
  import { g as getLocaleString } from './language-utils-bf701d37.js';
11
11
  import './string-utils-5954f458.js';
12
12
 
13
13
  var formEmail={"title":"form-email","tags":"form email","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M12 23.999c-3.205 0-6.218-1.248-8.484-3.514S.001 15.206.001 12.001s1.248-6.218 3.514-8.485C5.782 1.25 8.795.001 12 .001s6.218 1.248 8.485 3.514A11.92 11.92 0 0 1 24 12v2.25A3.754 3.754 0 0 1 20.25 18a3.77 3.77 0 0 1-3.48-2.365A6.009 6.009 0 0 1 12 18c-3.308 0-6-2.692-6-6s2.692-6 6-6 6 2.692 6 6v2.25c0 1.241 1.009 2.25 2.25 2.25s2.25-1.009 2.25-2.25V12c0-2.804-1.092-5.441-3.075-7.424A10.433 10.433 0 0 0 12 1.501c-2.804 0-5.441 1.092-7.424 3.075S1.501 9.196 1.501 12c0 2.805 1.092 5.441 3.075 7.424s4.619 3.074 7.423 3.074c2.257 0 4.494-.746 6.299-2.1a.749.749 0 1 1 .9 1.199A12.049 12.049 0 0 1 12 23.999zM12 7.5c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5 4.5-2.019 4.5-4.5-2.019-4.5-4.5-4.5z\"/></svg>"};
14
14
 
15
- const duetInputCss = "*.sc-duet-input,*.sc-duet-input::after,*.sc-duet-input::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-input-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;width:100%;min-width:calc(33.333% - 8px);max-width:100%;text-align:left;vertical-align:bottom}.sc-duet-input-h:last-child,.sc-duet-input-h:last-of-type{margin-right:0 !important}@media (min-width: 36em){.sc-duet-input-h{width:calc(50% - 16px - 3px)}}.duet-expand.sc-duet-input-h{width:100% !important}.duet-m-0.sc-duet-input-h{margin:0 !important}input[type=search].sc-duet-input::-webkit-search-cancel-button{-webkit-appearance:none}duet-tooltip.sc-duet-input{position:absolute;top:12px;right:0}@media (min-width: 48em){duet-tooltip.sc-duet-input{position:relative;top:4px;right:auto}}duet-caption.sc-duet-input:not(:last-of-type){margin-bottom:0}.duet-input-placeholder.sc-duet-input{position:absolute;top:-9px;left:9px;z-index:200;display:block;width:auto;max-width:60%;padding:0 0.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:white}.duet-input-icon.sc-duet-input{position:absolute;top:50%;right:16px;z-index:200;width:20px;height:20px;font-size:0;line-height:normal;color:#00294d;pointer-events:none;transform:translateY(-50%)}.duet-theme-turva.sc-duet-input .duet-input-icon.sc-duet-input{color:#171c3a}.duet-input-container.sc-duet-input{position:relative;width:100%;height:100%}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input{position:relative;z-index:250}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input button.sc-duet-input{position:absolute;top:-24px;right:-24px;min-width:48px;min-height:48px;color:#004d80}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input button.sc-duet-input:focus{outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input button.sc-duet-input:active{opacity:0.75;transition:none}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.duet-input-clear-icon-single.sc-duet-input button.sc-duet-input{top:-48px;right:0}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.duet-input-clear-icon-double.sc-duet-input button.sc-duet-input{top:-24px;right:12px}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.duet-input-clear-icon-button.sc-duet-input button.sc-duet-input{top:-24px;right:0}.duet-input-container.has-clear.has-icon.sc-duet-input .duet-input-clear-icon.sc-duet-input{top:-24px;right:24px}.duet-input-container.duet-theme-turva.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input button.sc-duet-input{color:#00294d}.duet-input-container.duet-theme-turva.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input button.sc-duet-input:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-input.sc-duet-input{position:relative;z-index:100;display:block !important;width:100% !important;min-width:8rem;max-width:initial !important;height:auto !important;padding:12px 14px !important;margin:initial !important;margin-bottom:initial !important;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 !important;font-variant-numeric:tabular-nums;line-height:1.5 !important;color:#00294d !important;cursor:initial !important;background:white !important;background-clip:initial !important;border:1px solid #909599 !important;border-radius:4px !important;box-shadow:initial !important;transition:box-shadow 150ms ease, border 150ms ease !important}.duet-input.is-number.sc-duet-input{padding-right:112px !important}.duet-input.is-date.sc-duet-input{padding-right:64px !important}.has-error.sc-duet-input .duet-input.sc-duet-input{border-color:#de2362 !important}.has-error.sc-duet-input .duet-input.sc-duet-input+.duet-input-icon.sc-duet-input{color:#de2362 !important}.duet-theme-turva.has-error.sc-duet-input .duet-input.sc-duet-input{border-color:#e02a0d !important}.duet-theme-turva.has-error.sc-duet-input .duet-input.sc-duet-input+.duet-input-icon.sc-duet-input{color:#e02a0d !important}.has-icon.sc-duet-input .duet-input.sc-duet-input{padding-right:48px !important}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input{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;border-color:#747475 !important}.duet-input.sc-duet-input::-ms-clear{display:none}.duet-input.sc-duet-input::-webkit-contacts-auto-fill-button{display:none !important}.duet-input.sc-duet-input::-webkit-input-placeholder{color:#657787;opacity:1 !important;transition:color 300ms ease}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input::-webkit-input-placeholder{color:#747475}.duet-input.sc-duet-input:focus::-webkit-input-placeholder{color:#cfd2d4}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:focus::-webkit-input-placeholder{color:#cfcfd1}.duet-input.sc-duet-input::-moz-placeholder{color:#657787;opacity:1 !important}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input::-moz-placeholder{color:#747475}.duet-input.sc-duet-input:focus::-moz-placeholder{color:#cfd2d4}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:focus::-moz-placeholder{color:#cfcfd1}.duet-input.sc-duet-input:-ms-input-placeholder{color:#657787}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:-ms-input-placeholder{color:#747475}.duet-input.sc-duet-input:focus:-ms-input-placeholder{color:#cfd2d4}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:focus:-ms-input-placeholder{color:#cfcfd1}.duet-input[disabled].sc-duet-input{color:#00294d !important;cursor:text !important;background:#f5f8fa !important;border-color:#f5f8fa !important;box-shadow:none !important;opacity:1 !important;-webkit-text-fill-color:#00294d !important}.duet-theme-turva.sc-duet-input .duet-input[disabled].sc-duet-input{color:#171c3a !important;background:#f5f5f7 !important;border-color:#f5f5f7 !important;-webkit-text-fill-color:#171c3a !important}.duet-input.sc-duet-input:hover:not(:disabled){box-shadow:0 0 0 1px #909599 !important}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:hover:not(:disabled){box-shadow:0 0 0 1px #747475 !important}.has-error.sc-duet-input .duet-input.sc-duet-input:hover:not(:disabled){box-shadow:0 0 0 1px #de2362}.duet-theme-turva.has-error.sc-duet-input .duet-input.sc-duet-input:hover:not(:disabled){box-shadow:0 0 0 1px #e02a0d}.duet-input.sc-duet-input:focus{border-color:#0077b3 !important;outline:0;box-shadow:0 0 0 1px #0077b3 !important;transition:none}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:focus{border-color:#171c3a !important;box-shadow:0 0 0 1px #171c3a !important}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:focus+.duet-input-icon.sc-duet-input{color:#171c3a}.has-error.sc-duet-input .duet-input.sc-duet-input:focus{box-shadow:0 0 0 1px #de2362}.duet-theme-turva.has-error.sc-duet-input .duet-input.sc-duet-input:focus{box-shadow:0 0 0 1px #e02a0d}.duet-input.sc-duet-input:focus+.duet-input-icon.sc-duet-input{color:#0077b3}.duet-input[type=search].sc-duet-input:not(:placeholder-shown):focus+.duet-input-icon.sc-duet-input{display:none}.duet-input.sc-duet-input:not(:focus):not(:hover):invalid{box-shadow:none !important}.duet-input[type=number].sc-duet-input::-webkit-inner-spin-button,.duet-input[type=number].sc-duet-input::-webkit-outer-spin-button,.duet-input[type=time].sc-duet-input::-webkit-inner-spin-button,.duet-input[type=time].sc-duet-input::-webkit-outer-spin-button{display:none;margin:0;-webkit-appearance:none}.duet-input.sc-duet-input::-webkit-search-cancel-button{margin-right:-28px}.duet-label-has-tooltip.sc-duet-input{display:inline-flex}@media (min-width: 48em){.duet-label-has-tooltip.sc-duet-input{display:inline}}.duet-label-has-tooltip.sc-duet-input::before{display:block;margin-top:7px;content:\" \"}.duet-input-tooltip.sc-duet-input::after{display:block;height:49px;content:\" \"}.duet-input-help.sc-duet-input{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:0.875rem;font-weight:400;line-height:1.25;color:#657787;border-radius:4px}.duet-input-help.sc-duet-input span.sc-duet-input{display:block;margin-top:8px}.duet-theme-turva.sc-duet-input .duet-input-help.sc-duet-input{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#747475}.has-error.sc-duet-input .duet-input-help.sc-duet-input{color:#de2362}.duet-theme-turva.has-error.sc-duet-input .duet-input-help.sc-duet-input{color:#e02a0d}.duet-label-hidden.sc-duet-input duet-label.sc-duet-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.duet-input-relative.sc-duet-input{position:relative;width:100%}.duet-input-variation-button.sc-duet-input{position:relative;width:100%}.duet-input-variation-button.sc-duet-input .duet-input-relative.sc-duet-input{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;justify-content:flex-start;width:auto}.duet-input-variation-button.sc-duet-input .duet-input-relative.sc-duet-input duet-button.sc-duet-input{z-index:250;margin-bottom:0}.duet-input-variation-button.sc-duet-input .duet-input-relative.sc-duet-input .duet-input.sc-duet-input{border-right-width:0 !important;border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}";
15
+ const duetInputCss = "*.sc-duet-input,*.sc-duet-input::after,*.sc-duet-input::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-input-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;width:100%;min-width:calc(33.333% - 8px);max-width:100%;text-align:left;vertical-align:bottom}.sc-duet-input-h:last-child,.sc-duet-input-h:last-of-type{margin-right:0 !important}@media (min-width: 36em){.sc-duet-input-h{width:calc(50% - 16px - 3px)}}.duet-expand.sc-duet-input-h{width:100% !important}.duet-m-0.sc-duet-input-h{margin:0 !important}input[type=search].sc-duet-input::-webkit-search-cancel-button{-webkit-appearance:none}duet-tooltip.sc-duet-input{position:absolute;top:12px;right:0}@media (min-width: 48em){duet-tooltip.sc-duet-input{position:relative;top:4px;right:auto}}duet-caption.sc-duet-input:not(:last-of-type){margin-bottom:0}.duet-input-placeholder.sc-duet-input{position:absolute;top:-9px;left:9px;z-index:200;display:block;width:auto;max-width:60%;padding:0 0.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:white}.duet-input-icon.sc-duet-input{position:absolute;top:50%;right:16px;z-index:200;width:20px;height:20px;font-size:0;line-height:normal;color:#00294d;pointer-events:none;transform:translateY(-50%)}.duet-theme-turva.sc-duet-input .duet-input-icon.sc-duet-input{color:#171c3a}.duet-input-container.sc-duet-input{position:relative;width:100%;height:100%}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input{position:relative;z-index:250}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input button.sc-duet-input{position:absolute;top:-24px;right:-24px;min-width:48px;min-height:48px;color:#004d80}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input button.sc-duet-input:focus{outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input button.sc-duet-input:active{opacity:0.75;transition:none}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.duet-input-clear-icon-single.sc-duet-input button.sc-duet-input{top:-48px;right:0}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.duet-input-clear-icon-double.sc-duet-input button.sc-duet-input{top:-24px;right:12px}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.duet-input-clear-icon-button.sc-duet-input button.sc-duet-input{top:-24px;right:0}.duet-input-container.has-clear.has-icon.sc-duet-input .duet-input-clear-icon.sc-duet-input{top:-24px;right:24px}.duet-input-container.duet-theme-turva.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input button.sc-duet-input{color:#00294d}.duet-input-container.duet-theme-turva.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input button.sc-duet-input:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-input.sc-duet-input{position:relative;z-index:100;display:block !important;width:100% !important;min-width:8rem;max-width:initial !important;height:auto !important;padding:12px 14px !important;margin:initial !important;margin-bottom:initial !important;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 !important;font-variant-numeric:tabular-nums;line-height:1.5 !important;color:#00294d !important;cursor:initial !important;background:white !important;background-clip:initial !important;border:1px solid #909599 !important;border-radius:4px !important;box-shadow:initial !important;transition:box-shadow 150ms ease, border 150ms ease !important}.duet-input.is-number.sc-duet-input{padding-right:112px !important}.duet-input.is-date.sc-duet-input{padding-right:64px !important}.has-error.sc-duet-input .duet-input.sc-duet-input{border-color:#de2362 !important}.has-error.sc-duet-input .duet-input.sc-duet-input+.duet-input-icon.sc-duet-input{color:#de2362 !important}.duet-theme-turva.has-error.sc-duet-input .duet-input.sc-duet-input{border-color:#e02a0d !important}.duet-theme-turva.has-error.sc-duet-input .duet-input.sc-duet-input+.duet-input-icon.sc-duet-input{color:#e02a0d !important}.has-icon.sc-duet-input .duet-input.sc-duet-input{padding-right:48px !important}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input{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;border-color:#747475 !important}.duet-input.sc-duet-input::-ms-clear{display:none}.duet-input.sc-duet-input::-webkit-contacts-auto-fill-button{display:none !important}.duet-input.sc-duet-input::-webkit-input-placeholder{color:#657787;opacity:1 !important;transition:color 300ms ease}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input::-webkit-input-placeholder{color:#747475}.duet-input.sc-duet-input:focus::-webkit-input-placeholder{color:#cfd2d4}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:focus::-webkit-input-placeholder{color:#cfcfd1}.duet-input.sc-duet-input::-moz-placeholder{color:#657787;opacity:1 !important}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input::-moz-placeholder{color:#747475}.duet-input.sc-duet-input:focus::-moz-placeholder{color:#cfd2d4}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:focus::-moz-placeholder{color:#cfcfd1}.duet-input.sc-duet-input:-ms-input-placeholder{color:#657787}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:-ms-input-placeholder{color:#747475}.duet-input.sc-duet-input:focus:-ms-input-placeholder{color:#cfd2d4}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:focus:-ms-input-placeholder{color:#cfcfd1}.duet-input[disabled].sc-duet-input{color:#00294d !important;cursor:text !important;background:#f5f8fa !important;border-color:#f5f8fa !important;box-shadow:none !important;opacity:1 !important;-webkit-text-fill-color:#00294d !important}.duet-theme-turva.sc-duet-input .duet-input[disabled].sc-duet-input{color:#171c3a !important;background:#f5f5f7 !important;border-color:#f5f5f7 !important;-webkit-text-fill-color:#171c3a !important}.duet-input.sc-duet-input:hover:not(:disabled){box-shadow:0 0 0 1px #909599 !important}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:hover:not(:disabled){box-shadow:0 0 0 1px #747475 !important}.has-error.sc-duet-input .duet-input.sc-duet-input:hover:not(:disabled){box-shadow:0 0 0 1px #de2362}.duet-theme-turva.has-error.sc-duet-input .duet-input.sc-duet-input:hover:not(:disabled){box-shadow:0 0 0 1px #e02a0d}.duet-input.sc-duet-input:focus{border-color:#0077b3 !important;outline:0;box-shadow:0 0 0 1px #0077b3 !important;transition:none}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:focus{border-color:#171c3a !important;box-shadow:0 0 0 1px #171c3a !important}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:focus+.duet-input-icon.sc-duet-input{color:#171c3a}.has-error.sc-duet-input .duet-input.sc-duet-input:focus{box-shadow:0 0 0 1px #de2362}.duet-theme-turva.has-error.sc-duet-input .duet-input.sc-duet-input:focus{box-shadow:0 0 0 1px #e02a0d}.duet-input.sc-duet-input:focus+.duet-input-icon.sc-duet-input{color:#0077b3}.duet-input[type=search].sc-duet-input:not(:placeholder-shown):focus+.duet-input-icon.sc-duet-input{display:none}.duet-input.sc-duet-input:not(:focus):not(:hover):invalid{box-shadow:none !important}.duet-input[type=number].sc-duet-input::-webkit-inner-spin-button,.duet-input[type=number].sc-duet-input::-webkit-outer-spin-button,.duet-input[type=time].sc-duet-input::-webkit-inner-spin-button,.duet-input[type=time].sc-duet-input::-webkit-outer-spin-button{display:none;margin:0;-webkit-appearance:none}.duet-input.sc-duet-input::-webkit-search-cancel-button{margin-right:-28px}.duet-label-has-tooltip.sc-duet-input{display:inline-flex}@media (min-width: 48em){.duet-label-has-tooltip.sc-duet-input{display:inline}}.duet-label-has-tooltip.sc-duet-input::before{display:block;margin-top:7px;content:\" \"}.duet-input-tooltip.sc-duet-input::after{display:block;height:49px;content:\" \"}.duet-input-help.sc-duet-input{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:0.875rem;font-weight:400;line-height:1.25;color:#657787;border-radius:4px}.duet-input-help.sc-duet-input span.sc-duet-input{display:block;margin-top:8px}.duet-theme-turva.sc-duet-input .duet-input-help.sc-duet-input{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#747475}.has-error.sc-duet-input .duet-input-help.sc-duet-input{color:#de2362}.duet-theme-turva.has-error.sc-duet-input .duet-input-help.sc-duet-input{color:#e02a0d}.duet-label-hidden.sc-duet-input duet-label.sc-duet-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.duet-input-relative.sc-duet-input{position:relative;width:100%}.duet-input-variation-button.sc-duet-input{position:relative;width:100%}.duet-input-variation-button.sc-duet-input .duet-input-relative.sc-duet-input{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;justify-content:flex-start;width:auto}.duet-input-variation-button.sc-duet-input .duet-input-relative.sc-duet-input duet-button.sc-duet-input{z-index:250;margin-bottom:0}.duet-input-variation-button.sc-duet-input .duet-input-relative.sc-duet-input .duet-input.sc-duet-input{border-right-width:0 !important;border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.duet-input-variation-revealable.sc-duet-input{position:relative;width:100%}.duet-input-variation-revealable.sc-duet-input .sc-duet-input::-ms-reveal{display:none}.duet-input-variation-revealable.sc-duet-input .duet-input-relative.sc-duet-input{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;justify-content:flex-start;width:auto;border:1px solid #909599;border-radius:4px;box-shadow:initial;transition:box-shadow 150ms ease, border 150ms ease}.duet-theme-turva.sc-duet-input .duet-input-variation-revealable.sc-duet-input .duet-input-relative.sc-duet-input{border-color:#747475}.duet-input-variation-revealable.sc-duet-input .duet-input-relative.sc-duet-input duet-button.sc-duet-input{z-index:250;margin-bottom:0}.duet-input-variation-revealable.sc-duet-input .duet-input-relative.sc-duet-input .duet-input.sc-duet-input{border-width:0 !important}.duet-input-variation-revealable.sc-duet-input .duet-input-relative.sc-duet-input .duet-input.sc-duet-input:focus,.duet-input-variation-revealable.sc-duet-input .duet-input-relative.sc-duet-input .duet-input.sc-duet-input:hover{border-width:0 !important;box-shadow:none !important}.duet-input-variation-revealable.disabled.sc-duet-input .duet-input-relative.sc-duet-input{background:#f5f8fa;border-color:#e1e3e6;box-shadow:none}.duet-input-variation-revealable.has-error.sc-duet-input .duet-input-relative.sc-duet-input{border-color:#de2362}.duet-input-variation-revealable.duet-theme-turva.has-error.sc-duet-input .duet-input-relative.sc-duet-input{border-color:#e02a0d}.duet-input-variation-revealable.has-focus.sc-duet-input .duet-input-relative.sc-duet-input{border-color:#0077b3;box-shadow:0 0 0 1px #0077b3}.duet-input-variation-revealable.duet-theme-turva.has-focus.sc-duet-input .duet-input-relative.sc-duet-input{border-color:#171c3a;box-shadow:0 0 0 1px #171c3a}.duet-input-variation-revealable.sc-duet-input:hover:not(.disabled) .duet-input-relative.sc-duet-input{box-shadow:0 0 0 1px #909599}.duet-input-variation-revealable.duet-theme-turva.sc-duet-input:hover:not(.disabled) .duet-input-relative.sc-duet-input{box-shadow:0 0 0 1px #747475}.duet-input-variation-revealable.has-error.sc-duet-input:hover:not(.disabled) .duet-input-relative.sc-duet-input{box-shadow:0 0 0 1px #de2362}.duet-input-variation-revealable.duet-theme-turva.has-error.sc-duet-input:hover:not(.disabled) .duet-input-relative.sc-duet-input{box-shadow:0 0 0 1px #e02a0d}";
16
16
 
17
17
  const icons = {
18
18
  search: formSearch,
@@ -46,6 +46,26 @@ const DuetInput = class {
46
46
  fi: "Aika",
47
47
  sv: "Tid",
48
48
  });
49
+ this.showPasswordLabel = getLocaleString({
50
+ en: "Show password",
51
+ fi: "Näytä salasana",
52
+ sv: "Visa lösenord",
53
+ });
54
+ this.hidePasswordLabel = getLocaleString({
55
+ en: "Hide password",
56
+ fi: "Piilota salasana",
57
+ sv: "Dölj lösenord",
58
+ });
59
+ this.passwordShownAriaAnnouncement = getLocaleString({
60
+ en: "Password is shown",
61
+ fi: "Salasana näytetään",
62
+ sv: "Lösenordet visas",
63
+ });
64
+ this.passwordHiddenAriaAnnouncement = getLocaleString({
65
+ en: "Password is hidden",
66
+ fi: "Salasana on piilotettu",
67
+ sv: "Lösenordet är dolt",
68
+ });
49
69
  /**
50
70
  * Component event handling.
51
71
  */
@@ -61,6 +81,14 @@ const DuetInput = class {
61
81
  });
62
82
  };
63
83
  this.onBlur = (ev) => {
84
+ // prevent blur event when focus moves to the reveal password button or the input itself
85
+ if (ev.relatedTarget === this.nativeInput || ev.relatedTarget === this.togglePasswordRevealedButton) {
86
+ return;
87
+ }
88
+ if (this.variation === "revealable") {
89
+ this.isPasswordRevealed = false;
90
+ }
91
+ this.isFocused = false;
64
92
  this.duetBlur.emit({
65
93
  originalEvent: ev,
66
94
  value: this.value,
@@ -68,6 +96,7 @@ const DuetInput = class {
68
96
  });
69
97
  };
70
98
  this.onFocus = (ev) => {
99
+ this.isFocused = true;
71
100
  this.duetFocus.emit({
72
101
  originalEvent: ev,
73
102
  value: this.value,
@@ -81,8 +110,8 @@ const DuetInput = class {
81
110
  component: "duet-input",
82
111
  });
83
112
  };
84
- /** Private functions
85
- *
113
+ /**
114
+ * Private functions
86
115
  */
87
116
  this.getDescribedBy = () => {
88
117
  let describedBy = "";
@@ -109,8 +138,27 @@ const DuetInput = class {
109
138
  if (isEscapeKey(event) && this.clear) {
110
139
  this.handleClearClick(event);
111
140
  }
141
+ if (isEnterKey(event) && this.variation === "revealable") {
142
+ if (event.target === this.togglePasswordRevealedButton) {
143
+ event.stopPropagation();
144
+ }
145
+ else {
146
+ this.isPasswordRevealed = false;
147
+ }
148
+ }
112
149
  return event;
113
150
  };
151
+ this.togglePasswordRevealed = () => {
152
+ this.isPasswordRevealed = !this.isPasswordRevealed;
153
+ };
154
+ this.getInputType = () => {
155
+ if (this.variation === "revealable") {
156
+ return this.isPasswordRevealed ? "text" : "password";
157
+ }
158
+ return this.type;
159
+ };
160
+ this.isPasswordRevealed = false;
161
+ this.isFocused = false;
114
162
  this.accessibleActiveDescendant = undefined;
115
163
  this.accessibleAutocomplete = undefined;
116
164
  this.accessibleControls = undefined;
@@ -184,6 +232,13 @@ const DuetInput = class {
184
232
  this.disallowedPatternChange();
185
233
  this.isCaptionVisible = !!this.caption;
186
234
  }
235
+ componentDidLoad() {
236
+ if (this.variation === "revealable" && this.nativeInput.form) {
237
+ this.nativeInput.form.addEventListener("submit", () => {
238
+ this.isPasswordRevealed = false;
239
+ });
240
+ }
241
+ }
187
242
  /**
188
243
  * Sets focus on the specified `duet-input`. Use this method instead of the global
189
244
  * `input.focus()`.
@@ -259,19 +314,21 @@ const DuetInput = class {
259
314
  (this.type !== "text" && this.type !== "tel" && this.type !== "password" && this.type !== "time")),
260
315
  "has-error": !!this.error,
261
316
  "has-clear": this.clear,
262
- } }, h("duet-label", { theme: this.theme === "turva" ? "turva" : "default", class: { "duet-label-has-tooltip": !!this.tooltip }, margin: this.isCaptionVisible ? "small" : "auto", id: this.labelId, for: identifier }, this.label), this.tooltip && (h("duet-tooltip", { class: "duet-input-tooltip", direction: this.tooltipDirection, accessibleInputLabel: this.label }, this.tooltip)), this.caption && (h("duet-caption", { id: this.topCaptionId, size: "medium" }, this.caption)), h("div", { class: "duet-input-relative" }, this.placeholder && this.echoPlaceholder && (this.value || this.type === "time") && (h("duet-caption", { id: this.topCaptionPlaceholderId, class: "duet-input-placeholder", margin: "none", size: "small" }, this.placeholder)), h("input", Object.assign({ ref: input => (this.nativeInput = input), onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus, type: this.type, class: {
317
+ "has-focus": this.isFocused,
318
+ disabled: this.disabled,
319
+ } }, h("duet-label", { theme: this.theme === "turva" ? "turva" : "default", class: { "duet-label-has-tooltip": !!this.tooltip }, margin: this.isCaptionVisible ? "small" : "auto", id: this.labelId, for: identifier }, this.label), this.tooltip && (h("duet-tooltip", { class: "duet-input-tooltip", direction: this.tooltipDirection, accessibleInputLabel: this.label }, this.tooltip)), this.caption && (h("duet-caption", { id: this.topCaptionId, size: "medium" }, this.caption)), h("div", { class: "duet-input-relative" }, this.placeholder && this.echoPlaceholder && (this.value || this.type === "time") && (h("duet-caption", { id: this.topCaptionPlaceholderId, class: "duet-input-placeholder", margin: "none", size: "small" }, this.placeholder)), h("input", Object.assign({ ref: input => (this.nativeInput = input), onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus, type: this.getInputType(), class: {
263
320
  "duet-input": true,
264
321
  disabled: this.disabled,
265
322
  "is-number": this.component === "number",
266
323
  "is-date": this.component === "date",
267
324
  }, value: this.value, disabled: this.disabled, "aria-invalid": this.error ? "true" : "false", "aria-labelledby": this.accessibleLabelledBy
268
325
  ? `${this.errorId} ${this.labelId} ${this.accessibleLabelledBy}`
269
- : `${this.errorId} ${this.labelId}`, "aria-controls": this.accessibleControls, "aria-autocomplete": this.accessibleAutocomplete, "aria-activedescendant": this.accessibleActiveDescendant, "aria-details": this.accessibleDetails, "aria-errormessage": this.error ? this.errorId : null, "aria-description": this.accessibleDescription, "aria-expanded": this.accessibleExpanded, "aria-haspopup": this.accessibleHasPopup, "aria-owns": this.accessibleOwns, "aria-describedby": this.getDescribedBy(), placeholder: this.placeholder, spellcheck: "false", minlength: this.minlength, maxlength: this.maxlength, autocomplete: this.autoComplete, required: this.required, role: this.role, name: this.name, id: identifier }, inputProps)), !this.value && hasInputIcon && (h("div", { class: "duet-input-icon" }, h("duet-icon", { margin: "none", size: "small", icon: icons[this.type].svg, color: "currentColor" }))), this.clear && this.value && (h("div", { class: {
326
+ : `${this.errorId} ${this.labelId}`, "aria-controls": this.accessibleControls, "aria-autocomplete": this.accessibleAutocomplete, "aria-activedescendant": this.accessibleActiveDescendant, "aria-details": this.accessibleDetails, "aria-errormessage": this.error ? this.errorId : null, "aria-description": this.accessibleDescription, "aria-expanded": this.accessibleExpanded, "aria-haspopup": this.accessibleHasPopup, "aria-owns": this.accessibleOwns, "aria-describedby": this.getDescribedBy(), placeholder: this.placeholder, spellcheck: "false", minlength: this.minlength, maxlength: this.maxlength, autocomplete: this.type === "password" ? "off" : this.autoComplete, required: this.required, role: this.role, name: this.name, id: identifier }, inputProps)), !this.value && hasInputIcon && (h("div", { class: "duet-input-icon" }, h("duet-icon", { margin: "none", size: "small", icon: icons[this.type].svg, color: "currentColor" }))), this.clear && this.value && (h("div", { class: {
270
327
  "duet-input-clear-icon": true,
271
328
  "duet-input-clear-icon-single": !hasInputIcon,
272
329
  "duet-input-clear-icon-double": !!this.icon,
273
330
  "duet-input-clear-icon-button": this.variation === "button",
274
- } }, h("button", { onClick: this.handleClearClick, id: this.clearId, "aria-label": this.clearLabel, "aria-keyshortcuts": "Escape" }, h("duet-icon", { margin: "none", size: "medium", name: "action-clear-input", color: "currentColor" })))), this.icon && this.variation !== "button" && (h("div", { class: "duet-input-icon" }, h("duet-icon", { margin: "none", size: "small", name: this.icon, color: "currentColor" }))), this.variation === "button" && h("slot", { name: "button" }), h("slot", null)), h("span", { class: "duet-input-help", id: this.errorId, "aria-atomic": "true", "aria-live": "polite", "aria-relevant": "additions removals" }, this.error && h("span", { class: "duet-input-error" }, this.error)))));
331
+ } }, h("button", { onClick: this.handleClearClick, id: this.clearId, "aria-label": this.clearLabel, "aria-keyshortcuts": "Escape" }, h("duet-icon", { margin: "none", size: "medium", name: "action-clear-input", color: "currentColor" })))), this.icon && this.variation !== "button" && (h("div", { class: "duet-input-icon" }, h("duet-icon", { margin: "none", size: "small", name: this.icon, color: "currentColor" }))), this.variation === "button" && h("slot", { name: "button" }), this.variation === "revealable" && (h("duet-button", { ref: button => (this.togglePasswordRevealedButton = button), onBlur: this.onBlur, onFocus: this.onFocus, onClick: this.togglePasswordRevealed, icon: this.isPasswordRevealed ? "action-hide" : "action-show", accessibleLabel: this.isPasswordRevealed ? this.hidePasswordLabel : this.showPasswordLabel, margin: "none", variation: "input-button-embedded", fixed: true, iconOnly: true })), this.variation === "revealable" && (h("duet-visually-hidden", null, h("span", { "aria-live": "polite" }, this.isPasswordRevealed ? this.passwordShownAriaAnnouncement : this.passwordHiddenAriaAnnouncement))), h("slot", null)), h("span", { class: "duet-input-help", id: this.errorId, "aria-atomic": "true", "aria-live": "polite", "aria-relevant": "additions removals" }, this.error && h("span", { class: "duet-input-error" }, this.error)))));
275
332
  }
276
333
  get element() { return getElement(this); }
277
334
  static get watchers() { return {
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { i as isInternetExplorer } from './is-internet-explorer-62b3bdbd.js';
6
6
 
7
7
  const duetLayoutCss = "*,*::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;flex:1 0 auto;width:100%}:host(.duet-middle){display:flex}:host(.duet-middle) .duet-layout{padding:36px 28px !important}@media (min-width: 36em){:host(.duet-middle) .duet-layout{padding:48px 36px !important}}@media (min-width: 62em){:host(.duet-middle) .duet-layout{padding:56px !important}}:host(.duet-ie){height:100%}:host(.duet-middle.duet-ie){height:auto}.duet-layout{position:relative;padding:0 16px;margin:48px auto 36px}@media (max-width: 20.5em){.duet-layout.padding-xxx-small{padding:0}}@media (max-width: 22.5em){.duet-layout.padding-xx-small{padding:0}}@media (max-width: 35.9375em){.duet-layout.padding-x-small{padding:0}}@media (min-width: 36em){.duet-layout.padding-small{padding:0}}@media (min-width: 48em){.duet-layout.padding-medium{padding:0}}@media (min-width: 62em){.duet-layout.padding-large{padding:0}}@media (min-width: 64.0625em){.duet-layout.padding-x-large{padding:0}}@media (min-width: 76.25em){.duet-layout.padding-xx-large{padding:0}}@media (min-width: 106.25em){.duet-layout.padding-xxx-large{padding:0}}@media (min-width: 36em){.duet-layout{margin-top:72px}}.duet-layout.duet-layout-has-top{margin-top:0}.duet-layout.duet-m-0{margin-top:0 !important;margin-bottom:0 !important}.duet-layout.duet-center{display:flex;align-items:center;justify-content:center;width:100%;max-width:888px}@media (min-width: 36em){.duet-layout.duet-center{padding:0 48px}}@media (min-width: 48em){.duet-layout.duet-center{padding:0 72px}}@media (min-width: 62em){.duet-layout.duet-center{width:100%}}@media (min-width: 36em){.duet-layout{padding:0 28px}}@media (min-width: 62em){.duet-layout{display:flex;flex-direction:row;padding:0 56px;margin-bottom:48px}}@media (min-width: 76.25em){.duet-layout{max-width:1110px;padding:0}}.duet-main,.duet-sidebar,.duet-layout-top,.duet-layout-bottom{display:block;width:100%}.duet-layout-top{position:relative;display:block;width:100%;margin:72px auto 0}.duet-layout-top.duet-m-0{margin-top:0 !important;margin-bottom:0 !important}.duet-layout-top .duet-layout-top-wrapper{padding:0 20px;margin:0 auto}@media (min-width: 36em){.duet-layout-top .duet-layout-top-wrapper{padding:0 28px}}@media (min-width: 62em){.duet-layout-top .duet-layout-top-wrapper{padding:0 56px}}@media (min-width: 76.25em){.duet-layout-top .duet-layout-top-wrapper{max-width:1110px;padding:0}}.duet-center .duet-layout-top-wrapper{max-width:888px}@media (min-width: 36em){.duet-center .duet-layout-top-wrapper{padding:0 48px}}@media (min-width: 48em){.duet-center .duet-layout-top-wrapper{padding:0 72px}}@media (min-width: 62em){.duet-main{min-width:600px;margin:0 auto}.has-sidebar .duet-main{max-width:734px;margin-right:20px}}@media (min-width: 62em){.duet-sidebar{min-width:256px;max-width:356px}}@media (min-width: 62em){.duet-sidebar-container{width:auto;max-width:356px}}@media (min-width: 62em){.duet-sidebar-container.has-tabs{margin-top:89px}}@media (min-width: 62em){.duet-sidebar-container.sticky{position:sticky}.duet-sidebar-container.sticky.with-links{top:calc(3rem + 20px)}.duet-sidebar-container.sticky.without-links{top:calc(4rem + 20px)}}";
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, g as getElement, H as Host } from './index-bcdc5466.js';
4
+ import { r as registerInstance, h, g as getElement, H as Host } from './index-e394f675.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
6
6
  import { w as watchForOptions } from './watch-options-dd55bce8.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { m as media_query_large } from './tokens-0963dc8b.js';
6
6
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
7
7
 
@@ -21,6 +21,17 @@ const DuetMenuBarButton = class {
21
21
  }
22
22
  };
23
23
  this.iconSize = "x-small";
24
+ this.accessibleLabel = undefined;
25
+ this.accessibleControls = undefined;
26
+ this.accessiblePopup = "false";
27
+ this.accessibleActiveDescendant = undefined;
28
+ this.accessibleOwns = undefined;
29
+ this.accessibleDescribedBy = undefined;
30
+ this.accessibleDetails = undefined;
31
+ this.accessibleLabelledBy = undefined;
32
+ this.accessibleDescription = undefined;
33
+ this.accessibleExpanded = undefined;
34
+ this.accessiblePressed = undefined;
24
35
  this.theme = "";
25
36
  this.icon = undefined;
26
37
  }
@@ -66,7 +77,7 @@ const DuetMenuBarButton = class {
66
77
  return (h(Host, { onfocus: () => this.setFocus() }, h("button", { ref: button => (this.nativeButton = button), class: {
67
78
  "duet-menu-bar-button": true,
68
79
  "duet-theme-turva": this.theme === "turva",
69
- } }, this.icon && h("duet-icon", { size: this.iconSize, name: this.icon, margin: "none" }), h("slot", null))));
80
+ }, "aria-controls": this.accessibleControls, "aria-label": this.accessibleLabel, "aria-expanded": this.accessibleExpanded != null ? this.accessibleExpanded.toString() : undefined, "aria-activedescendant": this.accessibleActiveDescendant, "aria-owns": this.accessibleOwns, "aria-describedby": this.accessibleDescribedBy, "aria-labelledby": this.accessibleLabelledBy, "aria-details": this.accessibleDetails, "aria-description": this.accessibleDescription, "aria-pressed": this.accessiblePressed != null ? this.accessiblePressed.toString() : undefined, "aria-haspopup": this.accessiblePopup != null ? this.accessiblePopup.toString() : undefined }, this.icon && h("duet-icon", { size: this.iconSize, name: this.icon, margin: "none" }), h("slot", null))));
70
81
  }
71
82
  get element() { return getElement(this); }
72
83
  };
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
6
6
 
7
7
  const duetMenuBarDropdownLinkCss = "*,*::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;width:100%;height:100%}.duet-menu-bar-dropdown-link{display:flex;flex-direction:row;gap:0.5rem;align-items:center;justify-content:flex-start;height:100%;padding:0.5rem 20px;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:0.875rem;font-weight:400;line-height:1.25;color:#00294d;text-align:center;text-decoration:none}.duet-menu-bar-dropdown-link.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:#171c3a}.duet-menu-bar-dropdown-link--slot-right:hover{background:#e6f2f8}.duet-menu-bar-dropdown-link--slot-right:hover.duet-theme-turva{background:#e4e4e6}.duet-menu-bar-dropdown-link--slot-below:hover{color:#004d80;background:#f3f9fc}.duet-menu-bar-dropdown-link--slot-below:hover.duet-theme-turva{color:#940925;background:#e4e4e6}";
@@ -23,7 +23,6 @@ const DuetMenuBarDropdownLink = class {
23
23
  this.theme = "";
24
24
  this.href = "#";
25
25
  this.icon = undefined;
26
- this.caret = false;
27
26
  }
28
27
  /**
29
28
  * Component lifecycle events.
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
6
6
 
7
7
  const duetMenuBarDropdownCss = "*,*::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%}.duet-menu-bar-dropdown{position:relative;height:100%}.duet-menu-bar-dropdown button{position:relative;display:flex;gap:8px;align-items:center;justify-content:center;height:100%;min-height:5rem;padding:0 12px;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:0.875rem;font-weight:400;line-height:1.25;color:#004d80;text-align:center;text-decoration:none;cursor:pointer}@media (min-width: 62em){.duet-menu-bar-dropdown button{padding:0 20px}}@media (min-width: 64.0625em){.duet-menu-bar-dropdown button{padding:0 28px}}.duet-menu-bar-dropdown button:hover{color:#0077b3}.duet-menu-bar-dropdown button .label{display:flex;gap:0.5rem;align-items:center;justify-content:center}.duet-menu-bar-dropdown button.active{color:#0077b3}.duet-menu-bar-dropdown button.active .caret{transform:rotate(180deg)}.duet-theme-turva .duet-menu-bar-dropdown button.active{color:#c60c30}.duet-menu-bar-dropdown button.active::after{position:absolute;top:auto;bottom:2px;left:0;display:block;width:100%;height:2px;content:\"\";background:#0077b3;transition:300ms ease;transform:translateY(2px)}.duet-theme-turva .duet-menu-bar-dropdown button.active::after{background:#c60c30}.duet-menu-bar-dropdown .items{position:absolute;right:0%;left:auto;z-index:600;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:225px;padding:1rem 0;color:#00294d;background:#f3f9fc;border-radius:0 0 8px 8px;box-shadow:0 6px 6px 0 rgba(0, 41, 77, 0.1)}.duet-menu-bar-dropdown .items.hidden{display:none}.duet-menu-bar-dropdown.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:#940925}.duet-menu-bar-dropdown.duet-theme-turva button:hover{color:#c60c30}.duet-menu-bar-dropdown.duet-theme-turva button.active{color:#c60c30}.duet-menu-bar-dropdown.duet-theme-turva button.active::after{background:#c60c30}.duet-menu-bar-dropdown.duet-theme-turva .items{background:#f5f5f7}";
@@ -23,6 +23,7 @@ const DuetMenuBarDropdown = class {
23
23
  return "right";
24
24
  }
25
25
  };
26
+ this.accessibleLabel = undefined;
26
27
  this.theme = "";
27
28
  this.open = false;
28
29
  this.icon = undefined;
@@ -49,7 +50,7 @@ const DuetMenuBarDropdown = class {
49
50
  "duet-theme-turva": this.theme === "turva",
50
51
  active: this.open,
51
52
  [`duet-menu-bar-dropdown--slot-${this.getVariant()}`]: true,
52
- } }, h("button", { "aria-haspopup": "menu", "aria-controls": "menu", "aria-expanded": this.open ? "true" : "false", id: "button", type: "button", class: {
53
+ } }, h("button", { "aria-label": this.accessibleLabel, "aria-haspopup": "menu", "aria-controls": "menu", "aria-expanded": this.open ? "true" : "false", id: "button", type: "button", class: {
53
54
  active: this.open,
54
55
  }, 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: {
55
56
  items: true,
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { m as media_query_large } from './tokens-0963dc8b.js';
6
6
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { m as media_query_large, c as media_query_xx_large } from './tokens-0963dc8b.js';
6
6
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
7
7
 
@@ -1,12 +1,12 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, c as createEvent, h, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, c as createEvent, h, g as getElement } from './index-e394f675.js';
5
5
  import { d as disableBodyScroll, e as enableBodyScroll } from './bodyScrollLock.es6-61b5e9a4.js';
6
6
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
7
7
  import { c as createID } from './create-id-981107da.js';
8
- import { f as focusElement, F as FocusGuard } from './focus-utils-f1a08e01.js';
9
- import { f as isEscapeKey } from './keyboard-utils-88ea1007.js';
8
+ import { f as focusElement, F as FocusGuard } from './focus-utils-9717e725.js';
9
+ import { f as isEscapeKey } from './keyboard-utils-d237bd5a.js';
10
10
  import { a as getLanguage, g as getLocaleString } from './language-utils-bf701d37.js';
11
11
  import './string-utils-5954f458.js';
12
12
 
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
6
6
  import { c as createID } from './create-id-981107da.js';
7
- import { f as isEscapeKey, o as isTabKey, n as isEnterKey, d as isArrowLeftKey, b as isArrowUpKey, a as isArrowRightKey, c as isArrowDownKey } from './keyboard-utils-88ea1007.js';
7
+ import { f as isEscapeKey, o as isTabKey, j as isEnterKey, d as isArrowLeftKey, b as isArrowUpKey, a as isArrowRightKey, c as isArrowDownKey } from './keyboard-utils-d237bd5a.js';
8
8
  import { g as getLocaleString } from './language-utils-bf701d37.js';
9
9
  import { p as parsePossibleJSON } from './string-utils-5954f458.js';
10
10
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
6
6
 
7
7
  const duetNavCss = "*,*::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;width:100%}slot[name=mobile]{display:inherit}slot[name=desktop]{display:none}@media ((min-width: 62em)){slot[name=mobile]{display:none}slot[name=desktop]{display:inherit}}";
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, h, g as getElement } from './index-e394f675.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
6
6
  import { a as getLanguage, g as getLocaleString } from './language-utils-bf701d37.js';
7
7
  import { a as actionArrowDownSmall } from './action-arrow-down-small-82273dc8.js';
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
6
6
  import { c as createID } from './create-id-981107da.js';
7
- import { a as isArrowRightKey, b as isArrowUpKey, c as isArrowDownKey, d as isArrowLeftKey, e as isBackspaceKey } from './keyboard-utils-88ea1007.js';
7
+ import { a as isArrowRightKey, b as isArrowUpKey, c as isArrowDownKey, d as isArrowLeftKey, e as isBackspaceKey } from './keyboard-utils-d237bd5a.js';
8
8
  import { a as getLanguage, b as getLocale, g as getLocaleString } from './language-utils-bf701d37.js';
9
9
  import './string-utils-5954f458.js';
10
10
 
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, c as createEvent, h, F as Fragment, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, c as createEvent, h, F as Fragment, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
6
6
  import { c as createID } from './create-id-981107da.js';
7
7
  import { d as debounce } from './js-utils-fa98b8cd.js';
8
- import { j as isArrowKey, k as isNumber, d as isArrowLeftKey, b as isArrowUpKey, a as isArrowRightKey, c as isArrowDownKey, l as isMinusKey, m as isPlusKey } from './keyboard-utils-88ea1007.js';
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-d237bd5a.js';
9
9
  import { g as getLocaleString } from './language-utils-bf701d37.js';
10
10
  import './string-utils-5954f458.js';
11
11
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
6
6
  import { c as createID } from './create-id-981107da.js';
7
7
  import { g as getLocaleString } from './language-utils-bf701d37.js';
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
6
6
  import { c as createID } from './create-id-981107da.js';
7
7
  import { f as findCheckedOption, w as watchForOptions } from './watch-options-dd55bce8.js';
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { i as colorPrimaryTurva, j as colorGrayTurva, k as colorPrimary, l as colorGray } from './tokens.module-d3321092.js';
6
6
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
7
7
  import { c as createID } from './create-id-981107da.js';
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement, c as createEvent } from './index-bcdc5466.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement, c as createEvent } from './index-e394f675.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
6
6
  import { g as getLocaleString, a as getLanguage } from './language-utils-bf701d37.js';
7
7
  import { c as createID } from './create-id-981107da.js';
8
- import { d as isArrowLeftKey, b as isArrowUpKey, a as isArrowRightKey, c as isArrowDownKey } from './keyboard-utils-88ea1007.js';
8
+ import { d as isArrowLeftKey, b as isArrowUpKey, a as isArrowRightKey, c as isArrowDownKey } from './keyboard-utils-d237bd5a.js';
9
9
  import './string-utils-5954f458.js';
10
10
 
11
11
  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}: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--occluded{display:none}:host .duet-scrollable-items .duet-scrollable-list{display:flex;flex-wrap:nowrap;gap:20px;padding-top:2px;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::-webkit-scrollbar{display:none}::slotted(*){scroll-snap-align:center;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}";
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { i as isInternetExplorer } from './is-internet-explorer-62b3bdbd.js';
6
6
 
7
7
  const duetSectionLayoutCss = "*,*::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;flex:1 0 auto;width:100%}:host(.duet-middle){display:flex}:host(.duet-middle) .duet-layout{padding:36px 28px !important}@media (min-width: 36em){:host(.duet-middle) .duet-layout{padding:48px 36px !important}}@media (min-width: 62em){:host(.duet-middle) .duet-layout{padding:56px !important}}:host(.duet-ie){height:100%}:host(.duet-middle.duet-ie){height:auto}.duet-layout{position:relative;padding:0 16px;margin:48px auto 36px}@media (min-width: 36em){.duet-layout{margin-top:72px}}.duet-layout.duet-m-0{margin-top:0 !important;margin-bottom:0 !important}@media (min-width: 36em){.duet-layout{padding:0 28px}}@media (min-width: 62em){.duet-layout{display:flex;flex-direction:row;padding:0 56px;margin-bottom:48px}}@media (min-width: 76.25em){.duet-layout{max-width:1110px;padding:0}}.duet-main{display:block;width:100%}@media (min-width: 62em){.duet-main{min-width:600px;margin:0 auto}.has-sidebar .duet-main{max-width:734px;margin-right:20px}}";
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
6
6
  import { c as createID } from './create-id-981107da.js';
7
7
  import { p as parsePossibleJSON } from './string-utils-5954f458.js';
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
6
6
  import { g as getLocaleString } from './language-utils-bf701d37.js';
7
7
  import './string-utils-5954f458.js';
@@ -1,19 +1,22 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
6
6
 
7
- const duetSlideoutLinkCss = "*,*::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;width:100%;height:100%}.duet-slideout-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:inherit;font-weight:inherit;line-height:1.25;color:inherit;text-align:left;text-decoration:none}.duet-slideout-link.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-slideout-link.active span{position:relative}.duet-slideout-link.active span::after{position:absolute;top:auto;bottom:0;left:0;display:block;width:100%;height:var(--active-height, 2px);content:\"\";background:#0077b3;transform:var(--active-translate-y, translateY(2px))}.duet-slideout-link.active.duet-theme-turva span::after{background:#c60c30}.duet-slideout-link.small{font-size:1rem;font-weight:600}.duet-slideout-link.small span::after{--active-height:1px;--active-translate-y:1px}.duet-slideout-link.medium{font-size:1.25rem;font-weight:600}.duet-slideout-link.large{font-size:1.5rem;font-weight:800}";
7
+ const duetSlideoutLinkCss = "*,*::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;width:100%;height:100%}.duet-slideout-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:inherit;font-weight:inherit;line-height:1.25;color:inherit;text-align:left;text-decoration:none}.duet-slideout-link.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-slideout-link.active span{position:relative}.duet-slideout-link.active span::after{position:absolute;top:auto;bottom:0;left:0;display:block;width:100%;height:var(--active-height, 2px);content:\"\";background:#0077b3;transform:var(--active-translate-y, translateY(2px))}.duet-slideout-link.active.duet-theme-turva span::after{background:#c60c30}.duet-slideout-link.small{font-size:1rem;font-weight:600}.duet-slideout-link.small span::after{--active-height:1px;--active-translate-y:1px}.duet-slideout-link.medium{font-size:1.25rem;font-weight:600}.duet-slideout-link.large{font-size:1.5rem;font-weight:800}slot[name=description]::slotted(*){display:block;padding:8px 0 0;font-size:1rem;font-size:1.25;font-weight:400;color:#657787}.duet-theme-turva slot[name=description]::slotted(*){color:#444445}";
8
8
 
9
9
  const DuetSlideoutLink = class {
10
10
  constructor(hostRef) {
11
11
  registerInstance(this, hostRef);
12
+ this.accessibleLabel = undefined;
12
13
  this.theme = "";
14
+ this.targetLanguage = undefined;
13
15
  this.active = false;
14
16
  this.href = "#";
15
17
  this.icon = undefined;
16
18
  this.size = "inherit";
19
+ this.caret = false;
17
20
  this.menuItem = false;
18
21
  }
19
22
  /**
@@ -32,7 +35,7 @@ const DuetSlideoutLink = class {
32
35
  "duet-theme-turva": this.theme === "turva",
33
36
  active: this.active,
34
37
  [this.size]: true,
35
- }, href: this.href, role: this.menuItem && "menuitem" }, this.icon && (h("duet-icon", { name: this.icon, color: this.menuItem && "currentColor", size: this.menuItem ? "x-small" : "medium", margin: "none" })), h("span", null, h("slot", null)))));
38
+ }, href: this.href, role: this.menuItem && "menuitem", lang: this.targetLanguage, hreflang: this.targetLanguage, "aria-label": this.accessibleLabel }, this.icon && (h("duet-icon", { name: this.icon, color: this.menuItem && "currentColor", size: this.menuItem ? "x-small" : "medium", margin: "none" })), h("span", null, h("slot", null), h("slot", { name: "description" })), this.caret && h("duet-icon", { name: "action-arrow-right", color: "primary", size: "x-small", margin: "none" }))));
36
39
  }
37
40
  get element() { return getElement(this); }
38
41
  };
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bcdc5466.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-e394f675.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
6
6
 
7
7
  const duetSlideoutPanelDropdownCss = "*,*::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;width:100%;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-dropdown{position:relative;width:100%;height:100%}.duet-slideout-panel-dropdown button{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.25rem;font-weight:800;line-height:1.25;color:#00294d;text-align:center;text-decoration:none;cursor:pointer}.duet-slideout-panel-dropdown button .label{display:flex;gap:0.5rem;align-items:center;justify-content:center}.duet-slideout-panel-dropdown .items{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-height:1000px;padding:0 20px 8px 44px;overflow-y:auto;visibility:visible;transition:max-height 0.3s ease-in, padding-bottom 0.3s ease-in}.duet-slideout-panel-dropdown .items.hidden{max-height:0;padding:0;overflow:hidden;visibility:hidden;transition:max-height 0.3s ease-out, padding-bottom 0.3s ease-out}.duet-slideout-panel-dropdown.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:#940925}slot{--active-height:1px;--active-translate-y:translateY(1px);font-size:1rem;font-weight:400;color:#00294d}.duet-theme-turva slot{color:#940925}slot[name=label]{font-size:1rem;font-weight:600}";