@duetds/components 6.0.6 → 6.0.7

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 (331) hide show
  1. package/hydrate/index.js +7 -4
  2. package/lib/cjs/duet-action-button.cjs.entry.js +1 -1
  3. package/lib/cjs/duet-alert.cjs.entry.js +1 -1
  4. package/lib/cjs/duet-badge.cjs.entry.js +1 -1
  5. package/lib/cjs/duet-breadcrumb.cjs.entry.js +1 -1
  6. package/lib/cjs/duet-breadcrumbs.cjs.entry.js +1 -1
  7. package/lib/cjs/duet-button_2.cjs.entry.js +2 -2
  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 +8 -6
  12. package/lib/cjs/duet-collapsible.cjs.entry.js +1 -1
  13. package/lib/cjs/duet-combobox.cjs.entry.js +1 -1
  14. package/lib/cjs/duet-cookie-consent.cjs.entry.js +1 -1
  15. package/lib/cjs/duet-date-picker.cjs.entry.js +2 -2
  16. package/lib/cjs/duet-divider_2.cjs.entry.js +1 -1
  17. package/lib/cjs/duet-editable-table_3.cjs.entry.js +2 -2
  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 +1 -1
  26. package/lib/cjs/duet-layout.cjs.entry.js +1 -1
  27. package/lib/cjs/duet-list_2.cjs.entry.js +1 -1
  28. package/lib/cjs/duet-modal.cjs.entry.js +2 -2
  29. package/lib/cjs/duet-notification_2.cjs.entry.js +1 -1
  30. package/lib/cjs/duet-number-input.cjs.entry.js +1 -1
  31. package/lib/cjs/duet-pagination_2.cjs.entry.js +1 -1
  32. package/lib/cjs/duet-progress.cjs.entry.js +1 -1
  33. package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
  34. package/lib/cjs/duet-range-slider.cjs.entry.js +1 -1
  35. package/lib/cjs/duet-scrollable_3.cjs.entry.js +1 -1
  36. package/lib/cjs/duet-select.cjs.entry.js +1 -1
  37. package/lib/cjs/duet-step_2.cjs.entry.js +1 -1
  38. package/lib/cjs/duet-textarea.cjs.entry.js +1 -1
  39. package/lib/cjs/duet-toggle.cjs.entry.js +1 -1
  40. package/lib/cjs/duet-tooltip.cjs.entry.js +1 -1
  41. package/lib/cjs/duet-tray.cjs.entry.js +1 -1
  42. package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
  43. package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
  44. package/lib/cjs/duet.cjs.js +1 -1
  45. package/lib/cjs/{focus-utils-dd4ce1de.js → focus-utils-46880ee6.js} +1 -1
  46. package/lib/cjs/{index-e4517eb5.js → index-54afad07.js} +1 -1
  47. package/lib/cjs/loader.cjs.js +1 -1
  48. package/lib/collection/components/duet-button/duet-button.css +4 -4
  49. package/lib/collection/components/duet-choice/duet-choice.js +1 -1
  50. package/lib/collection/components/duet-choice-group/duet-choice-group.js +5 -3
  51. package/lib/collection/components/duet-upload/duet-upload.js +1 -1
  52. package/lib/dist-custom-elements/duet-action-button.js +1 -1
  53. package/lib/dist-custom-elements/duet-alert.js +1 -1
  54. package/lib/dist-custom-elements/duet-badge.js +1 -1
  55. package/lib/dist-custom-elements/duet-breadcrumb.js +2 -2
  56. package/lib/dist-custom-elements/duet-breadcrumbs.js +2 -2
  57. package/lib/dist-custom-elements/duet-button.js +1 -1
  58. package/lib/dist-custom-elements/duet-caption.js +1 -1
  59. package/lib/dist-custom-elements/duet-card.js +3 -3
  60. package/lib/dist-custom-elements/duet-checkbox.js +1 -1
  61. package/lib/dist-custom-elements/duet-choice-group.js +11 -9
  62. package/lib/dist-custom-elements/duet-choice.js +6 -6
  63. package/lib/dist-custom-elements/duet-collapsible.js +2 -2
  64. package/lib/dist-custom-elements/duet-combobox.js +3 -3
  65. package/lib/dist-custom-elements/duet-cookie-consent.js +6 -6
  66. package/lib/dist-custom-elements/duet-date-picker.js +8 -8
  67. package/lib/dist-custom-elements/duet-divider.js +1 -1
  68. package/lib/dist-custom-elements/duet-editable-table.js +1 -1
  69. package/lib/dist-custom-elements/duet-empty-state.js +1 -1
  70. package/lib/dist-custom-elements/duet-fieldset.js +1 -1
  71. package/lib/dist-custom-elements/duet-footer.js +4 -4
  72. package/lib/dist-custom-elements/duet-grid-item.js +1 -1
  73. package/lib/dist-custom-elements/duet-grid.js +1 -1
  74. package/lib/dist-custom-elements/duet-header.js +8 -8
  75. package/lib/dist-custom-elements/duet-heading.js +1 -1
  76. package/lib/dist-custom-elements/duet-hero.js +9 -9
  77. package/lib/dist-custom-elements/duet-icon.js +1 -1
  78. package/lib/dist-custom-elements/duet-input.js +1 -1
  79. package/lib/dist-custom-elements/duet-label.js +1 -1
  80. package/lib/dist-custom-elements/duet-layout.js +1 -1
  81. package/lib/dist-custom-elements/duet-link.js +1 -1
  82. package/lib/dist-custom-elements/duet-list-item.js +1 -1
  83. package/lib/dist-custom-elements/duet-list.js +1 -1
  84. package/lib/dist-custom-elements/duet-logo.js +1 -1
  85. package/lib/dist-custom-elements/duet-modal.js +7 -7
  86. package/lib/dist-custom-elements/duet-notification-drawer.js +4 -4
  87. package/lib/dist-custom-elements/duet-notification.js +2 -2
  88. package/lib/dist-custom-elements/duet-number-input.js +7 -7
  89. package/lib/dist-custom-elements/duet-pagination.js +7 -7
  90. package/lib/dist-custom-elements/duet-paragraph.js +1 -1
  91. package/lib/dist-custom-elements/duet-progress.js +1 -1
  92. package/lib/dist-custom-elements/duet-radio-group.js +6 -6
  93. package/lib/dist-custom-elements/duet-radio.js +1 -1
  94. package/lib/dist-custom-elements/duet-range-slider.js +2 -2
  95. package/lib/dist-custom-elements/duet-range-stepper.js +4 -4
  96. package/lib/dist-custom-elements/duet-scrollable.js +1 -1
  97. package/lib/dist-custom-elements/duet-select.js +1 -1
  98. package/lib/dist-custom-elements/duet-spacer.js +1 -1
  99. package/lib/dist-custom-elements/duet-spinner.js +1 -1
  100. package/lib/dist-custom-elements/duet-step.js +4 -4
  101. package/lib/dist-custom-elements/duet-stepper.js +2 -2
  102. package/lib/dist-custom-elements/duet-tab-group.js +8 -8
  103. package/lib/dist-custom-elements/duet-tab.js +1 -1
  104. package/lib/dist-custom-elements/duet-table.js +1 -1
  105. package/lib/dist-custom-elements/duet-textarea.js +8 -8
  106. package/lib/dist-custom-elements/duet-toggle.js +2 -2
  107. package/lib/dist-custom-elements/duet-tooltip.js +1 -1
  108. package/lib/dist-custom-elements/duet-tray.js +3 -3
  109. package/lib/dist-custom-elements/duet-upload-aria-status.js +1 -1
  110. package/lib/dist-custom-elements/duet-upload.js +19 -19
  111. package/lib/dist-custom-elements/duet-visually-hidden.js +1 -1
  112. package/lib/dist-custom-elements/index.js +1 -1
  113. package/lib/dist-custom-elements/{p-9f0235d2.js → p-01a47ed0.js} +1 -1
  114. package/lib/dist-custom-elements/{p-29eb2df5.js → p-068d8815.js} +1 -1
  115. package/lib/dist-custom-elements/{p-199c2f56.js → p-0a3b3fbb.js} +5 -5
  116. package/lib/dist-custom-elements/{p-28011c52.js → p-10a1a3da.js} +1 -1
  117. package/lib/dist-custom-elements/{p-7576d4ff.js → p-12a61b16.js} +1 -1
  118. package/lib/dist-custom-elements/{p-d7e59b1c.js → p-1940df2f.js} +1 -1
  119. package/lib/dist-custom-elements/{p-c04225ed.js → p-2215e15e.js} +6 -6
  120. package/lib/dist-custom-elements/{p-7c13db02.js → p-2f73ed5f.js} +2 -2
  121. package/lib/dist-custom-elements/{p-592779ce.js → p-3185bbc5.js} +1 -1
  122. package/lib/dist-custom-elements/{p-cb00b1f9.js → p-3426a84c.js} +2 -2
  123. package/lib/dist-custom-elements/{p-7289badb.js → p-4e94138b.js} +5 -5
  124. package/lib/dist-custom-elements/{p-e0a69099.js → p-565c7b5e.js} +1 -1
  125. package/lib/dist-custom-elements/{p-87a6b2d6.js → p-59480ad8.js} +1 -1
  126. package/lib/dist-custom-elements/{p-082654a0.js → p-76a78894.js} +1 -1
  127. package/lib/dist-custom-elements/{p-a379b2d3.js → p-836021e7.js} +2 -2
  128. package/lib/dist-custom-elements/{p-b74969f0.js → p-85e4dd88.js} +2 -2
  129. package/lib/dist-custom-elements/{p-b39ebe64.js → p-a081f721.js} +3 -3
  130. package/lib/dist-custom-elements/{p-80931556.js → p-a56649ff.js} +6 -6
  131. package/lib/dist-custom-elements/{p-aa0d2da3.js → p-b7f5c755.js} +1 -1
  132. package/lib/dist-custom-elements/{p-64632357.js → p-bf876e72.js} +2 -2
  133. package/lib/dist-custom-elements/{p-aa492620.js → p-c36d9eb5.js} +1 -1
  134. package/lib/dist-custom-elements/{p-a426557f.js → p-c8517782.js} +1 -1
  135. package/lib/dist-custom-elements/{p-b32fb567.js → p-d05492d6.js} +1 -1
  136. package/lib/dist-custom-elements/{p-8cd228d4.js → p-dfb36895.js} +1 -1
  137. package/lib/dist-custom-elements/{p-bf5314b7.js → p-f07d95b9.js} +1 -1
  138. package/lib/dist-custom-elements/{p-7f15884f.js → p-f20bce7d.js} +1 -1
  139. package/lib/dist-custom-elements/{p-4945e262.js → p-f23c23e9.js} +3 -3
  140. package/lib/dist-custom-elements/{p-d00cffea.js → p-f42b7c16.js} +3 -3
  141. package/lib/dist-custom-elements/{p-3a9cfcc9.js → p-fbb39f58.js} +1 -1
  142. package/lib/dist-custom-elements/{p-4f279f53.js → p-fe39bfb6.js} +7 -7
  143. package/lib/duet/duet.esm.js +1 -1
  144. package/lib/duet/duet.js +1 -1
  145. package/lib/duet/{p-52c056db.entry.js → p-00030749.entry.js} +1 -1
  146. package/lib/duet/{p-d02af930.entry.js → p-00228a70.entry.js} +1 -1
  147. package/lib/duet/{p-251a5aac.system.entry.js → p-0082ff0a.system.entry.js} +1 -1
  148. package/lib/duet/{p-5a996bf9.entry.js → p-0433b19b.entry.js} +1 -1
  149. package/lib/duet/{p-2f94a10d.system.entry.js → p-0ef9099d.system.entry.js} +1 -1
  150. package/lib/duet/{p-0213ed5d.system.entry.js → p-108f093f.system.entry.js} +1 -1
  151. package/lib/duet/{p-8fbe317b.system.js → p-1219c251.system.js} +1 -1
  152. package/lib/duet/{p-7fa21213.entry.js → p-13cdbe65.entry.js} +1 -1
  153. package/lib/duet/{p-7c667e8f.entry.js → p-14e9ccd4.entry.js} +1 -1
  154. package/lib/duet/p-159ce776.js +4 -0
  155. package/lib/duet/{p-65ee3b0a.system.entry.js → p-16f67902.system.entry.js} +1 -1
  156. package/lib/duet/{p-fafcae12.system.entry.js → p-177abbdc.system.entry.js} +1 -1
  157. package/lib/duet/{p-46c15952.entry.js → p-187a788e.entry.js} +1 -1
  158. package/lib/duet/{p-ef8288aa.system.entry.js → p-1d7bd203.system.entry.js} +1 -1
  159. package/lib/duet/{p-c468a3a5.system.entry.js → p-1fd65b6a.system.entry.js} +1 -1
  160. package/lib/duet/{p-4b297926.system.entry.js → p-24210b97.system.entry.js} +1 -1
  161. package/lib/duet/{p-939a6cc1.entry.js → p-3054a69d.entry.js} +1 -1
  162. package/lib/duet/{p-20f35cdc.system.entry.js → p-39c02539.system.entry.js} +1 -1
  163. package/lib/duet/{p-6d95f910.system.entry.js → p-3dadf26a.system.entry.js} +1 -1
  164. package/lib/duet/{p-678e8cbb.entry.js → p-3fd6ad80.entry.js} +1 -1
  165. package/lib/duet/{p-24df277b.system.entry.js → p-444b7187.system.entry.js} +1 -1
  166. package/lib/duet/{p-440ab681.entry.js → p-46f86392.entry.js} +1 -1
  167. package/lib/duet/{p-c530394c.entry.js → p-50081b36.entry.js} +1 -1
  168. package/lib/duet/{p-bd5e1712.entry.js → p-50551874.entry.js} +1 -1
  169. package/lib/duet/{p-d1433a6c.system.entry.js → p-5116e9b7.system.entry.js} +1 -1
  170. package/lib/duet/{p-9af0bc52.system.entry.js → p-58eeed4f.system.entry.js} +1 -1
  171. package/lib/duet/{p-52c6ae14.system.entry.js → p-59edf7bc.system.entry.js} +1 -1
  172. package/lib/duet/{p-9128d8c9.system.entry.js → p-5d160b76.system.entry.js} +1 -1
  173. package/lib/duet/{p-b719d692.entry.js → p-607eb013.entry.js} +1 -1
  174. package/lib/duet/{p-42fd968a.entry.js → p-6372465a.entry.js} +1 -1
  175. package/lib/duet/{p-4f74dcb0.system.entry.js → p-63b7a28e.system.entry.js} +2 -2
  176. package/lib/duet/p-661839a3.entry.js +4 -0
  177. package/lib/duet/{p-ae11885c.system.entry.js → p-69b0c916.system.entry.js} +1 -1
  178. package/lib/duet/{p-cc2dcefa.js → p-6a49efbc.js} +1 -1
  179. package/lib/duet/{p-53e9db65.entry.js → p-6be76f1d.entry.js} +1 -1
  180. package/lib/duet/{p-c6a32c19.entry.js → p-6caf3423.entry.js} +1 -1
  181. package/lib/duet/{p-f640cfa4.entry.js → p-6e648879.entry.js} +1 -1
  182. package/lib/duet/{p-0366aa94.entry.js → p-7088d347.entry.js} +1 -1
  183. package/lib/duet/{p-605d7b1b.system.js → p-70a1a9bf.system.js} +1 -1
  184. package/lib/duet/{p-fc7bff4b.system.entry.js → p-794e74ca.system.entry.js} +1 -1
  185. package/lib/duet/{p-8f3a0c72.system.entry.js → p-7ba68318.system.entry.js} +1 -1
  186. package/lib/duet/{p-5c0b7a57.system.entry.js → p-7e3d7a7e.system.entry.js} +1 -1
  187. package/lib/duet/{p-05737119.system.entry.js → p-889cf32a.system.entry.js} +1 -1
  188. package/lib/duet/{p-5cdddc36.system.entry.js → p-8b0fef4c.system.entry.js} +2 -2
  189. package/lib/duet/{p-27264236.system.entry.js → p-8baa5bd1.system.entry.js} +1 -1
  190. package/lib/duet/{p-48ebc2b0.entry.js → p-8ff5cb03.entry.js} +1 -1
  191. package/lib/duet/{p-7b41013a.entry.js → p-90e58b7f.entry.js} +1 -1
  192. package/lib/duet/{p-de540d60.entry.js → p-92c491d9.entry.js} +1 -1
  193. package/lib/duet/{p-995aaa93.system.entry.js → p-933a2bd0.system.entry.js} +1 -1
  194. package/lib/duet/{p-38ebcf7c.entry.js → p-9587a804.entry.js} +1 -1
  195. package/lib/duet/{p-6c762845.system.entry.js → p-9cb0def1.system.entry.js} +1 -1
  196. package/lib/duet/{p-71d5f97d.entry.js → p-9f37c7e3.entry.js} +1 -1
  197. package/lib/duet/{p-45b515be.entry.js → p-9f51f625.entry.js} +1 -1
  198. package/lib/duet/{p-19727bc9.system.entry.js → p-a3ca26e9.system.entry.js} +1 -1
  199. package/lib/duet/{p-79f628fc.entry.js → p-a44366ba.entry.js} +1 -1
  200. package/lib/duet/{p-adf1ecbf.system.entry.js → p-afdf9c1c.system.entry.js} +1 -1
  201. package/lib/duet/{p-16ce8d7a.entry.js → p-b0bf6662.entry.js} +1 -1
  202. package/lib/duet/{p-34c60dae.system.entry.js → p-b44ae985.system.entry.js} +1 -1
  203. package/lib/duet/{p-2248cea0.system.entry.js → p-b4ffca84.system.entry.js} +1 -1
  204. package/lib/duet/{p-fe1b83c8.entry.js → p-b77057b8.entry.js} +1 -1
  205. package/lib/duet/{p-2f82c49d.entry.js → p-bd85d575.entry.js} +1 -1
  206. package/lib/duet/p-be4c1b3f.entry.js +4 -0
  207. package/lib/duet/{p-6e39375e.system.entry.js → p-c16f5680.system.entry.js} +1 -1
  208. package/lib/duet/{p-f9bbab0b.system.entry.js → p-c1c11d71.system.entry.js} +1 -1
  209. package/lib/duet/{p-45d3e7f3.system.entry.js → p-c1d755c9.system.entry.js} +1 -1
  210. package/lib/duet/{p-37ed2dff.system.entry.js → p-c4a44c55.system.entry.js} +1 -1
  211. package/lib/duet/{p-a090cc23.system.entry.js → p-c76ec371.system.entry.js} +1 -1
  212. package/lib/duet/{p-48d64315.system.entry.js → p-cacad773.system.entry.js} +1 -1
  213. package/lib/duet/{p-f75b852a.entry.js → p-d267c3a2.entry.js} +1 -1
  214. package/lib/duet/{p-fe658814.entry.js → p-d4bb0408.entry.js} +1 -1
  215. package/lib/duet/{p-35a057b3.entry.js → p-d674ef21.entry.js} +1 -1
  216. package/lib/duet/{p-9b991fcc.system.entry.js → p-d74d81a1.system.entry.js} +1 -1
  217. package/lib/duet/{p-a59437ad.entry.js → p-d98eedc7.entry.js} +1 -1
  218. package/lib/duet/{p-42b60815.entry.js → p-dbdaec86.entry.js} +1 -1
  219. package/lib/duet/{p-a4bec573.entry.js → p-dc163c6e.entry.js} +1 -1
  220. package/lib/duet/{p-dbbbfb36.system.entry.js → p-dcb5d509.system.entry.js} +1 -1
  221. package/lib/duet/{p-e79e0c89.entry.js → p-e30dc26c.entry.js} +1 -1
  222. package/lib/duet/p-e52ea726.entry.js +4 -0
  223. package/lib/duet/{p-039fc9c3.entry.js → p-e7f779ed.entry.js} +1 -1
  224. package/lib/duet/{p-bee31561.system.js → p-e841deb6.system.js} +1 -1
  225. package/lib/duet/{p-0285b819.system.entry.js → p-e873306b.system.entry.js} +1 -1
  226. package/lib/duet/{p-45695a2f.system.entry.js → p-ed8d9d14.system.entry.js} +1 -1
  227. package/lib/duet/{p-9b3a36e6.entry.js → p-f020f7b9.entry.js} +1 -1
  228. package/lib/duet/{p-e9ac6c20.system.entry.js → p-f3e7fc61.system.entry.js} +1 -1
  229. package/lib/duet/{p-b38311d2.system.entry.js → p-f40277da.system.entry.js} +1 -1
  230. package/lib/duet/{p-fe5c5165.system.entry.js → p-f8ae4f24.system.entry.js} +1 -1
  231. package/lib/duet/{p-59b50ef3.entry.js → p-f92491e1.entry.js} +1 -1
  232. package/lib/duet/{p-2070fce5.entry.js → p-faf74d63.entry.js} +1 -1
  233. package/lib/duet/{p-8177d52d.entry.js → p-ff4995cc.entry.js} +1 -1
  234. package/lib/esm/duet-action-button.entry.js +1 -1
  235. package/lib/esm/duet-alert.entry.js +1 -1
  236. package/lib/esm/duet-badge.entry.js +1 -1
  237. package/lib/esm/duet-breadcrumb.entry.js +1 -1
  238. package/lib/esm/duet-breadcrumbs.entry.js +1 -1
  239. package/lib/esm/duet-button_2.entry.js +2 -2
  240. package/lib/esm/duet-caption_4.entry.js +1 -1
  241. package/lib/esm/duet-card.entry.js +1 -1
  242. package/lib/esm/duet-checkbox.entry.js +1 -1
  243. package/lib/esm/duet-choice_2.entry.js +8 -6
  244. package/lib/esm/duet-collapsible.entry.js +1 -1
  245. package/lib/esm/duet-combobox.entry.js +1 -1
  246. package/lib/esm/duet-cookie-consent.entry.js +1 -1
  247. package/lib/esm/duet-date-picker.entry.js +2 -2
  248. package/lib/esm/duet-divider_2.entry.js +1 -1
  249. package/lib/esm/duet-editable-table_3.entry.js +2 -2
  250. package/lib/esm/duet-empty-state.entry.js +1 -1
  251. package/lib/esm/duet-fieldset.entry.js +1 -1
  252. package/lib/esm/duet-footer.entry.js +1 -1
  253. package/lib/esm/duet-grid_2.entry.js +1 -1
  254. package/lib/esm/duet-header_2.entry.js +1 -1
  255. package/lib/esm/duet-hero.entry.js +1 -1
  256. package/lib/esm/duet-icon.entry.js +1 -1
  257. package/lib/esm/duet-input_2.entry.js +1 -1
  258. package/lib/esm/duet-layout.entry.js +1 -1
  259. package/lib/esm/duet-list_2.entry.js +1 -1
  260. package/lib/esm/duet-modal.entry.js +2 -2
  261. package/lib/esm/duet-notification_2.entry.js +1 -1
  262. package/lib/esm/duet-number-input.entry.js +1 -1
  263. package/lib/esm/duet-pagination_2.entry.js +1 -1
  264. package/lib/esm/duet-progress.entry.js +1 -1
  265. package/lib/esm/duet-radio_2.entry.js +1 -1
  266. package/lib/esm/duet-range-slider.entry.js +1 -1
  267. package/lib/esm/duet-scrollable_3.entry.js +1 -1
  268. package/lib/esm/duet-select.entry.js +1 -1
  269. package/lib/esm/duet-step_2.entry.js +1 -1
  270. package/lib/esm/duet-textarea.entry.js +1 -1
  271. package/lib/esm/duet-toggle.entry.js +1 -1
  272. package/lib/esm/duet-tooltip.entry.js +1 -1
  273. package/lib/esm/duet-tray.entry.js +1 -1
  274. package/lib/esm/duet-upload-aria-status.entry.js +1 -1
  275. package/lib/esm/duet-visually-hidden.entry.js +1 -1
  276. package/lib/esm/duet.js +1 -1
  277. package/lib/esm/{focus-utils-d7f2dd58.js → focus-utils-d5499410.js} +1 -1
  278. package/lib/esm/{index-5528c321.js → index-26388161.js} +1 -1
  279. package/lib/esm/loader.js +1 -1
  280. package/lib/esm-es5/duet-action-button.entry.js +1 -1
  281. package/lib/esm-es5/duet-alert.entry.js +1 -1
  282. package/lib/esm-es5/duet-badge.entry.js +1 -1
  283. package/lib/esm-es5/duet-breadcrumb.entry.js +1 -1
  284. package/lib/esm-es5/duet-breadcrumbs.entry.js +1 -1
  285. package/lib/esm-es5/duet-button_2.entry.js +1 -1
  286. package/lib/esm-es5/duet-caption_4.entry.js +1 -1
  287. package/lib/esm-es5/duet-card.entry.js +1 -1
  288. package/lib/esm-es5/duet-checkbox.entry.js +1 -1
  289. package/lib/esm-es5/duet-choice_2.entry.js +2 -2
  290. package/lib/esm-es5/duet-collapsible.entry.js +1 -1
  291. package/lib/esm-es5/duet-combobox.entry.js +1 -1
  292. package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
  293. package/lib/esm-es5/duet-date-picker.entry.js +1 -1
  294. package/lib/esm-es5/duet-divider_2.entry.js +1 -1
  295. package/lib/esm-es5/duet-editable-table_3.entry.js +1 -1
  296. package/lib/esm-es5/duet-empty-state.entry.js +1 -1
  297. package/lib/esm-es5/duet-fieldset.entry.js +1 -1
  298. package/lib/esm-es5/duet-footer.entry.js +1 -1
  299. package/lib/esm-es5/duet-grid_2.entry.js +1 -1
  300. package/lib/esm-es5/duet-header_2.entry.js +1 -1
  301. package/lib/esm-es5/duet-hero.entry.js +1 -1
  302. package/lib/esm-es5/duet-icon.entry.js +1 -1
  303. package/lib/esm-es5/duet-input_2.entry.js +1 -1
  304. package/lib/esm-es5/duet-layout.entry.js +1 -1
  305. package/lib/esm-es5/duet-list_2.entry.js +1 -1
  306. package/lib/esm-es5/duet-modal.entry.js +1 -1
  307. package/lib/esm-es5/duet-notification_2.entry.js +1 -1
  308. package/lib/esm-es5/duet-number-input.entry.js +1 -1
  309. package/lib/esm-es5/duet-pagination_2.entry.js +1 -1
  310. package/lib/esm-es5/duet-progress.entry.js +1 -1
  311. package/lib/esm-es5/duet-radio_2.entry.js +1 -1
  312. package/lib/esm-es5/duet-range-slider.entry.js +1 -1
  313. package/lib/esm-es5/duet-scrollable_3.entry.js +1 -1
  314. package/lib/esm-es5/duet-select.entry.js +1 -1
  315. package/lib/esm-es5/duet-step_2.entry.js +1 -1
  316. package/lib/esm-es5/duet-textarea.entry.js +1 -1
  317. package/lib/esm-es5/duet-toggle.entry.js +1 -1
  318. package/lib/esm-es5/duet-tooltip.entry.js +1 -1
  319. package/lib/esm-es5/duet-tray.entry.js +1 -1
  320. package/lib/esm-es5/duet-upload-aria-status.entry.js +1 -1
  321. package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
  322. package/lib/esm-es5/duet.js +1 -1
  323. package/lib/esm-es5/{focus-utils-d7f2dd58.js → focus-utils-d5499410.js} +1 -1
  324. package/lib/esm-es5/{index-5528c321.js → index-26388161.js} +1 -1
  325. package/lib/esm-es5/loader.js +1 -1
  326. package/lib/types/components/duet-choice-group/duet-choice-group.d.ts +1 -0
  327. package/package.json +5 -5
  328. package/lib/duet/p-1bd40aae.entry.js +0 -4
  329. package/lib/duet/p-2aa13286.entry.js +0 -4
  330. package/lib/duet/p-76bd1cd1.js +0 -4
  331. package/lib/duet/p-da33b001.entry.js +0 -4
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent$1, B as Build, h as h$1, b as Host, F as Fragment } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, c as createEvent$1, B as Build, h as h$1, b as Host, F as Fragment } from './p-1940df2f.js';
5
5
  import { f as formSearch } from './p-d004da5f.js';
