@duetds/components 6.0.7 → 6.1.0

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 (346) hide show
  1. package/hydrate/index.js +246 -5
  2. package/lib/cjs/duet-action-button.cjs.entry.js +1 -1
  3. package/lib/cjs/duet-alert.cjs.entry.js +1 -1
  4. package/lib/cjs/duet-badge.cjs.entry.js +1 -1
  5. package/lib/cjs/duet-breadcrumb.cjs.entry.js +1 -1
  6. package/lib/cjs/duet-breadcrumbs.cjs.entry.js +1 -1
  7. package/lib/cjs/duet-button_2.cjs.entry.js +1 -1
  8. package/lib/cjs/duet-caption_4.cjs.entry.js +1 -1
  9. package/lib/cjs/duet-card.cjs.entry.js +1 -1
  10. package/lib/cjs/duet-checkbox.cjs.entry.js +6 -2
  11. package/lib/cjs/duet-choice_2.cjs.entry.js +2 -2
  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 +3 -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-multiselect.cjs.entry.js +224 -0
  30. package/lib/cjs/duet-notification_2.cjs.entry.js +1 -1
  31. package/lib/cjs/duet-number-input.cjs.entry.js +1 -1
  32. package/lib/cjs/duet-pagination_2.cjs.entry.js +1 -1
  33. package/lib/cjs/duet-progress.cjs.entry.js +1 -1
  34. package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
  35. package/lib/cjs/duet-range-slider.cjs.entry.js +1 -1
  36. package/lib/cjs/duet-scrollable_3.cjs.entry.js +1 -1
  37. package/lib/cjs/duet-select.cjs.entry.js +1 -1
  38. package/lib/cjs/duet-step_2.cjs.entry.js +1 -1
  39. package/lib/cjs/duet-textarea.cjs.entry.js +1 -1
  40. package/lib/cjs/duet-toggle.cjs.entry.js +1 -1
  41. package/lib/cjs/duet-tooltip.cjs.entry.js +1 -1
  42. package/lib/cjs/duet-tray.cjs.entry.js +1 -1
  43. package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
  44. package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
  45. package/lib/cjs/duet.cjs.js +2 -2
  46. package/lib/cjs/{focus-utils-46880ee6.js → focus-utils-5bf92cc0.js} +1 -1
  47. package/lib/cjs/{index-54afad07.js → index-d380d72b.js} +1 -1
  48. package/lib/cjs/loader.cjs.js +2 -2
  49. package/lib/collection/collection-manifest.json +1 -0
  50. package/lib/collection/components/duet-checkbox/duet-checkbox.js +23 -1
  51. package/lib/collection/components/duet-editable-table/duet-editable-table.js +2 -1
  52. package/lib/collection/components/duet-multiselect/duet-multiselect.css +261 -0
  53. package/lib/collection/components/duet-multiselect/duet-multiselect.js +597 -0
  54. package/lib/dist-custom-elements/duet-action-button.js +1 -1
  55. package/lib/dist-custom-elements/duet-alert.js +1 -1
  56. package/lib/dist-custom-elements/duet-badge.js +1 -1
  57. package/lib/dist-custom-elements/duet-breadcrumb.js +2 -2
  58. package/lib/dist-custom-elements/duet-breadcrumbs.js +2 -2
  59. package/lib/dist-custom-elements/duet-button.js +1 -1
  60. package/lib/dist-custom-elements/duet-caption.js +1 -1
  61. package/lib/dist-custom-elements/duet-card.js +3 -3
  62. package/lib/dist-custom-elements/duet-checkbox.js +1 -155
  63. package/lib/dist-custom-elements/duet-choice-group.js +6 -6
  64. package/lib/dist-custom-elements/duet-choice.js +5 -5
  65. package/lib/dist-custom-elements/duet-collapsible.js +2 -2
  66. package/lib/dist-custom-elements/duet-combobox.js +3 -3
  67. package/lib/dist-custom-elements/duet-cookie-consent.js +6 -6
  68. package/lib/dist-custom-elements/duet-date-picker.js +8 -8
  69. package/lib/dist-custom-elements/duet-divider.js +1 -1
  70. package/lib/dist-custom-elements/duet-editable-table.js +1 -1
  71. package/lib/dist-custom-elements/duet-empty-state.js +1 -1
  72. package/lib/dist-custom-elements/duet-fieldset.js +1 -1
  73. package/lib/dist-custom-elements/duet-footer.js +4 -4
  74. package/lib/dist-custom-elements/duet-grid-item.js +1 -1
  75. package/lib/dist-custom-elements/duet-grid.js +1 -1
  76. package/lib/dist-custom-elements/duet-header.js +8 -8
  77. package/lib/dist-custom-elements/duet-heading.js +1 -1
  78. package/lib/dist-custom-elements/duet-hero.js +9 -9
  79. package/lib/dist-custom-elements/duet-icon.js +1 -1
  80. package/lib/dist-custom-elements/duet-input.js +1 -1
  81. package/lib/dist-custom-elements/duet-label.js +1 -1
  82. package/lib/dist-custom-elements/duet-layout.js +1 -1
  83. package/lib/dist-custom-elements/duet-link.js +1 -1
  84. package/lib/dist-custom-elements/duet-list-item.js +1 -1
  85. package/lib/dist-custom-elements/duet-list.js +1 -1
  86. package/lib/dist-custom-elements/duet-logo.js +1 -1
  87. package/lib/dist-custom-elements/duet-modal.js +7 -7
  88. package/lib/dist-custom-elements/duet-multiselect.d.ts +11 -0
  89. package/lib/dist-custom-elements/duet-multiselect.js +299 -0
  90. package/lib/dist-custom-elements/duet-notification-drawer.js +4 -4
  91. package/lib/dist-custom-elements/duet-notification.js +2 -2
  92. package/lib/dist-custom-elements/duet-number-input.js +7 -7
  93. package/lib/dist-custom-elements/duet-pagination.js +7 -7
  94. package/lib/dist-custom-elements/duet-paragraph.js +1 -1
  95. package/lib/dist-custom-elements/duet-progress.js +1 -1
  96. package/lib/dist-custom-elements/duet-radio-group.js +6 -6
  97. package/lib/dist-custom-elements/duet-radio.js +1 -1
  98. package/lib/dist-custom-elements/duet-range-slider.js +2 -2
  99. package/lib/dist-custom-elements/duet-range-stepper.js +4 -4
  100. package/lib/dist-custom-elements/duet-scrollable.js +1 -1
  101. package/lib/dist-custom-elements/duet-select.js +1 -1
  102. package/lib/dist-custom-elements/duet-spacer.js +1 -1
  103. package/lib/dist-custom-elements/duet-spinner.js +1 -1
  104. package/lib/dist-custom-elements/duet-step.js +4 -4
  105. package/lib/dist-custom-elements/duet-stepper.js +2 -2
  106. package/lib/dist-custom-elements/duet-tab-group.js +8 -8
  107. package/lib/dist-custom-elements/duet-tab.js +1 -1
  108. package/lib/dist-custom-elements/duet-table.js +1 -1
  109. package/lib/dist-custom-elements/duet-textarea.js +8 -8
  110. package/lib/dist-custom-elements/duet-toggle.js +2 -2
  111. package/lib/dist-custom-elements/duet-tooltip.js +1 -1
  112. package/lib/dist-custom-elements/duet-tray.js +3 -3
  113. package/lib/dist-custom-elements/duet-upload-aria-status.js +1 -1
  114. package/lib/dist-custom-elements/duet-upload.js +18 -18
  115. package/lib/dist-custom-elements/duet-visually-hidden.js +1 -1
  116. package/lib/dist-custom-elements/index.js +1 -1
  117. package/lib/dist-custom-elements/{p-a56649ff.js → p-025242f2.js} +6 -6
  118. package/lib/dist-custom-elements/{p-b7f5c755.js → p-14799264.js} +1 -1
  119. package/lib/dist-custom-elements/{p-bf876e72.js → p-15cca1fa.js} +2 -2
  120. package/lib/dist-custom-elements/{p-c36d9eb5.js → p-260d7413.js} +1 -1
  121. package/lib/dist-custom-elements/{p-f07d95b9.js → p-2b6e0098.js} +1 -1
  122. package/lib/dist-custom-elements/{p-fbb39f58.js → p-35856a5f.js} +1 -1
  123. package/lib/dist-custom-elements/{p-2215e15e.js → p-3f5248cc.js} +6 -6
  124. package/lib/dist-custom-elements/p-3f9960ee.js +165 -0
  125. package/lib/dist-custom-elements/{p-836021e7.js → p-40964c90.js} +2 -2
  126. package/lib/dist-custom-elements/{p-068d8815.js → p-4dd0d2e0.js} +1 -1
  127. package/lib/dist-custom-elements/{p-dfb36895.js → p-5368b90e.js} +1 -1
  128. package/lib/dist-custom-elements/{p-a081f721.js → p-5c30c1e6.js} +3 -3
  129. package/lib/dist-custom-elements/{p-59480ad8.js → p-6352244e.js} +1 -1
  130. package/lib/dist-custom-elements/{p-2f73ed5f.js → p-76a12869.js} +2 -2
  131. package/lib/dist-custom-elements/{p-f23c23e9.js → p-84036192.js} +3 -3
  132. package/lib/dist-custom-elements/{p-565c7b5e.js → p-983633e4.js} +1 -1
  133. package/lib/dist-custom-elements/{p-0a3b3fbb.js → p-a0188402.js} +4 -4
  134. package/lib/dist-custom-elements/{p-f20bce7d.js → p-a10df7a8.js} +1 -1
  135. package/lib/dist-custom-elements/{p-01a47ed0.js → p-a19a3c64.js} +1 -1
  136. package/lib/dist-custom-elements/{p-85e4dd88.js → p-a720eb56.js} +2 -2
  137. package/lib/dist-custom-elements/{p-3185bbc5.js → p-b125807e.js} +1 -1
  138. package/lib/dist-custom-elements/{p-fe39bfb6.js → p-b828da80.js} +9 -8
  139. package/lib/dist-custom-elements/{p-3426a84c.js → p-c2260d50.js} +2 -2
  140. package/lib/dist-custom-elements/{p-12a61b16.js → p-c2c3e421.js} +1 -1
  141. package/lib/dist-custom-elements/{p-d05492d6.js → p-dde39f08.js} +1 -1
  142. package/lib/dist-custom-elements/{p-1940df2f.js → p-df05a117.js} +1 -1
  143. package/lib/dist-custom-elements/{p-10a1a3da.js → p-e06d804b.js} +1 -1
  144. package/lib/dist-custom-elements/{p-4e94138b.js → p-e436e97c.js} +5 -5
  145. package/lib/dist-custom-elements/{p-c8517782.js → p-eef3373f.js} +1 -1
  146. package/lib/dist-custom-elements/{p-f42b7c16.js → p-f06badc1.js} +3 -3
  147. package/lib/dist-custom-elements/{p-76a78894.js → p-f5d54803.js} +1 -1
  148. package/lib/duet/duet.esm.js +1 -1
  149. package/lib/duet/duet.js +1 -1
  150. package/lib/duet/{p-f020f7b9.entry.js → p-07c53212.entry.js} +1 -1
  151. package/lib/duet/{p-1219c251.system.js → p-08c8edc7.system.js} +1 -1
  152. package/lib/duet/{p-b4ffca84.system.entry.js → p-0bc10576.system.entry.js} +1 -1
  153. package/lib/duet/{p-d4bb0408.entry.js → p-0c1fdd7c.entry.js} +1 -1
  154. package/lib/duet/{p-c16f5680.system.entry.js → p-1034d5d8.system.entry.js} +1 -1
  155. package/lib/duet/{p-794e74ca.system.entry.js → p-10a9fe19.system.entry.js} +1 -1
  156. package/lib/duet/{p-6372465a.entry.js → p-134bbc67.entry.js} +1 -1
  157. package/lib/duet/{p-0ef9099d.system.entry.js → p-17213a02.system.entry.js} +1 -1
  158. package/lib/duet/{p-187a788e.entry.js → p-18c2588a.entry.js} +1 -1
  159. package/lib/duet/{p-6e648879.entry.js → p-1e8365c3.entry.js} +1 -1
  160. package/lib/duet/{p-00030749.entry.js → p-20df1f28.entry.js} +1 -1
  161. package/lib/duet/{p-46f86392.entry.js → p-24b890e9.entry.js} +1 -1
  162. package/lib/duet/{p-d74d81a1.system.entry.js → p-2957055a.system.entry.js} +1 -1
  163. package/lib/duet/{p-9587a804.entry.js → p-2a2b5109.entry.js} +1 -1
  164. package/lib/duet/{p-c1c11d71.system.entry.js → p-2b7f998c.system.entry.js} +1 -1
  165. package/lib/duet/{p-14e9ccd4.entry.js → p-2b822122.entry.js} +1 -1
  166. package/lib/duet/{p-90e58b7f.entry.js → p-2d906752.entry.js} +1 -1
  167. package/lib/duet/p-2f183314.js +4 -0
  168. package/lib/duet/p-3166de44.entry.js +4 -0
  169. package/lib/duet/{p-8ff5cb03.entry.js → p-3287e496.entry.js} +1 -1
  170. package/lib/duet/{p-f92491e1.entry.js → p-33814c22.entry.js} +1 -1
  171. package/lib/duet/p-33bbde60.entry.js +4 -0
  172. package/lib/duet/{p-9f51f625.entry.js → p-351fbda4.entry.js} +1 -1
  173. package/lib/duet/{p-7ba68318.system.entry.js → p-35351cf2.system.entry.js} +1 -1
  174. package/lib/duet/{p-e7f779ed.entry.js → p-363c6807.entry.js} +1 -1
  175. package/lib/duet/{p-f40277da.system.entry.js → p-3ab707be.system.entry.js} +1 -1
  176. package/lib/duet/{p-faf74d63.entry.js → p-3f6487d8.entry.js} +1 -1
  177. package/lib/duet/{p-d674ef21.entry.js → p-4056c348.entry.js} +1 -1
  178. package/lib/duet/{p-3fd6ad80.entry.js → p-48f15ed7.entry.js} +1 -1
  179. package/lib/duet/{p-f8ae4f24.system.entry.js → p-4a97bbae.system.entry.js} +1 -1
  180. package/lib/duet/{p-92c491d9.entry.js → p-4c3bfd8a.entry.js} +1 -1
  181. package/lib/duet/{p-9cb0def1.system.entry.js → p-4d6b04f1.system.entry.js} +1 -1
  182. package/lib/duet/{p-1fd65b6a.system.entry.js → p-4fee02ae.system.entry.js} +1 -1
  183. package/lib/duet/{p-a3ca26e9.system.entry.js → p-5174a8af.system.entry.js} +1 -1
  184. package/lib/duet/{p-9f37c7e3.entry.js → p-545177af.entry.js} +1 -1
  185. package/lib/duet/{p-cacad773.system.entry.js → p-55f8c851.system.entry.js} +1 -1
  186. package/lib/duet/{p-39c02539.system.entry.js → p-5f4a200f.system.entry.js} +1 -1
  187. package/lib/duet/{p-5116e9b7.system.entry.js → p-69d0a2ce.system.entry.js} +1 -1
  188. package/lib/duet/{p-177abbdc.system.entry.js → p-6cc20670.system.entry.js} +1 -1
  189. package/lib/duet/{p-ff4995cc.entry.js → p-6d2d9897.entry.js} +1 -1
  190. package/lib/duet/{p-3dadf26a.system.entry.js → p-6def950d.system.entry.js} +1 -1
  191. package/lib/duet/{p-50081b36.entry.js → p-709654f2.entry.js} +1 -1
  192. package/lib/duet/{p-59edf7bc.system.entry.js → p-73c3092e.system.entry.js} +1 -1
  193. package/lib/duet/{p-c4a44c55.system.entry.js → p-79eada30.system.entry.js} +1 -1
  194. package/lib/duet/{p-108f093f.system.entry.js → p-7ed493e6.system.entry.js} +1 -1
  195. package/lib/duet/{p-d98eedc7.entry.js → p-88e3d858.entry.js} +1 -1
  196. package/lib/duet/{p-607eb013.entry.js → p-88eabc52.entry.js} +1 -1
  197. package/lib/duet/{p-be4c1b3f.entry.js → p-89b3c614.entry.js} +1 -1
  198. package/lib/duet/{p-8b0fef4c.system.entry.js → p-8c17003f.system.entry.js} +1 -1
  199. package/lib/duet/p-8c2a2440.entry.js +4 -0
  200. package/lib/duet/p-8cea8546.system.js +4 -0
  201. package/lib/duet/{p-24210b97.system.entry.js → p-8db9e436.system.entry.js} +1 -1
  202. package/lib/duet/{p-8baa5bd1.system.entry.js → p-9343afe6.system.entry.js} +1 -1
  203. package/lib/duet/{p-5d160b76.system.entry.js → p-95340ddf.system.entry.js} +1 -1
  204. package/lib/duet/p-97b281b2.system.entry.js +4 -0
  205. package/lib/duet/{p-bd85d575.entry.js → p-9c2d276b.entry.js} +1 -1
  206. package/lib/duet/{p-70a1a9bf.system.js → p-9e9b3182.system.js} +1 -1
  207. package/lib/duet/{p-13cdbe65.entry.js → p-9ff90002.entry.js} +1 -1
  208. package/lib/duet/{p-50551874.entry.js → p-a4acf397.entry.js} +1 -1
  209. package/lib/duet/{p-a44366ba.entry.js → p-a883b01d.entry.js} +1 -1
  210. package/lib/duet/{p-dcb5d509.system.entry.js → p-a8e38895.system.entry.js} +1 -1
  211. package/lib/duet/{p-d267c3a2.entry.js → p-aba4b236.entry.js} +1 -1
  212. package/lib/duet/{p-c76ec371.system.entry.js → p-b0b61064.system.entry.js} +1 -1
  213. package/lib/duet/p-b2a940b5.system.entry.js +4 -0
  214. package/lib/duet/{p-b44ae985.system.entry.js → p-b2da699d.system.entry.js} +1 -1
  215. package/lib/duet/{p-63b7a28e.system.entry.js → p-bdbe682d.system.entry.js} +2 -2
  216. package/lib/duet/{p-7088d347.entry.js → p-be9d7718.entry.js} +1 -1
  217. package/lib/duet/{p-0082ff0a.system.entry.js → p-bedf7cb7.system.entry.js} +1 -1
  218. package/lib/duet/{p-3054a69d.entry.js → p-c055fcd1.entry.js} +1 -1
  219. package/lib/duet/{p-f3e7fc61.system.entry.js → p-c8a46ebb.system.entry.js} +1 -1
  220. package/lib/duet/{p-dbdaec86.entry.js → p-c8e84baf.entry.js} +1 -1
  221. package/lib/duet/{p-444b7187.system.entry.js → p-cc7f44f9.system.entry.js} +1 -1
  222. package/lib/duet/{p-58eeed4f.system.entry.js → p-cf9027e3.system.entry.js} +1 -1
  223. package/lib/duet/{p-889cf32a.system.entry.js → p-d2a55128.system.entry.js} +1 -1
  224. package/lib/duet/{p-0433b19b.entry.js → p-d4a24199.entry.js} +1 -1
  225. package/lib/duet/{p-dc163c6e.entry.js → p-d50688a8.entry.js} +1 -1
  226. package/lib/duet/p-d8ae3650.system.entry.js +4 -0
  227. package/lib/duet/{p-16f67902.system.entry.js → p-db2cfc87.system.entry.js} +1 -1
  228. package/lib/duet/{p-ed8d9d14.system.entry.js → p-db9db173.system.entry.js} +1 -1
  229. package/lib/duet/{p-6a49efbc.js → p-dc6fd9c6.js} +1 -1
  230. package/lib/duet/{p-69b0c916.system.entry.js → p-e13a54c8.system.entry.js} +1 -1
  231. package/lib/duet/{p-6be76f1d.entry.js → p-e19ba091.entry.js} +1 -1
  232. package/lib/duet/p-e2adbecc.entry.js +4 -0
  233. package/lib/duet/{p-afdf9c1c.system.entry.js → p-e4c320e2.system.entry.js} +1 -1
  234. package/lib/duet/{p-e873306b.system.entry.js → p-e86917b0.system.entry.js} +1 -1
  235. package/lib/duet/{p-933a2bd0.system.entry.js → p-f01eb4ea.system.entry.js} +1 -1
  236. package/lib/duet/p-f493ae81.entry.js +4 -0
  237. package/lib/duet/{p-7e3d7a7e.system.entry.js → p-f6240801.system.entry.js} +1 -1
  238. package/lib/duet/{p-00228a70.entry.js → p-f827b4b6.entry.js} +1 -1
  239. package/lib/duet/{p-b0bf6662.entry.js → p-fb97dc52.entry.js} +1 -1
  240. package/lib/duet/{p-b77057b8.entry.js → p-fd1ed521.entry.js} +1 -1
  241. package/lib/esm/duet-action-button.entry.js +1 -1
  242. package/lib/esm/duet-alert.entry.js +1 -1
  243. package/lib/esm/duet-badge.entry.js +1 -1
  244. package/lib/esm/duet-breadcrumb.entry.js +1 -1
  245. package/lib/esm/duet-breadcrumbs.entry.js +1 -1
  246. package/lib/esm/duet-button_2.entry.js +1 -1
  247. package/lib/esm/duet-caption_4.entry.js +1 -1
  248. package/lib/esm/duet-card.entry.js +1 -1
  249. package/lib/esm/duet-checkbox.entry.js +6 -2
  250. package/lib/esm/duet-choice_2.entry.js +2 -2
  251. package/lib/esm/duet-collapsible.entry.js +1 -1
  252. package/lib/esm/duet-combobox.entry.js +1 -1
  253. package/lib/esm/duet-cookie-consent.entry.js +1 -1
  254. package/lib/esm/duet-date-picker.entry.js +2 -2
  255. package/lib/esm/duet-divider_2.entry.js +1 -1
  256. package/lib/esm/duet-editable-table_3.entry.js +3 -2
  257. package/lib/esm/duet-empty-state.entry.js +1 -1
  258. package/lib/esm/duet-fieldset.entry.js +1 -1
  259. package/lib/esm/duet-footer.entry.js +1 -1
  260. package/lib/esm/duet-grid_2.entry.js +1 -1
  261. package/lib/esm/duet-header_2.entry.js +1 -1
  262. package/lib/esm/duet-hero.entry.js +1 -1
  263. package/lib/esm/duet-icon.entry.js +1 -1
  264. package/lib/esm/duet-input_2.entry.js +1 -1
  265. package/lib/esm/duet-layout.entry.js +1 -1
  266. package/lib/esm/duet-list_2.entry.js +1 -1
  267. package/lib/esm/duet-modal.entry.js +2 -2
  268. package/lib/esm/duet-multiselect.entry.js +220 -0
  269. package/lib/esm/duet-notification_2.entry.js +1 -1
  270. package/lib/esm/duet-number-input.entry.js +1 -1
  271. package/lib/esm/duet-pagination_2.entry.js +1 -1
  272. package/lib/esm/duet-progress.entry.js +1 -1
  273. package/lib/esm/duet-radio_2.entry.js +1 -1
  274. package/lib/esm/duet-range-slider.entry.js +1 -1
  275. package/lib/esm/duet-scrollable_3.entry.js +1 -1
  276. package/lib/esm/duet-select.entry.js +1 -1
  277. package/lib/esm/duet-step_2.entry.js +1 -1
  278. package/lib/esm/duet-textarea.entry.js +1 -1
  279. package/lib/esm/duet-toggle.entry.js +1 -1
  280. package/lib/esm/duet-tooltip.entry.js +1 -1
  281. package/lib/esm/duet-tray.entry.js +1 -1
  282. package/lib/esm/duet-upload-aria-status.entry.js +1 -1
  283. package/lib/esm/duet-visually-hidden.entry.js +1 -1
  284. package/lib/esm/duet.js +2 -2
  285. package/lib/esm/{focus-utils-d5499410.js → focus-utils-f6146965.js} +1 -1
  286. package/lib/esm/{index-26388161.js → index-81967d12.js} +1 -1
  287. package/lib/esm/loader.js +2 -2
  288. package/lib/esm-es5/duet-action-button.entry.js +1 -1
  289. package/lib/esm-es5/duet-alert.entry.js +1 -1
  290. package/lib/esm-es5/duet-badge.entry.js +1 -1
  291. package/lib/esm-es5/duet-breadcrumb.entry.js +1 -1
  292. package/lib/esm-es5/duet-breadcrumbs.entry.js +1 -1
  293. package/lib/esm-es5/duet-button_2.entry.js +1 -1
  294. package/lib/esm-es5/duet-caption_4.entry.js +1 -1
  295. package/lib/esm-es5/duet-card.entry.js +1 -1
  296. package/lib/esm-es5/duet-checkbox.entry.js +2 -2
  297. package/lib/esm-es5/duet-choice_2.entry.js +1 -1
  298. package/lib/esm-es5/duet-collapsible.entry.js +1 -1
  299. package/lib/esm-es5/duet-combobox.entry.js +1 -1
  300. package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
  301. package/lib/esm-es5/duet-date-picker.entry.js +1 -1
  302. package/lib/esm-es5/duet-divider_2.entry.js +1 -1
  303. package/lib/esm-es5/duet-editable-table_3.entry.js +1 -1
  304. package/lib/esm-es5/duet-empty-state.entry.js +1 -1
  305. package/lib/esm-es5/duet-fieldset.entry.js +1 -1
  306. package/lib/esm-es5/duet-footer.entry.js +1 -1
  307. package/lib/esm-es5/duet-grid_2.entry.js +1 -1
  308. package/lib/esm-es5/duet-header_2.entry.js +1 -1
  309. package/lib/esm-es5/duet-hero.entry.js +1 -1
  310. package/lib/esm-es5/duet-icon.entry.js +1 -1
  311. package/lib/esm-es5/duet-input_2.entry.js +1 -1
  312. package/lib/esm-es5/duet-layout.entry.js +1 -1
  313. package/lib/esm-es5/duet-list_2.entry.js +1 -1
  314. package/lib/esm-es5/duet-modal.entry.js +1 -1
  315. package/lib/esm-es5/duet-multiselect.entry.js +4 -0
  316. package/lib/esm-es5/duet-notification_2.entry.js +1 -1
  317. package/lib/esm-es5/duet-number-input.entry.js +1 -1
  318. package/lib/esm-es5/duet-pagination_2.entry.js +1 -1
  319. package/lib/esm-es5/duet-progress.entry.js +1 -1
  320. package/lib/esm-es5/duet-radio_2.entry.js +1 -1
  321. package/lib/esm-es5/duet-range-slider.entry.js +1 -1
  322. package/lib/esm-es5/duet-scrollable_3.entry.js +1 -1
  323. package/lib/esm-es5/duet-select.entry.js +1 -1
  324. package/lib/esm-es5/duet-step_2.entry.js +1 -1
  325. package/lib/esm-es5/duet-textarea.entry.js +2 -2
  326. package/lib/esm-es5/duet-toggle.entry.js +1 -1
  327. package/lib/esm-es5/duet-tooltip.entry.js +1 -1
  328. package/lib/esm-es5/duet-tray.entry.js +1 -1
  329. package/lib/esm-es5/duet-upload-aria-status.entry.js +1 -1
  330. package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
  331. package/lib/esm-es5/duet.js +1 -1
  332. package/lib/esm-es5/{focus-utils-d5499410.js → focus-utils-f6146965.js} +1 -1
  333. package/lib/esm-es5/{index-26388161.js → index-81967d12.js} +1 -1
  334. package/lib/esm-es5/loader.js +1 -1
  335. package/lib/types/components/duet-checkbox/duet-checkbox.d.ts +4 -0
  336. package/lib/types/components/duet-multiselect/duet-multiselect.d.ts +137 -0
  337. package/lib/types/components.d.ts +154 -0
  338. package/package.json +8 -7
  339. package/lib/duet/p-159ce776.js +0 -4
  340. package/lib/duet/p-1d7bd203.system.entry.js +0 -4
  341. package/lib/duet/p-661839a3.entry.js +0 -4
  342. package/lib/duet/p-6caf3423.entry.js +0 -4
  343. package/lib/duet/p-c1d755c9.system.entry.js +0 -4
  344. package/lib/duet/p-e30dc26c.entry.js +0 -4
  345. package/lib/duet/p-e52ea726.entry.js +0 -4
  346. package/lib/duet/p-e841deb6.system.js +0 -4
