@swisspost/design-system-components 1.7.1 → 2.0.1

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 (339) hide show
  1. package/LICENSE +183 -185
  2. package/README.md +1 -1
  3. package/dist/cjs/check-non-empty-eeaa8f77.js +0 -2
  4. package/dist/cjs/constants-238701d3.js +0 -2
  5. package/dist/cjs/fade-35a3633a.js +0 -2
  6. package/dist/cjs/index-8c288b1a.js +0 -2
  7. package/dist/cjs/{index-c07c0cdb.js → index-f243643b.js} +38 -8
  8. package/dist/cjs/index.cjs.js +15 -15
  9. package/dist/cjs/loader.cjs.js +2 -4
  10. package/dist/cjs/package-0645dd08.js +5 -0
  11. package/dist/cjs/post-accordion-64aa88cf.js +87 -0
  12. package/dist/cjs/post-accordion-item-51df1dfa.js +51 -0
  13. package/dist/cjs/post-accordion-item.cjs.entry.js +13 -0
  14. package/dist/cjs/post-accordion.cjs.entry.js +3 -5
  15. package/dist/cjs/{post-alert-39ac30a4.js → post-alert-ac59385a.js} +9 -12
  16. package/dist/cjs/post-alert.cjs.entry.js +3 -5
  17. package/dist/cjs/post-collapsible-84416953.js +83 -0
  18. package/dist/cjs/post-collapsible.cjs.entry.js +3 -5
  19. package/dist/cjs/post-components.cjs.js +3 -5
  20. package/dist/cjs/{post-icon-53e50c15.js → post-icon-5fc20211.js} +5 -6
  21. package/dist/cjs/post-icon.cjs.entry.js +3 -5
  22. package/dist/cjs/{post-popover-5a75c1b2.js → post-popover-be868244.js} +5 -6
  23. package/dist/cjs/post-popover.cjs.entry.js +3 -5
  24. package/dist/cjs/{post-popovercontainer-84378594.js → post-popovercontainer-cc5fa030.js} +118 -30
  25. package/dist/cjs/post-popovercontainer.cjs.entry.js +3 -5
  26. package/dist/cjs/{post-tab-header-02c6e31e.js → post-tab-header-5a7070e9.js} +5 -6
  27. package/dist/cjs/post-tab-header.cjs.entry.js +3 -5
  28. package/dist/cjs/{post-tab-panel-3973b707.js → post-tab-panel-1143ea40.js} +5 -6
  29. package/dist/cjs/post-tab-panel.cjs.entry.js +3 -5
  30. package/dist/cjs/{post-tabs-7a4fead7.js → post-tabs-7ef36ff6.js} +5 -6
  31. package/dist/cjs/post-tabs.cjs.entry.js +3 -5
  32. package/dist/cjs/{post-tooltip-79a9c96d.js → post-tooltip-45784e17.js} +1732 -358
  33. package/dist/cjs/post-tooltip.cjs.entry.js +3 -5
  34. package/dist/collection/animations/collapse.js +10 -6
  35. package/dist/collection/animations/fade.js +0 -1
  36. package/dist/collection/animations/index.js +0 -1
  37. package/dist/collection/collection-manifest.json +3 -2
  38. package/dist/collection/components/post-accordion/post-accordion.js +40 -37
  39. package/dist/collection/components/{post-collapsible → post-accordion-item}/heading-levels.js +0 -1
  40. package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -0
  41. package/dist/collection/components/post-accordion-item/post-accordion-item.js +145 -0
  42. package/dist/collection/components/post-alert/alert-types.js +0 -1
  43. package/dist/collection/components/post-alert/post-alert.css +1 -1
  44. package/dist/collection/components/post-alert/post-alert.js +10 -8
  45. package/dist/collection/components/post-collapsible/post-collapsible.css +1 -1
  46. package/dist/collection/components/post-collapsible/post-collapsible.js +10 -49
  47. package/dist/collection/components/post-icon/post-icon.js +1 -2
  48. package/dist/collection/components/post-popover/post-popover.js +5 -3
  49. package/dist/collection/components/post-popovercontainer/post-popovercontainer.css +1 -1
  50. package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +6 -4
  51. package/dist/collection/components/post-tab-header/post-tab-header.js +4 -2
  52. package/dist/collection/components/post-tab-panel/post-tab-panel.js +4 -2
  53. package/dist/collection/components/post-tabs/post-tabs.js +5 -2
  54. package/dist/collection/components/post-tooltip/post-tooltip.css +1 -1
  55. package/dist/collection/components/post-tooltip/post-tooltip.js +28 -5
  56. package/dist/collection/components/post-tooltip/types.js +0 -1
  57. package/dist/collection/index.js +1 -1
  58. package/dist/collection/index.spec.js +27 -0
  59. package/dist/collection/utils/index.js +0 -1
  60. package/dist/collection/utils/is-motion-reduced.js +0 -1
  61. package/dist/collection/utils/property-checkers/check-non-empty.js +0 -1
  62. package/dist/collection/utils/property-checkers/check-one-of.js +0 -1
  63. package/dist/collection/utils/property-checkers/check-pattern.js +0 -1
  64. package/dist/collection/utils/property-checkers/check-type.js +0 -1
  65. package/dist/collection/utils/property-checkers/constants.js +0 -1
  66. package/dist/collection/utils/property-checkers/empty-or.js +0 -1
  67. package/dist/collection/utils/property-checkers/index.js +0 -1
  68. package/dist/components/check-non-empty.js +0 -2
  69. package/dist/components/constants.js +0 -2
  70. package/dist/components/fade.js +0 -2
  71. package/dist/components/index.js +1 -2
  72. package/dist/components/index2.js +1 -3
  73. package/dist/components/package.js +1 -3
  74. package/dist/components/post-accordion-item.d.ts +11 -0
  75. package/dist/components/post-accordion-item.js +6 -0
  76. package/dist/components/post-accordion-item2.js +78 -0
  77. package/dist/components/post-accordion.js +0 -2
  78. package/dist/components/post-accordion2.js +35 -35
  79. package/dist/components/post-alert.js +0 -2
  80. package/dist/components/post-alert2.js +8 -11
  81. package/dist/components/post-collapsible.js +0 -2
  82. package/dist/components/post-collapsible2.js +18 -32
  83. package/dist/components/post-icon.js +0 -2
  84. package/dist/components/post-icon2.js +4 -5
  85. package/dist/components/post-popover.js +0 -2
  86. package/dist/components/post-popover2.js +3 -4
  87. package/dist/components/post-popovercontainer.js +0 -2
  88. package/dist/components/post-popovercontainer2.js +116 -28
  89. package/dist/components/post-tab-header.js +0 -2
  90. package/dist/components/post-tab-header2.js +3 -4
  91. package/dist/components/post-tab-panel.js +0 -2
  92. package/dist/components/post-tab-panel2.js +3 -4
  93. package/dist/components/post-tabs.js +0 -2
  94. package/dist/components/post-tabs2.js +3 -4
  95. package/dist/components/post-tooltip.js +0 -2
  96. package/dist/components/post-tooltip2.js +1732 -357
  97. package/dist/docs.json +342 -93
  98. package/dist/esm/check-non-empty-58bd6b17.js +0 -2
  99. package/dist/esm/constants-8d548297.js +0 -2
  100. package/dist/esm/fade-7fd71785.js +0 -2
  101. package/dist/esm/{index-35998e08.js → index-1708db56.js} +38 -8
  102. package/dist/esm/{index-1427953c.js → index-b444db27.js} +1 -3
  103. package/dist/esm/index.js +15 -16
  104. package/dist/esm/loader.js +3 -5
  105. package/dist/esm/package-37a68f71.js +3 -0
  106. package/dist/esm/post-accordion-8872dc1b.js +85 -0
  107. package/dist/esm/post-accordion-item-02b9f01c.js +49 -0
  108. package/dist/esm/post-accordion-item.entry.js +5 -0
  109. package/dist/esm/post-accordion.entry.js +3 -5
  110. package/dist/esm/{post-alert-5e352303.js → post-alert-1a766c15.js} +10 -13
  111. package/dist/esm/post-alert.entry.js +4 -6
  112. package/dist/esm/post-collapsible-1f23fe7d.js +81 -0
  113. package/dist/esm/post-collapsible.entry.js +4 -6
  114. package/dist/esm/post-components.js +4 -6
  115. package/dist/esm/{post-icon-fdda3f99.js → post-icon-2ec2127e.js} +6 -7
  116. package/dist/esm/post-icon.entry.js +4 -6
  117. package/dist/esm/{post-popover-ff2c259f.js → post-popover-f6029c96.js} +5 -6
  118. package/dist/esm/post-popover.entry.js +3 -5
  119. package/dist/esm/{post-popovercontainer-f4cd18cd.js → post-popovercontainer-4a48161f.js} +118 -30
  120. package/dist/esm/post-popovercontainer.entry.js +3 -5
  121. package/dist/esm/{post-tab-header-486b267b.js → post-tab-header-63676360.js} +5 -6
  122. package/dist/esm/post-tab-header.entry.js +3 -5
  123. package/dist/esm/{post-tab-panel-13940300.js → post-tab-panel-da24046f.js} +5 -6
  124. package/dist/esm/post-tab-panel.entry.js +3 -5
  125. package/dist/esm/{post-tabs-6f44ed1d.js → post-tabs-21a5dfeb.js} +5 -6
  126. package/dist/esm/post-tabs.entry.js +3 -5
  127. package/dist/esm/{post-tooltip-1d99cd0c.js → post-tooltip-4f4f87b4.js} +1732 -358
  128. package/dist/esm/post-tooltip.entry.js +3 -5
  129. package/dist/post-components/index.esm.js +1 -2
  130. package/dist/post-components/p-0b46c9ba.entry.js +1 -0
  131. package/dist/post-components/p-10b4cf7a.js +2 -0
  132. package/dist/post-components/p-21557c34.js +15 -0
  133. package/dist/post-components/p-2737eaf5.js +1 -2
  134. package/dist/post-components/p-2b67b933.js +1 -0
  135. package/dist/post-components/p-440193f4.js +1 -2
  136. package/dist/post-components/p-47fd6eb0.js +1 -0
  137. package/dist/post-components/p-548ee455.entry.js +1 -0
  138. package/dist/post-components/p-63b6c589.entry.js +1 -0
  139. package/dist/post-components/p-66f346fb.entry.js +1 -0
  140. package/dist/post-components/p-73a7d4f9.js +1 -0
  141. package/dist/post-components/p-7973e3e4.js +1 -0
  142. package/dist/post-components/p-829f9eaf.entry.js +1 -0
  143. package/dist/post-components/p-82facb04.js +1 -0
  144. package/dist/post-components/p-8aa01298.js +1 -0
  145. package/dist/post-components/p-9170d84d.entry.js +1 -0
  146. package/dist/post-components/p-959f83c0.entry.js +1 -0
  147. package/dist/post-components/p-9bc7ed9e.entry.js +1 -0
  148. package/dist/post-components/p-a3fc7eaf.js +1 -0
  149. package/dist/post-components/p-a762b512.entry.js +1 -0
  150. package/dist/post-components/p-aee1750c.js +1 -0
  151. package/dist/post-components/p-b095519d.js +1 -2
  152. package/dist/post-components/p-c1c8f2ec.js +1 -0
  153. package/dist/post-components/p-ccd827a1.js +1 -0
  154. package/dist/post-components/p-d25e401c.entry.js +1 -0
  155. package/dist/post-components/p-e836df41.js +1 -0
  156. package/dist/post-components/p-f0e82e63.js +1 -0
  157. package/dist/post-components/p-f655856d.entry.js +1 -0
  158. package/dist/post-components/post-components.esm.js +1 -2
  159. package/dist/types/components/post-accordion/post-accordion.d.ts +11 -8
  160. package/dist/types/components/post-accordion-item/post-accordion-item.d.ts +28 -0
  161. package/dist/types/components/post-alert/post-alert.d.ts +5 -0
  162. package/dist/types/components/post-collapsible/post-collapsible.d.ts +7 -10
  163. package/dist/types/components/post-popover/post-popover.d.ts +3 -0
  164. package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +3 -0
  165. package/dist/types/components/post-tab-header/post-tab-header.d.ts +3 -0
  166. package/dist/types/components/post-tab-panel/post-tab-panel.d.ts +3 -0
  167. package/dist/types/components/post-tabs/post-tabs.d.ts +4 -0
  168. package/dist/types/components/post-tooltip/post-tooltip.d.ts +7 -0
  169. package/dist/types/components.d.ts +51 -18
  170. package/dist/types/index.d.ts +1 -0
  171. package/package.json +21 -14
  172. package/dist/cjs/check-non-empty-eeaa8f77.js.map +0 -1
  173. package/dist/cjs/constants-238701d3.js.map +0 -1
  174. package/dist/cjs/fade-35a3633a.js.map +0 -1
  175. package/dist/cjs/index-8c288b1a.js.map +0 -1
  176. package/dist/cjs/index-c07c0cdb.js.map +0 -1
  177. package/dist/cjs/index.cjs.js.map +0 -1
  178. package/dist/cjs/loader.cjs.js.map +0 -1
  179. package/dist/cjs/package-989e0b36.js +0 -7
  180. package/dist/cjs/package-989e0b36.js.map +0 -1
  181. package/dist/cjs/post-accordion-bc0c6f31.js +0 -87
  182. package/dist/cjs/post-accordion-bc0c6f31.js.map +0 -1
  183. package/dist/cjs/post-accordion.cjs.entry.js.map +0 -1
  184. package/dist/cjs/post-alert-39ac30a4.js.map +0 -1
  185. package/dist/cjs/post-alert.cjs.entry.js.map +0 -1
  186. package/dist/cjs/post-collapsible-85f8ace5.js +0 -93
  187. package/dist/cjs/post-collapsible-85f8ace5.js.map +0 -1
  188. package/dist/cjs/post-collapsible.cjs.entry.js.map +0 -1
  189. package/dist/cjs/post-components.cjs.js.map +0 -1
  190. package/dist/cjs/post-icon-53e50c15.js.map +0 -1
  191. package/dist/cjs/post-icon.cjs.entry.js.map +0 -1
  192. package/dist/cjs/post-popover-5a75c1b2.js.map +0 -1
  193. package/dist/cjs/post-popover.cjs.entry.js.map +0 -1
  194. package/dist/cjs/post-popovercontainer-84378594.js.map +0 -1
  195. package/dist/cjs/post-popovercontainer.cjs.entry.js.map +0 -1
  196. package/dist/cjs/post-tab-header-02c6e31e.js.map +0 -1
  197. package/dist/cjs/post-tab-header.cjs.entry.js.map +0 -1
  198. package/dist/cjs/post-tab-panel-3973b707.js.map +0 -1
  199. package/dist/cjs/post-tab-panel.cjs.entry.js.map +0 -1
  200. package/dist/cjs/post-tabs-7a4fead7.js.map +0 -1
  201. package/dist/cjs/post-tabs.cjs.entry.js.map +0 -1
  202. package/dist/cjs/post-tooltip-79a9c96d.js.map +0 -1
  203. package/dist/cjs/post-tooltip.cjs.entry.js.map +0 -1
  204. package/dist/collection/animations/collapse.js.map +0 -1
  205. package/dist/collection/animations/fade.js.map +0 -1
  206. package/dist/collection/animations/index.js.map +0 -1
  207. package/dist/collection/components/post-accordion/post-accordion.js.map +0 -1
  208. package/dist/collection/components/post-alert/alert-types.js.map +0 -1
  209. package/dist/collection/components/post-alert/post-alert.js.map +0 -1
  210. package/dist/collection/components/post-collapsible/heading-levels.js.map +0 -1
  211. package/dist/collection/components/post-collapsible/post-collapsible.js.map +0 -1
  212. package/dist/collection/components/post-icon/post-icon.js.map +0 -1
  213. package/dist/collection/components/post-popover/post-popover.js.map +0 -1
  214. package/dist/collection/components/post-popovercontainer/post-popovercontainer.js.map +0 -1
  215. package/dist/collection/components/post-tab-header/post-tab-header.js.map +0 -1
  216. package/dist/collection/components/post-tab-panel/post-tab-panel.js.map +0 -1
  217. package/dist/collection/components/post-tabs/post-tabs.js.map +0 -1
  218. package/dist/collection/components/post-tooltip/post-tooltip.js.map +0 -1
  219. package/dist/collection/components/post-tooltip/types.js.map +0 -1
  220. package/dist/collection/index.js.map +0 -1
  221. package/dist/collection/utils/index.js.map +0 -1
  222. package/dist/collection/utils/is-motion-reduced.js.map +0 -1
  223. package/dist/collection/utils/property-checkers/check-non-empty.js.map +0 -1
  224. package/dist/collection/utils/property-checkers/check-one-of.js.map +0 -1
  225. package/dist/collection/utils/property-checkers/check-pattern.js.map +0 -1
  226. package/dist/collection/utils/property-checkers/check-type.js.map +0 -1
  227. package/dist/collection/utils/property-checkers/constants.js.map +0 -1
  228. package/dist/collection/utils/property-checkers/empty-or.js.map +0 -1
  229. package/dist/collection/utils/property-checkers/index.js.map +0 -1
  230. package/dist/components/check-non-empty.js.map +0 -1
  231. package/dist/components/constants.js.map +0 -1
  232. package/dist/components/fade.js.map +0 -1
  233. package/dist/components/index.js.map +0 -1
  234. package/dist/components/index2.js.map +0 -1
  235. package/dist/components/package.js.map +0 -1
  236. package/dist/components/post-accordion.js.map +0 -1
  237. package/dist/components/post-accordion2.js.map +0 -1
  238. package/dist/components/post-alert.js.map +0 -1
  239. package/dist/components/post-alert2.js.map +0 -1
  240. package/dist/components/post-collapsible.js.map +0 -1
  241. package/dist/components/post-collapsible2.js.map +0 -1
  242. package/dist/components/post-icon.js.map +0 -1
  243. package/dist/components/post-icon2.js.map +0 -1
  244. package/dist/components/post-popover.js.map +0 -1
  245. package/dist/components/post-popover2.js.map +0 -1
  246. package/dist/components/post-popovercontainer.js.map +0 -1
  247. package/dist/components/post-popovercontainer2.js.map +0 -1
  248. package/dist/components/post-tab-header.js.map +0 -1
  249. package/dist/components/post-tab-header2.js.map +0 -1
  250. package/dist/components/post-tab-panel.js.map +0 -1
  251. package/dist/components/post-tab-panel2.js.map +0 -1
  252. package/dist/components/post-tabs.js.map +0 -1
  253. package/dist/components/post-tabs2.js.map +0 -1
  254. package/dist/components/post-tooltip.js.map +0 -1
  255. package/dist/components/post-tooltip2.js.map +0 -1
  256. package/dist/esm/check-non-empty-58bd6b17.js.map +0 -1
  257. package/dist/esm/constants-8d548297.js.map +0 -1
  258. package/dist/esm/fade-7fd71785.js.map +0 -1
  259. package/dist/esm/index-1427953c.js.map +0 -1
  260. package/dist/esm/index-35998e08.js.map +0 -1
  261. package/dist/esm/index.js.map +0 -1
  262. package/dist/esm/loader.js.map +0 -1
  263. package/dist/esm/package-e13ef9ad.js +0 -5
  264. package/dist/esm/package-e13ef9ad.js.map +0 -1
  265. package/dist/esm/post-accordion-8e96598a.js +0 -85
  266. package/dist/esm/post-accordion-8e96598a.js.map +0 -1
  267. package/dist/esm/post-accordion.entry.js.map +0 -1
  268. package/dist/esm/post-alert-5e352303.js.map +0 -1
  269. package/dist/esm/post-alert.entry.js.map +0 -1
  270. package/dist/esm/post-collapsible-3cc5dd87.js +0 -91
  271. package/dist/esm/post-collapsible-3cc5dd87.js.map +0 -1
  272. package/dist/esm/post-collapsible.entry.js.map +0 -1
  273. package/dist/esm/post-components.js.map +0 -1
  274. package/dist/esm/post-icon-fdda3f99.js.map +0 -1
  275. package/dist/esm/post-icon.entry.js.map +0 -1
  276. package/dist/esm/post-popover-ff2c259f.js.map +0 -1
  277. package/dist/esm/post-popover.entry.js.map +0 -1
  278. package/dist/esm/post-popovercontainer-f4cd18cd.js.map +0 -1
  279. package/dist/esm/post-popovercontainer.entry.js.map +0 -1
  280. package/dist/esm/post-tab-header-486b267b.js.map +0 -1
  281. package/dist/esm/post-tab-header.entry.js.map +0 -1
  282. package/dist/esm/post-tab-panel-13940300.js.map +0 -1
  283. package/dist/esm/post-tab-panel.entry.js.map +0 -1
  284. package/dist/esm/post-tabs-6f44ed1d.js.map +0 -1
  285. package/dist/esm/post-tabs.entry.js.map +0 -1
  286. package/dist/esm/post-tooltip-1d99cd0c.js.map +0 -1
  287. package/dist/esm/post-tooltip.entry.js.map +0 -1
  288. package/dist/post-components/index.esm.js.map +0 -1
  289. package/dist/post-components/p-169b8ef7.entry.js +0 -2
  290. package/dist/post-components/p-169b8ef7.entry.js.map +0 -1
  291. package/dist/post-components/p-2737eaf5.js.map +0 -1
  292. package/dist/post-components/p-28be44d7.js +0 -2
  293. package/dist/post-components/p-28be44d7.js.map +0 -1
  294. package/dist/post-components/p-3ef3a1d2.js +0 -2
  295. package/dist/post-components/p-3ef3a1d2.js.map +0 -1
  296. package/dist/post-components/p-440193f4.js.map +0 -1
  297. package/dist/post-components/p-4b94c2a1.entry.js +0 -2
  298. package/dist/post-components/p-4b94c2a1.entry.js.map +0 -1
  299. package/dist/post-components/p-4cbb5212.entry.js +0 -2
  300. package/dist/post-components/p-4cbb5212.entry.js.map +0 -1
  301. package/dist/post-components/p-51ae6f46.entry.js +0 -2
  302. package/dist/post-components/p-51ae6f46.entry.js.map +0 -1
  303. package/dist/post-components/p-668bf58c.entry.js +0 -2
  304. package/dist/post-components/p-668bf58c.entry.js.map +0 -1
  305. package/dist/post-components/p-67d0a4fa.entry.js +0 -2
  306. package/dist/post-components/p-67d0a4fa.entry.js.map +0 -1
  307. package/dist/post-components/p-6b3a5063.entry.js +0 -2
  308. package/dist/post-components/p-6b3a5063.entry.js.map +0 -1
  309. package/dist/post-components/p-6cdc82c6.js +0 -2
  310. package/dist/post-components/p-6cdc82c6.js.map +0 -1
  311. package/dist/post-components/p-723336f2.js +0 -2
  312. package/dist/post-components/p-723336f2.js.map +0 -1
  313. package/dist/post-components/p-7d08e4f1.js +0 -2
  314. package/dist/post-components/p-7d08e4f1.js.map +0 -1
  315. package/dist/post-components/p-81591ad0.js +0 -3
  316. package/dist/post-components/p-81591ad0.js.map +0 -1
  317. package/dist/post-components/p-96f4ebc4.js +0 -2
  318. package/dist/post-components/p-96f4ebc4.js.map +0 -1
  319. package/dist/post-components/p-9b1b6e06.entry.js +0 -2
  320. package/dist/post-components/p-9b1b6e06.entry.js.map +0 -1
  321. package/dist/post-components/p-a5a23448.js +0 -2
  322. package/dist/post-components/p-a5a23448.js.map +0 -1
  323. package/dist/post-components/p-aca6e9c1.js +0 -2
  324. package/dist/post-components/p-aca6e9c1.js.map +0 -1
  325. package/dist/post-components/p-b095519d.js.map +0 -1
  326. package/dist/post-components/p-bc27f061.js +0 -9
  327. package/dist/post-components/p-bc27f061.js.map +0 -1
  328. package/dist/post-components/p-bd1d0117.js +0 -2
  329. package/dist/post-components/p-bd1d0117.js.map +0 -1
  330. package/dist/post-components/p-d3ed113e.js +0 -2
  331. package/dist/post-components/p-d3ed113e.js.map +0 -1
  332. package/dist/post-components/p-d8365401.entry.js +0 -2
  333. package/dist/post-components/p-d8365401.entry.js.map +0 -1
  334. package/dist/post-components/p-e78d158d.entry.js +0 -2
  335. package/dist/post-components/p-e78d158d.entry.js.map +0 -1
  336. package/dist/post-components/p-f695aab4.js +0 -2
  337. package/dist/post-components/p-f695aab4.js.map +0 -1
  338. package/dist/post-components/post-components.esm.js.map +0 -1
  339. /package/dist/types/components/{post-collapsible → post-accordion-item}/heading-levels.d.ts +0 -0
