@duetds/components 4.28.0 → 4.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (502) hide show
  1. package/README.md +4 -4
  2. package/hydrate/index.js +914 -168
  3. package/lib/cjs/{action-arrow-down-small-ce4eddbc.js → action-arrow-down-small-ef77a2d1.js} +3 -0
  4. package/lib/cjs/{action-new-window-small-764927c8.js → action-new-window-small-fa51dfb9.js} +3 -0
  5. package/lib/cjs/{app-globals-10f3c9d9.js → app-globals-a032b236.js} +3 -0
  6. package/lib/cjs/{bodyScrollLock.es6-ec4c4a5c.js → bodyScrollLock.es6-6ef1142a.js} +3 -0
  7. package/lib/cjs/{common-strings-210be249.js → common-strings-de17f887.js} +3 -0
  8. package/lib/cjs/{create-id-d0d6cd15.js → create-id-c3b984b1.js} +3 -0
  9. package/lib/cjs/{dom-3e7d9c3b.js → dom-e89ebf90.js} +4 -1
  10. package/lib/cjs/duet-alert.cjs.entry.js +10 -4
  11. package/lib/cjs/duet-badge.cjs.entry.js +7 -4
  12. package/lib/cjs/duet-button_2.cjs.entry.js +17 -10
  13. package/lib/cjs/duet-caption_4.cjs.entry.js +23 -17
  14. package/lib/cjs/duet-card.cjs.entry.js +13 -10
  15. package/lib/cjs/duet-checkbox.cjs.entry.js +7 -4
  16. package/lib/cjs/duet-choice_2.cjs.entry.js +16 -11
  17. package/lib/cjs/duet-collapsible.cjs.entry.js +512 -8
  18. package/lib/cjs/duet-cookie-consent.cjs.entry.js +6 -3
  19. package/lib/cjs/duet-date-picker.cjs.entry.js +31 -15
  20. package/lib/cjs/duet-divider_2.cjs.entry.js +7 -4
  21. package/lib/cjs/duet-empty-state.cjs.entry.js +6 -3
  22. package/lib/cjs/duet-fieldset.cjs.entry.js +7 -4
  23. package/lib/cjs/duet-footer.cjs.entry.js +15 -8
  24. package/lib/cjs/duet-grid_2.cjs.entry.js +8 -5
  25. package/lib/cjs/duet-header_2.cjs.entry.js +68 -21
  26. package/lib/cjs/duet-hero.cjs.entry.js +16 -10
  27. package/lib/cjs/duet-icon.cjs.entry.js +22 -6
  28. package/lib/cjs/duet-input_2.cjs.entry.js +16 -8
  29. package/lib/cjs/duet-layout.cjs.entry.js +6 -3
  30. package/lib/cjs/duet-list_2.cjs.entry.js +8 -5
  31. package/lib/cjs/duet-modal.cjs.entry.js +19 -12
  32. package/lib/cjs/duet-notification_2.cjs.entry.js +17 -9
  33. package/lib/cjs/duet-number-input.cjs.entry.js +54 -24
  34. package/lib/cjs/duet-radio_2.cjs.entry.js +9 -6
  35. package/lib/cjs/duet-range-slider.cjs.entry.js +9 -6
  36. package/lib/cjs/duet-select.cjs.entry.js +8 -5
  37. package/lib/cjs/duet-step_2.cjs.entry.js +9 -6
  38. package/lib/cjs/duet-tab_2.cjs.entry.js +23 -11
  39. package/lib/cjs/duet-table.cjs.entry.js +7 -4
  40. package/lib/cjs/duet-textarea.cjs.entry.js +8 -5
  41. package/lib/cjs/duet-toggle.cjs.entry.js +7 -4
  42. package/lib/cjs/duet-tooltip.cjs.entry.js +33 -15
  43. package/lib/cjs/duet-tray.cjs.entry.js +33 -15
  44. package/lib/cjs/duet-visually-hidden.cjs.entry.js +5 -2
  45. package/lib/cjs/duet.cjs.js +8 -5
  46. package/lib/cjs/{focus-utils-162d8238.js → focus-utils-bd331feb.js} +4 -1
  47. package/lib/cjs/{index-69f4451b.js → index-113c2add.js} +11 -1
  48. package/lib/cjs/index.cjs.js +3 -0
  49. package/lib/cjs/{input-utils-712b8b32.js → input-utils-f3e3854c.js} +28 -0
  50. package/lib/cjs/{is-internet-explorer-cd4610fc.js → is-internet-explorer-91361c56.js} +3 -0
  51. package/lib/cjs/{keyboard-utils-a0b0a23c.js → keyboard-utils-b4e3d1d3.js} +3 -0
  52. package/lib/cjs/language-utils-48b8860b.js +93 -0
  53. package/lib/cjs/loader.cjs.js +7 -4
  54. package/lib/cjs/{shadow-css-09555044.js → shadow-css-0c8c175b.js} +4 -1
  55. package/lib/cjs/string-utils-267e3dbb.js +53 -0
  56. package/lib/cjs/{themeable-component-c462e6fd.js → themeable-component-0c1be552.js} +3 -0
  57. package/lib/cjs/{token-utils-4e9d1b6c.js → token-utils-13e5d13e.js} +4 -1
  58. package/lib/cjs/{tokens.module-6f0eaf7f.js → tokens.module-53b3bd92.js} +3 -0
  59. package/lib/cjs/{watch-options-edeeafd0.js → watch-options-3877c082.js} +3 -0
  60. package/lib/collection/collection-manifest.json +1 -1
  61. package/lib/collection/common-strings.js +3 -0
  62. package/lib/collection/components/duet-alert/duet-alert.js +19 -6
  63. package/lib/collection/components/duet-badge/duet-badge.css +1 -0
  64. package/lib/collection/components/duet-badge/duet-badge.js +4 -1
  65. package/lib/collection/components/duet-button/duet-button.css +3 -3
  66. package/lib/collection/components/duet-button/duet-button.js +28 -11
  67. package/lib/collection/components/duet-caption/duet-caption.js +4 -1
  68. package/lib/collection/components/duet-card/duet-card.css +10 -7
  69. package/lib/collection/components/duet-card/duet-card.js +9 -8
  70. package/lib/collection/components/duet-checkbox/duet-checkbox.js +4 -1
  71. package/lib/collection/components/duet-choice/duet-choice.css +0 -1
  72. package/lib/collection/components/duet-choice/duet-choice.js +17 -8
  73. package/lib/collection/components/duet-choice-group/duet-choice-group.css +3 -1
  74. package/lib/collection/components/duet-choice-group/duet-choice-group.js +5 -2
  75. package/lib/collection/components/duet-collapsible/duet-collapsible.js +110 -6
  76. package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.js +4 -1
  77. package/lib/collection/components/duet-date-picker/date-i18n.js +3 -0
  78. package/lib/collection/components/duet-date-picker/date-picker-day.js +4 -1
  79. package/lib/collection/components/duet-date-picker/date-picker-input.js +4 -1
  80. package/lib/collection/components/duet-date-picker/date-picker-month.js +4 -1
  81. package/lib/collection/components/duet-date-picker/date-utils.js +3 -0
  82. package/lib/collection/components/duet-date-picker/duet-date-picker.css +1 -1
  83. package/lib/collection/components/duet-date-picker/duet-date-picker.js +85 -35
  84. package/lib/collection/components/duet-date-picker/utils.js +3 -0
  85. package/lib/collection/components/duet-divider/duet-divider.js +4 -1
  86. package/lib/collection/components/duet-empty-state/duet-empty-state.js +4 -1
  87. package/lib/collection/components/duet-fieldset/duet-fieldset.js +5 -2
  88. package/lib/collection/components/duet-footer/duet-footer.js +33 -12
  89. package/lib/collection/components/duet-grid/duet-grid.js +4 -1
  90. package/lib/collection/components/duet-grid-item/duet-grid-item.js +4 -1
  91. package/lib/collection/components/duet-header/duet-header.js +108 -36
  92. package/lib/collection/components/duet-heading/duet-heading.css +1 -0
  93. package/lib/collection/components/duet-heading/duet-heading.js +5 -2
  94. package/lib/collection/components/duet-hero/duet-hero.js +35 -15
  95. package/lib/collection/components/duet-icon/duet-icon.js +6 -3
  96. package/lib/collection/components/duet-icon/icon-utils.js +17 -1
  97. package/lib/collection/components/duet-input/duet-input.js +12 -4
  98. package/lib/collection/components/duet-label/duet-label.css +2 -0
  99. package/lib/collection/components/duet-label/duet-label.js +4 -1
  100. package/lib/collection/components/duet-layout/duet-layout.js +4 -1
  101. package/lib/collection/components/duet-link/duet-link.js +35 -17
  102. package/lib/collection/components/duet-list/duet-list.js +5 -2
  103. package/lib/collection/components/duet-list-item/duet-list-item.js +4 -1
  104. package/lib/collection/components/duet-logo/duet-logo.js +15 -4
  105. package/lib/collection/components/duet-modal/duet-modal.js +40 -17
  106. package/lib/collection/components/duet-notification/duet-notification.js +19 -4
  107. package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.js +24 -12
  108. package/lib/collection/components/duet-number-input/duet-number-input.js +182 -31
  109. package/lib/collection/components/duet-number-input/number-input-utils.js +3 -0
  110. package/lib/collection/components/duet-paragraph/duet-paragraph.js +5 -2
  111. package/lib/collection/components/duet-radio/duet-radio.js +4 -1
  112. package/lib/collection/components/duet-radio-group/duet-radio-group.js +5 -2
  113. package/lib/collection/components/duet-range-slider/duet-range-slider.js +6 -3
  114. package/lib/collection/components/duet-select/duet-select.js +4 -1
  115. package/lib/collection/components/duet-spacer/duet-spacer.js +4 -1
  116. package/lib/collection/components/duet-spinner/duet-spinner.js +5 -2
  117. package/lib/collection/components/duet-step/duet-step.js +6 -3
  118. package/lib/collection/components/duet-stepper/duet-stepper.js +4 -1
  119. package/lib/collection/components/duet-tab/duet-tab.js +4 -1
  120. package/lib/collection/components/duet-tab-group/duet-tab-group.js +56 -10
  121. package/lib/collection/components/duet-table/duet-table.js +5 -2
  122. package/lib/collection/components/duet-textarea/duet-textarea.js +5 -2
  123. package/lib/collection/components/duet-toggle/duet-toggle.js +4 -1
  124. package/lib/collection/components/duet-tooltip/duet-tooltip.js +98 -17
  125. package/lib/collection/components/duet-tray/duet-tray.js +97 -16
  126. package/lib/collection/components/duet-visually-hidden/duet-visually-hidden.js +4 -1
  127. package/lib/collection/global/duet-global.js +3 -0
  128. package/lib/collection/utils/create-id.js +3 -0
  129. package/lib/collection/utils/fixture-utils.js +15 -5
  130. package/lib/collection/utils/focus-utils.js +3 -0
  131. package/lib/collection/utils/form-components.js +3 -0
  132. package/lib/collection/utils/group-by.js +3 -0
  133. package/lib/collection/utils/input-utils.js +27 -0
  134. package/lib/collection/utils/is-internet-explorer.js +3 -0
  135. package/lib/collection/utils/keyboard-utils.js +3 -0
  136. package/lib/collection/utils/language-utils.js +46 -8
  137. package/lib/collection/utils/string-utils.js +24 -0
  138. package/lib/collection/utils/test-utils.js +3 -0
  139. package/lib/collection/utils/themeable-component.js +3 -0
  140. package/lib/collection/utils/token-utils.js +3 -0
  141. package/lib/collection/utils/watch-options.js +3 -0
  142. package/lib/custom-elements-bundle/index.js +970 -222
  143. package/lib/duet/duet.esm.js +4 -1
  144. package/lib/duet/duet.js +1 -1
  145. package/lib/duet/index.esm.js +3 -0
  146. package/lib/duet/p-0058512b.js +4 -0
  147. package/lib/duet/p-0224db45.entry.js +4 -0
  148. package/lib/duet/{p-c261a84b.system.entry.js → p-02ad46a0.system.entry.js} +4 -1
  149. package/lib/duet/{p-ae82ab86.js → p-04f9f1bf.js} +3 -0
  150. package/lib/duet/{p-62b75c80.system.js → p-053b71e6.system.js} +3 -0
  151. package/lib/duet/{p-f5e7899b.system.entry.js → p-07263910.system.entry.js} +4 -1
  152. package/lib/duet/{p-6242ef49.system.js → p-0c4bbd65.system.js} +3 -0
  153. package/lib/duet/{p-8b9ee5b0.js → p-115c79b6.js} +3 -0
  154. package/lib/duet/{p-a69855b7.js → p-15c15c6a.js} +3 -0
  155. package/lib/duet/{p-e780bfa0.js → p-18d801be.js} +3 -0
  156. package/lib/duet/p-1bfbc988.entry.js +4 -0
  157. package/lib/duet/p-1cd7177f.entry.js +4 -0
  158. package/lib/duet/p-1cec5a70.system.entry.js +4 -0
  159. package/lib/duet/p-1e7222c2.entry.js +4 -0
  160. package/lib/duet/p-202bbd70.entry.js +4 -0
  161. package/lib/duet/{p-44d3eb2f.system.entry.js → p-22f56356.system.entry.js} +4 -1
  162. package/lib/duet/{p-551d38f9.js → p-2826f987.js} +3 -0
  163. package/lib/duet/p-28b67b94.entry.js +4 -0
  164. package/lib/duet/{p-01dad2d3.js → p-322d1c38.js} +4 -1
  165. package/lib/duet/p-33426ddc.entry.js +4 -0
  166. package/lib/duet/p-33cf6ed1.entry.js +4 -0
  167. package/lib/duet/p-3d3f773d.system.entry.js +4 -0
  168. package/lib/duet/p-3e1ef509.system.entry.js +4 -0
  169. package/lib/duet/p-3f78a826.system.js +4 -0
  170. package/lib/duet/{p-50e14ff9.system.js → p-418b2ce7.system.js} +3 -0
  171. package/lib/duet/{p-9d4322ba.system.js → p-43e39d98.system.js} +3 -0
  172. package/lib/duet/p-44ffb960.entry.js +4 -0
  173. package/lib/duet/p-453955cc.system.entry.js +4 -0
  174. package/lib/duet/p-4670a654.entry.js +4 -0
  175. package/lib/duet/p-47645ea8.system.entry.js +4 -0
  176. package/lib/duet/p-504dbf8f.system.entry.js +4 -0
  177. package/lib/duet/p-5230ee3c.system.entry.js +4 -0
  178. package/lib/duet/p-56e172f5.system.entry.js +4 -0
  179. package/lib/duet/{p-7d7a595e.system.js → p-57ea2576.system.js} +4 -1
  180. package/lib/duet/p-5aa0d34d.entry.js +4 -0
  181. package/lib/duet/{p-63b13a5f.system.js → p-5f6bd5db.system.js} +3 -0
  182. package/lib/duet/p-5fc7e1f7.system.entry.js +4 -0
  183. package/lib/duet/p-605bc214.system.entry.js +4 -0
  184. package/lib/duet/p-60ab57d4.entry.js +4 -0
  185. package/lib/duet/p-64109493.entry.js +4 -0
  186. package/lib/duet/p-69a5dc6b.entry.js +4 -0
  187. package/lib/duet/p-6a230911.system.entry.js +4 -0
  188. package/lib/duet/p-6a356ab1.system.js +4 -0
  189. package/lib/duet/p-6a760b8a.entry.js +4 -0
  190. package/lib/duet/p-6d2da245.entry.js +4 -0
  191. package/lib/duet/p-704245ef.js +4 -0
  192. package/lib/duet/p-712e7dde.system.entry.js +4 -0
  193. package/lib/duet/p-746655ba.entry.js +4 -0
  194. package/lib/duet/p-76f00bd5.js +4 -0
  195. package/lib/duet/p-7b6db837.system.entry.js +4 -0
  196. package/lib/duet/p-7d080785.system.entry.js +4 -0
  197. package/lib/duet/p-82dc2e0b.entry.js +4 -0
  198. package/lib/duet/p-8c8e82aa.system.js +4 -0
  199. package/lib/duet/{p-5fe386d7.system.entry.js → p-8c980350.system.entry.js} +4 -1
  200. package/lib/duet/{p-1fcc25b6.system.entry.js → p-8cb47a70.system.entry.js} +4 -1
  201. package/lib/duet/p-8f03c3eb.entry.js +4 -0
  202. package/lib/duet/{p-50ea2036.system.js → p-8faaaf5f.system.js} +3 -0
  203. package/lib/duet/p-91fa68a5.js +4 -0
  204. package/lib/duet/p-92d38668.system.entry.js +4 -0
  205. package/lib/duet/p-95626e7e.system.entry.js +4 -0
  206. package/lib/duet/p-96808a2e.system.entry.js +4 -0
  207. package/lib/duet/p-96c103b2.system.entry.js +4 -0
  208. package/lib/duet/p-986779fb.js +4 -0
  209. package/lib/duet/{p-a0c363a1.js → p-9a89ec39.js} +3 -0
  210. package/lib/duet/p-9a8d5b11.system.js +4 -0
  211. package/lib/duet/p-9a945278.system.js +4 -0
  212. package/lib/duet/p-9c94be45.entry.js +4 -0
  213. package/lib/duet/p-9ce1baab.system.entry.js +4 -0
  214. package/lib/duet/p-9dfcd29a.js +4 -0
  215. package/lib/duet/p-9ff25646.entry.js +4 -0
  216. package/lib/duet/p-a1d12e94.system.entry.js +4 -0
  217. package/lib/duet/{p-a78af9f5.js → p-a28cf57b.js} +3 -0
  218. package/lib/duet/p-b03a46b6.entry.js +4 -0
  219. package/lib/duet/p-b1b8e510.entry.js +4 -0
  220. package/lib/duet/p-b694cbf5.system.js +4 -0
  221. package/lib/duet/p-b7e50cfa.entry.js +4 -0
  222. package/lib/duet/p-b82927b0.system.entry.js +4 -0
  223. package/lib/duet/p-ba205dca.entry.js +4 -0
  224. package/lib/duet/{p-2dd28142.system.js → p-bb12b972.system.js} +3 -0
  225. package/lib/duet/p-bcae23fc.system.entry.js +4 -0
  226. package/lib/duet/{p-a0e09a50.js → p-bd779757.js} +3 -0
  227. package/lib/duet/{p-69599f4e.js → p-bd9a7d8f.js} +3 -0
  228. package/lib/duet/p-be19c57b.system.entry.js +4 -0
  229. package/lib/duet/{p-6e296e99.js → p-c1325e35.js} +3 -0
  230. package/lib/duet/p-c4737f88.entry.js +4 -0
  231. package/lib/duet/{p-c3058688.js → p-c5beceed.js} +4 -1
  232. package/lib/duet/p-c5f10483.system.entry.js +4 -0
  233. package/lib/duet/{p-d95998b4.system.js → p-c7ae95bd.system.js} +3 -0
  234. package/lib/duet/{p-31c3b93f.system.js → p-ce0892e6.system.js} +3 -0
  235. package/lib/duet/p-d35fd913.system.entry.js +4 -0
  236. package/lib/duet/p-d4b4bfa6.entry.js +4 -0
  237. package/lib/duet/p-d7623eb8.system.entry.js +4 -0
  238. package/lib/duet/p-d863e150.system.js +4 -0
  239. package/lib/duet/p-dc85d2a4.entry.js +4 -0
  240. package/lib/duet/p-de093c16.entry.js +4 -0
  241. package/lib/duet/p-de842863.entry.js +4 -0
  242. package/lib/duet/p-e08b8909.entry.js +4 -0
  243. package/lib/duet/p-e39471b6.entry.js +4 -0
  244. package/lib/duet/{p-f180f2f2.system.js → p-e566ff11.system.js} +3 -0
  245. package/lib/duet/{p-cd603d87.system.js → p-e58ca7af.system.js} +4 -1
  246. package/lib/duet/p-e834c8d5.system.entry.js +4 -0
  247. package/lib/duet/{p-a8a8954e.system.entry.js → p-ef45cfe9.system.entry.js} +4 -1
  248. package/lib/duet/{p-73baca13.system.js → p-efaa0c04.system.js} +3 -0
  249. package/lib/duet/{p-fd305188.system.entry.js → p-f0b1850a.system.entry.js} +4 -1
  250. package/lib/duet/{p-871f3440.js → p-f11208c3.js} +3 -0
  251. package/lib/duet/p-f53c8019.entry.js +4 -0
  252. package/lib/duet/{p-95253d0a.entry.js → p-f96c4093.system.entry.js} +4 -1
  253. package/lib/duet/p-fbd83d67.entry.js +4 -0
  254. package/lib/duet/{p-dbe056ce.system.js → p-fd98468a.system.js} +3 -0
  255. package/lib/duet/p-fdecaf46.entry.js +4 -0
  256. package/lib/esm/{action-arrow-down-small-c24d2c7f.js → action-arrow-down-small-82273dc8.js} +3 -0
  257. package/lib/esm/{action-new-window-small-d592feb6.js → action-new-window-small-1945be91.js} +3 -0
  258. package/lib/esm/{app-globals-2796679e.js → app-globals-6641e444.js} +3 -0
  259. package/lib/esm/{bodyScrollLock.es6-cf1e49b2.js → bodyScrollLock.es6-61b5e9a4.js} +3 -0
  260. package/lib/esm/{common-strings-d5205fd4.js → common-strings-97e04e4b.js} +3 -0
  261. package/lib/esm/{create-id-124e0fc4.js → create-id-981107da.js} +3 -0
  262. package/lib/esm/{dom-1f98a75f.js → dom-21034390.js} +4 -1
  263. package/lib/esm/duet-alert.entry.js +10 -4
  264. package/lib/esm/duet-badge.entry.js +7 -4
  265. package/lib/esm/duet-button_2.entry.js +17 -10
  266. package/lib/esm/duet-caption_4.entry.js +23 -17
  267. package/lib/esm/duet-card.entry.js +13 -10
  268. package/lib/esm/duet-checkbox.entry.js +7 -4
  269. package/lib/esm/duet-choice_2.entry.js +16 -11
  270. package/lib/esm/duet-collapsible.entry.js +512 -8
  271. package/lib/esm/duet-cookie-consent.entry.js +6 -3
  272. package/lib/esm/duet-date-picker.entry.js +31 -15
  273. package/lib/esm/duet-divider_2.entry.js +7 -4
  274. package/lib/esm/duet-empty-state.entry.js +6 -3
  275. package/lib/esm/duet-fieldset.entry.js +7 -4
  276. package/lib/esm/duet-footer.entry.js +15 -8
  277. package/lib/esm/duet-grid_2.entry.js +8 -5
  278. package/lib/esm/duet-header_2.entry.js +68 -21
  279. package/lib/esm/duet-hero.entry.js +16 -10
  280. package/lib/esm/duet-icon.entry.js +22 -6
  281. package/lib/esm/duet-input_2.entry.js +16 -8
  282. package/lib/esm/duet-layout.entry.js +6 -3
  283. package/lib/esm/duet-list_2.entry.js +8 -5
  284. package/lib/esm/duet-modal.entry.js +19 -12
  285. package/lib/esm/duet-notification_2.entry.js +17 -9
  286. package/lib/esm/duet-number-input.entry.js +54 -24
  287. package/lib/esm/duet-radio_2.entry.js +9 -6
  288. package/lib/esm/duet-range-slider.entry.js +9 -6
  289. package/lib/esm/duet-select.entry.js +8 -5
  290. package/lib/esm/duet-step_2.entry.js +9 -6
  291. package/lib/esm/duet-tab_2.entry.js +23 -11
  292. package/lib/esm/duet-table.entry.js +7 -4
  293. package/lib/esm/duet-textarea.entry.js +8 -5
  294. package/lib/esm/duet-toggle.entry.js +7 -4
  295. package/lib/esm/duet-tooltip.entry.js +33 -15
  296. package/lib/esm/duet-tray.entry.js +33 -15
  297. package/lib/esm/duet-visually-hidden.entry.js +5 -2
  298. package/lib/esm/duet.js +8 -5
  299. package/lib/esm/{focus-utils-e76191e8.js → focus-utils-1995e5a9.js} +4 -1
  300. package/lib/esm/{index-aaa7610e.js → index-6e246691.js} +11 -1
  301. package/lib/esm/index.js +3 -1
  302. package/lib/esm/{input-utils-8a4c03a1.js → input-utils-f4cafee1.js} +28 -1
  303. package/lib/esm/{is-internet-explorer-0b40c5fe.js → is-internet-explorer-62b3bdbd.js} +3 -0
  304. package/lib/esm/{keyboard-utils-956f0d36.js → keyboard-utils-584cedd7.js} +3 -0
  305. package/lib/esm/language-utils-d5c38f65.js +89 -0
  306. package/lib/esm/loader.js +7 -4
  307. package/lib/esm/{shadow-css-67b66845.js → shadow-css-31e2d504.js} +4 -1
  308. package/lib/esm/string-utils-2f1793b8.js +49 -0
  309. package/lib/esm/{themeable-component-2a857b64.js → themeable-component-572685dd.js} +3 -0
  310. package/lib/esm/{token-utils-56e2be37.js → token-utils-5a35377f.js} +4 -1
  311. package/lib/esm/{tokens.module-17f6088f.js → tokens.module-edb66c04.js} +3 -0
  312. package/lib/esm/{watch-options-8f61a365.js → watch-options-de55ea78.js} +3 -0
  313. package/lib/esm-es5/{action-arrow-down-small-c24d2c7f.js → action-arrow-down-small-82273dc8.js} +3 -0
  314. package/lib/esm-es5/{action-new-window-small-d592feb6.js → action-new-window-small-1945be91.js} +3 -0
  315. package/lib/esm-es5/{app-globals-2796679e.js → app-globals-6641e444.js} +3 -0
  316. package/lib/esm-es5/{bodyScrollLock.es6-cf1e49b2.js → bodyScrollLock.es6-61b5e9a4.js} +3 -0
  317. package/lib/esm-es5/{common-strings-d5205fd4.js → common-strings-97e04e4b.js} +3 -0
  318. package/lib/esm-es5/{create-id-124e0fc4.js → create-id-981107da.js} +3 -0
  319. package/lib/esm-es5/{dom-1f98a75f.js → dom-21034390.js} +3 -0
  320. package/lib/esm-es5/duet-alert.entry.js +4 -1
  321. package/lib/esm-es5/duet-badge.entry.js +4 -1
  322. package/lib/esm-es5/duet-button_2.entry.js +4 -1
  323. package/lib/esm-es5/duet-caption_4.entry.js +4 -1
  324. package/lib/esm-es5/duet-card.entry.js +4 -1
  325. package/lib/esm-es5/duet-checkbox.entry.js +4 -1
  326. package/lib/esm-es5/duet-choice_2.entry.js +4 -1
  327. package/lib/esm-es5/duet-collapsible.entry.js +4 -1
  328. package/lib/esm-es5/duet-cookie-consent.entry.js +4 -1
  329. package/lib/esm-es5/duet-date-picker.entry.js +4 -1
  330. package/lib/esm-es5/duet-divider_2.entry.js +4 -1
  331. package/lib/esm-es5/duet-empty-state.entry.js +4 -1
  332. package/lib/esm-es5/duet-fieldset.entry.js +4 -1
  333. package/lib/esm-es5/duet-footer.entry.js +4 -1
  334. package/lib/esm-es5/duet-grid_2.entry.js +4 -1
  335. package/lib/esm-es5/duet-header_2.entry.js +4 -1
  336. package/lib/esm-es5/duet-hero.entry.js +4 -1
  337. package/lib/esm-es5/duet-icon.entry.js +4 -1
  338. package/lib/esm-es5/duet-input_2.entry.js +4 -1
  339. package/lib/esm-es5/duet-layout.entry.js +4 -1
  340. package/lib/esm-es5/duet-list_2.entry.js +4 -1
  341. package/lib/esm-es5/duet-modal.entry.js +4 -1
  342. package/lib/esm-es5/duet-notification_2.entry.js +4 -1
  343. package/lib/esm-es5/duet-number-input.entry.js +4 -1
  344. package/lib/esm-es5/duet-radio_2.entry.js +4 -1
  345. package/lib/esm-es5/duet-range-slider.entry.js +4 -1
  346. package/lib/esm-es5/duet-select.entry.js +4 -1
  347. package/lib/esm-es5/duet-step_2.entry.js +4 -1
  348. package/lib/esm-es5/duet-tab_2.entry.js +4 -1
  349. package/lib/esm-es5/duet-table.entry.js +4 -1
  350. package/lib/esm-es5/duet-textarea.entry.js +4 -1
  351. package/lib/esm-es5/duet-toggle.entry.js +4 -1
  352. package/lib/esm-es5/duet-tooltip.entry.js +4 -1
  353. package/lib/esm-es5/duet-tray.entry.js +4 -1
  354. package/lib/esm-es5/duet-visually-hidden.entry.js +4 -1
  355. package/lib/esm-es5/duet.js +4 -1
  356. package/lib/esm-es5/{focus-utils-e76191e8.js → focus-utils-1995e5a9.js} +4 -1
  357. package/lib/esm-es5/index-6e246691.js +4 -0
  358. package/lib/esm-es5/index.js +3 -0
  359. package/lib/esm-es5/input-utils-f4cafee1.js +4 -0
  360. package/lib/esm-es5/{is-internet-explorer-0b40c5fe.js → is-internet-explorer-62b3bdbd.js} +3 -0
  361. package/lib/esm-es5/{keyboard-utils-956f0d36.js → keyboard-utils-584cedd7.js} +3 -0
  362. package/lib/esm-es5/language-utils-d5c38f65.js +4 -0
  363. package/lib/esm-es5/loader.js +4 -1
  364. package/lib/esm-es5/{shadow-css-67b66845.js → shadow-css-31e2d504.js} +3 -0
  365. package/lib/esm-es5/string-utils-2f1793b8.js +4 -0
  366. package/lib/esm-es5/{themeable-component-2a857b64.js → themeable-component-572685dd.js} +3 -0
  367. package/lib/esm-es5/{token-utils-56e2be37.js → token-utils-5a35377f.js} +4 -1
  368. package/lib/esm-es5/{tokens.module-17f6088f.js → tokens.module-edb66c04.js} +3 -0
  369. package/lib/esm-es5/{watch-options-8f61a365.js → watch-options-de55ea78.js} +3 -0
  370. package/lib/html.html-data.json +140 -2
  371. package/lib/loader/cdn.js +3 -1
  372. package/lib/loader/index.cjs.js +3 -1
  373. package/lib/loader/index.d.ts +0 -1
  374. package/lib/loader/index.es2017.js +3 -1
  375. package/lib/loader/index.js +3 -1
  376. package/lib/types/components/duet-alert/duet-alert.d.ts +4 -2
  377. package/lib/types/components/duet-badge/duet-badge.d.ts +1 -1
  378. package/lib/types/components/duet-button/duet-button.d.ts +6 -3
  379. package/lib/types/components/duet-caption/duet-caption.d.ts +1 -1
  380. package/lib/types/components/duet-card/duet-card.d.ts +1 -1
  381. package/lib/types/components/duet-checkbox/duet-checkbox.d.ts +1 -1
  382. package/lib/types/components/duet-choice/duet-choice.d.ts +5 -4
  383. package/lib/types/components/duet-collapsible/duet-collapsible.d.ts +24 -1
  384. package/lib/types/components/duet-date-picker/date-picker-month.d.ts +1 -1
  385. package/lib/types/components/duet-date-picker/duet-date-picker.d.ts +16 -7
  386. package/lib/types/components/duet-divider/duet-divider.d.ts +1 -1
  387. package/lib/types/components/duet-empty-state/duet-empty-state.d.ts +1 -1
  388. package/lib/types/components/duet-fieldset/duet-fieldset.d.ts +1 -1
  389. package/lib/types/components/duet-footer/duet-footer.d.ts +7 -3
  390. package/lib/types/components/duet-grid-item/duet-grid-item.d.ts +1 -1
  391. package/lib/types/components/duet-header/duet-header.d.ts +50 -8
  392. package/lib/types/components/duet-heading/duet-heading.d.ts +1 -1
  393. package/lib/types/components/duet-hero/duet-hero.d.ts +8 -5
  394. package/lib/types/components/duet-icon/duet-icon.d.ts +1 -1
  395. package/lib/types/components/duet-input/duet-input.d.ts +2 -2
  396. package/lib/types/components/duet-link/duet-link.d.ts +8 -5
  397. package/lib/types/components/duet-list/duet-list.d.ts +1 -1
  398. package/lib/types/components/duet-logo/duet-logo.d.ts +3 -1
  399. package/lib/types/components/duet-modal/duet-modal.d.ts +11 -5
  400. package/lib/types/components/duet-notification/duet-notification.d.ts +4 -1
  401. package/lib/types/components/duet-notification-drawer/duet-notification-drawer.d.ts +6 -5
  402. package/lib/types/components/duet-number-input/duet-number-input.d.ts +29 -2
  403. package/lib/types/components/duet-paragraph/duet-paragraph.d.ts +1 -1
  404. package/lib/types/components/duet-radio/duet-radio.d.ts +2 -2
  405. package/lib/types/components/duet-range-slider/duet-range-slider.d.ts +2 -2
  406. package/lib/types/components/duet-select/duet-select.d.ts +1 -1
  407. package/lib/types/components/duet-step/duet-step.d.ts +1 -1
  408. package/lib/types/components/duet-stepper/duet-stepper.d.ts +1 -1
  409. package/lib/types/components/duet-tab-group/duet-tab-group.d.ts +10 -1
  410. package/lib/types/components/duet-textarea/duet-textarea.d.ts +2 -2
  411. package/lib/types/components/duet-toggle/duet-toggle.d.ts +2 -2
  412. package/lib/types/components/duet-tooltip/duet-tooltip.d.ts +16 -1
  413. package/lib/types/components/duet-tray/duet-tray.d.ts +15 -0
  414. package/lib/types/components.d.ts +265 -33
  415. package/lib/types/utils/input-utils.d.ts +9 -0
  416. package/lib/types/utils/language-utils.d.ts +26 -3
  417. package/lib/types/utils/string-utils.d.ts +1 -0
  418. package/lib/types/utils/test-utils.d.ts +1 -1
  419. package/package.json +39 -23
  420. package/lib/cjs/language-utils-0f4f60f1.js +0 -54
  421. package/lib/cjs/string-utils-0336d6da.js +0 -28
  422. package/lib/duet/p-00914fa8.entry.js +0 -1
  423. package/lib/duet/p-08b10b1b.entry.js +0 -1
  424. package/lib/duet/p-0a5bdffc.entry.js +0 -1
  425. package/lib/duet/p-117e6a2d.system.entry.js +0 -1
  426. package/lib/duet/p-11f650f9.system.entry.js +0 -1
  427. package/lib/duet/p-120f15f9.entry.js +0 -1
  428. package/lib/duet/p-1270fad1.entry.js +0 -1
  429. package/lib/duet/p-15c4ae87.system.entry.js +0 -1
  430. package/lib/duet/p-19d86321.system.js +0 -1
  431. package/lib/duet/p-1a544f89.js +0 -1
  432. package/lib/duet/p-1a773ea3.system.entry.js +0 -1
  433. package/lib/duet/p-1f18716e.entry.js +0 -1
  434. package/lib/duet/p-2141f564.system.js +0 -1
  435. package/lib/duet/p-23f2a281.entry.js +0 -1
  436. package/lib/duet/p-28072b15.entry.js +0 -1
  437. package/lib/duet/p-2ce3a1bc.entry.js +0 -1
  438. package/lib/duet/p-2f56c5d0.entry.js +0 -1
  439. package/lib/duet/p-330725c5.js +0 -1
  440. package/lib/duet/p-378186a8.entry.js +0 -1
  441. package/lib/duet/p-393dc5f0.system.entry.js +0 -1
  442. package/lib/duet/p-4486ae28.system.entry.js +0 -1
  443. package/lib/duet/p-45713f8a.system.entry.js +0 -1
  444. package/lib/duet/p-4e4d8137.system.entry.js +0 -1
  445. package/lib/duet/p-4f4895e0.entry.js +0 -1
  446. package/lib/duet/p-51f89eec.entry.js +0 -1
  447. package/lib/duet/p-545f6a97.entry.js +0 -1
  448. package/lib/duet/p-568ab60b.system.entry.js +0 -1
  449. package/lib/duet/p-598ba79a.js +0 -1
  450. package/lib/duet/p-598edf9e.system.entry.js +0 -1
  451. package/lib/duet/p-5e6a5340.entry.js +0 -1
  452. package/lib/duet/p-64fd394a.entry.js +0 -1
  453. package/lib/duet/p-66c75914.system.entry.js +0 -1
  454. package/lib/duet/p-6dc51621.system.entry.js +0 -1
  455. package/lib/duet/p-6f41124b.system.js +0 -1
  456. package/lib/duet/p-6f6b2cc5.system.entry.js +0 -1
  457. package/lib/duet/p-700243af.entry.js +0 -1
  458. package/lib/duet/p-770d46e6.entry.js +0 -1
  459. package/lib/duet/p-8498e753.system.entry.js +0 -1
  460. package/lib/duet/p-852e96c1.system.js +0 -1
  461. package/lib/duet/p-86de511c.system.entry.js +0 -1
  462. package/lib/duet/p-8db7a844.system.entry.js +0 -1
  463. package/lib/duet/p-91255671.js +0 -1
  464. package/lib/duet/p-921afc00.entry.js +0 -1
  465. package/lib/duet/p-9ac41fbc.system.entry.js +0 -1
  466. package/lib/duet/p-9b6adcb3.system.entry.js +0 -1
  467. package/lib/duet/p-9b9cb411.system.entry.js +0 -1
  468. package/lib/duet/p-9ff8c7c4.entry.js +0 -1
  469. package/lib/duet/p-a4d8b2c4.entry.js +0 -1
  470. package/lib/duet/p-a92bdc1c.system.entry.js +0 -1
  471. package/lib/duet/p-b6e261ef.js +0 -1
  472. package/lib/duet/p-b761ef2d.entry.js +0 -1
  473. package/lib/duet/p-b87ce8c9.system.entry.js +0 -1
  474. package/lib/duet/p-bdf5fe15.entry.js +0 -1
  475. package/lib/duet/p-c0c1bcba.system.js +0 -1
  476. package/lib/duet/p-c5fe3120.system.entry.js +0 -1
  477. package/lib/duet/p-c6d19c6c.system.entry.js +0 -1
  478. package/lib/duet/p-c8068a31.entry.js +0 -1
  479. package/lib/duet/p-cb073c9b.entry.js +0 -1
  480. package/lib/duet/p-cb49c05a.system.js +0 -1
  481. package/lib/duet/p-cb62f051.entry.js +0 -1
  482. package/lib/duet/p-ce55045f.js +0 -1
  483. package/lib/duet/p-d20651ba.entry.js +0 -1
  484. package/lib/duet/p-d7c57e6c.entry.js +0 -1
  485. package/lib/duet/p-da0df691.system.entry.js +0 -1
  486. package/lib/duet/p-dc2d2635.system.entry.js +0 -1
  487. package/lib/duet/p-dcd0f562.system.entry.js +0 -1
  488. package/lib/duet/p-dd4281d5.entry.js +0 -1
  489. package/lib/duet/p-e374aba6.entry.js +0 -1
  490. package/lib/duet/p-e693d73a.system.entry.js +0 -1
  491. package/lib/duet/p-e7bef783.entry.js +0 -1
  492. package/lib/duet/p-ec326c4c.system.entry.js +0 -1
  493. package/lib/duet/p-efa3e05d.entry.js +0 -1
  494. package/lib/duet/p-f2cca5cc.system.js +0 -1
  495. package/lib/duet/p-f3d07b69.entry.js +0 -1
  496. package/lib/duet/p-fbeb43e8.entry.js +0 -1
  497. package/lib/esm/language-utils-c7ce7c0e.js +0 -50
  498. package/lib/esm/string-utils-9ef35d2a.js +0 -25
  499. package/lib/esm-es5/index-aaa7610e.js +0 -1
  500. package/lib/esm-es5/input-utils-8a4c03a1.js +0 -1
  501. package/lib/esm-es5/language-utils-c7ce7c0e.js +0 -1
  502. package/lib/esm-es5/string-utils-9ef35d2a.js +0 -1