@@ -1,14 +1,14 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h, F as Fragment, b as Host } from './p-1940df2f.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h, F as Fragment, b as Host } from './p-df05a117.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { c as createID } from './p-c1325e35.js';
7
7
  import { i as isKeyboardClick } from './p-d8549efe.js';
8
8
  import { s as sanitizeString } from './p-5a9d75e1.js';
9
9
  import { g as getColorByName } from './p-86faf728.js';
10
- import { d as defineCustomElement$3 } from './p-565c7b5e.js';
11
- import { d as defineCustomElement$2 } from './p-dfb36895.js';
10
+ import { d as defineCustomElement$3 } from './p-983633e4.js';
11
+ import { d as defineCustomElement$2 } from './p-5368b90e.js';
12
12
 
13
13
  var actionArrowUp={"title":"action-arrow-up","tags":"action arrow up caret","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M.75 17.939a.752.752 0 0 1-.53-1.281L10.94 5.94c.283-.284.659-.44 1.059-.44.401 0 .777.156 1.06.438l10.721 10.72a.752.752 0 0 1-.53 1.281.743.743 0 0 1-.53-.22L12 7 1.28 17.719a.743.743 0 0 1-.53.22z\"/></svg>"};
14
14
 
@@ -1,161 +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-1940df2f.js';
5
- import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
- import { c as createID } from './p-c1325e35.js';
7
-
8
- const duetCheckboxCss = "*.sc-duet-checkbox,*.sc-duet-checkbox::after,*.sc-duet-checkbox::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-checkbox-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-right:8px !important;margin-bottom:12px !important;display:inline-flex;width:100%;vertical-align:bottom;-webkit-tap-highlight-color:transparent}.sc-duet-checkbox-h:last-child,.sc-duet-checkbox-h:last-of-type{margin-right:0 !important}.sc-duet-checkbox-h:last-child:not(:only-child){margin-bottom:0 !important}.duet-m-0.sc-duet-checkbox-h{margin:0 !important}.duet-label.sc-duet-checkbox{position:relative;z-index:100;display:inline;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;vertical-align:top;cursor:pointer;background:transparent;transition:300ms ease}.duet-theme-turva.sc-duet-checkbox .duet-label.sc-duet-checkbox{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-label.sc-duet-checkbox span.sc-duet-checkbox{display:inline-block;width:calc(100% - 32px);font-size:1rem;font-weight:400;vertical-align:top}.duet-checkbox-container.sc-duet-checkbox{position:relative;width:100%;height:100%}.duet-checkbox.sc-duet-checkbox{padding:14px !important;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;cursor:pointer;opacity:0}.duet-checkbox.sc-duet-checkbox+label.sc-duet-checkbox::before{z-index:100;display:inline-block;width:20px;height:20px;margin:2px 10px 1px 1px;vertical-align:top;content:\"\";background:white;border:1px solid #00294d;border-radius:4px}.duet-theme-turva.sc-duet-checkbox .duet-checkbox.sc-duet-checkbox+label.sc-duet-checkbox::before{border-color:#171c3a}.duet-checkbox.sc-duet-checkbox:checked+label.sc-duet-checkbox::before{background:#00294d;border:1px solid #00294d}.duet-theme-turva.sc-duet-checkbox .duet-checkbox.sc-duet-checkbox:checked+label.sc-duet-checkbox::before{background:#171c3a;border-color:#171c3a}.duet-checkbox.sc-duet-checkbox:focus+label.sc-duet-checkbox::before{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-theme-turva.sc-duet-checkbox .duet-checkbox.sc-duet-checkbox:focus+label.sc-duet-checkbox::before{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-checkbox.sc-duet-checkbox+label.sc-duet-checkbox{position:static}.duet-checkbox.sc-duet-checkbox:checked+label.sc-duet-checkbox::after{position:absolute;top:6px;left:5px;z-index:200;width:12px;height:12px;pointer-events:none;content:\"\";background:transparent url(\"data:image/svg+xml,%3Csvg%20fill%3D%27white%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2724%27%20height%3D%2724%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%27M23.374.287a1.5%2C1.5%2C0%2C0%2C0-2.093.345L7.246%2C20.2%2C2.561%2C15.511A1.5%2C1.5%2C0%2C1%2C0%2C.439%2C17.632l5.935%2C5.934a1.525%2C1.525%2C0%2C0%2C0%2C2.279-.186l15.066-21A1.5%2C1.5%2C0%2C0%2C0%2C23.374.287Z%27%20%2F%3E%3C%2Fsvg%3E\") no-repeat 0 0;background-size:100% auto}.duet-checkbox[disabled].sc-duet-checkbox{cursor:default}.duet-checkbox[disabled].sc-duet-checkbox+label.sc-duet-checkbox{color:#657787}.duet-theme-turva.sc-duet-checkbox .duet-checkbox[disabled].sc-duet-checkbox+label.sc-duet-checkbox{color:#747475}.duet-checkbox[disabled].sc-duet-checkbox+label.sc-duet-checkbox::before{border-color:#cfd2d4}.duet-theme-turva.sc-duet-checkbox .duet-checkbox[disabled].sc-duet-checkbox+label.sc-duet-checkbox::before{border-color:#cfcfd1}.duet-checkbox[disabled].sc-duet-checkbox:checked+label.sc-duet-checkbox::before{background:#657787;border:1px solid #657787}.duet-theme-turva.sc-duet-checkbox .duet-checkbox[disabled].sc-duet-checkbox:checked+label.sc-duet-checkbox::before{background:#747475;border-color:#747475}.duet-label-hidden.sc-duet-checkbox .duet-label.sc-duet-checkbox span.sc-duet-checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}";
9
-
10
- const DuetCheckbox$1 = /*@__PURE__*/ proxyCustomElement(class extends H {
11
- constructor() {
12
- super();
13
- this.__registerHost();
14
- this.duetChange = createEvent(this, "duetChange", 3);
15
- this.duetFocus = createEvent(this, "duetFocus", 7);
16
- this.duetBlur = createEvent(this, "duetBlur", 7);
17
- /**
18
- * Own Properties.
19
- */
20
- this.checkboxId = createID("DuetCheckbox");
21
- /**
22
- * Controls the margin of the component.
23
- */
24
- this.margin = "auto";
25
- /**
26
- * Aria Details of the component
27
- */
28
- this.accessibleDetails = undefined;
29
- /**
30
- * String of id's that indicate alternative labels elements
31
- */
32
- this.accessibleLabelledBy = undefined;
33
- /**
34
- * Aria description the button
35
- */
36
- this.accessibleDescription = undefined;
37
- /**
38
- * Set whether the input is required or not. Please note that this is required for
39
- * accessible inputs when the user is required to fill them. When using this property
40
- * you need to also set “novalidate” attribute to your form element to prevent
41
- * browser from displaying its own validation errors.
42
- */
43
- this.required = false;
44
- /**
45
- * Theme of the checkbox.
46
- */
47
- this.theme = "";
48
- /**
49
- * Makes the checkbox component disabled. This prevents users from being able to
50
- * interact with the checkbox, and conveys its inactive state to assistive technologies.
51
- */
52
- this.disabled = false;
53
- /**
54
- * Label for the checkbox
55
- */
56
- this.label = "label";
57
- /**
58
- * Visually hide the label, but still show it to screen readers.
59
- */
60
- this.labelHidden = false;
61
- /**
62
- * Check state of the checkbox.
63
- */
64
- this.checked = false;
65
- /**
66
- * Component event handling.
67
- */
68
- this.onChange = (ev) => {
69
- this.checked = !this.checked;
70
- this.duetChange.emit({
71
- originalEvent: ev,
72
- checked: this.checked,
73
- value: this.value,
74
- component: "duet-checkbox",
75
- });
76
- };
77
- this.onBlur = (ev) => {
78
- this.duetBlur.emit({
79
- originalEvent: ev,
80
- checked: this.checked,
81
- value: this.value,
82
- component: "duet-checkbox",
83
- });
84
- };
85
- this.onFocus = (ev) => {
86
- this.duetFocus.emit({
87
- originalEvent: ev,
88
- checked: this.checked,
89
- value: this.value,
90
- component: "duet-checkbox",
91
- });
92
- };
93
- }
94
- /**
95
- * Component lifecycle events.
96
- */
97
- componentWillLoad() {
98
- inheritGlobalTheme(this);
99
- if (this.value === undefined) {
100
- this.value = this.identifier;
101
- }
102
- }
103
- /**
104
- * Sets focus on the specified `duet-checkbox`. Use this method instead of the global
105
- * `input.focus()`.
106
- */
107
- async setFocus(options) {
108
- this.nativeInput.focus(options);
109
- }
110
- /**
111
- * render() function
112
- * Always the last one in the class.
113
- */
114
- render() {
115
- const identifier = this.identifier || this.checkboxId;
116
- return (h(Host, { class: { "duet-m-0": this.margin === "none" } }, h("div", { class: {
117
- "duet-checkbox-container": true,
118
- "duet-label-hidden": this.labelHidden,
119
- "duet-theme-turva": this.theme === "turva",
120
- } }, h("input", { ref: input => (this.nativeInput = input), type: "checkbox", onFocus: this.onFocus, onBlur: this.onBlur, onChange: this.onChange, value: this.value, class: { "duet-checkbox": true, disabled: this.disabled }, checked: this.checked, disabled: this.disabled, tabindex: this.accessibleIndex, "aria-controls": this.accessibleControls, "aria-activedescendant": this.accessibleActiveDescendant, "aria-owns": this.accessibleOwns, "aria-describedby": this.accessibleDescribedBy, "aria-labelledby": this.accessibleLabelledBy, "aria-details": this.accessibleDetails, "aria-description": this.accessibleDescription, required: this.required, role: this.role, name: this.name, id: identifier }), h("label", { class: "duet-label", htmlFor: identifier }, h("span", null, this.label)))));
121
- }
122
- get element() { return this; }
123
- static get style() { return duetCheckboxCss; }
124
- }, [2, "duet-checkbox", {
125
- "accessibleActiveDescendant": [1, "accessible-active-descendant"],
126
- "margin": [1],
127
- "accessibleControls": [1, "accessible-controls"],
128
- "accessibleIndex": [1, "accessible-index"],
129
- "accessibleOwns": [1, "accessible-owns"],
130
- "accessibleDescribedBy": [1, "accessible-described-by"],
131
- "accessibleDetails": [1, "accessible-details"],
132
- "accessibleLabelledBy": [1, "accessible-labelled-by"],
133
- "accessibleDescription": [1, "accessible-description"],
134
- "required": [4],
135
- "theme": [1025],
136
- "disabled": [516],
137
- "identifier": [1],
138
- "label": [1],
139
- "labelHidden": [4, "label-hidden"],
140
- "name": [1],
141
- "role": [1],
142
- "checked": [1540],
143
- "value": [1537],
144
- "setFocus": [64]
145
- }]);
146
- function defineCustomElement$1() {
147
- if (typeof customElements === "undefined") {
148
- return;
149
- }
150
- const components = ["duet-checkbox"];
151
- components.forEach(tagName => { switch (tagName) {
152
- case "duet-checkbox":
153
- if (!customElements.get(tagName)) {
154
- customElements.define(tagName, DuetCheckbox$1);
155
- }
156
- break;
157
- } });
158
- }
4
+ import { D as DuetCheckbox$1, d as defineCustomElement$1 } from './p-3f9960ee.js';
159
5
 
