@swisspost/design-system-components 10.0.0-next.75 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/dist/cjs/{create-validator-decorator-Bimhl6Ib.js → create-validator-decorator-4dRrOF30.js} +1 -1
  2. package/dist/cjs/{index-CyeY2muT.js → index-BqngpwGa.js} +11 -15
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/{one-of-BVQP1dR3.js → one-of-D1veqtsm.js} +1 -1
  5. package/dist/cjs/{package-JSyXVavg.js → package-Bwdl-T-w.js} +1 -1
  6. package/dist/cjs/{pattern-BDKu8-v6.js → pattern-B7VKOu5m.js} +1 -1
  7. package/dist/cjs/post-accordion_2.cjs.entry.js +10 -12
  8. package/dist/cjs/post-autocomplete.cjs.entry.js +6 -6
  9. package/dist/cjs/post-avatar.cjs.entry.js +7 -7
  10. package/dist/cjs/post-back-to-top.cjs.entry.js +6 -6
  11. package/dist/cjs/post-banner.cjs.entry.js +5 -5
  12. package/dist/cjs/post-breadcrumb-item.cjs.entry.js +7 -7
  13. package/dist/cjs/post-breadcrumbs.cjs.entry.js +7 -7
  14. package/dist/cjs/post-closebutton_14.cjs.entry.js +41 -35
  15. package/dist/cjs/post-collapsible_2.cjs.entry.js +6 -6
  16. package/dist/cjs/post-components.cjs.js +2 -2
  17. package/dist/cjs/post-date-picker.cjs.entry.js +427 -257
  18. package/dist/cjs/post-footer.cjs.entry.js +6 -6
  19. package/dist/cjs/post-linkarea.cjs.entry.js +3 -3
  20. package/dist/cjs/post-listbox-option.cjs.entry.js +4 -4
  21. package/dist/cjs/post-listbox.cjs.entry.js +3 -3
  22. package/dist/cjs/post-number-input.cjs.entry.js +5 -4
  23. package/dist/cjs/post-pagination.cjs.entry.js +5 -5
  24. package/dist/cjs/post-popover-trigger.cjs.entry.js +5 -5
  25. package/dist/cjs/post-popover.cjs.entry.js +11 -12
  26. package/dist/cjs/post-progressbar.cjs.entry.js +4 -4
  27. package/dist/cjs/post-rating.cjs.entry.js +6 -6
  28. package/dist/cjs/post-side-navigation-trigger.cjs.entry.js +7 -7
  29. package/dist/cjs/post-side-navigation.cjs.entry.js +18 -7
  30. package/dist/cjs/post-stepper-item.cjs.entry.js +3 -3
  31. package/dist/cjs/post-stepper.cjs.entry.js +7 -7
  32. package/dist/cjs/post-tab-item.cjs.entry.js +15 -14
  33. package/dist/cjs/post-tab-panel.cjs.entry.js +6 -6
  34. package/dist/cjs/post-tabs.cjs.entry.js +196 -74
  35. package/dist/cjs/post-tooltip-trigger.cjs.entry.js +7 -9
  36. package/dist/cjs/post-tooltip.cjs.entry.js +9 -10
  37. package/dist/cjs/{required-BsZuSJAl.js → required-Bkz8MOYa.js} +1 -1
  38. package/dist/cjs/{type-DXpEWY0w.js → type-D8eD1JMd.js} +1 -1
  39. package/dist/cjs/{url-D-EbWRlF.js → url-C7MnIIZ_.js} +1 -1
  40. package/dist/collection/collection-manifest.json +1 -2
  41. package/dist/collection/components/post-accordion/post-accordion.js +1 -1
  42. package/dist/collection/components/post-accordion-item/post-accordion-item.js +4 -36
  43. package/dist/collection/components/post-autocomplete/post-autocomplete.js +1 -1
  44. package/dist/collection/components/post-avatar/post-avatar.js +1 -1
  45. package/dist/collection/components/post-back-to-top/post-back-to-top.js +1 -1
  46. package/dist/collection/components/post-banner/post-banner.js +1 -1
  47. package/dist/collection/components/post-breadcrumbs/post-breadcrumbs.js +1 -1
  48. package/dist/collection/components/post-closebutton/post-closebutton.js +1 -1
  49. package/dist/collection/components/post-collapsible/post-collapsible.js +1 -1
  50. package/dist/collection/components/post-collapsible-trigger/post-collapsible-trigger.js +1 -1
  51. package/dist/collection/components/post-date-picker/accessibility-utils.js +59 -0
  52. package/dist/collection/components/post-date-picker/date-utils.js +102 -0
  53. package/dist/collection/components/post-date-picker/native-mask-element.js +36 -0
  54. package/dist/collection/components/post-date-picker/post-date-picker.css +1 -1
  55. package/dist/collection/components/post-date-picker/post-date-picker.js +224 -301
  56. package/dist/collection/components/post-footer/post-footer.js +1 -1
  57. package/dist/collection/components/post-header/post-header.js +6 -5
  58. package/dist/collection/components/post-icon/post-icon.js +1 -1
  59. package/dist/collection/components/post-language-menu/post-language-menu.js +7 -5
  60. package/dist/collection/components/post-linkarea/post-linkarea.js +1 -1
  61. package/dist/collection/components/post-listbox/post-listbox.js +1 -1
  62. package/dist/collection/components/post-listbox-option/post-listbox-option.js +2 -2
  63. package/dist/collection/components/post-logo/post-logo.js +1 -1
  64. package/dist/collection/components/post-mainnavigation/post-mainnavigation.js +1 -1
  65. package/dist/collection/components/post-megadropdown/post-megadropdown.css +1 -1
  66. package/dist/collection/components/post-megadropdown/post-megadropdown.js +1 -1
  67. package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.js +1 -1
  68. package/dist/collection/components/post-menu/post-menu.js +9 -12
  69. package/dist/collection/components/post-menu-trigger/post-menu-trigger.js +1 -1
  70. package/dist/collection/components/post-number-input/post-number-input.js +3 -2
  71. package/dist/collection/components/post-popover/post-popover.js +12 -22
  72. package/dist/collection/components/post-popover-trigger/post-popover-trigger.js +1 -1
  73. package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +13 -9
  74. package/dist/collection/components/post-progressbar/post-progressbar.js +1 -1
  75. package/dist/collection/components/post-rating/post-rating.js +1 -1
  76. package/dist/collection/components/post-side-navigation/post-side-navigation.css +1 -1
  77. package/dist/collection/components/post-side-navigation/post-side-navigation.js +38 -2
  78. package/dist/collection/components/post-side-navigation/side-navigation-styles.js +1 -0
  79. package/dist/collection/components/post-side-navigation-trigger/post-side-navigation-trigger.css +1 -1
  80. package/dist/collection/components/post-side-navigation-trigger/post-side-navigation-trigger.js +1 -1
  81. package/dist/collection/components/post-stepper/post-stepper.js +1 -1
  82. package/dist/collection/components/post-stepper-item/post-stepper-item.js +1 -1
  83. package/dist/collection/components/post-tab-item/post-tab-item.js +36 -19
  84. package/dist/collection/components/post-tab-panel/post-tab-panel.js +3 -2
  85. package/dist/collection/components/post-tabs/post-tabs.css +1 -1
  86. package/dist/collection/components/post-tabs/post-tabs.js +255 -84
  87. package/dist/collection/components/post-togglebutton/post-togglebutton.js +1 -1
  88. package/dist/collection/components/post-tooltip/post-tooltip.js +12 -22
  89. package/dist/collection/components/post-tooltip-trigger/post-tooltip-trigger.js +2 -4
  90. package/dist/collection/types/element-api.js +3 -0
  91. package/dist/component-names.json +0 -1
  92. package/dist/components/index.d.ts +0 -2
  93. package/dist/components/index.js +1 -1
  94. package/dist/components/package.js +1 -1
  95. package/dist/components/post-accordion-item2.js +1 -1
  96. package/dist/components/post-accordion2.js +1 -1
  97. package/dist/components/post-autocomplete.js +1 -1
  98. package/dist/components/post-avatar.js +1 -1
  99. package/dist/components/post-back-to-top.js +1 -1
  100. package/dist/components/post-banner.js +1 -1
  101. package/dist/components/post-breadcrumbs.js +1 -1
  102. package/dist/components/post-closebutton2.js +1 -1
  103. package/dist/components/post-collapsible-trigger2.js +1 -1
  104. package/dist/components/post-collapsible2.js +1 -1
  105. package/dist/components/post-date-picker.js +1 -1
  106. package/dist/components/post-footer.js +1 -1
  107. package/dist/components/post-header.js +1 -1
  108. package/dist/components/post-icon2.js +1 -1
  109. package/dist/components/post-language-menu.js +1 -1
  110. package/dist/components/post-linkarea.js +1 -1
  111. package/dist/components/post-listbox-option.js +1 -1
  112. package/dist/components/post-listbox.js +1 -1
  113. package/dist/components/post-logo.js +1 -1
  114. package/dist/components/post-mainnavigation.js +1 -1
  115. package/dist/components/post-megadropdown-trigger.js +1 -1
  116. package/dist/components/post-megadropdown.js +1 -1
  117. package/dist/components/post-menu-trigger2.js +1 -1
  118. package/dist/components/post-menu2.js +1 -1
  119. package/dist/components/post-number-input.js +1 -1
  120. package/dist/components/post-popover-trigger.js +1 -1
  121. package/dist/components/post-popover.js +1 -1
  122. package/dist/components/post-popovercontainer2.js +1 -1
  123. package/dist/components/post-progressbar.js +1 -1
  124. package/dist/components/post-rating.js +1 -1
  125. package/dist/components/post-side-navigation-trigger.js +1 -1
  126. package/dist/components/post-side-navigation.js +1 -1
  127. package/dist/components/post-stepper-item.js +1 -1
  128. package/dist/components/post-stepper.js +1 -1
  129. package/dist/components/post-tab-item.js +1 -1
  130. package/dist/components/post-tab-panel.js +1 -1
  131. package/dist/components/post-tabs.js +1 -1
  132. package/dist/components/post-togglebutton2.js +1 -1
  133. package/dist/components/post-tooltip-trigger.js +1 -1
  134. package/dist/components/post-tooltip.js +1 -1
  135. package/dist/components/react/index.js +1 -1
  136. package/dist/components/react/{p-DNddZV_h.js → p-Auha71WU.js} +1 -1
  137. package/dist/components/react/{p-ztiqEfbC.js → p-Bpwt-eYO.js} +1 -1
  138. package/dist/components/react/p-C6wtG9yO.js +1 -0
  139. package/dist/components/react/{p-DU4XzTGt.js → p-C7jOKUzv.js} +1 -1
  140. package/dist/components/react/{p-CbU3QFNG.js → p-Cjo8Ke7t.js} +1 -1
  141. package/dist/components/react/{p-BUAS73l8.js → p-ClF2qF9A.js} +1 -1
  142. package/dist/components/react/{p-BUSQG9af.js → p-CyNGpewj.js} +1 -1
  143. package/dist/components/react/{p-DTg2SXJj.js → p-DvVypwYO.js} +1 -1
  144. package/dist/components/react/p-SEWFpJgA.js +1 -0
  145. package/dist/components/react/p-bAeGAkWL.js +1 -0
  146. package/dist/components/react/{p-B3ZJPCU0.js → p-i1ZFHprG.js} +1 -1
  147. package/dist/components/react/p-znfTjqEZ.js +1 -0
  148. package/dist/components/react/post-accordion-item.js +1 -1
  149. package/dist/components/react/post-accordion.js +1 -1
  150. package/dist/components/react/post-autocomplete.js +1 -1
  151. package/dist/components/react/post-avatar.js +1 -1
  152. package/dist/components/react/post-back-to-top.js +1 -1
  153. package/dist/components/react/post-banner.js +1 -1
  154. package/dist/components/react/post-breadcrumb-item.js +1 -1
  155. package/dist/components/react/post-breadcrumbs.js +1 -1
  156. package/dist/components/react/post-closebutton.js +1 -1
  157. package/dist/components/react/post-collapsible-trigger.js +1 -1
  158. package/dist/components/react/post-collapsible.js +1 -1
  159. package/dist/components/react/post-date-picker.js +1 -1
  160. package/dist/components/react/post-footer.js +1 -1
  161. package/dist/components/react/post-header.js +1 -1
  162. package/dist/components/react/post-icon.js +1 -1
  163. package/dist/components/react/post-language-menu-item.js +1 -1
  164. package/dist/components/react/post-language-menu.js +1 -1
  165. package/dist/components/react/post-linkarea.js +1 -1
  166. package/dist/components/react/post-listbox-option.js +1 -1
  167. package/dist/components/react/post-listbox.js +1 -1
  168. package/dist/components/react/post-logo.js +1 -1
  169. package/dist/components/react/post-mainnavigation.js +1 -1
  170. package/dist/components/react/post-megadropdown-trigger.js +1 -1
  171. package/dist/components/react/post-megadropdown.js +1 -1
  172. package/dist/components/react/post-menu-item.js +1 -1
  173. package/dist/components/react/post-menu-trigger.js +1 -1
  174. package/dist/components/react/post-menu.js +1 -1
  175. package/dist/components/react/post-number-input.js +1 -1
  176. package/dist/components/react/post-pagination.js +1 -1
  177. package/dist/components/react/post-popover-trigger.js +1 -1
  178. package/dist/components/react/post-popover.js +1 -1
  179. package/dist/components/react/post-popovercontainer.js +1 -1
  180. package/dist/components/react/post-progressbar.js +1 -1
  181. package/dist/components/react/post-rating.js +1 -1
  182. package/dist/components/react/post-side-navigation-trigger.js +1 -1
  183. package/dist/components/react/post-side-navigation.js +1 -1
  184. package/dist/components/react/post-stepper-item.js +1 -1
  185. package/dist/components/react/post-stepper.js +1 -1
  186. package/dist/components/react/post-tab-item.js +1 -1
  187. package/dist/components/react/post-tab-panel.js +1 -1
  188. package/dist/components/react/post-tabs.js +1 -1
  189. package/dist/components/react/post-togglebutton.js +1 -1
  190. package/dist/components/react/post-tooltip-trigger.js +1 -1
  191. package/dist/components/react/post-tooltip.js +1 -1
  192. package/dist/docs.json +287 -473
  193. package/dist/esm/{create-validator-decorator-BNkS_yAb.js → create-validator-decorator-CYYTw0AS.js} +1 -1
  194. package/dist/esm/{index-BGeKgZqi.js → index-DE1aWdqx.js} +11 -15
  195. package/dist/esm/loader.js +3 -3
  196. package/dist/esm/{one-of-4BD_5pKR.js → one-of-Ug1_Xoes.js} +1 -1
  197. package/dist/esm/package-SEWFpJgA.js +3 -0
  198. package/dist/esm/{pattern-D7tnGo1u.js → pattern-WLk4tOqI.js} +1 -1
  199. package/dist/esm/post-accordion_2.entry.js +10 -12
  200. package/dist/esm/post-autocomplete.entry.js +6 -6
  201. package/dist/esm/post-avatar.entry.js +7 -7
  202. package/dist/esm/post-back-to-top.entry.js +6 -6
  203. package/dist/esm/post-banner.entry.js +5 -5
  204. package/dist/esm/post-breadcrumb-item.entry.js +7 -7
  205. package/dist/esm/post-breadcrumbs.entry.js +7 -7
  206. package/dist/esm/post-closebutton_14.entry.js +41 -35
  207. package/dist/esm/post-collapsible_2.entry.js +6 -6
  208. package/dist/esm/post-components.js +3 -3
  209. package/dist/esm/post-date-picker.entry.js +427 -257
  210. package/dist/esm/post-footer.entry.js +6 -6
  211. package/dist/esm/post-linkarea.entry.js +3 -3
  212. package/dist/esm/post-listbox-option.entry.js +4 -4
  213. package/dist/esm/post-listbox.entry.js +3 -3
  214. package/dist/esm/post-number-input.entry.js +5 -4
  215. package/dist/esm/post-pagination.entry.js +5 -5
  216. package/dist/esm/post-popover-trigger.entry.js +5 -5
  217. package/dist/esm/post-popover.entry.js +11 -12
  218. package/dist/esm/post-progressbar.entry.js +4 -4
  219. package/dist/esm/post-rating.entry.js +6 -6
  220. package/dist/esm/post-side-navigation-trigger.entry.js +7 -7
  221. package/dist/esm/post-side-navigation.entry.js +18 -7
  222. package/dist/esm/post-stepper-item.entry.js +3 -3
  223. package/dist/esm/post-stepper.entry.js +7 -7
  224. package/dist/esm/post-tab-item.entry.js +15 -14
  225. package/dist/esm/post-tab-panel.entry.js +6 -6
  226. package/dist/esm/post-tabs.entry.js +196 -74
  227. package/dist/esm/post-tooltip-trigger.entry.js +7 -9
  228. package/dist/esm/post-tooltip.entry.js +9 -10
  229. package/dist/esm/{required-DhBxDSbP.js → required-DeOhRbtk.js} +1 -1
  230. package/dist/esm/{type-icZlikjf.js → type-S-4aPMGU.js} +1 -1
  231. package/dist/esm/{url-B_2x2YCy.js → url-C8KSrmWc.js} +1 -1
  232. package/dist/post-components/{p-aff9dd5e.entry.js → p-01b5539a.entry.js} +1 -1
  233. package/dist/post-components/{p-0a08ae23.entry.js → p-04e29502.entry.js} +1 -1
  234. package/dist/post-components/p-0b7f4169.entry.js +1 -0
  235. package/dist/post-components/p-13e1fdbd.entry.js +1 -0
  236. package/dist/post-components/{p-84c8d952.entry.js → p-1edcfc9e.entry.js} +1 -1
  237. package/dist/post-components/{p-15fa7e60.entry.js → p-21c83ccd.entry.js} +1 -1
  238. package/dist/post-components/{p-9ec32e7b.entry.js → p-261e2ffa.entry.js} +1 -1
  239. package/dist/post-components/{p-fac58cbd.entry.js → p-360d6bf1.entry.js} +1 -1
  240. package/dist/post-components/{p-D2ex14Ye.js → p-4-_BhJWV.js} +1 -1
  241. package/dist/post-components/{p-eca119d2.entry.js → p-44461143.entry.js} +1 -1
  242. package/dist/post-components/p-52e7344c.entry.js +1 -0
  243. package/dist/post-components/p-6d4be9dd.entry.js +1 -0
  244. package/dist/post-components/p-6dbe7870.entry.js +1 -0
  245. package/dist/post-components/{p-97c1f070.entry.js → p-751a949d.entry.js} +1 -1
  246. package/dist/post-components/{p-e54a6be0.entry.js → p-8e2427d4.entry.js} +1 -1
  247. package/dist/post-components/{p-3e83aa1f.entry.js → p-8fbbc68f.entry.js} +1 -1
  248. package/dist/post-components/{p-41b5dbfc.entry.js → p-91948813.entry.js} +1 -1
  249. package/dist/post-components/p-94064d19.entry.js +1 -0
  250. package/dist/post-components/{p-6cbb2e7f.entry.js → p-95ad4d06.entry.js} +1 -1
  251. package/dist/post-components/p-978e4664.entry.js +1 -0
  252. package/dist/post-components/p-B6uZASBE.js +1 -0
  253. package/dist/post-components/{p-CIbyqT6u.js → p-BDW1XHCO.js} +1 -1
  254. package/dist/post-components/p-CiOyV6Mo.js +1 -0
  255. package/dist/post-components/p-DE1aWdqx.js +2 -0
  256. package/dist/post-components/{p-8SvFxSp6.js → p-DMiERazc.js} +1 -1
  257. package/dist/post-components/{p-DH5JdN6V.js → p-NPUljV0P.js} +1 -1
  258. package/dist/post-components/p-SEWFpJgA.js +1 -0
  259. package/dist/post-components/{p-923439d1.entry.js → p-b7d6c951.entry.js} +1 -1
  260. package/dist/post-components/p-c152efb7.entry.js +1 -0
  261. package/dist/post-components/p-c9461efa.entry.js +1 -0
  262. package/dist/post-components/p-ddc585e6.entry.js +1 -0
  263. package/dist/post-components/{p-7ee4b829.entry.js → p-e5172886.entry.js} +1 -1
  264. package/dist/post-components/{p-9e240299.entry.js → p-e9484492.entry.js} +1 -1
  265. package/dist/post-components/p-ee1309c9.entry.js +1 -0
  266. package/dist/post-components/p-f1602e56.entry.js +1 -0
  267. package/dist/post-components/{p-5d20cbcb.entry.js → p-f1bf80d4.entry.js} +1 -1
  268. package/dist/post-components/p-fedcbf2d.entry.js +1 -0
  269. package/dist/post-components/post-components.css +2 -2
  270. package/dist/post-components/post-components.esm.js +1 -1
  271. package/dist/types/components/post-accordion-item/post-accordion-item.d.ts +0 -8
  272. package/dist/types/components/post-date-picker/accessibility-utils.d.ts +19 -0
  273. package/dist/types/components/post-date-picker/date-utils.d.ts +48 -0
  274. package/dist/types/components/post-date-picker/native-mask-element.d.ts +12 -0
  275. package/dist/types/components/post-date-picker/post-date-picker.d.ts +23 -62
  276. package/dist/types/components/post-header/post-header.d.ts +2 -1
  277. package/dist/types/components/post-language-menu/post-language-menu.d.ts +2 -1
  278. package/dist/types/components/post-menu/post-menu.d.ts +4 -4
  279. package/dist/types/components/post-popover/post-popover.d.ts +4 -5
  280. package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +2 -2
  281. package/dist/types/components/post-side-navigation/post-side-navigation.d.ts +6 -0
  282. package/dist/types/components/post-side-navigation/side-navigation-styles.d.ts +2 -0
  283. package/dist/types/components/post-tab-item/post-tab-item.d.ts +8 -4
  284. package/dist/types/components/post-tab-panel/post-tab-panel.d.ts +1 -1
  285. package/dist/types/components/post-tabs/post-tabs.d.ts +37 -17
  286. package/dist/types/components/post-tooltip/post-tooltip.d.ts +4 -5
  287. package/dist/types/components.d.ts +90 -164
  288. package/dist/types/types/element-api.d.ts +3 -0
  289. package/hydrate/index.js +812 -596
  290. package/hydrate/index.mjs +812 -596
  291. package/package.json +11 -12
  292. package/dist/cjs/long-press-event-Dx21Ojod.js +0 -276
  293. package/dist/cjs/post-login-widget.cjs.entry.js +0 -92
  294. package/dist/collection/components/post-accordion-item/heading-levels.js +0 -1
  295. package/dist/collection/components/post-login-widget/post-login-widget.css +0 -1
  296. package/dist/collection/components/post-login-widget/post-login-widget.js +0 -218
  297. package/dist/collection/components/post-tab-item/post-tab-item.css +0 -1
  298. package/dist/components/long-press-event.js +0 -8
  299. package/dist/components/post-avatar2.js +0 -1
  300. package/dist/components/post-login-widget.d.ts +0 -11
  301. package/dist/components/post-login-widget.js +0 -1
  302. package/dist/components/react/p-BNgqqRsB.js +0 -8
  303. package/dist/components/react/p-C7aYEQh5.js +0 -1
  304. package/dist/components/react/p-CdhbouMD.js +0 -1
  305. package/dist/components/react/p-Ci08Eesw.js +0 -1
  306. package/dist/components/react/p-DWlDkwjY.js +0 -1
  307. package/dist/components/react/p-wqJxIo5L.js +0 -1
  308. package/dist/components/react/post-login-widget.d.ts +0 -11
  309. package/dist/components/react/post-login-widget.js +0 -1
  310. package/dist/esm/long-press-event-BNgqqRsB.js +0 -274
  311. package/dist/esm/package-CdhbouMD.js +0 -3
  312. package/dist/esm/post-login-widget.entry.js +0 -90
  313. package/dist/post-components/p-001f58d8.entry.js +0 -1
  314. package/dist/post-components/p-12c8b073.entry.js +0 -1
  315. package/dist/post-components/p-1839276a.entry.js +0 -1
  316. package/dist/post-components/p-28eeb5d8.entry.js +0 -1
  317. package/dist/post-components/p-6a1c4897.entry.js +0 -1
  318. package/dist/post-components/p-6d14f78a.entry.js +0 -1
  319. package/dist/post-components/p-6e8b6249.entry.js +0 -1
  320. package/dist/post-components/p-71918d59.entry.js +0 -1
  321. package/dist/post-components/p-8139b0cc.entry.js +0 -1
  322. package/dist/post-components/p-87ebb213.entry.js +0 -1
  323. package/dist/post-components/p-89da6378.entry.js +0 -1
  324. package/dist/post-components/p-8caaa149.entry.js +0 -1
  325. package/dist/post-components/p-BGeKgZqi.js +0 -2
  326. package/dist/post-components/p-BNgqqRsB.js +0 -8
  327. package/dist/post-components/p-CdhbouMD.js +0 -1
  328. package/dist/post-components/p-DiBqDD4N.js +0 -1
  329. package/dist/post-components/p-I6rSjhbA.js +0 -1
  330. package/dist/post-components/p-c905a97c.entry.js +0 -1
  331. package/dist/post-components/p-f9529d40.entry.js +0 -1
  332. package/dist/types/components/post-accordion-item/heading-levels.d.ts +0 -2
  333. package/dist/types/components/post-login-widget/post-login-widget.d.ts +0 -45