@@ -2,12 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const postTooltip = require('./post-tooltip-79a9c96d.js');
6
- require('./index-c07c0cdb.js');
7
- require('./package-989e0b36.js');
5
+ const postTooltip = require('./post-tooltip-45784e17.js');
6
+ require('./index-f243643b.js');
7
+ require('./package-0645dd08.js');
8
8
 
9
9
 
10
10
 
11
11
  exports.post_tooltip = postTooltip.PostTooltip;
12
-
13
- //# sourceMappingURL=post-tooltip.cjs.entry.js.map
@@ -1,13 +1,17 @@
1
1
  const collapseDuration = 350;
2
2
  const collapseEasing = 'ease';
3
3
  const collapsedKeyframe = { height: '0', overflow: 'hidden' };
4
+ const animationOptions = {
5
+ duration: collapseDuration,
6
+ easing: collapseEasing,
7
+ fill: 'forwards',
8
+ };
4
9
  export const collapse = (el) => {
5
- const { height } = window.getComputedStyle(el);
6
- const expandedKeyframe = { height };
7
- return el.animate([expandedKeyframe, collapsedKeyframe], { duration: collapseDuration, easing: collapseEasing, fill: 'forwards' });
10
+ const expandedKeyframe = { height: window.getComputedStyle(el).height };
11
+ return el.animate([expandedKeyframe, collapsedKeyframe], animationOptions);
8
12
  };