160
6
  const DuetCheckbox = DuetCheckbox$1;
161
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-1940df2f.js';
4
+ import { p as proxyCustomElement, H, h, b as Host } from './p-df05a117.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-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';
7
+ import { d as defineCustomElement$6 } from './p-a10df7a8.js';
8
+ import { d as defineCustomElement$5 } from './p-c2260d50.js';
9
+ import { d as defineCustomElement$4 } from './p-983633e4.js';
10
+ import { d as defineCustomElement$3 } from './p-5c30c1e6.js';
11
+ import { d as defineCustomElement$2 } from './p-14799264.js';
12
12
 
13
13
  const duetChoiceGroupCss = "*.sc-duet-choice-group,*.sc-duet-choice-group::after,*.sc-duet-choice-group::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-choice-group-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%}.horizontal.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group{display:block}@media (min-width: 48em){.horizontal.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group{display:flex;margin-bottom:0}}.horizontal.sc-duet-choice-group-h .duet-choice-group.duet-no-stacking.sc-duet-choice-group{display:flex}.duet-choice-group.sc-duet-choice-group{position:relative;width:100%;margin-bottom:-12px}";
14
14
 
@@ -1,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-1940df2f.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-df05a117.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { D as DuetStringsExternalDefaults } from './p-76f00bd5.js';
7
7
  import { c as createID } from './p-c1325e35.js';