@@ -1 +1,4 @@
1
- import{p as promiseResolve,b as bootstrapLazy}from"./index-aaa7610e.js";import{g as globalScripts}from"./app-globals-2796679e.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(e,i){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){globalScripts();return bootstrapLazy(JSON.parse('[["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],"value":[1537],"disabled":[4]}],[6,"duet-choice",{"theme":[1025],"label":[1],"accessibleLabelInfoButtonDefaults":[16],"accessibleLabelInfoButton":[1,"accessible-label-info-button"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"caption":[1],"value":[1537],"type":[513],"name":[1],"checked":[1540],"collapsible":[4],"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],"isHovering":[32],"isInfoOpen":[32],"isBlurred":[32],"setFocus":[64]},[[2,"blur","handleHostBlur"],[2,"keydown","handleHostKeyDown"],[2,"keyup","handleHostKeyUp"]]]]],["duet-hero",[[1,"duet-hero",{"theme":[1025],"heading":[1],"preHeading":[1,"pre-heading"],"level":[1],"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":[16],"accessibleLabelExternal":[1,"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],"processedListItems":[32],"processedActions":[32],"processedBack":[32]}]]],["duet-textarea",[[2,"duet-textarea",{"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"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]}]]],["duet-tab_2",[[6,"duet-tab-group",{"theme":[1025],"variation":[1],"language":[1025],"label":[1],"labelHidden":[4,"label-hidden"],"margin":[1],"padding":[1],"tabs":[32],"selected":[32],"openTab":[64],"refresh":[64]}],[6,"duet-tab",{"label":[513],"selected":[516]}]]],["duet-date-picker",[[2,"duet-date-picker",{"theme":[1025],"expand":[4],"name":[1],"identifier":[1],"label":[1],"caption":[1],"margin":[1],"placeholder":[1],"echoPlaceholder":[1540,"echo-placeholder"],"disabled":[516],"language":[1],"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],"validity":[1040],"open":[32],"focusedDay":[32],"inputValue":[32],"setFocus":[64],"show":[64],"hide":[64]},[[4,"click","handleDocumentClick"]]]]],["duet-modal",[[1,"duet-modal",{"language":[1025],"accessibleCloseLabelDefault":[16],"accessibleCloseLabel":[1,"accessible-close-label"],"size":[1],"gutterSize":[1,"gutter-size"],"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"icon":[1],"color":[1],"active":[1540],"open":[32],"show":[64],"hide":[64]},[[8,"keyup","handleKeyUp"]]]]],["duet-number-input",[[2,"duet-number-input",{"language":[1025],"locale":[1],"unit":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLive":[1,"accessible-live"],"accessibleLiveEnabled":[4,"accessible-live-enabled"],"accessibleAdd":[1,"accessible-add"],"accessibleSubtract":[1,"accessible-subtract"],"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"min":[2],"label":[1],"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]}]]],["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]}],[2,"duet-radio",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"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-cookie-consent",[[1,"duet-cookie-consent",{"accessibleLabel":[1,"accessible-label"],"theme":[1025]}]]],["duet-notification_2",[[1,"duet-notification-drawer",{"icon":[1],"label":[1],"language":[1],"accessibleLabelNotificationsDefaults":[16],"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":[1],"accessibleLabelUnreadDefaults":[16],"accessibleLabelUnread":[1,"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":[514]},[[0,"duetStepClick","onDuetStepClick"]]]]],["duet-alert",[[1,"duet-alert",{"theme":[1025],"accessibleLabelDefaults":[16],"accessibleLabel":[1,"accessible-label"],"announcements":[4],"icon":[1],"autoDismiss":[2,"auto-dismiss"],"margin":[1],"padding":[1],"variation":[1],"dismissible":[4],"isDismissed":[32],"timeoutID":[32]}]]],["duet-footer",[[1,"duet-footer",{"theme":[1025],"variation":[1],"margin":[1],"logoHref":[1,"logo-href"],"language":[1025],"items":[8],"accessibleLabelExternalDefaults":[16],"accessibleLabelExternal":[1,"accessible-label-external"],"menu":[8],"processedItems":[32],"processedMenu":[32]}]]],["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"],"icon":[1],"image":[1],"background":[1],"padding":[1],"margin":[1],"theme":[1025],"url":[1],"setFocus":[64]}]]],["duet-tray",[[1,"duet-tray",{"language":[1025],"accessibleCloseLabel":[1,"accessible-close-label"],"accessibleOpenLabel":[1,"accessible-open-label"],"theme":[1025],"active":[516],"autoHide":[4,"auto-hide"],"responsive":[4],"expanded":[32],"hiddenState":[32]},[[9,"scroll","getFrame"],[16,"click","handleBodyClick"]]]]],["duet-collapsible",[[1,"duet-collapsible",{"theme":[1025],"heading":[1],"headingWeight":[1,"heading-weight"],"margin":[1],"open":[1540],"setFocus":[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-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"],"label":[1],"required":[4],"disabled":[516],"checked":[1540],"value":[1537],"identifier":[1],"name":[1],"role":[1],"setFocus":[64]}]]],["duet-badge",[[1,"duet-badge",{"theme":[1025],"variation":[1],"margin":[1]}]]],["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"],"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-layout",[[1,"duet-layout",{"sticky":[4],"margin":[1],"stickyDistance":[1,"sticky-distance"],"center":[4],"tabs":[4],"middle":[4]}]]],["duet-table",[[4,"duet-table",{"theme":[1025],"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"matchesBreakpoint":[32]}]]],["duet-fieldset",[[1,"duet-fieldset",{"theme":[1025],"margin":[1],"caption":[1],"label":[1],"error":[1],"labelHidden":[4,"label-hidden"],"hasTooltip":[32]}]]],["duet-grid_2",[[2,"duet-grid",{"responsive":[4],"breakpoint":[1],"direction":[1],"alignment":[1],"distribution":[1],"mobile":[1]}],[2,"duet-grid-item",{"fill":[4],"maxWidth":[1,"max-width"],"minWidth":[1,"min-width"],"theme":[1025],"margin":[1],"responsive":[4],"breakpoint":[1]}]]],["duet-list_2",[[1,"duet-list",{"theme":[1025],"margin":[1],"padding":[1],"mobile":[1],"breakpoint":[1],"variation":[1],"labelWidth":[1,"label-width"]}],[1,"duet-list-item"]]],["duet-divider_2",[[1,"duet-divider",{"theme":[1025],"margin":[1]}],[1,"duet-spacer",{"size":[1],"direction":[1],"breakpoint":[1]}]]],["duet-visually-hidden",[[1,"duet-visually-hidden"]]],["duet-icon",[[1,"duet-icon",{"theme":[1025],"icon":[1],"src":[1],"name":[1],"margin":[1],"responsive":[4],"color":[513],"background":[1],"size":[1],"outline":[1],"svgContent":[32]}]]],["duet-select",[[2,"duet-select",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"error":[1],"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]}]]],["duet-empty-state",[[1,"duet-empty-state",{"theme":[1025],"icon":[1],"size":[1]}]]],["duet-tooltip",[[1,"duet-tooltip",{"theme":[1025],"language":[1025],"accessibleLabel":[1,"accessible-label"],"accessibleInputLabel":[1,"accessible-input-label"],"accessibleCloseLabel":[1,"accessible-close-label"],"label":[1],"breakpoint":[1],"direction":[1],"positionVertical":[513,"position-vertical"],"positionHorizontal":[513,"position-horizontal"],"active":[1540],"openDown":[32]},[[9,"scroll","onScroll"],[4,"click","handleDocumentClick"]]]]],["duet-button_2",[[1,"duet-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"loading":[4],"variation":[1],"negative":[4],"theme":[1025],"margin":[1],"padding":[1],"wrapping":[1],"expand":[4],"fixed":[4],"disabled":[516],"name":[1],"value":[1],"identifier":[1],"submit":[516],"external":[4],"language":[1],"accessibleLabelExternalDefaults":[16],"accessibleLabelExternal":[1,"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]}],[1,"duet-spinner",{"accessibleLabel":[1,"accessible-label"],"color":[1],"size":[1],"theme":[1025]}]]],["duet-header_2",[[1,"duet-header",{"theme":[1025],"language":[1025],"accessibleI18nLabelsDefault":[16],"accessibleI18nLabels":[16],"accessibleLabelExternalDefaults":[16],"accessibleLabelExternal":[1,"accessible-label-external"],"accessibleLabelDefault":[16],"accessibleLabel":[1,"accessible-label"],"user":[8],"logoHref":[1,"logo-href"],"currentHref":[1025,"current-href"],"skipToId":[1,"skip-to-id"],"items":[8],"region":[1],"session":[8],"back":[8],"contact":[1],"contactItems":[8,"contact-items"],"languageItems":[8,"language-items"],"isContactOpen":[32],"isLanguageOpen":[32],"isSlideOutOpen":[32],"processedItems":[32],"processedLanguageItems":[32],"processedContactItems":[32],"processedSession":[32],"processedUser":[32],"processedBack":[32],"closeMenus":[64],"setFocus":[64]},[[8,"keyup","handleKeyUp"],[8,"keydown","handleKeyDown"],[4,"focus","handleDocumentClick"],[4,"click","handleDocumentClick"]]],[1,"duet-logo",{"theme":[1025],"margin":[1],"inverse":[4],"size":[1],"href":[1537],"language":[1537],"setFocus":[64]}]]],["duet-caption_4",[[17,"duet-link",{"accessibleLabel":[1,"accessible-label"],"language":[1025],"accessibleLabelExternalDefaults":[16],"accessibleLabelExternal":[1,"accessible-label-external"],"identifier":[1],"theme":[1025],"url":[513],"external":[4],"setFocus":[64]}],[1,"duet-paragraph",{"theme":[1025],"margin":[1],"size":[1],"variation":[1],"color":[1]}],[1,"duet-heading",{"level":[513],"margin":[1],"visualLevel":[1,"visual-level"],"border":[4],"weight":[1],"color":[1],"theme":[1025],"hyphenate":[4]}],[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"],"accessibleDescribedBy":[1,"accessible-described-by"],"debounce":[2],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"type":[1],"label":[1],"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"],"setFocus":[64]}],[6,"duet-label",{"theme":[1025],"for":[1],"margin":[1],"size":[1]}]]]]'),i)}))};export{defineCustomElements};
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
4
+ import{p as promiseResolve,b as bootstrapLazy}from"./index-6e246691.js";import{g as globalScripts}from"./app-globals-6641e444.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(e,a){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){globalScripts();return bootstrapLazy(JSON.parse('[["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],"value":[1537],"disabled":[4]}],[6,"duet-choice",{"theme":[1025],"label":[1],"accessibleLabelInfoButtonDefaults":[1,"accessible-label-info-default"],"accessibleLabelInfoButton":[1,"accessible-label-info-button"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"caption":[1],"value":[1537],"type":[513],"name":[1],"checked":[1540],"collapsible":[4],"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],"isHovering":[32],"isInfoOpen":[32],"isBlurred":[32],"setFocus":[64]},[[2,"blur","handleHostBlur"],[2,"keydown","handleHostKeyDown"],[2,"keyup","handleHostKeyUp"]]]]],["duet-hero",[[1,"duet-hero",{"theme":[1025],"heading":[1],"preHeading":[1,"pre-heading"],"level":[1],"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":[1,"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],"processedListItems":[32],"processedActions":[32],"processedBack":[32]}]]],["duet-textarea",[[2,"duet-textarea",{"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"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]}]]],["duet-tab_2",[[6,"duet-tab-group",{"theme":[1025],"variation":[1],"language":[1025],"labelDefaults":[1,"label-default"],"label":[1],"labelHidden":[4,"label-hidden"],"margin":[1],"padding":[1],"tabs":[32],"selected":[32],"openTab":[64],"refresh":[64]}],[6,"duet-tab",{"label":[513],"selected":[516]}]]],["duet-date-picker",[[2,"duet-date-picker",{"theme":[1025],"expand":[4],"name":[1],"identifier":[1],"label":[1],"caption":[1],"margin":[1],"language":[1],"placeholderDefaults":[1,"placeholder-default"],"placeholder":[1],"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],"validity":[1040],"open":[32],"focusedDay":[32],"inputValue":[32],"setFocus":[64],"show":[64],"hide":[64]},[[4,"click","handleDocumentClick"]]]]],["duet-modal",[[1,"duet-modal",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"size":[1],"gutterSize":[1,"gutter-size"],"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"icon":[1],"color":[1],"active":[1540],"open":[32],"show":[64],"hide":[64]},[[8,"keyup","handleKeyUp"]]]]],["duet-number-input",[[2,"duet-number-input",{"language":[1025],"locale":[1],"unit":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLiveDefaults":[1,"accessible-live-default"],"accessibleLive":[1,"accessible-live"],"accessibleLiveEnabled":[4,"accessible-live-enabled"],"accessibleAddDefaults":[1,"accessible-add-default"],"accessibleAdd":[1,"accessible-add"],"accessibleSubtractDefaults":[1,"accessible-subtract-defaults"],"accessibleSubtract":[1,"accessible-subtract"],"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"min":[2],"labelDefaults":[1,"label-default"],"label":[1],"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]}]]],["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]}],[2,"duet-radio",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"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-cookie-consent",[[1,"duet-cookie-consent",{"accessibleLabel":[1,"accessible-label"],"theme":[1025]}]]],["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":[1],"accessibleLabelUnreadDefaults":[16],"accessibleLabelUnread":[1,"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":[514]},[[0,"duetStepClick","onDuetStepClick"]]]]],["duet-alert",[[1,"duet-alert",{"theme":[1025],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1,"accessible-label"],"announcements":[4],"icon":[1],"autoDismiss":[2,"auto-dismiss"],"margin":[1],"padding":[1],"variation":[1],"dismissible":[4],"isDismissed":[32],"timeoutID":[32]}]]],["duet-footer",[[1,"duet-footer",{"theme":[1025],"variation":[1],"margin":[1],"logoHref":[1,"logo-href"],"language":[1025],"items":[8],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"menu":[8],"processedItems":[32],"processedMenu":[32]}]]],["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"],"icon":[1],"image":[1],"background":[1],"padding":[1],"margin":[1],"theme":[1025],"url":[1],"setFocus":[64]}]]],["duet-tray",[[1,"duet-tray",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"accessibleOpenLabelDefaults":[1,"accessible-open-label-default"],"accessibleOpenLabel":[1,"accessible-open-label"],"theme":[1025],"active":[516],"autoHide":[4,"auto-hide"],"responsive":[4],"expanded":[32],"hiddenState":[32]},[[9,"scroll","getFrame"],[16,"click","handleBodyClick"]]]]],["duet-collapsible",[[1,"duet-collapsible",{"theme":[1025],"heading":[1],"headingWeight":[1,"heading-weight"],"headingSize":[1,"heading-size"],"headingLevel":[1,"heading-level"],"margin":[1],"open":[1540],"setFocus":[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-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"],"label":[1],"required":[4],"disabled":[516],"checked":[1540],"value":[1537],"identifier":[1],"name":[1],"role":[1],"setFocus":[64]}]]],["duet-badge",[[1,"duet-badge",{"theme":[1025],"variation":[1],"margin":[1]}]]],["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"],"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-layout",[[1,"duet-layout",{"sticky":[4],"margin":[1],"stickyDistance":[1,"sticky-distance"],"center":[4],"tabs":[4],"middle":[4]}]]],["duet-table",[[4,"duet-table",{"theme":[1025],"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"matchesBreakpoint":[32]}]]],["duet-fieldset",[[1,"duet-fieldset",{"theme":[1025],"margin":[1],"caption":[1],"label":[1],"error":[1],"labelHidden":[4,"label-hidden"],"hasTooltip":[32]}]]],["duet-grid_2",[[2,"duet-grid",{"responsive":[4],"breakpoint":[1],"direction":[1],"alignment":[1],"distribution":[1],"mobile":[1]}],[2,"duet-grid-item",{"fill":[4],"maxWidth":[1,"max-width"],"minWidth":[1,"min-width"],"theme":[1025],"margin":[1],"responsive":[4],"breakpoint":[1]}]]],["duet-list_2",[[1,"duet-list",{"theme":[1025],"margin":[1],"padding":[1],"mobile":[1],"breakpoint":[1],"variation":[1],"labelWidth":[1,"label-width"]}],[1,"duet-list-item"]]],["duet-divider_2",[[1,"duet-divider",{"theme":[1025],"margin":[1]}],[1,"duet-spacer",{"size":[1],"direction":[1],"breakpoint":[1]}]]],["duet-visually-hidden",[[1,"duet-visually-hidden"]]],["duet-icon",[[1,"duet-icon",{"theme":[1025],"icon":[1],"src":[1],"name":[1],"margin":[1],"responsive":[4],"color":[513],"background":[1],"size":[1],"outline":[1],"svgContent":[32]}]]],["duet-select",[[2,"duet-select",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"error":[1],"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]}]]],["duet-empty-state",[[1,"duet-empty-state",{"theme":[1025],"icon":[1],"size":[1]}]]],["duet-tooltip",[[1,"duet-tooltip",{"theme":[1025],"language":[1025],"accessibleLabelDefault":[1,"accessible-label-default"],"accessibleLabel":[1,"accessible-label"],"accessibleInputLabel":[1,"accessible-input-label"],"accessibleCloseLabelDefault":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"label":[1],"breakpoint":[1],"direction":[1],"positionVertical":[513,"position-vertical"],"positionHorizontal":[513,"position-horizontal"],"active":[1540],"openDown":[32]},[[9,"scroll","onScroll"],[4,"click","handleDocumentClick"]]]]],["duet-button_2",[[1,"duet-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"loading":[4],"variation":[1],"negative":[4],"theme":[1025],"margin":[1],"padding":[1],"wrapping":[1],"expand":[4],"fixed":[4],"disabled":[516],"name":[1],"value":[1],"identifier":[1],"submit":[516],"external":[4],"language":[1],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"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]}],[1,"duet-spinner",{"accessibleLabel":[1,"accessible-label"],"color":[1],"size":[1],"theme":[1025]}]]],["duet-header_2",[[1,"duet-header",{"theme":[1025],"language":[1025],"accessibleI18nLabelsDefaults":[1,"accessible-labels-default"],"accessibleI18nLabels":[16],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1,"accessible-label"],"user":[8],"logoHref":[1,"logo-href"],"currentHref":[1025,"current-href"],"skipToId":[1,"skip-to-id"],"items":[8],"region":[1],"session":[8],"back":[8],"contact":[1],"contactItems":[8,"contact-items"],"languageItems":[8,"language-items"],"isContactOpen":[32],"isLanguageOpen":[32],"isSlideOutOpen":[32],"processedItems":[32],"processedLanguageItems":[32],"processedContactItems":[32],"processedSession":[32],"processedUser":[32],"processedBack":[32],"closeMenus":[64],"setFocus":[64]},[[8,"keyup","handleKeyUp"],[8,"keydown","handleKeyDown"],[4,"focus","handleDocumentClick"],[4,"click","handleDocumentClick"]]],[1,"duet-logo",{"theme":[1025],"margin":[1],"inverse":[4],"size":[1],"href":[1537],"language":[1537],"setFocus":[64]}]]],["duet-caption_4",[[17,"duet-link",{"accessibleLabel":[1,"accessible-label"],"language":[1025],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"identifier":[1],"theme":[1025],"url":[513],"external":[4],"setFocus":[64]}],[1,"duet-paragraph",{"theme":[1025],"margin":[1],"size":[1],"variation":[1],"color":[1]}],[1,"duet-heading",{"level":[513],"margin":[1],"visualLevel":[1,"visual-level"],"border":[4],"weight":[1],"color":[1],"theme":[1025],"hyphenate":[4]}],[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"],"accessibleDescribedBy":[1,"accessible-described-by"],"debounce":[2],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"type":[1],"label":[1],"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"],"setFocus":[64]}],[6,"duet-label",{"theme":[1025],"for":[1],"margin":[1],"size":[1]}]]]]'),a)}))};export{defineCustomElements};
@@ -1,4 +1,7 @@
1
1
  var __spreadArray=this&&this.__spreadArray||function(e,r){for(var t=0,o=r.length,n=e.length;t<o;t++,n++)e[n]=r[t];return e};
