@swisspost/design-system-components 9.0.0-next.1 → 9.0.0-next.10

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 (451) hide show
  1. package/dist/cjs/check-type-64af82a9.js +16 -0
  2. package/dist/cjs/check-url-3ffdd2fb.js +14 -0
  3. package/dist/cjs/debounce-1151afe3.js +12 -0
  4. package/dist/cjs/get-root-7a3498ef.js +11 -0
  5. package/dist/cjs/{index-01f30442.js → index-5d4e0aed.js} +4 -27
  6. package/dist/cjs/{index-c15bd800.js → index-f1b08cdb.js} +45 -16
  7. package/dist/cjs/index.browser-2f65f583.js +15 -0
  8. package/dist/cjs/index.cjs.js +51 -24
  9. package/dist/cjs/loader.cjs.js +2 -2
  10. package/dist/cjs/{package-c7d01968.js → package-aaec3cba.js} +1 -1
  11. package/dist/cjs/{post-accordion-e29956c4.js → post-accordion-85bf5e0a.js} +3 -3
  12. package/dist/cjs/post-accordion-item-957b3464.js +64 -0
  13. package/dist/cjs/post-accordion-item.cjs.entry.js +7 -4
  14. package/dist/cjs/post-accordion.cjs.entry.js +3 -3
  15. package/dist/cjs/post-avatar-58540591.js +148 -0
  16. package/dist/cjs/post-avatar.cjs.entry.js +13 -0
  17. package/dist/cjs/post-back-to-top-db5c7d01.js +75 -0
  18. package/dist/cjs/post-back-to-top.cjs.entry.js +15 -0
  19. package/dist/cjs/post-banner-727866d5.js +91 -0
  20. package/dist/cjs/post-banner.cjs.entry.js +19 -0
  21. package/dist/cjs/post-breadcrumb-cacca682.js +111 -0
  22. package/dist/cjs/post-breadcrumb-item_2.cjs.entry.js +17 -0
  23. package/dist/cjs/post-breadcrumb.cjs.entry.js +13 -0
  24. package/dist/cjs/post-card-control-f5d72ddc.js +272 -0
  25. package/dist/cjs/post-card-control.cjs.entry.js +3 -3
  26. package/dist/cjs/post-closebutton_15.cjs.entry.js +34 -0
  27. package/dist/cjs/{post-collapsible-trigger-32549d33.js → post-collapsible-trigger-067d1f4c.js} +14 -26
  28. package/dist/cjs/post-collapsible_2.cjs.entry.js +8 -4
  29. package/dist/cjs/post-components.cjs.js +2 -2
  30. package/dist/cjs/post-footer-beeb36c8.js +84 -0
  31. package/dist/cjs/post-footer.cjs.entry.js +11 -0
  32. package/dist/cjs/post-menu-item-e0e214b9.js +69 -0
  33. package/dist/cjs/{post-popover-cfc1b31b.js → post-popover-7acbdf17.js} +4 -4
  34. package/dist/cjs/post-popover.cjs.entry.js +3 -3
  35. package/dist/cjs/{post-rating-b9b8b6f3.js → post-rating-ac1b9b3c.js} +4 -4
  36. package/dist/cjs/post-rating.cjs.entry.js +3 -3
  37. package/dist/cjs/post-tab-header-a3d28719.js +33 -0
  38. package/dist/cjs/post-tab-header.cjs.entry.js +4 -3
  39. package/dist/cjs/{post-tab-panel-300a0618.js → post-tab-panel-4562e265.js} +5 -4
  40. package/dist/cjs/post-tab-panel.cjs.entry.js +4 -3
  41. package/dist/cjs/{post-tabs-b06f799b.js → post-tabs-80f65e1d.js} +9 -7
  42. package/dist/cjs/post-tabs.cjs.entry.js +3 -3
  43. package/dist/cjs/post-tag-5741a78d.js +47 -0
  44. package/dist/cjs/post-tag.cjs.entry.js +3 -3
  45. package/dist/cjs/{post-popovercontainer-c0b86b11.js → post-togglebutton-245e33f1.js} +1082 -21
  46. package/dist/cjs/{post-tooltip-8d7e64f6.js → post-tooltip-cefce5e1.js} +31 -19
  47. package/dist/cjs/post-tooltip.cjs.entry.js +6 -4
  48. package/dist/cjs/slide-5d51abe8.js +28 -0
  49. package/dist/collection/animations/slide.js +23 -0
  50. package/dist/collection/collection-manifest.json +21 -3
  51. package/dist/collection/components/post-accordion/post-accordion.css +1 -1
  52. package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -1
  53. package/dist/collection/components/post-accordion-item/post-accordion-item.js +26 -9
  54. package/dist/collection/components/post-avatar/post-avatar.css +3 -0
  55. package/dist/collection/components/post-avatar/post-avatar.js +237 -0
  56. package/dist/collection/components/post-back-to-top/post-back-to-top.css +1 -0
  57. package/dist/collection/components/post-back-to-top/post-back-to-top.js +107 -0
  58. package/dist/collection/components/post-banner/banner-types.js +1 -0
  59. package/dist/collection/components/post-banner/post-banner.css +3 -0
  60. package/dist/collection/components/{post-alert/post-alert.js → post-banner/post-banner.js} +41 -69
  61. package/dist/collection/components/post-breadcrumb/post-breadcrumb.css +3 -0
  62. package/dist/collection/components/post-breadcrumb/post-breadcrumb.js +161 -0
  63. package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.css +1 -0
  64. package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.js +93 -0
  65. package/dist/collection/components/post-card-control/post-card-control.css +1 -1
  66. package/dist/collection/components/post-card-control/post-card-control.js +8 -8
  67. package/dist/collection/components/post-closebutton/post-closebutton.js +12 -0
  68. package/dist/collection/components/post-collapsible/post-collapsible.js +5 -3
  69. package/dist/collection/components/post-footer/post-footer.css +1 -0
  70. package/dist/collection/components/post-footer/post-footer.js +75 -0
  71. package/dist/collection/components/post-header/post-header.css +1 -0
  72. package/dist/collection/components/post-header/post-header.js +172 -0
  73. package/dist/collection/components/post-icon/post-icon.js +22 -30
  74. package/dist/collection/components/post-language-option/post-language-option.css +3 -0
  75. package/dist/collection/components/post-language-option/post-language-option.js +219 -0
  76. package/dist/collection/components/post-language-switch/post-language-switch.css +1 -0
  77. package/dist/collection/components/post-language-switch/post-language-switch.js +163 -0
  78. package/dist/collection/components/post-language-switch/switch-variants.js +1 -0
  79. package/dist/collection/components/post-list/post-list.css +3 -0
  80. package/dist/collection/components/post-list/post-list.js +88 -0
  81. package/dist/collection/components/post-list-item/post-list-item.css +1 -0
  82. package/dist/collection/components/post-list-item/post-list-item.js +25 -0
  83. package/dist/collection/components/post-logo/post-logo.js +2 -2
  84. package/dist/collection/components/post-mainnavigation/post-mainnavigation.css +1 -0
  85. package/dist/collection/components/post-mainnavigation/post-mainnavigation.js +52 -0
  86. package/dist/collection/components/post-megadropdown/post-megadropdown.css +1 -0
  87. package/dist/collection/components/post-megadropdown/post-megadropdown.js +158 -0
  88. package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.css +1 -0
  89. package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.js +104 -0
  90. package/dist/collection/components/post-menu/post-menu.css +3 -0
  91. package/dist/collection/components/post-menu/post-menu.js +280 -0
  92. package/dist/collection/components/post-menu-item/post-menu-item.js +8 -0
  93. package/dist/collection/components/post-menu-trigger/post-menu-trigger.css +1 -0
  94. package/dist/collection/components/post-menu-trigger/post-menu-trigger.js +114 -0
  95. package/dist/collection/components/post-popover/post-popover.css +1 -1
  96. package/dist/collection/components/post-popover/post-popover.js +1 -1
  97. package/dist/collection/components/post-popovercontainer/post-popovercontainer.css +1 -1
  98. package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +26 -6
  99. package/dist/collection/components/post-rating/post-rating.css +1 -1
  100. package/dist/collection/components/post-rating/post-rating.js +1 -1
  101. package/dist/collection/components/post-tab-header/post-tab-header.css +1 -1
  102. package/dist/collection/components/post-tab-header/post-tab-header.js +3 -2
  103. package/dist/collection/components/post-tab-panel/post-tab-panel.js +3 -2
  104. package/dist/collection/components/post-tabs/post-tabs.css +1 -1
  105. package/dist/collection/components/post-tabs/post-tabs.js +6 -4
  106. package/dist/collection/components/post-tag/post-tag.css +1 -1
  107. package/dist/collection/components/post-tag/post-tag.js +2 -2
  108. package/dist/collection/components/post-togglebutton/post-togglebutton.css +1 -0
  109. package/dist/collection/components/post-togglebutton/post-togglebutton.js +74 -0
  110. package/dist/collection/components/post-tooltip/post-tooltip.css +1 -1
  111. package/dist/collection/components/post-tooltip/post-tooltip.js +28 -12
  112. package/dist/collection/index.js +20 -2
  113. package/dist/collection/utils/breakpoints.js +46 -0
  114. package/dist/collection/utils/get-focusable-children.js +27 -0
  115. package/dist/components/debounce.js +10 -0
  116. package/dist/components/get-root.js +9 -0
  117. package/dist/components/index.browser.js +13 -0
  118. package/dist/components/index.js +20 -2
  119. package/dist/components/index2.js +1 -1
  120. package/dist/components/package.js +1 -1
  121. package/dist/components/post-accordion-item2.js +33 -13
  122. package/dist/components/post-accordion2.js +1 -1
  123. package/dist/components/post-avatar.d.ts +11 -0
  124. package/dist/components/post-avatar.js +6 -0
  125. package/dist/components/post-avatar2.js +173 -0
  126. package/dist/components/post-back-to-top.d.ts +11 -0
  127. package/dist/components/post-back-to-top.js +6 -0
  128. package/dist/components/post-back-to-top2.js +100 -0
  129. package/dist/components/post-banner.d.ts +11 -0
  130. package/dist/components/post-banner.js +6 -0
  131. package/dist/components/post-banner2.js +126 -0
  132. package/dist/components/post-breadcrumb-item.d.ts +11 -0
  133. package/dist/components/post-breadcrumb-item.js +6 -0
  134. package/dist/components/post-breadcrumb-item2.js +82 -0
  135. package/dist/components/post-breadcrumb.d.ts +11 -0
  136. package/dist/components/post-breadcrumb.js +6 -0
  137. package/dist/components/post-breadcrumb2.js +168 -0
  138. package/dist/components/post-card-control2.js +3 -3
  139. package/dist/components/post-closebutton.d.ts +11 -0
  140. package/dist/components/post-closebutton.js +6 -0
  141. package/dist/components/post-closebutton2.js +34 -0
  142. package/dist/components/post-collapsible-trigger2.js +2 -17
  143. package/dist/components/post-collapsible2.js +6 -4
  144. package/dist/components/post-footer.d.ts +11 -0
  145. package/dist/components/post-footer.js +6 -0
  146. package/dist/components/post-footer2.js +124 -0
  147. package/dist/components/post-header.d.ts +11 -0
  148. package/dist/components/post-header.js +6 -0
  149. package/dist/components/post-header2.js +279 -0
  150. package/dist/components/post-icon2.js +24 -28
  151. package/dist/components/post-language-option.d.ts +11 -0
  152. package/dist/components/post-language-option.js +6 -0
  153. package/dist/components/post-language-option2.js +98 -0
  154. package/dist/components/post-language-switch.d.ts +11 -0
  155. package/dist/components/post-language-switch.js +6 -0
  156. package/dist/components/post-language-switch2.js +135 -0
  157. package/dist/components/post-list-item.d.ts +11 -0
  158. package/dist/components/post-list-item.js +6 -0
  159. package/dist/components/post-list-item2.js +35 -0
  160. package/dist/components/{post-alert.d.ts → post-list.d.ts} +4 -4
  161. package/dist/components/post-list.js +6 -0
  162. package/dist/components/post-list2.js +54 -0
  163. package/dist/components/post-logo2.js +2 -2
  164. package/dist/components/post-mainnavigation.d.ts +11 -0
  165. package/dist/components/post-mainnavigation.js +6 -0
  166. package/dist/components/post-mainnavigation2.js +48 -0
  167. package/dist/components/post-megadropdown-trigger.d.ts +11 -0
  168. package/dist/components/post-megadropdown-trigger.js +6 -0
  169. package/dist/components/post-megadropdown-trigger2.js +91 -0
  170. package/dist/components/post-megadropdown.d.ts +11 -0
  171. package/dist/components/post-megadropdown.js +6 -0
  172. package/dist/components/post-megadropdown2.js +100 -0
  173. package/dist/components/post-menu-item.d.ts +11 -0
  174. package/dist/components/post-menu-item.js +6 -0
  175. package/dist/components/post-menu-item2.js +27 -0
  176. package/dist/components/post-menu-trigger.d.ts +11 -0
  177. package/dist/components/post-menu-trigger.js +6 -0
  178. package/dist/components/post-menu-trigger2.js +102 -0
  179. package/dist/components/post-menu.d.ts +11 -0
  180. package/dist/components/post-menu.js +6 -0
  181. package/dist/components/post-menu2.js +204 -0
  182. package/dist/components/post-popover2.js +2 -2
  183. package/dist/components/post-popovercontainer2.js +10 -7
  184. package/dist/components/post-rating2.js +2 -2
  185. package/dist/components/post-tab-header2.js +4 -3
  186. package/dist/components/post-tab-panel2.js +3 -2
  187. package/dist/components/post-tabs2.js +7 -5
  188. package/dist/components/post-tag2.js +2 -2
  189. package/dist/components/post-togglebutton.d.ts +11 -0
  190. package/dist/components/post-togglebutton.js +6 -0
  191. package/dist/components/post-togglebutton2.js +61 -0
  192. package/dist/components/post-tooltip2.js +29 -17
  193. package/dist/components/slide.js +25 -0
  194. package/dist/docs.json +1870 -283
  195. package/dist/esm/check-type-8828dbe4.js +14 -0
  196. package/dist/esm/check-url-a974431e.js +12 -0
  197. package/dist/esm/debounce-abe98cc2.js +10 -0
  198. package/dist/esm/get-root-7af2e0d1.js +9 -0
  199. package/dist/esm/{index-0b56fc28.js → index-6bfe6554.js} +45 -16
  200. package/dist/esm/index-b49c9904.js +24 -0
  201. package/dist/esm/index.browser-51485f85.js +13 -0
  202. package/dist/esm/index.js +28 -19
  203. package/dist/esm/loader.js +3 -3
  204. package/dist/esm/package-2ee42825.js +3 -0
  205. package/dist/esm/{post-accordion-3a7b3f3c.js → post-accordion-3bf30525.js} +3 -3
  206. package/dist/esm/post-accordion-item-6683fbed.js +62 -0
  207. package/dist/esm/post-accordion-item.entry.js +7 -4
  208. package/dist/esm/post-accordion.entry.js +3 -3
  209. package/dist/esm/post-avatar-3ddb4c79.js +146 -0
  210. package/dist/esm/post-avatar.entry.js +5 -0
  211. package/dist/esm/post-back-to-top-15ee2771.js +73 -0
  212. package/dist/esm/post-back-to-top.entry.js +7 -0
  213. package/dist/esm/post-banner-fc407f6e.js +89 -0
  214. package/dist/esm/post-banner.entry.js +11 -0
  215. package/dist/esm/post-breadcrumb-6252b112.js +109 -0
  216. package/dist/esm/post-breadcrumb-item_2.entry.js +8 -0
  217. package/dist/esm/post-breadcrumb.entry.js +5 -0
  218. package/dist/esm/post-card-control-cb3dfc60.js +270 -0
  219. package/dist/esm/post-card-control.entry.js +3 -3
  220. package/dist/esm/post-closebutton_15.entry.js +12 -0
  221. package/dist/esm/{post-collapsible-trigger-8d7e027b.js → post-collapsible-trigger-b727bf7e.js} +11 -23
  222. package/dist/esm/post-collapsible_2.entry.js +8 -4
  223. package/dist/esm/post-components.js +3 -3
  224. package/dist/esm/post-footer-7a03a9bb.js +82 -0
  225. package/dist/esm/post-footer.entry.js +3 -0
  226. package/dist/esm/post-menu-item-3e168ecd.js +66 -0
  227. package/dist/esm/{post-popover-972c5ea7.js → post-popover-bff5cffd.js} +4 -4
  228. package/dist/esm/post-popover.entry.js +3 -3
  229. package/dist/esm/{post-rating-cca784ae.js → post-rating-ce595a65.js} +4 -4
  230. package/dist/esm/post-rating.entry.js +3 -3
  231. package/dist/esm/post-tab-header-c864586f.js +31 -0
  232. package/dist/esm/post-tab-header.entry.js +4 -3
  233. package/dist/esm/{post-tab-panel-633a5e6b.js → post-tab-panel-800425b8.js} +5 -4
  234. package/dist/esm/post-tab-panel.entry.js +4 -3
  235. package/dist/esm/{post-tabs-74ded897.js → post-tabs-e5aa8b08.js} +9 -7
  236. package/dist/esm/post-tabs.entry.js +3 -3
  237. package/dist/esm/post-tag-fc3df50a.js +45 -0
  238. package/dist/esm/post-tag.entry.js +3 -3
  239. package/dist/esm/{post-popovercontainer-2485b7d9.js → post-togglebutton-101dd3bd.js} +1069 -22
  240. package/dist/esm/{post-tooltip-0457467f.js → post-tooltip-e8484aea.js} +31 -19
  241. package/dist/esm/post-tooltip.entry.js +6 -4
  242. package/dist/esm/slide-3422b8a3.js +25 -0
  243. package/dist/post-components/index.esm.js +1 -1
  244. package/dist/post-components/p-02bb5231.js +1 -0
  245. package/dist/post-components/p-0e216cc4.js +2 -0
  246. package/dist/post-components/p-11880d55.js +1 -0
  247. package/dist/post-components/p-1489d777.entry.js +1 -0
  248. package/dist/post-components/p-19707347.entry.js +1 -0
  249. package/dist/post-components/p-1d3acbfd.js +1 -0
  250. package/dist/post-components/p-24476696.js +1 -0
  251. package/dist/post-components/p-25f6efab.entry.js +1 -0
  252. package/dist/post-components/p-27ad2d1f.js +1 -0
  253. package/dist/post-components/p-29626238.entry.js +1 -0
  254. package/dist/post-components/p-339488ba.entry.js +1 -0
  255. package/dist/post-components/p-3de1151e.js +1 -0
  256. package/dist/post-components/p-413d1fff.js +1 -0
  257. package/dist/post-components/p-47095b84.entry.js +1 -0
  258. package/dist/post-components/p-4a3f67ab.js +1 -0
  259. package/dist/post-components/p-515e0f96.js +1 -0
  260. package/dist/post-components/p-5467b223.js +1 -0
  261. package/dist/post-components/p-5959f2bd.js +1 -0
  262. package/dist/post-components/p-5b0703a4.entry.js +1 -0
  263. package/dist/post-components/p-618b8929.js +1 -0
  264. package/dist/post-components/p-66c8d0a2.entry.js +1 -0
  265. package/dist/post-components/p-6e6e5447.entry.js +1 -0
  266. package/dist/post-components/p-80b282a2.js +1 -0
  267. package/dist/post-components/p-86a1ad40.js +1 -0
  268. package/dist/post-components/p-97647d03.entry.js +1 -0
  269. package/dist/post-components/p-98f1d284.js +1 -0
  270. package/dist/post-components/p-9e287cb5.js +1 -0
  271. package/dist/post-components/{p-41094063.js → p-a3694196.js} +1 -1
  272. package/dist/post-components/p-adc79d26.entry.js +1 -0
  273. package/dist/post-components/p-b22656b1.js +1 -0
  274. package/dist/post-components/p-bcf94111.entry.js +1 -0
  275. package/dist/post-components/p-bd87a2b5.entry.js +1 -0
  276. package/dist/post-components/p-bec07e51.js +1 -0
  277. package/dist/post-components/p-bec09df9.entry.js +1 -0
  278. package/dist/post-components/p-d1d9c9a5.js +1 -0
  279. package/dist/post-components/p-d4f93f2b.js +1 -0
  280. package/dist/post-components/p-db2ac0a2.entry.js +1 -0
  281. package/dist/post-components/p-e93a4bd0.entry.js +1 -0
  282. package/dist/post-components/p-eed26f43.js +1 -0
  283. package/dist/post-components/p-f35d5d4a.entry.js +1 -0
  284. package/dist/post-components/p-fa6c79b8.entry.js +1 -0
  285. package/dist/post-components/{p-01a8fe6a.js → p-faf15ec1.js} +3 -3
  286. package/dist/post-components/p-fc09ac69.js +1 -0
  287. package/dist/post-components/p-fc91cbc2.js +1 -0
  288. package/dist/post-components/p-ffcd735f.js +1 -0
  289. package/dist/post-components/post-components.esm.js +1 -1
  290. package/dist/types/animations/slide.d.ts +2 -0
  291. package/dist/types/components/post-accordion-item/post-accordion-item.d.ts +7 -1
  292. package/dist/types/components/post-avatar/post-avatar.d.ts +51 -0
  293. package/dist/types/components/post-back-to-top/post-back-to-top.d.ts +19 -0
  294. package/dist/types/components/post-banner/banner-types.d.ts +2 -0
  295. package/dist/types/components/post-banner/post-banner.d.ts +49 -0
  296. package/dist/types/components/post-breadcrumb/post-breadcrumb.d.ts +30 -0
  297. package/dist/types/components/post-breadcrumb-item/post-breadcrumb-item.d.ts +16 -0
  298. package/dist/types/components/post-card-control/post-card-control.d.ts +7 -7
  299. package/dist/types/components/post-closebutton/post-closebutton.d.ts +7 -0
  300. package/dist/types/components/post-footer/post-footer.d.ts +23 -0
  301. package/dist/types/components/post-header/post-header.d.ts +33 -0
  302. package/dist/types/components/post-icon/post-icon.d.ts +3 -6
  303. package/dist/types/components/post-language-option/post-language-option.d.ts +45 -0
  304. package/dist/types/components/post-language-switch/post-language-switch.d.ts +31 -0
  305. package/dist/types/components/post-language-switch/switch-variants.d.ts +2 -0
  306. package/dist/types/components/post-list/post-list.d.ts +24 -0
  307. package/dist/types/components/post-list-item/post-list-item.d.ts +8 -0
  308. package/dist/types/components/post-logo/post-logo.d.ts +1 -1
  309. package/dist/types/components/post-mainnavigation/post-mainnavigation.d.ts +19 -0
  310. package/dist/types/components/post-megadropdown/post-megadropdown.d.ts +36 -0
  311. package/dist/types/components/post-megadropdown-trigger/post-megadropdown-trigger.d.ts +25 -0
  312. package/dist/types/components/post-menu/post-menu.d.ts +48 -0
  313. package/dist/types/components/post-menu-item/post-menu-item.d.ts +3 -0
  314. package/dist/types/components/post-menu-trigger/post-menu-trigger.d.ts +27 -0
  315. package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +4 -0
  316. package/dist/types/components/post-tag/post-tag.d.ts +1 -1
  317. package/dist/types/components/post-togglebutton/post-togglebutton.d.ts +15 -0
  318. package/dist/types/components.d.ts +570 -44
  319. package/dist/types/index.d.ts +20 -2
  320. package/dist/types/utils/breakpoints.d.ts +11 -0
  321. package/dist/types/utils/get-focusable-children.d.ts +1 -0
  322. package/dist/types/utils/get-root.d.ts +1 -1
  323. package/loaders/debounce.js +10 -0
  324. package/loaders/get-root.js +9 -0
  325. package/loaders/index.browser.js +13 -0
  326. package/loaders/index.d.ts +38 -2
  327. package/loaders/index.js +20 -2
  328. package/loaders/index2.js +1 -1
  329. package/loaders/package.js +1 -1
  330. package/loaders/post-accordion-item.js +1 -81
  331. package/loaders/post-accordion-item2.js +103 -0
  332. package/loaders/post-accordion.js +1 -1
  333. package/loaders/post-avatar.d.ts +11 -0
  334. package/loaders/post-avatar.js +176 -0
  335. package/loaders/post-back-to-top.d.ts +11 -0
  336. package/loaders/post-back-to-top.js +103 -0
  337. package/loaders/post-banner.d.ts +11 -0
  338. package/loaders/post-banner.js +129 -0
  339. package/loaders/post-breadcrumb-item.d.ts +11 -0
  340. package/loaders/post-breadcrumb-item.js +6 -0
  341. package/loaders/post-breadcrumb-item2.js +82 -0
  342. package/loaders/post-breadcrumb.d.ts +11 -0
  343. package/loaders/post-breadcrumb.js +171 -0
  344. package/loaders/post-card-control.js +3 -3
  345. package/loaders/post-closebutton.d.ts +11 -0
  346. package/loaders/post-closebutton.js +37 -0
  347. package/loaders/post-collapsible-trigger2.js +2 -17
  348. package/loaders/post-collapsible2.js +5 -3
  349. package/loaders/post-footer.d.ts +11 -0
  350. package/loaders/post-footer.js +127 -0
  351. package/loaders/post-header.d.ts +11 -0
  352. package/loaders/post-header.js +282 -0
  353. package/loaders/post-icon2.js +24 -28
  354. package/loaders/post-language-option.d.ts +11 -0
  355. package/loaders/post-language-option.js +101 -0
  356. package/loaders/post-language-switch.d.ts +11 -0
  357. package/loaders/post-language-switch.js +138 -0
  358. package/loaders/post-list-item.d.ts +11 -0
  359. package/loaders/post-list-item.js +38 -0
  360. package/loaders/{post-alert.d.ts → post-list.d.ts} +4 -4
  361. package/loaders/post-list.js +57 -0
  362. package/loaders/post-logo.js +3 -3
  363. package/loaders/post-mainnavigation.d.ts +11 -0
  364. package/loaders/post-mainnavigation.js +51 -0
  365. package/loaders/post-megadropdown-trigger.d.ts +11 -0
  366. package/loaders/post-megadropdown-trigger.js +94 -0
  367. package/loaders/post-megadropdown.d.ts +11 -0
  368. package/loaders/post-megadropdown.js +103 -0
  369. package/loaders/post-menu-item.d.ts +11 -0
  370. package/loaders/post-menu-item.js +6 -0
  371. package/loaders/post-menu-item2.js +27 -0
  372. package/loaders/post-menu-trigger.d.ts +11 -0
  373. package/loaders/post-menu-trigger.js +6 -0
  374. package/loaders/post-menu-trigger2.js +102 -0
  375. package/loaders/post-menu.d.ts +11 -0
  376. package/loaders/post-menu.js +6 -0
  377. package/loaders/post-menu2.js +204 -0
  378. package/loaders/post-popover.js +2 -2
  379. package/loaders/post-popovercontainer2.js +10 -7
  380. package/loaders/post-rating.js +2 -2
  381. package/loaders/post-tab-header.js +4 -3
  382. package/loaders/post-tab-panel.js +3 -2
  383. package/loaders/post-tabs.js +7 -5
  384. package/loaders/post-tag.js +2 -2
  385. package/loaders/post-togglebutton.d.ts +11 -0
  386. package/loaders/post-togglebutton.js +64 -0
  387. package/loaders/post-tooltip.js +28 -16
  388. package/loaders/slide.js +25 -0
  389. package/package.json +9 -6
  390. package/dist/cjs/post-accordion-item-dc4d1801.js +0 -51
  391. package/dist/cjs/post-alert-106c34ac.js +0 -98
  392. package/dist/cjs/post-alert.cjs.entry.js +0 -16
  393. package/dist/cjs/post-card-control-69769d1a.js +0 -272
  394. package/dist/cjs/post-icon-221d976f.js +0 -104
  395. package/dist/cjs/post-icon.cjs.entry.js +0 -15
  396. package/dist/cjs/post-logo-e6cb079f.js +0 -39
  397. package/dist/cjs/post-logo.cjs.entry.js +0 -14
  398. package/dist/cjs/post-popovercontainer.cjs.entry.js +0 -11
  399. package/dist/cjs/post-tab-header-43310d08.js +0 -32
  400. package/dist/cjs/post-tag-d7ac3cbb.js +0 -47
  401. package/dist/collection/components/post-alert/alert-types.js +0 -1
  402. package/dist/collection/components/post-alert/post-alert.css +0 -7
  403. package/dist/components/post-alert.js +0 -6
  404. package/dist/components/post-alert2.js +0 -136
  405. package/dist/esm/index-f41b763f.js +0 -46
  406. package/dist/esm/package-bc6404e2.js +0 -3
  407. package/dist/esm/post-accordion-item-55d1e771.js +0 -49
  408. package/dist/esm/post-alert-6c908130.js +0 -96
  409. package/dist/esm/post-alert.entry.js +0 -8
  410. package/dist/esm/post-card-control-9fff6efc.js +0 -270
  411. package/dist/esm/post-icon-d59ad345.js +0 -102
  412. package/dist/esm/post-icon.entry.js +0 -7
  413. package/dist/esm/post-logo-a1487634.js +0 -37
  414. package/dist/esm/post-logo.entry.js +0 -6
  415. package/dist/esm/post-popovercontainer.entry.js +0 -3
  416. package/dist/esm/post-tab-header-dd2cb68e.js +0 -30
  417. package/dist/esm/post-tag-f60a71fd.js +0 -45
  418. package/dist/post-components/p-0e0c11f9.entry.js +0 -1
  419. package/dist/post-components/p-124fe6c8.js +0 -1
  420. package/dist/post-components/p-15c6739e.entry.js +0 -1
  421. package/dist/post-components/p-2180e02d.entry.js +0 -1
  422. package/dist/post-components/p-22ec06ae.entry.js +0 -1
  423. package/dist/post-components/p-26bbd8e5.entry.js +0 -1
  424. package/dist/post-components/p-2b43665d.js +0 -1
  425. package/dist/post-components/p-2d1f85f4.js +0 -1
  426. package/dist/post-components/p-464ce10a.entry.js +0 -1
  427. package/dist/post-components/p-51eff367.js +0 -1
  428. package/dist/post-components/p-586f7f53.entry.js +0 -1
  429. package/dist/post-components/p-65031b20.entry.js +0 -1
  430. package/dist/post-components/p-6d9c46f4.js +0 -1
  431. package/dist/post-components/p-6f12f3e5.js +0 -1
  432. package/dist/post-components/p-718eb560.js +0 -1
  433. package/dist/post-components/p-78407640.entry.js +0 -1
  434. package/dist/post-components/p-79a40235.entry.js +0 -1
  435. package/dist/post-components/p-7ab513fc.js +0 -1
  436. package/dist/post-components/p-9cba7d2f.js +0 -1
  437. package/dist/post-components/p-9eb27378.entry.js +0 -1
  438. package/dist/post-components/p-a528acc4.js +0 -1
  439. package/dist/post-components/p-aa8e43c3.js +0 -1
  440. package/dist/post-components/p-b68c86a7.js +0 -1
  441. package/dist/post-components/p-b8db0e0a.entry.js +0 -1
  442. package/dist/post-components/p-bcd5843c.entry.js +0 -1
  443. package/dist/post-components/p-c21b810d.js +0 -1
  444. package/dist/post-components/p-c386219b.js +0 -1
  445. package/dist/post-components/p-d2f9de94.js +0 -2
  446. package/dist/post-components/p-deb4131c.js +0 -1
  447. package/dist/post-components/p-e7c67ff0.entry.js +0 -1
  448. package/dist/post-components/p-f10e2bb1.entry.js +0 -1
  449. package/dist/types/components/post-alert/alert-types.d.ts +0 -2
  450. package/dist/types/components/post-alert/post-alert.d.ts +0 -54
  451. package/loaders/post-alert.js +0 -139
