@baloise/ds-core 20.0.0-next.4 → 20.0.0-next.7

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 (1040) hide show
  1. package/LICENSE +9 -0
  2. package/components/all.d.ts +58 -0
  3. package/components/all.js +87 -0
  4. package/components/ds-accordion.js +1 -1
  5. package/components/ds-alert-container.js +1 -1
  6. package/components/ds-app.js +1 -1
  7. package/components/ds-badge.js +1 -1
  8. package/components/ds-button-group.js +1 -1
  9. package/components/ds-button.js +1 -1
  10. package/components/ds-card-actions.js +1 -1
  11. package/components/ds-card-content.js +1 -1
  12. package/components/ds-card-header.js +1 -1
  13. package/components/ds-card-subtitle.js +1 -1
  14. package/components/ds-card-title.js +1 -1
  15. package/components/ds-card.js +1 -1
  16. package/components/ds-carousel-item.d.ts +11 -0
  17. package/components/ds-carousel-item.js +4 -0
  18. package/components/ds-carousel.d.ts +11 -0
  19. package/components/ds-carousel.js +4 -0
  20. package/components/ds-checkbox-group.js +1 -1
  21. package/components/ds-checkbox.js +1 -1
  22. package/components/ds-close.js +1 -1
  23. package/components/ds-content.js +1 -1
  24. package/components/ds-data-item.d.ts +11 -0
  25. package/components/ds-data-item.js +4 -0
  26. package/components/ds-data-label.d.ts +11 -0
  27. package/components/ds-data-label.js +4 -0
  28. package/components/ds-data-value.d.ts +11 -0
  29. package/components/ds-data-value.js +4 -0
  30. package/components/ds-data.d.ts +11 -0
  31. package/components/ds-data.js +4 -0
  32. package/components/ds-date.d.ts +11 -0
  33. package/components/ds-date.js +4 -0
  34. package/components/ds-divider.js +1 -1
  35. package/components/ds-drawer.d.ts +11 -0
  36. package/components/ds-drawer.js +4 -0
  37. package/components/ds-file-upload.d.ts +11 -0
  38. package/components/ds-file-upload.js +4 -0
  39. package/components/ds-footer.d.ts +11 -0
  40. package/components/ds-footer.js +4 -0
  41. package/components/ds-heading.js +1 -1
  42. package/components/ds-hint-text.d.ts +11 -0
  43. package/components/ds-hint-text.js +4 -0
  44. package/components/ds-hint-title.d.ts +11 -0
  45. package/components/ds-hint-title.js +4 -0
  46. package/components/ds-hint.d.ts +11 -0
  47. package/components/ds-hint.js +4 -0
  48. package/components/ds-icon.js +1 -1
  49. package/components/ds-input-slider.d.ts +11 -0
  50. package/components/ds-input-slider.js +4 -0
  51. package/components/ds-input.js +1 -1
  52. package/components/ds-item.js +1 -1
  53. package/components/ds-label.js +1 -1
  54. package/components/ds-list.js +1 -1
  55. package/components/ds-logo.js +1 -1
  56. package/components/ds-modal-body.d.ts +11 -0
  57. package/components/ds-modal-body.js +4 -0
  58. package/components/ds-modal-header.d.ts +11 -0
  59. package/components/ds-modal-header.js +4 -0
  60. package/components/ds-modal.d.ts +11 -0
  61. package/components/ds-modal.js +4 -0
  62. package/components/ds-navbar.d.ts +11 -0
  63. package/components/ds-navbar.js +4 -0
  64. package/components/ds-notification.js +1 -1
  65. package/components/ds-number-input.js +1 -1
  66. package/components/ds-pagination.js +1 -1
  67. package/components/ds-popup.d.ts +11 -0
  68. package/components/ds-popup.js +4 -0
  69. package/components/ds-progress-bar.js +1 -1
  70. package/components/ds-radio-group.js +1 -1
  71. package/components/ds-radio.js +1 -1
  72. package/components/ds-segment-item.js +1 -1
  73. package/components/ds-segment.js +1 -1
  74. package/components/ds-select-optgroup.d.ts +11 -0
  75. package/components/ds-select-optgroup.js +4 -0
  76. package/components/ds-select-option.d.ts +11 -0
  77. package/components/ds-select-option.js +4 -0
  78. package/components/ds-select.d.ts +11 -0
  79. package/components/ds-select.js +4 -0
  80. package/components/ds-shape.js +1 -1
  81. package/components/ds-snackbar.js +1 -1
  82. package/components/ds-spinner.js +1 -1
  83. package/components/ds-stack.js +1 -1
  84. package/components/ds-step-panel.d.ts +11 -0
  85. package/components/ds-step-panel.js +4 -0
  86. package/components/ds-step.d.ts +11 -0
  87. package/components/ds-step.js +4 -0
  88. package/components/ds-steps.d.ts +11 -0
  89. package/components/ds-steps.js +4 -0
  90. package/components/ds-tab-panel.d.ts +11 -0
  91. package/components/ds-tab-panel.js +4 -0
  92. package/components/ds-tab.d.ts +11 -0
  93. package/components/ds-tab.js +4 -0
  94. package/components/ds-tabs.d.ts +11 -0
  95. package/components/ds-tabs.js +4 -0
  96. package/components/ds-tag-group.js +1 -1
  97. package/components/ds-tag.js +1 -1
  98. package/components/ds-text.js +1 -1
  99. package/components/ds-textarea.js +1 -1
  100. package/components/ds-toast.js +1 -1
  101. package/components/ds-toggle.js +1 -1
  102. package/components/ds-tooltip.d.ts +11 -0
  103. package/components/ds-tooltip.js +4 -0
  104. package/components/index.js +1 -1
  105. package/components/p--EKmxaBS.js +4 -0
  106. package/components/p-3Mi9vpmB.js +4 -0
  107. package/components/p-ABj0eATe.js +4 -0
  108. package/components/p-B-en4B17.js +4 -0
  109. package/components/p-BgzU1loG.js +4 -0
  110. package/components/p-BhbWmCTu.js +4 -0
  111. package/components/p-BqY0KzJC.js +4 -0
  112. package/components/p-BrIcCcce.js +4 -0
  113. package/components/p-BrJFPhMA.js +4 -0
  114. package/components/{p-Urcs7-vS.js → p-BwfAXfmz.js} +1 -1
  115. package/components/p-BwwAKEvn.js +4 -0
  116. package/components/p-ByX1_7SF.js +4 -0
  117. package/components/p-C1jqbZdf.js +4 -0
  118. package/{dist/design-system/p-15bc012833.entry.js → components/p-CA7G72wZ.js} +1 -1
  119. package/components/p-CQHwI4iD.js +4 -0
  120. package/components/p-CWDuQL1i.js +4 -0
  121. package/components/p-CvaNxQtw.js +4 -0
  122. package/components/p-D5zw5ezD.js +4 -0
  123. package/components/p-D9ILiUgm.js +4 -0
  124. package/{dist/design-system/p-BATOumsf.js → components/p-D9YYP2SG.js} +1 -1
  125. package/components/p-DAYd9ty0.js +4 -0
  126. package/components/p-DIK6Zkg6.js +4 -0
  127. package/{dist/design-system/p-BkESlUMc.js → components/p-DQBzmbR6.js} +1 -1
  128. package/components/p-DSeYzuO7.js +4 -0
  129. package/components/{p-z1jJgtep.js → p-DU7t9H9h.js} +1 -1
  130. package/components/p-DY0y8uLL.js +4 -0
  131. package/components/p-DYTOWDAA.js +4 -0
  132. package/components/p-DYlqkAWn.js +4 -0
  133. package/components/p-DbM7ALm9.js +14 -0
  134. package/{dist/design-system/p-D2tr7015.js → components/p-DbY6Pfeh.js} +1 -1
  135. package/components/{p-DZqqelPH.js → p-DcSNuA8W.js} +1 -1
  136. package/components/p-DenZRIeA.js +4 -0
  137. package/{dist/design-system/p-BwrOVItb.js → components/p-Dr4MUfss.js} +1 -1
  138. package/components/p-Du7QOHtz.js +5 -0
  139. package/components/{p-E8U6M5ii.js → p-FBQaJyH0.js} +1 -1
  140. package/components/{p-Dr4dquer.js → p-J0mxIuTt.js} +1 -1
  141. package/{dist/design-system/p-DJxr2Dcd.js → components/p-UCeQ1JCs.js} +1 -1
  142. package/components/p-Uy_dVz21.js +4 -0
  143. package/components/p-VsWv65bD.js +4 -0
  144. package/components/p-WO0X5Vmy.js +4 -0
  145. package/components/p-gz0Nxl39.js +4 -0
  146. package/components/{p-Bt20CEww.js → p-n3_2KEz0.js} +1 -1
  147. package/components/p-qaSW94OG.js +4 -0
  148. package/components/p-u5aa74vh.js +4 -0
  149. package/dist/cjs/{_getTag-B468r9bu.js → _getTag-DxZgmSPS.js} +1 -1
  150. package/dist/cjs/array-CYn4ALBt.js +1986 -0
  151. package/dist/cjs/{breakpoints.decorator-qaoHOU6Q.js → breakpoints.decorator-DY5iYsA5.js} +1 -1
  152. package/dist/cjs/{breakpoints.subject-DhAN_ZAn.js → breakpoints.subject-CzhLlIwN.js} +3 -3
  153. package/dist/cjs/{button.interfaces-BueDWsuH.js → button.interfaces-CqlUGR-N.js} +1 -1
  154. package/dist/cjs/carousel.interfaces-BFQpUNrw.js +12 -0
  155. package/dist/cjs/{config.decorator-Qmrq4ZYj.js → config.decorator-C64wi-MA.js} +1 -1
  156. package/dist/cjs/{config.utils-Cv4cx_Xa.js → config.utils-BhWbrVRz.js} +1 -1
  157. package/dist/cjs/create-validator-decorator-Ctd288ve.js +212 -0
  158. package/dist/cjs/design-system.cjs.js +3 -3
  159. package/dist/cjs/{device-CptgCtVc.js → device-CIliLOe9.js} +1 -1
  160. package/dist/cjs/ds-accordion.cjs.entry.js +30 -34
  161. package/dist/cjs/ds-alert-container.cjs.entry.js +12 -15
  162. package/dist/cjs/ds-app.cjs.entry.js +16 -6
  163. package/dist/cjs/ds-badge.cjs.entry.js +33 -26
  164. package/dist/cjs/ds-button-group.cjs.entry.js +14 -17
  165. package/dist/cjs/ds-button_2.cjs.entry.js +58 -73
  166. package/dist/cjs/ds-card-actions.cjs.entry.js +6 -8
  167. package/dist/cjs/ds-card-content.cjs.entry.js +3 -3
  168. package/dist/cjs/ds-card-header.cjs.entry.js +8 -5
  169. package/dist/cjs/ds-card-subtitle.cjs.entry.js +13 -13
  170. package/dist/cjs/ds-card-title.cjs.entry.js +11 -7
  171. package/dist/cjs/ds-card.cjs.entry.js +32 -43
  172. package/dist/cjs/ds-carousel-item.cjs.entry.js +128 -0
  173. package/dist/cjs/ds-carousel.cjs.entry.js +473 -0
  174. package/dist/cjs/ds-checkbox-group.cjs.entry.js +60 -2013
  175. package/dist/cjs/ds-checkbox.cjs.entry.js +33 -20
  176. package/dist/cjs/ds-content_2.cjs.entry.js +330 -0
  177. package/dist/cjs/ds-data-item.cjs.entry.js +146 -0
  178. package/dist/cjs/ds-data-label.cjs.entry.js +41 -0
  179. package/dist/cjs/ds-data-value.cjs.entry.js +31 -0
  180. package/dist/cjs/ds-data.cjs.entry.js +43 -0
  181. package/dist/cjs/ds-date.cjs.entry.js +5334 -0
  182. package/dist/cjs/{ds-logo.cjs.entry.js → ds-divider_2.cjs.entry.js} +130 -25
  183. package/dist/cjs/ds-drawer_2.cjs.entry.js +602 -0
  184. package/dist/cjs/ds-file-upload.cjs.entry.js +516 -0
  185. package/dist/cjs/ds-footer.cjs.entry.js +159 -0
  186. package/dist/cjs/ds-heading.cjs.entry.js +22 -20
  187. package/dist/cjs/ds-hint-text.cjs.entry.js +28 -0
  188. package/dist/cjs/ds-hint-title.cjs.entry.js +31 -0
  189. package/dist/cjs/ds-hint.cjs.entry.js +243 -0
  190. package/dist/cjs/ds-icon_2.cjs.entry.js +82 -73
  191. package/dist/cjs/ds-input-slider.cjs.entry.js +2885 -0
  192. package/dist/cjs/ds-input.cjs.entry.js +45 -43
  193. package/dist/cjs/ds-item.cjs.entry.js +29 -34
  194. package/dist/cjs/ds-label.cjs.entry.js +23 -31
  195. package/dist/cjs/ds-list.cjs.entry.js +6 -12
  196. package/dist/cjs/ds-modal-body.cjs.entry.js +34 -0
  197. package/dist/cjs/ds-modal-header.cjs.entry.js +31 -0
  198. package/dist/cjs/ds-modal.cjs.entry.js +201 -0
  199. package/dist/cjs/ds-navbar.cjs.entry.js +359 -0
  200. package/dist/cjs/ds-notification.cjs.entry.js +20 -28
  201. package/dist/cjs/ds-number-input.cjs.entry.js +107 -119
  202. package/dist/cjs/ds-pagination.cjs.entry.js +41 -37
  203. package/dist/cjs/ds-progress-bar.cjs.entry.js +25 -29
  204. package/dist/cjs/ds-radio-group.cjs.entry.js +48 -30
  205. package/dist/cjs/ds-radio.cjs.entry.js +36 -34
  206. package/dist/cjs/ds-segment-item.cjs.entry.js +9 -9
  207. package/dist/cjs/ds-segment.cjs.entry.js +29 -117
  208. package/dist/cjs/ds-select-optgroup.cjs.entry.js +49 -0
  209. package/dist/cjs/ds-select-option.cjs.entry.js +57 -0
  210. package/dist/cjs/ds-select.cjs.entry.js +2772 -0
  211. package/dist/cjs/ds-shape.cjs.entry.js +10 -16
  212. package/dist/cjs/ds-snackbar.cjs.entry.js +41 -58
  213. package/dist/cjs/ds-step-panel.cjs.entry.js +55 -0
  214. package/dist/cjs/ds-step.cjs.entry.js +170 -0
  215. package/dist/cjs/ds-steps.cjs.entry.js +227 -0
  216. package/dist/cjs/ds-tab-panel.cjs.entry.js +55 -0
  217. package/dist/cjs/ds-tab.cjs.entry.js +120 -0
  218. package/dist/cjs/ds-tabs.cjs.entry.js +364 -0
  219. package/dist/cjs/ds-tag-group.cjs.entry.js +3 -3
  220. package/dist/cjs/ds-tag.cjs.entry.js +19 -26
  221. package/dist/cjs/ds-text.cjs.entry.js +29 -33
  222. package/dist/cjs/ds-textarea.cjs.entry.js +32 -31
  223. package/dist/cjs/ds-toast.cjs.entry.js +41 -55
  224. package/dist/cjs/ds-toggle.cjs.entry.js +22 -21
  225. package/dist/cjs/ds-tooltip.cjs.entry.js +182 -0
  226. package/dist/cjs/{field.util-RjuvTLNZ.js → field.util-g9nhtuZH.js} +1 -1
  227. package/dist/cjs/floating-ui.dom-Cu3dZdFD.js +1628 -0
  228. package/dist/cjs/focus-BUszBnbl.js +1958 -0
  229. package/dist/cjs/footer.i18n-CpGxizgm.js +162 -0
  230. package/dist/cjs/{form-control-Bno2tBGf.js → form-control-B4Qf8fg-.js} +2 -2
  231. package/dist/cjs/has-value-rj502MLA.js +12 -0
  232. package/dist/cjs/{index-CdD-TT_n.js → index-CqInh7Vc.js} +502 -175
  233. package/dist/cjs/index.cjs.js +26 -8283
  234. package/dist/cjs/isArray-DvQst6zQ.js +42 -0
  235. package/dist/cjs/isNaN-DOSPWDkt.js +106 -0
  236. package/dist/cjs/{isObjectLike-h-ta_ikf.js → isObjectLike-BNz6hnAu.js} +0 -37
  237. package/dist/cjs/keyboard-C7y0jXYb.js +23 -0
  238. package/dist/cjs/{listener-DgVWqfa1.js → listener-1PZJDuOW.js} +1 -1
  239. package/dist/cjs/loader.cjs.js +2 -2
  240. package/dist/cjs/luxon-q23LOWrr.js +8137 -0
  241. package/dist/cjs/one-of-BotLfpAZ.js +30 -0
  242. package/dist/cjs/popup.interfaces-B-mwd9rh.js +23 -0
  243. package/dist/cjs/required-BAhZ8oRM.js +38 -0
  244. package/dist/cjs/resize.decorator-Sqefy8ta.js +98 -0
  245. package/dist/cjs/scroll--5tnvpG1.js +89 -0
  246. package/dist/cjs/svg-D9RbiR8R.js +2443 -0
  247. package/dist/cjs/{tslib.es6-BTi-SLnA.js → tslib.es6-BIB10hMZ.js} +1 -1
  248. package/dist/cjs/type-Br_NbeTX.js +33 -0
  249. package/dist/collection/collection-manifest.json +31 -2
  250. package/dist/collection/components/accordion/accordion.host.css +1 -1
  251. package/dist/collection/components/accordion/accordion.js +22 -29
  252. package/dist/collection/components/alert/alert-container.js +8 -14
  253. package/dist/collection/components/alert/alert.controller.js +1 -1
  254. package/dist/collection/components/alert/snackbar/snackbar.host.css +1 -1
  255. package/dist/collection/components/alert/snackbar/snackbar.js +30 -53
  256. package/dist/collection/components/alert/toast/toast.host.css +1 -1
  257. package/dist/collection/components/alert/toast/toast.js +32 -53
  258. package/dist/collection/components/app/app.js +11 -3
  259. package/dist/collection/components/badge/badge.host.css +1 -1
  260. package/dist/collection/components/badge/badge.interfaces.js +1 -1
  261. package/dist/collection/components/badge/badge.js +28 -25
  262. package/dist/collection/components/button/button-group/button-group.js +8 -14
  263. package/dist/collection/components/button/button.host.css +1 -1
  264. package/dist/collection/components/button/button.interfaces.js +1 -1
  265. package/dist/collection/components/button/button.js +44 -54
  266. package/dist/collection/components/card/card-actions/card-actions.js +3 -6
  267. package/dist/collection/components/card/card-content/card-content.host.css +1 -1
  268. package/dist/collection/components/card/card-header/card-header.js +4 -3
  269. package/dist/collection/components/card/card-subtitle/card-subtitle.js +8 -11
  270. package/dist/collection/components/card/card-title/card-title.js +6 -5
  271. package/dist/collection/components/card/card.host.css +1 -1
  272. package/dist/collection/components/card/card.js +30 -42
  273. package/dist/collection/components/carousel/carousel/carousel.host.css +1 -0
  274. package/dist/collection/components/carousel/carousel/carousel.i18n.js +65 -0
  275. package/dist/collection/components/carousel/carousel/carousel.js +631 -0
  276. package/dist/collection/components/carousel/carousel-item/carousel-item.host.css +1 -0
  277. package/dist/collection/components/carousel/carousel-item/carousel-item.js +313 -0
  278. package/dist/collection/components/carousel/carousel.interfaces.js +6 -0
  279. package/dist/collection/components/carousel/test/carousel.a11y.play.js +34 -0
  280. package/dist/collection/components/carousel/test/carousel.component.play.js +57 -0
  281. package/dist/collection/components/carousel/test/carousel.visual.play.js +24 -0
  282. package/dist/collection/components/checkbox/checkbox-group/checkbox-group.host.css +1 -1
  283. package/dist/collection/components/checkbox/checkbox-group/checkbox-group.js +63 -27
  284. package/dist/collection/components/checkbox/checkbox.host.css +1 -1
  285. package/dist/collection/components/checkbox/checkbox.js +47 -18
  286. package/dist/collection/components/checkbox/test/checkbox.visual.play.js +3 -0
  287. package/dist/collection/components/close/close.js +10 -21
  288. package/dist/collection/components/content/content.js +38 -52
  289. package/dist/collection/components/data/data-item.host.css +1 -0
  290. package/dist/collection/components/data/data-item.i18n.js +35 -0
  291. package/dist/collection/components/data/data-item.js +244 -0
  292. package/dist/collection/components/data/data-label.host.css +1 -0
  293. package/dist/collection/components/data/data-label.js +72 -0
  294. package/dist/collection/components/data/data-value.host.css +1 -0
  295. package/dist/collection/components/data/data-value.js +38 -0
  296. package/dist/collection/components/data/data.host.css +1 -0
  297. package/dist/collection/components/data/data.js +75 -0
  298. package/dist/collection/components/data/test/data.a11y.play.js +31 -0
  299. package/dist/collection/components/data/test/data.component.play.js +104 -0
  300. package/dist/collection/components/data/test/data.visual.play.js +25 -0
  301. package/dist/collection/components/date/date.host.css +1 -0
  302. package/dist/collection/components/date/date.i18n.js +105 -0
  303. package/dist/collection/components/date/date.interfaces.js +4 -0
  304. package/dist/collection/components/date/date.js +1241 -0
  305. package/dist/collection/components/date/date.mask.js +189 -0
  306. package/dist/collection/components/date/date.picker.js +536 -0
  307. package/dist/collection/components/date/test/date.a11y.play.js +27 -0
  308. package/dist/collection/components/date/test/date.component.play.js +69 -0
  309. package/dist/collection/components/date/test/date.visual.play.js +43 -0
  310. package/dist/collection/components/divider/divider.host.css +1 -1
  311. package/dist/collection/components/divider/divider.js +11 -24
  312. package/dist/collection/components/drawer/drawer.host.css +1 -0
  313. package/dist/collection/{utils/property-checkers/constants.js → components/drawer/drawer.interfaces.js} +1 -1
  314. package/dist/collection/components/drawer/drawer.js +492 -0
  315. package/dist/collection/components/drawer/test/drawer.a11y.play.js +39 -0
  316. package/dist/collection/components/drawer/test/drawer.component.play.js +131 -0
  317. package/dist/collection/components/drawer/test/drawer.visual.play.js +31 -0
  318. package/dist/collection/components/file-upload/file-upload.host.css +1 -0
  319. package/dist/collection/components/file-upload/file-upload.i18n.js +55 -0
  320. package/dist/collection/components/file-upload/file-upload.interfaces.js +10 -0
  321. package/dist/collection/components/file-upload/file-upload.js +1030 -0
  322. package/dist/collection/components/file-upload/test/file-upload.a11y.play.js +52 -0
  323. package/dist/collection/components/file-upload/test/file-upload.component.play.js +124 -0
  324. package/dist/collection/components/file-upload/test/file-upload.visual.play.js +18 -0
  325. package/dist/collection/components/file-upload/utils/file-list.util.js +13 -0
  326. package/dist/collection/components/file-upload/utils/file-size.util.js +10 -0
  327. package/dist/collection/components/file-upload/utils/file-validation.util.js +48 -0
  328. package/dist/collection/components/footer/footer.host.css +1 -0
  329. package/dist/collection/components/footer/footer.i18n.js +155 -0
  330. package/dist/collection/components/footer/footer.interfaces.js +4 -0
  331. package/dist/collection/components/footer/footer.js +350 -0
  332. package/dist/collection/components/footer/test/footer.a11y.play.js +17 -0
  333. package/dist/collection/components/footer/test/footer.component.play.js +74 -0
  334. package/dist/collection/components/footer/test/footer.visual.play.js +16 -0
  335. package/dist/collection/components/form/test/form.visual.play.js +13 -1
  336. package/dist/collection/components/heading/heading.host.css +1 -1
  337. package/dist/collection/components/heading/heading.js +16 -17
  338. package/dist/collection/components/hint/hint-text/hint-text.js +28 -0
  339. package/dist/collection/components/hint/hint-title/hint-title.js +31 -0
  340. package/dist/collection/components/hint/hint.host.css +1 -0
  341. package/dist/collection/components/hint/hint.i18n.js +35 -0
  342. package/dist/collection/components/hint/hint.interfaces.js +1 -0
  343. package/dist/collection/components/hint/hint.js +410 -0
  344. package/dist/collection/components/hint/test/hint.a11y.play.js +41 -0
  345. package/dist/collection/components/hint/test/hint.component.play.js +110 -0
  346. package/dist/collection/components/hint/test/hint.visual.play.js +39 -0
  347. package/dist/collection/components/icon/icon.host.css +1 -1
  348. package/dist/collection/components/icon/icon.interfaces.js +1 -0
  349. package/dist/collection/components/icon/icon.js +73 -42
  350. package/dist/collection/components/icon/test/icon.component.play.js +23 -1
  351. package/dist/collection/components/input/clear-button.i18n.js +35 -0
  352. package/dist/collection/components/input/clear-button.util.js +11 -0
  353. package/dist/collection/components/input/input.host.css +1 -1
  354. package/dist/collection/components/input/input.js +36 -37
  355. package/dist/collection/components/input/test/input.component.play.js +1 -1
  356. package/dist/collection/components/input/trigger-button.i18n.js +45 -0
  357. package/dist/collection/components/input-slider/input-slider.host.css +1 -0
  358. package/dist/collection/components/input-slider/input-slider.interfaces.js +4 -0
  359. package/dist/collection/components/input-slider/input-slider.js +961 -0
  360. package/dist/collection/components/input-slider/input-slider.picker.js +124 -0
  361. package/dist/collection/components/input-slider/input-slider.utils.js +32 -0
  362. package/dist/collection/components/input-slider/test/input-slider.a11y.play.js +36 -0
  363. package/dist/collection/components/input-slider/test/input-slider.component.play.js +87 -0
  364. package/dist/collection/components/input-slider/test/input-slider.visual.play.js +27 -0
  365. package/dist/collection/components/label/label.host.css +1 -1
  366. package/dist/collection/components/label/label.js +16 -28
  367. package/dist/collection/components/list/item/item.host.css +1 -1
  368. package/dist/collection/components/list/item/item.interfaces.js +1 -1
  369. package/dist/collection/components/list/item/item.js +27 -34
  370. package/dist/collection/components/list/list.js +3 -10
  371. package/dist/collection/components/list/test/list.visual.play.js +30 -0
  372. package/dist/collection/components/logo/logo.js +11 -18
  373. package/dist/collection/components/modal/modal-body/modal-body.host.css +1 -0
  374. package/dist/collection/components/modal/modal-body/modal-body.js +41 -0
  375. package/dist/collection/components/modal/modal-header/modal-header.js +32 -0
  376. package/dist/collection/components/modal/modal.controller.js +31 -0
  377. package/dist/collection/components/modal/modal.host.css +1 -0
  378. package/dist/collection/components/modal/modal.interfaces.js +1 -0
  379. package/dist/collection/components/modal/modal.js +461 -0
  380. package/dist/collection/components/modal/test/modal.a11y.play.js +59 -0
  381. package/dist/collection/components/modal/test/modal.component.play.js +196 -0
  382. package/dist/collection/components/modal/test/modal.visual.play.js +36 -0
  383. package/dist/collection/components/navbar/navbar.host.css +1 -0
  384. package/dist/collection/components/navbar/navbar.i18n.js +65 -0
  385. package/dist/collection/components/navbar/navbar.interfaces.js +6 -0
  386. package/dist/collection/components/navbar/navbar.js +544 -0
  387. package/dist/collection/components/navbar/test/navbar.a11y.play.js +26 -0
  388. package/dist/collection/components/navbar/test/navbar.component.play.js +76 -0
  389. package/dist/collection/components/navbar/test/navbar.visual.play.js +14 -0
  390. package/dist/collection/components/notification/notification.host.css +1 -1
  391. package/dist/collection/components/notification/notification.js +14 -26
  392. package/dist/collection/components/number-input/number-input.host.css +1 -1
  393. package/dist/collection/components/number-input/number-input.js +23 -24
  394. package/dist/collection/components/pagination/pagination.host.css +1 -1
  395. package/dist/collection/components/pagination/pagination.js +29 -28
  396. package/dist/collection/components/popup/popup.host.css +1 -0
  397. package/dist/collection/components/popup/popup.interfaces.js +18 -0
  398. package/dist/collection/components/popup/popup.js +869 -0
  399. package/dist/collection/components/popup/test/popup.a11y.play.js +50 -0
  400. package/dist/collection/components/popup/test/popup.component.play.js +168 -0
  401. package/dist/collection/components/popup/test/popup.visual.play.js +33 -0
  402. package/dist/collection/components/progress-bar/progress-bar.host.css +1 -1
  403. package/dist/collection/components/progress-bar/progress-bar.js +13 -20
  404. package/dist/collection/components/radio/radio-group/radio-group.host.css +1 -1
  405. package/dist/collection/components/radio/radio-group/radio-group.js +60 -24
  406. package/dist/collection/components/radio/radio.host.css +1 -1
  407. package/dist/collection/components/radio/radio.js +48 -20
  408. package/dist/collection/components/radio/test/radio.visual.play.js +3 -0
  409. package/dist/collection/components/segment/segment/segment.host.css +1 -1
  410. package/dist/collection/components/segment/segment/segment.js +19 -20
  411. package/dist/collection/components/segment/segment-item.js +6 -7
  412. package/dist/collection/components/select/select-optgroup.host.css +1 -0
  413. package/dist/collection/components/select/select-optgroup.js +82 -0
  414. package/dist/collection/components/select/select-option.host.css +1 -0
  415. package/dist/collection/components/select/select-option.js +112 -0
  416. package/dist/collection/components/select/select.host.css +1 -0
  417. package/dist/collection/components/select/select.i18n.js +45 -0
  418. package/dist/collection/components/select/select.interfaces.js +4 -0
  419. package/dist/collection/components/select/select.js +1024 -0
  420. package/dist/collection/components/select/select.picker.js +276 -0
  421. package/dist/collection/components/select/test/select.a11y.play.js +81 -0
  422. package/dist/collection/components/select/test/select.component.play.js +184 -0
  423. package/dist/collection/components/select/test/select.visual.play.js +70 -0
  424. package/dist/collection/components/shape/shape.js +7 -14
  425. package/dist/collection/components/spinner/spinner.js +18 -26
  426. package/dist/collection/components/stack/stack.host.css +1 -1
  427. package/dist/collection/components/stack/stack.js +41 -153
  428. package/dist/collection/components/steps/step/step.host.css +1 -0
  429. package/dist/collection/components/steps/step/step.js +431 -0
  430. package/dist/collection/components/steps/step-panel/step-panel.host.css +1 -0
  431. package/dist/collection/components/steps/step-panel/step-panel.js +104 -0
  432. package/dist/collection/components/steps/steps/steps.host.css +1 -0
  433. package/dist/collection/components/steps/steps/steps.js +356 -0
  434. package/dist/collection/components/steps/steps.interfaces.js +4 -0
  435. package/dist/collection/components/steps/test/steps.a11y.play.js +73 -0
  436. package/dist/collection/components/steps/test/steps.component.play.js +182 -0
  437. package/dist/collection/components/steps/test/steps.visual.play.js +18 -0
  438. package/dist/collection/components/tabs/tab/tab.host.css +1 -0
  439. package/dist/collection/components/tabs/tab/tab.js +278 -0
  440. package/dist/collection/components/tabs/tab-panel/tab-panel.host.css +1 -0
  441. package/dist/collection/components/tabs/tab-panel/tab-panel.js +104 -0
  442. package/dist/collection/components/tabs/tabs/tabs.host.css +1 -0
  443. package/dist/collection/components/tabs/tabs/tabs.i18n.js +45 -0
  444. package/dist/collection/components/tabs/tabs/tabs.js +552 -0
  445. package/dist/collection/components/tabs/tabs.interfaces.js +12 -0
  446. package/dist/collection/components/tabs/test/tabs.a11y.play.js +60 -0
  447. package/dist/collection/components/tabs/test/tabs.component.play.js +129 -0
  448. package/dist/collection/components/tabs/test/tabs.visual.play.js +31 -0
  449. package/dist/collection/components/tag/tag-group/tag-group.js +1 -1
  450. package/dist/collection/components/tag/tag.js +15 -26
  451. package/dist/collection/components/text/text.host.css +1 -1
  452. package/dist/collection/components/text/text.js +23 -30
  453. package/dist/collection/components/textarea/textarea.host.css +1 -1
  454. package/dist/collection/components/textarea/textarea.js +24 -25
  455. package/dist/collection/components/time-input/test/time-input.visual.play.js +18 -0
  456. package/dist/collection/components/toggle/toggle.js +19 -20
  457. package/dist/collection/components/tooltip/test/tooltip.a11y.play.js +32 -0
  458. package/dist/collection/components/tooltip/test/tooltip.component.play.js +51 -0
  459. package/dist/collection/components/tooltip/test/tooltip.visual.play.js +16 -0
  460. package/dist/collection/components/tooltip/tooltip.host.css +1 -0
  461. package/dist/collection/components/tooltip/tooltip.interfaces.js +4 -0
  462. package/dist/collection/components/tooltip/tooltip.js +407 -0
  463. package/dist/collection/foundation/colors.visual.play.js +18 -0
  464. package/dist/collection/global/config/config.const.js +11 -0
  465. package/dist/collection/global/config/config.default.js +92 -42
  466. package/dist/collection/global/config/config.js +1 -1
  467. package/dist/collection/global/config/config.meta.js +27 -0
  468. package/dist/collection/global/config/index.js +1 -0
  469. package/dist/collection/global/config/initialize.js +2 -1
  470. package/dist/collection/global/constants/tags.constant.js +30 -1
  471. package/dist/collection/global/constants/version.constant.js +1 -1
  472. package/dist/collection/global/index.js +0 -1
  473. package/dist/collection/global/initialize.js +2 -0
  474. package/dist/collection/index.js +5 -20
  475. package/dist/collection/utils/attributes.js +0 -15
  476. package/dist/collection/utils/focus.js +72 -0
  477. package/dist/collection/utils/form-control.js +1 -1
  478. package/dist/collection/utils/has-value.js +7 -0
  479. package/dist/collection/utils/helpers.js +14 -74
  480. package/dist/collection/utils/index.js +7 -5
  481. package/dist/collection/utils/{property-checkers/is-value-empty.js → is-value-empty.js} +1 -1
  482. package/dist/collection/utils/number.js +6 -25
  483. package/dist/collection/utils/property-decorators/array-of.js +25 -0
  484. package/dist/collection/utils/property-decorators/bound.js +79 -0
  485. package/dist/collection/utils/property-decorators/create-validator-decorator.js +212 -0
  486. package/dist/collection/utils/property-decorators/date.js +24 -0
  487. package/dist/collection/utils/property-decorators/index.js +12 -0
  488. package/dist/collection/utils/property-decorators/iso-date.js +24 -0
  489. package/dist/collection/utils/property-decorators/one-of.js +25 -0
  490. package/dist/collection/utils/property-decorators/pattern.js +25 -0
  491. package/dist/collection/utils/property-decorators/required.js +44 -0
  492. package/dist/collection/utils/property-decorators/type.js +28 -0
  493. package/dist/collection/utils/property-decorators/url.js +32 -0
  494. package/dist/collection/utils/property-types.js +1 -0
  495. package/dist/collection/utils/svg.js +19 -0
  496. package/dist/design-system/design-system.esm.js +1 -1
  497. package/dist/design-system/index.esm.js +1 -1
  498. package/dist/design-system/p-00e6b1b780.entry.js +4 -0
  499. package/dist/design-system/p-0bf3d4d939.entry.js +4 -0
  500. package/dist/design-system/p-0ea6cdd218.entry.js +4 -0
  501. package/dist/design-system/p-0f2a87fa39.entry.js +4 -0
  502. package/dist/design-system/p-138be1f0cc.entry.js +4 -0
  503. package/dist/design-system/p-16b03e0b02.entry.js +4 -0
  504. package/dist/design-system/p-1750b3c4f1.entry.js +4 -0
  505. package/dist/design-system/p-1A9jKraP.js +4 -0
  506. package/dist/design-system/p-1b1e3ad99c.entry.js +4 -0
  507. package/dist/design-system/p-24c85e99f5.entry.js +4 -0
  508. package/dist/design-system/p-2b038255c5.entry.js +4 -0
  509. package/dist/design-system/p-2bb98dfa2f.entry.js +4 -0
  510. package/dist/design-system/p-2eb6067210.entry.js +4 -0
  511. package/dist/design-system/p-32e156bc72.entry.js +4 -0
  512. package/dist/design-system/p-3824068ae7.entry.js +4 -0
  513. package/dist/design-system/p-3aa3841834.entry.js +4 -0
  514. package/dist/design-system/p-3d2539929c.entry.js +4 -0
  515. package/dist/design-system/p-3d675c6507.entry.js +4 -0
  516. package/dist/design-system/p-3e3a6799d6.entry.js +4 -0
  517. package/dist/design-system/p-3e43fa2bc6.entry.js +4 -0
  518. package/dist/design-system/p-4284d6d646.entry.js +4 -0
  519. package/dist/design-system/{p-1d312498a6.entry.js → p-44981aaf8d.entry.js} +1 -1
  520. package/dist/design-system/p-4b2a59576c.entry.js +4 -0
  521. package/dist/design-system/p-4bfc094a03.entry.js +4 -0
  522. package/dist/design-system/p-53d9a40010.entry.js +4 -0
  523. package/dist/design-system/p-564ee4d78f.entry.js +4 -0
  524. package/dist/design-system/p-599a693db3.entry.js +4 -0
  525. package/dist/design-system/p-5a6c6959fa.entry.js +4 -0
  526. package/dist/design-system/p-5d4a5d0b61.entry.js +4 -0
  527. package/dist/design-system/p-5ded2b6438.entry.js +4 -0
  528. package/dist/design-system/p-5f1a8be21c.entry.js +4 -0
  529. package/dist/design-system/p-5f28436626.entry.js +4 -0
  530. package/dist/design-system/p-6c60833550.entry.js +4 -0
  531. package/dist/design-system/p-7246bfb9a0.entry.js +4 -0
  532. package/dist/design-system/p-77e7a6a068.entry.js +4 -0
  533. package/dist/design-system/p-78112e7b35.entry.js +4 -0
  534. package/dist/design-system/p-7ebdd14afc.entry.js +4 -0
  535. package/dist/design-system/p-7f42c18249.entry.js +4 -0
  536. package/dist/design-system/p-85bf3794f9.entry.js +4 -0
  537. package/dist/design-system/p-8a9d617f75.entry.js +4 -0
  538. package/dist/design-system/p-908e7b073a.entry.js +4 -0
  539. package/dist/design-system/p-9f9364d7df.entry.js +4 -0
  540. package/dist/design-system/p-B-en4B17.js +4 -0
  541. package/dist/design-system/p-B-v2Wm-V.js +5 -0
  542. package/dist/design-system/p-B8KVoKrH.js +5 -0
  543. package/dist/design-system/p-B8PCdo6e.js +4 -0
  544. package/dist/design-system/p-BAY6Z8bT.js +4 -0
  545. package/dist/design-system/{p-C7EnKCpl.js → p-BMM6Nxeh.js} +1 -1
  546. package/{components/p-Diz11uvt.js → dist/design-system/p-BPGfTrrM.js} +1 -1
  547. package/dist/design-system/p-BqY0KzJC.js +4 -0
  548. package/dist/design-system/p-BrJFPhMA.js +4 -0
  549. package/dist/design-system/p-C1jqbZdf.js +4 -0
  550. package/dist/design-system/{p-DCf2fJmI.js → p-C5Rtikeh.js} +1 -1
  551. package/dist/design-system/p-CDhvZoCt.js +4 -0
  552. package/dist/design-system/p-CGHN-3RC.js +4 -0
  553. package/dist/design-system/{p-CAcwu8uP.js → p-CfgwSore.js} +1 -1
  554. package/dist/design-system/p-ChSKXFK5.js +4 -0
  555. package/dist/design-system/{p-BLPSziW-.js → p-Chgme2NJ.js} +1 -1
  556. package/{components/p-5Sp1eJOt.js → dist/design-system/p-CrYAd3JT.js} +1 -1
  557. package/dist/design-system/p-CziF75uh.js +4 -0
  558. package/dist/design-system/p-DJBD4skP.js +14 -0
  559. package/{components/p-E1SnOz0L.js → dist/design-system/p-DOvdnojj.js} +1 -1
  560. package/dist/design-system/p-DYPX3A8m.js +4 -0
  561. package/dist/design-system/p-DiUgZKWs.js +4 -0
  562. package/dist/design-system/p-Dk0GEN2t.js +4 -0
  563. package/dist/design-system/p-DkhJaoXg.js +4 -0
  564. package/dist/design-system/p-DoHCSvjl.js +4 -0
  565. package/dist/design-system/p-DypNSUAh.js +4 -0
  566. package/dist/design-system/p-Uy_dVz21.js +4 -0
  567. package/dist/design-system/{p-Dnjznncd.js → p-Y0rKqVvm.js} +1 -1
  568. package/dist/design-system/p-Z0zrglhd.js +4 -0
  569. package/dist/design-system/p-a42ecb68a0.entry.js +4 -0
  570. package/dist/design-system/p-a782c877ea.entry.js +4 -0
  571. package/dist/design-system/p-a8df8f067b.entry.js +4 -0
  572. package/dist/design-system/p-aa3aee2591.entry.js +4 -0
  573. package/dist/design-system/p-aa3c0ff536.entry.js +4 -0
  574. package/dist/design-system/p-ab8bee7022.entry.js +4 -0
  575. package/dist/design-system/p-adc58b2821.entry.js +4 -0
  576. package/dist/design-system/p-b390490b0d.entry.js +4 -0
  577. package/dist/design-system/p-b44641ec28.entry.js +4 -0
  578. package/dist/design-system/p-b4738dc266.entry.js +4 -0
  579. package/dist/design-system/p-b851a43fff.entry.js +4 -0
  580. package/dist/design-system/p-b8669a617c.entry.js +4 -0
  581. package/dist/design-system/p-b8f626bf28.entry.js +4 -0
  582. package/dist/design-system/p-bd543e1baf.entry.js +4 -0
  583. package/dist/design-system/p-ce67cbbed5.entry.js +4 -0
  584. package/dist/design-system/p-d3a80b8422.entry.js +4 -0
  585. package/dist/design-system/p-d4d9205dda.entry.js +4 -0
  586. package/dist/design-system/p-dbd3d3b3d3.entry.js +4 -0
  587. package/{components/p-BATOumsf.js → dist/design-system/p-dziB1ufg.js} +1 -1
  588. package/dist/design-system/p-e0b2d6e296.entry.js +4 -0
  589. package/dist/design-system/p-e94ee7391c.entry.js +4 -0
  590. package/dist/design-system/p-ee76bf354e.entry.js +4 -0
  591. package/dist/design-system/p-f7be5b6114.entry.js +4 -0
  592. package/dist/design-system/p-fa613cd0d1.entry.js +4 -0
  593. package/dist/design-system/p-faf75173db.entry.js +4 -0
  594. package/dist/design-system/p-fff38e1ca7.entry.js +4 -0
  595. package/dist/design-system/p-x2KazRjl.js +4 -0
  596. package/dist/esm/{_getTag-DFxL3s3h.js → _getTag-BkweuRJc.js} +1 -1
  597. package/dist/esm/array-BJZA868l.js +1984 -0
  598. package/dist/esm/{breakpoints.decorator-L2xeP46f.js → breakpoints.decorator-D9M4v98c.js} +1 -1
  599. package/dist/esm/{breakpoints.subject-BhbzG-rl.js → breakpoints.subject-DHZ7TzYV.js} +3 -3
  600. package/dist/esm/{button.interfaces-BkESlUMc.js → button.interfaces-BPGfTrrM.js} +1 -1
  601. package/dist/esm/carousel.interfaces-B-en4B17.js +8 -0
  602. package/dist/esm/{config.decorator-BQNIja4k.js → config.decorator-CRYVBTkX.js} +1 -1
  603. package/dist/esm/{config.utils-COlKFRlV.js → config.utils-CR4Xudpz.js} +1 -1
  604. package/dist/esm/create-validator-decorator-fUav5byo.js +208 -0
  605. package/dist/esm/design-system.js +4 -4
  606. package/dist/esm/{device-Dhwt3m7W.js → device-CapioAfe.js} +1 -1
  607. package/dist/esm/ds-accordion.entry.js +30 -34
  608. package/dist/esm/ds-alert-container.entry.js +12 -15
  609. package/dist/esm/ds-app.entry.js +16 -6
  610. package/dist/esm/ds-badge.entry.js +33 -26
  611. package/dist/esm/ds-button-group.entry.js +14 -17
  612. package/dist/esm/ds-button_2.entry.js +58 -73
  613. package/dist/esm/ds-card-actions.entry.js +6 -8
  614. package/dist/esm/ds-card-content.entry.js +3 -3
  615. package/dist/esm/ds-card-header.entry.js +8 -5
  616. package/dist/esm/ds-card-subtitle.entry.js +13 -13
  617. package/dist/esm/ds-card-title.entry.js +11 -7
  618. package/dist/esm/ds-card.entry.js +32 -43
  619. package/dist/esm/ds-carousel-item.entry.js +126 -0
  620. package/dist/esm/ds-carousel.entry.js +471 -0
  621. package/dist/esm/ds-checkbox-group.entry.js +59 -2012
  622. package/dist/esm/ds-checkbox.entry.js +33 -20
  623. package/dist/esm/ds-content_2.entry.js +327 -0
  624. package/dist/esm/ds-data-item.entry.js +144 -0
  625. package/dist/esm/ds-data-label.entry.js +39 -0
  626. package/dist/esm/ds-data-value.entry.js +29 -0
  627. package/dist/esm/ds-data.entry.js +41 -0
  628. package/dist/esm/ds-date.entry.js +5332 -0
  629. package/dist/esm/{ds-logo.entry.js → ds-divider_2.entry.js} +130 -26
  630. package/dist/esm/ds-drawer_2.entry.js +599 -0
  631. package/dist/esm/ds-file-upload.entry.js +514 -0
  632. package/dist/esm/ds-footer.entry.js +157 -0
  633. package/dist/esm/ds-heading.entry.js +22 -20
  634. package/dist/esm/ds-hint-text.entry.js +26 -0
  635. package/dist/esm/ds-hint-title.entry.js +29 -0
  636. package/dist/esm/ds-hint.entry.js +241 -0
  637. package/dist/esm/ds-icon_2.entry.js +80 -71
  638. package/dist/esm/ds-input-slider.entry.js +2883 -0
  639. package/dist/esm/ds-input.entry.js +46 -44
  640. package/dist/esm/ds-item.entry.js +29 -34
  641. package/dist/esm/ds-label.entry.js +23 -31
  642. package/dist/esm/ds-list.entry.js +6 -12
  643. package/dist/esm/ds-modal-body.entry.js +32 -0
  644. package/dist/esm/ds-modal-header.entry.js +29 -0
  645. package/dist/esm/ds-modal.entry.js +199 -0
  646. package/dist/esm/ds-navbar.entry.js +357 -0
  647. package/dist/esm/ds-notification.entry.js +20 -28
  648. package/dist/esm/ds-number-input.entry.js +102 -114
  649. package/dist/esm/ds-pagination.entry.js +41 -37
  650. package/dist/esm/ds-progress-bar.entry.js +25 -29
  651. package/dist/esm/ds-radio-group.entry.js +49 -31
  652. package/dist/esm/ds-radio.entry.js +35 -33
  653. package/dist/esm/ds-segment-item.entry.js +9 -9
  654. package/dist/esm/ds-segment.entry.js +28 -116
  655. package/dist/esm/ds-select-optgroup.entry.js +47 -0
  656. package/dist/esm/ds-select-option.entry.js +55 -0
  657. package/dist/esm/ds-select.entry.js +2770 -0
  658. package/dist/esm/ds-shape.entry.js +10 -16
  659. package/dist/esm/ds-snackbar.entry.js +41 -58
  660. package/dist/esm/ds-step-panel.entry.js +53 -0
  661. package/dist/esm/ds-step.entry.js +168 -0
  662. package/dist/esm/ds-steps.entry.js +225 -0
  663. package/dist/esm/ds-tab-panel.entry.js +53 -0
  664. package/dist/esm/ds-tab.entry.js +118 -0
  665. package/dist/esm/ds-tabs.entry.js +362 -0
  666. package/dist/esm/ds-tag-group.entry.js +3 -3
  667. package/dist/esm/ds-tag.entry.js +19 -26
  668. package/dist/esm/ds-text.entry.js +29 -33
  669. package/dist/esm/ds-textarea.entry.js +33 -32
  670. package/dist/esm/ds-toast.entry.js +41 -55
  671. package/dist/esm/ds-toggle.entry.js +22 -21
  672. package/dist/esm/ds-tooltip.entry.js +180 -0
  673. package/dist/esm/{field.util-BXxRO7CD.js → field.util-neIQBS-h.js} +1 -1
  674. package/dist/esm/floating-ui.dom-BqY0KzJC.js +1621 -0
  675. package/dist/esm/focus-6OAqvfus.js +1956 -0
  676. package/dist/esm/footer.i18n-BrJFPhMA.js +159 -0
  677. package/dist/esm/{form-control-D2O-sb65.js → form-control-DhinyMa9.js} +2 -2
  678. package/dist/esm/has-value-Dmsj8ZQw.js +10 -0
  679. package/dist/esm/{index-CuwLeg-T.js → index-B-v2Wm-V.js} +501 -175
  680. package/dist/esm/index.js +13 -8273
  681. package/dist/esm/{input.interfaces-C7EnKCpl.js → input.interfaces-BMM6Nxeh.js} +1 -1
  682. package/dist/esm/isArray-B8PCdo6e.js +40 -0
  683. package/dist/esm/isNaN-BrbqGXXw.js +104 -0
  684. package/dist/esm/{isObjectLike-BAYao9w7.js → isObjectLike-BnBXjF_n.js} +1 -37
  685. package/dist/esm/keyboard-Uy_dVz21.js +20 -0
  686. package/dist/esm/{listener-C_kjUVTE.js → listener-DIZDQOuO.js} +1 -1
  687. package/dist/esm/loader.js +3 -3
  688. package/dist/esm/luxon-C1jqbZdf.js +8133 -0
  689. package/dist/esm/one-of-CjRvS2Tk.js +28 -0
  690. package/dist/esm/popup.interfaces-BAY6Z8bT.js +20 -0
  691. package/dist/esm/required-Dtml5IID.js +36 -0
  692. package/dist/esm/resize.decorator-eogZBBk6.js +96 -0
  693. package/dist/esm/scroll-v2MaEkiZ.js +87 -0
  694. package/dist/esm/svg-B8KVoKrH.js +2440 -0
  695. package/dist/esm/{tslib.es6-tdchDLyb.js → tslib.es6-n47B6oUi.js} +1 -1
  696. package/dist/esm/type-7qEQcw90.js +31 -0
  697. package/dist/types/components/accordion/accordion.d.ts +0 -5
  698. package/dist/types/components/alert/alert-container.d.ts +0 -5
  699. package/dist/types/components/alert/snackbar/snackbar.d.ts +0 -5
  700. package/dist/types/components/alert/toast/toast.d.ts +0 -5
  701. package/dist/types/components/badge/badge.d.ts +1 -3
  702. package/dist/types/components/badge/badge.interfaces.d.ts +1 -1
  703. package/dist/types/components/button/button-group/button-group.d.ts +0 -5
  704. package/dist/types/components/button/button.d.ts +1 -3
  705. package/dist/types/components/button/button.interfaces.d.ts +1 -1
  706. package/dist/types/components/card/card-actions/card-actions.d.ts +0 -1
  707. package/dist/types/components/card/card-subtitle/card-subtitle.d.ts +0 -1
  708. package/dist/types/components/card/card.d.ts +2 -4
  709. package/dist/types/components/carousel/carousel/carousel.d.ts +114 -0
  710. package/dist/types/components/carousel/carousel/carousel.i18n.d.ts +9 -0
  711. package/dist/types/components/carousel/carousel-item/carousel-item.d.ts +70 -0
  712. package/dist/types/components/carousel/carousel.interfaces.d.ts +14 -0
  713. package/dist/types/components/carousel/test/carousel.a11y.play.d.ts +1 -0
  714. package/dist/types/components/carousel/test/carousel.component.play.d.ts +1 -0
  715. package/dist/types/components/carousel/test/carousel.visual.play.d.ts +1 -0
  716. package/dist/types/components/checkbox/checkbox-group/checkbox-group.d.ts +6 -0
  717. package/dist/types/components/checkbox/checkbox.d.ts +4 -0
  718. package/dist/types/components/close/close.d.ts +1 -3
  719. package/dist/types/components/content/content.d.ts +2 -5
  720. package/dist/types/components/data/data-item.d.ts +43 -0
  721. package/dist/types/components/data/data-item.i18n.d.ts +6 -0
  722. package/dist/types/components/data/data-item.interfaces.d.ts +4 -0
  723. package/dist/types/components/data/data-label.d.ts +19 -0
  724. package/dist/types/components/data/data-label.interfaces.d.ts +3 -0
  725. package/dist/types/components/data/data-value.d.ts +15 -0
  726. package/dist/types/components/data/data-value.interfaces.d.ts +5 -0
  727. package/dist/types/components/data/data.d.ts +19 -0
  728. package/dist/types/components/data/data.interfaces.d.ts +4 -0
  729. package/dist/types/components/data/test/data.a11y.play.d.ts +1 -0
  730. package/dist/types/components/data/test/data.component.play.d.ts +1 -0
  731. package/dist/types/components/data/test/data.visual.play.d.ts +1 -0
  732. package/dist/types/components/date/date.d.ts +214 -0
  733. package/dist/types/components/date/date.i18n.d.ts +13 -0
  734. package/dist/types/components/date/date.interfaces.d.ts +18 -0
  735. package/dist/types/components/date/date.mask.d.ts +29 -0
  736. package/dist/types/components/date/date.picker.d.ts +67 -0
  737. package/dist/types/components/date/test/date.a11y.play.d.ts +1 -0
  738. package/dist/types/components/date/test/date.component.play.d.ts +1 -0
  739. package/dist/types/components/date/test/date.visual.play.d.ts +1 -0
  740. package/dist/types/components/divider/divider.d.ts +1 -3
  741. package/dist/types/components/drawer/drawer.d.ts +102 -0
  742. package/dist/types/components/drawer/drawer.interfaces.d.ts +8 -0
  743. package/dist/types/components/drawer/test/drawer.a11y.play.d.ts +1 -0
  744. package/dist/types/components/drawer/test/drawer.component.play.d.ts +1 -0
  745. package/dist/types/components/drawer/test/drawer.visual.play.d.ts +1 -0
  746. package/dist/types/components/file-upload/file-upload.d.ts +192 -0
  747. package/dist/types/components/file-upload/file-upload.i18n.d.ts +8 -0
  748. package/dist/types/components/file-upload/file-upload.interfaces.d.ts +24 -0
  749. package/dist/types/components/file-upload/test/file-upload.a11y.play.d.ts +1 -0
  750. package/dist/types/components/file-upload/test/file-upload.component.play.d.ts +1 -0
  751. package/dist/types/components/file-upload/test/file-upload.visual.play.d.ts +1 -0
  752. package/dist/types/components/file-upload/utils/file-list.util.d.ts +2 -0
  753. package/dist/types/components/file-upload/utils/file-size.util.d.ts +1 -0
  754. package/dist/types/components/file-upload/utils/file-validation.util.d.ts +13 -0
  755. package/dist/types/components/footer/footer.d.ts +68 -0
  756. package/dist/types/components/footer/footer.i18n.d.ts +7 -0
  757. package/dist/types/components/footer/footer.interfaces.d.ts +19 -0
  758. package/dist/types/components/footer/test/footer.a11y.play.d.ts +1 -0
  759. package/dist/types/components/footer/test/footer.component.play.d.ts +1 -0
  760. package/dist/types/components/footer/test/footer.visual.play.d.ts +1 -0
  761. package/dist/types/components/hint/hint-text/hint-text.d.ts +15 -0
  762. package/dist/types/components/hint/hint-title/hint-title.d.ts +16 -0
  763. package/dist/types/components/hint/hint.d.ts +87 -0
  764. package/dist/types/components/hint/hint.i18n.d.ts +6 -0
  765. package/dist/types/components/hint/hint.interfaces.d.ts +4 -0
  766. package/dist/types/components/hint/test/hint.a11y.play.d.ts +1 -0
  767. package/dist/types/components/hint/test/hint.component.play.d.ts +1 -0
  768. package/dist/types/components/hint/test/hint.visual.play.d.ts +1 -0
  769. package/dist/types/components/icon/icon.d.ts +7 -3
  770. package/dist/types/components/icon/icon.interfaces.d.ts +1 -1
  771. package/dist/types/components/input/clear-button.i18n.d.ts +6 -0
  772. package/dist/types/components/input/clear-button.util.d.ts +10 -0
  773. package/dist/types/components/input/trigger-button.i18n.d.ts +7 -0
  774. package/dist/types/components/input-slider/input-slider.d.ts +186 -0
  775. package/dist/types/components/input-slider/input-slider.interfaces.d.ts +18 -0
  776. package/dist/types/components/input-slider/input-slider.picker.d.ts +37 -0
  777. package/dist/types/components/input-slider/input-slider.utils.d.ts +18 -0
  778. package/dist/types/components/input-slider/test/input-slider.a11y.play.d.ts +1 -0
  779. package/dist/types/components/input-slider/test/input-slider.component.play.d.ts +1 -0
  780. package/dist/types/components/input-slider/test/input-slider.visual.play.d.ts +1 -0
  781. package/dist/types/components/label/label.d.ts +3 -5
  782. package/dist/types/components/list/item/item.d.ts +0 -5
  783. package/dist/types/components/list/item/item.interfaces.d.ts +1 -1
  784. package/dist/types/components/list/list.d.ts +0 -5
  785. package/dist/types/components/list/test/list.visual.play.d.ts +1 -0
  786. package/dist/types/components/logo/logo.d.ts +1 -2
  787. package/dist/types/components/modal/modal-body/modal-body.d.ts +15 -0
  788. package/dist/types/components/modal/modal-header/modal-header.d.ts +17 -0
  789. package/dist/types/components/modal/modal.controller.d.ts +3 -0
  790. package/dist/types/components/modal/modal.d.ts +97 -0
  791. package/dist/types/components/modal/modal.interfaces.d.ts +15 -0
  792. package/dist/types/components/modal/test/modal.a11y.play.d.ts +1 -0
  793. package/dist/types/components/modal/test/modal.component.play.d.ts +1 -0
  794. package/dist/types/components/modal/test/modal.visual.play.d.ts +1 -0
  795. package/dist/types/components/navbar/navbar.d.ts +128 -0
  796. package/dist/types/components/navbar/navbar.i18n.d.ts +9 -0
  797. package/dist/types/components/navbar/navbar.interfaces.d.ts +10 -0
  798. package/dist/types/components/navbar/test/navbar.a11y.play.d.ts +1 -0
  799. package/dist/types/components/navbar/test/navbar.component.play.d.ts +1 -0
  800. package/dist/types/components/navbar/test/navbar.visual.play.d.ts +1 -0
  801. package/dist/types/components/notification/notification.d.ts +1 -3
  802. package/dist/types/components/pagination/pagination.d.ts +0 -5
  803. package/dist/types/components/popup/popup.d.ts +152 -0
  804. package/dist/types/components/popup/popup.interfaces.d.ts +14 -0
  805. package/dist/types/components/popup/test/popup.a11y.play.d.ts +1 -0
  806. package/dist/types/components/popup/test/popup.component.play.d.ts +1 -0
  807. package/dist/types/components/popup/test/popup.visual.play.d.ts +1 -0
  808. package/dist/types/components/progress-bar/progress-bar.d.ts +0 -5
  809. package/dist/types/components/radio/radio-group/radio-group.d.ts +6 -0
  810. package/dist/types/components/radio/radio.d.ts +4 -0
  811. package/dist/types/components/select/select-optgroup.d.ts +28 -0
  812. package/dist/types/components/select/select-option.d.ts +34 -0
  813. package/dist/types/components/select/select.d.ts +193 -0
  814. package/dist/types/components/select/select.i18n.d.ts +7 -0
  815. package/dist/types/components/select/select.interfaces.d.ts +16 -0
  816. package/dist/types/components/select/select.picker.d.ts +57 -0
  817. package/dist/types/components/select/test/select.a11y.play.d.ts +1 -0
  818. package/dist/types/components/select/test/select.component.play.d.ts +1 -0
  819. package/dist/types/components/select/test/select.visual.play.d.ts +1 -0
  820. package/dist/types/components/shape/shape.d.ts +2 -7
  821. package/dist/types/components/spinner/spinner.d.ts +0 -2
  822. package/dist/types/components/stack/stack.d.ts +7 -19
  823. package/dist/types/components/steps/step/step.d.ts +89 -0
  824. package/dist/types/components/steps/step-panel/step-panel.d.ts +34 -0
  825. package/dist/types/components/steps/steps/steps.d.ts +77 -0
  826. package/dist/types/components/steps/steps.interfaces.d.ts +10 -0
  827. package/dist/types/components/steps/test/steps.a11y.play.d.ts +1 -0
  828. package/dist/types/components/steps/test/steps.component.play.d.ts +1 -0
  829. package/dist/types/components/steps/test/steps.visual.play.d.ts +1 -0
  830. package/dist/types/components/tabs/tab/tab.d.ts +67 -0
  831. package/dist/types/components/tabs/tab-panel/tab-panel.d.ts +34 -0
  832. package/dist/types/components/tabs/tabs/tabs.d.ts +97 -0
  833. package/dist/types/components/tabs/tabs/tabs.i18n.d.ts +7 -0
  834. package/dist/types/components/tabs/tabs.interfaces.d.ts +12 -0
  835. package/dist/types/components/tabs/test/tabs.a11y.play.d.ts +1 -0
  836. package/dist/types/components/tabs/test/tabs.component.play.d.ts +1 -0
  837. package/dist/types/components/tabs/test/tabs.visual.play.d.ts +1 -0
  838. package/dist/types/components/tag/tag.d.ts +1 -3
  839. package/dist/types/components/text/text.d.ts +2 -7
  840. package/dist/types/components/time-input/test/time-input.visual.play.d.ts +1 -0
  841. package/dist/types/components/tooltip/test/tooltip.a11y.play.d.ts +1 -0
  842. package/dist/types/components/tooltip/test/tooltip.component.play.d.ts +1 -0
  843. package/dist/types/components/tooltip/test/tooltip.visual.play.d.ts +1 -0
  844. package/dist/types/components/tooltip/tooltip.d.ts +85 -0
  845. package/dist/types/components/tooltip/tooltip.interfaces.d.ts +10 -0
  846. package/dist/types/components.d.ts +5162 -1870
  847. package/dist/types/foundation/colors.visual.play.d.ts +1 -0
  848. package/dist/types/global/config/config.const.d.ts +3 -0
  849. package/dist/types/global/config/config.default.d.ts +0 -40
  850. package/dist/types/global/config/config.meta.d.ts +2 -0
  851. package/dist/types/global/config/config.types.d.ts +27 -0
  852. package/dist/types/global/config/index.d.ts +1 -0
  853. package/dist/types/global/index.d.ts +0 -1
  854. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/carousel.po.d.ts +12 -0
  855. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/data-item.po.d.ts +16 -0
  856. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/data.po.d.ts +12 -0
  857. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/date.po.d.ts +15 -0
  858. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/drawer.po.d.ts +11 -0
  859. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/file-upload.po.d.ts +16 -0
  860. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/footer.po.d.ts +16 -0
  861. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/hint.po.d.ts +10 -0
  862. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/index.d.ts +16 -0
  863. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/input-slider.po.d.ts +18 -0
  864. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/modal.po.d.ts +15 -0
  865. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/navbar.po.d.ts +13 -0
  866. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/popup.po.d.ts +11 -0
  867. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/select.po.d.ts +24 -0
  868. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/steps.po.d.ts +13 -0
  869. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/tabs.po.d.ts +13 -0
  870. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/tooltip.po.d.ts +6 -0
  871. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/page/utils/goto.d.ts +1 -1
  872. package/dist/types/index.d.ts +4 -1
  873. package/dist/types/stencil-public-runtime.d.ts +1 -0
  874. package/dist/types/utils/attributes.d.ts +0 -8
  875. package/dist/types/utils/focus.d.ts +18 -0
  876. package/dist/types/utils/form-control.d.ts +2 -2
  877. package/dist/types/utils/has-value.d.ts +1 -0
  878. package/dist/types/utils/index.d.ts +7 -5
  879. package/dist/types/utils/number.d.ts +0 -3
  880. package/dist/types/utils/property-decorators/array-of.d.ts +9 -0
  881. package/dist/types/utils/property-decorators/bound.d.ts +36 -0
  882. package/dist/types/utils/property-decorators/create-validator-decorator.d.ts +48 -0
  883. package/dist/types/utils/property-decorators/date.d.ts +6 -0
  884. package/dist/types/utils/property-decorators/index.d.ts +9 -0
  885. package/dist/types/utils/property-decorators/iso-date.d.ts +6 -0
  886. package/dist/types/utils/property-decorators/one-of.d.ts +8 -0
  887. package/dist/types/utils/property-decorators/pattern.d.ts +8 -0
  888. package/dist/types/utils/property-decorators/required.d.ts +17 -0
  889. package/dist/types/utils/property-decorators/type.d.ts +9 -0
  890. package/dist/types/utils/property-decorators/url.d.ts +6 -0
  891. package/dist/types/utils/svg.d.ts +2 -0
  892. package/docs/cem.json +18228 -0
  893. package/docs/components.json +39621 -17240
  894. package/docs/html.html-data.json +1664 -159
  895. package/docs/tags.json +30 -1
  896. package/package.json +46 -38
  897. package/sbom.cdx.json +58887 -0
  898. package/README.md +0 -33
  899. package/components/p-82RSSk25.js +0 -4
  900. package/components/p-BEngECpF.js +0 -4
  901. package/components/p-BMBthpLd.js +0 -4
  902. package/components/p-BNY3JzuV.js +0 -4
  903. package/components/p-BOTkpyFe.js +0 -5
  904. package/components/p-BOgMmRCt.js +0 -4
  905. package/components/p-CDYlUuhB.js +0 -4
  906. package/components/p-Cb75Rr6o.js +0 -4
  907. package/components/p-CojUmpFm.js +0 -4
  908. package/components/p-DHeVI6dR.js +0 -4
  909. package/components/p-DTPbL3uY.js +0 -4
  910. package/components/p-DnnGnukM.js +0 -4
  911. package/components/p-DtuTnY5l.js +0 -4
  912. package/components/p-JZ1uDtZv.js +0 -4
  913. package/components/p-cSbDziZm.js +0 -4
  914. package/components/p-gA-94RPS.js +0 -4
  915. package/components/p-xDEngwqW.js +0 -4
  916. package/dist/cjs/contact-SPfz2A_q.js +0 -1647
  917. package/dist/cjs/ds-content.cjs.entry.js +0 -154
  918. package/dist/cjs/ds-divider.cjs.entry.js +0 -131
  919. package/dist/cjs/ds-stack.cjs.entry.js +0 -224
  920. package/dist/cjs/isEmpty-BmKp4bH4.js +0 -99
  921. package/dist/cjs/stack.interfaces-6vlKvBmb.js +0 -68
  922. package/dist/cjs/svg-D7Mwbcvp.js +0 -1482
  923. package/dist/cjs/validate.decorator-C9-9HA0Y.js +0 -115
  924. package/dist/collection/global/constants/icons.constant.js +0 -42
  925. package/dist/collection/utils/element-states/element-states.decorator.js +0 -23
  926. package/dist/collection/utils/element-states/element-states.listener.js +0 -55
  927. package/dist/collection/utils/element-states/element-states.subject.js +0 -24
  928. package/dist/collection/utils/element-states/index.js +0 -5
  929. package/dist/collection/utils/keyboard/index.js +0 -6
  930. package/dist/collection/utils/keyboard/keyboard.decorator.js +0 -23
  931. package/dist/collection/utils/keyboard/keyboard.listener.js +0 -34
  932. package/dist/collection/utils/keyboard/keyboard.subject.js +0 -24
  933. package/dist/collection/utils/property-checkers/check-array-of.js +0 -13
  934. package/dist/collection/utils/property-checkers/check-date.js +0 -18
  935. package/dist/collection/utils/property-checkers/check-iso-date.js +0 -14
  936. package/dist/collection/utils/property-checkers/check-one-of.js +0 -13
  937. package/dist/collection/utils/property-checkers/check-pattern.js +0 -13
  938. package/dist/collection/utils/property-checkers/check-type.js +0 -20
  939. package/dist/collection/utils/property-checkers/check-url.js +0 -20
  940. package/dist/collection/utils/property-checkers/empty-or.js +0 -15
  941. package/dist/collection/utils/property-checkers/index.js +0 -57
  942. package/dist/collection/utils/property-checkers/required-and.js +0 -20
  943. package/dist/collection/utils/swipe/index.js +0 -6
  944. package/dist/collection/utils/swipe/swipe.decorator.js +0 -23
  945. package/dist/collection/utils/swipe/swipe.listener.js +0 -33
  946. package/dist/collection/utils/swipe/swipe.subject.js +0 -28
  947. package/dist/collection/utils/validate.decorator.js +0 -203
  948. package/dist/design-system/p-03bbcdf9de.entry.js +0 -4
  949. package/dist/design-system/p-1154323457.entry.js +0 -4
  950. package/dist/design-system/p-1f0601a4f4.entry.js +0 -4
  951. package/dist/design-system/p-21b080a49a.entry.js +0 -4
  952. package/dist/design-system/p-27c34c4e5f.entry.js +0 -4
  953. package/dist/design-system/p-2b91de302f.entry.js +0 -4
  954. package/dist/design-system/p-31c1235ac5.entry.js +0 -4
  955. package/dist/design-system/p-3259acaa64.entry.js +0 -4
  956. package/dist/design-system/p-339d85cca0.entry.js +0 -4
  957. package/dist/design-system/p-35e63b52e7.entry.js +0 -4
  958. package/dist/design-system/p-363f3a7ab4.entry.js +0 -4
  959. package/dist/design-system/p-3d901720f7.entry.js +0 -4
  960. package/dist/design-system/p-40ba8b9812.entry.js +0 -4
  961. package/dist/design-system/p-432430e14f.entry.js +0 -4
  962. package/dist/design-system/p-487807f228.entry.js +0 -4
  963. package/dist/design-system/p-4a049d1b7f.entry.js +0 -4
  964. package/dist/design-system/p-4f4cce8ce4.entry.js +0 -4
  965. package/dist/design-system/p-5a901a9b8e.entry.js +0 -4
  966. package/dist/design-system/p-5d3330bf93.entry.js +0 -4
  967. package/dist/design-system/p-640223834c.entry.js +0 -4
  968. package/dist/design-system/p-6b9aab417f.entry.js +0 -4
  969. package/dist/design-system/p-799705af3a.entry.js +0 -4
  970. package/dist/design-system/p-7e6ed497e7.entry.js +0 -4
  971. package/dist/design-system/p-82RSSk25.js +0 -4
  972. package/dist/design-system/p-8e0872fef0.entry.js +0 -4
  973. package/dist/design-system/p-9617d56181.entry.js +0 -4
  974. package/dist/design-system/p-BaIoYrFa.js +0 -5
  975. package/dist/design-system/p-Cb75Rr6o.js +0 -4
  976. package/dist/design-system/p-CqZ6YSy9.js +0 -4
  977. package/dist/design-system/p-CqzM3doy.js +0 -4
  978. package/dist/design-system/p-CuwLeg-T.js +0 -5
  979. package/dist/design-system/p-DHeVI6dR.js +0 -4
  980. package/dist/design-system/p-DTPbL3uY.js +0 -4
  981. package/dist/design-system/p-aff68865ee.entry.js +0 -4
  982. package/dist/design-system/p-b3c6327744.entry.js +0 -4
  983. package/dist/design-system/p-be9023a38b.entry.js +0 -4
  984. package/dist/design-system/p-c031d1dce5.entry.js +0 -4
  985. package/dist/design-system/p-c3ae96e220.entry.js +0 -4
  986. package/dist/design-system/p-d430812a57.entry.js +0 -4
  987. package/dist/design-system/p-de1354f022.entry.js +0 -4
  988. package/dist/design-system/p-e3d0c82e2a.entry.js +0 -4
  989. package/dist/design-system/p-ea1a5e1f75.entry.js +0 -4
  990. package/dist/design-system/p-ea7169501c.entry.js +0 -4
  991. package/dist/design-system/p-eab397e041.entry.js +0 -4
  992. package/dist/design-system/p-ecba4deb9a.entry.js +0 -4
  993. package/dist/design-system/p-fe0dbd4b03.entry.js +0 -4
  994. package/dist/design-system/p-ng5ZzTOj.js +0 -4
  995. package/dist/esm/contact-Cb75Rr6o.js +0 -1636
  996. package/dist/esm/ds-content.entry.js +0 -152
  997. package/dist/esm/ds-divider.entry.js +0 -129
  998. package/dist/esm/ds-stack.entry.js +0 -222
  999. package/dist/esm/isEmpty-DmZYZqE9.js +0 -97
  1000. package/dist/esm/stack.interfaces-ng5ZzTOj.js +0 -62
  1001. package/dist/esm/svg-BaIoYrFa.js +0 -1480
  1002. package/dist/esm/validate.decorator-82RSSk25.js +0 -110
  1003. package/dist/types/global/constants/icons.constant.d.ts +0 -38
  1004. package/dist/types/utils/element-states/element-states.decorator.d.ts +0 -3
  1005. package/dist/types/utils/element-states/element-states.interfaces.d.ts +0 -10
  1006. package/dist/types/utils/element-states/element-states.listener.d.ts +0 -15
  1007. package/dist/types/utils/element-states/element-states.subject.d.ts +0 -8
  1008. package/dist/types/utils/element-states/index.d.ts +0 -2
  1009. package/dist/types/utils/keyboard/index.d.ts +0 -3
  1010. package/dist/types/utils/keyboard/keyboard.decorator.d.ts +0 -3
  1011. package/dist/types/utils/keyboard/keyboard.interfaces.d.ts +0 -8
  1012. package/dist/types/utils/keyboard/keyboard.listener.d.ts +0 -9
  1013. package/dist/types/utils/keyboard/keyboard.subject.d.ts +0 -8
  1014. package/dist/types/utils/property-checkers/check-array-of.d.ts +0 -2
  1015. package/dist/types/utils/property-checkers/check-date.d.ts +0 -1
  1016. package/dist/types/utils/property-checkers/check-iso-date.d.ts +0 -1
  1017. package/dist/types/utils/property-checkers/check-one-of.d.ts +0 -1
  1018. package/dist/types/utils/property-checkers/check-pattern.d.ts +0 -1
  1019. package/dist/types/utils/property-checkers/check-type.d.ts +0 -2
  1020. package/dist/types/utils/property-checkers/check-url.d.ts +0 -1
  1021. package/dist/types/utils/property-checkers/constants.d.ts +0 -1
  1022. package/dist/types/utils/property-checkers/empty-or.d.ts +0 -1
  1023. package/dist/types/utils/property-checkers/index.d.ts +0 -19
  1024. package/dist/types/utils/property-checkers/required-and.d.ts +0 -1
  1025. package/dist/types/utils/swipe/index.d.ts +0 -3
  1026. package/dist/types/utils/swipe/swipe.decorator.d.ts +0 -5
  1027. package/dist/types/utils/swipe/swipe.interfaces.d.ts +0 -10
  1028. package/dist/types/utils/swipe/swipe.listener.d.ts +0 -10
  1029. package/dist/types/utils/swipe/swipe.subject.d.ts +0 -11
  1030. package/dist/types/utils/validate.decorator.d.ts +0 -114
  1031. /package/dist/collection/{utils/element-states/element-states.interfaces.js → components/data/data-item.interfaces.js} +0 -0
  1032. /package/dist/collection/{utils/keyboard/keyboard.interfaces.js → components/data/data-label.interfaces.js} +0 -0
  1033. /package/dist/collection/{utils/property-checkers/property-types.js → components/data/data-value.interfaces.js} +0 -0
  1034. /package/dist/collection/{utils/swipe/swipe.interfaces.js → components/data/data.interfaces.js} +0 -0
  1035. /package/dist/collection/utils/{property-checkers/is-iso-date.js → is-iso-date.js} +0 -0
  1036. /package/dist/collection/utils/{keyboard/keyboard.helpers.js → keyboard.js} +0 -0
  1037. /package/dist/types/utils/{property-checkers/is-iso-date.d.ts → is-iso-date.d.ts} +0 -0
  1038. /package/dist/types/utils/{property-checkers/is-value-empty.d.ts → is-value-empty.d.ts} +0 -0
  1039. /package/dist/types/utils/{keyboard/keyboard.helpers.d.ts → keyboard.d.ts} +0 -0
  1040. /package/dist/types/utils/{property-checkers/property-types.d.ts → property-types.d.ts} +0 -0
