@duetds/components 10.0.0-alpha.13 → 10.0.0-alpha.14

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 (1027) hide show
  1. package/hydrate/index.d.ts +38 -7
  2. package/hydrate/index.js +7554 -3237
  3. package/hydrate/index.mjs +45083 -0
  4. package/lib/cjs/_commonjsHelpers-4N64IRaP.js +10 -0
  5. package/lib/cjs/{a11y-utils-afeb2485.js → a11y-utils-CrefuUbk.js} +1 -1
  6. package/lib/cjs/action-arrow-down-small-CDsSJFvZ.js +21 -0
  7. package/lib/cjs/action-new-window-small-BWlVx6YN.js +21 -0
  8. package/lib/cjs/{app-globals-540cd51d.js → app-globals-CkySA1aW.js} +2 -2
  9. package/lib/cjs/duet-action-button.cjs.entry.js +83 -28
  10. package/lib/cjs/duet-alert.cjs.entry.js +72 -30
  11. package/lib/cjs/duet-badge.cjs.entry.js +16 -6
  12. package/lib/cjs/duet-banner.cjs.entry.js +49 -23
  13. package/lib/cjs/duet-breadcrumb.cjs.entry.js +32 -12
  14. package/lib/cjs/duet-breadcrumbs.cjs.entry.js +17 -11
  15. package/lib/cjs/duet-button_2.cjs.entry.js +147 -54
  16. package/lib/cjs/duet-callout.cjs.entry.js +10 -7
  17. package/lib/cjs/duet-caption_4.cjs.entry.js +175 -34
  18. package/lib/cjs/duet-card.cjs.entry.js +80 -30
  19. package/lib/cjs/duet-checkbox.cjs.entry.js +65 -29
  20. package/lib/cjs/duet-checkmark.cjs.entry.js +18 -6
  21. package/lib/cjs/duet-chip.cjs.entry.js +49 -29
  22. package/lib/cjs/duet-choice_2.cjs.entry.js +212 -74
  23. package/lib/cjs/duet-collapsible.cjs.entry.js +67 -25
  24. package/lib/cjs/duet-combobox.cjs.entry.js +79 -46
  25. package/lib/cjs/duet-contact-card.cjs.entry.js +14 -15
  26. package/lib/cjs/duet-cookie-consent.cjs.entry.js +12 -9
  27. package/lib/cjs/duet-date-picker.cjs.entry.js +142 -52
  28. package/lib/cjs/duet-divider_2.cjs.entry.js +26 -10
  29. package/lib/cjs/duet-editable-table_3.cjs.entry.js +477 -198
  30. package/lib/cjs/duet-empty-state.cjs.entry.js +12 -6
  31. package/lib/cjs/duet-fieldset.cjs.entry.js +38 -19
  32. package/lib/cjs/duet-file-chooser.cjs.entry.js +16 -9
  33. package/lib/cjs/duet-footer.cjs.entry.js +52 -26
  34. package/lib/cjs/duet-grid_2.cjs.entry.js +65 -12
  35. package/lib/cjs/duet-header_2.cjs.entry.js +250 -85
  36. package/lib/cjs/duet-hero.cjs.entry.js +110 -26
  37. package/lib/cjs/duet-icon.cjs.entry.js +50 -11
  38. package/lib/cjs/duet-input_2.cjs.entry.js +181 -69
  39. package/lib/cjs/duet-layout.cjs.entry.js +27 -7
  40. package/lib/cjs/duet-list_2.cjs.entry.js +44 -9
  41. package/lib/cjs/duet-menu-bar-button.cjs.entry.js +21 -13
  42. package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +16 -11
  43. package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +16 -11
  44. package/lib/cjs/duet-menu-bar-item.cjs.entry.js +37 -16
  45. package/lib/cjs/duet-menu-bar-link.cjs.entry.js +15 -7
  46. package/lib/cjs/duet-menu-bar.cjs.entry.js +32 -22
  47. package/lib/cjs/duet-modal.cjs.entry.js +74 -18
  48. package/lib/cjs/duet-multiselect.cjs.entry.js +85 -39
  49. package/lib/cjs/duet-nav.cjs.entry.js +10 -6
  50. package/lib/cjs/duet-notification_2.cjs.entry.js +83 -27
  51. package/lib/cjs/duet-number-input.cjs.entry.js +175 -65
  52. package/lib/cjs/duet-overlay.cjs.entry.js +33 -12
  53. package/lib/cjs/duet-page-heading.cjs.entry.js +13 -8
  54. package/lib/cjs/duet-pagination_2.cjs.entry.js +147 -72
  55. package/lib/cjs/duet-phone-input.cjs.entry.js +76 -35
  56. package/lib/cjs/duet-popup-menu_2.cjs.entry.js +108 -54
  57. package/lib/cjs/duet-progress.cjs.entry.js +31 -12
  58. package/lib/cjs/duet-promo-card.cjs.entry.js +24 -10
  59. package/lib/cjs/duet-radio_2.cjs.entry.js +100 -47
  60. package/lib/cjs/duet-range-slider.cjs.entry.js +70 -34
  61. package/lib/cjs/duet-scrollable_3.cjs.entry.js +172 -59
  62. package/lib/cjs/duet-section-layout.cjs.entry.js +13 -6
  63. package/lib/cjs/duet-select.cjs.entry.js +79 -37
  64. package/lib/cjs/duet-shaped-image.cjs.entry.js +13 -8
  65. package/lib/cjs/duet-show-more.cjs.entry.js +77 -35
  66. package/lib/cjs/duet-slideout-lang.cjs.entry.js +8 -8
  67. package/lib/cjs/duet-slideout-link.cjs.entry.js +47 -14
  68. package/lib/cjs/duet-slideout-panel-dropdown.cjs.entry.js +18 -9
  69. package/lib/cjs/duet-slideout-panel.cjs.entry.js +40 -23
  70. package/lib/cjs/duet-slideout.cjs.entry.js +37 -23
  71. package/lib/cjs/duet-status-icon.cjs.entry.js +14 -4
  72. package/lib/cjs/duet-step_2.cjs.entry.js +52 -18
  73. package/lib/cjs/duet-submenu-bar-dropdown-link.cjs.entry.js +22 -7
  74. package/lib/cjs/duet-submenu-bar-dropdown.cjs.entry.js +22 -13
  75. package/lib/cjs/duet-submenu-bar-item.cjs.entry.js +38 -17
  76. package/lib/cjs/duet-submenu-bar-link.cjs.entry.js +16 -7
  77. package/lib/cjs/duet-submenu-bar.cjs.entry.js +21 -15
  78. package/lib/cjs/duet-textarea.cjs.entry.js +98 -45
  79. package/lib/cjs/duet-toggle.cjs.entry.js +47 -26
  80. package/lib/cjs/duet-toolbar-dropdown-link.cjs.entry.js +19 -8
  81. package/lib/cjs/duet-toolbar-dropdown.cjs.entry.js +22 -11
  82. package/lib/cjs/duet-toolbar-item.cjs.entry.js +43 -16
  83. package/lib/cjs/duet-toolbar-link.cjs.entry.js +18 -7
  84. package/lib/cjs/duet-toolbar.cjs.entry.js +9 -7
  85. package/lib/cjs/duet-tooltip-button_2.cjs.entry.js +11 -20
  86. package/lib/cjs/duet-tooltip.cjs.entry.js +91 -45
  87. package/lib/cjs/duet-tray.cjs.entry.js +60 -21
  88. package/lib/cjs/duet-upload-aria-status.cjs.entry.js +29 -10
  89. package/lib/cjs/duet-upload-item.cjs.entry.js +10 -20
  90. package/lib/cjs/duet-visually-hidden.cjs.entry.js +2 -5
  91. package/lib/cjs/duet.cjs.js +8 -8
  92. package/lib/cjs/{errorcodes.utils-b47aaa45.js → errorcodes.utils-mZFkq5Tt.js} +2 -2
  93. package/lib/cjs/floating-ui.dom.browser.min-Cj0r5YDz.js +709 -0
  94. package/lib/cjs/{focus-utils-c4163f8f.js → focus-utils-dqd59YI6.js} +1 -1
  95. package/lib/cjs/form-search-CzPfHB80.js +21 -0
  96. package/lib/cjs/{index-00821d28.js → index-CdC7dzZ-.js} +1845 -1369
  97. package/lib/cjs/{label-3ce3ebad.js → label-BQpxsrOR.js} +1 -1
  98. package/lib/cjs/{language-utils-77bf1c27.js → language-utils-A7DfQayC.js} +2 -2
  99. package/lib/cjs/loader.cjs.js +3 -5
  100. package/lib/cjs/{slot-utils-acd4cc20.js → slot-utils-DgJchaT4.js} +1 -1
  101. package/lib/cjs/{token-utils-5000595c.js → token-utils-BcI9qaMX.js} +2 -2
  102. package/lib/cjs/{tokens-57e06fe4.js → tokens-Qt4x7zcB.js} +4 -4
  103. package/lib/cjs/{tokens.module-7c947029.js → tokens.module-Dzg9dTSm.js} +1 -1
  104. package/lib/collection/collection-manifest.json +1 -1
  105. package/lib/collection/components/duet-action-button/duet-action-button.js +92 -33
  106. package/lib/collection/components/duet-alert/duet-alert.js +77 -32
  107. package/lib/collection/components/duet-badge/duet-badge.js +17 -4
  108. package/lib/collection/components/duet-banner/duet-banner.js +52 -23
  109. package/lib/collection/components/duet-breadcrumbs/duet-breadcrumb.js +18 -7
  110. package/lib/collection/components/duet-breadcrumbs/duet-breadcrumbs.js +13 -4
  111. package/lib/collection/components/duet-button/duet-button.js +164 -80
  112. package/lib/collection/components/duet-callout/duet-callout.js +8 -2
  113. package/lib/collection/components/duet-caption/duet-caption.js +16 -4
  114. package/lib/collection/components/duet-card/duet-card.js +73 -32
  115. package/lib/collection/components/duet-checkbox/duet-checkbox.js +83 -44
  116. package/lib/collection/components/duet-chip/duet-chip.js +56 -33
  117. package/lib/collection/components/duet-choice/duet-checkmark.js +20 -5
  118. package/lib/collection/components/duet-choice/duet-choice.js +162 -75
  119. package/lib/collection/components/duet-choice-group/duet-choice-group.js +75 -32
  120. package/lib/collection/components/duet-collapsible/duet-collapsible.js +68 -24
  121. package/lib/collection/components/duet-combobox/duet-combobox.js +83 -45
  122. package/lib/collection/components/duet-contact-card/duet-contact-card.js +19 -17
  123. package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.js +10 -4
  124. package/lib/collection/components/duet-date-picker/duet-date-picker.js +149 -67
  125. package/lib/collection/components/duet-divider/duet-divider.js +13 -3
  126. package/lib/collection/components/duet-editable-table/duet-editable-table.js +81 -24
  127. package/lib/collection/components/duet-empty-state/duet-empty-state.js +12 -3
  128. package/lib/collection/components/duet-fieldset/duet-fieldset.js +42 -20
  129. package/lib/collection/components/duet-file-chooser/duet-file-chooser.js +16 -6
  130. package/lib/collection/components/duet-footer/duet-footer.js +51 -23
  131. package/lib/collection/components/duet-grid/duet-grid.js +38 -8
  132. package/lib/collection/components/duet-grid-item/duet-grid-item.js +38 -11
  133. package/lib/collection/components/duet-header/duet-header.js +162 -74
  134. package/lib/collection/components/duet-heading/duet-heading.js +36 -12
  135. package/lib/collection/components/duet-hero/duet-hero.js +128 -41
  136. package/lib/collection/components/duet-icon/duet-icon.js +58 -16
  137. package/lib/collection/components/duet-input/duet-input.js +183 -93
  138. package/lib/collection/components/duet-label/duet-label.js +22 -7
  139. package/lib/collection/components/duet-layout/duet-layout.js +30 -7
  140. package/lib/collection/components/duet-link/duet-link.js +84 -26
  141. package/lib/collection/components/duet-list/duet-list.js +37 -8
  142. package/lib/collection/components/duet-list-item/duet-list-item.js +12 -2
  143. package/lib/collection/components/duet-logo/duet-logo.js +34 -7
  144. package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +33 -20
  145. package/lib/collection/components/duet-menu-bar-button/duet-menu-bar-button.js +31 -20
  146. package/lib/collection/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.js +16 -8
  147. package/lib/collection/components/duet-menu-bar-dropdown-link/duet-menu-bar-dropdown-link.js +16 -8
  148. package/lib/collection/components/duet-menu-bar-item/duet-menu-bar-item.js +37 -14
  149. package/lib/collection/components/duet-menu-bar-link/duet-menu-bar-link.js +17 -6
  150. package/lib/collection/components/duet-modal/duet-modal.js +82 -23
  151. package/lib/collection/components/duet-multiselect/duet-multiselect.js +95 -45
  152. package/lib/collection/components/duet-nav/duet-nav.js +9 -2
  153. package/lib/collection/components/duet-notification/duet-notification.js +37 -7
  154. package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.js +52 -22
  155. package/lib/collection/components/duet-number-input/duet-number-input.js +177 -87
  156. package/lib/collection/components/duet-overlay/duet-overlay.js +38 -14
  157. package/lib/collection/components/duet-page-heading/duet-page-heading.js +15 -7
  158. package/lib/collection/components/duet-pagination/duet-pagination.js +119 -65
  159. package/lib/collection/components/duet-paragraph/duet-paragraph.js +25 -6
  160. package/lib/collection/components/duet-phone-input/duet-phone-input.js +89 -44
  161. package/lib/collection/components/duet-popup-menu/duet-popup-menu.js +58 -33
  162. package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.js +59 -27
  163. package/lib/collection/components/duet-progress/duet-progress.js +36 -14
  164. package/lib/collection/components/duet-promo-card/duet-promo-card.js +25 -8
  165. package/lib/collection/components/duet-radio/duet-radio.js +63 -45
  166. package/lib/collection/components/duet-radio-group/duet-radio-group.js +67 -28
  167. package/lib/collection/components/duet-range-slider/duet-range-slider.js +83 -44
  168. package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +41 -12
  169. package/lib/collection/components/duet-scrollable/duet-scrollable.js +55 -18
  170. package/lib/collection/components/duet-section-layout/duet-section-layout.js +13 -3
  171. package/lib/collection/components/duet-select/duet-select.js +98 -53
  172. package/lib/collection/components/duet-shaped-image/duet-shaped-image.js +15 -7
  173. package/lib/collection/components/duet-show-more/duet-show-more.js +84 -35
  174. package/lib/collection/components/duet-slideout/duet-slideout.js +32 -15
  175. package/lib/collection/components/duet-slideout-lang/duet-slideout-lang.js +4 -1
  176. package/lib/collection/components/duet-slideout-link/duet-slideout-link.js +48 -13
  177. package/lib/collection/components/duet-slideout-panel/duet-slideout-panel.js +37 -17
  178. package/lib/collection/components/duet-slideout-panel-dropdown/duet-slideout-panel-dropdown.js +19 -7
  179. package/lib/collection/components/duet-spacer/duet-spacer.js +13 -3
  180. package/lib/collection/components/duet-spinner/duet-spinner.js +18 -5
  181. package/lib/collection/components/duet-status-icon/duet-status-icon.js +16 -4
  182. package/lib/collection/components/duet-step/duet-step.js +23 -14
  183. package/lib/collection/components/duet-stepper/duet-stepper.js +22 -5
  184. package/lib/collection/components/duet-submenu-bar/duet-submenu-bar.js +20 -11
  185. package/lib/collection/components/duet-submenu-bar-dropdown/duet-submenu-bar-dropdown.js +21 -9
  186. package/lib/collection/components/duet-submenu-bar-dropdown-link/duet-submenu-bar-dropdown-link.js +24 -6
  187. package/lib/collection/components/duet-submenu-bar-item/duet-submenu-bar-item.js +37 -14
  188. package/lib/collection/components/duet-submenu-bar-link/duet-submenu-bar-link.js +16 -4
  189. package/lib/collection/components/duet-tab/duet-tab.js +35 -21
  190. package/lib/collection/components/duet-tab-group/duet-tab-group.js +107 -40
  191. package/lib/collection/components/duet-table/duet-table.js +40 -11
  192. package/lib/collection/components/duet-textarea/duet-textarea.js +122 -66
  193. package/lib/collection/components/duet-toggle/duet-toggle.js +60 -36
  194. package/lib/collection/components/duet-toolbar/duet-toolbar.js +9 -4
  195. package/lib/collection/components/duet-toolbar-dropdown/duet-toolbar-dropdown.js +24 -10
  196. package/lib/collection/components/duet-toolbar-dropdown-link/duet-toolbar-dropdown-link.js +21 -7
  197. package/lib/collection/components/duet-toolbar-item/duet-toolbar-item.js +45 -16
  198. package/lib/collection/components/duet-toolbar-link/duet-toolbar-link.js +21 -7
  199. package/lib/collection/components/duet-tooltip/duet-tooltip-button.js +6 -9
  200. package/lib/collection/components/duet-tooltip/duet-tooltip-popup.js +10 -11
  201. package/lib/collection/components/duet-tooltip/duet-tooltip.js +93 -44
  202. package/lib/collection/components/duet-tray/duet-tray.js +61 -19
  203. package/lib/collection/components/duet-upload/duet-upload.js +417 -211
  204. package/lib/collection/components/duet-upload-aria-status/duet-upload-aria-status.js +34 -12
  205. package/lib/collection/components/duet-upload-item/duet-upload-item.js +15 -16
  206. package/lib/collection/index.js +1 -0
  207. package/lib/collection/utils/test-utils.js +2 -2
  208. package/lib/duet/duet.esm.js +1 -1
  209. package/lib/duet/{p-7a41a208.entry.js → p-022a948c.entry.js} +1 -1
  210. package/lib/duet/p-09fe69e4.entry.js +4 -0
  211. package/lib/duet/p-0e72751a.entry.js +4 -0
  212. package/lib/duet/p-138538b8.entry.js +4 -0
  213. package/lib/duet/{p-fa070e35.entry.js → p-15f95fae.entry.js} +1 -1
  214. package/lib/duet/p-190b9ab3.entry.js +4 -0
  215. package/lib/duet/{p-feda74a6.entry.js → p-1af2ca54.entry.js} +1 -1
  216. package/lib/duet/p-1e769f0d.entry.js +4 -0
  217. package/lib/duet/p-1f5989b6.entry.js +4 -0
  218. package/lib/duet/{p-76b4b8b8.entry.js → p-1f8695a5.entry.js} +1 -1
  219. package/lib/duet/p-29e1d491.entry.js +4 -0
  220. package/lib/duet/p-2cbe593b.entry.js +4 -0
  221. package/lib/duet/p-32f7b711.entry.js +4 -0
  222. package/lib/duet/p-362f6fc2.entry.js +4 -0
  223. package/lib/duet/p-38b70269.entry.js +4 -0
  224. package/lib/duet/p-3fca2738.entry.js +4 -0
  225. package/lib/duet/p-44f37fb5.entry.js +4 -0
  226. package/lib/duet/{p-0e04987f.entry.js → p-48af1ecb.entry.js} +1 -1
  227. package/lib/duet/{p-2013ff49.entry.js → p-4aa49986.entry.js} +1 -1
  228. package/lib/duet/p-4c281745.entry.js +4 -0
  229. package/lib/duet/{p-c41397de.entry.js → p-4e945a94.entry.js} +1 -1
  230. package/lib/duet/p-56354b6a.entry.js +4 -0
  231. package/lib/duet/p-56cb675d.entry.js +4 -0
  232. package/lib/duet/p-5a75c2dd.entry.js +4 -0
  233. package/lib/duet/p-5d8d8118.entry.js +4 -0
  234. package/lib/duet/p-5f5bcada.entry.js +4 -0
  235. package/lib/duet/p-5iZMFvpJ.js +4 -0
  236. package/lib/duet/p-64021c0d.entry.js +4 -0
  237. package/lib/duet/p-64419d69.entry.js +4 -0
  238. package/lib/duet/p-6b17ff88.entry.js +4 -0
  239. package/lib/duet/p-6e621f1a.entry.js +4 -0
  240. package/lib/duet/p-740f6f1f.entry.js +4 -0
  241. package/lib/duet/{p-b76c9a8c.entry.js → p-7699005d.entry.js} +1 -1
  242. package/lib/duet/p-79255eb6.entry.js +4 -0
  243. package/lib/duet/p-7a319135.entry.js +4 -0
  244. package/lib/duet/p-82f7e5b7.entry.js +4 -0
  245. package/lib/duet/{p-323de867.entry.js → p-839e770e.entry.js} +1 -1
  246. package/lib/duet/p-85316d42.entry.js +4 -0
  247. package/lib/duet/p-885c2f54.entry.js +4 -0
  248. package/lib/duet/p-893e65fc.entry.js +4 -0
  249. package/lib/duet/p-8ca095ab.entry.js +4 -0
  250. package/lib/duet/p-8fd3fed6.entry.js +4 -0
  251. package/lib/duet/{p-279fd0c9.entry.js → p-93336ef6.entry.js} +1 -1
  252. package/lib/duet/p-95f64c62.entry.js +4 -0
  253. package/lib/duet/{p-46df9e4b.entry.js → p-96f19678.entry.js} +1 -1
  254. package/lib/duet/p-98088a03.entry.js +4 -0
  255. package/lib/duet/{p-12674919.entry.js → p-9a05eda1.entry.js} +1 -1
  256. package/lib/duet/p-9c942b69.entry.js +4 -0
  257. package/lib/duet/{p-38d6a55c.entry.js → p-9ee7773f.entry.js} +1 -1
  258. package/lib/duet/p-BGuG-JHD.js +5 -0
  259. package/lib/duet/p-BSVeUfs_.js +4 -0
  260. package/lib/duet/p-BVgBUIYF.js +4 -0
  261. package/lib/duet/{p-81287261.js → p-B_NkY9T0.js} +1 -1
  262. package/lib/duet/{p-465be57f.js → p-CKWzhSi1.js} +1 -1
  263. package/lib/duet/p-CwQkRqt4.js +4 -0
  264. package/lib/duet/p-DJ_0Rwfo.js +4 -0
  265. package/lib/duet/{p-744b8ee1.js → p-DQNSmB4A.js} +1 -1
  266. package/lib/duet/p-DWTFQwbu.js +4 -0
  267. package/lib/duet/{p-12b49f6f.js → p-DXDaS3zE.js} +1 -1
  268. package/lib/duet/{p-a45e3f8b.js → p-Db8rvjPI.js} +1 -1
  269. package/lib/duet/p-DkXykZBx.js +4 -0
  270. package/lib/duet/p-DvwKrUS6.js +4 -0
  271. package/lib/duet/p-ObNrEFDJ.js +4 -0
  272. package/lib/duet/p-UQH7pb1d.js +4 -0
  273. package/lib/duet/{p-05a9d58f.entry.js → p-a0c26d74.entry.js} +1 -1
  274. package/lib/duet/{p-25109796.entry.js → p-a4613009.entry.js} +1 -1
  275. package/lib/duet/p-a57b80f6.entry.js +4 -0
  276. package/lib/duet/{p-d4dd9fea.entry.js → p-a7dc80d5.entry.js} +1 -1
  277. package/lib/duet/{p-0febcf5b.entry.js → p-a893d1f9.entry.js} +1 -1
  278. package/lib/duet/p-a95a9a4d.entry.js +4 -0
  279. package/lib/duet/p-a9b45f8b.entry.js +4 -0
  280. package/lib/duet/{p-29e6f9b7.entry.js → p-aadd810c.entry.js} +1 -1
  281. package/lib/duet/p-ae4af39c.entry.js +4 -0
  282. package/lib/duet/p-ae5e487c.entry.js +4 -0
  283. package/lib/duet/p-b6517bc0.entry.js +4 -0
  284. package/lib/duet/p-b96af1da.entry.js +4 -0
  285. package/lib/duet/{p-0d045bb2.entry.js → p-be665fb2.entry.js} +1 -1
  286. package/lib/duet/{p-c2f40f22.entry.js → p-be70c5b0.entry.js} +1 -1
  287. package/lib/duet/p-bfc2e504.entry.js +4 -0
  288. package/lib/duet/p-c00040f7.entry.js +4 -0
  289. package/lib/duet/p-c03603ba.entry.js +4 -0
  290. package/lib/duet/{p-23435148.entry.js → p-c089e413.entry.js} +1 -1
  291. package/lib/duet/p-c3aa1f9b.entry.js +4 -0
  292. package/lib/duet/p-c489f228.entry.js +4 -0
  293. package/lib/duet/p-c4d0a7f2.entry.js +4 -0
  294. package/lib/duet/p-c5dbeb9d.entry.js +4 -0
  295. package/lib/duet/p-c6237212.entry.js +4 -0
  296. package/lib/duet/p-cf728e59.entry.js +4 -0
  297. package/lib/duet/{p-760e5874.entry.js → p-d155856d.entry.js} +1 -1
  298. package/lib/duet/p-d1f5b0cb.entry.js +4 -0
  299. package/lib/duet/p-d386eb3c.entry.js +4 -0
  300. package/lib/duet/p-d8ceab90.entry.js +4 -0
  301. package/lib/duet/{p-750d4767.entry.js → p-dac62f09.entry.js} +1 -1
  302. package/lib/duet/p-e4156276.entry.js +4 -0
  303. package/lib/duet/p-e6b06321.entry.js +4 -0
  304. package/lib/duet/p-e6d38c72.entry.js +4 -0
  305. package/lib/duet/{p-5fb4ac45.entry.js → p-ec552dc7.entry.js} +1 -1
  306. package/lib/duet/p-ff5188ab.entry.js +4 -0
  307. package/lib/duet/p-vVCYtBMj.js +4 -0
  308. package/lib/esm/_commonjsHelpers-DvwKrUS6.js +8 -0
  309. package/lib/{dist-custom-elements/p-afb6f7fb.js → esm/a11y-utils-Bdgp_pLF.js} +1 -1
  310. package/lib/esm/action-arrow-down-small-Bk3GShyI.js +19 -0
  311. package/lib/esm/action-new-window-small-EH8_HdAm.js +19 -0
  312. package/lib/esm/{app-globals-2c6c1103.js → app-globals-BM3P_KO9.js} +2 -2
  313. package/lib/esm/duet-action-button.entry.js +83 -26
  314. package/lib/esm/duet-alert.entry.js +72 -28
  315. package/lib/esm/duet-badge.entry.js +16 -4
  316. package/lib/esm/duet-banner.entry.js +49 -21
  317. package/lib/esm/duet-breadcrumb.entry.js +33 -11
  318. package/lib/esm/duet-breadcrumbs.entry.js +17 -9
  319. package/lib/esm/duet-button_2.entry.js +147 -52
  320. package/lib/esm/duet-callout.entry.js +10 -5
  321. package/lib/esm/duet-caption_4.entry.js +175 -32
  322. package/lib/esm/duet-card.entry.js +80 -28
  323. package/lib/esm/duet-checkbox.entry.js +65 -27
  324. package/lib/esm/duet-checkmark.entry.js +18 -4
  325. package/lib/esm/duet-chip.entry.js +49 -27
  326. package/lib/esm/duet-choice_2.entry.js +213 -73
  327. package/lib/esm/duet-collapsible.entry.js +67 -23
  328. package/lib/esm/duet-combobox.entry.js +79 -44
  329. package/lib/esm/duet-contact-card.entry.js +14 -13
  330. package/lib/esm/duet-cookie-consent.entry.js +12 -7
  331. package/lib/esm/duet-date-picker.entry.js +142 -50
  332. package/lib/esm/duet-divider_2.entry.js +26 -8
  333. package/lib/esm/duet-editable-table_3.entry.js +477 -196
  334. package/lib/esm/duet-empty-state.entry.js +12 -4
  335. package/lib/esm/duet-fieldset.entry.js +38 -17
  336. package/lib/esm/duet-file-chooser.entry.js +16 -7
  337. package/lib/esm/duet-footer.entry.js +52 -24
  338. package/lib/esm/duet-grid_2.entry.js +65 -10
  339. package/lib/esm/duet-header_2.entry.js +251 -84
  340. package/lib/esm/duet-hero.entry.js +110 -24
  341. package/lib/esm/duet-icon.entry.js +50 -9
  342. package/lib/esm/duet-input_2.entry.js +182 -68
  343. package/lib/esm/duet-layout.entry.js +27 -5
  344. package/lib/esm/duet-list_2.entry.js +44 -7
  345. package/lib/esm/duet-menu-bar-button.entry.js +21 -11
  346. package/lib/esm/duet-menu-bar-dropdown-link.entry.js +16 -9
  347. package/lib/esm/duet-menu-bar-dropdown.entry.js +16 -9
  348. package/lib/esm/duet-menu-bar-item.entry.js +37 -14
  349. package/lib/esm/duet-menu-bar-link.entry.js +15 -5
  350. package/lib/esm/duet-menu-bar.entry.js +32 -20
  351. package/lib/esm/duet-modal.entry.js +74 -16
  352. package/lib/esm/duet-multiselect.entry.js +85 -37
  353. package/lib/esm/duet-nav.entry.js +10 -4
  354. package/lib/esm/duet-notification_2.entry.js +83 -25
  355. package/lib/esm/duet-number-input.entry.js +176 -64
  356. package/lib/esm/duet-overlay.entry.js +33 -10
  357. package/lib/esm/duet-page-heading.entry.js +13 -6
  358. package/lib/esm/duet-pagination_2.entry.js +147 -70
  359. package/lib/esm/duet-phone-input.entry.js +76 -33
  360. package/lib/esm/duet-popup-menu_2.entry.js +105 -49
  361. package/lib/esm/duet-progress.entry.js +31 -10
  362. package/lib/esm/duet-promo-card.entry.js +24 -8
  363. package/lib/esm/duet-radio_2.entry.js +100 -45
  364. package/lib/esm/duet-range-slider.entry.js +70 -32
  365. package/lib/esm/duet-scrollable_3.entry.js +172 -57
  366. package/lib/esm/duet-section-layout.entry.js +13 -4
  367. package/lib/esm/duet-select.entry.js +79 -35
  368. package/lib/esm/duet-shaped-image.entry.js +13 -6
  369. package/lib/esm/duet-show-more.entry.js +77 -33
  370. package/lib/esm/duet-slideout-lang.entry.js +8 -6
  371. package/lib/esm/duet-slideout-link.entry.js +47 -12
  372. package/lib/esm/duet-slideout-panel-dropdown.entry.js +18 -7
  373. package/lib/esm/duet-slideout-panel.entry.js +40 -21
  374. package/lib/esm/duet-slideout.entry.js +37 -21
  375. package/lib/esm/duet-status-icon.entry.js +14 -2
  376. package/lib/esm/duet-step_2.entry.js +53 -17
  377. package/lib/esm/duet-submenu-bar-dropdown-link.entry.js +22 -5
  378. package/lib/esm/duet-submenu-bar-dropdown.entry.js +22 -11
  379. package/lib/esm/duet-submenu-bar-item.entry.js +38 -15
  380. package/lib/esm/duet-submenu-bar-link.entry.js +16 -5
  381. package/lib/esm/duet-submenu-bar.entry.js +21 -13
  382. package/lib/esm/duet-textarea.entry.js +98 -43
  383. package/lib/esm/duet-toggle.entry.js +47 -24
  384. package/lib/esm/duet-toolbar-dropdown-link.entry.js +19 -6
  385. package/lib/esm/duet-toolbar-dropdown.entry.js +22 -9
  386. package/lib/esm/duet-toolbar-item.entry.js +43 -14
  387. package/lib/esm/duet-toolbar-link.entry.js +18 -5
  388. package/lib/esm/duet-toolbar.entry.js +9 -5
  389. package/lib/esm/duet-tooltip-button_2.entry.js +11 -18
  390. package/lib/esm/duet-tooltip.entry.js +90 -42
  391. package/lib/esm/duet-tray.entry.js +60 -19
  392. package/lib/esm/duet-upload-aria-status.entry.js +29 -8
  393. package/lib/esm/duet-upload-item.entry.js +10 -18
  394. package/lib/esm/duet-visually-hidden.entry.js +2 -3
  395. package/lib/esm/duet.js +7 -6
  396. package/lib/esm/{errorcodes.utils-86af68b7.js → errorcodes.utils-BgVG3eUP.js} +3 -3
  397. package/lib/esm/floating-ui.dom.browser.min-B_NkY9T0.js +702 -0
  398. package/lib/{dist-custom-elements/p-e30dc66d.js → esm/focus-utils-B1AOXMlP.js} +1 -1
  399. package/lib/esm/form-search-CevX33LA.js +19 -0
  400. package/lib/esm/{index-a830b2de.js → index-BGuG-JHD.js} +1843 -1365
  401. package/lib/{dist-custom-elements/p-8db11326.js → esm/keyboard-utils-Db8rvjPI.js} +1 -1
  402. package/lib/{dist-custom-elements/p-42619f94.js → esm/label-BrSxwvH-.js} +1 -1
  403. package/lib/esm/{language-utils-40caac4f.js → language-utils-BxXgd2r7.js} +2 -2
  404. package/lib/esm/loader.js +4 -4
  405. package/lib/{dist-custom-elements/p-ad615991.js → esm/slot-utils-B1zQ6tzO.js} +2 -2
  406. package/lib/{dist-custom-elements/p-0562173d.js → esm/token-utils-D2bU4zM_.js} +2 -2
  407. package/lib/esm/{tokens-84fb2357.js → tokens-DkXykZBx.js} +5 -5
  408. package/lib/{dist-custom-elements/p-cea716f7.js → esm/tokens.module-UQH7pb1d.js} +2 -2
  409. package/lib/index.js +1 -1
  410. package/lib/loader/cdn.js +1 -2
  411. package/lib/loader/index.cjs.js +1 -2
  412. package/lib/loader/index.es2017.js +0 -1
  413. package/lib/loader/index.js +1 -2
  414. package/lib/types/components.d.ts +1611 -0
  415. package/lib/types/index.d.ts +1 -0
  416. package/lib/types/stencil-public-runtime.d.ts +35 -6
  417. package/package.json +23 -9
  418. package/lib/cjs/action-arrow-down-small-ef77a2d1.js +0 -8
  419. package/lib/cjs/action-new-window-small-fa51dfb9.js +0 -8
  420. package/lib/cjs/floating-ui.dom.esm-806e7c53.js +0 -1355
  421. package/lib/cjs/form-search-d61b2843.js +0 -8
  422. package/lib/dist-custom-elements/duet-action-button.d.ts +0 -11
  423. package/lib/dist-custom-elements/duet-action-button.js +0 -9
  424. package/lib/dist-custom-elements/duet-alert.d.ts +0 -11
  425. package/lib/dist-custom-elements/duet-alert.js +0 -9
  426. package/lib/dist-custom-elements/duet-badge.d.ts +0 -11
  427. package/lib/dist-custom-elements/duet-badge.js +0 -9
  428. package/lib/dist-custom-elements/duet-banner.d.ts +0 -11
  429. package/lib/dist-custom-elements/duet-banner.js +0 -157
  430. package/lib/dist-custom-elements/duet-breadcrumb.d.ts +0 -11
  431. package/lib/dist-custom-elements/duet-breadcrumb.js +0 -101
  432. package/lib/dist-custom-elements/duet-breadcrumbs.d.ts +0 -11
  433. package/lib/dist-custom-elements/duet-breadcrumbs.js +0 -88
  434. package/lib/dist-custom-elements/duet-button.d.ts +0 -11
  435. package/lib/dist-custom-elements/duet-button.js +0 -9
  436. package/lib/dist-custom-elements/duet-callout.d.ts +0 -11
  437. package/lib/dist-custom-elements/duet-callout.js +0 -72
  438. package/lib/dist-custom-elements/duet-caption.d.ts +0 -11
  439. package/lib/dist-custom-elements/duet-caption.js +0 -9
  440. package/lib/dist-custom-elements/duet-card.d.ts +0 -11
  441. package/lib/dist-custom-elements/duet-card.js +0 -174
  442. package/lib/dist-custom-elements/duet-checkbox.d.ts +0 -11
  443. package/lib/dist-custom-elements/duet-checkbox.js +0 -9
  444. package/lib/dist-custom-elements/duet-checkmark.d.ts +0 -11
  445. package/lib/dist-custom-elements/duet-checkmark.js +0 -9
  446. package/lib/dist-custom-elements/duet-chip.d.ts +0 -11
  447. package/lib/dist-custom-elements/duet-chip.js +0 -9
  448. package/lib/dist-custom-elements/duet-choice-group.d.ts +0 -11
  449. package/lib/dist-custom-elements/duet-choice-group.js +0 -228
  450. package/lib/dist-custom-elements/duet-choice.d.ts +0 -11
  451. package/lib/dist-custom-elements/duet-choice.js +0 -454
  452. package/lib/dist-custom-elements/duet-collapsible.d.ts +0 -11
  453. package/lib/dist-custom-elements/duet-collapsible.js +0 -176
  454. package/lib/dist-custom-elements/duet-combobox.d.ts +0 -11
  455. package/lib/dist-custom-elements/duet-combobox.js +0 -706
  456. package/lib/dist-custom-elements/duet-contact-card.d.ts +0 -11
  457. package/lib/dist-custom-elements/duet-contact-card.js +0 -134
  458. package/lib/dist-custom-elements/duet-cookie-consent.d.ts +0 -11
  459. package/lib/dist-custom-elements/duet-cookie-consent.js +0 -106
  460. package/lib/dist-custom-elements/duet-date-picker.d.ts +0 -11
  461. package/lib/dist-custom-elements/duet-date-picker.js +0 -939
  462. package/lib/dist-custom-elements/duet-divider.d.ts +0 -11
  463. package/lib/dist-custom-elements/duet-divider.js +0 -9
  464. package/lib/dist-custom-elements/duet-editable-table.d.ts +0 -11
  465. package/lib/dist-custom-elements/duet-editable-table.js +0 -258
  466. package/lib/dist-custom-elements/duet-empty-state.d.ts +0 -11
  467. package/lib/dist-custom-elements/duet-empty-state.js +0 -9
  468. package/lib/dist-custom-elements/duet-fieldset.d.ts +0 -11
  469. package/lib/dist-custom-elements/duet-fieldset.js +0 -9
  470. package/lib/dist-custom-elements/duet-file-chooser.d.ts +0 -11
  471. package/lib/dist-custom-elements/duet-file-chooser.js +0 -86
  472. package/lib/dist-custom-elements/duet-footer.d.ts +0 -11
  473. package/lib/dist-custom-elements/duet-footer.js +0 -223
  474. package/lib/dist-custom-elements/duet-grid-item.d.ts +0 -11
  475. package/lib/dist-custom-elements/duet-grid-item.js +0 -9
  476. package/lib/dist-custom-elements/duet-grid.d.ts +0 -11
  477. package/lib/dist-custom-elements/duet-grid.js +0 -9
  478. package/lib/dist-custom-elements/duet-header.d.ts +0 -11
  479. package/lib/dist-custom-elements/duet-header.js +0 -698
  480. package/lib/dist-custom-elements/duet-heading.d.ts +0 -11
  481. package/lib/dist-custom-elements/duet-heading.js +0 -9
  482. package/lib/dist-custom-elements/duet-hero.d.ts +0 -11
  483. package/lib/dist-custom-elements/duet-hero.js +0 -299
  484. package/lib/dist-custom-elements/duet-icon.d.ts +0 -11
  485. package/lib/dist-custom-elements/duet-icon.js +0 -9
  486. package/lib/dist-custom-elements/duet-input.d.ts +0 -11
  487. package/lib/dist-custom-elements/duet-input.js +0 -9
  488. package/lib/dist-custom-elements/duet-label.d.ts +0 -11
  489. package/lib/dist-custom-elements/duet-label.js +0 -70
  490. package/lib/dist-custom-elements/duet-layout.d.ts +0 -11
  491. package/lib/dist-custom-elements/duet-layout.js +0 -94
  492. package/lib/dist-custom-elements/duet-link.d.ts +0 -11
  493. package/lib/dist-custom-elements/duet-link.js +0 -9
  494. package/lib/dist-custom-elements/duet-list-item.d.ts +0 -11
  495. package/lib/dist-custom-elements/duet-list-item.js +0 -9
  496. package/lib/dist-custom-elements/duet-list.d.ts +0 -11
  497. package/lib/dist-custom-elements/duet-list.js +0 -9
  498. package/lib/dist-custom-elements/duet-logo.d.ts +0 -11
  499. package/lib/dist-custom-elements/duet-logo.js +0 -9
  500. package/lib/dist-custom-elements/duet-menu-bar-button.d.ts +0 -11
  501. package/lib/dist-custom-elements/duet-menu-bar-button.js +0 -94
  502. package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.d.ts +0 -11
  503. package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +0 -87
  504. package/lib/dist-custom-elements/duet-menu-bar-dropdown.d.ts +0 -11
  505. package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +0 -108
  506. package/lib/dist-custom-elements/duet-menu-bar-item.d.ts +0 -11
  507. package/lib/dist-custom-elements/duet-menu-bar-item.js +0 -108
  508. package/lib/dist-custom-elements/duet-menu-bar-link.d.ts +0 -11
  509. package/lib/dist-custom-elements/duet-menu-bar-link.js +0 -70
  510. package/lib/dist-custom-elements/duet-menu-bar.d.ts +0 -11
  511. package/lib/dist-custom-elements/duet-menu-bar.js +0 -207
  512. package/lib/dist-custom-elements/duet-modal.d.ts +0 -11
  513. package/lib/dist-custom-elements/duet-modal.js +0 -382
  514. package/lib/dist-custom-elements/duet-multiselect.d.ts +0 -11
  515. package/lib/dist-custom-elements/duet-multiselect.js +0 -346
  516. package/lib/dist-custom-elements/duet-nav.d.ts +0 -11
  517. package/lib/dist-custom-elements/duet-nav.js +0 -54
  518. package/lib/dist-custom-elements/duet-notification-drawer.d.ts +0 -11
  519. package/lib/dist-custom-elements/duet-notification-drawer.js +0 -168
  520. package/lib/dist-custom-elements/duet-notification.d.ts +0 -11
  521. package/lib/dist-custom-elements/duet-notification.js +0 -95
  522. package/lib/dist-custom-elements/duet-number-input.d.ts +0 -11
  523. package/lib/dist-custom-elements/duet-number-input.js +0 -484
  524. package/lib/dist-custom-elements/duet-overlay.d.ts +0 -11
  525. package/lib/dist-custom-elements/duet-overlay.js +0 -9
  526. package/lib/dist-custom-elements/duet-page-heading.d.ts +0 -11
  527. package/lib/dist-custom-elements/duet-page-heading.js +0 -87
  528. package/lib/dist-custom-elements/duet-pagination.d.ts +0 -11
  529. package/lib/dist-custom-elements/duet-pagination.js +0 -493
  530. package/lib/dist-custom-elements/duet-paragraph.d.ts +0 -11
  531. package/lib/dist-custom-elements/duet-paragraph.js +0 -9
  532. package/lib/dist-custom-elements/duet-phone-input.d.ts +0 -11
  533. package/lib/dist-custom-elements/duet-phone-input.js +0 -2136
  534. package/lib/dist-custom-elements/duet-popup-menu-item.d.ts +0 -11
  535. package/lib/dist-custom-elements/duet-popup-menu-item.js +0 -9
  536. package/lib/dist-custom-elements/duet-popup-menu.d.ts +0 -11
  537. package/lib/dist-custom-elements/duet-popup-menu.js +0 -9
  538. package/lib/dist-custom-elements/duet-progress.d.ts +0 -11
  539. package/lib/dist-custom-elements/duet-progress.js +0 -9
  540. package/lib/dist-custom-elements/duet-promo-card.d.ts +0 -11
  541. package/lib/dist-custom-elements/duet-promo-card.js +0 -105
  542. package/lib/dist-custom-elements/duet-radio-group.d.ts +0 -11
  543. package/lib/dist-custom-elements/duet-radio-group.js +0 -213
  544. package/lib/dist-custom-elements/duet-radio.d.ts +0 -11
  545. package/lib/dist-custom-elements/duet-radio.js +0 -230
  546. package/lib/dist-custom-elements/duet-range-slider.d.ts +0 -11
  547. package/lib/dist-custom-elements/duet-range-slider.js +0 -181
  548. package/lib/dist-custom-elements/duet-range-stepper.d.ts +0 -11
  549. package/lib/dist-custom-elements/duet-range-stepper.js +0 -234
  550. package/lib/dist-custom-elements/duet-scrollable.d.ts +0 -11
  551. package/lib/dist-custom-elements/duet-scrollable.js +0 -9
  552. package/lib/dist-custom-elements/duet-section-layout.d.ts +0 -11
  553. package/lib/dist-custom-elements/duet-section-layout.js +0 -56
  554. package/lib/dist-custom-elements/duet-select.d.ts +0 -11
  555. package/lib/dist-custom-elements/duet-select.js +0 -9
  556. package/lib/dist-custom-elements/duet-shaped-image.d.ts +0 -11
  557. package/lib/dist-custom-elements/duet-shaped-image.js +0 -64
  558. package/lib/dist-custom-elements/duet-show-more.d.ts +0 -11
  559. package/lib/dist-custom-elements/duet-show-more.js +0 -9
  560. package/lib/dist-custom-elements/duet-slideout-lang.d.ts +0 -11
  561. package/lib/dist-custom-elements/duet-slideout-lang.js +0 -76
  562. package/lib/dist-custom-elements/duet-slideout-link.d.ts +0 -11
  563. package/lib/dist-custom-elements/duet-slideout-link.js +0 -98
  564. package/lib/dist-custom-elements/duet-slideout-panel-dropdown.d.ts +0 -11
  565. package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +0 -93
  566. package/lib/dist-custom-elements/duet-slideout-panel.d.ts +0 -11
  567. package/lib/dist-custom-elements/duet-slideout-panel.js +0 -224
  568. package/lib/dist-custom-elements/duet-slideout.d.ts +0 -11
  569. package/lib/dist-custom-elements/duet-slideout.js +0 -328
  570. package/lib/dist-custom-elements/duet-spacer.d.ts +0 -11
  571. package/lib/dist-custom-elements/duet-spacer.js +0 -9
  572. package/lib/dist-custom-elements/duet-spinner.d.ts +0 -11
  573. package/lib/dist-custom-elements/duet-spinner.js +0 -9
  574. package/lib/dist-custom-elements/duet-status-icon.d.ts +0 -11
  575. package/lib/dist-custom-elements/duet-status-icon.js +0 -9
  576. package/lib/dist-custom-elements/duet-step.d.ts +0 -11
  577. package/lib/dist-custom-elements/duet-step.js +0 -147
  578. package/lib/dist-custom-elements/duet-stepper.d.ts +0 -11
  579. package/lib/dist-custom-elements/duet-stepper.js +0 -151
  580. package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.d.ts +0 -11
  581. package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +0 -81
  582. package/lib/dist-custom-elements/duet-submenu-bar-dropdown.d.ts +0 -11
  583. package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +0 -152
  584. package/lib/dist-custom-elements/duet-submenu-bar-item.d.ts +0 -11
  585. package/lib/dist-custom-elements/duet-submenu-bar-item.js +0 -113
  586. package/lib/dist-custom-elements/duet-submenu-bar-link.d.ts +0 -11
  587. package/lib/dist-custom-elements/duet-submenu-bar-link.js +0 -72
  588. package/lib/dist-custom-elements/duet-submenu-bar.d.ts +0 -11
  589. package/lib/dist-custom-elements/duet-submenu-bar.js +0 -192
  590. package/lib/dist-custom-elements/duet-tab-group.d.ts +0 -11
  591. package/lib/dist-custom-elements/duet-tab-group.js +0 -321
  592. package/lib/dist-custom-elements/duet-tab.d.ts +0 -11
  593. package/lib/dist-custom-elements/duet-tab.js +0 -150
  594. package/lib/dist-custom-elements/duet-table.d.ts +0 -11
  595. package/lib/dist-custom-elements/duet-table.js +0 -9
  596. package/lib/dist-custom-elements/duet-textarea.d.ts +0 -11
  597. package/lib/dist-custom-elements/duet-textarea.js +0 -301
  598. package/lib/dist-custom-elements/duet-toggle.d.ts +0 -11
  599. package/lib/dist-custom-elements/duet-toggle.js +0 -146
  600. package/lib/dist-custom-elements/duet-toolbar-dropdown-link.d.ts +0 -11
  601. package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +0 -80
  602. package/lib/dist-custom-elements/duet-toolbar-dropdown.d.ts +0 -11
  603. package/lib/dist-custom-elements/duet-toolbar-dropdown.js +0 -107
  604. package/lib/dist-custom-elements/duet-toolbar-item.d.ts +0 -11
  605. package/lib/dist-custom-elements/duet-toolbar-item.js +0 -120
  606. package/lib/dist-custom-elements/duet-toolbar-link.d.ts +0 -11
  607. package/lib/dist-custom-elements/duet-toolbar-link.js +0 -74
  608. package/lib/dist-custom-elements/duet-toolbar.d.ts +0 -11
  609. package/lib/dist-custom-elements/duet-toolbar.js +0 -67
  610. package/lib/dist-custom-elements/duet-tooltip-button.d.ts +0 -11
  611. package/lib/dist-custom-elements/duet-tooltip-button.js +0 -9
  612. package/lib/dist-custom-elements/duet-tooltip-popup.d.ts +0 -11
  613. package/lib/dist-custom-elements/duet-tooltip-popup.js +0 -9
  614. package/lib/dist-custom-elements/duet-tooltip.d.ts +0 -11
  615. package/lib/dist-custom-elements/duet-tooltip.js +0 -9
  616. package/lib/dist-custom-elements/duet-tray.d.ts +0 -11
  617. package/lib/dist-custom-elements/duet-tray.js +0 -146
  618. package/lib/dist-custom-elements/duet-upload-aria-status.d.ts +0 -11
  619. package/lib/dist-custom-elements/duet-upload-aria-status.js +0 -9
  620. package/lib/dist-custom-elements/duet-upload-item.d.ts +0 -11
  621. package/lib/dist-custom-elements/duet-upload-item.js +0 -9
  622. package/lib/dist-custom-elements/duet-upload.d.ts +0 -11
  623. package/lib/dist-custom-elements/duet-upload.js +0 -1450
  624. package/lib/dist-custom-elements/duet-visually-hidden.d.ts +0 -11
  625. package/lib/dist-custom-elements/duet-visually-hidden.js +0 -9
  626. package/lib/dist-custom-elements/index.d.ts +0 -33
  627. package/lib/dist-custom-elements/index.js +0 -29
  628. package/lib/dist-custom-elements/p-0cd28b7b.js +0 -102
  629. package/lib/dist-custom-elements/p-0fb1efbc.js +0 -317
  630. package/lib/dist-custom-elements/p-115c79b6.js +0 -6
  631. package/lib/dist-custom-elements/p-15809286.js +0 -50
  632. package/lib/dist-custom-elements/p-18dee42a.js +0 -124
  633. package/lib/dist-custom-elements/p-1d115447.js +0 -268
  634. package/lib/dist-custom-elements/p-28c85b1c.js +0 -166
  635. package/lib/dist-custom-elements/p-35375593.js +0 -161
  636. package/lib/dist-custom-elements/p-3695c0cf.js +0 -614
  637. package/lib/dist-custom-elements/p-42c1fc90.js +0 -321
  638. package/lib/dist-custom-elements/p-44ae5535.js +0 -370
  639. package/lib/dist-custom-elements/p-49b8ef8e.js +0 -55
  640. package/lib/dist-custom-elements/p-4f6ac36d.js +0 -39
  641. package/lib/dist-custom-elements/p-605c5b0f.js +0 -61
  642. package/lib/dist-custom-elements/p-61a64a72.js +0 -110
  643. package/lib/dist-custom-elements/p-63200e87.js +0 -105
  644. package/lib/dist-custom-elements/p-65398a24.js +0 -63
  645. package/lib/dist-custom-elements/p-7b6a89e9.js +0 -237
  646. package/lib/dist-custom-elements/p-821de204.js +0 -1630
  647. package/lib/dist-custom-elements/p-83e0135b.js +0 -82
  648. package/lib/dist-custom-elements/p-861771fa.js +0 -73
  649. package/lib/dist-custom-elements/p-91688dd8.js +0 -84
  650. package/lib/dist-custom-elements/p-92d1b72f.js +0 -194
  651. package/lib/dist-custom-elements/p-959f2240.js +0 -645
  652. package/lib/dist-custom-elements/p-993aea39.js +0 -175
  653. package/lib/dist-custom-elements/p-999222a2.js +0 -154
  654. package/lib/dist-custom-elements/p-9a9b1ce5.js +0 -81
  655. package/lib/dist-custom-elements/p-9df4cfa4.js +0 -25
  656. package/lib/dist-custom-elements/p-a1b0454c.js +0 -56
  657. package/lib/dist-custom-elements/p-a39af5e2.js +0 -108
  658. package/lib/dist-custom-elements/p-a3d3c420.js +0 -60
  659. package/lib/dist-custom-elements/p-a95a6fb7.js +0 -453
  660. package/lib/dist-custom-elements/p-a9727b6a.js +0 -213
  661. package/lib/dist-custom-elements/p-b71858bd.js +0 -214
  662. package/lib/dist-custom-elements/p-c1e56f9a.js +0 -206
  663. package/lib/dist-custom-elements/p-cd328521.js +0 -80
  664. package/lib/dist-custom-elements/p-cde80d94.js +0 -198
  665. package/lib/dist-custom-elements/p-d004da5f.js +0 -6
  666. package/lib/dist-custom-elements/p-d5644004.js +0 -124
  667. package/lib/dist-custom-elements/p-ef48f2c7.js +0 -61
  668. package/lib/dist-custom-elements/p-f11208c3.js +0 -6
  669. package/lib/dist-custom-elements/p-f2c2f3d2.js +0 -2130
  670. package/lib/dist-custom-elements/p-f6000a03.js +0 -753
  671. package/lib/dist-custom-elements/p-f8ba399b.js +0 -63
  672. package/lib/dist-custom-elements/p-fb43ee87.js +0 -127
  673. package/lib/dist-custom-elements/p-fb723dff.js +0 -100
  674. package/lib/duet/duet.js +0 -127
  675. package/lib/duet/p-010dd6d5.entry.js +0 -4
  676. package/lib/duet/p-01ef338b.system.entry.js +0 -4
  677. package/lib/duet/p-020f583d.entry.js +0 -4
  678. package/lib/duet/p-03c96847.system.entry.js +0 -4
  679. package/lib/duet/p-04aad5a1.entry.js +0 -4
  680. package/lib/duet/p-0511fd26.system.js +0 -4
  681. package/lib/duet/p-05225696.system.entry.js +0 -4
  682. package/lib/duet/p-053b71e6.system.js +0 -4
  683. package/lib/duet/p-0562616e.system.entry.js +0 -4
  684. package/lib/duet/p-068cf3e6.system.entry.js +0 -4
  685. package/lib/duet/p-096ca5f2.system.entry.js +0 -4
  686. package/lib/duet/p-0a407ea6.entry.js +0 -4
  687. package/lib/duet/p-0c4bbd65.system.js +0 -4
  688. package/lib/duet/p-0c91e827.system.entry.js +0 -4
  689. package/lib/duet/p-0d738a25.entry.js +0 -4
  690. package/lib/duet/p-0d7da85a.js +0 -4
  691. package/lib/duet/p-0dc9089b.system.js +0 -4
  692. package/lib/duet/p-0f75edd4.system.entry.js +0 -4
  693. package/lib/duet/p-1047a738.system.entry.js +0 -4
  694. package/lib/duet/p-1054dba4.system.entry.js +0 -4
  695. package/lib/duet/p-10e56ab2.entry.js +0 -4
  696. package/lib/duet/p-115c79b6.js +0 -4
  697. package/lib/duet/p-145c3b24.entry.js +0 -4
  698. package/lib/duet/p-17004202.system.entry.js +0 -4
  699. package/lib/duet/p-18060b9c.system.entry.js +0 -4
  700. package/lib/duet/p-18e8baae.system.entry.js +0 -4
  701. package/lib/duet/p-19a0cdc0.system.entry.js +0 -4
  702. package/lib/duet/p-19c0e251.system.entry.js +0 -4
  703. package/lib/duet/p-1a1d3f9e.entry.js +0 -4
  704. package/lib/duet/p-1d6153e1.system.entry.js +0 -4
  705. package/lib/duet/p-201ec410.entry.js +0 -4
  706. package/lib/duet/p-205d2384.system.entry.js +0 -4
  707. package/lib/duet/p-21500424.entry.js +0 -4
  708. package/lib/duet/p-215bd94e.entry.js +0 -4
  709. package/lib/duet/p-217c18b8.entry.js +0 -4
  710. package/lib/duet/p-269e2b32.system.entry.js +0 -4
  711. package/lib/duet/p-2af64b95.system.entry.js +0 -4
  712. package/lib/duet/p-2ed426d9.system.entry.js +0 -4
  713. package/lib/duet/p-2f7a111a.entry.js +0 -4
  714. package/lib/duet/p-30e15c0b.system.entry.js +0 -4
  715. package/lib/duet/p-3214f981.system.entry.js +0 -4
  716. package/lib/duet/p-32f3a8fc.system.entry.js +0 -4
  717. package/lib/duet/p-361082c8.entry.js +0 -4
  718. package/lib/duet/p-372b9ced.system.entry.js +0 -4
  719. package/lib/duet/p-3767d0d2.system.entry.js +0 -4
  720. package/lib/duet/p-3c0d9ecf.system.entry.js +0 -4
  721. package/lib/duet/p-3dd22609.entry.js +0 -4
  722. package/lib/duet/p-3e2dceb1.entry.js +0 -4
  723. package/lib/duet/p-3f0f2506.system.entry.js +0 -4
  724. package/lib/duet/p-411babaf.entry.js +0 -4
  725. package/lib/duet/p-414698d0.system.entry.js +0 -4
  726. package/lib/duet/p-41982d26.system.js +0 -4
  727. package/lib/duet/p-44b36dbf.js +0 -5
  728. package/lib/duet/p-45700c8c.entry.js +0 -4
  729. package/lib/duet/p-46b1437a.system.entry.js +0 -4
  730. package/lib/duet/p-47dfb7d9.system.entry.js +0 -4
  731. package/lib/duet/p-49957220.system.js +0 -4
  732. package/lib/duet/p-4a3dae6f.js +0 -4
  733. package/lib/duet/p-4a836db3.entry.js +0 -4
  734. package/lib/duet/p-4aadd927.entry.js +0 -4
  735. package/lib/duet/p-4cff3036.system.js +0 -4
  736. package/lib/duet/p-4d81fd4b.system.entry.js +0 -4
  737. package/lib/duet/p-4e97bc75.entry.js +0 -4
  738. package/lib/duet/p-50b6d86c.system.entry.js +0 -4
  739. package/lib/duet/p-528fd238.entry.js +0 -4
  740. package/lib/duet/p-52d44078.entry.js +0 -4
  741. package/lib/duet/p-533f6503.system.entry.js +0 -4
  742. package/lib/duet/p-53ccc61f.entry.js +0 -4
  743. package/lib/duet/p-553e83f7.system.entry.js +0 -4
  744. package/lib/duet/p-5577da59.system.js +0 -4
  745. package/lib/duet/p-560c69af.system.entry.js +0 -4
  746. package/lib/duet/p-56ad7189.system.js +0 -4
  747. package/lib/duet/p-590a4048.system.entry.js +0 -4
  748. package/lib/duet/p-5a27a619.system.entry.js +0 -4
  749. package/lib/duet/p-5cf25ba2.entry.js +0 -4
  750. package/lib/duet/p-5e0654cc.system.js +0 -4
  751. package/lib/duet/p-5e3f9cd1.entry.js +0 -4
  752. package/lib/duet/p-5ed29c82.system.entry.js +0 -4
  753. package/lib/duet/p-6324b774.entry.js +0 -4
  754. package/lib/duet/p-63fef46e.system.entry.js +0 -4
  755. package/lib/duet/p-64a58c4a.entry.js +0 -4
  756. package/lib/duet/p-654b234a.system.entry.js +0 -4
  757. package/lib/duet/p-6970fc5d.entry.js +0 -4
  758. package/lib/duet/p-6ffbffc7.entry.js +0 -4
  759. package/lib/duet/p-707c7490.entry.js +0 -4
  760. package/lib/duet/p-72650200.system.entry.js +0 -4
  761. package/lib/duet/p-734350ef.system.js +0 -4
  762. package/lib/duet/p-737740f7.system.entry.js +0 -4
  763. package/lib/duet/p-739af934.entry.js +0 -4
  764. package/lib/duet/p-752fa0fc.system.js +0 -4
  765. package/lib/duet/p-7556653d.system.entry.js +0 -4
  766. package/lib/duet/p-76dc7014.system.entry.js +0 -4
  767. package/lib/duet/p-798f979f.system.js +0 -4
  768. package/lib/duet/p-7aa146c1.system.entry.js +0 -4
  769. package/lib/duet/p-7be1d938.entry.js +0 -4
  770. package/lib/duet/p-7c66ce9f.entry.js +0 -4
  771. package/lib/duet/p-7f6cbb90.entry.js +0 -4
  772. package/lib/duet/p-810d4680.entry.js +0 -4
  773. package/lib/duet/p-858b17a7.system.entry.js +0 -4
  774. package/lib/duet/p-85f6e856.system.entry.js +0 -4
  775. package/lib/duet/p-8c6f575c.system.entry.js +0 -4
  776. package/lib/duet/p-8dfc3a30.entry.js +0 -4
  777. package/lib/duet/p-8ea8b678.entry.js +0 -4
  778. package/lib/duet/p-8f477bd6.system.js +0 -4
  779. package/lib/duet/p-8faaaf5f.system.js +0 -4
  780. package/lib/duet/p-8fb2b5b5.entry.js +0 -4
  781. package/lib/duet/p-92757eb7.system.entry.js +0 -4
  782. package/lib/duet/p-928662aa.system.entry.js +0 -4
  783. package/lib/duet/p-96643444.system.entry.js +0 -4
  784. package/lib/duet/p-98535abd.entry.js +0 -4
  785. package/lib/duet/p-98636086.system.js +0 -4
  786. package/lib/duet/p-9a43132b.system.js +0 -4
  787. package/lib/duet/p-a20b744b.entry.js +0 -4
  788. package/lib/duet/p-a5eea99b.system.entry.js +0 -4
  789. package/lib/duet/p-a76b6eef.system.entry.js +0 -4
  790. package/lib/duet/p-a924233f.system.entry.js +0 -4
  791. package/lib/duet/p-a943a02a.entry.js +0 -4
  792. package/lib/duet/p-aa80ef8a.entry.js +0 -4
  793. package/lib/duet/p-aa885518.system.entry.js +0 -4
  794. package/lib/duet/p-abaf6d0e.entry.js +0 -4
  795. package/lib/duet/p-ad1c40f5.js +0 -4
  796. package/lib/duet/p-afad5fd3.system.js +0 -4
  797. package/lib/duet/p-afd43870.entry.js +0 -4
  798. package/lib/duet/p-b0e2884d.system.entry.js +0 -4
  799. package/lib/duet/p-b1f33063.system.js +0 -4
  800. package/lib/duet/p-b503bcdd.system.entry.js +0 -4
  801. package/lib/duet/p-b50ea79d.system.entry.js +0 -4
  802. package/lib/duet/p-b54723a9.system.entry.js +0 -4
  803. package/lib/duet/p-b7a34bd4.entry.js +0 -4
  804. package/lib/duet/p-b7f6339f.system.entry.js +0 -4
  805. package/lib/duet/p-b864159a.system.js +0 -4
  806. package/lib/duet/p-b8b21423.system.entry.js +0 -4
  807. package/lib/duet/p-b9e2b3ba.entry.js +0 -4
  808. package/lib/duet/p-ba03d034.system.js +0 -4
  809. package/lib/duet/p-c3a69e37.js +0 -4
  810. package/lib/duet/p-c5839bf5.entry.js +0 -4
  811. package/lib/duet/p-c7654999.entry.js +0 -4
  812. package/lib/duet/p-cbf629b3.system.entry.js +0 -4
  813. package/lib/duet/p-cc5e6288.system.js +0 -4
  814. package/lib/duet/p-cc67e773.js +0 -4
  815. package/lib/duet/p-cd0785ee.system.entry.js +0 -4
  816. package/lib/duet/p-cf6b88ae.entry.js +0 -4
  817. package/lib/duet/p-cff8b063.entry.js +0 -4
  818. package/lib/duet/p-d004da5f.js +0 -4
  819. package/lib/duet/p-d07eec56.system.entry.js +0 -4
  820. package/lib/duet/p-d35ab8b7.system.entry.js +0 -4
  821. package/lib/duet/p-d50d03f7.system.entry.js +0 -4
  822. package/lib/duet/p-d53d7fd5.entry.js +0 -4
  823. package/lib/duet/p-d55299c9.entry.js +0 -4
  824. package/lib/duet/p-d61d7080.entry.js +0 -4
  825. package/lib/duet/p-d6ed2033.system.entry.js +0 -4
  826. package/lib/duet/p-d90e530c.system.entry.js +0 -4
  827. package/lib/duet/p-db2ccb9d.system.js +0 -4
  828. package/lib/duet/p-e07ee017.system.entry.js +0 -4
  829. package/lib/duet/p-e12066c8.system.js +0 -4
  830. package/lib/duet/p-e17c5d6a.entry.js +0 -4
  831. package/lib/duet/p-e1c09dd8.system.entry.js +0 -4
  832. package/lib/duet/p-e216bea4.system.js +0 -4
  833. package/lib/duet/p-e4af314b.system.entry.js +0 -4
  834. package/lib/duet/p-e4c8559c.system.js +0 -4
  835. package/lib/duet/p-e5aecda6.system.entry.js +0 -4
  836. package/lib/duet/p-e6b5a1c7.system.js +0 -4
  837. package/lib/duet/p-e9cbe789.system.entry.js +0 -4
  838. package/lib/duet/p-ea787ed0.entry.js +0 -4
  839. package/lib/duet/p-eb463133.system.entry.js +0 -4
  840. package/lib/duet/p-eb83b46d.system.entry.js +0 -4
  841. package/lib/duet/p-ec581904.entry.js +0 -4
  842. package/lib/duet/p-ed3748dc.js +0 -4
  843. package/lib/duet/p-eecd1b93.system.entry.js +0 -4
  844. package/lib/duet/p-f0ee9aae.system.entry.js +0 -4
  845. package/lib/duet/p-f0fc3170.system.entry.js +0 -4
  846. package/lib/duet/p-f11208c3.js +0 -4
  847. package/lib/duet/p-f11e0e46.system.entry.js +0 -4
  848. package/lib/duet/p-f1273093.system.entry.js +0 -4
  849. package/lib/duet/p-f218ec0e.system.entry.js +0 -4
  850. package/lib/duet/p-f2d5c69e.system.js +0 -5
  851. package/lib/duet/p-f5f6aed8.system.js +0 -4
  852. package/lib/duet/p-f6000a03.js +0 -4
  853. package/lib/duet/p-f732fde1.entry.js +0 -4
  854. package/lib/duet/p-fe8cfa01.system.entry.js +0 -4
  855. package/lib/esm/a11y-utils-42080d56.js +0 -23
  856. package/lib/esm/action-arrow-down-small-82273dc8.js +0 -6
  857. package/lib/esm/action-new-window-small-1945be91.js +0 -6
  858. package/lib/esm/body-scroll-46854769.js +0 -234
  859. package/lib/esm/bodyScrollLock.es6-ecbf187e.js +0 -184
  860. package/lib/esm/create-id-149a1b6d.js +0 -11
  861. package/lib/esm/floating-ui.dom.esm-ebc91b33.js +0 -1348
  862. package/lib/esm/focus-utils-9bbe977f.js +0 -18
  863. package/lib/esm/form-search-ea8e19ae.js +0 -6
  864. package/lib/esm/input-utils-85681162.js +0 -53
  865. package/lib/esm/is-internet-explorer-2c48f686.js +0 -9
  866. package/lib/esm/js-utils-9b9e0039.js +0 -47
  867. package/lib/esm/keyboard-utils-daf80d44.js +0 -58
  868. package/lib/esm/label-52e2e3f9.js +0 -20
  869. package/lib/esm/polyfills/core-js.js +0 -11
  870. package/lib/esm/polyfills/dom.js +0 -79
  871. package/lib/esm/polyfills/es5-html-element.js +0 -1
  872. package/lib/esm/polyfills/index.js +0 -34
  873. package/lib/esm/polyfills/system.js +0 -6
  874. package/lib/esm/slot-utils-4096ff0d.js +0 -115
  875. package/lib/esm/string-utils-192eb3c8.js +0 -61
  876. package/lib/esm/teleport-aa27d5f9.js +0 -116
  877. package/lib/esm/themeable-component-860041c5.js +0 -13
  878. package/lib/esm/token-utils-b9ba8c5e.js +0 -138
  879. package/lib/esm/tokens.module-2d02f5ff.js +0 -503
  880. package/lib/esm/watch-options-e96ecd92.js +0 -57
  881. package/lib/esm-es5/a11y-utils-42080d56.js +0 -4
  882. package/lib/esm-es5/action-arrow-down-small-82273dc8.js +0 -4
  883. package/lib/esm-es5/action-new-window-small-1945be91.js +0 -4
  884. package/lib/esm-es5/app-globals-2c6c1103.js +0 -4
  885. package/lib/esm-es5/body-scroll-46854769.js +0 -4
  886. package/lib/esm-es5/bodyScrollLock.es6-ecbf187e.js +0 -4
  887. package/lib/esm-es5/common-strings-af765cad.js +0 -4
  888. package/lib/esm-es5/create-id-149a1b6d.js +0 -4
  889. package/lib/esm-es5/duet-action-button.entry.js +0 -4
  890. package/lib/esm-es5/duet-alert.entry.js +0 -4
  891. package/lib/esm-es5/duet-badge.entry.js +0 -4
  892. package/lib/esm-es5/duet-banner.entry.js +0 -4
  893. package/lib/esm-es5/duet-breadcrumb.entry.js +0 -4
  894. package/lib/esm-es5/duet-breadcrumbs.entry.js +0 -4
  895. package/lib/esm-es5/duet-button_2.entry.js +0 -4
  896. package/lib/esm-es5/duet-callout.entry.js +0 -4
  897. package/lib/esm-es5/duet-caption_4.entry.js +0 -4
  898. package/lib/esm-es5/duet-card.entry.js +0 -4
  899. package/lib/esm-es5/duet-checkbox.entry.js +0 -4
  900. package/lib/esm-es5/duet-checkmark.entry.js +0 -4
  901. package/lib/esm-es5/duet-chip.entry.js +0 -4
  902. package/lib/esm-es5/duet-choice_2.entry.js +0 -4
  903. package/lib/esm-es5/duet-collapsible.entry.js +0 -4
  904. package/lib/esm-es5/duet-combobox.entry.js +0 -4
  905. package/lib/esm-es5/duet-contact-card.entry.js +0 -4
  906. package/lib/esm-es5/duet-cookie-consent.entry.js +0 -4
  907. package/lib/esm-es5/duet-date-picker.entry.js +0 -4
  908. package/lib/esm-es5/duet-divider_2.entry.js +0 -4
  909. package/lib/esm-es5/duet-editable-table_3.entry.js +0 -4
  910. package/lib/esm-es5/duet-empty-state.entry.js +0 -4
  911. package/lib/esm-es5/duet-fieldset.entry.js +0 -4
  912. package/lib/esm-es5/duet-file-chooser.entry.js +0 -4
  913. package/lib/esm-es5/duet-footer.entry.js +0 -4
  914. package/lib/esm-es5/duet-grid_2.entry.js +0 -4
  915. package/lib/esm-es5/duet-header_2.entry.js +0 -4
  916. package/lib/esm-es5/duet-hero.entry.js +0 -4
  917. package/lib/esm-es5/duet-icon.entry.js +0 -4
  918. package/lib/esm-es5/duet-input_2.entry.js +0 -4
  919. package/lib/esm-es5/duet-layout.entry.js +0 -4
  920. package/lib/esm-es5/duet-list_2.entry.js +0 -4
  921. package/lib/esm-es5/duet-menu-bar-button.entry.js +0 -4
  922. package/lib/esm-es5/duet-menu-bar-dropdown-link.entry.js +0 -4
  923. package/lib/esm-es5/duet-menu-bar-dropdown.entry.js +0 -4
  924. package/lib/esm-es5/duet-menu-bar-item.entry.js +0 -4
  925. package/lib/esm-es5/duet-menu-bar-link.entry.js +0 -4
  926. package/lib/esm-es5/duet-menu-bar.entry.js +0 -4
  927. package/lib/esm-es5/duet-modal.entry.js +0 -4
  928. package/lib/esm-es5/duet-multiselect.entry.js +0 -4
  929. package/lib/esm-es5/duet-nav.entry.js +0 -4
  930. package/lib/esm-es5/duet-notification_2.entry.js +0 -4
  931. package/lib/esm-es5/duet-number-input.entry.js +0 -4
  932. package/lib/esm-es5/duet-overlay.entry.js +0 -4
  933. package/lib/esm-es5/duet-page-heading.entry.js +0 -4
  934. package/lib/esm-es5/duet-pagination_2.entry.js +0 -4
  935. package/lib/esm-es5/duet-phone-input.entry.js +0 -4
  936. package/lib/esm-es5/duet-popup-menu_2.entry.js +0 -4
  937. package/lib/esm-es5/duet-progress.entry.js +0 -4
  938. package/lib/esm-es5/duet-promo-card.entry.js +0 -4
  939. package/lib/esm-es5/duet-radio_2.entry.js +0 -4
  940. package/lib/esm-es5/duet-range-slider.entry.js +0 -4
  941. package/lib/esm-es5/duet-scrollable_3.entry.js +0 -4
  942. package/lib/esm-es5/duet-section-layout.entry.js +0 -4
  943. package/lib/esm-es5/duet-select.entry.js +0 -4
  944. package/lib/esm-es5/duet-shaped-image.entry.js +0 -4
  945. package/lib/esm-es5/duet-show-more.entry.js +0 -4
  946. package/lib/esm-es5/duet-slideout-lang.entry.js +0 -4
  947. package/lib/esm-es5/duet-slideout-link.entry.js +0 -4
  948. package/lib/esm-es5/duet-slideout-panel-dropdown.entry.js +0 -4
  949. package/lib/esm-es5/duet-slideout-panel.entry.js +0 -4
  950. package/lib/esm-es5/duet-slideout.entry.js +0 -4
  951. package/lib/esm-es5/duet-status-icon.entry.js +0 -4
  952. package/lib/esm-es5/duet-step_2.entry.js +0 -4
  953. package/lib/esm-es5/duet-submenu-bar-dropdown-link.entry.js +0 -4
  954. package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +0 -4
  955. package/lib/esm-es5/duet-submenu-bar-item.entry.js +0 -4
  956. package/lib/esm-es5/duet-submenu-bar-link.entry.js +0 -4
  957. package/lib/esm-es5/duet-submenu-bar.entry.js +0 -4
  958. package/lib/esm-es5/duet-textarea.entry.js +0 -4
  959. package/lib/esm-es5/duet-toggle.entry.js +0 -4
  960. package/lib/esm-es5/duet-toolbar-dropdown-link.entry.js +0 -4
  961. package/lib/esm-es5/duet-toolbar-dropdown.entry.js +0 -4
  962. package/lib/esm-es5/duet-toolbar-item.entry.js +0 -4
  963. package/lib/esm-es5/duet-toolbar-link.entry.js +0 -4
  964. package/lib/esm-es5/duet-toolbar.entry.js +0 -4
  965. package/lib/esm-es5/duet-tooltip-button_2.entry.js +0 -4
  966. package/lib/esm-es5/duet-tooltip.entry.js +0 -4
  967. package/lib/esm-es5/duet-tray.entry.js +0 -4
  968. package/lib/esm-es5/duet-upload-aria-status.entry.js +0 -4
  969. package/lib/esm-es5/duet-upload-item.entry.js +0 -4
  970. package/lib/esm-es5/duet-visually-hidden.entry.js +0 -4
  971. package/lib/esm-es5/duet.js +0 -4
  972. package/lib/esm-es5/errorcodes.utils-86af68b7.js +0 -4
  973. package/lib/esm-es5/floating-ui.dom.esm-ebc91b33.js +0 -4
  974. package/lib/esm-es5/focus-utils-9bbe977f.js +0 -4
  975. package/lib/esm-es5/form-search-ea8e19ae.js +0 -4
  976. package/lib/esm-es5/index-a830b2de.js +0 -4
  977. package/lib/esm-es5/index.js +0 -3
  978. package/lib/esm-es5/input-utils-85681162.js +0 -4
  979. package/lib/esm-es5/is-internet-explorer-2c48f686.js +0 -4
  980. package/lib/esm-es5/js-utils-9b9e0039.js +0 -4
  981. package/lib/esm-es5/keyboard-utils-daf80d44.js +0 -4
  982. package/lib/esm-es5/label-52e2e3f9.js +0 -4
  983. package/lib/esm-es5/language-utils-40caac4f.js +0 -4
  984. package/lib/esm-es5/loader.js +0 -4
  985. package/lib/esm-es5/slot-utils-4096ff0d.js +0 -4
  986. package/lib/esm-es5/string-utils-192eb3c8.js +0 -4
  987. package/lib/esm-es5/teleport-aa27d5f9.js +0 -4
  988. package/lib/esm-es5/themeable-component-860041c5.js +0 -4
  989. package/lib/esm-es5/token-utils-b9ba8c5e.js +0 -4
  990. package/lib/esm-es5/tokens-84fb2357.js +0 -4
  991. package/lib/esm-es5/tokens.module-2d02f5ff.js +0 -4
  992. package/lib/esm-es5/watch-options-e96ecd92.js +0 -4
  993. package/lib/loader/package.json +0 -11
  994. /package/lib/cjs/{body-scroll-dba42314.js → body-scroll-FWPe3_T_.js} +0 -0
  995. /package/lib/cjs/{bodyScrollLock.es6-dd2d7d91.js → bodyScrollLock.es6-B2sCDud5.js} +0 -0
  996. /package/lib/cjs/{common-strings-2984301e.js → common-strings-BhhnIQp3.js} +0 -0
  997. /package/lib/cjs/{create-id-1f8c438f.js → create-id-DtslnIOq.js} +0 -0
  998. /package/lib/cjs/{input-utils-1096a2c5.js → input-utils-DUKdslOM.js} +0 -0
  999. /package/lib/cjs/{is-internet-explorer-e7f58ebc.js → is-internet-explorer-BTLb_loH.js} +0 -0
  1000. /package/lib/cjs/{js-utils-92e24ba1.js → js-utils-hJ4A2edy.js} +0 -0
  1001. /package/lib/cjs/{keyboard-utils-f7c9f980.js → keyboard-utils-D9UlHbik.js} +0 -0
  1002. /package/lib/cjs/{string-utils-7b13c16e.js → string-utils-B35hEUBv.js} +0 -0
  1003. /package/lib/cjs/{teleport-c0eede18.js → teleport-BIcrl_KV.js} +0 -0
  1004. /package/lib/cjs/{themeable-component-996b489c.js → themeable-component-C57DSx5w.js} +0 -0
  1005. /package/lib/cjs/{watch-options-30a12622.js → watch-options-CTB_6VOA.js} +0 -0
  1006. /package/lib/duet/{p-8354d1f1.js → p-B1B-PPrh.js} +0 -0
  1007. /package/lib/duet/{p-7d8a2628.js → p-BgyaCAyh.js} +0 -0
  1008. /package/lib/duet/{p-9e371678.js → p-BlUsLmbQ.js} +0 -0
  1009. /package/lib/duet/{p-fc09c464.js → p-C6CAT054.js} +0 -0
  1010. /package/lib/duet/{p-9c3c64b9.js → p-C6E9F6QT.js} +0 -0
  1011. /package/lib/duet/{p-df7874f9.js → p-CLDy7YaM.js} +0 -0
  1012. /package/lib/duet/{p-5e59e970.js → p-Cfr_DJqU.js} +0 -0
  1013. /package/lib/duet/{p-beeb12f1.js → p-D6YBFNe9.js} +0 -0
  1014. /package/lib/duet/{p-8cb0e6bd.js → p-DWuCOI7R.js} +0 -0
  1015. /package/lib/duet/{p-43b89e38.js → p-DxESMgwA.js} +0 -0
  1016. /package/lib/duet/{p-aaa7a7bd.js → p-WhCDf9tt.js} +0 -0
  1017. /package/lib/{dist-custom-elements/p-fc09c464.js → esm/body-scroll-C6CAT054.js} +0 -0
  1018. /package/lib/{dist-custom-elements/p-8354d1f1.js → esm/bodyScrollLock.es6-B1B-PPrh.js} +0 -0
  1019. /package/lib/esm/{common-strings-af765cad.js → common-strings-D6YBFNe9.js} +0 -0
  1020. /package/lib/{dist-custom-elements/p-5e59e970.js → esm/create-id-Cfr_DJqU.js} +0 -0
  1021. /package/lib/{dist-custom-elements/p-df7874f9.js → esm/input-utils-CLDy7YaM.js} +0 -0
  1022. /package/lib/{dist-custom-elements/p-43b89e38.js → esm/is-internet-explorer-DxESMgwA.js} +0 -0
  1023. /package/lib/{dist-custom-elements/p-9e371678.js → esm/js-utils-BlUsLmbQ.js} +0 -0
  1024. /package/lib/{dist-custom-elements/p-9c3c64b9.js → esm/string-utils-C6E9F6QT.js} +0 -0
  1025. /package/lib/{dist-custom-elements/p-8cb0e6bd.js → esm/teleport-DWuCOI7R.js} +0 -0
  1026. /package/lib/{dist-custom-elements/p-aaa7a7bd.js → esm/themeable-component-WhCDf9tt.js} +0 -0
  1027. /package/lib/{dist-custom-elements/p-7d8a2628.js → esm/watch-options-BgyaCAyh.js} +0 -0