2
+ /*!
3
+ * Built with Duet Design System
4
+ */
2
5
  /**
3
6
  * @license
4
7
  * Copyright Google Inc. All Rights Reserved.
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
4
+ function isObject(r){return Object.prototype.toString.call(r)==="[object Object]"}var parsePossibleJSON=function(r){if(Array.isArray(r)||isObject(r)){return r}if(typeof r==="string"){try{return JSON.parse(r)}catch(t){console.warn(t)}}return undefined};if(!String.format){String.format=function(r){var t=Array.prototype.slice.call(arguments,1);return r.replace(/\{\{|\}\}|\{(\d+)\}/g,(function(r,e){return r=="{{"?"{":r=="}}"?"}":t[e]}))}}var MATCH_DISALLOWED_CHARS=/[^a-z0-9áéíóúñüöäå \.,_-]/gim;function sanitizeString(r){return r.replace(MATCH_DISALLOWED_CHARS,"").trim()}var convertHtmlQuotes=function(r){if(typeof r==="string"){return r.replace(/&quot;/g,'"').replace(/&apos;/g,'"')}return r};export{convertHtmlQuotes as c,parsePossibleJSON as p,sanitizeString as s};
@@ -1 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
1
4
  var inheritGlobalTheme=function(e){if(e.theme!=="default"&&document.documentElement.classList.contains("duet-theme-turva")){e.theme="turva"}};export{inheritGlobalTheme as i};
@@ -1 +1,4 @@
1
- import{t as tokens}from"./tokens.module-17f6088f.js";var MATCH_DASH_CASE=/-([a-z])/g;function replaceDashCase(e){return e[1].toUpperCase()}function convertToCamelCase(e){return e.replace(MATCH_DASH_CASE,replaceDashCase)}function convertToColorName(e){if(e.indexOf("color-")===-1&&e.indexOf("-")!==-1){return convertToCamelCase("color-"+e)}if(e.indexOf("color")===-1){return convertToCamelCase("color"+e.charAt(0).toUpperCase()+e.slice(1))}return convertToCamelCase(e)}function getColorByName(e){if(e){return tokens[convertToColorName(e)]}}export{getColorByName as g};
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
4
+ import{t as tokens}from"./tokens.module-edb66c04.js";var MATCH_DASH_CASE=/-([a-z])/g;function replaceDashCase(e){return e[1].toUpperCase()}function convertToCamelCase(e){return e.replace(MATCH_DASH_CASE,replaceDashCase)}function convertToColorName(e){if(e.indexOf("color-")===-1&&e.indexOf("-")!==-1){return convertToCamelCase("color-"+e)}if(e.indexOf("color")===-1){return convertToCamelCase("color"+e.charAt(0).toUpperCase()+e.slice(1))}return convertToCamelCase(e)}function getColorByName(e){if(e){return tokens[convertToColorName(e)]}}export{getColorByName as g};
@@ -1 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
1
4
  var colorWarning="rgb(247, 178, 40)";var colorGrayDarker="rgb(101, 119, 135)";var colorGrayLighter="rgb(245, 248, 250)";var colorCategoryHome="rgb(211, 36, 131)";var colorPrimary="rgb(0, 119, 179)";var colorCategoryVehicle="rgb(54, 74, 129)";var colorSuccess="rgb(0, 135, 90)";var colorCategoryFamily="rgb(11, 114, 136)";var colorPrimaryLightest="rgb(243, 249, 252)";var colorPrimaryLighter="rgb(230, 242, 248)";var colorBrandBlue="rgb(0, 161, 212)";var colorPrimaryDark="rgb(0, 77, 128)";var colorGrayLightest="rgb(255, 255, 255)";var colorCategoryFinance="rgb(122, 1, 196)";var colorGrayDark="rgb(144, 149, 153)";var colorGrayLight="rgb(225, 227, 230)";var colorSecondary="rgb(0, 41, 77)";var colorCategoryPet="rgb(168, 1, 78)";var colorPrimaryLight="rgb(205, 229, 241)";var colorCategoryTravel="rgb(213, 66, 3)";var colorGray="rgb(207, 210, 212)";var colorDanger="rgb(222, 35, 98)";var colorGrayDarkerTurva="rgb(68, 68, 69)";var colorGrayLighterTurva="rgb(245, 245, 247)";var colorCategoryHomeTurva="rgb(161, 10, 78)";var colorPrimaryTurva="rgb(198, 12, 48)";var colorCategoryVehicleTurva="rgb(23, 28, 58)";var colorSuccessTurva="rgb(8, 135, 78)";var colorPrimaryLightestTurva="rgb(252, 243, 244)";var colorCategoryFamilyTurva="rgb(199, 12, 112)";var colorCategoryUnionTurva="rgb(169, 69, 124)";var colorPrimaryLighterTurva="rgb(249, 230, 234)";var colorPrimaryDarkTurva="rgb(148, 9, 37)";var colorGrayLightestTurva="rgb(255, 255, 255)";var colorGrayDarkTurva="rgb(116, 116, 117)";var colorGrayLightTurva="rgb(228, 228, 230)";var colorBrandGrayTurva="rgb(178, 180, 179)";var colorSecondaryTurva="rgb(23, 28, 58)";var colorPrimaryLightTurva="rgb(244, 207, 214)";var colorCategoryTravelTurva="rgb(9, 129, 148)";var colorGrayTurva="rgb(207, 207, 209)";var colorDangerTurva="rgb(224, 42, 13)";var colorWarningTurva="rgb(250, 164, 15)";var colorData07="rgb(192, 101, 247)";var colorData08="rgb(0, 105, 191)";var colorData09="rgb(19, 120, 53)";var colorData10="rgb(179, 60, 24)";var colorData11="rgb(13, 163, 166)";var colorData01="rgb(122, 1, 196)";var colorData12="rgb(11, 114, 136)";var colorData02="rgb(0, 155, 204)";var colorData13="rgb(179, 137, 24)";var colorData03="rgb(27, 171, 75)";var colorData14="rgb(128, 98, 17)";var colorData04="rgb(255, 86, 34)";var colorData15="rgb(0, 41, 77)";var colorData05="rgb(245, 76, 154)";var colorData06="rgb(194, 21, 101)";var fontWeightExtraBold="800";var letterSpacingHeading="-0.01rem";var fontFamilyHeadingTurva="'turva-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'";var fontFamilyTextTurva="'turva-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'";var fontFamilyHeading="'localtapiola-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'";var fontFamilyText="'localtapiola-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'";var fontWeightBold="700";var fontWeightNormal="400";var fontWeightSemiBold="600";var fontSizeXxxxLarge="4.5rem";var fontSizeXxxLarge="3rem";var fontSizeXxLarge="2.25rem";var fontSizeXLarge="1.5rem";var fontSizeLarge="1.25rem";var fontSizeMedium="1rem";var fontSizeSmall="0.875rem";var fontSizeXSmall="0.75rem";var radiusSharp="0";var radiusDefault="4px";var radiusCircle="50%";var radiusPill="20rem";var shadowTooltipTurva="0 2px 10px 0 rgba(117, 117, 117, 0.13)";var shadowDefault="0 2px 6px 0 rgba(0, 41, 77, 0.07)";var shadowTooltip="0 2px 10px 0 rgba(0, 41, 77, 0.07)";var shadowCardTurva="0 2px 6px 0 rgba(117, 117, 117, 0.13), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07)";var shadowModal="0 2px 20px 0 rgba(0, 0, 0, 0.2)";var shadowCard="0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07)";var shadowHoverTurva="0 2px 10px 0 rgba(117, 117, 117, 0.15)";var shadowHover="0 2px 10px 0 rgba(0, 41, 77, 0.1)";var shadowDefaultTurva="0 2px 6px 0 rgba(117, 117, 117, 0.13)";var spaceXxSmall="4px";var spaceLarge="20px";var spaceXSmall="8px";var spaceXxxSmall="2px";var spaceSmall="12px";var spaceMedium="16px";var spaceXxLarge="36px";var spaceXxxxLarge="72px";var spaceXxxxxLarge="94px";var spaceXxxLarge="48px";var spaceXLarge="28px";var sizeIconXxLarge="48px";var sizeFormBorder="1px";var sizeStepMedium="40px";var sizeButtonMinWidth="8rem";var sizeHeader="4rem";var sizeIconXxxLarge="72px";var sizeIconXLarge="36px";var sizeIconXxSmall="10px";var sizeStepSmall="30px";var sizeNavigation="3rem";var sizeIconLarge="30px";var sizeLayoutMaxWidth="1110px";var sizeTappableSquare="48px";var sizeIconXSmall="16px";var sizeIconXxxSmall="7px";var sizeButtonBorder="2px";var sizeIconMedium="24px";var sizeIconSmall="20px";var opacity85="0.85";var opacity75="0.75";var opacity50="0.50";var opacity30="0.30";var zIndexDropdown="600";var zIndexSpinner="800";var zIndexDefault="1";var zIndexToast="500";var zIndexPopup="950";var zIndexModal="900";var zIndexSticky="300";var zIndexMasked="100";var zIndexDeep="-999999";var zIndexOverlay="700";var zIndexMask="200";var zIndexHeader="400";var lineHeightMedium="1.5";var lineHeightSmall="1.25";var lineHeightXSmall="1.1";var transitionQuickly="300ms ease";var transitionSlowly="600ms ease";var mediaQueryXxSmall="'(max-width: 22.5em)'";var mediaQueryXSmall="'(max-width: 35.9375em)'";var mediaQuerySmall="'(min-width: 36em)'";var mediaQueryMedium="'(min-width: 48em)'";var mediaQueryLarge="'(min-width: 62em)'";var mediaQueryXLarge="'(min-width: 64.0625em)'";var mediaQueryXxLarge="'(min-width: 76.25em)'";var mediaQueryXxxLarge="'(min-width: 106.25em)'";var tokens=Object.freeze({__proto__:null,colorWarning:colorWarning,colorGrayDarker:colorGrayDarker,colorGrayLighter:colorGrayLighter,colorCategoryHome:colorCategoryHome,colorPrimary:colorPrimary,colorCategoryVehicle:colorCategoryVehicle,colorSuccess:colorSuccess,colorCategoryFamily:colorCategoryFamily,colorPrimaryLightest:colorPrimaryLightest,colorPrimaryLighter:colorPrimaryLighter,colorBrandBlue:colorBrandBlue,colorPrimaryDark:colorPrimaryDark,colorGrayLightest:colorGrayLightest,colorCategoryFinance:colorCategoryFinance,colorGrayDark:colorGrayDark,colorGrayLight:colorGrayLight,colorSecondary:colorSecondary,colorCategoryPet:colorCategoryPet,colorPrimaryLight:colorPrimaryLight,colorCategoryTravel:colorCategoryTravel,colorGray:colorGray,colorDanger:colorDanger,colorGrayDarkerTurva:colorGrayDarkerTurva,colorGrayLighterTurva:colorGrayLighterTurva,colorCategoryHomeTurva:colorCategoryHomeTurva,colorPrimaryTurva:colorPrimaryTurva,colorCategoryVehicleTurva:colorCategoryVehicleTurva,colorSuccessTurva:colorSuccessTurva,colorPrimaryLightestTurva:colorPrimaryLightestTurva,colorCategoryFamilyTurva:colorCategoryFamilyTurva,colorCategoryUnionTurva:colorCategoryUnionTurva,colorPrimaryLighterTurva:colorPrimaryLighterTurva,colorPrimaryDarkTurva:colorPrimaryDarkTurva,colorGrayLightestTurva:colorGrayLightestTurva,colorGrayDarkTurva:colorGrayDarkTurva,colorGrayLightTurva:colorGrayLightTurva,colorBrandGrayTurva:colorBrandGrayTurva,colorSecondaryTurva:colorSecondaryTurva,colorPrimaryLightTurva:colorPrimaryLightTurva,colorCategoryTravelTurva:colorCategoryTravelTurva,colorGrayTurva:colorGrayTurva,colorDangerTurva:colorDangerTurva,colorWarningTurva:colorWarningTurva,colorData07:colorData07,colorData08:colorData08,colorData09:colorData09,colorData10:colorData10,colorData11:colorData11,colorData01:colorData01,colorData12:colorData12,colorData02:colorData02,colorData13:colorData13,colorData03:colorData03,colorData14:colorData14,colorData04:colorData04,colorData15:colorData15,colorData05:colorData05,colorData06:colorData06,fontWeightExtraBold:fontWeightExtraBold,letterSpacingHeading:letterSpacingHeading,fontFamilyHeadingTurva:fontFamilyHeadingTurva,fontFamilyTextTurva:fontFamilyTextTurva,fontFamilyHeading:fontFamilyHeading,fontFamilyText:fontFamilyText,fontWeightBold:fontWeightBold,fontWeightNormal:fontWeightNormal,fontWeightSemiBold:fontWeightSemiBold,fontSizeXxxxLarge:fontSizeXxxxLarge,fontSizeXxxLarge:fontSizeXxxLarge,fontSizeXxLarge:fontSizeXxLarge,fontSizeXLarge:fontSizeXLarge,fontSizeLarge:fontSizeLarge,fontSizeMedium:fontSizeMedium,fontSizeSmall:fontSizeSmall,fontSizeXSmall:fontSizeXSmall,radiusSharp:radiusSharp,radiusDefault:radiusDefault,radiusCircle:radiusCircle,radiusPill:radiusPill,shadowTooltipTurva:shadowTooltipTurva,shadowDefault:shadowDefault,shadowTooltip:shadowTooltip,shadowCardTurva:shadowCardTurva,shadowModal:shadowModal,shadowCard:shadowCard,shadowHoverTurva:shadowHoverTurva,shadowHover:shadowHover,shadowDefaultTurva:shadowDefaultTurva,spaceXxSmall:spaceXxSmall,spaceLarge:spaceLarge,spaceXSmall:spaceXSmall,spaceXxxSmall:spaceXxxSmall,spaceSmall:spaceSmall,spaceMedium:spaceMedium,spaceXxLarge:spaceXxLarge,spaceXxxxLarge:spaceXxxxLarge,spaceXxxxxLarge:spaceXxxxxLarge,spaceXxxLarge:spaceXxxLarge,spaceXLarge:spaceXLarge,sizeIconXxLarge:sizeIconXxLarge,sizeFormBorder:sizeFormBorder,sizeStepMedium:sizeStepMedium,sizeButtonMinWidth:sizeButtonMinWidth,sizeHeader:sizeHeader,sizeIconXxxLarge:sizeIconXxxLarge,sizeIconXLarge:sizeIconXLarge,sizeIconXxSmall:sizeIconXxSmall,sizeStepSmall:sizeStepSmall,sizeNavigation:sizeNavigation,sizeIconLarge:sizeIconLarge,sizeLayoutMaxWidth:sizeLayoutMaxWidth,sizeTappableSquare:sizeTappableSquare,sizeIconXSmall:sizeIconXSmall,sizeIconXxxSmall:sizeIconXxxSmall,sizeButtonBorder:sizeButtonBorder,sizeIconMedium:sizeIconMedium,sizeIconSmall:sizeIconSmall,opacity85:opacity85,opacity75:opacity75,opacity50:opacity50,opacity30:opacity30,zIndexDropdown:zIndexDropdown,zIndexSpinner:zIndexSpinner,zIndexDefault:zIndexDefault,zIndexToast:zIndexToast,zIndexPopup:zIndexPopup,zIndexModal:zIndexModal,zIndexSticky:zIndexSticky,zIndexMasked:zIndexMasked,zIndexDeep:zIndexDeep,zIndexOverlay:zIndexOverlay,zIndexMask:zIndexMask,zIndexHeader:zIndexHeader,lineHeightMedium:lineHeightMedium,lineHeightSmall:lineHeightSmall,lineHeightXSmall:lineHeightXSmall,transitionQuickly:transitionQuickly,transitionSlowly:transitionSlowly,mediaQueryXxSmall:mediaQueryXxSmall,mediaQueryXSmall:mediaQueryXSmall,mediaQuerySmall:mediaQuerySmall,mediaQueryMedium:mediaQueryMedium,mediaQueryLarge:mediaQueryLarge,mediaQueryXLarge:mediaQueryXLarge,mediaQueryXxLarge:mediaQueryXxLarge,mediaQueryXxxLarge:mediaQueryXxxLarge});export{colorGrayTurva as a,colorPrimary as b,colorPrimaryTurva as c,colorGray as d,mediaQueryLarge as e,mediaQueryXLarge as f,mediaQueryXxLarge as g,mediaQueryXxxLarge as h,mediaQuerySmall as i,sizeHeader as j,colorGrayLightest as k,colorBrandGrayTurva as l,mediaQueryMedium as m,colorBrandBlue as n,sizeNavigation as s,tokens as t};
@@ -1 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
1
4
  var watchForOptions=function(e,t,n){var r;if(typeof MutationObserver!=="undefined"){r=new MutationObserver((function(e){n(getSelectedOption(e,t))}));r.observe(e,{childList:true,subtree:true})}return r};var getSelectedOption=function(e,t){var n;e.forEach((function(e){for(var r=0;r<e.addedNodes.length;r++){n=findCheckedOption(e.addedNodes[r],t)||n}}));return n};var findCheckedOption=function(e,t){if(e.nodeType!==1){return undefined}var n=e.tagName===t.toUpperCase()?[e]:Array.from(e.querySelectorAll(t));return n.find((function(e){return e.checked===true}))};export{findCheckedOption as f,watchForOptions as w};
@@ -12,6 +12,10 @@
12
12
  "name": "accessible-label",
13
13
  "description": "Adds accessible label for the dismissible alert close button."
14
14
  },
15
+ {
16
+ "name": "accessible-label-default",
17
+ "description": "Property to change languageDefaults on the component.\nnormally you would handle these strings on an application level and override @accessibleLabel when needed"
18
+ },
15
19
  {
16
20
  "name": "announcements",
17
21
  "description": "Enable or disabled announcements by assistive technologies."
@@ -178,6 +182,10 @@
178
182
  "name": "accessible-label-external",
179
183
  "description": "Adds accessible label for tooltip that is shown in external link (url & external have both been set)"
180
184
  },
185
+ {
186
+ "name": "accessible-label-external-default",
187
+ "description": "Property to change accessibleLabelExternal defaults on the component.\nnormally you would handle these strings on an application level and override @accessibleLabelExternal when needed"
188
+ },
181
189
  {
182
190
  "name": "accessible-owns",
183
191
  "description": "Indicates the id of a component owned by the button."
@@ -671,6 +679,10 @@
671
679
  "name": "accessible-label-info-button",
672
680
  "description": "Accessible label that is read for screen reader users in the info toggle trigger button.\nNot visible for normal users."
673
681
  },
682
+ {
683
+ "name": "accessible-label-info-default",
684
+ "description": "Property to change accessibleLabelInfoButton defaults on the component.\nnormally you would handle these strings on an application level and override @accessibleLabelInfoButton when needed"
685
+ },
674
686
  {
675
687
  "name": "accessible-owns",
676
688
  "description": "Indicates the id of a component owned by the choice."
@@ -881,13 +893,67 @@
881
893
  "name": "duet-collapsible",
882
894
  "description": {
883
895
  "kind": "markdown",
884
- "value": "---\ntitle: Collapsible\nname: duet-collapsible\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.4.13\nssr: Supported\nintro: Collapsible is a disclosure component used to reveal additional content.\n It should contain a heading, followed by any additional content that is\n revealed on click.\nexamples:\n - name: collapsible\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Basic collapsible usage\n file: fixtures/duet-collapsible_basic_collapsible_usage.html\n - name: Multiple collapsible elements\n file: fixtures/duet-collapsible_multiple_collapsible_elements.html\n - name: Collapsible that is initially open\n file: fixtures/duet-collapsible_collapsible_that_is_initially_open.html\n - name: Collapsible using normal font-weight for heading\n file: fixtures/duet-collapsible_collapsible_using_normal_font-weight_for_heading.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
896
+ "value": "---\ntitle: Collapsible\nname: duet-collapsible\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.4.13\nssr: Supported\nintro: Collapsible is a disclosure component used to reveal additional content.\n It should contain a heading, followed by any additional content that is\n revealed on click.\ntags:\n - docs-components\nexamples:\n - name: collapsible\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Basic collapsible usage\n file: fixtures/duet-collapsible_basic_collapsible_usage.html\n - name: Multiple collapsible elements\n file: fixtures/duet-collapsible_multiple_collapsible_elements.html\n - name: Collapsible that is initially open\n file: fixtures/duet-collapsible_collapsible_that_is_initially_open.html\n - name: Collapsible using normal font-weight for heading\n file: fixtures/duet-collapsible_collapsible_using_normal_font-weight_for_heading.html\n - name: Collapsible using sizes\n file: fixtures/duet-collapsible_collapsible_using_sizes.html\n\n---\n\n<!-- usage -->"
885
897
  },
886
898
  "attributes": [
887
899
  {
888
900
  "name": "heading",
889
901
  "description": "The content for the collapsible heading."
890
902
  },
903
+ {
904
+ "name": "heading-level",
905
+ "description": "The actual heading level used for the heading in html markup. This setting\nexists for accessibility reasons. It doesn’t change the style visually.\nonly variations of h1-h6 area accepted",
906
+ "values": [
907
+ {
908
+ "name": "h1"
909
+ },
910
+ {
911
+ "name": "h2"
912
+ },
913
+ {
914
+ "name": "h3"
915
+ },
916
+ {
917
+ "name": "h4"
918
+ },
919
+ {
920
+ "name": "h5"
921
+ },
922
+ {
923
+ "name": "h6"
924
+ }
925
+ ]
926
+ },
927
+ {
928
+ "name": "heading-size",
929
+ "description": "Custom headingSize to be used for font size of heading, as a design token entered\nin kebab-case x-small -> font-size-x-small.\nExample:\n# 12px (0.75rem) ------ +2px (x-small)\n# 14px (0.875rem) ------ +2px (small)\n# 16px (1rem) ------ +2px (medium)\n# 20px (1.25rem) ------ +4px (large)\n# 24px (1.5rem) ------ +4px (x-large)\n# 36px (2.25rem) ------ +12px (xx-large)\n# 48px (3rem) ------ +12px (xxx-large)\n# 72px (4.5rem) ------ +24px (xxxx-large)",
930
+ "values": [
931
+ {
932
+ "name": "large"
933
+ },
934
+ {
935
+ "name": "medium"
936
+ },
937
+ {
938
+ "name": "small"
939
+ },
940
+ {
941
+ "name": "x-large"
942
+ },
943
+ {
944
+ "name": "x-small"
945
+ },
946
+ {
947
+ "name": "xx-large"
948
+ },
949
+ {
950
+ "name": "xxx-large"
951
+ },
952
+ {
953
+ "name": "xxxx-large"
954
+ }
955
+ ]
956
+ },
891
957
  {
892
958
  "name": "heading-weight",
893
959
  "description": "The font weight of the heading",
@@ -1077,6 +1143,10 @@
1077
1143
  "name": "placeholder",
1078
1144
  "description": "Hint text to display before the user types into the date picker input."
1079
1145
  },
1146
+ {
1147
+ "name": "placeholder-default",
1148
+ "description": "Placeholder defaults"
1149
+ },
1080
1150
  {
1081
1151
  "name": "required",
1082
1152
  "description": "Set whether the input is required or not. Please note that this is necessary for\naccessible inputs when the user is required to fill them. When using this property\nyou need to also set “novalidate” attribute to your form element to prevent\nbrowser from displaying its own validation errors."
@@ -1279,6 +1349,10 @@
1279
1349
  "name": "accessible-label-external",
1280
1350
  "description": "Adds accessible label for tooltip that is shown in external link (url & external have both been set)"
1281
1351
  },
1352
+ {
1353
+ "name": "accessible-label-external-default",
1354
+ "description": "Property to change accessibleLabelExternal defaults on the component.\nnormally you would handle these strings on an application level and override @accessibleLabelExternal when needed"
1355
+ },
1282
1356
  {
1283
1357
  "name": "items",
1284
1358
  "description": "An array of items for the main footer links. Items have to include mandatory\n\"label\", \"href\" and \"icon\" fields to work. Additionally, you can pass an \"id\"\nthat is added as an HTML identifier for the anchor tag."
@@ -1520,14 +1594,26 @@
1520
1594
  "value": "---\ntitle: Header\nname: duet-header\nstatus: ready\nreleased: 3.0.0\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nssr: Supported\ncategory: Navigation\nintro: Header is used to display the logo, primary navigation and utility menus.\n It’s always visible at the top of the interface and can be configured to show\n just the logo and a back link.\ndescription: Header contains your application’s primary navigation items that\n perform an action when clicked. Each action in the header should navigate to a\n href or trigger another action like a <a href=\"/components/modal/\">Modal\n overlay</a>.\nplatforms: Web only\ntags:\n - docs-components\nexamples:\n - name: header\n code: This first example creates the actual href and DOCS, hence it needs to be\n here.\n - name: Basic header with different options\n file: fixtures/duet-header_basic_header_with_different_options.html\n - name: Header in English without region and contact menu\n file: fixtures/duet-header_header_in_english_without_region_and_contact_menu.html\n - name: In Swedish with just the main navigation and logout link\n file: fixtures/duet-header_in_swedish_with_just_the_main_navigation_and_logout_link.html\n - name: Header showing only the logo and a back button\n file: fixtures/duet-header_header_showing_only_the_logo_and_a_back_button.html\n - name: Logged out version that only shows the logo and a login link\n file: fixtures/duet-header_logged_out_version_that_only_shows_the_logo_and_a_login_link.html\n - name: Passing arrays and objects to Header as JSON via attributes for SSR support\n file: fixtures/duet-header_passing_arrays_and_objects_to_header_as_json_via_attributes_for_ssr_support.html\n - name: Using the logo-utility slot\n file: fixtures/duet-header_using_the_logo-utility_slot.html\n\n---\n\n<!-- usage -->"
1521
1595
  },
1522
1596
  "attributes": [
1597
+ {
1598
+ "name": "accessible-labels-default",
1599
+ "description": "Default strings for accessibleI18nLabels"
1600
+ },
1523
1601
  {
1524
1602
  "name": "accessible-label",
1525
1603
  "description": "Accessible label that is shown for screen reader users in the mobile\nnavigation toggle. Not visible for normal users."
1526
1604
  },
1605
+ {
1606
+ "name": "accessible-label-default",
1607
+ "description": "Property to change accessibleLabel defaults on the component.\nnormally you would handle these strings on an application level and override @accessibleLabel when needed"
1608
+ },
1527
1609
  {
1528
1610
  "name": "accessible-label-external",
1529
1611
  "description": "Adds accessible label for tooltip that is shown in external link (url & external have both been set)"
1530
1612
  },
1613
+ {
1614
+ "name": "accessible-label-external-default",
1615
+ "description": "Property to change accessibleLabelExternal defaults on the component.\nnormally you would handle these strings on an application level and override @accessibleLabelExternal when needed"
1616
+ },
1531
1617
  {
1532
1618
  "name": "back",
1533
1619
  "description": "An object that includes mandatory \"label\" and \"href\" fields for the back link.\nAdditionally, you can pass an \"id\" that is added as an HTML identifier for the\nelement. If nothing is passed, back link won’t be shown. **NOTE: The back link\nshould be ONLY used in combination with language and logoHref props.**"
@@ -1732,6 +1818,10 @@
1732
1818
  "name": "accessible-label-external",
1733
1819
  "description": "Adds accessible label for tooltip that is shown in external link (url & external have both been set)"
1734
1820
  },
1821
+ {
1822
+ "name": "accessible-label-external-default",
1823
+ "description": "Defaults for accessibleLabelExternal"
1824
+ },
1735
1825
  {
1736
1826
  "name": "actions",
1737
1827
  "description": "An array of items for the main actions. Items have to include mandatory\n\"label\", \"href\" and \"icon\" fields to work. Additionally, you can pass an \"id\"\nthat is added as an HTML identifier for the anchor tag."
@@ -2317,6 +2407,10 @@
2317
2407
  "name": "accessible-label-external",
2318
2408
  "description": "Adds accessible label for tooltip that is shown in external link (url & external have both been set)"
2319
2409
  },
2410
+ {
2411
+ "name": "accessible-label-external-default",
2412
+ "description": "Defaults for accessibleLabelExternal"
2413
+ },
2320
2414
  {
2321
2415
  "name": "external",
2322
2416
  "description": "Forces URL to open in a new browser tab. Used together with URL prop."
@@ -2484,7 +2578,7 @@
2484
2578
  "name": "duet-logo",
2485
2579
  "description": {
2486
2580
  "kind": "markdown",
2487
- "value": "---\ntitle: Logo\nname: duet-logo\nstatus: ready\nreleased: 1.0.49\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nssr: Supported\ncategory: Images and icons\nintro: Logo is a component used inside the <a\n href=\"/components/hader/\">Header</a> and <a\n href=\"/components/footer/\">Footer</a> components. Logo prodives options to\n customize the language and appearance in addition to theme.\nplatforms: Web only\ntags:\n - docs-components\nexamples:\n - name: logo\n code: This first example creates the actual href and DOCS, hence it needs to be\n here.\n - name: LähiTapiola logo\n file: fixtures/duet-logo_lähitapiola_logo.html\n\n---\n\n<!-- usage -->"
2581
+ "value": "---\ntitle: Logo\nname: duet-logo\nstatus: ready\nreleased: 1.0.49\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nssr: Supported\ncategory: Images and icons\nintro: Logo is a component used inside the <a\n href=\"/components/hader/\">Header</a> and <a\n href=\"/components/footer/\">Footer</a> components. Logo prodives options to\n customize the language and appearance in addition to theme.\nplatforms: Web only\ntags:\n - docs-components\nexamples:\n - name: logo\n code: This first example creates the actual href and DOCS, hence it needs to be\n here.\n - name: LähiTapiola logo\n file: fixtures/duet-logo_lahitapiola_logo.html\n\n---\n\n<!-- usage -->"
2488
2582
  },
2489
2583
  "attributes": [
2490
2584
  {
@@ -2565,6 +2659,10 @@
2565
2659
  "name": "accessible-close-label",
2566
2660
  "description": "Adds accessible label for the close icon that is only shown for screen\nreaders. This property is always required to create an accessibly interface!\nSwedish translation for this property is “Stäng fönstret”."
2567
2661
  },
2662
+ {
2663
+ "name": "accessible-close-label-default",
2664
+ "description": "Defaults for accessibleCloseLabel"
2665
+ },
2568
2666
  {
2569
2667
  "name": "active",
2570
2668
  "description": "Use this property when you need to have the modal dialog initially active."
@@ -2743,6 +2841,10 @@
2743
2841
  "name": "accessible-label-notifications",
2744
2842
  "description": "Adds accessible label for tooltip that is shown for notifications"
2745
2843
  },
2844
+ {
2845
+ "name": "accessible-label-notification-default",
2846
+ "description": "Defaults for accessibleLabelNotifications"
2847
+ },
2746
2848
  {
2747
2849
  "name": "badge",
2748
2850
  "description": "Show a badge that indicates something has changed."
@@ -2817,6 +2919,10 @@
2817
2919
  "name": "accessible-add",
2818
2920
  "description": "Accessible label for the add button that is read for screen reader users."
2819
2921
  },
2922
+ {
2923
+ "name": "accessible-add-default",
2924
+ "description": "Defaults for accessibleAdd"
2925
+ },
2820
2926
  {
2821
2927
  "name": "accessible-controls",
2822
2928
  "description": "Use this prop to add an aria-controls attribute. Use the attribute to\nindicate the id of a component controlled by this component."
@@ -2829,6 +2935,10 @@
2829
2935
  "name": "accessible-live",
2830
2936
  "description": "Format of message used to announce current amount when switching between amounts.\nThe string {current} is replaced with the current amount."
2831
2937
  },
2938
+ {
2939
+ "name": "accessible-live-default",
2940
+ "description": "Defaults for accessibleLive"
2941
+ },
2832
2942
  {
2833
2943
  "name": "accessible-live-enabled",
2834
2944
  "description": "Disables the aria-live messaging used internally in this component. This could be useful when you want to use custom aria-live messages instead."
@@ -2841,6 +2951,10 @@
2841
2951
  "name": "accessible-subtract",
2842
2952
  "description": "Accessible label for the subtract button that is read for screen reader users."
2843
2953
  },
2954
+ {
2955
+ "name": "accessible-subtract-defaults",
2956
+ "description": "Defaults for accessibleSubtract"
2957
+ },
2844
2958
  {
2845
2959
  "name": "disabled",
2846
2960
  "description": "Makes the number input component disabled. This prevents users from being able to\ninteract with the input, and conveys its inactive state to assistive technologies."
@@ -2861,6 +2975,10 @@
2861
2975
  "name": "label",
2862
2976
  "description": "Label for the number input."
2863
2977
  },
2978
+ {
2979
+ "name": "label-default",
2980
+ "description": "Defaults for Label"
2981
+ },
2864
2982
  {
2865
2983
  "name": "label-hidden",
2866
2984
  "description": "Visually hide the label, but still show it to screen readers."
@@ -3766,6 +3884,10 @@
3766
3884
  "name": "label",
3767
3885
  "description": "Label for the select element which gets shown on mobile."
3768
3886
  },
3887
+ {
3888
+ "name": "label-default",
3889
+ "description": "Defaults for Label"
3890
+ },
3769
3891
  {
3770
3892
  "name": "label-hidden",
3771
3893
  "description": "Determines whether the label for the select element shown on mobile is visually hidden."
@@ -4189,10 +4311,18 @@
4189
4311
  "name": "accessible-close-label",
4190
4312
  "description": "Adds accessible label for the close icon that is only shown for screen\nreaders. This property is always required to create an accessibly interface!"
4191
4313
  },
4314
+ {
4315
+ "name": "accessible-close-label-default",
4316
+ "description": "Default language strings for the accessibleCloseLabel"
4317
+ },
4192
4318
  {
4193
4319
  "name": "accessible-label",
4194
4320
  "description": "Adds accessible label for the info icon that is only shown for screen\nreaders. This property is always required to create an accessible interface!"
4195
4321
  },
4322
+ {
4323
+ "name": "accessible-label-default",
4324
+ "description": "Default language strings for the accessibleLabel"
4325
+ },
4196
4326
  {
4197
4327
  "name": "active",
4198
4328
  "description": "Toggle whether the tooltip is initially visible or not. This property should\nnot be used in production in most cases."
@@ -4282,10 +4412,18 @@
4282
4412
  "name": "accessible-close-label",
4283
4413
  "description": "Accessible label that is shown for screen reader users in the expandable\nclose toggle. Not visible for normal users."
4284
4414
  },
4415
+ {
4416
+ "name": "accessible-close-label-default",
4417
+ "description": "Defaults for accessibleCloseLabel"
4418
+ },
4285
4419
  {
4286
4420
  "name": "accessible-open-label",
4287
4421
  "description": "Accessible label that is shown for screen reader users in the expandable\nopen toggle. Not visible for normal users."
4288
4422
  },
4423
+ {
4424
+ "name": "accessible-open-label-default",
4425
+ "description": "Defaults for accessibleOpenLabel"
4426
+ },
4289
4427
  {
4290
4428
  "name": "active",
4291
4429
  "description": "Toggle whether the info panel is visible or not. You can use this\nproperty e.g. when pricing information is revealed to the user."
package/lib/loader/cdn.js CHANGED
@@ -1,3 +1,5 @@
1
-
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
2
4
  module.exports = require('../cjs/loader.cjs.js');
3
5
  module.exports.applyPolyfills = function() { return Promise.resolve() };
@@ -1,3 +1,5 @@
1
-
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
2
4
  module.exports = require('../cjs/loader.cjs.js');
3
5
  module.exports.applyPolyfills = function() { return Promise.resolve() };
@@ -1,4 +1,3 @@
1
-
2
1
  export * from '../types/components';
3
2
  export interface CustomElementsDefineOptions {
4
3
  exclude?: string[];
@@ -1,3 +1,5 @@
1
-
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
2
4
  export * from '../esm/polyfills/index.js';
3
5
  export * from '../esm/loader.js';
@@ -1,4 +1,6 @@
1
-
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
2
4
  (function(){if("undefined"!==typeof window&&void 0!==window.Reflect&&void 0!==window.customElements){var a=HTMLElement;window.HTMLElement=function(){return Reflect.construct(a,[],this.constructor)};HTMLElement.prototype=a.prototype;HTMLElement.prototype.constructor=HTMLElement;Object.setPrototypeOf(HTMLElement,a)}})();
3
5
  export * from '../esm/polyfills/index.js';
4
6
  export * from '../esm-es5/loader.js';
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from "../../stencil-public-runtime";
2
- import { DuetTheme, DuetIconName, DuetStatus, DuetMargin, DuetPadding } from "../../common-types";
2
+ import { DuetIconName, DuetMargin, DuetPadding, DuetStatus, DuetTheme } from "../../common-types";
3
3
  import { DuetLangObject } from "../../utils/language-utils";
4
4
  import { ThemeableComponent } from "../../utils/themeable-component";
5
5
  export declare type DuetAlertEvent = {
@@ -23,10 +23,12 @@ export declare class DuetAlert implements ThemeableComponent {
23
23
  /**
24
24
  * Property to change languageDefaults on the component.
25
25
  * normally you would handle these strings on an application level and override @accessibleLabel when needed
26
+ * @default {fi: "Sulje viesti", sv: "Stäng meddelandet", en: "Close the message"}
26
27
  */
