@duetds/components 7.1.1 → 7.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (619) hide show
  1. package/README.md +5 -38
  2. package/hydrate/index.js +112 -132
  3. package/lib/cjs/duet-action-button.cjs.entry.js +21 -5
  4. package/lib/cjs/duet-alert.cjs.entry.js +1 -1
  5. package/lib/cjs/duet-badge.cjs.entry.js +1 -1
  6. package/lib/cjs/duet-banner.cjs.entry.js +1 -1
  7. package/lib/cjs/duet-breadcrumb.cjs.entry.js +1 -1
  8. package/lib/cjs/duet-breadcrumbs.cjs.entry.js +1 -1
  9. package/lib/cjs/duet-button_2.cjs.entry.js +1 -1
  10. package/lib/cjs/duet-callout.cjs.entry.js +1 -1
  11. package/lib/cjs/duet-caption_4.cjs.entry.js +2 -2
  12. package/lib/cjs/duet-card.cjs.entry.js +1 -1
  13. package/lib/cjs/duet-checkbox.cjs.entry.js +1 -1
  14. package/lib/cjs/duet-checkmark.cjs.entry.js +1 -1
  15. package/lib/cjs/duet-chip.cjs.entry.js +1 -1
  16. package/lib/cjs/duet-choice_2.cjs.entry.js +4 -3
  17. package/lib/cjs/duet-collapsible.cjs.entry.js +1 -1
  18. package/lib/cjs/duet-combobox.cjs.entry.js +1 -1
  19. package/lib/cjs/duet-contact-card.cjs.entry.js +1 -1
  20. package/lib/cjs/duet-cookie-consent.cjs.entry.js +1 -1
  21. package/lib/cjs/duet-date-picker.cjs.entry.js +2 -2
  22. package/lib/cjs/duet-divider_2.cjs.entry.js +1 -1
  23. package/lib/cjs/duet-editable-table_3.cjs.entry.js +1 -1
  24. package/lib/cjs/duet-empty-state.cjs.entry.js +1 -1
  25. package/lib/cjs/duet-fieldset.cjs.entry.js +1 -1
  26. package/lib/cjs/duet-footer.cjs.entry.js +1 -1
  27. package/lib/cjs/duet-grid_2.cjs.entry.js +1 -1
  28. package/lib/cjs/duet-header_2.cjs.entry.js +1 -1
  29. package/lib/cjs/duet-hero.cjs.entry.js +9 -3
  30. package/lib/cjs/duet-icon.cjs.entry.js +1 -1
  31. package/lib/cjs/duet-input_2.cjs.entry.js +1 -1
  32. package/lib/cjs/duet-layout.cjs.entry.js +1 -1
  33. package/lib/cjs/duet-list_2.cjs.entry.js +1 -1
  34. package/lib/cjs/duet-menu-bar-button.cjs.entry.js +1 -1
  35. package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +1 -1
  36. package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +1 -1
  37. package/lib/cjs/duet-menu-bar-link.cjs.entry.js +1 -1
  38. package/lib/cjs/duet-menu-bar.cjs.entry.js +1 -1
  39. package/lib/cjs/duet-modal.cjs.entry.js +2 -2
  40. package/lib/cjs/duet-multiselect.cjs.entry.js +1 -1
  41. package/lib/cjs/duet-nav.cjs.entry.js +1 -1
  42. package/lib/cjs/duet-notification_2.cjs.entry.js +1 -1
  43. package/lib/cjs/duet-number-input.cjs.entry.js +1 -1
  44. package/lib/cjs/duet-page-heading.cjs.entry.js +1 -1
  45. package/lib/cjs/duet-pagination_2.cjs.entry.js +72 -38
  46. package/lib/cjs/duet-popup-menu-item.cjs.entry.js +1 -1
  47. package/lib/cjs/duet-popup-menu.cjs.entry.js +1 -1
  48. package/lib/cjs/duet-progress.cjs.entry.js +1 -1
  49. package/lib/cjs/duet-promo-card.cjs.entry.js +1 -1
  50. package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
  51. package/lib/cjs/duet-range-slider.cjs.entry.js +1 -1
  52. package/lib/cjs/duet-scrollable_3.cjs.entry.js +1 -1
  53. package/lib/cjs/duet-section-layout.cjs.entry.js +1 -1
  54. package/lib/cjs/duet-select.cjs.entry.js +1 -1
  55. package/lib/cjs/duet-shaped-image.cjs.entry.js +1 -1
  56. package/lib/cjs/duet-show-more.cjs.entry.js +1 -1
  57. package/lib/cjs/duet-slideout-lang.cjs.entry.js +1 -1
  58. package/lib/cjs/duet-slideout-link.cjs.entry.js +1 -1
  59. package/lib/cjs/duet-slideout-panel-dropdown.cjs.entry.js +1 -1
  60. package/lib/cjs/duet-slideout-panel.cjs.entry.js +2 -2
  61. package/lib/cjs/duet-slideout.cjs.entry.js +2 -2
  62. package/lib/cjs/duet-step_2.cjs.entry.js +1 -1
  63. package/lib/cjs/duet-submenu-bar-dropdown-link.cjs.entry.js +1 -1
  64. package/lib/cjs/duet-submenu-bar-dropdown.cjs.entry.js +1 -1
  65. package/lib/cjs/duet-submenu-bar-link.cjs.entry.js +1 -1
  66. package/lib/cjs/duet-submenu-bar.cjs.entry.js +1 -1
  67. package/lib/cjs/duet-textarea.cjs.entry.js +1 -1
  68. package/lib/cjs/duet-toggle.cjs.entry.js +1 -1
  69. package/lib/cjs/duet-toolbar-dropdown-link.cjs.entry.js +1 -1
  70. package/lib/cjs/duet-toolbar-dropdown.cjs.entry.js +1 -1
  71. package/lib/cjs/duet-toolbar-link.cjs.entry.js +1 -1
  72. package/lib/cjs/duet-toolbar.cjs.entry.js +1 -1
  73. package/lib/cjs/duet-tooltip-button_2.cjs.entry.js +2 -2
  74. package/lib/cjs/duet-tooltip.cjs.entry.js +1 -1
  75. package/lib/cjs/duet-tray.cjs.entry.js +1 -1
  76. package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
  77. package/lib/cjs/duet-upload-item.cjs.entry.js +5 -2
  78. package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
  79. package/lib/cjs/duet.cjs.js +2 -2
  80. package/lib/cjs/{focus-utils-135b1e70.js → focus-utils-cdefdf2d.js} +1 -1
  81. package/lib/cjs/{index-8d4b3790.js → index-c113e2bb.js} +1 -1
  82. package/lib/cjs/loader.cjs.js +2 -2
  83. package/lib/collection/components/duet-action-button/duet-action-button.css +12 -12
  84. package/lib/collection/components/duet-action-button/duet-action-button.js +38 -5
  85. package/lib/collection/components/duet-alert/duet-alert.js +1 -1
  86. package/lib/collection/components/duet-button/duet-button.e2e.js +6 -4
  87. package/lib/collection/components/duet-button/duet-button.js +5 -5
  88. package/lib/collection/components/duet-caption/duet-caption.js +1 -1
  89. package/lib/collection/components/duet-card/duet-card.js +3 -3
  90. package/lib/collection/components/duet-checkbox/duet-checkbox.js +3 -3
  91. package/lib/collection/components/duet-chip/duet-chip.js +4 -4
  92. package/lib/collection/components/duet-choice/duet-choice.js +3 -3
  93. package/lib/collection/components/duet-choice-group/duet-choice-group.e2e.js +0 -1
  94. package/lib/collection/components/duet-choice-group/duet-choice-group.js +2 -1
  95. package/lib/collection/components/duet-collapsible/duet-collapsible.e2e.js +0 -2
  96. package/lib/collection/components/duet-collapsible/duet-collapsible.js +3 -3
  97. package/lib/collection/components/duet-combobox/duet-combobox.e2e.js +21 -8
  98. package/lib/collection/components/duet-combobox/duet-combobox.js +3 -3
  99. package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.e2e.js +0 -4
  100. package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.js +1 -1
  101. package/lib/collection/components/duet-date-picker/duet-date-picker.e2e.js +0 -1
  102. package/lib/collection/components/duet-date-picker/duet-date-picker.js +4 -4
  103. package/lib/collection/components/duet-divider/duet-divider.js +1 -1
  104. package/lib/collection/components/duet-editable-table/duet-editable-table.js +5 -5
  105. package/lib/collection/components/duet-empty-state/duet-empty-state.js +1 -1
  106. package/lib/collection/components/duet-footer/duet-footer.e2e.js +11 -10
  107. package/lib/collection/components/duet-footer/duet-footer.js +7 -7
  108. package/lib/collection/components/duet-grid/duet-grid.js +3 -3
  109. package/lib/collection/components/duet-header/duet-header.e2e.js +5 -3
  110. package/lib/collection/components/duet-header/duet-header.js +15 -15
  111. package/lib/collection/components/duet-heading/duet-heading.js +1 -1
  112. package/lib/collection/components/duet-hero/duet-hero.css +6 -0
  113. package/lib/collection/components/duet-hero/duet-hero.e2e.js +1 -1
  114. package/lib/collection/components/duet-hero/duet-hero.js +48 -6
  115. package/lib/collection/components/duet-icon/duet-icon.js +1 -1
  116. package/lib/collection/components/duet-input/duet-input.js +8 -8
  117. package/lib/collection/components/duet-label/duet-label.js +2 -2
  118. package/lib/collection/components/duet-layout/duet-layout.e2e.js +1 -1
  119. package/lib/collection/components/duet-layout/duet-layout.js +1 -1
  120. package/lib/collection/components/duet-link/duet-link.js +2 -1
  121. package/lib/collection/components/duet-list/duet-list.js +3 -3
  122. package/lib/collection/components/duet-logo/duet-logo.js +1 -1
  123. package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +1 -1
  124. package/lib/collection/components/duet-modal/duet-modal.js +3 -3
  125. package/lib/collection/components/duet-multiselect/duet-multiselect.js +5 -5
  126. package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.js +1 -1
  127. package/lib/collection/components/duet-number-input/duet-number-input.js +4 -4
  128. package/lib/collection/components/duet-pagination/duet-pagination.js +92 -37
  129. package/lib/collection/components/duet-paragraph/duet-paragraph.js +3 -3
  130. package/lib/collection/components/duet-popup-menu/duet-popup-menu.js +1 -1
  131. package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.js +2 -2
  132. package/lib/collection/components/duet-radio/duet-radio.js +3 -3
  133. package/lib/collection/components/duet-range-slider/duet-range-slider.js +2 -2
  134. package/lib/collection/components/duet-range-stepper/duet-range-stepper.e2e.js +1 -0
  135. package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +1 -1
  136. package/lib/collection/components/duet-select/duet-select.js +5 -5
  137. package/lib/collection/components/duet-show-more/duet-show-more.js +1 -1
  138. package/lib/collection/components/duet-slideout/duet-slideout.js +1 -1
  139. package/lib/collection/components/duet-spacer/duet-spacer.js +2 -2
  140. package/lib/collection/components/duet-spinner/duet-spinner.js +1 -1
  141. package/lib/collection/components/duet-step/duet-step.e2e.js +2 -0
  142. package/lib/collection/components/duet-step/duet-step.js +2 -2
  143. package/lib/collection/components/duet-stepper/duet-stepper.e2e.js +0 -1
  144. package/lib/collection/components/duet-stepper/duet-stepper.js +1 -1
  145. package/lib/collection/components/duet-tab-group/duet-tab-group.js +5 -5
  146. package/lib/collection/components/duet-textarea/duet-textarea.js +4 -4
  147. package/lib/collection/components/duet-toggle/duet-toggle.js +1 -1
  148. package/lib/collection/components/duet-tooltip/duet-tooltip.js +1 -1
  149. package/lib/collection/components/duet-upload/duet-upload.e2e.js +2 -3
  150. package/lib/collection/components/duet-upload/duet-upload.js +14 -14
  151. package/lib/collection/components/duet-upload-item/duet-upload-item.css +3 -0
  152. package/lib/collection/components/duet-upload-item/duet-upload-item.js +12 -2
  153. package/lib/collection/utils/nudge.js +4 -0
  154. package/lib/dist-custom-elements/duet-action-button.js +1 -1
  155. package/lib/dist-custom-elements/duet-alert.js +1 -1
  156. package/lib/dist-custom-elements/duet-badge.js +1 -1
  157. package/lib/dist-custom-elements/duet-banner.js +4 -4
  158. package/lib/dist-custom-elements/duet-breadcrumb.js +2 -2
  159. package/lib/dist-custom-elements/duet-breadcrumbs.js +1 -1
  160. package/lib/dist-custom-elements/duet-button.js +1 -1
  161. package/lib/dist-custom-elements/duet-callout.js +3 -3
  162. package/lib/dist-custom-elements/duet-caption.js +1 -1
  163. package/lib/dist-custom-elements/duet-card.js +3 -3
  164. package/lib/dist-custom-elements/duet-checkbox.js +1 -1
  165. package/lib/dist-custom-elements/duet-checkmark.js +1 -1
  166. package/lib/dist-custom-elements/duet-chip.js +2 -2
  167. package/lib/dist-custom-elements/duet-choice-group.js +10 -9
  168. package/lib/dist-custom-elements/duet-choice.js +5 -5
  169. package/lib/dist-custom-elements/duet-collapsible.js +2 -2
  170. package/lib/dist-custom-elements/duet-combobox.js +2 -2
  171. package/lib/dist-custom-elements/duet-contact-card.js +8 -8
  172. package/lib/dist-custom-elements/duet-cookie-consent.js +6 -6
  173. package/lib/dist-custom-elements/duet-date-picker.js +12 -12
  174. package/lib/dist-custom-elements/duet-divider.js +1 -1
  175. package/lib/dist-custom-elements/duet-editable-table.js +7 -7
  176. package/lib/dist-custom-elements/duet-empty-state.js +1 -1
  177. package/lib/dist-custom-elements/duet-fieldset.js +1 -1
  178. package/lib/dist-custom-elements/duet-footer.js +4 -4
  179. package/lib/dist-custom-elements/duet-grid-item.js +1 -1
  180. package/lib/dist-custom-elements/duet-grid.js +1 -1
  181. package/lib/dist-custom-elements/duet-header.js +8 -8
  182. package/lib/dist-custom-elements/duet-heading.js +1 -1
  183. package/lib/dist-custom-elements/duet-hero.js +19 -11
  184. package/lib/dist-custom-elements/duet-icon.js +1 -1
  185. package/lib/dist-custom-elements/duet-input.js +1 -1
  186. package/lib/dist-custom-elements/duet-label.js +1 -1
  187. package/lib/dist-custom-elements/duet-layout.js +1 -1
  188. package/lib/dist-custom-elements/duet-link.js +1 -1
  189. package/lib/dist-custom-elements/duet-list-item.js +1 -1
  190. package/lib/dist-custom-elements/duet-list.js +1 -1
  191. package/lib/dist-custom-elements/duet-logo.js +1 -1
  192. package/lib/dist-custom-elements/duet-menu-bar-button.js +2 -2
  193. package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +2 -2
  194. package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +2 -2
  195. package/lib/dist-custom-elements/duet-menu-bar-link.js +2 -2
  196. package/lib/dist-custom-elements/duet-menu-bar.js +2 -2
  197. package/lib/dist-custom-elements/duet-modal.js +7 -7
  198. package/lib/dist-custom-elements/duet-multiselect.js +10 -10
  199. package/lib/dist-custom-elements/duet-nav.js +1 -1
  200. package/lib/dist-custom-elements/duet-notification-drawer.js +4 -4
  201. package/lib/dist-custom-elements/duet-notification.js +2 -2
  202. package/lib/dist-custom-elements/duet-number-input.js +11 -11
  203. package/lib/dist-custom-elements/duet-page-heading.js +2 -2
  204. package/lib/dist-custom-elements/duet-pagination.js +88 -50
  205. package/lib/dist-custom-elements/duet-paragraph.js +1 -1
  206. package/lib/dist-custom-elements/duet-popup-menu-item.js +2 -2
  207. package/lib/dist-custom-elements/duet-popup-menu.js +1 -1
  208. package/lib/dist-custom-elements/duet-progress.js +1 -1
  209. package/lib/dist-custom-elements/duet-promo-card.js +3 -3
  210. package/lib/dist-custom-elements/duet-radio-group.js +8 -8
  211. package/lib/dist-custom-elements/duet-radio.js +1 -1
  212. package/lib/dist-custom-elements/duet-range-slider.js +2 -2
  213. package/lib/dist-custom-elements/duet-range-stepper.js +4 -4
  214. package/lib/dist-custom-elements/duet-scrollable.js +1 -1
  215. package/lib/dist-custom-elements/duet-section-layout.js +1 -1
  216. package/lib/dist-custom-elements/duet-select.js +1 -1
  217. package/lib/dist-custom-elements/duet-shaped-image.js +1 -1
  218. package/lib/dist-custom-elements/duet-show-more.js +5 -5
  219. package/lib/dist-custom-elements/duet-slideout-lang.js +2 -2
  220. package/lib/dist-custom-elements/duet-slideout-link.js +2 -2
  221. package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +2 -2
  222. package/lib/dist-custom-elements/duet-slideout-panel.js +2 -2
  223. package/lib/dist-custom-elements/duet-slideout.js +2 -2
  224. package/lib/dist-custom-elements/duet-spacer.js +1 -1
  225. package/lib/dist-custom-elements/duet-spinner.js +1 -1
  226. package/lib/dist-custom-elements/duet-step.js +4 -4
  227. package/lib/dist-custom-elements/duet-stepper.js +2 -2
  228. package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +2 -2
  229. package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +2 -2
  230. package/lib/dist-custom-elements/duet-submenu-bar-link.js +2 -2
  231. package/lib/dist-custom-elements/duet-submenu-bar.js +2 -2
  232. package/lib/dist-custom-elements/duet-tab-group.js +13 -13
  233. package/lib/dist-custom-elements/duet-tab.js +1 -1
  234. package/lib/dist-custom-elements/duet-table.js +1 -1
  235. package/lib/dist-custom-elements/duet-textarea.js +10 -10
  236. package/lib/dist-custom-elements/duet-toggle.js +2 -2
  237. package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +2 -2
  238. package/lib/dist-custom-elements/duet-toolbar-dropdown.js +2 -2
  239. package/lib/dist-custom-elements/duet-toolbar-link.js +2 -2
  240. package/lib/dist-custom-elements/duet-toolbar.js +1 -1
  241. package/lib/dist-custom-elements/duet-tooltip-button.js +1 -1
  242. package/lib/dist-custom-elements/duet-tooltip-popup.js +1 -1
  243. package/lib/dist-custom-elements/duet-tooltip.js +1 -1
  244. package/lib/dist-custom-elements/duet-tray.js +3 -3
  245. package/lib/dist-custom-elements/duet-upload-aria-status.js +1 -1
  246. package/lib/dist-custom-elements/duet-upload-item.js +1 -1
  247. package/lib/dist-custom-elements/duet-upload.js +18 -18
  248. package/lib/dist-custom-elements/duet-visually-hidden.js +1 -1
  249. package/lib/dist-custom-elements/index.js +1 -1
  250. package/lib/dist-custom-elements/{p-6e063bb0.js → p-05927f57.js} +1 -1
  251. package/lib/dist-custom-elements/{p-51a58715.js → p-05d1dc5a.js} +1 -1
  252. package/lib/dist-custom-elements/{p-bc972b0a.js → p-08fb93f2.js} +1 -1
  253. package/lib/dist-custom-elements/{p-84946626.js → p-0e524bb9.js} +4 -4
  254. package/lib/dist-custom-elements/{p-fa9cb266.js → p-186cbc8e.js} +1 -1
  255. package/lib/dist-custom-elements/{p-0c7dab94.js → p-1c5edaed.js} +2 -2
  256. package/lib/dist-custom-elements/{p-8afda636.js → p-266a745d.js} +10 -10
  257. package/lib/dist-custom-elements/{p-eea6945b.js → p-2adcd550.js} +1 -1
  258. package/lib/dist-custom-elements/{p-d27dc964.js → p-2eb3a0a6.js} +5 -5
  259. package/lib/dist-custom-elements/{p-2764b248.js → p-399efbd2.js} +2 -2
  260. package/lib/dist-custom-elements/{p-8f0848ab.js → p-48e9e036.js} +1 -1
  261. package/lib/dist-custom-elements/{p-720c72c5.js → p-4921b11d.js} +4 -4
  262. package/lib/dist-custom-elements/{p-db1ac527.js → p-4a8b7174.js} +1 -1
  263. package/lib/dist-custom-elements/{p-eb55b736.js → p-4e6ddeed.js} +2 -2
  264. package/lib/dist-custom-elements/{p-5fd9c816.js → p-51067c1c.js} +2 -2
  265. package/lib/dist-custom-elements/{p-dbe427e1.js → p-5219d0c0.js} +14 -11
  266. package/lib/dist-custom-elements/{p-227dc421.js → p-612c5258.js} +1 -1
  267. package/lib/dist-custom-elements/{p-7da4aa07.js → p-73378f6e.js} +1 -1
  268. package/lib/dist-custom-elements/{p-a0669ee9.js → p-74379770.js} +1 -1
  269. package/lib/dist-custom-elements/{p-f2263866.js → p-77ec763f.js} +3 -3
  270. package/lib/dist-custom-elements/{p-3c3e91d0.js → p-7a0d0ba1.js} +1 -1
  271. package/lib/dist-custom-elements/{p-8160c830.js → p-7b2b8c0f.js} +24 -7
  272. package/lib/dist-custom-elements/{p-f6ae66d9.js → p-7d00dae6.js} +2 -2
  273. package/lib/dist-custom-elements/{p-7579d4ae.js → p-851603d1.js} +1 -1
  274. package/lib/dist-custom-elements/{p-cfca65c8.js → p-85d03f96.js} +5 -5
  275. package/lib/dist-custom-elements/{p-96f45950.js → p-896598da.js} +1 -1
  276. package/lib/dist-custom-elements/{p-8800fa36.js → p-9e8ed1f4.js} +1 -1
  277. package/lib/dist-custom-elements/{p-f06ebf0f.js → p-a3cc656c.js} +8 -8
  278. package/lib/dist-custom-elements/{p-092ff822.js → p-b3d7a5f1.js} +5 -5
  279. package/lib/dist-custom-elements/{p-461756c5.js → p-cdfcec05.js} +1 -1
  280. package/lib/dist-custom-elements/{p-fc5aceac.js → p-da336880.js} +1 -1
  281. package/lib/dist-custom-elements/{p-aa2863af.js → p-e436057c.js} +1 -1
  282. package/lib/dist-custom-elements/{p-5f06c4ee.js → p-e835e6e8.js} +1 -1
  283. package/lib/dist-custom-elements/{p-9468d6ea.js → p-f2f1b5a7.js} +1 -1
  284. package/lib/duet/duet.esm.js +1 -1
  285. package/lib/duet/duet.js +1 -1
  286. package/lib/duet/{p-ae8732d6.system.entry.js → p-0173b1db.system.entry.js} +1 -1
  287. package/lib/duet/{p-6a11cde0.system.entry.js → p-03e5d91b.system.entry.js} +1 -1
  288. package/lib/duet/{p-d1edbad6.system.entry.js → p-044464f3.system.entry.js} +1 -1
  289. package/lib/duet/{p-668716b8.system.js → p-08b472ed.system.js} +1 -1
  290. package/lib/duet/{p-e4a8487e.system.entry.js → p-0a54e093.system.entry.js} +1 -1
  291. package/lib/duet/{p-b9122050.system.entry.js → p-0a978191.system.entry.js} +1 -1
  292. package/lib/duet/{p-2622c405.entry.js → p-0dab0217.entry.js} +1 -1
  293. package/lib/duet/{p-e8f76d19.system.entry.js → p-0e0a1105.system.entry.js} +1 -1
  294. package/lib/duet/{p-e82882cb.system.entry.js → p-0f56cb07.system.entry.js} +1 -1
  295. package/lib/duet/{p-3469e15c.entry.js → p-12dbf60e.entry.js} +1 -1
  296. package/lib/duet/{p-daea7760.entry.js → p-1837a1d1.entry.js} +1 -1
  297. package/lib/duet/{p-6ff847d2.entry.js → p-1a73c53b.entry.js} +1 -1
  298. package/lib/duet/{p-d366b0ac.system.entry.js → p-1bd82ee4.system.entry.js} +1 -1
  299. package/lib/duet/{p-f69e737e.system.entry.js → p-1c293f30.system.entry.js} +1 -1
  300. package/lib/duet/{p-79f248ef.entry.js → p-212aa853.entry.js} +1 -1
  301. package/lib/duet/p-21332da6.entry.js +4 -0
  302. package/lib/duet/{p-cb01acfa.system.entry.js → p-21a15388.system.entry.js} +1 -1
  303. package/lib/duet/{p-bd988e8e.entry.js → p-229b9fb7.entry.js} +1 -1
  304. package/lib/duet/{p-7ff3e582.entry.js → p-236f39e6.entry.js} +1 -1
  305. package/lib/duet/{p-ea2375d5.entry.js → p-2431baa9.entry.js} +1 -1
  306. package/lib/duet/{p-c7719838.system.entry.js → p-25d9c496.system.entry.js} +1 -1
  307. package/lib/duet/{p-3f78ed00.entry.js → p-268daeba.entry.js} +1 -1
  308. package/lib/duet/p-2690079d.system.entry.js +4 -0
  309. package/lib/duet/{p-ec2b5cc2.system.entry.js → p-271dc3df.system.entry.js} +1 -1
  310. package/lib/duet/{p-7862b921.entry.js → p-276b3c6e.entry.js} +1 -1
  311. package/lib/duet/{p-62e31f4f.entry.js → p-28bf2707.entry.js} +1 -1
  312. package/lib/duet/{p-678e5dee.entry.js → p-28c2ed7a.entry.js} +1 -1
  313. package/lib/duet/{p-e5fbc547.system.entry.js → p-291093f3.system.entry.js} +1 -1
  314. package/lib/duet/{p-5e25fed6.system.entry.js → p-29ee2456.system.entry.js} +1 -1
  315. package/lib/duet/{p-acb44157.system.entry.js → p-2c7ab65b.system.entry.js} +1 -1
  316. package/lib/duet/{p-faefd02d.system.entry.js → p-2cb7d804.system.entry.js} +1 -1
  317. package/lib/duet/{p-fd0d794b.entry.js → p-2f74551a.entry.js} +1 -1
  318. package/lib/duet/{p-b223f9f3.entry.js → p-2ff57c5e.entry.js} +1 -1
  319. package/lib/duet/{p-09694f22.entry.js → p-302b75ec.entry.js} +1 -1
  320. package/lib/duet/{p-9f04f069.entry.js → p-31526713.entry.js} +1 -1
  321. package/lib/duet/{p-3e27b126.entry.js → p-326cfdbf.entry.js} +1 -1
  322. package/lib/duet/{p-f67da334.system.entry.js → p-352235b9.system.entry.js} +1 -1
  323. package/lib/duet/{p-1b56e37f.system.entry.js → p-3714093b.system.entry.js} +1 -1
  324. package/lib/duet/{p-a7c0ac21.system.entry.js → p-38e3ee11.system.entry.js} +1 -1
  325. package/lib/duet/{p-f158a882.system.entry.js → p-3fd63941.system.entry.js} +1 -1
  326. package/lib/duet/{p-f6476f51.entry.js → p-413bdf00.entry.js} +1 -1
  327. package/lib/duet/{p-c7d985bf.system.entry.js → p-4560aa78.system.entry.js} +1 -1
  328. package/lib/duet/{p-28f8fa55.system.entry.js → p-4780158b.system.entry.js} +1 -1
  329. package/lib/duet/{p-61989371.system.entry.js → p-47dd74d6.system.entry.js} +1 -1
  330. package/lib/duet/{p-5aa42e6e.system.entry.js → p-48ca6f43.system.entry.js} +1 -1
  331. package/lib/duet/{p-92978891.system.entry.js → p-4aaecd69.system.entry.js} +1 -1
  332. package/lib/duet/{p-aeccbda2.entry.js → p-4b1e9cd7.entry.js} +1 -1
  333. package/lib/duet/{p-d3384a8b.entry.js → p-4d2a6eaa.entry.js} +1 -1
  334. package/lib/duet/{p-4801f8f8.system.entry.js → p-4da04479.system.entry.js} +1 -1
  335. package/lib/duet/p-4dbb28cd.system.entry.js +4 -0
  336. package/lib/duet/{p-c4162949.system.entry.js → p-4eeb0034.system.entry.js} +1 -1
  337. package/lib/duet/{p-22a9a885.system.entry.js → p-5034e406.system.entry.js} +1 -1
  338. package/lib/duet/{p-867ac9cc.system.entry.js → p-53397ad0.system.entry.js} +1 -1
  339. package/lib/duet/{p-93c389a8.entry.js → p-538d0276.entry.js} +1 -1
  340. package/lib/duet/{p-26e1dca0.system.entry.js → p-54a3fc93.system.entry.js} +1 -1
  341. package/lib/duet/{p-556983df.entry.js → p-55fc322c.entry.js} +1 -1
  342. package/lib/duet/{p-403df195.entry.js → p-58b34b88.entry.js} +1 -1
  343. package/lib/duet/{p-ab981ff7.entry.js → p-59b05375.entry.js} +1 -1
  344. package/lib/duet/{p-64c58523.system.entry.js → p-66609411.system.entry.js} +1 -1
  345. package/lib/duet/{p-d60fc476.entry.js → p-67c6ed8d.entry.js} +1 -1
  346. package/lib/duet/{p-7047ac99.system.entry.js → p-6e8d932c.system.entry.js} +1 -1
  347. package/lib/duet/{p-ff9db811.js → p-71084e11.js} +1 -1
  348. package/lib/duet/{p-8b3ca5ab.system.entry.js → p-712d71ac.system.entry.js} +1 -1
  349. package/lib/duet/{p-aa326c4e.entry.js → p-719ce9bb.entry.js} +1 -1
  350. package/lib/duet/{p-d3e74991.system.entry.js → p-72441f44.system.entry.js} +1 -1
  351. package/lib/duet/{p-81107718.entry.js → p-72dd3aaf.entry.js} +1 -1
  352. package/lib/duet/{p-4e958a51.system.entry.js → p-7301b658.system.entry.js} +1 -1
  353. package/lib/duet/p-744bbd20.system.js +4 -0
  354. package/lib/duet/{p-70046a69.entry.js → p-784a7e09.entry.js} +1 -1
  355. package/lib/duet/{p-22c45d9c.system.entry.js → p-7a649b03.system.entry.js} +1 -1
  356. package/lib/duet/{p-4655fafc.entry.js → p-7dfb5873.entry.js} +1 -1
  357. package/lib/duet/{p-e2d5f327.entry.js → p-7f821bb9.entry.js} +1 -1
  358. package/lib/duet/{p-2118ce4b.system.entry.js → p-800cf79d.system.entry.js} +1 -1
  359. package/lib/duet/{p-5167068e.system.entry.js → p-81670fdc.system.entry.js} +1 -1
  360. package/lib/duet/{p-a5d3e6fb.system.entry.js → p-81b33aa2.system.entry.js} +1 -1
  361. package/lib/duet/{p-94f4e0bf.entry.js → p-83b6f665.entry.js} +1 -1
  362. package/lib/duet/p-843f140e.entry.js +4 -0
  363. package/lib/duet/{p-168f9b1c.entry.js → p-8666b6f2.entry.js} +1 -1
  364. package/lib/duet/{p-68e69fb0.entry.js → p-89fb88a2.entry.js} +1 -1
  365. package/lib/duet/{p-2abe65e5.entry.js → p-8a63793d.entry.js} +1 -1
  366. package/lib/duet/{p-a31ec36c.entry.js → p-8e24e881.entry.js} +1 -1
  367. package/lib/duet/{p-a65edc8c.entry.js → p-9022d39d.entry.js} +1 -1
  368. package/lib/duet/{p-d0dd55f5.entry.js → p-92d7de4d.entry.js} +1 -1
  369. package/lib/duet/{p-930e7709.system.entry.js → p-932f2f90.system.entry.js} +1 -1
  370. package/lib/duet/{p-ac711c85.entry.js → p-93f44760.entry.js} +1 -1
  371. package/lib/duet/{p-2043a083.entry.js → p-94994761.entry.js} +1 -1
  372. package/lib/duet/{p-52e15824.entry.js → p-96ab4ddb.entry.js} +1 -1
  373. package/lib/duet/{p-93877e30.system.entry.js → p-9b7cbcb6.system.entry.js} +1 -1
  374. package/lib/duet/{p-31382b41.system.entry.js → p-9ceaa6b2.system.entry.js} +1 -1
  375. package/lib/duet/{p-f89001e8.entry.js → p-9e1700b8.entry.js} +1 -1
  376. package/lib/duet/{p-6cd9e728.system.entry.js → p-9e992b21.system.entry.js} +1 -1
  377. package/lib/duet/{p-1fb54404.system.entry.js → p-9f3b42d3.system.entry.js} +1 -1
  378. package/lib/duet/{p-53da8993.entry.js → p-a22a0017.entry.js} +1 -1
  379. package/lib/duet/{p-7d836058.entry.js → p-a2c2160f.entry.js} +1 -1
  380. package/lib/duet/{p-4ce91f2d.system.entry.js → p-a3c3240a.system.entry.js} +1 -1
  381. package/lib/duet/{p-b4d48cd1.entry.js → p-a60fe92f.entry.js} +1 -1
  382. package/lib/duet/p-a6db5cb4.js +4 -0
  383. package/lib/duet/{p-9c7d954f.system.entry.js → p-a94020db.system.entry.js} +1 -1
  384. package/lib/duet/{p-442872df.system.entry.js → p-a95dc83f.system.entry.js} +1 -1
  385. package/lib/duet/{p-4abb665b.system.entry.js → p-ab79e49a.system.entry.js} +1 -1
  386. package/lib/duet/{p-26415995.entry.js → p-ac4688c8.entry.js} +1 -1
  387. package/lib/duet/{p-69180c8a.entry.js → p-ac782d97.entry.js} +1 -1
  388. package/lib/duet/{p-68c41c1e.system.entry.js → p-b2e74c33.system.entry.js} +1 -1
  389. package/lib/duet/{p-7cc4dfa7.entry.js → p-b3f79bd8.entry.js} +1 -1
  390. package/lib/duet/{p-31a0d4f6.system.entry.js → p-b7b793e8.system.entry.js} +1 -1
  391. package/lib/duet/{p-90c5eed1.entry.js → p-b839e79a.entry.js} +1 -1
  392. package/lib/duet/{p-05432941.system.entry.js → p-ba297ed9.system.entry.js} +1 -1
  393. package/lib/duet/{p-406ec3c8.entry.js → p-bbc1c8ea.entry.js} +1 -1
  394. package/lib/duet/{p-7b2e5d7f.entry.js → p-bc4c2a48.entry.js} +1 -1
  395. package/lib/duet/{p-35762693.system.entry.js → p-bf286e4e.system.entry.js} +1 -1
  396. package/lib/duet/{p-79b111a8.entry.js → p-bf7f3d46.entry.js} +1 -1
  397. package/lib/duet/{p-e1178f0e.entry.js → p-c04f1ef9.entry.js} +1 -1
  398. package/lib/duet/{p-3a0fde44.entry.js → p-c2356a52.entry.js} +1 -1
  399. package/lib/duet/{p-38eb6aa3.system.entry.js → p-c2d6c479.system.entry.js} +1 -1
  400. package/lib/duet/{p-6ac42c0b.system.entry.js → p-c343cf83.system.entry.js} +1 -1
  401. package/lib/duet/p-c3b9d5ec.entry.js +4 -0
  402. package/lib/duet/{p-6043a34d.entry.js → p-c4fbe10f.entry.js} +1 -1
  403. package/lib/duet/{p-da858b14.entry.js → p-c503f559.entry.js} +1 -1
  404. package/lib/duet/{p-c2884d84.system.entry.js → p-c7f975fc.system.entry.js} +1 -1
  405. package/lib/duet/{p-d5ac9c19.system.entry.js → p-c8dc47b7.system.entry.js} +1 -1
  406. package/lib/duet/{p-5c08947a.system.entry.js → p-cafbb204.system.entry.js} +1 -1
  407. package/lib/duet/{p-07bf4b25.system.entry.js → p-ccb3bf1b.system.entry.js} +1 -1
  408. package/lib/duet/{p-64599d16.entry.js → p-cd6530bc.entry.js} +1 -1
  409. package/lib/duet/p-cdc76da1.system.entry.js +4 -0
  410. package/lib/duet/{p-73e91b76.entry.js → p-cea1672a.entry.js} +1 -1
  411. package/lib/duet/{p-89f3b845.entry.js → p-cf023bd7.entry.js} +1 -1
  412. package/lib/duet/{p-c94181d2.entry.js → p-cf6f2ae5.entry.js} +1 -1
  413. package/lib/duet/{p-69ed2463.entry.js → p-d077942e.entry.js} +1 -1
  414. package/lib/duet/{p-fdcc3016.entry.js → p-d09cb9c8.entry.js} +1 -1
  415. package/lib/duet/{p-618fae79.system.entry.js → p-d124fbb9.system.entry.js} +1 -1
  416. package/lib/duet/{p-a1b259b5.entry.js → p-d2106b43.entry.js} +1 -1
  417. package/lib/duet/p-d6165161.entry.js +4 -0
  418. package/lib/duet/{p-a42e4e99.entry.js → p-d6cff7d0.entry.js} +1 -1
  419. package/lib/duet/{p-e0321b18.system.entry.js → p-d82d004f.system.entry.js} +1 -1
  420. package/lib/duet/p-d838b19b.entry.js +4 -0
  421. package/lib/duet/{p-56b259c4.system.entry.js → p-d84a3d86.system.entry.js} +1 -1
  422. package/lib/duet/{p-c67fb8ae.entry.js → p-d87a94a0.entry.js} +1 -1
  423. package/lib/duet/{p-8517c898.entry.js → p-d8ef94e6.entry.js} +1 -1
  424. package/lib/duet/p-db2aaa8d.system.entry.js +4 -0
  425. package/lib/duet/{p-6878509c.system.entry.js → p-dd149ee6.system.entry.js} +1 -1
  426. package/lib/duet/{p-c05d40ff.system.entry.js → p-df7e3964.system.entry.js} +1 -1
  427. package/lib/duet/{p-76837ecf.system.entry.js → p-e3cc006d.system.entry.js} +1 -1
  428. package/lib/duet/{p-7041ce72.system.entry.js → p-e40973b9.system.entry.js} +1 -1
  429. package/lib/duet/{p-a3a93783.entry.js → p-e4188875.entry.js} +1 -1
  430. package/lib/duet/{p-8b5fcd98.entry.js → p-e544c1cf.entry.js} +1 -1
  431. package/lib/duet/{p-b66ecbb2.entry.js → p-e5d9d99e.entry.js} +1 -1
  432. package/lib/duet/{p-8683ae46.system.entry.js → p-e672079a.system.entry.js} +1 -1
  433. package/lib/duet/{p-b8c3530f.system.entry.js → p-e6e8c381.system.entry.js} +1 -1
  434. package/lib/duet/{p-07ae2d9c.system.js → p-ed063bbd.system.js} +1 -1
  435. package/lib/duet/{p-3f96e6be.system.entry.js → p-ed082ad1.system.entry.js} +1 -1
  436. package/lib/duet/{p-b932a1dc.system.entry.js → p-ef0966d6.system.entry.js} +1 -1
  437. package/lib/duet/{p-b440e72b.system.entry.js → p-efa0e8d1.system.entry.js} +1 -1
  438. package/lib/duet/{p-3fbc446a.system.entry.js → p-f2f333b9.system.entry.js} +1 -1
  439. package/lib/duet/{p-cefb4bab.entry.js → p-f58375e0.entry.js} +1 -1
  440. package/lib/duet/{p-015c6c0f.entry.js → p-f851e807.entry.js} +1 -1
  441. package/lib/duet/{p-846ff870.entry.js → p-fa861bef.entry.js} +1 -1
  442. package/lib/duet/{p-6278bb45.system.entry.js → p-fed4d34a.system.entry.js} +1 -1
  443. package/lib/esm/duet-action-button.entry.js +21 -5
  444. package/lib/esm/duet-alert.entry.js +1 -1
  445. package/lib/esm/duet-badge.entry.js +1 -1
  446. package/lib/esm/duet-banner.entry.js +1 -1
  447. package/lib/esm/duet-breadcrumb.entry.js +1 -1
  448. package/lib/esm/duet-breadcrumbs.entry.js +1 -1
  449. package/lib/esm/duet-button_2.entry.js +1 -1
  450. package/lib/esm/duet-callout.entry.js +1 -1
  451. package/lib/esm/duet-caption_4.entry.js +2 -2
  452. package/lib/esm/duet-card.entry.js +1 -1
  453. package/lib/esm/duet-checkbox.entry.js +1 -1
  454. package/lib/esm/duet-checkmark.entry.js +1 -1
  455. package/lib/esm/duet-chip.entry.js +1 -1
  456. package/lib/esm/duet-choice_2.entry.js +4 -3
  457. package/lib/esm/duet-collapsible.entry.js +1 -1
  458. package/lib/esm/duet-combobox.entry.js +1 -1
  459. package/lib/esm/duet-contact-card.entry.js +1 -1
  460. package/lib/esm/duet-cookie-consent.entry.js +1 -1
  461. package/lib/esm/duet-date-picker.entry.js +2 -2
  462. package/lib/esm/duet-divider_2.entry.js +1 -1
  463. package/lib/esm/duet-editable-table_3.entry.js +1 -1
  464. package/lib/esm/duet-empty-state.entry.js +1 -1
  465. package/lib/esm/duet-fieldset.entry.js +1 -1
  466. package/lib/esm/duet-footer.entry.js +1 -1
  467. package/lib/esm/duet-grid_2.entry.js +1 -1
  468. package/lib/esm/duet-header_2.entry.js +1 -1
  469. package/lib/esm/duet-hero.entry.js +9 -3
  470. package/lib/esm/duet-icon.entry.js +1 -1
  471. package/lib/esm/duet-input_2.entry.js +1 -1
  472. package/lib/esm/duet-layout.entry.js +1 -1
  473. package/lib/esm/duet-list_2.entry.js +1 -1
  474. package/lib/esm/duet-menu-bar-button.entry.js +1 -1
  475. package/lib/esm/duet-menu-bar-dropdown-link.entry.js +1 -1
  476. package/lib/esm/duet-menu-bar-dropdown.entry.js +1 -1
  477. package/lib/esm/duet-menu-bar-link.entry.js +1 -1
  478. package/lib/esm/duet-menu-bar.entry.js +1 -1
  479. package/lib/esm/duet-modal.entry.js +2 -2
  480. package/lib/esm/duet-multiselect.entry.js +1 -1
  481. package/lib/esm/duet-nav.entry.js +1 -1
  482. package/lib/esm/duet-notification_2.entry.js +1 -1
  483. package/lib/esm/duet-number-input.entry.js +1 -1
  484. package/lib/esm/duet-page-heading.entry.js +1 -1
  485. package/lib/esm/duet-pagination_2.entry.js +72 -38
  486. package/lib/esm/duet-popup-menu-item.entry.js +1 -1
  487. package/lib/esm/duet-popup-menu.entry.js +1 -1
  488. package/lib/esm/duet-progress.entry.js +1 -1
  489. package/lib/esm/duet-promo-card.entry.js +1 -1
  490. package/lib/esm/duet-radio_2.entry.js +1 -1
  491. package/lib/esm/duet-range-slider.entry.js +1 -1
  492. package/lib/esm/duet-scrollable_3.entry.js +1 -1
  493. package/lib/esm/duet-section-layout.entry.js +1 -1
  494. package/lib/esm/duet-select.entry.js +1 -1
  495. package/lib/esm/duet-shaped-image.entry.js +1 -1
  496. package/lib/esm/duet-show-more.entry.js +1 -1
  497. package/lib/esm/duet-slideout-lang.entry.js +1 -1
  498. package/lib/esm/duet-slideout-link.entry.js +1 -1
  499. package/lib/esm/duet-slideout-panel-dropdown.entry.js +1 -1
  500. package/lib/esm/duet-slideout-panel.entry.js +2 -2
  501. package/lib/esm/duet-slideout.entry.js +2 -2
  502. package/lib/esm/duet-step_2.entry.js +1 -1
  503. package/lib/esm/duet-submenu-bar-dropdown-link.entry.js +1 -1
  504. package/lib/esm/duet-submenu-bar-dropdown.entry.js +1 -1
  505. package/lib/esm/duet-submenu-bar-link.entry.js +1 -1
  506. package/lib/esm/duet-submenu-bar.entry.js +1 -1
  507. package/lib/esm/duet-textarea.entry.js +1 -1
  508. package/lib/esm/duet-toggle.entry.js +1 -1
  509. package/lib/esm/duet-toolbar-dropdown-link.entry.js +1 -1
  510. package/lib/esm/duet-toolbar-dropdown.entry.js +1 -1
  511. package/lib/esm/duet-toolbar-link.entry.js +1 -1
  512. package/lib/esm/duet-toolbar.entry.js +1 -1
  513. package/lib/esm/duet-tooltip-button_2.entry.js +2 -2
  514. package/lib/esm/duet-tooltip.entry.js +1 -1
  515. package/lib/esm/duet-tray.entry.js +1 -1
  516. package/lib/esm/duet-upload-aria-status.entry.js +1 -1
  517. package/lib/esm/duet-upload-item.entry.js +5 -2
  518. package/lib/esm/duet-visually-hidden.entry.js +1 -1
  519. package/lib/esm/duet.js +3 -3
  520. package/lib/esm/{focus-utils-d927e096.js → focus-utils-a2bc44e9.js} +1 -1
  521. package/lib/esm/{index-bb518df4.js → index-755fb199.js} +1 -1
  522. package/lib/esm/loader.js +3 -3
  523. package/lib/esm-es5/duet-action-button.entry.js +2 -2
  524. package/lib/esm-es5/duet-alert.entry.js +1 -1
  525. package/lib/esm-es5/duet-badge.entry.js +1 -1
  526. package/lib/esm-es5/duet-banner.entry.js +1 -1
  527. package/lib/esm-es5/duet-breadcrumb.entry.js +1 -1
  528. package/lib/esm-es5/duet-breadcrumbs.entry.js +1 -1
  529. package/lib/esm-es5/duet-button_2.entry.js +1 -1
  530. package/lib/esm-es5/duet-callout.entry.js +1 -1
  531. package/lib/esm-es5/duet-caption_4.entry.js +1 -1
  532. package/lib/esm-es5/duet-card.entry.js +1 -1
  533. package/lib/esm-es5/duet-checkbox.entry.js +1 -1
  534. package/lib/esm-es5/duet-checkmark.entry.js +1 -1
  535. package/lib/esm-es5/duet-chip.entry.js +1 -1
  536. package/lib/esm-es5/duet-choice_2.entry.js +1 -1
  537. package/lib/esm-es5/duet-collapsible.entry.js +1 -1
  538. package/lib/esm-es5/duet-combobox.entry.js +1 -1
  539. package/lib/esm-es5/duet-contact-card.entry.js +1 -1
  540. package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
  541. package/lib/esm-es5/duet-date-picker.entry.js +1 -1
  542. package/lib/esm-es5/duet-divider_2.entry.js +1 -1
  543. package/lib/esm-es5/duet-editable-table_3.entry.js +1 -1
  544. package/lib/esm-es5/duet-empty-state.entry.js +1 -1
  545. package/lib/esm-es5/duet-fieldset.entry.js +1 -1
  546. package/lib/esm-es5/duet-footer.entry.js +1 -1
  547. package/lib/esm-es5/duet-grid_2.entry.js +1 -1
  548. package/lib/esm-es5/duet-header_2.entry.js +1 -1
  549. package/lib/esm-es5/duet-hero.entry.js +1 -1
  550. package/lib/esm-es5/duet-icon.entry.js +1 -1
  551. package/lib/esm-es5/duet-input_2.entry.js +1 -1
  552. package/lib/esm-es5/duet-layout.entry.js +1 -1
  553. package/lib/esm-es5/duet-list_2.entry.js +1 -1
  554. package/lib/esm-es5/duet-menu-bar-button.entry.js +1 -1
  555. package/lib/esm-es5/duet-menu-bar-dropdown-link.entry.js +1 -1
  556. package/lib/esm-es5/duet-menu-bar-dropdown.entry.js +1 -1
  557. package/lib/esm-es5/duet-menu-bar-link.entry.js +1 -1
  558. package/lib/esm-es5/duet-menu-bar.entry.js +1 -1
  559. package/lib/esm-es5/duet-modal.entry.js +1 -1
  560. package/lib/esm-es5/duet-multiselect.entry.js +1 -1
  561. package/lib/esm-es5/duet-nav.entry.js +1 -1
  562. package/lib/esm-es5/duet-notification_2.entry.js +1 -1
  563. package/lib/esm-es5/duet-number-input.entry.js +1 -1
  564. package/lib/esm-es5/duet-page-heading.entry.js +1 -1
  565. package/lib/esm-es5/duet-pagination_2.entry.js +2 -2
  566. package/lib/esm-es5/duet-popup-menu-item.entry.js +1 -1
  567. package/lib/esm-es5/duet-popup-menu.entry.js +1 -1
  568. package/lib/esm-es5/duet-progress.entry.js +1 -1
  569. package/lib/esm-es5/duet-promo-card.entry.js +1 -1
  570. package/lib/esm-es5/duet-radio_2.entry.js +1 -1
  571. package/lib/esm-es5/duet-range-slider.entry.js +1 -1
  572. package/lib/esm-es5/duet-scrollable_3.entry.js +1 -1
  573. package/lib/esm-es5/duet-section-layout.entry.js +1 -1
  574. package/lib/esm-es5/duet-select.entry.js +1 -1
  575. package/lib/esm-es5/duet-shaped-image.entry.js +1 -1
  576. package/lib/esm-es5/duet-show-more.entry.js +1 -1
  577. package/lib/esm-es5/duet-slideout-lang.entry.js +1 -1
  578. package/lib/esm-es5/duet-slideout-link.entry.js +1 -1
  579. package/lib/esm-es5/duet-slideout-panel-dropdown.entry.js +1 -1
  580. package/lib/esm-es5/duet-slideout-panel.entry.js +2 -2
  581. package/lib/esm-es5/duet-slideout.entry.js +1 -1
  582. package/lib/esm-es5/duet-step_2.entry.js +1 -1
  583. package/lib/esm-es5/duet-submenu-bar-dropdown-link.entry.js +1 -1
  584. package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +1 -1
  585. package/lib/esm-es5/duet-submenu-bar-link.entry.js +1 -1
  586. package/lib/esm-es5/duet-submenu-bar.entry.js +1 -1
  587. package/lib/esm-es5/duet-textarea.entry.js +1 -1
  588. package/lib/esm-es5/duet-toggle.entry.js +1 -1
  589. package/lib/esm-es5/duet-toolbar-dropdown-link.entry.js +1 -1
  590. package/lib/esm-es5/duet-toolbar-dropdown.entry.js +1 -1
  591. package/lib/esm-es5/duet-toolbar-link.entry.js +1 -1
  592. package/lib/esm-es5/duet-toolbar.entry.js +1 -1
  593. package/lib/esm-es5/duet-tooltip-button_2.entry.js +1 -1
  594. package/lib/esm-es5/duet-tooltip.entry.js +1 -1
  595. package/lib/esm-es5/duet-tray.entry.js +1 -1
  596. package/lib/esm-es5/duet-upload-aria-status.entry.js +1 -1
  597. package/lib/esm-es5/duet-upload-item.entry.js +1 -1
  598. package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
  599. package/lib/esm-es5/duet.js +1 -1
  600. package/lib/esm-es5/{focus-utils-d927e096.js → focus-utils-a2bc44e9.js} +1 -1
  601. package/lib/esm-es5/{index-bb518df4.js → index-755fb199.js} +1 -1
  602. package/lib/esm-es5/loader.js +1 -1
  603. package/lib/types/components/duet-action-button/duet-action-button.d.ts +4 -0
  604. package/lib/types/components/duet-hero/duet-hero.d.ts +8 -0
  605. package/lib/types/components/duet-link/duet-link.d.ts +1 -0
  606. package/lib/types/components/duet-pagination/duet-pagination.d.ts +8 -1
  607. package/lib/types/components.d.ts +32 -0
  608. package/package.json +17 -24
  609. package/lib/duet/p-299e8254.entry.js +0 -4
  610. package/lib/duet/p-449c2232.system.entry.js +0 -4
  611. package/lib/duet/p-57b02e39.system.entry.js +0 -4
  612. package/lib/duet/p-5b014c86.system.js +0 -4
  613. package/lib/duet/p-6665a293.entry.js +0 -4
  614. package/lib/duet/p-91aef612.entry.js +0 -4
  615. package/lib/duet/p-9323e964.js +0 -4
  616. package/lib/duet/p-cbe9191a.entry.js +0 -4
  617. package/lib/duet/p-cbf7f63b.entry.js +0 -4
  618. package/lib/duet/p-d97155db.system.entry.js +0 -4
  619. package/lib/duet/p-ebf8ad5c.system.entry.js +0 -4
