@duetds/components 7.1.2 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (697) hide show
  1. package/README.md +5 -38
  2. package/hydrate/index.js +231 -194
  3. package/lib/cjs/duet-action-button.cjs.entry.js +3 -3
  4. package/lib/cjs/duet-alert.cjs.entry.js +3 -3
  5. package/lib/cjs/duet-badge.cjs.entry.js +3 -3
  6. package/lib/cjs/duet-banner.cjs.entry.js +3 -3
  7. package/lib/cjs/duet-breadcrumb.cjs.entry.js +3 -3
  8. package/lib/cjs/duet-breadcrumbs.cjs.entry.js +1 -1
  9. package/lib/cjs/duet-button_2.cjs.entry.js +3 -3
  10. package/lib/cjs/duet-callout.cjs.entry.js +3 -3
  11. package/lib/cjs/duet-caption_4.cjs.entry.js +7 -7
  12. package/lib/cjs/duet-card.cjs.entry.js +3 -3
  13. package/lib/cjs/duet-checkbox.cjs.entry.js +3 -3
  14. package/lib/cjs/duet-checkmark.cjs.entry.js +1 -1
  15. package/lib/cjs/duet-chip.cjs.entry.js +3 -3
  16. package/lib/cjs/duet-choice_2.cjs.entry.js +39 -49
  17. package/lib/cjs/duet-collapsible.cjs.entry.js +3 -3
  18. package/lib/cjs/duet-combobox.cjs.entry.js +1 -1
  19. package/lib/cjs/duet-contact-card.cjs.entry.js +3 -3
  20. package/lib/cjs/duet-cookie-consent.cjs.entry.js +3 -3
  21. package/lib/cjs/duet-date-picker.cjs.entry.js +4 -4
  22. package/lib/cjs/duet-divider_2.cjs.entry.js +1 -1
  23. package/lib/cjs/duet-editable-table_3.cjs.entry.js +4 -4
  24. package/lib/cjs/duet-empty-state.cjs.entry.js +3 -3
  25. package/lib/cjs/duet-fieldset.cjs.entry.js +3 -3
  26. package/lib/cjs/duet-footer.cjs.entry.js +3 -3
  27. package/lib/cjs/duet-grid_2.cjs.entry.js +1 -1
  28. package/lib/cjs/duet-header_2.cjs.entry.js +3 -3
  29. package/lib/cjs/duet-hero.cjs.entry.js +3 -3
  30. package/lib/cjs/duet-icon.cjs.entry.js +3 -3
  31. package/lib/cjs/duet-input_2.cjs.entry.js +4 -4
  32. package/lib/cjs/duet-layout.cjs.entry.js +1 -1
  33. package/lib/cjs/duet-list_2.cjs.entry.js +1 -1
  34. package/lib/cjs/duet-menu-bar-button.cjs.entry.js +3 -3
  35. package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +3 -3
  36. package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +3 -3
  37. package/lib/cjs/duet-menu-bar-link.cjs.entry.js +3 -3
  38. package/lib/cjs/duet-menu-bar.cjs.entry.js +3 -3
  39. package/lib/cjs/duet-modal.cjs.entry.js +4 -4
  40. package/lib/cjs/duet-multiselect.cjs.entry.js +3 -3
  41. package/lib/cjs/duet-nav.cjs.entry.js +1 -1
  42. package/lib/cjs/duet-notification_2.cjs.entry.js +4 -4
  43. package/lib/cjs/duet-number-input.cjs.entry.js +3 -3
  44. package/lib/cjs/duet-page-heading.cjs.entry.js +3 -3
  45. package/lib/cjs/duet-pagination_2.cjs.entry.js +4 -4
  46. package/lib/cjs/duet-popup-menu-item.cjs.entry.js +3 -3
  47. package/lib/cjs/duet-popup-menu.cjs.entry.js +1 -1
  48. package/lib/cjs/duet-progress.cjs.entry.js +3 -3
  49. package/lib/cjs/duet-promo-card.cjs.entry.js +3 -3
  50. package/lib/cjs/duet-radio_2.cjs.entry.js +3 -3
  51. package/lib/cjs/duet-range-slider.cjs.entry.js +3 -3
  52. package/lib/cjs/duet-scrollable_3.cjs.entry.js +5 -5
  53. package/lib/cjs/duet-section-layout.cjs.entry.js +1 -1
  54. package/lib/cjs/duet-select.cjs.entry.js +3 -3
  55. package/lib/cjs/duet-shaped-image.cjs.entry.js +1 -1
  56. package/lib/cjs/duet-show-more.cjs.entry.js +3 -3
  57. package/lib/cjs/duet-slideout-lang.cjs.entry.js +3 -3
  58. package/lib/cjs/duet-slideout-link.cjs.entry.js +3 -3
  59. package/lib/cjs/duet-slideout-panel-dropdown.cjs.entry.js +3 -3
  60. package/lib/cjs/duet-slideout-panel.cjs.entry.js +4 -4
  61. package/lib/cjs/duet-slideout.cjs.entry.js +51 -19
  62. package/lib/cjs/duet-step_2.cjs.entry.js +4 -4
  63. package/lib/cjs/duet-submenu-bar-dropdown-link.cjs.entry.js +3 -3
  64. package/lib/cjs/duet-submenu-bar-dropdown.cjs.entry.js +3 -3
  65. package/lib/cjs/duet-submenu-bar-link.cjs.entry.js +3 -3
  66. package/lib/cjs/duet-submenu-bar.cjs.entry.js +3 -3
  67. package/lib/cjs/duet-textarea.cjs.entry.js +3 -3
  68. package/lib/cjs/duet-toggle.cjs.entry.js +3 -3
  69. package/lib/cjs/duet-toolbar-dropdown-link.cjs.entry.js +3 -3
  70. package/lib/cjs/duet-toolbar-dropdown.cjs.entry.js +3 -3
  71. package/lib/cjs/duet-toolbar-link.cjs.entry.js +3 -3
  72. package/lib/cjs/duet-toolbar.cjs.entry.js +1 -1
  73. package/lib/cjs/duet-tooltip-button_2.cjs.entry.js +5 -5
  74. package/lib/cjs/duet-tooltip.cjs.entry.js +3 -3
  75. package/lib/cjs/duet-tray.cjs.entry.js +3 -3
  76. package/lib/cjs/duet-upload-aria-status.cjs.entry.js +3 -3
  77. package/lib/cjs/duet-upload-item.cjs.entry.js +7 -4
  78. package/lib/cjs/duet-visually-hidden.cjs.entry.js +3 -3
  79. package/lib/cjs/duet.cjs.js +2 -2
  80. package/lib/cjs/{focus-utils-c58cda6e.js → focus-utils-cc0e6f8e.js} +1 -1
  81. package/lib/cjs/{index-690ed579.js → index-83a4e16a.js} +2 -9
  82. package/lib/cjs/loader.cjs.js +2 -2
  83. package/lib/cjs/{nudge-ee03ce2e.js → nudge-84818dad.js} +3 -6
  84. package/lib/collection/components/duet-action-button/duet-action-button.js +2 -2
  85. package/lib/collection/components/duet-alert/duet-alert.js +1 -1
  86. package/lib/collection/components/duet-button/duet-button.e2e.js +6 -4
  87. package/lib/collection/components/duet-button/duet-button.js +5 -5
  88. package/lib/collection/components/duet-caption/duet-caption.js +1 -1
  89. package/lib/collection/components/duet-card/duet-card.js +3 -3
  90. package/lib/collection/components/duet-checkbox/duet-checkbox.js +3 -3
  91. package/lib/collection/components/duet-chip/duet-chip.js +4 -4
  92. package/lib/collection/components/duet-choice/duet-choice.css +6 -0
  93. package/lib/collection/components/duet-choice/duet-choice.e2e.js +3 -0
  94. package/lib/collection/components/duet-choice/duet-choice.js +52 -4
  95. package/lib/collection/components/duet-choice-group/duet-choice-group.e2e.js +0 -1
  96. package/lib/collection/components/duet-choice-group/duet-choice-group.js +22 -42
  97. package/lib/collection/components/duet-collapsible/duet-collapsible.e2e.js +0 -2
  98. package/lib/collection/components/duet-collapsible/duet-collapsible.js +3 -3
  99. package/lib/collection/components/duet-combobox/duet-combobox.e2e.js +21 -8
  100. package/lib/collection/components/duet-combobox/duet-combobox.js +3 -3
  101. package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.e2e.js +0 -4
  102. package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.js +1 -1
  103. package/lib/collection/components/duet-date-picker/duet-date-picker.e2e.js +0 -1
  104. package/lib/collection/components/duet-date-picker/duet-date-picker.js +4 -4
  105. package/lib/collection/components/duet-divider/duet-divider.js +1 -1
  106. package/lib/collection/components/duet-editable-table/duet-editable-table.js +5 -5
  107. package/lib/collection/components/duet-empty-state/duet-empty-state.js +1 -1
  108. package/lib/collection/components/duet-footer/duet-footer.e2e.js +11 -10
  109. package/lib/collection/components/duet-footer/duet-footer.js +7 -7
  110. package/lib/collection/components/duet-grid/duet-grid.js +3 -3
  111. package/lib/collection/components/duet-header/duet-header.e2e.js +5 -3
  112. package/lib/collection/components/duet-header/duet-header.js +15 -15
  113. package/lib/collection/components/duet-heading/duet-heading.js +1 -1
  114. package/lib/collection/components/duet-hero/duet-hero.e2e.js +1 -1
  115. package/lib/collection/components/duet-hero/duet-hero.js +5 -5
  116. package/lib/collection/components/duet-icon/duet-icon.js +1 -1
  117. package/lib/collection/components/duet-input/duet-input.js +8 -8
  118. package/lib/collection/components/duet-label/duet-label.js +2 -2
  119. package/lib/collection/components/duet-layout/duet-layout.e2e.js +1 -1
  120. package/lib/collection/components/duet-layout/duet-layout.js +1 -1
  121. package/lib/collection/components/duet-link/duet-link.js +2 -1
  122. package/lib/collection/components/duet-list/duet-list.js +3 -3
  123. package/lib/collection/components/duet-logo/duet-logo.js +1 -1
  124. package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +1 -1
  125. package/lib/collection/components/duet-modal/duet-modal.js +3 -3
  126. package/lib/collection/components/duet-multiselect/duet-multiselect.js +5 -5
  127. package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.js +1 -1
  128. package/lib/collection/components/duet-number-input/duet-number-input.js +4 -4
  129. package/lib/collection/components/duet-pagination/duet-pagination.js +2 -2
  130. package/lib/collection/components/duet-paragraph/duet-paragraph.js +3 -3
  131. package/lib/collection/components/duet-popup-menu/duet-popup-menu.js +1 -1
  132. package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.js +2 -2
  133. package/lib/collection/components/duet-radio/duet-radio.js +3 -3
  134. package/lib/collection/components/duet-range-slider/duet-range-slider.js +2 -2
  135. package/lib/collection/components/duet-range-stepper/duet-range-stepper.e2e.js +1 -0
  136. package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +1 -1
  137. package/lib/collection/components/duet-select/duet-select.js +5 -5
  138. package/lib/collection/components/duet-show-more/duet-show-more.js +1 -1
  139. package/lib/collection/components/duet-slideout/duet-slideout.js +103 -22
  140. package/lib/collection/components/duet-spacer/duet-spacer.js +2 -2
  141. package/lib/collection/components/duet-spinner/duet-spinner.js +1 -1
  142. package/lib/collection/components/duet-step/duet-step.e2e.js +2 -0
  143. package/lib/collection/components/duet-step/duet-step.js +2 -2
  144. package/lib/collection/components/duet-stepper/duet-stepper.e2e.js +0 -1
  145. package/lib/collection/components/duet-stepper/duet-stepper.js +1 -1
  146. package/lib/collection/components/duet-tab-group/duet-tab-group.js +5 -5
  147. package/lib/collection/components/duet-textarea/duet-textarea.js +4 -4
  148. package/lib/collection/components/duet-toggle/duet-toggle.js +1 -1
  149. package/lib/collection/components/duet-tooltip/duet-tooltip.js +1 -1
  150. package/lib/collection/components/duet-upload/duet-upload.e2e.js +2 -3
  151. package/lib/collection/components/duet-upload/duet-upload.js +14 -14
  152. package/lib/collection/components/duet-upload-item/duet-upload-item.css +3 -0
  153. package/lib/collection/components/duet-upload-item/duet-upload-item.js +12 -2
  154. package/lib/collection/utils/nudge.js +3 -6
  155. package/lib/dist-custom-elements/duet-action-button.js +1 -1
  156. package/lib/dist-custom-elements/duet-alert.js +1 -1
  157. package/lib/dist-custom-elements/duet-badge.js +1 -1
  158. package/lib/dist-custom-elements/duet-banner.js +6 -6
  159. package/lib/dist-custom-elements/duet-breadcrumb.js +4 -4
  160. package/lib/dist-custom-elements/duet-breadcrumbs.js +1 -1
  161. package/lib/dist-custom-elements/duet-button.js +1 -1
  162. package/lib/dist-custom-elements/duet-callout.js +5 -5
  163. package/lib/dist-custom-elements/duet-caption.js +1 -1
  164. package/lib/dist-custom-elements/duet-card.js +5 -5
  165. package/lib/dist-custom-elements/duet-checkbox.js +1 -1
  166. package/lib/dist-custom-elements/duet-checkmark.js +1 -1
  167. package/lib/dist-custom-elements/duet-chip.js +4 -4
  168. package/lib/dist-custom-elements/duet-choice-group.js +32 -52
  169. package/lib/dist-custom-elements/duet-choice.js +19 -9
  170. package/lib/dist-custom-elements/duet-collapsible.js +4 -4
  171. package/lib/dist-custom-elements/duet-combobox.js +2 -2
  172. package/lib/dist-custom-elements/duet-contact-card.js +10 -10
  173. package/lib/dist-custom-elements/duet-cookie-consent.js +8 -8
  174. package/lib/dist-custom-elements/duet-date-picker.js +14 -14
  175. package/lib/dist-custom-elements/duet-divider.js +1 -1
  176. package/lib/dist-custom-elements/duet-editable-table.js +9 -9
  177. package/lib/dist-custom-elements/duet-empty-state.js +1 -1
  178. package/lib/dist-custom-elements/duet-fieldset.js +1 -1
  179. package/lib/dist-custom-elements/duet-footer.js +6 -6
  180. package/lib/dist-custom-elements/duet-grid-item.js +1 -1
  181. package/lib/dist-custom-elements/duet-grid.js +1 -1
  182. package/lib/dist-custom-elements/duet-header.js +10 -10
  183. package/lib/dist-custom-elements/duet-heading.js +1 -1
  184. package/lib/dist-custom-elements/duet-hero.js +11 -11
  185. package/lib/dist-custom-elements/duet-icon.js +1 -1
  186. package/lib/dist-custom-elements/duet-input.js +1 -1
  187. package/lib/dist-custom-elements/duet-label.js +1 -1
  188. package/lib/dist-custom-elements/duet-layout.js +1 -1
  189. package/lib/dist-custom-elements/duet-link.js +1 -1
  190. package/lib/dist-custom-elements/duet-list-item.js +1 -1
  191. package/lib/dist-custom-elements/duet-list.js +1 -1
  192. package/lib/dist-custom-elements/duet-logo.js +1 -1
  193. package/lib/dist-custom-elements/duet-menu-bar-button.js +4 -4
  194. package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +4 -4
  195. package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +4 -4
  196. package/lib/dist-custom-elements/duet-menu-bar-link.js +4 -4
  197. package/lib/dist-custom-elements/duet-menu-bar.js +4 -4
  198. package/lib/dist-custom-elements/duet-modal.js +9 -9
  199. package/lib/dist-custom-elements/duet-multiselect.js +12 -12
  200. package/lib/dist-custom-elements/duet-nav.js +1 -1
  201. package/lib/dist-custom-elements/duet-notification-drawer.js +6 -6
  202. package/lib/dist-custom-elements/duet-notification.js +4 -4
  203. package/lib/dist-custom-elements/duet-number-input.js +13 -13
  204. package/lib/dist-custom-elements/duet-page-heading.js +4 -4
  205. package/lib/dist-custom-elements/duet-pagination.js +15 -15
  206. package/lib/dist-custom-elements/duet-paragraph.js +1 -1
  207. package/lib/dist-custom-elements/duet-popup-menu-item.js +4 -4
  208. package/lib/dist-custom-elements/duet-popup-menu.js +1 -1
  209. package/lib/dist-custom-elements/duet-progress.js +1 -1
  210. package/lib/dist-custom-elements/duet-promo-card.js +5 -5
  211. package/lib/dist-custom-elements/duet-radio-group.js +10 -10
  212. package/lib/dist-custom-elements/duet-radio.js +1 -1
  213. package/lib/dist-custom-elements/duet-range-slider.js +4 -4
  214. package/lib/dist-custom-elements/duet-range-stepper.js +6 -6
  215. package/lib/dist-custom-elements/duet-scrollable.js +1 -1
  216. package/lib/dist-custom-elements/duet-section-layout.js +1 -1
  217. package/lib/dist-custom-elements/duet-select.js +1 -1
  218. package/lib/dist-custom-elements/duet-shaped-image.js +1 -1
  219. package/lib/dist-custom-elements/duet-show-more.js +7 -7
  220. package/lib/dist-custom-elements/duet-slideout-lang.js +4 -4
  221. package/lib/dist-custom-elements/duet-slideout-link.js +4 -4
  222. package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +4 -4
  223. package/lib/dist-custom-elements/duet-slideout-panel.js +4 -4
  224. package/lib/dist-custom-elements/duet-slideout.js +54 -19
  225. package/lib/dist-custom-elements/duet-spacer.js +1 -1
  226. package/lib/dist-custom-elements/duet-spinner.js +1 -1
  227. package/lib/dist-custom-elements/duet-step.js +6 -6
  228. package/lib/dist-custom-elements/duet-stepper.js +4 -4
  229. package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +4 -4
  230. package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +4 -4
  231. package/lib/dist-custom-elements/duet-submenu-bar-link.js +4 -4
  232. package/lib/dist-custom-elements/duet-submenu-bar.js +4 -4
  233. package/lib/dist-custom-elements/duet-tab-group.js +15 -15
  234. package/lib/dist-custom-elements/duet-tab.js +3 -3
  235. package/lib/dist-custom-elements/duet-table.js +1 -1
  236. package/lib/dist-custom-elements/duet-textarea.js +12 -12
  237. package/lib/dist-custom-elements/duet-toggle.js +4 -4
  238. package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +4 -4
  239. package/lib/dist-custom-elements/duet-toolbar-dropdown.js +4 -4
  240. package/lib/dist-custom-elements/duet-toolbar-link.js +4 -4
  241. package/lib/dist-custom-elements/duet-toolbar.js +1 -1
  242. package/lib/dist-custom-elements/duet-tooltip-button.js +1 -1
  243. package/lib/dist-custom-elements/duet-tooltip-popup.js +1 -1
  244. package/lib/dist-custom-elements/duet-tooltip.js +1 -1
  245. package/lib/dist-custom-elements/duet-tray.js +5 -5
  246. package/lib/dist-custom-elements/duet-upload-aria-status.js +1 -1
  247. package/lib/dist-custom-elements/duet-upload-item.js +1 -1
  248. package/lib/dist-custom-elements/duet-upload.js +20 -20
  249. package/lib/dist-custom-elements/duet-visually-hidden.js +1 -1
  250. package/lib/dist-custom-elements/index.js +1 -1
  251. package/lib/dist-custom-elements/{p-9f8e1aca.js → p-01270b45.js} +7 -7
  252. package/lib/dist-custom-elements/{p-6d492269.js → p-0e282936.js} +7 -7
  253. package/lib/dist-custom-elements/{p-2c71a27f.js → p-162263aa.js} +1 -1
  254. package/lib/dist-custom-elements/{p-f99ec481.js → p-1c02d280.js} +12 -12
  255. package/lib/dist-custom-elements/{p-88eed3e1.js → p-22af2160.js} +1 -1
  256. package/lib/dist-custom-elements/{p-c4dd0df2.js → p-24aae259.js} +3 -3
  257. package/lib/dist-custom-elements/{p-a83ac481.js → p-2f3372c0.js} +1 -1
  258. package/lib/dist-custom-elements/{p-948bdce9.js → p-32b30c68.js} +6 -6
  259. package/lib/{esm/nudge-560904c3.js → dist-custom-elements/p-432baa8a.js} +3 -6
  260. package/lib/dist-custom-elements/{p-0b57c524.js → p-46ff61f9.js} +3 -3
  261. package/lib/dist-custom-elements/{p-35de375b.js → p-480a5be7.js} +3 -3
  262. package/lib/dist-custom-elements/{p-e81b7043.js → p-55b3b241.js} +1 -1
  263. package/lib/dist-custom-elements/{p-ff199982.js → p-659bf49b.js} +2 -2
  264. package/lib/dist-custom-elements/{p-dca02738.js → p-6c16fe57.js} +1 -1
  265. package/lib/dist-custom-elements/{p-b3d7f37b.js → p-6c770205.js} +4 -4
  266. package/lib/dist-custom-elements/{p-a25a0c57.js → p-71297fec.js} +3 -3
  267. package/lib/dist-custom-elements/{p-630ecbb3.js → p-74e94bc1.js} +1 -1
  268. package/lib/dist-custom-elements/{p-c9e95a9c.js → p-78b427e2.js} +7 -7
  269. package/lib/dist-custom-elements/{p-acba25ec.js → p-7b274ffe.js} +3 -3
  270. package/lib/dist-custom-elements/{p-0ba124b9.js → p-84c65409.js} +4 -4
  271. package/lib/dist-custom-elements/{p-a1becc63.js → p-8ac1057e.js} +5 -5
  272. package/lib/dist-custom-elements/{p-67c36e47.js → p-8d7e2f66.js} +5 -5
  273. package/lib/dist-custom-elements/{p-1e4076af.js → p-925ad8ed.js} +3 -3
  274. package/lib/dist-custom-elements/{p-c0599d67.js → p-9e520c3a.js} +6 -6
  275. package/lib/dist-custom-elements/{p-2641fc0a.js → p-a64a4c3b.js} +10 -10
  276. package/lib/dist-custom-elements/{p-b0e6db65.js → p-a79c1568.js} +3 -3
  277. package/lib/dist-custom-elements/{p-d10ecec6.js → p-abd29848.js} +3 -3
  278. package/lib/dist-custom-elements/{p-493cc4fa.js → p-ba7a34cd.js} +16 -13
  279. package/lib/dist-custom-elements/{p-9c86efb4.js → p-bf9ea499.js} +1 -1
  280. package/lib/dist-custom-elements/{p-8bf1f4a8.js → p-ce7a0836.js} +1 -1
  281. package/lib/dist-custom-elements/{p-58de13d4.js → p-d019896a.js} +1 -1
  282. package/lib/dist-custom-elements/{p-d9120001.js → p-d0cac9bf.js} +4 -4
  283. package/lib/dist-custom-elements/{p-8ad6dca9.js → p-d363a6c4.js} +4 -4
  284. package/lib/dist-custom-elements/{p-1486b0c1.js → p-dabae35a.js} +4 -4
  285. package/lib/dist-custom-elements/{p-912094d4.js → p-ef176315.js} +1 -1
  286. package/lib/duet/duet.esm.js +1 -1
  287. package/lib/duet/duet.js +1 -1
  288. package/lib/duet/p-049a6e11.system.entry.js +4 -0
  289. package/lib/duet/{p-cf78c0e7.system.entry.js → p-0521fafd.system.entry.js} +1 -1
  290. package/lib/duet/{p-929f96e6.entry.js → p-052388fa.entry.js} +1 -1
  291. package/lib/duet/p-0717c4c7.entry.js +4 -0
  292. package/lib/duet/{p-f45d7795.system.entry.js → p-080eb720.system.entry.js} +1 -1
  293. package/lib/duet/p-0a29f14a.entry.js +4 -0
  294. package/lib/duet/{p-245fb629.system.entry.js → p-0c40e7e7.system.entry.js} +1 -1
  295. package/lib/duet/{p-b4f0714b.system.entry.js → p-11dba68c.system.entry.js} +1 -1
  296. package/lib/duet/p-155b532a.system.js +4 -0
  297. package/lib/duet/{p-a27749fc.system.entry.js → p-159c8e28.system.entry.js} +1 -1
  298. package/lib/duet/{p-ea17a879.entry.js → p-1ab09b3e.entry.js} +1 -1
  299. package/lib/duet/{p-06352a34.system.entry.js → p-1b446001.system.entry.js} +1 -1
  300. package/lib/duet/p-1c05d649.system.js +5 -0
  301. package/lib/duet/{p-b7746ffa.system.entry.js → p-1fcdd1b4.system.entry.js} +1 -1
  302. package/lib/duet/{p-e04bf7e7.system.entry.js → p-216daf71.system.entry.js} +1 -1
  303. package/lib/duet/{p-1fcbfb23.system.entry.js → p-22879034.system.entry.js} +1 -1
  304. package/lib/duet/{p-35a932ab.system.entry.js → p-2365860c.system.entry.js} +1 -1
  305. package/lib/duet/{p-6f399f72.entry.js → p-23d0d56b.entry.js} +1 -1
  306. package/lib/duet/{p-11bd9a89.entry.js → p-23e577ac.entry.js} +1 -1
  307. package/lib/duet/{p-2fb0a3de.entry.js → p-24f340af.entry.js} +1 -1
  308. package/lib/duet/p-25ce6276.entry.js +4 -0
  309. package/lib/duet/p-278295a6.entry.js +4 -0
  310. package/lib/duet/p-2b18fb02.entry.js +4 -0
  311. package/lib/duet/p-2c360aa2.entry.js +4 -0
  312. package/lib/duet/p-2f7f41b7.entry.js +4 -0
  313. package/lib/duet/p-307ad618.entry.js +4 -0
  314. package/lib/duet/p-32128bec.system.entry.js +4 -0
  315. package/lib/duet/p-33842a71.system.entry.js +4 -0
  316. package/lib/duet/p-3432e6d7.entry.js +4 -0
  317. package/lib/duet/{p-5664dbfc.system.entry.js → p-3452a600.system.entry.js} +1 -1
  318. package/lib/duet/p-3636a303.entry.js +4 -0
  319. package/lib/duet/p-36625239.entry.js +4 -0
  320. package/lib/duet/p-36e2660a.system.entry.js +4 -0
  321. package/lib/duet/{p-2eab12b7.system.entry.js → p-373da7e9.system.entry.js} +1 -1
  322. package/lib/duet/{p-ecff7157.system.entry.js → p-3823931d.system.entry.js} +1 -1
  323. package/lib/duet/p-3a8e9b7d.entry.js +4 -0
  324. package/lib/duet/p-3da3807f.entry.js +4 -0
  325. package/lib/duet/p-3e12c85b.entry.js +4 -0
  326. package/lib/duet/{p-6a8c7ad8.system.entry.js → p-3ef4e70b.system.entry.js} +1 -1
  327. package/lib/duet/p-432baa8a.js +4 -0
  328. package/lib/duet/{p-09bade4b.entry.js → p-439a6589.entry.js} +1 -1
  329. package/lib/duet/{p-4c3b19ec.system.entry.js → p-43b5a747.system.entry.js} +1 -1
  330. package/lib/duet/p-46007ea5.system.entry.js +4 -0
  331. package/lib/duet/p-4a8c2fbd.entry.js +4 -0
  332. package/lib/duet/{p-e81603e4.system.entry.js → p-4b63bf44.system.entry.js} +1 -1
  333. package/lib/duet/p-4d457562.entry.js +4 -0
  334. package/lib/duet/p-4d469e8a.entry.js +4 -0
  335. package/lib/duet/{p-e00b3992.system.entry.js → p-4dee86cc.system.entry.js} +1 -1
  336. package/lib/duet/p-4f387d8d.system.entry.js +4 -0
  337. package/lib/duet/{p-bb197ad9.entry.js → p-55d8afce.entry.js} +1 -1
  338. package/lib/duet/p-55daf42a.entry.js +4 -0
  339. package/lib/duet/p-579599b1.entry.js +4 -0
  340. package/lib/duet/{p-983ffcca.system.entry.js → p-597b4abf.system.entry.js} +1 -1
  341. package/lib/duet/{p-c8153914.system.entry.js → p-5988794d.system.entry.js} +1 -1
  342. package/lib/duet/p-5cf4e9fa.entry.js +4 -0
  343. package/lib/duet/p-5d2d1ee9.entry.js +4 -0
  344. package/lib/duet/p-6099439d.entry.js +4 -0
  345. package/lib/duet/p-60e24406.entry.js +4 -0
  346. package/lib/duet/p-64ae892b.entry.js +4 -0
  347. package/lib/duet/p-655c5ef8.system.entry.js +4 -0
  348. package/lib/duet/{p-eaa27d39.system.entry.js → p-657d12c6.system.entry.js} +1 -1
  349. package/lib/duet/p-68eefbc0.entry.js +4 -0
  350. package/lib/duet/p-6a28213a.entry.js +4 -0
  351. package/lib/duet/p-6c0a2ef4.entry.js +4 -0
  352. package/lib/duet/p-6c13d426.entry.js +4 -0
  353. package/lib/duet/{p-c9302dda.entry.js → p-6c20accb.entry.js} +1 -1
  354. package/lib/duet/{p-8c2eb2f4.system.entry.js → p-6d35c23c.system.entry.js} +1 -1
  355. package/lib/duet/p-70688378.entry.js +4 -0
  356. package/lib/duet/{p-78f8e483.system.entry.js → p-71a45359.system.entry.js} +1 -1
  357. package/lib/duet/p-73093b97.entry.js +4 -0
  358. package/lib/duet/p-74a48271.entry.js +4 -0
  359. package/lib/duet/{p-921c430e.entry.js → p-75a7542b.entry.js} +1 -1
  360. package/lib/duet/p-76bdf878.system.entry.js +4 -0
  361. package/lib/duet/p-77c137be.entry.js +4 -0
  362. package/lib/duet/{p-ad97d7c8.entry.js → p-77db8b7e.entry.js} +1 -1
  363. package/lib/duet/p-77de34a7.entry.js +4 -0
  364. package/lib/duet/{p-7c672283.system.entry.js → p-78958e35.system.entry.js} +1 -1
  365. package/lib/duet/p-78dce48d.entry.js +4 -0
  366. package/lib/duet/{p-52b57add.system.entry.js → p-7bcb3908.system.entry.js} +1 -1
  367. package/lib/duet/p-7c19a049.entry.js +4 -0
  368. package/lib/duet/p-7d5115f0.system.entry.js +4 -0
  369. package/lib/duet/{p-94a9fe8f.system.entry.js → p-7db54371.system.entry.js} +1 -1
  370. package/lib/duet/{p-1bdc4a34.system.entry.js → p-7e2f1643.system.entry.js} +1 -1
  371. package/lib/duet/{p-67819e2b.entry.js → p-80734ccb.entry.js} +1 -1
  372. package/lib/duet/{p-16d4371a.system.entry.js → p-812b9a45.system.entry.js} +1 -1
  373. package/lib/duet/{p-de466d61.system.entry.js → p-819906af.system.entry.js} +1 -1
  374. package/lib/duet/{p-c0cd5815.system.entry.js → p-821002cc.system.entry.js} +1 -1
  375. package/lib/duet/{p-ec99ae64.js → p-8341e3d0.js} +1 -1
  376. package/lib/duet/{p-f07e9544.system.entry.js → p-84a8f374.system.entry.js} +1 -1
  377. package/lib/duet/p-8542bb1d.entry.js +4 -0
  378. package/lib/duet/{p-959c412f.system.entry.js → p-87d24f60.system.entry.js} +1 -1
  379. package/lib/duet/{p-2a830ee9.entry.js → p-8a6d783c.entry.js} +1 -1
  380. package/lib/duet/{p-b177abe2.system.entry.js → p-8ab86b55.system.entry.js} +1 -1
  381. package/lib/duet/p-8ac1659f.entry.js +4 -0
  382. package/lib/duet/{p-8f2a8dfd.system.entry.js → p-8bb82291.system.entry.js} +1 -1
  383. package/lib/duet/{p-6779c17b.system.entry.js → p-8c2eb582.system.entry.js} +1 -1
  384. package/lib/duet/{p-feece078.system.entry.js → p-8c6bc7ce.system.entry.js} +1 -1
  385. package/lib/duet/{p-b0552213.system.entry.js → p-8dbc6fec.system.entry.js} +1 -1
  386. package/lib/duet/{p-b4da4477.system.entry.js → p-8df0d238.system.entry.js} +1 -1
  387. package/lib/duet/p-923302a6.entry.js +4 -0
  388. package/lib/duet/p-92f87d29.system.entry.js +4 -0
  389. package/lib/duet/p-94260821.entry.js +4 -0
  390. package/lib/duet/p-95e2628e.entry.js +4 -0
  391. package/lib/duet/{p-0eb0c8c0.system.entry.js → p-973db87a.system.entry.js} +2 -2
  392. package/lib/duet/{p-1d053237.system.entry.js → p-97db51fd.system.entry.js} +1 -1
  393. package/lib/duet/p-9dd2e8b7.entry.js +4 -0
  394. package/lib/duet/{p-6a26a5c9.system.entry.js → p-9f11fac6.system.entry.js} +1 -1
  395. package/lib/duet/{p-17e15242.system.entry.js → p-a077314f.system.entry.js} +1 -1
  396. package/lib/duet/{p-334112ab.system.entry.js → p-a36d79bb.system.entry.js} +1 -1
  397. package/lib/duet/{p-35c6f8ce.system.entry.js → p-a834b129.system.entry.js} +1 -1
  398. package/lib/duet/p-a83f7b5d.entry.js +4 -0
  399. package/lib/duet/{p-2da624a5.system.entry.js → p-abe3d970.system.entry.js} +1 -1
  400. package/lib/duet/p-adf27b5b.entry.js +4 -0
  401. package/lib/duet/{p-97af94e6.system.entry.js → p-aec26ab1.system.entry.js} +1 -1
  402. package/lib/duet/p-b0f26d1f.entry.js +4 -0
  403. package/lib/duet/{p-46b4ef6c.system.entry.js → p-b5b09897.system.entry.js} +1 -1
  404. package/lib/duet/p-b8873438.entry.js +4 -0
  405. package/lib/duet/{p-b8e1051f.entry.js → p-ba876000.entry.js} +1 -1
  406. package/lib/duet/{p-e949b01f.system.entry.js → p-bae4cd54.system.entry.js} +1 -1
  407. package/lib/duet/p-bc56ef14.entry.js +4 -0
  408. package/lib/duet/p-bc6b41df.entry.js +4 -0
  409. package/lib/duet/{p-e72b91d4.system.entry.js → p-bd190b40.system.entry.js} +1 -1
  410. package/lib/duet/p-bdaebb9e.entry.js +4 -0
  411. package/lib/duet/{p-824841b9.system.entry.js → p-bdfdecdf.system.entry.js} +1 -1
  412. package/lib/duet/{p-b9743891.system.entry.js → p-bec61f61.system.entry.js} +1 -1
  413. package/lib/duet/{p-4a497c15.system.entry.js → p-bf3be553.system.entry.js} +2 -2
  414. package/lib/duet/p-c078dccf.entry.js +4 -0
  415. package/lib/duet/{p-90133074.system.entry.js → p-c346eab9.system.entry.js} +1 -1
  416. package/lib/duet/{p-b6969c2e.system.entry.js → p-c40681e4.system.entry.js} +1 -1
  417. package/lib/duet/p-c4421950.entry.js +4 -0
  418. package/lib/duet/p-c531901e.entry.js +4 -0
  419. package/lib/duet/p-c67f6e71.entry.js +4 -0
  420. package/lib/duet/p-c876c531.entry.js +4 -0
  421. package/lib/duet/p-c9624ff8.system.entry.js +4 -0
  422. package/lib/duet/{p-4f1c6cc0.system.entry.js → p-cc833893.system.entry.js} +2 -2
  423. package/lib/duet/{p-34b3855f.system.entry.js → p-cecf203f.system.entry.js} +1 -1
  424. package/lib/duet/p-cf1897db.entry.js +4 -0
  425. package/lib/duet/{p-4a4dbe4e.system.entry.js → p-d166a0ec.system.entry.js} +1 -1
  426. package/lib/duet/p-d26dbeb9.entry.js +4 -0
  427. package/lib/duet/{p-72887f8e.system.entry.js → p-d3381766.system.entry.js} +1 -1
  428. package/lib/duet/{p-5e56ebad.system.entry.js → p-d9e7da09.system.entry.js} +1 -1
  429. package/lib/duet/p-dad5df60.entry.js +4 -0
  430. package/lib/duet/p-dd8cdf29.entry.js +4 -0
  431. package/lib/duet/{p-db932add.system.entry.js → p-decbebf5.system.entry.js} +1 -1
  432. package/lib/duet/p-dfe18019.entry.js +4 -0
  433. package/lib/duet/{p-c45cca40.system.entry.js → p-e00b5c40.system.entry.js} +1 -1
  434. package/lib/duet/p-e3698acb.system.js +4 -0
  435. package/lib/duet/p-e413a6de.system.js +4 -0
  436. package/lib/duet/p-e566241e.system.entry.js +4 -0
  437. package/lib/duet/{p-e86a0e7f.system.entry.js → p-e854cf9d.system.entry.js} +1 -1
  438. package/lib/duet/p-e9d559ff.entry.js +4 -0
  439. package/lib/duet/p-ec61f9ab.entry.js +4 -0
  440. package/lib/duet/{p-70dcc782.system.entry.js → p-ed2b16ba.system.entry.js} +1 -1
  441. package/lib/duet/{p-701d90ff.entry.js → p-f35b1e67.entry.js} +1 -1
  442. package/lib/duet/{p-a44381d5.js → p-f832d9f4.js} +2 -2
  443. package/lib/duet/p-fa746683.entry.js +4 -0
  444. package/lib/duet/p-fcec1712.entry.js +4 -0
  445. package/lib/duet/{p-48361f6f.system.entry.js → p-fdbe53c6.system.entry.js} +1 -1
  446. package/lib/duet/{p-e7389f0d.system.entry.js → p-fe1d73a7.system.entry.js} +1 -1
  447. package/lib/esm/duet-action-button.entry.js +3 -3
  448. package/lib/esm/duet-alert.entry.js +3 -3
  449. package/lib/esm/duet-badge.entry.js +3 -3
  450. package/lib/esm/duet-banner.entry.js +3 -3
  451. package/lib/esm/duet-breadcrumb.entry.js +3 -3
  452. package/lib/esm/duet-breadcrumbs.entry.js +1 -1
  453. package/lib/esm/duet-button_2.entry.js +3 -3
  454. package/lib/esm/duet-callout.entry.js +3 -3
  455. package/lib/esm/duet-caption_4.entry.js +7 -7
  456. package/lib/esm/duet-card.entry.js +3 -3
  457. package/lib/esm/duet-checkbox.entry.js +3 -3
  458. package/lib/esm/duet-checkmark.entry.js +1 -1
  459. package/lib/esm/duet-chip.entry.js +3 -3
  460. package/lib/esm/duet-choice_2.entry.js +39 -49
  461. package/lib/esm/duet-collapsible.entry.js +3 -3
  462. package/lib/esm/duet-combobox.entry.js +1 -1
  463. package/lib/esm/duet-contact-card.entry.js +3 -3
  464. package/lib/esm/duet-cookie-consent.entry.js +3 -3
  465. package/lib/esm/duet-date-picker.entry.js +4 -4
  466. package/lib/esm/duet-divider_2.entry.js +1 -1
  467. package/lib/esm/duet-editable-table_3.entry.js +4 -4
  468. package/lib/esm/duet-empty-state.entry.js +3 -3
  469. package/lib/esm/duet-fieldset.entry.js +3 -3
  470. package/lib/esm/duet-footer.entry.js +3 -3
  471. package/lib/esm/duet-grid_2.entry.js +1 -1
  472. package/lib/esm/duet-header_2.entry.js +3 -3
  473. package/lib/esm/duet-hero.entry.js +3 -3
  474. package/lib/esm/duet-icon.entry.js +3 -3
  475. package/lib/esm/duet-input_2.entry.js +4 -4
  476. package/lib/esm/duet-layout.entry.js +1 -1
  477. package/lib/esm/duet-list_2.entry.js +1 -1
  478. package/lib/esm/duet-menu-bar-button.entry.js +3 -3
  479. package/lib/esm/duet-menu-bar-dropdown-link.entry.js +3 -3
  480. package/lib/esm/duet-menu-bar-dropdown.entry.js +3 -3
  481. package/lib/esm/duet-menu-bar-link.entry.js +3 -3
  482. package/lib/esm/duet-menu-bar.entry.js +3 -3
  483. package/lib/esm/duet-modal.entry.js +4 -4
  484. package/lib/esm/duet-multiselect.entry.js +3 -3
  485. package/lib/esm/duet-nav.entry.js +1 -1
  486. package/lib/esm/duet-notification_2.entry.js +4 -4
  487. package/lib/esm/duet-number-input.entry.js +3 -3
  488. package/lib/esm/duet-page-heading.entry.js +3 -3
  489. package/lib/esm/duet-pagination_2.entry.js +4 -4
  490. package/lib/esm/duet-popup-menu-item.entry.js +3 -3
  491. package/lib/esm/duet-popup-menu.entry.js +1 -1
  492. package/lib/esm/duet-progress.entry.js +3 -3
  493. package/lib/esm/duet-promo-card.entry.js +3 -3
  494. package/lib/esm/duet-radio_2.entry.js +3 -3
  495. package/lib/esm/duet-range-slider.entry.js +3 -3
  496. package/lib/esm/duet-scrollable_3.entry.js +5 -5
  497. package/lib/esm/duet-section-layout.entry.js +1 -1
  498. package/lib/esm/duet-select.entry.js +3 -3
  499. package/lib/esm/duet-shaped-image.entry.js +1 -1
  500. package/lib/esm/duet-show-more.entry.js +3 -3
  501. package/lib/esm/duet-slideout-lang.entry.js +3 -3
  502. package/lib/esm/duet-slideout-link.entry.js +3 -3
  503. package/lib/esm/duet-slideout-panel-dropdown.entry.js +3 -3
  504. package/lib/esm/duet-slideout-panel.entry.js +4 -4
  505. package/lib/esm/duet-slideout.entry.js +51 -19
  506. package/lib/esm/duet-step_2.entry.js +4 -4
  507. package/lib/esm/duet-submenu-bar-dropdown-link.entry.js +3 -3
  508. package/lib/esm/duet-submenu-bar-dropdown.entry.js +3 -3
  509. package/lib/esm/duet-submenu-bar-link.entry.js +3 -3
  510. package/lib/esm/duet-submenu-bar.entry.js +3 -3
  511. package/lib/esm/duet-textarea.entry.js +3 -3
  512. package/lib/esm/duet-toggle.entry.js +3 -3
  513. package/lib/esm/duet-toolbar-dropdown-link.entry.js +3 -3
  514. package/lib/esm/duet-toolbar-dropdown.entry.js +3 -3
  515. package/lib/esm/duet-toolbar-link.entry.js +3 -3
  516. package/lib/esm/duet-toolbar.entry.js +1 -1
  517. package/lib/esm/duet-tooltip-button_2.entry.js +5 -5
  518. package/lib/esm/duet-tooltip.entry.js +3 -3
  519. package/lib/esm/duet-tray.entry.js +3 -3
  520. package/lib/esm/duet-upload-aria-status.entry.js +3 -3
  521. package/lib/esm/duet-upload-item.entry.js +7 -4
  522. package/lib/esm/duet-visually-hidden.entry.js +3 -3
  523. package/lib/esm/duet.js +3 -3
  524. package/lib/esm/{focus-utils-a669bad3.js → focus-utils-33e8d53f.js} +1 -1
  525. package/lib/esm/{index-4b92be25.js → index-62aa2798.js} +2 -9
  526. package/lib/esm/loader.js +3 -3
  527. package/lib/{dist-custom-elements/p-040f8831.js → esm/nudge-350af17e.js} +3 -6
  528. package/lib/esm-es5/duet-action-button.entry.js +1 -1
  529. package/lib/esm-es5/duet-alert.entry.js +1 -1
  530. package/lib/esm-es5/duet-badge.entry.js +1 -1
  531. package/lib/esm-es5/duet-banner.entry.js +1 -1
  532. package/lib/esm-es5/duet-breadcrumb.entry.js +1 -1
  533. package/lib/esm-es5/duet-breadcrumbs.entry.js +1 -1
  534. package/lib/esm-es5/duet-button_2.entry.js +1 -1
  535. package/lib/esm-es5/duet-callout.entry.js +1 -1
  536. package/lib/esm-es5/duet-caption_4.entry.js +2 -2
  537. package/lib/esm-es5/duet-card.entry.js +2 -2
  538. package/lib/esm-es5/duet-checkbox.entry.js +1 -1
  539. package/lib/esm-es5/duet-checkmark.entry.js +1 -1
  540. package/lib/esm-es5/duet-chip.entry.js +1 -1
  541. package/lib/esm-es5/duet-choice_2.entry.js +1 -1
  542. package/lib/esm-es5/duet-collapsible.entry.js +1 -1
  543. package/lib/esm-es5/duet-combobox.entry.js +1 -1
  544. package/lib/esm-es5/duet-contact-card.entry.js +1 -1
  545. package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
  546. package/lib/esm-es5/duet-date-picker.entry.js +1 -1
  547. package/lib/esm-es5/duet-divider_2.entry.js +1 -1
  548. package/lib/esm-es5/duet-editable-table_3.entry.js +1 -1
  549. package/lib/esm-es5/duet-empty-state.entry.js +1 -1
  550. package/lib/esm-es5/duet-fieldset.entry.js +1 -1
  551. package/lib/esm-es5/duet-footer.entry.js +1 -1
  552. package/lib/esm-es5/duet-grid_2.entry.js +1 -1
  553. package/lib/esm-es5/duet-header_2.entry.js +1 -1
  554. package/lib/esm-es5/duet-hero.entry.js +1 -1
  555. package/lib/esm-es5/duet-icon.entry.js +2 -2
  556. package/lib/esm-es5/duet-input_2.entry.js +1 -1
  557. package/lib/esm-es5/duet-layout.entry.js +1 -1
  558. package/lib/esm-es5/duet-list_2.entry.js +1 -1
  559. package/lib/esm-es5/duet-menu-bar-button.entry.js +1 -1
  560. package/lib/esm-es5/duet-menu-bar-dropdown-link.entry.js +1 -1
  561. package/lib/esm-es5/duet-menu-bar-dropdown.entry.js +1 -1
  562. package/lib/esm-es5/duet-menu-bar-link.entry.js +1 -1
  563. package/lib/esm-es5/duet-menu-bar.entry.js +1 -1
  564. package/lib/esm-es5/duet-modal.entry.js +1 -1
  565. package/lib/esm-es5/duet-multiselect.entry.js +2 -2
  566. package/lib/esm-es5/duet-nav.entry.js +1 -1
  567. package/lib/esm-es5/duet-notification_2.entry.js +1 -1
  568. package/lib/esm-es5/duet-number-input.entry.js +2 -2
  569. package/lib/esm-es5/duet-page-heading.entry.js +1 -1
  570. package/lib/esm-es5/duet-pagination_2.entry.js +1 -1
  571. package/lib/esm-es5/duet-popup-menu-item.entry.js +1 -1
  572. package/lib/esm-es5/duet-popup-menu.entry.js +1 -1
  573. package/lib/esm-es5/duet-progress.entry.js +1 -1
  574. package/lib/esm-es5/duet-promo-card.entry.js +1 -1
  575. package/lib/esm-es5/duet-radio_2.entry.js +1 -1
  576. package/lib/esm-es5/duet-range-slider.entry.js +2 -2
  577. package/lib/esm-es5/duet-scrollable_3.entry.js +1 -1
  578. package/lib/esm-es5/duet-section-layout.entry.js +1 -1
  579. package/lib/esm-es5/duet-select.entry.js +1 -1
  580. package/lib/esm-es5/duet-shaped-image.entry.js +1 -1
  581. package/lib/esm-es5/duet-show-more.entry.js +1 -1
  582. package/lib/esm-es5/duet-slideout-lang.entry.js +1 -1
  583. package/lib/esm-es5/duet-slideout-link.entry.js +1 -1
  584. package/lib/esm-es5/duet-slideout-panel-dropdown.entry.js +1 -1
  585. package/lib/esm-es5/duet-slideout-panel.entry.js +1 -1
  586. package/lib/esm-es5/duet-slideout.entry.js +2 -2
  587. package/lib/esm-es5/duet-step_2.entry.js +2 -2
  588. package/lib/esm-es5/duet-submenu-bar-dropdown-link.entry.js +1 -1
  589. package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +1 -1
  590. package/lib/esm-es5/duet-submenu-bar-link.entry.js +1 -1
  591. package/lib/esm-es5/duet-submenu-bar.entry.js +2 -2
  592. package/lib/esm-es5/duet-textarea.entry.js +2 -2
  593. package/lib/esm-es5/duet-toggle.entry.js +1 -1
  594. package/lib/esm-es5/duet-toolbar-dropdown-link.entry.js +1 -1
  595. package/lib/esm-es5/duet-toolbar-dropdown.entry.js +1 -1
  596. package/lib/esm-es5/duet-toolbar-link.entry.js +1 -1
  597. package/lib/esm-es5/duet-toolbar.entry.js +1 -1
  598. package/lib/esm-es5/duet-tooltip-button_2.entry.js +1 -1
  599. package/lib/esm-es5/duet-tooltip.entry.js +1 -1
  600. package/lib/esm-es5/duet-tray.entry.js +1 -1
  601. package/lib/esm-es5/duet-upload-aria-status.entry.js +1 -1
  602. package/lib/esm-es5/duet-upload-item.entry.js +1 -1
  603. package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
  604. package/lib/esm-es5/duet.js +1 -1
  605. package/lib/esm-es5/focus-utils-33e8d53f.js +4 -0
  606. package/lib/esm-es5/index-62aa2798.js +5 -0
  607. package/lib/esm-es5/loader.js +1 -1
  608. package/lib/esm-es5/nudge-350af17e.js +4 -0
  609. package/lib/types/components/duet-choice/duet-choice.d.ts +9 -0
  610. package/lib/types/components/duet-choice-group/duet-choice-group.d.ts +4 -2
  611. package/lib/types/components/duet-link/duet-link.d.ts +1 -0
  612. package/lib/types/components/duet-slideout/duet-slideout.d.ts +16 -0
  613. package/lib/types/components.d.ts +26 -0
  614. package/lib/types/utils/nudge.d.ts +1 -1
  615. package/package.json +17 -24
  616. package/lib/duet/p-002b8f41.entry.js +0 -4
  617. package/lib/duet/p-02baa949.entry.js +0 -4
  618. package/lib/duet/p-040f8831.js +0 -4
  619. package/lib/duet/p-0528e2a7.entry.js +0 -4
  620. package/lib/duet/p-0a33ef8e.entry.js +0 -4
  621. package/lib/duet/p-0ee95a64.entry.js +0 -4
  622. package/lib/duet/p-11e2303e.system.entry.js +0 -4
  623. package/lib/duet/p-18a31510.entry.js +0 -4
  624. package/lib/duet/p-1b6fb905.entry.js +0 -4
  625. package/lib/duet/p-1f65b60f.entry.js +0 -4
  626. package/lib/duet/p-215eda28.system.entry.js +0 -4
  627. package/lib/duet/p-23134d90.entry.js +0 -4
  628. package/lib/duet/p-26095a08.system.js +0 -4
  629. package/lib/duet/p-2748aa50.entry.js +0 -4
  630. package/lib/duet/p-28960e09.entry.js +0 -4
  631. package/lib/duet/p-2906fe6c.entry.js +0 -4
  632. package/lib/duet/p-2cacedde.system.entry.js +0 -4
  633. package/lib/duet/p-2d4c6724.entry.js +0 -4
  634. package/lib/duet/p-32d74eb9.entry.js +0 -4
  635. package/lib/duet/p-34249a02.entry.js +0 -4
  636. package/lib/duet/p-3b82aa9e.system.entry.js +0 -4
  637. package/lib/duet/p-3cd4a72e.system.entry.js +0 -4
  638. package/lib/duet/p-3e39b66d.entry.js +0 -4
  639. package/lib/duet/p-43587827.entry.js +0 -4
  640. package/lib/duet/p-43f99432.entry.js +0 -4
  641. package/lib/duet/p-48da4668.system.entry.js +0 -4
  642. package/lib/duet/p-4b79c0dc.entry.js +0 -4
  643. package/lib/duet/p-54e6e82f.system.js +0 -5
  644. package/lib/duet/p-55759777.entry.js +0 -4
  645. package/lib/duet/p-58dc5c7f.entry.js +0 -4
  646. package/lib/duet/p-5bdc3d08.entry.js +0 -4
  647. package/lib/duet/p-5eb72773.entry.js +0 -4
  648. package/lib/duet/p-63707d67.system.entry.js +0 -4
  649. package/lib/duet/p-65d39961.entry.js +0 -4
  650. package/lib/duet/p-6b02135b.entry.js +0 -4
  651. package/lib/duet/p-6b9bcd66.entry.js +0 -4
  652. package/lib/duet/p-6c1bb847.system.entry.js +0 -4
  653. package/lib/duet/p-6cca1a56.entry.js +0 -4
  654. package/lib/duet/p-6cf633e0.entry.js +0 -4
  655. package/lib/duet/p-7becefd3.entry.js +0 -4
  656. package/lib/duet/p-7bfb912d.system.entry.js +0 -4
  657. package/lib/duet/p-7cd149d5.system.entry.js +0 -4
  658. package/lib/duet/p-7cefb9c8.entry.js +0 -4
  659. package/lib/duet/p-7d5d6371.entry.js +0 -4
  660. package/lib/duet/p-80157d8f.system.entry.js +0 -4
  661. package/lib/duet/p-82ed0c1e.entry.js +0 -4
  662. package/lib/duet/p-83c33ce1.system.js +0 -4
  663. package/lib/duet/p-852393bd.entry.js +0 -4
  664. package/lib/duet/p-861e2ba5.entry.js +0 -4
  665. package/lib/duet/p-893682f2.entry.js +0 -4
  666. package/lib/duet/p-8e2ddb69.entry.js +0 -4
  667. package/lib/duet/p-9170537f.system.entry.js +0 -4
  668. package/lib/duet/p-9281ad1f.entry.js +0 -4
  669. package/lib/duet/p-9a5b6324.entry.js +0 -4
  670. package/lib/duet/p-9e2fc97b.entry.js +0 -4
  671. package/lib/duet/p-a1dadf5f.entry.js +0 -4
  672. package/lib/duet/p-a4262e9e.entry.js +0 -4
  673. package/lib/duet/p-a77d6daa.entry.js +0 -4
  674. package/lib/duet/p-a8c0eab5.entry.js +0 -4
  675. package/lib/duet/p-af9efdf9.entry.js +0 -4
  676. package/lib/duet/p-b43c3844.entry.js +0 -4
  677. package/lib/duet/p-ba7e2b46.entry.js +0 -4
  678. package/lib/duet/p-c3148fb5.entry.js +0 -4
  679. package/lib/duet/p-c486b82a.entry.js +0 -4
  680. package/lib/duet/p-c689a5a2.entry.js +0 -4
  681. package/lib/duet/p-c69dd504.entry.js +0 -4
  682. package/lib/duet/p-c97109b5.system.js +0 -4
  683. package/lib/duet/p-c9d0296f.entry.js +0 -4
  684. package/lib/duet/p-ccd1c1da.entry.js +0 -4
  685. package/lib/duet/p-ce0dbe46.entry.js +0 -4
  686. package/lib/duet/p-ce60ea36.entry.js +0 -4
  687. package/lib/duet/p-d3b8295e.entry.js +0 -4
  688. package/lib/duet/p-d79067a9.entry.js +0 -4
  689. package/lib/duet/p-dfaea3f3.entry.js +0 -4
  690. package/lib/duet/p-e6d1abab.entry.js +0 -4
  691. package/lib/duet/p-e888b133.entry.js +0 -4
  692. package/lib/duet/p-f46d2985.entry.js +0 -4
  693. package/lib/duet/p-fbeab44b.entry.js +0 -4
  694. package/lib/duet/p-fe21ca0a.entry.js +0 -4
  695. package/lib/esm-es5/focus-utils-a669bad3.js +0 -4
  696. package/lib/esm-es5/index-4b92be25.js +0 -5
  697. package/lib/esm-es5/nudge-560904c3.js +0 -4
