@swisspost/design-system-components 9.0.0-next.2 → 9.0.0-next.4

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 (292) hide show
  1. package/dist/cjs/{index-c15bd800.js → index-e1f32cce.js} +41 -4
  2. package/dist/cjs/index.cjs.js +29 -17
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/{package-a7150f64.js → package-3f706795.js} +1 -1
  5. package/dist/cjs/{post-accordion-62d2fd79.js → post-accordion-0391f4c5.js} +2 -2
  6. package/dist/cjs/post-accordion-item-19ce78d0.js +52 -0
  7. package/dist/cjs/post-accordion-item.cjs.entry.js +3 -3
  8. package/dist/cjs/post-accordion.cjs.entry.js +3 -3
  9. package/dist/cjs/post-alert-278229ad.js +98 -0
  10. package/dist/cjs/post-alert.cjs.entry.js +3 -3
  11. package/dist/cjs/post-avatar-ffba1d23.js +148 -0
  12. package/dist/cjs/post-avatar.cjs.entry.js +13 -0
  13. package/dist/cjs/post-breadcrumb-item-42466f8a.js +49 -0
  14. package/dist/cjs/post-breadcrumb-item.cjs.entry.js +14 -0
  15. package/dist/cjs/post-card-control-37d6a65a.js +272 -0
  16. package/dist/cjs/post-card-control.cjs.entry.js +3 -3
  17. package/dist/cjs/post-closebutton-372c1276.js +16 -0
  18. package/dist/cjs/post-closebutton.cjs.entry.js +11 -0
  19. package/dist/cjs/{post-collapsible-trigger-9dca8493.js → post-collapsible-trigger-c843f028.js} +7 -5
  20. package/dist/cjs/post-collapsible_2.cjs.entry.js +3 -3
  21. package/dist/cjs/post-components.cjs.js +2 -2
  22. package/dist/cjs/{post-icon-3934be0b.js → post-icon-ca80afce.js} +4 -4
  23. package/dist/cjs/post-icon.cjs.entry.js +3 -3
  24. package/dist/cjs/post-language-option-dab6d431.js +67 -0
  25. package/dist/cjs/post-language-option.cjs.entry.js +14 -0
  26. package/dist/cjs/post-list-f2c673ef.js +37 -0
  27. package/dist/cjs/post-list-item-1b6ce0d0.js +22 -0
  28. package/dist/cjs/post-list-item.cjs.entry.js +10 -0
  29. package/dist/cjs/post-list.cjs.entry.js +11 -0
  30. package/dist/cjs/{post-logo-c3603fc7.js → post-logo-ed8e99c0.js} +4 -4
  31. package/dist/cjs/post-logo.cjs.entry.js +3 -3
  32. package/dist/cjs/{post-popover-15f9620a.js → post-popover-4457dd58.js} +4 -4
  33. package/dist/cjs/post-popover.cjs.entry.js +3 -3
  34. package/dist/cjs/{post-popovercontainer-7d536276.js → post-popovercontainer-1e6be8ad.js} +11 -9
  35. package/dist/cjs/post-popovercontainer.cjs.entry.js +3 -3
  36. package/dist/cjs/{post-rating-db5a397a.js → post-rating-236273be.js} +3 -3
  37. package/dist/cjs/post-rating.cjs.entry.js +3 -3
  38. package/dist/cjs/post-tab-header-bce47e34.js +32 -0
  39. package/dist/cjs/post-tab-header.cjs.entry.js +3 -3
  40. package/dist/cjs/{post-tab-panel-d59cf1ec.js → post-tab-panel-e25974be.js} +3 -3
  41. package/dist/cjs/post-tab-panel.cjs.entry.js +3 -3
  42. package/dist/cjs/{post-tabs-7afae61a.js → post-tabs-dc99bddf.js} +4 -4
  43. package/dist/cjs/post-tabs.cjs.entry.js +3 -3
  44. package/dist/cjs/{post-tag-b7d0bbff.js → post-tag-a28852a8.js} +3 -3
  45. package/dist/cjs/post-tag.cjs.entry.js +3 -3
  46. package/dist/cjs/{post-tooltip-432852c7.js → post-tooltip-78e4129b.js} +3 -3
  47. package/dist/cjs/post-tooltip.cjs.entry.js +3 -3
  48. package/dist/collection/collection-manifest.json +7 -1
  49. package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -1
  50. package/dist/collection/components/post-accordion-item/post-accordion-item.js +4 -3
  51. package/dist/collection/components/post-alert/post-alert.css +2 -2
  52. package/dist/collection/components/post-alert/post-alert.js +4 -4
  53. package/dist/collection/components/post-avatar/post-avatar.css +3 -0
  54. package/dist/collection/components/post-avatar/post-avatar.js +237 -0
  55. package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.css +1 -0
  56. package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.js +83 -0
  57. package/dist/collection/components/post-card-control/post-card-control.css +1 -1
  58. package/dist/collection/components/post-card-control/post-card-control.js +2 -2
  59. package/dist/collection/components/post-closebutton/post-closebutton.js +12 -0
  60. package/dist/collection/components/post-collapsible/post-collapsible.js +5 -3
  61. package/dist/collection/components/post-icon/post-icon.js +2 -2
  62. package/dist/collection/components/post-language-option/post-language-option.css +3 -0
  63. package/dist/collection/components/post-language-option/post-language-option.js +191 -0
  64. package/dist/collection/components/post-list/post-list.css +3 -0
  65. package/dist/collection/components/post-list/post-list.js +87 -0
  66. package/dist/collection/components/post-list-item/post-list-item.css +1 -0
  67. package/dist/collection/components/post-list-item/post-list-item.js +25 -0
  68. package/dist/collection/components/post-logo/post-logo.js +2 -2
  69. package/dist/collection/components/post-popover/post-popover.css +1 -1
  70. package/dist/collection/components/post-popover/post-popover.js +1 -1
  71. package/dist/collection/components/post-popovercontainer/post-popovercontainer.css +1 -1
  72. package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +26 -6
  73. package/dist/collection/components/post-rating/post-rating.js +1 -1
  74. package/dist/collection/components/post-tab-header/post-tab-header.css +1 -1
  75. package/dist/collection/components/post-tab-header/post-tab-header.js +1 -1
  76. package/dist/collection/components/post-tab-panel/post-tab-panel.js +1 -1
  77. package/dist/collection/components/post-tabs/post-tabs.css +1 -1
  78. package/dist/collection/components/post-tabs/post-tabs.js +1 -1
  79. package/dist/collection/components/post-tag/post-tag.js +1 -1
  80. package/dist/collection/components/post-tooltip/post-tooltip.js +1 -1
  81. package/dist/collection/index.js +6 -0
  82. package/dist/components/index.js +6 -0
  83. package/dist/components/index2.js +1 -1
  84. package/dist/components/package.js +1 -1
  85. package/dist/components/post-accordion-item2.js +5 -4
  86. package/dist/components/post-alert2.js +5 -5
  87. package/dist/components/post-avatar.d.ts +11 -0
  88. package/dist/components/post-avatar.js +6 -0
  89. package/dist/components/post-avatar2.js +173 -0
  90. package/dist/components/post-breadcrumb-item.d.ts +11 -0
  91. package/dist/components/post-breadcrumb-item.js +6 -0
  92. package/dist/components/post-breadcrumb-item2.js +72 -0
  93. package/dist/components/post-card-control2.js +3 -3
  94. package/dist/components/post-closebutton.d.ts +11 -0
  95. package/dist/components/post-closebutton.js +6 -0
  96. package/dist/components/post-closebutton2.js +34 -0
  97. package/dist/components/post-collapsible2.js +6 -4
  98. package/dist/components/post-icon2.js +3 -3
  99. package/dist/components/post-language-option.d.ts +11 -0
  100. package/dist/components/post-language-option.js +6 -0
  101. package/dist/components/post-language-option2.js +92 -0
  102. package/dist/components/post-list-item.d.ts +11 -0
  103. package/dist/components/post-list-item.js +6 -0
  104. package/dist/components/post-list-item2.js +35 -0
  105. package/dist/components/post-list.d.ts +11 -0
  106. package/dist/components/post-list.js +6 -0
  107. package/dist/components/post-list2.js +53 -0
  108. package/dist/components/post-logo2.js +3 -3
  109. package/dist/components/post-popover2.js +2 -2
  110. package/dist/components/post-popovercontainer2.js +10 -7
  111. package/dist/components/post-rating2.js +1 -1
  112. package/dist/components/post-tab-header2.js +2 -2
  113. package/dist/components/post-tab-panel2.js +1 -1
  114. package/dist/components/post-tabs2.js +2 -2
  115. package/dist/components/post-tag2.js +1 -1
  116. package/dist/components/post-tooltip2.js +2 -2
  117. package/dist/docs.json +508 -1
  118. package/dist/esm/{index-f41b763f.js → index-642cd1f2.js} +1 -1
  119. package/dist/esm/{index-0b56fc28.js → index-e1b64755.js} +41 -4
  120. package/dist/esm/index.js +24 -18
  121. package/dist/esm/loader.js +3 -3
  122. package/dist/esm/package-aaf62247.js +3 -0
  123. package/dist/esm/{post-accordion-6f4d2b9a.js → post-accordion-7ef6d6bf.js} +2 -2
  124. package/dist/esm/post-accordion-item-d98c612f.js +50 -0
  125. package/dist/esm/post-accordion-item.entry.js +4 -4
  126. package/dist/esm/post-accordion.entry.js +3 -3
  127. package/dist/esm/post-alert-2aee0a88.js +96 -0
  128. package/dist/esm/post-alert.entry.js +4 -4
  129. package/dist/esm/post-avatar-f743d28e.js +146 -0
  130. package/dist/esm/post-avatar.entry.js +5 -0
  131. package/dist/esm/post-breadcrumb-item-e287afe1.js +47 -0
  132. package/dist/esm/post-breadcrumb-item.entry.js +6 -0
  133. package/dist/esm/post-card-control-685ca60d.js +270 -0
  134. package/dist/esm/post-card-control.entry.js +3 -3
  135. package/dist/esm/post-closebutton-a951a0ba.js +14 -0
  136. package/dist/esm/post-closebutton.entry.js +3 -0
  137. package/dist/esm/{post-collapsible-trigger-85c2064a.js → post-collapsible-trigger-1eca7350.js} +8 -6
  138. package/dist/esm/post-collapsible_2.entry.js +4 -4
  139. package/dist/esm/post-components.js +3 -3
  140. package/dist/esm/{post-icon-40929043.js → post-icon-29b33e6a.js} +5 -5
  141. package/dist/esm/post-icon.entry.js +4 -4
  142. package/dist/esm/post-language-option-92ce480f.js +65 -0
  143. package/dist/esm/post-language-option.entry.js +6 -0
  144. package/dist/esm/post-list-5a17eff9.js +35 -0
  145. package/dist/esm/post-list-item-12ff4b9c.js +20 -0
  146. package/dist/esm/post-list-item.entry.js +2 -0
  147. package/dist/esm/post-list.entry.js +3 -0
  148. package/dist/esm/{post-logo-c6351ba8.js → post-logo-0a072d4b.js} +5 -5
  149. package/dist/esm/post-logo.entry.js +4 -4
  150. package/dist/esm/{post-popover-58149de7.js → post-popover-a82bae79.js} +4 -4
  151. package/dist/esm/post-popover.entry.js +3 -3
  152. package/dist/esm/{post-popovercontainer-8bde9fc3.js → post-popovercontainer-409abba0.js} +11 -9
  153. package/dist/esm/post-popovercontainer.entry.js +3 -3
  154. package/dist/esm/{post-rating-d9fc0b40.js → post-rating-a6513fc9.js} +3 -3
  155. package/dist/esm/post-rating.entry.js +3 -3
  156. package/dist/esm/post-tab-header-2bf36bae.js +30 -0
  157. package/dist/esm/post-tab-header.entry.js +3 -3
  158. package/dist/esm/{post-tab-panel-926439f4.js → post-tab-panel-56ad2836.js} +3 -3
  159. package/dist/esm/post-tab-panel.entry.js +3 -3
  160. package/dist/esm/{post-tabs-13b2d9a6.js → post-tabs-895b4e96.js} +4 -4
  161. package/dist/esm/post-tabs.entry.js +3 -3
  162. package/dist/esm/{post-tag-887d5fbe.js → post-tag-ee91d6a9.js} +3 -3
  163. package/dist/esm/post-tag.entry.js +3 -3
  164. package/dist/esm/{post-tooltip-3cde6b53.js → post-tooltip-a4d93fd2.js} +4 -4
  165. package/dist/esm/post-tooltip.entry.js +4 -4
  166. package/dist/post-components/index.esm.js +1 -1
  167. package/dist/post-components/p-065de04e.entry.js +1 -0
  168. package/dist/post-components/p-0af20b10.entry.js +1 -0
  169. package/dist/post-components/p-13e6577d.js +1 -0
  170. package/dist/post-components/p-16ff4451.entry.js +1 -0
  171. package/dist/post-components/{p-0e09dc41.js → p-1a53bc7d.js} +1 -1
  172. package/dist/post-components/p-2b777f74.js +1 -0
  173. package/dist/post-components/p-2caf9469.js +1 -0
  174. package/dist/post-components/p-3a272de8.entry.js +1 -0
  175. package/dist/post-components/p-3cc61960.js +1 -0
  176. package/dist/post-components/p-3eab790d.js +2 -0
  177. package/dist/post-components/{p-82dcf8c6.js → p-47279ac4.js} +2 -2
  178. package/dist/post-components/p-49445ef1.entry.js +1 -0
  179. package/dist/post-components/p-5957a7fa.js +1 -0
  180. package/dist/post-components/p-5a8157b4.js +1 -0
  181. package/dist/post-components/p-6ecb14d1.js +1 -0
  182. package/dist/post-components/p-7986d834.js +1 -0
  183. package/dist/post-components/{p-2b10e265.js → p-7b0616c6.js} +1 -1
  184. package/dist/post-components/p-80e5d228.entry.js +1 -0
  185. package/dist/post-components/p-8618ccea.entry.js +1 -0
  186. package/dist/post-components/p-8bd32536.js +1 -0
  187. package/dist/post-components/p-8f36ccda.entry.js +1 -0
  188. package/dist/post-components/p-9753c9c7.entry.js +1 -0
  189. package/dist/post-components/p-9cd82521.js +1 -0
  190. package/dist/post-components/p-a3cc34a3.js +1 -0
  191. package/dist/post-components/p-a514b746.entry.js +1 -0
  192. package/dist/post-components/p-a9efdea5.entry.js +1 -0
  193. package/dist/post-components/p-aae80acd.entry.js +1 -0
  194. package/dist/post-components/p-b60d2ab7.entry.js +1 -0
  195. package/dist/post-components/p-b63a3fc2.entry.js +1 -0
  196. package/dist/post-components/{p-deb4131c.js → p-ba14d022.js} +1 -1
  197. package/dist/post-components/p-bc7cfb53.js +1 -0
  198. package/dist/post-components/p-be5b0cdb.entry.js +1 -0
  199. package/dist/post-components/p-c79c7d00.entry.js +1 -0
  200. package/dist/post-components/p-cd91c467.entry.js +1 -0
  201. package/dist/post-components/{p-6a28f8b9.js → p-d176f664.js} +1 -1
  202. package/dist/post-components/p-d37c6cc3.js +1 -0
  203. package/dist/post-components/p-d528afb2.entry.js +1 -0
  204. package/dist/post-components/p-d793c76b.js +1 -0
  205. package/dist/post-components/p-dd871b55.js +1 -0
  206. package/dist/post-components/p-e1925cd1.entry.js +1 -0
  207. package/dist/post-components/p-fb62c672.js +1 -0
  208. package/dist/post-components/p-fb7a5867.js +1 -0
  209. package/dist/post-components/p-fda6ce34.js +1 -0
  210. package/dist/post-components/p-fe602d19.entry.js +1 -0
  211. package/dist/post-components/p-ffb26d24.entry.js +1 -0
  212. package/dist/post-components/post-components.esm.js +1 -1
  213. package/dist/types/components/post-accordion-item/post-accordion-item.d.ts +1 -1
  214. package/dist/types/components/post-alert/post-alert.d.ts +1 -1
  215. package/dist/types/components/post-avatar/post-avatar.d.ts +51 -0
  216. package/dist/types/components/post-breadcrumb-item/post-breadcrumb-item.d.ts +15 -0
  217. package/dist/types/components/post-closebutton/post-closebutton.d.ts +7 -0
  218. package/dist/types/components/post-icon/post-icon.d.ts +1 -1
  219. package/dist/types/components/post-language-option/post-language-option.d.ts +40 -0
  220. package/dist/types/components/post-list/post-list.d.ts +24 -0
  221. package/dist/types/components/post-list-item/post-list-item.d.ts +8 -0
  222. package/dist/types/components/post-logo/post-logo.d.ts +1 -1
  223. package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +4 -0
  224. package/dist/types/components.d.ts +197 -0
  225. package/dist/types/index.d.ts +6 -0
  226. package/loaders/index.d.ts +12 -0
  227. package/loaders/index.js +6 -0
  228. package/loaders/package.js +1 -1
  229. package/loaders/post-accordion-item.js +5 -4
  230. package/loaders/post-alert.js +5 -5
  231. package/loaders/post-avatar.d.ts +11 -0
  232. package/loaders/post-avatar.js +176 -0
  233. package/loaders/post-breadcrumb-item.d.ts +11 -0
  234. package/loaders/post-breadcrumb-item.js +75 -0
  235. package/loaders/post-card-control.js +3 -3
  236. package/loaders/post-closebutton.d.ts +11 -0
  237. package/loaders/post-closebutton.js +37 -0
  238. package/loaders/post-collapsible2.js +5 -3
  239. package/loaders/post-icon2.js +2 -2
  240. package/loaders/post-language-option.d.ts +11 -0
  241. package/loaders/post-language-option.js +95 -0
  242. package/loaders/post-list-item.d.ts +11 -0
  243. package/loaders/post-list-item.js +38 -0
  244. package/loaders/post-list.d.ts +11 -0
  245. package/loaders/post-list.js +56 -0
  246. package/loaders/post-logo.js +2 -2
  247. package/loaders/post-popover.js +2 -2
  248. package/loaders/post-popovercontainer2.js +10 -7
  249. package/loaders/post-rating.js +1 -1
  250. package/loaders/post-tab-header.js +2 -2
  251. package/loaders/post-tab-panel.js +1 -1
  252. package/loaders/post-tabs.js +2 -2
  253. package/loaders/post-tag.js +1 -1
  254. package/loaders/post-tooltip.js +1 -1
  255. package/package.json +2 -2
  256. package/dist/cjs/post-accordion-item-7b348fa5.js +0 -51
  257. package/dist/cjs/post-alert-fca3a4a3.js +0 -98
  258. package/dist/cjs/post-card-control-b4e4b4d5.js +0 -272
  259. package/dist/cjs/post-tab-header-29b8d4e1.js +0 -32
  260. package/dist/esm/package-3d758f77.js +0 -3
  261. package/dist/esm/post-accordion-item-6b5a65ad.js +0 -49
  262. package/dist/esm/post-alert-f19db551.js +0 -96
  263. package/dist/esm/post-card-control-1b5df6cb.js +0 -270
  264. package/dist/esm/post-tab-header-ae8feb19.js +0 -30
  265. package/dist/post-components/p-0b71bf5a.js +0 -1
  266. package/dist/post-components/p-19e54be9.js +0 -1
  267. package/dist/post-components/p-1e8f0f36.js +0 -1
  268. package/dist/post-components/p-22257eff.entry.js +0 -1
  269. package/dist/post-components/p-249ac168.entry.js +0 -1
  270. package/dist/post-components/p-3325086e.js +0 -1
  271. package/dist/post-components/p-3b823fee.entry.js +0 -1
  272. package/dist/post-components/p-45f4c803.entry.js +0 -1
  273. package/dist/post-components/p-47935dbb.js +0 -1
  274. package/dist/post-components/p-486fbbce.entry.js +0 -1
  275. package/dist/post-components/p-4a7fb0f3.entry.js +0 -1
  276. package/dist/post-components/p-5f231c2c.js +0 -1
  277. package/dist/post-components/p-6ed3497a.entry.js +0 -1
  278. package/dist/post-components/p-820c5c19.entry.js +0 -1
  279. package/dist/post-components/p-8aeb549f.entry.js +0 -1
  280. package/dist/post-components/p-92aeec3c.js +0 -1
  281. package/dist/post-components/p-9a99cfc7.js +0 -1
  282. package/dist/post-components/p-aa8a08dc.entry.js +0 -1
  283. package/dist/post-components/p-b99fdec3.js +0 -1
  284. package/dist/post-components/p-ba40b28a.entry.js +0 -1
  285. package/dist/post-components/p-c62de925.js +0 -1
  286. package/dist/post-components/p-d2101b8a.entry.js +0 -1
  287. package/dist/post-components/p-d2f9de94.js +0 -2
  288. package/dist/post-components/p-d7a44f45.js +0 -1
  289. package/dist/post-components/p-db4b8ea1.entry.js +0 -1
  290. package/dist/post-components/p-eedc6ae8.entry.js +0 -1
  291. package/dist/post-components/p-f217f420.js +0 -1
  292. package/dist/post-components/p-f707d163.entry.js +0 -1
