@duetds/components 7.1.1 → 7.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (619) hide show
  1. package/README.md +5 -38
  2. package/hydrate/index.js +112 -132
  3. package/lib/cjs/duet-action-button.cjs.entry.js +21 -5
  4. package/lib/cjs/duet-alert.cjs.entry.js +1 -1
  5. package/lib/cjs/duet-badge.cjs.entry.js +1 -1
  6. package/lib/cjs/duet-banner.cjs.entry.js +1 -1
  7. package/lib/cjs/duet-breadcrumb.cjs.entry.js +1 -1
  8. package/lib/cjs/duet-breadcrumbs.cjs.entry.js +1 -1
  9. package/lib/cjs/duet-button_2.cjs.entry.js +1 -1
  10. package/lib/cjs/duet-callout.cjs.entry.js +1 -1
  11. package/lib/cjs/duet-caption_4.cjs.entry.js +2 -2
  12. package/lib/cjs/duet-card.cjs.entry.js +1 -1
  13. package/lib/cjs/duet-checkbox.cjs.entry.js +1 -1
  14. package/lib/cjs/duet-checkmark.cjs.entry.js +1 -1
  15. package/lib/cjs/duet-chip.cjs.entry.js +1 -1
  16. package/lib/cjs/duet-choice_2.cjs.entry.js +4 -3
  17. package/lib/cjs/duet-collapsible.cjs.entry.js +1 -1
  18. package/lib/cjs/duet-combobox.cjs.entry.js +1 -1
  19. package/lib/cjs/duet-contact-card.cjs.entry.js +1 -1
  20. package/lib/cjs/duet-cookie-consent.cjs.entry.js +1 -1
  21. package/lib/cjs/duet-date-picker.cjs.entry.js +2 -2
  22. package/lib/cjs/duet-divider_2.cjs.entry.js +1 -1
  23. package/lib/cjs/duet-editable-table_3.cjs.entry.js +1 -1
  24. package/lib/cjs/duet-empty-state.cjs.entry.js +1 -1
  25. package/lib/cjs/duet-fieldset.cjs.entry.js +1 -1
  26. package/lib/cjs/duet-footer.cjs.entry.js +1 -1
  27. package/lib/cjs/duet-grid_2.cjs.entry.js +1 -1
  28. package/lib/cjs/duet-header_2.cjs.entry.js +1 -1
  29. package/lib/cjs/duet-hero.cjs.entry.js +9 -3
  30. package/lib/cjs/duet-icon.cjs.entry.js +1 -1
  31. package/lib/cjs/duet-input_2.cjs.entry.js +1 -1
  32. package/lib/cjs/duet-layout.cjs.entry.js +1 -1
  33. package/lib/cjs/duet-list_2.cjs.entry.js +1 -1
  34. package/lib/cjs/duet-menu-bar-button.cjs.entry.js +1 -1
  35. package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +1 -1
  36. package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +1 -1
  37. package/lib/cjs/duet-menu-bar-link.cjs.entry.js +1 -1
  38. package/lib/cjs/duet-menu-bar.cjs.entry.js +1 -1
  39. package/lib/cjs/duet-modal.cjs.entry.js +2 -2
  40. package/lib/cjs/duet-multiselect.cjs.entry.js +1 -1
  41. package/lib/cjs/duet-nav.cjs.entry.js +1 -1
  42. package/lib/cjs/duet-notification_2.cjs.entry.js +1 -1
  43. package/lib/cjs/duet-number-input.cjs.entry.js +1 -1
  44. package/lib/cjs/duet-page-heading.cjs.entry.js +1 -1
  45. package/lib/cjs/duet-pagination_2.cjs.entry.js +72 -38
  46. package/lib/cjs/duet-popup-menu-item.cjs.entry.js +1 -1
  47. package/lib/cjs/duet-popup-menu.cjs.entry.js +1 -1
  48. package/lib/cjs/duet-progress.cjs.entry.js +1 -1
  49. package/lib/cjs/duet-promo-card.cjs.entry.js +1 -1
  50. package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
  51. package/lib/cjs/duet-range-slider.cjs.entry.js +1 -1
  52. package/lib/cjs/duet-scrollable_3.cjs.entry.js +1 -1
  53. package/lib/cjs/duet-section-layout.cjs.entry.js +1 -1
  54. package/lib/cjs/duet-select.cjs.entry.js +1 -1
  55. package/lib/cjs/duet-shaped-image.cjs.entry.js +1 -1
  56. package/lib/cjs/duet-show-more.cjs.entry.js +1 -1
  57. package/lib/cjs/duet-slideout-lang.cjs.entry.js +1 -1
  58. package/lib/cjs/duet-slideout-link.cjs.entry.js +1 -1
  59. package/lib/cjs/duet-slideout-panel-dropdown.cjs.entry.js +1 -1
  60. package/lib/cjs/duet-slideout-panel.cjs.entry.js +2 -2
  61. package/lib/cjs/duet-slideout.cjs.entry.js +2 -2
  62. package/lib/cjs/duet-step_2.cjs.entry.js +1 -1
  63. package/lib/cjs/duet-submenu-bar-dropdown-link.cjs.entry.js +1 -1
  64. package/lib/cjs/duet-submenu-bar-dropdown.cjs.entry.js +1 -1
  65. package/lib/cjs/duet-submenu-bar-link.cjs.entry.js +1 -1
  66. package/lib/cjs/duet-submenu-bar.cjs.entry.js +1 -1
  67. package/lib/cjs/duet-textarea.cjs.entry.js +1 -1
  68. package/lib/cjs/duet-toggle.cjs.entry.js +1 -1
  69. package/lib/cjs/duet-toolbar-dropdown-link.cjs.entry.js +1 -1
  70. package/lib/cjs/duet-toolbar-dropdown.cjs.entry.js +1 -1
  71. package/lib/cjs/duet-toolbar-link.cjs.entry.js +1 -1
  72. package/lib/cjs/duet-toolbar.cjs.entry.js +1 -1
  73. package/lib/cjs/duet-tooltip-button_2.cjs.entry.js +2 -2
  74. package/lib/cjs/duet-tooltip.cjs.entry.js +1 -1
  75. package/lib/cjs/duet-tray.cjs.entry.js +1 -1
  76. package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
  77. package/lib/cjs/duet-upload-item.cjs.entry.js +5 -2
  78. package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
  79. package/lib/cjs/duet.cjs.js +2 -2
  80. package/lib/cjs/{focus-utils-135b1e70.js → focus-utils-cdefdf2d.js} +1 -1
  81. package/lib/cjs/{index-8d4b3790.js → index-c113e2bb.js} +1 -1
  82. package/lib/cjs/loader.cjs.js +2 -2
  83. package/lib/collection/components/duet-action-button/duet-action-button.css +12 -12
  84. package/lib/collection/components/duet-action-button/duet-action-button.js +38 -5
  85. package/lib/collection/components/duet-alert/duet-alert.js +1 -1
  86. package/lib/collection/components/duet-button/duet-button.e2e.js +6 -4
  87. package/lib/collection/components/duet-button/duet-button.js +5 -5
  88. package/lib/collection/components/duet-caption/duet-caption.js +1 -1
  89. package/lib/collection/components/duet-card/duet-card.js +3 -3
  90. package/lib/collection/components/duet-checkbox/duet-checkbox.js +3 -3
  91. package/lib/collection/components/duet-chip/duet-chip.js +4 -4
  92. package/lib/collection/components/duet-choice/duet-choice.js +3 -3
  93. package/lib/collection/components/duet-choice-group/duet-choice-group.e2e.js +0 -1
  94. package/lib/collection/components/duet-choice-group/duet-choice-group.js +2 -1
  95. package/lib/collection/components/duet-collapsible/duet-collapsible.e2e.js +0 -2
  96. package/lib/collection/components/duet-collapsible/duet-collapsible.js +3 -3
  97. package/lib/collection/components/duet-combobox/duet-combobox.e2e.js +21 -8
  98. package/lib/collection/components/duet-combobox/duet-combobox.js +3 -3
  99. package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.e2e.js +0 -4
  100. package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.js +1 -1
  101. package/lib/collection/components/duet-date-picker/duet-date-picker.e2e.js +0 -1
  102. package/lib/collection/components/duet-date-picker/duet-date-picker.js +4 -4
  103. package/lib/collection/components/duet-divider/duet-divider.js +1 -1
  104. package/lib/collection/components/duet-editable-table/duet-editable-table.js +5 -5
  105. package/lib/collection/components/duet-empty-state/duet-empty-state.js +1 -1
  106. package/lib/collection/components/duet-footer/duet-footer.e2e.js +11 -10
  107. package/lib/collection/components/duet-footer/duet-footer.js +7 -7
  108. package/lib/collection/components/duet-grid/duet-grid.js +3 -3
  109. package/lib/collection/components/duet-header/duet-header.e2e.js +5 -3
  110. package/lib/collection/components/duet-header/duet-header.js +15 -15
  111. package/lib/collection/components/duet-heading/duet-heading.js +1 -1
  112. package/lib/collection/components/duet-hero/duet-hero.css +6 -0
  113. package/lib/collection/components/duet-hero/duet-hero.e2e.js +1 -1
  114. package/lib/collection/components/duet-hero/duet-hero.js +48 -6
  115. package/lib/collection/components/duet-icon/duet-icon.js +1 -1
  116. package/lib/collection/components/duet-input/duet-input.js +8 -8
  117. package/lib/collection/components/duet-label/duet-label.js +2 -2
  118. package/lib/collection/components/duet-layout/duet-layout.e2e.js +1 -1
  119. package/lib/collection/components/duet-layout/duet-layout.js +1 -1
  120. package/lib/collection/components/duet-link/duet-link.js +2 -1
  121. package/lib/collection/components/duet-list/duet-list.js +3 -3
  122. package/lib/collection/components/duet-logo/duet-logo.js +1 -1
  123. package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +1 -1
  124. package/lib/collection/components/duet-modal/duet-modal.js +3 -3
  125. package/lib/collection/components/duet-multiselect/duet-multiselect.js +5 -5
  126. package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.js +1 -1
  127. package/lib/collection/components/duet-number-input/duet-number-input.js +4 -4
  128. package/lib/collection/components/duet-pagination/duet-pagination.js +92 -37
  129. package/lib/collection/components/duet-paragraph/duet-paragraph.js +3 -3
  130. package/lib/collection/components/duet-popup-menu/duet-popup-menu.js +1 -1
  131. package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.js +2 -2
  132. package/lib/collection/components/duet-radio/duet-radio.js +3 -3
  133. package/lib/collection/components/duet-range-slider/duet-range-slider.js +2 -2
  134. package/lib/collection/components/duet-range-stepper/duet-range-stepper.e2e.js +1 -0
  135. package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +1 -1
  136. package/lib/collection/components/duet-select/duet-select.js +5 -5
  137. package/lib/collection/components/duet-show-more/duet-show-more.js +1 -1
  138. package/lib/collection/components/duet-slideout/duet-slideout.js +1 -1
  139. package/lib/collection/components/duet-spacer/duet-spacer.js +2 -2
  140. package/lib/collection/components/duet-spinner/duet-spinner.js +1 -1
  141. package/lib/collection/components/duet-step/duet-step.e2e.js +2 -0
  142. package/lib/collection/components/duet-step/duet-step.js +2 -2
  143. package/lib/collection/components/duet-stepper/duet-stepper.e2e.js +0 -1
  144. package/lib/collection/components/duet-stepper/duet-stepper.js +1 -1
  145. package/lib/collection/components/duet-tab-group/duet-tab-group.js +5 -5
  146. package/lib/collection/components/duet-textarea/duet-textarea.js +4 -4
  147. package/lib/collection/components/duet-toggle/duet-toggle.js +1 -1
  148. package/lib/collection/components/duet-tooltip/duet-tooltip.js +1 -1
  149. package/lib/collection/components/duet-upload/duet-upload.e2e.js +2 -3
  150. package/lib/collection/components/duet-upload/duet-upload.js +14 -14
  151. package/lib/collection/components/duet-upload-item/duet-upload-item.css +3 -0
  152. package/lib/collection/components/duet-upload-item/duet-upload-item.js +12 -2
  153. package/lib/collection/utils/nudge.js +4 -0
  154. package/lib/dist-custom-elements/duet-action-button.js +1 -1
  155. package/lib/dist-custom-elements/duet-alert.js +1 -1
  156. package/lib/dist-custom-elements/duet-badge.js +1 -1
  157. package/lib/dist-custom-elements/duet-banner.js +4 -4
  158. package/lib/dist-custom-elements/duet-breadcrumb.js +2 -2
  159. package/lib/dist-custom-elements/duet-breadcrumbs.js +1 -1
  160. package/lib/dist-custom-elements/duet-button.js +1 -1
  161. package/lib/dist-custom-elements/duet-callout.js +3 -3
  162. package/lib/dist-custom-elements/duet-caption.js +1 -1
  163. package/lib/dist-custom-elements/duet-card.js +3 -3
  164. package/lib/dist-custom-elements/duet-checkbox.js +1 -1
  165. package/lib/dist-custom-elements/duet-checkmark.js +1 -1
  166. package/lib/dist-custom-elements/duet-chip.js +2 -2
  167. package/lib/dist-custom-elements/duet-choice-group.js +10 -9
  168. package/lib/dist-custom-elements/duet-choice.js +5 -5
  169. package/lib/dist-custom-elements/duet-collapsible.js +2 -2
  170. package/lib/dist-custom-elements/duet-combobox.js +2 -2
  171. package/lib/dist-custom-elements/duet-contact-card.js +8 -8
  172. package/lib/dist-custom-elements/duet-cookie-consent.js +6 -6
  173. package/lib/dist-custom-elements/duet-date-picker.js +12 -12
  174. package/lib/dist-custom-elements/duet-divider.js +1 -1
  175. package/lib/dist-custom-elements/duet-editable-table.js +7 -7
  176. package/lib/dist-custom-elements/duet-empty-state.js +1 -1
  177. package/lib/dist-custom-elements/duet-fieldset.js +1 -1
  178. package/lib/dist-custom-elements/duet-footer.js +4 -4
  179. package/lib/dist-custom-elements/duet-grid-item.js +1 -1
  180. package/lib/dist-custom-elements/duet-grid.js +1 -1
  181. package/lib/dist-custom-elements/duet-header.js +8 -8
  182. package/lib/dist-custom-elements/duet-heading.js +1 -1
  183. package/lib/dist-custom-elements/duet-hero.js +19 -11
  184. package/lib/dist-custom-elements/duet-icon.js +1 -1
  185. package/lib/dist-custom-elements/duet-input.js +1 -1
  186. package/lib/dist-custom-elements/duet-label.js +1 -1
  187. package/lib/dist-custom-elements/duet-layout.js +1 -1
  188. package/lib/dist-custom-elements/duet-link.js +1 -1
  189. package/lib/dist-custom-elements/duet-list-item.js +1 -1
  190. package/lib/dist-custom-elements/duet-list.js +1 -1
  191. package/lib/dist-custom-elements/duet-logo.js +1 -1
  192. package/lib/dist-custom-elements/duet-menu-bar-button.js +2 -2
  193. package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +2 -2
  194. package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +2 -2
  195. package/lib/dist-custom-elements/duet-menu-bar-link.js +2 -2
  196. package/lib/dist-custom-elements/duet-menu-bar.js +2 -2
  197. package/lib/dist-custom-elements/duet-modal.js +7 -7
  198. package/lib/dist-custom-elements/duet-multiselect.js +10 -10
  199. package/lib/dist-custom-elements/duet-nav.js +1 -1
  200. package/lib/dist-custom-elements/duet-notification-drawer.js +4 -4
  201. package/lib/dist-custom-elements/duet-notification.js +2 -2
  202. package/lib/dist-custom-elements/duet-number-input.js +11 -11
  203. package/lib/dist-custom-elements/duet-page-heading.js +2 -2
  204. package/lib/dist-custom-elements/duet-pagination.js +88 -50
  205. package/lib/dist-custom-elements/duet-paragraph.js +1 -1
  206. package/lib/dist-custom-elements/duet-popup-menu-item.js +2 -2
  207. package/lib/dist-custom-elements/duet-popup-menu.js +1 -1
  208. package/lib/dist-custom-elements/duet-progress.js +1 -1
  209. package/lib/dist-custom-elements/duet-promo-card.js +3 -3
  210. package/lib/dist-custom-elements/duet-radio-group.js +8 -8
  211. package/lib/dist-custom-elements/duet-radio.js +1 -1
  212. package/lib/dist-custom-elements/duet-range-slider.js +2 -2
  213. package/lib/dist-custom-elements/duet-range-stepper.js +4 -4
  214. package/lib/dist-custom-elements/duet-scrollable.js +1 -1
  215. package/lib/dist-custom-elements/duet-section-layout.js +1 -1
  216. package/lib/dist-custom-elements/duet-select.js +1 -1
  217. package/lib/dist-custom-elements/duet-shaped-image.js +1 -1
  218. package/lib/dist-custom-elements/duet-show-more.js +5 -5
  219. package/lib/dist-custom-elements/duet-slideout-lang.js +2 -2
  220. package/lib/dist-custom-elements/duet-slideout-link.js +2 -2
  221. package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +2 -2
  222. package/lib/dist-custom-elements/duet-slideout-panel.js +2 -2
  223. package/lib/dist-custom-elements/duet-slideout.js +2 -2
  224. package/lib/dist-custom-elements/duet-spacer.js +1 -1
  225. package/lib/dist-custom-elements/duet-spinner.js +1 -1
  226. package/lib/dist-custom-elements/duet-step.js +4 -4
  227. package/lib/dist-custom-elements/duet-stepper.js +2 -2
  228. package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +2 -2
  229. package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +2 -2
  230. package/lib/dist-custom-elements/duet-submenu-bar-link.js +2 -2
  231. package/lib/dist-custom-elements/duet-submenu-bar.js +2 -2
  232. package/lib/dist-custom-elements/duet-tab-group.js +13 -13
  233. package/lib/dist-custom-elements/duet-tab.js +1 -1
  234. package/lib/dist-custom-elements/duet-table.js +1 -1
  235. package/lib/dist-custom-elements/duet-textarea.js +10 -10
  236. package/lib/dist-custom-elements/duet-toggle.js +2 -2
  237. package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +2 -2
  238. package/lib/dist-custom-elements/duet-toolbar-dropdown.js +2 -2
  239. package/lib/dist-custom-elements/duet-toolbar-link.js +2 -2
  240. package/lib/dist-custom-elements/duet-toolbar.js +1 -1
  241. package/lib/dist-custom-elements/duet-tooltip-button.js +1 -1
  242. package/lib/dist-custom-elements/duet-tooltip-popup.js +1 -1
  243. package/lib/dist-custom-elements/duet-tooltip.js +1 -1
  244. package/lib/dist-custom-elements/duet-tray.js +3 -3
  245. package/lib/dist-custom-elements/duet-upload-aria-status.js +1 -1
  246. package/lib/dist-custom-elements/duet-upload-item.js +1 -1
  247. package/lib/dist-custom-elements/duet-upload.js +18 -18
  248. package/lib/dist-custom-elements/duet-visually-hidden.js +1 -1
  249. package/lib/dist-custom-elements/index.js +1 -1
  250. package/lib/dist-custom-elements/{p-6e063bb0.js → p-05927f57.js} +1 -1
  251. package/lib/dist-custom-elements/{p-51a58715.js → p-05d1dc5a.js} +1 -1
  252. package/lib/dist-custom-elements/{p-bc972b0a.js → p-08fb93f2.js} +1 -1
  253. package/lib/dist-custom-elements/{p-84946626.js → p-0e524bb9.js} +4 -4
  254. package/lib/dist-custom-elements/{p-fa9cb266.js → p-186cbc8e.js} +1 -1
  255. package/lib/dist-custom-elements/{p-0c7dab94.js → p-1c5edaed.js} +2 -2
  256. package/lib/dist-custom-elements/{p-8afda636.js → p-266a745d.js} +10 -10
  257. package/lib/dist-custom-elements/{p-eea6945b.js → p-2adcd550.js} +1 -1
  258. package/lib/dist-custom-elements/{p-d27dc964.js → p-2eb3a0a6.js} +5 -5
  259. package/lib/dist-custom-elements/{p-2764b248.js → p-399efbd2.js} +2 -2
  260. package/lib/dist-custom-elements/{p-8f0848ab.js → p-48e9e036.js} +1 -1
  261. package/lib/dist-custom-elements/{p-720c72c5.js → p-4921b11d.js} +4 -4
  262. package/lib/dist-custom-elements/{p-db1ac527.js → p-4a8b7174.js} +1 -1
  263. package/lib/dist-custom-elements/{p-eb55b736.js → p-4e6ddeed.js} +2 -2
  264. package/lib/dist-custom-elements/{p-5fd9c816.js → p-51067c1c.js} +2 -2
  265. package/lib/dist-custom-elements/{p-dbe427e1.js → p-5219d0c0.js} +14 -11
  266. package/lib/dist-custom-elements/{p-227dc421.js → p-612c5258.js} +1 -1
  267. package/lib/dist-custom-elements/{p-7da4aa07.js → p-73378f6e.js} +1 -1
  268. package/lib/dist-custom-elements/{p-a0669ee9.js → p-74379770.js} +1 -1
  269. package/lib/dist-custom-elements/{p-f2263866.js → p-77ec763f.js} +3 -3
  270. package/lib/dist-custom-elements/{p-3c3e91d0.js → p-7a0d0ba1.js} +1 -1
  271. package/lib/dist-custom-elements/{p-8160c830.js → p-7b2b8c0f.js} +24 -7
  272. package/lib/dist-custom-elements/{p-f6ae66d9.js → p-7d00dae6.js} +2 -2
  273. package/lib/dist-custom-elements/{p-7579d4ae.js → p-851603d1.js} +1 -1
  274. package/lib/dist-custom-elements/{p-cfca65c8.js → p-85d03f96.js} +5 -5
  275. package/lib/dist-custom-elements/{p-96f45950.js → p-896598da.js} +1 -1
  276. package/lib/dist-custom-elements/{p-8800fa36.js → p-9e8ed1f4.js} +1 -1
  277. package/lib/dist-custom-elements/{p-f06ebf0f.js → p-a3cc656c.js} +8 -8
  278. package/lib/dist-custom-elements/{p-092ff822.js → p-b3d7a5f1.js} +5 -5
  279. package/lib/dist-custom-elements/{p-461756c5.js → p-cdfcec05.js} +1 -1
  280. package/lib/dist-custom-elements/{p-fc5aceac.js → p-da336880.js} +1 -1
  281. package/lib/dist-custom-elements/{p-aa2863af.js → p-e436057c.js} +1 -1
  282. package/lib/dist-custom-elements/{p-5f06c4ee.js → p-e835e6e8.js} +1 -1
  283. package/lib/dist-custom-elements/{p-9468d6ea.js → p-f2f1b5a7.js} +1 -1
  284. package/lib/duet/duet.esm.js +1 -1
  285. package/lib/duet/duet.js +1 -1
  286. package/lib/duet/{p-ae8732d6.system.entry.js → p-0173b1db.system.entry.js} +1 -1
  287. package/lib/duet/{p-6a11cde0.system.entry.js → p-03e5d91b.system.entry.js} +1 -1
  288. package/lib/duet/{p-d1edbad6.system.entry.js → p-044464f3.system.entry.js} +1 -1
  289. package/lib/duet/{p-668716b8.system.js → p-08b472ed.system.js} +1 -1
  290. package/lib/duet/{p-e4a8487e.system.entry.js → p-0a54e093.system.entry.js} +1 -1
  291. package/lib/duet/{p-b9122050.system.entry.js → p-0a978191.system.entry.js} +1 -1
  292. package/lib/duet/{p-2622c405.entry.js → p-0dab0217.entry.js} +1 -1
  293. package/lib/duet/{p-e8f76d19.system.entry.js → p-0e0a1105.system.entry.js} +1 -1
  294. package/lib/duet/{p-e82882cb.system.entry.js → p-0f56cb07.system.entry.js} +1 -1
  295. package/lib/duet/{p-3469e15c.entry.js → p-12dbf60e.entry.js} +1 -1
  296. package/lib/duet/{p-daea7760.entry.js → p-1837a1d1.entry.js} +1 -1
  297. package/lib/duet/{p-6ff847d2.entry.js → p-1a73c53b.entry.js} +1 -1
  298. package/lib/duet/{p-d366b0ac.system.entry.js → p-1bd82ee4.system.entry.js} +1 -1
  299. package/lib/duet/{p-f69e737e.system.entry.js → p-1c293f30.system.entry.js} +1 -1
  300. package/lib/duet/{p-79f248ef.entry.js → p-212aa853.entry.js} +1 -1
  301. package/lib/duet/p-21332da6.entry.js +4 -0
  302. package/lib/duet/{p-cb01acfa.system.entry.js → p-21a15388.system.entry.js} +1 -1
  303. package/lib/duet/{p-bd988e8e.entry.js → p-229b9fb7.entry.js} +1 -1
  304. package/lib/duet/{p-7ff3e582.entry.js → p-236f39e6.entry.js} +1 -1
  305. package/lib/duet/{p-ea2375d5.entry.js → p-2431baa9.entry.js} +1 -1
  306. package/lib/duet/{p-c7719838.system.entry.js → p-25d9c496.system.entry.js} +1 -1
  307. package/lib/duet/{p-3f78ed00.entry.js → p-268daeba.entry.js} +1 -1
  308. package/lib/duet/p-2690079d.system.entry.js +4 -0
  309. package/lib/duet/{p-ec2b5cc2.system.entry.js → p-271dc3df.system.entry.js} +1 -1
  310. package/lib/duet/{p-7862b921.entry.js → p-276b3c6e.entry.js} +1 -1
  311. package/lib/duet/{p-62e31f4f.entry.js → p-28bf2707.entry.js} +1 -1
  312. package/lib/duet/{p-678e5dee.entry.js → p-28c2ed7a.entry.js} +1 -1
  313. package/lib/duet/{p-e5fbc547.system.entry.js → p-291093f3.system.entry.js} +1 -1
  314. package/lib/duet/{p-5e25fed6.system.entry.js → p-29ee2456.system.entry.js} +1 -1
  315. package/lib/duet/{p-acb44157.system.entry.js → p-2c7ab65b.system.entry.js} +1 -1
  316. package/lib/duet/{p-faefd02d.system.entry.js → p-2cb7d804.system.entry.js} +1 -1
  317. package/lib/duet/{p-fd0d794b.entry.js → p-2f74551a.entry.js} +1 -1
  318. package/lib/duet/{p-b223f9f3.entry.js → p-2ff57c5e.entry.js} +1 -1
  319. package/lib/duet/{p-09694f22.entry.js → p-302b75ec.entry.js} +1 -1
  320. package/lib/duet/{p-9f04f069.entry.js → p-31526713.entry.js} +1 -1
  321. package/lib/duet/{p-3e27b126.entry.js → p-326cfdbf.entry.js} +1 -1
  322. package/lib/duet/{p-f67da334.system.entry.js → p-352235b9.system.entry.js} +1 -1
  323. package/lib/duet/{p-1b56e37f.system.entry.js → p-3714093b.system.entry.js} +1 -1
  324. package/lib/duet/{p-a7c0ac21.system.entry.js → p-38e3ee11.system.entry.js} +1 -1
  325. package/lib/duet/{p-f158a882.system.entry.js → p-3fd63941.system.entry.js} +1 -1
  326. package/lib/duet/{p-f6476f51.entry.js → p-413bdf00.entry.js} +1 -1
  327. package/lib/duet/{p-c7d985bf.system.entry.js → p-4560aa78.system.entry.js} +1 -1
  328. package/lib/duet/{p-28f8fa55.system.entry.js → p-4780158b.system.entry.js} +1 -1
  329. package/lib/duet/{p-61989371.system.entry.js → p-47dd74d6.system.entry.js} +1 -1
  330. package/lib/duet/{p-5aa42e6e.system.entry.js → p-48ca6f43.system.entry.js} +1 -1
  331. package/lib/duet/{p-92978891.system.entry.js → p-4aaecd69.system.entry.js} +1 -1
  332. package/lib/duet/{p-aeccbda2.entry.js → p-4b1e9cd7.entry.js} +1 -1
  333. package/lib/duet/{p-d3384a8b.entry.js → p-4d2a6eaa.entry.js} +1 -1
  334. package/lib/duet/{p-4801f8f8.system.entry.js → p-4da04479.system.entry.js} +1 -1
  335. package/lib/duet/p-4dbb28cd.system.entry.js +4 -0
  336. package/lib/duet/{p-c4162949.system.entry.js → p-4eeb0034.system.entry.js} +1 -1
  337. package/lib/duet/{p-22a9a885.system.entry.js → p-5034e406.system.entry.js} +1 -1
  338. package/lib/duet/{p-867ac9cc.system.entry.js → p-53397ad0.system.entry.js} +1 -1
  339. package/lib/duet/{p-93c389a8.entry.js → p-538d0276.entry.js} +1 -1
  340. package/lib/duet/{p-26e1dca0.system.entry.js → p-54a3fc93.system.entry.js} +1 -1
  341. package/lib/duet/{p-556983df.entry.js → p-55fc322c.entry.js} +1 -1
  342. package/lib/duet/{p-403df195.entry.js → p-58b34b88.entry.js} +1 -1
  343. package/lib/duet/{p-ab981ff7.entry.js → p-59b05375.entry.js} +1 -1
  344. package/lib/duet/{p-64c58523.system.entry.js → p-66609411.system.entry.js} +1 -1
  345. package/lib/duet/{p-d60fc476.entry.js → p-67c6ed8d.entry.js} +1 -1
  346. package/lib/duet/{p-7047ac99.system.entry.js → p-6e8d932c.system.entry.js} +1 -1
  347. package/lib/duet/{p-ff9db811.js → p-71084e11.js} +1 -1
  348. package/lib/duet/{p-8b3ca5ab.system.entry.js → p-712d71ac.system.entry.js} +1 -1
  349. package/lib/duet/{p-aa326c4e.entry.js → p-719ce9bb.entry.js} +1 -1
  350. package/lib/duet/{p-d3e74991.system.entry.js → p-72441f44.system.entry.js} +1 -1
  351. package/lib/duet/{p-81107718.entry.js → p-72dd3aaf.entry.js} +1 -1
  352. package/lib/duet/{p-4e958a51.system.entry.js → p-7301b658.system.entry.js} +1 -1
  353. package/lib/duet/p-744bbd20.system.js +4 -0
  354. package/lib/duet/{p-70046a69.entry.js → p-784a7e09.entry.js} +1 -1
  355. package/lib/duet/{p-22c45d9c.system.entry.js → p-7a649b03.system.entry.js} +1 -1
  356. package/lib/duet/{p-4655fafc.entry.js → p-7dfb5873.entry.js} +1 -1
  357. package/lib/duet/{p-e2d5f327.entry.js → p-7f821bb9.entry.js} +1 -1
  358. package/lib/duet/{p-2118ce4b.system.entry.js → p-800cf79d.system.entry.js} +1 -1
  359. package/lib/duet/{p-5167068e.system.entry.js → p-81670fdc.system.entry.js} +1 -1
  360. package/lib/duet/{p-a5d3e6fb.system.entry.js → p-81b33aa2.system.entry.js} +1 -1
  361. package/lib/duet/{p-94f4e0bf.entry.js → p-83b6f665.entry.js} +1 -1
  362. package/lib/duet/p-843f140e.entry.js +4 -0
  363. package/lib/duet/{p-168f9b1c.entry.js → p-8666b6f2.entry.js} +1 -1
  364. package/lib/duet/{p-68e69fb0.entry.js → p-89fb88a2.entry.js} +1 -1
  365. package/lib/duet/{p-2abe65e5.entry.js → p-8a63793d.entry.js} +1 -1
  366. package/lib/duet/{p-a31ec36c.entry.js → p-8e24e881.entry.js} +1 -1
  367. package/lib/duet/{p-a65edc8c.entry.js → p-9022d39d.entry.js} +1 -1
  368. package/lib/duet/{p-d0dd55f5.entry.js → p-92d7de4d.entry.js} +1 -1
  369. package/lib/duet/{p-930e7709.system.entry.js → p-932f2f90.system.entry.js} +1 -1
  370. package/lib/duet/{p-ac711c85.entry.js → p-93f44760.entry.js} +1 -1
  371. package/lib/duet/{p-2043a083.entry.js → p-94994761.entry.js} +1 -1
  372. package/lib/duet/{p-52e15824.entry.js → p-96ab4ddb.entry.js} +1 -1
  373. package/lib/duet/{p-93877e30.system.entry.js → p-9b7cbcb6.system.entry.js} +1 -1
  374. package/lib/duet/{p-31382b41.system.entry.js → p-9ceaa6b2.system.entry.js} +1 -1
  375. package/lib/duet/{p-f89001e8.entry.js → p-9e1700b8.entry.js} +1 -1
  376. package/lib/duet/{p-6cd9e728.system.entry.js → p-9e992b21.system.entry.js} +1 -1
  377. package/lib/duet/{p-1fb54404.system.entry.js → p-9f3b42d3.system.entry.js} +1 -1
  378. package/lib/duet/{p-53da8993.entry.js → p-a22a0017.entry.js} +1 -1
  379. package/lib/duet/{p-7d836058.entry.js → p-a2c2160f.entry.js} +1 -1
  380. package/lib/duet/{p-4ce91f2d.system.entry.js → p-a3c3240a.system.entry.js} +1 -1
  381. package/lib/duet/{p-b4d48cd1.entry.js → p-a60fe92f.entry.js} +1 -1
  382. package/lib/duet/p-a6db5cb4.js +4 -0
  383. package/lib/duet/{p-9c7d954f.system.entry.js → p-a94020db.system.entry.js} +1 -1
  384. package/lib/duet/{p-442872df.system.entry.js → p-a95dc83f.system.entry.js} +1 -1
  385. package/lib/duet/{p-4abb665b.system.entry.js → p-ab79e49a.system.entry.js} +1 -1
  386. package/lib/duet/{p-26415995.entry.js → p-ac4688c8.entry.js} +1 -1
  387. package/lib/duet/{p-69180c8a.entry.js → p-ac782d97.entry.js} +1 -1
  388. package/lib/duet/{p-68c41c1e.system.entry.js → p-b2e74c33.system.entry.js} +1 -1
  389. package/lib/duet/{p-7cc4dfa7.entry.js → p-b3f79bd8.entry.js} +1 -1
  390. package/lib/duet/{p-31a0d4f6.system.entry.js → p-b7b793e8.system.entry.js} +1 -1
  391. package/lib/duet/{p-90c5eed1.entry.js → p-b839e79a.entry.js} +1 -1
  392. package/lib/duet/{p-05432941.system.entry.js → p-ba297ed9.system.entry.js} +1 -1
  393. package/lib/duet/{p-406ec3c8.entry.js → p-bbc1c8ea.entry.js} +1 -1
  394. package/lib/duet/{p-7b2e5d7f.entry.js → p-bc4c2a48.entry.js} +1 -1
  395. package/lib/duet/{p-35762693.system.entry.js → p-bf286e4e.system.entry.js} +1 -1
  396. package/lib/duet/{p-79b111a8.entry.js → p-bf7f3d46.entry.js} +1 -1
  397. package/lib/duet/{p-e1178f0e.entry.js → p-c04f1ef9.entry.js} +1 -1
  398. package/lib/duet/{p-3a0fde44.entry.js → p-c2356a52.entry.js} +1 -1
  399. package/lib/duet/{p-38eb6aa3.system.entry.js → p-c2d6c479.system.entry.js} +1 -1
  400. package/lib/duet/{p-6ac42c0b.system.entry.js → p-c343cf83.system.entry.js} +1 -1
  401. package/lib/duet/p-c3b9d5ec.entry.js +4 -0
  402. package/lib/duet/{p-6043a34d.entry.js → p-c4fbe10f.entry.js} +1 -1
  403. package/lib/duet/{p-da858b14.entry.js → p-c503f559.entry.js} +1 -1
  404. package/lib/duet/{p-c2884d84.system.entry.js → p-c7f975fc.system.entry.js} +1 -1
  405. package/lib/duet/{p-d5ac9c19.system.entry.js → p-c8dc47b7.system.entry.js} +1 -1
  406. package/lib/duet/{p-5c08947a.system.entry.js → p-cafbb204.system.entry.js} +1 -1
  407. package/lib/duet/{p-07bf4b25.system.entry.js → p-ccb3bf1b.system.entry.js} +1 -1
  408. package/lib/duet/{p-64599d16.entry.js → p-cd6530bc.entry.js} +1 -1
  409. package/lib/duet/p-cdc76da1.system.entry.js +4 -0
  410. package/lib/duet/{p-73e91b76.entry.js → p-cea1672a.entry.js} +1 -1
  411. package/lib/duet/{p-89f3b845.entry.js → p-cf023bd7.entry.js} +1 -1
  412. package/lib/duet/{p-c94181d2.entry.js → p-cf6f2ae5.entry.js} +1 -1
  413. package/lib/duet/{p-69ed2463.entry.js → p-d077942e.entry.js} +1 -1
  414. package/lib/duet/{p-fdcc3016.entry.js → p-d09cb9c8.entry.js} +1 -1
  415. package/lib/duet/{p-618fae79.system.entry.js → p-d124fbb9.system.entry.js} +1 -1
  416. package/lib/duet/{p-a1b259b5.entry.js → p-d2106b43.entry.js} +1 -1
  417. package/lib/duet/p-d6165161.entry.js +4 -0
  418. package/lib/duet/{p-a42e4e99.entry.js → p-d6cff7d0.entry.js} +1 -1
  419. package/lib/duet/{p-e0321b18.system.entry.js → p-d82d004f.system.entry.js} +1 -1
  420. package/lib/duet/p-d838b19b.entry.js +4 -0
  421. package/lib/duet/{p-56b259c4.system.entry.js → p-d84a3d86.system.entry.js} +1 -1
  422. package/lib/duet/{p-c67fb8ae.entry.js → p-d87a94a0.entry.js} +1 -1
  423. package/lib/duet/{p-8517c898.entry.js → p-d8ef94e6.entry.js} +1 -1
  424. package/lib/duet/p-db2aaa8d.system.entry.js +4 -0
  425. package/lib/duet/{p-6878509c.system.entry.js → p-dd149ee6.system.entry.js} +1 -1
  426. package/lib/duet/{p-c05d40ff.system.entry.js → p-df7e3964.system.entry.js} +1 -1
  427. package/lib/duet/{p-76837ecf.system.entry.js → p-e3cc006d.system.entry.js} +1 -1
  428. package/lib/duet/{p-7041ce72.system.entry.js → p-e40973b9.system.entry.js} +1 -1
  429. package/lib/duet/{p-a3a93783.entry.js → p-e4188875.entry.js} +1 -1
  430. package/lib/duet/{p-8b5fcd98.entry.js → p-e544c1cf.entry.js} +1 -1
  431. package/lib/duet/{p-b66ecbb2.entry.js → p-e5d9d99e.entry.js} +1 -1
  432. package/lib/duet/{p-8683ae46.system.entry.js → p-e672079a.system.entry.js} +1 -1
  433. package/lib/duet/{p-b8c3530f.system.entry.js → p-e6e8c381.system.entry.js} +1 -1
  434. package/lib/duet/{p-07ae2d9c.system.js → p-ed063bbd.system.js} +1 -1
  435. package/lib/duet/{p-3f96e6be.system.entry.js → p-ed082ad1.system.entry.js} +1 -1
  436. package/lib/duet/{p-b932a1dc.system.entry.js → p-ef0966d6.system.entry.js} +1 -1
  437. package/lib/duet/{p-b440e72b.system.entry.js → p-efa0e8d1.system.entry.js} +1 -1
  438. package/lib/duet/{p-3fbc446a.system.entry.js → p-f2f333b9.system.entry.js} +1 -1
  439. package/lib/duet/{p-cefb4bab.entry.js → p-f58375e0.entry.js} +1 -1
  440. package/lib/duet/{p-015c6c0f.entry.js → p-f851e807.entry.js} +1 -1
  441. package/lib/duet/{p-846ff870.entry.js → p-fa861bef.entry.js} +1 -1
  442. package/lib/duet/{p-6278bb45.system.entry.js → p-fed4d34a.system.entry.js} +1 -1
  443. package/lib/esm/duet-action-button.entry.js +21 -5
  444. package/lib/esm/duet-alert.entry.js +1 -1
  445. package/lib/esm/duet-badge.entry.js +1 -1
  446. package/lib/esm/duet-banner.entry.js +1 -1
  447. package/lib/esm/duet-breadcrumb.entry.js +1 -1
  448. package/lib/esm/duet-breadcrumbs.entry.js +1 -1
  449. package/lib/esm/duet-button_2.entry.js +1 -1
  450. package/lib/esm/duet-callout.entry.js +1 -1
  451. package/lib/esm/duet-caption_4.entry.js +2 -2
  452. package/lib/esm/duet-card.entry.js +1 -1
  453. package/lib/esm/duet-checkbox.entry.js +1 -1
  454. package/lib/esm/duet-checkmark.entry.js +1 -1
  455. package/lib/esm/duet-chip.entry.js +1 -1
  456. package/lib/esm/duet-choice_2.entry.js +4 -3
  457. package/lib/esm/duet-collapsible.entry.js +1 -1
  458. package/lib/esm/duet-combobox.entry.js +1 -1
  459. package/lib/esm/duet-contact-card.entry.js +1 -1
  460. package/lib/esm/duet-cookie-consent.entry.js +1 -1
  461. package/lib/esm/duet-date-picker.entry.js +2 -2
  462. package/lib/esm/duet-divider_2.entry.js +1 -1
  463. package/lib/esm/duet-editable-table_3.entry.js +1 -1
  464. package/lib/esm/duet-empty-state.entry.js +1 -1
  465. package/lib/esm/duet-fieldset.entry.js +1 -1
  466. package/lib/esm/duet-footer.entry.js +1 -1
  467. package/lib/esm/duet-grid_2.entry.js +1 -1
  468. package/lib/esm/duet-header_2.entry.js +1 -1
  469. package/lib/esm/duet-hero.entry.js +9 -3
  470. package/lib/esm/duet-icon.entry.js +1 -1
  471. package/lib/esm/duet-input_2.entry.js +1 -1
  472. package/lib/esm/duet-layout.entry.js +1 -1
  473. package/lib/esm/duet-list_2.entry.js +1 -1
  474. package/lib/esm/duet-menu-bar-button.entry.js +1 -1
  475. package/lib/esm/duet-menu-bar-dropdown-link.entry.js +1 -1
  476. package/lib/esm/duet-menu-bar-dropdown.entry.js +1 -1
  477. package/lib/esm/duet-menu-bar-link.entry.js +1 -1
  478. package/lib/esm/duet-menu-bar.entry.js +1 -1
  479. package/lib/esm/duet-modal.entry.js +2 -2
  480. package/lib/esm/duet-multiselect.entry.js +1 -1
  481. package/lib/esm/duet-nav.entry.js +1 -1
  482. package/lib/esm/duet-notification_2.entry.js +1 -1
  483. package/lib/esm/duet-number-input.entry.js +1 -1
  484. package/lib/esm/duet-page-heading.entry.js +1 -1
  485. package/lib/esm/duet-pagination_2.entry.js +72 -38
  486. package/lib/esm/duet-popup-menu-item.entry.js +1 -1
  487. package/lib/esm/duet-popup-menu.entry.js +1 -1
  488. package/lib/esm/duet-progress.entry.js +1 -1
  489. package/lib/esm/duet-promo-card.entry.js +1 -1
  490. package/lib/esm/duet-radio_2.entry.js +1 -1
  491. package/lib/esm/duet-range-slider.entry.js +1 -1
  492. package/lib/esm/duet-scrollable_3.entry.js +1 -1
  493. package/lib/esm/duet-section-layout.entry.js +1 -1
  494. package/lib/esm/duet-select.entry.js +1 -1
  495. package/lib/esm/duet-shaped-image.entry.js +1 -1
  496. package/lib/esm/duet-show-more.entry.js +1 -1
  497. package/lib/esm/duet-slideout-lang.entry.js +1 -1
  498. package/lib/esm/duet-slideout-link.entry.js +1 -1
  499. package/lib/esm/duet-slideout-panel-dropdown.entry.js +1 -1
  500. package/lib/esm/duet-slideout-panel.entry.js +2 -2
  501. package/lib/esm/duet-slideout.entry.js +2 -2
  502. package/lib/esm/duet-step_2.entry.js +1 -1
  503. package/lib/esm/duet-submenu-bar-dropdown-link.entry.js +1 -1
  504. package/lib/esm/duet-submenu-bar-dropdown.entry.js +1 -1
  505. package/lib/esm/duet-submenu-bar-link.entry.js +1 -1
  506. package/lib/esm/duet-submenu-bar.entry.js +1 -1
  507. package/lib/esm/duet-textarea.entry.js +1 -1
  508. package/lib/esm/duet-toggle.entry.js +1 -1
  509. package/lib/esm/duet-toolbar-dropdown-link.entry.js +1 -1
  510. package/lib/esm/duet-toolbar-dropdown.entry.js +1 -1
  511. package/lib/esm/duet-toolbar-link.entry.js +1 -1
  512. package/lib/esm/duet-toolbar.entry.js +1 -1
  513. package/lib/esm/duet-tooltip-button_2.entry.js +2 -2
  514. package/lib/esm/duet-tooltip.entry.js +1 -1
  515. package/lib/esm/duet-tray.entry.js +1 -1
  516. package/lib/esm/duet-upload-aria-status.entry.js +1 -1
  517. package/lib/esm/duet-upload-item.entry.js +5 -2
  518. package/lib/esm/duet-visually-hidden.entry.js +1 -1
  519. package/lib/esm/duet.js +3 -3
  520. package/lib/esm/{focus-utils-d927e096.js → focus-utils-a2bc44e9.js} +1 -1
  521. package/lib/esm/{index-bb518df4.js → index-755fb199.js} +1 -1
  522. package/lib/esm/loader.js +3 -3
  523. package/lib/esm-es5/duet-action-button.entry.js +2 -2
  524. package/lib/esm-es5/duet-alert.entry.js +1 -1
  525. package/lib/esm-es5/duet-badge.entry.js +1 -1
  526. package/lib/esm-es5/duet-banner.entry.js +1 -1
  527. package/lib/esm-es5/duet-breadcrumb.entry.js +1 -1
  528. package/lib/esm-es5/duet-breadcrumbs.entry.js +1 -1
  529. package/lib/esm-es5/duet-button_2.entry.js +1 -1
  530. package/lib/esm-es5/duet-callout.entry.js +1 -1
  531. package/lib/esm-es5/duet-caption_4.entry.js +1 -1
  532. package/lib/esm-es5/duet-card.entry.js +1 -1
  533. package/lib/esm-es5/duet-checkbox.entry.js +1 -1
  534. package/lib/esm-es5/duet-checkmark.entry.js +1 -1
  535. package/lib/esm-es5/duet-chip.entry.js +1 -1
  536. package/lib/esm-es5/duet-choice_2.entry.js +1 -1
  537. package/lib/esm-es5/duet-collapsible.entry.js +1 -1
  538. package/lib/esm-es5/duet-combobox.entry.js +1 -1
  539. package/lib/esm-es5/duet-contact-card.entry.js +1 -1
  540. package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
  541. package/lib/esm-es5/duet-date-picker.entry.js +1 -1
  542. package/lib/esm-es5/duet-divider_2.entry.js +1 -1
  543. package/lib/esm-es5/duet-editable-table_3.entry.js +1 -1
  544. package/lib/esm-es5/duet-empty-state.entry.js +1 -1
  545. package/lib/esm-es5/duet-fieldset.entry.js +1 -1
  546. package/lib/esm-es5/duet-footer.entry.js +1 -1
  547. package/lib/esm-es5/duet-grid_2.entry.js +1 -1
  548. package/lib/esm-es5/duet-header_2.entry.js +1 -1
  549. package/lib/esm-es5/duet-hero.entry.js +1 -1
  550. package/lib/esm-es5/duet-icon.entry.js +1 -1
  551. package/lib/esm-es5/duet-input_2.entry.js +1 -1
  552. package/lib/esm-es5/duet-layout.entry.js +1 -1
  553. package/lib/esm-es5/duet-list_2.entry.js +1 -1
  554. package/lib/esm-es5/duet-menu-bar-button.entry.js +1 -1
  555. package/lib/esm-es5/duet-menu-bar-dropdown-link.entry.js +1 -1
  556. package/lib/esm-es5/duet-menu-bar-dropdown.entry.js +1 -1
  557. package/lib/esm-es5/duet-menu-bar-link.entry.js +1 -1
  558. package/lib/esm-es5/duet-menu-bar.entry.js +1 -1
  559. package/lib/esm-es5/duet-modal.entry.js +1 -1
  560. package/lib/esm-es5/duet-multiselect.entry.js +1 -1
  561. package/lib/esm-es5/duet-nav.entry.js +1 -1
  562. package/lib/esm-es5/duet-notification_2.entry.js +1 -1
  563. package/lib/esm-es5/duet-number-input.entry.js +1 -1
  564. package/lib/esm-es5/duet-page-heading.entry.js +1 -1
  565. package/lib/esm-es5/duet-pagination_2.entry.js +2 -2
  566. package/lib/esm-es5/duet-popup-menu-item.entry.js +1 -1
  567. package/lib/esm-es5/duet-popup-menu.entry.js +1 -1
  568. package/lib/esm-es5/duet-progress.entry.js +1 -1
  569. package/lib/esm-es5/duet-promo-card.entry.js +1 -1
  570. package/lib/esm-es5/duet-radio_2.entry.js +1 -1
  571. package/lib/esm-es5/duet-range-slider.entry.js +1 -1
  572. package/lib/esm-es5/duet-scrollable_3.entry.js +1 -1
  573. package/lib/esm-es5/duet-section-layout.entry.js +1 -1
  574. package/lib/esm-es5/duet-select.entry.js +1 -1
  575. package/lib/esm-es5/duet-shaped-image.entry.js +1 -1
  576. package/lib/esm-es5/duet-show-more.entry.js +1 -1
  577. package/lib/esm-es5/duet-slideout-lang.entry.js +1 -1
  578. package/lib/esm-es5/duet-slideout-link.entry.js +1 -1
  579. package/lib/esm-es5/duet-slideout-panel-dropdown.entry.js +1 -1
  580. package/lib/esm-es5/duet-slideout-panel.entry.js +2 -2
  581. package/lib/esm-es5/duet-slideout.entry.js +1 -1
  582. package/lib/esm-es5/duet-step_2.entry.js +1 -1
  583. package/lib/esm-es5/duet-submenu-bar-dropdown-link.entry.js +1 -1
  584. package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +1 -1
  585. package/lib/esm-es5/duet-submenu-bar-link.entry.js +1 -1
  586. package/lib/esm-es5/duet-submenu-bar.entry.js +1 -1
  587. package/lib/esm-es5/duet-textarea.entry.js +1 -1
  588. package/lib/esm-es5/duet-toggle.entry.js +1 -1
  589. package/lib/esm-es5/duet-toolbar-dropdown-link.entry.js +1 -1
  590. package/lib/esm-es5/duet-toolbar-dropdown.entry.js +1 -1
  591. package/lib/esm-es5/duet-toolbar-link.entry.js +1 -1
  592. package/lib/esm-es5/duet-toolbar.entry.js +1 -1
  593. package/lib/esm-es5/duet-tooltip-button_2.entry.js +1 -1
  594. package/lib/esm-es5/duet-tooltip.entry.js +1 -1
  595. package/lib/esm-es5/duet-tray.entry.js +1 -1
  596. package/lib/esm-es5/duet-upload-aria-status.entry.js +1 -1
  597. package/lib/esm-es5/duet-upload-item.entry.js +1 -1
  598. package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
  599. package/lib/esm-es5/duet.js +1 -1
  600. package/lib/esm-es5/{focus-utils-d927e096.js → focus-utils-a2bc44e9.js} +1 -1
  601. package/lib/esm-es5/{index-bb518df4.js → index-755fb199.js} +1 -1
  602. package/lib/esm-es5/loader.js +1 -1
  603. package/lib/types/components/duet-action-button/duet-action-button.d.ts +4 -0
  604. package/lib/types/components/duet-hero/duet-hero.d.ts +8 -0
  605. package/lib/types/components/duet-link/duet-link.d.ts +1 -0
  606. package/lib/types/components/duet-pagination/duet-pagination.d.ts +8 -1
  607. package/lib/types/components.d.ts +32 -0
  608. package/package.json +17 -24
  609. package/lib/duet/p-299e8254.entry.js +0 -4
  610. package/lib/duet/p-449c2232.system.entry.js +0 -4
  611. package/lib/duet/p-57b02e39.system.entry.js +0 -4
  612. package/lib/duet/p-5b014c86.system.js +0 -4
  613. package/lib/duet/p-6665a293.entry.js +0 -4
  614. package/lib/duet/p-91aef612.entry.js +0 -4
  615. package/lib/duet/p-9323e964.js +0 -4
  616. package/lib/duet/p-cbe9191a.entry.js +0 -4
  617. package/lib/duet/p-cbf7f63b.entry.js +0 -4
  618. package/lib/duet/p-d97155db.system.entry.js +0 -4
  619. package/lib/duet/p-ebf8ad5c.system.entry.js +0 -4
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import{b as bootstrapLazy}from"./index-bb518df4.js";export{s as setNonce}from"./index-bb518df4.js";import{g as globalScripts}from"./app-globals-de2a5510.js";var defineCustomElements=function(e,a){if(typeof window==="undefined")return undefined;globalScripts();return bootstrapLazy(JSON.parse('[["duet-icon",[[1,"duet-icon",{"theme":[1025],"icon":[1],"src":[1],"name":[1],"margin":[1],"responsive":[4],"color":[513],"background":[1],"backgroundOpacity":[2,"background-opacity"],"backgroundRotation":[2,"background-rotation"],"size":[1],"outline":[1],"shape":[1],"svgContent":[32]},null,{"src":["loadIcon"],"icon":["loadIcon"],"name":["loadIcon"]}]]],["duet-pagination_2",[[1,"duet-pagination",{"theme":[1025],"variation":[1],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLabelsDefaults":[16],"accessibleLabels":[1040],"take":[2],"visibleItems":[2,"visible-items"],"total":[2],"compactBreakpoint":[1,"compact-breakpoint"],"ariaControls":[1,"accessible-controls"],"current":[1026],"numbersStore":[32],"matchesCompactBreakpoint":[32],"totalPages":[32],"internalSectionIndex":[32]},null,{"total":["watchPropTotalHandler"],"current":["watchStateHandler"]}],[1,"duet-range-stepper",{"theme":[1025],"stepIndex":[1026,"step-index"],"stepSize":[2,"step-size"],"total":[2],"ariaLabelsDefaults":[16],"ariaLabels":[1040],"ariaControls":[1,"accessible-controls"]},null,{"stepIndex":["watchStepIndexStateHandler"],"stepSize":["watchStepSizeStateHandler"]}]]],["duet-choice_2",[[6,"duet-choice-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"responsive":[4],"breakpoint":[1],"value":[1537],"disabled":[4]},null,{"value":["updateChoices"],"disabled":["updateChoices"],"name":["updateChoices"],"direction":["updateChoices"],"responsive":["updateChoices"]}],[6,"duet-choice",{"theme":[1025],"label":[1],"accessibleLabelInfoButtonDefaults":[1,"accessible-label-info-default"],"accessibleLabelInfoButton":[1025,"accessible-label-info-button"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"caption":[1],"value":[1537],"type":[513],"name":[1],"checked":[1540],"collapsible":[4],"collapsibleForceExpanded":[4,"collapsible-force-expanded"],"margin":[1],"icon":[1],"expand":[4],"padding":[1],"identifier":[1],"groupDirection":[1,"group-direction"],"groupDisabled":[4,"group-disabled"],"groupResponsive":[4,"group-responsive"],"disabled":[516],"required":[4],"infoLabelDefaults":[1,"accessible-label-info-default"],"infoLabel":[1025,"info-label"],"isHovering":[32],"isInfoOpen":[32],"isBlurred":[32],"setFocus":[64],"toggleInfoMethod":[64]},[[2,"blur","handleHostBlur"],[2,"keydown","handleHostKeyDown"],[2,"keyup","handleHostKeyUp"]]]]],["duet-date-picker",[[2,"duet-date-picker",{"theme":[1025],"expand":[4],"name":[1],"identifier":[1],"label":[1],"caption":[1],"margin":[1],"language":[1537],"placeholderDefaults":[1,"placeholder-default"],"placeholder":[1025],"echoPlaceholder":[1540,"echo-placeholder"],"disabled":[516],"error":[1],"labelHidden":[4,"label-hidden"],"role":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"required":[4],"direction":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1537],"min":[1],"max":[1],"incrementYears":[2,"increment"],"validity":[1040],"open":[32],"focusedDay":[32],"inputValue":[32],"setFocus":[64],"show":[64],"hide":[64]},[[4,"click","handleDocumentClick"]],{"min":["updateValidity"],"max":["updateValidity"],"value":["updateValidity","updateInternalValue"],"required":["updateValidity"]}]]],["duet-number-input",[[2,"duet-number-input",{"language":[1025],"locale":[1],"unit":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLiveDefaults":[1,"accessible-live-default"],"accessibleLive":[1025,"accessible-live"],"accessibleLiveEnabled":[4,"accessible-live-enabled"],"accessibleAddDefaults":[1,"accessible-add-default"],"accessibleAdd":[1025,"accessible-add"],"accessibleSubtractDefaults":[1,"accessible-subtract-defaults"],"accessibleSubtract":[1025,"accessible-subtract"],"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"min":[2],"labelDefaults":[1,"label-default"],"label":[1025],"labelHidden":[4,"label-hidden"],"max":[2],"name":[1],"error":[1],"tooltip":[1],"step":[2],"rounding":[4],"role":[1],"disabled":[516],"required":[4],"value":[1025],"focusedValue":[32],"setFocus":[64],"getValueAsNumber":[64]}]]],["duet-multiselect",[[1,"duet-multiselect",{"margin":[1],"error":[1],"accessibleLiveError":[1,"accessible-live-error"],"expand":[4],"value":[1040],"theme":[1025],"labelHidden":[4,"label-hidden"],"identifier":[1],"allControls":[4,"all-controls"],"placeholder":[1],"caption":[1],"items":[1],"disabled":[516],"label":[1],"accessibleDescribedBy":[1,"accessible-described-by"],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"processedItems":[32],"checkboxesVisible":[32],"activeDescendant":[32],"language":[32],"setFocus":[64]},[[8,"click","handleFocus"]],{"items":["refresh"]}]]],["duet-textarea",[[2,"duet-textarea",{"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLiveError":[1,"accessible-live-error"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"required":[4],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"maxlength":[2],"minlength":[2],"error":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1025],"disallowPattern":[1,"disallow-pattern"],"counter":[4],"counterLabel":[1,"counter-label"],"setFocus":[64]},null,{"disallowPattern":["disallowedPatternChange"]}]]],["duet-hero",[[1,"duet-hero",{"theme":[1025],"heading":[1],"preHeading":[1,"pre-heading"],"level":[1],"subHeadingLevel":[1,"sub-heading-level"],"description":[1],"icon":[1],"iconSize":[1,"icon-size"],"iconRight":[4,"icon-right"],"categoryIcon":[1,"category-icon"],"categoryIconColor":[1,"category-icon-color"],"buttonLabel":[1,"button-label"],"language":[1025],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"buttonUrl":[1,"button-url"],"buttonId":[1,"button-id"],"buttonData":[16],"textCenter":[4,"text-center"],"leftAlign":[4,"left-align"],"image":[1],"variation":[1],"back":[8],"listItems":[8,"list-items"],"actions":[8],"layout":[1025],"processedListItems":[32],"processedActions":[32],"processedBack":[32]},null,{"back":["refresh"],"listItems":["refresh"],"actions":["refresh"]}]]],["duet-radio_2",[[6,"duet-radio-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"responsive":[4],"value":[1537],"disabled":[4]},null,{"name":["updateRadios"],"value":["updateRadios"],"disabled":["updateRadios"],"direction":["updateRadios"],"responsive":["updateRadios"]}],[6,"duet-radio",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleIndex":[1,"accessible-index"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"disabled":[516],"required":[4],"blockEvents":[4,"block-events"],"identifier":[1],"label":[1],"name":[1],"role":[1],"groupDisabled":[4,"group-disabled"],"groupDirection":[1,"group-direction"],"groupResponsive":[4,"group-responsive"],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-contact-card",[[1,"duet-contact-card",{"theme":[1025],"margin":[1],"image":[1025],"name":[1025],"description":[1025],"email":[1025],"phone":[1025],"buttonText":[1025,"button-text"],"buttonIcon":[1025,"button-icon"],"buttonUrl":[1025,"button-url"],"language":[32]}]]],["duet-modal",[[1,"duet-modal",{"language":[1537],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1025,"accessible-close-label"],"size":[1],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleLabel":[1,"accessible-label"],"accessibleDetails":[1,"accessible-details"],"accessibleDescription":[1,"accessible-description"],"gutterSize":[1,"gutter-size"],"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"headingVisualLevel":[1,"heading-visual-level"],"icon":[1],"color":[1],"active":[1540],"closeOnBlur":[1028,"close-on-blur"],"open":[32],"show":[64],"hide":[64]},[[8,"keyup","handleKeyUp"]],{"open":["openChanged"],"active":["activeChanged"]}]]],["duet-cookie-consent",[[1,"duet-cookie-consent",{"accessibleLabel":[1,"accessible-label"],"theme":[1025]},[[0,"focusin","handleFocusIn"],[0,"focusout","handleFocusOut"]]]]],["duet-notification_2",[[1,"duet-notification-drawer",{"icon":[1],"label":[1],"language":[1],"accessibleLabelNotificationsDefaults":[1,"accessible-label-notification-default"],"accessibleLabelNotifications":[1,"accessible-label-notifications"],"badge":[4],"theme":[1025],"direction":[1],"isOpen":[32],"hasNotifications":[32],"setFocus":[64],"open":[64],"close":[64]},[[6,"focus","handleClickFocusOutside"],[6,"click","handleClickFocusOutside"]]],[1,"duet-notification",{"language":[1537],"accessibleLabelUnreadDefaults":[16],"accessibleLabelUnread":[1025,"accessible-label-unread"],"url":[1],"date":[1],"highlight":[4],"external":[4],"theme":[1025],"setFocus":[64]}]]],["duet-step_2",[[6,"duet-step",{"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"stepIndex":[2,"step-index"],"state":[1],"roundedTop":[4,"rounded-top"],"roundedBottom":[4,"rounded-bottom"],"setFocus":[64]}],[1,"duet-stepper",{"theme":[1025],"accessibleLive":[1,"accessible-live"],"margin":[1],"backDisabled":[4,"back-disabled"],"selected":[1538]},[[0,"duetStepClick","onDuetStepClick"]],{"selected":["currentStepChanged"],"backDisabled":["currentStepInvokedDisable"]}]]],["duet-show-more",[[1,"duet-show-more",{"theme":[1025],"language":[1537],"showMoreLabelDefaults":[16],"showMoreLabel":[1537,"show-more-label"],"showLessLabelDefaults":[16],"showLessLabel":[1537,"show-less-label"],"showMoreAccessibleLabelDefaults":[16],"showMoreAccessibleLabel":[1537,"show-more-accessible-label"],"showLessAccessibleLabelDefaults":[16],"showLessAccessibleLabel":[1537,"show-less-accessible-label"],"margin":[1],"open":[1540],"buttonAriaOpen":[32]}]]],["duet-banner",[[1,"duet-banner",{"theme":[1025],"margin":[1],"backgroundColor":[1,"background-color"],"iconColor":[1,"icon-color"],"iconBackgroundColor":[1,"icon-background-color"],"textColor":[1,"text-color"],"size":[1],"image":[1],"icon":[1],"headingLevel":[1,"heading-level"]}]]],["duet-footer",[[1,"duet-footer",{"theme":[1025],"variation":[1],"margin":[1],"logoHref":[1,"logo-href"],"language":[1537],"items":[8],"accessibleLabel":[1,"accessible-label"],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"menu":[8],"processedMainItem":[32],"processedItems":[32],"processedMenu":[32]},null,{"menu":["refresh"],"items":["refresh"]}]]],["duet-callout",[[1,"duet-callout",{"theme":[1025],"margin":[1]}]]],["duet-card",[[1,"duet-card",{"accessibleLabel":[1,"accessible-label"],"heading":[1],"secondaryHeading":[1,"secondary-heading"],"variation":[1],"collapsible":[4],"open":[1540],"headingLevel":[1,"heading-level"],"headingBackground":[1,"heading-background"],"icon":[1],"image":[1],"background":[1],"padding":[1],"margin":[1],"theme":[1025],"url":[1],"shadowBreakpoint":[1,"shadow-breakpoint"],"setFocus":[64]}]]],["duet-promo-card",[[1,"duet-promo-card",{"theme":[1025],"margin":[1],"backgroundColor":[1,"background-color"],"textColor":[1,"text-color"],"image":[1],"headingLevel":[1,"heading-level"],"url":[1]}]]],["duet-tray",[[1,"duet-tray",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1025,"accessible-close-label"],"accessibleOpenLabelDefaults":[1,"accessible-open-label-default"],"accessibleOpenLabel":[1025,"accessible-open-label"],"theme":[1025],"active":[516],"autoHide":[4,"auto-hide"],"responsive":[4],"expanded":[32],"hiddenState":[32]},[[9,"scroll","getFrame"],[16,"click","handleBodyClick"]]]]],["duet-breadcrumb",[[1,"duet-breadcrumb",{"theme":[1025],"href":[1025],"icon":[1025],"accessibleLabel":[1,"accessible-label"],"language":[32]}]]],["duet-chip",[[1,"duet-chip",{"accessibleLabel":[1,"accessible-label"],"variation":[1],"popup":[1],"icon":[1],"theme":[1025],"identifier":[1],"value":[1025],"name":[1],"checked":[1540],"disabled":[4],"focus":[32],"popupElement":[32],"popupOpen":[32],"setFocus":[64]},null,{"checked":["clearOtherRadioButtons"]}]]],["duet-collapsible",[[1,"duet-collapsible",{"theme":[1025],"accessibleLabel":[1,"accessible-label"],"heading":[1],"headingFullWidth":[4,"heading-full-width"],"centerHeading":[4,"center-heading"],"headingWeight":[1,"heading-weight"],"headingSize":[1,"heading-size"],"headingLevel":[1,"heading-level"],"margin":[1],"open":[1540],"setFocus":[64]}]]],["duet-combobox",[[6,"duet-combobox",{"accessibleLabelDefaults":[1,"accessible-label-defaults"],"accessibleLabels":[1040],"theme":[1025],"force":[4],"items":[1032],"formatter":[16],"value":[1537],"minCharacters":[2,"min-characters"],"openListOnClick":[4,"open-list-on-click"],"filterType":[1,"filter-type"],"processedItems":[32],"inputWidth":[32],"inputValue":[32],"selectionMsg":[32],"listOpen":[32],"selectedItems":[32],"activeItem":[32],"formatItem":[64]},[[4,"click","handleDocumentClick"]],{"activeItem":["activeItemHandler"],"items":["processItems"],"value":["processValue"],"listOpen":["processListOpenChange"]}]]],["duet-menu-bar",[[1,"duet-menu-bar",{"theme":[1025],"logo":[1028],"logoHref":[1025,"logo-href"],"logoLinkAccessibleLabel":[1025,"logo-link-accessible-label"],"accessibleLabel":[1,"accessible-label"],"logoSize":[32],"leftMoreVisible":[32],"rightMoreVisible":[32]},[[9,"resize","onWindowResize"]]]]],["duet-menu-bar-button",[[1,"duet-menu-bar-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessiblePopup":[1,"accessible-popup"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"theme":[1025],"icon":[1537],"iconSize":[32],"setFocus":[64]}]]],["duet-menu-bar-dropdown",[[1,"duet-menu-bar-dropdown",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"open":[1540],"icon":[1537],"iconSize":[32],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-menu-bar-dropdown-link",[[1,"duet-menu-bar-dropdown-link",{"theme":[1025],"href":[1025],"icon":[1537],"accessibleLabel":[1,"accessible-label"]}]]],["duet-menu-bar-link",[[1,"duet-menu-bar-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"accessibleLabel":[1,"accessible-label"],"iconSize":[32]}]]],["duet-page-heading",[[1,"duet-page-heading",{"theme":[1025],"icon":[1025],"layout":[1025]}]]],["duet-popup-menu-item",[[1,"duet-popup-menu-item",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"url":[1],"external":[4],"value":[1],"leadingIcon":[1,"leading-icon"],"trailingIcon":[1,"trailing-icon"],"trailingText":[1,"trailing-text"],"active":[1028],"focus":[32],"setFocus":[64],"isFocused":[64]}]]],["duet-range-slider",[[2,"duet-range-slider",{"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"name":[1],"required":[4],"disabled":[516],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"min":[2],"label":[1],"labelHidden":[4,"label-hidden"],"unit":[1],"max":[2],"step":[2],"locale":[1],"value":[1026],"debounce":[2],"setFocus":[64]}]]],["duet-slideout",[[1,"duet-slideout",{"theme":[1025],"open":[1540],"backgroundColor":[1537,"background-color"],"language":[32],"displaying":[32],"toggle":[64],"setFocus":[64]},[[8,"keyup","handleKeyUp"]]]]],["duet-slideout-lang",[[1,"duet-slideout-lang",{"theme":[1025],"language":[32]}]]],["duet-slideout-link",[[1,"duet-slideout-link",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"targetLanguage":[1,"target-language"],"active":[1028],"href":[1025],"icon":[1537],"size":[1537],"caret":[1028],"menuItem":[4,"menu-item"]}]]],["duet-slideout-panel",[[1,"duet-slideout-panel",{"theme":[1025],"active":[1540],"open":[1540],"icon":[1537],"labelSize":[1537,"label-size"],"backgroundColor":[1537,"background-color"],"label":[32],"language":[32],"setFocus":[64]}]]],["duet-slideout-panel-dropdown",[[1,"duet-slideout-panel-dropdown",{"theme":[1025],"active":[1540],"open":[1540],"icon":[1537],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-submenu-bar",[[1,"duet-submenu-bar",{"theme":[1025],"open":[1540],"accessibleLabel":[1,"accessible-label"],"mobile":[32],"bodyScroll":[32],"setFocus":[64]},null,{"open":["watchOpenStateHandler"]}]]],["duet-submenu-bar-dropdown",[[1,"duet-submenu-bar-dropdown",{"theme":[1025],"active":[1028],"open":[1540],"icon":[1537],"isDesktop":[32],"iconSize":[32],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-submenu-bar-dropdown-link",[[1,"duet-submenu-bar-dropdown-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"caret":[1028],"highlight":[1028]}]]],["duet-submenu-bar-link",[[1,"duet-submenu-bar-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"iconSize":[32]}]]],["duet-toggle",[[2,"duet-toggle",{"theme":[1025],"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"label":[1],"labelPosition":[1,"label-position"],"required":[4],"disabled":[516],"checked":[1540],"value":[1537],"identifier":[1],"name":[1],"role":[1],"setFocus":[64]},null,{"checked":["checkedChanged"]}]]],["duet-toolbar-dropdown",[[1,"duet-toolbar-dropdown",{"theme":[1025],"accessibleLabel":[1,"accessible-label"],"active":[1540],"open":[1540],"icon":[1537],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-toolbar-dropdown-link",[[1,"duet-toolbar-dropdown-link",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"targetLanguage":[1,"target-language"],"href":[1025],"icon":[1537],"active":[1028]}]]],["duet-toolbar-link",[[1,"duet-toolbar-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"accessibleLabel":[1,"accessible-label"]}]]],["duet-breadcrumbs",[[1,"duet-breadcrumbs",{"theme":[1025],"variation":[1],"children":[32]}]]],["duet-layout",[[1,"duet-layout",{"sticky":[4],"margin":[1],"stickyDistance":[1,"sticky-distance"],"center":[4],"tabs":[4],"middle":[4],"paddingBreakpoint":[1,"padding-breakpoint"]}]]],["duet-nav",[[1,"duet-nav",{"theme":[1025]}]]],["duet-popup-menu",[[1,"duet-popup-menu",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"controller":[16],"placement":[1],"position":[1],"mainAxisOffset":[2,"main-axis-offset"],"crossAxisOffset":[2,"cross-axis-offset"],"open":[32],"menuY":[32],"menuX":[32],"isOpen":[64],"show":[64],"hide":[64],"toggle":[64]},[[8,"keyup","handleKeyUp"],[8,"keydown","handleKeyDown"],[8,"click","handleClick"]]]]],["duet-section-layout",[[1,"duet-section-layout",{"margin":[1],"middle":[4]}]]],["duet-shaped-image",[[1,"duet-shaped-image",{"theme":[1025],"accessibleLabel":[1,"accessible-label"],"margin":[1],"src":[1],"rotation":[2]}]]],["duet-toolbar",[[1,"duet-toolbar",{"theme":[1025],"accessibleLabel":[1,"accessible-label"]}]]],["duet-upload-item",[[0,"duet-upload-item",{"theme":[1025],"data":[16],"type":[1],"showLinks":[4,"show-links"],"actions":[8],"label":[16],"categoryLabel":[16],"errorCodes":[16],"showCategory":[4,"show-category"],"linkClickEvent":[16],"focusActionButton":[64]}]]],["duet-alert",[[1,"duet-alert",{"theme":[1025],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1025,"accessible-label"],"announcements":[4],"icon":[1],"autoDismiss":[2,"auto-dismiss"],"margin":[1],"padding":[1],"variation":[1],"dismissible":[4],"focusable":[4],"isDismissed":[32],"timeoutID":[32],"show":[64],"hide":[64],"setFocus":[64]}]]],["duet-upload-aria-status",[[1,"duet-upload-aria-status",{"statusMessageLabel":[16],"accessibleAriaLive":[1,"accessible-aria-live"],"valid":[2],"total":[2],"invalid":[2],"inprogress":[2],"statusMessage":[32]},null,{"valid":["watchHandler"],"invalid":["watchHandler"],"inprogress":["watchHandler"],"total":["watchHandler"]}]]],["duet-editable-table_3",[[1,"duet-upload",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"external":[4],"middleware":[16],"deferUpload":[4,"defer-upload"],"hideButton":[4,"hide-upload-button"],"actions":[16],"uri":[1],"showLinks":[4,"show-links"],"caption":[1],"statusLabelDefaults":[1,"status-label-default"],"statusMessageLabel":[1,"status-message-label"],"buttonLabelDefaults":[1,"button-label-default"],"buttonLabel":[1,"button-label"],"accessibleButtonLabel":[1,"accessible-button-label"],"theme":[1025],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"alignment":[1],"hideGroups":[4,"hide-table-labels"],"files":[1040],"valid":[1540],"labelDefaults":[1,"label-default"],"label":[1],"descriptionDefaults":[1,"description-default"],"description":[1],"fileListEmptyDefaults":[1,"list-empty-default"],"fileListEmpty":[1,"file-list-empty"],"error":[1],"errorCodes":[16],"name":[1],"maxBytes":[2,"max-bytes"],"maxBytesTotal":[2,"max-bytes-total"],"maxFiles":[2,"max-files"],"allowedExtensions":[1,"allowed-extensions"],"allowedMimetypes":[1,"allowed-mimetypes"],"multiple":[4],"limitSelection":[4,"limit-selection"],"hideCancelButton":[4,"hide-cancel-button"],"value":[1025],"externalUploadButtonId":[1,"external-upload-button-id"],"captionOnBottom":[4,"caption-on-bottom"],"showUploadedItemsHeader":[4,"show-uploaded-items-header"],"uploadedItemsHeaderLabel":[16],"headerHeadingLevel":[1,"header-heading-level"],"hideHeader":[4,"hide-header"],"emitEvent":[4,"link-click-event"],"groups":[16],"tick":[32],"setFocus":[64],"upload":[64],"uploadPending":[64],"refresh":[64],"getFiles":[64],"updateValue":[64],"focusActionButton":[64]},null,{"valid":["watchValidHandler"]}],[6,"duet-editable-table",{"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"actions":[1040],"columns":[1040],"rows":[1040],"sortable":[4],"groupId":[1,"group-id"],"theme":[1025],"accessibleRole":[1,"accessible-role"],"hideHeadVisually":[4,"hide-head-visually"],"language":[32]}],[4,"duet-table",{"theme":[1025],"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"hideHeadVisually":[4,"hide-head-visually"],"matchesBreakpoint":[32],"language":[32]},null,{"language":["watchLanguageStateHandler"]}]]],["duet-checkbox",[[2,"duet-checkbox",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleIndex":[1,"accessible-index"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleSelected":[1,"accessible-selected"],"required":[4],"theme":[1025],"disabled":[516],"identifier":[1],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"role":[1],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-checkmark",[[0,"duet-checkmark",{"theme":[1025],"checked":[1028],"presentationOnly":[4,"presentation-only"],"center":[4],"type":[513]}]]],["duet-fieldset",[[1,"duet-fieldset",{"theme":[1025],"margin":[1],"caption":[1],"label":[1],"compactLabel":[4,"compact-label"],"error":[1],"accessibleLiveError":[1,"accessible-live-error"],"labelHeadingLevel":[1,"label-heading-level"],"labelHidden":[4,"label-hidden"],"hasTooltip":[32]}]]],["duet-visually-hidden",[[1,"duet-visually-hidden"]]],["duet-tooltip-button_2",[[1,"duet-tooltip-popup",{"theme":[1025],"active":[4],"tooltipId":[1,"tooltip-id"],"arrowStyles":[16],"placement":[1],"accessibleCloseLabel":[1,"accessible-close-label"],"getArrowElement":[64],"getContentElement":[64],"setFocusOnContentElement":[64]},null,{"active":["handleActiveChange"]}],[1,"duet-tooltip-button",{"label":[1],"accessibleLabel":[1,"accessible-label"],"theme":[1025],"active":[4],"tooltipId":[1,"tooltip-id"],"setFocus":[64]}]]],["duet-select",[[2,"duet-select",{"variation":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"error":[1],"accessibleLiveError":[1,"accessible-live-error"],"expand":[4],"value":[1537],"theme":[1025],"labelHidden":[4,"label-hidden"],"identifier":[1],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"items":[1],"disabled":[516],"required":[4],"label":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"processedItems":[32],"setFocus":[64]},null,{"value":["valueChanged"],"items":["refresh"]}]]],["duet-scrollable_3",[[1,"duet-tab-group",{"theme":[1025],"scrolls":[4],"collapses":[4],"accessibleLabel":[1,"accessible-label"],"variation":[1],"language":[1025],"labelDefaults":[1,"label-default"],"label":[1],"labelHidden":[4,"label-hidden"],"identifier":[1],"margin":[1],"padding":[1],"setTabIndex":[4,"set-tab-index"],"tabChangeConfirm":[4,"tab-change-confirm"],"tabs":[32],"selected":[32],"openTab":[64],"refresh":[64]}],[6,"duet-tab",{"label":[513],"caption":[513],"selected":[516],"accessibleDescriptionDefault":[1,"accessible-description-defaults"],"accessibleDescription":[1025,"accessible-description"]}],[1,"duet-scrollable",{"theme":[1025],"identifier":[1],"collapsed":[1540],"buttons":[4],"center":[4],"selected":[1026],"tablistAtStart":[32],"isTabContentSmallerThanWrapper":[32],"tablistAtEnd":[32],"childrenData":[32]},null,{"selected":["watchPropHandler"]}]]],["duet-empty-state",[[1,"duet-empty-state",{"theme":[1025],"icon":[1],"size":[1]}]]],["duet-progress",[[0,"duet-progress",{"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLabel":[1,"accessible-label"],"accessibleLabelUploadDefaults":[1,"accessible-label-upload-defaults"],"accessibleLabelUpload":[1025,"accessible-label-upload"],"progress":[1538],"caption":[1],"height":[1],"theme":[1025]}]]],["duet-grid_2",[[6,"duet-grid",{"responsive":[4],"breakpoint":[1],"direction":[1],"rowReverse":[4,"row-reverse"],"alignment":[1],"distribution":[1],"mobile":[1],"gridTemplate":[1,"grid-template"],"distributeFormElement":[32]},null,{"responsive":["updateGridItems"],"breakpoint":["updateGridItems"],"direction":["updateGridItems"]}],[2,"duet-grid-item",{"fill":[4],"maxWidth":[1,"max-width"],"minWidth":[1,"min-width"],"theme":[1025],"margin":[1],"responsive":[4],"direction":[1],"breakpoint":[1]}]]],["duet-list_2",[[1,"duet-list",{"theme":[1025],"margin":[1],"padding":[1],"mobile":[1],"breakpoint":[1],"variation":[1],"labelWidth":[1,"label-width"],"responsive":[4]},null,{"theme":["updateListItems"],"padding":["updateListItems"],"mobile":["updateListItems"],"responsive":["updateListItems"],"breakpoint":["updateListItems"],"variation":["updateListItems"],"labelWidth":["updateListItems"]}],[1,"duet-list-item",{"responsive":[4],"breakpoint":[1]}]]],["duet-header_2",[[1,"duet-header",{"theme":[1025],"language":[1025],"accessibleI18nLabelsDefaults":[1,"accessible-labels-default"],"accessibleI18nLabels":[1040],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1025,"accessible-label"],"user":[8],"logoHref":[1,"logo-href"],"currentHref":[1025,"current-href"],"skipToId":[1,"skip-to-id"],"items":[8],"region":[1],"session":[8],"search":[8],"back":[8],"contact":[1],"contactItems":[8,"contact-items"],"languageItems":[8,"language-items"],"isContactOpen":[32],"isLanguageOpen":[32],"isSessionOpen":[32],"isSlideOutOpen":[32],"isSegmentOpen":[32],"openMenu":[32],"closedActives":[32],"processedItems":[32],"processedLanguageItems":[32],"processedContactItems":[32],"processedSession":[32],"processedSearch":[32],"processedUser":[32],"processedBack":[32],"renderDesktopNav":[32],"closeMenus":[64],"setFocus":[64]},[[8,"keyup","handleKeyUp"],[8,"keydown","handleKeyDown"],[4,"focus","handleDocumentClick"],[4,"click","handleDocumentClick"]],{"user":["refresh"],"items":["refresh"],"session":["refresh"],"back":["refresh"],"contactItems":["refresh"],"languageItems":["refresh"]}],[1,"duet-logo",{"theme":[1025],"margin":[1],"inverse":[4],"size":[1],"href":[1537],"accessibleLabelDefaults":[1040],"accessibleLabel":[1537,"accessible-label"],"language":[1537],"setFocus":[64]}]]],["duet-badge",[[1,"duet-badge",{"theme":[1025],"variation":[1],"background":[1],"margin":[1]}]]],["duet-action-button",[[1,"duet-action-button",{"theme":[1025],"iconName":[1,"icon-name"],"iconColor":[1,"icon-color"],"iconSize":[1,"icon-size"],"actionName":[1,"action-name"],"actionId":[1,"action-id"],"actionMeta":[1,"action-meta"],"disabled":[4],"color":[513],"background":[1],"accessibleTitle":[8,"title"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLabelsDefaults":[16],"accessibleLabel":[1025,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"numbersStore":[32],"setFocus":[64]}]]],["duet-divider_2",[[1,"duet-divider",{"theme":[1025],"margin":[1],"color":[1]}],[1,"duet-spacer",{"size":[1],"direction":[1],"breakpoint":[1]}]]],["duet-tooltip",[[6,"duet-tooltip",{"theme":[1025],"language":[1025],"accessibleLabelDefault":[1,"accessible-label-default"],"accessibleLabel":[1025,"accessible-label"],"accessibleInputLabel":[1,"accessible-input-label"],"accessibleCloseLabelDefault":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1025,"accessible-close-label"],"label":[1],"breakpoint":[1],"direction":[1],"positionVertical":[513,"position-vertical"],"positionHorizontal":[513,"position-horizontal"],"active":[1540],"placement":[32],"tooltipY":[32],"tooltipX":[32],"arrowX":[32],"arrowY":[32]},[[9,"scroll","onScroll"],[9,"resize","handleWindowResize"],[4,"click","handleDocumentClick"],[4,"keydown","handleKeyDown"],[4,"tooltipPopupClosed","handlePopupClose"]],{"active":["handleActiveChange"]}]]],["duet-button_2",[[1,"duet-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessiblePopup":[1,"accessible-popup"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"loading":[4],"variation":[1],"negative":[4],"theme":[1025],"margin":[1],"padding":[1],"centerText":[4,"center-text"],"wrapping":[1],"expand":[4],"fixed":[4],"disabled":[516],"name":[1],"value":[1],"identifier":[1],"submit":[516],"external":[4],"language":[1537],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"icon":[1],"color":[1],"iconRight":[4,"icon-right"],"iconSize":[1,"icon-size"],"size":[1],"iconOnly":[4,"icon-only"],"url":[513],"setFocus":[64]},null,{"disabled":["syncToProxyButton"],"submit":["syncToProxyButton"],"value":["syncToProxyButton"],"name":["syncToProxyButton"]}],[1,"duet-spinner",{"accessibleLabel":[1,"accessible-label"],"color":[1],"size":[1],"theme":[1025]}]]],["duet-caption_4",[[17,"duet-link",{"variation":[1],"accessibleLabel":[1,"accessible-label"],"language":[1537],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"identifier":[1],"theme":[1025],"url":[513],"external":[4],"tabToLink":[4,"tab-to-link"],"icon":[1],"iconColor":[1,"icon-color"],"iconResponsive":[4,"icon-responsive"],"padding":[1],"isSmallScreen":[32],"setFocus":[64]}],[1,"duet-heading",{"level":[513],"margin":[1],"visualLevel":[1,"visual-level"],"border":[8],"weight":[1],"color":[1],"theme":[1025],"hyphenate":[4]}],[1,"duet-paragraph",{"theme":[1025],"margin":[1],"size":[1],"weight":[1],"variation":[1],"color":[1]}],[1,"duet-caption",{"theme":[1025],"margin":[1],"selected":[4],"size":[1]}]]],["duet-input_2",[[6,"duet-input",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleExpanded":[1,"accessible-expanded"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleHasPopup":[1,"accessible-has-popup"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLiveError":[1,"accessible-live-error"],"debounce":[2],"clear":[4],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"type":[1],"variation":[1],"label":[1025],"error":[1],"labelHidden":[4,"label-hidden"],"numericKeyboard":[4,"numeric-keyboard"],"name":[1],"pattern":[1],"maxlength":[2],"minlength":[2],"placeholder":[1],"component":[1],"role":[1],"icon":[1],"autoComplete":[1,"auto-complete"],"disallowPattern":[1,"disallow-pattern"],"value":[1025],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"language":[32],"isPasswordRevealed":[32],"isFocused":[32],"setFocus":[64],"resetCursor":[64],"clearInput":[64]},null,{"disallowPattern":["disallowedPatternChange"],"value":["valueChanged"]}],[6,"duet-label",{"theme":[1025],"for":[1],"margin":[1],"size":[1]}]]]]'),a)};export{defineCustomElements};
4
+ import{b as bootstrapLazy}from"./index-755fb199.js";export{s as setNonce}from"./index-755fb199.js";import{g as globalScripts}from"./app-globals-de2a5510.js";var defineCustomElements=function(e,a){if(typeof window==="undefined")return undefined;globalScripts();return bootstrapLazy(JSON.parse('[["duet-icon",[[1,"duet-icon",{"theme":[1025],"icon":[1],"src":[1],"name":[1],"margin":[1],"responsive":[4],"color":[513],"background":[1],"backgroundOpacity":[2,"background-opacity"],"backgroundRotation":[2,"background-rotation"],"size":[1],"outline":[1],"shape":[1],"svgContent":[32]},null,{"src":["loadIcon"],"icon":["loadIcon"],"name":["loadIcon"]}]]],["duet-pagination_2",[[1,"duet-pagination",{"theme":[1025],"variation":[1],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLabelsDefaults":[16],"accessibleLabels":[1040],"take":[2],"visibleItems":[2,"visible-items"],"total":[2],"compactBreakpoint":[1,"compact-breakpoint"],"ariaControls":[1,"accessible-controls"],"current":[1026],"pageLinks":[1025,"page-links"],"processedPageLinks":[32],"numbersStore":[32],"matchesCompactBreakpoint":[32],"totalPages":[32],"internalSectionIndex":[32]},null,{"total":["watchPropTotalHandler"],"current":["watchStateHandler"],"pageLinks":["refresh"]}],[1,"duet-range-stepper",{"theme":[1025],"stepIndex":[1026,"step-index"],"stepSize":[2,"step-size"],"total":[2],"ariaLabelsDefaults":[16],"ariaLabels":[1040],"ariaControls":[1,"accessible-controls"]},null,{"stepIndex":["watchStepIndexStateHandler"],"stepSize":["watchStepSizeStateHandler"]}]]],["duet-choice_2",[[6,"duet-choice-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"responsive":[4],"breakpoint":[1],"value":[1537],"disabled":[4]},null,{"value":["updateChoices"],"disabled":["updateChoices"],"name":["updateChoices"],"direction":["updateChoices"],"responsive":["updateChoices"]}],[6,"duet-choice",{"theme":[1025],"label":[1],"accessibleLabelInfoButtonDefaults":[1,"accessible-label-info-default"],"accessibleLabelInfoButton":[1025,"accessible-label-info-button"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"caption":[1],"value":[1537],"type":[513],"name":[1],"checked":[1540],"collapsible":[4],"collapsibleForceExpanded":[4,"collapsible-force-expanded"],"margin":[1],"icon":[1],"expand":[4],"padding":[1],"identifier":[1],"groupDirection":[1,"group-direction"],"groupDisabled":[4,"group-disabled"],"groupResponsive":[4,"group-responsive"],"disabled":[516],"required":[4],"infoLabelDefaults":[1,"accessible-label-info-default"],"infoLabel":[1025,"info-label"],"isHovering":[32],"isInfoOpen":[32],"isBlurred":[32],"setFocus":[64],"toggleInfoMethod":[64]},[[2,"blur","handleHostBlur"],[2,"keydown","handleHostKeyDown"],[2,"keyup","handleHostKeyUp"]]]]],["duet-date-picker",[[2,"duet-date-picker",{"theme":[1025],"expand":[4],"name":[1],"identifier":[1],"label":[1],"caption":[1],"margin":[1],"language":[1537],"placeholderDefaults":[1,"placeholder-default"],"placeholder":[1025],"echoPlaceholder":[1540,"echo-placeholder"],"disabled":[516],"error":[1],"labelHidden":[4,"label-hidden"],"role":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"required":[4],"direction":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1537],"min":[1],"max":[1],"incrementYears":[2,"increment"],"validity":[1040],"open":[32],"focusedDay":[32],"inputValue":[32],"setFocus":[64],"show":[64],"hide":[64]},[[4,"click","handleDocumentClick"]],{"min":["updateValidity"],"max":["updateValidity"],"value":["updateValidity","updateInternalValue"],"required":["updateValidity"]}]]],["duet-number-input",[[2,"duet-number-input",{"language":[1025],"locale":[1],"unit":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLiveDefaults":[1,"accessible-live-default"],"accessibleLive":[1025,"accessible-live"],"accessibleLiveEnabled":[4,"accessible-live-enabled"],"accessibleAddDefaults":[1,"accessible-add-default"],"accessibleAdd":[1025,"accessible-add"],"accessibleSubtractDefaults":[1,"accessible-subtract-defaults"],"accessibleSubtract":[1025,"accessible-subtract"],"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"min":[2],"labelDefaults":[1,"label-default"],"label":[1025],"labelHidden":[4,"label-hidden"],"max":[2],"name":[1],"error":[1],"tooltip":[1],"step":[2],"rounding":[4],"role":[1],"disabled":[516],"required":[4],"value":[1025],"focusedValue":[32],"setFocus":[64],"getValueAsNumber":[64]}]]],["duet-multiselect",[[1,"duet-multiselect",{"margin":[1],"error":[1],"accessibleLiveError":[1,"accessible-live-error"],"expand":[4],"value":[1040],"theme":[1025],"labelHidden":[4,"label-hidden"],"identifier":[1],"allControls":[4,"all-controls"],"placeholder":[1],"caption":[1],"items":[1],"disabled":[516],"label":[1],"accessibleDescribedBy":[1,"accessible-described-by"],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"processedItems":[32],"checkboxesVisible":[32],"activeDescendant":[32],"language":[32],"setFocus":[64]},[[8,"click","handleFocus"]],{"items":["refresh"]}]]],["duet-textarea",[[2,"duet-textarea",{"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLiveError":[1,"accessible-live-error"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"required":[4],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"maxlength":[2],"minlength":[2],"error":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1025],"disallowPattern":[1,"disallow-pattern"],"counter":[4],"counterLabel":[1,"counter-label"],"setFocus":[64]},null,{"disallowPattern":["disallowedPatternChange"]}]]],["duet-hero",[[1,"duet-hero",{"theme":[1025],"heading":[1],"preHeading":[1,"pre-heading"],"level":[1],"subHeadingLevel":[1,"sub-heading-level"],"description":[1],"icon":[1],"iconSize":[1,"icon-size"],"iconRight":[4,"icon-right"],"categoryIcon":[1,"category-icon"],"categoryIconColor":[1,"category-icon-color"],"buttonLabel":[1,"button-label"],"language":[1025],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"buttonUrl":[1,"button-url"],"buttonId":[1,"button-id"],"buttonData":[16],"textCenter":[4,"text-center"],"leftAlign":[4,"left-align"],"image":[1],"imageSize":[1,"image-size"],"imagePosition":[1,"image-position"],"variation":[1],"back":[8],"listItems":[8,"list-items"],"actions":[8],"layout":[1025],"processedListItems":[32],"processedActions":[32],"processedBack":[32]},null,{"back":["refresh"],"listItems":["refresh"],"actions":["refresh"]}]]],["duet-radio_2",[[6,"duet-radio-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"responsive":[4],"value":[1537],"disabled":[4]},null,{"name":["updateRadios"],"value":["updateRadios"],"disabled":["updateRadios"],"direction":["updateRadios"],"responsive":["updateRadios"]}],[6,"duet-radio",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleIndex":[1,"accessible-index"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"disabled":[516],"required":[4],"blockEvents":[4,"block-events"],"identifier":[1],"label":[1],"name":[1],"role":[1],"groupDisabled":[4,"group-disabled"],"groupDirection":[1,"group-direction"],"groupResponsive":[4,"group-responsive"],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-contact-card",[[1,"duet-contact-card",{"theme":[1025],"margin":[1],"image":[1025],"name":[1025],"description":[1025],"email":[1025],"phone":[1025],"buttonText":[1025,"button-text"],"buttonIcon":[1025,"button-icon"],"buttonUrl":[1025,"button-url"],"language":[32]}]]],["duet-modal",[[1,"duet-modal",{"language":[1537],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1025,"accessible-close-label"],"size":[1],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleLabel":[1,"accessible-label"],"accessibleDetails":[1,"accessible-details"],"accessibleDescription":[1,"accessible-description"],"gutterSize":[1,"gutter-size"],"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"headingVisualLevel":[1,"heading-visual-level"],"icon":[1],"color":[1],"active":[1540],"closeOnBlur":[1028,"close-on-blur"],"open":[32],"show":[64],"hide":[64]},[[8,"keyup","handleKeyUp"]],{"open":["openChanged"],"active":["activeChanged"]}]]],["duet-cookie-consent",[[1,"duet-cookie-consent",{"accessibleLabel":[1,"accessible-label"],"theme":[1025]},[[0,"focusin","handleFocusIn"],[0,"focusout","handleFocusOut"]]]]],["duet-notification_2",[[1,"duet-notification-drawer",{"icon":[1],"label":[1],"language":[1],"accessibleLabelNotificationsDefaults":[1,"accessible-label-notification-default"],"accessibleLabelNotifications":[1,"accessible-label-notifications"],"badge":[4],"theme":[1025],"direction":[1],"isOpen":[32],"hasNotifications":[32],"setFocus":[64],"open":[64],"close":[64]},[[6,"focus","handleClickFocusOutside"],[6,"click","handleClickFocusOutside"]]],[1,"duet-notification",{"language":[1537],"accessibleLabelUnreadDefaults":[16],"accessibleLabelUnread":[1025,"accessible-label-unread"],"url":[1],"date":[1],"highlight":[4],"external":[4],"theme":[1025],"setFocus":[64]}]]],["duet-step_2",[[6,"duet-step",{"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"stepIndex":[2,"step-index"],"state":[1],"roundedTop":[4,"rounded-top"],"roundedBottom":[4,"rounded-bottom"],"setFocus":[64]}],[1,"duet-stepper",{"theme":[1025],"accessibleLive":[1,"accessible-live"],"margin":[1],"backDisabled":[4,"back-disabled"],"selected":[1538]},[[0,"duetStepClick","onDuetStepClick"]],{"selected":["currentStepChanged"],"backDisabled":["currentStepInvokedDisable"]}]]],["duet-show-more",[[1,"duet-show-more",{"theme":[1025],"language":[1537],"showMoreLabelDefaults":[16],"showMoreLabel":[1537,"show-more-label"],"showLessLabelDefaults":[16],"showLessLabel":[1537,"show-less-label"],"showMoreAccessibleLabelDefaults":[16],"showMoreAccessibleLabel":[1537,"show-more-accessible-label"],"showLessAccessibleLabelDefaults":[16],"showLessAccessibleLabel":[1537,"show-less-accessible-label"],"margin":[1],"open":[1540],"buttonAriaOpen":[32]}]]],["duet-banner",[[1,"duet-banner",{"theme":[1025],"margin":[1],"backgroundColor":[1,"background-color"],"iconColor":[1,"icon-color"],"iconBackgroundColor":[1,"icon-background-color"],"textColor":[1,"text-color"],"size":[1],"image":[1],"icon":[1],"headingLevel":[1,"heading-level"]}]]],["duet-footer",[[1,"duet-footer",{"theme":[1025],"variation":[1],"margin":[1],"logoHref":[1,"logo-href"],"language":[1537],"items":[8],"accessibleLabel":[1,"accessible-label"],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"menu":[8],"processedMainItem":[32],"processedItems":[32],"processedMenu":[32]},null,{"menu":["refresh"],"items":["refresh"]}]]],["duet-callout",[[1,"duet-callout",{"theme":[1025],"margin":[1]}]]],["duet-card",[[1,"duet-card",{"accessibleLabel":[1,"accessible-label"],"heading":[1],"secondaryHeading":[1,"secondary-heading"],"variation":[1],"collapsible":[4],"open":[1540],"headingLevel":[1,"heading-level"],"headingBackground":[1,"heading-background"],"icon":[1],"image":[1],"background":[1],"padding":[1],"margin":[1],"theme":[1025],"url":[1],"shadowBreakpoint":[1,"shadow-breakpoint"],"setFocus":[64]}]]],["duet-promo-card",[[1,"duet-promo-card",{"theme":[1025],"margin":[1],"backgroundColor":[1,"background-color"],"textColor":[1,"text-color"],"image":[1],"headingLevel":[1,"heading-level"],"url":[1]}]]],["duet-tray",[[1,"duet-tray",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1025,"accessible-close-label"],"accessibleOpenLabelDefaults":[1,"accessible-open-label-default"],"accessibleOpenLabel":[1025,"accessible-open-label"],"theme":[1025],"active":[516],"autoHide":[4,"auto-hide"],"responsive":[4],"expanded":[32],"hiddenState":[32]},[[9,"scroll","getFrame"],[16,"click","handleBodyClick"]]]]],["duet-breadcrumb",[[1,"duet-breadcrumb",{"theme":[1025],"href":[1025],"icon":[1025],"accessibleLabel":[1,"accessible-label"],"language":[32]}]]],["duet-chip",[[1,"duet-chip",{"accessibleLabel":[1,"accessible-label"],"variation":[1],"popup":[1],"icon":[1],"theme":[1025],"identifier":[1],"value":[1025],"name":[1],"checked":[1540],"disabled":[4],"focus":[32],"popupElement":[32],"popupOpen":[32],"setFocus":[64]},null,{"checked":["clearOtherRadioButtons"]}]]],["duet-collapsible",[[1,"duet-collapsible",{"theme":[1025],"accessibleLabel":[1,"accessible-label"],"heading":[1],"headingFullWidth":[4,"heading-full-width"],"centerHeading":[4,"center-heading"],"headingWeight":[1,"heading-weight"],"headingSize":[1,"heading-size"],"headingLevel":[1,"heading-level"],"margin":[1],"open":[1540],"setFocus":[64]}]]],["duet-combobox",[[6,"duet-combobox",{"accessibleLabelDefaults":[1,"accessible-label-defaults"],"accessibleLabels":[1040],"theme":[1025],"force":[4],"items":[1032],"formatter":[16],"value":[1537],"minCharacters":[2,"min-characters"],"openListOnClick":[4,"open-list-on-click"],"filterType":[1,"filter-type"],"processedItems":[32],"inputWidth":[32],"inputValue":[32],"selectionMsg":[32],"listOpen":[32],"selectedItems":[32],"activeItem":[32],"formatItem":[64]},[[4,"click","handleDocumentClick"]],{"activeItem":["activeItemHandler"],"items":["processItems"],"value":["processValue"],"listOpen":["processListOpenChange"]}]]],["duet-menu-bar",[[1,"duet-menu-bar",{"theme":[1025],"logo":[1028],"logoHref":[1025,"logo-href"],"logoLinkAccessibleLabel":[1025,"logo-link-accessible-label"],"accessibleLabel":[1,"accessible-label"],"logoSize":[32],"leftMoreVisible":[32],"rightMoreVisible":[32]},[[9,"resize","onWindowResize"]]]]],["duet-menu-bar-button",[[1,"duet-menu-bar-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessiblePopup":[1,"accessible-popup"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"theme":[1025],"icon":[1537],"iconSize":[32],"setFocus":[64]}]]],["duet-menu-bar-dropdown",[[1,"duet-menu-bar-dropdown",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"open":[1540],"icon":[1537],"iconSize":[32],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-menu-bar-dropdown-link",[[1,"duet-menu-bar-dropdown-link",{"theme":[1025],"href":[1025],"icon":[1537],"accessibleLabel":[1,"accessible-label"]}]]],["duet-menu-bar-link",[[1,"duet-menu-bar-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"accessibleLabel":[1,"accessible-label"],"iconSize":[32]}]]],["duet-page-heading",[[1,"duet-page-heading",{"theme":[1025],"icon":[1025],"layout":[1025]}]]],["duet-popup-menu-item",[[1,"duet-popup-menu-item",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"url":[1],"external":[4],"value":[1],"leadingIcon":[1,"leading-icon"],"trailingIcon":[1,"trailing-icon"],"trailingText":[1,"trailing-text"],"active":[1028],"focus":[32],"setFocus":[64],"isFocused":[64]}]]],["duet-range-slider",[[2,"duet-range-slider",{"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"name":[1],"required":[4],"disabled":[516],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"min":[2],"label":[1],"labelHidden":[4,"label-hidden"],"unit":[1],"max":[2],"step":[2],"locale":[1],"value":[1026],"debounce":[2],"setFocus":[64]}]]],["duet-slideout",[[1,"duet-slideout",{"theme":[1025],"open":[1540],"backgroundColor":[1537,"background-color"],"language":[32],"displaying":[32],"toggle":[64],"setFocus":[64]},[[8,"keyup","handleKeyUp"]]]]],["duet-slideout-lang",[[1,"duet-slideout-lang",{"theme":[1025],"language":[32]}]]],["duet-slideout-link",[[1,"duet-slideout-link",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"targetLanguage":[1,"target-language"],"active":[1028],"href":[1025],"icon":[1537],"size":[1537],"caret":[1028],"menuItem":[4,"menu-item"]}]]],["duet-slideout-panel",[[1,"duet-slideout-panel",{"theme":[1025],"active":[1540],"open":[1540],"icon":[1537],"labelSize":[1537,"label-size"],"backgroundColor":[1537,"background-color"],"label":[32],"language":[32],"setFocus":[64]}]]],["duet-slideout-panel-dropdown",[[1,"duet-slideout-panel-dropdown",{"theme":[1025],"active":[1540],"open":[1540],"icon":[1537],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-submenu-bar",[[1,"duet-submenu-bar",{"theme":[1025],"open":[1540],"accessibleLabel":[1,"accessible-label"],"mobile":[32],"bodyScroll":[32],"setFocus":[64]},null,{"open":["watchOpenStateHandler"]}]]],["duet-submenu-bar-dropdown",[[1,"duet-submenu-bar-dropdown",{"theme":[1025],"active":[1028],"open":[1540],"icon":[1537],"isDesktop":[32],"iconSize":[32],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-submenu-bar-dropdown-link",[[1,"duet-submenu-bar-dropdown-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"caret":[1028],"highlight":[1028]}]]],["duet-submenu-bar-link",[[1,"duet-submenu-bar-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"iconSize":[32]}]]],["duet-toggle",[[2,"duet-toggle",{"theme":[1025],"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"label":[1],"labelPosition":[1,"label-position"],"required":[4],"disabled":[516],"checked":[1540],"value":[1537],"identifier":[1],"name":[1],"role":[1],"setFocus":[64]},null,{"checked":["checkedChanged"]}]]],["duet-toolbar-dropdown",[[1,"duet-toolbar-dropdown",{"theme":[1025],"accessibleLabel":[1,"accessible-label"],"active":[1540],"open":[1540],"icon":[1537],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-toolbar-dropdown-link",[[1,"duet-toolbar-dropdown-link",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"targetLanguage":[1,"target-language"],"href":[1025],"icon":[1537],"active":[1028]}]]],["duet-toolbar-link",[[1,"duet-toolbar-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"accessibleLabel":[1,"accessible-label"]}]]],["duet-breadcrumbs",[[1,"duet-breadcrumbs",{"theme":[1025],"variation":[1],"children":[32]}]]],["duet-layout",[[1,"duet-layout",{"sticky":[4],"margin":[1],"stickyDistance":[1,"sticky-distance"],"center":[4],"tabs":[4],"middle":[4],"paddingBreakpoint":[1,"padding-breakpoint"]}]]],["duet-nav",[[1,"duet-nav",{"theme":[1025]}]]],["duet-popup-menu",[[1,"duet-popup-menu",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"controller":[16],"placement":[1],"position":[1],"mainAxisOffset":[2,"main-axis-offset"],"crossAxisOffset":[2,"cross-axis-offset"],"open":[32],"menuY":[32],"menuX":[32],"isOpen":[64],"show":[64],"hide":[64],"toggle":[64]},[[8,"keyup","handleKeyUp"],[8,"keydown","handleKeyDown"],[8,"click","handleClick"]]]]],["duet-section-layout",[[1,"duet-section-layout",{"margin":[1],"middle":[4]}]]],["duet-shaped-image",[[1,"duet-shaped-image",{"theme":[1025],"accessibleLabel":[1,"accessible-label"],"margin":[1],"src":[1],"rotation":[2]}]]],["duet-toolbar",[[1,"duet-toolbar",{"theme":[1025],"accessibleLabel":[1,"accessible-label"]}]]],["duet-upload-item",[[0,"duet-upload-item",{"theme":[1025],"data":[16],"type":[1],"showLinks":[4,"show-links"],"actions":[8],"label":[16],"categoryLabel":[16],"errorCodes":[16],"showCategory":[4,"show-category"],"linkClickEvent":[16],"focusActionButton":[64]}]]],["duet-alert",[[1,"duet-alert",{"theme":[1025],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1025,"accessible-label"],"announcements":[4],"icon":[1],"autoDismiss":[2,"auto-dismiss"],"margin":[1],"padding":[1],"variation":[1],"dismissible":[4],"focusable":[4],"isDismissed":[32],"timeoutID":[32],"show":[64],"hide":[64],"setFocus":[64]}]]],["duet-upload-aria-status",[[1,"duet-upload-aria-status",{"statusMessageLabel":[16],"accessibleAriaLive":[1,"accessible-aria-live"],"valid":[2],"total":[2],"invalid":[2],"inprogress":[2],"statusMessage":[32]},null,{"valid":["watchHandler"],"invalid":["watchHandler"],"inprogress":["watchHandler"],"total":["watchHandler"]}]]],["duet-editable-table_3",[[1,"duet-upload",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"external":[4],"middleware":[16],"deferUpload":[4,"defer-upload"],"hideButton":[4,"hide-upload-button"],"actions":[16],"uri":[1],"showLinks":[4,"show-links"],"caption":[1],"statusLabelDefaults":[1,"status-label-default"],"statusMessageLabel":[1,"status-message-label"],"buttonLabelDefaults":[1,"button-label-default"],"buttonLabel":[1,"button-label"],"accessibleButtonLabel":[1,"accessible-button-label"],"theme":[1025],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"alignment":[1],"hideGroups":[4,"hide-table-labels"],"files":[1040],"valid":[1540],"labelDefaults":[1,"label-default"],"label":[1],"descriptionDefaults":[1,"description-default"],"description":[1],"fileListEmptyDefaults":[1,"list-empty-default"],"fileListEmpty":[1,"file-list-empty"],"error":[1],"errorCodes":[16],"name":[1],"maxBytes":[2,"max-bytes"],"maxBytesTotal":[2,"max-bytes-total"],"maxFiles":[2,"max-files"],"allowedExtensions":[1,"allowed-extensions"],"allowedMimetypes":[1,"allowed-mimetypes"],"multiple":[4],"limitSelection":[4,"limit-selection"],"hideCancelButton":[4,"hide-cancel-button"],"value":[1025],"externalUploadButtonId":[1,"external-upload-button-id"],"captionOnBottom":[4,"caption-on-bottom"],"showUploadedItemsHeader":[4,"show-uploaded-items-header"],"uploadedItemsHeaderLabel":[16],"headerHeadingLevel":[1,"header-heading-level"],"hideHeader":[4,"hide-header"],"emitEvent":[4,"link-click-event"],"groups":[16],"tick":[32],"setFocus":[64],"upload":[64],"uploadPending":[64],"refresh":[64],"getFiles":[64],"updateValue":[64],"focusActionButton":[64]},null,{"valid":["watchValidHandler"]}],[6,"duet-editable-table",{"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"actions":[1040],"columns":[1040],"rows":[1040],"sortable":[4],"groupId":[1,"group-id"],"theme":[1025],"accessibleRole":[1,"accessible-role"],"hideHeadVisually":[4,"hide-head-visually"],"language":[32]}],[4,"duet-table",{"theme":[1025],"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"hideHeadVisually":[4,"hide-head-visually"],"matchesBreakpoint":[32],"language":[32]},null,{"language":["watchLanguageStateHandler"]}]]],["duet-checkbox",[[2,"duet-checkbox",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleIndex":[1,"accessible-index"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleSelected":[1,"accessible-selected"],"required":[4],"theme":[1025],"disabled":[516],"identifier":[1],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"role":[1],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-checkmark",[[0,"duet-checkmark",{"theme":[1025],"checked":[1028],"presentationOnly":[4,"presentation-only"],"center":[4],"type":[513]}]]],["duet-fieldset",[[1,"duet-fieldset",{"theme":[1025],"margin":[1],"caption":[1],"label":[1],"compactLabel":[4,"compact-label"],"error":[1],"accessibleLiveError":[1,"accessible-live-error"],"labelHeadingLevel":[1,"label-heading-level"],"labelHidden":[4,"label-hidden"],"hasTooltip":[32]}]]],["duet-visually-hidden",[[1,"duet-visually-hidden"]]],["duet-tooltip-button_2",[[1,"duet-tooltip-popup",{"theme":[1025],"active":[4],"tooltipId":[1,"tooltip-id"],"arrowStyles":[16],"placement":[1],"accessibleCloseLabel":[1,"accessible-close-label"],"getArrowElement":[64],"getContentElement":[64],"setFocusOnContentElement":[64]},null,{"active":["handleActiveChange"]}],[1,"duet-tooltip-button",{"label":[1],"accessibleLabel":[1,"accessible-label"],"theme":[1025],"active":[4],"tooltipId":[1,"tooltip-id"],"setFocus":[64]}]]],["duet-select",[[2,"duet-select",{"variation":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"error":[1],"accessibleLiveError":[1,"accessible-live-error"],"expand":[4],"value":[1537],"theme":[1025],"labelHidden":[4,"label-hidden"],"identifier":[1],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"items":[1],"disabled":[516],"required":[4],"label":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"processedItems":[32],"setFocus":[64]},null,{"value":["valueChanged"],"items":["refresh"]}]]],["duet-scrollable_3",[[1,"duet-tab-group",{"theme":[1025],"scrolls":[4],"collapses":[4],"accessibleLabel":[1,"accessible-label"],"variation":[1],"language":[1025],"labelDefaults":[1,"label-default"],"label":[1],"labelHidden":[4,"label-hidden"],"identifier":[1],"margin":[1],"padding":[1],"setTabIndex":[4,"set-tab-index"],"tabChangeConfirm":[4,"tab-change-confirm"],"tabs":[32],"selected":[32],"openTab":[64],"refresh":[64]}],[6,"duet-tab",{"label":[513],"caption":[513],"selected":[516],"accessibleDescriptionDefault":[1,"accessible-description-defaults"],"accessibleDescription":[1025,"accessible-description"]}],[1,"duet-scrollable",{"theme":[1025],"identifier":[1],"collapsed":[1540],"buttons":[4],"center":[4],"selected":[1026],"tablistAtStart":[32],"isTabContentSmallerThanWrapper":[32],"tablistAtEnd":[32],"childrenData":[32]},null,{"selected":["watchPropHandler"]}]]],["duet-empty-state",[[1,"duet-empty-state",{"theme":[1025],"icon":[1],"size":[1]}]]],["duet-progress",[[0,"duet-progress",{"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLabel":[1,"accessible-label"],"accessibleLabelUploadDefaults":[1,"accessible-label-upload-defaults"],"accessibleLabelUpload":[1025,"accessible-label-upload"],"progress":[1538],"caption":[1],"height":[1],"theme":[1025]}]]],["duet-grid_2",[[6,"duet-grid",{"responsive":[4],"breakpoint":[1],"direction":[1],"rowReverse":[4,"row-reverse"],"alignment":[1],"distribution":[1],"mobile":[1],"gridTemplate":[1,"grid-template"],"distributeFormElement":[32]},null,{"responsive":["updateGridItems"],"breakpoint":["updateGridItems"],"direction":["updateGridItems"]}],[2,"duet-grid-item",{"fill":[4],"maxWidth":[1,"max-width"],"minWidth":[1,"min-width"],"theme":[1025],"margin":[1],"responsive":[4],"direction":[1],"breakpoint":[1]}]]],["duet-list_2",[[1,"duet-list",{"theme":[1025],"margin":[1],"padding":[1],"mobile":[1],"breakpoint":[1],"variation":[1],"labelWidth":[1,"label-width"],"responsive":[4]},null,{"theme":["updateListItems"],"padding":["updateListItems"],"mobile":["updateListItems"],"responsive":["updateListItems"],"breakpoint":["updateListItems"],"variation":["updateListItems"],"labelWidth":["updateListItems"]}],[1,"duet-list-item",{"responsive":[4],"breakpoint":[1]}]]],["duet-header_2",[[1,"duet-header",{"theme":[1025],"language":[1025],"accessibleI18nLabelsDefaults":[1,"accessible-labels-default"],"accessibleI18nLabels":[1040],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1025,"accessible-label"],"user":[8],"logoHref":[1,"logo-href"],"currentHref":[1025,"current-href"],"skipToId":[1,"skip-to-id"],"items":[8],"region":[1],"session":[8],"search":[8],"back":[8],"contact":[1],"contactItems":[8,"contact-items"],"languageItems":[8,"language-items"],"isContactOpen":[32],"isLanguageOpen":[32],"isSessionOpen":[32],"isSlideOutOpen":[32],"isSegmentOpen":[32],"openMenu":[32],"closedActives":[32],"processedItems":[32],"processedLanguageItems":[32],"processedContactItems":[32],"processedSession":[32],"processedSearch":[32],"processedUser":[32],"processedBack":[32],"renderDesktopNav":[32],"closeMenus":[64],"setFocus":[64]},[[8,"keyup","handleKeyUp"],[8,"keydown","handleKeyDown"],[4,"focus","handleDocumentClick"],[4,"click","handleDocumentClick"]],{"user":["refresh"],"items":["refresh"],"session":["refresh"],"back":["refresh"],"contactItems":["refresh"],"languageItems":["refresh"]}],[1,"duet-logo",{"theme":[1025],"margin":[1],"inverse":[4],"size":[1],"href":[1537],"accessibleLabelDefaults":[1040],"accessibleLabel":[1537,"accessible-label"],"language":[1537],"setFocus":[64]}]]],["duet-badge",[[1,"duet-badge",{"theme":[1025],"variation":[1],"background":[1],"margin":[1]}]]],["duet-action-button",[[1,"duet-action-button",{"theme":[1025],"iconName":[1,"icon-name"],"iconColor":[1,"icon-color"],"iconSize":[1,"icon-size"],"actionName":[1,"action-name"],"actionId":[1,"action-id"],"actionMeta":[1,"action-meta"],"disabled":[4],"color":[513],"background":[1],"accessibleTitle":[8,"title"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLabelsDefaults":[16],"accessibleLabel":[1025,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"url":[513],"numbersStore":[32],"setFocus":[64]}]]],["duet-divider_2",[[1,"duet-divider",{"theme":[1025],"margin":[1],"color":[1]}],[1,"duet-spacer",{"size":[1],"direction":[1],"breakpoint":[1]}]]],["duet-tooltip",[[6,"duet-tooltip",{"theme":[1025],"language":[1025],"accessibleLabelDefault":[1,"accessible-label-default"],"accessibleLabel":[1025,"accessible-label"],"accessibleInputLabel":[1,"accessible-input-label"],"accessibleCloseLabelDefault":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1025,"accessible-close-label"],"label":[1],"breakpoint":[1],"direction":[1],"positionVertical":[513,"position-vertical"],"positionHorizontal":[513,"position-horizontal"],"active":[1540],"placement":[32],"tooltipY":[32],"tooltipX":[32],"arrowX":[32],"arrowY":[32]},[[9,"scroll","onScroll"],[9,"resize","handleWindowResize"],[4,"click","handleDocumentClick"],[4,"keydown","handleKeyDown"],[4,"tooltipPopupClosed","handlePopupClose"]],{"active":["handleActiveChange"]}]]],["duet-button_2",[[1,"duet-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessiblePopup":[1,"accessible-popup"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"loading":[4],"variation":[1],"negative":[4],"theme":[1025],"margin":[1],"padding":[1],"centerText":[4,"center-text"],"wrapping":[1],"expand":[4],"fixed":[4],"disabled":[516],"name":[1],"value":[1],"identifier":[1],"submit":[516],"external":[4],"language":[1537],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"icon":[1],"color":[1],"iconRight":[4,"icon-right"],"iconSize":[1,"icon-size"],"size":[1],"iconOnly":[4,"icon-only"],"url":[513],"setFocus":[64]},null,{"disabled":["syncToProxyButton"],"submit":["syncToProxyButton"],"value":["syncToProxyButton"],"name":["syncToProxyButton"]}],[1,"duet-spinner",{"accessibleLabel":[1,"accessible-label"],"color":[1],"size":[1],"theme":[1025]}]]],["duet-caption_4",[[17,"duet-link",{"variation":[1],"accessibleLabel":[1,"accessible-label"],"language":[1537],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"identifier":[1],"theme":[1025],"url":[513],"external":[4],"tabToLink":[4,"tab-to-link"],"icon":[1],"iconColor":[1,"icon-color"],"iconResponsive":[4,"icon-responsive"],"padding":[1],"isSmallScreen":[32],"setFocus":[64]}],[1,"duet-heading",{"level":[513],"margin":[1],"visualLevel":[1,"visual-level"],"border":[8],"weight":[1],"color":[1],"theme":[1025],"hyphenate":[4]}],[1,"duet-paragraph",{"theme":[1025],"margin":[1],"size":[1],"weight":[1],"variation":[1],"color":[1]}],[1,"duet-caption",{"theme":[1025],"margin":[1],"selected":[4],"size":[1]}]]],["duet-input_2",[[6,"duet-input",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleExpanded":[1,"accessible-expanded"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleHasPopup":[1,"accessible-has-popup"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLiveError":[1,"accessible-live-error"],"debounce":[2],"clear":[4],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"type":[1],"variation":[1],"label":[1025],"error":[1],"labelHidden":[4,"label-hidden"],"numericKeyboard":[4,"numeric-keyboard"],"name":[1],"pattern":[1],"maxlength":[2],"minlength":[2],"placeholder":[1],"component":[1],"role":[1],"icon":[1],"autoComplete":[1,"auto-complete"],"disallowPattern":[1,"disallow-pattern"],"value":[1025],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"language":[32],"isPasswordRevealed":[32],"isFocused":[32],"setFocus":[64],"resetCursor":[64],"clearInput":[64]},null,{"disallowPattern":["disallowedPatternChange"],"value":["valueChanged"]}],[6,"duet-label",{"theme":[1025],"for":[1],"margin":[1],"size":[1]}]]]]'),a)};export{defineCustomElements};
@@ -106,6 +106,10 @@ export declare class DuetActionButton implements ThemeableComponent, A11yCompone
106
106
  * Used to indicate which dom element with ID this element controls
