@swisspost/design-system-components 9.0.0-next.15 → 9.0.0-next.17

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 (373) hide show
  1. package/dist/cjs/{check-url-1cf6fb0d.js → check-url-1ff4cf75.js} +2 -2
  2. package/dist/cjs/{index-0ee3ab4a.js → index-5acef487.js} +151 -325
  3. package/dist/cjs/{index-bea4ac42.js → index-f2eedfeb.js} +1 -1
  4. package/dist/cjs/index.cjs.js +23 -23
  5. package/dist/cjs/loader.cjs.js +1 -1
  6. package/dist/cjs/{package-da5224f8.js → package-6000ba84.js} +1 -1
  7. package/dist/cjs/{post-accordion-412a5841.js → post-accordion-562d63d3.js} +4 -10
  8. package/dist/cjs/post-accordion-item-2b9a7c01.js +64 -0
  9. package/dist/cjs/post-accordion-item.cjs.entry.js +5 -5
  10. package/dist/cjs/post-accordion.cjs.entry.js +3 -3
  11. package/dist/cjs/{post-avatar-8c349298.js → post-avatar-d9194b7f.js} +11 -23
  12. package/dist/cjs/post-avatar.cjs.entry.js +3 -3
  13. package/dist/cjs/{post-back-to-top-56f1cc8e.js → post-back-to-top-fa8d4e1d.js} +4 -8
  14. package/dist/cjs/post-back-to-top.cjs.entry.js +3 -3
  15. package/dist/cjs/{post-banner-6295a2a0.js → post-banner-3b91a695.js} +12 -26
  16. package/dist/cjs/post-banner.cjs.entry.js +5 -5
  17. package/dist/cjs/{post-breadcrumb-507266b2.js → post-breadcrumb-839a2652.js} +8 -14
  18. package/dist/cjs/post-breadcrumb-item_2.cjs.entry.js +5 -5
  19. package/dist/cjs/post-breadcrumb.cjs.entry.js +4 -4
  20. package/dist/cjs/{post-card-control-d7eabec9.js → post-card-control-14a4dfc8.js} +12 -43
  21. package/dist/cjs/post-card-control.cjs.entry.js +3 -3
  22. package/dist/cjs/post-closebutton_15.cjs.entry.js +5 -5
  23. package/dist/cjs/{post-collapsible-trigger-0ee4d82a.js → post-collapsible-trigger-05be3759.js} +5 -11
  24. package/dist/cjs/post-collapsible_2.cjs.entry.js +5 -5
  25. package/dist/cjs/post-components.cjs.js +2 -2
  26. package/dist/cjs/{post-footer-2bac2420.js → post-footer-a70591e7.js} +4 -7
  27. package/dist/cjs/post-footer.cjs.entry.js +3 -3
  28. package/dist/cjs/{post-linkarea-fc2f9c72.js → post-linkarea-199a2615.js} +2 -2
  29. package/dist/cjs/post-linkarea.cjs.entry.js +3 -3
  30. package/dist/cjs/{post-menu-item-709448cc.js → post-menu-item-e20f184b.js} +4 -7
  31. package/dist/cjs/{post-popover-0a247c47.js → post-popover-e398bdfb.js} +5 -17
  32. package/dist/cjs/post-popover.cjs.entry.js +3 -3
  33. package/dist/cjs/{post-rating-e09b9243.js → post-rating-7aff1856.js} +7 -20
  34. package/dist/cjs/post-rating.cjs.entry.js +3 -3
  35. package/dist/cjs/{post-tab-header-7fb08fb1.js → post-tab-header-a2dbedd3.js} +4 -7
  36. package/dist/cjs/post-tab-header.cjs.entry.js +3 -3
  37. package/dist/cjs/{post-tab-panel-e35b6f6d.js → post-tab-panel-5be6d90e.js} +4 -7
  38. package/dist/cjs/post-tab-panel.cjs.entry.js +3 -3
  39. package/dist/cjs/{post-tabs-3967f88b.js → post-tabs-c0ff849b.js} +3 -9
  40. package/dist/cjs/post-tabs.cjs.entry.js +3 -3
  41. package/dist/cjs/{post-tag-07461a94.js → post-tag-0d9d3036.js} +6 -17
  42. package/dist/cjs/post-tag.cjs.entry.js +3 -3
  43. package/dist/cjs/{post-togglebutton-675dccb0.js → post-togglebutton-46c57375.js} +70 -159
  44. package/dist/cjs/{post-tooltip-1c754653.js → post-tooltip-fd1b7b47.js} +6 -17
  45. package/dist/cjs/post-tooltip.cjs.entry.js +5 -5
  46. package/dist/collection/collection-manifest.json +2 -2
  47. package/dist/collection/components/post-accordion/post-accordion.js +4 -12
  48. package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -1
  49. package/dist/collection/components/post-accordion-item/post-accordion-item.js +6 -15
  50. package/dist/collection/components/post-avatar/post-avatar.js +11 -29
  51. package/dist/collection/components/post-back-to-top/post-back-to-top.js +4 -8
  52. package/dist/collection/components/post-banner/post-banner.js +11 -31
  53. package/dist/collection/components/post-breadcrumb/post-breadcrumb.js +7 -15
  54. package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.js +3 -6
  55. package/dist/collection/components/post-card-control/post-card-control.js +10 -59
  56. package/dist/collection/components/post-collapsible/post-collapsible.js +3 -6
  57. package/dist/collection/components/post-collapsible-trigger/post-collapsible-trigger.js +3 -6
  58. package/dist/collection/components/post-footer/post-footer.js +4 -7
  59. package/dist/collection/components/post-header/post-header.css +1 -1
  60. package/dist/collection/components/post-header/post-header.js +15 -5
  61. package/dist/collection/components/post-icon/post-icon.js +9 -42
  62. package/dist/collection/components/post-language-option/post-language-option.css +1 -1
  63. package/dist/collection/components/post-language-option/post-language-option.js +7 -31
  64. package/dist/collection/components/post-language-switch/post-language-switch.css +1 -1
  65. package/dist/collection/components/post-language-switch/post-language-switch.js +8 -24
  66. package/dist/collection/components/post-list/post-list.js +5 -16
  67. package/dist/collection/components/post-logo/post-logo.js +3 -6
  68. package/dist/collection/components/post-mainnavigation/post-mainnavigation.js +5 -3
  69. package/dist/collection/components/post-megadropdown/post-megadropdown.js +10 -11
  70. package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.js +4 -10
  71. package/dist/collection/components/post-menu/post-menu.js +4 -14
  72. package/dist/collection/components/post-menu-trigger/post-menu-trigger.js +4 -10
  73. package/dist/collection/components/post-popover/post-popover.js +3 -21
  74. package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +6 -26
  75. package/dist/collection/components/post-rating/post-rating.js +5 -26
  76. package/dist/collection/components/post-tab-header/post-tab-header.js +4 -7
  77. package/dist/collection/components/post-tab-panel/post-tab-panel.js +4 -7
  78. package/dist/collection/components/post-tabs/post-tabs.js +3 -9
  79. package/dist/collection/components/post-tag/post-tag.js +4 -21
  80. package/dist/collection/components/post-togglebutton/post-togglebutton.js +3 -6
  81. package/dist/collection/components/post-tooltip/post-tooltip.js +5 -20
  82. package/dist/collection/utils/get-focusable-children.js +7 -1
  83. package/dist/collection/utils/property-checkers/check-url.js +2 -2
  84. package/{loaders/p-b095519d.js → dist/components/check-non-empty.js} +1 -1
  85. package/{loaders/p-3aba7629.js → dist/components/get-focusable-children.js} +7 -1
  86. package/dist/components/index.js +36 -36
  87. package/dist/components/{p-eabb09ad.js → index2.js} +5 -5
  88. package/dist/components/package.js +3 -0
  89. package/dist/components/post-accordion-item.js +1 -1
  90. package/dist/components/post-accordion-item2.js +103 -0
  91. package/dist/components/post-accordion.js +1 -1
  92. package/dist/components/{p-cf4cb17f.js → post-accordion2.js} +7 -13
  93. package/dist/components/post-avatar.js +1 -1
  94. package/dist/components/{p-4f60823b.js → post-avatar2.js} +13 -25
  95. package/dist/components/post-back-to-top.js +1 -1
  96. package/dist/components/{p-8b750ccb.js → post-back-to-top2.js} +9 -13
  97. package/dist/components/post-banner.js +1 -1
  98. package/dist/components/{p-f566dbe4.js → post-banner2.js} +18 -32
  99. package/dist/components/post-breadcrumb-item.js +1 -1
  100. package/{loaders/p-9e7120c3.js → dist/components/post-breadcrumb-item2.js} +6 -9
  101. package/dist/components/post-breadcrumb.js +1 -1
  102. package/dist/components/{p-23b12eda.js → post-breadcrumb2.js} +18 -24
  103. package/dist/components/post-card-control.js +1 -1
  104. package/dist/components/{p-6d591e1c.js → post-card-control2.js} +16 -47
  105. package/dist/components/post-closebutton.js +1 -1
  106. package/dist/components/{p-f5433ff7.js → post-closebutton2.js} +4 -4
  107. package/dist/components/post-collapsible-trigger.js +1 -1
  108. package/dist/components/{p-5366ff92.js → post-collapsible-trigger2.js} +8 -11
  109. package/dist/components/post-collapsible.js +1 -1
  110. package/{loaders/p-c2033fcd.js → dist/components/post-collapsible2.js} +5 -8
  111. package/dist/components/post-footer.js +1 -1
  112. package/dist/components/{p-d428a69c.js → post-footer2.js} +9 -12
  113. package/dist/components/post-header.js +1 -1
  114. package/dist/components/{p-54e097c7.js → post-header2.js} +21 -13
  115. package/dist/components/post-icon.js +1 -1
  116. package/dist/components/{p-fcec301c.js → post-icon2.js} +13 -34
  117. package/dist/components/post-language-option.js +1 -1
  118. package/dist/components/{p-a07e1562.js → post-language-option2.js} +11 -27
  119. package/dist/components/post-language-switch.js +1 -1
  120. package/dist/components/{p-61419ecc.js → post-language-switch2.js} +17 -29
  121. package/dist/components/post-linkarea.js +1 -1
  122. package/dist/components/{p-9a726750.js → post-linkarea2.js} +3 -3
  123. package/dist/components/post-list-item.js +1 -1
  124. package/dist/components/{p-9e4b1f10.js → post-list-item2.js} +2 -2
  125. package/dist/components/post-list.js +1 -1
  126. package/dist/components/{p-a3711af3.js → post-list2.js} +7 -16
  127. package/dist/components/post-logo.js +1 -1
  128. package/dist/components/{p-70e8b74f.js → post-logo2.js} +5 -8
  129. package/dist/components/post-mainnavigation.js +1 -1
  130. package/dist/components/{p-2e509a60.js → post-mainnavigation2.js} +7 -7
  131. package/dist/components/post-megadropdown-trigger.js +1 -1
  132. package/dist/components/{p-4b60e5f8.js → post-megadropdown-trigger2.js} +6 -12
  133. package/dist/components/post-megadropdown.js +1 -1
  134. package/dist/components/{p-46a6c5ec.js → post-megadropdown2.js} +12 -15
  135. package/dist/components/post-menu-item.js +1 -1
  136. package/{loaders/p-4bbdde2b.js → dist/components/post-menu-item2.js} +3 -3
  137. package/dist/components/post-menu-trigger.js +1 -1
  138. package/{loaders/p-15877641.js → dist/components/post-menu-trigger2.js} +7 -13
  139. package/dist/components/post-menu.js +1 -1
  140. package/{loaders/p-7202d5d4.js → dist/components/post-menu2.js} +8 -18
  141. package/dist/components/post-popover.js +1 -1
  142. package/dist/components/{p-621f6dce.js → post-popover2.js} +8 -20
  143. package/dist/components/post-popovercontainer.js +1 -1
  144. package/dist/components/{p-f59c8544.js → post-popovercontainer2.js} +7 -21
  145. package/dist/components/post-rating.js +1 -1
  146. package/dist/components/{p-d343757a.js → post-rating2.js} +9 -22
  147. package/dist/components/post-tab-header.js +1 -1
  148. package/dist/components/{p-32b7a0a8.js → post-tab-header2.js} +7 -10
  149. package/dist/components/post-tab-panel.js +1 -1
  150. package/dist/components/{p-db9fa77d.js → post-tab-panel2.js} +6 -9
  151. package/dist/components/post-tabs.js +1 -1
  152. package/dist/components/{p-efc1bc9c.js → post-tabs2.js} +5 -11
  153. package/dist/components/post-tag.js +1 -1
  154. package/dist/components/{p-e482b539.js → post-tag2.js} +8 -19
  155. package/dist/components/post-togglebutton.js +1 -1
  156. package/dist/components/{p-3385af29.js → post-togglebutton2.js} +5 -8
  157. package/dist/components/post-tooltip.js +1 -1
  158. package/dist/components/{p-477784a7.js → post-tooltip2.js} +9 -20
  159. package/dist/docs.d.ts +0 -8
  160. package/dist/docs.json +73 -213
  161. package/dist/esm/{check-url-0bd876f7.js → check-url-8ab230de.js} +2 -2
  162. package/dist/esm/{index-d1bbbd88.js → index-0aec278f.js} +1 -1
  163. package/dist/esm/{index-2c232bf2.js → index-40846676.js} +151 -325
  164. package/dist/esm/index.js +23 -23
  165. package/dist/esm/loader.js +2 -2
  166. package/dist/esm/package-0d05729a.js +3 -0
  167. package/dist/esm/{post-accordion-27faacb3.js → post-accordion-ae79061a.js} +4 -10
  168. package/dist/esm/post-accordion-item-6aa9b5bd.js +62 -0
  169. package/dist/esm/post-accordion-item.entry.js +5 -5
  170. package/dist/esm/post-accordion.entry.js +3 -3
  171. package/dist/esm/{post-avatar-80b061df.js → post-avatar-2384ca3b.js} +11 -23
  172. package/dist/esm/post-avatar.entry.js +3 -3
  173. package/dist/esm/{post-back-to-top-531e1376.js → post-back-to-top-ec1c2754.js} +4 -8
  174. package/dist/esm/post-back-to-top.entry.js +3 -3
  175. package/dist/esm/{post-banner-e10a3101.js → post-banner-c7b88ac2.js} +12 -26
  176. package/dist/esm/post-banner.entry.js +5 -5
  177. package/dist/esm/{post-breadcrumb-54bac634.js → post-breadcrumb-d48cb773.js} +8 -14
  178. package/dist/esm/post-breadcrumb-item_2.entry.js +5 -5
  179. package/dist/esm/post-breadcrumb.entry.js +4 -4
  180. package/dist/esm/{post-card-control-ba354a50.js → post-card-control-b63a2837.js} +12 -43
  181. package/dist/esm/post-card-control.entry.js +3 -3
  182. package/dist/esm/post-closebutton_15.entry.js +5 -5
  183. package/dist/esm/{post-collapsible-trigger-3dbedd6e.js → post-collapsible-trigger-8f4daf1e.js} +5 -11
  184. package/dist/esm/post-collapsible_2.entry.js +5 -5
  185. package/dist/esm/post-components.js +3 -3
  186. package/dist/esm/{post-footer-c73c4669.js → post-footer-b4b75c94.js} +4 -7
  187. package/dist/esm/post-footer.entry.js +3 -3
  188. package/dist/esm/{post-linkarea-65638949.js → post-linkarea-d3ae37f9.js} +2 -2
  189. package/dist/esm/post-linkarea.entry.js +3 -3
  190. package/dist/esm/{post-menu-item-fb5afbfe.js → post-menu-item-d087d910.js} +4 -7
  191. package/dist/esm/{post-popover-50930237.js → post-popover-a096ee08.js} +5 -17
  192. package/dist/esm/post-popover.entry.js +3 -3
  193. package/dist/esm/{post-rating-3077bc2d.js → post-rating-0ead6a2a.js} +7 -20
  194. package/dist/esm/post-rating.entry.js +3 -3
  195. package/dist/esm/{post-tab-header-359fe858.js → post-tab-header-e29d371b.js} +4 -7
  196. package/dist/esm/post-tab-header.entry.js +3 -3
  197. package/dist/esm/{post-tab-panel-1209fd6f.js → post-tab-panel-57840a1a.js} +4 -7
  198. package/dist/esm/post-tab-panel.entry.js +3 -3
  199. package/dist/esm/{post-tabs-3a9acd87.js → post-tabs-70dfc43c.js} +3 -9
  200. package/dist/esm/post-tabs.entry.js +3 -3
  201. package/dist/esm/{post-tag-c8c9b213.js → post-tag-be1ad18d.js} +6 -17
  202. package/dist/esm/post-tag.entry.js +3 -3
  203. package/dist/esm/{post-togglebutton-1e02ab7c.js → post-togglebutton-8da6d613.js} +70 -159
  204. package/dist/esm/{post-tooltip-65892d5f.js → post-tooltip-cb549b9f.js} +6 -17
  205. package/dist/esm/post-tooltip.entry.js +5 -5
  206. package/dist/post-components/index.esm.js +1 -1
  207. package/dist/post-components/p-0ca3d16c.entry.js +1 -0
  208. package/dist/post-components/p-16d20563.js +1 -0
  209. package/dist/post-components/p-1a695d66.entry.js +1 -0
  210. package/dist/post-components/p-1eb54abb.entry.js +1 -0
  211. package/dist/post-components/p-26951eb6.js +1 -0
  212. package/dist/post-components/p-2bcf91f6.entry.js +1 -0
  213. package/dist/post-components/p-3e94d076.entry.js +1 -0
  214. package/dist/post-components/p-3ef59370.entry.js +1 -0
  215. package/dist/post-components/p-3fdd351e.js +1 -0
  216. package/dist/post-components/p-413b656c.entry.js +1 -0
  217. package/dist/post-components/{p-a7199df3.js → p-480169b9.js} +1 -1
  218. package/dist/post-components/p-49b69e0e.js +1 -0
  219. package/dist/post-components/p-59373941.js +1 -0
  220. package/dist/post-components/p-76bbd883.js +1 -0
  221. package/dist/post-components/p-77eb06d0.js +1 -0
  222. package/dist/post-components/p-78ae731e.js +1 -0
  223. package/dist/post-components/p-78b6020e.entry.js +1 -0
  224. package/dist/post-components/{p-458d4560.js → p-7f09a864.js} +3 -3
  225. package/dist/post-components/p-88c5e0bf.entry.js +1 -0
  226. package/dist/post-components/p-8c732622.entry.js +1 -0
  227. package/dist/post-components/p-8f2e8a63.entry.js +1 -0
  228. package/dist/post-components/{p-a680d8b0.entry.js → p-904b3028.entry.js} +1 -1
  229. package/dist/post-components/p-9a5111ca.entry.js +1 -0
  230. package/dist/post-components/p-9ae6517d.entry.js +1 -0
  231. package/dist/post-components/p-9b46c8f2.js +1 -0
  232. package/dist/post-components/p-a2806a35.js +1 -0
  233. package/dist/post-components/p-baf06ea0.js +1 -0
  234. package/dist/post-components/p-c3135c18.js +1 -0
  235. package/dist/post-components/p-c6a239f2.entry.js +1 -0
  236. package/dist/post-components/p-ce76e0bf.js +1 -0
  237. package/dist/post-components/p-ceb96aaa.js +1 -0
  238. package/dist/post-components/p-d2646369.entry.js +1 -0
  239. package/dist/post-components/p-debe5b2d.entry.js +1 -0
  240. package/dist/post-components/p-f2ed28e5.js +1 -0
  241. package/dist/post-components/p-f3c23d8c.entry.js +1 -0
  242. package/dist/post-components/p-f513fd5d.js +1 -0
  243. package/dist/post-components/p-f573860f.js +1 -0
  244. package/dist/post-components/p-fa65c799.js +1 -0
  245. package/dist/post-components/{p-68defca9.js → p-faaa4c0a.js} +1 -1
  246. package/dist/post-components/p-facba41d.entry.js +1 -0
  247. package/dist/post-components/p-fb8f5195.js +1 -0
  248. package/dist/post-components/p-ff95dcd3.js +2 -0
  249. package/dist/post-components/post-components.esm.js +1 -1
  250. package/dist/types/components/post-header/post-header.d.ts +2 -0
  251. package/dist/types/stencil-public-runtime.d.ts +0 -6
  252. package/dist/types/utils/get-focusable-children.d.ts +1 -1
  253. package/dist/types/utils/property-checkers/check-url.d.ts +1 -1
  254. package/dist/types/utils/property-checkers/index.d.ts +1 -1
  255. package/{dist/components/p-b095519d.js → loaders/check-non-empty.js} +1 -1
  256. package/{dist/components/p-3aba7629.js → loaders/get-focusable-children.js} +7 -1
  257. package/loaders/index.js +2 -2
  258. package/loaders/{p-56ad4838.js → index2.js} +5 -5
  259. package/loaders/package.js +3 -0
  260. package/loaders/post-accordion-item.js +1 -1
  261. package/loaders/post-accordion-item2.js +103 -0
  262. package/loaders/post-accordion.js +7 -13
  263. package/loaders/post-avatar.js +13 -25
  264. package/loaders/post-back-to-top.js +9 -13
  265. package/loaders/post-banner.js +18 -32
  266. package/loaders/post-breadcrumb-item.js +1 -1
  267. package/{dist/components/p-80478535.js → loaders/post-breadcrumb-item2.js} +6 -9
  268. package/loaders/post-breadcrumb.js +18 -24
  269. package/loaders/post-card-control.js +16 -47
  270. package/loaders/post-closebutton.js +4 -4
  271. package/loaders/post-collapsible-trigger.js +1 -1
  272. package/loaders/{p-5366ff92.js → post-collapsible-trigger2.js} +8 -11
  273. package/loaders/post-collapsible.js +1 -1
  274. package/{dist/components/p-10c1a15a.js → loaders/post-collapsible2.js} +5 -8
  275. package/loaders/post-footer.js +9 -12
  276. package/loaders/post-header.js +21 -13
  277. package/loaders/post-icon.js +1 -1
  278. package/loaders/{p-51b50ca3.js → post-icon2.js} +13 -34
  279. package/loaders/post-language-option.js +11 -27
  280. package/loaders/post-language-switch.js +17 -29
  281. package/loaders/post-linkarea.js +3 -3
  282. package/loaders/post-list-item.js +2 -2
  283. package/loaders/post-list.js +7 -16
  284. package/loaders/post-logo.js +5 -8
  285. package/loaders/post-mainnavigation.js +7 -7
  286. package/loaders/post-megadropdown-trigger.js +6 -12
  287. package/loaders/post-megadropdown.js +12 -15
  288. package/loaders/post-menu-item.js +1 -1
  289. package/{dist/components/p-4bbdde2b.js → loaders/post-menu-item2.js} +3 -3
  290. package/loaders/post-menu-trigger.js +1 -1
  291. package/{dist/components/p-15877641.js → loaders/post-menu-trigger2.js} +7 -13
  292. package/loaders/post-menu.js +1 -1
  293. package/{dist/components/p-7202d5d4.js → loaders/post-menu2.js} +8 -18
  294. package/loaders/post-popover.js +8 -20
  295. package/loaders/post-popovercontainer.js +1 -1
  296. package/loaders/{p-f59c8544.js → post-popovercontainer2.js} +7 -21
  297. package/loaders/post-rating.js +9 -22
  298. package/loaders/post-tab-header.js +7 -10
  299. package/loaders/post-tab-panel.js +6 -9
  300. package/loaders/post-tabs.js +5 -11
  301. package/loaders/post-tag.js +8 -19
  302. package/loaders/post-togglebutton.js +5 -8
  303. package/loaders/post-tooltip.js +9 -20
  304. package/package.json +6 -6
  305. package/dist/cjs/post-accordion-item-0bcc2d1d.js +0 -71
  306. package/dist/components/p-3e8554e7.js +0 -1646
  307. package/dist/components/p-74e13cb1.js +0 -3
  308. package/dist/components/p-f60c925d.js +0 -110
  309. package/dist/esm/package-fe605ce2.js +0 -3
  310. package/dist/esm/post-accordion-item-518d7bd0.js +0 -69
  311. package/dist/post-components/p-05d809f2.entry.js +0 -1
  312. package/dist/post-components/p-122f969e.js +0 -1
  313. package/dist/post-components/p-16c08e07.entry.js +0 -1
  314. package/dist/post-components/p-16f883f9.entry.js +0 -1
  315. package/dist/post-components/p-1fda117c.js +0 -1
  316. package/dist/post-components/p-23a94c36.entry.js +0 -1
  317. package/dist/post-components/p-2ea6e06e.js +0 -1
  318. package/dist/post-components/p-36527185.js +0 -1
  319. package/dist/post-components/p-368cee4c.js +0 -1
  320. package/dist/post-components/p-3a408d41.entry.js +0 -1
  321. package/dist/post-components/p-43caa6b0.js +0 -1
  322. package/dist/post-components/p-52508346.entry.js +0 -1
  323. package/dist/post-components/p-54ae1f02.js +0 -1
  324. package/dist/post-components/p-55139ed4.js +0 -1
  325. package/dist/post-components/p-5a051654.entry.js +0 -1
  326. package/dist/post-components/p-5b058c27.entry.js +0 -1
  327. package/dist/post-components/p-5be385f2.js +0 -1
  328. package/dist/post-components/p-5cc36eb9.entry.js +0 -1
  329. package/dist/post-components/p-61ebfb27.js +0 -1
  330. package/dist/post-components/p-66552bf5.entry.js +0 -1
  331. package/dist/post-components/p-74dbfcd3.js +0 -1
  332. package/dist/post-components/p-74e13cb1.js +0 -1
  333. package/dist/post-components/p-8abc347f.js +0 -1
  334. package/dist/post-components/p-8fe69fae.js +0 -1
  335. package/dist/post-components/p-902e52fb.entry.js +0 -1
  336. package/dist/post-components/p-9bf305da.entry.js +0 -1
  337. package/dist/post-components/p-a7683dcd.entry.js +0 -1
  338. package/dist/post-components/p-aaef3917.js +0 -1
  339. package/dist/post-components/p-ad2a716a.entry.js +0 -1
  340. package/dist/post-components/p-b5758f64.js +0 -1
  341. package/dist/post-components/p-b64f5ba4.entry.js +0 -1
  342. package/dist/post-components/p-cb9ab938.js +0 -1
  343. package/dist/post-components/p-ce4a94d4.entry.js +0 -1
  344. package/dist/post-components/p-d9833667.js +0 -2
  345. package/dist/post-components/p-dc8a4c6f.js +0 -1
  346. package/dist/post-components/p-e725b6f4.js +0 -1
  347. package/dist/post-components/p-ecc6a8fa.entry.js +0 -1
  348. package/dist/post-components/p-fed91ff7.entry.js +0 -1
  349. package/loaders/p-3e8554e7.js +0 -1646
  350. package/loaders/p-74e13cb1.js +0 -3
  351. package/loaders/p-e57c041b.js +0 -110
  352. /package/dist/components/{p-9748a355.js → attribute-observer.js} +0 -0
  353. /package/dist/components/{p-bacd3e2c.js → check-one-of.js} +0 -0
  354. /package/dist/components/{p-8562c7dc.js → check-type.js} +0 -0
  355. /package/dist/components/{p-440193f4.js → constants.js} +0 -0
  356. /package/dist/components/{p-e1baac59.js → debounce.js} +0 -0
  357. /package/dist/components/{p-64e3de38.js → fade.js} +0 -0
  358. /package/dist/components/{p-fc91cbc2.js → get-root.js} +0 -0
  359. /package/dist/components/{p-247a1668.js → heading-levels.js} +0 -0
  360. /package/dist/components/{p-5959f2bd.js → index.browser.js} +0 -0
  361. /package/dist/components/{p-f7b9f90a.js → index3.js} +0 -0
  362. /package/dist/components/{p-4af6dbed.js → slide.js} +0 -0
  363. /package/loaders/{p-9748a355.js → attribute-observer.js} +0 -0
  364. /package/loaders/{p-bacd3e2c.js → check-one-of.js} +0 -0
  365. /package/loaders/{p-8562c7dc.js → check-type.js} +0 -0
  366. /package/loaders/{p-440193f4.js → constants.js} +0 -0
  367. /package/loaders/{p-e1baac59.js → debounce.js} +0 -0
  368. /package/loaders/{p-64e3de38.js → fade.js} +0 -0
  369. /package/loaders/{p-fc91cbc2.js → get-root.js} +0 -0
  370. /package/loaders/{p-247a1668.js → heading-levels.js} +0 -0
  371. /package/loaders/{p-5959f2bd.js → index.browser.js} +0 -0
  372. /package/loaders/{p-f7b9f90a.js → index3.js} +0 -0
  373. /package/loaders/{p-4af6dbed.js → slide.js} +0 -0