8
8
  import { F as FocusGuard } from './p-0b8f16f1.js';
9
9
  import { i as isKeyboardClick, a as isQuestionKey, b as isEscapeKey } from './p-d8549efe.js';
10
10
  import { g as getLocaleString, a as getLanguage } from './p-ede854e1.js';
11
- import { d as defineCustomElement$5 } from './p-f20bce7d.js';
12
- import { d as defineCustomElement$4 } from './p-565c7b5e.js';
13
- import { d as defineCustomElement$3 } from './p-dfb36895.js';
14
- import { d as defineCustomElement$2 } from './p-b7f5c755.js';
11
+ import { d as defineCustomElement$5 } from './p-a10df7a8.js';
12
+ import { d as defineCustomElement$4 } from './p-983633e4.js';
13
+ import { d as defineCustomElement$3 } from './p-5368b90e.js';
14
+ import { d as defineCustomElement$2 } from './p-14799264.js';
15
15
 
16
16
  var messagingInfo={"title":"messaging-info","tags":"messaging info information circle","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M13.5 17.25A2.252 2.252 0 0 1 11.25 15v-3.75h-.75a.75.75 0 0 1 0-1.5h.75c.827 0 1.5.673 1.5 1.5V15c0 .414.336.75.75.75h.75a.75.75 0 0 1 0 1.5z\"/><circle cx=\"11.625\" cy=\"7.125\" r=\"1.125\"/><path d=\"M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12zm0-22.5C6.21 1.5 1.5 6.21 1.5 12S6.21 22.5 12 22.5 22.5 17.79 22.5 12 17.79 1.5 12 1.5z\"/></svg>"};
