@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,1010 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This is an autogenerated file created by the Stencil compiler.
|
|
5
|
+
* It contains typing information for all components that exist in this project.
|
|
6
|
+
*/
|
|
7
|
+
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
+
import { BlogPostItem, ContactField, EducationItem, FaqItem, FeatureItem, GalleryItem, LegalDocType, LocaleOption, LogoItem, NavItem, PortfolioExperience, PricingTier, ProjectItem, SectionType, SkillItem, SocialLink, StatItem, TagItem, TeamMember, TestimonialItem, TimelineEvent } from "./types";
|
|
9
|
+
export { BlogPostItem, ContactField, EducationItem, FaqItem, FeatureItem, GalleryItem, LegalDocType, LocaleOption, LogoItem, NavItem, PortfolioExperience, PricingTier, ProjectItem, SectionType, SkillItem, SocialLink, StatItem, TagItem, TeamMember, TestimonialItem, TimelineEvent } from "./types";
|
|
10
|
+
export namespace Components {
|
|
11
|
+
interface ForjaBlog {
|
|
12
|
+
"buttonHref"?: string;
|
|
13
|
+
"buttonText"?: string;
|
|
14
|
+
"columns"?: number;
|
|
15
|
+
"posts"?: BlogPostItem[];
|
|
16
|
+
"sectionTitle"?: string;
|
|
17
|
+
"text"?: string;
|
|
18
|
+
}
|
|
19
|
+
interface ForjaContact {
|
|
20
|
+
"buttonHref"?: string;
|
|
21
|
+
"buttonText"?: string;
|
|
22
|
+
"fields"?: ContactField[];
|
|
23
|
+
"formAction"?: string;
|
|
24
|
+
"sectionTitle"?: string;
|
|
25
|
+
"text"?: string;
|
|
26
|
+
}
|
|
27
|
+
interface ForjaCta {
|
|
28
|
+
"buttonHref"?: string;
|
|
29
|
+
"buttonText"?: string;
|
|
30
|
+
"imageAlt"?: string;
|
|
31
|
+
"imageUrl"?: string;
|
|
32
|
+
"sectionTitle"?: string;
|
|
33
|
+
"text"?: string;
|
|
34
|
+
}
|
|
35
|
+
interface ForjaDivider {
|
|
36
|
+
/**
|
|
37
|
+
* @default 'line'
|
|
38
|
+
*/
|
|
39
|
+
"dividerStyle"?: string;
|
|
40
|
+
"label"?: string;
|
|
41
|
+
}
|
|
42
|
+
interface ForjaFaq {
|
|
43
|
+
"items"?: FaqItem[];
|
|
44
|
+
"sectionTitle"?: string;
|
|
45
|
+
"text"?: string;
|
|
46
|
+
}
|
|
47
|
+
interface ForjaFeatures {
|
|
48
|
+
"columns"?: number;
|
|
49
|
+
"items"?: FeatureItem[];
|
|
50
|
+
"sectionTitle"?: string;
|
|
51
|
+
"text"?: string;
|
|
52
|
+
}
|
|
53
|
+
interface ForjaFooter {
|
|
54
|
+
/**
|
|
55
|
+
* @default '/'
|
|
56
|
+
*/
|
|
57
|
+
"homeHref"?: string;
|
|
58
|
+
"items"?: NavItem[];
|
|
59
|
+
/**
|
|
60
|
+
* @default true
|
|
61
|
+
*/
|
|
62
|
+
"showRss"?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* @default true
|
|
65
|
+
*/
|
|
66
|
+
"showSitemap"?: boolean;
|
|
67
|
+
"siteName"?: string;
|
|
68
|
+
"socialLinks"?: SocialLink[];
|
|
69
|
+
/**
|
|
70
|
+
* @default 'Built with Forja'
|
|
71
|
+
*/
|
|
72
|
+
"tagline"?: string;
|
|
73
|
+
}
|
|
74
|
+
interface ForjaGallery {
|
|
75
|
+
"columns"?: number;
|
|
76
|
+
"items"?: GalleryItem[];
|
|
77
|
+
"sectionTitle"?: string;
|
|
78
|
+
"text"?: string;
|
|
79
|
+
}
|
|
80
|
+
interface ForjaHero {
|
|
81
|
+
"buttonHref"?: string;
|
|
82
|
+
"buttonText"?: string;
|
|
83
|
+
"fullWidth"?: boolean;
|
|
84
|
+
"gradient"?: boolean;
|
|
85
|
+
"imageAlt"?: string;
|
|
86
|
+
"imageUrl"?: string;
|
|
87
|
+
"sectionTitle"?: string;
|
|
88
|
+
"text"?: string;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Renders a legal document (Privacy Policy, Terms of Service, etc.)
|
|
92
|
+
* with toggleable metadata sections. Body content is expected as
|
|
93
|
+
* pre-rendered HTML (markdown → HTML conversion happens upstream).
|
|
94
|
+
*/
|
|
95
|
+
interface ForjaLegal {
|
|
96
|
+
/**
|
|
97
|
+
* Full document body. Supports HTML (pre-rendered markdown).
|
|
98
|
+
*/
|
|
99
|
+
"body"?: string;
|
|
100
|
+
/**
|
|
101
|
+
* ISO 8601 date string for when the document was created.
|
|
102
|
+
*/
|
|
103
|
+
"createdAt"?: string;
|
|
104
|
+
/**
|
|
105
|
+
* Legal document type identifier. Controls the type badge.
|
|
106
|
+
*/
|
|
107
|
+
"documentType"?: LegalDocType;
|
|
108
|
+
/**
|
|
109
|
+
* ISO 8601 date string for when the document becomes effective.
|
|
110
|
+
*/
|
|
111
|
+
"effectiveDate"?: string;
|
|
112
|
+
/**
|
|
113
|
+
* Introductory summary text. Supports HTML.
|
|
114
|
+
*/
|
|
115
|
+
"intro"?: string;
|
|
116
|
+
/**
|
|
117
|
+
* Document title (e.g. "Privacy Policy").
|
|
118
|
+
*/
|
|
119
|
+
"sectionTitle"?: string;
|
|
120
|
+
/**
|
|
121
|
+
* Show the effective / updated date. Default: true.
|
|
122
|
+
* @default true
|
|
123
|
+
*/
|
|
124
|
+
"showDates"?: boolean;
|
|
125
|
+
/**
|
|
126
|
+
* Show the document type badge. Default: true.
|
|
127
|
+
* @default true
|
|
128
|
+
*/
|
|
129
|
+
"showDocumentType"?: boolean;
|
|
130
|
+
/**
|
|
131
|
+
* Show the introductory summary above the body. Default: true.
|
|
132
|
+
* @default true
|
|
133
|
+
*/
|
|
134
|
+
"showIntro"?: boolean;
|
|
135
|
+
/**
|
|
136
|
+
* Show the version number. Default: true.
|
|
137
|
+
* @default true
|
|
138
|
+
*/
|
|
139
|
+
"showVersion"?: boolean;
|
|
140
|
+
/**
|
|
141
|
+
* ISO 8601 date string for when the document was last updated.
|
|
142
|
+
*/
|
|
143
|
+
"updatedAt"?: string;
|
|
144
|
+
/**
|
|
145
|
+
* Document version number (e.g. 1, 2, 3).
|
|
146
|
+
*/
|
|
147
|
+
"version"?: number;
|
|
148
|
+
}
|
|
149
|
+
interface ForjaLogoCloud {
|
|
150
|
+
"columns"?: number;
|
|
151
|
+
"grayscale"?: boolean;
|
|
152
|
+
"logos"?: LogoItem[];
|
|
153
|
+
"sectionTitle"?: string;
|
|
154
|
+
"text"?: string;
|
|
155
|
+
}
|
|
156
|
+
interface ForjaNav {
|
|
157
|
+
"currentLocale"?: string;
|
|
158
|
+
/**
|
|
159
|
+
* @default '/'
|
|
160
|
+
*/
|
|
161
|
+
"homeHref"?: string;
|
|
162
|
+
"items"?: NavItem[];
|
|
163
|
+
"locales"?: LocaleOption[];
|
|
164
|
+
/**
|
|
165
|
+
* @default true
|
|
166
|
+
*/
|
|
167
|
+
"showThemeToggle"?: boolean;
|
|
168
|
+
"siteName"?: string;
|
|
169
|
+
}
|
|
170
|
+
interface ForjaNewsletter {
|
|
171
|
+
/**
|
|
172
|
+
* @default 'Subscribe'
|
|
173
|
+
*/
|
|
174
|
+
"buttonText"?: string;
|
|
175
|
+
"formAction"?: string;
|
|
176
|
+
"sectionTitle"?: string;
|
|
177
|
+
"showName"?: boolean;
|
|
178
|
+
"text"?: string;
|
|
179
|
+
}
|
|
180
|
+
interface ForjaPortfolio {
|
|
181
|
+
"columns"?: number;
|
|
182
|
+
"education"?: EducationItem[];
|
|
183
|
+
"experiences"?: PortfolioExperience[];
|
|
184
|
+
"sectionTitle"?: string;
|
|
185
|
+
"skills"?: SkillItem[];
|
|
186
|
+
"text"?: string;
|
|
187
|
+
}
|
|
188
|
+
interface ForjaPricing {
|
|
189
|
+
"columns"?: number;
|
|
190
|
+
"sectionTitle"?: string;
|
|
191
|
+
"text"?: string;
|
|
192
|
+
"tiers"?: PricingTier[];
|
|
193
|
+
}
|
|
194
|
+
interface ForjaProjects {
|
|
195
|
+
"columns"?: number;
|
|
196
|
+
"items"?: ProjectItem[];
|
|
197
|
+
"sectionTitle"?: string;
|
|
198
|
+
"text"?: string;
|
|
199
|
+
}
|
|
200
|
+
interface ForjaSectionRenderer {
|
|
201
|
+
"buttonHref"?: string;
|
|
202
|
+
"buttonText"?: string;
|
|
203
|
+
"imageAlt"?: string;
|
|
204
|
+
"imageUrl"?: string;
|
|
205
|
+
"items"?: unknown[];
|
|
206
|
+
"sectionTitle"?: string;
|
|
207
|
+
"sectionType": SectionType;
|
|
208
|
+
"settings"?: Record<string, unknown>;
|
|
209
|
+
"text"?: string;
|
|
210
|
+
}
|
|
211
|
+
interface ForjaStats {
|
|
212
|
+
"columns"?: number;
|
|
213
|
+
"items"?: StatItem[];
|
|
214
|
+
"sectionTitle"?: string;
|
|
215
|
+
"statsStyle"?: string;
|
|
216
|
+
"text"?: string;
|
|
217
|
+
}
|
|
218
|
+
interface ForjaTagCloud {
|
|
219
|
+
"sectionTitle"?: string;
|
|
220
|
+
"tags"?: TagItem[];
|
|
221
|
+
"text"?: string;
|
|
222
|
+
}
|
|
223
|
+
interface ForjaTeam {
|
|
224
|
+
"columns"?: number;
|
|
225
|
+
"members"?: TeamMember[];
|
|
226
|
+
"sectionTitle"?: string;
|
|
227
|
+
/**
|
|
228
|
+
* @default true
|
|
229
|
+
*/
|
|
230
|
+
"showBio"?: boolean;
|
|
231
|
+
/**
|
|
232
|
+
* @default true
|
|
233
|
+
*/
|
|
234
|
+
"showRole"?: boolean;
|
|
235
|
+
"text"?: string;
|
|
236
|
+
}
|
|
237
|
+
interface ForjaTestimonials {
|
|
238
|
+
"columns"?: number;
|
|
239
|
+
"items"?: TestimonialItem[];
|
|
240
|
+
"sectionTitle"?: string;
|
|
241
|
+
"text"?: string;
|
|
242
|
+
}
|
|
243
|
+
interface ForjaTextBlock {
|
|
244
|
+
/**
|
|
245
|
+
* @default 'left'
|
|
246
|
+
*/
|
|
247
|
+
"alignment"?: string;
|
|
248
|
+
"sectionTitle"?: string;
|
|
249
|
+
"text"?: string;
|
|
250
|
+
/**
|
|
251
|
+
* @default 'default'
|
|
252
|
+
*/
|
|
253
|
+
"width"?: string;
|
|
254
|
+
}
|
|
255
|
+
interface ForjaTimeline {
|
|
256
|
+
"events"?: TimelineEvent[];
|
|
257
|
+
/**
|
|
258
|
+
* @default 'vertical'
|
|
259
|
+
*/
|
|
260
|
+
"layout"?: string;
|
|
261
|
+
"sectionTitle"?: string;
|
|
262
|
+
/**
|
|
263
|
+
* @default true
|
|
264
|
+
*/
|
|
265
|
+
"showDates"?: boolean;
|
|
266
|
+
"text"?: string;
|
|
267
|
+
}
|
|
268
|
+
interface ForjaVideo {
|
|
269
|
+
/**
|
|
270
|
+
* @default '16:9'
|
|
271
|
+
*/
|
|
272
|
+
"aspectRatio"?: string;
|
|
273
|
+
/**
|
|
274
|
+
* @default false
|
|
275
|
+
*/
|
|
276
|
+
"autoplay"?: boolean;
|
|
277
|
+
/**
|
|
278
|
+
* @default 'youtube'
|
|
279
|
+
*/
|
|
280
|
+
"provider"?: string;
|
|
281
|
+
"sectionTitle"?: string;
|
|
282
|
+
"text"?: string;
|
|
283
|
+
"videoUrl"?: string;
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
export interface ForjaContactCustomEvent<T> extends CustomEvent<T> {
|
|
287
|
+
detail: T;
|
|
288
|
+
target: HTMLForjaContactElement;
|
|
289
|
+
}
|
|
290
|
+
export interface ForjaNavCustomEvent<T> extends CustomEvent<T> {
|
|
291
|
+
detail: T;
|
|
292
|
+
target: HTMLForjaNavElement;
|
|
293
|
+
}
|
|
294
|
+
export interface ForjaNewsletterCustomEvent<T> extends CustomEvent<T> {
|
|
295
|
+
detail: T;
|
|
296
|
+
target: HTMLForjaNewsletterElement;
|
|
297
|
+
}
|
|
298
|
+
declare global {
|
|
299
|
+
interface HTMLForjaBlogElement extends Components.ForjaBlog, HTMLStencilElement {
|
|
300
|
+
}
|
|
301
|
+
var HTMLForjaBlogElement: {
|
|
302
|
+
prototype: HTMLForjaBlogElement;
|
|
303
|
+
new (): HTMLForjaBlogElement;
|
|
304
|
+
};
|
|
305
|
+
interface HTMLForjaContactElementEventMap {
|
|
306
|
+
"forjaSubmit": FormData;
|
|
307
|
+
}
|
|
308
|
+
interface HTMLForjaContactElement extends Components.ForjaContact, HTMLStencilElement {
|
|
309
|
+
addEventListener<K extends keyof HTMLForjaContactElementEventMap>(type: K, listener: (this: HTMLForjaContactElement, ev: ForjaContactCustomEvent<HTMLForjaContactElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
310
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
311
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
312
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
313
|
+
removeEventListener<K extends keyof HTMLForjaContactElementEventMap>(type: K, listener: (this: HTMLForjaContactElement, ev: ForjaContactCustomEvent<HTMLForjaContactElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
314
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
315
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
316
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
317
|
+
}
|
|
318
|
+
var HTMLForjaContactElement: {
|
|
319
|
+
prototype: HTMLForjaContactElement;
|
|
320
|
+
new (): HTMLForjaContactElement;
|
|
321
|
+
};
|
|
322
|
+
interface HTMLForjaCtaElement extends Components.ForjaCta, HTMLStencilElement {
|
|
323
|
+
}
|
|
324
|
+
var HTMLForjaCtaElement: {
|
|
325
|
+
prototype: HTMLForjaCtaElement;
|
|
326
|
+
new (): HTMLForjaCtaElement;
|
|
327
|
+
};
|
|
328
|
+
interface HTMLForjaDividerElement extends Components.ForjaDivider, HTMLStencilElement {
|
|
329
|
+
}
|
|
330
|
+
var HTMLForjaDividerElement: {
|
|
331
|
+
prototype: HTMLForjaDividerElement;
|
|
332
|
+
new (): HTMLForjaDividerElement;
|
|
333
|
+
};
|
|
334
|
+
interface HTMLForjaFaqElement extends Components.ForjaFaq, HTMLStencilElement {
|
|
335
|
+
}
|
|
336
|
+
var HTMLForjaFaqElement: {
|
|
337
|
+
prototype: HTMLForjaFaqElement;
|
|
338
|
+
new (): HTMLForjaFaqElement;
|
|
339
|
+
};
|
|
340
|
+
interface HTMLForjaFeaturesElement extends Components.ForjaFeatures, HTMLStencilElement {
|
|
341
|
+
}
|
|
342
|
+
var HTMLForjaFeaturesElement: {
|
|
343
|
+
prototype: HTMLForjaFeaturesElement;
|
|
344
|
+
new (): HTMLForjaFeaturesElement;
|
|
345
|
+
};
|
|
346
|
+
interface HTMLForjaFooterElement extends Components.ForjaFooter, HTMLStencilElement {
|
|
347
|
+
}
|
|
348
|
+
var HTMLForjaFooterElement: {
|
|
349
|
+
prototype: HTMLForjaFooterElement;
|
|
350
|
+
new (): HTMLForjaFooterElement;
|
|
351
|
+
};
|
|
352
|
+
interface HTMLForjaGalleryElement extends Components.ForjaGallery, HTMLStencilElement {
|
|
353
|
+
}
|
|
354
|
+
var HTMLForjaGalleryElement: {
|
|
355
|
+
prototype: HTMLForjaGalleryElement;
|
|
356
|
+
new (): HTMLForjaGalleryElement;
|
|
357
|
+
};
|
|
358
|
+
interface HTMLForjaHeroElement extends Components.ForjaHero, HTMLStencilElement {
|
|
359
|
+
}
|
|
360
|
+
var HTMLForjaHeroElement: {
|
|
361
|
+
prototype: HTMLForjaHeroElement;
|
|
362
|
+
new (): HTMLForjaHeroElement;
|
|
363
|
+
};
|
|
364
|
+
/**
|
|
365
|
+
* Renders a legal document (Privacy Policy, Terms of Service, etc.)
|
|
366
|
+
* with toggleable metadata sections. Body content is expected as
|
|
367
|
+
* pre-rendered HTML (markdown → HTML conversion happens upstream).
|
|
368
|
+
*/
|
|
369
|
+
interface HTMLForjaLegalElement extends Components.ForjaLegal, HTMLStencilElement {
|
|
370
|
+
}
|
|
371
|
+
var HTMLForjaLegalElement: {
|
|
372
|
+
prototype: HTMLForjaLegalElement;
|
|
373
|
+
new (): HTMLForjaLegalElement;
|
|
374
|
+
};
|
|
375
|
+
interface HTMLForjaLogoCloudElement extends Components.ForjaLogoCloud, HTMLStencilElement {
|
|
376
|
+
}
|
|
377
|
+
var HTMLForjaLogoCloudElement: {
|
|
378
|
+
prototype: HTMLForjaLogoCloudElement;
|
|
379
|
+
new (): HTMLForjaLogoCloudElement;
|
|
380
|
+
};
|
|
381
|
+
interface HTMLForjaNavElementEventMap {
|
|
382
|
+
"forjaThemeToggle": void;
|
|
383
|
+
"forjaLocaleChange": string;
|
|
384
|
+
}
|
|
385
|
+
interface HTMLForjaNavElement extends Components.ForjaNav, HTMLStencilElement {
|
|
386
|
+
addEventListener<K extends keyof HTMLForjaNavElementEventMap>(type: K, listener: (this: HTMLForjaNavElement, ev: ForjaNavCustomEvent<HTMLForjaNavElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
387
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
388
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
389
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
390
|
+
removeEventListener<K extends keyof HTMLForjaNavElementEventMap>(type: K, listener: (this: HTMLForjaNavElement, ev: ForjaNavCustomEvent<HTMLForjaNavElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
391
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
392
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
393
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
394
|
+
}
|
|
395
|
+
var HTMLForjaNavElement: {
|
|
396
|
+
prototype: HTMLForjaNavElement;
|
|
397
|
+
new (): HTMLForjaNavElement;
|
|
398
|
+
};
|
|
399
|
+
interface HTMLForjaNewsletterElementEventMap {
|
|
400
|
+
"forjaSubmit": FormData;
|
|
401
|
+
}
|
|
402
|
+
interface HTMLForjaNewsletterElement extends Components.ForjaNewsletter, HTMLStencilElement {
|
|
403
|
+
addEventListener<K extends keyof HTMLForjaNewsletterElementEventMap>(type: K, listener: (this: HTMLForjaNewsletterElement, ev: ForjaNewsletterCustomEvent<HTMLForjaNewsletterElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
404
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
405
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
406
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
407
|
+
removeEventListener<K extends keyof HTMLForjaNewsletterElementEventMap>(type: K, listener: (this: HTMLForjaNewsletterElement, ev: ForjaNewsletterCustomEvent<HTMLForjaNewsletterElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
408
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
409
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
410
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
411
|
+
}
|
|
412
|
+
var HTMLForjaNewsletterElement: {
|
|
413
|
+
prototype: HTMLForjaNewsletterElement;
|
|
414
|
+
new (): HTMLForjaNewsletterElement;
|
|
415
|
+
};
|
|
416
|
+
interface HTMLForjaPortfolioElement extends Components.ForjaPortfolio, HTMLStencilElement {
|
|
417
|
+
}
|
|
418
|
+
var HTMLForjaPortfolioElement: {
|
|
419
|
+
prototype: HTMLForjaPortfolioElement;
|
|
420
|
+
new (): HTMLForjaPortfolioElement;
|
|
421
|
+
};
|
|
422
|
+
interface HTMLForjaPricingElement extends Components.ForjaPricing, HTMLStencilElement {
|
|
423
|
+
}
|
|
424
|
+
var HTMLForjaPricingElement: {
|
|
425
|
+
prototype: HTMLForjaPricingElement;
|
|
426
|
+
new (): HTMLForjaPricingElement;
|
|
427
|
+
};
|
|
428
|
+
interface HTMLForjaProjectsElement extends Components.ForjaProjects, HTMLStencilElement {
|
|
429
|
+
}
|
|
430
|
+
var HTMLForjaProjectsElement: {
|
|
431
|
+
prototype: HTMLForjaProjectsElement;
|
|
432
|
+
new (): HTMLForjaProjectsElement;
|
|
433
|
+
};
|
|
434
|
+
interface HTMLForjaSectionRendererElement extends Components.ForjaSectionRenderer, HTMLStencilElement {
|
|
435
|
+
}
|
|
436
|
+
var HTMLForjaSectionRendererElement: {
|
|
437
|
+
prototype: HTMLForjaSectionRendererElement;
|
|
438
|
+
new (): HTMLForjaSectionRendererElement;
|
|
439
|
+
};
|
|
440
|
+
interface HTMLForjaStatsElement extends Components.ForjaStats, HTMLStencilElement {
|
|
441
|
+
}
|
|
442
|
+
var HTMLForjaStatsElement: {
|
|
443
|
+
prototype: HTMLForjaStatsElement;
|
|
444
|
+
new (): HTMLForjaStatsElement;
|
|
445
|
+
};
|
|
446
|
+
interface HTMLForjaTagCloudElement extends Components.ForjaTagCloud, HTMLStencilElement {
|
|
447
|
+
}
|
|
448
|
+
var HTMLForjaTagCloudElement: {
|
|
449
|
+
prototype: HTMLForjaTagCloudElement;
|
|
450
|
+
new (): HTMLForjaTagCloudElement;
|
|
451
|
+
};
|
|
452
|
+
interface HTMLForjaTeamElement extends Components.ForjaTeam, HTMLStencilElement {
|
|
453
|
+
}
|
|
454
|
+
var HTMLForjaTeamElement: {
|
|
455
|
+
prototype: HTMLForjaTeamElement;
|
|
456
|
+
new (): HTMLForjaTeamElement;
|
|
457
|
+
};
|
|
458
|
+
interface HTMLForjaTestimonialsElement extends Components.ForjaTestimonials, HTMLStencilElement {
|
|
459
|
+
}
|
|
460
|
+
var HTMLForjaTestimonialsElement: {
|
|
461
|
+
prototype: HTMLForjaTestimonialsElement;
|
|
462
|
+
new (): HTMLForjaTestimonialsElement;
|
|
463
|
+
};
|
|
464
|
+
interface HTMLForjaTextBlockElement extends Components.ForjaTextBlock, HTMLStencilElement {
|
|
465
|
+
}
|
|
466
|
+
var HTMLForjaTextBlockElement: {
|
|
467
|
+
prototype: HTMLForjaTextBlockElement;
|
|
468
|
+
new (): HTMLForjaTextBlockElement;
|
|
469
|
+
};
|
|
470
|
+
interface HTMLForjaTimelineElement extends Components.ForjaTimeline, HTMLStencilElement {
|
|
471
|
+
}
|
|
472
|
+
var HTMLForjaTimelineElement: {
|
|
473
|
+
prototype: HTMLForjaTimelineElement;
|
|
474
|
+
new (): HTMLForjaTimelineElement;
|
|
475
|
+
};
|
|
476
|
+
interface HTMLForjaVideoElement extends Components.ForjaVideo, HTMLStencilElement {
|
|
477
|
+
}
|
|
478
|
+
var HTMLForjaVideoElement: {
|
|
479
|
+
prototype: HTMLForjaVideoElement;
|
|
480
|
+
new (): HTMLForjaVideoElement;
|
|
481
|
+
};
|
|
482
|
+
interface HTMLElementTagNameMap {
|
|
483
|
+
"forja-blog": HTMLForjaBlogElement;
|
|
484
|
+
"forja-contact": HTMLForjaContactElement;
|
|
485
|
+
"forja-cta": HTMLForjaCtaElement;
|
|
486
|
+
"forja-divider": HTMLForjaDividerElement;
|
|
487
|
+
"forja-faq": HTMLForjaFaqElement;
|
|
488
|
+
"forja-features": HTMLForjaFeaturesElement;
|
|
489
|
+
"forja-footer": HTMLForjaFooterElement;
|
|
490
|
+
"forja-gallery": HTMLForjaGalleryElement;
|
|
491
|
+
"forja-hero": HTMLForjaHeroElement;
|
|
492
|
+
"forja-legal": HTMLForjaLegalElement;
|
|
493
|
+
"forja-logo-cloud": HTMLForjaLogoCloudElement;
|
|
494
|
+
"forja-nav": HTMLForjaNavElement;
|
|
495
|
+
"forja-newsletter": HTMLForjaNewsletterElement;
|
|
496
|
+
"forja-portfolio": HTMLForjaPortfolioElement;
|
|
497
|
+
"forja-pricing": HTMLForjaPricingElement;
|
|
498
|
+
"forja-projects": HTMLForjaProjectsElement;
|
|
499
|
+
"forja-section-renderer": HTMLForjaSectionRendererElement;
|
|
500
|
+
"forja-stats": HTMLForjaStatsElement;
|
|
501
|
+
"forja-tag-cloud": HTMLForjaTagCloudElement;
|
|
502
|
+
"forja-team": HTMLForjaTeamElement;
|
|
503
|
+
"forja-testimonials": HTMLForjaTestimonialsElement;
|
|
504
|
+
"forja-text-block": HTMLForjaTextBlockElement;
|
|
505
|
+
"forja-timeline": HTMLForjaTimelineElement;
|
|
506
|
+
"forja-video": HTMLForjaVideoElement;
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
declare namespace LocalJSX {
|
|
510
|
+
type OneOf<K extends string, PropT, AttrT = PropT> = { [P in K]: PropT } & { [P in `attr:${K}` | `prop:${K}`]?: never } | { [P in `attr:${K}`]: AttrT } & { [P in K | `prop:${K}`]?: never } | { [P in `prop:${K}`]: PropT } & { [P in K | `attr:${K}`]?: never };
|
|
511
|
+
|
|
512
|
+
interface ForjaBlog {
|
|
513
|
+
"buttonHref"?: string;
|
|
514
|
+
"buttonText"?: string;
|
|
515
|
+
"columns"?: number;
|
|
516
|
+
"posts"?: BlogPostItem[];
|
|
517
|
+
"sectionTitle"?: string;
|
|
518
|
+
"text"?: string;
|
|
519
|
+
}
|
|
520
|
+
interface ForjaContact {
|
|
521
|
+
"buttonHref"?: string;
|
|
522
|
+
"buttonText"?: string;
|
|
523
|
+
"fields"?: ContactField[];
|
|
524
|
+
"formAction"?: string;
|
|
525
|
+
"onForjaSubmit"?: (event: ForjaContactCustomEvent<FormData>) => void;
|
|
526
|
+
"sectionTitle"?: string;
|
|
527
|
+
"text"?: string;
|
|
528
|
+
}
|
|
529
|
+
interface ForjaCta {
|
|
530
|
+
"buttonHref"?: string;
|
|
531
|
+
"buttonText"?: string;
|
|
532
|
+
"imageAlt"?: string;
|
|
533
|
+
"imageUrl"?: string;
|
|
534
|
+
"sectionTitle"?: string;
|
|
535
|
+
"text"?: string;
|
|
536
|
+
}
|
|
537
|
+
interface ForjaDivider {
|
|
538
|
+
/**
|
|
539
|
+
* @default 'line'
|
|
540
|
+
*/
|
|
541
|
+
"dividerStyle"?: string;
|
|
542
|
+
"label"?: string;
|
|
543
|
+
}
|
|
544
|
+
interface ForjaFaq {
|
|
545
|
+
"items"?: FaqItem[];
|
|
546
|
+
"sectionTitle"?: string;
|
|
547
|
+
"text"?: string;
|
|
548
|
+
}
|
|
549
|
+
interface ForjaFeatures {
|
|
550
|
+
"columns"?: number;
|
|
551
|
+
"items"?: FeatureItem[];
|
|
552
|
+
"sectionTitle"?: string;
|
|
553
|
+
"text"?: string;
|
|
554
|
+
}
|
|
555
|
+
interface ForjaFooter {
|
|
556
|
+
/**
|
|
557
|
+
* @default '/'
|
|
558
|
+
*/
|
|
559
|
+
"homeHref"?: string;
|
|
560
|
+
"items"?: NavItem[];
|
|
561
|
+
/**
|
|
562
|
+
* @default true
|
|
563
|
+
*/
|
|
564
|
+
"showRss"?: boolean;
|
|
565
|
+
/**
|
|
566
|
+
* @default true
|
|
567
|
+
*/
|
|
568
|
+
"showSitemap"?: boolean;
|
|
569
|
+
"siteName"?: string;
|
|
570
|
+
"socialLinks"?: SocialLink[];
|
|
571
|
+
/**
|
|
572
|
+
* @default 'Built with Forja'
|
|
573
|
+
*/
|
|
574
|
+
"tagline"?: string;
|
|
575
|
+
}
|
|
576
|
+
interface ForjaGallery {
|
|
577
|
+
"columns"?: number;
|
|
578
|
+
"items"?: GalleryItem[];
|
|
579
|
+
"sectionTitle"?: string;
|
|
580
|
+
"text"?: string;
|
|
581
|
+
}
|
|
582
|
+
interface ForjaHero {
|
|
583
|
+
"buttonHref"?: string;
|
|
584
|
+
"buttonText"?: string;
|
|
585
|
+
"fullWidth"?: boolean;
|
|
586
|
+
"gradient"?: boolean;
|
|
587
|
+
"imageAlt"?: string;
|
|
588
|
+
"imageUrl"?: string;
|
|
589
|
+
"sectionTitle"?: string;
|
|
590
|
+
"text"?: string;
|
|
591
|
+
}
|
|
592
|
+
/**
|
|
593
|
+
* Renders a legal document (Privacy Policy, Terms of Service, etc.)
|
|
594
|
+
* with toggleable metadata sections. Body content is expected as
|
|
595
|
+
* pre-rendered HTML (markdown → HTML conversion happens upstream).
|
|
596
|
+
*/
|
|
597
|
+
interface ForjaLegal {
|
|
598
|
+
/**
|
|
599
|
+
* Full document body. Supports HTML (pre-rendered markdown).
|
|
600
|
+
*/
|
|
601
|
+
"body"?: string;
|
|
602
|
+
/**
|
|
603
|
+
* ISO 8601 date string for when the document was created.
|
|
604
|
+
*/
|
|
605
|
+
"createdAt"?: string;
|
|
606
|
+
/**
|
|
607
|
+
* Legal document type identifier. Controls the type badge.
|
|
608
|
+
*/
|
|
609
|
+
"documentType"?: LegalDocType;
|
|
610
|
+
/**
|
|
611
|
+
* ISO 8601 date string for when the document becomes effective.
|
|
612
|
+
*/
|
|
613
|
+
"effectiveDate"?: string;
|
|
614
|
+
/**
|
|
615
|
+
* Introductory summary text. Supports HTML.
|
|
616
|
+
*/
|
|
617
|
+
"intro"?: string;
|
|
618
|
+
/**
|
|
619
|
+
* Document title (e.g. "Privacy Policy").
|
|
620
|
+
*/
|
|
621
|
+
"sectionTitle"?: string;
|
|
622
|
+
/**
|
|
623
|
+
* Show the effective / updated date. Default: true.
|
|
624
|
+
* @default true
|
|
625
|
+
*/
|
|
626
|
+
"showDates"?: boolean;
|
|
627
|
+
/**
|
|
628
|
+
* Show the document type badge. Default: true.
|
|
629
|
+
* @default true
|
|
630
|
+
*/
|
|
631
|
+
"showDocumentType"?: boolean;
|
|
632
|
+
/**
|
|
633
|
+
* Show the introductory summary above the body. Default: true.
|
|
634
|
+
* @default true
|
|
635
|
+
*/
|
|
636
|
+
"showIntro"?: boolean;
|
|
637
|
+
/**
|
|
638
|
+
* Show the version number. Default: true.
|
|
639
|
+
* @default true
|
|
640
|
+
*/
|
|
641
|
+
"showVersion"?: boolean;
|
|
642
|
+
/**
|
|
643
|
+
* ISO 8601 date string for when the document was last updated.
|
|
644
|
+
*/
|
|
645
|
+
"updatedAt"?: string;
|
|
646
|
+
/**
|
|
647
|
+
* Document version number (e.g. 1, 2, 3).
|
|
648
|
+
*/
|
|
649
|
+
"version"?: number;
|
|
650
|
+
}
|
|
651
|
+
interface ForjaLogoCloud {
|
|
652
|
+
"columns"?: number;
|
|
653
|
+
"grayscale"?: boolean;
|
|
654
|
+
"logos"?: LogoItem[];
|
|
655
|
+
"sectionTitle"?: string;
|
|
656
|
+
"text"?: string;
|
|
657
|
+
}
|
|
658
|
+
interface ForjaNav {
|
|
659
|
+
"currentLocale"?: string;
|
|
660
|
+
/**
|
|
661
|
+
* @default '/'
|
|
662
|
+
*/
|
|
663
|
+
"homeHref"?: string;
|
|
664
|
+
"items"?: NavItem[];
|
|
665
|
+
"locales"?: LocaleOption[];
|
|
666
|
+
"onForjaLocaleChange"?: (event: ForjaNavCustomEvent<string>) => void;
|
|
667
|
+
"onForjaThemeToggle"?: (event: ForjaNavCustomEvent<void>) => void;
|
|
668
|
+
/**
|
|
669
|
+
* @default true
|
|
670
|
+
*/
|
|
671
|
+
"showThemeToggle"?: boolean;
|
|
672
|
+
"siteName"?: string;
|
|
673
|
+
}
|
|
674
|
+
interface ForjaNewsletter {
|
|
675
|
+
/**
|
|
676
|
+
* @default 'Subscribe'
|
|
677
|
+
*/
|
|
678
|
+
"buttonText"?: string;
|
|
679
|
+
"formAction"?: string;
|
|
680
|
+
"onForjaSubmit"?: (event: ForjaNewsletterCustomEvent<FormData>) => void;
|
|
681
|
+
"sectionTitle"?: string;
|
|
682
|
+
"showName"?: boolean;
|
|
683
|
+
"text"?: string;
|
|
684
|
+
}
|
|
685
|
+
interface ForjaPortfolio {
|
|
686
|
+
"columns"?: number;
|
|
687
|
+
"education"?: EducationItem[];
|
|
688
|
+
"experiences"?: PortfolioExperience[];
|
|
689
|
+
"sectionTitle"?: string;
|
|
690
|
+
"skills"?: SkillItem[];
|
|
691
|
+
"text"?: string;
|
|
692
|
+
}
|
|
693
|
+
interface ForjaPricing {
|
|
694
|
+
"columns"?: number;
|
|
695
|
+
"sectionTitle"?: string;
|
|
696
|
+
"text"?: string;
|
|
697
|
+
"tiers"?: PricingTier[];
|
|
698
|
+
}
|
|
699
|
+
interface ForjaProjects {
|
|
700
|
+
"columns"?: number;
|
|
701
|
+
"items"?: ProjectItem[];
|
|
702
|
+
"sectionTitle"?: string;
|
|
703
|
+
"text"?: string;
|
|
704
|
+
}
|
|
705
|
+
interface ForjaSectionRenderer {
|
|
706
|
+
"buttonHref"?: string;
|
|
707
|
+
"buttonText"?: string;
|
|
708
|
+
"imageAlt"?: string;
|
|
709
|
+
"imageUrl"?: string;
|
|
710
|
+
"items"?: unknown[];
|
|
711
|
+
"sectionTitle"?: string;
|
|
712
|
+
"sectionType": SectionType;
|
|
713
|
+
"settings"?: Record<string, unknown>;
|
|
714
|
+
"text"?: string;
|
|
715
|
+
}
|
|
716
|
+
interface ForjaStats {
|
|
717
|
+
"columns"?: number;
|
|
718
|
+
"items"?: StatItem[];
|
|
719
|
+
"sectionTitle"?: string;
|
|
720
|
+
"statsStyle"?: string;
|
|
721
|
+
"text"?: string;
|
|
722
|
+
}
|
|
723
|
+
interface ForjaTagCloud {
|
|
724
|
+
"sectionTitle"?: string;
|
|
725
|
+
"tags"?: TagItem[];
|
|
726
|
+
"text"?: string;
|
|
727
|
+
}
|
|
728
|
+
interface ForjaTeam {
|
|
729
|
+
"columns"?: number;
|
|
730
|
+
"members"?: TeamMember[];
|
|
731
|
+
"sectionTitle"?: string;
|
|
732
|
+
/**
|
|
733
|
+
* @default true
|
|
734
|
+
*/
|
|
735
|
+
"showBio"?: boolean;
|
|
736
|
+
/**
|
|
737
|
+
* @default true
|
|
738
|
+
*/
|
|
739
|
+
"showRole"?: boolean;
|
|
740
|
+
"text"?: string;
|
|
741
|
+
}
|
|
742
|
+
interface ForjaTestimonials {
|
|
743
|
+
"columns"?: number;
|
|
744
|
+
"items"?: TestimonialItem[];
|
|
745
|
+
"sectionTitle"?: string;
|
|
746
|
+
"text"?: string;
|
|
747
|
+
}
|
|
748
|
+
interface ForjaTextBlock {
|
|
749
|
+
/**
|
|
750
|
+
* @default 'left'
|
|
751
|
+
*/
|
|
752
|
+
"alignment"?: string;
|
|
753
|
+
"sectionTitle"?: string;
|
|
754
|
+
"text"?: string;
|
|
755
|
+
/**
|
|
756
|
+
* @default 'default'
|
|
757
|
+
*/
|
|
758
|
+
"width"?: string;
|
|
759
|
+
}
|
|
760
|
+
interface ForjaTimeline {
|
|
761
|
+
"events"?: TimelineEvent[];
|
|
762
|
+
/**
|
|
763
|
+
* @default 'vertical'
|
|
764
|
+
*/
|
|
765
|
+
"layout"?: string;
|
|
766
|
+
"sectionTitle"?: string;
|
|
767
|
+
/**
|
|
768
|
+
* @default true
|
|
769
|
+
*/
|
|
770
|
+
"showDates"?: boolean;
|
|
771
|
+
"text"?: string;
|
|
772
|
+
}
|
|
773
|
+
interface ForjaVideo {
|
|
774
|
+
/**
|
|
775
|
+
* @default '16:9'
|
|
776
|
+
*/
|
|
777
|
+
"aspectRatio"?: string;
|
|
778
|
+
/**
|
|
779
|
+
* @default false
|
|
780
|
+
*/
|
|
781
|
+
"autoplay"?: boolean;
|
|
782
|
+
/**
|
|
783
|
+
* @default 'youtube'
|
|
784
|
+
*/
|
|
785
|
+
"provider"?: string;
|
|
786
|
+
"sectionTitle"?: string;
|
|
787
|
+
"text"?: string;
|
|
788
|
+
"videoUrl"?: string;
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
interface ForjaBlogAttributes {
|
|
792
|
+
"sectionTitle": string;
|
|
793
|
+
"text": string;
|
|
794
|
+
"columns": number;
|
|
795
|
+
"buttonText": string;
|
|
796
|
+
"buttonHref": string;
|
|
797
|
+
}
|
|
798
|
+
interface ForjaContactAttributes {
|
|
799
|
+
"sectionTitle": string;
|
|
800
|
+
"text": string;
|
|
801
|
+
"buttonText": string;
|
|
802
|
+
"buttonHref": string;
|
|
803
|
+
"formAction": string;
|
|
804
|
+
}
|
|
805
|
+
interface ForjaCtaAttributes {
|
|
806
|
+
"sectionTitle": string;
|
|
807
|
+
"text": string;
|
|
808
|
+
"buttonText": string;
|
|
809
|
+
"buttonHref": string;
|
|
810
|
+
"imageUrl": string;
|
|
811
|
+
"imageAlt": string;
|
|
812
|
+
}
|
|
813
|
+
interface ForjaDividerAttributes {
|
|
814
|
+
"dividerStyle": string;
|
|
815
|
+
"label": string;
|
|
816
|
+
}
|
|
817
|
+
interface ForjaFaqAttributes {
|
|
818
|
+
"sectionTitle": string;
|
|
819
|
+
"text": string;
|
|
820
|
+
}
|
|
821
|
+
interface ForjaFeaturesAttributes {
|
|
822
|
+
"sectionTitle": string;
|
|
823
|
+
"text": string;
|
|
824
|
+
"columns": number;
|
|
825
|
+
}
|
|
826
|
+
interface ForjaFooterAttributes {
|
|
827
|
+
"siteName": string;
|
|
828
|
+
"homeHref": string;
|
|
829
|
+
"showRss": boolean;
|
|
830
|
+
"showSitemap": boolean;
|
|
831
|
+
"tagline": string;
|
|
832
|
+
}
|
|
833
|
+
interface ForjaGalleryAttributes {
|
|
834
|
+
"sectionTitle": string;
|
|
835
|
+
"text": string;
|
|
836
|
+
"columns": number;
|
|
837
|
+
}
|
|
838
|
+
interface ForjaHeroAttributes {
|
|
839
|
+
"sectionTitle": string;
|
|
840
|
+
"text": string;
|
|
841
|
+
"imageUrl": string;
|
|
842
|
+
"imageAlt": string;
|
|
843
|
+
"buttonText": string;
|
|
844
|
+
"buttonHref": string;
|
|
845
|
+
"fullWidth": boolean;
|
|
846
|
+
"gradient": boolean;
|
|
847
|
+
}
|
|
848
|
+
interface ForjaLegalAttributes {
|
|
849
|
+
"sectionTitle": string;
|
|
850
|
+
"intro": string;
|
|
851
|
+
"body": string;
|
|
852
|
+
"documentType": LegalDocType;
|
|
853
|
+
"version": number;
|
|
854
|
+
"createdAt": string;
|
|
855
|
+
"updatedAt": string;
|
|
856
|
+
"effectiveDate": string;
|
|
857
|
+
"showDocumentType": boolean;
|
|
858
|
+
"showVersion": boolean;
|
|
859
|
+
"showDates": boolean;
|
|
860
|
+
"showIntro": boolean;
|
|
861
|
+
}
|
|
862
|
+
interface ForjaLogoCloudAttributes {
|
|
863
|
+
"sectionTitle": string;
|
|
864
|
+
"text": string;
|
|
865
|
+
"columns": number;
|
|
866
|
+
"grayscale": boolean;
|
|
867
|
+
}
|
|
868
|
+
interface ForjaNavAttributes {
|
|
869
|
+
"siteName": string;
|
|
870
|
+
"homeHref": string;
|
|
871
|
+
"currentLocale": string;
|
|
872
|
+
"showThemeToggle": boolean;
|
|
873
|
+
}
|
|
874
|
+
interface ForjaNewsletterAttributes {
|
|
875
|
+
"sectionTitle": string;
|
|
876
|
+
"text": string;
|
|
877
|
+
"buttonText": string;
|
|
878
|
+
"formAction": string;
|
|
879
|
+
"showName": boolean;
|
|
880
|
+
}
|
|
881
|
+
interface ForjaPortfolioAttributes {
|
|
882
|
+
"sectionTitle": string;
|
|
883
|
+
"text": string;
|
|
884
|
+
"columns": number;
|
|
885
|
+
}
|
|
886
|
+
interface ForjaPricingAttributes {
|
|
887
|
+
"sectionTitle": string;
|
|
888
|
+
"text": string;
|
|
889
|
+
"columns": number;
|
|
890
|
+
}
|
|
891
|
+
interface ForjaProjectsAttributes {
|
|
892
|
+
"sectionTitle": string;
|
|
893
|
+
"text": string;
|
|
894
|
+
"columns": number;
|
|
895
|
+
}
|
|
896
|
+
interface ForjaSectionRendererAttributes {
|
|
897
|
+
"sectionType": SectionType;
|
|
898
|
+
"sectionTitle": string;
|
|
899
|
+
"text": string;
|
|
900
|
+
"imageUrl": string;
|
|
901
|
+
"imageAlt": string;
|
|
902
|
+
"buttonText": string;
|
|
903
|
+
"buttonHref": string;
|
|
904
|
+
}
|
|
905
|
+
interface ForjaStatsAttributes {
|
|
906
|
+
"sectionTitle": string;
|
|
907
|
+
"text": string;
|
|
908
|
+
"columns": number;
|
|
909
|
+
"statsStyle": string;
|
|
910
|
+
}
|
|
911
|
+
interface ForjaTagCloudAttributes {
|
|
912
|
+
"sectionTitle": string;
|
|
913
|
+
"text": string;
|
|
914
|
+
}
|
|
915
|
+
interface ForjaTeamAttributes {
|
|
916
|
+
"sectionTitle": string;
|
|
917
|
+
"text": string;
|
|
918
|
+
"columns": number;
|
|
919
|
+
"showRole": boolean;
|
|
920
|
+
"showBio": boolean;
|
|
921
|
+
}
|
|
922
|
+
interface ForjaTestimonialsAttributes {
|
|
923
|
+
"sectionTitle": string;
|
|
924
|
+
"text": string;
|
|
925
|
+
"columns": number;
|
|
926
|
+
}
|
|
927
|
+
interface ForjaTextBlockAttributes {
|
|
928
|
+
"sectionTitle": string;
|
|
929
|
+
"text": string;
|
|
930
|
+
"width": string;
|
|
931
|
+
"alignment": string;
|
|
932
|
+
}
|
|
933
|
+
interface ForjaTimelineAttributes {
|
|
934
|
+
"sectionTitle": string;
|
|
935
|
+
"text": string;
|
|
936
|
+
"layout": string;
|
|
937
|
+
"showDates": boolean;
|
|
938
|
+
}
|
|
939
|
+
interface ForjaVideoAttributes {
|
|
940
|
+
"sectionTitle": string;
|
|
941
|
+
"text": string;
|
|
942
|
+
"videoUrl": string;
|
|
943
|
+
"provider": string;
|
|
944
|
+
"autoplay": boolean;
|
|
945
|
+
"aspectRatio": string;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
interface IntrinsicElements {
|
|
949
|
+
"forja-blog": Omit<ForjaBlog, keyof ForjaBlogAttributes> & { [K in keyof ForjaBlog & keyof ForjaBlogAttributes]?: ForjaBlog[K] } & { [K in keyof ForjaBlog & keyof ForjaBlogAttributes as `attr:${K}`]?: ForjaBlogAttributes[K] } & { [K in keyof ForjaBlog & keyof ForjaBlogAttributes as `prop:${K}`]?: ForjaBlog[K] };
|
|
950
|
+
"forja-contact": Omit<ForjaContact, keyof ForjaContactAttributes> & { [K in keyof ForjaContact & keyof ForjaContactAttributes]?: ForjaContact[K] } & { [K in keyof ForjaContact & keyof ForjaContactAttributes as `attr:${K}`]?: ForjaContactAttributes[K] } & { [K in keyof ForjaContact & keyof ForjaContactAttributes as `prop:${K}`]?: ForjaContact[K] };
|
|
951
|
+
"forja-cta": Omit<ForjaCta, keyof ForjaCtaAttributes> & { [K in keyof ForjaCta & keyof ForjaCtaAttributes]?: ForjaCta[K] } & { [K in keyof ForjaCta & keyof ForjaCtaAttributes as `attr:${K}`]?: ForjaCtaAttributes[K] } & { [K in keyof ForjaCta & keyof ForjaCtaAttributes as `prop:${K}`]?: ForjaCta[K] };
|
|
952
|
+
"forja-divider": Omit<ForjaDivider, keyof ForjaDividerAttributes> & { [K in keyof ForjaDivider & keyof ForjaDividerAttributes]?: ForjaDivider[K] } & { [K in keyof ForjaDivider & keyof ForjaDividerAttributes as `attr:${K}`]?: ForjaDividerAttributes[K] } & { [K in keyof ForjaDivider & keyof ForjaDividerAttributes as `prop:${K}`]?: ForjaDivider[K] };
|
|
953
|
+
"forja-faq": Omit<ForjaFaq, keyof ForjaFaqAttributes> & { [K in keyof ForjaFaq & keyof ForjaFaqAttributes]?: ForjaFaq[K] } & { [K in keyof ForjaFaq & keyof ForjaFaqAttributes as `attr:${K}`]?: ForjaFaqAttributes[K] } & { [K in keyof ForjaFaq & keyof ForjaFaqAttributes as `prop:${K}`]?: ForjaFaq[K] };
|
|
954
|
+
"forja-features": Omit<ForjaFeatures, keyof ForjaFeaturesAttributes> & { [K in keyof ForjaFeatures & keyof ForjaFeaturesAttributes]?: ForjaFeatures[K] } & { [K in keyof ForjaFeatures & keyof ForjaFeaturesAttributes as `attr:${K}`]?: ForjaFeaturesAttributes[K] } & { [K in keyof ForjaFeatures & keyof ForjaFeaturesAttributes as `prop:${K}`]?: ForjaFeatures[K] };
|
|
955
|
+
"forja-footer": Omit<ForjaFooter, keyof ForjaFooterAttributes> & { [K in keyof ForjaFooter & keyof ForjaFooterAttributes]?: ForjaFooter[K] } & { [K in keyof ForjaFooter & keyof ForjaFooterAttributes as `attr:${K}`]?: ForjaFooterAttributes[K] } & { [K in keyof ForjaFooter & keyof ForjaFooterAttributes as `prop:${K}`]?: ForjaFooter[K] };
|
|
956
|
+
"forja-gallery": Omit<ForjaGallery, keyof ForjaGalleryAttributes> & { [K in keyof ForjaGallery & keyof ForjaGalleryAttributes]?: ForjaGallery[K] } & { [K in keyof ForjaGallery & keyof ForjaGalleryAttributes as `attr:${K}`]?: ForjaGalleryAttributes[K] } & { [K in keyof ForjaGallery & keyof ForjaGalleryAttributes as `prop:${K}`]?: ForjaGallery[K] };
|
|
957
|
+
"forja-hero": Omit<ForjaHero, keyof ForjaHeroAttributes> & { [K in keyof ForjaHero & keyof ForjaHeroAttributes]?: ForjaHero[K] } & { [K in keyof ForjaHero & keyof ForjaHeroAttributes as `attr:${K}`]?: ForjaHeroAttributes[K] } & { [K in keyof ForjaHero & keyof ForjaHeroAttributes as `prop:${K}`]?: ForjaHero[K] };
|
|
958
|
+
"forja-legal": Omit<ForjaLegal, keyof ForjaLegalAttributes> & { [K in keyof ForjaLegal & keyof ForjaLegalAttributes]?: ForjaLegal[K] } & { [K in keyof ForjaLegal & keyof ForjaLegalAttributes as `attr:${K}`]?: ForjaLegalAttributes[K] } & { [K in keyof ForjaLegal & keyof ForjaLegalAttributes as `prop:${K}`]?: ForjaLegal[K] };
|
|
959
|
+
"forja-logo-cloud": Omit<ForjaLogoCloud, keyof ForjaLogoCloudAttributes> & { [K in keyof ForjaLogoCloud & keyof ForjaLogoCloudAttributes]?: ForjaLogoCloud[K] } & { [K in keyof ForjaLogoCloud & keyof ForjaLogoCloudAttributes as `attr:${K}`]?: ForjaLogoCloudAttributes[K] } & { [K in keyof ForjaLogoCloud & keyof ForjaLogoCloudAttributes as `prop:${K}`]?: ForjaLogoCloud[K] };
|
|
960
|
+
"forja-nav": Omit<ForjaNav, keyof ForjaNavAttributes> & { [K in keyof ForjaNav & keyof ForjaNavAttributes]?: ForjaNav[K] } & { [K in keyof ForjaNav & keyof ForjaNavAttributes as `attr:${K}`]?: ForjaNavAttributes[K] } & { [K in keyof ForjaNav & keyof ForjaNavAttributes as `prop:${K}`]?: ForjaNav[K] };
|
|
961
|
+
"forja-newsletter": Omit<ForjaNewsletter, keyof ForjaNewsletterAttributes> & { [K in keyof ForjaNewsletter & keyof ForjaNewsletterAttributes]?: ForjaNewsletter[K] } & { [K in keyof ForjaNewsletter & keyof ForjaNewsletterAttributes as `attr:${K}`]?: ForjaNewsletterAttributes[K] } & { [K in keyof ForjaNewsletter & keyof ForjaNewsletterAttributes as `prop:${K}`]?: ForjaNewsletter[K] };
|
|
962
|
+
"forja-portfolio": Omit<ForjaPortfolio, keyof ForjaPortfolioAttributes> & { [K in keyof ForjaPortfolio & keyof ForjaPortfolioAttributes]?: ForjaPortfolio[K] } & { [K in keyof ForjaPortfolio & keyof ForjaPortfolioAttributes as `attr:${K}`]?: ForjaPortfolioAttributes[K] } & { [K in keyof ForjaPortfolio & keyof ForjaPortfolioAttributes as `prop:${K}`]?: ForjaPortfolio[K] };
|
|
963
|
+
"forja-pricing": Omit<ForjaPricing, keyof ForjaPricingAttributes> & { [K in keyof ForjaPricing & keyof ForjaPricingAttributes]?: ForjaPricing[K] } & { [K in keyof ForjaPricing & keyof ForjaPricingAttributes as `attr:${K}`]?: ForjaPricingAttributes[K] } & { [K in keyof ForjaPricing & keyof ForjaPricingAttributes as `prop:${K}`]?: ForjaPricing[K] };
|
|
964
|
+
"forja-projects": Omit<ForjaProjects, keyof ForjaProjectsAttributes> & { [K in keyof ForjaProjects & keyof ForjaProjectsAttributes]?: ForjaProjects[K] } & { [K in keyof ForjaProjects & keyof ForjaProjectsAttributes as `attr:${K}`]?: ForjaProjectsAttributes[K] } & { [K in keyof ForjaProjects & keyof ForjaProjectsAttributes as `prop:${K}`]?: ForjaProjects[K] };
|
|
965
|
+
"forja-section-renderer": Omit<ForjaSectionRenderer, keyof ForjaSectionRendererAttributes> & { [K in keyof ForjaSectionRenderer & keyof ForjaSectionRendererAttributes]?: ForjaSectionRenderer[K] } & { [K in keyof ForjaSectionRenderer & keyof ForjaSectionRendererAttributes as `attr:${K}`]?: ForjaSectionRendererAttributes[K] } & { [K in keyof ForjaSectionRenderer & keyof ForjaSectionRendererAttributes as `prop:${K}`]?: ForjaSectionRenderer[K] } & OneOf<"sectionType", ForjaSectionRenderer["sectionType"], ForjaSectionRendererAttributes["sectionType"]>;
|
|
966
|
+
"forja-stats": Omit<ForjaStats, keyof ForjaStatsAttributes> & { [K in keyof ForjaStats & keyof ForjaStatsAttributes]?: ForjaStats[K] } & { [K in keyof ForjaStats & keyof ForjaStatsAttributes as `attr:${K}`]?: ForjaStatsAttributes[K] } & { [K in keyof ForjaStats & keyof ForjaStatsAttributes as `prop:${K}`]?: ForjaStats[K] };
|
|
967
|
+
"forja-tag-cloud": Omit<ForjaTagCloud, keyof ForjaTagCloudAttributes> & { [K in keyof ForjaTagCloud & keyof ForjaTagCloudAttributes]?: ForjaTagCloud[K] } & { [K in keyof ForjaTagCloud & keyof ForjaTagCloudAttributes as `attr:${K}`]?: ForjaTagCloudAttributes[K] } & { [K in keyof ForjaTagCloud & keyof ForjaTagCloudAttributes as `prop:${K}`]?: ForjaTagCloud[K] };
|
|
968
|
+
"forja-team": Omit<ForjaTeam, keyof ForjaTeamAttributes> & { [K in keyof ForjaTeam & keyof ForjaTeamAttributes]?: ForjaTeam[K] } & { [K in keyof ForjaTeam & keyof ForjaTeamAttributes as `attr:${K}`]?: ForjaTeamAttributes[K] } & { [K in keyof ForjaTeam & keyof ForjaTeamAttributes as `prop:${K}`]?: ForjaTeam[K] };
|
|
969
|
+
"forja-testimonials": Omit<ForjaTestimonials, keyof ForjaTestimonialsAttributes> & { [K in keyof ForjaTestimonials & keyof ForjaTestimonialsAttributes]?: ForjaTestimonials[K] } & { [K in keyof ForjaTestimonials & keyof ForjaTestimonialsAttributes as `attr:${K}`]?: ForjaTestimonialsAttributes[K] } & { [K in keyof ForjaTestimonials & keyof ForjaTestimonialsAttributes as `prop:${K}`]?: ForjaTestimonials[K] };
|
|
970
|
+
"forja-text-block": Omit<ForjaTextBlock, keyof ForjaTextBlockAttributes> & { [K in keyof ForjaTextBlock & keyof ForjaTextBlockAttributes]?: ForjaTextBlock[K] } & { [K in keyof ForjaTextBlock & keyof ForjaTextBlockAttributes as `attr:${K}`]?: ForjaTextBlockAttributes[K] } & { [K in keyof ForjaTextBlock & keyof ForjaTextBlockAttributes as `prop:${K}`]?: ForjaTextBlock[K] };
|
|
971
|
+
"forja-timeline": Omit<ForjaTimeline, keyof ForjaTimelineAttributes> & { [K in keyof ForjaTimeline & keyof ForjaTimelineAttributes]?: ForjaTimeline[K] } & { [K in keyof ForjaTimeline & keyof ForjaTimelineAttributes as `attr:${K}`]?: ForjaTimelineAttributes[K] } & { [K in keyof ForjaTimeline & keyof ForjaTimelineAttributes as `prop:${K}`]?: ForjaTimeline[K] };
|
|
972
|
+
"forja-video": Omit<ForjaVideo, keyof ForjaVideoAttributes> & { [K in keyof ForjaVideo & keyof ForjaVideoAttributes]?: ForjaVideo[K] } & { [K in keyof ForjaVideo & keyof ForjaVideoAttributes as `attr:${K}`]?: ForjaVideoAttributes[K] } & { [K in keyof ForjaVideo & keyof ForjaVideoAttributes as `prop:${K}`]?: ForjaVideo[K] };
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
export { LocalJSX as JSX };
|
|
976
|
+
declare module "@stencil/core" {
|
|
977
|
+
export namespace JSX {
|
|
978
|
+
interface IntrinsicElements {
|
|
979
|
+
"forja-blog": LocalJSX.IntrinsicElements["forja-blog"] & JSXBase.HTMLAttributes<HTMLForjaBlogElement>;
|
|
980
|
+
"forja-contact": LocalJSX.IntrinsicElements["forja-contact"] & JSXBase.HTMLAttributes<HTMLForjaContactElement>;
|
|
981
|
+
"forja-cta": LocalJSX.IntrinsicElements["forja-cta"] & JSXBase.HTMLAttributes<HTMLForjaCtaElement>;
|
|
982
|
+
"forja-divider": LocalJSX.IntrinsicElements["forja-divider"] & JSXBase.HTMLAttributes<HTMLForjaDividerElement>;
|
|
983
|
+
"forja-faq": LocalJSX.IntrinsicElements["forja-faq"] & JSXBase.HTMLAttributes<HTMLForjaFaqElement>;
|
|
984
|
+
"forja-features": LocalJSX.IntrinsicElements["forja-features"] & JSXBase.HTMLAttributes<HTMLForjaFeaturesElement>;
|
|
985
|
+
"forja-footer": LocalJSX.IntrinsicElements["forja-footer"] & JSXBase.HTMLAttributes<HTMLForjaFooterElement>;
|
|
986
|
+
"forja-gallery": LocalJSX.IntrinsicElements["forja-gallery"] & JSXBase.HTMLAttributes<HTMLForjaGalleryElement>;
|
|
987
|
+
"forja-hero": LocalJSX.IntrinsicElements["forja-hero"] & JSXBase.HTMLAttributes<HTMLForjaHeroElement>;
|
|
988
|
+
/**
|
|
989
|
+
* Renders a legal document (Privacy Policy, Terms of Service, etc.)
|
|
990
|
+
* with toggleable metadata sections. Body content is expected as
|
|
991
|
+
* pre-rendered HTML (markdown → HTML conversion happens upstream).
|
|
992
|
+
*/
|
|
993
|
+
"forja-legal": LocalJSX.IntrinsicElements["forja-legal"] & JSXBase.HTMLAttributes<HTMLForjaLegalElement>;
|
|
994
|
+
"forja-logo-cloud": LocalJSX.IntrinsicElements["forja-logo-cloud"] & JSXBase.HTMLAttributes<HTMLForjaLogoCloudElement>;
|
|
995
|
+
"forja-nav": LocalJSX.IntrinsicElements["forja-nav"] & JSXBase.HTMLAttributes<HTMLForjaNavElement>;
|
|
996
|
+
"forja-newsletter": LocalJSX.IntrinsicElements["forja-newsletter"] & JSXBase.HTMLAttributes<HTMLForjaNewsletterElement>;
|
|
997
|
+
"forja-portfolio": LocalJSX.IntrinsicElements["forja-portfolio"] & JSXBase.HTMLAttributes<HTMLForjaPortfolioElement>;
|
|
998
|
+
"forja-pricing": LocalJSX.IntrinsicElements["forja-pricing"] & JSXBase.HTMLAttributes<HTMLForjaPricingElement>;
|
|
999
|
+
"forja-projects": LocalJSX.IntrinsicElements["forja-projects"] & JSXBase.HTMLAttributes<HTMLForjaProjectsElement>;
|
|
1000
|
+
"forja-section-renderer": LocalJSX.IntrinsicElements["forja-section-renderer"] & JSXBase.HTMLAttributes<HTMLForjaSectionRendererElement>;
|
|
1001
|
+
"forja-stats": LocalJSX.IntrinsicElements["forja-stats"] & JSXBase.HTMLAttributes<HTMLForjaStatsElement>;
|
|
1002
|
+
"forja-tag-cloud": LocalJSX.IntrinsicElements["forja-tag-cloud"] & JSXBase.HTMLAttributes<HTMLForjaTagCloudElement>;
|
|
1003
|
+
"forja-team": LocalJSX.IntrinsicElements["forja-team"] & JSXBase.HTMLAttributes<HTMLForjaTeamElement>;
|
|
1004
|
+
"forja-testimonials": LocalJSX.IntrinsicElements["forja-testimonials"] & JSXBase.HTMLAttributes<HTMLForjaTestimonialsElement>;
|
|
1005
|
+
"forja-text-block": LocalJSX.IntrinsicElements["forja-text-block"] & JSXBase.HTMLAttributes<HTMLForjaTextBlockElement>;
|
|
1006
|
+
"forja-timeline": LocalJSX.IntrinsicElements["forja-timeline"] & JSXBase.HTMLAttributes<HTMLForjaTimelineElement>;
|
|
1007
|
+
"forja-video": LocalJSX.IntrinsicElements["forja-video"] & JSXBase.HTMLAttributes<HTMLForjaVideoElement>;
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
}
|