@@ -1,5 +1,5 @@
1
- import { p as proxyCustomElement, H, d as createEvent, h, c as Host } from './p-3e8554e7.js';
2
- import { v as version } from './p-74e13cb1.js';
1
+ import { proxyCustomElement, HTMLElement as HTMLElement$1, createEvent, h, Host } from '@stencil/core/internal/client';
2
+ import { v as version } from './package.js';
3
3
 
4
4
  /**
5
5
  * Custom positioning reference element.
@@ -2112,11 +2112,15 @@ const SIDE_MAP = {
2112
2112
  bottom: 'top',
2113
2113
  left: 'right',
2114
2114
  };
2115
- const PostPopovercontainer = /*@__PURE__*/ proxyCustomElement(class PostPopovercontainer extends H {
2115
+ const PostPopovercontainer = /*@__PURE__*/ proxyCustomElement(class PostPopovercontainer extends HTMLElement$1 {
2116
2116
  constructor() {
2117
2117
  super();
2118
2118
  this.__registerHost();
2119
2119
  this.postToggle = createEvent(this, "postToggle", 7);
2120
+ this.manualClose = false;
2121
+ this.placement = 'top';
2122
+ this.edgeGap = 8;
2123
+ this.arrow = false;
2120
2124
  }
2121
2125
  get host() { return this; }
2122
2126
  arrowRef;
@@ -2127,24 +2131,6 @@ const PostPopovercontainer = /*@__PURE__*/ proxyCustomElement(class PostPopoverc
2127
2131
  * Fires whenever the popover gets shown or hidden, passing the new state in event.details as a boolean
2128
2132
  */
2129
2133
  postToggle;
2130
- /**
2131
- * Whether or not the popover should close when user clicks outside of it
2132
- */
2133
- manualClose = false;
2134
- /**
2135
- * Defines the placement of the tooltip according to the floating-ui options available at https://floating-ui.com/docs/computePosition#placement.
2136
- * Tooltips are automatically flipped to the opposite side if there is not enough available space and are shifted
2137
- * towards the viewport if they would overlap edge boundaries.
2138
- */
2139
- placement = 'top';
2140
- /**
2141
- * Gap between the edge of the page and the popover
2142
- */
2143
- edgeGap = 8;
2144
- /**
2145
- * Wheter or not to display a little pointer arrow
2146
- */
2147
- arrow = false;
2148
2134
  componentDidLoad() {
2149
2135
  this.host.addEventListener('beforetoggle', this.handleToggle.bind(this));
2150
2136
  }
@@ -1,4 +1,4 @@
1
- import { P as PostRating$1, d as defineCustomElement$1 } from './p-d343757a.js';
1
+ import { P as PostRating$1, d as defineCustomElement$1 } from './post-rating2.js';
2
2
 
3
3
  const PostRating = PostRating$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,31 +1,13 @@
1
- import { p as proxyCustomElement, H, d as createEvent, h, c as Host } from './p-3e8554e7.js';
2
- import { v as version } from './p-74e13cb1.js';
3
- import { d as defineCustomElement$1 } from './p-fcec301c.js';
1
+ import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
2
+ import { v as version } from './package.js';
3
+ import { d as defineCustomElement$1 } from './post-icon2.js';
4
4
 
5
5
  const postRatingCss = "/*!\n * Copyright 2021 by Swiss Post, Information Technology\n */:host{display:inline-block}.rating{display:flex;flex-wrap:wrap;overflow:hidden;margin:0 calc(var(--post-core-dimension-4)*-1);border-radius:4px}.rating .star{--post-rating-star-stroke:hsl(0, 0%, 40%);--post-rating-star-fill:#fff;position:relative;width:2rem;height:2rem;cursor:pointer}.rating .star .stroke,.rating .star .fill{display:block;width:100%;height:100%;transition:all ease 100ms}.rating .star .stroke{position:absolute;inset:auto;z-index:1;color:var(--post-rating-star-stroke)}.rating .star .fill{margin:1px;width:calc(100% - 2px);height:calc(100% - 2px);color:var(--post-rating-star-fill)}.rating .star.before-hover{--post-rating-star-stroke:hsl(0, 0%, 40%);--post-rating-star-fill:#fc0}.rating .star.active{--post-rating-star-stroke:hsl(0, 0%, 20%);--post-rating-star-fill:#fc0}.rating .star.hover{--post-rating-star-stroke:hsl(0, 0%, 40%);--post-rating-star-fill:#fc0}.rating .star.after-active{--post-rating-star-stroke:hsl(0, 0%, 40%);--post-rating-star-fill:hsl(0, 0%, 80%)}.rating :focus{outline:none}.rating:focus-visible{outline-offset:var(--post-core-dimension-2);outline:var(--post-core-dimension-2) solid #1976c8}.rating[aria-readonly=true] .star,.rating[aria-disabled=true] .star{cursor:default}.rating[aria-disabled=true] .star{--post-rating-star-stroke:hsl(0, 0%, 60%);--post-rating-star-fill:#fff}.rating[aria-disabled=true] .star.active{cursor:default;--post-rating-star-stroke:hsl(0, 0%, 60%);--post-rating-star-fill:hsl(0, 0%, 90%)}";
6
6
  const PostRatingStyle0 = postRatingCss;
7
7
 
8
- const PostRating = /*@__PURE__*/ proxyCustomElement(class PostRating extends H {
8
+ const PostRating = /*@__PURE__*/ proxyCustomElement(class PostRating extends HTMLElement {
9
9
  hasChanged = false;
10
10
  get host() { return this; }
11
- hoveredIndex;
12
- /**
13
- * Defines a hidden label for the component.
14
- */
15
- label = 'Rating';
16
- /**
17
- * Defines the total amount of stars rendered in the component.
18
- */
19
- stars = 5;
20
- /**
21
- * Defines the rating that the component should show.
22
- */
23
- currentRating = 0;
24
- /**
25
- * Defines if the component is readonly or not.
26
- * This usually should be used together with the `currentRating` property.
27
- */
28
- readonly = false;
29
11
  /**
30
12
  * An event emitted whenever the component's value has changed (on input).
31
13
  * The event payload can be used like so: `event.detail.value`.
@@ -42,6 +24,11 @@ const PostRating = /*@__PURE__*/ proxyCustomElement(class PostRating extends H {
42
24
  this.__attachShadow();
43
25
  this.postInput = createEvent(this, "postInput", 7);
44
26
  this.postChange = createEvent(this, "postChange", 7);
27
+ this.hoveredIndex = undefined;
28
+ this.label = 'Rating';
29
+ this.stars = 5;
30
+ this.currentRating = 0;
31
+ this.readonly = false;
45
32
  this.keydownHandler = this.keydownHandler.bind(this);
46
33
  this.blurHandler = this.blurHandler.bind(this);
47
34
  this.hoverHandler = this.hoverHandler.bind(this);
@@ -1,4 +1,4 @@
1
- import { P as PostTabHeader$1, d as defineCustomElement$1 } from './p-32b7a0a8.js';
1
+ import { P as PostTabHeader$1, d as defineCustomElement$1 } from './post-tab-header2.js';
2
2
 
3
3
  const PostTabHeader = PostTabHeader$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,23 +1,20 @@
1
- import { p as proxyCustomElement, H, h, c as Host } from './p-3e8554e7.js';
2
- import { v as version } from './p-74e13cb1.js';
3
- import { c as checkNonEmpty } from './p-b095519d.js';
4
- import { n as nanoid } from './p-5959f2bd.js';
1
+ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
2
+ import { v as version } from './package.js';
3
+ import { c as checkNonEmpty } from './check-non-empty.js';
4
+ import { n as nanoid } from './index.browser.js';
5
5
 
6
6
  const postTabHeaderCss = ".tab-title[role=tab]{display:inline-block;cursor:pointer;position:relative;box-sizing:border-box;padding:1rem;transition:background-color 100ms;border-right:1px solid rgba(0,0,0,0);border-left:1px solid rgba(0,0,0,0);outline-color:currentColor;opacity:.7;color:#000;text-decoration:none;background-color:rgba(0,0,0,0)}.tab-title[role=tab]:focus{background-color:unset;color:#000}.tab-title[role=tab]:hover{opacity:1;background-color:rgba(0,0,0,.6);color:#fff}.tab-title[role=tab]:focus-visible{outline:rgba(0,0,0,0);opacity:1;background-color:rgba(0,0,0,.6);color:#fff;box-shadow:none}.tab-title[role=tab]:focus-visible::after{content:\"\";display:block;position:absolute;top:2px;right:1px;bottom:0;left:1px;box-shadow:0 0 0 1px #fff,0 0 0 2px #333}.tab-title[role=tab].active{z-index:1;border-right-color:#ccc;border-left-color:#ccc;opacity:1;background-color:#fff;color:#000;font-weight:700}.tab-title[role=tab].active::before{content:\"\";display:block;position:absolute;top:0;right:-1px;left:-1px;height:var(--post-core-dimension-4);background-color:#fc0}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error) .tab-title[role=tab]:hover{background-color:rgba(255,255,255,.2)}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error) .tab-title[role=tab]:focus-visible{background-color:rgba(255,255,255,.2)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.tab-title[role=tab]{opacity:1;border-left-color:Canvas;border-right-color:Canvas;color:LinkText}.tab-title[role=tab]:hover,.tab-title[role=tab]:focus,.tab-title[role=tab]:focus-within,.tab-title[role=tab]:focus-visible{outline:var(--post-core-dimension-2) solid Highlight;outline-offset:calc(var(--post-core-dimension-4)*-1)}.tab-title[role=tab].active{border-left-color:ButtonText;border-right-color:ButtonText;color:Highlight}.tab-title[role=tab].active::before{background-color:Highlight}}/*!\n * Copyright 2021 by Swiss Post, Information Technology\n */:host{display:block}.tab-title{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;appearance:button}";
7
7
  const PostTabHeaderStyle0 = postTabHeaderCss;
8
8
 
9
- const PostTabHeader = /*@__PURE__*/ proxyCustomElement(class PostTabHeader extends H {
9
+ const PostTabHeader = /*@__PURE__*/ proxyCustomElement(class PostTabHeader extends HTMLElement {
10
10
  constructor() {
11
11
  super();
12
12
  this.__registerHost();
13
13
  this.__attachShadow();
14
+ this.tabId = undefined;
15
+ this.panel = undefined;
14
16
  }
15
17
  get host() { return this; }
16
- tabId;
17
- /**
18
- * The name of the panel controlled by the tab header.
19
- */
20
- panel;
21
18
  validateFor(newValue) {
22
19
  checkNonEmpty(newValue, 'The "panel" prop is required for the post-tab-header.');
23
20
  }
@@ -1,4 +1,4 @@
1
- import { P as PostTabPanel$1, d as defineCustomElement$1 } from './p-db9fa77d.js';
1
+ import { P as PostTabPanel$1, d as defineCustomElement$1 } from './post-tab-panel2.js';
2
2
 
3
3
  const PostTabPanel = PostTabPanel$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,22 +1,19 @@
1
- import { p as proxyCustomElement, H, h, c as Host } from './p-3e8554e7.js';
2
- import { v as version } from './p-74e13cb1.js';
3
- import { n as nanoid } from './p-5959f2bd.js';
1
+ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
2
+ import { v as version } from './package.js';
3
+ import { n as nanoid } from './index.browser.js';
4
4
 
5
5
  const postTabPanelCss = ":host{display:none}";
6
6
  const PostTabPanelStyle0 = postTabPanelCss;
7
7
 
8
- const PostTabPanel = /*@__PURE__*/ proxyCustomElement(class PostTabPanel extends H {
8
+ const PostTabPanel = /*@__PURE__*/ proxyCustomElement(class PostTabPanel extends HTMLElement {
9
9
  constructor() {
10
10
  super();
11
11
  this.__registerHost();
12
12
  this.__attachShadow();
13
+ this.panelId = undefined;
14
+ this.name = undefined;
13
15
  }
14
16
  get host() { return this; }
15
- panelId;
16
- /**
17
- * The name of the panel, used to associate it with a tab header.
18
- */
19
- name;
20
17
  componentWillLoad() {
21
18
  // get the id set on the host element or use a random id by default
22
19
  this.panelId = `panel-${this.host.id || nanoid(6)}`;
@@ -1,4 +1,4 @@
1
- import { P as PostTabs$1, d as defineCustomElement$1 } from './p-efc1bc9c.js';
1
+ import { P as PostTabs$1, d as defineCustomElement$1 } from './post-tabs2.js';
2
2
 
3
3
  const PostTabs = PostTabs$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,6 +1,6 @@
1
- import { p as proxyCustomElement, H, d as createEvent, h, c as Host } from './p-3e8554e7.js';
2
- import { v as version } from './p-74e13cb1.js';
3
- import { f as fadeOut, a as fadeIn } from './p-64e3de38.js';
1
+ import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
2
+ import { v as version } from './package.js';
3
+ import { f as fadeOut, a as fadeIn } from './fade.js';
4
4
 
5
5
  /**
6
6
  * Invoke the `componentOnReady` method if it is available, simulate it otherwise
@@ -26,12 +26,13 @@ function customOnReady(callback) {
26
26
  const postTabsCss = ".tabs-wrapper{position:relative;padding-top:1rem;border:0;background-color:rgba(0,0,0,.02)}.tabs-wrapper::after{content:\"\";position:absolute;bottom:0;width:100%;height:1px;background-color:#ccc}.tabs-wrapper .tabs{background-color:rgba(0,0,0,0) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.tabs-wrapper::after{background-color:ButtonBorder}}.tabs{display:flex;flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;white-space:nowrap;margin-block:0;padding-inline-start:0;list-style:none}.tabs::after{content:\"\";display:block;flex:1 0 auto;width:1rem}.tab-content{padding-top:1rem}:host{display:block}";
27
27
  const PostTabsStyle0 = postTabsCss;
28
28
 
29
- const PostTabs = /*@__PURE__*/ proxyCustomElement(class PostTabs extends H {
29
+ const PostTabs = /*@__PURE__*/ proxyCustomElement(class PostTabs extends HTMLElement {
30
30
  constructor() {
31
31
  super();
32
32
  this.__registerHost();
33
33
  this.__attachShadow();
34
34
  this.postChange = createEvent(this, "postChange", 7);
35
+ this.activePanel = undefined;
35
36
  }
36
37
  activeTab;
37
38
  showing;
@@ -41,13 +42,6 @@ const PostTabs = /*@__PURE__*/ proxyCustomElement(class PostTabs extends H {
41
42
  return Array.from(this.host.querySelectorAll('post-tab-header')).filter(tab => tab.closest('post-tabs') === this.host);
42
43
  }
43
44
  get host() { return this; }
44
- /**
45
- * The name of the panel that is initially shown.
46
- * If not specified, it defaults to the panel associated with the first tab.
47
- *
48
- * **Changing this value after initialization has no effect.**
49
- */
50
- activePanel;
51
45
  /**
52
46
  * An event emitted after the active tab changes, when the fade in transition of its associated panel is finished.
53
47
  * The payload is the name of the newly shown panel.
@@ -1,4 +1,4 @@
1
- import { P as PostTag$1, d as defineCustomElement$1 } from './p-e482b539.js';
1
+ import { P as PostTag$1, d as defineCustomElement$1 } from './post-tag2.js';
2
2
 
3
3
  const PostTag = PostTag$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,31 +1,20 @@
1
- import { p as proxyCustomElement, H, h, c as Host } from './p-3e8554e7.js';
2
- import { v as version } from './p-74e13cb1.js';
3
- import { d as defineCustomElement$1 } from './p-fcec301c.js';
1
+ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
2
+ import { v as version } from './package.js';
3
+ import { d as defineCustomElement$1 } from './post-icon2.js';
4
4
 
5
5
  const postTagCss = "/*!\n * Copyright 2021 by Swiss Post, Information Technology\n */.tag,.tag:where(:has(:not(pre))){--post-tag-bg:hsl(0, 0%, 90%);--post-tag-fg:#000;display:inline-flex;align-items:center;gap:var(--post-core-dimension-4);padding:0 var(--post-core-dimension-8);max-width:100%;background-color:var(--post-tag-bg);border:var(--post-core-dimension-1) solid rgba(0,0,0,0);border-radius:var(--post-core-dimension-4);font-size:1rem;line-height:calc(var(--post-core-dimension-32) - var(--post-core-dimension-1)*2);white-space:nowrap;color:var(--post-tag-fg)}.tag post-icon,.tag:where(:has(:not(pre))) post-icon{flex:0 0 auto;width:1.25rem;height:1.25rem}.tag .tag-text,.tag:where(:has(:not(pre))) .tag-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tag .tag-text svg,.tag .tag-text img,.tag:where(:has(:not(pre))) .tag-text svg,.tag:where(:has(:not(pre))) .tag-text img{display:inline-block;height:1.25rem !important;vertical-align:text-top}.tag.tag-sm,.tag:where(:has(:not(pre))).tag-sm{line-height:var(--post-core-dimension-24)}.tag.tag-sm .tag-icon,.tag:where(:has(:not(pre))).tag-sm .tag-icon{width:1rem;height:1rem}.tag.tag-white,.tag:where(:has(:not(pre))).tag-white{--post-tag-bg:#fff;--post-tag-fg:#000}.tag.tag-yellow,.tag:where(:has(:not(pre))).tag-yellow{--post-tag-bg:#fc0;--post-tag-fg:#000}.tag.tag-success,.tag:where(:has(:not(pre))).tag-success{--post-tag-bg:#2c871d;--post-tag-fg:#fff}.tag.tag-warning,.tag:where(:has(:not(pre))).tag-warning{--post-tag-bg:#f49e00;--post-tag-fg:#000}.tag.tag-danger,.tag:where(:has(:not(pre))).tag-danger{--post-tag-bg:#a51728;--post-tag-fg:#fff}.tag.tag-info,.tag:where(:has(:not(pre))).tag-info{--post-tag-bg:#cce4ee;--post-tag-fg:#000}.tag.tag-white,.tag:where(:has(:not(pre))).tag-white{border-color:#000}pre .tag,pre .tag:where(:has(:not(pre))){display:inline;padding:initial;max-width:initial;background:initial;border:initial;border-radius:initial;font-size:inherit;line-height:inherit;white-space:unset}*,*:before,*:after{box-sizing:border-box}.tag-text ::slotted(svg),.tag-text ::slotted(img){display:inline-block !important;height:1.25rem !important;vertical-align:text-top !important}";
6
6
  const PostTagStyle0 = postTagCss;
7
7
 
8
- const PostTag = /*@__PURE__*/ proxyCustomElement(class PostTag extends H {
8
+ const PostTag = /*@__PURE__*/ proxyCustomElement(class PostTag extends HTMLElement {
9
9
  get host() { return this; }
10
- classes;
11
- /**
12
- * Defines the color variant of the component.
13
- */
14
- variant;
15
- /**
16
- * Defines the size of the component.
17
- */
18
- size = null;
19
- /**
20
- * Defines the icon `name` inside of the component.
21
- * <span className="banner banner-sm banner-info">If not set the icon will not show up.</span>
22
- * To learn which icons are available, please visit our <a href="/?path=/docs/5704bdc4-c5b5-45e6-b123-c54d01fce2f1--docs">icon library</a>.
23
- */
24
- icon = null;
25
10
  constructor() {
26
11
  super();
27
12
  this.__registerHost();
28
13
  this.__attachShadow();
14
+ this.classes = undefined;
15
+ this.variant = undefined;
16
+ this.size = null;
17
+ this.icon = null;
29
18
  this.setClasses = this.setClasses.bind(this);
30
19
  }
31
20
  variantChanged() {
@@ -1,4 +1,4 @@
1
- import { P as PostTogglebutton$1, d as defineCustomElement$1 } from './p-3385af29.js';
1
+ import { P as PostTogglebutton$1, d as defineCustomElement$1 } from './post-togglebutton2.js';
2
2
 
3
3
  const PostTogglebutton = PostTogglebutton$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,21 +1,18 @@
1
- import { p as proxyCustomElement, H, h, c as Host } from './p-3e8554e7.js';
2
- import { v as version } from './p-74e13cb1.js';
3
- import { c as checkType } from './p-8562c7dc.js';
1
+ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
2
+ import { v as version } from './package.js';
3
+ import { c as checkType } from './check-type.js';
4
4
 
5
5
  const postTogglebuttonCss = ":host{cursor:pointer;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}:host(:focus-visible){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host(:focus-visible){outline-color:Highlight !important}}:host([aria-pressed=true]) ::slotted([data-showwhen=untoggled]){display:none}:host([aria-pressed=false]) ::slotted([data-showwhen=toggled]){display:none}";
6
6
  const PostTogglebuttonStyle0 = postTogglebuttonCss;
7
7
 
8
- const PostTogglebutton = /*@__PURE__*/ proxyCustomElement(class PostTogglebutton extends H {
8
+ const PostTogglebutton = /*@__PURE__*/ proxyCustomElement(class PostTogglebutton extends HTMLElement {
9
9
  constructor() {
10
10
  super();
11
11
  this.__registerHost();
12
12
  this.__attachShadow();
13
+ this.toggled = false;
13
14
  }
14
15
  get host() { return this; }
15
- /**
16
- * If `true`, the button is in the "on" state, otherwise it is in the "off" state.
17
- */
18
- toggled = false;
19
16
  validateToggled(value = this.toggled) {
20
17
  checkType(value, 'boolean', 'The "toggled" property of the post-togglebutton must be a boolean.');
21
18
  }
@@ -1,4 +1,4 @@
1
- import { P as PostTooltip$1, d as defineCustomElement$1 } from './p-477784a7.js';
1
+ import { P as PostTooltip$1, d as defineCustomElement$1 } from './post-tooltip2.js';
2
2
 
3
3
  const PostTooltip = PostTooltip$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,8 +1,8 @@
1
- import { p as proxyCustomElement, H, h, c as Host } from './p-3e8554e7.js';
2
- import { v as version$1 } from './p-74e13cb1.js';
3
- import { g as getAttributeObserver } from './p-9748a355.js';
4
- import { e as checkEmptyOrType } from './p-eabb09ad.js';
5
- import { d as defineCustomElement$1 } from './p-f59c8544.js';
1
+ import { proxyCustomElement, HTMLElement as HTMLElement$1, h, Host } from '@stencil/core/internal/client';
2
+ import { v as version$1 } from './package.js';
3
+ import { g as getAttributeObserver } from './attribute-observer.js';
4
+ import { e as checkEmptyOrType } from './index2.js';
5
+ import { d as defineCustomElement$1 } from './post-popovercontainer2.js';
6
6
 
7
7
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
8
8
 
@@ -4864,29 +4864,18 @@ const patchAccessibilityFeatures = (trigger) => {
4864
4864
  };
4865
4865
  // Initialize a mutation observer for patching accessibility features
4866
4866
  const triggerObserver = getAttributeObserver(tooltipTargetAttribute, patchAccessibilityFeatures);
4867
- const PostTooltip = /*@__PURE__*/ proxyCustomElement(class PostTooltip extends H {
4867
+ const PostTooltip = /*@__PURE__*/ proxyCustomElement(class PostTooltip extends HTMLElement$1 {
4868
4868
  constructor() {
4869
4869
  super();
4870
4870
  this.__registerHost();
4871
4871
  this.__attachShadow();
4872
+ this.placement = 'top';
4873
+ this.arrow = true;
4874
+ this.delayed = false;
4872
4875
  }
4873
4876
  popoverRef;
4874
4877
  wasOpenedByFocus = false;
4875
4878
  get host() { return this; }
4876
- /**
4877
- * Defines the placement of the tooltip according to the floating-ui options available at https://floating-ui.com/docs/computePosition#placement.
4878
- * Tooltips are automatically flipped to the opposite side if there is not enough available space and are shifted
4879
- * towards the viewport if they would overlap edge boundaries.
4880
- */
4881
- placement = 'top';
4882
- /**
4883
- * Wheter or not to display a little pointer arrow
4884
- */
4885
- arrow = true;
4886
- /**
4887
- * If `true`, the tooltip is displayed a few milliseconds after it is triggered
4888
- */
4889
- delayed = false;
4890
4879
  validateDelayed() {
4891
4880
  checkEmptyOrType(this.delayed, 'boolean', 'The post-tooltip "delayed" property should be a boolean.');
4892
4881
  }
package/dist/docs.d.ts CHANGED
@@ -316,14 +316,6 @@ export interface JsonDocsProp {
316
316
  * ```
317
317
  */
318
318
  required: boolean;
319
- /**
320
- * `true` if the prop has a `get()`. `false` otherwise
321
- */
322
- getter: boolean;
323
- /**
324
- * `true` if the prop has a `set()`. `false` otherwise
325
- */
326
- setter: boolean;
327
319
  }
328
320
  export interface JsonDocsMethod {
329
321
  name: string;