17
17
 
@@ -1,14 +1,14 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-1940df2f.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-df05a117.js';
5
5
  import { a as actionArrowDownSmall } from './p-115c79b6.js';
6
6
  import { f as font_size_medium, t as tokens } from './p-02305a1e.js';
7
7
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
8
8
  import { c as createID } from './p-c1325e35.js';
9
9
  import { i as isKeyboardClick } from './p-d8549efe.js';
10
10
  import { s as sanitizeString } from './p-5a9d75e1.js';
11
- import { d as defineCustomElement$2 } from './p-565c7b5e.js';
11
+ import { d as defineCustomElement$2 } from './p-983633e4.js';
12
12
 
13
13
  const duetCollapsibleCss = "*.sc-duet-collapsible,*.sc-duet-collapsible::after,*.sc-duet-collapsible::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-collapsible-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-bottom:16px !important;display:block;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:600;line-height:1.5;color:#00294d}.duet-theme-turva.sc-duet-collapsible-h{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#171c3a}.duet-m-0.sc-duet-collapsible-h{margin:0 !important}.duet-collapsible-content.sc-duet-collapsible{display:none;padding-left:18px;margin-top:8px;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:400;font-variant-numeric:tabular-nums;-webkit-hyphens:auto;hyphens:auto;line-height:1.5;color:#00294d}@media (max-width: 35.9375em){.duet-collapsible-content.sc-duet-collapsible{font-size:0.875rem}}.duet-collapsible-content.duet-theme-turva.sc-duet-collapsible{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#171c3a}[open].sc-duet-collapsible-h .duet-collapsible-content.sc-duet-collapsible{display:block}.duet-collapsible-heading.sc-duet-collapsible{-webkit-user-select:none;user-select:none;display:flex;align-items:center;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:600;line-height:1.5;color:#00294d;cursor:pointer;border-radius:4px}.duet-collapsible-heading.duet-collapsible-normal-weight.sc-duet-collapsible{font-weight:400}.duet-collapsible-heading.duet-theme-turva.sc-duet-collapsible{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#171c3a}.duet-collapsible-heading.sc-duet-collapsible .duet-collapsible-heading-content.sc-duet-collapsible{flex:1}.duet-collapsible-heading.sc-duet-collapsible:focus{outline:0}.user-is-tabbing.sc-duet-collapsible-h .duet-collapsible-heading.sc-duet-collapsible:focus{border-radius:4px;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.user-is-tabbing.duet-theme-turva.sc-duet-collapsible-h .duet-collapsible-heading.sc-duet-collapsible:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-collapsible-heading-icon.sc-duet-collapsible{margin-right:8px !important;display:flex;align-items:center;justify-content:center;color:#00294d;transition:transform 300ms ease}.duet-collapsible-heading-icon.sc-duet-collapsible:last-child,.duet-collapsible-heading-icon.sc-duet-collapsible:last-of-type{margin-right:0 !important}[aria-expanded=true].sc-duet-collapsible .duet-collapsible-heading-icon.sc-duet-collapsible{transform:rotate(180deg)}";
