dune-react 0.0.9 → 0.0.10
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/dist/components/puck-base/button.js +2 -1
- package/dist/components/puck-base/core/fields.d.ts +1 -127
- package/dist/components/puck-base/core/fields.js +1 -76
- package/dist/components/puck-base/core/styles.d.ts +1877 -0
- package/dist/components/puck-base/core/styles.js +286 -0
- package/dist/components/puck-base/core/with-editable.d.ts +4 -1
- package/dist/components/puck-base/core/with-editable.js +51 -27
- package/dist/components/puck-block/banner-sections/announcement-banner-1/announcement-banner.d.ts +9 -7
- package/dist/components/puck-block/banner-sections/announcement-banner-1/announcement-banner.js +11 -8
- package/dist/components/puck-block/banner-sections/announcement-banner-1/index.js +19 -37
- package/dist/components/puck-block/banner-sections/marquee-1/index.js +26 -24
- package/dist/components/puck-block/banner-sections/marquee-1/marquee.d.ts +9 -9
- package/dist/components/puck-block/banner-sections/marquee-1/marquee.js +28 -21
- package/dist/components/puck-block/banner-sections/props.d.ts +22 -0
- package/dist/components/puck-block/contact-sections/contact-us-1/contact-us.d.ts +13 -4
- package/dist/components/puck-block/contact-sections/contact-us-1/contact-us.js +114 -105
- package/dist/components/puck-block/contact-sections/contact-us-1/index.js +87 -7
- package/dist/components/puck-block/contact-sections/contact-us-2/contact-us-2.d.ts +15 -11
- package/dist/components/puck-block/contact-sections/contact-us-2/contact-us-2.js +27 -22
- package/dist/components/puck-block/contact-sections/contact-us-2/index.js +54 -52
- package/dist/components/puck-block/contact-sections/contact-us-3/contact-us-3.d.ts +15 -12
- package/dist/components/puck-block/contact-sections/contact-us-3/contact-us-3.js +29 -24
- package/dist/components/puck-block/contact-sections/contact-us-3/index.js +73 -60
- package/dist/components/puck-block/contact-sections/props.d.ts +65 -0
- package/dist/components/puck-block/cta-sections/banner-cta-1/banner-cta.d.ts +12 -9
- package/dist/components/puck-block/cta-sections/banner-cta-1/banner-cta.js +27 -30
- package/dist/components/puck-block/cta-sections/banner-cta-1/index.js +23 -25
- package/dist/components/puck-block/cta-sections/cta-1/cta.d.ts +6 -4
- package/dist/components/puck-block/cta-sections/cta-1/cta.js +5 -7
- package/dist/components/puck-block/cta-sections/cta-1/index.js +5 -9
- package/dist/components/puck-block/cta-sections/gradient-cta-1/gradient-cta.d.ts +10 -10
- package/dist/components/puck-block/cta-sections/gradient-cta-1/gradient-cta.js +24 -20
- package/dist/components/puck-block/cta-sections/gradient-cta-1/index.js +36 -29
- package/dist/components/puck-block/cta-sections/newsletter-signup-1/index.js +13 -5
- package/dist/components/puck-block/cta-sections/newsletter-signup-1/newsletter-signup.d.ts +7 -3
- package/dist/components/puck-block/cta-sections/newsletter-signup-1/newsletter-signup.js +35 -32
- package/dist/components/puck-block/cta-sections/promo-section-1/index.js +4 -5
- package/dist/components/puck-block/cta-sections/promo-section-1/promo-section.d.ts +6 -4
- package/dist/components/puck-block/cta-sections/promo-section-1/promo-section.js +93 -79
- package/dist/components/puck-block/cta-sections/props.d.ts +47 -0
- package/dist/components/puck-block/faq-sections/accordion-1/accordion.d.ts +6 -4
- package/dist/components/puck-block/faq-sections/accordion-1/accordion.js +39 -33
- package/dist/components/puck-block/faq-sections/accordion-1/index.js +3 -5
- package/dist/components/puck-block/faq-sections/faq-1/faq.d.ts +9 -7
- package/dist/components/puck-block/faq-sections/faq-1/faq.js +50 -44
- package/dist/components/puck-block/faq-sections/faq-1/index.js +12 -14
- package/dist/components/puck-block/faq-sections/faq-2/faq-2.d.ts +6 -4
- package/dist/components/puck-block/faq-sections/faq-2/faq-2.js +4 -6
- package/dist/components/puck-block/faq-sections/faq-2/index.js +4 -5
- package/dist/components/puck-block/faq-sections/props.d.ts +30 -0
- package/dist/components/puck-block/feature-sections/bento-1/bento.d.ts +6 -4
- package/dist/components/puck-block/feature-sections/bento-1/bento.js +2 -4
- package/dist/components/puck-block/feature-sections/bento-1/index.js +4 -5
- package/dist/components/puck-block/feature-sections/feature-cards-1/feature-cards.d.ts +6 -4
- package/dist/components/puck-block/feature-sections/feature-cards-1/feature-cards.js +2 -4
- package/dist/components/puck-block/feature-sections/feature-cards-1/index.js +4 -5
- package/dist/components/puck-block/feature-sections/feature-showcase-1/feature-showcase.d.ts +6 -4
- package/dist/components/puck-block/feature-sections/feature-showcase-1/feature-showcase.js +2 -4
- package/dist/components/puck-block/feature-sections/feature-showcase-1/index.js +4 -5
- package/dist/components/puck-block/feature-sections/icon-grid-1/icon-grid.d.ts +6 -4
- package/dist/components/puck-block/feature-sections/icon-grid-1/icon-grid.js +59 -53
- package/dist/components/puck-block/feature-sections/icon-grid-1/index.js +7 -8
- package/dist/components/puck-block/feature-sections/product-features-1/index.js +4 -5
- package/dist/components/puck-block/feature-sections/product-features-1/product-features.d.ts +6 -4
- package/dist/components/puck-block/feature-sections/product-features-1/product-features.js +2 -4
- package/dist/components/puck-block/feature-sections/props.d.ts +48 -0
- package/dist/components/puck-block/footer-sections/footer-1/footer.d.ts +5 -3
- package/dist/components/puck-block/footer-sections/footer-1/footer.js +6 -6
- package/dist/components/puck-block/footer-sections/footer-1/index.js +3 -5
- package/dist/components/puck-block/footer-sections/props.d.ts +31 -0
- package/dist/components/puck-block/gallery-sections/gallery-1/gallery.d.ts +9 -7
- package/dist/components/puck-block/gallery-sections/gallery-1/gallery.js +48 -40
- package/dist/components/puck-block/gallery-sections/gallery-1/index.js +32 -34
- package/dist/components/puck-block/gallery-sections/gallery-2/gallery-2.d.ts +6 -4
- package/dist/components/puck-block/gallery-sections/gallery-2/gallery-2.js +5 -7
- package/dist/components/puck-block/gallery-sections/gallery-2/index.js +3 -5
- package/dist/components/puck-block/gallery-sections/gallery-3/gallery-3.d.ts +7 -5
- package/dist/components/puck-block/gallery-sections/gallery-3/gallery-3.js +5 -7
- package/dist/components/puck-block/gallery-sections/gallery-3/index.js +13 -14
- package/dist/components/puck-block/gallery-sections/props.d.ts +26 -0
- package/dist/components/puck-block/header-sections/header-1/header.d.ts +7 -5
- package/dist/components/puck-block/header-sections/header-1/header.js +8 -9
- package/dist/components/puck-block/header-sections/header-1/index.d.ts +1 -1
- package/dist/components/puck-block/header-sections/header-1/index.js +13 -12
- package/dist/components/puck-block/header-sections/props.d.ts +41 -0
- package/dist/components/puck-block/header-sections/sticky-nav-1/index.js +12 -12
- package/dist/components/puck-block/header-sections/sticky-nav-1/sticky-nav.d.ts +8 -6
- package/dist/components/puck-block/header-sections/sticky-nav-1/sticky-nav.js +5 -5
- package/dist/components/puck-block/hero-sections/fullscreen-hero-1/fullscreen-hero.d.ts +7 -5
- package/dist/components/puck-block/hero-sections/fullscreen-hero-1/fullscreen-hero.js +5 -4
- package/dist/components/puck-block/hero-sections/fullscreen-hero-1/index.js +17 -16
- package/dist/components/puck-block/hero-sections/gradient-hero-1/gradient-hero.d.ts +8 -4
- package/dist/components/puck-block/hero-sections/gradient-hero-1/gradient-hero.js +36 -26
- package/dist/components/puck-block/hero-sections/gradient-hero-1/index.js +18 -15
- package/dist/components/puck-block/hero-sections/grid-hero-1/grid-hero.d.ts +7 -6
- package/dist/components/puck-block/hero-sections/grid-hero-1/grid-hero.js +7 -10
- package/dist/components/puck-block/hero-sections/grid-hero-1/index.js +43 -11
- package/dist/components/puck-block/hero-sections/hero-1/hero.d.ts +6 -4
- package/dist/components/puck-block/hero-sections/hero-1/hero.js +5 -7
- package/dist/components/puck-block/hero-sections/hero-1/index.js +4 -4
- package/dist/components/puck-block/hero-sections/image-hero-1/image-hero.d.ts +10 -7
- package/dist/components/puck-block/hero-sections/image-hero-1/image-hero.js +65 -59
- package/dist/components/puck-block/hero-sections/image-hero-1/index.js +16 -34
- package/dist/components/puck-block/hero-sections/props.d.ts +71 -0
- package/dist/components/puck-block/hero-sections/split-hero-1/index.js +6 -5
- package/dist/components/puck-block/hero-sections/split-hero-1/split-hero.d.ts +8 -8
- package/dist/components/puck-block/hero-sections/split-hero-1/split-hero.js +48 -47
- package/dist/components/puck-block/hero-sections/video-hero-1/index.js +4 -3
- package/dist/components/puck-block/hero-sections/video-hero-1/video-hero.d.ts +6 -2
- package/dist/components/puck-block/hero-sections/video-hero-1/video-hero.js +30 -22
- package/dist/components/puck-block/location-sections/location-1/index.js +47 -42
- package/dist/components/puck-block/location-sections/location-1/location.d.ts +7 -6
- package/dist/components/puck-block/location-sections/location-1/location.js +7 -13
- package/dist/components/puck-block/location-sections/location-2/index.js +69 -57
- package/dist/components/puck-block/location-sections/location-2/location.d.ts +11 -6
- package/dist/components/puck-block/location-sections/location-2/location.js +7 -12
- package/dist/components/puck-block/location-sections/location-3/index.js +25 -24
- package/dist/components/puck-block/location-sections/location-3/location.d.ts +8 -6
- package/dist/components/puck-block/location-sections/location-3/location.js +7 -9
- package/dist/components/puck-block/location-sections/props.d.ts +45 -0
- package/dist/components/puck-block/metrics-sections/props.d.ts +43 -0
- package/dist/components/puck-block/metrics-sections/stats-1/index.js +6 -7
- package/dist/components/puck-block/metrics-sections/stats-1/stats.d.ts +7 -5
- package/dist/components/puck-block/metrics-sections/stats-1/stats.js +61 -55
- package/dist/components/puck-block/metrics-sections/stats-2/index.js +4 -5
- package/dist/components/puck-block/metrics-sections/stats-2/stats-2.d.ts +6 -4
- package/dist/components/puck-block/metrics-sections/stats-2/stats-2.js +4 -6
- package/dist/components/puck-block/metrics-sections/stats-3/index.js +21 -29
- package/dist/components/puck-block/metrics-sections/stats-3/stats-3.d.ts +7 -6
- package/dist/components/puck-block/metrics-sections/stats-3/stats-3.js +9 -13
- package/dist/components/puck-block/pricing-sections/comparison-1/comparison.d.ts +7 -5
- package/dist/components/puck-block/pricing-sections/comparison-1/comparison.js +45 -39
- package/dist/components/puck-block/pricing-sections/comparison-1/index.js +5 -7
- package/dist/components/puck-block/pricing-sections/pricing-1/index.js +10 -11
- package/dist/components/puck-block/pricing-sections/pricing-1/pricing.d.ts +8 -6
- package/dist/components/puck-block/pricing-sections/pricing-1/pricing.js +47 -35
- package/dist/components/puck-block/pricing-sections/pricing-2/index.js +7 -8
- package/dist/components/puck-block/pricing-sections/pricing-2/pricing-2.d.ts +6 -4
- package/dist/components/puck-block/pricing-sections/pricing-2/pricing-2.js +60 -57
- package/dist/components/puck-block/pricing-sections/props.d.ts +46 -0
- package/dist/components/puck-block/showcase-sections/before-after-1/before-after.d.ts +7 -5
- package/dist/components/puck-block/showcase-sections/before-after-1/before-after.js +8 -10
- package/dist/components/puck-block/showcase-sections/before-after-1/index.js +6 -7
- package/dist/components/puck-block/showcase-sections/case-study-1/case-study.d.ts +6 -2
- package/dist/components/puck-block/showcase-sections/case-study-1/case-study.js +29 -21
- package/dist/components/puck-block/showcase-sections/case-study-1/index.js +4 -3
- package/dist/components/puck-block/showcase-sections/props.d.ts +48 -0
- package/dist/components/puck-block/showcase-sections/step-by-step-1/index.js +3 -5
- package/dist/components/puck-block/showcase-sections/step-by-step-1/step-by-step.d.ts +6 -4
- package/dist/components/puck-block/showcase-sections/step-by-step-1/step-by-step.js +38 -41
- package/dist/components/puck-block/team-sections/props.d.ts +39 -0
- package/dist/components/puck-block/team-sections/team-grid-1/index.js +4 -5
- package/dist/components/puck-block/team-sections/team-grid-1/team-grid.d.ts +6 -4
- package/dist/components/puck-block/team-sections/team-grid-1/team-grid.js +23 -17
- package/dist/components/puck-block/team-sections/team-grid-2/index.js +4 -5
- package/dist/components/puck-block/team-sections/team-grid-2/team-grid-2.d.ts +6 -4
- package/dist/components/puck-block/team-sections/team-grid-2/team-grid-2.js +5 -7
- package/dist/components/puck-block/team-sections/team-profiles-1/index.js +4 -5
- package/dist/components/puck-block/team-sections/team-profiles-1/team-profiles.d.ts +6 -4
- package/dist/components/puck-block/team-sections/team-profiles-1/team-profiles.js +5 -7
- package/dist/components/puck-block/testimonial-sections/customers-1/customers.d.ts +9 -7
- package/dist/components/puck-block/testimonial-sections/customers-1/customers.js +8 -11
- package/dist/components/puck-block/testimonial-sections/customers-1/index.js +17 -17
- package/dist/components/puck-block/testimonial-sections/logo-marquee-1/index.js +15 -12
- package/dist/components/puck-block/testimonial-sections/logo-marquee-1/logo-marquee.d.ts +7 -3
- package/dist/components/puck-block/testimonial-sections/logo-marquee-1/logo-marquee.js +33 -24
- package/dist/components/puck-block/testimonial-sections/logo-wall-1/index.js +17 -16
- package/dist/components/puck-block/testimonial-sections/logo-wall-1/logo-wall.d.ts +6 -4
- package/dist/components/puck-block/testimonial-sections/logo-wall-1/logo-wall.js +5 -7
- package/dist/components/puck-block/testimonial-sections/props.d.ts +34 -0
- package/dist/components/puck-block/testimonial-sections/review-section-1/index.js +16 -15
- package/dist/components/puck-block/testimonial-sections/review-section-1/review-section.d.ts +8 -6
- package/dist/components/puck-block/testimonial-sections/review-section-1/review-section.js +22 -17
- package/dist/components/puck-block/testimonial-sections/testimonials-1/index.js +17 -17
- package/dist/components/puck-block/testimonial-sections/testimonials-1/testimonials.d.ts +8 -6
- package/dist/components/puck-block/testimonial-sections/testimonials-1/testimonials.js +76 -63
- package/dist/components/puck-block/text-sections/articles-1/articles.d.ts +7 -5
- package/dist/components/puck-block/text-sections/articles-1/articles.js +41 -34
- package/dist/components/puck-block/text-sections/articles-1/index.js +24 -24
- package/dist/components/puck-block/text-sections/content-section-1/content-section.d.ts +7 -5
- package/dist/components/puck-block/text-sections/content-section-1/content-section.js +6 -8
- package/dist/components/puck-block/text-sections/content-section-1/index.js +14 -14
- package/dist/components/puck-block/text-sections/props.d.ts +58 -0
- package/dist/components/puck-block/text-sections/rich-text-1/index.js +13 -15
- package/dist/components/puck-block/text-sections/rich-text-1/rich-text.d.ts +7 -5
- package/dist/components/puck-block/text-sections/rich-text-1/rich-text.js +11 -11
- package/dist/components/puck-block/text-sections/tab-section-1/index.js +4 -5
- package/dist/components/puck-block/text-sections/tab-section-1/tab-section.d.ts +6 -4
- package/dist/components/puck-block/text-sections/tab-section-1/tab-section.js +3 -5
- package/dist/components/puck-block/text-sections/timeline-1/index.js +3 -5
- package/dist/components/puck-block/text-sections/timeline-1/timeline.d.ts +6 -4
- package/dist/components/puck-block/text-sections/timeline-1/timeline.js +3 -5
- package/dist/components/puck-block/text-sections/two-column-1/index.js +4 -6
- package/dist/components/puck-block/text-sections/two-column-1/two-column.d.ts +6 -4
- package/dist/components/puck-block/text-sections/two-column-1/two-column.js +5 -7
- package/dist/index.js +2 -1
- package/package.json +1 -1
|
@@ -0,0 +1,1877 @@
|
|
|
1
|
+
import type { SectionStyle, OverlayStyle } from "../container";
|
|
2
|
+
export declare const paddingLevel: {
|
|
3
|
+
readonly type: "select";
|
|
4
|
+
readonly options: readonly [{
|
|
5
|
+
readonly label: "none";
|
|
6
|
+
readonly value: "none";
|
|
7
|
+
}, {
|
|
8
|
+
readonly label: "small";
|
|
9
|
+
readonly value: "small";
|
|
10
|
+
}, {
|
|
11
|
+
readonly label: "medium";
|
|
12
|
+
readonly value: "medium";
|
|
13
|
+
}, {
|
|
14
|
+
readonly label: "large";
|
|
15
|
+
readonly value: "large";
|
|
16
|
+
}];
|
|
17
|
+
readonly ai: {
|
|
18
|
+
readonly instructions: "Never select none as an option";
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export declare const padding: {
|
|
22
|
+
readonly type: "object";
|
|
23
|
+
readonly objectFields: {
|
|
24
|
+
readonly top: {
|
|
25
|
+
readonly type: "select";
|
|
26
|
+
readonly options: readonly [{
|
|
27
|
+
readonly label: "none";
|
|
28
|
+
readonly value: "none";
|
|
29
|
+
}, {
|
|
30
|
+
readonly label: "small";
|
|
31
|
+
readonly value: "small";
|
|
32
|
+
}, {
|
|
33
|
+
readonly label: "medium";
|
|
34
|
+
readonly value: "medium";
|
|
35
|
+
}, {
|
|
36
|
+
readonly label: "large";
|
|
37
|
+
readonly value: "large";
|
|
38
|
+
}];
|
|
39
|
+
readonly ai: {
|
|
40
|
+
readonly instructions: "Never select none as an option";
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
readonly bottom: {
|
|
44
|
+
readonly type: "select";
|
|
45
|
+
readonly options: readonly [{
|
|
46
|
+
readonly label: "none";
|
|
47
|
+
readonly value: "none";
|
|
48
|
+
}, {
|
|
49
|
+
readonly label: "small";
|
|
50
|
+
readonly value: "small";
|
|
51
|
+
}, {
|
|
52
|
+
readonly label: "medium";
|
|
53
|
+
readonly value: "medium";
|
|
54
|
+
}, {
|
|
55
|
+
readonly label: "large";
|
|
56
|
+
readonly value: "large";
|
|
57
|
+
}];
|
|
58
|
+
readonly ai: {
|
|
59
|
+
readonly instructions: "Never select none as an option";
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
readonly ai: {
|
|
64
|
+
readonly exclude: true;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
export declare const paddingDefaults: {
|
|
68
|
+
readonly top: "medium";
|
|
69
|
+
readonly bottom: "medium";
|
|
70
|
+
};
|
|
71
|
+
export declare const sectionStyle: {
|
|
72
|
+
readonly type: "select";
|
|
73
|
+
readonly label: "Section Style";
|
|
74
|
+
readonly options: readonly [{
|
|
75
|
+
readonly label: "Default";
|
|
76
|
+
readonly value: "default";
|
|
77
|
+
}, {
|
|
78
|
+
readonly label: "Dark";
|
|
79
|
+
readonly value: "dark";
|
|
80
|
+
}, {
|
|
81
|
+
readonly label: "Muted";
|
|
82
|
+
readonly value: "muted";
|
|
83
|
+
}, {
|
|
84
|
+
readonly label: "Inverted";
|
|
85
|
+
readonly value: "inverted";
|
|
86
|
+
}, {
|
|
87
|
+
readonly label: "Custom";
|
|
88
|
+
readonly value: "custom";
|
|
89
|
+
}];
|
|
90
|
+
readonly ai: {
|
|
91
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
export declare const sectionOverlay: {
|
|
95
|
+
readonly type: "select";
|
|
96
|
+
readonly label: "Overlay";
|
|
97
|
+
readonly options: readonly [{
|
|
98
|
+
readonly label: "None";
|
|
99
|
+
readonly value: "none";
|
|
100
|
+
}, {
|
|
101
|
+
readonly label: "Gradient Top";
|
|
102
|
+
readonly value: "gradient-top";
|
|
103
|
+
}, {
|
|
104
|
+
readonly label: "Gradient Bottom";
|
|
105
|
+
readonly value: "gradient-bottom";
|
|
106
|
+
}, {
|
|
107
|
+
readonly label: "Noise";
|
|
108
|
+
readonly value: "noise";
|
|
109
|
+
}];
|
|
110
|
+
readonly ai: {
|
|
111
|
+
readonly instructions: "Use gradient overlays when the section has a background image that needs text contrast. Use noise for subtle texture.";
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
export declare const backgroundColor: {
|
|
115
|
+
readonly type: "text";
|
|
116
|
+
readonly label: "Background Color";
|
|
117
|
+
readonly ai: {
|
|
118
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
export declare const backgroundImage: {
|
|
122
|
+
readonly type: "text";
|
|
123
|
+
readonly label: "Background Image URL";
|
|
124
|
+
readonly ai: {
|
|
125
|
+
readonly instructions: "URL for a full-width background image behind the section.";
|
|
126
|
+
readonly stream: false;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
export type PaddingLevel = "none" | "small" | "medium" | "large";
|
|
130
|
+
export type { SectionStyle, OverlayStyle };
|
|
131
|
+
export interface SectionBaseStyles {
|
|
132
|
+
sectionStyle?: SectionStyle;
|
|
133
|
+
backgroundColor?: string;
|
|
134
|
+
padding?: {
|
|
135
|
+
top?: PaddingLevel;
|
|
136
|
+
bottom?: PaddingLevel;
|
|
137
|
+
};
|
|
138
|
+
}
|
|
139
|
+
export declare const sectionBaseStyleFields: {
|
|
140
|
+
readonly sectionStyle: {
|
|
141
|
+
readonly type: "select";
|
|
142
|
+
readonly label: "Section Style";
|
|
143
|
+
readonly options: readonly [{
|
|
144
|
+
readonly label: "Default";
|
|
145
|
+
readonly value: "default";
|
|
146
|
+
}, {
|
|
147
|
+
readonly label: "Dark";
|
|
148
|
+
readonly value: "dark";
|
|
149
|
+
}, {
|
|
150
|
+
readonly label: "Muted";
|
|
151
|
+
readonly value: "muted";
|
|
152
|
+
}, {
|
|
153
|
+
readonly label: "Inverted";
|
|
154
|
+
readonly value: "inverted";
|
|
155
|
+
}, {
|
|
156
|
+
readonly label: "Custom";
|
|
157
|
+
readonly value: "custom";
|
|
158
|
+
}];
|
|
159
|
+
readonly ai: {
|
|
160
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
161
|
+
};
|
|
162
|
+
};
|
|
163
|
+
readonly backgroundColor: {
|
|
164
|
+
readonly type: "text";
|
|
165
|
+
readonly label: "Background Color";
|
|
166
|
+
readonly ai: {
|
|
167
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
readonly padding: {
|
|
171
|
+
readonly type: "object";
|
|
172
|
+
readonly objectFields: {
|
|
173
|
+
readonly top: {
|
|
174
|
+
readonly type: "select";
|
|
175
|
+
readonly options: readonly [{
|
|
176
|
+
readonly label: "none";
|
|
177
|
+
readonly value: "none";
|
|
178
|
+
}, {
|
|
179
|
+
readonly label: "small";
|
|
180
|
+
readonly value: "small";
|
|
181
|
+
}, {
|
|
182
|
+
readonly label: "medium";
|
|
183
|
+
readonly value: "medium";
|
|
184
|
+
}, {
|
|
185
|
+
readonly label: "large";
|
|
186
|
+
readonly value: "large";
|
|
187
|
+
}];
|
|
188
|
+
readonly ai: {
|
|
189
|
+
readonly instructions: "Never select none as an option";
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
readonly bottom: {
|
|
193
|
+
readonly type: "select";
|
|
194
|
+
readonly options: readonly [{
|
|
195
|
+
readonly label: "none";
|
|
196
|
+
readonly value: "none";
|
|
197
|
+
}, {
|
|
198
|
+
readonly label: "small";
|
|
199
|
+
readonly value: "small";
|
|
200
|
+
}, {
|
|
201
|
+
readonly label: "medium";
|
|
202
|
+
readonly value: "medium";
|
|
203
|
+
}, {
|
|
204
|
+
readonly label: "large";
|
|
205
|
+
readonly value: "large";
|
|
206
|
+
}];
|
|
207
|
+
readonly ai: {
|
|
208
|
+
readonly instructions: "Never select none as an option";
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
};
|
|
212
|
+
readonly ai: {
|
|
213
|
+
readonly exclude: true;
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
export declare const sectionBaseStyleDefaults: {
|
|
218
|
+
padding: {
|
|
219
|
+
readonly top: "medium";
|
|
220
|
+
readonly bottom: "medium";
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
export interface SectionImageStyles extends SectionBaseStyles {
|
|
224
|
+
backgroundImage?: string;
|
|
225
|
+
overlay?: OverlayStyle;
|
|
226
|
+
}
|
|
227
|
+
export declare const sectionImageStyleFields: {
|
|
228
|
+
readonly backgroundImage: {
|
|
229
|
+
readonly type: "text";
|
|
230
|
+
readonly label: "Background Image URL";
|
|
231
|
+
readonly ai: {
|
|
232
|
+
readonly instructions: "URL for a full-width background image behind the section.";
|
|
233
|
+
readonly stream: false;
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
readonly overlay: {
|
|
237
|
+
readonly type: "select";
|
|
238
|
+
readonly label: "Overlay";
|
|
239
|
+
readonly options: readonly [{
|
|
240
|
+
readonly label: "None";
|
|
241
|
+
readonly value: "none";
|
|
242
|
+
}, {
|
|
243
|
+
readonly label: "Gradient Top";
|
|
244
|
+
readonly value: "gradient-top";
|
|
245
|
+
}, {
|
|
246
|
+
readonly label: "Gradient Bottom";
|
|
247
|
+
readonly value: "gradient-bottom";
|
|
248
|
+
}, {
|
|
249
|
+
readonly label: "Noise";
|
|
250
|
+
readonly value: "noise";
|
|
251
|
+
}];
|
|
252
|
+
readonly ai: {
|
|
253
|
+
readonly instructions: "Use gradient overlays when the section has a background image that needs text contrast. Use noise for subtle texture.";
|
|
254
|
+
};
|
|
255
|
+
};
|
|
256
|
+
readonly sectionStyle: {
|
|
257
|
+
readonly type: "select";
|
|
258
|
+
readonly label: "Section Style";
|
|
259
|
+
readonly options: readonly [{
|
|
260
|
+
readonly label: "Default";
|
|
261
|
+
readonly value: "default";
|
|
262
|
+
}, {
|
|
263
|
+
readonly label: "Dark";
|
|
264
|
+
readonly value: "dark";
|
|
265
|
+
}, {
|
|
266
|
+
readonly label: "Muted";
|
|
267
|
+
readonly value: "muted";
|
|
268
|
+
}, {
|
|
269
|
+
readonly label: "Inverted";
|
|
270
|
+
readonly value: "inverted";
|
|
271
|
+
}, {
|
|
272
|
+
readonly label: "Custom";
|
|
273
|
+
readonly value: "custom";
|
|
274
|
+
}];
|
|
275
|
+
readonly ai: {
|
|
276
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
277
|
+
};
|
|
278
|
+
};
|
|
279
|
+
readonly backgroundColor: {
|
|
280
|
+
readonly type: "text";
|
|
281
|
+
readonly label: "Background Color";
|
|
282
|
+
readonly ai: {
|
|
283
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
284
|
+
};
|
|
285
|
+
};
|
|
286
|
+
readonly padding: {
|
|
287
|
+
readonly type: "object";
|
|
288
|
+
readonly objectFields: {
|
|
289
|
+
readonly top: {
|
|
290
|
+
readonly type: "select";
|
|
291
|
+
readonly options: readonly [{
|
|
292
|
+
readonly label: "none";
|
|
293
|
+
readonly value: "none";
|
|
294
|
+
}, {
|
|
295
|
+
readonly label: "small";
|
|
296
|
+
readonly value: "small";
|
|
297
|
+
}, {
|
|
298
|
+
readonly label: "medium";
|
|
299
|
+
readonly value: "medium";
|
|
300
|
+
}, {
|
|
301
|
+
readonly label: "large";
|
|
302
|
+
readonly value: "large";
|
|
303
|
+
}];
|
|
304
|
+
readonly ai: {
|
|
305
|
+
readonly instructions: "Never select none as an option";
|
|
306
|
+
};
|
|
307
|
+
};
|
|
308
|
+
readonly bottom: {
|
|
309
|
+
readonly type: "select";
|
|
310
|
+
readonly options: readonly [{
|
|
311
|
+
readonly label: "none";
|
|
312
|
+
readonly value: "none";
|
|
313
|
+
}, {
|
|
314
|
+
readonly label: "small";
|
|
315
|
+
readonly value: "small";
|
|
316
|
+
}, {
|
|
317
|
+
readonly label: "medium";
|
|
318
|
+
readonly value: "medium";
|
|
319
|
+
}, {
|
|
320
|
+
readonly label: "large";
|
|
321
|
+
readonly value: "large";
|
|
322
|
+
}];
|
|
323
|
+
readonly ai: {
|
|
324
|
+
readonly instructions: "Never select none as an option";
|
|
325
|
+
};
|
|
326
|
+
};
|
|
327
|
+
};
|
|
328
|
+
readonly ai: {
|
|
329
|
+
readonly exclude: true;
|
|
330
|
+
};
|
|
331
|
+
};
|
|
332
|
+
};
|
|
333
|
+
export declare const sectionImageStyleDefaults: {
|
|
334
|
+
padding: {
|
|
335
|
+
readonly top: "medium";
|
|
336
|
+
readonly bottom: "medium";
|
|
337
|
+
};
|
|
338
|
+
};
|
|
339
|
+
export declare function createStylesField<T extends Record<string, unknown> = Record<string, never>>(extraFields?: T): {
|
|
340
|
+
type: "object";
|
|
341
|
+
label: string;
|
|
342
|
+
objectFields: {
|
|
343
|
+
sectionStyle: {
|
|
344
|
+
readonly type: "select";
|
|
345
|
+
readonly label: "Section Style";
|
|
346
|
+
readonly options: readonly [{
|
|
347
|
+
readonly label: "Default";
|
|
348
|
+
readonly value: "default";
|
|
349
|
+
}, {
|
|
350
|
+
readonly label: "Dark";
|
|
351
|
+
readonly value: "dark";
|
|
352
|
+
}, {
|
|
353
|
+
readonly label: "Muted";
|
|
354
|
+
readonly value: "muted";
|
|
355
|
+
}, {
|
|
356
|
+
readonly label: "Inverted";
|
|
357
|
+
readonly value: "inverted";
|
|
358
|
+
}, {
|
|
359
|
+
readonly label: "Custom";
|
|
360
|
+
readonly value: "custom";
|
|
361
|
+
}];
|
|
362
|
+
readonly ai: {
|
|
363
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
364
|
+
};
|
|
365
|
+
};
|
|
366
|
+
backgroundColor: {
|
|
367
|
+
readonly type: "text";
|
|
368
|
+
readonly label: "Background Color";
|
|
369
|
+
readonly ai: {
|
|
370
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
371
|
+
};
|
|
372
|
+
};
|
|
373
|
+
padding: {
|
|
374
|
+
readonly type: "object";
|
|
375
|
+
readonly objectFields: {
|
|
376
|
+
readonly top: {
|
|
377
|
+
readonly type: "select";
|
|
378
|
+
readonly options: readonly [{
|
|
379
|
+
readonly label: "none";
|
|
380
|
+
readonly value: "none";
|
|
381
|
+
}, {
|
|
382
|
+
readonly label: "small";
|
|
383
|
+
readonly value: "small";
|
|
384
|
+
}, {
|
|
385
|
+
readonly label: "medium";
|
|
386
|
+
readonly value: "medium";
|
|
387
|
+
}, {
|
|
388
|
+
readonly label: "large";
|
|
389
|
+
readonly value: "large";
|
|
390
|
+
}];
|
|
391
|
+
readonly ai: {
|
|
392
|
+
readonly instructions: "Never select none as an option";
|
|
393
|
+
};
|
|
394
|
+
};
|
|
395
|
+
readonly bottom: {
|
|
396
|
+
readonly type: "select";
|
|
397
|
+
readonly options: readonly [{
|
|
398
|
+
readonly label: "none";
|
|
399
|
+
readonly value: "none";
|
|
400
|
+
}, {
|
|
401
|
+
readonly label: "small";
|
|
402
|
+
readonly value: "small";
|
|
403
|
+
}, {
|
|
404
|
+
readonly label: "medium";
|
|
405
|
+
readonly value: "medium";
|
|
406
|
+
}, {
|
|
407
|
+
readonly label: "large";
|
|
408
|
+
readonly value: "large";
|
|
409
|
+
}];
|
|
410
|
+
readonly ai: {
|
|
411
|
+
readonly instructions: "Never select none as an option";
|
|
412
|
+
};
|
|
413
|
+
};
|
|
414
|
+
};
|
|
415
|
+
readonly ai: {
|
|
416
|
+
readonly exclude: true;
|
|
417
|
+
};
|
|
418
|
+
};
|
|
419
|
+
};
|
|
420
|
+
};
|
|
421
|
+
export declare function createStylesDefaults<T>(extraDefaults?: T): {
|
|
422
|
+
padding: {
|
|
423
|
+
readonly top: "medium";
|
|
424
|
+
readonly bottom: "medium";
|
|
425
|
+
};
|
|
426
|
+
};
|
|
427
|
+
export interface BannerSectionStyles extends SectionBaseStyles {
|
|
428
|
+
textColor?: string;
|
|
429
|
+
align?: "left" | "center" | "right";
|
|
430
|
+
size?: "small" | "default";
|
|
431
|
+
}
|
|
432
|
+
export declare const bannerStylesField: {
|
|
433
|
+
type: "object";
|
|
434
|
+
label: string;
|
|
435
|
+
objectFields: {
|
|
436
|
+
sectionStyle: {
|
|
437
|
+
readonly type: "select";
|
|
438
|
+
readonly label: "Section Style";
|
|
439
|
+
readonly options: readonly [{
|
|
440
|
+
readonly label: "Default";
|
|
441
|
+
readonly value: "default";
|
|
442
|
+
}, {
|
|
443
|
+
readonly label: "Dark";
|
|
444
|
+
readonly value: "dark";
|
|
445
|
+
}, {
|
|
446
|
+
readonly label: "Muted";
|
|
447
|
+
readonly value: "muted";
|
|
448
|
+
}, {
|
|
449
|
+
readonly label: "Inverted";
|
|
450
|
+
readonly value: "inverted";
|
|
451
|
+
}, {
|
|
452
|
+
readonly label: "Custom";
|
|
453
|
+
readonly value: "custom";
|
|
454
|
+
}];
|
|
455
|
+
readonly ai: {
|
|
456
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
457
|
+
};
|
|
458
|
+
};
|
|
459
|
+
backgroundColor: {
|
|
460
|
+
readonly type: "text";
|
|
461
|
+
readonly label: "Background Color";
|
|
462
|
+
readonly ai: {
|
|
463
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
464
|
+
};
|
|
465
|
+
};
|
|
466
|
+
padding: {
|
|
467
|
+
readonly type: "object";
|
|
468
|
+
readonly objectFields: {
|
|
469
|
+
readonly top: {
|
|
470
|
+
readonly type: "select";
|
|
471
|
+
readonly options: readonly [{
|
|
472
|
+
readonly label: "none";
|
|
473
|
+
readonly value: "none";
|
|
474
|
+
}, {
|
|
475
|
+
readonly label: "small";
|
|
476
|
+
readonly value: "small";
|
|
477
|
+
}, {
|
|
478
|
+
readonly label: "medium";
|
|
479
|
+
readonly value: "medium";
|
|
480
|
+
}, {
|
|
481
|
+
readonly label: "large";
|
|
482
|
+
readonly value: "large";
|
|
483
|
+
}];
|
|
484
|
+
readonly ai: {
|
|
485
|
+
readonly instructions: "Never select none as an option";
|
|
486
|
+
};
|
|
487
|
+
};
|
|
488
|
+
readonly bottom: {
|
|
489
|
+
readonly type: "select";
|
|
490
|
+
readonly options: readonly [{
|
|
491
|
+
readonly label: "none";
|
|
492
|
+
readonly value: "none";
|
|
493
|
+
}, {
|
|
494
|
+
readonly label: "small";
|
|
495
|
+
readonly value: "small";
|
|
496
|
+
}, {
|
|
497
|
+
readonly label: "medium";
|
|
498
|
+
readonly value: "medium";
|
|
499
|
+
}, {
|
|
500
|
+
readonly label: "large";
|
|
501
|
+
readonly value: "large";
|
|
502
|
+
}];
|
|
503
|
+
readonly ai: {
|
|
504
|
+
readonly instructions: "Never select none as an option";
|
|
505
|
+
};
|
|
506
|
+
};
|
|
507
|
+
};
|
|
508
|
+
readonly ai: {
|
|
509
|
+
readonly exclude: true;
|
|
510
|
+
};
|
|
511
|
+
};
|
|
512
|
+
};
|
|
513
|
+
};
|
|
514
|
+
export declare const bannerStylesDefaults: {
|
|
515
|
+
padding: {
|
|
516
|
+
readonly top: "medium";
|
|
517
|
+
readonly bottom: "medium";
|
|
518
|
+
};
|
|
519
|
+
};
|
|
520
|
+
export interface HeroSectionStyles extends SectionImageStyles {
|
|
521
|
+
align?: "left" | "center";
|
|
522
|
+
minHeight?: "medium" | "large" | "full";
|
|
523
|
+
}
|
|
524
|
+
export declare const heroStylesField: {
|
|
525
|
+
type: "object";
|
|
526
|
+
label: string;
|
|
527
|
+
objectFields: {
|
|
528
|
+
sectionStyle: {
|
|
529
|
+
readonly type: "select";
|
|
530
|
+
readonly label: "Section Style";
|
|
531
|
+
readonly options: readonly [{
|
|
532
|
+
readonly label: "Default";
|
|
533
|
+
readonly value: "default";
|
|
534
|
+
}, {
|
|
535
|
+
readonly label: "Dark";
|
|
536
|
+
readonly value: "dark";
|
|
537
|
+
}, {
|
|
538
|
+
readonly label: "Muted";
|
|
539
|
+
readonly value: "muted";
|
|
540
|
+
}, {
|
|
541
|
+
readonly label: "Inverted";
|
|
542
|
+
readonly value: "inverted";
|
|
543
|
+
}, {
|
|
544
|
+
readonly label: "Custom";
|
|
545
|
+
readonly value: "custom";
|
|
546
|
+
}];
|
|
547
|
+
readonly ai: {
|
|
548
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
549
|
+
};
|
|
550
|
+
};
|
|
551
|
+
backgroundColor: {
|
|
552
|
+
readonly type: "text";
|
|
553
|
+
readonly label: "Background Color";
|
|
554
|
+
readonly ai: {
|
|
555
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
556
|
+
};
|
|
557
|
+
};
|
|
558
|
+
padding: {
|
|
559
|
+
readonly type: "object";
|
|
560
|
+
readonly objectFields: {
|
|
561
|
+
readonly top: {
|
|
562
|
+
readonly type: "select";
|
|
563
|
+
readonly options: readonly [{
|
|
564
|
+
readonly label: "none";
|
|
565
|
+
readonly value: "none";
|
|
566
|
+
}, {
|
|
567
|
+
readonly label: "small";
|
|
568
|
+
readonly value: "small";
|
|
569
|
+
}, {
|
|
570
|
+
readonly label: "medium";
|
|
571
|
+
readonly value: "medium";
|
|
572
|
+
}, {
|
|
573
|
+
readonly label: "large";
|
|
574
|
+
readonly value: "large";
|
|
575
|
+
}];
|
|
576
|
+
readonly ai: {
|
|
577
|
+
readonly instructions: "Never select none as an option";
|
|
578
|
+
};
|
|
579
|
+
};
|
|
580
|
+
readonly bottom: {
|
|
581
|
+
readonly type: "select";
|
|
582
|
+
readonly options: readonly [{
|
|
583
|
+
readonly label: "none";
|
|
584
|
+
readonly value: "none";
|
|
585
|
+
}, {
|
|
586
|
+
readonly label: "small";
|
|
587
|
+
readonly value: "small";
|
|
588
|
+
}, {
|
|
589
|
+
readonly label: "medium";
|
|
590
|
+
readonly value: "medium";
|
|
591
|
+
}, {
|
|
592
|
+
readonly label: "large";
|
|
593
|
+
readonly value: "large";
|
|
594
|
+
}];
|
|
595
|
+
readonly ai: {
|
|
596
|
+
readonly instructions: "Never select none as an option";
|
|
597
|
+
};
|
|
598
|
+
};
|
|
599
|
+
};
|
|
600
|
+
readonly ai: {
|
|
601
|
+
readonly exclude: true;
|
|
602
|
+
};
|
|
603
|
+
};
|
|
604
|
+
};
|
|
605
|
+
};
|
|
606
|
+
export declare const heroStylesDefaults: {
|
|
607
|
+
padding: {
|
|
608
|
+
readonly top: "medium";
|
|
609
|
+
readonly bottom: "medium";
|
|
610
|
+
};
|
|
611
|
+
};
|
|
612
|
+
export interface CtaSectionStyles extends SectionBaseStyles {
|
|
613
|
+
layout?: string;
|
|
614
|
+
}
|
|
615
|
+
export declare const ctaStylesField: {
|
|
616
|
+
type: "object";
|
|
617
|
+
label: string;
|
|
618
|
+
objectFields: {
|
|
619
|
+
sectionStyle: {
|
|
620
|
+
readonly type: "select";
|
|
621
|
+
readonly label: "Section Style";
|
|
622
|
+
readonly options: readonly [{
|
|
623
|
+
readonly label: "Default";
|
|
624
|
+
readonly value: "default";
|
|
625
|
+
}, {
|
|
626
|
+
readonly label: "Dark";
|
|
627
|
+
readonly value: "dark";
|
|
628
|
+
}, {
|
|
629
|
+
readonly label: "Muted";
|
|
630
|
+
readonly value: "muted";
|
|
631
|
+
}, {
|
|
632
|
+
readonly label: "Inverted";
|
|
633
|
+
readonly value: "inverted";
|
|
634
|
+
}, {
|
|
635
|
+
readonly label: "Custom";
|
|
636
|
+
readonly value: "custom";
|
|
637
|
+
}];
|
|
638
|
+
readonly ai: {
|
|
639
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
640
|
+
};
|
|
641
|
+
};
|
|
642
|
+
backgroundColor: {
|
|
643
|
+
readonly type: "text";
|
|
644
|
+
readonly label: "Background Color";
|
|
645
|
+
readonly ai: {
|
|
646
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
647
|
+
};
|
|
648
|
+
};
|
|
649
|
+
padding: {
|
|
650
|
+
readonly type: "object";
|
|
651
|
+
readonly objectFields: {
|
|
652
|
+
readonly top: {
|
|
653
|
+
readonly type: "select";
|
|
654
|
+
readonly options: readonly [{
|
|
655
|
+
readonly label: "none";
|
|
656
|
+
readonly value: "none";
|
|
657
|
+
}, {
|
|
658
|
+
readonly label: "small";
|
|
659
|
+
readonly value: "small";
|
|
660
|
+
}, {
|
|
661
|
+
readonly label: "medium";
|
|
662
|
+
readonly value: "medium";
|
|
663
|
+
}, {
|
|
664
|
+
readonly label: "large";
|
|
665
|
+
readonly value: "large";
|
|
666
|
+
}];
|
|
667
|
+
readonly ai: {
|
|
668
|
+
readonly instructions: "Never select none as an option";
|
|
669
|
+
};
|
|
670
|
+
};
|
|
671
|
+
readonly bottom: {
|
|
672
|
+
readonly type: "select";
|
|
673
|
+
readonly options: readonly [{
|
|
674
|
+
readonly label: "none";
|
|
675
|
+
readonly value: "none";
|
|
676
|
+
}, {
|
|
677
|
+
readonly label: "small";
|
|
678
|
+
readonly value: "small";
|
|
679
|
+
}, {
|
|
680
|
+
readonly label: "medium";
|
|
681
|
+
readonly value: "medium";
|
|
682
|
+
}, {
|
|
683
|
+
readonly label: "large";
|
|
684
|
+
readonly value: "large";
|
|
685
|
+
}];
|
|
686
|
+
readonly ai: {
|
|
687
|
+
readonly instructions: "Never select none as an option";
|
|
688
|
+
};
|
|
689
|
+
};
|
|
690
|
+
};
|
|
691
|
+
readonly ai: {
|
|
692
|
+
readonly exclude: true;
|
|
693
|
+
};
|
|
694
|
+
};
|
|
695
|
+
};
|
|
696
|
+
};
|
|
697
|
+
export declare const ctaStylesDefaults: {
|
|
698
|
+
padding: {
|
|
699
|
+
readonly top: "medium";
|
|
700
|
+
readonly bottom: "medium";
|
|
701
|
+
};
|
|
702
|
+
};
|
|
703
|
+
export interface FeatureSectionStyles extends SectionBaseStyles {
|
|
704
|
+
columns?: 2 | 3 | 4;
|
|
705
|
+
}
|
|
706
|
+
export declare const featureStylesField: {
|
|
707
|
+
type: "object";
|
|
708
|
+
label: string;
|
|
709
|
+
objectFields: {
|
|
710
|
+
sectionStyle: {
|
|
711
|
+
readonly type: "select";
|
|
712
|
+
readonly label: "Section Style";
|
|
713
|
+
readonly options: readonly [{
|
|
714
|
+
readonly label: "Default";
|
|
715
|
+
readonly value: "default";
|
|
716
|
+
}, {
|
|
717
|
+
readonly label: "Dark";
|
|
718
|
+
readonly value: "dark";
|
|
719
|
+
}, {
|
|
720
|
+
readonly label: "Muted";
|
|
721
|
+
readonly value: "muted";
|
|
722
|
+
}, {
|
|
723
|
+
readonly label: "Inverted";
|
|
724
|
+
readonly value: "inverted";
|
|
725
|
+
}, {
|
|
726
|
+
readonly label: "Custom";
|
|
727
|
+
readonly value: "custom";
|
|
728
|
+
}];
|
|
729
|
+
readonly ai: {
|
|
730
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
731
|
+
};
|
|
732
|
+
};
|
|
733
|
+
backgroundColor: {
|
|
734
|
+
readonly type: "text";
|
|
735
|
+
readonly label: "Background Color";
|
|
736
|
+
readonly ai: {
|
|
737
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
738
|
+
};
|
|
739
|
+
};
|
|
740
|
+
padding: {
|
|
741
|
+
readonly type: "object";
|
|
742
|
+
readonly objectFields: {
|
|
743
|
+
readonly top: {
|
|
744
|
+
readonly type: "select";
|
|
745
|
+
readonly options: readonly [{
|
|
746
|
+
readonly label: "none";
|
|
747
|
+
readonly value: "none";
|
|
748
|
+
}, {
|
|
749
|
+
readonly label: "small";
|
|
750
|
+
readonly value: "small";
|
|
751
|
+
}, {
|
|
752
|
+
readonly label: "medium";
|
|
753
|
+
readonly value: "medium";
|
|
754
|
+
}, {
|
|
755
|
+
readonly label: "large";
|
|
756
|
+
readonly value: "large";
|
|
757
|
+
}];
|
|
758
|
+
readonly ai: {
|
|
759
|
+
readonly instructions: "Never select none as an option";
|
|
760
|
+
};
|
|
761
|
+
};
|
|
762
|
+
readonly bottom: {
|
|
763
|
+
readonly type: "select";
|
|
764
|
+
readonly options: readonly [{
|
|
765
|
+
readonly label: "none";
|
|
766
|
+
readonly value: "none";
|
|
767
|
+
}, {
|
|
768
|
+
readonly label: "small";
|
|
769
|
+
readonly value: "small";
|
|
770
|
+
}, {
|
|
771
|
+
readonly label: "medium";
|
|
772
|
+
readonly value: "medium";
|
|
773
|
+
}, {
|
|
774
|
+
readonly label: "large";
|
|
775
|
+
readonly value: "large";
|
|
776
|
+
}];
|
|
777
|
+
readonly ai: {
|
|
778
|
+
readonly instructions: "Never select none as an option";
|
|
779
|
+
};
|
|
780
|
+
};
|
|
781
|
+
};
|
|
782
|
+
readonly ai: {
|
|
783
|
+
readonly exclude: true;
|
|
784
|
+
};
|
|
785
|
+
};
|
|
786
|
+
};
|
|
787
|
+
};
|
|
788
|
+
export declare const featureStylesDefaults: {
|
|
789
|
+
padding: {
|
|
790
|
+
readonly top: "medium";
|
|
791
|
+
readonly bottom: "medium";
|
|
792
|
+
};
|
|
793
|
+
};
|
|
794
|
+
export interface FaqSectionStyles extends SectionBaseStyles {
|
|
795
|
+
layout?: string;
|
|
796
|
+
}
|
|
797
|
+
export declare const faqStylesField: {
|
|
798
|
+
type: "object";
|
|
799
|
+
label: string;
|
|
800
|
+
objectFields: {
|
|
801
|
+
sectionStyle: {
|
|
802
|
+
readonly type: "select";
|
|
803
|
+
readonly label: "Section Style";
|
|
804
|
+
readonly options: readonly [{
|
|
805
|
+
readonly label: "Default";
|
|
806
|
+
readonly value: "default";
|
|
807
|
+
}, {
|
|
808
|
+
readonly label: "Dark";
|
|
809
|
+
readonly value: "dark";
|
|
810
|
+
}, {
|
|
811
|
+
readonly label: "Muted";
|
|
812
|
+
readonly value: "muted";
|
|
813
|
+
}, {
|
|
814
|
+
readonly label: "Inverted";
|
|
815
|
+
readonly value: "inverted";
|
|
816
|
+
}, {
|
|
817
|
+
readonly label: "Custom";
|
|
818
|
+
readonly value: "custom";
|
|
819
|
+
}];
|
|
820
|
+
readonly ai: {
|
|
821
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
822
|
+
};
|
|
823
|
+
};
|
|
824
|
+
backgroundColor: {
|
|
825
|
+
readonly type: "text";
|
|
826
|
+
readonly label: "Background Color";
|
|
827
|
+
readonly ai: {
|
|
828
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
829
|
+
};
|
|
830
|
+
};
|
|
831
|
+
padding: {
|
|
832
|
+
readonly type: "object";
|
|
833
|
+
readonly objectFields: {
|
|
834
|
+
readonly top: {
|
|
835
|
+
readonly type: "select";
|
|
836
|
+
readonly options: readonly [{
|
|
837
|
+
readonly label: "none";
|
|
838
|
+
readonly value: "none";
|
|
839
|
+
}, {
|
|
840
|
+
readonly label: "small";
|
|
841
|
+
readonly value: "small";
|
|
842
|
+
}, {
|
|
843
|
+
readonly label: "medium";
|
|
844
|
+
readonly value: "medium";
|
|
845
|
+
}, {
|
|
846
|
+
readonly label: "large";
|
|
847
|
+
readonly value: "large";
|
|
848
|
+
}];
|
|
849
|
+
readonly ai: {
|
|
850
|
+
readonly instructions: "Never select none as an option";
|
|
851
|
+
};
|
|
852
|
+
};
|
|
853
|
+
readonly bottom: {
|
|
854
|
+
readonly type: "select";
|
|
855
|
+
readonly options: readonly [{
|
|
856
|
+
readonly label: "none";
|
|
857
|
+
readonly value: "none";
|
|
858
|
+
}, {
|
|
859
|
+
readonly label: "small";
|
|
860
|
+
readonly value: "small";
|
|
861
|
+
}, {
|
|
862
|
+
readonly label: "medium";
|
|
863
|
+
readonly value: "medium";
|
|
864
|
+
}, {
|
|
865
|
+
readonly label: "large";
|
|
866
|
+
readonly value: "large";
|
|
867
|
+
}];
|
|
868
|
+
readonly ai: {
|
|
869
|
+
readonly instructions: "Never select none as an option";
|
|
870
|
+
};
|
|
871
|
+
};
|
|
872
|
+
};
|
|
873
|
+
readonly ai: {
|
|
874
|
+
readonly exclude: true;
|
|
875
|
+
};
|
|
876
|
+
};
|
|
877
|
+
};
|
|
878
|
+
};
|
|
879
|
+
export declare const faqStylesDefaults: {
|
|
880
|
+
padding: {
|
|
881
|
+
readonly top: "medium";
|
|
882
|
+
readonly bottom: "medium";
|
|
883
|
+
};
|
|
884
|
+
};
|
|
885
|
+
export interface GallerySectionStyles extends SectionBaseStyles {
|
|
886
|
+
gap?: "sm" | "md" | "lg";
|
|
887
|
+
}
|
|
888
|
+
export declare const galleryStylesField: {
|
|
889
|
+
type: "object";
|
|
890
|
+
label: string;
|
|
891
|
+
objectFields: {
|
|
892
|
+
sectionStyle: {
|
|
893
|
+
readonly type: "select";
|
|
894
|
+
readonly label: "Section Style";
|
|
895
|
+
readonly options: readonly [{
|
|
896
|
+
readonly label: "Default";
|
|
897
|
+
readonly value: "default";
|
|
898
|
+
}, {
|
|
899
|
+
readonly label: "Dark";
|
|
900
|
+
readonly value: "dark";
|
|
901
|
+
}, {
|
|
902
|
+
readonly label: "Muted";
|
|
903
|
+
readonly value: "muted";
|
|
904
|
+
}, {
|
|
905
|
+
readonly label: "Inverted";
|
|
906
|
+
readonly value: "inverted";
|
|
907
|
+
}, {
|
|
908
|
+
readonly label: "Custom";
|
|
909
|
+
readonly value: "custom";
|
|
910
|
+
}];
|
|
911
|
+
readonly ai: {
|
|
912
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
913
|
+
};
|
|
914
|
+
};
|
|
915
|
+
backgroundColor: {
|
|
916
|
+
readonly type: "text";
|
|
917
|
+
readonly label: "Background Color";
|
|
918
|
+
readonly ai: {
|
|
919
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
920
|
+
};
|
|
921
|
+
};
|
|
922
|
+
padding: {
|
|
923
|
+
readonly type: "object";
|
|
924
|
+
readonly objectFields: {
|
|
925
|
+
readonly top: {
|
|
926
|
+
readonly type: "select";
|
|
927
|
+
readonly options: readonly [{
|
|
928
|
+
readonly label: "none";
|
|
929
|
+
readonly value: "none";
|
|
930
|
+
}, {
|
|
931
|
+
readonly label: "small";
|
|
932
|
+
readonly value: "small";
|
|
933
|
+
}, {
|
|
934
|
+
readonly label: "medium";
|
|
935
|
+
readonly value: "medium";
|
|
936
|
+
}, {
|
|
937
|
+
readonly label: "large";
|
|
938
|
+
readonly value: "large";
|
|
939
|
+
}];
|
|
940
|
+
readonly ai: {
|
|
941
|
+
readonly instructions: "Never select none as an option";
|
|
942
|
+
};
|
|
943
|
+
};
|
|
944
|
+
readonly bottom: {
|
|
945
|
+
readonly type: "select";
|
|
946
|
+
readonly options: readonly [{
|
|
947
|
+
readonly label: "none";
|
|
948
|
+
readonly value: "none";
|
|
949
|
+
}, {
|
|
950
|
+
readonly label: "small";
|
|
951
|
+
readonly value: "small";
|
|
952
|
+
}, {
|
|
953
|
+
readonly label: "medium";
|
|
954
|
+
readonly value: "medium";
|
|
955
|
+
}, {
|
|
956
|
+
readonly label: "large";
|
|
957
|
+
readonly value: "large";
|
|
958
|
+
}];
|
|
959
|
+
readonly ai: {
|
|
960
|
+
readonly instructions: "Never select none as an option";
|
|
961
|
+
};
|
|
962
|
+
};
|
|
963
|
+
};
|
|
964
|
+
readonly ai: {
|
|
965
|
+
readonly exclude: true;
|
|
966
|
+
};
|
|
967
|
+
};
|
|
968
|
+
};
|
|
969
|
+
};
|
|
970
|
+
export declare const galleryStylesDefaults: {
|
|
971
|
+
padding: {
|
|
972
|
+
readonly top: "medium";
|
|
973
|
+
readonly bottom: "medium";
|
|
974
|
+
};
|
|
975
|
+
};
|
|
976
|
+
export interface TestimonialSectionStyles extends SectionBaseStyles {
|
|
977
|
+
layout?: string;
|
|
978
|
+
}
|
|
979
|
+
export declare const testimonialStylesField: {
|
|
980
|
+
type: "object";
|
|
981
|
+
label: string;
|
|
982
|
+
objectFields: {
|
|
983
|
+
sectionStyle: {
|
|
984
|
+
readonly type: "select";
|
|
985
|
+
readonly label: "Section Style";
|
|
986
|
+
readonly options: readonly [{
|
|
987
|
+
readonly label: "Default";
|
|
988
|
+
readonly value: "default";
|
|
989
|
+
}, {
|
|
990
|
+
readonly label: "Dark";
|
|
991
|
+
readonly value: "dark";
|
|
992
|
+
}, {
|
|
993
|
+
readonly label: "Muted";
|
|
994
|
+
readonly value: "muted";
|
|
995
|
+
}, {
|
|
996
|
+
readonly label: "Inverted";
|
|
997
|
+
readonly value: "inverted";
|
|
998
|
+
}, {
|
|
999
|
+
readonly label: "Custom";
|
|
1000
|
+
readonly value: "custom";
|
|
1001
|
+
}];
|
|
1002
|
+
readonly ai: {
|
|
1003
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1004
|
+
};
|
|
1005
|
+
};
|
|
1006
|
+
backgroundColor: {
|
|
1007
|
+
readonly type: "text";
|
|
1008
|
+
readonly label: "Background Color";
|
|
1009
|
+
readonly ai: {
|
|
1010
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1011
|
+
};
|
|
1012
|
+
};
|
|
1013
|
+
padding: {
|
|
1014
|
+
readonly type: "object";
|
|
1015
|
+
readonly objectFields: {
|
|
1016
|
+
readonly top: {
|
|
1017
|
+
readonly type: "select";
|
|
1018
|
+
readonly options: readonly [{
|
|
1019
|
+
readonly label: "none";
|
|
1020
|
+
readonly value: "none";
|
|
1021
|
+
}, {
|
|
1022
|
+
readonly label: "small";
|
|
1023
|
+
readonly value: "small";
|
|
1024
|
+
}, {
|
|
1025
|
+
readonly label: "medium";
|
|
1026
|
+
readonly value: "medium";
|
|
1027
|
+
}, {
|
|
1028
|
+
readonly label: "large";
|
|
1029
|
+
readonly value: "large";
|
|
1030
|
+
}];
|
|
1031
|
+
readonly ai: {
|
|
1032
|
+
readonly instructions: "Never select none as an option";
|
|
1033
|
+
};
|
|
1034
|
+
};
|
|
1035
|
+
readonly bottom: {
|
|
1036
|
+
readonly type: "select";
|
|
1037
|
+
readonly options: readonly [{
|
|
1038
|
+
readonly label: "none";
|
|
1039
|
+
readonly value: "none";
|
|
1040
|
+
}, {
|
|
1041
|
+
readonly label: "small";
|
|
1042
|
+
readonly value: "small";
|
|
1043
|
+
}, {
|
|
1044
|
+
readonly label: "medium";
|
|
1045
|
+
readonly value: "medium";
|
|
1046
|
+
}, {
|
|
1047
|
+
readonly label: "large";
|
|
1048
|
+
readonly value: "large";
|
|
1049
|
+
}];
|
|
1050
|
+
readonly ai: {
|
|
1051
|
+
readonly instructions: "Never select none as an option";
|
|
1052
|
+
};
|
|
1053
|
+
};
|
|
1054
|
+
};
|
|
1055
|
+
readonly ai: {
|
|
1056
|
+
readonly exclude: true;
|
|
1057
|
+
};
|
|
1058
|
+
};
|
|
1059
|
+
};
|
|
1060
|
+
};
|
|
1061
|
+
export declare const testimonialStylesDefaults: {
|
|
1062
|
+
padding: {
|
|
1063
|
+
readonly top: "medium";
|
|
1064
|
+
readonly bottom: "medium";
|
|
1065
|
+
};
|
|
1066
|
+
};
|
|
1067
|
+
export interface ShowcaseSectionStyles extends SectionBaseStyles {
|
|
1068
|
+
layout?: string;
|
|
1069
|
+
}
|
|
1070
|
+
export declare const showcaseStylesField: {
|
|
1071
|
+
type: "object";
|
|
1072
|
+
label: string;
|
|
1073
|
+
objectFields: {
|
|
1074
|
+
sectionStyle: {
|
|
1075
|
+
readonly type: "select";
|
|
1076
|
+
readonly label: "Section Style";
|
|
1077
|
+
readonly options: readonly [{
|
|
1078
|
+
readonly label: "Default";
|
|
1079
|
+
readonly value: "default";
|
|
1080
|
+
}, {
|
|
1081
|
+
readonly label: "Dark";
|
|
1082
|
+
readonly value: "dark";
|
|
1083
|
+
}, {
|
|
1084
|
+
readonly label: "Muted";
|
|
1085
|
+
readonly value: "muted";
|
|
1086
|
+
}, {
|
|
1087
|
+
readonly label: "Inverted";
|
|
1088
|
+
readonly value: "inverted";
|
|
1089
|
+
}, {
|
|
1090
|
+
readonly label: "Custom";
|
|
1091
|
+
readonly value: "custom";
|
|
1092
|
+
}];
|
|
1093
|
+
readonly ai: {
|
|
1094
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1095
|
+
};
|
|
1096
|
+
};
|
|
1097
|
+
backgroundColor: {
|
|
1098
|
+
readonly type: "text";
|
|
1099
|
+
readonly label: "Background Color";
|
|
1100
|
+
readonly ai: {
|
|
1101
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1102
|
+
};
|
|
1103
|
+
};
|
|
1104
|
+
padding: {
|
|
1105
|
+
readonly type: "object";
|
|
1106
|
+
readonly objectFields: {
|
|
1107
|
+
readonly top: {
|
|
1108
|
+
readonly type: "select";
|
|
1109
|
+
readonly options: readonly [{
|
|
1110
|
+
readonly label: "none";
|
|
1111
|
+
readonly value: "none";
|
|
1112
|
+
}, {
|
|
1113
|
+
readonly label: "small";
|
|
1114
|
+
readonly value: "small";
|
|
1115
|
+
}, {
|
|
1116
|
+
readonly label: "medium";
|
|
1117
|
+
readonly value: "medium";
|
|
1118
|
+
}, {
|
|
1119
|
+
readonly label: "large";
|
|
1120
|
+
readonly value: "large";
|
|
1121
|
+
}];
|
|
1122
|
+
readonly ai: {
|
|
1123
|
+
readonly instructions: "Never select none as an option";
|
|
1124
|
+
};
|
|
1125
|
+
};
|
|
1126
|
+
readonly bottom: {
|
|
1127
|
+
readonly type: "select";
|
|
1128
|
+
readonly options: readonly [{
|
|
1129
|
+
readonly label: "none";
|
|
1130
|
+
readonly value: "none";
|
|
1131
|
+
}, {
|
|
1132
|
+
readonly label: "small";
|
|
1133
|
+
readonly value: "small";
|
|
1134
|
+
}, {
|
|
1135
|
+
readonly label: "medium";
|
|
1136
|
+
readonly value: "medium";
|
|
1137
|
+
}, {
|
|
1138
|
+
readonly label: "large";
|
|
1139
|
+
readonly value: "large";
|
|
1140
|
+
}];
|
|
1141
|
+
readonly ai: {
|
|
1142
|
+
readonly instructions: "Never select none as an option";
|
|
1143
|
+
};
|
|
1144
|
+
};
|
|
1145
|
+
};
|
|
1146
|
+
readonly ai: {
|
|
1147
|
+
readonly exclude: true;
|
|
1148
|
+
};
|
|
1149
|
+
};
|
|
1150
|
+
};
|
|
1151
|
+
};
|
|
1152
|
+
export declare const showcaseStylesDefaults: {
|
|
1153
|
+
padding: {
|
|
1154
|
+
readonly top: "medium";
|
|
1155
|
+
readonly bottom: "medium";
|
|
1156
|
+
};
|
|
1157
|
+
};
|
|
1158
|
+
export interface TextSectionStyles extends SectionBaseStyles {
|
|
1159
|
+
maxWidth?: "sm" | "md" | "lg" | "full";
|
|
1160
|
+
}
|
|
1161
|
+
export declare const textStylesField: {
|
|
1162
|
+
type: "object";
|
|
1163
|
+
label: string;
|
|
1164
|
+
objectFields: {
|
|
1165
|
+
sectionStyle: {
|
|
1166
|
+
readonly type: "select";
|
|
1167
|
+
readonly label: "Section Style";
|
|
1168
|
+
readonly options: readonly [{
|
|
1169
|
+
readonly label: "Default";
|
|
1170
|
+
readonly value: "default";
|
|
1171
|
+
}, {
|
|
1172
|
+
readonly label: "Dark";
|
|
1173
|
+
readonly value: "dark";
|
|
1174
|
+
}, {
|
|
1175
|
+
readonly label: "Muted";
|
|
1176
|
+
readonly value: "muted";
|
|
1177
|
+
}, {
|
|
1178
|
+
readonly label: "Inverted";
|
|
1179
|
+
readonly value: "inverted";
|
|
1180
|
+
}, {
|
|
1181
|
+
readonly label: "Custom";
|
|
1182
|
+
readonly value: "custom";
|
|
1183
|
+
}];
|
|
1184
|
+
readonly ai: {
|
|
1185
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1186
|
+
};
|
|
1187
|
+
};
|
|
1188
|
+
backgroundColor: {
|
|
1189
|
+
readonly type: "text";
|
|
1190
|
+
readonly label: "Background Color";
|
|
1191
|
+
readonly ai: {
|
|
1192
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1193
|
+
};
|
|
1194
|
+
};
|
|
1195
|
+
padding: {
|
|
1196
|
+
readonly type: "object";
|
|
1197
|
+
readonly objectFields: {
|
|
1198
|
+
readonly top: {
|
|
1199
|
+
readonly type: "select";
|
|
1200
|
+
readonly options: readonly [{
|
|
1201
|
+
readonly label: "none";
|
|
1202
|
+
readonly value: "none";
|
|
1203
|
+
}, {
|
|
1204
|
+
readonly label: "small";
|
|
1205
|
+
readonly value: "small";
|
|
1206
|
+
}, {
|
|
1207
|
+
readonly label: "medium";
|
|
1208
|
+
readonly value: "medium";
|
|
1209
|
+
}, {
|
|
1210
|
+
readonly label: "large";
|
|
1211
|
+
readonly value: "large";
|
|
1212
|
+
}];
|
|
1213
|
+
readonly ai: {
|
|
1214
|
+
readonly instructions: "Never select none as an option";
|
|
1215
|
+
};
|
|
1216
|
+
};
|
|
1217
|
+
readonly bottom: {
|
|
1218
|
+
readonly type: "select";
|
|
1219
|
+
readonly options: readonly [{
|
|
1220
|
+
readonly label: "none";
|
|
1221
|
+
readonly value: "none";
|
|
1222
|
+
}, {
|
|
1223
|
+
readonly label: "small";
|
|
1224
|
+
readonly value: "small";
|
|
1225
|
+
}, {
|
|
1226
|
+
readonly label: "medium";
|
|
1227
|
+
readonly value: "medium";
|
|
1228
|
+
}, {
|
|
1229
|
+
readonly label: "large";
|
|
1230
|
+
readonly value: "large";
|
|
1231
|
+
}];
|
|
1232
|
+
readonly ai: {
|
|
1233
|
+
readonly instructions: "Never select none as an option";
|
|
1234
|
+
};
|
|
1235
|
+
};
|
|
1236
|
+
};
|
|
1237
|
+
readonly ai: {
|
|
1238
|
+
readonly exclude: true;
|
|
1239
|
+
};
|
|
1240
|
+
};
|
|
1241
|
+
};
|
|
1242
|
+
};
|
|
1243
|
+
export declare const textStylesDefaults: {
|
|
1244
|
+
padding: {
|
|
1245
|
+
readonly top: "medium";
|
|
1246
|
+
readonly bottom: "medium";
|
|
1247
|
+
};
|
|
1248
|
+
};
|
|
1249
|
+
export interface ContactSectionStyles extends SectionBaseStyles {
|
|
1250
|
+
panelStyle?: string;
|
|
1251
|
+
}
|
|
1252
|
+
export declare const contactStylesField: {
|
|
1253
|
+
type: "object";
|
|
1254
|
+
label: string;
|
|
1255
|
+
objectFields: {
|
|
1256
|
+
sectionStyle: {
|
|
1257
|
+
readonly type: "select";
|
|
1258
|
+
readonly label: "Section Style";
|
|
1259
|
+
readonly options: readonly [{
|
|
1260
|
+
readonly label: "Default";
|
|
1261
|
+
readonly value: "default";
|
|
1262
|
+
}, {
|
|
1263
|
+
readonly label: "Dark";
|
|
1264
|
+
readonly value: "dark";
|
|
1265
|
+
}, {
|
|
1266
|
+
readonly label: "Muted";
|
|
1267
|
+
readonly value: "muted";
|
|
1268
|
+
}, {
|
|
1269
|
+
readonly label: "Inverted";
|
|
1270
|
+
readonly value: "inverted";
|
|
1271
|
+
}, {
|
|
1272
|
+
readonly label: "Custom";
|
|
1273
|
+
readonly value: "custom";
|
|
1274
|
+
}];
|
|
1275
|
+
readonly ai: {
|
|
1276
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1277
|
+
};
|
|
1278
|
+
};
|
|
1279
|
+
backgroundColor: {
|
|
1280
|
+
readonly type: "text";
|
|
1281
|
+
readonly label: "Background Color";
|
|
1282
|
+
readonly ai: {
|
|
1283
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1284
|
+
};
|
|
1285
|
+
};
|
|
1286
|
+
padding: {
|
|
1287
|
+
readonly type: "object";
|
|
1288
|
+
readonly objectFields: {
|
|
1289
|
+
readonly top: {
|
|
1290
|
+
readonly type: "select";
|
|
1291
|
+
readonly options: readonly [{
|
|
1292
|
+
readonly label: "none";
|
|
1293
|
+
readonly value: "none";
|
|
1294
|
+
}, {
|
|
1295
|
+
readonly label: "small";
|
|
1296
|
+
readonly value: "small";
|
|
1297
|
+
}, {
|
|
1298
|
+
readonly label: "medium";
|
|
1299
|
+
readonly value: "medium";
|
|
1300
|
+
}, {
|
|
1301
|
+
readonly label: "large";
|
|
1302
|
+
readonly value: "large";
|
|
1303
|
+
}];
|
|
1304
|
+
readonly ai: {
|
|
1305
|
+
readonly instructions: "Never select none as an option";
|
|
1306
|
+
};
|
|
1307
|
+
};
|
|
1308
|
+
readonly bottom: {
|
|
1309
|
+
readonly type: "select";
|
|
1310
|
+
readonly options: readonly [{
|
|
1311
|
+
readonly label: "none";
|
|
1312
|
+
readonly value: "none";
|
|
1313
|
+
}, {
|
|
1314
|
+
readonly label: "small";
|
|
1315
|
+
readonly value: "small";
|
|
1316
|
+
}, {
|
|
1317
|
+
readonly label: "medium";
|
|
1318
|
+
readonly value: "medium";
|
|
1319
|
+
}, {
|
|
1320
|
+
readonly label: "large";
|
|
1321
|
+
readonly value: "large";
|
|
1322
|
+
}];
|
|
1323
|
+
readonly ai: {
|
|
1324
|
+
readonly instructions: "Never select none as an option";
|
|
1325
|
+
};
|
|
1326
|
+
};
|
|
1327
|
+
};
|
|
1328
|
+
readonly ai: {
|
|
1329
|
+
readonly exclude: true;
|
|
1330
|
+
};
|
|
1331
|
+
};
|
|
1332
|
+
};
|
|
1333
|
+
};
|
|
1334
|
+
export declare const contactStylesDefaults: {
|
|
1335
|
+
padding: {
|
|
1336
|
+
readonly top: "medium";
|
|
1337
|
+
readonly bottom: "medium";
|
|
1338
|
+
};
|
|
1339
|
+
};
|
|
1340
|
+
export interface LocationSectionStyles extends SectionBaseStyles {
|
|
1341
|
+
mapHeight?: number;
|
|
1342
|
+
mapFilter?: string;
|
|
1343
|
+
mapTintColor?: string;
|
|
1344
|
+
}
|
|
1345
|
+
export declare const locationStylesField: {
|
|
1346
|
+
type: "object";
|
|
1347
|
+
label: string;
|
|
1348
|
+
objectFields: {
|
|
1349
|
+
sectionStyle: {
|
|
1350
|
+
readonly type: "select";
|
|
1351
|
+
readonly label: "Section Style";
|
|
1352
|
+
readonly options: readonly [{
|
|
1353
|
+
readonly label: "Default";
|
|
1354
|
+
readonly value: "default";
|
|
1355
|
+
}, {
|
|
1356
|
+
readonly label: "Dark";
|
|
1357
|
+
readonly value: "dark";
|
|
1358
|
+
}, {
|
|
1359
|
+
readonly label: "Muted";
|
|
1360
|
+
readonly value: "muted";
|
|
1361
|
+
}, {
|
|
1362
|
+
readonly label: "Inverted";
|
|
1363
|
+
readonly value: "inverted";
|
|
1364
|
+
}, {
|
|
1365
|
+
readonly label: "Custom";
|
|
1366
|
+
readonly value: "custom";
|
|
1367
|
+
}];
|
|
1368
|
+
readonly ai: {
|
|
1369
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1370
|
+
};
|
|
1371
|
+
};
|
|
1372
|
+
backgroundColor: {
|
|
1373
|
+
readonly type: "text";
|
|
1374
|
+
readonly label: "Background Color";
|
|
1375
|
+
readonly ai: {
|
|
1376
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1377
|
+
};
|
|
1378
|
+
};
|
|
1379
|
+
padding: {
|
|
1380
|
+
readonly type: "object";
|
|
1381
|
+
readonly objectFields: {
|
|
1382
|
+
readonly top: {
|
|
1383
|
+
readonly type: "select";
|
|
1384
|
+
readonly options: readonly [{
|
|
1385
|
+
readonly label: "none";
|
|
1386
|
+
readonly value: "none";
|
|
1387
|
+
}, {
|
|
1388
|
+
readonly label: "small";
|
|
1389
|
+
readonly value: "small";
|
|
1390
|
+
}, {
|
|
1391
|
+
readonly label: "medium";
|
|
1392
|
+
readonly value: "medium";
|
|
1393
|
+
}, {
|
|
1394
|
+
readonly label: "large";
|
|
1395
|
+
readonly value: "large";
|
|
1396
|
+
}];
|
|
1397
|
+
readonly ai: {
|
|
1398
|
+
readonly instructions: "Never select none as an option";
|
|
1399
|
+
};
|
|
1400
|
+
};
|
|
1401
|
+
readonly bottom: {
|
|
1402
|
+
readonly type: "select";
|
|
1403
|
+
readonly options: readonly [{
|
|
1404
|
+
readonly label: "none";
|
|
1405
|
+
readonly value: "none";
|
|
1406
|
+
}, {
|
|
1407
|
+
readonly label: "small";
|
|
1408
|
+
readonly value: "small";
|
|
1409
|
+
}, {
|
|
1410
|
+
readonly label: "medium";
|
|
1411
|
+
readonly value: "medium";
|
|
1412
|
+
}, {
|
|
1413
|
+
readonly label: "large";
|
|
1414
|
+
readonly value: "large";
|
|
1415
|
+
}];
|
|
1416
|
+
readonly ai: {
|
|
1417
|
+
readonly instructions: "Never select none as an option";
|
|
1418
|
+
};
|
|
1419
|
+
};
|
|
1420
|
+
};
|
|
1421
|
+
readonly ai: {
|
|
1422
|
+
readonly exclude: true;
|
|
1423
|
+
};
|
|
1424
|
+
};
|
|
1425
|
+
};
|
|
1426
|
+
};
|
|
1427
|
+
export declare const locationStylesDefaults: {
|
|
1428
|
+
padding: {
|
|
1429
|
+
readonly top: "medium";
|
|
1430
|
+
readonly bottom: "medium";
|
|
1431
|
+
};
|
|
1432
|
+
};
|
|
1433
|
+
export type FooterSectionStyles = SectionBaseStyles;
|
|
1434
|
+
export type HeaderSectionStyles = SectionBaseStyles;
|
|
1435
|
+
export type MetricsSectionStyles = SectionBaseStyles;
|
|
1436
|
+
export type PricingSectionStyles = SectionBaseStyles;
|
|
1437
|
+
export type TeamSectionStyles = SectionBaseStyles;
|
|
1438
|
+
export declare const footerStylesField: {
|
|
1439
|
+
type: "object";
|
|
1440
|
+
label: string;
|
|
1441
|
+
objectFields: {
|
|
1442
|
+
sectionStyle: {
|
|
1443
|
+
readonly type: "select";
|
|
1444
|
+
readonly label: "Section Style";
|
|
1445
|
+
readonly options: readonly [{
|
|
1446
|
+
readonly label: "Default";
|
|
1447
|
+
readonly value: "default";
|
|
1448
|
+
}, {
|
|
1449
|
+
readonly label: "Dark";
|
|
1450
|
+
readonly value: "dark";
|
|
1451
|
+
}, {
|
|
1452
|
+
readonly label: "Muted";
|
|
1453
|
+
readonly value: "muted";
|
|
1454
|
+
}, {
|
|
1455
|
+
readonly label: "Inverted";
|
|
1456
|
+
readonly value: "inverted";
|
|
1457
|
+
}, {
|
|
1458
|
+
readonly label: "Custom";
|
|
1459
|
+
readonly value: "custom";
|
|
1460
|
+
}];
|
|
1461
|
+
readonly ai: {
|
|
1462
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1463
|
+
};
|
|
1464
|
+
};
|
|
1465
|
+
backgroundColor: {
|
|
1466
|
+
readonly type: "text";
|
|
1467
|
+
readonly label: "Background Color";
|
|
1468
|
+
readonly ai: {
|
|
1469
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1470
|
+
};
|
|
1471
|
+
};
|
|
1472
|
+
padding: {
|
|
1473
|
+
readonly type: "object";
|
|
1474
|
+
readonly objectFields: {
|
|
1475
|
+
readonly top: {
|
|
1476
|
+
readonly type: "select";
|
|
1477
|
+
readonly options: readonly [{
|
|
1478
|
+
readonly label: "none";
|
|
1479
|
+
readonly value: "none";
|
|
1480
|
+
}, {
|
|
1481
|
+
readonly label: "small";
|
|
1482
|
+
readonly value: "small";
|
|
1483
|
+
}, {
|
|
1484
|
+
readonly label: "medium";
|
|
1485
|
+
readonly value: "medium";
|
|
1486
|
+
}, {
|
|
1487
|
+
readonly label: "large";
|
|
1488
|
+
readonly value: "large";
|
|
1489
|
+
}];
|
|
1490
|
+
readonly ai: {
|
|
1491
|
+
readonly instructions: "Never select none as an option";
|
|
1492
|
+
};
|
|
1493
|
+
};
|
|
1494
|
+
readonly bottom: {
|
|
1495
|
+
readonly type: "select";
|
|
1496
|
+
readonly options: readonly [{
|
|
1497
|
+
readonly label: "none";
|
|
1498
|
+
readonly value: "none";
|
|
1499
|
+
}, {
|
|
1500
|
+
readonly label: "small";
|
|
1501
|
+
readonly value: "small";
|
|
1502
|
+
}, {
|
|
1503
|
+
readonly label: "medium";
|
|
1504
|
+
readonly value: "medium";
|
|
1505
|
+
}, {
|
|
1506
|
+
readonly label: "large";
|
|
1507
|
+
readonly value: "large";
|
|
1508
|
+
}];
|
|
1509
|
+
readonly ai: {
|
|
1510
|
+
readonly instructions: "Never select none as an option";
|
|
1511
|
+
};
|
|
1512
|
+
};
|
|
1513
|
+
};
|
|
1514
|
+
readonly ai: {
|
|
1515
|
+
readonly exclude: true;
|
|
1516
|
+
};
|
|
1517
|
+
};
|
|
1518
|
+
};
|
|
1519
|
+
};
|
|
1520
|
+
export declare const footerStylesDefaults: {
|
|
1521
|
+
padding: {
|
|
1522
|
+
readonly top: "medium";
|
|
1523
|
+
readonly bottom: "medium";
|
|
1524
|
+
};
|
|
1525
|
+
};
|
|
1526
|
+
export declare const headerStylesField: {
|
|
1527
|
+
type: "object";
|
|
1528
|
+
label: string;
|
|
1529
|
+
objectFields: {
|
|
1530
|
+
sectionStyle: {
|
|
1531
|
+
readonly type: "select";
|
|
1532
|
+
readonly label: "Section Style";
|
|
1533
|
+
readonly options: readonly [{
|
|
1534
|
+
readonly label: "Default";
|
|
1535
|
+
readonly value: "default";
|
|
1536
|
+
}, {
|
|
1537
|
+
readonly label: "Dark";
|
|
1538
|
+
readonly value: "dark";
|
|
1539
|
+
}, {
|
|
1540
|
+
readonly label: "Muted";
|
|
1541
|
+
readonly value: "muted";
|
|
1542
|
+
}, {
|
|
1543
|
+
readonly label: "Inverted";
|
|
1544
|
+
readonly value: "inverted";
|
|
1545
|
+
}, {
|
|
1546
|
+
readonly label: "Custom";
|
|
1547
|
+
readonly value: "custom";
|
|
1548
|
+
}];
|
|
1549
|
+
readonly ai: {
|
|
1550
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1551
|
+
};
|
|
1552
|
+
};
|
|
1553
|
+
backgroundColor: {
|
|
1554
|
+
readonly type: "text";
|
|
1555
|
+
readonly label: "Background Color";
|
|
1556
|
+
readonly ai: {
|
|
1557
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1558
|
+
};
|
|
1559
|
+
};
|
|
1560
|
+
padding: {
|
|
1561
|
+
readonly type: "object";
|
|
1562
|
+
readonly objectFields: {
|
|
1563
|
+
readonly top: {
|
|
1564
|
+
readonly type: "select";
|
|
1565
|
+
readonly options: readonly [{
|
|
1566
|
+
readonly label: "none";
|
|
1567
|
+
readonly value: "none";
|
|
1568
|
+
}, {
|
|
1569
|
+
readonly label: "small";
|
|
1570
|
+
readonly value: "small";
|
|
1571
|
+
}, {
|
|
1572
|
+
readonly label: "medium";
|
|
1573
|
+
readonly value: "medium";
|
|
1574
|
+
}, {
|
|
1575
|
+
readonly label: "large";
|
|
1576
|
+
readonly value: "large";
|
|
1577
|
+
}];
|
|
1578
|
+
readonly ai: {
|
|
1579
|
+
readonly instructions: "Never select none as an option";
|
|
1580
|
+
};
|
|
1581
|
+
};
|
|
1582
|
+
readonly bottom: {
|
|
1583
|
+
readonly type: "select";
|
|
1584
|
+
readonly options: readonly [{
|
|
1585
|
+
readonly label: "none";
|
|
1586
|
+
readonly value: "none";
|
|
1587
|
+
}, {
|
|
1588
|
+
readonly label: "small";
|
|
1589
|
+
readonly value: "small";
|
|
1590
|
+
}, {
|
|
1591
|
+
readonly label: "medium";
|
|
1592
|
+
readonly value: "medium";
|
|
1593
|
+
}, {
|
|
1594
|
+
readonly label: "large";
|
|
1595
|
+
readonly value: "large";
|
|
1596
|
+
}];
|
|
1597
|
+
readonly ai: {
|
|
1598
|
+
readonly instructions: "Never select none as an option";
|
|
1599
|
+
};
|
|
1600
|
+
};
|
|
1601
|
+
};
|
|
1602
|
+
readonly ai: {
|
|
1603
|
+
readonly exclude: true;
|
|
1604
|
+
};
|
|
1605
|
+
};
|
|
1606
|
+
};
|
|
1607
|
+
};
|
|
1608
|
+
export declare const headerStylesDefaults: {
|
|
1609
|
+
padding: {
|
|
1610
|
+
readonly top: "medium";
|
|
1611
|
+
readonly bottom: "medium";
|
|
1612
|
+
};
|
|
1613
|
+
};
|
|
1614
|
+
export declare const metricsStylesField: {
|
|
1615
|
+
type: "object";
|
|
1616
|
+
label: string;
|
|
1617
|
+
objectFields: {
|
|
1618
|
+
sectionStyle: {
|
|
1619
|
+
readonly type: "select";
|
|
1620
|
+
readonly label: "Section Style";
|
|
1621
|
+
readonly options: readonly [{
|
|
1622
|
+
readonly label: "Default";
|
|
1623
|
+
readonly value: "default";
|
|
1624
|
+
}, {
|
|
1625
|
+
readonly label: "Dark";
|
|
1626
|
+
readonly value: "dark";
|
|
1627
|
+
}, {
|
|
1628
|
+
readonly label: "Muted";
|
|
1629
|
+
readonly value: "muted";
|
|
1630
|
+
}, {
|
|
1631
|
+
readonly label: "Inverted";
|
|
1632
|
+
readonly value: "inverted";
|
|
1633
|
+
}, {
|
|
1634
|
+
readonly label: "Custom";
|
|
1635
|
+
readonly value: "custom";
|
|
1636
|
+
}];
|
|
1637
|
+
readonly ai: {
|
|
1638
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1639
|
+
};
|
|
1640
|
+
};
|
|
1641
|
+
backgroundColor: {
|
|
1642
|
+
readonly type: "text";
|
|
1643
|
+
readonly label: "Background Color";
|
|
1644
|
+
readonly ai: {
|
|
1645
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1646
|
+
};
|
|
1647
|
+
};
|
|
1648
|
+
padding: {
|
|
1649
|
+
readonly type: "object";
|
|
1650
|
+
readonly objectFields: {
|
|
1651
|
+
readonly top: {
|
|
1652
|
+
readonly type: "select";
|
|
1653
|
+
readonly options: readonly [{
|
|
1654
|
+
readonly label: "none";
|
|
1655
|
+
readonly value: "none";
|
|
1656
|
+
}, {
|
|
1657
|
+
readonly label: "small";
|
|
1658
|
+
readonly value: "small";
|
|
1659
|
+
}, {
|
|
1660
|
+
readonly label: "medium";
|
|
1661
|
+
readonly value: "medium";
|
|
1662
|
+
}, {
|
|
1663
|
+
readonly label: "large";
|
|
1664
|
+
readonly value: "large";
|
|
1665
|
+
}];
|
|
1666
|
+
readonly ai: {
|
|
1667
|
+
readonly instructions: "Never select none as an option";
|
|
1668
|
+
};
|
|
1669
|
+
};
|
|
1670
|
+
readonly bottom: {
|
|
1671
|
+
readonly type: "select";
|
|
1672
|
+
readonly options: readonly [{
|
|
1673
|
+
readonly label: "none";
|
|
1674
|
+
readonly value: "none";
|
|
1675
|
+
}, {
|
|
1676
|
+
readonly label: "small";
|
|
1677
|
+
readonly value: "small";
|
|
1678
|
+
}, {
|
|
1679
|
+
readonly label: "medium";
|
|
1680
|
+
readonly value: "medium";
|
|
1681
|
+
}, {
|
|
1682
|
+
readonly label: "large";
|
|
1683
|
+
readonly value: "large";
|
|
1684
|
+
}];
|
|
1685
|
+
readonly ai: {
|
|
1686
|
+
readonly instructions: "Never select none as an option";
|
|
1687
|
+
};
|
|
1688
|
+
};
|
|
1689
|
+
};
|
|
1690
|
+
readonly ai: {
|
|
1691
|
+
readonly exclude: true;
|
|
1692
|
+
};
|
|
1693
|
+
};
|
|
1694
|
+
};
|
|
1695
|
+
};
|
|
1696
|
+
export declare const metricsStylesDefaults: {
|
|
1697
|
+
padding: {
|
|
1698
|
+
readonly top: "medium";
|
|
1699
|
+
readonly bottom: "medium";
|
|
1700
|
+
};
|
|
1701
|
+
};
|
|
1702
|
+
export declare const pricingStylesField: {
|
|
1703
|
+
type: "object";
|
|
1704
|
+
label: string;
|
|
1705
|
+
objectFields: {
|
|
1706
|
+
sectionStyle: {
|
|
1707
|
+
readonly type: "select";
|
|
1708
|
+
readonly label: "Section Style";
|
|
1709
|
+
readonly options: readonly [{
|
|
1710
|
+
readonly label: "Default";
|
|
1711
|
+
readonly value: "default";
|
|
1712
|
+
}, {
|
|
1713
|
+
readonly label: "Dark";
|
|
1714
|
+
readonly value: "dark";
|
|
1715
|
+
}, {
|
|
1716
|
+
readonly label: "Muted";
|
|
1717
|
+
readonly value: "muted";
|
|
1718
|
+
}, {
|
|
1719
|
+
readonly label: "Inverted";
|
|
1720
|
+
readonly value: "inverted";
|
|
1721
|
+
}, {
|
|
1722
|
+
readonly label: "Custom";
|
|
1723
|
+
readonly value: "custom";
|
|
1724
|
+
}];
|
|
1725
|
+
readonly ai: {
|
|
1726
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1727
|
+
};
|
|
1728
|
+
};
|
|
1729
|
+
backgroundColor: {
|
|
1730
|
+
readonly type: "text";
|
|
1731
|
+
readonly label: "Background Color";
|
|
1732
|
+
readonly ai: {
|
|
1733
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1734
|
+
};
|
|
1735
|
+
};
|
|
1736
|
+
padding: {
|
|
1737
|
+
readonly type: "object";
|
|
1738
|
+
readonly objectFields: {
|
|
1739
|
+
readonly top: {
|
|
1740
|
+
readonly type: "select";
|
|
1741
|
+
readonly options: readonly [{
|
|
1742
|
+
readonly label: "none";
|
|
1743
|
+
readonly value: "none";
|
|
1744
|
+
}, {
|
|
1745
|
+
readonly label: "small";
|
|
1746
|
+
readonly value: "small";
|
|
1747
|
+
}, {
|
|
1748
|
+
readonly label: "medium";
|
|
1749
|
+
readonly value: "medium";
|
|
1750
|
+
}, {
|
|
1751
|
+
readonly label: "large";
|
|
1752
|
+
readonly value: "large";
|
|
1753
|
+
}];
|
|
1754
|
+
readonly ai: {
|
|
1755
|
+
readonly instructions: "Never select none as an option";
|
|
1756
|
+
};
|
|
1757
|
+
};
|
|
1758
|
+
readonly bottom: {
|
|
1759
|
+
readonly type: "select";
|
|
1760
|
+
readonly options: readonly [{
|
|
1761
|
+
readonly label: "none";
|
|
1762
|
+
readonly value: "none";
|
|
1763
|
+
}, {
|
|
1764
|
+
readonly label: "small";
|
|
1765
|
+
readonly value: "small";
|
|
1766
|
+
}, {
|
|
1767
|
+
readonly label: "medium";
|
|
1768
|
+
readonly value: "medium";
|
|
1769
|
+
}, {
|
|
1770
|
+
readonly label: "large";
|
|
1771
|
+
readonly value: "large";
|
|
1772
|
+
}];
|
|
1773
|
+
readonly ai: {
|
|
1774
|
+
readonly instructions: "Never select none as an option";
|
|
1775
|
+
};
|
|
1776
|
+
};
|
|
1777
|
+
};
|
|
1778
|
+
readonly ai: {
|
|
1779
|
+
readonly exclude: true;
|
|
1780
|
+
};
|
|
1781
|
+
};
|
|
1782
|
+
};
|
|
1783
|
+
};
|
|
1784
|
+
export declare const pricingStylesDefaults: {
|
|
1785
|
+
padding: {
|
|
1786
|
+
readonly top: "medium";
|
|
1787
|
+
readonly bottom: "medium";
|
|
1788
|
+
};
|
|
1789
|
+
};
|
|
1790
|
+
export declare const teamStylesField: {
|
|
1791
|
+
type: "object";
|
|
1792
|
+
label: string;
|
|
1793
|
+
objectFields: {
|
|
1794
|
+
sectionStyle: {
|
|
1795
|
+
readonly type: "select";
|
|
1796
|
+
readonly label: "Section Style";
|
|
1797
|
+
readonly options: readonly [{
|
|
1798
|
+
readonly label: "Default";
|
|
1799
|
+
readonly value: "default";
|
|
1800
|
+
}, {
|
|
1801
|
+
readonly label: "Dark";
|
|
1802
|
+
readonly value: "dark";
|
|
1803
|
+
}, {
|
|
1804
|
+
readonly label: "Muted";
|
|
1805
|
+
readonly value: "muted";
|
|
1806
|
+
}, {
|
|
1807
|
+
readonly label: "Inverted";
|
|
1808
|
+
readonly value: "inverted";
|
|
1809
|
+
}, {
|
|
1810
|
+
readonly label: "Custom";
|
|
1811
|
+
readonly value: "custom";
|
|
1812
|
+
}];
|
|
1813
|
+
readonly ai: {
|
|
1814
|
+
readonly instructions: "Match the section's background tone: use 'dark' for dark/black backgrounds, 'muted' for gray/subtle backgrounds, 'inverted' for full contrast reversal. Default for standard light backgrounds.";
|
|
1815
|
+
};
|
|
1816
|
+
};
|
|
1817
|
+
backgroundColor: {
|
|
1818
|
+
readonly type: "text";
|
|
1819
|
+
readonly label: "Background Color";
|
|
1820
|
+
readonly ai: {
|
|
1821
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
1822
|
+
};
|
|
1823
|
+
};
|
|
1824
|
+
padding: {
|
|
1825
|
+
readonly type: "object";
|
|
1826
|
+
readonly objectFields: {
|
|
1827
|
+
readonly top: {
|
|
1828
|
+
readonly type: "select";
|
|
1829
|
+
readonly options: readonly [{
|
|
1830
|
+
readonly label: "none";
|
|
1831
|
+
readonly value: "none";
|
|
1832
|
+
}, {
|
|
1833
|
+
readonly label: "small";
|
|
1834
|
+
readonly value: "small";
|
|
1835
|
+
}, {
|
|
1836
|
+
readonly label: "medium";
|
|
1837
|
+
readonly value: "medium";
|
|
1838
|
+
}, {
|
|
1839
|
+
readonly label: "large";
|
|
1840
|
+
readonly value: "large";
|
|
1841
|
+
}];
|
|
1842
|
+
readonly ai: {
|
|
1843
|
+
readonly instructions: "Never select none as an option";
|
|
1844
|
+
};
|
|
1845
|
+
};
|
|
1846
|
+
readonly bottom: {
|
|
1847
|
+
readonly type: "select";
|
|
1848
|
+
readonly options: readonly [{
|
|
1849
|
+
readonly label: "none";
|
|
1850
|
+
readonly value: "none";
|
|
1851
|
+
}, {
|
|
1852
|
+
readonly label: "small";
|
|
1853
|
+
readonly value: "small";
|
|
1854
|
+
}, {
|
|
1855
|
+
readonly label: "medium";
|
|
1856
|
+
readonly value: "medium";
|
|
1857
|
+
}, {
|
|
1858
|
+
readonly label: "large";
|
|
1859
|
+
readonly value: "large";
|
|
1860
|
+
}];
|
|
1861
|
+
readonly ai: {
|
|
1862
|
+
readonly instructions: "Never select none as an option";
|
|
1863
|
+
};
|
|
1864
|
+
};
|
|
1865
|
+
};
|
|
1866
|
+
readonly ai: {
|
|
1867
|
+
readonly exclude: true;
|
|
1868
|
+
};
|
|
1869
|
+
};
|
|
1870
|
+
};
|
|
1871
|
+
};
|
|
1872
|
+
export declare const teamStylesDefaults: {
|
|
1873
|
+
padding: {
|
|
1874
|
+
readonly top: "medium";
|
|
1875
|
+
readonly bottom: "medium";
|
|
1876
|
+
};
|
|
1877
|
+
};
|