@@ -0,0 +1,148 @@
1
+ 'use strict';
2
+
3
+ const index = require('./index-f1b08cdb.js');
4
+ const _package = require('./package-aaec3cba.js');
5
+ const checkNonEmpty = require('./check-non-empty-eeaa8f77.js');
6
+
7
+ const postAvatarCss = "/*!\n * Copyright 2021 by Swiss Post, Information Technology\n */:host{--post-avatar-bg:var(--post-scheme-color-interactive-primary-enabled-bg2);--post-avatar-fg:var(--post-scheme-color-interactive-primary-enabled-fg3);display:inline-flex;position:relative;width:var(--post-device-sizing-interactive-icon-size3);height:var(--post-device-sizing-interactive-icon-size3);background-color:var(--post-scheme-color-interactive-primary-enabled-stroke3);border:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-primary-enabled-stroke3);border-radius:var(--post-device-border-radius-round);font-size:var(--post-device-font-size-8);vertical-align:top;line-height:1}:host::after{display:block;content:\"\";position:absolute;inset:0;z-index:1;border-radius:inherit}*,*::before,*::after{box-sizing:border-box}slot,img,::slotted(img){display:block;width:100%;height:100%}img,::slotted(img){border-radius:var(--post-device-border-radius-round)}::slotted(:not(img)){display:none !important}.initials{display:flex;justify-content:center;align-items:center;position:relative;z-index:2;width:100%;height:100%;background-color:var(--post-avatar-bg);border-radius:var(--post-device-border-radius-round);color:var(--post-avatar-fg);text-transform:uppercase}.initials span{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}.initials span:not(caption){position:absolute !important}";
8
+ const PostAvatarStyle0 = postAvatarCss;
9
+
10
+ // https://docs.gravatar.com/api/avatars/images/
11
+ const GRAVATAR_DEFAULT = '404';
12
+ const GRAVATAR_RATING = 'g';
13
+ const GRAVATAR_SIZE = 80;
14
+ const GRAVATAR_BASE_URL = `https://www.gravatar.com/avatar/{email}?s=${GRAVATAR_SIZE}&d=${GRAVATAR_DEFAULT}&r=${GRAVATAR_RATING}`;
15
+ var AvatarType;
16
+ (function (AvatarType) {
17
+ AvatarType["Slotted"] = "slotted";
18
+ AvatarType["Image"] = "image";
19
+ AvatarType["Initials"] = "initials";
20
+ AvatarType[AvatarType["Null"] = null] = "Null";
21
+ })(AvatarType || (AvatarType = {}));
22
+ const PostAvatar = class {
23
+ constructor(hostRef) {
24
+ index.registerInstance(this, hostRef);
25
+ this.firstname = undefined;
26
+ this.lastname = undefined;
27
+ this.userid = undefined;
28
+ this.email = undefined;
29
+ this.slottedImage = undefined;
30
+ this.avatarType = null;
31
+ this.imageUrl = '';
32
+ this.imageAlt = '';
33
+ this.initials = '';
34
+ }
35
+ validateFirstname() {
36
+ checkNonEmpty.checkNonEmpty(this.firstname, 'The `firstname` property of the `post-avatar` is required!');
37
+ }
38
+ async getAvatar() {
39
+ if (this.slottedImage !== null) {
40
+ this.avatarType = AvatarType.Slotted;
41
+ }
42
+ else {
43
+ let imageLoaded = false;
44
+ if (!imageLoaded && this.userid)
45
+ imageLoaded = await this.getImageByProp(this.userid, this.fetchImageByUserId.bind(this));
46
+ if (!imageLoaded && this.email)
47
+ imageLoaded = await this.getImageByProp(this.email, this.fetchImageByEmail.bind(this));
48
+ if (!imageLoaded)
49
+ this.getAvatarByInitials();
50
+ }
51
+ }
52
+ async getImageByProp(prop, fetchImage) {
53
+ var _a;
54
+ if (!prop)
55
+ return false;
56
+ const imageResponse = (_a = (await this.getStorageItem(prop))) !== null && _a !== void 0 ? _a : { ok: false, url: '' };
57
+ if (!imageResponse.ok) {
58
+ try {
59
+ const r = await fetchImage();
60
+ imageResponse.ok = r.ok;
61
+ imageResponse.url = r.url;
62
+ this.imageUrl = imageResponse.url;
63
+ this.imageAlt = `${this.firstname} ${this.lastname} avatar`;
64
+ this.avatarType = AvatarType.Image;
65
+ this.setStorageItem(this.userid, JSON.stringify(imageResponse));
66
+ }
67
+ catch (error) {
68
+ this.removeStorageItem(prop);
69
+ console.info(`Loading avatar by type "${AvatarType.Image}" failed.`);
70
+ }
71
+ }
72
+ return imageResponse.ok;
73
+ }
74
+ async fetchImageByUserId() {
75
+ return await fetch(PostAvatar.INTERNAL_USERID_IMAGE_SRC.replace('{userid}', encodeURIComponent(this.userid)));
76
+ }
77
+ async fetchImageByEmail() {
78
+ const email = await this.cryptify(this.email);
79
+ const imageUrl = GRAVATAR_BASE_URL.replace('{email}', email);
80
+ return await fetch(imageUrl);
81
+ }
82
+ getAvatarByInitials() {
83
+ this.initials = this.getInitials();
84
+ this.avatarType = AvatarType.Initials;
85
+ }
86
+ getNames() {
87
+ return [this.firstname, this.lastname].filter(n => n);
88
+ }
89
+ getInitials() {
90
+ return this.getNames()
91
+ .map(n => n.charAt(0))
92
+ .join('')
93
+ .trim();
94
+ }
95
+ async getStorageItem(keyToken) {
96
+ var _a;
97
+ const key = await this.cryptify(keyToken);
98
+ const value = (_a = window === null || window === void 0 ? void 0 : window.sessionStorage) === null || _a === void 0 ? void 0 : _a.getItem(key);
99
+ return value ? JSON.parse(value) : null;
100
+ }
101
+ async setStorageItem(keyToken, value) {
102
+ var _a;
103
+ const key = await this.cryptify(keyToken);
104
+ (_a = window === null || window === void 0 ? void 0 : window.sessionStorage) === null || _a === void 0 ? void 0 : _a.setItem(key, value);
105
+ }
106
+ async removeStorageItem(keyToken) {
107
+ var _a;
108
+ const key = await this.cryptify(keyToken);
109
+ (_a = window === null || window === void 0 ? void 0 : window.sessionStorage) === null || _a === void 0 ? void 0 : _a.removeItem(key);
110
+ }
111
+ async cryptify(key) {
112
+ return await crypto.subtle.digest('SHA-256', new TextEncoder().encode(key)).then(buffer => {
113
+ return Array.from(new Uint8Array(buffer))
114
+ .map(bytes => bytes.toString(16).padStart(2, '0'))
115
+ .join('');
116
+ });
117
+ }
118
+ onSlotDefaultChange() {
119
+ this.slottedImage = this.host.querySelector('img');
120
+ this.getAvatar();
121
+ }
122
+ componentWillRender() {
123
+ this.slottedImage = this.host.querySelector('img');
124
+ this.getAvatar();
125
+ }
126
+ componentDidLoad() {
127
+ this.validateFirstname();
128
+ }
129
+ render() {
130
+ const initials = this.getNames().reduce((acc, n, i) => {
131
+ if (i > 0)
132
+ acc.push(index.h("span", null, " "));
133
+ acc.push(n.charAt(0));
134
+ acc.push(index.h("span", null, n.slice(1)));
135
+ // eslint-disable-next-line @stencil-community/render-returns-host
136
+ return acc;
137
+ }, []);
138
+ return (index.h(index.Host, { "data-version": _package.version }, index.h("slot", { onSlotchange: this.onSlotDefaultChange.bind(this) }, this.avatarType === 'image' && index.h("img", { src: this.imageUrl, alt: this.imageAlt }), this.avatarType === 'initials' && index.h("div", { class: "initials" }, initials))));
139
+ }
140
+ get host() { return index.getElement(this); }
141
+ static get watchers() { return {
142
+ "firstname": ["validateFirstname"]
143
+ }; }
144
+ };
145
+ PostAvatar.INTERNAL_USERID_IMAGE_SRC = 'https://web.post.ch/UserProfileImage/{userid}.png';
146
+ PostAvatar.style = PostAvatarStyle0;
147
+
148
+ exports.PostAvatar = PostAvatar;
@@ -0,0 +1,13 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const postAvatar = require('./post-avatar-58540591.js');
6
+ require('./index-f1b08cdb.js');
7
+ require('./package-aaec3cba.js');
8
+ require('./check-non-empty-eeaa8f77.js');
9
+ require('./constants-238701d3.js');
10
+
11
+
12
+
13
+ exports.post_avatar = postAvatar.PostAvatar;
@@ -0,0 +1,75 @@
1
+ 'use strict';
2
+
3
+ const index = require('./index-f1b08cdb.js');
4
+ const slide = require('./slide-5d51abe8.js');
5
+ const _package = require('./package-aaec3cba.js');
6
+ const checkType = require('./check-type-64af82a9.js');
7
+ const checkNonEmpty = require('./check-non-empty-eeaa8f77.js');
8
+
9
+ const postBackToTopCss = ":host{--post-floating-button-translate-y:calc(-1 * var(--post-core-dimension-112));position:fixed;top:var(--post-device-position-1);right:var(--post-device-position-1)}:host .back-to-top{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;appearance:button;box-shadow:.5px 3px 4px rgba(0,0,0,.1),2px 4px 10px 4px rgba(0,0,0,.12);cursor:pointer;border-radius:var(--post-device-border-radius-round);width:var(--post-device-sizing-interactive-button-height-2);height:var(--post-device-sizing-interactive-button-height-2);border:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-button-secondary-enabled-stroke);color:var(--post-scheme-color-interactive-button-secondary-enabled-fg);background-color:var(--post-scheme-color-interactive-button-secondary-enabled-bg);display:flex;align-items:center;justify-content:center}:host .back-to-top{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}:host .back-to-top:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host .back-to-top:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){:host .back-to-top:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host .back-to-top:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}:host .back-to-top:hover{border-color:var(--post-scheme-color-interactive-button-secondary-hover-stroke);color:var(--post-scheme-color-interactive-button-secondary-hover-fg);background-color:var(--post-scheme-color-interactive-button-secondary-hover-bg)}:host .back-to-top post-icon{height:var(--post-device-sizing-interactive-button-icon-3);width:var(--post-device-sizing-interactive-button-icon-3)}:host .visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}";
10
+ const PostBackToTopStyle0 = postBackToTopCss;
11
+
12
+ const PostBackToTop = class {
13
+ constructor(hostRef) {
14
+ index.registerInstance(this, hostRef);
15
+ this.handleScroll = () => {
16
+ this.belowFold = this.isBelowFold();
17
+ };
18
+ this.label = undefined;
19
+ this.belowFold = false;
20
+ }
21
+ isBelowFold() {
22
+ return window.scrollY > window.innerHeight;
23
+ }
24
+ // Watch for changes in belowFold
25
+ watchBelowFold(newValue) {
26
+ if (newValue) {
27
+ slide.slideUp(this.el, this.translateY);
28
+ }
29
+ else {
30
+ slide.slideDown(this.el, this.translateY);
31
+ }
32
+ }
33
+ scrollToTop() {
34
+ window.scrollTo({
35
+ top: 0,
36
+ });
37
+ }
38
+ // Validate the label
39
+ validateLabel() {
40
+ checkType.checkType(this.label, 'string', 'The label property of the Back to Top component is required for accessibility purposes. Please ensure it is set.');
41
+ checkNonEmpty.checkNonEmpty(this.label, 'The label property of the Back to Top component must not be empty. Please provide a proper text for the label');
42
+ }
43
+ // Set the initial state
44
+ componentWillLoad() {
45
+ this.belowFold = this.isBelowFold();
46
+ }
47
+ componentDidLoad() {
48
+ window.addEventListener('scroll', this.handleScroll, false);
49
+ this.translateY = window
50
+ .getComputedStyle(this.el)
51
+ .getPropertyValue('--post-floating-button-translate-y');
52
+ if (!this.belowFold) {
53
+ this.el.style.transform = `translateY(${this.translateY})`;
54
+ }
55
+ // Initial load
56
+ if (this.belowFold) {
57
+ slide.slideUp(this.el, this.translateY);
58
+ }
59
+ this.validateLabel();
60
+ }
61
+ disconnectedCallback() {
62
+ window.removeEventListener('scroll', this.handleScroll);
63
+ }
64
+ render() {
65
+ return (index.h(index.Host, { key: '92d56ff9055c2af38ae47b28c3af20771eed9a39', "data-version": _package.version }, index.h("button", { key: 'ae305dd5b5a3f8d97553945e547ad45e824e6b7d', class: "back-to-top", "aria-hidden": this.belowFold ? 'false' : 'true', tabindex: this.belowFold ? '0' : '-1', onClick: this.scrollToTop }, index.h("post-icon", { key: '37792f99d6ef79df4260f6ad1c5780e545f7870a', "aria-hidden": "true", name: "3026" }), index.h("span", { key: '8768101a26e259c2bd0695a97e6bb4077ad31ae6', class: "visually-hidden" }, this.label))));
66
+ }
67
+ get el() { return index.getElement(this); }
68
+ static get watchers() { return {
69
+ "belowFold": ["watchBelowFold"],
70
+ "label": ["validateLabel"]
71
+ }; }
72
+ };
73
+ PostBackToTop.style = PostBackToTopStyle0;
74
+
75
+ exports.PostBackToTop = PostBackToTop;
@@ -0,0 +1,15 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const postBackToTop = require('./post-back-to-top-db5c7d01.js');
6
+ require('./index-f1b08cdb.js');
7
+ require('./slide-5d51abe8.js');
8
+ require('./package-aaec3cba.js');
9
+ require('./check-type-64af82a9.js');
10
+ require('./check-non-empty-eeaa8f77.js');
11
+ require('./constants-238701d3.js');
12
+
13
+
14
+
15
+ exports.post_back_to_top = postBackToTop.PostBackToTop;
@@ -0,0 +1,91 @@
1
+ 'use strict';
2
+
3
+ const index = require('./index-f1b08cdb.js');
4
+ const _package = require('./package-aaec3cba.js');
5
+ const fade = require('./fade-35a3633a.js');
6
+ const index$1 = require('./index-5d4e0aed.js');
7
+ const index_browser = require('./index.browser-2f65f583.js');
8
+ const checkType = require('./check-type-64af82a9.js');
9
+ const checkNonEmpty = require('./check-non-empty-eeaa8f77.js');
10
+
11
+ const BANNER_TYPES = ['neutral', 'success', 'warning', 'danger', 'info'];
12
+
13
+ const postBannerCss = ".banner,.alert{min-height:calc(var(--post-device-sizing-notification-icon-2) + (2 * var(--post-device-spacing-padding-10)));box-sizing:border-box;box-shadow:var(--post-device-elevation-100);border-radius:var(--post-device-border-radius-2);padding:var(--post-device-spacing-padding-10) var(--post-device-spacing-padding-10);padding-inline-start:calc(var(--post-device-spacing-padding-10) + var(--post-device-sizing-notification-icon-2) + var(--post-device-spacing-gap-inline-6));font-weight:400;border-style:var(--post-core-border-style-solid);border-width:var(--post-device-border-width-default);position:relative;color:var(--post-scheme-color-surface-default-fg);background-color:var(--post-scheme-color-signal-neutral);border-color:var(--post-scheme-color-signal-neutral-dark);color-scheme:var(--post-core-bg-scheme-light)}.banner:not(.no-icon)::before,.alert:not(.no-icon)::before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='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 0a1.335 1.335 0 1 1 1.334 1.334 1.336 1.336 0 0 1-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/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='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 0a1.335 1.335 0 1 1 1.334 1.334 1.336 1.336 0 0 1-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/svg%3E\");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-signal-neutral-dark)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.banner:not(.no-icon)::before,.alert:not(.no-icon)::before{color:CanvasText}}.banner:has(>post-icon)::before,.alert:has(>post-icon)::before{content:none}.banner>post-icon,.alert>post-icon{background-color:var(--post-scheme-color-signal-neutral);color:var(--post-scheme-color-signal-neutral-dark)}.banner::before,.alert::before{content:\"\";display:block}.banner::before,.banner>post-icon,.alert::before,.alert>post-icon{position:absolute;height:var(--post-device-sizing-notification-icon-2);width:var(--post-device-sizing-notification-icon-2);left:var(--post-device-spacing-padding-10);top:var(--post-device-spacing-padding-10)}.banner.no-icon,.alert.no-icon{min-height:calc(2*var(--post-device-spacing-padding-10) + var(--post-core-dimension-24));padding-inline-start:var(--post-device-spacing-padding-10)}.banner.no-icon::before,.alert.no-icon::before{content:unset}.banner.no-icon>post-icon,.alert.no-icon>post-icon{display:none}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.banner,.alert{filter:none !important;border:2px solid CanvasText}}.banner:not(.banner-action):not(.alert-action),.alert:not(.banner-action):not(.alert-action){display:flex;flex-direction:column;justify-content:center;gap:var(--post-core-dimension-4)}.banner:not(.banner-action):not(.alert-action) a,.alert:not(.banner-action):not(.alert-action) a{font-weight:400}.banner:not(.banner-action):not(.alert-action) hr,.alert:not(.banner-action):not(.alert-action) hr{margin-block:var(--post-core-dimension-8) var(--post-core-dimension-12) !important}.banner:not(.banner-action):not(.alert-action)>*,.alert:not(.banner-action):not(.alert-action)>*{margin:0}.banner-container{border:unset;background-color:rgba(0,0,0,0)}.banner-dismissible,.alert-dismissible{pointer-events:auto;position:relative}.banner-dismissible:not(.banner-action):not(.alert-action),.alert-dismissible:not(.banner-action):not(.alert-action){padding-inline-end:calc(var(--post-device-spacing-padding-10) + var(--post-device-spacing-gap-inline-6) + var(--post-core-dimension-24))}.banner-dismissible>.btn-close,.alert-dismissible>.btn-close{position:absolute;inset-block-start:1rem;inset-inline-end:var(--post-device-spacing-padding-10)}.banner-buttons,.alert-buttons{display:flex;align-items:center;justify-content:flex-start;flex-direction:row-reverse;margin-block-start:var(--post-device-spacing-padding-block-10);gap:var(--post-device-spacing-gap-1)}@media (max-width: 779.98px){.banner-buttons,.alert-buttons{flex-direction:column}}.banner-action>.banner-content,.banner-action>.alert-content,.alert-action>.banner-content,.alert-action>.alert-content{display:flex;flex-direction:column;justify-content:center;gap:var(--post-core-dimension-4)}.banner-action>.banner-content a,.banner-action>.alert-content a,.alert-action>.banner-content a,.alert-action>.alert-content a{font-weight:400}.banner-action>.banner-content hr,.banner-action>.alert-content hr,.alert-action>.banner-content hr,.alert-action>.alert-content hr{margin-block:var(--post-core-dimension-8) var(--post-core-dimension-12) !important}.banner-action>.banner-content>*,.banner-action>.alert-content>*,.alert-action>.banner-content>*,.alert-action>.alert-content>*{margin:0}@media (max-width: 779.98px){.banner-action,.alert-action{flex-direction:column;align-items:stretch}.banner-action>.banner-content,.banner-action>.alert-content,.alert-action>.banner-content,.alert-action>.alert-content{padding-inline-start:var(--post-device-spacing-gap-inline-6)var(--post-device-sizing-notification-icon-2);padding-inline-end:var(--post-device-spacing-gap-inline-6)var(--post-core-dimension-24)}.banner-action.no-icon>.banner-content,.banner-action.no-icon>.alert-content,.alert-action.no-icon>.banner-content,.alert-action.no-icon>.alert-content{padding-inline-start:0}.banner-action>.banner-buttons,.banner-action>.alert-buttons,.alert-action>.banner-buttons,.alert-action>.alert-buttons{display:flex}.banner-action>.banner-buttons>.btn,.banner-action>.banner-buttons>::slotted(.btn),.banner-action>.alert-buttons>.btn,.banner-action>.alert-buttons>::slotted(.btn),.alert-action>.banner-buttons>.btn,.alert-action>.banner-buttons>::slotted(.btn),.alert-action>.alert-buttons>.btn,.alert-action>.alert-buttons>::slotted(.btn){flex:1 0 0;width:100%}.banner-action>.banner-buttons>.btn:first-child,.banner-action>.banner-buttons>::slotted(.btn:first-child),.banner-action>.alert-buttons>.btn:first-child,.banner-action>.alert-buttons>::slotted(.btn:first-child),.alert-action>.banner-buttons>.btn:first-child,.alert-action>.banner-buttons>::slotted(.btn:first-child),.alert-action>.alert-buttons>.btn:first-child,.alert-action>.alert-buttons>::slotted(.btn:first-child){margin-inline-start:0}}.banner-neutral,.alert-neutral{background-color:var(--post-scheme-color-signal-neutral);border-color:var(--post-scheme-color-signal-neutral-dark);color-scheme:var(--post-core-bg-scheme-light)}.banner-neutral:not(.no-icon)::before,.alert-neutral:not(.no-icon)::before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='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 0a1.335 1.335 0 1 1 1.334 1.334 1.336 1.336 0 0 1-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/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='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 0a1.335 1.335 0 1 1 1.334 1.334 1.336 1.336 0 0 1-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/svg%3E\");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-signal-neutral-dark)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.banner-neutral:not(.no-icon)::before,.alert-neutral:not(.no-icon)::before{color:CanvasText}}.banner-neutral:has(>post-icon)::before,.alert-neutral:has(>post-icon)::before{content:none}.banner-neutral>post-icon,.alert-neutral>post-icon{background-color:var(--post-scheme-color-signal-neutral);color:var(--post-scheme-color-signal-neutral-dark)}.banner-success,.alert-success{background-color:var(--post-scheme-color-interactive-notification-success-bg);border-color:var(--post-scheme-color-interactive-notification-success-stroke);color-scheme:var(--post-core-bg-scheme-light)}.banner-success:not(.no-icon)::before,.alert-success:not(.no-icon)::before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='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/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='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/svg%3E\");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-interactive-notification-success-icon)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.banner-success:not(.no-icon)::before,.alert-success:not(.no-icon)::before{color:CanvasText}}.banner-success:has(>post-icon)::before,.alert-success:has(>post-icon)::before{content:none}.banner-success>post-icon,.alert-success>post-icon{background-color:var(--post-scheme-color-interactive-notification-success-bg);color:var(--post-scheme-color-interactive-notification-success-icon)}.banner-warning,.alert-warning{background-color:var(--post-scheme-color-interactive-notification-warning-bg);border-color:var(--post-scheme-color-interactive-notification-warning-stroke);color-scheme:var(--post-core-bg-scheme-light)}.banner-warning:not(.no-icon)::before,.alert-warning:not(.no-icon)::before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E\");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-interactive-notification-warning-icon)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.banner-warning:not(.no-icon)::before,.alert-warning:not(.no-icon)::before{color:CanvasText}}.banner-warning:has(>post-icon)::before,.alert-warning:has(>post-icon)::before{content:none}.banner-warning>post-icon,.alert-warning>post-icon{background-color:var(--post-scheme-color-interactive-notification-warning-bg);color:var(--post-scheme-color-interactive-notification-warning-icon)}.banner-error,.alert-error{background-color:var(--post-scheme-color-interactive-notification-error-bg);border-color:var(--post-scheme-color-interactive-notification-error-stroke);color-scheme:var(--post-core-bg-scheme-light)}.banner-error:not(.no-icon)::before,.alert-error:not(.no-icon)::before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E\");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-interactive-notification-error-icon)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.banner-error:not(.no-icon)::before,.alert-error:not(.no-icon)::before{color:CanvasText}}.banner-error:has(>post-icon)::before,.alert-error:has(>post-icon)::before{content:none}.banner-error>post-icon,.alert-error>post-icon{background-color:var(--post-scheme-color-interactive-notification-error-bg);color:var(--post-scheme-color-interactive-notification-error-icon)}.banner-info,.alert-info{background-color:var(--post-scheme-color-interactive-notification-info-bg);border-color:var(--post-scheme-color-interactive-notification-info-stroke);color-scheme:var(--post-core-bg-scheme-light)}.banner-info:not(.no-icon)::before,.alert-info:not(.no-icon)::before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.33 25.33v-16h-4.67V12h2v13.33h-2V28h6.67v-2.67zM14.67 4h2.67v2.67h-2.67z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.33 25.33v-16h-4.67V12h2v13.33h-2V28h6.67v-2.67zM14.67 4h2.67v2.67h-2.67z'/%3E%3C/svg%3E\");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-interactive-notification-info-icon)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.banner-info:not(.no-icon)::before,.alert-info:not(.no-icon)::before{color:CanvasText}}.banner-info:has(>post-icon)::before,.alert-info:has(>post-icon)::before{content:none}.banner-info>post-icon,.alert-info>post-icon{background-color:var(--post-scheme-color-interactive-notification-info-bg);color:var(--post-scheme-color-interactive-notification-info-icon)}.banner-danger,.alert-danger{background-color:var(--post-scheme-color-interactive-notification-error-bg);border-color:var(--post-scheme-color-interactive-notification-error-stroke);color-scheme:var(--post-core-bg-scheme-light)}.banner-danger:not(.no-icon)::before,.alert-danger:not(.no-icon)::before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.67 4h2.67v18.67h-2.67zm0 21.33h2.67V28h-2.67z'/%3E%3C/svg%3E\");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;color:var(--post-scheme-color-interactive-notification-error-icon)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.banner-danger:not(.no-icon)::before,.alert-danger:not(.no-icon)::before{color:CanvasText}}.banner-danger:has(>post-icon)::before,.alert-danger:has(>post-icon)::before{content:none}.banner-danger>post-icon,.alert-danger>post-icon{background-color:var(--post-scheme-color-interactive-notification-error-bg);color:var(--post-scheme-color-interactive-notification-error-icon)}.btn-close{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;appearance:button;border-radius:var(--post-device-border-radius-round);color:#000;transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;cursor:pointer}.btn-close{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.btn-close:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-close:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.btn-close:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-close:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.btn-close::before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%3E%3C/svg%3E\");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;content:\"\";display:block;height:var(--post-core-dimension-24);width:var(--post-core-dimension-24)}.btn-close:focus,.btn-close:not(:disabled):hover,.pretend-hover.btn-close{color:#000}.btn-close:disabled{color:var(--post-gray-40)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-close{color:CanvasText;forced-color-adjust:none}.btn-close:focus,.btn-close:not(:disabled):hover,.pretend-hover.btn-close{color:Highlight}}.btn-close-white{color:#e6e6e6}.btn-close-white:focus,.btn-close-white:not(:disabled):hover,.btn-close-white.pretend-hover{color:#fff}.btn-close-white:disabled{color:#999}/*!\n * Copyright 2021 by Swiss Post, Information Technology\n */: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}";
14
+ const PostBannerStyle0 = postBannerCss;
15
+
16
+ const PostBanner = class {
17
+ constructor(hostRef) {
18
+ index.registerInstance(this, hostRef);
19
+ this.postDismissed = index.createEvent(this, "postDismissed", 7);
20
+ this.bannerId = `p${index_browser.nanoid(6)}`;
21
+ this.classes = undefined;
22
+ this.hasActions = undefined;
23
+ this.hasHeading = undefined;
24
+ this.onDismissButtonClick = () => this.dismiss();
25
+ this.dismissible = false;
26
+ this.dismissLabel = undefined;
27
+ this.icon = undefined;
28
+ this.type = 'neutral';
29
+ }
30
+ validateDismissible(isDismissible = this.dismissible) {
31
+ checkType.checkType(isDismissible, 'boolean', 'The post-banner "dismissible" prop should be a boolean.');
32
+ setTimeout(() => this.validateDismissLabel());
33
+ }
34
+ validateDismissLabel(dismissLabel = this.dismissLabel) {
35
+ if (this.dismissible) {
36
+ checkNonEmpty.checkNonEmpty(dismissLabel, 'Dismissible post-banner\'s require a "dismiss-label" prop.');
37
+ }
38
+ }
39
+ validateIcon(icon = this.icon) {
40
+ index$1.checkEmptyOrPattern(icon, /\d{4}|none/, 'The post-banner "icon" prop should be a 4-digits string.');
41
+ }
42
+ validateType(type = this.type) {
43
+ index$1.checkEmptyOrOneOf(type, BANNER_TYPES, `The post-banner requires a type form: ${BANNER_TYPES.join(', ')}`);
44
+ }
45
+ componentDidLoad() {
46
+ this.validateDismissible();
47
+ this.validateIcon();
48
+ this.validateType();
49
+ }
50
+ componentWillRender() {
51
+ this.hasHeading = this.host.querySelectorAll('[slot=heading]').length > 0;
52
+ this.hasActions = this.host.querySelectorAll('[slot=actions]').length > 0;
53
+ this.classes = `banner ${this.type ? 'banner-' + this.type : ''}`;
54
+ if (this.dismissible)
55
+ this.classes += ' banner-dismissible';
56
+ if (this.hasActions)
57
+ this.classes += ' banner-action';
58
+ if (this.icon === 'none')
59
+ this.classes += ' no-icon';
60
+ }
61
+ /**
62
+ * Triggers banner dismissal programmatically (same as clicking on the close button (×)).
63
+ */
64
+ async dismiss() {
65
+ const dismissal = fade.fadeOut(this.host);
66
+ await dismissal.finished;
67
+ this.host.remove();
68
+ this.postDismissed.emit();
69
+ }
70
+ render() {
71
+ const defaultBannerContent = [
72
+ this.hasHeading && (index.h("div", { key: `${this.bannerId}-heading`, class: "banner-heading" }, index.h("slot", { key: 'ac8774db27af4057a85f04f5864534c14f387cd7', name: "heading" }))),
73
+ index.h("slot", { key: `${this.bannerId}-message` }),
74
+ ];
75
+ const actionBannerContent = [
76
+ index.h("div", { key: `${this.bannerId}-content`, class: "banner-content" }, defaultBannerContent),
77
+ index.h("div", { key: `${this.bannerId}-buttons`, class: "banner-buttons" }, index.h("slot", { key: 'e3652af90a4b54bf1297e4c78a32d64305674ff7', name: "actions" })),
78
+ ];
79
+ return (index.h(index.Host, { key: '21bfb98ce6f38c03dca18877cd99d5ac2ebbafaf', "data-version": _package.version }, index.h("div", { key: '728c307293908b86d6951d9edc420d8cf9074bc8', role: "alert", class: this.classes, part: this.classes }, this.dismissible && (index.h("button", { key: '6ac2f33805ae8dfc8f4a9444fa98153ce5009c72', class: "btn-close", onClick: this.onDismissButtonClick }, index.h("span", { key: 'ad9dd25cc1c43555115192ec04ce05ec54b793d4', class: "visually-hidden" }, this.dismissLabel))), this.icon && this.icon !== 'none' && (index.h("post-icon", { key: `${this.bannerId}-icon`, name: this.icon })), this.hasActions ? actionBannerContent : defaultBannerContent)));
80
+ }
81
+ get host() { return index.getElement(this); }
82
+ static get watchers() { return {
83
+ "dismissible": ["validateDismissible"],
84
+ "dismissLabel": ["validateDismissLabel"],
85
+ "icon": ["validateIcon"],
86
+ "type": ["validateType"]
87
+ }; }
88
+ };
89
+ PostBanner.style = PostBannerStyle0;
90
+
91
+ exports.PostBanner = PostBanner;
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const postBanner = require('./post-banner-727866d5.js');
6
+ require('./index-f1b08cdb.js');
7
+ require('./package-aaec3cba.js');
8
+ require('./fade-35a3633a.js');
9
+ require('./index-5d4e0aed.js');
10
+ require('./constants-238701d3.js');
11
+ require('./check-one-of-f4f5d0c0.js');
12
+ require('./check-type-64af82a9.js');
13
+ require('./check-url-3ffdd2fb.js');
14
+ require('./index.browser-2f65f583.js');
15
+ require('./check-non-empty-eeaa8f77.js');
16
+
17
+
18
+
19
+ exports.post_banner = postBanner.PostBanner;
@@ -0,0 +1,111 @@
1
+ 'use strict';
2
+
3
+ const index = require('./index-f1b08cdb.js');
4
+ const _package = require('./package-aaec3cba.js');
5
+ const checkUrl = require('./check-url-3ffdd2fb.js');
6
+ const debounce = require('./debounce-1151afe3.js');
7
+
8
+ const postBreadcrumbCss = "/*!\n * Copyright 2021 by Swiss Post, Information Technology\n */:host{display:flex;align-items:center}.breadcrumbs-nav{display:flex;align-items:center}.hidden-items{gap:var(--post-device-spacing-gap-inline-4);position:absolute;height:0;overflow:hidden;white-space:nowrap}.breadcrumbs-list{display:flex;flex-wrap:nowrap;position:relative;margin:0;padding:0;list-style:none;align-items:center;height:100%;gap:var(--post-device-spacing-gap-inline-4)}post-icon{display:inline-block;box-sizing:border-box;color:var(--post-scheme-color-interactive-primary-enabled-fg1);height:var(--post-core-dimension-24);width:var(--post-core-dimension-24)}.breadcrumb-item-icon{padding-block:var(--post-core-dimension-4);padding-inline:var(--post-core-dimension-4)}li a{display:flex;align-items:center}li a{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}li a:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){li a:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){li a:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){li a:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}li a:focus{border-radius:var(--post-device-border-radius-focus)}li a .home-icon{padding-block:var(--post-device-spacing-padding-4);padding-inline:var(--post-device-spacing-padding-4)}li a .home-icon:hover{color:var(--post-scheme-color-interactive-primary-hover-fg1)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){li a .home-icon a,li a .home-icon:focus,li a .home-icon:hover{color:CanvasText !important}}.menu-trigger-wrapper{display:flex;align-items:center;gap:var(--post-device-spacing-gap-inline-5)}.actual-menu{display:flex;align-items:center}post-menu-trigger{display:flex;align-items:center;padding-block:var(--post-device-spacing-padding-block-7)}post-menu-trigger{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}post-menu-trigger:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){post-menu-trigger:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){post-menu-trigger:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){post-menu-trigger:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}post-menu-trigger:focus{border-radius:var(--post-device-border-radius-focus)}post-menu-trigger button{background:none;border:none;line-height:150%;font-size:var(--post-device-font-size-6);cursor:pointer;padding:0;color:var(--post-scheme-color-interactive-primary-enabled-fg1)}post-menu-trigger button:hover{color:var(--post-scheme-color-interactive-primary-hover-fg1)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){post-menu-trigger button a,post-menu-trigger button:focus,post-menu-trigger button:hover{color:LinkText !important}}post-menu::part(popover-container){display:flex;flex-direction:column;align-items:start;padding:.6rem;gap:var(--post-device-spacing-gap-inline-4)}post-menu::part(popover-container) ::slotted(post-menu-item:not(:last-child)){margin-bottom:var(--post-device-spacing-gap-inline-4)}.breadcrumb-item{display:flex;align-items:center;justify-content:center;gap:var(--post-device-spacing-gap-inline-5)}.breadcrumb-item a{text-decoration:none;color:inherit;line-height:150%;padding-block:var(--post-device-spacing-padding-block-7);font-size:var(--post-device-font-size-6)}.breadcrumb-item a{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.breadcrumb-item a:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.breadcrumb-item a:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.breadcrumb-item a:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.breadcrumb-item a:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.breadcrumb-item a:hover{color:var(--post-scheme-color-interactive-primary-hover-fg1);text-decoration:var(--post-core-text-decoration-underline)}.breadcrumb-item a:focus-visible{border-radius:var(--post-device-border-radius-focus)}.breadcrumb-item span:hover{color:var(--post-scheme-color-interactive-primary-hover-fg1);text-decoration:var(--post-core-text-decoration-underline)}.breadcrumb-item span:focus-visible{border-radius:var(--post-device-border-radius-focus)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.breadcrumb-item a,.breadcrumb-item:focus,.breadcrumb-item:hover{color:LinkText !important}.breadcrumb-item:visited{color:VisitedText !important}}post-breadcrumb-item:last-of-type{pointer-events:none;color:var(--post-scheme-color-interactive-primary-selected-fg1);font-weight:var(--post-device-font-weight-bold);text-decoration:var(--post-core-text-decoration-none)}post-breadcrumb-item:last-of-type:hover{color:var(--post-scheme-color-interactive-primary-selected-fg1);text-decoration:none}.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}";
9
+ const PostBreadcrumbStyle0 = postBreadcrumbCss;
10
+
11
+ const PostBreadcrumb = class {
12
+ constructor(hostRef) {
13
+ index.registerInstance(this, hostRef);
14
+ // Waits for breadcrumb navigation reference to be available
15
+ this.waitForBreadcrumbRef = debounce.debounce(() => {
16
+ var _a;
17
+ if (((_a = this.breadcrumbNavRef) === null || _a === void 0 ? void 0 : _a.clientWidth) > 0) {
18
+ this.checkConcatenation();
19
+ }
20
+ else {
21
+ this.waitForBreadcrumbRef();
22
+ }
23
+ }, 50);
24
+ // Handles resizing to check concatenation
25
+ this.handleResize = () => {
26
+ if (window.innerWidth === this.lastWindowWidth)
27
+ return;
28
+ this.lastWindowWidth = window.innerWidth;
29
+ this.checkConcatenation();
30
+ };
31
+ this.homeUrl = undefined;
32
+ this.homeText = 'Home';
33
+ this.breadcrumbItems = [];
34
+ this.isConcatenated = undefined;
35
+ this.lastWindowWidth = undefined;
36
+ }
37
+ validateUrl() {
38
+ checkUrl.checkUrl(this.homeUrl, 'The "url" property of the home-icon is invalid');
39
+ }
40
+ componentWillLoad() {
41
+ this.updateBreadcrumbItems();
42
+ }
43
+ componentDidLoad() {
44
+ window.addEventListener('resize', this.handleResize);
45
+ this.waitForBreadcrumbRef();
46
+ }
47
+ disconnectedCallback() {
48
+ window.removeEventListener('resize', this.handleResize);
49
+ }
50
+ // Updates breadcrumb items and sets the last item
51
+ updateBreadcrumbItems() {
52
+ this.breadcrumbItems = Array.from(this.host.querySelectorAll('post-breadcrumb-item')).map((item) => ({
53
+ text: item.textContent || '',
54
+ url: item.getAttribute('url') || '',
55
+ }));
56
+ this.lastItem = this.breadcrumbItems[this.breadcrumbItems.length - 1];
57
+ }
58
+ // Determines parent width for concatenation logic
59
+ getParentWidth() {
60
+ let parent = this.host.parentNode;
61
+ while (parent && !(parent instanceof HTMLElement)) {
62
+ parent = parent.parentNode;
63
+ }
64
+ return parent instanceof HTMLElement ? parent.clientWidth : window.innerWidth;
65
+ }
66
+ checkConcatenation() {
67
+ var _a;
68
+ if (!this.breadcrumbNavRef)
69
+ return;
70
+ const visibleWidth = this.getParentWidth();
71
+ // Measure all hidden breadcrumb items
72
+ const hiddenItems = Array.from(((_a = this.host.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelectorAll('.hidden-breadcrumb-item')) || []);
73
+ const totalWidth = hiddenItems.reduce((accum, element) => {
74
+ const rect = element.getBoundingClientRect();
75
+ return accum + rect.width;
76
+ }, 0);
77
+ this.isConcatenated = totalWidth > visibleWidth;
78
+ }
79
+ // Handles breadcrumb item click to open the menu
80
+ handleBreadcrumbItemClick() {
81
+ var _a, _b;
82
+ if (this.host.shadowRoot) {
83
+ const menuTrigger = (_b = (_a = this.host.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.menu-trigger-wrapper')) === null || _b === void 0 ? void 0 : _b.querySelector('button');
84
+ if (menuTrigger) {
85
+ menuTrigger.click();
86
+ }
87
+ }
88
+ }
89
+ render() {
90
+ const visibleItems = this.breadcrumbItems.slice(0, -1);
91
+ return (index.h(index.Host, { key: '1baffcf05840127383931baec809e2b94e402e5e', "data-version": _package.version }, index.h("nav", { key: 'c6725b8aa970f35f15f31ecc56280e7518b2dba9', "aria-label": "Breadcrumb", class: "breadcrumbs-nav", ref: (el) => (this.breadcrumbNavRef = el) }, index.h("ol", { key: '3166f345dde9f7003b23f5e7a1ddbe587b3fb4be', class: "no-list breadcrumbs-list" }, index.h("li", { key: '2efcbd6502cc5245ee63fd344a28c8aea4561cde' }, index.h("a", { key: 'b727c3d880ca9ebb7fc8527263a142662e4d42fd', href: this.homeUrl, class: "breadcrumb-link" }, index.h("span", { key: 'd683d05bce032759aa224e7a36ef5d7fb3883187', class: "visually-hidden" }, this.homeText), index.h("post-icon", { key: 'f17d5f56a49f0525d64414c079968d80b0c7eca3', name: "home", class: "home-icon" }))), this.isConcatenated ? (index.h("div", { class: "menu-trigger-wrapper", "aria-label": "More breadcrumbs", onKeyDown: (e) => {
92
+ if (e.key === 'Enter' || e.key === ' ') {
93
+ e.preventDefault();
94
+ this.handleBreadcrumbItemClick();
95
+ }
96
+ } }, index.h("post-icon", { name: "2111", class: "breadcrumb-item-icon" }), index.h("div", { class: "actual-menu" }, index.h("post-menu-trigger", { for: "breadcrumb-menu", tabIndex: 0 }, index.h("button", { class: "btn test", tabIndex: -1 }, "...")), index.h("post-menu", { id: "breadcrumb-menu" }, visibleItems.map((item) => (index.h("post-menu-item", { key: item.url || item.text, class: "breadcrumb-item", onKeyDown: (e) => {
97
+ if (e.key === 'Enter' || e.key === ' ') {
98
+ const linkElement = e.currentTarget.querySelector('a');
99
+ linkElement === null || linkElement === void 0 ? void 0 : linkElement.click();
100
+ e.preventDefault();
101
+ }
102
+ } }, item.url ? index.h("a", { href: item.url }, item.text) : index.h("span", null, item.text)))))))) : (visibleItems.map((item) => (index.h("post-breadcrumb-item", { url: item.url, key: item.url || item.text }, item.text)))), this.lastItem && (index.h("post-breadcrumb-item", { key: '674dd84e23c325f874f57b92b0171b47d600d463', url: this.lastItem.url, "aria-current": "page", tabindex: -1 }, this.lastItem.text))), index.h("div", { key: 'b4131833874403a8166446991510a36003a21aed', class: "hidden-items" }, index.h("a", { key: 'aa31950651d486afdb97974c24929cc80e0c3f53', href: this.homeUrl, class: "hidden-breadcrumb-item" }, index.h("span", { key: 'e9d1f5e225220a5942f8844dc26014f1278f935f', class: "visually-hidden" }, this.homeText), index.h("post-icon", { key: '493a91739d10c3e536da52d636aca4b305f88273', name: "home", class: "home-icon" })), this.breadcrumbItems.map((item) => (index.h("post-breadcrumb-item", { url: item.url, key: `hidden-${item.url || item.text}`, class: "hidden-breadcrumb-item" }, item.text)))))));
103
+ }
104
+ get host() { return index.getElement(this); }
105
+ static get watchers() { return {
106
+ "homeUrl": ["validateUrl"]
107
+ }; }
108
+ };
109
+ PostBreadcrumb.style = PostBreadcrumbStyle0;
110
+
111
+ exports.PostBreadcrumb = PostBreadcrumb;
@@ -0,0 +1,17 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const postMenuItem = require('./post-menu-item-e0e214b9.js');
6
+ require('./index-f1b08cdb.js');
7
+ require('./package-aaec3cba.js');
8
+ require('./index-5d4e0aed.js');
9
+ require('./constants-238701d3.js');
10
+ require('./check-one-of-f4f5d0c0.js');
11
+ require('./check-type-64af82a9.js');
12
+ require('./check-url-3ffdd2fb.js');
13
+
14
+
15
+
16
+ exports.post_breadcrumb_item = postMenuItem.PostBreadcrumbItem;
17
+ exports.post_menu_item = postMenuItem.PostMenuItem;
@@ -0,0 +1,13 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const postBreadcrumb = require('./post-breadcrumb-cacca682.js');
6
+ require('./index-f1b08cdb.js');
7
+ require('./package-aaec3cba.js');
8
+ require('./check-url-3ffdd2fb.js');
9
+ require('./debounce-1151afe3.js');
10
+
11
+
12
+
13
+ exports.post_breadcrumb = postBreadcrumb.PostBreadcrumb;