14
14
 
@@ -1,15 +1,15 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent, h as h$1, b as Host } from './p-1940df2f.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h as h$1, b as Host } from './p-df05a117.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { d as debounce } from './p-0b3f675e.js';
7
7
  import { c as isEnterKey, b as isEscapeKey, d as isTabKey, e as isArrowUpKey, f as isArrowDownKey } from './p-d8549efe.js';
8
8
  import { g as getLocaleString, a as getLanguage } from './p-ede854e1.js';
9
9
  import { p as parsePossibleJSON } from './p-5a9d75e1.js';
10
10
  import { h, F as Fragment } from './p-b9058029.js';
11
- import { d as defineCustomElement$3 } from './p-565c7b5e.js';
12
- import { d as defineCustomElement$2 } from './p-b7f5c755.js';
11
+ import { d as defineCustomElement$3 } from './p-983633e4.js';
12
+ import { d as defineCustomElement$2 } from './p-14799264.js';
13
13
 
14
14
  const SelectSingle = ({ item, search = "", selected }) => {
15
15
  const regEx = search !== "" ? new RegExp("(" + search.split(" ").join("|") + ")", "gi") : undefined;
@@ -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, b as Host } from './p-1940df2f.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-df05a117.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
- import { d as defineCustomElement$6 } from './p-0a3b3fbb.js';
7
- import { d as defineCustomElement$5 } from './p-565c7b5e.js';
8
- import { d as defineCustomElement$4 } from './p-dfb36895.js';
9
- import { d as defineCustomElement$3 } from './p-76a78894.js';
10
- import { d as defineCustomElement$2 } from './p-b7f5c755.js';
6
+ import { d as defineCustomElement$6 } from './p-a0188402.js';
7
+ import { d as defineCustomElement$5 } from './p-983633e4.js';
8
+ import { d as defineCustomElement$4 } from './p-5368b90e.js';
9
+ import { d as defineCustomElement$3 } from './p-f5d54803.js';
10
+ import { d as defineCustomElement$2 } from './p-14799264.js';
11
11
 
