@duetds/components 10.0.0-alpha.7 → 10.0.0-alpha.9

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 (748) hide show
  1. package/hydrate/index.js +2340 -255
  2. package/lib/cjs/{a11y-utils-660f6fc9.js → a11y-utils-be617c0c.js} +1 -1
  3. package/lib/cjs/{app-globals-041a56ca.js → app-globals-2b7fff72.js} +1 -1
  4. package/lib/cjs/duet-action-button.cjs.entry.js +2 -2
  5. package/lib/cjs/duet-alert.cjs.entry.js +3 -3
  6. package/lib/cjs/duet-badge.cjs.entry.js +3 -3
  7. package/lib/cjs/duet-banner.cjs.entry.js +2 -2
  8. package/lib/cjs/duet-breadcrumb.cjs.entry.js +6 -6
  9. package/lib/cjs/duet-breadcrumbs.cjs.entry.js +4 -4
  10. package/lib/cjs/duet-button_2.cjs.entry.js +10 -10
  11. package/lib/cjs/duet-callout.cjs.entry.js +4 -4
  12. package/lib/cjs/duet-caption_4.cjs.entry.js +11 -10
  13. package/lib/cjs/duet-card.cjs.entry.js +2 -2
  14. package/lib/cjs/duet-checkbox.cjs.entry.js +1 -1
  15. package/lib/cjs/duet-checkmark.cjs.entry.js +3 -3
  16. package/lib/cjs/{duet-chip_3.cjs.entry.js → duet-chip.cjs.entry.js} +3 -375
  17. package/lib/cjs/duet-choice_2.cjs.entry.js +11 -11
  18. package/lib/cjs/duet-collapsible.cjs.entry.js +4 -4
  19. package/lib/cjs/duet-combobox.cjs.entry.js +3 -3
  20. package/lib/cjs/duet-contact-card.cjs.entry.js +4 -4
  21. package/lib/cjs/duet-cookie-consent.cjs.entry.js +2 -2
  22. package/lib/cjs/duet-date-picker.cjs.entry.js +7 -7
  23. package/lib/cjs/duet-divider_2.cjs.entry.js +3 -3
  24. package/lib/cjs/duet-editable-table_3.cjs.entry.js +9 -9
  25. package/lib/cjs/duet-empty-state.cjs.entry.js +3 -3
  26. package/lib/cjs/duet-fieldset.cjs.entry.js +5 -5
  27. package/lib/cjs/duet-file-chooser.cjs.entry.js +2 -2
  28. package/lib/cjs/duet-footer.cjs.entry.js +7 -7
  29. package/lib/cjs/duet-grid_2.cjs.entry.js +5 -5
  30. package/lib/cjs/duet-header_2.cjs.entry.js +3 -3
  31. package/lib/cjs/duet-hero.cjs.entry.js +8 -8
  32. package/lib/cjs/duet-icon.cjs.entry.js +4 -4
  33. package/lib/cjs/duet-input_2.cjs.entry.js +11 -11
  34. package/lib/cjs/duet-layout.cjs.entry.js +8 -8
  35. package/lib/cjs/duet-list_2.cjs.entry.js +4 -4
  36. package/lib/cjs/duet-menu-bar-button.cjs.entry.js +3 -3
  37. package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +3 -3
  38. package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +5 -5
  39. package/lib/cjs/duet-menu-bar-item.cjs.entry.js +6 -6
  40. package/lib/cjs/duet-menu-bar-link.cjs.entry.js +3 -3
  41. package/lib/cjs/duet-menu-bar.cjs.entry.js +6 -5
  42. package/lib/cjs/duet-modal.cjs.entry.js +10 -10
  43. package/lib/cjs/duet-multiselect.cjs.entry.js +9 -9
  44. package/lib/cjs/duet-nav.cjs.entry.js +2 -2
  45. package/lib/cjs/duet-notification_2.cjs.entry.js +6 -6
  46. package/lib/cjs/duet-number-input.cjs.entry.js +5 -5
  47. package/lib/cjs/duet-overlay.cjs.entry.js +2 -2
  48. package/lib/cjs/duet-page-heading.cjs.entry.js +3 -3
  49. package/lib/cjs/duet-pagination_2.cjs.entry.js +15 -15
  50. package/lib/cjs/duet-phone-input.cjs.entry.js +2002 -0
  51. package/lib/cjs/duet-popup-menu_2.cjs.entry.js +426 -0
  52. package/lib/cjs/duet-progress.cjs.entry.js +2 -2
  53. package/lib/cjs/duet-promo-card.cjs.entry.js +4 -4
  54. package/lib/cjs/duet-radio_2.cjs.entry.js +6 -6
  55. package/lib/cjs/duet-range-slider.cjs.entry.js +5 -5
  56. package/lib/cjs/duet-scrollable_3.cjs.entry.js +33 -21
  57. package/lib/cjs/duet-section-layout.cjs.entry.js +5 -5
  58. package/lib/cjs/duet-select.cjs.entry.js +8 -8
  59. package/lib/cjs/duet-shaped-image.cjs.entry.js +3 -3
  60. package/lib/cjs/duet-show-more.cjs.entry.js +4 -4
  61. package/lib/cjs/duet-slideout-lang.cjs.entry.js +3 -3
  62. package/lib/cjs/duet-slideout-link.cjs.entry.js +22 -4
  63. package/lib/cjs/duet-slideout-panel-dropdown.cjs.entry.js +5 -5
  64. package/lib/cjs/duet-slideout-panel.cjs.entry.js +10 -10
  65. package/lib/cjs/duet-slideout.cjs.entry.js +8 -8
  66. package/lib/cjs/duet-status-icon.cjs.entry.js +3 -3
  67. package/lib/cjs/duet-step_2.cjs.entry.js +4 -4
  68. package/lib/cjs/duet-submenu-bar-dropdown-link.cjs.entry.js +3 -3
  69. package/lib/cjs/duet-submenu-bar-dropdown.cjs.entry.js +5 -5
  70. package/lib/cjs/duet-submenu-bar-item.cjs.entry.js +5 -5
  71. package/lib/cjs/duet-submenu-bar-link.cjs.entry.js +2 -2
  72. package/lib/cjs/duet-submenu-bar.cjs.entry.js +6 -6
  73. package/lib/cjs/duet-textarea.cjs.entry.js +7 -7
  74. package/lib/cjs/duet-toggle.cjs.entry.js +5 -5
  75. package/lib/cjs/duet-toolbar-dropdown-link.cjs.entry.js +3 -3
  76. package/lib/cjs/duet-toolbar-dropdown.cjs.entry.js +5 -5
  77. package/lib/cjs/duet-toolbar-item.cjs.entry.js +7 -7
  78. package/lib/cjs/duet-toolbar-link.cjs.entry.js +3 -3
  79. package/lib/cjs/duet-toolbar.cjs.entry.js +3 -3
  80. package/lib/cjs/duet-tooltip-button_2.cjs.entry.js +6 -6
  81. package/lib/cjs/duet-tooltip.cjs.entry.js +3 -3
  82. package/lib/cjs/duet-tray.cjs.entry.js +4 -4
  83. package/lib/cjs/duet-upload-aria-status.cjs.entry.js +2 -2
  84. package/lib/cjs/duet-upload-item.cjs.entry.js +5 -5
  85. package/lib/cjs/duet-visually-hidden.cjs.entry.js +2 -2
  86. package/lib/cjs/duet.cjs.js +3 -3
  87. package/lib/cjs/{errorcodes.utils-381e59b0.js → errorcodes.utils-e3a0f607.js} +1 -1
  88. package/lib/cjs/{focus-utils-8b057c75.js → focus-utils-47d23c45.js} +1 -1
  89. package/lib/cjs/{index-0885358e.js → index-7b1d76ef.js} +339 -2
  90. package/lib/cjs/{label-0db337c3.js → label-874fd84f.js} +1 -1
  91. package/lib/cjs/{language-utils-ae5d768d.js → language-utils-a6a152b8.js} +1 -1
  92. package/lib/cjs/loader.cjs.js +3 -3
  93. package/lib/cjs/{slot-utils-7cc4f68b.js → slot-utils-7e6aa48b.js} +1 -1
  94. package/lib/collection/collection-manifest.json +1 -0
  95. package/lib/collection/components/duet-badge/duet-badge.js +2 -2
  96. package/lib/collection/components/duet-breadcrumbs/duet-breadcrumb.js +4 -4
  97. package/lib/collection/components/duet-breadcrumbs/duet-breadcrumbs.js +2 -2
  98. package/lib/collection/components/duet-button/duet-button.css +32 -18
  99. package/lib/collection/components/duet-button/duet-button.js +6 -6
  100. package/lib/collection/components/duet-callout/duet-callout.js +2 -2
  101. package/lib/collection/components/duet-chip/duet-chip.js +1 -1
  102. package/lib/collection/components/duet-choice/duet-checkmark.js +2 -2
  103. package/lib/collection/components/duet-choice/duet-choice.js +6 -6
  104. package/lib/collection/components/duet-choice-group/duet-choice-group.js +2 -2
  105. package/lib/collection/components/duet-collapsible/duet-collapsible.js +2 -2
  106. package/lib/collection/components/duet-contact-card/duet-contact-card.js +2 -2
  107. package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.js +1 -1
  108. package/lib/collection/components/duet-date-picker/duet-date-picker.js +2 -2
  109. package/lib/collection/components/duet-divider/duet-divider.js +1 -1
  110. package/lib/collection/components/duet-editable-table/duet-editable-table.js +2 -2
  111. package/lib/collection/components/duet-empty-state/duet-empty-state.js +2 -2
  112. package/lib/collection/components/duet-fieldset/duet-fieldset.js +3 -3
  113. package/lib/collection/components/duet-file-chooser/duet-file-chooser.js +1 -1
  114. package/lib/collection/components/duet-footer/duet-footer.js +4 -4
  115. package/lib/collection/components/duet-grid/duet-grid.js +2 -2
  116. package/lib/collection/components/duet-grid-item/duet-grid-item.js +2 -2
  117. package/lib/collection/components/duet-heading/duet-heading.js +22 -2
  118. package/lib/collection/components/duet-hero/duet-hero.js +5 -5
  119. package/lib/collection/components/duet-icon/duet-icon.js +3 -3
  120. package/lib/collection/components/duet-input/duet-input.css +34 -3
  121. package/lib/collection/components/duet-input/duet-input.js +9 -9
  122. package/lib/collection/components/duet-layout/duet-layout.css +0 -3
  123. package/lib/collection/components/duet-layout/duet-layout.js +5 -5
  124. package/lib/collection/components/duet-link/duet-link.js +2 -2
  125. package/lib/collection/components/duet-list/duet-list.js +1 -1
  126. package/lib/collection/components/duet-list-item/duet-list-item.js +2 -2
  127. package/lib/collection/components/duet-logo/duet-logo.js +1 -1
  128. package/lib/collection/components/duet-menu-bar/duet-menu-bar.css +2 -2
  129. package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +3 -2
  130. package/lib/collection/components/duet-menu-bar-button/duet-menu-bar-button.js +2 -2
  131. package/lib/collection/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.js +4 -4
  132. package/lib/collection/components/duet-menu-bar-dropdown-link/duet-menu-bar-dropdown-link.js +2 -2
  133. package/lib/collection/components/duet-menu-bar-item/duet-menu-bar-item.js +2 -2
  134. package/lib/collection/components/duet-menu-bar-link/duet-menu-bar-link.js +2 -2
  135. package/lib/collection/components/duet-modal/duet-modal.js +6 -6
  136. package/lib/collection/components/duet-multiselect/duet-multiselect.js +5 -5
  137. package/lib/collection/components/duet-nav/duet-nav.js +1 -1
  138. package/lib/collection/components/duet-notification/duet-notification.js +2 -2
  139. package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.js +2 -2
  140. package/lib/collection/components/duet-number-input/duet-number-input.js +2 -2
  141. package/lib/collection/components/duet-overlay/duet-overlay.js +1 -1
  142. package/lib/collection/components/duet-page-heading/duet-page-heading.js +2 -2
  143. package/lib/collection/components/duet-pagination/duet-pagination.js +11 -11
  144. package/lib/collection/components/duet-paragraph/duet-paragraph.js +2 -2
  145. package/lib/collection/components/duet-phone-input/duet-phone-input.css +20 -0
  146. package/lib/collection/components/duet-phone-input/duet-phone-input.js +777 -0
  147. package/lib/collection/components/duet-popup-menu/duet-popup-menu.js +73 -11
  148. package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.js +2 -2
  149. package/lib/collection/components/duet-promo-card/duet-promo-card.js +2 -2
  150. package/lib/collection/components/duet-radio/duet-radio.js +3 -3
  151. package/lib/collection/components/duet-radio-group/duet-radio-group.js +1 -1
  152. package/lib/collection/components/duet-range-slider/duet-range-slider.js +2 -2
  153. package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +2 -2
  154. package/lib/collection/components/duet-scrollable/duet-scrollable.css +14 -5
  155. package/lib/collection/components/duet-scrollable/duet-scrollable.js +16 -10
  156. package/lib/collection/components/duet-section-layout/duet-section-layout.css +0 -3
  157. package/lib/collection/components/duet-section-layout/duet-section-layout.js +3 -3
  158. package/lib/collection/components/duet-select/duet-select.js +5 -5
  159. package/lib/collection/components/duet-shaped-image/duet-shaped-image.js +2 -2
  160. package/lib/collection/components/duet-show-more/duet-show-more.js +2 -2
  161. package/lib/collection/components/duet-slideout/duet-slideout.js +4 -4
  162. package/lib/collection/components/duet-slideout-lang/duet-slideout-lang.js +1 -1
  163. package/lib/collection/components/duet-slideout-link/duet-slideout-link.css +17 -2
  164. package/lib/collection/components/duet-slideout-link/duet-slideout-link.js +90 -2
  165. package/lib/collection/components/duet-slideout-panel/duet-slideout-panel.js +6 -6
  166. package/lib/collection/components/duet-slideout-panel-dropdown/duet-slideout-panel-dropdown.js +4 -4
  167. package/lib/collection/components/duet-spacer/duet-spacer.js +1 -1
  168. package/lib/collection/components/duet-spinner/duet-spinner.js +2 -2
  169. package/lib/collection/components/duet-status-icon/duet-status-icon.js +2 -2
  170. package/lib/collection/components/duet-step/duet-step.js +2 -2
  171. package/lib/collection/components/duet-stepper/duet-stepper.js +1 -1
  172. package/lib/collection/components/duet-submenu-bar/duet-submenu-bar.js +5 -5
  173. package/lib/collection/components/duet-submenu-bar-dropdown/duet-submenu-bar-dropdown.js +4 -4
  174. package/lib/collection/components/duet-submenu-bar-dropdown-link/duet-submenu-bar-dropdown-link.js +2 -2
  175. package/lib/collection/components/duet-submenu-bar-item/duet-submenu-bar-item.js +1 -1
  176. package/lib/collection/components/duet-submenu-bar-link/duet-submenu-bar-link.js +1 -1
  177. package/lib/collection/components/duet-tab/duet-tab.js +2 -2
  178. package/lib/collection/components/duet-tab-group/duet-tab-group.js +11 -5
  179. package/lib/collection/components/duet-table/duet-table.js +2 -2
  180. package/lib/collection/components/duet-textarea/duet-textarea.js +3 -3
  181. package/lib/collection/components/duet-toggle/duet-toggle.js +2 -2
  182. package/lib/collection/components/duet-toolbar/duet-toolbar.js +2 -2
  183. package/lib/collection/components/duet-toolbar-dropdown/duet-toolbar-dropdown.js +4 -4
  184. package/lib/collection/components/duet-toolbar-dropdown-link/duet-toolbar-dropdown-link.js +2 -2
  185. package/lib/collection/components/duet-toolbar-item/duet-toolbar-item.js +3 -3
  186. package/lib/collection/components/duet-toolbar-link/duet-toolbar-link.js +2 -2
  187. package/lib/collection/components/duet-tooltip/duet-tooltip-button.js +2 -2
  188. package/lib/collection/components/duet-tooltip/duet-tooltip-popup.js +2 -2
  189. package/lib/collection/components/duet-tray/duet-tray.js +2 -2
  190. package/lib/collection/components/duet-upload/duet-upload.js +2 -2
  191. package/lib/collection/components/duet-upload-aria-status/duet-upload-aria-status.js +1 -1
  192. package/lib/collection/components/duet-upload-item/duet-upload-item.js +2 -2
  193. package/lib/collection/components/duet-visually-hidden/duet-visually-hidden.js +1 -1
  194. package/lib/collection/data/countries.js +1762 -0
  195. package/lib/dist-custom-elements/duet-action-button.js +1 -1
  196. package/lib/dist-custom-elements/duet-alert.js +1 -1
  197. package/lib/dist-custom-elements/duet-badge.js +1 -1
  198. package/lib/dist-custom-elements/duet-banner.js +3 -3
  199. package/lib/dist-custom-elements/duet-breadcrumb.js +7 -7
  200. package/lib/dist-custom-elements/duet-breadcrumbs.js +3 -3
  201. package/lib/dist-custom-elements/duet-button.js +1 -1
  202. package/lib/dist-custom-elements/duet-callout.js +4 -4
  203. package/lib/dist-custom-elements/duet-caption.js +1 -1
  204. package/lib/dist-custom-elements/duet-card.js +3 -3
  205. package/lib/dist-custom-elements/duet-checkbox.js +1 -1
  206. package/lib/dist-custom-elements/duet-checkmark.js +1 -1
  207. package/lib/dist-custom-elements/duet-chip.js +1 -1
  208. package/lib/dist-custom-elements/duet-choice-group.js +10 -10
  209. package/lib/dist-custom-elements/duet-choice.js +10 -10
  210. package/lib/dist-custom-elements/duet-collapsible.js +5 -5
  211. package/lib/dist-custom-elements/duet-combobox.js +14 -14
  212. package/lib/dist-custom-elements/duet-contact-card.js +10 -10
  213. package/lib/dist-custom-elements/duet-cookie-consent.js +7 -7
  214. package/lib/dist-custom-elements/duet-date-picker.js +14 -14
  215. package/lib/dist-custom-elements/duet-divider.js +1 -1
  216. package/lib/dist-custom-elements/duet-editable-table.js +9 -9
  217. package/lib/dist-custom-elements/duet-empty-state.js +1 -1
  218. package/lib/dist-custom-elements/duet-fieldset.js +1 -1
  219. package/lib/dist-custom-elements/duet-file-chooser.js +3 -3
  220. package/lib/dist-custom-elements/duet-footer.js +11 -11
  221. package/lib/dist-custom-elements/duet-grid-item.js +1 -1
  222. package/lib/dist-custom-elements/duet-grid.js +1 -1
  223. package/lib/dist-custom-elements/duet-header.js +8 -8
  224. package/lib/dist-custom-elements/duet-heading.js +1 -1
  225. package/lib/dist-custom-elements/duet-hero.js +14 -14
  226. package/lib/dist-custom-elements/duet-icon.js +1 -1
  227. package/lib/dist-custom-elements/duet-input.js +1 -1
  228. package/lib/dist-custom-elements/duet-label.js +1 -1
  229. package/lib/dist-custom-elements/duet-layout.js +7 -7
  230. package/lib/dist-custom-elements/duet-link.js +1 -1
  231. package/lib/dist-custom-elements/duet-list-item.js +1 -1
  232. package/lib/dist-custom-elements/duet-list.js +1 -1
  233. package/lib/dist-custom-elements/duet-logo.js +1 -1
  234. package/lib/dist-custom-elements/duet-menu-bar-button.js +4 -4
  235. package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +4 -4
  236. package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +6 -6
  237. package/lib/dist-custom-elements/duet-menu-bar-item.js +4 -4
  238. package/lib/dist-custom-elements/duet-menu-bar-link.js +4 -4
  239. package/lib/dist-custom-elements/duet-menu-bar.js +6 -5
  240. package/lib/dist-custom-elements/duet-modal.js +14 -14
  241. package/lib/dist-custom-elements/duet-multiselect.js +13 -13
  242. package/lib/dist-custom-elements/duet-nav.js +2 -2
  243. package/lib/dist-custom-elements/duet-notification-drawer.js +6 -6
  244. package/lib/dist-custom-elements/duet-notification.js +4 -4
  245. package/lib/dist-custom-elements/duet-number-input.js +12 -12
  246. package/lib/dist-custom-elements/duet-overlay.js +1 -1
  247. package/lib/dist-custom-elements/duet-page-heading.js +5 -5
  248. package/lib/dist-custom-elements/duet-pagination.js +23 -23
  249. package/lib/dist-custom-elements/duet-paragraph.js +1 -1
  250. package/lib/dist-custom-elements/duet-phone-input.d.ts +11 -0
  251. package/lib/dist-custom-elements/duet-phone-input.js +2122 -0
  252. package/lib/dist-custom-elements/duet-popup-menu-item.js +1 -1
  253. package/lib/dist-custom-elements/duet-popup-menu.js +1 -1
  254. package/lib/dist-custom-elements/duet-progress.js +1 -1
  255. package/lib/dist-custom-elements/duet-promo-card.js +5 -5
  256. package/lib/dist-custom-elements/duet-radio-group.js +9 -9
  257. package/lib/dist-custom-elements/duet-radio.js +4 -4
  258. package/lib/dist-custom-elements/duet-range-slider.js +3 -3
  259. package/lib/dist-custom-elements/duet-range-stepper.js +6 -6
  260. package/lib/dist-custom-elements/duet-scrollable.js +1 -1
  261. package/lib/dist-custom-elements/duet-section-layout.js +5 -5
  262. package/lib/dist-custom-elements/duet-select.js +1 -1
  263. package/lib/dist-custom-elements/duet-shaped-image.js +3 -3
  264. package/lib/dist-custom-elements/duet-show-more.js +1 -1
  265. package/lib/dist-custom-elements/duet-slideout-lang.js +3 -3
  266. package/lib/dist-custom-elements/duet-slideout-link.js +25 -6
  267. package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +6 -6
  268. package/lib/dist-custom-elements/duet-slideout-panel.js +8 -8
  269. package/lib/dist-custom-elements/duet-slideout.js +7 -7
  270. package/lib/dist-custom-elements/duet-spacer.js +1 -1
  271. package/lib/dist-custom-elements/duet-spinner.js +1 -1
  272. package/lib/dist-custom-elements/duet-status-icon.js +4 -4
  273. package/lib/dist-custom-elements/duet-step.js +6 -6
  274. package/lib/dist-custom-elements/duet-stepper.js +3 -3
  275. package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +4 -4
  276. package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +6 -6
  277. package/lib/dist-custom-elements/duet-submenu-bar-item.js +3 -3
  278. package/lib/dist-custom-elements/duet-submenu-bar-link.js +3 -3
  279. package/lib/dist-custom-elements/duet-submenu-bar.js +8 -8
  280. package/lib/dist-custom-elements/duet-tab-group.js +18 -12
  281. package/lib/dist-custom-elements/duet-tab.js +3 -3
  282. package/lib/dist-custom-elements/duet-table.js +1 -1
  283. package/lib/dist-custom-elements/duet-textarea.js +12 -12
  284. package/lib/dist-custom-elements/duet-toggle.js +3 -3
  285. package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +4 -4
  286. package/lib/dist-custom-elements/duet-toolbar-dropdown.js +6 -6
  287. package/lib/dist-custom-elements/duet-toolbar-item.js +5 -5
  288. package/lib/dist-custom-elements/duet-toolbar-link.js +4 -4
  289. package/lib/dist-custom-elements/duet-toolbar.js +3 -3
  290. package/lib/dist-custom-elements/duet-tooltip-button.js +1 -1
  291. package/lib/dist-custom-elements/duet-tooltip-popup.js +1 -1
  292. package/lib/dist-custom-elements/duet-tooltip.js +1 -1
  293. package/lib/dist-custom-elements/duet-tray.js +5 -5
  294. package/lib/dist-custom-elements/duet-upload-aria-status.js +1 -1
  295. package/lib/dist-custom-elements/duet-upload-item.js +1 -1
  296. package/lib/dist-custom-elements/duet-upload.js +21 -21
  297. package/lib/dist-custom-elements/duet-visually-hidden.js +1 -1
  298. package/lib/dist-custom-elements/index.js +1 -1
  299. package/lib/dist-custom-elements/{p-eddef302.js → p-081025d8.js} +6 -4
  300. package/lib/dist-custom-elements/{p-a2ab7458.js → p-0871ccd4.js} +2 -2
  301. package/lib/dist-custom-elements/{p-4dd6ec0e.js → p-18248c41.js} +3 -3
  302. package/lib/dist-custom-elements/{p-46a8132e.js → p-196352e6.js} +2 -2
  303. package/lib/dist-custom-elements/{p-e8d53fc5.js → p-2768f969.js} +12 -12
  304. package/lib/dist-custom-elements/{p-d18fbbfb.js → p-30810e37.js} +2 -2
  305. package/lib/dist-custom-elements/{p-08eb05f7.js → p-3c70317f.js} +3 -3
  306. package/lib/dist-custom-elements/{p-4006af44.js → p-4150399b.js} +6 -6
  307. package/lib/dist-custom-elements/{p-7a8ebdb7.js → p-548610a6.js} +1 -1
  308. package/lib/dist-custom-elements/{p-076458c1.js → p-592cf939.js} +5 -5
  309. package/lib/dist-custom-elements/{p-66f05bd2.js → p-59782228.js} +3 -3
  310. package/lib/dist-custom-elements/{p-55b83dec.js → p-5d871374.js} +22 -16
  311. package/lib/dist-custom-elements/{p-1a76b580.js → p-5e91471a.js} +4 -4
  312. package/lib/dist-custom-elements/{p-b49e2890.js → p-60316b82.js} +3 -3
  313. package/lib/dist-custom-elements/{p-6560b415.js → p-63963e6b.js} +4 -4
  314. package/lib/dist-custom-elements/{p-e000047c.js → p-6620a58c.js} +16 -16
  315. package/lib/dist-custom-elements/{p-f4511d6b.js → p-77667998.js} +4 -4
  316. package/lib/dist-custom-elements/{p-90aadff1.js → p-77d42564.js} +2 -2
  317. package/lib/dist-custom-elements/{p-df4b16da.js → p-8258c05e.js} +2 -2
  318. package/lib/dist-custom-elements/{p-9a2ea7dc.js → p-8a840972.js} +3 -3
  319. package/lib/dist-custom-elements/{p-5882e967.js → p-8d263ac9.js} +5 -5
  320. package/lib/dist-custom-elements/{p-7cebe2aa.js → p-91cdfcdd.js} +3 -3
  321. package/lib/dist-custom-elements/{p-81287261.js → p-940f9ee8.js} +283 -1
  322. package/lib/dist-custom-elements/{p-4f9c1a9a.js → p-9e31e365.js} +12 -12
  323. package/lib/dist-custom-elements/{p-9bbe7263.js → p-9ee4d52e.js} +10 -10
  324. package/lib/dist-custom-elements/{p-87c8a780.js → p-a9b78a2b.js} +117 -14
  325. package/lib/dist-custom-elements/{p-d2152803.js → p-aaa95dbc.js} +3 -3
  326. package/lib/dist-custom-elements/{p-e9666ab6.js → p-b322feac.js} +3 -3
  327. package/lib/dist-custom-elements/{p-5d29fcaa.js → p-b632bf7b.js} +4 -4
  328. package/lib/dist-custom-elements/{p-f2b84f7d.js → p-ccee2b7f.js} +2 -2
  329. package/lib/dist-custom-elements/{p-3e99b7b2.js → p-df2458b1.js} +2 -2
  330. package/lib/dist-custom-elements/{p-7e262927.js → p-e58296e6.js} +3 -3
  331. package/lib/dist-custom-elements/{p-fbf01fef.js → p-ed1ef4c3.js} +3 -3
  332. package/lib/dist-custom-elements/{p-958921e7.js → p-ed6a907e.js} +1 -1
  333. package/lib/dist-custom-elements/{p-b5147f77.js → p-ed6f3abc.js} +7 -7
  334. package/lib/dist-custom-elements/{p-5e2fd812.js → p-ee0c73c3.js} +3 -3
  335. package/lib/dist-custom-elements/{p-f32d4b93.js → p-f4067b03.js} +1 -1
  336. package/lib/dist-custom-elements/{p-d2e75481.js → p-f6270dca.js} +4 -4
  337. package/lib/duet/duet.esm.js +1 -1
  338. package/lib/duet/duet.js +1 -1
  339. package/lib/duet/{p-d6568e05.entry.js → p-00556ef0.entry.js} +1 -1
  340. package/lib/duet/p-00e58acf.system.entry.js +4 -0
  341. package/lib/duet/p-02d914b6.system.js +4 -0
  342. package/lib/duet/p-03dfd146.system.entry.js +4 -0
  343. package/lib/duet/{p-61a0ad44.entry.js → p-043d8cac.entry.js} +1 -1
  344. package/lib/duet/p-078dc32d.system.js +4 -0
  345. package/lib/duet/{p-402af830.js → p-083bbc28.js} +1 -1
  346. package/lib/duet/{p-4d8136a6.system.entry.js → p-097593e0.system.entry.js} +1 -1
  347. package/lib/duet/{p-a94536d7.entry.js → p-12739ce5.entry.js} +1 -1
  348. package/lib/duet/{p-a8ed2473.system.entry.js → p-154681bc.system.entry.js} +1 -1
  349. package/lib/duet/{p-694cb5c7.system.entry.js → p-16bc0f6a.system.entry.js} +1 -1
  350. package/lib/duet/p-20a9379e.entry.js +4 -0
  351. package/lib/duet/{p-7e8e5ce0.system.entry.js → p-21124f63.system.entry.js} +1 -1
  352. package/lib/duet/{p-569d1162.entry.js → p-222fb4e2.entry.js} +1 -1
  353. package/lib/duet/{p-29b17590.entry.js → p-2306d206.entry.js} +1 -1
  354. package/lib/duet/{p-804d9390.system.entry.js → p-232405fe.system.entry.js} +1 -1
  355. package/lib/duet/{p-0e3bcaa9.entry.js → p-280babbe.entry.js} +1 -1
  356. package/lib/duet/{p-f1083113.system.entry.js → p-29cfae19.system.entry.js} +1 -1
  357. package/lib/duet/{p-de9c27d0.system.entry.js → p-2acb5228.system.entry.js} +1 -1
  358. package/lib/duet/{p-447e1392.system.js → p-2bb44297.system.js} +1 -1
  359. package/lib/duet/{p-5c3bb425.entry.js → p-2d3cfed7.entry.js} +1 -1
  360. package/lib/duet/{p-ca22effd.entry.js → p-2ea79237.entry.js} +1 -1
  361. package/lib/duet/{p-5013078d.system.entry.js → p-2f4a1c87.system.entry.js} +1 -1
  362. package/lib/duet/{p-273ee825.entry.js → p-30424dea.entry.js} +1 -1
  363. package/lib/duet/{p-ca8df590.system.entry.js → p-32f2bb6f.system.entry.js} +1 -1
  364. package/lib/duet/{p-f3463af2.entry.js → p-36d473db.entry.js} +1 -1
  365. package/lib/duet/{p-8e2ad162.entry.js → p-36e38e72.entry.js} +1 -1
  366. package/lib/duet/{p-357c0e81.system.entry.js → p-380e506a.system.entry.js} +1 -1
  367. package/lib/duet/{p-0887bb20.system.entry.js → p-3931d796.system.entry.js} +1 -1
  368. package/lib/duet/{p-73695b8f.entry.js → p-396397f0.entry.js} +1 -1
  369. package/lib/duet/{p-3f295c07.entry.js → p-39c8d5f4.entry.js} +1 -1
  370. package/lib/duet/{p-a27457ec.system.entry.js → p-3c43bf45.system.entry.js} +1 -1
  371. package/lib/duet/{p-361371c0.entry.js → p-3c548017.entry.js} +1 -1
  372. package/lib/duet/{p-cae73efd.system.entry.js → p-3edeecdd.system.entry.js} +2 -2
  373. package/lib/duet/{p-343293f9.system.entry.js → p-422bf802.system.entry.js} +1 -1
  374. package/lib/duet/{p-38e2ca53.system.entry.js → p-42789990.system.entry.js} +1 -1
  375. package/lib/duet/{p-01264667.entry.js → p-44ac35f1.entry.js} +1 -1
  376. package/lib/duet/{p-01ebc478.entry.js → p-49cbde53.entry.js} +1 -1
  377. package/lib/duet/{p-7ba22ad5.system.entry.js → p-49d89759.system.entry.js} +1 -1
  378. package/lib/duet/{p-713fb177.entry.js → p-4af1174c.entry.js} +1 -1
  379. package/lib/duet/p-4bbc1e3f.system.entry.js +4 -0
  380. package/lib/duet/{p-761c3bab.entry.js → p-4d228791.entry.js} +1 -1
  381. package/lib/duet/{p-6a255600.entry.js → p-4e095335.entry.js} +1 -1
  382. package/lib/duet/{p-7610cf8a.system.entry.js → p-4f872b2e.system.entry.js} +1 -1
  383. package/lib/duet/{p-3986c681.system.js → p-4f945200.system.js} +1 -1
  384. package/lib/duet/{p-db44b3b4.entry.js → p-4ffcbae2.entry.js} +1 -1
  385. package/lib/duet/{p-c5e2f011.system.entry.js → p-534baf68.system.entry.js} +1 -1
  386. package/lib/duet/{p-d5299653.entry.js → p-546cf344.entry.js} +1 -1
  387. package/lib/duet/{p-d1d1e439.system.entry.js → p-55b6ebd2.system.entry.js} +1 -1
  388. package/lib/duet/{p-eb28342c.system.entry.js → p-565c967d.system.entry.js} +1 -1
  389. package/lib/duet/{p-10ae39d7.system.entry.js → p-56d5d3bd.system.entry.js} +1 -1
  390. package/lib/duet/{p-1977033e.system.entry.js → p-570fd695.system.entry.js} +1 -1
  391. package/lib/duet/{p-7ff7d213.entry.js → p-597e4a0d.entry.js} +1 -1
  392. package/lib/duet/p-5a148896.entry.js +4 -0
  393. package/lib/duet/p-5a47d2bb.entry.js +4 -0
  394. package/lib/duet/p-5acfa4bf.entry.js +4 -0
  395. package/lib/duet/{p-a81137d2.entry.js → p-5b5a4a8f.entry.js} +1 -1
  396. package/lib/duet/{p-793a7e00.system.entry.js → p-5cbadb53.system.entry.js} +2 -2
  397. package/lib/duet/{p-c9fd4929.entry.js → p-5cc339cf.entry.js} +1 -1
  398. package/lib/duet/{p-b53f2401.entry.js → p-5d1a4238.entry.js} +1 -1
  399. package/lib/duet/{p-07da24e7.system.entry.js → p-5e01a303.system.entry.js} +1 -1
  400. package/lib/duet/{p-28e4efe1.system.entry.js → p-5f668b4a.system.entry.js} +1 -1
  401. package/lib/duet/p-5ffa7838.entry.js +4 -0
  402. package/lib/duet/{p-2cdacb01.system.js → p-61173f11.system.js} +1 -1
  403. package/lib/duet/p-622e1ffc.js +4 -0
  404. package/lib/duet/{p-b3302c2f.system.entry.js → p-64f2d5cf.system.entry.js} +1 -1
  405. package/lib/duet/p-650c6251.system.entry.js +4 -0
  406. package/lib/duet/{p-29d53ea5.system.entry.js → p-69e55527.system.entry.js} +1 -1
  407. package/lib/duet/p-6ac3b242.entry.js +4 -0
  408. package/lib/duet/{p-ce2dd921.entry.js → p-6ac7d70c.entry.js} +1 -1
  409. package/lib/duet/{p-20b6ae5f.system.entry.js → p-6c8f09c8.system.entry.js} +1 -1
  410. package/lib/duet/{p-74214cc5.system.entry.js → p-6eec1445.system.entry.js} +1 -1
  411. package/lib/duet/{p-d60846a0.entry.js → p-6fc78573.entry.js} +1 -1
  412. package/lib/duet/{p-cc2912ff.system.entry.js → p-705dbeac.system.entry.js} +1 -1
  413. package/lib/duet/{p-3042a585.entry.js → p-71a37f03.entry.js} +1 -1
  414. package/lib/duet/{p-e99d4ab0.system.entry.js → p-760919c7.system.entry.js} +1 -1
  415. package/lib/duet/p-7be5b9a7.js +4 -0
  416. package/lib/duet/{p-7980c7c7.system.entry.js → p-7c119b9b.system.entry.js} +1 -1
  417. package/lib/duet/p-7cd899ca.system.entry.js +4 -0
  418. package/lib/duet/p-7d5c5b60.entry.js +4 -0
  419. package/lib/duet/{p-b6859e60.system.entry.js → p-7ea9d8e4.system.entry.js} +1 -1
  420. package/lib/duet/{p-ea2e8887.system.entry.js → p-7fc6af46.system.entry.js} +1 -1
  421. package/lib/duet/{p-c779e3e1.entry.js → p-7fe5e652.entry.js} +1 -1
  422. package/lib/duet/{p-35d862a1.entry.js → p-86038989.entry.js} +1 -1
  423. package/lib/duet/{p-9f1f30d1.entry.js → p-872b746e.entry.js} +1 -1
  424. package/lib/duet/{p-d65bf655.entry.js → p-875d3971.entry.js} +1 -1
  425. package/lib/duet/p-88daf9bb.system.entry.js +4 -0
  426. package/lib/duet/p-89ac2008.system.entry.js +4 -0
  427. package/lib/duet/{p-8296c9c2.system.js → p-89cf1a91.system.js} +1 -1
  428. package/lib/duet/p-8cbd3dfd.entry.js +4 -0
  429. package/lib/duet/p-8d43c8cf.entry.js +4 -0
  430. package/lib/duet/{p-ad6532e2.entry.js → p-8f450e25.entry.js} +1 -1
  431. package/lib/duet/{p-031cd628.system.entry.js → p-907b42ae.system.entry.js} +1 -1
  432. package/lib/duet/{p-2bc7bfb8.system.entry.js → p-9183c04b.system.entry.js} +1 -1
  433. package/lib/duet/{p-a090e7f0.entry.js → p-91b68d54.entry.js} +1 -1
  434. package/lib/duet/{p-846abd90.system.entry.js → p-92d47024.system.entry.js} +1 -1
  435. package/lib/duet/{p-ab1b2d93.entry.js → p-939f268d.entry.js} +1 -1
  436. package/lib/duet/{p-3e294789.system.entry.js → p-93c115a9.system.entry.js} +1 -1
  437. package/lib/duet/{p-9d15f354.system.entry.js → p-943bf2b1.system.entry.js} +1 -1
  438. package/lib/duet/p-9592f6ba.entry.js +4 -0
  439. package/lib/duet/p-96d76a4b.entry.js +4 -0
  440. package/lib/duet/{p-982c17df.entry.js → p-9a57fac7.entry.js} +1 -1
  441. package/lib/duet/{p-841673c0.system.entry.js → p-9b16ba14.system.entry.js} +1 -1
  442. package/lib/duet/{p-8625602d.system.entry.js → p-9b61d7b9.system.entry.js} +2 -2
  443. package/lib/duet/p-9d429df0.system.entry.js +4 -0
  444. package/lib/duet/{p-e622420a.entry.js → p-9e5b11f7.entry.js} +1 -1
  445. package/lib/duet/{p-e7c85aa3.entry.js → p-9ee0f850.entry.js} +1 -1
  446. package/lib/duet/p-a083b91a.js +5 -0
  447. package/lib/duet/{p-794f26b0.system.entry.js → p-a11e1a80.system.entry.js} +1 -1
  448. package/lib/duet/p-a1e5f0d4.entry.js +4 -0
  449. package/lib/duet/{p-e24b7d0e.entry.js → p-a4b80c74.entry.js} +1 -1
  450. package/lib/duet/{p-0e32e0f3.entry.js → p-a7b0d8ce.entry.js} +1 -1
  451. package/lib/duet/{p-a4170fe7.system.js → p-abc0c9c6.system.js} +1 -1
  452. package/lib/duet/{p-f8c6c87c.system.entry.js → p-ad07b21e.system.entry.js} +1 -1
  453. package/lib/duet/{p-b7b88f43.system.entry.js → p-ad0d289a.system.entry.js} +1 -1
  454. package/lib/duet/{p-ead29805.entry.js → p-ad2b37b0.entry.js} +1 -1
  455. package/lib/duet/{p-c81c688f.system.entry.js → p-adc2d7ce.system.entry.js} +2 -2
  456. package/lib/duet/{p-adba09a3.entry.js → p-aef92a68.entry.js} +1 -1
  457. package/lib/duet/{p-28aee391.entry.js → p-b15523c2.entry.js} +1 -1
  458. package/lib/duet/{p-7433065d.system.entry.js → p-b17984d6.system.entry.js} +1 -1
  459. package/lib/duet/{p-4ce70915.entry.js → p-b2df3729.entry.js} +1 -1
  460. package/lib/duet/{p-6b8e825d.entry.js → p-b327a269.entry.js} +1 -1
  461. package/lib/duet/{p-b0ef5620.js → p-b33512d6.js} +1 -1
  462. package/lib/duet/{p-5c6fe96f.js → p-b3d6e031.js} +1 -1
  463. package/lib/duet/p-b48b58e1.entry.js +4 -0
  464. package/lib/duet/{p-924eebeb.system.entry.js → p-b8775dc1.system.entry.js} +1 -1
  465. package/lib/duet/{p-cb6f8369.entry.js → p-bbb92080.entry.js} +1 -1
  466. package/lib/duet/{p-36009a0d.entry.js → p-bd5b0381.entry.js} +1 -1
  467. package/lib/duet/{p-36602fe4.entry.js → p-bdb001df.entry.js} +1 -1
  468. package/lib/duet/{p-724d1682.entry.js → p-be097905.entry.js} +1 -1
  469. package/lib/duet/{p-619a6ecf.js → p-c118fad4.js} +1 -1
  470. package/lib/duet/{p-55183c9c.entry.js → p-c1483141.entry.js} +1 -1
  471. package/lib/duet/{p-78aa46d5.system.entry.js → p-c2e74c89.system.entry.js} +1 -1
  472. package/lib/duet/{p-289e20a4.entry.js → p-c40ee5d3.entry.js} +1 -1
  473. package/lib/duet/{p-7f60def8.entry.js → p-c480533b.entry.js} +1 -1
  474. package/lib/duet/{p-87a8eb57.entry.js → p-c487869c.entry.js} +1 -1
  475. package/lib/duet/{p-b8dbb46c.entry.js → p-c507caa0.entry.js} +1 -1
  476. package/lib/duet/{p-8406ca8e.entry.js → p-c58f3932.entry.js} +1 -1
  477. package/lib/duet/{p-65d0162b.system.entry.js → p-c5d88a34.system.entry.js} +1 -1
  478. package/lib/duet/{p-1b64118e.system.entry.js → p-c6bf2cc4.system.entry.js} +1 -1
  479. package/lib/duet/{p-f2d13294.system.entry.js → p-c6f29010.system.entry.js} +2 -2
  480. package/lib/duet/p-ca29569e.system.js +4 -0
  481. package/lib/duet/p-ca901ab9.entry.js +4 -0
  482. package/lib/duet/{p-1798db32.system.js → p-cdba12cc.system.js} +1 -1
  483. package/lib/duet/{p-0bd8ca70.entry.js → p-ce282523.entry.js} +1 -1
  484. package/lib/duet/{p-b1ac6254.system.entry.js → p-cebffd48.system.entry.js} +2 -2
  485. package/lib/duet/{p-2f701bd3.system.entry.js → p-cf2d66a9.system.entry.js} +1 -1
  486. package/lib/duet/p-cf511280.system.entry.js +4 -0
  487. package/lib/duet/{p-41f062e2.system.entry.js → p-d2875f04.system.entry.js} +1 -1
  488. package/lib/duet/{p-59be5b66.entry.js → p-d40b4a20.entry.js} +1 -1
  489. package/lib/duet/{p-610bd1be.entry.js → p-d4554cf2.entry.js} +1 -1
  490. package/lib/duet/{p-43415ad8.entry.js → p-d4ddd4d1.entry.js} +1 -1
  491. package/lib/duet/{p-0278c664.system.entry.js → p-d5317013.system.entry.js} +2 -2
  492. package/lib/duet/{p-c2f9a318.system.entry.js → p-d68e93e4.system.entry.js} +1 -1
  493. package/lib/duet/{p-28275d12.system.entry.js → p-d6a321fd.system.entry.js} +1 -1
  494. package/lib/duet/{p-56860e41.entry.js → p-d835a292.entry.js} +1 -1
  495. package/lib/duet/{p-3c1abeed.system.entry.js → p-d840dcdc.system.entry.js} +1 -1
  496. package/lib/duet/{p-acba28ca.system.entry.js → p-dac4bc08.system.entry.js} +1 -1
  497. package/lib/duet/{p-6d1f7659.system.entry.js → p-e0b83f6c.system.entry.js} +1 -1
  498. package/lib/duet/{p-2b1be22e.system.entry.js → p-e29d9d5b.system.entry.js} +1 -1
  499. package/lib/duet/{p-3afaf734.js → p-e3857119.js} +1 -1
  500. package/lib/duet/{p-7792b99b.system.entry.js → p-e45d4dc4.system.entry.js} +1 -1
  501. package/lib/duet/{p-b4d7d067.system.entry.js → p-e50214f5.system.entry.js} +2 -2
  502. package/lib/duet/p-e5229df1.entry.js +4 -0
  503. package/lib/duet/{p-9da6fbd0.system.entry.js → p-e7c3186e.system.entry.js} +2 -2
  504. package/lib/duet/p-e89a92a9.entry.js +4 -0
  505. package/lib/duet/{p-36282ff0.system.entry.js → p-eb02c981.system.entry.js} +1 -1
  506. package/lib/duet/{p-a2eb63af.system.entry.js → p-ed086770.system.entry.js} +2 -2
  507. package/lib/duet/{p-5ce6dbbb.system.entry.js → p-eebfe28d.system.entry.js} +1 -1
  508. package/lib/duet/{p-0e12e3b8.entry.js → p-ef520403.entry.js} +1 -1
  509. package/lib/duet/{p-dea429f9.entry.js → p-f0260e4c.entry.js} +1 -1
  510. package/lib/duet/{p-2f715679.system.entry.js → p-f07eace6.system.entry.js} +1 -1
  511. package/lib/duet/p-f1083d8c.system.entry.js +4 -0
  512. package/lib/duet/p-f10d7817.entry.js +4 -0
  513. package/lib/duet/{p-b3f0b1df.system.entry.js → p-f18245aa.system.entry.js} +1 -1
  514. package/lib/duet/p-f4063bd4.entry.js +4 -0
  515. package/lib/duet/{p-8f5c12c8.system.entry.js → p-f56098f1.system.entry.js} +1 -1
  516. package/lib/duet/p-f67921d2.system.entry.js +4 -0
  517. package/lib/duet/{p-4d46054e.system.entry.js → p-f7fe4161.system.entry.js} +1 -1
  518. package/lib/duet/{p-3a1a4161.entry.js → p-f97dd407.entry.js} +1 -1
  519. package/lib/duet/{p-505ef540.entry.js → p-fcfae4d6.entry.js} +1 -1
  520. package/lib/esm/{a11y-utils-7f48d84a.js → a11y-utils-c3a7fd7e.js} +1 -1
  521. package/lib/esm/{app-globals-8f12ab47.js → app-globals-e00fbe9c.js} +1 -1
  522. package/lib/esm/duet-action-button.entry.js +2 -2
  523. package/lib/esm/duet-alert.entry.js +3 -3
  524. package/lib/esm/duet-badge.entry.js +3 -3
  525. package/lib/esm/duet-banner.entry.js +2 -2
  526. package/lib/esm/duet-breadcrumb.entry.js +6 -6
  527. package/lib/esm/duet-breadcrumbs.entry.js +4 -4
  528. package/lib/esm/duet-button_2.entry.js +10 -10
  529. package/lib/esm/duet-callout.entry.js +4 -4
  530. package/lib/esm/duet-caption_4.entry.js +11 -10
  531. package/lib/esm/duet-card.entry.js +2 -2
  532. package/lib/esm/duet-checkbox.entry.js +1 -1
  533. package/lib/esm/duet-checkmark.entry.js +3 -3
  534. package/lib/esm/{duet-chip_3.entry.js → duet-chip.entry.js} +5 -375
  535. package/lib/esm/duet-choice_2.entry.js +11 -11
  536. package/lib/esm/duet-collapsible.entry.js +4 -4
  537. package/lib/esm/duet-combobox.entry.js +3 -3
  538. package/lib/esm/duet-contact-card.entry.js +4 -4
  539. package/lib/esm/duet-cookie-consent.entry.js +2 -2
  540. package/lib/esm/duet-date-picker.entry.js +7 -7
  541. package/lib/esm/duet-divider_2.entry.js +3 -3
  542. package/lib/esm/duet-editable-table_3.entry.js +9 -9
  543. package/lib/esm/duet-empty-state.entry.js +3 -3
  544. package/lib/esm/duet-fieldset.entry.js +5 -5
  545. package/lib/esm/duet-file-chooser.entry.js +2 -2
  546. package/lib/esm/duet-footer.entry.js +7 -7
  547. package/lib/esm/duet-grid_2.entry.js +5 -5
  548. package/lib/esm/duet-header_2.entry.js +3 -3
  549. package/lib/esm/duet-hero.entry.js +8 -8
  550. package/lib/esm/duet-icon.entry.js +4 -4
  551. package/lib/esm/duet-input_2.entry.js +11 -11
  552. package/lib/esm/duet-layout.entry.js +8 -8
  553. package/lib/esm/duet-list_2.entry.js +4 -4
  554. package/lib/esm/duet-menu-bar-button.entry.js +3 -3
  555. package/lib/esm/duet-menu-bar-dropdown-link.entry.js +3 -3
  556. package/lib/esm/duet-menu-bar-dropdown.entry.js +5 -5
  557. package/lib/esm/duet-menu-bar-item.entry.js +6 -6
  558. package/lib/esm/duet-menu-bar-link.entry.js +3 -3
  559. package/lib/esm/duet-menu-bar.entry.js +6 -5
  560. package/lib/esm/duet-modal.entry.js +10 -10
  561. package/lib/esm/duet-multiselect.entry.js +9 -9
  562. package/lib/esm/duet-nav.entry.js +2 -2
  563. package/lib/esm/duet-notification_2.entry.js +6 -6
  564. package/lib/esm/duet-number-input.entry.js +5 -5
  565. package/lib/esm/duet-overlay.entry.js +2 -2
  566. package/lib/esm/duet-page-heading.entry.js +3 -3
  567. package/lib/esm/duet-pagination_2.entry.js +15 -15
  568. package/lib/esm/duet-phone-input.entry.js +1998 -0
  569. package/lib/esm/duet-popup-menu_2.entry.js +421 -0
  570. package/lib/esm/duet-progress.entry.js +2 -2
  571. package/lib/esm/duet-promo-card.entry.js +4 -4
  572. package/lib/esm/duet-radio_2.entry.js +6 -6
  573. package/lib/esm/duet-range-slider.entry.js +5 -5
  574. package/lib/esm/duet-scrollable_3.entry.js +33 -21
  575. package/lib/esm/duet-section-layout.entry.js +5 -5
  576. package/lib/esm/duet-select.entry.js +8 -8
  577. package/lib/esm/duet-shaped-image.entry.js +3 -3
  578. package/lib/esm/duet-show-more.entry.js +4 -4
  579. package/lib/esm/duet-slideout-lang.entry.js +3 -3
  580. package/lib/esm/duet-slideout-link.entry.js +22 -4
  581. package/lib/esm/duet-slideout-panel-dropdown.entry.js +5 -5
  582. package/lib/esm/duet-slideout-panel.entry.js +10 -10
  583. package/lib/esm/duet-slideout.entry.js +8 -8
  584. package/lib/esm/duet-status-icon.entry.js +3 -3
  585. package/lib/esm/duet-step_2.entry.js +4 -4
  586. package/lib/esm/duet-submenu-bar-dropdown-link.entry.js +3 -3
  587. package/lib/esm/duet-submenu-bar-dropdown.entry.js +5 -5
  588. package/lib/esm/duet-submenu-bar-item.entry.js +5 -5
  589. package/lib/esm/duet-submenu-bar-link.entry.js +2 -2
  590. package/lib/esm/duet-submenu-bar.entry.js +6 -6
  591. package/lib/esm/duet-textarea.entry.js +7 -7
  592. package/lib/esm/duet-toggle.entry.js +5 -5
  593. package/lib/esm/duet-toolbar-dropdown-link.entry.js +3 -3
  594. package/lib/esm/duet-toolbar-dropdown.entry.js +5 -5
  595. package/lib/esm/duet-toolbar-item.entry.js +7 -7
  596. package/lib/esm/duet-toolbar-link.entry.js +3 -3
  597. package/lib/esm/duet-toolbar.entry.js +3 -3
  598. package/lib/esm/duet-tooltip-button_2.entry.js +6 -6
  599. package/lib/esm/duet-tooltip.entry.js +3 -3
  600. package/lib/esm/duet-tray.entry.js +4 -4
  601. package/lib/esm/duet-upload-aria-status.entry.js +2 -2
  602. package/lib/esm/duet-upload-item.entry.js +5 -5
  603. package/lib/esm/duet-visually-hidden.entry.js +2 -2
  604. package/lib/esm/duet.js +4 -4
  605. package/lib/esm/{errorcodes.utils-66d99a23.js → errorcodes.utils-416994cc.js} +1 -1
  606. package/lib/esm/{focus-utils-b48493c9.js → focus-utils-7bc146cd.js} +1 -1
  607. package/lib/esm/{index-5a27eaf5.js → index-1a6cee61.js} +339 -2
  608. package/lib/esm/{label-00d35a2b.js → label-de5c8cbd.js} +1 -1
  609. package/lib/esm/{language-utils-2c1dd412.js → language-utils-8a9d5323.js} +1 -1
  610. package/lib/esm/loader.js +4 -4
  611. package/lib/esm/{slot-utils-8fc9fbbf.js → slot-utils-bf214ae5.js} +1 -1
  612. package/lib/esm-es5/{a11y-utils-7f48d84a.js → a11y-utils-c3a7fd7e.js} +1 -1
  613. package/lib/esm-es5/{app-globals-8f12ab47.js → app-globals-e00fbe9c.js} +1 -1
  614. package/lib/esm-es5/duet-action-button.entry.js +1 -1
  615. package/lib/esm-es5/duet-alert.entry.js +1 -1
  616. package/lib/esm-es5/duet-badge.entry.js +1 -1
  617. package/lib/esm-es5/duet-banner.entry.js +1 -1
  618. package/lib/esm-es5/duet-breadcrumb.entry.js +1 -1
  619. package/lib/esm-es5/duet-breadcrumbs.entry.js +1 -1
  620. package/lib/esm-es5/duet-button_2.entry.js +2 -2
  621. package/lib/esm-es5/duet-callout.entry.js +1 -1
  622. package/lib/esm-es5/duet-caption_4.entry.js +1 -1
  623. package/lib/esm-es5/duet-card.entry.js +1 -1
  624. package/lib/esm-es5/duet-checkbox.entry.js +1 -1
  625. package/lib/esm-es5/duet-checkmark.entry.js +1 -1
  626. package/lib/esm-es5/duet-chip.entry.js +4 -0
  627. package/lib/esm-es5/duet-choice_2.entry.js +1 -1
  628. package/lib/esm-es5/duet-collapsible.entry.js +1 -1
  629. package/lib/esm-es5/duet-combobox.entry.js +1 -1
  630. package/lib/esm-es5/duet-contact-card.entry.js +1 -1
  631. package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
  632. package/lib/esm-es5/duet-date-picker.entry.js +1 -1
  633. package/lib/esm-es5/duet-divider_2.entry.js +1 -1
  634. package/lib/esm-es5/duet-editable-table_3.entry.js +2 -2
  635. package/lib/esm-es5/duet-empty-state.entry.js +1 -1
  636. package/lib/esm-es5/duet-fieldset.entry.js +1 -1
  637. package/lib/esm-es5/duet-file-chooser.entry.js +1 -1
  638. package/lib/esm-es5/duet-footer.entry.js +1 -1
  639. package/lib/esm-es5/duet-grid_2.entry.js +1 -1
  640. package/lib/esm-es5/duet-header_2.entry.js +1 -1
  641. package/lib/esm-es5/duet-hero.entry.js +2 -2
  642. package/lib/esm-es5/duet-icon.entry.js +1 -1
  643. package/lib/esm-es5/duet-input_2.entry.js +1 -1
  644. package/lib/esm-es5/duet-layout.entry.js +1 -1
  645. package/lib/esm-es5/duet-list_2.entry.js +1 -1
  646. package/lib/esm-es5/duet-menu-bar-button.entry.js +2 -2
  647. package/lib/esm-es5/duet-menu-bar-dropdown-link.entry.js +1 -1
  648. package/lib/esm-es5/duet-menu-bar-dropdown.entry.js +1 -1
  649. package/lib/esm-es5/duet-menu-bar-item.entry.js +1 -1
  650. package/lib/esm-es5/duet-menu-bar-link.entry.js +1 -1
  651. package/lib/esm-es5/duet-menu-bar.entry.js +1 -1
  652. package/lib/esm-es5/duet-modal.entry.js +1 -1
  653. package/lib/esm-es5/duet-multiselect.entry.js +1 -1
  654. package/lib/esm-es5/duet-nav.entry.js +1 -1
  655. package/lib/esm-es5/duet-notification_2.entry.js +1 -1
  656. package/lib/esm-es5/duet-number-input.entry.js +1 -1
  657. package/lib/esm-es5/duet-overlay.entry.js +1 -1
  658. package/lib/esm-es5/duet-page-heading.entry.js +1 -1
  659. package/lib/esm-es5/duet-pagination_2.entry.js +1 -1
  660. package/lib/esm-es5/duet-phone-input.entry.js +4 -0
  661. package/lib/esm-es5/duet-popup-menu_2.entry.js +4 -0
  662. package/lib/esm-es5/duet-progress.entry.js +1 -1
  663. package/lib/esm-es5/duet-promo-card.entry.js +1 -1
  664. package/lib/esm-es5/duet-radio_2.entry.js +2 -2
  665. package/lib/esm-es5/duet-range-slider.entry.js +1 -1
  666. package/lib/esm-es5/duet-scrollable_3.entry.js +1 -1
  667. package/lib/esm-es5/duet-section-layout.entry.js +1 -1
  668. package/lib/esm-es5/duet-select.entry.js +1 -1
  669. package/lib/esm-es5/duet-shaped-image.entry.js +1 -1
  670. package/lib/esm-es5/duet-show-more.entry.js +1 -1
  671. package/lib/esm-es5/duet-slideout-lang.entry.js +1 -1
  672. package/lib/esm-es5/duet-slideout-link.entry.js +1 -1
  673. package/lib/esm-es5/duet-slideout-panel-dropdown.entry.js +1 -1
  674. package/lib/esm-es5/duet-slideout-panel.entry.js +1 -1
  675. package/lib/esm-es5/duet-slideout.entry.js +1 -1
  676. package/lib/esm-es5/duet-status-icon.entry.js +1 -1
  677. package/lib/esm-es5/duet-step_2.entry.js +1 -1
  678. package/lib/esm-es5/duet-submenu-bar-dropdown-link.entry.js +1 -1
  679. package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +1 -1
  680. package/lib/esm-es5/duet-submenu-bar-item.entry.js +1 -1
  681. package/lib/esm-es5/duet-submenu-bar-link.entry.js +1 -1
  682. package/lib/esm-es5/duet-submenu-bar.entry.js +1 -1
  683. package/lib/esm-es5/duet-textarea.entry.js +1 -1
  684. package/lib/esm-es5/duet-toggle.entry.js +1 -1
  685. package/lib/esm-es5/duet-toolbar-dropdown-link.entry.js +1 -1
  686. package/lib/esm-es5/duet-toolbar-dropdown.entry.js +1 -1
  687. package/lib/esm-es5/duet-toolbar-item.entry.js +1 -1
  688. package/lib/esm-es5/duet-toolbar-link.entry.js +1 -1
  689. package/lib/esm-es5/duet-toolbar.entry.js +1 -1
  690. package/lib/esm-es5/duet-tooltip-button_2.entry.js +1 -1
  691. package/lib/esm-es5/duet-tooltip.entry.js +1 -1
  692. package/lib/esm-es5/duet-tray.entry.js +1 -1
  693. package/lib/esm-es5/duet-upload-aria-status.entry.js +1 -1
  694. package/lib/esm-es5/duet-upload-item.entry.js +2 -2
  695. package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
  696. package/lib/esm-es5/duet.js +1 -1
  697. package/lib/esm-es5/{errorcodes.utils-66d99a23.js → errorcodes.utils-416994cc.js} +1 -1
  698. package/lib/esm-es5/{focus-utils-b48493c9.js → focus-utils-7bc146cd.js} +1 -1
  699. package/lib/esm-es5/index-1a6cee61.js +4 -0
  700. package/lib/esm-es5/{label-00d35a2b.js → label-de5c8cbd.js} +1 -1
  701. package/lib/esm-es5/{language-utils-2c1dd412.js → language-utils-8a9d5323.js} +1 -1
  702. package/lib/esm-es5/loader.js +1 -1
  703. package/lib/esm-es5/{slot-utils-8fc9fbbf.js → slot-utils-bf214ae5.js} +1 -1
  704. package/lib/types/components/duet-button/duet-button.d.ts +1 -1
  705. package/lib/types/components/duet-heading/duet-heading.d.ts +6 -0
  706. package/lib/types/components/duet-input/duet-input.d.ts +4 -3
  707. package/lib/types/components/duet-phone-input/duet-phone-input.d.ts +156 -0
  708. package/lib/types/components/duet-popup-menu/duet-popup-menu.d.ts +11 -1
  709. package/lib/types/components/duet-scrollable/duet-scrollable.d.ts +1 -0
  710. package/lib/types/components/duet-slideout-link/duet-slideout-link.d.ts +17 -0
  711. package/lib/types/components/duet-tab-group/duet-tab-group.d.ts +1 -0
  712. package/lib/types/components.d.ts +259 -2
  713. package/lib/types/data/countries.d.ts +22 -0
  714. package/package.json +3 -3
  715. package/lib/dist-custom-elements/p-46aa070f.js +0 -287
  716. package/lib/duet/p-024c9ef9.entry.js +0 -4
  717. package/lib/duet/p-0d6ace6f.js +0 -4
  718. package/lib/duet/p-15a35870.system.entry.js +0 -4
  719. package/lib/duet/p-17676f8d.entry.js +0 -4
  720. package/lib/duet/p-22a95bff.system.js +0 -4
  721. package/lib/duet/p-3a8e181e.entry.js +0 -4
  722. package/lib/duet/p-42542284.entry.js +0 -4
  723. package/lib/duet/p-4a4d949c.entry.js +0 -4
  724. package/lib/duet/p-4dcb6a39.js +0 -5
  725. package/lib/duet/p-5488c7f0.entry.js +0 -4
  726. package/lib/duet/p-57daa78e.system.entry.js +0 -4
  727. package/lib/duet/p-654a4d24.entry.js +0 -4
  728. package/lib/duet/p-663d1dbe.system.entry.js +0 -4
  729. package/lib/duet/p-6791f33a.system.entry.js +0 -4
  730. package/lib/duet/p-6833a13e.system.entry.js +0 -4
  731. package/lib/duet/p-6ab7c8ae.entry.js +0 -4
  732. package/lib/duet/p-7094e51e.js +0 -4
  733. package/lib/duet/p-8688d2ab.system.entry.js +0 -4
  734. package/lib/duet/p-97f1f446.system.entry.js +0 -4
  735. package/lib/duet/p-9ba5dbb7.entry.js +0 -4
  736. package/lib/duet/p-9c08f843.entry.js +0 -4
  737. package/lib/duet/p-a011272e.entry.js +0 -4
  738. package/lib/duet/p-aac4f547.system.entry.js +0 -4
  739. package/lib/duet/p-af13cb98.entry.js +0 -4
  740. package/lib/duet/p-b85f2a7b.entry.js +0 -4
  741. package/lib/duet/p-be334873.system.js +0 -4
  742. package/lib/duet/p-c4150af0.entry.js +0 -4
  743. package/lib/duet/p-c44fa6da.system.js +0 -4
  744. package/lib/duet/p-d0d6ecb5.entry.js +0 -4
  745. package/lib/duet/p-e1287a80.entry.js +0 -4
  746. package/lib/duet/p-ecceed3c.system.entry.js +0 -4
  747. package/lib/esm-es5/duet-chip_3.entry.js +0 -4
  748. package/lib/esm-es5/index-5a27eaf5.js +0 -5