9
13
  export const expand = (el) => {
10
- const expandedKeyframe = { height: `${el.scrollHeight}px` };
11
- return el.animate([collapsedKeyframe, expandedKeyframe], { duration: collapseDuration, easing: collapseEasing, fill: 'forwards' });
14
+ const expandedKeyframe = { height: `${el.scrollHeight}px`, offset: 1 };
15
+ const finalKeyframe = { height: 'auto' };
16
+ return el.animate([collapsedKeyframe, expandedKeyframe, finalKeyframe], animationOptions);
12
17
  };
13
- //# sourceMappingURL=collapse.js.map
@@ -3,4 +3,3 @@ const fadedOutKeyframe = { opacity: '0' };
3
3
  const fadedInKeyframe = { opacity: '1' };
4
4
  export const fadeIn = (el) => el.animate([fadedOutKeyframe, fadedInKeyframe], { duration: fadeDuration });
5
5
  export const fadeOut = (el) => el.animate([fadedInKeyframe, fadedOutKeyframe], { duration: fadeDuration });
6
- //# sourceMappingURL=fade.js.map
@@ -1,2 +1 @@
1
1
  export * from './fade';
2
- //# sourceMappingURL=index.js.map
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "entries": [
3
3
  "components/post-accordion/post-accordion.js",
4
+ "components/post-accordion-item/post-accordion-item.js",
4
5
  "components/post-alert/post-alert.js",
5
6
  "components/post-collapsible/post-collapsible.js",
6
7
  "components/post-icon/post-icon.js",
@@ -13,8 +14,8 @@
13
14
  ],
14
15
  "compiler": {
15
16
  "name": "@stencil/core",
16
- "version": "4.9.0",
17
- "typescriptVersion": "5.2.2"
17
+ "version": "4.12.0",
18
+ "typescriptVersion": "5.3.3"
18
19
  },
19
20
  "collections": [],
20
21
  "bundles": []
@@ -1,76 +1,80 @@
1
1
  import { h, Host } from "@stencil/core";
2
2
  import { version } from "../../../package.json";