@@ -5,13 +5,13 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-690ed579.js');
8
+ const index = require('./index-83a4e16a.js');
9
9
  const themeableComponent = require('./themeable-component-0be6d1f4.js');
10
10
  const createId = require('./create-id-167cd350.js');
11
11
  const jsUtils = require('./js-utils-b20cfc79.js');
12
12
  const keyboardUtils = require('./keyboard-utils-02441bc5.js');
13
13
  const languageUtils = require('./language-utils-dc19e8b6.js');
14
- const nudge = require('./nudge-ee03ce2e.js');
14
+ const nudge = require('./nudge-84818dad.js');
15
15
  const tokenUtils = require('./token-utils-dbfeff2e.js');
16
16
  require('./string-utils-51a2f59f.js');
17
17
  require('./tokens.module-10f42b21.js');
@@ -96,7 +96,7 @@ const DuetActionButton = class {
96
96
  themeableComponent.inheritGlobalTheme(this);
97
97
  }
98
98
  componentDidLoad() {
99
- nudge.nudge(this);
99
+ nudge.nudge();
100
100
  }
101
101
  connectedCallback() {
102
102
  languageUtils.connectLanguageChangeObserver(this, { prop: "accessibleLabel", defaults: "accessibleLabelsDefaults" });
@@ -5,11 +5,11 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-690ed579.js');
8
+ const index = require('./index-83a4e16a.js');
9
9
  const themeableComponent = require('./themeable-component-0be6d1f4.js');
10
10
  const createId = require('./create-id-167cd350.js');
11
11
  const languageUtils = require('./language-utils-dc19e8b6.js');
12
- const nudge = require('./nudge-ee03ce2e.js');
12
+ const nudge = require('./nudge-84818dad.js');
13
13
  require('./string-utils-51a2f59f.js');
14
14
 
15
15
  const duetAlertCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%;max-height:999px;border-radius:4px;transition:opacity 300ms ease, visibility 300ms ease, transform 300ms ease, max-height 300ms ease}:host(:focus){outline:0}:host(.user-is-tabbing:focus){border-radius:4px;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}:host(.user-is-tabbing.duet-theme-turva:focus){box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}:host(.duet-alert-is-dismissed){max-height:0;overflow:hidden;visibility:hidden !important;opacity:0;transform:scale(0.98)}:host(.duet-alert-is-dismissed) .duet-alert{margin:0 !important}.duet-alert{margin-bottom:16px !important;position:relative;width:100%;padding: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:1rem;font-weight:400;line-height:1.25;color:rgb(0, 41, 77);background:#f2f8fb;border:1px solid rgb(0, 119, 179);border-radius:4px;transition:margin 100ms 300ms ease}.duet-alert.duet-p-0{padding:0 !important}.duet-alert.duet-m-0{margin:0 !important}.duet-alert.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);background:#f3f4f5;border-color:rgb(23, 28, 58)}.duet-alert.warning{background:#fffbf4;border-color:rgb(247, 178, 40)}.duet-alert.warning.duet-theme-turva{background:#fffaf3;border-color:rgb(250, 164, 15)}.duet-alert.danger{background:#fdf4f7;border-color:rgb(222, 35, 98)}.duet-alert.danger.duet-theme-turva{background:#fdf4f3;border-color:rgb(224, 42, 13)}.duet-alert.success{background:#f2f9f7;border-color:rgb(0, 135, 90)}.duet-alert.success.duet-theme-turva{background:#f3f9f6;border-color:rgb(8, 135, 78)}.duet-alert-dismiss{position:absolute;top:2px;right:2px}.duet-alert-container{display:inline-flex;align-items:center;justify-content:center;width:100%;margin:0 auto !important}.duet-alert-container span{width:100%}.duet-alert-has-icon .duet-alert-container{margin-top:2px !important}.duet-alert-icon{display:inline-block;align-self:center;width:20px;min-width:20px;height:20px;margin:0 16px 0 0 !important}.duet-alert-icon duet-icon{width:20px;height:20px}.duet-alert-is-dismissible{padding:16px 48px 16px 16px;text-align:left}.duet-alert-is-dismissible .duet-alert-container{text-align:left}";
@@ -60,7 +60,7 @@ const DuetAlert = class {
60
60
  if (this.autoDismiss) {
61
61
  this.timeoutID = setTimeout(() => this.handleDismiss(), this.autoDismiss);
62
62
  }
63
- nudge.nudge(this);
63
+ nudge.nudge();
64
64
  }
65
65
  connectedCallback() {
66
66
  languageUtils.connectLanguageChangeObserver(this, { prop: "accessibleLabel", defaults: "accessibleLabelDefaults" });
@@ -5,9 +5,9 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-690ed579.js');
8
+ const index = require('./index-83a4e16a.js');
9
9
  const themeableComponent = require('./themeable-component-0be6d1f4.js');
10
- const nudge = require('./nudge-ee03ce2e.js');
10
+ const nudge = require('./nudge-84818dad.js');
11
11
 
12
12
  const duetBadgeCss = "*,*::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:4px !important;margin-bottom:2px !important;display:inline-block;width:auto;vertical-align:middle}:host:last-child,:host:last-of-type{margin-right:0 !important}:host(.duet-m-0){margin:0 !important}.duet-badge{width:100%;padding:4.4444444444px 12px 5.4444444444px;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.75rem;font-style:normal;font-weight:600;line-height:1.25;color:rgb(0, 41, 77);text-align:center;word-break:break-word;vertical-align:middle;background:#d9ebf4;border-radius:20rem}.duet-badge.duet-p-0{padding:0 !important}.duet-badge.duet-m-0{margin:0 !important}.duet-badge.duet-theme-turva{padding:5.4444444444px 12px 4.4444444444px;font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-weight:700;color:rgb(23, 28, 58);background:#e8e8eb}.duet-badge.warning{background:#fdecc9}.duet-badge.warning.duet-theme-turva{background:#fee8c3}.duet-badge.danger{background:#f8d3e0}.duet-badge.danger.duet-theme-turva{background:#f9d4cf}.duet-badge.success{background:#cce7de}.duet-badge.success.duet-theme-turva{background:#cee7dc}.duet-badge.subtle{color:rgb(101, 119, 135);background:none;outline:1px solid rgb(225, 227, 230);outline-offset:-1px}.duet-badge.subtle.duet-theme-turva{color:rgb(68, 68, 69);background:none;outline-color:rgb(228, 228, 230)}.duet-badge.background-strong.default{color:rgb(255, 255, 255);background:rgb(0, 119, 179)}.duet-badge.background-strong.default.duet-theme-turva{color:rgb(255, 255, 255);background:rgb(23, 28, 58)}.duet-badge.background-strong.warning{background:#f9c153}.duet-badge.background-strong.warning.duet-theme-turva{background:#fbb63f}.duet-badge.background-strong.danger{color:rgb(255, 255, 255);background:rgb(222, 35, 98)}.duet-badge.background-strong.danger.duet-theme-turva{color:rgb(255, 255, 255);background:rgb(224, 42, 13)}.duet-badge.background-strong.success{color:rgb(255, 255, 255);background:rgb(0, 135, 90)}.duet-badge.background-strong.success.duet-theme-turva{color:rgb(255, 255, 255);background:rgb(8, 135, 78)}.duet-badge.background-strong.subtle{border-color:rgb(207, 210, 212);outline-color:rgb(0, 41, 77)}.duet-badge.background-strong.subtle.duet-theme-turva{border-color:rgb(207, 207, 209);outline-color:rgb(23, 28, 58)}";
13
13
 
@@ -26,7 +26,7 @@ const DuetBadge = class {
26
26
  themeableComponent.inheritGlobalTheme(this);
27
27
  }
28
28
  componentDidLoad() {
29
- nudge.nudge(this);
29
+ nudge.nudge();
30
30
  }
31
31
  /**
32
32
  * render() function
@@ -5,9 +5,9 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-690ed579.js');
8
+ const index = require('./index-83a4e16a.js');
9
9
  const themeableComponent = require('./themeable-component-0be6d1f4.js');
10
- const nudge = require('./nudge-ee03ce2e.js');
10
+ const nudge = require('./nudge-84818dad.js');
11
11
  const tokenUtils = require('./token-utils-dbfeff2e.js');
12
12
  require('./tokens.module-10f42b21.js');
13
13
 
@@ -37,7 +37,7 @@ const DuetBanner = class {
37
37
  this.hasActionSlot = !!this.element.querySelector('[slot="action"]');
38
38
  }
39
39
  componentDidLoad() {
40
- nudge.nudge(this);
40
+ nudge.nudge();
41
41
  }
42
42
  /**
43
43
  * render() function
@@ -5,10 +5,10 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-690ed579.js');
8
+ const index = require('./index-83a4e16a.js');
9
9
  const themeableComponent = require('./themeable-component-0be6d1f4.js');
10
10
  const languageUtils = require('./language-utils-dc19e8b6.js');
11
- const nudge = require('./nudge-ee03ce2e.js');
11
+ const nudge = require('./nudge-84818dad.js');
12
12
  require('./string-utils-51a2f59f.js');
13
13
 
14
14
  var actionArrowRightSmall={"title":"action-arrow-right-small","tags":"action arrow right small caret","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M19.5 12a2.3 2.3 0 0 1-.78 1.729L7.568 23.54a1.847 1.847 0 0 1-2.439-2.773l9.752-8.579a.25.25 0 0 0 0-.376L5.129 3.233A1.847 1.847 0 0 1 7.568.46l11.148 9.808A2.31 2.31 0 0 1 19.5 12z\"/></svg>"};
@@ -36,7 +36,7 @@ const DuetBreadcrumb = class {
36
36
  themeableComponent.inheritGlobalTheme(this);
37
37
  }
38
38
  componentDidLoad() {
39
- nudge.nudge(this);
39
+ nudge.nudge();
40
40
  }
41
41
  connectedCallback() {
42
42
  languageUtils.connectLanguageChangeObserver(this);
@@ -5,7 +5,7 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-690ed579.js');
8
+ const index = require('./index-83a4e16a.js');
9
9
  const themeableComponent = require('./themeable-component-0be6d1f4.js');
10
10
  const languageUtils = require('./language-utils-dc19e8b6.js');
11
11
  require('./string-utils-51a2f59f.js');
@@ -5,11 +5,11 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-690ed579.js');
8
+ const index = require('./index-83a4e16a.js');
9
9
  const themeableComponent = require('./themeable-component-0be6d1f4.js');
10
10
  const commonStrings = require('./common-strings-17770d7a.js');
11
11
  const languageUtils = require('./language-utils-dc19e8b6.js');
12
- const nudge = require('./nudge-ee03ce2e.js');
12
+ const nudge = require('./nudge-84818dad.js');
13
13
  const tokenUtils = require('./token-utils-dbfeff2e.js');
14
14
  require('./string-utils-51a2f59f.js');
15
15
  require('./tokens.module-10f42b21.js');
@@ -88,7 +88,7 @@ const DuetButton = class {
88
88
  }
89
89
  }
90
90
  componentDidLoad() {
91
- nudge.nudge(this);
91
+ nudge.nudge();
92
92
  }
93
93
  connectedCallback() {
94
94
  this.proxyButton = document.createElement("button");
@@ -5,9 +5,9 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-690ed579.js');
8
+ const index = require('./index-83a4e16a.js');
9
9
  const themeableComponent = require('./themeable-component-0be6d1f4.js');
10
- const nudge = require('./nudge-ee03ce2e.js');
10
+ const nudge = require('./nudge-84818dad.js');
11
11
 
12
12
  const duetCalloutCss = ":host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:relative;display:block;width:100%}blockquote,figure{margin:0}.duet-callout{margin-bottom:28px !important;display:flex;align-items:center;justify-content:center;width:100%;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"}.duet-callout .container{display:flex;flex-direction:column;gap:8px;align-items:center;max-width:688px;text-align:center}.duet-callout .callout-icon{width:50px;padding-bottom:8px}.duet-callout .author{color:rgb(0, 41, 77)}.duet-callout.duet-theme-turva{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"}.duet-callout.duet-theme-turva .author{color:rgb(23, 28, 58)}.duet-callout.duet-m-0{margin:0 !important}";
13
13
 
@@ -26,7 +26,7 @@ const DuetCallout = class {
26
26
  this.hasAuthorSlot = !!this.element.querySelector('[slot="author"]');
27
27
  }
28
28
  componentDidLoad() {
29
- nudge.nudge(this);
29
+ nudge.nudge();
30
30
  }
31
31
  /**
32
32
  * render() function
@@ -5,9 +5,9 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-690ed579.js');
8
+ const index = require('./index-83a4e16a.js');
9
9
  const themeableComponent = require('./themeable-component-0be6d1f4.js');
10
- const nudge = require('./nudge-ee03ce2e.js');
10
+ const nudge = require('./nudge-84818dad.js');
11
11
  const stringUtils = require('./string-utils-51a2f59f.js');
12
12
  const tokenUtils = require('./token-utils-dbfeff2e.js');
13
13
  const actionArrowRight = require('./action-arrow-right-24fe06be.js');
@@ -33,7 +33,7 @@ const DuetCaption = class {
33
33
  themeableComponent.inheritGlobalTheme(this);
34
34
  }
35
35
  componentDidLoad() {
36
- nudge.nudge(this);
36
+ nudge.nudge();
37
37
  }
38
38
  /**
39
39
  * render() function
@@ -73,7 +73,7 @@ const DuetHeading = class {
73
73
  themeableComponent.inheritGlobalTheme(this);
74
74
  }
75
75
  componentDidLoad() {
76
- nudge.nudge(this);
76
+ nudge.nudge();
77
77
  }
78
78
  /**
79
79
  * render() function
@@ -127,7 +127,7 @@ const DuetLink = class {
127
127
  this.initMediaQuery();
128
128
  }
129
129
  componentDidLoad() {
130
- nudge.nudge(this);
130
+ nudge.nudge();
131
131
  }
132
132
  connectedCallback() {
133
133
  languageUtils.connectLanguageChangeObserver(this, {
@@ -159,7 +159,7 @@ const DuetLink = class {
159
159
  this.isSmallScreen = event.matches;
160
160
  }
161
161
  renderContent() {
162
- return (index.h(index.Fragment, null, index.h("span", { class: "duet-link-content" }, index.h("slot", null)), this.external && (index.h(index.Fragment, null, index.h("span", { class: "duet-link-external" }, "\u00A0", index.h("duet-icon", { icon: actionNewWindowSmall.actionNewWindowSmall.svg, size: "xx-small", margin: "none", color: "currentColor" })), index.h("duet-visually-hidden", null, this.accessibleLabelExternal)))));
162
+ return (index.h(index.Fragment, null, index.h("span", { class: "duet-link-content", part: "duet-link-content" }, index.h("slot", null)), this.external && (index.h(index.Fragment, null, index.h("span", { class: "duet-link-external" }, "\u00A0", index.h("duet-icon", { icon: actionNewWindowSmall.actionNewWindowSmall.svg, size: "xx-small", margin: "none", color: "currentColor" })), index.h("duet-visually-hidden", null, this.accessibleLabelExternal)))));
163
163
  }
164
164
  renderGrid() {
165
165
  return (index.h(index.Fragment, null, this.icon && (index.h("span", { class: "block__icon" }, index.h("duet-icon", { size: this.iconResponsive ? (this.isSmallScreen ? "medium" : "large") : "x-small", name: this.icon, margin: "none", color: this.iconColor }))), index.h("span", { class: "block__content" }, this.renderContent()), index.h("span", { class: "block__chevron", part: "block-chevron" }, index.h("duet-icon", { class: "block__chevron-icon", icon: actionArrowRight.actionArrowRight.svg, size: "x-small", margin: "none", color: "primary-dark" }))));
@@ -208,7 +208,7 @@ const DuetParagraph = class {
208
208
  themeableComponent.inheritGlobalTheme(this);
209
209
  }
210
210
  componentDidLoad() {
211
- nudge.nudge(this);
211
+ nudge.nudge();
212
212
  }
213
213
  /**
214
214
  * render() function
@@ -5,11 +5,11 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-690ed579.js');
8
+ const index = require('./index-83a4e16a.js');
9
9
  const themeableComponent = require('./themeable-component-0be6d1f4.js');
10
10
  const createId = require('./create-id-167cd350.js');
11
11
  const keyboardUtils = require('./keyboard-utils-02441bc5.js');
12
- const nudge = require('./nudge-ee03ce2e.js');
12
+ const nudge = require('./nudge-84818dad.js');
13
13
  const stringUtils = require('./string-utils-51a2f59f.js');
14
14
  const tokenUtils = require('./token-utils-dbfeff2e.js');
15
15
  require('./tokens.module-10f42b21.js');
@@ -68,7 +68,7 @@ const DuetCard = class {
68
68
  this.hasFooter = !!this.element.querySelector("[slot='footer']");
69
69
  }
70
70
  componentDidLoad() {
71
- nudge.nudge(this);
71
+ nudge.nudge();
72
72
  }
73
73
  renderHeading() {
74
74
  const safeHeadingLevel = stringUtils.sanitizeString(this.headingLevel);
@@ -5,10 +5,10 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-690ed579.js');
8
+ const index = require('./index-83a4e16a.js');
9
9
  const themeableComponent = require('./themeable-component-0be6d1f4.js');
10
10
  const createId = require('./create-id-167cd350.js');
11
- const nudge = require('./nudge-ee03ce2e.js');
11
+ const nudge = require('./nudge-84818dad.js');
12
12
 
13
13
  const duetCheckboxCss = "*.sc-duet-checkbox,*.sc-duet-checkbox::after,*.sc-duet-checkbox::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-checkbox-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-right:8px !important;margin-bottom:12px !important;display:inline-flex;width:100%;vertical-align:bottom;-webkit-tap-highlight-color:transparent}.sc-duet-checkbox-h:last-child,.sc-duet-checkbox-h:last-of-type{margin-right:0 !important}.sc-duet-checkbox-h:last-child:not(:only-child){margin-bottom:0 !important}.duet-m-0.sc-duet-checkbox-h{margin:0 !important}.duet-label.sc-duet-checkbox{position:relative;z-index:100;display:inline;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:400;line-height:1.5;color:rgb(0, 41, 77);vertical-align:top;cursor:pointer;background:transparent;transition:300ms ease}.duet-theme-turva.sc-duet-checkbox .duet-label.sc-duet-checkbox{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58)}.duet-label.sc-duet-checkbox span.sc-duet-checkbox{display:inline-block;width:calc(100% - 32px);font-size:1rem;font-weight:400;vertical-align:top}.duet-checkbox-container.sc-duet-checkbox{position:relative;width:100%;height:100%}.duet-checkbox.sc-duet-checkbox{padding:14px !important;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;cursor:pointer;opacity:0}.duet-checkbox.sc-duet-checkbox+label.sc-duet-checkbox::before{z-index:100;display:inline-block;width:20px;height:20px;margin:2px 10px 1px 1px;vertical-align:top;content:\"\";background:rgb(255, 255, 255);border:1px solid rgb(0, 41, 77);border-radius:4px}.duet-theme-turva.sc-duet-checkbox .duet-checkbox.sc-duet-checkbox+label.sc-duet-checkbox::before{border-color:rgb(23, 28, 58)}.duet-checkbox.sc-duet-checkbox:checked+label.sc-duet-checkbox::before{background:rgb(0, 41, 77);border:1px solid rgb(0, 41, 77)}.duet-theme-turva.sc-duet-checkbox .duet-checkbox.sc-duet-checkbox:checked+label.sc-duet-checkbox::before{background:rgb(23, 28, 58);border-color:rgb(23, 28, 58)}.duet-checkbox.sc-duet-checkbox:focus+label.sc-duet-checkbox::before{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-theme-turva.sc-duet-checkbox .duet-checkbox.sc-duet-checkbox:focus+label.sc-duet-checkbox::before{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-checkbox.sc-duet-checkbox+label.sc-duet-checkbox{position:static}.duet-checkbox.sc-duet-checkbox:checked+label.sc-duet-checkbox::after{position:absolute;top:6px;left:5px;z-index:200;width:12px;height:12px;pointer-events:none;content:\"\";background:transparent url(\"data:image/svg+xml,%3Csvg%20fill%3D%27white%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2724%27%20height%3D%2724%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%27M23.374.287a1.5%2C1.5%2C0%2C0%2C0-2.093.345L7.246%2C20.2%2C2.561%2C15.511A1.5%2C1.5%2C0%2C1%2C0%2C.439%2C17.632l5.935%2C5.934a1.525%2C1.525%2C0%2C0%2C0%2C2.279-.186l15.066-21A1.5%2C1.5%2C0%2C0%2C0%2C23.374.287Z%27%20%2F%3E%3C%2Fsvg%3E\") no-repeat 0 0;background-size:100% auto}.duet-checkbox[disabled].sc-duet-checkbox{cursor:default}.duet-checkbox[disabled].sc-duet-checkbox+label.sc-duet-checkbox{color:rgb(101, 119, 135)}.duet-theme-turva.sc-duet-checkbox .duet-checkbox[disabled].sc-duet-checkbox+label.sc-duet-checkbox{color:rgb(116, 116, 117)}.duet-checkbox[disabled].sc-duet-checkbox+label.sc-duet-checkbox::before{border-color:rgb(207, 210, 212)}.duet-theme-turva.sc-duet-checkbox .duet-checkbox[disabled].sc-duet-checkbox+label.sc-duet-checkbox::before{border-color:rgb(207, 207, 209)}.duet-checkbox[disabled].sc-duet-checkbox:checked+label.sc-duet-checkbox::before{background:rgb(101, 119, 135);border:1px solid rgb(101, 119, 135)}.duet-theme-turva.sc-duet-checkbox .duet-checkbox[disabled].sc-duet-checkbox:checked+label.sc-duet-checkbox::before{background:rgb(116, 116, 117);border-color:rgb(116, 116, 117)}.duet-label-hidden.sc-duet-checkbox .duet-label.sc-duet-checkbox span.sc-duet-checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}";
14
14
 
@@ -81,7 +81,7 @@ const DuetCheckbox = class {
81
81
  }
82
82
  }
83
83
  componentDidLoad() {
84
- nudge.nudge(this);
84
+ nudge.nudge();
85
85
  }
86
86
  /**
87
87
  * Sets focus on the specified `duet-checkbox`. Use this method instead of the global
@@ -5,7 +5,7 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-690ed579.js');
8
+ const index = require('./index-83a4e16a.js');
9
9
  const themeableComponent = require('./themeable-component-0be6d1f4.js');
10
10
 
11
11
  const duetCheckmarkCss = ".duet-checkmark-container{position:relative;width:20px;height:20px;margin-left:auto;border:1px solid rgb(144, 149, 153);border-radius:4px;transition:border 300ms ease}.duet-checkmark-container.center{margin-right:auto}.duet-theme-turva .duet-checkmark-container{border-color:rgb(116, 116, 117)}.checked .duet-checkmark-container{background:rgb(0, 119, 179);border-color:rgb(0, 119, 179);transition:none}.duet-theme-turva .checked .duet-checkmark-container{background:rgb(23, 28, 58);border-color:rgb(23, 28, 58) !important}.duet-checkmark-container.duet-checkmark-radio{border-radius:50%}[disabled]+label .duet-checkmark-container{border-color:rgb(207, 210, 212) !important}.duet-theme-turva [disabled]+label .duet-checkmark-container{border-color:rgb(207, 207, 209) !important}.checked [disabled]+label .duet-checkmark-container{background:rgb(207, 210, 212) !important}.duet-theme-turva .checked [disabled]+label .duet-checkmark-container{background:rgb(207, 207, 209) !important}.duet-checkmark{position:absolute;top:10px;left:3px;width:5.3333333333px;height:11.8518518519px;border-top:2px solid rgb(255, 255, 255);border-right:2px solid rgb(255, 255, 255);opacity:1;transform:scaleX(-1) rotate(135deg) translateZ(0);transform-origin:left top;animation-name:duet-checkmark;animation-duration:600ms;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes duet-checkmark{0%{width:0;height:0;opacity:1}20%{width:5.3333333333px;height:0;opacity:1}40%,100%{width:5.3333333333px;height:11.8518518519px;opacity:1}}";
@@ -5,10 +5,10 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-690ed579.js');
8
+ const index = require('./index-83a4e16a.js');
9
9
  const themeableComponent = require('./themeable-component-0be6d1f4.js');
10
10
  const createId = require('./create-id-167cd350.js');
11
- const nudge = require('./nudge-ee03ce2e.js');
11
+ const nudge = require('./nudge-84818dad.js');
12
12
 
13
13
  const duetChipCss = "*,*::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;position:relative;display:inline-block;width:auto;max-width:100%;vertical-align:bottom;-webkit-tap-highlight-color:transparent}:host:last-child,:host:last-of-type{margin-right:0 !important}.duet-chip-container{-webkit-user-select:none;user-select:none;position:relative;z-index:100;display:block;width:100%;padding:1px;hyphens:none;line-height:1.1;color:rgb(0, 41, 77) !important;text-align:center;cursor:pointer;background:rgb(255, 255, 255);border-color:rgb(144, 149, 153);border-style:solid;border-width:1px;border-radius:8px;transition:background-color 300ms ease, color 300ms ease, border-color 300ms ease}.duet-chip-container.duet-p-0{padding:0 !important}.duet-chip-container.duet-m-0{margin:0 !important}.duet-chip-container.duet-theme-turva{color:rgb(23, 28, 58) !important;background:rgb(255, 255, 255);border-color:rgb(23, 28, 58)}.duet-chip-container.duet-theme-turva:hover{border-color:rgb(198, 12, 48)}.duet-chip-container:hover{padding:0 !important;border-color:rgb(0, 119, 179);border-width:2px}.duet-chip-container.duet-chip-disabled{color:rgb(101, 119, 135) !important;cursor:default;background:rgb(245, 248, 250) !important;border-color:rgb(245, 248, 250) !important}.duet-chip-container.duet-chip-disabled.duet-theme-turva{color:rgb(116, 116, 117) !important;background:rgb(245, 245, 247);border-color:rgb(245, 245, 247)}.duet-chip-container.duet-chip-disabled:hover{background:rgb(245, 248, 250);border-color:rgb(245, 248, 250)}.duet-chip-container.duet-chip-disabled:hover.duet-theme-turva{background:rgb(245, 245, 247);border-color:rgb(245, 245, 247)}.duet-chip-container.duet-chip-disabled button,.duet-chip-container.duet-chip-disabled label{cursor:default}.duet-chip-container button,.duet-chip-container label{display:flex;align-items:center;width:100%;height:100%;padding:7px 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:600;color:rgb(0, 41, 77) !important;cursor:pointer}.duet-chip-container button:focus,.duet-chip-container label:focus{outline:none}.duet-chip-container .duet-chip-icon-container{display:flex;align-items:center;height:16px;padding:0;transition:padding 300ms ease}.duet-chip-container.duet-chip-has-icon .duet-chip-icon-container{width:24px;height:16px;padding-right:10px}.duet-chip-container.duet-chip-has-icon.duet-chip-filter-checked .duet-chip-icon-container,.duet-chip-container.duet-chip-has-icon.duet-chip-radio-checked .duet-chip-icon-container{padding-right:11px;padding-left:3px}.duet-chip-container.duet-chip-has-icon button,.duet-chip-container.duet-chip-has-icon label{padding-left:10px}.duet-chip-container.duet-chip-has-popup button,.duet-chip-container.duet-chip-has-popup label{padding-right:8px}.duet-chip-container duet-icon:not(.check-mark){width:auto;transition:width 300ms ease, transform 300ms ease;transform:scaleX(1)}.duet-chip-container duet-icon.check-mark{width:0;overflow:hidden;transition:width 300ms ease, transform 300ms ease;transform:scaleX(0)}.duet-chip-container.duet-chip-filter-checked,.duet-chip-container.duet-chip-radio-checked{background:rgb(230, 242, 248);border-color:rgb(230, 242, 248)}.duet-chip-container.duet-chip-filter-checked:hover,.duet-chip-container.duet-chip-radio-checked:hover{background:rgb(205, 229, 241);border-color:rgb(205, 229, 241)}.duet-chip-container.duet-chip-filter-checked button,.duet-chip-container.duet-chip-filter-checked label,.duet-chip-container.duet-chip-radio-checked button,.duet-chip-container.duet-chip-radio-checked label{padding-left:10px}.duet-chip-container.duet-chip-filter-checked .duet-chip-icon-container,.duet-chip-container.duet-chip-radio-checked .duet-chip-icon-container{padding-right:10px}.duet-chip-container.duet-chip-filter-checked .duet-chip-icon-container duet-icon:not(.check-mark),.duet-chip-container.duet-chip-radio-checked .duet-chip-icon-container duet-icon:not(.check-mark){width:0;overflow:hidden;transition:width 300ms ease, transform 300ms ease;transform:scaleX(0)}.duet-chip-container.duet-chip-filter-checked .duet-chip-icon-container duet-icon.check-mark,.duet-chip-container.duet-chip-radio-checked .duet-chip-icon-container duet-icon.check-mark{width:auto;transition:width 300ms ease, transform 300ms ease;transform:scaleX(1)}.duet-chip-container.duet-chip-filter-checked.duet-theme-turva,.duet-chip-container.duet-chip-radio-checked.duet-theme-turva{background:rgb(245, 245, 247);border-color:rgb(245, 245, 247)}.duet-chip-container.duet-chip-filter-checked.duet-theme-turva:hover,.duet-chip-container.duet-chip-radio-checked.duet-theme-turva:hover{background:rgb(228, 228, 230);border-color:rgb(228, 228, 230)}.duet-chip-container div.duet-chip-popup-disclosure{padding-right:4.5px;padding-left:12.5px}.duet-chip-container div.duet-chip-popup-disclosure duet-icon{transition:transform 300ms ease}.duet-chip-container.duet-chip-filter-popup-open{background:rgb(243, 249, 252);border-color:rgb(243, 249, 252)}.duet-chip-container.duet-chip-filter-popup-open.duet-theme-turva{background:rgb(245, 245, 247);border-color:rgb(245, 245, 247)}.duet-chip-container.duet-chip-filter-popup-open .duet-chip-popup-disclosure duet-icon{transform:rotate(180deg)}.duet-chip-container.duet-chip-input{display:flex;align-items:center;padding-right:0 !important}.duet-chip-container.duet-chip-input .duet-chip-input-button{flex-grow:1}.duet-chip-container.duet-chip-input .duet-chip-remove-button{width:26px;padding:8px 16px 8px 0;margin:-8px 0}:host(.user-is-tabbing) .duet-chip-focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}:host(.user-is-tabbing) .duet-chip-focus.duet-theme-turva{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-chip-container input{position:absolute !important;top:0;left:0;z-index:-1;width:100%;height:100%;cursor:pointer;opacity:0}";
14
14
 
@@ -170,7 +170,7 @@ const DuetChip = class {
170
170
  this.popupSetUp();
171
171
  }
172
172
  componentDidLoad() {
173
- nudge.nudge(this);
173
+ nudge.nudge();
174
174
  }
175
175
  /**
176
176
  * Sets focus. Use this method instead of the global focus().
@@ -5,25 +5,26 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-690ed579.js');
8
+ const index = require('./index-83a4e16a.js');
9
9
  const themeableComponent = require('./themeable-component-0be6d1f4.js');
10
10
  const slotQuery = require('./slot-query-b7555763.js');
11
11
  const commonStrings = require('./common-strings-17770d7a.js');
12
12
  const createId = require('./create-id-167cd350.js');
13
- const focusUtils = require('./focus-utils-c58cda6e.js');
13
+ const focusUtils = require('./focus-utils-cc0e6f8e.js');
14
14
  const keyboardUtils = require('./keyboard-utils-02441bc5.js');
15
15
  const languageUtils = require('./language-utils-dc19e8b6.js');
16
- const nudge = require('./nudge-ee03ce2e.js');
17
- const watchOptions = require('./watch-options-1773d69f.js');
16
+ const nudge = require('./nudge-84818dad.js');
18
17
  require('./string-utils-51a2f59f.js');
19
18
 
20
19
  var messagingInfo={"title":"messaging-info","tags":"messaging info information circle","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M13.5 17.25A2.252 2.252 0 0 1 11.25 15v-3.75h-.75a.75.75 0 0 1 0-1.5h.75c.827 0 1.5.673 1.5 1.5V15c0 .414.336.75.75.75h.75a.75.75 0 0 1 0 1.5z\"/><circle cx=\"11.625\" cy=\"7.125\" r=\"1.125\"/><path d=\"M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12zm0-22.5C6.21 1.5 1.5 6.21 1.5 12S6.21 22.5 12 22.5 22.5 17.79 22.5 12 17.79 1.5 12 1.5z\"/></svg>"};
21
20
 
22
- const duetChoiceCss = "*.sc-duet-choice,*.sc-duet-choice::after,*.sc-duet-choice::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-choice-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-right:16px !important;margin-bottom:12px !important;display:inline-flex;flex-direction:column;width:auto;max-width:100%;vertical-align:bottom;-webkit-tap-highlight-color:transparent}.sc-duet-choice-h:last-child,.sc-duet-choice-h:last-of-type{margin-right:0 !important}@media (max-width: 35.9375em){.sc-duet-choice-h{width:100%}}.duet-expand.sc-duet-choice-h{width:100% !important}.duet-m-0.sc-duet-choice-h{margin:0 !important}.duet-fixed.sc-duet-choice-h{width:auto !important}.vertical.sc-duet-choice-h{margin-right:0 !important}@media (min-width: 48em){.horizontal.sc-duet-choice-h{margin-bottom:0 !important}}@media (min-width: 48em){.horizontal-responsive.sc-duet-choice-h{margin-bottom:0 !important;margin-right:16px !important}.horizontal-responsive.sc-duet-choice-h:last-child,.horizontal-responsive.sc-duet-choice-h:last-of-type{margin-right:0 !important}}.sc-duet-choice-h:last-child:not(:only-child){margin-right:0 !important}.duet-choice-card.sc-duet-choice{position:relative;display:block;width:100%;min-width:8rem;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;-webkit-hyphens:auto;hyphens:auto;line-height:1.1;color:rgb(0, 41, 77) !important;text-align:left;background:rgb(255, 255, 255);border-width:2px}.duet-choice-card.duet-p-0.sc-duet-choice{padding:0 !important}.duet-choice-card.duet-m-0.sc-duet-choice{margin:0 !important}.duet-theme-turva.sc-duet-choice .duet-choice-card.sc-duet-choice{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58) !important}.duet-choice-card-flextainer.sc-duet-choice{display:flex}.duet-choice-label.sc-duet-choice{-webkit-user-select:none;user-select:none;position:relative;z-index:100;display:flex;gap:1rem;align-items:center;justify-content:flex-start;width:100%;height:100%;min-height:3.875rem;padding:1rem;font-size:1rem;font-weight:600;text-decoration:none;word-break:break-word;cursor:pointer;border:2px solid rgb(225, 227, 230);border-radius:4px;transition:background-color 150ms ease}.duet-choice-label.has-before-text.sc-duet-choice .duet-choice-card-icon.sc-duet-choice,.duet-choice-label.has-before-text.sc-duet-choice .duet-choice-card-text.sc-duet-choice{align-self:flex-start;margin-top:0.25rem}.duet-choice-label.sc-duet-choice>div.sc-duet-choice:last-child{flex:1;align-self:flex-start;justify-self:flex-end;margin-top:0.25rem}.has-info.sc-duet-choice .duet-choice-label.sc-duet-choice{border-top-right-radius:0;border-bottom-right-radius:0}.info.sc-duet-choice .duet-choice-label.sc-duet-choice{border-bottom-right-radius:0;border-bottom-left-radius:0}.duet-theme-turva.sc-duet-choice .duet-choice-label.sc-duet-choice{border-color:rgb(228, 228, 230)}.duet-theme-turva.sc-duet-choice .info.sc-duet-choice .duet-choice-label.sc-duet-choice{border-color:rgb(228, 228, 230)}.duet-choice-label.sc-duet-choice:active{opacity:0.75;transition:none !important}.checked.sc-duet-choice>.duet-choice-label.sc-duet-choice{color:rgb(0, 119, 179) !important;background:rgb(243, 249, 252);border-color:rgb(0, 119, 179) !important}.checked.sc-duet-choice>.duet-choice-label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:rgb(0, 119, 179)}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice>.duet-choice-label.sc-duet-choice{color:rgb(23, 28, 58) !important;background:rgb(245, 245, 247);border-color:rgb(23, 28, 58) !important}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice>.duet-choice-label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:rgb(198, 12, 48)}.checked.collapsible.sc-duet-choice>.duet-choice-label.sc-duet-choice,.collapsible-force-expanded.collapsible.sc-duet-choice>.duet-choice-label.sc-duet-choice{padding-bottom:calc(1rem + 2px);border-bottom:0 !important;border-bottom-right-radius:0;border-bottom-left-radius:0}.sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-flextainer.sc-duet-choice .duet-choice-label.sc-duet-choice:not(.checked){border-color:rgb(144, 149, 153)}.sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-flextainer.sc-duet-choice .duet-choice-label.sc-duet-choice:not(.checked) .duet-checkmark-container.sc-duet-choice{border-color:rgb(144, 149, 153)}.duet-theme-turva .sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-flextainer.sc-duet-choice .duet-choice-label.sc-duet-choice:not(.checked){border-color:rgb(116, 116, 117)}.duet-theme-turva .sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-flextainer.sc-duet-choice .duet-choice-label.sc-duet-choice:not(.checked) .duet-checkmark-container.sc-duet-choice{border-color:rgb(116, 116, 117)}.duet-theme-turva .info .sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-flextainer.sc-duet-choice .duet-choice-label.sc-duet-choice:not(.checked){border-color:rgb(116, 116, 117)}input.sc-duet-choice:focus{outline:0}.user-is-tabbing.sc-duet-choice-h input.sc-duet-choice:checked:focus+.duet-choice-label.sc-duet-choice{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3)}.user-is-tabbing.sc-duet-choice-h input.sc-duet-choice:not(:checked):focus+.duet-choice-label.sc-duet-choice{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.user-is-tabbing.duet-theme-turva.sc-duet-choice-h input.sc-duet-choice:checked:focus+.duet-choice-label.sc-duet-choice{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2)}.user-is-tabbing.duet-theme-turva.sc-duet-choice-h input.sc-duet-choice:not(:checked):focus+.duet-choice-label.sc-duet-choice{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice{color:rgb(101, 119, 135) !important;cursor:default !important;background:rgb(245, 248, 250) !important;border-color:rgb(225, 227, 230) !important}input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice .duet-checkmark.sc-duet-choice{border-color:rgb(101, 119, 135) !important}input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice:hover,input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice:active,input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice:focus{box-shadow:none !important;opacity:1 !important;transition:none !important}.duet-theme-turva.sc-duet-choice input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice{color:rgb(116, 116, 117) !important;background:rgb(245, 245, 247) !important;border-color:rgb(228, 228, 230) !important}.duet-theme-turva.sc-duet-choice input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice .duet-checkmark.sc-duet-choice{border-color:rgb(116, 116, 117) !important}.checked.sc-duet-choice>input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice{background:rgb(225, 227, 230) !important;border-color:rgb(225, 227, 230) !important}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice>input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice{background:rgb(228, 228, 230) !important;border-color:rgb(228, 228, 230) !important}.duet-checkmark-container.sc-duet-choice{position:relative;width:20px;height:20px;margin-left:auto;border:1px solid rgb(144, 149, 153);border-radius:4px;transition:border 300ms ease}.duet-theme-turva.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:rgb(116, 116, 117)}.checked.sc-duet-choice>.duet-choice-label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{background:rgb(0, 119, 179);border-color:rgb(0, 119, 179);transition:none}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice>.duet-choice-label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{background:rgb(23, 28, 58);border-color:rgb(23, 28, 58) !important}.duet-checkmark-container.duet-checkmark-radio.sc-duet-choice{border-radius:50%}[disabled].sc-duet-choice+label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:rgb(207, 210, 212) !important}.duet-theme-turva.sc-duet-choice [disabled].sc-duet-choice+label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:rgb(207, 207, 209) !important}.checked.sc-duet-choice>[disabled].sc-duet-choice+label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{background:rgb(207, 210, 212) !important}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice>[disabled].sc-duet-choice+label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{background:rgb(207, 207, 209) !important}.duet-checkmark.sc-duet-choice{position:absolute;top:10px;left:3px;width:5.3333333333px;height:11.8518518519px;border-top:2px solid rgb(255, 255, 255);border-right:2px solid rgb(255, 255, 255);opacity:1;transform:scaleX(-1) rotate(135deg) translateZ(0);transform-origin:left top;animation-name:duet-checkmark;animation-duration:600ms;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes duet-checkmark{0%{width:0;height:0;opacity:1}20%{width:5.3333333333px;height:0;opacity:1}40%,100%{width:5.3333333333px;height:11.8518518519px;opacity:1}}.duet-choice-card-icon.sc-duet-choice{position:relative}.duet-choice-card-icon.sc-duet-choice duet-icon.sc-duet-choice{display:block}.duet-choice-section-hidden.sc-duet-choice{display:none}.duet-choice-card-info.duet-choice-card-collapsed.sc-duet-choice,.duet-choice-card-collapsed.duet-choice-card-collapsible.sc-duet-choice{position:relative;width:auto;padding:0 !important;background:unset !important;border:0;border-radius:0}.duet-choice-card-info.sc-duet-choice,.duet-choice-card-collapsible.sc-duet-choice{padding:20px !important;position:relative;width:100%;font-weight:400;color:rgb(0, 41, 77);border:2px solid rgb(225, 227, 230);border-top:0;border-radius:0 0 4px 4px}@media (min-width: 36em){.duet-choice-card-info.sc-duet-choice,.duet-choice-card-collapsible.sc-duet-choice{padding:28px !important}}.duet-theme-turva.sc-duet-choice .duet-choice-card-info.sc-duet-choice,.duet-theme-turva.sc-duet-choice .duet-choice-card-collapsible.sc-duet-choice{color:rgb(23, 28, 58);border-color:rgb(23, 28, 58)}.checked.sc-duet-choice>.duet-choice-card-info.sc-duet-choice,.checked.sc-duet-choice>.duet-choice-card-collapsible.sc-duet-choice{display:block}.duet-choice-card-info-expanded.sc-duet-choice,.duet-choice-card-collapsible-expanded.sc-duet-choice{display:block}.duet-choice-card-collapsible.sc-duet-choice{background:rgb(255, 255, 255);border:2px solid rgb(225, 227, 230);border-top:0}.duet-choice-card-collapsible.duet-theme-turva.sc-duet-choice{background:rgb(255, 255, 255);border-color:rgb(228, 228, 230)}.duet-choice-card-collapsible.checked.sc-duet-choice{border-color:rgb(0, 119, 179)}.duet-choice-card-collapsible.checked.duet-theme-turva.sc-duet-choice{border-color:rgb(23, 28, 58)}.duet-choice-card-collapsible-disabled.sc-duet-choice{background:rgb(245, 248, 250);border-color:rgb(225, 227, 230)}.duet-choice-card-collapsible-disabled.checked.sc-duet-choice{border-color:rgb(225, 227, 230)}.duet-choice-card-collapsible-disabled.duet-theme-turva.sc-duet-choice{background:rgb(245, 245, 247);border-color:rgb(228, 228, 230)}.duet-choice-card-collapsible-disabled.duet-theme-turva.checked.sc-duet-choice{border-color:rgb(228, 228, 230)}.duet-choice-card-info.sc-duet-choice{font-size:0.875rem;line-height:1.5;background:rgb(245, 248, 250);transition:150ms ease-out}.duet-choice-card-info.duet-theme-turva.sc-duet-choice{background:rgb(245, 245, 247);border-color:rgb(228, 228, 230)}.sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-collapsible.sc-duet-choice:not(.checked){border-color:rgb(144, 149, 153)}.duet-theme-turva .sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-collapsible.sc-duet-choice:not(.checked){border-color:rgb(116, 116, 117)}.duet-choice-info-toggle.sc-duet-choice{display:flex;flex-shrink:0;align-items:flex-start;justify-content:center;width:57.6px;padding-top:1.25rem;cursor:pointer;background:rgb(255, 255, 255);border:2px solid rgb(225, 227, 230);border-left:0 none;border-top-right-radius:4px;border-bottom-right-radius:4px;-webkit-appearance:none;appearance:none}.duet-choice-info-toggle[aria-expanded=true].sc-duet-choice{background:rgb(245, 248, 250);border-bottom-color:transparent;border-bottom-right-radius:0}.duet-theme-turva.sc-duet-choice .duet-choice-info-toggle[aria-expanded=true].sc-duet-choice{background:rgb(245, 245, 247)}.duet-choice-info-toggle[disabled].sc-duet-choice{pointer-events:none;background:rgb(245, 248, 250) !important;border-color:rgb(225, 227, 230) !important}.duet-choice-info-toggle[disabled].sc-duet-choice .duet-choice-info-icon.sc-duet-choice{color:rgb(144, 149, 153) !important}.duet-choice-info-toggle[disabled].duet-theme-turva.sc-duet-choice{background:rgb(245, 245, 247) !important;border-color:rgb(228, 228, 230) !important}.duet-choice-info-toggle[disabled].duet-theme-turva.sc-duet-choice .duet-choice-info-icon.sc-duet-choice{color:rgb(116, 116, 117) !important}.duet-choice-info-toggle.sc-duet-choice:focus{outline:none}.user-is-tabbing.sc-duet-choice-h .duet-choice-info-toggle.sc-duet-choice:focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.user-is-tabbing.sc-duet-choice-h .duet-theme-turva.sc-duet-choice .duet-choice-info-toggle.sc-duet-choice:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.checked.sc-duet-choice+.duet-choice-info-toggle.sc-duet-choice{border-left-color:rgb(0, 119, 179) !important}.duet-choice-info-toggle.sc-duet-choice duet-icon.sc-duet-choice{display:block}.duet-choice-info-toggle.sc-duet-choice .duet-choice-info-icon.sc-duet-choice{color:rgb(0, 119, 179)}.duet-theme-turva.sc-duet-choice .duet-choice-info-toggle.sc-duet-choice .duet-choice-info-icon.sc-duet-choice{color:rgb(198, 12, 48)}.sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-flextainer.sc-duet-choice .duet-choice-label.sc-duet-choice .duet-choice-info-toggle.sc-duet-choice{border-left-color:rgb(144, 149, 153)}.duet-theme-turva .sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-flextainer.sc-duet-choice .duet-choice-label.sc-duet-choice .duet-choice-info-toggle.sc-duet-choice{border-left-color:rgb(116, 116, 117)}.duet-choice-input.sc-duet-choice{position:absolute !important;width:100%;height:100%;opacity:0}";
21
+ const duetChoiceCss = "*.sc-duet-choice,*.sc-duet-choice::after,*.sc-duet-choice::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-choice-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-right:16px !important;margin-bottom:12px !important;display:inline-flex;flex-direction:column;width:auto;max-width:100%;vertical-align:bottom;-webkit-tap-highlight-color:transparent}.sc-duet-choice-h:last-child,.sc-duet-choice-h:last-of-type{margin-right:0 !important}@media (max-width: 35.9375em){.sc-duet-choice-h{width:100%}}.duet-expand.sc-duet-choice-h{width:100% !important}.duet-m-0.sc-duet-choice-h{margin:0 !important}.duet-fixed.sc-duet-choice-h{width:auto !important}.vertical.sc-duet-choice-h{margin-right:0 !important}@media (min-width: 48em){.horizontal.sc-duet-choice-h{margin-bottom:0 !important}}@media (min-width: 48em){.horizontal-responsive.sc-duet-choice-h{margin-bottom:0 !important;margin-right:16px !important}.horizontal-responsive.sc-duet-choice-h:last-child,.horizontal-responsive.sc-duet-choice-h:last-of-type{margin-right:0 !important}}.sc-duet-choice-h:last-child:not(:only-child){margin-right:0 !important}.duet-choice-card.sc-duet-choice{position:relative;display:block;width:100%;min-width:8rem;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;-webkit-hyphens:auto;hyphens:auto;line-height:1.1;color:rgb(0, 41, 77) !important;text-align:left;background:rgb(255, 255, 255);border-width:2px}.duet-choice-card.duet-p-0.sc-duet-choice{padding:0 !important}.duet-choice-card.duet-m-0.sc-duet-choice{margin:0 !important}.duet-theme-turva.sc-duet-choice .duet-choice-card.sc-duet-choice{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58) !important}.duet-choice-card-flextainer.sc-duet-choice{display:flex}.duet-choice-label.sc-duet-choice{-webkit-user-select:none;user-select:none;position:relative;z-index:100;display:flex;gap:1rem;align-items:center;justify-content:flex-start;width:100%;height:100%;min-height:3.875rem;padding:1rem;font-size:1rem;font-weight:600;text-decoration:none;word-break:break-word;cursor:pointer;border:2px solid rgb(225, 227, 230);border-radius:4px;transition:background-color 150ms ease}.duet-choice-label.has-before-text.sc-duet-choice .duet-choice-card-icon.sc-duet-choice,.duet-choice-label.has-before-text.sc-duet-choice .duet-choice-card-text.sc-duet-choice{align-self:flex-start;margin-top:0.25rem}.duet-choice-label.sc-duet-choice>div.sc-duet-choice:last-child{flex:1;align-self:flex-start;justify-self:flex-end;margin-top:0.25rem}.has-info.sc-duet-choice .duet-choice-label.sc-duet-choice{border-top-right-radius:0;border-bottom-right-radius:0}.info.sc-duet-choice .duet-choice-label.sc-duet-choice{border-bottom-right-radius:0;border-bottom-left-radius:0}.duet-theme-turva.sc-duet-choice .duet-choice-label.sc-duet-choice{border-color:rgb(228, 228, 230)}.duet-theme-turva.sc-duet-choice .info.sc-duet-choice .duet-choice-label.sc-duet-choice{border-color:rgb(228, 228, 230)}.duet-choice-label.sc-duet-choice:active{opacity:0.75;transition:none !important}.checked.sc-duet-choice>.duet-choice-label.sc-duet-choice{color:rgb(0, 119, 179) !important;background:rgb(243, 249, 252);border-color:rgb(0, 119, 179) !important}.checked.sc-duet-choice>.duet-choice-label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:rgb(0, 119, 179)}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice>.duet-choice-label.sc-duet-choice{color:rgb(23, 28, 58) !important;background:rgb(245, 245, 247);border-color:rgb(23, 28, 58) !important}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice>.duet-choice-label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:rgb(198, 12, 48)}.checked.collapsible.sc-duet-choice>.duet-choice-label.sc-duet-choice,.collapsible-force-expanded.collapsible.sc-duet-choice>.duet-choice-label.sc-duet-choice{padding-bottom:calc(1rem + 2px);border-bottom:0 !important;border-bottom-right-radius:0;border-bottom-left-radius:0}.sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-flextainer.sc-duet-choice .duet-choice-label.sc-duet-choice:not(.checked){border-color:rgb(144, 149, 153)}.sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-flextainer.sc-duet-choice .duet-choice-label.sc-duet-choice:not(.checked) .duet-checkmark-container.sc-duet-choice{border-color:rgb(144, 149, 153)}.duet-theme-turva .sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-flextainer.sc-duet-choice .duet-choice-label.sc-duet-choice:not(.checked){border-color:rgb(116, 116, 117)}.duet-theme-turva .sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-flextainer.sc-duet-choice .duet-choice-label.sc-duet-choice:not(.checked) .duet-checkmark-container.sc-duet-choice{border-color:rgb(116, 116, 117)}.duet-theme-turva .info .sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-flextainer.sc-duet-choice .duet-choice-label.sc-duet-choice:not(.checked){border-color:rgb(116, 116, 117)}input.sc-duet-choice:focus{outline:0}.user-is-tabbing.sc-duet-choice-h input.sc-duet-choice:checked:focus+.duet-choice-label.sc-duet-choice{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3)}.user-is-tabbing.sc-duet-choice-h input.sc-duet-choice:not(:checked):focus+.duet-choice-label.sc-duet-choice{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.user-is-tabbing.duet-theme-turva.sc-duet-choice-h input.sc-duet-choice:checked:focus+.duet-choice-label.sc-duet-choice{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2)}.user-is-tabbing.duet-theme-turva.sc-duet-choice-h input.sc-duet-choice:not(:checked):focus+.duet-choice-label.sc-duet-choice{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice{color:rgb(101, 119, 135) !important;cursor:default !important;background:rgb(245, 248, 250) !important;border-color:rgb(225, 227, 230) !important}input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice .duet-checkmark.sc-duet-choice{border-color:rgb(101, 119, 135) !important}input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice:hover,input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice:active,input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice:focus{box-shadow:none !important;opacity:1 !important;transition:none !important}.duet-theme-turva.sc-duet-choice input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice{color:rgb(116, 116, 117) !important;background:rgb(245, 245, 247) !important;border-color:rgb(228, 228, 230) !important}.duet-theme-turva.sc-duet-choice input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice .duet-checkmark.sc-duet-choice{border-color:rgb(116, 116, 117) !important}.checked.sc-duet-choice>input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice{background:rgb(225, 227, 230) !important;border-color:rgb(225, 227, 230) !important}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice>input[disabled].sc-duet-choice+.duet-choice-label.sc-duet-choice{background:rgb(228, 228, 230) !important;border-color:rgb(228, 228, 230) !important}.duet-checkmark-container.sc-duet-choice{position:relative;width:20px;height:20px;margin-left:auto;border:1px solid rgb(144, 149, 153);border-radius:4px;transition:border 300ms ease}.duet-theme-turva.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:rgb(116, 116, 117)}.checked.sc-duet-choice>.duet-choice-label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{background:rgb(0, 119, 179);border-color:rgb(0, 119, 179);transition:none}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice>.duet-choice-label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{background:rgb(23, 28, 58);border-color:rgb(23, 28, 58) !important}.duet-checkmark-container.duet-checkmark-radio.sc-duet-choice{border-radius:50%}[disabled].sc-duet-choice+label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:rgb(207, 210, 212) !important}.duet-theme-turva.sc-duet-choice [disabled].sc-duet-choice+label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{border-color:rgb(207, 207, 209) !important}.checked.sc-duet-choice>[disabled].sc-duet-choice+label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{background:rgb(207, 210, 212) !important}.duet-theme-turva.sc-duet-choice .checked.sc-duet-choice>[disabled].sc-duet-choice+label.sc-duet-choice .duet-checkmark-container.sc-duet-choice{background:rgb(207, 207, 209) !important}.duet-checkmark.sc-duet-choice{position:absolute;top:10px;left:3px;width:5.3333333333px;height:11.8518518519px;border-top:2px solid rgb(255, 255, 255);border-right:2px solid rgb(255, 255, 255);opacity:1;transform:scaleX(-1) rotate(135deg) translateZ(0);transform-origin:left top;animation-name:duet-checkmark;animation-duration:600ms;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes duet-checkmark{0%{width:0;height:0;opacity:1}20%{width:5.3333333333px;height:0;opacity:1}40%,100%{width:5.3333333333px;height:11.8518518519px;opacity:1}}.duet-choice-card-icon.sc-duet-choice{position:relative}.duet-choice-card-icon.sc-duet-choice duet-icon.sc-duet-choice{display:block}.duet-choice-section-hidden.sc-duet-choice{display:none}.duet-choice-card-info.duet-choice-card-collapsed.sc-duet-choice,.duet-choice-card-collapsed.duet-choice-card-collapsible.sc-duet-choice{position:relative;width:auto;padding:0 !important;background:unset !important;border:0;border-radius:0}.duet-choice-card-info.sc-duet-choice,.duet-choice-card-collapsible.sc-duet-choice{padding:20px !important;position:relative;width:100%;font-weight:400;color:rgb(0, 41, 77);border:2px solid rgb(225, 227, 230);border-top:0;border-radius:0 0 4px 4px}@media (min-width: 36em){.duet-choice-card-info.sc-duet-choice,.duet-choice-card-collapsible.sc-duet-choice{padding:28px !important}}.duet-theme-turva.sc-duet-choice .duet-choice-card-info.sc-duet-choice,.duet-theme-turva.sc-duet-choice .duet-choice-card-collapsible.sc-duet-choice{color:rgb(23, 28, 58);border-color:rgb(23, 28, 58)}.checked.sc-duet-choice>.duet-choice-card-info.sc-duet-choice,.checked.sc-duet-choice>.duet-choice-card-collapsible.sc-duet-choice{display:block}.duet-choice-card-info-expanded.sc-duet-choice,.duet-choice-card-collapsible-expanded.sc-duet-choice{display:block}.duet-choice-card-collapsible.sc-duet-choice{background:rgb(255, 255, 255);border:2px solid rgb(225, 227, 230);border-top:0}.duet-choice-card-collapsible.duet-theme-turva.sc-duet-choice{background:rgb(255, 255, 255);border-color:rgb(228, 228, 230)}.duet-choice-card-collapsible.checked.sc-duet-choice{border-color:rgb(0, 119, 179)}.duet-choice-card-collapsible.checked.duet-theme-turva.sc-duet-choice{border-color:rgb(23, 28, 58)}.duet-choice-card-collapsible-disabled.sc-duet-choice{background:rgb(245, 248, 250);border-color:rgb(225, 227, 230)}.duet-choice-card-collapsible-disabled.checked.sc-duet-choice{border-color:rgb(225, 227, 230)}.duet-choice-card-collapsible-disabled.duet-theme-turva.sc-duet-choice{background:rgb(245, 245, 247);border-color:rgb(228, 228, 230)}.duet-choice-card-collapsible-disabled.duet-theme-turva.checked.sc-duet-choice{border-color:rgb(228, 228, 230)}.duet-choice-card-info.sc-duet-choice{font-size:0.875rem;line-height:1.5;background:rgb(245, 248, 250);transition:150ms ease-out}.duet-choice-card-info.duet-theme-turva.sc-duet-choice{background:rgb(245, 245, 247);border-color:rgb(228, 228, 230)}.duet-choice-card-info.sc-duet-choice .duet-choice-info-container.sc-duet-choice:focus{outline:none}.duet-choice-card-info.duet-choice-card-collapsed .duet-choice-info-container.sc-duet-choice-s>*,.duet-choice-card-info.duet-choice-card-collapsed .duet-choice-info-container .sc-duet-choice-s>*{display:none}.sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-collapsible.sc-duet-choice:not(.checked){border-color:rgb(144, 149, 153)}.duet-theme-turva .sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-collapsible.sc-duet-choice:not(.checked){border-color:rgb(116, 116, 117)}.duet-choice-info-toggle.sc-duet-choice{display:flex;flex-shrink:0;align-items:flex-start;justify-content:center;width:57.6px;padding-top:1.25rem;cursor:pointer;background:rgb(255, 255, 255);border:2px solid rgb(225, 227, 230);border-left:0 none;border-top-right-radius:4px;border-bottom-right-radius:4px;-webkit-appearance:none;appearance:none}.duet-choice-info-toggle[aria-expanded=true].sc-duet-choice{background:rgb(245, 248, 250);border-bottom-color:transparent;border-bottom-right-radius:0}.duet-theme-turva.sc-duet-choice .duet-choice-info-toggle[aria-expanded=true].sc-duet-choice{background:rgb(245, 245, 247)}.duet-choice-info-toggle[disabled].sc-duet-choice{pointer-events:none;background:rgb(245, 248, 250) !important;border-color:rgb(225, 227, 230) !important}.duet-choice-info-toggle[disabled].sc-duet-choice .duet-choice-info-icon.sc-duet-choice{color:rgb(144, 149, 153) !important}.duet-choice-info-toggle[disabled].duet-theme-turva.sc-duet-choice{background:rgb(245, 245, 247) !important;border-color:rgb(228, 228, 230) !important}.duet-choice-info-toggle[disabled].duet-theme-turva.sc-duet-choice .duet-choice-info-icon.sc-duet-choice{color:rgb(116, 116, 117) !important}.duet-choice-info-toggle.sc-duet-choice:focus{outline:none}.user-is-tabbing.sc-duet-choice-h .duet-choice-info-toggle.sc-duet-choice:focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.user-is-tabbing.sc-duet-choice-h .duet-theme-turva.sc-duet-choice .duet-choice-info-toggle.sc-duet-choice:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.checked.sc-duet-choice+.duet-choice-info-toggle.sc-duet-choice{border-left-color:rgb(0, 119, 179) !important}.duet-choice-info-toggle.sc-duet-choice duet-icon.sc-duet-choice{display:block}.duet-choice-info-toggle.sc-duet-choice .duet-choice-info-icon.sc-duet-choice{color:rgb(0, 119, 179)}.duet-theme-turva.sc-duet-choice .duet-choice-info-toggle.sc-duet-choice .duet-choice-info-icon.sc-duet-choice{color:rgb(198, 12, 48)}.sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-flextainer.sc-duet-choice .duet-choice-label.sc-duet-choice .duet-choice-info-toggle.sc-duet-choice{border-left-color:rgb(144, 149, 153)}.duet-theme-turva .sc-duet-choice-h:not(.no-hover):not(.disabled):hover>.duet-choice-card-flextainer.sc-duet-choice .duet-choice-label.sc-duet-choice .duet-choice-info-toggle.sc-duet-choice{border-left-color:rgb(116, 116, 117)}.duet-choice-input.sc-duet-choice{position:absolute !important;width:100%;height:100%;opacity:0}";
23
22
 
24
23
  const DuetChoice = class {
25
24
  constructor(hostRef) {
26
25
  index.registerInstance(this, hostRef);
26
+ this.duetChoiceReady = index.createEvent(this, "duetChoiceReady", 7);
27
+ this.duetChoiceRemove = index.createEvent(this, "duetChoiceRemove", 7);
27
28
  this.duetChange = index.createEvent(this, "duetChange", 7);
28
29
  this.duetFocus = index.createEvent(this, "duetFocus", 7);
29
30
  this.duetBlur = index.createEvent(this, "duetBlur", 7);
@@ -98,6 +99,12 @@ const DuetChoice = class {
98
99
  };
99
100
  this.toggleInfo = () => {
100
101
  this.isInfoOpen = !this.isInfoOpen;
102
+ if (this.isInfoOpen) {
103
+ setTimeout(() => {
104
+ var _a;
105
+ (_a = this.infoContainer) === null || _a === void 0 ? void 0 : _a.focus();
106
+ });
107
+ }
101
108
  };
102
109
  this.isHovering = false;
103
110
  this.isInfoOpen = false;
@@ -147,9 +154,10 @@ const DuetChoice = class {
147
154
  this.hasAdditional = slotQuery.hasSlot(this.element, "additional");
148
155
  this.hasLabel = slotQuery.hasSlot(this.element, "label");
149
156
  this.hasBeforeText = slotQuery.hasSlot(this.element, "before-text");
157
+ this.duetChoiceReady.emit();
150
158
  }
151
159
  componentDidLoad() {
152
- nudge.nudge(this);
160
+ nudge.nudge();
153
161
  }
154
162
  connectedCallback() {
155
163
  languageUtils.connectLanguageChangeObserver(this, [
@@ -159,6 +167,7 @@ const DuetChoice = class {
159
167
  }
160
168
  disconnectedCallback() {
161
169
  languageUtils.disconnectLanguageChangeObserver(this);
170
+ this.duetChoiceRemove.emit();
162
171
  }
163
172
  /**
164
173
  * Component event handling.
@@ -276,7 +285,7 @@ const DuetChoice = class {
276
285
  }, onMouseEnter: this.onMouseEnter, onMouseLeave: this.onMouseLeave, onClick: this.toggleInfo, disabled: this.getDisabled(), "aria-expanded": this.isInfoOpen ? "true" : "false", "aria-label": `${this.infoLabel} ${this.label}`, "aria-controls": this.expandId, "aria-flowto": this.expandId, tabindex: this.type === "radio" && !this.checked ? "-1" : "0", type: "button" }, index.h("duet-visually-hidden", { "aria-hidden": !this.isBlurred ? "true" : "false" }, this.accessibleLabelInfoButton), index.h("div", { class: "duet-choice-info-icon" }, index.h("duet-icon", { icon: messagingInfo.svg, margin: "none", size: "small", color: "currentColor" }))))), this.collapsible || this.hasInfo ? (index.h("div", { class: this.getClassNames(), id: this.expandId }, index.h("span", { class: {
277
286
  "duet-choice-section-visible": this.collapsible ? this.getExpanded() : this.isInfoOpen,
278
287
  "duet-choice-section-hidden": this.collapsible ? !this.getExpanded() : !this.isInfoOpen,
279
- } }, index.h("span", { id: this.headerId }, index.h("slot", { name: "header" })), this.hasInfo ? (index.h("span", null, index.h("span", { "aria-relevant": "all", "aria-atomic": "true", "aria-live": this.isInfoOpen ? "polite" : "off" }, index.h("slot", { name: "info" })), index.h("slot", null))) : (index.h("span", null, index.h("slot", null)))), this.isInfoOpen && index.h(focusUtils.FocusGuard, { moveFocusTo: this.infoButtonEl }))) : null));
288
+ } }, index.h("span", { id: this.headerId }, index.h("slot", { name: "header" })), this.hasInfo ? (index.h("span", { ref: span => (this.infoContainer = span), tabindex: "0", class: "duet-choice-info-container" }, index.h("span", { "aria-relevant": "all", "aria-atomic": "true", "aria-live": this.isInfoOpen ? "polite" : "off" }, index.h("slot", { name: "info" })), index.h("slot", null))) : (index.h("span", null, index.h("slot", null)))), this.isInfoOpen && index.h(focusUtils.FocusGuard, { moveFocusTo: this.infoButtonEl }))) : null));
280
289
  }
281
290
  get element() { return index.getElement(this); }
282
291
  };
@@ -284,17 +293,11 @@ DuetChoice.style = duetChoiceCss;
284
293
 
285
294
  const duetChoiceGroupCss = "*.sc-duet-choice-group,*.sc-duet-choice-group::after,*.sc-duet-choice-group::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-choice-group-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%}.horizontal.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group{display:block;margin-bottom:-12px}.horizontal.sc-duet-choice-group-h .duet-choice-group.duet-no-stacking.sc-duet-choice-group{display:flex}@media (min-width: 48em){.horizontal.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group{margin-bottom:0}}@media (max-width: 35.9375em){.horizontal.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group{display:flex}}.horizontal.duet-choice-group-breakpoint-x-small.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:flex}@media (max-width: 22.5em){.horizontal.duet-choice-group-breakpoint-x-small.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:block}}.horizontal.duet-choice-group-breakpoint-small.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:block}@media (min-width: 36em){.horizontal.duet-choice-group-breakpoint-small.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:flex}}.horizontal.duet-choice-group-breakpoint-medium.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:block}@media (min-width: 48em){.horizontal.duet-choice-group-breakpoint-medium.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:flex}}.horizontal.duet-choice-group-breakpoint-large.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:block}@media (min-width: 62em){.horizontal.duet-choice-group-breakpoint-large.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:flex}}.horizontal.duet-choice-group-breakpoint-x-large.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:block}@media (min-width: 64.0625em){.horizontal.duet-choice-group-breakpoint-x-large.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:flex}}.duet-choice-group.sc-duet-choice-group{position:relative;width:100%;margin-bottom:-12px}";
286
295
 
287
- const duetChoiceSelector = ":scope duet-choice:not(:scope duet-choice duet-choice-group duet-choice):not(:scope duet-choice duet-fieldset duet-choice)";
288
296
  const DuetChoiceGroup = class {
289
297
  constructor(hostRef) {
290
298
  index.registerInstance(this, hostRef);
291
299
  this.choiceGroupName = "duet-choice-group";
292
- this.getChoices = () => {
293
- return Array.from(this.element.querySelectorAll(duetChoiceSelector));
294
- };
295
- this.isMyChoice = (choice) => {
296
- return this.getChoices().includes(choice);
297
- };
300
+ this.choices = new Set();
298
301
  /**
299
302
  * Component event handling.
300
303
  */
@@ -303,12 +306,21 @@ const DuetChoiceGroup = class {
303
306
  return;
304
307
  }
305
308
  const selectedChoice = ev.target;
306
- if (selectedChoice && this.isMyChoice(selectedChoice)) {
309
+ if (selectedChoice && this.choices.has(selectedChoice)) {
307
310
  this.value = selectedChoice.value;
308
311
  }
309
- // Prevent events from bubbling up the DOM tree in case
310
- // this group is a sub-group of another choice group.
311
- ev.cancelBubble = true;
312
+ };
313
+ this.onChoiceReady = (ev) => {
314
+ const choice = ev.target;
315
+ if (choice.closest("duet-choice-group") === this.element && !this.choices.has(choice)) {
316
+ this.choices.add(choice);
317
+ this.updateChoices();
318
+ }
319
+ };
320
+ this.onChoiceRemove = (ev) => {
321
+ const choice = ev.target;
322
+ this.choices.delete(choice);
323
+ this.updateChoices();
312
324
  };
313
325
  this.direction = "vertical";
314
326
  this.margin = "auto";
@@ -329,28 +341,7 @@ const DuetChoiceGroup = class {
329
341
  * Component lifecycle events.
330
342
  */
331
343
  async connectedCallback() {
332
- const el = this.element;
333
- if (this.value === undefined) {
334
- const choice = watchOptions.findCheckedOption(el, duetChoiceSelector);
335
- if (choice !== undefined) {
336
- await choice.componentOnReady();
337
- if (this.value === undefined) {
338
- this.value = choice.value;
339
- }
340
- }
341
- }
342
- this.mutationO = watchOptions.watchForOptions(el, duetChoiceSelector, newOption => {
343
- if (newOption !== undefined) {
344
- newOption.componentOnReady().then(() => {
345
- if (this.isMyChoice(newOption)) {
346
- this.value = newOption.value;
347
- }
348
- });
349
- }
350
- else {
351
- this.updateChoices();
352
- }
353
- });
344
+ this.initialValue = this.value;
354
345
  this.updateChoices();
355
346
  }
356
347
  disconnectedCallback() {
@@ -363,21 +354,17 @@ const DuetChoiceGroup = class {
363
354
  themeableComponent.inheritGlobalTheme(this);
364
355
  }
365
356
  componentDidLoad() {
366
- nudge.nudge(this);
357
+ nudge.nudge();
367
358
  }
368
359
  /**
369
360
  * Local methods
370
361
  */
371
362
  async updateChoices() {
372
- /**
373
- * Make sure we get all choices first so values are up to date prior
374
- * to caching the choice group value
375
- */
376
- const choices = this.getChoices();
377
- const { value } = this;
363
+ var _a;
364
+ const value = (_a = this.value) !== null && _a !== void 0 ? _a : this.initialValue;
378
365
  let hasChecked = false;
379
366
  // Walk the DOM in reverse order, since the last selected one wins
380
- for (const choice of choices) {
367
+ for (const choice of this.choices) {
381
368
  choice.name = this.name;
382
369
  choice.groupDisabled = this.disabled;
383
370
  choice.groupDirection = this.direction;
@@ -387,6 +374,9 @@ const DuetChoiceGroup = class {
387
374
  // and we haven't found a checked yet
388
375
  hasChecked = true;
389
376
  choice.checked = true;
377
+ if (typeof this.value === "undefined") {
378
+ this.value = value;
379
+ }
390
380
  }
391
381
  else {
392
382
  // This choice doesn't have the correct value or the choice group has been already checked
@@ -403,7 +393,7 @@ const DuetChoiceGroup = class {
403
393
  * Always the last one in the class.
404
394
  */
405
395
  render() {
406
- return (index.h(index.Host, { onDuetChange: this.onSelect, class: {
396
+ return (index.h(index.Host, { onDuetChange: this.onSelect, onDuetChoiceReady: this.onChoiceReady, onDuetChoiceRemove: this.onChoiceRemove, class: {
407
397
  horizontal: this.direction === "horizontal",
408
398
  "duet-choice-group-breakpoint-x-small": this.responsive && this.breakpoint === "x-small",
409
399
  "duet-choice-group-breakpoint-small": this.responsive && this.breakpoint === "small",