6
6
  import { m as media_query_large } from './p-02305a1e.js';
7
7
  import { d as disableBodyScroll, e as enableBodyScroll } from './p-bd779757.js';
@@ -12,13 +12,13 @@ import { a as getLanguage, g as getLocaleString } from './p-ede854e1.js';
12
12
  import { p as parsePossibleJSON } from './p-5a9d75e1.js';
13
13
  import { a as actionArrowDownSmall } from './p-115c79b6.js';
14
14
  import { h } from './p-b9058029.js';
15
- import { d as defineCustomElement$8 } from './p-199c2f56.js';
16
- import { d as defineCustomElement$7 } from './p-592779ce.js';
17
- import { d as defineCustomElement$6 } from './p-e0a69099.js';
18
- import { d as defineCustomElement$5 } from './p-7576d4ff.js';
19
- import { d as defineCustomElement$4 } from './p-8cd228d4.js';
20
- import { d as defineCustomElement$3 } from './p-082654a0.js';
21
- import { d as defineCustomElement$2 } from './p-aa0d2da3.js';
15
+ import { d as defineCustomElement$8 } from './p-0a3b3fbb.js';
16
+ import { d as defineCustomElement$7 } from './p-3185bbc5.js';
17
+ import { d as defineCustomElement$6 } from './p-565c7b5e.js';
18
+ import { d as defineCustomElement$5 } from './p-12a61b16.js';
19
+ import { d as defineCustomElement$4 } from './p-dfb36895.js';
20
+ import { d as defineCustomElement$3 } from './p-76a78894.js';
21
+ import { d as defineCustomElement$2 } from './p-b7f5c755.js';
22
22
 