@@ -1,6 +1,6 @@
1
1
  import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
2
2
  import { v as version } from './package.js';
3
- import { d as checkEmptyOrUrl } from './index2.js';
3
+ import { b as checkEmptyOrUrl } from './index2.js';
4
4
 
5
5
  const postLogoCss = ":host,.logo{display:inline-block}:host,:host .logo>svg,.logo,.logo .logo>svg{height:100%}.description{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}";
6
6
  const PostLogoStyle0 = postLogoCss;
@@ -15,7 +15,7 @@ const PostLogo = /*@__PURE__*/ proxyCustomElement(class PostLogo extends HTMLEle
15
15
  validateUrl() {
16
16
  checkEmptyOrUrl(this.url, 'The "url" property of the post-logo is invalid');
17
17
  }
18
- connectedCallback() {
18
+ componentDidLoad() {
19
19
  this.validateUrl();
20
20
  this.checkDescription();
21
21
  }
@@ -27,7 +27,7 @@ const PostLogo = /*@__PURE__*/ proxyCustomElement(class PostLogo extends HTMLEle
27
27
  render() {
28
28
  const logoLink = this.url && (typeof this.url === 'string' ? this.url : this.url.href);
29
29
  const LogoTag = logoLink ? 'a' : 'span';
30
- return (h(Host, { key: 'c1d583f828a1f35ed482f1d1894354a503d8010e', "data-version": version }, h(LogoTag, Object.assign({ key: '61886ad3e388a6286e86b49a8ab150774e9e3d19', class: "logo" }, (logoLink ? { href: logoLink } : {})), h("span", { key: '88c01bbd0e146157ff2897300199717e8da1b2f0', class: "description" }, h("slot", { key: 'dccdd781dd6b6c78d9c8775a3f91765c6c4a8449', onSlotchange: () => this.checkDescription() })), h("svg", { key: '3f66dab4ca898d245759249828508adfa0ac92ea', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 72 72", "aria-hidden": "true" }, h("g", { key: 'bb5bb34aa56362a8805f6f97562825448d4ffac7', id: "Logo" }, h("rect", { key: '8bbee198611c558653cac3b31683beb9bc17c196', fill: "#ffcc00", x: "0", y: "0", width: "72", height: "72" }), h("polygon", { key: '2ca797bd9ad0861b81b953e04626abb2d5cb7323', fill: "#ff0000", points: "34,32.3 34,19 19.7,19 19.7,29.1 10,29.1 10,42.9 19.7,42.9 19.7,53 34,53 34,39.7 30.6,39.7 30.6,49.8 23.1,49.8 23.1,39.7 13.4,39.7 13.4,32.3 23.1,32.3 23.1,22.2 30.6,22.2 30.6,32.3" }), h("path", { key: 'eefa701f5f04ba0f0c04eb51748e62209e33ff06', d: "M53.56234,31.10526c0,2.41272-1.99154,4.29475-4.51723,4.29475H45.2v-8.3h3.84511C51.66802,27.1,53.56234,28.78889,53.56234,31.10526z M50.69666,19H36v34h9.2V42.9h5.49666c6.75131,0,11.9971-5.15137,11.9971-11.8057C62.69376,24.39136,57.35099,19,50.69666,19z" }))))));
30
+ return (h(Host, { key: 'b574181a7c53cd9c9902e6ba186cd5a0de94cb3e', "data-version": version }, h(LogoTag, Object.assign({ key: 'a27bf9db453b9b991c4db8d003eca10a28935b73', class: "logo" }, (logoLink ? { href: logoLink } : {})), h("span", { key: '1e464aff7a75b29bd72eb15aed9ac122a3b53765', class: "description" }, h("slot", { key: 'd32bbf03ff0d5343fd05f2c1c31e6b1d1d767926', onSlotchange: () => this.checkDescription() })), h("svg", { key: '3fa62f2304816bc4a7f974a2011e664f39a9a943', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 72 72", "aria-hidden": "true" }, h("g", { key: '47dbbc031af1c8f56f0c7c9046ecf1bb2aacbeff', id: "Logo" }, h("rect", { key: '8da0d35310d062d0e1f23bc9eb19fef4fd5f7a96', fill: "#ffcc00", x: "0", y: "0", width: "72", height: "72" }), h("polygon", { key: '7d96cc5f82e35308826e77e5daa94494ef8947e6', fill: "#ff0000", points: "34,32.3 34,19 19.7,19 19.7,29.1 10,29.1 10,42.9 19.7,42.9 19.7,53 34,53 34,39.7 30.6,39.7 30.6,49.8 23.1,49.8 23.1,39.7 13.4,39.7 13.4,32.3 23.1,32.3 23.1,22.2 30.6,22.2 30.6,32.3" }), h("path", { key: '85b88d253f50500662ea6e7689a5cfa8461bd7c1', d: "M53.56234,31.10526c0,2.41272-1.99154,4.29475-4.51723,4.29475H45.2v-8.3h3.84511C51.66802,27.1,53.56234,28.78889,53.56234,31.10526z M50.69666,19H36v34h9.2V42.9h5.49666c6.75131,0,11.9971-5.15137,11.9971-11.8057C62.69376,24.39136,57.35099,19,50.69666,19z" }))))));
31
31
  }
32
32
  get host() { return this; }
33
33
  static get watchers() { return {
@@ -3,7 +3,7 @@ import { v as version } from './package.js';
3
3
  import { g as getAttributeObserver } from './attribute-observer.js';
4
4
  import { d as defineCustomElement$1 } from './post-popovercontainer2.js';
5
5
 
6
- const postPopoverCss = "/*!\n * Copyright 2021 by Swiss Post, Information Technology\n */.btn-close{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;appearance:button;border-radius:4px;color:var(--post-gray-80);transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;cursor:pointer}.btn-close{outline-style:none !important;outline-offset:2px !important;outline-width:2px !important;outline-color:var(--post-focus-color) !important}.btn-close:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:solid !important;border-radius:4px}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-close:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.btn-close:is(:focus-visible,:focus-within,.pretend-focus){outline-style:solid !important;border-radius:4px}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-close:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.btn-close::before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%3E%3C/svg%3E\");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;content:\"\";display:block;height:1.5rem;width:1.5rem}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .btn-close{color:var(--post-contrast-color)}.btn-close:focus,.btn-close:not(:disabled):hover,.pretend-hover.btn-close{color:var(--post-contrast-color)}.btn-close:disabled{color:var(--post-gray-40)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-close{color:CanvasText;forced-color-adjust:none}.btn-close:focus,.btn-close:not(:disabled):hover,.pretend-hover.btn-close{color:Highlight}}.btn-close-white{color:#e6e6e6}.btn-close-white:focus,.btn-close-white:not(:disabled):hover,.btn-close-white.pretend-hover{color:#fff}.btn-close-white:disabled{color:#999}*{box-sizing:border-box}:host{--post-contrast-color:#fff;--post-bg-rgb:51, 51, 51;display:block}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}.popover-container{display:flex;align-items:self-start;padding:.5em;min-width:160px;max-width:280px}@media (max-width: 599.98px){.popover-container{max-width:100%}}.popover-content{padding:.5em;flex-grow:1}.btn-close{color:inherit}";
6
+ const postPopoverCss = "/*!\n * Copyright 2021 by Swiss Post, Information Technology\n */.btn-close{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;appearance:button;border-radius:var(--post-device-border-radius-round);color:var(--post-gray-80);transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;cursor:pointer}.btn-close{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}.btn-close:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-close:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.btn-close:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-close:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.btn-close::before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%3E%3C/svg%3E\");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;content:\"\";display:block;height:1.5rem;width:1.5rem}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .btn-close{color:var(--post-contrast-color)}.btn-close:focus,.btn-close:not(:disabled):hover,.pretend-hover.btn-close{color:var(--post-contrast-color)}.btn-close:disabled{color:var(--post-gray-40)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-close{color:CanvasText;forced-color-adjust:none}.btn-close:focus,.btn-close:not(:disabled):hover,.pretend-hover.btn-close{color:Highlight}}.btn-close-white{color:#e6e6e6}.btn-close-white:focus,.btn-close-white:not(:disabled):hover,.btn-close-white.pretend-hover{color:#fff}.btn-close-white:disabled{color:#999}*{box-sizing:border-box}:host{--post-contrast-color:#fff;--post-bg-rgb:51, 51, 51;display:block}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}.popover-container{display:flex;align-items:self-start;padding:.5em;min-width:160px;max-width:280px}@media (max-width: 599.98px){.popover-container{max-width:100%}}.popover-content{padding:.5em;flex-grow:1}.btn-close{color:inherit}";
7
7
  const PostPopoverStyle0 = postPopoverCss;
8
8
 
9
9
  /**
@@ -96,7 +96,7 @@ const PostPopover = /*@__PURE__*/ proxyCustomElement(class PostPopover extends H
96
96
  this.triggers.forEach(trigger => trigger.setAttribute('aria-expanded', 'false'));
97
97
  }
98
98
  render() {
99
- return (h(Host, { key: '6fe379d071ec88a76f99cc10f0fdce0b2f079fbd', "data-version": version }, h("post-popovercontainer", { key: '3a5e2896e87e3f2d32c0ad9b1d80327cc585f289', arrow: this.arrow, placement: this.placement, ref: e => (this.popoverRef = e) }, h("div", { key: '46834ef6a3893fe8823776d8feb20a2fb328e3bc', class: "popover-container" }, h("div", { key: '9d61b678c2613e84efc0df805cbb67fbe3d06991', class: "popover-content" }, h("slot", { key: '1cfef5daaea3f6370869a3ae648ff36e2dddd82a' })), h("button", { key: 'c7a2e12ece46ee63d8004d99427c8c6febc2dc17', class: "btn-close", onClick: () => this.hide() }, h("span", { key: '1aee8ffe06b5c4c9bade0185a8832328410fbe4a', class: "visually-hidden" }, this.closeButtonCaption))))));
99
+ return (h(Host, { key: 'aef49582e78865ac209f1983d255b44e4e3a4c0a', "data-version": version }, h("post-popovercontainer", { key: 'cd2db53a82b34ea3c6aa3aab07670c6e198f9360', arrow: this.arrow, placement: this.placement, ref: e => (this.popoverRef = e) }, h("div", { key: 'df037f6f7848e0ef87affa73de6a9c2a6af9eade', class: "popover-container" }, h("div", { key: '48c1e44e42c7cc3daf198456f7b49041d86a8e83', class: "popover-content" }, h("slot", { key: '8f4dc6f558bcaa9b83a342fea3a7843c185fc43e' })), h("button", { key: 'e78527134e8e5cbeed240b742aeab7bf0ea41d5b', class: "btn-close", onClick: () => this.hide() }, h("span", { key: 'f56f4c3aa17dd11818d1abd7b422e7c45902c593', class: "visually-hidden" }, this.closeButtonCaption))))));
100
100
  }
101
101
  get host() { return this; }
102
102
  static get style() { return PostPopoverStyle0; }
@@ -2039,7 +2039,7 @@ const computePosition = (reference, floating, options) => {
2039
2039
  }
2040
2040
  `,E=null;function I(e){if(E===null)try{E=new CSSStyleSheet,E.replaceSync(C);}catch{E=!1;}if(E===!1){let t=document.createElement("style");t.textContent=C,e instanceof Document?e.head.prepend(t):e.prepend(t);}else e.adoptedStyleSheets=[E,...e.adoptedStyleSheets];}function K(){window.ToggleEvent=window.ToggleEvent||c;function e(n){return n?.includes(":popover-open")&&(n=n.replace(J,"$1.\\:popover-open")),n}f(Document.prototype,"querySelector",e),f(Document.prototype,"querySelectorAll",e),f(Element.prototype,"querySelector",e),f(Element.prototype,"querySelectorAll",e),f(Element.prototype,"matches",e),f(Element.prototype,"closest",e),f(DocumentFragment.prototype,"querySelectorAll",e),f(DocumentFragment.prototype,"querySelectorAll",e),Object.defineProperties(HTMLElement.prototype,{popover:{enumerable:!0,configurable:!0,get(){if(!this.hasAttribute("popover"))return null;let n=(this.getAttribute("popover")||"").toLowerCase();return n===""||n=="auto"?"auto":"manual"},set(n){this.setAttribute("popover",n);}},showPopover:{enumerable:!0,configurable:!0,value(){S(this);}},hidePopover:{enumerable:!0,configurable:!0,value(){m(this,!0,!0);}},togglePopover:{enumerable:!0,configurable:!0,value(n){h.get(this)==="showing"&&n===void 0||n===!1?m(this,!0,!0):(n===void 0||n===!0)&&S(this);}}});let t=Element.prototype.attachShadow;t&&Object.defineProperties(Element.prototype,{attachShadow:{enumerable:!0,configurable:!0,writable:!0,value(n){let s=t.call(this,n);return I(s),s}}});let o=HTMLElement.prototype.attachInternals;o&&Object.defineProperties(HTMLElement.prototype,{attachInternals:{enumerable:!0,configurable:!0,writable:!0,value(){let n=o.call(this);return n.shadowRoot&&I(n.shadowRoot),n}}});let r=new WeakMap;function i(n){Object.defineProperties(n.prototype,{popoverTargetElement:{enumerable:!0,configurable:!0,set(s){if(s===null)this.removeAttribute("popovertarget"),r.delete(this);else if(s instanceof Element)this.setAttribute("popovertarget",""),r.set(this,s);else throw new TypeError("popoverTargetElement must be an element or null")},get(){if(this.localName!=="button"&&this.localName!=="input"||this.localName==="input"&&this.type!=="reset"&&this.type!=="image"&&this.type!=="button"||this.disabled||this.form&&this.type==="submit")return null;let s=r.get(this);if(s&&s.isConnected)return s;if(s&&!s.isConnected)return r.delete(this),null;let u=v(this),w=this.getAttribute("popovertarget");return (u instanceof Document||u instanceof B)&&w&&u.getElementById(w)||null}},popoverTargetAction:{enumerable:!0,configurable:!0,get(){let s=(this.getAttribute("popovertargetaction")||"").toLowerCase();return s==="show"||s==="hide"?s:"toggle"},set(s){this.setAttribute("popovertargetaction",s);}}});}i(HTMLButtonElement),i(HTMLInputElement);let l=n=>{if(!n.isTrusted)return;let s=n.composedPath()[0];if(!(s instanceof Element)||s?.shadowRoot)return;let u=v(s);if(!(u instanceof B||u instanceof Document))return;let w=s.closest("[popovertargetaction],[popovertarget]");if(w){O(w),n.preventDefault();return}},a=n=>{let s=n.key,u=n.target;!n.defaultPrevented&&u&&(s==="Escape"||s==="Esc")&&T(u.ownerDocument,!0,!0);};(n=>{n.addEventListener("click",l),n.addEventListener("keydown",a),n.addEventListener("pointerdown",x),n.addEventListener("pointerup",x);})(document),I(document);}j()||K();})();
2041
2041
 
2042
- const postPopovercontainerCss = "@layer polyfill{@supports not selector(:popover-open){[popover]:not(.\\:popover-open){display:none}}}:where(post-popovercontainer){box-shadow:.5px 3px 4px rgba(0,0,0,.1),2px 4px 10px 4px rgba(0,0,0,.12);position:fixed;z-index:1060;width:max-content;margin:0;padding:0;box-sizing:border-box;color:var(--post-contrast-color);background-color:rgb(var(--post-bg-rgb));border:2px solid rgba(0,0,0,0);border-radius:4px;overflow:visible}:where(post-popovercontainer) .arrow{position:absolute;width:.5825rem;height:.5825rem;background-color:inherit;rotate:45deg;pointer-events:none;z-index:-1}:where(post-popovercontainer) .arrow.top{border-left:2px solid rgba(0,0,0,0);border-top:2px solid rgba(0,0,0,0)}:where(post-popovercontainer) .arrow.right{border-right:2px solid rgba(0,0,0,0);border-top:2px solid rgba(0,0,0,0)}:where(post-popovercontainer) .arrow.left{border-left:2px solid rgba(0,0,0,0);border-bottom:2px solid rgba(0,0,0,0)}:where(post-popovercontainer) .arrow.bottom{border-right:2px solid rgba(0,0,0,0);border-bottom:2px solid rgba(0,0,0,0)}";
2042
+ const postPopovercontainerCss = "@layer polyfill{@supports not selector(:popover-open){[popover]:not(.\\:popover-open){display:none}}}:where(post-popovercontainer){box-shadow:.5px 3px 4px rgba(0,0,0,.1),2px 4px 10px 4px rgba(0,0,0,.12);position:fixed;z-index:1060;width:max-content;margin:0;padding:0;box-sizing:border-box;color:var(--post-contrast-color);background-color:rgb(var(--post-bg-rgb));border:2px solid rgba(0,0,0,0);border-radius:4px;overflow:visible}:where(post-popovercontainer)[tooltip]{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}:where(post-popovercontainer) .arrow{position:absolute;width:.5825rem;height:.5825rem;background-color:inherit;rotate:45deg;pointer-events:none;z-index:-1}:where(post-popovercontainer) .arrow.top{border-left:2px solid rgba(0,0,0,0);border-top:2px solid rgba(0,0,0,0)}:where(post-popovercontainer) .arrow.right{border-right:2px solid rgba(0,0,0,0);border-top:2px solid rgba(0,0,0,0)}:where(post-popovercontainer) .arrow.left{border-left:2px solid rgba(0,0,0,0);border-bottom:2px solid rgba(0,0,0,0)}:where(post-popovercontainer) .arrow.bottom{border-right:2px solid rgba(0,0,0,0);border-bottom:2px solid rgba(0,0,0,0)}";
2043
2043
  const PostPopovercontainerStyle0 = postPopovercontainerCss;
2044
2044
 
2045
2045
  const SIDE_MAP = {
@@ -2054,6 +2054,7 @@ const PostPopovercontainer = /*@__PURE__*/ proxyCustomElement(class PostPopoverc
2054
2054
  this.__registerHost();
2055
2055
  this.postToggle = createEvent(this, "postToggle", 7);
2056
2056
  this.placement = 'top';
2057
+ this.edgeGap = 8;
2057
2058
  this.arrow = false;
2058
2059
  }
2059
2060
  componentDidLoad() {
@@ -2125,11 +2126,12 @@ const PostPopovercontainer = /*@__PURE__*/ proxyCustomElement(class PostPopoverc
2125
2126
  this.clearAutoUpdate = autoUpdate(this.eventTarget, this.host, this.calculatePosition.bind(this));
2126
2127
  }
2127
2128
  async calculatePosition() {
2129
+ const gap = this.edgeGap;
2128
2130
  const middleware = [
2129
2131
  flip(),
2130
2132
  inline(),
2131
2133
  shift({
2132
- padding: 8,
2134
+ padding: gap,
2133
2135
  // Prevents shifting away from the anchor too far, while shifting as far as possible
2134
2136
  // https://floating-ui.com/docs/shift#limiter
2135
2137
  limiter: limitShift({
@@ -2139,14 +2141,14 @@ const PostPopovercontainer = /*@__PURE__*/ proxyCustomElement(class PostPopoverc
2139
2141
  size({
2140
2142
  apply({ availableWidth, elements }) {
2141
2143
  Object.assign(elements.floating.style, {
2142
- maxWidth: `${availableWidth - 16}px`,
2144
+ maxWidth: `${availableWidth - gap * 2}px`,
2143
2145
  });
2144
2146
  },
2145
2147
  }),
2146
- offset(this.arrow ? 12 : 8), // 4px outside of element to account for focus outline + ~arrow size
2148
+ offset(this.arrow ? gap + 4 : gap), // 4px outside of element to account for focus outline + ~arrow size
2147
2149
  ];
2148
2150
  if (this.arrow) {
2149
- middleware.push(arrow({ element: this.arrowRef, padding: 8 }));
2151
+ middleware.push(arrow({ element: this.arrowRef, padding: gap }));
2150
2152
  }
2151
2153
  const { x, y, middlewareData, placement: currentPlacement, } = await computePosition(this.eventTarget, this.host, {
2152
2154
  placement: this.placement || 'top',
@@ -2174,14 +2176,15 @@ const PostPopovercontainer = /*@__PURE__*/ proxyCustomElement(class PostPopoverc
2174
2176
  }
2175
2177
  }
2176
2178
  render() {
2177
- return (h(Host, { key: 'daf21d119057a14c2c2f68b8068901ab698beae3', "data-version": version }, this.arrow && (h("span", { key: '4f5cfb1422217f9ef71732cdfc0c97b6b29e4809', class: "arrow", ref: el => {
2179
+ return (h(Host, { key: '786ef435ebc0cdb95a15c0327aee75406d4da6e5', "data-version": version }, this.arrow && (h("span", { key: '3c343daffb966ee54b9c14eb5659910150be7f3f', class: "arrow", ref: el => {
2178
2180
  this.arrowRef = el;
2179
- } })), h("slot", { key: 'f6e4beefb8e365dbf20a0a5019cceaac4ecb73a4' })));
2181
+ } })), h("slot", { key: 'f2c9fc7c80f794987550388bfe8ad33078685bf1' })));
2180
2182
  }
2181
2183
  get host() { return this; }
2182
2184
  static get style() { return PostPopovercontainerStyle0; }
2183
2185
  }, [4, "post-popovercontainer", {
2184
2186
  "placement": [1],
2187
+ "edgeGap": [2, "edge-gap"],
2185
2188
  "arrow": [4],
2186
2189
  "show": [64],
2187
2190
  "hide": [64],
@@ -74,7 +74,7 @@ const PostRating = /*@__PURE__*/ proxyCustomElement(class PostRating extends HTM
74
74
  }
75
75
  }
76
76
  render() {
77
- return (h(Host, { key: '0a4972eeedcda4d4f772db0407ba2a6279f5d797', "data-version": version }, h("div", { key: 'a9ab9daaa3f9e1e421f28267057b99a1a2e235ee', role: "slider", class: "rating", tabindex: "0", "aria-label": this.label, "aria-valuemin": "0", "aria-valuemax": this.stars, "aria-valuenow": this.currentRating, "aria-valuetext": `${this.currentRating} out of ${this.stars}`, "aria-readonly": this.readonly ? 'true' : 'false', onKeyDown: this.keydownHandler, onBlur: this.blurHandler }, Array.from({ length: this.stars }).map((v, i) => (h("div", { key: `star-${v}`, "aria-hidden": "true", class: {
77
+ return (h(Host, { key: 'e303ed62ef2f76033e0ca9b693dfe447984a92c7', "data-version": version }, h("div", { key: '7e392823716b6d4d243198a66a637001f5f86690', role: "slider", class: "rating", tabindex: "0", "aria-label": this.label, "aria-valuemin": "0", "aria-valuemax": this.stars, "aria-valuenow": this.currentRating, "aria-valuetext": `${this.currentRating} out of ${this.stars}`, "aria-readonly": this.readonly ? 'true' : 'false', onKeyDown: this.keydownHandler, onBlur: this.blurHandler }, Array.from({ length: this.stars }).map((v, i) => (h("div", { key: `star-${v}`, "aria-hidden": "true", class: {
78
78
  'star': true,
79
79
  'before-hover': i < this.hoveredIndex,
80
80
  'active': i < Math.round(this.currentRating),
@@ -2,7 +2,7 @@ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal
2
2
  import { v as version } from './package.js';
3
3
  import { c as checkNonEmpty } from './check-non-empty.js';
4
4
 
5
- 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:var(--post-contrast-color);text-decoration:none;background-color:rgba(0,0,0,0)}.tab-title[role=tab]:focus{background-color:unset;color:var(--post-contrast-color)}.tab-title[role=tab]:hover{opacity:1;background-color:rgba(var(--post-contrast-color-rgb), 0.6);color:var(--post-contrast-color-inverted)}.tab-title[role=tab]:focus-visible{outline:rgba(0,0,0,0);opacity:1;background-color:rgba(var(--post-contrast-color-rgb), 0.6);color:var(--post-contrast-color-inverted);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:var(--post-contrast-color-inverted);color:var(--post-contrast-color);font-weight:700}.tab-title[role=tab].active::before{content:\"\";display:block;position:absolute;top:0;right:-1px;left:-1px;height:.25rem;background-color:#fc0}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=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,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=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:2px solid Highlight;outline-offset:-0.25rem}.tab-title[role=tab].active{border-left-color:ButtonText;border-right-color:ButtonText;color:Highlight}.tab-title[role=tab].active::before{background-color:Highlight}}.bg-yellow .tab-title{background-color:#fc0}.bg-yellow .tab-title.active{background-color:#fc0}.bg-yellow .nav-item{background-color:#fc0}.bg-white .tab-title{background-color:#fff}.bg-white .tab-title.active{background-color:#fff}.bg-white .nav-item{background-color:#fff}.bg-light .tab-title{background-color:#faf9f8}.bg-light .tab-title.active{background-color:#faf9f8}.bg-light .nav-item{background-color:#faf9f8}.bg-gray .tab-title{background-color:#f4f3f1}.bg-gray .tab-title.active{background-color:#f4f3f1}.bg-gray .nav-item{background-color:#f4f3f1}.bg-dark .tab-title{background-color:#333}.bg-dark .tab-title.active{background-color:#333}.bg-dark .nav-item{background-color:#333}.bg-black .tab-title{background-color:#000}.bg-black .tab-title.active{background-color:#000}.bg-black .nav-item{background-color:#000}.bg-primary .tab-title{background-color:#333}.bg-primary .tab-title.active{background-color:#333}.bg-primary .nav-item{background-color:#333}.bg-secondary .tab-title{background-color:#666}.bg-secondary .tab-title.active{background-color:#666}.bg-secondary .nav-item{background-color:#666}.bg-success .tab-title{background-color:#2c871d}.bg-success .tab-title.active{background-color:#2c871d}.bg-success .nav-item{background-color:#2c871d}.bg-warning .tab-title{background-color:#f49e00}.bg-warning .tab-title.active{background-color:#f49e00}.bg-warning .nav-item{background-color:#f49e00}.bg-error .tab-title{background-color:#a51728}.bg-error .tab-title.active{background-color:#a51728}.bg-error .nav-item{background-color:#a51728}.bg-info .tab-title{background-color:#cce4ee}.bg-info .tab-title.active{background-color:#cce4ee}.bg-info .nav-item{background-color:#cce4ee}.bg-success-background .tab-title{background-color:#c0debb}.bg-success-background .tab-title.active{background-color:#c0debb}.bg-success-background .nav-item{background-color:#c0debb}.bg-warning-background .tab-title{background-color:#fce2b2}.bg-warning-background .tab-title.active{background-color:#fce2b2}.bg-warning-background .nav-item{background-color:#fce2b2}.bg-error-background .tab-title{background-color:#ffdade}.bg-error-background .tab-title.active{background-color:#ffdade}.bg-error-background .nav-item{background-color:#ffdade}.bg-nightblue .tab-title{background-color:#004976}.bg-nightblue .tab-title.active{background-color:#004976}.bg-nightblue .nav-item{background-color:#004976}.bg-nightblue-bright .tab-title{background-color:#0076a8}.bg-nightblue-bright .tab-title.active{background-color:#0076a8}.bg-nightblue-bright .nav-item{background-color:#0076a8}.bg-petrol .tab-title{background-color:#006d68}.bg-petrol .tab-title.active{background-color:#006d68}.bg-petrol .nav-item{background-color:#006d68}.bg-petrol-bright .tab-title{background-color:#00968f}.bg-petrol-bright .tab-title.active{background-color:#00968f}.bg-petrol-bright .nav-item{background-color:#00968f}.bg-coral .tab-title{background-color:#9e2a2f}.bg-coral .tab-title.active{background-color:#9e2a2f}.bg-coral .nav-item{background-color:#9e2a2f}.bg-coral-bright .tab-title{background-color:#e03c31}.bg-coral-bright .tab-title.active{background-color:#e03c31}.bg-coral-bright .nav-item{background-color:#e03c31}.bg-olive .tab-title{background-color:#716135}.bg-olive .tab-title.active{background-color:#716135}.bg-olive .nav-item{background-color:#716135}.bg-olive-bright .tab-title{background-color:#aa9d2e}.bg-olive-bright .tab-title.active{background-color:#aa9d2e}.bg-olive-bright .nav-item{background-color:#aa9d2e}.bg-purple .tab-title{background-color:#80276c}.bg-purple .tab-title.active{background-color:#80276c}.bg-purple .nav-item{background-color:#80276c}.bg-purple-bright .tab-title{background-color:#c5299b}.bg-purple-bright .tab-title.active{background-color:#c5299b}.bg-purple-bright .nav-item{background-color:#c5299b}.bg-aubergine .tab-title{background-color:#523178}.bg-aubergine .tab-title.active{background-color:#523178}.bg-aubergine .nav-item{background-color:#523178}.bg-aubergine-bright .tab-title{background-color:#7566a0}.bg-aubergine-bright .tab-title.active{background-color:#7566a0}.bg-aubergine-bright .nav-item{background-color:#7566a0}[class*=bg-] .tab-title.active:focus::after{background-color:rgba(255,255,255,.2)}@supports selector(*:focus-visible){[class*=bg-] .tab-title.active:focus::after{background-color:unset}[class*=bg-] .tab-title.active:focus-visible::after{background-color:rgba(255,255,255,.2)}}/*!\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}";
5
+ 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:var(--post-contrast-color);text-decoration:none;background-color:rgba(0,0,0,0)}.tab-title[role=tab]:focus{background-color:unset;color:var(--post-contrast-color)}.tab-title[role=tab]:hover{opacity:1;background-color:rgba(var(--post-contrast-color-rgb), 0.6);color:var(--post-contrast-color-inverted)}.tab-title[role=tab]:focus-visible{outline:rgba(0,0,0,0);opacity:1;background-color:rgba(var(--post-contrast-color-rgb), 0.6);color:var(--post-contrast-color-inverted);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:var(--post-contrast-color-inverted);color:var(--post-contrast-color);font-weight:700}.tab-title[role=tab].active::before{content:\"\";display:block;position:absolute;top:0;right:-1px;left:-1px;height:.25rem;background-color:#fc0}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=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,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=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:2px solid Highlight;outline-offset:-0.25rem}.tab-title[role=tab].active{border-left-color:ButtonText;border-right-color:ButtonText;color:Highlight}.tab-title[role=tab].active::before{background-color:Highlight}}.bg-yellow .tab-title{background-color:#fc0}.bg-yellow .tab-title.active{background-color:#fc0}.bg-yellow .nav-item{background-color:#fc0}.bg-white .tab-title{background-color:#fff}.bg-white .tab-title.active{background-color:#fff}.bg-white .nav-item{background-color:#fff}.bg-light .tab-title{background-color:#faf9f8}.bg-light .tab-title.active{background-color:#faf9f8}.bg-light .nav-item{background-color:#faf9f8}.bg-gray .tab-title{background-color:#f4f3f1}.bg-gray .tab-title.active{background-color:#f4f3f1}.bg-gray .nav-item{background-color:#f4f3f1}.bg-dark .tab-title{background-color:#333}.bg-dark .tab-title.active{background-color:#333}.bg-dark .nav-item{background-color:#333}.bg-black .tab-title{background-color:#000}.bg-black .tab-title.active{background-color:#000}.bg-black .nav-item{background-color:#000}.bg-primary .tab-title{background-color:#333}.bg-primary .tab-title.active{background-color:#333}.bg-primary .nav-item{background-color:#333}.bg-secondary .tab-title{background-color:#666}.bg-secondary .tab-title.active{background-color:#666}.bg-secondary .nav-item{background-color:#666}.bg-success .tab-title{background-color:#2c871d}.bg-success .tab-title.active{background-color:#2c871d}.bg-success .nav-item{background-color:#2c871d}.bg-warning .tab-title{background-color:#f49e00}.bg-warning .tab-title.active{background-color:#f49e00}.bg-warning .nav-item{background-color:#f49e00}.bg-error .tab-title{background-color:#a51728}.bg-error .tab-title.active{background-color:#a51728}.bg-error .nav-item{background-color:#a51728}.bg-info .tab-title{background-color:#cce4ee}.bg-info .tab-title.active{background-color:#cce4ee}.bg-info .nav-item{background-color:#cce4ee}.bg-success-background .tab-title{background-color:#c0debb}.bg-success-background .tab-title.active{background-color:#c0debb}.bg-success-background .nav-item{background-color:#c0debb}.bg-warning-background .tab-title{background-color:#fce2b2}.bg-warning-background .tab-title.active{background-color:#fce2b2}.bg-warning-background .nav-item{background-color:#fce2b2}.bg-error-background .tab-title{background-color:#ffdade}.bg-error-background .tab-title.active{background-color:#ffdade}.bg-error-background .nav-item{background-color:#ffdade}[class*=bg-] .tab-title.active:focus::after{background-color:rgba(255,255,255,.2)}@supports selector(*:focus-visible){[class*=bg-] .tab-title.active:focus::after{background-color:unset}[class*=bg-] .tab-title.active:focus-visible::after{background-color:rgba(255,255,255,.2)}}/*!\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}";
6
6
  const PostTabHeaderStyle0 = postTabHeaderCss;
7
7
 
8
8
  const PostTabHeader = /*@__PURE__*/ proxyCustomElement(class PostTabHeader extends HTMLElement {
@@ -20,7 +20,7 @@ const PostTabHeader = /*@__PURE__*/ proxyCustomElement(class PostTabHeader exten
20
20
  this.tabId = `tab-${this.host.id || crypto.randomUUID()}`;
21
21
  }
22
22
  render() {
23
- return (h(Host, { key: '35077e5514ffd19a4fb27bc3a4c1d9d19072768b', id: this.tabId, role: "tab", "data-version": version, "aria-selected": "false", tabindex: "-1", class: "tab-title", slot: "tabs" }, h("slot", { key: '67b09864a209c00c677e1c279240d9b4ca289faa' })));
23
+ return (h(Host, { key: '3f6c519aeb28ba7f22de7b7bbb04589bc7c9fc59', id: this.tabId, role: "tab", "data-version": version, "aria-selected": "false", tabindex: "-1", class: "tab-title", slot: "tabs" }, h("slot", { key: '2df9413b24b32956361708d2ef009584ea151c8c' })));
24
24
  }
25
25
  get host() { return this; }
26
26
  static get watchers() { return {
@@ -17,7 +17,7 @@ const PostTabPanel = /*@__PURE__*/ proxyCustomElement(class PostTabPanel extends
17
17
  this.panelId = `panel-${this.host.id || crypto.randomUUID()}`;
18
18
  }
19
19
  render() {
20
- return (h(Host, { key: '2d01a8e7f06e45b4750e63584a3c52232dee4dd5', "data-version": version, id: this.panelId, role: "tabpanel" }, h("slot", { key: 'b51e2f112791ac22df43ebb537208c65aebe3d03' })));
20
+ return (h(Host, { key: 'be6aea34d94b371364912bc3b20efb33f844b736', "data-version": version, id: this.panelId, role: "tabpanel" }, h("slot", { key: 'aa4b546f2461819b47a8b14b326c79cc13f5f3d2' })));
21
21
  }
22
22
  get host() { return this; }
23
23
  static get style() { return PostTabPanelStyle0; }
@@ -23,7 +23,7 @@ const customOnReady = (callback) => {
23
23
  return setTimeout(callback);
24
24
  };
25
25
 
26
- const postTabsCss = ".tabs-wrapper{position:relative;padding-top:1rem;border:0;background-color:rgba(var(--post-contrast-color-rgb), 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{margin:0;padding:0;list-style:none;display:flex;flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;white-space:nowrap}.tabs::after{content:\"\";display:block;flex:1 0 auto;width:1rem}.tab-content{padding-top:1rem}.bg-yellow .tabs-wrapper{background-color:#fc0}.bg-white .tabs-wrapper{background-color:#fff}.bg-light .tabs-wrapper{background-color:#faf9f8}.bg-gray .tabs-wrapper{background-color:#f4f3f1}.bg-dark .tabs-wrapper{background-color:#333}.bg-black .tabs-wrapper{background-color:#000}.bg-primary .tabs-wrapper{background-color:#333}.bg-secondary .tabs-wrapper{background-color:#666}.bg-success .tabs-wrapper{background-color:#2c871d}.bg-warning .tabs-wrapper{background-color:#f49e00}.bg-error .tabs-wrapper{background-color:#a51728}.bg-info .tabs-wrapper{background-color:#cce4ee}.bg-success-background .tabs-wrapper{background-color:#c0debb}.bg-warning-background .tabs-wrapper{background-color:#fce2b2}.bg-error-background .tabs-wrapper{background-color:#ffdade}.bg-nightblue .tabs-wrapper{background-color:#004976}.bg-nightblue-bright .tabs-wrapper{background-color:#0076a8}.bg-petrol .tabs-wrapper{background-color:#006d68}.bg-petrol-bright .tabs-wrapper{background-color:#00968f}.bg-coral .tabs-wrapper{background-color:#9e2a2f}.bg-coral-bright .tabs-wrapper{background-color:#e03c31}.bg-olive .tabs-wrapper{background-color:#716135}.bg-olive-bright .tabs-wrapper{background-color:#aa9d2e}.bg-purple .tabs-wrapper{background-color:#80276c}.bg-purple-bright .tabs-wrapper{background-color:#c5299b}.bg-aubergine .tabs-wrapper{background-color:#523178}.bg-aubergine-bright .tabs-wrapper{background-color:#7566a0}:host{display:block}";
26
+ const postTabsCss = ".tabs-wrapper{position:relative;padding-top:1rem;border:0;background-color:rgba(var(--post-contrast-color-rgb), 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{margin:0;padding:0;list-style:none;display:flex;flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;white-space:nowrap}.tabs.list-bullet>li{margin:0;padding:0}.tabs.list-bullet>li::before{display:none}.tabs::after{content:\"\";display:block;flex:1 0 auto;width:1rem}.tab-content{padding-top:1rem}.bg-yellow .tabs-wrapper{background-color:#fc0}.bg-white .tabs-wrapper{background-color:#fff}.bg-light .tabs-wrapper{background-color:#faf9f8}.bg-gray .tabs-wrapper{background-color:#f4f3f1}.bg-dark .tabs-wrapper{background-color:#333}.bg-black .tabs-wrapper{background-color:#000}.bg-primary .tabs-wrapper{background-color:#333}.bg-secondary .tabs-wrapper{background-color:#666}.bg-success .tabs-wrapper{background-color:#2c871d}.bg-warning .tabs-wrapper{background-color:#f49e00}.bg-error .tabs-wrapper{background-color:#a51728}.bg-info .tabs-wrapper{background-color:#cce4ee}.bg-success-background .tabs-wrapper{background-color:#c0debb}.bg-warning-background .tabs-wrapper{background-color:#fce2b2}.bg-error-background .tabs-wrapper{background-color:#ffdade}:host{display:block}";
27
27
  const PostTabsStyle0 = postTabsCss;
28
28
 
29
29
  const PostTabs = /*@__PURE__*/ proxyCustomElement(class PostTabs extends HTMLElement {
@@ -164,7 +164,7 @@ const PostTabs = /*@__PURE__*/ proxyCustomElement(class PostTabs extends HTMLEle
164
164
  nextTab.focus();
165
165
  }
166
166
  render() {
167
- return (h(Host, { key: '6a3e84a92b03d462dbff1b8fc638f7ebf8ea9d23', "data-version": version }, h("div", { key: 'e73b58f1524e70401089830b1b9b47a2c85b828a', class: "tabs-wrapper", part: "tabs" }, h("div", { key: '9da5ce2d30d37c74dee92f2e871e56e96d07d429', class: "tabs", role: "tablist" }, h("slot", { key: '944e209f2f23b9a3469bc6b5167a0939da4c9631', name: "tabs", onSlotchange: () => this.enableTabs() }))), h("div", { key: '93caabfd1a0be19df3e8be64f0965de488159526', class: "tab-content", part: "content" }, h("slot", { key: '92465fa749afad52130631cb3957fefeb40b8e9a', onSlotchange: () => this.moveMisplacedTabs() }))));
167
+ return (h(Host, { key: '8f50b5d2575a248e0a7dc57add5e343e562db015', "data-version": version }, h("div", { key: 'e640efed73aefdb9ff4cd2f138b7bd7a3c64b885', class: "tabs-wrapper", part: "tabs" }, h("div", { key: '2394820f9d187e4d9f123156dec49e5620e0dfcc', class: "tabs", role: "tablist" }, h("slot", { key: 'c2800a38891140881227a01706cfa43095c769ba', name: "tabs", onSlotchange: () => this.enableTabs() }))), h("div", { key: '836b9b2bf4ba05df3e91bc5d3d71e3f2363dea88', class: "tab-content", part: "content" }, h("slot", { key: 'd6cad1f86d39d854b5595ee467f29474b21965ba', onSlotchange: () => this.moveMisplacedTabs() }))));
168
168
  }
169
169
  get host() { return this; }
170
170
  static get style() { return PostTabsStyle0; }
@@ -35,7 +35,7 @@ const PostTag = /*@__PURE__*/ proxyCustomElement(class PostTag extends HTMLEleme
35
35
  this.setClasses();
36
36
  }
37
37
  render() {
38
- return (h(Host, { key: '7426002d3008de53e92edc8ec2fc759569b191bf', "data-version": version }, h("div", { key: '1cde8f5c3d2db66f45aaa64091a1b76f1d1468ee', class: this.classes }, this.icon ? h("post-icon", { name: this.icon }) : null, h("div", { key: 'cc63b7277ba4f4076a46f5038b24699f6818c81b', class: "tag-text" }, h("slot", { key: '37b57632add7f7c093e42302e44defef63ccc29f' })))));
38
+ return (h(Host, { key: '5058456392690e1973575edfe7e8c72f909a80b5', "data-version": version }, h("div", { key: '0995e847c0239d540f1adfb7d1bb8eba3b026a2f', class: this.classes }, this.icon ? h("post-icon", { name: this.icon }) : null, h("div", { key: '7e62db84243af09f7f8aee28cb1a542599e01579', class: "tag-text" }, h("slot", { key: '235b5b43062f41497d246a838e351282d324b060' })))));
39
39
  }
40
40
  get host() { return this; }
41
41
  static get watchers() { return {
@@ -1,7 +1,7 @@
1
1
  import { proxyCustomElement, HTMLElement as HTMLElement$1, h, Host } from '@stencil/core/internal/client';
2
2
  import { v as version$1 } from './package.js';
3
3
  import { g as getAttributeObserver } from './attribute-observer.js';
4
- import { b as checkEmptyOrType } from './index2.js';
4
+ import { d as checkEmptyOrType } from './index2.js';
5
5
  import { d as defineCustomElement$1 } from './post-popovercontainer2.js';
6
6
 
7
7
  function timeout(delay) {
@@ -4977,7 +4977,7 @@ const PostTooltip = /*@__PURE__*/ proxyCustomElement(class PostTooltip extends H
4977
4977
  }
4978
4978
  render() {
4979
4979
  const popoverClass = `${this.arrow ? ' has-arrow' : ''}`;
4980
- return (h(Host, { key: '6d5e454da6fb46fb4446d8ed1deb8c6a9f2f2e0f', "data-version": version$1, role: "tooltip", onPointerOver: this.handleInterest, onPointerOut: this.handleInterestLost, onFocusIn: this.handleInterest, onFocusOut: this.handleInterestLost }, h("post-popovercontainer", { key: '7b626cd4699e4178fbd8506b88fae64c94ab1631', class: popoverClass, arrow: this.arrow, placement: this.placement, ref: (el) => (this.popoverRef = el) }, h("slot", { key: 'ae5721af16313dc3737947d2ae130e0514ef2dd8' }))));
4980
+ return (h(Host, { key: 'ad55746e219ca6f52779605a16e0002f18062351', "data-version": version$1, role: "tooltip", onPointerOver: this.handleInterest, onPointerOut: this.handleInterestLost, onFocusIn: this.handleInterest, onFocusOut: this.handleInterestLost }, h("post-popovercontainer", { key: 'd80bf2dbd80cd71ea0d1ce09dd95e362d8f768f3', class: popoverClass, arrow: this.arrow, placement: this.placement, ref: (el) => (this.popoverRef = el) }, h("slot", { key: 'c58554b173253a65ddba2d06255c955c8223a5ff' }))));
4981
4981
  }
4982
4982
  get host() { return this; }
4983
4983
  static get watchers() { return {