@forjacms/sections 1.7.7 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/README.md +10 -0
  2. package/dist/cjs/forja-blog.cjs.entry.js +2 -1
  3. package/dist/cjs/forja-contact.cjs.entry.js +3 -2
  4. package/dist/cjs/forja-cta.cjs.entry.js +2 -1
  5. package/dist/cjs/forja-faq.cjs.entry.js +2 -1
  6. package/dist/cjs/forja-features.cjs.entry.js +2 -1
  7. package/dist/cjs/forja-gallery.cjs.entry.js +2 -1
  8. package/dist/cjs/forja-hero.cjs.entry.js +2 -1
  9. package/dist/cjs/forja-legal.cjs.entry.js +2 -1
  10. package/dist/cjs/forja-logo-cloud.cjs.entry.js +2 -1
  11. package/dist/cjs/forja-newsletter.cjs.entry.js +3 -2
  12. package/dist/cjs/forja-portfolio.cjs.entry.js +4 -3
  13. package/dist/cjs/forja-pricing.cjs.entry.js +2 -1
  14. package/dist/cjs/forja-projects.cjs.entry.js +2 -1
  15. package/dist/cjs/forja-section-renderer.cjs.entry.js +2 -1
  16. package/dist/cjs/forja-stats.cjs.entry.js +2 -1
  17. package/dist/cjs/forja-tag-cloud.cjs.entry.js +2 -1
  18. package/dist/cjs/forja-team.cjs.entry.js +2 -1
  19. package/dist/cjs/forja-testimonials.cjs.entry.js +2 -1
  20. package/dist/cjs/forja-text-block.cjs.entry.js +2 -1
  21. package/dist/cjs/forja-timeline.cjs.entry.js +2 -1
  22. package/dist/cjs/forja-video.cjs.entry.js +2 -1
  23. package/dist/cjs/sanitize-CW5vDvZT.js +12038 -0
  24. package/dist/collection/components/forja-blog/forja-blog.js +2 -1
  25. package/dist/collection/components/forja-contact/forja-contact.js +3 -2
  26. package/dist/collection/components/forja-cta/forja-cta.js +2 -1
  27. package/dist/collection/components/forja-faq/forja-faq.js +2 -1
  28. package/dist/collection/components/forja-features/forja-features.js +2 -1
  29. package/dist/collection/components/forja-gallery/forja-gallery.js +2 -1
  30. package/dist/collection/components/forja-hero/forja-hero.js +2 -1
  31. package/dist/collection/components/forja-legal/forja-legal.js +2 -1
  32. package/dist/collection/components/forja-logo-cloud/forja-logo-cloud.js +2 -1
  33. package/dist/collection/components/forja-newsletter/forja-newsletter.js +3 -2
  34. package/dist/collection/components/forja-portfolio/forja-portfolio.js +4 -3
  35. package/dist/collection/components/forja-pricing/forja-pricing.js +2 -1
  36. package/dist/collection/components/forja-projects/forja-projects.js +2 -1
  37. package/dist/collection/components/forja-section-renderer/forja-section-renderer.js +2 -1
  38. package/dist/collection/components/forja-stats/forja-stats.js +2 -1
  39. package/dist/collection/components/forja-tag-cloud/forja-tag-cloud.js +2 -1
  40. package/dist/collection/components/forja-team/forja-team.js +2 -1
  41. package/dist/collection/components/forja-testimonials/forja-testimonials.js +2 -1
  42. package/dist/collection/components/forja-text-block/forja-text-block.js +2 -1
  43. package/dist/collection/components/forja-timeline/forja-timeline.js +2 -1
  44. package/dist/collection/components/forja-video/forja-video.js +2 -1
  45. package/dist/collection/utils/sanitize.js +28 -0
  46. package/dist/collection/utils/sanitize.unit.js +36 -0
  47. package/dist/components/forja-blog.js +1 -1
  48. package/dist/components/forja-contact.js +1 -1
  49. package/dist/components/forja-cta.js +1 -1
  50. package/dist/components/forja-faq.js +1 -1
  51. package/dist/components/forja-features.js +1 -1
  52. package/dist/components/forja-gallery.js +1 -1
  53. package/dist/components/forja-hero.js +1 -1
  54. package/dist/components/forja-legal.js +1 -1
  55. package/dist/components/forja-logo-cloud.js +1 -1
  56. package/dist/components/forja-newsletter.js +1 -1
  57. package/dist/components/forja-portfolio.js +1 -1
  58. package/dist/components/forja-pricing.js +1 -1
  59. package/dist/components/forja-projects.js +1 -1
  60. package/dist/components/forja-section-renderer.js +1 -1
  61. package/dist/components/forja-stats.js +1 -1
  62. package/dist/components/forja-tag-cloud.js +1 -1
  63. package/dist/components/forja-team.js +1 -1
  64. package/dist/components/forja-testimonials.js +1 -1
  65. package/dist/components/forja-text-block.js +1 -1
  66. package/dist/components/forja-timeline.js +1 -1
  67. package/dist/components/forja-video.js +1 -1
  68. package/dist/components/p-D6KWgfCs.js +7 -0
  69. package/dist/esm/forja-blog.entry.js +2 -1
  70. package/dist/esm/forja-contact.entry.js +3 -2
  71. package/dist/esm/forja-cta.entry.js +2 -1
  72. package/dist/esm/forja-faq.entry.js +2 -1
  73. package/dist/esm/forja-features.entry.js +2 -1
  74. package/dist/esm/forja-gallery.entry.js +2 -1
  75. package/dist/esm/forja-hero.entry.js +2 -1
  76. package/dist/esm/forja-legal.entry.js +2 -1
  77. package/dist/esm/forja-logo-cloud.entry.js +2 -1
  78. package/dist/esm/forja-newsletter.entry.js +3 -2
  79. package/dist/esm/forja-portfolio.entry.js +4 -3
  80. package/dist/esm/forja-pricing.entry.js +2 -1
  81. package/dist/esm/forja-projects.entry.js +2 -1
  82. package/dist/esm/forja-section-renderer.entry.js +2 -1
  83. package/dist/esm/forja-stats.entry.js +2 -1
  84. package/dist/esm/forja-tag-cloud.entry.js +2 -1
  85. package/dist/esm/forja-team.entry.js +2 -1
  86. package/dist/esm/forja-testimonials.entry.js +2 -1
  87. package/dist/esm/forja-text-block.entry.js +2 -1
  88. package/dist/esm/forja-timeline.entry.js +2 -1
  89. package/dist/esm/forja-video.entry.js +2 -1
  90. package/dist/esm/sanitize-D6KWgfCs.js +12036 -0
  91. package/dist/forja-sections/forja-sections.esm.js +1 -1
  92. package/dist/forja-sections/p-0c90861f.entry.js +1 -0
  93. package/dist/forja-sections/p-3224ea53.entry.js +1 -0
  94. package/dist/forja-sections/p-32b758b2.entry.js +1 -0
  95. package/dist/forja-sections/p-34e5af78.entry.js +1 -0
  96. package/dist/forja-sections/p-5af07298.entry.js +1 -0
  97. package/dist/forja-sections/p-65db9305.entry.js +1 -0
  98. package/dist/forja-sections/p-6815a0d9.entry.js +1 -0
  99. package/dist/forja-sections/p-6b63cd9e.entry.js +1 -0
  100. package/dist/forja-sections/p-775468ac.entry.js +1 -0
  101. package/dist/forja-sections/p-815198d8.entry.js +1 -0
  102. package/dist/forja-sections/p-D6KWgfCs.js +7 -0
  103. package/dist/forja-sections/p-a32ca48d.entry.js +1 -0
  104. package/dist/forja-sections/p-a5608f61.entry.js +1 -0
  105. package/dist/forja-sections/p-a9ea393f.entry.js +1 -0
  106. package/dist/forja-sections/p-aca042d7.entry.js +1 -0
  107. package/dist/forja-sections/p-ad7f6525.entry.js +1 -0
  108. package/dist/forja-sections/p-b022f97f.entry.js +1 -0
  109. package/dist/forja-sections/p-c4a6fd86.entry.js +1 -0
  110. package/dist/forja-sections/p-d5673a61.entry.js +1 -0
  111. package/dist/forja-sections/p-e9687bdd.entry.js +1 -0
  112. package/dist/forja-sections/p-eb4d3343.entry.js +1 -0
  113. package/dist/forja-sections/p-fd21a4d6.entry.js +1 -0
  114. package/dist/types/utils/sanitize.d.ts +7 -0
  115. package/dist/types/utils/sanitize.unit.d.ts +1 -0
  116. package/package.json +4 -2
  117. package/dist/forja-sections/p-2374ab45.entry.js +0 -1
  118. package/dist/forja-sections/p-28d89696.entry.js +0 -1
  119. package/dist/forja-sections/p-44c37ec0.entry.js +0 -1
  120. package/dist/forja-sections/p-4a64fd63.entry.js +0 -1
  121. package/dist/forja-sections/p-52608627.entry.js +0 -1
  122. package/dist/forja-sections/p-53d27751.entry.js +0 -1
  123. package/dist/forja-sections/p-66dee454.entry.js +0 -1
  124. package/dist/forja-sections/p-680fe800.entry.js +0 -1
  125. package/dist/forja-sections/p-73d4139c.entry.js +0 -1
  126. package/dist/forja-sections/p-7835a30d.entry.js +0 -1
  127. package/dist/forja-sections/p-7cd82cee.entry.js +0 -1
  128. package/dist/forja-sections/p-7dff4916.entry.js +0 -1
  129. package/dist/forja-sections/p-a1b4e383.entry.js +0 -1
  130. package/dist/forja-sections/p-a4cc2ee9.entry.js +0 -1
  131. package/dist/forja-sections/p-b4bf78b2.entry.js +0 -1
  132. package/dist/forja-sections/p-b79ab033.entry.js +0 -1
  133. package/dist/forja-sections/p-d312478c.entry.js +0 -1
  134. package/dist/forja-sections/p-da58a406.entry.js +0 -1
  135. package/dist/forja-sections/p-dbc78819.entry.js +0 -1
  136. package/dist/forja-sections/p-df44677a.entry.js +0 -1
  137. package/dist/forja-sections/p-f39766f7.entry.js +0 -1
