@swisspost/design-system-components 8.1.0 → 8.2.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 (221) hide show
  1. package/dist/cjs/{index-a1440961.js → index-01f30442.js} +13 -0
  2. package/dist/cjs/{index-baad16da.js → index-c15bd800.js} +43 -5
  3. package/dist/cjs/index.cjs.js +19 -17
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/{package-fd539ea9.js → package-69bba137.js} +1 -1
  6. package/dist/cjs/{post-accordion-bebb0498.js → post-accordion-3da9563f.js} +2 -2
  7. package/dist/cjs/{post-accordion-item-b15bcbb9.js → post-accordion-item-57046b20.js} +3 -3
  8. package/dist/cjs/post-accordion-item.cjs.entry.js +4 -4
  9. package/dist/cjs/post-accordion.cjs.entry.js +3 -3
  10. package/dist/cjs/{post-alert-4a1ab7e3.js → post-alert-54b0ed5d.js} +3 -3
  11. package/dist/cjs/post-alert.cjs.entry.js +4 -4
  12. package/dist/cjs/post-card-control-407e03b7.js +272 -0
  13. package/dist/cjs/post-card-control.cjs.entry.js +3 -3
  14. package/dist/cjs/{post-collapsible-trigger-b82b368e.js → post-collapsible-trigger-68e20fe1.js} +3 -3
  15. package/dist/cjs/post-collapsible_2.cjs.entry.js +4 -4
  16. package/dist/cjs/post-components.cjs.js +2 -2
  17. package/dist/cjs/{post-icon-36f7a65e.js → post-icon-0fb3e3a5.js} +3 -3
  18. package/dist/cjs/post-icon.cjs.entry.js +4 -4
  19. package/dist/cjs/post-logo-f4c77b1a.js +39 -0
  20. package/dist/cjs/post-logo.cjs.entry.js +14 -0
  21. package/dist/cjs/{post-popover-eb936464.js → post-popover-01193d5f.js} +3 -3
  22. package/dist/cjs/post-popover.cjs.entry.js +3 -3
  23. package/dist/cjs/{post-popovercontainer-ba97a4b4.js → post-popovercontainer-d462f01b.js} +4 -4
  24. package/dist/cjs/post-popovercontainer.cjs.entry.js +3 -3
  25. package/dist/cjs/{post-rating-1df2edf5.js → post-rating-49248453.js} +3 -3
  26. package/dist/cjs/post-rating.cjs.entry.js +3 -3
  27. package/dist/cjs/{post-tab-header-52ce1af4.js → post-tab-header-01d91e1c.js} +3 -3
  28. package/dist/cjs/post-tab-header.cjs.entry.js +3 -3
  29. package/dist/cjs/{post-tab-panel-e94c9c58.js → post-tab-panel-9f29af4a.js} +3 -3
  30. package/dist/cjs/post-tab-panel.cjs.entry.js +3 -3
  31. package/dist/cjs/{post-tabs-af38f271.js → post-tabs-0952f6c0.js} +28 -7
  32. package/dist/cjs/post-tabs.cjs.entry.js +3 -3
  33. package/dist/cjs/{post-tag-1dcddcae.js → post-tag-7afb5956.js} +4 -4
  34. package/dist/cjs/post-tag.cjs.entry.js +3 -3
  35. package/dist/cjs/{post-tooltip-1e8d5f4e.js → post-tooltip-2c85c40a.js} +4 -4
  36. package/dist/cjs/post-tooltip.cjs.entry.js +4 -4
  37. package/dist/collection/collection-manifest.json +1 -0
  38. package/dist/collection/components/post-card-control/post-card-control.css +1 -1
  39. package/dist/collection/components/post-card-control/post-card-control.js +23 -25
  40. package/dist/collection/components/post-logo/post-logo.css +1 -0
  41. package/dist/collection/components/post-logo/post-logo.js +73 -0
  42. package/dist/collection/components/post-popover/post-popover.js +1 -1
  43. package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +2 -2
  44. package/dist/collection/components/post-rating/post-rating.js +1 -1
  45. package/dist/collection/components/post-tab-header/post-tab-header.js +1 -1
  46. package/dist/collection/components/post-tab-panel/post-tab-panel.js +1 -1
  47. package/dist/collection/components/post-tabs/post-tabs.js +6 -5
  48. package/dist/collection/components/post-tag/post-tag.css +1 -1
  49. package/dist/collection/components/post-tag/post-tag.js +1 -1
  50. package/dist/collection/components/post-tooltip/post-tooltip.js +1 -1
  51. package/dist/collection/index.js +1 -0
  52. package/dist/collection/utils/component-on-ready.js +20 -0
  53. package/dist/collection/utils/index.js +1 -0
  54. package/dist/collection/utils/property-checkers/check-url.js +10 -0
  55. package/dist/collection/utils/property-checkers/index.js +3 -0
  56. package/dist/components/index.js +1 -0
  57. package/dist/components/index2.js +13 -1
  58. package/dist/components/package.js +1 -1
  59. package/dist/components/post-card-control2.js +21 -64
  60. package/dist/components/post-logo.d.ts +11 -0
  61. package/dist/components/post-logo.js +6 -0
  62. package/dist/components/post-logo2.js +56 -0
  63. package/dist/components/post-popover2.js +1 -1
  64. package/dist/components/post-popovercontainer2.js +2 -2
  65. package/dist/components/post-rating2.js +1 -1
  66. package/dist/components/post-tab-header2.js +1 -1
  67. package/dist/components/post-tab-panel2.js +1 -1
  68. package/dist/components/post-tabs2.js +26 -5
  69. package/dist/components/post-tag2.js +2 -2
  70. package/dist/components/post-tooltip2.js +1 -1
  71. package/dist/docs.json +64 -5
  72. package/dist/esm/{index-189d3985.js → index-0b56fc28.js} +43 -5
  73. package/dist/esm/{index-d1eba94c.js → index-f41b763f.js} +13 -1
  74. package/dist/esm/index.js +18 -17
  75. package/dist/esm/loader.js +3 -3
  76. package/dist/esm/{package-8c58ace7.js → package-cc8df0dd.js} +1 -1
  77. package/dist/esm/{post-accordion-6b2f2b73.js → post-accordion-0997a59a.js} +2 -2
  78. package/dist/esm/{post-accordion-item-c8614cda.js → post-accordion-item-6ed597ee.js} +3 -3
  79. package/dist/esm/post-accordion-item.entry.js +4 -4
  80. package/dist/esm/post-accordion.entry.js +3 -3
  81. package/dist/esm/{post-alert-de5e60d3.js → post-alert-a0eeba8b.js} +3 -3
  82. package/dist/esm/post-alert.entry.js +4 -4
  83. package/dist/esm/post-card-control-453166e5.js +270 -0
  84. package/dist/esm/post-card-control.entry.js +3 -3
  85. package/dist/esm/{post-collapsible-trigger-221d58c1.js → post-collapsible-trigger-ee4b6850.js} +3 -3
  86. package/dist/esm/post-collapsible_2.entry.js +4 -4
  87. package/dist/esm/post-components.js +3 -3
  88. package/dist/esm/{post-icon-0f2f4f9b.js → post-icon-91683e26.js} +3 -3
  89. package/dist/esm/post-icon.entry.js +4 -4
  90. package/dist/esm/post-logo-3f8cf707.js +37 -0
  91. package/dist/esm/post-logo.entry.js +6 -0
  92. package/dist/esm/{post-popover-2e6ada87.js → post-popover-b44d91a2.js} +3 -3
  93. package/dist/esm/post-popover.entry.js +3 -3
  94. package/dist/esm/{post-popovercontainer-0c396235.js → post-popovercontainer-23860260.js} +4 -4
  95. package/dist/esm/post-popovercontainer.entry.js +3 -3
  96. package/dist/esm/{post-rating-fcf19507.js → post-rating-dfd43afc.js} +3 -3
  97. package/dist/esm/post-rating.entry.js +3 -3
  98. package/dist/esm/{post-tab-header-75337bbc.js → post-tab-header-42bfc542.js} +3 -3
  99. package/dist/esm/post-tab-header.entry.js +3 -3
  100. package/dist/esm/{post-tab-panel-1ca4f5c9.js → post-tab-panel-233c4dc3.js} +3 -3
  101. package/dist/esm/post-tab-panel.entry.js +3 -3
  102. package/dist/esm/{post-tabs-77ac9eee.js → post-tabs-fdea9439.js} +28 -7
  103. package/dist/esm/post-tabs.entry.js +3 -3
  104. package/dist/esm/{post-tag-9741c642.js → post-tag-98651c1c.js} +4 -4
  105. package/dist/esm/post-tag.entry.js +3 -3
  106. package/dist/esm/{post-tooltip-c69b7162.js → post-tooltip-f46b5e51.js} +4 -4
  107. package/dist/esm/post-tooltip.entry.js +4 -4
  108. package/dist/post-components/index.esm.js +1 -1
  109. package/dist/post-components/p-0e04f44b.entry.js +1 -0
  110. package/dist/post-components/{p-88fc0fa3.js → p-17b8b241.js} +1 -1
  111. package/dist/post-components/p-18c01d62.js +1 -0
  112. package/dist/post-components/{p-e4acf838.js → p-1a4ef000.js} +1 -1
  113. package/dist/post-components/{p-8a781b6e.js → p-213cfa52.js} +1 -1
  114. package/dist/post-components/p-30af6382.entry.js +1 -0
  115. package/dist/post-components/p-326709cb.js +1 -0
  116. package/dist/post-components/{p-1e374a42.js → p-35f06c3d.js} +1 -1
  117. package/dist/post-components/p-3749f35b.entry.js +1 -0
  118. package/dist/post-components/p-444824a1.entry.js +1 -0
  119. package/dist/post-components/{p-d2753c4a.js → p-4aef4c0b.js} +1 -1
  120. package/dist/post-components/p-4c229386.js +1 -0
  121. package/dist/post-components/{p-32713474.js → p-50bc322d.js} +1 -1
  122. package/dist/post-components/p-605b64b4.entry.js +1 -0
  123. package/dist/post-components/p-60cc57a5.entry.js +1 -0
  124. package/dist/post-components/p-660594c0.js +1 -0
  125. package/dist/post-components/p-7bf744e9.entry.js +1 -0
  126. package/dist/post-components/p-94d8f3d2.entry.js +1 -0
  127. package/dist/post-components/{p-38abadc5.js → p-968de7fe.js} +2 -2
  128. package/dist/post-components/p-b41129e7.entry.js +1 -0
  129. package/dist/post-components/p-b545df93.entry.js +1 -0
  130. package/dist/post-components/p-b5fa3ba0.entry.js +1 -0
  131. package/dist/post-components/{p-ed2b2d33.js → p-b96c35d4.js} +1 -1
  132. package/dist/post-components/{p-d36a5db5.js → p-bd339c2c.js} +1 -1
  133. package/dist/post-components/{p-2c424cd4.js → p-c0aa6d02.js} +1 -1
  134. package/dist/post-components/p-c4f5fa27.entry.js +1 -0
  135. package/dist/post-components/p-c998fdc9.entry.js +1 -0
  136. package/dist/post-components/p-cb757310.js +1 -0
  137. package/dist/post-components/p-d2912c01.entry.js +1 -0
  138. package/dist/post-components/p-d2f9de94.js +2 -0
  139. package/dist/post-components/p-deb4131c.js +1 -0
  140. package/dist/post-components/p-e00b4f0d.entry.js +1 -0
  141. package/dist/post-components/p-f04634da.js +1 -0
  142. package/dist/post-components/post-components.esm.js +1 -1
  143. package/dist/types/components/post-card-control/post-card-control.d.ts +5 -7
  144. package/dist/types/components/post-logo/post-logo.d.ts +14 -0
  145. package/dist/types/components.d.ts +29 -8
  146. package/dist/types/index.d.ts +1 -0
  147. package/dist/types/utils/component-on-ready.d.ts +6 -0
  148. package/dist/types/utils/index.d.ts +1 -0
  149. package/dist/types/utils/property-checkers/check-url.d.ts +1 -0
  150. package/dist/types/utils/property-checkers/index.d.ts +2 -0
  151. package/loaders/attribute-observer.js +25 -0
  152. package/loaders/check-non-empty.js +9 -0
  153. package/loaders/check-one-of.js +6 -0
  154. package/loaders/check-type.js +14 -0
  155. package/loaders/constants.js +3 -0
  156. package/loaders/fade.js +7 -0
  157. package/loaders/heading-levels.js +3 -0
  158. package/loaders/index.d.ts +68 -0
  159. package/loaders/index.js +18 -0
  160. package/loaders/index2.js +34 -0
  161. package/loaders/package.js +3 -0
  162. package/loaders/post-accordion-item.d.ts +11 -0
  163. package/loaders/post-accordion-item.js +86 -0
  164. package/loaders/post-accordion.d.ts +11 -0
  165. package/loaders/post-accordion.js +128 -0
  166. package/loaders/post-alert.d.ts +11 -0
  167. package/loaders/post-alert.js +139 -0
  168. package/loaders/post-card-control.d.ts +11 -0
  169. package/loaders/post-card-control.js +306 -0
  170. package/loaders/post-collapsible-trigger.d.ts +11 -0
  171. package/loaders/post-collapsible-trigger.js +6 -0
  172. package/loaders/post-collapsible-trigger2.js +144 -0
  173. package/loaders/post-collapsible.d.ts +11 -0
  174. package/loaders/post-collapsible.js +6 -0
  175. package/loaders/post-collapsible2.js +103 -0
  176. package/loaders/post-icon.d.ts +11 -0
  177. package/loaders/post-icon.js +6 -0
  178. package/loaders/post-icon2.js +136 -0
  179. package/loaders/post-logo.d.ts +11 -0
  180. package/loaders/post-logo.js +59 -0
  181. package/loaders/post-popover.d.ts +11 -0
  182. package/loaders/post-popover.js +133 -0
  183. package/loaders/post-popovercontainer.d.ts +11 -0
  184. package/loaders/post-popovercontainer.js +6 -0
  185. package/loaders/post-popovercontainer2.js +2204 -0
  186. package/loaders/post-rating.d.ts +11 -0
  187. package/loaders/post-rating.js +116 -0
  188. package/loaders/post-tab-header.d.ts +11 -0
  189. package/loaders/post-tab-header.js +53 -0
  190. package/loaders/post-tab-panel.d.ts +11 -0
  191. package/loaders/post-tab-panel.js +45 -0
  192. package/loaders/post-tabs.d.ts +11 -0
  193. package/loaders/post-tabs.js +192 -0
  194. package/loaders/post-tag.d.ts +11 -0
  195. package/loaders/post-tag.js +77 -0
  196. package/loaders/post-tooltip.d.ts +11 -0
  197. package/loaders/post-tooltip.js +5000 -0
  198. package/package.json +12 -11
  199. package/dist/cjs/post-card-control-c363c793.js +0 -315
  200. package/dist/esm/post-card-control-38a302fe.js +0 -313
  201. package/dist/post-components/p-02d1f275.js +0 -1
  202. package/dist/post-components/p-28e17fd1.entry.js +0 -1
  203. package/dist/post-components/p-6dd5d5ba.entry.js +0 -1
  204. package/dist/post-components/p-726fec57.js +0 -1
  205. package/dist/post-components/p-7301b124.entry.js +0 -1
  206. package/dist/post-components/p-7bdec425.js +0 -1
  207. package/dist/post-components/p-7fc15b07.entry.js +0 -1
  208. package/dist/post-components/p-80f33a98.js +0 -1
  209. package/dist/post-components/p-8126cca3.entry.js +0 -1
  210. package/dist/post-components/p-8b86cde6.entry.js +0 -1
  211. package/dist/post-components/p-95b7403d.entry.js +0 -1
  212. package/dist/post-components/p-a0187d40.entry.js +0 -1
  213. package/dist/post-components/p-a5c8a3de.js +0 -1
  214. package/dist/post-components/p-a931e3c6.entry.js +0 -1
  215. package/dist/post-components/p-b5f7d9e5.entry.js +0 -1
  216. package/dist/post-components/p-b9176139.entry.js +0 -1
  217. package/dist/post-components/p-c0f265c8.js +0 -2
  218. package/dist/post-components/p-c88f169d.entry.js +0 -1
  219. package/dist/post-components/p-e6bc1a0c.entry.js +0 -1
  220. package/dist/post-components/p-ea2954f3.entry.js +0 -1
  221. package/dist/post-components/p-f91c0e1b.js +0 -1