@@ -1,4 +0,0 @@
1
- var __assign=this&&this.__assign||function(){__assign=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return __assign.apply(this,arguments)};var __awaiter=this&&this.__awaiter||function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function a(e){try{u(r.next(e))}catch(e){o(e)}}function s(e){try{u(r["throw"](e))}catch(e){o(e)}}function u(e){e.done?n(e.value):i(e.value).then(a,s)}u((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},r,i,o,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(e){return function(t){return u([e,t])}}function u(s){if(r)throw new TypeError("Generator is already executing.");while(a&&(a=0,s[0]&&(n=0)),n)try{if(r=1,i&&(o=s[0]&2?i["return"]:s[0]?i["throw"]||((o=i["return"])&&o.call(i),0):i.next)&&!(o=o.call(i,s[1])).done)return o;if(i=0,o)s=[s[0]&2,o.value];switch(s[0]){case 0:case 1:o=s;break;case 4:n.label++;return{value:s[1],done:false};case 5:n.label++;i=s[1];s=[0];continue;case 7:s=n.ops.pop();n.trys.pop();continue;default:if(!(o=n.trys,o=o.length>0&&o[o.length-1])&&(s[0]===6||s[0]===2)){n=0;continue}if(s[0]===3&&(!o||s[1]>o[0]&&s[1]<o[3])){n.label=s[1];break}if(s[0]===6&&n.label<o[1]){n.label=o[1];o=s;break}if(o&&n.label<o[2]){n.label=o[2];n.ops.push(s);break}if(o[2])n.ops.pop();n.trys.pop();continue}s=t.call(e,n)}catch(e){s=[6,e];i=0}finally{r=o=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};var __rest=this&&this.__rest||function(e,t){var n={};for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0)n[r]=e[r];if(e!=null&&typeof Object.getOwnPropertySymbols==="function")for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++){if(t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i]))n[r[i]]=e[r[i]]}return n};var __spreadArray=this&&this.__spreadArray||function(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,o;r<i;r++){if(o||!(r in t)){if(!o)o=Array.prototype.slice.call(t,0,r);o[r]=t[r]}}return e.concat(o||Array.prototype.slice.call(t))};
2
- /*!
3
- * Built with Duet Design System
4
- */var min$1=Math.min;var max$1=Math.max;var oppositeSideMap={left:"right",right:"left",bottom:"top",top:"bottom"};var oppositeAlignmentMap={start:"end",end:"start"};function clamp(e,t,n){return max$1(e,min$1(t,n))}function evaluate(e,t){return typeof e==="function"?e(t):e}function getSide(e){return e.split("-")[0]}function getAlignment(e){return e.split("-")[1]}function getOppositeAxis(e){return e==="x"?"y":"x"}function getAxisLength(e){return e==="y"?"height":"width"}function getSideAxis(e){return["top","bottom"].includes(getSide(e))?"y":"x"}function getAlignmentAxis(e){return getOppositeAxis(getSideAxis(e))}function getAlignmentSides(e,t,n){if(n===void 0){n=false}var r=getAlignment(e);var i=getAlignmentAxis(e);var o=getAxisLength(i);var a=i==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";if(t.reference[o]>t.floating[o]){a=getOppositePlacement(a)}return[a,getOppositePlacement(a)]}function getExpandedPlacements(e){var t=getOppositePlacement(e);return[getOppositeAlignmentPlacement(e),t,getOppositeAlignmentPlacement(t)]}function getOppositeAlignmentPlacement(e){return e.replace(/start|end/g,(function(e){return oppositeAlignmentMap[e]}))}function getSideList(e,t,n){var r=["left","right"];var i=["right","left"];var o=["top","bottom"];var a=["bottom","top"];switch(e){case"top":case"bottom":if(n)return t?i:r;return t?r:i;case"left":case"right":return t?o:a;default:return[]}}function getOppositeAxisPlacements(e,t,n,r){var i=getAlignment(e);var o=getSideList(getSide(e),n==="start",r);if(i){o=o.map((function(e){return e+"-"+i}));if(t){o=o.concat(o.map(getOppositeAlignmentPlacement))}}return o}function getOppositePlacement(e){return e.replace(/left|right|bottom|top/g,(function(e){return oppositeSideMap[e]}))}function expandPaddingObject(e){return __assign({top:0,right:0,bottom:0,left:0},e)}function getPaddingObject(e){return typeof e!=="number"?expandPaddingObject(e):{top:e,right:e,bottom:e,left:e}}function rectToClientRect(e){var t=e.x,n=e.y,r=e.width,i=e.height;return{width:r,height:i,top:n,left:t,right:t+r,bottom:n+i,x:t,y:n}}function computeCoordsFromPlacement(e,t,n){var r=e.reference,i=e.floating;var o=getSideAxis(t);var a=getAlignmentAxis(t);var s=getAxisLength(a);var u=getSide(t);var l=o==="y";var c=r.x+r.width/2-i.width/2;var f=r.y+r.height/2-i.height/2;var g=r[s]/2-i[s]/2;var v;switch(u){case"top":v={x:c,y:r.y-i.height};break;case"bottom":v={x:c,y:r.y+r.height};break;case"right":v={x:r.x+r.width,y:f};break;case"left":v={x:r.x-i.width,y:f};break;default:v={x:r.x,y:r.y}}switch(getAlignment(t)){case"start":v[a]-=g*(n&&l?-1:1);break;case"end":v[a]+=g*(n&&l?-1:1);break}return v}var computePosition$1=function(e,t,n){return __awaiter(void 0,void 0,void 0,(function(){var r,i,o,a,s,u,l,c,f,g,v,d,m,p,h,w,_,y,x,A,b,S,C,O,E,P;var R,N;return __generator(this,(function(T){switch(T.label){case 0:r=n.placement,i=r===void 0?"bottom":r,o=n.strategy,a=o===void 0?"absolute":o,s=n.middleware,u=s===void 0?[]:s,l=n.platform;c=u.filter(Boolean);return[4,l.isRTL==null?void 0:l.isRTL(t)];case 1:f=T.sent();return[4,l.getElementRects({reference:e,floating:t,strategy:a})];case 2:g=T.sent();v=computeCoordsFromPlacement(g,i,f),d=v.x,m=v.y;p=i;h={};w=0;_=0;T.label=3;case 3:if(!(_<c.length))return[3,11];y=c[_],x=y.name,A=y.fn;return[4,A({x:d,y:m,initialPlacement:i,placement:p,strategy:a,middlewareData:h,rects:g,platform:l,elements:{reference:e,floating:t}})];case 4:b=T.sent(),S=b.x,C=b.y,O=b.data,E=b.reset;d=S!=null?S:d;m=C!=null?C:m;h=__assign(__assign({},h),(R={},R[x]=__assign(__assign({},h[x]),O),R));if(!(E&&w<=50))return[3,10];w++;if(!(typeof E==="object"))return[3,9];if(E.placement){p=E.placement}if(!E.rects)return[3,8];if(!(E.rects===true))return[3,6];return[4,l.getElementRects({reference:e,floating:t,strategy:a})];case 5:P=T.sent();return[3,7];case 6:P=E.rects;T.label=7;case 7:g=P;T.label=8;case 8:N=computeCoordsFromPlacement(g,p,f),d=N.x,m=N.y;T.label=9;case 9:_=-1;T.label=10;case 10:_++;return[3,3];case 11:return[2,{x:d,y:m,placement:p,strategy:a,middlewareData:h}]}}))}))};function detectOverflow(e,t){return __awaiter(this,void 0,void 0,(function(){var n,r,i,o,a,s,u,l,c,f,g,v,d,m,p,h,w,_,y,x,A,b,S,C,O,E,P,R,N,T,L,k,B,M;var D;return __generator(this,(function(F){switch(F.label){case 0:if(t===void 0){t={}}r=e.x,i=e.y,o=e.platform,a=e.rects,s=e.elements,u=e.strategy;l=evaluate(t,e),c=l.boundary,f=c===void 0?"clippingAncestors":c,g=l.rootBoundary,v=g===void 0?"viewport":g,d=l.elementContext,m=d===void 0?"floating":d,p=l.altBoundary,h=p===void 0?false:p,w=l.padding,_=w===void 0?0:w;y=getPaddingObject(_);x=m==="floating"?"reference":"floating";A=s[h?x:m];S=rectToClientRect;O=(C=o).getClippingRect;D={};return[4,o.isElement==null?void 0:o.isElement(A)];case 1:if(!((n=F.sent())!=null?n:true))return[3,2];E=A;return[3,5];case 2:P=A.contextElement;if(P)return[3,4];return[4,o.getDocumentElement==null?void 0:o.getDocumentElement(s.floating)];case 3:P=F.sent();F.label=4;case 4:E=P;F.label=5;case 5:return[4,O.apply(C,[(D.element=E,D.boundary=f,D.rootBoundary=v,D.strategy=u,D)])];case 6:b=S.apply(void 0,[F.sent()]);R=m==="floating"?{x:r,y:i,width:a.floating.width,height:a.floating.height}:a.reference;return[4,o.getOffsetParent==null?void 0:o.getOffsetParent(s.floating)];case 7:N=F.sent();return[4,o.isElement==null?void 0:o.isElement(N)];case 8:if(!F.sent())return[3,10];return[4,o.getScale==null?void 0:o.getScale(N)];case 9:L=F.sent()||{x:1,y:1};return[3,11];case 10:L={x:1,y:1};F.label=11;case 11:T=L;B=rectToClientRect;if(!o.convertOffsetParentRelativeRectToViewportRelativeRect)return[3,13];return[4,o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:R,offsetParent:N,strategy:u})];case 12:M=F.sent();return[3,14];case 13:M=R;F.label=14;case 14:k=B.apply(void 0,[M]);return[2,{top:(b.top-k.top+y.top)/T.y,bottom:(k.bottom-b.bottom+y.bottom)/T.y,left:(b.left-k.left+y.left)/T.x,right:(k.right-b.right+y.right)/T.x}]}}))}))}var arrow=function(e){return{name:"arrow",options:e,fn:function(t){return __awaiter(this,void 0,void 0,(function(){var n,r,i,o,a,s,u,l,c,f,g,v,d,m,p,h,w,_,y,x,A,b,S,C,O,E,P,R,N,T,L,k,B,M,D;var F,$;return __generator(this,(function(W){switch(W.label){case 0:n=t.x,r=t.y,i=t.placement,o=t.rects,a=t.platform,s=t.elements,u=t.middlewareData;l=evaluate(e,t)||{},c=l.element,f=l.padding,g=f===void 0?0:f;if(c==null){return[2,{}]}v=getPaddingObject(g);d={x:n,y:r};m=getAlignmentAxis(i);p=getAxisLength(m);return[4,a.getDimensions(c)];case 1:h=W.sent();w=m==="y";_=w?"top":"left";y=w?"bottom":"right";x=w?"clientHeight":"clientWidth";A=o.reference[p]+o.reference[m]-d[m]-o.floating[p];b=d[m]-o.reference[m];return[4,a.getOffsetParent==null?void 0:a.getOffsetParent(c)];case 2:S=W.sent();C=S?S[x]:0;O=!C;if(O)return[3,4];return[4,a.isElement==null?void 0:a.isElement(S)];case 3:O=!W.sent();W.label=4;case 4:if(O){C=s.floating[x]||o.floating[p]}E=A/2-b/2;P=C/2-h[p]/2-1;R=min$1(v[_],P);N=min$1(v[y],P);T=R;L=C-h[p]-N;k=C/2-h[p]/2+E;B=clamp(T,k,L);M=!u.arrow&&getAlignment(i)!=null&&k!==B&&o.reference[p]/2-(k<T?R:N)-h[p]/2<0;D=M?k<T?k-T:k-L:0;return[2,(F={},F[m]=d[m]+D,F.data=__assign(($={},$[m]=B,$.centerOffset=k-B-D,$),M&&{alignmentOffset:D}),F.reset=M,F)]}}))}))}}};var flip=function(e){if(e===void 0){e={}}return{name:"flip",options:e,fn:function(t){return __awaiter(this,void 0,void 0,(function(){var n,r,i,o,a,s,u,l,c,f,g,v,d,m,p,h,w,_,y,x,A,b,S,C,O,E,P,R,N,T,L,k,B,M,D,F,$;return __generator(this,(function(W){switch(W.label){case 0:i=t.placement,o=t.middlewareData,a=t.rects,s=t.initialPlacement,u=t.platform,l=t.elements;c=evaluate(e,t),f=c.mainAxis,g=f===void 0?true:f,v=c.crossAxis,d=v===void 0?true:v,m=c.fallbackPlacements,p=c.fallbackStrategy,h=p===void 0?"bestFit":p,w=c.fallbackAxisSideDirection,_=w===void 0?"none":w,y=c.flipAlignment,x=y===void 0?true:y,A=__rest(c,["mainAxis","crossAxis","fallbackPlacements","fallbackStrategy","fallbackAxisSideDirection","flipAlignment"]);if((n=o.arrow)!=null&&n.alignmentOffset){return[2,{}]}b=getSide(i);S=getSide(s)===s;return[4,u.isRTL==null?void 0:u.isRTL(l.floating)];case 1:C=W.sent();O=m||(S||!x?[getOppositePlacement(s)]:getExpandedPlacements(s));if(!m&&_!=="none"){O.push.apply(O,getOppositeAxisPlacements(s,x,_,C))}E=__spreadArray([s],O,true);return[4,detectOverflow(t,A)];case 2:P=W.sent();R=[];N=((r=o.flip)==null?void 0:r.overflows)||[];if(g){R.push(P[b])}if(d){T=getAlignmentSides(i,a,C);R.push(P[T[0]],P[T[1]])}N=__spreadArray(__spreadArray([],N,true),[{placement:i,overflows:R}],false);if(!R.every((function(e){return e<=0}))){B=(((L=o.flip)==null?void 0:L.index)||0)+1;M=E[B];if(M){return[2,{data:{index:B,overflows:N},reset:{placement:M}}]}D=(k=N.filter((function(e){return e.overflows[0]<=0})).sort((function(e,t){return e.overflows[1]-t.overflows[1]}))[0])==null?void 0:k.placement;if(!D){switch(h){case"bestFit":{$=(F=N.map((function(e){return[e.placement,e.overflows.filter((function(e){return e>0})).reduce((function(e,t){return e+t}),0)]})).sort((function(e,t){return e[1]-t[1]}))[0])==null?void 0:F[0];if($){D=$}break}case"initialPlacement":D=s;break}}if(i!==D){return[2,{reset:{placement:D}}]}}return[2,{}]}}))}))}}};function convertValueToCoords(e,t){return __awaiter(this,void 0,void 0,(function(){var n,r,i,o,a,s,u,l,c,f,g,v,d,m;return __generator(this,(function(p){switch(p.label){case 0:n=e.placement,r=e.platform,i=e.elements;return[4,r.isRTL==null?void 0:r.isRTL(i.floating)];case 1:o=p.sent();a=getSide(n);s=getAlignment(n);u=getSideAxis(n)==="y";l=["left","top"].includes(a)?-1:1;c=o&&u?-1:1;f=evaluate(t,e);g=typeof f==="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:__assign({mainAxis:0,crossAxis:0,alignmentAxis:null},f),v=g.mainAxis,d=g.crossAxis,m=g.alignmentAxis;if(s&&typeof m==="number"){d=s==="end"?m*-1:m}return[2,u?{x:d*c,y:v*l}:{x:v*l,y:d*c}]}}))}))}var offset=function(e){if(e===void 0){e=0}return{name:"offset",options:e,fn:function(t){return __awaiter(this,void 0,void 0,(function(){var n,r,i,o,a,s,u;return __generator(this,(function(l){switch(l.label){case 0:i=t.x,o=t.y,a=t.placement,s=t.middlewareData;return[4,convertValueToCoords(t,e)];case 1:u=l.sent();if(a===((n=s.offset)==null?void 0:n.placement)&&(r=s.arrow)!=null&&r.alignmentOffset){return[2,{}]}return[2,{x:i+u.x,y:o+u.y,data:__assign(__assign({},u),{placement:a})}]}}))}))}}};var shift=function(e){if(e===void 0){e={}}return{name:"shift",options:e,fn:function(t){return __awaiter(this,void 0,void 0,(function(){var n,r,i,o,a,s,u,l,c,f,g,v,d,m,p,h,w,_,y,x,A,_,y,b,S,C;var O;return __generator(this,(function(E){switch(E.label){case 0:n=t.x,r=t.y,i=t.placement;o=evaluate(e,t),a=o.mainAxis,s=a===void 0?true:a,u=o.crossAxis,l=u===void 0?false:u,c=o.limiter,f=c===void 0?{fn:function(e){var t=e.x,n=e.y;return{x:t,y:n}}}:c,g=__rest(o,["mainAxis","crossAxis","limiter"]);v={x:n,y:r};return[4,detectOverflow(t,g)];case 1:d=E.sent();m=getSideAxis(getSide(i));p=getOppositeAxis(m);h=v[p];w=v[m];if(s){_=p==="y"?"top":"left";y=p==="y"?"bottom":"right";x=h+d[_];A=h-d[y];h=clamp(x,h,A)}if(l){_=m==="y"?"top":"left";y=m==="y"?"bottom":"right";b=w+d[_];S=w-d[y];w=clamp(b,w,S)}C=f.fn(__assign(__assign({},t),(O={},O[p]=h,O[m]=w,O)));return[2,__assign(__assign({},C),{data:{x:C.x-n,y:C.y-r}})]}}))}))}}};function getWindow(e){var t;return((t=e.ownerDocument)==null?void 0:t.defaultView)||window}function getComputedStyle$1(e){return getWindow(e).getComputedStyle(e)}function isNode(e){return e instanceof getWindow(e).Node}function getNodeName(e){return isNode(e)?(e.nodeName||"").toLowerCase():""}function isHTMLElement(e){return e instanceof getWindow(e).HTMLElement}function isElement(e){return e instanceof getWindow(e).Element}function isShadowRoot(e){if(typeof ShadowRoot==="undefined"){return false}var t=getWindow(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function isOverflowElement(e){var t=getComputedStyle$1(e),n=t.overflow,r=t.overflowX,i=t.overflowY,o=t.display;return/auto|scroll|overlay|hidden|clip/.test(n+i+r)&&!["inline","contents"].includes(o)}function isTableElement(e){return["table","td","th"].includes(getNodeName(e))}function isContainingBlock(e){var t=isSafari();var n=getComputedStyle$1(e);return n.transform!=="none"||n.perspective!=="none"||!t&&(n.backdropFilter?n.backdropFilter!=="none":false)||!t&&(n.filter?n.filter!=="none":false)||["transform","perspective","filter"].some((function(e){return(n.willChange||"").includes(e)}))||["paint","layout","strict","content"].some((function(e){return(n.contain||"").includes(e)}))}function isSafari(){if(typeof CSS==="undefined"||!CSS.supports)return false;return CSS.supports("-webkit-backdrop-filter","none")}function isLastTraversableNode(e){return["html","body","#document"].includes(getNodeName(e))}var min=Math.min;var max=Math.max;var round=Math.round;function getCssDimensions(e){var t=getComputedStyle$1(e);var n=parseFloat(t.width)||0;var r=parseFloat(t.height)||0;var i=isHTMLElement(e);var o=i?e.offsetWidth:n;var a=i?e.offsetHeight:r;var s=round(n)!==o||round(r)!==a;if(s){n=o;r=a}return{width:n,height:r,fallback:s}}function unwrapElement(e){return!isElement(e)?e.contextElement:e}var FALLBACK_SCALE={x:1,y:1};function getScale(e){var t=unwrapElement(e);if(!isHTMLElement(t)){return FALLBACK_SCALE}var n=t.getBoundingClientRect();var r=getCssDimensions(t),i=r.width,o=r.height,a=r.fallback;var s=(a?round(n.width):n.width)/i;var u=(a?round(n.height):n.height)/o;if(!s||!Number.isFinite(s)){s=1}if(!u||!Number.isFinite(u)){u=1}return{x:s,y:u}}var noOffsets={x:0,y:0};function getVisualOffsets(e,t,n){var r,i;if(t===void 0){t=true}if(!isSafari()){return noOffsets}var o=e?getWindow(e):window;if(!n||t&&n!==o){return noOffsets}return{x:((r=o.visualViewport)==null?void 0:r.offsetLeft)||0,y:((i=o.visualViewport)==null?void 0:i.offsetTop)||0}}function getBoundingClientRect(e,t,n,r){if(t===void 0){t=false}if(n===void 0){n=false}var i=e.getBoundingClientRect();var o=unwrapElement(e);var a=FALLBACK_SCALE;if(t){if(r){if(isElement(r)){a=getScale(r)}}else{a=getScale(e)}}var s=getVisualOffsets(o,n,r);var u=(i.left+s.x)/a.x;var l=(i.top+s.y)/a.y;var c=i.width/a.x;var f=i.height/a.y;if(o){var g=getWindow(o);var v=r&&isElement(r)?getWindow(r):r;var d=g.frameElement;while(d&&r&&v!==g){var m=getScale(d);var p=d.getBoundingClientRect();var h=getComputedStyle(d);p.x+=(d.clientLeft+parseFloat(h.paddingLeft))*m.x;p.y+=(d.clientTop+parseFloat(h.paddingTop))*m.y;u*=m.x;l*=m.y;c*=m.x;f*=m.y;u+=p.x;l+=p.y;d=getWindow(d).frameElement}}return rectToClientRect({width:c,height:f,x:u,y:l})}function getDocumentElement(e){return((isNode(e)?e.ownerDocument:e.document)||window.document).documentElement}function getNodeScroll(e){if(isElement(e)){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function convertOffsetParentRelativeRectToViewportRelativeRect(e){var t=e.rect,n=e.offsetParent,r=e.strategy;var i=isHTMLElement(n);var o=getDocumentElement(n);if(n===o){return t}var a={scrollLeft:0,scrollTop:0};var s={x:1,y:1};var u={x:0,y:0};if(i||!i&&r!=="fixed"){if(getNodeName(n)!=="body"||isOverflowElement(o)){a=getNodeScroll(n)}if(isHTMLElement(n)){var l=getBoundingClientRect(n);s=getScale(n);u.x=l.x+n.clientLeft;u.y=l.y+n.clientTop}}return{width:t.width*s.x,height:t.height*s.y,x:t.x*s.x-a.scrollLeft*s.x+u.x,y:t.y*s.y-a.scrollTop*s.y+u.y}}function getWindowScrollBarX(e){return getBoundingClientRect(getDocumentElement(e)).left+getNodeScroll(e).scrollLeft}function getDocumentRect(e){var t=getDocumentElement(e);var n=getNodeScroll(e);var r=e.ownerDocument.body;var i=max(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth);var o=max(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);var a=-n.scrollLeft+getWindowScrollBarX(e);var s=-n.scrollTop;if(getComputedStyle$1(r).direction==="rtl"){a+=max(t.clientWidth,r.clientWidth)-i}return{width:i,height:o,x:a,y:s}}function getParentNode(e){if(getNodeName(e)==="html"){return e}var t=e.assignedSlot||e.parentNode||isShadowRoot(e)&&e.host||getDocumentElement(e);return isShadowRoot(t)?t.host:t}function getNearestOverflowAncestor(e){var t=getParentNode(e);if(isLastTraversableNode(t)){return t.ownerDocument.body}if(isHTMLElement(t)&&isOverflowElement(t)){return t}return getNearestOverflowAncestor(t)}function getOverflowAncestors(e,t){var n;if(t===void 0){t=[]}var r=getNearestOverflowAncestor(e);var i=r===((n=e.ownerDocument)==null?void 0:n.body);var o=getWindow(r);if(i){return t.concat(o,o.visualViewport||[],isOverflowElement(r)?r:[])}return t.concat(r,getOverflowAncestors(r))}function getViewportRect(e,t){var n=getWindow(e);var r=getDocumentElement(e);var i=n.visualViewport;var o=r.clientWidth;var a=r.clientHeight;var s=0;var u=0;if(i){o=i.width;a=i.height;var l=isSafari();if(!l||l&&t==="fixed"){s=i.offsetLeft;u=i.offsetTop}}return{width:o,height:a,x:s,y:u}}function getInnerBoundingClientRect(e,t){var n=getBoundingClientRect(e,true,t==="fixed");var r=n.top+e.clientTop;var i=n.left+e.clientLeft;var o=isHTMLElement(e)?getScale(e):{x:1,y:1};var a=e.clientWidth*o.x;var s=e.clientHeight*o.y;var u=i*o.x;var l=r*o.y;return{width:a,height:s,x:u,y:l}}function getClientRectFromClippingAncestor(e,t,n){var r;if(t==="viewport"){r=getViewportRect(e,n)}else if(t==="document"){r=getDocumentRect(getDocumentElement(e))}else if(isElement(t)){r=getInnerBoundingClientRect(t,n)}else{var i=getVisualOffsets(e);r=__assign(__assign({},t),{x:t.x-i.x,y:t.y-i.y})}return rectToClientRect(r)}function hasFixedPositionAncestor(e,t){var n=getParentNode(e);if(n===t||!isElement(n)||isLastTraversableNode(n)){return false}return getComputedStyle$1(n).position==="fixed"||hasFixedPositionAncestor(n,t)}function getClippingElementAncestors(e,t){var n=t.get(e);if(n){return n}var r=getOverflowAncestors(e).filter((function(e){return isElement(e)&&getNodeName(e)!=="body"}));var i=null;var o=getComputedStyle$1(e).position==="fixed";var a=o?getParentNode(e):e;while(isElement(a)&&!isLastTraversableNode(a)){var s=getComputedStyle$1(a);var u=isContainingBlock(a);if(!u&&s.position==="fixed"){i=null}var l=o?!u&&!i:!u&&s.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||isOverflowElement(a)&&!u&&hasFixedPositionAncestor(e,a);if(l){r=r.filter((function(e){return e!==a}))}else{i=s}a=getParentNode(a)}t.set(e,r);return r}function getClippingRect(e){var t=e.element,n=e.boundary,r=e.rootBoundary,i=e.strategy;var o=n==="clippingAncestors"?getClippingElementAncestors(t,this._c):[].concat(n);var a=__spreadArray(__spreadArray([],o,true),[r],false);var s=a[0];var u=a.reduce((function(e,n){var r=getClientRectFromClippingAncestor(t,n,i);e.top=max(r.top,e.top);e.right=min(r.right,e.right);e.bottom=min(r.bottom,e.bottom);e.left=max(r.left,e.left);return e}),getClientRectFromClippingAncestor(t,s,i));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function getDimensions(e){return getCssDimensions(e)}function getTrueOffsetParent(e,t){if(!isHTMLElement(e)||getComputedStyle$1(e).position==="fixed"){return null}if(t){return t(e)}return e.offsetParent}function getContainingBlock(e){var t=getParentNode(e);while(isHTMLElement(t)&&!isLastTraversableNode(t)){if(isContainingBlock(t)){return t}else{t=getParentNode(t)}}return null}function getOffsetParent(e,t){var n=getWindow(e);if(!isHTMLElement(e)){return n}var r=getTrueOffsetParent(e,t);while(r&&isTableElement(r)&&getComputedStyle$1(r).position==="static"){r=getTrueOffsetParent(r,t)}if(r&&(getNodeName(r)==="html"||getNodeName(r)==="body"&&getComputedStyle$1(r).position==="static"&&!isContainingBlock(r))){return n}return r||getContainingBlock(e)||n}function getRectRelativeToOffsetParent(e,t,n){var r=isHTMLElement(t);var i=getDocumentElement(t);var o=n==="fixed";var a=getBoundingClientRect(e,true,o,t);var s={scrollLeft:0,scrollTop:0};var u={x:0,y:0};if(r||!r&&!o){if(getNodeName(t)!=="body"||isOverflowElement(i)){s=getNodeScroll(t)}if(isHTMLElement(t)){var l=getBoundingClientRect(t,true,o,t);u.x=l.x+t.clientLeft;u.y=l.y+t.clientTop}else if(i){u.x=getWindowScrollBarX(i)}}return{x:a.left+s.scrollLeft-u.x,y:a.top+s.scrollTop-u.y,width:a.width,height:a.height}}var platform={getClippingRect:getClippingRect,convertOffsetParentRelativeRectToViewportRelativeRect:convertOffsetParentRelativeRectToViewportRelativeRect,isElement:isElement,getDimensions:getDimensions,getOffsetParent:getOffsetParent,getDocumentElement:getDocumentElement,getScale:getScale,getElementRects:function(e){return __awaiter(this,void 0,void 0,(function(){var t,n,r,i,o,a,s,u;var l;return __generator(this,(function(c){switch(c.label){case 0:t=e.reference,n=e.floating,r=e.strategy;i=this.getOffsetParent||getOffsetParent;o=this.getDimensions;l={};a=getRectRelativeToOffsetParent;s=[t];return[4,i(n)];case 1:l.reference=a.apply(void 0,s.concat([c.sent(),r]));u=[{x:0,y:0}];return[4,o(n)];case 2:return[2,(l.floating=__assign.apply(void 0,u.concat([c.sent()])),l)]}}))}))},getClientRects:function(e){return Array.from(e.getClientRects())},isRTL:function(e){return getComputedStyle$1(e).direction==="rtl"}};function autoUpdate(e,t,n,r){if(r===void 0){r={}}var i=r.ancestorScroll,o=i===void 0?true:i,a=r.ancestorResize,s=a===void 0?true:a,u=r.elementResize,l=u===void 0?true:u,c=r.animationFrame,f=c===void 0?false:c;var g=o||s?__spreadArray(__spreadArray([],isElement(e)?getOverflowAncestors(e):e.contextElement?getOverflowAncestors(e.contextElement):[],true),getOverflowAncestors(t),true):[];g.forEach((function(e){var t=!isElement(e)&&e.toString().includes("V");if(o&&(f?t:true)){e.addEventListener("scroll",n,{passive:true})}s&&e.addEventListener("resize",n)}));var v=null;if(l){v=new ResizeObserver((function(){n()}));isElement(e)&&!f&&v.observe(e);if(!isElement(e)&&e.contextElement&&!f){v.observe(e.contextElement)}v.observe(t)}var d;var m=f?getBoundingClientRect(e):null;if(f){p()}function p(){var t=getBoundingClientRect(e);if(m&&(t.x!==m.x||t.y!==m.y||t.width!==m.width||t.height!==m.height)){n()}m=t;d=requestAnimationFrame(p)}n();return function(){var e;g.forEach((function(e){o&&e.removeEventListener("scroll",n);s&&e.removeEventListener("resize",n)}));(e=v)==null?void 0:e.disconnect();v=null;if(f){cancelAnimationFrame(d)}}}var computePosition=function(e,t,n){var r=new Map;var i=__assign({platform:platform},n);var o=__assign(__assign({},i.platform),{_c:r});return computePosition$1(e,t,__assign(__assign({},i),{platform:o}))};export{arrow as a,autoUpdate as b,computePosition as c,flip as f,offset as o,shift as s};
@@ -1,4 +0,0 @@
1
- /*!
2
- * Built with Duet Design System
3
- */
4
- import{h}from"./index-a830b2de.js";var focusElement=function(e){if("setFocus"in e){e.setFocus()}else{e.focus()}};var FocusGuard=function(e){var u=e.moveFocusTo;return h("div",{class:"duet-focus-guard","aria-hidden":"true",tabIndex:0,onFocus:function(){return focusElement(u)}})};export{FocusGuard as F,focusElement as f};
@@ -1,4 +0,0 @@
1
- /*!
2
- * Built with Duet Design System
3
- */
4
- var formSearch={title:"form-search",tags:"form search magnifying glass",svg:'<svg fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img"><path d="M23.245 23.996a.743.743 0 0 1-.53-.22L16.2 17.26a9.824 9.824 0 0 1-2.553 1.579 9.766 9.766 0 0 1-7.51.069 9.745 9.745 0 0 1-5.359-5.262c-1.025-2.412-1.05-5.08-.069-7.51S3.558 1.802 5.97.777a9.744 9.744 0 0 1 7.51-.069c2.431.981 4.334 2.849 5.359 5.262s1.05 5.08.069 7.51a9.807 9.807 0 0 1-1.649 2.718l6.517 6.518a.75.75 0 0 1-.531 1.28zM9.807 1.49a8.259 8.259 0 0 0-3.25.667c-2.044.869-3.627 2.481-4.458 4.54s-.81 4.318.058 6.362a8.26 8.26 0 0 0 4.54 4.458 8.259 8.259 0 0 0 6.362-.059 8.285 8.285 0 0 0 2.594-1.736.365.365 0 0 1 .077-.076 8.245 8.245 0 0 0 1.786-2.728 8.255 8.255 0 0 0-.059-6.362 8.257 8.257 0 0 0-4.54-4.458 8.28 8.28 0 0 0-3.11-.608z"/></svg>'};export{formSearch as f};
@@ -1,4 +0,0 @@
1
- var __extends=this&&this.__extends||function(){var e=function(r,t){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)if(Object.prototype.hasOwnProperty.call(r,t))e[t]=r[t]};return e(r,t)};return function(r,t){if(typeof t!=="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");e(r,t);function n(){this.constructor=r}r.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();var __assign=this&&this.__assign||function(){__assign=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++){r=arguments[t];for(var o in r)if(Object.prototype.hasOwnProperty.call(r,o))e[o]=r[o]}return e};return __assign.apply(this,arguments)};var __awaiter=this&&this.__awaiter||function(e,r,t,n){function o(e){return e instanceof t?e:new t((function(r){r(e)}))}return new(t||(t=Promise))((function(t,a){function i(e){try{s(n.next(e))}catch(e){a(e)}}function u(e){try{s(n["throw"](e))}catch(e){a(e)}}function s(e){e.done?t(e.value):o(e.value).then(i,u)}s((n=n.apply(e,r||[])).next())}))};var __generator=this&&this.__generator||function(e,r){var t={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,o,a,i;return i={next:u(0),throw:u(1),return:u(2)},typeof Symbol==="function"&&(i[Symbol.iterator]=function(){return this}),i;function u(e){return function(r){return s([e,r])}}function s(u){if(n)throw new TypeError("Generator is already executing.");while(i&&(i=0,u[0]&&(t=0)),t)try{if(n=1,o&&(a=u[0]&2?o["return"]:u[0]?o["throw"]||((a=o["return"])&&a.call(o),0):o.next)&&!(a=a.call(o,u[1])).done)return a;if(o=0,a)u=[u[0]&2,a.value];switch(u[0]){case 0:case 1:a=u;break;case 4:t.label++;return{value:u[1],done:false};case 5:t.label++;o=u[1];u=[0];continue;case 7:u=t.ops.pop();t.trys.pop();continue;default:if(!(a=t.trys,a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){t=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){t.label=u[1];break}if(u[0]===6&&t.label<a[1]){t.label=a[1];a=u;break}if(a&&t.label<a[2]){t.label=a[2];t.ops.push(u);break}if(a[2])t.ops.pop();t.trys.pop();continue}u=r.call(e,t)}catch(e){u=[6,e];o=0}finally{n=a=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(e,r,t){if(t||arguments.length===2)for(var n=0,o=r.length,a;n<o;n++){if(a||!(n in r)){if(!a)a=Array.prototype.slice.call(r,0,n);a[n]=r[n]}}return e.concat(a||Array.prototype.slice.call(r))};
2
- /*!
3
- * Built with Duet Design System
4
- */var NAMESPACE="duet";var BUILD={allRenderFn:true,appendChildSlotFix:false,asyncLoading:true,asyncQueue:false,attachStyles:true,cloneNodeFix:false,cmpDidLoad:true,cmpDidRender:true,cmpDidUnload:false,cmpDidUpdate:true,cmpShouldUpdate:false,cmpWillLoad:true,cmpWillRender:true,cmpWillUpdate:false,connectedCallback:true,constructableCSS:true,cssAnnotations:true,devTools:false,disconnectedCallback:true,element:false,event:true,experimentalScopedSlotChanges:false,experimentalSlotFixes:false,formAssociated:false,hasRenderFn:true,hostListener:true,hostListenerTarget:true,hostListenerTargetBody:true,hostListenerTargetDocument:true,hostListenerTargetParent:false,hostListenerTargetWindow:true,hotModuleReplacement:false,hydrateClientSide:true,hydrateServerSide:false,hydratedAttribute:false,hydratedClass:true,hydratedSelectorName:"hydrated",initializeNextTick:true,invisiblePrehydration:false,isDebug:false,isDev:false,isTesting:false,lazyLoad:true,lifecycle:true,lifecycleDOMEvents:false,member:true,method:true,mode:false,observeAttribute:true,profile:false,prop:true,propBoolean:true,propMutable:true,propNumber:true,propString:true,reflect:true,scoped:true,scopedSlotTextContentFix:false,scriptDataOpts:true,shadowDelegatesFocus:true,shadowDom:true,slot:true,slotChildNodesFix:true,slotRelocation:true,state:true,style:true,svg:true,taskQueue:true,transformTagName:false,updatable:true,vdomAttribute:true,vdomClass:true,vdomFunctional:true,vdomKey:true,vdomListener:true,vdomPropOrAttr:true,vdomRef:true,vdomRender:true,vdomStyle:true,vdomText:true,vdomXlink:true,watchCallback:true};var Env={cdnURILocal:"http://localhost:3334",cdnURIProd:"https://cdn.duetds.com/api",duetIconVersion:"4.1.17"};var __defProp=Object.defineProperty;var __export=function(e,r){for(var t in r)__defProp(e,t,{get:r[t],enumerable:true})};var Build={isDev:false,isBrowser:true,isServer:false,isTesting:false};var hostRefs=new WeakMap;var getHostRef=function(e){return hostRefs.get(e)};var registerInstance=function(e,r){return hostRefs.set(r.t=e,r)};var registerHost=function(e,r){var t={o:0,$hostElement$:e,i:r,u:new Map};{t.l=new Promise((function(e){return t.v=e}))}{t.p=new Promise((function(e){return t.m=e}));e["s-p"]=[];e["s-rc"]=[]}return hostRefs.set(e,t)};var isMemberInElement=function(e,r){return r in e};var consoleError=function(e,r){return(0,console.error)(e,r)};var cmpModules=new Map;var loadModule=function(e,r,t){var n=e.h.replace(/-/g,"_");var o=e._;if(!o){return void 0}var a=cmpModules.get(o);if(a){return a[n]}if(!t||!BUILD.hotModuleReplacement){var i=function(e){cmpModules.set(o,e);return e[n]};switch(o){case"duet-alert":return import("./duet-alert.entry.js").then(i,consoleError);case"duet-badge":return import("./duet-badge.entry.js").then(i,consoleError);case"duet-action-button":return import("./duet-action-button.entry.js").then(i,consoleError);case"duet-hero":return import("./duet-hero.entry.js").then(i,consoleError);case"duet-card":return import("./duet-card.entry.js").then(i,consoleError);case"duet-empty-state":return import("./duet-empty-state.entry.js").then(i,consoleError);case"duet-checkbox":return import("./duet-checkbox.entry.js").then(i,consoleError);case"duet-layout":return import("./duet-layout.entry.js").then(i,consoleError);case"duet-section-layout":return import("./duet-section-layout.entry.js").then(i,consoleError);case"duet-number-input":return import("./duet-number-input.entry.js").then(i,consoleError);case"duet-icon":return import("./duet-icon.entry.js").then(i,consoleError);case"duet-range-slider":return import("./duet-range-slider.entry.js").then(i,consoleError);case"duet-select":return import("./duet-select.entry.js").then(i,consoleError);case"duet-progress":return import("./duet-progress.entry.js").then(i,consoleError);case"duet-textarea":return import("./duet-textarea.entry.js").then(i,consoleError);case"duet-toggle":return import("./duet-toggle.entry.js").then(i,consoleError);case"duet-tooltip":return import("./duet-tooltip.entry.js").then(i,consoleError);case"duet-visually-hidden":return import("./duet-visually-hidden.entry.js").then(i,consoleError);case"duet-modal":return import("./duet-modal.entry.js").then(i,consoleError);case"duet-collapsible":return import("./duet-collapsible.entry.js").then(i,consoleError);case"duet-cookie-consent":return import("./duet-cookie-consent.entry.js").then(i,consoleError);case"duet-tray":return import("./duet-tray.entry.js").then(i,consoleError);case"duet-date-picker":return import("./duet-date-picker.entry.js").then(i,consoleError);case"duet-button_2":return import("./duet-button_2.entry.js").then(i,consoleError);case"duet-grid_2":return import("./duet-grid_2.entry.js").then(i,consoleError);case"duet-header_2":return import("./duet-header_2.entry.js").then(i,consoleError);case"duet-radio_2":return import("./duet-radio_2.entry.js").then(i,consoleError);case"duet-choice_2":return import("./duet-choice_2.entry.js").then(i,consoleError);case"duet-list_2":return import("./duet-list_2.entry.js").then(i,consoleError);case"duet-divider_2":return import("./duet-divider_2.entry.js").then(i,consoleError);case"duet-input_2":return import("./duet-input_2.entry.js").then(i,consoleError);case"duet-step_2":return import("./duet-step_2.entry.js").then(i,consoleError);case"duet-pagination_2":return import("./duet-pagination_2.entry.js").then(i,consoleError);case"duet-notification_2":return import("./duet-notification_2.entry.js").then(i,consoleError);case"duet-editable-table_3":return import("./duet-editable-table_3.entry.js").then(i,consoleError);case"duet-scrollable_3":return import("./duet-scrollable_3.entry.js").then(i,consoleError);case"duet-caption_4":return import("./duet-caption_4.entry.js").then(i,consoleError);case"duet-banner":return import("./duet-banner.entry.js").then(i,consoleError);case"duet-breadcrumb":return import("./duet-breadcrumb.entry.js").then(i,consoleError);case"duet-breadcrumbs":return import("./duet-breadcrumbs.entry.js").then(i,consoleError);case"duet-callout":return import("./duet-callout.entry.js").then(i,consoleError);case"duet-combobox":return import("./duet-combobox.entry.js").then(i,consoleError);case"duet-contact-card":return import("./duet-contact-card.entry.js").then(i,consoleError);case"duet-file-chooser":return import("./duet-file-chooser.entry.js").then(i,consoleError);case"duet-footer":return import("./duet-footer.entry.js").then(i,consoleError);case"duet-menu-bar":return import("./duet-menu-bar.entry.js").then(i,consoleError);case"duet-menu-bar-button":return import("./duet-menu-bar-button.entry.js").then(i,consoleError);case"duet-menu-bar-dropdown":return import("./duet-menu-bar-dropdown.entry.js").then(i,consoleError);case"duet-menu-bar-dropdown-link":return import("./duet-menu-bar-dropdown-link.entry.js").then(i,consoleError);case"duet-menu-bar-item":return import("./duet-menu-bar-item.entry.js").then(i,consoleError);case"duet-menu-bar-link":return import("./duet-menu-bar-link.entry.js").then(i,consoleError);case"duet-multiselect":return import("./duet-multiselect.entry.js").then(i,consoleError);case"duet-nav":return import("./duet-nav.entry.js").then(i,consoleError);case"duet-page-heading":return import("./duet-page-heading.entry.js").then(i,consoleError);case"duet-phone-input":return import("./duet-phone-input.entry.js").then(i,consoleError);case"duet-promo-card":return import("./duet-promo-card.entry.js").then(i,consoleError);case"duet-shaped-image":return import("./duet-shaped-image.entry.js").then(i,consoleError);case"duet-slideout":return import("./duet-slideout.entry.js").then(i,consoleError);case"duet-slideout-lang":return import("./duet-slideout-lang.entry.js").then(i,consoleError);case"duet-slideout-link":return import("./duet-slideout-link.entry.js").then(i,consoleError);case"duet-slideout-panel":return import("./duet-slideout-panel.entry.js").then(i,consoleError);case"duet-slideout-panel-dropdown":return import("./duet-slideout-panel-dropdown.entry.js").then(i,consoleError);case"duet-submenu-bar":return import("./duet-submenu-bar.entry.js").then(i,consoleError);case"duet-submenu-bar-dropdown":return import("./duet-submenu-bar-dropdown.entry.js").then(i,consoleError);case"duet-submenu-bar-dropdown-link":return import("./duet-submenu-bar-dropdown-link.entry.js").then(i,consoleError);case"duet-submenu-bar-item":return import("./duet-submenu-bar-item.entry.js").then(i,consoleError);case"duet-submenu-bar-link":return import("./duet-submenu-bar-link.entry.js").then(i,consoleError);case"duet-toolbar":return import("./duet-toolbar.entry.js").then(i,consoleError);case"duet-toolbar-dropdown":return import("./duet-toolbar-dropdown.entry.js").then(i,consoleError);case"duet-toolbar-dropdown-link":return import("./duet-toolbar-dropdown-link.entry.js").then(i,consoleError);case"duet-toolbar-item":return import("./duet-toolbar-item.entry.js").then(i,consoleError);case"duet-toolbar-link":return import("./duet-toolbar-link.entry.js").then(i,consoleError);case"duet-checkmark":return import("./duet-checkmark.entry.js").then(i,consoleError);case"duet-chip":return import("./duet-chip.entry.js").then(i,consoleError);case"duet-upload-aria-status":return import("./duet-upload-aria-status.entry.js").then(i,consoleError);case"duet-upload-item":return import("./duet-upload-item.entry.js").then(i,consoleError);case"duet-popup-menu_2":return import("./duet-popup-menu_2.entry.js").then(i,consoleError);case"duet-show-more":return import("./duet-show-more.entry.js").then(i,consoleError);case"duet-status-icon":return import("./duet-status-icon.entry.js").then(i,consoleError);case"duet-fieldset":return import("./duet-fieldset.entry.js").then(i,consoleError);case"duet-overlay":return import("./duet-overlay.entry.js").then(i,consoleError);case"duet-tooltip-button_2":return import("./duet-tooltip-button_2.entry.js").then(i,consoleError)}}return import("./".concat(o,".entry.js").concat("")).then((function(e){{cmpModules.set(o,e)}return e[n]}),consoleError)};var styles=new Map;var CONTENT_REF_ID="r";var ORG_LOCATION_ID="o";var SLOT_NODE_ID="s";var TEXT_NODE_ID="t";var COMMENT_NODE_ID="c";var HYDRATE_ID="s-id";var HYDRATED_STYLE_ID="sty-id";var HYDRATE_CHILD_ID="c-id";var SLOT_FB_CSS="slot-fb{display:contents}slot-fb[hidden]{display:none}";var XLINK_NS="http://www.w3.org/1999/xlink";var win=typeof window!=="undefined"?window:{};var doc=win.document||{head:{}};var plt={o:0,S:"",jmp:function(e){return e()},raf:function(e){return requestAnimationFrame(e)},ael:function(e,r,t,n){return e.addEventListener(r,t,n)},rel:function(e,r,t,n){return e.removeEventListener(r,t,n)},ce:function(e,r){return new CustomEvent(e,r)}};var supportsListenerOptions=function(){var e=false;try{doc.addEventListener("e",null,Object.defineProperty({},"passive",{get:function(){e=true}}))}catch(e){}return e}();var promiseResolve=function(e){return Promise.resolve(e)};var supportsConstructableStylesheets=function(){try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(e){}return false}();var queuePending=false;var queueDomReads=[];var queueDomWrites=[];var queueTask=function(e,r){return function(t){e.push(t);if(!queuePending){queuePending=true;if(r&&plt.o&4){nextTick(flush)}else{plt.raf(flush)}}}};var consume=function(e){for(var r=0;r<e.length;r++){try{e[r](performance.now())}catch(e){consoleError(e)}}e.length=0};var flush=function(){consume(queueDomReads);{consume(queueDomWrites);if(queuePending=queueDomReads.length>0){plt.raf(flush)}}};var nextTick=function(e){return promiseResolve().then(e)};var writeTask=queueTask(queueDomWrites,true);var EMPTY_OBJ={};var SVG_NS="http://www.w3.org/2000/svg";var HTML_NS="http://www.w3.org/1999/xhtml";var isDef=function(e){return e!=null};var isComplexType=function(e){e=typeof e;return e==="object"||e==="function"};function queryNonceMetaTagContent(e){var r,t,n;return(n=(t=(r=e.head)==null?void 0:r.querySelector('meta[name="csp-nonce"]'))==null?void 0:t.getAttribute("content"))!=null?n:void 0}var result_exports={};__export(result_exports,{err:function(){return err},map:function(){return map},ok:function(){return ok},unwrap:function(){return unwrap},unwrapErr:function(){return unwrapErr}});var ok=function(e){return{isOk:true,isErr:false,value:e}};var err=function(e){return{isOk:false,isErr:true,value:e}};function map(e,r){if(e.isOk){var t=r(e.value);if(t instanceof Promise){return t.then((function(e){return ok(e)}))}else{return ok(t)}}if(e.isErr){var n=e.value;return err(n)}throw"should never get here"}var unwrap=function(e){if(e.isOk){return e.value}else{throw e.value}};var unwrapErr=function(e){if(e.isErr){return e.value}else{throw e.value}};var h=function(e,r){var t=[];for(var n=2;n<arguments.length;n++){t[n-2]=arguments[n]}var o=null;var a=null;var i=null;var u=false;var s=false;var l=[];var c=function(r){for(var t=0;t<r.length;t++){o=r[t];if(Array.isArray(o)){c(o)}else if(o!=null&&typeof o!=="boolean"){if(u=typeof e!=="function"&&!isComplexType(o)){o=String(o)}if(u&&s){l[l.length-1].j+=o}else{l.push(u?newVNode(null,o):o)}s=u}}};c(t);if(r){if(r.key){a=r.key}if(r.name){i=r.name}{var f=r.className||r.class;if(f){r.class=typeof f!=="object"?f:Object.keys(f).filter((function(e){return f[e]})).join(" ")}}}if(typeof e==="function"){return e(r===null?{}:r,l,vdomFnUtils)}var d=newVNode(e,null);d.T=r;if(l.length>0){d.N=l}{d.k=a}{d.C=i}return d};var newVNode=function(e,r){var t={o:0,$:e,j:r,D:null,N:null};{t.T=null}{t.k=null}{t.C=null}return t};var Host={};var isHost=function(e){return e&&e.$===Host};var vdomFnUtils={forEach:function(e,r){return e.map(convertToPublic).forEach(r)},map:function(e,r){return e.map(convertToPublic).map(r).map(convertToPrivate)}};var convertToPublic=function(e){return{vattrs:e.T,vchildren:e.N,vkey:e.k,vname:e.C,vtag:e.$,vtext:e.j}};var convertToPrivate=function(e){if(typeof e.vtag==="function"){var r=__assign({},e.vattrs);if(e.vkey){r.key=e.vkey}if(e.vname){r.name=e.vname}return h.apply(void 0,__spreadArray([e.vtag,r],e.vchildren||[],false))}var t=newVNode(e.vtag,e.vtext);t.T=e.vattrs;t.N=e.vchildren;t.k=e.vkey;t.C=e.vname;return t};var setAccessor=function(e,r,t,n,o,a){if(t!==n){var i=isMemberInElement(e,r);var u=r.toLowerCase();if(r==="class"){var s=e.classList;var l=parseClassList(t);var c=parseClassList(n);if(e["s-si"]&&c.indexOf(e["s-si"])<0){c.push(e["s-si"])}s.remove.apply(s,l.filter((function(e){return e&&!c.includes(e)})));s.add.apply(s,c.filter((function(e){return e&&!l.includes(e)})))}else if(r==="style"){{for(var f in t){if(!n||n[f]==null){if(f.includes("-")){e.style.removeProperty(f)}else{e.style[f]=""}}}}for(var f in n){if(!t||n[f]!==t[f]){if(f.includes("-")){e.style.setProperty(f,n[f])}else{e.style[f]=n[f]}}}}else if(r==="key");else if(r==="ref"){if(n){n(e)}}else if(!i&&r[0]==="o"&&r[1]==="n"){if(r[2]==="-"){r=r.slice(3)}else if(isMemberInElement(win,u)){r=u.slice(2)}else{r=u[2]+r.slice(3)}if(t||n){var d=r.endsWith(CAPTURE_EVENT_SUFFIX);r=r.replace(CAPTURE_EVENT_REGEX,"");if(t){plt.rel(e,r,t,d)}if(n){plt.ael(e,r,n,d)}}}else{var v=isComplexType(n);if((i||v&&n!==null)&&!o){try{if(!e.tagName.includes("-")){var p=n==null?"":n;if(r==="list"){i=false}else if(t==null||e[r]!=p){if(typeof e.__lookupSetter__(r)==="function"){e[r]=p}else{e.setAttribute(r,p)}}}else{e[r]=n}}catch(e){}}var m=false;{if(u!==(u=u.replace(/^xlink\:?/,""))){r=u;m=true}}if(n==null||n===false){if(n!==false||e.getAttribute(r)===""){if(m){e.removeAttributeNS(XLINK_NS,r)}else{e.removeAttribute(r)}}}else if((!i||a&4||o)&&!v){n=n===true?"":n;if(m){e.setAttributeNS(XLINK_NS,r,n)}else{e.setAttribute(r,n)}}}}};var parseClassListRegex=/\s/;var parseClassList=function(e){return"object"==typeof e&&"baseVal"in e&&(e=e.baseVal),e?e.split(parseClassListRegex):[]};var CAPTURE_EVENT_SUFFIX="Capture";var CAPTURE_EVENT_REGEX=new RegExp(CAPTURE_EVENT_SUFFIX+"$");var updateElement=function(e,r,t){var n=r.D.nodeType===11&&r.D.host?r.D.host:r.D;var o=e&&e.T||EMPTY_OBJ;var a=r.T||EMPTY_OBJ;{for(var i=0,u=sortedAttrNames(Object.keys(o));i<u.length;i++){var s=u[i];if(!(s in a)){setAccessor(n,s,o[s],void 0,t,r.o)}}}for(var l=0,c=sortedAttrNames(Object.keys(a));l<c.length;l++){var s=c[l];setAccessor(n,s,o[s],a[s],t,r.o)}};function sortedAttrNames(e){return e.includes("ref")?__spreadArray(__spreadArray([],e.filter((function(e){return e!=="ref"})),true),["ref"],false):e}var scopeId;var contentRef;var hostTagName;var useNativeShadowDom=false;var checkSlotFallbackVisibility=false;var checkSlotRelocate=false;var isSvgMode=false;var createElm=function(e,r,t,n){var o;var a=r.N[t];var i=0;var u;var s;var l;if(!useNativeShadowDom){checkSlotRelocate=true;if(a.$==="slot"){if(scopeId){n.classList.add(scopeId+"-s")}a.o|=a.N?2:1}}if(a.j!==null){u=a.D=doc.createTextNode(a.j)}else if(a.o&1){u=a.D=doc.createTextNode("")}else{if(!isSvgMode){isSvgMode=a.$==="svg"}u=a.D=doc.createElementNS(isSvgMode?SVG_NS:HTML_NS,!useNativeShadowDom&&BUILD.slotRelocation&&a.o&2?"slot-fb":a.$);if(isSvgMode&&a.$==="foreignObject"){isSvgMode=false}{updateElement(null,a,isSvgMode)}var c=u.getRootNode();var f=!c.querySelector("body");if(!f&&BUILD.scoped&&isDef(scopeId)&&u["s-si"]!==scopeId){u.classList.add(u["s-si"]=scopeId)}{updateElementScopeIds(u,n)}if(a.N){for(i=0;i<a.N.length;++i){s=createElm(e,a,i,u);if(s){u.appendChild(s)}}}{if(a.$==="svg"){isSvgMode=false}else if(u.tagName==="foreignObject"){isSvgMode=true}}}u["s-hn"]=hostTagName;{if(a.o&(2|1)){u["s-sr"]=true;u["s-cr"]=contentRef;u["s-sn"]=a.C||"";u["s-rf"]=(o=a.T)==null?void 0:o.ref;l=e&&e.N&&e.N[t];if(l&&l.$===a.$&&e.D){{putBackInOriginalLocation(e.D,false)}}}}return u};var putBackInOriginalLocation=function(e,r){plt.o|=1;var t=Array.from(e.__childNodes||e.childNodes);if(e["s-sr"]&&BUILD.experimentalSlotFixes){var n=e;while(n=n.nextSibling){if(n&&n["s-sn"]===e["s-sn"]&&n["s-sh"]===hostTagName){t.push(n)}}}for(var o=t.length-1;o>=0;o--){var a=t[o];if(a["s-hn"]!==hostTagName&&a["s-ol"]){insertBefore(parentReferenceNode(a),a,referenceNode(a));a["s-ol"].remove();a["s-ol"]=void 0;a["s-sh"]=void 0;checkSlotRelocate=true}if(r){putBackInOriginalLocation(a,r)}}plt.o&=~1};var addVnodes=function(e,r,t,n,o,a){var i=e["s-cr"]&&e["s-cr"].parentNode||e;var u;if(i.shadowRoot&&i.tagName===hostTagName){i=i.shadowRoot}for(;o<=a;++o){if(n[o]){u=createElm(null,t,o,e);if(u){n[o].D=u;insertBefore(i,u,referenceNode(r))}}}};var removeVnodes=function(e,r,t){for(var n=r;n<=t;++n){var o=e[n];if(o){var a=o.D;nullifyVNodeRefs(o);if(a){{checkSlotFallbackVisibility=true;if(a["s-ol"]){a["s-ol"].remove()}else{putBackInOriginalLocation(a,true)}}a.remove()}}}};var updateChildren=function(e,r,t,n,o){if(o===void 0){o=false}var a=0;var i=0;var u=0;var s=0;var l=r.length-1;var c=r[0];var f=r[l];var d=n.length-1;var v=n[0];var p=n[d];var m;var y;while(a<=l&&i<=d){if(c==null){c=r[++a]}else if(f==null){f=r[--l]}else if(v==null){v=n[++i]}else if(p==null){p=n[--d]}else if(isSameVnode(c,v,o)){patch(c,v,o);c=r[++a];v=n[++i]}else if(isSameVnode(f,p,o)){patch(f,p,o);f=r[--l];p=n[--d]}else if(isSameVnode(c,p,o)){if(c.$==="slot"||p.$==="slot"){putBackInOriginalLocation(c.D.parentNode,false)}patch(c,p,o);insertBefore(e,c.D,f.D.nextSibling);c=r[++a];p=n[--d]}else if(isSameVnode(f,v,o)){if(c.$==="slot"||p.$==="slot"){putBackInOriginalLocation(f.D.parentNode,false)}patch(f,v,o);insertBefore(e,f.D,c.D);f=r[--l];v=n[++i]}else{u=-1;{for(s=a;s<=l;++s){if(r[s]&&r[s].k!==null&&r[s].k===v.k){u=s;break}}}if(u>=0){y=r[u];if(y.$!==v.$){m=createElm(r&&r[i],t,u,e)}else{patch(y,v,o);r[u]=void 0;m=y.D}v=n[++i]}else{m=createElm(r&&r[i],t,i,e);v=n[++i]}if(m){{insertBefore(parentReferenceNode(c.D),m,referenceNode(c.D))}}}}if(a>l){addVnodes(e,n[d+1]==null?null:n[d+1].D,t,n,i,d)}else if(i>d){removeVnodes(r,a,l)}};var isSameVnode=function(e,r,t){if(t===void 0){t=false}if(e.$===r.$){if(e.$==="slot"){if("R"in e&&t&&e.D.nodeType!==8){return false}return e.C===r.C}if(!t){return e.k===r.k}return true}return false};var referenceNode=function(e){return e&&e["s-ol"]||e};var parentReferenceNode=function(e){return(e["s-ol"]?e["s-ol"]:e).parentNode};var patch=function(e,r,t){if(t===void 0){t=false}var n=r.D=e.D;var o=e.N;var a=r.N;var i=r.$;var u=r.j;var s;if(u===null){{isSvgMode=i==="svg"?true:i==="foreignObject"?false:isSvgMode}{if(i==="slot"&&!useNativeShadowDom);else{updateElement(e,r,isSvgMode)}}if(o!==null&&a!==null){updateChildren(n,o,r,a,t)}else if(a!==null){if(e.j!==null){n.textContent=""}addVnodes(n,null,r,a,0,a.length-1)}else if(!t&&BUILD.updatable&&o!==null){removeVnodes(o,0,o.length-1)}if(isSvgMode&&i==="svg"){isSvgMode=false}}else if(s=n["s-cr"]){s.parentNode.textContent=u}else if(e.j!==u){n.data=u}};var updateFallbackSlotVisibility=function(e){var r=e.__childNodes||e.childNodes;for(var t=0,n=r;t<n.length;t++){var o=n[t];if(o.nodeType===1){if(o["s-sr"]){var a=o["s-sn"];o.hidden=false;for(var i=0,u=r;i<u.length;i++){var s=u[i];if(s!==o){if(s["s-hn"]!==o["s-hn"]||a!==""){if(s.nodeType===1&&(a===s.getAttribute("slot")||a===s["s-sn"])||s.nodeType===3&&a===s["s-sn"]){o.hidden=true;break}}else if(a===s["s-sn"]){if(s.nodeType===1||s.nodeType===3&&s.textContent.trim()!==""){o.hidden=true;break}}}}}updateFallbackSlotVisibility(o)}}};var relocateNodes=[];var markSlotContentForRelocation=function(e){var r;var t;var n;var o=e.__childNodes||e.childNodes;for(var a=0,i=o;a<i.length;a++){var u=i[a];if(u["s-sr"]&&(r=u["s-cr"])&&r.parentNode){t=r.parentNode.__childNodes||r.parentNode.childNodes;var s=u["s-sn"];var l=function(){r=t[n];if(!r["s-cn"]&&!r["s-nr"]&&r["s-hn"]!==u["s-hn"]&&!BUILD.experimentalSlotFixes){if(isNodeLocatedInSlot(r,s)){var e=relocateNodes.find((function(e){return e.I===r}));checkSlotFallbackVisibility=true;r["s-sn"]=r["s-sn"]||s;if(e){e.I["s-sh"]=u["s-hn"];e.O=u}else{r["s-sh"]=u["s-hn"];relocateNodes.push({O:u,I:r})}if(r["s-sr"]){relocateNodes.map((function(t){if(isNodeLocatedInSlot(t.I,r["s-sn"])){e=relocateNodes.find((function(e){return e.I===r}));if(e&&!t.O){t.O=e.O}}}))}}else if(!relocateNodes.some((function(e){return e.I===r}))){relocateNodes.push({I:r})}}};for(n=t.length-1;n>=0;n--){l()}}if(u.nodeType===1){markSlotContentForRelocation(u)}}};var isNodeLocatedInSlot=function(e,r){if(e.nodeType===1){if(e.getAttribute("slot")===null&&r===""){return true}if(e.getAttribute("slot")===r){return true}return false}if(e["s-sn"]===r){return true}return r===""};var nullifyVNodeRefs=function(e){{e.T&&e.T.ref&&e.T.ref(null);e.N&&e.N.map(nullifyVNodeRefs)}};var insertBefore=function(e,r,t){var n=e==null?void 0:e.insertBefore(r,t);{updateElementScopeIds(r,e)}return n};var findScopeIds=function(e){var r=[];if(e){r.push.apply(r,__spreadArray(__spreadArray(__spreadArray([],e["s-scs"]||[],false),[e["s-si"],e["s-sc"]],false),findScopeIds(e.parentElement),false))}return r};var updateElementScopeIds=function(e,r,t){if(t===void 0){t=false}var n;if(e&&r&&e.nodeType===1){var o=new Set(findScopeIds(r).filter(Boolean));if(o.size){(n=e.classList)==null?void 0:n.add.apply(n,e["s-scs"]=Array.from(o));if(e["s-ol"]||t){for(var a=0,i=Array.from(e.__childNodes||e.childNodes);a<i.length;a++){var u=i[a];updateElementScopeIds(u,e,true)}}}}};var renderVdom=function(e,r,t){if(t===void 0){t=false}var n,o,a,i;var u=e.$hostElement$;var s=e.i;var l=e.L||newVNode(null,null);var c=isHost(r)?r:h(null,null,r);hostTagName=u.tagName;if(s.A){c.T=c.T||{};s.A.map((function(e){var r=e[0],t=e[1];return c.T[t]=u[r]}))}if(t&&c.T){for(var f=0,d=Object.keys(c.T);f<d.length;f++){var v=d[f];if(u.hasAttribute(v)&&!["key","ref","style","class"].includes(v)){c.T[v]=u[v]}}}c.$=null;c.o|=4;e.L=c;c.D=l.D=u.shadowRoot||u;{scopeId=u["s-sc"]}useNativeShadowDom=(s.o&1)!==0;{contentRef=u["s-cr"];checkSlotFallbackVisibility=false}patch(l,c,t);{plt.o|=1;if(checkSlotRelocate){markSlotContentForRelocation(c.D);for(var p=0,m=relocateNodes;p<m.length;p++){var y=m[p];var b=y.I;if(!b["s-ol"]){var E=doc.createTextNode("");E["s-nr"]=b;insertBefore(b.parentNode,b["s-ol"]=E,b)}}for(var g=0,_=relocateNodes;g<_.length;g++){var y=_[g];var b=y.I;var S=y.O;if(S){var w=S.parentNode;var j=S.nextSibling;{var E=(n=b["s-ol"])==null?void 0:n.previousSibling;while(E){var T=(o=E["s-nr"])!=null?o:null;if(T&&T["s-sn"]===b["s-sn"]&&w===T.parentNode){T=T.nextSibling;while(T===b||(T==null?void 0:T["s-sr"])){T=T==null?void 0:T.nextSibling}if(!T||!T["s-nr"]){j=T;break}}E=E.previousSibling}}if(!j&&w!==b.parentNode||b.nextSibling!==j){if(b!==j){if(!b["s-hn"]&&b["s-ol"]){b["s-hn"]=b["s-ol"].parentNode.nodeName}insertBefore(w,b,j);if(b.nodeType===1){b.hidden=(a=b["s-ih"])!=null?a:false}}}b&&typeof S["s-rf"]==="function"&&S["s-rf"](b)}else{if(b.nodeType===1){if(t){b["s-ih"]=(i=b.hidden)!=null?i:false}b.hidden=true}}}}if(checkSlotFallbackVisibility){updateFallbackSlotVisibility(c.D)}plt.o&=~1;relocateNodes.length=0}contentRef=void 0};var patchChildSlotNodes=function(e){var r=function(e){__extends(r,e);function r(){return e!==null&&e.apply(this,arguments)||this}r.prototype.item=function(e){return this[e]};return r}(Array);var t=globalThis.Node&&Object.getOwnPropertyDescriptor(Node.prototype,"childNodes");if(!t){t=Object.getOwnPropertyDescriptor(e,"childNodes")}if(t)Object.defineProperty(e,"__childNodes",t);var n=Object.getOwnPropertyDescriptor(Element.prototype,"children");if(!n){n=Object.getOwnPropertyDescriptor(e,"children")}if(n)Object.defineProperty(e,"__children",n);Object.defineProperty(e,"children",{get:function(){return this.childNodes.filter((function(e){return e.nodeType===1}))}});Object.defineProperty(e,"childElementCount",{get:function(){return this.children.length}});if(!t)return;Object.defineProperty(e,"childNodes",{get:function(){var e,t;if(!plt.o||!((e=getHostRef(this))==null?void 0:e.o)||(plt.o&1)===0&&((t=getHostRef(this))==null?void 0:t.o)&2){var n=new r;var o=getSlottedChildNodes(this.__childNodes);n.push.apply(n,o);return n}return r.from(this.__childNodes)}})};var addSlotRelocateNode=function(e,r,t,n){var o;if(e["s-ol"]&&e["s-ol"].isConnected){o=e["s-ol"]}else{o=document.createTextNode("");o["s-nr"]=e}if(!r["s-cr"]||!r["s-cr"].parentNode)return;var a=r["s-cr"].parentNode;var i=t?a.__prepend||a.prepend:a.__appendChild||a.appendChild;if(typeof n!=="undefined"){{o["s-oo"]=n;var u=a.__childNodes||a.childNodes;var s=[o];u.forEach((function(e){if(e["s-nr"])s.push(e)}));s.sort((function(e,r){if(!e["s-oo"]||e["s-oo"]<r["s-oo"])return-1;else if(!r["s-oo"]||r["s-oo"]<e["s-oo"])return 1;return 0}));s.forEach((function(e){return i.call(a,e)}))}}else{i.call(a,o)}e["s-ol"]=o;e["s-sh"]=r["s-hn"]};var getSlottedChildNodes=function(e){var r=[];for(var t=0;t<e.length;t++){var n=e[t]["s-nr"];if(n&&n.isConnected){r.push(n)}}return r};var createTime=function(e,r){if(r===void 0){r=""}{return function(){return}}};var uniqueTime=function(e,r){{return function(){return}}};var initializeClientHydrate=function(e,r,t,n){var o=createTime("hydrateClient",r);var a=e.shadowRoot;var i=[];var u=[];var s=[];var l=a?[]:null;var c=newVNode(r,null);c.D=e;if(!plt.H){initializeDocumentHydrate(doc.body,plt.H=new Map)}e[HYDRATE_ID]=t;e.removeAttribute(HYDRATE_ID);n.L=clientHydrate(c,i,u,l,e,e,t,s);var f=0;var d=i.length;var v;for(f;f<d;f++){v=i[f];var p=v.V+"."+v.R;var m=plt.H.get(p);var y=v.D;if(!a){y["s-hn"]=r.toUpperCase();if(v.$==="slot"){y["s-cr"]=e["s-cr"]}}if(m&&m.isConnected){if(a&&m["s-en"]===""){m.parentNode.insertBefore(y,m.nextSibling)}m.parentNode.removeChild(m);if(!a){y["s-oo"]=parseInt(v.R)}}plt.H.delete(p)}var h=[];var b=0;var E=s.length;var g;var _;var S;var w;for(b;b<E;b++){g=s[b];if(!g||!g.length)continue;S=g.length;_=0;for(_;_<S;_++){w=g[_];if(!h[w.hostId]){h[w.hostId]=plt.H.get(w.hostId)}if(!h[w.hostId])continue;var j=h[w.hostId];if(!j.shadowRoot||!a){w.slot["s-cr"]=j["s-cr"];if(!w.slot["s-cr"]&&j.shadowRoot){w.slot["s-cr"]=j}else{var T=j.__childNodes||j.childNodes;w.slot["s-cr"]=T[0]}addSlotRelocateNode(w.node,w.slot,false,w.node["s-oo"])}if(j.shadowRoot&&w.node.parentElement!==j){j.appendChild(w.node)}}}if(a){var N=0;var k=l.length;for(N;N<k;N++){a.appendChild(l[N])}Array.from(e.childNodes).forEach((function(e){if(e.nodeType===8&&typeof e["s-sn"]!=="string"){e.parentNode.removeChild(e)}}))}n.$hostElement$=e;o()};var clientHydrate=function(e,r,t,n,o,a,i,u){if(u===void 0){u=[]}var s;var l;var c;var f;var d=o["s-sc"];if(a.nodeType===1){s=a.getAttribute(HYDRATE_CHILD_ID);if(s){l=s.split(".");if(l[0]===i||l[0]==="0"){c=createSimpleVNode({o:0,V:l[0],R:l[1],M:l[2],F:l[3],$:a.tagName.toLowerCase(),D:a,T:{class:a.className}});r.push(c);a.removeAttribute(HYDRATE_CHILD_ID);if(!e.N){e.N=[]}var v=c.D.getAttribute("s-sn");if(typeof v==="string"){if(c.$==="slot-fb"){addSlot(v,l[2],c,a,e,r,t,n,u)}c.D["s-sn"]=v;c.D.removeAttribute("s-sn")}if(c.F!==void 0){e.N[c.F]=c}if(d)a["s-si"]=d;e=c;if(n&&c.M==="0"){n[c.F]=c.D}}}if(a.shadowRoot){for(f=a.shadowRoot.childNodes.length-1;f>=0;f--){clientHydrate(e,r,t,n,o,a.shadowRoot.childNodes[f],i,u)}}var p=a.__childNodes||a.childNodes;for(f=p.length-1;f>=0;f--){clientHydrate(e,r,t,n,o,p[f],i,u)}}else if(a.nodeType===8){l=a.nodeValue.split(".");if(l[1]===i||l[1]==="0"){s=l[0];c=createSimpleVNode({V:l[1],R:l[2],M:l[3],F:l[4]||"0",D:a,T:null,N:null,k:null,C:null,$:null,j:null});if(s===TEXT_NODE_ID){c.D=a.nextSibling;if(c.D&&c.D.nodeType===3){c.j=c.D.textContent;r.push(c);a.remove();if(i===c.V){if(!e.N){e.N=[]}e.N[c.F]=c}if(n&&c.M==="0"){n[c.F]=c.D}}}else if(s===COMMENT_NODE_ID){c.D=a.nextSibling;if(c.D&&c.D.nodeType===8){r.push(c);a.remove()}}else if(c.V===i){if(s===SLOT_NODE_ID){c.$="slot";var v=a["s-sn"]=c.C=l[5]||"";addSlot(v,l[2],c,a,e,r,t,n,u)}else if(s===CONTENT_REF_ID){if(n){a.remove()}else{o["s-cr"]=a;a["s-cn"]=true}}}}}else if(e&&e.$==="style"){var m=newVNode(null,a.textContent);m.D=a;m.F="0";e.N=[m]}return e};var initializeDocumentHydrate=function(e,r){if(e.nodeType===1){var t=e[HYDRATE_ID]||e.getAttribute(HYDRATE_ID);if(t){r.set(t,e)}var n=0;if(e.shadowRoot){for(;n<e.shadowRoot.childNodes.length;n++){initializeDocumentHydrate(e.shadowRoot.childNodes[n],r)}}var o=e.__childNodes||e.childNodes;for(n=0;n<o.length;n++){initializeDocumentHydrate(o[n],r)}}else if(e.nodeType===8){var a=e.nodeValue.split(".");if(a[0]===ORG_LOCATION_ID){r.set(a[1]+"."+a[2],e);e.nodeValue="";e["s-en"]=a[3]}}};var createSimpleVNode=function(e){var r={o:0,V:null,R:null,M:null,F:"0",D:null,T:null,N:null,k:null,C:null,$:null,j:null};return __assign(__assign({},r),e)};function addSlot(e,r,t,n,o,a,i,u,s){n["s-sr"]=true;var l=(o==null?void 0:o.D)?o.D["s-id"]||o.D.getAttribute("s-id"):"";if(u){var c=t.D=doc.createElement(t.$);if(t.C){t.D.setAttribute("name",e)}if(l&&l!==t.V){o.D.insertBefore(c,o.D.children[0])}else{n.parentNode.insertBefore(t.D,n)}addSlottedNodes(s,r,e,n,t.V);n.remove();if(t.M==="0"){u[t.F]=t.D}}else{var c=t.D;var f=l&&l!==t.V&&o.D.shadowRoot;addSlottedNodes(s,r,e,n,f?l:t.V);if(f){o.D.insertBefore(c,o.D.children[0])}a.push(t)}i.push(t);if(!o.N){o.N=[]}o.N[t.F]=t}var addSlottedNodes=function(e,r,t,n,o){var a=n.nextSibling;e[r]=e[r]||[];while(a&&((a["getAttribute"]&&a.getAttribute("slot")||a["s-sn"])===t||t===""&&!a["s-sn"]&&(a.nodeType===8&&a.nodeValue.indexOf(".")!==1||a.nodeType===3))){a["s-sn"]=t;e[r].push({slot:n,node:a,hostId:o});a=a.nextSibling}};var parsePropertyValue=function(e,r){if(e!=null&&!isComplexType(e)){if(r&4){return e==="false"?false:e===""||!!e}if(r&2){return parseFloat(e)}if(r&1){return String(e)}return e}return e};var getElement=function(e){return getHostRef(e).$hostElement$};var createEvent=function(e,r,t){var n=getElement(e);return{emit:function(e){return emitEvent(n,r,{bubbles:!!(t&4),composed:!!(t&2),cancelable:!!(t&1),detail:e})}}};var emitEvent=function(e,r,t){var n=plt.ce(r,t);e.dispatchEvent(n);return n};var rootAppliedStyles=new WeakMap;var registerStyle=function(e,r,t){var n=styles.get(e);if(supportsConstructableStylesheets&&t){n=n||new CSSStyleSheet;if(typeof n==="string"){n=r}else{n.replaceSync(r)}}else{n=r}styles.set(e,n)};var addStyle=function(e,r,t){var n;var o=getScopeId(r);var a=styles.get(o);e=e.nodeType===11?e:doc;if(a){if(typeof a==="string"){e=e.head||e;var i=rootAppliedStyles.get(e);var u=void 0;if(!i){rootAppliedStyles.set(e,i=new Set)}if(!i.has(o)){if(e.host&&(u=e.querySelector("[".concat(HYDRATED_STYLE_ID,'="').concat(o,'"]')))){u.innerHTML=a}else{u=doc.createElement("style");u.innerHTML=a;var s=(n=plt.P)!=null?n:queryNonceMetaTagContent(doc);if(s!=null){u.setAttribute("nonce",s)}if(!(r.o&1)){if(e.nodeName==="HEAD"){var l=e.querySelectorAll("link[rel=preconnect]");var c=l.length>0?l[l.length-1].nextSibling:e.querySelector("style");e.insertBefore(u,c)}else if("host"in e){if(supportsConstructableStylesheets){var f=new CSSStyleSheet;f.replaceSync(a);e.adoptedStyleSheets=__spreadArray([f],e.adoptedStyleSheets,true)}else{var d=e.querySelector("style");if(d){d.innerHTML=a+d.innerHTML}else{e.prepend(u)}}}else{e.append(u)}}if(r.o&1&&e.nodeName!=="HEAD"){e.insertBefore(u,null)}}if(r.o&4){u.innerHTML+=SLOT_FB_CSS}if(i){i.add(o)}}}else if(!e.adoptedStyleSheets.includes(a)){e.adoptedStyleSheets=__spreadArray(__spreadArray([],e.adoptedStyleSheets,true),[a],false)}}return o};var attachStyles=function(e){var r=e.i;var t=e.$hostElement$;var n=r.o;var o=createTime("attachStyles",r.h);var a=addStyle(t.shadowRoot?t.shadowRoot:t.getRootNode(),r);if(n&10&&n&2){t["s-sc"]=a;t.classList.add(a+"-h");if(n&2){t.classList.add(a+"-s")}}o()};var getScopeId=function(e,r){return"sc-"+e.h};var attachToAncestor=function(e,r){if(r&&!e.B&&r["s-p"]){r["s-p"].push(new Promise((function(r){return e.B=r})))}};var scheduleUpdate=function(e,r){{e.o|=16}if(e.o&4){e.o|=512;return}attachToAncestor(e,e.U);var t=function(){return dispatchHooks(e,r)};return writeTask(t)};var dispatchHooks=function(e,r){var t=e.$hostElement$;var n=createTime("scheduleUpdate",e.i.h);var o=e.t;if(!o){throw new Error("Can't render component <".concat(t.tagName.toLowerCase()," /> with invalid Stencil runtime! Make sure this imported component is compiled with a `externalRuntime: true` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime"))}var a;if(r){{e.o|=256;if(e.q){e.q.map((function(e){var r=e[0],t=e[1];return safeCall(o,r,t)}));e.q=void 0}}{a=safeCall(o,"componentWillLoad")}}{a=enqueue(a,(function(){return safeCall(o,"componentWillRender")}))}n();return enqueue(a,(function(){return updateComponent(e,o,r)}))};var enqueue=function(e,r){return isPromisey(e)?e.then(r).catch((function(e){console.error(e);r()})):r()};var isPromisey=function(e){return e instanceof Promise||e&&e.then&&typeof e.then==="function"};var updateComponent=function(e,r,t){return __awaiter(void 0,void 0,void 0,(function(){var n,o,a,i,u,s,l;return __generator(this,(function(c){o=e.$hostElement$;a=createTime("update",e.i.h);i=o["s-rc"];if(t){attachStyles(e)}u=createTime("render",e.i.h);{callRender(e,r,o,t)}if(i){i.map((function(e){return e()}));o["s-rc"]=void 0}u();a();{s=(n=o["s-p"])!=null?n:[];l=function(){return postUpdateComponent(e)};if(s.length===0){l()}else{Promise.all(s).then(l);e.o|=4;s.length=0}}return[2]}))}))};var callRender=function(e,r,t,n){try{r=r.render();{e.o&=~16}{e.o|=2}{{{renderVdom(e,r,n)}}}}catch(r){consoleError(r,e.$hostElement$)}return null};var postUpdateComponent=function(e){var r=e.i.h;var t=e.$hostElement$;var n=createTime("postUpdate",r);var o=e.t;var a=e.U;{safeCall(o,"componentDidRender")}if(!(e.o&64)){e.o|=64;{addHydratedFlag(t)}{safeCall(o,"componentDidLoad")}n();{e.m(t);if(!a){appDidLoad()}}}else{{safeCall(o,"componentDidUpdate")}n()}{e.v(t)}{if(e.B){e.B();e.B=void 0}if(e.o&512){nextTick((function(){return scheduleUpdate(e,false)}))}e.o&=~(4|512)}};var appDidLoad=function(e){{addHydratedFlag(doc.documentElement)}nextTick((function(){return emitEvent(win,"appload",{detail:{namespace:NAMESPACE}})}))};var safeCall=function(e,r,t){if(e&&e[r]){try{return e[r](t)}catch(e){consoleError(e)}}return void 0};var addHydratedFlag=function(e){var r;return e.classList.add((r=BUILD.hydratedSelectorName)!=null?r:"hydrated")};var getValue=function(e,r){return getHostRef(e).u.get(r)};var setValue=function(e,r,t,n){var o=getHostRef(e);if(!o){throw new Error("Couldn't find host element for \"".concat(n.h,'" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).'))}var a=o.$hostElement$;var i=o.u.get(r);var u=o.o;var s=o.t;t=parsePropertyValue(t,n.Y[r][0]);var l=Number.isNaN(i)&&Number.isNaN(t);var c=t!==i&&!l;if((!(u&8)||i===void 0)&&c){o.u.set(r,t);if(s){if(n.W&&u&128){var f=n.W[r];if(f){f.map((function(e){try{s[e](t,i,r)}catch(e){consoleError(e,a)}}))}}if((u&(2|16))===2){scheduleUpdate(o,false)}}}};var proxyComponent=function(e,r,t){var n,o;var a=e.prototype;if(r.Y||(r.W||e.watchers)){if(e.watchers&&!r.W){r.W=e.watchers}var i=Object.entries((n=r.Y)!=null?n:{});i.map((function(e){var n=e[0],o=e[1][0];if(o&31||t&2&&o&32){if((o&2048)===0){Object.defineProperty(a,n,{get:function(){return getValue(this,n)},set:function(e){setValue(this,n,e,r)},configurable:true,enumerable:true})}else if(t&1&&o&2048){{Object.defineProperty(a,n,{get:function(){var e=getHostRef(this);var r=e?e.t:a;if(!r)return;return r[n]},configurable:true,enumerable:true})}if(o&4096){var i=Object.getOwnPropertyDescriptor(a,n).set;Object.defineProperty(a,n,{set:function(e){var t=this;var o=getHostRef(this);if(i){var a=o.$hostElement$[n];if(!o.u.get(n)&&a){o.u.set(n,a)}i.apply(this,[parsePropertyValue(e,r.Y[n][0])]);setValue(this,n,o.$hostElement$[n],r);return}if(!o)return;var u=function(){var a=o.t[n];if(!o.u.get(n)&&a){o.u.set(n,a)}o.t[n]=parsePropertyValue(e,r.Y[n][0]);setValue(t,n,o.t[n],r)};if(o.t){u()}else{o.p.then((function(){return u()}))}}})}}}else if(t&1&&o&64){Object.defineProperty(a,n,{value:function(){var e=[];for(var r=0;r<arguments.length;r++){e[r]=arguments[r]}var t;var o=getHostRef(this);return(t=o==null?void 0:o.l)==null?void 0:t.then((function(){var r;return(r=o.t)==null?void 0:r[n].apply(r,e)}))}})}}));if(t&1){var u=new Map;a.attributeChangedCallback=function(e,t,n){var o=this;plt.jmp((function(){var i;var s=u.get(e);if(o.hasOwnProperty(s)){n=o[s];delete o[s]}else if(a.hasOwnProperty(s)&&typeof o[s]==="number"&&o[s]==n){return}else if(s==null){var l=getHostRef(o);var c=l==null?void 0:l.o;if(c&&!(c&8)&&c&128&&n!==t){var f=l.t;var d=(i=r.W)==null?void 0:i[e];d==null?void 0:d.forEach((function(r){if(f[r]!=null){f[r].call(f,n,t,e)}}))}return}var v=Object.getOwnPropertyDescriptor(a,s);if(!v.get||!!v.set){o[s]=n===null&&typeof o[s]==="boolean"?false:n}}))};e.observedAttributes=Array.from(new Set(__spreadArray(__spreadArray([],Object.keys((o=r.W)!=null?o:{}),true),i.filter((function(e){var r=e[0],t=e[1];return t[0]&15})).map((function(e){var t=e[0],n=e[1];var o;var a=n[1]||t;u.set(a,t);if(n[0]&512){(o=r.A)==null?void 0:o.push([t,a])}return a})),true)))}}return e};var initializeComponent=function(e,r,t,n){return __awaiter(void 0,void 0,void 0,(function(){var n,o,a,i,u,s,l,c,f,d,v;return __generator(this,(function(p){switch(p.label){case 0:if(!((r.o&32)===0))return[3,6];r.o|=32;o=t._;if(!o)return[3,4];a=loadModule(t);if(!(a&&"then"in a))return[3,2];i=uniqueTime();return[4,a];case 1:n=p.sent();i();return[3,3];case 2:n=a;p.label=3;case 3:if(!n){throw new Error('Constructor for "'.concat(t.h,"#").concat(r.X,'" was not found'))}if(!n.isProxied){{t.W=n.watchers}proxyComponent(n,t,2);n.isProxied=true}u=createTime("createInstance",t.h);{r.o|=8}try{new n(r)}catch(e){consoleError(e)}{r.o&=~8}{r.o|=128}u();fireConnectedCallback(r.t);return[3,5];case 4:n=e.constructor;s=e.localName;customElements.whenDefined(s).then((function(){return r.o|=128}));p.label=5;case 5:if(n&&n.style){l=void 0;if(typeof n.style==="string"){l=n.style}c=getScopeId(t);if(!styles.has(c)){f=createTime("registerStyles",t.h);registerStyle(c,l,!!(t.o&1));f()}}p.label=6;case 6:d=r.U;v=function(){return scheduleUpdate(r,true)};if(d&&d["s-rc"]){d["s-rc"].push(v)}else{v()}return[2]}}))}))};var fireConnectedCallback=function(e){{safeCall(e,"connectedCallback")}};var connectedCallback=function(e){if((plt.o&1)===0){var r=getHostRef(e);var t=r.i;var n=createTime("connectedCallback",t.h);if(!(r.o&1)){r.o|=1;var o=void 0;{o=e.getAttribute(HYDRATE_ID);if(o){if(t.o&1){var a=addStyle(e.shadowRoot,t);e.classList.remove(a+"-h",a+"-s")}else if(t.o&2){var a=getScopeId(t);e["s-sc"]=a}initializeClientHydrate(e,t.h,o,r)}}if(!o){if(t.o&(4|8)){setContentReference(e)}}{var i=e;while(i=i.parentNode||i.host){if(i.nodeType===1&&i.hasAttribute("s-id")&&i["s-p"]||i["s-p"]){attachToAncestor(r,r.U=i);break}}}if(t.Y){Object.entries(t.Y).map((function(r){var t=r[0],n=r[1][0];if(n&31&&e.hasOwnProperty(t)){var o=e[t];delete e[t];e[t]=o}}))}{nextTick((function(){return initializeComponent(e,r,t)}))}}else{addHostEventListeners(e,r,t.G);if(r==null?void 0:r.t){fireConnectedCallback(r.t)}else if(r==null?void 0:r.p){r.p.then((function(){return fireConnectedCallback(r.t)}))}}n()}};var setContentReference=function(e){var r=e["s-cr"]=doc.createComment("");r["s-cn"]=true;insertBefore(e,r,e.firstChild)};var disconnectInstance=function(e){{safeCall(e,"disconnectedCallback")}};var disconnectedCallback=function(e){return __awaiter(void 0,void 0,void 0,(function(){var r;return __generator(this,(function(t){if((plt.o&1)===0){r=getHostRef(e);{if(r.K){r.K.map((function(e){return e()}));r.K=void 0}}if(r==null?void 0:r.t){disconnectInstance(r.t)}else if(r==null?void 0:r.p){r.p.then((function(){return disconnectInstance(r.t)}))}}return[2]}))}))};var bootstrapLazy=function(e,r){if(r===void 0){r={}}var t;var n=createTime();var o=[];var a=r.exclude||[];var i=win.customElements;var u=doc.head;var s=u.querySelector("meta[charset]");var l=doc.createElement("style");var c=[];var f;var d=true;Object.assign(plt,r);plt.S=new URL(r.resourcesUrl||"./",doc.baseURI).href;{plt.o|=2}var v=false;e.map((function(e){e[1].map((function(r){var t;var n={o:r[0],h:r[1],Y:r[2],G:r[3]};if(n.o&4){v=true}{n.Y=r[2]}{n.G=r[3]}{n.A=[]}{n.W=(t=r[4])!=null?t:{}}var u=n.h;var s=function(e){__extends(r,e);function r(r){var t=e.call(this,r)||this;t.hasRegisteredEventListeners=false;r=t;registerHost(r,n);if(n.o&1){{if(!r.shadowRoot){{r.attachShadow({mode:"open",delegatesFocus:!!(n.o&16)})}}else{if(r.shadowRoot.mode!=="open"){throw new Error("Unable to re-use existing shadow root for ".concat(n.h,"! Mode is set to ").concat(r.shadowRoot.mode," but Stencil only supports open shadow roots."))}}}}return t}r.prototype.connectedCallback=function(){var e=this;var r=getHostRef(this);if(!this.hasRegisteredEventListeners){this.hasRegisteredEventListeners=true;addHostEventListeners(this,r,n.G)}if(f){clearTimeout(f);f=null}if(d){c.push(this)}else{plt.jmp((function(){return connectedCallback(e)}))}};r.prototype.disconnectedCallback=function(){var e=this;plt.jmp((function(){return disconnectedCallback(e)}))};r.prototype.componentOnReady=function(){return getHostRef(this).p};return r}(HTMLElement);{{patchChildSlotNodes(s.prototype)}}n._=e[0];if(!a.includes(u)&&!i.get(u)){o.push(u);i.define(u,proxyComponent(s,n,1))}}))}));if(o.length>0){if(v){l.textContent+=SLOT_FB_CSS}if(l.innerHTML.length){l.setAttribute("data-styles","");var p=(t=plt.P)!=null?t:queryNonceMetaTagContent(doc);if(p!=null){l.setAttribute("nonce",p)}u.insertBefore(l,s?s.nextSibling:u.firstChild)}}d=false;if(c.length){c.map((function(e){return e.connectedCallback()}))}else{{plt.jmp((function(){return f=setTimeout(appDidLoad,30)}))}}n()};var Fragment=function(e,r){return r};var addHostEventListeners=function(e,r,t,n){if(t){t.map((function(t){var n=t[0],o=t[1],a=t[2];var i=getHostListenerTarget(e,n);var u=hostListenerProxy(r,a);var s=hostListenerOpts(n);plt.ael(i,o,u,s);(r.K=r.K||[]).push((function(){return plt.rel(i,o,u,s)}))}))}};var hostListenerProxy=function(e,r){return function(t){var n;try{{if(e.o&256){(n=e.t)==null?void 0:n[r](t)}else{(e.q=e.q||[]).push([r,t])}}}catch(e){consoleError(e)}}};var getHostListenerTarget=function(e,r){if(r&4)return doc;if(r&8)return win;if(r&16)return doc.body;return e};var hostListenerOpts=function(e){return supportsListenerOptions?{passive:(e&1)!==0,capture:(e&2)!==0}:(e&2)!==0};var setNonce=function(e){return plt.P=e};export{Build as B,Env as E,Fragment as F,Host as H,NAMESPACE as N,bootstrapLazy as b,createEvent as c,doc as d,getElement as g,h,promiseResolve as p,registerInstance as r,setNonce as s};
@@ -1,3 +0,0 @@
1
- /*!
2
- * Built with Duet Design System
3
- */
@@ -1,4 +0,0 @@
1
- /*!
2
- * Built with Duet Design System
3
- */
4
- function resetCursor(r){if(r&&r.selectionStart){var a=r.selectionStart;var e=r.selectionEnd;return function(){if(a===e){r.selectionStart=a;r.selectionEnd=e}else{r.setSelectionRange(a,e)}}}return function(){return true}}function cleanValue(r,a){var e=r.value;var n=r.selectionStart;var u=e.slice(0,n);var t=e.slice(n,e.length);var v=u.replace(a,"");var c=t.replace(a,"");var o=v+c;var s=v.length;r.value=o;r.selectionStart=r.selectionEnd=s;return o}export{cleanValue as c,resetCursor as r};
@@ -1,4 +0,0 @@
1
- /*!
2
- * Built with Duet Design System
3
- */
4
- function isInternetExplorer(){var e=navigator.userAgent||navigator.vendor;return"documentMode"in document||/Edge/.test(e)}export{isInternetExplorer as i};
@@ -1,4 +0,0 @@
1
- /*!
2
- * Built with Duet Design System
3
- */
4
- var debounce=function(r,n){if(n===void 0){n=250}var e;return function(){var t=[];for(var u=0;u<arguments.length;u++){t[u]=arguments[u]}clearTimeout(e);e=setTimeout((function(){r.apply(undefined,t)}),n)}};function fieldSorter(r){return function(n,e){return r.map((function(r){var t=1;if(r[0]==="-"){t=-1;r=r.substring(1)}if(n[r]>e[r]){return t}if(n[r]<e[r]){return-t}return 0})).reduce((function r(n,e){return n?n:e}),0)}}export{debounce as d,fieldSorter as f};
@@ -1,4 +0,0 @@
1
- /*!
2
- * Built with Duet Design System
3
- */
4
- var isArrowLeftKey=function(e){return e.key==="ArrowLeft"||e.key==="Left"};var isArrowUpKey=function(e){return e.key==="ArrowUp"||e.key==="Up"};var isArrowRightKey=function(e){return e.key==="ArrowRight"||e.key==="Right"};var isArrowDownKey=function(e){return e.key==="ArrowDown"||e.key==="Down"};var isArrowKey=function(e){return isArrowDownKey(e)||isArrowRightKey(e)||isArrowUpKey(e)||isArrowLeftKey(e)};var isEscapeKey=function(e){return e.key==="Escape"||e.key==="Esc"};var isShiftTabKey=function(e){return e.shiftKey&&e.key==="Tab"};var isTabKey=function(e){return e.key==="Tab"};var isBackspaceKey=function(e){return e.key==="Backspace"};var isSpaceKey=function(e){return e.key===" "||e.key==="Spacebar"};var isPlusKey=function(e){return e.key==="+"||e.key==="Add"};var isMinusKey=function(e){return e.key==="-"||e.key==="Subtract"};var isQuestionKey=function(e){return e.key==="?"};var isEnterKey=function(e){return e.key==="Enter"};var isKeyboardClick=function(e){return isEnterKey(e)||isSpaceKey(e)};var isNumber=function(e){return e.key>="0"&&e.key<="9"};var tabbingChangeSubscribers=new Set;function notifySubscribers(e){tabbingChangeSubscribers.forEach((function(n){n.element.classList[e?"add":"remove"]("user-is-tabbing")}))}function listenKeys(e){if(isTabKey(e)){notifySubscribers(true);window.removeEventListener("keydown",listenKeys);window.addEventListener("mousedown",listenMouse,false)}}function listenMouse(){notifySubscribers(false);window.removeEventListener("mousedown",listenMouse);window.addEventListener("keydown",listenKeys,false)}if(typeof window!=="undefined"){window.addEventListener("mousedown",listenMouse,false);window.addEventListener("blur",(function(){return listenKeys({key:"Tab"})}))}var subscribeTabbingChange=function(e){tabbingChangeSubscribers.add(e);e.element.classList.add("user-is-tabbing")};var unsubscribeTabbingChange=function(e){tabbingChangeSubscribers.delete(e)};var enableUserIsTabbing=function(){listenKeys({key:"Tab"})};export{isArrowRightKey as a,isArrowUpKey as b,isArrowDownKey as c,isArrowLeftKey as d,isBackspaceKey as e,isEscapeKey as f,isSpaceKey as g,isQuestionKey as h,isKeyboardClick as i,isEnterKey as j,isArrowKey as k,isNumber as l,isMinusKey as m,isPlusKey as n,isTabKey as o,isShiftTabKey as p,enableUserIsTabbing as q,subscribeTabbingChange as s,unsubscribeTabbingChange as u};
@@ -1,4 +0,0 @@
1
- /*!
2
- * Built with Duet Design System
3
- */
4
- import{h}from"./index-a830b2de.js";var DuetInternalLabel=function(e,l){var t;var a=e.theme,r=a===void 0?"":a,u=e.margin,d=u===void 0?"auto":u,n=e.size,i=n===void 0?"medium":n,o=e.weight,m=o===void 0?"semi-bold":o,s=e.color,v=s===void 0?"":s,b=e.id,c=b===void 0?"":b;return h("label",{id:c,class:(t={"duet-internal-label":true,"duet-internal-label-small":i==="small","duet-theme-turva":r==="turva","duet-small-margin":d==="small","duet-m-0":d==="none"},t["duet-weight-".concat(m)]=true,t["".concat(e.class)]=true,t),htmlFor:e.for,style:{color:v}},h("span",null,l))};export{DuetInternalLabel as D};
@@ -1,4 +0,0 @@
1
- /*!
2
- * Built with Duet Design System
3
- */
4
- import"./index-a830b2de.js";import{c as convertHtmlQuotes}from"./string-utils-192eb3c8.js";var localeLookUpTable={fi:"fi-FI",en:"en-GB",us:"en-US",sv:"sv-SE"};var localeMonetarySignifierLookUpTable={fi:"€",en:"£",us:"$",sv:"€"};var defLanguageArray=["fi","en","sv"];var defaultLanguage="fi";var getCurrentLanguage=function(){return document.documentElement.lang?document.documentElement.lang.toLowerCase():defaultLanguage};var isOfTypeLanguage=function(e){return defLanguageArray.includes(e)};var checkForLanguage=function(e){if(e===void 0){e=getCurrentLanguage()}if(isOfTypeLanguage(e)){return e}else{return defaultLanguage}};var getLanguage=function(e){if(e===void 0){e=getCurrentLanguage()}return checkForLanguage(e)};var getLocale=function(e){var a={locale:localeLookUpTable[e],money:localeMonetarySignifierLookUpTable[e]};if(a.locale&&a.money){return a}throw new Error('Locale for "'.concat(e,'" not found'))};var sanitizeString=function(e){var a=typeof e==="string";if(a){try{return JSON.parse(convertHtmlQuotes(e))}catch(a){console.log("sanitizeString received a string, that didnt parse to json object",e,a)}}return e};var getLocaleString=function(e,a){var n=sanitizeString(e);if(a){return n[checkForLanguage(a)]}else{return n[getLanguage()]}};var languageChangeSubscribers=new Set;var languageChangeTargets=new WeakMap;var languagaChangeObserverCallback=function(e){var a=defaultLanguage;for(var n=0,r=e;n<r.length;n++){var g=r[n];if(g.type==="attributes"&&g.attributeName==="lang"){a=g.oldValue;break}}if(document.documentElement.dataset.duetLangObserve!=="false"){languageChangeSubscribers.forEach((function(e){if(e.language){e.language=getLanguage()}if(languageChangeTargets.has(e)){languageChangeTargets.get(e).forEach((function(n){if(e[n.defaults]&&e[n.prop]===e[n.defaults][a]){e[n.prop]=getLocaleString(e[n.defaults])}}))}}))}};{var languageChangeObserver=new MutationObserver(languagaChangeObserverCallback);languageChangeObserver.observe(document.documentElement,{attributeFilter:["lang"],attributeOldValue:true})}var connectLanguageChangeObserver=function(e,a){languageChangeSubscribers.add(e);if(a){if(!Array.isArray(a)){a=[a]}if(a.some((function(a){return!(a.prop in e)||!(a.defaults in e)}))){console.error("connectLanguageChangeObserver: component must have target.prop and target.defaults properties");a=a.filter((function(a){return a.prop in e&&a.defaults in e}))}languageChangeTargets.set(e,a)}};var disconnectLanguageChangeObserver=function(e){languageChangeSubscribers.delete(e);languageChangeTargets.delete(e)};export{getLanguage as a,getLocale as b,connectLanguageChangeObserver as c,disconnectLanguageChangeObserver as d,getLocaleString as g,sanitizeString as s};
@@ -1,4 +0,0 @@
1
- var __awaiter=this&&this.__awaiter||function(e,a,l,s){function i(e){return e instanceof l?e:new l((function(a){a(e)}))}return new(l||(l=Promise))((function(l,c){function t(e){try{n(s.next(e))}catch(e){c(e)}}function o(e){try{n(s["throw"](e))}catch(e){c(e)}}function n(e){e.done?l(e.value):i(e.value).then(t,o)}n((s=s.apply(e,a||[])).next())}))};var __generator=this&&this.__generator||function(e,a){var l={label:0,sent:function(){if(c[0]&1)throw c[1];return c[1]},trys:[],ops:[]},s,i,c,t;return t={next:o(0),throw:o(1),return:o(2)},typeof Symbol==="function"&&(t[Symbol.iterator]=function(){return this}),t;function o(e){return function(a){return n([e,a])}}function n(o){if(s)throw new TypeError("Generator is already executing.");while(t&&(t=0,o[0]&&(l=0)),l)try{if(s=1,i&&(c=o[0]&2?i["return"]:o[0]?i["throw"]||((c=i["return"])&&c.call(i),0):i.next)&&!(c=c.call(i,o[1])).done)return c;if(i=0,c)o=[o[0]&2,c.value];switch(o[0]){case 0:case 1:c=o;break;case 4:l.label++;return{value:o[1],done:false};case 5:l.label++;i=o[1];o=[0];continue;case 7:o=l.ops.pop();l.trys.pop();continue;default:if(!(c=l.trys,c=c.length>0&&c[c.length-1])&&(o[0]===6||o[0]===2)){l=0;continue}if(o[0]===3&&(!c||o[1]>c[0]&&o[1]<c[3])){l.label=o[1];break}if(o[0]===6&&l.label<c[1]){l.label=c[1];c=o;break}if(c&&l.label<c[2]){l.label=c[2];l.ops.push(o);break}if(c[2])l.ops.pop();l.trys.pop();continue}o=a.call(e,l)}catch(e){o=[6,e];i=0}finally{s=c=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};
2
- /*!
3
- * Built with Duet Design System
4
- */import{b as bootstrapLazy}from"./index-a830b2de.js";export{s as setNonce}from"./index-a830b2de.js";import{g as globalScripts}from"./app-globals-2c6c1103.js";var defineCustomElements=function(e,a){return __awaiter(void 0,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:if(typeof window==="undefined")return[2,undefined];return[4,globalScripts()];case 1:e.sent();return[2,bootstrapLazy(JSON.parse('[["duet-icon",[[1,"duet-icon",{"theme":[1025],"icon":[513],"src":[1],"name":[1],"margin":[1],"responsive":[4],"color":[513],"background":[1],"backgroundOpacity":[2,"background-opacity"],"backgroundRotation":[2,"background-rotation"],"size":[513],"outline":[1],"shape":[1],"svgContent":[32]},null,{"src":["loadIcon"],"icon":["loadIcon"],"name":["loadIcon"]}]]],["duet-pagination_2",[[1,"duet-pagination",{"theme":[1025],"disabled":[516],"variation":[1],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLabelsDefaults":[16],"accessibleLabels":[1040],"take":[2],"visibleItems":[2,"visible-items"],"total":[2],"compactBreakpoint":[1,"compact-breakpoint"],"ariaControls":[1,"accessible-controls"],"current":[1026],"pageLinks":[1025,"page-links"],"processedPageLinks":[32],"numbersStore":[32],"matchesCompactBreakpoint":[32],"totalPages":[32],"internalSectionIndex":[32]},null,{"total":["watchPropTotalHandler"],"current":["watchStateHandler"],"pageLinks":["refresh"]}],[1,"duet-range-stepper",{"theme":[1025],"disabled":[516],"stepIndex":[1026,"step-index"],"stepSize":[2,"step-size"],"total":[2],"ariaLabelsDefaults":[16],"ariaLabels":[1040],"ariaControls":[1,"accessible-controls"],"buttonLeftDisabled":[32],"buttonRightDisabled":[32]},null,{"stepIndex":["watchStepIndexStateHandler"],"stepSize":["watchStepSizeStateHandler"]}]]],["duet-phone-input",[[1,"duet-phone-input",{"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleDescribedBy":[1,"accessible-described-by"],"disabled":[516],"required":[4],"countries":[6145],"labelDefaults":[1,"label-default"],"label":[1025],"labelHidden":[4,"label-hidden"],"caption":[1],"name":[1],"error":[1],"tooltip":[1],"value":[6145],"validity":[2064],"listFirst":[1,"list-first"],"language":[32],"currentCountry":[32],"setFocus":[64]}]]],["duet-combobox",[[1,"duet-combobox",{"accessibleLabelDefaults":[1,"accessible-label-defaults"],"accessibleLabels":[1040],"label":[1],"caption":[1],"theme":[1025],"force":[4],"multiple":[4],"items":[1032],"formatter":[16],"value":[1025],"minCharacters":[2,"min-characters"],"openListOnClick":[4,"open-list-on-click"],"filterType":[1,"filter-type"],"processedItems":[32],"inputValue":[32],"listOpen":[32],"selectedItems":[32],"activeItem":[32],"formatItem":[64]},[[4,"click","handleDocumentClick"]],{"listOpen":["popupMenuOpenHandler","processListOpenChange"],"activeItem":["activeItemHandler"],"inputValue":["inputValueHandler"],"items":["processItems"],"value":["processValue"]}]]],["duet-date-picker",[[1,"duet-date-picker",{"theme":[1025],"expand":[4],"name":[1],"identifier":[1],"label":[1],"caption":[1],"margin":[1],"language":[1537],"placeholderDefaults":[1,"placeholder-default"],"placeholder":[1025],"echoPlaceholder":[1540,"echo-placeholder"],"disabled":[516],"error":[1],"disableBuiltInErrors":[4,"disable-built-in-errors"],"labelHidden":[4,"label-hidden"],"role":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"required":[4],"direction":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1537],"min":[1],"max":[1],"incrementYears":[2,"increment"],"validity":[2064],"accessibleLiveError":[1,"accessible-live-error"],"open":[32],"focusedDay":[32],"inputValue":[32],"inputHasFocus":[32],"internalValidityError":[32],"setFocus":[64],"show":[64],"hide":[64]},[[4,"click","handleDocumentClick"]],{"min":["updateValidity"],"max":["updateValidity"],"value":["updateValidity","updateInternalValue"],"required":["updateValidity"]}]]],["duet-choice_2",[[1,"duet-choice-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"responsive":[4],"breakpoint":[1],"value":[1537],"disabled":[4],"required":[4],"accessibleLiveError":[1,"accessible-live-error"],"getInitialValue":[64]},null,{"value":["setInitialValue","updateChoices"],"disabled":["updateChoices"],"name":["updateChoices"],"direction":["updateChoices"],"responsive":["updateChoices"]}],[1,"duet-choice",{"theme":[1025],"label":[1],"accessibleLabelInfoButtonDefaults":[1,"accessible-label-info-default"],"accessibleLabelInfoButton":[1025,"accessible-label-info-button"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"caption":[1],"value":[1537],"type":[513],"name":[1],"checked":[1540],"collapsible":[4],"collapsibleForceExpanded":[4,"collapsible-force-expanded"],"margin":[1],"icon":[1],"expand":[4],"padding":[1],"identifier":[1],"groupDirection":[1,"group-direction"],"groupDisabled":[4,"group-disabled"],"groupResponsive":[4,"group-responsive"],"disabled":[516],"required":[4],"infoLabelDefaults":[1,"accessible-label-info-default"],"infoLabel":[1025,"info-label"],"collapsibleNotificationDefaults":[1,"accessible-collapsible-notification-default"],"collapsibleNotification":[1025,"collapsible-notification"],"focus":[32],"isHovering":[32],"isInfoOpen":[32],"setFocus":[64],"toggleInfoMethod":[64]}]]],["duet-number-input",[[1,"duet-number-input",{"language":[1025],"locale":[1],"unit":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLiveDefaults":[1,"accessible-live-default"],"accessibleLive":[1025,"accessible-live"],"accessibleLiveEnabled":[4,"accessible-live-enabled"],"accessibleAddDefaults":[1,"accessible-add-default"],"accessibleAdd":[1025,"accessible-add"],"accessibleSubtractDefaults":[1,"accessible-subtract-defaults"],"accessibleSubtract":[1025,"accessible-subtract"],"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"min":[2],"labelDefaults":[1,"label-default"],"label":[1025],"labelHidden":[4,"label-hidden"],"max":[2],"name":[1],"error":[1],"tooltip":[1],"step":[2],"rounding":[4],"role":[1],"disabled":[516],"required":[4],"value":[1025],"focusedValue":[32],"setFocus":[64],"getValueAsNumber":[64]}]]],["duet-hero",[[1,"duet-hero",{"theme":[1025],"heading":[1],"preHeading":[1,"pre-heading"],"level":[1],"subHeadingLevel":[1,"sub-heading-level"],"description":[1],"icon":[1],"iconSize":[1,"icon-size"],"iconRight":[4,"icon-right"],"categoryIcon":[1,"category-icon"],"categoryIconColor":[1,"category-icon-color"],"buttonLabel":[1,"button-label"],"language":[1025],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"buttonUrl":[1,"button-url"],"buttonId":[1,"button-id"],"buttonData":[16],"textCenter":[4,"text-center"],"leftAlign":[4,"left-align"],"image":[1],"imageSize":[1,"image-size"],"imagePosition":[1,"image-position"],"variation":[1],"back":[8],"listItems":[8,"list-items"],"actions":[8],"layout":[1025],"processedListItems":[32],"processedActions":[32],"processedBack":[32]},null,{"back":["refresh"],"listItems":["refresh"],"actions":["refresh"]}]]],["duet-textarea",[[1,"duet-textarea",{"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLiveError":[1,"accessible-live-error"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"required":[4],"label":[1],"labelColor":[1025,"label-color"],"labelWeight":[1025,"label-weight"],"labelHidden":[4,"label-hidden"],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"maxlength":[2],"minlength":[2],"error":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1025],"disallowPattern":[1,"disallow-pattern"],"counter":[4],"counterLabel":[1,"counter-label"],"setFocus":[64]},null,{"disallowPattern":["disallowedPatternChange"]}]]],["duet-radio_2",[[1,"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],"required":[4],"accessibleLiveError":[1,"accessible-live-error"]},null,{"name":["updateRadios"],"value":["updateRadios"],"disabled":["updateRadios"],"direction":["updateRadios"],"responsive":["updateRadios"]}],[1,"duet-radio",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleIndex":[1,"accessible-index"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"disabled":[516],"required":[4],"blockEvents":[4,"block-events"],"identifier":[1],"label":[1],"name":[1],"role":[1],"groupDisabled":[4,"group-disabled"],"groupDirection":[1,"group-direction"],"groupResponsive":[4,"group-responsive"],"checked":[1540],"value":[1537],"focus":[32],"setFocus":[64]}]]],["duet-contact-card",[[1,"duet-contact-card",{"theme":[1025],"margin":[1],"image":[1025],"name":[1025],"description":[1025],"email":[1025],"phone":[1025],"buttonText":[1025,"button-text"],"buttonIcon":[1025,"button-icon"],"buttonUrl":[1025,"button-url"],"language":[32]}]]],["duet-modal",[[1,"duet-modal",{"language":[1537],"accessibleCloseLabel":[1025,"accessible-close-label"],"accessibleLoaderAnnouncement":[1025,"accessible-loader-announcement"],"size":[1],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleLabel":[1,"accessible-label"],"accessibleDetails":[1,"accessible-details"],"accessibleDescription":[1,"accessible-description"],"variation":[1],"gutterSize":[1,"gutter-size"],"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"headingVisualLevel":[1,"heading-visual-level"],"icon":[1],"color":[1],"active":[1540],"closeOnBlur":[1028,"close-on-blur"],"open":[32],"show":[64],"hide":[64],"scrollToTop":[64],"addMessage":[64]},[[8,"keyup","handleKeyUp"]],{"open":["openChanged"],"active":["activeChanged"]}]]],["duet-multiselect",[[1,"duet-multiselect",{"margin":[1],"error":[1],"accessibleLiveError":[1,"accessible-live-error"],"expand":[4],"value":[1040],"theme":[1025],"labelHidden":[4,"label-hidden"],"identifier":[1],"allControls":[4,"all-controls"],"placeholder":[1],"caption":[1],"items":[1],"disabled":[516],"label":[1],"labelColor":[1025,"label-color"],"labelWeight":[1025,"label-weight"],"accessibleDescribedBy":[1,"accessible-described-by"],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"processedItems":[32],"processedGroups":[32],"checkboxesVisible":[32],"activeDescendant":[32],"language":[32],"setFocus":[64],"selectWithValues":[64]},[[8,"click","handleFocus"]],{"items":["refresh"]}]]],["duet-footer",[[1,"duet-footer",{"theme":[1025],"variation":[1],"margin":[1],"logoHref":[1,"logo-href"],"language":[1537],"items":[8],"accessibleLabel":[1,"accessible-label"],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"menu":[8],"processedMainItem":[32],"processedItems":[32],"processedMenu":[32]},null,{"menu":["refresh"],"items":["refresh"]}]]],["duet-cookie-consent",[[1,"duet-cookie-consent",{"accessibleLabel":[1,"accessible-label"],"theme":[1025]},[[0,"focusin","handleFocusIn"],[0,"focusout","handleFocusOut"]]]]],["duet-notification_2",[[1,"duet-notification-drawer",{"icon":[1],"label":[1],"language":[1],"accessibleLabelNotificationsDefaults":[1,"accessible-label-notification-default"],"accessibleLabelNotifications":[1,"accessible-label-notifications"],"badge":[4],"theme":[1025],"direction":[1],"isOpen":[32],"hasNotifications":[32],"setFocus":[64],"open":[64],"close":[64]},[[6,"focus","handleClickFocusOutside"],[6,"click","handleClickFocusOutside"]]],[1,"duet-notification",{"language":[1537],"accessibleLabelUnreadDefaults":[16],"accessibleLabelUnread":[1025,"accessible-label-unread"],"url":[1],"date":[1],"highlight":[4],"external":[4],"theme":[1025],"setFocus":[64]}]]],["duet-step_2",[[1,"duet-step",{"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"stepIndex":[2,"step-index"],"state":[1],"roundedTop":[4,"rounded-top"],"roundedBottom":[4,"rounded-bottom"],"setFocus":[64]}],[1,"duet-stepper",{"theme":[1025],"accessibleLive":[1,"accessible-live"],"margin":[1],"backDisabled":[4,"back-disabled"],"selected":[1538]},[[0,"duetStepClick","onDuetStepClick"]],{"selected":["currentStepChanged"],"backDisabled":["currentStepInvokedDisable"]}]]],["duet-banner",[[1,"duet-banner",{"theme":[1025],"margin":[1],"backgroundColor":[1,"background-color"],"iconColor":[1,"icon-color"],"iconBackgroundColor":[1,"icon-background-color"],"textColor":[1,"text-color"],"size":[1025],"image":[1],"sources":[1],"icon":[1],"headingLevel":[1,"heading-level"],"currentSize":[32]}]]],["duet-breadcrumb",[[1,"duet-breadcrumb",{"theme":[1025],"href":[1025],"icon":[1025],"iconSize":[1,"icon-size"],"accessibleLabel":[1,"accessible-label"],"language":[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"],"headingBackground":[1,"heading-background"],"icon":[1],"image":[1],"background":[1],"padding":[1],"margin":[1],"theme":[1025],"url":[1],"shadowBreakpoint":[1,"shadow-breakpoint"],"setFocus":[64]}]]],["duet-collapsible",[[1,"duet-collapsible",{"theme":[1025],"negative":[4],"accessibleLabel":[1,"accessible-label"],"heading":[1],"caption":[1],"headingFullWidth":[4,"heading-full-width"],"centerHeading":[4,"center-heading"],"headingWeight":[1,"heading-weight"],"headingSize":[1,"heading-size"],"headingLevel":[1,"heading-level"],"margin":[1],"open":[1540],"setFocus":[64]}]]],["duet-page-heading",[[1,"duet-page-heading",{"theme":[1025],"icon":[1025],"layout":[1025],"progressCurrentStep":[2,"progress-current-step"],"progressTotalSteps":[2,"progress-total-steps"]}]]],["duet-promo-card",[[1,"duet-promo-card",{"theme":[1025],"margin":[1],"backgroundColor":[1,"background-color"],"textColor":[1,"text-color"],"image":[1],"headingLevel":[1,"heading-level"],"url":[1],"setFocus":[64]}]]],["duet-slideout",[[1,"duet-slideout",{"theme":[1025],"accessibleRole":[1,"accessible-role"],"open":[1540],"opener":[6145],"controller":[6145],"backgroundColor":[1537,"background-color"],"modal":[4],"language":[32],"displaying":[32],"openPanel":[32],"setFocus":[64],"toggle":[64],"show":[64],"hide":[64]},[[8,"keyup","handleKeyUp"],[4,"click","handleDocumentClick"]],{"open":["handleOpenChange"]}]]],["duet-submenu-bar",[[1,"duet-submenu-bar",{"theme":[1025],"hideOnScroll":[4,"hide-on-scroll"],"open":[1540],"accessibleLabel":[1,"accessible-label"],"hidden":[32],"mobile":[32],"bodyScroll":[32],"setFocus":[64]},[[9,"scroll","checkScroll"]],{"open":["watchOpenStateHandler"]}]]],["duet-tray",[[1,"duet-tray",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1025,"accessible-close-label"],"accessibleOpenLabelDefaults":[1,"accessible-open-label-default"],"accessibleOpenLabel":[1025,"accessible-open-label"],"theme":[1025],"active":[516],"autoHide":[4,"auto-hide"],"responsive":[4],"expanded":[32],"hiddenState":[32]},[[9,"scroll","getFrame"],[16,"click","handleBodyClick"]]]]],["duet-callout",[[1,"duet-callout",{"theme":[1025],"margin":[1]}]]],["duet-file-chooser",[[1,"duet-file-chooser",{"theme":[1025],"multiple":[4],"accept":[1],"open":[64],"getFiles":[64]}]]],["duet-menu-bar",[[1,"duet-menu-bar",{"theme":[1025],"language":[1025],"logo":[1028],"logoHref":[1025,"logo-href"],"logoLinkAccessibleLabel":[1025,"logo-link-accessible-label"],"accessibleLabel":[1,"accessible-label"],"hideOnScroll":[4,"hide-on-scroll"],"hidden":[32],"onBottom":[32],"logoSize":[32],"leftMoreVisible":[32],"rightMoreVisible":[32],"centerSlotUsed":[32]},[[9,"scroll","checkScroll"],[9,"resize","onWindowResize"]]]]],["duet-menu-bar-button",[[1,"duet-menu-bar-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessiblePopup":[1,"accessible-popup"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"theme":[1025],"icon":[1537],"setFocus":[64]}]]],["duet-menu-bar-dropdown",[[1,"duet-menu-bar-dropdown",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"open":[1540],"icon":[1537],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-menu-bar-dropdown-link",[[1,"duet-menu-bar-dropdown-link",{"theme":[1025],"href":[1025],"icon":[1537],"accessibleLabel":[1,"accessible-label"]}]]],["duet-menu-bar-item",[[1,"duet-menu-bar-item",{"theme":[1025],"active":[1028],"url":[1],"leadingIcon":[1,"leading-icon"],"trailingIcon":[1,"trailing-icon"],"accessibleLabel":[1,"accessible-label"],"accessibleExpanded":[1540,"accessible-expanded"],"accessiblePopup":[1537,"accessible-popup"],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"external":[4],"setFocus":[64]}]]],["duet-menu-bar-link",[[1,"duet-menu-bar-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"accessibleLabel":[1,"accessible-label"]}]]],["duet-slideout-lang",[[1,"duet-slideout-lang",{"theme":[1025],"language":[32]}]]],["duet-slideout-link",[[1,"duet-slideout-link",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"targetLanguage":[1,"target-language"],"active":[1028],"href":[1025],"icon":[1537],"size":[1537],"caret":[1028],"menuItem":[4,"menu-item"],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"external":[4]}]]],["duet-slideout-panel",[[1,"duet-slideout-panel",{"theme":[1025],"active":[1540],"open":[1540],"icon":[1537],"labelSize":[1537,"label-size"],"backgroundColor":[1537,"background-color"],"badge":[4],"label":[32],"language":[32],"bodyScrollLocked":[32],"setFocus":[64]},null,{"open":["handleOpenChange"]}]]],["duet-slideout-panel-dropdown",[[1,"duet-slideout-panel-dropdown",{"theme":[1025],"active":[1540],"open":[1540],"icon":[1537],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-submenu-bar-dropdown",[[1,"duet-submenu-bar-dropdown",{"theme":[1025],"active":[1028],"open":[1540],"icon":[1537],"isDesktop":[32],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-submenu-bar-dropdown-link",[[1,"duet-submenu-bar-dropdown-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"caret":[1028],"highlight":[1028]}]]],["duet-submenu-bar-item",[[1,"duet-submenu-bar-item",{"theme":[1025],"active":[1028],"url":[1],"leadingIcon":[1,"leading-icon"],"trailingIcon":[1,"trailing-icon"],"accessibleLabel":[1,"accessible-label"],"accessibleExpanded":[1540,"accessible-expanded"],"accessiblePopup":[1537,"accessible-popup"],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"external":[4],"setFocus":[64]}]]],["duet-submenu-bar-link",[[1,"duet-submenu-bar-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537]}]]],["duet-toolbar-dropdown",[[1,"duet-toolbar-dropdown",{"theme":[1025],"variation":[1025],"accessibleLabel":[1,"accessible-label"],"active":[1540],"open":[1540],"icon":[1537],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-toolbar-dropdown-link",[[1,"duet-toolbar-dropdown-link",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"targetLanguage":[1,"target-language"],"href":[1025],"icon":[1537],"active":[1028]}]]],["duet-toolbar-item",[[1,"duet-toolbar-item",{"theme":[1025],"variation":[1025],"active":[1028],"url":[1],"leadingIcon":[1,"leading-icon"],"trailingIcon":[1,"trailing-icon"],"accessibleLabel":[1,"accessible-label"],"accessibleExpanded":[1540,"accessible-expanded"],"accessiblePopup":[1537,"accessible-popup"],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"external":[4],"badge":[4],"setFocus":[64]}]]],["duet-toolbar-link",[[1,"duet-toolbar-link",{"theme":[1025],"variation":[1025],"active":[1028],"href":[1025],"icon":[1537],"accessibleLabel":[1,"accessible-label"]}]]],["duet-breadcrumbs",[[1,"duet-breadcrumbs",{"theme":[1025],"variation":[1],"color":[1],"children":[32]}]]],["duet-layout",[[1,"duet-layout",{"sticky":[4],"margin":[1],"stickyDistance":[1,"sticky-distance"],"center":[4],"tabs":[4],"middle":[4],"paddingBreakpoint":[1,"padding-breakpoint"]}]]],["duet-nav",[[1,"duet-nav",{"theme":[1025],"sticky":[4]}]]],["duet-range-slider",[[1,"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],"labelColor":[1025,"label-color"],"labelWeight":[1025,"label-weight"],"labelHidden":[4,"label-hidden"],"unit":[1],"max":[2],"step":[2],"locale":[1],"value":[1026],"debounce":[2],"setFocus":[64]}]]],["duet-section-layout",[[1,"duet-section-layout",{"margin":[1],"middle":[4],"paddingBreakpoint":[1,"padding-breakpoint"]}]]],["duet-shaped-image",[[1,"duet-shaped-image",{"theme":[1025],"accessibleLabel":[1,"accessible-label"],"margin":[1],"src":[1],"rotation":[2]}]]],["duet-toggle",[[1,"duet-toggle",{"theme":[1025],"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"label":[1],"labelColor":[1025,"label-color"],"labelWeight":[1025,"label-weight"],"labelPosition":[1,"label-position"],"required":[4],"disabled":[516],"checked":[1540],"value":[1537],"identifier":[1],"name":[1],"role":[1],"setFocus":[64]},null,{"checked":["checkedChanged"]}]]],["duet-toolbar",[[1,"duet-toolbar",{"theme":[1025],"variation":[1025],"accessibleLabel":[1,"accessible-label"]}]]],["duet-upload-item",[[0,"duet-upload-item",{"theme":[1025],"data":[16],"type":[1],"showLinks":[4,"show-links"],"actions":[8],"buttonTitles":[16],"label":[16],"categoryLabel":[16],"errorCodes":[16],"showCategory":[4,"show-category"],"linkClickEvent":[16],"focusActionButton":[64]}]]],["duet-alert",[[1,"duet-alert",{"theme":[1025],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1025,"accessible-label"],"announcements":[4],"icon":[1],"autoDismiss":[2,"auto-dismiss"],"margin":[1],"padding":[1],"variation":[1],"position":[1],"dismissible":[4],"focusable":[4],"expandingTitle":[1,"expanding-title"],"isDismissed":[32],"isExpanded":[32],"timeoutID":[32],"show":[64],"hide":[64],"setFocus":[64]}]]],["duet-select",[[1,"duet-select",{"variation":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"error":[1],"accessibleLiveError":[1,"accessible-live-error"],"expand":[4],"value":[1537],"theme":[1025],"labelHidden":[4,"label-hidden"],"identifier":[1],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"items":[1],"disabled":[516],"required":[4],"label":[1],"labelColor":[1025,"label-color"],"labelWeight":[1025,"label-weight"],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"processedItems":[32],"setFocus":[64]},null,{"value":["valueChanged"],"items":["refresh"]}]]],["duet-chip",[[1,"duet-chip",{"accessibleLabel":[1,"accessible-label"],"variation":[1],"size":[1],"popup":[1],"icon":[1],"theme":[1025],"identifier":[1],"value":[1537],"name":[1],"selected":[1028],"checked":[1540],"disabled":[4],"accessibleExpanded":[1540,"accessible-expanded"],"accessiblePopup":[1537,"accessible-popup"],"focus":[32],"popupElement":[32],"popupOpen":[32],"inputChipHover":[32],"inputChipDeleteFocus":[32],"setFocus":[64],"setDeleteFocus":[64],"removeChip":[64]},null,{"checked":["clearOtherRadioButtons"]}]]],["duet-upload-aria-status",[[1,"duet-upload-aria-status",{"statusMessageLabel":[16],"accessibleAriaLive":[1,"accessible-aria-live"],"valid":[2],"total":[2],"invalid":[2],"inprogress":[2],"statusMessage":[32]},null,{"valid":["watchHandler"],"invalid":["watchHandler"],"inprogress":["watchHandler"],"total":["watchHandler"]}]]],["duet-checkbox",[[1,"duet-checkbox",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleIndex":[1,"accessible-index"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleSelected":[1,"accessible-selected"],"accessibleLiveError":[1,"accessible-live-error"],"required":[4],"error":[1],"theme":[1025],"disabled":[516],"identifier":[1],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"role":[1],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-checkmark",[[0,"duet-checkmark",{"theme":[1025],"checked":[1028],"presentationOnly":[4,"presentation-only"],"center":[4],"type":[513]}]]],["duet-show-more",[[1,"duet-show-more",{"theme":[1025],"language":[1537],"showMoreLabelDefaults":[16],"showMoreLabel":[1537,"show-more-label"],"showLessLabelDefaults":[16],"showLessLabel":[1537,"show-less-label"],"showMoreAccessibleLabelDefaults":[16],"showMoreAccessibleLabel":[1537,"show-more-accessible-label"],"showLessAccessibleLabelDefaults":[16],"showLessAccessibleLabel":[1537,"show-less-accessible-label"],"margin":[1],"buttonMargin":[1,"button-margin"],"buttonPadding":[1,"button-padding"],"open":[1540],"buttonAriaOpen":[32]}]]],["duet-empty-state",[[1,"duet-empty-state",{"theme":[1025],"icon":[1],"size":[1]}]]],["duet-status-icon",[[1,"duet-status-icon",{"variation":[1],"size":[513],"margin":[1],"strong":[4]}]]],["duet-list_2",[[1,"duet-list",{"theme":[1025],"margin":[1],"padding":[1],"mobile":[1],"breakpoint":[1],"variation":[1],"labelWidth":[1,"label-width"],"responsive":[4]},null,{"theme":["updateListItems"],"padding":["updateListItems"],"mobile":["updateListItems"],"responsive":["updateListItems"],"breakpoint":["updateListItems"],"variation":["updateListItems"],"labelWidth":["updateListItems"]}],[1,"duet-list-item",{"responsive":[4],"breakpoint":[1]}]]],["duet-fieldset",[[1,"duet-fieldset",{"theme":[1025],"margin":[1],"caption":[1],"label":[1],"compactLabel":[4,"compact-label"],"error":[1],"accessibleLiveError":[1,"accessible-live-error"],"labelHeadingLevel":[1,"label-heading-level"],"labelHidden":[4,"label-hidden"],"hasTooltip":[32],"lastItemIsChip":[32]}]]],["duet-grid_2",[[1,"duet-grid-item",{"fill":[4],"maxWidth":[1,"max-width"],"minWidth":[1,"min-width"],"theme":[1025],"margin":[1],"responsive":[4],"direction":[1],"breakpoint":[1],"rowReverse":[4,"row-reverse"]}],[1,"duet-grid",{"responsive":[4],"breakpoint":[1],"direction":[1],"rowReverse":[4,"row-reverse"],"alignment":[1],"distribution":[1],"mobile":[1],"gridTemplate":[1,"grid-template"],"distributeFormElement":[32]},null,{"responsive":["updateGridItems"],"breakpoint":["updateGridItems"],"direction":["updateGridItems"]}]]],["duet-divider_2",[[1,"duet-divider",{"theme":[1025],"margin":[1],"color":[1]}],[1,"duet-spacer",{"size":[1],"direction":[1],"breakpoint":[1]}]]],["duet-visually-hidden",[[1,"duet-visually-hidden"]]],["duet-progress",[[1,"duet-progress",{"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLabel":[1,"accessible-label"],"accessibleLabelUploadDefaults":[1,"accessible-label-upload-defaults"],"accessibleLabelUpload":[1025,"accessible-label-upload"],"progress":[1538],"caption":[1],"height":[1],"theme":[1025]}]]],["duet-editable-table_3",[[1,"duet-upload",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"external":[4],"middleware":[16],"deferUpload":[4,"defer-upload"],"hideButton":[4,"hide-upload-button"],"actions":[16],"uri":[1],"showLinks":[4,"show-links"],"caption":[1],"statusLabelDefaults":[1,"status-label-default"],"statusMessageLabel":[1,"status-message-label"],"buttonLabelDefaults":[1,"button-label-default"],"buttonLabel":[1,"button-label"],"accessibleButtonLabel":[1,"accessible-button-label"],"theme":[1025],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"alignment":[1],"hideGroups":[4,"hide-table-labels"],"files":[1040],"valid":[1540],"labelDefaults":[1,"label-default"],"label":[1],"descriptionDefaults":[1,"description-default"],"description":[1],"fileListEmptyDefaults":[1,"list-empty-default"],"fileListEmpty":[1,"file-list-empty"],"error":[1],"errorCodes":[16],"name":[1],"maxBytes":[2,"max-bytes"],"maxBytesTotal":[2,"max-bytes-total"],"maxFiles":[2,"max-files"],"allowedExtensions":[1,"allowed-extensions"],"allowedMimetypes":[1,"allowed-mimetypes"],"multiple":[4],"limitSelection":[4,"limit-selection"],"hideCancelButton":[4,"hide-cancel-button"],"value":[1025],"externalUploadButtonId":[1,"external-upload-button-id"],"captionOnBottom":[4,"caption-on-bottom"],"showUploadedItemsHeader":[4,"show-uploaded-items-header"],"uploadedItemsHeaderLabel":[16],"headerHeadingLevel":[1,"header-heading-level"],"hideHeader":[4,"hide-header"],"emitEvent":[4,"link-click-event"],"actionButtonTitles":[1,"action-button-titles"],"renameDuplicates":[4,"rename-duplicates"],"groups":[16],"tick":[32],"setFocus":[64],"upload":[64],"uploadPending":[64],"refresh":[64],"getFiles":[64],"updateValue":[64],"focusActionButton":[64]},null,{"valid":["watchValidHandler"]}],[1,"duet-editable-table",{"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"actions":[1040],"columns":[1040],"rows":[1040],"sortable":[4],"groupId":[1,"group-id"],"theme":[1025],"accessibleRole":[1,"accessible-role"],"hideHeadVisually":[4,"hide-head-visually"],"language":[32]}],[1,"duet-table",{"theme":[1025],"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"hideHeadVisually":[4,"hide-head-visually"],"matchesBreakpoint":[32],"language":[32]},null,{"language":["watchLanguageStateHandler"]}]]],["duet-scrollable_3",[[1,"duet-tab-group",{"theme":[1025],"scrolls":[4],"collapses":[4],"accessibleLabel":[1,"accessible-label"],"variation":[1],"language":[1025],"labelDefaults":[1,"label-default"],"label":[1],"labelHidden":[4,"label-hidden"],"identifier":[1],"margin":[1],"padding":[1],"setTabIndex":[4,"set-tab-index"],"tabChangeConfirm":[4,"tab-change-confirm"],"switchLargeBreakpoint":[1,"switch-large-breakpoint"],"fillSpace":[4,"fill-space"],"stretch":[4],"tabs":[32],"selected":[32],"openTab":[64],"refresh":[64]}],[1,"duet-tab",{"theme":[1025],"label":[513],"caption":[513],"selected":[516],"notificationMark":[513,"notification-mark"],"accessibleDescriptionDefault":[1,"accessible-description-defaults"],"accessibleDescription":[1025,"accessible-description"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"contentId":[1,"content-id"],"setFocus":[64]},null,{"selected":["setupSelected"]}],[1,"duet-scrollable",{"theme":[1025],"identifier":[1],"collapsed":[1540],"buttons":[4],"buttonAlignment":[1,"button-alignment"],"buttonPosition":[1,"button-position"],"center":[516],"padding":[1],"gap":[1],"selected":[1026],"stretch":[4],"scrollPaneAtStart":[32],"needsScrolling":[32],"scrollPaneAtEnd":[32],"childrenData":[32]},null,{"selected":["watchPropHandler"]}]]],["duet-header_2",[[1,"duet-header",{"theme":[1025],"language":[1025],"accessibleI18nLabelsDefaults":[1,"accessible-labels-default"],"accessibleI18nLabels":[1040],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1025,"accessible-label"],"user":[8],"logoHref":[1,"logo-href"],"currentHref":[1025,"current-href"],"skipToId":[1,"skip-to-id"],"items":[8],"region":[1],"session":[8],"search":[8],"back":[8],"contact":[1],"contactItems":[8,"contact-items"],"languageItems":[8,"language-items"],"isContactOpen":[32],"isLanguageOpen":[32],"isSessionOpen":[32],"isSlideOutOpen":[32],"isSegmentOpen":[32],"openMenu":[32],"closedActives":[32],"processedItems":[32],"processedLanguageItems":[32],"processedContactItems":[32],"processedSession":[32],"processedSearch":[32],"processedUser":[32],"processedBack":[32],"renderDesktopNav":[32],"closeMenus":[64],"setFocus":[64]},[[8,"keyup","handleKeyUp"],[8,"keydown","handleKeyDown"],[4,"focus","handleDocumentClick"],[4,"click","handleDocumentClick"]],{"user":["refresh"],"items":["refresh"],"session":["refresh"],"back":["refresh"],"contactItems":["refresh"],"languageItems":["refresh"]}],[1,"duet-logo",{"theme":[1025],"margin":[1],"inverse":[4],"size":[1],"href":[1537],"accessibleLabelDefaults":[1040],"accessibleLabel":[1537,"accessible-label"],"language":[1537],"setFocus":[64]}]]],["duet-badge",[[1,"duet-badge",{"theme":[1025],"variation":[1],"background":[1],"margin":[1]}]]],["duet-tooltip-button_2",[[1,"duet-tooltip-popup",{"theme":[1025],"active":[4],"tooltipId":[1,"tooltip-id"],"arrowStyles":[16],"placement":[1],"accessibleCloseLabel":[1,"accessible-close-label"],"getArrowElement":[64],"getContentElement":[64],"setFocusOnContentElement":[64]}],[1,"duet-tooltip-button",{"label":[1],"accessibleLabel":[1,"accessible-label"],"theme":[1025],"negative":[4],"active":[4],"tooltipId":[1,"tooltip-id"],"setFocus":[64]}]]],["duet-caption_4",[[17,"duet-link",{"variation":[1],"accessibleLabel":[1,"accessible-label"],"language":[1537],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"accessibleLabelDownloadDefaults":[1,"accessible-label-download-default"],"accessibleLabelDownload":[1025,"accessible-label-download"],"accessibleExpanded":[1540,"accessible-expanded"],"accessiblePopup":[1537,"accessible-popup"],"identifier":[1],"theme":[1025],"url":[1537],"external":[4],"download":[1],"tabToLink":[4,"tab-to-link"],"icon":[1],"iconColor":[1,"icon-color"],"iconBackground":[1,"icon-background"],"iconResponsive":[4,"icon-responsive"],"margin":[1],"padding":[1],"isMediumScreen":[32],"ariaLabel":[32],"setFocus":[64]},null,{"language":["setAriaLabel"]}],[1,"duet-paragraph",{"theme":[1025],"margin":[1],"size":[1],"weight":[1],"variation":[1],"color":[1]}],[1,"duet-heading",{"level":[513],"margin":[1],"visualLevel":[1,"visual-level"],"border":[8],"weight":[1],"color":[1],"theme":[1025],"hyphenate":[4],"fixedSize":[4,"fixed-size"],"accessibleLabel":[1,"accessible-label"]}],[1,"duet-caption",{"theme":[1025],"margin":[1],"selected":[4],"size":[1]}]]],["duet-input_2",[[6,"duet-label",{"theme":[1025],"for":[1],"margin":[1],"size":[1],"weight":[1],"color":[1]}],[1,"duet-input",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleExpanded":[1,"accessible-expanded"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleHasPopup":[1,"accessible-has-popup"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLiveError":[1,"accessible-live-error"],"debounce":[2],"clear":[4],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"margin":[1],"inputAlign":[1,"input-align"],"inputPadding":[1,"input-padding"],"required":[4],"type":[1],"variation":[1],"chips":[4],"label":[1025],"labelColor":[1025,"label-color"],"labelWeight":[1025,"label-weight"],"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],"validity":[2064],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"language":[32],"isPasswordRevealed":[32],"isFocused":[32],"setFocus":[64],"resetCursor":[64],"clearInput":[64],"addChip":[64],"hasChip":[64],"getChips":[64],"clearChips":[64]},null,{"disallowPattern":["disallowedPatternChange"],"value":["valueChanged"]}]]],["duet-popup-menu_2",[[1,"duet-popup-menu",{"accessibleLabel":[1,"accessible-label"],"accessibleRole":[1,"accessible-role"],"theme":[1025],"skipTeleport":[4,"skip-teleport"],"controller":[6145],"opener":[6145],"placement":[1],"forcePlacement":[4,"force-placement"],"allowVerticalFlip":[4,"allow-vertical-flip"],"position":[1025],"mainAxisOffset":[2,"main-axis-offset"],"crossAxisOffset":[2,"cross-axis-offset"],"controllerIcon":[1,"controller-icon"],"scrollLimit":[2,"scroll-limit"],"showFilterInput":[4,"show-filter-input"],"open":[32],"menuY":[32],"menuX":[32],"filterResultCount":[32],"language":[32],"isOpen":[64],"show":[64],"hide":[64],"toggle":[64]},[[8,"keyup","handleKeyUp"],[8,"keydown","handleKeyDown"],[8,"click","handleClick"]],{"open":["handleOpenChange"]}],[1,"duet-popup-menu-item",{"accessibleLabel":[1,"accessible-label"],"accessibleRole":[1,"accessible-role"],"theme":[1025],"url":[1],"external":[4],"targetLanguage":[1,"target-language"],"value":[1],"leadingIcon":[1,"leading-icon"],"leadingIconColor":[1,"leading-icon-color"],"trailingIcon":[1,"trailing-icon"],"trailingText":[1,"trailing-text"],"active":[1028],"activeDescendant":[4,"active-descendant"],"focus":[32],"setFocus":[64],"isFocused":[64]}]]],["duet-overlay",[[1,"duet-overlay",{"visible":[1540],"keepStackingContext":[1540,"keep-stacking-context"],"modalOverlay":[1540,"modal-overlay"],"theme":[1025],"displayDevice":[1025,"display-device"],"transition":[1025],"zIndex":[1025,"z-index"],"variation":[1]}]]],["duet-action-button",[[1,"duet-action-button",{"theme":[1025],"iconName":[1,"icon-name"],"iconColor":[1,"icon-color"],"iconSize":[1,"icon-size"],"actionName":[1,"action-name"],"actionId":[1,"action-id"],"actionMeta":[1,"action-meta"],"disabled":[4],"color":[513],"background":[1],"accessibleTitle":[8,"title"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLabelsDefaults":[16],"accessibleLabel":[1025,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"url":[513],"numbersStore":[32],"setFocus":[64]}]]],["duet-tooltip",[[1,"duet-tooltip",{"theme":[1025],"language":[1025],"accessibleLabelDefault":[1,"accessible-label-default"],"accessibleLabel":[1025,"accessible-label"],"accessibleAboutLabel":[1,"accessible-about-label"],"accessibleInputLabel":[1,"accessible-input-label"],"accessibleCloseLabelDefault":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1025,"accessible-close-label"],"label":[1],"breakpoint":[1],"direction":[1],"positionVertical":[513,"position-vertical"],"positionHorizontal":[513,"position-horizontal"],"active":[1540],"negative":[4],"placement":[32],"tooltipY":[32],"tooltipX":[32],"arrowX":[32],"arrowY":[32],"buttonActive":[32]},[[4,"click","handleDocumentClick"],[4,"keydown","handleKeyDown"],[4,"tooltipPopupClosed","handlePopupClose"]],{"active":["handleActiveChange"]}]]],["duet-button_2",[[1,"duet-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessiblePopup":[1,"accessible-popup"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"loading":[4],"variation":[1],"negative":[4],"theme":[1025],"margin":[1],"form":[1],"padding":[1],"centerText":[4,"center-text"],"wrapping":[1],"expand":[4],"fixed":[4],"disabled":[516],"name":[1],"value":[1],"identifier":[1],"submit":[516],"external":[4],"language":[1537],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"accessibleLabelLoadingDefaults":[1,"accessible-label-loading-default"],"accessibleLabelLoading":[1025,"accessible-label-loading"],"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]}]]]]'),a)]}}))}))};export{defineCustomElements};
@@ -1,4 +0,0 @@
1
- /*!
2
- * Built with Duet Design System
3
- */
4
- import"./index-a830b2de.js";var getElementsFromNamedSlot=function(e,t){var n=Array.from(e.querySelectorAll(":scope > *"));return n.filter((function(e){return e.matches("[slot='".concat(t,"']"))}))};var getElementsFromDefaultSlot=function(e){var t=Array.from(e.querySelectorAll(":scope > *"));return t.filter((function(e){return!e.getAttribute("slot")}))};var hasSlot=function(e,t){return t?getElementsFromNamedSlot(e,t).length>0:getElementsFromDefaultSlot(e).length>0};var checkNamedSlotElement=function(e,t,n,r,o){if(r===void 0){r=0}if(o===void 0){o=false}var l=o?"error":"warn";var u=[];var a=getElementsFromNamedSlot(e,t);var f=a.filter((function(e){if(e.matches(n)){return true}u.push('Only elements matcing selector "'.concat(n,'" may be used in slot ').concat(t,", found:\n").concat(e.outerHTML));if(o){e.remove();return false}return true}));if(r&&f.length>r){u.push("Only ".concat(r," element").concat(r>1?"s":""," may be used in slot ").concat(t,", found ").concat(a.length,"."));if(o){f.slice(r).forEach((function(e){return e.remove()}))}}if(u.length>0){console[l]("Duet ".concat(l," in ").concat(e.tagName.toLowerCase(),":\n").concat(u.join("\n")).concat(o?"\nElement".concat(u.length>1?"s":""," removed."):""))}};var cloneDefaultSlotContent=function(e,t){t.innerHTML="";if(e.childNodes.length===0){t.innerHTML=e.innerHTML}else{e.childNodes.forEach((function(e){var n=e.cloneNode(true);t.appendChild(n)}))}};var proxyInputToSlot=function(e,t,n,r,o,l){if(l===void 0){l=undefined}var u=e.querySelector("input");var a=u||document.createElement("input");if(l===false){a.remove();return}a.id=t;if(n!==undefined&&n!==null){a.name=n}if(o){a.type="text";a.hidden=true;a.required=true}else{a.type="hidden";a.hidden=false;a.required=false}a.value=r;if(r!==undefined&&r!==null){a.value=r}else if(r===undefined||r===null){a.value=null}if(!u){e.appendChild(a)}};export{cloneDefaultSlotContent as a,getElementsFromDefaultSlot as b,checkNamedSlotElement as c,getElementsFromNamedSlot as g,hasSlot as h,proxyInputToSlot as p};
@@ -1,4 +0,0 @@
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);try{return JSON.parse(convertHtmlQuotes(r))}catch(r){console.warn(r)}}}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};var regexEscape=function(r){return r.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")};export{convertHtmlQuotes as c,parsePossibleJSON as p,regexEscape as r,sanitizeString as s};
@@ -1,4 +0,0 @@
1
- /*!
2
- * Built with Duet Design System
3
- */
4
- var Teleport=function(){function t(t,i){this.skipInert=["duet-tooltip-popup",".duet-skip-teleport-inert"];this.isActive=false;this.element=t;this.target=i||document.body;this.teleportId="".concat(Math.random(),"-").concat(Date.now()).substring(2)}t.prototype.activate=function(){if(this._isTeleportSkipped()||this.isActive){return}this.isActive=true;this._activate()};t.prototype.deactivate=function(){if(this._isTeleportSkipped()||!this.isActive){return}this.isActive=false;this._deactivate()};t.prototype.makeSiblingsInert=function(){if(this._isTeleportSkipped()||!this.isActive){return}this._makeSiblingsInert()};t.prototype.removeInertFromSiblings=function(t){if(t===void 0){t=0}if(this._isTeleportSkipped()||!this.isActive){return}if(t){setTimeout(this._removeInertFromSiblings.bind(this),t)}else{this._removeInertFromSiblings()}};t.prototype._isTeleportSkipped=function(){var t=this.element.getAttribute("skip-teleport");return t!==null&&t!=="false"};t.prototype._activate=function(){if(!this.element.dataset.reactPortal){this.stub=document.createElement("template");this.element.insertAdjacentElement("afterend",this.stub);this.target.appendChild(this.element)}this.deletionObserver=new MutationObserver(this._deletionObserverCallback.bind(this));this.deletionObserver.observe(document.documentElement,{childList:true,subtree:true})};t.prototype._deactivate=function(){if(!this.element.dataset.reactPortal){this.stub.insertAdjacentElement("beforebegin",this.element);this.stub.remove()}this._removeInertFromSiblings();this.deletionObserver.disconnect()};t.prototype._remove=function(){var t,i;if(!this.element.dataset.reactPortal){(t=this.element)===null||t===void 0?void 0:t.remove();(i=this.stub)===null||i===void 0?void 0:i.remove()}this._removeInertFromSiblings();this.deletionObserver.disconnect()};t.prototype._makeSiblingsInert=function(){var t=this;var i=Array.from(this.target.children);i.forEach((function(i){if(i!==t.element&&!t.skipInert.some((function(t){return i.matches(t)}))){i.dataset.duetTeleportId=(i.dataset.duetTeleportId||"")+t.teleportId;i.inert=true}}))};t.prototype._removeInertFromSiblings=function(){var t=this;var i=Array.from(this.target.children);i.forEach((function(i){var s;if((s=i.dataset.duetTeleportId)===null||s===void 0?void 0:s.includes(t.teleportId)){i.dataset.duetTeleportId=i.dataset.duetTeleportId.replace(t.teleportId,"");if(i.dataset.duetTeleportId===""){delete i.dataset.duetTeleportId;i.inert=false}}}))};t.prototype._deletionObserverCallback=function(t){var i=this;t.forEach((function(t){if(Array.from(t.removedNodes).includes(i.element)||Array.from(t.removedNodes).some((function(t){return t.contains(i.stub)}))){i._remove()}}))};return t}();export{Teleport as T};
@@ -1,4 +0,0 @@
1
- /*!
2
- * Built with Duet Design System
3
- */
4
- var inheritGlobalTheme=function(e){var t=Array.from(document.documentElement.classList).join(" ")||"";var a=/(duet-theme-)([a-z]*)/gi.exec(t);if(a&&a[1]==="duet-theme-"){e.theme=a[2]==="default"?"":a[2]}};export{inheritGlobalTheme as i};
@@ -1,4 +0,0 @@
1
- /*!
2
- * Built with Duet Design System
3
- */
4
- import{m as mediaQueryXxSmall,a as mediaQueryXSmall,b as mediaQuerySmall,c as mediaQueryMedium,d as mediaQueryLarge,e as mediaQueryXLarge,f as mediaQueryXxLarge,g as mediaQueryXxxLarge,h as mediaQueryXxxSmall,t as tokens}from"./tokens.module-2d02f5ff.js";var allowedThemes=["turva"];function isDashCase(e){var a=e.includes("-");var r=e.includes(" ")||e.includes("_");var n=e.charAt(0)==="-";return a&&!r&&!n}function capitalize(e){if(e===void 0){e=""}return"".concat(e.charAt(0).toUpperCase()).concat(e.slice(1))}function lowerCaseFirst(e){if(e===void 0){e=""}return"".concat(e.charAt(0).toLowerCase()).concat(e.slice(1))}function camelize(e){if(e===void 0){e=""}var a=e.split("-");a.forEach((function(e,r){a[r]=capitalize(e)}));return a.join("")}function getTheme(e){if(e===void 0){e=""}if(allowedThemes.includes(e.toLowerCase())){return e.toLowerCase()}return""}function capitalizeFirstLetter(e){return e.charAt(0).toUpperCase()+e.slice(1)}function hasType(e,a){if(a===void 0){a=""}return a.indexOf(capitalizeFirstLetter(e))===0||a.indexOf(e)===0}function addPrefix(e,a){if(a===void 0){a=""}if(a&&!isDashCase(a)&&!hasType(e,a)){return"".concat(e).concat(capitalize(a))}return a}function addTheme(e,a){var r=getTheme(a).length;if(r&&e.indexOf(a)===-1){return"".concat(e).concat(capitalize(a))}return e}function getColorByName(e,a){if(a===void 0){a=""}if(!e){return undefined}var r=convertToColorName(e);var n=convertToColorName(e,a);var i=tokens[n];if(!i){i=tokens[r]}return i}function convertToColorName(e,a){if(e===void 0){e=""}if(a===void 0){a=""}var r=e;var n=isDashCase(e);if(n){r=camelize(r)}r=addPrefix("color",r);r=addTheme(r,a);r=lowerCaseFirst(r);return r}function getTokenByName(e,a){if(!a){return undefined}var r=a;var n=isDashCase(a);if(n){r=camelize(r)}r=addPrefix(e,r);r=lowerCaseFirst(r);try{return tokens[r]}catch(e){return undefined}}function getShadowByName(e){return getTokenByName("shadow",e)}function rgbaColorFromRgb(e,a){if(!e||a!==0&&!a){return undefined}var r=e.split(",");var n=parseInt(r[0].slice(4)),i=parseInt(r[1]),t=parseInt(r[2]);return"rgba(".concat(n,",").concat(i,",").concat(t,",").concat(a,")")}function shadeRGBColor(e,a){var r=e.split(","),n=a<0?0:255,i=a<0?a*-1:a;var t=parseInt(r[0].slice(4)),o=parseInt(r[1]),u=parseInt(r[2]);t=Math.round((n-t)*i)+t;o=Math.round((n-o)*i)+o;u=Math.round((n-u)*i)+u;t=t<0?0:t;t=t>255?255:t;o=o<0?0:o;o=o>255?255:o;u=u<0?0:u;u=u>255?255:u;return"rgb(".concat(t,",").concat(o,",").concat(u,")")}var unwrap=function(e){return e.substring(1,e.length-1)};var breakpointToToken={"xxx-small":unwrap(mediaQueryXxxSmall),"xx-small":unwrap(mediaQueryXxSmall),"x-small":unwrap(mediaQueryXSmall),small:unwrap(mediaQuerySmall),medium:unwrap(mediaQueryMedium),large:unwrap(mediaQueryLarge),"x-large":unwrap(mediaQueryXLarge),"xx-large":unwrap(mediaQueryXxLarge),"xxx-large":unwrap(mediaQueryXxxLarge)};var breakpointTokensUpTo=Object.keys(breakpointToToken).filter((function(e){return e.indexOf("x-small")!==-1}));Object.keys(breakpointToToken).filter((function(e){return!breakpointTokensUpTo.includes(e)}));export{breakpointToToken as a,breakpointTokensUpTo as b,capitalizeFirstLetter as c,getShadowByName as d,getColorByName as g,rgbaColorFromRgb as r,shadeRGBColor as s};
@@ -1,4 +0,0 @@
1
- /*!
2
- * Built with Duet Design System
3
- */
4
- var color_brand_blue="rgb(0, 161, 212)";var color_brand_gray_turva="rgb(178, 180, 179)";var color_category_family="rgb(11, 114, 136)";var color_category_family_turva="rgb(199, 12, 112)";var color_category_finance="rgb(122, 1, 196)";var color_category_home="rgb(211, 36, 131)";var color_category_home_turva="rgb(161, 10, 78)";var color_category_pet="rgb(168, 1, 78)";var color_category_travel="rgb(213, 66, 3)";var color_category_travel_turva="rgb(9, 129, 148)";var color_category_union_turva="rgb(169, 69, 124)";var color_category_vehicle="rgb(54, 74, 129)";var color_category_vehicle_turva="rgb(23, 28, 58)";var color_danger="rgb(214, 28, 82)";var color_danger_00="rgb(255, 240, 243)";var color_danger_100="rgb(255, 211, 219)";var color_danger_1000="rgb(89, 0, 45)";var color_danger_200="rgb(255, 173, 190)";var color_danger_300="rgb(252, 136, 162)";var color_danger_400="rgb(243, 98, 134)";var color_danger_50="rgb(255, 225, 231)";var color_danger_500="rgb(231, 62, 107)";var color_danger_600="rgb(214, 28, 82)";var color_danger_700="rgb(185, 16, 74)";var color_danger_800="rgb(153, 9, 66)";var color_danger_900="rgb(120, 4, 56)";var color_danger_turva="rgb(214, 28, 82)";var color_data_01="rgb(122, 1, 196)";var color_data_02="rgb(0, 155, 204)";var color_data_03="rgb(27, 171, 75)";var color_data_04="rgb(255, 86, 34)";var color_data_05="rgb(245, 76, 154)";var color_data_06="rgb(194, 21, 101)";var color_data_07="rgb(192, 101, 247)";var color_data_08="rgb(0, 105, 191)";var color_data_09="rgb(19, 120, 53)";var color_data_10="rgb(179, 60, 24)";var color_data_11="rgb(13, 163, 166)";var color_data_12="rgb(11, 114, 136)";var color_data_13="rgb(179, 137, 24)";var color_data_14="rgb(128, 98, 17)";var color_data_15="rgb(0, 41, 77)";var color_gray="rgb(181, 198, 208)";var color_gray_dark="rgb(127, 150, 165)";var color_gray_dark_turva="rgb(143, 147, 158)";var color_gray_darker="rgb(98, 121, 138)";var color_gray_darker_turva="rgb(113, 118, 132)";var color_gray_light="rgb(212, 223, 229)";var color_gray_light_turva="rgb(222, 224, 228)";var color_gray_lighter="rgb(245, 248, 250)";var color_gray_lighter_turva="rgb(245, 247, 250)";var color_gray_lightest="rgb(255, 255, 255)";var color_gray_lightest_turva="rgb(255, 255, 255)";var color_gray_turva="rgb(199, 202, 207)";var color_lt_blue_00="rgb(240, 247, 250)";var color_lt_blue_100="rgb(217, 236, 245)";var color_lt_blue_1000="rgb(8, 42, 77)";var color_lt_blue_200="rgb(198, 225, 238)";var color_lt_blue_300="rgb(172, 210, 229)";var color_lt_blue_400="rgb(131, 188, 217)";var color_lt_blue_50="rgb(228, 241, 247)";var color_lt_blue_500="rgb(50, 153, 204)";var color_lt_blue_600="rgb(0, 119, 179)";var color_lt_blue_700="rgb(0, 97, 155)";var color_lt_blue_800="rgb(0, 75, 129)";var color_lt_blue_900="rgb(3, 56, 102)";var color_lt_gray_00="rgb(245, 248, 250)";var color_lt_gray_100="rgb(212, 223, 229)";var color_lt_gray_1000="rgb(17, 28, 38)";var color_lt_gray_200="rgb(181, 198, 208)";var color_lt_gray_300="rgb(153, 174, 186)";var color_lt_gray_400="rgb(127, 150, 165)";var color_lt_gray_50="rgb(228, 236, 239)";var color_lt_gray_500="rgb(98, 121, 138)";var color_lt_gray_600="rgb(81, 105, 123)";var color_lt_gray_700="rgb(62, 84, 102)";var color_lt_gray_800="rgb(45, 64, 81)";var color_lt_gray_900="rgb(30, 45, 59)";var color_primary="rgb(0, 119, 179)";var color_primary_dark="rgb(0, 75, 129)";var color_primary_dark_turva="rgb(126, 2, 35)";var color_primary_darker="rgb(0, 97, 155)";var color_primary_darker_turva="rgb(164, 4, 40)";var color_primary_light="rgb(198, 225, 238)";var color_primary_light_turva="rgb(255, 185, 190)";var color_primary_lighter="rgb(228, 241, 247)";var color_primary_lighter_turva="rgb(255, 227, 228)";var color_primary_lightest="rgb(240, 247, 250)";var color_primary_lightest_turva="rgb(255, 241, 241)";var color_primary_turva="rgb(198, 12, 48)";var color_secondary="rgb(8, 42, 77)";var color_secondary_turva="rgb(23, 28, 58)";var color_success="rgb(48, 131, 105)";var color_success_00="rgb(244, 250, 247)";var color_success_100="rgb(218, 246, 233)";var color_success_1000="rgb(4, 38, 33)";var color_success_200="rgb(191, 239, 218)";var color_success_300="rgb(163, 229, 202)";var color_success_400="rgb(134, 215, 185)";var color_success_50="rgb(231, 248, 239)";var color_success_500="rgb(105, 196, 166)";var color_success_600="rgb(77, 171, 143)";var color_success_700="rgb(48, 131, 105)";var color_success_800="rgb(29, 106, 88)";var color_success_900="rgb(13, 71, 59)";var color_success_turva="rgb(48, 131, 105)";var color_turva_gray_00="rgb(245, 247, 250)";var color_turva_gray_100="rgb(222, 224, 228)";var color_turva_gray_1000="rgb(8, 13, 38)";var color_turva_gray_200="rgb(199, 202, 207)";var color_turva_gray_300="rgb(175, 178, 186)";var color_turva_gray_400="rgb(143, 147, 158)";var color_turva_gray_50="rgb(234, 235, 239)";var color_turva_gray_500="rgb(113, 118, 132)";var color_turva_gray_600="rgb(98, 104, 122)";var color_turva_gray_700="rgb(71, 78, 101)";var color_turva_gray_800="rgb(45, 52, 79)";var color_turva_gray_900="rgb(23, 28, 58)";var color_turva_red_00="rgb(255, 241, 241)";var color_turva_red_100="rgb(255, 213, 215)";var color_turva_red_1000="rgb(51, 5, 20)";var color_turva_red_200="rgb(255, 185, 190)";var color_turva_red_300="rgb(252, 148, 158)";var color_turva_red_400="rgb(240, 102, 119)";var color_turva_red_50="rgb(255, 227, 228)";var color_turva_red_500="rgb(221, 49, 77)";var color_turva_red_600="rgb(198, 12, 48)";var color_turva_red_700="rgb(164, 4, 40)";var color_turva_red_800="rgb(126, 2, 35)";var color_turva_red_900="rgb(87, 4, 29)";var color_warning="rgb(247, 178, 40)";var color_warning_00="rgb(255, 251, 242)";var color_warning_100="rgb(255, 244, 198)";var color_warning_1000="rgb(38, 26, 4)";var color_warning_200="rgb(255, 232, 160)";var color_warning_300="rgb(255, 217, 120)";var color_warning_400="rgb(255, 199, 79)";var color_warning_50="rgb(255, 247, 221)";var color_warning_500="rgb(247, 178, 40)";var color_warning_600="rgb(212, 151, 32)";var color_warning_700="rgb(156, 110, 22)";var color_warning_800="rgb(126, 87, 16)";var color_warning_900="rgb(81, 55, 9)";var color_warning_turva="rgb(247, 178, 40)";var font_family_heading="'localtapiola-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'";var font_family_heading_turva="'turva-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'";var font_family_text="'localtapiola-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'";var font_family_text_turva="'turva-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'";var font_size_large="1.25rem";var font_size_medium="1rem";var font_size_small="0.875rem";var font_size_x_large="1.5rem";var font_size_x_small="0.75rem";var font_size_xx_large="2.25rem";var font_size_xxx_large="3rem";var font_size_xxxx_large="4.5rem";var font_weight_bold="700";var font_weight_extra_bold="800";var font_weight_normal="400";var font_weight_semi_bold="600";var letter_spacing_heading="-0.01rem";var line_height_medium="1.5";var line_height_small="1.25";var line_height_x_small="1.1";var media_query_large="'(min-width: 62em)'";var media_query_medium="'(min-width: 48em)'";var media_query_small="'(min-width: 36em)'";var media_query_x_large="'(min-width: 64.0625em)'";var media_query_x_small="'(max-width: 35.9375em)'";var media_query_xx_large="'(min-width: 76.25em)'";var media_query_xx_small="'(max-width: 22.5em)'";var media_query_xxx_large="'(min-width: 106.25em)'";var media_query_xxx_small="'(max-width: 20.5em)'";var opacity_30="0.30";var opacity_50="0.50";var opacity_75="0.75";var opacity_85="0.85";var radius_circle="50%";var radius_default="4px";var radius_intermediate="12px";var radius_large="16px";var radius_medium="8px";var radius_pill="20rem";var radius_sharp="0";var shadow_card="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 shadow_card_turva="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 shadow_default="0 2px 6px 0 rgba(0, 41, 77, 0.07)";var shadow_default_turva="0 2px 6px 0 rgba(117, 117, 117, 0.13)";var shadow_error="0 0 0 1px #de2362";var shadow_error_turva="0 0 0 1px #e55039";var shadow_focus="0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3";var shadow_focus_input="0 0 0 1px #0077b3";var shadow_focus_input_turva="0 0 0 1px #171c3a";var shadow_focus_turva="0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a";var shadow_hover="0 2px 10px 0 rgba(0, 41, 77, 0.1)";var shadow_hover_input="0 0 0 1px #909599";var shadow_hover_input_turva="0 0 0 1px #747475";var shadow_hover_turva="0 2px 10px 0 rgba(117, 117, 117, 0.15)";var shadow_modal="0 2px 20px 0 rgba(0, 0, 0, 0.2)";var shadow_tooltip="0 2px 10px 0 rgba(0, 41, 77, 0.07)";var shadow_tooltip_turva="0 2px 10px 0 rgba(117, 117, 117, 0.13)";var size_button_border="1px";var size_button_min_width="8rem";var size_button_tiny_border="1px";var size_form_border="1px";var size_header="4rem";var size_icon_large="30px";var size_icon_medium="24px";var size_icon_small="20px";var size_icon_x_large="36px";var size_icon_x_small="16px";var size_icon_xx_large="48px";var size_icon_xx_small="10px";var size_icon_xxx_large="72px";var size_icon_xxx_small="7px";var size_layout_max_width="1110px";var size_medium_border="2px";var size_navigation="3rem";var size_step_medium="40px";var size_step_small="30px";var size_tappable_square="48px";var space_large="20px";var space_medium="16px";var space_small="12px";var space_x_large="28px";var space_x_small="8px";var space_xx_large="36px";var space_xx_small="4px";var space_xxx_large="48px";var space_xxx_small="2px";var space_xxxx_large="72px";var space_xxxxx_large="94px";var transition_quickly="300ms ease";var transition_slowly="600ms ease";var z_index_deep="-999999";var z_index_default="1";var z_index_dropdown="600";var z_index_header="400";var z_index_mask="200";var z_index_mask_buttons="250";var z_index_masked="100";var z_index_modal="900";var z_index_overlay="700";var z_index_popup="950";var z_index_spinner="800";var z_index_sticky="300";var z_index_toast="500";var tokens={color_brand_blue:color_brand_blue,color_brand_gray_turva:color_brand_gray_turva,color_category_family:color_category_family,color_category_family_turva:color_category_family_turva,color_category_finance:color_category_finance,color_category_home:color_category_home,color_category_home_turva:color_category_home_turva,color_category_pet:color_category_pet,color_category_travel:color_category_travel,color_category_travel_turva:color_category_travel_turva,color_category_union_turva:color_category_union_turva,color_category_vehicle:color_category_vehicle,color_category_vehicle_turva:color_category_vehicle_turva,color_danger:color_danger,color_danger_00:color_danger_00,color_danger_100:color_danger_100,color_danger_1000:color_danger_1000,color_danger_200:color_danger_200,color_danger_300:color_danger_300,color_danger_400:color_danger_400,color_danger_50:color_danger_50,color_danger_500:color_danger_500,color_danger_600:color_danger_600,color_danger_700:color_danger_700,color_danger_800:color_danger_800,color_danger_900:color_danger_900,color_danger_turva:color_danger_turva,color_data_01:color_data_01,color_data_02:color_data_02,color_data_03:color_data_03,color_data_04:color_data_04,color_data_05:color_data_05,color_data_06:color_data_06,color_data_07:color_data_07,color_data_08:color_data_08,color_data_09:color_data_09,color_data_10:color_data_10,color_data_11:color_data_11,color_data_12:color_data_12,color_data_13:color_data_13,color_data_14:color_data_14,color_data_15:color_data_15,color_gray:color_gray,color_gray_dark:color_gray_dark,color_gray_dark_turva:color_gray_dark_turva,color_gray_darker:color_gray_darker,color_gray_darker_turva:color_gray_darker_turva,color_gray_light:color_gray_light,color_gray_light_turva:color_gray_light_turva,color_gray_lighter:color_gray_lighter,color_gray_lighter_turva:color_gray_lighter_turva,color_gray_lightest:color_gray_lightest,color_gray_lightest_turva:color_gray_lightest_turva,color_gray_turva:color_gray_turva,color_lt_blue_00:color_lt_blue_00,color_lt_blue_100:color_lt_blue_100,color_lt_blue_1000:color_lt_blue_1000,color_lt_blue_200:color_lt_blue_200,color_lt_blue_300:color_lt_blue_300,color_lt_blue_400:color_lt_blue_400,color_lt_blue_50:color_lt_blue_50,color_lt_blue_500:color_lt_blue_500,color_lt_blue_600:color_lt_blue_600,color_lt_blue_700:color_lt_blue_700,color_lt_blue_800:color_lt_blue_800,color_lt_blue_900:color_lt_blue_900,color_lt_gray_00:color_lt_gray_00,color_lt_gray_100:color_lt_gray_100,color_lt_gray_1000:color_lt_gray_1000,color_lt_gray_200:color_lt_gray_200,color_lt_gray_300:color_lt_gray_300,color_lt_gray_400:color_lt_gray_400,color_lt_gray_50:color_lt_gray_50,color_lt_gray_500:color_lt_gray_500,color_lt_gray_600:color_lt_gray_600,color_lt_gray_700:color_lt_gray_700,color_lt_gray_800:color_lt_gray_800,color_lt_gray_900:color_lt_gray_900,color_primary:color_primary,color_primary_dark:color_primary_dark,color_primary_dark_turva:color_primary_dark_turva,color_primary_darker:color_primary_darker,color_primary_darker_turva:color_primary_darker_turva,color_primary_light:color_primary_light,color_primary_light_turva:color_primary_light_turva,color_primary_lighter:color_primary_lighter,color_primary_lighter_turva:color_primary_lighter_turva,color_primary_lightest:color_primary_lightest,color_primary_lightest_turva:color_primary_lightest_turva,color_primary_turva:color_primary_turva,color_secondary:color_secondary,color_secondary_turva:color_secondary_turva,color_success:color_success,color_success_00:color_success_00,color_success_100:color_success_100,color_success_1000:color_success_1000,color_success_200:color_success_200,color_success_300:color_success_300,color_success_400:color_success_400,color_success_50:color_success_50,color_success_500:color_success_500,color_success_600:color_success_600,color_success_700:color_success_700,color_success_800:color_success_800,color_success_900:color_success_900,color_success_turva:color_success_turva,color_turva_gray_00:color_turva_gray_00,color_turva_gray_100:color_turva_gray_100,color_turva_gray_1000:color_turva_gray_1000,color_turva_gray_200:color_turva_gray_200,color_turva_gray_300:color_turva_gray_300,color_turva_gray_400:color_turva_gray_400,color_turva_gray_50:color_turva_gray_50,color_turva_gray_500:color_turva_gray_500,color_turva_gray_600:color_turva_gray_600,color_turva_gray_700:color_turva_gray_700,color_turva_gray_800:color_turva_gray_800,color_turva_gray_900:color_turva_gray_900,color_turva_red_00:color_turva_red_00,color_turva_red_100:color_turva_red_100,color_turva_red_1000:color_turva_red_1000,color_turva_red_200:color_turva_red_200,color_turva_red_300:color_turva_red_300,color_turva_red_400:color_turva_red_400,color_turva_red_50:color_turva_red_50,color_turva_red_500:color_turva_red_500,color_turva_red_600:color_turva_red_600,color_turva_red_700:color_turva_red_700,color_turva_red_800:color_turva_red_800,color_turva_red_900:color_turva_red_900,color_warning:color_warning,color_warning_00:color_warning_00,color_warning_100:color_warning_100,color_warning_1000:color_warning_1000,color_warning_200:color_warning_200,color_warning_300:color_warning_300,color_warning_400:color_warning_400,color_warning_50:color_warning_50,color_warning_500:color_warning_500,color_warning_600:color_warning_600,color_warning_700:color_warning_700,color_warning_800:color_warning_800,color_warning_900:color_warning_900,color_warning_turva:color_warning_turva,font_family_heading:font_family_heading,font_family_heading_turva:font_family_heading_turva,font_family_text:font_family_text,font_family_text_turva:font_family_text_turva,font_size_large:font_size_large,font_size_medium:font_size_medium,font_size_small:font_size_small,font_size_x_large:font_size_x_large,font_size_x_small:font_size_x_small,font_size_xx_large:font_size_xx_large,font_size_xxx_large:font_size_xxx_large,font_size_xxxx_large:font_size_xxxx_large,font_weight_bold:font_weight_bold,font_weight_extra_bold:font_weight_extra_bold,font_weight_normal:font_weight_normal,font_weight_semi_bold:font_weight_semi_bold,letter_spacing_heading:letter_spacing_heading,line_height_medium:line_height_medium,line_height_small:line_height_small,line_height_x_small:line_height_x_small,media_query_large:media_query_large,media_query_medium:media_query_medium,media_query_small:media_query_small,media_query_x_large:media_query_x_large,media_query_x_small:media_query_x_small,media_query_xx_large:media_query_xx_large,media_query_xx_small:media_query_xx_small,media_query_xxx_large:media_query_xxx_large,media_query_xxx_small:media_query_xxx_small,opacity_30:opacity_30,opacity_50:opacity_50,opacity_75:opacity_75,opacity_85:opacity_85,radius_circle:radius_circle,radius_default:radius_default,radius_intermediate:radius_intermediate,radius_large:radius_large,radius_medium:radius_medium,radius_pill:radius_pill,radius_sharp:radius_sharp,shadow_card:shadow_card,shadow_card_turva:shadow_card_turva,shadow_default:shadow_default,shadow_default_turva:shadow_default_turva,shadow_error:shadow_error,shadow_error_turva:shadow_error_turva,shadow_focus:shadow_focus,shadow_focus_input:shadow_focus_input,shadow_focus_input_turva:shadow_focus_input_turva,shadow_focus_turva:shadow_focus_turva,shadow_hover:shadow_hover,shadow_hover_input:shadow_hover_input,shadow_hover_input_turva:shadow_hover_input_turva,shadow_hover_turva:shadow_hover_turva,shadow_modal:shadow_modal,shadow_tooltip:shadow_tooltip,shadow_tooltip_turva:shadow_tooltip_turva,size_button_border:size_button_border,size_button_min_width:size_button_min_width,size_button_tiny_border:size_button_tiny_border,size_form_border:size_form_border,size_header:size_header,size_icon_large:size_icon_large,size_icon_medium:size_icon_medium,size_icon_small:size_icon_small,size_icon_x_large:size_icon_x_large,size_icon_x_small:size_icon_x_small,size_icon_xx_large:size_icon_xx_large,size_icon_xx_small:size_icon_xx_small,size_icon_xxx_large:size_icon_xxx_large,size_icon_xxx_small:size_icon_xxx_small,size_layout_max_width:size_layout_max_width,size_medium_border:size_medium_border,size_navigation:size_navigation,size_step_medium:size_step_medium,size_step_small:size_step_small,size_tappable_square:size_tappable_square,space_large:space_large,space_medium:space_medium,space_small:space_small,space_x_large:space_x_large,space_x_small:space_x_small,space_xx_large:space_xx_large,space_xx_small:space_xx_small,space_xxx_large:space_xxx_large,space_xxx_small:space_xxx_small,space_xxxx_large:space_xxxx_large,space_xxxxx_large:space_xxxxx_large,transition_quickly:transition_quickly,transition_slowly:transition_slowly,z_index_deep:z_index_deep,z_index_default:z_index_default,z_index_dropdown:z_index_dropdown,z_index_header:z_index_header,z_index_mask:z_index_mask,z_index_mask_buttons:z_index_mask_buttons,z_index_masked:z_index_masked,z_index_modal:z_index_modal,z_index_overlay:z_index_overlay,z_index_popup:z_index_popup,z_index_spinner:z_index_spinner,z_index_sticky:z_index_sticky,z_index_toast:z_index_toast};var tokens$1=Object.freeze({__proto__:null,color_brand_blue:color_brand_blue,color_brand_gray_turva:color_brand_gray_turva,color_category_family:color_category_family,color_category_family_turva:color_category_family_turva,color_category_finance:color_category_finance,color_category_home:color_category_home,color_category_home_turva:color_category_home_turva,color_category_pet:color_category_pet,color_category_travel:color_category_travel,color_category_travel_turva:color_category_travel_turva,color_category_union_turva:color_category_union_turva,color_category_vehicle:color_category_vehicle,color_category_vehicle_turva:color_category_vehicle_turva,color_danger:color_danger,color_danger_00:color_danger_00,color_danger_100:color_danger_100,color_danger_1000:color_danger_1000,color_danger_200:color_danger_200,color_danger_300:color_danger_300,color_danger_400:color_danger_400,color_danger_50:color_danger_50,color_danger_500:color_danger_500,color_danger_600:color_danger_600,color_danger_700:color_danger_700,color_danger_800:color_danger_800,color_danger_900:color_danger_900,color_danger_turva:color_danger_turva,color_data_01:color_data_01,color_data_02:color_data_02,color_data_03:color_data_03,color_data_04:color_data_04,color_data_05:color_data_05,color_data_06:color_data_06,color_data_07:color_data_07,color_data_08:color_data_08,color_data_09:color_data_09,color_data_10:color_data_10,color_data_11:color_data_11,color_data_12:color_data_12,color_data_13:color_data_13,color_data_14:color_data_14,color_data_15:color_data_15,color_gray:color_gray,color_gray_dark:color_gray_dark,color_gray_dark_turva:color_gray_dark_turva,color_gray_darker:color_gray_darker,color_gray_darker_turva:color_gray_darker_turva,color_gray_light:color_gray_light,color_gray_light_turva:color_gray_light_turva,color_gray_lighter:color_gray_lighter,color_gray_lighter_turva:color_gray_lighter_turva,color_gray_lightest:color_gray_lightest,color_gray_lightest_turva:color_gray_lightest_turva,color_gray_turva:color_gray_turva,color_lt_blue_00:color_lt_blue_00,color_lt_blue_100:color_lt_blue_100,color_lt_blue_1000:color_lt_blue_1000,color_lt_blue_200:color_lt_blue_200,color_lt_blue_300:color_lt_blue_300,color_lt_blue_400:color_lt_blue_400,color_lt_blue_50:color_lt_blue_50,color_lt_blue_500:color_lt_blue_500,color_lt_blue_600:color_lt_blue_600,color_lt_blue_700:color_lt_blue_700,color_lt_blue_800:color_lt_blue_800,color_lt_blue_900:color_lt_blue_900,color_lt_gray_00:color_lt_gray_00,color_lt_gray_100:color_lt_gray_100,color_lt_gray_1000:color_lt_gray_1000,color_lt_gray_200:color_lt_gray_200,color_lt_gray_300:color_lt_gray_300,color_lt_gray_400:color_lt_gray_400,color_lt_gray_50:color_lt_gray_50,color_lt_gray_500:color_lt_gray_500,color_lt_gray_600:color_lt_gray_600,color_lt_gray_700:color_lt_gray_700,color_lt_gray_800:color_lt_gray_800,color_lt_gray_900:color_lt_gray_900,color_primary:color_primary,color_primary_dark:color_primary_dark,color_primary_dark_turva:color_primary_dark_turva,color_primary_darker:color_primary_darker,color_primary_darker_turva:color_primary_darker_turva,color_primary_light:color_primary_light,color_primary_light_turva:color_primary_light_turva,color_primary_lighter:color_primary_lighter,color_primary_lighter_turva:color_primary_lighter_turva,color_primary_lightest:color_primary_lightest,color_primary_lightest_turva:color_primary_lightest_turva,color_primary_turva:color_primary_turva,color_secondary:color_secondary,color_secondary_turva:color_secondary_turva,color_success:color_success,color_success_00:color_success_00,color_success_100:color_success_100,color_success_1000:color_success_1000,color_success_200:color_success_200,color_success_300:color_success_300,color_success_400:color_success_400,color_success_50:color_success_50,color_success_500:color_success_500,color_success_600:color_success_600,color_success_700:color_success_700,color_success_800:color_success_800,color_success_900:color_success_900,color_success_turva:color_success_turva,color_turva_gray_00:color_turva_gray_00,color_turva_gray_100:color_turva_gray_100,color_turva_gray_1000:color_turva_gray_1000,color_turva_gray_200:color_turva_gray_200,color_turva_gray_300:color_turva_gray_300,color_turva_gray_400:color_turva_gray_400,color_turva_gray_50:color_turva_gray_50,color_turva_gray_500:color_turva_gray_500,color_turva_gray_600:color_turva_gray_600,color_turva_gray_700:color_turva_gray_700,color_turva_gray_800:color_turva_gray_800,color_turva_gray_900:color_turva_gray_900,color_turva_red_00:color_turva_red_00,color_turva_red_100:color_turva_red_100,color_turva_red_1000:color_turva_red_1000,color_turva_red_200:color_turva_red_200,color_turva_red_300:color_turva_red_300,color_turva_red_400:color_turva_red_400,color_turva_red_50:color_turva_red_50,color_turva_red_500:color_turva_red_500,color_turva_red_600:color_turva_red_600,color_turva_red_700:color_turva_red_700,color_turva_red_800:color_turva_red_800,color_turva_red_900:color_turva_red_900,color_warning:color_warning,color_warning_00:color_warning_00,color_warning_100:color_warning_100,color_warning_1000:color_warning_1000,color_warning_200:color_warning_200,color_warning_300:color_warning_300,color_warning_400:color_warning_400,color_warning_50:color_warning_50,color_warning_500:color_warning_500,color_warning_600:color_warning_600,color_warning_700:color_warning_700,color_warning_800:color_warning_800,color_warning_900:color_warning_900,color_warning_turva:color_warning_turva,font_family_heading:font_family_heading,font_family_heading_turva:font_family_heading_turva,font_family_text:font_family_text,font_family_text_turva:font_family_text_turva,font_size_large:font_size_large,font_size_medium:font_size_medium,font_size_small:font_size_small,font_size_x_large:font_size_x_large,font_size_x_small:font_size_x_small,font_size_xx_large:font_size_xx_large,font_size_xxx_large:font_size_xxx_large,font_size_xxxx_large:font_size_xxxx_large,font_weight_bold:font_weight_bold,font_weight_extra_bold:font_weight_extra_bold,font_weight_normal:font_weight_normal,font_weight_semi_bold:font_weight_semi_bold,letter_spacing_heading:letter_spacing_heading,line_height_medium:line_height_medium,line_height_small:line_height_small,line_height_x_small:line_height_x_small,media_query_large:media_query_large,media_query_medium:media_query_medium,media_query_small:media_query_small,media_query_x_large:media_query_x_large,media_query_x_small:media_query_x_small,media_query_xx_large:media_query_xx_large,media_query_xx_small:media_query_xx_small,media_query_xxx_large:media_query_xxx_large,media_query_xxx_small:media_query_xxx_small,opacity_30:opacity_30,opacity_50:opacity_50,opacity_75:opacity_75,opacity_85:opacity_85,radius_circle:radius_circle,radius_default:radius_default,radius_intermediate:radius_intermediate,radius_large:radius_large,radius_medium:radius_medium,radius_pill:radius_pill,radius_sharp:radius_sharp,shadow_card:shadow_card,shadow_card_turva:shadow_card_turva,shadow_default:shadow_default,shadow_default_turva:shadow_default_turva,shadow_error:shadow_error,shadow_error_turva:shadow_error_turva,shadow_focus:shadow_focus,shadow_focus_input:shadow_focus_input,shadow_focus_input_turva:shadow_focus_input_turva,shadow_focus_turva:shadow_focus_turva,shadow_hover:shadow_hover,shadow_hover_input:shadow_hover_input,shadow_hover_input_turva:shadow_hover_input_turva,shadow_hover_turva:shadow_hover_turva,shadow_modal:shadow_modal,shadow_tooltip:shadow_tooltip,shadow_tooltip_turva:shadow_tooltip_turva,size_button_border:size_button_border,size_button_min_width:size_button_min_width,size_button_tiny_border:size_button_tiny_border,size_form_border:size_form_border,size_header:size_header,size_icon_large:size_icon_large,size_icon_medium:size_icon_medium,size_icon_small:size_icon_small,size_icon_x_large:size_icon_x_large,size_icon_x_small:size_icon_x_small,size_icon_xx_large:size_icon_xx_large,size_icon_xx_small:size_icon_xx_small,size_icon_xxx_large:size_icon_xxx_large,size_icon_xxx_small:size_icon_xxx_small,size_layout_max_width:size_layout_max_width,size_medium_border:size_medium_border,size_navigation:size_navigation,size_step_medium:size_step_medium,size_step_small:size_step_small,size_tappable_square:size_tappable_square,space_large:space_large,space_medium:space_medium,space_small:space_small,space_x_large:space_x_large,space_x_small:space_x_small,space_xx_large:space_xx_large,space_xx_small:space_xx_small,space_xxx_large:space_xxx_large,space_xxx_small:space_xxx_small,space_xxxx_large:space_xxxx_large,space_xxxxx_large:space_xxxxx_large,transition_quickly:transition_quickly,transition_slowly:transition_slowly,z_index_deep:z_index_deep,z_index_default:z_index_default,z_index_dropdown:z_index_dropdown,z_index_header:z_index_header,z_index_mask:z_index_mask,z_index_mask_buttons:z_index_mask_buttons,z_index_masked:z_index_masked,z_index_modal:z_index_modal,z_index_overlay:z_index_overlay,z_index_popup:z_index_popup,z_index_spinner:z_index_spinner,z_index_sticky:z_index_sticky,z_index_toast:z_index_toast,default:tokens});export{media_query_large as a,media_query_small as b,media_query_xx_large as c,font_size_medium as f,media_query_medium as m,tokens$1 as t};