23
23
  var navigationContactDropdown={"title":"navigation-contact-dropdown","tags":"navigation contact dropdown speech bubbles","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M20.247 24a.743.743 0 0 1-.53-.22l-4.28-4.28h-.439c-3.308 0-6-2.692-6-6s2.692-6 6-6h3c3.309.001 6 2.692 6 6a5.974 5.974 0 0 1-3 5.179v4.571a.75.75 0 0 1-.751.75zm-5.25-15c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5h.75c.198 0 .391.08.53.22l3.22 3.22v-3.213c0-.289.169-.555.429-.678a4.51 4.51 0 0 0 2.571-4.049 4.504 4.504 0 0 0-4.498-4.499h-3.002z\"/><path d=\"M3.747 16.5a.747.747 0 0 1-.75-.75v-4.57a5.967 5.967 0 0 1-2.65-3.171A5.948 5.948 0 0 1 .57 3.431 6.014 6.014 0 0 1 5.985 0h3.012a6.04 6.04 0 0 1 5.752 4.286.751.751 0 0 1-.718.964.755.755 0 0 1-.719-.536A4.531 4.531 0 0 0 8.997 1.5h-3a4.511 4.511 0 0 0-4.071 2.572c-.512 1.084-.571 2.302-.167 3.431s1.224 2.032 2.308 2.545c.261.123.43.39.43.678v3.214l1.72-1.72a.744.744 0 0 1 1.06 0 .752.752 0 0 1 0 1.061l-3 3a.744.744 0 0 1-.53.219z\"/></svg>"};