@@ -0,0 +1,2 @@
1
+ var t=Object.defineProperty,e=new WeakMap,n=t=>e.get(t),o=(t,n)=>e.set(n.t=t,n),l=(t,e)=>e in t,s=(t,e)=>(0,console.error)(t,e),i=new Map,r=new Map,c="slot-fb{display:contents}slot-fb[hidden]{display:none}",f="http://www.w3.org/1999/xlink",a=["formAssociatedCallback","formResetCallback","formDisabledCallback","formStateRestoreCallback"],u="undefined"!=typeof window?window:{},d=u.document||{head:{}},h={o:0,l:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,e,n,o)=>t.addEventListener(e,n,o),rel:(t,e,n,o)=>t.removeEventListener(e,n,o),ce:(t,e)=>new CustomEvent(t,e)},p=t=>Promise.resolve(t),m=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(t){}return!1})(),v=!1,y=[],b=[],w=(t,e)=>n=>{t.push(n),v||(v=!0,e&&4&h.o?k(g):h.raf(g))},$=t=>{for(let e=0;e<t.length;e++)try{t[e](performance.now())}catch(t){s(t)}t.length=0},g=()=>{$(y),$(b),(v=y.length>0)&&h.raf(g)},k=t=>p().then(t),S=w(b,!0),j={},O=t=>"object"==(t=typeof t)||"function"===t;function C(t){var e,n,o;return null!=(o=null==(n=null==(e=t.head)?void 0:e.querySelector('meta[name="csp-nonce"]'))?void 0:n.getAttribute("content"))?o:void 0}((e,n)=>{for(var o in n)t(e,o,{get:n[o],enumerable:!0})})({},{err:()=>x,map:()=>R,ok:()=>E,unwrap:()=>A,unwrapErr:()=>D});var E=t=>({isOk:!0,isErr:!1,value:t}),x=t=>({isOk:!1,isErr:!0,value:t});function R(t,e){if(t.isOk){const n=e(t.value);return n instanceof Promise?n.then((t=>E(t))):E(n)}if(t.isErr)return x(t.value);throw"should never get here"}var M,P,T,A=t=>{if(t.isOk)return t.value;throw t.value},D=t=>{if(t.isErr)return t.value;throw t.value},L=(t,e,...n)=>{let o=null,l=null,s=null,i=!1,r=!1;const c=[],f=e=>{for(let n=0;n<e.length;n++)o=e[n],Array.isArray(o)?f(o):null!=o&&"boolean"!=typeof o&&((i="function"!=typeof t&&!O(o))&&(o+=""),i&&r?c[c.length-1].i+=o:c.push(i?N(null,o):o),r=i)};if(f(n),e){e.key&&(l=e.key),e.name&&(s=e.name);{const t=e.className||e.class;t&&(e.class="object"!=typeof t?t:Object.keys(t).filter((e=>t[e])).join(" "))}}if("function"==typeof t)return t(null===e?{}:e,c,F);const a=N(t,null);return a.u=e,c.length>0&&(a.h=c),a.p=l,a.m=s,a},N=(t,e)=>({o:0,v:t,i:e,$:null,h:null,u:null,p:null,m:null}),W={},F={forEach:(t,e)=>t.map(H).forEach(e),map:(t,e)=>t.map(H).map(e).map(U)},H=t=>({vattrs:t.u,vchildren:t.h,vkey:t.p,vname:t.m,vtag:t.v,vtext:t.i}),U=t=>{if("function"==typeof t.vtag){const e={...t.vattrs};return t.vkey&&(e.key=t.vkey),t.vname&&(e.name=t.vname),L(t.vtag,e,...t.vchildren||[])}const e=N(t.vtag,t.vtext);return e.u=t.vattrs,e.h=t.vchildren,e.p=t.vkey,e.m=t.vname,e},q=t=>n(t).$hostElement$,G=(t,e,n)=>{const o=q(t);return{emit:t=>V(o,e,{bubbles:!!(4&n),composed:!!(2&n),cancelable:!!(1&n),detail:t})}},V=(t,e,n)=>{const o=h.ce(e,n);return t.dispatchEvent(o),o},_=new WeakMap,z=t=>"sc-"+t.k,B=(t,e,n,o,s,i)=>{if(n!==o){let r=l(t,e),c=e.toLowerCase();if("class"===e){const e=t.classList,l=J(n),s=J(o);e.remove(...l.filter((t=>t&&!s.includes(t)))),e.add(...s.filter((t=>t&&!l.includes(t))))}else if("style"===e){for(const e in n)o&&null!=o[e]||(e.includes("-")?t.style.removeProperty(e):t.style[e]="");for(const e in o)n&&o[e]===n[e]||(e.includes("-")?t.style.setProperty(e,o[e]):t.style[e]=o[e])}else if("key"===e);else if("ref"===e)o&&o(t);else if(r||"o"!==e[0]||"n"!==e[1]){const l=O(o);if((r||l&&null!==o)&&!s)try{if(t.tagName.includes("-"))t[e]=o;else{const l=null==o?"":o;"list"===e?r=!1:null!=n&&t[e]==l||(t[e]=l)}}catch(t){}let a=!1;c!==(c=c.replace(/^xlink\:?/,""))&&(e=c,a=!0),null==o||!1===o?!1===o&&""!==t.getAttribute(e)||(a?t.removeAttributeNS(f,e):t.removeAttribute(e)):(!r||4&i||s)&&!l&&(o=!0===o?"":o,a?t.setAttributeNS(f,e,o):t.setAttribute(e,o))}else if(e="-"===e[2]?e.slice(3):l(u,c)?c.slice(2):c[2]+e.slice(3),n||o){const l=e.endsWith(K);e=e.replace(Q,""),n&&h.rel(t,e,n,l),o&&h.ael(t,e,o,l)}}},I=/\s/,J=t=>t?t.split(I):[],K="Capture",Q=RegExp(K+"$"),X=(t,e,n)=>{const o=11===e.$.nodeType&&e.$.host?e.$.host:e.$,l=t&&t.u||j,s=e.u||j;for(const t of Y(Object.keys(l)))t in s||B(o,t,l[t],void 0,n,e.o);for(const t of Y(Object.keys(s)))B(o,t,l[t],s[t],n,e.o)};function Y(t){return t.includes("ref")?[...t.filter((t=>"ref"!==t)),"ref"]:t}var Z=!1,tt=!1,et=!1,nt=!1,ot=(t,e,n,o)=>{var l;const s=e.h[n];let i,r,c,f=0;if(Z||(et=!0,"slot"===s.v&&(M&&o.classList.add(M+"-s"),s.o|=s.h?2:1)),null!==s.i)i=s.$=d.createTextNode(s.i);else if(1&s.o)i=s.$=d.createTextNode("");else{if(nt||(nt="svg"===s.v),i=s.$=d.createElementNS(nt?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",!Z&&2&s.o?"slot-fb":s.v),nt&&"foreignObject"===s.v&&(nt=!1),X(null,s,nt),null!=M&&i["s-si"]!==M&&i.classList.add(i["s-si"]=M),s.h)for(f=0;f<s.h.length;++f)r=ot(t,s,f,i),r&&i.appendChild(r);"svg"===s.v?nt=!1:"foreignObject"===i.tagName&&(nt=!0)}return i["s-hn"]=T,3&s.o&&(i["s-sr"]=!0,i["s-cr"]=P,i["s-sn"]=s.m||"",i["s-rf"]=null==(l=s.u)?void 0:l.ref,c=t&&t.h&&t.h[n],c&&c.v===s.v&&t.$&&lt(t.$,!1)),i},lt=(t,e)=>{h.o|=1;const n=Array.from(t.childNodes);for(let t=n.length-1;t>=0;t--){const o=n[t];o["s-hn"]!==T&&o["s-ol"]&&(vt(ft(o),o,ct(o)),o["s-ol"].remove(),o["s-ol"]=void 0,o["s-sh"]=void 0,et=!0),e&&lt(o,e)}h.o&=-2},st=(t,e,n,o,l,s)=>{let i,r=t["s-cr"]&&t["s-cr"].parentNode||t;for(r.shadowRoot&&r.tagName===T&&(r=r.shadowRoot);l<=s;++l)o[l]&&(i=ot(null,n,l,t),i&&(o[l].$=i,vt(r,i,ct(e))))},it=(t,e,n)=>{for(let o=e;o<=n;++o){const e=t[o];if(e){const t=e.$;mt(e),t&&(tt=!0,t["s-ol"]?t["s-ol"].remove():lt(t,!0),t.remove())}}},rt=(t,e,n=!1)=>t.v===e.v&&("slot"===t.v?t.m===e.m:!!n||t.p===e.p),ct=t=>t&&t["s-ol"]||t,ft=t=>(t["s-ol"]?t["s-ol"]:t).parentNode,at=(t,e,n=!1)=>{const o=e.$=t.$,l=t.h,s=e.h,i=e.v,r=e.i;let c;null===r?(nt="svg"===i||"foreignObject"!==i&&nt,("slot"!==i||Z)&&X(t,e,nt),null!==l&&null!==s?((t,e,n,o,l=!1)=>{let s,i,r=0,c=0,f=0,a=0,u=e.length-1,d=e[0],h=e[u],p=o.length-1,m=o[0],v=o[p];for(;r<=u&&c<=p;)if(null==d)d=e[++r];else if(null==h)h=e[--u];else if(null==m)m=o[++c];else if(null==v)v=o[--p];else if(rt(d,m,l))at(d,m,l),d=e[++r],m=o[++c];else if(rt(h,v,l))at(h,v,l),h=e[--u],v=o[--p];else if(rt(d,v,l))"slot"!==d.v&&"slot"!==v.v||lt(d.$.parentNode,!1),at(d,v,l),vt(t,d.$,h.$.nextSibling),d=e[++r],v=o[--p];else if(rt(h,m,l))"slot"!==d.v&&"slot"!==v.v||lt(h.$.parentNode,!1),at(h,m,l),vt(t,h.$,d.$),h=e[--u],m=o[++c];else{for(f=-1,a=r;a<=u;++a)if(e[a]&&null!==e[a].p&&e[a].p===m.p){f=a;break}f>=0?(i=e[f],i.v!==m.v?s=ot(e&&e[c],n,f,t):(at(i,m,l),e[f]=void 0,s=i.$),m=o[++c]):(s=ot(e&&e[c],n,c,t),m=o[++c]),s&&vt(ft(d.$),s,ct(d.$))}r>u?st(t,null==o[p+1]?null:o[p+1].$,n,o,c,p):c>p&&it(e,r,u)})(o,l,e,s,n):null!==s?(null!==t.i&&(o.textContent=""),st(o,null,e,s,0,s.length-1)):null!==l&&it(l,0,l.length-1),nt&&"svg"===i&&(nt=!1)):(c=o["s-cr"])?c.parentNode.textContent=r:t.i!==r&&(o.data=r)},ut=t=>{const e=t.childNodes;for(const t of e)if(1===t.nodeType){if(t["s-sr"]){const n=t["s-sn"];t.hidden=!1;for(const o of e)if(o!==t)if(o["s-hn"]!==t["s-hn"]||""!==n){if(1===o.nodeType&&(n===o.getAttribute("slot")||n===o["s-sn"])||3===o.nodeType&&n===o["s-sn"]){t.hidden=!0;break}}else if(1===o.nodeType||3===o.nodeType&&""!==o.textContent.trim()){t.hidden=!0;break}}ut(t)}},dt=[],ht=t=>{let e,n,o;for(const l of t.childNodes){if(l["s-sr"]&&(e=l["s-cr"])&&e.parentNode){n=e.parentNode.childNodes;const t=l["s-sn"];for(o=n.length-1;o>=0;o--)if(e=n[o],!e["s-cn"]&&!e["s-nr"]&&e["s-hn"]!==l["s-hn"])if(pt(e,t)){let n=dt.find((t=>t.S===e));tt=!0,e["s-sn"]=e["s-sn"]||t,n?(n.S["s-sh"]=l["s-hn"],n.j=l):(e["s-sh"]=l["s-hn"],dt.push({j:l,S:e})),e["s-sr"]&&dt.map((t=>{pt(t.S,e["s-sn"])&&(n=dt.find((t=>t.S===e)),n&&!t.j&&(t.j=n.j))}))}else dt.some((t=>t.S===e))||dt.push({S:e})}1===l.nodeType&&ht(l)}},pt=(t,e)=>1===t.nodeType?null===t.getAttribute("slot")&&""===e||t.getAttribute("slot")===e:t["s-sn"]===e||""===e,mt=t=>{t.u&&t.u.ref&&t.u.ref(null),t.h&&t.h.map(mt)},vt=(t,e,n)=>null==t?void 0:t.insertBefore(e,n),yt=(t,e)=>{e&&!t.O&&e["s-p"]&&e["s-p"].push(new Promise((e=>t.O=e)))},bt=(t,e)=>{if(t.o|=16,!(4&t.o))return yt(t,t.C),S((()=>wt(t,e)));t.o|=512},wt=(t,e)=>{const n=t.t;if(!n)throw Error(`Can't render component <${t.$hostElement$.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let o;return e&&(t.o|=256,t.R&&(t.R.map((([t,e])=>Ct(n,t,e))),t.R=void 0),o=Ct(n,"componentWillLoad")),o=$t(o,(()=>Ct(n,"componentWillRender"))),$t(o,(()=>kt(t,n,e)))},$t=(t,e)=>gt(t)?t.then(e).catch((t=>{console.error(t),e()})):e(),gt=t=>t instanceof Promise||t&&t.then&&"function"==typeof t.then,kt=async(t,e,n)=>{var o;const l=t.$hostElement$,s=l["s-rc"];n&&(t=>{const e=t.M,n=t.$hostElement$,o=e.o,l=((t,e)=>{var n;const o=z(e),l=r.get(o);if(t=11===t.nodeType?t:d,l)if("string"==typeof l){let s,i=_.get(t=t.head||t);if(i||_.set(t,i=new Set),!i.has(o)){{s=d.createElement("style"),s.innerHTML=l;const e=null!=(n=h.P)?n:C(d);null!=e&&s.setAttribute("nonce",e),t.insertBefore(s,t.querySelector("link"))}4&e.o&&(s.innerHTML+=c),i&&i.add(o)}}else t.adoptedStyleSheets.includes(l)||(t.adoptedStyleSheets=[...t.adoptedStyleSheets,l]);return o})(n.shadowRoot?n.shadowRoot:n.getRootNode(),e);10&o&&(n["s-sc"]=l,n.classList.add(l+"-h"))})(t);St(t,e,l,n),s&&(s.map((t=>t())),l["s-rc"]=void 0);{const e=null!=(o=l["s-p"])?o:[],n=()=>jt(t);0===e.length?n():(Promise.all(e).then(n),t.o|=4,e.length=0)}},St=(t,e,n,o)=>{try{e=e.render&&e.render(),t.o&=-17,t.o|=2,((t,e,n=!1)=>{var o,l,s,i;const r=t.$hostElement$,c=t.M,f=t.T||N(null,null),a=(t=>t&&t.v===W)(e)?e:L(null,null,e);if(T=r.tagName,n&&a.u)for(const t of Object.keys(a.u))r.hasAttribute(t)&&!["key","ref","style","class"].includes(t)&&(a.u[t]=r[t]);if(a.v=null,a.o|=4,t.T=a,a.$=f.$=r.shadowRoot||r,M=r["s-sc"],Z=!!(1&c.o),P=r["s-cr"],tt=!1,at(f,a,n),h.o|=1,et){ht(a.$);for(const t of dt){const e=t.S;if(!e["s-ol"]){const t=d.createTextNode("");t["s-nr"]=e,vt(e.parentNode,e["s-ol"]=t,e)}}for(const t of dt){const e=t.S,r=t.j;if(r){const t=r.parentNode;let n=r.nextSibling;{let s=null==(o=e["s-ol"])?void 0:o.previousSibling;for(;s;){let o=null!=(l=s["s-nr"])?l:null;if(o&&o["s-sn"]===e["s-sn"]&&t===o.parentNode){for(o=o.nextSibling;o===e||(null==o?void 0:o["s-sr"]);)o=null==o?void 0:o.nextSibling;if(!o||!o["s-nr"]){n=o;break}}s=s.previousSibling}}(!n&&t!==e.parentNode||e.nextSibling!==n)&&e!==n&&(!e["s-hn"]&&e["s-ol"]&&(e["s-hn"]=e["s-ol"].parentNode.nodeName),vt(t,e,n),1===e.nodeType&&(e.hidden=null!=(s=e["s-ih"])&&s)),e&&"function"==typeof r["s-rf"]&&r["s-rf"](e)}else 1===e.nodeType&&(n&&(e["s-ih"]=null!=(i=e.hidden)&&i),e.hidden=!0)}}tt&&ut(a.$),h.o&=-2,dt.length=0,P=void 0})(t,e,o)}catch(e){s(e,t.$hostElement$)}return null},jt=t=>{const e=t.$hostElement$,n=t.t,o=t.C;Ct(n,"componentDidRender"),64&t.o||(t.o|=64,Et(e),Ct(n,"componentDidLoad"),t.A(e),o||Ot()),t.D(e),t.O&&(t.O(),t.O=void 0),512&t.o&&k((()=>bt(t,!1))),t.o&=-517},Ot=()=>{Et(d.documentElement),k((()=>V(u,"appload",{detail:{namespace:"post-components"}})))},Ct=(t,e,n)=>{if(t&&t[e])try{return t[e](n)}catch(t){s(t)}},Et=t=>t.classList.add("hydrated"),xt=(t,e,o)=>{var l,i;const r=t.prototype;if(64&e.o&&1&o&&a.forEach((t=>Object.defineProperty(r,t,{value(...e){const o=n(this),l=o.t;if(l){const n=l[t];"function"==typeof n&&n.call(l,...e)}else o.L.then((n=>{const o=n[t];"function"==typeof o&&o.call(n,...e)}))}}))),e.N||e.W||t.watchers){t.watchers&&!e.W&&(e.W=t.watchers);const c=Object.entries(null!=(l=e.N)?l:{});if(c.map((([t,[l]])=>{31&l||2&o&&32&l?Object.defineProperty(r,t,{get(){return((t,e)=>n(this).F.get(e))(0,t)},set(o){((t,e,o,l)=>{const i=n(t);if(!i)throw Error(`Couldn't find host element for "${l.k}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).`);const r=i.$hostElement$,c=i.F.get(e),f=i.o,a=i.t;if(o=((t,e)=>null==t||O(t)?t:4&e?"false"!==t&&(""===t||!!t):2&e?parseFloat(t):1&e?t+"":t)(o,l.N[e][0]),(!(8&f)||void 0===c)&&o!==c&&(!Number.isNaN(c)||!Number.isNaN(o))&&(i.F.set(e,o),a)){if(l.W&&128&f){const t=l.W[e];t&&t.map((t=>{try{a[t](o,c,e)}catch(t){s(t,r)}}))}2==(18&f)&&bt(i,!1)}})(this,t,o,e)},configurable:!0,enumerable:!0}):1&o&&64&l&&Object.defineProperty(r,t,{value(...e){var o;const l=n(this);return null==(o=null==l?void 0:l.H)?void 0:o.then((()=>{var n;return null==(n=l.t)?void 0:n[t](...e)}))}})})),1&o){const o=new Map;r.attributeChangedCallback=function(t,l,s){h.jmp((()=>{var i;const c=o.get(t);if(this.hasOwnProperty(c))s=this[c],delete this[c];else{if(r.hasOwnProperty(c)&&"number"==typeof this[c]&&this[c]==s)return;if(null==c){const o=n(this),r=null==o?void 0:o.o;if(r&&!(8&r)&&128&r&&s!==l){const n=o.t,r=null==(i=e.W)?void 0:i[t];null==r||r.forEach((e=>{null!=n[e]&&n[e].call(n,s,l,t)}))}return}}this[c]=(null!==s||"boolean"!=typeof this[c])&&s}))},t.observedAttributes=Array.from(new Set([...Object.keys(null!=(i=e.W)?i:{}),...c.filter((([t,e])=>15&e[0])).map((([t,e])=>{const n=e[1]||t;return o.set(n,t),n}))]))}}return t},Rt=t=>{Ct(t,"connectedCallback")},Mt=t=>{Ct(t,"disconnectedCallback")},Pt=(t,o={})=>{var l;const f=[],a=o.exclude||[],p=u.customElements,v=d.head,y=v.querySelector("meta[charset]"),b=d.createElement("style"),w=[];let $,g=!0;Object.assign(h,o),h.l=new URL(o.resourcesUrl||"./",d.baseURI).href;let k=!1;if(t.map((t=>{t[1].map((o=>{var l;const c={o:o[0],k:o[1],N:o[2],U:o[3]};4&c.o&&(k=!0),c.N=o[2],c.U=o[3],c.W=null!=(l=o[4])?l:{};const u=c.k,v=class extends HTMLElement{constructor(t){if(super(t),this.hasRegisteredEventListeners=!1,((t,n)=>{const o={o:0,$hostElement$:t,M:n,F:new Map};o.H=new Promise((t=>o.D=t)),o.L=new Promise((t=>o.A=t)),t["s-p"]=[],t["s-rc"]=[],e.set(t,o)})(t=this,c),1&c.o)if(t.shadowRoot){if("open"!==t.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${c.k}! Mode is set to ${t.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else t.attachShadow({mode:"open"})}connectedCallback(){const t=n(this);this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0,Tt(this,t,c.U)),$&&(clearTimeout($),$=null),g?w.push(this):h.jmp((()=>(t=>{if(!(1&h.o)){const e=n(t),o=e.M,l=()=>{};if(1&e.o)Tt(t,e,o.U),(null==e?void 0:e.t)?Rt(e.t):(null==e?void 0:e.L)&&e.L.then((()=>Rt(e.t)));else{e.o|=1,12&o.o&&(t=>{const e=t["s-cr"]=d.createComment("");e["s-cn"]=!0,vt(t,e,t.firstChild)})(t);{let n=t;for(;n=n.parentNode||n.host;)if(n["s-p"]){yt(e,e.C=n);break}}o.N&&Object.entries(o.N).map((([e,[n]])=>{if(31&n&&t.hasOwnProperty(e)){const n=t[e];delete t[e],t[e]=n}})),(async(t,e,n)=>{let o;if(!(32&e.o)){if(e.o|=32,n.q){const t=(t=>{const e=t.k.replace(/-/g,"_"),n=t.q;if(!n)return;const o=i.get(n);return o?o[e]:import(`./${n}.entry.js`).then((t=>(i.set(n,t),t[e])),s)
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(n);if(t&&"then"in t){const e=()=>{};o=await t,e()}else o=t;if(!o)throw Error(`Constructor for "${n.k}#${e.G}" was not found`);o.isProxied||(n.W=o.watchers,xt(o,n,2),o.isProxied=!0);const l=()=>{};e.o|=8;try{new o(e)}catch(t){s(t)}e.o&=-9,e.o|=128,l(),Rt(e.t)}else o=t.constructor,customElements.whenDefined(t.localName).then((()=>e.o|=128));if(o&&o.style){let t;"string"==typeof o.style&&(t=o.style);const e=z(n);if(!r.has(e)){const o=()=>{};((t,e,n)=>{let o=r.get(t);m&&n?(o=o||new CSSStyleSheet,"string"==typeof o?o=e:o.replaceSync(e)):o=e,r.set(t,o)})(e,t,!!(1&n.o)),o()}}}const l=e.C,c=()=>bt(e,!0);l&&l["s-rc"]?l["s-rc"].push(c):c()})(t,e,o)}l()}})(this)))}disconnectedCallback(){h.jmp((()=>(async()=>{if(!(1&h.o)){const t=n(this);t.V&&(t.V.map((t=>t())),t.V=void 0),(null==t?void 0:t.t)?Mt(t.t):(null==t?void 0:t.L)&&t.L.then((()=>Mt(t.t)))}})()))}componentOnReady(){return n(this).L}};64&c.o&&(v.formAssociated=!0),c.q=t[0],a.includes(u)||p.get(u)||(f.push(u),p.define(u,xt(v,c,1)))}))})),f.length>0&&(k&&(b.textContent+=c),b.textContent+=f.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",b.innerHTML.length)){b.setAttribute("data-styles","");const t=null!=(l=h.P)?l:C(d);null!=t&&b.setAttribute("nonce",t),v.insertBefore(b,y?y.nextSibling:v.firstChild)}g=!1,w.length?w.map((t=>t.connectedCallback())):h.jmp((()=>$=setTimeout(Ot,30)))},Tt=(t,e,n)=>{n&&n.map((([n,o,l])=>{const s=t,i=At(e,l),r=Dt(n);h.ael(s,o,i,r),(e.V=e.V||[]).push((()=>h.rel(s,o,i,r)))}))},At=(t,e)=>n=>{var o;try{256&t.o?null==(o=t.t)||o[e](n):(t.R=t.R||[]).push([e,n])}catch(t){s(t)}},Dt=t=>({passive:!!(1&t),capture:!!(2&t)}),Lt=t=>h.P=t;export{W as H,Pt as b,G as c,q as g,L as h,p,o as r,Lt as s}
@@ -0,0 +1 @@
1
+ import{E as r}from"./p-440193f4.js";import{c as o}from"./p-611b3c41.js";function t(o){return(...t)=>{const n=t[0];r.some((r=>r===n))||o(...t)}}function n(r,o,t){const n="array"===o,f=Array.isArray(r);if(n||f){if(f!==n)throw new Error(t)}else if(typeof r!==o)throw new Error(t)}const f=t(o),s=t((function(r,o,t){if("string"!=typeof r||!o.test(r))throw new Error(t)})),e=t(n),i=t((function(r,o){if("string"!=typeof r&&!(r instanceof URL))throw new Error(o);try{new URL(r)}catch(r){throw new Error(o)}}));export{n as a,s as b,f as c,e as d,i as e}
@@ -0,0 +1 @@
1
+ export{P as post_rating}from"./p-17b8b241.js";import"./p-d2f9de94.js";import"./p-cb757310.js";
@@ -0,0 +1 @@
1
+ import{r as e,h as s,H as t,g as o}from"./p-d2f9de94.js";import{v as a}from"./p-cb757310.js";const r=class{constructor(s){e(this,s),this.panelId=void 0,this.name=void 0}componentWillLoad(){this.panelId=`panel-${this.host.id||crypto.randomUUID()}`}render(){return s(t,{key:"2d01a8e7f06e45b4750e63584a3c52232dee4dd5","data-version":a,id:this.panelId,role:"tabpanel"},s("slot",{key:"b51e2f112791ac22df43ebb537208c65aebe3d03"}))}get host(){return o(this)}};r.style=":host{display:none}";export{r as P}
@@ -1 +1 @@
1
- import{p as e,b as a}from"./p-c0f265c8.js";export{s as setNonce}from"./p-c0f265c8.js";import{g as l}from"./p-e1255160.js";(()=>{const a=import.meta.url,l={};return""!==a&&(l.resourcesUrl=new URL(".",a).href),e(l)})().then((async e=>(await l(),a([["p-ea2954f3",[[1,"post-accordion-item",{collapsed:[1028],headingLevel:[2,"heading-level"],id:[32],toggle:[64]},[[2,"postToggle","onCollapseToggle"]],{headingLevel:["validateHeadingLevel"]}]]],["p-7301b124",[[1,"post-alert",{dismissible:[4],dismissLabel:[1,"dismiss-label"],fixed:[4],icon:[1],type:[1],alertId:[32],classes:[32],hasActions:[32],hasHeading:[32],onDismissButtonClick:[32],dismiss:[64]},null,{dismissible:["validateDismissible"],dismissLabel:["validateDismissLabel"],fixed:["validateFixed"],icon:["validateIcon"],type:["validateType"]}]]],["p-e6bc1a0c",[[65,"post-card-control",{label:[1],description:[1],type:[1],name:[1],value:[1],checked:[1028],disabled:[1028],validity:[1025],icon:[1],focused:[32],reset:[64],groupReset:[64]},null,{label:["validateControlLabel"],type:["validateControlType"],checked:["updateControlChecked"],disabled:["updateControlDisbled"]}]]],["p-28e17fd1",[[4,"post-popovercontainer",{placement:[1],arrow:[4],show:[64],hide:[64],toggle:[64]}]]],["p-95b7403d",[[1,"post-popover",{placement:[1],closeButtonCaption:[1,"close-button-caption"],arrow:[4],show:[64],hide:[64],toggle:[64]}]]],["p-7fc15b07",[[1,"post-icon",{animation:[1],base:[1],flipH:[4,"flip-h"],flipV:[4,"flip-v"],name:[1],rotate:[2],scale:[2],svgStyles:[32],svgOutput:[32]},null,{animation:["validateAnimation"],base:["validateBase"],flipH:["validateFlipH"],flipV:["validateFlipV"],name:["validateName"],rotate:["validateRotate"],scale:["validateScale"]}]]],["p-a0187d40",[[1,"post-rating",{label:[1],stars:[2],currentRating:[1026,"current-rating"],readonly:[4],hoveredIndex:[32]}]]],["p-a931e3c6",[[1,"post-tag",{variant:[1],size:[1],icon:[1],classes:[32]},null,{variant:["variantChanged"],size:["sizeChanged"]}]]],["p-6dd5d5ba",[[1,"post-tooltip",{placement:[1],arrow:[4],delayed:[4],show:[64],hide:[64],toggle:[64]},null,{delayed:["validateDelayed"]}]]],["p-8126cca3",[[1,"post-accordion",{headingLevel:[2,"heading-level"],multiple:[4],toggle:[64],expandAll:[64],collapseAll:[64]},[[0,"postToggle","collapseToggleHandler"]],{headingLevel:["validateHeadingLevel"]}]]],["p-c88f169d",[[1,"post-tab-header",{panel:[1],tabId:[32]},null,{panel:["validateFor"]}]]],["p-b9176139",[[1,"post-tab-panel",{name:[1],panelId:[32]}]]],["p-b5f7d9e5",[[1,"post-tabs",{activePanel:[1,"active-panel"],show:[64]}]]],["p-8b86cde6",[[1,"post-collapsible",{collapsed:[1028],toggle:[64]},null,{collapsed:["collapsedChange"]}],[0,"post-collapsible-trigger",{for:[1],update:[64]},null,{for:["setAriaAttributes"]}]]]],e))));
1
+ import{p as e,b as a}from"./p-d2f9de94.js";export{s as setNonce}from"./p-d2f9de94.js";import{g as l}from"./p-e1255160.js";(()=>{const a=import.meta.url,l={};return""!==a&&(l.resourcesUrl=new URL(".",a).href),e(l)})().then((async e=>(await l(),a([["p-3749f35b",[[1,"post-accordion-item",{collapsed:[1028],headingLevel:[2,"heading-level"],id:[32],toggle:[64]},[[2,"postToggle","onCollapseToggle"]],{headingLevel:["validateHeadingLevel"]}]]],["p-0e04f44b",[[1,"post-alert",{dismissible:[4],dismissLabel:[1,"dismiss-label"],fixed:[4],icon:[1],type:[1],alertId:[32],classes:[32],hasActions:[32],hasHeading:[32],onDismissButtonClick:[32],dismiss:[64]},null,{dismissible:["validateDismissible"],dismissLabel:["validateDismissLabel"],fixed:["validateFixed"],icon:["validateIcon"],type:["validateType"]}]]],["p-605b64b4",[[65,"post-card-control",{label:[1],description:[1],type:[1],name:[1],value:[1],checked:[1028],disabled:[1028],validity:[1025],icon:[1],focused:[32],reset:[64],groupReset:[64]},null,{label:["validateControlLabel"],type:["validateControlType"],checked:["updateControlChecked"],disabled:["updateControlDisabled"]}]]],["p-94d8f3d2",[[4,"post-popovercontainer",{placement:[1],arrow:[4],show:[64],hide:[64],toggle:[64]}]]],["p-b545df93",[[1,"post-popover",{placement:[1],closeButtonCaption:[1,"close-button-caption"],arrow:[4],show:[64],hide:[64],toggle:[64]}]]],["p-e00b4f0d",[[1,"post-rating",{label:[1],stars:[2],currentRating:[1026,"current-rating"],readonly:[4],hoveredIndex:[32]}]]],["p-444824a1",[[1,"post-tag",{variant:[1],size:[1],icon:[1],classes:[32]},null,{variant:["variantChanged"],size:["sizeChanged"]}]]],["p-b41129e7",[[1,"post-tooltip",{placement:[1],arrow:[4],delayed:[4],show:[64],hide:[64],toggle:[64]},null,{delayed:["validateDelayed"]}]]],["p-7bf744e9",[[1,"post-accordion",{headingLevel:[2,"heading-level"],multiple:[4],toggle:[64],expandAll:[64],collapseAll:[64]},[[0,"postToggle","collapseToggleHandler"]],{headingLevel:["validateHeadingLevel"]}]]],["p-60cc57a5",[[1,"post-logo",{url:[1]},null,{url:["validateUrl"]}]]],["p-30af6382",[[1,"post-tab-header",{panel:[1],tabId:[32]},null,{panel:["validateFor"]}]]],["p-d2912c01",[[1,"post-tab-panel",{name:[1],panelId:[32]}]]],["p-c4f5fa27",[[1,"post-tabs",{activePanel:[1,"active-panel"],show:[64]}]]],["p-b5fa3ba0",[[1,"post-collapsible",{collapsed:[1028],toggle:[64]},null,{collapsed:["collapsedChange"]}],[0,"post-collapsible-trigger",{for:[1],update:[64]},null,{for:["setAriaAttributes"]}]]],["p-c998fdc9",[[1,"post-icon",{animation:[1],base:[1],flipH:[4,"flip-h"],flipV:[4,"flip-v"],name:[1],rotate:[2],scale:[2],svgStyles:[32],svgOutput:[32]},null,{animation:["validateAnimation"],base:["validateBase"],flipH:["validateFlipH"],flipV:["validateFlipV"],name:["validateName"],rotate:["validateRotate"],scale:["validateScale"]}]]]],e))));
@@ -39,20 +39,20 @@ export declare class PostCardControl {
39
39
  */
40
40
  readonly value: string;
41
41
  /**
42
- * Defines the `checked` attribute of the control. If `true`, the control is selected at its value will be included in the forms data.
42
+ * Defines the `checked` attribute of the control. If `true`, the control is selected at its value will be included in the forms' data.
43
43
  */
44
44
  checked: boolean;
45
45
  /**
46
- * Defines the `disabled` attribute of the control. If `true`, the user can not interact with the control and the controls value will not be included in the forms data.
46
+ * Defines the `disabled` attribute of the control. If `true`, the user can not interact with the control and the controls value will not be included in the forms' data.
47
47
  */
48
48
  disabled: boolean;
49
49
  /**
50
50
  * Defines the validation `validity` of the control.
51
- * To reset validity to an undefiend state, simply remove the attribute from the control.
51
+ * To reset validity to an undefined state, simply remove the attribute from the control.
52
52
  */
53
53
  validity: null | 'true' | 'false';
54
54
  /**
55
- * Defines the icon `name` inside of the card.
55
+ * Defines the icon `name` inside the card.
56
56
  * <span className="alert alert-sm alert-info">If not set the icon will not show up.</span>
57
57
  */
58
58
  readonly icon: string;
@@ -85,7 +85,7 @@ export declare class PostCardControl {
85
85
  validateControlLabel(label?: string): void;
86
86
  validateControlType(type?: "checkbox" | "radio"): void;
87
87
  updateControlChecked(checked?: boolean): void;
88
- updateControlDisbled(): void;
88
+ updateControlDisabled(): void;
89
89
  constructor();
90
90
  private cardClickHandler;
91
91
  private controlClickHandler;
@@ -97,8 +97,6 @@ export declare class PostCardControl {
97
97
  private groupGetPrev;
98
98
  private groupGetNext;
99
99
  private groupSetChecked;
100
- private readonly HOST_CONTEXT_FILTERS;
101
- private hostContext;
102
100
  private setHostContext;
103
101
  connectedCallback(): void;
104
102
  componentWillRender(): void;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @slot default - Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG.
3
+ */
4
+ export declare class PostLogo {
5
+ host: HTMLPostLogoElement;
6
+ /**
7
+ * The URL to which the user is redirected upon clicking the logo.
8
+ */
9
+ url: string | URL;
10
+ validateUrl(): void;
11
+ connectedCallback(): void;
12
+ private checkDescription;
13
+ render(): any;
14
+ }
@@ -80,7 +80,7 @@ export namespace Components {
80
80
  */
81
81
  interface PostCardControl {
82
82
  /**
83
- * Defines the `checked` attribute of the control. If `true`, the control is selected at its value will be included in the forms data.
83
+ * Defines the `checked` attribute of the control. If `true`, the control is selected at its value will be included in the forms' data.
84
84
  */
85
85
  "checked": boolean;
86
86
  /**
@@ -88,7 +88,7 @@ export namespace Components {
88
88
  */
89
89
  "description": string;
90
90
  /**
91
- * Defines the `disabled` attribute of the control. If `true`, the user can not interact with the control and the controls value will not be included in the forms data.
91
+ * Defines the `disabled` attribute of the control. If `true`, the user can not interact with the control and the controls value will not be included in the forms' data.
92
92
  */
93
93
  "disabled": boolean;
94
94
  /**
@@ -96,7 +96,7 @@ export namespace Components {
96
96
  */
97
97
  "groupReset": () => Promise<void>;
98
98
  /**
99
- * Defines the icon `name` inside of the card. <span className="alert alert-sm alert-info">If not set the icon will not show up.</span>
99
+ * Defines the icon `name` inside the card. <span className="alert alert-sm alert-info">If not set the icon will not show up.</span>
100
100
  */
101
101
  "icon": string;
102
102
  /**
@@ -116,7 +116,7 @@ export namespace Components {
116
116
  */
117
117
  "type": 'checkbox' | 'radio';
118
118
  /**
119
- * Defines the validation `validity` of the control. To reset validity to an undefiend state, simply remove the attribute from the control.
119
+ * Defines the validation `validity` of the control. To reset validity to an undefined state, simply remove the attribute from the control.
120
120
  */
121
121
  "validity": null | 'true' | 'false';
122
122
  /**
@@ -177,6 +177,12 @@ export namespace Components {
177
177
  */
178
178
  "scale"?: number | null;
179
179
  }
180
+ interface PostLogo {
181
+ /**
182
+ * The URL to which the user is redirected upon clicking the logo.
183
+ */
184
+ "url": string | URL;
185
+ }
180
186
  interface PostPopover {
181
187
  /**
182
188
  * Show a little indicator arrow
@@ -422,6 +428,12 @@ declare global {
422
428
  prototype: HTMLPostIconElement;
423
429
  new (): HTMLPostIconElement;
424
430
  };
431
+ interface HTMLPostLogoElement extends Components.PostLogo, HTMLStencilElement {
432
+ }
433
+ var HTMLPostLogoElement: {
434
+ prototype: HTMLPostLogoElement;
435
+ new (): HTMLPostLogoElement;
436
+ };
425
437
  interface HTMLPostPopoverElement extends Components.PostPopover, HTMLStencilElement {
426
438
  }
427
439
  var HTMLPostPopoverElement: {
@@ -512,6 +524,7 @@ declare global {
512
524
  "post-collapsible": HTMLPostCollapsibleElement;
513
525
  "post-collapsible-trigger": HTMLPostCollapsibleTriggerElement;
514
526
  "post-icon": HTMLPostIconElement;
527
+ "post-logo": HTMLPostLogoElement;
515
528
  "post-popover": HTMLPostPopoverElement;
516
529
  "post-popovercontainer": HTMLPostPopovercontainerElement;
517
530
  "post-rating": HTMLPostRatingElement;
@@ -575,7 +588,7 @@ declare namespace LocalJSX {
575
588
  */
576
589
  interface PostCardControl {
577
590
  /**
578
- * Defines the `checked` attribute of the control. If `true`, the control is selected at its value will be included in the forms data.
591
+ * Defines the `checked` attribute of the control. If `true`, the control is selected at its value will be included in the forms' data.
579
592
  */
580
593
  "checked"?: boolean;
581
594
  /**
@@ -583,11 +596,11 @@ declare namespace LocalJSX {
583
596
  */
584
597
  "description"?: string;
585
598
  /**
586
- * Defines the `disabled` attribute of the control. If `true`, the user can not interact with the control and the controls value will not be included in the forms data.
599
+ * Defines the `disabled` attribute of the control. If `true`, the user can not interact with the control and the controls value will not be included in the forms' data.
587
600
  */
588
601
  "disabled"?: boolean;
589
602
  /**
590
- * Defines the icon `name` inside of the card. <span className="alert alert-sm alert-info">If not set the icon will not show up.</span>
603
+ * Defines the icon `name` inside the card. <span className="alert alert-sm alert-info">If not set the icon will not show up.</span>
591
604
  */
592
605
  "icon"?: string;
593
606
  /**
@@ -611,7 +624,7 @@ declare namespace LocalJSX {
611
624
  */
612
625
  "type": 'checkbox' | 'radio';
613
626
  /**
614
- * Defines the validation `validity` of the control. To reset validity to an undefiend state, simply remove the attribute from the control.
627
+ * Defines the validation `validity` of the control. To reset validity to an undefined state, simply remove the attribute from the control.
615
628
  */
616
629
  "validity"?: null | 'true' | 'false';
617
630
  /**
@@ -668,6 +681,12 @@ declare namespace LocalJSX {
668
681
  */
669
682
  "scale"?: number | null;
670
683
  }
684
+ interface PostLogo {
685
+ /**
686
+ * The URL to which the user is redirected upon clicking the logo.
687
+ */
688
+ "url"?: string | URL;
689
+ }
671
690
  interface PostPopover {
672
691
  /**
673
692
  * Show a little indicator arrow
@@ -780,6 +799,7 @@ declare namespace LocalJSX {
780
799
  "post-collapsible": PostCollapsible;
781
800
  "post-collapsible-trigger": PostCollapsibleTrigger;
782
801
  "post-icon": PostIcon;
802
+ "post-logo": PostLogo;
783
803
  "post-popover": PostPopover;
784
804
  "post-popovercontainer": PostPopovercontainer;
785
805
  "post-rating": PostRating;
@@ -807,6 +827,7 @@ declare module "@stencil/core" {
807
827
  * @class PostIcon - representing a stencil component
808
828
  */
809
829
  "post-icon": LocalJSX.PostIcon & JSXBase.HTMLAttributes<HTMLPostIconElement>;
830
+ "post-logo": LocalJSX.PostLogo & JSXBase.HTMLAttributes<HTMLPostLogoElement>;
810
831
  "post-popover": LocalJSX.PostPopover & JSXBase.HTMLAttributes<HTMLPostPopoverElement>;
811
832
  "post-popovercontainer": LocalJSX.PostPopovercontainer & JSXBase.HTMLAttributes<HTMLPostPopovercontainerElement>;
812
833
  "post-rating": LocalJSX.PostRating & JSXBase.HTMLAttributes<HTMLPostRatingElement>;
@@ -6,6 +6,7 @@ export { PostCardControl } from './components/post-card-control/post-card-contro
6
6
  export { PostCollapsible } from './components/post-collapsible/post-collapsible';
7
7
  export { PostCollapsibleTrigger } from './components/post-collapsible-trigger/post-collapsible-trigger';
8
8
  export { PostIcon } from './components/post-icon/post-icon';
9
+ export { PostLogo } from './components/post-logo/post-logo';
9
10
  export { PostPopover } from './components/post-popover/post-popover';
10
11
  export { PostPopovercontainer } from './components/post-popovercontainer/post-popovercontainer';
11
12
  export { PostRating } from './components/post-rating/post-rating';
@@ -0,0 +1,6 @@
1
+ import { HostElement } from '../stencil-public-runtime';
2
+ /**
3
+ * Invoke the `componentOnReady` method if it is available, simulate it otherwise
4
+ * @see https://stenciljs.com/docs/api#componentonready
5
+ */
6
+ export declare const componentOnReady: <T extends HostElement>(el: T) => Promise<T>;
@@ -1,3 +1,4 @@
1
+ export * from './component-on-ready';
1
2
  export * from './property-checkers';
2
3
  export * from './debounce';
3
4
  export * from './get-root';
@@ -0,0 +1 @@
1
+ export declare function checkUrl(value: unknown, error: string): void;
@@ -1,7 +1,9 @@
1
1
  export declare const checkEmptyOrOneOf: <T>(value: T, possibleValues: readonly T[], error: string) => void;
2
2
  export declare const checkEmptyOrPattern: (value: unknown, pattern: RegExp, errorMessage: string) => void;
3
3
  export declare const checkEmptyOrType: (value: unknown, type: import("./check-type").PropertyType, error: string) => void;
4
+ export declare const checkEmptyOrUrl: (value: unknown, error: string) => void;
4
5
  export * from './check-non-empty';
5
6
  export * from './check-one-of';
6
7
  export * from './check-pattern';
7
8
  export * from './check-type';
9
+ export * from './check-url';
@@ -0,0 +1,25 @@
1
+ const getAttributeObserver = (attribute, handler) => {
2
+ /**
3
+ * Handle attribute changes and childList changes from the observer
4
+ * @param {MutationRecord[]} mutationList
5
+ */
6
+ const observerHandler = (mutationList) => {
7
+ mutationList.forEach(mutation => {
8
+ if (mutation.type === 'attributes' && mutation.attributeName === attribute) {
9
+ handler(mutation.target);
10
+ }
11
+ if (mutation.type === 'childList') {
12
+ mutation.addedNodes.forEach(node => {
13
+ if (node.nodeType === Node.ELEMENT_NODE &&
14
+ node.hasAttribute(attribute)) {
15
+ handler(node);
16
+ }
17
+ });
18
+ }
19
+ });
20
+ };
21
+ // Initialize a mutation observer for patching accessibility features
22
+ return new MutationObserver(observerHandler);
23
+ };
24
+
25
+ export { getAttributeObserver as g };
@@ -0,0 +1,9 @@
1
+ import { E as EMPTY_VALUES } from './constants.js';
2
+
3
+ function checkNonEmpty(value, error) {
4
+ if (EMPTY_VALUES.some(v => v === value)) {
5
+ throw new Error(error);
6
+ }
7
+ }
8
+
9
+ export { checkNonEmpty as c };
@@ -0,0 +1,6 @@
1
+ function checkOneOf(value, possibleValues, error) {
2
+ if (!possibleValues.includes(value))
3
+ throw new Error(error);
4
+ }
5
+
6
+ export { checkOneOf as c };
@@ -0,0 +1,14 @@
1
+ function checkType(value, type, error) {
2
+ const typeIsArray = type === 'array';
3
+ const valueIsArray = Array.isArray(value);
4
+ if (typeIsArray || valueIsArray) {
5
+ if (valueIsArray !== typeIsArray)
6
+ throw new Error(error);
7
+ }
8
+ else {
9
+ if (typeof value !== type)
10
+ throw new Error(error);
11
+ }
12
+ }
13
+
14
+ export { checkType as c };
@@ -0,0 +1,3 @@
1
+ const EMPTY_VALUES = [undefined, null, ''];
2
+
3
+ export { EMPTY_VALUES as E };
@@ -0,0 +1,7 @@
1
+ const fadeDuration = 200;
2
+ const fadedOutKeyframe = { opacity: '0' };
3
+ const fadedInKeyframe = { opacity: '1' };
4
+ const fadeIn = (el) => el.animate([fadedOutKeyframe, fadedInKeyframe], { duration: fadeDuration });
5
+ const fadeOut = (el) => el.animate([fadedInKeyframe, fadedOutKeyframe], { duration: fadeDuration });
6
+
7
+ export { fadeIn as a, fadeOut as f };
@@ -0,0 +1,3 @@
1
+ const HEADING_LEVELS = [1, 2, 3, 4, 5, 6];
2
+
3
+ export { HEADING_LEVELS as H };
@@ -0,0 +1,68 @@
1
+ /* PostComponents custom elements */
2
+ export { PostAccordion as PostAccordion } from '../dist/types/components/post-accordion/post-accordion';
3
+ export { defineCustomElement as defineCustomElementPostAccordion } from './post-accordion';
4
+ export { PostAccordionItem as PostAccordionItem } from '../dist/types/components/post-accordion-item/post-accordion-item';
5
+ export { defineCustomElement as defineCustomElementPostAccordionItem } from './post-accordion-item';
6
+ export { PostAlert as PostAlert } from '../dist/types/components/post-alert/post-alert';
7
+ export { defineCustomElement as defineCustomElementPostAlert } from './post-alert';
8
+ export { PostCardControl as PostCardControl } from '../dist/types/components/post-card-control/post-card-control';
9
+ export { defineCustomElement as defineCustomElementPostCardControl } from './post-card-control';
10
+ export { PostCollapsible as PostCollapsible } from '../dist/types/components/post-collapsible/post-collapsible';
11
+ export { defineCustomElement as defineCustomElementPostCollapsible } from './post-collapsible';
12
+ export { PostCollapsibleTrigger as PostCollapsibleTrigger } from '../dist/types/components/post-collapsible-trigger/post-collapsible-trigger';
13
+ export { defineCustomElement as defineCustomElementPostCollapsibleTrigger } from './post-collapsible-trigger';
14
+ export { PostIcon as PostIcon } from '../dist/types/components/post-icon/post-icon';
15
+ export { defineCustomElement as defineCustomElementPostIcon } from './post-icon';
16
+ export { PostLogo as PostLogo } from '../dist/types/components/post-logo/post-logo';
17
+ export { defineCustomElement as defineCustomElementPostLogo } from './post-logo';
18
+ export { PostPopover as PostPopover } from '../dist/types/components/post-popover/post-popover';
19
+ export { defineCustomElement as defineCustomElementPostPopover } from './post-popover';
20
+ export { PostPopovercontainer as PostPopovercontainer } from '../dist/types/components/post-popovercontainer/post-popovercontainer';
21
+ export { defineCustomElement as defineCustomElementPostPopovercontainer } from './post-popovercontainer';
22
+ export { PostRating as PostRating } from '../dist/types/components/post-rating/post-rating';
23
+ export { defineCustomElement as defineCustomElementPostRating } from './post-rating';
24
+ export { PostTabHeader as PostTabHeader } from '../dist/types/components/post-tab-header/post-tab-header';
25
+ export { defineCustomElement as defineCustomElementPostTabHeader } from './post-tab-header';
26
+ export { PostTabPanel as PostTabPanel } from '../dist/types/components/post-tab-panel/post-tab-panel';
27
+ export { defineCustomElement as defineCustomElementPostTabPanel } from './post-tab-panel';
28
+ export { PostTabs as PostTabs } from '../dist/types/components/post-tabs/post-tabs';
29
+ export { defineCustomElement as defineCustomElementPostTabs } from './post-tabs';
30
+ export { PostTag as PostTag } from '../dist/types/components/post-tag/post-tag';
31
+ export { defineCustomElement as defineCustomElementPostTag } from './post-tag';
32
+ export { PostTooltip as PostTooltip } from '../dist/types/components/post-tooltip/post-tooltip';
33
+ export { defineCustomElement as defineCustomElementPostTooltip } from './post-tooltip';
34
+
35
+ /**
36
+ * Get the base path to where the assets can be found. Use "setAssetPath(path)"
37
+ * if the path needs to be customized.
38
+ */
39
+ export declare const getAssetPath: (path: string) => string;
40
+
41
+ /**
42
+ * Used to manually set the base path where assets can be found.
43
+ * If the script is used as "module", it's recommended to use "import.meta.url",
44
+ * such as "setAssetPath(import.meta.url)". Other options include
45
+ * "setAssetPath(document.currentScript.src)", or using a bundler's replace plugin to
46
+ * dynamically set the path at build time, such as "setAssetPath(process.env.ASSET_PATH)".
47
+ * But do note that this configuration depends on how your script is bundled, or lack of
48
+ * bundling, and where your assets can be loaded from. Additionally custom bundling
49
+ * will have to ensure the static assets are copied to its build directory.
50
+ */
51
+ export declare const setAssetPath: (path: string) => void;
52
+
53
+ /**
54
+ * Used to specify a nonce value that corresponds with an application's CSP.
55
+ * When set, the nonce will be added to all dynamically created script and style tags at runtime.
56
+ * Alternatively, the nonce value can be set on a meta tag in the DOM head
57
+ * (<meta name="csp-nonce" content="{ nonce value here }" />) which
58
+ * will result in the same behavior.
59
+ */
60
+ export declare const setNonce: (nonce: string) => void
61
+
62
+ export interface SetPlatformOptions {
63
+ raf?: (c: FrameRequestCallback) => number;
64
+ ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
65
+ rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
66
+ }
67
+ export declare const setPlatformOptions: (opts: SetPlatformOptions) => void;
68
+ export * from '../dist/types';
@@ -0,0 +1,18 @@
1
+ export { getAssetPath, setAssetPath, setNonce, setPlatformOptions } from '@stencil/core/internal/client';
2
+ export { PostPopover, defineCustomElement as defineCustomElementPostPopover } from './post-popover.js';
3
+ import './post-popovercontainer2.js';
4
+ export { PostTooltip, defineCustomElement as defineCustomElementPostTooltip } from './post-tooltip.js';
5
+ export { PostAccordion, defineCustomElement as defineCustomElementPostAccordion } from './post-accordion.js';
6
+ export { PostAccordionItem, defineCustomElement as defineCustomElementPostAccordionItem } from './post-accordion-item.js';
7
+ export { PostAlert, defineCustomElement as defineCustomElementPostAlert } from './post-alert.js';
8
+ export { PostCardControl, defineCustomElement as defineCustomElementPostCardControl } from './post-card-control.js';
9
+ export { PostCollapsible, defineCustomElement as defineCustomElementPostCollapsible } from './post-collapsible.js';
10
+ export { PostCollapsibleTrigger, defineCustomElement as defineCustomElementPostCollapsibleTrigger } from './post-collapsible-trigger.js';
11
+ export { PostIcon, defineCustomElement as defineCustomElementPostIcon } from './post-icon.js';
12
+ export { PostLogo, defineCustomElement as defineCustomElementPostLogo } from './post-logo.js';
13
+ export { PostPopovercontainer, defineCustomElement as defineCustomElementPostPopovercontainer } from './post-popovercontainer.js';
14
+ export { PostRating, defineCustomElement as defineCustomElementPostRating } from './post-rating.js';
15
+ export { PostTabHeader, defineCustomElement as defineCustomElementPostTabHeader } from './post-tab-header.js';
16
+ export { PostTabPanel, defineCustomElement as defineCustomElementPostTabPanel } from './post-tab-panel.js';
17
+ export { PostTabs, defineCustomElement as defineCustomElementPostTabs } from './post-tabs.js';
18
+ export { PostTag, defineCustomElement as defineCustomElementPostTag } from './post-tag.js';
@@ -0,0 +1,34 @@
1
+ import { E as EMPTY_VALUES } from './constants.js';
2
+ import { c as checkOneOf } from './check-one-of.js';
3
+ import { c as checkType } from './check-type.js';
4
+
5
+ function emptyOr(check) {
6
+ return (...args) => {
7
+ const value = args[0];
8
+ if (!EMPTY_VALUES.some(v => v === value))
9
+ check(...args);
10
+ };
11
+ }
12
+
13
+ function checkPattern(value, pattern, errorMessage) {
14
+ if (typeof value !== 'string' || !pattern.test(value))
15
+ throw new Error(errorMessage);
16
+ }
17
+
18
+ function checkUrl(value, error) {
19
+ if (typeof value !== 'string' && !(value instanceof URL))
20
+ throw new Error(error);
21
+ try {
22
+ new URL(value);
23
+ }
24
+ catch (e) {
25
+ throw new Error(error);
26
+ }
27
+ }
28
+
29
+ const checkEmptyOrOneOf = emptyOr(checkOneOf);
30
+ const checkEmptyOrPattern = emptyOr(checkPattern);
31
+ const checkEmptyOrType = emptyOr(checkType);
32
+ const checkEmptyOrUrl = emptyOr(checkUrl);
33
+
34
+ export { checkEmptyOrOneOf as a, checkEmptyOrPattern as b, checkEmptyOrType as c, checkEmptyOrUrl as d };
@@ -0,0 +1,3 @@
1
+ const version = "8.2.1";
2
+
3
+ export { version as v };
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../dist/types/components";
2
+
3
+ interface PostAccordionItem extends Components.PostAccordionItem, HTMLElement {}
4
+ export const PostAccordionItem: {
5
+ prototype: PostAccordionItem;
6
+ new (): PostAccordionItem;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;