@forjacms/sections 1.7.9 → 1.8.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.
- package/README.md +10 -0
- package/dist/cjs/forja-blog.cjs.entry.js +2 -1
- package/dist/cjs/forja-contact.cjs.entry.js +3 -2
- package/dist/cjs/forja-cta.cjs.entry.js +2 -1
- package/dist/cjs/forja-faq.cjs.entry.js +2 -1
- package/dist/cjs/forja-features.cjs.entry.js +2 -1
- package/dist/cjs/forja-gallery.cjs.entry.js +2 -1
- package/dist/cjs/forja-hero.cjs.entry.js +2 -1
- package/dist/cjs/forja-legal.cjs.entry.js +2 -1
- package/dist/cjs/forja-logo-cloud.cjs.entry.js +2 -1
- package/dist/cjs/forja-newsletter.cjs.entry.js +3 -2
- package/dist/cjs/forja-portfolio.cjs.entry.js +4 -3
- package/dist/cjs/forja-pricing.cjs.entry.js +2 -1
- package/dist/cjs/forja-projects.cjs.entry.js +2 -1
- package/dist/cjs/forja-section-renderer.cjs.entry.js +2 -1
- package/dist/cjs/forja-stats.cjs.entry.js +2 -1
- package/dist/cjs/forja-tag-cloud.cjs.entry.js +2 -1
- package/dist/cjs/forja-team.cjs.entry.js +2 -1
- package/dist/cjs/forja-testimonials.cjs.entry.js +2 -1
- package/dist/cjs/forja-text-block.cjs.entry.js +2 -1
- package/dist/cjs/forja-timeline.cjs.entry.js +2 -1
- package/dist/cjs/forja-video.cjs.entry.js +2 -1
- package/dist/cjs/sanitize-CW5vDvZT.js +12038 -0
- package/dist/collection/components/forja-blog/forja-blog.js +2 -1
- package/dist/collection/components/forja-contact/forja-contact.js +3 -2
- package/dist/collection/components/forja-cta/forja-cta.js +2 -1
- package/dist/collection/components/forja-faq/forja-faq.js +2 -1
- package/dist/collection/components/forja-features/forja-features.js +2 -1
- package/dist/collection/components/forja-gallery/forja-gallery.js +2 -1
- package/dist/collection/components/forja-hero/forja-hero.js +2 -1
- package/dist/collection/components/forja-legal/forja-legal.js +2 -1
- package/dist/collection/components/forja-logo-cloud/forja-logo-cloud.js +2 -1
- package/dist/collection/components/forja-newsletter/forja-newsletter.js +3 -2
- package/dist/collection/components/forja-portfolio/forja-portfolio.js +4 -3
- package/dist/collection/components/forja-pricing/forja-pricing.js +2 -1
- package/dist/collection/components/forja-projects/forja-projects.js +2 -1
- package/dist/collection/components/forja-section-renderer/forja-section-renderer.js +2 -1
- package/dist/collection/components/forja-stats/forja-stats.js +2 -1
- package/dist/collection/components/forja-tag-cloud/forja-tag-cloud.js +2 -1
- package/dist/collection/components/forja-team/forja-team.js +2 -1
- package/dist/collection/components/forja-testimonials/forja-testimonials.js +2 -1
- package/dist/collection/components/forja-text-block/forja-text-block.js +2 -1
- package/dist/collection/components/forja-timeline/forja-timeline.js +2 -1
- package/dist/collection/components/forja-video/forja-video.js +2 -1
- package/dist/collection/utils/sanitize.js +28 -0
- package/dist/collection/utils/sanitize.unit.js +36 -0
- package/dist/components/forja-blog.js +1 -1
- package/dist/components/forja-contact.js +1 -1
- package/dist/components/forja-cta.js +1 -1
- package/dist/components/forja-faq.js +1 -1
- package/dist/components/forja-features.js +1 -1
- package/dist/components/forja-gallery.js +1 -1
- package/dist/components/forja-hero.js +1 -1
- package/dist/components/forja-legal.js +1 -1
- package/dist/components/forja-logo-cloud.js +1 -1
- package/dist/components/forja-newsletter.js +1 -1
- package/dist/components/forja-portfolio.js +1 -1
- package/dist/components/forja-pricing.js +1 -1
- package/dist/components/forja-projects.js +1 -1
- package/dist/components/forja-section-renderer.js +1 -1
- package/dist/components/forja-stats.js +1 -1
- package/dist/components/forja-tag-cloud.js +1 -1
- package/dist/components/forja-team.js +1 -1
- package/dist/components/forja-testimonials.js +1 -1
- package/dist/components/forja-text-block.js +1 -1
- package/dist/components/forja-timeline.js +1 -1
- package/dist/components/forja-video.js +1 -1
- package/dist/components/p-D6KWgfCs.js +7 -0
- package/dist/esm/forja-blog.entry.js +2 -1
- package/dist/esm/forja-contact.entry.js +3 -2
- package/dist/esm/forja-cta.entry.js +2 -1
- package/dist/esm/forja-faq.entry.js +2 -1
- package/dist/esm/forja-features.entry.js +2 -1
- package/dist/esm/forja-gallery.entry.js +2 -1
- package/dist/esm/forja-hero.entry.js +2 -1
- package/dist/esm/forja-legal.entry.js +2 -1
- package/dist/esm/forja-logo-cloud.entry.js +2 -1
- package/dist/esm/forja-newsletter.entry.js +3 -2
- package/dist/esm/forja-portfolio.entry.js +4 -3
- package/dist/esm/forja-pricing.entry.js +2 -1
- package/dist/esm/forja-projects.entry.js +2 -1
- package/dist/esm/forja-section-renderer.entry.js +2 -1
- package/dist/esm/forja-stats.entry.js +2 -1
- package/dist/esm/forja-tag-cloud.entry.js +2 -1
- package/dist/esm/forja-team.entry.js +2 -1
- package/dist/esm/forja-testimonials.entry.js +2 -1
- package/dist/esm/forja-text-block.entry.js +2 -1
- package/dist/esm/forja-timeline.entry.js +2 -1
- package/dist/esm/forja-video.entry.js +2 -1
- package/dist/esm/sanitize-D6KWgfCs.js +12036 -0
- package/dist/forja-sections/forja-sections.esm.js +1 -1
- package/dist/forja-sections/p-0c90861f.entry.js +1 -0
- package/dist/forja-sections/p-3224ea53.entry.js +1 -0
- package/dist/forja-sections/p-32b758b2.entry.js +1 -0
- package/dist/forja-sections/p-34e5af78.entry.js +1 -0
- package/dist/forja-sections/p-5af07298.entry.js +1 -0
- package/dist/forja-sections/p-65db9305.entry.js +1 -0
- package/dist/forja-sections/p-6815a0d9.entry.js +1 -0
- package/dist/forja-sections/p-6b63cd9e.entry.js +1 -0
- package/dist/forja-sections/p-775468ac.entry.js +1 -0
- package/dist/forja-sections/p-815198d8.entry.js +1 -0
- package/dist/forja-sections/p-D6KWgfCs.js +7 -0
- package/dist/forja-sections/p-a32ca48d.entry.js +1 -0
- package/dist/forja-sections/p-a5608f61.entry.js +1 -0
- package/dist/forja-sections/p-a9ea393f.entry.js +1 -0
- package/dist/forja-sections/p-aca042d7.entry.js +1 -0
- package/dist/forja-sections/p-ad7f6525.entry.js +1 -0
- package/dist/forja-sections/p-b022f97f.entry.js +1 -0
- package/dist/forja-sections/p-c4a6fd86.entry.js +1 -0
- package/dist/forja-sections/p-d5673a61.entry.js +1 -0
- package/dist/forja-sections/p-e9687bdd.entry.js +1 -0
- package/dist/forja-sections/p-eb4d3343.entry.js +1 -0
- package/dist/forja-sections/p-fd21a4d6.entry.js +1 -0
- package/dist/types/utils/sanitize.d.ts +7 -0
- package/dist/types/utils/sanitize.unit.d.ts +1 -0
- package/package.json +4 -2
- package/dist/forja-sections/p-2374ab45.entry.js +0 -1
- package/dist/forja-sections/p-28d89696.entry.js +0 -1
- package/dist/forja-sections/p-44c37ec0.entry.js +0 -1
- package/dist/forja-sections/p-4a64fd63.entry.js +0 -1
- package/dist/forja-sections/p-52608627.entry.js +0 -1
- package/dist/forja-sections/p-53d27751.entry.js +0 -1
- package/dist/forja-sections/p-66dee454.entry.js +0 -1
- package/dist/forja-sections/p-680fe800.entry.js +0 -1
- package/dist/forja-sections/p-73d4139c.entry.js +0 -1
- package/dist/forja-sections/p-7835a30d.entry.js +0 -1
- package/dist/forja-sections/p-7cd82cee.entry.js +0 -1
- package/dist/forja-sections/p-7dff4916.entry.js +0 -1
- package/dist/forja-sections/p-a1b4e383.entry.js +0 -1
- package/dist/forja-sections/p-a4cc2ee9.entry.js +0 -1
- package/dist/forja-sections/p-b4bf78b2.entry.js +0 -1
- package/dist/forja-sections/p-b79ab033.entry.js +0 -1
- package/dist/forja-sections/p-d312478c.entry.js +0 -1
- package/dist/forja-sections/p-da58a406.entry.js +0 -1
- package/dist/forja-sections/p-dbc78819.entry.js +0 -1
- package/dist/forja-sections/p-df44677a.entry.js +0 -1
- package/dist/forja-sections/p-f39766f7.entry.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as t,b as e}from"./p-CJAmAUMU.js";export{s as setNonce}from"./p-CJAmAUMU.js";import{g as o}from"./p-DQuL1Twl.js";(()=>{const e=import.meta.url,o={};return""!==e&&(o.resourcesUrl=new URL(".",e).href),t(o)})().then((async t=>(await o(),e([["p-
|
|
1
|
+
import{p as t,b as e}from"./p-CJAmAUMU.js";export{s as setNonce}from"./p-CJAmAUMU.js";import{g as o}from"./p-DQuL1Twl.js";(()=>{const e=import.meta.url,o={};return""!==e&&(o.resourcesUrl=new URL(".",e).href),t(o)})().then((async t=>(await o(),e([["p-a9ea393f",[[260,"forja-blog",{sectionTitle:[1,"section-title"],text:[1],posts:[16],columns:[2],buttonText:[1,"button-text"],buttonHref:[1,"button-href"]}]]],["p-aca042d7",[[260,"forja-contact",{sectionTitle:[1,"section-title"],text:[1],buttonText:[1,"button-text"],buttonHref:[1,"button-href"],fields:[16],formAction:[1,"form-action"],botProtection:[1,"bot-protection"],altchaChallengeUrl:[1,"altcha-challenge-url"],botProtectionUnsolved:[32]}]]],["p-eb4d3343",[[260,"forja-cta",{sectionTitle:[1,"section-title"],text:[1],buttonText:[1,"button-text"],buttonHref:[1,"button-href"],imageUrl:[1,"image-url"],imageAlt:[1,"image-alt"]}]]],["p-3ce9384a",[[0,"forja-divider",{dividerStyle:[1,"divider-style"],label:[1]}]]],["p-775468ac",[[260,"forja-faq",{sectionTitle:[1,"section-title"],text:[1],items:[16]}]]],["p-a32ca48d",[[260,"forja-features",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2]}]]],["p-19cb5c13",[[0,"forja-footer",{siteName:[1,"site-name"],homeHref:[1,"home-href"],items:[16],socialLinks:[16],showRss:[4,"show-rss"],showSitemap:[4,"show-sitemap"],tagline:[1]}]]],["p-6815a0d9",[[260,"forja-gallery",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2]}]]],["p-34e5af78",[[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]}]]],["p-d5673a61",[[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"]}]]],["p-a5608f61",[[260,"forja-logo-cloud",{sectionTitle:[1,"section-title"],text:[1],logos:[16],columns:[2],grayscale:[4]}]]],["p-4b27f8f1",[[0,"forja-nav",{siteName:[1,"site-name"],homeHref:[1,"home-href"],items:[16],locales:[16],currentLocale:[1,"current-locale"],showThemeToggle:[4,"show-theme-toggle"],mobileOpen:[32],localeDropdownOpen:[32]}]]],["p-32b758b2",[[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]}]]],["p-815198d8",[[260,"forja-portfolio",{sectionTitle:[1,"section-title"],text:[1],experiences:[16],education:[16],skills:[16],columns:[2]}]]],["p-65db9305",[[260,"forja-pricing",{sectionTitle:[1,"section-title"],text:[1],tiers:[16],columns:[2]}]]],["p-ad7f6525",[[260,"forja-projects",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2]}]]],["p-0c90861f",[[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]}]]],["p-6b63cd9e",[[260,"forja-stats",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2],statsStyle:[1,"stats-style"]}]]],["p-3224ea53",[[260,"forja-tag-cloud",{sectionTitle:[1,"section-title"],text:[1],tags:[16]}]]],["p-5af07298",[[260,"forja-team",{sectionTitle:[1,"section-title"],text:[1],members:[16],columns:[2],showRole:[4,"show-role"],showBio:[4,"show-bio"]}]]],["p-fd21a4d6",[[260,"forja-testimonials",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2]}]]],["p-e9687bdd",[[260,"forja-text-block",{sectionTitle:[1,"section-title"],text:[1],width:[1],alignment:[1]}]]],["p-c4a6fd86",[[260,"forja-timeline",{sectionTitle:[1,"section-title"],text:[1],events:[16],layout:[1],showDates:[4,"show-dates"]}]]],["p-b022f97f",[[260,"forja-video",{sectionTitle:[1,"section-title"],text:[1],videoUrl:[1,"video-url"],provider:[1],autoplay:[4],aspectRatio:[1,"aspect-ratio"]}]]]],t))));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as o}from"./p-CJAmAUMU.js";import{s as r}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"},s=class{constructor(o){t(this,o)}render(){const t=a[this.sectionType];return t?o(t,{sectionTitle:this.sectionTitle,text:this.text,imageUrl:this.imageUrl,imageAlt:this.imageAlt,buttonText:this.buttonText,buttonHref:this.buttonHref,items:this.items},o("slot",null)):o("section",{class:"forja-custom"},this.sectionTitle&&o("h2",{class:"forja-custom__title"},this.sectionTitle),this.text&&o("div",{class:"forja-custom__text",innerHTML:r(this.text)}),o("slot",null))}};export{s as forja_section_renderer}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,h as s}from"./p-CJAmAUMU.js";import{s as l}from"./p-D6KWgfCs.js";import{s as t}from"./p-CTbyYfdB.js";const o=class{constructor(s){a(this,s)}render(){const a=this.tags&&this.tags.length>0;return s("section",{key:"30388284d5f25b7cc10c074bf710b4a375ef57b1",class:"forja-tag-cloud","aria-label":t(this.sectionTitle,"Tags")},s("slot",{key:"492399e2cb8e3b0da1324d205d7a66fff097e9ba",name:"before"}),this.sectionTitle&&s("h2",{key:"e3797744d9a6d6d1775fb10190a439d2c45e633f",class:"forja-tag-cloud__title"},this.sectionTitle),this.text&&s("div",{key:"f21a62fb8fa9711116eb7aad508f6d685b245f6e",class:"forja-tag-cloud__text",innerHTML:l(this.text)}),a?s("nav",{class:"forja-tag-cloud__nav","aria-label":"Tags"},s("ul",{class:"forja-tag-cloud__list",role:"list"},this.tags.map((a=>s("li",{class:"forja-tag-cloud__item"},a.href?s("a",{href:a.href,class:"forja-tag-cloud__tag"},s("span",{class:"forja-tag-cloud__label"},a.label),null!=a.count&&s("span",{class:"forja-tag-cloud__count","aria-label":`${a.count} items`},"(",a.count,")")):s("span",{class:"forja-tag-cloud__tag"},s("span",{class:"forja-tag-cloud__label"},a.label),null!=a.count&&s("span",{class:"forja-tag-cloud__count","aria-label":`${a.count} items`},"(",a.count,")"))))))):s("slot",null),s("slot",{key:"98f74d72091ce7a6cf83ace8cbef942ae79dd7e8",name:"after"}))}};export{o as forja_tag_cloud}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,c as t,h as a}from"./p-CJAmAUMU.js";import{s}from"./p-D6KWgfCs.js";import{a as r,s as i}from"./p-CTbyYfdB.js";import{a as f,r as l}from"./p-0ZAX27KB.js";const c=class{constructor(a){e(this,a),this.forjaSubmit=t(this,"forjaSubmit"),this.buttonText="Subscribe",this.botProtection="none",this.botProtectionUnsolved=!1,this.handleSubmit=e=>{e.preventDefault();const t=e.target;!this.requiresAltcha||f(t)?(this.botProtectionUnsolved=!1,this.forjaSubmit.emit(new FormData(t))):this.botProtectionUnsolved=!0}}get requiresAltcha(){return"mandatory"===this.botProtection}render(){const e=r(this.sectionTitle,"newsletter-email"),t=r(this.sectionTitle,"newsletter-name");return a("section",{key:"1eebd751804580bc44881d70692d79090869429e",class:"forja-newsletter","aria-label":i(this.sectionTitle,"Newsletter")},a("slot",{key:"26aa48a4902487a440f6f528c4b624593f3dae2f",name:"before"}),this.sectionTitle&&a("h2",{key:"0c2ec6c385a03c4aaaf5f514ca4b780c46160875",class:"forja-newsletter__title"},this.sectionTitle),this.text&&a("div",{key:"d010e38b4a0bd89f63400f2718a1d99e83e691ab",class:"forja-newsletter__text",innerHTML:s(this.text)}),a("form",{key:"b94227214cc56bd347531f282dcadfe6a14a9121",class:"forja-newsletter__form",action:this.formAction,method:this.formAction?"post":void 0,onSubmit:this.handleSubmit},this.showName&&a("div",{key:"d9d4935d8cf5596c5cf0537dcf8bce8a607a0fbb",class:"forja-newsletter__field"},a("label",{key:"8d1cb78490566709d251b3eac84631efc7bd3b8b",class:"forja-newsletter__label",htmlFor:t},"Name"),a("input",{key:"fed5928d28416aca59de23a94b6ff536822a4e2b",id:t,name:"name",type:"text",class:"forja-newsletter__input"})),a("div",{key:"862e08935374349422fa20ce513dd490eb1a9e4f",class:"forja-newsletter__field"},a("label",{key:"9fcabeca3d01a4d5f23317abe2b97b8149396d07",class:"forja-newsletter__label",htmlFor:e},"Email"),a("input",{key:"d19c80b577109b978fa53a56847b4c1d35acefb0",id:e,name:"email",type:"email",class:"forja-newsletter__input",required:!0,"aria-required":"true"})),this.requiresAltcha&&l(this.altchaChallengeUrl,"forja-newsletter-altcha"),this.botProtectionUnsolved&&a("p",{key:"863c705d1edfe9ab99441af7daf6feb01e66286f",class:"forja-newsletter__error",role:"alert","data-testid":"forja-newsletter-altcha-error"},"Please complete the verification before submitting."),a("button",{key:"e0923cd8919914c04853adfe24982cf45118c913",type:"submit",class:"forja-newsletter__submit"},this.buttonText)),a("slot",{key:"38f8f6b4f0dee4eeedb79f030a7d50a6302a71a2",name:"after"}))}};export{c as forja_newsletter}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,h as a}from"./p-CJAmAUMU.js";import{s}from"./p-D6KWgfCs.js";import{s as r}from"./p-CTbyYfdB.js";const f=class{constructor(a){e(this,a)}render(){const e=["forja-hero",this.fullWidth&&"forja-hero--full-width",this.gradient&&"forja-hero--gradient"].filter(Boolean).join(" ");return a("section",{key:"42b4b55ee4f08c809edbf4980a25212b534f943b",class:e,"aria-label":r(this.sectionTitle,"Hero")},a("slot",{key:"6f1f2688abbdb6dfd5e3ffcd967b2fb646dd47bb",name:"before"}),this.imageUrl&&a("img",{key:"4bdfab1196aaee43884c8c185ca770ecb4cf6ce9",src:this.imageUrl,alt:this.imageAlt||"",class:"forja-hero__image",loading:"eager"}),a("div",{key:"4ca0a9b9a9df7fbadd0d83d9ed00015149d37a9c",class:"forja-hero__content"},this.sectionTitle&&a("h2",{key:"1feb3bb8b632609d10498a4020d62d8cf813e7ca",class:"forja-hero__title"},this.sectionTitle),this.text&&a("div",{key:"59f1a37170e3305854caa56bbd98a1bd6216dfcd",class:"forja-hero__text",innerHTML:s(this.text)}),this.buttonText&&this.buttonHref&&a("a",{key:"191fbb98c9f11d10863b081540ab84ee9dc5e6c7",href:this.buttonHref,class:"forja-hero__cta"},this.buttonText)),a("slot",{key:"a01d8c4271bfd687897b906626e9f14255ee078d",name:"after"}))}};export{f as forja_hero}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,h as s}from"./p-CJAmAUMU.js";import{s as e}from"./p-D6KWgfCs.js";import{s as t}from"./p-CTbyYfdB.js";const r=class{constructor(s){a(this,s),this.showRole=!0,this.showBio=!0}render(){const a=this.members&&this.members.length>0;return s("section",{key:"ea2d15e45c674d472ec5a15898e96c3594e94339",class:"forja-team","aria-label":t(this.sectionTitle,"Team")},s("slot",{key:"f383085ab54f1bfc96163725468c2fd23f78ccd1",name:"before"}),this.sectionTitle&&s("h2",{key:"ce535389de00e3c85eda72f45aac8122eaf0e315",class:"forja-team__title"},this.sectionTitle),this.text&&s("div",{key:"092692887fcae1f16af695f0aa576079ee0fab22",class:"forja-team__text",innerHTML:e(this.text)}),a?s("ul",{class:"forja-team__grid",role:"list","data-columns":this.columns},this.members.map((a=>s("li",{class:"forja-team__member"},a.imageUrl&&s("figure",{class:"forja-team__photo"},s("img",{src:a.imageUrl,alt:a.name,class:"forja-team__image",loading:"lazy"})),s("h3",{class:"forja-team__name"},a.name),this.showRole&&a.role&&s("p",{class:"forja-team__role"},a.role),this.showBio&&a.bio&&s("p",{class:"forja-team__bio"},a.bio))))):s("slot",null),s("slot",{key:"345b8cb5ba4322d9a39b087fa5b7a3647c9f8b3e",name:"after"}))}};export{r as forja_team}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as i,h as s}from"./p-CJAmAUMU.js";import{s as a}from"./p-D6KWgfCs.js";import{s as r}from"./p-CTbyYfdB.js";const c=class{constructor(s){i(this,s)}render(){const i=this.tiers&&this.tiers.length>0;return s("section",{key:"0fa9667baca6787cb1582a4a1bf02ea75ebc5c03",class:"forja-pricing","aria-label":r(this.sectionTitle,"Pricing")},s("slot",{key:"acb3184a17e40f128bb4173023fe94b0e909f96f",name:"before"}),(this.sectionTitle||this.text)&&s("div",{key:"e8933bfc5fc73375546d36b75fa6b4b33876da00",class:"forja-pricing__header"},this.sectionTitle&&s("h2",{key:"8c91a9833c83e0bbb025a75e4b0143becf7f6b99",class:"forja-pricing__title"},this.sectionTitle),this.text&&s("div",{key:"1fb8805e9555f246cc0d12d74f73c549c2f7c377",class:"forja-pricing__text",innerHTML:a(this.text)})),s("div",{class:"forja-pricing__tiers",role:"list","data-columns":this.columns},i?this.tiers.map((i=>s("div",{class:"forja-pricing__tier"+(i.highlighted?" forja-pricing__tier--highlighted":""),role:"listitem"},s("h3",{class:"forja-pricing__tier-name"},i.name),s("div",{class:"forja-pricing__price"},s("span",{class:"forja-pricing__amount"},i.price),i.period&&s("span",{class:"forja-pricing__period"},i.period)),i.description&&s("p",{class:"forja-pricing__description"},i.description),i.features&&i.features.length>0&&s("ul",{class:"forja-pricing__features"},i.features.map((i=>s("li",{class:"forja-pricing__feature"},i)))),i.buttonText&&i.buttonHref&&s("a",{href:i.buttonHref,class:"forja-pricing__cta"},i.buttonText)))):s("slot",null)),s("slot",{key:"c8d3a75d234e7bf5eafbf540f31d24bcf412ee6c",name:"after"}))}};export{c as forja_pricing}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,h as s}from"./p-CJAmAUMU.js";import{s as e}from"./p-D6KWgfCs.js";import{s as l}from"./p-CTbyYfdB.js";const r=class{constructor(s){a(this,s)}render(){const a=this.items&&this.items.length>0;return s("section",{key:"5ed465d0edb40fd9cc0a710389cbc969d3d8023e",class:"forja-gallery","aria-label":l(this.sectionTitle,"Gallery")},s("slot",{key:"940ff6ebbc4548dbd554b51b6bdd7875b4e5ee4d",name:"before"}),this.sectionTitle&&s("h2",{key:"a02b9a1446fff2885132941a61f5163f5b98656a",class:"forja-gallery__title"},this.sectionTitle),this.text&&s("div",{key:"767ff1cf923beff6e586a913058bc2968b0b9241",class:"forja-gallery__text",innerHTML:e(this.text)}),s("div",{class:"forja-gallery__grid",role:"list","data-columns":this.columns},a?this.items.map((a=>s("figure",{class:"forja-gallery__item",role:"listitem"},s("img",{src:a.imageUrl,alt:a.alt||"",class:"forja-gallery__image",loading:"lazy"}),a.caption&&s("figcaption",{class:"forja-gallery__caption"},a.caption)))):s("slot",null)),s("slot",{key:"f4a66f40c12f72734e8006747391d492bb0de8a4",name:"after"}))}};export{r as forja_gallery}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as s,h as t}from"./p-CJAmAUMU.js";import{s as a}from"./p-D6KWgfCs.js";import{s as e}from"./p-CTbyYfdB.js";const f=class{constructor(t){s(this,t)}render(){const s=this.items&&this.items.length>0,f=["forja-stats",this.statsStyle&&`forja-stats--${this.statsStyle}`].filter(Boolean).join(" ");return t("section",{key:"16d26cffee661393f90a1195ff57c4b30c66bc15",class:f,"aria-label":e(this.sectionTitle,"Statistics")},t("slot",{key:"51e46f4d758f9342bfe2aed682b8a4ff1f1e269d",name:"before"}),this.sectionTitle&&t("h2",{key:"2e1be227a21fd525516d900243160a1a27717dbe",class:"forja-stats__title"},this.sectionTitle),this.text&&t("div",{key:"dd85a0cd774a9414279ed3fe9a08596ad87e9deb",class:"forja-stats__text",innerHTML:a(this.text)}),s?t("dl",{class:"forja-stats__list","data-columns":this.columns},this.items.map((s=>t("div",{class:"forja-stats__item"},t("dd",{class:"forja-stats__value"},s.value),t("dt",{class:"forja-stats__label"},s.label))))):t("slot",null),t("slot",{key:"06f60fda6b1fcd094c5c8884590166fe596bd6ad",name:"after"}))}};export{f as forja_stats}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as s,h as a}from"./p-CJAmAUMU.js";import{s as e}from"./p-D6KWgfCs.js";import{s as f}from"./p-CTbyYfdB.js";const t=class{constructor(a){s(this,a)}render(){const s=this.items&&this.items.length>0;return a("section",{key:"7b764cc09100c6aec6446f953780c2d2ce597c65",class:"forja-faq","aria-label":f(this.sectionTitle,"Frequently asked questions")},a("slot",{key:"39f9f402e657baa03dbf535ca1fd760838e52dd9",name:"before"}),this.sectionTitle&&a("h2",{key:"b83043007df5d58c721c53ad3886d6c12dc0c374",class:"forja-faq__title"},this.sectionTitle),this.text&&a("div",{key:"f6096729170e283558da9bf9f19a195e89cc1f15",class:"forja-faq__text",innerHTML:e(this.text)}),a("div",{class:"forja-faq__list"},s?this.items.map((s=>a("details",{class:"forja-faq__item"},a("summary",{class:"forja-faq__question"},s.question),a("div",{class:"forja-faq__answer",innerHTML:e(s.answer)})))):a("slot",null)),a("slot",{key:"9df2a977d2135c0ccfd2df23a8be442a6e711cb2",name:"after"}))}};export{t as forja_faq}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as o,h as r}from"./p-CJAmAUMU.js";import{s}from"./p-D6KWgfCs.js";import{s as l}from"./p-CTbyYfdB.js";const i=class{constructor(r){o(this,r)}renderExperiences(){return this.experiences&&0!==this.experiences.length?r("div",{class:"forja-portfolio__experiences"},r("h3",{class:"forja-portfolio__group-title"},"Experience"),r("ol",{class:"forja-portfolio__list"},this.experiences.map((o=>r("li",{class:"forja-portfolio__entry"},r("article",{class:"forja-portfolio__card"},o.logoUrl&&r("img",{src:o.logoUrl,alt:"",class:"forja-portfolio__logo",loading:"lazy"}),r("div",{class:"forja-portfolio__details"},r("h4",{class:"forja-portfolio__role"},o.role),r("p",{class:"forja-portfolio__company"},o.company),o.period&&r("time",{class:"forja-portfolio__period"},o.period),o.description&&r("div",{class:"forja-portfolio__description",innerHTML:s(o.description)})))))))):null}renderEducation(){return this.education&&0!==this.education.length?r("div",{class:"forja-portfolio__education"},r("h3",{class:"forja-portfolio__group-title"},"Education"),r("ol",{class:"forja-portfolio__list"},this.education.map((o=>r("li",{class:"forja-portfolio__entry"},r("article",{class:"forja-portfolio__card"},r("div",{class:"forja-portfolio__details"},r("h4",{class:"forja-portfolio__role"},o.degree),r("p",{class:"forja-portfolio__company"},o.institution),o.period&&r("time",{class:"forja-portfolio__period"},o.period),o.description&&r("div",{class:"forja-portfolio__description",innerHTML:s(o.description)})))))))):null}renderSkills(){if(!this.skills||0===this.skills.length)return null;const o=this.skills.reduce(((o,r)=>{const s=r.category||"General";return o[s]||(o[s]=[]),o[s].push(r),o}),{});return r("div",{class:"forja-portfolio__skills"},r("h3",{class:"forja-portfolio__group-title"},"Skills"),Object.entries(o).map((([s,l])=>r("div",{class:"forja-portfolio__skill-group"},Object.keys(o).length>1&&r("h4",{class:"forja-portfolio__skill-category"},s),r("ul",{class:"forja-portfolio__skill-list","data-columns":this.columns},l.map((o=>r("li",{class:"forja-portfolio__skill"},o.name))))))))}render(){return r("section",{key:"63f3b34c130f4a095b33d171af54368df52e29bf",class:"forja-portfolio","aria-label":l(this.sectionTitle,"Portfolio")},r("slot",{key:"00bdd66a9c499f502140368cf561f8814487b3b6",name:"before"}),this.sectionTitle&&r("h2",{key:"5c9612c2fac3865df9de34f085d0c29b80c4d644",class:"forja-portfolio__title"},this.sectionTitle),this.text&&r("div",{key:"8c1fa3dbf2297ffcaea0ca2262617d2a484e0cb5",class:"forja-portfolio__text",innerHTML:s(this.text)}),this.renderExperiences(),this.renderEducation(),this.renderSkills(),r("slot",{key:"fb754d6ce902396f664d99b7493937e0eb122a93",name:"after"}))}};export{i as forja_portfolio}
|