24
24
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetHeading$1, d as defineCustomElement$1 } from './p-aa492620.js';
4
+ import { D as DuetHeading$1, d as defineCustomElement$1 } from './p-c36d9eb5.js';
5
5
 
6
6
  const DuetHeading = DuetHeading$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,20 +1,20 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h } from './p-1940df2f.js';
5
5
  import { a as actionNewWindowSmall } from './p-f11208c3.js';
6
6
  import { D as DuetStringsExternalDefaults } from './p-76f00bd5.js';
7
7
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
8
8
  import { a as getLanguage, g as getLocaleString } from './p-ede854e1.js';
9
9
  import { p as parsePossibleJSON } from './p-5a9d75e1.js';
10
- import { d as defineCustomElement$9 } from './p-199c2f56.js';
11
- import { d as defineCustomElement$8 } from './p-aa492620.js';
12
- import { d as defineCustomElement$7 } from './p-e0a69099.js';
13
- import { d as defineCustomElement$6 } from './p-bf5314b7.js';
14
- import { d as defineCustomElement$5 } from './p-87a6b2d6.js';
15
- import { d as defineCustomElement$4 } from './p-9f0235d2.js';
16
- import { d as defineCustomElement$3 } from './p-082654a0.js';
17
- import { d as defineCustomElement$2 } from './p-aa0d2da3.js';
10
+ import { d as defineCustomElement$9 } from './p-0a3b3fbb.js';
11
+ import { d as defineCustomElement$8 } from './p-c36d9eb5.js';
12
+ import { d as defineCustomElement$7 } from './p-565c7b5e.js';
13
+ import { d as defineCustomElement$6 } from './p-f07d95b9.js';
14
+ import { d as defineCustomElement$5 } from './p-59480ad8.js';
15
+ import { d as defineCustomElement$4 } from './p-01a47ed0.js';
16
+ import { d as defineCustomElement$3 } from './p-76a78894.js';
17
+ import { d as defineCustomElement$2 } from './p-b7f5c755.js';
18
18
 
19
19
  const duetHeroCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%}.duet-hero{position:relative;display:block;width:100%;padding:48px 28px;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-style:normal;font-weight:400;line-height:1.5;text-decoration:none;text-shadow:none;text-transform:none;background:#00294d}.duet-hero.duet-p-0{padding:0 !important}.duet-hero.duet-m-0{margin:0 !important}.duet-hero.duet-hero-text-center{text-align:center !important}.duet-hero.duet-hero-light{padding-bottom:0 !important}@media (min-width: 62em){.duet-hero.duet-hero-light{padding-bottom:28px !important}}.duet-hero.duet-hero-with-image{padding-bottom:20px !important;margin-bottom:-36px}@media (min-width: 48em){.duet-hero.duet-hero-with-image{padding-bottom:28px !important}}@media (min-width: 62em){.duet-hero.duet-hero-with-image{padding-bottom:36px !important;margin-bottom:-20px}}.duet-hero.duet-hero-light,.duet-hero.duet-hero-with-image{color:#00294d;background-color:white;background-image:linear-gradient(#f3f9fc, #f9fcfe)}.duet-hero.duet-hero-light::before,.duet-hero.duet-hero-with-image::before{position:absolute;top:100%;left:0;z-index:-1;width:100%;height:400px;content:\"\";background-image:linear-gradient(#f9fcfe, white)}.duet-hero.duet-hero-light.duet-theme-turva,.duet-hero.duet-hero-with-image.duet-theme-turva{color:#171c3a;background-image:linear-gradient(#f5f5f7, #fafafb)}.duet-hero.duet-hero-light.duet-theme-turva::before,.duet-hero.duet-hero-with-image.duet-theme-turva::before{background-image:linear-gradient(#fafafb, white)}.duet-hero.duet-hero-gray{color:#00294d;background:#f5f8fa}.duet-hero.duet-hero-gray.duet-theme-turva{background:#f5f5f7}@media (min-width: 62em){.duet-hero.duet-hero-gray .duet-hero-text{display:inline-block;vertical-align:top}.duet-hero.duet-hero-gray .duet-hero-icon+.duet-hero-text{margin-left:28px}}@media (min-width: 62em){.duet-hero.duet-hero-gray-with-actions{padding-bottom:65.4545454545px}}@media (min-width: 62em){.duet-hero.duet-hero-gray-with-back{padding-top:72px}}.duet-hero.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\";background:#c60c30}@media (min-width: 62em){.duet-hero{min-height:290px;padding:111.6px 56px;overflow:visible}}.duet-hero-icon{display:inline-block;vertical-align:top}@media (min-width: 62em){.duet-hero-icon{margin-top:-8px}}@media (min-width: 62em){.duet-hero-heading{margin-top:12px}}@media (min-width: 62em){.duet-hero-heading-has-pre{margin-top:0}}.duet-hero-wrapper{position:relative;width:100%;max-width:1110px;margin:0 auto;text-align:center}.duet-hero-left-align .duet-hero-wrapper{text-align:left}.duet-hero-with-image .duet-hero-wrapper{position:static}@media (min-width: 62em){.duet-hero-wrapper{text-align:left}}.duet-hero-text{max-width:50rem;margin:0 auto}.duet-hero-text-center .duet-hero-text{text-align:center !important}@media (min-width: 48em){.duet-hero-text{width:80%}.duet-hero-left-align .duet-hero-text{margin:0}}@media (min-width: 62em){.duet-hero-text{width:52%;max-width:none;margin-top:-10px;margin-left:0}.duet-hero-text-center .duet-hero-text{margin-left:auto}}.duet-hero:not(.duet-hero-with-image) .duet-hero-image{width:100%;max-width:400px;height:0;padding-bottom:50%;margin:28px auto 0;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}@media (min-width: 36em){.duet-hero:not(.duet-hero-with-image) .duet-hero-image{padding-bottom:40%}}@media (min-width: 48em){.duet-hero:not(.duet-hero-with-image) .duet-hero-image{max-width:420px;padding-bottom:34%}.duet-hero-light .duet-hero:not(.duet-hero-with-image) .duet-hero-image{max-width:540px}}@media (min-width: 62em){.duet-hero:not(.duet-hero-with-image) .duet-hero-image{position:absolute;top:50%;right:0;padding-bottom:30%;margin:0;transform:translateY(-50%)}.duet-hero-light .duet-hero:not(.duet-hero-with-image) .duet-hero-image{right:-60px;padding-bottom:26%}.duet-hero-gray .duet-hero:not(.duet-hero-with-image) .duet-hero-image{right:-34px;padding-bottom:20%}}@media (min-width: 62em){.duet-hero-gray:not(.duet-hero-with-image) .duet-hero-image{right:-34px;padding-bottom:20%}}.duet-hero-image-wrapper{position:relative;width:80%;height:0;padding-bottom:80%;margin:-30px auto 36px;overflow:hidden;border-radius:28%;box-shadow:0 0 20px rgba(255, 255, 255, 0.5);transform:rotate(10deg)}.duet-theme-turva .duet-hero-image-wrapper{padding-bottom:68%;border-radius:44% 47% 38% 54%;transform:none}@media screen and (min-width: 440px){.duet-hero-image-wrapper{width:300px;padding-bottom:300px}.duet-theme-turva .duet-hero-image-wrapper{width:80%;padding-bottom:68%}}@media (min-width: 62em){.duet-hero-image-wrapper{position:absolute;top:-60px;right:-50px;width:470px;padding-bottom:470px;margin:0}.duet-theme-turva .duet-hero-image-wrapper{top:-40px;right:-80px;width:536px;padding-bottom:470px}}@media (min-width: 76.25em){.duet-hero-image-wrapper{top:-70px;right:-60px;width:600px;padding-bottom:600px}.duet-theme-turva .duet-hero-image-wrapper{top:-70px;right:-60px;width:650px;padding-bottom:600px}}@media screen and (min-width: 1450px){.duet-hero-image-wrapper{top:-70px;right:25px}.duet-theme-turva .duet-hero-image-wrapper{right:0}}.duet-hero-image-wrapper .duet-hero-image{position:absolute;top:-5%;left:-5%;width:110%;height:110%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;transform:rotate(-10deg)}.duet-theme-turva .duet-hero-image-wrapper .duet-hero-image{top:0;left:0;width:100%;height:100%;transform:none}.duet-hero-image-mask{position:relative;margin:-48px auto 0;overflow:hidden}@media (min-width: 62em){.duet-hero-image-mask{position:absolute;top:0;right:0;width:470px;height:460px;margin:0}}@media (min-width: 76.25em){.duet-hero-image-mask{width:650px;height:580px}}@media screen and (min-width: 1450px){.duet-hero-image-mask{right:50%;transform:translateX(110%)}.duet-theme-turva .duet-hero-image-mask{transform:translateX(108%)}}duet-heading+duet-button{margin-top:12px !important}.duet-hero-links{width:calc(100% + 56px);margin-top:48px;margin-left:-28px}.duet-hero-minimal .duet-hero-links{margin-top:28px}@media (min-width: 36em){.duet-hero-links{margin-top:72px}.duet-hero-minimal .duet-hero-links{margin-top:28px}}@media (min-width: 62em){.duet-hero-links{width:auto;margin:36px 0 0}.duet-hero-minimal .duet-hero-links{margin-top:28px}}.duet-hero-link{display:flex;align-items:center;width:100%;padding:16px 16px 8px;font-weight:600;-webkit-hyphens:auto;hyphens:auto;line-height:1.25;color:#0077b3;text-align:left;text-decoration:none;border-bottom:1px solid #e1e3e6;transition:background-color 300ms ease}.duet-hero-link:focus{outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-theme-turva .duet-hero-link:focus,.duet-hero-link:focus.duet-theme-turva{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-hero-link:hover,.duet-hero-link:hover .duet-hero-action-arrow{color:#004d80 !important;background:transparent !important}.duet-theme-turva .duet-hero-link:hover,.duet-theme-turva .duet-hero-link:hover .duet-hero-action-arrow{color:#940925 !important}.duet-theme-turva .duet-hero-link{color:#c60c30}@media (min-width: 36em){.duet-hero-link{padding:16px 16px 16px 28px}}@media (min-width: 62em){.duet-hero-link{display:inline-flex;width:auto;max-width:350px;padding:0;margin:0 28px 16px 0;border:0;border-radius:4px}}.duet-hero-link:hover{background:rgba(0, 0, 0, 0.02)}@media (min-width: 62em){.duet-hero-link:hover{background:transparent}}.duet-hero-link:first-of-type{border-top:1px solid #e1e3e6}@media (min-width: 62em){.duet-hero-link:first-of-type{margin-top:0;border:0}}.duet-hero-link:last-of-type{margin-bottom:-48px}@media (min-width: 62em){.duet-hero-link:last-of-type{margin-right:0;margin-bottom:0}}.duet-hero-link span{margin-top:-8px}@media (min-width: 36em){.duet-hero-link span{margin:0}}.duet-hero-action-icon{margin-right:8px}@media (min-width: 36em){.duet-hero-action-icon{margin-right:12px}}.duet-hero-action-arrow{margin:0 0 0 8px;color:#0077b3}@media (max-width: 35.9375em){.duet-hero-action-arrow{margin-top:-9px}}.duet-theme-turva .duet-hero-action-arrow{color:#c60c30}.duet-hero-back{margin-bottom:28px !important;display:flex;align-items:center;justify-content:center}.duet-hero-left-align .duet-hero-back{align-items:self-start;justify-content:flex-start}@media (min-width: 36em){.duet-hero-back{margin-bottom:36px !important}.duet-hero-minimal .duet-hero-back{margin-bottom:28px !important}}@media (min-width: 62em){.duet-hero-back{display:block}}.duet-hero-pre{display:inline-block;width:auto;margin-right:8px}.duet-hero-pre+duet-heading{margin-top:0 !important}";
20
20
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetIcon$1, d as defineCustomElement$1 } from './p-e0a69099.js';
4
+ import { D as DuetIcon$1, d as defineCustomElement$1 } from './p-565c7b5e.js';
5
5
 