3
+ /**
4
+ * @slot default - Slot for placing post-accordion-item components.
5
+ */
3
6
  export class PostAccordion {
4
7
  constructor() {
5
- this.expandedCollapsibles = new Set();
8
+ this.expandedItems = new Set();
6
9
  this.multiple = false;
7
10
  }
8
11
  componentWillLoad() {
9
- this.registerCollapsibles();
12
+ this.registerAccordionItems();
10
13
  }
11
14
  /**
12
- * Toggles the `post-collapsible` children with the given id.
15
+ * Toggles the `post-accordion-item` with the given id.
13
16
  */
14
17
  async toggle(id) {
15
- const collapsibleToToggle = this.collapsibles
16
- .find(collapsible => collapsible.id === id);
17
- if (!collapsibleToToggle)
18
- throw new Error(`No post-collapsible found with id #${id}.`);
19
- await collapsibleToToggle.toggle();
18
+ const itemToToggle = this.accordionItems.find(item => item.id === id);
19
+ if (!itemToToggle)
20
+ throw new Error(`No post-accordion-item found with id #${id}.`);
21
+ await itemToToggle.toggle();
20
22
  }
21
23
  collapseChangeHandler(event) {
22
- const toggledCollapsible = event.target;
23
- const isClosing = this.expandedCollapsibles.has(toggledCollapsible);
24
+ event.stopPropagation();
25
+ const toggledItem = event.target;
26
+ const isClosing = this.expandedItems.has(toggledItem);
24
27
  if (isClosing) {
25
- this.expandedCollapsibles.delete(toggledCollapsible);
28
+ this.expandedItems.delete(toggledItem);
26
29
  }
27
30
  else {
28
- this.expandedCollapsibles.add(toggledCollapsible);
31
+ this.expandedItems.add(toggledItem);
29
32
  }
30
33
  if (this.multiple || isClosing)
31
34
  return;
32
- // close other open collapsible elements to have only one opened at a time
33
- Array.from(this.expandedCollapsibles.values())
34
- .filter(collapsible => collapsible !== toggledCollapsible)
35
- .forEach(collapsible => {
36
- void collapsible.toggle(false);
35
+ // close other open accordion items to have only one opened at a time
36
+ Array.from(this.expandedItems.values())
37
+ .filter(item => item !== toggledItem)
38
+ .forEach(item => {
39
+ item.toggle(false);
37
40
  });
38
41
  }
39
42
  /**
40
- * Expands all `post-collapsible` children.
43
+ * Expands all `post-accordion-item`.
41
44
  *
42
45
  * If `close-others` is `true` and all items are closed, it will open the first one.
43
46
  * Otherwise, it will keep the opened one.
44
47
  */
45
48
  async expandAll() {
46
49
  if (this.multiple) {
47
- await Promise.all(this.collapsibles.map(collapsible => collapsible.toggle(true)));
50
+ await Promise.all(this.accordionItems.map(item => item.toggle(true)));
48
51
  }
49
- else if (!this.expandedCollapsibles.size) {
50
- await this.collapsibles[0].toggle(true);
52
+ else if (!this.expandedItems.size) {
53
+ await this.accordionItems[0].toggle(true);
51
54
  }
52
55
  }
53
56
  /**
54
- * Collapses all `post-collapsible` children.
57
+ * Collapses all `post-accordion-item`.
55
58
  */
56
59
  async collapseAll() {
57
- await Promise.all(this.collapsibles.map(collapsible => collapsible.toggle(false)));
60
+ await Promise.all(this.accordionItems.map(item => item.toggle(false)));
58
61
  }
59
- registerCollapsibles() {
60
- this.collapsibles = Array.from(this.host.querySelectorAll('post-collapsible'));
61
- this.collapsibles
62
- .filter(collapsible => {
63
- return !collapsible.collapsed || this.expandedCollapsibles.has(collapsible);
64
- }).forEach((collapsible, index) => {
62
+ registerAccordionItems() {
63
+ this.accordionItems = Array.from(this.host.querySelectorAll('post-accordion-item'));
64
+ this.accordionItems
65
+ .filter(item => {
66
+ return !item.collapsed || this.expandedItems.has(item);
67
+ })
68
+ .forEach((item, index) => {
65
69
  if (!this.multiple && index !== 0) {
66
- collapsible.setAttribute('collapsed', '');
70
+ item.setAttribute('collapsed', '');
67
71
  return;
68
72
  }
69
- this.expandedCollapsibles.add(collapsible);
73
+ this.expandedItems.add(item);
70
74
  });
71
75
  }
72
76
  render() {
73
- return (h(Host, { "data-version": version }, h("div", { class: "accordion" }, h("slot", { onSlotchange: () => this.registerCollapsibles() }))));
77
+ return (h(Host, { key: '08d0661a81fef59f3b74cbceceff49920cbfda0c', "data-version": version }, h("div", { key: '2625963e5f2952fd5bd5b4f05a14142a501b272c', class: "accordion" }, h("slot", { key: 'f2514ed051562c17fe852bd2bf39c10282915bfb', onSlotchange: () => this.registerAccordionItems() }))));
74
78
  }
75
79
  static get is() { return "post-accordion"; }
76
80
  static get encapsulation() { return "shadow"; }
@@ -98,7 +102,7 @@ export class PostAccordion {
98
102
  "optional": false,
99
103
  "docs": {
100
104
  "tags": [],
101
- "text": "If `true`, multiple `post-collapsible` can be open at the same time."
105
+ "text": "If `true`, multiple `post-accordion-item` can be open at the same time."
102
106
  },
103
107
  "attribute": "multiple",
104
108
  "reflect": false,
@@ -125,7 +129,7 @@ export class PostAccordion {
125
129
  "return": "Promise<void>"
126
130
  },
127
131
  "docs": {
128
- "text": "Toggles the `post-collapsible` children with the given id.",
132
+ "text": "Toggles the `post-accordion-item` with the given id.",
129
133
  "tags": []
130
134
  }
131
135
  },
@@ -142,7 +146,7 @@ export class PostAccordion {
142
146
  "return": "Promise<void>"
143
147
  },
144
148
  "docs": {
145
- "text": "Expands all `post-collapsible` children.\n\nIf `close-others` is `true` and all items are closed, it will open the first one.\nOtherwise, it will keep the opened one.",
149
+ "text": "Expands all `post-accordion-item`.\n\nIf `close-others` is `true` and all items are closed, it will open the first one.\nOtherwise, it will keep the opened one.",
146
150
  "tags": []
147
151
  }
148
152
  },
@@ -159,7 +163,7 @@ export class PostAccordion {
159
163
  "return": "Promise<void>"
160
164
  },
161
165
  "docs": {
162
- "text": "Collapses all `post-collapsible` children.",
166
+ "text": "Collapses all `post-accordion-item`.",
163
167
  "tags": []
164
168
  }
165
169
  }
@@ -176,4 +180,3 @@ export class PostAccordion {
176
180
  }];
177
181
  }
178
182
  }
179
- //# sourceMappingURL=post-accordion.js.map
@@ -1,2 +1 @@
1
1
  export const HEADING_LEVELS = [1, 2, 3, 4, 5, 6];
2
- //# sourceMappingURL=heading-levels.js.map
@@ -0,0 +1 @@
1
+ post-accordion-item::part(accordion-item),.bg-yellow post-accordion-item::part(accordion-item),.bg-light post-accordion-item::part(accordion-item),.bg-gray post-accordion-item::part(accordion-item),.bg-dark post-accordion-item::part(accordion-item),.bg-primary post-accordion-item::part(accordion-item),.bg-white post-accordion-item::part(accordion-item),.bg-black post-accordion-item::part(accordion-item),.bg-info post-accordion-item::part(accordion-item),.bg-success post-accordion-item::part(accordion-item),.bg-warning post-accordion-item::part(accordion-item),.bg-danger post-accordion-item::part(accordion-item),.bg-nightblue post-accordion-item::part(accordion-item),.bg-nightblue-bright post-accordion-item::part(accordion-item),.bg-petrol post-accordion-item::part(accordion-item),.bg-petrol-bright post-accordion-item::part(accordion-item),.bg-coral post-accordion-item::part(accordion-item),.bg-coral-bright post-accordion-item::part(accordion-item),.bg-olive post-accordion-item::part(accordion-item),.bg-olive-bright post-accordion-item::part(accordion-item),.bg-purple post-accordion-item::part(accordion-item),.bg-purple-bright post-accordion-item::part(accordion-item),.bg-aubergine post-accordion-item::part(accordion-item),.bg-aubergine-bright post-accordion-item::part(accordion-item),.bg-success-green post-accordion-item::part(accordion-item),.bg-error-red post-accordion-item::part(accordion-item),.bg-warning-orange post-accordion-item::part(accordion-item),.bg-success-background post-accordion-item::part(accordion-item),.bg-error-background post-accordion-item::part(accordion-item),.bg-warning-background post-accordion-item::part(accordion-item),.accordion-item,.bg-yellow .accordion-item,.bg-light .accordion-item,.bg-gray .accordion-item,.bg-dark .accordion-item,.bg-primary .accordion-item,.bg-white .accordion-item,.bg-black .accordion-item,.bg-info .accordion-item,.bg-success .accordion-item,.bg-warning .accordion-item,.bg-danger .accordion-item,.bg-nightblue .accordion-item,.bg-nightblue-bright .accordion-item,.bg-petrol .accordion-item,.bg-petrol-bright .accordion-item,.bg-coral .accordion-item,.bg-coral-bright .accordion-item,.bg-olive .accordion-item,.bg-olive-bright .accordion-item,.bg-purple .accordion-item,.bg-purple-bright .accordion-item,.bg-aubergine .accordion-item,.bg-aubergine-bright .accordion-item,.bg-success-green .accordion-item,.bg-error-red .accordion-item,.bg-warning-orange .accordion-item,.bg-success-background .accordion-item,.bg-error-background .accordion-item,.bg-warning-background .accordion-item{--post-bg-opacity: 1;background-color:rgba(var(--post-bg-rgb), var(--post-bg-opacity)) !important;color:var(--post-contrast-color) !important}post-accordion-item::part(accordion-item),.bg-yellow post-accordion-item::part(accordion-item),.bg-light post-accordion-item::part(accordion-item),.bg-gray post-accordion-item::part(accordion-item),.bg-dark post-accordion-item::part(accordion-item),.bg-primary post-accordion-item::part(accordion-item),.bg-white post-accordion-item::part(accordion-item),.bg-black post-accordion-item::part(accordion-item),.bg-info post-accordion-item::part(accordion-item),.bg-success post-accordion-item::part(accordion-item),.bg-warning post-accordion-item::part(accordion-item),.bg-danger post-accordion-item::part(accordion-item),.bg-nightblue post-accordion-item::part(accordion-item),.bg-nightblue-bright post-accordion-item::part(accordion-item),.bg-petrol post-accordion-item::part(accordion-item),.bg-petrol-bright post-accordion-item::part(accordion-item),.bg-coral post-accordion-item::part(accordion-item),.bg-coral-bright post-accordion-item::part(accordion-item),.bg-olive post-accordion-item::part(accordion-item),.bg-olive-bright post-accordion-item::part(accordion-item),.bg-purple post-accordion-item::part(accordion-item),.bg-purple-bright post-accordion-item::part(accordion-item),.bg-aubergine post-accordion-item::part(accordion-item),.bg-aubergine-bright post-accordion-item::part(accordion-item),.bg-success-green post-accordion-item::part(accordion-item),.bg-error-red post-accordion-item::part(accordion-item),.bg-warning-orange post-accordion-item::part(accordion-item),.bg-success-background post-accordion-item::part(accordion-item),.bg-error-background post-accordion-item::part(accordion-item),.bg-warning-background post-accordion-item::part(accordion-item),.accordion-item,.bg-yellow .accordion-item,.bg-light .accordion-item,.bg-gray .accordion-item,.bg-dark .accordion-item,.bg-primary .accordion-item,.bg-white .accordion-item,.bg-black .accordion-item,.bg-info .accordion-item,.bg-success .accordion-item,.bg-warning .accordion-item,.bg-danger .accordion-item,.bg-nightblue .accordion-item,.bg-nightblue-bright .accordion-item,.bg-petrol .accordion-item,.bg-petrol-bright .accordion-item,.bg-coral .accordion-item,.bg-coral-bright .accordion-item,.bg-olive .accordion-item,.bg-olive-bright .accordion-item,.bg-purple .accordion-item,.bg-purple-bright .accordion-item,.bg-aubergine .accordion-item,.bg-aubergine-bright .accordion-item,.bg-success-green .accordion-item,.bg-error-red .accordion-item,.bg-warning-orange .accordion-item,.bg-success-background .accordion-item,.bg-error-background .accordion-item,.bg-warning-background .accordion-item{--post-contrast-color: #000;--post-contrast-color-inverted: #fff;--post-gray-10: hsl(0, 0%, 90%);--post-gray-20: hsl(0, 0%, 80%);--post-gray-40: hsl(0, 0%, 60%);--post-gray-60: hsl(0, 0%, 40%);--post-gray-80: hsl(0, 0%, 20%);--post-yellow: #fc0;--post-light: #faf9f8;--post-gray: #f4f3f1;--post-dark: hsl(0, 0%, 20%);--post-primary: hsl(0, 0%, 20%);--post-white: #fff;--post-black: #000;--post-info: #cce4ee;--post-success: #2c911c;--post-warning: #f49e00;--post-danger: #a51728;--post-nightblue: #004976;--post-nightblue-bright: #0076a8;--post-petrol: #006d68;--post-petrol-bright: #00968f;--post-coral: #9e2a2f;--post-coral-bright: #e03c31;--post-olive: #716135;--post-olive-bright: #aa9d2e;--post-purple: #80276c;--post-purple-bright: #c5299b;--post-aubergine: #523178;--post-aubergine-bright: #7566a0;--post-success-green: #2c871d;--post-error-red: #a51728;--post-warning-orange: #f49e00;--post-success-background: #c0debb;--post-error-background: #ffdade;--post-warning-background: #fce2b2;--post-contrast-color-rgb: 0, 0, 0;--post-contrast-color-inverted-rgb: 255, 255, 255;--post-gray-10-rgb: 230, 230, 230;--post-gray-20-rgb: 204, 204, 204;--post-gray-40-rgb: 153, 153, 153;--post-gray-60-rgb: 102, 102, 102;--post-gray-80-rgb: 51, 51, 51;--post-yellow-rgb: 255, 204, 0;--post-light-rgb: 250, 249, 248;--post-gray-rgb: 244, 243, 241;--post-dark-rgb: 51, 51, 51;--post-primary-rgb: 51, 51, 51;--post-white-rgb: 255, 255, 255;--post-black-rgb: 0, 0, 0;--post-info-rgb: 204, 228, 238;--post-success-rgb: 44, 145, 28;--post-warning-rgb: 244, 158, 0;--post-danger-rgb: 165, 23, 40;--post-nightblue-rgb: 0, 73, 118;--post-nightblue-bright-rgb: 0, 118, 168;--post-petrol-rgb: 0, 109, 104;--post-petrol-bright-rgb: 0, 150, 143;--post-coral-rgb: 158, 42, 47;--post-coral-bright-rgb: 224, 60, 49;--post-olive-rgb: 113, 97, 53;--post-olive-bright-rgb: 170, 157, 46;--post-purple-rgb: 128, 39, 108;--post-purple-bright-rgb: 197, 41, 155;--post-aubergine-rgb: 82, 49, 120;--post-aubergine-bright-rgb: 117, 102, 160;--post-success-green-rgb: 44, 135, 29;--post-error-red-rgb: 165, 23, 40;--post-warning-orange-rgb: 244, 158, 0;--post-success-background-rgb: 192, 222, 187;--post-error-background-rgb: 255, 218, 222;--post-warning-background-rgb: 252, 226, 178}.accordion-item{--post-bg-rgb: 244, 243, 241;border-block:2px solid #666}.bg-yellow .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-light .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-gray .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-dark .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-primary .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-white .accordion-item{--post-bg-rgb: 244, 243, 241}.bg-black .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-info .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-success .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-warning .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-danger .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-nightblue .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-nightblue-bright .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-petrol .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-petrol-bright .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-coral .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-coral-bright .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-olive .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-olive-bright .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-purple .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-purple-bright .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-aubergine .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-aubergine-bright .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-success-green .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-error-red .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-warning-orange .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-success-background .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-error-background .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-warning-background .accordion-item{--post-bg-rgb: 255, 255, 255}.accordion-item+.accordion-item{border-block-start:0}.accordion-header{color:#333;font-size:1rem;font-weight:700;line-height:1.5;margin:0}.accordion-button{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;-webkit-appearance:button;appearance:button;outline:none;width:100%;position:relative;padding-block:1rem;padding-inline-start:1rem;padding-inline-end:3rem;text-align:start;transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms}.accordion-button:focus-visible{outline:2px solid #1976c8}.accordion-button:hover{color:#000;background-color:#e6e6e6}.accordion-button:disabled{opacity:.4;pointer-events:none}.accordion-button::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xml:space='preserve' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='m23.6 18.3-.9.9-6.7-6.6-6.6 6.6-.9-.9 7.5-7.6z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xml:space='preserve' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='m23.6 18.3-.9.9-6.7-6.6-6.6 6.6-.9-.9 7.5-7.6z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;content:"";display:block;height:1.5rem;width:1.5rem;position:absolute;inset-inline-end:1rem;inset-block-start:50%;transform:translateY(-50%);transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1)}.accordion-button.collapsed::after{transform:translateY(-50%) rotate(-180deg)}.accordion-button>.text-truncate{display:block}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button:hover:not(:disabled),.accordion-button:focus-visible:not(:disabled){outline:2px solid Highlight}.accordion-button:disabled{opacity:1 !important}}.accordion-body{padding:.5rem 1rem 1rem;font-weight:300}.accordion-button>*,.accordion-body>:first-child{margin-block-start:0 !important}.accordion-button>*,.accordion-body>:last-child{margin-block-end:0 !important}:host{display:block}.accordion-button{cursor:pointer}.accordion-button>::slotted(.text-truncate){display:block}post-accordion-item::part(accordion-item){--post-bg-rgb: 244, 243, 241}.bg-yellow post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-light post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-gray post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-dark post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-primary post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-white post-accordion-item::part(accordion-item){--post-bg-rgb: 244, 243, 241}.bg-black post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-info post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-success post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-warning post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-danger post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-nightblue post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-nightblue-bright post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-petrol post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-petrol-bright post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-coral post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-coral-bright post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-olive post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-olive-bright post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-purple post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-purple-bright post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-aubergine post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-aubergine-bright post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-success-green post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-error-red post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-warning-orange post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-success-background post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-error-background post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}.bg-warning-background post-accordion-item::part(accordion-item){--post-bg-rgb: 255, 255, 255}post-accordion-item+post-accordion-item::part(accordion-item){border-block-start:0 !important}
@@ -0,0 +1,145 @@
1
+ import { h, Host } from "@stencil/core";
2
+ import { version } from "../../../package.json";
3
+ import { checkEmptyOrOneOf } from "../../utils";
4
+ import { HEADING_LEVELS } from "./heading-levels";
5
+ /**
6
+ * @slot header - Slot for placing custom content within the accordion item's header.
7
+ * @slot default - Slot for placing content within the accordion item's body.
8
+ */
9
+ export class PostAccordionItem {
10
+ constructor() {
11
+ this.id = undefined;
12
+ this.isOpen = undefined;
13
+ this.collapsed = false;
14
+ this.headingLevel = 2;
15
+ }
16
+ validateHeadingLevel(newValue = this.headingLevel) {
17
+ checkEmptyOrOneOf(newValue, HEADING_LEVELS, 'The `headingLevel` property of the `post-accordion-item` must be a number between 1 and 6.');
18
+ }
19
+ connectedCallback() {
20
+ this.validateHeadingLevel();
21
+ }
22
+ componentWillLoad() {
23
+ this.isOpen = !this.collapsed;
24
+ this.id = this.host.id || `a${crypto.randomUUID()}`;
25
+ }
26
+ onCollapseChange(event) {
27
+ this.isOpen = event.detail;
28
+ }
29
+ /**
30
+ * Triggers the collapse programmatically.
31
+ */
32
+ async toggle(force) {
33
+ return this.collapsible.toggle(force);
34
+ }
35
+ render() {
36
+ var _a;
37
+ const HeadingTag = `h${(_a = this.headingLevel) !== null && _a !== void 0 ? _a : 2}`;
38
+ return (h(Host, { key: '795ccef5a57e07755df60f651712dff5eb3fcfaf', id: this.id, "data-version": version }, h("div", { key: '529feda41150180001d5535d0d79007e312b0d39', part: "accordion-item", class: "accordion-item" }, h(HeadingTag, { key: '4ddcc8f6ab703625ab072541b65ed0dcb7392129', class: "accordion-header", id: `${this.id}--header` }, h("button", { key: '09dcd22dc3382fe442018649b392ba95ed3918f9', "aria-controls": `${this.id}--collapse`, "aria-expanded": `${this.isOpen}`, class: `accordion-button${this.isOpen ? '' : ' collapsed'}`, onClick: () => this.toggle(), type: "button" }, h("slot", { key: '8e4026adc26445aa84cce3587bf4cc82b816641a', name: "header" }))), h("post-collapsible", { key: '83aeca309682e6f0d9dc2f6fa0701a01229a8f2b', collapsed: this.collapsed, ref: el => (this.collapsible = el) }, h("div", { key: 'c881ddf1fe72345d1e6fedaff9376cf43ad566b4', class: "accordion-body" }, h("slot", { key: '8d72ce66dd9b3b2059ea789ec5854d53b4895907' }))))));
39
+ }
40
+ static get is() { return "post-accordion-item"; }
41
+ static get encapsulation() { return "shadow"; }
42
+ static get originalStyleUrls() {
43
+ return {
44
+ "$": ["post-accordion-item.scss"]
45
+ };
46
+ }
47
+ static get styleUrls() {
48
+ return {
49
+ "$": ["post-accordion-item.css"]
50
+ };
51
+ }
52
+ static get properties() {
53
+ return {
54
+ "collapsed": {
55
+ "type": "boolean",
56
+ "mutable": false,
57
+ "complexType": {
58
+ "original": "boolean",
59
+ "resolved": "boolean",
60
+ "references": {}
61
+ },
62
+ "required": false,
63
+ "optional": true,
64
+ "docs": {
65
+ "tags": [],
66
+ "text": "If `true`, the element is initially collapsed otherwise it is displayed."
67
+ },
68
+ "attribute": "collapsed",
69
+ "reflect": false,
70
+ "defaultValue": "false"
71
+ },
72
+ "headingLevel": {
73
+ "type": "number",
74
+ "mutable": false,
75
+ "complexType": {
76
+ "original": "HeadingLevel",
77
+ "resolved": "1 | 2 | 3 | 4 | 5 | 6",
78
+ "references": {
79
+ "HeadingLevel": {
80
+ "location": "import",
81
+ "path": "./heading-levels",
82
+ "id": "src/components/post-accordion-item/heading-levels.ts::HeadingLevel"
83
+ }
84
+ }
85
+ },
86
+ "required": false,
87
+ "optional": true,
88
+ "docs": {
89
+ "tags": [],
90
+ "text": "Defines the hierarchical level of the accordion item header within the headings structure."
91
+ },
92
+ "attribute": "heading-level",
93
+ "reflect": false,
94
+ "defaultValue": "2"
95
+ }
96
+ };
97
+ }
98
+ static get states() {
99
+ return {
100
+ "id": {},
101
+ "isOpen": {}
102
+ };
103
+ }
104
+ static get methods() {
105
+ return {
106
+ "toggle": {
107
+ "complexType": {
108
+ "signature": "(force?: boolean) => Promise<boolean>",
109
+ "parameters": [{
110
+ "name": "force",
111
+ "type": "boolean",
112
+ "docs": ""
113
+ }],
114
+ "references": {
115
+ "Promise": {
116
+ "location": "global",
117
+ "id": "global::Promise"
118
+ }
119
+ },
120
+ "return": "Promise<boolean>"
121
+ },
122
+ "docs": {
123
+ "text": "Triggers the collapse programmatically.",
124
+ "tags": []
125
+ }
126
+ }
127
+ };
128
+ }
129
+ static get elementRef() { return "host"; }
130
+ static get watchers() {
131
+ return [{
132
+ "propName": "headingLevel",
133
+ "methodName": "validateHeadingLevel"
134
+ }];
135
+ }
136
+ static get listeners() {
137
+ return [{
138
+ "name": "collapseChange",
139
+ "method": "onCollapseChange",
140
+ "target": undefined,
141
+ "capture": false,
142
+ "passive": false
143
+ }];
144
+ }
145
+ }
@@ -1,2 +1 @@
1
1
  export const ALERT_TYPES = ['primary', 'success', 'danger', 'warning', 'info', 'gray'];
2
- //# sourceMappingURL=alert-types.js.map
@@ -30,6 +30,6 @@
30
30
  (100% - 1440px) / 2 + 120px + 1.25rem + 3rem + 1.25rem
31
31
  );background-position-x:calc((100% - 1440px) / 2 + 120px + 1.25rem + 1.5rem)}.alert-fixed-bottom::before{left:calc((100% - 1440px) / 2 + 120px + 1.25rem)}.alert-fixed-bottom.no-icon{padding-inline-start:calc((100% - 1440px) / 2 + 120px + 1.25rem)}.alert-fixed-bottom.alert-dismissible{padding-inline-end:calc(
32
32
  (100% - 1440px) / 2 + 120px + 1.25rem + 1.25rem + 1.5rem
33
- )}.alert-fixed-bottom.alert-dismissible>.btn-close{inset-inline-end:calc((100% - 1440px) / 2 + 120px + 1.25rem)}}.alert-primary{--post-bg-rgb: 51, 51, 51}.alert-primary:not(.no-icon,[class^=pi-],[class*=" pi-"])::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M30.533 26.933c-3.333-4.8-5.867-12.667-5.867-18.267 0-4.8-3.867-8.667-8.667-8.667S7.332 3.866 7.332 8.666c0 5.6-2.533 13.467-5.867 18.267L1.998 28h11.333v4h5.333v-4h11.333l.533-1.067zm-13.2 3.734h-2.667V28h2.667zm-14.133-4c3.2-5.067 5.467-12.533 5.467-18 0-4 3.333-7.333 7.333-7.333s7.333 3.333 7.333 7.333c0 5.467 2.267 12.933 5.467 18z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M30.533 26.933c-3.333-4.8-5.867-12.667-5.867-18.267 0-4.8-3.867-8.667-8.667-8.667S7.332 3.866 7.332 8.666c0 5.6-2.533 13.467-5.867 18.267L1.998 28h11.333v4h5.333v-4h11.333l.533-1.067zm-13.2 3.734h-2.667V28h2.667zm-14.133-4c3.2-5.067 5.467-12.533 5.467-18 0-4 3.333-7.333 7.333-7.333s7.333 3.333 7.333 7.333c0 5.467 2.267 12.933 5.467 18z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}.alert-primary:has(>post-icon)::before{content:none}.alert-primary>post-icon{background-color:#333}.alert-success{--post-bg-rgb: 44, 145, 28}.alert-success:not(.no-icon,[class^=pi-],[class*=" pi-"])::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='m12.667 24.533-7.6-7.6 1.867-1.867 5.733 5.733 12.4-12.4 1.867 1.867z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='m12.667 24.533-7.6-7.6 1.867-1.867 5.733 5.733 12.4-12.4 1.867 1.867z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}.alert-success:has(>post-icon)::before{content:none}.alert-success>post-icon{background-color:#2c911c}.alert-danger{--post-bg-rgb: 165, 23, 40}.alert-danger:not(.no-icon,[class^=pi-],[class*=" pi-"])::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M14.667 4h2.667v18.667h-2.667zm0 21.333h2.667V28h-2.667z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M14.667 4h2.667v18.667h-2.667zm0 21.333h2.667V28h-2.667z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}.alert-danger:has(>post-icon)::before{content:none}.alert-danger>post-icon{background-color:#a51728}.alert-warning{--post-bg-rgb: 244, 158, 0}.alert-warning:not(.no-icon,[class^=pi-],[class*=" pi-"])::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M14.667 4h2.667v18.667h-2.667zm0 21.333h2.667V28h-2.667z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M14.667 4h2.667v18.667h-2.667zm0 21.333h2.667V28h-2.667z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}.alert-warning:has(>post-icon)::before{content:none}.alert-warning>post-icon{background-color:#f49e00}.alert-info{--post-bg-rgb: 204, 228, 238}.alert-info:not(.no-icon,[class^=pi-],[class*=" pi-"])::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M17.333 25.333v-16h-4.667V12h2v13.333h-2V28h6.667v-2.667zM14.667 4h2.667v2.667h-2.667z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M17.333 25.333v-16h-4.667V12h2v13.333h-2V28h6.667v-2.667zM14.667 4h2.667v2.667h-2.667z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}.alert-info:has(>post-icon)::before{content:none}.alert-info>post-icon{background-color:#cce4ee}.alert-gray{--post-bg-rgb: 244, 243, 241}.alert-gray:not(.no-icon,[class^=pi-],[class*=" pi-"])::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xml:space='preserve' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M31.986 15.73c-.503.16-1.03.27-1.586.27a5.241 5.241 0 0 1-4.43-2.448c-.73.382-1.547.62-2.427.62a5.257 5.257 0 0 1-5.257-5.258c0-.88.237-1.698.62-2.427a5.241 5.241 0 0 1-2.449-4.43c0-.714.145-1.393.403-2.014C16.574.028 16.29 0 16 0 7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16c0-.091-.012-.18-.014-.27M16 30.667c-8.087 0-14.667-6.58-14.667-14.667 0-7.806 6.13-14.207 13.828-14.643a6.54 6.54 0 0 0 2.116 5.56 6.325 6.325 0 0 0-.325 1.997 6.598 6.598 0 0 0 6.59 6.59c.677 0 1.346-.108 1.998-.324a6.54 6.54 0 0 0 5.067 2.15C29.933 24.796 23.639 30.667 16 30.667M11.352 14.17a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0c0-.735.599-1.333 1.334-1.333s1.333.598 1.333 1.333-.598 1.334-1.333 1.334-1.334-.598-1.334-1.334m13.981 8.496a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 0 1 2.667 0c0 .735-.598 1.333-1.333 1.333a1.335 1.335 0 0 1-1.334-1.333m-7.276-1.829a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.667a.667.667 0 1 1 .002-1.335.667.667 0 0 1-.002 1.335m7.772-6a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-2 .666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M11.505 5.505a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M28.93 18.548a13.19 13.19 0 0 1-4.335 7.357.663.663 0 0 1-.94-.073.666.666 0 0 1 .073-.94 11.84 11.84 0 0 0 3.894-6.61.668.668 0 0 1 1.307.266m-6.668 8.212a.667.667 0 0 1-.295.896c-.837.423-1.722.757-2.63.99a.665.665 0 1 1-.33-1.292 11.647 11.647 0 0 0 2.359-.888.668.668 0 0 1 .896.294M4 15.921a.666.666 0 1 1-1.333 0 13.13 13.13 0 0 1 4.597-9.984.666.666 0 1 1 .867 1.013A11.798 11.798 0 0 0 4 15.92'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xml:space='preserve' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M31.986 15.73c-.503.16-1.03.27-1.586.27a5.241 5.241 0 0 1-4.43-2.448c-.73.382-1.547.62-2.427.62a5.257 5.257 0 0 1-5.257-5.258c0-.88.237-1.698.62-2.427a5.241 5.241 0 0 1-2.449-4.43c0-.714.145-1.393.403-2.014C16.574.028 16.29 0 16 0 7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16c0-.091-.012-.18-.014-.27M16 30.667c-8.087 0-14.667-6.58-14.667-14.667 0-7.806 6.13-14.207 13.828-14.643a6.54 6.54 0 0 0 2.116 5.56 6.325 6.325 0 0 0-.325 1.997 6.598 6.598 0 0 0 6.59 6.59c.677 0 1.346-.108 1.998-.324a6.54 6.54 0 0 0 5.067 2.15C29.933 24.796 23.639 30.667 16 30.667M11.352 14.17a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0c0-.735.599-1.333 1.334-1.333s1.333.598 1.333 1.333-.598 1.334-1.333 1.334-1.334-.598-1.334-1.334m13.981 8.496a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 0 1 2.667 0c0 .735-.598 1.333-1.333 1.333a1.335 1.335 0 0 1-1.334-1.333m-7.276-1.829a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.667a.667.667 0 1 1 .002-1.335.667.667 0 0 1-.002 1.335m7.772-6a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-2 .666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M11.505 5.505a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M28.93 18.548a13.19 13.19 0 0 1-4.335 7.357.663.663 0 0 1-.94-.073.666.666 0 0 1 .073-.94 11.84 11.84 0 0 0 3.894-6.61.668.668 0 0 1 1.307.266m-6.668 8.212a.667.667 0 0 1-.295.896c-.837.423-1.722.757-2.63.99a.665.665 0 1 1-.33-1.292 11.647 11.647 0 0 0 2.359-.888.668.668 0 0 1 .896.294M4 15.921a.666.666 0 1 1-1.333 0 13.13 13.13 0 0 1 4.597-9.984.666.666 0 1 1 .867 1.013A11.798 11.798 0 0 0 4 15.92'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}.alert-gray:has(>post-icon)::before{content:none}.alert-gray>post-icon{background-color:#f4f3f1}.alert-notification{--post-bg-rgb: 51, 51, 51}.alert-notification:not(.no-icon,[class^=pi-],[class*=" pi-"])::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M30.533 26.933c-3.333-4.8-5.867-12.667-5.867-18.267 0-4.8-3.867-8.667-8.667-8.667S7.332 3.866 7.332 8.666c0 5.6-2.533 13.467-5.867 18.267L1.998 28h11.333v4h5.333v-4h11.333l.533-1.067zm-13.2 3.734h-2.667V28h2.667zm-14.133-4c3.2-5.067 5.467-12.533 5.467-18 0-4 3.333-7.333 7.333-7.333s7.333 3.333 7.333 7.333c0 5.467 2.267 12.933 5.467 18z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M30.533 26.933c-3.333-4.8-5.867-12.667-5.867-18.267 0-4.8-3.867-8.667-8.667-8.667S7.332 3.866 7.332 8.666c0 5.6-2.533 13.467-5.867 18.267L1.998 28h11.333v4h5.333v-4h11.333l.533-1.067zm-13.2 3.734h-2.667V28h2.667zm-14.133-4c3.2-5.067 5.467-12.533 5.467-18 0-4 3.333-7.333 7.333-7.333s7.333 3.333 7.333 7.333c0 5.467 2.267 12.933 5.467 18z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}.alert-notification:has(>post-icon)::before{content:none}.alert-notification>post-icon{background-color:#333}.alert-error{--post-bg-rgb: 165, 23, 40}.alert-error:not(.no-icon,[class^=pi-],[class*=" pi-"])::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M14.667 4h2.667v18.667h-2.667zm0 21.333h2.667V28h-2.667z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M14.667 4h2.667v18.667h-2.667zm0 21.333h2.667V28h-2.667z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}.alert-error:has(>post-icon)::before{content:none}.alert-error>post-icon{background-color:#a51728}.btn-close{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;-webkit-appearance:button;appearance:button;outline:none;outline-offset:2px;border-radius:4px;color:var(--post-gray-80);transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;cursor:pointer}.btn-close:is(:focus-visible,:focus-within,.pretend-focus){outline:2px solid var(--post-contrast-color)}.btn-close::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;content:"";display:block;height:1.5rem;width:1.5rem}.btn-close:focus,.btn-close:not(:disabled):hover,.pretend-hover.btn-close{color:var(--post-contrast-color)}.btn-close:disabled{color:var(--post-gray-40)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-close{color:CanvasText;forced-color-adjust:none}}.btn-close-white{color:#e6e6e6}.btn-close-white:focus,.btn-close-white:not(:disabled):hover,.btn-close-white.pretend-hover{color:#fff}.btn-close-white:disabled{color:#999}/*!
33
+ )}.alert-fixed-bottom.alert-dismissible>.btn-close{inset-inline-end:calc((100% - 1440px) / 2 + 120px + 1.25rem)}}.alert-primary{--post-bg-rgb: 51, 51, 51}.alert-primary:not(.no-icon,[class^=pi-],[class*=" pi-"])::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M30.533 26.933c-3.333-4.8-5.867-12.667-5.867-18.267 0-4.8-3.867-8.667-8.667-8.667S7.332 3.866 7.332 8.666c0 5.6-2.533 13.467-5.867 18.267L1.998 28h11.333v4h5.333v-4h11.333l.533-1.067zm-13.2 3.734h-2.667V28h2.667zm-14.133-4c3.2-5.067 5.467-12.533 5.467-18 0-4 3.333-7.333 7.333-7.333s7.333 3.333 7.333 7.333c0 5.467 2.267 12.933 5.467 18z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M30.533 26.933c-3.333-4.8-5.867-12.667-5.867-18.267 0-4.8-3.867-8.667-8.667-8.667S7.332 3.866 7.332 8.666c0 5.6-2.533 13.467-5.867 18.267L1.998 28h11.333v4h5.333v-4h11.333l.533-1.067zm-13.2 3.734h-2.667V28h2.667zm-14.133-4c3.2-5.067 5.467-12.533 5.467-18 0-4 3.333-7.333 7.333-7.333s7.333 3.333 7.333 7.333c0 5.467 2.267 12.933 5.467 18z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}.alert-primary:has(>post-icon)::before{content:none}.alert-primary>post-icon{background-color:#333}.alert-success{--post-bg-rgb: 44, 145, 28}.alert-success:not(.no-icon,[class^=pi-],[class*=" pi-"])::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='m12.667 24.533-7.6-7.6 1.867-1.867 5.733 5.733 12.4-12.4 1.867 1.867z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='m12.667 24.533-7.6-7.6 1.867-1.867 5.733 5.733 12.4-12.4 1.867 1.867z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}.alert-success:has(>post-icon)::before{content:none}.alert-success>post-icon{background-color:#2c911c}.alert-danger{--post-bg-rgb: 165, 23, 40}.alert-danger:not(.no-icon,[class^=pi-],[class*=" pi-"])::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M14.667 4h2.667v18.667h-2.667zm0 21.333h2.667V28h-2.667z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M14.667 4h2.667v18.667h-2.667zm0 21.333h2.667V28h-2.667z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}.alert-danger:has(>post-icon)::before{content:none}.alert-danger>post-icon{background-color:#a51728}.alert-warning{--post-bg-rgb: 244, 158, 0}.alert-warning:not(.no-icon,[class^=pi-],[class*=" pi-"])::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M14.667 4h2.667v18.667h-2.667zm0 21.333h2.667V28h-2.667z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M14.667 4h2.667v18.667h-2.667zm0 21.333h2.667V28h-2.667z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}.alert-warning:has(>post-icon)::before{content:none}.alert-warning>post-icon{background-color:#f49e00}.alert-info{--post-bg-rgb: 204, 228, 238}.alert-info:not(.no-icon,[class^=pi-],[class*=" pi-"])::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M17.333 25.333v-16h-4.667V12h2v13.333h-2V28h6.667v-2.667zM14.667 4h2.667v2.667h-2.667z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M17.333 25.333v-16h-4.667V12h2v13.333h-2V28h6.667v-2.667zM14.667 4h2.667v2.667h-2.667z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}.alert-info:has(>post-icon)::before{content:none}.alert-info>post-icon{background-color:#cce4ee}.alert-gray{--post-bg-rgb: 244, 243, 241}.alert-gray:not(.no-icon,[class^=pi-],[class*=" pi-"])::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xml:space='preserve' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M31.986 15.73c-.503.16-1.03.27-1.586.27a5.24 5.24 0 0 1-4.43-2.448c-.73.382-1.547.62-2.427.62a5.257 5.257 0 0 1-5.257-5.258c0-.88.237-1.698.62-2.427a5.24 5.24 0 0 1-2.449-4.43c0-.714.145-1.393.403-2.014C16.574.028 16.29 0 16 0 7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16c0-.091-.012-.18-.014-.27M16 30.667c-8.087 0-14.667-6.58-14.667-14.667 0-7.806 6.13-14.207 13.828-14.643a6.54 6.54 0 0 0 2.116 5.56 6.3 6.3 0 0 0-.325 1.997 6.6 6.6 0 0 0 6.59 6.59c.677 0 1.346-.108 1.998-.324a6.54 6.54 0 0 0 5.067 2.15C29.933 24.796 23.639 30.667 16 30.667M11.352 14.17a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0c0-.735.599-1.333 1.334-1.333s1.333.598 1.333 1.333-.598 1.334-1.333 1.334-1.334-.598-1.334-1.334m13.981 8.496a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 0 1 2.667 0c0 .735-.598 1.333-1.333 1.333a1.335 1.335 0 0 1-1.334-1.333m-7.276-1.829a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.667a.667.667 0 1 1 .002-1.335.667.667 0 0 1-.002 1.335m7.772-6a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-2 .666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M11.505 5.505a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M28.93 18.548a13.2 13.2 0 0 1-4.335 7.357.663.663 0 0 1-.94-.073.666.666 0 0 1 .073-.94 11.84 11.84 0 0 0 3.894-6.61.668.668 0 0 1 1.307.266m-6.668 8.212a.667.667 0 0 1-.295.896c-.837.423-1.722.757-2.63.99a.665.665 0 1 1-.33-1.292 11.7 11.7 0 0 0 2.359-.888.67.67 0 0 1 .896.294M4 15.921a.666.666 0 1 1-1.333 0 13.13 13.13 0 0 1 4.597-9.984.666.666 0 1 1 .867 1.013A11.8 11.8 0 0 0 4 15.92'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xml:space='preserve' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M31.986 15.73c-.503.16-1.03.27-1.586.27a5.24 5.24 0 0 1-4.43-2.448c-.73.382-1.547.62-2.427.62a5.257 5.257 0 0 1-5.257-5.258c0-.88.237-1.698.62-2.427a5.24 5.24 0 0 1-2.449-4.43c0-.714.145-1.393.403-2.014C16.574.028 16.29 0 16 0 7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16c0-.091-.012-.18-.014-.27M16 30.667c-8.087 0-14.667-6.58-14.667-14.667 0-7.806 6.13-14.207 13.828-14.643a6.54 6.54 0 0 0 2.116 5.56 6.3 6.3 0 0 0-.325 1.997 6.6 6.6 0 0 0 6.59 6.59c.677 0 1.346-.108 1.998-.324a6.54 6.54 0 0 0 5.067 2.15C29.933 24.796 23.639 30.667 16 30.667M11.352 14.17a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0c0-.735.599-1.333 1.334-1.333s1.333.598 1.333 1.333-.598 1.334-1.333 1.334-1.334-.598-1.334-1.334m13.981 8.496a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0m-4 0a1.335 1.335 0 0 1 2.667 0c0 .735-.598 1.333-1.333 1.333a1.335 1.335 0 0 1-1.334-1.333m-7.276-1.829a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.667a.667.667 0 1 1 .002-1.335.667.667 0 0 1-.002 1.335m7.772-6a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-2 .666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M11.505 5.505a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 2.666a.667.667 0 1 1 .001-1.334.667.667 0 0 1-.001 1.334M28.93 18.548a13.2 13.2 0 0 1-4.335 7.357.663.663 0 0 1-.94-.073.666.666 0 0 1 .073-.94 11.84 11.84 0 0 0 3.894-6.61.668.668 0 0 1 1.307.266m-6.668 8.212a.667.667 0 0 1-.295.896c-.837.423-1.722.757-2.63.99a.665.665 0 1 1-.33-1.292 11.7 11.7 0 0 0 2.359-.888.67.67 0 0 1 .896.294M4 15.921a.666.666 0 1 1-1.333 0 13.13 13.13 0 0 1 4.597-9.984.666.666 0 1 1 .867 1.013A11.8 11.8 0 0 0 4 15.92'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}.alert-gray:has(>post-icon)::before{content:none}.alert-gray>post-icon{background-color:#f4f3f1}.alert-notification{--post-bg-rgb: 51, 51, 51}.alert-notification:not(.no-icon,[class^=pi-],[class*=" pi-"])::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M30.533 26.933c-3.333-4.8-5.867-12.667-5.867-18.267 0-4.8-3.867-8.667-8.667-8.667S7.332 3.866 7.332 8.666c0 5.6-2.533 13.467-5.867 18.267L1.998 28h11.333v4h5.333v-4h11.333l.533-1.067zm-13.2 3.734h-2.667V28h2.667zm-14.133-4c3.2-5.067 5.467-12.533 5.467-18 0-4 3.333-7.333 7.333-7.333s7.333 3.333 7.333 7.333c0 5.467 2.267 12.933 5.467 18z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M30.533 26.933c-3.333-4.8-5.867-12.667-5.867-18.267 0-4.8-3.867-8.667-8.667-8.667S7.332 3.866 7.332 8.666c0 5.6-2.533 13.467-5.867 18.267L1.998 28h11.333v4h5.333v-4h11.333l.533-1.067zm-13.2 3.734h-2.667V28h2.667zm-14.133-4c3.2-5.067 5.467-12.533 5.467-18 0-4 3.333-7.333 7.333-7.333s7.333 3.333 7.333 7.333c0 5.467 2.267 12.933 5.467 18z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}.alert-notification:has(>post-icon)::before{content:none}.alert-notification>post-icon{background-color:#333}.alert-error{--post-bg-rgb: 165, 23, 40}.alert-error:not(.no-icon,[class^=pi-],[class*=" pi-"])::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M14.667 4h2.667v18.667h-2.667zm0 21.333h2.667V28h-2.667z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='M14.667 4h2.667v18.667h-2.667zm0 21.333h2.667V28h-2.667z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}.alert-error:has(>post-icon)::before{content:none}.alert-error>post-icon{background-color:#a51728}.btn-close{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;-webkit-appearance:button;appearance:button;outline:none;outline-offset:2px;border-radius:4px;color:var(--post-gray-80);transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;cursor:pointer}.btn-close:is(:focus-visible,:focus-within,.pretend-focus){outline:2px solid var(--post-contrast-color)}.btn-close::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;content:"";display:block;height:1.5rem;width:1.5rem}.btn-close:focus,.btn-close:not(:disabled):hover,.pretend-hover.btn-close{color:var(--post-contrast-color)}.btn-close:disabled{color:var(--post-gray-40)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-close{color:CanvasText;forced-color-adjust:none}}.btn-close-white{color:#e6e6e6}.btn-close-white:focus,.btn-close-white:not(:disabled):hover,.btn-close-white.pretend-hover{color:#fff}.btn-close-white:disabled{color:#999}/*!
34
34
  * Copyright 2021 by Swiss Post, Information Technology
35
35
  */:host{display:block}:host ::slotted(*){margin:0 !important}.visually-hidden{width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption){position:absolute !important}.alert-heading>::slotted(h1){font-size:inherit !important;font-weight:inherit !important}.alert-heading>::slotted(h2){font-size:inherit !important;font-weight:inherit !important}.alert-heading>::slotted(h3){font-size:inherit !important;font-weight:inherit !important}.alert-heading>::slotted(h4){font-size:inherit !important;font-weight:inherit !important}.alert-heading>::slotted(h5){font-size:inherit !important;font-weight:inherit !important}.alert-heading>::slotted(h6){font-size:inherit !important;font-weight:inherit !important}
@@ -1,8 +1,13 @@
1
- import { h, Host } from "@stencil/core";
1
+ import { h, Host, } from "@stencil/core";
2
2
  import { version } from "../../../package.json";
3
3
  import { fadeOut } from "../../animations";
4
4
  import { checkEmptyOrOneOf, checkEmptyOrPattern, checkNonEmpty, checkType } from "../../utils";
5
5
  import { ALERT_TYPES } from "./alert-types";
6
+ /**
7
+ * @slot heading - Slot for placing custom content within the alert's heading.
8
+ * @slot actions - Slot for placing custom actions (buttons, links, etc.) within the alert.
9
+ * @slot default - Slot for placing the main content/message of the alert.
10
+ */
6
11
  export class PostAlert {
7
12
  constructor() {
8
13
  this.alertId = crypto.randomUUID();
@@ -65,16 +70,14 @@ export class PostAlert {
65
70
  }
66
71
  render() {
67
72
  const defaultAlertContent = [
68
- this.hasHeading && (h("div", { key: `${this.alertId}-heading`, class: "alert-heading" }, h("slot", { name: "heading" }))),
69
- h("slot", { key: `${this.alertId}-message` })
73
+ this.hasHeading && (h("div", { key: `${this.alertId}-heading`, class: "alert-heading" }, h("slot", { key: 'b151a1b8d49d08bd15b4a6661f7ecd25660971f8', name: "heading" }))),
74
+ h("slot", { key: `${this.alertId}-message` }),
70
75
  ];
71
76
  const actionAlertContent = [
72
77
  h("div", { key: `${this.alertId}-content`, class: "alert-content" }, defaultAlertContent),
73
- h("div", { key: `${this.alertId}-buttons`, class: "alert-buttons" }, h("slot", { name: "actions" })),
78
+ h("div", { key: `${this.alertId}-buttons`, class: "alert-buttons" }, h("slot", { key: '6855a0e7c42527b628f3d76aeb13c86a1f708f38', name: "actions" })),
74
79
  ];
75
- return (h(Host, { "data-version": version }, h("div", { role: "alert", class: this.classes }, this.dismissible && (h("button", { class: "btn-close", onClick: this.onDismissButtonClick }, h("span", { class: "visually-hidden" }, this.dismissLabel))), this.icon && this.icon !== 'none' && (h("post-icon", { key: `${this.alertId}-icon`, name: this.icon })), this.hasActions
76
- ? actionAlertContent
77
- : defaultAlertContent)));
80
+ return (h(Host, { key: '959f326cf08711d6639678bfba195b8089b5cf6f', "data-version": version }, h("div", { key: '011f13e08ebc25fcec404c316b3b74d0f588e0fc', role: "alert", class: this.classes }, this.dismissible && (h("button", { class: "btn-close", onClick: this.onDismissButtonClick }, h("span", { class: "visually-hidden" }, this.dismissLabel))), this.icon && this.icon !== 'none' && (h("post-icon", { key: `${this.alertId}-icon`, name: this.icon })), this.hasActions ? actionAlertContent : defaultAlertContent)));
78
81
  }
79
82
  static get is() { return "post-alert"; }
80
83
  static get encapsulation() { return "shadow"; }
@@ -254,4 +257,3 @@ export class PostAlert {
254
257
  }];
255
258
  }
256
259
  }