@@ -5,13 +5,13 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-0885358e.js');
8
+ const index = require('./index-7b1d76ef.js');
9
9
  const themeableComponent = require('./themeable-component-996b489c.js');
10
10
  const bodyScroll = require('./body-scroll-dba42314.js');
11
- const focusUtils = require('./focus-utils-8b057c75.js');
11
+ const focusUtils = require('./focus-utils-47d23c45.js');
12
12
  const keyboardUtils = require('./keyboard-utils-f7c9f980.js');
13
- const languageUtils = require('./language-utils-ae5d768d.js');
14
- const slotUtils = require('./slot-utils-7cc4f68b.js');
13
+ const languageUtils = require('./language-utils-a6a152b8.js');
14
+ const slotUtils = require('./slot-utils-7e6aa48b.js');
15
15
  const teleport = require('./teleport-c6f8391a.js');
16
16
  const tokenUtils = require('./token-utils-5000595c.js');
17
17
  require('./string-utils-7b13c16e.js');
@@ -266,16 +266,16 @@ const DuetSlideout = class {
266
266
  };
267
267
  const topLevelOpenMenuBarTranslation = languageUtils.getLocaleString(this.topLevelOpenMenuBarLangObject);
268
268
  const exitTranslation = languageUtils.getLocaleString(this.exitLangObject);