6
6
  const DuetIcon = DuetIcon$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetInput$1, d as defineCustomElement$1 } from './p-80931556.js';
4
+ import { D as DuetInput$1, d as defineCustomElement$1 } from './p-a56649ff.js';
5
5
 
6
6
  const DuetInput = DuetInput$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetLabel$1, d as defineCustomElement$1 } from './p-28011c52.js';
4
+ import { D as DuetLabel$1, d as defineCustomElement$1 } from './p-10a1a3da.js';
5
5
 
6
6
  const DuetLabel = DuetLabel$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, h, b as Host } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, h, b as Host } from './p-1940df2f.js';
5
5
  import { i as isInternetExplorer } from './p-704245ef.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 (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 { D as DuetLink$1, d as defineCustomElement$1 } from './p-4945e262.js';
4
+ import { D as DuetLink$1, d as defineCustomElement$1 } from './p-f23c23e9.js';
5
5
 
6
6
  const DuetLink = DuetLink$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetListItem$1, d as defineCustomElement$1 } from './p-87a6b2d6.js';
4
+ import { D as DuetListItem$1, d as defineCustomElement$1 } from './p-59480ad8.js';
5
5
 
6
6
  const DuetListItem = DuetListItem$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetList$1, d as defineCustomElement$1 } from './p-bf5314b7.js';
4
+ import { D as DuetList$1, d as defineCustomElement$1 } from './p-f07d95b9.js';
5
5
 
6
6
  const DuetList = DuetList$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetLogo$1, d as defineCustomElement$1 } from './p-7576d4ff.js';
4
+ import { D as DuetLogo$1, d as defineCustomElement$1 } from './p-12a61b16.js';
5
5
 
6
6
  const DuetLogo = DuetLogo$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,19 +1,19 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h } from './p-1940df2f.js';
5
5
  import { d as disableBodyScroll, e as enableBodyScroll } from './p-bd779757.js';
6
6
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
7
7
  import { c as createID } from './p-c1325e35.js';
8
8
  import { f as focusElement, F as FocusGuard } from './p-0b8f16f1.js';
9
9
  import { b as isEscapeKey } from './p-d8549efe.js';
10
10
  import { a as getLanguage, g as getLocaleString } from './p-ede854e1.js';
11
- import { d as defineCustomElement$7 } from './p-199c2f56.js';
12
- import { d as defineCustomElement$6 } from './p-aa492620.js';
13
- import { d as defineCustomElement$5 } from './p-e0a69099.js';
14
- import { d as defineCustomElement$4 } from './p-8cd228d4.js';
15
- import { d as defineCustomElement$3 } from './p-082654a0.js';
16
- import { d as defineCustomElement$2 } from './p-aa0d2da3.js';
11
+ import { d as defineCustomElement$7 } from './p-0a3b3fbb.js';
12
+ import { d as defineCustomElement$6 } from './p-c36d9eb5.js';
13
+ import { d as defineCustomElement$5 } from './p-565c7b5e.js';
14
+ import { d as defineCustomElement$4 } from './p-dfb36895.js';
15
+ import { d as defineCustomElement$3 } from './p-76a78894.js';
16
+ import { d as defineCustomElement$2 } from './p-b7f5c755.js';
17
17
 
18
18
  const duetModalCss = "*,*::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}.duet-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;max-height:100vh;overflow-y:auto;visibility:hidden;background:rgba(0, 41, 77, 0.85);opacity:0;transition:300ms ease;transition-delay:200ms}.duet-modal-overlay.duet-theme-turva{background:rgba(23, 28, 58, 0.85)}.duet-modal-overlay.duet-modal-active{visibility:visible;opacity:1;transition:300ms ease;transition-delay:0s}.duet-modal-overlay.duet-disable-transitions{transition:none}::slotted(img){width:100%}.duet-modal-inner{display:flex;align-items:center;width:100%;min-height:100%;padding:20px 16px}@media (min-width: 36em){.duet-modal-inner{padding:48px 16px}}@media (max-width: 35.9375em){.duet-modal-inner.duet-modal-large{padding-right:0;padding-left:0}}.duet-modal{position:relative;width:100%;max-width:686px;margin:auto;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-weight:400;font-variant-numeric:tabular-nums;line-height:1.5;color:#00294d;background:white;border-radius:4px;opacity:0;transition:300ms ease;transition-delay:0ms;transform:scale(0.96)}.duet-theme-turva .duet-modal{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-modal-active .duet-modal{opacity:1;transition:300ms ease;transition-delay:200ms;transform:none}.duet-disable-transitions .duet-modal{transition:none}.duet-modal.small{max-width:545px}.duet-modal.large{max-width:100%}@media (min-width: 36em){.duet-modal.large{max-width:1110px}}.duet-modal:focus{outline:0}.duet-modal-body{width:100%;padding:36px 28px}.duet-modal-body.duet-modal-gutter-small{padding:36px 20px}.duet-modal-body.duet-modal-gutter-large{padding:48px 36px}@media (max-width: 22.5em){.duet-modal-body{padding:36px 20px}.duet-modal-body.duet-modal-gutter-large{padding:48px 28px}}@media (max-width: 35.9375em){.duet-modal-body{padding:36px 20px}.duet-modal-body.duet-modal-gutter-large{padding:48px 36px}}@media (min-width: 36em){.duet-modal-body{padding:36px}.duet-modal-body.duet-modal-gutter-large{padding:28px 72px}}@media (min-width: 48em){.duet-modal-body{padding:36px 72px}.duet-modal-body.duet-modal-gutter-large{padding:36px 72px}}@media (min-width: 76.25em){.duet-modal-body{padding:36px 48px 48px}.duet-modal-body.duet-modal-gutter-large{padding:48px 94px}.small .duet-modal-body{padding:36px 48px}}.duet-modal-header{text-align:center}.duet-modal-close{position:absolute;top:12px;right:12px}.duet-modal-heading{width:100%;padding-right:60px;overflow:hidden;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-style:normal;font-weight:600;font-variant-numeric:tabular-nums;line-height:1.25;color:#00294d;text-decoration:none;text-overflow:ellipsis;letter-spacing:-0.01rem;white-space:nowrap}.duet-modal-heading.duet-p-0{padding:0 !important}.duet-modal-heading.duet-m-0{margin:0 !important}";
19
19
 
@@ -1,13 +1,13 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, h } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, h } from './p-1940df2f.js';
5
5
  import { a as actionArrowDownSmall } from './p-115c79b6.js';
6
6
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
7
7
  import { a as getLanguage, g as getLocaleString } from './p-ede854e1.js';
8
- import { d as defineCustomElement$4 } from './p-a379b2d3.js';
9
- import { d as defineCustomElement$3 } from './p-e0a69099.js';
10
- import { d as defineCustomElement$2 } from './p-9f0235d2.js';
8
+ import { d as defineCustomElement$4 } from './p-836021e7.js';
9
+ import { d as defineCustomElement$3 } from './p-565c7b5e.js';
10
+ import { d as defineCustomElement$2 } from './p-01a47ed0.js';
11
11
 