107
107
  */
108
108
  accessibleControls: string;
109
+ /**
110
+ * A destination to link to, rendered in the href attribute of a link.
111
+ */
112
+ url: string;
109
113
  /**
110
114
  * Emitted when an action has been invoked
111
115
  */
@@ -158,6 +158,14 @@ export declare class DuetHero implements ThemeableComponent {
158
158
  * property is left empty, image will be hidden.
159
159
  */
160
160
  image: string;
161
+ /**
162
+ * Image sizing.
163
+ */
164
+ imageSize: "auto" | "cover";
165
+ /**
166
+ * Image position.
167
+ */
168
+ imagePosition: "auto" | "center";
161
169
  /**
162
170
  * Style variation of the hero area.
163
171
  */
@@ -3,6 +3,7 @@ import { ThemeableComponent } from "../../common/themeable-component";
3
3
  import { DuetLangObject } from "../../utils/language-utils";
4
4
  /**
5
5
  * @part duet-link - piercing selector for styling the link
6
+ * @part duet-link-content - piercing selector for styling the link content wrapper
6
7
  * @part block-chevron - piercing selector for styling the block chevron
7
8
  */
8
9
  export declare class DuetLink implements ThemeableComponent {
@@ -23,6 +23,7 @@ export declare class DuetPagination implements ThemeableComponent, A11yComponent
23
23
  private listId;
24
24
  private nativeNav;
25
25
  private mq;
26
+ processedPageLinks: string[];
26
27
  numbersStore: string;
27
28
  matchesCompactBreakpoint: boolean;
28
29
  /**
@@ -96,7 +97,11 @@ export declare class DuetPagination implements ThemeableComponent, A11yComponent
96
97
  * The current page
97
98
  */
98
99
  current: number;
99
- watchStateHandler(newValue: boolean, oldValue: boolean): Promise<boolean>;
100
+ /**
101
+ * Array of urls that are used to create page links
102
+ */
103
+ pageLinks: string[] | string;
104
+ watchStateHandler(newValue: number, oldValue: number): Promise<boolean>;
100
105
  /**
101
106
  * Emitted a page selection has been made
102
107
  */
@@ -115,6 +120,7 @@ export declare class DuetPagination implements ThemeableComponent, A11yComponent
115
120
  /**
116
121
  * Private methods.
117
122
  */
123
+ private refresh;
118
124
  private actionChain;
119
125
  private emitPageEvent;
120
126
  private calculatePageTake;
@@ -127,6 +133,7 @@ export declare class DuetPagination implements ThemeableComponent, A11yComponent
127
133
  private sectionClickHandler;
128
134
  private jumpToStart;
129
135
  private jumpToEnd;
136
+ private renderPageButton;
130
137
  private renderPageNumbers;
131
138
  private renderSelect;
132
139
  private shouldDisplayNavigation;
@@ -199,6 +199,10 @@ export namespace Components {
199
199
  * Theme of the pagination.
200
200
  */
201
201
  "theme": DuetTheme;
202
+ /**
203
+ * A destination to link to, rendered in the href attribute of a link.
204
+ */
205
+ "url": string;
202
206
  }
203
207
  interface DuetAlert {
204
208
  /**
@@ -1645,6 +1649,14 @@ export namespace Components {
1645
1649
  * URL of the image shown inside the hero area. For normal hero areas the width of the displayed image should be 800px. Optimal aspect ratio is 3:2. When using “image” variation of Hero Area the required image size is 1200x1200px (1:1 ratio). If this property is left empty, image will be hidden.
1646
1650
  */
1647
1651
  "image": string;
1652
+ /**
1653
+ * Image position.
1654
+ */
1655
+ "imagePosition": "auto" | "center";
1656
+ /**
1657
+ * Image sizing.
1658
+ */
1659
+ "imageSize": "auto" | "cover";
1648
1660
  /**
1649
1661
  * The currently active language. This setting changes the accessible labels to match the chosen language.
1650
1662
  * @deprecated this is now handled via the html lang tag, and is no longer used - kept to avoid breaking changes and ease unit testing
@@ -2714,6 +2726,10 @@ export namespace Components {
2714
2726
  * The current page
2715
2727
  */
2716
2728
  "current": number;
2729
+ /**
2730
+ * Array of urls that are used to create page links
2731
+ */
2732
+ "pageLinks": string[] | string;
2717
2733
  /**
2718
2734
  * The size of the take, when paginating.
2719
2735
  */
@@ -5904,6 +5920,10 @@ declare namespace LocalJSX {
5904
5920
  * Theme of the pagination.
5905
5921
  */
5906
5922
  "theme"?: DuetTheme;
5923
+ /**
5924
+ * A destination to link to, rendered in the href attribute of a link.
5925
+ */
5926
+ "url"?: string;
5907
5927
  }
5908
5928
  interface DuetAlert {
5909
5929
  /**
@@ -7438,6 +7458,14 @@ declare namespace LocalJSX {
7438
7458
  * URL of the image shown inside the hero area. For normal hero areas the width of the displayed image should be 800px. Optimal aspect ratio is 3:2. When using “image” variation of Hero Area the required image size is 1200x1200px (1:1 ratio). If this property is left empty, image will be hidden.
7439
7459
  */
7440
7460
  "image"?: string;
7461
+ /**
7462
+ * Image position.
7463
+ */
7464
+ "imagePosition"?: "auto" | "center";
7465
+ /**
7466
+ * Image sizing.
7467
+ */
7468
+ "imageSize"?: "auto" | "cover";
7441
7469
  /**
7442
7470
  * The currently active language. This setting changes the accessible labels to match the chosen language.
7443
7471
  * @deprecated this is now handled via the html lang tag, and is no longer used - kept to avoid breaking changes and ease unit testing
@@ -8512,6 +8540,10 @@ declare namespace LocalJSX {
8512
8540
  * Emitted a page selection has been made
8513
8541
  */
8514
8542
  "onDuetPageChange"?: (event: DuetPaginationCustomEvent<DuetPaginationPageEvent>) => void;
8543
+ /**
8544
+ * Array of urls that are used to create page links
8545
+ */
8546
+ "pageLinks"?: string[] | string;
8515
8547
  /**
8516
8548
  * The size of the take, when paginating.
8517
8549
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duetds/components",
3
- "version": "7.1.1",
3
+ "version": "7.1.3",
4
4
  "description": "This package includes Duet Design System Web Components and related utilities.",
5
5
  "bugs": {
6
6
  "email": "duetdesignsystem@lahitapiola.fi"
@@ -18,39 +18,32 @@
18
18
  "hydrate/index.d.ts"
19
19
  ],
20
20
  "scripts": {
21
- "test": "stencil test --spec --e2e --silent",
22
- "test:ci": "cross-env-shell CI=true run-p test:scss:ci test:stencil:ci",
21
+ "start": "run-p koa build:components:watch",
22
+ "test": "run-s -c koa:test test:components:watch koa:kill",
23
+ "test:ci": "run-p koa:test test:scss:ci test:components:ci",
23
24
  "test:scss": "stylelint **/*.scss --config ../../.stylelintrc.js",
24
25
  "test:scss:ci": "npm run test:scss --silent -- --custom-formatter '../../node_modules/stylelint-junit-formatter' > junit-scsscomponents.xml",
25
- "test:dev": "run-p test:watch",
26
- "test:watch": "stencil test --spec --e2e --watchAll",
27
- "test:fixtures": "run-p koa:ci test:stencil:fixtures",
28
- "test:stencil": "stencil test --maxWorkers=50% --e2e --spec --passWithNoTests",
29
- "test:stencil:ci": "stencil test --spec --passWithNoTests",
30
- "test:fixtures:watch": "run-p koa:ci test:stencil:fixtures:watch",
31
- "test:fixtures:ci": "cross-env-shell CI=true run-p koa:ci test:stencil:fixtures:ci",
32
- "test:stencil:fixtures": "cross-env-shell VIZDIF=true stencil test --ci --e2e -t vizdif",
33
- "test:stencil:fixtures:watch": "cross-env-shell VIZDIF=true stencil test --maxWorkers=25% --e2e --watch -t vizdif",
34
- "test:stencil:fixtures:ci": "cross-env-shell VIZDIF=true stencil test --ci --e2e -t vizdif",
26
+ "test:components:ci": "run-s test:components koa:kill",
27
+ "test:components": "stencil test --spec --e2e",
28
+ "test:components:watch": "stencil test --spec --e2e --watchAll",
35
29
  "build": "stencil build",
36
- "build:dev": "stencil build --dev",
37
- "build:dev:watch": "stencil build --dev --watch",
38
- "start": "run-p koa build:dev:watch",
30
+ "build:components": "stencil build --dev",
31
+ "build:components:watch": "stencil build --dev --watch",
39
32
  "koa": "lerna exec 'npm run start:dev:watch' --scope '@duetds/server'",
40
- "koa:percy": "lerna exec 'npm run start:dev&' --scope '@duetds/server'",
41
- "koa:ci": "lerna exec 'npm run koa:serve:ci' --scope '@duetds/server'",
33
+ "koa:test": "lerna exec 'npm run koa:serve:ci&' --scope '@duetds/server'",
42
34
  "koa:kill": "kill -9 $(lsof -ti:3334)",
43
- "test:percy": "run-s -c build koa:percy percy-snapshot koa:kill",
44
- "percy-snapshot": "npx percy snapshot ./percy.js"
35
+ "test:percy": "run-s -c build koa:test percy-snapshot koa:kill",
36
+ "percy-snapshot": "npx percy snapshot ./percy.js",
37
+ "version": "npm run build"
45
38
  },
46
39
  "dependencies": {
47
40
  "@floating-ui/dom": "1.2.9",
48
41
  "body-scroll-lock": "3.1.5"
49
42
  },
50
43
  "devDependencies": {
51
- "@duetds/fonts": "3.0.15",
52
- "@duetds/icons": "4.0.15",
53
- "@duetds/tokens": "4.0.15",
44
+ "@duetds/fonts": "3.0.17",
45
+ "@duetds/icons": "4.0.17",
46
+ "@duetds/tokens": "4.0.17",
54
47
  "@percy/cli": "1.21.0",
55
48
  "@rollup/plugin-replace": "5.0.2",
56
49
  "@stencil/core": "4.7.2",
@@ -77,5 +70,5 @@
77
70
  "collection": "lib/collection/collection-manifest.json",
78
71
  "es2015": "lib/esm/index.js",
79
72
  "es2017": "lib/esm/index.js",
80
- "gitHead": "2a6c621afe248e7a5463dcde2d401e4a8a56ac83"
73
+ "gitHead": "41e75c219dfd96b9de265a5a07ab251d81c14136"
81
74
  }