@@ -1 +1 @@
1
- import{t as e,p as s,H as t,h as a}from"./p-B8rQMNWH.js";import{s as r}from"./p-CTbyYfdB.js";const f=s(class extends t{constructor(e){super(),!1!==e&&this.__registerHost()}render(){const e=this.items&&this.items.length>0;return a("section",{key:"01434127526dac604e2542876f04c5ac88768038",class:"forja-features","aria-label":r(this.sectionTitle,"Features")},a("slot",{key:"cfc0d012020d197474abc35118b5c1191575d078",name:"before"}),(this.sectionTitle||this.text)&&a("div",{key:"a626af8e540db41d255ec2a637bd341686287a86",class:"forja-features__header"},this.sectionTitle&&a("h2",{key:"15bf163f29719490525523ff72f05566277bbcc0",class:"forja-features__title"},this.sectionTitle),this.text&&a("div",{key:"e9e05b4c08e6beb7ecca32df69daddafe2b53f1a",class:"forja-features__text",innerHTML:this.text})),e?a("ul",{class:"forja-features__grid",role:"list","data-columns":this.columns},this.items.map((e=>a("li",{class:"forja-features__item"},e.icon&&a("span",{class:"forja-features__icon","aria-hidden":"true"},e.icon),a("h3",{class:"forja-features__item-title"},e.title),e.text&&a("p",{class:"forja-features__item-text"},e.text))))):a("div",{class:"forja-features__grid",role:"list","data-columns":this.columns},a("slot",null)),a("slot",{key:"9521b8a787f3fb6907dd116b568a1da5764342fa",name:"after"}))}},[260,"forja-features",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2]}]);function i(){"undefined"!=typeof customElements&&["forja-features"].forEach((s=>{"forja-features"===s&&(customElements.get(e(s))||customElements.define(e(s),f))}))}i();const o=f,c=i;export{o as ForjaFeatures,c as defineCustomElement}
1
+ import{t as e,p as s,H as t,h as a}from"./p-B8rQMNWH.js";import{s as f}from"./p-D6KWgfCs.js";import{s as r}from"./p-CTbyYfdB.js";const c=s(class extends t{constructor(e){super(),!1!==e&&this.__registerHost()}render(){const e=this.items&&this.items.length>0;return a("section",{key:"dfe822afd362c2eb23743dc9747a27e1310d5326",class:"forja-features","aria-label":r(this.sectionTitle,"Features")},a("slot",{key:"27b9cde026c60da5c5cf0d04079fa8ef19ad7566",name:"before"}),(this.sectionTitle||this.text)&&a("div",{key:"c761dddc8c9dc572dcc15ebf85591f4c28c4f927",class:"forja-features__header"},this.sectionTitle&&a("h2",{key:"0a47b1d752ebaec58137e3b4371fb3f14e0cb501",class:"forja-features__title"},this.sectionTitle),this.text&&a("div",{key:"927f05f0102c835abb3031232e9b81bb63ea5dd0",class:"forja-features__text",innerHTML:f(this.text)})),e?a("ul",{class:"forja-features__grid",role:"list","data-columns":this.columns},this.items.map((e=>a("li",{class:"forja-features__item"},e.icon&&a("span",{class:"forja-features__icon","aria-hidden":"true"},e.icon),a("h3",{class:"forja-features__item-title"},e.title),e.text&&a("p",{class:"forja-features__item-text"},e.text))))):a("div",{class:"forja-features__grid",role:"list","data-columns":this.columns},a("slot",null)),a("slot",{key:"0f8f33c9742b3c43345a10fafed770980fcc1664",name:"after"}))}},[260,"forja-features",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2]}]);function o(){"undefined"!=typeof customElements&&["forja-features"].forEach((s=>{"forja-features"===s&&(customElements.get(e(s))||customElements.define(e(s),c))}))}o();const i=c,l=o;export{i as ForjaFeatures,l as defineCustomElement}
@@ -1 +1 @@
1
- import{t as a,p as e,H as s,h as t}from"./p-B8rQMNWH.js";import{s as l}from"./p-CTbyYfdB.js";const r=e(class extends s{constructor(a){super(),!1!==a&&this.__registerHost()}render(){const a=this.items&&this.items.length>0;return t("section",{key:"b895958acc335c7a586411465baa3e5f63b96298",class:"forja-gallery","aria-label":l(this.sectionTitle,"Gallery")},t("slot",{key:"b11fe68eba917a5ba6494211ebfece03088c1d12",name:"before"}),this.sectionTitle&&t("h2",{key:"fd8b6ba0c5a51a4add4d1f4bada6691efe1ccaba",class:"forja-gallery__title"},this.sectionTitle),this.text&&t("div",{key:"99e0f4a727481d965f08c6e6028bd43472908f28",class:"forja-gallery__text",innerHTML:this.text}),t("div",{class:"forja-gallery__grid",role:"list","data-columns":this.columns},a?this.items.map((a=>t("figure",{class:"forja-gallery__item",role:"listitem"},t("img",{src:a.imageUrl,alt:a.alt||"",class:"forja-gallery__image",loading:"lazy"}),a.caption&&t("figcaption",{class:"forja-gallery__caption"},a.caption)))):t("slot",null)),t("slot",{key:"6aabc6822879290b15894b9f02b58e43205a9d75",name:"after"}))}},[260,"forja-gallery",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2]}]);function o(){"undefined"!=typeof customElements&&["forja-gallery"].forEach((e=>{"forja-gallery"===e&&(customElements.get(a(e))||customElements.define(a(e),r))}))}o();const i=r,c=o;export{i as ForjaGallery,c as defineCustomElement}
1
+ import{t as e,p as s,H as a,h as t}from"./p-B8rQMNWH.js";import{s as l}from"./p-D6KWgfCs.js";import{s as r}from"./p-CTbyYfdB.js";const o=s(class extends a{constructor(e){super(),!1!==e&&this.__registerHost()}render(){const e=this.items&&this.items.length>0;return t("section",{key:"5ed465d0edb40fd9cc0a710389cbc969d3d8023e",class:"forja-gallery","aria-label":r(this.sectionTitle,"Gallery")},t("slot",{key:"940ff6ebbc4548dbd554b51b6bdd7875b4e5ee4d",name:"before"}),this.sectionTitle&&t("h2",{key:"a02b9a1446fff2885132941a61f5163f5b98656a",class:"forja-gallery__title"},this.sectionTitle),this.text&&t("div",{key:"767ff1cf923beff6e586a913058bc2968b0b9241",class:"forja-gallery__text",innerHTML:l(this.text)}),t("div",{class:"forja-gallery__grid",role:"list","data-columns":this.columns},e?this.items.map((e=>t("figure",{class:"forja-gallery__item",role:"listitem"},t("img",{src:e.imageUrl,alt:e.alt||"",class:"forja-gallery__image",loading:"lazy"}),e.caption&&t("figcaption",{class:"forja-gallery__caption"},e.caption)))):t("slot",null)),t("slot",{key:"f4a66f40c12f72734e8006747391d492bb0de8a4",name:"after"}))}},[260,"forja-gallery",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2]}]);function f(){"undefined"!=typeof customElements&&["forja-gallery"].forEach((s=>{"forja-gallery"===s&&(customElements.get(e(s))||customElements.define(e(s),o))}))}f();const i=o,c=f;export{i as ForjaGallery,c as defineCustomElement}
@@ -1 +1 @@
1
- import{t as e,p as a,H as t,h as s}from"./p-B8rQMNWH.js";import{s as o}from"./p-CTbyYfdB.js";const r=a(class extends t{constructor(e){super(),!1!==e&&this.__registerHost()}render(){const e=["forja-hero",this.fullWidth&&"forja-hero--full-width",this.gradient&&"forja-hero--gradient"].filter(Boolean).join(" ");return s("section",{key:"43ec04aba0825c70330d5a9f22d6a7c4168cabad",class:e,"aria-label":o(this.sectionTitle,"Hero")},s("slot",{key:"be9b16694a02aee3fe1ae96ab4bdd822ad1c0b96",name:"before"}),this.imageUrl&&s("img",{key:"d41247eb3ddb7d6782f6fdbb6df7545e20c66c2b",src:this.imageUrl,alt:this.imageAlt||"",class:"forja-hero__image",loading:"eager"}),s("div",{key:"9545c4a55a85f3309a61afa5c7249ae84c183e86",class:"forja-hero__content"},this.sectionTitle&&s("h2",{key:"1f77acc32f1aae7af9d8afaabd09fc8d2a940af6",class:"forja-hero__title"},this.sectionTitle),this.text&&s("div",{key:"9d95c5669bd63d68a82206740e18edace7b22ef4",class:"forja-hero__text",innerHTML:this.text}),this.buttonText&&this.buttonHref&&s("a",{key:"ae33f3e16544486aef89a2f33e4e0361a9a1a3ca",href:this.buttonHref,class:"forja-hero__cta"},this.buttonText)),s("slot",{key:"9fce9221736717aa80332eea4b981233a896a38c",name:"after"}))}},[260,"forja-hero",{sectionTitle:[1,"section-title"],text:[1],imageUrl:[1,"image-url"],imageAlt:[1,"image-alt"],buttonText:[1,"button-text"],buttonHref:[1,"button-href"],fullWidth:[4,"full-width"],gradient:[4]}]);function f(){"undefined"!=typeof customElements&&["forja-hero"].forEach((a=>{"forja-hero"===a&&(customElements.get(e(a))||customElements.define(e(a),r))}))}f();const i=r,c=f;export{i as ForjaHero,c as defineCustomElement}
1
+ import{t as e,p as t,H as a,h as s}from"./p-B8rQMNWH.js";import{s as o}from"./p-D6KWgfCs.js";import{s as r}from"./p-CTbyYfdB.js";const f=t(class extends a{constructor(e){super(),!1!==e&&this.__registerHost()}render(){const e=["forja-hero",this.fullWidth&&"forja-hero--full-width",this.gradient&&"forja-hero--gradient"].filter(Boolean).join(" ");return s("section",{key:"42b4b55ee4f08c809edbf4980a25212b534f943b",class:e,"aria-label":r(this.sectionTitle,"Hero")},s("slot",{key:"6f1f2688abbdb6dfd5e3ffcd967b2fb646dd47bb",name:"before"}),this.imageUrl&&s("img",{key:"4bdfab1196aaee43884c8c185ca770ecb4cf6ce9",src:this.imageUrl,alt:this.imageAlt||"",class:"forja-hero__image",loading:"eager"}),s("div",{key:"4ca0a9b9a9df7fbadd0d83d9ed00015149d37a9c",class:"forja-hero__content"},this.sectionTitle&&s("h2",{key:"1feb3bb8b632609d10498a4020d62d8cf813e7ca",class:"forja-hero__title"},this.sectionTitle),this.text&&s("div",{key:"59f1a37170e3305854caa56bbd98a1bd6216dfcd",class:"forja-hero__text",innerHTML:o(this.text)}),this.buttonText&&this.buttonHref&&s("a",{key:"191fbb98c9f11d10863b081540ab84ee9dc5e6c7",href:this.buttonHref,class:"forja-hero__cta"},this.buttonText)),s("slot",{key:"a01d8c4271bfd687897b906626e9f14255ee078d",name:"after"}))}},[260,"forja-hero",{sectionTitle:[1,"section-title"],text:[1],imageUrl:[1,"image-url"],imageAlt:[1,"image-alt"],buttonText:[1,"button-text"],buttonHref:[1,"button-href"],fullWidth:[4,"full-width"],gradient:[4]}]);function i(){"undefined"!=typeof customElements&&["forja-hero"].forEach((t=>{"forja-hero"===t&&(customElements.get(e(t))||customElements.define(e(t),f))}))}i();const c=f,d=i;export{c as ForjaHero,d as defineCustomElement}
@@ -1 +1 @@
1
- import{t as e,p as t,H as s,h as a}from"./p-B8rQMNWH.js";import{s as i}from"./p-CTbyYfdB.js";import{LEGAL_DOC_TYPE_LABELS as o}from"./index.js";const c=t(class extends s{constructor(e){super(),!1!==e&&this.__registerHost(),this.showDocumentType=!0,this.showVersion=!0,this.showDates=!0,this.showIntro=!0}formatDate(e){try{return new Date(e).toLocaleDateString(void 0,{year:"numeric",month:"long",day:"numeric"})}catch(t){return e}}hasMetadata(){return this.showDocumentType&&!!this.documentType||this.showVersion&&null!=this.version||this.showDates&&!!(this.effectiveDate||this.updatedAt||this.createdAt)}render(){const e=this.documentType?o[this.documentType]||this.documentType:void 0,t=this.effectiveDate||this.updatedAt||this.createdAt;return a("article",{key:"cc8f30680c29057c92c9974711069119d486baf0",class:"forja-legal","aria-label":i(this.sectionTitle,"Legal document")},a("header",{key:"4722e587aaaa5aafd1d5b87373366e037cb56f9f",class:"forja-legal__header"},this.sectionTitle&&a("h1",{key:"8ddda4f7eb1e06edcf0fb2ef151858f6359ed954",class:"forja-legal__title"},this.sectionTitle),this.hasMetadata()&&a("div",{key:"5c344b92507b3961ba809c5c5ed2b3d436712a4a",class:"forja-legal__meta"},this.showDocumentType&&e&&a("span",{key:"18ee032889dc39068301751885f0077777095779",class:"forja-legal__type"},e),this.showVersion&&null!=this.version&&a("span",{key:"62cddb2b691bd00ac0f81e58a5707d9bce43b91c",class:"forja-legal__version"},"Version ",this.version),this.showDates&&t&&a("time",{key:"e631e74a06ef96fb3e6d663516e2a8d7e55332cb",class:"forja-legal__date",dateTime:t},this.effectiveDate?"Effective ":"Updated ",this.formatDate(t)))),this.showIntro&&this.intro&&a("div",{key:"e621eccaf2fa1c0059cc7699de0a80c833c2bb8b",class:"forja-legal__intro",innerHTML:this.intro}),this.body?a("div",{class:"forja-legal__body",innerHTML:this.body}):a("div",{class:"forja-legal__body"},a("slot",null)))}},[260,"forja-legal",{sectionTitle:[1,"section-title"],intro:[1],body:[1],documentType:[1,"document-type"],version:[2],createdAt:[1,"created-at"],updatedAt:[1,"updated-at"],effectiveDate:[1,"effective-date"],showDocumentType:[4,"show-document-type"],showVersion:[4,"show-version"],showDates:[4,"show-dates"],showIntro:[4,"show-intro"]}]);function r(){"undefined"!=typeof customElements&&["forja-legal"].forEach((t=>{"forja-legal"===t&&(customElements.get(e(t))||customElements.define(e(t),c))}))}r();const l=c,d=r;export{l as ForjaLegal,d as defineCustomElement}
1
+ import{t as e,p as t,H as a,h as s}from"./p-B8rQMNWH.js";import{s as i}from"./p-D6KWgfCs.js";import{s as o}from"./p-CTbyYfdB.js";import{LEGAL_DOC_TYPE_LABELS as r}from"./index.js";const l=t(class extends a{constructor(e){super(),!1!==e&&this.__registerHost(),this.showDocumentType=!0,this.showVersion=!0,this.showDates=!0,this.showIntro=!0}formatDate(e){try{return new Date(e).toLocaleDateString(void 0,{year:"numeric",month:"long",day:"numeric"})}catch(t){return e}}hasMetadata(){return this.showDocumentType&&!!this.documentType||this.showVersion&&null!=this.version||this.showDates&&!!(this.effectiveDate||this.updatedAt||this.createdAt)}render(){const e=this.documentType?r[this.documentType]||this.documentType:void 0,t=this.effectiveDate||this.updatedAt||this.createdAt;return s("article",{key:"f642e7adfbba096d8c6ea683d9227d0319409dc2",class:"forja-legal","aria-label":o(this.sectionTitle,"Legal document")},s("header",{key:"acaf35f2c653c9093ccd48779b7540766ac5794a",class:"forja-legal__header"},this.sectionTitle&&s("h1",{key:"e1a06a6c02754025f89054d564b88539ad0b4119",class:"forja-legal__title"},this.sectionTitle),this.hasMetadata()&&s("div",{key:"6494e1b855682694e9eb19e234481fa5214eea70",class:"forja-legal__meta"},this.showDocumentType&&e&&s("span",{key:"f077ab7a31892a01bd95bda259d11b9ed19a6a88",class:"forja-legal__type"},e),this.showVersion&&null!=this.version&&s("span",{key:"bf5157e4a53935c577952a230dfeeb7a9d72c521",class:"forja-legal__version"},"Version ",this.version),this.showDates&&t&&s("time",{key:"be166fdf2fbc4a99caef139f56662f80a2f09b2e",class:"forja-legal__date",dateTime:t},this.effectiveDate?"Effective ":"Updated ",this.formatDate(t)))),this.showIntro&&this.intro&&s("div",{key:"c21f507daffc033b214ac6db5115b17aa3bc2315",class:"forja-legal__intro",innerHTML:i(this.intro)}),this.body?s("div",{class:"forja-legal__body",innerHTML:i(this.body)}):s("div",{class:"forja-legal__body"},s("slot",null)))}},[260,"forja-legal",{sectionTitle:[1,"section-title"],intro:[1],body:[1],documentType:[1,"document-type"],version:[2],createdAt:[1,"created-at"],updatedAt:[1,"updated-at"],effectiveDate:[1,"effective-date"],showDocumentType:[4,"show-document-type"],showVersion:[4,"show-version"],showDates:[4,"show-dates"],showIntro:[4,"show-intro"]}]);function c(){"undefined"!=typeof customElements&&["forja-legal"].forEach((t=>{"forja-legal"===t&&(customElements.get(e(t))||customElements.define(e(t),l))}))}c();const d=l,h=c;export{d as ForjaLegal,h as defineCustomElement}
@@ -1 +1 @@
1
- import{t as o,p as l,H as s,h as e}from"./p-B8rQMNWH.js";import{s as a}from"./p-CTbyYfdB.js";const t=l(class extends s{constructor(o){super(),!1!==o&&this.__registerHost()}render(){const o=this.logos&&this.logos.length>0,l=["forja-logo-cloud",this.grayscale&&"forja-logo-cloud--grayscale"].filter(Boolean).join(" ");return e("section",{key:"cd65ea26049ceb3de18436c961990573c548b8ae",class:l,"aria-label":a(this.sectionTitle,"Partners")},e("slot",{key:"8477f0f53553d808a63b3fe241541b0625248828",name:"before"}),this.sectionTitle&&e("h2",{key:"09e073ab7deb7ce27bf0f7e5801b10f60840b732",class:"forja-logo-cloud__title"},this.sectionTitle),this.text&&e("div",{key:"ab4cd6049231cfda659fc191fd560143027bb3c0",class:"forja-logo-cloud__text",innerHTML:this.text}),o?e("ul",{class:"forja-logo-cloud__grid",role:"list","data-columns":this.columns},this.logos.map((o=>e("li",{class:"forja-logo-cloud__item"},o.href?e("a",{href:o.href,class:"forja-logo-cloud__link",target:"_blank",rel:"noopener"},e("img",{src:o.imageUrl,alt:o.alt,class:"forja-logo-cloud__image",loading:"lazy"})):e("img",{src:o.imageUrl,alt:o.alt,class:"forja-logo-cloud__image",loading:"lazy"}))))):e("slot",null),e("slot",{key:"a56c182cd2090916395563b0c30fe21c929d1353",name:"after"}))}},[260,"forja-logo-cloud",{sectionTitle:[1,"section-title"],text:[1],logos:[16],columns:[2],grayscale:[4]}]);function c(){"undefined"!=typeof customElements&&["forja-logo-cloud"].forEach((l=>{"forja-logo-cloud"===l&&(customElements.get(o(l))||customElements.define(o(l),t))}))}c();const r=t,i=c;export{r as ForjaLogoCloud,i as defineCustomElement}
1
+ import{t as o,p as a,H as s,h as l}from"./p-B8rQMNWH.js";import{s as e}from"./p-D6KWgfCs.js";import{s as t}from"./p-CTbyYfdB.js";const c=a(class extends s{constructor(o){super(),!1!==o&&this.__registerHost()}render(){const o=this.logos&&this.logos.length>0,a=["forja-logo-cloud",this.grayscale&&"forja-logo-cloud--grayscale"].filter(Boolean).join(" ");return l("section",{key:"32a98374780f2f556321baa7978d7746bb815e11",class:a,"aria-label":t(this.sectionTitle,"Partners")},l("slot",{key:"d422f40488b640e8b5c4d7b8a2d66bd144fc8150",name:"before"}),this.sectionTitle&&l("h2",{key:"e432f9ea6ea33ce8500eabca8d64ec6c6cf2608f",class:"forja-logo-cloud__title"},this.sectionTitle),this.text&&l("div",{key:"f0c18aa34a98a9789baafb30ce2d3fdaf3be45ce",class:"forja-logo-cloud__text",innerHTML:e(this.text)}),o?l("ul",{class:"forja-logo-cloud__grid",role:"list","data-columns":this.columns},this.logos.map((o=>l("li",{class:"forja-logo-cloud__item"},o.href?l("a",{href:o.href,class:"forja-logo-cloud__link",target:"_blank",rel:"noopener"},l("img",{src:o.imageUrl,alt:o.alt,class:"forja-logo-cloud__image",loading:"lazy"})):l("img",{src:o.imageUrl,alt:o.alt,class:"forja-logo-cloud__image",loading:"lazy"}))))):l("slot",null),l("slot",{key:"190222aa2c2d029d4c1f8fa1c21a42fa1e801795",name:"after"}))}},[260,"forja-logo-cloud",{sectionTitle:[1,"section-title"],text:[1],logos:[16],columns:[2],grayscale:[4]}]);function r(){"undefined"!=typeof customElements&&["forja-logo-cloud"].forEach((a=>{"forja-logo-cloud"===a&&(customElements.get(o(a))||customElements.define(o(a),c))}))}r();const f=c,i=r;export{f as ForjaLogoCloud,i as defineCustomElement}
@@ -1 +1 @@
1
- import{t as e,p as t,H as a,c as s,h as r}from"./p-B8rQMNWH.js";import{a as o,s as i}from"./p-CTbyYfdB.js";import{a as l,r as c}from"./p-B8qlvoCH.js";const n=t(class extends a{constructor(e){super(),!1!==e&&this.__registerHost(),this.forjaSubmit=s(this,"forjaSubmit"),this.buttonText="Subscribe",this.botProtection="none",this.botProtectionUnsolved=!1,this.handleSubmit=e=>{e.preventDefault();const t=e.target;!this.requiresAltcha||l(t)?(this.botProtectionUnsolved=!1,this.forjaSubmit.emit(new FormData(t))):this.botProtectionUnsolved=!0}}get requiresAltcha(){return"mandatory"===this.botProtection}render(){const e=o(this.sectionTitle,"newsletter-email"),t=o(this.sectionTitle,"newsletter-name");return r("section",{key:"0d15c9d013c2f1250999ad86d853cbb5126bbddc",class:"forja-newsletter","aria-label":i(this.sectionTitle,"Newsletter")},r("slot",{key:"aba062b799c952a6936267573bf841fb7403a350",name:"before"}),this.sectionTitle&&r("h2",{key:"f00db5dd8b536dca31d1f39453753e4e9126f97f",class:"forja-newsletter__title"},this.sectionTitle),this.text&&r("div",{key:"857102c1929b0615a5782d97ffc969d12bb3bec6",class:"forja-newsletter__text",innerHTML:this.text}),r("form",{key:"9ac77419043d02719d05c949e8ac6e13f411affe",class:"forja-newsletter__form",action:this.formAction,method:this.formAction?"post":void 0,onSubmit:this.handleSubmit},this.showName&&r("div",{key:"073625ebadd2dd040dc19e48f136adb4919d428b",class:"forja-newsletter__field"},r("label",{key:"3133a36ccdf1c7f8a7204e2e83c71b16b1e4dcf2",class:"forja-newsletter__label",htmlFor:t},"Name"),r("input",{key:"f49b6e4e3b7f1037e6b7aaa18a6a4b10cb15d730",id:t,name:"name",type:"text",class:"forja-newsletter__input"})),r("div",{key:"59b5408e884026f6351b1397e536fc184ac2c1de",class:"forja-newsletter__field"},r("label",{key:"436373562856e04f27addcacba5083805155c913",class:"forja-newsletter__label",htmlFor:e},"Email"),r("input",{key:"042c434c7fab15fd4235e1fe2d6b509db81d1e43",id:e,name:"email",type:"email",class:"forja-newsletter__input",required:!0,"aria-required":"true"})),this.requiresAltcha&&c(this.altchaChallengeUrl,"forja-newsletter-altcha"),this.botProtectionUnsolved&&r("p",{key:"4375ea4a0f67a9dad1b6e1797e898c4b90125dfb",class:"forja-newsletter__error",role:"alert","data-testid":"forja-newsletter-altcha-error"},"Please complete the verification before submitting."),r("button",{key:"7eddc2c91799598f71af799af6c46159d688195a",type:"submit",class:"forja-newsletter__submit"},this.buttonText)),r("slot",{key:"f13a320d972bbb402cb218ee6d4d2650f5f15161",name:"after"}))}},[260,"forja-newsletter",{sectionTitle:[1,"section-title"],text:[1],buttonText:[1,"button-text"],formAction:[1,"form-action"],showName:[4,"show-name"],botProtection:[1,"bot-protection"],altchaChallengeUrl:[1,"altcha-challenge-url"],botProtectionUnsolved:[32]}]);function f(){"undefined"!=typeof customElements&&["forja-newsletter"].forEach((t=>{"forja-newsletter"===t&&(customElements.get(e(t))||customElements.define(e(t),n))}))}f();const d=n,b=f;export{d as ForjaNewsletter,b as defineCustomElement}
1
+ import{t as e,p as t,H as a,c as s,h as r}from"./p-B8rQMNWH.js";import{s as o}from"./p-D6KWgfCs.js";import{a as i,s as l}from"./p-CTbyYfdB.js";import{a as c,r as f}from"./p-B8qlvoCH.js";const n=t(class extends a{constructor(e){super(),!1!==e&&this.__registerHost(),this.forjaSubmit=s(this,"forjaSubmit"),this.buttonText="Subscribe",this.botProtection="none",this.botProtectionUnsolved=!1,this.handleSubmit=e=>{e.preventDefault();const t=e.target;!this.requiresAltcha||c(t)?(this.botProtectionUnsolved=!1,this.forjaSubmit.emit(new FormData(t))):this.botProtectionUnsolved=!0}}get requiresAltcha(){return"mandatory"===this.botProtection}render(){const e=i(this.sectionTitle,"newsletter-email"),t=i(this.sectionTitle,"newsletter-name");return r("section",{key:"1eebd751804580bc44881d70692d79090869429e",class:"forja-newsletter","aria-label":l(this.sectionTitle,"Newsletter")},r("slot",{key:"26aa48a4902487a440f6f528c4b624593f3dae2f",name:"before"}),this.sectionTitle&&r("h2",{key:"0c2ec6c385a03c4aaaf5f514ca4b780c46160875",class:"forja-newsletter__title"},this.sectionTitle),this.text&&r("div",{key:"d010e38b4a0bd89f63400f2718a1d99e83e691ab",class:"forja-newsletter__text",innerHTML:o(this.text)}),r("form",{key:"b94227214cc56bd347531f282dcadfe6a14a9121",class:"forja-newsletter__form",action:this.formAction,method:this.formAction?"post":void 0,onSubmit:this.handleSubmit},this.showName&&r("div",{key:"d9d4935d8cf5596c5cf0537dcf8bce8a607a0fbb",class:"forja-newsletter__field"},r("label",{key:"8d1cb78490566709d251b3eac84631efc7bd3b8b",class:"forja-newsletter__label",htmlFor:t},"Name"),r("input",{key:"fed5928d28416aca59de23a94b6ff536822a4e2b",id:t,name:"name",type:"text",class:"forja-newsletter__input"})),r("div",{key:"862e08935374349422fa20ce513dd490eb1a9e4f",class:"forja-newsletter__field"},r("label",{key:"9fcabeca3d01a4d5f23317abe2b97b8149396d07",class:"forja-newsletter__label",htmlFor:e},"Email"),r("input",{key:"d19c80b577109b978fa53a56847b4c1d35acefb0",id:e,name:"email",type:"email",class:"forja-newsletter__input",required:!0,"aria-required":"true"})),this.requiresAltcha&&f(this.altchaChallengeUrl,"forja-newsletter-altcha"),this.botProtectionUnsolved&&r("p",{key:"863c705d1edfe9ab99441af7daf6feb01e66286f",class:"forja-newsletter__error",role:"alert","data-testid":"forja-newsletter-altcha-error"},"Please complete the verification before submitting."),r("button",{key:"e0923cd8919914c04853adfe24982cf45118c913",type:"submit",class:"forja-newsletter__submit"},this.buttonText)),r("slot",{key:"38f8f6b4f0dee4eeedb79f030a7d50a6302a71a2",name:"after"}))}},[260,"forja-newsletter",{sectionTitle:[1,"section-title"],text:[1],buttonText:[1,"button-text"],formAction:[1,"form-action"],showName:[4,"show-name"],botProtection:[1,"bot-protection"],altchaChallengeUrl:[1,"altcha-challenge-url"],botProtectionUnsolved:[32]}]);function d(){"undefined"!=typeof customElements&&["forja-newsletter"].forEach((t=>{"forja-newsletter"===t&&(customElements.get(e(t))||customElements.define(e(t),n))}))}d();const b=n,m=d;export{b as ForjaNewsletter,m as defineCustomElement}
@@ -1 +1 @@
1
- import{t as o,p as s,H as r,h as l}from"./p-B8rQMNWH.js";import{s as t}from"./p-CTbyYfdB.js";const i=s(class extends r{constructor(o){super(),!1!==o&&this.__registerHost()}renderExperiences(){return this.experiences&&0!==this.experiences.length?l("div",{class:"forja-portfolio__experiences"},l("h3",{class:"forja-portfolio__group-title"},"Experience"),l("ol",{class:"forja-portfolio__list"},this.experiences.map((o=>l("li",{class:"forja-portfolio__entry"},l("article",{class:"forja-portfolio__card"},o.logoUrl&&l("img",{src:o.logoUrl,alt:"",class:"forja-portfolio__logo",loading:"lazy"}),l("div",{class:"forja-portfolio__details"},l("h4",{class:"forja-portfolio__role"},o.role),l("p",{class:"forja-portfolio__company"},o.company),o.period&&l("time",{class:"forja-portfolio__period"},o.period),o.description&&l("div",{class:"forja-portfolio__description",innerHTML:o.description})))))))):null}renderEducation(){return this.education&&0!==this.education.length?l("div",{class:"forja-portfolio__education"},l("h3",{class:"forja-portfolio__group-title"},"Education"),l("ol",{class:"forja-portfolio__list"},this.education.map((o=>l("li",{class:"forja-portfolio__entry"},l("article",{class:"forja-portfolio__card"},l("div",{class:"forja-portfolio__details"},l("h4",{class:"forja-portfolio__role"},o.degree),l("p",{class:"forja-portfolio__company"},o.institution),o.period&&l("time",{class:"forja-portfolio__period"},o.period),o.description&&l("div",{class:"forja-portfolio__description",innerHTML:o.description})))))))):null}renderSkills(){if(!this.skills||0===this.skills.length)return null;const o=this.skills.reduce(((o,s)=>{const r=s.category||"General";return o[r]||(o[r]=[]),o[r].push(s),o}),{});return l("div",{class:"forja-portfolio__skills"},l("h3",{class:"forja-portfolio__group-title"},"Skills"),Object.entries(o).map((([s,r])=>l("div",{class:"forja-portfolio__skill-group"},Object.keys(o).length>1&&l("h4",{class:"forja-portfolio__skill-category"},s),l("ul",{class:"forja-portfolio__skill-list","data-columns":this.columns},r.map((o=>l("li",{class:"forja-portfolio__skill"},o.name))))))))}render(){return l("section",{key:"506011a5c845a8cbee32a77a2081a269efa3c2d4",class:"forja-portfolio","aria-label":t(this.sectionTitle,"Portfolio")},l("slot",{key:"f4c91d111a4e49a2492a5056376b1c2245d7db1f",name:"before"}),this.sectionTitle&&l("h2",{key:"801b3d72f636ed6e5d51f37748ad980970acc72c",class:"forja-portfolio__title"},this.sectionTitle),this.text&&l("div",{key:"2770e9835554376f00a46ad670cc2530651e6dfc",class:"forja-portfolio__text",innerHTML:this.text}),this.renderExperiences(),this.renderEducation(),this.renderSkills(),l("slot",{key:"48ded21e8a2ac6d279ea1e39d6fa6eaec32ef7aa",name:"after"}))}},[260,"forja-portfolio",{sectionTitle:[1,"section-title"],text:[1],experiences:[16],education:[16],skills:[16],columns:[2]}]);function a(){"undefined"!=typeof customElements&&["forja-portfolio"].forEach((s=>{"forja-portfolio"===s&&(customElements.get(o(s))||customElements.define(o(s),i))}))}a();const e=i,f=a;export{e as ForjaPortfolio,f as defineCustomElement}
1
+ import{t as o,p as s,H as r,h as l}from"./p-B8rQMNWH.js";import{s as t}from"./p-D6KWgfCs.js";import{s as i}from"./p-CTbyYfdB.js";const a=s(class extends r{constructor(o){super(),!1!==o&&this.__registerHost()}renderExperiences(){return this.experiences&&0!==this.experiences.length?l("div",{class:"forja-portfolio__experiences"},l("h3",{class:"forja-portfolio__group-title"},"Experience"),l("ol",{class:"forja-portfolio__list"},this.experiences.map((o=>l("li",{class:"forja-portfolio__entry"},l("article",{class:"forja-portfolio__card"},o.logoUrl&&l("img",{src:o.logoUrl,alt:"",class:"forja-portfolio__logo",loading:"lazy"}),l("div",{class:"forja-portfolio__details"},l("h4",{class:"forja-portfolio__role"},o.role),l("p",{class:"forja-portfolio__company"},o.company),o.period&&l("time",{class:"forja-portfolio__period"},o.period),o.description&&l("div",{class:"forja-portfolio__description",innerHTML:t(o.description)})))))))):null}renderEducation(){return this.education&&0!==this.education.length?l("div",{class:"forja-portfolio__education"},l("h3",{class:"forja-portfolio__group-title"},"Education"),l("ol",{class:"forja-portfolio__list"},this.education.map((o=>l("li",{class:"forja-portfolio__entry"},l("article",{class:"forja-portfolio__card"},l("div",{class:"forja-portfolio__details"},l("h4",{class:"forja-portfolio__role"},o.degree),l("p",{class:"forja-portfolio__company"},o.institution),o.period&&l("time",{class:"forja-portfolio__period"},o.period),o.description&&l("div",{class:"forja-portfolio__description",innerHTML:t(o.description)})))))))):null}renderSkills(){if(!this.skills||0===this.skills.length)return null;const o=this.skills.reduce(((o,s)=>{const r=s.category||"General";return o[r]||(o[r]=[]),o[r].push(s),o}),{});return l("div",{class:"forja-portfolio__skills"},l("h3",{class:"forja-portfolio__group-title"},"Skills"),Object.entries(o).map((([s,r])=>l("div",{class:"forja-portfolio__skill-group"},Object.keys(o).length>1&&l("h4",{class:"forja-portfolio__skill-category"},s),l("ul",{class:"forja-portfolio__skill-list","data-columns":this.columns},r.map((o=>l("li",{class:"forja-portfolio__skill"},o.name))))))))}render(){return l("section",{key:"63f3b34c130f4a095b33d171af54368df52e29bf",class:"forja-portfolio","aria-label":i(this.sectionTitle,"Portfolio")},l("slot",{key:"00bdd66a9c499f502140368cf561f8814487b3b6",name:"before"}),this.sectionTitle&&l("h2",{key:"5c9612c2fac3865df9de34f085d0c29b80c4d644",class:"forja-portfolio__title"},this.sectionTitle),this.text&&l("div",{key:"8c1fa3dbf2297ffcaea0ca2262617d2a484e0cb5",class:"forja-portfolio__text",innerHTML:t(this.text)}),this.renderExperiences(),this.renderEducation(),this.renderSkills(),l("slot",{key:"fb754d6ce902396f664d99b7493937e0eb122a93",name:"after"}))}},[260,"forja-portfolio",{sectionTitle:[1,"section-title"],text:[1],experiences:[16],education:[16],skills:[16],columns:[2]}]);function f(){"undefined"!=typeof customElements&&["forja-portfolio"].forEach((s=>{"forja-portfolio"===s&&(customElements.get(o(s))||customElements.define(o(s),a))}))}f();const e=a,c=f;export{e as ForjaPortfolio,c as defineCustomElement}
@@ -1 +1 @@
1
- import{t as i,p as s,H as e,h as c}from"./p-B8rQMNWH.js";import{s as r}from"./p-CTbyYfdB.js";const a=s(class extends e{constructor(i){super(),!1!==i&&this.__registerHost()}render(){const i=this.tiers&&this.tiers.length>0;return c("section",{key:"ecb73e364f3f4892d3d937fc7fa5df7b1f1a338e",class:"forja-pricing","aria-label":r(this.sectionTitle,"Pricing")},c("slot",{key:"08905beca81a6eb6afb74d161f47bc7e0f5b69c4",name:"before"}),(this.sectionTitle||this.text)&&c("div",{key:"fa94236ab6731c6e2f7401075bba874ed39206b9",class:"forja-pricing__header"},this.sectionTitle&&c("h2",{key:"8ced20c10ac8235fd2525c6cbbc4b5689c10fe18",class:"forja-pricing__title"},this.sectionTitle),this.text&&c("div",{key:"bf6f79ee461263f8e5bd9af2c2233683fe6cf110",class:"forja-pricing__text",innerHTML:this.text})),c("div",{class:"forja-pricing__tiers",role:"list","data-columns":this.columns},i?this.tiers.map((i=>c("div",{class:"forja-pricing__tier"+(i.highlighted?" forja-pricing__tier--highlighted":""),role:"listitem"},c("h3",{class:"forja-pricing__tier-name"},i.name),c("div",{class:"forja-pricing__price"},c("span",{class:"forja-pricing__amount"},i.price),i.period&&c("span",{class:"forja-pricing__period"},i.period)),i.description&&c("p",{class:"forja-pricing__description"},i.description),i.features&&i.features.length>0&&c("ul",{class:"forja-pricing__features"},i.features.map((i=>c("li",{class:"forja-pricing__feature"},i)))),i.buttonText&&i.buttonHref&&c("a",{href:i.buttonHref,class:"forja-pricing__cta"},i.buttonText)))):c("slot",null)),c("slot",{key:"138c32c758745fc0c225c981e15da56557659395",name:"after"}))}},[260,"forja-pricing",{sectionTitle:[1,"section-title"],text:[1],tiers:[16],columns:[2]}]);function t(){"undefined"!=typeof customElements&&["forja-pricing"].forEach((s=>{"forja-pricing"===s&&(customElements.get(i(s))||customElements.define(i(s),a))}))}t();const f=a,n=t;export{f as ForjaPricing,n as defineCustomElement}
1
+ import{t as i,p as s,H as e,h as r}from"./p-B8rQMNWH.js";import{s as c}from"./p-D6KWgfCs.js";import{s as a}from"./p-CTbyYfdB.js";const t=s(class extends e{constructor(i){super(),!1!==i&&this.__registerHost()}render(){const i=this.tiers&&this.tiers.length>0;return r("section",{key:"0fa9667baca6787cb1582a4a1bf02ea75ebc5c03",class:"forja-pricing","aria-label":a(this.sectionTitle,"Pricing")},r("slot",{key:"acb3184a17e40f128bb4173023fe94b0e909f96f",name:"before"}),(this.sectionTitle||this.text)&&r("div",{key:"e8933bfc5fc73375546d36b75fa6b4b33876da00",class:"forja-pricing__header"},this.sectionTitle&&r("h2",{key:"8c91a9833c83e0bbb025a75e4b0143becf7f6b99",class:"forja-pricing__title"},this.sectionTitle),this.text&&r("div",{key:"1fb8805e9555f246cc0d12d74f73c549c2f7c377",class:"forja-pricing__text",innerHTML:c(this.text)})),r("div",{class:"forja-pricing__tiers",role:"list","data-columns":this.columns},i?this.tiers.map((i=>r("div",{class:"forja-pricing__tier"+(i.highlighted?" forja-pricing__tier--highlighted":""),role:"listitem"},r("h3",{class:"forja-pricing__tier-name"},i.name),r("div",{class:"forja-pricing__price"},r("span",{class:"forja-pricing__amount"},i.price),i.period&&r("span",{class:"forja-pricing__period"},i.period)),i.description&&r("p",{class:"forja-pricing__description"},i.description),i.features&&i.features.length>0&&r("ul",{class:"forja-pricing__features"},i.features.map((i=>r("li",{class:"forja-pricing__feature"},i)))),i.buttonText&&i.buttonHref&&r("a",{href:i.buttonHref,class:"forja-pricing__cta"},i.buttonText)))):r("slot",null)),r("slot",{key:"c8d3a75d234e7bf5eafbf540f31d24bcf412ee6c",name:"after"}))}},[260,"forja-pricing",{sectionTitle:[1,"section-title"],text:[1],tiers:[16],columns:[2]}]);function f(){"undefined"!=typeof customElements&&["forja-pricing"].forEach((s=>{"forja-pricing"===s&&(customElements.get(i(s))||customElements.define(i(s),t))}))}f();const o=t,n=f;export{o as ForjaPricing,n as defineCustomElement}
@@ -1 +1 @@
1
- import{t as s,p as e,H as t,h as a}from"./p-B8rQMNWH.js";import{s as c}from"./p-CTbyYfdB.js";const o=e(class extends t{constructor(s){super(),!1!==s&&this.__registerHost()}render(){const s=this.items&&this.items.length>0;return a("section",{key:"4fddb0d0031673c60d81741111e6fff5ebbb20a6",class:"forja-projects","aria-label":c(this.sectionTitle,"Projects")},a("slot",{key:"0a295eabcbfa33f584f1538b84b70cb85fd012ae",name:"before"}),this.sectionTitle&&a("h2",{key:"3792ed7f5e6e86dc9fd36274a361bffcc1267d8e",class:"forja-projects__title"},this.sectionTitle),this.text&&a("div",{key:"246daa3ff95477f019d70c1d2c3c24ccade0ecb1",class:"forja-projects__text",innerHTML:this.text}),s?a("div",{class:"forja-projects__grid",role:"list","data-columns":this.columns},this.items.map((s=>a("article",{class:"forja-projects__card",role:"listitem"},s.imageUrl&&a("img",{src:s.imageUrl,alt:"",class:"forja-projects__image",loading:"lazy"}),a("div",{class:"forja-projects__content"},a("div",{class:"forja-projects__header"},a("h3",{class:"forja-projects__name"},s.href?a("a",{href:s.href,class:"forja-projects__link"},s.title):s.title),s.status&&a("span",{class:"forja-projects__status"},s.status)),s.description&&a("div",{class:"forja-projects__description",innerHTML:s.description}),s.tags&&s.tags.length>0&&a("ul",{class:"forja-projects__tags"},s.tags.map((s=>a("li",{class:"forja-projects__tag"},s))))))))):a("slot",null),a("slot",{key:"605aa0a889bdc8199dca6895248f3cf19d8d4c83",name:"after"}))}},[260,"forja-projects",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2]}]);function r(){"undefined"!=typeof customElements&&["forja-projects"].forEach((e=>{"forja-projects"===e&&(customElements.get(s(e))||customElements.define(s(e),o))}))}r();const f=o,i=r;export{f as ForjaProjects,i as defineCustomElement}
1
+ import{t as s,p as t,H as a,h as e}from"./p-B8rQMNWH.js";import{s as c}from"./p-D6KWgfCs.js";import{s as o}from"./p-CTbyYfdB.js";const r=t(class extends a{constructor(s){super(),!1!==s&&this.__registerHost()}render(){const s=this.items&&this.items.length>0;return e("section",{key:"119d627bafc46c00ba92d2cf15e45f9a21d58a75",class:"forja-projects","aria-label":o(this.sectionTitle,"Projects")},e("slot",{key:"169d7ff003c11cd6f8f19a95103becb8ac3c8059",name:"before"}),this.sectionTitle&&e("h2",{key:"586f008cae7843cdbaf25b35c2471d4b78f67fc4",class:"forja-projects__title"},this.sectionTitle),this.text&&e("div",{key:"3d1a2e7c20609d6abafcc11150dc788edaf51a8d",class:"forja-projects__text",innerHTML:c(this.text)}),s?e("div",{class:"forja-projects__grid",role:"list","data-columns":this.columns},this.items.map((s=>e("article",{class:"forja-projects__card",role:"listitem"},s.imageUrl&&e("img",{src:s.imageUrl,alt:"",class:"forja-projects__image",loading:"lazy"}),e("div",{class:"forja-projects__content"},e("div",{class:"forja-projects__header"},e("h3",{class:"forja-projects__name"},s.href?e("a",{href:s.href,class:"forja-projects__link"},s.title):s.title),s.status&&e("span",{class:"forja-projects__status"},s.status)),s.description&&e("div",{class:"forja-projects__description",innerHTML:c(s.description)}),s.tags&&s.tags.length>0&&e("ul",{class:"forja-projects__tags"},s.tags.map((s=>e("li",{class:"forja-projects__tag"},s))))))))):e("slot",null),e("slot",{key:"ff07a71746a1db326a13cbb2c3c83017e3b56b81",name:"after"}))}},[260,"forja-projects",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2]}]);function f(){"undefined"!=typeof customElements&&["forja-projects"].forEach((t=>{"forja-projects"===t&&(customElements.get(s(t))||customElements.define(s(t),r))}))}f();const i=r,l=f;export{i as ForjaProjects,l as defineCustomElement}
@@ -1 +1 @@
1
- import{t,p as e,H as o,h as r}from"./p-B8rQMNWH.js";const s={Hero:"forja-hero",Features:"forja-features",Cta:"forja-cta",Gallery:"forja-gallery",Testimonials:"forja-testimonials",Pricing:"forja-pricing",Faq:"forja-faq",Contact:"forja-contact",Stats:"forja-stats",Team:"forja-team",Timeline:"forja-timeline",LogoCloud:"forja-logo-cloud",Newsletter:"forja-newsletter",Video:"forja-video",Divider:"forja-divider",Text:"forja-text-block",Portfolio:"forja-portfolio",TagCloud:"forja-tag-cloud",Projects:"forja-projects",Blog:"forja-blog",Legal:"forja-legal"},a=e(class extends o{constructor(t){super(),!1!==t&&this.__registerHost()}render(){const t=s[this.sectionType];return t?r(t,{sectionTitle:this.sectionTitle,text:this.text,imageUrl:this.imageUrl,imageAlt:this.imageAlt,buttonText:this.buttonText,buttonHref:this.buttonHref,items:this.items},r("slot",null)):r("section",{class:"forja-custom"},this.sectionTitle&&r("h2",{class:"forja-custom__title"},this.sectionTitle),this.text&&r("div",{class:"forja-custom__text",innerHTML:this.text}),r("slot",null))}},[260,"forja-section-renderer",{sectionType:[1,"section-type"],sectionTitle:[1,"section-title"],text:[1],imageUrl:[1,"image-url"],imageAlt:[1,"image-alt"],buttonText:[1,"button-text"],buttonHref:[1,"button-href"],items:[16],settings:[16]}]);function i(){"undefined"!=typeof customElements&&["forja-section-renderer"].forEach((e=>{"forja-section-renderer"===e&&(customElements.get(t(e))||customElements.define(t(e),a))}))}i();const l=a,n=i;export{l as ForjaSectionRenderer,n as defineCustomElement}
1
+ import{t,p as e,H as o,h as r}from"./p-B8rQMNWH.js";import{s}from"./p-D6KWgfCs.js";const a={Hero:"forja-hero",Features:"forja-features",Cta:"forja-cta",Gallery:"forja-gallery",Testimonials:"forja-testimonials",Pricing:"forja-pricing",Faq:"forja-faq",Contact:"forja-contact",Stats:"forja-stats",Team:"forja-team",Timeline:"forja-timeline",LogoCloud:"forja-logo-cloud",Newsletter:"forja-newsletter",Video:"forja-video",Divider:"forja-divider",Text:"forja-text-block",Portfolio:"forja-portfolio",TagCloud:"forja-tag-cloud",Projects:"forja-projects",Blog:"forja-blog",Legal:"forja-legal"},i=e(class extends o{constructor(t){super(),!1!==t&&this.__registerHost()}render(){const t=a[this.sectionType];return t?r(t,{sectionTitle:this.sectionTitle,text:this.text,imageUrl:this.imageUrl,imageAlt:this.imageAlt,buttonText:this.buttonText,buttonHref:this.buttonHref,items:this.items},r("slot",null)):r("section",{class:"forja-custom"},this.sectionTitle&&r("h2",{class:"forja-custom__title"},this.sectionTitle),this.text&&r("div",{class:"forja-custom__text",innerHTML:s(this.text)}),r("slot",null))}},[260,"forja-section-renderer",{sectionType:[1,"section-type"],sectionTitle:[1,"section-title"],text:[1],imageUrl:[1,"image-url"],imageAlt:[1,"image-alt"],buttonText:[1,"button-text"],buttonHref:[1,"button-href"],items:[16],settings:[16]}]);function l(){"undefined"!=typeof customElements&&["forja-section-renderer"].forEach((e=>{"forja-section-renderer"===e&&(customElements.get(t(e))||customElements.define(t(e),i))}))}l();const n=i,f=l;export{n as ForjaSectionRenderer,f as defineCustomElement}
@@ -1 +1 @@
1
- import{t as s,p as t,H as a,h as e}from"./p-B8rQMNWH.js";import{s as c}from"./p-CTbyYfdB.js";const o=t(class extends a{constructor(s){super(),!1!==s&&this.__registerHost()}render(){const s=this.items&&this.items.length>0,t=["forja-stats",this.statsStyle&&"forja-stats--"+this.statsStyle].filter(Boolean).join(" ");return e("section",{key:"cf1a9139a3b18e099e66f5abcfdcf7f5c90cdf74",class:t,"aria-label":c(this.sectionTitle,"Statistics")},e("slot",{key:"fc61e06e592f1cc1d1f36d47b2b8fd33b520f421",name:"before"}),this.sectionTitle&&e("h2",{key:"42026c0e7b55f0f7b185d969ca1219b1c44f7632",class:"forja-stats__title"},this.sectionTitle),this.text&&e("div",{key:"d6f9d119958786dbef4aa39e6bae82a22465e21a",class:"forja-stats__text",innerHTML:this.text}),s?e("dl",{class:"forja-stats__list","data-columns":this.columns},this.items.map((s=>e("div",{class:"forja-stats__item"},e("dd",{class:"forja-stats__value"},s.value),e("dt",{class:"forja-stats__label"},s.label))))):e("slot",null),e("slot",{key:"468c62818cee963c316c57891964bac3d4f793a6",name:"after"}))}},[260,"forja-stats",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2],statsStyle:[1,"stats-style"]}]);function f(){"undefined"!=typeof customElements&&["forja-stats"].forEach((t=>{"forja-stats"===t&&(customElements.get(s(t))||customElements.define(s(t),o))}))}f();const i=o,l=f;export{i as ForjaStats,l as defineCustomElement}
1
+ import{t as s,p as t,H as a,h as e}from"./p-B8rQMNWH.js";import{s as o}from"./p-D6KWgfCs.js";import{s as f}from"./p-CTbyYfdB.js";const i=t(class extends a{constructor(s){super(),!1!==s&&this.__registerHost()}render(){const s=this.items&&this.items.length>0,t=["forja-stats",this.statsStyle&&"forja-stats--"+this.statsStyle].filter(Boolean).join(" ");return e("section",{key:"16d26cffee661393f90a1195ff57c4b30c66bc15",class:t,"aria-label":f(this.sectionTitle,"Statistics")},e("slot",{key:"51e46f4d758f9342bfe2aed682b8a4ff1f1e269d",name:"before"}),this.sectionTitle&&e("h2",{key:"2e1be227a21fd525516d900243160a1a27717dbe",class:"forja-stats__title"},this.sectionTitle),this.text&&e("div",{key:"dd85a0cd774a9414279ed3fe9a08596ad87e9deb",class:"forja-stats__text",innerHTML:o(this.text)}),s?e("dl",{class:"forja-stats__list","data-columns":this.columns},this.items.map((s=>e("div",{class:"forja-stats__item"},e("dd",{class:"forja-stats__value"},s.value),e("dt",{class:"forja-stats__label"},s.label))))):e("slot",null),e("slot",{key:"06f60fda6b1fcd094c5c8884590166fe596bd6ad",name:"after"}))}},[260,"forja-stats",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2],statsStyle:[1,"stats-style"]}]);function c(){"undefined"!=typeof customElements&&["forja-stats"].forEach((t=>{"forja-stats"===t&&(customElements.get(s(t))||customElements.define(s(t),i))}))}c();const l=i,r=c;export{l as ForjaStats,r as defineCustomElement}
@@ -1 +1 @@
1
- import{t as a,p as s,H as t,h as l}from"./p-B8rQMNWH.js";import{s as e}from"./p-CTbyYfdB.js";const o=s(class extends t{constructor(a){super(),!1!==a&&this.__registerHost()}render(){const a=this.tags&&this.tags.length>0;return l("section",{key:"eb6d00e49fa790e23e2397f4927e20d545222217",class:"forja-tag-cloud","aria-label":e(this.sectionTitle,"Tags")},l("slot",{key:"8a34fd949d2f96dd8fd92d6479a052373fc09d00",name:"before"}),this.sectionTitle&&l("h2",{key:"90fd03b82e40b74a16c91ba8c86100e9868239bb",class:"forja-tag-cloud__title"},this.sectionTitle),this.text&&l("div",{key:"7cf8c4c19943defa0e23f852ab27372307fa45b8",class:"forja-tag-cloud__text",innerHTML:this.text}),a?l("nav",{class:"forja-tag-cloud__nav","aria-label":"Tags"},l("ul",{class:"forja-tag-cloud__list",role:"list"},this.tags.map((a=>l("li",{class:"forja-tag-cloud__item"},a.href?l("a",{href:a.href,class:"forja-tag-cloud__tag"},l("span",{class:"forja-tag-cloud__label"},a.label),null!=a.count&&l("span",{class:"forja-tag-cloud__count","aria-label":a.count+" items"},"(",a.count,")")):l("span",{class:"forja-tag-cloud__tag"},l("span",{class:"forja-tag-cloud__label"},a.label),null!=a.count&&l("span",{class:"forja-tag-cloud__count","aria-label":a.count+" items"},"(",a.count,")"))))))):l("slot",null),l("slot",{key:"9d24cb03b6ea67f87f11dd97410ae25ae389276b",name:"after"}))}},[260,"forja-tag-cloud",{sectionTitle:[1,"section-title"],text:[1],tags:[16]}]);function c(){"undefined"!=typeof customElements&&["forja-tag-cloud"].forEach((s=>{"forja-tag-cloud"===s&&(customElements.get(a(s))||customElements.define(a(s),o))}))}c();const f=o,r=c;export{f as ForjaTagCloud,r as defineCustomElement}
1
+ import{t as a,p as s,H as t,h as l}from"./p-B8rQMNWH.js";import{s as e}from"./p-D6KWgfCs.js";import{s as o}from"./p-CTbyYfdB.js";const c=s(class extends t{constructor(a){super(),!1!==a&&this.__registerHost()}render(){const a=this.tags&&this.tags.length>0;return l("section",{key:"30388284d5f25b7cc10c074bf710b4a375ef57b1",class:"forja-tag-cloud","aria-label":o(this.sectionTitle,"Tags")},l("slot",{key:"492399e2cb8e3b0da1324d205d7a66fff097e9ba",name:"before"}),this.sectionTitle&&l("h2",{key:"e3797744d9a6d6d1775fb10190a439d2c45e633f",class:"forja-tag-cloud__title"},this.sectionTitle),this.text&&l("div",{key:"f21a62fb8fa9711116eb7aad508f6d685b245f6e",class:"forja-tag-cloud__text",innerHTML:e(this.text)}),a?l("nav",{class:"forja-tag-cloud__nav","aria-label":"Tags"},l("ul",{class:"forja-tag-cloud__list",role:"list"},this.tags.map((a=>l("li",{class:"forja-tag-cloud__item"},a.href?l("a",{href:a.href,class:"forja-tag-cloud__tag"},l("span",{class:"forja-tag-cloud__label"},a.label),null!=a.count&&l("span",{class:"forja-tag-cloud__count","aria-label":a.count+" items"},"(",a.count,")")):l("span",{class:"forja-tag-cloud__tag"},l("span",{class:"forja-tag-cloud__label"},a.label),null!=a.count&&l("span",{class:"forja-tag-cloud__count","aria-label":a.count+" items"},"(",a.count,")"))))))):l("slot",null),l("slot",{key:"98f74d72091ce7a6cf83ace8cbef942ae79dd7e8",name:"after"}))}},[260,"forja-tag-cloud",{sectionTitle:[1,"section-title"],text:[1],tags:[16]}]);function f(){"undefined"!=typeof customElements&&["forja-tag-cloud"].forEach((s=>{"forja-tag-cloud"===s&&(customElements.get(a(s))||customElements.define(a(s),c))}))}f();const r=c,d=f;export{r as ForjaTagCloud,d as defineCustomElement}
@@ -1 +1 @@
1
- import{t as e,p as s,H as a,h as t}from"./p-B8rQMNWH.js";import{s as o}from"./p-CTbyYfdB.js";const c=s(class extends a{constructor(e){super(),!1!==e&&this.__registerHost(),this.showRole=!0,this.showBio=!0}render(){const e=this.members&&this.members.length>0;return t("section",{key:"65ab08dab0a410e178ce2b0a010987533b575bcd",class:"forja-team","aria-label":o(this.sectionTitle,"Team")},t("slot",{key:"daa75a84eb8bf43d21057b9f3620f96407d65007",name:"before"}),this.sectionTitle&&t("h2",{key:"682f5ee8cf15e378cdb6b33cc80e078886ca29ce",class:"forja-team__title"},this.sectionTitle),this.text&&t("div",{key:"4ce99703de2127a6637bd7e86c3bc0944c6b5960",class:"forja-team__text",innerHTML:this.text}),e?t("ul",{class:"forja-team__grid",role:"list","data-columns":this.columns},this.members.map((e=>t("li",{class:"forja-team__member"},e.imageUrl&&t("figure",{class:"forja-team__photo"},t("img",{src:e.imageUrl,alt:e.name,class:"forja-team__image",loading:"lazy"})),t("h3",{class:"forja-team__name"},e.name),this.showRole&&e.role&&t("p",{class:"forja-team__role"},e.role),this.showBio&&e.bio&&t("p",{class:"forja-team__bio"},e.bio))))):t("slot",null),t("slot",{key:"97fff600c6ed995066a34008edee4a73a9c954d2",name:"after"}))}},[260,"forja-team",{sectionTitle:[1,"section-title"],text:[1],members:[16],columns:[2],showRole:[4,"show-role"],showBio:[4,"show-bio"]}]);function r(){"undefined"!=typeof customElements&&["forja-team"].forEach((s=>{"forja-team"===s&&(customElements.get(e(s))||customElements.define(e(s),c))}))}r();const i=c,l=r;export{i as ForjaTeam,l as defineCustomElement}
1
+ import{t as e,p as s,H as a,h as t}from"./p-B8rQMNWH.js";import{s as o}from"./p-D6KWgfCs.js";import{s as r}from"./p-CTbyYfdB.js";const c=s(class extends a{constructor(e){super(),!1!==e&&this.__registerHost(),this.showRole=!0,this.showBio=!0}render(){const e=this.members&&this.members.length>0;return t("section",{key:"ea2d15e45c674d472ec5a15898e96c3594e94339",class:"forja-team","aria-label":r(this.sectionTitle,"Team")},t("slot",{key:"f383085ab54f1bfc96163725468c2fd23f78ccd1",name:"before"}),this.sectionTitle&&t("h2",{key:"ce535389de00e3c85eda72f45aac8122eaf0e315",class:"forja-team__title"},this.sectionTitle),this.text&&t("div",{key:"092692887fcae1f16af695f0aa576079ee0fab22",class:"forja-team__text",innerHTML:o(this.text)}),e?t("ul",{class:"forja-team__grid",role:"list","data-columns":this.columns},this.members.map((e=>t("li",{class:"forja-team__member"},e.imageUrl&&t("figure",{class:"forja-team__photo"},t("img",{src:e.imageUrl,alt:e.name,class:"forja-team__image",loading:"lazy"})),t("h3",{class:"forja-team__name"},e.name),this.showRole&&e.role&&t("p",{class:"forja-team__role"},e.role),this.showBio&&e.bio&&t("p",{class:"forja-team__bio"},e.bio))))):t("slot",null),t("slot",{key:"345b8cb5ba4322d9a39b087fa5b7a3647c9f8b3e",name:"after"}))}},[260,"forja-team",{sectionTitle:[1,"section-title"],text:[1],members:[16],columns:[2],showRole:[4,"show-role"],showBio:[4,"show-bio"]}]);function f(){"undefined"!=typeof customElements&&["forja-team"].forEach((s=>{"forja-team"===s&&(customElements.get(e(s))||customElements.define(e(s),c))}))}f();const i=c,m=f;export{i as ForjaTeam,m as defineCustomElement}
@@ -1 +1 @@
1
- import{t as s,p as t,H as a,h as e}from"./p-B8rQMNWH.js";import{s as i}from"./p-CTbyYfdB.js";const o=t(class extends a{constructor(s){super(),!1!==s&&this.__registerHost()}render(){const s=this.items&&this.items.length>0;return e("section",{key:"348a3aea6d842d43dcbb8506111d2146347ecf65",class:"forja-testimonials","aria-label":i(this.sectionTitle,"Testimonials")},e("slot",{key:"4d372a82bb34fc2408cb168f349550f5213c1152",name:"before"}),this.sectionTitle&&e("h2",{key:"52323f5e292192065b3ab8a54efb76bc2cb9247f",class:"forja-testimonials__title"},this.sectionTitle),this.text&&e("div",{key:"f285a90d384919c0a6221b02ef2bdddf584c8636",class:"forja-testimonials__text",innerHTML:this.text}),e("div",{class:"forja-testimonials__list",role:"list","data-columns":this.columns},s?this.items.map((s=>e("blockquote",{class:"forja-testimonials__item",role:"listitem"},e("p",{class:"forja-testimonials__quote"},s.quote),e("footer",{class:"forja-testimonials__attribution"},s.avatarUrl&&e("img",{src:s.avatarUrl,alt:"",class:"forja-testimonials__avatar",loading:"lazy"}),e("cite",{class:"forja-testimonials__author"},e("span",{class:"forja-testimonials__name"},s.author),s.role&&e("span",{class:"forja-testimonials__role"},s.role)))))):e("slot",null)),e("slot",{key:"5c88e789b532b1039e2b0c74ec0afc4fb63185fb",name:"after"}))}},[260,"forja-testimonials",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2]}]);function l(){"undefined"!=typeof customElements&&["forja-testimonials"].forEach((t=>{"forja-testimonials"===t&&(customElements.get(s(t))||customElements.define(s(t),o))}))}l();const n=o,c=l;export{n as ForjaTestimonials,c as defineCustomElement}
1
+ import{t as s,p as t,H as a,h as e}from"./p-B8rQMNWH.js";import{s as i}from"./p-D6KWgfCs.js";import{s as o}from"./p-CTbyYfdB.js";const l=t(class extends a{constructor(s){super(),!1!==s&&this.__registerHost()}render(){const s=this.items&&this.items.length>0;return e("section",{key:"4cd7db1d63d4841f6907c1d4b765cdf873993ed0",class:"forja-testimonials","aria-label":o(this.sectionTitle,"Testimonials")},e("slot",{key:"52906ccd7177f318637f84ea3a00950e5ed05cc0",name:"before"}),this.sectionTitle&&e("h2",{key:"bdab4a7059ec36ff2451472dac1a3255d5064a1a",class:"forja-testimonials__title"},this.sectionTitle),this.text&&e("div",{key:"26408ec662085ace7ef3d57569750829163f006d",class:"forja-testimonials__text",innerHTML:i(this.text)}),e("div",{class:"forja-testimonials__list",role:"list","data-columns":this.columns},s?this.items.map((s=>e("blockquote",{class:"forja-testimonials__item",role:"listitem"},e("p",{class:"forja-testimonials__quote"},s.quote),e("footer",{class:"forja-testimonials__attribution"},s.avatarUrl&&e("img",{src:s.avatarUrl,alt:"",class:"forja-testimonials__avatar",loading:"lazy"}),e("cite",{class:"forja-testimonials__author"},e("span",{class:"forja-testimonials__name"},s.author),s.role&&e("span",{class:"forja-testimonials__role"},s.role)))))):e("slot",null)),e("slot",{key:"871d917e08a3c7e375d9bcab16265e891ec1c1ce",name:"after"}))}},[260,"forja-testimonials",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2]}]);function c(){"undefined"!=typeof customElements&&["forja-testimonials"].forEach((t=>{"forja-testimonials"===t&&(customElements.get(s(t))||customElements.define(s(t),l))}))}c();const n=l,r=c;export{n as ForjaTestimonials,r as defineCustomElement}
@@ -1 +1 @@
1
- import{t,p as e,H as s,h as c}from"./p-B8rQMNWH.js";import{s as o}from"./p-CTbyYfdB.js";const f=e(class extends s{constructor(t){super(),!1!==t&&this.__registerHost(),this.width="default",this.alignment="left"}render(){return c("section",{key:"797f9ac88c3c03e2c41e7b8b3bf54b4d43dc3fd9",class:["forja-text","forja-text--"+this.width,"forja-text--"+this.alignment].join(" "),"aria-label":o(this.sectionTitle,"Content")},c("slot",{key:"dc6cc88ac6fde0dc315651f0d7372c3fb44527fc",name:"before"}),this.sectionTitle&&c("h2",{key:"c3e5c0b9bbd3037a9c54db36027928b67a14318f",class:"forja-text__title"},this.sectionTitle),this.text?c("div",{class:"forja-text__content",innerHTML:this.text}):c("div",{class:"forja-text__content"},c("slot",null)),c("slot",{key:"8fe560073c81469ef6669ff945df4d102699152c",name:"after"}))}},[260,"forja-text-block",{sectionTitle:[1,"section-title"],text:[1],width:[1],alignment:[1]}]);function a(){"undefined"!=typeof customElements&&["forja-text-block"].forEach((e=>{"forja-text-block"===e&&(customElements.get(t(e))||customElements.define(t(e),f))}))}a();const n=f,i=a;export{n as ForjaTextBlock,i as defineCustomElement}
1
+ import{t,p as e,H as s,h as o}from"./p-B8rQMNWH.js";import{s as a}from"./p-D6KWgfCs.js";import{s as f}from"./p-CTbyYfdB.js";const c=e(class extends s{constructor(t){super(),!1!==t&&this.__registerHost(),this.width="default",this.alignment="left"}render(){return o("section",{key:"acd5fa21ff60f2d9cb58b47f5f315232fe911ded",class:["forja-text","forja-text--"+this.width,"forja-text--"+this.alignment].join(" "),"aria-label":f(this.sectionTitle,"Content")},o("slot",{key:"23f5c5889e2c7c2f715fb4692d535381992593b5",name:"before"}),this.sectionTitle&&o("h2",{key:"400dee8b59d1e7225829a6b3343c25ebdc254748",class:"forja-text__title"},this.sectionTitle),this.text?o("div",{class:"forja-text__content",innerHTML:a(this.text)}):o("div",{class:"forja-text__content"},o("slot",null)),o("slot",{key:"053bd1a5cf2325211486a40e98c4c4878372a85e",name:"after"}))}},[260,"forja-text-block",{sectionTitle:[1,"section-title"],text:[1],width:[1],alignment:[1]}]);function n(){"undefined"!=typeof customElements&&["forja-text-block"].forEach((e=>{"forja-text-block"===e&&(customElements.get(t(e))||customElements.define(t(e),c))}))}n();const r=c,i=n;export{r as ForjaTextBlock,i as defineCustomElement}
@@ -1 +1 @@
1
- import{t as e,p as t,H as s,h as i}from"./p-B8rQMNWH.js";import{s as a}from"./p-CTbyYfdB.js";const l=t(class extends s{constructor(e){super(),!1!==e&&this.__registerHost(),this.layout="vertical",this.showDates=!0}render(){const e=this.events&&this.events.length>0;return i("section",{key:"2dce62c902a967d64dd5b6a611a177335db92965",class:["forja-timeline","forja-timeline--"+this.layout].join(" "),"aria-label":a(this.sectionTitle,"Timeline")},i("slot",{key:"a68408fe55ac0b4ff1717d90abf94df9744395e8",name:"before"}),this.sectionTitle&&i("h2",{key:"59f55ce9bc8783f510050851f19d124e1e10c869",class:"forja-timeline__title"},this.sectionTitle),this.text&&i("div",{key:"16c053110be832993154c4e88b9f29370d3b66e0",class:"forja-timeline__text",innerHTML:this.text}),e?i("ol",{class:"forja-timeline__list"},this.events.map((e=>i("li",{class:"forja-timeline__item"},this.showDates&&e.date&&i("time",{class:"forja-timeline__date"},e.date),i("h3",{class:"forja-timeline__event-title"},e.title),e.text&&i("div",{class:"forja-timeline__event-text",innerHTML:e.text}))))):i("slot",null),i("slot",{key:"112addeae24306716d65f4500fb6a2dbafb8a977",name:"after"}))}},[260,"forja-timeline",{sectionTitle:[1,"section-title"],text:[1],events:[16],layout:[1],showDates:[4,"show-dates"]}]);function n(){"undefined"!=typeof customElements&&["forja-timeline"].forEach((t=>{"forja-timeline"===t&&(customElements.get(e(t))||customElements.define(e(t),l))}))}n();const o=l,f=n;export{o as ForjaTimeline,f as defineCustomElement}
1
+ import{t as e,p as t,H as s,h as i}from"./p-B8rQMNWH.js";import{s as a}from"./p-D6KWgfCs.js";import{s as l}from"./p-CTbyYfdB.js";const n=t(class extends s{constructor(e){super(),!1!==e&&this.__registerHost(),this.layout="vertical",this.showDates=!0}render(){const e=this.events&&this.events.length>0;return i("section",{key:"66d51cf72ef9810181e94598c5548ce030f38000",class:["forja-timeline","forja-timeline--"+this.layout].join(" "),"aria-label":l(this.sectionTitle,"Timeline")},i("slot",{key:"4ab32a6ed128de236776736bf6827ec5c4cb3e81",name:"before"}),this.sectionTitle&&i("h2",{key:"dadfa8106adbeb8d8e9235d85fa1fd09b43e6403",class:"forja-timeline__title"},this.sectionTitle),this.text&&i("div",{key:"44e8678d051475a3d0bfd2cb74914920dd8a87d2",class:"forja-timeline__text",innerHTML:a(this.text)}),e?i("ol",{class:"forja-timeline__list"},this.events.map((e=>i("li",{class:"forja-timeline__item"},this.showDates&&e.date&&i("time",{class:"forja-timeline__date"},e.date),i("h3",{class:"forja-timeline__event-title"},e.title),e.text&&i("div",{class:"forja-timeline__event-text",innerHTML:a(e.text)}))))):i("slot",null),i("slot",{key:"60c0f3db4c8d00bfa49199058822eaf83fecbc4c",name:"after"}))}},[260,"forja-timeline",{sectionTitle:[1,"section-title"],text:[1],events:[16],layout:[1],showDates:[4,"show-dates"]}]);function o(){"undefined"!=typeof customElements&&["forja-timeline"].forEach((t=>{"forja-timeline"===t&&(customElements.get(e(t))||customElements.define(e(t),n))}))}o();const c=n,f=o;export{c as ForjaTimeline,f as defineCustomElement}
@@ -1 +1 @@
1
- import{t as e,p as t,H as s,h as o}from"./p-B8rQMNWH.js";import{s as i}from"./p-CTbyYfdB.js";const a=t(class extends s{constructor(e){super(),!1!==e&&this.__registerHost(),this.provider="youtube",this.autoplay=!1,this.aspectRatio="16:9"}getAspectClass(){return{"16:9":"forja-video--16-9","4:3":"forja-video--4-3","1:1":"forja-video--1-1"}[this.aspectRatio]||"forja-video--16-9"}isSelfHosted(){return"self-hosted"===this.provider}render(){const e=["forja-video",this.getAspectClass()].join(" ");return o("section",{key:"3243f9bd00cd257d706cf6ca3ee463fc2f1de542",class:e,"aria-label":i(this.sectionTitle,"Video")},o("slot",{key:"a95a30fcd2ce9e696a614b3e5614c32f23bb887c",name:"before"}),this.sectionTitle&&o("h2",{key:"d43d21c2d9e78ac33670d6c7073180d813c2d868",class:"forja-video__title"},this.sectionTitle),this.text&&o("div",{key:"98a11b54335f07c79f8ed7a0576378d223f91bfb",class:"forja-video__text",innerHTML:this.text}),this.videoUrl&&o("figure",{key:"b6e4b9436e7c4f0040b00d8173ac2cf417acd575",class:"forja-video__container"},this.isSelfHosted()?o("video",{class:"forja-video__player",src:this.videoUrl,controls:!0,autoplay:this.autoplay},o("track",{kind:"captions"})):o("iframe",{class:"forja-video__embed",src:this.autoplay?this.videoUrl+"?autoplay=1":this.videoUrl,title:this.sectionTitle||"Embedded video",allowFullScreen:!0,loading:"lazy"})),o("slot",{key:"788a8b32e8e0e524cf681995cd25f3b4ed565371",name:"after"}))}},[260,"forja-video",{sectionTitle:[1,"section-title"],text:[1],videoUrl:[1,"video-url"],provider:[1],autoplay:[4],aspectRatio:[1,"aspect-ratio"]}]);function d(){"undefined"!=typeof customElements&&["forja-video"].forEach((t=>{"forja-video"===t&&(customElements.get(e(t))||customElements.define(e(t),a))}))}d();const c=a,r=d;export{c as ForjaVideo,r as defineCustomElement}
1
+ import{t as e,p as t,H as s,h as o}from"./p-B8rQMNWH.js";import{s as a}from"./p-D6KWgfCs.js";import{s as i}from"./p-CTbyYfdB.js";const r=t(class extends s{constructor(e){super(),!1!==e&&this.__registerHost(),this.provider="youtube",this.autoplay=!1,this.aspectRatio="16:9"}getAspectClass(){return{"16:9":"forja-video--16-9","4:3":"forja-video--4-3","1:1":"forja-video--1-1"}[this.aspectRatio]||"forja-video--16-9"}isSelfHosted(){return"self-hosted"===this.provider}render(){const e=["forja-video",this.getAspectClass()].join(" ");return o("section",{key:"92b7b2eeb9dbd52e247a7d70107ffbf693ffaf0f",class:e,"aria-label":i(this.sectionTitle,"Video")},o("slot",{key:"c68fc47e18569abfb4443f8d651669c0e31d8dba",name:"before"}),this.sectionTitle&&o("h2",{key:"1120b255666256f2ca82c4c6c18317c917a3a7ec",class:"forja-video__title"},this.sectionTitle),this.text&&o("div",{key:"fe22b0b6e8c3da99bff6294214d00237067b656b",class:"forja-video__text",innerHTML:a(this.text)}),this.videoUrl&&o("figure",{key:"a58dc5b318f4f8d2a9192d1ccf19dda4af485e8a",class:"forja-video__container"},this.isSelfHosted()?o("video",{class:"forja-video__player",src:this.videoUrl,controls:!0,autoplay:this.autoplay},o("track",{kind:"captions"})):o("iframe",{class:"forja-video__embed",src:this.autoplay?this.videoUrl+"?autoplay=1":this.videoUrl,title:this.sectionTitle||"Embedded video",allowFullScreen:!0,loading:"lazy"})),o("slot",{key:"58adbc175cda23db8067b3bc61ac93aa1cf4b77f",name:"after"}))}},[260,"forja-video",{sectionTitle:[1,"section-title"],text:[1],videoUrl:[1,"video-url"],provider:[1],autoplay:[4],aspectRatio:[1,"aspect-ratio"]}]);function d(){"undefined"!=typeof customElements&&["forja-video"].forEach((t=>{"forja-video"===t&&(customElements.get(e(t))||customElements.define(e(t),r))}))}d();const c=r,f=d;export{c as ForjaVideo,f as defineCustomElement}