27
- accessibleLabelDefaults: DuetLangObject;
28
+ accessibleLabelDefaults: DuetLangObject | string;
28
29
  /**
29
30
  * Adds accessible label for the dismissible alert close button.
31
+ * @default {fi: "Sulje viesti", sv: "Stäng meddelandet", en: "Close the message"}
30
32
  */
31
33
  accessibleLabel: string;
32
34
  /**
@@ -1,4 +1,4 @@
1
- import { DuetTheme, DuetMargin, DuetStatus } from "../../common-types";
1
+ import { DuetMargin, DuetStatus, DuetTheme } from "../../common-types";
2
2
  import { ThemeableComponent } from "../../utils/themeable-component";
3
3
  export declare class DuetBadge implements ThemeableComponent {
4
4
  /**
@@ -1,8 +1,8 @@
1
1
  import { EventEmitter } from "../../stencil-public-runtime";
2
- import { DuetIconName, DuetTheme, DuetMargin, DuetPadding, DuetColor } from "../../common-types";
3
- import { ThemeableComponent } from "../../utils/themeable-component";
2
+ import { DuetColor, DuetIconName, DuetMargin, DuetPadding, DuetTheme } from "../../common-types";
4
3
  import { FormComponent } from "../../utils/form-components";
5
4
  import { DuetLangObject } from "../../utils/language-utils";
5
+ import { ThemeableComponent } from "../../utils/themeable-component";
6
6
  export declare type DuetButtonVariation = "default" | "primary" | "secondary" | "negative" | "destructive" | "plain";
7
7
  export declare type DuetButtonNegative = true | false | undefined;
8
8
  export declare type DuetButtonWrapping = "auto" | "none";
@@ -119,15 +119,18 @@ export declare class DuetButton implements ThemeableComponent, FormComponent {
119
119
  external: boolean;
120
120
  /**
121
121
  * @deprecated this is now handled via the html lang tag, and is no longer used - kept to avoid breaking changes and ease unit testing
122
+ * @default "fi"
122
123
  */