269
- return (index.h(index.Host, { key: 'fe91f1236ad42f599f366fcf6c2030169517ba6a' }, index.h("div", { key: '832e4b4d67a42d002c6fd828167d9d787cd87f5d', class: { "duet-slideout": true, "duet-theme-turva": this.theme === "turva" } }, this.modal && index.h("duet-overlay", { key: 'ef568330f5a0e3d6b79117cb42646640617f7452', visible: this.open, "display-device": "large", zIndex: "600" }), index.h("div", { key: '7472dc78c95a0be586d47cef18f993fae6fc1d28', ref: element => (this.dialog = element), tabindex: "-1", role: "dialog", id: "dialog", "aria-labelledby": "button", "aria-modal": this.isSafariBrowser ? false : true, "aria-flowto": "slot-container", class: {
269
+ return (index.h(index.Host, { key: 'c299a850fff6c11bcca6e85576c04bf74e367619' }, index.h("div", { key: '76b69d00087367d0cfcf5de14d4023180b4fa42d', class: { "duet-slideout": true, "duet-theme-turva": this.theme === "turva" } }, this.modal && index.h("duet-overlay", { key: '6daa912479f25ecd3e5527ab40861590fc36f150', visible: this.open, "display-device": "large", zIndex: "600" }), index.h("div", { key: '9dc84e8113b5243b44224407df8d4c89eafdf2b7', ref: element => (this.dialog = element), tabindex: "-1", role: "dialog", id: "dialog", "aria-labelledby": "button", "aria-modal": this.isSafariBrowser ? false : true, "aria-flowto": "slot-container", class: {
270
270
  dialog: true,
271
271
  hidden: !this.open,
272
272
  modal: this.modal,
273
- }, style: styles }, index.h(focusUtils.FocusGuard, { key: 'fbd6da6a5049a4a9abbabd7d35b37e4ade4290a9', moveFocusTo: this.closeButton }), index.h("div", { key: '4494f6e119ba79c89c0296167d032ef5b2b30293', class: { "top-container": true, "has-sticky-header-slot": this.hasStickyHeaderSlot } }, index.h("div", { key: 'da4856ecf33f7f2b15e3ff24f16951f643966499', class: "top" }, index.h("button", { key: '18fef5cc005227f6f9e53fb61266c5870057a6cc', ref: element => (this.closeButton = element), "aria-haspopup": "dialog", "aria-controls": "dialog", "aria-expanded": this.open ? "true" : "false", "aria-label": `${exitTranslation}`, type: "button", class: {
273
+ }, style: styles }, index.h(focusUtils.FocusGuard, { key: '132b28a73aa0dc07ee1f159c59c0f6ca5c7c5e09', moveFocusTo: this.closeButton }), index.h("div", { key: 'cb528ca9e0ee385299a9e042d8f1a42d422d7a1a', class: { "top-container": true, "has-sticky-header-slot": this.hasStickyHeaderSlot } }, index.h("div", { key: 'b9e5deae2f2cf48c3d652e885002f30cc434660d', class: "top" }, index.h("button", { key: 'fc5ab74ac6519c2c503131d21fc9239ddf3a1bf8', ref: element => (this.closeButton = element), "aria-haspopup": "dialog", "aria-controls": "dialog", "aria-expanded": this.open ? "true" : "false", "aria-label": `${exitTranslation}`, type: "button", class: {
274
274
  "slideout-close": true,
275
275
  active: this.open,
276
- }, onClick: this.onClick, inert: this.openPanel }, index.h("duet-icon", { key: '2a153fc760fc9d19e253daed56047ab80803520a', name: "navigation-close", size: "small", margin: "none", color: "secondary" }))), index.h("div", { key: '28c33e636a705bdfe4ef475ee33b5952c0cdaa67', class: "sticky-header" }, index.h("slot", { key: 'd66cc6f6b1ea7e421cf3e96582698328dc42155c', name: "sticky-header" }))), index.h("div", { key: 'ca3b44be8a54d1730e2de935e25379ce352c1908', id: "slot-container", role: this.accessibleRole, "aria-label": this.openPanel ? topLevelOpenMenuBarTranslation : null, class: {
276
+ }, onClick: this.onClick, inert: this.openPanel }, index.h("duet-icon", { key: '2c2217a591e73c3121d123a9e3f6062e8d243d9a', name: "navigation-close", size: "small", margin: "none", color: "secondary" }))), index.h("div", { key: '1bf96970d244ee1941f3db97c89cac30c4d71f9e', class: "sticky-header" }, index.h("slot", { key: '1d6dca6fc160b198115c7d1469576c6bc4f863ac', name: "sticky-header" }))), index.h("div", { key: '514f42edc0e6477bf154e0de2fdaa9bbe7c3ffea', id: "slot-container", role: this.accessibleRole, "aria-label": this.openPanel ? topLevelOpenMenuBarTranslation : null, class: {
277
277
  items: true,
278
- } }, index.h("slot", { key: '69bb591bb20a501b057ad8bb895f8cc68ffee1f9' })), index.h(focusUtils.FocusGuard, { key: 'd4e183c805da1723c2ed9848a07a1b7880f5533a', moveFocusTo: this.closeButton })))));
278
+ } }, index.h("slot", { key: '982778a16720e0b741c702729b87aa3f805da499' })), index.h(focusUtils.FocusGuard, { key: 'ee76635f5ccb38cc512e1d8a862fc9fd85f72666', moveFocusTo: this.closeButton })))));
279
279
  }