12
12
  const duetNotificationDrawerCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%}.duet-drawer{position:relative}@media (min-width: 62em){.duet-drawer{display:inline-block}}.duet-drawer-toggle{position:relative;display:flex;align-items:center;width:100%;height:48px;padding:0 20px;overflow:hidden;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:400;font-variant-numeric:tabular-nums;line-height:48px;color:#00294d;text-align:left;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background-color:white;border-bottom:1px solid #e1e3e6;border-radius:0;-webkit-appearance:none;appearance:none}@media (min-width: 62em){.duet-drawer-toggle{z-index:200;width:auto;max-width:200px;padding:0 30px 0 12px;overflow:hidden;font-size:0.875rem;line-height:4rem;border:0;border-radius:4px;transition:border 300ms ease}}.duet-theme-turva .duet-drawer-toggle{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;background-color:white;border-color:#e4e4e6}.duet-drawer-toggle:active{opacity:0.75}.duet-drawer-toggle:focus{outline:0}:host(.user-is-tabbing) .duet-drawer-toggle:focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}:host(.user-is-tabbing) .duet-theme-turva .duet-drawer-toggle:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-drawer-toggle:hover{color:#004d80}.duet-theme-turva .duet-drawer-toggle:hover{color:#444445}.duet-drawer-toggle::after{display:none !important}@media (min-width: 62em){.duet-drawer-toggle::after{position:absolute;top:auto;bottom:0;left:0;display:block !important;width:100%;height:3px;content:\"\";background:#0077b3;transition:300ms ease;transform:translateY(3px)}.duet-theme-turva .duet-drawer-toggle::after{background:#c60c30}}.duet-drawer-toggle[aria-expanded=true],.duet-drawer-toggle[aria-expanded=true]:hover{color:#004d80;border-bottom:1px solid #f5f8fa;border-radius:0}.duet-theme-turva .duet-drawer-toggle[aria-expanded=true],.duet-theme-turva .duet-drawer-toggle[aria-expanded=true]:hover{color:#444445;border-color:#f5f5f7}@media (min-width: 62em){.duet-drawer-toggle[aria-expanded=true],.duet-drawer-toggle[aria-expanded=true]:hover{border:0}.duet-drawer-toggle[aria-expanded=true]::after,.duet-drawer-toggle[aria-expanded=true]:hover::after{left:0;width:100%;transform:translateY(0)}}.duet-drawer-icon{position:relative;display:inline-flex;min-width:12px;margin-right:12px;font-size:0;line-height:normal;vertical-align:baseline}@media (min-width: 62em){.duet-drawer-icon{margin-right:8px}}.duet-drawer-label{line-height:1}.duet-drawer-caret{position:absolute;top:50%;right:20px;display:flex;width:10px;height:10px;margin-left:8px;line-height:normal;pointer-events:none;transition:300ms ease;transform:translateY(-50%);transform-origin:50% 50%}@media (min-width: 62em){.duet-drawer-caret{right:16px;width:7px;height:7px}}.duet-drawer-caret duet-icon{width:10px}.duet-drawer-toggle[aria-expanded=true] .duet-drawer-caret{transform:translateY(-50%) rotate(180deg)}.duet-drawer-badge{position:absolute;top:0;right:0;display:inline-block;width:6px;height:6px;background:#f7b228;border-radius:50%;box-shadow:0 0 0 1px #c18b1f}.duet-theme-turva .duet-drawer-badge{background:#faa40f}.duet-drawer-content{display:none;background-color:white;border-bottom:1px solid #e1e3e6}.duet-drawer-content:focus{outline:0}.duet-theme-turva .duet-drawer-content{background-color:white;border-color:#e1e3e6}@media (min-width: 62em){.duet-drawer-content{position:absolute;top:100%;z-index:600;display:block;width:450px;max-height:420px;padding-left:0;overflow-y:auto;visibility:hidden;background-color:white;border:1px solid #e1e3e6;border-radius:4px;border-top-left-radius:0;border-top-right-radius:0;box-shadow:0 4px 10px 0 rgba(0, 41, 77, 0.15);opacity:0;transition:300ms ease;transform:scale(0.95) translateZ(0) translateY(-10px);transform-origin:50% 0;scrollbar-width:none}.duet-drawer-content::-webkit-scrollbar{display:none}.duet-theme-turva .duet-drawer-content{background-color:white}.duet-drawer-content.duet-drawer-left{right:0}.duet-drawer-content.duet-drawer-right{left:0}}.duet-drawer-content.duet-drawer-open{display:block}@media (min-width: 62em){.duet-drawer-content.duet-drawer-open{visibility:visible;opacity:1;transform:scale(1) translateZ(0) translateY(0)}}";
13
13
 
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, h } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, h } from './p-1940df2f.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { a as getLanguage, g as getLocaleString } from './p-ede854e1.js';
7
- import { d as defineCustomElement$2 } from './p-aa0d2da3.js';
7
+ import { d as defineCustomElement$2 } from './p-b7f5c755.js';
8
8
 
9
9
  const duetNotificationCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%}.duet-notification{display:block;padding:16px;color:#00294d;cursor:pointer;border-bottom:1px solid #e1e3e6;transition:300ms ease}:host(:last-of-type) .duet-notification{border-bottom:0}.duet-notification.duet-theme-turva{color:#171c3a;border-bottom-color:#e4e4e6}.duet-notification.duet-notification-highlight{font-weight:600;background:#f3f9fc}.duet-notification.duet-notification-highlight.duet-theme-turva{background:#fcf3f4}@media (min-width: 62em){.duet-notification:hover{background:#f3f9fc}.duet-notification:hover.duet-theme-turva{background:#fcf3f4}}.duet-notification a{text-decoration:none}.duet-notification a:focus{outline:0}:host(.user-is-tabbing) .duet-notification:focus-within{z-index:1;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}:host(.user-is-tabbing) .duet-notification:focus-within.duet-theme-turva{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-notification-container{position:relative;display:flex}.duet-notification-badge-container{position:relative;width:16px}.duet-notification-badge{position:absolute;top:6px;left:-2px;width:8px;height:8px;background:#0077b3;border-radius:50%}.duet-theme-turva .duet-notification-badge{background:#c60c30}.duet-notification-content{flex:1}.duet-notification-date{position:absolute;top:2px;right:0;width:96px;font-size:0.75rem;font-weight:600;line-height:1.25;color:#657787;text-align:right;text-transform:uppercase}@media (max-width: 35.9375em){.duet-notification-date{width:auto}}.duet-theme-turva .duet-notification-date{color:#444445}::slotted(duet-heading){padding-right:80px !important}::slotted(duet-paragraph){margin-bottom:2px !important}";
10
10
 
@@ -1,17 +1,17 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-1940df2f.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { c as createID } from './p-c1325e35.js';
7
7
  import { j as isArrowRightKey, e as isArrowUpKey, f as isArrowDownKey, h as isArrowLeftKey, k as isBackspaceKey } from './p-d8549efe.js';
8
8
  import { a as getLanguage, b as getLocale, g as getLocaleString } from './p-ede854e1.js';
9
- import { d as defineCustomElement$7 } from './p-7f15884f.js';
10
- import { d as defineCustomElement$6 } from './p-e0a69099.js';
11
- import { d as defineCustomElement$5 } from './p-80931556.js';
12
- import { d as defineCustomElement$4 } from './p-28011c52.js';
13
- import { d as defineCustomElement$3 } from './p-b39ebe64.js';
14
- import { d as defineCustomElement$2 } from './p-aa0d2da3.js';
9
+ import { d as defineCustomElement$7 } from './p-f20bce7d.js';
10
+ import { d as defineCustomElement$6 } from './p-565c7b5e.js';
11
+ import { d as defineCustomElement$5 } from './p-a56649ff.js';
12
+ import { d as defineCustomElement$4 } from './p-10a1a3da.js';
13
+ import { d as defineCustomElement$3 } from './p-a081f721.js';
14
+ import { d as defineCustomElement$2 } from './p-b7f5c755.js';
15
15
 
16
16
  var actionAdd={"title":"action-add","tags":"action add plus","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M12 24a.75.75 0 0 1-.75-.75v-10.5H.75a.75.75 0 0 1 0-1.5h10.5V.75a.75.75 0 0 1 1.5 0v10.5h10.5a.75.75 0 0 1 0 1.5h-10.5v10.5A.75.75 0 0 1 12 24z\"/></svg>"};
17
17
 
@@ -1,18 +1,18 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h, F as Fragment, b as Host } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h, F as Fragment, b as Host } from './p-1940df2f.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { c as createID } from './p-c1325e35.js';
7
7
  import { d as debounce } from './p-0b3f675e.js';
8
8
  import { l as isArrowKey, m as isNumber, h as isArrowLeftKey, e as isArrowUpKey, j as isArrowRightKey, f as isArrowDownKey } from './p-d8549efe.js';
9
9
  import { g as getLocaleString } from './p-ede854e1.js';
10
- import { d as defineCustomElement$7 } from './p-d00cffea.js';
11
- import { d as defineCustomElement$6 } from './p-3a9cfcc9.js';
12
- import { d as defineCustomElement$5 } from './p-199c2f56.js';
13
- import { d as defineCustomElement$4 } from './p-e0a69099.js';
14
- import { d as defineCustomElement$3 } from './p-082654a0.js';
15
- import { d as defineCustomElement$2 } from './p-aa0d2da3.js';
10
+ import { d as defineCustomElement$7 } from './p-f42b7c16.js';
11
+ import { d as defineCustomElement$6 } from './p-fbb39f58.js';
12
+ import { d as defineCustomElement$5 } from './p-0a3b3fbb.js';
13
+ import { d as defineCustomElement$4 } from './p-565c7b5e.js';
14
+ import { d as defineCustomElement$3 } from './p-76a78894.js';
15
+ import { d as defineCustomElement$2 } from './p-b7f5c755.js';
16
16
 
17
17
  const shouldDisplayNavigation = (visibleItems, total, take) => {
18
18
  if (visibleItems * 2 > total / take) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetParagraph$1, d as defineCustomElement$1 } from './p-9f0235d2.js';
4
+ import { D as DuetParagraph$1, d as defineCustomElement$1 } from './p-01a47ed0.js';
5
5
 
6
6
  const DuetParagraph = DuetParagraph$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetProgress$1, d as defineCustomElement$1 } from './p-7c13db02.js';
4
+ import { D as DuetProgress$1, d as defineCustomElement$1 } from './p-2f73ed5f.js';
5
5
 
6
6
  const DuetProgress = DuetProgress$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,14 +1,14 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, h, b as Host } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, h, b as Host } from './p-1940df2f.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { f as findCheckedOption, w as watchForOptions } from './p-12721178.js';
7
- import { d as defineCustomElement$6 } from './p-7f15884f.js';
8
- import { d as defineCustomElement$5 } from './p-cb00b1f9.js';
9
- import { d as defineCustomElement$4 } from './p-e0a69099.js';
10
- import { d as defineCustomElement$3 } from './p-b39ebe64.js';
11
- import { d as defineCustomElement$2 } from './p-aa0d2da3.js';
7
+ import { d as defineCustomElement$6 } from './p-f20bce7d.js';
8
+ import { d as defineCustomElement$5 } from './p-3426a84c.js';
9
+ import { d as defineCustomElement$4 } from './p-565c7b5e.js';
10
+ import { d as defineCustomElement$3 } from './p-a081f721.js';
11
+ import { d as defineCustomElement$2 } from './p-b7f5c755.js';
12
12
 
13
13
  const duetRadioGroupCss = "*.sc-duet-radio-group,*.sc-duet-radio-group::after,*.sc-duet-radio-group::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-radio-group-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%}.horizontal.sc-duet-radio-group-h .duet-radio-group.sc-duet-radio-group{display:block}@media (min-width: 48em){.horizontal.sc-duet-radio-group-h .duet-radio-group.sc-duet-radio-group{display:flex}}.horizontal.sc-duet-radio-group-h .duet-radio-group.duet-no-stacking.sc-duet-radio-group{display:flex}.deut-radio-group.sc-duet-radio-group{width:100%}";
14
14
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-1940df2f.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { c as createID } from './p-c1325e35.js';
7
7
 
@@ -1,12 +1,12 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-1940df2f.js';
5
5
  import { i as colorPrimaryTurva, k as colorGrayTurva, l as colorPrimary, n as colorGray } from './p-266411cf.js';
6
6
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
7
7
  import { c as createID } from './p-c1325e35.js';
8
8
  import { i as isInternetExplorer } from './p-704245ef.js';