257
- //# sourceMappingURL=post-alert.js.map
@@ -1 +1 @@
1
- .accordion-item,.bg-light .accordion-item,.bg-gray .accordion-item{--post-bg-opacity: 1;background-color:rgba(var(--post-bg-rgb), var(--post-bg-opacity)) !important;color:var(--post-contrast-color) !important}.accordion-item,.bg-light .accordion-item,.bg-gray .accordion-item{--post-contrast-color: #000;--post-contrast-color-inverted: #fff;--post-gray-10: hsl(0, 0%, 90%);--post-gray-20: hsl(0, 0%, 80%);--post-gray-40: hsl(0, 0%, 60%);--post-gray-60: hsl(0, 0%, 40%);--post-gray-80: hsl(0, 0%, 20%);--post-yellow: #fc0;--post-light: #faf9f8;--post-gray: #f4f3f1;--post-dark: hsl(0, 0%, 20%);--post-primary: hsl(0, 0%, 20%);--post-white: #fff;--post-black: #000;--post-info: #cce4ee;--post-success: #2c911c;--post-warning: #f49e00;--post-danger: #a51728;--post-nightblue: #004976;--post-nightblue-bright: #0076a8;--post-petrol: #006d68;--post-petrol-bright: #00968f;--post-coral: #9e2a2f;--post-coral-bright: #e03c31;--post-olive: #716135;--post-olive-bright: #aa9d2e;--post-purple: #80276c;--post-purple-bright: #c5299b;--post-aubergine: #523178;--post-aubergine-bright: #7566a0;--post-success-green: #2c871d;--post-error-red: #a51728;--post-warning-orange: #f49e00;--post-success-background: #c0debb;--post-error-background: #ffdade;--post-warning-background: #fce2b2;--post-contrast-color-rgb: 0, 0, 0;--post-contrast-color-inverted-rgb: 255, 255, 255;--post-gray-10-rgb: 230, 230, 230;--post-gray-20-rgb: 204, 204, 204;--post-gray-40-rgb: 153, 153, 153;--post-gray-60-rgb: 102, 102, 102;--post-gray-80-rgb: 51, 51, 51;--post-yellow-rgb: 255, 204, 0;--post-light-rgb: 250, 249, 248;--post-gray-rgb: 244, 243, 241;--post-dark-rgb: 51, 51, 51;--post-primary-rgb: 51, 51, 51;--post-white-rgb: 255, 255, 255;--post-black-rgb: 0, 0, 0;--post-info-rgb: 204, 228, 238;--post-success-rgb: 44, 145, 28;--post-warning-rgb: 244, 158, 0;--post-danger-rgb: 165, 23, 40;--post-nightblue-rgb: 0, 73, 118;--post-nightblue-bright-rgb: 0, 118, 168;--post-petrol-rgb: 0, 109, 104;--post-petrol-bright-rgb: 0, 150, 143;--post-coral-rgb: 158, 42, 47;--post-coral-bright-rgb: 224, 60, 49;--post-olive-rgb: 113, 97, 53;--post-olive-bright-rgb: 170, 157, 46;--post-purple-rgb: 128, 39, 108;--post-purple-bright-rgb: 197, 41, 155;--post-aubergine-rgb: 82, 49, 120;--post-aubergine-bright-rgb: 117, 102, 160;--post-success-green-rgb: 44, 135, 29;--post-error-red-rgb: 165, 23, 40;--post-warning-orange-rgb: 244, 158, 0;--post-success-background-rgb: 192, 222, 187;--post-error-background-rgb: 255, 218, 222;--post-warning-background-rgb: 252, 226, 178}.accordion-item{border-block:2px solid #666;--post-bg-rgb: 244, 243, 241}.accordion-item+.accordion-item{border-block-start:0}.bg-light .accordion-item{--post-bg-rgb: 255, 255, 255}.bg-gray .accordion-item{--post-bg-rgb: 255, 255, 255}.accordion-header{color:#333;font-size:1rem;font-weight:700;line-height:1.5;margin:0}.accordion-button{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;-webkit-appearance:button;appearance:button;outline:none;width:100%;position:relative;padding-block:1rem;padding-inline-start:1rem;padding-inline-end:3rem;text-align:start;transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms}.accordion-button:focus-visible{outline:2px solid #1976c8}.accordion-button:hover{color:#000;background-color:#e6e6e6}.accordion-button:disabled{opacity:.4;pointer-events:none}.accordion-button::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xml:space='preserve' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='m23.6 18.3-.9.9-6.7-6.6-6.6 6.6-.9-.9 7.5-7.6z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xml:space='preserve' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cpath d='m23.6 18.3-.9.9-6.7-6.6-6.6 6.6-.9-.9 7.5-7.6z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;content:"";display:block;height:1.5rem;width:1.5rem;position:absolute;inset-inline-end:1rem;inset-block-start:50%;transform:translateY(-50%);transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1)}.accordion-button.collapsed::after{transform:translateY(-50%) rotate(-180deg)}.accordion-button>.text-truncate{display:block}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button:hover:not(:disabled),.accordion-button:focus-visible:not(:disabled){outline:2px solid Highlight}.accordion-button:disabled{opacity:1 !important}}.accordion-body{padding:.5rem 1rem 1rem;font-weight:300}.accordion-button>*,.accordion-body>:first-child{margin-block-start:0 !important}.accordion-button>*,.accordion-body>:last-child{margin-block-end:0 !important}:host{display:block}.accordion-button{cursor:pointer}.accordion-button>::slotted(.text-truncate){display:block}post-collapsible+post-collapsible::part(accordion-item){border-block-start:0 !important}
1
+ :host{display:block}