@forjacms/sections 1.2.6
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 +185 -0
- package/dist/cjs/a11y-IAJPjMwx.js +27 -0
- package/dist/cjs/app-globals-V2Kpy_OQ.js +5 -0
- package/dist/cjs/forja-blog.cjs.entry.js +16 -0
- package/dist/cjs/forja-contact.cjs.entry.js +25 -0
- package/dist/cjs/forja-cta.cjs.entry.js +15 -0
- package/dist/cjs/forja-divider.cjs.entry.js +19 -0
- package/dist/cjs/forja-faq.cjs.entry.js +16 -0
- package/dist/cjs/forja-features.cjs.entry.js +16 -0
- package/dist/cjs/forja-footer.cjs.entry.js +38 -0
- package/dist/cjs/forja-gallery.cjs.entry.js +16 -0
- package/dist/cjs/forja-hero.cjs.entry.js +20 -0
- package/dist/cjs/forja-legal.cjs.entry.js +46 -0
- package/dist/cjs/forja-logo-cloud.cjs.entry.js +20 -0
- package/dist/cjs/forja-nav.cjs.entry.js +53 -0
- package/dist/cjs/forja-newsletter.cjs.entry.js +24 -0
- package/dist/cjs/forja-portfolio.cjs.entry.js +37 -0
- package/dist/cjs/forja-pricing.cjs.entry.js +16 -0
- package/dist/cjs/forja-projects.cjs.entry.js +16 -0
- package/dist/cjs/forja-section-renderer.cjs.entry.js +42 -0
- package/dist/cjs/forja-sections.cjs.js +25 -0
- package/dist/cjs/forja-stats.cjs.entry.js +20 -0
- package/dist/cjs/forja-tag-cloud.cjs.entry.js +16 -0
- package/dist/cjs/forja-team.cjs.entry.js +18 -0
- package/dist/cjs/forja-testimonials.cjs.entry.js +16 -0
- package/dist/cjs/forja-text-block.cjs.entry.js +22 -0
- package/dist/cjs/forja-timeline.cjs.entry.js +19 -0
- package/dist/cjs/forja-video.cjs.entry.js +30 -0
- package/dist/cjs/index-Bp-SZu2Y.js +1754 -0
- package/dist/cjs/index.cjs.js +15 -0
- package/dist/cjs/loader.cjs.js +13 -0
- package/dist/collection/collection-manifest.json +36 -0
- package/dist/collection/components/forja-blog/forja-blog.js +132 -0
- package/dist/collection/components/forja-contact/forja-contact.js +165 -0
- package/dist/collection/components/forja-cta/forja-cta.js +126 -0
- package/dist/collection/components/forja-divider/forja-divider.js +57 -0
- package/dist/collection/components/forja-faq/forja-faq.js +75 -0
- package/dist/collection/components/forja-features/forja-features.js +94 -0
- package/dist/collection/components/forja-footer/forja-footer.js +184 -0
- package/dist/collection/components/forja-gallery/forja-gallery.js +94 -0
- package/dist/collection/components/forja-hero/forja-hero.js +169 -0
- package/dist/collection/components/forja-legal/forja-legal.js +289 -0
- package/dist/collection/components/forja-logo-cloud/forja-logo-cloud.js +117 -0
- package/dist/collection/components/forja-nav/forja-nav.js +215 -0
- package/dist/collection/components/forja-newsletter/forja-newsletter.js +141 -0
- package/dist/collection/components/forja-portfolio/forja-portfolio.js +163 -0
- package/dist/collection/components/forja-pricing/forja-pricing.js +94 -0
- package/dist/collection/components/forja-projects/forja-projects.js +94 -0
- package/dist/collection/components/forja-section-renderer/forja-section-renderer.js +218 -0
- package/dist/collection/components/forja-stats/forja-stats.js +117 -0
- package/dist/collection/components/forja-tag-cloud/forja-tag-cloud.js +75 -0
- package/dist/collection/components/forja-team/forja-team.js +138 -0
- package/dist/collection/components/forja-testimonials/forja-testimonials.js +94 -0
- package/dist/collection/components/forja-text-block/forja-text-block.js +99 -0
- package/dist/collection/components/forja-timeline/forja-timeline.js +120 -0
- package/dist/collection/components/forja-video/forja-video.js +146 -0
- package/dist/collection/index.js +4 -0
- package/dist/collection/types.js +7 -0
- package/dist/collection/utils/a11y.js +22 -0
- package/dist/collection/utils/a11y.unit.js +46 -0
- package/dist/components/forja-blog.d.ts +11 -0
- package/dist/components/forja-blog.js +1 -0
- package/dist/components/forja-contact.d.ts +11 -0
- package/dist/components/forja-contact.js +1 -0
- package/dist/components/forja-cta.d.ts +11 -0
- package/dist/components/forja-cta.js +1 -0
- package/dist/components/forja-divider.d.ts +11 -0
- package/dist/components/forja-divider.js +1 -0
- package/dist/components/forja-faq.d.ts +11 -0
- package/dist/components/forja-faq.js +1 -0
- package/dist/components/forja-features.d.ts +11 -0
- package/dist/components/forja-features.js +1 -0
- package/dist/components/forja-footer.d.ts +11 -0
- package/dist/components/forja-footer.js +1 -0
- package/dist/components/forja-gallery.d.ts +11 -0
- package/dist/components/forja-gallery.js +1 -0
- package/dist/components/forja-hero.d.ts +11 -0
- package/dist/components/forja-hero.js +1 -0
- package/dist/components/forja-legal.d.ts +11 -0
- package/dist/components/forja-legal.js +1 -0
- package/dist/components/forja-logo-cloud.d.ts +11 -0
- package/dist/components/forja-logo-cloud.js +1 -0
- package/dist/components/forja-nav.d.ts +11 -0
- package/dist/components/forja-nav.js +1 -0
- package/dist/components/forja-newsletter.d.ts +11 -0
- package/dist/components/forja-newsletter.js +1 -0
- package/dist/components/forja-portfolio.d.ts +11 -0
- package/dist/components/forja-portfolio.js +1 -0
- package/dist/components/forja-pricing.d.ts +11 -0
- package/dist/components/forja-pricing.js +1 -0
- package/dist/components/forja-projects.d.ts +11 -0
- package/dist/components/forja-projects.js +1 -0
- package/dist/components/forja-section-renderer.d.ts +11 -0
- package/dist/components/forja-section-renderer.js +1 -0
- package/dist/components/forja-stats.d.ts +11 -0
- package/dist/components/forja-stats.js +1 -0
- package/dist/components/forja-tag-cloud.d.ts +11 -0
- package/dist/components/forja-tag-cloud.js +1 -0
- package/dist/components/forja-team.d.ts +11 -0
- package/dist/components/forja-team.js +1 -0
- package/dist/components/forja-testimonials.d.ts +11 -0
- package/dist/components/forja-testimonials.js +1 -0
- package/dist/components/forja-text-block.d.ts +11 -0
- package/dist/components/forja-text-block.js +1 -0
- package/dist/components/forja-timeline.d.ts +11 -0
- package/dist/components/forja-timeline.js +1 -0
- package/dist/components/forja-video.d.ts +11 -0
- package/dist/components/forja-video.js +1 -0
- package/dist/components/index.d.ts +35 -0
- package/dist/components/index.js +1 -0
- package/dist/components/p-CTbyYfdB.js +1 -0
- package/dist/components/p-DTKnQcqm.js +1 -0
- package/dist/define-all.d.ts +2 -0
- package/dist/define-all.js +24 -0
- package/dist/esm/a11y-CTbyYfdB.js +24 -0
- package/dist/esm/app-globals-DQuL1Twl.js +3 -0
- package/dist/esm/forja-blog.entry.js +14 -0
- package/dist/esm/forja-contact.entry.js +23 -0
- package/dist/esm/forja-cta.entry.js +13 -0
- package/dist/esm/forja-divider.entry.js +17 -0
- package/dist/esm/forja-faq.entry.js +14 -0
- package/dist/esm/forja-features.entry.js +14 -0
- package/dist/esm/forja-footer.entry.js +36 -0
- package/dist/esm/forja-gallery.entry.js +14 -0
- package/dist/esm/forja-hero.entry.js +18 -0
- package/dist/esm/forja-legal.entry.js +44 -0
- package/dist/esm/forja-logo-cloud.entry.js +18 -0
- package/dist/esm/forja-nav.entry.js +51 -0
- package/dist/esm/forja-newsletter.entry.js +22 -0
- package/dist/esm/forja-portfolio.entry.js +35 -0
- package/dist/esm/forja-pricing.entry.js +14 -0
- package/dist/esm/forja-projects.entry.js +14 -0
- package/dist/esm/forja-section-renderer.entry.js +40 -0
- package/dist/esm/forja-sections.js +21 -0
- package/dist/esm/forja-stats.entry.js +18 -0
- package/dist/esm/forja-tag-cloud.entry.js +14 -0
- package/dist/esm/forja-team.entry.js +16 -0
- package/dist/esm/forja-testimonials.entry.js +14 -0
- package/dist/esm/forja-text-block.entry.js +20 -0
- package/dist/esm/forja-timeline.entry.js +17 -0
- package/dist/esm/forja-video.entry.js +28 -0
- package/dist/esm/index-WdE4YutY.js +1747 -0
- package/dist/esm/index.js +11 -0
- package/dist/esm/loader.js +11 -0
- package/dist/forja-sections/forja-sections.esm.js +1 -0
- package/dist/forja-sections/index.esm.js +1 -0
- package/dist/forja-sections/p-0a820467.entry.js +1 -0
- package/dist/forja-sections/p-1b0b71f5.entry.js +1 -0
- package/dist/forja-sections/p-1e7249c1.entry.js +1 -0
- package/dist/forja-sections/p-27f014b1.entry.js +1 -0
- package/dist/forja-sections/p-2834de40.entry.js +1 -0
- package/dist/forja-sections/p-2a7f54c6.entry.js +1 -0
- package/dist/forja-sections/p-2b3d6388.entry.js +1 -0
- package/dist/forja-sections/p-4180bd91.entry.js +1 -0
- package/dist/forja-sections/p-57c10a67.entry.js +1 -0
- package/dist/forja-sections/p-6e48a255.entry.js +1 -0
- package/dist/forja-sections/p-6fa65e05.entry.js +1 -0
- package/dist/forja-sections/p-732e854c.entry.js +1 -0
- package/dist/forja-sections/p-8787f878.entry.js +1 -0
- package/dist/forja-sections/p-9b242e13.entry.js +1 -0
- package/dist/forja-sections/p-CTbyYfdB.js +1 -0
- package/dist/forja-sections/p-DQuL1Twl.js +1 -0
- package/dist/forja-sections/p-WdE4YutY.js +2 -0
- package/dist/forja-sections/p-a2cdb548.entry.js +1 -0
- package/dist/forja-sections/p-aa20264b.entry.js +1 -0
- package/dist/forja-sections/p-b5280312.entry.js +1 -0
- package/dist/forja-sections/p-c2c2e0ba.entry.js +1 -0
- package/dist/forja-sections/p-c4bccd7e.entry.js +1 -0
- package/dist/forja-sections/p-d1b739dd.entry.js +1 -0
- package/dist/forja-sections/p-d762878f.entry.js +1 -0
- package/dist/forja-sections/p-de808791.entry.js +1 -0
- package/dist/forja-sections/p-f24d6578.entry.js +1 -0
- package/dist/forja-sections/p-fd969566.entry.js +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/components/forja-blog/forja-blog.d.ts +10 -0
- package/dist/types/components/forja-contact/forja-contact.d.ts +13 -0
- package/dist/types/components/forja-cta/forja-cta.d.ts +9 -0
- package/dist/types/components/forja-divider/forja-divider.d.ts +5 -0
- package/dist/types/components/forja-faq/forja-faq.d.ts +7 -0
- package/dist/types/components/forja-features/forja-features.d.ts +8 -0
- package/dist/types/components/forja-footer/forja-footer.d.ts +11 -0
- package/dist/types/components/forja-gallery/forja-gallery.d.ts +8 -0
- package/dist/types/components/forja-hero/forja-hero.d.ts +11 -0
- package/dist/types/components/forja-legal/forja-legal.d.ts +35 -0
- package/dist/types/components/forja-logo-cloud/forja-logo-cloud.d.ts +9 -0
- package/dist/types/components/forja-nav/forja-nav.d.ts +23 -0
- package/dist/types/components/forja-newsletter/forja-newsletter.d.ts +11 -0
- package/dist/types/components/forja-portfolio/forja-portfolio.d.ts +13 -0
- package/dist/types/components/forja-pricing/forja-pricing.d.ts +8 -0
- package/dist/types/components/forja-projects/forja-projects.d.ts +8 -0
- package/dist/types/components/forja-section-renderer/forja-section-renderer.d.ts +13 -0
- package/dist/types/components/forja-stats/forja-stats.d.ts +9 -0
- package/dist/types/components/forja-tag-cloud/forja-tag-cloud.d.ts +7 -0
- package/dist/types/components/forja-team/forja-team.d.ts +10 -0
- package/dist/types/components/forja-testimonials/forja-testimonials.d.ts +8 -0
- package/dist/types/components/forja-text-block/forja-text-block.d.ts +7 -0
- package/dist/types/components/forja-timeline/forja-timeline.d.ts +9 -0
- package/dist/types/components/forja-video/forja-video.d.ts +11 -0
- package/dist/types/components.d.ts +1010 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/stencil-public-runtime.d.ts +1860 -0
- package/dist/types/types.d.ts +235 -0
- package/dist/types/utils/a11y.d.ts +11 -0
- package/dist/types/utils/a11y.unit.d.ts +1 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/package.json +66 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export { a as sectionId, s as sectionLabel } from './a11y-CTbyYfdB.js';
|
|
2
|
+
|
|
3
|
+
const LEGAL_DOC_TYPE_LABELS = {
|
|
4
|
+
CookieConsent: 'Cookie Consent',
|
|
5
|
+
PrivacyPolicy: 'Privacy Policy',
|
|
6
|
+
TermsOfService: 'Terms of Service',
|
|
7
|
+
Imprint: 'Imprint',
|
|
8
|
+
Disclaimer: 'Disclaimer',
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export { LEGAL_DOC_TYPE_LABELS };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { b as bootstrapLazy } from './index-WdE4YutY.js';
|
|
2
|
+
export { s as setNonce } from './index-WdE4YutY.js';
|
|
3
|
+
import { g as globalScripts } from './app-globals-DQuL1Twl.js';
|
|
4
|
+
|
|
5
|
+
const defineCustomElements = async (win, options) => {
|
|
6
|
+
if (typeof window === 'undefined') return undefined;
|
|
7
|
+
await globalScripts();
|
|
8
|
+
return bootstrapLazy([["forja-blog",[[260,"forja-blog",{"sectionTitle":[1,"section-title"],"text":[1],"posts":[16],"columns":[2],"buttonText":[1,"button-text"],"buttonHref":[1,"button-href"]}]]],["forja-contact",[[260,"forja-contact",{"sectionTitle":[1,"section-title"],"text":[1],"buttonText":[1,"button-text"],"buttonHref":[1,"button-href"],"fields":[16],"formAction":[1,"form-action"]}]]],["forja-cta",[[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"]}]]],["forja-divider",[[0,"forja-divider",{"dividerStyle":[1,"divider-style"],"label":[1]}]]],["forja-faq",[[260,"forja-faq",{"sectionTitle":[1,"section-title"],"text":[1],"items":[16]}]]],["forja-features",[[260,"forja-features",{"sectionTitle":[1,"section-title"],"text":[1],"items":[16],"columns":[2]}]]],["forja-footer",[[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]}]]],["forja-gallery",[[260,"forja-gallery",{"sectionTitle":[1,"section-title"],"text":[1],"items":[16],"columns":[2]}]]],["forja-hero",[[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]}]]],["forja-legal",[[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"]}]]],["forja-logo-cloud",[[260,"forja-logo-cloud",{"sectionTitle":[1,"section-title"],"text":[1],"logos":[16],"columns":[2],"grayscale":[4]}]]],["forja-nav",[[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]}]]],["forja-newsletter",[[260,"forja-newsletter",{"sectionTitle":[1,"section-title"],"text":[1],"buttonText":[1,"button-text"],"formAction":[1,"form-action"],"showName":[4,"show-name"]}]]],["forja-portfolio",[[260,"forja-portfolio",{"sectionTitle":[1,"section-title"],"text":[1],"experiences":[16],"education":[16],"skills":[16],"columns":[2]}]]],["forja-pricing",[[260,"forja-pricing",{"sectionTitle":[1,"section-title"],"text":[1],"tiers":[16],"columns":[2]}]]],["forja-projects",[[260,"forja-projects",{"sectionTitle":[1,"section-title"],"text":[1],"items":[16],"columns":[2]}]]],["forja-section-renderer",[[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]}]]],["forja-stats",[[260,"forja-stats",{"sectionTitle":[1,"section-title"],"text":[1],"items":[16],"columns":[2],"statsStyle":[1,"stats-style"]}]]],["forja-tag-cloud",[[260,"forja-tag-cloud",{"sectionTitle":[1,"section-title"],"text":[1],"tags":[16]}]]],["forja-team",[[260,"forja-team",{"sectionTitle":[1,"section-title"],"text":[1],"members":[16],"columns":[2],"showRole":[4,"show-role"],"showBio":[4,"show-bio"]}]]],["forja-testimonials",[[260,"forja-testimonials",{"sectionTitle":[1,"section-title"],"text":[1],"items":[16],"columns":[2]}]]],["forja-text-block",[[260,"forja-text-block",{"sectionTitle":[1,"section-title"],"text":[1],"width":[1],"alignment":[1]}]]],["forja-timeline",[[260,"forja-timeline",{"sectionTitle":[1,"section-title"],"text":[1],"events":[16],"layout":[1],"showDates":[4,"show-dates"]}]]],["forja-video",[[260,"forja-video",{"sectionTitle":[1,"section-title"],"text":[1],"videoUrl":[1,"video-url"],"provider":[1],"autoplay":[4],"aspectRatio":[1,"aspect-ratio"]}]]]], options);
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export { defineCustomElements };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{p as t,b as e}from"./p-WdE4YutY.js";export{s as setNonce}from"./p-WdE4YutY.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-2834de40",[[260,"forja-blog",{sectionTitle:[1,"section-title"],text:[1],posts:[16],columns:[2],buttonText:[1,"button-text"],buttonHref:[1,"button-href"]}]]],["p-4180bd91",[[260,"forja-contact",{sectionTitle:[1,"section-title"],text:[1],buttonText:[1,"button-text"],buttonHref:[1,"button-href"],fields:[16],formAction:[1,"form-action"]}]]],["p-1b0b71f5",[[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-a2cdb548",[[0,"forja-divider",{dividerStyle:[1,"divider-style"],label:[1]}]]],["p-2b3d6388",[[260,"forja-faq",{sectionTitle:[1,"section-title"],text:[1],items:[16]}]]],["p-f24d6578",[[260,"forja-features",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2]}]]],["p-57c10a67",[[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-6e48a255",[[260,"forja-gallery",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2]}]]],["p-c2c2e0ba",[[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-1e7249c1",[[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-732e854c",[[260,"forja-logo-cloud",{sectionTitle:[1,"section-title"],text:[1],logos:[16],columns:[2],grayscale:[4]}]]],["p-b5280312",[[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-0a820467",[[260,"forja-newsletter",{sectionTitle:[1,"section-title"],text:[1],buttonText:[1,"button-text"],formAction:[1,"form-action"],showName:[4,"show-name"]}]]],["p-aa20264b",[[260,"forja-portfolio",{sectionTitle:[1,"section-title"],text:[1],experiences:[16],education:[16],skills:[16],columns:[2]}]]],["p-de808791",[[260,"forja-pricing",{sectionTitle:[1,"section-title"],text:[1],tiers:[16],columns:[2]}]]],["p-27f014b1",[[260,"forja-projects",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2]}]]],["p-8787f878",[[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-fd969566",[[260,"forja-stats",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2],statsStyle:[1,"stats-style"]}]]],["p-d1b739dd",[[260,"forja-tag-cloud",{sectionTitle:[1,"section-title"],text:[1],tags:[16]}]]],["p-9b242e13",[[260,"forja-team",{sectionTitle:[1,"section-title"],text:[1],members:[16],columns:[2],showRole:[4,"show-role"],showBio:[4,"show-bio"]}]]],["p-6fa65e05",[[260,"forja-testimonials",{sectionTitle:[1,"section-title"],text:[1],items:[16],columns:[2]}]]],["p-d762878f",[[260,"forja-text-block",{sectionTitle:[1,"section-title"],text:[1],width:[1],alignment:[1]}]]],["p-c4bccd7e",[[260,"forja-timeline",{sectionTitle:[1,"section-title"],text:[1],events:[16],layout:[1],showDates:[4,"show-dates"]}]]],["p-2a7f54c6",[[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
|
+
export{a as sectionId,s as sectionLabel}from"./p-CTbyYfdB.js";const e={CookieConsent:"Cookie Consent",PrivacyPolicy:"Privacy Policy",TermsOfService:"Terms of Service",Imprint:"Imprint",Disclaimer:"Disclaimer"};export{e as LEGAL_DOC_TYPE_LABELS}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,c as a,h as t}from"./p-WdE4YutY.js";import{a as s,s as f}from"./p-CTbyYfdB.js";const r=class{constructor(t){e(this,t),this.forjaSubmit=a(this,"forjaSubmit"),this.buttonText="Subscribe",this.handleSubmit=e=>{e.preventDefault(),this.forjaSubmit.emit(new FormData(e.target))}}render(){const e=s(this.sectionTitle,"newsletter-email"),a=s(this.sectionTitle,"newsletter-name");return t("section",{key:"2b01646d3aa10d12c9568551edc2f8836a1e6199",class:"forja-newsletter","aria-label":f(this.sectionTitle,"Newsletter")},t("slot",{key:"020fd3a2e10a86f6bec4f9499e217818c534885f",name:"before"}),this.sectionTitle&&t("h2",{key:"e540517a30deb49e8d3b1271b8099fe2c5167f02",class:"forja-newsletter__title"},this.sectionTitle),this.text&&t("div",{key:"c31f0ad333733992f426ca1b564a609603ce7f43",class:"forja-newsletter__text",innerHTML:this.text}),t("form",{key:"08ba3a98b082670794797a08048ab1cc683aaef4",class:"forja-newsletter__form",action:this.formAction,method:this.formAction?"post":void 0,onSubmit:this.handleSubmit},this.showName&&t("div",{key:"9537213f04bdd4d2e2008a783bc70a7e7a268865",class:"forja-newsletter__field"},t("label",{key:"8feb551b009eb8f288cbcb54b18360c9fe09a694",class:"forja-newsletter__label",htmlFor:a},"Name"),t("input",{key:"b2df119a4d000e46a8e1cfb1ab2a2514be2f28a4",id:a,name:"name",type:"text",class:"forja-newsletter__input"})),t("div",{key:"7fff741fe589ee3bc7f5eb278f07dfb78a4363c1",class:"forja-newsletter__field"},t("label",{key:"2dda48f90d5303de371101b1da09e0402291a704",class:"forja-newsletter__label",htmlFor:e},"Email"),t("input",{key:"7c913bcd86483511926cd2c6df3b2d8fae202a3b",id:e,name:"email",type:"email",class:"forja-newsletter__input",required:!0,"aria-required":"true"})),t("button",{key:"374357cafdc13172944199b9537f32fa252fa274",type:"submit",class:"forja-newsletter__submit"},this.buttonText)),t("slot",{key:"253f3650ec3839083c2ef1a768c78627fef141b3",name:"after"}))}};export{r as forja_newsletter}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,h as t}from"./p-WdE4YutY.js";import{s as e}from"./p-CTbyYfdB.js";const s=class{constructor(t){a(this,t)}render(){return t("section",{key:"446ccf4f954e159368c7824587d8a5db98a276d2",class:"forja-cta","aria-label":e(this.sectionTitle,"Call to action")},t("slot",{key:"3663547f1d3869de3c0295c8db3d2339a64c1f7b",name:"before"}),this.imageUrl&&t("img",{key:"192e4fa7564506794fbd55a77a9fd6f2c202eea7",src:this.imageUrl,alt:this.imageAlt||"",class:"forja-cta__image",loading:"lazy"}),t("div",{key:"f480a01537524bec5b2dd7faaa973776081c5ed0",class:"forja-cta__content"},this.sectionTitle&&t("h2",{key:"0baa33a4f63ea70a65da02669977b261d6ca9cbe",class:"forja-cta__title"},this.sectionTitle),this.text&&t("div",{key:"f67e87b654f0cb08f4415aa4ea2b7a39b5e0ca84",class:"forja-cta__text",innerHTML:this.text}),this.buttonText&&this.buttonHref&&t("a",{key:"bb0618dcd3fd6deb8f1ce1446167a9ff5d904f6b",href:this.buttonHref,class:"forja-cta__button"},this.buttonText)),t("slot",{key:"ff766293f87f21e4498004243d78c31d31889dfc",name:"after"}))}};export{s as forja_cta}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,h as a}from"./p-WdE4YutY.js";import{s}from"./p-CTbyYfdB.js";import{LEGAL_DOC_TYPE_LABELS as t}from"./index.esm.js";const i=class{constructor(a){e(this,a),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(a){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?t[this.documentType]||this.documentType:void 0,i=this.effectiveDate||this.updatedAt||this.createdAt;return a("article",{key:"cc8f30680c29057c92c9974711069119d486baf0",class:"forja-legal","aria-label":s(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&&i&&a("time",{key:"e631e74a06ef96fb3e6d663516e2a8d7e55332cb",class:"forja-legal__date",dateTime:i},this.effectiveDate?"Effective ":"Updated ",this.formatDate(i)))),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)))}};export{i as forja_legal}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as s,h as a}from"./p-WdE4YutY.js";import{s as e}from"./p-CTbyYfdB.js";const r=class{constructor(a){s(this,a)}render(){const s=this.items&&this.items.length>0;return a("section",{key:"15db32b9f5878409c28debb36ded1047f657ce2a",class:"forja-projects","aria-label":e(this.sectionTitle,"Projects")},a("slot",{key:"f5dd2f0ca808fcfeaa11c4006dfaa88723ea4a47",name:"before"}),this.sectionTitle&&a("h2",{key:"fd5e121eb42bba78d4dc5b2719c1129182ebc030",class:"forja-projects__title"},this.sectionTitle),this.text&&a("div",{key:"dd82836aaf6934f7420fa2cce02e9574e27b4781",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:"b7772bead8f5c04f3b3e857bc9da18adc29e38b7",name:"after"}))}};export{r as forja_projects}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,h as s}from"./p-WdE4YutY.js";import{s as e}from"./p-CTbyYfdB.js";const o=class{constructor(s){a(this,s)}render(){const a=this.posts&&this.posts.length>0;return s("section",{key:"2e07ceebf04b3741b7a9e9003ca4cb4c227b1f53",class:"forja-blog","aria-label":e(this.sectionTitle,"Blog")},s("slot",{key:"fa89312e96a5a9d76f9ecb35a2b884b86c724136",name:"before"}),this.sectionTitle&&s("h2",{key:"e2b67b101f958249015d16d3875ad4ef2045f5a9",class:"forja-blog__title"},this.sectionTitle),this.text&&s("div",{key:"cfb8fe068f2ca902ebee227ff919b69a3c6e28f2",class:"forja-blog__text",innerHTML:this.text}),a?s("div",{class:"forja-blog__grid",role:"list","data-columns":this.columns},this.posts.map((a=>s("article",{class:"forja-blog__card",role:"listitem"},a.imageUrl&&s("a",{href:a.href,class:"forja-blog__image-link"},s("img",{src:a.imageUrl,alt:"",class:"forja-blog__image",loading:"lazy"})),s("div",{class:"forja-blog__content"},(a.date||a.author)&&s("div",{class:"forja-blog__meta"},a.date&&s("time",{class:"forja-blog__date"},a.date),a.author&&s("span",{class:"forja-blog__author"},a.author)),s("h3",{class:"forja-blog__post-title"},a.href?s("a",{href:a.href,class:"forja-blog__link"},a.title):a.title),a.excerpt&&s("div",{class:"forja-blog__excerpt",innerHTML:a.excerpt})))))):s("slot",null),this.buttonText&&this.buttonHref&&s("div",{key:"d30200ce9a72871b17c225446e511c9792e541f1",class:"forja-blog__footer"},s("a",{key:"42eb53eb15ec8a2c88cf7bf29a425b5e0c074c28",href:this.buttonHref,class:"forja-blog__cta"},this.buttonText)),s("slot",{key:"fc9ac4b7e88a64eb401abbec1cc5e93f9dea0455",name:"after"}))}};export{o as forja_blog}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,h as a}from"./p-WdE4YutY.js";import{s}from"./p-CTbyYfdB.js";const t=class{constructor(a){e(this,a),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 a("section",{key:"8f7dd28af86bfa7a3a1418bef19e6f9658d49cc6",class:e,"aria-label":s(this.sectionTitle,"Video")},a("slot",{key:"7b34145bcee01a80095725a5adba5266dc1af703",name:"before"}),this.sectionTitle&&a("h2",{key:"4959dd55b6c5e146482c14057ebeffd39c45bedd",class:"forja-video__title"},this.sectionTitle),this.text&&a("div",{key:"42af3c36bad0c44ae1194f17217e969d46a01e8d",class:"forja-video__text",innerHTML:this.text}),this.videoUrl&&a("figure",{key:"da0c9136b339b00f4f699deb077daff0bcc48715",class:"forja-video__container"},this.isSelfHosted()?a("video",{class:"forja-video__player",src:this.videoUrl,controls:!0,autoplay:this.autoplay},a("track",{kind:"captions"})):a("iframe",{class:"forja-video__embed",src:this.autoplay?`${this.videoUrl}?autoplay=1`:this.videoUrl,title:this.sectionTitle||"Embedded video",allowFullScreen:!0,loading:"lazy"})),a("slot",{key:"9c6b4f1345c7470b773c265a9884b799218a6d5f",name:"after"}))}};export{t as forja_video}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,h as s}from"./p-WdE4YutY.js";import{s as e}from"./p-CTbyYfdB.js";const t=class{constructor(s){a(this,s)}render(){const a=this.items&&this.items.length>0;return s("section",{key:"94a1ad63276f33116d60bc7e6c00445754a4e7da",class:"forja-faq","aria-label":e(this.sectionTitle,"Frequently asked questions")},s("slot",{key:"4b33e56d9cd117bcfc07583a2c58a89d07be50dd",name:"before"}),this.sectionTitle&&s("h2",{key:"c47444fed71889ea5a693d623513328f87e6f16e",class:"forja-faq__title"},this.sectionTitle),this.text&&s("div",{key:"a7992070168b9f081dbb11689cf4e333fbf75413",class:"forja-faq__text",innerHTML:this.text}),s("div",{class:"forja-faq__list"},a?this.items.map((a=>s("details",{class:"forja-faq__item"},s("summary",{class:"forja-faq__question"},a.question),s("div",{class:"forja-faq__answer",innerHTML:a.answer})))):s("slot",null)),s("slot",{key:"77bac4fe776da5ecb301ad5bdb270e1823329f81",name:"after"}))}};export{t as forja_faq}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,c as t,h as c}from"./p-WdE4YutY.js";import{a as e,s}from"./p-CTbyYfdB.js";const o=class{constructor(c){a(this,c),this.forjaSubmit=t(this,"forjaSubmit"),this.handleSubmit=a=>{a.preventDefault(),this.forjaSubmit.emit(new FormData(a.target))}}render(){const a=this.fields&&this.fields.length>0;return c("section",{key:"15bb71d6aa6d3d73c85ab4cdd7346696f3145074",class:"forja-contact","aria-label":s(this.sectionTitle,"Contact")},c("slot",{key:"63820a89dd1c9812dc0b931fd8ce7b17a7b1782e",name:"before"}),c("div",{key:"b74c9c884de525c6a08a92c982f0a1c8a2235c02",class:"forja-contact__content"},this.sectionTitle&&c("h2",{key:"53014e550127a34a191adcef4b8eaa3b01dfec7a",class:"forja-contact__title"},this.sectionTitle),this.text&&c("div",{key:"38d9ff63e255d33328da1113a3b7f2fe82871a23",class:"forja-contact__text",innerHTML:this.text}),this.buttonText&&this.buttonHref&&c("a",{key:"15ebb06b95b3cb6d58fb3d4caaa1e713126a201a",href:this.buttonHref,class:"forja-contact__cta"},this.buttonText)),a?c("form",{class:"forja-contact__form",action:this.formAction,method:this.formAction?"post":void 0,onSubmit:this.handleSubmit},this.fields.map((a=>{const t=e(a.name,"contact");return c("div",{class:"forja-contact__field"},c("label",{class:"forja-contact__label",htmlFor:t},a.label,a.required&&c("span",{"aria-hidden":"true"}," *")),"textarea"===a.type?c("textarea",{id:t,name:a.name,class:"forja-contact__input forja-contact__input--textarea",required:a.required,"aria-required":a.required?"true":void 0,placeholder:a.placeholder}):c("input",{id:t,name:a.name,type:a.type,class:"forja-contact__input",required:a.required,"aria-required":a.required?"true":void 0,placeholder:a.placeholder}))})),c("button",{type:"submit",class:"forja-contact__submit"},this.buttonText||"Send")):c("slot",null),c("slot",{key:"7ec1b5c2ee966906cbd6fa05a2c8a5a2ca13d7e2",name:"after"}))}};export{o as forja_contact}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,h as e}from"./p-WdE4YutY.js";const o={github:'<path d="M12 2C6.477 2 2 6.477 2 12c0 4.42 2.865 8.166 6.839 9.49.5.09.682-.217.682-.482 0-.237-.009-.866-.013-1.7-2.782.603-3.369-1.342-3.369-1.342-.454-1.155-1.11-1.462-1.11-1.462-.908-.62.069-.608.069-.608 1.003.07 1.531 1.03 1.531 1.03.892 1.529 2.341 1.088 2.91.832.091-.647.35-1.088.636-1.338-2.22-.253-4.555-1.11-4.555-4.943 0-1.091.39-1.984 1.029-2.683-.103-.253-.446-1.27.098-2.647 0 0 .84-.269 2.75 1.025A9.578 9.578 0 0112 6.836c.85.004 1.705.114 2.504.336 1.909-1.294 2.747-1.025 2.747-1.025.546 1.377.203 2.394.1 2.647.64.699 1.028 1.592 1.028 2.683 0 3.842-2.339 4.687-4.566 4.935.359.309.678.919.678 1.852 0 1.336-.012 2.415-.012 2.743 0 .267.18.577.688.48C19.138 20.163 22 16.418 22 12c0-5.523-4.477-10-10-10z"/>',twitter:'<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>',x:'<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>',linkedin:'<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.064 2.064 0 112.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>',youtube:'<path d="M23.498 6.186a3.016 3.016 0 00-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 00.502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 002.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 002.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/>',instagram:'<path d="M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913a5.885 5.885 0 001.384 2.126A5.868 5.868 0 004.14 23.37c.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558a5.898 5.898 0 002.126-1.384 5.86 5.86 0 001.384-2.126c.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913a5.89 5.89 0 00-1.384-2.126A5.847 5.847 0 0019.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227a3.81 3.81 0 01-.899 1.382 3.744 3.744 0 01-1.38.896c-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421a3.716 3.716 0 01-1.379-.899 3.644 3.644 0 01-.9-1.38c-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678a6.162 6.162 0 100 12.324 6.162 6.162 0 100-12.324zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405a1.441 1.441 0 11-2.882 0 1.441 1.441 0 012.882 0z"/>',mastodon:'<path d="M23.268 5.313c-.35-2.578-2.617-4.61-5.304-5.004C17.51.242 15.792 0 11.813 0h-.03c-3.98 0-4.835.242-5.288.309C3.882.692 1.496 2.518.917 5.127.64 6.412.61 7.837.661 9.143c.074 1.874.088 3.745.26 5.611.118 1.24.325 2.47.62 3.68.55 2.237 2.777 4.098 4.96 4.857 2.336.792 4.849.923 7.256.38.265-.061.527-.132.786-.213.585-.184 1.27-.39 1.774-.753a.057.057 0 00.023-.043v-1.809a.052.052 0 00-.02-.041.053.053 0 00-.046-.01 20.282 20.282 0 01-4.709.547c-2.73 0-3.463-1.284-3.674-1.818a5.593 5.593 0 01-.319-1.433.053.053 0 01.066-.054 19.648 19.648 0 004.622.536h.348c1.587 0 3.187-.109 4.75-.409 0-.012.035-.013.042-.017 2.1-.407 4.1-1.679 4.309-5.084.008-.138.04-1.46.04-1.602.001-.489.14-3.473-.067-5.309z"/>',bluesky:'<path d="M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565.139 1.908 0 3.08 0 3.768c0 .69.378 5.65.624 6.479.785 2.627 3.57 3.493 6.164 3.18-3.636.58-6.84 1.996-2.678 7.035 4.956 5.048 6.564-.485 7.89-3.597.064-.15.114-.266.143-.183.03-.083.08.033.143.183 1.326 3.112 2.934 8.645 7.89 3.597 4.163-5.04.958-6.455-2.678-7.035 2.593.313 5.379-.553 6.164-3.18.246-.829.624-5.789.624-6.479 0-.688-.139-1.86-.902-2.203-.66-.299-1.664-.621-4.3 1.24C16.046 4.748 13.087 8.687 12 10.8z"/>',email:'<path d="M1.5 8.67v8.58a3 3 0 003 3h15a3 3 0 003-3V8.67l-8.928 5.493a3 3 0 01-3.144 0L1.5 8.67z"/><path d="M22.5 6.908V6.75a3 3 0 00-3-3h-15a3 3 0 00-3 3v.158l9.714 5.978a1.5 1.5 0 001.572 0L22.5 6.908z"/>'};function c(a){const e=a.toLowerCase().replace(/[^a-z]/g,"");return o[e]||'<path d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101" stroke="currentColor" stroke-width="2" fill="none"/><path d="M10.172 13.828a4 4 0 005.656 0l4-4a4 4 0 10-5.656-5.656l-1.102 1.101" stroke="currentColor" stroke-width="2" fill="none"/>'}const t=class{constructor(e){a(this,e),this.homeHref="/",this.showRss=!0,this.showSitemap=!0,this.tagline="Built with Forja"}render(){const a=(new Date).getFullYear(),o=this.items&&this.items.length>0,t=this.socialLinks&&this.socialLinks.length>0;return e("footer",{key:"1779882162fb8ba27cdf21d26faac13638a4de83",class:"forja-footer"},e("div",{key:"b6881c29c09d4b17adc8f328694d9cd7478046c7",class:"forja-footer__content"},e("div",{key:"ba569c1ae094dce6c47bfcc85a9d0122b6b0f691",class:"forja-footer__brand"},this.siteName&&e("a",{key:"1f976458dcdec89824792d27e89177266bd3e253",href:this.homeHref,class:"forja-footer__brand-link"},this.siteName),this.tagline&&e("p",{key:"0656d9fe9946ab5f5ecc51893a62149ff754e55e",class:"forja-footer__tagline"},this.tagline)),o&&e("nav",{key:"04e7795e7294f5844f340882a74da59b0e656130",class:"forja-footer__nav","aria-label":"Footer navigation"},e("p",{key:"c4802164c33cf91b85efdb1f2fbda4028ca6809e",class:"forja-footer__nav-heading"},"Links"),e("ul",{key:"3f8e1d71d014a5fc37df4729a7357bc71f20d2de",class:"forja-footer__nav-list"},this.items.map((a=>e("li",null,e("a",{href:a.href,target:a.openInNewTab?"_blank":void 0,rel:a.openInNewTab?"noopener noreferrer":void 0,class:"forja-footer__nav-link"},a.title)))))),t&&e("div",{key:"72d42c4542ad1eca6ebc08a1d251656c9b7575e8",class:"forja-footer__social"},e("p",{key:"d78b27344cf900fb2d64106539184709331852f0",class:"forja-footer__nav-heading"},"Connect"),e("div",{key:"c1c9009bd10672fd8e19269cc6dd774985d0f7cf",class:"forja-footer__social-links",role:"list","aria-label":"Social links"},this.socialLinks.map((a=>e("a",{href:a.url,class:"forja-footer__social-link",target:"_blank",rel:"noopener noreferrer",title:a.title,role:"listitem"},e("span",{class:"forja-footer__social-icon","aria-hidden":"true",innerHTML:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" fill="currentColor">${c(a.icon)}</svg>`}),e("span",{class:"forja-footer__sr-only"},a.title))))))),e("div",{key:"604a27ffdbc5bd7b286ca35f649fd9e72c62824f",class:"forja-footer__bottom"},e("p",{key:"93edabccfab07cacdf5570ac841e4025e58e98a2",class:"forja-footer__copyright"},"© ",a," ",this.siteName||"Site",". All rights reserved."),e("div",{key:"8fc15c5d9e76a21889ce6e8402cf711dc534e608",class:"forja-footer__bottom-links"},this.showRss&&e("a",{key:"91766e4997d76d43bbfe696eb7ba527615de82ce",href:"/rss.xml",class:"forja-footer__bottom-link","aria-label":"RSS Feed"},e("svg",{key:"c9cb4ee4546eded881660739ad8a9ef39cfb0c19",xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},e("path",{key:"e06f360397b49644dde50b094f951b00c2967171",d:"M4 11a9 9 0 0 1 9 9"}),e("path",{key:"be15bf6ec870c88719d77c50b97ba19f97fa4ba5",d:"M4 4a16 16 0 0 1 16 16"}),e("circle",{key:"fcfc19bc0c1e28b96cb0002edada579d51d57801",cx:"5",cy:"19",r:"1"}))),this.showSitemap&&e("a",{key:"c2795cf4063da2bf88b1241ddb93b1d400a1f7ec",href:"/sitemap.xml",class:"forja-footer__bottom-link"},"Sitemap"))))}};export{t as forja_footer}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,h as e}from"./p-WdE4YutY.js";import{s}from"./p-CTbyYfdB.js";const l=class{constructor(e){a(this,e)}render(){const a=this.items&&this.items.length>0;return e("section",{key:"b895958acc335c7a586411465baa3e5f63b96298",class:"forja-gallery","aria-label":s(this.sectionTitle,"Gallery")},e("slot",{key:"b11fe68eba917a5ba6494211ebfece03088c1d12",name:"before"}),this.sectionTitle&&e("h2",{key:"fd8b6ba0c5a51a4add4d1f4bada6691efe1ccaba",class:"forja-gallery__title"},this.sectionTitle),this.text&&e("div",{key:"99e0f4a727481d965f08c6e6028bd43472908f28",class:"forja-gallery__text",innerHTML:this.text}),e("div",{class:"forja-gallery__grid",role:"list","data-columns":this.columns},a?this.items.map((a=>e("figure",{class:"forja-gallery__item",role:"listitem"},e("img",{src:a.imageUrl,alt:a.alt||"",class:"forja-gallery__image",loading:"lazy"}),a.caption&&e("figcaption",{class:"forja-gallery__caption"},a.caption)))):e("slot",null)),e("slot",{key:"6aabc6822879290b15894b9f02b58e43205a9d75",name:"after"}))}};export{l as forja_gallery}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as s,h as a}from"./p-WdE4YutY.js";import{s as t}from"./p-CTbyYfdB.js";const e=class{constructor(a){s(this,a)}render(){const s=this.items&&this.items.length>0;return a("section",{key:"608ac151afb59df61bf99ea38f5eba2d819ef6ac",class:"forja-testimonials","aria-label":t(this.sectionTitle,"Testimonials")},a("slot",{key:"016f3b316cec3979efaee8dd4e19497a623ca292",name:"before"}),this.sectionTitle&&a("h2",{key:"5d0f9dac43cbd4e6d7ded6236c98a4d428d3723a",class:"forja-testimonials__title"},this.sectionTitle),this.text&&a("div",{key:"8d5bd0fd2c9b39aba0a461bef14df16a4b8197ba",class:"forja-testimonials__text",innerHTML:this.text}),a("div",{class:"forja-testimonials__list",role:"list","data-columns":this.columns},s?this.items.map((s=>a("blockquote",{class:"forja-testimonials__item",role:"listitem"},a("p",{class:"forja-testimonials__quote"},s.quote),a("footer",{class:"forja-testimonials__attribution"},s.avatarUrl&&a("img",{src:s.avatarUrl,alt:"",class:"forja-testimonials__avatar",loading:"lazy"}),a("cite",{class:"forja-testimonials__author"},a("span",{class:"forja-testimonials__name"},s.author),s.role&&a("span",{class:"forja-testimonials__role"},s.role)))))):a("slot",null)),a("slot",{key:"f5079a207668e548632b607f174e630a46854cc8",name:"after"}))}};export{e as forja_testimonials}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as o,h as l}from"./p-WdE4YutY.js";import{s as a}from"./p-CTbyYfdB.js";const s=class{constructor(l){o(this,l)}render(){const o=this.logos&&this.logos.length>0,s=["forja-logo-cloud",this.grayscale&&"forja-logo-cloud--grayscale"].filter(Boolean).join(" ");return l("section",{key:"cd65ea26049ceb3de18436c961990573c548b8ae",class:s,"aria-label":a(this.sectionTitle,"Partners")},l("slot",{key:"8477f0f53553d808a63b3fe241541b0625248828",name:"before"}),this.sectionTitle&&l("h2",{key:"09e073ab7deb7ce27bf0f7e5801b10f60840b732",class:"forja-logo-cloud__title"},this.sectionTitle),this.text&&l("div",{key:"ab4cd6049231cfda659fc191fd560143027bb3c0",class:"forja-logo-cloud__text",innerHTML: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:"a56c182cd2090916395563b0c30fe21c929d1353",name:"after"}))}};export{s as forja_logo_cloud}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as o}from"./p-WdE4YutY.js";const r={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=class{constructor(o){t(this,o)}render(){const t=r[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:this.text}),o("slot",null))}};export{a as forja_section_renderer}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,h as s}from"./p-WdE4YutY.js";import{s as t}from"./p-CTbyYfdB.js";const e=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:"b5d2dcb808386048367cfa97b31c6075732ba828",class:"forja-team","aria-label":t(this.sectionTitle,"Team")},s("slot",{key:"df3d484b90a7d755eda0a784f21edbd921e71401",name:"before"}),this.sectionTitle&&s("h2",{key:"2818b057df2f2c6319af8d17a43537714a62db34",class:"forja-team__title"},this.sectionTitle),this.text&&s("div",{key:"265903df6beaae84ff4d6cc1a9d11ae3f51f15d5",class:"forja-team__text",innerHTML: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:"81263f35ba229207c4978b65890c527590dfdae5",name:"after"}))}};export{e as forja_team}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function n(n,t){return(null==n?void 0:n.trim())||t}function t(n,t){return n?`${t}-${n.toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-|-$/g,"")}`:`${t}-${Math.random().toString(36).slice(2,8)}`}export{t as a,n as s}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const o=()=>{};export{o as g}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
function t(t,n,e){const o="undefined"!=typeof HTMLElement?HTMLElement.prototype:null;for(;t&&t!==o;){const o=Object.getOwnPropertyDescriptor(t,n);if(o&&(!e||o.get))return o;t=Object.getPrototypeOf(t)}}var n=(n,e)=>{var o;Object.entries(null!=(o=e.o.t)?o:{}).map((([o,[l]])=>{if(31&l||32&l){const l=n[o],s=t(Object.getPrototypeOf(n),o,!0)||Object.getOwnPropertyDescriptor(n,o);s&&Object.defineProperty(n,o,{get(){return s.get.call(this)},set(t){s.set.call(this,t)},configurable:!0,enumerable:!0}),e.l.has(o)?n[o]=e.l.get(o):void 0!==l&&(n[o]=l)}}))},e=t=>{if(t.__stencil__getHostRef)return t.__stencil__getHostRef()},o=(t,e)=>{e&&(t.__stencil__getHostRef=()=>e,e.i=t,512&e.o.u&&n(t,e))},l=(t,n)=>n in t,s=(t,n)=>(0,console.error)(t,n),i=new Map,r="undefined"!=typeof window?window:{},c={u:0,p:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,n,e,o)=>t.addEventListener(n,e,o),rel:(t,n,e,o)=>t.removeEventListener(n,e,o),ce:(t,n)=>new CustomEvent(t,n)},u=t=>Promise.resolve(t),f=!1,a=[],d=[],p=(t,n)=>e=>{t.push(e),f||(f=!0,n&&4&c.u?m(v):c.raf(v))},h=t=>{for(let n=0;n<t.length;n++)try{t[n](performance.now())}catch(t){s(t)}t.length=0},v=()=>{h(a),h(d),(f=a.length>0)&&c.raf(v)},m=t=>u().then(t),b=p(d,!0),y=t=>{const n=O(t,"childNodes");t.tagName&&t.tagName.includes("-")&&t["s-cr"]&&"SLOT-FB"!==t.tagName&&$(n,t.tagName).forEach((t=>{1===t.nodeType&&"SLOT-FB"===t.tagName&&(t.hidden=!!g(t,j(t),!1).length)}));let e=0;for(e=0;e<n.length;e++){const t=n[e];1===t.nodeType&&O(t,"childNodes").length&&y(t)}};function $(t,n,e){let o,l=0,s=[];for(;l<t.length;l++){if(o=t[l],o["s-sr"]&&(!n||o["s-hn"]===n)&&(void 0===e||j(o)===e)&&(s.push(o),void 0!==e))return s;s=[...s,...$(o.childNodes,n,e)]}return s}var g=(t,n,e=!0)=>{const o=[];(e&&t["s-sr"]||!t["s-sr"])&&o.push(t);let l=t;for(;l=l.nextSibling;)j(l)!==n||!e&&l["s-sr"]||o.push(l);return o},w=(t,n)=>1===t.nodeType?null===t.getAttribute("slot")&&""===n||t.getAttribute("slot")===n:t["s-sn"]===n||""===n,j=t=>"string"==typeof t["s-sn"]?t["s-sn"]:1===t.nodeType&&t.getAttribute("slot")||void 0;function O(t,n){if("__"+n in t){const e=t["__"+n];return"function"!=typeof e?e:e.bind(t)}return"function"!=typeof t[n]?t[n]:t[n].bind(t)}var k,N,S=new WeakMap,E=t=>"object"==(t=typeof t)||"function"===t,M=(t,n,...e)=>{let o=null,l=null,s=null,i=!1,r=!1;const c=[],u=n=>{for(let e=0;e<n.length;e++)o=n[e],Array.isArray(o)?u(o):null!=o&&"boolean"!=typeof o&&((i="function"!=typeof t&&!E(o))&&(o+=""),i&&r?c[c.length-1].h+=o:c.push(i?C(null,o):o),r=i)};if(u(e),n){n.key&&(l=n.key),n.name&&(s=n.name);{const t=n.className||n.class;t&&(n.class="object"!=typeof t?t:Object.keys(t).filter((n=>t[n])).join(" "))}}if("function"==typeof t)return t(null===n?{}:n,c,L);const f=C(t,null);return f.v=n,c.length>0&&(f.m=c),f.$=l,f.j=s,f},C=(t,n)=>({u:0,O:t,h:null!=n?n:null,k:null,m:null,v:null,$:null,j:null}),T={},L={forEach:(t,n)=>t.map(R).forEach(n),map:(t,n)=>t.map(R).map(n).map(x)},R=t=>({vattrs:t.v,vchildren:t.m,vkey:t.$,vname:t.j,vtag:t.O,vtext:t.h}),x=t=>{if("function"==typeof t.vtag){const n={...t.vattrs};return t.vkey&&(n.key=t.vkey),t.vname&&(n.name=t.vname),M(t.vtag,n,...t.vchildren||[])}const n=C(t.vtag,t.vtext);return n.v=t.vattrs,n.m=t.vchildren,n.$=t.vkey,n.j=t.vname,n},A=(t,n)=>null==t||E(t)?t:4&n?"false"!==t&&(""===t||!!t):2&n?"string"==typeof t?parseFloat(t):"number"==typeof t?t:NaN:1&n?t+"":t,F=(t,n)=>{const o=(t=>{var n;return null==(n=e(t))?void 0:n.$hostElement$})(t);return{emit:t=>P(o,n,{bubbles:!0,composed:!0,cancelable:!0,detail:t})}},P=(t,n,e)=>{const o=c.ce(n,e);return t.dispatchEvent(o),o},D=(t,n,o,s,i,u)=>{if(o===s)return;let f=l(t,n),a=n.toLowerCase();if("class"===n){const n=t.classList,e=H(o);let l=H(s);n.remove(...e.filter((t=>t&&!l.includes(t)))),n.add(...l.filter((t=>t&&!e.includes(t))))}else if("key"===n);else if(f||"o"!==n[0]||"n"!==n[1]){if("a"===n[0]&&n.startsWith("attr:")){const o=n.slice(5);let l;{const n=e(t);if(n&&n.o&&n.o.t){const t=n.o.t[o];t&&t[1]&&(l=t[1])}}return l||(l=o.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()),void(null==s||!1===s?!1===s&&""!==t.getAttribute(l)||t.removeAttribute(l):t.setAttribute(l,!0===s?"":s))}if("p"===n[0]&&n.startsWith("prop:")){const e=n.slice(5);try{t[e]=s}catch(t){}return}{const e=E(s);if((f||e&&null!==s)&&!i)try{if(t.tagName.includes("-"))t[n]!==s&&(t[n]=s);else{const e=null==s?"":s;"list"===n?f=!1:null!=o&&t[n]===e||("function"==typeof t.__lookupSetter__(n)?t[n]=e:t.setAttribute(n,e))}}catch(t){}null==s||!1===s?!1===s&&""!==t.getAttribute(n)||t.removeAttribute(n):(!f||4&u||i)&&!e&&1===t.nodeType&&t.setAttribute(n,s=!0===s?"":s)}}else if(n="-"===n[2]?n.slice(3):l(r,a)?a.slice(2):a[2]+n.slice(3),o||s){const e=n.endsWith(U);n=n.replace(W,""),o&&c.rel(t,n,o,e),s&&c.ael(t,n,s,e)}},_=/\s/,H=t=>("object"==typeof t&&t&&"baseVal"in t&&(t=t.baseVal),t&&"string"==typeof t?t.split(_):[]),U="Capture",W=RegExp(U+"$"),z=(t,n,e)=>{const o=11===n.k.nodeType&&n.k.host?n.k.host:n.k,l=t&&t.v||{},s=n.v||{};for(const t of B(Object.keys(l)))t in s||D(o,t,l[t],void 0,e,n.u);for(const t of B(Object.keys(s)))D(o,t,l[t],s[t],e,n.u)};function B(t){return t.includes("ref")?[...t.filter((t=>"ref"!==t)),"ref"]:t}var V=!1,q=!1,Y=!1,G=!1,I=(t,n,e)=>{var o;const l=n.m[e];let s,i,c,u=0;if(V||(Y=!0,"slot"===l.O&&(l.u|=l.m?2:1)),null!=l.h)s=l.k=r.document.createTextNode(l.h);else if(1&l.u)s=l.k=r.document.createTextNode(""),z(null,l,G);else{if(G||(G="svg"===l.O),!r.document)throw Error("You are trying to render a Stencil component in an environment that doesn't support the DOM.");if(s=l.k=r.document.createElementNS(G?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",!V&&2&l.u?"slot-fb":l.O),G&&"foreignObject"===l.O&&(G=!1),z(null,l,G),l.m){const n="template"===l.O?s.content:s;for(u=0;u<l.m.length;++u)i=I(t,l,u),i&&n.appendChild(i)}"svg"===l.O?G=!1:"foreignObject"===s.tagName&&(G=!0)}return s["s-hn"]=N,3&l.u&&(s["s-sr"]=!0,s["s-cr"]=k,s["s-sn"]=l.j||"",s["s-rf"]=null==(o=l.v)?void 0:o.ref,function(t){if(t.assignedElements||t.assignedNodes||!t["s-sr"])return;const n=n=>function(t){const e=[],o=this["s-sn"];(null==t?void 0:t.flatten)&&console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ");const l=this["s-cr"].parentElement;return(l.__childNodes?l.childNodes:(t=>{const n=[];for(let e=0;e<t.length;e++){const o=t[e]["s-nr"]||void 0;o&&o.isConnected&&n.push(o)}return n})(l.childNodes)).forEach((t=>{o===j(t)&&e.push(t)})),n?e.filter((t=>1===t.nodeType)):e}.bind(t);t.assignedElements=n(!0),t.assignedNodes=n(!1)}(s),c=t&&t.m&&t.m[e],c&&c.O===l.O&&t.k&&Z(t.k)),s},Z=t=>{c.u|=1;const n=t.closest(N.toLowerCase());if(null!=n){const e=Array.from(n.__childNodes||n.childNodes).find((t=>t["s-cr"])),o=Array.from(t.__childNodes||t.childNodes);for(const t of e?o.reverse():o)null!=t["s-sh"]&&(lt(n,t,null!=e?e:null),t["s-sh"]=void 0,Y=!0)}c.u&=-2},J=(t,n)=>{c.u|=1;const e=Array.from(t.__childNodes||t.childNodes);if(t["s-sr"]){let n=t;for(;n=n.nextSibling;)n&&n["s-sn"]===t["s-sn"]&&n["s-sh"]===N&&e.push(n)}for(let t=e.length-1;t>=0;t--){const o=e[t];o["s-hn"]!==N&&o["s-ol"]&&(lt(tt(o).parentNode,o,tt(o)),o["s-ol"].remove(),o["s-ol"]=void 0,o["s-sh"]=void 0,Y=!0),n&&J(o,n)}c.u&=-2},K=(t,n,e,o,l,s)=>{let i,r=t["s-cr"]&&t["s-cr"].parentNode||t;for("template"===e.O&&(r=r.content);l<=s;++l)o[l]&&(i=I(null,e,l),i&&(o[l].k=i,lt(r,i,tt(n))))},Q=(t,n,e)=>{for(let o=n;o<=e;++o){const n=t[o];if(n){const t=n.k;t&&(q=!0,t["s-ol"]?t["s-ol"].remove():J(t,!0),t.remove())}}},X=(t,n,e=!1)=>t.O===n.O&&("slot"===t.O?t.j===n.j:e?(e&&!t.$&&n.$&&(t.$=n.$),!0):t.$===n.$),tt=t=>t&&t["s-ol"]||t,nt=(t,n,e=!1)=>{const o=n.k=t.k,l=t.m,s=n.m,i=n.O,r=n.h;let c;null==r?(G="svg"===i||"foreignObject"!==i&&G,"slot"!==i||V||t.j!==n.j&&(n.k["s-sn"]=n.j||"",Z(n.k.parentElement)),z(t,n,G),null!==l&&null!==s?((t,n,e,o,l=!1)=>{let s,i,r=0,c=0,u=0,f=0,a=n.length-1,d=n[0],p=n[a],h=o.length-1,v=o[0],m=o[h];const b="template"===e.O?t.content:t;for(;r<=a&&c<=h;)if(null==d)d=n[++r];else if(null==p)p=n[--a];else if(null==v)v=o[++c];else if(null==m)m=o[--h];else if(X(d,v,l))nt(d,v,l),d=n[++r],v=o[++c];else if(X(p,m,l))nt(p,m,l),p=n[--a],m=o[--h];else if(X(d,m,l))"slot"!==d.O&&"slot"!==m.O||J(d.k.parentNode,!1),nt(d,m,l),lt(b,d.k,p.k.nextSibling),d=n[++r],m=o[--h];else if(X(p,v,l))"slot"!==d.O&&"slot"!==m.O||J(p.k.parentNode,!1),nt(p,v,l),lt(b,p.k,d.k),p=n[--a],v=o[++c];else{for(u=-1,f=r;f<=a;++f)if(n[f]&&null!==n[f].$&&n[f].$===v.$){u=f;break}u>=0?(i=n[u],i.O!==v.O?s=I(n&&n[c],e,u):(nt(i,v,l),n[u]=void 0,s=i.k),v=o[++c]):(s=I(n&&n[c],e,c),v=o[++c]),s&<(tt(d.k).parentNode,s,tt(d.k))}r>a?K(t,null==o[h+1]?null:o[h+1].k,e,o,c,h):c>h&&Q(n,r,a)})(o,l,n,s,e):null!==s?(null!==t.h&&(o.textContent=""),K(o,null,n,s,0,s.length-1)):!e&&null!==l&&Q(l,0,l.length-1),G&&"svg"===i&&(G=!1)):(c=o["s-cr"])?c.parentNode.textContent=r:t.h!==r&&(o.data=r)},et=[],ot=t=>{let n,e,o;const l=t.__childNodes||t.childNodes;for(const t of l){if(t["s-sr"]&&(n=t["s-cr"])&&n.parentNode){e=n.parentNode.__childNodes||n.parentNode.childNodes;const l=t["s-sn"];for(o=e.length-1;o>=0;o--)if(n=e[o],!(n["s-cn"]||n["s-nr"]||n["s-hn"]===t["s-hn"]||n["s-sh"]&&n["s-sh"]===t["s-hn"]))if(w(n,l)){let e=et.find((t=>t.N===n));q=!0,n["s-sn"]=n["s-sn"]||l,e?(e.N["s-sh"]=t["s-hn"],e.S=t):(n["s-sh"]=t["s-hn"],et.push({S:t,N:n})),n["s-sr"]&&et.map((t=>{w(t.N,n["s-sn"])&&(e=et.find((t=>t.N===n)),e&&!t.S&&(t.S=e.S))}))}else et.some((t=>t.N===n))||et.push({N:n})}1===t.nodeType&&ot(t)}},lt=(t,n,e,o)=>{if("string"==typeof n["s-sn"]){t.insertBefore(n,e);const{slotNode:l}=function(t,n){var e;if(!(n=n||(null==(e=t["s-ol"])?void 0:e.parentElement)))return{slotNode:null,slotName:""};const o=t["s-sn"]=j(t)||"";return{slotNode:$(O(n,"childNodes"),n.tagName,o)[0],slotName:o}}(n);return l&&!o&&function(t){t.dispatchEvent(new CustomEvent("slotchange",{bubbles:!1,cancelable:!1,composed:!1}))}(l),n}return t.__insertBefore?t.__insertBefore(n,e):null==t?void 0:t.insertBefore(n,e)},st=(t,n)=>{if(n&&!t.M&&n["s-p"]){const e=n["s-p"].push(new Promise((o=>t.M=()=>{n["s-p"].splice(e-1,1),o()})))}},it=(t,n)=>{if(t.u|=16,4&t.u)return void(t.u|=512);st(t,t.C);const e=()=>rt(t,n);if(!n)return b(e);queueMicrotask((()=>{e()}))},rt=(t,n)=>{const e=t.$hostElement$,o=t.i;if(!o)throw Error(`Can't render component <${e.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let l;return n?(t.T&&(t.T=!1,ht(o,"connectedCallback",void 0,e)),t.L.length&&t.L.forEach((t=>t(e))),l=ht(o,"componentWillLoad",void 0,e)):l=ht(o,"componentWillUpdate",void 0,e),l=ct(l,(()=>ht(o,"componentWillRender",void 0,e))),ct(l,(()=>ft(t,o,n)))},ct=(t,n)=>ut(t)?t.then(n).catch((t=>{console.error(t),n()})):n(),ut=t=>t instanceof Promise||t&&t.then&&"function"==typeof t.then,ft=async(t,n,e)=>{var o;const l=t.$hostElement$,s=l["s-rc"];at(t,n,l,e),s&&(s.map((t=>t())),l["s-rc"]=void 0);{const n=null!=(o=l["s-p"])?o:[],e=()=>dt(t);0===n.length?e():(Promise.all(n).then(e).catch(e),t.u|=4,n.length=0)}},at=(t,n,e,o)=>{try{n=n.render(),t.u&=-17,t.u|=2,((t,n,e=!1)=>{var o,l,s,i,u;const f=t.$hostElement$,a=t.o,d=t.R||C(null,null),p=(t=>t&&t.O===T)(n)?n:M(null,null,n);if(N=f.tagName,e&&p.v)for(const t of Object.keys(p.v))f.hasAttribute(t)&&!["key","ref","style","class"].includes(t)&&(p.v[t]=f[t]);if(p.O=null,p.u|=4,t.R=p,p.k=d.k=f,V=!1,k=f["s-cr"],q=!1,nt(d,p,e),c.u|=1,Y){ot(p.k);for(const t of et){const n=t.N;if(!n["s-ol"]&&r.document){const t=r.document.createTextNode("");t["s-nr"]=n,lt(n.parentNode,n["s-ol"]=t,n,e)}}for(const t of et){const n=t.N,c=t.S;if(1===n.nodeType&&e&&(n["s-ih"]=null!=(o=n.hidden)&&o),c){const t=c.parentNode;let o=c.nextSibling;if(o&&1===o.nodeType){let e=null==(l=n["s-ol"])?void 0:l.previousSibling;for(;e;){let l=null!=(s=e["s-nr"])?s:null;if(l&&l["s-sn"]===n["s-sn"]&&t===(l.__parentNode||l.parentNode)){for(l=l.nextSibling;l===n||(null==l?void 0:l["s-sr"]);)l=null==l?void 0:l.nextSibling;if(!l||!l["s-nr"]){o=l;break}}e=e.previousSibling}}if((!o&&t!==(n.__parentNode||n.parentNode)||(n.__nextSibling||n.nextSibling)!==o)&&n!==o){if(lt(t,n,o,e),8===n.nodeType&&n.nodeValue.startsWith("s-nt-")){const t=r.document.createTextNode(n.nodeValue.replace(/^s-nt-/,""));t["s-hn"]=n["s-hn"],t["s-sn"]=n["s-sn"],t["s-sh"]=n["s-sh"],t["s-sr"]=n["s-sr"],t["s-ol"]=n["s-ol"],t["s-ol"]["s-nr"]=t,lt(n.parentNode,t,n,e),n.parentNode.removeChild(n)}1===n.nodeType&&"SLOT-FB"!==n.tagName&&(n.hidden=null!=(i=n["s-ih"])&&i)}n&&"function"==typeof c["s-rf"]&&c["s-rf"](c)}else 1===n.nodeType&&(n.hidden=!0)}}if(q&&y(p.k),c.u&=-2,et.length=0,!V&&!(1&a.u)&&f["s-cr"]){const t=p.k.__childNodes||p.k.childNodes;for(const n of t)if(n["s-hn"]!==N&&!n["s-sh"])if(e&&null==n["s-ih"]&&(n["s-ih"]=null!=(u=n.hidden)&&u),1===n.nodeType)n.hidden=!0;else if(3===n.nodeType&&n.nodeValue.trim()){const t=r.document.createComment("s-nt-"+n.nodeValue);t["s-sn"]=n["s-sn"],lt(n.parentNode,t,n,e),n.parentNode.removeChild(n)}}k=void 0})(t,n,o)}catch(n){s(n,t.$hostElement$)}return null},dt=t=>{const n=t.$hostElement$,e=t.i,o=t.C;ht(e,"componentDidRender",void 0,n),64&t.u?ht(e,"componentDidUpdate",void 0,n):(t.u|=64,vt(n),ht(e,"componentDidLoad",void 0,n),t.A(n),o||pt()),t.M&&(t.M(),t.M=void 0),512&t.u&&m((()=>it(t,!1))),t.u&=-517},pt=()=>{m((()=>P(r,"appload",{detail:{namespace:"forja-sections"}})))},ht=(t,n,e,o)=>{if(t&&t[n])try{return t[n](e)}catch(t){s(t,o)}},vt=t=>t.classList.add("hydrated"),mt=(t,n,o,l)=>{const s=e(t);if(!s)return;if(!s)throw Error(`Couldn't find host element for "${l.F}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`);const i=s.l.get(n),r=s.u,c=s.i;if(o=A(o,l.t[n][0]),(!(8&r)||void 0===i)&&o!==i&&(!Number.isNaN(i)||!Number.isNaN(o))&&(s.l.set(n,o),2&r)){if(c.componentShouldUpdate&&!1===c.componentShouldUpdate(o,i,n)&&!(16&r))return;16&r||it(s,!1)}},bt=(n,o,l)=>{var s,i;const r=n.prototype;if(o.t){const u=Object.entries(null!=(s=o.t)?s:{});if(u.map((([n,[s]])=>{if(31&s||2&l&&32&s){const{get:i,set:c}=t(r,n)||{};i&&(o.t[n][0]|=2048),c&&(o.t[n][0]|=4096),(1&l||!i)&&Object.defineProperty(r,n,{get(){{if(!(2048&o.t[n][0]))return((t,n)=>e(this).l.get(n))(0,n);const t=e(this),l=t?t.i:r;if(!l)return;return l[n]}},configurable:!0,enumerable:!0}),Object.defineProperty(r,n,{set(t){const i=e(this);if(i){if(c)return void 0===(32&s?this[n]:i.$hostElement$[n])&&i.l.get(n)&&(t=i.l.get(n)),c.call(this,A(t,s)),void mt(this,n,t=32&s?this[n]:i.$hostElement$[n],o);{if(!(1&l&&4096&o.t[n][0]))return mt(this,n,t,o),void(1&l&&!i.i&&i.L.push((()=>{4096&o.t[n][0]&&i.i[n]!==i.l.get(n)&&(i.i[n]=t)})));const e=()=>{const e=i.i[n];!i.l.get(n)&&e&&i.l.set(n,e),i.i[n]=A(t,s),mt(this,n,i.i[n],o)};i.i?e():i.L.push((()=>{e()}))}}}})}})),1&l){const t=new Map;r.attributeChangedCallback=function(n,l,s){c.jmp((()=>{var i;const c=t.get(n),f=e(this);if(this.hasOwnProperty(c)&&(s=this[c],delete this[c]),r.hasOwnProperty(c)&&"number"==typeof this[c]&&this[c]==s)return;if(null==c){const t=null==f?void 0:f.u;if(f&&t&&!(8&t)&&s!==l){const e=f.i,r=null==(i=o.P)?void 0:i[n];null==r||r.forEach((o=>{const[[i,r]]=Object.entries(o);null!=e[i]&&(128&t||1&r)&&e[i].call(e,s,l,n)}))}return}const a=u.find((([t])=>t===c));a&&4&a[1][0]&&(s=null!==s&&"false"!==s);const d=Object.getOwnPropertyDescriptor(r,c);s==this[c]||d.get&&!d.set||(this[c]=s)}))},n.observedAttributes=Array.from(new Set([...Object.keys(null!=(i=o.P)?i:{}),...u.filter((([t,n])=>31&n[0])).map((([n,e])=>{const o=e[1]||n;return t.set(o,n),o}))]))}}return n},yt=(t,n)=>{ht(t,"connectedCallback",void 0,n)},$t=(t,n)=>{ht(t,"disconnectedCallback",void 0,n||t)},gt=(t,n={})=>{var o;if(!r.document)return void console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");const l=[],u=n.exclude||[],f=r.customElements,a=r.document.head,d=a.querySelector("meta[charset]"),p=r.document.createElement("style"),h=[];let v,m=!0;Object.assign(c,n),c.p=new URL(n.resourcesUrl||"./",r.document.baseURI).href;let b=!1;if(t.map((t=>{t[1].map((n=>{const o={u:n[0],F:n[1],t:n[2],D:n[3]};4&o.u&&(b=!0),o.t=n[2];const a=o.F,d=class extends HTMLElement{"s-p";"s-rc";hasRegisteredEventListeners=!1;constructor(t){super(t),((t,n)=>{const e={u:0,$hostElement$:t,o:n,l:new Map,_:new Map};e.H=new Promise((t=>e.A=t)),t["s-p"]=[],t["s-rc"]=[],e.L=[];const o=e;t.__stencil__getHostRef=()=>o})(t=this,o)}connectedCallback(){e(this)&&(this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0),v&&(clearTimeout(v),v=null),m?h.push(this):c.jmp((()=>(t=>{if(!(1&c.u)){const n=e(t);if(!n)return;const o=n.o,l=()=>{};if(1&n.u)(null==n?void 0:n.i)?yt(n.i,t):(null==n?void 0:n.H)&&n.H.then((()=>yt(n.i,t)));else{n.u|=1,12&o.u&&(t=>{if(!r.document)return;const n=t["s-cr"]=r.document.createComment("");n["s-cn"]=!0,lt(t,n,t.firstChild)})(t);{let e=t;for(;e=e.parentNode||e.host;)if(e["s-p"]){st(n,n.C=e);break}}o.t&&Object.entries(o.t).map((([n,[e]])=>{if(31&e&&Object.prototype.hasOwnProperty.call(t,n)){const e=t[n];delete t[n],t[n]=e}})),(async(t,n,e)=>{let o;try{if(!(32&n.u))if(n.u|=32,e.U){const l=((t,n)=>{const e=t.F.replace(/-/g,"_"),o=t.U;if(!o)return;const l=i.get(o);return l?l[e]:import(`./${o}.entry.js`).then((t=>(i.set(o,t),t[e])),(t=>{s(t,n.$hostElement$)}))
|
|
2
|
+
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(e,n);if(l&&"then"in l){const t=()=>{};o=await l,t()}else o=l;if(!o)throw Error(`Constructor for "${e.F}#${n.W}" was not found`);o.isProxied||(bt(o,e,2),o.isProxied=!0);const r=()=>{};n.u|=8;try{new o(n)}catch(n){s(n,t)}n.u&=-9,r(),4&e.u?n.T=!0:yt(n.i,t)}else o=t.constructor,customElements.whenDefined(t.localName).then((()=>n.u|=128));const l=n.C,r=()=>it(n,!0);l&&l["s-rc"]?l["s-rc"].push(r):r()}catch(e){s(e,t),n.M&&(n.M(),n.M=void 0),n.A&&n.A(t)}})(t,n,o)}l()}})(this))))}disconnectedCallback(){c.jmp((()=>(async t=>{if(!(1&c.u)){const n=e(t);(null==n?void 0:n.i)?$t(n.i,t):(null==n?void 0:n.H)&&n.H.then((()=>$t(n.i,t)))}S.has(t)&&S.delete(t),t.shadowRoot&&S.has(t.shadowRoot)&&S.delete(t.shadowRoot)})(this))),c.raf((()=>{var t;const n=e(this);if(!n)return;const o=h.findIndex((t=>t===this));o>-1&&h.splice(o,1),(null==(t=null==n?void 0:n.R)?void 0:t.k)instanceof Node&&!n.R.k.isConnected&&delete n.R.k}))}componentOnReady(){var t;return null==(t=e(this))?void 0:t.H}};o.U=t[0],u.includes(a)||f.get(a)||(l.push(a),f.define(a,bt(d,o,1)))}))})),l.length>0&&(b&&(p.textContent+="slot-fb{display:contents}slot-fb[hidden]{display:none}"),p.textContent+=l.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",p.innerHTML.length)){p.setAttribute("data-styles","");const t=null!=(o=c.B)?o:function(){var t,n,e;return null!=(e=null==(n=null==(t=r.document.head)?void 0:t.querySelector('meta[name="csp-nonce"]'))?void 0:n.getAttribute("content"))?e:void 0}();null!=t&&p.setAttribute("nonce",t),a.insertBefore(p,d?d.nextSibling:a.firstChild)}m=!1,h.length?h.map((t=>t.connectedCallback())):c.jmp((()=>v=setTimeout(pt,30)))},wt=t=>c.B=t;export{gt as b,F as c,M as h,u as p,o as r,wt as s}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r,h as s}from"./p-WdE4YutY.js";const i=class{constructor(s){r(this,s),this.dividerStyle="line"}render(){const r=["forja-divider",`forja-divider--${this.dividerStyle}`].join(" ");return this.label?s("div",{class:r,role:"separator","aria-label":this.label},s("span",{class:"forja-divider__label"},this.label)):s("hr",{class:r})}};export{i as forja_divider}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as o,h as r}from"./p-WdE4YutY.js";import{s}from"./p-CTbyYfdB.js";const l=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: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: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:"96e2ad1a4250c58f0785ccf1dcf38c7ac5b8d53a",class:"forja-portfolio","aria-label":s(this.sectionTitle,"Portfolio")},r("slot",{key:"a4f4d1379d09a2019e5e92de5bf0f65d8a78bf62",name:"before"}),this.sectionTitle&&r("h2",{key:"3419d7e33cda89d94ad2166c02df2b5451715ca7",class:"forja-portfolio__title"},this.sectionTitle),this.text&&r("div",{key:"1dc200413658bde80829bd57b166772e6e27b8be",class:"forja-portfolio__text",innerHTML:this.text}),this.renderExperiences(),this.renderEducation(),this.renderSkills(),r("slot",{key:"4ea0373f8e21524b516dd3f4b5a967acd3c7d7cf",name:"after"}))}};export{l as forja_portfolio}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,c as a,h as o}from"./p-WdE4YutY.js";const n=class{constructor(o){e(this,o),this.forjaThemeToggle=a(this,"forjaThemeToggle"),this.forjaLocaleChange=a(this,"forjaLocaleChange"),this.homeHref="/",this.showThemeToggle=!0,this.mobileOpen=!1,this.localeDropdownOpen=!1,this.toggleMobile=()=>{this.mobileOpen=!this.mobileOpen},this.toggleLocaleDropdown=()=>{this.localeDropdownOpen=!this.localeDropdownOpen},this.selectLocale=e=>{this.localeDropdownOpen=!1,this.forjaLocaleChange.emit(e)},this.handleThemeToggle=()=>{this.forjaThemeToggle.emit()}}renderNavLink(e){return o("a",{href:e.href,target:e.openInNewTab?"_blank":void 0,rel:e.openInNewTab?"noopener noreferrer":void 0,class:"forja-nav__link"},e.title)}renderDesktopItem(e){return e.children&&e.children.length>0?o("div",{class:"forja-nav__dropdown"},o("a",{href:e.href,target:e.openInNewTab?"_blank":void 0,rel:e.openInNewTab?"noopener noreferrer":void 0,class:"forja-nav__link"},e.title),o("div",{class:"forja-nav__dropdown-menu"},e.children.map((e=>o("a",{href:e.href,target:e.openInNewTab?"_blank":void 0,rel:e.openInNewTab?"noopener noreferrer":void 0,class:"forja-nav__dropdown-item"},e.title))))):this.renderNavLink(e)}renderThemeToggle(){return this.showThemeToggle?o("button",{type:"button","aria-label":"Toggle dark mode",class:"forja-nav__theme-toggle",onClick:this.handleThemeToggle},o("svg",{class:"forja-nav__icon-moon",xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},o("path",{d:"M21 12.79A9 9 0 1111.21 3a7 7 0 009.79 9.79z"})),o("svg",{class:"forja-nav__icon-sun",xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},o("circle",{cx:"12",cy:"12",r:"5"}),o("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),o("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),o("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),o("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),o("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),o("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),o("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),o("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"}))):null}renderLocaleSwitcher(){return!this.locales||this.locales.length<=1?null:o("div",{class:"forja-nav__locale-switcher"},o("button",{type:"button","aria-label":"Switch language",class:"forja-nav__locale-toggle",onClick:this.toggleLocaleDropdown},this.currentLocale||"en"),this.localeDropdownOpen&&o("div",{class:"forja-nav__locale-dropdown"},this.locales.map((e=>o("button",{type:"button",class:"forja-nav__locale-option"+(e.code===this.currentLocale?" forja-nav__locale-option--active":""),onClick:()=>this.selectLocale(e.code)},e.name)))))}render(){const e=this.items||[];return o("nav",{key:"d53286c5cb8ab3a53d319bfc4f56261f14bbd0e7",class:"forja-nav","aria-label":"Main navigation"},o("div",{key:"f6ddbb63413194a4c9b65f28685c856794da9085",class:"forja-nav__container"},this.siteName&&o("a",{key:"18bf629d717e2bf64da5705900bde85958a4efcc",href:this.homeHref,class:"forja-nav__brand"},this.siteName),o("div",{key:"60df3ad46c3d3d8c69ad94956d40e50713143fe1",class:"forja-nav__desktop"},e.map((e=>this.renderDesktopItem(e))),this.renderLocaleSwitcher(),this.renderThemeToggle()),o("button",{key:"5a11fece72449bb05dfab14a49dc0e4cb08b3030",type:"button","aria-label":"Toggle navigation",class:"forja-nav__hamburger",onClick:this.toggleMobile},o("svg",{key:"19ca0c78e8a9d2c0566f5722e058fe6bfdfa5e26",xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},o("line",{key:"1a61567b4a0e80d1b924a8ddd82e6565e9c87896",x1:"3",y1:"12",x2:"21",y2:"12"}),o("line",{key:"d57ae9589e5369942d48698b0842bd3390130747",x1:"3",y1:"6",x2:"21",y2:"6"}),o("line",{key:"dc58d5f24249e2989ce33f7a366d6926a7408496",x1:"3",y1:"18",x2:"21",y2:"18"})))),this.mobileOpen&&o("div",{key:"c2ae6b8da7095d8851196fc22b2e10bf7abce3b9",class:"forja-nav__mobile"},e.map((e=>o("a",{href:e.href,target:e.openInNewTab?"_blank":void 0,rel:e.openInNewTab?"noopener noreferrer":void 0,class:"forja-nav__mobile-link"},e.title))),this.renderThemeToggle()))}};export{n as forja_nav}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,h as e}from"./p-WdE4YutY.js";import{s}from"./p-CTbyYfdB.js";const r=class{constructor(e){a(this,e)}render(){const a=["forja-hero",this.fullWidth&&"forja-hero--full-width",this.gradient&&"forja-hero--gradient"].filter(Boolean).join(" ");return e("section",{key:"43ec04aba0825c70330d5a9f22d6a7c4168cabad",class:a,"aria-label":s(this.sectionTitle,"Hero")},e("slot",{key:"be9b16694a02aee3fe1ae96ab4bdd822ad1c0b96",name:"before"}),this.imageUrl&&e("img",{key:"d41247eb3ddb7d6782f6fdbb6df7545e20c66c2b",src:this.imageUrl,alt:this.imageAlt||"",class:"forja-hero__image",loading:"eager"}),e("div",{key:"9545c4a55a85f3309a61afa5c7249ae84c183e86",class:"forja-hero__content"},this.sectionTitle&&e("h2",{key:"1f77acc32f1aae7af9d8afaabd09fc8d2a940af6",class:"forja-hero__title"},this.sectionTitle),this.text&&e("div",{key:"9d95c5669bd63d68a82206740e18edace7b22ef4",class:"forja-hero__text",innerHTML:this.text}),this.buttonText&&this.buttonHref&&e("a",{key:"ae33f3e16544486aef89a2f33e4e0361a9a1a3ca",href:this.buttonHref,class:"forja-hero__cta"},this.buttonText)),e("slot",{key:"9fce9221736717aa80332eea4b981233a896a38c",name:"after"}))}};export{r as forja_hero}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,h as t}from"./p-WdE4YutY.js";import{s as i}from"./p-CTbyYfdB.js";const s=class{constructor(t){e(this,t),this.layout="vertical",this.showDates=!0}render(){const e=this.events&&this.events.length>0,s=["forja-timeline",`forja-timeline--${this.layout}`].join(" ");return t("section",{key:"cebf45a5dea290fa21d427394db4916b4224df54",class:s,"aria-label":i(this.sectionTitle,"Timeline")},t("slot",{key:"cf344c1df40eb02608a4255ec4b176f9efcd0ada",name:"before"}),this.sectionTitle&&t("h2",{key:"fab8e6c374c2e57fa345d092fc9453b0e4fc16ec",class:"forja-timeline__title"},this.sectionTitle),this.text&&t("div",{key:"0282811543111b55001d8b4fbe7e02cb7d944a7e",class:"forja-timeline__text",innerHTML:this.text}),e?t("ol",{class:"forja-timeline__list"},this.events.map((e=>t("li",{class:"forja-timeline__item"},this.showDates&&e.date&&t("time",{class:"forja-timeline__date"},e.date),t("h3",{class:"forja-timeline__event-title"},e.title),e.text&&t("div",{class:"forja-timeline__event-text",innerHTML:e.text}))))):t("slot",null),t("slot",{key:"b56de78fa2dee0850de2ef5c0ca48243f8cf6e2c",name:"after"}))}};export{s as forja_timeline}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,h as s}from"./p-WdE4YutY.js";import{s as l}from"./p-CTbyYfdB.js";const t=class{constructor(s){a(this,s)}render(){const a=this.tags&&this.tags.length>0;return s("section",{key:"dc9015d823c69a88c8252115948517887e7ce400",class:"forja-tag-cloud","aria-label":l(this.sectionTitle,"Tags")},s("slot",{key:"4a860c211a75f97d67755a1811db76c20840740f",name:"before"}),this.sectionTitle&&s("h2",{key:"bfae3b68ba76c7ce14d01d52ee47a5b5b6f04f89",class:"forja-tag-cloud__title"},this.sectionTitle),this.text&&s("div",{key:"7175c987bfadf8e4bb433e2cb8b856412818c0d0",class:"forja-tag-cloud__text",innerHTML: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:"673878f83e689016cf1a001e87774fe66c4c7baa",name:"after"}))}};export{t as forja_tag_cloud}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as e}from"./p-WdE4YutY.js";import{s}from"./p-CTbyYfdB.js";const a=class{constructor(e){t(this,e),this.width="default",this.alignment="left"}render(){const t=["forja-text",`forja-text--${this.width}`,`forja-text--${this.alignment}`].join(" ");return e("section",{key:"2cc7f40271cc449ec8b4fc88576398a0b0763aca",class:t,"aria-label":s(this.sectionTitle,"Content")},e("slot",{key:"7da4597bc3dde56e4ae4179ae871f08f332c1c7f",name:"before"}),this.sectionTitle&&e("h2",{key:"ba03ee398659bf8926d6c434012b553e430a9413",class:"forja-text__title"},this.sectionTitle),this.text?e("div",{class:"forja-text__content",innerHTML:this.text}):e("div",{class:"forja-text__content"},e("slot",null)),e("slot",{key:"138eeef4fa534fd22772da123bbd6b7b30c20078",name:"after"}))}};export{a as forja_text_block}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as i,h as a}from"./p-WdE4YutY.js";import{s}from"./p-CTbyYfdB.js";const c=class{constructor(a){i(this,a)}render(){const i=this.tiers&&this.tiers.length>0;return a("section",{key:"bae1df3d72dc351c1e55506fdfaad535f45814f6",class:"forja-pricing","aria-label":s(this.sectionTitle,"Pricing")},a("slot",{key:"343e7d5490dfc07cc2024661d404b1c2a44c46a9",name:"before"}),(this.sectionTitle||this.text)&&a("div",{key:"e91c8e1945da57bc28bbc6ee09b72dca1dd03d22",class:"forja-pricing__header"},this.sectionTitle&&a("h2",{key:"81000892bb72e034613283df85928c1c667a4f95",class:"forja-pricing__title"},this.sectionTitle),this.text&&a("div",{key:"56363c268fb40a5512ab90005463bf43402e8c2f",class:"forja-pricing__text",innerHTML:this.text})),a("div",{class:"forja-pricing__tiers",role:"list","data-columns":this.columns},i?this.tiers.map((i=>a("div",{class:"forja-pricing__tier"+(i.highlighted?" forja-pricing__tier--highlighted":""),role:"listitem"},a("h3",{class:"forja-pricing__tier-name"},i.name),a("div",{class:"forja-pricing__price"},a("span",{class:"forja-pricing__amount"},i.price),i.period&&a("span",{class:"forja-pricing__period"},i.period)),i.description&&a("p",{class:"forja-pricing__description"},i.description),i.features&&i.features.length>0&&a("ul",{class:"forja-pricing__features"},i.features.map((i=>a("li",{class:"forja-pricing__feature"},i)))),i.buttonText&&i.buttonHref&&a("a",{href:i.buttonHref,class:"forja-pricing__cta"},i.buttonText)))):a("slot",null)),a("slot",{key:"d4ed110c1c8ab8a865ba7c1066caf5867c36494c",name:"after"}))}};export{c as forja_pricing}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,h as s}from"./p-WdE4YutY.js";import{s as e}from"./p-CTbyYfdB.js";const t=class{constructor(s){a(this,s)}render(){const a=this.items&&this.items.length>0;return s("section",{key:"01434127526dac604e2542876f04c5ac88768038",class:"forja-features","aria-label":e(this.sectionTitle,"Features")},s("slot",{key:"cfc0d012020d197474abc35118b5c1191575d078",name:"before"}),(this.sectionTitle||this.text)&&s("div",{key:"a626af8e540db41d255ec2a637bd341686287a86",class:"forja-features__header"},this.sectionTitle&&s("h2",{key:"15bf163f29719490525523ff72f05566277bbcc0",class:"forja-features__title"},this.sectionTitle),this.text&&s("div",{key:"e9e05b4c08e6beb7ecca32df69daddafe2b53f1a",class:"forja-features__text",innerHTML:this.text})),a?s("ul",{class:"forja-features__grid",role:"list","data-columns":this.columns},this.items.map((a=>s("li",{class:"forja-features__item"},a.icon&&s("span",{class:"forja-features__icon","aria-hidden":"true"},a.icon),s("h3",{class:"forja-features__item-title"},a.title),a.text&&s("p",{class:"forja-features__item-text"},a.text))))):s("div",{class:"forja-features__grid",role:"list","data-columns":this.columns},s("slot",null)),s("slot",{key:"9521b8a787f3fb6907dd116b568a1da5764342fa",name:"after"}))}};export{t as forja_features}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as s,h as a}from"./p-WdE4YutY.js";import{s as t}from"./p-CTbyYfdB.js";const e=class{constructor(a){s(this,a)}render(){const s=this.items&&this.items.length>0,e=["forja-stats",this.statsStyle&&`forja-stats--${this.statsStyle}`].filter(Boolean).join(" ");return a("section",{key:"3aa6f2f843bb0e295dcb84740af6c9fda39d8309",class:e,"aria-label":t(this.sectionTitle,"Statistics")},a("slot",{key:"9565f67c2e7192f8b965be5555eb7f43e271692c",name:"before"}),this.sectionTitle&&a("h2",{key:"cbf15bf5bc0e62702590a1725a6e188bea96639c",class:"forja-stats__title"},this.sectionTitle),this.text&&a("div",{key:"0beb283e6387a04c20a2ba853266b12769ac9725",class:"forja-stats__text",innerHTML:this.text}),s?a("dl",{class:"forja-stats__list","data-columns":this.columns},this.items.map((s=>a("div",{class:"forja-stats__item"},a("dd",{class:"forja-stats__value"},s.value),a("dt",{class:"forja-stats__label"},s.label))))):a("slot",null),a("slot",{key:"7a2ffd297dd37c72d0c16a42b268e8a6f607ad40",name:"after"}))}};export{e as forja_stats}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('./cjs/index.cjs.js');
|
package/dist/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './esm/index.js';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import type { ContactField } from '../../types';
|
|
3
|
+
export declare class ForjaContact {
|
|
4
|
+
sectionTitle?: string;
|
|
5
|
+
text?: string;
|
|
6
|
+
buttonText?: string;
|
|
7
|
+
buttonHref?: string;
|
|
8
|
+
fields?: ContactField[];
|
|
9
|
+
formAction?: string;
|
|
10
|
+
forjaSubmit: EventEmitter<FormData>;
|
|
11
|
+
private handleSubmit;
|
|
12
|
+
render(): any;
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { NavItem, SocialLink } from '../../types';
|
|
2
|
+
export declare class ForjaFooter {
|
|
3
|
+
siteName?: string;
|
|
4
|
+
homeHref?: string;
|
|
5
|
+
items?: NavItem[];
|
|
6
|
+
socialLinks?: SocialLink[];
|
|
7
|
+
showRss?: boolean;
|
|
8
|
+
showSitemap?: boolean;
|
|
9
|
+
tagline?: string;
|
|
10
|
+
render(): any;
|
|
11
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { type LegalDocType } from '../../types';
|
|
2
|
+
/**
|
|
3
|
+
* Renders a legal document (Privacy Policy, Terms of Service, etc.)
|
|
4
|
+
* with toggleable metadata sections. Body content is expected as
|
|
5
|
+
* pre-rendered HTML (markdown → HTML conversion happens upstream).
|
|
6
|
+
*/
|
|
7
|
+
export declare class ForjaLegal {
|
|
8
|
+
/** Document title (e.g. "Privacy Policy"). */
|
|
9
|
+
sectionTitle?: string;
|
|
10
|
+
/** Introductory summary text. Supports HTML. */
|
|
11
|
+
intro?: string;
|
|
12
|
+
/** Full document body. Supports HTML (pre-rendered markdown). */
|
|
13
|
+
body?: string;
|
|
14
|
+
/** Legal document type identifier. Controls the type badge. */
|
|
15
|
+
documentType?: LegalDocType;
|
|
16
|
+
/** Document version number (e.g. 1, 2, 3). */
|
|
17
|
+
version?: number;
|
|
18
|
+
/** ISO 8601 date string for when the document was created. */
|
|
19
|
+
createdAt?: string;
|
|
20
|
+
/** ISO 8601 date string for when the document was last updated. */
|
|
21
|
+
updatedAt?: string;
|
|
22
|
+
/** ISO 8601 date string for when the document becomes effective. */
|
|
23
|
+
effectiveDate?: string;
|
|
24
|
+
/** Show the document type badge. Default: true. */
|
|
25
|
+
showDocumentType?: boolean;
|
|
26
|
+
/** Show the version number. Default: true. */
|
|
27
|
+
showVersion?: boolean;
|
|
28
|
+
/** Show the effective / updated date. Default: true. */
|
|
29
|
+
showDates?: boolean;
|
|
30
|
+
/** Show the introductory summary above the body. Default: true. */
|
|
31
|
+
showIntro?: boolean;
|
|
32
|
+
private formatDate;
|
|
33
|
+
private hasMetadata;
|
|
34
|
+
render(): any;
|
|
35
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import type { NavItem, LocaleOption } from '../../types';
|
|
3
|
+
export declare class ForjaNav {
|
|
4
|
+
siteName?: string;
|
|
5
|
+
homeHref?: string;
|
|
6
|
+
items?: NavItem[];
|
|
7
|
+
locales?: LocaleOption[];
|
|
8
|
+
currentLocale?: string;
|
|
9
|
+
showThemeToggle?: boolean;
|
|
10
|
+
mobileOpen: boolean;
|
|
11
|
+
localeDropdownOpen: boolean;
|
|
12
|
+
forjaThemeToggle: EventEmitter<void>;
|
|
13
|
+
forjaLocaleChange: EventEmitter<string>;
|
|
14
|
+
private toggleMobile;
|
|
15
|
+
private toggleLocaleDropdown;
|
|
16
|
+
private selectLocale;
|
|
17
|
+
private handleThemeToggle;
|
|
18
|
+
private renderNavLink;
|
|
19
|
+
private renderDesktopItem;
|
|
20
|
+
private renderThemeToggle;
|
|
21
|
+
private renderLocaleSwitcher;
|
|
22
|
+
render(): any;
|
|
23
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export declare class ForjaNewsletter {
|
|
3
|
+
sectionTitle?: string;
|
|
4
|
+
text?: string;
|
|
5
|
+
buttonText?: string;
|
|
6
|
+
formAction?: string;
|
|
7
|
+
showName?: boolean;
|
|
8
|
+
forjaSubmit: EventEmitter<FormData>;
|
|
9
|
+
private handleSubmit;
|
|
10
|
+
render(): any;
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { PortfolioExperience, EducationItem, SkillItem } from '../../types';
|
|
2
|
+
export declare class ForjaPortfolio {
|
|
3
|
+
sectionTitle?: string;
|
|
4
|
+
text?: string;
|
|
5
|
+
experiences?: PortfolioExperience[];
|
|
6
|
+
education?: EducationItem[];
|
|
7
|
+
skills?: SkillItem[];
|
|
8
|
+
columns?: number;
|
|
9
|
+
private renderExperiences;
|
|
10
|
+
private renderEducation;
|
|
11
|
+
private renderSkills;
|
|
12
|
+
render(): any;
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { SectionType } from '../../types';
|
|
2
|
+
export declare class ForjaSectionRenderer {
|
|
3
|
+
sectionType: SectionType;
|
|
4
|
+
sectionTitle?: string;
|
|
5
|
+
text?: string;
|
|
6
|
+
imageUrl?: string;
|
|
7
|
+
imageAlt?: string;
|
|
8
|
+
buttonText?: string;
|
|
9
|
+
buttonHref?: string;
|
|
10
|
+
items?: unknown[];
|
|
11
|
+
settings?: Record<string, unknown>;
|
|
12
|
+
render(): any;
|
|
13
|
+
}
|