12
12
  const duetCookieConsentCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:fixed;right:0;bottom:0;left:0;z-index:950;display:block;width:100%;box-shadow:0 2px 20px 0 rgba(0, 0, 0, 0.2)}@media (min-width: 48em){:host{right:28px;bottom:28px;left:auto;width:25rem}}:host(:focus){outline:0}:host(.user-is-tabbing:focus){border-radius:4px;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}:host(.user-is-tabbing.duet-theme-turva:focus){box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-cookie-consent{padding: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;color:white !important;background-color:rgba(0, 21, 39, 0.9)}@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none){.duet-cookie-consent{background:rgba(0, 21, 39, 0.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.duet-cookie-consent.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-color:rgba(12, 14, 29, 0.9)}@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none){.duet-cookie-consent.duet-theme-turva{background:rgba(12, 14, 29, 0.8)}}@media (min-width: 48em){.duet-cookie-consent{padding:20px;border-radius:4px}}.duet-cookie-consent-content{display:flex;align-items:center;max-width:1110px;margin:0 auto}.duet-cookie-consent-content .expand{flex:1}::slotted(a){font-weight:600;color:white !important;text-decoration:underline;white-space:nowrap}::slotted(a[target=_blank]){padding-right:16px;background:url(\"data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjUgMmExLjUgMS41IDAgMDEuMTQgM0gzLjc1Yy0uMzggMC0uNy4yOC0uNzQuNjVsLS4wMS4xdjE0LjVjMCAuMzguMjguNy42NS43NGwuMS4wMWgxNC41Yy4zOCAwIC43LS4yOC43NC0uNjVsLjAxLS4xdi02Ljg5YTEuNSAxLjUgMCAwMTMgMHY2Ljg5QTMuNzUgMy43NSAwIDAxMTguMjUgMjRIMy43NUEzLjc1IDMuNzUgMCAwMTAgMjAuMjVWNS43NUEzLjc1IDMuNzUgMCAwMTMuNzUgMnptMTItMmMuNzggMCAxLjQyLjYgMS41IDEuMzZWNy41YTEuNSAxLjUgMCAwMS0zIC4xNFY1LjEybC01LjQ0IDUuNDRhMS41IDEuNSAwIDAxLTIuMjItMmwuMS0uMTJMMTguODggM0gxNi41QTEuNSAxLjUgMCAwMTE1IDEuNjRWMS41YzAtLjc4LjYtMS40MiAxLjM2LTEuNWguMTR6Ii8+PC9zdmc+\") no-repeat right 50%;background-size:12px 10px}::slotted(a:focus){outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-theme-turva ::slotted(a:focus){outline:0;box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}";
13
13
 
@@ -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 as h$1, b as Host } from './p-1940df2f.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h as h$1, b as Host } from './p-df05a117.js';
5
5
  import { i as inheritGlobalTheme } from './p-4ebf1618.js';
6
6
  import { c as createID } from './p-c1325e35.js';
7
7
  import { F as FocusGuard } from './p-0b8f16f1.js';
8
8
  import { a as getLanguage, g as getLocaleString } from './p-ede854e1.js';
9
9
  import { h } from './p-b9058029.js';
10
- import { d as defineCustomElement$8 } from './p-f42b7c16.js';
11
- import { d as defineCustomElement$7 } from './p-f20bce7d.js';
12
- import { d as defineCustomElement$6 } from './p-565c7b5e.js';
13
- import { d as defineCustomElement$5 } from './p-a56649ff.js';
14
- import { d as defineCustomElement$4 } from './p-10a1a3da.js';
15
- import { d as defineCustomElement$3 } from './p-a081f721.js';
16
- import { d as defineCustomElement$2 } from './p-b7f5c755.js';
10
+ import { d as defineCustomElement$8 } from './p-f06badc1.js';
11
+ import { d as defineCustomElement$7 } from './p-a10df7a8.js';
12
+ import { d as defineCustomElement$6 } from './p-983633e4.js';
13
+ import { d as defineCustomElement$5 } from './p-025242f2.js';
14
+ import { d as defineCustomElement$4 } from './p-e06d804b.js';
15
+ import { d as defineCustomElement$3 } from './p-5c30c1e6.js';
16
+ import { d as defineCustomElement$2 } from './p-14799264.js';
17
17
 
18
18
  const formatOptionsShort = { day: "numeric", month: "long" };
19
19
  const formatOptionsLong = { day: "numeric", month: "long", year: "numeric" };
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetDivider$1, d as defineCustomElement$1 } from './p-3185bbc5.js';
4
+ import { D as DuetDivider$1, d as defineCustomElement$1 } from './p-b125807e.js';
5
5
 
6
6
  const DuetDivider = DuetDivider$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 DuetEditableTable$1, d as defineCustomElement$1 } from './p-fe39bfb6.js';