@@ -1,2 +0,0 @@
1
- const t=()=>{},o=':where(post-accordion,post-accordion-item,post-autocomplete,post-avatar,post-back-to-top,post-banner,post-breadcrumb-item,post-breadcrumbs,post-closebutton,post-collapsible,post-collapsible-trigger,post-date-picker,post-footer,post-header,post-icon,post-language-menu,post-language-menu-item,post-linkarea,post-listbox,post-listbox-option,post-login-widget,post-logo,post-mainnavigation,post-megadropdown,post-megadropdown-trigger,post-menu,post-menu-item,post-menu-trigger,post-number-input,post-pagination,post-popover,post-popover-trigger,post-popovercontainer,post-progressbar,post-rating,post-side-navigation,post-side-navigation-trigger,post-stepper,post-stepper-item,post-tab-item,post-tab-panel,post-tabs,post-togglebutton,post-tooltip,post-tooltip-trigger):not(:defined):not(.hydrated,[data-hydrated]){visibility:hidden}@media (scripting: none){:where(post-accordion,post-accordion-item,post-autocomplete,post-avatar,post-back-to-top,post-banner,post-breadcrumb-item,post-breadcrumbs,post-closebutton,post-collapsible,post-collapsible-trigger,post-date-picker,post-footer,post-header,post-icon,post-language-menu,post-language-menu-item,post-linkarea,post-listbox,post-listbox-option,post-login-widget,post-logo,post-mainnavigation,post-megadropdown,post-megadropdown-trigger,post-menu,post-menu-item,post-menu-trigger,post-number-input,post-pagination,post-popover,post-popover-trigger,post-popovercontainer,post-progressbar,post-rating,post-side-navigation,post-side-navigation-trigger,post-stepper,post-stepper-item,post-tab-item,post-tab-panel,post-tabs,post-togglebutton,post-tooltip,post-tooltip-trigger):not(:defined):not(.hydrated,[data-hydrated]){visibility:visible}}post-accordion:not([multiple]):not(:has([collapsed]))>post-accordion-item~post-accordion-item{--post-collapsible-initial-height:0;--post-collapsible-initial-overflow:hidden;--post-accordion-icon-initial-transform:rotate(-180deg)}.form-label:has(+post-number-input){display:block}.form-label:has(+post-number-input.number-input-sm){padding-inline:var(--post-device-spacing-padding-2);padding-block:var(--post-device-spacing-padding-30);font-weight:var(--post-device-font-weight-bold);font-size:var(--post-device-font-size-7)}.form-label:has(+post-number-input.disabled){color:var(--post-scheme-color-interactive-input-disabled-fg)}post-number-input.form-floating>input.form-control{padding:var(--post-device-spacing-padding-block-29) var(--post-device-spacing-padding-inline-1) var(--post-device-spacing-padding-block-3)}post-number-input.form-floating>input.form-control:focus~label,post-number-input.form-floating>input.form-control:not(:placeholder-shown)~label{padding-block-start:var(--post-device-spacing-padding-block-3);padding-inline:var(--post-device-spacing-padding-inline-1) var(--post-device-spacing-padding-15);font-size:var(--post-device-font-size-10)}post-number-input.form-floating::after{width:var(--post-device-sizing-notification-1);height:var(--post-device-sizing-notification-1)}post-number-input.form-floating:has(>input.form-control.is-valid:not(:disabled))::after,post-number-input.form-floating:has(>input.form-control:-webkit-autofill.is-valid)::after,post-number-input.form-floating:has(>input.form-control.is-invalid:not(:disabled))::after,post-number-input.form-floating:has(>input.form-control:-webkit-autofill.is-invalid)::after{top:calc(var(--post-device-sizing-interactive-button-height-6) / 2);right:calc(\n var(--post-device-spacing-padding-inline-1) +\n (var(--post-device-spacing-padding-23)* 2) +\n var(--post-device-sizing-interactive-icon-size6) +\n (var(--post-device-border-width-default) * 2)\n )}post-number-input input[type=number]{appearance:textfield}post-number-input input[type=number]::-webkit-inner-spin-button,post-number-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}post-login-widget>[slot=login-link]{display:inline-flex;position:relative;align-items:center;justify-content:center;max-width:100%;overflow:hidden;transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;border-width:var(--post-device-border-width-default);border-style:solid;border-color:rgba(0,0,0,0);border-radius:var(--post-device-border-radius-round);background-color:rgba(0,0,0,0);box-shadow:none;font-family:inherit;font-size:var(--post-device-font-size-6);font-weight:var(--post-device-font-weight-bold);text-decoration:none;white-space:nowrap;cursor:pointer;border:unset;font-weight:unset;display:flex;padding:.25rem .625rem;gap:.375rem;font-size:1rem;border-color:var(--post-scheme-color-interactive-button-tertiary-enabled-stroke);color:var(--post-scheme-color-interactive-button-tertiary-enabled-fg);background-color:var(--post-scheme-color-interactive-button-tertiary-enabled-bg)}post-login-widget>[slot=login-link]:not(:disabled):hover{text-decoration:none}post-login-widget>[slot=login-link]:disabled{border-style:var(--post-core-border-style-dash);cursor:unset}post-login-widget>[slot=login-link]{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}post-login-widget>[slot=login-link]:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){post-login-widget>[slot=login-link]:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){post-login-widget>[slot=login-link]:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){post-login-widget>[slot=login-link]:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){post-login-widget>[slot=login-link]:is(a){color:LinkText;border:unset}post-login-widget>[slot=login-link]:is(button){background-color:ButtonFace !important;border:1px solid ButtonBorder !important}post-login-widget>[slot=login-link]:not(:disabled,.disabled):is(button):hover{background-color:Highlight !important}post-login-widget>[slot=login-link]:not(:disabled,.disabled):is(button):hover>post-icon{color:HighlightText !important}}post-login-widget>[slot=login-link]:hover{border-color:var(--post-scheme-color-interactive-button-tertiary-hover-stroke);color:var(--post-scheme-color-interactive-button-tertiary-hover-fg);background-color:var(--post-scheme-color-interactive-button-tertiary-hover-bg)}post-login-widget>[slot=login-link]:is([aria-current],[aria-pressed=true],[aria-expanded=true],.active){box-shadow:var(--post-device-elevation-100);border-color:var(--post-scheme-color-interactive-button-primary-enabled-stroke);color:var(--post-scheme-color-interactive-button-primary-enabled-fg);background-color:var(--post-scheme-color-interactive-button-primary-enabled-bg)}post-login-widget>[slot=login-link]:is([aria-current],[aria-pressed=true],[aria-expanded=true],.active):hover{border-color:var(--post-scheme-color-interactive-button-primary-hover-stroke);color:var(--post-scheme-color-interactive-button-primary-hover-fg);background-color:var(--post-scheme-color-interactive-button-primary-hover-bg)}post-login-widget>[slot=login-link]{width:fit-content}@media screen and (min-width: 0)and (max-width: 599.98px){post-login-widget>[slot=login-link]>:not(post-icon){position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}post-login-widget>[slot=login-link]>post-icon{font-size:1.5rem}}@media screen and (max-width: 599.98px){post-side-navigation:not([data-hydrated]){display:none !important}}post-side-navigation{--post-side-navigation-indent:2.5rem;--post-side-navigation-icon-size:1.25rem}post-side-navigation nav{width:100%}post-side-navigation nav ul{list-style:none;margin:0;padding-inline-start:0}post-side-navigation .post-side-navigation-heading{margin:0;padding:.5rem 1rem;font-size:1rem;font-weight:700;color:rgba(0,0,0,.6);border-bottom:1px solid rgba(0,0,0,.15)}post-side-navigation>ul>li>.post-side-navigation-item{font-weight:700}post-side-navigation .post-side-navigation-item[aria-current=page]{font-weight:700;background-color:#000;color:#fff;min-width:350px}post-side-navigation ul{--_indent-level:0}post-side-navigation ul ul{--_indent-level:1}post-side-navigation ul ul ul{--_indent-level:2}post-side-navigation ul ul ul ul{--_indent-level:3}post-side-navigation ul ul .post-side-navigation-item{padding-inline-start:calc(1rem + var(--_indent-level)*var(--post-side-navigation-indent))}@media screen and (max-width: 1023.98px){post-side-navigation ul ul .post-side-navigation-item{padding-inline-start:calc(1rem + var(--_indent-level)*2.25rem)}}post-side-navigation :where(nav)>ul:has(>li>:where(a,span,post-collapsible-trigger>button,div>a)>post-icon:first-child)>li>:where(a,span):not(:has(>post-icon:first-child))::before,post-side-navigation :where(nav)>ul:has(>li>:where(a,span,post-collapsible-trigger>button,div>a)>post-icon:first-child)>li>div:not(:has(>a>post-icon:first-child))::before{content:"";flex:none;inline-size:var(--post-side-navigation-icon-size)}@media screen and (max-width: 1023.98px){post-side-navigation :where(nav)>ul:has(>li>:where(a,span,post-collapsible-trigger>button,div>a)>post-icon:first-child)>li>:where(a,span):not(:has(>post-icon:first-child))::before,post-side-navigation :where(nav)>ul:has(>li>:where(a,span,post-collapsible-trigger>button,div>a)>post-icon:first-child)>li>div:not(:has(>a>post-icon:first-child))::before{inline-size:1rem}}post-side-navigation :where(nav)>ul:has(>li>:where(a,span,post-collapsible-trigger>button,div>a)>post-icon:first-child)>li>post-collapsible-trigger>button:not(:has(>post-icon:first-child))::before{content:"";flex:none;inline-size:var(--post-side-navigation-icon-size)}@media screen and (max-width: 1023.98px){post-side-navigation :where(nav)>ul:has(>li>:where(a,span,post-collapsible-trigger>button,div>a)>post-icon:first-child)>li>post-collapsible-trigger>button:not(:has(>post-icon:first-child))::before{inline-size:1rem}}post-collapsible-trigger post-icon[name=chevrondown]{color:#000}.post-side-navigation-item{display:flex;align-items:center;gap:.5rem;width:100%;min-width:0;margin:0;padding:.75rem 1rem;box-sizing:border-box;border:0;border-bottom:1px solid rgba(0,0,0,.15);border-radius:0;background-color:rgba(0,0,0,0);color:#000;font:inherit;text-align:start;text-decoration:none;appearance:none;line-height:1.5}.post-side-navigation-item button{display:flex;align-items:center;padding-inline:.5rem;border:0;border-inline-start:1px solid rgba(0,0,0,.15);background:rgba(0,0,0,0);cursor:pointer}.post-side-navigation-item button>post-icon{transition:transform .2s ease}.post-side-navigation-item button[aria-expanded=true]>post-icon{transform:rotate(180deg)}.post-side-navigation-item:where(a,button){cursor:pointer}.post-side-navigation-item:where(a,button):hover{background-color:rgba(0,0,0,.06)}.post-side-navigation-item>post-icon:first-child{flex:none}.post-side-navigation-item>post-icon[name=chevrondown]{margin-inline-start:auto}.post-side-navigation-item>post-icon:last-child{transition:transform .2s ease}.post-side-navigation-item[aria-expanded=true]>post-icon:last-child{transform:rotate(180deg)}.post-side-navigation-item>a{flex:1 1 auto;color:inherit;text-decoration:none}.post-side-navigation-item>post-collapsible-trigger{margin-inline-start:auto}.post-side-navigation-item>post-collapsible-trigger>button{display:flex;align-items:center;padding-inline:.5rem;border:0;border-inline-start:1px solid rgba(0,0,0,.15);background:rgba(0,0,0,0);cursor:pointer}.post-side-navigation-item>post-collapsible-trigger>button>post-icon{transition:transform .2s ease}.post-side-navigation-item>post-collapsible-trigger>button[aria-expanded=true]>post-icon{transform:rotate(180deg)}';var e=(t=>(t.Undefined="undefined",t.Null="null",t.String="string",t.Number="number",t.SpecialNumber="number",t.Boolean="boolean",t.BigInt="bigint",t))(e||{}),n=(t=>(t.Array="array",t.Date="date",t.Map="map",t.Object="object",t.RegularExpression="regexp",t.Set="set",t.Channel="channel",t.Symbol="symbol",t))(n||{}),i="type",s="value",r="serialized:";function l(t,o,e){const n="undefined"!=typeof HTMLElement?HTMLElement.prototype:null;for(;t&&t!==n;){const n=Object.getOwnPropertyDescriptor(t,o);if(n&&(!e||n.get))return n;t=Object.getPrototypeOf(t)}}var a,c=(t,o)=>{var e;Object.entries(null!=(e=o.o.t)?e:{}).map((([e,[n]])=>{if(31&n||32&n){const n=t[e],i=l(Object.getPrototypeOf(t),e,!0)||Object.getOwnPropertyDescriptor(t,e);i&&Object.defineProperty(t,e,{get(){return i.get.call(this)},set(t){i.set.call(this,t)},configurable:!0,enumerable:!0}),o.i.has(e)?t[e]=o.i.get(e):void 0!==n&&(t[e]=n)}}))},p=t=>{if(t.__stencil__getHostRef)return t.__stencil__getHostRef()},d=(t,o)=>{o&&(t.__stencil__getHostRef=()=>o,o.l=t,512&o.o.p&&c(t,o))},u=(t,o)=>o in t,f=(t,o)=>(0,console.error)(t,o),g=new Map,v=new Map,b="s-id",m="sty-id",h="c-id",w="slot-fb{display:contents}slot-fb[hidden]{display:none}",y="http://www.w3.org/1999/xlink",$=["formAssociatedCallback","formResetCallback","formDisabledCallback","formStateRestoreCallback"],k="undefined"!=typeof window?window:{},x={p:0,u:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,o,e,n)=>t.addEventListener(o,e,n),rel:(t,o,e,n)=>t.removeEventListener(o,e,n),ce:(t,o)=>new CustomEvent(t,o)},j=t=>Promise.resolve(t),S=(()=>{try{return!!k.document.adoptedStyleSheets&&(new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync)}catch(t){}return!1})(),O=!!S&&(()=>!!k.document&&Object.getOwnPropertyDescriptor(k.document.adoptedStyleSheets,"length").writable)(),z=!1,N=[],C=[],E=(t,o)=>e=>{t.push(e),z||(z=!0,o&&4&x.p?R(L):x.raf(L))},M=t=>{for(let o=0;o<t.length;o++)try{t[o](performance.now())}catch(t){f(t)}t.length=0},L=()=>{M(N),M(C),(z=N.length>0)&&x.raf(L)},R=t=>j().then(t),T=E(C,!0);function I(){var t;const e=this.attachShadow({mode:"open"});if(void 0===a&&(a=null!=(t=function(t){if(!S)return;const o=new CSSStyleSheet;return o.replaceSync(t),o}(o))?t:null),a)O?e.adoptedStyleSheets.push(a):e.adoptedStyleSheets=[...e.adoptedStyleSheets,a];else if(!S){const t=document.createElement("style");t.innerHTML=o,e.prepend(t)}}var A=t=>{const o=U(t,"childNodes");t.tagName&&t.tagName.includes("-")&&t["s-cr"]&&"SLOT-FB"!==t.tagName&&_(o,t.tagName).forEach((t=>{1===t.nodeType&&"SLOT-FB"===t.tagName&&(t.hidden=!!H(t,F(t),!1).length)}));let e=0;for(e=0;e<o.length;e++){const t=o[e];1===t.nodeType&&U(t,"childNodes").length&&A(t)}};function _(t,o,e){let n,i=0,s=[];for(;i<t.length;i++){if(n=t[i],n["s-sr"]&&(!o||n["s-hn"]===o)&&(void 0===e||F(n)===e)&&(s.push(n),void 0!==e))return s;s=[...s,..._(n.childNodes,o,e)]}return s}var H=(t,o,e=!0)=>{const n=[];(e&&t["s-sr"]||!t["s-sr"])&&n.push(t);let i=t;for(;i=i.nextSibling;)F(i)!==o||!e&&i["s-sr"]||n.push(i);return n},B=(t,o)=>1===t.nodeType?null===t.getAttribute("slot")&&""===o||t.getAttribute("slot")===o:t["s-sn"]===o||""===o,D=(t,o,e,n)=>{if(t["s-ol"]&&t["s-ol"].isConnected)return;const i=document.createTextNode("");if(i["s-nr"]=t,!o["s-cr"]||!o["s-cr"].parentNode)return;const s=o["s-cr"].parentNode,r=U(s,"appendChild");if(void 0!==n){i["s-oo"]=n;const t=U(s,"childNodes"),o=[i];t.forEach((t=>{t["s-nr"]&&o.push(t)})),o.sort(((t,o)=>!t["s-oo"]||t["s-oo"]<(o["s-oo"]||0)?-1:!o["s-oo"]||o["s-oo"]<t["s-oo"]?1:0)),o.forEach((t=>r.call(s,t)))}else r.call(s,i);t["s-ol"]=i,t["s-sh"]=o["s-hn"]},F=t=>"string"==typeof t["s-sn"]?t["s-sn"]:1===t.nodeType&&t.getAttribute("slot")||void 0;function P(t){if(t.assignedElements||t.assignedNodes||!t["s-sr"])return;const o=o=>function(t){const e=[],n=this["s-sn"];(null==t?void 0:t.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:(t=>{const o=[];for(let e=0;e<t.length;e++){const n=t[e]["s-nr"]||void 0;n&&n.isConnected&&o.push(n)}return o})(i.childNodes)).forEach((t=>{n===F(t)&&e.push(t)})),o?e.filter((t=>1===t.nodeType)):e}.bind(t);t.assignedElements=o(!0),t.assignedNodes=o(!1)}function U(t,o){if("__"+o in t){const e=t["__"+o];return"function"!=typeof e?e:e.bind(t)}return"function"!=typeof t[o]?t[o]:t[o].bind(t)}function V(t){var o,e,n;return null!=(n=null==(e=null==(o=t.head)?void 0:o.querySelector('meta[name="csp-nonce"]'))?void 0:e.getAttribute("content"))?n:void 0}var W=new WeakMap,q=(t,o,e)=>{let n=v.get(t);S&&e?(n=n||new CSSStyleSheet,"string"==typeof n?n=o:n.replaceSync(o)):n=o,v.set(t,n)},Y=(t,o)=>{var e,n,i;const s=G(o),r=v.get(s);if(!k.document)return s;if(t=11===t.nodeType?t:k.document,r)if("string"==typeof r){let i,l=W.get(t=t.head||t);l||W.set(t,l=new Set);const a=t.querySelector(`[${m}="${s}"]`);if(a)a.textContent=r;else if(!l.has(s)){i=k.document.createElement("style"),i.textContent=r;const a=null!=(e=x.v)?e:V(k.document);if(null!=a&&i.setAttribute("nonce",a),!(1&o.p))if("HEAD"===t.nodeName){const o=t.querySelectorAll("link[rel=preconnect]"),e=o.length>0?o[o.length-1].nextSibling:t.querySelector("style");t.insertBefore(i,(null==e?void 0:e.parentNode)===t?e:null)}else if("host"in t)if(S){const o=new(null!=(n=t.defaultView)?n:t.ownerDocument.defaultView).CSSStyleSheet;o.replaceSync(r),O?t.adoptedStyleSheets.unshift(o):t.adoptedStyleSheets=[o,...t.adoptedStyleSheets]}else{const o=t.querySelector("style");o?o.textContent=r+o.textContent:t.prepend(i)}else t.append(i);1&o.p&&t.insertBefore(i,null),4&o.p&&(i.textContent+=w),l&&l.add(s)}}else{let o=W.get(t);if(o||W.set(t,o=new Set),!o.has(s)){const e=null!=(i=t.defaultView)?i:t.ownerDocument.defaultView;let n;if(r.constructor===e.CSSStyleSheet)n=r;else{n=new e.CSSStyleSheet;for(let t=0;t<r.cssRules.length;t++)n.insertRule(r.cssRules[t].cssText,t)}if(O?t.adoptedStyleSheets.push(n):t.adoptedStyleSheets=[...t.adoptedStyleSheets,n],o.add(s),"host"in t){const o=t.querySelector(`[${m}="${s}"]`);o&&T((()=>o.remove()))}}}return s},G=t=>"sc-"+t.m,J=t=>t.replace(/\/\*!@([^\/]+)\*\/[^\{]+\{/g,"$1{"),Z=t=>"object"==(t=typeof t)||"function"===t,K=(t,o,...e)=>{let n=null,i=null,s=null,r=!1,l=!1;const a=[],c=o=>{for(let e=0;e<o.length;e++)n=o[e],Array.isArray(n)?c(n):null!=n&&"boolean"!=typeof n&&((r="function"!=typeof t&&!Z(n))&&(n+=""),r&&l?a[a.length-1].h+=n:a.push(r?Q(null,n):n),l=r)};if(c(e),o){o.key&&(i=o.key),o.name&&(s=o.name);{const t=o.className||o.class;t&&(o.class="object"!=typeof t?t:Object.keys(t).filter((o=>t[o])).join(" "))}}if("function"==typeof t)return t(null===o?{}:o,a,tt);const p=Q(t,null);return p.$=o,a.length>0&&(p.k=a),p.j=i,p.S=s,p},Q=(t,o)=>({p:0,O:t,h:null!=o?o:null,N:null,k:null,$:null,j:null,S:null}),X={},tt={forEach:(t,o)=>t.map(ot).forEach(o),map:(t,o)=>t.map(ot).map(o).map(et)},ot=t=>({vattrs:t.$,vchildren:t.k,vkey:t.j,vname:t.S,vtag:t.O,vtext:t.h}),et=t=>{if("function"==typeof t.vtag){const o={...t.vattrs};return t.vkey&&(o.key=t.vkey),t.vname&&(o.name=t.vname),K(t.vtag,o,...t.vchildren||[])}const o=Q(t.vtag,t.vtext);return o.$=t.vattrs,o.k=t.vchildren,o.j=t.vkey,o.S=t.vname,o},nt=(t,o,e,n,i,s,r,l=[])=>{let a,c,p,d;if(1===s.nodeType){if(a=s.getAttribute(h),a&&(c=a.split("."),c[0]===r||"0"===c[0])){p=st({p:0,C:c[0],M:c[1],L:c[2],R:c[3],O:s.tagName.toLowerCase(),N:s,$:{class:s.className||""}}),o.push(p),s.removeAttribute(h),t.k||(t.k=[]);const i=p.N.getAttribute("s-sn");"string"==typeof i&&("slot-fb"===p.O&&rt(i,c[2],p,s,t,o,e,n,l),p.N["s-sn"]=i,p.N.removeAttribute("s-sn")),void 0!==p.R&&(t.k[p.R]=p),t=p,n&&"0"===p.L&&(n[p.R]=p.N)}if(s.shadowRoot)for(d=s.shadowRoot.childNodes.length-1;d>=0;d--)nt(t,o,e,n,i,s.shadowRoot.childNodes[d],r,l);const u=s.__childNodes||s.childNodes;for(d=u.length-1;d>=0;d--)nt(t,o,e,n,i,u[d],r,l)}else if(8===s.nodeType)c=s.nodeValue.split("."),(c[1]===r||"0"===c[1])&&(a=c[0],p=st({C:c[1],M:c[2],L:c[3],R:c[4]||"0",N:s,$:null,k:null,j:null,S:null,O:null,h:null}),"t"===a?(p.N=pt(s,3),p.N&&3===p.N.nodeType&&(p.h=p.N.textContent,o.push(p),s.remove(),r===p.C&&(t.k||(t.k=[]),t.k[p.R]=p),n&&"0"===p.L&&(n[p.R]=p.N))):"c"===a?(p.N=pt(s,8),p.N&&8===p.N.nodeType&&(o.push(p),s.remove())):p.C===r&&("s"===a?rt(s["s-sn"]=c[5]||"",c[2],p,s,t,o,e,n,l):"r"===a&&(n?s.remove():(i["s-cr"]=s,s["s-cn"]=!0))));else if(t&&"style"===t.O){const o=Q(null,s.textContent);o.N=s,o.R="0",t.k=[o]}return t},it=(t,o)=>{if(1===t.nodeType){const e=t[b]||t.getAttribute(b);e&&o.set(e,t);let n=0;if(t.shadowRoot)for(;n<t.shadowRoot.childNodes.length;n++)it(t.shadowRoot.childNodes[n],o);const i=t.__childNodes||t.childNodes;for(n=0;n<i.length;n++)it(i[n],o)}else if(8===t.nodeType){const e=t.nodeValue.split(".");"o"===e[0]&&(o.set(e[1]+"."+e[2],t),t.nodeValue="",t["s-en"]=e[3])}},st=t=>({p:0,C:null,M:null,L:null,R:"0",N:null,$:null,k:null,j:null,S:null,O:null,h:null,...t});function rt(t,o,e,n,i,s,r,l,a){n["s-sr"]=!0,e.S=t||null,e.O="slot";const c=(null==i?void 0:i.N)?i.N["s-id"]||i.N.getAttribute("s-id"):"";if(l&&k.document){const s=e.N=k.document.createElement(e.O);e.S&&e.N.setAttribute("name",t),i.N.shadowRoot&&c&&c!==e.C?U(i.N,"insertBefore")(s,U(i.N,"children")[0]):U(U(n,"parentNode"),"insertBefore")(s,n),ct(a,o,t,n,e.C),n.remove(),"0"===e.L&&(l[e.R]=e.N)}else{const s=e.N,r=c&&c!==e.C&&i.N.shadowRoot;ct(a,o,t,n,r?c:e.C),P(n),r&&i.N.insertBefore(s,i.N.children[0])}s.push(e),r.push(e),i.k||(i.k=[]),i.k[e.R]=e}var lt,at,ct=(t,o,e,n,i)=>{var s,r;let l=n.nextSibling;if(t[o]=t[o]||[],l&&!(null==(s=l.nodeValue)?void 0:s.startsWith("s.")))do{!l||(l.getAttribute&&l.getAttribute("slot")||l["s-sn"])!==e&&(""!==e||l["s-sn"]||l.getAttribute&&l.getAttribute("slot")||8!==l.nodeType&&3!==l.nodeType)||(l["s-sn"]=e,t[o].push({slot:n,node:l,hostId:i})),l=null==l?void 0:l.nextSibling}while(l&&!(null==(r=l.nodeValue)?void 0:r.startsWith("s.")))},pt=(t,o)=>{let e=t;do{e=e.nextSibling}while(e&&(e.nodeType!==o||!e.nodeValue));return e},dt=class t{static fromLocalValue(o){const e=o[i],n=s in o?o[s]:void 0;switch(e){case"string":case"boolean":return n;case"bigint":return BigInt(n);case"undefined":return;case"null":return null;case"number":return"NaN"===n?NaN:"-0"===n?-0:"Infinity"===n?1/0:"-Infinity"===n?-1/0:n;case"array":return n.map((o=>t.fromLocalValue(o)));case"date":return new Date(n);case"map":const o=new Map;for(const[e,i]of n){const n="object"==typeof e&&null!==e?t.fromLocalValue(e):e,s=t.fromLocalValue(i);o.set(n,s)}return o;case"object":const i={};for(const[o,e]of n)i[o]=t.fromLocalValue(e);return i;case"regexp":const{pattern:s,flags:r}=n;return RegExp(s,r);case"set":const l=new Set;for(const o of n)l.add(t.fromLocalValue(o));return l;case"symbol":return Symbol(n);default:throw Error("Unsupported type: "+e)}}static fromLocalValueArray(o){return o.map((o=>t.fromLocalValue(o)))}static isLocalValueObject(t){if("object"!=typeof t||null===t)return!1;if(!t.hasOwnProperty(i))return!1;const o=t[i];return!!Object.values({...e,...n}).includes(o)&&("null"===o||"undefined"===o||t.hasOwnProperty(s))}},ut=(t,o,e)=>"string"==typeof t&&t.startsWith(r)?t=function(t){return"string"==typeof t&&t.startsWith(r)?dt.fromLocalValue(JSON.parse(atob(t.slice(11)))):t}(t):null==t||Z(t)?t:4&o?(e&&"string"==typeof t||"false"!==t)&&(""===t||!!t):2&o?"string"==typeof t?parseFloat(t):"number"==typeof t?t:NaN:1&o?t+"":t,ft=t=>{var o;return null==(o=p(t))?void 0:o.$hostElement$},gt=(t,o)=>{const e=ft(t);return{emit:t=>vt(e,o,{bubbles:!0,composed:!0,cancelable:!0,detail:t})}},vt=(t,o,e)=>{const n=x.ce(o,e);return t.dispatchEvent(n),n},bt=(t,o,e,n,i,s,r)=>{if(e===n)return;let l=u(t,o),a=o.toLowerCase();if("class"===o){const o=t.classList,i=ht(e);let s=ht(n);if((t["s-si"]||t["s-sc"])&&r){const e=t["s-sc"]||t["s-si"];s.push(e),i.forEach((t=>{t.startsWith(e)&&s.push(t)})),s=[...new Set(s)].filter((t=>t)),o.add(...s)}else o.remove(...i.filter((t=>t&&!s.includes(t)))),o.add(...s.filter((t=>t&&!i.includes(t))))}else if("style"===o){for(const o in e)n&&null!=n[o]||(o.includes("-")?t.style.removeProperty(o):t.style[o]="");for(const o in n)e&&n[o]===e[o]||(o.includes("-")?t.style.setProperty(o,n[o]):t.style[o]=n[o])}else if("key"===o);else if("ref"===o)n&&Dt(n,t);else if(l||"o"!==o[0]||"n"!==o[1]){if("a"===o[0]&&o.startsWith("attr:")){const e=o.slice(5);let i;{const o=p(t);if(o&&o.o&&o.o.t){const t=o.o.t[e];t&&t[1]&&(i=t[1])}}return i||(i=e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()),void(null==n||!1===n?!1===n&&""!==t.getAttribute(i)||t.removeAttribute(i):t.setAttribute(i,!0===n?"":n))}if("p"===o[0]&&o.startsWith("prop:")){const e=o.slice(5);try{t[e]=n}catch(t){}return}{const r=Z(n);if((l||r&&null!==n)&&!i)try{if(t.tagName.includes("-"))t[o]!==n&&(t[o]=n);else{const i=null==n?"":n;"list"===o?l=!1:null!=e&&t[o]===i||("function"==typeof t.__lookupSetter__(o)?t[o]=i:t.setAttribute(o,i))}}catch(t){}let c=!1;a!==(a=a.replace(/^xlink\:?/,""))&&(o=a,c=!0),null==n||!1===n?!1===n&&""!==t.getAttribute(o)||(c?t.removeAttributeNS(y,o):t.removeAttribute(o)):(!l||4&s||i)&&!r&&1===t.nodeType&&(n=!0===n?"":n,c?t.setAttributeNS(y,o,n):t.setAttribute(o,n))}}else if(o="-"===o[2]?o.slice(3):u(k,a)?a.slice(2):a[2]+o.slice(3),e||n){const i=o.endsWith(wt);o=o.replace(yt,""),e&&x.rel(t,o,e,i),n&&x.ael(t,o,n,i)}},mt=/\s/,ht=t=>("object"==typeof t&&t&&"baseVal"in t&&(t=t.baseVal),t&&"string"==typeof t?t.split(mt):[]),wt="Capture",yt=RegExp(wt+"$"),$t=(t,o,e,n)=>{const i=11===o.N.nodeType&&o.N.host?o.N.host:o.N,s=t&&t.$||{},r=o.$||{};for(const t of kt(Object.keys(s)))t in r||bt(i,t,s[t],void 0,e,o.p,n);for(const t of kt(Object.keys(r)))bt(i,t,s[t],r[t],e,o.p,n)};function kt(t){return t.includes("ref")?[...t.filter((t=>"ref"!==t)),"ref"]:t}var xt=!1,jt=!1,St=!1,Ot=!1,zt=[],Nt=[],Ct=(t,o,e)=>{var n;const i=o.k[e];let s,r,l,a=0;if(xt||(St=!0,"slot"===i.O&&(i.p|=i.k?2:1)),null!=i.h)s=i.N=k.document.createTextNode(i.h);else if(1&i.p)s=i.N=k.document.createTextNode(""),$t(null,i,Ot);else{if(Ot||(Ot="svg"===i.O),!k.document)throw Error("You are trying to render a Stencil component in an environment that doesn't support the DOM.");if(s=i.N=k.document.createElementNS(Ot?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",!xt&&2&i.p?"slot-fb":i.O),Ot&&"foreignObject"===i.O&&(Ot=!1),$t(null,i,Ot),i.k){const o="template"===i.O?s.content:s;for(a=0;a<i.k.length;++a)r=Ct(t,i,a),r&&o.appendChild(r)}"svg"===i.O?Ot=!1:"foreignObject"===s.tagName&&(Ot=!0)}return s["s-hn"]=at,3&i.p&&(s["s-sr"]=!0,s["s-cr"]=lt,s["s-sn"]=i.S||"",s["s-rf"]=null==(n=i.$)?void 0:n.ref,P(s),l=t&&t.k&&t.k[e],l&&l.O===i.O&&t.N&&Et(t.N)),s},Et=t=>{x.p|=1;const o=t.closest(at.toLowerCase());if(null!=o){const e=Array.from(o.__childNodes||o.childNodes).find((t=>t["s-cr"])),n=Array.from(t.__childNodes||t.childNodes);for(const t of e?n.reverse():n)null!=t["s-sh"]&&(Ft(o,t,null!=e?e:null),t["s-sh"]=void 0,St=!0)}x.p&=-2},Mt=(t,o)=>{x.p|=1;const e=Array.from(t.__childNodes||t.childNodes);if(t["s-sr"]){let o=t;for(;o=o.nextSibling;)o&&o["s-sn"]===t["s-sn"]&&o["s-sh"]===at&&e.push(o)}for(let t=e.length-1;t>=0;t--){const n=e[t];n["s-hn"]!==at&&n["s-ol"]&&(Ft(It(n).parentNode,n,It(n)),n["s-ol"].remove(),n["s-ol"]=void 0,n["s-sh"]=void 0,St=!0),o&&Mt(n,o)}x.p&=-2},Lt=(t,o,e,n,i,s)=>{let r,l=t["s-cr"]&&t["s-cr"].parentNode||t;for(l.shadowRoot&&l.tagName===at&&(l=l.shadowRoot),"template"===e.O&&(l=l.content);i<=s;++i)n[i]&&(r=Ct(null,e,i),r&&(n[i].N=r,Ft(l,r,It(o))))},Rt=(t,o,e)=>{for(let n=o;n<=e;++n){const o=t[n];if(o){const t=o.N;Bt(o),t&&(jt=!0,t["s-ol"]?t["s-ol"].remove():Mt(t,!0),t.remove())}}},Tt=(t,o,e=!1)=>t.O===o.O&&("slot"===t.O?t.S===o.S:e?(e&&!t.j&&o.j&&(t.j=o.j),!0):t.j===o.j),It=t=>t&&t["s-ol"]||t,At=(t,o,e=!1)=>{const n=o.N=t.N,i=t.k,s=o.k,r=o.O,l=o.h;let a;null==l?(Ot="svg"===r||"foreignObject"!==r&&Ot,"slot"!==r||xt||t.S!==o.S&&(o.N["s-sn"]=o.S||"",Et(o.N.parentElement)),$t(t,o,Ot,e),null!==i&&null!==s?((t,o,e,n,i=!1)=>{let s,r,l=0,a=0,c=0,p=0,d=o.length-1,u=o[0],f=o[d],g=n.length-1,v=n[0],b=n[g];const m="template"===e.O?t.content:t;for(;l<=d&&a<=g;)if(null==u)u=o[++l];else if(null==f)f=o[--d];else if(null==v)v=n[++a];else if(null==b)b=n[--g];else if(Tt(u,v,i))At(u,v,i),u=o[++l],v=n[++a];else if(Tt(f,b,i))At(f,b,i),f=o[--d],b=n[--g];else if(Tt(u,b,i))"slot"!==u.O&&"slot"!==b.O||Mt(u.N.parentNode,!1),At(u,b,i),Ft(m,u.N,f.N.nextSibling),u=o[++l],b=n[--g];else if(Tt(f,v,i))"slot"!==u.O&&"slot"!==b.O||Mt(f.N.parentNode,!1),At(f,v,i),Ft(m,f.N,u.N),f=o[--d],v=n[++a];else{for(c=-1,p=l;p<=d;++p)if(o[p]&&null!==o[p].j&&o[p].j===v.j){c=p;break}c>=0?(r=o[c],r.O!==v.O?s=Ct(o&&o[a],e,c):(At(r,v,i),o[c]=void 0,s=r.N),v=n[++a]):(s=Ct(o&&o[a],e,a),v=n[++a]),s&&Ft(It(u.N).parentNode,s,It(u.N))}l>d?Lt(t,null==n[g+1]?null:n[g+1].N,e,n,a,g):a>g&&Rt(o,l,d)})(n,i,o,s,e):null!==s?(null!==t.h&&(n.textContent=""),Lt(n,null,o,s,0,s.length-1)):e||null===i?e&&null!==i&&null===s&&(o.k=i):Rt(i,0,i.length-1),Ot&&"svg"===r&&(Ot=!1)):(a=n["s-cr"])?a.parentNode.textContent=l:t.h!==l&&(n.data=l)},_t=[],Ht=t=>{let o,e,n;const i=t.__childNodes||t.childNodes;for(const t of i){if(t["s-sr"]&&(o=t["s-cr"])&&o.parentNode){e=o.parentNode.__childNodes||o.parentNode.childNodes;const i=t["s-sn"];for(n=e.length-1;n>=0;n--)if(o=e[n],!(o["s-cn"]||o["s-nr"]||o["s-hn"]===t["s-hn"]||o["s-sh"]&&o["s-sh"]===t["s-hn"]))if(B(o,i)){let e=_t.find((t=>t.T===o));jt=!0,o["s-sn"]=o["s-sn"]||i,e?(e.T["s-sh"]=t["s-hn"],e.I=t):(o["s-sh"]=t["s-hn"],_t.push({I:t,T:o})),o["s-sr"]&&_t.map((t=>{B(t.T,o["s-sn"])&&(e=_t.find((t=>t.T===o)),e&&!t.I&&(t.I=e.I))}))}else _t.some((t=>t.T===o))||_t.push({T:o})}1===t.nodeType&&Ht(t)}},Bt=t=>{t.$&&t.$.ref&&zt.push((()=>t.$.ref(null))),t.k&&t.k.map(Bt)},Dt=(t,o)=>{Nt.push((()=>t(o)))},Ft=(t,o,e,n)=>{if("string"==typeof o["s-sn"]){t.insertBefore(o,e);const{slotNode:i}=function(t,o){var e;if(!(o=o||(null==(e=t["s-ol"])?void 0:e.parentElement)))return{slotNode:null,slotName:""};const n=t["s-sn"]=F(t)||"";return{slotNode:_(U(o,"childNodes"),o.tagName,n)[0],slotName:n}}(o);return i&&!n&&function(t){t.dispatchEvent(new CustomEvent("slotchange",{bubbles:!1,cancelable:!1,composed:!1}))}(i),o}return t.__insertBefore?t.__insertBefore(o,e):null==t?void 0:t.insertBefore(o,e)},Pt=(t,o)=>{if(o&&!t.A&&o["s-p"]){const e=o["s-p"].push(new Promise((n=>t.A=()=>{o["s-p"].splice(e-1,1),n()})))}},Ut=(t,o)=>{if(t.p|=16,4&t.p)return void(t.p|=512);Pt(t,t._);const e=()=>Vt(t,o);if(!o)return T(e);queueMicrotask((()=>{e()}))},Vt=(t,o)=>{const e=t.$hostElement$,n=t.l;if(!n)throw Error(`Can't render component <${e.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 o?(t.H&&(t.H=!1,Kt(n,"connectedCallback",void 0,e)),t.p|=256,t.B&&(t.B.map((([t,o])=>Kt(n,t,o,e))),t.B=void 0),t.D.length&&t.D.forEach((t=>t(e))),i=Kt(n,"componentWillLoad",void 0,e)):i=Kt(n,"componentWillUpdate",void 0,e),i=Wt(i,(()=>Kt(n,"componentWillRender",void 0,e))),Wt(i,(()=>Yt(t,n,o)))},Wt=(t,o)=>qt(t)?t.then(o).catch((t=>{console.error(t),o()})):o(),qt=t=>t instanceof Promise||t&&t.then&&"function"==typeof t.then,Yt=async(t,o,e)=>{var n;const i=t.$hostElement$,s=i["s-rc"];e&&(t=>{const o=t.o,e=t.$hostElement$,n=o.p,i=Y(e.shadowRoot?e.shadowRoot:e.getRootNode(),o);10&n&&(e["s-sc"]=i,e.classList.add(i+"-h"))})(t);Gt(t,o,i,e),s&&(s.map((t=>t())),i["s-rc"]=void 0);{const o=null!=(n=i["s-p"])?n:[],e=()=>Jt(t);0===o.length?e():(Promise.all(o).then(e).catch(e),t.p|=4,o.length=0)}},Gt=(t,o,e,n)=>{try{o=o.render&&o.render(),t.p&=-17,t.p|=2,((t,o,e=!1)=>{var n,i,s,r,l;const a=t.$hostElement$,c=t.o,p=t.F||Q(null,null),d=(t=>t&&t.O===X)(o)?o:K(null,null,o);if(at=a.tagName,c.P&&(d.$=d.$||{},c.P.forEach((([t,o])=>{d.$[o]=a[t]}))),e&&d.$)for(const t of Object.keys(d.$))a.hasAttribute(t)&&!["key","ref","style","class"].includes(t)&&(d.$[t]=a[t]);if(d.O=null,d.p|=4,t.F=d,d.N=p.N=a.shadowRoot||a,xt=!(!(1&c.p)||128&c.p),lt=a["s-cr"],jt=!1,At(p,d,e),x.p|=1,St){Ht(d.N);for(const t of _t){const o=t.T;if(!o["s-ol"]&&k.document){const t=k.document.createTextNode("");t["s-nr"]=o,Ft(o.parentNode,o["s-ol"]=t,o,e)}}for(const t of _t){const o=t.T,l=t.I;if(1===o.nodeType&&e&&(o["s-ih"]=null!=(n=o.hidden)&&n),l){const t=l.parentNode;let n=l.nextSibling;if(n&&1===n.nodeType){let e=null==(i=o["s-ol"])?void 0:i.previousSibling;for(;e;){let i=null!=(s=e["s-nr"])?s:null;if(i&&i["s-sn"]===o["s-sn"]&&t===(i.__parentNode||i.parentNode)){for(i=i.nextSibling;i===o||(null==i?void 0:i["s-sr"]);)i=null==i?void 0:i.nextSibling;if(!i||!i["s-nr"]){n=i;break}}e=e.previousSibling}}if((!n&&t!==(o.__parentNode||o.parentNode)||(o.__nextSibling||o.nextSibling)!==n)&&o!==n){if(Ft(t,o,n,e),8===o.nodeType&&o.nodeValue.startsWith("s-nt-")){const t=k.document.createTextNode(o.nodeValue.replace(/^s-nt-/,""));t["s-hn"]=o["s-hn"],t["s-sn"]=o["s-sn"],t["s-sh"]=o["s-sh"],t["s-sr"]=o["s-sr"],t["s-ol"]=o["s-ol"],t["s-ol"]["s-nr"]=t,Ft(o.parentNode,t,o,e),o.parentNode.removeChild(o)}1===o.nodeType&&"SLOT-FB"!==o.tagName&&(o.hidden=null!=(r=o["s-ih"])&&r)}o&&"function"==typeof l["s-rf"]&&l["s-rf"](l)}else 1===o.nodeType&&(o.hidden=!0)}}if(jt&&A(d.N),x.p&=-2,_t.length=0,!xt&&!(1&c.p)&&a["s-cr"]){const t=d.N.__childNodes||d.N.childNodes;for(const o of t)if(o["s-hn"]!==at&&!o["s-sh"])if(e&&null==o["s-ih"]&&(o["s-ih"]=null!=(l=o.hidden)&&l),1===o.nodeType)o.hidden=!0;else if(3===o.nodeType&&o.nodeValue.trim()){const t=k.document.createComment("s-nt-"+o.nodeValue);t["s-sn"]=o["s-sn"],Ft(o.parentNode,t,o,e),o.parentNode.removeChild(o)}}lt=void 0,zt.forEach((t=>t())),zt.length=0,Nt.forEach((t=>t())),Nt.length=0})(t,o,n)}catch(o){f(o,t.$hostElement$)}return null},Jt=t=>{const o=t.$hostElement$,e=t.l,n=t._;Kt(e,"componentDidRender",void 0,o),64&t.p?Kt(e,"componentDidUpdate",void 0,o):(t.p|=64,Qt(o),Kt(e,"componentDidLoad",void 0,o),t.U(o),n||Zt()),t.V(o),t.A&&(t.A(),t.A=void 0),512&t.p&&R((()=>Ut(t,!1))),t.p&=-517},Zt=()=>{var t;R((()=>vt(k,"appload",{detail:{namespace:"post-components"}}))),(null==(t=x.W)?void 0:t.size)&&x.W.clear()},Kt=(t,o,e,n)=>{if(t&&t[o])try{return t[o](e)}catch(t){f(t,n)}},Qt=t=>t.setAttribute(null!="data-hydrated"?"data-hydrated":"hydrated",""),Xt=(t,o,e,n)=>{const i=p(t);if(!i)return;if(!i)throw Error(`Couldn't find host element for "${n.m}" 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 s=i.$hostElement$,r=i.i.get(o),l=i.p,a=i.l;if(e=ut(e,n.t[o][0],!!(64&n.p)),!(8&l&&void 0!==r||e===r||Number.isNaN(r)&&Number.isNaN(e))){if(i.i.set(o,e),n.q){const t=n.q[o];t&&t.map((t=>{try{const[[n,s]]=Object.entries(t);(128&l||1&s)&&(a?a[n](e,r,o):i.D.push((()=>{i.l[n](e,r,o)})))}catch(t){f(t,s)}}))}if(2&l){if(a.componentShouldUpdate&&!1===a.componentShouldUpdate(e,r,o)&&!(16&l))return;16&l||Ut(i,!1)}}},to=(t,o,e)=>{var n,i;const s=t.prototype;64&o.p&&1&e&&$.forEach((t=>{Object.defineProperty(s,t,{value(...o){var e;const n=p(this),i=null==n?void 0:n.l;if(i){const e=i[t];"function"==typeof e&&e.call(i,...o)}else null==(e=null==n?void 0:n.Y)||e.then((e=>{const n=e[t];"function"==typeof n&&n.call(e,...o)}))}})}));{t.watchers&&!o.q&&(o.q=t.watchers),t.deserializers&&!o.G&&(o.G=t.deserializers),t.serializers&&!o.J&&(o.J=t.serializers);const r=Object.entries(null!=(n=o.t)?n:{});if(r.map((([t,[n]])=>{if(31&n||2&e&&32&n){const{get:i,set:r}=l(s,t)||{};i&&(o.t[t][0]|=2048),r&&(o.t[t][0]|=4096),(1&e||!i)&&Object.defineProperty(s,t,{get(){{if(!(2048&o.t[t][0]))return((t,o)=>p(this).i.get(o))(0,t);const e=p(this),n=e?e.l:s;if(!n)return;return n[t]}},configurable:!0,enumerable:!0}),Object.defineProperty(s,t,{set(i){const s=p(this);if(s){if(r)return void 0===(32&n?this[t]:s.$hostElement$[t])&&s.i.get(t)&&(i=s.i.get(t)),r.call(this,ut(i,n,!!(64&o.p))),void Xt(this,t,i=32&n?this[t]:s.$hostElement$[t],o);{if(!(1&e&&4096&o.t[t][0]))return Xt(this,t,i,o),void(1&e&&!s.l&&s.D.push((()=>{4096&o.t[t][0]&&s.l[t]!==s.i.get(t)&&(s.l[t]=i)})));const r=()=>{const e=s.l[t];!s.i.get(t)&&e&&s.i.set(t,e),s.l[t]=ut(i,n,!!(64&o.p)),Xt(this,t,s.l[t],o)};s.l?r():s.D.push((()=>{r()}))}}}})}else 1&e&&64&n&&Object.defineProperty(s,t,{value(...o){var e;const n=p(this);return null==(e=null==n?void 0:n.Z)?void 0:e.then((()=>{var e;return null==(e=n.l)?void 0:e[t](...o)}))}})})),1&e){const e=new Map;s.attributeChangedCallback=function(t,n,i){x.jmp((()=>{var l;const a=e.get(t),c=p(this);if(this.hasOwnProperty(a)&&(i=this[a],delete this[a]),s.hasOwnProperty(a)&&"number"==typeof this[a]&&this[a]==i)return;if(null==a){const e=null==c?void 0:c.p;if(c&&e&&!(8&e)&&i!==n){const s=c.l,r=null==(l=o.q)?void 0:l[t];null==r||r.forEach((o=>{const[[r,l]]=Object.entries(o);null!=s[r]&&(128&e||1&l)&&s[r].call(s,i,n,t)}))}return}const d=r.find((([t])=>t===a));d&&4&d[1][0]&&(i=null!==i&&"false"!==i);const u=Object.getOwnPropertyDescriptor(s,a);i==this[a]||u.get&&!u.set||(this[a]=i)}))},t.observedAttributes=Array.from(new Set([...Object.keys(null!=(i=o.q)?i:{}),...r.filter((([t,o])=>31&o[0])).map((([t,n])=>{var i;const s=n[1]||t;return e.set(s,t),512&n[0]&&(null==(i=o.P)||i.push([t,s])),s}))]))}}return t},oo=(t,o)=>{Kt(t,"connectedCallback",void 0,o)},eo=t=>{if(!(1&x.p)){const o=p(t);if(!o)return;const e=o.o,n=()=>{};if(1&o.p)ro(t,o,e.K),(null==o?void 0:o.l)?oo(o.l,t):(null==o?void 0:o.Y)&&o.Y.then((()=>oo(o.l,t)));else{let n;if(o.p|=1,n=t.getAttribute(b),n){if(1&e.p){const o=Y(t.shadowRoot,e);t.classList.remove(o+"-h",o+"-s")}((t,o,e,n)=>{var i,s,r,l;const a=t.shadowRoot,c=[],d=[],u=a?[]:null,f=Q(o,null);f.N=t,!k.document||x.W&&x.W.size||it(k.document.body,x.W=new Map),t[b]=e,t.removeAttribute(b),n.F=nt(f,c,[],u,t,t,e,d);let g=0;const v=c.length;let m;for(;g<v;g++){m=c[g];const e=m.C+"."+m.M,n=x.W.get(e),s=m.N;if(a){if((null==(i=m.O)?void 0:(""+i).includes("-"))&&"slot-fb"!==m.O&&!m.N.shadowRoot){const t=p(m.N);if(t){const o=G(t.o),e=k.document.querySelector(`style[sty-id="${o}"]`);e&&u.unshift(e.cloneNode(!0))}}}else s["s-hn"]=o.toUpperCase(),"slot"===m.O&&(s["s-cr"]=t["s-cr"]);"slot"===m.O&&(m.S=m.N["s-sn"]||m.N.name||null,m.k?(m.p|=2,m.N.childNodes.length||m.k.forEach((t=>{m.N.appendChild(t.N)}))):m.p|=1),n&&n.isConnected&&(n.parentElement.shadowRoot&&""===n["s-en"]&&n.parentNode.insertBefore(s,n.nextSibling),n.parentNode.removeChild(n),a||(s["s-oo"]=parseInt(m.M))),n&&!n["s-id"]&&x.W.delete(e)}const h=[],w=d.length;let y,$,j,S,O=0,z=0;for(;O<w;O++)if(y=d[O],y&&y.length)for(j=y.length,$=0;$<j;$++){if(S=y[$],h[S.hostId]||(h[S.hostId]=x.W.get(S.hostId)),!h[S.hostId])continue;const t=h[S.hostId];t.shadowRoot&&S.node.parentElement!==t&&t.insertBefore(S.node,null==(r=null==(s=y[$-1])?void 0:s.node)?void 0:r.nextSibling),t.shadowRoot&&a||(S.slot["s-cr"]||(S.slot["s-cr"]=t["s-cr"],S.slot["s-cr"]=!S.slot["s-cr"]&&t.shadowRoot?t:(t.__childNodes||t.childNodes)[0]),D(S.node,S.slot,0,S.node["s-oo"]||z),(null==(l=S.node.parentElement)?void 0:l.shadowRoot)&&S.node.getAttribute&&S.node.getAttribute("slot")&&S.node.removeAttribute("slot")),z=(S.node["s-oo"]||z)+1}if(a&&!a.childNodes.length){let o=0;const e=u.length;if(e){for(;o<e;o++){const t=u[o];t&&a.appendChild(t)}Array.from(t.childNodes).forEach((t=>{"string"!=typeof t["s-en"]&&"string"!=typeof t["s-sn"]&&(1===t.nodeType&&t.slot&&t.hidden?t.removeAttribute("hidden"):8!==t.nodeType||t.nodeValue||t.parentNode.removeChild(t))}))}}n.$hostElement$=t})(t,e.m,n,o)}n||12&e.p&&no(t);{let e=t;for(;e=e.parentNode||e.host;)if(1===e.nodeType&&e.hasAttribute("s-id")&&e["s-p"]||e["s-p"]){Pt(o,o._=e);break}}e.t&&Object.entries(e.t).map((([o,[e]])=>{if(31&e&&Object.prototype.hasOwnProperty.call(t,o)){const e=t[o];delete t[o],t[o]=e}})),(async(t,o,e)=>{let n;try{if(!(32&o.p)){if(o.p|=32,e.X){const i=((t,o)=>{const e=t.m.replace(/-/g,"_"),n=t.X;if(!n)return;const i=g.get(n);return i?i[e]:import(`./${n}.entry.js`).then((t=>(g.set(n,t),t[e])),(t=>{f(t,o.$hostElement$)}))
2
- /*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(e,o);if(i&&"then"in i){const t=()=>{};n=await i,t()}else n=i;if(!n)throw Error(`Constructor for "${e.m}#${o.tt}" was not found`);n.isProxied||(e.q=n.watchers,e.J=n.serializers,e.G=n.deserializers,to(n,e,2),n.isProxied=!0);const s=()=>{};o.p|=8;try{new n(o)}catch(o){f(o,t)}o.p&=-9,o.p|=128,s(),4&e.p?o.H=!0:oo(o.l,t)}else n=t.constructor,customElements.whenDefined(t.localName).then((()=>o.p|=128));if(n&&n.style){let t;"string"==typeof n.style&&(t=n.style);const o=G(e);if(!v.has(o)){const n=()=>{};q(o,t,!!(1&e.p)),n()}}}const i=o._,s=()=>Ut(o,!0);i&&i["s-rc"]?i["s-rc"].push(s):s()}catch(e){f(e,t),o.A&&(o.A(),o.A=void 0),o.U&&o.U(t)}})(t,o,e)}n()}},no=t=>{if(!k.document)return;const o=t["s-cr"]=k.document.createComment("");o["s-cn"]=!0,Ft(t,o,t.firstChild)},io=(t,o)=>{Kt(t,"disconnectedCallback",void 0,o||t)},so=(t,o={})=>{var e;if(!k.document)return void console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");const n=[],i=o.exclude||[],s=k.customElements,r=k.document.head,l=r.querySelector("meta[charset]"),a=k.document.createElement("style"),c=[];let d,u=!0;Object.assign(x,o),x.u=new URL(o.resourcesUrl||"./",k.document.baseURI).href,x.p|=2,(()=>{if(!k.document)return;const t=k.document.querySelectorAll(`[${m}]`);let o=0;for(;o<t.length;o++)q(t[o].getAttribute(m),J(t[o].innerHTML),!0)})();let f=!1;if(t.map((t=>{t[1].map((o=>{var e,r,l;const a={p:o[0],m:o[1],t:o[2],K:o[3]};4&a.p&&(f=!0),a.t=o[2],a.K=o[3],a.P=[],a.q=null!=(e=o[4])?e:{},a.J=null!=(r=o[5])?r:{},a.G=null!=(l=o[6])?l:{};const g=a.m,v=class extends HTMLElement{"s-p";"s-rc";hasRegisteredEventListeners=!1;constructor(t){if(super(t),((t,o)=>{const e={p:0,$hostElement$:t,o,i:new Map,ot:new Map};e.Z=new Promise((t=>e.V=t)),e.Y=new Promise((t=>e.U=t)),t["s-p"]=[],t["s-rc"]=[],e.D=[];const n=e;t.__stencil__getHostRef=()=>n})(t=this,a),1&a.p)if(t.shadowRoot){if("open"!==t.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${a.m}! Mode is set to ${t.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else I.call(t,a)}connectedCallback(){const t=p(this);t&&(this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0,ro(this,t,a.K)),d&&(clearTimeout(d),d=null),u?c.push(this):x.jmp((()=>eo(this))))}disconnectedCallback(){x.jmp((()=>(async t=>{if(!(1&x.p)){const o=p(t);(null==o?void 0:o.et)&&(o.et.map((t=>t())),o.et=void 0),(null==o?void 0:o.l)?io(o.l,t):(null==o?void 0:o.Y)&&o.Y.then((()=>io(o.l,t)))}W.has(t)&&W.delete(t),t.shadowRoot&&W.has(t.shadowRoot)&&W.delete(t.shadowRoot)})(this))),x.raf((()=>{var t;const o=p(this);if(!o)return;const e=c.findIndex((t=>t===this));e>-1&&c.splice(e,1),(null==(t=null==o?void 0:o.F)?void 0:t.N)instanceof Node&&!o.F.N.isConnected&&delete o.F.N}))}componentOnReady(){var t;return null==(t=p(this))?void 0:t.Y}};64&a.p&&(v.formAssociated=!0),a.X=t[0],i.includes(g)||s.get(g)||(n.push(g),s.define(g,to(v,a,1)))}))})),n.length>0&&(f&&(a.textContent+=w),a.innerHTML.length)){a.setAttribute("data-styles","");const t=null!=(e=x.v)?e:V(k.document);null!=t&&a.setAttribute("nonce",t),r.insertBefore(a,l?l.nextSibling:r.firstChild)}u=!1,c.length?c.map((t=>t.connectedCallback())):x.jmp((()=>d=setTimeout(Zt,30)))},ro=(t,o,e)=>{e&&k.document&&e.map((([e,n,i])=>{const s=ao(k.document,t,e),r=lo(o,i),l=co(e);x.ael(s,n,r,l),(o.et=o.et||[]).push((()=>x.rel(s,n,r,l)))}))},lo=(t,o)=>e=>{var n;try{256&t.p?null==(n=t.l)||n[o](e):(t.B=t.B||[]).push([o,e])}catch(o){f(o,t.$hostElement$)}},ao=(t,o,e)=>4&e?t:8&e?k:o,co=t=>({passive:!!(1&t),capture:!!(2&t)}),po=t=>x.v=t;export{X as H,ft as a,so as b,gt as c,t as g,K as h,j as p,d as r,po as s}
@@ -1,8 +0,0 @@
1
- /*!
2
- * long-press-event - v@version@
3
- * Pure JavaScript long-press-event
4
- * https://github.com/john-doherty/long-press-event
5
- * @author John Doherty <www.johndoherty.info>
6
- * @license MIT
7
- */
8
- !function(e,n){var t=null,o="PointerEvent"in e||e.navigator&&"msPointerEnabled"in e.navigator,i="ontouchstart"in e||navigator.MaxTouchPoints>0||navigator.msMaxTouchPoints>0,u=o?"pointerdown":i?"touchstart":"mousedown",r=o?"pointerup":i?"touchend":"mouseup",a=o?"pointermove":i?"touchmove":"mousemove",c=o?"pointerleave":i?"touchleave":"mouseleave",l=0,f=0;function s(e){var t;m(),e=void 0!==(t=e).changedTouches?t.changedTouches[0]:t,this.dispatchEvent(new CustomEvent("long-press",{bubbles:!0,cancelable:!0,detail:{clientX:e.clientX,clientY:e.clientY,offsetX:e.offsetX,offsetY:e.offsetY,pageX:e.pageX,pageY:e.pageY},clientX:e.clientX,clientY:e.clientY,offsetX:e.offsetX,offsetY:e.offsetY,pageX:e.pageX,pageY:e.pageY,screenX:e.screenX,screenY:e.screenY}))||n.addEventListener("click",(function e(t){n.removeEventListener("click",e,!0),function(e){e.stopImmediatePropagation(),e.preventDefault(),e.stopPropagation()}(t)}),!0)}function v(o){m();var i=o.target,u=parseInt(function(e){for(;e&&e!==n.documentElement;){var t=e.getAttribute("data-long-press-delay");if(t)return t;e=e.parentNode}return"1500"}(i),10);t=function(n,t){if(!(e.requestAnimationFrame||e.webkitRequestAnimationFrame||e.mozRequestAnimationFrame&&e.mozCancelRequestAnimationFrame||e.oRequestAnimationFrame||e.msRequestAnimationFrame))return e.setTimeout(n,t);var o=(new Date).getTime(),i={},u=function(){(new Date).getTime()-o>=t?n.call():i.value=requestAnimFrame(u)};return i.value=requestAnimFrame(u),i}(s.bind(i,o),u)}function m(){var n;(n=t)&&(e.cancelAnimationFrame?e.cancelAnimationFrame(n.value):e.webkitCancelAnimationFrame?e.webkitCancelAnimationFrame(n.value):e.webkitCancelRequestAnimationFrame?e.webkitCancelRequestAnimationFrame(n.value):e.mozCancelRequestAnimationFrame?e.mozCancelRequestAnimationFrame(n.value):e.oCancelRequestAnimationFrame?e.oCancelRequestAnimationFrame(n.value):e.msCancelRequestAnimationFrame?e.msCancelRequestAnimationFrame(n.value):clearTimeout(n)),t=null}"function"!=typeof e.CustomEvent&&(e.CustomEvent=function(e,t){t=t||{bubbles:!1,cancelable:!1,detail:void 0};var o=n.createEvent("CustomEvent");return o.initCustomEvent(e,t.bubbles,t.cancelable,t.detail),o},e.CustomEvent.prototype=e.Event.prototype),e.requestAnimFrame=e.requestAnimationFrame||e.webkitRequestAnimationFrame||e.mozRequestAnimationFrame||e.oRequestAnimationFrame||e.msRequestAnimationFrame||function(n){e.setTimeout(n,1e3/60)},n.addEventListener(r,m,!0),n.addEventListener(c,m,!0),n.addEventListener(a,(function(e){var n=Math.abs(l-e.clientX),t=Math.abs(f-e.clientY);(n>=10||t>=10)&&m()}),!0),n.addEventListener("wheel",m,!0),n.addEventListener("scroll",m,!0),n.addEventListener("contextmenu",(function(e){i?e.preventDefault():m()}),!0),n.addEventListener(u,(function(e){l=e.clientX,f=e.clientY,v(e)}),!0)}(window,document);
@@ -1 +0,0 @@
1
- const t="10.0.0-next.75";export{t as v}
@@ -1 +0,0 @@
1
- import{c as r,g as o}from"./p-8SvFxSp6.js";function t(t){return r({priority:1,blocking:!1,run(r,a){const{value:e,showError:n}=o(r,a),p="array"===t,s=Array.isArray(e);return!!(p||s?s===p:typeof e===t)||(n(`must be of type "${t}"`),!1)}})}export{t as T}
@@ -1 +0,0 @@
1
- import{c as t,g as r}from"./p-8SvFxSp6.js";function o(){return t({priority:1,blocking:!1,run(t,o){const{value:n,showError:s}=r(t,o);let e="string"==typeof n||n instanceof URL;if(e)try{new URL(n,"https://www.post.ch")}catch{e=!1}return!!e||(s("must be a valid URL"),!1)}})}export{o as U}