dune-react 0.0.10 → 0.0.11
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/article-card.js +1 -1
- package/dist/components/puck-base/button.d.ts +0 -1
- package/dist/components/puck-base/button.js +3 -3
- package/dist/components/puck-base/card.js +0 -1
- package/dist/components/puck-base/content.js +0 -1
- package/dist/components/puck-base/core/fields.d.ts +1 -23
- package/dist/components/puck-base/core/fields.js +6 -7
- package/dist/components/puck-base/core/styles.d.ts +102 -33
- package/dist/components/puck-base/core/styles.js +45 -81
- package/dist/components/puck-base/core/with-editable.d.ts +4 -9
- package/dist/components/puck-base/core/with-editable.js +43 -62
- package/dist/components/puck-base/{action-field.d.ts → fields/action-field.d.ts} +1 -1
- package/dist/components/puck-base/{action-field.js → fields/action-field.js} +91 -16
- package/dist/components/puck-base/fields/auto-field.d.ts +0 -1
- package/dist/components/puck-base/fields/auto-field.js +2 -90
- package/dist/components/puck-base/form.js +0 -1
- package/dist/components/puck-base/index.d.ts +1 -1
- package/dist/components/puck-base/navigation-menu.d.ts +18 -0
- package/dist/components/puck-base/navigation-menu.js +202 -0
- package/dist/components/puck-block/cta-sections/banner-cta-1/banner-cta.d.ts +2 -1
- package/dist/components/puck-block/cta-sections/banner-cta-1/banner-cta.js +6 -5
- package/dist/components/puck-block/cta-sections/banner-cta-1/index.js +2 -2
- package/dist/components/puck-block/cta-sections/gradient-cta-1/gradient-cta.js +34 -12
- package/dist/components/puck-block/cta-sections/promo-section-1/index.js +1 -2
- package/dist/components/puck-block/cta-sections/promo-section-1/promo-section.js +2 -2
- package/dist/components/puck-block/faq-sections/accordion-1/accordion.js +8 -3
- package/dist/components/puck-block/feature-sections/feature-cards-1/index.js +0 -2
- package/dist/components/puck-block/feature-sections/icon-grid-1/icon-grid.js +1 -1
- package/dist/components/puck-block/gallery-sections/gallery-1/index.js +1 -1
- package/dist/components/puck-block/gallery-sections/gallery-2/gallery-2.js +14 -6
- package/dist/components/puck-block/gallery-sections/gallery-2/index.js +1 -1
- package/dist/components/puck-block/header-sections/header-1/header.d.ts +4 -1
- package/dist/components/puck-block/header-sections/header-1/header.js +26 -19
- package/dist/components/puck-block/header-sections/header-1/index.js +13 -18
- package/dist/components/puck-block/hero-sections/fullscreen-hero-1/fullscreen-hero.js +15 -2
- package/dist/components/puck-block/hero-sections/fullscreen-hero-1/index.js +0 -1
- package/dist/components/puck-block/hero-sections/gradient-hero-1/gradient-hero.js +2 -2
- package/dist/components/puck-block/hero-sections/gradient-hero-1/index.js +1 -0
- package/dist/components/puck-block/hero-sections/grid-hero-1/grid-hero.js +1 -1
- package/dist/components/puck-block/hero-sections/hero-1/hero.js +1 -1
- package/dist/components/puck-block/hero-sections/image-hero-1/image-hero.d.ts +0 -1
- package/dist/components/puck-block/hero-sections/image-hero-1/image-hero.js +1 -1
- package/dist/components/puck-block/hero-sections/image-hero-1/index.js +21 -4
- package/dist/components/puck-block/hero-sections/video-hero-1/video-hero.js +1 -1
- package/dist/components/puck-block/location-sections/location-1/index.js +0 -3
- package/dist/components/puck-block/location-sections/location-1/location.d.ts +1 -0
- package/dist/components/puck-block/location-sections/location-1/location.js +1 -2
- package/dist/components/puck-block/location-sections/location-2/index.js +0 -3
- package/dist/components/puck-block/location-sections/location-2/location.d.ts +1 -0
- package/dist/components/puck-block/location-sections/location-2/location.js +1 -2
- package/dist/components/puck-block/location-sections/location-3/location.d.ts +2 -0
- package/dist/components/puck-block/location-sections/location-3/location.js +5 -2
- package/dist/components/puck-block/metrics-sections/stats-2/index.js +0 -2
- package/dist/components/puck-block/metrics-sections/stats-2/stats-2.js +0 -1
- package/dist/components/puck-block/metrics-sections/stats-3/index.js +0 -2
- package/dist/components/puck-block/metrics-sections/stats-3/stats-3.js +14 -1
- package/dist/components/puck-block/pricing-sections/pricing-1/index.js +0 -2
- package/dist/components/puck-block/pricing-sections/pricing-2/index.js +0 -4
- package/dist/components/puck-block/showcase-sections/before-after-1/index.js +0 -1
- package/dist/components/puck-block/showcase-sections/case-study-1/case-study.js +1 -1
- package/dist/components/puck-block/showcase-sections/case-study-1/index.js +1 -1
- package/dist/components/puck-block/team-sections/team-grid-1/index.js +1 -1
- package/dist/components/puck-block/team-sections/team-grid-2/index.js +0 -2
- package/dist/components/puck-block/testimonial-sections/logo-marquee-1/index.js +1 -1
- package/dist/components/puck-block/testimonial-sections/logo-marquee-1/logo-marquee.js +1 -1
- package/dist/components/puck-block/testimonial-sections/review-section-1/index.js +1 -1
- package/dist/components/puck-block/testimonial-sections/testimonials-1/testimonials.js +30 -10
- package/dist/components/puck-block/text-sections/articles-1/articles.js +1 -1
- package/dist/components/puck-block/text-sections/articles-1/index.js +1 -2
- package/dist/components/puck-block/text-sections/content-section-1/content-section.js +0 -1
- package/dist/components/puck-block/text-sections/content-section-1/index.js +0 -2
- package/dist/components/puck-block/text-sections/tab-section-1/tab-section.js +7 -3
- package/dist/components/shadcn/navigation-menu.js +8 -33
- package/dist/index.js +1 -1
- package/package.json +2 -2
|
@@ -2,7 +2,6 @@ import { type ButtonProps } from "@/components/shadcn/button";
|
|
|
2
2
|
import { Action, IconName } from "./core/types";
|
|
3
3
|
export interface CompoundButtonProps {
|
|
4
4
|
label: string;
|
|
5
|
-
url?: string;
|
|
6
5
|
action?: Action;
|
|
7
6
|
variant?: ButtonProps["variant"];
|
|
8
7
|
size?: ButtonProps["size"];
|
|
@@ -48,9 +48,9 @@ function CompoundButtonBase(props) {
|
|
|
48
48
|
props.size !== "icon" && props.label,
|
|
49
49
|
props.icon && props.icon !== "none" ? /* @__PURE__ */ jsx(DynamicIcon, { name: props.icon, className: "h-4 w-4" }) : null
|
|
50
50
|
] });
|
|
51
|
-
const href = props.action ? resolveActionUrl(props.action) :
|
|
52
|
-
const
|
|
53
|
-
const isDownload = ((_c = props.action) == null ? void 0 : _c.
|
|
51
|
+
const href = props.action ? resolveActionUrl(props.action) : void 0;
|
|
52
|
+
const isDownload = ((_a = props.action) == null ? void 0 : _a.type) === "download";
|
|
53
|
+
const isNewTab = isDownload || ((_b = props.action) == null ? void 0 : _b.type) === "external" && ((_c = props.action) == null ? void 0 : _c.openInNewTab) === "true";
|
|
54
54
|
const linkRel = href && !href.startsWith("/") ? "ugc nofollow noopener noreferrer" : void 0;
|
|
55
55
|
return href ? /* @__PURE__ */ jsx(
|
|
56
56
|
"a",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Field } from "@puckeditor/core";
|
|
2
2
|
import type { CompoundFormProps } from "../form";
|
|
3
3
|
import type { CompoundFieldProps } from "../field";
|
|
4
|
-
import { ActionField } from "../action-field";
|
|
4
|
+
import { ActionField } from "../fields/action-field";
|
|
5
5
|
export declare const icon: {
|
|
6
6
|
readonly type: "select";
|
|
7
7
|
readonly options: readonly [{
|
|
@@ -34,9 +34,6 @@ export declare const button: {
|
|
|
34
34
|
readonly label: {
|
|
35
35
|
readonly type: "text";
|
|
36
36
|
};
|
|
37
|
-
readonly url: {
|
|
38
|
-
readonly type: "text";
|
|
39
|
-
};
|
|
40
37
|
readonly action: {
|
|
41
38
|
type: "custom";
|
|
42
39
|
label: string;
|
|
@@ -102,9 +99,6 @@ export declare const buttons: {
|
|
|
102
99
|
readonly label: {
|
|
103
100
|
readonly type: "text";
|
|
104
101
|
};
|
|
105
|
-
readonly url: {
|
|
106
|
-
readonly type: "text";
|
|
107
|
-
};
|
|
108
102
|
readonly action: {
|
|
109
103
|
type: "custom";
|
|
110
104
|
label: string;
|
|
@@ -161,7 +155,6 @@ export declare const buttons: {
|
|
|
161
155
|
};
|
|
162
156
|
readonly defaultItemProps: {
|
|
163
157
|
readonly label: "Button";
|
|
164
|
-
readonly url: "";
|
|
165
158
|
readonly action: {
|
|
166
159
|
readonly type: "external";
|
|
167
160
|
readonly pageUrl: "";
|
|
@@ -333,9 +326,6 @@ export declare const contentFields: {
|
|
|
333
326
|
readonly label: {
|
|
334
327
|
readonly type: "text";
|
|
335
328
|
};
|
|
336
|
-
readonly url: {
|
|
337
|
-
readonly type: "text";
|
|
338
|
-
};
|
|
339
329
|
readonly action: {
|
|
340
330
|
type: "custom";
|
|
341
331
|
label: string;
|
|
@@ -392,7 +382,6 @@ export declare const contentFields: {
|
|
|
392
382
|
};
|
|
393
383
|
readonly defaultItemProps: {
|
|
394
384
|
readonly label: "Button";
|
|
395
|
-
readonly url: "";
|
|
396
385
|
readonly action: {
|
|
397
386
|
readonly type: "external";
|
|
398
387
|
readonly pageUrl: "";
|
|
@@ -491,9 +480,6 @@ export declare const contentFieldsWithFeatures: {
|
|
|
491
480
|
readonly label: {
|
|
492
481
|
readonly type: "text";
|
|
493
482
|
};
|
|
494
|
-
readonly url: {
|
|
495
|
-
readonly type: "text";
|
|
496
|
-
};
|
|
497
483
|
readonly action: {
|
|
498
484
|
type: "custom";
|
|
499
485
|
label: string;
|
|
@@ -550,7 +536,6 @@ export declare const contentFieldsWithFeatures: {
|
|
|
550
536
|
};
|
|
551
537
|
readonly defaultItemProps: {
|
|
552
538
|
readonly label: "Button";
|
|
553
|
-
readonly url: "";
|
|
554
539
|
readonly action: {
|
|
555
540
|
readonly type: "external";
|
|
556
541
|
readonly pageUrl: "";
|
|
@@ -598,9 +583,6 @@ export declare const card: {
|
|
|
598
583
|
readonly label: {
|
|
599
584
|
readonly type: "text";
|
|
600
585
|
};
|
|
601
|
-
readonly url: {
|
|
602
|
-
readonly type: "text";
|
|
603
|
-
};
|
|
604
586
|
readonly action: {
|
|
605
587
|
type: "custom";
|
|
606
588
|
label: string;
|
|
@@ -688,9 +670,6 @@ export declare const cards: {
|
|
|
688
670
|
readonly label: {
|
|
689
671
|
readonly type: "text";
|
|
690
672
|
};
|
|
691
|
-
readonly url: {
|
|
692
|
-
readonly type: "text";
|
|
693
|
-
};
|
|
694
673
|
readonly action: {
|
|
695
674
|
type: "custom";
|
|
696
675
|
label: string;
|
|
@@ -753,7 +732,6 @@ export declare const cards: {
|
|
|
753
732
|
readonly description: "Description";
|
|
754
733
|
readonly button: {
|
|
755
734
|
readonly label: "Button";
|
|
756
|
-
readonly url: "";
|
|
757
735
|
readonly action: {
|
|
758
736
|
readonly type: "external";
|
|
759
737
|
readonly pageUrl: "";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { fieldTypes } from "../field.js";
|
|
2
|
-
import { ActionField } from "../action-field.js";
|
|
2
|
+
import { ActionField } from "../fields/action-field.js";
|
|
3
3
|
import { iconNames } from "../../../node_modules/.pnpm/lucide-react@0.540.0_react@19.2.4/node_modules/lucide-react/dist/esm/DynamicIcon.js";
|
|
4
4
|
const formMethods = ["get", "post", "put", "patch", "delete"];
|
|
5
5
|
const icon = {
|
|
@@ -32,7 +32,6 @@ const button = {
|
|
|
32
32
|
type: "object",
|
|
33
33
|
objectFields: {
|
|
34
34
|
label: { type: "text" },
|
|
35
|
-
url: { type: "text" },
|
|
36
35
|
action,
|
|
37
36
|
variant: {
|
|
38
37
|
type: "select",
|
|
@@ -59,7 +58,6 @@ const button = {
|
|
|
59
58
|
};
|
|
60
59
|
const buttonDefaults = {
|
|
61
60
|
label: "Button",
|
|
62
|
-
url: "",
|
|
63
61
|
action: actionDefaults,
|
|
64
62
|
variant: "default",
|
|
65
63
|
size: "default",
|
|
@@ -101,9 +99,10 @@ const image = {
|
|
|
101
99
|
alt: { type: "text" }
|
|
102
100
|
}
|
|
103
101
|
};
|
|
104
|
-
const getPlaceholderImageUrl = (size, text = "Placeholder Image") =>
|
|
105
|
-
|
|
106
|
-
)}`;
|
|
102
|
+
const getPlaceholderImageUrl = (size, text = "Placeholder Image") => {
|
|
103
|
+
const [w, h] = size.split("x");
|
|
104
|
+
return `https://picsum.photos/seed/${encodeURIComponent(text)}/${w}/${h}`;
|
|
105
|
+
};
|
|
107
106
|
const image16x9Placeholder = {
|
|
108
107
|
alt: "16/9 aspect ratio accessible description of the image",
|
|
109
108
|
src: getPlaceholderImageUrl("1920x1080")
|
|
@@ -204,7 +203,7 @@ const fieldDefaults = {
|
|
|
204
203
|
type: "text",
|
|
205
204
|
name: "field_name"
|
|
206
205
|
};
|
|
207
|
-
const {
|
|
206
|
+
const { action: _buttonAction, ...formButtonConfig } = button.objectFields;
|
|
208
207
|
const form = {
|
|
209
208
|
type: "object",
|
|
210
209
|
objectFields: {
|
|
@@ -1,4 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Puck Section 样式系统
|
|
3
|
+
*
|
|
4
|
+
* 所有 section 组件共享一套可编辑的样式配置(背景、内边距、深色/浅色模式等)。
|
|
5
|
+
* 本文件是该样式系统的中枢,避免在 50+ 个组件中重复定义。
|
|
6
|
+
*
|
|
7
|
+
* 核心流程:
|
|
8
|
+
* createStylesField(extra) → 组件 index.tsx 的 fields.styles → Puck 编辑器右侧面板的样式控件
|
|
9
|
+
* createStylesDefaults(extra) → 组件 index.tsx 的 defaultProps.styles → 组件拖入画布时的初始样式
|
|
10
|
+
*
|
|
11
|
+
* 文件结构:
|
|
12
|
+
* 1. Types — 样式相关类型
|
|
13
|
+
* 2. Field 原子定义 — 每个编辑器控件的配置(padding / sectionStyle / backgroundColor …)
|
|
14
|
+
* 3. Fields & Defaults — 将原子 field 按层级组合(基础 / 带背景图)
|
|
15
|
+
* 4. 工厂函数 — createStylesField / createStylesDefaults
|
|
16
|
+
* 5. 各分类预设 — Banner / Hero / CTA … 每类导出 Interface + Field + Defaults 三件套
|
|
17
|
+
*/
|
|
1
18
|
import type { SectionStyle, OverlayStyle } from "../container";
|
|
19
|
+
export type PaddingLevel = "none" | "small" | "medium" | "large";
|
|
20
|
+
export type { SectionStyle, OverlayStyle };
|
|
21
|
+
/** 所有 section 通用的基础样式 */
|
|
22
|
+
export interface SectionBaseStyles {
|
|
23
|
+
sectionStyle?: SectionStyle;
|
|
24
|
+
backgroundColor?: string;
|
|
25
|
+
padding?: {
|
|
26
|
+
top?: PaddingLevel;
|
|
27
|
+
bottom?: PaddingLevel;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
/** 带背景图的 section 样式,继承基础样式 */
|
|
31
|
+
export interface SectionImageStyles extends SectionBaseStyles {
|
|
32
|
+
backgroundImage?: string;
|
|
33
|
+
overlay?: OverlayStyle;
|
|
34
|
+
}
|
|
2
35
|
export declare const paddingLevel: {
|
|
3
36
|
readonly type: "select";
|
|
4
37
|
readonly options: readonly [{
|
|
@@ -64,10 +97,6 @@ export declare const padding: {
|
|
|
64
97
|
readonly exclude: true;
|
|
65
98
|
};
|
|
66
99
|
};
|
|
67
|
-
export declare const paddingDefaults: {
|
|
68
|
-
readonly top: "medium";
|
|
69
|
-
readonly bottom: "medium";
|
|
70
|
-
};
|
|
71
100
|
export declare const sectionStyle: {
|
|
72
101
|
readonly type: "select";
|
|
73
102
|
readonly label: "Section Style";
|
|
@@ -91,6 +120,21 @@ export declare const sectionStyle: {
|
|
|
91
120
|
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
121
|
};
|
|
93
122
|
};
|
|
123
|
+
export declare const backgroundColor: {
|
|
124
|
+
readonly type: "text";
|
|
125
|
+
readonly label: "Background Color";
|
|
126
|
+
readonly ai: {
|
|
127
|
+
readonly instructions: "Set a custom background color in oklch format (e.g. 'oklch(0.2 0.05 260)'). Only use when sectionStyle is 'custom'.";
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
export declare const backgroundImage: {
|
|
131
|
+
readonly type: "text";
|
|
132
|
+
readonly label: "Background Image URL";
|
|
133
|
+
readonly ai: {
|
|
134
|
+
readonly instructions: "URL for a full-width background image behind the section.";
|
|
135
|
+
readonly stream: false;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
94
138
|
export declare const sectionOverlay: {
|
|
95
139
|
readonly type: "select";
|
|
96
140
|
readonly label: "Overlay";
|
|
@@ -111,31 +155,6 @@ export declare const sectionOverlay: {
|
|
|
111
155
|
readonly instructions: "Use gradient overlays when the section has a background image that needs text contrast. Use noise for subtle texture.";
|
|
112
156
|
};
|
|
113
157
|
};
|
|
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
158
|
export declare const sectionBaseStyleFields: {
|
|
140
159
|
readonly sectionStyle: {
|
|
141
160
|
readonly type: "select";
|
|
@@ -214,16 +233,18 @@ export declare const sectionBaseStyleFields: {
|
|
|
214
233
|
};
|
|
215
234
|
};
|
|
216
235
|
};
|
|
236
|
+
export declare const paddingDefaults: {
|
|
237
|
+
readonly top: "medium";
|
|
238
|
+
readonly bottom: "medium";
|
|
239
|
+
};
|
|
217
240
|
export declare const sectionBaseStyleDefaults: {
|
|
241
|
+
sectionStyle: "default";
|
|
242
|
+
backgroundColor: string;
|
|
218
243
|
padding: {
|
|
219
244
|
readonly top: "medium";
|
|
220
245
|
readonly bottom: "medium";
|
|
221
246
|
};
|
|
222
247
|
};
|
|
223
|
-
export interface SectionImageStyles extends SectionBaseStyles {
|
|
224
|
-
backgroundImage?: string;
|
|
225
|
-
overlay?: OverlayStyle;
|
|
226
|
-
}
|
|
227
248
|
export declare const sectionImageStyleFields: {
|
|
228
249
|
readonly backgroundImage: {
|
|
229
250
|
readonly type: "text";
|
|
@@ -331,11 +352,20 @@ export declare const sectionImageStyleFields: {
|
|
|
331
352
|
};
|
|
332
353
|
};
|
|
333
354
|
export declare const sectionImageStyleDefaults: {
|
|
355
|
+
backgroundImage: string;
|
|
356
|
+
overlay: "none";
|
|
357
|
+
sectionStyle: "default";
|
|
358
|
+
backgroundColor: string;
|
|
334
359
|
padding: {
|
|
335
360
|
readonly top: "medium";
|
|
336
361
|
readonly bottom: "medium";
|
|
337
362
|
};
|
|
338
363
|
};
|
|
364
|
+
/**
|
|
365
|
+
* 生成 Puck `styles` object field。
|
|
366
|
+
* 始终包含 sectionBaseStyleFields(sectionStyle / backgroundColor / padding),
|
|
367
|
+
* 可通过 extraFields 追加分类特有的控件。
|
|
368
|
+
*/
|
|
339
369
|
export declare function createStylesField<T extends Record<string, unknown> = Record<string, never>>(extraFields?: T): {
|
|
340
370
|
type: "object";
|
|
341
371
|
label: string;
|
|
@@ -418,7 +448,14 @@ export declare function createStylesField<T extends Record<string, unknown> = Re
|
|
|
418
448
|
};
|
|
419
449
|
};
|
|
420
450
|
};
|
|
451
|
+
/**
|
|
452
|
+
* 生成 Puck `styles` defaultProps。
|
|
453
|
+
* 始终包含 sectionBaseStyleDefaults 的全部 key,
|
|
454
|
+
* 可通过 extraDefaults 追加或覆盖分类特有的默认值。
|
|
455
|
+
*/
|
|
421
456
|
export declare function createStylesDefaults<T>(extraDefaults?: T): {
|
|
457
|
+
sectionStyle: "default";
|
|
458
|
+
backgroundColor: string;
|
|
422
459
|
padding: {
|
|
423
460
|
readonly top: "medium";
|
|
424
461
|
readonly bottom: "medium";
|
|
@@ -512,6 +549,8 @@ export declare const bannerStylesField: {
|
|
|
512
549
|
};
|
|
513
550
|
};
|
|
514
551
|
export declare const bannerStylesDefaults: {
|
|
552
|
+
sectionStyle: "default";
|
|
553
|
+
backgroundColor: string;
|
|
515
554
|
padding: {
|
|
516
555
|
readonly top: "medium";
|
|
517
556
|
readonly bottom: "medium";
|
|
@@ -604,6 +643,8 @@ export declare const heroStylesField: {
|
|
|
604
643
|
};
|
|
605
644
|
};
|
|
606
645
|
export declare const heroStylesDefaults: {
|
|
646
|
+
sectionStyle: "default";
|
|
647
|
+
backgroundColor: string;
|
|
607
648
|
padding: {
|
|
608
649
|
readonly top: "medium";
|
|
609
650
|
readonly bottom: "medium";
|
|
@@ -695,6 +736,8 @@ export declare const ctaStylesField: {
|
|
|
695
736
|
};
|
|
696
737
|
};
|
|
697
738
|
export declare const ctaStylesDefaults: {
|
|
739
|
+
sectionStyle: "default";
|
|
740
|
+
backgroundColor: string;
|
|
698
741
|
padding: {
|
|
699
742
|
readonly top: "medium";
|
|
700
743
|
readonly bottom: "medium";
|
|
@@ -786,6 +829,8 @@ export declare const featureStylesField: {
|
|
|
786
829
|
};
|
|
787
830
|
};
|
|
788
831
|
export declare const featureStylesDefaults: {
|
|
832
|
+
sectionStyle: "default";
|
|
833
|
+
backgroundColor: string;
|
|
789
834
|
padding: {
|
|
790
835
|
readonly top: "medium";
|
|
791
836
|
readonly bottom: "medium";
|
|
@@ -877,6 +922,8 @@ export declare const faqStylesField: {
|
|
|
877
922
|
};
|
|
878
923
|
};
|
|
879
924
|
export declare const faqStylesDefaults: {
|
|
925
|
+
sectionStyle: "default";
|
|
926
|
+
backgroundColor: string;
|
|
880
927
|
padding: {
|
|
881
928
|
readonly top: "medium";
|
|
882
929
|
readonly bottom: "medium";
|
|
@@ -968,6 +1015,8 @@ export declare const galleryStylesField: {
|
|
|
968
1015
|
};
|
|
969
1016
|
};
|
|
970
1017
|
export declare const galleryStylesDefaults: {
|
|
1018
|
+
sectionStyle: "default";
|
|
1019
|
+
backgroundColor: string;
|
|
971
1020
|
padding: {
|
|
972
1021
|
readonly top: "medium";
|
|
973
1022
|
readonly bottom: "medium";
|
|
@@ -1059,6 +1108,8 @@ export declare const testimonialStylesField: {
|
|
|
1059
1108
|
};
|
|
1060
1109
|
};
|
|
1061
1110
|
export declare const testimonialStylesDefaults: {
|
|
1111
|
+
sectionStyle: "default";
|
|
1112
|
+
backgroundColor: string;
|
|
1062
1113
|
padding: {
|
|
1063
1114
|
readonly top: "medium";
|
|
1064
1115
|
readonly bottom: "medium";
|
|
@@ -1150,6 +1201,8 @@ export declare const showcaseStylesField: {
|
|
|
1150
1201
|
};
|
|
1151
1202
|
};
|
|
1152
1203
|
export declare const showcaseStylesDefaults: {
|
|
1204
|
+
sectionStyle: "default";
|
|
1205
|
+
backgroundColor: string;
|
|
1153
1206
|
padding: {
|
|
1154
1207
|
readonly top: "medium";
|
|
1155
1208
|
readonly bottom: "medium";
|
|
@@ -1241,6 +1294,8 @@ export declare const textStylesField: {
|
|
|
1241
1294
|
};
|
|
1242
1295
|
};
|
|
1243
1296
|
export declare const textStylesDefaults: {
|
|
1297
|
+
sectionStyle: "default";
|
|
1298
|
+
backgroundColor: string;
|
|
1244
1299
|
padding: {
|
|
1245
1300
|
readonly top: "medium";
|
|
1246
1301
|
readonly bottom: "medium";
|
|
@@ -1332,6 +1387,8 @@ export declare const contactStylesField: {
|
|
|
1332
1387
|
};
|
|
1333
1388
|
};
|
|
1334
1389
|
export declare const contactStylesDefaults: {
|
|
1390
|
+
sectionStyle: "default";
|
|
1391
|
+
backgroundColor: string;
|
|
1335
1392
|
padding: {
|
|
1336
1393
|
readonly top: "medium";
|
|
1337
1394
|
readonly bottom: "medium";
|
|
@@ -1425,6 +1482,8 @@ export declare const locationStylesField: {
|
|
|
1425
1482
|
};
|
|
1426
1483
|
};
|
|
1427
1484
|
export declare const locationStylesDefaults: {
|
|
1485
|
+
sectionStyle: "default";
|
|
1486
|
+
backgroundColor: string;
|
|
1428
1487
|
padding: {
|
|
1429
1488
|
readonly top: "medium";
|
|
1430
1489
|
readonly bottom: "medium";
|
|
@@ -1518,6 +1577,8 @@ export declare const footerStylesField: {
|
|
|
1518
1577
|
};
|
|
1519
1578
|
};
|
|
1520
1579
|
export declare const footerStylesDefaults: {
|
|
1580
|
+
sectionStyle: "default";
|
|
1581
|
+
backgroundColor: string;
|
|
1521
1582
|
padding: {
|
|
1522
1583
|
readonly top: "medium";
|
|
1523
1584
|
readonly bottom: "medium";
|
|
@@ -1606,6 +1667,8 @@ export declare const headerStylesField: {
|
|
|
1606
1667
|
};
|
|
1607
1668
|
};
|
|
1608
1669
|
export declare const headerStylesDefaults: {
|
|
1670
|
+
sectionStyle: "default";
|
|
1671
|
+
backgroundColor: string;
|
|
1609
1672
|
padding: {
|
|
1610
1673
|
readonly top: "medium";
|
|
1611
1674
|
readonly bottom: "medium";
|
|
@@ -1694,6 +1757,8 @@ export declare const metricsStylesField: {
|
|
|
1694
1757
|
};
|
|
1695
1758
|
};
|
|
1696
1759
|
export declare const metricsStylesDefaults: {
|
|
1760
|
+
sectionStyle: "default";
|
|
1761
|
+
backgroundColor: string;
|
|
1697
1762
|
padding: {
|
|
1698
1763
|
readonly top: "medium";
|
|
1699
1764
|
readonly bottom: "medium";
|
|
@@ -1782,6 +1847,8 @@ export declare const pricingStylesField: {
|
|
|
1782
1847
|
};
|
|
1783
1848
|
};
|
|
1784
1849
|
export declare const pricingStylesDefaults: {
|
|
1850
|
+
sectionStyle: "default";
|
|
1851
|
+
backgroundColor: string;
|
|
1785
1852
|
padding: {
|
|
1786
1853
|
readonly top: "medium";
|
|
1787
1854
|
readonly bottom: "medium";
|
|
@@ -1870,6 +1937,8 @@ export declare const teamStylesField: {
|
|
|
1870
1937
|
};
|
|
1871
1938
|
};
|
|
1872
1939
|
export declare const teamStylesDefaults: {
|
|
1940
|
+
sectionStyle: "default";
|
|
1941
|
+
backgroundColor: string;
|
|
1873
1942
|
padding: {
|
|
1874
1943
|
readonly top: "medium";
|
|
1875
1944
|
readonly bottom: "medium";
|