9
- import { d as defineCustomElement$2 } from './p-28011c52.js';
9
+ import { d as defineCustomElement$2 } from './p-10a1a3da.js';
10
10
 
11
11
  const duetRangeSliderCss = "*.sc-duet-range-slider,*.sc-duet-range-slider::after,*.sc-duet-range-slider::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-range-slider-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%;max-width:100%;text-align:left;vertical-align:bottom}.sc-duet-range-slider-h:last-child,.sc-duet-range-slider-h:last-of-type{margin-right:0 !important}@media (min-width: 36em){.sc-duet-range-slider-h{width:calc(50% - 16px - 3px)}.duet-expand.sc-duet-range-slider-h{width:100% !important}}.duet-m-0.sc-duet-range-slider-h{margin:0 !important}.duet-range-container.sc-duet-range-slider{position:relative;width:100%}.duet-output.sc-duet-range-slider{position:absolute;top:12px;right:0;z-index:200;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;font-variant-numeric:tabular-nums;line-height:1.25;color:#00294d;background:white}.duet-theme-turva.sc-duet-range-slider .duet-output.sc-duet-range-slider{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-range-disabled.sc-duet-range-slider .duet-output.sc-duet-range-slider{color:#909599}.duet-range-disabled.duet-theme-turva.sc-duet-range-slider .duet-output.sc-duet-range-slider{color:#747475}.duet-range.sc-duet-range-slider{position:relative;z-index:100;width:100%;height:4px;background:#cfd2d4;border-radius:4px}.duet-theme-turva.sc-duet-range-slider .duet-range.sc-duet-range-slider{background:#cfcfd1}.duet-ie.sc-duet-range-slider .duet-range.sc-duet-range-slider{display:block;width:auto;height:26px;background:transparent !important}.duet-range.sc-duet-range-slider::-moz-range-track{height:1px;background:transparent !important;border:0;-moz-appearance:none}.duet-range.sc-duet-range-slider::-ms-track{color:transparent;background:transparent;border:0}.duet-range.sc-duet-range-slider:focus,.duet-range.sc-duet-range-slider:active{outline:0}.user-is-tabbing.sc-duet-range-slider-h .duet-range.sc-duet-range-slider:focus{box-shadow:0 0 0 1px white, 0 0 0 3px rgba(0, 119, 179, 0.75)}.user-is-tabbing.sc-duet-range-slider-h .duet-theme-turva.sc-duet-range-slider .duet-range.sc-duet-range-slider:focus{box-shadow:0 0 0 1px white, 0 0 0 3px #171c3a}.duet-range.sc-duet-range-slider::-webkit-slider-runnable-track{background:transparent}.duet-range.sc-duet-range-slider::-webkit-slider-thumb{position:relative;width:24px;height:24px;cursor:-webkit-grab;background:white;border:1px solid #909599;border-radius:50%;transition:box-shadow 300ms ease;-webkit-appearance:none}.duet-theme-turva.sc-duet-range-slider .duet-range.sc-duet-range-slider::-webkit-slider-thumb{border-color:#747475}.duet-range.sc-duet-range-slider:active::-webkit-slider-thumb{cursor:-webkit-grabbing}.duet-range.sc-duet-range-slider::-moz-range-thumb{position:relative;width:24px;height:24px;cursor:-moz-grab;background:white;border:1px solid #909599;border-radius:50%;appearance:none}.duet-theme-turva.sc-duet-range-slider .duet-range.sc-duet-range-slider::-moz-range-thumb{border-color:#747475}.duet-range.sc-duet-range-slider:active::-moz-range-thumb{cursor:-moz-grabbing}.duet-range.sc-duet-range-slider::-ms-thumb{position:relative;width:24px;height:24px;overflow:visible;background:white;border:1px solid #909599;border-radius:50%}.duet-theme-turva.sc-duet-range-slider .duet-range.sc-duet-range-slider::-ms-thumb{border-color:#747475}.duet-range.sc-duet-range-slider:disabled{background:#cfd2d4 !important}.duet-theme-turva.sc-duet-range-slider .duet-range.sc-duet-range-slider:disabled{background:#cfcfd1 !important}.duet-range.sc-duet-range-slider:disabled::-webkit-slider-thumb{cursor:default;background:#cfd2d4;border-color:transparent}.duet-theme-turva.sc-duet-range-slider .duet-range.sc-duet-range-slider:disabled::-webkit-slider-thumb{background:#cfcfd1;border-color:transparent}.duet-range.sc-duet-range-slider:disabled::-moz-range-thumb{cursor:default;background:#cfd2d4;border-color:transparent}.duet-theme-turva.sc-duet-range-slider .duet-range.sc-duet-range-slider:disabled::-moz-range-thumb{background:#cfcfd1;border-color:transparent}.duet-range.sc-duet-range-slider:disabled::-ms-thumb{cursor:default;background:#cfd2d4;border-color:transparent}.duet-theme-turva.sc-duet-range-slider .duet-range.sc-duet-range-slider:disabled::-ms-thumb{background:#cfcfd1;border-color:transparent}.duet-range.sc-duet-range-slider::-ms-fill-lower{height:4px;background:#0077b3}.duet-theme-turva.sc-duet-range-slider .duet-range.sc-duet-range-slider::-ms-fill-lower{background:#c60c30}.duet-range.sc-duet-range-slider::-ms-fill-upper{height:4px;background:#cfd2d4}.duet-theme-turva.sc-duet-range-slider .duet-range.sc-duet-range-slider::-ms-fill-upper{background:#cfcfd1}.duet-label-hidden.sc-duet-range-slider duet-label.sc-duet-range-slider,.duet-label-hidden.sc-duet-range-slider output.sc-duet-range-slider{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}";
12
12
 
@@ -1,14 +1,14 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h } from './p-1940df2f.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { c as createID } from './p-c1325e35.js';
7
7
  import { h as isArrowLeftKey, e as isArrowUpKey, n as isMinusKey, l as isArrowKey, j as isArrowRightKey, f as isArrowDownKey, o as isPlusKey } from './p-d8549efe.js';
8
8
  import { g as getLocaleString } from './p-ede854e1.js';
9
- import { d as defineCustomElement$4 } from './p-d00cffea.js';
10
- import { d as defineCustomElement$3 } from './p-e0a69099.js';
11
- import { d as defineCustomElement$2 } from './p-aa0d2da3.js';
9
+ import { d as defineCustomElement$4 } from './p-f42b7c16.js';
10
+ import { d as defineCustomElement$3 } from './p-565c7b5e.js';
11
+ import { d as defineCustomElement$2 } from './p-b7f5c755.js';
12
12
 
13
13
  const duetRangeStepperCss = "*,*::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:inline-block;margin:0 auto}.duet-range-stepper{display:flex;flex-wrap:wrap;gap:0;align-items:baseline;justify-content:center;min-width:30px;min-height:30px;font-weight:600;text-decoration:none;border-left-width:0}.duet-range-stepper{white-space:nowrap}.duet-range-stepper .duet-range-step-counter{font-weight:600;color:#00294d}.duet-range-stepper ::part(button){border:0}";
14
14
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetScrollable$1, d as defineCustomElement$1 } from './p-64632357.js';
4
+ import { D as DuetScrollable$1, d as defineCustomElement$1 } from './p-bf876e72.js';
5
5
 
6
6
  const DuetScrollable = DuetScrollable$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetSelect$1, d as defineCustomElement$1 } from './p-c04225ed.js';
4
+ import { D as DuetSelect$1, d as defineCustomElement$1 } from './p-2215e15e.js';
5
5
 
6
6
  const DuetSelect = DuetSelect$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetSpacer$1, d as defineCustomElement$1 } from './p-8cd228d4.js';
4
+ import { D as DuetSpacer$1, d as defineCustomElement$1 } from './p-dfb36895.js';
5
5
 
6
6
  const DuetSpacer = DuetSpacer$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetSpinner$1, d as defineCustomElement$1 } from './p-082654a0.js';
4
+ import { D as DuetSpinner$1, d as defineCustomElement$1 } from './p-76a78894.js';
5
5
 
6
6
  const DuetSpinner = DuetSpinner$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,13 +1,13 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h } from './p-1940df2f.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { c as createID } from './p-c1325e35.js';
7
7
  import { i as isKeyboardClick } from './p-d8549efe.js';
8
- import { d as defineCustomElement$4 } from './p-aa492620.js';
9
- import { d as defineCustomElement$3 } from './p-e0a69099.js';
10
- import { d as defineCustomElement$2 } from './p-8cd228d4.js';
8
+ import { d as defineCustomElement$4 } from './p-c36d9eb5.js';
9
+ import { d as defineCustomElement$3 } from './p-565c7b5e.js';
10
+ import { d as defineCustomElement$2 } from './p-dfb36895.js';
11
11
 
12
12
  var actionEdit2={"title":"action-edit-2","tags":"action edit 2 pen pencil","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M.748 24a.755.755 0 0 1-.531-.22.754.754 0 0 1-.196-.716l1.77-6.905a.84.84 0 0 1 .045-.121.73.73 0 0 1 .151-.223L16.513 1.289A4.355 4.355 0 0 1 19.611 0c1.178 0 2.277.454 3.106 1.279l.029.029a4.367 4.367 0 0 1 1.251 3.121 4.356 4.356 0 0 1-1.32 3.087L8.183 22.01a.735.735 0 0 1-.231.154.784.784 0 0 1-.111.042L.933 23.978A.773.773 0 0 1 .748 24zm1.041-1.791 4.41-1.131-3.281-3.275zm5.868-1.795 13.02-13.02-4.074-4.074L3.58 16.344zM21.736 6.332a2.893 2.893 0 0 0-.059-3.972l-.02-.02a2.872 2.872 0 0 0-2.037-.84v-.375l-.001.375a2.873 2.873 0 0 0-1.954.762z\"/></svg>"};
13
13
 
@@ -1,9 +1,9 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-1940df2f.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
- import { d as defineCustomElement$2 } from './p-aa0d2da3.js';
6
+ import { d as defineCustomElement$2 } from './p-b7f5c755.js';
7
7
 
8
8
  function groupBy(prop, items) {
9
9
  const result = {};
@@ -1,18 +1,18 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h } from './p-1940df2f.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { c as createID } from './p-c1325e35.js';
7
7
  import { h as isArrowLeftKey, e as isArrowUpKey, j as isArrowRightKey, f as isArrowDownKey } from './p-d8549efe.js';
8
8
  import { a as getLanguage, g as getLocaleString } from './p-ede854e1.js';