@@ -1,5 +1,5 @@
1
1
  var __extends=this&&this.__extends||function(){var r=function(e,n){r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,e){r.__proto__=e}||function(r,e){for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n))r[n]=e[n]};return r(e,n)};return function(e,n){if(typeof n!=="function"&&n!==null)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");r(e,n);function t(){this.constructor=e}e.prototype=n===null?Object.create(n):(t.prototype=n.prototype,new t)}}();var __awaiter=this&&this.__awaiter||function(r,e,n,t){function i(r){return r instanceof n?r:new n((function(e){e(r)}))}return new(n||(n=Promise))((function(n,a){function f(r){try{o(t.next(r))}catch(r){a(r)}}function u(r){try{o(t["throw"](r))}catch(r){a(r)}}function o(r){r.done?n(r.value):i(r.value).then(f,u)}o((t=t.apply(r,e||[])).next())}))};var __generator=this&&this.__generator||function(r,e){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},t,i,a,f;return f={next:u(0),throw:u(1),return:u(2)},typeof Symbol==="function"&&(f[Symbol.iterator]=function(){return this}),f;function u(r){return function(e){return o([r,e])}}function o(u){if(t)throw new TypeError("Generator is already executing.");while(f&&(f=0,u[0]&&(n=0)),n)try{if(t=1,i&&(a=u[0]&2?i["return"]:u[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,u[1])).done)return a;if(i=0,a)u=[u[0]&2,a.value];switch(u[0]){case 0:case 1:a=u;break;case 4:n.label++;return{value:u[1],done:false};case 5:n.label++;i=u[1];u=[0];continue;case 7:u=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){n=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){n.label=u[1];break}if(u[0]===6&&n.label<a[1]){n.label=a[1];a=u;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(u);break}if(a[2])n.ops.pop();n.trys.pop();continue}u=e.call(r,n)}catch(r){u=[6,r];i=0}finally{t=a=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(r,e,n){if(n||arguments.length===2)for(var t=0,i=e.length,a;t<i;t++){if(a||!(t in e)){if(!a)a=Array.prototype.slice.call(e,0,t);a[t]=e[t]}}return r.concat(a||Array.prototype.slice.call(e))};
2
2
  /*!
3
3
  * Built with Duet Design System
4
- */System.register([],(function(r,e){"use strict";return{execute:function(){var n=this;var t=r("N","duet");var i={allRenderFn:true,appendChildSlotFix:false,asyncLoading:true,asyncQueue:false,attachStyles:true,cloneNodeFix:false,cmpDidLoad:true,cmpDidRender:true,cmpDidUnload:false,cmpDidUpdate:true,cmpShouldUpdate:false,cmpWillLoad:true,cmpWillRender:true,cmpWillUpdate:false,connectedCallback:true,constructableCSS:true,cssAnnotations:true,devTools:false,disconnectedCallback:true,element:false,event:true,experimentalSlotFixes:false,formAssociated:false,hasRenderFn:true,hostListener:true,hostListenerTarget:true,hostListenerTargetBody:true,hostListenerTargetDocument:true,hostListenerTargetParent:false,hostListenerTargetWindow:true,hotModuleReplacement:false,hydrateClientSide:true,hydrateServerSide:false,hydratedAttribute:false,hydratedClass:true,initializeNextTick:true,invisiblePrehydration:true,isDebug:false,isDev:false,isTesting:false,lazyLoad:true,lifecycle:true,lifecycleDOMEvents:false,member:true,method:true,mode:false,observeAttribute:true,profile:false,prop:true,propBoolean:true,propMutable:true,propNumber:true,propString:true,reflect:true,scoped:true,scopedSlotTextContentFix:false,scriptDataOpts:true,shadowDelegatesFocus:true,shadowDom:true,slot:true,slotChildNodesFix:true,slotRelocation:true,state:true,style:true,svg:true,taskQueue:true,transformTagName:false,updatable:true,vdomAttribute:true,vdomClass:true,vdomFunctional:true,vdomKey:true,vdomListener:true,vdomPropOrAttr:true,vdomRef:true,vdomRender:true,vdomStyle:true,vdomText:true,vdomXlink:true,watchCallback:true};var a=r("E",{cdnURILocal:"http://0.0.0.0:3334",cdnURIProd:"https://cdn.duetds.com/api",duetIconVersion:"4.0.14"});var f;var u;var o;var l=false;var v=false;var c=false;var s=false;var d=false;var h=r("B",{isDev:false,isBrowser:true,isServer:false,isTesting:false});var p=function(r,e){if(e===void 0){e=""}{return function(){return}}};var y=function(r,e){{return function(){return}}};var $="r";var m="o";var b="s";var w="t";var g="s-id";var _="sty-id";var S="c-id";var k="{visibility:hidden}.hydrated{visibility:inherit}";var x="slot-fb{display:contents}slot-fb[hidden]{display:none}";var j="http://www.w3.org/1999/xlink";var C={};var O="http://www.w3.org/2000/svg";var A="http://www.w3.org/1999/xhtml";var T=function(r){return r!=null};var R=function(r){r=typeof r;return r==="object"||r==="function"};function L(r){var e,n,t;return(t=(n=(e=r.head)===null||e===void 0?void 0:e.querySelector('meta[name="csp-nonce"]'))===null||n===void 0?void 0:n.getAttribute("content"))!==null&&t!==void 0?t:undefined}var D=r("h",(function(r,e){var n=[];for(var t=2;t<arguments.length;t++){n[t-2]=arguments[t]}var i=null;var a=null;var f=null;var u=false;var o=false;var l=[];var v=function(e){for(var n=0;n<e.length;n++){i=e[n];if(Array.isArray(i)){v(i)}else if(i!=null&&typeof i!=="boolean"){if(u=typeof r!=="function"&&!R(i)){i=String(i)}if(u&&o){l[l.length-1].t+=i}else{l.push(u?F(null,i):i)}o=u}}};v(n);if(e){if(e.key){a=e.key}if(e.name){f=e.name}{var c=e.className||e.class;if(c){e.class=typeof c!=="object"?c:Object.keys(c).filter((function(r){return c[r]})).join(" ")}}}if(typeof r==="function"){return r(e===null?{}:e,l,P)}var s=F(r,null);s.i=e;if(l.length>0){s.u=l}{s.o=a}{s.l=f}return s}));var F=function(r,e){var n={v:0,h:r,t:e,p:null,u:null};{n.i=null}{n.o=null}{n.l=null}return n};var M=r("H",{});var N=function(r){return r&&r.h===M};var P={forEach:function(r,e){return r.map(U).forEach(e)},map:function(r,e){return r.map(U).map(e).map(E)}};var U=function(r){return{vattrs:r.i,vchildren:r.u,vkey:r.o,vname:r.l,vtag:r.h,vtext:r.t}};var E=function(r){if(typeof r.vtag==="function"){var e=Object.assign({},r.vattrs);if(r.vkey){e.key=r.vkey}if(r.vname){e.name=r.vname}return D.apply(void 0,__spreadArray([r.vtag,e],r.vchildren||[],false))}var n=F(r.vtag,r.vtext);n.i=r.vattrs;n.u=r.vchildren;n.o=r.vkey;n.l=r.vname;return n};var I=function(r,e,n,t){var i=p("hydrateClient",e);var a=r.shadowRoot;var f=[];var u=[];var o=a?[]:null;var l=t.$=F(e,null);if(!ae.m){B(ie.body,ae.m=new Map)}r[g]=n;r.removeAttribute(g);W(l,f,u,o,r,r,n);f.map((function(r){var n=r._+"."+r.S;var t=ae.m.get(n);var i=r.p;if(t&&fe&&t["s-en"]===""){t.parentNode.insertBefore(i,t.nextSibling)}if(!a){i["s-hn"]=e;if(t){i["s-ol"]=t;i["s-ol"]["s-nr"]=i}}ae.m.delete(n)}));if(a){o.map((function(r){if(r){a.appendChild(r)}}))}i()};var W=function(r,e,n,t,i,a,f){var u;var o;var l;var v;if(a.nodeType===1){u=a.getAttribute(S);if(u){o=u.split(".");if(o[0]===f||o[0]==="0"){l={v:0,_:o[0],S:o[1],k:o[2],j:o[3],h:a.tagName.toLowerCase(),p:a,i:null,u:null,o:null,l:null,t:null};e.push(l);a.removeAttribute(S);if(!r.u){r.u=[]}r.u[l.j]=l;r=l;if(t&&l.k==="0"){t[l.j]=l.p}}}for(v=a.childNodes.length-1;v>=0;v--){W(r,e,n,t,i,a.childNodes[v],f)}if(a.shadowRoot){for(v=a.shadowRoot.childNodes.length-1;v>=0;v--){W(r,e,n,t,i,a.shadowRoot.childNodes[v],f)}}}else if(a.nodeType===8){o=a.nodeValue.split(".");if(o[1]===f||o[1]==="0"){u=o[0];l={v:0,_:o[1],S:o[2],k:o[3],j:o[4],p:a,i:null,u:null,o:null,l:null,h:null,t:null};if(u===w){l.p=a.nextSibling;if(l.p&&l.p.nodeType===3){l.t=l.p.textContent;e.push(l);a.remove();if(!r.u){r.u=[]}r.u[l.j]=l;if(t&&l.k==="0"){t[l.j]=l.p}}}else if(l._===f){if(u===b){l.h="slot";if(o[5]){a["s-sn"]=l.l=o[5]}else{a["s-sn"]=""}a["s-sr"]=true;if(t){l.p=ie.createElement(l.h);if(l.l){l.p.setAttribute("name",l.l)}a.parentNode.insertBefore(l.p,a);a.remove();if(l.k==="0"){t[l.j]=l.p}}n.push(l);if(!r.u){r.u=[]}r.u[l.j]=l}else if(u===$){if(t){a.remove()}else{i["s-cr"]=a;a["s-cn"]=true}}}}}else if(r&&r.h==="style"){var c=F(null,a.textContent);c.p=a;c.j="0";r.u=[c]}};var B=function(r,e){if(r.nodeType===1){var n=0;for(;n<r.childNodes.length;n++){B(r.childNodes[n],e)}if(r.shadowRoot){for(n=0;n<r.shadowRoot.childNodes.length;n++){B(r.shadowRoot.childNodes[n],e)}}}else if(r.nodeType===8){var t=r.nodeValue.split(".");if(t[0]===m){e.set(t[1]+"."+t[2],r);r.nodeValue="";r["s-en"]=t[3]}}};var z=function(r,e){if(r!=null&&!R(r)){if(e&4){return r==="false"?false:r===""||!!r}if(e&2){return parseFloat(r)}if(e&1){return String(r)}return r}return r};var H=r("g",(function(r){return Kr(r).$hostElement$}));var Q=r("c",(function(r,e,n){var t=H(r);return{emit:function(r){return V(t,e,{bubbles:!!(n&4),composed:!!(n&2),cancelable:!!(n&1),detail:r})}}}));var V=function(r,e,n){var t=ae.ce(e,n);r.dispatchEvent(t);return t};var q=new WeakMap;var G=function(r,e,n){var t=ne.get(r);if(oe&&n){t=t||new CSSStyleSheet;if(typeof t==="string"){t=e}else{t.replaceSync(e)}}else{t=e}ne.set(r,t)};var K=function(r,e,n){var t;var i=J(e);var a=ne.get(i);r=r.nodeType===11?r:ie;if(a){if(typeof a==="string"){r=r.head||r;var f=q.get(r);var u=void 0;if(!f){q.set(r,f=new Set)}if(!f.has(i)){if(r.host&&(u=r.querySelector("[".concat(_,'="').concat(i,'"]')))){u.innerHTML=a}else{u=ie.createElement("style");u.innerHTML=a;var o=(t=ae.C)!==null&&t!==void 0?t:L(ie);if(o!=null){u.setAttribute("nonce",o)}r.insertBefore(u,r.querySelector("link"))}if(e.v&4){u.innerHTML+=x}if(f){f.add(i)}}}else if(!r.adoptedStyleSheets.includes(a)){r.adoptedStyleSheets=__spreadArray(__spreadArray([],r.adoptedStyleSheets,true),[a],false)}}return i};var X=function(r){var e=r.O;var n=r.$hostElement$;var t=e.v;var i=p("attachStyles",e.A);var a=K(n.shadowRoot?n.shadowRoot:n.getRootNode(),e);if(t&10){n["s-sc"]=a;n.classList.add(a+"-h");if(t&2){n.classList.add(a+"-s")}}i()};var J=function(r,e){return"sc-"+r.A};var Y=function(r){return r.replace(/\/\*!@([^\/]+)\*\/[^\{]+\{/g,"$1{")};var Z=function(r,e,n,t,i,a){if(n!==t){var f=Yr(r,e);var u=e.toLowerCase();if(e==="class"){var o=r.classList;var l=er(n);var v=er(t);o.remove.apply(o,l.filter((function(r){return r&&!v.includes(r)})));o.add.apply(o,v.filter((function(r){return r&&!l.includes(r)})))}else if(e==="style"){{for(var c in n){if(!t||t[c]==null){if(c.includes("-")){r.style.removeProperty(c)}else{r.style[c]=""}}}}for(var c in t){if(!n||t[c]!==n[c]){if(c.includes("-")){r.style.setProperty(c,t[c])}else{r.style[c]=t[c]}}}}else if(e==="key");else if(e==="ref"){if(t){t(r)}}else if(!f&&e[0]==="o"&&e[1]==="n"){if(e[2]==="-"){e=e.slice(3)}else if(Yr(te,u)){e=u.slice(2)}else{e=u[2]+e.slice(3)}if(n||t){var s=e.endsWith(nr);e=e.replace(tr,"");if(n){ae.rel(r,e,n,s)}if(t){ae.ael(r,e,t,s)}}}else{var d=R(t);if((f||d&&t!==null)&&!i){try{if(!r.tagName.includes("-")){var h=t==null?"":t;if(e==="list"){f=false}else if(n==null||r[e]!=h){r[e]=h}}else{r[e]=t}}catch(r){}}var p=false;{if(u!==(u=u.replace(/^xlink\:?/,""))){e=u;p=true}}if(t==null||t===false){if(t!==false||r.getAttribute(e)===""){if(p){r.removeAttributeNS(j,e)}else{r.removeAttribute(e)}}}else if((!f||a&4||i)&&!d){t=t===true?"":t;if(p){r.setAttributeNS(j,e,t)}else{r.setAttribute(e,t)}}}}};var rr=/\s/;var er=function(r){return!r?[]:r.split(rr)};var nr="Capture";var tr=new RegExp(nr+"$");var ir=function(r,e,n,t){var i=e.p.nodeType===11&&e.p.host?e.p.host:e.p;var a=r&&r.i||C;var f=e.i||C;{for(t in a){if(!(t in f)){Z(i,t,a[t],undefined,n,e.v)}}}for(t in f){Z(i,t,a[t],f[t],n,e.v)}};var ar=function(r,e,n,t){var i;var a=e.u[n];var v=0;var d;var h;var p;if(!l){c=true;if(a.h==="slot"){if(f){t.classList.add(f+"-s")}a.v|=a.u?2:1}}if(a.t!==null){d=a.p=ie.createTextNode(a.t)}else if(a.v&1){d=a.p=ie.createTextNode("")}else{if(!s){s=a.h==="svg"}d=a.p=ie.createElementNS(s?O:A,a.v&2?"slot-fb":a.h);if(s&&a.h==="foreignObject"){s=false}{ir(null,a,s)}if(T(f)&&d["s-si"]!==f){d.classList.add(d["s-si"]=f)}if(a.u){for(v=0;v<a.u.length;++v){h=ar(r,a,v,d);if(h){d.appendChild(h)}}}{if(a.h==="svg"){s=false}else if(d.tagName==="foreignObject"){s=true}}}{d["s-hn"]=o;if(a.v&(2|1)){d["s-sr"]=true;d["s-fs"]=(i=a.i)===null||i===void 0?void 0:i.slot;d["s-cr"]=u;d["s-sn"]=a.l||"";p=r&&r.u&&r.u[n];if(p&&p.h===a.h&&r.p){fr(r.p,false)}}}return d};var fr=function(r,e){var n;ae.v|=1;var t=r.childNodes;for(var i=t.length-1;i>=0;i--){var a=t[i];if(a["s-hn"]!==o&&a["s-ol"]){sr(a).insertBefore(a,cr(a));a["s-ol"].remove();a["s-ol"]=undefined;a["s-sh"]=undefined;if(a.nodeType===1){a.setAttribute("slot",(n=a["s-sn"])!==null&&n!==void 0?n:"")}c=true}if(e){fr(a,e)}}ae.v&=~1};var ur=function(r,e,n,t,i,a){var f=r["s-cr"]&&r["s-cr"].parentNode||r;var u;if(f.shadowRoot&&f.tagName===o){f=f.shadowRoot}for(;i<=a;++i){if(t[i]){u=ar(null,n,i,r);if(u){t[i].p=u;f.insertBefore(u,cr(e))}}}};var or=function(r,e,n){for(var t=e;t<=n;++t){var i=r[t];if(i){var a=i.p;mr(i);if(a){{v=true;if(a["s-ol"]){a["s-ol"].remove()}else{fr(a,true)}}a.remove()}}}};var lr=function(r,e,n,t){var i=0;var a=0;var f=0;var u=0;var o=e.length-1;var l=e[0];var v=e[o];var c=t.length-1;var s=t[0];var d=t[c];var h;var p;while(i<=o&&a<=c){if(l==null){l=e[++i]}else if(v==null){v=e[--o]}else if(s==null){s=t[++a]}else if(d==null){d=t[--c]}else if(vr(l,s)){dr(l,s);l=e[++i];s=t[++a]}else if(vr(v,d)){dr(v,d);v=e[--o];d=t[--c]}else if(vr(l,d)){if(l.h==="slot"||d.h==="slot"){fr(l.p.parentNode,false)}dr(l,d);r.insertBefore(l.p,v.p.nextSibling);l=e[++i];d=t[--c]}else if(vr(v,s)){if(l.h==="slot"||d.h==="slot"){fr(v.p.parentNode,false)}dr(v,s);r.insertBefore(v.p,l.p);v=e[--o];s=t[++a]}else{f=-1;{for(u=i;u<=o;++u){if(e[u]&&e[u].o!==null&&e[u].o===s.o){f=u;break}}}if(f>=0){p=e[f];if(p.h!==s.h){h=ar(e&&e[a],n,f,r)}else{dr(p,s);e[f]=undefined;h=p.p}s=t[++a]}else{h=ar(e&&e[a],n,a,r);s=t[++a]}if(h){{sr(l.p).insertBefore(h,cr(l.p))}}}}if(i>o){ur(r,t[c+1]==null?null:t[c+1].p,n,t,a,c)}else if(a>c){or(e,i,o)}};var vr=function(r,e){if(r.h===e.h){if(r.h==="slot"){return r.l===e.l}{return r.o===e.o}}return false};var cr=function(r){return r&&r["s-ol"]||r};var sr=function(r){return(r["s-ol"]?r["s-ol"]:r).parentNode};var dr=function(r,e){var n=e.p=r.p;var t=r.u;var i=e.u;var a=e.h;var f=e.t;var u;if(f===null){{s=a==="svg"?true:a==="foreignObject"?false:s}{if(a==="slot");else{ir(r,e,s)}}if(t!==null&&i!==null){lr(n,t,e,i)}else if(i!==null){if(r.t!==null){n.textContent=""}ur(n,null,e,i,0,i.length-1)}else if(t!==null){or(t,0,t.length-1)}if(s&&a==="svg"){s=false}}else if(u=n["s-cr"]){u.parentNode.textContent=f}else if(r.t!==f){n.data=f}};var hr=function(r){var e=r.childNodes;for(var n=0,t=e;n<t.length;n++){var i=t[n];if(i.nodeType===1){if(i["s-sr"]){var a=i["s-sn"];i.hidden=false;for(var f=0,u=e;f<u.length;f++){var o=u[f];if(o!==i){if(o["s-hn"]!==i["s-hn"]||a!==""){if(o.nodeType===1&&(a===o.getAttribute("slot")||a===o["s-sn"])){i.hidden=true;break}}else{if(o.nodeType===1||o.nodeType===3&&o.textContent.trim()!==""){i.hidden=true;break}}}}}hr(i)}}};var pr=[];var yr=function(r){var e;var n;var t;for(var a=0,f=r.childNodes;a<f.length;a++){var u=f[a];if(u["s-sr"]&&(e=u["s-cr"])&&e.parentNode){n=e.parentNode.childNodes;var o=u["s-sn"];var l=function(){e=n[t];if(!e["s-cn"]&&!e["s-nr"]&&e["s-hn"]!==u["s-hn"]&&!i.experimentalSlotFixes){if($r(e,o)){var r=pr.find((function(r){return r.T===e}));v=true;e["s-sn"]=e["s-sn"]||o;if(r){r.T["s-sh"]=u["s-hn"];r.R=u}else{e["s-sh"]=u["s-hn"];pr.push({R:u,T:e})}if(e["s-sr"]){pr.map((function(n){if($r(n.T,e["s-sn"])){r=pr.find((function(r){return r.T===e}));if(r&&!n.R){n.R=r.R}}}))}}else if(!pr.some((function(r){return r.T===e}))){pr.push({T:e})}}};for(t=n.length-1;t>=0;t--){l()}}if(u.nodeType===1){yr(u)}}};var $r=function(r,e){if(r.nodeType===1){if(r.getAttribute("slot")===null&&e===""){return true}if(r.getAttribute("slot")===e){return true}return false}if(r["s-sn"]===e){return true}return e===""};var mr=function(r){{r.i&&r.i.ref&&r.i.ref(null);r.u&&r.u.map(mr)}};var br=function(r,e,n){if(n===void 0){n=false}var t,i;var a=r.$hostElement$;var s=r.O;var d=r.$||F(null,null);var h=N(e)?e:D(null,null,e);o=a.tagName;if(s.L){h.i=h.i||{};s.L.map((function(r){var e=r[0],n=r[1];return h.i[n]=a[e]}))}if(n&&h.i){for(var p=0,y=Object.keys(h.i);p<y.length;p++){var $=y[p];if(a.hasAttribute($)&&!["key","ref","style","class"].includes($)){h.i[$]=a[$]}}}h.h=null;h.v|=4;r.$=h;h.p=d.p=a.shadowRoot||a;{f=a["s-sc"]}{u=a["s-cr"];l=(s.v&1)!==0;v=false}dr(d,h);{ae.v|=1;if(c){yr(h.p);for(var m=0,b=pr;m<b.length;m++){var w=b[m];var g=w.T;if(!g["s-ol"]){var _=ie.createTextNode("");_["s-nr"]=g;g.parentNode.insertBefore(g["s-ol"]=_,g)}}for(var S=0,k=pr;S<k.length;S++){var w=k[S];var g=w.T;var x=w.R;if(x){var j=x.parentNode;var C=x.nextSibling;{var _=(t=g["s-ol"])===null||t===void 0?void 0:t.previousSibling;while(_){var O=(i=_["s-nr"])!==null&&i!==void 0?i:null;if(O&&O["s-sn"]===g["s-sn"]&&j===O.parentNode){O=O.nextSibling;if(!O||!O["s-nr"]){C=O;break}}_=_.previousSibling}}if(!C&&j!==g.parentNode||g.nextSibling!==C){if(g!==C){if(!g["s-hn"]&&g["s-ol"]){g["s-hn"]=g["s-ol"].parentNode.nodeName}j.insertBefore(g,C)}}}else{if(g.nodeType===1){g.hidden=true}}}}if(v){hr(h.p)}ae.v&=~1;pr.length=0}};var wr=function(r,e){if(e&&!r.D&&e["s-p"]){e["s-p"].push(new Promise((function(e){return r.D=e})))}};var gr=function(r,e){{r.v|=16}if(r.v&4){r.v|=512;return}wr(r,r.F);var n=function(){return _r(r,e)};return pe(n)};var _r=function(r,e){var n=p("scheduleUpdate",r.O.A);var t=r.M;var i;if(e){{r.v|=256;if(r.N){r.N.map((function(r){var e=r[0],n=r[1];return Ar(t,e,n)}));r.N=undefined}}{i=Ar(t,"componentWillLoad")}}{i=Sr(i,(function(){return Ar(t,"componentWillRender")}))}n();return Sr(i,(function(){return xr(r,t,e)}))};var Sr=function(r,e){return kr(r)?r.then(e):e()};var kr=function(r){return r instanceof Promise||r&&r.then&&typeof r.then==="function"};var xr=function(r,e,t){return __awaiter(n,void 0,void 0,(function(){var n,i,a,f,u,o,l;return __generator(this,(function(v){i=r.$hostElement$;a=p("update",r.O.A);f=i["s-rc"];if(t){X(r)}u=p("render",r.O.A);{jr(r,e,i,t)}if(f){f.map((function(r){return r()}));i["s-rc"]=undefined}u();a();{o=(n=i["s-p"])!==null&&n!==void 0?n:[];l=function(){return Cr(r)};if(o.length===0){l()}else{Promise.all(o).then(l);r.v|=4;o.length=0}}return[2]}))}))};var jr=function(r,e,n,t){try{e=e.render();{r.v&=~16}{r.v|=2}{{{br(r,e,t)}}}}catch(e){Zr(e,r.$hostElement$)}return null};var Cr=function(r){var e=r.O.A;var n=r.$hostElement$;var t=p("postUpdate",e);var i=r.M;var a=r.F;{Ar(i,"componentDidRender")}if(!(r.v&64)){r.v|=64;{Tr(n)}{Ar(i,"componentDidLoad")}t();{r.P(n);if(!a){Or()}}}else{{Ar(i,"componentDidUpdate")}t()}{r.U(n)}{if(r.D){r.D();r.D=undefined}if(r.v&512){he((function(){return gr(r,false)}))}r.v&=~(4|512)}};var Or=function(r){{Tr(ie.documentElement)}he((function(){return V(te,"appload",{detail:{namespace:t}})}))};var Ar=function(r,e,n){if(r&&r[e]){try{return r[e](n)}catch(r){Zr(r)}}return undefined};var Tr=function(r){return r.classList.add("hydrated")};var Rr=function(r,e){return Kr(r).I.get(e)};var Lr=function(r,e,n,t){var i=Kr(r);var a=i.$hostElement$;var f=i.I.get(e);var u=i.v;var o=i.M;n=z(n,t.W[e][0]);var l=Number.isNaN(f)&&Number.isNaN(n);var v=n!==f&&!l;if((!(u&8)||f===undefined)&&v){i.I.set(e,n);if(o){if(t.B&&u&128){var c=t.B[e];if(c){c.map((function(r){try{o[r](n,f,e)}catch(r){Zr(r,a)}}))}}if((u&(2|16))===2){gr(i,false)}}}};var Dr=function(r,e,n){var t;if(e.W){if(r.watchers){e.B=r.watchers}var i=Object.entries(e.W);var a=r.prototype;i.map((function(r){var t=r[0],i=r[1][0];if(i&31||n&2&&i&32){Object.defineProperty(a,t,{get:function(){return Rr(this,t)},set:function(r){Lr(this,t,r,e)},configurable:true,enumerable:true})}else if(n&1&&i&64){Object.defineProperty(a,t,{value:function(){var r=[];for(var e=0;e<arguments.length;e++){r[e]=arguments[e]}var n=Kr(this);return n.H.then((function(){var e;return(e=n.M)[t].apply(e,r)}))}})}}));if(n&1){var f=new Map;a.attributeChangedCallback=function(r,n,t){var i=this;ae.jmp((function(){var u=f.get(r);if(i.hasOwnProperty(u)){t=i[u];delete i[u]}else if(a.hasOwnProperty(u)&&typeof i[u]==="number"&&i[u]==t){return}else if(u==null){var o=Kr(i);var l=o===null||o===void 0?void 0:o.v;if(!(l&8)&&l&128&&t!==n){var v=o.M;var c=e.B[r];c===null||c===void 0?void 0:c.forEach((function(e){if(v[e]!=null){v[e].call(v,t,n,r)}}))}return}i[u]=t===null&&typeof i[u]==="boolean"?false:t}))};r.observedAttributes=Array.from(new Set(__spreadArray(__spreadArray([],Object.keys((t=e.B)!==null&&t!==void 0?t:{}),true),i.filter((function(r){var e=r[0],n=r[1];return n[0]&15})).map((function(r){var n=r[0],t=r[1];var i=t[1]||n;f.set(i,n);if(t[0]&512){e.L.push([n,i])}return i})),true)))}}return r};var Fr=function(r,e,t,i){return __awaiter(n,void 0,void 0,(function(){var r,n,i,a,f,u,o,l;return __generator(this,(function(v){switch(v.label){case 0:if(!((e.v&32)===0))return[3,3];e.v|=32;r=ee(t);if(!r.then)return[3,2];n=y();return[4,r];case 1:r=v.sent();n();v.label=2;case 2:if(!r.isProxied){{t.B=r.watchers}Dr(r,t,2);r.isProxied=true}i=p("createInstance",t.A);{e.v|=8}try{new r(e)}catch(r){Zr(r)}{e.v&=~8}{e.v|=128}i();Mr(e.M);if(r.style){a=r.style;f=J(t);if(!ne.has(f)){u=p("registerStyles",t.A);G(f,a,!!(t.v&1));u()}}v.label=3;case 3:o=e.F;l=function(){return gr(e,true)};if(o&&o["s-rc"]){o["s-rc"].push(l)}else{l()}return[2]}}))}))};var Mr=function(r){{Ar(r,"connectedCallback")}};var Nr=function(r){if((ae.v&1)===0){var e=Kr(r);var n=e.O;var t=p("connectedCallback",n.A);if(!(e.v&1)){e.v|=1;var i=void 0;{i=r.getAttribute(g);if(i){if(n.v&1){var a=K(r.shadowRoot,n);r.classList.remove(a+"-h",a+"-s")}I(r,n.A,i,e)}}if(!i){if(n.v&(4|8)){Pr(r)}}{var f=r;while(f=f.parentNode||f.host){if(f.nodeType===1&&f.hasAttribute("s-id")&&f["s-p"]||f["s-p"]){wr(e,e.F=f);break}}}if(n.W){Object.entries(n.W).map((function(e){var n=e[0],t=e[1][0];if(t&31&&r.hasOwnProperty(n)){var i=r[n];delete r[n];r[n]=i}}))}{he((function(){return Fr(r,e,n)}))}}else{zr(r,e,n.V);if(e===null||e===void 0?void 0:e.M){Mr(e.M)}else if(e===null||e===void 0?void 0:e.q){e.q.then((function(){return Mr(e.M)}))}}t()}};var Pr=function(r){var e=r["s-cr"]=ie.createComment("");e["s-cn"]=true;r.insertBefore(e,r.firstChild)};var Ur=function(r){{Ar(r,"disconnectedCallback")}};var Er=function(r){return __awaiter(n,void 0,void 0,(function(){var e;return __generator(this,(function(n){if((ae.v&1)===0){e=Kr(r);{if(e.G){e.G.map((function(r){return r()}));e.G=undefined}}if(e===null||e===void 0?void 0:e.M){Ur(e.M)}else if(e===null||e===void 0?void 0:e.q){e.q.then((function(){return Ur(e.M)}))}}return[2]}))}))};var Ir=function(r,e){var n=function(r){__extends(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}e.prototype.item=function(r){return this[r]};return e}(Array);if(e.v&8){var t=r.__lookupGetter__("childNodes");Object.defineProperty(r,"children",{get:function(){return this.childNodes.map((function(r){return r.nodeType===1}))}});Object.defineProperty(r,"childElementCount",{get:function(){return r.children.length}});Object.defineProperty(r,"childNodes",{get:function(){var r=t.call(this);if((ae.v&1)===0&&Kr(this).v&2){var e=new n;for(var i=0;i<r.length;i++){var a=r[i]["s-nr"];if(a){e.push(a)}}return e}return n.from(r)}})}};var Wr=r("b",(function(r,e){if(e===void 0){e={}}var n;var t=p();var i=[];var a=e.exclude||[];var f=te.customElements;var u=ie.head;var o=u.querySelector("meta[charset]");var l=ie.createElement("style");var v=[];var c=ie.querySelectorAll("[".concat(_,"]"));var s;var d=true;var h=0;Object.assign(ae,e);ae.K=new URL(e.resourcesUrl||"./",ie.baseURI).href;{ae.v|=2}{for(;h<c.length;h++){G(c[h].getAttribute(_),Y(c[h].innerHTML),true)}}var y=false;r.map((function(r){r[1].map((function(e){var n;var t={v:e[0],A:e[1],W:e[2],V:e[3]};if(t.v&4){y=true}{t.W=e[2]}{t.V=e[3]}{t.L=[]}{t.B=(n=e[4])!==null&&n!==void 0?n:{}}var u=t.A;var o=function(r){__extends(e,r);function e(e){var n=r.call(this,e)||this;e=n;Jr(e,t);if(t.v&1){{{e.attachShadow({mode:"open",delegatesFocus:!!(t.v&16)})}}}return n}e.prototype.connectedCallback=function(){var r=this;if(s){clearTimeout(s);s=null}if(d){v.push(this)}else{ae.jmp((function(){return Nr(r)}))}};e.prototype.disconnectedCallback=function(){var r=this;ae.jmp((function(){return Er(r)}))};e.prototype.componentOnReady=function(){return Kr(this).q};return e}(HTMLElement);{{Ir(o.prototype,t)}}t.X=r[0];if(!a.includes(u)&&!f.get(u)){i.push(u);f.define(u,Dr(o,t,1))}}))}));if(y){l.innerHTML+=x}{l.innerHTML+=i+k}if(l.innerHTML.length){l.setAttribute("data-styles","");u.insertBefore(l,o?o.nextSibling:u.firstChild);var $=(n=ae.C)!==null&&n!==void 0?n:L(ie);if($!=null){l.setAttribute("nonce",$)}}d=false;if(v.length){v.map((function(r){return r.connectedCallback()}))}else{{ae.jmp((function(){return s=setTimeout(Or,30)}))}}t()}));var Br=r("F",(function(r,e){return e}));var zr=function(r,e,n,t){if(n){n.map((function(n){var t=n[0],i=n[1],a=n[2];var f=Qr(r,t);var u=Hr(e,a);var o=Vr(t);ae.ael(f,i,u,o);(e.G=e.G||[]).push((function(){return ae.rel(f,i,u,o)}))}))}};var Hr=function(r,e){return function(n){try{{if(r.v&256){r.M[e](n)}else{(r.N=r.N||[]).push([e,n])}}}catch(r){Zr(r)}}};var Qr=function(r,e){if(e&4)return ie;if(e&8)return te;if(e&16)return ie.body;return r};var Vr=function(r){return(r&2)!==0};var qr=r("s",(function(r){return ae.C=r}));var Gr=new WeakMap;var Kr=function(r){return Gr.get(r)};var Xr=r("r",(function(r,e){return Gr.set(e.M=r,e)}));var Jr=function(r,e){var n={v:0,$hostElement$:r,O:e,I:new Map};{n.H=new Promise((function(r){return n.U=r}))}{n.q=new Promise((function(r){return n.P=r}));r["s-p"]=[];r["s-rc"]=[]}zr(r,n,e.V);return Gr.set(r,n)};var Yr=function(r,e){return e in r};var Zr=function(r,e){return(0,console.error)(r,e)};var re=new Map;var ee=function(r,n,t){var i=r.A.replace(/-/g,"_");var a=r.X;var f=re.get(a);if(f){return f[i]}
4
+ */System.register([],(function(r,e){"use strict";return{execute:function(){var n=this;var t=r("N","duet");var i={allRenderFn:true,appendChildSlotFix:false,asyncLoading:true,asyncQueue:false,attachStyles:true,cloneNodeFix:false,cmpDidLoad:true,cmpDidRender:true,cmpDidUnload:false,cmpDidUpdate:true,cmpShouldUpdate:false,cmpWillLoad:true,cmpWillRender:true,cmpWillUpdate:false,connectedCallback:true,constructableCSS:true,cssAnnotations:true,devTools:false,disconnectedCallback:true,element:false,event:true,experimentalSlotFixes:false,formAssociated:false,hasRenderFn:true,hostListener:true,hostListenerTarget:true,hostListenerTargetBody:true,hostListenerTargetDocument:true,hostListenerTargetParent:false,hostListenerTargetWindow:true,hotModuleReplacement:false,hydrateClientSide:true,hydrateServerSide:false,hydratedAttribute:false,hydratedClass:true,initializeNextTick:true,invisiblePrehydration:true,isDebug:false,isDev:false,isTesting:false,lazyLoad:true,lifecycle:true,lifecycleDOMEvents:false,member:true,method:true,mode:false,observeAttribute:true,profile:false,prop:true,propBoolean:true,propMutable:true,propNumber:true,propString:true,reflect:true,scoped:true,scopedSlotTextContentFix:false,scriptDataOpts:true,shadowDelegatesFocus:true,shadowDom:true,slot:true,slotChildNodesFix:true,slotRelocation:true,state:true,style:true,svg:true,taskQueue:true,transformTagName:false,updatable:true,vdomAttribute:true,vdomClass:true,vdomFunctional:true,vdomKey:true,vdomListener:true,vdomPropOrAttr:true,vdomRef:true,vdomRender:true,vdomStyle:true,vdomText:true,vdomXlink:true,watchCallback:true};var a=r("E",{cdnURILocal:"http://0.0.0.0:3334",cdnURIProd:"https://cdn.duetds.com/api",duetIconVersion:"4.0.17"});var f;var u;var o;var l=false;var v=false;var c=false;var s=false;var d=false;var h=r("B",{isDev:false,isBrowser:true,isServer:false,isTesting:false});var p=function(r,e){if(e===void 0){e=""}{return function(){return}}};var y=function(r,e){{return function(){return}}};var $="r";var m="o";var b="s";var w="t";var g="s-id";var _="sty-id";var S="c-id";var k="{visibility:hidden}.hydrated{visibility:inherit}";var x="slot-fb{display:contents}slot-fb[hidden]{display:none}";var j="http://www.w3.org/1999/xlink";var C={};var O="http://www.w3.org/2000/svg";var A="http://www.w3.org/1999/xhtml";var T=function(r){return r!=null};var R=function(r){r=typeof r;return r==="object"||r==="function"};function L(r){var e,n,t;return(t=(n=(e=r.head)===null||e===void 0?void 0:e.querySelector('meta[name="csp-nonce"]'))===null||n===void 0?void 0:n.getAttribute("content"))!==null&&t!==void 0?t:undefined}var D=r("h",(function(r,e){var n=[];for(var t=2;t<arguments.length;t++){n[t-2]=arguments[t]}var i=null;var a=null;var f=null;var u=false;var o=false;var l=[];var v=function(e){for(var n=0;n<e.length;n++){i=e[n];if(Array.isArray(i)){v(i)}else if(i!=null&&typeof i!=="boolean"){if(u=typeof r!=="function"&&!R(i)){i=String(i)}if(u&&o){l[l.length-1].t+=i}else{l.push(u?F(null,i):i)}o=u}}};v(n);if(e){if(e.key){a=e.key}if(e.name){f=e.name}{var c=e.className||e.class;if(c){e.class=typeof c!=="object"?c:Object.keys(c).filter((function(r){return c[r]})).join(" ")}}}if(typeof r==="function"){return r(e===null?{}:e,l,P)}var s=F(r,null);s.i=e;if(l.length>0){s.u=l}{s.o=a}{s.l=f}return s}));var F=function(r,e){var n={v:0,h:r,t:e,p:null,u:null};{n.i=null}{n.o=null}{n.l=null}return n};var M=r("H",{});var N=function(r){return r&&r.h===M};var P={forEach:function(r,e){return r.map(U).forEach(e)},map:function(r,e){return r.map(U).map(e).map(E)}};var U=function(r){return{vattrs:r.i,vchildren:r.u,vkey:r.o,vname:r.l,vtag:r.h,vtext:r.t}};var E=function(r){if(typeof r.vtag==="function"){var e=Object.assign({},r.vattrs);if(r.vkey){e.key=r.vkey}if(r.vname){e.name=r.vname}return D.apply(void 0,__spreadArray([r.vtag,e],r.vchildren||[],false))}var n=F(r.vtag,r.vtext);n.i=r.vattrs;n.u=r.vchildren;n.o=r.vkey;n.l=r.vname;return n};var I=function(r,e,n,t){var i=p("hydrateClient",e);var a=r.shadowRoot;var f=[];var u=[];var o=a?[]:null;var l=t.$=F(e,null);if(!ae.m){B(ie.body,ae.m=new Map)}r[g]=n;r.removeAttribute(g);W(l,f,u,o,r,r,n);f.map((function(r){var n=r._+"."+r.S;var t=ae.m.get(n);var i=r.p;if(t&&fe&&t["s-en"]===""){t.parentNode.insertBefore(i,t.nextSibling)}if(!a){i["s-hn"]=e;if(t){i["s-ol"]=t;i["s-ol"]["s-nr"]=i}}ae.m.delete(n)}));if(a){o.map((function(r){if(r){a.appendChild(r)}}))}i()};var W=function(r,e,n,t,i,a,f){var u;var o;var l;var v;if(a.nodeType===1){u=a.getAttribute(S);if(u){o=u.split(".");if(o[0]===f||o[0]==="0"){l={v:0,_:o[0],S:o[1],k:o[2],j:o[3],h:a.tagName.toLowerCase(),p:a,i:null,u:null,o:null,l:null,t:null};e.push(l);a.removeAttribute(S);if(!r.u){r.u=[]}r.u[l.j]=l;r=l;if(t&&l.k==="0"){t[l.j]=l.p}}}for(v=a.childNodes.length-1;v>=0;v--){W(r,e,n,t,i,a.childNodes[v],f)}if(a.shadowRoot){for(v=a.shadowRoot.childNodes.length-1;v>=0;v--){W(r,e,n,t,i,a.shadowRoot.childNodes[v],f)}}}else if(a.nodeType===8){o=a.nodeValue.split(".");if(o[1]===f||o[1]==="0"){u=o[0];l={v:0,_:o[1],S:o[2],k:o[3],j:o[4],p:a,i:null,u:null,o:null,l:null,h:null,t:null};if(u===w){l.p=a.nextSibling;if(l.p&&l.p.nodeType===3){l.t=l.p.textContent;e.push(l);a.remove();if(!r.u){r.u=[]}r.u[l.j]=l;if(t&&l.k==="0"){t[l.j]=l.p}}}else if(l._===f){if(u===b){l.h="slot";if(o[5]){a["s-sn"]=l.l=o[5]}else{a["s-sn"]=""}a["s-sr"]=true;if(t){l.p=ie.createElement(l.h);if(l.l){l.p.setAttribute("name",l.l)}a.parentNode.insertBefore(l.p,a);a.remove();if(l.k==="0"){t[l.j]=l.p}}n.push(l);if(!r.u){r.u=[]}r.u[l.j]=l}else if(u===$){if(t){a.remove()}else{i["s-cr"]=a;a["s-cn"]=true}}}}}else if(r&&r.h==="style"){var c=F(null,a.textContent);c.p=a;c.j="0";r.u=[c]}};var B=function(r,e){if(r.nodeType===1){var n=0;for(;n<r.childNodes.length;n++){B(r.childNodes[n],e)}if(r.shadowRoot){for(n=0;n<r.shadowRoot.childNodes.length;n++){B(r.shadowRoot.childNodes[n],e)}}}else if(r.nodeType===8){var t=r.nodeValue.split(".");if(t[0]===m){e.set(t[1]+"."+t[2],r);r.nodeValue="";r["s-en"]=t[3]}}};var z=function(r,e){if(r!=null&&!R(r)){if(e&4){return r==="false"?false:r===""||!!r}if(e&2){return parseFloat(r)}if(e&1){return String(r)}return r}return r};var H=r("g",(function(r){return Kr(r).$hostElement$}));var Q=r("c",(function(r,e,n){var t=H(r);return{emit:function(r){return V(t,e,{bubbles:!!(n&4),composed:!!(n&2),cancelable:!!(n&1),detail:r})}}}));var V=function(r,e,n){var t=ae.ce(e,n);r.dispatchEvent(t);return t};var q=new WeakMap;var G=function(r,e,n){var t=ne.get(r);if(oe&&n){t=t||new CSSStyleSheet;if(typeof t==="string"){t=e}else{t.replaceSync(e)}}else{t=e}ne.set(r,t)};var K=function(r,e,n){var t;var i=J(e);var a=ne.get(i);r=r.nodeType===11?r:ie;if(a){if(typeof a==="string"){r=r.head||r;var f=q.get(r);var u=void 0;if(!f){q.set(r,f=new Set)}if(!f.has(i)){if(r.host&&(u=r.querySelector("[".concat(_,'="').concat(i,'"]')))){u.innerHTML=a}else{u=ie.createElement("style");u.innerHTML=a;var o=(t=ae.C)!==null&&t!==void 0?t:L(ie);if(o!=null){u.setAttribute("nonce",o)}r.insertBefore(u,r.querySelector("link"))}if(e.v&4){u.innerHTML+=x}if(f){f.add(i)}}}else if(!r.adoptedStyleSheets.includes(a)){r.adoptedStyleSheets=__spreadArray(__spreadArray([],r.adoptedStyleSheets,true),[a],false)}}return i};var X=function(r){var e=r.O;var n=r.$hostElement$;var t=e.v;var i=p("attachStyles",e.A);var a=K(n.shadowRoot?n.shadowRoot:n.getRootNode(),e);if(t&10){n["s-sc"]=a;n.classList.add(a+"-h");if(t&2){n.classList.add(a+"-s")}}i()};var J=function(r,e){return"sc-"+r.A};var Y=function(r){return r.replace(/\/\*!@([^\/]+)\*\/[^\{]+\{/g,"$1{")};var Z=function(r,e,n,t,i,a){if(n!==t){var f=Yr(r,e);var u=e.toLowerCase();if(e==="class"){var o=r.classList;var l=er(n);var v=er(t);o.remove.apply(o,l.filter((function(r){return r&&!v.includes(r)})));o.add.apply(o,v.filter((function(r){return r&&!l.includes(r)})))}else if(e==="style"){{for(var c in n){if(!t||t[c]==null){if(c.includes("-")){r.style.removeProperty(c)}else{r.style[c]=""}}}}for(var c in t){if(!n||t[c]!==n[c]){if(c.includes("-")){r.style.setProperty(c,t[c])}else{r.style[c]=t[c]}}}}else if(e==="key");else if(e==="ref"){if(t){t(r)}}else if(!f&&e[0]==="o"&&e[1]==="n"){if(e[2]==="-"){e=e.slice(3)}else if(Yr(te,u)){e=u.slice(2)}else{e=u[2]+e.slice(3)}if(n||t){var s=e.endsWith(nr);e=e.replace(tr,"");if(n){ae.rel(r,e,n,s)}if(t){ae.ael(r,e,t,s)}}}else{var d=R(t);if((f||d&&t!==null)&&!i){try{if(!r.tagName.includes("-")){var h=t==null?"":t;if(e==="list"){f=false}else if(n==null||r[e]!=h){r[e]=h}}else{r[e]=t}}catch(r){}}var p=false;{if(u!==(u=u.replace(/^xlink\:?/,""))){e=u;p=true}}if(t==null||t===false){if(t!==false||r.getAttribute(e)===""){if(p){r.removeAttributeNS(j,e)}else{r.removeAttribute(e)}}}else if((!f||a&4||i)&&!d){t=t===true?"":t;if(p){r.setAttributeNS(j,e,t)}else{r.setAttribute(e,t)}}}}};var rr=/\s/;var er=function(r){return!r?[]:r.split(rr)};var nr="Capture";var tr=new RegExp(nr+"$");var ir=function(r,e,n,t){var i=e.p.nodeType===11&&e.p.host?e.p.host:e.p;var a=r&&r.i||C;var f=e.i||C;{for(t in a){if(!(t in f)){Z(i,t,a[t],undefined,n,e.v)}}}for(t in f){Z(i,t,a[t],f[t],n,e.v)}};var ar=function(r,e,n,t){var i;var a=e.u[n];var v=0;var d;var h;var p;if(!l){c=true;if(a.h==="slot"){if(f){t.classList.add(f+"-s")}a.v|=a.u?2:1}}if(a.t!==null){d=a.p=ie.createTextNode(a.t)}else if(a.v&1){d=a.p=ie.createTextNode("")}else{if(!s){s=a.h==="svg"}d=a.p=ie.createElementNS(s?O:A,a.v&2?"slot-fb":a.h);if(s&&a.h==="foreignObject"){s=false}{ir(null,a,s)}if(T(f)&&d["s-si"]!==f){d.classList.add(d["s-si"]=f)}if(a.u){for(v=0;v<a.u.length;++v){h=ar(r,a,v,d);if(h){d.appendChild(h)}}}{if(a.h==="svg"){s=false}else if(d.tagName==="foreignObject"){s=true}}}{d["s-hn"]=o;if(a.v&(2|1)){d["s-sr"]=true;d["s-fs"]=(i=a.i)===null||i===void 0?void 0:i.slot;d["s-cr"]=u;d["s-sn"]=a.l||"";p=r&&r.u&&r.u[n];if(p&&p.h===a.h&&r.p){fr(r.p,false)}}}return d};var fr=function(r,e){var n;ae.v|=1;var t=r.childNodes;for(var i=t.length-1;i>=0;i--){var a=t[i];if(a["s-hn"]!==o&&a["s-ol"]){sr(a).insertBefore(a,cr(a));a["s-ol"].remove();a["s-ol"]=undefined;a["s-sh"]=undefined;if(a.nodeType===1){a.setAttribute("slot",(n=a["s-sn"])!==null&&n!==void 0?n:"")}c=true}if(e){fr(a,e)}}ae.v&=~1};var ur=function(r,e,n,t,i,a){var f=r["s-cr"]&&r["s-cr"].parentNode||r;var u;if(f.shadowRoot&&f.tagName===o){f=f.shadowRoot}for(;i<=a;++i){if(t[i]){u=ar(null,n,i,r);if(u){t[i].p=u;f.insertBefore(u,cr(e))}}}};var or=function(r,e,n){for(var t=e;t<=n;++t){var i=r[t];if(i){var a=i.p;mr(i);if(a){{v=true;if(a["s-ol"]){a["s-ol"].remove()}else{fr(a,true)}}a.remove()}}}};var lr=function(r,e,n,t){var i=0;var a=0;var f=0;var u=0;var o=e.length-1;var l=e[0];var v=e[o];var c=t.length-1;var s=t[0];var d=t[c];var h;var p;while(i<=o&&a<=c){if(l==null){l=e[++i]}else if(v==null){v=e[--o]}else if(s==null){s=t[++a]}else if(d==null){d=t[--c]}else if(vr(l,s)){dr(l,s);l=e[++i];s=t[++a]}else if(vr(v,d)){dr(v,d);v=e[--o];d=t[--c]}else if(vr(l,d)){if(l.h==="slot"||d.h==="slot"){fr(l.p.parentNode,false)}dr(l,d);r.insertBefore(l.p,v.p.nextSibling);l=e[++i];d=t[--c]}else if(vr(v,s)){if(l.h==="slot"||d.h==="slot"){fr(v.p.parentNode,false)}dr(v,s);r.insertBefore(v.p,l.p);v=e[--o];s=t[++a]}else{f=-1;{for(u=i;u<=o;++u){if(e[u]&&e[u].o!==null&&e[u].o===s.o){f=u;break}}}if(f>=0){p=e[f];if(p.h!==s.h){h=ar(e&&e[a],n,f,r)}else{dr(p,s);e[f]=undefined;h=p.p}s=t[++a]}else{h=ar(e&&e[a],n,a,r);s=t[++a]}if(h){{sr(l.p).insertBefore(h,cr(l.p))}}}}if(i>o){ur(r,t[c+1]==null?null:t[c+1].p,n,t,a,c)}else if(a>c){or(e,i,o)}};var vr=function(r,e){if(r.h===e.h){if(r.h==="slot"){return r.l===e.l}{return r.o===e.o}}return false};var cr=function(r){return r&&r["s-ol"]||r};var sr=function(r){return(r["s-ol"]?r["s-ol"]:r).parentNode};var dr=function(r,e){var n=e.p=r.p;var t=r.u;var i=e.u;var a=e.h;var f=e.t;var u;if(f===null){{s=a==="svg"?true:a==="foreignObject"?false:s}{if(a==="slot");else{ir(r,e,s)}}if(t!==null&&i!==null){lr(n,t,e,i)}else if(i!==null){if(r.t!==null){n.textContent=""}ur(n,null,e,i,0,i.length-1)}else if(t!==null){or(t,0,t.length-1)}if(s&&a==="svg"){s=false}}else if(u=n["s-cr"]){u.parentNode.textContent=f}else if(r.t!==f){n.data=f}};var hr=function(r){var e=r.childNodes;for(var n=0,t=e;n<t.length;n++){var i=t[n];if(i.nodeType===1){if(i["s-sr"]){var a=i["s-sn"];i.hidden=false;for(var f=0,u=e;f<u.length;f++){var o=u[f];if(o!==i){if(o["s-hn"]!==i["s-hn"]||a!==""){if(o.nodeType===1&&(a===o.getAttribute("slot")||a===o["s-sn"])){i.hidden=true;break}}else{if(o.nodeType===1||o.nodeType===3&&o.textContent.trim()!==""){i.hidden=true;break}}}}}hr(i)}}};var pr=[];var yr=function(r){var e;var n;var t;for(var a=0,f=r.childNodes;a<f.length;a++){var u=f[a];if(u["s-sr"]&&(e=u["s-cr"])&&e.parentNode){n=e.parentNode.childNodes;var o=u["s-sn"];var l=function(){e=n[t];if(!e["s-cn"]&&!e["s-nr"]&&e["s-hn"]!==u["s-hn"]&&!i.experimentalSlotFixes){if($r(e,o)){var r=pr.find((function(r){return r.T===e}));v=true;e["s-sn"]=e["s-sn"]||o;if(r){r.T["s-sh"]=u["s-hn"];r.R=u}else{e["s-sh"]=u["s-hn"];pr.push({R:u,T:e})}if(e["s-sr"]){pr.map((function(n){if($r(n.T,e["s-sn"])){r=pr.find((function(r){return r.T===e}));if(r&&!n.R){n.R=r.R}}}))}}else if(!pr.some((function(r){return r.T===e}))){pr.push({T:e})}}};for(t=n.length-1;t>=0;t--){l()}}if(u.nodeType===1){yr(u)}}};var $r=function(r,e){if(r.nodeType===1){if(r.getAttribute("slot")===null&&e===""){return true}if(r.getAttribute("slot")===e){return true}return false}if(r["s-sn"]===e){return true}return e===""};var mr=function(r){{r.i&&r.i.ref&&r.i.ref(null);r.u&&r.u.map(mr)}};var br=function(r,e,n){if(n===void 0){n=false}var t,i;var a=r.$hostElement$;var s=r.O;var d=r.$||F(null,null);var h=N(e)?e:D(null,null,e);o=a.tagName;if(s.L){h.i=h.i||{};s.L.map((function(r){var e=r[0],n=r[1];return h.i[n]=a[e]}))}if(n&&h.i){for(var p=0,y=Object.keys(h.i);p<y.length;p++){var $=y[p];if(a.hasAttribute($)&&!["key","ref","style","class"].includes($)){h.i[$]=a[$]}}}h.h=null;h.v|=4;r.$=h;h.p=d.p=a.shadowRoot||a;{f=a["s-sc"]}{u=a["s-cr"];l=(s.v&1)!==0;v=false}dr(d,h);{ae.v|=1;if(c){yr(h.p);for(var m=0,b=pr;m<b.length;m++){var w=b[m];var g=w.T;if(!g["s-ol"]){var _=ie.createTextNode("");_["s-nr"]=g;g.parentNode.insertBefore(g["s-ol"]=_,g)}}for(var S=0,k=pr;S<k.length;S++){var w=k[S];var g=w.T;var x=w.R;if(x){var j=x.parentNode;var C=x.nextSibling;{var _=(t=g["s-ol"])===null||t===void 0?void 0:t.previousSibling;while(_){var O=(i=_["s-nr"])!==null&&i!==void 0?i:null;if(O&&O["s-sn"]===g["s-sn"]&&j===O.parentNode){O=O.nextSibling;if(!O||!O["s-nr"]){C=O;break}}_=_.previousSibling}}if(!C&&j!==g.parentNode||g.nextSibling!==C){if(g!==C){if(!g["s-hn"]&&g["s-ol"]){g["s-hn"]=g["s-ol"].parentNode.nodeName}j.insertBefore(g,C)}}}else{if(g.nodeType===1){g.hidden=true}}}}if(v){hr(h.p)}ae.v&=~1;pr.length=0}};var wr=function(r,e){if(e&&!r.D&&e["s-p"]){e["s-p"].push(new Promise((function(e){return r.D=e})))}};var gr=function(r,e){{r.v|=16}if(r.v&4){r.v|=512;return}wr(r,r.F);var n=function(){return _r(r,e)};return pe(n)};var _r=function(r,e){var n=p("scheduleUpdate",r.O.A);var t=r.M;var i;if(e){{r.v|=256;if(r.N){r.N.map((function(r){var e=r[0],n=r[1];return Ar(t,e,n)}));r.N=undefined}}{i=Ar(t,"componentWillLoad")}}{i=Sr(i,(function(){return Ar(t,"componentWillRender")}))}n();return Sr(i,(function(){return xr(r,t,e)}))};var Sr=function(r,e){return kr(r)?r.then(e):e()};var kr=function(r){return r instanceof Promise||r&&r.then&&typeof r.then==="function"};var xr=function(r,e,t){return __awaiter(n,void 0,void 0,(function(){var n,i,a,f,u,o,l;return __generator(this,(function(v){i=r.$hostElement$;a=p("update",r.O.A);f=i["s-rc"];if(t){X(r)}u=p("render",r.O.A);{jr(r,e,i,t)}if(f){f.map((function(r){return r()}));i["s-rc"]=undefined}u();a();{o=(n=i["s-p"])!==null&&n!==void 0?n:[];l=function(){return Cr(r)};if(o.length===0){l()}else{Promise.all(o).then(l);r.v|=4;o.length=0}}return[2]}))}))};var jr=function(r,e,n,t){try{e=e.render();{r.v&=~16}{r.v|=2}{{{br(r,e,t)}}}}catch(e){Zr(e,r.$hostElement$)}return null};var Cr=function(r){var e=r.O.A;var n=r.$hostElement$;var t=p("postUpdate",e);var i=r.M;var a=r.F;{Ar(i,"componentDidRender")}if(!(r.v&64)){r.v|=64;{Tr(n)}{Ar(i,"componentDidLoad")}t();{r.P(n);if(!a){Or()}}}else{{Ar(i,"componentDidUpdate")}t()}{r.U(n)}{if(r.D){r.D();r.D=undefined}if(r.v&512){he((function(){return gr(r,false)}))}r.v&=~(4|512)}};var Or=function(r){{Tr(ie.documentElement)}he((function(){return V(te,"appload",{detail:{namespace:t}})}))};var Ar=function(r,e,n){if(r&&r[e]){try{return r[e](n)}catch(r){Zr(r)}}return undefined};var Tr=function(r){return r.classList.add("hydrated")};var Rr=function(r,e){return Kr(r).I.get(e)};var Lr=function(r,e,n,t){var i=Kr(r);var a=i.$hostElement$;var f=i.I.get(e);var u=i.v;var o=i.M;n=z(n,t.W[e][0]);var l=Number.isNaN(f)&&Number.isNaN(n);var v=n!==f&&!l;if((!(u&8)||f===undefined)&&v){i.I.set(e,n);if(o){if(t.B&&u&128){var c=t.B[e];if(c){c.map((function(r){try{o[r](n,f,e)}catch(r){Zr(r,a)}}))}}if((u&(2|16))===2){gr(i,false)}}}};var Dr=function(r,e,n){var t;if(e.W){if(r.watchers){e.B=r.watchers}var i=Object.entries(e.W);var a=r.prototype;i.map((function(r){var t=r[0],i=r[1][0];if(i&31||n&2&&i&32){Object.defineProperty(a,t,{get:function(){return Rr(this,t)},set:function(r){Lr(this,t,r,e)},configurable:true,enumerable:true})}else if(n&1&&i&64){Object.defineProperty(a,t,{value:function(){var r=[];for(var e=0;e<arguments.length;e++){r[e]=arguments[e]}var n=Kr(this);return n.H.then((function(){var e;return(e=n.M)[t].apply(e,r)}))}})}}));if(n&1){var f=new Map;a.attributeChangedCallback=function(r,n,t){var i=this;ae.jmp((function(){var u=f.get(r);if(i.hasOwnProperty(u)){t=i[u];delete i[u]}else if(a.hasOwnProperty(u)&&typeof i[u]==="number"&&i[u]==t){return}else if(u==null){var o=Kr(i);var l=o===null||o===void 0?void 0:o.v;if(!(l&8)&&l&128&&t!==n){var v=o.M;var c=e.B[r];c===null||c===void 0?void 0:c.forEach((function(e){if(v[e]!=null){v[e].call(v,t,n,r)}}))}return}i[u]=t===null&&typeof i[u]==="boolean"?false:t}))};r.observedAttributes=Array.from(new Set(__spreadArray(__spreadArray([],Object.keys((t=e.B)!==null&&t!==void 0?t:{}),true),i.filter((function(r){var e=r[0],n=r[1];return n[0]&15})).map((function(r){var n=r[0],t=r[1];var i=t[1]||n;f.set(i,n);if(t[0]&512){e.L.push([n,i])}return i})),true)))}}return r};var Fr=function(r,e,t,i){return __awaiter(n,void 0,void 0,(function(){var r,n,i,a,f,u,o,l;return __generator(this,(function(v){switch(v.label){case 0:if(!((e.v&32)===0))return[3,3];e.v|=32;r=ee(t);if(!r.then)return[3,2];n=y();return[4,r];case 1:r=v.sent();n();v.label=2;case 2:if(!r.isProxied){{t.B=r.watchers}Dr(r,t,2);r.isProxied=true}i=p("createInstance",t.A);{e.v|=8}try{new r(e)}catch(r){Zr(r)}{e.v&=~8}{e.v|=128}i();Mr(e.M);if(r.style){a=r.style;f=J(t);if(!ne.has(f)){u=p("registerStyles",t.A);G(f,a,!!(t.v&1));u()}}v.label=3;case 3:o=e.F;l=function(){return gr(e,true)};if(o&&o["s-rc"]){o["s-rc"].push(l)}else{l()}return[2]}}))}))};var Mr=function(r){{Ar(r,"connectedCallback")}};var Nr=function(r){if((ae.v&1)===0){var e=Kr(r);var n=e.O;var t=p("connectedCallback",n.A);if(!(e.v&1)){e.v|=1;var i=void 0;{i=r.getAttribute(g);if(i){if(n.v&1){var a=K(r.shadowRoot,n);r.classList.remove(a+"-h",a+"-s")}I(r,n.A,i,e)}}if(!i){if(n.v&(4|8)){Pr(r)}}{var f=r;while(f=f.parentNode||f.host){if(f.nodeType===1&&f.hasAttribute("s-id")&&f["s-p"]||f["s-p"]){wr(e,e.F=f);break}}}if(n.W){Object.entries(n.W).map((function(e){var n=e[0],t=e[1][0];if(t&31&&r.hasOwnProperty(n)){var i=r[n];delete r[n];r[n]=i}}))}{he((function(){return Fr(r,e,n)}))}}else{zr(r,e,n.V);if(e===null||e===void 0?void 0:e.M){Mr(e.M)}else if(e===null||e===void 0?void 0:e.q){e.q.then((function(){return Mr(e.M)}))}}t()}};var Pr=function(r){var e=r["s-cr"]=ie.createComment("");e["s-cn"]=true;r.insertBefore(e,r.firstChild)};var Ur=function(r){{Ar(r,"disconnectedCallback")}};var Er=function(r){return __awaiter(n,void 0,void 0,(function(){var e;return __generator(this,(function(n){if((ae.v&1)===0){e=Kr(r);{if(e.G){e.G.map((function(r){return r()}));e.G=undefined}}if(e===null||e===void 0?void 0:e.M){Ur(e.M)}else if(e===null||e===void 0?void 0:e.q){e.q.then((function(){return Ur(e.M)}))}}return[2]}))}))};var Ir=function(r,e){var n=function(r){__extends(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}e.prototype.item=function(r){return this[r]};return e}(Array);if(e.v&8){var t=r.__lookupGetter__("childNodes");Object.defineProperty(r,"children",{get:function(){return this.childNodes.map((function(r){return r.nodeType===1}))}});Object.defineProperty(r,"childElementCount",{get:function(){return r.children.length}});Object.defineProperty(r,"childNodes",{get:function(){var r=t.call(this);if((ae.v&1)===0&&Kr(this).v&2){var e=new n;for(var i=0;i<r.length;i++){var a=r[i]["s-nr"];if(a){e.push(a)}}return e}return n.from(r)}})}};var Wr=r("b",(function(r,e){if(e===void 0){e={}}var n;var t=p();var i=[];var a=e.exclude||[];var f=te.customElements;var u=ie.head;var o=u.querySelector("meta[charset]");var l=ie.createElement("style");var v=[];var c=ie.querySelectorAll("[".concat(_,"]"));var s;var d=true;var h=0;Object.assign(ae,e);ae.K=new URL(e.resourcesUrl||"./",ie.baseURI).href;{ae.v|=2}{for(;h<c.length;h++){G(c[h].getAttribute(_),Y(c[h].innerHTML),true)}}var y=false;r.map((function(r){r[1].map((function(e){var n;var t={v:e[0],A:e[1],W:e[2],V:e[3]};if(t.v&4){y=true}{t.W=e[2]}{t.V=e[3]}{t.L=[]}{t.B=(n=e[4])!==null&&n!==void 0?n:{}}var u=t.A;var o=function(r){__extends(e,r);function e(e){var n=r.call(this,e)||this;e=n;Jr(e,t);if(t.v&1){{{e.attachShadow({mode:"open",delegatesFocus:!!(t.v&16)})}}}return n}e.prototype.connectedCallback=function(){var r=this;if(s){clearTimeout(s);s=null}if(d){v.push(this)}else{ae.jmp((function(){return Nr(r)}))}};e.prototype.disconnectedCallback=function(){var r=this;ae.jmp((function(){return Er(r)}))};e.prototype.componentOnReady=function(){return Kr(this).q};return e}(HTMLElement);{{Ir(o.prototype,t)}}t.X=r[0];if(!a.includes(u)&&!f.get(u)){i.push(u);f.define(u,Dr(o,t,1))}}))}));if(y){l.innerHTML+=x}{l.innerHTML+=i+k}if(l.innerHTML.length){l.setAttribute("data-styles","");u.insertBefore(l,o?o.nextSibling:u.firstChild);var $=(n=ae.C)!==null&&n!==void 0?n:L(ie);if($!=null){l.setAttribute("nonce",$)}}d=false;if(v.length){v.map((function(r){return r.connectedCallback()}))}else{{ae.jmp((function(){return s=setTimeout(Or,30)}))}}t()}));var Br=r("F",(function(r,e){return e}));var zr=function(r,e,n,t){if(n){n.map((function(n){var t=n[0],i=n[1],a=n[2];var f=Qr(r,t);var u=Hr(e,a);var o=Vr(t);ae.ael(f,i,u,o);(e.G=e.G||[]).push((function(){return ae.rel(f,i,u,o)}))}))}};var Hr=function(r,e){return function(n){try{{if(r.v&256){r.M[e](n)}else{(r.N=r.N||[]).push([e,n])}}}catch(r){Zr(r)}}};var Qr=function(r,e){if(e&4)return ie;if(e&8)return te;if(e&16)return ie.body;return r};var Vr=function(r){return(r&2)!==0};var qr=r("s",(function(r){return ae.C=r}));var Gr=new WeakMap;var Kr=function(r){return Gr.get(r)};var Xr=r("r",(function(r,e){return Gr.set(e.M=r,e)}));var Jr=function(r,e){var n={v:0,$hostElement$:r,O:e,I:new Map};{n.H=new Promise((function(r){return n.U=r}))}{n.q=new Promise((function(r){return n.P=r}));r["s-p"]=[];r["s-rc"]=[]}zr(r,n,e.V);return Gr.set(r,n)};var Yr=function(r,e){return e in r};var Zr=function(r,e){return(0,console.error)(r,e)};var re=new Map;var ee=function(r,n,t){var i=r.A.replace(/-/g,"_");var a=r.X;var f=re.get(a);if(f){return f[i]}
5
5
  /*!__STENCIL_STATIC_IMPORT_SWITCH__*/return e.import("./".concat(a,".entry.js").concat("")).then((function(r){{re.set(a,r)}return r[i]}),Zr)};var ne=new Map;var te=typeof window!=="undefined"?window:{};var ie=r("d",te.document||{head:{}});var ae={v:0,K:"",jmp:function(r){return r()},raf:function(r){return requestAnimationFrame(r)},ael:function(r,e,n,t){return r.addEventListener(e,n,t)},rel:function(r,e,n,t){return r.removeEventListener(e,n,t)},ce:function(r,e){return new CustomEvent(r,e)}};var fe=true;var ue=r("p",(function(r){return Promise.resolve(r)}));var oe=function(){try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(r){}return false}();var le=[];var ve=[];var ce=function(r,e){return function(n){r.push(n);if(!d){d=true;if(e&&ae.v&4){he(de)}else{ae.raf(de)}}}};var se=function(r){for(var e=0;e<r.length;e++){try{r[e](performance.now())}catch(r){Zr(r)}}r.length=0};var de=function(){se(le);{se(ve);if(d=le.length>0){ae.raf(de)}}};var he=function(r){return ue().then(r)};var pe=ce(ve,true)}}}));
@@ -1,4 +1,4 @@
1
1
  var __awaiter=this&&this.__awaiter||function(t,o,e,r){function n(t){return t instanceof e?t:new e((function(o){o(t)}))}return new(e||(e=Promise))((function(e,i){function a(t){try{s(r.next(t))}catch(t){i(t)}}function u(t){try{s(r["throw"](t))}catch(t){i(t)}}function s(t){t.done?e(t.value):n(t.value).then(a,u)}s((r=r.apply(t,o||[])).next())}))};var __generator=this&&this.__generator||function(t,o){var e={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,n,i,a;return a={next:u(0),throw:u(1),return:u(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function u(t){return function(o){return s([t,o])}}function s(u){if(r)throw new TypeError("Generator is already executing.");while(a&&(a=0,u[0]&&(e=0)),e)try{if(r=1,n&&(i=u[0]&2?n["return"]:u[0]?n["throw"]||((i=n["return"])&&i.call(n),0):n.next)&&!(i=i.call(n,u[1])).done)return i;if(n=0,i)u=[u[0]&2,i.value];switch(u[0]){case 0:case 1:i=u;break;case 4:e.label++;return{value:u[1],done:false};case 5:e.label++;n=u[1];u=[0];continue;case 7:u=e.ops.pop();e.trys.pop();continue;default:if(!(i=e.trys,i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){e=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){e.label=u[1];break}if(u[0]===6&&e.label<i[1]){e.label=i[1];i=u;break}if(i&&e.label<i[2]){e.label=i[2];e.ops.push(u);break}if(i[2])e.ops.pop();e.trys.pop();continue}u=o.call(t,e)}catch(t){u=[6,t];n=0}finally{r=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};
2
2
  /*!
3
3
  * Built with Duet Design System
4
- */System.register(["./p-07ae2d9c.system.js","./p-77b6e4ba.system.js","./p-c97109b5.system.js","./p-668716b8.system.js","./p-ecf1f6cd.system.js"],(function(t){"use strict";var o,e,r,n,i,a,u,s,p;return{setters:[function(t){o=t.r;e=t.h;r=t.H;n=t.g;i=t.c},function(t){a=t.i},function(t){u=t.n},function(t){s=t.F},function(t){p=t.T}],execute:function(){var l='*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.duet-tooltip-button{z-index:100;display:inline-block;align-items:center;justify-content:center;min-width:48px;height:48px;padding:0 !important;margin-right:-12px;line-height:normal !important;color:rgb(0, 119, 179);white-space:nowrap;cursor:pointer;background:transparent !important;border-radius:4px}.duet-tooltip-button.duet-theme-turva{color:rgb(198, 12, 48)}.duet-tooltip-button:hover{color:rgb(0, 77, 128)}.duet-tooltip-button:hover.duet-theme-turva{color:rgb(148, 9, 37)}.duet-tooltip-button:focus{background:transparent !important;outline:0}:host(.user-is-tabbing) .duet-tooltip-button:focus{background:transparent !important;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3 !important}:host(.user-is-tabbing) .duet-tooltip-button.duet-theme-turva:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a !important}.duet-tooltip-button svg{width:20px;height:20px;pointer-events:none}.duet-tooltip-button-has-label{margin-right:0}.duet-tooltip-label{position:relative;z-index:100;display:inline-block;max-width:calc(100% - 30px);margin-left:12px !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;line-height:1.25;text-align:left;white-space:normal;vertical-align:top}.duet-theme-turva .duet-tooltip-label{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"}';var d=t("duet_tooltip_button",function(){function t(t){o(this,t);this.label="";this.accessibleLabel=undefined;this.theme="";this.active=undefined;this.tooltipId=undefined}t.prototype.componentWillLoad=function(){a(this)};t.prototype.componentDidLoad=function(){u(this)};t.prototype.setFocus=function(t){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(o){if(this.buttonElement){this.buttonElement.focus(t)}return[2]}))}))};t.prototype.render=function(){var t=this;return e(r,null,e("button",{ref:function(o){return t.buttonElement=o},"aria-controls":this.tooltipId,"aria-expanded":this.active?"true":"false",type:"button",class:{"duet-tooltip-button":true,"duet-tooltip-button-has-label":!!this.label,"duet-theme-turva":this.theme==="turva"}},e("svg",{"aria-hidden":"true",role:"img",fill:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},e("path",{d:"m13.5 17.25c-1.241 0-2.25-1.009-2.25-2.25v-3.75h-.75c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h.75c.827 0 1.5.673 1.5 1.5v3.75c0 .414.336.75.75.75h.75c.414 0 .75.336.75.75s-.336.75-.75.75z"}),e("circle",{cx:"11.625",cy:"7.125",r:"1.125"}),e("path",{d:"m12 24c-6.617 0-12-5.383-12-12s5.383-12 12-12 12 5.383 12 12-5.383 12-12 12zm0-22.5c-5.79 0-10.5 4.71-10.5 10.5s4.71 10.5 10.5 10.5 10.5-4.71 10.5-10.5-4.71-10.5-10.5-10.5z"})),this.label?e("span",{class:"duet-tooltip-label"},this.label):e("duet-visually-hidden",null,this.accessibleLabel)))};Object.defineProperty(t.prototype,"element",{get:function(){return n(this)},enumerable:false,configurable:true});return t}());d.style=l;var c='*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:absolute;z-index:950}.duet-tooltip{position:relative;width:282px;min-height:48px;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(0, 41, 77);visibility:hidden;background:rgb(255, 255, 255);border:1px solid rgb(225, 227, 230);border-radius:4px;box-shadow:0 2px 10px 0 rgba(0, 41, 77, 0.07);opacity:0;transition:300ms ease;transform-origin:100% 100%}.duet-tooltip.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);border-color:rgb(228, 228, 230);box-shadow:0 2px 10px 0 rgba(117, 117, 117, 0.13)}.duet-tooltip .arrow{position:absolute;width:22px;height:22px;pointer-events:none}.duet-tooltip .arrow.bottom,.duet-tooltip .arrow.bottom-start,.duet-tooltip .arrow.bottom-end{top:-20px}.duet-tooltip .arrow-container{position:relative;left:4px;width:100%;height:100%;pointer-events:none}.duet-tooltip .arrow-container::after{position:absolute;z-index:200;width:0;height:0;pointer-events:none;content:""}.duet-tooltip .arrow-container::before{position:absolute;z-index:100;width:0;height:0;pointer-events:none;content:""}.duet-tooltip .arrow-container.top::after,.duet-tooltip .arrow-container.top-start::after,.duet-tooltip .arrow-container.top-end::after{bottom:2px;left:2px;border:10px solid transparent;border-top:10px solid rgb(255, 255, 255)}.duet-tooltip .arrow-container.top::before,.duet-tooltip .arrow-container.top-start::before,.duet-tooltip .arrow-container.top-end::before{bottom:-1px;left:1px;border:11px solid transparent;border-top:11px solid rgb(225, 227, 230)}.duet-theme-turva .duet-tooltip .arrow-container.top::before,.duet-theme-turva .duet-tooltip .arrow-container.top-start::before,.duet-theme-turva .duet-tooltip .arrow-container.top-end::before{border-top:11px solid rgb(228, 228, 230)}.duet-tooltip .arrow-container.bottom::after,.duet-tooltip .arrow-container.bottom-start::after,.duet-tooltip .arrow-container.bottom-end::after{bottom:1px;left:2px;border:10px solid transparent;border-bottom:10px solid rgb(255, 255, 255)}.duet-tooltip .arrow-container.bottom::before,.duet-tooltip .arrow-container.bottom-start::before,.duet-tooltip .arrow-container.bottom-end::before{bottom:1px;left:1px;border:11px solid transparent;border-bottom:11px solid rgb(225, 227, 230)}.duet-theme-turva .duet-tooltip .arrow-container.bottom::before,.duet-theme-turva .duet-tooltip .arrow-container.bottom-start::before,.duet-theme-turva .duet-tooltip .arrow-container.bottom-end::before{border-top:11px solid rgb(228, 228, 230)}.duet-tooltip.duet-tooltip-has-label{right:auto !important;left:0;width:282px !important;transform-origin:0 0 !important}.duet-tooltip.duet-tooltip-active{visibility:visible;opacity:1;transition-property:transform, opacity}.duet-tooltip-content-area{padding:20px !important;width:100%;padding-right:25px !important;overflow-y:auto;-webkit-hyphens:auto;hyphens:auto;border-radius:4px;-webkit-overflow-scrolling:touch}.duet-tooltip-content-area:focus{outline:none}:host(.user-is-tabbing) .duet-tooltip-content-area: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-tooltip-content-area:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-tooltip-content-area::-webkit-scrollbar{width:4px}.duet-tooltip-content-area::-webkit-scrollbar-track{border-radius:4px}.duet-tooltip-content-area::-webkit-scrollbar-thumb{background:rgb(225, 227, 230);border-radius:4px}.duet-theme-turva .duet-tooltip-content-area::-webkit-scrollbar-thumb{background:rgb(228, 228, 230)}.duet-tooltip-close{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:17px;height:17px;min-height:0 !important;padding:0 !important;margin:0 !important;line-height:normal;color:rgb(0, 41, 77);cursor:pointer;background:rgb(245, 248, 250);border-radius:50%;-webkit-appearance:none;appearance:none}.duet-tooltip-close:focus{outline:none;box-shadow:0 0 0 2px #0077b3 !important}.duet-theme-turva .duet-tooltip-close:focus{color:rgb(23, 28, 58);box-shadow:0 0 0 2px #171c3a !important}';var b=t("duet_tooltip_popup",function(){function t(t){var e=this;o(this,t);this.tooltipPopupClosed=i(this,"tooltipPopupClosed",7);this.handleCloseClick=function(){e.tooltipPopupClosed.emit()};this.theme="";this.active=undefined;this.tooltipId=undefined;this.arrowStyles=undefined;this.placement=undefined;this.accessibleCloseLabel=undefined}t.prototype.handleActiveChange=function(){if(this.active){this.teleport.go()}else{this.teleport.resume(200)}};t.prototype.componentWillLoad=function(){a(this);this.teleport=new p(this.element)};t.prototype.componentDidLoad=function(){u(this)};t.prototype.getArrowElement=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.arrowEl]}))}))};t.prototype.getContentElement=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.contentEl]}))}))};t.prototype.setFocusOnContentElement=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){this.contentEl.focus();return[2]}))}))};t.prototype.render=function(){var t,o;var n=this;return e(r,null,e("div",{class:{"duet-tooltip":true,"duet-theme-turva":this.theme==="turva","duet-tooltip-active":this.active===true}},e(s,{moveFocusTo:this.buttonEl}),e("div",{ref:function(t){return n.contentEl=t},class:"duet-tooltip-content-area",tabindex:0,id:this.tooltipId},e("slot",null)),e("div",{ref:function(t){return n.arrowEl=t},class:(t={arrow:true},t[this.placement]=true,t),style:this.arrowStyles},e("div",{class:(o={"arrow-container":true},o[this.placement]=true,o)})),e("button",{type:"button",class:"duet-tooltip-close",onClick:this.handleCloseClick,ref:function(t){return n.buttonEl=t}},e("duet-icon",{name:"navigation-close-small",margin:"none",color:"currentColor",size:"xxx-small"}),e("duet-visually-hidden",null,this.accessibleCloseLabel)),e(s,{moveFocusTo:this.contentEl})))};Object.defineProperty(t.prototype,"element",{get:function(){return n(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{active:["handleActiveChange"]}},enumerable:false,configurable:true});return t}());b.style=c}}}));
4
+ */System.register(["./p-ed063bbd.system.js","./p-77b6e4ba.system.js","./p-c97109b5.system.js","./p-08b472ed.system.js","./p-ecf1f6cd.system.js"],(function(t){"use strict";var o,e,r,n,i,a,u,s,p;return{setters:[function(t){o=t.r;e=t.h;r=t.H;n=t.g;i=t.c},function(t){a=t.i},function(t){u=t.n},function(t){s=t.F},function(t){p=t.T}],execute:function(){var l='*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.duet-tooltip-button{z-index:100;display:inline-block;align-items:center;justify-content:center;min-width:48px;height:48px;padding:0 !important;margin-right:-12px;line-height:normal !important;color:rgb(0, 119, 179);white-space:nowrap;cursor:pointer;background:transparent !important;border-radius:4px}.duet-tooltip-button.duet-theme-turva{color:rgb(198, 12, 48)}.duet-tooltip-button:hover{color:rgb(0, 77, 128)}.duet-tooltip-button:hover.duet-theme-turva{color:rgb(148, 9, 37)}.duet-tooltip-button:focus{background:transparent !important;outline:0}:host(.user-is-tabbing) .duet-tooltip-button:focus{background:transparent !important;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3 !important}:host(.user-is-tabbing) .duet-tooltip-button.duet-theme-turva:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a !important}.duet-tooltip-button svg{width:20px;height:20px;pointer-events:none}.duet-tooltip-button-has-label{margin-right:0}.duet-tooltip-label{position:relative;z-index:100;display:inline-block;max-width:calc(100% - 30px);margin-left:12px !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;line-height:1.25;text-align:left;white-space:normal;vertical-align:top}.duet-theme-turva .duet-tooltip-label{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"}';var d=t("duet_tooltip_button",function(){function t(t){o(this,t);this.label="";this.accessibleLabel=undefined;this.theme="";this.active=undefined;this.tooltipId=undefined}t.prototype.componentWillLoad=function(){a(this)};t.prototype.componentDidLoad=function(){u(this)};t.prototype.setFocus=function(t){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(o){if(this.buttonElement){this.buttonElement.focus(t)}return[2]}))}))};t.prototype.render=function(){var t=this;return e(r,null,e("button",{ref:function(o){return t.buttonElement=o},"aria-controls":this.tooltipId,"aria-expanded":this.active?"true":"false",type:"button",class:{"duet-tooltip-button":true,"duet-tooltip-button-has-label":!!this.label,"duet-theme-turva":this.theme==="turva"}},e("svg",{"aria-hidden":"true",role:"img",fill:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},e("path",{d:"m13.5 17.25c-1.241 0-2.25-1.009-2.25-2.25v-3.75h-.75c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h.75c.827 0 1.5.673 1.5 1.5v3.75c0 .414.336.75.75.75h.75c.414 0 .75.336.75.75s-.336.75-.75.75z"}),e("circle",{cx:"11.625",cy:"7.125",r:"1.125"}),e("path",{d:"m12 24c-6.617 0-12-5.383-12-12s5.383-12 12-12 12 5.383 12 12-5.383 12-12 12zm0-22.5c-5.79 0-10.5 4.71-10.5 10.5s4.71 10.5 10.5 10.5 10.5-4.71 10.5-10.5-4.71-10.5-10.5-10.5z"})),this.label?e("span",{class:"duet-tooltip-label"},this.label):e("duet-visually-hidden",null,this.accessibleLabel)))};Object.defineProperty(t.prototype,"element",{get:function(){return n(this)},enumerable:false,configurable:true});return t}());d.style=l;var c='*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:absolute;z-index:950}.duet-tooltip{position:relative;width:282px;min-height:48px;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(0, 41, 77);visibility:hidden;background:rgb(255, 255, 255);border:1px solid rgb(225, 227, 230);border-radius:4px;box-shadow:0 2px 10px 0 rgba(0, 41, 77, 0.07);opacity:0;transition:300ms ease;transform-origin:100% 100%}.duet-tooltip.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);border-color:rgb(228, 228, 230);box-shadow:0 2px 10px 0 rgba(117, 117, 117, 0.13)}.duet-tooltip .arrow{position:absolute;width:22px;height:22px;pointer-events:none}.duet-tooltip .arrow.bottom,.duet-tooltip .arrow.bottom-start,.duet-tooltip .arrow.bottom-end{top:-20px}.duet-tooltip .arrow-container{position:relative;left:4px;width:100%;height:100%;pointer-events:none}.duet-tooltip .arrow-container::after{position:absolute;z-index:200;width:0;height:0;pointer-events:none;content:""}.duet-tooltip .arrow-container::before{position:absolute;z-index:100;width:0;height:0;pointer-events:none;content:""}.duet-tooltip .arrow-container.top::after,.duet-tooltip .arrow-container.top-start::after,.duet-tooltip .arrow-container.top-end::after{bottom:2px;left:2px;border:10px solid transparent;border-top:10px solid rgb(255, 255, 255)}.duet-tooltip .arrow-container.top::before,.duet-tooltip .arrow-container.top-start::before,.duet-tooltip .arrow-container.top-end::before{bottom:-1px;left:1px;border:11px solid transparent;border-top:11px solid rgb(225, 227, 230)}.duet-theme-turva .duet-tooltip .arrow-container.top::before,.duet-theme-turva .duet-tooltip .arrow-container.top-start::before,.duet-theme-turva .duet-tooltip .arrow-container.top-end::before{border-top:11px solid rgb(228, 228, 230)}.duet-tooltip .arrow-container.bottom::after,.duet-tooltip .arrow-container.bottom-start::after,.duet-tooltip .arrow-container.bottom-end::after{bottom:1px;left:2px;border:10px solid transparent;border-bottom:10px solid rgb(255, 255, 255)}.duet-tooltip .arrow-container.bottom::before,.duet-tooltip .arrow-container.bottom-start::before,.duet-tooltip .arrow-container.bottom-end::before{bottom:1px;left:1px;border:11px solid transparent;border-bottom:11px solid rgb(225, 227, 230)}.duet-theme-turva .duet-tooltip .arrow-container.bottom::before,.duet-theme-turva .duet-tooltip .arrow-container.bottom-start::before,.duet-theme-turva .duet-tooltip .arrow-container.bottom-end::before{border-top:11px solid rgb(228, 228, 230)}.duet-tooltip.duet-tooltip-has-label{right:auto !important;left:0;width:282px !important;transform-origin:0 0 !important}.duet-tooltip.duet-tooltip-active{visibility:visible;opacity:1;transition-property:transform, opacity}.duet-tooltip-content-area{padding:20px !important;width:100%;padding-right:25px !important;overflow-y:auto;-webkit-hyphens:auto;hyphens:auto;border-radius:4px;-webkit-overflow-scrolling:touch}.duet-tooltip-content-area:focus{outline:none}:host(.user-is-tabbing) .duet-tooltip-content-area: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-tooltip-content-area:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-tooltip-content-area::-webkit-scrollbar{width:4px}.duet-tooltip-content-area::-webkit-scrollbar-track{border-radius:4px}.duet-tooltip-content-area::-webkit-scrollbar-thumb{background:rgb(225, 227, 230);border-radius:4px}.duet-theme-turva .duet-tooltip-content-area::-webkit-scrollbar-thumb{background:rgb(228, 228, 230)}.duet-tooltip-close{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:17px;height:17px;min-height:0 !important;padding:0 !important;margin:0 !important;line-height:normal;color:rgb(0, 41, 77);cursor:pointer;background:rgb(245, 248, 250);border-radius:50%;-webkit-appearance:none;appearance:none}.duet-tooltip-close:focus{outline:none;box-shadow:0 0 0 2px #0077b3 !important}.duet-theme-turva .duet-tooltip-close:focus{color:rgb(23, 28, 58);box-shadow:0 0 0 2px #171c3a !important}';var b=t("duet_tooltip_popup",function(){function t(t){var e=this;o(this,t);this.tooltipPopupClosed=i(this,"tooltipPopupClosed",7);this.handleCloseClick=function(){e.tooltipPopupClosed.emit()};this.theme="";this.active=undefined;this.tooltipId=undefined;this.arrowStyles=undefined;this.placement=undefined;this.accessibleCloseLabel=undefined}t.prototype.handleActiveChange=function(){if(this.active){this.teleport.go()}else{this.teleport.resume(200)}};t.prototype.componentWillLoad=function(){a(this);this.teleport=new p(this.element)};t.prototype.componentDidLoad=function(){u(this)};t.prototype.getArrowElement=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.arrowEl]}))}))};t.prototype.getContentElement=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.contentEl]}))}))};t.prototype.setFocusOnContentElement=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){this.contentEl.focus();return[2]}))}))};t.prototype.render=function(){var t,o;var n=this;return e(r,null,e("div",{class:{"duet-tooltip":true,"duet-theme-turva":this.theme==="turva","duet-tooltip-active":this.active===true}},e(s,{moveFocusTo:this.buttonEl}),e("div",{ref:function(t){return n.contentEl=t},class:"duet-tooltip-content-area",tabindex:0,id:this.tooltipId},e("slot",null)),e("div",{ref:function(t){return n.arrowEl=t},class:(t={arrow:true},t[this.placement]=true,t),style:this.arrowStyles},e("div",{class:(o={"arrow-container":true},o[this.placement]=true,o)})),e("button",{type:"button",class:"duet-tooltip-close",onClick:this.handleCloseClick,ref:function(t){return n.buttonEl=t}},e("duet-icon",{name:"navigation-close-small",margin:"none",color:"currentColor",size:"xxx-small"}),e("duet-visually-hidden",null,this.accessibleCloseLabel)),e(s,{moveFocusTo:this.contentEl})))};Object.defineProperty(t.prototype,"element",{get:function(){return n(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{active:["handleActiveChange"]}},enumerable:false,configurable:true});return t}());b.style=c}}}));
@@ -1,4 +1,4 @@
1
1
  var __awaiter=this&&this.__awaiter||function(t,e,n,o){function i(t){return t instanceof n?t:new n((function(e){e(t)}))}return new(n||(n=Promise))((function(n,a){function r(t){try{l(o.next(t))}catch(t){a(t)}}function s(t){try{l(o["throw"](t))}catch(t){a(t)}}function l(t){t.done?n(t.value):i(t.value).then(r,s)}l((o=o.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},o,i,a,r;return r={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(r[Symbol.iterator]=function(){return this}),r;function s(t){return function(e){return l([t,e])}}function l(s){if(o)throw new TypeError("Generator is already executing.");while(r&&(r=0,s[0]&&(n=0)),n)try{if(o=1,i&&(a=s[0]&2?i["return"]:s[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,s[1])).done)return a;if(i=0,a)s=[s[0]&2,a.value];switch(s[0]){case 0:case 1:a=s;break;case 4:n.label++;return{value:s[1],done:false};case 5:n.label++;i=s[1];s=[0];continue;case 7:s=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(s[0]===6||s[0]===2)){n=0;continue}if(s[0]===3&&(!a||s[1]>a[0]&&s[1]<a[3])){n.label=s[1];break}if(s[0]===6&&n.label<a[1]){n.label=a[1];a=s;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(s);break}if(a[2])n.ops.pop();n.trys.pop();continue}s=e.call(t,n)}catch(t){s=[6,t];i=0}finally{o=a=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};
2
2
  /*!
3
3
  * Built with Duet Design System
4
- */System.register(["./p-07ae2d9c.system.js","./p-77b6e4ba.system.js","./p-c97109b5.system.js"],(function(t){"use strict";var e,n,o,i,a,r;return{setters:[function(t){e=t.r;n=t.h;o=t.H;i=t.g},function(t){a=t.i},function(t){r=t.n}],execute:function(){var s='*,*::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(0, 41, 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(0, 41, 77)}.duet-theme-turva slot{color:rgb(23, 28, 58)}slot[name=label]{font-size:1rem;font-weight:600}';var l=t("duet_slideout_panel_dropdown",function(){function t(t){var n=this;e(this,t);this.onClick=function(){n.open=!n.open};this.theme="";this.active=false;this.open=false;this.icon=undefined}t.prototype.handleFocus=function(t){var e=this;var n=t.composedPath().every((function(t){return t!==e.element}));if(n){this.open=false}};t.prototype.componentWillLoad=function(){a(this);var t=this.element.querySelectorAll("duet-slideout-link");t.forEach((function(t){t.menuItem=true}))};t.prototype.componentDidLoad=function(){r(this)};t.prototype.setFocus=function(t){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){this.button.focus(t);return[2]}))}))};t.prototype.render=function(){var t=this;return n(o,null,n("div",{class:{"duet-slideout-panel-dropdown":true,"duet-theme-turva":this.theme==="turva",active:this.open}},n("button",{ref:function(e){return t.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&&n("duet-icon",{name:this.icon,size:"medium",margin:"none",color:"secondary"}),n("div",{class:"label"},n("slot",{name:"label"}),n("duet-icon",{class:"caret",name:"action-arrow-down-small",margin:"none",size:"xx-small",color:"secondary"}))),n("div",{tabindex:"-1",role:"menu",id:"menu","aria-labelledby":"button",class:{items:true,hidden:!this.open}},n("slot",null))))};Object.defineProperty(t.prototype,"element",{get:function(){return i(this)},enumerable:false,configurable:true});return t}());l.style=s}}}));
4
+ */System.register(["./p-ed063bbd.system.js","./p-77b6e4ba.system.js","./p-c97109b5.system.js"],(function(t){"use strict";var e,n,o,i,a,r;return{setters:[function(t){e=t.r;n=t.h;o=t.H;i=t.g},function(t){a=t.i},function(t){r=t.n}],execute:function(){var s='*,*::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(0, 41, 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(0, 41, 77)}.duet-theme-turva slot{color:rgb(23, 28, 58)}slot[name=label]{font-size:1rem;font-weight:600}';var l=t("duet_slideout_panel_dropdown",function(){function t(t){var n=this;e(this,t);this.onClick=function(){n.open=!n.open};this.theme="";this.active=false;this.open=false;this.icon=undefined}t.prototype.handleFocus=function(t){var e=this;var n=t.composedPath().every((function(t){return t!==e.element}));if(n){this.open=false}};t.prototype.componentWillLoad=function(){a(this);var t=this.element.querySelectorAll("duet-slideout-link");t.forEach((function(t){t.menuItem=true}))};t.prototype.componentDidLoad=function(){r(this)};t.prototype.setFocus=function(t){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){this.button.focus(t);return[2]}))}))};t.prototype.render=function(){var t=this;return n(o,null,n("div",{class:{"duet-slideout-panel-dropdown":true,"duet-theme-turva":this.theme==="turva",active:this.open}},n("button",{ref:function(e){return t.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&&n("duet-icon",{name:this.icon,size:"medium",margin:"none",color:"secondary"}),n("div",{class:"label"},n("slot",{name:"label"}),n("duet-icon",{class:"caret",name:"action-arrow-down-small",margin:"none",size:"xx-small",color:"secondary"}))),n("div",{tabindex:"-1",role:"menu",id:"menu","aria-labelledby":"button",class:{items:true,hidden:!this.open}},n("slot",null))))};Object.defineProperty(t.prototype,"element",{get:function(){return i(this)},enumerable:false,configurable:true});return t}());l.style=s}}}));
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- System.register(["./p-07ae2d9c.system.js","./p-77b6e4ba.system.js","./p-8d0d6e06.system.js","./p-c97109b5.system.js"],(function(e){"use strict";var t,o,n,r,a,i,d;return{setters:[function(e){t=e.r;o=e.h;n=e.H;r=e.g},function(e){a=e.i},function(e){i=e.f},function(e){d=e.n}],execute:function(){var l='*,*::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-toolbar-dropdown-link{display:flex;flex-direction:row;gap:0.5rem;align-items:center;justify-content:flex-start;height:100%;padding:0.5rem 20px;font-family:"localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:0.875rem;font-weight:400;line-height:1.25;color:rgb(0, 41, 77);text-align:center;text-decoration:none}.duet-toolbar-dropdown-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-toolbar-dropdown-link:focus,.duet-toolbar-dropdown-link:focus.duet-theme-turva{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-toolbar-dropdown-link.duet-theme-turva{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(23, 28, 58)}.duet-toolbar-dropdown-link.active,.duet-toolbar-dropdown-link.active:hover{color:rgb(255, 255, 255);background:rgb(0, 119, 179)}.duet-toolbar-dropdown-link.active.duet-theme-turva,.duet-toolbar-dropdown-link.active:hover.duet-theme-turva{color:rgb(255, 255, 255);background:rgb(198, 12, 48)}.duet-toolbar-dropdown-link:hover{background:rgb(230, 242, 248)}.duet-toolbar-dropdown-link:hover.duet-theme-turva{background:rgb(228, 228, 230)}';var s=e("duet_toolbar_dropdown_link",function(){function e(e){t(this,e);this.accessibleLabel=undefined;this.theme="";this.targetLanguage=undefined;this.href="#";this.icon=undefined;this.active=false}e.prototype.componentWillLoad=function(){a(this)};e.prototype.componentDidLoad=function(){d(this)};e.prototype.handleEscape=function(e){if(i(e)){var t=this.element.closest("duet-toolbar-dropdown");t.open=false;t.setFocus()}};e.prototype.render=function(){var e=this;return o(n,null,o("a",{class:{"duet-toolbar-dropdown-link":true,"duet-theme-turva":this.theme==="turva",active:this.active},href:this.href,lang:this.targetLanguage,hreflang:this.targetLanguage,role:"menuitem","aria-label":this.accessibleLabel,"aria-current":this.active?"true":"false",onKeyUp:function(t){return e.handleEscape(t)}},this.icon&&o("duet-icon",{name:this.icon,size:"x-small",margin:"none"}),o("slot",null)))};Object.defineProperty(e.prototype,"element",{get:function(){return r(this)},enumerable:false,configurable:true});return e}());s.style=l}}}));
4
+ System.register(["./p-ed063bbd.system.js","./p-77b6e4ba.system.js","./p-8d0d6e06.system.js","./p-c97109b5.system.js"],(function(e){"use strict";var t,o,n,r,a,i,d;return{setters:[function(e){t=e.r;o=e.h;n=e.H;r=e.g},function(e){a=e.i},function(e){i=e.f},function(e){d=e.n}],execute:function(){var l='*,*::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-toolbar-dropdown-link{display:flex;flex-direction:row;gap:0.5rem;align-items:center;justify-content:flex-start;height:100%;padding:0.5rem 20px;font-family:"localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:0.875rem;font-weight:400;line-height:1.25;color:rgb(0, 41, 77);text-align:center;text-decoration:none}.duet-toolbar-dropdown-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-toolbar-dropdown-link:focus,.duet-toolbar-dropdown-link:focus.duet-theme-turva{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-toolbar-dropdown-link.duet-theme-turva{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(23, 28, 58)}.duet-toolbar-dropdown-link.active,.duet-toolbar-dropdown-link.active:hover{color:rgb(255, 255, 255);background:rgb(0, 119, 179)}.duet-toolbar-dropdown-link.active.duet-theme-turva,.duet-toolbar-dropdown-link.active:hover.duet-theme-turva{color:rgb(255, 255, 255);background:rgb(198, 12, 48)}.duet-toolbar-dropdown-link:hover{background:rgb(230, 242, 248)}.duet-toolbar-dropdown-link:hover.duet-theme-turva{background:rgb(228, 228, 230)}';var s=e("duet_toolbar_dropdown_link",function(){function e(e){t(this,e);this.accessibleLabel=undefined;this.theme="";this.targetLanguage=undefined;this.href="#";this.icon=undefined;this.active=false}e.prototype.componentWillLoad=function(){a(this)};e.prototype.componentDidLoad=function(){d(this)};e.prototype.handleEscape=function(e){if(i(e)){var t=this.element.closest("duet-toolbar-dropdown");t.open=false;t.setFocus()}};e.prototype.render=function(){var e=this;return o(n,null,o("a",{class:{"duet-toolbar-dropdown-link":true,"duet-theme-turva":this.theme==="turva",active:this.active},href:this.href,lang:this.targetLanguage,hreflang:this.targetLanguage,role:"menuitem","aria-label":this.accessibleLabel,"aria-current":this.active?"true":"false",onKeyUp:function(t){return e.handleEscape(t)}},this.icon&&o("duet-icon",{name:this.icon,size:"x-small",margin:"none"}),o("slot",null)))};Object.defineProperty(e.prototype,"element",{get:function(){return r(this)},enumerable:false,configurable:true});return e}());s.style=l}}}));
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- System.register(["./p-07ae2d9c.system.js","./p-7c29d36a.system.js"],(function(t){"use strict";var e,i,d,a,n;return{setters:[function(t){e=t.r;i=t.h;d=t.H;a=t.g},function(t){n=t.i}],execute:function(){var o="*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;flex:1 0 auto;width:100%}:host(.duet-middle){display:flex}:host(.duet-middle) .duet-layout{padding:36px 28px !important}@media (min-width: 36em){:host(.duet-middle) .duet-layout{padding:48px 36px !important}}@media (min-width: 62em){:host(.duet-middle) .duet-layout{padding:56px !important}}:host(.duet-ie){height:100%}:host(.duet-middle.duet-ie){height:auto}.duet-layout{position:relative;padding:0 16px;margin:48px auto 36px}@media (max-width: 20.5em){.duet-layout.padding-xxx-small{padding:0}}@media (max-width: 22.5em){.duet-layout.padding-xx-small{padding:0}}@media (max-width: 35.9375em){.duet-layout.padding-x-small{padding:0}}@media (min-width: 36em){.duet-layout.padding-small{padding:0}}@media (min-width: 48em){.duet-layout.padding-medium{padding:0}}@media (min-width: 62em){.duet-layout.padding-large{padding:0}}@media (min-width: 64.0625em){.duet-layout.padding-x-large{padding:0}}@media (min-width: 76.25em){.duet-layout.padding-xx-large{padding:0}}@media (min-width: 106.25em){.duet-layout.padding-xxx-large{padding:0}}@media (min-width: 36em){.duet-layout{margin-top:72px}}.duet-layout.duet-layout-has-top{margin-top:0}.duet-layout.duet-m-0{margin-top:0 !important;margin-bottom:0 !important}.duet-layout.duet-center{display:flex;align-items:center;justify-content:center;width:100%;max-width:888px}@media (min-width: 36em){.duet-layout.duet-center{padding:0 48px}}@media (min-width: 48em){.duet-layout.duet-center{padding:0 72px}}@media (min-width: 62em){.duet-layout.duet-center{width:100%}}@media (min-width: 36em){.duet-layout{padding:0 28px}}@media (min-width: 62em){.duet-layout{display:flex;flex-direction:row;padding:0 56px;margin-bottom:48px}}@media (min-width: 76.25em){.duet-layout{max-width:1110px;padding:0}}.duet-main,.duet-sidebar,.duet-layout-top,.duet-layout-bottom{display:block;width:100%}.duet-layout-top{position:relative;display:block;width:100%;margin:72px auto 0}.duet-layout-top.duet-m-0{margin-top:0 !important;margin-bottom:0 !important}.duet-layout-top .duet-layout-top-wrapper{padding:0 20px;margin:0 auto}@media (min-width: 36em){.duet-layout-top .duet-layout-top-wrapper{padding:0 28px}}@media (min-width: 62em){.duet-layout-top .duet-layout-top-wrapper{padding:0 56px}}@media (min-width: 76.25em){.duet-layout-top .duet-layout-top-wrapper{max-width:1110px;padding:0}}.duet-center .duet-layout-top-wrapper{max-width:888px}@media (min-width: 36em){.duet-center .duet-layout-top-wrapper{padding:0 48px}}@media (min-width: 48em){.duet-center .duet-layout-top-wrapper{padding:0 72px}}@media (min-width: 62em){.duet-main{min-width:600px;margin:0 auto}.has-sidebar .duet-main{max-width:734px;margin-right:20px}}@media (min-width: 62em){.duet-sidebar{min-width:256px;max-width:356px}}@media (min-width: 62em){.duet-sidebar-container{width:auto;max-width:356px}}@media (min-width: 62em){.duet-sidebar-container.has-tabs{margin-top:89px}}@media (min-width: 62em){.duet-sidebar-container.sticky{position:sticky}.duet-sidebar-container.sticky.with-links{top:calc(3rem + 20px)}.duet-sidebar-container.sticky.without-links{top:calc(4rem + 20px)}}";var u=t("duet_layout",function(){function t(t){e(this,t);this.hasSidebar=false;this.hasTop=false;this.sticky=false;this.margin="auto";this.stickyDistance="with-links";this.center=false;this.tabs=false;this.middle=false;this.paddingBreakpoint=undefined}t.prototype.componentWillLoad=function(){this.hasSidebar=!!this.element.querySelector("[slot='sidebar']");this.hasTop=!!this.element.querySelector("[slot='top']");if(!this.element.querySelector("[slot='main']")){console.warn("[DUET WARNING]: Nothing passed to <duet-layout> named slots. Please use one of 'main', 'sidebar' or 'top' to display contents.")}};t.prototype.render=function(){var t,e;return i(d,{class:{"duet-middle":this.middle,"duet-ie":n()}},this.hasTop&&i("div",{class:{"duet-layout-top":true,"duet-m-0":this.margin==="none","duet-center":this.center}},i("div",{class:"duet-layout-top-wrapper"},i("slot",{name:"top"}))),i("div",{class:(t={"duet-layout":true,"duet-layout-has-top":this.hasTop,"has-sidebar":this.hasSidebar,"duet-m-0":this.margin==="none","duet-center":this.center},t["padding-".concat(this.paddingBreakpoint)]=!!this.paddingBreakpoint,t)},i("main",{class:"duet-main"},i("slot",{name:"main"})),this.hasSidebar&&i("aside",{class:"duet-sidebar"},i("div",{class:(e={"duet-sidebar-container":true,"has-tabs":this.tabs,sticky:this.sticky},e[this.stickyDistance]=this.sticky,e)},i("slot",{name:"sidebar"})))))};Object.defineProperty(t.prototype,"element",{get:function(){return a(this)},enumerable:false,configurable:true});return t}());u.style=o}}}));
4
+ System.register(["./p-ed063bbd.system.js","./p-7c29d36a.system.js"],(function(t){"use strict";var e,i,d,a,n;return{setters:[function(t){e=t.r;i=t.h;d=t.H;a=t.g},function(t){n=t.i}],execute:function(){var o="*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;flex:1 0 auto;width:100%}:host(.duet-middle){display:flex}:host(.duet-middle) .duet-layout{padding:36px 28px !important}@media (min-width: 36em){:host(.duet-middle) .duet-layout{padding:48px 36px !important}}@media (min-width: 62em){:host(.duet-middle) .duet-layout{padding:56px !important}}:host(.duet-ie){height:100%}:host(.duet-middle.duet-ie){height:auto}.duet-layout{position:relative;padding:0 16px;margin:48px auto 36px}@media (max-width: 20.5em){.duet-layout.padding-xxx-small{padding:0}}@media (max-width: 22.5em){.duet-layout.padding-xx-small{padding:0}}@media (max-width: 35.9375em){.duet-layout.padding-x-small{padding:0}}@media (min-width: 36em){.duet-layout.padding-small{padding:0}}@media (min-width: 48em){.duet-layout.padding-medium{padding:0}}@media (min-width: 62em){.duet-layout.padding-large{padding:0}}@media (min-width: 64.0625em){.duet-layout.padding-x-large{padding:0}}@media (min-width: 76.25em){.duet-layout.padding-xx-large{padding:0}}@media (min-width: 106.25em){.duet-layout.padding-xxx-large{padding:0}}@media (min-width: 36em){.duet-layout{margin-top:72px}}.duet-layout.duet-layout-has-top{margin-top:0}.duet-layout.duet-m-0{margin-top:0 !important;margin-bottom:0 !important}.duet-layout.duet-center{display:flex;align-items:center;justify-content:center;width:100%;max-width:888px}@media (min-width: 36em){.duet-layout.duet-center{padding:0 48px}}@media (min-width: 48em){.duet-layout.duet-center{padding:0 72px}}@media (min-width: 62em){.duet-layout.duet-center{width:100%}}@media (min-width: 36em){.duet-layout{padding:0 28px}}@media (min-width: 62em){.duet-layout{display:flex;flex-direction:row;padding:0 56px;margin-bottom:48px}}@media (min-width: 76.25em){.duet-layout{max-width:1110px;padding:0}}.duet-main,.duet-sidebar,.duet-layout-top,.duet-layout-bottom{display:block;width:100%}.duet-layout-top{position:relative;display:block;width:100%;margin:72px auto 0}.duet-layout-top.duet-m-0{margin-top:0 !important;margin-bottom:0 !important}.duet-layout-top .duet-layout-top-wrapper{padding:0 20px;margin:0 auto}@media (min-width: 36em){.duet-layout-top .duet-layout-top-wrapper{padding:0 28px}}@media (min-width: 62em){.duet-layout-top .duet-layout-top-wrapper{padding:0 56px}}@media (min-width: 76.25em){.duet-layout-top .duet-layout-top-wrapper{max-width:1110px;padding:0}}.duet-center .duet-layout-top-wrapper{max-width:888px}@media (min-width: 36em){.duet-center .duet-layout-top-wrapper{padding:0 48px}}@media (min-width: 48em){.duet-center .duet-layout-top-wrapper{padding:0 72px}}@media (min-width: 62em){.duet-main{min-width:600px;margin:0 auto}.has-sidebar .duet-main{max-width:734px;margin-right:20px}}@media (min-width: 62em){.duet-sidebar{min-width:256px;max-width:356px}}@media (min-width: 62em){.duet-sidebar-container{width:auto;max-width:356px}}@media (min-width: 62em){.duet-sidebar-container.has-tabs{margin-top:89px}}@media (min-width: 62em){.duet-sidebar-container.sticky{position:sticky}.duet-sidebar-container.sticky.with-links{top:calc(3rem + 20px)}.duet-sidebar-container.sticky.without-links{top:calc(4rem + 20px)}}";var u=t("duet_layout",function(){function t(t){e(this,t);this.hasSidebar=false;this.hasTop=false;this.sticky=false;this.margin="auto";this.stickyDistance="with-links";this.center=false;this.tabs=false;this.middle=false;this.paddingBreakpoint=undefined}t.prototype.componentWillLoad=function(){this.hasSidebar=!!this.element.querySelector("[slot='sidebar']");this.hasTop=!!this.element.querySelector("[slot='top']");if(!this.element.querySelector("[slot='main']")){console.warn("[DUET WARNING]: Nothing passed to <duet-layout> named slots. Please use one of 'main', 'sidebar' or 'top' to display contents.")}};t.prototype.render=function(){var t,e;return i(d,{class:{"duet-middle":this.middle,"duet-ie":n()}},this.hasTop&&i("div",{class:{"duet-layout-top":true,"duet-m-0":this.margin==="none","duet-center":this.center}},i("div",{class:"duet-layout-top-wrapper"},i("slot",{name:"top"}))),i("div",{class:(t={"duet-layout":true,"duet-layout-has-top":this.hasTop,"has-sidebar":this.hasSidebar,"duet-m-0":this.margin==="none","duet-center":this.center},t["padding-".concat(this.paddingBreakpoint)]=!!this.paddingBreakpoint,t)},i("main",{class:"duet-main"},i("slot",{name:"main"})),this.hasSidebar&&i("aside",{class:"duet-sidebar"},i("div",{class:(e={"duet-sidebar-container":true,"has-tabs":this.tabs,sticky:this.sticky},e[this.stickyDistance]=this.sticky,e)},i("slot",{name:"sidebar"})))))};Object.defineProperty(t.prototype,"element",{get:function(){return a(this)},enumerable:false,configurable:true});return t}());u.style=o}}}));
@@ -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 i,g as o}from"./p-ff9db811.js";import{i as a}from"./p-d48735b6.js";import{h as s}from"./p-f8c76b25.js";import{c as n}from"./p-45f71a69.js";import{n as l}from"./p-040f8831.js";const d=class{constructor(t){e(this,t),this.errorId=n("DuetError"),this.labelId=n("DuetLabel"),this.checkHasTooltip=()=>{this.hasTooltip=s(this.element,"tooltip")},this.hasTooltip=!1,this.theme="",this.margin="auto",this.caption=void 0,this.label=void 0,this.compactLabel=!1,this.error=void 0,this.accessibleLiveError="polite",this.labelHeadingLevel="h3",this.labelHidden=!1}componentWillLoad(){a(this),this.checkHasTooltip()}componentDidLoad(){l(this)}render(){return t(i,{class:{"duet-m-0":"none"===this.margin}},t("fieldset",{"aria-labelledby":this.labelId,"aria-describedby":this.error?this.errorId:null,class:{"duet-fieldset":!0,"duet-theme-turva":"turva"===this.theme}},t("legend",{id:this.labelId},t(this.labelHeadingLevel,null,this.label),this.caption&&t("span",null,this.caption)),t("div",{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",{class:"duet-fieldset-label"},t("span",{"aria-hidden":"true"},this.label),t("slot",{onSlotchange:this.checkHasTooltip,name:"tooltip"})),this.caption&&t("div",{class:"duet-fieldset-caption","aria-hidden":"true"},t("duet-caption",{margin:"none"},this.caption))),t("slot",null),t("span",{class:"duet-fieldset-help",id:this.errorId,"aria-atomic":"true","aria-live":this.accessibleLiveError,"aria-relevant":"additions removals"},this.error&&t("span",null,this.error))))}get element(){return o(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;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(0, 41, 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(222, 35, 98);border-radius:4px}.duet-fieldset-help span{display:block;margin-top:12px}.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(224, 42, 13)}::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{d as duet_fieldset}
4
+ import{r as e,h as t,H as i,g as o}from"./p-71084e11.js";import{i as a}from"./p-d48735b6.js";import{h as s}from"./p-f8c76b25.js";import{c as n}from"./p-45f71a69.js";import{n as l}from"./p-040f8831.js";const d=class{constructor(t){e(this,t),this.errorId=n("DuetError"),this.labelId=n("DuetLabel"),this.checkHasTooltip=()=>{this.hasTooltip=s(this.element,"tooltip")},this.hasTooltip=!1,this.theme="",this.margin="auto",this.caption=void 0,this.label=void 0,this.compactLabel=!1,this.error=void 0,this.accessibleLiveError="polite",this.labelHeadingLevel="h3",this.labelHidden=!1}componentWillLoad(){a(this),this.checkHasTooltip()}componentDidLoad(){l(this)}render(){return t(i,{class:{"duet-m-0":"none"===this.margin}},t("fieldset",{"aria-labelledby":this.labelId,"aria-describedby":this.error?this.errorId:null,class:{"duet-fieldset":!0,"duet-theme-turva":"turva"===this.theme}},t("legend",{id:this.labelId},t(this.labelHeadingLevel,null,this.label),this.caption&&t("span",null,this.caption)),t("div",{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",{class:"duet-fieldset-label"},t("span",{"aria-hidden":"true"},this.label),t("slot",{onSlotchange:this.checkHasTooltip,name:"tooltip"})),this.caption&&t("div",{class:"duet-fieldset-caption","aria-hidden":"true"},t("duet-caption",{margin:"none"},this.caption))),t("slot",null),t("span",{class:"duet-fieldset-help",id:this.errorId,"aria-atomic":"true","aria-live":this.accessibleLiveError,"aria-relevant":"additions removals"},this.error&&t("span",null,this.error))))}get element(){return o(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;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(0, 41, 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(222, 35, 98);border-radius:4px}.duet-fieldset-help span{display:block;margin-top:12px}.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(224, 42, 13)}::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{d as duet_fieldset}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import{r as t,c as e,h as a,H as r,g as i}from"./p-ff9db811.js";import{i as s}from"./p-d48735b6.js";import{c as o}from"./p-45f71a69.js";import{c as d}from"./p-77f2dbee.js";import{n as u}from"./p-040f8831.js";const h=({value:t,maxlength:e,label:r,theme:i})=>{if(null==e)return;const s=t.length,o=Math.max(e-s,0);return a("div",{class:"duet-character-count"},a("duet-caption",{margin:"none",theme:i,size:"small"},a("duet-visually-hidden",{"aria-live":"polite","aria-atomic":"true",class:"duet-textarea-counter-remaining"},o/e<=.1&&`${o} ${r}`),a("span",{"aria-hidden":"true"},s,"/",e)))},l=class{constructor(a){t(this,a),this.duetInput=e(this,"duetInput",7),this.duetChange=e(this,"duetChange",7),this.duetBlur=e(this,"duetBlur",7),this.duetFocus=e(this,"duetFocus",7),this.textareaId=o("DuetTextarea"),this.topCaptionId=o("DuetCaptionTop"),this.topCaptionPlaceholderId=o("DuetCaptionPlaceholderTop"),this.labelId=o("DuetLabel"),this.errorId=o("DuetError"),this.characterCountId=o("DuetCharacterCount"),this.disallowPatternRegex=null,this.handleInput=t=>{this.disallowPatternRegex&&d(this.nativeInput,this.disallowPatternRegex),this.value=this.nativeInput.value,this.isCaptionVisible=!!this.caption,this.duetInput.emit({originalEvent:t,value:this.value,component:"duet-textarea"})},this.handleChange=t=>{this.value=this.nativeInput.value,this.duetChange.emit({originalEvent:t,value:this.value,component:"duet-textarea"})},this.handleBlur=t=>{this.duetBlur.emit({originalEvent:t,value:this.value,component:"duet-textarea"})},this.handleFocus=t=>{this.counter&&(this.hiddenCounterLabel.textContent=`${Math.max(this.maxlength-this.value.length,0)}/${this.maxlength} ${this.counterLabel}`),this.duetFocus.emit({originalEvent:t,value:this.value,component:"duet-textarea"})},this.getDescribedBy=()=>{const t=[];return this.isCaptionVisible&&this.topCaptionId&&t.push(this.topCaptionId),this.accessibleDescribedBy&&t.push(this.accessibleDescribedBy),this.error&&t.push(this.errorId),this.counter&&t.push(this.characterCountId),t.length>0?t.join(" "):null},this.margin="auto",this.accessibleActiveDescendant=void 0,this.accessibleAutocomplete=void 0,this.accessibleControls=void 0,this.accessibleDetails=void 0,this.accessibleLabelledBy=void 0,this.accessibleDescription=void 0,this.accessibleLiveError="polite",this.accessibleOwns=void 0,this.accessibleDescribedBy=void 0,this.theme="",this.expand=!1,this.disabled=!1,this.identifier=void 0,this.required=!1,this.label="label",this.labelHidden=!1,this.name=void 0,this.placeholder=void 0,this.caption=void 0,this.echoPlaceholder=!1,this.maxlength=void 0,this.minlength=void 0,this.error="",this.role=void 0,this.tooltip="",this.tooltipDirection="auto",this.value="",this.disallowPattern=null,this.counter=!1,this.counterLabel=void 0}disallowedPatternChange(){this.disallowPatternRegex=this.disallowPattern?new RegExp(this.disallowPattern,"g"):null}componentWillLoad(){s(this),this.disallowedPatternChange(),this.isCaptionVisible=!!this.caption,this.counter&&null==this.maxlength&&console.warn("[DUET WARNING]: counter will only take effect if maxlength is set"),this.counter||null==this.counterLabel||console.warn("[DUET WARNING]: counter-label is redundant unless used with counter"),this.counter&&!this.counterLabel&&console.warn("[DUET WARNING]: counter requires counter-label to be set")}componentDidLoad(){u(this)}async setFocus(t){this.nativeInput.focus(t)}render(){const t=this.identifier||this.textareaId;return a(r,{class:{"duet-m-0":"none"===this.margin,"duet-has-counter":this.counter&&!this.error,"duet-expand":this.expand}},a("div",{class:{"duet-textarea-container":!0,"duet-theme-turva":"turva"===this.theme,"duet-label-hidden":this.labelHidden,"duet-input-top-caption-shown":this.isCaptionVisible,"has-error":!!this.error}},a("duet-label",{theme:"turva"===this.theme?"turva":"default",class:{"duet-has-tooltip":!!this.tooltip},margin:this.isCaptionVisible?"small":"auto",id:this.labelId,for:t},this.label),this.tooltip&&a("duet-tooltip",{direction:this.tooltipDirection,accessibleInputLabel:this.label,theme:"turva"===this.theme?"turva":"default"},this.tooltip),this.caption&&a("duet-caption",{id:this.topCaptionId,size:"medium",theme:"turva"===this.theme?"turva":"default"},this.caption),a("div",{class:"duet-textarea-wrapper"},this.placeholder&&this.echoPlaceholder&&this.value&&a("duet-caption",{id:this.topCaptionPlaceholderId,class:"duet-textarea-placeholder",size:"small"},this.placeholder),a("textarea",{onInput:this.handleInput,onChange:this.handleChange,onBlur:this.handleBlur,onFocus:this.handleFocus,ref:t=>this.nativeInput=t,class:{"duet-textarea":!0,disabled:this.disabled},value:this.value,disabled:this.disabled,"aria-labelledby":this.accessibleLabelledBy?`${this.labelId} ${this.accessibleLabelledBy}`:this.labelId,"aria-controls":this.accessibleControls,"aria-autocomplete":this.accessibleAutocomplete,"aria-activedescendant":this.accessibleActiveDescendant,"aria-owns":this.accessibleOwns,"aria-describedby":this.getDescribedBy(),"aria-details":this.accessibleDetails,"aria-description":this.accessibleDescription,placeholder:this.placeholder,spellcheck:"false",required:this.required,minlength:this.minlength,maxlength:this.maxlength,role:this.role,name:this.name,id:t})),a("duet-grid",{alignment:"stretch"},a("duet-grid-item",{margin:"none",fill:!0},a("div",{class:"duet-textarea-help",id:this.errorId,"aria-atomic":"true","aria-live":this.accessibleLiveError,"aria-relevant":"additions removals"},this.error&&a("span",null,this.error))),a("duet-grid-item",{margin:"none",class:"duet-character-count-caption"},this.counter&&a(h,{theme:this.theme,value:this.value,maxlength:this.maxlength,label:this.counterLabel}))),this.counter&&a("duet-visually-hidden",{class:"duet-visually-hidden",id:this.characterCountId,ref:t=>{this.hiddenCounterLabel=t}})))}get element(){return i(this)}static get watchers(){return{disallowPattern:["disallowedPatternChange"]}}};l.style='*.sc-duet-textarea,*.sc-duet-textarea::after,*.sc-duet-textarea::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-textarea-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-right:16px !important;margin-bottom:12px !important;display:block;width:100%;max-width:100%;text-align:left}.sc-duet-textarea-h:last-child,.sc-duet-textarea-h:last-of-type{margin-right:0 !important}@media (min-width: 36em){.sc-duet-textarea-h{width:calc(50% - 16px - 3px)}.duet-expand.sc-duet-textarea-h{width:100% !important}}.duet-m-0.sc-duet-textarea-h{margin:0 !important}duet-tooltip.sc-duet-textarea{position:absolute;top:12px;right:0}@media (min-width: 48em){duet-tooltip.sc-duet-textarea{position:relative;top:4px;right:auto}}.duet-textarea-container.sc-duet-textarea{position:relative;width:100%;height:100%}.duet-textarea-container.sc-duet-textarea .duet-input-top-caption.sc-duet-textarea{display:none}.duet-textarea-container.duet-input-top-caption-shown.sc-duet-textarea .duet-input-top-caption.sc-duet-textarea{display:flex !important}.duet-textarea-wrapper.sc-duet-textarea{position:relative}.duet-textarea-placeholder.sc-duet-textarea{position:absolute;top:-9px;left:9px;z-index:200;display:block;width:auto;max-width:60%;padding:0 0.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:rgb(255, 255, 255)}.duet-textarea.sc-duet-textarea{padding:15px !important;position:relative;z-index:100;display:block;width:100%;min-width:8rem;min-height:160px;font-family:"localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:1rem;font-weight:400;font-variant-numeric:tabular-nums;line-height:1.25;color:rgb(0, 41, 77);resize:vertical;background:rgb(255, 255, 255);border:1px solid rgb(144, 149, 153);border-radius:4px;transition:150ms ease}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(23, 28, 58);border-color:rgb(116, 116, 117)}.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea{border-color:rgb(222, 35, 98) !important}.duet-theme-turva.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea{border-color:rgb(224, 42, 13) !important}.duet-textarea.sc-duet-textarea::-webkit-input-placeholder{color:rgb(101, 119, 135);opacity:1 !important;transition:color 300ms ease}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea::-webkit-input-placeholder{color:rgb(116, 116, 117)}.duet-textarea.sc-duet-textarea:focus::-webkit-input-placeholder{color:rgb(207, 210, 212)}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus::-webkit-input-placeholder{color:rgb(207, 207, 209)}.duet-textarea.sc-duet-textarea::-moz-placeholder{color:rgb(101, 119, 135);opacity:1 !important}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea::-moz-placeholder{color:rgb(116, 116, 117)}.duet-textarea.sc-duet-textarea:focus::-moz-placeholder{color:rgb(207, 210, 212)}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus::-moz-placeholder{color:rgb(207, 207, 209)}.duet-textarea.sc-duet-textarea:-ms-input-placeholder{color:rgb(101, 119, 135)}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:-ms-input-placeholder{color:rgb(116, 116, 117)}.duet-textarea.sc-duet-textarea:focus:-ms-input-placeholder{color:rgb(207, 210, 212)}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus:-ms-input-placeholder{color:rgb(207, 207, 209)}.duet-textarea[disabled].sc-duet-textarea{color:rgb(101, 119, 135) !important;cursor:not-allowed !important;background:rgb(245, 248, 250) !important;border-color:rgb(245, 248, 250) !important}.duet-theme-turva.sc-duet-textarea .duet-textarea[disabled].sc-duet-textarea{color:rgb(116, 116, 117) !important;background:rgb(245, 245, 247) !important;border-color:rgb(245, 245, 247) !important}.duet-textarea[disabled].sc-duet-textarea::-webkit-input-placeholder{color:rgb(0, 41, 77);opacity:1 !important;transition:color 300ms ease}.duet-theme-turva.sc-duet-textarea .duet-textarea[disabled].sc-duet-textarea::-webkit-input-placeholder{color:rgb(23, 28, 58)}.duet-textarea[disabled].sc-duet-textarea::-moz-placeholder{color:rgb(0, 41, 77);opacity:1 !important}.duet-theme-turva.sc-duet-textarea .duet-textarea[disabled].sc-duet-textarea::-moz-placeholder{color:rgb(23, 28, 58)}.duet-textarea[disabled].sc-duet-textarea:-ms-input-placeholder{color:rgb(0, 41, 77)}.duet-theme-turva.sc-duet-textarea .duet-textarea[disabled].sc-duet-textarea:-ms-input-placeholder{color:rgb(23, 28, 58)}.duet-textarea.sc-duet-textarea:hover:not(:disabled){box-shadow:0 0 0 1px #909599}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:hover:not(:disabled){box-shadow:0 0 0 1px #0077b3}.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea:hover:not(:disabled){box-shadow:0 0 0 1px #de2362}.duet-theme-turva.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea:hover:not(:disabled){box-shadow:0 0 0 1px #e55039}.duet-textarea.sc-duet-textarea:focus{border-color:rgb(0, 119, 179);outline:0;box-shadow:0 0 0 1px #0077b3 !important;transition:none}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus{border-color:rgb(23, 28, 58);box-shadow:0 0 0 1px #171c3a !important}.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus{box-shadow:0 0 0 1px #de2362}.duet-theme-turva.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus{box-shadow:0 0 0 1px #e55039}.duet-textarea.sc-duet-textarea:not(:focus):not(:hover):invalid{box-shadow:none}.duet-textarea-help.sc-duet-textarea{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;line-height:1.25}.duet-textarea-help.sc-duet-textarea span.sc-duet-textarea{display:block;margin-top:8px}.duet-theme-turva.sc-duet-textarea .duet-textarea-help.sc-duet-textarea{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(116, 116, 117)}.has-error.sc-duet-textarea .duet-textarea-help.sc-duet-textarea{color:rgb(222, 35, 98)}.duet-theme-turva.has-error.sc-duet-textarea .duet-textarea-help.sc-duet-textarea{color:rgb(224, 42, 13)}.duet-label-hidden.sc-duet-textarea duet-label.sc-duet-textarea{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.duet-character-count.sc-duet-textarea{display:block;margin:8px 0 0 auto}';export{l as duet_textarea}
4
+ import{r as t,c as e,h as a,H as r,g as i}from"./p-71084e11.js";import{i as s}from"./p-d48735b6.js";import{c as o}from"./p-45f71a69.js";import{c as d}from"./p-77f2dbee.js";import{n as u}from"./p-040f8831.js";const h=({value:t,maxlength:e,label:r,theme:i})=>{if(null==e)return;const s=t.length,o=Math.max(e-s,0);return a("div",{class:"duet-character-count"},a("duet-caption",{margin:"none",theme:i,size:"small"},a("duet-visually-hidden",{"aria-live":"polite","aria-atomic":"true",class:"duet-textarea-counter-remaining"},o/e<=.1&&`${o} ${r}`),a("span",{"aria-hidden":"true"},s,"/",e)))},l=class{constructor(a){t(this,a),this.duetInput=e(this,"duetInput",7),this.duetChange=e(this,"duetChange",7),this.duetBlur=e(this,"duetBlur",7),this.duetFocus=e(this,"duetFocus",7),this.textareaId=o("DuetTextarea"),this.topCaptionId=o("DuetCaptionTop"),this.topCaptionPlaceholderId=o("DuetCaptionPlaceholderTop"),this.labelId=o("DuetLabel"),this.errorId=o("DuetError"),this.characterCountId=o("DuetCharacterCount"),this.disallowPatternRegex=null,this.handleInput=t=>{this.disallowPatternRegex&&d(this.nativeInput,this.disallowPatternRegex),this.value=this.nativeInput.value,this.isCaptionVisible=!!this.caption,this.duetInput.emit({originalEvent:t,value:this.value,component:"duet-textarea"})},this.handleChange=t=>{this.value=this.nativeInput.value,this.duetChange.emit({originalEvent:t,value:this.value,component:"duet-textarea"})},this.handleBlur=t=>{this.duetBlur.emit({originalEvent:t,value:this.value,component:"duet-textarea"})},this.handleFocus=t=>{this.counter&&(this.hiddenCounterLabel.textContent=`${Math.max(this.maxlength-this.value.length,0)}/${this.maxlength} ${this.counterLabel}`),this.duetFocus.emit({originalEvent:t,value:this.value,component:"duet-textarea"})},this.getDescribedBy=()=>{const t=[];return this.isCaptionVisible&&this.topCaptionId&&t.push(this.topCaptionId),this.accessibleDescribedBy&&t.push(this.accessibleDescribedBy),this.error&&t.push(this.errorId),this.counter&&t.push(this.characterCountId),t.length>0?t.join(" "):null},this.margin="auto",this.accessibleActiveDescendant=void 0,this.accessibleAutocomplete=void 0,this.accessibleControls=void 0,this.accessibleDetails=void 0,this.accessibleLabelledBy=void 0,this.accessibleDescription=void 0,this.accessibleLiveError="polite",this.accessibleOwns=void 0,this.accessibleDescribedBy=void 0,this.theme="",this.expand=!1,this.disabled=!1,this.identifier=void 0,this.required=!1,this.label="label",this.labelHidden=!1,this.name=void 0,this.placeholder=void 0,this.caption=void 0,this.echoPlaceholder=!1,this.maxlength=void 0,this.minlength=void 0,this.error="",this.role=void 0,this.tooltip="",this.tooltipDirection="auto",this.value="",this.disallowPattern=null,this.counter=!1,this.counterLabel=void 0}disallowedPatternChange(){this.disallowPatternRegex=this.disallowPattern?new RegExp(this.disallowPattern,"g"):null}componentWillLoad(){s(this),this.disallowedPatternChange(),this.isCaptionVisible=!!this.caption,this.counter&&null==this.maxlength&&console.warn("[DUET WARNING]: counter will only take effect if maxlength is set"),this.counter||null==this.counterLabel||console.warn("[DUET WARNING]: counter-label is redundant unless used with counter"),this.counter&&!this.counterLabel&&console.warn("[DUET WARNING]: counter requires counter-label to be set")}componentDidLoad(){u(this)}async setFocus(t){this.nativeInput.focus(t)}render(){const t=this.identifier||this.textareaId;return a(r,{class:{"duet-m-0":"none"===this.margin,"duet-has-counter":this.counter&&!this.error,"duet-expand":this.expand}},a("div",{class:{"duet-textarea-container":!0,"duet-theme-turva":"turva"===this.theme,"duet-label-hidden":this.labelHidden,"duet-input-top-caption-shown":this.isCaptionVisible,"has-error":!!this.error}},a("duet-label",{theme:"turva"===this.theme?"turva":"default",class:{"duet-has-tooltip":!!this.tooltip},margin:this.isCaptionVisible?"small":"auto",id:this.labelId,for:t},this.label),this.tooltip&&a("duet-tooltip",{direction:this.tooltipDirection,accessibleInputLabel:this.label,theme:"turva"===this.theme?"turva":"default"},this.tooltip),this.caption&&a("duet-caption",{id:this.topCaptionId,size:"medium",theme:"turva"===this.theme?"turva":"default"},this.caption),a("div",{class:"duet-textarea-wrapper"},this.placeholder&&this.echoPlaceholder&&this.value&&a("duet-caption",{id:this.topCaptionPlaceholderId,class:"duet-textarea-placeholder",size:"small"},this.placeholder),a("textarea",{onInput:this.handleInput,onChange:this.handleChange,onBlur:this.handleBlur,onFocus:this.handleFocus,ref:t=>this.nativeInput=t,class:{"duet-textarea":!0,disabled:this.disabled},value:this.value,disabled:this.disabled,"aria-labelledby":this.accessibleLabelledBy?`${this.labelId} ${this.accessibleLabelledBy}`:this.labelId,"aria-controls":this.accessibleControls,"aria-autocomplete":this.accessibleAutocomplete,"aria-activedescendant":this.accessibleActiveDescendant,"aria-owns":this.accessibleOwns,"aria-describedby":this.getDescribedBy(),"aria-details":this.accessibleDetails,"aria-description":this.accessibleDescription,placeholder:this.placeholder,spellcheck:"false",required:this.required,minlength:this.minlength,maxlength:this.maxlength,role:this.role,name:this.name,id:t})),a("duet-grid",{alignment:"stretch"},a("duet-grid-item",{margin:"none",fill:!0},a("div",{class:"duet-textarea-help",id:this.errorId,"aria-atomic":"true","aria-live":this.accessibleLiveError,"aria-relevant":"additions removals"},this.error&&a("span",null,this.error))),a("duet-grid-item",{margin:"none",class:"duet-character-count-caption"},this.counter&&a(h,{theme:this.theme,value:this.value,maxlength:this.maxlength,label:this.counterLabel}))),this.counter&&a("duet-visually-hidden",{class:"duet-visually-hidden",id:this.characterCountId,ref:t=>{this.hiddenCounterLabel=t}})))}get element(){return i(this)}static get watchers(){return{disallowPattern:["disallowedPatternChange"]}}};l.style='*.sc-duet-textarea,*.sc-duet-textarea::after,*.sc-duet-textarea::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-textarea-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-right:16px !important;margin-bottom:12px !important;display:block;width:100%;max-width:100%;text-align:left}.sc-duet-textarea-h:last-child,.sc-duet-textarea-h:last-of-type{margin-right:0 !important}@media (min-width: 36em){.sc-duet-textarea-h{width:calc(50% - 16px - 3px)}.duet-expand.sc-duet-textarea-h{width:100% !important}}.duet-m-0.sc-duet-textarea-h{margin:0 !important}duet-tooltip.sc-duet-textarea{position:absolute;top:12px;right:0}@media (min-width: 48em){duet-tooltip.sc-duet-textarea{position:relative;top:4px;right:auto}}.duet-textarea-container.sc-duet-textarea{position:relative;width:100%;height:100%}.duet-textarea-container.sc-duet-textarea .duet-input-top-caption.sc-duet-textarea{display:none}.duet-textarea-container.duet-input-top-caption-shown.sc-duet-textarea .duet-input-top-caption.sc-duet-textarea{display:flex !important}.duet-textarea-wrapper.sc-duet-textarea{position:relative}.duet-textarea-placeholder.sc-duet-textarea{position:absolute;top:-9px;left:9px;z-index:200;display:block;width:auto;max-width:60%;padding:0 0.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:rgb(255, 255, 255)}.duet-textarea.sc-duet-textarea{padding:15px !important;position:relative;z-index:100;display:block;width:100%;min-width:8rem;min-height:160px;font-family:"localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:1rem;font-weight:400;font-variant-numeric:tabular-nums;line-height:1.25;color:rgb(0, 41, 77);resize:vertical;background:rgb(255, 255, 255);border:1px solid rgb(144, 149, 153);border-radius:4px;transition:150ms ease}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(23, 28, 58);border-color:rgb(116, 116, 117)}.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea{border-color:rgb(222, 35, 98) !important}.duet-theme-turva.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea{border-color:rgb(224, 42, 13) !important}.duet-textarea.sc-duet-textarea::-webkit-input-placeholder{color:rgb(101, 119, 135);opacity:1 !important;transition:color 300ms ease}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea::-webkit-input-placeholder{color:rgb(116, 116, 117)}.duet-textarea.sc-duet-textarea:focus::-webkit-input-placeholder{color:rgb(207, 210, 212)}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus::-webkit-input-placeholder{color:rgb(207, 207, 209)}.duet-textarea.sc-duet-textarea::-moz-placeholder{color:rgb(101, 119, 135);opacity:1 !important}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea::-moz-placeholder{color:rgb(116, 116, 117)}.duet-textarea.sc-duet-textarea:focus::-moz-placeholder{color:rgb(207, 210, 212)}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus::-moz-placeholder{color:rgb(207, 207, 209)}.duet-textarea.sc-duet-textarea:-ms-input-placeholder{color:rgb(101, 119, 135)}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:-ms-input-placeholder{color:rgb(116, 116, 117)}.duet-textarea.sc-duet-textarea:focus:-ms-input-placeholder{color:rgb(207, 210, 212)}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus:-ms-input-placeholder{color:rgb(207, 207, 209)}.duet-textarea[disabled].sc-duet-textarea{color:rgb(101, 119, 135) !important;cursor:not-allowed !important;background:rgb(245, 248, 250) !important;border-color:rgb(245, 248, 250) !important}.duet-theme-turva.sc-duet-textarea .duet-textarea[disabled].sc-duet-textarea{color:rgb(116, 116, 117) !important;background:rgb(245, 245, 247) !important;border-color:rgb(245, 245, 247) !important}.duet-textarea[disabled].sc-duet-textarea::-webkit-input-placeholder{color:rgb(0, 41, 77);opacity:1 !important;transition:color 300ms ease}.duet-theme-turva.sc-duet-textarea .duet-textarea[disabled].sc-duet-textarea::-webkit-input-placeholder{color:rgb(23, 28, 58)}.duet-textarea[disabled].sc-duet-textarea::-moz-placeholder{color:rgb(0, 41, 77);opacity:1 !important}.duet-theme-turva.sc-duet-textarea .duet-textarea[disabled].sc-duet-textarea::-moz-placeholder{color:rgb(23, 28, 58)}.duet-textarea[disabled].sc-duet-textarea:-ms-input-placeholder{color:rgb(0, 41, 77)}.duet-theme-turva.sc-duet-textarea .duet-textarea[disabled].sc-duet-textarea:-ms-input-placeholder{color:rgb(23, 28, 58)}.duet-textarea.sc-duet-textarea:hover:not(:disabled){box-shadow:0 0 0 1px #909599}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:hover:not(:disabled){box-shadow:0 0 0 1px #0077b3}.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea:hover:not(:disabled){box-shadow:0 0 0 1px #de2362}.duet-theme-turva.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea:hover:not(:disabled){box-shadow:0 0 0 1px #e55039}.duet-textarea.sc-duet-textarea:focus{border-color:rgb(0, 119, 179);outline:0;box-shadow:0 0 0 1px #0077b3 !important;transition:none}.duet-theme-turva.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus{border-color:rgb(23, 28, 58);box-shadow:0 0 0 1px #171c3a !important}.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus{box-shadow:0 0 0 1px #de2362}.duet-theme-turva.has-error.sc-duet-textarea .duet-textarea.sc-duet-textarea:focus{box-shadow:0 0 0 1px #e55039}.duet-textarea.sc-duet-textarea:not(:focus):not(:hover):invalid{box-shadow:none}.duet-textarea-help.sc-duet-textarea{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;line-height:1.25}.duet-textarea-help.sc-duet-textarea span.sc-duet-textarea{display:block;margin-top:8px}.duet-theme-turva.sc-duet-textarea .duet-textarea-help.sc-duet-textarea{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(116, 116, 117)}.has-error.sc-duet-textarea .duet-textarea-help.sc-duet-textarea{color:rgb(222, 35, 98)}.duet-theme-turva.has-error.sc-duet-textarea .duet-textarea-help.sc-duet-textarea{color:rgb(224, 42, 13)}.duet-label-hidden.sc-duet-textarea duet-label.sc-duet-textarea{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.duet-character-count.sc-duet-textarea{display:block;margin:8px 0 0 auto}';export{l as duet_textarea}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import{r as t,h as e,H as o,g as n}from"./p-ff9db811.js";import{a}from"./p-64d43840.js";import{i as r}from"./p-d48735b6.js";import{f as i}from"./p-cc1909de.js";import{n as d}from"./p-040f8831.js";const s=class{constructor(e){t(this,e),this.mql=[window.matchMedia(a.replace(/'/g,""))],this.boundMqlFunctions=[],this.changeIconSize=()=>{this.iconSize=this.mql[0].matches?"x-small":"small"},this.onClick=()=>{this.open=!this.open},this.getVariant=()=>(this.element.parentElement.getAttribute("slot"),"right"),this.iconSize="x-small",this.accessibleLabel=void 0,this.theme="",this.open=!1,this.icon=void 0}handleFocus(t){t.composedPath().every((t=>t!==this.element))&&(this.open=!1)}componentWillLoad(){r(this)}componentDidLoad(){d(this)}connectedCallback(){this.changeIconSize();for(let t=0;t<this.mql.length;t++)if(this.mql[t].addEventListener){const e=this.changeIconSize.bind(this);this.mql[t].addEventListener("change",e),this.boundMqlFunctions[t]=e}}disconnectedCallback(){for(let t=0;t<this.mql.length;t++)this.mql[t].removeEventListener&&this.mql[t].removeEventListener("change",this.boundMqlFunctions[t]);this.boundMqlFunctions=[]}handleEscape(t){i(t)&&(this.open=!1,this.setFocus())}async setFocus(t){this.button.focus(t)}render(){return e(o,null,e("div",{class:{"duet-menu-bar-dropdown":!0,"duet-theme-turva":"turva"===this.theme,active:this.open,[`duet-menu-bar-dropdown--slot-${this.getVariant()}`]:!0}},e("button",{ref:t=>this.button=t,"aria-label":this.accessibleLabel,"aria-haspopup":"menu","aria-controls":"menu","aria-expanded":this.open?"true":"false",id:"button",type:"button",class:{active:this.open},onClick:this.onClick,onKeyUp:t=>this.handleEscape(t)},this.icon&&e("duet-icon",{theme:this.theme,name:this.icon,size:this.iconSize,margin:"none",color:"currentColor"}),e("div",{class:"label"},e("slot",{name:"label"}),e("duet-icon",{class:"caret",theme:this.theme,name:"action-arrow-down-small",margin:"none",size:"xxx-small",color:"currentColor"}))),e("div",{tabindex:"-1",role:"menu",id:"menu","aria-labelledby":"button",class:{items:!0,hidden:!this.open}},e("slot",null))))}get element(){return n(this)}};s.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;height:100%}@media (min-width: 62em){:host(:last-child) .duet-menu-bar-dropdown button{padding:0 16px 0 16px}}@media (min-width: 76.25em){:host(:last-child) .duet-menu-bar-dropdown button{padding:0 16px 0 28px}}.duet-menu-bar-dropdown{position:relative;height:100%}.duet-menu-bar-dropdown button{position:relative;display:flex;gap:8px;align-items:center;justify-content:center;height:100%;padding:0 12px;font-family:"localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:0.875rem;font-weight:400;line-height:1.25;color:rgb(0, 77, 128);text-align:center;text-decoration:none;cursor:pointer}@media (min-width: 62em){.duet-menu-bar-dropdown button{padding:0 16px}}@media (min-width: 76.25em){.duet-menu-bar-dropdown button{padding:0 28px}}.duet-menu-bar-dropdown button:hover{color:rgb(0, 119, 179)}.duet-menu-bar-dropdown button:focus{outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-menu-bar-dropdown button .label{display:flex;gap:0.5rem;align-items:center;justify-content:center}.duet-menu-bar-dropdown button.active{color:rgb(0, 119, 179)}.duet-menu-bar-dropdown button.active .caret{transform:rotate(180deg)}.duet-theme-turva .duet-menu-bar-dropdown button.active{color:rgb(198, 12, 48)}.duet-menu-bar-dropdown button.active::after{position:absolute;top:auto;bottom:2px;left:0;display:block;width:100%;height:2px;content:"";background:rgb(0, 119, 179);transition:300ms ease;transform:translateY(2px)}.duet-theme-turva .duet-menu-bar-dropdown button.active::after{background:rgb(198, 12, 48)}.duet-menu-bar-dropdown .items{position:absolute;right:0%;left:auto;z-index:600;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:225px;padding:1rem 0;color:rgb(0, 41, 77);background:rgb(243, 249, 252);border-radius:0 0 8px 8px;box-shadow:0 6px 6px 0 rgba(0, 41, 77, 0.1)}.duet-menu-bar-dropdown .items.hidden{display:none}.duet-menu-bar-dropdown.duet-theme-turva button{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(23, 28, 58)}.duet-menu-bar-dropdown.duet-theme-turva button:hover{color:rgb(198, 12, 48)}.duet-menu-bar-dropdown.duet-theme-turva button:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-menu-bar-dropdown.duet-theme-turva button.active{color:rgb(198, 12, 48)}.duet-menu-bar-dropdown.duet-theme-turva button.active::after{background:rgb(198, 12, 48)}.duet-menu-bar-dropdown.duet-theme-turva .items{background:rgb(245, 245, 247)}';export{s as duet_menu_bar_dropdown}
4
+ import{r as t,h as e,H as o,g as n}from"./p-71084e11.js";import{a}from"./p-64d43840.js";import{i as r}from"./p-d48735b6.js";import{f as i}from"./p-cc1909de.js";import{n as d}from"./p-040f8831.js";const s=class{constructor(e){t(this,e),this.mql=[window.matchMedia(a.replace(/'/g,""))],this.boundMqlFunctions=[],this.changeIconSize=()=>{this.iconSize=this.mql[0].matches?"x-small":"small"},this.onClick=()=>{this.open=!this.open},this.getVariant=()=>(this.element.parentElement.getAttribute("slot"),"right"),this.iconSize="x-small",this.accessibleLabel=void 0,this.theme="",this.open=!1,this.icon=void 0}handleFocus(t){t.composedPath().every((t=>t!==this.element))&&(this.open=!1)}componentWillLoad(){r(this)}componentDidLoad(){d(this)}connectedCallback(){this.changeIconSize();for(let t=0;t<this.mql.length;t++)if(this.mql[t].addEventListener){const e=this.changeIconSize.bind(this);this.mql[t].addEventListener("change",e),this.boundMqlFunctions[t]=e}}disconnectedCallback(){for(let t=0;t<this.mql.length;t++)this.mql[t].removeEventListener&&this.mql[t].removeEventListener("change",this.boundMqlFunctions[t]);this.boundMqlFunctions=[]}handleEscape(t){i(t)&&(this.open=!1,this.setFocus())}async setFocus(t){this.button.focus(t)}render(){return e(o,null,e("div",{class:{"duet-menu-bar-dropdown":!0,"duet-theme-turva":"turva"===this.theme,active:this.open,[`duet-menu-bar-dropdown--slot-${this.getVariant()}`]:!0}},e("button",{ref:t=>this.button=t,"aria-label":this.accessibleLabel,"aria-haspopup":"menu","aria-controls":"menu","aria-expanded":this.open?"true":"false",id:"button",type:"button",class:{active:this.open},onClick:this.onClick,onKeyUp:t=>this.handleEscape(t)},this.icon&&e("duet-icon",{theme:this.theme,name:this.icon,size:this.iconSize,margin:"none",color:"currentColor"}),e("div",{class:"label"},e("slot",{name:"label"}),e("duet-icon",{class:"caret",theme:this.theme,name:"action-arrow-down-small",margin:"none",size:"xxx-small",color:"currentColor"}))),e("div",{tabindex:"-1",role:"menu",id:"menu","aria-labelledby":"button",class:{items:!0,hidden:!this.open}},e("slot",null))))}get element(){return n(this)}};s.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;height:100%}@media (min-width: 62em){:host(:last-child) .duet-menu-bar-dropdown button{padding:0 16px 0 16px}}@media (min-width: 76.25em){:host(:last-child) .duet-menu-bar-dropdown button{padding:0 16px 0 28px}}.duet-menu-bar-dropdown{position:relative;height:100%}.duet-menu-bar-dropdown button{position:relative;display:flex;gap:8px;align-items:center;justify-content:center;height:100%;padding:0 12px;font-family:"localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:0.875rem;font-weight:400;line-height:1.25;color:rgb(0, 77, 128);text-align:center;text-decoration:none;cursor:pointer}@media (min-width: 62em){.duet-menu-bar-dropdown button{padding:0 16px}}@media (min-width: 76.25em){.duet-menu-bar-dropdown button{padding:0 28px}}.duet-menu-bar-dropdown button:hover{color:rgb(0, 119, 179)}.duet-menu-bar-dropdown button:focus{outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-menu-bar-dropdown button .label{display:flex;gap:0.5rem;align-items:center;justify-content:center}.duet-menu-bar-dropdown button.active{color:rgb(0, 119, 179)}.duet-menu-bar-dropdown button.active .caret{transform:rotate(180deg)}.duet-theme-turva .duet-menu-bar-dropdown button.active{color:rgb(198, 12, 48)}.duet-menu-bar-dropdown button.active::after{position:absolute;top:auto;bottom:2px;left:0;display:block;width:100%;height:2px;content:"";background:rgb(0, 119, 179);transition:300ms ease;transform:translateY(2px)}.duet-theme-turva .duet-menu-bar-dropdown button.active::after{background:rgb(198, 12, 48)}.duet-menu-bar-dropdown .items{position:absolute;right:0%;left:auto;z-index:600;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:225px;padding:1rem 0;color:rgb(0, 41, 77);background:rgb(243, 249, 252);border-radius:0 0 8px 8px;box-shadow:0 6px 6px 0 rgba(0, 41, 77, 0.1)}.duet-menu-bar-dropdown .items.hidden{display:none}.duet-menu-bar-dropdown.duet-theme-turva button{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(23, 28, 58)}.duet-menu-bar-dropdown.duet-theme-turva button:hover{color:rgb(198, 12, 48)}.duet-menu-bar-dropdown.duet-theme-turva button:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-menu-bar-dropdown.duet-theme-turva button.active{color:rgb(198, 12, 48)}.duet-menu-bar-dropdown.duet-theme-turva button.active::after{background:rgb(198, 12, 48)}.duet-menu-bar-dropdown.duet-theme-turva .items{background:rgb(245, 245, 247)}';export{s as duet_menu_bar_dropdown}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- System.register(["./p-07ae2d9c.system.js","./p-c97109b5.system.js"],(function(e){"use strict";var t,n,r,i,s;return{setters:[function(e){t=e.r;n=e.h;r=e.H;i=e.g},function(e){s=e.n}],execute:function(){var u=e("duet_upload_aria_status",function(){function e(e){var n=this;t(this,e);this.replacePlaceHolders=function(e){var t=function(e){return e>1?"".concat(e," ").concat(n.statusMessageLabel.files):"".concat(e," ").concat(n.statusMessageLabel.file)};return e.replace("{filesUploaded}",t(n.valid)).replace("{filesInProgress}",t(n.inprogress)).replace("{filesTotal}",t(n.total)).replace("{filesWithErrors}",t(n.invalid))};this.getStatusMessage=function(){var e=n.statusMessageLabel,t=e.done,r=e.inProgress,i=e.doneWithErrors,s=e.inProgressWithErrors;var u=n.invalid>0;var a=n.inprogress>0;var l=n.inprogress>0&&u;var f=n.valid===n.total&&!a&&!u;var c=n.valid+n.invalid===n.total&&!a;if(f){n.statusMessage=n.replacePlaceHolders(t);return}else if(l){n.statusMessage=n.replacePlaceHolders(s);return}else if(a){n.statusMessage=n.replacePlaceHolders(r);return}else if(c){n.statusMessage=n.replacePlaceHolders(i);return}return};this.statusMessage=null;this.statusMessageLabel=null;this.accessibleAriaLive="polite";this.valid=undefined;this.total=undefined;this.invalid=undefined;this.inprogress=undefined}e.prototype.watchHandler=function(e,t){if(e!==t){this.getStatusMessage()}};e.prototype.componentDidLoad=function(){s(this)};e.prototype.render=function(){return n(r,{role:"status","aria-live":"assertive","aria-atomic":"true","aria-relevant":"all"},n("duet-visually-hidden",null,this.statusMessage))};Object.defineProperty(e.prototype,"element",{get:function(){return i(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{valid:["watchHandler"],invalid:["watchHandler"],inprogress:["watchHandler"],total:["watchHandler"]}},enumerable:false,configurable:true});return e}())}}}));
4
+ System.register(["./p-ed063bbd.system.js","./p-c97109b5.system.js"],(function(e){"use strict";var t,n,r,i,s;return{setters:[function(e){t=e.r;n=e.h;r=e.H;i=e.g},function(e){s=e.n}],execute:function(){var u=e("duet_upload_aria_status",function(){function e(e){var n=this;t(this,e);this.replacePlaceHolders=function(e){var t=function(e){return e>1?"".concat(e," ").concat(n.statusMessageLabel.files):"".concat(e," ").concat(n.statusMessageLabel.file)};return e.replace("{filesUploaded}",t(n.valid)).replace("{filesInProgress}",t(n.inprogress)).replace("{filesTotal}",t(n.total)).replace("{filesWithErrors}",t(n.invalid))};this.getStatusMessage=function(){var e=n.statusMessageLabel,t=e.done,r=e.inProgress,i=e.doneWithErrors,s=e.inProgressWithErrors;var u=n.invalid>0;var a=n.inprogress>0;var l=n.inprogress>0&&u;var f=n.valid===n.total&&!a&&!u;var c=n.valid+n.invalid===n.total&&!a;if(f){n.statusMessage=n.replacePlaceHolders(t);return}else if(l){n.statusMessage=n.replacePlaceHolders(s);return}else if(a){n.statusMessage=n.replacePlaceHolders(r);return}else if(c){n.statusMessage=n.replacePlaceHolders(i);return}return};this.statusMessage=null;this.statusMessageLabel=null;this.accessibleAriaLive="polite";this.valid=undefined;this.total=undefined;this.invalid=undefined;this.inprogress=undefined}e.prototype.watchHandler=function(e,t){if(e!==t){this.getStatusMessage()}};e.prototype.componentDidLoad=function(){s(this)};e.prototype.render=function(){return n(r,{role:"status","aria-live":"assertive","aria-atomic":"true","aria-relevant":"all"},n("duet-visually-hidden",null,this.statusMessage))};Object.defineProperty(e.prototype,"element",{get:function(){return i(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{valid:["watchHandler"],invalid:["watchHandler"],inprogress:["watchHandler"],total:["watchHandler"]}},enumerable:false,configurable:true});return e}())}}}));
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-bb518df4.js';
4
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-755fb199.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-fdce4fd7.js';
6
6
  import { c as createID } from './create-id-2b0cd46d.js';
7
7
  import { d as debounce } from './js-utils-a35dcc8c.js';
@@ -12,7 +12,7 @@ import { c as capitalizeFirstLetter, g as getColorByName, s as shadeRGBColor } f
12
12
  import './string-utils-59ad4cb2.js';
13
13
  import './tokens.module-c7944140.js';
14
14
 
15
- const duetActionButtonCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:inline-block;margin:0 auto}button.duet-action-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;min-height:auto !important;padding:0 !important;margin:0 0 0 8px;color:rgb(0, 41, 77);white-space:nowrap;cursor:pointer;background:rgb(245, 248, 250);border-radius:50%;transition:background-color 300ms ease !important}button.duet-action-button.duet-theme-turva{color:rgb(23, 28, 58);background:rgb(245, 245, 247)}button.duet-action-button duet-icon{display:block}@media (max-width: 35.9375em){button.duet-action-button{width:32px;height:32px}}button.duet-action-button:not(:disabled):hover{background:#e9ecee}button.duet-action-button:not(:disabled):hover.duet-theme-turva{background:#e9e9eb}button.duet-action-button:focus{outline:0;box-shadow:0 0 0 2px #0077b3 !important}button.duet-action-button:focus.duet-theme-turva{box-shadow:0 0 0 2px #171c3a !important}button.duet-action-button:active:focus{background:#dddfe1 !important;box-shadow:none}button.duet-action-button:active:focus.duet-theme-turva{background:#ddddde !important}button.duet-action-button:disabled{color:rgb(144, 149, 153);cursor:default;background:rgb(245, 248, 250);opacity:0.75}button.duet-action-button.duet-theme-turva:disabled{color:rgb(116, 116, 117);background:rgb(245, 245, 247)}";
15
+ const duetActionButtonCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:inline-block;margin:0 auto}.duet-action-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;min-height:auto !important;padding:0 !important;margin:0 0 0 8px;color:rgb(0, 41, 77);white-space:nowrap;cursor:pointer;background:rgb(245, 248, 250);border-radius:50%;transition:background-color 300ms ease !important}.duet-action-button.duet-theme-turva{color:rgb(23, 28, 58);background:rgb(245, 245, 247)}.duet-action-button duet-icon{display:block}@media (max-width: 35.9375em){.duet-action-button{width:32px;height:32px}}.duet-action-button:not(:disabled):hover{background:#e9ecee}.duet-action-button:not(:disabled):hover.duet-theme-turva{background:#e9e9eb}.duet-action-button:focus{outline:0;box-shadow:0 0 0 2px #0077b3 !important}.duet-action-button:focus.duet-theme-turva{box-shadow:0 0 0 2px #171c3a !important}.duet-action-button:active:focus{background:#dddfe1 !important;box-shadow:none}.duet-action-button:active:focus.duet-theme-turva{background:#ddddde !important}.duet-action-button:disabled{color:rgb(144, 149, 153);cursor:default;background:rgb(245, 248, 250);opacity:0.75}.duet-action-button.duet-theme-turva:disabled{color:rgb(116, 116, 117);background:rgb(245, 245, 247)}";
16
16
 
17
17
  const DuetActionButton = class {
18
18
  constructor(hostRef) {
@@ -56,6 +56,7 @@ const DuetActionButton = class {
56
56
  };
57
57
  this.accessibleLabel = getLocaleString(this.accessibleLabelsDefaults);
58
58
  this.accessibleControls = "";
59
+ this.url = undefined;
59
60
  }
60
61
  //handle a11y keyboard navigation events
61
62
  async onKeyboardDown(e) {
@@ -74,7 +75,6 @@ const DuetActionButton = class {
74
75
  }
75
76
  return titleString;
76
77
  }
77
- //set update current when mouse click on page number
78
78
  async onMouseHandler(e) {
79
79
  e.preventDefault();
80
80
  this.duetActionEvent.emit({
@@ -133,12 +133,28 @@ const DuetActionButton = class {
133
133
  "border-width": "1px",
134
134
  "border-style": "solid",
135
135
  };
136
- return (h(Host, { onKeyDown: e => this.onKeyboardDown(e) }, h("style", { innerHTML: backgroundStyles }), h("button", { ref: button => (this.nativeButton = button), part: "button", style: styles, disabled: this.disabled, id: this.listId, class: {
136
+ const commonProps = {
137
+ ref: button => (this.nativeButton = button),
138
+ part: "button",
139
+ style: styles,
140
+ disabled: this.disabled,
141
+ id: this.listId,
142
+ type: "button",
143
+ "aria-label": this.accessibleLabel,
144
+ "aria-labelledby": this.accessibleLabelledBy,
145
+ "aria-description": this.accessibleDescription,
146
+ "aria-describedby": this.accessibleDescribedBy,
147
+ "aria-details": this.accessibleDetails,
148
+ "aria-controls": this.accessibleControls,
149
+ title: this.getTitle(),
150
+ class: {
137
151
  "duet-action-button": true,
138
152
  "duet-action-button--disabled": this.disabled,
139
153
  [`duet-action-button--${this.theme}`]: this.theme !== "",
140
154
  "duet-theme-turva": this.theme === "turva",
141
- }, type: "button", onClick: e => this.onMouseHandler(e), "aria-label": this.accessibleLabel, "aria-labelledby": this.accessibleLabelledBy, "aria-description": this.accessibleDescription, "aria-describedby": this.accessibleDescribedBy, "aria-details": this.accessibleDetails, "aria-controls": this.accessibleControls, title: this.getTitle() }, h("duet-icon", { part: "icon", name: this.iconName, color: this.iconColor, margin: "none", size: this.iconSize }), h("duet-visually-hidden", null, h("slot", null)))));
155
+ },
156
+ };
157
+ return (h(Host, { onKeyDown: e => this.onKeyboardDown(e) }, h("style", { innerHTML: backgroundStyles }), this.url && !this.disabled ? (h("a", Object.assign({}, commonProps, { href: this.url }), h("duet-icon", { part: "icon", name: this.iconName, color: this.iconColor, margin: "none", size: this.iconSize }))) : (h("button", Object.assign({}, commonProps, { onClick: e => this.onMouseHandler(e) }), h("duet-icon", { part: "icon", name: this.iconName, color: this.iconColor, margin: "none", size: this.iconSize }), h("duet-visually-hidden", null, h("slot", null))))));
142
158
  }
143
159
  get element() { return getElement(this); }
144
160
  };
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-bb518df4.js';
4
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-755fb199.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-fdce4fd7.js';
6
6
  import { c as createID } from './create-id-2b0cd46d.js';
7
7
  import { g as getLocaleString, c as connectLanguageChangeObserver, d as disconnectLanguageChangeObserver } from './language-utils-9ff76444.js';
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bb518df4.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-755fb199.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-fdce4fd7.js';
6
6
  import { n as nudge } from './nudge-560904c3.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bb518df4.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-755fb199.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-fdce4fd7.js';
6
6
  import { n as nudge } from './nudge-560904c3.js';
7
7
  import { g as getColorByName } from './token-utils-46c8fe31.js';
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bb518df4.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-755fb199.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-fdce4fd7.js';
6
6
  import { a as getLanguage, c as connectLanguageChangeObserver, d as disconnectLanguageChangeObserver, g as getLocaleString } from './language-utils-9ff76444.js';
7
7
  import { n as nudge } from './nudge-560904c3.js';
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bb518df4.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-755fb199.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-fdce4fd7.js';
6
6
  import { g as getLocaleString } from './language-utils-9ff76444.js';
7
7
  import './string-utils-59ad4cb2.js';
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-bb518df4.js';
4
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-755fb199.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-fdce4fd7.js';
6
6
  import { D as DuetStringsExternalDefaults } from './common-strings-71f2aabd.js';
7
7
  import { a as getLanguage, g as getLocaleString, c as connectLanguageChangeObserver, d as disconnectLanguageChangeObserver } from './language-utils-9ff76444.js';
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import { r as registerInstance, h, H as Host, g as getElement } from './index-bb518df4.js';
4
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-755fb199.js';
5
5
  import { i as inheritGlobalTheme } from './themeable-component-fdce4fd7.js';
6
6
  import { n as nudge } from './nudge-560904c3.js';
7
7