4
+ import { D as DuetEditableTable$1, d as defineCustomElement$1 } from './p-b828da80.js';
5
5
 
6
6
  const DuetEditableTable = DuetEditableTable$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 DuetEmptyState$1, d as defineCustomElement$1 } from './p-836021e7.js';
4
+ import { D as DuetEmptyState$1, d as defineCustomElement$1 } from './p-40964c90.js';
5
5
 
6
6
  const DuetEmptyState = DuetEmptyState$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 DuetFieldset$1, d as defineCustomElement$1 } from './p-3426a84c.js';
4
+ import { D as DuetFieldset$1, d as defineCustomElement$1 } from './p-c2260d50.js';
5
5
 
6
6
  const DuetFieldset = DuetFieldset$1;
7
7
  const defineCustomElement = defineCustomElement$1;
@@ -1,15 +1,15 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { p as proxyCustomElement, H, c as createEvent$1, h, F as Fragment } from './p-1940df2f.js';
4
+ import { p as proxyCustomElement, H, c as createEvent$1, h, F as Fragment } from './p-df05a117.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$4 } from './p-565c7b5e.js';
11
- import { d as defineCustomElement$3 } from './p-12a61b16.js';
12
- import { d as defineCustomElement$2 } from './p-b7f5c755.js';
10
+ import { d as defineCustomElement$4 } from './p-983633e4.js';
11
+ import { d as defineCustomElement$3 } from './p-c2c3e421.js';
12
+ import { d as defineCustomElement$2 } from './p-14799264.js';
13
13
 
14
14
  var actionArrowRight={"title":"action-arrow-right","tags":"action arrow right caret","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M5.499 24a.752.752 0 0 1-.53-1.281L15.689 12 4.969 1.28c-.142-.141-.22-.33-.22-.53s.078-.389.22-.53c.141-.142.33-.22.53-.22s.389.078.53.22l10.72 10.72a1.5 1.5 0 0 1 .001 2.119L6.029 23.78a.743.743 0 0 1-.53.22z\"/></svg>"};
15
15
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { D as DuetGridItem$1, d as defineCustomElement$1 } from './p-068d8815.js';
4
+ import { D as DuetGridItem$1, d as defineCustomElement$1 } from './p-4dd0d2e0.js';
5
5
 
6
6
  const DuetGridItem = DuetGridItem$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 DuetGrid$1, d as defineCustomElement$1 } from './p-d05492d6.js';
4
+ import { D as DuetGrid$1, d as defineCustomElement$1 } from './p-dde39f08.js';
5
5
 
6
6
  const DuetGrid = DuetGrid$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, c as createEvent$1, B as Build, h as h$1, b as Host, F as Fragment } from './p-1940df2f.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-df05a117.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-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';
15
+ import { d as defineCustomElement$8 } from './p-a0188402.js';
16
+ import { d as defineCustomElement$7 } from './p-b125807e.js';
17
+ import { d as defineCustomElement$6 } from './p-983633e4.js';
18
+ import { d as defineCustomElement$5 } from './p-c2c3e421.js';
19
+ import { d as defineCustomElement$4 } from './p-5368b90e.js';
20
+ import { d as defineCustomElement$3 } from './p-f5d54803.js';
21
+ import { d as defineCustomElement$2 } from './p-14799264.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-c36d9eb5.js';
4
+ import { D as DuetHeading$1, d as defineCustomElement$1 } from './p-260d7413.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-1940df2f.js';
4
+ import { p as proxyCustomElement, H, c as createEvent, h } from './p-df05a117.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-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';
10
+ import { d as defineCustomElement$9 } from './p-a0188402.js';
11
+ import { d as defineCustomElement$8 } from './p-260d7413.js';
12
+ import { d as defineCustomElement$7 } from './p-983633e4.js';
13
+ import { d as defineCustomElement$6 } from './p-2b6e0098.js';
14
+ import { d as defineCustomElement$5 } from './p-6352244e.js';
15
+ import { d as defineCustomElement$4 } from './p-a19a3c64.js';
16
+ import { d as defineCustomElement$3 } from './p-f5d54803.js';
17
+ import { d as defineCustomElement$2 } from './p-14799264.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-565c7b5e.js';
4
+ import { D as DuetIcon$1, d as defineCustomElement$1 } from './p-983633e4.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-a56649ff.js';
4
+ import { D as DuetInput$1, d as defineCustomElement$1 } from './p-025242f2.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-10a1a3da.js';
4
+ import { D as DuetLabel$1, d as defineCustomElement$1 } from './p-e06d804b.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-1940df2f.js';
4
+ import { p as proxyCustomElement, H, h, b as Host } from './p-df05a117.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-f23c23e9.js';
4
+ import { D as DuetLink$1, d as defineCustomElement$1 } from './p-84036192.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-59480ad8.js';
4
+ import { D as DuetListItem$1, d as defineCustomElement$1 } from './p-6352244e.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-f07d95b9.js';
4
+ import { D as DuetList$1, d as defineCustomElement$1 } from './p-2b6e0098.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-12a61b16.js';
4
+ import { D as DuetLogo$1, d as defineCustomElement$1 } from './p-c2c3e421.js';
5
5
 
6
6
  const DuetLogo = DuetLogo$1;
7
7
  const defineCustomElement = defineCustomElement$1;