@@ -0,0 +1,5 @@
1
+ /*!
2
+ * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
+ */
4
+ const e=["ds-accordion","ds-alert-container","ds-app","ds-badge","ds-button","ds-button-group","ds-card","ds-card-actions","ds-card-content","ds-card-header","ds-card-subtitle","ds-card-title","ds-carousel","ds-carousel-item","ds-checkbox","ds-checkbox-group","ds-close","ds-content","ds-data","ds-data-item","ds-data-label","ds-data-value","ds-date","ds-divider","ds-drawer","ds-file-upload","ds-footer","ds-heading","ds-hint","ds-hint-text","ds-hint-title","ds-icon","ds-input","ds-input-slider","ds-item","ds-label","ds-list","ds-logo","ds-modal","ds-modal-body","ds-modal-header","ds-navbar","ds-notification","ds-number-input","ds-pagination","ds-popup","ds-progress-bar","ds-radio","ds-radio-group","ds-segment","ds-segment-item","ds-select","ds-select-optgroup","ds-select-option","ds-shape","ds-snackbar","ds-spinner","ds-stack","ds-step","ds-step-panel","ds-steps","ds-tab","ds-tab-panel","ds-tabs","ds-tag","ds-tag-group","ds-text","ds-textarea","ds-toast","ds-toggle","ds-tooltip"];class t{get width(){return l.hasWindow?window.innerWidth:0}get height(){return l.hasWindow?window.innerHeight:0}}const l=new class{constructor(){this.window=new t}get isSafari(){return/^((?!chrome|android).)*safari/i.test(this.userAgent)}get hasWindow(){return"undefined"!=typeof window}get hasNavigator(){return"undefined"!=typeof navigator}get hasDocument(){return"undefined"!=typeof document}get userAgent(){var e;return this.hasWindow&&this.hasNavigator&&null!==(e=navigator.userAgent)&&void 0!==e?e:""}},s=()=>{const e=window;return e&&e.DesignSystem&&e.DesignSystem.config},i=(e,t=32)=>{let s=!1;const i=()=>{s||(s=!0,e())};if(l.hasWindow){const e=setTimeout(i,t);window.addEventListener("load",(()=>{clearTimeout(e),i()}))}else setTimeout(i,32)},n=(e,t=5e3)=>{l.hasWindow&&"requestIdleCallback"in window?window.requestIdleCallback(e,{timeout:t}):setTimeout(e,32)},o=(e=0)=>new Promise((t=>{setTimeout((()=>t()),e)})),a=(e,t)=>{const l=e._original||e;return{_original:e,emit:r(l.emit.bind(l),t)}},r=(e,t=0)=>{let l;return(...s)=>{clearTimeout(l),l=setTimeout(e,t,...s)}},C=(e,t)=>e&&e.tagName&&e.tagName===t.toUpperCase(),d=(e,t)=>{let l=t.parentNode;for(;null!=l;){if(l==e)return!0;l=l.parentNode}return!1},c=e=>e.querySelector("ds-app")||e.body,u=(e,t)=>{null!=e.componentOnReady?e.componentOnReady().then((e=>t(e))):f((()=>t(e)))},f=e=>"function"==typeof __zone_symbol__requestAnimationFrame?__zone_symbol__requestAnimationFrame(e):"function"==typeof requestAnimationFrame?requestAnimationFrame(e):setTimeout(e),h=(e,t,i,n)=>{if(l.hasWindow){const l=s();if(l&&l._ael)return l._ael(e,t,i,n)}return e.addEventListener(t,i,n)},w=(e,t,i,n)=>{if(l.hasWindow){const l=s();if(l&&l._rel)return l._rel(e,t,i,n)}return e.removeEventListener(t,i,n)},v=e=>e?new Promise((t=>u(e,t))):Promise.resolve(),g=async(e,t=!1)=>{const l=e;if(l){if(null!=l.componentOnReady){const e=await l.componentOnReady();if(!t&&null!=e)return}await Promise.all(Array.from(l.children).map((e=>g(e,t))))}},p=async e=>{await g(e,!0),await b(),await L()},m=async(e,t)=>{const l=Object.assign({animated:!1},t),s=e;if(null!=s){await g(s,!0);const e=Array.prototype.slice.call(s.querySelectorAll("*")).filter((e=>e.tagName.match(/^bal/i)));await Promise.all(e.map((e=>{if(null!=e.configChanged)return e.configChanged(l)})))}await Promise.all([b(),x(),L()])},b=()=>new Promise((e=>f((()=>M(e))))),L=()=>new Promise((e=>n((()=>M(e))))),x=()=>new Promise((e=>((e,t=3e3)=>{let s=!1;if(!l.isSafari&&l.hasWindow&&"PerformanceObserver"in window){const l=new PerformanceObserver((t=>{const i=t.getEntries();i[i.length-1]&&(l.disconnect(),s=!0,n((()=>e())))}));l.observe({type:"largest-contentful-paint",buffered:!0}),setTimeout((()=>{s||(l.disconnect(),e())}),t)}else setTimeout(e,32)})((()=>M(e))))),H=()=>new Promise((e=>i((()=>M(e))))),M=e=>{if(l.hasWindow&&"MessageChannel"in window){const t=new window.MessageChannel;t.port1.onmessage=e,t.port2.postMessage(void 0)}else setTimeout(e,32)},V={brand:(e,t)=>e.brand=t,region:(e,t)=>e.region=t,language:(e,t)=>e.language=t,fallbackLanguage:(e,t)=>e.fallbackLanguage=t,allowedLanguages:(e,t)=>e.allowedLanguages=t.split(",").map((e=>e.trim())),animated:(e,t)=>e.animated="false"!==t},y={brand:"helvetia",region:"CH",language:"de",allowedLanguages:["de","fr","it","en"],icons:Object.freeze({__proto__:null,IconAccount:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M10.5 3.5C10.5 5.433 8.933 7 7 7C5.067 7 3.5 5.433 3.5 3.5C3.5 1.567 5.067 0 7 0C8.933 0 10.5 1.567 10.5 3.5ZM0.320485 13.4C1.21249 10.56 3.86568 8.50003 7.00001 8.50003C10.1343 8.50003 12.7875 10.56 13.6795 13.4C13.7752 13.7044 13.5371 14 13.218 14H0.782046C0.462933 14 0.22486 13.7044 0.320485 13.4Z" clip-rule="evenodd"/></svg>',IconAlert:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14"><path fill="#000D6E" d="M7 0c.69 0 1.25.514 1.25 1.148v5.508c0 .634-.56 1.148-1.25 1.148S5.75 7.29 5.75 6.656V1.148C5.75.514 6.31 0 7 0m0 14c1.104 0 2-.822 2-1.836s-.896-1.836-2-1.836-2 .822-2 1.836S5.895 14 7 14"/></svg>',IconAlertTriangle:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M7.00003 0.00585938C6.72396 0.00585938 6.45324 0.0820473 6.21769 0.226033C5.98215 0.370019 5.7909 0.576216 5.66503 0.821919L5.665 0.821908L5.66281 0.826292L0.163513 11.8249L0.163109 11.8257C0.0483198 12.0538 -0.0063228 12.3075 0.00436625 12.5627C0.0150678 12.8182 0.0908985 13.0667 0.224657 13.2846C0.358416 13.5025 0.545662 13.6826 0.768612 13.8078C0.991563 13.933 1.24282 13.9991 1.49851 13.9999L1.50003 13.9999H12.5L12.5015 13.9999C12.7572 13.9991 13.0085 13.933 13.2314 13.8078C13.4544 13.6826 13.6416 13.5025 13.7754 13.2846C13.9092 13.0667 13.985 12.8182 13.9957 12.5627C14.0064 12.3075 13.9517 12.0537 13.8369 11.8256L13.8365 11.8249L8.33724 0.826292L8.33726 0.826281L8.33503 0.821919C8.20915 0.576216 8.01791 0.370019 7.78236 0.226033C7.54681 0.0820473 7.2761 0.00585938 7.00003 0.00585938ZM7 4.37598C7.34518 4.37598 7.625 4.6558 7.625 5.00098V8.00098C7.625 8.34615 7.34518 8.62598 7 8.62598C6.65482 8.62598 6.375 8.34615 6.375 8.00098V5.00098C6.375 4.6558 6.65482 4.37598 7 4.37598ZM7 12.001C7.55228 12.001 8 11.5533 8 11.001C8 10.4487 7.55228 10.001 7 10.001C6.44772 10.001 6 10.4487 6 11.001C6 11.5533 6.44772 12.001 7 12.001Z" clip-rule="evenodd"/></svg>',IconAnswer:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M6 1.50001C6 1.29778 5.87818 1.11547 5.69134 1.03807C5.50451 0.960684 5.28945 1.00346 5.14645 1.14646L0.146447 6.14646C-0.0422768 6.33519 -0.0495031 6.63886 0.130031 6.83635L5.13003 12.3364C5.26898 12.4892 5.48763 12.5409 5.6803 12.4664C5.87297 12.3919 6 12.2066 6 12V9.50001H7C8.35568 9.50001 9.15471 9.73304 9.96303 10.2368C10.596 10.6313 11.227 11.1833 12.1126 11.958L12.1126 11.958C12.43 12.2356 12.7802 12.5419 13.1748 12.8798C13.3455 13.026 13.5927 13.0403 13.7791 12.9149C13.9655 12.7894 14.0454 12.5551 13.9743 12.3419C13.8792 12.0564 13.7823 11.7456 13.68 11.4177C13.2644 10.085 12.7605 8.46924 11.9258 7.11297C10.8583 5.37826 9.21417 4.00001 6.5 4.00001H6V1.50001Z" clip-rule="evenodd"/></svg>',IconArrowDown:'<svg fill="#000D6E" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.64646 14.8536C7.84172 15.0488 8.1583 15.0488 8.35356 14.8536L11.8536 11.3536C11.9966 11.2106 12.0393 10.9955 11.9619 10.8087C11.8845 10.6218 11.7022 10.5 11.5 10.5H9.00001V2C9.00001 1.4477 8.55229 1 8.00001 1C7.44772 1 7.00001 1.4477 7.00001 2V10.5H4.50001C4.29778 10.5 4.11546 10.6218 4.03807 10.8087C3.96068 10.9955 4.00346 11.2106 4.14646 11.3536L7.64646 14.8536Z"/></svg>',IconArrowRightCircle:'<svg fill="#000D6E" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M28 14C28 11.2311 27.1789 8.5243 25.6406 6.22202C24.1022 3.91973 21.9157 2.12531 19.3576 1.06569C16.7994 0.00605891 13.9845 -0.271187 11.2687 0.269006C8.55301 0.8092 6.05844 2.14257 4.10051 4.10051C2.14257 6.05844 0.809205 8.553 0.269012 11.2687C-0.271181 13.9845 0.00606559 16.7994 1.06569 19.3576C2.12532 21.9157 3.91973 24.1022 6.22202 25.6406C8.52431 27.1789 11.2311 28 14 28C17.713 28 21.274 26.525 23.8995 23.8995C26.525 21.274 28 17.713 28 14ZM14.44 19.56C14.1591 19.2787 14.0013 18.8975 14.0013 18.5C14.0013 18.1025 14.1591 17.7212 14.44 17.44L16.44 15.44L8.00001 15.44C7.60218 15.44 7.22065 15.282 6.93934 15.0007C6.65804 14.7194 6.50001 14.3378 6.50001 13.94C6.50001 13.5422 6.65804 13.1606 6.93934 12.8793C7.22065 12.598 7.60218 12.44 8.00001 12.44L16.38 12.44L14.38 10.44C14.1869 10.1425 14.1055 9.78617 14.1502 9.43431C14.1949 9.08244 14.3628 8.7578 14.6242 8.51802C14.8855 8.27824 15.2234 8.13883 15.5778 8.12455C15.9322 8.11026 16.2802 8.22203 16.56 8.44L21.06 12.94C21.3409 13.2212 21.4987 13.6025 21.4987 14C21.4987 14.3975 21.3409 14.7787 21.06 15.06L16.56 19.56C16.2788 19.8409 15.8975 19.9987 15.5 19.9987C15.1025 19.9987 14.7213 19.8409 14.44 19.56Z"/></svg>',IconArrowRightDown:'<svg fill="#000D6E" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M23.8997 23.8995C25.8576 21.9416 27.191 19.447 27.7312 16.7313C28.2714 14.0155 27.9941 11.2006 26.9345 8.64244C25.8749 6.08427 24.0804 3.89777 21.7781 2.35943C19.4759 0.821091 16.7691 3.51377e-06 14.0002 3.85095e-06C11.2312 4.01954e-06 8.52447 0.821089 6.22218 2.35943C3.91989 3.89777 2.12548 6.08427 1.06585 8.64244C0.00622598 11.2006 -0.271021 14.0155 0.269172 16.7313C0.809365 19.447 2.14274 21.9416 4.10067 23.8995C6.72618 26.525 10.2871 28 14.0002 28C17.7132 28 21.2742 26.525 23.8997 23.8995ZM10.3798 18.2426C10.38 17.8451 10.538 17.464 10.8191 17.1829C11.1002 16.9018 11.4813 16.7438 11.8788 16.7436H14.7073L8.73929 10.7756C8.45799 10.4943 8.29995 10.1128 8.29995 9.71494C8.29995 9.31711 8.45799 8.93558 8.73929 8.65428C9.0206 8.37297 9.40213 8.21494 9.79995 8.21494C10.1978 8.21494 10.5793 8.37297 10.8606 8.65428L16.7862 14.5798L16.7862 11.7514C16.86 11.4045 17.0544 11.0949 17.3348 10.8777C17.6152 10.6605 17.9635 10.5497 18.3178 10.565C18.6722 10.5803 19.0097 10.7206 19.2704 10.9611C19.5311 11.2016 19.6981 11.5267 19.7419 11.8787L19.7419 18.2426C19.7416 18.6401 19.5836 19.0213 19.3025 19.3024C19.0215 19.5834 18.6403 19.7415 18.2428 19.7417H11.8788C11.4813 19.7415 11.1002 19.5834 10.8191 19.3024C10.538 19.0213 10.38 18.6401 10.3798 18.2426Z"/></svg>',IconArrowRightUp:'<svg fill="#000D6E" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M23.8995 4.10034C21.9416 2.1424 19.447 0.809031 16.7313 0.268838C14.0155 -0.271355 11.2006 0.00589137 8.64244 1.06552C6.08427 2.12515 3.89777 3.91956 2.35943 6.22185C0.821092 8.52414 4.69388e-06 11.2309 5.03106e-06 13.9998C5.19965e-06 16.7688 0.82109 19.4755 2.35943 21.7778C3.89777 24.0801 6.08427 25.8745 8.64244 26.9341C11.2006 27.9938 14.0155 28.271 16.7313 27.7308C19.447 27.1906 21.9416 25.8573 23.8995 23.8993C26.525 21.2738 28 17.7129 28 13.9998C28 10.2868 26.525 6.72585 23.8995 4.10034ZM18.2426 17.6202C17.8451 17.62 17.464 17.462 17.1829 17.1809C16.9018 16.8998 16.7438 16.5187 16.7436 16.1212V13.2927L10.7756 19.2607C10.4943 19.542 10.1128 19.7 9.71494 19.7C9.31711 19.7 8.93558 19.542 8.65428 19.2607C8.37297 18.9794 8.21494 18.5979 8.21494 18.2C8.21494 17.8022 8.37297 17.4207 8.65428 17.1394L14.5798 11.2138L11.7514 11.2138C11.4045 11.14 11.0949 10.9456 10.8777 10.6652C10.6605 10.3848 10.5497 10.0365 10.565 9.68215C10.5803 9.32779 10.7206 8.9903 10.9611 8.7296C11.2016 8.46889 11.5267 8.30185 11.8787 8.25813L18.2426 8.25813C18.6401 8.25837 19.0213 8.41639 19.3024 8.69746C19.5834 8.97854 19.7415 9.35969 19.7417 9.75719V16.1212C19.7415 16.5187 19.5834 16.8998 19.3024 17.1809C19.0213 17.462 18.6401 17.62 18.2426 17.6202Z"/></svg>',IconArrowsRoundLeft:'<svg fill="#000D6E" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.35017 1.002C5.35004 0.853756 5.30598 0.708879 5.22356 0.585663C5.14114 0.462448 5.02406 0.36642 4.8871 0.309709C4.75013 0.252997 4.59943 0.238146 4.45404 0.26703C4.30864 0.295915 4.17506 0.367239 4.07017 0.471996L1.67017 2.872C1.52972 3.01262 1.45083 3.20324 1.45083 3.402C1.45083 3.60075 1.52972 3.79137 1.67017 3.932L4.07017 6.331C4.17506 6.43575 4.30864 6.50708 4.45404 6.53596C4.59943 6.56485 4.75013 6.54999 4.8871 6.49328C5.02406 6.43657 5.14114 6.34054 5.22356 6.21733C5.30598 6.09411 5.35004 5.94924 5.35017 5.801V4.4H6.99917C7.75026 4.4 8.48449 4.62269 9.10902 5.03994C9.73355 5.45718 10.2204 6.05023 10.5079 6.7441C10.7954 7.43798 10.8707 8.20153 10.7243 8.93821C10.578 9.6749 10.2164 10.3516 9.68547 10.8829C9.15451 11.4141 8.47796 11.776 7.74135 11.9228C7.00474 12.0695 6.24115 11.9946 5.54713 11.7075C4.8531 11.4203 4.25979 10.9338 3.84222 10.3095C3.42465 9.68519 3.20157 8.95108 3.20117 8.2C3.20117 7.93478 3.09581 7.68043 2.90828 7.49289C2.72074 7.30535 2.46639 7.2 2.20117 7.2C1.93596 7.2 1.6816 7.30535 1.49407 7.49289C1.30653 7.68043 1.20117 7.93478 1.20117 8.2C1.20137 9.34669 1.54158 10.4676 2.1788 11.4209C2.81601 12.3743 3.7216 13.1173 4.78107 13.5559C5.84053 13.9946 7.00628 14.1093 8.13092 13.8855C9.25555 13.6616 10.2886 13.1094 11.0993 12.2984C11.9101 11.4875 12.4622 10.4544 12.6858 9.32976C12.9095 8.20509 12.7946 7.03935 12.3557 5.97997C11.9169 4.92058 11.1737 4.01511 10.2203 3.37807C9.26681 2.74102 8.14587 2.401 6.99917 2.401H5.35017V1.002Z"/></svg>',IconAudio:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M12.781.23a1.227 1.227 0 0 0-.555.02h-.006L4.587 2.37a1.227 1.227 0 0 0-.905 1.176V9.04a2.477 2.477 0 1 0 1.5 2.277V6.076l7.09-1.97V6.57a2.477 2.477 0 1 0 1.5 2.345V1.402a1.226 1.226 0 0 0-.99-1.172z" clip-rule="evenodd"/></svg>',IconBack:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M3.69134 1.03807C3.87818 1.11547 4 1.29778 4 1.50001V3.50001H9C11.7614 3.50001 14 5.73859 14 8.50001C14 11.2614 11.7614 13.5 9 13.5H5C4.44771 13.5 4 13.0523 4 12.5C4 11.9477 4.44771 11.5 5 11.5H9C10.6569 11.5 12 10.1569 12 8.50001C12 6.84316 10.6569 5.50001 9 5.50001H4V7.50001C4 7.70225 3.87818 7.88456 3.69134 7.96195C3.5045 8.03935 3.28945 7.99657 3.14645 7.85357L0.146447 4.85357C-0.0488155 4.65831 -0.0488155 4.34172 0.146447 4.14646L3.14645 1.14646C3.28945 1.00346 3.5045 0.960684 3.69134 1.03807Z" clip-rule="evenodd"/></svg>',IconBell:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M5.52 3.448C6.452 2.521 7.716 2 9.033 2s2.562 0.521 3.493 1.448C13.478 4.374 14.001 5.632 14.001 6.942v4.413c0 0.31 0.124 0.605 0.344 0.824 0.249 0.248 0.445 0.342 0.719 0.342 0.278 0 0.503 0.224 0.503 0.501 0 0.277-0.225 0.501-0.503 0.501H3.003c-0.278 0-0.503-0.224-0.503-0.501 0-0.277 0.225-0.501 0.503-0.501 0.275 0 0.47-0.094 0.719-0.342 0.219-0.219 0.344-0.514 0.344-0.824V6.942c0-1.311 0.523-2.569 1.456-3.494zM7.274 15.25c0-0.414 0.338-0.75 0.754-0.75h2.01c0.416 0 0.754 0.336 0.754 0.75s-0.338 0.75-0.754 0.75h-2.01c-0.416 0-0.754-0.336-0.754-0.75z" fill="#000D6E"/></svg>',IconCall:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M8.83051 13.2407C9.47107 13.654 10.2344 13.8341 10.9921 13.7507C11.7498 13.6674 12.4557 13.3257 12.9911 12.7831L13.4592 12.3254C13.6644 12.1155 13.7793 11.8336 13.7793 11.5401C13.7793 11.2465 13.6644 10.9646 13.4592 10.7547L11.4725 8.78885C11.2644 8.58429 10.9842 8.46967 10.6924 8.46967C10.4006 8.46967 10.1204 8.58429 9.91227 8.78885V8.78885C9.70238 8.99405 9.4205 9.10895 9.12695 9.10895C8.83341 9.10895 8.55153 8.99405 8.34163 8.78885L5.22116 5.66837C5.11706 5.56579 5.0344 5.44353 4.97798 5.30871C4.92155 5.17389 4.8925 5.0292 4.8925 4.88305C4.8925 4.7369 4.92155 4.59221 4.97798 4.45739C5.0344 4.32257 5.11706 4.20032 5.22116 4.09773V4.09773C5.42571 3.88959 5.54033 3.60944 5.54033 3.31761C5.54033 3.02579 5.42571 2.74563 5.22116 2.53749L3.24486 0.561194C3.03496 0.355987 2.75308 0.241089 2.45954 0.241089C2.166 0.241089 1.88412 0.355987 1.67422 0.561194L1.21655 1.02927C0.673949 1.56468 0.332245 2.27059 0.248896 3.02831C0.165547 3.78603 0.345636 4.54934 0.758882 5.1899C2.91206 8.36314 5.65172 11.0957 8.83051 13.2407V13.2407Z"/></svg>',IconCaretDown:'<svg fill="#000D6E" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M5,7.874a1.238,1.238,0,0,1-.879-.364L.206,3.393A.75.75,0,1,1,1.294,2.36L4.819,6.072a.249.249,0,0,0,.362,0L8.706,2.36A.75.75,0,1,1,9.794,3.393L5.9,7.5A1.269,1.269,0,0,1,5,7.874Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',IconCaretLeft:'<svg fill="#000D6E" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.124,10a.749.749,0,0,1-.517-.206L2.5,5.9A1.257,1.257,0,0,1,2.49,4.116L6.607.206A.75.75,0,1,1,7.64,1.294L3.928,4.819a.249.249,0,0,0,0,.362L7.64,8.706A.75.75,0,0,1,7.124,10Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',IconCaretRight:'<svg fill="#000D6E" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.5,4.1l-4.1-3.9A.75.75,0,1,0,2.36,1.294L6.072,4.819a.249.249,0,0,1,0,.362L2.36,8.706A.75.75,0,0,0,3.393,9.794L7.51,5.884A1.256,1.256,0,0,0,7.5,4.1Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',IconCaretUp:'<svg fill="#000D6E" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M9.794,6.607,5.884,2.49A1.255,1.255,0,0,0,4.1,2.5l-3.9,4.1A.75.75,0,1,0,1.294,7.641L4.819,3.928a.249.249,0,0,1,.362,0L8.706,7.641A.75.75,0,1,0,9.794,6.607Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',IconCheck:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M13.637 1.19792C14.0627 1.54974 14.1227 2.18006 13.7708 2.60579L5.73084 12.335L5.72842 12.3379C5.54554 12.5575 5.31602 12.7336 5.05655 12.8534C4.79707 12.9731 4.51417 13.0336 4.22842 13.0302L4.22752 13.0302C3.93709 13.0266 3.65125 12.9573 3.39146 12.8274C3.13254 12.6979 2.9062 12.5117 2.72931 12.2826C2.72871 12.2818 2.72812 12.281 2.72752 12.2802L0.210633 9.04426C-0.128437 8.60831 -0.0499029 7.98003 0.386044 7.64096C0.821992 7.30189 1.45027 7.38043 1.78934 7.81638L4.25291 10.9838L12.2291 1.33176C12.5809 0.906034 13.2113 0.846112 13.637 1.19792Z" clip-rule="evenodd"/></svg>',IconCheckCircle:'<svg fill="#000D6E" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 7C14 10.866 10.866 14 7 14C3.13401 14 0 10.866 0 7C0 3.13401 3.13401 0 7 0C10.866 0 14 3.13401 14 7ZM4.94115 9.7979C5.0838 9.8695 5.2409 9.9078 5.40057 9.91C5.55361 9.9139 5.70562 9.8838 5.84551 9.8217C5.9854 9.7597 6.10966 9.6673 6.20923 9.5512L10.5585 4.98342C10.6065 4.93304 10.644 4.87373 10.6691 4.80887C10.6941 4.74401 10.706 4.67487 10.7042 4.60539C10.7025 4.53592 10.687 4.46748 10.6587 4.40397C10.6304 4.34046 10.5899 4.28313 10.5394 4.23526C10.4889 4.18738 10.4295 4.1499 10.3645 4.12495C10.2995 4.1 10.2302 4.08806 10.1606 4.08983C10.0909 4.0916 10.0223 4.10704 9.9587 4.13526C9.895 4.16348 9.8376 4.20393 9.7896 4.25431L5.49442 8.72105C5.48172 8.73426 5.4664 8.74469 5.44944 8.75168C5.43249 8.75867 5.41426 8.76208 5.39592 8.76168C5.37758 8.76128 5.35952 8.75709 5.34289 8.74937C5.32625 8.74165 5.3114 8.73056 5.29928 8.71682L4.20958 7.47923C4.11493 7.38091 3.98589 7.32283 3.84938 7.31711C3.71287 7.3114 3.57941 7.35848 3.47684 7.44855C3.37426 7.53862 3.31049 7.66471 3.29882 7.80055C3.28714 7.93639 3.32847 8.07148 3.41417 8.17766L4.57706 9.4967C4.67399 9.6233 4.79849 9.7263 4.94115 9.7979Z"/></svg>',IconCircle:'<svg viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.8995 4.10051C21.9416 2.14257 19.447 0.809205 16.7313 0.269012C14.0155 -0.271181 11.2006 0.00606573 8.64244 1.06569C6.08426 2.12532 3.89777 3.91973 2.35943 6.22202C0.821087 8.52431 -3.3718e-07 11.2311 0 14C1.6859e-07 16.769 0.821085 19.4757 2.35943 21.778C3.89777 24.0803 6.08426 25.8747 8.64244 26.9343C11.2006 27.994 14.0155 28.2712 16.7313 27.731C19.447 27.1908 21.9416 25.8575 23.8995 23.8995C26.525 21.274 28 17.7131 28 14C28 10.287 26.525 6.72602 23.8995 4.10051Z" fill="#000D6E"/></svg>',IconClock:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 0 7 0C3.13401 0 0 3.13401 0 7C0 10.866 3.13401 14 7 14ZM7.625 4.5C7.625 4.15482 7.34518 3.875 7 3.875C6.65482 3.875 6.375 4.15482 6.375 4.5V7C6.375 7.14621 6.42626 7.28779 6.51986 7.40012L9.01986 10.4001C9.24084 10.6653 9.63494 10.7011 9.90012 10.4801C10.1653 10.2592 10.2011 9.86506 9.98014 9.59988L7.625 6.77372V4.5Z" clip-rule="evenodd"/></svg>',IconClose:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976311 0.683417 -0.0976311 1.31658 0.292893 1.70711L5.58579 7L0.292893 12.2929C-0.0976311 12.6834 -0.0976311 13.3166 0.292893 13.7071C0.683417 14.0976 1.31658 14.0976 1.70711 13.7071L7 8.41421L12.2929 13.7071C12.6834 14.0976 13.3166 14.0976 13.7071 13.7071C14.0976 13.3166 14.0976 12.6834 13.7071 12.2929L8.41421 7L13.7071 1.70711C14.0976 1.31658 14.0976 0.683417 13.7071 0.292893C13.3166 -0.0976311 12.6834 -0.0976311 12.2929 0.292893L7 5.58579L1.70711 0.292893Z" clip-rule="evenodd"/></svg>',IconCloseCircle:'<svg fill="#000D6E" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M8 0C6.41775 0 4.87103 0.469192 3.55544 1.34824C2.23985 2.22729 1.21447 3.47672 0.608967 4.93853C0.00346633 6.40034 -0.15496 8.00887 0.153721 9.56072C0.462403 11.1126 1.22433 12.538 2.34315 13.6569C3.46197 14.7757 4.88743 15.5376 6.43928 15.8463C7.99113 16.155 9.59966 15.9965 11.0615 15.391C12.5233 14.7855 13.7727 13.7602 14.6518 12.4446C15.5308 11.129 16 9.58225 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842854 10.1217 0 8 0V0ZM11.1314 11.1314C11.0389 11.2254 10.9286 11.3001 10.807 11.351C10.6853 11.402 10.5547 11.4282 10.4229 11.4282C10.291 11.4282 10.1604 11.402 10.0388 11.351C9.91711 11.3001 9.80681 11.2254 9.71429 11.1314L8.20572 9.61143C8.14914 9.56083 8.0759 9.53285 8 9.53285C7.9241 9.53285 7.85086 9.56083 7.79429 9.61143L6.28572 11.1314C6.09732 11.3185 5.84262 11.4234 5.57715 11.4234C5.31167 11.4234 5.05697 11.3185 4.86857 11.1314C4.77347 11.0397 4.69806 10.9296 4.64697 10.8078C4.59588 10.6859 4.57018 10.555 4.57143 10.4229C4.57148 10.2909 4.59778 10.1604 4.64879 10.0387C4.69981 9.91706 4.77452 9.80678 4.86857 9.71428L6.38857 8.20571C6.43918 8.14914 6.46715 8.0759 6.46715 8C6.46715 7.9241 6.43918 7.85086 6.38857 7.79428L4.86857 6.28571C4.70623 6.09307 4.6221 5.84651 4.63282 5.59482C4.64354 5.34312 4.74833 5.10461 4.92647 4.92647C5.10461 4.74833 5.34312 4.64353 5.59482 4.63281C5.84652 4.62209 6.09307 4.70623 6.28572 4.86857L7.79429 6.38857C7.85086 6.43917 7.9241 6.46715 8 6.46715C8.0759 6.46715 8.14914 6.43917 8.20572 6.38857L9.71429 4.86857C9.80404 4.76207 9.91494 4.67536 10.04 4.61396C10.165 4.55256 10.3014 4.51779 10.4405 4.51186C10.5797 4.50594 10.7186 4.52898 10.8483 4.57953C10.9781 4.63008 11.096 4.70703 11.1945 4.80552C11.293 4.90401 11.3699 5.02188 11.4205 5.15166C11.471 5.28144 11.4941 5.42031 11.4881 5.55947C11.4822 5.69862 11.4474 5.83503 11.386 5.96004C11.3246 6.08506 11.2379 6.19596 11.1314 6.28571L9.61143 7.79428C9.56083 7.85086 9.53285 7.9241 9.53285 8C9.53285 8.0759 9.56083 8.14914 9.61143 8.20571L11.1314 9.71428C11.2255 9.80678 11.3002 9.91706 11.3512 10.0387C11.4022 10.1604 11.4285 10.2909 11.4286 10.4229C11.4298 10.555 11.4041 10.6859 11.353 10.8078C11.3019 10.9296 11.2265 11.0397 11.1314 11.1314Z"/></svg>',IconCode:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M10.476 2.893a1 1 0 1 0-1.46 1.367L11.578 7 9.015 9.74a1 1 0 0 0 1.46 1.367l3.204-3.424a1 1 0 0 0 0-1.366l-3.203-3.424zM4.985 4.26a1 1 0 1 0-1.46-1.367L.32 6.317a1 1 0 0 0 0 1.366l3.203 3.424a1 1 0 1 0 1.46-1.367L2.422 7l2.564-2.74z" clip-rule="evenodd"/></svg>',IconConsultant:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M6.98656 1.50051C6.56826 1.49301 6.15261 1.56812 5.76339 1.72154C5.37418 1.87496 5.01907 2.10367 4.7184 2.39457C4.41773 2.68547 4.17741 3.03283 4.01122 3.41677C3.84574 3.79906 3.757 4.21012 3.75 4.6266V5V7.25063V9C3.75 9.55228 3.30228 10 2.75 10H1.5C0.671573 10 0 9.32843 0 8.5V6.5C0 5.67157 0.671573 5 1.5 5H2.25V4.62063V4.6093L2.25009 4.6093C2.25939 3.99368 2.39007 3.38593 2.63465 2.8209C2.87923 2.25587 3.23291 1.74465 3.6754 1.31654C4.11789 0.888422 4.64052 0.551829 5.21332 0.326043C5.78195 0.101901 6.38894 -0.0086692 7 0.000530303C7.61106 -0.0086692 8.21805 0.101901 8.78668 0.326043C9.35948 0.551829 9.88211 0.888422 10.3246 1.31654C10.7671 1.74465 11.1208 2.25587 11.3653 2.8209C11.6099 3.38593 11.7406 3.99368 11.7499 4.6093L11.7501 4.62063H11.75V5H12.5C13.3284 5 14 5.67157 14 6.5V8.5C14 9.32843 13.3284 10 12.5 10H11.75V10.5C11.75 11.2293 11.4603 11.9288 10.9445 12.4445C10.5022 12.8868 9.92479 13.1629 9.30926 13.2326C9.05247 13.6905 8.56238 14 8 14H6.5C5.67157 14 5 13.3284 5 12.5C5 11.6716 5.67157 11 6.5 11H8C8.54196 11 9.01679 11.2874 9.28038 11.7182C9.50711 11.666 9.71673 11.551 9.88388 11.3839C10.1183 11.1495 10.25 10.8315 10.25 10.5V4.62661C10.243 4.21013 10.1543 3.79906 9.98878 3.41677C9.82259 3.03283 9.58227 2.68547 9.2816 2.39457C8.98093 2.10367 8.62582 1.87496 8.23661 1.72154C7.84739 1.56812 7.43174 1.49301 7.01344 1.50051C7.00448 1.50067 6.99552 1.50067 6.98656 1.50051Z" clip-rule="evenodd"/></svg>',IconContact:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M10.0202 0.735645C9.07748 0.281417 8.04439 0.0458216 6.99794 0.0464172H6.9978C5.74005 0.0468352 4.50595 0.388385 3.42696 1.03469C2.34792 1.68103 1.4644 2.60794 0.870497 3.7167C0.276597 4.82546 -0.00544202 6.07455 0.0544209 7.33092C0.110161 8.50077 0.460382 9.63614 1.07073 10.6324L0.0765003 13.2776C0.013186 13.4461 0.045278 13.6356 0.160531 13.7738C0.275783 13.912 0.456415 13.9776 0.6335 13.9456L4.09948 13.3188C4.9988 13.7319 5.97656 13.9486 6.96747 13.9535C8.01395 13.9586 9.04811 13.7276 9.99286 13.2774C10.9376 12.8273 11.7686 12.1697 12.4238 11.3537C13.079 10.5378 13.5416 9.58442 13.7771 8.56476C14.0126 7.5451 14.0149 6.48545 13.7839 5.46477C13.5528 4.4441 13.0944 3.48874 12.4427 2.66991C11.7911 1.85108 10.963 1.18989 10.0202 0.735645ZM3.39453 5.40595C3.39453 5.06077 3.67435 4.78095 4.01953 4.78095H9.97667C10.3218 4.78095 10.6017 5.06077 10.6017 5.40595C10.6017 5.75113 10.3218 6.03095 9.97667 6.03095H4.01953C3.67435 6.03095 3.39453 5.75113 3.39453 5.40595ZM4.01953 7.96901C3.67435 7.96901 3.39453 8.24883 3.39453 8.59401C3.39453 8.93919 3.67435 9.21901 4.01953 9.21901H7.99095C8.33613 9.21901 8.61595 8.93919 8.61595 8.59401C8.61595 8.24883 8.33613 7.96901 7.99095 7.96901H4.01953Z" clip-rule="evenodd"/></svg>',IconCopy:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M2.25 1.75C2.25 1.61193 2.36193 1.5 2.5 1.5H7.5C7.91421 1.5 8.25 1.16421 8.25 0.75C8.25 0.335786 7.91421 0 7.5 0H2.5C1.5335 0 0.75 0.783502 0.75 1.75V9.5C0.75 9.91421 1.08579 10.25 1.5 10.25C1.91421 10.25 2.25 9.91421 2.25 9.5V1.75ZM5.49997 3H8.375V6.5C8.375 6.84518 8.65482 7.125 9 7.125H12.5V12.5C12.5 13.3284 11.8284 14 11 14H5.49997C4.67154 14 3.99997 13.3284 3.99997 12.5V4.5C3.99997 3.67157 4.67154 3 5.49997 3ZM9.625 3.12503L12.375 5.875H9.625V3.12503Z" clip-rule="evenodd"/></svg>',IconDate:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M10 0a.75.75 0 0 1 .75.75v.75h1.5c.966 0 1.75.784 1.75 1.75v9A1.75 1.75 0 0 1 12.25 14H1.75A1.75 1.75 0 0 1 0 12.25v-9C0 2.284.784 1.5 1.75 1.5h1.5V.75a.75.75 0 0 1 1.5 0v.75h4.5V.75A.75.75 0 0 1 10 0zM3.25 3v.75a.75.75 0 0 0 1.5 0V3h4.5v.75a.75.75 0 0 0 1.5 0V3h1.5a.25.25 0 0 1 .25.25v2.282a1.002 1.002 0 0 0-.25-.032H1.75c-.086 0-.17.01-.25.032V3.25A.25.25 0 0 1 1.75 3h1.5z" clip-rule="evenodd"/></svg>',IconDelete:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M5.76256 2.01256C6.09075 1.68437 6.53587 1.5 7 1.5C7.46413 1.5 7.90925 1.68437 8.23744 2.01256C8.4448 2.21993 8.59475 2.47397 8.67705 2.75H5.32295C5.40525 2.47397 5.5552 2.21993 5.76256 2.01256ZM3.78868 2.75C3.89405 2.07321 4.21153 1.44227 4.7019 0.951903C5.3114 0.34241 6.13805 0 7 0C7.86195 0 8.6886 0.34241 9.2981 0.951903C9.78847 1.44227 10.106 2.07321 10.2113 2.75H13C13.4142 2.75 13.75 3.08579 13.75 3.5C13.75 3.91422 13.4142 4.25 13 4.25H12V12.5C12 12.8978 11.842 13.2794 11.5607 13.5607C11.2794 13.842 10.8978 14 10.5 14H3.5C3.10217 14 2.72064 13.842 2.43934 13.5607C2.15804 13.2794 2 12.8978 2 12.5V4.25H1C0.585786 4.25 0.25 3.91422 0.25 3.5C0.25 3.08579 0.585786 2.75 1 2.75H3.78868ZM5 5.87646C5.34518 5.87646 5.625 6.15629 5.625 6.50146V10.503C5.625 10.8481 5.34518 11.128 5 11.128C4.65482 11.128 4.375 10.8481 4.375 10.503V6.50146C4.375 6.15629 4.65482 5.87646 5 5.87646ZM9.625 6.50146C9.625 6.15629 9.34518 5.87646 9 5.87646C8.65482 5.87646 8.375 6.15629 8.375 6.50146V10.503C8.375 10.8481 8.65482 11.128 9 11.128C9.34518 11.128 9.625 10.8481 9.625 10.503V6.50146Z" clip-rule="evenodd"/></svg>',IconDesign:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M4.35.577a7 7 0 0 1 9.381 4.085c.27.758.15 1.626-.315 2.282A2.526 2.526 0 0 1 11.37 8H9.5a1.5 1.5 0 0 0-.455 2.931c.55.205.935.702.972 1.286a1.43 1.43 0 0 1-1.01 1.524A6.8 6.8 0 0 1 7.129 14a7 7 0 0 1-3.636-1.021A7.055 7.055 0 0 1 .15 6.517a7.055 7.055 0 0 1 4.2-5.94zM4.5 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm6-3a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-6 6.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" clip-rule="evenodd"/></svg>',IconDocument:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M1.43934 0.43934C1.72064 0.158035 2.10218 0 2.5 0H7.5C7.63261 0 7.75979 0.0526784 7.85355 0.146447L12.8536 5.14645C12.9473 5.24021 13 5.36739 13 5.5V12.5C13 12.8978 12.842 13.2794 12.5607 13.5607C12.2794 13.842 11.8978 14 11.5 14H2.5C2.10217 14 1.72064 13.842 1.43934 13.5607C1.15804 13.2794 1 12.8978 1 12.5V1.5C1 1.10218 1.15804 0.720644 1.43934 0.43934ZM4.5 3.875C4.15482 3.875 3.875 4.15482 3.875 4.5C3.875 4.84518 4.15482 5.125 4.5 5.125H6.5C6.84518 5.125 7.125 4.84518 7.125 4.5C7.125 4.15482 6.84518 3.875 6.5 3.875H4.5ZM3.875 7.5C3.875 7.15482 4.15482 6.875 4.5 6.875H9.5C9.84518 6.875 10.125 7.15482 10.125 7.5C10.125 7.84518 9.84518 8.125 9.5 8.125H4.5C4.15482 8.125 3.875 7.84518 3.875 7.5ZM4.5 9.875C4.15482 9.875 3.875 10.1548 3.875 10.5C3.875 10.8452 4.15482 11.125 4.5 11.125H9.5C9.84518 11.125 10.125 10.8452 10.125 10.5C10.125 10.1548 9.84518 9.875 9.5 9.875H4.5Z" clip-rule="evenodd"/></svg>',IconDownload:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M8.99999 6.5C9.2883 6.5 9.55108 6.66526 9.67597 6.92511C9.80086 7.18496 9.76575 7.49339 9.58564 7.71852L7.58564 10.2185C7.44332 10.3964 7.22783 10.5 6.99999 10.5C6.77215 10.5 6.55667 10.3964 6.41434 10.2185L4.41434 7.71852C4.23424 7.49339 4.19913 7.18496 4.32402 6.92511C4.44891 6.66526 4.71169 6.5 4.99999 6.5H6V1C6 0.447716 6.44772 0 7 0C7.55229 0 8 0.447716 8 1V6.5H8.99999ZM11 12V5.99998C10.4477 5.99998 10 5.55227 10 4.99998C10 4.4477 10.4477 3.99998 11 3.99998H11.5C11.8978 3.99998 12.2794 4.15802 12.5607 4.43932C12.842 4.72062 13 5.10216 13 5.49998V12.5C13 12.8979 12.842 13.2794 12.5607 13.5607C12.2794 13.842 11.8978 14 11.5 14L2.5 14.0001C2.10218 14.0001 1.72065 13.842 1.43934 13.5607C1.15803 13.2794 1 12.8979 1 12.5001V5.5C1 5.10218 1.15803 4.72065 1.43934 4.43934C1.72064 4.15804 2.10218 4 2.5 4H3C3.55229 4 4 4.44772 4 5C4 5.55228 3.55229 6 3 6V12.0001L11 12Z" clip-rule="evenodd"/></svg>',IconDuplicate:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M2.25 1.75C2.25 1.61193 2.36193 1.5 2.5 1.5H7.5C7.91421 1.5 8.25 1.16421 8.25 0.75C8.25 0.335786 7.91421 0 7.5 0H2.5C1.5335 0 0.75 0.783502 0.75 1.75V9.5C0.75 9.91421 1.08579 10.25 1.5 10.25C1.91421 10.25 2.25 9.91421 2.25 9.5V1.75ZM5.49997 3H8.375V6.5C8.375 6.84518 8.65482 7.125 9 7.125H12.5V12.5C12.5 13.3284 11.8284 14 11 14H5.49997C4.67154 14 3.99997 13.3284 3.99997 12.5V4.5C3.99997 3.67157 4.67154 3 5.49997 3ZM9.625 3.12503L12.375 5.875H9.625V3.12503Z" clip-rule="evenodd"/></svg>',IconEdit:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M10.715 -0.000976562C10.5152 -0.000976562 10.3174 0.0389464 10.1332 0.116448C9.95019 0.193468 9.78428 0.306058 9.64512 0.447676L1.40732 8.64549C1.34616 8.70635 1.30179 8.782 1.27853 8.86508L0.0185299 13.3651C-0.0301752 13.539 0.0187291 13.7257 0.146458 13.8535C0.274188 13.9812 0.46088 14.0301 0.634827 13.9814L5.13483 12.7214C5.21791 12.6981 5.29356 12.6537 5.35442 12.5926L13.5521 4.3549L13.5535 4.35355C13.6934 4.21438 13.8045 4.04896 13.8804 3.86676C13.9566 3.68398 13.9958 3.48792 13.9958 3.2899C13.9958 3.09188 13.9566 2.89582 13.8804 2.71303C13.8045 2.53083 13.6934 2.3654 13.5535 2.22624L13.5521 2.2249L11.7859 0.448721C11.6466 0.306611 11.4803 0.193657 11.2968 0.116448C11.1126 0.0389464 10.9148 -0.000976562 10.715 -0.000976562Z"/></svg>',IconEyeClosed:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M.264 1.324a.75.75 0 0 1 1.06-1.06l2.629 2.628C4.86 2.393 5.893 2.04 7 2.04c1.532 0 2.92.676 4.035 1.48 1.118.805 2.003 1.769 2.539 2.416l.004.006c.24.298.366.675.366 1.058s-.126.76-.366 1.058l-.004.006a14.476 14.476 0 0 1-2.249 2.2l2.411 2.412a.75.75 0 1 1-1.06 1.06L.264 1.324zm8.753 6.632a2.232 2.232 0 0 0-2.974-2.974l2.974 2.974zm-8.59-2.02c.319-.386.762-.884 1.305-1.394l7.104 7.104A5.726 5.726 0 0 1 7 11.96c-1.532 0-2.92-.676-4.035-1.48C1.847 9.676.962 8.712.426 8.065l-.004-.006A1.692 1.692 0 0 1 .056 7c0-.383.126-.76.366-1.058l.004-.006z" clip-rule="evenodd"/></svg>',IconFacebook:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M8.06356 3.75515C8.06356 2.67675 8.60345 2.67675 9.14334 2.67675H9.79121C9.89938 2.6782 10.0067 2.65799 10.107 2.61732C10.2072 2.57664 10.2982 2.51633 10.3747 2.43993C10.4512 2.36353 10.5116 2.2726 10.5523 2.17251C10.5931 2.07242 10.6133 1.96519 10.6118 1.85716V0.84346C10.6119 0.734917 10.5903 0.627453 10.5484 0.527307C10.5064 0.42716 10.445 0.336327 10.3677 0.260078C10.2903 0.18383 10.1986 0.123686 10.0978 0.0831375C9.99696 0.0425893 9.88909 0.0224446 9.78041 0.0238728L8.24712 0.00230466C7.80066 -0.0149417 7.35577 0.0647696 6.94316 0.235937C6.53054 0.407104 6.16003 0.665651 5.8572 0.993733C5.55436 1.32181 5.32641 1.71162 5.18908 2.13624C5.05175 2.56086 5.00831 3.01018 5.06176 3.4532V5.01689H4.20873C3.99108 5.01689 3.78235 5.10324 3.62845 5.25694C3.47455 5.41064 3.38809 5.61911 3.38809 5.83648V6.85018C3.38809 7.06754 3.47455 7.27601 3.62845 7.42971C3.78235 7.58341 3.99108 7.66976 4.20873 7.66976H5.06176V13.4608C5.06176 13.6038 5.11864 13.741 5.21989 13.8421C5.32114 13.9432 5.45846 14 5.60165 14H7.55606C7.69356 13.9917 7.8227 13.9313 7.91705 13.8311C8.01139 13.7308 8.0638 13.5984 8.06356 13.4608V7.66976H9.01377C9.23141 7.66976 9.44014 7.58341 9.59404 7.42971C9.74794 7.27601 9.8344 7.06754 9.8344 6.85018V5.83648C9.8344 5.61911 9.74794 5.41064 9.59404 5.25694C9.44014 5.10324 9.23141 5.01689 9.01377 5.01689H8.06356V3.75515Z"/></svg>',IconFile:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M6.875 0H2.5C2.10218 0 1.72064 0.158035 1.43934 0.43934C1.15804 0.720644 1 1.10218 1 1.5V12.5C1 12.8978 1.15804 13.2794 1.43934 13.5607C1.72064 13.842 2.10217 14 2.5 14H11.5C11.8978 14 12.2794 13.842 12.5607 13.5607C12.842 13.2794 13 12.8978 13 12.5V6.125H7.5C7.15482 6.125 6.875 5.84518 6.875 5.5V0ZM12.5821 4.875L8.125 0.417893V4.875H12.5821Z" clip-rule="evenodd"/></svg>',IconGithub:'<svg fill="#000D6E" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.02324 3.17e-07C5.35174 -0.000507231 3.7349 0.608474 2.46344 1.71744C1.19199 2.82641 0.349338 4.3626 0.0870178 6.04979C-0.175303 7.73698 0.159915 9.46447 1.03239 10.9216C1.90487 12.3788 3.25737 13.47 4.84669 13.9991H5.01051C5.15997 14.0066 5.30654 13.9552 5.42008 13.8556C5.48839 13.7948 5.5427 13.7193 5.57911 13.6345C5.61553 13.5497 5.63315 13.4578 5.63071 13.3652V13.2397C5.63071 13.138 5.63071 13.0005 5.63071 12.5878C5.62601 12.549 5.61374 12.5116 5.59465 12.4777C5.57556 12.4438 5.55002 12.4141 5.51955 12.3905C5.48624 12.3633 5.44752 12.3438 5.40608 12.3335C5.36464 12.3231 5.32149 12.3222 5.27966 12.3307C3.70575 12.6775 3.37225 11.6729 3.35469 11.6071C3.15678 11.0748 2.80339 10.6175 2.34248 10.2975L2.25472 10.2317C2.3238 10.1976 2.40061 10.1832 2.47705 10.1899C2.62287 10.2123 2.76068 10.2724 2.87741 10.3645C2.99413 10.4566 3.08592 10.5776 3.14406 10.7161C3.3704 11.1189 3.74079 11.4163 4.17729 11.5457C4.61378 11.675 5.08236 11.6263 5.48444 11.4098C5.52789 11.3901 5.56631 11.3604 5.59675 11.3231C5.62718 11.2857 5.64881 11.2417 5.65997 11.1945C5.68369 10.92 5.79943 10.6623 5.98762 10.465C6.03101 10.4267 6.06245 10.3763 6.07805 10.3199C6.09366 10.2636 6.09273 10.2038 6.07539 10.148C6.05941 10.0921 6.0275 10.0424 5.98373 10.0051C5.93996 9.9678 5.88632 9.9447 5.82965 9.93871C4.44297 9.77725 3.02119 9.28092 3.02119 6.83511C3.01109 6.22007 3.23321 5.6247 3.64139 5.17268C3.67828 5.13138 3.70285 5.08016 3.71218 5.02506C3.72151 4.96996 3.71522 4.91328 3.69405 4.86172C3.532 4.39524 3.53407 3.88563 3.6999 3.42054C4.2402 3.51922 4.74736 3.75577 5.17434 4.10824C5.20987 4.13307 5.25051 4.14921 5.29312 4.15544C5.33573 4.16166 5.37917 4.15779 5.42008 4.14412C5.94306 4.00157 6.48198 3.9292 7.02324 3.92884C7.56661 3.92621 8.10785 3.99862 8.63225 4.14412C8.67219 4.15774 8.71471 4.16158 8.75637 4.15535C8.79803 4.14912 8.83769 4.13298 8.87214 4.10824C9.29858 3.75488 9.80597 3.51822 10.3466 3.42054C10.5073 3.88074 10.5073 4.38358 10.3466 4.84378C10.3254 4.89576 10.3197 4.95296 10.3301 5.00825C10.3405 5.06354 10.3666 5.11448 10.4051 5.15474C10.8069 5.60316 11.0266 6.19118 11.0194 6.79923C11.0194 9.25102 9.59766 9.74137 8.20513 9.89685C8.14846 9.90284 8.09481 9.92594 8.05105 9.96322C8.00728 10.0005 7.97537 10.0503 7.95939 10.1062C7.94252 10.1611 7.94185 10.2198 7.95746 10.2751C7.97307 10.3304 8.00426 10.3798 8.04715 10.4171C8.17658 10.5552 8.27543 10.7201 8.33701 10.9007C8.39859 11.0812 8.42146 11.2732 8.40406 11.4636V13.3652C8.40276 13.4582 8.42147 13.5503 8.45888 13.6351C8.4963 13.7198 8.55149 13.7951 8.62055 13.8556C8.70769 13.9235 8.80938 13.9692 8.91723 13.9889C9.02507 14.0087 9.13597 14.0019 9.24075 13.9692C10.8119 13.4228 12.1428 12.3252 12.9974 10.8712C13.8521 9.41726 14.1751 7.70088 13.9094 6.0266C13.6436 4.35231 12.8061 2.82838 11.5455 1.72515C10.285 0.621917 8.68279 0.0107244 7.02324 3.17e-07V3.17e-07Z"/></svg>',IconHelpCustomerSupport:'<svg fill="#000D6E" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><g clip-path="url(#clip0_560_7145)"><path d="M7.37242 6.61499C7.17696 6.61618 6.98626 6.67545 6.82455 6.78526C6.66285 6.89508 6.53744 7.05049 6.46427 7.23175C6.39109 7.413 6.37345 7.61192 6.41358 7.80322C6.45372 7.99453 6.54982 8.16958 6.68967 8.30614C6.82952 8.44271 7.00682 8.53461 7.19902 8.57018C7.39123 8.60575 7.58967 8.58338 7.76913 8.50591C7.94859 8.42844 8.10097 8.29936 8.20691 8.13509C8.31285 7.97082 8.36756 7.77876 8.36409 7.58332C8.358 7.32438 8.25083 7.0781 8.06552 6.89715C7.8802 6.71619 7.63144 6.61492 7.37242 6.61499Z"/><path d="M9.64299 1.27167C9.60479 1.25641 9.5701 1.23355 9.54102 1.20447C9.51194 1.17538 9.48907 1.14069 9.47382 1.1025C9.35387 0.779661 9.13825 0.501121 8.85576 0.30411C8.57327 0.107099 8.23738 0.00100252 7.89298 0L6.85465 0C6.49849 0.00083666 6.15168 0.114065 5.86363 0.32355C5.57559 0.533035 5.36102 0.828089 5.25049 1.16667C5.23845 1.20797 5.21687 1.24586 5.18748 1.27727C5.15809 1.30868 5.12173 1.33274 5.08132 1.3475C4.19582 1.66809 3.42433 2.24233 2.86311 2.99858C2.30189 3.75483 1.97579 4.6596 1.92549 5.6C1.91827 5.76878 1.87448 5.93397 1.79715 6.08417C1.71549 6.25333 1.59882 6.4575 1.49965 6.62667C1.03012 7.29557 0.744486 8.07604 0.671319 8.89C0.661861 9.04381 0.700604 9.19674 0.782152 9.3275C0.850388 9.4186 0.938254 9.49316 1.03924 9.54567C1.14022 9.59818 1.25172 9.62729 1.36549 9.63083H1.68632C1.76367 9.63083 1.83786 9.66156 1.89256 9.71626C1.94726 9.77096 1.97799 9.84514 1.97799 9.9225V11.0892C1.97799 11.4759 2.13163 11.8469 2.40512 12.1204C2.67861 12.3939 3.04954 12.5475 3.43632 12.5475H4.31132C4.38867 12.5475 4.46286 12.5782 4.51756 12.6329C4.57226 12.6876 4.60299 12.7618 4.60299 12.8392V13.7142C4.60299 13.7915 4.63371 13.8657 4.68841 13.9204C4.74311 13.9751 4.8173 14.0058 4.89465 14.0058H10.728C10.8053 14.0058 10.8795 13.9751 10.9342 13.9204C10.9889 13.8657 11.0197 13.7915 11.0197 13.7142V11.5442C11.0195 11.4968 11.0312 11.4501 11.0536 11.4084C11.076 11.3666 11.1084 11.3311 11.148 11.305C12.6122 10.3192 13.353 8.785 13.353 6.74333C13.3665 5.56176 13.0183 4.4043 12.3552 3.42627C11.6921 2.44824 10.7457 1.69641 9.64299 1.27167V1.27167ZM7.58382 9.91667C7.4627 9.92233 7.34728 9.96973 7.25715 10.0508C6.60736 10.6061 5.8511 11.0229 5.03465 11.2758C4.97425 11.2939 4.92114 11.3306 4.88299 11.3808C4.81475 11.4711 4.72662 11.5443 4.62544 11.5949C4.52426 11.6455 4.41277 11.6721 4.29965 11.6725H4.00799C3.8146 11.6725 3.62913 11.5957 3.49239 11.4589C3.35564 11.3222 3.27882 11.1367 3.27882 10.9433C3.27882 10.7499 3.35564 10.5645 3.49239 10.4277C3.62913 10.291 3.8146 10.2142 4.00799 10.2142H4.29965C4.44742 10.2147 4.59165 10.2594 4.71382 10.3425C4.75082 10.3681 4.79336 10.3847 4.83796 10.3907C4.88256 10.3968 4.92797 10.3923 4.97049 10.3775C5.38416 10.2372 5.77669 10.0409 6.13715 9.79417C6.15754 9.78105 6.17417 9.76287 6.18542 9.74139C6.19666 9.71992 6.20214 9.69589 6.20132 9.67167C6.2011 9.64762 6.19517 9.62398 6.18401 9.60268C6.17285 9.58138 6.15679 9.56304 6.13715 9.54917C5.80015 9.33936 5.52341 9.04563 5.33402 8.69675C5.14463 8.34786 5.04908 7.95578 5.05672 7.55888C5.06436 7.16198 5.17494 6.77386 5.37763 6.43253C5.58031 6.0912 5.86816 5.80835 6.21298 5.61167C6.25707 5.58622 6.29372 5.54967 6.3193 5.50567C6.34489 5.46167 6.35851 5.41173 6.35882 5.36083V1.68C6.35874 1.54683 6.41042 1.41885 6.50293 1.32307C6.59545 1.22729 6.72156 1.17121 6.85465 1.16667H7.89298C8.02967 1.16666 8.16085 1.22055 8.25804 1.31666C8.35524 1.41276 8.41062 1.54332 8.41215 1.68V5.36083C8.41246 5.41173 8.42608 5.46167 8.45167 5.50567C8.47725 5.54967 8.5139 5.58622 8.55798 5.61167C8.91045 5.81106 9.20398 6.10003 9.40885 6.44934C9.61372 6.79865 9.72267 7.19588 9.72465 7.60083C9.72226 8.1847 9.50106 8.74645 9.10472 9.17519C8.70838 9.60393 8.1657 9.8685 7.58382 9.91667Z"/></g><defs><clipPath id="clip0_560_7145"><rect width="14" height="14"/></clipPath></defs></svg>',IconInfoCircle:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 0 7 0C3.13401 0 0 3.13401 0 7C0 10.866 3.13401 14 7 14ZM5.5 9.375C5.15482 9.375 4.875 9.65482 4.875 10C4.875 10.3452 5.15482 10.625 5.5 10.625H7H8.5C8.84518 10.625 9.125 10.3452 9.125 10C9.125 9.65482 8.84518 9.375 8.5 9.375H7.625V6.5C7.625 6.15482 7.34518 5.875 7 5.875H6C5.65482 5.875 5.375 6.15482 5.375 6.5C5.375 6.84518 5.65482 7.125 6 7.125H6.375V9.375H5.5ZM8 4C8 4.55228 7.55228 5 7 5C6.44772 5 6 4.55228 6 4C6 3.44772 6.44772 3 7 3C7.55228 3 8 3.44772 8 4Z" clip-rule="evenodd"/></svg>',IconInformation:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14"><g clip-path="url(#a)"><path fill="#000D6E" d="M4.176 11.705c-.65 0-1.176.514-1.176 1.147 0 .635.526 1.149 1.176 1.149h5.648c.65 0 1.176-.514 1.176-1.149 0-.633-.526-1.147-1.176-1.147H8.177V6.426c0-.634-.526-1.147-1.176-1.147H5.118c-.65 0-1.177.513-1.177 1.147 0 .633.526 1.147 1.176 1.147h.706v4.132zm4.706-9.869c0 1.014-.843 1.836-1.882 1.836S5.118 2.85 5.118 1.836 5.96 0 7 0s1.882.822 1.882 1.836"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h14v14H0z"/></clipPath></defs></svg>',IconInstagram:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0.786499 3.39046C0.786499 1.95243 1.95225 0.786682 3.39027 0.786682H10.3337C11.7717 0.786682 12.9374 1.95243 12.9374 3.39046V10.3339C12.9374 11.7719 11.7717 12.9376 10.3337 12.9376H3.39027C1.95225 12.9376 0.786499 11.7719 0.786499 10.3339V3.39046ZM6.8621 4.78204C5.71332 4.78204 4.78204 5.71332 4.78204 6.8621C4.78204 8.01088 5.71332 8.94216 6.8621 8.94216C8.01088 8.94216 8.94216 8.01088 8.94216 6.8621C8.94216 5.71332 8.01088 4.78204 6.8621 4.78204ZM3.78204 6.8621C3.78204 5.16103 5.16103 3.78204 6.8621 3.78204C8.56317 3.78204 9.94216 5.16103 9.94216 6.8621C9.94216 8.56317 8.56317 9.94216 6.8621 9.94216C5.16103 9.94216 3.78204 8.56317 3.78204 6.8621ZM10.3349 3.98516C10.6842 3.98516 10.9673 3.70199 10.9673 3.35269C10.9673 3.00338 10.6842 2.72021 10.3349 2.72021C9.98556 2.72021 9.70239 3.00338 9.70239 3.35269C9.70239 3.70199 9.98556 3.98516 10.3349 3.98516Z" clip-rule="evenodd"/></svg>',IconLink:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M12.5 0C13.3284 0 14 0.671573 14 1.5V9.5C14 10.3284 13.3284 11 12.5 11H4.5C3.67157 11 3 10.3284 3 9.5V1.5C3 0.671573 3.67157 0 4.5 0H12.5ZM6.05806 7.05806L8.11613 4.99999L7.05808 3.94194C6.87933 3.76319 6.82586 3.49437 6.92259 3.26082C7.01933 3.02728 7.24723 2.875 7.50002 2.875H10.5C10.5875 2.875 10.6707 2.89296 10.7463 2.92538C10.8066 2.95124 10.8638 2.98704 10.9152 3.03279C10.934 3.04955 10.9518 3.06744 10.9685 3.08634C11.0106 3.13386 11.0441 3.18625 11.0692 3.24155C11.1051 3.32031 11.125 3.40783 11.125 3.5V6.5C11.125 6.75279 10.9727 6.98069 10.7392 7.07743C10.5056 7.17416 10.2368 7.12069 10.0581 6.94194L9.00001 5.88387L6.94194 7.94194C6.69786 8.18602 6.30214 8.18602 6.05806 7.94194C5.81398 7.69786 5.81398 7.30214 6.05806 7.05806ZM1.5 4.25C1.5 3.83579 1.16421 3.5 0.75 3.5C0.335786 3.5 0 3.83579 0 4.25V11.75C0 12.9926 1.00736 14 2.25 14H9.75C10.1642 14 10.5 13.6642 10.5 13.25C10.5 12.8358 10.1642 12.5 9.75 12.5H2.25C1.83579 12.5 1.5 12.1642 1.5 11.75V4.25Z" clip-rule="evenodd"/></svg>',IconLinkedin:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M3.31334 1.36381C3.31624 1.73602 3.17257 2.09441 2.9134 2.36157C2.65422 2.62872 2.30034 2.78317 1.92822 2.79156C1.55687 2.77793 1.20495 2.62217 0.945182 2.35645C0.685414 2.09073 0.537655 1.73538 0.53244 1.36381C0.548583 1.0018 0.701774 0.659474 0.96096 0.406224C1.22015 0.152974 1.56593 0.00775305 1.92822 0C2.28945 0.00789779 2.63402 0.153479 2.89148 0.40698C3.14894 0.66048 3.29985 1.00275 3.31334 1.36381ZM0.681607 5.3274C0.681607 4.50698 1.20369 4.63484 1.92822 4.63484C2.65275 4.63484 3.16418 4.50698 3.16418 5.3274V13.3185C3.16418 14.1496 2.64209 13.9791 1.92822 13.9791C1.21435 13.9791 0.681607 14.1496 0.681607 13.3185V5.3274Z"/><path d="M5.31647 5.32741C5.31647 4.86926 5.48694 4.69878 5.75331 4.64551C6.01968 4.59223 6.936 4.64551 7.25564 4.64551C7.57528 4.64551 7.70314 5.16759 7.69249 5.56182C7.96591 5.19486 8.32892 4.9042 8.7468 4.71765C9.16467 4.5311 9.62342 4.4549 10.0792 4.49634C10.5267 4.46898 10.975 4.53608 11.3949 4.69327C11.8148 4.85046 12.1969 5.09424 12.5165 5.40876C12.836 5.72328 13.0858 6.1015 13.2496 6.51887C13.4135 6.93623 13.4877 7.38339 13.4674 7.83129V13.2865C13.4674 14.1176 12.956 13.9471 12.2314 13.9471C11.5069 13.9471 10.9955 14.1176 10.9955 13.2865V9.02463C11.0142 8.80528 10.9855 8.58447 10.9114 8.3772C10.8372 8.16992 10.7193 7.98103 10.5657 7.82335C10.412 7.66568 10.2263 7.54291 10.021 7.46339C9.8157 7.38387 9.59571 7.34945 9.37595 7.36248C9.1572 7.35692 8.93978 7.3979 8.73806 7.48268C8.53635 7.56747 8.35494 7.69414 8.20586 7.85431C8.05677 8.01447 7.94341 8.20447 7.87328 8.41174C7.80314 8.61901 7.77784 8.83881 7.79904 9.05659V13.3185C7.79904 14.1496 7.27695 13.9791 6.55242 13.9791C5.8279 13.9791 5.31647 14.1496 5.31647 13.3185V5.32741Z"/></svg>',IconLocate:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M7 0a7 7 0 1 0 0 14A7 7 0 0 0 7 0zm2.62 4.38a.5.5 0 0 1 .12.512l-1.844 5.532a.5.5 0 0 1-.903.1L5.675 8.324 3.477 7.007a.5.5 0 0 1 .099-.903L9.108 4.26a.5.5 0 0 1 .512.12z" clip-rule="evenodd"/></svg>',IconLocation:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M7 13.5l-.4.3-.001-.002-.003-.003-.01-.014-.039-.052a50.534 50.534 0 0 1-.66-.92 51.781 51.781 0 0 1-1.562-2.362c-.568-.915-1.142-1.92-1.576-2.859C2.324 6.668 2 5.74 2 5a5 5 0 1 1 10 0c0 .74-.324 1.668-.75 2.588-.433.94-1.007 1.944-1.575 2.86a51.781 51.781 0 0 1-2.222 3.28l-.039.053-.01.014-.003.003v.001L7 13.5zm0 0l.4.3a.5.5 0 0 1-.8 0l.4-.3zM8.622 5a1.622 1.622 0 1 1-3.244 0 1.622 1.622 0 0 1 3.244 0z" clip-rule="evenodd"/></svg>',IconLocationTarget:'<?xml version="1.0" encoding="UTF-8"?><svg fill="#000D6E" id="uuid-0e0beace-aaac-4129-853a-7cabe2ba38fc" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" focusable="false" aria-hidden="true"><defs><clipPath id="uuid-77a99ed2-c8f3-4c8a-9ddb-d723b6286364"><rect width="24" height="24" style="fill:none"/></clipPath></defs><g style="clip-path:url(#uuid-77a99ed2-c8f3-4c8a-9ddb-d723b6286364)"><path d="m23.62,11.09c.24.24.38.56.38.9,0,.18-.02.35-.08.52-.06.16-.15.32-.27.44-.12.13-.26.23-.43.3-.16.07-.33.11-.51.11h-1.44c-.1,0-.2.04-.27.1-.08.06-.13.15-.16.25-.34,1.78-1.22,3.41-2.51,4.68-1.29,1.27-2.93,2.13-4.71,2.45-.1.02-.18.08-.25.16-.06.08-.1.17-.1.27v1.44c0,.34-.14.67-.38.91-.24.24-.57.38-.91.38s-.67-.14-.91-.38c-.24-.24-.38-.57-.38-.91v-1.44c0-.1-.04-.2-.1-.27-.06-.08-.15-.13-.25-.16-1.79-.33-3.44-1.19-4.73-2.48-1.29-1.29-2.16-2.94-2.48-4.73-.02-.1-.08-.18-.16-.25-.08-.06-.17-.1-.27-.1h-1.44c-.34,0-.67-.14-.91-.38-.24-.24-.38-.57-.38-.91s.14-.67.38-.91c.24-.24.57-.38.91-.38h1.44c.1,0,.2-.04.27-.1.08-.06.13-.15.16-.25.33-1.8,1.21-3.46,2.52-4.75,1.31-1.29,2.98-2.15,4.78-2.46.1-.02.18-.08.25-.16.06-.08.1-.17.1-.27v-1.44c0-.34.14-.67.38-.91.24-.24.57-.38.91-.38s.67.14.91.38c.24.24.38.57.38.91v1.44c0,.1.04.2.1.27.06.08.15.13.25.16,1.78.34,3.41,1.22,4.68,2.51,1.27,1.29,2.13,2.93,2.45,4.71.02.1.08.18.16.25.08.06.17.1.27.1h1.44c.34,0,.66.14.9.38Zm-15.19,6.25c1.06.71,2.3,1.08,3.57,1.08,1.7,0,3.34-.68,4.55-1.88,1.21-1.21,1.88-2.84,1.88-4.55,0-1.27-.38-2.51-1.08-3.57-.71-1.06-1.71-1.88-2.88-2.37-1.17-.49-2.47-.61-3.71-.37-1.25.25-2.39.86-3.29,1.76-.9.9-1.51,2.04-1.76,3.29-.25,1.25-.12,2.54.37,3.71.49,1.17,1.31,2.18,2.37,2.88Zm6.14-5.34c0,1.42-1.15,2.57-2.57,2.57s-2.57-1.15-2.57-2.57,1.15-2.57,2.57-2.57,2.57,1.15,2.57,2.57Z"/></g></svg>',IconLogout:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0 2.5A1.5 1.5 0 0 1 1.5 1h9A1.5 1.5 0 0 1 12 2.5v.646A2 2 0 0 0 9.266 4.75H5.75a2.25 2.25 0 1 0 0 4.5h3.516A2 2 0 0 0 12 10.854v.646a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 0 11.5v-9zm12 2.19l-.22-.22.22.22zM10.5 6H5.75a1 1 0 0 1 0 0h4.75z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M10.5 5a.75.75 0 0 1 1.28-.53l2 2a.75.75 0 0 1 0 1.06l-2 2A.75.75 0 0 1 10.5 9V8H5.75a1 1 0 1 1 0-2h4.75V5z" clip-rule="evenodd"/></svg>',IconMap:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><g id="map-fold--navigation-map-maps-gps-travel-fold"><path id="Subtract" fill-rule="evenodd" d="m8.875.865-3.75-.75v13.02l3.75.75V.865Zm1.25 12.994 3.496-.874A.5.5 0 0 0 14 12.5V.5a.5.5 0 0 0-.621-.485l-3.254.813V13.86ZM.379 1.015 3.875.14v13.03l-3.254.814A.5.5 0 0 1 0 13.5v-12a.5.5 0 0 1 .379-.485Z" clip-rule="evenodd"/></g></svg>',IconMenuBars:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0 2a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1zm0 5a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1zm1 4a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2H1z" clip-rule="evenodd"/></svg>',IconMenuDots:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><circle cx="7" cy="2" r="2"/><circle cx="7" cy="7" r="2"/><circle cx="7" cy="12" r="2"/></svg>',IconMessage:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0 2.75C0 1.92157 0.671573 1.25 1.5 1.25H12.5C13.3284 1.25 14 1.92157 14 2.75V3.09195L7.3834 7.5038C7.29008 7.5638 7.15462 7.60663 6.99999 7.60663C6.84537 7.60663 6.70991 7.5638 6.61659 7.5038L0 3.09196V2.75ZM0 4.59435V11.25C0 12.0784 0.671573 12.75 1.5 12.75H12.5C13.3284 12.75 14 12.0784 14 11.25V4.59434L8.0734 8.54611L8.06764 8.54995L8.06762 8.54992C7.75297 8.75473 7.37513 8.85663 6.99999 8.85663C6.62486 8.85663 6.24702 8.75473 5.93237 8.54992L5.92657 8.54614L5.92659 8.54611L0 4.59435Z" clip-rule="evenodd"/></svg>',IconMinus:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0 7C0 6.44772 0.447715 6 1 6H13C13.5523 6 14 6.44772 14 7C14 7.55228 13.5523 8 13 8H1C0.447715 8 0 7.55228 0 7Z" clip-rule="evenodd"/></svg>',IconMobile:'<svg fill="#000D6E" viewBox="0 0 11 14" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.66602 1.75C1.66602 1.61193 1.77795 1.5 1.91602 1.5H8.41602C8.55412 1.5 8.66602 1.61193 8.66602 1.75V12.25C8.66602 12.3881 8.55412 12.5 8.41602 12.5H1.96789C1.9629 12.4979 1.95713 12.4954 1.95065 12.4924C1.90453 12.4707 1.84539 12.4343 1.78931 12.3864C1.73271 12.3382 1.69598 12.2927 1.67678 12.26C1.67088 12.2499 1.66767 12.2429 1.66602 12.2388V1.75ZM1.91602 0C0.949516 0 0.166016 0.783502 0.166016 1.75V12.25C0.166016 12.8419 0.527276 13.2816 0.816016 13.5278C0.972146 13.6609 1.14411 13.7709 1.31384 13.8505C1.4682 13.9229 1.6838 14 1.91602 14H8.41602C9.38252 14 10.166 13.2165 10.166 12.25V1.75C10.166 0.783502 9.38252 0 8.41602 0H1.91602ZM4.66602 9.75C4.25181 9.75 3.91602 10.0858 3.91602 10.5C3.91602 10.9142 4.25181 11.25 4.66602 11.25H5.66602C6.08023 11.25 6.41602 10.9142 6.41602 10.5C6.41602 10.0858 6.08023 9.75 5.66602 9.75H4.66602Z"/></svg>',IconNavBack:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M3.69134 1.03807C3.87818 1.11547 4 1.29778 4 1.50001V3.50001H9C11.7614 3.50001 14 5.73859 14 8.50001C14 11.2614 11.7614 13.5 9 13.5H5C4.44771 13.5 4 13.0523 4 12.5C4 11.9477 4.44771 11.5 5 11.5H9C10.6569 11.5 12 10.1569 12 8.50001C12 6.84316 10.6569 5.50001 9 5.50001H4V7.50001C4 7.70225 3.87818 7.88456 3.69134 7.96195C3.5045 8.03935 3.28945 7.99657 3.14645 7.85357L0.146447 4.85357C-0.0488155 4.65831 -0.0488155 4.34172 0.146447 4.14646L3.14645 1.14646C3.28945 1.00346 3.5045 0.960684 3.69134 1.03807Z" clip-rule="evenodd"/></svg>',IconNavGoDown:'<svg fill="#000D6E" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M5,7.874a1.238,1.238,0,0,1-.879-.364L.206,3.393A.75.75,0,1,1,1.294,2.36L4.819,6.072a.249.249,0,0,0,.362,0L8.706,2.36A.75.75,0,1,1,9.794,3.393L5.9,7.5A1.269,1.269,0,0,1,5,7.874Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',IconNavGoLeft:'<svg fill="#000D6E" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.124,10a.749.749,0,0,1-.517-.206L2.5,5.9A1.257,1.257,0,0,1,2.49,4.116L6.607.206A.75.75,0,1,1,7.64,1.294L3.928,4.819a.249.249,0,0,0,0,.362L7.64,8.706A.75.75,0,0,1,7.124,10Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',IconNavGoRight:'<svg fill="#000D6E" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.5,4.1l-4.1-3.9A.75.75,0,1,0,2.36,1.294L6.072,4.819a.249.249,0,0,1,0,.362L2.36,8.706A.75.75,0,0,0,3.393,9.794L7.51,5.884A1.256,1.256,0,0,0,7.5,4.1Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',IconNavGoUp:'<svg fill="#000D6E" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M9.794,6.607,5.884,2.49A1.255,1.255,0,0,0,4.1,2.5l-3.9,4.1A.75.75,0,1,0,1.294,7.641L4.819,3.928a.249.249,0,0,1,.362,0L8.706,7.641A.75.75,0,1,0,9.794,6.607Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',IconPdf:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M1.062 1.5a1.5 1.5 0 0 1 1.5-1.5h5.924C9.11 0 9.71.25 10.152.692l.004.004 2.094 2.14c.44.442.688 1.04.688 1.664v8a1.5 1.5 0 0 1-1.5 1.5H2.562a1.5 1.5 0 0 1-1.5-1.5V1.501zm5.014 1.867c.08.338.11.789.108 1.275.689 1.1 1.816 2.47 2.757 3.33.435-.03.857-.02 1.19.07.196.053.465.16.647.407.215.292.202.628.099.896a.935.935 0 0 1-.632.584c-.274.074-.537.014-.728-.056-.317-.116-.656-.34-.985-.605a14.323 14.323 0 0 0-3.188.827c-.13.364-.289.704-.485.948-.122.152-.316.34-.597.409a.919.919 0 0 1-.819-.207c-.205-.172-.379-.44-.353-.785.022-.303.19-.53.328-.673.223-.231.551-.433.905-.607.331-1.182.568-2.904.606-4.2-.222-.385-.405-.76-.5-1.088a1.547 1.547 0 0 1-.065-.625.871.871 0 0 1 .475-.684.802.802 0 0 1 .513-.072c.198.039.342.146.438.252.17.186.245.43.286.604zm-.018 3.267A20.47 20.47 0 0 0 7.39 8.196a16.53 16.53 0 0 0-1.648.43c.133-.631.24-1.32.316-1.992z" clip-rule="evenodd"/></svg>',IconPicture:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M12.5 14a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 12.5 0h-11A1.5 1.5 0 0 0 0 1.5v11A1.5 1.5 0 0 0 1.5 14h11zM7.374 6.635a.783.783 0 0 1 .58-.265.783.783 0 0 1 .594.282l3.495 4.226a.5.5 0 0 1-.385.818h-7.32a.5.5 0 0 1-.388-.814l3.405-4.225a.5.5 0 0 1 .02-.022zM3.586 2.304a1.744 1.744 0 1 0 0 3.488 1.744 1.744 0 0 0 0-3.488z" clip-rule="evenodd"/></svg>',IconPinterest:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M3.50744 5.42879C3.50744 3.67177 4.93178 2.24743 6.6888 2.24743C8.44582 2.24743 9.87017 3.67177 9.87017 5.42879C9.87017 6.38391 9.5627 7.26731 9.07647 7.85688C8.61035 8.42206 7.99197 8.71677 7.22751 8.61812C6.91185 8.57738 6.64291 8.40315 6.41814 8.07329L7.14826 5.1883C7.27935 4.67031 6.96571 4.14413 6.44772 4.01304C5.92974 3.88195 5.40356 4.19559 5.27247 4.71358L4.44729 7.97417C4.4469 7.9757 4.44651 7.97723 4.44613 7.97875L3.2616 12.6593C3.13051 13.1773 3.44415 13.7035 3.96213 13.8346C4.48012 13.9657 5.0063 13.652 5.13739 13.134L5.8869 10.1724C6.20153 10.3534 6.56419 10.4835 6.97986 10.5371C8.48789 10.7317 9.73649 10.0977 10.5692 9.08799C11.3818 8.10266 11.8051 6.76502 11.8051 5.42879C11.8051 2.60314 9.51445 0.3125 6.6888 0.3125C3.86315 0.3125 1.57251 2.60314 1.57251 5.42879C1.57251 6.15465 1.72425 6.84762 1.99865 7.47567C2.21258 7.96529 2.78292 8.18879 3.27254 7.97486C3.76216 7.76094 3.98566 7.1906 3.77173 6.70098C3.60205 6.31263 3.50744 5.88304 3.50744 5.42879Z" clip-rule="evenodd"/></svg>',IconPlus:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M8 1C8 0.447715 7.55228 0 7 0C6.44772 0 6 0.447715 6 1V6H1C0.447715 6 0 6.44772 0 7C0 7.55228 0.447715 8 1 8H6V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V8H13C13.5523 8 14 7.55228 14 7C14 6.44772 13.5523 6 13 6H8V1Z" clip-rule="evenodd"/></svg>',IconPrint:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M10.7083 3.07372V0.384215C10.7083 0.282315 10.6525 0.184588 10.5531 0.112534C10.4538 0.0404796 10.319 0 10.1785 0H3.82145C3.68094 0 3.5462 0.0404796 3.44685 0.112534C3.3475 0.184588 3.29169 0.282315 3.29169 0.384215V3.07372H10.7083ZM3.8877 9.5V13C3.8877 13.1326 3.93454 13.2598 4.01792 13.3536C4.1013 13.4473 4.21439 13.5 4.33231 13.5H9.66765C9.78557 13.5 9.89866 13.4473 9.98204 13.3536C10.0654 13.2598 10.1123 13.1326 10.1123 13V9.5H3.8877ZM0.450532 4.80393C0.733887 4.53772 1.11189 4.39316 1.5 4.39316H12.5C12.8881 4.39316 13.2661 4.53772 13.5495 4.80393C13.8339 5.07114 14 5.44047 14 5.83267V10.0605C14 10.4527 13.8339 10.822 13.5495 11.0892C13.2661 11.3554 12.8881 11.5 12.5 11.5H11.3623V9.5C11.3623 8.80964 10.8026 8.25 10.1123 8.25H3.8877C3.19734 8.25 2.6377 8.80964 2.6377 9.5V11.5H1.5C1.11189 11.5 0.733887 11.3554 0.450532 11.0892C0.16612 10.822 0 10.4527 0 10.0605V5.83267C0 5.44047 0.16612 5.07114 0.450532 4.80393ZM9.31476 6.2478C9.31476 5.90262 9.59458 5.6228 9.93976 5.6228H11.5768C11.922 5.6228 12.2018 5.90263 12.2018 6.2478C12.2018 6.59298 11.922 6.8728 11.5768 6.8728H9.93976C9.59458 6.8728 9.31476 6.59298 9.31476 6.2478Z" clip-rule="evenodd"/></svg>',IconReadOnly:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M2.9327 3.49099C4.0559 2.68177 5.4556 2 7 2C8.54441 2 9.9441 2.68177 11.0673 3.49099C12.1946 4.30314 13.087 5.27496 13.6272 5.92789L13.6317 5.93342C13.873 6.23362 14 6.61404 14 7.00006C14 7.38607 13.873 7.7665 13.6317 8.0667L13.6272 8.07223C13.087 8.72515 12.1946 9.69698 11.0673 10.5091C9.9441 11.3183 8.54441 12.0001 7 12.0001C5.4556 12.0001 4.0559 11.3183 2.9327 10.5091C1.80544 9.69698 0.913028 8.72515 0.37279 8.07223L0.36828 8.0667C0.127025 7.7665 0 7.38607 0 7.00006C0 6.61404 0.127025 6.23362 0.36828 5.93342L0.37279 5.92789C0.913028 5.27496 1.80544 4.30314 2.9327 3.49099ZM7 9.25C8.24264 9.25 9.25 8.24264 9.25 7C9.25 5.75736 8.24264 4.75 7 4.75C5.75736 4.75 4.75 5.75736 4.75 7C4.75 8.24264 5.75736 9.25 7 9.25Z" clip-rule="evenodd"/></svg>',IconRefresh:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M.757 3.071l.537.322a6.75 6.75 0 0 1 11.844.794.75.75 0 1 1-1.364.626 5.25 5.25 0 0 0-9.194-.648l.677.406a.5.5 0 0 1-.136.914l-2 .5a.5.5 0 0 1-.606-.364l-.5-2a.5.5 0 0 1 .742-.55zm1.469 6.116a.75.75 0 0 0-1.364.626 6.751 6.751 0 0 0 11.844.794l.537.322a.5.5 0 0 0 .742-.55l-.5-2a.5.5 0 0 0-.606-.364l-2 .5a.5.5 0 0 0-.136.914l.677.406a5.25 5.25 0 0 1-9.194-.648z" clip-rule="evenodd"/></svg>',IconSearch:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6C10 8.20914 8.20914 10 6 10C3.79086 10 2 8.20914 2 6ZM6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12C7.29578 12 8.49562 11.5892 9.47642 10.8908L12.2929 13.7073C12.6834 14.0978 13.3166 14.0978 13.7071 13.7073C14.0976 13.3168 14.0976 12.6836 13.7071 12.2931L10.8907 9.47665C11.5892 8.49581 12 7.29588 12 6C12 2.68629 9.31371 0 6 0Z" clip-rule="evenodd"/></svg>',IconSend:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M11.821.098a1.62 1.62 0 0 1 2.077 2.076l-3.574 10.712a1.62 1.62 0 0 1-1.168 1.069 1.599 1.599 0 0 1-1.52-.434l-1.918-1.909-2.014 1.042a.5.5 0 0 1-.73-.457l.083-3.184 7.045-5.117a.625.625 0 1 0-.735-1.012L2.203 8.088l-1.73-1.73a1.6 1.6 0 0 1-.437-1.447 1.62 1.62 0 0 1 1.069-1.238h.003L11.82.097z" clip-rule="evenodd"/></svg>',IconSettings:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M5.55693 0.689231L5.09385 1.88462L3.50001 2.78923L2.22924 2.59538C2.01764 2.56666 1.80228 2.6015 1.61053 2.69546C1.41877 2.78942 1.25928 2.93826 1.15232 3.12308L0.721546 3.87692C0.611163 4.06468 0.560306 4.2815 0.575687 4.49876C0.591069 4.71602 0.671965 4.92351 0.8077 5.09385L1.61539 6.09538V7.90462L0.829238 8.90615C0.693503 9.07649 0.612607 9.28398 0.597226 9.50124C0.581845 9.7185 0.632702 9.93532 0.743085 10.1231L1.17385 10.8769C1.28082 11.0617 1.44031 11.2106 1.63207 11.3045C1.82382 11.3985 2.03918 11.4333 2.25078 11.4046L3.52155 11.2108L5.09385 12.1154L5.55693 13.3108C5.63503 13.5132 5.77243 13.6873 5.95114 13.8102C6.12985 13.9332 6.34153 13.9994 6.55847 14H7.46308C7.68002 13.9994 7.89171 13.9332 8.07042 13.8102C8.24913 13.6873 8.38653 13.5132 8.46462 13.3108L8.9277 12.1154L10.5 11.2108L11.7708 11.4046C11.9824 11.4333 12.1977 11.3985 12.3895 11.3045C12.5812 11.2106 12.7407 11.0617 12.8477 10.8769L13.2785 10.1231C13.3889 9.93532 13.4397 9.7185 13.4243 9.50124C13.4089 9.28398 13.3281 9.07649 13.1923 8.90615L12.3846 7.90462V6.09538L13.1708 5.09385C13.3065 4.92351 13.3874 4.71602 13.4028 4.49876C13.4182 4.2815 13.3673 4.06468 13.2569 3.87692L12.8262 3.12308C12.7192 2.93826 12.5597 2.78942 12.368 2.69546C12.1762 2.6015 11.9608 2.56666 11.7492 2.59538L10.4785 2.78923L8.90616 1.88462L8.44309 0.689231C8.36499 0.486838 8.22759 0.31275 8.04888 0.189767C7.87017 0.0667842 7.65848 0.00064083 7.44155 0H6.55847C6.34153 0.00064083 6.12985 0.0667842 5.95114 0.189767C5.77243 0.31275 5.63503 0.486838 5.55693 0.689231ZM7.00002 9.25C8.24266 9.25 9.25002 8.24264 9.25002 7C9.25002 5.75736 8.24266 4.75 7.00002 4.75C5.75737 4.75 4.75002 5.75736 4.75002 7C4.75002 8.24264 5.75737 9.25 7.00002 9.25Z" clip-rule="evenodd"/></svg>',IconShare:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M11.25 5.5a2.75 2.75 0 1 0-2.747-2.62l-4 2a2.75 2.75 0 1 0 0 4.239l4 2a2.75 2.75 0 1 0 .816-1.828L5.475 7.37a2.776 2.776 0 0 0 0-.74L9.32 4.708c.497.49 1.179.792 1.931.792z" clip-rule="evenodd"/></svg>',IconShareLink:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M8.635.154a2 2 0 0 1 2.19.438l2.588 2.618a2 2 0 0 1-.003 2.834l-2.299 2.299a1 1 0 1 1-1.414-1.414l2.3-2.3.003-.003-.007-.007L9.404 2l-.003.003-2.33 2.33a1 1 0 0 1-1.414-1.414L7.986.589a2 2 0 0 1 .65-.435zM4.333 5.627a1 1 0 0 1 0 1.414l-2.33 2.33L2 9.374l.003.003 2.62 2.62.003.003.003-.003 2.33-2.33a1 1 0 0 1 1.414 1.414l-2.329 2.33a2 2 0 0 1-2.837-.001L.59 10.793a2 2 0 0 1 0-2.837l2.329-2.329a1 1 0 0 1 1.414 0zm4.874.58a1 1 0 0 0-1.414-1.414l-3 3a1 1 0 0 0 1.414 1.414l3-3z" clip-rule="evenodd"/></svg>',IconStarFull:'<svg fill="#000D6E" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M13.6161 6.33726C13.7773 6.20586 13.8959 6.02534 13.956 5.82032C14.0161 5.61529 14.0146 5.39576 13.9518 5.19165C13.8889 4.98755 13.7678 4.80882 13.605 4.67984C13.4421 4.55086 13.2454 4.47792 13.0417 4.47096L9.62466 3.9288C9.58511 3.92394 9.54759 3.90776 9.51616 3.88203C9.48473 3.85629 9.4606 3.82198 9.44638 3.78283L7.93101 0.561124C7.83574 0.390289 7.69971 0.248634 7.5364 0.150208C7.37309 0.0517807 7.18818 0 7 0C6.81182 0 6.62691 0.0517807 6.4636 0.150208C6.30029 0.248634 6.16425 0.390289 6.06899 0.561124L4.5239 3.84539C4.50354 3.88185 4.47636 3.91358 4.44402 3.93867C4.41167 3.96376 4.37483 3.98168 4.33572 3.99135L0.958321 4.47096C0.754615 4.47792 0.557909 4.55086 0.395035 4.67984C0.232161 4.80882 0.111052 4.98755 0.0482274 5.19165C-0.0145968 5.39576 -0.0160762 5.61529 0.043991 5.82032C0.104058 6.02534 0.222747 6.20586 0.383866 6.33726L2.84016 8.89168C2.86989 8.92009 2.89197 8.95627 2.90414 8.99655C2.91632 9.03683 2.91816 9.07979 2.90949 9.12106L2.33503 12.6764C2.28046 12.8817 2.28697 13.0996 2.35369 13.3009C2.42041 13.5022 2.54412 13.6771 2.70817 13.802C2.87221 13.927 3.0687 13.996 3.27116 13.9998C3.47362 14.0036 3.67232 13.942 3.8405 13.8233L6.91086 12.1864C6.98398 12.1556 7.06554 12.1556 7.13866 12.1864L10.1595 13.865C10.3289 13.9651 10.5224 14.0105 10.7162 13.9957C10.9099 13.9809 11.0952 13.9064 11.249 13.7816C11.4062 13.6683 11.5291 13.5097 11.6029 13.3248C11.6767 13.1399 11.6982 12.9365 11.665 12.739L11.1004 9.0585C11.0944 9.01723 11.0975 8.97506 11.1096 8.93527C11.1216 8.89548 11.1422 8.85916 11.1697 8.82913L13.6161 6.33726Z"/></svg>',IconStarHalf:'<svg fill="#000D6E" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7 0C6.81182 0 6.62691 0.0517807 6.4636 0.150208C6.30029 0.248635 6.16425 0.390289 6.06899 0.561124L4.5239 3.84539C4.50354 3.88185 4.47636 3.91358 4.44402 3.93867C4.41167 3.96376 4.37483 3.98168 4.33572 3.99135L0.958321 4.47096C0.754615 4.47792 0.557909 4.55086 0.395035 4.67984C0.232161 4.80882 0.111052 4.98755 0.0482274 5.19165C-0.0145968 5.39576 -0.0160762 5.61529 0.043991 5.82031C0.104058 6.02534 0.222747 6.20586 0.383866 6.33726L2.84015 8.89168C2.86989 8.92009 2.89196 8.95627 2.90414 8.99655C2.91632 9.03683 2.91816 9.07979 2.90949 9.12106L2.33503 12.6764C2.28046 12.8817 2.28697 13.0996 2.35369 13.3009C2.42041 13.5022 2.54412 13.6771 2.70817 13.802C2.87221 13.927 3.0687 13.996 3.27116 13.9998C3.47362 14.0036 3.67232 13.942 3.8405 13.8233L6.91086 12.1864C6.93961 12.1743 6.96967 12.1669 7 12.1644V0Z"/></svg>',IconStarShape:'<svg fill="#000D6E" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M3.71734 13.9772C3.46916 13.9767 3.2241 13.9197 2.9994 13.8102C2.7747 13.7007 2.57582 13.5414 2.41675 13.3434C2.25768 13.1454 2.14229 12.9136 2.07868 12.6643C2.01508 12.415 2.00482 12.1543 2.04862 11.9004L2.50827 9.15906C2.51228 9.11803 2.50814 9.07658 2.49611 9.03729C2.48408 8.99799 2.46441 8.96168 2.43832 8.93061L0.509796 6.9888C0.284009 6.76117 0.124315 6.47218 0.0489223 6.1548C-0.0264703 5.83741 -0.0145276 5.5044 0.0833887 5.19372C0.181305 4.88305 0.361254 4.60722 0.60272 4.39768C0.844186 4.18814 1.13745 4.05332 1.44908 4.0086L4.08706 3.60363C4.12655 3.59778 4.16422 3.58257 4.19715 3.55916C4.23007 3.53575 4.25736 3.50477 4.27691 3.46864L5.48599 0.934945C5.62991 0.649566 5.84707 0.411181 6.1134 0.246222C6.37973 0.0812625 6.68481 -0.00382715 6.99483 0.000386928C7.30658 -0.00649818 7.61381 0.0786268 7.88088 0.245883C8.14795 0.41314 8.3639 0.65567 8.50368 0.945329L9.69277 3.43748C9.70935 3.47393 9.73453 3.50542 9.76598 3.52903C9.79743 3.55263 9.83412 3.56758 9.87263 3.57248L12.5506 3.99822C12.8635 4.04305 13.1578 4.17869 13.3998 4.38956C13.6419 4.60043 13.8217 4.87797 13.9188 5.1903C14.0158 5.50263 14.0261 5.83708 13.9485 6.15522C13.8708 6.47336 13.7084 6.76229 13.4799 6.9888L11.5613 8.92022C11.5352 8.9513 11.5156 8.98761 11.5035 9.0269C11.4915 9.0662 11.4874 9.10765 11.4914 9.14867L11.991 11.9316C12.0484 12.2602 12.0144 12.5991 11.8929 12.9083C11.7715 13.2176 11.5676 13.4844 11.3053 13.6774C11.0429 13.8704 10.7331 13.9816 10.412 13.9979C10.091 14.0142 9.77213 13.935 9.49292 13.7695L7.12473 12.4819C7.08879 12.4643 7.04955 12.4552 7.00982 12.4552C6.97009 12.4552 6.93085 12.4643 6.89491 12.4819L4.49674 13.7695C4.25655 13.9023 3.98935 13.9735 3.71734 13.9772ZM6.99483 1.55798C6.96299 1.5551 6.93094 1.56019 6.90138 1.57284C6.87182 1.58549 6.84562 1.60532 6.82496 1.63067L5.37607 4.63164C5.3234 4.74474 5.24485 4.84269 5.14729 4.91691C5.04974 4.99114 4.93616 5.03937 4.8165 5.05738L1.65892 5.53505C1.62395 5.5398 1.5911 5.55513 1.56445 5.57913C1.5378 5.60313 1.51853 5.63475 1.50903 5.67004C1.49668 5.70425 1.49486 5.74161 1.50381 5.77695C1.51276 5.81229 1.53204 5.84387 1.55899 5.86733L3.85723 8.2245C3.94483 8.31119 4.00998 8.41944 4.04666 8.53923C4.08334 8.65902 4.09036 8.78648 4.06707 8.90984L3.52749 12.1808C3.52189 12.2167 3.52647 12.2534 3.54067 12.2866C3.55487 12.3198 3.57806 12.348 3.60742 12.3677C3.63547 12.3873 3.66853 12.3978 3.70235 12.3978C3.73618 12.3978 3.76923 12.3873 3.79728 12.3677L6.66508 10.8205C6.77288 10.7614 6.89293 10.7305 7.01482 10.7305C7.1367 10.7305 7.25675 10.7614 7.36455 10.8205L10.1924 12.3885C10.3123 12.3885 10.3523 12.3885 10.3822 12.3885C10.4116 12.3688 10.4348 12.3406 10.449 12.3074C10.4632 12.2742 10.4678 12.2374 10.4622 12.2016L9.93258 8.87869C9.91281 8.75535 9.92153 8.62889 9.95801 8.50973C9.99449 8.39058 10.0577 8.28214 10.1424 8.19335L12.4307 5.87772C12.4576 5.85425 12.4769 5.82267 12.4859 5.78733C12.4948 5.75199 12.493 5.71464 12.4806 5.68042C12.4711 5.64513 12.4519 5.61352 12.4252 5.58952C12.3986 5.56552 12.3657 5.55018 12.3307 5.54543L9.13319 5.047C9.01409 5.02731 8.90122 4.97842 8.80391 4.90438C8.7066 4.83035 8.62766 4.7333 8.57362 4.62126L7.1647 1.63067C7.14404 1.60532 7.11784 1.58549 7.08828 1.57284C7.05872 1.56019 7.02668 1.5551 6.99483 1.55798Z"/></svg>',IconTiktok:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M9.42188 1.14062C9.42188 0.58834 8.97416 0.140625 8.42188 0.140625C7.86959 0.140625 7.42188 0.58834 7.42188 1.14062V9.7207C7.42188 10.7659 6.57454 11.6133 5.5293 11.6133C4.48406 11.6133 3.63672 10.7659 3.63672 9.7207C3.63672 8.67546 4.48405 7.82812 5.5293 7.82812C6.08158 7.82812 6.5293 7.38041 6.5293 6.82812C6.5293 6.27584 6.08158 5.82812 5.5293 5.82812C3.37949 5.82812 1.63672 7.57089 1.63672 9.7207C1.63672 11.8705 3.37949 13.6133 5.5293 13.6133C7.67911 13.6133 9.42188 11.8705 9.42188 9.7207V5.28256C10.3246 6.00023 11.4674 6.42898 12.7102 6.42898C13.2625 6.42898 13.7102 5.98126 13.7102 5.42898C13.7102 4.8767 13.2625 4.42898 12.7102 4.42898C10.8941 4.42898 9.42188 2.95673 9.42188 1.14062Z"/></svg>',IconTrash:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M5.76256 2.01256C6.09075 1.68437 6.53587 1.5 7 1.5C7.46413 1.5 7.90925 1.68437 8.23744 2.01256C8.4448 2.21993 8.59475 2.47397 8.67705 2.75H5.32295C5.40525 2.47397 5.5552 2.21993 5.76256 2.01256ZM3.78868 2.75C3.89405 2.07321 4.21153 1.44227 4.7019 0.951903C5.3114 0.34241 6.13805 0 7 0C7.86195 0 8.6886 0.34241 9.2981 0.951903C9.78847 1.44227 10.106 2.07321 10.2113 2.75H13C13.4142 2.75 13.75 3.08579 13.75 3.5C13.75 3.91422 13.4142 4.25 13 4.25H12V12.5C12 12.8978 11.842 13.2794 11.5607 13.5607C11.2794 13.842 10.8978 14 10.5 14H3.5C3.10217 14 2.72064 13.842 2.43934 13.5607C2.15804 13.2794 2 12.8978 2 12.5V4.25H1C0.585786 4.25 0.25 3.91422 0.25 3.5C0.25 3.08579 0.585786 2.75 1 2.75H3.78868ZM5 5.87646C5.34518 5.87646 5.625 6.15629 5.625 6.50146V10.503C5.625 10.8481 5.34518 11.128 5 11.128C4.65482 11.128 4.375 10.8481 4.375 10.503V6.50146C4.375 6.15629 4.65482 5.87646 5 5.87646ZM9.625 6.50146C9.625 6.15629 9.34518 5.87646 9 5.87646C8.65482 5.87646 8.375 6.15629 8.375 6.50146V10.503C8.375 10.8481 8.65482 11.128 9 11.128C9.34518 11.128 9.625 10.8481 9.625 10.503V6.50146Z" clip-rule="evenodd"/></svg>',IconTriangle:'<svg viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_278_2)"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.00003 0.00585938C6.72396 0.00585938 6.45324 0.0820473 6.21769 0.226033C5.98215 0.370019 5.7909 0.576216 5.66503 0.821919L5.66281 0.826292L0.163513 11.8249C0.0487238 12.053 -0.0063228 12.3075 0.00436625 12.5627C0.0150678 12.8182 0.0908985 13.0667 0.224657 13.2846C0.358416 13.5025 0.545662 13.6826 0.768612 13.8078C0.991563 13.933 1.24282 13.9991 1.49851 13.9999H1.50003H12.5H12.5015C12.7572 13.9991 13.0085 13.933 13.2314 13.8078C13.4544 13.6826 13.6416 13.5025 13.7754 13.2846C13.9092 13.0667 13.985 12.8182 13.9957 12.5627C14.0064 12.3075 13.9517 12.0537 13.8369 11.8256L8.33724 0.826292L8.33503 0.821919C8.20915 0.576216 8.01791 0.370019 7.78236 0.226033C7.54681 0.0820473 7.2761 0.00585938 7.00003 0.00585938Z" fill="#000D6E"/></g><defs><clipPath id="clip0_278_2"><rect width="14" height="14" fill="white"/></clipPath></defs></svg>',IconTwitter:'<svg fill="#000D6E" viewBox="0 0 14 15" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.3608 1.15369C13.4169 1.2059 13.4622 1.26865 13.494 1.33837C13.5259 1.40808 13.5436 1.48339 13.5464 1.55999C13.5491 1.63659 13.5367 1.71297 13.5098 1.78477C13.483 1.85656 13.4423 1.92236 13.39 1.97841L8.64428 7.06727L13.8824 14.0198C13.9477 14.1064 13.9876 14.2095 13.9975 14.3176C14.0075 14.4256 13.9871 14.5343 13.9386 14.6313C13.8902 14.7284 13.8156 14.81 13.7233 14.8671C13.631 14.9241 13.5246 14.9542 13.4161 14.9541H10.2207C10.1303 14.9542 10.0412 14.9333 9.96026 14.893C9.87935 14.8528 9.8089 14.7943 9.75447 14.7222L6.06784 9.8299L1.46336 14.7684C1.41113 14.8245 1.34837 14.8696 1.27867 14.9014C1.20897 14.9332 1.13369 14.9509 1.05714 14.9536C0.980585 14.9563 0.904251 14.9439 0.832496 14.9171C0.760741 14.8903 0.69497 14.8496 0.63894 14.7973C0.582909 14.7451 0.537715 14.6823 0.505938 14.6126C0.474162 14.5429 0.456425 14.4677 0.45374 14.3911C0.451056 14.3146 0.463476 14.2382 0.490292 14.1665C0.517108 14.0947 0.557794 14.029 0.610028 13.9729L5.35572 8.88407L0.117626 1.93154C0.0523114 1.84497 0.0124314 1.74191 0.00246702 1.63393C-0.00749732 1.52595 0.0128489 1.41733 0.0612194 1.32027C0.10959 1.22322 0.184068 1.14157 0.276285 1.08451C0.368503 1.02746 0.474805 0.997244 0.583248 0.997273H3.7793C3.86956 0.997249 3.9586 1.01818 4.0394 1.05842C4.1202 1.09866 4.19055 1.15711 4.24492 1.22917L7.93155 6.12144L12.5354 1.18291C12.5876 1.12679 12.6504 1.08151 12.7201 1.04966C12.7898 1.01782 12.8651 1.00003 12.9417 0.997314C13.0183 0.9946 13.0947 1.00702 13.1665 1.03385C13.2383 1.06068 13.3047 1.10141 13.3608 1.15369ZM7.44036 7.40872C7.42386 7.38964 7.40861 7.36951 7.39471 7.34846L3.48836 2.16343H1.75308L10.511 13.7885H12.2463L7.43975 7.40933L7.44036 7.40872Z"/></svg>',IconUpload:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M8.99999 4C9.2883 4 9.55108 3.83474 9.67597 3.57489C9.80086 3.31504 9.76575 3.00661 9.58564 2.78148L7.58564 0.281479C7.44331 0.103567 7.22783 0 6.99999 0C6.77215 0 6.55667 0.103567 6.41434 0.281479L4.41434 2.78148C4.23424 3.00661 4.19912 3.31504 4.32401 3.57489C4.4489 3.83474 4.71169 4 4.99999 4H6L6 9.5C6 10.0523 6.44772 10.5 7 10.5C7.55228 10.5 8 10.0523 8 9.5L8 4H8.99999ZM3 12V5.99998C3.55228 5.99998 4 5.55227 4 4.99998C4 4.4477 3.55228 3.99998 3 3.99998H2.5C2.10217 3.99998 1.72064 4.15802 1.43934 4.43932C1.15804 4.72062 1 5.10216 1 5.49998V12.5C1 12.8979 1.15804 13.2794 1.43934 13.5607C1.72065 13.842 2.10218 14 2.5 14L11.5 14.0001C11.8978 14.0001 12.2794 13.842 12.5607 13.5607C12.842 13.2794 13 12.8979 13 12.5001V5.5C13 5.10218 12.842 4.72065 12.5607 4.43934C12.2794 4.15804 11.8978 4 11.5 4H11C10.4477 4 10 4.44772 10 5C10 5.55228 10.4477 6 11 6V12.0001L3 12Z" clip-rule="evenodd"/></svg>',IconUserCheck:'<svg fill="#000D6E" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 6C6.65685 6 8 4.65685 8 3C8 1.34315 6.65685 0 5 0C3.34315 0 2 1.34315 2 3C2 4.65685 3.34315 6 5 6ZM13.6996 7.14974C14.0311 7.39807 14.0986 7.86813 13.8502 8.19965L9.73022 13.6996C9.61097 13.8588 9.43335 13.9642 9.23646 13.9924C9.03956 14.0206 8.83951 13.9695 8.68031 13.8503L5.93031 11.7903C5.59879 11.5419 5.53136 11.0719 5.7797 10.7403C6.02803 10.4088 6.49809 10.3414 6.82961 10.5897L8.97935 12.2001L12.6497 7.30035C12.898 6.96883 13.3681 6.9014 13.6996 7.14974ZM5 6.99998C6.88475 6.99998 8.52593 8.0428 9.37803 9.58294L8.72834 10.4502L7.57904 9.5893C6.695 8.92708 5.4415 9.10689 4.77927 9.99093C4.2044 10.7584 4.26407 11.8042 4.86814 12.5H0.5C0.223858 12.5 0 12.2761 0 12C0 9.23855 2.23858 6.99998 5 6.99998Z"/></svg>',IconVideo:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0 4C0 2.61929 1.11929 1.5 2.5 1.5H11.5C12.8807 1.5 14 2.61929 14 4V10C14 11.3807 12.8807 12.5 11.5 12.5H2.5C1.11929 12.5 0 11.3807 0 10V4ZM5.30998 5.11998V9.31998C5.30935 9.3905 5.32737 9.45993 5.36222 9.52124C5.39707 9.58255 5.4475 9.63356 5.50842 9.66909C5.56933 9.70462 5.63856 9.72342 5.70908 9.72358C5.7796 9.72374 5.84891 9.70524 5.90998 9.66998L9.50998 7.56998C9.57013 7.53469 9.62001 7.48428 9.65467 7.42377C9.68933 7.36325 9.70756 7.29472 9.70756 7.22498C9.70756 7.15524 9.68933 7.08671 9.65467 7.0262C9.62001 6.96568 9.57013 6.91527 9.50998 6.87998L5.90998 4.77998C5.85023 4.74175 5.78117 4.72055 5.71026 4.71865C5.63935 4.71675 5.56926 4.73422 5.50754 4.7692C5.44582 4.80417 5.39481 4.85532 5.36 4.91713C5.32519 4.97894 5.3079 5.04907 5.30998 5.11998Z" clip-rule="evenodd"/></svg>',IconWeb:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M5.04883 0.275541C2.32493 1.06453 0.285118 3.46373 0.0275269 6.375H3.22773C3.41606 4.22626 4.03911 2.14922 5.04883 0.275541ZM3.22773 7.625H0.0275269C0.285118 10.5363 2.32493 12.9355 5.04883 13.7245C4.0391 11.8508 3.41606 9.77374 3.22773 7.625ZM6.6522 13.9915C5.44618 12.0855 4.69968 9.90183 4.48294 7.625H9.51704C9.30031 9.90183 8.5538 12.0855 7.34777 13.9915C7.23256 13.9971 7.11661 14 7.00001 14C6.88338 14 6.76743 13.9971 6.6522 13.9915ZM8.95115 13.7245C11.6751 12.9355 13.7149 10.5363 13.9725 7.625H10.7722C10.5839 9.77375 9.96087 11.8508 8.95115 13.7245ZM10.7722 6.375H13.9725C13.7149 3.46372 11.6751 1.06451 8.95114 0.275533C9.96087 2.14921 10.5839 4.22625 10.7722 6.375ZM6.65221 0.00848953C6.76743 0.00285182 6.88339 0 7.00001 0C7.11661 0 7.23256 0.0028513 7.34777 0.008488C8.5538 1.91446 9.3003 4.09817 9.51704 6.375H4.48294C4.69968 4.09817 5.44618 1.91446 6.65221 0.00848953Z" clip-rule="evenodd"/></svg>',IconWhatsApp:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" focusable="false" aria-hidden="true"><g id="whatsapp"><path id="Subtract" fill-rule="evenodd" d="M8.000205714285714 0.43359428571428565C12.12982857142857 0.4312468571428571 15.573828571428571 3.881382857142857 15.573828571428571 8.00294857142857c0 4.126651428571428 -3.4437714285714285 7.5664228571428565 -7.573828571428572 7.56368 -1.07592 -0.0006857142857142856 -2.153257142857143 -0.22742857142857142 -3.146468571428571 -0.6813714285714285l-3.7494045714285713 0.6779428571428571c-0.20238285714285711 0.03657142857142857 -0.4088182857142857 -0.0384 -0.5405359999999999 -0.19634285714285715 -0.13171771428571427 -0.15794285714285713 -0.16839428571428572 -0.3745142857142857 -0.09603542857142856 -0.5669714285714286l1.0730959999999998 -2.8550857142857144C0.8182114285714285 10.759634285714286 0.4332045714285714 9.38958857142857 0.43319771428571424 8.00294857142857 0.4331782857142857 3.8793599999999997 3.873005714285714 0.4349702857142857 8.000045714285713 0.43359428571428565h0.00015999999999999999ZM11.799885714285713 11.218137142857143c-0.84264 0.68152 -2.14616 1.3691771428571426 -3.3925942857142855 0.5690628571428571 -1.6349371428571426 -1.0495085714285715 -3.0817142857142854 -2.42984 -4.13136 -4.064685714285714 -0.6153485714285714 -0.9584342857142857 -0.036251428571428566 -2.4923314285714286 0.8300914285714286 -3.427005714285714 0.34587428571428575 -0.3731657142857142 0.9146514285714286 -0.31416 1.2904114285714285 0.02888l0.7910742857142856 0.7222057142857142c0.24060571428571426 0.21965714285714286 0.24906285714285714 0.6014399999999999 0.09906285714285713 0.8906399999999999 -0.23652571428571428 0.4560114285714285 -0.3756342857142857 1.0674285714285714 -0.08316571428571429 1.5230514285714285 0.36744 0.5724 0.8208799999999999 1.1353485714285714 1.901222857142857 1.4641485714285714 0.32681142857142853 0.09946285714285713 0.74696 0.05657142857142857 1.1029371428571428 -0.08764571428571427 0.2989942857142857 -0.12113142857142857 0.6770628571428571 -0.11972571428571428 0.8979314285714285 0.11539428571428571l0.7353028571428571 0.7827999999999999c0.40559999999999996 0.4317371428571428 0.4195428571428571 1.1106399999999998 -0.04091428571428571 1.4831542857142856Z" clip-rule="evenodd" stroke-width="1.1428571428571428"/></g></svg>',IconX:'<svg fill="#000D6E" viewBox="0 0 14 15" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.3608 1.15369C13.4169 1.2059 13.4622 1.26865 13.494 1.33837C13.5259 1.40808 13.5436 1.48339 13.5464 1.55999C13.5491 1.63659 13.5367 1.71297 13.5098 1.78477C13.483 1.85656 13.4423 1.92236 13.39 1.97841L8.64428 7.06727L13.8824 14.0198C13.9477 14.1064 13.9876 14.2095 13.9975 14.3176C14.0075 14.4256 13.9871 14.5343 13.9386 14.6313C13.8902 14.7284 13.8156 14.81 13.7233 14.8671C13.631 14.9241 13.5246 14.9542 13.4161 14.9541H10.2207C10.1303 14.9542 10.0412 14.9333 9.96026 14.893C9.87935 14.8528 9.8089 14.7943 9.75447 14.7222L6.06784 9.8299L1.46336 14.7684C1.41113 14.8245 1.34837 14.8696 1.27867 14.9014C1.20897 14.9332 1.13369 14.9509 1.05714 14.9536C0.980585 14.9563 0.904251 14.9439 0.832496 14.9171C0.760741 14.8903 0.69497 14.8496 0.63894 14.7973C0.582909 14.7451 0.537715 14.6823 0.505938 14.6126C0.474162 14.5429 0.456425 14.4677 0.45374 14.3911C0.451056 14.3146 0.463476 14.2382 0.490292 14.1665C0.517108 14.0947 0.557794 14.029 0.610028 13.9729L5.35572 8.88407L0.117626 1.93154C0.0523114 1.84497 0.0124314 1.74191 0.00246702 1.63393C-0.00749732 1.52595 0.0128489 1.41733 0.0612194 1.32027C0.10959 1.22322 0.184068 1.14157 0.276285 1.08451C0.368503 1.02746 0.474805 0.997244 0.583248 0.997273H3.7793C3.86956 0.997249 3.9586 1.01818 4.0394 1.05842C4.1202 1.09866 4.19055 1.15711 4.24492 1.22917L7.93155 6.12144L12.5354 1.18291C12.5876 1.12679 12.6504 1.08151 12.7201 1.04966C12.7898 1.01782 12.8651 1.00003 12.9417 0.997314C13.0183 0.9946 13.0947 1.00702 13.1665 1.03385C13.2383 1.06068 13.3047 1.10141 13.3608 1.15369ZM7.44036 7.40872C7.42386 7.38964 7.40861 7.36951 7.39471 7.34846L3.48836 2.16343H1.75308L10.511 13.7885H12.2463L7.43975 7.40933L7.44036 7.40872Z"/></svg>',IconXing:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M13.0056 0C13.385 0 13.6262 0.406033 13.4447 0.739215L9.3722 8.21397C9.28942 8.3659 9.29108 8.54984 9.37658 8.70026L11.9644 13.2529C12.1539 13.5862 11.9131 14 11.5297 14H8.88832C8.70848 14 8.5425 13.9034 8.45363 13.7471L5.58749 8.70478C5.50059 8.55191 5.50038 8.36464 5.58694 8.21157L10.0872 0.253872C10.1759 0.0969935 10.3422 0 10.5224 0H13.0056ZM5.60519 5.58358C5.68784 5.73855 5.68312 5.92552 5.59276 6.07613L3.43406 9.67396C3.3437 9.82456 3.18095 9.91671 3.00532 9.91671H0.500779C0.111209 9.91671 -0.128712 9.49091 0.0730986 9.15769L1.97318 6.02035C2.06519 5.86842 2.0697 5.67908 1.98502 5.52295L0.655558 3.07176C0.474862 2.7386 0.716068 2.33337 1.09507 2.33337H3.57175C3.7564 2.33337 3.92603 2.43515 4.01292 2.59808L5.60519 5.58358Z"/></svg>',IconYoutube:'<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0 4C0 2.61929 1.11929 1.5 2.5 1.5H11.5C12.8807 1.5 14 2.61929 14 4V10C14 11.3807 12.8807 12.5 11.5 12.5H2.5C1.11929 12.5 0 11.3807 0 10V4ZM5.30998 5.11998V9.31998C5.30935 9.3905 5.32737 9.45993 5.36222 9.52124C5.39707 9.58255 5.4475 9.63356 5.50842 9.66909C5.56933 9.70462 5.63856 9.72342 5.70908 9.72358C5.7796 9.72374 5.84891 9.70524 5.90998 9.66998L9.50998 7.56998C9.57013 7.53469 9.62001 7.48428 9.65467 7.42377C9.68933 7.36325 9.70756 7.29472 9.70756 7.22498C9.70756 7.15524 9.68933 7.08671 9.65467 7.0262C9.62001 6.96568 9.57013 6.91527 9.50998 6.87998L5.90998 4.77998C5.85023 4.74175 5.78117 4.72055 5.71026 4.71865C5.63935 4.71675 5.56926 4.73422 5.50754 4.7692C5.44582 4.80417 5.39481 4.85532 5.36 4.91713C5.32519 4.97894 5.3079 5.04907 5.30998 5.11998Z" clip-rule="evenodd"/></svg>'}),fallbackLanguage:"de",logger:{components:[],event:!1,lifecycle:!1,render:!1,custom:!1},animated:!0,httpFormSubmit:!0,legalLinks:{CH:{de:[{href:"https://www.baloise.ch/de/ueber-uns/informationen/impressum.html",label:"Impressum"},{href:"https://www.baloise.ch/de/ueber-uns/informationen/rechtliche-hinweise.html",label:"Rechtliche Hinweise"},{href:"https://www.baloise.ch/de/ueber-uns/informationen/datenschutz.html",label:"Datenschutz"},{href:"https://www.baloise.ch/de/ueber-uns/informationen/cookie-policy.html",label:"Cookie Policy"},{href:"https://www.baloise.ch/de/ueber-uns/informationen/barrierefreiheitserklaerung.html",label:"Erklärung zur Barrierefreiheit"},{href:"https://www.helvetia-baloise.com",label:"Helvetia Baloise Gruppe"}],en:[{href:"https://www.baloise.ch/en/about-us/information/site-notice.html",label:"Site notice"},{href:"https://www.baloise.ch/en/about-us/information/legal-notice.html",label:"Legal notice"},{href:"https://www.baloise.ch/en/about-us/information/privacy-policy.html",label:"Privacy policy"},{href:"https://www.baloise.ch/en/about-us/information/cookie-policy.html",label:"Cookie policy"},{href:"https://www.baloise.ch/en/about-us/information/accessibility-statement.html",label:"Accessibility Statement"},{href:"https://www.helvetia-baloise.com",label:"Helvetia Baloise Group"}],fr:[{href:"https://www.baloise.ch/fr/notre-societe/informations/impressum.html",label:"Impressum"},{href:"https://www.baloise.ch/fr/notre-societe/informations/informations-juridiques-generales.html",label:"Informations juridiques"},{href:"https://www.baloise.ch/fr/notre-societe/informations/protection-des-donnees.html",label:"Protection des données"},{href:"https://www.baloise.ch/fr/notre-societe/informations/cookie-policy.html",label:"Cookie Policy"},{href:"https://www.baloise.ch/fr/notre-societe/informations/declaration-d-accessibilite.html",label:"Déclaration d'accessibilité"},{href:"https://www.helvetia-baloise.com/fr",label:"Groupe Helvetia Baloise"}],it:[{href:"https://www.baloise.ch/it/chi-siamo/informazioni/colophon.html",label:"Colophon"},{href:"https://www.baloise.ch/it/chi-siamo/informazioni/note-legali-generali.html",label:"Note legali"},{href:"https://www.baloise.ch/it/chi-siamo/informazioni/protezione-dei-dati.html",label:"Protezione dei dati"},{href:"https://www.baloise.ch/it/chi-siamo/informazioni/cookie-policy.html",label:"Cookie Policy"},{href:"https://www.baloise.ch/it/chi-siamo/informazioni/dichiarazione-di-accessibilita.html",label:"Dichiarazione sull'accessibilità"},{href:"https://www.helvetia-baloise.com/",label:"Grumps Helvetia Baloise"}]}},legalText:{CH:{de:"© 2026 Helvetia Baloise Holding AG · Aeschengraben 21 · CH-4051 Basel",fr:"© 2026 Helvetia Baloise Holding AG · Aeschengraben 21 · CH-4051 Bâle",it:"© 2026 Helvetia Baloise Holding AG · Aeschengraben 21 · CH-4051 Basilea",en:"© 2026 Helvetia Baloise Holding AG · Aeschengraben 21 · CH-4051 Basel"}},socialLinks:{CH:[{href:"https://www.facebook.com/Baloise",label:"Facebook",icon:"facebook",ariaLabel:"Follow us on Facebook"},{href:"https://www.linkedin.com/company/baloise",label:"LinkedIn",icon:"linkedin",ariaLabel:"Follow us on LinkedIn"},{href:"https://www.instagram.com/baloise",label:"Instagram",icon:"instagram",ariaLabel:"Follow us on Instagram"}]},_generateHydrateForCustomElementsOutput:!1},Z=`${y.language}-${y.region}`;class E{constructor(){this._componentObservers=[],this._observers=[],this._config=y}get brand(){return this._config.brand}set brand(e){e!==this._config.brand&&(this._config.brand=e,this._notify())}get locale(){return`${this._config.language}-${this._config.region}`}get region(){return this._config.region}set region(e){e!==this._config.region&&(this._config.region=e,this._notify())}get language(){return this._config.language}set language(e){e!==this._config.language&&(this._config.language=this._config.allowedLanguages.includes(e)?e:this._config.fallbackLanguage,this._notify())}get allowedLanguages(){return this._config.allowedLanguages}set allowedLanguages(e){e!==this._config.allowedLanguages&&(this._config.allowedLanguages=e,this._notify())}get icons(){return this._config.icons}set icons(e){this._config.icons=Object.assign(Object.assign({},this._config.icons),e),this._notify()}get logger(){return this._config.logger}set logger(e){this._config.logger=Object.assign({},e),this._notify()}get animated(){return this._config.animated}set animated(e){this._config.animated=e,this._notify()}get httpFormSubmit(){return this._config.httpFormSubmit}set httpFormSubmit(e){this._config.httpFormSubmit=e,this._notify()}attach(e){if(this._observers.includes(e))return console.log("Subject: Observer has been attached already.");this._observers.push(e),e.configChanged(this._config)}detach(e){const t=this._observers.indexOf(e);if(-1===t)return console.log("Subject: Nonexistent observer.");this._observers.splice(t,1)}attachComponent(e){if(this._componentObservers.includes(e))return console.log("Subject: Observer has been attached already.");this._componentObservers.push(e),e.configChanged(this._config)}detachComponent(e){const t=this._componentObservers.indexOf(e);if(-1===t)return console.log("Subject: Nonexistent observer.");this._componentObservers.splice(t,1)}toString(){return JSON.stringify(this._config)}reset(e){this._config=Object.assign(Object.assign(Object.assign({},this._config),e),{icons:Object.assign(Object.assign({},this._config.icons),e.icons)}),this._notify(!1)}_notify(e=!0){for(const e of this._componentObservers)e.configChanged(this._config);if(e)for(const e of this._observers)e.configChanged(this._config)}}const B=new E,D=e=>{try{const t=JSON.parse(e.localStorage.getItem("ds-animated")||"true");return null!==t?{animated:t}:{}}catch(e){return{}}},I=e=>{try{const t=e.document;if(!t)return{};const l=t.querySelector('meta[name="design-system-config"]');if(!l)return{};const s={};for(const[e,t]of Object.entries(V)){const i=l.dataset[e];void 0!==i&&t(s,i)}return s}catch(e){return{}}},k=(e={},t={})=>{0===Object.keys(t).length&&l.hasWindow&&(t=window),t.DesignSystem=t.DesignSystem||{},B.reset(Object.assign(Object.assign(Object.assign(Object.assign({},I(t)),D(t)),e),{icons:Object.assign({},e.icons)})),t.DesignSystem.config=B};class A{constructor(e){this.type=e,this.container=null}async create(e){var t;return this.setupContainer(e),null===(t=this.container)||void 0===t?void 0:t.addAlert(e)}async remove(e){var t;await(null===(t=this.container)||void 0===t?void 0:t.removeAlert(e))}async removeAll(){var e;await(null===(e=this.container)||void 0===e?void 0:e.removeAll())}setupContainer(e){const t=`ds-${this.type}-container`;this.container=document.getElementById(t),this.container||this.container||(this.container=document.createElement("ds-alert-container"),this.container.id=t,this.container.setAttribute("type",this.type),c(document).appendChild(this.container))}}const j=e=>new A(e),O=j("toast"),S=j("snackbar"),z=new class{async create(e={}){const t=document.createElement("ds-modal");return void 0!==e.modalWidth&&(t.modalWidth=e.modalWidth),void 0!==e.closable&&(t.closable=e.closable),c(document).appendChild(t),await t.present(),t}async dismiss(e){if(!l.hasDocument)return;const t=document.querySelector(e?"ds-modal#"+e:"ds-modal[open]");await(null==t?void 0:t.dismiss())}async dismissAll(){if(!l.hasDocument)return;const e=Array.from(document.querySelectorAll("ds-modal[open]"));await Promise.all(e.map((e=>e.dismiss())))}},$=(t={},s,i={})=>{0===Object.keys(i).length&&l.hasWindow&&(i=window),i.DesignSystem=i.DesignSystem||{},s&&se(s),k(Object.assign(Object.assign({},t),s),i),i.DesignSystem.toastController=O,i.DesignSystem.snackbarController=S,i.DesignSystem.modalController=z,i.DesignSystem.initialize=()=>k(i.DesignSystem.config,i),i.DesignSystem.version="20.0.0-next.7",t._generateHydrateForCustomElementsOutput&&N(e)},N=(e=[])=>{const t="undefined"!=typeof window?window:{};if(!t.document)return void console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");const l=t.document.head,s=l.querySelector("meta[charset]"),i=t.document.createElement("style");e.length>0&&(i.textContent+="slot-fb{display:contents}slot-fb[hidden]{display:none}",i.textContent+=e.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",i.innerHTML.length&&(i.setAttribute("data-styles",""),l.insertBefore(i,s?s.nextSibling:l.firstChild)))},P=function(){$()}||(()=>{}),_="/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}:host{-webkit-box-sizing:border-box;box-sizing:border-box}:host *{-webkit-box-sizing:border-box;box-sizing:border-box}";function T(e,t,l){const s="undefined"!=typeof HTMLElement?HTMLElement.prototype:null;for(;e&&e!==s;){const s=Object.getOwnPropertyDescriptor(e,t);if(s&&(!l||s.get))return s;e=Object.getPrototypeOf(e)}}var F,R=(e,t)=>{var l;Object.entries(null!=(l=t.l.t)?l:{}).map((([l,[s]])=>{if(31&s||32&s){const s=e[l],i=T(Object.getPrototypeOf(e),l,!0)||Object.getOwnPropertyDescriptor(e,l);i&&Object.defineProperty(e,l,{get(){return i.get.call(this)},set(e){i.set.call(this,e)},configurable:!0,enumerable:!0}),t.i.has(l)?e[l]=t.i.get(l):void 0!==s&&(e[l]=s)}}))},G=e=>{if(e.__stencil__getHostRef)return e.__stencil__getHostRef()},q=(e,t)=>{t&&(e.__stencil__getHostRef=()=>t,t.o=e,512&t.l.C&&R(e,t))},U=(e,t)=>t in e,W=(e,t)=>(0,console.error)(e,t),J=new Map,Y=new Map,X="slot-fb{display:contents}slot-fb[hidden]{display:none}",K="http://www.w3.org/1999/xlink",Q=["formAssociatedCallback","formResetCallback","formDisabledCallback","formStateRestoreCallback"],ee="undefined"!=typeof window?window:{},te=ee.HTMLElement||class{},le={C:0,u:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,l,s)=>e.addEventListener(t,l,s),rel:(e,t,l,s)=>e.removeEventListener(t,l,s),ce:(e,t)=>new CustomEvent(e,t)},se=e=>{Object.assign(le,e)},ie=e=>Promise.resolve(e),ne=(()=>{try{return!!ee.document.adoptedStyleSheets&&(new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync)}catch(e){}return!1})(),oe=!!ne&&(()=>!!ee.document&&Object.getOwnPropertyDescriptor(ee.document.adoptedStyleSheets,"length").writable)(),ae=!1,re=[],Ce=[],de=(e,t)=>l=>{e.push(l),ae||(ae=!0,t&&4&le.C?fe(ue):le.raf(ue))},ce=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){W(e)}e.length=0},ue=()=>{ce(re),ce(Ce),(ae=re.length>0)&&le.raf(ue)},fe=e=>ie().then(e),he=de(Ce,!0);function we(){var e;const t=this.attachShadow({mode:"open"});if(void 0===F&&(F=null!=(e=function(e){if(!ne)return;const t=new CSSStyleSheet;return t.replaceSync(e),t}(_))?e:null),F)oe?t.adoptedStyleSheets.push(F):t.adoptedStyleSheets=[...t.adoptedStyleSheets,F];else if(!ne){const e=document.createElement("style");e.innerHTML=_,t.prepend(e)}}var ve=e=>{const t=Pe(e,"childNodes");e.tagName&&e.tagName.includes("-")&&e["s-cr"]&&"SLOT-FB"!==e.tagName&&pe(t,e.tagName).forEach((e=>{1===e.nodeType&&"SLOT-FB"===e.tagName&&(e.hidden=!!me(e,xe(e),!1).length)}));let l=0;for(l=0;l<t.length;l++){const e=t[l];1===e.nodeType&&Pe(e,"childNodes").length&&ve(e)}},ge=e=>{const t=[];for(let l=0;l<e.length;l++){const s=e[l]["s-nr"]||void 0;s&&s.isConnected&&t.push(s)}return t};function pe(e,t,l){let s,i=0,n=[];for(;i<e.length;i++){if(s=e[i],s["s-sr"]&&(!t||s["s-hn"]===t)&&(void 0===l||xe(s)===l)&&(n.push(s),void 0!==l))return n;n=[...n,...pe(s.childNodes,t,l)]}return n}var me=(e,t,l=!0)=>{const s=[];(l&&e["s-sr"]||!e["s-sr"])&&s.push(e);let i=e;for(;i=i.nextSibling;)xe(i)!==t||!l&&i["s-sr"]||s.push(i);return s},be=(e,t)=>1===e.nodeType?null===e.getAttribute("slot")&&""===t||e.getAttribute("slot")===t:e["s-sn"]===t||""===t,Le=(e,t,l)=>{if(e["s-ol"]&&e["s-ol"].isConnected)return;const s=document.createTextNode("");if(s["s-nr"]=e,!t["s-cr"]||!t["s-cr"].parentNode)return;const i=t["s-cr"].parentNode;Pe(i,l?"prepend":"appendChild").call(i,s),e["s-ol"]=s,e["s-sh"]=t["s-hn"]},xe=e=>"string"==typeof e["s-sn"]?e["s-sn"]:1===e.nodeType&&e.getAttribute("slot")||void 0;function He(e){e.dispatchEvent(new CustomEvent("slotchange",{bubbles:!1,cancelable:!1,composed:!1}))}function Me(e,t){var l;if(!(t=t||(null==(l=e["s-ol"])?void 0:l.parentElement)))return{slotNode:null,slotName:""};const s=e["s-sn"]=xe(e)||"";return{slotNode:pe(Pe(t,"childNodes"),t.tagName,s)[0],slotName:s}}var Ve=e=>{if(e.__cloneNode)return;const t=e.__cloneNode=e.cloneNode;e.cloneNode=function(e){const l=this.shadowRoot&&true,s=t.call(this,!!l&&e);if(!l&&e){let e,t,l=0;const i=["s-id","s-cr","s-lr","s-rc","s-sc","s-p","s-cn","s-sr","s-sn","s-hn","s-ol","s-nr","s-si","s-rf","s-scs"],n=this.__childNodes||this.childNodes;for(;l<n.length;l++)e=n[l]["s-nr"],t=i.every((e=>!n[l][e])),e&&(s.__appendChild?s.__appendChild(e.cloneNode(!0)):s.appendChild(e.cloneNode(!0))),t&&s.appendChild(n[l].cloneNode(!0))}return s}},ye=e=>{e.__appendChild||(e.__appendChild=e.appendChild,e.appendChild=function(e){const{slotName:t,slotNode:l}=Me(e,this);if(l){Le(e,l);const s=me(l,t),i=s[s.length-1],n=Pe(i,"parentNode"),o=Pe(n,"insertBefore")(e,i.nextSibling);return He(l),ve(this),o}return this.__appendChild(e)})},Ze=e=>{e.__removeChild||(e.__removeChild=e.removeChild,e.removeChild=function(e){return e&&void 0!==e["s-sn"]&&pe(this.__childNodes||this.childNodes,this.tagName,e["s-sn"])&&e.isConnected?(e.remove(),void ve(this)):this.__removeChild(e)})},Ee=e=>{e.__prepend||(e.__prepend=e.prepend,e.prepend=function(...t){t.forEach((t=>{"string"==typeof t&&(t=this.ownerDocument.createTextNode(t));const l=(t["s-sn"]=xe(t))||"",s=pe(Pe(this,"childNodes"),this.tagName,l)[0];if(s){Le(t,s,!0);const e=me(s,l)[0],i=Pe(e,"parentNode"),n=Pe(i,"insertBefore")(t,Pe(e,"nextSibling"));return He(s),n}return 1===t.nodeType&&t.getAttribute("slot")&&(t.hidden=!0),e.__prepend(t)}))})},Be=e=>{e.__append||(e.__append=e.append,e.append=function(...e){e.forEach((e=>{"string"==typeof e&&(e=this.ownerDocument.createTextNode(e)),this.appendChild(e)}))})},De=e=>{if(e.__insertAdjacentHTML)return;const t=e.insertAdjacentHTML;e.insertAdjacentHTML=function(e,l){if("afterbegin"!==e&&"beforeend"!==e)return t.call(this,e,l);const s=this.ownerDocument.createElement("_");let i;if(s.innerHTML=l,"afterbegin"===e)for(;i=s.firstChild;)this.prepend(i);else if("beforeend"===e)for(;i=s.firstChild;)this.append(i)}},Ie=e=>{e.insertAdjacentText=function(e,t){this.insertAdjacentHTML(e,t)}},ke=e=>{e.__insertBefore||e.__insertBefore||(e.__insertBefore=e.insertBefore,e.insertBefore=function(e,t){const{slotName:l,slotNode:s}=Me(e,this),i=this.__childNodes?this.childNodes:ge(this.childNodes);if(s){let n=!1;if(i.forEach((i=>{if(i!==t&&null!==t);else{if(n=!0,null===t||l!==t["s-sn"])return void this.appendChild(e);if(l===t["s-sn"]){Le(e,s);const l=Pe(t,"parentNode");Pe(l,"insertBefore")(e,t),He(s)}}})),n)return e}const n=null==t?void 0:t.__parentNode;return n&&!this.isSameNode(n)?this.appendChild(e):this.__insertBefore(e,t)})},Ae=e=>{if(e.__insertAdjacentElement)return;const t=e.insertAdjacentElement;e.insertAdjacentElement=function(e,l){return"afterbegin"!==e&&"beforeend"!==e?t.call(this,e,l):"afterbegin"===e?(this.prepend(l),l):"beforeend"===e?(this.append(l),l):l}},je=e=>{Ne("textContent",e),Object.defineProperty(e,"textContent",{get:function(){let e="";return(this.__childNodes?this.childNodes:ge(this.childNodes)).forEach((t=>e+=t.textContent||"")),e},set:function(e){(this.__childNodes?this.childNodes:ge(this.childNodes)).forEach((e=>{e["s-ol"]&&e["s-ol"].remove(),e.remove()})),this.insertAdjacentHTML("beforeend",e)}})},Oe=e=>{class t extends Array{item(e){return this[e]}}Ne("children",e),Object.defineProperty(e,"children",{get(){return this.childNodes.filter((e=>1===e.nodeType))}}),Object.defineProperty(e,"childElementCount",{get(){return this.children.length}}),Ne("firstChild",e),Object.defineProperty(e,"firstChild",{get(){return this.childNodes[0]}}),Ne("lastChild",e),Object.defineProperty(e,"lastChild",{get(){return this.childNodes[this.childNodes.length-1]}}),Ne("childNodes",e),Object.defineProperty(e,"childNodes",{get(){const e=new t;return e.push(...ge(this.__childNodes)),e}})},Se=e=>{e&&!e.__parentNode&&(Ne("parentNode",e),Object.defineProperty(e,"parentNode",{get:function(){var e;return(null==(e=this["s-ol"])?void 0:e.parentNode)||this.__parentNode},set:function(e){this.__parentNode=e}}))},ze=["children","nextElementSibling","previousElementSibling"],$e=["childNodes","firstChild","lastChild","nextSibling","previousSibling","textContent","parentNode"];function Ne(e,t){if(!globalThis.Node||!globalThis.Element)return;let l;ze.includes(e)?l=Object.getOwnPropertyDescriptor(Element.prototype,e):$e.includes(e)&&(l=Object.getOwnPropertyDescriptor(Node.prototype,e)),l||(l=Object.getOwnPropertyDescriptor(t,e)),l&&Object.defineProperty(t,"__"+e,l)}function Pe(e,t){if("__"+t in e){const l=e["__"+t];return"function"!=typeof l?l:l.bind(e)}return"function"!=typeof e[t]?e[t]:e[t].bind(e)}function _e(e){var t,l,s;return null!=(s=null==(l=null==(t=e.head)?void 0:t.querySelector('meta[name="csp-nonce"]'))?void 0:l.getAttribute("content"))?s:void 0}var Te,Fe,Re=new WeakMap,Ge=e=>"sc-"+e.h,qe=e=>"object"==(e=typeof e)||"function"===e,Ue=(e,t,...l)=>{let s=null,i=null,n=null,o=!1,a=!1;const r=[],C=t=>{for(let l=0;l<t.length;l++)s=t[l],Array.isArray(s)?C(s):null!=s&&"boolean"!=typeof s&&((o="function"!=typeof e&&!qe(s))&&(s+=""),o&&a?r[r.length-1].v+=s:r.push(o?We(null,s):s),a=o)};if(C(l),t){t.key&&(i=t.key),t.name&&(n=t.name);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}if("function"==typeof e)return e(null===t?{}:t,r,Ye);const d=We(e,null);return d.p=t,r.length>0&&(d.m=r),d.L=i,d.H=n,d},We=(e,t)=>({C:0,M:e,v:null!=t?t:null,V:null,m:null,p:null,L:null,H:null}),Je={},Ye={forEach:(e,t)=>e.map(Xe).forEach(t),map:(e,t)=>e.map(Xe).map(t).map(Ke)},Xe=e=>({vattrs:e.p,vchildren:e.m,vkey:e.L,vname:e.H,vtag:e.M,vtext:e.v}),Ke=e=>{if("function"==typeof e.vtag){const t={...e.vattrs};return e.vkey&&(t.key=e.vkey),e.vname&&(t.name=e.vname),Ue(e.vtag,t,...e.vchildren||[])}const t=We(e.vtag,e.vtext);return t.p=e.vattrs,t.m=e.vchildren,t.L=e.vkey,t.H=e.vname,t},Qe=e=>{if(!e)return;const t=Object.keys(e);if(0===t.length)return;let l=!1;for(const s of t){if(l)break;for(const t of e[s])if("string"==typeof t){l=!0;break}}if(!l)return e;const s={};for(const l of t)s[l]=e[l].map((e=>"string"==typeof e?{[e]:0}:e));return s},et=(e,t,l)=>null==e||qe(e)?e:4&t?(l&&"string"==typeof e||"false"!==e)&&(""===e||!!e):2&t?"string"==typeof e?parseFloat(e):"number"==typeof e?e:NaN:1&t?e+"":e,tt=e=>{var t;return null==(t=G(e))?void 0:t.$hostElement$},lt=(e,t)=>{const l=tt(e);return{emit:e=>st(l,t,{bubbles:!0,composed:!0,cancelable:!0,detail:e})}},st=(e,t,l)=>{const s=le.ce(t,l);return e.dispatchEvent(s),s},it=(e,t,l,s,i,n)=>{if(l===s)return;let o=U(e,t),a=t.toLowerCase();if("class"===t){const t=e.classList,i=ot(l);let n=ot(s);t.remove(...i.filter((e=>e&&!n.includes(e)))),t.add(...n.filter((e=>e&&!i.includes(e))))}else if("style"===t){for(const t in l)s&&null!=s[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in s)l&&s[t]===l[t]||(t.includes("-")?e.style.setProperty(t,s[t]):e.style[t]=s[t])}else if("key"===t);else if("ref"===t)s&&Et(s,e);else if(o||"o"!==t[0]||"n"!==t[1]){if("a"===t[0]&&t.startsWith("attr:")){const l=t.slice(5);let i;{const t=G(e);if(t&&t.l&&t.l.t){const e=t.l.t[l];e&&e[1]&&(i=e[1])}}return i||(i=l.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()),void(null==s||!1===s?!1===s&&""!==e.getAttribute(i)||e.removeAttribute(i):e.setAttribute(i,!0===s?"":s))}if("p"===t[0]&&t.startsWith("prop:")){const l=t.slice(5);try{e[l]=s}catch(e){}return}{const r=qe(s);if((o||r&&null!==s)&&!i)try{if(e.tagName.includes("-"))e[t]!==s&&(e[t]=s);else{const i=null==s?"":s;"list"===t?o=!1:null!=l&&e[t]===i||("function"==typeof e.__lookupSetter__(t)?e[t]=i:e.setAttribute(t,i))}}catch(e){}let C=!1;a!==(a=a.replace(/^xlink\:?/,""))&&(t=a,C=!0),null==s||!1===s?!1===s&&""!==e.getAttribute(t)||(C?e.removeAttributeNS(K,t):e.removeAttribute(t)):(!o||4&n||i)&&!r&&1===e.nodeType&&(s=!0===s?"":s,C?e.setAttributeNS(K,t,s):e.setAttribute(t,s))}}else if(t="-"===t[2]?t.slice(3):U(ee,a)?a.slice(2):a[2]+t.slice(3),l||s){const i=t.endsWith(at);t=t.replace(rt,""),l&&le.rel(e,t,l,i),s&&le.ael(e,t,s,i)}},nt=/\s/,ot=e=>("object"==typeof e&&e&&"baseVal"in e&&(e=e.baseVal),e&&"string"==typeof e?e.split(nt):[]),at="Capture",rt=RegExp(at+"$"),Ct=(e,t,l)=>{const s=11===t.V.nodeType&&t.V.host?t.V.host:t.V,i=e&&e.p||{},n=t.p||{};for(const e of dt(Object.keys(i)))e in n||it(s,e,i[e],void 0,l,t.C);for(const e of dt(Object.keys(n)))it(s,e,i[e],n[e],l,t.C)};function dt(e){return e.includes("ref")?[...e.filter((e=>"ref"!==e)),"ref"]:e}var ct=!1,ut=!1,ft=!1,ht=!1,wt=[],vt=[],gt=(e,t,l)=>{var s;const i=t.m[l];let n,o,a,r=0;if(ct||(ft=!0,"slot"===i.M&&(i.C|=i.m?2:1)),null!=i.v)n=i.V=ee.document.createTextNode(i.v);else if(1&i.C)n=i.V=ee.document.createTextNode(""),Ct(null,i,ht);else{if(ht||(ht="svg"===i.M),!ee.document)throw Error("You are trying to render a Stencil component in an environment that doesn't support the DOM.");if(n=i.V=ee.document.createElementNS(ht?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",!ct&&2&i.C?"slot-fb":i.M),ht&&"foreignObject"===i.M&&(ht=!1),Ct(null,i,ht),i.m){const t="template"===i.M?n.content:n;for(r=0;r<i.m.length;++r)o=gt(e,i,r),o&&t.appendChild(o)}"svg"===i.M?ht=!1:"foreignObject"===n.tagName&&(ht=!0)}return n["s-hn"]=Fe,3&i.C&&(n["s-sr"]=!0,n["s-cr"]=Te,n["s-sn"]=i.H||"",n["s-rf"]=null==(s=i.p)?void 0:s.ref,function(e){if(e.assignedElements||e.assignedNodes||!e["s-sr"])return;const t=t=>function(e){const l=[],s=this["s-sn"];(null==e?void 0:e.flatten)&&console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ");const i=this["s-cr"].parentElement;return(i.__childNodes?i.childNodes:ge(i.childNodes)).forEach((e=>{s===xe(e)&&l.push(e)})),t?l.filter((e=>1===e.nodeType)):l}.bind(e);e.assignedElements=t(!0),e.assignedNodes=t(!1)}(n),a=e&&e.m&&e.m[l],a&&a.M===i.M&&e.V&&pt(e.V)),n},pt=e=>{le.C|=1;const t=e.closest(Fe.toLowerCase());if(null!=t){const l=Array.from(t.__childNodes||t.childNodes).find((e=>e["s-cr"])),s=Array.from(e.__childNodes||e.childNodes);for(const e of l?s.reverse():s)null!=e["s-sh"]&&(Bt(t,e,null!=l?l:null),e["s-sh"]=void 0,ft=!0)}le.C&=-2},mt=(e,t)=>{le.C|=1;const l=Array.from(e.__childNodes||e.childNodes);if(e["s-sr"]){let t=e;for(;t=t.nextSibling;)t&&t["s-sn"]===e["s-sn"]&&t["s-sh"]===Fe&&l.push(t)}for(let e=l.length-1;e>=0;e--){const s=l[e];s["s-hn"]!==Fe&&s["s-ol"]&&(Bt(Ht(s).parentNode,s,Ht(s)),s["s-ol"].remove(),s["s-ol"]=void 0,s["s-sh"]=void 0,ft=!0),t&&mt(s,t)}le.C&=-2},bt=(e,t,l,s,i,n)=>{let o,a=e["s-cr"]&&e["s-cr"].parentNode||e;for(a.shadowRoot&&a.tagName===Fe&&(a=a.shadowRoot),"template"===l.M&&(a=a.content);i<=n;++i)s[i]&&(o=gt(null,l,i),o&&(s[i].V=o,Bt(a,o,Ht(t))))},Lt=(e,t,l)=>{for(let s=t;s<=l;++s){const t=e[s];if(t){const e=t.V;Zt(t),e&&(ut=!0,e["s-ol"]?e["s-ol"].remove():mt(e,!0),e.remove())}}},xt=(e,t,l=!1)=>e.M===t.M&&("slot"===e.M?e.H===t.H:l?(l&&!e.L&&t.L&&(e.L=t.L),!0):e.L===t.L),Ht=e=>e&&e["s-ol"]||e,Mt=(e,t,l=!1)=>{const s=t.V=e.V,i=e.m,n=t.m,o=t.M,a=t.v;let r;null==a?(ht="svg"===o||"foreignObject"!==o&&ht,"slot"!==o||ct||e.H!==t.H&&(t.V["s-sn"]=t.H||"",pt(t.V.parentElement)),Ct(e,t,ht),null!==i&&null!==n?((e,t,l,s,i=!1)=>{let n,o,a=0,r=0,C=0,d=0,c=t.length-1,u=t[0],f=t[c],h=s.length-1,w=s[0],v=s[h];const g="template"===l.M?e.content:e;for(;a<=c&&r<=h;)if(null==u)u=t[++a];else if(null==f)f=t[--c];else if(null==w)w=s[++r];else if(null==v)v=s[--h];else if(xt(u,w,i))Mt(u,w,i),u=t[++a],w=s[++r];else if(xt(f,v,i))Mt(f,v,i),f=t[--c],v=s[--h];else if(xt(u,v,i))"slot"!==u.M&&"slot"!==v.M||mt(u.V.parentNode,!1),Mt(u,v,i),Bt(g,u.V,f.V.nextSibling),u=t[++a],v=s[--h];else if(xt(f,w,i))"slot"!==u.M&&"slot"!==v.M||mt(f.V.parentNode,!1),Mt(f,w,i),Bt(g,f.V,u.V),f=t[--c],w=s[++r];else{for(C=-1,d=a;d<=c;++d)if(t[d]&&null!==t[d].L&&t[d].L===w.L){C=d;break}C>=0?(o=t[C],o.M!==w.M?n=gt(t&&t[r],l,C):(Mt(o,w,i),t[C]=void 0,n=o.V),w=s[++r]):(n=gt(t&&t[r],l,r),w=s[++r]),n&&Bt(Ht(u.V).parentNode,n,Ht(u.V))}a>c?bt(e,null==s[h+1]?null:s[h+1].V,l,s,r,h):r>h&&Lt(t,a,c)})(s,i,t,n,l):null!==n?(null!==e.v&&(s.textContent=""),bt(s,null,t,n,0,n.length-1)):!l&&null!==i&&Lt(i,0,i.length-1),ht&&"svg"===o&&(ht=!1)):(r=s["s-cr"])?r.parentNode.textContent=a:e.v!==a&&(s.data=a)},Vt=[],yt=e=>{let t,l,s;const i=e.__childNodes||e.childNodes;for(const e of i){if(e["s-sr"]&&(t=e["s-cr"])&&t.parentNode){l=t.parentNode.__childNodes||t.parentNode.childNodes;const i=e["s-sn"];for(s=l.length-1;s>=0;s--)if(t=l[s],!(t["s-cn"]||t["s-nr"]||t["s-hn"]===e["s-hn"]||t["s-sh"]&&t["s-sh"]===e["s-hn"]))if(be(t,i)){let l=Vt.find((e=>e.Z===t));ut=!0,t["s-sn"]=t["s-sn"]||i,l?(l.Z["s-sh"]=e["s-hn"],l.B=e):(t["s-sh"]=e["s-hn"],Vt.push({B:e,Z:t})),t["s-sr"]&&Vt.map((e=>{be(e.Z,t["s-sn"])&&(l=Vt.find((e=>e.Z===t)),l&&!e.B&&(e.B=l.B))}))}else Vt.some((e=>e.Z===t))||Vt.push({Z:t})}1===e.nodeType&&yt(e)}},Zt=e=>{e.p&&e.p.ref&&wt.push((()=>e.p.ref(null))),e.m&&e.m.map(Zt)},Et=(e,t)=>{vt.push((()=>e(t)))},Bt=(e,t,l,s)=>{if("string"==typeof t["s-sn"]){11!==e.getRootNode().nodeType&&Se(t),e.insertBefore(t,l);const{slotNode:i}=Me(t);return i&&!s&&He(i),t}return e.__insertBefore?e.__insertBefore(t,l):null==e?void 0:e.insertBefore(t,l)},Dt=(e,t)=>{if(t&&!e.D&&t["s-p"]){const l=t["s-p"].push(new Promise((s=>e.D=()=>{t["s-p"].splice(l-1,1),s()})))}},It=(e,t)=>{if(e.C|=16,4&e.C)return void(e.C|=512);Dt(e,e.I);const l=()=>kt(e,t);if(!t)return he(l);queueMicrotask((()=>{l()}))},kt=(e,t)=>{const l=e.$hostElement$,s=e.o;if(!s)throw Error(`Can't render component <${l.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`);let i;return t?(e.k&&(e.k=!1,Nt(s,"connectedCallback",void 0,l)),e.C|=256,e.A&&(e.A.map((([e,t])=>Nt(s,e,t,l))),e.A=void 0),e.j.length&&e.j.forEach((e=>e(l))),i=Nt(s,"componentWillLoad",void 0,l)):i=Nt(s,"componentWillUpdate",void 0,l),i=At(i,(()=>Nt(s,"componentWillRender",void 0,l))),At(i,(()=>Ot(e,s,t)))},At=(e,t)=>jt(e)?e.then(t).catch((e=>{console.error(e),t()})):t(),jt=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,Ot=async(e,t,l)=>{var s;const i=e.$hostElement$,n=i["s-rc"];l&&(e=>{const t=e.l,l=e.$hostElement$,s=t.C,i=((e,t)=>{var l,s,i;const n=Ge(t),o=Y.get(n);if(!ee.document)return n;if(e=11===e.nodeType?e:ee.document,o)if("string"==typeof o){let i,a=Re.get(e=e.head||e);if(a||Re.set(e,a=new Set),!a.has(n)){i=ee.document.createElement("style"),i.textContent=o;const r=null!=(l=le.O)?l:_e(ee.document);if(null!=r&&i.setAttribute("nonce",r),!(1&t.C))if("HEAD"===e.nodeName){const t=e.querySelectorAll("link[rel=preconnect]"),l=t.length>0?t[t.length-1].nextSibling:e.querySelector("style");e.insertBefore(i,(null==l?void 0:l.parentNode)===e?l:null)}else if("host"in e)if(ne){const t=new(null!=(s=e.defaultView)?s:e.ownerDocument.defaultView).CSSStyleSheet;t.replaceSync(o),oe?e.adoptedStyleSheets.unshift(t):e.adoptedStyleSheets=[t,...e.adoptedStyleSheets]}else{const t=e.querySelector("style");t?t.textContent=o+t.textContent:e.prepend(i)}else e.append(i);1&t.C&&e.insertBefore(i,null),4&t.C&&(i.textContent+=X),a&&a.add(n)}}else{let t=Re.get(e);if(t||Re.set(e,t=new Set),!t.has(n)){const l=null!=(i=e.defaultView)?i:e.ownerDocument.defaultView;let s;if(o.constructor===l.CSSStyleSheet)s=o;else{s=new l.CSSStyleSheet;for(let e=0;e<o.cssRules.length;e++)s.insertRule(o.cssRules[e].cssText,e)}oe?e.adoptedStyleSheets.push(s):e.adoptedStyleSheets=[...e.adoptedStyleSheets,s],t.add(n)}}return n})(l.shadowRoot?l.shadowRoot:l.getRootNode(),t);10&s&&(l["s-sc"]=i,l.classList.add(i+"-h"))})(e);St(e,t,i,l),n&&(n.map((e=>e())),i["s-rc"]=void 0);{const t=null!=(s=i["s-p"])?s:[],l=()=>zt(e);0===t.length?l():(Promise.all(t).then(l).catch(l),e.C|=4,t.length=0)}},St=(e,t,l,s)=>{try{t=t.render(),e.C&=-17,e.C|=2,((e,t,l=!1)=>{var s,i,n,o,a;const r=e.$hostElement$,C=e.l,d=e.S||We(null,null),c=(e=>e&&e.M===Je)(t)?t:Ue(null,null,t);if(Fe=r.tagName,C.$&&(c.p=c.p||{},C.$.forEach((([e,t])=>{c.p[t]=r[e]}))),l&&c.p)for(const e of Object.keys(c.p))r.hasAttribute(e)&&!["key","ref","style","class"].includes(e)&&(c.p[e]=r[e]);if(c.M=null,c.C|=4,e.S=c,c.V=d.V=r.shadowRoot||r,ct=!(!(1&C.C)||128&C.C),Te=r["s-cr"],ut=!1,Mt(d,c,l),le.C|=1,ft){yt(c.V);for(const e of Vt){const t=e.Z;if(!t["s-ol"]&&ee.document){const e=ee.document.createTextNode("");e["s-nr"]=t,Bt(t.parentNode,t["s-ol"]=e,t,l)}}for(const e of Vt){const t=e.Z,a=e.B;if(1===t.nodeType&&l&&(t["s-ih"]=null!=(s=t.hidden)&&s),a){const e=a.parentNode;let s=a.nextSibling;if(s&&1===s.nodeType){let l=null==(i=t["s-ol"])?void 0:i.previousSibling;for(;l;){let i=null!=(n=l["s-nr"])?n:null;if(i&&i["s-sn"]===t["s-sn"]&&e===(i.__parentNode||i.parentNode)){for(i=i.nextSibling;i===t||(null==i?void 0:i["s-sr"]);)i=null==i?void 0:i.nextSibling;if(!i||!i["s-nr"]){s=i;break}}l=l.previousSibling}}if((!s&&e!==(t.__parentNode||t.parentNode)||(t.__nextSibling||t.nextSibling)!==s)&&t!==s){if(Bt(e,t,s,l),8===t.nodeType&&t.nodeValue.startsWith("s-nt-")){const e=ee.document.createTextNode(t.nodeValue.replace(/^s-nt-/,""));e["s-hn"]=t["s-hn"],e["s-sn"]=t["s-sn"],e["s-sh"]=t["s-sh"],e["s-sr"]=t["s-sr"],e["s-ol"]=t["s-ol"],e["s-ol"]["s-nr"]=e,Bt(t.parentNode,e,t,l),t.parentNode.removeChild(t)}1===t.nodeType&&"SLOT-FB"!==t.tagName&&(t.hidden=null!=(o=t["s-ih"])&&o)}t&&"function"==typeof a["s-rf"]&&a["s-rf"](a)}else 1===t.nodeType&&(t.hidden=!0)}}if(ut&&ve(c.V),le.C&=-2,Vt.length=0,!ct&&!(1&C.C)&&r["s-cr"]){const e=c.V.__childNodes||c.V.childNodes;for(const t of e)if(t["s-hn"]!==Fe&&!t["s-sh"])if(l&&null==t["s-ih"]&&(t["s-ih"]=null!=(a=t.hidden)&&a),1===t.nodeType)t.hidden=!0;else if(3===t.nodeType&&t.nodeValue.trim()){const e=ee.document.createComment("s-nt-"+t.nodeValue);e["s-sn"]=t["s-sn"],Bt(t.parentNode,e,t,l),t.parentNode.removeChild(t)}}Te=void 0,wt.forEach((e=>e())),wt.length=0,vt.forEach((e=>e())),vt.length=0})(e,t,s)}catch(t){W(t,e.$hostElement$)}return null},zt=e=>{const t=e.$hostElement$,l=e.o,s=e.I;Nt(l,"componentDidRender",void 0,t),64&e.C?Nt(l,"componentDidUpdate",void 0,t):(e.C|=64,Pt(t),Nt(l,"componentDidLoad",void 0,t),e.N(t),s||$t()),e.P(t),e.D&&(e.D(),e.D=void 0),512&e.C&&fe((()=>It(e,!1))),e.C&=-517},$t=()=>{fe((()=>st(ee,"appload",{detail:{namespace:"design-system"}})))},Nt=(e,t,l,s)=>{if(e&&e[t])try{return e[t](l)}catch(e){W(e,s)}},Pt=e=>e.classList.add("hydrated"),_t=(e,t,l,s)=>{const i=G(e);if(!i)return;if(!i)throw Error(`Couldn't find host element for "${s.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/stenciljs/core/issues/5457).`);const n=i.$hostElement$,o=i.i.get(t),a=i.C,r=i.o;if(l=et(l,s.t[t][0],!!(64&s.C)),!(8&a&&void 0!==o||l===o||Number.isNaN(o)&&Number.isNaN(l))){if(i.i.set(t,l),s._){const e=s._[t];e&&e.map((e=>{try{const[[s,n]]=Object.entries(e);(128&a||1&n)&&(r?r[s](l,o,t):i.j.push((()=>{i.o[s](l,o,t)})))}catch(e){W(e,n)}}))}if(2&a){if(r.componentShouldUpdate&&!1===r.componentShouldUpdate(l,o,t)&&!(16&a))return;16&a||It(i,!1)}}},Tt=(e,t,l)=>{var s,i;const n=e.prototype;64&t.C&&1&l&&Q.forEach((e=>{Object.defineProperty(n,e,{value(...t){var l;const s=G(this),i=null==s?void 0:s.o;if(i){const l=i[e];"function"==typeof l&&l.call(i,...t)}else null==(l=null==s?void 0:s.T)||l.then((l=>{const s=l[e];"function"==typeof s&&s.call(l,...t)}))}})}));{e.watchers&&!t._&&(t._=Qe(e.watchers)),e.deserializers&&!t.F&&(t.F=e.deserializers),e.serializers&&!t.R&&(t.R=e.serializers);const o=Object.entries(null!=(s=t.t)?s:{});if(o.map((([e,[s]])=>{if(31&s||2&l&&32&s){const{get:i,set:o}=T(n,e)||{};i&&(t.t[e][0]|=2048),o&&(t.t[e][0]|=4096),(1&l||!i)&&Object.defineProperty(n,e,{get(){{if(!(2048&t.t[e][0]))return((e,t)=>G(this).i.get(t))(0,e);const l=G(this),s=l?l.o:n;if(!s)return;return s[e]}},configurable:!0,enumerable:!0}),Object.defineProperty(n,e,{set(i){const n=G(this);if(n){if(o)return void 0===(32&s?this[e]:n.$hostElement$[e])&&n.i.get(e)&&(i=n.i.get(e)),o.call(this,et(i,s,!!(64&t.C))),void _t(this,e,i=32&s?this[e]:n.$hostElement$[e],t);{if(!(1&l&&4096&t.t[e][0]))return _t(this,e,i,t),void(1&l&&!n.o&&n.j.push((()=>{4096&t.t[e][0]&&n.o[e]!==n.i.get(e)&&(n.o[e]=i)})));const o=()=>{const l=n.o[e];!n.i.get(e)&&l&&n.i.set(e,l),n.o[e]=et(i,s,!!(64&t.C)),_t(this,e,n.o[e],t)};n.o?o():n.j.push((()=>{o()}))}}}})}else 1&l&&64&s&&Object.defineProperty(n,e,{value(...t){var l;const s=G(this);return null==(l=null==s?void 0:s.G)?void 0:l.then((()=>{var l;return null==(l=s.o)?void 0:l[e](...t)}))}})})),1&l){const l=new Map;n.attributeChangedCallback=function(e,s,i){le.jmp((()=>{var a;const r=l.get(e),C=G(this);if(this.hasOwnProperty(r)&&(i=this[r],delete this[r]),n.hasOwnProperty(r)&&"number"==typeof this[r]&&this[r]==i)return;if(null==r){const l=null==C?void 0:C.C;if(C&&l&&!(8&l)&&i!==s){const n=C.o,o=null==(a=t._)?void 0:a[e];null==o||o.forEach((t=>{const[[o,a]]=Object.entries(t);null!=n[o]&&(128&l||1&a)&&n[o].call(n,i,s,e)}))}return}const d=o.find((([e])=>e===r)),c=d&&4&d[1][0],u=c&&null===i&&void 0===this[r];c&&(i=null!==i&&"false"!==i);const f=Object.getOwnPropertyDescriptor(n,r);u||i==this[r]||f.get&&!f.set||(this[r]=i)}))},e.observedAttributes=Array.from(new Set([...Object.keys(null!=(i=t._)?i:{}),...o.filter((([e,t])=>31&t[0])).map((([e,s])=>{var i;const n=s[1]||e;return l.set(n,e),512&s[0]&&(null==(i=t.$)||i.push([e,n])),n}))]))}}return e},Ft=(e,t)=>{Nt(e,"connectedCallback",void 0,t)},Rt=(e,t)=>{Nt(e,"disconnectedCallback",void 0,t||e)},Gt=(e,t={})=>{var l;if(!ee.document)return void console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");const s=[],i=t.exclude||[],n=ee.customElements,o=ee.document.head,a=o.querySelector("meta[charset]"),r=ee.document.createElement("style"),C=[];let d,c=!0;Object.assign(le,t),le.u=new URL(t.resourcesUrl||"./",ee.document.baseURI).href;let u=!1;if(e.map((e=>{e[1].map((t=>{var l,o;const a={C:t[0],h:t[1],t:t[2],q:t[3]};4&a.C&&(u=!0),a.t=t[2],a.q=t[3],a.$=[],a._=Qe(t[4]),a.R=null!=(l=t[5])?l:{},a.F=null!=(o=t[6])?o:{};const r=a.h,f=class extends HTMLElement{"s-p";"s-rc";hasRegisteredEventListeners=!1;constructor(e){if(super(e),((e,t)=>{const l={C:0,$hostElement$:e,l:t,i:new Map,U:new Map};l.G=new Promise((e=>l.P=e)),l.T=new Promise((e=>l.N=e)),e["s-p"]=[],e["s-rc"]=[],l.j=[];const s=l;e.__stencil__getHostRef=()=>s})(e=this,a),1&a.C)if(e.shadowRoot){if("open"!==e.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${a.h}! Mode is set to ${e.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else we.call(e,a)}connectedCallback(){const e=G(this);e&&(this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0,qt(this,e,a.q)),d&&(clearTimeout(d),d=null),c?C.push(this):le.jmp((()=>(e=>{if(!(1&le.C)){const t=G(e);if(!t)return;const l=t.l,s=()=>{};if(1&t.C)qt(e,t,l.q),(null==t?void 0:t.o)?Ft(t.o,e):(null==t?void 0:t.T)&&t.T.then((()=>Ft(t.o,e)));else{t.C|=1,12&l.C&&(e=>{if(!ee.document)return;const t=e["s-cr"]=ee.document.createComment("");t["s-cn"]=!0,Bt(e,t,e.firstChild)})(e);{let l=e;for(;l=l.parentNode||l.host;)if(l["s-p"]){Dt(t,t.I=l);break}}l.t&&Object.entries(l.t).map((([t,[l]])=>{if(31&l&&Object.prototype.hasOwnProperty.call(e,t)){const l=e[t];delete e[t],e[t]=l}})),fe((()=>(async(e,t,l)=>{let s;try{if(!(32&t.C)){if(t.C|=32,l.W){const i=((e,t)=>{const l=e.h.replace(/-/g,"_"),s=e.W;if(!s)return;const i=J.get(s);return i?i[l]:import(`./${s}.entry.js`).then((e=>(J.set(s,e),e[l])),(e=>{W(e,t.$hostElement$)}))
5
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(l,t);if(i&&"then"in i){const e=()=>{};s=await i,e()}else s=i;if(!s)throw Error(`Constructor for "${l.h}#${t.J}" was not found`);s.isProxied||(l._=Qe(s.watchers),l.R=s.serializers,l.F=s.deserializers,Tt(s,l,2),s.isProxied=!0);const n=()=>{};t.C|=8;try{new s(t)}catch(t){W(t,e)}t.C&=-9,t.C|=128,n(),4&l.C?t.k=!0:Ft(t.o,e)}else s=e.constructor,customElements.whenDefined(e.localName).then((()=>t.C|=128));if(s&&s.style){let e;"string"==typeof s.style&&(e=s.style);const t=Ge(l);if(!Y.has(t)){const s=()=>{};((e,t,l)=>{let s=Y.get(e);ne&&l?(s=s||new CSSStyleSheet,"string"==typeof s?s=t:s.replaceSync(t)):s=t,Y.set(e,s)})(t,e,!!(1&l.C)),s()}}}const i=t.I,n=()=>It(t,!0);i&&i["s-rc"]?i["s-rc"].push(n):n()}catch(l){W(l,e),t.D&&(t.D(),t.D=void 0),t.N&&t.N(e)}})(e,t,l)))}s()}})(this))))}disconnectedCallback(){le.jmp((()=>(async e=>{if(!(1&le.C)){const t=G(e);(null==t?void 0:t.Y)&&(t.Y.map((e=>e())),t.Y=void 0),(null==t?void 0:t.o)?Rt(t.o,e):(null==t?void 0:t.T)&&t.T.then((()=>Rt(t.o,e)))}Re.has(e)&&Re.delete(e),e.shadowRoot&&Re.has(e.shadowRoot)&&Re.delete(e.shadowRoot)})(this))),le.raf((()=>{var e;const t=G(this);if(!t)return;const l=C.findIndex((e=>e===this));l>-1&&C.splice(l,1),(null==(e=null==t?void 0:t.S)?void 0:e.V)instanceof Node&&!t.S.V.isConnected&&delete t.S.V}))}componentOnReady(){var e;return null==(e=G(this))?void 0:e.T}};!(1&a.C)&&256&a.C?(e=>{Ve(e),ye(e),Be(e),Ee(e),Ae(e),De(e),Ie(e),ke(e),je(e),Oe(e),Ze(e)})(f.prototype):Ve(f.prototype),64&a.C&&(f.formAssociated=!0),a.W=e[0],i.includes(r)||n.get(r)||(s.push(r),n.define(r,Tt(f,a,1)))}))})),s.length>0&&(u&&(r.textContent+=X),r.textContent+=s.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",r.innerHTML.length)){r.setAttribute("data-styles","");const e=null!=(l=le.O)?l:_e(ee.document);null!=e&&r.setAttribute("nonce",e),o.insertBefore(r,a?a.nextSibling:o.firstChild)}c=!1,C.length?C.map((e=>e.connectedCallback())):le.jmp((()=>d=setTimeout($t,30)))},qt=(e,t,l)=>{l&&ee.document&&l.map((([l,s,i])=>{const n=Wt(ee.document,e,l),o=Ut(t,i),a=Jt(l);le.ael(n,s,o,a),(t.Y=t.Y||[]).push((()=>le.rel(n,s,o,a)))}))},Ut=(e,t)=>l=>{var s;try{256&e.C?null==(s=e.o)||s[t](l):(e.A=e.A||[]).push([t,l])}catch(t){W(t,e.$hostElement$)}},Wt=(e,t,l)=>4&l?e:8&l?ee:t,Jt=e=>({passive:!!(1&e),capture:!!(2&e)}),Yt=e=>le.O=e;export{S as A,q as B,E as C,f as D,Ue as E,Je as F,tt as G,te as H,lt as I,r as J,n as K,i as L,C as M,a as N,h as O,w as P,g as a,Gt as b,u as c,l as d,c as e,d as f,P as g,v as h,$ as i,b as j,L as k,x as l,p as m,m as n,H as o,ie as p,k as q,B as r,Yt as s,D as t,I as u,y as v,o as w,Z as x,z as y,O as z}
@@ -0,0 +1,5 @@
1
+ /*!
2
+ * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
+ */
4
+ /*! @license DOMPurify 3.4.12 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.12/LICENSE */
5
+ function t(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}const e=Object.entries,n=Object.setPrototypeOf,r=Object.isFrozen,o=Object.getPrototypeOf,i=Object.getOwnPropertyDescriptor;let a=Object.freeze,l=Object.seal,c=Object.create,s="undefined"!=typeof Reflect&&Reflect,u=s.apply,f=s.construct;a||(a=function(t){return t}),l||(l=function(t){return t}),u||(u=function(t,e){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];return t.apply(e,r)}),f||(f=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return new t(...n)});const p=I(Array.prototype.forEach),m=I(Array.prototype.lastIndexOf),d=I(Array.prototype.pop),h=I(Array.prototype.push),y=I(Array.prototype.splice),g=Array.isArray,b=I(String.prototype.toLowerCase),w=I(String.prototype.toString),v=I(String.prototype.match),x=I(String.prototype.replace),S=I(String.prototype.indexOf),k=I(String.prototype.trim),T=I(Number.prototype.toString),A=I(Boolean.prototype.toString),E="undefined"==typeof BigInt?null:I(BigInt.prototype.toString),O="undefined"==typeof Symbol?null:I(Symbol.prototype.toString),D=I(Object.prototype.hasOwnProperty),z=I(Object.prototype.toString),R=I(RegExp.prototype.test),_=(j=TypeError,function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return f(j,e)});var j;function I(t){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return u(t,e,r)}}function L(t,e){let o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:b;if(n&&n(t,null),!g(e))return t;let i=e.length;for(;i--;){let n=e[i];if("string"==typeof n){const t=o(n);t!==n&&(r(e)||(e[i]=t),n=t)}t[n]=!0}return t}function N(t){for(let e=0;e<t.length;e++)D(t,e)||(t[e]=null);return t}function M(n){const r=c(null);for(const l of e(n)){var o=(a=2,function(t){if(Array.isArray(t))return t}(i=l)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i,a,l=[],c=!0,s=!1;try{if(i=(n=n.call(t)).next,0===e);else for(;!(c=(r=i.call(n)).done)&&(l.push(r.value),l.length!==e);c=!0);}catch(t){s=!0,o=t}finally{try{if(!c&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(s)throw o}}return l}}(i,a)||function(e,n){if(e){if("string"==typeof e)return t(e,n);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?t(e,n):void 0}}(i,a)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}());const e=o[0],c=o[1];D(n,e)&&(r[e]=g(c)?N(c):c&&"object"==typeof c&&c.constructor===Object?M(c):c)}var i,a;return r}function F(t,e){for(;null!==t;){const n=i(t,e);if(n){if(n.get)return I(n.get);if("function"==typeof n.value)return I(n.value)}t=o(t)}return function(){return null}}const C=a(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),B=a(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),P=a(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),U=a(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),G=a(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Y=a(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),$=a(["#text"]),q=a(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","command","commandfor","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns"]),H=a(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dominant-baseline","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-orientation","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),W=a(["accent","accentunder","align","bevelled","close","columnalign","columnlines","columnspacing","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lquote","lspace","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),V=a(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),K=l(/{{[\w\W]*|^[\w\W]*}}/g),X=l(/<%[\w\W]*|^[\w\W]*%>/g),J=l(/\${[\w\W]*/g),Q=l(/^data-[\-\w.\u00B7-\uFFFF]+$/),Z=l(/^aria-[\-\w]+$/),tt=l(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),et=l(/^(?:\w+script|data):/i),nt=l(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),rt=l(/^html$/i),ot=l(/^[a-z][.\w]*(-[.\w]+)+$/i),it=l(/<[/\w!]/g),at=l(/<[/\w]/g),lt=l(/<\/no(script|embed|frames)/i),ct=l(/\/>/i),st=function(){return"undefined"==typeof window?null:window},ut=function(t,e,n,r){return D(t,e)&&g(t[e])?L(r.base?M(r.base):{},t[e],r.transform):n};var ft=function t(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:st();const r=e=>t(e);if(r.version="3.4.12",r.removed=[],!n||!n.document||9!==n.document.nodeType||!n.Element)return r.isSupported=!1,r;let o=n.document;const i=o,s=i.currentScript,u=n.HTMLTemplateElement,f=n.Node,j=n.NodeFilter,I=n.DOMParser,N=n.trustedTypes,ft=n.Element.prototype,pt=F(ft,"cloneNode"),mt=F(ft,"remove"),dt=F(ft,"nextSibling"),ht=F(ft,"childNodes"),yt=F(ft,"parentNode"),gt=F(ft,"shadowRoot"),bt=F(ft,"attributes"),wt=f&&f.prototype?F(f.prototype,"nodeType"):null,vt=f&&f.prototype?F(f.prototype,"nodeName"):null;if("function"==typeof u){const t=o.createElement("template");t.content&&t.content.ownerDocument&&(o=t.content.ownerDocument)}let xt,St,kt="",Tt=!1,At=0;const Et=function(){if(At>0)throw _('A configured TRUSTED_TYPES_POLICY callback (createHTML or createScriptURL) must not call DOMPurify.sanitize, as that causes infinite recursion. Do not pass a policy whose callbacks wrap DOMPurify as TRUSTED_TYPES_POLICY; see the "DOMPurify and Trusted Types" section of the README.')},Ot=function(t){Et(),At++;try{return xt.createHTML(t)}finally{At--}},Dt=o.implementation,zt=o.createNodeIterator,Rt=o.createDocumentFragment,_t=o.getElementsByTagName,jt=i.importNode;let It={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]};r.isSupported="function"==typeof e&&"function"==typeof yt&&Dt&&void 0!==Dt.createHTMLDocument;const Lt=K,Nt=X,Mt=J,Ft=Q,Ct=Z,Bt=et,Pt=nt,Ut=ot;let Gt=tt,Yt=null;const $t=L({},[...C,...B,...P,...G,...$]);let qt=null;const Ht=L({},[...q,...H,...W,...V]);let Wt=Object.seal(c(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Vt=null,Kt=null;const Xt=Object.seal(c(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let Jt=!0,Qt=!0,Zt=!1,te=!0,ee=!1,ne=!0,re=!1,oe=!1,ie=null,ae=null,le=!1,ce=!1,se=!1,ue=!1,fe=!0,pe=!1;const me="user-content-";let de=!0,he=!1,ye={},ge=null;const be=L({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","selectedcontent","style","svg","template","thead","title","video","xmp"]);let we=null;const ve=L({},["audio","video","img","source","image","track"]);let xe=null;const Se=L({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),ke="http://www.w3.org/1998/Math/MathML",Te="http://www.w3.org/2000/svg",Ae="http://www.w3.org/1999/xhtml";let Ee=Ae,Oe=!1,De=null;const ze=L({},[ke,Te,Ae],w),Re=a(["mi","mo","mn","ms","mtext"]);let _e=L({},Re);const je=a(["annotation-xml"]);let Ie=L({},je);const Le=L({},["title","style","font","a","script"]);let Ne=null;const Me=["application/xhtml+xml","text/html"];let Fe=null,Ce=null;const Be=o.createElement("form"),Pe=function(t){return t instanceof RegExp||t instanceof Function},Ue=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(Ce&&Ce===t)return;t&&"object"==typeof t||(t={}),t=M(t),Ne=-1===Me.indexOf(t.PARSER_MEDIA_TYPE)?"text/html":t.PARSER_MEDIA_TYPE,Fe="application/xhtml+xml"===Ne?w:b,Yt=ut(t,"ALLOWED_TAGS",$t,{transform:Fe}),qt=ut(t,"ALLOWED_ATTR",Ht,{transform:Fe}),De=ut(t,"ALLOWED_NAMESPACES",ze,{transform:w}),xe=ut(t,"ADD_URI_SAFE_ATTR",Se,{transform:Fe,base:Se}),we=ut(t,"ADD_DATA_URI_TAGS",ve,{transform:Fe,base:ve}),ge=ut(t,"FORBID_CONTENTS",be,{transform:Fe}),Vt=ut(t,"FORBID_TAGS",M({}),{transform:Fe}),Kt=ut(t,"FORBID_ATTR",M({}),{transform:Fe}),ye=!!D(t,"USE_PROFILES")&&(t.USE_PROFILES&&"object"==typeof t.USE_PROFILES?M(t.USE_PROFILES):t.USE_PROFILES),Jt=!1!==t.ALLOW_ARIA_ATTR,Qt=!1!==t.ALLOW_DATA_ATTR,Zt=t.ALLOW_UNKNOWN_PROTOCOLS||!1,te=!1!==t.ALLOW_SELF_CLOSE_IN_ATTR,ee=t.SAFE_FOR_TEMPLATES||!1,ne=!1!==t.SAFE_FOR_XML,re=t.WHOLE_DOCUMENT||!1,ce=t.RETURN_DOM||!1,se=t.RETURN_DOM_FRAGMENT||!1,ue=t.RETURN_TRUSTED_TYPE||!1,le=t.FORCE_BODY||!1,fe=!1!==t.SANITIZE_DOM,pe=t.SANITIZE_NAMED_PROPS||!1,de=!1!==t.KEEP_CONTENT,he=t.IN_PLACE||!1,Gt=function(t){try{return R(t,""),!0}catch(t){return!1}}(t.ALLOWED_URI_REGEXP)?t.ALLOWED_URI_REGEXP:tt,Ee="string"==typeof t.NAMESPACE?t.NAMESPACE:Ae,_e=D(t,"MATHML_TEXT_INTEGRATION_POINTS")&&t.MATHML_TEXT_INTEGRATION_POINTS&&"object"==typeof t.MATHML_TEXT_INTEGRATION_POINTS?M(t.MATHML_TEXT_INTEGRATION_POINTS):L({},Re),Ie=D(t,"HTML_INTEGRATION_POINTS")&&t.HTML_INTEGRATION_POINTS&&"object"==typeof t.HTML_INTEGRATION_POINTS?M(t.HTML_INTEGRATION_POINTS):L({},je);const e=D(t,"CUSTOM_ELEMENT_HANDLING")&&t.CUSTOM_ELEMENT_HANDLING&&"object"==typeof t.CUSTOM_ELEMENT_HANDLING?M(t.CUSTOM_ELEMENT_HANDLING):c(null);if(Wt=c(null),D(e,"tagNameCheck")&&Pe(e.tagNameCheck)&&(Wt.tagNameCheck=e.tagNameCheck),D(e,"attributeNameCheck")&&Pe(e.attributeNameCheck)&&(Wt.attributeNameCheck=e.attributeNameCheck),D(e,"allowCustomizedBuiltInElements")&&"boolean"==typeof e.allowCustomizedBuiltInElements&&(Wt.allowCustomizedBuiltInElements=e.allowCustomizedBuiltInElements),l(Wt),ee&&(Qt=!1),se&&(ce=!0),ye&&(Yt=L({},$),qt=c(null),!0===ye.html&&(L(Yt,C),L(qt,q)),!0===ye.svg&&(L(Yt,B),L(qt,H),L(qt,V)),!0===ye.svgFilters&&(L(Yt,P),L(qt,H),L(qt,V)),!0===ye.mathMl&&(L(Yt,G),L(qt,W),L(qt,V))),Xt.tagCheck=null,Xt.attributeCheck=null,D(t,"ADD_TAGS")&&("function"==typeof t.ADD_TAGS?Xt.tagCheck=t.ADD_TAGS:g(t.ADD_TAGS)&&(Yt===$t&&(Yt=M(Yt)),L(Yt,t.ADD_TAGS,Fe))),D(t,"ADD_ATTR")&&("function"==typeof t.ADD_ATTR?Xt.attributeCheck=t.ADD_ATTR:g(t.ADD_ATTR)&&(qt===Ht&&(qt=M(qt)),L(qt,t.ADD_ATTR,Fe))),D(t,"ADD_URI_SAFE_ATTR")&&g(t.ADD_URI_SAFE_ATTR)&&L(xe,t.ADD_URI_SAFE_ATTR,Fe),D(t,"FORBID_CONTENTS")&&g(t.FORBID_CONTENTS)&&(ge===be&&(ge=M(ge)),L(ge,t.FORBID_CONTENTS,Fe)),D(t,"ADD_FORBID_CONTENTS")&&g(t.ADD_FORBID_CONTENTS)&&(ge===be&&(ge=M(ge)),L(ge,t.ADD_FORBID_CONTENTS,Fe)),de&&(Yt["#text"]=!0),re&&L(Yt,["html","head","body"]),Yt.table&&(L(Yt,["tbody"]),delete Vt.tbody),t.TRUSTED_TYPES_POLICY){if("function"!=typeof t.TRUSTED_TYPES_POLICY.createHTML)throw _('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof t.TRUSTED_TYPES_POLICY.createScriptURL)throw _('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');const e=xt;xt=t.TRUSTED_TYPES_POLICY;try{kt=Ot("")}catch(t){throw xt=e,t}}else null===t.TRUSTED_TYPES_POLICY?(xt=void 0,kt=""):(void 0===xt&&(Tt||(St=function(t,e){if("object"!=typeof t||"function"!=typeof t.createPolicy)return null;let n=null;const r="data-tt-policy-suffix";e&&e.hasAttribute(r)&&(n=e.getAttribute(r));const o="dompurify"+(n?"#"+n:"");try{return t.createPolicy(o,{createHTML:t=>t,createScriptURL:t=>t})}catch(t){return console.warn("TrustedTypes policy "+o+" could not be created."),null}}(N,s),Tt=!0),xt=St),xt&&"string"==typeof kt&&(kt=Ot("")));a&&a(t),Ce=t},Ge=L({},[...B,...P,...U]),Ye=L({},[...G,...Y]),$e=function(t){h(r.removed,{element:t});try{yt(t).removeChild(t)}catch(e){if(mt(t),!yt(t))throw _("a node selected for removal could not be detached from its tree and cannot be safely returned; refusing to sanitize in place")}},qe=function(t){Ve(t);const e=ht(t);if(e){const t=[];p(e,(e=>{h(t,e)})),p(t,(t=>{try{mt(t)}catch(t){}}))}const n=bt(t);if(n)for(let e=n.length-1;e>=0;--e){const r=n[e],o=r&&r.name;if("string"==typeof o)try{t.removeAttribute(o)}catch(t){}}},He=function(t,e){try{h(r.removed,{attribute:e.getAttributeNode(t),from:e})}catch(t){h(r.removed,{attribute:null,from:e})}if(e.removeAttribute(t),"is"===t)if(ce||se)try{$e(e)}catch(t){}else try{e.setAttribute(t,"")}catch(t){}},We=function(t){const e=bt(t);if(e)for(let n=e.length-1;n>=0;--n){const r=e[n],o=r&&r.name;if("string"==typeof o&&!qt[Fe(o)])try{t.removeAttribute(o)}catch(t){}}},Ve=function(t){const e=[t];for(;e.length>0;){const t=e.pop();1===(wt?wt(t):t.nodeType)&&We(t);const n=ht(t);if(n)for(let t=n.length-1;t>=0;--t)e.push(n[t])}},Ke=function(t){let e=null,n=null;if(le)t="<remove></remove>"+t;else{const e=v(t,/^[\r\n\t ]+/);n=e&&e[0]}"application/xhtml+xml"===Ne&&Ee===Ae&&(t='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+t+"</body></html>");const r=xt?Ot(t):t;if(Ee===Ae)try{e=(new I).parseFromString(r,Ne)}catch(t){}if(!e||!e.documentElement){e=Dt.createDocument(Ee,"template",null);try{e.documentElement.innerHTML=Oe?kt:r}catch(t){}}const i=e.body||e.documentElement;return t&&n&&i.insertBefore(o.createTextNode(n),i.childNodes[0]||null),Ee===Ae?_t.call(e,re?"html":"body")[0]:re?e.documentElement:i},Xe=function(t){return zt.call(t.ownerDocument||t,t,j.SHOW_ELEMENT|j.SHOW_COMMENT|j.SHOW_TEXT|j.SHOW_PROCESSING_INSTRUCTION|j.SHOW_CDATA_SECTION,null)},Je=function(t){return t=x(t,Lt," "),t=x(t,Nt," "),x(t,Mt," ")},Qe=function(t){var e;t.normalize();const n=zt.call(t.ownerDocument||t,t,j.SHOW_TEXT|j.SHOW_COMMENT|j.SHOW_CDATA_SECTION|j.SHOW_PROCESSING_INSTRUCTION,null);let r=n.nextNode();for(;r;)r.data=Je(r.data),r=n.nextNode();const o=null===(e=t.querySelectorAll)||void 0===e?void 0:e.call(t,"template");o&&p(o,(t=>{tn(t.content)&&Qe(t.content)}))},Ze=function(t){const e=vt?vt(t):null;return"string"==typeof e&&"form"===Fe(e)&&("string"!=typeof t.nodeName||"string"!=typeof t.textContent||"function"!=typeof t.removeChild||t.attributes!==bt(t)||"function"!=typeof t.removeAttribute||"function"!=typeof t.setAttribute||"string"!=typeof t.namespaceURI||"function"!=typeof t.insertBefore||"function"!=typeof t.hasChildNodes||t.nodeType!==wt(t)||t.childNodes!==ht(t))},tn=function(t){if(!wt||"object"!=typeof t||null===t)return!1;try{return 11===wt(t)}catch(t){return!1}},en=function(t){if(!wt||"object"!=typeof t||null===t)return!1;try{return"number"==typeof wt(t)}catch(t){return!1}};function nn(t,e,n){0!==t.length&&p(t,(t=>{t.call(r,e,n,Ce)}))}const rn=function(t,e){if(nn(It.beforeSanitizeElements,t,null),t!==e&&null===yt(t))return!0;if(Ze(t))return $e(t),!0;const n=Fe(vt?vt(t):t.nodeName);if(nn(It.uponSanitizeElement,t,{tagName:n,allowedTags:Yt}),t!==e&&null===yt(t))return!0;if(function(t,e){return!!(ne&&t.hasChildNodes()&&!en(t.firstElementChild)&&R(it,t.textContent)&&R(it,t.innerHTML))||!(!ne||t.namespaceURI!==Ae||"style"!==e||!en(t.firstElementChild))||7===t.nodeType||!(!ne||8!==t.nodeType||!R(at,t.data))}(t,n))return $e(t),!0;if(Vt[n]||!(Xt.tagCheck instanceof Function&&Xt.tagCheck(n))&&!Yt[n]){const e=function(t,e){if(!Vt[e]&&ln(e)){if(Wt.tagNameCheck instanceof RegExp&&R(Wt.tagNameCheck,e))return!1;if(Wt.tagNameCheck instanceof Function&&Wt.tagNameCheck(e))return!1}if(de&&!ge[e]){const e=yt(t),n=ht(t);if(n&&e)for(let r=n.length-1;r>=0;--r){const o=he?n[r]:pt(n[r],!0);e.insertBefore(o,dt(t))}}return $e(t),!0}(t,n);return!1===e&&nn(It.afterSanitizeElements,t,null),e}if(1===(wt?wt(t):t.nodeType)&&!function(t){let e=yt(t);e&&e.tagName||(e={namespaceURI:Ee,tagName:"template"});const n=b(t.tagName),r=b(e.tagName);return!!De[t.namespaceURI]&&(t.namespaceURI===Te?function(t,e,n){return e.namespaceURI===Ae?"svg"===t:e.namespaceURI===ke?"svg"===t&&("annotation-xml"===n||_e[n]):Boolean(Ge[t])}(n,e,r):t.namespaceURI===ke?function(t,e,n){return e.namespaceURI===Ae?"math"===t:e.namespaceURI===Te?"math"===t&&Ie[n]:Boolean(Ye[t])}(n,e,r):t.namespaceURI===Ae?function(t,e,n){return!(e.namespaceURI===Te&&!Ie[n])&&!(e.namespaceURI===ke&&!_e[n])&&!Ye[t]&&(Le[t]||!Ge[t])}(n,e,r):!("application/xhtml+xml"!==Ne||!De[t.namespaceURI]))}(t))return $e(t),!0;if(("noscript"===n||"noembed"===n||"noframes"===n)&&R(lt,t.innerHTML))return $e(t),!0;if(ee&&3===t.nodeType){const e=Je(t.textContent);t.textContent!==e&&(h(r.removed,{element:t.cloneNode()}),t.textContent=e)}return nn(It.afterSanitizeElements,t,null),!1},on=function(t,e,n){if(Kt[e])return!1;if(ne&&"patchsrc"===e)return!1;if(ne&&"for"===e&&"label"!==t&&"output"!==t)return!1;if(fe&&("id"===e||"name"===e)&&(n in o||n in Be))return!1;const r=qt[e]||Xt.attributeCheck instanceof Function&&Xt.attributeCheck(e,t);if(Qt&&R(Ft,e));else if(Jt&&R(Ct,e));else if(r){if(xe[e]);else if(R(Gt,x(n,Pt,"")));else if("src"!==e&&"xlink:href"!==e&&"href"!==e||"script"===t||0!==S(n,"data:")||!we[t])if(Zt&&!R(Bt,x(n,Pt,"")));else if(n)return!1}else if(!(ln(t)&&(Wt.tagNameCheck instanceof RegExp&&R(Wt.tagNameCheck,t)||Wt.tagNameCheck instanceof Function&&Wt.tagNameCheck(t))&&(Wt.attributeNameCheck instanceof RegExp&&R(Wt.attributeNameCheck,e)||Wt.attributeNameCheck instanceof Function&&Wt.attributeNameCheck(e,t))||"is"===e&&Wt.allowCustomizedBuiltInElements&&(Wt.tagNameCheck instanceof RegExp&&R(Wt.tagNameCheck,n)||Wt.tagNameCheck instanceof Function&&Wt.tagNameCheck(n))))return!1;return!0},an=L({},["annotation-xml","color-profile","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","missing-glyph"]),ln=function(t){return!an[b(t)]&&R(Ut,t)},cn=function(t,e,n,r){if(xt&&"object"==typeof N&&"function"==typeof N.getAttributeType&&!n)switch(N.getAttributeType(t,e)){case"TrustedHTML":return Ot(r);case"TrustedScriptURL":return function(t){Et(),At++;try{return xt.createScriptURL(t)}finally{At--}}(r)}return r},sn=function(t,e,n,o){try{n?t.setAttributeNS(n,e,o):t.setAttribute(e,o),Ze(t)?$e(t):d(r.removed)}catch(n){He(e,t)}},un=function(t){nn(It.beforeSanitizeAttributes,t,null);const e=t.attributes;if(!e||Ze(t))return;const n={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:qt,forceKeepAttr:void 0};let r=e.length;const o=Fe(t.nodeName);for(;r--;){const i=e[r],a=i.name,l=i.namespaceURI,c=i.value,s=Fe(a),u=c;let f="value"===a?u:k(u);n.attrName=s,n.attrValue=f,n.keepAttr=!0,n.forceKeepAttr=void 0,nn(It.uponSanitizeAttribute,t,n),f=n.attrValue,!pe||"id"!==s&&"name"!==s||0===S(f,me)||(He(a,t),f=me+f),ne&&R(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,f)||"attributename"===s&&v(f,"href")?He(a,t):n.forceKeepAttr||(!n.keepAttr||!te&&R(ct,f)?He(a,t):(ee&&(f=Je(f)),on(o,s,f)?(f=cn(o,s,l,f),f!==u&&sn(t,a,l,f)):He(a,t)))}nn(It.afterSanitizeAttributes,t,null)},fn=function(t){let e=null;const n=Xe(t);for(nn(It.beforeSanitizeShadowDOM,t,null);e=n.nextNode();)if(nn(It.uponSanitizeShadowNode,e,null),rn(e,t),un(e),tn(e.content)&&fn(e.content),1===(wt?wt(e):e.nodeType)){const t=gt(e);tn(t)&&(pn(t),fn(t))}nn(It.afterSanitizeShadowDOM,t,null)},pn=function(t){const e=[{node:t,shadow:null}];for(;e.length>0;){const t=e.pop();if(t.shadow){fn(t.shadow);continue}const n=t.node,r=1===(wt?wt(n):n.nodeType),o=ht(n);if(o)for(let t=o.length-1;t>=0;--t)e.push({node:o[t],shadow:null});if(r){const t=vt?vt(n):null;if("string"==typeof t&&"template"===Fe(t)){const t=n.content;tn(t)&&e.push({node:t,shadow:null})}}if(r){const t=gt(n);tn(t)&&e.push({node:null,shadow:t},{node:t,shadow:null})}}};return r.sanitize=function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null,o=null,a=null,l=null;if(Oe=!t,Oe&&(t="\x3c!--\x3e"),"string"!=typeof t&&!en(t)&&"string"!=typeof(t=function(t){switch(typeof t){case"string":return t;case"number":return T(t);case"boolean":return A(t);case"bigint":return E?E(t):"0";case"symbol":return O?O(t):"Symbol()";case"undefined":default:return z(t);case"function":case"object":{if(null===t)return z(t);const e=t,n=F(e,"toString");if("function"==typeof n){const t=n(e);return"string"==typeof t?t:z(t)}return z(t)}}}(t)))throw _("dirty is not a string, aborting");if(!r.isSupported)return t;oe?(Yt=ie,qt=ae):Ue(e),(It.uponSanitizeElement.length>0||It.uponSanitizeAttribute.length>0)&&(Yt=M(Yt)),It.uponSanitizeAttribute.length>0&&(qt=M(qt)),r.removed=[];const c=he&&"string"!=typeof t&&en(t);if(c){!function(t){if(!ne)return;const e=[t];for(;e.length>0;){const t=e.pop(),n=wt?wt(t):t.nodeType;if(7===n||8===n&&R(at,t.data)){try{mt(t)}catch(t){}continue}if(1===n){const e=t,n=Fe(vt?vt(t):t.nodeName);try{e.hasAttribute&&e.hasAttribute("patchsrc")&&e.removeAttribute("patchsrc"),e.hasAttribute&&e.hasAttribute("for")&&"label"!==n&&"output"!==n&&e.removeAttribute("for")}catch(t){}}const r=ht(t);if(r)for(let t=r.length-1;t>=0;--t)e.push(r[t])}}(t);const e=vt?vt(t):t.nodeName;if("string"==typeof e){const n=Fe(e);if(!Yt[n]||Vt[n])throw qe(t),_("root node is forbidden and cannot be sanitized in-place")}if(Ze(t))throw qe(t),_("root node is clobbered and cannot be sanitized in-place");try{pn(t)}catch(e){throw qe(t),e}}else if(en(t))n=Ke("\x3c!----\x3e"),o=n.ownerDocument.importNode(t,!0),1===o.nodeType&&"BODY"===o.nodeName||"HTML"===o.nodeName?n=o:n.appendChild(o),pn(o);else{if(!ce&&!ee&&!re&&-1===t.indexOf("<"))return xt&&ue?Ot(t):t;if(n=Ke(t),!n)return ce?null:ue?kt:""}n&&le&&$e(n.firstChild);const s=c?t:n,u=Xe(s);try{for(;a=u.nextNode();)rn(a,s),un(a),tn(a.content)&&fn(a.content)}catch(e){throw c&&(qe(t),p(r.removed,(t=>{t.element&&Ve(t.element)}))),e}if(c)return p(r.removed,(t=>{t.element&&Ve(t.element)})),ee&&Qe(t),t;if(ce){if(ee&&Qe(n),se)for(l=Rt.call(n.ownerDocument);n.firstChild;)l.appendChild(n.firstChild);else l=n;return(qt.shadowroot||qt.shadowrootmode)&&(l=jt.call(i,l,!0)),l}let f=re?n.outerHTML:n.innerHTML;return re&&Yt["!doctype"]&&n.ownerDocument&&n.ownerDocument.doctype&&n.ownerDocument.doctype.name&&R(rt,n.ownerDocument.doctype.name)&&(f="<!DOCTYPE "+n.ownerDocument.doctype.name+">\n"+f),ee&&(f=Je(f)),xt&&ue?Ot(f):f},r.setConfig=function(){Ue(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),oe=!0,ie=Yt,ae=qt},r.clearConfig=function(){Ce=null,oe=!1,ie=null,ae=null,xt=St,kt=""},r.isValidAttribute=function(t,e,n){Ce||Ue({});const r=Fe(t),o=Fe(e);return on(r,o,n)},r.addHook=function(t,e){"function"==typeof e&&D(It,t)&&h(It[t],e)},r.removeHook=function(t,e){if(D(It,t)){if(void 0!==e){const n=m(It[t],e);return-1===n?void 0:y(It[t],n,1)[0]}return d(It[t])}},r.removeHooks=function(t){D(It,t)&&(It[t]=[])},r.removeAllHooks=function(){It={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},r}();const pt=t=>ft.sanitize(t,{USE_PROFILES:{svg:!0},FORBID_ATTR:["height","width"]}),mt=new Map,dt=t=>(mt.has(t)||mt.set(t,fetch(t).then((e=>{if(!e.ok)throw new Error(`ds-icon: failed to fetch SVG "${t}" (${e.status})`);return e.text()})).then((t=>pt(t))).catch((e=>(console.error(e),mt.delete(t),"")))),mt.get(t));export{dt as f,pt as s}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
+ */
4
+ var r,a;function n(){return a?r:(a=1,r=Array.isArray)}export{n as r}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
+ */
4
+ const t=["top","top-start","top-end","right","right-start","right-end","bottom","bottom-start","bottom-end","left","left-start","left-end"],o=["dialog","listbox","menu","tree","grid"];export{t as P,o as a}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
3
  */
4
- const e=["primary","danger","success","warning",""],a=["on","off",""],n=["none","text","tel","url","email","numeric","decimal","search",""],r=["vehicle-registration-number","contract-number","basic-contract-number","claim-number","offer-number","be-enterprise-number","be-iban",""],c=["color","date","datetime-local","email","file","image","month","number","password","range","search","tel","text","time","url","week",""],t=["on","off","name","honorific-prefix","given-name","additional-name","family-name","honorific-suffix","nickname","email","username","new-password","current-password","one-time-code","organization-title","organization","street-address","address-line1","address-line2","address-line3","address-level4","address-level3","address-level2","address-level1","country","country-name","postal-code","cc-name","cc-given-name","cc-additional-name","cc-family-name","cc-number","cc-exp","cc-exp-month","cc-exp-year","cc-csc","cc-type","transaction-currency","transaction-amount","language","bday","bday-day","bday-month","bday-year","sex","tel","tel-country-code","tel-national","tel-area-code","tel-local","tel-extension","impp","url","photo",""];export{e as I,c as a,t as b,a as c,n as d,r as e}
4
+ const e=["primary","danger","success","warning",""],a=["on","off",""],n=["none","text","tel","url","email","numeric","decimal","search",""],r=["vehicle-registration-number","contract-number","basic-contract-number","claim-number","offer-number","be-enterprise-number","be-iban",""],c=["color","date","datetime-local","email","file","image","month","number","password","range","search","tel","text","time","url","week",""],t=["on","off","name","honorific-prefix","given-name","additional-name","family-name","honorific-suffix","nickname","email","username","new-password","current-password","one-time-code","organization-title","organization","street-address","address-line1","address-line2","address-line3","address-level4","address-level3","address-level2","address-level1","country","country-name","postal-code","cc-name","cc-given-name","cc-additional-name","cc-family-name","cc-number","cc-exp","cc-exp-month","cc-exp-year","cc-csc","cc-type","transaction-currency","transaction-amount","language","bday","bday-day","bday-month","bday-year","sex","tel","tel-country-code","tel-national","tel-area-code","tel-local","tel-extension","impp","url","photo",""];export{e as I,t as a,c as b,a as c,n as d,r as e}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
3
  */
4
- const t=["right","center","left",""],r=["auto","row","column"],e=["","primary","secondary","tertiary","tertiary-purple","tertiary-red","tertiary-yellow","tertiary-green","link","light","success","warning","danger","text","info","primary-light","info-light"],a=["button","reset","submit"],i=["sm","","lg","xl","small"],s=["_blank","_parent","_self","_top"];export{s as B,e as a,a as b,i as c,t as d,r as e}
4
+ const t=["right","center","left",""],r=["auto","row","column"],e=["","primary","secondary","tertiary","tertiary-purple","tertiary-red","tertiary-yellow","tertiary-green","link","light","success","warning","danger","text","info","primary-light","info-light"],a=["button","reset","submit"],i=["sm","","lg","xl","small"],s=["_blank","_parent","_self","_top",""];export{s as B,t as a,r as b,e as c,a as d,i as e}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
+ */
4
+ const t=Math.min,n=Math.max,e=Math.round,o=Math.floor,r=t=>({x:t,y:t}),i={left:"right",right:"left",bottom:"top",top:"bottom"};function l(e,o,r){return n(e,t(o,r))}function c(t,n){return"function"==typeof t?t(n):t}function a(t){return t.split("-")[0]}function u(t){return t.split("-")[1]}function s(t){return"x"===t?"y":"x"}function f(t){return"y"===t?"height":"width"}function d(t){const n=t[0];return"t"===n||"b"===n?"y":"x"}function m(t){return s(d(t))}function y(t){return t.includes("start")?t.replace("start","end"):t.replace("end","start")}const h=["left","right"],p=["right","left"],w=["top","bottom"],g=["bottom","top"];function x(t){const n=a(t);return i[n]+t.slice(n.length)}function v(t){return"number"!=typeof t?function(t){var n,e,o,r;return{top:null!=(n=t.top)?n:0,right:null!=(e=t.right)?e:0,bottom:null!=(o=t.bottom)?o:0,left:null!=(r=t.left)?r:0}}(t):{top:t,right:t,bottom:t,left:t}}function b(t){const{x:n,y:e,width:o,height:r}=t;return{width:o,height:r,top:e,left:n,right:n+o,bottom:e+r,x:n,y:e}}function A(t,n,e){let{reference:o,floating:r}=t;const i=d(n),l=m(n),c=f(l),s=a(n),y="y"===i,h=o.x+o.width/2-r.width/2,p=o.y+o.height/2-r.height/2,w=o[c]/2-r[c]/2;let g;switch(s){case"top":g={x:h,y:o.y-r.height};break;case"bottom":g={x:h,y:o.y+o.height};break;case"right":g={x:o.x+o.width,y:p};break;case"left":g={x:o.x-r.width,y:p};break;default:g={x:o.x,y:o.y}}const x=u(n);return x&&(g[l]+=w*("end"===x?1:-1)*(e&&y?-1:1)),g}async function S(t,n){var e;void 0===n&&(n={});const{x:o,y:r,platform:i,rects:l,elements:a,strategy:u}=t,{boundary:s="clippingAncestors",rootBoundary:f="viewport",elementContext:d="floating",altBoundary:m=!1,padding:y=0}=c(n,t),h=v(y),p=a[m?"floating"===d?"reference":"floating":d],w=b(await i.getClippingRect({element:null==(e=await(null==i.isElement?void 0:i.isElement(p)))||e?p:p.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(a.floating)),boundary:s,rootBoundary:f,strategy:u})),g="floating"===d?{x:o,y:r,width:l.floating.width,height:l.floating.height}:l.reference,x=await(null==i.getOffsetParent?void 0:i.getOffsetParent(a.floating)),A=await(null==i.isElement?void 0:i.isElement(x))&&await(null==i.getScale?void 0:i.getScale(x))||{x:1,y:1},S=b(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:g,offsetParent:x,strategy:u}):g);return{top:(w.top-S.top+h.top)/A.y,bottom:(S.bottom-w.bottom+h.bottom)/A.y,left:(w.left-S.left+h.left)/A.x,right:(S.right-w.right+h.right)/A.x}}const R=new Set(["left","top"]);function F(){return"undefined"!=typeof window}function O(t){return T(t)?(t.nodeName||"").toLowerCase():"#document"}function k(t){var n;return(null==t||null==(n=t.ownerDocument)?void 0:n.defaultView)||window}function C(t){var n;return null==(n=(T(t)?t.ownerDocument:t.document)||window.document)?void 0:n.documentElement}function T(t){return!!F()&&(t instanceof Node||t instanceof k(t).Node)}function z(t){return!!F()&&(t instanceof Element||t instanceof k(t).Element)}function D(t){return!!F()&&(t instanceof HTMLElement||t instanceof k(t).HTMLElement)}function M(t){return!(!F()||"undefined"==typeof ShadowRoot)&&(t instanceof ShadowRoot||t instanceof k(t).ShadowRoot)}function P(t){const{overflow:n,overflowX:e,overflowY:o,display:r}=H(t);return/auto|scroll|overlay|hidden|clip/.test(n+o+e)&&"inline"!==r&&"contents"!==r}function L(t){return/^(table|td|th)$/.test(O(t))}function E(t){try{if(t.matches(":popover-open"))return!0}catch(t){}try{return t.matches(":modal")}catch(t){return!1}}const B=/transform|translate|scale|rotate|perspective|filter/,$=/paint|layout|strict|content/,I=t=>!!t&&"none"!==t;let N;function V(t){const n=z(t)?H(t):t;return I(n.transform)||I(n.translate)||I(n.scale)||I(n.rotate)||I(n.perspective)||!j()&&(I(n.backdropFilter)||I(n.filter))||B.test(n.willChange||"")||$.test(n.contain||"")}function j(){return null==N&&(N="undefined"!=typeof CSS&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),N}function q(t){return/^(html|body|#document)$/.test(O(t))}function H(t){return k(t).getComputedStyle(t)}function W(t){return z(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function X(t){if("html"===O(t))return t;const n=t.assignedSlot||t.parentNode||M(t)&&t.host||C(t);return M(n)?n.host:n}function Y(t){const n=X(t);return q(n)?(t.ownerDocument||t).body:D(n)&&P(n)?n:Y(n)}function _(t,n,e){var o;void 0===n&&(n=[]),void 0===e&&(e=!0);const r=Y(t),i=r===(null==(o=t.ownerDocument)?void 0:o.body),l=k(r);if(i){const t=G(l);return n.concat(l,l.visualViewport||[],P(r)?r:[],t&&e?_(t):[])}return n.concat(r,_(r,[],e))}function G(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function J(t){const n=H(t);let o=parseFloat(n.width)||0,r=parseFloat(n.height)||0;const i=D(t),l=i?t.offsetWidth:o,c=i?t.offsetHeight:r,a=e(o)!==l||e(r)!==c;return a&&(o=l,r=c),{width:o,height:r,$:a}}function K(t){return z(t)?t:t.contextElement}function Q(t){const n=K(t);if(!D(n))return r(1);const o=n.getBoundingClientRect(),{width:i,height:l,$:c}=J(n);let a=(c?e(o.width):o.width)/i,u=(c?e(o.height):o.height)/l;return a&&Number.isFinite(a)||(a=1),u&&Number.isFinite(u)||(u=1),{x:a,y:u}}const U=r(0);function Z(t){const n=k(t);return j()&&n.visualViewport?{x:n.visualViewport.offsetLeft,y:n.visualViewport.offsetTop}:U}function tt(t,n,e,o){void 0===n&&(n=!1),void 0===e&&(e=!1);const i=t.getBoundingClientRect(),l=K(t);let c=r(1);n&&(o?z(o)&&(c=Q(o)):c=Q(t));const a=function(t,n,e){return void 0===n&&(n=!1),!!e&&n&&e===k(t)}(l,e,o)?Z(l):r(0);let u=(i.left+a.x)/c.x,s=(i.top+a.y)/c.y,f=i.width/c.x,d=i.height/c.y;if(l&&o){const t=k(l),n=z(o)?k(o):o;let e=t,r=G(e);for(;r&&n!==e;){const t=Q(r),n=r.getBoundingClientRect(),o=H(r),i=n.left+(r.clientLeft+parseFloat(o.paddingLeft))*t.x,l=n.top+(r.clientTop+parseFloat(o.paddingTop))*t.y;u*=t.x,s*=t.y,f*=t.x,d*=t.y,u+=i,s+=l,e=k(r),r=G(e)}}return b({width:f,height:d,x:u,y:s})}function nt(t,n){const e=W(t).scrollLeft;return n?n.left+e:tt(C(t)).left+e}function et(t,n){const e=t.getBoundingClientRect();return{x:e.left+n.scrollLeft-nt(t,e),y:e.top+n.scrollTop}}function ot(t,e,o){let r;if("viewport"===e||"layoutViewport"===e)r=function(t,n,e){void 0===e&&(e="viewport");const o="layoutViewport"===e,r=k(t),i=C(t),l=r.visualViewport;let c=i.clientWidth,a=i.clientHeight,u=0,s=0;if(l){const t=!j()||"fixed"===n;o?t||(u=-l.offsetLeft,s=-l.offsetTop):(c=l.width,a=l.height,t&&(u=l.offsetLeft,s=l.offsetTop))}if(nt(i)<=0){const t=i.ownerDocument,n=t.body,e=getComputedStyle(n),o="CSS1Compat"===t.compatMode&&parseFloat(e.marginLeft)+parseFloat(e.marginRight)||0,r=Math.abs(i.clientWidth-n.clientWidth-o),l="stable both-edges"===getComputedStyle(i).scrollbarGutter?r/2:r;l<=25&&(c-=l)}return{width:c,height:a,x:u,y:s}}(t,o,e);else if("document"===e)r=function(t){const e=W(t),o=t.ownerDocument.body,r=n(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),i=n(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let l=-e.scrollLeft+nt(t);const c=-e.scrollTop;return"rtl"===H(o).direction&&(l+=n(t.clientWidth,o.clientWidth)-r),{width:r,height:i,x:l,y:c}}(C(t));else if(z(e))r=function(t,n){const e=tt(t,!0,"fixed"===n),o=e.top+t.clientTop,r=e.left+t.clientLeft,i=Q(t);return{width:t.clientWidth*i.x,height:t.clientHeight*i.y,x:r*i.x,y:o*i.y}}(e,o);else{const n=Z(t);r={x:e.x-n.x,y:e.y-n.y,width:e.width,height:e.height}}return b(r)}function rt(t,n,e){const o=D(n),i=C(n),l="fixed"===e,c=tt(t,!0,l,n);let a={scrollLeft:0,scrollTop:0};const u=r(0);if((o||!l)&&(("body"!==O(n)||P(i))&&(a=W(n)),o)){const t=tt(n,!0,l,n);u.x=t.x+n.clientLeft,u.y=t.y+n.clientTop}!o&&i&&(u.x=nt(i));const s=!i||o||l?r(0):et(i,a);return{x:c.left+a.scrollLeft-u.x-s.x,y:c.top+a.scrollTop-u.y-s.y,width:c.width,height:c.height}}function it(t){return"static"===H(t).position}function lt(t,n){if(!D(t)||"fixed"===H(t).position)return null;if(n)return n(t);let e=t.offsetParent;return C(t)===e&&(e=e.ownerDocument.body),e}function ct(t,n){const e=k(t);if(E(t))return e;if(!D(t)){let n=X(t);for(;n&&!q(n);){if(z(n)&&!it(n))return n;n=X(n)}return e}let o=lt(t,n);for(;o&&L(o)&&it(o);)o=lt(o,n);return o&&q(o)&&it(o)&&!V(o)?e:o||function(t){let n=X(t);for(;D(n)&&!q(n);){if(V(n))return n;if(E(n))return null;n=X(n)}return null}(t)||e}const at={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{elements:n,rect:e,offsetParent:o,strategy:i}=t;const l="fixed"===i,c=C(o),a=!!n&&E(n.floating);if(o===c||a&&l)return e;let u={scrollLeft:0,scrollTop:0},s=r(1);const f=r(0),d=D(o);if((d||!l)&&(("body"!==O(o)||P(c))&&(u=W(o)),d)){const t=tt(o);s=Q(o),f.x=t.x+o.clientLeft,f.y=t.y+o.clientTop}const m=!c||d||l?r(0):et(c,u);return{width:e.width*s.x,height:e.height*s.y,x:e.x*s.x-u.scrollLeft*s.x+f.x+m.x,y:e.y*s.y-u.scrollTop*s.y+f.y+m.y}},getDocumentElement:C,getClippingRect:function(e){let{element:o,boundary:r,rootBoundary:i,strategy:l}=e;const c=[..."clippingAncestors"===r?E(o)?[]:function(t,n){const e=n.get(t);if(e)return e;let o=_(t,[],!1).filter((t=>z(t)&&"body"!==O(t))),r=null;const i="fixed"===H(t).position;let l=i?X(t):t;for(;z(l)&&!q(l);){const t=H(l),n=V(l),e=r?r.position:i?"fixed":"";n||"fixed"!==e&&("absolute"!==e||"static"!==t.position)?r=t:o=o.filter((t=>t!==l)),l=X(l)}return n.set(t,o),o}(o,this._c):[].concat(r),i],a=ot(o,c[0],l);let u=a.top,s=a.right,f=a.bottom,d=a.left;for(let e=1;e<c.length;e++){const r=ot(o,c[e],l);u=n(r.top,u),s=t(r.right,s),f=t(r.bottom,f),d=n(r.left,d)}return{width:s-d,height:f-u,x:d,y:u}},getOffsetParent:ct,getElementRects:async function(t){const n=this.getOffsetParent||ct,e=this.getDimensions,o=await e(t.floating);return{reference:rt(t.reference,await n(t.floating),t.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}},getClientRects:function(t){return t.getClientRects?Array.from(t.getClientRects()):[]},getDimensions:function(t){const{width:n,height:e}=J(t);return{width:n,height:e}},getScale:Q,isElement:z,isRTL:function(t){return"rtl"===H(t).direction}};function ut(t,n){return t.x===n.x&&t.y===n.y&&t.width===n.width&&t.height===n.height}function st(e,r,i,l){void 0===l&&(l={});const{ancestorScroll:c=!0,ancestorResize:a=!0,elementResize:u="function"==typeof ResizeObserver,layoutShift:s="function"==typeof IntersectionObserver,animationFrame:f=!1}=l,d=K(e),m=c||a?[...d?_(d):[],...r?_(r):[]]:[];m.forEach((t=>{c&&t.addEventListener("scroll",i),a&&t.addEventListener("resize",i)}));const y=d&&s?function(e,r,i){let l,c=null;const a=C(e);function u(){var t;clearTimeout(l),null==(t=c)||t.disconnect(),c=null}function s(i,f){void 0===i&&(i=!1),void 0===f&&(f=1),u();const d=e.getBoundingClientRect(),{left:m,top:y,width:h,height:p}=d;if(i||r(),!h||!p)return;const w={rootMargin:-o(y)+"px "+-o(a.clientWidth-(m+h))+"px "+-o(a.clientHeight-(y+p))+"px "+-o(m)+"px",threshold:n(0,t(1,f))||1};let g=!0;function x(t){const n=t[0].intersectionRatio;if(!ut(d,e.getBoundingClientRect()))return s();if(n!==f){if(!g)return s();n?s(!1,n):l=setTimeout((()=>{s(!1,1e-7)}),1e3)}g=!1}try{c=new IntersectionObserver(x,{...w,root:a.ownerDocument})}catch(t){c=new IntersectionObserver(x,w)}c.observe(e)}const f=k(e),d=()=>s(i);return f.addEventListener("resize",d),s(!0),()=>{f.removeEventListener("resize",d),u()}}(d,i,a):null;let h,p=-1,w=null;u&&(w=new ResizeObserver((t=>{let[n]=t;n&&n.target===d&&w&&r&&(w.unobserve(r),cancelAnimationFrame(p),p=requestAnimationFrame((()=>{var t;null==(t=w)||t.observe(r)}))),i()})),d&&!f&&w.observe(d),r&&w.observe(r));let g=f?tt(e):null;return f&&function t(){const n=tt(e);g&&!ut(g,n)&&i(),g=n,h=requestAnimationFrame(t)}(),i(),()=>{var t;m.forEach((t=>{c&&t.removeEventListener("scroll",i),a&&t.removeEventListener("resize",i)})),null==y||y(),null==(t=w)||t.disconnect(),w=null,f&&cancelAnimationFrame(h)}}const ft=function(t){return void 0===t&&(t=0),{name:"offset",options:t,async fn(n){var e,o;const{x:r,y:i,placement:l,middlewareData:s}=n,f=await async function(t,n){const{placement:e,platform:o,elements:r}=t,i=await(null==o.isRTL?void 0:o.isRTL(r.floating)),l=a(e),s=u(e),f="y"===d(e),m=R.has(l)?-1:1,y=i&&f?-1:1,h=c(n,t);let{mainAxis:p,crossAxis:w,alignmentAxis:g}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return s&&"number"==typeof g&&(w="end"===s?-1*g:g),f?{x:w*y,y:p*m}:{x:p*m,y:w*y}}(n,t);return l===(null==(e=s.offset)?void 0:e.placement)&&null!=(o=s.arrow)&&o.alignmentOffset?{}:{x:r+f.x,y:i+f.y,data:{...f,placement:l}}}}},dt=function(t){return void 0===t&&(t={}),{name:"shift",options:t,async fn(n){const{x:e,y:o,placement:r,platform:i}=n,{mainAxis:a=!0,crossAxis:u=!1,limiter:f={fn:t=>{let{x:n,y:e}=t;return{x:n,y:e}}},...m}=c(t,n),y={x:e,y:o},h=await i.detectOverflow(n,m),p=d(r),w=s(p);let g=y[w],x=y[p];const v=(t,n)=>l(n+h["y"===t?"top":"left"],n,n-h["y"===t?"bottom":"right"]);a&&(g=v(w,g)),u&&(x=v(p,x));const b=f.fn({...n,[w]:g,[p]:x});return{...b,data:{x:b.x-e,y:b.y-o,enabled:{[w]:a,[p]:u}}}}}},mt=function(t){return void 0===t&&(t={}),{name:"flip",options:t,async fn(n){var e,o;const{placement:r,middlewareData:i,rects:l,initialPlacement:s,platform:v,elements:b}=n,{mainAxis:A=!0,crossAxis:S=!0,fallbackPlacements:R,fallbackStrategy:F="bestFit",fallbackAxisSideDirection:O="none",flipAlignment:k=!0,...C}=c(t,n);if(null!=(e=i.arrow)&&e.alignmentOffset)return{};const T=a(r),z=d(s),D=a(s)===s,M=await(null==v.isRTL?void 0:v.isRTL(b.floating)),P=R||(D||!k?[x(s)]:function(t){const n=x(t);return[y(t),n,y(n)]}(s)),L="none"!==O;!R&&L&&P.push(...function(t,n,e,o){const r=u(t);let i=function(t,n,e){switch(t){case"top":case"bottom":return e?n?p:h:n?h:p;case"left":case"right":return n?w:g;default:return[]}}(a(t),"start"===e,o);return r&&(i=i.map((t=>t+"-"+r)),n&&(i=i.concat(i.map(y)))),i}(s,k,O,M));const E=[s,...P],B=await v.detectOverflow(n,C),$=[];let I=(null==(o=i.flip)?void 0:o.overflows)||[];if(A&&$.push(B[T]),S){const t=function(t,n,e){void 0===e&&(e=!1);const o=u(t),r=m(t),i=f(r);let l="x"===r?o===(e?"end":"start")?"right":"left":"start"===o?"bottom":"top";return n.reference[i]>n.floating[i]&&(l=x(l)),[l,x(l)]}(r,l,M);$.push(B[t[0]],B[t[1]])}if(I=[...I,{placement:r,overflows:$}],!$.every((t=>t<=0))){var N,V;const t=((null==(N=i.flip)?void 0:N.index)||0)+1,n=E[t];if(n&&("alignment"!==S||z===d(n)||I.every((t=>d(t.placement)!==z||t.overflows[0]>0))))return{data:{index:t,overflows:I},reset:{placement:n}};let e=null==(V=I.filter((t=>t.overflows[0]<=0)).sort(((t,n)=>t.overflows[1]-n.overflows[1]))[0])?void 0:V.placement;if(!e)switch(F){case"bestFit":{var j;const t=null==(j=I.filter((t=>{if(L){const n=d(t.placement);return n===z||"y"===n}return!0})).map((t=>[t.placement,t.overflows.filter((t=>t>0)).reduce(((t,n)=>t+n),0)])).sort(((t,n)=>t[1]-n[1]))[0])?void 0:j[0];t&&(e=t);break}case"initialPlacement":e=s}if(r!==e)return{reset:{placement:e}}}return{}}}},yt=n=>({name:"arrow",options:n,async fn(e){const{x:o,y:r,placement:i,rects:a,platform:s,elements:d,middlewareData:y}=e,{element:h,padding:p=0}=c(n,e)||{};if(null==h)return{};const w=v(p),g={x:o,y:r},x=m(i),b=f(x),A=await s.getDimensions(h),S="y"===x,R=S?"top":"left",F=S?"bottom":"right",O=S?"clientHeight":"clientWidth",k=a.reference[b]+a.reference[x]-g[x]-a.floating[b],C=g[x]-a.reference[x],T=await(null==s.getOffsetParent?void 0:s.getOffsetParent(h));let z=T?T[O]:0;z&&await(null==s.isElement?void 0:s.isElement(T))||(z=d.floating[O]||a.floating[b]);const D=k/2-C/2,M=z/2-A[b]/2-1,P=t(w[R],M),L=t(w[F],M),E=z-A[b]-L,B=z/2-A[b]/2+D,$=l(P,B,E),I=!y.arrow&&null!=u(i)&&B!==$&&a.reference[b]/2-(B<P?P:L)-A[b]/2<0,N=I?B<P?B-P:B-E:0;return{[x]:g[x]+N,data:{[x]:$,centerOffset:B-$-N,...I&&{alignmentOffset:N}},reset:I}}}),ht=(t,n,e)=>{const o=new Map,r=null!=e?e:{},i={...at,...r.platform,_c:o};return(async(t,n,e)=>{const{placement:o="bottom",strategy:r="absolute",middleware:i=[],platform:l}=e,c=l.detectOverflow?l:{...l,detectOverflow:S},a=await(null==l.isRTL?void 0:l.isRTL(n));let u=await l.getElementRects({reference:t,floating:n,strategy:r}),{x:s,y:f}=A(u,o,a),d=o,m=0;const y={};for(let e=0;e<i.length;e++){const h=i[e];if(!h)continue;const{name:p,fn:w}=h,{x:g,y:x,data:v,reset:b}=await w({x:s,y:f,initialPlacement:o,placement:d,strategy:r,middlewareData:y,rects:u,platform:c,elements:{reference:t,floating:n}});s=null!=g?g:s,f=null!=x?x:f,y[p]={...y[p],...v},b&&m<50&&(m++,"object"==typeof b&&(b.placement&&(d=b.placement),b.rects&&(u=!0===b.rects?await l.getElementRects({reference:t,floating:n,strategy:r}):b.rects),({x:s,y:f}=A(u,d,a))),e=-1)}return{x:s,y:f,placement:d,strategy:r,middlewareData:y}})(t,n,{...r,platform:i})};export{st as a,yt as b,ht as c,mt as f,ft as o,dt as s}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
+ */
4
+ const e=["default","fluid","compact",""],a={de:{languageSelector:"Sprache waehlen",languageLabels:{de:"DE - Deutsch",fr:"FR - Francais",it:"IT - Italiano",en:"EN - English",nl:"NL - Nederlands",es:"ES - Espanol",pl:"PL - Polski",pt:"PT - Portugues",sv:"SV - Svenska",fi:"FI - Suomi"}},en:{languageSelector:"Select language",languageLabels:{de:"DE - German",fr:"FR - French",it:"IT - Italian",en:"EN - English",nl:"NL - Dutch",es:"ES - Spanish",pl:"PL - Polish",pt:"PT - Portuguese",sv:"SV - Swedish",fi:"FI - Finnish"}},fr:{languageSelector:"Choisir la langue",languageLabels:{de:"DE - Allemand",fr:"FR - Francais",it:"IT - Italien",en:"EN - Anglais",nl:"NL - Neerlandais",es:"ES - Espagnol",pl:"PL - Polonais",pt:"PT - Portugais",sv:"SV - Suedois",fi:"FI - Finnois"}},it:{languageSelector:"Seleziona lingua",languageLabels:{de:"DE - Tedesco",fr:"FR - Francese",it:"IT - Italiano",en:"EN - Inglese",nl:"NL - Olandese",es:"ES - Spagnolo",pl:"PL - Polacco",pt:"PT - Portoghese",sv:"SV - Svedese",fi:"FI - Finlandese"}},nl:{languageSelector:"Selecteer taal",languageLabels:{de:"DE - Duits",fr:"FR - Frans",it:"IT - Italiaans",en:"EN - Engels",nl:"NL - Nederlands",es:"ES - Spaans",pl:"PL - Pools",pt:"PT - Portugees",sv:"SV - Zweeds",fi:"FI - Fins"}},es:{languageSelector:"Seleccionar idioma",languageLabels:{de:"DE - Aleman",fr:"FR - Frances",it:"IT - Italiano",en:"EN - Ingles",nl:"NL - Neerlandes",es:"ES - Espanol",pl:"PL - Polaco",pt:"PT - Portugues",sv:"SV - Sueco",fi:"FI - Fines"}},pl:{languageSelector:"Wybierz jezyk",languageLabels:{de:"DE - Niemiecki",fr:"FR - Francuski",it:"IT - Wloski",en:"EN - Angielski",nl:"NL - Holenderski",es:"ES - Hiszpanski",pl:"PL - Polski",pt:"PT - Portugalski",sv:"SV - Szwedzki",fi:"FI - Finski"}},pt:{languageSelector:"Selecionar idioma",languageLabels:{de:"DE - Alemao",fr:"FR - Frances",it:"IT - Italiano",en:"EN - Ingles",nl:"NL - Neerlandes",es:"ES - Espanhol",pl:"PL - Polones",pt:"PT - Portugues",sv:"SV - Sueco",fi:"FI - Finlandes"}},sv:{languageSelector:"Valj sprak",languageLabels:{de:"DE - Tyska",fr:"FR - Franska",it:"IT - Italienska",en:"EN - Engelska",nl:"NL - Nederlandska",es:"ES - Spanska",pl:"PL - Polska",pt:"PT - Portugisiska",sv:"SV - Svenska",fi:"FI - Finska"}},fi:{languageSelector:"Valitse kieli",languageLabels:{de:"DE - Saksa",fr:"FR - Ranska",it:"IT - Italia",en:"EN - Englanti",nl:"NL - Hollanti",es:"ES - Espanja",pl:"PL - Puola",pt:"PT - Portugali",sv:"SV - Ruotsi",fi:"FI - Suomi"}}};export{e as F,a as i}