9
- import { d as defineCustomElement$8 } from './p-7f15884f.js';
10
- import { d as defineCustomElement$7 } from './p-e0a69099.js';
11
- import { d as defineCustomElement$6 } from './p-28011c52.js';
12
- import { d as defineCustomElement$5 } from './p-64632357.js';
13
- import { d as defineCustomElement$4 } from './p-c04225ed.js';
14
- import { d as defineCustomElement$3 } from './p-b39ebe64.js';
15
- import { d as defineCustomElement$2 } from './p-aa0d2da3.js';
9
+ import { d as defineCustomElement$8 } from './p-f20bce7d.js';
10
+ import { d as defineCustomElement$7 } from './p-565c7b5e.js';
11
+ import { d as defineCustomElement$6 } from './p-10a1a3da.js';
12
+ import { d as defineCustomElement$5 } from './p-bf876e72.js';
13
+ import { d as defineCustomElement$4 } from './p-2215e15e.js';
14
+ import { d as defineCustomElement$3 } from './p-a081f721.js';
15
+ import { d as defineCustomElement$2 } from './p-b7f5c755.js';
16
16
 
17
17
  const duetTabGroupCss = "*,*::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;display:block;width:100%}.duet-tab-group-tabs{margin-bottom:28px !important;display:block;width:100%;max-width:100%;padding-top:2px;list-style:none}.duet-tab-group-tabs.duet-m-0{margin:0 !important}.duet-tab-group-tabs.duet-tab-group-collapses.duet-tab-group-hidden{display:none}@media (min-width: 36em){.duet-tab-group-tabs.duet-tab-group-collapses.duet-tab-group-hidden{display:block}}.duet-tab-variation-plain .duet-tab-group-tabs{border-bottom:1px solid #e1e3e6}.duet-theme-turva.duet-tab-variation-plain .duet-tab-group-tabs{border-bottom-color:#e4e4e6}@media (min-width: 36em){duet-select{display:none !important}}.duet-tab-button{-webkit-user-select:none;user-select:none;position:relative;z-index:100;display:block;width:100%;padding:20px;margin-top:-2px;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:600;line-height:1.1;color:#00294d;text-align:left;text-decoration:none;cursor:pointer;background:white;border:2px solid #e1e3e6;border-radius:0;transition:150ms ease}.duet-tab-button.duet-p-0{padding:0 !important}.duet-tab-button.duet-m-0{margin:0 !important}.duet-theme-turva .duet-tab-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:#171c3a;border-color:#e4e4e6}.duet-tab-button.duet-p-0{padding:0 !important}@media (min-width: 36em){.duet-tab-button{display:inline-block;width:auto;margin-left:-2px;border-right:2px solid #e1e3e6;border-radius:0}}.duet-tab-button:hover{z-index:200;border-color:#909599}.duet-theme-turva .duet-tab-button:hover{border-color:#747475}.duet-tab-button:active{opacity:0.75;transition:none}.duet-tab-button.selected{z-index:201;color:white;background:#00294d;border-color:#00294d;outline:0;box-shadow:none !important}.duet-theme-turva .duet-tab-button.selected{color:white;background-color:#171c3a;border-color:#171c3a}.duet-tab-button:focus{z-index:200;outline:0}:host(.user-is-tabbing) .duet-tab-button:focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3 !important}:host(.user-is-tabbing) .duet-theme-turva .duet-tab-button:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a !important}.duet-tab-button:first-child{border-top-left-radius:4px;border-top-right-radius:4px}@media (min-width: 36em){.duet-tab-button:first-child{border-top-right-radius:0;border-bottom-left-radius:4px}}.duet-tab-button:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}@media (min-width: 36em){.duet-tab-button:last-child{border-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}}.duet-tab-variation-plain .duet-tab-button{display:inline-block;width:auto;padding-right:0;padding-left:0;border:0;border-radius:0;transition:none}.duet-tab-variation-plain .duet-tab-button+.duet-tab-button{margin-left:36px}.duet-tab-variation-plain .duet-tab-button.selected{color:#0077b3;background:white;border-bottom:3px solid #0077b3}.duet-theme-turva.duet-tab-variation-plain .duet-tab-button.selected{color:#c60c30;border-bottom-color:#c60c30}.duet-tab-group-content{position:relative;width:100%;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:400;line-height:1.5;color:#00294d;text-align:left}.duet-theme-turva .duet-tab-group-content{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}";
18
18
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, h } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, h } from './p-1940df2f.js';
5
5
  import { g as getLocaleString } from './p-ede854e1.js';
6
6
 
7
7
  const duetTabCss = ".sc-duet-tab-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%}.duet-tab.sc-duet-tab{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:none;width:100%}.duet-tab.selected.sc-duet-tab{display:block}";
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetTable$1, d as defineCustomElement$1 } from './p-a426557f.js';
4
+ import { D as DuetTable$1, d as defineCustomElement$1 } from './p-c8517782.js';
5
5
 
6
6
  const DuetTable = DuetTable$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,17 +1,17 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-d7e59b1c.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-1940df2f.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { c as createID } from './p-c1325e35.js';
7
7
  import { c as cleanValue } from './p-56118313.js';
8
- import { d as defineCustomElement$8 } from './p-7f15884f.js';
9
- import { d as defineCustomElement$7 } from './p-b32fb567.js';
10
- import { d as defineCustomElement$6 } from './p-29eb2df5.js';
11
- import { d as defineCustomElement$5 } from './p-e0a69099.js';
12
- import { d as defineCustomElement$4 } from './p-28011c52.js';
13
- import { d as defineCustomElement$3 } from './p-b39ebe64.js';
14
- import { d as defineCustomElement$2 } from './p-aa0d2da3.js';
8
+ import { d as defineCustomElement$8 } from './p-f20bce7d.js';
9
+ import { d as defineCustomElement$7 } from './p-d05492d6.js';
10
+ import { d as defineCustomElement$6 } from './p-068d8815.js';
11
+ import { d as defineCustomElement$5 } from './p-565c7b5e.js';
12
+ import { d as defineCustomElement$4 } from './p-10a1a3da.js';
13
+ import { d as defineCustomElement$3 } from './p-a081f721.js';
14
+ import { d as defineCustomElement$2 } from './p-b7f5c755.js';
15
15
 
16
16
  const duetTextareaCss = "*.sc-duet-textarea,*.sc-duet-textarea::after,*.sc-duet-textarea::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-textarea-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:block;width:100%;max-width:100%;text-align:left}.sc-duet-textarea-h:last-child,.sc-duet-textarea-h:last-of-type{margin-right:0 !important}@media (min-width: 36em){.sc-duet-textarea-h{width:calc(50% - 16px - 3px)}.duet-expand.sc-duet-textarea-h{width:100% !important}}.duet-m-0.sc-duet-textarea-h{margin:0 !important}duet-tooltip.sc-duet-textarea{position:absolute;top:12px;right:0}@media (min-width: 48em){duet-tooltip.sc-duet-textarea{position:relative;top:4px;right:auto}}.duet-textarea-container.sc-duet-textarea{position:relative;width:100%;height:100%}.duet-textarea-container.sc-duet-textarea .duet-input-top-caption.sc-duet-textarea{display:none}.duet-textarea-container.duet-input-top-caption-shown.sc-duet-textarea .duet-input-top-caption.sc-duet-textarea{display:flex !important}.duet-textarea-wrapper.sc-duet-textarea{position:relative}.duet-textarea-placeholder.sc-duet-textarea{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-textarea.sc-duet-textarea{padding:15px !important;position:relative;z-index:100;display:block;width:100%;min-width:8rem;min-height:160px;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:400;font-variant-numeric:tabular-nums;line-height:1.25;color:#00294d;resize:vertical;background:white;border:1px solid #909599;border-radius:4px;transition:150ms ease}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea{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;border-color:#747475}.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea{border-color:#de2362 !important}.duet-theme-turva.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea{border-color:#e02a0d !important}.duet-textarea.sc-duet-textarea::-webkit-input-placeholder{color:#657787;opacity:1 !important;transition:color 300ms ease}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea::-webkit-input-placeholder{color:#747475}.duet-textarea.sc-duet-textarea:focus::-webkit-input-placeholder{color:#cfd2d4}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus::-webkit-input-placeholder{color:#cfcfd1}.duet-textarea.sc-duet-textarea::-moz-placeholder{color:#657787;opacity:1 !important}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea::-moz-placeholder{color:#747475}.duet-textarea.sc-duet-textarea:focus::-moz-placeholder{color:#cfd2d4}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus::-moz-placeholder{color:#cfcfd1}.duet-textarea.sc-duet-textarea:-ms-input-placeholder{color:#657787}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:-ms-input-placeholder{color:#747475}.duet-textarea.sc-duet-textarea:focus:-ms-input-placeholder{color:#cfd2d4}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus:-ms-input-placeholder{color:#cfcfd1}.duet-textarea[disabled].sc-duet-textarea{color:#657787 !important;cursor:default !important;background:#f5f8fa !important;border-color:#f5f8fa !important}.duet-theme-turva.sc-duet-textarea .duet-textarea[disabled].sc-duet-textarea{color:#747475 !important;background:#f5f5f7 !important;border-color:#f5f5f7 !important}.duet-textarea.sc-duet-textarea:hover:not(:disabled){box-shadow:0 0 0 1px #909599}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:hover:not(:disabled){box-shadow:0 0 0 1px #747475}.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea:hover:not(:disabled){box-shadow:0 0 0 1px #de2362}.duet-theme-turva.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea:hover:not(:disabled){box-shadow:0 0 0 1px #e02a0d}.duet-textarea.sc-duet-textarea:focus{border-color:#0077b3;outline:0;box-shadow:0 0 0 1px #0077b3;transition:none}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus{border-color:#171c3a;box-shadow:0 0 0 1px #171c3a}.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus{box-shadow:0 0 0 1px #de2362}.duet-theme-turva.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus{box-shadow:0 0 0 1px #e02a0d}.duet-textarea.sc-duet-textarea:not(:focus):not(:hover):invalid{box-shadow:none}.duet-textarea-help.sc-duet-textarea{font-size:0.875rem;line-height:1.25}.duet-textarea-help.sc-duet-textarea span.sc-duet-textarea{display:block;margin-top:8px}.has-error.sc-duet-textarea .duet-textarea-help.sc-duet-textarea{color:#de2362}.duet-theme-turva.has-error.sc-duet-textarea .duet-textarea-help.sc-duet-textarea{color:#e02a0d}.duet-label-hidden.sc-duet-textarea duet-label.sc-duet-textarea{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.duet-character-count.sc-duet-textarea{display:block;margin:8px 0 0 auto}";
17
17