280
280
  get element() { return index.getElement(this); }
281
281
  static get watchers() { return {
@@ -5,7 +5,7 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-0885358e.js');
8
+ const index = require('./index-7b1d76ef.js');
9
9
  const tokens = require('./tokens-57e06fe4.js');
10
10
 
11
11
  const DuetStatusIcon = class {
@@ -76,10 +76,10 @@ const DuetStatusIcon = class {
76
76
  }
77
77
  }
78
78
  render() {
79
- return (index.h(index.Host, { key: 'ebbaba8fbedc1ac294e51f81876748b26a08687a', class: {
79
+ return (index.h(index.Host, { key: '8389c107ccded337d2e5121703d5221e70edcb42', class: {
80
80
  [`duet-status-icon-${this.variation}`]: true,
81
81
  "duet-strong-bg": this.strong,
82
- } }, index.h("duet-icon", { key: '246af4b88cf7a1fc72cbc60264c25a1574eea11a', icon: this.getIcon(), size: this.size, margin: this.margin })));
82
+ } }, index.h("duet-icon", { key: 'c05e3c223a16541133d3be5cb74f39760cc46ba1', icon: this.getIcon(), size: this.size, margin: this.margin })));
83
83
  }
84
84
  };
85
85
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-0885358e.js');
8
+ const index = require('./index-7b1d76ef.js');
9
9
  const themeableComponent = require('./themeable-component-996b489c.js');
10
10
  const createId = require('./create-id-1f8c438f.js');
11
11
  const keyboardUtils = require('./keyboard-utils-f7c9f980.js');
@@ -91,13 +91,13 @@ const DuetStep = class {
91
91
  * Always the last one in the class.
92
92
  */
93
93
  render() {
94
- return (index.h("div", { key: 'a8f9214b8d235673c0b324f966a5576ccbcd16e4', class: {
94
+ return (index.h("div", { key: '2be03e57885747f4abcf887167a50be41f202172', class: {
95
95
  "duet-step": true,
96
96
  [`is-${this.state}`]: true,
97
97
  "rounded-top": this.roundedTop,
98
98
  "rounded-bottom": this.roundedBottom,
99
99
  "duet-theme-turva": this.theme === "turva",
100
- } }, index.h("div", { key: 'fe6066ea863f9c11dd30b6b61dc9b36827dc3b38', class: "duet-step-heading", id: this.buttonId, role: this.state !== "current" ? "button" : "region", "aria-current": this.state === "current" ? "step" : undefined, tabindex: this.state !== "current" ? "0" : undefined, "aria-disabled": this.isClickDisabled().toString(), "aria-expanded": (this.state === "current").toString(), "aria-controls": this.contentId, "aria-selected": (this.state === "current").toString(), onClick: this.handleClick, onKeyDown: this.handleKeyDown, ref: element => (this.buttonElement = element) }, index.h("div", { key: '500cee650ab3ab67ec9f7cbf3e9fa98f61079e54', "aria-hidden": "true" }, index.h("div", { key: '79c93ec35c9c02e3536487e5337bdd8ae653b537', class: "duet-step-counter" }, this.renderStepCounter())), index.h("duet-spacer", { key: '2b6ad0facd7f5e405d297e3672af7d1a1867e33b', direction: "horizontal", size: "large", breakpoint: "small" }), index.h("duet-spacer", { key: '4b26a145659e1f239687333a90fd5a976a34742c', direction: "horizontal", size: "medium", breakpoint: "x-small" }), index.h("div", { key: '670e5e9670bea92a93ebc1fad855721f99d58b88' }, index.h("duet-heading", { key: '815cd4427e3ceab15c5fb44b0dc27a9eae8df5f6', theme: this.theme, level: this.headingLevel, visualLevel: "h4", color: this.headingColor(), margin: "none" }, this.heading)), index.h("duet-spacer", { key: '22c24606e2dfa0cc2fa5d42d7e12139f3031ec5b', direction: "horizontal", size: "large" }), index.h("div", { key: '9db141db2e2ddc2ef398c440bddbce996d27c5e1', class: "duet-step-heading-slot" }, index.h("slot", { key: '3c35b0d2ba57df7f6af3c287b43fef66185f827b', name: "heading-content" }))), index.h("div", { key: '539aeedc2b198beb423c3bb4869405a2e1da1797', class: "duet-step-content-wrapper" }, index.h("div", { key: '7d376e57e92ccd478e417cc392aeebe7991d41e2', class: "duet-step-content", role: "region", "aria-labelledby": this.buttonId, id: this.contentId }, index.h("slot", { key: '60f1a391efe9137ff048170995926a92abf687ae' })))));
100
+ } }, index.h("div", { key: '13a6b9a9d5a8b5e11441d344768333afbd0006bc', class: "duet-step-heading", id: this.buttonId, role: this.state !== "current" ? "button" : "region", "aria-current": this.state === "current" ? "step" : undefined, tabindex: this.state !== "current" ? "0" : undefined, "aria-disabled": this.isClickDisabled().toString(), "aria-expanded": (this.state === "current").toString(), "aria-controls": this.contentId, "aria-selected": (this.state === "current").toString(), onClick: this.handleClick, onKeyDown: this.handleKeyDown, ref: element => (this.buttonElement = element) }, index.h("div", { key: '4cdf824131a34f5a722ff75b5865c6968c946b84', "aria-hidden": "true" }, index.h("div", { key: '697c430716ee8b1d61161fbb6cfbfdb347754170', class: "duet-step-counter" }, this.renderStepCounter())), index.h("duet-spacer", { key: '0df10d7cd8c8033debe7e429f052ba3e785c68fd', direction: "horizontal", size: "large", breakpoint: "small" }), index.h("duet-spacer", { key: 'f8be9274607789f07981bb288d19516f222e613b', direction: "horizontal", size: "medium", breakpoint: "x-small" }), index.h("div", { key: 'bc8046dd49578c57e41ff6c301b57711dbf47db8' }, index.h("duet-heading", { key: '841be21a0beabe2000a75341302462ecd0cd3cd6', theme: this.theme, level: this.headingLevel, visualLevel: "h4", color: this.headingColor(), margin: "none" }, this.heading)), index.h("duet-spacer", { key: '992fc197dcc5b85f6d95e016e0736e1b65d0c3de', direction: "horizontal", size: "large" }), index.h("div", { key: '8040a9695f6d0e297b7e0887814a3723e511b8ec', class: "duet-step-heading-slot" }, index.h("slot", { key: 'e7d76c7f8b978934cf234bd29e4e600504f42164', name: "heading-content" }))), index.h("div", { key: '14a1a0370d7443a3181b82b5d0531e9b208ecc1e', class: "duet-step-content-wrapper" }, index.h("div", { key: '19dad47c5c9e09671dbf4318b40f5a5fe4ad852b', class: "duet-step-content", role: "region", "aria-labelledby": this.buttonId, id: this.contentId }, index.h("slot", { key: 'e51e6b4b82722a271c2eba19b54d6bcea10ab5a5' })))));
101
101
  }
102
102
  get element() { return index.getElement(this); }
103
103
  };
@@ -204,7 +204,7 @@ const DuetStepper = class {
204
204
  * Always the last one in the class.
205
205
  */
206
206
  render() {
207
- return (index.h(index.Host, { key: '7ccc1ace3e8f07c10a099ef586f5828a86c673c4', class: { "duet-m-0": this.margin === "none" } }, index.h("div", { key: '819c9b955cd7e82825051eacd1f7dca8247da886', class: { "duet-stepper": true, "duet-theme-turva": this.theme === "turva" } }, index.h("duet-visually-hidden", { key: 'b35315da5f69ddcfd008d3e4071d49b954a905fd', "aria-live": "polite", "aria-atomic": "true", "aria-relevant": "all" }, this.formatAnnouncement()), index.h("slot", { key: 'babe00b87bff0c56a53c1a32d67acabd2725ba43' }))));
207
+ return (index.h(index.Host, { key: '52c2d87726509e40615a19b3eea7c78622cec07a', class: { "duet-m-0": this.margin === "none" } }, index.h("div", { key: 'b2f275d436eb7db9dda96c97147d8225a604b527', class: { "duet-stepper": true, "duet-theme-turva": this.theme === "turva" } }, index.h("duet-visually-hidden", { key: 'b639ea4862b8547f0a92c711008ff55ab9935d7f', "aria-live": "polite", "aria-atomic": "true", "aria-relevant": "all" }, this.formatAnnouncement()), index.h("slot", { key: '081d088375f8343f6484e992ae437daf6ccc9234' }))));
208
208
  }
209
209
  get element() { return index.getElement(this); }
210
210
  static get watchers() { return {
@@ -5,7 +5,7 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-0885358e.js');
8
+ const index = require('./index-7b1d76ef.js');
9
9
  const themeableComponent = require('./themeable-component-996b489c.js');
10
10
  const keyboardUtils = require('./keyboard-utils-f7c9f980.js');
11
11
 
@@ -40,12 +40,12 @@ const DuetSubmenuBarDropdownLink = class {
40
40
  * Always the last one in the class.
41
41
  */
42
42
  render() {
43
- return (index.h(index.Host, { key: '1f21914d277b1fb83c23ae8247a2079aaf5d6bb2' }, index.h("a", { key: '31b510818a88dd7ab76fce354f6829d8bce7a482', class: {
43
+ return (index.h(index.Host, { key: 'df8e2cce51cd8663e22e083e3aecff5cd19f698f' }, index.h("a", { key: 'f8c5abbcf4c71a27a70d2ed3ec2970b0a74a8fd1', class: {
44
44
  "duet-submenu-bar-dropdown-link": true,
45
45
  "duet-theme-turva": this.theme === "turva",
46
46
  highlight: this.highlight,
47
47
  active: this.active,
48
- }, "aria-current": this.active ? "true" : "false", href: this.href, onKeyUp: e => this.handleEscape(e) }, this.icon && index.h("duet-icon", { key: '275714de44673ecd360f064f17389921175d4682', name: this.icon, size: "x-small", margin: "none", color: "currentColor" }), index.h("span", { key: '3ad326ef4328498e474abcbba52adb0d6badb769', class: "label-container" }, index.h("span", { key: 'ce4dad3fbd9f536f2a92fe8837f911b821594150', class: "label" }, index.h("slot", { key: '7d3a890bbcb4a7ee9df6e2e0db0e3b38a5e90ee9' })), this.caret && index.h("duet-icon", { key: 'c8756b808a642c376cbf4ed70a95818d273a8f13', name: "action-arrow-right-small", size: "xxx-small", margin: "none" })), this.active && (index.h("duet-icon", { key: 'fc51e8c923ddf25c2b8caf20608ca2b2e0eb5161', class: "active-check", name: "messaging-checked-small", size: "xx-small", margin: "none", color: "currentColor" })))));
48
+ }, "aria-current": this.active ? "true" : "false", href: this.href, onKeyUp: e => this.handleEscape(e) }, this.icon && index.h("duet-icon", { key: '1e5a4a47052cf2b062b3b8d10085422b60407c5d', name: this.icon, size: "x-small", margin: "none", color: "currentColor" }), index.h("span", { key: 'ca88f89ae807c0217a8921a1ad14261a9da98abc', class: "label-container" }, index.h("span", { key: 'e32914f41e511de24aba0e22fb3703818b795acd', class: "label" }, index.h("slot", { key: '59920cb56fb89f6ac10d94e9e61392dc0724dbdb' })), this.caret && index.h("duet-icon", { key: '603991182270c3942a6f4850fd5d6fb6af18b105', name: "action-arrow-right-small", size: "xxx-small", margin: "none" })), this.active && (index.h("duet-icon", { key: 'ce869a1d9c2edfd036031a730fd6826347bcce8c', class: "active-check", name: "messaging-checked-small", size: "xx-small", margin: "none", color: "currentColor" })))));
49
49
  }
50
50
  get element() { return index.getElement(this); }
51
51
  };
@@ -5,7 +5,7 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-0885358e.js');
8
+ const index = require('./index-7b1d76ef.js');
9
9
  const tokens = require('./tokens-57e06fe4.js');
10
10
  const themeableComponent = require('./themeable-component-996b489c.js');
11
11
  const keyboardUtils = require('./keyboard-utils-f7c9f980.js');
@@ -105,18 +105,18 @@ const DuetSubmenuBarDropdown = class {
105
105
  * Always the last one in the class.
106
106
  */
107
107
  render() {
108
- return (index.h(index.Host, { key: '251e622a2df6de7c5309a5f85cf829864a4c4a93', role: "listitem" }, index.h("div", { key: '012ebfd990d6cb0daf26c6f7ed00ef3b72b40fea', class: {
108
+ return (index.h(index.Host, { key: 'fc9fd551cd7be45b0c727e03c27a76625c983d41', role: "listitem" }, index.h("div", { key: '939b988a67b1f3d481fc32a2e89dba58bc25b53a', class: {
109
109
  "duet-submenu-bar-dropdown": true,
110
110
  "duet-theme-turva": this.theme === "turva",
111
111
  open: this.open,
112
112
  active: this.active,
113
- } }, index.h("button", { key: '87bb4f401952a4f9776ee3b3182fcdbdec1c7332', ref: element => (this.button = element), "aria-haspopup": "menu", "aria-controls": "menu", "aria-expanded": this.open ? "true" : "false", "aria-current": this.active ? "true" : "false", id: "button", type: "button", class: {
113
+ } }, index.h("button", { key: 'c9be9c700d763082e4353b433868969d6ebaaea8', ref: element => (this.button = element), "aria-haspopup": "menu", "aria-controls": "menu", "aria-expanded": this.open ? "true" : "false", "aria-current": this.active ? "true" : "false", id: "button", type: "button", class: {
114
114
  open: this.open,
115
115
  active: this.active,
116
- }, onClick: this.onClick, onKeyUp: e => this.handleEscape(e) }, this.icon && (index.h("duet-icon", { key: '20bbf61dd0f3d5468548896493981b9f7b972201', class: "submenu-bar-dropdown-icon", theme: this.theme, name: this.icon, size: "auto", margin: "none", color: "currentColor" })), index.h("div", { key: '322d1e7bf90ab61077a427824e009a952d8e86c7', class: "label" }, index.h("span", { key: 'c817dbb4ead417770c71b1c024d8cbe871785297', class: "label-text" }, index.h("slot", { key: '88e8e6f3544b1fb13bde7ba698221408f910a442', name: "label" })), index.h("duet-icon", { key: '56447cc388c3f1b64fb53fea99cd56497864398d', class: "caret", theme: this.theme, name: "action-arrow-down-small", margin: "none", size: "xxx-small", color: "currentColor" }))), index.h("div", { key: '40a3648cc2536d2abf6bc48a3c9ac1c9670ddece', tabindex: "-1", role: "menu", id: "menu", "aria-labelledby": "button", class: {
116
+ }, onClick: this.onClick, onKeyUp: e => this.handleEscape(e) }, this.icon && (index.h("duet-icon", { key: '74d49bbb0f3ca8143654d9cbcdaee4d6ffe4bf8f', class: "submenu-bar-dropdown-icon", theme: this.theme, name: this.icon, size: "auto", margin: "none", color: "currentColor" })), index.h("div", { key: 'f2416c123b2c0112e9569de33db0d291e1ad3d4a', class: "label" }, index.h("span", { key: 'c5db63f1dac7bc2a0fa55d5beee9c85ad4cfb4ee', class: "label-text" }, index.h("slot", { key: '0036b819c74ba5367ab40605ff199fe69d3a7231', name: "label" })), index.h("duet-icon", { key: '8ad850e0dbcfa9e277ee32336e164f942ef11dff', class: "caret", theme: this.theme, name: "action-arrow-down-small", margin: "none", size: "xxx-small", color: "currentColor" }))), index.h("div", { key: '8a36bcfda8ed30579703bdb9fc783d83981212d3', tabindex: "-1", role: "menu", id: "menu", "aria-labelledby": "button", class: {
117
117
  items: true,
118
118
  hidden: !this.open,
119
- } }, index.h("slot", { key: '639962d848abe9a48c384dc0d165f73503138c41' })))));
119
+ } }, index.h("slot", { key: '67bf3b51da2fa18ec2662094cebbb039ec117523' })))));
120
120
  }
121
121
  get element() { return index.getElement(this); }
122
122
  };
@@ -5,14 +5,14 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-0885358e.js');
8
+ const index = require('./index-7b1d76ef.js');
9
9
  const actionNewWindowSmall = require('./action-new-window-small-fa51dfb9.js');
10
10
  const commonStrings = require('./common-strings-2984301e.js');
11
11
  const themeableComponent = require('./themeable-component-996b489c.js');
12
- const a11yUtils = require('./a11y-utils-660f6fc9.js');
12
+ const a11yUtils = require('./a11y-utils-be617c0c.js');
13
13
  const keyboardUtils = require('./keyboard-utils-f7c9f980.js');
14
- const languageUtils = require('./language-utils-ae5d768d.js');
15
- require('./slot-utils-7cc4f68b.js');
14
+ const languageUtils = require('./language-utils-a6a152b8.js');
15
+ require('./slot-utils-7e6aa48b.js');
16
16
  require('./string-utils-7b13c16e.js');
17
17
 
18
18
  const duetSubmenuBarItemCss = "*,*::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%}@media (min-width: 62em){:host{width:auto}}.duet-submenu-bar-item{display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;width:auto;height:100%;padding:12px 1.5rem;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:600;line-height:1.25;color:rgb(0, 75, 129);text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer}.duet-submenu-bar-item:focus{outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-theme-turva .duet-submenu-bar-item:focus,.duet-submenu-bar-item:focus.duet-theme-turva{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-submenu-bar-item .label{display:flex;gap:5px;align-items:center;justify-content:center}.duet-submenu-bar-item .leading-icon,.duet-submenu-bar-item .trailing-icon{width:20px;height:20px}@media (min-width: 62em){.duet-submenu-bar-item .leading-icon,.duet-submenu-bar-item .trailing-icon{width:16px;height:16px}}.duet-submenu-bar-item .trailing-icon.trailing-icon-arrow{width:7px;height:7px}.duet-submenu-bar-item .external-icon{width:10px;height:10px}.duet-submenu-bar-item .trailing-icon{position:absolute;right:12px}.duet-submenu-bar-item[aria-expanded=true]{background:rgb(228, 241, 247)}.duet-submenu-bar-item[aria-expanded=true] .trailing-icon.rotate{transform:rotate(180deg)}.duet-submenu-bar-item.active{color:rgb(0, 119, 179)}.duet-submenu-bar-item.active.duet-theme-turva{color:rgb(126, 2, 35)}.duet-submenu-bar-item.active::after{position:absolute;top:auto;bottom:0;left:0;display:block;width:100%;height:1px;content:\"\";background:rgb(0, 119, 179);transition:300ms ease;transform:translateY(1px)}.duet-submenu-bar-item.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-submenu-bar-item.duet-theme-turva.active .label::after{background:rgb(126, 2, 35)}.duet-submenu-bar-item.duet-theme-turva.active::after{background:rgb(126, 2, 35)}.duet-submenu-bar-item:hover{color:rgb(8, 42, 77);background:rgb(228, 241, 247)}.duet-submenu-bar-item:hover.duet-theme-turva{color:rgb(23, 28, 58);background:rgb(222, 224, 228)}.duet-submenu-bar-item:hover.duet-theme-turva.active{color:rgb(126, 2, 35)}";
@@ -68,7 +68,7 @@ const DuetSubmenuBarItem = class {
68
68
  render() {
69
69
  const TagName = this.url ? "a" : "button";
70
70
  const role = this.url ? "link" : "button";
71
- return (index.h(index.Host, { key: 'da93c6fa6997e05bd6f9164d77aa907504769b01', role: "listitem" }, index.h(TagName, { key: '1dc43febd774cfc9f118a968546a8bf84a32e552', target: !this.url ? null : this.external ? "_blank" : "_self", ref: element => (this.itemElement = element), class: { "duet-submenu-bar-item": true, "duet-theme-turva": this.theme === "turva", active: this.active }, href: this.url, onKeyUp: e => this.handleEscape(e), "aria-current": this.active ? "true" : "false", "aria-label": (this.url && a11yUtils.getAccessibleLinkLabel(this)) || this.accessibleLabel, "aria-expanded": this.accessibleExpanded != null ? this.accessibleExpanded.toString() : undefined, "aria-haspopup": this.accessiblePopup != null ? this.accessiblePopup.toString() : undefined, role: role, rel: this.external ? "noopener" : undefined }, this.leadingIcon && (index.h("duet-icon", { key: 'c47bbb85e5e8b60012c664beb9479e127c1db73a', class: "leading-icon", theme: this.theme, name: this.leadingIcon, size: "auto", margin: "none", color: "currentColor" })), index.h("div", { key: 'b7a054d24e6f81c413538ff29645f58fc0f1ccf5', class: "label" }, index.h("span", { key: '3790441950e7485a9d4439ea8d95d00ded433661', class: "label-text" }, index.h("slot", { key: '8c345b1a1d38ad78510b6e30df8a7ae569cfdbfe' })), (this.trailingIcon || this.external) && (index.h("duet-icon", { key: 'c0d77269c066ac303a2a17de4183f4a21ff8a77a', class: {
71
+ return (index.h(index.Host, { key: 'ad3a2fa9bbd134e4bfa1ced12278dabaf0206fc5', role: "listitem" }, index.h(TagName, { key: '5a36cd09f5b34ca0031e1f6fd98b6d4e7d085024', target: !this.url ? null : this.external ? "_blank" : "_self", ref: element => (this.itemElement = element), class: { "duet-submenu-bar-item": true, "duet-theme-turva": this.theme === "turva", active: this.active }, href: this.url, onKeyUp: e => this.handleEscape(e), "aria-current": this.active ? "true" : "false", "aria-label": (this.url && a11yUtils.getAccessibleLinkLabel(this)) || this.accessibleLabel, "aria-expanded": this.accessibleExpanded != null ? this.accessibleExpanded.toString() : undefined, "aria-haspopup": this.accessiblePopup != null ? this.accessiblePopup.toString() : undefined, role: role, rel: this.external ? "noopener" : undefined }, this.leadingIcon && (index.h("duet-icon", { key: '093405d3733611c349635aa71e3bf8179eba4153', class: "leading-icon", theme: this.theme, name: this.leadingIcon, size: "auto", margin: "none", color: "currentColor" })), index.h("div", { key: '0399adb8e4cd01b6fa66b37a91869813efaf3942', class: "label" }, index.h("span", { key: '50e11f94b21a9379d77ece6e8ab2437b6cf016d0', class: "label-text" }, index.h("slot", { key: '05204a743cb4c3f29f478908e2b91782827da04b' })), (this.trailingIcon || this.external) && (index.h("duet-icon", { key: 'a62b60af0e3f2e1508d33547241081633c30a5aa', class: {
72
72
  "trailing-icon": !!this.trailingIcon,
73
73
  "trailing-icon-arrow": this.trailingIcon === "action-arrow-down-small",
74
74
  "external-icon": !!this.external,
@@ -5,7 +5,7 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-0885358e.js');
8
+ const index = require('./index-7b1d76ef.js');
9
9
  const themeableComponent = require('./themeable-component-996b489c.js');
10
10
  const keyboardUtils = require('./keyboard-utils-f7c9f980.js');
11
11
 
@@ -38,7 +38,7 @@ const DuetSubmenuBarLink = class {
38
38
  * Always the last one in the class.
39
39
  */
40
40
  render() {
41
- return (index.h(index.Host, { key: '501c03cd429ff36b4500a5a0e75ddd8e5b49a1bf', role: "listitem" }, index.h("a", { key: '422a173b44d4b21ca6f1826676669ba8d5e9a774', class: { "duet-submenu-bar-link": true, "duet-theme-turva": this.theme === "turva", active: this.active }, href: this.href, onKeyUp: e => this.handleEscape(e), "aria-current": this.active ? "true" : "false" }, this.icon && (index.h("duet-icon", { key: '2b65b8820b017fa6b2a8b66707f5b0bb116959e9', class: "submenu-bar-link-icon", theme: this.theme, name: this.icon, size: "auto", margin: "none", color: "currentColor" })), index.h("span", { key: '38a0a9ff428aee13c59c07346c0c0217a074280f', class: "label" }, index.h("slot", { key: '74d157331532709ca0d1ad1009c68613dd0da891' })))));
41
+ return (index.h(index.Host, { key: '95bd440eb341f40b70442bd2f07924faa50a3609', role: "listitem" }, index.h("a", { key: 'ced3b3049af05cbb6aaa9d3d1f4a9e08e042e7ad', class: { "duet-submenu-bar-link": true, "duet-theme-turva": this.theme === "turva", active: this.active }, href: this.href, onKeyUp: e => this.handleEscape(e), "aria-current": this.active ? "true" : "false" }, this.icon && (index.h("duet-icon", { key: 'e29e59a548c810f6fb6366616d3457e004835185', class: "submenu-bar-link-icon", theme: this.theme, name: this.icon, size: "auto", margin: "none", color: "currentColor" })), index.h("span", { key: '115b0e90e10474d448a3aceab05462d92c7b2e06', class: "label" }, index.h("slot", { key: '97e8e72b55c7e62ffc91a5f86fa44591150c62e8' })))));
42
42
  }
43
43
  get element() { return index.getElement(this); }
44
44
  };
@@ -5,7 +5,7 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-0885358e.js');
8
+ const index = require('./index-7b1d76ef.js');
9
9
  const tokens = require('./tokens-57e06fe4.js');
10
10
  const bodyScrollLock_es6 = require('./bodyScrollLock.es6-dd2d7d91.js');
11
11
  const themeableComponent = require('./themeable-component-996b489c.js');
@@ -131,19 +131,19 @@ const DuetSubmenuBar = class {
131
131
  * Always the last one in the class.
132
132
  */
133
133
  render() {
134
- return (index.h(index.Host, { key: '06a71ec0fea466655847571dc1a05651105c5ae3' }, index.h("nav", { key: 'c9a24b82e7fc2623e9f4b228c68784a7ca6eb1b1', class: {
134
+ return (index.h(index.Host, { key: 'fefed34474daf9475accbfd3cc30be2c91adab6d' }, index.h("nav", { key: 'cfcd761e4322d5cb3060515797a00135d87cd4f1', class: {
135
135
  "duet-submenu-bar": true,
136
136
  "duet-theme-turva": this.theme === "turva",
137
137
  hidden: this.hidden,
138
- }, "aria-label": this.accessibleLabel }, this.hasItems && (index.h("button", { key: 'da1f940ba0bb496c7c587a0070eaf52cc7bc8060', ref: element => (this.button = element), "aria-haspopup": "menu", "aria-controls": "menu", "aria-expanded": this.open ? "true" : "false", id: "button", type: "button", class: {
138
+ }, "aria-label": this.accessibleLabel }, this.hasItems && (index.h("button", { key: '3d5a7f58f0b6c2b9cb6f56ae1ac6841587e3a391', ref: element => (this.button = element), "aria-haspopup": "menu", "aria-controls": "menu", "aria-expanded": this.open ? "true" : "false", id: "button", type: "button", class: {
139
139
  active: this.open,
140
- }, onClick: this.onClick }, index.h("span", { key: '0e8dd0590760a6e944a970cde6c8743276de0fa9', class: "label" }, index.h("slot", { key: '3c3657af5b58af62145180b24137111c22eb7e24', name: "label" }), index.h("duet-icon", { key: '4d57f6aa5f74cdf524f0b5bd0a34ab3e624224b3', theme: this.theme, class: "caret", name: "action-arrow-down-small", margin: "none", size: "xxx-small", color: "currentColor" })))), index.h("div", { key: 'd44d6998afc2ae16770aecb85a56ebf4519db49c', class: {
140
+ }, onClick: this.onClick }, index.h("span", { key: '7534ebfaf7cb901fbb4ff271e38dc9908774039a', class: "label" }, index.h("slot", { key: '5d79e4fd359e413b43c219693ffe0c47e11f06d0', name: "label" }), index.h("duet-icon", { key: 'e454c33b7122d3cfa5528e6f9da49d0948d32f13', theme: this.theme, class: "caret", name: "action-arrow-down-small", margin: "none", size: "xxx-small", color: "currentColor" })))), index.h("div", { key: 'e680fcc58bcced303ad128db4bf0a08952f53a8f', class: {
141
141
  "menu-container": true,
142
142
  hidden: !this.open,
143
- }, role: "presentation" }, index.h("div", { key: 'b1a1aafe3bf5524a11b2ad06257144b48d8be70d', role: this.mobile ? "menu" : null, id: "menu", "aria-labelledby": this.mobile ? "button" : null, "aria-expanded": this.mobile ? (this.open ? "true" : "false") : null, class: {
143
+ }, role: "presentation" }, index.h("div", { key: '8428ccd7dd2127ee961a3f46cc8d5b84be4e5369', role: this.mobile ? "menu" : null, id: "menu", "aria-labelledby": this.mobile ? "button" : null, "aria-expanded": this.mobile ? (this.open ? "true" : "false") : null, class: {
144
144
  items: true,
145
145
  hidden: !this.open,
146
- }, ref: element => (this.itemsContainer = element) }, index.h("div", { key: 'f335ec19eff38beec4651d0668265a12b48c87ee', class: "list", role: this.mobile ? "presentation" : "list" }, index.h("slot", { key: '01f590e6f62cfd5e5dc1a8295f17e3a8ee8b6ae8' }), index.h("div", { key: 'bcba5ff19f0b623d9dd8e76cc3bad86c0062e28b', class: "list-padding" }))), index.h("duet-overlay", { key: 'bd1aadd52ed5259cf85555faabff82e2844dc4ec', "keep-stacking-context": true, visible: this.open, "display-device": "not-large", transition: "immediate" })))));
146
+ }, ref: element => (this.itemsContainer = element) }, index.h("div", { key: 'e9c3f749dc2a5f11859b4c1c85410ed5de3954bf', class: "list", role: this.mobile ? "presentation" : "list" }, index.h("slot", { key: '237ad6e7282d176ade5288f0fd796dd1afc405ae' }), index.h("div", { key: 'c09ce31e666aba0d2fbf2090c62f3ac3b694860f', class: "list-padding" }))), index.h("duet-overlay", { key: 'bd4f86d5b0c63a9ef389c2f6665672f770db2350', "keep-stacking-context": true, visible: this.open, "display-device": "not-large", transition: "immediate" })))));
147
147
  }
148
148
  get element() { return index.getElement(this); }
149
149
  static get watchers() { return {
@@ -5,13 +5,13 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-0885358e.js');
8
+ const index = require('./index-7b1d76ef.js');
9
9
  const themeableComponent = require('./themeable-component-996b489c.js');
10
- const label = require('./label-0db337c3.js');
10
+ const label = require('./label-874fd84f.js');
11
11
  const createId = require('./create-id-1f8c438f.js');
12
12
  const inputUtils = require('./input-utils-1096a2c5.js');
13
- const languageUtils = require('./language-utils-ae5d768d.js');
14
- const slotUtils = require('./slot-utils-7cc4f68b.js');
13
+ const languageUtils = require('./language-utils-a6a152b8.js');
14
+ const slotUtils = require('./slot-utils-7e6aa48b.js');
15
15
  require('./string-utils-7b13c16e.js');
16
16
 
17
17
  const duetTextareaCss = ".duet-internal-label{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-bottom:12px !important;position:relative;z-index:100;display:inline-flex;width:auto;margin-top:8px !important;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:600 !important;line-height:1.25;line-height:1.25;color:rgb(8, 42, 77);text-align:left;word-break:break-word;cursor:default}.duet-internal-label.duet-p-0{padding:0 !important}.duet-internal-label.duet-m-0{margin:0 !important}.duet-internal-label span{font-size:1rem;font-weight:600 !important;word-break:break-word}.duet-internal-label.duet-m-0{margin-bottom:0 !important}.duet-internal-label.duet-small-margin{margin-top:8px !important;margin-bottom:4px !important}.duet-internal-label.duet-has-tooltip{padding-right:48px}@media (min-width: 48em){.duet-internal-label.duet-has-tooltip{padding-right:0}}.duet-internal-label.duet-internal-label-small{font-size:0.875rem}.duet-internal-label.duet-internal-label-small span{font-size:0.875rem}.duet-internal-label.duet-weight-normal{font-weight:400 !important}.duet-internal-label.duet-weight-normal span{font-weight:400 !important}.duet-internal-label.duet-theme-turva{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58)}*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{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}:host:last-child,:host:last-of-type{margin-right:0 !important}@media (min-width: 36em){:host{width:calc(50% - 16px - 3px)}:host.duet-expand{width:100% !important}}:host(.duet-m-0){margin:0 !important}duet-tooltip,::slotted(duet-tooltip){position:absolute;top:12px;right:0}@media (min-width: 48em){duet-tooltip,::slotted(duet-tooltip){position:relative;top:4px;right:auto}}.duet-textarea-container{position:relative;width:100%;height:100%}.duet-textarea-container .duet-input-top-caption{display:none}.duet-textarea-container.duet-input-top-caption-shown .duet-input-top-caption{display:flex !important}.duet-textarea-wrapper{position:relative}.duet-textarea-placeholder{position:absolute;top:-9px;left:9px;z-index:200;display:block;width:auto;max-width:60%;padding:0 0.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:rgb(255, 255, 255)}.duet-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(8, 42, 77);resize:vertical;background:rgb(255, 255, 255);border:1px solid rgb(127, 150, 165);border-radius:4px;transition:150ms ease}.duet-theme-turva .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(143, 147, 158)}.has-error .duet-textarea{border-color:rgb(214, 28, 82) !important}.duet-theme-turva.has-error .duet-textarea{border-color:rgb(214, 28, 82) !important}.duet-textarea::-webkit-input-placeholder{color:rgb(98, 121, 138);opacity:1 !important;transition:color 300ms ease}.duet-theme-turva .duet-textarea::-webkit-input-placeholder{color:rgb(143, 147, 158)}.duet-textarea:focus::-webkit-input-placeholder{color:rgb(181, 198, 208)}.duet-theme-turva .duet-textarea:focus::-webkit-input-placeholder{color:rgb(199, 202, 207)}.duet-textarea::-moz-placeholder{color:rgb(98, 121, 138);opacity:1 !important}.duet-theme-turva .duet-textarea::-moz-placeholder{color:rgb(143, 147, 158)}.duet-textarea:focus::-moz-placeholder{color:rgb(181, 198, 208)}.duet-theme-turva .duet-textarea:focus::-moz-placeholder{color:rgb(199, 202, 207)}.duet-textarea:-ms-input-placeholder{color:rgb(98, 121, 138)}.duet-theme-turva .duet-textarea:-ms-input-placeholder{color:rgb(143, 147, 158)}.duet-textarea:focus:-ms-input-placeholder{color:rgb(181, 198, 208)}.duet-theme-turva .duet-textarea:focus:-ms-input-placeholder{color:rgb(199, 202, 207)}.duet-textarea[disabled]{color:rgb(98, 121, 138) !important;cursor:not-allowed !important;background:rgb(245, 248, 250) !important;border-color:rgb(245, 248, 250) !important}.duet-theme-turva .duet-textarea[disabled]{color:rgb(143, 147, 158) !important;background:rgb(245, 247, 250) !important;border-color:rgb(245, 247, 250) !important}.duet-textarea[disabled]::-webkit-input-placeholder{color:rgb(8, 42, 77);opacity:1 !important;transition:color 300ms ease}.duet-theme-turva .duet-textarea[disabled]::-webkit-input-placeholder{color:rgb(23, 28, 58)}.duet-textarea[disabled]::-moz-placeholder{color:rgb(8, 42, 77);opacity:1 !important}.duet-theme-turva .duet-textarea[disabled]::-moz-placeholder{color:rgb(23, 28, 58)}.duet-textarea[disabled]:-ms-input-placeholder{color:rgb(8, 42, 77)}.duet-theme-turva .duet-textarea[disabled]:-ms-input-placeholder{color:rgb(23, 28, 58)}.duet-textarea:hover:not(:disabled){box-shadow:0 0 0 1px #909599}.duet-theme-turva .duet-textarea:hover:not(:disabled){box-shadow:0 0 0 1px #747475}.has-error .duet-textarea:hover:not(:disabled){box-shadow:0 0 0 1px #de2362}.duet-theme-turva.has-error .duet-textarea:hover:not(:disabled){box-shadow:0 0 0 1px #e55039}.duet-textarea:focus{border-color:rgb(0, 119, 179);outline:0;box-shadow:0 0 0 1px #0077b3 !important;transition:none}.duet-theme-turva .duet-textarea:focus{border-color:rgb(23, 28, 58);box-shadow:0 0 0 1px #171c3a !important}.has-error .duet-textarea:focus{box-shadow:0 0 0 1px #de2362}.duet-theme-turva.has-error .duet-textarea:focus{box-shadow:0 0 0 1px #e55039}.duet-textarea:not(:focus):not(:hover):invalid{box-shadow:none}.duet-textarea-help{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 span{display:block;margin-top:8px}.duet-theme-turva .duet-textarea-help{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(143, 147, 158)}.has-error .duet-textarea-help{color:rgb(214, 28, 82)}.duet-theme-turva.has-error .duet-textarea-help{color:rgb(214, 28, 82)}.duet-label-hidden .duet-internal-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.duet-character-count{display:block;margin:8px 0 0 auto}";
@@ -179,17 +179,17 @@ const DuetTextarea = class {
179
179
  */
180
180
  render() {
181
181
  const identifier = this.identifier || this.textareaId;
182
- return (index.h(index.Host, { key: '9de3a488ae655f5d6cf9a5aa71368827ac2667a3', class: {
182
+ return (index.h(index.Host, { key: '25556769dbf4727f9d03bb5228fb1bf5c68d7538', class: {
183
183
  "duet-m-0": this.margin === "none",
184
184
  "duet-has-counter": this.counter && !this.error,
185
185
  "duet-expand": this.expand,
186
- } }, index.h("div", { key: 'fdfefe7ce23102c9e5aaaef53814d3027504856f', class: {
186
+ } }, index.h("div", { key: '6eab14bf213903b968c01b6cd4393a20ab0c69b4', class: {
187
187
  "duet-textarea-container": true,
188
188
  "duet-theme-turva": this.theme === "turva",
189
189
  "duet-label-hidden": this.labelHidden,
190
190
  "duet-input-top-caption-shown": this.isCaptionVisible,
191
191
  "has-error": !!this.error,
192
- } }, index.h(label.DuetInternalLabel, { key: '31924f3d113d02e2e7a9a3a0963b91cc09d33fdc', theme: this.theme === "turva" ? "turva" : "default", class: { "duet-has-tooltip": !!this.tooltip }, margin: this.isCaptionVisible ? "small" : "auto", color: this.labelColor, weight: this.labelWeight, id: this.labelId, for: identifier }, this.label), this.tooltip && (index.h("duet-tooltip", { key: 'd1e0d879d2207a331853d015afcbbf7eee58ae3a', direction: this.tooltipDirection, accessibleInputLabel: this.label, theme: this.theme === "turva" ? "turva" : "default" }, this.tooltip)), index.h("slot", { key: 'ca5cf4791d6929903a047564ba7233e5cb521b53', name: "tooltip" }), this.caption && (index.h("duet-caption", { key: 'c6b8045ffe06481f564bac05f5c134d76c0a80ec', id: this.topCaptionId, size: "medium", theme: this.theme === "turva" ? "turva" : "default" }, this.caption)), index.h("div", { key: 'f300e8cabf5750ea73421abe15e04049ae4ad02e', class: "duet-textarea-wrapper" }, this.placeholder && this.echoPlaceholder && this.value && (index.h("duet-caption", { key: 'c8f50dc4d1a7246241dbb9f01de879a5f29655f6', id: this.topCaptionPlaceholderId, class: "duet-textarea-placeholder", size: "small" }, this.placeholder)), index.h("textarea", { key: '08af0fdb58117b47d65e1f27d56ee3f33a07944e', onInput: this.handleInput, onChange: this.handleChange, onBlur: this.handleBlur, onFocus: this.handleFocus, ref: input => (this.nativeInput = input), class: { "duet-textarea": true, 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: identifier })), index.h("duet-grid", { key: 'f2c8d0a765743945be3b9ffdb91df63e02307f4a', alignment: "stretch" }, index.h("duet-grid-item", { key: '9c3e34bd24ae7f34e3f8da1425cbeb68090f9524', margin: "none", fill: true }, index.h("div", { key: '6dd0096a8e03199e273cdd72c21c0b52b7c6a998', class: "duet-textarea-help", id: this.errorId, "aria-atomic": "true", "aria-live": this.accessibleLiveError, "aria-relevant": "additions removals" }, this.error && index.h("span", { key: '40ec239fe62581029385fefd5367ca0c56bd260d' }, this.error))), index.h("duet-grid-item", { key: 'e755534d7aa88d03f9b5fc1d3a6fb0eb0d53bdda', margin: "none", class: "duet-character-count-caption" }, this.counter && (index.h(CharacterCount, { key: '2238da2d8f4a66c378e08bc032f52a4a63d3ebaa', theme: this.theme, value: this.value, maxlength: this.maxlength, label: this.counterLabel })))), this.counter && (index.h("duet-visually-hidden", { key: 'f1b005a103b371724c880ded8aba0af1024b6355', class: "duet-visually-hidden", id: this.characterCountId, ref: el => {
192
+ } }, index.h(label.DuetInternalLabel, { key: '78bc0d0c4482d4fc8b612790b2e698dd680982ff', theme: this.theme === "turva" ? "turva" : "default", class: { "duet-has-tooltip": !!this.tooltip }, margin: this.isCaptionVisible ? "small" : "auto", color: this.labelColor, weight: this.labelWeight, id: this.labelId, for: identifier }, this.label), this.tooltip && (index.h("duet-tooltip", { key: 'a00e86034ac4577ad2e4eda40f472287c0b0c44b', direction: this.tooltipDirection, accessibleInputLabel: this.label, theme: this.theme === "turva" ? "turva" : "default" }, this.tooltip)), index.h("slot", { key: 'eed07c3a64048d9665ff69a8eb692869c127d36f', name: "tooltip" }), this.caption && (index.h("duet-caption", { key: '18120445b792f306348fa86eb7d55137e4494430', id: this.topCaptionId, size: "medium", theme: this.theme === "turva" ? "turva" : "default" }, this.caption)), index.h("div", { key: '31e9534d6f280d3cb598046d63e4a42a0389ea81', class: "duet-textarea-wrapper" }, this.placeholder && this.echoPlaceholder && this.value && (index.h("duet-caption", { key: '41850e7a6582f51589e68d93a8548d61048d6ff9', id: this.topCaptionPlaceholderId, class: "duet-textarea-placeholder", size: "small" }, this.placeholder)), index.h("textarea", { key: 'e1fe2634a7667802d287159982873db894ef76c9', onInput: this.handleInput, onChange: this.handleChange, onBlur: this.handleBlur, onFocus: this.handleFocus, ref: input => (this.nativeInput = input), class: { "duet-textarea": true, 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: identifier })), index.h("duet-grid", { key: 'ebbc277489ee738b58006041ea840c228c744453', alignment: "stretch" }, index.h("duet-grid-item", { key: '29c30dd91c5ccd5b917448c817692fd2f6dcd9a9', margin: "none", fill: true }, index.h("div", { key: '48a87c0a148de98bb97b7a4a82c148232279ec8f', class: "duet-textarea-help", id: this.errorId, "aria-atomic": "true", "aria-live": this.accessibleLiveError, "aria-relevant": "additions removals" }, this.error && index.h("span", { key: 'a35dd6fd14ab2ba3a31e20010dd0eaf9a54df673' }, this.error))), index.h("duet-grid-item", { key: '71169ae9f709699fc5f416eb7c1e6f7fd58bbe43', margin: "none", class: "duet-character-count-caption" }, this.counter && (index.h(CharacterCount, { key: 'f0301f5b479f78ca89ada4cd46ab54f2ab637773', theme: this.theme, value: this.value, maxlength: this.maxlength, label: this.counterLabel })))), this.counter && (index.h("duet-visually-hidden", { key: '00edef3db000d963cc48b85b1c1d7917acb6d85b', class: "duet-visually-hidden", id: this.characterCountId, ref: el => {
193
193
  this.hiddenCounterLabel = el;
194
194
  } })))));
195
195
  }
@@ -5,12 +5,12 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-0885358e.js');
8
+ const index = require('./index-7b1d76ef.js');
9
9
  const themeableComponent = require('./themeable-component-996b489c.js');
10
- const label = require('./label-0db337c3.js');
10
+ const label = require('./label-874fd84f.js');
11
11
  const createId = require('./create-id-1f8c438f.js');
12
12
  const keyboardUtils = require('./keyboard-utils-f7c9f980.js');
13
- const slotUtils = require('./slot-utils-7cc4f68b.js');
13
+ const slotUtils = require('./slot-utils-7e6aa48b.js');
14
14
 
15
15
  const duetToggleCss = ".duet-internal-label{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-bottom:12px !important;position:relative;z-index:100;display:inline-flex;width:auto;margin-top:8px !important;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:600 !important;line-height:1.25;line-height:1.25;color:rgb(8, 42, 77);text-align:left;word-break:break-word;cursor:default}.duet-internal-label.duet-p-0{padding:0 !important}.duet-internal-label.duet-m-0{margin:0 !important}.duet-internal-label span{font-size:1rem;font-weight:600 !important;word-break:break-word}.duet-internal-label.duet-m-0{margin-bottom:0 !important}.duet-internal-label.duet-small-margin{margin-top:8px !important;margin-bottom:4px !important}.duet-internal-label.duet-has-tooltip{padding-right:48px}@media (min-width: 48em){.duet-internal-label.duet-has-tooltip{padding-right:0}}.duet-internal-label.duet-internal-label-small{font-size:0.875rem}.duet-internal-label.duet-internal-label-small span{font-size:0.875rem}.duet-internal-label.duet-weight-normal{font-weight:400 !important}.duet-internal-label.duet-weight-normal span{font-weight:400 !important}.duet-internal-label.duet-theme-turva{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58)}*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-right:8px !important;margin-bottom:12px !important;-webkit-user-select:none;user-select:none;display:inline-flex;width:100%;vertical-align:bottom;-webkit-tap-highlight-color:transparent}:host:last-child,:host:last-of-type{margin-right:0 !important}:host(.duet-m-0){margin:0 !important}duet-label{display:block !important;width:100% !important}.duet-side-label{display:flex;gap:12px;align-items:center}.duet-side-label duet-label{width:auto !important}.duet-reverse-label{flex-direction:row-reverse}.duet-switch{position:relative;display:block;width:48px;height:28px}.duet-switch input{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-switch input:checked+.duet-slider{background-color:rgb(0, 119, 179);box-shadow:none}.duet-theme-turva .duet-switch input:checked+.duet-slider{background-color:rgb(198, 12, 48)}.duet-switch input:checked+.duet-slider::before{background-color:rgb(255, 255, 255);box-shadow:-1px 0 2px #004467;transform:translateX(20px)}.duet-theme-turva .duet-switch input:checked+.duet-slider::before{background-color:rgb(255, 255, 255);box-shadow:-1px 0 2px #660619}.duet-switch input:disabled+.duet-slider{cursor:default}.duet-switch input:disabled+.duet-slider::before{box-shadow:none}.duet-theme-turva .duet-switch input:disabled+.duet-slider::before{box-shadow:none}.duet-switch input:disabled:not(:checked)+.duet-slider{background:#bfcbd2}.duet-switch input:disabled:not(:checked)+.duet-slider::before{background:rgb(255, 255, 255);box-shadow:none}.duet-theme-turva .duet-switch input:disabled:not(:checked)+.duet-slider{background:#c7c9cf}.duet-theme-turva .duet-switch input:disabled:not(:checked)+.duet-slider::before{background:rgb(255, 255, 255)}.duet-switch input:disabled:checked+.duet-slider{background:#80bbd9}.duet-theme-turva .duet-switch input:disabled:checked+.duet-slider{background:#e38698}:host(.user-is-tabbing) .duet-switch input:focus+.duet-slider{box-shadow:0 0 0 1px #fff, 0 0 0 3px rgba(0, 119, 179, 0.75)}:host(.user-is-tabbing) .duet-theme-turva .duet-switch input:focus+.duet-slider{box-shadow:0 0 0 1px #fff, 0 0 0 3px rgba(23, 28, 58, 0.75)}.duet-slider{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;background-color:rgb(127, 150, 165);border-radius:24px;transition:background-color 300ms ease}.duet-slider::before{position:absolute;bottom:2px;left:2px;width:24px;height:24px;content:\"\";background-color:rgb(255, 255, 255);border-radius:50%;box-shadow:1px 0 2px 0 #5d6266;transition:300ms ease}.duet-theme-turva .duet-slider{background-color:rgb(143, 147, 158)}.duet-theme-turva .duet-slider::before{background-color:rgb(255, 255, 255);box-shadow:1px 0 2px 0 #00334d}";
16
16
  const DuetToggleStyle0 = duetToggleCss;
@@ -91,12 +91,12 @@ const DuetToggle = class {
91
91
  */
92
92
  render() {
93
93
  const identifier = this.identifier || this.toggleId;
94
- return (index.h(index.Host, { key: '6f7b05fd6188f7013f040a7b29c036727facbd85', onClick: this.disabled ? undefined : this.onClick, class: { "duet-m-0": this.margin === "none" } }, index.h("div", { key: '976442fa7eca90d023345dec040d15fadd997d2f', class: {
94
+ return (index.h(index.Host, { key: 'c1edf3dfb5cbfb78c92aafd481e9c5bfec83b095', onClick: this.disabled ? undefined : this.onClick, class: { "duet-m-0": this.margin === "none" } }, index.h("div", { key: 'f5d071cde0463aab8f5ea4a1985b912c35b526e6', class: {
95
95
  "duet-toggle": true,
96
96
  "duet-theme-turva": this.theme === "turva",
97
97
  "duet-side-label": this.labelPosition !== "top",
98
98
  "duet-reverse-label": this.labelPosition === "right",
99
- } }, index.h(label.DuetInternalLabel, { key: 'fee270a8fc1611ee7eb82d7622073a2d8756b3a4', theme: this.theme, color: this.labelColor, weight: this.labelWeight, for: identifier, margin: this.labelPosition === "top" ? "auto" : "none" }, this.label), index.h("label", { key: '70a46c19918167b984a93e60845d4642184a1cc3', class: "duet-switch" }, index.h("input", { key: '33d9dd7dadc7976393e11011a1a6327bc3193ed0', type: "checkbox", value: this.value, "aria-controls": this.accessibleControls, "aria-activedescendant": this.accessibleActiveDescendant, "aria-owns": this.accessibleOwns, "aria-describedby": this.accessibleDescribedBy, "aria-labelledby": this.accessibleLabelledBy, "aria-details": this.accessibleDetails, "aria-description": this.accessibleDescription, id: identifier, role: this.role, name: this.name, checked: this.checked, required: this.required, disabled: this.disabled, ref: input => (this.nativeInput = input) }), index.h("div", { key: 'b0f17ed39c0b77370958141021e9e2ab98399d94', class: "duet-slider" })))));
99
+ } }, index.h(label.DuetInternalLabel, { key: '7a8b09989ee8413b4ea78a863fb692f12fe58ebb', theme: this.theme, color: this.labelColor, weight: this.labelWeight, for: identifier, margin: this.labelPosition === "top" ? "auto" : "none" }, this.label), index.h("label", { key: '513ed78cb68458866b35d94f96163fe61cb6dcb1', class: "duet-switch" }, index.h("input", { key: '8f83040ad1ca990a02209381eac63b2eece87c0e', type: "checkbox", value: this.value, "aria-controls": this.accessibleControls, "aria-activedescendant": this.accessibleActiveDescendant, "aria-owns": this.accessibleOwns, "aria-describedby": this.accessibleDescribedBy, "aria-labelledby": this.accessibleLabelledBy, "aria-details": this.accessibleDetails, "aria-description": this.accessibleDescription, id: identifier, role: this.role, name: this.name, checked: this.checked, required: this.required, disabled: this.disabled, ref: input => (this.nativeInput = input) }), index.h("div", { key: 'b7faad01c27eb015dde5051f7dba9dee1503398e', class: "duet-slider" })))));
100
100
  }
101
101
  get element() { return index.getElement(this); }
102
102
  static get watchers() { return {
@@ -5,7 +5,7 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-0885358e.js');
8
+ const index = require('./index-7b1d76ef.js');
9
9
  const themeableComponent = require('./themeable-component-996b489c.js');
10
10
  const keyboardUtils = require('./keyboard-utils-f7c9f980.js');
11
11
 
@@ -40,11 +40,11 @@ const DuetToolbarDropdownLink = class {
40
40
  * Always the last one in the class.
41
41
  */
42
42
  render() {
43
- return (index.h(index.Host, { key: '2337077d456966b5d54e4224f7b4feed069deb3b' }, index.h("a", { key: '862439261d8493ea79212340afb36566c8066ac8', class: {
43
+ return (index.h(index.Host, { key: 'c7578d87c6cc701110b2273867f9de679ce7675f' }, index.h("a", { key: '1f9b24bb8cd15ca161b0902ac695a73341d33f47', class: {
44
44
  "duet-toolbar-dropdown-link": true,
45
45
  "duet-theme-turva": this.theme === "turva",
46
46
  active: this.active,
47
- }, href: this.href, lang: this.targetLanguage, hreflang: this.targetLanguage, role: "link menuitem", "aria-label": this.accessibleLabel, "aria-current": this.active ? "true" : "false", onKeyUp: e => this.handleEscape(e) }, this.icon && index.h("duet-icon", { key: 'eefe89c70a61602260dd173e54912ff3b97e3618', name: this.icon, size: "x-small", margin: "none" }), index.h("span", { key: '7de399ce4b29b72d214e150e6045f965648d49bf', class: "label" }, index.h("slot", { key: '55fc1816636dd382b16e7fd68d55cd61ed2f56ac' })), this.active && (index.h("duet-icon", { key: 'b327b46d411bf4dd40f5a8f78b3fbe133f7eeb81', name: "messaging-checked-small", size: "xx-small", margin: "none", color: "currentColor" })))));
47
+ }, href: this.href, lang: this.targetLanguage, hreflang: this.targetLanguage, role: "link menuitem", "aria-label": this.accessibleLabel, "aria-current": this.active ? "true" : "false", onKeyUp: e => this.handleEscape(e) }, this.icon && index.h("duet-icon", { key: '19566913fb85d69c28e44ac0d31c0eee45379051', name: this.icon, size: "x-small", margin: "none" }), index.h("span", { key: 'edac55db2db896370c982e8783c027e9205b2235', class: "label" }, index.h("slot", { key: '9520108fc591d929db4216efcf5e5c823a5f90a8' })), this.active && (index.h("duet-icon", { key: '41b3c2604e5cd127d381cf0da0bfe2c43f494617', name: "messaging-checked-small", size: "xx-small", margin: "none", color: "currentColor" })))));
48
48
  }
49
49
  get element() { return index.getElement(this); }
50
50
  };
@@ -5,7 +5,7 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-0885358e.js');
8
+ const index = require('./index-7b1d76ef.js');
9
9
  const themeableComponent = require('./themeable-component-996b489c.js');
10
10
  const keyboardUtils = require('./keyboard-utils-f7c9f980.js');
11
11
 
@@ -59,18 +59,18 @@ const DuetToolbarDropdown = class {
59
59
  itemsAlign = this.element.parentElement.getAttribute("slot") === "left" ? "right" : "left";
60
60
  }
61
61
  const variation = this.variation === "negative" ? "negative" : "white";
62
- return (index.h(index.Host, { key: '93c6fde5bb9422cdeddefb021a6ef959f6382468', role: "listitem" }, index.h("div", { key: 'bea4eb48492434e30af5c1a9b0fadfbc7b1a2ccd', class: {
62
+ return (index.h(index.Host, { key: '293493435feefef5e3df0fedf5bce6506fb4ee15', role: "listitem" }, index.h("div", { key: 'c38df38acf0aebc018823ebbfe2cbf5ee9bc8f8d', class: {
63
63
  "duet-toolbar-dropdown": true,
64
64
  "duet-theme-turva": this.theme === "turva",
65
65
  [itemsAlign]: true,
66
66
  [variation]: true,
67
- } }, index.h("button", { key: '1e589d0e0c744719bc487a875114913230f4fc41', ref: element => (this.button = element), "aria-haspopup": "menu", "aria-controls": "menu", "aria-expanded": this.open ? "true" : "false", "aria-current": this.active ? "true" : "false", "aria-label": this.accessibleLabel, id: "button", type: "button", class: {
67
+ } }, index.h("button", { key: 'e502e36fda6d4e5e94312143d2f208be630d7e3b', ref: element => (this.button = element), "aria-haspopup": "menu", "aria-controls": "menu", "aria-expanded": this.open ? "true" : "false", "aria-current": this.active ? "true" : "false", "aria-label": this.accessibleLabel, id: "button", type: "button", class: {
68
68
  active: this.active,
69
69
  open: this.open,
70
- }, onClick: this.onClick, onKeyUp: e => this.handleEscape(e) }, this.icon && (index.h("duet-icon", { key: '247b76e6ee4ff10ae6275ce1d82f8d15e7a5cc01', theme: this.theme, name: this.icon, size: "x-small", margin: "none", color: "currentColor" })), index.h("span", { key: 'bcced782bb48e322d3b7e51f00944a250b440e97', class: "label" }, index.h("slot", { key: 'c13fddaf2ca14f1c111d3531dd0cb81de39492e5', name: "label" }), index.h("duet-icon", { key: '986ac54e0b3c81cdfd6721b5ba9ff315790ad066', class: "caret", theme: this.theme, name: "action-arrow-down-small", margin: "none", size: "xxx-small", color: "currentColor" }))), index.h("div", { key: 'd1c8306765f67cd28b68f36a5d69d1cac703e6f0', tabindex: "-1", role: "menu", id: "menu", "aria-labelledby": "button", class: {
70
+ }, onClick: this.onClick, onKeyUp: e => this.handleEscape(e) }, this.icon && (index.h("duet-icon", { key: '982df3536e15f8a4a0b17107cd025963826b47ea', theme: this.theme, name: this.icon, size: "x-small", margin: "none", color: "currentColor" })), index.h("span", { key: 'c58be9183cc8949ad8380c435c92c2c144f443b8', class: "label" }, index.h("slot", { key: 'e69f9009757ba8711faba0832c9eb6bbc5ddb1b2', name: "label" }), index.h("duet-icon", { key: 'e267dbb94c717a8adc576335be6e5218aff054d4', class: "caret", theme: this.theme, name: "action-arrow-down-small", margin: "none", size: "xxx-small", color: "currentColor" }))), index.h("div", { key: 'a1bfb389572b8ba7ed3d55be3f8a57dfddbff95c', tabindex: "-1", role: "menu", id: "menu", "aria-labelledby": "button", class: {
71
71
  items: true,
72
72
  hidden: !this.open,
73
- } }, index.h("slot", { key: 'c61a36a84b1095068fa7e645ec17daff2e6dc62c' })))));
73
+ } }, index.h("slot", { key: 'ac48022ff0eba0852b50b21c187c9cbd4f8e4772' })))));
74
74
  }
75
75
  get element() { return index.getElement(this); }
76
76
  };
@@ -5,13 +5,13 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-0885358e.js');
8
+ const index = require('./index-7b1d76ef.js');
9
9
  const actionNewWindowSmall = require('./action-new-window-small-fa51dfb9.js');
10
10
  const commonStrings = require('./common-strings-2984301e.js');
11
11
  const themeableComponent = require('./themeable-component-996b489c.js');
12
- const a11yUtils = require('./a11y-utils-660f6fc9.js');
13
- const languageUtils = require('./language-utils-ae5d768d.js');
14
- require('./slot-utils-7cc4f68b.js');
12
+ const a11yUtils = require('./a11y-utils-be617c0c.js');
13
+ const languageUtils = require('./language-utils-a6a152b8.js');
14
+ require('./slot-utils-7e6aa48b.js');
15
15
  require('./string-utils-7b13c16e.js');
16
16
 
17
17
  const duetToolbarItemCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;height:100%}.duet-toolbar-item{position:relative;display:flex;gap:8px;align-items:center;justify-content:center;height:100%;padding:0 16px;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, 75, 129);text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer}.duet-toolbar-item: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-item:focus,.duet-toolbar-item:focus.duet-theme-turva{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-toolbar-item:focus.primary{box-shadow:0 0 0 4px rgba(8, 42, 77, 0.3), 0 0 0 1px #033866}.duet-theme-turva .duet-toolbar-item:focus.primary,.duet-toolbar-item:focus.primary.duet-theme-turva{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-toolbar-item .duet-toolbar-icon{position:relative;display:inline-flex;font-size:0;line-height:normal;vertical-align:baseline}.duet-toolbar-item .duet-toolbar-icon .duet-toolbar-badge{position:absolute;top:0;left:11px;display:inline-block;width:6px;height:6px;background:rgb(247, 178, 40);border-radius:50%;box-shadow:0 0 0 1px #c18b1f}.duet-theme-turva .duet-toolbar-item .duet-toolbar-icon .duet-toolbar-badge{background:rgb(247, 178, 40)}.duet-toolbar-item .trailing-icon{width:16px;height:16px}.duet-toolbar-item .trailing-icon.trailing-icon-arrow{width:7px;height:7px}.duet-toolbar-item .external-icon{width:10px;height:10px}.duet-toolbar-item[aria-expanded=true] .trailing-icon.rotate{transform:rotate(180deg)}.duet-toolbar-item.primary,.duet-toolbar-item.secondary{color:rgb(255, 255, 255)}.duet-toolbar-item.primary[aria-expanded=true],.duet-toolbar-item.secondary[aria-expanded=true]{background:rgba(8, 42, 77, 0.2)}.duet-toolbar-item.primary duet-icon,.duet-toolbar-item.secondary duet-icon{color:rgb(198, 225, 238)}.duet-toolbar-item.primary[aria-expanded=true]{background:rgba(8, 42, 77, 0.2)}.duet-toolbar-item.secondary[aria-expanded=true]{background:rgb(3, 56, 102)}.duet-toolbar-item.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-item.duet-theme-turva.primary{color:rgb(255, 255, 255)}.duet-toolbar-item.duet-theme-turva.primary[aria-expanded=true]{background:rgba(23, 28, 58, 0.2)}.duet-toolbar-item.duet-theme-turva.primary duet-icon{color:rgb(255, 185, 190)}.duet-toolbar-item:hover{color:rgb(8, 42, 77);background:rgb(240, 247, 250)}.duet-toolbar-item:hover.primary,.duet-toolbar-item:hover.secondary{color:rgb(255, 255, 255)}.duet-toolbar-item:hover.primary{background:rgba(8, 42, 77, 0.2)}.duet-toolbar-item:hover.secondary{background:rgb(3, 56, 102)}.duet-toolbar-item:hover.duet-theme-turva{color:rgb(23, 28, 58);background:rgb(245, 247, 250)}.duet-toolbar-item:hover.duet-theme-turva.primary{color:rgb(255, 255, 255);background:rgba(23, 28, 58, 0.2)}.duet-toolbar-item.active{color:rgb(8, 42, 77)}.duet-toolbar-item.active.primary,.duet-toolbar-item.active.secondary{font-weight:600;color:rgb(255, 255, 255)}.duet-toolbar-item.active.primary::after,.duet-toolbar-item.active.secondary::after{display:none}.duet-toolbar-item.active.primary{background:rgba(8, 42, 77, 0.2)}.duet-toolbar-item.active.secondary{background:rgb(3, 56, 102)}.duet-toolbar-item.active::after{position:absolute;top:auto;bottom:1px;left:0;display:block;width:100%;height:1px;content:\"\";background:rgb(0, 119, 179);transition:300ms ease;transform:translateY(1px)}.duet-toolbar-item.active::after.duet-theme-turva{background:rgb(198, 12, 48)}.duet-toolbar-item.active.duet-theme-turva{color:rgb(23, 28, 58)}.duet-toolbar-item.active.duet-theme-turva::after{background:rgb(198, 12, 48)}.duet-toolbar-item.active.duet-theme-turva.primary{color:rgb(255, 255, 255);background:rgba(23, 28, 58, 0.2)}";
@@ -68,17 +68,17 @@ const DuetToolbarItem = class {
68
68
  : this.variation === "secondary"
69
69
  ? "secondary"
70
70
  : "default";
71
- return (index.h(index.Host, { key: '3becaa0c2599123283c9bc82fdd95133effb64bd', role: "listitem" }, index.h(TagName, { key: '6ff40a280d9f098a9ba5a2b7d85b5d19cbb58ae7', target: !this.url ? null : this.external ? "_blank" : "_self", ref: element => (this.itemElement = element), class: {
71
+ return (index.h(index.Host, { key: '9b9d0dfa8199f89acfbe21f9132c66ac5d27f19d', role: "listitem" }, index.h(TagName, { key: '40f2142c0e777156f9e171213b08dc51737544b5', target: !this.url ? null : this.external ? "_blank" : "_self", ref: element => (this.itemElement = element), class: {
72
72
  "duet-toolbar-item": true,
73
73
  "duet-theme-turva": this.theme === "turva",
74
74
  active: this.active,
75
75
  [variation]: true,
76
- }, href: this.url, role: `${TagName === "a" ? "link" : "button"}`, "aria-current": this.active ? "true" : "false", "aria-label": (this.url && a11yUtils.getAccessibleLinkLabel(this)) || this.accessibleLabel, "aria-expanded": this.accessibleExpanded != null ? this.accessibleExpanded.toString() : undefined, "aria-haspopup": this.accessiblePopup != null ? this.accessiblePopup.toString() : undefined, rel: this.external ? "noopener" : undefined }, this.leadingIcon && (index.h("div", { key: 'bffad519bf392abd549da7a06c2d59808dca6064', class: "duet-toolbar-icon" }, index.h("duet-icon", { key: '513c5e9bc2795a7732f2a6d96fbc3c632456faa0', size: "x-small", name: this.leadingIcon, margin: "none", theme: this.theme, color: "currentColor" }), this.badge && index.h("div", { key: 'a399e7afa30d550289f267f28e783bae282fbed9', class: "duet-toolbar-badge" }))), index.h("slot", { key: '063f628fd7668ae6d634e0c72789c1887938d592' }), (this.trailingIcon || (this.url && this.external)) && (index.h("div", { key: '42df1db8d19a9e10e0c0bebbaeb3c4ed14d5d742', class: "duet-toolbar-icon" }, index.h("duet-icon", { key: '301e8033a857c9e76dd50d2b7ac4e797e235231e', class: {
76
+ }, href: this.url, role: `${TagName === "a" ? "link" : "button"}`, "aria-current": this.active ? "true" : "false", "aria-label": (this.url && a11yUtils.getAccessibleLinkLabel(this)) || this.accessibleLabel, "aria-expanded": this.accessibleExpanded != null ? this.accessibleExpanded.toString() : undefined, "aria-haspopup": this.accessiblePopup != null ? this.accessiblePopup.toString() : undefined, rel: this.external ? "noopener" : undefined }, this.leadingIcon && (index.h("div", { key: '028001dafa87b1c9b3827b169c6a0eebe9dc1cc5', class: "duet-toolbar-icon" }, index.h("duet-icon", { key: 'a151a4bb04e949ffbdab6b65cfaf6444dab7bb9d', size: "x-small", name: this.leadingIcon, margin: "none", theme: this.theme, color: "currentColor" }), this.badge && index.h("div", { key: '2f765f55f3a0d524fe3c97dd6570b0ab1f15a01e', class: "duet-toolbar-badge" }))), index.h("slot", { key: '4004ed2e53664041a6a1e8d020fa01bdd83f0e53' }), (this.trailingIcon || (this.url && this.external)) && (index.h("div", { key: 'a2f27e67c6c38dbab06db879d79ffee7de1d5425', class: "duet-toolbar-icon" }, index.h("duet-icon", { key: 'c48acfbf6301b8585d53f191c182751c4aca1442', class: {
77
77
  "trailing-icon": !!this.trailingIcon,
78
78
  "trailing-icon-arrow": this.trailingIcon === "action-arrow-down-small",
79
79
  "external-icon": !!(this.url && this.external),
80
80
  rotate: this.trailingIcon === "action-arrow-down-small" && this.accessibleExpanded,
81
- }, theme: this.theme, name: this.trailingIcon ? this.trailingIcon : this.url && this.external ? actionNewWindowSmall.actionNewWindowSmall.title : "", margin: "none", size: "auto", color: "currentColor" }), this.badge && this.trailingIcon !== "action-arrow-down-small" && index.h("div", { key: '9c9f58a6044c5d87041f9c03f1ff50a999314d7f', class: "duet-toolbar-badge" }))))));
81
+ }, theme: this.theme, name: this.trailingIcon ? this.trailingIcon : this.url && this.external ? actionNewWindowSmall.actionNewWindowSmall.title : "", margin: "none", size: "auto", color: "currentColor" }), this.badge && this.trailingIcon !== "action-arrow-down-small" && index.h("div", { key: 'c552f767cf28200fd01e2d0a4d123b58880eee10', class: "duet-toolbar-badge" }))))));
82
82
  }
83
83
  get element() { return index.getElement(this); }
84
84
  };
@@ -5,7 +5,7 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-0885358e.js');
8
+ const index = require('./index-7b1d76ef.js');
9
9
  const themeableComponent = require('./themeable-component-996b489c.js');
10
10
 
11
11
  const duetToolbarLinkCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;height:100%}.duet-toolbar-link{position:relative;display:flex;gap:8px;align-items:center;justify-content:center;height:100%;padding:0 16px;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, 75, 129);text-align:center;text-decoration:none;white-space:nowrap}.duet-toolbar-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-link:focus,.duet-toolbar-link:focus.duet-theme-turva{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-toolbar-link.negative{color:rgb(255, 255, 255)}.duet-toolbar-link.negative duet-icon{color:rgb(198, 225, 238)}.duet-toolbar-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-link.duet-theme-turva.negative{color:rgb(255, 255, 255)}.duet-toolbar-link.duet-theme-turva.negative duet-icon{color:rgb(255, 185, 190)}.duet-toolbar-link:hover{color:rgb(8, 42, 77);background:rgb(240, 247, 250)}.duet-toolbar-link:hover.negative{color:rgb(255, 255, 255);background:rgba(8, 42, 77, 0.2)}.duet-toolbar-link:hover.duet-theme-turva{color:rgb(23, 28, 58);background:rgb(245, 247, 250)}.duet-toolbar-link:hover.duet-theme-turva.negative{color:rgb(255, 255, 255);background:rgba(23, 28, 58, 0.2)}.duet-toolbar-link.active{color:rgb(8, 42, 77)}.duet-toolbar-link.active.negative{font-weight:600;color:rgb(255, 255, 255);background:rgba(23, 28, 58, 0.2)}.duet-toolbar-link.active.negative::after{display:none}.duet-toolbar-link.active::after{position:absolute;top:auto;bottom:1px;left:0;display:block;width:100%;height:1px;content:\"\";background:rgb(0, 119, 179);transition:300ms ease;transform:translateY(1px)}.duet-toolbar-link.active::after.duet-theme-turva{background:rgb(198, 12, 48)}.duet-toolbar-link.active.duet-theme-turva{color:rgb(23, 28, 58)}.duet-toolbar-link.active.duet-theme-turva::after{background:rgb(198, 12, 48)}.duet-toolbar-link.active.duet-theme-turva.negative{color:rgb(255, 255, 255);background:rgba(23, 28, 58, 0.2)}";
@@ -33,12 +33,12 @@ const DuetToolbarLink = class {
33
33
  */
34
34
  render() {
35
35
  const variation = this.variation === "negative" ? "negative" : "white";
36
- return (index.h(index.Host, { key: 'c9d22540b2fe11472be1334ac0048b27c6b06d9e', role: "listitem" }, index.h("a", { key: '6df17c00c386d080b450dee6056ae0d3f770cac3', class: {
36
+ return (index.h(index.Host, { key: '3623e63f85f9fdb7fbd59112cc560e003a7ca568', role: "listitem" }, index.h("a", { key: 'b81d74dada0b3c634c92305881ad7f58a04157e0', class: {
37
37
  "duet-toolbar-link": true,
38
38
  "duet-theme-turva": this.theme === "turva",
39
39
  active: this.active,
40
40
  [variation]: true,
41
- }, href: this.href, "aria-current": this.active ? "true" : "false", "aria-label": this.accessibleLabel }, this.icon && (index.h("duet-icon", { key: 'ad8e3b8bf4fc7b4049948cb12ed148eb4383a931', size: "x-small", name: this.icon, margin: "none", theme: this.theme, color: "currentColor" })), index.h("slot", { key: 'c295aeacea2d6efe9892ec06cf8ba0070599212e' }))));
41
+ }, href: this.href, "aria-current": this.active ? "true" : "false", "aria-label": this.accessibleLabel }, this.icon && (index.h("duet-icon", { key: 'e9388c724ba10f7290f7819f94f3b40d37857f2a', size: "x-small", name: this.icon, margin: "none", theme: this.theme, color: "currentColor" })), index.h("slot", { key: '5c2564a4a153aa0d7595b40fb4588bacbd32bbdf' }))));
42
42
  }
43
43
  get element() { return index.getElement(this); }
44
44
  };
@@ -5,7 +5,7 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-0885358e.js');
8
+ const index = require('./index-7b1d76ef.js');
9
9
  const themeableComponent = require('./themeable-component-996b489c.js');
10
10
 
11
11
  const duetToolbarCss = "*,*::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:relative;width:100%}.duet-toolbar{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;background:rgb(255, 255, 255)}.duet-toolbar .container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1384px;height:36px;margin:0 28px;border-bottom:1px solid rgb(212, 223, 229)}.duet-toolbar .list{display:flex;align-items:center;justify-content:space-between;height:100%;list-style-type:none}.duet-toolbar ::slotted(*){display:flex;align-items:center;justify-content:center;height:100%}.duet-toolbar.primary{background:rgb(0, 119, 179)}.duet-toolbar.primary .container{border-bottom:0}.duet-toolbar.secondary{background:rgb(8, 42, 77)}.duet-toolbar.secondary .container{border-bottom:0}.duet-toolbar.duet-theme-turva{background:rgb(255, 255, 255)}.duet-toolbar.duet-theme-turva .container{border-bottom:1px solid rgb(222, 224, 228)}.duet-toolbar.duet-theme-turva.primary{background:rgb(198, 12, 48)}.duet-toolbar.duet-theme-turva.primary .container{border-bottom:0}";
@@ -36,11 +36,11 @@ const DuetToolbar = class {
36
36
  : this.variation === "secondary"
37
37
  ? "secondary"
38
38
  : "default";
39
- return (index.h(index.Host, { key: '7c4634d2a35cd12abc71558bd726735a0f6b4234' }, index.h("nav", { key: '97261310d0db43f2a0c848a4003aa37cb4d808c1', class: {
39
+ return (index.h(index.Host, { key: 'fba71bd458248491214c3aab4243df4e105fdb5b' }, index.h("nav", { key: '42fa26ad6a3ffea27ec62722a3f55f1c0d8ea0f1', class: {
40
40
  "duet-toolbar": true,
41
41
  "duet-theme-turva": this.theme === "turva",
42
42
  [variation]: true,
43
- }, "aria-label": this.accessibleLabel }, index.h("div", { key: 'f27b0883e8ec3f9e86c6b250ad379dc7f69b2439', class: "container" }, index.h("div", { key: 'c1a8827f0d1efe138109799d6c21d0a3d79dc9da', class: "list", role: "list" }, index.h("slot", { key: '8b8eacded7186b48305432f8dd6c338593cee8e0', name: "left" })), index.h("div", { key: '0941393fcdeef9501a07e37029c4fa5860faa346', class: "list", role: "list" }, index.h("slot", { key: 'ac2065b27768910493300da47e3d0b3bb9c516cd', name: "right" }))))));
43
+ }, "aria-label": this.accessibleLabel }, index.h("div", { key: 'c19fc58652bd52d9c6f7755a01b266a7f77d1949', class: "container" }, index.h("div", { key: 'a0fef6ef853fc353a374b7bcd2fa632f5176ae60', class: "list", role: "list" }, index.h("slot", { key: 'a2b2896ec5ebf46253f3e05e1b8ac44582161abf', name: "left" })), index.h("div", { key: '11cb17b0024f1b6a84d91fb04f8d3be806b49af7', class: "list", role: "list" }, index.h("slot", { key: 'cd1c67c9f98bf8cb3607965c715d9974e6c17f93', name: "right" }))))));
44
44
  }
45
45
  get element() { return index.getElement(this); }
46
46
  };