123
124
  language: string;
124
125
  /**
125
126
  * Property to change accessibleLabelExternal defaults on the component.
126
127
  * normally you would handle these strings on an application level and override @accessibleLabelExternal when needed
128
+ * @default {fi: "Avautuu uuteen ikkunaan",sv: "Öppnas i nytt fönster",en: "Opens in a new window"}
127
129
  */
128
- accessibleLabelExternalDefaults: DuetLangObject;
130
+ accessibleLabelExternalDefaults: DuetLangObject | string;
129
131
  /**
130
132
  * Adds accessible label for tooltip that is shown in external link (url & external have both been set)
133
+ * @default {fi: "Avautuu uuteen ikkunaan",sv: "Öppnas i nytt fönster",en: "Opens in a new window"}
131
134
  */
132
135
  accessibleLabelExternal: string;
133
136
  /**
@@ -1,4 +1,4 @@
1
- import { DuetTheme, DuetMargin } from "../../common-types";
1
+ import { DuetMargin, DuetTheme } from "../../common-types";
2
2
  import { ThemeableComponent } from "../../utils/themeable-component";
3
3
  export declare type DuetCaptionSize = "small" | "medium";
4
4
  export declare class DuetCaption implements ThemeableComponent {
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from "../../stencil-public-runtime";
2
- import { DuetHeadingLevel, DuetIconName, DuetColor, DuetMargin, DuetTheme } from "../../common-types";
2
+ import { DuetColor, DuetHeadingLevel, DuetIconName, DuetMargin, DuetTheme } from "../../common-types";
3
3
  import { ThemeableComponent } from "../../utils/themeable-component";
4
4
  export declare type DuetCardVariation = "default" | "info" | "plain";
5
5
  export declare type DuetCardPadding = "x-large" | "large" | "medium" | "small" | "x-small" | "none";
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter } from "../../stencil-public-runtime";
2
2
  import { DuetMargin, DuetTheme } from "../../common-types";
3
- import { ThemeableComponent } from "../../utils/themeable-component";
4
3
  import { InputComponent } from "../../utils/form-components";
4
+ import { ThemeableComponent } from "../../utils/themeable-component";
5
5
  export declare type DuetCheckboxEvent = {
6
6
  originalEvent?: Event;
7
7
  checked: boolean;