@duetds/components 10.0.0-alpha.13 → 10.0.0-alpha.15

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 (1028) hide show
  1. package/hydrate/index.d.ts +38 -7
  2. package/hydrate/index.js +7603 -3241
  3. package/hydrate/index.mjs +45128 -0
  4. package/lib/cjs/_commonjsHelpers-4N64IRaP.js +10 -0
  5. package/lib/cjs/{a11y-utils-afeb2485.js → a11y-utils-CrefuUbk.js} +1 -1
  6. package/lib/cjs/action-arrow-down-small-CDsSJFvZ.js +21 -0
  7. package/lib/cjs/action-new-window-small-BWlVx6YN.js +21 -0
  8. package/lib/cjs/{app-globals-540cd51d.js → app-globals-CkySA1aW.js} +2 -2
  9. package/lib/cjs/duet-action-button.cjs.entry.js +83 -28
  10. package/lib/cjs/duet-alert.cjs.entry.js +72 -30
  11. package/lib/cjs/duet-badge.cjs.entry.js +16 -6
  12. package/lib/cjs/duet-banner.cjs.entry.js +49 -23
  13. package/lib/cjs/duet-breadcrumb.cjs.entry.js +32 -12
  14. package/lib/cjs/duet-breadcrumbs.cjs.entry.js +17 -11
  15. package/lib/cjs/duet-button_2.cjs.entry.js +147 -54
  16. package/lib/cjs/duet-callout.cjs.entry.js +10 -7
  17. package/lib/cjs/duet-caption_4.cjs.entry.js +175 -34
  18. package/lib/cjs/duet-card.cjs.entry.js +80 -30
  19. package/lib/cjs/duet-checkbox.cjs.entry.js +65 -29
  20. package/lib/cjs/duet-checkmark.cjs.entry.js +18 -6
  21. package/lib/cjs/duet-chip.cjs.entry.js +49 -29
  22. package/lib/cjs/duet-choice_2.cjs.entry.js +212 -74
  23. package/lib/cjs/duet-collapsible.cjs.entry.js +67 -25
  24. package/lib/cjs/duet-combobox.cjs.entry.js +79 -46
  25. package/lib/cjs/duet-contact-card.cjs.entry.js +14 -15
  26. package/lib/cjs/duet-cookie-consent.cjs.entry.js +12 -9
  27. package/lib/cjs/duet-date-picker.cjs.entry.js +142 -52
  28. package/lib/cjs/duet-divider_2.cjs.entry.js +26 -10
  29. package/lib/cjs/duet-editable-table_3.cjs.entry.js +477 -198
  30. package/lib/cjs/duet-empty-state.cjs.entry.js +12 -6
  31. package/lib/cjs/duet-fieldset.cjs.entry.js +38 -19
  32. package/lib/cjs/duet-file-chooser.cjs.entry.js +16 -9
  33. package/lib/cjs/duet-footer.cjs.entry.js +52 -26
  34. package/lib/cjs/duet-grid_2.cjs.entry.js +65 -12
  35. package/lib/cjs/duet-header_2.cjs.entry.js +250 -85
  36. package/lib/cjs/duet-hero.cjs.entry.js +110 -26
  37. package/lib/cjs/duet-icon.cjs.entry.js +50 -11
  38. package/lib/cjs/duet-input_2.cjs.entry.js +181 -69
  39. package/lib/cjs/duet-layout.cjs.entry.js +27 -7
  40. package/lib/cjs/duet-list_2.cjs.entry.js +44 -9
  41. package/lib/cjs/duet-menu-bar-button.cjs.entry.js +21 -13
  42. package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +16 -11
  43. package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +16 -11
  44. package/lib/cjs/duet-menu-bar-item.cjs.entry.js +37 -16
  45. package/lib/cjs/duet-menu-bar-link.cjs.entry.js +15 -7
  46. package/lib/cjs/duet-menu-bar.cjs.entry.js +32 -22
  47. package/lib/cjs/duet-modal.cjs.entry.js +74 -18
  48. package/lib/cjs/duet-multiselect.cjs.entry.js +85 -39
  49. package/lib/cjs/duet-nav.cjs.entry.js +10 -6
  50. package/lib/cjs/duet-notification_2.cjs.entry.js +83 -27
  51. package/lib/cjs/duet-number-input.cjs.entry.js +175 -65
  52. package/lib/cjs/duet-overlay.cjs.entry.js +33 -12
  53. package/lib/cjs/duet-page-heading.cjs.entry.js +13 -8
  54. package/lib/cjs/duet-pagination_2.cjs.entry.js +147 -72
  55. package/lib/cjs/duet-phone-input.cjs.entry.js +76 -35
  56. package/lib/cjs/duet-popup-menu_2.cjs.entry.js +108 -54
  57. package/lib/cjs/duet-progress.cjs.entry.js +31 -12
  58. package/lib/cjs/duet-promo-card.cjs.entry.js +24 -10
  59. package/lib/cjs/duet-radio_2.cjs.entry.js +104 -51
  60. package/lib/cjs/duet-range-slider.cjs.entry.js +70 -34
  61. package/lib/cjs/duet-scrollable_3.cjs.entry.js +172 -59
  62. package/lib/cjs/duet-section-layout.cjs.entry.js +13 -6
  63. package/lib/cjs/duet-select.cjs.entry.js +79 -37
  64. package/lib/cjs/duet-shaped-image.cjs.entry.js +13 -8
  65. package/lib/cjs/duet-show-more.cjs.entry.js +77 -35
  66. package/lib/cjs/duet-slideout-lang.cjs.entry.js +8 -8
  67. package/lib/cjs/duet-slideout-link.cjs.entry.js +47 -14
  68. package/lib/cjs/duet-slideout-panel-dropdown.cjs.entry.js +18 -9
  69. package/lib/cjs/duet-slideout-panel.cjs.entry.js +40 -23
  70. package/lib/cjs/duet-slideout.cjs.entry.js +37 -23
  71. package/lib/cjs/duet-status-icon.cjs.entry.js +14 -4
  72. package/lib/cjs/duet-step_2.cjs.entry.js +52 -18
  73. package/lib/cjs/duet-submenu-bar-dropdown-link.cjs.entry.js +22 -7
  74. package/lib/cjs/duet-submenu-bar-dropdown.cjs.entry.js +22 -13
  75. package/lib/cjs/duet-submenu-bar-item.cjs.entry.js +38 -17
  76. package/lib/cjs/duet-submenu-bar-link.cjs.entry.js +16 -7
  77. package/lib/cjs/duet-submenu-bar.cjs.entry.js +21 -15
  78. package/lib/cjs/duet-textarea.cjs.entry.js +98 -45
  79. package/lib/cjs/duet-toggle.cjs.entry.js +47 -26
  80. package/lib/cjs/duet-toolbar-dropdown-link.cjs.entry.js +19 -8
  81. package/lib/cjs/duet-toolbar-dropdown.cjs.entry.js +22 -11
  82. package/lib/cjs/duet-toolbar-item.cjs.entry.js +43 -16
  83. package/lib/cjs/duet-toolbar-link.cjs.entry.js +18 -7
  84. package/lib/cjs/duet-toolbar.cjs.entry.js +9 -7
  85. package/lib/cjs/duet-tooltip-button_2.cjs.entry.js +11 -20
  86. package/lib/cjs/duet-tooltip.cjs.entry.js +91 -45
  87. package/lib/cjs/duet-tray.cjs.entry.js +60 -21
  88. package/lib/cjs/duet-upload-aria-status.cjs.entry.js +29 -10
  89. package/lib/cjs/duet-upload-item.cjs.entry.js +10 -20
  90. package/lib/cjs/duet-visually-hidden.cjs.entry.js +2 -5
  91. package/lib/cjs/duet.cjs.js +8 -8
  92. package/lib/cjs/{errorcodes.utils-b47aaa45.js → errorcodes.utils-mZFkq5Tt.js} +2 -2
  93. package/lib/cjs/floating-ui.dom.browser.min-Cj0r5YDz.js +709 -0
  94. package/lib/cjs/{focus-utils-c4163f8f.js → focus-utils-dqd59YI6.js} +1 -1
  95. package/lib/cjs/form-search-CzPfHB80.js +21 -0
  96. package/lib/cjs/{index-00821d28.js → index-CdC7dzZ-.js} +1845 -1369
  97. package/lib/cjs/{label-3ce3ebad.js → label-BQpxsrOR.js} +1 -1
  98. package/lib/cjs/{language-utils-77bf1c27.js → language-utils-A7DfQayC.js} +2 -2
  99. package/lib/cjs/loader.cjs.js +3 -5
  100. package/lib/cjs/{slot-utils-acd4cc20.js → slot-utils-DgJchaT4.js} +1 -1
  101. package/lib/cjs/{token-utils-5000595c.js → token-utils-BUKJTu4j.js} +2 -2
  102. package/lib/cjs/{tokens-57e06fe4.js → tokens-5GTblf2d.js} +31 -4
  103. package/lib/cjs/{tokens.module-7c947029.js → tokens.module-GwBgNF6_.js} +19 -1
  104. package/lib/collection/collection-manifest.json +1 -1
  105. package/lib/collection/components/duet-action-button/duet-action-button.js +92 -33
  106. package/lib/collection/components/duet-alert/duet-alert.js +77 -32
  107. package/lib/collection/components/duet-badge/duet-badge.js +17 -4
  108. package/lib/collection/components/duet-banner/duet-banner.js +52 -23
  109. package/lib/collection/components/duet-breadcrumbs/duet-breadcrumb.js +18 -7
  110. package/lib/collection/components/duet-breadcrumbs/duet-breadcrumbs.js +13 -4
  111. package/lib/collection/components/duet-button/duet-button.js +164 -80
  112. package/lib/collection/components/duet-callout/duet-callout.js +8 -2
  113. package/lib/collection/components/duet-caption/duet-caption.js +16 -4
  114. package/lib/collection/components/duet-card/duet-card.js +73 -32
  115. package/lib/collection/components/duet-checkbox/duet-checkbox.js +83 -44
  116. package/lib/collection/components/duet-chip/duet-chip.js +56 -33
  117. package/lib/collection/components/duet-choice/duet-checkmark.js +20 -5
  118. package/lib/collection/components/duet-choice/duet-choice.js +162 -75
  119. package/lib/collection/components/duet-choice-group/duet-choice-group.js +75 -32
  120. package/lib/collection/components/duet-collapsible/duet-collapsible.js +68 -24
  121. package/lib/collection/components/duet-combobox/duet-combobox.js +83 -45
  122. package/lib/collection/components/duet-contact-card/duet-contact-card.js +19 -17
  123. package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.js +10 -4
  124. package/lib/collection/components/duet-date-picker/duet-date-picker.js +149 -67
  125. package/lib/collection/components/duet-divider/duet-divider.js +13 -3
  126. package/lib/collection/components/duet-editable-table/duet-editable-table.js +81 -24
  127. package/lib/collection/components/duet-empty-state/duet-empty-state.js +12 -3
  128. package/lib/collection/components/duet-fieldset/duet-fieldset.js +42 -20
  129. package/lib/collection/components/duet-file-chooser/duet-file-chooser.js +16 -6
  130. package/lib/collection/components/duet-footer/duet-footer.js +51 -23
  131. package/lib/collection/components/duet-grid/duet-grid.js +38 -8
  132. package/lib/collection/components/duet-grid-item/duet-grid-item.js +38 -11
  133. package/lib/collection/components/duet-header/duet-header.js +162 -74
  134. package/lib/collection/components/duet-heading/duet-heading.js +36 -12
  135. package/lib/collection/components/duet-hero/duet-hero.js +128 -41
  136. package/lib/collection/components/duet-icon/duet-icon.js +58 -16
  137. package/lib/collection/components/duet-input/duet-input.js +183 -93
  138. package/lib/collection/components/duet-label/duet-label.js +22 -7
  139. package/lib/collection/components/duet-layout/duet-layout.js +30 -7
  140. package/lib/collection/components/duet-link/duet-link.js +84 -26
  141. package/lib/collection/components/duet-list/duet-list.js +37 -8
  142. package/lib/collection/components/duet-list-item/duet-list-item.js +12 -2
  143. package/lib/collection/components/duet-logo/duet-logo.js +34 -7
  144. package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +33 -20
  145. package/lib/collection/components/duet-menu-bar-button/duet-menu-bar-button.js +31 -20
  146. package/lib/collection/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.js +16 -8
  147. package/lib/collection/components/duet-menu-bar-dropdown-link/duet-menu-bar-dropdown-link.js +16 -8
  148. package/lib/collection/components/duet-menu-bar-item/duet-menu-bar-item.js +37 -14
  149. package/lib/collection/components/duet-menu-bar-link/duet-menu-bar-link.js +17 -6
  150. package/lib/collection/components/duet-modal/duet-modal.js +82 -23
  151. package/lib/collection/components/duet-multiselect/duet-multiselect.js +95 -45
  152. package/lib/collection/components/duet-nav/duet-nav.js +9 -2
  153. package/lib/collection/components/duet-notification/duet-notification.js +37 -7
  154. package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.js +52 -22
  155. package/lib/collection/components/duet-number-input/duet-number-input.js +177 -87
  156. package/lib/collection/components/duet-overlay/duet-overlay.js +38 -14
  157. package/lib/collection/components/duet-page-heading/duet-page-heading.js +15 -7
  158. package/lib/collection/components/duet-pagination/duet-pagination.js +119 -65
  159. package/lib/collection/components/duet-paragraph/duet-paragraph.js +25 -6
  160. package/lib/collection/components/duet-phone-input/duet-phone-input.js +89 -44
  161. package/lib/collection/components/duet-popup-menu/duet-popup-menu.js +58 -33
  162. package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.js +59 -27
  163. package/lib/collection/components/duet-progress/duet-progress.js +36 -14
  164. package/lib/collection/components/duet-promo-card/duet-promo-card.js +25 -8
  165. package/lib/collection/components/duet-radio/duet-radio.js +67 -49
  166. package/lib/collection/components/duet-radio-group/duet-radio-group.js +67 -28
  167. package/lib/collection/components/duet-range-slider/duet-range-slider.js +83 -44
  168. package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +41 -12
  169. package/lib/collection/components/duet-scrollable/duet-scrollable.js +55 -18
  170. package/lib/collection/components/duet-section-layout/duet-section-layout.js +13 -3
  171. package/lib/collection/components/duet-select/duet-select.js +98 -53
  172. package/lib/collection/components/duet-shaped-image/duet-shaped-image.js +15 -7
  173. package/lib/collection/components/duet-show-more/duet-show-more.js +84 -35
  174. package/lib/collection/components/duet-slideout/duet-slideout.js +32 -15
  175. package/lib/collection/components/duet-slideout-lang/duet-slideout-lang.js +4 -1
  176. package/lib/collection/components/duet-slideout-link/duet-slideout-link.js +48 -13
  177. package/lib/collection/components/duet-slideout-panel/duet-slideout-panel.js +37 -17
  178. package/lib/collection/components/duet-slideout-panel-dropdown/duet-slideout-panel-dropdown.js +19 -7
  179. package/lib/collection/components/duet-spacer/duet-spacer.js +13 -3
  180. package/lib/collection/components/duet-spinner/duet-spinner.js +18 -5
  181. package/lib/collection/components/duet-status-icon/duet-status-icon.js +16 -4
  182. package/lib/collection/components/duet-step/duet-step.js +23 -14
  183. package/lib/collection/components/duet-stepper/duet-stepper.js +22 -5
  184. package/lib/collection/components/duet-submenu-bar/duet-submenu-bar.js +20 -11
  185. package/lib/collection/components/duet-submenu-bar-dropdown/duet-submenu-bar-dropdown.js +21 -9
  186. package/lib/collection/components/duet-submenu-bar-dropdown-link/duet-submenu-bar-dropdown-link.js +24 -6
  187. package/lib/collection/components/duet-submenu-bar-item/duet-submenu-bar-item.js +37 -14
  188. package/lib/collection/components/duet-submenu-bar-link/duet-submenu-bar-link.js +16 -4
  189. package/lib/collection/components/duet-tab/duet-tab.js +35 -21
  190. package/lib/collection/components/duet-tab-group/duet-tab-group.js +107 -40
  191. package/lib/collection/components/duet-table/duet-table.js +40 -11
  192. package/lib/collection/components/duet-textarea/duet-textarea.js +122 -66
  193. package/lib/collection/components/duet-toggle/duet-toggle.js +60 -36
  194. package/lib/collection/components/duet-toolbar/duet-toolbar.js +9 -4
  195. package/lib/collection/components/duet-toolbar-dropdown/duet-toolbar-dropdown.js +24 -10
  196. package/lib/collection/components/duet-toolbar-dropdown-link/duet-toolbar-dropdown-link.js +21 -7
  197. package/lib/collection/components/duet-toolbar-item/duet-toolbar-item.js +45 -16
  198. package/lib/collection/components/duet-toolbar-link/duet-toolbar-link.js +21 -7
  199. package/lib/collection/components/duet-tooltip/duet-tooltip-button.js +6 -9
  200. package/lib/collection/components/duet-tooltip/duet-tooltip-popup.js +10 -11
  201. package/lib/collection/components/duet-tooltip/duet-tooltip.js +93 -44
  202. package/lib/collection/components/duet-tray/duet-tray.js +61 -19
  203. package/lib/collection/components/duet-upload/duet-upload.js +417 -211
  204. package/lib/collection/components/duet-upload-aria-status/duet-upload-aria-status.js +34 -12
  205. package/lib/collection/components/duet-upload-item/duet-upload-item.js +15 -16
  206. package/lib/collection/index.js +1 -0
  207. package/lib/collection/utils/test-utils.js +2 -2
  208. package/lib/duet/duet.esm.js +1 -1
  209. package/lib/duet/{p-7a41a208.entry.js → p-022a948c.entry.js} +1 -1
  210. package/lib/duet/p-09fe69e4.entry.js +4 -0
  211. package/lib/duet/p-0e72751a.entry.js +4 -0
  212. package/lib/duet/p-1153b069.entry.js +4 -0
  213. package/lib/duet/p-138538b8.entry.js +4 -0
  214. package/lib/duet/p-178579ed.entry.js +4 -0
  215. package/lib/duet/p-190b9ab3.entry.js +4 -0
  216. package/lib/duet/{p-feda74a6.entry.js → p-1af2ca54.entry.js} +1 -1
  217. package/lib/duet/p-1e769f0d.entry.js +4 -0
  218. package/lib/duet/p-1f5989b6.entry.js +4 -0
  219. package/lib/duet/{p-76b4b8b8.entry.js → p-1f8695a5.entry.js} +1 -1
  220. package/lib/duet/p-2565ce33.entry.js +4 -0
  221. package/lib/duet/p-29e1d491.entry.js +4 -0
  222. package/lib/duet/p-2cbe593b.entry.js +4 -0
  223. package/lib/duet/p-32f7b711.entry.js +4 -0
  224. package/lib/duet/p-342d9746.entry.js +4 -0
  225. package/lib/duet/p-362f6fc2.entry.js +4 -0
  226. package/lib/duet/p-38b70269.entry.js +4 -0
  227. package/lib/duet/p-3dd8d129.entry.js +4 -0
  228. package/lib/duet/p-44f37fb5.entry.js +4 -0
  229. package/lib/duet/{p-0e04987f.entry.js → p-48af1ecb.entry.js} +1 -1
  230. package/lib/duet/{p-c41397de.entry.js → p-4e945a94.entry.js} +1 -1
  231. package/lib/duet/p-56354b6a.entry.js +4 -0
  232. package/lib/duet/p-56cb675d.entry.js +4 -0
  233. package/lib/duet/p-572d13e9.entry.js +4 -0
  234. package/lib/duet/p-57f22d5d.entry.js +4 -0
  235. package/lib/duet/{p-750d4767.entry.js → p-587fbe7c.entry.js} +1 -1
  236. package/lib/duet/{p-29e6f9b7.entry.js → p-5cc22c37.entry.js} +1 -1
  237. package/lib/duet/p-5d8d8118.entry.js +4 -0
  238. package/lib/duet/p-5f5bcada.entry.js +4 -0
  239. package/lib/duet/p-5iZMFvpJ.js +4 -0
  240. package/lib/duet/p-7524061b.entry.js +4 -0
  241. package/lib/duet/{p-b76c9a8c.entry.js → p-7699005d.entry.js} +1 -1
  242. package/lib/duet/p-7a319135.entry.js +4 -0
  243. package/lib/duet/p-82f7e5b7.entry.js +4 -0
  244. package/lib/duet/{p-23435148.entry.js → p-833a213a.entry.js} +1 -1
  245. package/lib/duet/{p-323de867.entry.js → p-839e770e.entry.js} +1 -1
  246. package/lib/duet/p-85316d42.entry.js +4 -0
  247. package/lib/duet/p-885c2f54.entry.js +4 -0
  248. package/lib/duet/p-893e65fc.entry.js +4 -0
  249. package/lib/duet/p-91c232e2.entry.js +4 -0
  250. package/lib/duet/{p-279fd0c9.entry.js → p-93336ef6.entry.js} +1 -1
  251. package/lib/duet/{p-46df9e4b.entry.js → p-96f19678.entry.js} +1 -1
  252. package/lib/duet/{p-12674919.entry.js → p-9a05eda1.entry.js} +1 -1
  253. package/lib/duet/{p-38d6a55c.entry.js → p-9ee7773f.entry.js} +1 -1
  254. package/lib/duet/p-BGuG-JHD.js +5 -0
  255. package/lib/duet/p-BVgBUIYF.js +4 -0
  256. package/lib/duet/{p-81287261.js → p-B_NkY9T0.js} +1 -1
  257. package/lib/duet/p-CHWPq2Jg.js +4 -0
  258. package/lib/duet/{p-465be57f.js → p-CKWzhSi1.js} +1 -1
  259. package/lib/duet/p-CwQkRqt4.js +4 -0
  260. package/lib/duet/p-DJ_0Rwfo.js +4 -0
  261. package/lib/duet/{p-744b8ee1.js → p-DQNSmB4A.js} +1 -1
  262. package/lib/duet/p-DWTFQwbu.js +4 -0
  263. package/lib/duet/p-DX0ubePV.js +4 -0
  264. package/lib/duet/{p-12b49f6f.js → p-DXDaS3zE.js} +1 -1
  265. package/lib/duet/{p-a45e3f8b.js → p-Db8rvjPI.js} +1 -1
  266. package/lib/duet/p-Dn5RlQ8z.js +4 -0
  267. package/lib/duet/p-DvwKrUS6.js +4 -0
  268. package/lib/duet/p-ObNrEFDJ.js +4 -0
  269. package/lib/duet/{p-05a9d58f.entry.js → p-a0c26d74.entry.js} +1 -1
  270. package/lib/duet/{p-25109796.entry.js → p-a4613009.entry.js} +1 -1
  271. package/lib/duet/p-a57b80f6.entry.js +4 -0
  272. package/lib/duet/{p-d4dd9fea.entry.js → p-a7dc80d5.entry.js} +1 -1
  273. package/lib/duet/{p-0febcf5b.entry.js → p-a893d1f9.entry.js} +1 -1
  274. package/lib/duet/p-a95a9a4d.entry.js +4 -0
  275. package/lib/duet/p-aba49d8e.entry.js +4 -0
  276. package/lib/duet/p-ae4af39c.entry.js +4 -0
  277. package/lib/duet/p-ae5e487c.entry.js +4 -0
  278. package/lib/duet/p-af92d780.entry.js +4 -0
  279. package/lib/duet/p-b1bb372b.entry.js +4 -0
  280. package/lib/duet/p-b96af1da.entry.js +4 -0
  281. package/lib/duet/p-b9cc1925.entry.js +4 -0
  282. package/lib/duet/p-bd990ae6.entry.js +4 -0
  283. package/lib/duet/{p-c2f40f22.entry.js → p-bdbbf67e.entry.js} +1 -1
  284. package/lib/duet/{p-0d045bb2.entry.js → p-be665fb2.entry.js} +1 -1
  285. package/lib/duet/p-c00040f7.entry.js +4 -0
  286. package/lib/duet/p-c03603ba.entry.js +4 -0
  287. package/lib/duet/p-c364611c.entry.js +4 -0
  288. package/lib/duet/p-c3aa1f9b.entry.js +4 -0
  289. package/lib/duet/p-c489f228.entry.js +4 -0
  290. package/lib/duet/p-c5dbeb9d.entry.js +4 -0
  291. package/lib/duet/p-c6237212.entry.js +4 -0
  292. package/lib/duet/{p-760e5874.entry.js → p-d155856d.entry.js} +1 -1
  293. package/lib/duet/p-d1f5b0cb.entry.js +4 -0
  294. package/lib/duet/p-d391e901.entry.js +4 -0
  295. package/lib/duet/p-d8ae749e.entry.js +4 -0
  296. package/lib/duet/p-d8ceab90.entry.js +4 -0
  297. package/lib/duet/p-dcf42186.entry.js +4 -0
  298. package/lib/duet/p-e0252eec.entry.js +4 -0
  299. package/lib/duet/p-e31d038e.entry.js +4 -0
  300. package/lib/duet/p-e35a987e.entry.js +4 -0
  301. package/lib/duet/p-e6b06321.entry.js +4 -0
  302. package/lib/duet/p-e6d38c72.entry.js +4 -0
  303. package/lib/duet/p-e8649c4a.entry.js +4 -0
  304. package/lib/duet/{p-5fb4ac45.entry.js → p-ec552dc7.entry.js} +1 -1
  305. package/lib/duet/{p-fa070e35.entry.js → p-f924b4b9.entry.js} +1 -1
  306. package/lib/duet/p-ff5188ab.entry.js +4 -0
  307. package/lib/duet/p-vVCYtBMj.js +4 -0
  308. package/lib/esm/_commonjsHelpers-DvwKrUS6.js +8 -0
  309. package/lib/{dist-custom-elements/p-afb6f7fb.js → esm/a11y-utils-Bdgp_pLF.js} +1 -1
  310. package/lib/esm/action-arrow-down-small-Bk3GShyI.js +19 -0
  311. package/lib/esm/action-new-window-small-EH8_HdAm.js +19 -0
  312. package/lib/esm/{app-globals-2c6c1103.js → app-globals-BM3P_KO9.js} +2 -2
  313. package/lib/esm/duet-action-button.entry.js +83 -26
  314. package/lib/esm/duet-alert.entry.js +72 -28
  315. package/lib/esm/duet-badge.entry.js +16 -4
  316. package/lib/esm/duet-banner.entry.js +49 -21
  317. package/lib/esm/duet-breadcrumb.entry.js +33 -11
  318. package/lib/esm/duet-breadcrumbs.entry.js +17 -9
  319. package/lib/esm/duet-button_2.entry.js +147 -52
  320. package/lib/esm/duet-callout.entry.js +10 -5
  321. package/lib/esm/duet-caption_4.entry.js +175 -32
  322. package/lib/esm/duet-card.entry.js +80 -28
  323. package/lib/esm/duet-checkbox.entry.js +65 -27
  324. package/lib/esm/duet-checkmark.entry.js +18 -4
  325. package/lib/esm/duet-chip.entry.js +49 -27
  326. package/lib/esm/duet-choice_2.entry.js +213 -73
  327. package/lib/esm/duet-collapsible.entry.js +67 -23
  328. package/lib/esm/duet-combobox.entry.js +79 -44
  329. package/lib/esm/duet-contact-card.entry.js +14 -13
  330. package/lib/esm/duet-cookie-consent.entry.js +12 -7
  331. package/lib/esm/duet-date-picker.entry.js +142 -50
  332. package/lib/esm/duet-divider_2.entry.js +26 -8
  333. package/lib/esm/duet-editable-table_3.entry.js +477 -196
  334. package/lib/esm/duet-empty-state.entry.js +12 -4
  335. package/lib/esm/duet-fieldset.entry.js +38 -17
  336. package/lib/esm/duet-file-chooser.entry.js +16 -7
  337. package/lib/esm/duet-footer.entry.js +52 -24
  338. package/lib/esm/duet-grid_2.entry.js +65 -10
  339. package/lib/esm/duet-header_2.entry.js +251 -84
  340. package/lib/esm/duet-hero.entry.js +110 -24
  341. package/lib/esm/duet-icon.entry.js +50 -9
  342. package/lib/esm/duet-input_2.entry.js +182 -68
  343. package/lib/esm/duet-layout.entry.js +27 -5
  344. package/lib/esm/duet-list_2.entry.js +44 -7
  345. package/lib/esm/duet-menu-bar-button.entry.js +21 -11
  346. package/lib/esm/duet-menu-bar-dropdown-link.entry.js +16 -9
  347. package/lib/esm/duet-menu-bar-dropdown.entry.js +16 -9
  348. package/lib/esm/duet-menu-bar-item.entry.js +37 -14
  349. package/lib/esm/duet-menu-bar-link.entry.js +15 -5
  350. package/lib/esm/duet-menu-bar.entry.js +32 -20
  351. package/lib/esm/duet-modal.entry.js +74 -16
  352. package/lib/esm/duet-multiselect.entry.js +85 -37
  353. package/lib/esm/duet-nav.entry.js +10 -4
  354. package/lib/esm/duet-notification_2.entry.js +83 -25
  355. package/lib/esm/duet-number-input.entry.js +176 -64
  356. package/lib/esm/duet-overlay.entry.js +33 -10
  357. package/lib/esm/duet-page-heading.entry.js +13 -6
  358. package/lib/esm/duet-pagination_2.entry.js +147 -70
  359. package/lib/esm/duet-phone-input.entry.js +76 -33
  360. package/lib/esm/duet-popup-menu_2.entry.js +105 -49
  361. package/lib/esm/duet-progress.entry.js +31 -10
  362. package/lib/esm/duet-promo-card.entry.js +24 -8
  363. package/lib/esm/duet-radio_2.entry.js +104 -49
  364. package/lib/esm/duet-range-slider.entry.js +70 -32
  365. package/lib/esm/duet-scrollable_3.entry.js +172 -57
  366. package/lib/esm/duet-section-layout.entry.js +13 -4
  367. package/lib/esm/duet-select.entry.js +79 -35
  368. package/lib/esm/duet-shaped-image.entry.js +13 -6
  369. package/lib/esm/duet-show-more.entry.js +77 -33
  370. package/lib/esm/duet-slideout-lang.entry.js +8 -6
  371. package/lib/esm/duet-slideout-link.entry.js +47 -12
  372. package/lib/esm/duet-slideout-panel-dropdown.entry.js +18 -7
  373. package/lib/esm/duet-slideout-panel.entry.js +40 -21
  374. package/lib/esm/duet-slideout.entry.js +37 -21
  375. package/lib/esm/duet-status-icon.entry.js +14 -2
  376. package/lib/esm/duet-step_2.entry.js +53 -17
  377. package/lib/esm/duet-submenu-bar-dropdown-link.entry.js +22 -5
  378. package/lib/esm/duet-submenu-bar-dropdown.entry.js +22 -11
  379. package/lib/esm/duet-submenu-bar-item.entry.js +38 -15
  380. package/lib/esm/duet-submenu-bar-link.entry.js +16 -5
  381. package/lib/esm/duet-submenu-bar.entry.js +21 -13
  382. package/lib/esm/duet-textarea.entry.js +98 -43
  383. package/lib/esm/duet-toggle.entry.js +47 -24
  384. package/lib/esm/duet-toolbar-dropdown-link.entry.js +19 -6
  385. package/lib/esm/duet-toolbar-dropdown.entry.js +22 -9
  386. package/lib/esm/duet-toolbar-item.entry.js +43 -14
  387. package/lib/esm/duet-toolbar-link.entry.js +18 -5
  388. package/lib/esm/duet-toolbar.entry.js +9 -5
  389. package/lib/esm/duet-tooltip-button_2.entry.js +11 -18
  390. package/lib/esm/duet-tooltip.entry.js +90 -42
  391. package/lib/esm/duet-tray.entry.js +60 -19
  392. package/lib/esm/duet-upload-aria-status.entry.js +29 -8
  393. package/lib/esm/duet-upload-item.entry.js +10 -18
  394. package/lib/esm/duet-visually-hidden.entry.js +2 -3
  395. package/lib/esm/duet.js +7 -6
  396. package/lib/esm/{errorcodes.utils-86af68b7.js → errorcodes.utils-BgVG3eUP.js} +3 -3
  397. package/lib/esm/floating-ui.dom.browser.min-B_NkY9T0.js +702 -0
  398. package/lib/{dist-custom-elements/p-e30dc66d.js → esm/focus-utils-B1AOXMlP.js} +1 -1
  399. package/lib/esm/form-search-CevX33LA.js +19 -0
  400. package/lib/esm/{index-a830b2de.js → index-BGuG-JHD.js} +1843 -1365
  401. package/lib/{dist-custom-elements/p-8db11326.js → esm/keyboard-utils-Db8rvjPI.js} +1 -1
  402. package/lib/{dist-custom-elements/p-42619f94.js → esm/label-BrSxwvH-.js} +1 -1
  403. package/lib/esm/{language-utils-40caac4f.js → language-utils-BxXgd2r7.js} +2 -2
  404. package/lib/esm/loader.js +4 -4
  405. package/lib/{dist-custom-elements/p-ad615991.js → esm/slot-utils-B1zQ6tzO.js} +2 -2
  406. package/lib/{dist-custom-elements/p-0562173d.js → esm/token-utils-D8Zij62D.js} +2 -2
  407. package/lib/{dist-custom-elements/p-f6000a03.js → esm/tokens-DX0ubePV.js} +32 -5
  408. package/lib/esm/{tokens.module-2d02f5ff.js → tokens.module-Dn5RlQ8z.js} +20 -2
  409. package/lib/index.js +1 -1
  410. package/lib/loader/cdn.js +1 -2
  411. package/lib/loader/index.cjs.js +1 -2
  412. package/lib/loader/index.es2017.js +0 -1
  413. package/lib/loader/index.js +1 -2
  414. package/lib/types/components.d.ts +1611 -0
  415. package/lib/types/index.d.ts +1 -0
  416. package/lib/types/stencil-public-runtime.d.ts +35 -6
  417. package/package.json +23 -9
  418. package/lib/cjs/action-arrow-down-small-ef77a2d1.js +0 -8
  419. package/lib/cjs/action-new-window-small-fa51dfb9.js +0 -8
  420. package/lib/cjs/floating-ui.dom.esm-806e7c53.js +0 -1355
  421. package/lib/cjs/form-search-d61b2843.js +0 -8
  422. package/lib/dist-custom-elements/duet-action-button.d.ts +0 -11
  423. package/lib/dist-custom-elements/duet-action-button.js +0 -9
  424. package/lib/dist-custom-elements/duet-alert.d.ts +0 -11
  425. package/lib/dist-custom-elements/duet-alert.js +0 -9
  426. package/lib/dist-custom-elements/duet-badge.d.ts +0 -11
  427. package/lib/dist-custom-elements/duet-badge.js +0 -9
  428. package/lib/dist-custom-elements/duet-banner.d.ts +0 -11
  429. package/lib/dist-custom-elements/duet-banner.js +0 -157
  430. package/lib/dist-custom-elements/duet-breadcrumb.d.ts +0 -11
  431. package/lib/dist-custom-elements/duet-breadcrumb.js +0 -101
  432. package/lib/dist-custom-elements/duet-breadcrumbs.d.ts +0 -11
  433. package/lib/dist-custom-elements/duet-breadcrumbs.js +0 -88
  434. package/lib/dist-custom-elements/duet-button.d.ts +0 -11
  435. package/lib/dist-custom-elements/duet-button.js +0 -9
  436. package/lib/dist-custom-elements/duet-callout.d.ts +0 -11
  437. package/lib/dist-custom-elements/duet-callout.js +0 -72
  438. package/lib/dist-custom-elements/duet-caption.d.ts +0 -11
  439. package/lib/dist-custom-elements/duet-caption.js +0 -9
  440. package/lib/dist-custom-elements/duet-card.d.ts +0 -11
  441. package/lib/dist-custom-elements/duet-card.js +0 -174
  442. package/lib/dist-custom-elements/duet-checkbox.d.ts +0 -11
  443. package/lib/dist-custom-elements/duet-checkbox.js +0 -9
  444. package/lib/dist-custom-elements/duet-checkmark.d.ts +0 -11
  445. package/lib/dist-custom-elements/duet-checkmark.js +0 -9
  446. package/lib/dist-custom-elements/duet-chip.d.ts +0 -11
  447. package/lib/dist-custom-elements/duet-chip.js +0 -9
  448. package/lib/dist-custom-elements/duet-choice-group.d.ts +0 -11
  449. package/lib/dist-custom-elements/duet-choice-group.js +0 -228
  450. package/lib/dist-custom-elements/duet-choice.d.ts +0 -11
  451. package/lib/dist-custom-elements/duet-choice.js +0 -454
  452. package/lib/dist-custom-elements/duet-collapsible.d.ts +0 -11
  453. package/lib/dist-custom-elements/duet-collapsible.js +0 -176
  454. package/lib/dist-custom-elements/duet-combobox.d.ts +0 -11
  455. package/lib/dist-custom-elements/duet-combobox.js +0 -706
  456. package/lib/dist-custom-elements/duet-contact-card.d.ts +0 -11
  457. package/lib/dist-custom-elements/duet-contact-card.js +0 -134
  458. package/lib/dist-custom-elements/duet-cookie-consent.d.ts +0 -11
  459. package/lib/dist-custom-elements/duet-cookie-consent.js +0 -106
  460. package/lib/dist-custom-elements/duet-date-picker.d.ts +0 -11
  461. package/lib/dist-custom-elements/duet-date-picker.js +0 -939
  462. package/lib/dist-custom-elements/duet-divider.d.ts +0 -11
  463. package/lib/dist-custom-elements/duet-divider.js +0 -9
  464. package/lib/dist-custom-elements/duet-editable-table.d.ts +0 -11
  465. package/lib/dist-custom-elements/duet-editable-table.js +0 -258
  466. package/lib/dist-custom-elements/duet-empty-state.d.ts +0 -11
  467. package/lib/dist-custom-elements/duet-empty-state.js +0 -9
  468. package/lib/dist-custom-elements/duet-fieldset.d.ts +0 -11
  469. package/lib/dist-custom-elements/duet-fieldset.js +0 -9
  470. package/lib/dist-custom-elements/duet-file-chooser.d.ts +0 -11
  471. package/lib/dist-custom-elements/duet-file-chooser.js +0 -86
  472. package/lib/dist-custom-elements/duet-footer.d.ts +0 -11
  473. package/lib/dist-custom-elements/duet-footer.js +0 -223
  474. package/lib/dist-custom-elements/duet-grid-item.d.ts +0 -11
  475. package/lib/dist-custom-elements/duet-grid-item.js +0 -9
  476. package/lib/dist-custom-elements/duet-grid.d.ts +0 -11
  477. package/lib/dist-custom-elements/duet-grid.js +0 -9
  478. package/lib/dist-custom-elements/duet-header.d.ts +0 -11
  479. package/lib/dist-custom-elements/duet-header.js +0 -698
  480. package/lib/dist-custom-elements/duet-heading.d.ts +0 -11
  481. package/lib/dist-custom-elements/duet-heading.js +0 -9
  482. package/lib/dist-custom-elements/duet-hero.d.ts +0 -11
  483. package/lib/dist-custom-elements/duet-hero.js +0 -299
  484. package/lib/dist-custom-elements/duet-icon.d.ts +0 -11
  485. package/lib/dist-custom-elements/duet-icon.js +0 -9
  486. package/lib/dist-custom-elements/duet-input.d.ts +0 -11
  487. package/lib/dist-custom-elements/duet-input.js +0 -9
  488. package/lib/dist-custom-elements/duet-label.d.ts +0 -11
  489. package/lib/dist-custom-elements/duet-label.js +0 -70
  490. package/lib/dist-custom-elements/duet-layout.d.ts +0 -11
  491. package/lib/dist-custom-elements/duet-layout.js +0 -94
  492. package/lib/dist-custom-elements/duet-link.d.ts +0 -11
  493. package/lib/dist-custom-elements/duet-link.js +0 -9
  494. package/lib/dist-custom-elements/duet-list-item.d.ts +0 -11
  495. package/lib/dist-custom-elements/duet-list-item.js +0 -9
  496. package/lib/dist-custom-elements/duet-list.d.ts +0 -11
  497. package/lib/dist-custom-elements/duet-list.js +0 -9
  498. package/lib/dist-custom-elements/duet-logo.d.ts +0 -11
  499. package/lib/dist-custom-elements/duet-logo.js +0 -9
  500. package/lib/dist-custom-elements/duet-menu-bar-button.d.ts +0 -11
  501. package/lib/dist-custom-elements/duet-menu-bar-button.js +0 -94
  502. package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.d.ts +0 -11
  503. package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +0 -87
  504. package/lib/dist-custom-elements/duet-menu-bar-dropdown.d.ts +0 -11
  505. package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +0 -108
  506. package/lib/dist-custom-elements/duet-menu-bar-item.d.ts +0 -11
  507. package/lib/dist-custom-elements/duet-menu-bar-item.js +0 -108
  508. package/lib/dist-custom-elements/duet-menu-bar-link.d.ts +0 -11
  509. package/lib/dist-custom-elements/duet-menu-bar-link.js +0 -70
  510. package/lib/dist-custom-elements/duet-menu-bar.d.ts +0 -11
  511. package/lib/dist-custom-elements/duet-menu-bar.js +0 -207
  512. package/lib/dist-custom-elements/duet-modal.d.ts +0 -11
  513. package/lib/dist-custom-elements/duet-modal.js +0 -382
  514. package/lib/dist-custom-elements/duet-multiselect.d.ts +0 -11
  515. package/lib/dist-custom-elements/duet-multiselect.js +0 -346
  516. package/lib/dist-custom-elements/duet-nav.d.ts +0 -11
  517. package/lib/dist-custom-elements/duet-nav.js +0 -54
  518. package/lib/dist-custom-elements/duet-notification-drawer.d.ts +0 -11
  519. package/lib/dist-custom-elements/duet-notification-drawer.js +0 -168
  520. package/lib/dist-custom-elements/duet-notification.d.ts +0 -11
  521. package/lib/dist-custom-elements/duet-notification.js +0 -95
  522. package/lib/dist-custom-elements/duet-number-input.d.ts +0 -11
  523. package/lib/dist-custom-elements/duet-number-input.js +0 -484
  524. package/lib/dist-custom-elements/duet-overlay.d.ts +0 -11
  525. package/lib/dist-custom-elements/duet-overlay.js +0 -9
  526. package/lib/dist-custom-elements/duet-page-heading.d.ts +0 -11
  527. package/lib/dist-custom-elements/duet-page-heading.js +0 -87
  528. package/lib/dist-custom-elements/duet-pagination.d.ts +0 -11
  529. package/lib/dist-custom-elements/duet-pagination.js +0 -493
  530. package/lib/dist-custom-elements/duet-paragraph.d.ts +0 -11
  531. package/lib/dist-custom-elements/duet-paragraph.js +0 -9
  532. package/lib/dist-custom-elements/duet-phone-input.d.ts +0 -11
  533. package/lib/dist-custom-elements/duet-phone-input.js +0 -2136
  534. package/lib/dist-custom-elements/duet-popup-menu-item.d.ts +0 -11
  535. package/lib/dist-custom-elements/duet-popup-menu-item.js +0 -9
  536. package/lib/dist-custom-elements/duet-popup-menu.d.ts +0 -11
  537. package/lib/dist-custom-elements/duet-popup-menu.js +0 -9
  538. package/lib/dist-custom-elements/duet-progress.d.ts +0 -11
  539. package/lib/dist-custom-elements/duet-progress.js +0 -9
  540. package/lib/dist-custom-elements/duet-promo-card.d.ts +0 -11
  541. package/lib/dist-custom-elements/duet-promo-card.js +0 -105
  542. package/lib/dist-custom-elements/duet-radio-group.d.ts +0 -11
  543. package/lib/dist-custom-elements/duet-radio-group.js +0 -213
  544. package/lib/dist-custom-elements/duet-radio.d.ts +0 -11
  545. package/lib/dist-custom-elements/duet-radio.js +0 -230
  546. package/lib/dist-custom-elements/duet-range-slider.d.ts +0 -11
  547. package/lib/dist-custom-elements/duet-range-slider.js +0 -181
  548. package/lib/dist-custom-elements/duet-range-stepper.d.ts +0 -11
  549. package/lib/dist-custom-elements/duet-range-stepper.js +0 -234
  550. package/lib/dist-custom-elements/duet-scrollable.d.ts +0 -11
  551. package/lib/dist-custom-elements/duet-scrollable.js +0 -9
  552. package/lib/dist-custom-elements/duet-section-layout.d.ts +0 -11
  553. package/lib/dist-custom-elements/duet-section-layout.js +0 -56
  554. package/lib/dist-custom-elements/duet-select.d.ts +0 -11
  555. package/lib/dist-custom-elements/duet-select.js +0 -9
  556. package/lib/dist-custom-elements/duet-shaped-image.d.ts +0 -11
  557. package/lib/dist-custom-elements/duet-shaped-image.js +0 -64
  558. package/lib/dist-custom-elements/duet-show-more.d.ts +0 -11
  559. package/lib/dist-custom-elements/duet-show-more.js +0 -9
  560. package/lib/dist-custom-elements/duet-slideout-lang.d.ts +0 -11
  561. package/lib/dist-custom-elements/duet-slideout-lang.js +0 -76
  562. package/lib/dist-custom-elements/duet-slideout-link.d.ts +0 -11
  563. package/lib/dist-custom-elements/duet-slideout-link.js +0 -98
  564. package/lib/dist-custom-elements/duet-slideout-panel-dropdown.d.ts +0 -11
  565. package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +0 -93
  566. package/lib/dist-custom-elements/duet-slideout-panel.d.ts +0 -11
  567. package/lib/dist-custom-elements/duet-slideout-panel.js +0 -224
  568. package/lib/dist-custom-elements/duet-slideout.d.ts +0 -11
  569. package/lib/dist-custom-elements/duet-slideout.js +0 -328
  570. package/lib/dist-custom-elements/duet-spacer.d.ts +0 -11
  571. package/lib/dist-custom-elements/duet-spacer.js +0 -9
  572. package/lib/dist-custom-elements/duet-spinner.d.ts +0 -11
  573. package/lib/dist-custom-elements/duet-spinner.js +0 -9
  574. package/lib/dist-custom-elements/duet-status-icon.d.ts +0 -11
  575. package/lib/dist-custom-elements/duet-status-icon.js +0 -9
  576. package/lib/dist-custom-elements/duet-step.d.ts +0 -11
  577. package/lib/dist-custom-elements/duet-step.js +0 -147
  578. package/lib/dist-custom-elements/duet-stepper.d.ts +0 -11
  579. package/lib/dist-custom-elements/duet-stepper.js +0 -151
  580. package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.d.ts +0 -11
  581. package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +0 -81
  582. package/lib/dist-custom-elements/duet-submenu-bar-dropdown.d.ts +0 -11
  583. package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +0 -152
  584. package/lib/dist-custom-elements/duet-submenu-bar-item.d.ts +0 -11
  585. package/lib/dist-custom-elements/duet-submenu-bar-item.js +0 -113
  586. package/lib/dist-custom-elements/duet-submenu-bar-link.d.ts +0 -11
  587. package/lib/dist-custom-elements/duet-submenu-bar-link.js +0 -72
  588. package/lib/dist-custom-elements/duet-submenu-bar.d.ts +0 -11
  589. package/lib/dist-custom-elements/duet-submenu-bar.js +0 -192
  590. package/lib/dist-custom-elements/duet-tab-group.d.ts +0 -11
  591. package/lib/dist-custom-elements/duet-tab-group.js +0 -321
  592. package/lib/dist-custom-elements/duet-tab.d.ts +0 -11
  593. package/lib/dist-custom-elements/duet-tab.js +0 -150
  594. package/lib/dist-custom-elements/duet-table.d.ts +0 -11
  595. package/lib/dist-custom-elements/duet-table.js +0 -9
  596. package/lib/dist-custom-elements/duet-textarea.d.ts +0 -11
  597. package/lib/dist-custom-elements/duet-textarea.js +0 -301
  598. package/lib/dist-custom-elements/duet-toggle.d.ts +0 -11
  599. package/lib/dist-custom-elements/duet-toggle.js +0 -146
  600. package/lib/dist-custom-elements/duet-toolbar-dropdown-link.d.ts +0 -11
  601. package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +0 -80
  602. package/lib/dist-custom-elements/duet-toolbar-dropdown.d.ts +0 -11
  603. package/lib/dist-custom-elements/duet-toolbar-dropdown.js +0 -107
  604. package/lib/dist-custom-elements/duet-toolbar-item.d.ts +0 -11
  605. package/lib/dist-custom-elements/duet-toolbar-item.js +0 -120
  606. package/lib/dist-custom-elements/duet-toolbar-link.d.ts +0 -11
  607. package/lib/dist-custom-elements/duet-toolbar-link.js +0 -74
  608. package/lib/dist-custom-elements/duet-toolbar.d.ts +0 -11
  609. package/lib/dist-custom-elements/duet-toolbar.js +0 -67
  610. package/lib/dist-custom-elements/duet-tooltip-button.d.ts +0 -11
  611. package/lib/dist-custom-elements/duet-tooltip-button.js +0 -9
  612. package/lib/dist-custom-elements/duet-tooltip-popup.d.ts +0 -11
  613. package/lib/dist-custom-elements/duet-tooltip-popup.js +0 -9
  614. package/lib/dist-custom-elements/duet-tooltip.d.ts +0 -11
  615. package/lib/dist-custom-elements/duet-tooltip.js +0 -9
  616. package/lib/dist-custom-elements/duet-tray.d.ts +0 -11
  617. package/lib/dist-custom-elements/duet-tray.js +0 -146
  618. package/lib/dist-custom-elements/duet-upload-aria-status.d.ts +0 -11
  619. package/lib/dist-custom-elements/duet-upload-aria-status.js +0 -9
  620. package/lib/dist-custom-elements/duet-upload-item.d.ts +0 -11
  621. package/lib/dist-custom-elements/duet-upload-item.js +0 -9
  622. package/lib/dist-custom-elements/duet-upload.d.ts +0 -11
  623. package/lib/dist-custom-elements/duet-upload.js +0 -1450
  624. package/lib/dist-custom-elements/duet-visually-hidden.d.ts +0 -11
  625. package/lib/dist-custom-elements/duet-visually-hidden.js +0 -9
  626. package/lib/dist-custom-elements/index.d.ts +0 -33
  627. package/lib/dist-custom-elements/index.js +0 -29
  628. package/lib/dist-custom-elements/p-0cd28b7b.js +0 -102
  629. package/lib/dist-custom-elements/p-0fb1efbc.js +0 -317
  630. package/lib/dist-custom-elements/p-115c79b6.js +0 -6
  631. package/lib/dist-custom-elements/p-15809286.js +0 -50
  632. package/lib/dist-custom-elements/p-18dee42a.js +0 -124
  633. package/lib/dist-custom-elements/p-1d115447.js +0 -268
  634. package/lib/dist-custom-elements/p-28c85b1c.js +0 -166
  635. package/lib/dist-custom-elements/p-35375593.js +0 -161
  636. package/lib/dist-custom-elements/p-3695c0cf.js +0 -614
  637. package/lib/dist-custom-elements/p-42c1fc90.js +0 -321
  638. package/lib/dist-custom-elements/p-44ae5535.js +0 -370
  639. package/lib/dist-custom-elements/p-49b8ef8e.js +0 -55
  640. package/lib/dist-custom-elements/p-4f6ac36d.js +0 -39
  641. package/lib/dist-custom-elements/p-605c5b0f.js +0 -61
  642. package/lib/dist-custom-elements/p-61a64a72.js +0 -110
  643. package/lib/dist-custom-elements/p-63200e87.js +0 -105
  644. package/lib/dist-custom-elements/p-65398a24.js +0 -63
  645. package/lib/dist-custom-elements/p-7b6a89e9.js +0 -237
  646. package/lib/dist-custom-elements/p-821de204.js +0 -1630
  647. package/lib/dist-custom-elements/p-83e0135b.js +0 -82
  648. package/lib/dist-custom-elements/p-861771fa.js +0 -73
  649. package/lib/dist-custom-elements/p-91688dd8.js +0 -84
  650. package/lib/dist-custom-elements/p-92d1b72f.js +0 -194
  651. package/lib/dist-custom-elements/p-959f2240.js +0 -645
  652. package/lib/dist-custom-elements/p-993aea39.js +0 -175
  653. package/lib/dist-custom-elements/p-999222a2.js +0 -154
  654. package/lib/dist-custom-elements/p-9a9b1ce5.js +0 -81
  655. package/lib/dist-custom-elements/p-9df4cfa4.js +0 -25
  656. package/lib/dist-custom-elements/p-a1b0454c.js +0 -56
  657. package/lib/dist-custom-elements/p-a39af5e2.js +0 -108
  658. package/lib/dist-custom-elements/p-a3d3c420.js +0 -60
  659. package/lib/dist-custom-elements/p-a95a6fb7.js +0 -453
  660. package/lib/dist-custom-elements/p-a9727b6a.js +0 -213
  661. package/lib/dist-custom-elements/p-b71858bd.js +0 -214
  662. package/lib/dist-custom-elements/p-c1e56f9a.js +0 -206
  663. package/lib/dist-custom-elements/p-cd328521.js +0 -80
  664. package/lib/dist-custom-elements/p-cde80d94.js +0 -198
  665. package/lib/dist-custom-elements/p-cea716f7.js +0 -503
  666. package/lib/dist-custom-elements/p-d004da5f.js +0 -6
  667. package/lib/dist-custom-elements/p-d5644004.js +0 -124
  668. package/lib/dist-custom-elements/p-ef48f2c7.js +0 -61
  669. package/lib/dist-custom-elements/p-f11208c3.js +0 -6
  670. package/lib/dist-custom-elements/p-f2c2f3d2.js +0 -2130
  671. package/lib/dist-custom-elements/p-f8ba399b.js +0 -63
  672. package/lib/dist-custom-elements/p-fb43ee87.js +0 -127
  673. package/lib/dist-custom-elements/p-fb723dff.js +0 -100
  674. package/lib/duet/duet.js +0 -127
  675. package/lib/duet/p-010dd6d5.entry.js +0 -4
  676. package/lib/duet/p-01ef338b.system.entry.js +0 -4
  677. package/lib/duet/p-020f583d.entry.js +0 -4
  678. package/lib/duet/p-03c96847.system.entry.js +0 -4
  679. package/lib/duet/p-04aad5a1.entry.js +0 -4
  680. package/lib/duet/p-0511fd26.system.js +0 -4
  681. package/lib/duet/p-05225696.system.entry.js +0 -4
  682. package/lib/duet/p-053b71e6.system.js +0 -4
  683. package/lib/duet/p-0562616e.system.entry.js +0 -4
  684. package/lib/duet/p-068cf3e6.system.entry.js +0 -4
  685. package/lib/duet/p-096ca5f2.system.entry.js +0 -4
  686. package/lib/duet/p-0a407ea6.entry.js +0 -4
  687. package/lib/duet/p-0c4bbd65.system.js +0 -4
  688. package/lib/duet/p-0c91e827.system.entry.js +0 -4
  689. package/lib/duet/p-0d738a25.entry.js +0 -4
  690. package/lib/duet/p-0d7da85a.js +0 -4
  691. package/lib/duet/p-0dc9089b.system.js +0 -4
  692. package/lib/duet/p-0f75edd4.system.entry.js +0 -4
  693. package/lib/duet/p-1047a738.system.entry.js +0 -4
  694. package/lib/duet/p-1054dba4.system.entry.js +0 -4
  695. package/lib/duet/p-10e56ab2.entry.js +0 -4
  696. package/lib/duet/p-115c79b6.js +0 -4
  697. package/lib/duet/p-145c3b24.entry.js +0 -4
  698. package/lib/duet/p-17004202.system.entry.js +0 -4
  699. package/lib/duet/p-18060b9c.system.entry.js +0 -4
  700. package/lib/duet/p-18e8baae.system.entry.js +0 -4
  701. package/lib/duet/p-19a0cdc0.system.entry.js +0 -4
  702. package/lib/duet/p-19c0e251.system.entry.js +0 -4
  703. package/lib/duet/p-1a1d3f9e.entry.js +0 -4
  704. package/lib/duet/p-1d6153e1.system.entry.js +0 -4
  705. package/lib/duet/p-2013ff49.entry.js +0 -4
  706. package/lib/duet/p-201ec410.entry.js +0 -4
  707. package/lib/duet/p-205d2384.system.entry.js +0 -4
  708. package/lib/duet/p-21500424.entry.js +0 -4
  709. package/lib/duet/p-215bd94e.entry.js +0 -4
  710. package/lib/duet/p-217c18b8.entry.js +0 -4
  711. package/lib/duet/p-269e2b32.system.entry.js +0 -4
  712. package/lib/duet/p-2af64b95.system.entry.js +0 -4
  713. package/lib/duet/p-2ed426d9.system.entry.js +0 -4
  714. package/lib/duet/p-2f7a111a.entry.js +0 -4
  715. package/lib/duet/p-30e15c0b.system.entry.js +0 -4
  716. package/lib/duet/p-3214f981.system.entry.js +0 -4
  717. package/lib/duet/p-32f3a8fc.system.entry.js +0 -4
  718. package/lib/duet/p-361082c8.entry.js +0 -4
  719. package/lib/duet/p-372b9ced.system.entry.js +0 -4
  720. package/lib/duet/p-3767d0d2.system.entry.js +0 -4
  721. package/lib/duet/p-3c0d9ecf.system.entry.js +0 -4
  722. package/lib/duet/p-3dd22609.entry.js +0 -4
  723. package/lib/duet/p-3e2dceb1.entry.js +0 -4
  724. package/lib/duet/p-3f0f2506.system.entry.js +0 -4
  725. package/lib/duet/p-411babaf.entry.js +0 -4
  726. package/lib/duet/p-414698d0.system.entry.js +0 -4
  727. package/lib/duet/p-41982d26.system.js +0 -4
  728. package/lib/duet/p-44b36dbf.js +0 -5
  729. package/lib/duet/p-45700c8c.entry.js +0 -4
  730. package/lib/duet/p-46b1437a.system.entry.js +0 -4
  731. package/lib/duet/p-47dfb7d9.system.entry.js +0 -4
  732. package/lib/duet/p-49957220.system.js +0 -4
  733. package/lib/duet/p-4a3dae6f.js +0 -4
  734. package/lib/duet/p-4a836db3.entry.js +0 -4
  735. package/lib/duet/p-4aadd927.entry.js +0 -4
  736. package/lib/duet/p-4cff3036.system.js +0 -4
  737. package/lib/duet/p-4d81fd4b.system.entry.js +0 -4
  738. package/lib/duet/p-4e97bc75.entry.js +0 -4
  739. package/lib/duet/p-50b6d86c.system.entry.js +0 -4
  740. package/lib/duet/p-528fd238.entry.js +0 -4
  741. package/lib/duet/p-52d44078.entry.js +0 -4
  742. package/lib/duet/p-533f6503.system.entry.js +0 -4
  743. package/lib/duet/p-53ccc61f.entry.js +0 -4
  744. package/lib/duet/p-553e83f7.system.entry.js +0 -4
  745. package/lib/duet/p-5577da59.system.js +0 -4
  746. package/lib/duet/p-560c69af.system.entry.js +0 -4
  747. package/lib/duet/p-56ad7189.system.js +0 -4
  748. package/lib/duet/p-590a4048.system.entry.js +0 -4
  749. package/lib/duet/p-5a27a619.system.entry.js +0 -4
  750. package/lib/duet/p-5cf25ba2.entry.js +0 -4
  751. package/lib/duet/p-5e0654cc.system.js +0 -4
  752. package/lib/duet/p-5e3f9cd1.entry.js +0 -4
  753. package/lib/duet/p-5ed29c82.system.entry.js +0 -4
  754. package/lib/duet/p-6324b774.entry.js +0 -4
  755. package/lib/duet/p-63fef46e.system.entry.js +0 -4
  756. package/lib/duet/p-64a58c4a.entry.js +0 -4
  757. package/lib/duet/p-654b234a.system.entry.js +0 -4
  758. package/lib/duet/p-6970fc5d.entry.js +0 -4
  759. package/lib/duet/p-6ffbffc7.entry.js +0 -4
  760. package/lib/duet/p-707c7490.entry.js +0 -4
  761. package/lib/duet/p-72650200.system.entry.js +0 -4
  762. package/lib/duet/p-734350ef.system.js +0 -4
  763. package/lib/duet/p-737740f7.system.entry.js +0 -4
  764. package/lib/duet/p-739af934.entry.js +0 -4
  765. package/lib/duet/p-752fa0fc.system.js +0 -4
  766. package/lib/duet/p-7556653d.system.entry.js +0 -4
  767. package/lib/duet/p-76dc7014.system.entry.js +0 -4
  768. package/lib/duet/p-798f979f.system.js +0 -4
  769. package/lib/duet/p-7aa146c1.system.entry.js +0 -4
  770. package/lib/duet/p-7be1d938.entry.js +0 -4
  771. package/lib/duet/p-7c66ce9f.entry.js +0 -4
  772. package/lib/duet/p-7f6cbb90.entry.js +0 -4
  773. package/lib/duet/p-810d4680.entry.js +0 -4
  774. package/lib/duet/p-858b17a7.system.entry.js +0 -4
  775. package/lib/duet/p-85f6e856.system.entry.js +0 -4
  776. package/lib/duet/p-8c6f575c.system.entry.js +0 -4
  777. package/lib/duet/p-8dfc3a30.entry.js +0 -4
  778. package/lib/duet/p-8ea8b678.entry.js +0 -4
  779. package/lib/duet/p-8f477bd6.system.js +0 -4
  780. package/lib/duet/p-8faaaf5f.system.js +0 -4
  781. package/lib/duet/p-8fb2b5b5.entry.js +0 -4
  782. package/lib/duet/p-92757eb7.system.entry.js +0 -4
  783. package/lib/duet/p-928662aa.system.entry.js +0 -4
  784. package/lib/duet/p-96643444.system.entry.js +0 -4
  785. package/lib/duet/p-98535abd.entry.js +0 -4
  786. package/lib/duet/p-98636086.system.js +0 -4
  787. package/lib/duet/p-9a43132b.system.js +0 -4
  788. package/lib/duet/p-a20b744b.entry.js +0 -4
  789. package/lib/duet/p-a5eea99b.system.entry.js +0 -4
  790. package/lib/duet/p-a76b6eef.system.entry.js +0 -4
  791. package/lib/duet/p-a924233f.system.entry.js +0 -4
  792. package/lib/duet/p-a943a02a.entry.js +0 -4
  793. package/lib/duet/p-aa80ef8a.entry.js +0 -4
  794. package/lib/duet/p-aa885518.system.entry.js +0 -4
  795. package/lib/duet/p-abaf6d0e.entry.js +0 -4
  796. package/lib/duet/p-ad1c40f5.js +0 -4
  797. package/lib/duet/p-afad5fd3.system.js +0 -4
  798. package/lib/duet/p-afd43870.entry.js +0 -4
  799. package/lib/duet/p-b0e2884d.system.entry.js +0 -4
  800. package/lib/duet/p-b1f33063.system.js +0 -4
  801. package/lib/duet/p-b503bcdd.system.entry.js +0 -4
  802. package/lib/duet/p-b50ea79d.system.entry.js +0 -4
  803. package/lib/duet/p-b54723a9.system.entry.js +0 -4
  804. package/lib/duet/p-b7a34bd4.entry.js +0 -4
  805. package/lib/duet/p-b7f6339f.system.entry.js +0 -4
  806. package/lib/duet/p-b864159a.system.js +0 -4
  807. package/lib/duet/p-b8b21423.system.entry.js +0 -4
  808. package/lib/duet/p-b9e2b3ba.entry.js +0 -4
  809. package/lib/duet/p-ba03d034.system.js +0 -4
  810. package/lib/duet/p-c3a69e37.js +0 -4
  811. package/lib/duet/p-c5839bf5.entry.js +0 -4
  812. package/lib/duet/p-c7654999.entry.js +0 -4
  813. package/lib/duet/p-cbf629b3.system.entry.js +0 -4
  814. package/lib/duet/p-cc5e6288.system.js +0 -4
  815. package/lib/duet/p-cc67e773.js +0 -4
  816. package/lib/duet/p-cd0785ee.system.entry.js +0 -4
  817. package/lib/duet/p-cf6b88ae.entry.js +0 -4
  818. package/lib/duet/p-cff8b063.entry.js +0 -4
  819. package/lib/duet/p-d004da5f.js +0 -4
  820. package/lib/duet/p-d07eec56.system.entry.js +0 -4
  821. package/lib/duet/p-d35ab8b7.system.entry.js +0 -4
  822. package/lib/duet/p-d50d03f7.system.entry.js +0 -4
  823. package/lib/duet/p-d53d7fd5.entry.js +0 -4
  824. package/lib/duet/p-d55299c9.entry.js +0 -4
  825. package/lib/duet/p-d61d7080.entry.js +0 -4
  826. package/lib/duet/p-d6ed2033.system.entry.js +0 -4
  827. package/lib/duet/p-d90e530c.system.entry.js +0 -4
  828. package/lib/duet/p-db2ccb9d.system.js +0 -4
  829. package/lib/duet/p-e07ee017.system.entry.js +0 -4
  830. package/lib/duet/p-e12066c8.system.js +0 -4
  831. package/lib/duet/p-e17c5d6a.entry.js +0 -4
  832. package/lib/duet/p-e1c09dd8.system.entry.js +0 -4
  833. package/lib/duet/p-e216bea4.system.js +0 -4
  834. package/lib/duet/p-e4af314b.system.entry.js +0 -4
  835. package/lib/duet/p-e4c8559c.system.js +0 -4
  836. package/lib/duet/p-e5aecda6.system.entry.js +0 -4
  837. package/lib/duet/p-e6b5a1c7.system.js +0 -4
  838. package/lib/duet/p-e9cbe789.system.entry.js +0 -4
  839. package/lib/duet/p-ea787ed0.entry.js +0 -4
  840. package/lib/duet/p-eb463133.system.entry.js +0 -4
  841. package/lib/duet/p-eb83b46d.system.entry.js +0 -4
  842. package/lib/duet/p-ec581904.entry.js +0 -4
  843. package/lib/duet/p-ed3748dc.js +0 -4
  844. package/lib/duet/p-eecd1b93.system.entry.js +0 -4
  845. package/lib/duet/p-f0ee9aae.system.entry.js +0 -4
  846. package/lib/duet/p-f0fc3170.system.entry.js +0 -4
  847. package/lib/duet/p-f11208c3.js +0 -4
  848. package/lib/duet/p-f11e0e46.system.entry.js +0 -4
  849. package/lib/duet/p-f1273093.system.entry.js +0 -4
  850. package/lib/duet/p-f218ec0e.system.entry.js +0 -4
  851. package/lib/duet/p-f2d5c69e.system.js +0 -5
  852. package/lib/duet/p-f5f6aed8.system.js +0 -4
  853. package/lib/duet/p-f6000a03.js +0 -4
  854. package/lib/duet/p-f732fde1.entry.js +0 -4
  855. package/lib/duet/p-fe8cfa01.system.entry.js +0 -4
  856. package/lib/esm/a11y-utils-42080d56.js +0 -23
  857. package/lib/esm/action-arrow-down-small-82273dc8.js +0 -6
  858. package/lib/esm/action-new-window-small-1945be91.js +0 -6
  859. package/lib/esm/body-scroll-46854769.js +0 -234
  860. package/lib/esm/bodyScrollLock.es6-ecbf187e.js +0 -184
  861. package/lib/esm/create-id-149a1b6d.js +0 -11
  862. package/lib/esm/floating-ui.dom.esm-ebc91b33.js +0 -1348
  863. package/lib/esm/focus-utils-9bbe977f.js +0 -18
  864. package/lib/esm/form-search-ea8e19ae.js +0 -6
  865. package/lib/esm/input-utils-85681162.js +0 -53
  866. package/lib/esm/is-internet-explorer-2c48f686.js +0 -9
  867. package/lib/esm/js-utils-9b9e0039.js +0 -47
  868. package/lib/esm/keyboard-utils-daf80d44.js +0 -58
  869. package/lib/esm/label-52e2e3f9.js +0 -20
  870. package/lib/esm/polyfills/core-js.js +0 -11
  871. package/lib/esm/polyfills/dom.js +0 -79
  872. package/lib/esm/polyfills/es5-html-element.js +0 -1
  873. package/lib/esm/polyfills/index.js +0 -34
  874. package/lib/esm/polyfills/system.js +0 -6
  875. package/lib/esm/slot-utils-4096ff0d.js +0 -115
  876. package/lib/esm/string-utils-192eb3c8.js +0 -61
  877. package/lib/esm/teleport-aa27d5f9.js +0 -116
  878. package/lib/esm/themeable-component-860041c5.js +0 -13
  879. package/lib/esm/token-utils-b9ba8c5e.js +0 -138
  880. package/lib/esm/tokens-84fb2357.js +0 -753
  881. package/lib/esm/watch-options-e96ecd92.js +0 -57
  882. package/lib/esm-es5/a11y-utils-42080d56.js +0 -4
  883. package/lib/esm-es5/action-arrow-down-small-82273dc8.js +0 -4
  884. package/lib/esm-es5/action-new-window-small-1945be91.js +0 -4
  885. package/lib/esm-es5/app-globals-2c6c1103.js +0 -4
  886. package/lib/esm-es5/body-scroll-46854769.js +0 -4
  887. package/lib/esm-es5/bodyScrollLock.es6-ecbf187e.js +0 -4
  888. package/lib/esm-es5/common-strings-af765cad.js +0 -4
  889. package/lib/esm-es5/create-id-149a1b6d.js +0 -4
  890. package/lib/esm-es5/duet-action-button.entry.js +0 -4
  891. package/lib/esm-es5/duet-alert.entry.js +0 -4
  892. package/lib/esm-es5/duet-badge.entry.js +0 -4
  893. package/lib/esm-es5/duet-banner.entry.js +0 -4
  894. package/lib/esm-es5/duet-breadcrumb.entry.js +0 -4
  895. package/lib/esm-es5/duet-breadcrumbs.entry.js +0 -4
  896. package/lib/esm-es5/duet-button_2.entry.js +0 -4
  897. package/lib/esm-es5/duet-callout.entry.js +0 -4
  898. package/lib/esm-es5/duet-caption_4.entry.js +0 -4
  899. package/lib/esm-es5/duet-card.entry.js +0 -4
  900. package/lib/esm-es5/duet-checkbox.entry.js +0 -4
  901. package/lib/esm-es5/duet-checkmark.entry.js +0 -4
  902. package/lib/esm-es5/duet-chip.entry.js +0 -4
  903. package/lib/esm-es5/duet-choice_2.entry.js +0 -4
  904. package/lib/esm-es5/duet-collapsible.entry.js +0 -4
  905. package/lib/esm-es5/duet-combobox.entry.js +0 -4
  906. package/lib/esm-es5/duet-contact-card.entry.js +0 -4
  907. package/lib/esm-es5/duet-cookie-consent.entry.js +0 -4
  908. package/lib/esm-es5/duet-date-picker.entry.js +0 -4
  909. package/lib/esm-es5/duet-divider_2.entry.js +0 -4
  910. package/lib/esm-es5/duet-editable-table_3.entry.js +0 -4
  911. package/lib/esm-es5/duet-empty-state.entry.js +0 -4
  912. package/lib/esm-es5/duet-fieldset.entry.js +0 -4
  913. package/lib/esm-es5/duet-file-chooser.entry.js +0 -4
  914. package/lib/esm-es5/duet-footer.entry.js +0 -4
  915. package/lib/esm-es5/duet-grid_2.entry.js +0 -4
  916. package/lib/esm-es5/duet-header_2.entry.js +0 -4
  917. package/lib/esm-es5/duet-hero.entry.js +0 -4
  918. package/lib/esm-es5/duet-icon.entry.js +0 -4
  919. package/lib/esm-es5/duet-input_2.entry.js +0 -4
  920. package/lib/esm-es5/duet-layout.entry.js +0 -4
  921. package/lib/esm-es5/duet-list_2.entry.js +0 -4
  922. package/lib/esm-es5/duet-menu-bar-button.entry.js +0 -4
  923. package/lib/esm-es5/duet-menu-bar-dropdown-link.entry.js +0 -4
  924. package/lib/esm-es5/duet-menu-bar-dropdown.entry.js +0 -4
  925. package/lib/esm-es5/duet-menu-bar-item.entry.js +0 -4
  926. package/lib/esm-es5/duet-menu-bar-link.entry.js +0 -4
  927. package/lib/esm-es5/duet-menu-bar.entry.js +0 -4
  928. package/lib/esm-es5/duet-modal.entry.js +0 -4
  929. package/lib/esm-es5/duet-multiselect.entry.js +0 -4
  930. package/lib/esm-es5/duet-nav.entry.js +0 -4
  931. package/lib/esm-es5/duet-notification_2.entry.js +0 -4
  932. package/lib/esm-es5/duet-number-input.entry.js +0 -4
  933. package/lib/esm-es5/duet-overlay.entry.js +0 -4
  934. package/lib/esm-es5/duet-page-heading.entry.js +0 -4
  935. package/lib/esm-es5/duet-pagination_2.entry.js +0 -4
  936. package/lib/esm-es5/duet-phone-input.entry.js +0 -4
  937. package/lib/esm-es5/duet-popup-menu_2.entry.js +0 -4
  938. package/lib/esm-es5/duet-progress.entry.js +0 -4
  939. package/lib/esm-es5/duet-promo-card.entry.js +0 -4
  940. package/lib/esm-es5/duet-radio_2.entry.js +0 -4
  941. package/lib/esm-es5/duet-range-slider.entry.js +0 -4
  942. package/lib/esm-es5/duet-scrollable_3.entry.js +0 -4
  943. package/lib/esm-es5/duet-section-layout.entry.js +0 -4
  944. package/lib/esm-es5/duet-select.entry.js +0 -4
  945. package/lib/esm-es5/duet-shaped-image.entry.js +0 -4
  946. package/lib/esm-es5/duet-show-more.entry.js +0 -4
  947. package/lib/esm-es5/duet-slideout-lang.entry.js +0 -4
  948. package/lib/esm-es5/duet-slideout-link.entry.js +0 -4
  949. package/lib/esm-es5/duet-slideout-panel-dropdown.entry.js +0 -4
  950. package/lib/esm-es5/duet-slideout-panel.entry.js +0 -4
  951. package/lib/esm-es5/duet-slideout.entry.js +0 -4
  952. package/lib/esm-es5/duet-status-icon.entry.js +0 -4
  953. package/lib/esm-es5/duet-step_2.entry.js +0 -4
  954. package/lib/esm-es5/duet-submenu-bar-dropdown-link.entry.js +0 -4
  955. package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +0 -4
  956. package/lib/esm-es5/duet-submenu-bar-item.entry.js +0 -4
  957. package/lib/esm-es5/duet-submenu-bar-link.entry.js +0 -4
  958. package/lib/esm-es5/duet-submenu-bar.entry.js +0 -4
  959. package/lib/esm-es5/duet-textarea.entry.js +0 -4
  960. package/lib/esm-es5/duet-toggle.entry.js +0 -4
  961. package/lib/esm-es5/duet-toolbar-dropdown-link.entry.js +0 -4
  962. package/lib/esm-es5/duet-toolbar-dropdown.entry.js +0 -4
  963. package/lib/esm-es5/duet-toolbar-item.entry.js +0 -4
  964. package/lib/esm-es5/duet-toolbar-link.entry.js +0 -4
  965. package/lib/esm-es5/duet-toolbar.entry.js +0 -4
  966. package/lib/esm-es5/duet-tooltip-button_2.entry.js +0 -4
  967. package/lib/esm-es5/duet-tooltip.entry.js +0 -4
  968. package/lib/esm-es5/duet-tray.entry.js +0 -4
  969. package/lib/esm-es5/duet-upload-aria-status.entry.js +0 -4
  970. package/lib/esm-es5/duet-upload-item.entry.js +0 -4
  971. package/lib/esm-es5/duet-visually-hidden.entry.js +0 -4
  972. package/lib/esm-es5/duet.js +0 -4
  973. package/lib/esm-es5/errorcodes.utils-86af68b7.js +0 -4
  974. package/lib/esm-es5/floating-ui.dom.esm-ebc91b33.js +0 -4
  975. package/lib/esm-es5/focus-utils-9bbe977f.js +0 -4
  976. package/lib/esm-es5/form-search-ea8e19ae.js +0 -4
  977. package/lib/esm-es5/index-a830b2de.js +0 -4
  978. package/lib/esm-es5/index.js +0 -3
  979. package/lib/esm-es5/input-utils-85681162.js +0 -4
  980. package/lib/esm-es5/is-internet-explorer-2c48f686.js +0 -4
  981. package/lib/esm-es5/js-utils-9b9e0039.js +0 -4
  982. package/lib/esm-es5/keyboard-utils-daf80d44.js +0 -4
  983. package/lib/esm-es5/label-52e2e3f9.js +0 -4
  984. package/lib/esm-es5/language-utils-40caac4f.js +0 -4
  985. package/lib/esm-es5/loader.js +0 -4
  986. package/lib/esm-es5/slot-utils-4096ff0d.js +0 -4
  987. package/lib/esm-es5/string-utils-192eb3c8.js +0 -4
  988. package/lib/esm-es5/teleport-aa27d5f9.js +0 -4
  989. package/lib/esm-es5/themeable-component-860041c5.js +0 -4
  990. package/lib/esm-es5/token-utils-b9ba8c5e.js +0 -4
  991. package/lib/esm-es5/tokens-84fb2357.js +0 -4
  992. package/lib/esm-es5/tokens.module-2d02f5ff.js +0 -4
  993. package/lib/esm-es5/watch-options-e96ecd92.js +0 -4
  994. package/lib/loader/package.json +0 -11
  995. /package/lib/cjs/{body-scroll-dba42314.js → body-scroll-FWPe3_T_.js} +0 -0
  996. /package/lib/cjs/{bodyScrollLock.es6-dd2d7d91.js → bodyScrollLock.es6-B2sCDud5.js} +0 -0
  997. /package/lib/cjs/{common-strings-2984301e.js → common-strings-BhhnIQp3.js} +0 -0
  998. /package/lib/cjs/{create-id-1f8c438f.js → create-id-DtslnIOq.js} +0 -0
  999. /package/lib/cjs/{input-utils-1096a2c5.js → input-utils-DUKdslOM.js} +0 -0
  1000. /package/lib/cjs/{is-internet-explorer-e7f58ebc.js → is-internet-explorer-BTLb_loH.js} +0 -0
  1001. /package/lib/cjs/{js-utils-92e24ba1.js → js-utils-hJ4A2edy.js} +0 -0
  1002. /package/lib/cjs/{keyboard-utils-f7c9f980.js → keyboard-utils-D9UlHbik.js} +0 -0
  1003. /package/lib/cjs/{string-utils-7b13c16e.js → string-utils-B35hEUBv.js} +0 -0
  1004. /package/lib/cjs/{teleport-c0eede18.js → teleport-BIcrl_KV.js} +0 -0
  1005. /package/lib/cjs/{themeable-component-996b489c.js → themeable-component-C57DSx5w.js} +0 -0
  1006. /package/lib/cjs/{watch-options-30a12622.js → watch-options-CTB_6VOA.js} +0 -0
  1007. /package/lib/duet/{p-8354d1f1.js → p-B1B-PPrh.js} +0 -0
  1008. /package/lib/duet/{p-7d8a2628.js → p-BgyaCAyh.js} +0 -0
  1009. /package/lib/duet/{p-9e371678.js → p-BlUsLmbQ.js} +0 -0
  1010. /package/lib/duet/{p-fc09c464.js → p-C6CAT054.js} +0 -0
  1011. /package/lib/duet/{p-9c3c64b9.js → p-C6E9F6QT.js} +0 -0
  1012. /package/lib/duet/{p-df7874f9.js → p-CLDy7YaM.js} +0 -0
  1013. /package/lib/duet/{p-5e59e970.js → p-Cfr_DJqU.js} +0 -0
  1014. /package/lib/duet/{p-beeb12f1.js → p-D6YBFNe9.js} +0 -0
  1015. /package/lib/duet/{p-8cb0e6bd.js → p-DWuCOI7R.js} +0 -0
  1016. /package/lib/duet/{p-43b89e38.js → p-DxESMgwA.js} +0 -0
  1017. /package/lib/duet/{p-aaa7a7bd.js → p-WhCDf9tt.js} +0 -0
  1018. /package/lib/{dist-custom-elements/p-fc09c464.js → esm/body-scroll-C6CAT054.js} +0 -0
  1019. /package/lib/{dist-custom-elements/p-8354d1f1.js → esm/bodyScrollLock.es6-B1B-PPrh.js} +0 -0
  1020. /package/lib/esm/{common-strings-af765cad.js → common-strings-D6YBFNe9.js} +0 -0
  1021. /package/lib/{dist-custom-elements/p-5e59e970.js → esm/create-id-Cfr_DJqU.js} +0 -0
  1022. /package/lib/{dist-custom-elements/p-df7874f9.js → esm/input-utils-CLDy7YaM.js} +0 -0
  1023. /package/lib/{dist-custom-elements/p-43b89e38.js → esm/is-internet-explorer-DxESMgwA.js} +0 -0
  1024. /package/lib/{dist-custom-elements/p-9e371678.js → esm/js-utils-BlUsLmbQ.js} +0 -0
  1025. /package/lib/{dist-custom-elements/p-9c3c64b9.js → esm/string-utils-C6E9F6QT.js} +0 -0
  1026. /package/lib/{dist-custom-elements/p-8cb0e6bd.js → esm/teleport-DWuCOI7R.js} +0 -0
  1027. /package/lib/{dist-custom-elements/p-aaa7a7bd.js → esm/themeable-component-WhCDf9tt.js} +0 -0
  1028. /package/lib/{dist-custom-elements/p-7d8a2628.js → esm/watch-options-BgyaCAyh.js} +0 -0
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
4
+ const _="62em",r="48em",o="36em",a="64.0625em",l="35.9375em",e="76.25em",c="22.5em",t="106.25em",g="20.5em",i="rgb(0, 161, 212)",s="rgb(178, 180, 179)",d="rgb(11, 114, 136)",n="rgb(199, 12, 112)",u="rgb(122, 1, 196)",x="rgb(211, 36, 131)",b="rgb(161, 10, 78)",m="rgb(168, 1, 78)",p="rgb(213, 66, 3)",y="rgb(9, 129, 148)",v="rgb(169, 69, 124)",h="rgb(54, 74, 129)",w="rgb(23, 28, 58)",z="rgb(214, 28, 82)",f="rgb(255, 240, 243)",k="rgb(255, 211, 219)",q="rgb(89, 0, 45)",S="rgb(255, 173, 190)",I="rgb(252, 136, 162)",U="rgb(243, 98, 134)",j="rgb(255, 225, 231)",A="rgb(231, 62, 107)",E="rgb(214, 28, 82)",B="rgb(185, 16, 74)",C="rgb(153, 9, 66)",F="rgb(120, 4, 56)",H="rgb(214, 28, 82)",M="rgb(122, 1, 196)",R="rgb(0, 155, 204)",O="rgb(27, 171, 75)",D="rgb(255, 86, 34)",G="rgb(245, 76, 154)",J="rgb(194, 21, 101)",K="rgb(192, 101, 247)",L="rgb(0, 105, 191)",N="rgb(19, 120, 53)",P="rgb(179, 60, 24)",Q="rgb(13, 163, 166)",T="rgb(11, 114, 136)",V="rgb(179, 137, 24)",W="rgb(128, 98, 17)",X="rgb(0, 41, 77)",Y="rgb(181, 198, 208)",Z="rgb(127, 150, 165)",$="rgb(143, 147, 158)",__="rgb(98, 121, 138)",r_="rgb(113, 118, 132)",o_="rgb(212, 223, 229)",a_="rgb(222, 224, 228)",l_="rgb(245, 248, 250)",e_="rgb(245, 247, 250)",c_="rgb(255, 255, 255)",t_="rgb(255, 255, 255)",g_="rgb(199, 202, 207)",i_="rgb(240, 247, 250)",s_="rgb(217, 236, 245)",d_="rgb(8, 42, 77)",n_="rgb(198, 225, 238)",u_="rgb(172, 210, 229)",x_="rgb(131, 188, 217)",b_="rgb(228, 241, 247)",m_="rgb(50, 153, 204)",p_="rgb(0, 119, 179)",y_="rgb(0, 97, 155)",v_="rgb(0, 75, 129)",h_="rgb(3, 56, 102)",w_="rgb(245, 248, 250)",z_="rgb(212, 223, 229)",f_="rgb(17, 28, 38)",k_="rgb(181, 198, 208)",q_="rgb(153, 174, 186)",S_="rgb(127, 150, 165)",I_="rgb(228, 236, 239)",U_="rgb(98, 121, 138)",j_="rgb(81, 105, 123)",A_="rgb(62, 84, 102)",E_="rgb(45, 64, 81)",B_="rgb(30, 45, 59)",C_="rgb(0, 119, 179)",F_="rgb(0, 75, 129)",H_="rgb(126, 2, 35)",M_="rgb(0, 97, 155)",R_="rgb(164, 4, 40)",O_="rgb(198, 225, 238)",D_="rgb(255, 185, 190)",G_="rgb(228, 241, 247)",J_="rgb(255, 227, 228)",K_="rgb(240, 247, 250)",L_="rgb(255, 241, 241)",N_="rgb(198, 12, 48)",P_="rgb(8, 42, 77)",Q_="rgb(23, 28, 58)",T_="rgb(48, 131, 105)",V_="rgb(244, 250, 247)",W_="rgb(218, 246, 233)",X_="rgb(4, 38, 33)",Y_="rgb(191, 239, 218)",Z_="rgb(163, 229, 202)",$_="rgb(134, 215, 185)",_r="rgb(231, 248, 239)",rr="rgb(105, 196, 166)",or="rgb(77, 171, 143)",ar="rgb(48, 131, 105)",lr="rgb(29, 106, 88)",er="rgb(13, 71, 59)",cr="rgb(48, 131, 105)",tr="rgb(245, 247, 250)",gr="rgb(222, 224, 228)",ir="rgb(8, 13, 38)",sr="rgb(199, 202, 207)",dr="rgb(175, 178, 186)",nr="rgb(143, 147, 158)",ur="rgb(234, 235, 239)",xr="rgb(113, 118, 132)",br="rgb(98, 104, 122)",mr="rgb(71, 78, 101)",pr="rgb(45, 52, 79)",yr="rgb(23, 28, 58)",vr="rgb(255, 241, 241)",hr="rgb(255, 213, 215)",wr="rgb(51, 5, 20)",zr="rgb(255, 185, 190)",fr="rgb(252, 148, 158)",kr="rgb(240, 102, 119)",qr="rgb(255, 227, 228)",Sr="rgb(221, 49, 77)",Ir="rgb(198, 12, 48)",Ur="rgb(164, 4, 40)",jr="rgb(126, 2, 35)",Ar="rgb(87, 4, 29)",Er="rgb(247, 178, 40)",Br="rgb(255, 251, 242)",Cr="rgb(255, 244, 198)",Fr="rgb(38, 26, 4)",Hr="rgb(255, 232, 160)",Mr="rgb(255, 217, 120)",Rr="rgb(255, 199, 79)",Or="rgb(255, 247, 221)",Dr="rgb(247, 178, 40)",Gr="rgb(212, 151, 32)",Jr="rgb(156, 110, 22)",Kr="rgb(126, 87, 16)",Lr="rgb(81, 55, 9)",Nr="rgb(247, 178, 40)",Pr="'localtapiola-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",Qr="'turva-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",Tr="'localtapiola-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",Vr="'turva-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",Wr="1.25rem",Xr="1rem",Yr="0.875rem",Zr="1.5rem",$r="0.75rem",_o="2.25rem",ro="3rem",oo="4.5rem",ao="-0.01rem",lo="1.25",eo="'(min-width: 62em)'",co="'(min-width: 48em)'",to="'(min-width: 36em)'",go="'(min-width: 64.0625em)'",io="'(max-width: 35.9375em)'",so="'(min-width: 76.25em)'",no="'(max-width: 22.5em)'",uo="'(min-width: 106.25em)'",xo="'(max-width: 20.5em)'",bo="0.30",mo="0.50",po="0.75",yo="0.85",vo="12px",ho="16px",wo="20rem",zo="0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07)",fo="0 2px 6px 0 rgba(117, 117, 117, 0.13), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07)",ko="0 2px 6px 0 rgba(0, 41, 77, 0.07)",qo="0 2px 6px 0 rgba(117, 117, 117, 0.13)",So="0 0 0 1px #de2362",Io="0 0 0 1px #e55039",Uo="0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3",jo="0 0 0 1px #0077b3",Ao="0 0 0 1px #171c3a",Eo="0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a",Bo="0 2px 10px 0 rgba(0, 41, 77, 0.1)",Co="0 0 0 1px #909599",Fo="0 0 0 1px #747475",Ho="0 2px 10px 0 rgba(117, 117, 117, 0.15)",Mo="0 2px 20px 0 rgba(0, 0, 0, 0.2)",Ro="0 2px 10px 0 rgba(0, 41, 77, 0.07)",Oo="0 2px 10px 0 rgba(117, 117, 117, 0.13)",Do="8rem",Go="4rem",Jo="30px",Ko="24px",Lo="20px",No="36px",Po="16px",Qo="48px",To="10px",Vo="72px",Wo="1110px",Xo="3rem",Yo="40px",Zo="30px",$o="48px",_a="20px",ra="16px",oa="12px",aa="28px",la="36px",ea="48px",ca="72px",ta="94px",ga="300ms ease",ia="600ms ease",sa="-999999";var da=Object.freeze({__proto__:null,breakpoint_large:_,breakpoint_medium:r,breakpoint_small:o,breakpoint_x_large:a,breakpoint_x_small:l,breakpoint_xx_large:e,breakpoint_xx_small:c,breakpoint_xxx_large:t,breakpoint_xxx_small:g,color_brand_blue:i,color_brand_gray_turva:s,color_category_family:d,color_category_family_turva:n,color_category_finance:u,color_category_home:x,color_category_home_turva:b,color_category_pet:m,color_category_travel:p,color_category_travel_turva:y,color_category_union_turva:v,color_category_vehicle:h,color_category_vehicle_turva:w,color_danger:z,color_danger_00:f,color_danger_100:k,color_danger_1000:q,color_danger_200:S,color_danger_300:I,color_danger_400:U,color_danger_50:j,color_danger_500:A,color_danger_600:E,color_danger_700:B,color_danger_800:C,color_danger_900:F,color_danger_turva:H,color_data_01:M,color_data_02:R,color_data_03:O,color_data_04:D,color_data_05:G,color_data_06:J,color_data_07:K,color_data_08:L,color_data_09:N,color_data_10:P,color_data_11:Q,color_data_12:T,color_data_13:V,color_data_14:W,color_data_15:X,color_gray:Y,color_gray_dark:Z,color_gray_dark_turva:$,color_gray_darker:__,color_gray_darker_turva:r_,color_gray_light:o_,color_gray_light_turva:a_,color_gray_lighter:l_,color_gray_lighter_turva:e_,color_gray_lightest:c_,color_gray_lightest_turva:t_,color_gray_turva:g_,color_lt_blue_00:i_,color_lt_blue_100:s_,color_lt_blue_1000:d_,color_lt_blue_200:n_,color_lt_blue_300:u_,color_lt_blue_400:x_,color_lt_blue_50:b_,color_lt_blue_500:m_,color_lt_blue_600:p_,color_lt_blue_700:y_,color_lt_blue_800:v_,color_lt_blue_900:h_,color_lt_gray_00:w_,color_lt_gray_100:z_,color_lt_gray_1000:f_,color_lt_gray_200:k_,color_lt_gray_300:q_,color_lt_gray_400:S_,color_lt_gray_50:I_,color_lt_gray_500:U_,color_lt_gray_600:j_,color_lt_gray_700:A_,color_lt_gray_800:E_,color_lt_gray_900:B_,color_primary:C_,color_primary_dark:F_,color_primary_dark_turva:H_,color_primary_darker:M_,color_primary_darker_turva:R_,color_primary_light:O_,color_primary_light_turva:D_,color_primary_lighter:G_,color_primary_lighter_turva:J_,color_primary_lightest:K_,color_primary_lightest_turva:L_,color_primary_turva:N_,color_secondary:P_,color_secondary_turva:Q_,color_success:T_,color_success_00:V_,color_success_100:W_,color_success_1000:X_,color_success_200:Y_,color_success_300:Z_,color_success_400:$_,color_success_50:_r,color_success_500:rr,color_success_600:or,color_success_700:ar,color_success_800:lr,color_success_900:er,color_success_turva:cr,color_turva_gray_00:tr,color_turva_gray_100:gr,color_turva_gray_1000:ir,color_turva_gray_200:sr,color_turva_gray_300:dr,color_turva_gray_400:nr,color_turva_gray_50:ur,color_turva_gray_500:xr,color_turva_gray_600:br,color_turva_gray_700:mr,color_turva_gray_800:pr,color_turva_gray_900:yr,color_turva_red_00:vr,color_turva_red_100:hr,color_turva_red_1000:wr,color_turva_red_200:zr,color_turva_red_300:fr,color_turva_red_400:kr,color_turva_red_50:qr,color_turva_red_500:Sr,color_turva_red_600:Ir,color_turva_red_700:Ur,color_turva_red_800:jr,color_turva_red_900:Ar,color_warning:Er,color_warning_00:Br,color_warning_100:Cr,color_warning_1000:Fr,color_warning_200:Hr,color_warning_300:Mr,color_warning_400:Rr,color_warning_50:Or,color_warning_500:Dr,color_warning_600:Gr,color_warning_700:Jr,color_warning_800:Kr,color_warning_900:Lr,color_warning_turva:Nr,default:{breakpoint_large:_,breakpoint_medium:r,breakpoint_small:o,breakpoint_x_large:a,breakpoint_x_small:l,breakpoint_xx_large:e,breakpoint_xx_small:c,breakpoint_xxx_large:t,breakpoint_xxx_small:g,color_brand_blue:i,color_brand_gray_turva:s,color_category_family:d,color_category_family_turva:n,color_category_finance:u,color_category_home:x,color_category_home_turva:b,color_category_pet:m,color_category_travel:p,color_category_travel_turva:y,color_category_union_turva:v,color_category_vehicle:h,color_category_vehicle_turva:w,color_danger:z,color_danger_00:f,color_danger_100:k,color_danger_1000:q,color_danger_200:S,color_danger_300:I,color_danger_400:U,color_danger_50:j,color_danger_500:A,color_danger_600:E,color_danger_700:B,color_danger_800:C,color_danger_900:F,color_danger_turva:H,color_data_01:M,color_data_02:R,color_data_03:O,color_data_04:D,color_data_05:G,color_data_06:J,color_data_07:K,color_data_08:L,color_data_09:N,color_data_10:P,color_data_11:Q,color_data_12:T,color_data_13:V,color_data_14:W,color_data_15:X,color_gray:Y,color_gray_dark:Z,color_gray_dark_turva:$,color_gray_darker:__,color_gray_darker_turva:r_,color_gray_light:o_,color_gray_light_turva:a_,color_gray_lighter:l_,color_gray_lighter_turva:e_,color_gray_lightest:c_,color_gray_lightest_turva:t_,color_gray_turva:g_,color_lt_blue_00:i_,color_lt_blue_100:s_,color_lt_blue_1000:d_,color_lt_blue_200:n_,color_lt_blue_300:u_,color_lt_blue_400:x_,color_lt_blue_50:b_,color_lt_blue_500:m_,color_lt_blue_600:p_,color_lt_blue_700:y_,color_lt_blue_800:v_,color_lt_blue_900:h_,color_lt_gray_00:w_,color_lt_gray_100:z_,color_lt_gray_1000:f_,color_lt_gray_200:k_,color_lt_gray_300:q_,color_lt_gray_400:S_,color_lt_gray_50:I_,color_lt_gray_500:U_,color_lt_gray_600:j_,color_lt_gray_700:A_,color_lt_gray_800:E_,color_lt_gray_900:B_,color_primary:C_,color_primary_dark:F_,color_primary_dark_turva:H_,color_primary_darker:M_,color_primary_darker_turva:R_,color_primary_light:O_,color_primary_light_turva:D_,color_primary_lighter:G_,color_primary_lighter_turva:J_,color_primary_lightest:K_,color_primary_lightest_turva:L_,color_primary_turva:N_,color_secondary:P_,color_secondary_turva:Q_,color_success:T_,color_success_00:V_,color_success_100:W_,color_success_1000:X_,color_success_200:Y_,color_success_300:Z_,color_success_400:$_,color_success_50:_r,color_success_500:rr,color_success_600:or,color_success_700:ar,color_success_800:lr,color_success_900:er,color_success_turva:cr,color_turva_gray_00:tr,color_turva_gray_100:gr,color_turva_gray_1000:ir,color_turva_gray_200:sr,color_turva_gray_300:dr,color_turva_gray_400:nr,color_turva_gray_50:ur,color_turva_gray_500:xr,color_turva_gray_600:br,color_turva_gray_700:mr,color_turva_gray_800:pr,color_turva_gray_900:yr,color_turva_red_00:vr,color_turva_red_100:hr,color_turva_red_1000:wr,color_turva_red_200:zr,color_turva_red_300:fr,color_turva_red_400:kr,color_turva_red_50:qr,color_turva_red_500:Sr,color_turva_red_600:Ir,color_turva_red_700:Ur,color_turva_red_800:jr,color_turva_red_900:Ar,color_warning:Er,color_warning_00:Br,color_warning_100:Cr,color_warning_1000:Fr,color_warning_200:Hr,color_warning_300:Mr,color_warning_400:Rr,color_warning_50:Or,color_warning_500:Dr,color_warning_600:Gr,color_warning_700:Jr,color_warning_800:Kr,color_warning_900:Lr,color_warning_turva:Nr,font_family_heading:Pr,font_family_heading_turva:Qr,font_family_text:Tr,font_family_text_turva:Vr,font_size_large:Wr,font_size_medium:Xr,font_size_small:Yr,font_size_x_large:Zr,font_size_x_small:$r,font_size_xx_large:_o,font_size_xxx_large:ro,font_size_xxxx_large:oo,font_weight_bold:"700",font_weight_extra_bold:"800",font_weight_normal:"400",font_weight_semi_bold:"600",letter_spacing_heading:ao,line_height_medium:"1.5",line_height_small:lo,line_height_x_small:"1.1",media_query_large:eo,media_query_medium:co,media_query_small:to,media_query_x_large:go,media_query_x_small:io,media_query_xx_large:so,media_query_xx_small:no,media_query_xxx_large:uo,media_query_xxx_small:xo,opacity_30:bo,opacity_50:mo,opacity_75:po,opacity_85:yo,radius_circle:"50%",radius_default:"4px",radius_intermediate:vo,radius_large:ho,radius_medium:"8px",radius_pill:wo,radius_sharp:"0",shadow_card:zo,shadow_card_turva:fo,shadow_default:ko,shadow_default_turva:qo,shadow_error:So,shadow_error_turva:Io,shadow_focus:Uo,shadow_focus_input:jo,shadow_focus_input_turva:Ao,shadow_focus_turva:Eo,shadow_hover:Bo,shadow_hover_input:Co,shadow_hover_input_turva:Fo,shadow_hover_turva:Ho,shadow_modal:Mo,shadow_tooltip:Ro,shadow_tooltip_turva:Oo,size_button_border:"1px",size_button_min_width:Do,size_button_tiny_border:"1px",size_form_border:"1px",size_header:Go,size_icon_large:Jo,size_icon_medium:Ko,size_icon_small:Lo,size_icon_x_large:No,size_icon_x_small:Po,size_icon_xx_large:Qo,size_icon_xx_small:To,size_icon_xxx_large:Vo,size_icon_xxx_small:"7px",size_layout_max_width:Wo,size_medium_border:"2px",size_navigation:Xo,size_step_medium:Yo,size_step_small:Zo,size_tappable_square:$o,space_large:_a,space_medium:ra,space_small:oa,space_x_large:aa,space_x_small:"8px",space_xx_large:la,space_xx_small:"4px",space_xxx_large:ea,space_xxx_small:"2px",space_xxxx_large:ca,space_xxxxx_large:ta,transition_quickly:ga,transition_slowly:ia,z_index_deep:sa,z_index_default:"1",z_index_dropdown:"600",z_index_header:"400",z_index_mask:"200",z_index_mask_buttons:"250",z_index_masked:"100",z_index_modal:"900",z_index_overlay:"700",z_index_popup:"950",z_index_spinner:"800",z_index_sticky:"300",z_index_toast:"500"},font_family_heading:Pr,font_family_heading_turva:Qr,font_family_text:Tr,font_family_text_turva:Vr,font_size_large:Wr,font_size_medium:Xr,font_size_small:Yr,font_size_x_large:Zr,font_size_x_small:$r,font_size_xx_large:_o,font_size_xxx_large:ro,font_size_xxxx_large:oo,font_weight_bold:"700",font_weight_extra_bold:"800",font_weight_normal:"400",font_weight_semi_bold:"600",letter_spacing_heading:ao,line_height_medium:"1.5",line_height_small:lo,line_height_x_small:"1.1",media_query_large:eo,media_query_medium:co,media_query_small:to,media_query_x_large:go,media_query_x_small:io,media_query_xx_large:so,media_query_xx_small:no,media_query_xxx_large:uo,media_query_xxx_small:xo,opacity_30:bo,opacity_50:mo,opacity_75:po,opacity_85:yo,radius_circle:"50%",radius_default:"4px",radius_intermediate:vo,radius_large:ho,radius_medium:"8px",radius_pill:wo,radius_sharp:"0",shadow_card:zo,shadow_card_turva:fo,shadow_default:ko,shadow_default_turva:qo,shadow_error:So,shadow_error_turva:Io,shadow_focus:Uo,shadow_focus_input:jo,shadow_focus_input_turva:Ao,shadow_focus_turva:Eo,shadow_hover:Bo,shadow_hover_input:Co,shadow_hover_input_turva:Fo,shadow_hover_turva:Ho,shadow_modal:Mo,shadow_tooltip:Ro,shadow_tooltip_turva:Oo,size_button_border:"1px",size_button_min_width:Do,size_button_tiny_border:"1px",size_form_border:"1px",size_header:Go,size_icon_large:Jo,size_icon_medium:Ko,size_icon_small:Lo,size_icon_x_large:No,size_icon_x_small:Po,size_icon_xx_large:Qo,size_icon_xx_small:To,size_icon_xxx_large:Vo,size_icon_xxx_small:"7px",size_layout_max_width:Wo,size_medium_border:"2px",size_navigation:Xo,size_step_medium:Yo,size_step_small:Zo,size_tappable_square:$o,space_large:_a,space_medium:ra,space_small:oa,space_x_large:aa,space_x_small:"8px",space_xx_large:la,space_xx_small:"4px",space_xxx_large:ea,space_xxx_small:"2px",space_xxxx_large:ca,space_xxxxx_large:ta,transition_quickly:ga,transition_slowly:ia,z_index_deep:sa,z_index_default:"1",z_index_dropdown:"600",z_index_header:"400",z_index_mask:"200",z_index_mask_buttons:"250",z_index_masked:"100",z_index_modal:"900",z_index_overlay:"700",z_index_popup:"950",z_index_spinner:"800",z_index_sticky:"300",z_index_toast:"500"});export{eo as a,so as b,to as c,Xr as f,co as m,da as t}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import{h as e}from"./p-44b36dbf.js";const l=(l,t)=>{const{theme:a="",margin:m="auto",size:r="medium",weight:s="semi-bold",color:n="",id:o=""}=l;return e("label",{id:o,class:{"duet-internal-label":!0,"duet-internal-label-small":"small"===r,"duet-theme-turva":"turva"===a,"duet-small-margin":"small"===m,"duet-m-0":"none"===m,[`duet-weight-${s}`]:!0,[`${l.class}`]:!0},htmlFor:l.for,style:{color:n}},e("span",null,t))};export{l as D}
4
+ import{h as e}from"./p-BGuG-JHD.js";const l=(l,t)=>{const{theme:a="",margin:m="auto",size:r="medium",weight:s="semi-bold",color:n="",id:o=""}=l;return e("label",{id:o,class:{"duet-internal-label":!0,"duet-internal-label-small":"small"===r,"duet-theme-turva":"turva"===a,"duet-small-margin":"small"===m,"duet-m-0":"none"===m,[`duet-weight-${s}`]:!0,[`${l.class}`]:!0},htmlFor:l.for,style:{color:n}},e("span",null,t))};export{l as D}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- const a=a=>"ArrowLeft"===a.key||"Left"===a.key,s=a=>"ArrowUp"===a.key||"Up"===a.key,n=a=>"ArrowRight"===a.key||"Right"===a.key,o=a=>"ArrowDown"===a.key||"Down"===a.key,w=w=>o(w)||n(w)||s(w)||a(w),e=a=>"Escape"===a.key||"Esc"===a.key,i=a=>a.shiftKey&&"Tab"===a.key,d=a=>"Tab"===a.key,t=a=>"Backspace"===a.key,r=a=>" "===a.key||"Spacebar"===a.key,b=a=>"+"===a.key||"Add"===a.key,c=a=>"-"===a.key||"Subtract"===a.key,u=a=>"?"===a.key,f=a=>"Enter"===a.key,p=a=>f(a)||r(a),k=a=>a.key>="0"&&a.key<="9",g=new Set;function y(a){g.forEach((s=>{s.element.classList[a?"add":"remove"]("user-is-tabbing")}))}function A(a){d(a)&&(y(!0),window.removeEventListener("keydown",A),window.addEventListener("mousedown",m,!1))}function m(){y(!1),window.removeEventListener("mousedown",m),window.addEventListener("keydown",A,!1)}"undefined"!=typeof window&&(window.addEventListener("mousedown",m,!1),window.addEventListener("blur",(()=>A({key:"Tab"}))));const T=a=>{g.add(a),a.element.classList.add("user-is-tabbing")},h=a=>{g.delete(a)},E=()=>{A({key:"Tab"})};export{n as a,s as b,o as c,a as d,t as e,e as f,r as g,u as h,p as i,f as j,w as k,k as l,c as m,b as n,d as o,i as p,E as q,T as s,h as u}
4
+ const a=a=>"ArrowLeft"===a.key||"Left"===a.key,s=a=>"ArrowUp"===a.key||"Up"===a.key,n=a=>"ArrowRight"===a.key||"Right"===a.key,o=a=>"ArrowDown"===a.key||"Down"===a.key,w=w=>o(w)||n(w)||s(w)||a(w),e=a=>"Escape"===a.key||"Esc"===a.key,i=a=>a.shiftKey&&"Tab"===a.key,d=a=>"Tab"===a.key,t=a=>"Backspace"===a.key,r=a=>" "===a.key||"Spacebar"===a.key,b=a=>"+"===a.key||"Add"===a.key,c=a=>"-"===a.key||"Subtract"===a.key,u=a=>"?"===a.key,f=a=>"Enter"===a.key,p=a=>f(a)||r(a),k=a=>a.key>="0"&&a.key<="9",g=new Set;function y(a){g.forEach((s=>{s.element.classList[a?"add":"remove"]("user-is-tabbing")}))}function A(a){d(a)&&(y(!0),window.removeEventListener("keydown",A),window.addEventListener("mousedown",m,!1))}function m(){y(!1),window.removeEventListener("mousedown",m),window.addEventListener("keydown",A,!1)}"undefined"!=typeof window&&(window.addEventListener("mousedown",m,!1),window.addEventListener("blur",(()=>A({key:"Tab"}))));const T=a=>{g.add(a),a.element.classList.add("user-is-tabbing")},h=a=>{g.delete(a)},E=()=>{A({key:"Tab"})};export{e as a,d as b,f as c,a as d,s as e,n as f,o as g,E as h,p as i,w as j,k,c as l,b as m,u as n,t as o,i as p,r as q,T as s,h as u}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
4
+ const r="rgb(178, 180, 179)",o="rgb(181, 198, 208)",a="rgb(143, 147, 158)",e="rgb(98, 121, 138)",l="rgb(113, 118, 132)",g="rgb(212, 223, 229)",c="rgb(222, 224, 228)",i="rgb(255, 255, 255)",b="rgb(199, 202, 207)",t="rgb(0, 119, 179)",s="rgb(198, 12, 48)",n="rgb(8, 42, 77)",p="rgb(23, 28, 58)",u="'localtapiola-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",x="'turva-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",m="1rem",d="600",y="1.25",S="'(min-width: 62em)'",v="'(min-width: 48em)'",T="'(min-width: 36em)'",L="'(min-width: 64.0625em)'",h="'(max-width: 35.9375em)'",D="'(min-width: 76.25em)'",z="'(max-width: 22.5em)'",I="'(min-width: 106.25em)'",G="'(max-width: 20.5em)'",X="4rem",B="3rem",w="20px",k="16px",f="12px",M="8px",W="4px";var C=Object.freeze({__proto__:null,breakpointLarge:"62em",breakpointMedium:"48em",breakpointSmall:"36em",breakpointXLarge:"64.0625em",breakpointXSmall:"35.9375em",breakpointXxLarge:"76.25em",breakpointXxSmall:"22.5em",breakpointXxxLarge:"106.25em",breakpointXxxSmall:"20.5em",colorBrandBlue:"rgb(0, 161, 212)",colorBrandGrayTurva:r,colorCategoryFamily:"rgb(11, 114, 136)",colorCategoryFamilyTurva:"rgb(199, 12, 112)",colorCategoryFinance:"rgb(122, 1, 196)",colorCategoryHome:"rgb(211, 36, 131)",colorCategoryHomeTurva:"rgb(161, 10, 78)",colorCategoryPet:"rgb(168, 1, 78)",colorCategoryTravel:"rgb(213, 66, 3)",colorCategoryTravelTurva:"rgb(9, 129, 148)",colorCategoryUnionTurva:"rgb(169, 69, 124)",colorCategoryVehicle:"rgb(54, 74, 129)",colorCategoryVehicleTurva:"rgb(23, 28, 58)",colorDanger:"rgb(214, 28, 82)",colorDanger00:"rgb(255, 240, 243)",colorDanger100:"rgb(255, 211, 219)",colorDanger1000:"rgb(89, 0, 45)",colorDanger200:"rgb(255, 173, 190)",colorDanger300:"rgb(252, 136, 162)",colorDanger400:"rgb(243, 98, 134)",colorDanger50:"rgb(255, 225, 231)",colorDanger500:"rgb(231, 62, 107)",colorDanger600:"rgb(214, 28, 82)",colorDanger700:"rgb(185, 16, 74)",colorDanger800:"rgb(153, 9, 66)",colorDanger900:"rgb(120, 4, 56)",colorDangerTurva:"rgb(214, 28, 82)",colorData01:"rgb(122, 1, 196)",colorData02:"rgb(0, 155, 204)",colorData03:"rgb(27, 171, 75)",colorData04:"rgb(255, 86, 34)",colorData05:"rgb(245, 76, 154)",colorData06:"rgb(194, 21, 101)",colorData07:"rgb(192, 101, 247)",colorData08:"rgb(0, 105, 191)",colorData09:"rgb(19, 120, 53)",colorData10:"rgb(179, 60, 24)",colorData11:"rgb(13, 163, 166)",colorData12:"rgb(11, 114, 136)",colorData13:"rgb(179, 137, 24)",colorData14:"rgb(128, 98, 17)",colorData15:"rgb(0, 41, 77)",colorGray:o,colorGrayDark:"rgb(127, 150, 165)",colorGrayDarkTurva:a,colorGrayDarker:e,colorGrayDarkerTurva:l,colorGrayLight:g,colorGrayLightTurva:c,colorGrayLighter:"rgb(245, 248, 250)",colorGrayLighterTurva:"rgb(245, 247, 250)",colorGrayLightest:i,colorGrayLightestTurva:"rgb(255, 255, 255)",colorGrayTurva:b,colorLtBlue00:"rgb(240, 247, 250)",colorLtBlue100:"rgb(217, 236, 245)",colorLtBlue1000:"rgb(8, 42, 77)",colorLtBlue200:"rgb(198, 225, 238)",colorLtBlue300:"rgb(172, 210, 229)",colorLtBlue400:"rgb(131, 188, 217)",colorLtBlue50:"rgb(228, 241, 247)",colorLtBlue500:"rgb(50, 153, 204)",colorLtBlue600:"rgb(0, 119, 179)",colorLtBlue700:"rgb(0, 97, 155)",colorLtBlue800:"rgb(0, 75, 129)",colorLtBlue900:"rgb(3, 56, 102)",colorLtGray00:"rgb(245, 248, 250)",colorLtGray100:"rgb(212, 223, 229)",colorLtGray1000:"rgb(17, 28, 38)",colorLtGray200:"rgb(181, 198, 208)",colorLtGray300:"rgb(153, 174, 186)",colorLtGray400:"rgb(127, 150, 165)",colorLtGray50:"rgb(228, 236, 239)",colorLtGray500:"rgb(98, 121, 138)",colorLtGray600:"rgb(81, 105, 123)",colorLtGray700:"rgb(62, 84, 102)",colorLtGray800:"rgb(45, 64, 81)",colorLtGray900:"rgb(30, 45, 59)",colorPrimary:t,colorPrimaryDark:"rgb(0, 75, 129)",colorPrimaryDarkTurva:"rgb(126, 2, 35)",colorPrimaryDarker:"rgb(0, 97, 155)",colorPrimaryDarkerTurva:"rgb(164, 4, 40)",colorPrimaryLight:"rgb(198, 225, 238)",colorPrimaryLightTurva:"rgb(255, 185, 190)",colorPrimaryLighter:"rgb(228, 241, 247)",colorPrimaryLighterTurva:"rgb(255, 227, 228)",colorPrimaryLightest:"rgb(240, 247, 250)",colorPrimaryLightestTurva:"rgb(255, 241, 241)",colorPrimaryTurva:s,colorSecondary:n,colorSecondaryTurva:p,colorSuccess:"rgb(48, 131, 105)",colorSuccess00:"rgb(244, 250, 247)",colorSuccess100:"rgb(218, 246, 233)",colorSuccess1000:"rgb(4, 38, 33)",colorSuccess200:"rgb(191, 239, 218)",colorSuccess300:"rgb(163, 229, 202)",colorSuccess400:"rgb(134, 215, 185)",colorSuccess50:"rgb(231, 248, 239)",colorSuccess500:"rgb(105, 196, 166)",colorSuccess600:"rgb(77, 171, 143)",colorSuccess700:"rgb(48, 131, 105)",colorSuccess800:"rgb(29, 106, 88)",colorSuccess900:"rgb(13, 71, 59)",colorSuccessTurva:"rgb(48, 131, 105)",colorTurvaGray00:"rgb(245, 247, 250)",colorTurvaGray100:"rgb(222, 224, 228)",colorTurvaGray1000:"rgb(8, 13, 38)",colorTurvaGray200:"rgb(199, 202, 207)",colorTurvaGray300:"rgb(175, 178, 186)",colorTurvaGray400:"rgb(143, 147, 158)",colorTurvaGray50:"rgb(234, 235, 239)",colorTurvaGray500:"rgb(113, 118, 132)",colorTurvaGray600:"rgb(98, 104, 122)",colorTurvaGray700:"rgb(71, 78, 101)",colorTurvaGray800:"rgb(45, 52, 79)",colorTurvaGray900:"rgb(23, 28, 58)",colorTurvaRed00:"rgb(255, 241, 241)",colorTurvaRed100:"rgb(255, 213, 215)",colorTurvaRed1000:"rgb(51, 5, 20)",colorTurvaRed200:"rgb(255, 185, 190)",colorTurvaRed300:"rgb(252, 148, 158)",colorTurvaRed400:"rgb(240, 102, 119)",colorTurvaRed50:"rgb(255, 227, 228)",colorTurvaRed500:"rgb(221, 49, 77)",colorTurvaRed600:"rgb(198, 12, 48)",colorTurvaRed700:"rgb(164, 4, 40)",colorTurvaRed800:"rgb(126, 2, 35)",colorTurvaRed900:"rgb(87, 4, 29)",colorWarning:"rgb(247, 178, 40)",colorWarning00:"rgb(255, 251, 242)",colorWarning100:"rgb(255, 244, 198)",colorWarning1000:"rgb(38, 26, 4)",colorWarning200:"rgb(255, 232, 160)",colorWarning300:"rgb(255, 217, 120)",colorWarning400:"rgb(255, 199, 79)",colorWarning50:"rgb(255, 247, 221)",colorWarning500:"rgb(247, 178, 40)",colorWarning600:"rgb(212, 151, 32)",colorWarning700:"rgb(156, 110, 22)",colorWarning800:"rgb(126, 87, 16)",colorWarning900:"rgb(81, 55, 9)",colorWarningTurva:"rgb(247, 178, 40)",fontFamilyHeading:"'localtapiola-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",fontFamilyHeadingTurva:"'turva-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",fontFamilyText:u,fontFamilyTextTurva:x,fontSizeLarge:"1.25rem",fontSizeMedium:m,fontSizeSmall:"0.875rem",fontSizeXLarge:"1.5rem",fontSizeXSmall:"0.75rem",fontSizeXxLarge:"2.25rem",fontSizeXxxLarge:"3rem",fontSizeXxxxLarge:"4.5rem",fontWeightBold:"700",fontWeightExtraBold:"800",fontWeightNormal:"400",fontWeightSemiBold:"600",letterSpacingHeading:"-0.01rem",lineHeightMedium:"1.5",lineHeightSmall:y,lineHeightXSmall:"1.1",mediaQueryLarge:S,mediaQueryMedium:v,mediaQuerySmall:T,mediaQueryXLarge:L,mediaQueryXSmall:h,mediaQueryXxLarge:D,mediaQueryXxSmall:z,mediaQueryXxxLarge:I,mediaQueryXxxSmall:G,opacity30:"0.30",opacity50:"0.50",opacity75:"0.75",opacity85:"0.85",radiusCircle:"50%",radiusDefault:"4px",radiusIntermediate:"12px",radiusLarge:"16px",radiusMedium:"8px",radiusPill:"20rem",radiusSharp:"0",shadowCard:"0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07)",shadowCardTurva:"0 2px 6px 0 rgba(117, 117, 117, 0.13), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07)",shadowDefault:"0 2px 6px 0 rgba(0, 41, 77, 0.07)",shadowDefaultTurva:"0 2px 6px 0 rgba(117, 117, 117, 0.13)",shadowError:"0 0 0 1px #de2362",shadowErrorTurva:"0 0 0 1px #e55039",shadowFocus:"0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3",shadowFocusInput:"0 0 0 1px #0077b3",shadowFocusInputTurva:"0 0 0 1px #171c3a",shadowFocusTurva:"0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a",shadowHover:"0 2px 10px 0 rgba(0, 41, 77, 0.1)",shadowHoverInput:"0 0 0 1px #909599",shadowHoverInputTurva:"0 0 0 1px #747475",shadowHoverTurva:"0 2px 10px 0 rgba(117, 117, 117, 0.15)",shadowModal:"0 2px 20px 0 rgba(0, 0, 0, 0.2)",shadowTooltip:"0 2px 10px 0 rgba(0, 41, 77, 0.07)",shadowTooltipTurva:"0 2px 10px 0 rgba(117, 117, 117, 0.13)",sizeButtonBorder:"1px",sizeButtonMinWidth:"8rem",sizeButtonTinyBorder:"1px",sizeFormBorder:"1px",sizeHeader:X,sizeIconLarge:"30px",sizeIconMedium:"24px",sizeIconSmall:"20px",sizeIconXLarge:"36px",sizeIconXSmall:"16px",sizeIconXxLarge:"48px",sizeIconXxSmall:"10px",sizeIconXxxLarge:"72px",sizeIconXxxSmall:"7px",sizeLayoutMaxWidth:"1110px",sizeMediumBorder:"2px",sizeNavigation:B,sizeStepMedium:"40px",sizeStepSmall:"30px",sizeTappableSquare:"48px",spaceLarge:w,spaceMedium:k,spaceSmall:f,spaceXLarge:"28px",spaceXSmall:"8px",spaceXxLarge:"36px",spaceXxSmall:"4px",spaceXxxLarge:"48px",spaceXxxSmall:"2px",spaceXxxxLarge:"72px",spaceXxxxxLarge:"94px",transitionQuickly:"300ms ease",transitionSlowly:"600ms ease",zIndexDeep:"-999999",zIndexDefault:"1",zIndexDropdown:"600",zIndexHeader:"400",zIndexMask:"200",zIndexMaskButtons:"250",zIndexMasked:"100",zIndexModal:"900",zIndexOverlay:"700",zIndexPopup:"950",zIndexSpinner:"800",zIndexSticky:"300",zIndexToast:"500"});export{k as A,W as B,i as C,f as D,g as E,c as F,l as G,B as H,r as I,D as a,L as b,S as c,v as d,T as e,h as f,z as g,G as h,o as i,t as j,b as k,s as l,I as m,M as n,w as o,u as p,m as q,x as r,X as s,C as t,n as u,p as v,d as w,y as x,e as y,a as z}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
4
+ function t(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}export{t as g}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
4
+ import{h as o}from"./p-BGuG-JHD.js";const s=o=>{"setFocus"in o?o.setFocus():o.focus()},u=({moveFocusTo:u})=>o("div",{class:"duet-focus-guard","aria-hidden":"true",tabIndex:0,onFocus:()=>s(u)});export{u as F,s as f}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import{r as e,h as t,H as a,g as r}from"./p-44b36dbf.js";const n=class{constructor(t){e(this,t)}render(){return t(a,{key:"4c78114391a6afd075e687070b33906509017606",class:"duet-visually-hidden"},t("slot",{key:"85fa5269b5b0c7d8a49b03a2e488cdbef56beb6d"}))}get element(){return r(this)}};n.style=":host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:absolute !important;top:0;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;clip:rect(1px, 1px, 1px, 1px) !important;border:0 !important}";export{n as duet_visually_hidden}
4
+ import{r as e,h as t,H as a,g as r}from"./p-BGuG-JHD.js";const n=class{constructor(t){e(this,t)}render(){return t(a,{key:"4c78114391a6afd075e687070b33906509017606",class:"duet-visually-hidden"},t("slot",{key:"85fa5269b5b0c7d8a49b03a2e488cdbef56beb6d"}))}get element(){return r(this)}};n.style=":host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:absolute !important;top:0;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;clip:rect(1px, 1px, 1px, 1px) !important;border:0 !important}";export{n as duet_visually_hidden}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import{r as e,h as t,H as o,g as a}from"./p-44b36dbf.js";import{i}from"./p-aaa7a7bd.js";const n=class{constructor(t){e(this,t),this.onClick=()=>{this.open=!this.open},this.theme="",this.active=!1,this.open=!1,this.icon=void 0}handleFocus(e){e.composedPath().every((e=>e!==this.element))&&(this.open=!1)}componentWillLoad(){i(this),this.element.querySelectorAll("duet-slideout-link").forEach((e=>{e.menuItem=!0}))}async setFocus(e){this.button.focus(e)}render(){return t(o,{key:"ab2fb8ed37ca46adc9817852fb83eafe507a59dc"},t("div",{key:"280c92d9bd0abe3b60c229207a6c6ccb48c485e9",class:{"duet-slideout-panel-dropdown":!0,"duet-theme-turva":"turva"===this.theme,active:this.open}},t("button",{key:"e6772eb5237776b11a952582abb425295451a6e0",ref:e=>this.button=e,"aria-haspopup":"menu","aria-controls":"menu","aria-expanded":this.open?"true":"false","aria-current":this.active?"true":"false",id:"button",type:"button",class:{active:this.active},onClick:this.onClick},this.icon&&t("duet-icon",{key:"2f964bc5915bd7ef297d26649ce08c34ee0b9839",name:this.icon,size:"medium",margin:"none",color:"secondary"}),t("span",{key:"1c60593c6cd70eb2d1a088573f156bb3e9c74f0a",class:"label"},t("slot",{key:"4108636046644f87e1cc9c7dd63f67af26705061",name:"label"}),t("duet-icon",{key:"aef84319ce001579f0d616eed817a35ea0ef2e58",class:"caret",name:"action-arrow-down-small",margin:"none",size:"xx-small",color:"secondary"}))),t("div",{key:"5e9852b7e56b05ad347c63deeea0b6e0043d708f",tabindex:"-1",role:"menu",id:"menu","aria-labelledby":"button",class:{items:!0,hidden:!this.open}},t("slot",{key:"f8d087bfa9da070cb47cb6797e81f8259d54c80b"}))))}get element(){return a(this)}};n.style='*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;width:100%;height:100%}:host slot:not([name=label])::slotted(*){position:relative;top:-0.5rem;opacity:0;transition:top 0.3s ease-in, opacity 0.3s ease-in}:host([open]) slot:not([name=label])::slotted(*){top:0;opacity:1}.duet-slideout-panel-dropdown{position:relative;width:100%;height:100%}.duet-slideout-panel-dropdown button{position:relative;display:flex;gap:20px;align-items:center;justify-content:flex-start;width:100%;height:100%;padding:8px 0;font-family:"localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:1.25rem;font-weight:800;line-height:1.25;color:rgb(8, 42, 77);text-align:center;text-decoration:none;cursor:pointer}.duet-slideout-panel-dropdown button .label{position:relative;display:flex;gap:0.5rem;align-items:center;justify-content:center}.duet-slideout-panel-dropdown button:focus{outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-slideout-panel-dropdown button.active .label::after{position:absolute;top:auto;bottom:0;left:0;display:block;width:calc(100% - 18px);height:1px;content:"";background:rgb(0, 119, 179);transform:translateY(1px)}.duet-slideout-panel-dropdown .items{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-height:1000px;padding:4px 20px 8px 44px;overflow-y:auto;visibility:visible;transition:max-height 0.3s ease-in, padding-bottom 0.3s ease-in;-ms-overflow-style:none;scrollbar-width:none}.duet-slideout-panel-dropdown .items::-webkit-scrollbar{display:none}.duet-slideout-panel-dropdown .items.hidden{max-height:0;padding:0;overflow:hidden;visibility:hidden;transition:max-height 0.3s ease-out, padding-bottom 0.3s ease-out}.duet-slideout-panel-dropdown.duet-theme-turva button{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(23, 28, 58)}.duet-slideout-panel-dropdown.duet-theme-turva button:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-slideout-panel-dropdown.duet-theme-turva button.active .label::after{background:rgb(198, 12, 48)}slot{--active-height:1px;--active-translate-y:translateY(1px);font-size:1rem;font-weight:400;color:rgb(8, 42, 77)}.duet-theme-turva slot{color:rgb(23, 28, 58)}slot[name=label]{font-size:1rem;font-weight:600}';export{n as duet_slideout_panel_dropdown}
4
+ import{r as e,h as t,H as o,g as a}from"./p-BGuG-JHD.js";import{i}from"./p-WhCDf9tt.js";const n=class{constructor(t){e(this,t),this.theme="",this.active=!1,this.open=!1,this.icon=void 0,this.onClick=()=>{this.open=!this.open}}handleFocus(e){e.composedPath().every((e=>e!==this.element))&&(this.open=!1)}componentWillLoad(){i(this),this.element.querySelectorAll("duet-slideout-link").forEach((e=>{e.menuItem=!0}))}async setFocus(e){this.button.focus(e)}render(){return t(o,{key:"ab2fb8ed37ca46adc9817852fb83eafe507a59dc"},t("div",{key:"280c92d9bd0abe3b60c229207a6c6ccb48c485e9",class:{"duet-slideout-panel-dropdown":!0,"duet-theme-turva":"turva"===this.theme,active:this.open}},t("button",{key:"e6772eb5237776b11a952582abb425295451a6e0",ref:e=>this.button=e,"aria-haspopup":"menu","aria-controls":"menu","aria-expanded":this.open?"true":"false","aria-current":this.active?"true":"false",id:"button",type:"button",class:{active:this.active},onClick:this.onClick},this.icon&&t("duet-icon",{key:"2f964bc5915bd7ef297d26649ce08c34ee0b9839",name:this.icon,size:"medium",margin:"none",color:"secondary"}),t("span",{key:"1c60593c6cd70eb2d1a088573f156bb3e9c74f0a",class:"label"},t("slot",{key:"4108636046644f87e1cc9c7dd63f67af26705061",name:"label"}),t("duet-icon",{key:"aef84319ce001579f0d616eed817a35ea0ef2e58",class:"caret",name:"action-arrow-down-small",margin:"none",size:"xx-small",color:"secondary"}))),t("div",{key:"5e9852b7e56b05ad347c63deeea0b6e0043d708f",tabindex:"-1",role:"menu",id:"menu","aria-labelledby":"button",class:{items:!0,hidden:!this.open}},t("slot",{key:"f8d087bfa9da070cb47cb6797e81f8259d54c80b"}))))}get element(){return a(this)}};n.style='*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;width:100%;height:100%}:host slot:not([name=label])::slotted(*){position:relative;top:-0.5rem;opacity:0;transition:top 0.3s ease-in, opacity 0.3s ease-in}:host([open]) slot:not([name=label])::slotted(*){top:0;opacity:1}.duet-slideout-panel-dropdown{position:relative;width:100%;height:100%}.duet-slideout-panel-dropdown button{position:relative;display:flex;gap:20px;align-items:center;justify-content:flex-start;width:100%;height:100%;padding:8px 0;font-family:"localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:1.25rem;font-weight:800;line-height:1.25;color:rgb(8, 42, 77);text-align:center;text-decoration:none;cursor:pointer}.duet-slideout-panel-dropdown button .label{position:relative;display:flex;gap:0.5rem;align-items:center;justify-content:center}.duet-slideout-panel-dropdown button:focus{outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-slideout-panel-dropdown button.active .label::after{position:absolute;top:auto;bottom:0;left:0;display:block;width:calc(100% - 18px);height:1px;content:"";background:rgb(0, 119, 179);transform:translateY(1px)}.duet-slideout-panel-dropdown .items{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-height:1000px;padding:4px 20px 8px 44px;overflow-y:auto;visibility:visible;transition:max-height 0.3s ease-in, padding-bottom 0.3s ease-in;-ms-overflow-style:none;scrollbar-width:none}.duet-slideout-panel-dropdown .items::-webkit-scrollbar{display:none}.duet-slideout-panel-dropdown .items.hidden{max-height:0;padding:0;overflow:hidden;visibility:hidden;transition:max-height 0.3s ease-out, padding-bottom 0.3s ease-out}.duet-slideout-panel-dropdown.duet-theme-turva button{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(23, 28, 58)}.duet-slideout-panel-dropdown.duet-theme-turva button:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-slideout-panel-dropdown.duet-theme-turva button.active .label::after{background:rgb(198, 12, 48)}slot{--active-height:1px;--active-translate-y:translateY(1px);font-size:1rem;font-weight:400;color:rgb(8, 42, 77)}.duet-theme-turva slot{color:rgb(23, 28, 58)}slot[name=label]{font-size:1rem;font-weight:600}';export{n as duet_slideout_panel_dropdown}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
4
+ import{r as e,h as t,H as i,g as a}from"./p-BGuG-JHD.js";import{i as o}from"./p-WhCDf9tt.js";import{c as d}from"./p-Cfr_DJqU.js";import{h as s}from"./p-DWTFQwbu.js";const n=class{constructor(t){e(this,t),this.errorId=d("DuetError"),this.labelId=d("DuetLabel"),this.hasTooltip=!1,this.lastItemIsChip=!1,this.theme="",this.margin="auto",this.compactLabel=!1,this.accessibleLiveError="polite",this.labelHeadingLevel="span",this.labelHidden=!1,this.checkHasTooltip=()=>{this.hasTooltip=s(this.element,"tooltip")},this.checkLastItem=()=>{if(this.element){const e=this.element.lastElementChild;this.lastItemIsChip=!!e&&"DUET-CHIP"===e.nodeName}}}connectedCallback(){this.checkLastItem()}componentWillLoad(){o(this),this.checkHasTooltip()}render(){return t(i,{key:"9e4a9ff7d74613bea6b990e02cab3dda95d1bc29",class:{"duet-m-0":"none"===this.margin}},t("fieldset",{key:"0d2f9ce2abb491c86b96626eb8b18f67c670e362","aria-labelledby":this.labelId,"aria-describedby":this.error?this.errorId:null,class:{"duet-fieldset":!0,"duet-theme-turva":"turva"===this.theme}},t("legend",{key:"21efccf6b5d46f88b5e4a51d38bbd18d4fd589c9",id:this.labelId},t(this.labelHeadingLevel,{key:"a16858293d2f51e994aedbd4b0f441bbf393144f"},this.label),this.caption&&t("span",{key:"fbe7a4e27bdf3db369f9f6c14f986636f4d39a65"},this.caption)),t("div",{key:"a667139d2b8d4ad733841bed134a7b357f60d021",class:{"duet-legend-wrapper":!0,"duet-legend-has-caption":!!this.caption,"duet-legend-has-tooltip":this.hasTooltip,"duet-legend-hidden":this.labelHidden,"duet-legend-compact":this.compactLabel}},t("div",{key:"d1021a4bd5514c04dcaee1c4c151c6eec97a5bfb",class:"duet-fieldset-label"},t("span",{key:"f192357e8022922adb7c7cf20bf073a3c22b01c3","aria-hidden":"true"},this.label),t("slot",{key:"47077c1d1d056160f21ac765dcfe48c522b717de",onSlotchange:this.checkHasTooltip,name:"tooltip"})),this.caption&&t("div",{key:"37c022dfd21ea43490aa4b0c32bb0190c5190699",class:"duet-fieldset-caption","aria-hidden":"true"},t("duet-caption",{key:"093069fd49d5d7eb1ca7a5459c76867f06e90452",theme:this.theme,margin:"none"},this.caption))),t("slot",{key:"2da1892b06792ac2ca1a222bb74de1e6b32edb01"}),t("span",{key:"f48a7aa3ec5ce24da463c28565353041f1eee7d1",class:"duet-fieldset-help",id:this.errorId,"aria-atomic":"true","aria-live":this.accessibleLiveError,"aria-relevant":"additions removals"},this.error&&t("span",{key:"9618d22dafc9c75594f480f55c8331ce5a03185f",class:{"duet-m-0":this.lastItemIsChip}},this.error))))}get element(){return a(this)}};n.style='*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-bottom:12px !important;display:block;width:100%}:host(.duet-m-0){margin:0 !important}fieldset{position:relative;width:100%;min-width:0;border:0}fieldset legend{position:absolute !important;top:0;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;clip:rect(1px, 1px, 1px, 1px) !important;border:0 !important}.duet-legend-wrapper{position:relative;display:block;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:600;line-height:1.5;color:rgb(8, 42, 77);text-align:left;background:transparent}.duet-legend-wrapper.duet-legend-compact:not(.duet-legend-has-caption){line-height:1.25}.duet-theme-turva .duet-legend-wrapper{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(23, 28, 58)}.duet-fieldset-label{margin-bottom:12px !important;margin-top:8px}.duet-legend-has-caption .duet-fieldset-label{margin-bottom:6px !important}.duet-legend-has-tooltip .duet-fieldset-label{padding-right:36px}@media (min-width: 48em){.duet-legend-has-tooltip .duet-fieldset-label{margin-bottom:3px !important;padding-right:0}}@media (min-width: 48em){.duet-legend-has-tooltip.duet-legend-has-caption .duet-fieldset-label{margin-bottom:-3px !important}}.duet-fieldset-caption{margin-bottom:12px !important}.duet-fieldset-help{display:block;font-family:"localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:0.875rem;font-weight:400;line-height:1.25;color:rgb(214, 28, 82);border-radius:4px}.duet-fieldset-help span{display:block;margin-top:12px}.duet-fieldset-help span.duet-m-0{margin-top:0}.duet-theme-turva .duet-fieldset-help{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(214, 28, 82)}::slotted(duet-tooltip){position:absolute;top:4px;right:0}@media (min-width: 48em){::slotted(duet-tooltip){position:relative;right:auto}}.duet-legend-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}';export{n as duet_fieldset}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import{r as e,h as i,H as a}from"./p-44b36dbf.js";import{i as t}from"./p-aaa7a7bd.js";const l=class{constructor(i){e(this,i),this.getDisplayBreakpoint=()=>this.displayDevice.startsWith("not")?this.displayDevice.substring(this.displayDevice.indexOf("-")+1):this.displayDevice,this.visible=!0,this.keepStackingContext=!1,this.modalOverlay=!1,this.theme="",this.displayDevice="all",this.transition="slowly",this.zIndex="400",this.variation="default"}componentWillLoad(){t(this)}render(){return i(a,{key:"f93bdb0717b61c7968f0f595a0829f73495c2394","aria-hidden":"true"},i("div",{key:"32b2a1d87f574488dbd7e8d2230cfa0daa23238a",style:{zIndex:this.zIndex},class:{"duet-overlay":!0,"duet-theme-turva":"turva"===this.theme,"keep-stacking-context":this.keepStackingContext,[`transition-${this.transition}`]:"immediate"!==this.transition,"display-x-small":"x-small"===this.getDisplayBreakpoint(),"display-small":"small"===this.getDisplayBreakpoint(),"display-medium":"medium"===this.getDisplayBreakpoint(),"display-large":"large"===this.getDisplayBreakpoint(),not:this.displayDevice.startsWith("not"),hidden:!this.visible,[this.variation]:!0}}))}};l.style=".duet-overlay{position:fixed;top:0;left:0;display:block;width:100%;height:100%;visibility:visible;background:rgb(8, 42, 77);opacity:0.3}.duet-overlay.duet-theme-turva{background:rgb(23, 28, 58)}.duet-overlay.keep-stacking-context{position:absolute;top:unset;left:unset;z-index:unset !important}.duet-overlay.modal-overlay{z-index:-1}.duet-overlay.hidden{visibility:hidden;opacity:0}.duet-overlay.dark{opacity:0.85}.duet-overlay.white{background:rgb(255, 255, 255);opacity:0.9}.duet-overlay.white.duet-theme-turva{background:rgb(255, 255, 255)}.duet-overlay.display-x-small{display:none}@media (max-width: 35.9375em){.duet-overlay.display-x-small{display:block}}.duet-overlay.display-x-small.not{display:block}@media (max-width: 35.9375em){.duet-overlay.display-x-small.not{display:none}}.duet-overlay.display-small{display:none}@media (min-width: 36em){.duet-overlay.display-small{display:block}}.duet-overlay.display-small.not{display:block}@media (min-width: 36em){.duet-overlay.display-small.not{display:none}}.duet-overlay.display-medium{display:none}@media (min-width: 48em){.duet-overlay.display-medium{display:block}}.duet-overlay.display-medium.not{display:block}@media (min-width: 48em){.duet-overlay.display-medium.not{display:none}}.duet-overlay.display-large{display:none}@media (min-width: 62em){.duet-overlay.display-large{display:block}}.duet-overlay.display-large.not{display:block}@media (min-width: 62em){.duet-overlay.display-large.not{display:none}}.duet-overlay.transition-slowly{transition:600ms ease}.duet-overlay.transition-quickly{transition:300ms ease}";export{l as duet_overlay}
4
+ import{r as e,h as i,H as a}from"./p-BGuG-JHD.js";import{i as t}from"./p-WhCDf9tt.js";const l=class{constructor(i){e(this,i),this.visible=!0,this.keepStackingContext=!1,this.modalOverlay=!1,this.theme="",this.displayDevice="all",this.transition="slowly",this.zIndex="400",this.variation="default",this.getDisplayBreakpoint=()=>this.displayDevice.startsWith("not")?this.displayDevice.substring(this.displayDevice.indexOf("-")+1):this.displayDevice}componentWillLoad(){t(this)}render(){return i(a,{key:"f93bdb0717b61c7968f0f595a0829f73495c2394","aria-hidden":"true"},i("div",{key:"32b2a1d87f574488dbd7e8d2230cfa0daa23238a",style:{zIndex:this.zIndex},class:{"duet-overlay":!0,"duet-theme-turva":"turva"===this.theme,"keep-stacking-context":this.keepStackingContext,[`transition-${this.transition}`]:"immediate"!==this.transition,"display-x-small":"x-small"===this.getDisplayBreakpoint(),"display-small":"small"===this.getDisplayBreakpoint(),"display-medium":"medium"===this.getDisplayBreakpoint(),"display-large":"large"===this.getDisplayBreakpoint(),not:this.displayDevice.startsWith("not"),hidden:!this.visible,[this.variation]:!0}}))}};l.style=".duet-overlay{position:fixed;top:0;left:0;display:block;width:100%;height:100%;visibility:visible;background:rgb(8, 42, 77);opacity:0.3}.duet-overlay.duet-theme-turva{background:rgb(23, 28, 58)}.duet-overlay.keep-stacking-context{position:absolute;top:unset;left:unset;z-index:unset !important}.duet-overlay.modal-overlay{z-index:-1}.duet-overlay.hidden{visibility:hidden;opacity:0}.duet-overlay.dark{opacity:0.85}.duet-overlay.white{background:rgb(255, 255, 255);opacity:0.9}.duet-overlay.white.duet-theme-turva{background:rgb(255, 255, 255)}.duet-overlay.display-x-small{display:none}@media (max-width: 35.9375em){.duet-overlay.display-x-small{display:block}}.duet-overlay.display-x-small.not{display:block}@media (max-width: 35.9375em){.duet-overlay.display-x-small.not{display:none}}.duet-overlay.display-small{display:none}@media (min-width: 36em){.duet-overlay.display-small{display:block}}.duet-overlay.display-small.not{display:block}@media (min-width: 36em){.duet-overlay.display-small.not{display:none}}.duet-overlay.display-medium{display:none}@media (min-width: 48em){.duet-overlay.display-medium{display:block}}.duet-overlay.display-medium.not{display:block}@media (min-width: 48em){.duet-overlay.display-medium.not{display:none}}.duet-overlay.display-large{display:none}@media (min-width: 62em){.duet-overlay.display-large{display:block}}.duet-overlay.display-large.not{display:block}@media (min-width: 62em){.duet-overlay.display-large.not{display:none}}.duet-overlay.transition-slowly{transition:600ms ease}.duet-overlay.transition-quickly{transition:300ms ease}";export{l as duet_overlay}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import{r as e,c as o,h as n,F as i,H as a,g as t}from"./p-44b36dbf.js";import{i as s}from"./p-aaa7a7bd.js";import{c as r}from"./p-5e59e970.js";import{s as C,u as d}from"./p-a45e3f8b.js";import{a as l,g as u,c as h,d as p}from"./p-744b8ee1.js";import{c as v}from"./p-ad1c40f5.js";import"./p-9c3c64b9.js";const y={AF:{isoCode:"AF",en:"Afghanistan",fi:"Afganistan",sv:"Afghanistan",telephoneCountryCode:"93"},AL:{isoCode:"AL",en:"Albania",fi:"Albania",sv:"Albanien",telephoneCountryCode:"355"},DZ:{isoCode:"DZ",en:"Algeria",fi:"Algeria",sv:"Algeriet",telephoneCountryCode:"213"},AS:{isoCode:"AS",en:"American Samoa",fi:"Amerikan Samoa",sv:"Amerikanska Samoa",telephoneCountryCode:"1"},AD:{isoCode:"AD",en:"Andorra",fi:"Andorra",sv:"Andorra",telephoneCountryCode:"376"},AO:{isoCode:"AO",en:"Angola",fi:"Angola",sv:"Angola",telephoneCountryCode:"244"},AI:{isoCode:"AI",en:"Anguilla",fi:"Anguilla",sv:"Anguilla",telephoneCountryCode:"1"},AQ:{isoCode:"AQ",en:"Antarctica",fi:"Antarktis",sv:"Antarktis"},AG:{isoCode:"AG",en:"Antigua and Barbuda",fi:"Antigua ja Barbuda",sv:"Antigua och Barbuda",telephoneCountryCode:"1"},AR:{isoCode:"AR",en:"Argentina",fi:"Argentiina",sv:"Argentina",telephoneCountryCode:"54"},AM:{isoCode:"AM",en:"Armenia",fi:"Armenia",sv:"Armenien",telephoneCountryCode:"374"},AW:{isoCode:"AW",en:"Aruba",fi:"Aruba",sv:"Aruba",telephoneCountryCode:"297"},AU:{isoCode:"AU",en:"Australia",fi:"Australia",sv:"Australien",telephoneCountryCode:"61"},AT:{isoCode:"AT",en:"Austria",fi:"Itävalta",sv:"Österrike",telephoneCountryCode:"43"},AZ:{isoCode:"AZ",en:"Azerbaijan",fi:"Azerbaidžan",sv:"Azerbajdzjan",telephoneCountryCode:"994"},BS:{isoCode:"BS",en:"Bahamas",fi:"Bahama",sv:"Bahamas",telephoneCountryCode:"1"},BH:{isoCode:"BH",en:"Bahrain",fi:"Bahrain",sv:"Bahrain",telephoneCountryCode:"973"},BD:{isoCode:"BD",en:"Bangladesh",fi:"Bangladesh",sv:"Bangladesh",telephoneCountryCode:"880"},BB:{isoCode:"BB",en:"Barbados",fi:"Barbados",sv:"Barbados",telephoneCountryCode:"1"},BY:{isoCode:"BY",en:"Belarus",fi:"Valko-Venäjä",sv:"Belarus",telephoneCountryCode:"375"},BE:{isoCode:"BE",en:"Belgium",fi:"Belgia",sv:"Belgien",telephoneCountryCode:"32"},BZ:{isoCode:"BZ",en:"Belize",fi:"Belize",sv:"Belize",telephoneCountryCode:"501"},BJ:{isoCode:"BJ",en:"Benin",fi:"Benin",sv:"Benin",telephoneCountryCode:"229"},BM:{isoCode:"BM",en:"Bermuda",fi:"Bermuda",sv:"Bermuda",telephoneCountryCode:"1"},BT:{isoCode:"BT",en:"Bhutan",fi:"Bhutan",sv:"Bhutan",telephoneCountryCode:"975"},BO:{isoCode:"BO",en:"Bolivia",fi:"Bolivia",sv:"Bolivia",telephoneCountryCode:"591"},BA:{isoCode:"BA",en:"Bosnia and Herzegovina",fi:"Bosnia ja Hertsegovina",sv:"Bosnien och Hercegovina",telephoneCountryCode:"387"},BW:{isoCode:"BW",en:"Botswana",fi:"Botswana",sv:"Botswana",telephoneCountryCode:"267"},BV:{isoCode:"BV",en:"Bouvet Island",fi:"Bouvet’nsaari",sv:"Bouvetön"},BR:{isoCode:"BR",en:"Brazil",fi:"Brasilia",sv:"Brasilien",telephoneCountryCode:"55"},IO:{isoCode:"IO",en:"British Indian Ocean Territory",fi:"Brittiläinen Intian valtameren alue",sv:"Brittiska territoriet i Indiska Oceanen",telephoneCountryCode:"246"},BN:{isoCode:"BN",en:"Brunei Darussalam",fi:"Brunei",sv:"Brunei",telephoneCountryCode:"673"},BG:{isoCode:"BG",en:"Bulgaria",fi:"Bulgaria",sv:"Bulgarien",telephoneCountryCode:"359"},BF:{isoCode:"BF",en:"Burkina Faso",fi:"Burkina Faso",sv:"Burkina Faso",telephoneCountryCode:"226"},BI:{isoCode:"BI",en:"Burundi",fi:"Burundi",sv:"Burundi",telephoneCountryCode:"257"},KH:{isoCode:"KH",en:"Cambodia",fi:"Kambodža",sv:"Kambodja",telephoneCountryCode:"855"},CM:{isoCode:"CM",en:"Cameroon",fi:"Kamerun",sv:"Kamerun",telephoneCountryCode:"237"},CA:{isoCode:"CA",en:"Canada",fi:"Kanada",sv:"Kanada",telephoneCountryCode:"1"},CV:{isoCode:"CV",en:"Cape Verde",fi:"Kap Verde",sv:"Kap Verde",telephoneCountryCode:"238"},KY:{isoCode:"KY",en:"Cayman Islands",fi:"Caymansaaret",sv:"Caymanöarna",telephoneCountryCode:"1"},CF:{isoCode:"CF",en:"Central African Republic",fi:"Keski-Afrikan tasavalta",sv:"Centralafrikanska republiken",telephoneCountryCode:"236"},TD:{isoCode:"TD",en:"Chad",fi:"Tšad",sv:"Tchad",telephoneCountryCode:"235"},CL:{isoCode:"CL",en:"Chile",fi:"Chile",sv:"Chile",telephoneCountryCode:"56"},CN:{isoCode:"CN",en:"People's Republic of China",fi:"Kiina",sv:"Kina",telephoneCountryCode:"86"},CX:{isoCode:"CX",en:"Christmas Island",fi:"Joulusaari",sv:"Julön",telephoneCountryCode:"61"},CC:{isoCode:"CC",en:"Cocos (Keeling) Islands",fi:"Kookossaaret",sv:"Kokosöarna",telephoneCountryCode:"61"},CO:{isoCode:"CO",en:"Colombia",fi:"Kolumbia",sv:"Colombia",telephoneCountryCode:"57"},KM:{isoCode:"KM",en:"Comoros",fi:"Komorit",sv:"Komorerna",telephoneCountryCode:"269"},CG:{isoCode:"CG",en:"Republic of the Congo",fi:"Kongon tasavalta",sv:"Kongo-Brazzaville",telephoneCountryCode:"242"},CD:{isoCode:"CD",en:"Democratic Republic of the Congo",fi:"Kongon demokraattinen tasavalta",sv:"Demokratiska republiken Kongo",telephoneCountryCode:"243"},CK:{isoCode:"CK",en:"Cook Islands",fi:"Cookinsaaret",sv:"Cooköarna",telephoneCountryCode:"682"},CR:{isoCode:"CR",en:"Costa Rica",fi:"Costa Rica",sv:"Costa Rica",telephoneCountryCode:"506"},CI:{isoCode:"CI",en:"Cote D'Ivoire",fi:"Norsunluurannikko",sv:"Elfenbenskusten",telephoneCountryCode:"225"},HR:{isoCode:"HR",en:"Croatia",fi:"Kroatia",sv:"Kroatien",telephoneCountryCode:"385"},CU:{isoCode:"CU",en:"Cuba",fi:"Kuuba",sv:"Kuba",telephoneCountryCode:"53"},CY:{isoCode:"CY",en:"Cyprus",fi:"Kypros",sv:"Cypern",telephoneCountryCode:"357"},CZ:{isoCode:"CZ",en:"Czech Republic",fi:"Tšekki",sv:"Tjeckien",telephoneCountryCode:"420"},DK:{isoCode:"DK",en:"Denmark",fi:"Tanska",sv:"Danmark",telephoneCountryCode:"45"},DJ:{isoCode:"DJ",en:"Djibouti",fi:"Djibouti",sv:"Djibouti",telephoneCountryCode:"253"},DM:{isoCode:"DM",en:"Dominica",fi:"Dominica",sv:"Dominica",telephoneCountryCode:"1"},DO:{isoCode:"DO",en:"Dominican Republic",fi:"Dominikaaninen tasavalta",sv:"Dominikanska republiken",telephoneCountryCode:"1"},EC:{isoCode:"EC",en:"Ecuador",fi:"Ecuador",sv:"Ecuador",telephoneCountryCode:"593"},EG:{isoCode:"EG",en:"Egypt",fi:"Egypti",sv:"Egypten",telephoneCountryCode:"20"},SV:{isoCode:"SV",en:"El Salvador",fi:"El Salvador",sv:"El Salvador",telephoneCountryCode:"503"},GQ:{isoCode:"GQ",en:"Equatorial Guinea",fi:"Päiväntasaajan Guinea",sv:"Ekvatorialguinea",telephoneCountryCode:"240"},ER:{isoCode:"ER",en:"Eritrea",fi:"Eritrea",sv:"Eritrea",telephoneCountryCode:"291"},EE:{isoCode:"EE",en:"Estonia",fi:"Viro",sv:"Estland",telephoneCountryCode:"372"},ET:{isoCode:"ET",en:"Ethiopia",fi:"Etiopia",sv:"Etiopien",telephoneCountryCode:"251"},FK:{isoCode:"FK",en:"Falkland Islands (Malvinas)",fi:"Falklandinsaaret",sv:"Falklandsöarna",telephoneCountryCode:"500"},FO:{isoCode:"FO",en:"Faroe Islands",fi:"Färsaaret",sv:"Färöarna",telephoneCountryCode:"298"},FJ:{isoCode:"FJ",en:"Fiji",fi:"Fidži",sv:"Fiji",telephoneCountryCode:"679"},FI:{isoCode:"FI",en:"Finland",fi:"Suomi",sv:"Finland",telephoneCountryCode:"358"},FR:{isoCode:"FR",en:"France",fi:"Ranska",sv:"Frankrike",telephoneCountryCode:"33"},GF:{isoCode:"GF",en:"French Guiana",fi:"Ranskan Guayana",sv:"Franska Guyana",telephoneCountryCode:"594"},PF:{isoCode:"PF",en:"French Polynesia",fi:"Ranskan Polynesia",sv:"Franska Polynesien",telephoneCountryCode:"689"},TF:{isoCode:"TF",en:"French Southern Territories",fi:"Ranskan eteläiset alueet",sv:"Franska södra territorierna"},GA:{isoCode:"GA",en:"Gabon",fi:"Gabon",sv:"Gabon",telephoneCountryCode:"241"},GM:{isoCode:"GM",en:"Republic of The Gambia",fi:"Gambia",sv:"Gambia",telephoneCountryCode:"220"},GE:{isoCode:"GE",en:"Georgia",fi:"Georgia",sv:"Georgien",telephoneCountryCode:"995"},DE:{isoCode:"DE",en:"Germany",fi:"Saksa",sv:"Tyskland",telephoneCountryCode:"49"},GH:{isoCode:"GH",en:"Ghana",fi:"Ghana",sv:"Ghana",telephoneCountryCode:"233"},GI:{isoCode:"GI",en:"Gibraltar",fi:"Gibraltar",sv:"Gibraltar",telephoneCountryCode:"350"},GR:{isoCode:"GR",en:"Greece",fi:"Kreikka",sv:"Grekland",telephoneCountryCode:"30"},GL:{isoCode:"GL",en:"Greenland",fi:"Grönlanti",sv:"Grönland",telephoneCountryCode:"299"},GD:{isoCode:"GD",en:"Grenada",fi:"Grenada",sv:"Grenada",telephoneCountryCode:"1"},GP:{isoCode:"GP",en:"Guadeloupe",fi:"Guadeloupe",sv:"Guadeloupe",telephoneCountryCode:"590"},GU:{isoCode:"GU",en:"Guam",fi:"Guam",sv:"Guam",telephoneCountryCode:"1"},GT:{isoCode:"GT",en:"Guatemala",fi:"Guatemala",sv:"Guatemala",telephoneCountryCode:"502"},GN:{isoCode:"GN",en:"Guinea",fi:"Guinea",sv:"Guinea",telephoneCountryCode:"224"},GW:{isoCode:"GW",en:"Guinea-Bissau",fi:"Guinea-Bissau",sv:"Guinea Bissau",telephoneCountryCode:"245"},GY:{isoCode:"GY",en:"Guyana",fi:"Guyana",sv:"Guyana",telephoneCountryCode:"592"},HT:{isoCode:"HT",en:"Haiti",fi:"Haiti",sv:"Haiti",telephoneCountryCode:"509"},HM:{isoCode:"HM",en:"Heard Island and McDonald Islands",fi:"Heard ja McDonaldinsaaret",sv:"Heard- och McDonaldsöarna"},VA:{isoCode:"VA",en:"Holy See (Vatican City State)",fi:"Vatikaanivaltio",sv:"Vatikanstaten",telephoneCountryCode:"39"},HN:{isoCode:"HN",en:"Honduras",fi:"Honduras",sv:"Honduras",telephoneCountryCode:"504"},HK:{isoCode:"HK",en:"Hong Kong",fi:"Hongkong",sv:"Hongkong",telephoneCountryCode:"852"},HU:{isoCode:"HU",en:"Hungary",fi:"Unkari",sv:"Ungern",telephoneCountryCode:"36"},IS:{isoCode:"IS",en:"Iceland",fi:"Islanti",sv:"Island",telephoneCountryCode:"354"},IN:{isoCode:"IN",en:"India",fi:"Intia",sv:"Indien",telephoneCountryCode:"91"},ID:{isoCode:"ID",en:"Indonesia",fi:"Indonesia",sv:"Indonesien",telephoneCountryCode:"62"},IR:{isoCode:"IR",en:"Islamic Republic of Iran",fi:"Iran",sv:"Iran",telephoneCountryCode:"98"},IQ:{isoCode:"IQ",en:"Iraq",fi:"Irak",sv:"Irak",telephoneCountryCode:"964"},IE:{isoCode:"IE",en:"Ireland",fi:"Irlanti",sv:"Irland",telephoneCountryCode:"353"},IL:{isoCode:"IL",en:"Israel",fi:"Israel",sv:"Israel",telephoneCountryCode:"972"},IT:{isoCode:"IT",en:"Italy",fi:"Italia",sv:"Italien",telephoneCountryCode:"39"},JM:{isoCode:"JM",en:"Jamaica",fi:"Jamaika",sv:"Jamaica",telephoneCountryCode:"1"},JP:{isoCode:"JP",en:"Japan",fi:"Japani",sv:"Japan",telephoneCountryCode:"81"},JO:{isoCode:"JO",en:"Jordan",fi:"Jordania",sv:"Jordanien",telephoneCountryCode:"962"},KZ:{isoCode:"KZ",en:"Kazakhstan",fi:"Kazakstan",sv:"Kazakstan",telephoneCountryCode:"7"},KE:{isoCode:"KE",en:"Kenya",fi:"Kenia",sv:"Kenya",telephoneCountryCode:"254"},KI:{isoCode:"KI",en:"Kiribati",fi:"Kiribati",sv:"Kiribati",telephoneCountryCode:"686"},KP:{isoCode:"KP",en:"North Korea",fi:"Korean demokraattinen kansantasavalta",sv:"Nordkorea",telephoneCountryCode:"850"},KR:{isoCode:"KR",en:"South Korea",fi:"Korean tasavalta",sv:"Sydkorea",telephoneCountryCode:"82"},KW:{isoCode:"KW",en:"Kuwait",fi:"Kuwait",sv:"Kuwait",telephoneCountryCode:"965"},KG:{isoCode:"KG",en:"Kyrgyzstan",fi:"Kirgisia",sv:"Kirgizistan",telephoneCountryCode:"996"},LA:{isoCode:"LA",en:"Lao People's Democratic Republic",fi:"Laos",sv:"Laos",telephoneCountryCode:"856"},LV:{isoCode:"LV",en:"Latvia",fi:"Latvia",sv:"Lettland",telephoneCountryCode:"371"},LB:{isoCode:"LB",en:"Lebanon",fi:"Libanon",sv:"Libanon",telephoneCountryCode:"961"},LS:{isoCode:"LS",en:"Lesotho",fi:"Lesotho",sv:"Lesotho",telephoneCountryCode:"266"},LR:{isoCode:"LR",en:"Liberia",fi:"Liberia",sv:"Liberia",telephoneCountryCode:"231"},LY:{isoCode:"LY",en:"Libya",fi:"Libya",sv:"Libyen",telephoneCountryCode:"218"},LI:{isoCode:"LI",en:"Liechtenstein",fi:"Liechtenstein",sv:"Liechtenstein",telephoneCountryCode:"423"},LT:{isoCode:"LT",en:"Lithuania",fi:"Liettua",sv:"Litauen",telephoneCountryCode:"370"},LU:{isoCode:"LU",en:"Luxembourg",fi:"Luxemburg",sv:"Luxemburg",telephoneCountryCode:"352"},MO:{isoCode:"MO",en:"Macao",fi:"Macao",sv:"Macau",telephoneCountryCode:"853"},MG:{isoCode:"MG",en:"Madagascar",fi:"Madagaskar",sv:"Madagaskar",telephoneCountryCode:"261"},MW:{isoCode:"MW",en:"Malawi",fi:"Malawi",sv:"Malawi",telephoneCountryCode:"265"},MY:{isoCode:"MY",en:"Malaysia",fi:"Malesia",sv:"Malaysia",telephoneCountryCode:"60"},MV:{isoCode:"MV",en:"Maldives",fi:"Malediivit",sv:"Maldiverna",telephoneCountryCode:"960"},ML:{isoCode:"ML",en:"Mali",fi:"Mali",sv:"Mali",telephoneCountryCode:"223"},MT:{isoCode:"MT",en:"Malta",fi:"Malta",sv:"Malta",telephoneCountryCode:"356"},MH:{isoCode:"MH",en:"Marshall Islands",fi:"Marshallinsaaret",sv:"Marshallöarna",telephoneCountryCode:"692"},MQ:{isoCode:"MQ",en:"Martinique",fi:"Martinique",sv:"Martinique",telephoneCountryCode:"596"},MR:{isoCode:"MR",en:"Mauritania",fi:"Mauritania",sv:"Mauretanien",telephoneCountryCode:"222"},MU:{isoCode:"MU",en:"Mauritius",fi:"Mauritius",sv:"Mauritius",telephoneCountryCode:"230"},YT:{isoCode:"YT",en:"Mayotte",fi:"Mayotte",sv:"Mayotte",telephoneCountryCode:"262"},MX:{isoCode:"MX",en:"Mexico",fi:"Meksiko",sv:"Mexiko",telephoneCountryCode:"52"},FM:{isoCode:"FM",en:"Micronesia, Federated States of",fi:"Mikronesian liittovaltio",sv:"Mikronesiska federationen",telephoneCountryCode:"691"},MD:{isoCode:"MD",en:"Moldova, Republic of",fi:"Moldova",sv:"Moldavien",telephoneCountryCode:"373"},MC:{isoCode:"MC",en:"Monaco",fi:"Monaco",sv:"Monaco",telephoneCountryCode:"377"},MN:{isoCode:"MN",en:"Mongolia",fi:"Mongolia",sv:"Mongoliet",telephoneCountryCode:"976"},MS:{isoCode:"MS",en:"Montserrat",fi:"Montserrat",sv:"Montserrat",telephoneCountryCode:"1"},MA:{isoCode:"MA",en:"Morocco",fi:"Marokko",sv:"Marocko",telephoneCountryCode:"212"},MZ:{isoCode:"MZ",en:"Mozambique",fi:"Mosambik",sv:"Moçambique",telephoneCountryCode:"258"},MM:{isoCode:"MM",en:"Myanmar",fi:"Myanmar",sv:"Burma",telephoneCountryCode:"95"},NA:{isoCode:"NA",en:"Namibia",fi:"Namibia",sv:"Namibia",telephoneCountryCode:"264"},NR:{isoCode:"NR",en:"Nauru",fi:"Nauru",sv:"Nauru",telephoneCountryCode:"674"},NP:{isoCode:"NP",en:"Nepal",fi:"Nepal",sv:"Nepal",telephoneCountryCode:"977"},NL:{isoCode:"NL",en:"Netherlands",fi:"Alankomaat",sv:"Nederländerna",telephoneCountryCode:"31"},NC:{isoCode:"NC",en:"New Caledonia",fi:"Uusi-Kaledonia",sv:"Nya Kaledonien",telephoneCountryCode:"687"},NZ:{isoCode:"NZ",en:"New Zealand",fi:"Uusi-Seelanti",sv:"Nya Zeeland",telephoneCountryCode:"64"},NI:{isoCode:"NI",en:"Nicaragua",fi:"Nicaragua",sv:"Nicaragua",telephoneCountryCode:"505"},NE:{isoCode:"NE",en:"Niger",fi:"Niger",sv:"Niger",telephoneCountryCode:"227"},NG:{isoCode:"NG",en:"Nigeria",fi:"Nigeria",sv:"Nigeria",telephoneCountryCode:"234"},NU:{isoCode:"NU",en:"Niue",fi:"Niue",sv:"Niue",telephoneCountryCode:"683"},NF:{isoCode:"NF",en:"Norfolk Island",fi:"Norfolkinsaari",sv:"Norfolkön",telephoneCountryCode:"672"},MK:{isoCode:"MK",en:"The Republic of North Macedonia",fi:"Pohjois-Makedonia",sv:"Nordmakedonien",telephoneCountryCode:"389"},MP:{isoCode:"MP",en:"Northern Mariana Islands",fi:"Pohjois-Mariaanit",sv:"Nordmarianerna",telephoneCountryCode:"1"},NO:{isoCode:"NO",en:"Norway",fi:"Norja",sv:"Norge",telephoneCountryCode:"47"},OM:{isoCode:"OM",en:"Oman",fi:"Oman",sv:"Oman",telephoneCountryCode:"968"},PK:{isoCode:"PK",en:"Pakistan",fi:"Pakistan",sv:"Pakistan",telephoneCountryCode:"92"},PW:{isoCode:"PW",en:"Palau",fi:"Palau",sv:"Palau",telephoneCountryCode:"680"},PS:{isoCode:"PS",en:"State of Palestine",fi:"Palestiina",sv:"Palestinska territoriet, ockuperade",telephoneCountryCode:"970"},PA:{isoCode:"PA",en:"Panama",fi:"Panama",sv:"Panama",telephoneCountryCode:"507"},PG:{isoCode:"PG",en:"Papua New Guinea",fi:"Papua-Uusi-Guinea",sv:"Papua Nya Guinea",telephoneCountryCode:"675"},PY:{isoCode:"PY",en:"Paraguay",fi:"Paraguay",sv:"Paraguay",telephoneCountryCode:"595"},PE:{isoCode:"PE",en:"Peru",fi:"Peru",sv:"Peru",telephoneCountryCode:"51"},PH:{isoCode:"PH",en:"Philippines",fi:"Filippiinit",sv:"Filippinerna",telephoneCountryCode:"63"},PN:{isoCode:"PN",en:"Pitcairn",fi:"Pitcairn",sv:"Pitcairnöarna"},PL:{isoCode:"PL",en:"Poland",fi:"Puola",sv:"Polen",telephoneCountryCode:"48"},PT:{isoCode:"PT",en:"Portugal",fi:"Portugali",sv:"Portugal",telephoneCountryCode:"351"},PR:{isoCode:"PR",en:"Puerto Rico",fi:"Puerto Rico",sv:"Puerto Rico",telephoneCountryCode:"1"},QA:{isoCode:"QA",en:"Qatar",fi:"Qatar",sv:"Qatar",telephoneCountryCode:"974"},RE:{isoCode:"RE",en:"Reunion",fi:"Réunion",sv:"Réunion",telephoneCountryCode:"262"},RO:{isoCode:"RO",en:"Romania",fi:"Romania",sv:"Rumänien",telephoneCountryCode:"40"},RU:{isoCode:"RU",en:"Russian Federation",fi:"Venäjä",sv:"Ryssland",telephoneCountryCode:"7"},RW:{isoCode:"RW",en:"Rwanda",fi:"Ruanda",sv:"Rwanda",telephoneCountryCode:"250"},SH:{isoCode:"SH",en:"Saint Helena",fi:"Saint Helena",sv:"Sankta Helena",telephoneCountryCode:"290"},KN:{isoCode:"KN",en:"Saint Kitts and Nevis",fi:"Saint Kitts ja Nevis",sv:"Saint Kitts och Nevis",telephoneCountryCode:"1"},LC:{isoCode:"LC",en:"Saint Lucia",fi:"Saint Lucia",sv:"Saint Lucia",telephoneCountryCode:"1"},PM:{isoCode:"PM",en:"Saint Pierre and Miquelon",fi:"Saint-Pierre ja Miquelon",sv:"Saint-Pierre och Miquelon",telephoneCountryCode:"508"},VC:{isoCode:"VC",en:"Saint Vincent and the Grenadines",fi:"Saint Vincent ja Grenadiinit",sv:"Saint Vincent och Grenadinerna",telephoneCountryCode:"1"},WS:{isoCode:"WS",en:"Samoa",fi:"Samoa",sv:"Samoa",telephoneCountryCode:"685"},SM:{isoCode:"SM",en:"San Marino",fi:"San Marino",sv:"San Marino",telephoneCountryCode:"378"},ST:{isoCode:"ST",en:"Sao Tome and Principe",fi:"São Tomé ja Príncipe",sv:"São Tomé och Príncipe",telephoneCountryCode:"239"},SA:{isoCode:"SA",en:"Saudi Arabia",fi:"Saudi-Arabia",sv:"Saudiarabien",telephoneCountryCode:"966"},SN:{isoCode:"SN",en:"Senegal",fi:"Senegal",sv:"Senegal",telephoneCountryCode:"221"},SC:{isoCode:"SC",en:"Seychelles",fi:"Seychellit",sv:"Seychellerna",telephoneCountryCode:"248"},SL:{isoCode:"SL",en:"Sierra Leone",fi:"Sierra Leone",sv:"Sierra Leone",telephoneCountryCode:"232"},SG:{isoCode:"SG",en:"Singapore",fi:"Singapore",sv:"Singapore",telephoneCountryCode:"65"},SK:{isoCode:"SK",en:"Slovakia",fi:"Slovakia",sv:"Slovakien",telephoneCountryCode:"421"},SI:{isoCode:"SI",en:"Slovenia",fi:"Slovenia",sv:"Slovenien",telephoneCountryCode:"386"},SB:{isoCode:"SB",en:"Solomon Islands",fi:"Salomonsaaret",sv:"Salomonöarna",telephoneCountryCode:"677"},SO:{isoCode:"SO",en:"Somalia",fi:"Somalia",sv:"Somalia",telephoneCountryCode:"252"},ZA:{isoCode:"ZA",en:"South Africa",fi:"Etelä-Afrikka",sv:"Sydafrika",telephoneCountryCode:"27"},GS:{isoCode:"GS",en:"South Georgia and the South Sandwich Islands",fi:"Etelä-Georgia ja Eteläiset Sandwichsaaret",sv:"Sydgeorgien och Sydsandwichöarna"},ES:{isoCode:"ES",en:"Spain",fi:"Espanja",sv:"Spanien",telephoneCountryCode:"34"},LK:{isoCode:"LK",en:"Sri Lanka",fi:"Sri Lanka",sv:"Sri Lanka",telephoneCountryCode:"94"},SD:{isoCode:"SD",en:"Sudan",fi:"Sudan",sv:"Sudan",telephoneCountryCode:"249"},SR:{isoCode:"SR",en:"Suriname",fi:"Suriname",sv:"Surinam",telephoneCountryCode:"597"},SJ:{isoCode:"SJ",en:"Svalbard and Jan Mayen",fi:"Svalbard ja Jan Mayen",sv:"Svalbard och Jan Mayen",telephoneCountryCode:"47"},SZ:{isoCode:"SZ",en:"Eswatini",fi:"Swazimaa",sv:"Eswatini",telephoneCountryCode:"268"},SE:{isoCode:"SE",en:"Sweden",fi:"Ruotsi",sv:"Sverige",telephoneCountryCode:"46"},CH:{isoCode:"CH",en:"Switzerland",fi:"Sveitsi",sv:"Schweiz",telephoneCountryCode:"41"},SY:{isoCode:"SY",en:"Syrian Arab Republic",fi:"Syyria",sv:"Syrien",telephoneCountryCode:"963"},TW:{isoCode:"TW",en:"Taiwan, Province of China",fi:"Taiwan",sv:"Taiwan",telephoneCountryCode:"886"},TJ:{isoCode:"TJ",en:"Tajikistan",fi:"Tadžikistan",sv:"Tadzjikistan",telephoneCountryCode:"992"},TZ:{isoCode:"TZ",en:"United Republic of Tanzania",fi:"Tansania",sv:"Tanzania",telephoneCountryCode:"255"},TH:{isoCode:"TH",en:"Thailand",fi:"Thaimaa",sv:"Thailand",telephoneCountryCode:"66"},TL:{isoCode:"TL",en:"Timor-Leste",fi:"Itä-Timor",sv:"Östtimor",telephoneCountryCode:"670"},TG:{isoCode:"TG",en:"Togo",fi:"Togo",sv:"Togo",telephoneCountryCode:"228"},TK:{isoCode:"TK",en:"Tokelau",fi:"Tokelau",sv:"Tokelauöarna",telephoneCountryCode:"690"},TO:{isoCode:"TO",en:"Tonga",fi:"Tonga",sv:"Tonga",telephoneCountryCode:"676"},TT:{isoCode:"TT",en:"Trinidad and Tobago",fi:"Trinidad ja Tobago",sv:"Trinidad och Tobago",telephoneCountryCode:"1"},TN:{isoCode:"TN",en:"Tunisia",fi:"Tunisia",sv:"Tunisien",telephoneCountryCode:"216"},TR:{isoCode:"TR",en:"Türkiye",fi:"Turkki",sv:"Turkiet",telephoneCountryCode:"90"},TM:{isoCode:"TM",en:"Turkmenistan",fi:"Turkmenistan",sv:"Turkmenistan",telephoneCountryCode:"993"},TC:{isoCode:"TC",en:"Turks and Caicos Islands",fi:"Turks- ja Caicossaaret",sv:"Turks- och Caicosöarna",telephoneCountryCode:"1"},TV:{isoCode:"TV",en:"Tuvalu",fi:"Tuvalu",sv:"Tuvalu",telephoneCountryCode:"688"},UG:{isoCode:"UG",en:"Uganda",fi:"Uganda",sv:"Uganda",telephoneCountryCode:"256"},UA:{isoCode:"UA",en:"Ukraine",fi:"Ukraina",sv:"Ukraina",telephoneCountryCode:"380"},AE:{isoCode:"AE",en:"United Arab Emirates",fi:"Arabiemiirikunnat",sv:"Förenade Arabemiraten",telephoneCountryCode:"971"},GB:{isoCode:"GB",en:"United Kingdom",fi:"Yhdistynyt kuningaskunta",sv:"Storbritannien",telephoneCountryCode:"44"},US:{isoCode:"US",en:"United States of America",fi:"Yhdysvallat",sv:"USA",telephoneCountryCode:"1"},UM:{isoCode:"UM",en:"United States Minor Outlying Islands",fi:"Yhdysvaltain pienet erillissaaret",sv:"USA:s yttre öar"},UY:{isoCode:"UY",en:"Uruguay",fi:"Uruguay",sv:"Uruguay",telephoneCountryCode:"598"},UZ:{isoCode:"UZ",en:"Uzbekistan",fi:"Uzbekistan",sv:"Uzbekistan",telephoneCountryCode:"998"},VU:{isoCode:"VU",en:"Vanuatu",fi:"Vanuatu",sv:"Vanuatu",telephoneCountryCode:"678"},VE:{isoCode:"VE",en:"Venezuela",fi:"Venezuela",sv:"Venezuela",telephoneCountryCode:"58"},VN:{isoCode:"VN",en:"Vietnam",fi:"Vietnam",sv:"Vietnam",telephoneCountryCode:"84"},VG:{isoCode:"VG",en:"Virgin Islands, British",fi:"Brittiläiset Neitsytsaaret",sv:"Brittiska Jungfruöarna",telephoneCountryCode:"1"},VI:{isoCode:"VI",en:"Virgin Islands, U.S.",fi:"Yhdysvaltain Neitsytsaaret",sv:"Amerikanska Jungfruöarna",telephoneCountryCode:"1"},WF:{isoCode:"WF",en:"Wallis and Futuna",fi:"Wallis ja Futunasaaret",sv:"Wallis- och Futunaöarna",telephoneCountryCode:"681"},EH:{isoCode:"EH",en:"Western Sahara",fi:"Länsi-Sahara",sv:"Västsahara",telephoneCountryCode:"212"},YE:{isoCode:"YE",en:"Yemen",fi:"Jemen",sv:"Jemen",telephoneCountryCode:"967"},ZM:{isoCode:"ZM",en:"Zambia",fi:"Sambia",sv:"Zambia",telephoneCountryCode:"260"},ZW:{isoCode:"ZW",en:"Zimbabwe",fi:"Zimbabwe",sv:"Zimbabwe",telephoneCountryCode:"263"},AX:{isoCode:"AX",en:"Åland Islands",fi:"Ahvenanmaa",sv:"Åland",telephoneCountryCode:"358"},BQ:{isoCode:"BQ",en:"Bonaire, Sint Eustatius and Saba",fi:"Bonaire, Sint Eustatius ja Saba",sv:"Bonaire, Saint Eustatius och Saba",telephoneCountryCode:"599"},CW:{isoCode:"CW",en:"Curaçao",fi:"Curaçao",sv:"Curacao",telephoneCountryCode:"599"},GG:{isoCode:"GG",en:"Guernsey",fi:"Guernsey",sv:"Guernsey",telephoneCountryCode:"44"},IM:{isoCode:"IM",en:"Isle of Man",fi:"Mansaari",sv:"Isle of Man",telephoneCountryCode:"44"},JE:{isoCode:"JE",en:"Jersey",fi:"Jersey",sv:"Jersey",telephoneCountryCode:"44"},ME:{isoCode:"ME",en:"Montenegro",fi:"Montenegro",sv:"Montenegro",telephoneCountryCode:"382"},BL:{isoCode:"BL",en:"Saint Barthélemy",fi:"Saint-Barthélemy",sv:"Saint-Barthélemy",telephoneCountryCode:"590"},MF:{isoCode:"MF",en:"Saint Martin (French part)",fi:"Saint-Martin",sv:"Saint Martin (franska delen)",telephoneCountryCode:"590"},RS:{isoCode:"RS",en:"Serbia",fi:"Serbia",sv:"Serbien",telephoneCountryCode:"381"},SX:{isoCode:"SX",en:"Sint Maarten (Dutch part)",fi:"Sint Maarten",sv:"Sint Maarten (nederländska delen)",telephoneCountryCode:"1"},SS:{isoCode:"SS",en:"South Sudan",fi:"Etelä-Sudan",sv:"Sydsudan",telephoneCountryCode:"211"},XK:{isoCode:"XK",en:"Kosovo",fi:"Kosovo",sv:"Kosovo",telephoneCountryCode:"383"}},f={1:"US",7:"RU",39:"IT",44:"GB",47:"NO",61:"AU",212:"MA",262:"RE",358:"FI",590:"GP",599:"CW"},c=class{constructor(n){e(this,n),this.duetChange=o(this,"duetChange",3),this.duetInput=o(this,"duetInput",3),this.duetBlur=o(this,"duetBlur",7),this.duetFocus=o(this,"duetFocus",7),this.countriesToList=Object.values(y).filter((e=>!!e.telephoneCountryCode)),this.countryFlagCDNUrl="https://cdn.duetds.com/api/assets/country-flags/",this.inputId=r("DuetInput"),this.buttonAriaLabel={en:"Choose country code",fi:"Valitse maatunnus",sv:"Välj landskod"},this.setListFirstCountries=()=>{const e=("string"==typeof this.listFirst?this.listFirst.split(","):this.listFirst).map((e=>e.trim().toUpperCase())),o=Object.values(y).filter((o=>e.includes(o.isoCode))),n=this.countriesToList.filter((o=>!e.includes(o.isoCode)));n.sort(((e,o)=>e[this.language]>o[this.language]?1:-1)),this.countriesToList=[...o,...n]},this.handleFocus=()=>{},this.handleChange=()=>{},this.handleBlur=()=>{},this.handleInput=()=>{var e,o;const n=null===(e=this.duetInputElement.value)||void 0===e?void 0:e.trim(),i="error"!==this.currentCountry&&(null===(o=this.currentCountry)||void 0===o?void 0:o.telephoneCountryCode)||"",a=this.findCountryCode(n)||"";n?i!==a&&(a?this.currentCountry=this.findCountryForCode(a):"error"!==i&&(this.currentCountry="error")):this.currentCountry=void 0},this.handleCountryCodeSelectorOpen=()=>{this.countryCodePopup.controller=this.countryCodeButton,this.countryCodePopup.show()},this.handleCountryCodeSelectorSelect=e=>{const o=e.target.closest("duet-popup-menu-item");this.currentCountry=y[o.value],this.countryCodePopup.hide(),this.setInputCountryCode()},this.language=l(),this.currentCountry=void 0,this.theme="",this.margin="auto",this.expand=!1,this.identifier=void 0,this.accessibleDetails=void 0,this.accessibleLabelledBy=void 0,this.accessibleDescription=void 0,this.accessibleDescribedBy=void 0,this.disabled=!1,this.required=!1,this.labelDefaults={fi:"Puhelinnumero",en:"Phone number",sv:"Telefonnummer"},this.label=u(this.labelDefaults,this.language),this.labelHidden=!1,this.caption=void 0,this.name=void 0,this.error="",this.tooltip="",this.listFirst=["FI","SE"]}get countries(){return this.countriesToList}set countries(e){let o=e,n="";"string"==typeof e&&(o=JSON.parse(e)),Array.isArray(o)?o.every((e=>"string"==typeof e))?this.countriesToList=Object.values(y).filter((e=>o.includes(e.isoCode)&&!!e.telephoneCountryCode)):o.every((e=>{return o=e,["en","fi","sv","isoCode","telephoneCountryCode"].every((e=>Object.keys(o).includes(e)))&&/^[A-Z]{2}$/.test(o.isoCode)&&/^[1-9][0-9]{0,2}$/.test(o.telephoneCountryCode);var o}))?this.countriesToList=o:n="Invalid array provided for countries in Phone Input":n="Country list for Phone Input must be an array",n&&(console.error(n),this.countriesToList=Object.values(y).filter((e=>!!e.telephoneCountryCode))),this.setListFirstCountries()}get value(){var e;return null===(e=this.duetInputElement.value)||void 0===e?void 0:e.replace(/\s/g,"")}set value(e){this._value=e}get validity(){return this.duetInputElement.validity}componentWillLoad(){s(this),v(this.element,"tooltip","duet-tooltip",1,!0),this.setListFirstCountries()}connectedCallback(){h(this,{prop:"label",defaults:"labelDefaults"}),C(this)}disconnectedCallback(){p(this),d(this)}async setFocus(e){this.duetInputElement.setFocus(e)}setInputCountryCode(){if("error"===this.currentCountry)return;const e=`+${this.currentCountry.telephoneCountryCode} `,o=this.duetInputElement.value;if(!(null==o?void 0:o.trim().startsWith("+")))return void(this.duetInputElement.value=`${e}${(null==o?void 0:o.trimStart())||""}`);const n=this.findCountryCode(o);console.log("Old code",n),this.duetInputElement.value=n?o.replace(`+${n}`,e).replace(" "," "):o.replace("+",e)}findCountryCode(e){const o=e.trim();if(!o.startsWith("+"))return;const n=Object.values(y).find((e=>o.startsWith(`+${e.telephoneCountryCode}`)));return null==n?void 0:n.telephoneCountryCode}findCountryForCode(e){const o=f[e]||"";return o?y[o]:Object.values(y).find((o=>o.telephoneCountryCode===e))}renderFlag(e,o=!1){return n("img",{src:`${this.countryFlagCDNUrl}${e}.svg`,"aria-hidden":"true",style:{height:o?"34px":"24px",width:o?"27px":"24px","margin-right":o?"0":"10px","object-fit":"contain","object-position":"center",filter:"drop-shadow(0 0 1px rgba(0, 0, 0, 0.3)) drop-shadow(0 2px 6px rgba(0, 41, 77, 0.1))"},loading:"lazy"})}getFlagForButton(){return this.currentCountry&&"error"!==this.currentCountry?this.renderFlag(this.currentCountry.isoCode,!0):n("duet-icon",{name:this.currentCountry?"messaging-alert":"form-country",margin:"none"})}render(){const e=("string"==typeof this.listFirst?this.listFirst.split(","):this.listFirst).map((e=>e.trim().toUpperCase())).pop(),o=this.identifier||this.inputId;return n(a,{class:{"duet-theme-turva":"turva"===this.theme,"duet-expand":this.expand,"duet-m-0":"none"===this.margin}},n("div",{class:"duet-phone-input-container"},n("duet-popup-menu",{ref:e=>this.countryCodePopup=e,scrollLimit:10,showFilterInput:!0},this.countriesToList.map((o=>o.isoCode===e?n(i,null,n("duet-popup-menu-item",{value:o.isoCode,onClick:this.handleCountryCodeSelectorSelect},n("duet-grid",{alignment:"center"},this.renderFlag(o.isoCode),n("span",null,o[this.language]," (+",o.telephoneCountryCode,")"))),n("duet-spacer",{size:"x-small"}),n("duet-divider",{margin:"small"})):n("duet-popup-menu-item",{value:o.isoCode,onClick:this.handleCountryCodeSelectorSelect},n("duet-grid",{alignment:"center"},this.renderFlag(o.isoCode),n("span",null,o[this.language]," (+",o.telephoneCountryCode,")")))))),n("duet-input",{ref:e=>this.duetInputElement=e,onDuetChange:this.handleChange,onDuetFocus:this.handleFocus,onDuetBlur:this.handleBlur,onDuetInput:this.handleInput,label:this.label,caption:this.caption,value:this._value,error:this.error,name:this.name,component:"phone",variation:"button-left",type:"tel",disallowPattern:"[^\\+0-9 ]",required:this.required,disabled:this.disabled,labelHidden:this.labelHidden,tooltip:this.tooltip,identifier:o,theme:this.theme,margin:"none",expand:!0},n("duet-button",{ref:e=>this.countryCodeButton=e,slot:"button-left",variation:"input-button-left-secondary",margin:"none",fixed:!0,icon:"action-arrow-down-small",iconSize:"small",iconRight:!0,accessibleLabel:this.buttonAriaLabel[this.language],onClick:this.handleCountryCodeSelectorOpen},n("span",{class:"flag-container"},this.getFlagForButton())),n("slot",{name:"tooltip"}))))}get element(){return t(this)}};c.style="*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}span.flag-container{display:flex;align-items:center;justify-content:center;width:30px;height:30px}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-right:16px !important;margin-bottom:12px !important;display:inline-flex;width:100%;min-width:calc(33.333% - 8px);max-width:100%;text-align:left;vertical-align:bottom}:host:last-child,:host:last-of-type{margin-right:0 !important}@media (min-width: 36em){:host{width:calc(50% - 16px - 3px)}}:host(.duet-expand){width:100% !important}:host(.duet-m-0){margin:0 !important}.duet-phone-input-container{position:relative;width:100%;height:100%}";export{c as duet_phone_input}
4
+ import{r as e,c as o,h as n,F as i,H as a,g as t}from"./p-BGuG-JHD.js";import{i as s}from"./p-WhCDf9tt.js";import{c as r}from"./p-Cfr_DJqU.js";import{s as C,u as d}from"./p-Db8rvjPI.js";import{a as l,g as u,c as h,d as p}from"./p-DQNSmB4A.js";import{c as y}from"./p-DWTFQwbu.js";import"./p-C6E9F6QT.js";const v={AF:{isoCode:"AF",en:"Afghanistan",fi:"Afganistan",sv:"Afghanistan",telephoneCountryCode:"93"},AL:{isoCode:"AL",en:"Albania",fi:"Albania",sv:"Albanien",telephoneCountryCode:"355"},DZ:{isoCode:"DZ",en:"Algeria",fi:"Algeria",sv:"Algeriet",telephoneCountryCode:"213"},AS:{isoCode:"AS",en:"American Samoa",fi:"Amerikan Samoa",sv:"Amerikanska Samoa",telephoneCountryCode:"1"},AD:{isoCode:"AD",en:"Andorra",fi:"Andorra",sv:"Andorra",telephoneCountryCode:"376"},AO:{isoCode:"AO",en:"Angola",fi:"Angola",sv:"Angola",telephoneCountryCode:"244"},AI:{isoCode:"AI",en:"Anguilla",fi:"Anguilla",sv:"Anguilla",telephoneCountryCode:"1"},AQ:{isoCode:"AQ",en:"Antarctica",fi:"Antarktis",sv:"Antarktis"},AG:{isoCode:"AG",en:"Antigua and Barbuda",fi:"Antigua ja Barbuda",sv:"Antigua och Barbuda",telephoneCountryCode:"1"},AR:{isoCode:"AR",en:"Argentina",fi:"Argentiina",sv:"Argentina",telephoneCountryCode:"54"},AM:{isoCode:"AM",en:"Armenia",fi:"Armenia",sv:"Armenien",telephoneCountryCode:"374"},AW:{isoCode:"AW",en:"Aruba",fi:"Aruba",sv:"Aruba",telephoneCountryCode:"297"},AU:{isoCode:"AU",en:"Australia",fi:"Australia",sv:"Australien",telephoneCountryCode:"61"},AT:{isoCode:"AT",en:"Austria",fi:"Itävalta",sv:"Österrike",telephoneCountryCode:"43"},AZ:{isoCode:"AZ",en:"Azerbaijan",fi:"Azerbaidžan",sv:"Azerbajdzjan",telephoneCountryCode:"994"},BS:{isoCode:"BS",en:"Bahamas",fi:"Bahama",sv:"Bahamas",telephoneCountryCode:"1"},BH:{isoCode:"BH",en:"Bahrain",fi:"Bahrain",sv:"Bahrain",telephoneCountryCode:"973"},BD:{isoCode:"BD",en:"Bangladesh",fi:"Bangladesh",sv:"Bangladesh",telephoneCountryCode:"880"},BB:{isoCode:"BB",en:"Barbados",fi:"Barbados",sv:"Barbados",telephoneCountryCode:"1"},BY:{isoCode:"BY",en:"Belarus",fi:"Valko-Venäjä",sv:"Belarus",telephoneCountryCode:"375"},BE:{isoCode:"BE",en:"Belgium",fi:"Belgia",sv:"Belgien",telephoneCountryCode:"32"},BZ:{isoCode:"BZ",en:"Belize",fi:"Belize",sv:"Belize",telephoneCountryCode:"501"},BJ:{isoCode:"BJ",en:"Benin",fi:"Benin",sv:"Benin",telephoneCountryCode:"229"},BM:{isoCode:"BM",en:"Bermuda",fi:"Bermuda",sv:"Bermuda",telephoneCountryCode:"1"},BT:{isoCode:"BT",en:"Bhutan",fi:"Bhutan",sv:"Bhutan",telephoneCountryCode:"975"},BO:{isoCode:"BO",en:"Bolivia",fi:"Bolivia",sv:"Bolivia",telephoneCountryCode:"591"},BA:{isoCode:"BA",en:"Bosnia and Herzegovina",fi:"Bosnia ja Hertsegovina",sv:"Bosnien och Hercegovina",telephoneCountryCode:"387"},BW:{isoCode:"BW",en:"Botswana",fi:"Botswana",sv:"Botswana",telephoneCountryCode:"267"},BV:{isoCode:"BV",en:"Bouvet Island",fi:"Bouvet’nsaari",sv:"Bouvetön"},BR:{isoCode:"BR",en:"Brazil",fi:"Brasilia",sv:"Brasilien",telephoneCountryCode:"55"},IO:{isoCode:"IO",en:"British Indian Ocean Territory",fi:"Brittiläinen Intian valtameren alue",sv:"Brittiska territoriet i Indiska Oceanen",telephoneCountryCode:"246"},BN:{isoCode:"BN",en:"Brunei Darussalam",fi:"Brunei",sv:"Brunei",telephoneCountryCode:"673"},BG:{isoCode:"BG",en:"Bulgaria",fi:"Bulgaria",sv:"Bulgarien",telephoneCountryCode:"359"},BF:{isoCode:"BF",en:"Burkina Faso",fi:"Burkina Faso",sv:"Burkina Faso",telephoneCountryCode:"226"},BI:{isoCode:"BI",en:"Burundi",fi:"Burundi",sv:"Burundi",telephoneCountryCode:"257"},KH:{isoCode:"KH",en:"Cambodia",fi:"Kambodža",sv:"Kambodja",telephoneCountryCode:"855"},CM:{isoCode:"CM",en:"Cameroon",fi:"Kamerun",sv:"Kamerun",telephoneCountryCode:"237"},CA:{isoCode:"CA",en:"Canada",fi:"Kanada",sv:"Kanada",telephoneCountryCode:"1"},CV:{isoCode:"CV",en:"Cape Verde",fi:"Kap Verde",sv:"Kap Verde",telephoneCountryCode:"238"},KY:{isoCode:"KY",en:"Cayman Islands",fi:"Caymansaaret",sv:"Caymanöarna",telephoneCountryCode:"1"},CF:{isoCode:"CF",en:"Central African Republic",fi:"Keski-Afrikan tasavalta",sv:"Centralafrikanska republiken",telephoneCountryCode:"236"},TD:{isoCode:"TD",en:"Chad",fi:"Tšad",sv:"Tchad",telephoneCountryCode:"235"},CL:{isoCode:"CL",en:"Chile",fi:"Chile",sv:"Chile",telephoneCountryCode:"56"},CN:{isoCode:"CN",en:"People's Republic of China",fi:"Kiina",sv:"Kina",telephoneCountryCode:"86"},CX:{isoCode:"CX",en:"Christmas Island",fi:"Joulusaari",sv:"Julön",telephoneCountryCode:"61"},CC:{isoCode:"CC",en:"Cocos (Keeling) Islands",fi:"Kookossaaret",sv:"Kokosöarna",telephoneCountryCode:"61"},CO:{isoCode:"CO",en:"Colombia",fi:"Kolumbia",sv:"Colombia",telephoneCountryCode:"57"},KM:{isoCode:"KM",en:"Comoros",fi:"Komorit",sv:"Komorerna",telephoneCountryCode:"269"},CG:{isoCode:"CG",en:"Republic of the Congo",fi:"Kongon tasavalta",sv:"Kongo-Brazzaville",telephoneCountryCode:"242"},CD:{isoCode:"CD",en:"Democratic Republic of the Congo",fi:"Kongon demokraattinen tasavalta",sv:"Demokratiska republiken Kongo",telephoneCountryCode:"243"},CK:{isoCode:"CK",en:"Cook Islands",fi:"Cookinsaaret",sv:"Cooköarna",telephoneCountryCode:"682"},CR:{isoCode:"CR",en:"Costa Rica",fi:"Costa Rica",sv:"Costa Rica",telephoneCountryCode:"506"},CI:{isoCode:"CI",en:"Cote D'Ivoire",fi:"Norsunluurannikko",sv:"Elfenbenskusten",telephoneCountryCode:"225"},HR:{isoCode:"HR",en:"Croatia",fi:"Kroatia",sv:"Kroatien",telephoneCountryCode:"385"},CU:{isoCode:"CU",en:"Cuba",fi:"Kuuba",sv:"Kuba",telephoneCountryCode:"53"},CY:{isoCode:"CY",en:"Cyprus",fi:"Kypros",sv:"Cypern",telephoneCountryCode:"357"},CZ:{isoCode:"CZ",en:"Czech Republic",fi:"Tšekki",sv:"Tjeckien",telephoneCountryCode:"420"},DK:{isoCode:"DK",en:"Denmark",fi:"Tanska",sv:"Danmark",telephoneCountryCode:"45"},DJ:{isoCode:"DJ",en:"Djibouti",fi:"Djibouti",sv:"Djibouti",telephoneCountryCode:"253"},DM:{isoCode:"DM",en:"Dominica",fi:"Dominica",sv:"Dominica",telephoneCountryCode:"1"},DO:{isoCode:"DO",en:"Dominican Republic",fi:"Dominikaaninen tasavalta",sv:"Dominikanska republiken",telephoneCountryCode:"1"},EC:{isoCode:"EC",en:"Ecuador",fi:"Ecuador",sv:"Ecuador",telephoneCountryCode:"593"},EG:{isoCode:"EG",en:"Egypt",fi:"Egypti",sv:"Egypten",telephoneCountryCode:"20"},SV:{isoCode:"SV",en:"El Salvador",fi:"El Salvador",sv:"El Salvador",telephoneCountryCode:"503"},GQ:{isoCode:"GQ",en:"Equatorial Guinea",fi:"Päiväntasaajan Guinea",sv:"Ekvatorialguinea",telephoneCountryCode:"240"},ER:{isoCode:"ER",en:"Eritrea",fi:"Eritrea",sv:"Eritrea",telephoneCountryCode:"291"},EE:{isoCode:"EE",en:"Estonia",fi:"Viro",sv:"Estland",telephoneCountryCode:"372"},ET:{isoCode:"ET",en:"Ethiopia",fi:"Etiopia",sv:"Etiopien",telephoneCountryCode:"251"},FK:{isoCode:"FK",en:"Falkland Islands (Malvinas)",fi:"Falklandinsaaret",sv:"Falklandsöarna",telephoneCountryCode:"500"},FO:{isoCode:"FO",en:"Faroe Islands",fi:"Färsaaret",sv:"Färöarna",telephoneCountryCode:"298"},FJ:{isoCode:"FJ",en:"Fiji",fi:"Fidži",sv:"Fiji",telephoneCountryCode:"679"},FI:{isoCode:"FI",en:"Finland",fi:"Suomi",sv:"Finland",telephoneCountryCode:"358"},FR:{isoCode:"FR",en:"France",fi:"Ranska",sv:"Frankrike",telephoneCountryCode:"33"},GF:{isoCode:"GF",en:"French Guiana",fi:"Ranskan Guayana",sv:"Franska Guyana",telephoneCountryCode:"594"},PF:{isoCode:"PF",en:"French Polynesia",fi:"Ranskan Polynesia",sv:"Franska Polynesien",telephoneCountryCode:"689"},TF:{isoCode:"TF",en:"French Southern Territories",fi:"Ranskan eteläiset alueet",sv:"Franska södra territorierna"},GA:{isoCode:"GA",en:"Gabon",fi:"Gabon",sv:"Gabon",telephoneCountryCode:"241"},GM:{isoCode:"GM",en:"Republic of The Gambia",fi:"Gambia",sv:"Gambia",telephoneCountryCode:"220"},GE:{isoCode:"GE",en:"Georgia",fi:"Georgia",sv:"Georgien",telephoneCountryCode:"995"},DE:{isoCode:"DE",en:"Germany",fi:"Saksa",sv:"Tyskland",telephoneCountryCode:"49"},GH:{isoCode:"GH",en:"Ghana",fi:"Ghana",sv:"Ghana",telephoneCountryCode:"233"},GI:{isoCode:"GI",en:"Gibraltar",fi:"Gibraltar",sv:"Gibraltar",telephoneCountryCode:"350"},GR:{isoCode:"GR",en:"Greece",fi:"Kreikka",sv:"Grekland",telephoneCountryCode:"30"},GL:{isoCode:"GL",en:"Greenland",fi:"Grönlanti",sv:"Grönland",telephoneCountryCode:"299"},GD:{isoCode:"GD",en:"Grenada",fi:"Grenada",sv:"Grenada",telephoneCountryCode:"1"},GP:{isoCode:"GP",en:"Guadeloupe",fi:"Guadeloupe",sv:"Guadeloupe",telephoneCountryCode:"590"},GU:{isoCode:"GU",en:"Guam",fi:"Guam",sv:"Guam",telephoneCountryCode:"1"},GT:{isoCode:"GT",en:"Guatemala",fi:"Guatemala",sv:"Guatemala",telephoneCountryCode:"502"},GN:{isoCode:"GN",en:"Guinea",fi:"Guinea",sv:"Guinea",telephoneCountryCode:"224"},GW:{isoCode:"GW",en:"Guinea-Bissau",fi:"Guinea-Bissau",sv:"Guinea Bissau",telephoneCountryCode:"245"},GY:{isoCode:"GY",en:"Guyana",fi:"Guyana",sv:"Guyana",telephoneCountryCode:"592"},HT:{isoCode:"HT",en:"Haiti",fi:"Haiti",sv:"Haiti",telephoneCountryCode:"509"},HM:{isoCode:"HM",en:"Heard Island and McDonald Islands",fi:"Heard ja McDonaldinsaaret",sv:"Heard- och McDonaldsöarna"},VA:{isoCode:"VA",en:"Holy See (Vatican City State)",fi:"Vatikaanivaltio",sv:"Vatikanstaten",telephoneCountryCode:"39"},HN:{isoCode:"HN",en:"Honduras",fi:"Honduras",sv:"Honduras",telephoneCountryCode:"504"},HK:{isoCode:"HK",en:"Hong Kong",fi:"Hongkong",sv:"Hongkong",telephoneCountryCode:"852"},HU:{isoCode:"HU",en:"Hungary",fi:"Unkari",sv:"Ungern",telephoneCountryCode:"36"},IS:{isoCode:"IS",en:"Iceland",fi:"Islanti",sv:"Island",telephoneCountryCode:"354"},IN:{isoCode:"IN",en:"India",fi:"Intia",sv:"Indien",telephoneCountryCode:"91"},ID:{isoCode:"ID",en:"Indonesia",fi:"Indonesia",sv:"Indonesien",telephoneCountryCode:"62"},IR:{isoCode:"IR",en:"Islamic Republic of Iran",fi:"Iran",sv:"Iran",telephoneCountryCode:"98"},IQ:{isoCode:"IQ",en:"Iraq",fi:"Irak",sv:"Irak",telephoneCountryCode:"964"},IE:{isoCode:"IE",en:"Ireland",fi:"Irlanti",sv:"Irland",telephoneCountryCode:"353"},IL:{isoCode:"IL",en:"Israel",fi:"Israel",sv:"Israel",telephoneCountryCode:"972"},IT:{isoCode:"IT",en:"Italy",fi:"Italia",sv:"Italien",telephoneCountryCode:"39"},JM:{isoCode:"JM",en:"Jamaica",fi:"Jamaika",sv:"Jamaica",telephoneCountryCode:"1"},JP:{isoCode:"JP",en:"Japan",fi:"Japani",sv:"Japan",telephoneCountryCode:"81"},JO:{isoCode:"JO",en:"Jordan",fi:"Jordania",sv:"Jordanien",telephoneCountryCode:"962"},KZ:{isoCode:"KZ",en:"Kazakhstan",fi:"Kazakstan",sv:"Kazakstan",telephoneCountryCode:"7"},KE:{isoCode:"KE",en:"Kenya",fi:"Kenia",sv:"Kenya",telephoneCountryCode:"254"},KI:{isoCode:"KI",en:"Kiribati",fi:"Kiribati",sv:"Kiribati",telephoneCountryCode:"686"},KP:{isoCode:"KP",en:"North Korea",fi:"Korean demokraattinen kansantasavalta",sv:"Nordkorea",telephoneCountryCode:"850"},KR:{isoCode:"KR",en:"South Korea",fi:"Korean tasavalta",sv:"Sydkorea",telephoneCountryCode:"82"},KW:{isoCode:"KW",en:"Kuwait",fi:"Kuwait",sv:"Kuwait",telephoneCountryCode:"965"},KG:{isoCode:"KG",en:"Kyrgyzstan",fi:"Kirgisia",sv:"Kirgizistan",telephoneCountryCode:"996"},LA:{isoCode:"LA",en:"Lao People's Democratic Republic",fi:"Laos",sv:"Laos",telephoneCountryCode:"856"},LV:{isoCode:"LV",en:"Latvia",fi:"Latvia",sv:"Lettland",telephoneCountryCode:"371"},LB:{isoCode:"LB",en:"Lebanon",fi:"Libanon",sv:"Libanon",telephoneCountryCode:"961"},LS:{isoCode:"LS",en:"Lesotho",fi:"Lesotho",sv:"Lesotho",telephoneCountryCode:"266"},LR:{isoCode:"LR",en:"Liberia",fi:"Liberia",sv:"Liberia",telephoneCountryCode:"231"},LY:{isoCode:"LY",en:"Libya",fi:"Libya",sv:"Libyen",telephoneCountryCode:"218"},LI:{isoCode:"LI",en:"Liechtenstein",fi:"Liechtenstein",sv:"Liechtenstein",telephoneCountryCode:"423"},LT:{isoCode:"LT",en:"Lithuania",fi:"Liettua",sv:"Litauen",telephoneCountryCode:"370"},LU:{isoCode:"LU",en:"Luxembourg",fi:"Luxemburg",sv:"Luxemburg",telephoneCountryCode:"352"},MO:{isoCode:"MO",en:"Macao",fi:"Macao",sv:"Macau",telephoneCountryCode:"853"},MG:{isoCode:"MG",en:"Madagascar",fi:"Madagaskar",sv:"Madagaskar",telephoneCountryCode:"261"},MW:{isoCode:"MW",en:"Malawi",fi:"Malawi",sv:"Malawi",telephoneCountryCode:"265"},MY:{isoCode:"MY",en:"Malaysia",fi:"Malesia",sv:"Malaysia",telephoneCountryCode:"60"},MV:{isoCode:"MV",en:"Maldives",fi:"Malediivit",sv:"Maldiverna",telephoneCountryCode:"960"},ML:{isoCode:"ML",en:"Mali",fi:"Mali",sv:"Mali",telephoneCountryCode:"223"},MT:{isoCode:"MT",en:"Malta",fi:"Malta",sv:"Malta",telephoneCountryCode:"356"},MH:{isoCode:"MH",en:"Marshall Islands",fi:"Marshallinsaaret",sv:"Marshallöarna",telephoneCountryCode:"692"},MQ:{isoCode:"MQ",en:"Martinique",fi:"Martinique",sv:"Martinique",telephoneCountryCode:"596"},MR:{isoCode:"MR",en:"Mauritania",fi:"Mauritania",sv:"Mauretanien",telephoneCountryCode:"222"},MU:{isoCode:"MU",en:"Mauritius",fi:"Mauritius",sv:"Mauritius",telephoneCountryCode:"230"},YT:{isoCode:"YT",en:"Mayotte",fi:"Mayotte",sv:"Mayotte",telephoneCountryCode:"262"},MX:{isoCode:"MX",en:"Mexico",fi:"Meksiko",sv:"Mexiko",telephoneCountryCode:"52"},FM:{isoCode:"FM",en:"Micronesia, Federated States of",fi:"Mikronesian liittovaltio",sv:"Mikronesiska federationen",telephoneCountryCode:"691"},MD:{isoCode:"MD",en:"Moldova, Republic of",fi:"Moldova",sv:"Moldavien",telephoneCountryCode:"373"},MC:{isoCode:"MC",en:"Monaco",fi:"Monaco",sv:"Monaco",telephoneCountryCode:"377"},MN:{isoCode:"MN",en:"Mongolia",fi:"Mongolia",sv:"Mongoliet",telephoneCountryCode:"976"},MS:{isoCode:"MS",en:"Montserrat",fi:"Montserrat",sv:"Montserrat",telephoneCountryCode:"1"},MA:{isoCode:"MA",en:"Morocco",fi:"Marokko",sv:"Marocko",telephoneCountryCode:"212"},MZ:{isoCode:"MZ",en:"Mozambique",fi:"Mosambik",sv:"Moçambique",telephoneCountryCode:"258"},MM:{isoCode:"MM",en:"Myanmar",fi:"Myanmar",sv:"Burma",telephoneCountryCode:"95"},NA:{isoCode:"NA",en:"Namibia",fi:"Namibia",sv:"Namibia",telephoneCountryCode:"264"},NR:{isoCode:"NR",en:"Nauru",fi:"Nauru",sv:"Nauru",telephoneCountryCode:"674"},NP:{isoCode:"NP",en:"Nepal",fi:"Nepal",sv:"Nepal",telephoneCountryCode:"977"},NL:{isoCode:"NL",en:"Netherlands",fi:"Alankomaat",sv:"Nederländerna",telephoneCountryCode:"31"},NC:{isoCode:"NC",en:"New Caledonia",fi:"Uusi-Kaledonia",sv:"Nya Kaledonien",telephoneCountryCode:"687"},NZ:{isoCode:"NZ",en:"New Zealand",fi:"Uusi-Seelanti",sv:"Nya Zeeland",telephoneCountryCode:"64"},NI:{isoCode:"NI",en:"Nicaragua",fi:"Nicaragua",sv:"Nicaragua",telephoneCountryCode:"505"},NE:{isoCode:"NE",en:"Niger",fi:"Niger",sv:"Niger",telephoneCountryCode:"227"},NG:{isoCode:"NG",en:"Nigeria",fi:"Nigeria",sv:"Nigeria",telephoneCountryCode:"234"},NU:{isoCode:"NU",en:"Niue",fi:"Niue",sv:"Niue",telephoneCountryCode:"683"},NF:{isoCode:"NF",en:"Norfolk Island",fi:"Norfolkinsaari",sv:"Norfolkön",telephoneCountryCode:"672"},MK:{isoCode:"MK",en:"The Republic of North Macedonia",fi:"Pohjois-Makedonia",sv:"Nordmakedonien",telephoneCountryCode:"389"},MP:{isoCode:"MP",en:"Northern Mariana Islands",fi:"Pohjois-Mariaanit",sv:"Nordmarianerna",telephoneCountryCode:"1"},NO:{isoCode:"NO",en:"Norway",fi:"Norja",sv:"Norge",telephoneCountryCode:"47"},OM:{isoCode:"OM",en:"Oman",fi:"Oman",sv:"Oman",telephoneCountryCode:"968"},PK:{isoCode:"PK",en:"Pakistan",fi:"Pakistan",sv:"Pakistan",telephoneCountryCode:"92"},PW:{isoCode:"PW",en:"Palau",fi:"Palau",sv:"Palau",telephoneCountryCode:"680"},PS:{isoCode:"PS",en:"State of Palestine",fi:"Palestiina",sv:"Palestinska territoriet, ockuperade",telephoneCountryCode:"970"},PA:{isoCode:"PA",en:"Panama",fi:"Panama",sv:"Panama",telephoneCountryCode:"507"},PG:{isoCode:"PG",en:"Papua New Guinea",fi:"Papua-Uusi-Guinea",sv:"Papua Nya Guinea",telephoneCountryCode:"675"},PY:{isoCode:"PY",en:"Paraguay",fi:"Paraguay",sv:"Paraguay",telephoneCountryCode:"595"},PE:{isoCode:"PE",en:"Peru",fi:"Peru",sv:"Peru",telephoneCountryCode:"51"},PH:{isoCode:"PH",en:"Philippines",fi:"Filippiinit",sv:"Filippinerna",telephoneCountryCode:"63"},PN:{isoCode:"PN",en:"Pitcairn",fi:"Pitcairn",sv:"Pitcairnöarna"},PL:{isoCode:"PL",en:"Poland",fi:"Puola",sv:"Polen",telephoneCountryCode:"48"},PT:{isoCode:"PT",en:"Portugal",fi:"Portugali",sv:"Portugal",telephoneCountryCode:"351"},PR:{isoCode:"PR",en:"Puerto Rico",fi:"Puerto Rico",sv:"Puerto Rico",telephoneCountryCode:"1"},QA:{isoCode:"QA",en:"Qatar",fi:"Qatar",sv:"Qatar",telephoneCountryCode:"974"},RE:{isoCode:"RE",en:"Reunion",fi:"Réunion",sv:"Réunion",telephoneCountryCode:"262"},RO:{isoCode:"RO",en:"Romania",fi:"Romania",sv:"Rumänien",telephoneCountryCode:"40"},RU:{isoCode:"RU",en:"Russian Federation",fi:"Venäjä",sv:"Ryssland",telephoneCountryCode:"7"},RW:{isoCode:"RW",en:"Rwanda",fi:"Ruanda",sv:"Rwanda",telephoneCountryCode:"250"},SH:{isoCode:"SH",en:"Saint Helena",fi:"Saint Helena",sv:"Sankta Helena",telephoneCountryCode:"290"},KN:{isoCode:"KN",en:"Saint Kitts and Nevis",fi:"Saint Kitts ja Nevis",sv:"Saint Kitts och Nevis",telephoneCountryCode:"1"},LC:{isoCode:"LC",en:"Saint Lucia",fi:"Saint Lucia",sv:"Saint Lucia",telephoneCountryCode:"1"},PM:{isoCode:"PM",en:"Saint Pierre and Miquelon",fi:"Saint-Pierre ja Miquelon",sv:"Saint-Pierre och Miquelon",telephoneCountryCode:"508"},VC:{isoCode:"VC",en:"Saint Vincent and the Grenadines",fi:"Saint Vincent ja Grenadiinit",sv:"Saint Vincent och Grenadinerna",telephoneCountryCode:"1"},WS:{isoCode:"WS",en:"Samoa",fi:"Samoa",sv:"Samoa",telephoneCountryCode:"685"},SM:{isoCode:"SM",en:"San Marino",fi:"San Marino",sv:"San Marino",telephoneCountryCode:"378"},ST:{isoCode:"ST",en:"Sao Tome and Principe",fi:"São Tomé ja Príncipe",sv:"São Tomé och Príncipe",telephoneCountryCode:"239"},SA:{isoCode:"SA",en:"Saudi Arabia",fi:"Saudi-Arabia",sv:"Saudiarabien",telephoneCountryCode:"966"},SN:{isoCode:"SN",en:"Senegal",fi:"Senegal",sv:"Senegal",telephoneCountryCode:"221"},SC:{isoCode:"SC",en:"Seychelles",fi:"Seychellit",sv:"Seychellerna",telephoneCountryCode:"248"},SL:{isoCode:"SL",en:"Sierra Leone",fi:"Sierra Leone",sv:"Sierra Leone",telephoneCountryCode:"232"},SG:{isoCode:"SG",en:"Singapore",fi:"Singapore",sv:"Singapore",telephoneCountryCode:"65"},SK:{isoCode:"SK",en:"Slovakia",fi:"Slovakia",sv:"Slovakien",telephoneCountryCode:"421"},SI:{isoCode:"SI",en:"Slovenia",fi:"Slovenia",sv:"Slovenien",telephoneCountryCode:"386"},SB:{isoCode:"SB",en:"Solomon Islands",fi:"Salomonsaaret",sv:"Salomonöarna",telephoneCountryCode:"677"},SO:{isoCode:"SO",en:"Somalia",fi:"Somalia",sv:"Somalia",telephoneCountryCode:"252"},ZA:{isoCode:"ZA",en:"South Africa",fi:"Etelä-Afrikka",sv:"Sydafrika",telephoneCountryCode:"27"},GS:{isoCode:"GS",en:"South Georgia and the South Sandwich Islands",fi:"Etelä-Georgia ja Eteläiset Sandwichsaaret",sv:"Sydgeorgien och Sydsandwichöarna"},ES:{isoCode:"ES",en:"Spain",fi:"Espanja",sv:"Spanien",telephoneCountryCode:"34"},LK:{isoCode:"LK",en:"Sri Lanka",fi:"Sri Lanka",sv:"Sri Lanka",telephoneCountryCode:"94"},SD:{isoCode:"SD",en:"Sudan",fi:"Sudan",sv:"Sudan",telephoneCountryCode:"249"},SR:{isoCode:"SR",en:"Suriname",fi:"Suriname",sv:"Surinam",telephoneCountryCode:"597"},SJ:{isoCode:"SJ",en:"Svalbard and Jan Mayen",fi:"Svalbard ja Jan Mayen",sv:"Svalbard och Jan Mayen",telephoneCountryCode:"47"},SZ:{isoCode:"SZ",en:"Eswatini",fi:"Swazimaa",sv:"Eswatini",telephoneCountryCode:"268"},SE:{isoCode:"SE",en:"Sweden",fi:"Ruotsi",sv:"Sverige",telephoneCountryCode:"46"},CH:{isoCode:"CH",en:"Switzerland",fi:"Sveitsi",sv:"Schweiz",telephoneCountryCode:"41"},SY:{isoCode:"SY",en:"Syrian Arab Republic",fi:"Syyria",sv:"Syrien",telephoneCountryCode:"963"},TW:{isoCode:"TW",en:"Taiwan, Province of China",fi:"Taiwan",sv:"Taiwan",telephoneCountryCode:"886"},TJ:{isoCode:"TJ",en:"Tajikistan",fi:"Tadžikistan",sv:"Tadzjikistan",telephoneCountryCode:"992"},TZ:{isoCode:"TZ",en:"United Republic of Tanzania",fi:"Tansania",sv:"Tanzania",telephoneCountryCode:"255"},TH:{isoCode:"TH",en:"Thailand",fi:"Thaimaa",sv:"Thailand",telephoneCountryCode:"66"},TL:{isoCode:"TL",en:"Timor-Leste",fi:"Itä-Timor",sv:"Östtimor",telephoneCountryCode:"670"},TG:{isoCode:"TG",en:"Togo",fi:"Togo",sv:"Togo",telephoneCountryCode:"228"},TK:{isoCode:"TK",en:"Tokelau",fi:"Tokelau",sv:"Tokelauöarna",telephoneCountryCode:"690"},TO:{isoCode:"TO",en:"Tonga",fi:"Tonga",sv:"Tonga",telephoneCountryCode:"676"},TT:{isoCode:"TT",en:"Trinidad and Tobago",fi:"Trinidad ja Tobago",sv:"Trinidad och Tobago",telephoneCountryCode:"1"},TN:{isoCode:"TN",en:"Tunisia",fi:"Tunisia",sv:"Tunisien",telephoneCountryCode:"216"},TR:{isoCode:"TR",en:"Türkiye",fi:"Turkki",sv:"Turkiet",telephoneCountryCode:"90"},TM:{isoCode:"TM",en:"Turkmenistan",fi:"Turkmenistan",sv:"Turkmenistan",telephoneCountryCode:"993"},TC:{isoCode:"TC",en:"Turks and Caicos Islands",fi:"Turks- ja Caicossaaret",sv:"Turks- och Caicosöarna",telephoneCountryCode:"1"},TV:{isoCode:"TV",en:"Tuvalu",fi:"Tuvalu",sv:"Tuvalu",telephoneCountryCode:"688"},UG:{isoCode:"UG",en:"Uganda",fi:"Uganda",sv:"Uganda",telephoneCountryCode:"256"},UA:{isoCode:"UA",en:"Ukraine",fi:"Ukraina",sv:"Ukraina",telephoneCountryCode:"380"},AE:{isoCode:"AE",en:"United Arab Emirates",fi:"Arabiemiirikunnat",sv:"Förenade Arabemiraten",telephoneCountryCode:"971"},GB:{isoCode:"GB",en:"United Kingdom",fi:"Yhdistynyt kuningaskunta",sv:"Storbritannien",telephoneCountryCode:"44"},US:{isoCode:"US",en:"United States of America",fi:"Yhdysvallat",sv:"USA",telephoneCountryCode:"1"},UM:{isoCode:"UM",en:"United States Minor Outlying Islands",fi:"Yhdysvaltain pienet erillissaaret",sv:"USA:s yttre öar"},UY:{isoCode:"UY",en:"Uruguay",fi:"Uruguay",sv:"Uruguay",telephoneCountryCode:"598"},UZ:{isoCode:"UZ",en:"Uzbekistan",fi:"Uzbekistan",sv:"Uzbekistan",telephoneCountryCode:"998"},VU:{isoCode:"VU",en:"Vanuatu",fi:"Vanuatu",sv:"Vanuatu",telephoneCountryCode:"678"},VE:{isoCode:"VE",en:"Venezuela",fi:"Venezuela",sv:"Venezuela",telephoneCountryCode:"58"},VN:{isoCode:"VN",en:"Vietnam",fi:"Vietnam",sv:"Vietnam",telephoneCountryCode:"84"},VG:{isoCode:"VG",en:"Virgin Islands, British",fi:"Brittiläiset Neitsytsaaret",sv:"Brittiska Jungfruöarna",telephoneCountryCode:"1"},VI:{isoCode:"VI",en:"Virgin Islands, U.S.",fi:"Yhdysvaltain Neitsytsaaret",sv:"Amerikanska Jungfruöarna",telephoneCountryCode:"1"},WF:{isoCode:"WF",en:"Wallis and Futuna",fi:"Wallis ja Futunasaaret",sv:"Wallis- och Futunaöarna",telephoneCountryCode:"681"},EH:{isoCode:"EH",en:"Western Sahara",fi:"Länsi-Sahara",sv:"Västsahara",telephoneCountryCode:"212"},YE:{isoCode:"YE",en:"Yemen",fi:"Jemen",sv:"Jemen",telephoneCountryCode:"967"},ZM:{isoCode:"ZM",en:"Zambia",fi:"Sambia",sv:"Zambia",telephoneCountryCode:"260"},ZW:{isoCode:"ZW",en:"Zimbabwe",fi:"Zimbabwe",sv:"Zimbabwe",telephoneCountryCode:"263"},AX:{isoCode:"AX",en:"Åland Islands",fi:"Ahvenanmaa",sv:"Åland",telephoneCountryCode:"358"},BQ:{isoCode:"BQ",en:"Bonaire, Sint Eustatius and Saba",fi:"Bonaire, Sint Eustatius ja Saba",sv:"Bonaire, Saint Eustatius och Saba",telephoneCountryCode:"599"},CW:{isoCode:"CW",en:"Curaçao",fi:"Curaçao",sv:"Curacao",telephoneCountryCode:"599"},GG:{isoCode:"GG",en:"Guernsey",fi:"Guernsey",sv:"Guernsey",telephoneCountryCode:"44"},IM:{isoCode:"IM",en:"Isle of Man",fi:"Mansaari",sv:"Isle of Man",telephoneCountryCode:"44"},JE:{isoCode:"JE",en:"Jersey",fi:"Jersey",sv:"Jersey",telephoneCountryCode:"44"},ME:{isoCode:"ME",en:"Montenegro",fi:"Montenegro",sv:"Montenegro",telephoneCountryCode:"382"},BL:{isoCode:"BL",en:"Saint Barthélemy",fi:"Saint-Barthélemy",sv:"Saint-Barthélemy",telephoneCountryCode:"590"},MF:{isoCode:"MF",en:"Saint Martin (French part)",fi:"Saint-Martin",sv:"Saint Martin (franska delen)",telephoneCountryCode:"590"},RS:{isoCode:"RS",en:"Serbia",fi:"Serbia",sv:"Serbien",telephoneCountryCode:"381"},SX:{isoCode:"SX",en:"Sint Maarten (Dutch part)",fi:"Sint Maarten",sv:"Sint Maarten (nederländska delen)",telephoneCountryCode:"1"},SS:{isoCode:"SS",en:"South Sudan",fi:"Etelä-Sudan",sv:"Sydsudan",telephoneCountryCode:"211"},XK:{isoCode:"XK",en:"Kosovo",fi:"Kosovo",sv:"Kosovo",telephoneCountryCode:"383"}},f={1:"US",7:"RU",39:"IT",44:"GB",47:"NO",61:"AU",212:"MA",262:"RE",358:"FI",590:"GP",599:"CW"},c=class{constructor(n){e(this,n),this.duetChange=o(this,"duetChange",3),this.duetInput=o(this,"duetInput",3),this.duetBlur=o(this,"duetBlur",7),this.duetFocus=o(this,"duetFocus",7),this.countriesToList=Object.values(v).filter((e=>!!e.telephoneCountryCode)),this.countryFlagCDNUrl="https://cdn.duetds.com/api/assets/country-flags/",this.inputId=r("DuetInput"),this.buttonAriaLabel={en:"Choose country code",fi:"Valitse maatunnus",sv:"Välj landskod"},this.language=l(),this.theme="",this.margin="auto",this.expand=!1,this.accessibleDetails=void 0,this.accessibleLabelledBy=void 0,this.accessibleDescription=void 0,this.disabled=!1,this.required=!1,this.labelDefaults={fi:"Puhelinnumero",en:"Phone number",sv:"Telefonnummer"},this.label=u(this.labelDefaults,this.language),this.labelHidden=!1,this.error="",this.tooltip="",this.listFirst=["FI","SE"],this.setListFirstCountries=()=>{const e=("string"==typeof this.listFirst?this.listFirst.split(","):this.listFirst).map((e=>e.trim().toUpperCase())),o=Object.values(v).filter((o=>e.includes(o.isoCode))),n=this.countriesToList.filter((o=>!e.includes(o.isoCode)));n.sort(((e,o)=>e[this.language]>o[this.language]?1:-1)),this.countriesToList=[...o,...n]},this.handleFocus=()=>{},this.handleChange=()=>{},this.handleBlur=()=>{},this.handleInput=()=>{var e,o;const n=null===(e=this.duetInputElement.value)||void 0===e?void 0:e.trim(),i="error"!==this.currentCountry&&(null===(o=this.currentCountry)||void 0===o?void 0:o.telephoneCountryCode)||"",a=this.findCountryCode(n)||"";n?i!==a&&(a?this.currentCountry=this.findCountryForCode(a):"error"!==i&&(this.currentCountry="error")):this.currentCountry=void 0},this.handleCountryCodeSelectorOpen=()=>{this.countryCodePopup.controller=this.countryCodeButton,this.countryCodePopup.show()},this.handleCountryCodeSelectorSelect=e=>{const o=e.target.closest("duet-popup-menu-item");this.currentCountry=v[o.value],this.countryCodePopup.hide(),this.setInputCountryCode()}}get countries(){return this.countriesToList}set countries(e){let o=e,n="";"string"==typeof e&&(o=JSON.parse(e)),Array.isArray(o)?o.every((e=>"string"==typeof e))?this.countriesToList=Object.values(v).filter((e=>o.includes(e.isoCode)&&!!e.telephoneCountryCode)):o.every((e=>{return o=e,["en","fi","sv","isoCode","telephoneCountryCode"].every((e=>Object.keys(o).includes(e)))&&/^[A-Z]{2}$/.test(o.isoCode)&&/^[1-9][0-9]{0,2}$/.test(o.telephoneCountryCode);var o}))?this.countriesToList=o:n="Invalid array provided for countries in Phone Input":n="Country list for Phone Input must be an array",n&&(console.error(n),this.countriesToList=Object.values(v).filter((e=>!!e.telephoneCountryCode))),this.setListFirstCountries()}get value(){var e;return null===(e=this.duetInputElement.value)||void 0===e?void 0:e.replace(/\s/g,"")}set value(e){this._value=e}get validity(){return this.duetInputElement.validity}componentWillLoad(){s(this),y(this.element,"tooltip","duet-tooltip",1,!0),this.setListFirstCountries()}connectedCallback(){h(this,{prop:"label",defaults:"labelDefaults"}),C(this)}disconnectedCallback(){p(this),d(this)}async setFocus(e){this.duetInputElement.setFocus(e)}setInputCountryCode(){if("error"===this.currentCountry)return;const e=`+${this.currentCountry.telephoneCountryCode} `,o=this.duetInputElement.value;if(!(null==o?void 0:o.trim().startsWith("+")))return void(this.duetInputElement.value=`${e}${(null==o?void 0:o.trimStart())||""}`);const n=this.findCountryCode(o);console.log("Old code",n),this.duetInputElement.value=n?o.replace(`+${n}`,e).replace(" "," "):o.replace("+",e)}findCountryCode(e){const o=e.trim();if(!o.startsWith("+"))return;const n=Object.values(v).find((e=>o.startsWith(`+${e.telephoneCountryCode}`)));return null==n?void 0:n.telephoneCountryCode}findCountryForCode(e){const o=f[e]||"";return o?v[o]:Object.values(v).find((o=>o.telephoneCountryCode===e))}renderFlag(e,o=!1){return n("img",{src:`${this.countryFlagCDNUrl}${e}.svg`,"aria-hidden":"true",style:{height:o?"34px":"24px",width:o?"27px":"24px","margin-right":o?"0":"10px","object-fit":"contain","object-position":"center",filter:"drop-shadow(0 0 1px rgba(0, 0, 0, 0.3)) drop-shadow(0 2px 6px rgba(0, 41, 77, 0.1))"},loading:"lazy"})}getFlagForButton(){return this.currentCountry&&"error"!==this.currentCountry?this.renderFlag(this.currentCountry.isoCode,!0):n("duet-icon",{name:this.currentCountry?"messaging-alert":"form-country",margin:"none"})}render(){const e=("string"==typeof this.listFirst?this.listFirst.split(","):this.listFirst).map((e=>e.trim().toUpperCase())).pop(),o=this.identifier||this.inputId;return n(a,{class:{"duet-theme-turva":"turva"===this.theme,"duet-expand":this.expand,"duet-m-0":"none"===this.margin}},n("div",{class:"duet-phone-input-container"},n("duet-popup-menu",{ref:e=>this.countryCodePopup=e,scrollLimit:10,showFilterInput:!0},this.countriesToList.map((o=>o.isoCode===e?n(i,null,n("duet-popup-menu-item",{value:o.isoCode,onClick:this.handleCountryCodeSelectorSelect},n("duet-grid",{alignment:"center"},this.renderFlag(o.isoCode),n("span",null,o[this.language]," (+",o.telephoneCountryCode,")"))),n("duet-spacer",{size:"x-small"}),n("duet-divider",{margin:"small"})):n("duet-popup-menu-item",{value:o.isoCode,onClick:this.handleCountryCodeSelectorSelect},n("duet-grid",{alignment:"center"},this.renderFlag(o.isoCode),n("span",null,o[this.language]," (+",o.telephoneCountryCode,")")))))),n("duet-input",{ref:e=>this.duetInputElement=e,onDuetChange:this.handleChange,onDuetFocus:this.handleFocus,onDuetBlur:this.handleBlur,onDuetInput:this.handleInput,label:this.label,caption:this.caption,value:this._value,error:this.error,name:this.name,component:"phone",variation:"button-left",type:"tel",disallowPattern:"[^\\+0-9 ]",required:this.required,disabled:this.disabled,labelHidden:this.labelHidden,tooltip:this.tooltip,identifier:o,theme:this.theme,margin:"none",expand:!0},n("duet-button",{ref:e=>this.countryCodeButton=e,slot:"button-left",variation:"input-button-left-secondary",margin:"none",fixed:!0,icon:"action-arrow-down-small",iconSize:"small",iconRight:!0,accessibleLabel:this.buttonAriaLabel[this.language],onClick:this.handleCountryCodeSelectorOpen},n("span",{class:"flag-container"},this.getFlagForButton())),n("slot",{name:"tooltip"}))))}get element(){return t(this)}};c.style="*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}span.flag-container{display:flex;align-items:center;justify-content:center;width:30px;height:30px}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-right:16px !important;margin-bottom:12px !important;display:inline-flex;width:100%;min-width:calc(33.333% - 8px);max-width:100%;text-align:left;vertical-align:bottom}:host:last-child,:host:last-of-type{margin-right:0 !important}@media (min-width: 36em){:host{width:calc(50% - 16px - 3px)}}:host(.duet-expand){width:100% !important}:host(.duet-m-0){margin:0 !important}.duet-phone-input-container{position:relative;width:100%;height:100%}";export{c as duet_phone_input}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
4
+ import{r as e,h as t,H as i,g as a}from"./p-BGuG-JHD.js";import{n as o}from"./p-vVCYtBMj.js";import{D as s}from"./p-D6YBFNe9.js";import{i as n}from"./p-WhCDf9tt.js";import{g as l}from"./p-CKWzhSi1.js";import{g as r,c as d,d as c}from"./p-DQNSmB4A.js";import"./p-DvwKrUS6.js";import"./p-DWTFQwbu.js";import"./p-C6E9F6QT.js";const p=class{constructor(t){e(this,t),this.theme="",this.targetLanguage=void 0,this.active=!1,this.href="#",this.icon=void 0,this.size="inherit",this.caret=!1,this.menuItem=!1,this.accessibleLabelExternalDefaults=s,this.accessibleLabelExternal=r(this.accessibleLabelExternalDefaults),this.external=!1}componentWillLoad(){n(this)}connectedCallback(){d(this,{prop:"accessibleLabelExternal",defaults:"accessibleLabelExternalDefaults"})}disconnectedCallback(){c(this)}render(){return t(i,{key:"b10e39b4c103edf993040842ca1d3c5bd2947309"},t("a",{key:"d02c6217e0adcf138405342a30d92531d7f3092a",target:this.href?this.external?"_blank":"_self":null,class:{"duet-slideout-link":!0,"duet-theme-turva":"turva"===this.theme,active:this.active,[this.size]:!0},href:this.href,"aria-current":this.active?"true":"false",lang:this.targetLanguage,hreflang:this.targetLanguage,"aria-label":this.href&&l(this)||this.accessibleLabel,rel:this.external?"noopener":void 0},this.icon&&t("duet-icon",{key:"f3ffdad987835f9fe725488811516df41ebc1804",name:this.icon,color:"secondary",size:this.menuItem?"x-small":"medium",margin:"none"}),t("div",{key:"15e073801cc1649271724ce8ba557fc6a0595f5e",class:"label"},t("span",{key:"54b7d1a19b38f4fc75363f35b761972e8591f121"},t("span",{key:"727d4e01ef993eea033f9f6aabf055c142847f0a",class:"label-container"},t("span",{key:"ccedbbd2c4c2222335a448d7a7282bf475def69c",class:"label-content"},t("slot",{key:"23a61b0a7cba001323c158b2ba476555948dc0c1"})),this.external&&t("duet-icon",{key:"c026a8a54f2ba4ef095d4e581c44bdbb64037869",class:"external-icon",theme:this.theme,name:o.title,margin:"none",size:"auto",color:"currentColor"})),t("slot",{key:"148bed5c517070f08c819790debfff17f8e6b61a",name:"description"})),this.caret&&t("duet-icon",{key:"1028cc2f997369cc2e0eddc6221ac78b0c30c584",name:"action-arrow-right",color:"secondary",size:"x-small",margin:"none"}))))}get element(){return a(this)}};p.style='*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;width:100%;height:100%}.duet-slideout-link{position:relative;display:flex;gap:20px;align-items:center;justify-content:flex-start;width:100%;height:100%;padding:8px 0;font-family:"localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:inherit;font-weight:inherit;line-height:1.25;color:inherit;text-align:left;text-decoration:none}.duet-slideout-link:focus{outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-theme-turva .duet-slideout-link:focus,.duet-slideout-link:focus.duet-theme-turva{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-slideout-link.duet-theme-turva{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"}.duet-slideout-link.active span{position:relative}.duet-slideout-link.active .label-content::after{position:absolute;top:auto;bottom:0;left:0;display:block;width:100%;height:var(--active-height, 2px);content:"";background:rgb(0, 119, 179);transform:var(--active-translate-y, translateY(2px))}.duet-slideout-link.active.duet-theme-turva span::after{background:rgb(198, 12, 48)}.duet-slideout-link.small{font-size:1rem;font-weight:600}.duet-slideout-link.small span::after{--active-height:1px;--active-translate-y:1px}.duet-slideout-link.medium{font-size:1.25rem;font-weight:600}.duet-slideout-link.large{font-size:1.5rem;font-weight:800}.duet-slideout-link .label{display:flex;gap:8px;align-items:center;justify-content:space-between;width:100%}.duet-slideout-link .label-container{display:flex;gap:8px;align-items:center;justify-content:flex-start;width:100%}.duet-slideout-link .external-icon{width:10px;height:10px}.duet-slideout-link.medium .external-icon,.duet-slideout-link.large .external-icon{width:12px;height:12px}slot[name=description]::slotted(*){display:block;padding:8px 0 0;font-size:1rem;font-size:1.25;font-weight:400;color:rgb(98, 121, 138)}.duet-theme-turva slot[name=description]::slotted(*){color:rgb(113, 118, 132)}';export{p as duet_slideout_link}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
4
+ import{r as t,c as e,h as i,H as a,g as o}from"./p-BGuG-JHD.js";import{g as n}from"./p-DvwKrUS6.js";import{s as r}from"./p-5iZMFvpJ.js";import{i as s}from"./p-WhCDf9tt.js";import{D as u}from"./p-DXDaS3zE.js";import{c as l}from"./p-Cfr_DJqU.js";import{c as d,r as p}from"./p-CLDy7YaM.js";import{a as h,c,o as b,d as m,f as g}from"./p-Db8rvjPI.js";import{a as f,c as v,d as x,g as w}from"./p-DQNSmB4A.js";import{c as y,p as k}from"./p-DWTFQwbu.js";import{g as S}from"./p-CHWPq2Jg.js";import"./p-C6E9F6QT.js";import"./p-Dn5RlQ8z.js";var C,z;const j={search:r,email:n(z?C:(z=1,C={title:"form-email",tags:"form email",svg:'<svg fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img"><path d="M12 23.999c-3.205 0-6.218-1.248-8.484-3.514S.001 15.206.001 12.001s1.248-6.218 3.514-8.485C5.782 1.25 8.795.001 12 .001s6.218 1.248 8.485 3.514A11.92 11.92 0 0 1 24 12v2.25A3.754 3.754 0 0 1 20.25 18a3.77 3.77 0 0 1-3.48-2.365A6.009 6.009 0 0 1 12 18c-3.308 0-6-2.692-6-6s2.692-6 6-6 6 2.692 6 6v2.25c0 1.241 1.009 2.25 2.25 2.25s2.25-1.009 2.25-2.25V12c0-2.804-1.092-5.441-3.075-7.424A10.433 10.433 0 0 0 12 1.501c-2.804 0-5.441 1.092-7.424 3.075S1.501 9.196 1.501 12c0 2.805 1.092 5.441 3.075 7.424s4.619 3.074 7.423 3.074c2.257 0 4.494-.746 6.299-2.1a.749.749 0 1 1 .9 1.199A12.049 12.049 0 0 1 12 23.999zM12 7.5c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5 4.5-2.019 4.5-4.5-2.019-4.5-4.5-4.5z"/></svg>'}))},I=class{constructor(i){t(this,i),this.duetInput=e(this,"duetInput",7),this.duetChange=e(this,"duetChange",3),this.duetBlur=e(this,"duetBlur",7),this.duetClear=e(this,"duetClear",7),this.duetFocus=e(this,"duetFocus",7),this.inputId=l("DuetInput"),this.proxyId=l("DuetInput"),this.clearId=l("DuetInputClear"),this.labelId=l("DuetLabel"),this.topCaptionId=l("DuetCaptionTop"),this.topCaptionPlaceholderId=l("DuetCaptionPlaceholderTop"),this.chipCountId=l("DuetInputChipCount"),this.errorId=l("DuetError"),this.disallowPatternRegex=null,this.clearLabel={en:"Clear",fi:"Tyhjennä",sv:"Rensa"},this.timeAnnouncement={en:"Time",fi:"Aika",sv:"Tid"},this.showPasswordLabel={en:"Show password",fi:"Näytä salasana",sv:"Visa lösenord"},this.hidePasswordLabel={en:"Hide password",fi:"Piilota salasana",sv:"Dölj lösenord"},this.passwordShownAriaAnnouncement={en:"Password is shown",fi:"Salasana näytetään",sv:"Lösenordet visas"},this.passwordHiddenAriaAnnouncement={en:"Password is hidden",fi:"Salasana on piilotettu",sv:"Lösenordet är dolt"},this.chipsSelectedDesriptionLabel={en:"selected",fi:"valittu",sv:"valt"},this.language=f(),this.isFocused=!1,this.accessibleDescribedBy="",this.accessibleHasPopup=void 0,this.accessibleDetails=void 0,this.accessibleLabelledBy=void 0,this.accessibleDescription=void 0,this.accessibleLiveError="polite",this.debounce=0,this.clear=!1,this.echoPlaceholder=!1,this.theme="",this.expand=!1,this.disabled=!1,this.margin="auto",this.inputAlign="left",this.inputPadding="medium",this.required=!1,this.type="text",this.variation="default",this.chips=!1,this.label="Label",this.error="",this.labelHidden=!1,this.numericKeyboard=!1,this.component="input",this.autoComplete="on",this.disallowPattern=null,this.tooltip="",this.tooltipDirection="auto",this.onInput=t=>{this.disallowPatternRegex&&d(this.nativeInput,this.disallowPatternRegex),this.chips&&this.clearChipSelection(),this.value=this.nativeInput.value||"",this.duetInput.emit({originalEvent:t,value:this.value,component:"duet-input"})},this.onBlur=t=>{t.relatedTarget!==this.nativeInput&&t.relatedTarget!==this.togglePasswordRevealedButton&&("revealable"===this.variation&&this.isPasswordRevealed&&(this.isPasswordRevealed=!1),this.isFocused=!1,this.duetBlur.emit({originalEvent:t,value:this.value,component:"duet-input"}))},this.onFocus=t=>{this.clearChipSelection(),this.isFocused=!0,this.duetFocus.emit({originalEvent:t,value:this.value,component:"duet-input"})},this.onClear=t=>{this.duetClear.emit({originalEvent:t,value:this.value,component:"duet-input"})},this.getAriaDescribedBy=()=>{const t=[];if(this.isCaptionVisible&&this.topCaptionId&&t.push(this.topCaptionId),this.accessibleDescribedBy&&t.push(this.accessibleDescribedBy),this.chips){const e=this.getAllChips();e.length&&(t.push(this.chipCountId),e.forEach((e=>t.push(e.id))))}return this.error&&t.push(this.errorId),t.length>0?t.join(" "):null},this.handleClearClick=t=>{const e=this.clearInput();return this.onClear(t),e},this.keyHandler=t=>(h(t)&&this.clear&&this.handleClearClick(t),c(t)&&"revealable"===this.variation&&(t.target===this.togglePasswordRevealedButton?t.stopPropagation():this.isPasswordRevealed=!1),this.chips&&0===this.nativeInput.value.length&&(b(t)&&(this.isChipSelected()&&(this.getSelectedChip().removeChip(),setTimeout((()=>this.selectLastChip()))),this.selectLastChip()),m(t)&&this.selectChipToLeft(),g(t)&&this.isChipSelected()&&this.selectChipToRight()),t),this.togglePasswordRevealed=()=>{this.isPasswordRevealed=!this.isPasswordRevealed},this.getInputType=()=>"revealable"===this.variation?this.isPasswordRevealed?"text":"password":this.type}disallowedPatternChange(){this.disallowPatternRegex=this.disallowPattern?new RegExp(this.disallowPattern,"gu"):null}valueChanged(){if(this.nativeInput&&this.nativeInput.value!==this.value){const t=p(this.nativeInput);this.nativeInput.value=this.value,t()}this.isCaptionVisible=!!this.caption;const t=()=>this.duetChange.emit({value:this.value,component:"duet-input"});0===this.debounce?t():(clearTimeout(this.timeoutId),this.timeoutId=setTimeout(t,this.debounce))}get validity(){return this.nativeInput.validity}componentWillLoad(){s(this),this.disallowedPatternChange(),this.isCaptionVisible=!!this.caption,y(this.element,"tooltip","duet-tooltip",1,!0)}componentDidLoad(){"revealable"===this.variation&&this.nativeInput.form&&this.nativeInput.form.addEventListener("submit",(()=>{this.isPasswordRevealed=!1}))}connectedCallback(){v(this)}disconnectedCallback(){x(this)}componentDidRender(){k(this.element,this.proxyId,this.name,this.value,this.required)}async setFocus(t){this.nativeInput&&this.nativeInput.focus(t)}async resetCursor(){if(this.nativeInput){const t=p(this.nativeInput);this.nativeInput.value=this.value,t()}}async clearInput(){this.nativeInput&&(this.nativeInput.value="",this.nativeInput.focus(),this.value="")}getAllChips(){return Array.from(this.element.shadowRoot.querySelectorAll(".duet-input-relative duet-chip"))}isChipSelected(){return this.getAllChips().some((t=>t.selected))}getSelectedChip(){return this.getAllChips().find((t=>t.selected))}clearChipSelection(){this.getAllChips().forEach((t=>t.selected=!1))}selectLastChip(){const t=this.getAllChips();t.length&&(t.forEach((t=>t.selected=!1)),t.at(-1).selected=!0)}selectChipToLeft(){const t=this.getAllChips(),e=t.findIndex((t=>t.selected));t.length&&(t.forEach((t=>t.selected=!1)),-1===e?t.at(-1).selected=!0:0===e?t[0].selected=!0:t[e-1].selected=!0)}selectChipToRight(){const t=this.getAllChips(),e=t.findIndex((t=>t.selected));t.length&&(t.forEach((t=>t.selected=!1)),e>-1&&e<t.length-1&&(t[e+1].selected=!0))}async addChip(t){const e=this.element.shadowRoot.querySelector(".duet-input-relative"),i=e.querySelector("input:not(duet-chip input)");t.id=l("DuetInputChip"),e.insertBefore(t,i)}async hasChip({value:t,text:e}){return this.getAllChips().some((i=>i.value===t&&i.textContent===e))}async getChips(){return this.getAllChips()}async clearChips(){this.getAllChips().forEach((t=>t.remove()))}render(){const t=this.identifier||this.inputId,e={};let o;if(this.numericKeyboard&&(e.inputmode="numeric"),this.pattern&&"tel"!==this.type?e.pattern=this.pattern:this.pattern||"tel"!==this.type||(e.pattern="[0-9+ ]+"),this.value){o=new Date;try{o.setHours(Number(this.value.slice(0,2)),Number(this.value.slice(3,5)),0,0)}catch(t){o=void 0}}const n=!this.icon&&"text"!==this.type&&"tel"!==this.type&&"password"!==this.type&&"time"!==this.type&&"button"!==this.variation;return i(a,{key:"b937912982c9ab26076a7a8ef6d92d86721f1e52",class:{"duet-expand":this.expand,"duet-m-0":"none"===this.margin},onKeyUp:t=>this.keyHandler(t)},"time"===this.type&&i("duet-visually-hidden",{key:"f2c5263ad8bdc5420c0a57bb0de0257172dce64a","aria-live":"polite","aria-atomic":"true"},o?`${this.timeAnnouncement[this.language]} ${o.toLocaleTimeString()}`:""),i("div",{key:"fc9419ac20d284a2d74922a41f66e6457ce2f68d",class:{"duet-input-container":!0,"duet-theme-turva":"turva"===this.theme,[`duet-input-variation-${this.variation}`]:!0,"duet-label-hidden":this.labelHidden,"duet-input-top-caption-shown":this.isCaptionVisible,"has-icon":"button"!==this.variation&&(!!this.icon||"text"!==this.type&&"tel"!==this.type&&"password"!==this.type&&"time"!==this.type),"has-error":!!this.error,"has-chips":this.chips,"has-clear":this.clear,"has-focus":this.isFocused,disabled:this.disabled}},i("div",{key:"42a3f546f411b3179ed4224d0c1847be2cb4bd17",class:"duet-input-label-container"},i(u,{key:"50f07e14449aa88f4f8f67b5c21fb23c435b318c",theme:"turva"===this.theme?"turva":"default",margin:this.isCaptionVisible?"small":"auto",color:this.labelColor,weight:this.labelWeight,id:this.labelId,for:t},this.label),this.tooltip&&i("duet-tooltip",{key:"9161fff80a689ae4fa7fa7bc4532fef2b48cf8c7",class:"duet-input-tooltip",direction:this.tooltipDirection,accessibleInputLabel:this.label,theme:"turva"===this.theme?"turva":"default"},this.tooltip),i("slot",{key:"17c98bf119774ef6606bac7117cb0826215fcfda",name:"tooltip"})),this.caption&&i("duet-caption",{key:"df3c5e4b0ca4830cec0e0ace48520847688f79bc",id:this.topCaptionId,size:"medium"},this.caption),i("div",{key:"9cc334f9c6d565a5ad325c9218c6a2e24a04444b",class:"duet-input-relative"},this.placeholder&&this.echoPlaceholder&&(this.value||"time"===this.type)&&i("duet-caption",{key:"3d24e72417e5f1d4b744a37e9847f7e0dd5e387e",id:this.topCaptionPlaceholderId,class:"duet-input-placeholder",margin:"none",size:"small"},this.placeholder),this.chips&&i("duet-visually-hidden",{key:"3d28cc9d073f283b5f58524a9cb274b61808aaeb",id:this.chipCountId},", ",`${this.getAllChips().length} ${w(this.chipsSelectedDesriptionLabel)}`,","),"button-left"===this.variation&&i("slot",{key:"a153bedd03fe832c4dbfc1911c3469872ef45425",name:"button-left"}),i("input",Object.assign({key:"6ef60b5b5ec7b53ec70114bf9cd75c354fe81c36",ref:t=>this.nativeInput=t,onInput:this.onInput,onBlur:this.onBlur,onFocus:this.onFocus,type:this.getInputType(),class:{"duet-input":!0,disabled:this.disabled,"is-number":"number"===this.component,"is-date":"date"===this.component,"after-chip":this.getAllChips().length>0,"align-right":"right"===this.inputAlign,[`input-padding-${this.inputPadding}`]:!0},value:this.value,disabled:this.disabled,"aria-invalid":this.error?"true":"false","aria-labelledby":this.accessibleLabelledBy?`${this.labelId} ${this.accessibleLabelledBy}`:this.labelId,"aria-controls":this.accessibleControls,"aria-autocomplete":this.accessibleAutocomplete,"aria-activedescendant":this.accessibleActiveDescendant,"aria-details":this.accessibleDetails,"aria-description":this.accessibleDescription,"aria-expanded":this.accessibleExpanded,"aria-haspopup":this.accessibleHasPopup,"aria-owns":this.accessibleOwns,"aria-describedby":this.getAriaDescribedBy(),placeholder:this.placeholder,spellcheck:"false",minlength:this.minlength,maxlength:this.maxlength,autocomplete:"password"===this.type?"off":this.autoComplete,required:this.required,role:this.role,name:this.name,id:t},e)),!this.value&&n&&i("div",{key:"2febfb7a160144de44956c244f4a9b68bd8019c5",class:"duet-input-icon"},i("duet-icon",{key:"bfec761a97f3aaa0a686027b295f1004635db337",margin:"none",size:"small",icon:j[this.type].svg,color:"currentColor"})),this.clear&&this.value&&i("div",{key:"af719d50bdfcd0f64569c4eb30796459eb44bb5c",class:{"duet-input-clear-icon":!0,"duet-input-clear-icon-single":!n,"duet-input-clear-icon-double":!!this.icon,"duet-input-clear-icon-button":"button"===this.variation}},i("button",{key:"838437d0b8b188588ab1558d6a34ee98636d5a8d",onClick:this.handleClearClick,id:this.clearId,"aria-label":this.clearLabel[this.language],"aria-keyshortcuts":"Escape"},i("duet-icon",{key:"3240da9554ebf6e137633150f2972897332f6495",margin:"none",size:"medium",name:"action-clear-input",color:"currentColor"}))),this.icon&&"button"!==this.variation&&i("div",{key:"b7b0ce4e05eec8781853240aea367573972f9ed6",class:"duet-input-icon"},i("duet-icon",{key:"b81c5d03104501cc350e3af386d015858c405c02",margin:"none",size:"small",name:this.icon,color:"currentColor"})),"button"===this.variation&&i("slot",{key:"5dda63abcbd0bc5be78807425d854c41966d6888",name:"button"}),"revealable"===this.variation&&i("duet-button",{key:"4230c0b32da5a67b3fde47eab431e67502d60a57",ref:t=>this.togglePasswordRevealedButton=t,onBlur:this.onBlur,onFocus:this.onFocus,onClick:this.togglePasswordRevealed,icon:this.isPasswordRevealed?"action-hide":"action-show",accessibleLabel:this.isPasswordRevealed?this.hidePasswordLabel[this.language]:this.showPasswordLabel[this.language],margin:"none",variation:"input-button-embedded",fixed:!0,iconOnly:!0}),"revealable"===this.variation&&void 0!==this.isPasswordRevealed&&i("duet-visually-hidden",{key:"593e447fb4af422316fff12d8e9939966da7b8e8"},i("span",{key:"ed57b0cad434c886f7c7d7a063b969af82416ebd","aria-live":"polite"},this.isPasswordRevealed?this.passwordShownAriaAnnouncement[this.language]:this.passwordHiddenAriaAnnouncement[this.language])),i("slot",{key:"ec680b8b37c4d6250f301b4096ab116ba54fe85a"})),i("span",{key:"783f6d604b62e5a86f263fe1f784dc20e3062415",class:"duet-input-help",id:this.errorId,"aria-atomic":"true","aria-live":this.accessibleLiveError,"aria-relevant":"additions removals"},this.error&&i("span",{key:"6d971f74c62bce4bb3594fe7e69682e82d3aeab2",class:"duet-input-error"},this.error))))}get element(){return o(this)}static get watchers(){return{disallowPattern:["disallowedPatternChange"],value:["valueChanged"]}}};I.style='.duet-internal-label{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-bottom:12px !important;position:relative;z-index:100;display:inline-flex;width:auto;margin-top:8px !important;font-family:"localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:1rem;font-weight:600 !important;line-height:1.25;line-height:1.25;color:rgb(8, 42, 77);text-align:left;word-break:break-word;cursor:default}.duet-internal-label.duet-p-0{padding:0 !important}.duet-internal-label.duet-m-0{margin:0 !important}.duet-internal-label span{font-size:1rem;font-weight:600 !important;word-break:break-word}.duet-internal-label.duet-m-0{margin-bottom:0 !important}.duet-internal-label.duet-small-margin{margin-top:8px !important;margin-bottom:4px !important}.duet-internal-label.duet-has-tooltip{padding-right:48px}@media (min-width: 48em){.duet-internal-label.duet-has-tooltip{padding-right:0}}.duet-internal-label.duet-internal-label-small{font-size:0.875rem}.duet-internal-label.duet-internal-label-small span{font-size:0.875rem}.duet-internal-label.duet-weight-normal{font-weight:400 !important}.duet-internal-label.duet-weight-normal span{font-weight:400 !important}.duet-internal-label.duet-theme-turva{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(23, 28, 58)}*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{margin-right:16px !important}:host(:last-child),:host(:last-of-type){margin-right:0 !important}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-bottom:12px !important;display:inline-flex;width:100%;min-width:calc(33.333% - 8px);max-width:100%;text-align:left;vertical-align:bottom}@media (min-width: 36em){:host{width:calc(50% - 16px - 3px)}}:host(.duet-expand){width:100% !important}:host(.duet-m-0){margin:0 !important}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}duet-tooltip,::slotted(duet-tooltip){position:relative;top:12px;right:0}@media (min-width: 48em){duet-tooltip,::slotted(duet-tooltip){right:auto}}duet-caption:not(:last-of-type){margin-bottom:0}.duet-input-placeholder{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:rgb(255, 255, 255)}.duet-input-icon{position:absolute;top:50%;right:16px;z-index:200;width:20px;height:20px;font-size:0;line-height:normal;color:rgb(8, 42, 77);pointer-events:none;transform:translateY(-50%)}.duet-theme-turva .duet-input-icon{color:rgb(23, 28, 58)}.duet-input-container{position:relative;width:100%;height:100%}.duet-input-container.has-clear .duet-input-clear-icon{position:relative;z-index:250}.duet-input-container.has-clear .duet-input-clear-icon button{position:absolute;top:-24px;right:-24px;min-width:48px;min-height:48px;color:rgb(0, 75, 129)}.duet-input-container.has-clear .duet-input-clear-icon button:focus{outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-theme-turva .duet-input-container.has-clear .duet-input-clear-icon button:focus,.duet-input-container.has-clear .duet-input-clear-icon button:focus.duet-theme-turva{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-input-container.has-clear .duet-input-clear-icon button:active{opacity:0.75;transition:none}.duet-input-container.has-clear .duet-input-clear-icon.duet-input-clear-icon-single button{top:-48px;right:0}.duet-input-container.has-clear .duet-input-clear-icon.duet-input-clear-icon-double button{top:-24px;right:12px}.duet-input-container.has-clear .duet-input-clear-icon.duet-input-clear-icon-button button{top:-24px;right:0}.duet-input-container.has-clear.has-icon .duet-input-clear-icon{top:-24px;right:24px}.duet-input-container.duet-theme-turva.has-clear .duet-input-clear-icon button{color:rgb(8, 42, 77)}.duet-input-container.duet-theme-turva.has-clear .duet-input-clear-icon button:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a !important}.duet-input-label-container{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}@media (min-width: 48em){.duet-input-label-container{justify-content:flex-start}}.duet-input{position:relative;z-index:100;display:block !important;width:100% !important;min-width:8rem;max-width:initial !important;height:auto !important;padding:12px 14px !important;margin:initial !important;margin-bottom:initial !important;font-family:"localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:1rem;font-weight:400 !important;font-variant-numeric:tabular-nums;line-height:1.5 !important;color:rgb(8, 42, 77) !important;cursor:initial !important;background:rgb(255, 255, 255) !important;background-clip:initial !important;border:1px solid rgb(127, 150, 165) !important;border-radius:4px !important;box-shadow:initial !important;transition:box-shadow 150ms ease, border 150ms ease !important}.duet-input.input-padding-small{padding:8px 10px !important}.duet-input.input-padding-x-small{padding:4px 6px !important}.duet-input.input-padding-xx-small{padding:0px 2px !important}.duet-input.is-number{padding-right:112px !important}.duet-input.is-date{padding-right:64px !important}.duet-input.after-chip{padding-left:8px !important}.has-error .duet-input,.has-error .duet-input[disabled]{border-color:rgb(214, 28, 82) !important}.has-error .duet-input+.duet-input-icon,.has-error .duet-input[disabled]+.duet-input-icon{color:rgb(214, 28, 82) !important}.duet-theme-turva.has-error .duet-input{border-color:rgb(214, 28, 82) !important}.duet-theme-turva.has-error .duet-input+.duet-input-icon{color:rgb(214, 28, 82) !important}.has-icon .duet-input{padding-right:48px !important}.duet-theme-turva .duet-input{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(23, 28, 58) !important;border-color:rgb(143, 147, 158) !important}.duet-input.align-right{text-align:right}.duet-input::-ms-clear{display:none}.duet-input::-webkit-contacts-auto-fill-button{display:none !important}.duet-input::-webkit-input-placeholder{color:rgb(98, 121, 138);opacity:1 !important;transition:color 300ms ease}.duet-theme-turva .duet-input::-webkit-input-placeholder{color:rgb(143, 147, 158)}.duet-input:focus::-webkit-input-placeholder{color:rgb(181, 198, 208)}.duet-theme-turva .duet-input:focus::-webkit-input-placeholder{color:rgb(199, 202, 207)}.duet-input::-moz-placeholder{color:rgb(98, 121, 138);opacity:1 !important}.duet-theme-turva .duet-input::-moz-placeholder{color:rgb(143, 147, 158)}.duet-input:focus::-moz-placeholder{color:rgb(181, 198, 208)}.duet-theme-turva .duet-input:focus::-moz-placeholder{color:rgb(199, 202, 207)}.duet-input:-ms-input-placeholder{color:rgb(98, 121, 138)}.duet-theme-turva .duet-input:-ms-input-placeholder{color:rgb(143, 147, 158)}.duet-input:focus:-ms-input-placeholder{color:rgb(181, 198, 208)}.duet-theme-turva .duet-input:focus:-ms-input-placeholder{color:rgb(199, 202, 207)}.duet-input[disabled]{color:rgb(8, 42, 77) !important;cursor:not-allowed !important;background:rgb(245, 248, 250) !important;border-color:rgb(245, 248, 250) !important;box-shadow:none !important;opacity:1 !important;-webkit-text-fill-color:rgb(8, 42, 77) !important}.duet-theme-turva .duet-input[disabled]{color:rgb(23, 28, 58) !important;background:rgb(245, 247, 250) !important;border-color:rgb(245, 247, 250) !important;-webkit-text-fill-color:rgb(23, 28, 58) !important}.duet-input:hover:not(:disabled){box-shadow:0 0 0 1px #909599 !important}.duet-theme-turva .duet-input:hover:not(:disabled){box-shadow:0 0 0 1px #747475 !important}.has-error .duet-input:hover:not(:disabled){box-shadow:0 0 0 1px #de2362}.duet-theme-turva.has-error .duet-input:hover:not(:disabled){box-shadow:0 0 0 1px #e55039}.duet-input:focus{border-color:rgb(0, 119, 179) !important;outline:0;box-shadow:0 0 0 1px #0077b3 !important;transition:none}.duet-theme-turva .duet-input:focus{border-color:rgb(23, 28, 58) !important;box-shadow:0 0 0 1px #171c3a !important}.duet-theme-turva .duet-input:focus+.duet-input-icon{color:rgb(23, 28, 58)}.has-error .duet-input:focus{box-shadow:0 0 0 1px #de2362}.duet-theme-turva.has-error .duet-input:focus{box-shadow:0 0 0 1px #e55039}.duet-input:focus+.duet-input-icon{color:rgb(0, 119, 179)}.duet-input[type=search]:not(:placeholder-shown):focus+.duet-input-icon{display:none}.duet-input:not(:focus):not(:hover):invalid{box-shadow:none !important}.duet-input[type=number]::-webkit-inner-spin-button,.duet-input[type=number]::-webkit-outer-spin-button,.duet-input[type=time]::-webkit-inner-spin-button,.duet-input[type=time]::-webkit-outer-spin-button{display:none;margin:0;-webkit-appearance:none}.duet-input::-webkit-search-cancel-button{margin-right:-28px}.duet-input-help{display:block;font-family:"localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:0.875rem;font-weight:400;line-height:1.25;color:rgb(98, 121, 138);border-radius:4px}.duet-input-help span{display:block;margin-top:8px}.duet-theme-turva .duet-input-help{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(143, 147, 158)}.has-error .duet-input-help{color:rgb(214, 28, 82)}.duet-theme-turva.has-error .duet-input-help{color:rgb(214, 28, 82)}.duet-label-hidden label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.duet-input-relative{position:relative;width:100%}.duet-input-variation-button,.duet-input-variation-button-left{position:relative;width:100%}.duet-input-variation-button .duet-input-relative,.duet-input-variation-button-left .duet-input-relative{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;justify-content:flex-start;width:auto}.duet-input-variation-button .duet-input-relative duet-button,.duet-input-variation-button-left .duet-input-relative duet-button{z-index:250;margin-bottom:0}.duet-input-variation-button-left .duet-input-relative{border-radius:4px}.duet-input-variation-button-left.has-focus .duet-input-relative{border-color:rgb(0, 119, 179);box-shadow:0 0 0 1px #0077b3 !important}.duet-input-variation-button-left.duet-theme-turva.has-focus .duet-input-relative{border-color:rgb(23, 28, 58);box-shadow:0 0 0 1px #171c3a !important}.duet-input-variation-button-left:hover:not(.disabled) .duet-input-relative{box-shadow:0 0 0 1px #909599}.duet-input-variation-button-left.duet-theme-turva:hover:not(.disabled) .duet-input-relative{box-shadow:0 0 0 1px #747475}.duet-input-variation-button-left .duet-input:focus,.duet-input-variation-button-left .duet-input:hover:not(.disabled){box-shadow:none !important}.duet-input-variation-button .duet-input-relative .duet-input{border-right-width:0 !important;border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.duet-input-variation-button-left .duet-input-relative .duet-input{border-left-width:0 !important;border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}.duet-input-variation-revealable{position:relative;width:100%}.duet-input-variation-revealable ::-ms-reveal{display:none}.duet-input-variation-revealable .duet-input-relative{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;justify-content:flex-start;width:auto;border:1px solid rgb(127, 150, 165);border-radius:4px;box-shadow:initial;transition:box-shadow 150ms ease, border 150ms ease}.duet-theme-turva .duet-input-variation-revealable .duet-input-relative{border-color:rgb(143, 147, 158)}.duet-input-variation-revealable .duet-input-relative duet-button{z-index:250;margin-bottom:0}.duet-input-variation-revealable .duet-input-relative .duet-input{border-width:0 !important}.duet-input-variation-revealable .duet-input-relative .duet-input:focus,.duet-input-variation-revealable .duet-input-relative .duet-input:hover{border-width:0 !important;box-shadow:none !important}.duet-input-variation-revealable.disabled .duet-input-relative{background:rgb(245, 248, 250);border-color:rgb(212, 223, 229);box-shadow:none}.duet-input-variation-revealable.has-error .duet-input-relative{border-color:rgb(214, 28, 82)}.duet-input-variation-revealable.duet-theme-turva.has-error .duet-input-relative{border-color:rgb(214, 28, 82)}.duet-input-variation-revealable.has-focus .duet-input-relative{border-color:rgb(0, 119, 179);box-shadow:0 0 0 1px #0077b3 !important}.duet-input-variation-revealable.duet-theme-turva.has-focus .duet-input-relative{border-color:rgb(23, 28, 58);box-shadow:0 0 0 1px #171c3a !important}.duet-input-variation-revealable:hover:not(.disabled) .duet-input-relative{box-shadow:0 0 0 1px #909599}.duet-input-variation-revealable.duet-theme-turva:hover:not(.disabled) .duet-input-relative{box-shadow:0 0 0 1px #747475}.duet-input-variation-revealable.has-error:hover:not(.disabled) .duet-input-relative{box-shadow:0 0 0 1px #de2362}.duet-input-variation-revealable.duet-theme-turva.has-error:hover:not(.disabled) .duet-input-relative{box-shadow:0 0 0 1px #e55039}.duet-input-container.has-chips .duet-input-relative{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;align-items:center;justify-content:flex-start;width:auto;border:1px solid rgb(127, 150, 165);border-radius:4px;box-shadow:initial;transition:box-shadow 150ms ease, border 150ms ease}.duet-theme-turva .duet-input-container.has-chips .duet-input-relative{border-color:rgb(143, 147, 158)}.duet-input-container.has-chips .duet-input-relative .duet-input{flex-basis:4rem;flex-grow:1;padding-left:0 !important;margin-left:12px !important;border-width:0 !important}.duet-input-container.has-chips .duet-input-relative .duet-input:focus,.duet-input-container.has-chips .duet-input-relative .duet-input:hover{border-width:0 !important;box-shadow:none !important}';const U=class{constructor(e){t(this,e),this.theme="",this.margin="auto",this.size="medium",this.weight="semi-bold",this.color=""}componentWillLoad(){s(this)}render(){const t=S(this.color);return i(a,{class:{"duet-label":!0,"duet-label-small":"small"===this.size,"duet-theme-turva":"turva"===this.theme,"duet-small-margin":"small"===this.margin,"duet-m-0":"none"===this.margin,[`duet-weight-${this.weight}`]:!0}},i("label",{htmlFor:this.for,style:{color:t}},i("span",null,i("slot",null))))}get element(){return o(this)}};U.style='*.sc-duet-label,*.sc-duet-label::after,*.sc-duet-label::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-label-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-bottom:12px !important;position:relative;z-index:100;display:inline-flex;width:auto;margin-top:8px !important;line-height:1.25;cursor:default}.duet-p-0.sc-duet-label-h{padding:0 !important}.duet-m-0.sc-duet-label-h{margin:0 !important}.duet-m-0.sc-duet-label-h{margin-bottom:0 !important}.duet-small-margin.sc-duet-label-h{margin-top:8px !important;margin-bottom:4px !important}.duet-has-tooltip.sc-duet-label-h{padding-right:48px}@media (min-width: 48em){.duet-has-tooltip.sc-duet-label-h{padding-right:0}}label.sc-duet-label{margin:0;font-family:"localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:1rem;font-weight:600 !important;line-height:1.25;color:rgb(8, 42, 77);text-align:left;word-break:break-word}label.sc-duet-label span.sc-duet-label{font-size:1rem;font-weight:600 !important;word-break:break-word}.duet-label-small.sc-duet-label-h label.sc-duet-label{font-size:0.875rem}.duet-label-small.sc-duet-label-h label.sc-duet-label span.sc-duet-label{font-size:0.875rem}.duet-weight-normal.sc-duet-label-h label.sc-duet-label{font-weight:400 !important}.duet-weight-normal.sc-duet-label-h label.sc-duet-label span.sc-duet-label{font-weight:400 !important}.duet-theme-turva.sc-duet-label-h label.sc-duet-label{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(23, 28, 58)}';export{I as duet_input,U as duet_label}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
4
+ import{r,h as e,H as s,g as a}from"./p-BGuG-JHD.js";import{i as o}from"./p-WhCDf9tt.js";import{c as t}from"./p-Cfr_DJqU.js";import{g as i,c as n,d as p}from"./p-DQNSmB4A.js";import"./p-C6E9F6QT.js";const d=class{constructor(e){r(this,e),this.progressId=t("DuetProgress"),this.progressLabelId=t("DuetProgressLabel"),this.accessibleDetails=void 0,this.accessibleLabelledBy=void 0,this.accessibleDescription=void 0,this.accessibleLabelUploadDefaults={fi:["lähetys valmis","lähetys käynnissä"],sv:["Uppladdningen är klar","Uppladdning pågår"],en:["upload completed","upload in progress"]},this.accessibleLabelUpload=i(this.accessibleLabelUploadDefaults),this.progress=0,this.height="10px",this.theme=""}componentWillLoad(){o(this)}connectedCallback(){n(this,{prop:"accessibleLabelUpload",defaults:"accessibleLabelUploadDefaults"})}disconnectedCallback(){p(this)}render(){return e(s,null,e("div",{"aria-live":this.accessibleLabel?"polite":"off","aria-hidden":this.accessibleLabel?"false":"true","aria-atomic":"true",style:{height:this.height},id:this.progressId,class:{"duet-progress":!0,"duet-progress-done":100===this.progress,"duet-progress-start":0===this.progress,"duet-progress-inprogress":this.progress<99&&0!==this.progress,"duet-theme-turva":"turva"===this.theme}},e("duet-visually-hidden",null,e("label",{htmlFor:this.progressLabelId},e("span",null,this.accessibleLabel,0!==this.progress&&`, ${this.accessibleLabelUpload[this.progress<99?1:0]}`))),this.caption&&e("div",{class:"duet-progress-caption"},e("span",null,this.caption)),e("progress",{id:this.progressLabelId,"aria-describedby":this.accessibleDescribedBy,"aria-labelledby":this.accessibleLabelledBy,"aria-details":this.accessibleDetails,"aria-description":this.accessibleDescription,role:"progressbar",value:this.progress,max:"100","aria-valuemin":"0","aria-valuemax":"100"},e("div",{class:"progress-bar"},e("span",{style:{width:`${this.progress}%;`}},"Progress: ",this.progress,"%")))))}get element(){return a(this)}};d.style="*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;width:100%;height:inherit}.duet-progress{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%;min-height:1px;}.duet-progress .progress-bar{position:relative;display:block;width:100%;height:inherit;min-height:1px;background-color:rgb(240, 247, 250);border-radius:0;box-shadow:none}.duet-theme-turva .duet-progress .progress-bar{background-color:rgb(255, 241, 241)}.duet-progress .progress-bar>span{display:block;height:inherit;text-indent:-9999px;background-color:rgb(0, 119, 179);border-radius:0}.duet-theme-turva .duet-progress .progress-bar>span{background-color:rgb(198, 12, 48)}.duet-progress progress[value]{display:flex;width:100%;height:inherit;min-height:1px;color:rgb(0, 119, 179);border:0 none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.duet-progress progress[value]::-webkit-progress-bar{background-color:rgb(240, 247, 250);border-radius:0}.duet-progress progress[value]::-webkit-progress-value{background-color:rgb(0, 119, 179);background-size:35px 20px, 100% 100%, 100% 100%;border-radius:0;-webkit-animation:animate-stripes 5s linear infinite;animation:animate-stripes 5s linear infinite}.duet-progress progress[value] ::-moz-progress-bar{background-color:rgb(240, 247, 250)}.duet-progress.duet-theme-turva progress[value]{color:rgb(198, 12, 48)}.duet-progress.duet-theme-turva progress[value]::-webkit-progress-bar{background-color:rgb(255, 241, 241)}.duet-progress.duet-theme-turva progress[value]::-webkit-progress-value{background-color:rgb(198, 12, 48)}.duet-progress.duet-theme-turva progress[value] ::-moz-progress-bar{background-color:rgb(255, 241, 241)}";export{d as duet_progress}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
4
+ import{r as t,h as e,g as i}from"./p-BGuG-JHD.js";import{i as a}from"./p-WhCDf9tt.js";import{s as o,u as r}from"./p-Db8rvjPI.js";import{a as d,g as n,c as s,d as c}from"./p-DQNSmB4A.js";import{a as l}from"./p-BVgBUIYF.js";import"./p-C6E9F6QT.js";import"./p-DvwKrUS6.js";const h=class{constructor(e){t(this,e),this.language=d(),this.accessibleLabelUnreadDefaults={en:"Unread",fi:"Lukematon",sv:"Oläst"},this.accessibleLabelUnread=n(this.accessibleLabelUnreadDefaults,this.language),this.url="#",this.date="",this.highlight=!1,this.external=!1,this.theme=""}componentWillLoad(){a(this)}connectedCallback(){s(this,{prop:"accessibleLabelUnread",defaults:"accessibleLabelUnreadDefaults"}),o(this)}disconnectedCallback(){c(this),r(this)}async setFocus(t){this.linkElement.focus(t)}render(){return e("div",{key:"ca3ab09712e8c37bccd234d83b8685864fe9c6e2",role:"listitem",class:{"duet-notification":!0,"duet-notification-highlight":this.highlight,"duet-theme-turva":"turva"===this.theme}},e("a",{key:"2042476b8c42b4cb9a4aec6057dbe563772fb9ec",ref:t=>this.linkElement=t,href:this.url,target:this.external?"_blank":"_self"},e("div",{key:"082ba1ab481221f0954c6a9a59e07856af32898c",class:"duet-notification-container"},e("div",{key:"dde13f7597e7114096d5bae94ebc1b282154de8a",class:"duet-notification-badge-container"},this.highlight&&e("div",{key:"4b70454b825191fe9a40450c7739bce6cdd059b4",class:"duet-notification-badge"},e("duet-visually-hidden",{key:"8c038435ee5b35b2d35095eafa7f4b833de4e57f"},this.accessibleLabelUnread,":"))),e("div",{key:"7c8f2d236a8d922e6b21f65585b00f096134a8f3",class:"duet-notification-content"},e("slot",{key:"911e94ff943e9ace002dd0cda2579a80ae42eda1"})),e("div",{key:"dc50e21df86731f26269d4778e18b08a19444d01",class:"duet-notification-date"},this.date))))}get element(){return i(this)}};h.style="*,*::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%}:host(:not([highlight])) ::slotted(duet-heading),:host(:not([highlight])) ::slotted(duet-paragraph){opacity:0.7}.duet-notification{display:block;padding:16px;padding-bottom:0;cursor:pointer}:host(:first-of-type) .duet-notification{border-top-left-radius:8px;border-top-right-radius:8px}:host(:last-of-type) .duet-notification{border-bottom:0;border-bottom-right-radius:8px;border-bottom-left-radius:8px}.duet-notification.duet-theme-turva{color:rgb(23, 28, 58);border-bottom-color:rgb(222, 224, 228)}.duet-notification.duet-notification-highlight{font-weight:600}.duet-notification.duet-notification-highlight.duet-theme-turva{background:rgb(245, 247, 250)}@media (min-width: 62em){.duet-notification:hover{background:rgb(240, 247, 250)}.duet-notification:hover.duet-theme-turva{background:rgb(245, 247, 250)}}.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;padding-bottom:16px;border-bottom:1px solid rgb(212, 223, 229)}.duet-notification-badge-container{position:relative;width:16px}.duet-notification-badge{position:absolute;top:6px;left:-2px;width:8px;height:8px;background:rgb(0, 119, 179);border-radius:50%}.duet-theme-turva .duet-notification-badge{background:rgb(198, 12, 48)}.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:rgb(8, 42, 77);text-align:right;text-transform:uppercase;opacity:0.7}@media (max-width: 35.9375em){.duet-notification-date{width:auto}}.duet-theme-turva .duet-notification-date{color:rgb(113, 118, 132)}@media (min-width: 62em){:host(:not([highlight])) ::slotted(duet-heading),:host(:not([highlight])) ::slotted(duet-paragraph){opacity:1}.duet-notification{padding:16px;border-bottom:1px solid rgb(212, 223, 229)}.duet-notification:hover{background:rgb(228, 241, 247)}.duet-notification.duet-notification-highlight{font-weight:600;background:rgb(240, 247, 250)}.duet-notification-container{padding-bottom:0;border-bottom-style:none}}::slotted(duet-heading){padding-right:80px !important}::slotted(duet-paragraph){margin-bottom:2px !important}";const u=class{constructor(e){t(this,e),this.isOpen=!1,this.icon="",this.label="Label",this.language=d(),this.accessibleLabelNotificationsDefaults={en:"No notifications",fi:"Ei ilmoituksia",sv:"Inga notifikationer"},this.accessibleLabelNotifications=n(this.accessibleLabelNotificationsDefaults),this.badge=!1,this.theme="",this.direction="left",this.handleKeyDown=t=>{this.isOpen&&27===t.keyCode&&this.close()},this.toggleMenu=t=>{t.stopPropagation(),this.isOpen?this.close():this.open()},this.updateNotificationState=()=>{this.hasNotifications=this.element.children.length>0}}componentWillLoad(){a(this),this.updateNotificationState()}connectedCallback(){this.observer=new MutationObserver(this.updateNotificationState),this.observer.observe(this.element,{childList:!0}),o(this)}disconnectedCallback(){this.observer.disconnect(),this.observer=null,r(this)}handleClickFocusOutside(t){this.isOpen&&!this.element.contains(t.target)&&this.close(!1)}async setFocus(t){this.drawerButtonEl.focus(t)}async open(){const t=this.element.closest("duet-header");t&&t.closeMenus(),this.isOpen=!0,this.drawerContentEl.scrollTop=0}async close(t=!0){this.isOpen=!1,t&&this.setFocus({preventScroll:!0})}render(){return e("div",{key:"659136cc65a195a1de4228bd580d2368d2244a86",class:{"duet-drawer":!0,"duet-theme-turva":"turva"===this.theme},onKeyDown:this.handleKeyDown},e("button",{key:"abe8757b0f4db9939465b4ab6011c8625b5baf76",ref:t=>this.drawerButtonEl=t,type:"button",class:"duet-drawer-toggle",id:"duet-drawer-toggle","aria-controls":"duet-drawer-content","aria-expanded":this.isOpen?"true":"false",onClick:this.toggleMenu},this.icon&&e("div",{key:"a99654516249d53e1a9fd81021998c2e461365a7",class:"duet-drawer-icon"},e("duet-icon",{key:"76b8f2f443ab22637765dfef1db4000215ef5a19",margin:"none",size:"x-small",name:this.icon,color:"currentColor"}),this.badge&&e("div",{key:"6efbba81b7cf33402531b445e5e297d5e48a4fc6",class:"duet-drawer-badge"})),e("span",{key:"5b9df974799ba860b7d2d964fc22c50d18aa0282",class:"duet-drawer-label"},this.label),e("div",{key:"ed02df2f85e017956770c841d1882b6a6ae45280",class:"duet-drawer-caret"},e("duet-icon",{key:"646368ab0a187e896f1110e4015a05b3bad71a9d",margin:"none",size:"auto",icon:l.svg,color:"currentColor"}))),e("div",{key:"0e2cfc291004260d5f02350fd624396768c06b3b",id:"duet-drawer-content",class:{"duet-drawer-content":!0,"duet-drawer-right":"right"===this.direction,"duet-drawer-left":"left"===this.direction,"duet-drawer-open":this.isOpen},ref:t=>this.drawerContentEl=t},this.hasNotifications?e("div",{role:"list"},e("slot",null)):e("duet-empty-state",{size:"small"},e("duet-paragraph",{size:"small",margin:"none"},this.accessibleLabelNotifications))))}get element(){return i(this)}};u.style='*,*::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:rgb(8, 42, 77);text-align:left;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background-color:rgb(255, 255, 255);border-bottom:1px solid rgb(212, 223, 229);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:rgb(23, 28, 58);background-color:rgb(255, 255, 255);border-color:rgb(222, 224, 228)}.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:rgb(0, 75, 129)}.duet-theme-turva .duet-drawer-toggle:hover{color:rgb(113, 118, 132)}.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:rgb(0, 119, 179);transition:300ms ease;transform:translateY(3px)}.duet-theme-turva .duet-drawer-toggle::after{background:rgb(198, 12, 48)}}.duet-drawer-toggle[aria-expanded=true],.duet-drawer-toggle[aria-expanded=true]:hover{color:rgb(0, 75, 129);border-bottom:1px solid rgb(245, 248, 250);border-radius:0}.duet-theme-turva .duet-drawer-toggle[aria-expanded=true],.duet-theme-turva .duet-drawer-toggle[aria-expanded=true]:hover{color:rgb(113, 118, 132);border-color:rgb(245, 247, 250)}@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:rgb(247, 178, 40);border-radius:50%;box-shadow:0 0 0 1px #c18b1f}.duet-theme-turva .duet-drawer-badge{background:rgb(247, 178, 40)}.duet-drawer-content{display:none;background-color:rgb(255, 255, 255);border-bottom:1px solid rgb(212, 223, 229)}.duet-drawer-content:focus{outline:0}.duet-theme-turva .duet-drawer-content{background-color:rgb(255, 255, 255);border-color:rgb(212, 223, 229)}@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:rgb(255, 255, 255);border:1px solid rgb(212, 223, 229);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}.duet-theme-turva .duet-drawer-content{background-color:rgb(255, 255, 255)}.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)}}';export{h as duet_notification,u as duet_notification_drawer}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
4
+ import{r as t,h as i,H as s,g as e}from"./p-BGuG-JHD.js";import{m as h,a as o}from"./p-DX0ubePV.js";import{M as a,z as n,f as r,s as l,a as p}from"./p-B_NkY9T0.js";import{i as d}from"./p-WhCDf9tt.js";import{c}from"./p-Cfr_DJqU.js";import{a as m}from"./p-Db8rvjPI.js";import{a as u,g as b,c as f,d as g}from"./p-DQNSmB4A.js";import{a as v}from"./p-DWTFQwbu.js";import"./p-C6E9F6QT.js";const w=class{constructor(i){t(this,i),this.firstRender=!0,this.mql=[window.matchMedia(h.replace(/'/g,"")),window.matchMedia(o.replace(/'/g,""))],this.tooltipId=c("DuetTooltip"),this.aboutString={fi:"aiheesta",en:"about",sv:"om"},this.placement="bottom",this.theme="",this.language=u(),this.accessibleLabelDefault={fi:"Näytä lisätietoja",en:"Show more information",sv:"Visa mer tilläggsuppgifter"},this.accessibleLabel=b(this.accessibleLabelDefault,this.language),this.accessibleCloseLabelDefault={fi:"Sulje lisätiedot",en:"Close details",sv:"Stäng tilläggsuppgifter"},this.accessibleCloseLabel=b(this.accessibleCloseLabelDefault,this.language),this.label="",this.breakpoint="medium",this.direction="auto",this.positionVertical="0",this.positionHorizontal="0",this.active=!1,this.negative=!1,this.openTooltip=()=>{this.active=!0,setTimeout((()=>{this.contentEl.focus({preventScroll:!0}),this.buttonActive=!0}),200)},this.closeTooltip=(t=!1)=>{this.active=!1,t&&setTimeout((()=>{this.buttonEl.setFocus({preventScroll:!0})}),200),setTimeout((()=>{this.buttonActive=!1})),setTimeout((()=>{this.updatePlacement()}),200)},this.toggleOpen=()=>{this.active?this.closeTooltip():this.openTooltip()},this.updatePlacement=async()=>{var t,i;let s=!0;("large"!==this.breakpoint||this.mql[1].matches)&&("medium"!==this.breakpoint||this.mql[0].matches)||(s=!1);let e=s?"top-start":"top-end";"left"===this.direction?e="top-end":"right"===this.direction&&(e="top-start");const h=await a(this.buttonEl,this.popupElement,{placement:e,middleware:[r(),l({padding:5}),p({element:this.arrowEl})]});this.tooltipY=h.y,this.tooltipX=h.x,this.placement=h.placement,this.arrowY=null===(t=h.middlewareData.arrow)||void 0===t?void 0:t.y,this.arrowX=null===(i=h.middlewareData.arrow)||void 0===i?void 0:i.x}}componentWillLoad(){d(this),this.buttonActive=this.active}async componentDidLoad(){this.arrowEl=await this.popupElement.getArrowElement(),this.contentEl=await this.popupElement.getContentElement(),this.updatePlacement(),this.active&&(this.openTooltip(),await this.handleActiveChange(this.active)),this.intersectionObserver=new IntersectionObserver(this.updatePlacement,{root:document.body}),this.intersectionObserver.observe(this.element)}connectedCallback(){f(this,[{prop:"accessibleLabel",defaults:"accessibleLabelDefault"},{prop:"accessibleCloseLabel",defaults:"accessibleCloseLabelDefault"}]),"undefined"!=typeof MutationObserver&&(this.mutationO=new MutationObserver((()=>{v(this.element,this.popupElement)})),this.mutationO.observe(this.element,{childList:!0,characterData:!0,subtree:!0}))}componentDidRender(){this.firstRender&&(v(this.element,this.popupElement),this.firstRender=!1)}disconnectedCallback(){g(this)}handleDocumentClick(t){this.active&&t.composedPath().every((t=>t!==this.element&&t!==this.contentEl))&&this.closeTooltip()}handleKeyDown(t){this.active&&m(t)&&this.closeTooltip(!0)}handlePopupClose(){this.active&&this.closeTooltip(!0)}async handleActiveChange(t){t?this.autoUpdateCleanup=n(this.buttonEl,this.popupElement,this.updatePlacement):this.autoUpdateCleanup()}render(){const t={position:"relative",overflow:this.active?"visible":"hidden"},e={top:`${this.tooltipY}px`,left:`${this.tooltipX}px`,display:"block","pointer-events":this.active?"auto":"none"},h={top:this.arrowY?`${this.arrowY}px`:void 0,left:this.arrowX?`${this.arrowX}px`:void 0};return i(s,{style:{transform:`translateY(${this.positionVertical}) translateX(${this.positionHorizontal})`,zIndex:this.active?"201":""}},i("duet-tooltip-button",{ref:t=>this.buttonEl=t,active:this.buttonActive,tooltipId:this.tooltipId,label:this.label,accessibleLabel:this.accessibleInputLabel&&`${this.accessibleInputLabel}, ${this.accessibleLabel}`||this.accessibleAboutLabel&&`${this.accessibleLabel} ${this.aboutString[this.language]} ${this.accessibleAboutLabel}`||this.accessibleLabel,onClick:this.toggleOpen,theme:this.theme,negative:this.negative}),i("div",{style:t},i("duet-tooltip-popup",{ref:t=>this.popupElement=t,active:this.active,tooltipId:this.tooltipId,arrowStyles:h,style:e,placement:this.placement,accessibleCloseLabel:this.accessibleCloseLabel,theme:this.theme},i("slot",null))))}get element(){return e(this)}static get watchers(){return{active:["handleActiveChange"]}}};w.style="*,*::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;z-index:200;display:inline-flex;width:auto;margin-top:-16px !important;margin-left:-3px !important;-webkit-tap-highlight-color:transparent}duet-tooltip-button{position:relative}duet-tooltip-popup{position:absolute}";export{w as duet_tooltip}