@swisspost/design-system-components 9.0.0-next.8 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (432) hide show
  1. package/dist/cjs/index-e1f32cce.js +16 -36
  2. package/dist/cjs/index.cjs.js +23 -44
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/{package-a2b895fc.js → package-3ed88bb9.js} +1 -1
  5. package/dist/cjs/{post-accordion-3ce01432.js → post-accordion-9ef382e8.js} +2 -2
  6. package/dist/cjs/post-accordion-item-5f685bee.js +52 -0
  7. package/dist/cjs/post-accordion-item.cjs.entry.js +2 -2
  8. package/dist/cjs/post-accordion.cjs.entry.js +2 -2
  9. package/dist/cjs/post-alert-88adc668.js +99 -0
  10. package/dist/cjs/{post-banner.cjs.entry.js → post-alert.cjs.entry.js} +3 -3
  11. package/dist/cjs/post-card-control-c6e5c427.js +272 -0
  12. package/dist/cjs/post-card-control.cjs.entry.js +2 -2
  13. package/dist/cjs/{post-collapsible-trigger-8ca4d85b.js → post-collapsible-trigger-1764e6dc.js} +12 -7
  14. package/dist/cjs/post-collapsible_2.cjs.entry.js +2 -3
  15. package/dist/cjs/post-components.cjs.js +1 -1
  16. package/dist/cjs/post-icon-f735da00.js +139 -0
  17. package/dist/cjs/{post-language-option.cjs.entry.js → post-icon.cjs.entry.js} +4 -3
  18. package/dist/cjs/post-logo-2cd8ae98.js +39 -0
  19. package/dist/cjs/{post-breadcrumb-item.cjs.entry.js → post-logo.cjs.entry.js} +3 -3
  20. package/dist/cjs/post-popover-36c854a4.js +131 -0
  21. package/dist/cjs/post-popover.cjs.entry.js +2 -3
  22. package/dist/cjs/{post-megadropdown-trigger-7376d867.js → post-popovercontainer-cb4793c1.js} +142 -545
  23. package/dist/cjs/post-popovercontainer.cjs.entry.js +11 -0
  24. package/dist/cjs/post-rating-d5073d8d.js +88 -0
  25. package/dist/cjs/post-rating.cjs.entry.js +2 -2
  26. package/dist/cjs/post-tab-header-b756d9b1.js +32 -0
  27. package/dist/cjs/post-tab-header.cjs.entry.js +2 -2
  28. package/dist/cjs/{post-tab-panel-34aed8e6.js → post-tab-panel-97b79ecd.js} +2 -2
  29. package/dist/cjs/post-tab-panel.cjs.entry.js +2 -2
  30. package/dist/cjs/{post-tabs-dd2da5d2.js → post-tabs-834497f2.js} +8 -6
  31. package/dist/cjs/post-tabs.cjs.entry.js +2 -2
  32. package/dist/cjs/post-tag-c70fb945.js +47 -0
  33. package/dist/cjs/post-tag.cjs.entry.js +2 -2
  34. package/dist/cjs/post-tooltip-20ebe011.js +69 -0
  35. package/dist/cjs/{post-tooltip-3e0c1509.js → post-tooltip-trigger-6f4c9748.js} +506 -556
  36. package/dist/cjs/post-tooltip-trigger.cjs.entry.js +12 -0
  37. package/dist/cjs/post-tooltip.cjs.entry.js +2 -6
  38. package/dist/collection/collection-manifest.json +3 -17
  39. package/dist/collection/components/post-accordion/post-accordion.css +1 -1
  40. package/dist/collection/components/post-accordion/post-accordion.js +2 -2
  41. package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -1
  42. package/dist/collection/components/post-accordion-item/post-accordion-item.js +8 -19
  43. package/dist/collection/components/post-alert/alert-types.js +1 -0
  44. package/dist/collection/components/post-alert/post-alert.css +35 -0
  45. package/dist/collection/components/{post-banner/post-banner.js → post-alert/post-alert.js} +68 -39
  46. package/dist/collection/components/post-card-control/post-card-control.css +30 -2
  47. package/dist/collection/components/post-card-control/post-card-control.js +8 -8
  48. package/dist/collection/components/post-collapsible/post-collapsible.js +2 -4
  49. package/dist/collection/components/post-icon/post-icon.css +1 -1
  50. package/dist/collection/components/post-icon/post-icon.js +52 -13
  51. package/dist/collection/components/post-logo/post-logo.js +1 -1
  52. package/dist/collection/components/post-popover/post-popover.css +30 -2
  53. package/dist/collection/components/post-popover/post-popover.js +10 -6
  54. package/dist/collection/components/post-popovercontainer/post-popovercontainer.css +31 -1
  55. package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +180 -52
  56. package/dist/collection/components/post-rating/post-rating.css +29 -1
  57. package/dist/collection/components/post-rating/post-rating.js +1 -1
  58. package/dist/collection/components/post-tab-header/post-tab-header.css +29 -1
  59. package/dist/collection/components/post-tab-header/post-tab-header.js +1 -1
  60. package/dist/collection/components/post-tab-panel/post-tab-panel.js +1 -1
  61. package/dist/collection/components/post-tabs/post-tabs.css +1 -1
  62. package/dist/collection/components/post-tabs/post-tabs.js +6 -4
  63. package/dist/collection/components/post-tag/post-tag.css +29 -1
  64. package/dist/collection/components/post-tag/post-tag.js +2 -2
  65. package/dist/collection/components/post-tooltip/post-tooltip.css +1 -1
  66. package/dist/collection/components/post-tooltip/post-tooltip.js +60 -213
  67. package/dist/collection/components/post-tooltip-trigger/post-tooltip-trigger.css +1 -0
  68. package/dist/collection/components/post-tooltip-trigger/post-tooltip-trigger.js +230 -0
  69. package/dist/collection/index.js +2 -16
  70. package/dist/components/index.js +2 -16
  71. package/dist/components/index2.js +1 -1
  72. package/dist/components/package.js +1 -1
  73. package/dist/components/post-accordion-item2.js +10 -27
  74. package/dist/components/post-accordion2.js +1 -1
  75. package/dist/components/{post-menu.d.ts → post-alert.d.ts} +4 -4
  76. package/dist/components/post-alert.js +6 -0
  77. package/dist/components/post-alert2.js +136 -0
  78. package/dist/components/post-card-control2.js +3 -3
  79. package/dist/components/post-collapsible-trigger2.js +8 -1
  80. package/dist/components/post-collapsible2.js +3 -5
  81. package/dist/components/post-icon2.js +54 -15
  82. package/dist/components/post-logo2.js +2 -2
  83. package/dist/components/post-popover2.js +35 -8
  84. package/dist/components/post-popovercontainer2.js +136 -41
  85. package/dist/components/post-rating2.js +2 -2
  86. package/dist/components/post-tab-header2.js +2 -2
  87. package/dist/components/post-tab-panel2.js +1 -1
  88. package/dist/components/post-tabs2.js +7 -5
  89. package/dist/components/post-tag2.js +2 -2
  90. package/dist/components/{post-banner.d.ts → post-tooltip-trigger.d.ts} +4 -4
  91. package/dist/components/post-tooltip-trigger.js +6 -0
  92. package/dist/components/post-tooltip-trigger2.js +4968 -0
  93. package/dist/components/post-tooltip2.js +32 -4962
  94. package/dist/docs.json +290 -1288
  95. package/dist/esm/{index-f8a00dc0.js → index-69587a51.js} +1 -1
  96. package/dist/esm/index-e1b64755.js +16 -36
  97. package/dist/esm/index.js +19 -26
  98. package/dist/esm/loader.js +1 -1
  99. package/dist/esm/package-983f957d.js +3 -0
  100. package/dist/esm/{post-accordion-19e88941.js → post-accordion-ad570427.js} +2 -2
  101. package/dist/esm/post-accordion-item-4db0aa2a.js +50 -0
  102. package/dist/esm/post-accordion-item.entry.js +3 -3
  103. package/dist/esm/post-accordion.entry.js +2 -2
  104. package/dist/esm/post-alert-1e9fbdfa.js +97 -0
  105. package/dist/esm/{post-banner.entry.js → post-alert.entry.js} +3 -3
  106. package/dist/esm/post-card-control-ccb189a8.js +270 -0
  107. package/dist/esm/post-card-control.entry.js +2 -2
  108. package/dist/esm/{post-collapsible-trigger-1d939eb6.js → post-collapsible-trigger-45fe328a.js} +12 -7
  109. package/dist/esm/post-collapsible_2.entry.js +3 -4
  110. package/dist/esm/post-components.js +1 -1
  111. package/dist/esm/post-icon-3fc4dd7d.js +137 -0
  112. package/dist/esm/post-icon.entry.js +8 -0
  113. package/dist/esm/post-logo-e6cdea13.js +37 -0
  114. package/dist/esm/post-logo.entry.js +7 -0
  115. package/dist/esm/post-popover-afdf4906.js +129 -0
  116. package/dist/esm/post-popover.entry.js +2 -3
  117. package/dist/esm/{post-megadropdown-trigger-210b4ab3.js → post-popovercontainer-b19b7606.js} +144 -538
  118. package/dist/esm/post-popovercontainer.entry.js +3 -0
  119. package/dist/esm/post-rating-f60024fa.js +86 -0
  120. package/dist/esm/post-rating.entry.js +2 -2
  121. package/dist/esm/post-tab-header-333e15d5.js +30 -0
  122. package/dist/esm/post-tab-header.entry.js +2 -2
  123. package/dist/esm/{post-tab-panel-afce8d40.js → post-tab-panel-0ddb05a2.js} +2 -2
  124. package/dist/esm/post-tab-panel.entry.js +2 -2
  125. package/dist/esm/{post-tabs-fbb42496.js → post-tabs-ab7853cf.js} +8 -6
  126. package/dist/esm/post-tabs.entry.js +2 -2
  127. package/dist/esm/post-tag-4a7d14b9.js +45 -0
  128. package/dist/esm/post-tag.entry.js +2 -2
  129. package/dist/esm/post-tooltip-c03cd719.js +67 -0
  130. package/dist/esm/{post-tooltip-7101ed24.js → post-tooltip-trigger-1fefc8ad.js} +506 -556
  131. package/dist/esm/post-tooltip-trigger.entry.js +4 -0
  132. package/dist/esm/post-tooltip.entry.js +2 -6
  133. package/dist/post-components/index.esm.js +1 -1
  134. package/dist/post-components/p-0a45da5e.entry.js +1 -0
  135. package/dist/post-components/p-12e82863.entry.js +1 -0
  136. package/dist/post-components/p-1386b77d.js +1 -0
  137. package/dist/post-components/p-1528b798.js +1 -0
  138. package/dist/post-components/p-18dc1299.entry.js +1 -0
  139. package/dist/post-components/p-1a8f6c84.entry.js +1 -0
  140. package/dist/post-components/p-256453ca.js +1 -0
  141. package/dist/post-components/p-3272ebad.js +1 -0
  142. package/dist/post-components/p-3596035e.js +1 -0
  143. package/dist/post-components/p-3668f4fa.entry.js +1 -0
  144. package/dist/post-components/p-375845d4.js +1 -0
  145. package/dist/post-components/p-381de59d.entry.js +1 -0
  146. package/dist/post-components/p-4e68c514.js +1 -0
  147. package/dist/post-components/p-4eb5d9a1.entry.js +1 -0
  148. package/dist/post-components/p-61a7d216.js +1 -0
  149. package/dist/post-components/{p-0338f9da.js → p-788e64fb.js} +1 -1
  150. package/dist/post-components/p-7d5b41d1.js +1 -0
  151. package/dist/post-components/p-82ea24e7.js +1 -0
  152. package/dist/post-components/p-85c4d04f.js +1 -0
  153. package/dist/post-components/p-85c6d001.entry.js +1 -0
  154. package/dist/post-components/p-8e555dda.js +15 -0
  155. package/dist/post-components/p-962a6f36.entry.js +1 -0
  156. package/dist/post-components/p-a76c71bc.js +1 -0
  157. package/dist/post-components/p-a7e8fd41.entry.js +1 -0
  158. package/dist/post-components/p-ac216bd0.entry.js +1 -0
  159. package/dist/post-components/p-b17ecbee.entry.js +1 -0
  160. package/dist/post-components/p-bb4227ad.entry.js +1 -0
  161. package/dist/post-components/p-bc294d0b.js +1 -0
  162. package/dist/post-components/p-d0b3c5d3.entry.js +1 -0
  163. package/dist/post-components/p-d4e148d8.entry.js +1 -0
  164. package/dist/post-components/p-d9809281.js +1 -0
  165. package/dist/post-components/p-eb1e7a49.js +1 -0
  166. package/dist/post-components/p-f35291d5.entry.js +1 -0
  167. package/dist/post-components/p-fc3bfe08.js +1 -0
  168. package/dist/post-components/post-components.esm.js +1 -1
  169. package/dist/types/components/post-accordion/post-accordion.d.ts +1 -1
  170. package/dist/types/components/post-accordion-item/post-accordion-item.d.ts +1 -5
  171. package/dist/types/components/post-alert/alert-types.d.ts +2 -0
  172. package/dist/types/components/post-alert/post-alert.d.ts +54 -0
  173. package/dist/types/components/post-card-control/post-card-control.d.ts +7 -7
  174. package/dist/types/components/post-icon/post-icon.d.ts +1 -1
  175. package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +31 -13
  176. package/dist/types/components/post-tag/post-tag.d.ts +1 -1
  177. package/dist/types/components/post-tooltip/post-tooltip.d.ts +20 -34
  178. package/dist/types/components/post-tooltip-trigger/post-tooltip-trigger.d.ts +47 -0
  179. package/dist/types/components.d.ts +124 -490
  180. package/dist/types/index.d.ts +2 -16
  181. package/loaders/index.d.ts +4 -32
  182. package/loaders/index.js +4 -18
  183. package/loaders/index2.js +1 -1
  184. package/loaders/package.js +1 -1
  185. package/loaders/post-accordion-item.js +11 -28
  186. package/loaders/post-accordion.js +1 -1
  187. package/loaders/{post-menu.d.ts → post-alert.d.ts} +4 -4
  188. package/loaders/post-alert.js +139 -0
  189. package/loaders/post-card-control.js +3 -3
  190. package/loaders/post-collapsible-trigger2.js +8 -1
  191. package/loaders/post-collapsible2.js +3 -5
  192. package/loaders/post-icon2.js +54 -15
  193. package/loaders/post-logo.js +2 -2
  194. package/loaders/post-popover.js +35 -8
  195. package/loaders/post-popovercontainer2.js +136 -41
  196. package/loaders/post-rating.js +2 -2
  197. package/loaders/post-tab-header.js +2 -2
  198. package/loaders/post-tab-panel.js +1 -1
  199. package/loaders/post-tabs.js +7 -5
  200. package/loaders/post-tag.js +2 -2
  201. package/loaders/{post-avatar.d.ts → post-tooltip-trigger.d.ts} +4 -4
  202. package/loaders/post-tooltip-trigger.js +4971 -0
  203. package/loaders/post-tooltip.js +32 -4962
  204. package/package.json +5 -7
  205. package/dist/cjs/attribute-observer-10f08c04.js +0 -27
  206. package/dist/cjs/get-root-7a3498ef.js +0 -11
  207. package/dist/cjs/post-accordion-item-81601b1e.js +0 -62
  208. package/dist/cjs/post-avatar-b1c97f51.js +0 -148
  209. package/dist/cjs/post-avatar.cjs.entry.js +0 -13
  210. package/dist/cjs/post-back-to-top-0ce98569.js +0 -98
  211. package/dist/cjs/post-back-to-top.cjs.entry.js +0 -14
  212. package/dist/cjs/post-banner-8611eab5.js +0 -90
  213. package/dist/cjs/post-breadcrumb-item-2075462a.js +0 -49
  214. package/dist/cjs/post-card-control-acd30573.js +0 -272
  215. package/dist/cjs/post-closebutton_10.cjs.entry.js +0 -25
  216. package/dist/cjs/post-language-option-cf32d0ed.js +0 -68
  217. package/dist/cjs/post-menu-a3b7b63b.js +0 -176
  218. package/dist/cjs/post-menu-item-28ab1a72.js +0 -20
  219. package/dist/cjs/post-menu-item.cjs.entry.js +0 -11
  220. package/dist/cjs/post-menu-trigger-821839f5.js +0 -75
  221. package/dist/cjs/post-menu-trigger.cjs.entry.js +0 -13
  222. package/dist/cjs/post-menu.cjs.entry.js +0 -11
  223. package/dist/cjs/post-popover-c4f50134.js +0 -104
  224. package/dist/cjs/post-rating-3a87ca46.js +0 -88
  225. package/dist/cjs/post-tab-header-5fdb05a1.js +0 -32
  226. package/dist/cjs/post-tag-59232922.js +0 -47
  227. package/dist/cjs/post-togglebutton-59c6357b.js +0 -28
  228. package/dist/cjs/post-togglebutton.cjs.entry.js +0 -11
  229. package/dist/collection/animations/slide.js +0 -23
  230. package/dist/collection/components/post-avatar/post-avatar.css +0 -3
  231. package/dist/collection/components/post-avatar/post-avatar.js +0 -237
  232. package/dist/collection/components/post-back-to-top/post-back-to-top.css +0 -1
  233. package/dist/collection/components/post-back-to-top/post-back-to-top.js +0 -107
  234. package/dist/collection/components/post-banner/banner-types.js +0 -1
  235. package/dist/collection/components/post-banner/post-banner.css +0 -3
  236. package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.css +0 -1
  237. package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.js +0 -83
  238. package/dist/collection/components/post-closebutton/post-closebutton.js +0 -12
  239. package/dist/collection/components/post-header/post-header.css +0 -1
  240. package/dist/collection/components/post-header/post-header.js +0 -103
  241. package/dist/collection/components/post-language-option/post-language-option.css +0 -3
  242. package/dist/collection/components/post-language-option/post-language-option.js +0 -191
  243. package/dist/collection/components/post-list/post-list.css +0 -3
  244. package/dist/collection/components/post-list/post-list.js +0 -87
  245. package/dist/collection/components/post-list-item/post-list-item.css +0 -1
  246. package/dist/collection/components/post-list-item/post-list-item.js +0 -25
  247. package/dist/collection/components/post-mainnavigation/post-mainnavigation.css +0 -1
  248. package/dist/collection/components/post-mainnavigation/post-mainnavigation.js +0 -61
  249. package/dist/collection/components/post-megadropdown/post-megadropdown.css +0 -1
  250. package/dist/collection/components/post-megadropdown/post-megadropdown.js +0 -137
  251. package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.css +0 -1
  252. package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.js +0 -48
  253. package/dist/collection/components/post-menu/post-menu.css +0 -3
  254. package/dist/collection/components/post-menu/post-menu.js +0 -278
  255. package/dist/collection/components/post-menu-item/post-menu-item.css +0 -1
  256. package/dist/collection/components/post-menu-item/post-menu-item.js +0 -20
  257. package/dist/collection/components/post-menu-trigger/post-menu-trigger.css +0 -1
  258. package/dist/collection/components/post-menu-trigger/post-menu-trigger.js +0 -104
  259. package/dist/collection/components/post-togglebutton/post-togglebutton.css +0 -1
  260. package/dist/collection/components/post-togglebutton/post-togglebutton.js +0 -56
  261. package/dist/collection/utils/is-focusable.js +0 -26
  262. package/dist/components/attribute-observer.js +0 -25
  263. package/dist/components/get-root.js +0 -9
  264. package/dist/components/post-avatar.d.ts +0 -11
  265. package/dist/components/post-avatar.js +0 -6
  266. package/dist/components/post-avatar2.js +0 -173
  267. package/dist/components/post-back-to-top.d.ts +0 -11
  268. package/dist/components/post-back-to-top.js +0 -6
  269. package/dist/components/post-back-to-top2.js +0 -123
  270. package/dist/components/post-banner.js +0 -6
  271. package/dist/components/post-banner2.js +0 -125
  272. package/dist/components/post-breadcrumb-item.d.ts +0 -11
  273. package/dist/components/post-breadcrumb-item.js +0 -6
  274. package/dist/components/post-breadcrumb-item2.js +0 -72
  275. package/dist/components/post-closebutton.d.ts +0 -11
  276. package/dist/components/post-closebutton.js +0 -6
  277. package/dist/components/post-closebutton2.js +0 -34
  278. package/dist/components/post-header.d.ts +0 -11
  279. package/dist/components/post-header.js +0 -6
  280. package/dist/components/post-header2.js +0 -235
  281. package/dist/components/post-language-option.d.ts +0 -11
  282. package/dist/components/post-language-option.js +0 -6
  283. package/dist/components/post-language-option2.js +0 -92
  284. package/dist/components/post-list-item.d.ts +0 -11
  285. package/dist/components/post-list-item.js +0 -6
  286. package/dist/components/post-list-item2.js +0 -35
  287. package/dist/components/post-list.d.ts +0 -11
  288. package/dist/components/post-list.js +0 -6
  289. package/dist/components/post-list2.js +0 -53
  290. package/dist/components/post-mainnavigation.d.ts +0 -11
  291. package/dist/components/post-mainnavigation.js +0 -6
  292. package/dist/components/post-mainnavigation2.js +0 -48
  293. package/dist/components/post-megadropdown-trigger.d.ts +0 -11
  294. package/dist/components/post-megadropdown-trigger.js +0 -6
  295. package/dist/components/post-megadropdown-trigger2.js +0 -39
  296. package/dist/components/post-megadropdown.d.ts +0 -11
  297. package/dist/components/post-megadropdown.js +0 -6
  298. package/dist/components/post-megadropdown2.js +0 -67
  299. package/dist/components/post-menu-item.d.ts +0 -11
  300. package/dist/components/post-menu-item.js +0 -6
  301. package/dist/components/post-menu-item2.js +0 -33
  302. package/dist/components/post-menu-trigger.d.ts +0 -11
  303. package/dist/components/post-menu-trigger.js +0 -6
  304. package/dist/components/post-menu-trigger2.js +0 -92
  305. package/dist/components/post-menu.js +0 -6
  306. package/dist/components/post-menu2.js +0 -201
  307. package/dist/components/post-togglebutton.d.ts +0 -11
  308. package/dist/components/post-togglebutton.js +0 -6
  309. package/dist/components/post-togglebutton2.js +0 -43
  310. package/dist/esm/attribute-observer-37fa950a.js +0 -25
  311. package/dist/esm/get-root-7af2e0d1.js +0 -9
  312. package/dist/esm/package-9cafe148.js +0 -3
  313. package/dist/esm/post-accordion-item-33bbe4de.js +0 -60
  314. package/dist/esm/post-avatar-d15a9f9e.js +0 -146
  315. package/dist/esm/post-avatar.entry.js +0 -5
  316. package/dist/esm/post-back-to-top-bcf46150.js +0 -96
  317. package/dist/esm/post-back-to-top.entry.js +0 -6
  318. package/dist/esm/post-banner-bf5e6a18.js +0 -88
  319. package/dist/esm/post-breadcrumb-item-e3b41f74.js +0 -47
  320. package/dist/esm/post-breadcrumb-item.entry.js +0 -7
  321. package/dist/esm/post-card-control-f0788f6f.js +0 -270
  322. package/dist/esm/post-closebutton_10.entry.js +0 -8
  323. package/dist/esm/post-language-option-1436370d.js +0 -66
  324. package/dist/esm/post-language-option.entry.js +0 -7
  325. package/dist/esm/post-menu-e853e28b.js +0 -174
  326. package/dist/esm/post-menu-item-86d4c7ab.js +0 -18
  327. package/dist/esm/post-menu-item.entry.js +0 -3
  328. package/dist/esm/post-menu-trigger-80c2bdf4.js +0 -73
  329. package/dist/esm/post-menu-trigger.entry.js +0 -5
  330. package/dist/esm/post-menu.entry.js +0 -3
  331. package/dist/esm/post-popover-7195d05a.js +0 -102
  332. package/dist/esm/post-rating-8baf86fe.js +0 -86
  333. package/dist/esm/post-tab-header-a1d1d9d0.js +0 -30
  334. package/dist/esm/post-tag-d67b6a19.js +0 -45
  335. package/dist/esm/post-togglebutton-c3fb912d.js +0 -26
  336. package/dist/esm/post-togglebutton.entry.js +0 -3
  337. package/dist/post-components/p-00fa0152.js +0 -1
  338. package/dist/post-components/p-1667387e.entry.js +0 -1
  339. package/dist/post-components/p-19551c18.entry.js +0 -1
  340. package/dist/post-components/p-1b627f80.js +0 -1
  341. package/dist/post-components/p-24673919.js +0 -1
  342. package/dist/post-components/p-266b734f.entry.js +0 -1
  343. package/dist/post-components/p-282115c4.js +0 -1
  344. package/dist/post-components/p-2d0ffc1e.entry.js +0 -1
  345. package/dist/post-components/p-45018d7e.entry.js +0 -1
  346. package/dist/post-components/p-485dafcf.js +0 -1
  347. package/dist/post-components/p-4a647a78.js +0 -1
  348. package/dist/post-components/p-4abfa65b.js +0 -1
  349. package/dist/post-components/p-517f2b1f.entry.js +0 -1
  350. package/dist/post-components/p-55224ee7.entry.js +0 -1
  351. package/dist/post-components/p-558a9849.js +0 -1
  352. package/dist/post-components/p-59b31557.js +0 -1
  353. package/dist/post-components/p-5d1db85c.entry.js +0 -1
  354. package/dist/post-components/p-61e79941.js +0 -1
  355. package/dist/post-components/p-679978de.entry.js +0 -1
  356. package/dist/post-components/p-6a842b96.entry.js +0 -1
  357. package/dist/post-components/p-6adeaa6c.js +0 -1
  358. package/dist/post-components/p-6cea23cd.js +0 -15
  359. package/dist/post-components/p-71f03424.js +0 -1
  360. package/dist/post-components/p-8c2568c1.entry.js +0 -1
  361. package/dist/post-components/p-8fd3a3cb.entry.js +0 -1
  362. package/dist/post-components/p-939f2ba7.js +0 -1
  363. package/dist/post-components/p-a4c39296.entry.js +0 -1
  364. package/dist/post-components/p-af5d3b89.entry.js +0 -1
  365. package/dist/post-components/p-b4423249.entry.js +0 -1
  366. package/dist/post-components/p-c31a7d65.entry.js +0 -1
  367. package/dist/post-components/p-c544bb82.js +0 -1
  368. package/dist/post-components/p-ccb6dfa1.js +0 -1
  369. package/dist/post-components/p-d0b8820a.js +0 -1
  370. package/dist/post-components/p-d36adfb5.js +0 -1
  371. package/dist/post-components/p-da6a8268.entry.js +0 -1
  372. package/dist/post-components/p-ece14d88.js +0 -1
  373. package/dist/post-components/p-f0f8427e.js +0 -1
  374. package/dist/post-components/p-f2e1b4d8.js +0 -1
  375. package/dist/post-components/p-f627744e.js +0 -1
  376. package/dist/post-components/p-f7b6b96a.entry.js +0 -1
  377. package/dist/post-components/p-f812e93d.entry.js +0 -1
  378. package/dist/post-components/p-f8d41c32.js +0 -1
  379. package/dist/post-components/p-fc91cbc2.js +0 -1
  380. package/dist/post-components/p-fe516cdf.entry.js +0 -1
  381. package/dist/post-components/p-fe7467fb.entry.js +0 -1
  382. package/dist/types/animations/slide.d.ts +0 -2
  383. package/dist/types/components/post-avatar/post-avatar.d.ts +0 -51
  384. package/dist/types/components/post-back-to-top/post-back-to-top.d.ts +0 -19
  385. package/dist/types/components/post-banner/banner-types.d.ts +0 -2
  386. package/dist/types/components/post-banner/post-banner.d.ts +0 -49
  387. package/dist/types/components/post-breadcrumb-item/post-breadcrumb-item.d.ts +0 -15
  388. package/dist/types/components/post-closebutton/post-closebutton.d.ts +0 -7
  389. package/dist/types/components/post-header/post-header.d.ts +0 -16
  390. package/dist/types/components/post-language-option/post-language-option.d.ts +0 -40
  391. package/dist/types/components/post-list/post-list.d.ts +0 -24
  392. package/dist/types/components/post-list-item/post-list-item.d.ts +0 -8
  393. package/dist/types/components/post-mainnavigation/post-mainnavigation.d.ts +0 -10
  394. package/dist/types/components/post-megadropdown/post-megadropdown.d.ts +0 -23
  395. package/dist/types/components/post-megadropdown-trigger/post-megadropdown-trigger.d.ts +0 -10
  396. package/dist/types/components/post-menu/post-menu.d.ts +0 -47
  397. package/dist/types/components/post-menu-item/post-menu-item.d.ts +0 -4
  398. package/dist/types/components/post-menu-trigger/post-menu-trigger.d.ts +0 -27
  399. package/dist/types/components/post-togglebutton/post-togglebutton.d.ts +0 -13
  400. package/dist/types/utils/is-focusable.d.ts +0 -1
  401. package/loaders/attribute-observer.js +0 -25
  402. package/loaders/get-root.js +0 -9
  403. package/loaders/post-avatar.js +0 -176
  404. package/loaders/post-back-to-top.d.ts +0 -11
  405. package/loaders/post-back-to-top.js +0 -126
  406. package/loaders/post-banner.d.ts +0 -11
  407. package/loaders/post-banner.js +0 -128
  408. package/loaders/post-breadcrumb-item.d.ts +0 -11
  409. package/loaders/post-breadcrumb-item.js +0 -75
  410. package/loaders/post-closebutton.d.ts +0 -11
  411. package/loaders/post-closebutton.js +0 -37
  412. package/loaders/post-header.d.ts +0 -11
  413. package/loaders/post-header.js +0 -238
  414. package/loaders/post-language-option.d.ts +0 -11
  415. package/loaders/post-language-option.js +0 -95
  416. package/loaders/post-list-item.d.ts +0 -11
  417. package/loaders/post-list-item.js +0 -38
  418. package/loaders/post-list.d.ts +0 -11
  419. package/loaders/post-list.js +0 -56
  420. package/loaders/post-mainnavigation.d.ts +0 -11
  421. package/loaders/post-mainnavigation.js +0 -51
  422. package/loaders/post-megadropdown-trigger.d.ts +0 -11
  423. package/loaders/post-megadropdown-trigger.js +0 -42
  424. package/loaders/post-megadropdown.d.ts +0 -11
  425. package/loaders/post-megadropdown.js +0 -70
  426. package/loaders/post-menu-item.d.ts +0 -11
  427. package/loaders/post-menu-item.js +0 -36
  428. package/loaders/post-menu-trigger.d.ts +0 -11
  429. package/loaders/post-menu-trigger.js +0 -95
  430. package/loaders/post-menu.js +0 -204
  431. package/loaders/post-togglebutton.d.ts +0 -11
  432. package/loaders/post-togglebutton.js +0 -46
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-12-09T15:52:20",
2
+ "timestamp": "2025-05-12T14:46:32",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.19.2",
@@ -65,8 +65,8 @@
65
65
  "type": "number"
66
66
  }
67
67
  ],
68
- "optional": false,
69
- "required": true
68
+ "optional": true,
69
+ "required": false
70
70
  },
71
71
  {
72
72
  "name": "multiple",
@@ -198,10 +198,6 @@
198
198
  "readme": "# post-accordion-item\n\n\n",
199
199
  "docs": "",
200
200
  "docsTags": [
201
- {
202
- "name": "slot",
203
- "text": "logo - Slot for the placing a logo before the header."
204
- },
205
201
  {
206
202
  "name": "slot",
207
203
  "text": "header - Slot for placing custom content within the accordion item's header."
@@ -259,6 +255,7 @@
259
255
  "text": "set the `heading-level` property on the parent `post-accordion` instead."
260
256
  }
261
257
  ],
258
+ "default": "2",
262
259
  "deprecation": "set the `heading-level` property on the parent `post-accordion` instead.",
263
260
  "values": [
264
261
  {
@@ -343,10 +340,6 @@
343
340
  {
344
341
  "name": "header",
345
342
  "docs": "Slot for placing custom content within the accordion item's header."
346
- },
347
- {
348
- "name": "logo",
349
- "docs": "Slot for the placing a logo before the header."
350
343
  }
351
344
  ],
352
345
  "parts": [
@@ -358,142 +351,39 @@
358
351
  "dependents": [],
359
352
  "dependencies": [
360
353
  "post-collapsible-trigger",
361
- "post-icon",
362
354
  "post-collapsible"
363
355
  ],
364
356
  "dependencyGraph": {
365
357
  "post-accordion-item": [
366
358
  "post-collapsible-trigger",
367
- "post-icon",
368
359
  "post-collapsible"
369
360
  ]
370
361
  }
371
362
  },
372
363
  {
373
- "filePath": "src/components/post-avatar/post-avatar.tsx",
364
+ "filePath": "src/components/post-alert/post-alert.tsx",
374
365
  "encapsulation": "shadow",
375
- "tag": "post-avatar",
376
- "readme": "# post-avatar\n\n\n",
366
+ "tag": "post-alert",
367
+ "readme": "# post-alert\n\n\n",
377
368
  "docs": "",
378
369
  "docsTags": [
379
370
  {
380
371
  "name": "slot",
381
- "text": "default - Slot for inserting a custom image as avatar."
382
- }
383
- ],
384
- "usage": {},
385
- "props": [
386
- {
387
- "name": "email",
388
- "type": "string",
389
- "complexType": {
390
- "original": "string",
391
- "resolved": "string",
392
- "references": {}
393
- },
394
- "mutable": false,
395
- "attr": "email",
396
- "reflectToAttr": false,
397
- "docs": "Defines the users email address associated with a gravatar profile picture.",
398
- "docsTags": [],
399
- "values": [
400
- {
401
- "type": "string"
402
- }
403
- ],
404
- "optional": true,
405
- "required": false
406
- },
407
- {
408
- "name": "firstname",
409
- "type": "string",
410
- "complexType": {
411
- "original": "string",
412
- "resolved": "string",
413
- "references": {}
414
- },
415
- "mutable": false,
416
- "attr": "firstname",
417
- "reflectToAttr": false,
418
- "docs": "Defines the users firstname.",
419
- "docsTags": [],
420
- "values": [
421
- {
422
- "type": "string"
423
- }
424
- ],
425
- "optional": false,
426
- "required": true
372
+ "text": "heading - Slot for placing custom content within the alert's heading."
427
373
  },
428
374
  {
429
- "name": "lastname",
430
- "type": "string",
431
- "complexType": {
432
- "original": "string",
433
- "resolved": "string",
434
- "references": {}
435
- },
436
- "mutable": false,
437
- "attr": "lastname",
438
- "reflectToAttr": false,
439
- "docs": "Defines the users lastname.",
440
- "docsTags": [],
441
- "values": [
442
- {
443
- "type": "string"
444
- }
445
- ],
446
- "optional": true,
447
- "required": false
375
+ "name": "slot",
376
+ "text": "actions - Slot for placing custom actions (buttons, links, etc.) within the alert."
448
377
  },
449
378
  {
450
- "name": "userid",
451
- "type": "string",
452
- "complexType": {
453
- "original": "string",
454
- "resolved": "string",
455
- "references": {}
456
- },
457
- "mutable": false,
458
- "attr": "userid",
459
- "reflectToAttr": false,
460
- "docs": "Defines the company internal userId.<div className=\"mb-1 banner banner-warning banner-sm\">Can only be used on post.ch domains!</div>",
461
- "docsTags": [],
462
- "values": [
463
- {
464
- "type": "string"
465
- }
466
- ],
467
- "optional": true,
468
- "required": false
469
- }
470
- ],
471
- "methods": [],
472
- "events": [],
473
- "listeners": [],
474
- "styles": [],
475
- "slots": [
476
- {
477
- "name": "default",
478
- "docs": "Slot for inserting a custom image as avatar."
379
+ "name": "slot",
380
+ "text": "default - Slot for placing the main content/message of the alert."
479
381
  }
480
382
  ],
481
- "parts": [],
482
- "dependents": [],
483
- "dependencies": [],
484
- "dependencyGraph": {}
485
- },
486
- {
487
- "filePath": "src/components/post-back-to-top/post-back-to-top.tsx",
488
- "encapsulation": "shadow",
489
- "tag": "post-back-to-top",
490
- "readme": "# post-back-to-top\n\n\n",
491
- "docs": "",
492
- "docsTags": [],
493
383
  "usage": {},
494
384
  "props": [
495
385
  {
496
- "name": "label",
386
+ "name": "dismissLabel",
497
387
  "type": "string",
498
388
  "complexType": {
499
389
  "original": "string",
@@ -501,9 +391,9 @@
501
391
  "references": {}
502
392
  },
503
393
  "mutable": false,
504
- "attr": "label",
394
+ "attr": "dismiss-label",
505
395
  "reflectToAttr": false,
506
- "docs": "The label of the back-to-top button, intended solely for accessibility purposes.\nThis label is always hidden from view.",
396
+ "docs": "The label to use for the close button of a dismissible alert.",
507
397
  "docsTags": [],
508
398
  "values": [
509
399
  {
@@ -511,70 +401,32 @@
511
401
  }
512
402
  ],
513
403
  "optional": false,
514
- "required": true
515
- }
516
- ],
517
- "methods": [],
518
- "events": [],
519
- "listeners": [],
520
- "styles": [],
521
- "slots": [],
522
- "parts": [],
523
- "dependents": [],
524
- "dependencies": [
525
- "post-icon"
526
- ],
527
- "dependencyGraph": {
528
- "post-back-to-top": [
529
- "post-icon"
530
- ]
531
- }
532
- },
533
- {
534
- "filePath": "src/components/post-banner/post-banner.tsx",
535
- "encapsulation": "shadow",
536
- "tag": "post-banner",
537
- "readme": "# post-alert\n\n\n",
538
- "docs": "",
539
- "docsTags": [
540
- {
541
- "name": "slot",
542
- "text": "heading - Slot for placing custom content within the banner's heading."
543
- },
544
- {
545
- "name": "slot",
546
- "text": "actions - Slot for placing custom actions (buttons, links, etc.) within the banner."
404
+ "required": false
547
405
  },
548
406
  {
549
- "name": "slot",
550
- "text": "default - Slot for placing the main content/message of the banner."
551
- }
552
- ],
553
- "usage": {},
554
- "props": [
555
- {
556
- "name": "dismissLabel",
557
- "type": "string",
407
+ "name": "dismissible",
408
+ "type": "boolean",
558
409
  "complexType": {
559
- "original": "string",
560
- "resolved": "string",
410
+ "original": "boolean",
411
+ "resolved": "boolean",
561
412
  "references": {}
562
413
  },
563
414
  "mutable": false,
564
- "attr": "dismiss-label",
415
+ "attr": "dismissible",
565
416
  "reflectToAttr": false,
566
- "docs": "The label to use for the close button of a dismissible banner.",
417
+ "docs": "If `true`, a close button (×) is displayed and the alert can be dismissed by the user.",
567
418
  "docsTags": [],
419
+ "default": "false",
568
420
  "values": [
569
421
  {
570
- "type": "string"
422
+ "type": "boolean"
571
423
  }
572
424
  ],
573
425
  "optional": false,
574
426
  "required": false
575
427
  },
576
428
  {
577
- "name": "dismissible",
429
+ "name": "fixed",
578
430
  "type": "boolean",
579
431
  "complexType": {
580
432
  "original": "boolean",
@@ -582,9 +434,9 @@
582
434
  "references": {}
583
435
  },
584
436
  "mutable": false,
585
- "attr": "dismissible",
437
+ "attr": "fixed",
586
438
  "reflectToAttr": false,
587
- "docs": "If `true`, a close button (×) is displayed and the banner can be dismissed by the user.",
439
+ "docs": "If `true`, the alert is positioned at the bottom of the window, from edge to edge.",
588
440
  "docsTags": [],
589
441
  "default": "false",
590
442
  "values": [
@@ -606,7 +458,7 @@
606
458
  "mutable": false,
607
459
  "attr": "icon",
608
460
  "reflectToAttr": false,
609
- "docs": "The icon to display in the banner. By default, the icon depends on the banner type.\n\nIf `none`, no icon is displayed.",
461
+ "docs": "The icon to display in the alert. By default, the icon depends on the alert type.\n\nIf `none`, no icon is displayed.",
610
462
  "docsTags": [],
611
463
  "values": [
612
464
  {
@@ -618,35 +470,39 @@
618
470
  },
619
471
  {
620
472
  "name": "type",
621
- "type": "\"danger\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
473
+ "type": "\"danger\" | \"gray\" | \"info\" | \"primary\" | \"success\" | \"warning\"",
622
474
  "complexType": {
623
- "original": "BannerType",
624
- "resolved": "\"danger\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
475
+ "original": "AlertType",
476
+ "resolved": "\"danger\" | \"gray\" | \"info\" | \"primary\" | \"success\" | \"warning\"",
625
477
  "references": {
626
- "BannerType": {
478
+ "AlertType": {
627
479
  "location": "import",
628
- "path": "./banner-types",
629
- "id": "src/components/post-banner/banner-types.ts::BannerType"
480
+ "path": "./alert-types",
481
+ "id": "src/components/post-alert/alert-types.ts::AlertType"
630
482
  }
631
483
  }
632
484
  },
633
485
  "mutable": false,
634
486
  "attr": "type",
635
487
  "reflectToAttr": false,
636
- "docs": "The type of the banner.",
488
+ "docs": "The type of the alert.",
637
489
  "docsTags": [],
638
- "default": "'neutral'",
490
+ "default": "'primary'",
639
491
  "values": [
640
492
  {
641
493
  "value": "danger",
642
494
  "type": "string"
643
495
  },
496
+ {
497
+ "value": "gray",
498
+ "type": "string"
499
+ },
644
500
  {
645
501
  "value": "info",
646
502
  "type": "string"
647
503
  },
648
504
  {
649
- "value": "neutral",
505
+ "value": "primary",
650
506
  "type": "string"
651
507
  },
652
508
  {
@@ -682,7 +538,7 @@
682
538
  },
683
539
  "signature": "dismiss() => Promise<void>",
684
540
  "parameters": [],
685
- "docs": "Triggers banner dismissal programmatically (same as clicking on the close button (×)).",
541
+ "docs": "Triggers alert dismissal programmatically (same as clicking on the close button (×)).",
686
542
  "docsTags": []
687
543
  }
688
544
  ],
@@ -698,7 +554,7 @@
698
554
  },
699
555
  "cancelable": true,
700
556
  "composed": true,
701
- "docs": "An event emitted when the banner element is dismissed, after the transition.\nIt has no payload and only relevant for dismissible banners.",
557
+ "docs": "An event emitted when the alert element is dismissed, after the transition.\nIt has no payload and only relevant for dismissible alerts.",
702
558
  "docsTags": []
703
559
  }
704
560
  ],
@@ -707,80 +563,15 @@
707
563
  "slots": [
708
564
  {
709
565
  "name": "actions",
710
- "docs": "Slot for placing custom actions (buttons, links, etc.) within the banner."
566
+ "docs": "Slot for placing custom actions (buttons, links, etc.) within the alert."
711
567
  },
712
568
  {
713
569
  "name": "default",
714
- "docs": "Slot for placing the main content/message of the banner."
570
+ "docs": "Slot for placing the main content/message of the alert."
715
571
  },
716
572
  {
717
573
  "name": "heading",
718
- "docs": "Slot for placing custom content within the banner's heading."
719
- }
720
- ],
721
- "parts": [],
722
- "dependents": [],
723
- "dependencies": [
724
- "post-icon"
725
- ],
726
- "dependencyGraph": {
727
- "post-banner": [
728
- "post-icon"
729
- ]
730
- }
731
- },
732
- {
733
- "filePath": "src/components/post-breadcrumb-item/post-breadcrumb-item.tsx",
734
- "encapsulation": "shadow",
735
- "tag": "post-breadcrumb-item",
736
- "readme": "# post-breadcrumb-item\n\n\n",
737
- "docs": "",
738
- "docsTags": [
739
- {
740
- "name": "slot",
741
- "text": "default - Slot for placing the text inside the breadcrumb item."
742
- }
743
- ],
744
- "usage": {},
745
- "props": [
746
- {
747
- "name": "url",
748
- "type": "URL | string",
749
- "complexType": {
750
- "original": "string | URL",
751
- "resolved": "URL | string",
752
- "references": {
753
- "URL": {
754
- "location": "global",
755
- "id": "global::URL"
756
- }
757
- }
758
- },
759
- "mutable": false,
760
- "attr": "url",
761
- "reflectToAttr": false,
762
- "docs": "The optional URL to which the breadcrumb item will link.",
763
- "docsTags": [],
764
- "values": [
765
- {
766
- "type": "URL"
767
- },
768
- {
769
- "type": "string"
770
- }
771
- ],
772
- "optional": true,
773
- "required": false
774
- }
775
- ],
776
- "methods": [],
777
- "events": [],
778
- "listeners": [],
779
- "styles": [],
780
- "slots": [
781
- {
782
- "name": "default",
783
- "docs": "Slot for placing the text inside the breadcrumb item."
574
+ "docs": "Slot for placing custom content within the alert's heading."
784
575
  }
785
576
  ],
786
577
  "parts": [],
@@ -789,7 +580,7 @@
789
580
  "post-icon"
790
581
  ],
791
582
  "dependencyGraph": {
792
- "post-breadcrumb-item": [
583
+ "post-alert": [
793
584
  "post-icon"
794
585
  ]
795
586
  }
@@ -807,11 +598,11 @@
807
598
  },
808
599
  {
809
600
  "name": "slot",
810
- "text": "default - Content to place into the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt\">block content</a>.<p className=\"banner banner-sm banner-warning\">Even if it is generally possible, we do not recommend using interactive elements in this slot because the background of the card control is clickable.<br/>This can lead to confusion when the hit box of nested interactive controls is not clearly separated from the background, is invalid HTML and click events bubbling up to the card control will unexpectedly toggle it if they're not captured.<br/>More info: <a href=\"https://accessibilityinsights.io/info-examples/web/nested-interactive/\">https://accessibilityinsights.io/info-examples/web/nested-interactive/</a></p>"
601
+ "text": "default - Content to place into the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt\">block content</a>.<p className=\"alert alert-sm alert-warning\">Even if it is generally possible, we do not recommend using interactive elements in this slot because the background of the card control is clickable.<br/>This can lead to confusion when the hit box of nested interactive controls is not clearly separated from the background, is invalid HTML and click events bubbling up to the card control will unexpectedly toggle it if they're not captured.<br/>More info: <a href=\"https://accessibilityinsights.io/info-examples/web/nested-interactive/\">https://accessibilityinsights.io/info-examples/web/nested-interactive/</a></p>"
811
602
  },
812
603
  {
813
604
  "name": "slot",
814
- "text": "icon - To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.<p className=\"banner banner-sm banner-info\">It is only meant for <code>img</code> or <code>svg</code> elements and overrides the `icon` property.</p>"
605
+ "text": "icon - To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.<p className=\"alert alert-sm alert-info\">It is only meant for <code>img</code> or <code>svg</code> elements and overrides the `icon` property.</p>"
815
606
  }
816
607
  ],
817
608
  "usage": {},
@@ -893,7 +684,7 @@
893
684
  "mutable": false,
894
685
  "attr": "icon",
895
686
  "reflectToAttr": false,
896
- "docs": "Defines the icon `name` inside the card.\n<span className=\"banner banner-sm banner-info\">If not set the icon will not show up.</span>",
687
+ "docs": "Defines the icon `name` inside the card.\n<span className=\"alert alert-sm alert-info\">If not set the icon will not show up.</span>",
897
688
  "docsTags": [],
898
689
  "default": "null",
899
690
  "values": [
@@ -936,7 +727,7 @@
936
727
  "mutable": false,
937
728
  "attr": "name",
938
729
  "reflectToAttr": false,
939
- "docs": "Defines the `name` attribute of the control.\n<span className=\"banner banner-sm banner-info\">This is a required property, when the control should participate in a native `form`. If not specified, a native `form` will never contain this controls value.</span>\n<span className=\"banner banner-sm banner-info\">This is a required property, when the control is used with type `radio`.</span>",
730
+ "docs": "Defines the `name` attribute of the control.\n<span className=\"alert alert-sm alert-info\">This is a required property, when the control should participate in a native `form`. If not specified, a native `form` will never contain this controls value.</span>\n<span className=\"alert alert-sm alert-info\">This is a required property, when the control is used with type `radio`.</span>",
940
731
  "docsTags": [],
941
732
  "default": "null",
942
733
  "values": [
@@ -1011,7 +802,7 @@
1011
802
  "mutable": false,
1012
803
  "attr": "value",
1013
804
  "reflectToAttr": false,
1014
- "docs": "Defines the `value` attribute of the control. <span className=\"banner banner-sm banner-info\">This is a required property, when the control is used with type `radio`.</span>",
805
+ "docs": "Defines the `value` attribute of the control. <span className=\"alert alert-sm alert-info\">This is a required property, when the control is used with type `radio`.</span>",
1015
806
  "docsTags": [],
1016
807
  "default": "null",
1017
808
  "values": [
@@ -1081,7 +872,7 @@
1081
872
  },
1082
873
  "cancelable": true,
1083
874
  "composed": true,
1084
- "docs": "An event emitted whenever the components checked state is toggled.\nThe event payload (emitted under `event.detail.state`) is a boolean: `true` if the component is checked, `false` if it is unchecked.\n<span className=\"banner banner-sm banner-info\">If the component is used with type `radio`, it will only emit this event, when the checked state is changing to `true`.</span>",
875
+ "docs": "An event emitted whenever the components checked state is toggled.\nThe event payload (emitted under `event.detail.state`) is a boolean: `true` if the component is checked, `false` if it is unchecked.\n<span className=\"alert alert-sm alert-info\">If the component is used with type `radio`, it will only emit this event, when the checked state is changing to `true`.</span>",
1085
876
  "docsTags": []
1086
877
  },
1087
878
  {
@@ -1104,11 +895,11 @@
1104
895
  "slots": [
1105
896
  {
1106
897
  "name": "default",
1107
- "docs": "Content to place into the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt\">block content</a>.<p className=\"banner banner-sm banner-warning\">Even if it is generally possible, we do not recommend using interactive elements in this slot because the background of the card control is clickable.<br/>This can lead to confusion when the hit box of nested interactive controls is not clearly separated from the background, is invalid HTML and click events bubbling up to the card control will unexpectedly toggle it if they're not captured.<br/>More info: <a href=\"https://accessibilityinsights.io/info-examples/web/nested-interactive/\">https://accessibilityinsights.io/info-examples/web/nested-interactive/</a></p>"
898
+ "docs": "Content to place into the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt\">block content</a>.<p className=\"alert alert-sm alert-warning\">Even if it is generally possible, we do not recommend using interactive elements in this slot because the background of the card control is clickable.<br/>This can lead to confusion when the hit box of nested interactive controls is not clearly separated from the background, is invalid HTML and click events bubbling up to the card control will unexpectedly toggle it if they're not captured.<br/>More info: <a href=\"https://accessibilityinsights.io/info-examples/web/nested-interactive/\">https://accessibilityinsights.io/info-examples/web/nested-interactive/</a></p>"
1108
899
  },
1109
900
  {
1110
901
  "name": "icon",
1111
- "docs": "To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.<p className=\"banner banner-sm banner-info\">It is only meant for <code>img</code> or <code>svg</code> elements and overrides the `icon` property.</p>"
902
+ "docs": "To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.<p className=\"alert alert-sm alert-info\">It is only meant for <code>img</code> or <code>svg</code> elements and overrides the `icon` property.</p>"
1112
903
  }
1113
904
  ],
1114
905
  "parts": [],
@@ -1122,41 +913,6 @@
1122
913
  ]
1123
914
  }
1124
915
  },
1125
- {
1126
- "filePath": "src/components/post-closebutton/post-closebutton.tsx",
1127
- "encapsulation": "none",
1128
- "tag": "post-closebutton",
1129
- "readme": "# post-closebutton\n\n\n",
1130
- "docs": "",
1131
- "docsTags": [
1132
- {
1133
- "name": "slot",
1134
- "text": "default - Slot for placing visually hidden label in the close button."
1135
- }
1136
- ],
1137
- "usage": {},
1138
- "props": [],
1139
- "methods": [],
1140
- "events": [],
1141
- "listeners": [],
1142
- "styles": [],
1143
- "slots": [
1144
- {
1145
- "name": "default",
1146
- "docs": "Slot for placing visually hidden label in the close button."
1147
- }
1148
- ],
1149
- "parts": [],
1150
- "dependents": [],
1151
- "dependencies": [
1152
- "post-icon"
1153
- ],
1154
- "dependencyGraph": {
1155
- "post-closebutton": [
1156
- "post-icon"
1157
- ]
1158
- }
1159
- },
1160
916
  {
1161
917
  "filePath": "src/components/post-collapsible/post-collapsible.tsx",
1162
918
  "encapsulation": "shadow",
@@ -1336,37 +1092,12 @@
1336
1092
  }
1337
1093
  },
1338
1094
  {
1339
- "filePath": "src/components/post-header/post-header.tsx",
1095
+ "filePath": "src/components/post-icon/post-icon.tsx",
1340
1096
  "encapsulation": "shadow",
1341
- "tag": "post-header",
1342
- "readme": "# post-header\n\n\n",
1343
- "docs": "",
1344
- "docsTags": [],
1345
- "usage": {},
1346
- "props": [],
1347
- "methods": [],
1348
- "events": [],
1349
- "listeners": [
1350
- {
1351
- "event": "postMainNavigationClosed",
1352
- "capture": false,
1353
- "passive": false
1354
- }
1355
- ],
1356
- "styles": [],
1357
- "slots": [],
1358
- "parts": [],
1359
- "dependents": [],
1360
- "dependencies": [],
1361
- "dependencyGraph": {}
1362
- },
1363
- {
1364
- "filePath": "src/components/post-icon/post-icon.tsx",
1365
- "encapsulation": "shadow",
1366
- "tag": "post-icon",
1367
- "readme": "# post-icon\n\nsome content\n",
1368
- "docs": "some content",
1369
- "docsTags": [
1097
+ "tag": "post-icon",
1098
+ "readme": "# post-icon\n\nsome content\n",
1099
+ "docs": "some content",
1100
+ "docsTags": [
1370
1101
  {
1371
1102
  "name": "class",
1372
1103
  "text": "PostIcon - representing a stencil component"
@@ -1546,888 +1277,96 @@
1546
1277
  "docsTags": [],
1547
1278
  "default": "null",
1548
1279
  "values": [
1549
- {
1550
- "type": "number"
1551
- }
1552
- ],
1553
- "optional": true,
1554
- "required": false
1555
- }
1556
- ],
1557
- "methods": [],
1558
- "events": [],
1559
- "listeners": [],
1560
- "styles": [],
1561
- "slots": [],
1562
- "parts": [],
1563
- "dependents": [
1564
- "post-accordion-item",
1565
- "post-back-to-top",
1566
- "post-banner",
1567
- "post-breadcrumb-item",
1568
- "post-card-control",
1569
- "post-closebutton",
1570
- "post-rating",
1571
- "post-tag"
1572
- ],
1573
- "dependencies": [],
1574
- "dependencyGraph": {
1575
- "post-accordion-item": [
1576
- "post-icon"
1577
- ],
1578
- "post-back-to-top": [
1579
- "post-icon"
1580
- ],
1581
- "post-banner": [
1582
- "post-icon"
1583
- ],
1584
- "post-breadcrumb-item": [
1585
- "post-icon"
1586
- ],
1587
- "post-card-control": [
1588
- "post-icon"
1589
- ],
1590
- "post-closebutton": [
1591
- "post-icon"
1592
- ],
1593
- "post-rating": [
1594
- "post-icon"
1595
- ],
1596
- "post-tag": [
1597
- "post-icon"
1598
- ]
1599
- }
1600
- },
1601
- {
1602
- "filePath": "src/components/post-language-option/post-language-option.tsx",
1603
- "encapsulation": "shadow",
1604
- "tag": "post-language-option",
1605
- "readme": "# post-language-option\n\n\n",
1606
- "docs": "",
1607
- "docsTags": [
1608
- {
1609
- "name": "slot",
1610
- "text": "default - Slot for placing the content inside the anchor or button."
1611
- }
1612
- ],
1613
- "usage": {},
1614
- "props": [
1615
- {
1616
- "name": "active",
1617
- "type": "boolean",
1618
- "complexType": {
1619
- "original": "boolean",
1620
- "resolved": "boolean",
1621
- "references": {}
1622
- },
1623
- "mutable": true,
1624
- "attr": "active",
1625
- "reflectToAttr": true,
1626
- "docs": "If set to `true`, the language option is considered the current language for the page.",
1627
- "docsTags": [],
1628
- "values": [
1629
- {
1630
- "type": "boolean"
1631
- }
1632
- ],
1633
- "optional": false,
1634
- "required": false
1635
- },
1636
- {
1637
- "name": "code",
1638
- "type": "string",
1639
- "complexType": {
1640
- "original": "string",
1641
- "resolved": "string",
1642
- "references": {}
1643
- },
1644
- "mutable": false,
1645
- "attr": "code",
1646
- "reflectToAttr": false,
1647
- "docs": "The ISO 639 language code, formatted according to [RFC 5646 (also known as BCP 47)](https://datatracker.ietf.org/doc/html/rfc5646). For example, \"de\".",
1648
- "docsTags": [],
1649
- "values": [
1650
- {
1651
- "type": "string"
1652
- }
1653
- ],
1654
- "optional": false,
1655
- "required": true
1656
- },
1657
- {
1658
- "name": "name",
1659
- "type": "string",
1660
- "complexType": {
1661
- "original": "string",
1662
- "resolved": "string",
1663
- "references": {}
1664
- },
1665
- "mutable": false,
1666
- "attr": "name",
1667
- "reflectToAttr": false,
1668
- "docs": "The full name of the language. For example, \"Deutsch\".",
1669
- "docsTags": [],
1670
- "values": [
1671
- {
1672
- "type": "string"
1673
- }
1674
- ],
1675
- "optional": false,
1676
- "required": false
1677
- },
1678
- {
1679
- "name": "url",
1680
- "type": "string",
1681
- "complexType": {
1682
- "original": "string",
1683
- "resolved": "string",
1684
- "references": {}
1685
- },
1686
- "mutable": false,
1687
- "attr": "url",
1688
- "reflectToAttr": false,
1689
- "docs": "The URL used for the href attribute of the internal anchor.\nThis field is optional; if not provided, a button will be used internally instead of an anchor.",
1690
- "docsTags": [],
1691
- "values": [
1692
- {
1693
- "type": "string"
1694
- }
1695
- ],
1696
- "optional": false,
1697
- "required": false
1698
- }
1699
- ],
1700
- "methods": [
1701
- {
1702
- "name": "select",
1703
- "returns": {
1704
- "type": "Promise<void>",
1705
- "docs": ""
1706
- },
1707
- "complexType": {
1708
- "signature": "() => Promise<void>",
1709
- "parameters": [],
1710
- "references": {
1711
- "Promise": {
1712
- "location": "global",
1713
- "id": "global::Promise"
1714
- }
1715
- },
1716
- "return": "Promise<void>"
1717
- },
1718
- "signature": "select() => Promise<void>",
1719
- "parameters": [],
1720
- "docs": "Selects the language option programmatically.",
1721
- "docsTags": []
1722
- }
1723
- ],
1724
- "events": [
1725
- {
1726
- "event": "postChange",
1727
- "detail": "string",
1728
- "bubbles": true,
1729
- "complexType": {
1730
- "original": "string",
1731
- "resolved": "string",
1732
- "references": {}
1733
- },
1734
- "cancelable": true,
1735
- "composed": true,
1736
- "docs": "An event emitted when the language option is clicked. The payload is the ISO 639 code of the language.",
1737
- "docsTags": []
1738
- }
1739
- ],
1740
- "listeners": [],
1741
- "styles": [],
1742
- "slots": [
1743
- {
1744
- "name": "default",
1745
- "docs": "Slot for placing the content inside the anchor or button."
1746
- }
1747
- ],
1748
- "parts": [],
1749
- "dependents": [],
1750
- "dependencies": [],
1751
- "dependencyGraph": {}
1752
- },
1753
- {
1754
- "filePath": "src/components/post-list/post-list.tsx",
1755
- "encapsulation": "none",
1756
- "tag": "post-list",
1757
- "readme": "# post-list\n\n\n",
1758
- "docs": "",
1759
- "docsTags": [
1760
- {
1761
- "name": "slot",
1762
- "text": "default - Slot for placing the list title."
1763
- },
1764
- {
1765
- "name": "slot",
1766
- "text": "post-list-item - Slot for placing post-list-item components."
1767
- }
1768
- ],
1769
- "usage": {},
1770
- "props": [
1771
- {
1772
- "name": "horizontal",
1773
- "type": "boolean",
1774
- "complexType": {
1775
- "original": "boolean",
1776
- "resolved": "boolean",
1777
- "references": {}
1778
- },
1779
- "mutable": false,
1780
- "attr": "horizontal",
1781
- "reflectToAttr": false,
1782
- "docs": "The list can become horizontal by setting `horizontal=\"true\"` or just `horizontal`",
1783
- "docsTags": [],
1784
- "default": "false",
1785
- "values": [
1786
- {
1787
- "type": "boolean"
1788
- }
1789
- ],
1790
- "optional": false,
1791
- "required": false
1792
- },
1793
- {
1794
- "name": "titleHidden",
1795
- "type": "boolean",
1796
- "complexType": {
1797
- "original": "boolean",
1798
- "resolved": "boolean",
1799
- "references": {}
1800
- },
1801
- "mutable": false,
1802
- "attr": "title-hidden",
1803
- "reflectToAttr": false,
1804
- "docs": "If `true`, the list title will be hidden. Otherwise, it will be displayed.`",
1805
- "docsTags": [],
1806
- "default": "false",
1807
- "values": [
1808
- {
1809
- "type": "boolean"
1810
- }
1811
- ],
1812
- "optional": false,
1813
- "required": false
1814
- }
1815
- ],
1816
- "methods": [],
1817
- "events": [],
1818
- "listeners": [],
1819
- "styles": [],
1820
- "slots": [
1821
- {
1822
- "name": "default",
1823
- "docs": "Slot for placing the list title."
1824
- },
1825
- {
1826
- "name": "post-list-item",
1827
- "docs": "Slot for placing post-list-item components."
1828
- }
1829
- ],
1830
- "parts": [],
1831
- "dependents": [],
1832
- "dependencies": [],
1833
- "dependencyGraph": {}
1834
- },
1835
- {
1836
- "filePath": "src/components/post-list-item/post-list-item.tsx",
1837
- "encapsulation": "shadow",
1838
- "tag": "post-list-item",
1839
- "readme": "# post-list-item\n\n\n",
1840
- "docs": "",
1841
- "docsTags": [
1842
- {
1843
- "name": "slot",
1844
- "text": "default- Slot for placing the content of the list item."
1845
- }
1846
- ],
1847
- "usage": {},
1848
- "props": [],
1849
- "methods": [],
1850
- "events": [],
1851
- "listeners": [],
1852
- "styles": [],
1853
- "slots": [
1854
- {
1855
- "name": "default- Slot for placing the content of the list item.",
1856
- "docs": ""
1857
- }
1858
- ],
1859
- "parts": [],
1860
- "dependents": [],
1861
- "dependencies": [],
1862
- "dependencyGraph": {}
1863
- },
1864
- {
1865
- "filePath": "src/components/post-logo/post-logo.tsx",
1866
- "encapsulation": "shadow",
1867
- "tag": "post-logo",
1868
- "readme": "# post-logo\n\n\n",
1869
- "docs": "",
1870
- "docsTags": [
1871
- {
1872
- "name": "slot",
1873
- "text": "default - Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG."
1874
- }
1875
- ],
1876
- "usage": {},
1877
- "props": [
1878
- {
1879
- "name": "url",
1880
- "type": "URL | string",
1881
- "complexType": {
1882
- "original": "string | URL",
1883
- "resolved": "URL | string",
1884
- "references": {
1885
- "URL": {
1886
- "location": "global",
1887
- "id": "global::URL"
1888
- }
1889
- }
1890
- },
1891
- "mutable": false,
1892
- "attr": "url",
1893
- "reflectToAttr": false,
1894
- "docs": "The URL to which the user is redirected upon clicking the logo.",
1895
- "docsTags": [],
1896
- "values": [
1897
- {
1898
- "type": "URL"
1899
- },
1900
- {
1901
- "type": "string"
1902
- }
1903
- ],
1904
- "optional": false,
1905
- "required": false
1906
- }
1907
- ],
1908
- "methods": [],
1909
- "events": [],
1910
- "listeners": [],
1911
- "styles": [],
1912
- "slots": [
1913
- {
1914
- "name": "default",
1915
- "docs": "Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG."
1916
- }
1917
- ],
1918
- "parts": [],
1919
- "dependents": [],
1920
- "dependencies": [],
1921
- "dependencyGraph": {}
1922
- },
1923
- {
1924
- "filePath": "src/components/post-mainnavigation/post-mainnavigation.tsx",
1925
- "encapsulation": "none",
1926
- "tag": "post-mainnavigation",
1927
- "readme": "# post-mainnavigation\n\n\n",
1928
- "docs": "",
1929
- "docsTags": [],
1930
- "usage": {},
1931
- "props": [],
1932
- "methods": [],
1933
- "events": [
1934
- {
1935
- "event": "postToggle",
1936
- "detail": "any",
1937
- "bubbles": true,
1938
- "complexType": {
1939
- "original": "any",
1940
- "resolved": "any",
1941
- "references": {}
1942
- },
1943
- "cancelable": true,
1944
- "composed": true,
1945
- "docs": "Gets emitted when a user closes the main navigation on mobile",
1946
- "docsTags": []
1947
- }
1948
- ],
1949
- "listeners": [
1950
- {
1951
- "event": "postToggle",
1952
- "capture": false,
1953
- "passive": false
1954
- }
1955
- ],
1956
- "styles": [],
1957
- "slots": [],
1958
- "parts": [],
1959
- "dependents": [],
1960
- "dependencies": [],
1961
- "dependencyGraph": {}
1962
- },
1963
- {
1964
- "filePath": "src/components/post-megadropdown/post-megadropdown.tsx",
1965
- "encapsulation": "none",
1966
- "tag": "post-megadropdown",
1967
- "readme": "# post-megadropdown\n\n\n",
1968
- "docs": "",
1969
- "docsTags": [],
1970
- "usage": {},
1971
- "props": [],
1972
- "methods": [
1973
- {
1974
- "name": "hide",
1975
- "returns": {
1976
- "type": "Promise<void>",
1977
- "docs": "boolean"
1978
- },
1979
- "complexType": {
1980
- "signature": "() => Promise<void>",
1981
- "parameters": [],
1982
- "references": {
1983
- "Promise": {
1984
- "location": "global",
1985
- "id": "global::Promise"
1986
- }
1987
- },
1988
- "return": "Promise<void>"
1989
- },
1990
- "signature": "hide() => Promise<void>",
1991
- "parameters": [],
1992
- "docs": "Hide megadropdown",
1993
- "docsTags": [
1994
- {
1995
- "name": "returns",
1996
- "text": "boolean"
1997
- }
1998
- ]
1999
- },
2000
- {
2001
- "name": "show",
2002
- "returns": {
2003
- "type": "Promise<void>",
2004
- "docs": "boolean"
2005
- },
2006
- "complexType": {
2007
- "signature": "(element: HTMLElement) => Promise<void>",
2008
- "parameters": [
2009
- {
2010
- "name": "element",
2011
- "type": "HTMLElement",
2012
- "docs": "HTMLElement"
2013
- }
2014
- ],
2015
- "references": {
2016
- "Promise": {
2017
- "location": "global",
2018
- "id": "global::Promise"
2019
- },
2020
- "HTMLElement": {
2021
- "location": "global",
2022
- "id": "global::HTMLElement"
2023
- }
2024
- },
2025
- "return": "Promise<void>"
2026
- },
2027
- "signature": "show(element: HTMLElement) => Promise<void>",
2028
- "parameters": [
2029
- {
2030
- "name": "element",
2031
- "type": "HTMLElement",
2032
- "docs": "HTMLElement"
2033
- }
2034
- ],
2035
- "docs": "Show megadropdown",
2036
- "docsTags": [
2037
- {
2038
- "name": "param",
2039
- "text": "element HTMLElement"
2040
- },
2041
- {
2042
- "name": "returns",
2043
- "text": "boolean"
2044
- }
2045
- ]
2046
- },
2047
- {
2048
- "name": "toggle",
2049
- "returns": {
2050
- "type": "Promise<boolean>",
2051
- "docs": "boolean"
2052
- },
2053
- "complexType": {
2054
- "signature": "(element: HTMLElement, force?: boolean) => Promise<boolean>",
2055
- "parameters": [
2056
- {
2057
- "name": "element",
2058
- "type": "HTMLElement",
2059
- "docs": "HTMLElement"
2060
- },
2061
- {
2062
- "name": "force",
2063
- "type": "boolean",
2064
- "docs": "boolean"
2065
- }
2066
- ],
2067
- "references": {
2068
- "Promise": {
2069
- "location": "global",
2070
- "id": "global::Promise"
2071
- },
2072
- "HTMLElement": {
2073
- "location": "global",
2074
- "id": "global::HTMLElement"
2075
- }
2076
- },
2077
- "return": "Promise<boolean>"
2078
- },
2079
- "signature": "toggle(element: HTMLElement, force?: boolean) => Promise<boolean>",
2080
- "parameters": [
2081
- {
2082
- "name": "element",
2083
- "type": "HTMLElement",
2084
- "docs": "HTMLElement"
2085
- },
2086
- {
2087
- "name": "force",
2088
- "type": "boolean",
2089
- "docs": "boolean"
2090
- }
2091
- ],
2092
- "docs": "Toggle megadropdown",
2093
- "docsTags": [
2094
- {
2095
- "name": "param",
2096
- "text": "element HTMLElement"
2097
- },
2098
- {
2099
- "name": "param",
2100
- "text": "force boolean"
2101
- },
2102
- {
2103
- "name": "returns",
2104
- "text": "boolean"
2105
- }
2106
- ]
2107
- }
2108
- ],
2109
- "events": [],
2110
- "listeners": [],
2111
- "styles": [],
2112
- "slots": [],
2113
- "parts": [],
2114
- "dependents": [],
2115
- "dependencies": [
2116
- "post-popovercontainer"
2117
- ],
2118
- "dependencyGraph": {
2119
- "post-megadropdown": [
2120
- "post-popovercontainer"
2121
- ]
2122
- }
2123
- },
2124
- {
2125
- "filePath": "src/components/post-megadropdown-trigger/post-megadropdown-trigger.tsx",
2126
- "encapsulation": "shadow",
2127
- "tag": "post-megadropdown-trigger",
2128
- "readme": "# post-megadropdown-toggle\n\n\n",
2129
- "docs": "",
2130
- "docsTags": [],
2131
- "usage": {},
2132
- "props": [],
2133
- "methods": [],
2134
- "events": [
2135
- {
2136
- "event": "postToggle",
2137
- "detail": "any",
2138
- "bubbles": true,
2139
- "complexType": {
2140
- "original": "any",
2141
- "resolved": "any",
2142
- "references": {}
2143
- },
2144
- "cancelable": true,
2145
- "composed": true,
2146
- "docs": "Emits after each toggle",
2147
- "docsTags": []
2148
- }
2149
- ],
2150
- "listeners": [],
2151
- "styles": [],
2152
- "slots": [],
2153
- "parts": [],
2154
- "dependents": [],
2155
- "dependencies": [],
2156
- "dependencyGraph": {}
2157
- },
2158
- {
2159
- "filePath": "src/components/post-menu/post-menu.tsx",
2160
- "encapsulation": "shadow",
2161
- "tag": "post-menu",
2162
- "readme": "# post-menu\n\n\n",
2163
- "docs": "",
2164
- "docsTags": [],
2165
- "usage": {},
2166
- "props": [
2167
- {
2168
- "name": "placement",
2169
- "type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
2170
- "complexType": {
2171
- "original": "Placement",
2172
- "resolved": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
2173
- "references": {
2174
- "Placement": {
2175
- "location": "import",
2176
- "path": "@floating-ui/dom",
2177
- "id": "../../node_modules/.pnpm/@floating-ui+dom@1.6.8/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement"
2178
- }
2179
- }
2180
- },
2181
- "mutable": false,
2182
- "attr": "placement",
2183
- "reflectToAttr": false,
2184
- "docs": "Defines the placement of the tooltip according to the floating-ui options available at https://floating-ui.com/docs/computePosition#placement.\nTooltips are automatically flipped to the opposite side if there is not enough available space and are shifted\ntowards the viewport if they would overlap edge boundaries.",
2185
- "docsTags": [],
2186
- "default": "'bottom'",
2187
- "values": [
2188
- {
2189
- "value": "bottom",
2190
- "type": "string"
2191
- },
2192
- {
2193
- "value": "bottom-end",
2194
- "type": "string"
2195
- },
2196
- {
2197
- "value": "bottom-start",
2198
- "type": "string"
2199
- },
2200
- {
2201
- "value": "left",
2202
- "type": "string"
2203
- },
2204
- {
2205
- "value": "left-end",
2206
- "type": "string"
2207
- },
2208
- {
2209
- "value": "left-start",
2210
- "type": "string"
2211
- },
2212
- {
2213
- "value": "right",
2214
- "type": "string"
2215
- },
2216
- {
2217
- "value": "right-end",
2218
- "type": "string"
2219
- },
2220
- {
2221
- "value": "right-start",
2222
- "type": "string"
2223
- },
2224
- {
2225
- "value": "top",
2226
- "type": "string"
2227
- },
2228
- {
2229
- "value": "top-end",
2230
- "type": "string"
2231
- },
2232
- {
2233
- "value": "top-start",
2234
- "type": "string"
2235
- }
2236
- ],
2237
- "optional": true,
2238
- "required": false
2239
- }
2240
- ],
2241
- "methods": [
2242
- {
2243
- "name": "hide",
2244
- "returns": {
2245
- "type": "Promise<void>",
2246
- "docs": ""
2247
- },
2248
- "complexType": {
2249
- "signature": "() => Promise<void>",
2250
- "parameters": [],
2251
- "references": {
2252
- "Promise": {
2253
- "location": "global",
2254
- "id": "global::Promise"
2255
- }
2256
- },
2257
- "return": "Promise<void>"
2258
- },
2259
- "signature": "hide() => Promise<void>",
2260
- "parameters": [],
2261
- "docs": "Hides the popover menu and restores focus to the previously focused element.",
2262
- "docsTags": []
2263
- },
2264
- {
2265
- "name": "show",
2266
- "returns": {
2267
- "type": "Promise<void>",
2268
- "docs": ""
2269
- },
2270
- "complexType": {
2271
- "signature": "(target: HTMLElement) => Promise<void>",
2272
- "parameters": [
2273
- {
2274
- "name": "target",
2275
- "type": "HTMLElement",
2276
- "docs": "- The HTML element relative to which the popover menu should be displayed."
2277
- }
2278
- ],
2279
- "references": {
2280
- "Promise": {
2281
- "location": "global",
2282
- "id": "global::Promise"
2283
- },
2284
- "HTMLElement": {
2285
- "location": "global",
2286
- "id": "global::HTMLElement"
2287
- }
2288
- },
2289
- "return": "Promise<void>"
2290
- },
2291
- "signature": "show(target: HTMLElement) => Promise<void>",
2292
- "parameters": [
2293
- {
2294
- "name": "target",
2295
- "type": "HTMLElement",
2296
- "docs": "- The HTML element relative to which the popover menu should be displayed."
2297
- }
2298
- ],
2299
- "docs": "Displays the popover menu, focusing the first menu item.",
2300
- "docsTags": [
2301
- {
2302
- "name": "param",
2303
- "text": "target - The HTML element relative to which the popover menu should be displayed."
2304
- }
2305
- ]
2306
- },
2307
- {
2308
- "name": "toggle",
2309
- "returns": {
2310
- "type": "Promise<void>",
2311
- "docs": ""
2312
- },
2313
- "complexType": {
2314
- "signature": "(target: HTMLElement) => Promise<void>",
2315
- "parameters": [
2316
- {
2317
- "name": "target",
2318
- "type": "HTMLElement",
2319
- "docs": ""
2320
- }
2321
- ],
2322
- "references": {
2323
- "Promise": {
2324
- "location": "global",
2325
- "id": "global::Promise"
2326
- },
2327
- "HTMLElement": {
2328
- "location": "global",
2329
- "id": "global::HTMLElement"
2330
- }
2331
- },
2332
- "return": "Promise<void>"
2333
- },
2334
- "signature": "toggle(target: HTMLElement) => Promise<void>",
2335
- "parameters": [
2336
- {
2337
- "name": "target",
2338
- "type": "HTMLElement",
2339
- "docs": ""
2340
- }
2341
- ],
2342
- "docs": "Toggles the menu visibility based on its current state.",
2343
- "docsTags": []
2344
- }
2345
- ],
2346
- "events": [
2347
- {
2348
- "event": "toggleMenu",
2349
- "detail": "boolean",
2350
- "bubbles": true,
2351
- "complexType": {
2352
- "original": "boolean",
2353
- "resolved": "boolean",
2354
- "references": {}
2355
- },
2356
- "cancelable": true,
2357
- "composed": true,
2358
- "docs": "Emits when the menu is shown or hidden.\nThe event payload is a boolean: `true` when the menu was opened, `false` when it was closed.",
2359
- "docsTags": []
1280
+ {
1281
+ "type": "number"
1282
+ }
1283
+ ],
1284
+ "optional": true,
1285
+ "required": false
2360
1286
  }
2361
1287
  ],
1288
+ "methods": [],
1289
+ "events": [],
2362
1290
  "listeners": [],
2363
1291
  "styles": [],
2364
1292
  "slots": [],
2365
1293
  "parts": [],
2366
- "dependents": [],
2367
- "dependencies": [
2368
- "post-popovercontainer"
1294
+ "dependents": [
1295
+ "post-alert",
1296
+ "post-card-control",
1297
+ "post-rating",
1298
+ "post-tag"
2369
1299
  ],
1300
+ "dependencies": [],
2370
1301
  "dependencyGraph": {
2371
- "post-menu": [
2372
- "post-popovercontainer"
1302
+ "post-alert": [
1303
+ "post-icon"
1304
+ ],
1305
+ "post-card-control": [
1306
+ "post-icon"
1307
+ ],
1308
+ "post-rating": [
1309
+ "post-icon"
1310
+ ],
1311
+ "post-tag": [
1312
+ "post-icon"
2373
1313
  ]
2374
1314
  }
2375
1315
  },
2376
1316
  {
2377
- "filePath": "src/components/post-menu-item/post-menu-item.tsx",
1317
+ "filePath": "src/components/post-logo/post-logo.tsx",
2378
1318
  "encapsulation": "shadow",
2379
- "tag": "post-menu-item",
2380
- "readme": "# post-menu-item\n\n\n",
2381
- "docs": "",
2382
- "docsTags": [],
2383
- "usage": {},
2384
- "props": [],
2385
- "methods": [],
2386
- "events": [],
2387
- "listeners": [],
2388
- "styles": [],
2389
- "slots": [],
2390
- "parts": [],
2391
- "dependents": [],
2392
- "dependencies": [],
2393
- "dependencyGraph": {}
2394
- },
2395
- {
2396
- "filePath": "src/components/post-menu-trigger/post-menu-trigger.tsx",
2397
- "encapsulation": "none",
2398
- "tag": "post-menu-trigger",
2399
- "readme": "# post-menu-trigger\n\n\n",
1319
+ "tag": "post-logo",
1320
+ "readme": "# post-logo\n\n\n",
2400
1321
  "docs": "",
2401
- "docsTags": [],
1322
+ "docsTags": [
1323
+ {
1324
+ "name": "slot",
1325
+ "text": "default - Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG."
1326
+ }
1327
+ ],
2402
1328
  "usage": {},
2403
1329
  "props": [
2404
1330
  {
2405
- "name": "for",
2406
- "type": "string",
1331
+ "name": "url",
1332
+ "type": "URL | string",
2407
1333
  "complexType": {
2408
- "original": "string",
2409
- "resolved": "string",
2410
- "references": {}
1334
+ "original": "string | URL",
1335
+ "resolved": "URL | string",
1336
+ "references": {
1337
+ "URL": {
1338
+ "location": "global",
1339
+ "id": "global::URL"
1340
+ }
1341
+ }
2411
1342
  },
2412
1343
  "mutable": false,
2413
- "attr": "for",
1344
+ "attr": "url",
2414
1345
  "reflectToAttr": false,
2415
- "docs": "ID of the menu element that this trigger is linked to. Used to open and close the specified menu.",
1346
+ "docs": "The URL to which the user is redirected upon clicking the logo.",
2416
1347
  "docsTags": [],
2417
1348
  "values": [
1349
+ {
1350
+ "type": "URL"
1351
+ },
2418
1352
  {
2419
1353
  "type": "string"
2420
1354
  }
2421
1355
  ],
2422
1356
  "optional": false,
2423
- "required": true
1357
+ "required": false
2424
1358
  }
2425
1359
  ],
2426
1360
  "methods": [],
2427
1361
  "events": [],
2428
1362
  "listeners": [],
2429
1363
  "styles": [],
2430
- "slots": [],
1364
+ "slots": [
1365
+ {
1366
+ "name": "default",
1367
+ "docs": "Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG."
1368
+ }
1369
+ ],
2431
1370
  "parts": [],
2432
1371
  "dependents": [],
2433
1372
  "dependencies": [],
@@ -2712,6 +1651,29 @@
2712
1651
  ],
2713
1652
  "usage": {},
2714
1653
  "props": [
1654
+ {
1655
+ "name": "animation",
1656
+ "type": "\"pop-in\"",
1657
+ "complexType": {
1658
+ "original": "'pop-in' | null",
1659
+ "resolved": "\"pop-in\"",
1660
+ "references": {}
1661
+ },
1662
+ "mutable": false,
1663
+ "attr": "animation",
1664
+ "reflectToAttr": false,
1665
+ "docs": "Animation style",
1666
+ "docsTags": [],
1667
+ "default": "null",
1668
+ "values": [
1669
+ {
1670
+ "value": "pop-in",
1671
+ "type": "string"
1672
+ }
1673
+ ],
1674
+ "optional": true,
1675
+ "required": false
1676
+ },
2715
1677
  {
2716
1678
  "name": "arrow",
2717
1679
  "type": "boolean",
@@ -2723,7 +1685,7 @@
2723
1685
  "mutable": false,
2724
1686
  "attr": "arrow",
2725
1687
  "reflectToAttr": false,
2726
- "docs": "Wheter or not to display a little pointer arrow",
1688
+ "docs": "Whether or not to display a little pointer arrow",
2727
1689
  "docsTags": [],
2728
1690
  "default": "false",
2729
1691
  "values": [
@@ -2745,7 +1707,7 @@
2745
1707
  "mutable": false,
2746
1708
  "attr": "edge-gap",
2747
1709
  "reflectToAttr": false,
2748
- "docs": "Gap between the edge of the page and the popover",
1710
+ "docs": "Gap between the edge of the page and the popovercontainer",
2749
1711
  "docsTags": [],
2750
1712
  "default": "8",
2751
1713
  "values": [
@@ -2773,7 +1735,7 @@
2773
1735
  "mutable": false,
2774
1736
  "attr": "placement",
2775
1737
  "reflectToAttr": false,
2776
- "docs": "Defines the placement of the tooltip according to the floating-ui options available at https://floating-ui.com/docs/computePosition#placement.\nTooltips are automatically flipped to the opposite side if there is not enough available space and are shifted\ntowards the viewport if they would overlap edge boundaries.",
1738
+ "docs": "Defines the placement of the popovercontainer according to the floating-ui options available at https://floating-ui.com/docs/computePosition#placement.\nPopovercontainers are automatically flipped to the opposite side if there is not enough available space and are shifted\ntowards the viewport if they would overlap edge boundaries.",
2777
1739
  "docsTags": [],
2778
1740
  "default": "'top'",
2779
1741
  "values": [
@@ -2828,6 +1790,32 @@
2828
1790
  ],
2829
1791
  "optional": true,
2830
1792
  "required": false
1793
+ },
1794
+ {
1795
+ "name": "safeSpace",
1796
+ "type": "\"trapezoid\" | \"triangle\"",
1797
+ "complexType": {
1798
+ "original": "'triangle' | 'trapezoid'",
1799
+ "resolved": "\"trapezoid\" | \"triangle\"",
1800
+ "references": {}
1801
+ },
1802
+ "mutable": false,
1803
+ "attr": "safe-space",
1804
+ "reflectToAttr": true,
1805
+ "docs": "Enables a safespace through which the cursor can be moved without the popover being disabled",
1806
+ "docsTags": [],
1807
+ "values": [
1808
+ {
1809
+ "value": "trapezoid",
1810
+ "type": "string"
1811
+ },
1812
+ {
1813
+ "value": "triangle",
1814
+ "type": "string"
1815
+ }
1816
+ ],
1817
+ "optional": true,
1818
+ "required": false
2831
1819
  }
2832
1820
  ],
2833
1821
  "methods": [
@@ -2850,7 +1838,7 @@
2850
1838
  },
2851
1839
  "signature": "hide() => Promise<void>",
2852
1840
  "parameters": [],
2853
- "docs": "Programmatically hide this tooltip",
1841
+ "docs": "Programmatically hide the popovercontainer",
2854
1842
  "docsTags": []
2855
1843
  },
2856
1844
  {
@@ -2865,7 +1853,7 @@
2865
1853
  {
2866
1854
  "name": "target",
2867
1855
  "type": "HTMLElement",
2868
- "docs": "An element with [data-tooltip-target=\"id\"] where the tooltip should be shown"
1856
+ "docs": "An element with [data-popover-target=\"id\"] where the popovercontainer should be shown"
2869
1857
  }
2870
1858
  ],
2871
1859
  "references": {
@@ -2885,14 +1873,14 @@
2885
1873
  {
2886
1874
  "name": "target",
2887
1875
  "type": "HTMLElement",
2888
- "docs": "An element with [data-tooltip-target=\"id\"] where the tooltip should be shown"
1876
+ "docs": "An element with [data-popover-target=\"id\"] where the popovercontainer should be shown"
2889
1877
  }
2890
1878
  ],
2891
- "docs": "Programmatically display the tooltip",
1879
+ "docs": "Programmatically display the popovercontainer",
2892
1880
  "docsTags": [
2893
1881
  {
2894
1882
  "name": "param",
2895
- "text": "target An element with [data-tooltip-target=\"id\"] where the tooltip should be shown"
1883
+ "text": "target An element with [data-popover-target=\"id\"] where the popovercontainer should be shown"
2896
1884
  }
2897
1885
  ]
2898
1886
  },
@@ -2908,7 +1896,7 @@
2908
1896
  {
2909
1897
  "name": "target",
2910
1898
  "type": "HTMLElement",
2911
- "docs": "An element with [data-tooltip-target=\"id\"] where the tooltip should be shown"
1899
+ "docs": "An element with [data-popover-target=\"id\"] where the popovercontainer should be shown"
2912
1900
  },
2913
1901
  {
2914
1902
  "name": "force",
@@ -2933,7 +1921,7 @@
2933
1921
  {
2934
1922
  "name": "target",
2935
1923
  "type": "HTMLElement",
2936
- "docs": "An element with [data-tooltip-target=\"id\"] where the tooltip should be shown"
1924
+ "docs": "An element with [data-popover-target=\"id\"] where the popovercontainer should be shown"
2937
1925
  },
2938
1926
  {
2939
1927
  "name": "force",
@@ -2941,11 +1929,11 @@
2941
1929
  "docs": "Pass true to always show or false to always hide"
2942
1930
  }
2943
1931
  ],
2944
- "docs": "Toggle tooltip display",
1932
+ "docs": "Toggle popovercontainer display",
2945
1933
  "docsTags": [
2946
1934
  {
2947
1935
  "name": "param",
2948
- "text": "target An element with [data-tooltip-target=\"id\"] where the tooltip should be shown"
1936
+ "text": "target An element with [data-popover-target=\"id\"] where the popovercontainer should be shown"
2949
1937
  },
2950
1938
  {
2951
1939
  "name": "param",
@@ -2966,7 +1954,7 @@
2966
1954
  },
2967
1955
  "cancelable": true,
2968
1956
  "composed": true,
2969
- "docs": "Fires whenever the popover gets shown or hidden, passing the new state in event.details as a boolean",
1957
+ "docs": "Fires whenever the popovercontainer gets shown or hidden, passing the new state in event.details as a boolean",
2970
1958
  "docsTags": []
2971
1959
  }
2972
1960
  ],
@@ -2980,19 +1968,11 @@
2980
1968
  ],
2981
1969
  "parts": [],
2982
1970
  "dependents": [
2983
- "post-megadropdown",
2984
- "post-menu",
2985
1971
  "post-popover",
2986
1972
  "post-tooltip"
2987
1973
  ],
2988
1974
  "dependencies": [],
2989
1975
  "dependencyGraph": {
2990
- "post-megadropdown": [
2991
- "post-popovercontainer"
2992
- ],
2993
- "post-menu": [
2994
- "post-popovercontainer"
2995
- ],
2996
1976
  "post-popover": [
2997
1977
  "post-popovercontainer"
2998
1978
  ],
@@ -3416,7 +2396,7 @@
3416
2396
  "mutable": false,
3417
2397
  "attr": "icon",
3418
2398
  "reflectToAttr": false,
3419
- "docs": "Defines the icon `name` inside of the component.\n<span className=\"banner banner-sm banner-info\">If not set the icon will not show up.</span>\nTo learn which icons are available, please visit our <a href=\"/?path=/docs/5704bdc4-c5b5-45e6-b123-c54d01fce2f1--docs\">icon library</a>.",
2399
+ "docs": "Defines the icon `name` inside of the component.\n<span className=\"alert alert-sm alert-info\">If not set the icon will not show up.</span>\nTo learn which icons are available, please visit our <a href=\"/?path=/docs/5704bdc4-c5b5-45e6-b123-c54d01fce2f1--docs\">icon library</a>.",
3420
2400
  "docsTags": [],
3421
2401
  "default": "null",
3422
2402
  "values": [
@@ -3515,74 +2495,37 @@
3515
2495
  }
3516
2496
  },
3517
2497
  {
3518
- "filePath": "src/components/post-togglebutton/post-togglebutton.tsx",
2498
+ "filePath": "src/components/post-tooltip/post-tooltip.tsx",
3519
2499
  "encapsulation": "shadow",
3520
- "tag": "post-togglebutton",
3521
- "readme": "# post-togglebutton\n\n\n",
2500
+ "tag": "post-tooltip",
2501
+ "readme": "# post-tooltip\n\n\n",
3522
2502
  "docs": "",
3523
- "docsTags": [
3524
- {
3525
- "name": "slot",
3526
- "text": "toggled - Slot for content displayed when the button is in the \"on\" state."
3527
- },
3528
- {
3529
- "name": "slot",
3530
- "text": "untoggled - Slot for content displayed when the button is in the \"off\" state."
3531
- }
3532
- ],
2503
+ "docsTags": [],
3533
2504
  "usage": {},
3534
2505
  "props": [
3535
2506
  {
3536
- "name": "toggled",
3537
- "type": "boolean",
2507
+ "name": "animation",
2508
+ "type": "\"pop-in\"",
3538
2509
  "complexType": {
3539
- "original": "boolean",
3540
- "resolved": "boolean",
2510
+ "original": "'pop-in' | null",
2511
+ "resolved": "\"pop-in\"",
3541
2512
  "references": {}
3542
2513
  },
3543
- "mutable": true,
3544
- "attr": "toggled",
3545
- "reflectToAttr": true,
3546
- "docs": "If `true`, the button is in the \"on\" state, otherwise it is in the \"off\" state.",
2514
+ "mutable": false,
2515
+ "attr": "animation",
2516
+ "reflectToAttr": false,
2517
+ "docs": "Choose a tooltip animation",
3547
2518
  "docsTags": [],
3548
- "default": "false",
2519
+ "default": "null",
3549
2520
  "values": [
3550
2521
  {
3551
- "type": "boolean"
2522
+ "value": "pop-in",
2523
+ "type": "string"
3552
2524
  }
3553
2525
  ],
3554
- "optional": false,
2526
+ "optional": true,
3555
2527
  "required": false
3556
- }
3557
- ],
3558
- "methods": [],
3559
- "events": [],
3560
- "listeners": [],
3561
- "styles": [],
3562
- "slots": [
3563
- {
3564
- "name": "toggled",
3565
- "docs": "Slot for content displayed when the button is in the \"on\" state."
3566
2528
  },
3567
- {
3568
- "name": "untoggled",
3569
- "docs": "Slot for content displayed when the button is in the \"off\" state."
3570
- }
3571
- ],
3572
- "parts": [],
3573
- "dependents": [],
3574
- "dependencies": [],
3575
- "dependencyGraph": {}
3576
- },
3577
- {
3578
- "filePath": "src/components/post-tooltip/post-tooltip.tsx",
3579
- "encapsulation": "shadow",
3580
- "tag": "post-tooltip",
3581
- "readme": "# post-tooltip\n\n\n",
3582
- "docs": "",
3583
- "docsTags": [],
3584
- "usage": {},
3585
- "props": [
3586
2529
  {
3587
2530
  "name": "arrow",
3588
2531
  "type": "boolean",
@@ -3594,9 +2537,9 @@
3594
2537
  "mutable": false,
3595
2538
  "attr": "arrow",
3596
2539
  "reflectToAttr": false,
3597
- "docs": "Wheter or not to display a little pointer arrow",
2540
+ "docs": "Whether or not to display a little pointer arrow",
3598
2541
  "docsTags": [],
3599
- "default": "true",
2542
+ "default": "false",
3600
2543
  "values": [
3601
2544
  {
3602
2545
  "type": "boolean"
@@ -3606,17 +2549,17 @@
3606
2549
  "required": false
3607
2550
  },
3608
2551
  {
3609
- "name": "delayed",
2552
+ "name": "open",
3610
2553
  "type": "boolean",
3611
2554
  "complexType": {
3612
2555
  "original": "boolean",
3613
2556
  "resolved": "boolean",
3614
2557
  "references": {}
3615
2558
  },
3616
- "mutable": false,
3617
- "attr": "delayed",
3618
- "reflectToAttr": false,
3619
- "docs": "If `true`, the tooltip is displayed a few milliseconds after it is triggered",
2559
+ "mutable": true,
2560
+ "attr": "open",
2561
+ "reflectToAttr": true,
2562
+ "docs": "Indicates the open state of the tooltip",
3620
2563
  "docsTags": [],
3621
2564
  "default": "false",
3622
2565
  "values": [
@@ -3644,7 +2587,7 @@
3644
2587
  "mutable": false,
3645
2588
  "attr": "placement",
3646
2589
  "reflectToAttr": false,
3647
- "docs": "Defines the placement of the tooltip according to the floating-ui options available at https://floating-ui.com/docs/computePosition#placement.\nTooltips are automatically flipped to the opposite side if there is not enough available space and are shifted\ntowards the viewport if they would overlap edge boundaries.",
2590
+ "docs": "Defines the position of the tooltip relative to its trigger.\nTooltips are automatically flipped to the opposite side if there is not enough available space and are shifted towards the viewport if they would overlap edge boundaries.\nFor supported values and behavior details, see the [Floating UI placement documentation](https://floating-ui.com/docs/computePosition#placement).",
3648
2591
  "docsTags": [],
3649
2592
  "default": "'top'",
3650
2593
  "values": [
@@ -3721,7 +2664,7 @@
3721
2664
  },
3722
2665
  "signature": "hide() => Promise<void>",
3723
2666
  "parameters": [],
3724
- "docs": "Programmatically hide this tooltip",
2667
+ "docs": "Programmatically hide this tooltip.",
3725
2668
  "docsTags": []
3726
2669
  },
3727
2670
  {
@@ -3731,17 +2674,12 @@
3731
2674
  "docs": ""
3732
2675
  },
3733
2676
  "complexType": {
3734
- "signature": "(target: HTMLElement, triggeredByFocus?: boolean) => Promise<void>",
2677
+ "signature": "(target: HTMLElement) => Promise<void>",
3735
2678
  "parameters": [
3736
2679
  {
3737
2680
  "name": "target",
3738
2681
  "type": "HTMLElement",
3739
- "docs": "An element with [data-tooltip-target=\"id\"] where the tooltip should be shown"
3740
- },
3741
- {
3742
- "name": "triggeredByFocus",
3743
- "type": "boolean",
3744
- "docs": "A boolean indicating if the tooltip was triggered by a focus event."
2682
+ "docs": "An element where the tooltip should be shown"
3745
2683
  }
3746
2684
  ],
3747
2685
  "references": {
@@ -3756,28 +2694,19 @@
3756
2694
  },
3757
2695
  "return": "Promise<void>"
3758
2696
  },
3759
- "signature": "show(target: HTMLElement, triggeredByFocus?: boolean) => Promise<void>",
2697
+ "signature": "show(target: HTMLElement) => Promise<void>",
3760
2698
  "parameters": [
3761
2699
  {
3762
2700
  "name": "target",
3763
2701
  "type": "HTMLElement",
3764
- "docs": "An element with [data-tooltip-target=\"id\"] where the tooltip should be shown"
3765
- },
3766
- {
3767
- "name": "triggeredByFocus",
3768
- "type": "boolean",
3769
- "docs": "A boolean indicating if the tooltip was triggered by a focus event."
2702
+ "docs": "An element where the tooltip should be shown"
3770
2703
  }
3771
2704
  ],
3772
- "docs": "Programmatically display the tooltip",
2705
+ "docs": "Programmatically display the tooltip.",
3773
2706
  "docsTags": [
3774
2707
  {
3775
2708
  "name": "param",
3776
- "text": "target An element with [data-tooltip-target=\"id\"] where the tooltip should be shown"
3777
- },
3778
- {
3779
- "name": "param",
3780
- "text": "triggeredByFocus A boolean indicating if the tooltip was triggered by a focus event."
2709
+ "text": "target An element where the tooltip should be shown"
3781
2710
  }
3782
2711
  ]
3783
2712
  },
@@ -3793,7 +2722,7 @@
3793
2722
  {
3794
2723
  "name": "target",
3795
2724
  "type": "HTMLElement",
3796
- "docs": "An element with [data-tooltip-target=\"id\"] where the tooltip should be shown"
2725
+ "docs": "An element where the tooltip should be shown"
3797
2726
  },
3798
2727
  {
3799
2728
  "name": "force",
@@ -3818,7 +2747,7 @@
3818
2747
  {
3819
2748
  "name": "target",
3820
2749
  "type": "HTMLElement",
3821
- "docs": "An element with [data-tooltip-target=\"id\"] where the tooltip should be shown"
2750
+ "docs": "An element where the tooltip should be shown"
3822
2751
  },
3823
2752
  {
3824
2753
  "name": "force",
@@ -3826,11 +2755,11 @@
3826
2755
  "docs": "Pass true to always show or false to always hide"
3827
2756
  }
3828
2757
  ],
3829
- "docs": "Toggle tooltip display",
2758
+ "docs": "Toggle tooltip display.",
3830
2759
  "docsTags": [
3831
2760
  {
3832
2761
  "name": "param",
3833
- "text": "target An element with [data-tooltip-target=\"id\"] where the tooltip should be shown"
2762
+ "text": "target An element where the tooltip should be shown"
3834
2763
  },
3835
2764
  {
3836
2765
  "name": "param",
@@ -3853,6 +2782,79 @@
3853
2782
  "post-popovercontainer"
3854
2783
  ]
3855
2784
  }
2785
+ },
2786
+ {
2787
+ "filePath": "src/components/post-tooltip-trigger/post-tooltip-trigger.tsx",
2788
+ "encapsulation": "shadow",
2789
+ "tag": "post-tooltip-trigger",
2790
+ "readme": "# post-tooltip\n\n\n",
2791
+ "docs": "",
2792
+ "docsTags": [
2793
+ {
2794
+ "name": "slot",
2795
+ "text": "default - Content to trigger the tooltip. Can contain any focusable element or will be made focusable automatically."
2796
+ }
2797
+ ],
2798
+ "usage": {},
2799
+ "props": [
2800
+ {
2801
+ "name": "delay",
2802
+ "type": "number",
2803
+ "complexType": {
2804
+ "original": "number",
2805
+ "resolved": "number",
2806
+ "references": {}
2807
+ },
2808
+ "mutable": false,
2809
+ "attr": "delay",
2810
+ "reflectToAttr": false,
2811
+ "docs": "Delay (in milliseconds) before the tooltip is shown.",
2812
+ "docsTags": [],
2813
+ "default": "0",
2814
+ "values": [
2815
+ {
2816
+ "type": "number"
2817
+ }
2818
+ ],
2819
+ "optional": false,
2820
+ "required": false
2821
+ },
2822
+ {
2823
+ "name": "for",
2824
+ "type": "string",
2825
+ "complexType": {
2826
+ "original": "string",
2827
+ "resolved": "string",
2828
+ "references": {}
2829
+ },
2830
+ "mutable": false,
2831
+ "attr": "for",
2832
+ "reflectToAttr": true,
2833
+ "docs": "ID of the tooltip element that this trigger is linked to.",
2834
+ "docsTags": [],
2835
+ "values": [
2836
+ {
2837
+ "type": "string"
2838
+ }
2839
+ ],
2840
+ "optional": false,
2841
+ "required": true
2842
+ }
2843
+ ],
2844
+ "methods": [],
2845
+ "events": [],
2846
+ "listeners": [],
2847
+ "styles": [],
2848
+ "slots": [
2849
+ {
2850
+ "name": "default",
2851
+ "docs": "Content to trigger the tooltip. Can contain any focusable element or will be made focusable automatically."
2852
+ }
2853
+ ],
2854
+ "parts": [],
2855
+ "dependents": [],
2856
+ "dependencies": [],
2857
+ "dependencyGraph": {}
3856
2858
  }
3857
2859
  ],
3858
2860
  "typeLibrary": {
@@ -3861,10 +2863,10 @@
3861
2863
  "docstring": "",
3862
2864
  "path": "src/types/index.ts"
3863
2865
  },
3864
- "src/components/post-banner/banner-types.ts::BannerType": {
3865
- "declaration": "\"neutral\" | \"success\" | \"warning\" | \"danger\" | \"info\"",
2866
+ "src/components/post-alert/alert-types.ts::AlertType": {
2867
+ "declaration": "\"primary\" | \"success\" | \"warning\" | \"danger\" | \"info\" | \"gray\"",
3866
2868
  "docstring": "",
3867
- "path": "src/components/post-banner/banner-types.ts"
2869
+ "path": "src/components/post-alert/alert-types.ts"
3868
2870
  },
3869
2871
  "../../node_modules/.pnpm/@floating-ui+dom@1.6.8/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement": {
3870
2872
  "declaration": "any",