@xwadex/fesd-next 0.3.4-7.21 → 0.3.4-7.23
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/content-builders/article4/article4cora/article4cora-roots.d.ts +4 -0
- package/dist/components/content-builders/article4/article4cora/article4cora-roots.js +79 -0
- package/dist/components/content-builders/article4/article4cora/media-base/index.d.ts +2 -0
- package/dist/components/content-builders/article4/article4cora/media-base/index.js +2 -0
- package/dist/components/content-builders/article4/article4cora/media-base/media-base-root.d.ts +15 -0
- package/dist/components/content-builders/article4/article4cora/media-base/media-base-root.js +52 -0
- package/dist/components/content-builders/article4/article4cora/media-cover/index.d.ts +2 -0
- package/dist/components/content-builders/article4/article4cora/media-cover/index.js +2 -0
- package/dist/components/content-builders/article4/article4cora/media-cover/media-cover-root.d.ts +15 -0
- package/dist/components/content-builders/article4/article4cora/media-cover/media-cover-root.js +23 -0
- package/dist/components/content-builders/article4/article4cora/media-embla/index.d.ts +2 -0
- package/dist/components/content-builders/article4/article4cora/media-embla/index.js +2 -0
- package/dist/components/content-builders/article4/article4cora/media-embla/media-embla-root.d.ts +25 -0
- package/dist/components/content-builders/article4/article4cora/media-embla/media-embla-root.js +107 -0
- package/dist/components/content-builders/article4/baseBlock.d.ts +17 -0
- package/dist/components/content-builders/article4/baseBlock.js +115 -0
- package/dist/components/content-builders/article4/commonComponents.d.ts +53 -0
- package/dist/components/content-builders/article4/commonComponents.js +81 -0
- package/dist/components/content-builders/article4/config.d.ts +4 -0
- package/dist/components/content-builders/article4/config.js +6 -0
- package/dist/components/content-builders/article4/index.d.ts +12 -0
- package/dist/components/content-builders/article4/index.js +12 -0
- package/dist/components/content-builders/article4/type10Block.d.ts +14 -0
- package/dist/components/content-builders/article4/type10Block.js +24 -0
- package/dist/components/content-builders/article4/type1Block.d.ts +9 -0
- package/dist/components/content-builders/article4/type1Block.js +12 -0
- package/dist/components/content-builders/article4/type2Block.d.ts +9 -0
- package/dist/components/content-builders/article4/type2Block.js +17 -0
- package/dist/components/content-builders/article4/type3Block.d.ts +8 -0
- package/dist/components/content-builders/article4/type3Block.js +12 -0
- package/dist/components/content-builders/article4/type4Block.d.ts +27 -0
- package/dist/components/content-builders/article4/type4Block.js +53 -0
- package/dist/components/content-builders/article4/type5Block.d.ts +24 -0
- package/dist/components/content-builders/article4/type5Block.js +43 -0
- package/dist/components/content-builders/article4/type6Block.d.ts +24 -0
- package/dist/components/content-builders/article4/type6Block.js +43 -0
- package/dist/components/content-builders/article4/type7Block.d.ts +12 -0
- package/dist/components/content-builders/article4/type7Block.js +19 -0
- package/dist/components/content-builders/article4/type8Block.d.ts +11 -0
- package/dist/components/content-builders/article4/type8Block.js +14 -0
- package/dist/components/content-builders/article4/type9Block.d.ts +11 -0
- package/dist/components/content-builders/article4/type9Block.js +19 -0
- package/dist/components/content-builders/blocks/base-block.d.ts +12 -0
- package/dist/components/content-builders/blocks/base-block.js +91 -0
- package/dist/components/content-builders/blocks/headers-block.d.ts +20 -0
- package/dist/components/content-builders/blocks/headers-block.js +49 -0
- package/dist/components/content-builders/blocks/index.d.ts +4 -0
- package/dist/components/content-builders/blocks/index.js +4 -0
- package/dist/components/content-builders/blocks/media-content.d.ts +7 -0
- package/dist/components/content-builders/blocks/media-content.js +23 -0
- package/dist/components/content-builders/blocks/root-header.d.ts +11 -0
- package/dist/components/content-builders/blocks/root-header.js +14 -0
- package/dist/components/content-builders/blocks/roots.d.ts +8 -0
- package/dist/components/content-builders/blocks/roots.js +23 -0
- package/dist/components/content-builders/blocks/text-content.d.ts +20 -0
- package/dist/components/content-builders/blocks/text-content.js +190 -0
- package/dist/components/content-builders/content-builder-actionbar.d.ts +1 -0
- package/dist/components/content-builders/content-builder-actionbar.js +64 -0
- package/dist/components/content-builders/content-builder-blocks-dialogs.d.ts +4 -0
- package/dist/components/content-builders/content-builder-blocks-dialogs.js +45 -0
- package/dist/components/content-builders/content-builder-blocks.d.ts +15 -0
- package/dist/components/content-builders/content-builder-blocks.js +40 -0
- package/dist/components/content-builders/content-builder-builder.d.ts +13 -0
- package/dist/components/content-builders/content-builder-builder.js +17 -0
- package/dist/components/content-builders/content-builder-configs.d.ts +203 -0
- package/dist/components/content-builders/content-builder-configs.js +125 -0
- package/dist/components/content-builders/content-builder-context.d.ts +24 -0
- package/dist/components/content-builders/content-builder-context.js +47 -0
- package/dist/components/content-builders/content-builder-fields.d.ts +1 -0
- package/dist/components/content-builders/content-builder-fields.js +5 -0
- package/dist/components/content-builders/content-builder-functionbar.d.ts +1 -0
- package/dist/components/content-builders/content-builder-functionbar.js +37 -0
- package/dist/components/content-builders/content-builder-helpers.d.ts +9 -0
- package/dist/components/content-builders/content-builder-helpers.js +43 -0
- package/dist/components/content-builders/content-builder-hooks.d.ts +39 -0
- package/dist/components/content-builders/content-builder-hooks.js +129 -0
- package/dist/components/content-builders/content-builder-iframe.d.ts +5 -0
- package/dist/components/content-builders/content-builder-iframe.js +15 -0
- package/dist/components/content-builders/content-builder-overlay.d.ts +1 -0
- package/dist/components/content-builders/content-builder-overlay.js +22 -0
- package/dist/components/content-builders/content-builder-panels.d.ts +10 -0
- package/dist/components/content-builders/content-builder-panels.js +165 -0
- package/dist/components/content-builders/content-builder-preview.d.ts +4 -0
- package/dist/components/content-builders/content-builder-preview.js +22 -0
- package/dist/components/content-builders/content-builder-pucks-context.d.ts +13 -0
- package/dist/components/content-builders/content-builder-pucks-context.js +17 -0
- package/dist/components/content-builders/content-builder-pucks-hooks.d.ts +17 -0
- package/dist/components/content-builders/content-builder-pucks-hooks.js +119 -0
- package/dist/components/content-builders/content-builder-render.d.ts +6 -0
- package/dist/components/content-builders/content-builder-render.js +6 -0
- package/dist/components/content-builders/content-builder.d.ts +7 -0
- package/dist/components/content-builders/content-builder.js +24 -0
- package/dist/components/content-builders/fields/fields-tabs.d.ts +5 -0
- package/dist/components/content-builders/fields/fields-tabs.js +9 -0
- package/dist/components/content-builders/index.d.ts +5 -0
- package/dist/components/content-builders/index.js +5 -0
- package/dist/components/content-builders/initial-datas.d.ts +56 -0
- package/dist/components/content-builders/initial-datas.js +818 -0
- package/dist/components/emblas/embla-container.d.ts +8 -0
- package/dist/components/emblas/embla-container.js +13 -0
- package/dist/components/emblas/embla-context.d.ts +21 -0
- package/dist/components/emblas/embla-context.js +13 -0
- package/dist/components/emblas/embla.d.ts +20 -0
- package/dist/components/emblas/embla.js +125 -0
- package/dist/components/emblas/emblas-pagination.d.ts +11 -0
- package/dist/components/emblas/emblas-pagination.js +90 -0
- package/dist/components/emblas/index.d.ts +4 -0
- package/dist/components/emblas/index.js +4 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,818 @@
|
|
|
1
|
+
export const initialData = {
|
|
2
|
+
root: {
|
|
3
|
+
props: {
|
|
4
|
+
title: "Hello, world",
|
|
5
|
+
description: "Lorem ipsum",
|
|
6
|
+
},
|
|
7
|
+
},
|
|
8
|
+
content: [
|
|
9
|
+
{
|
|
10
|
+
type: "BaseBlockSue",
|
|
11
|
+
props: {
|
|
12
|
+
id: "BaseBlockSue-6e0f8c2a-3c6e-4a9a-9c30-0a1b2c3d4e51",
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
type: "BaseBlock",
|
|
17
|
+
props: {
|
|
18
|
+
slotMediaBlock: [
|
|
19
|
+
{
|
|
20
|
+
type: "MediaContent",
|
|
21
|
+
label: "Media Content",
|
|
22
|
+
props: {
|
|
23
|
+
id: "MediaContent-2a7e4d91-1a64-4b2c-9d0b-0f7a5c1f3b10",
|
|
24
|
+
imgs: "/01.png",
|
|
25
|
+
alt: "alt",
|
|
26
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
],
|
|
30
|
+
slotTextBlock: [
|
|
31
|
+
{
|
|
32
|
+
type: "TextContent",
|
|
33
|
+
props: {
|
|
34
|
+
id: "TextContent-9f4a6e2b-7b3c-4c11-8e9a-3d2c1b0a9f81",
|
|
35
|
+
title: "Design that scales with your content",
|
|
36
|
+
subTitle: "Clean structure, consistent rhythm",
|
|
37
|
+
description: "Flexible sections keep spacing and alignment reliable from mobile to desktop.",
|
|
38
|
+
titleOptions: {
|
|
39
|
+
content2: "Design that scales with your content",
|
|
40
|
+
tage2: "h3",
|
|
41
|
+
color2: "",
|
|
42
|
+
align2: "left",
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
},
|
|
46
|
+
],
|
|
47
|
+
textAlign: "left",
|
|
48
|
+
textAlign2: "top",
|
|
49
|
+
backgroundImage: "no",
|
|
50
|
+
id: "BaseBlock-6e0f8c2a-3c6e-4a9a-9c30-0a1b2c3d4e51",
|
|
51
|
+
},
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
type: "BaseBlock",
|
|
55
|
+
props: {
|
|
56
|
+
slotMediaBlock: [
|
|
57
|
+
{
|
|
58
|
+
type: "MediaContent",
|
|
59
|
+
label: "Media Content",
|
|
60
|
+
props: {
|
|
61
|
+
id: "MediaContent-4c1b0a9f-3d2c-4e91-8a7e-7b3c6e0f8c2a",
|
|
62
|
+
imgs: "/01.png",
|
|
63
|
+
alt: "alt",
|
|
64
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
],
|
|
68
|
+
slotTextBlock: [
|
|
69
|
+
{
|
|
70
|
+
type: "TextContent",
|
|
71
|
+
props: {
|
|
72
|
+
id: "TextContent-1c8f0b2e-6a4d-4c7f-9a10-2b3c4d5e6f70",
|
|
73
|
+
title: "Layouts that stay readable everywhere",
|
|
74
|
+
subTitle: "Typography-first, UI-friendly",
|
|
75
|
+
description: "Content blocks adapt to different widths while keeping hierarchy clear and predictable.",
|
|
76
|
+
titleOptions: {
|
|
77
|
+
content2: "Layouts that stay readable everywhere",
|
|
78
|
+
tage2: "h3",
|
|
79
|
+
color2: "",
|
|
80
|
+
align2: "left",
|
|
81
|
+
},
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
],
|
|
85
|
+
textAlign: "right",
|
|
86
|
+
textAlign2: "top",
|
|
87
|
+
backgroundImage: "no",
|
|
88
|
+
id: "BaseBlock-7d1a9c30-5b2e-4f60-8c2a-1e3d4c5b6a70",
|
|
89
|
+
},
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
type: "BaseBlock",
|
|
93
|
+
props: {
|
|
94
|
+
slotMediaBlock: [
|
|
95
|
+
{
|
|
96
|
+
type: "MediaContent",
|
|
97
|
+
label: "Media Content",
|
|
98
|
+
props: {
|
|
99
|
+
id: "MediaContent-0b2e6a4d-9a10-4c7f-8f70-1c8f0b2e6a4d",
|
|
100
|
+
imgs: "/01.png",
|
|
101
|
+
alt: "alt",
|
|
102
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
103
|
+
},
|
|
104
|
+
},
|
|
105
|
+
],
|
|
106
|
+
slotTextBlock: [
|
|
107
|
+
{
|
|
108
|
+
type: "TextContent",
|
|
109
|
+
props: {
|
|
110
|
+
id: "TextContent-3a9d1c2e-4f50-4b60-8c70-9a0b1c2d3e4f",
|
|
111
|
+
title: "Content blocks built for variation",
|
|
112
|
+
subTitle: "Modular by default",
|
|
113
|
+
description: "Swap media and text positions without breaking spacing, alignment, or visual balance.",
|
|
114
|
+
titleOptions: {
|
|
115
|
+
content2: "Content blocks built for variation",
|
|
116
|
+
tage2: "h3",
|
|
117
|
+
color2: "",
|
|
118
|
+
align2: "left",
|
|
119
|
+
},
|
|
120
|
+
},
|
|
121
|
+
},
|
|
122
|
+
],
|
|
123
|
+
textAlign: "left",
|
|
124
|
+
textAlign2: "top",
|
|
125
|
+
backgroundImage: "no",
|
|
126
|
+
id: "BaseBlock-2f4b60a1-9c30-4d5e-8f70-3a1c2e4f5061",
|
|
127
|
+
},
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: "BaseBlock",
|
|
131
|
+
props: {
|
|
132
|
+
slotMediaBlock: [
|
|
133
|
+
{
|
|
134
|
+
type: "MediaContent",
|
|
135
|
+
label: "Media Content",
|
|
136
|
+
props: {
|
|
137
|
+
id: "MediaContent-5e6f7081-2b3c-4d5e-9a10-1c8f0b2e6a41",
|
|
138
|
+
imgs: "/01.png",
|
|
139
|
+
alt: "alt",
|
|
140
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
141
|
+
},
|
|
142
|
+
},
|
|
143
|
+
],
|
|
144
|
+
slotTextBlock: [
|
|
145
|
+
{
|
|
146
|
+
type: "TextContent",
|
|
147
|
+
props: {
|
|
148
|
+
id: "TextContent-8c2a6e0f-3c6e-4a9a-9c30-0a1b2c3d4e52",
|
|
149
|
+
title: "Responsive sections with steady alignment",
|
|
150
|
+
subTitle: "Made to snap into place",
|
|
151
|
+
description: "Grid-aware spacing helps components stay consistent across breakpoints and layouts.",
|
|
152
|
+
titleOptions: {
|
|
153
|
+
content2: "Responsive sections with steady alignment",
|
|
154
|
+
tage2: "h3",
|
|
155
|
+
color2: "",
|
|
156
|
+
align2: "left",
|
|
157
|
+
},
|
|
158
|
+
},
|
|
159
|
+
},
|
|
160
|
+
],
|
|
161
|
+
textAlign: "right",
|
|
162
|
+
textAlign2: "top",
|
|
163
|
+
backgroundImage: "no",
|
|
164
|
+
id: "BaseBlock-9a10b2c3-d4e5-4f60-8c2a-6e0f3c6e4a92",
|
|
165
|
+
},
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: "BaseBlock",
|
|
169
|
+
props: {
|
|
170
|
+
slotMediaBlock: [
|
|
171
|
+
{
|
|
172
|
+
type: "MediaContent",
|
|
173
|
+
label: "Media Content",
|
|
174
|
+
props: {
|
|
175
|
+
id: "MediaContent-6b7c8d9e-0f10-4a1b-9c2d-3e4f50617283",
|
|
176
|
+
imgs: "/01.png",
|
|
177
|
+
alt: "alt",
|
|
178
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
179
|
+
},
|
|
180
|
+
},
|
|
181
|
+
],
|
|
182
|
+
slotTextBlock: [
|
|
183
|
+
{
|
|
184
|
+
type: "TextContent",
|
|
185
|
+
props: {
|
|
186
|
+
id: "TextContent-0f1e2d3c-4b5a-4978-8c2a-6e0f3c6e4a93",
|
|
187
|
+
title: "A layout system that stays coherent",
|
|
188
|
+
subTitle: "Consistent spacing rules",
|
|
189
|
+
description: "Keep sections uniform with predictable padding, margins, and content flow patterns.",
|
|
190
|
+
titleOptions: {
|
|
191
|
+
content2: "A layout system that stays coherent",
|
|
192
|
+
tage2: "h3",
|
|
193
|
+
color2: "",
|
|
194
|
+
align2: "left",
|
|
195
|
+
},
|
|
196
|
+
},
|
|
197
|
+
},
|
|
198
|
+
],
|
|
199
|
+
textAlign: "left",
|
|
200
|
+
textAlign2: "top",
|
|
201
|
+
backgroundImage: "no",
|
|
202
|
+
id: "BaseBlock-1b2c3d4e-5f60-4a9a-8c2a-6e0f3c6e4a94",
|
|
203
|
+
},
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
type: "BaseBlock",
|
|
207
|
+
props: {
|
|
208
|
+
slotMediaBlock: [
|
|
209
|
+
{
|
|
210
|
+
type: "MediaContent",
|
|
211
|
+
label: "Media Content",
|
|
212
|
+
props: {
|
|
213
|
+
id: "MediaContent-7c8d9e0f-1011-4b2c-8a3d-4e5f60718293",
|
|
214
|
+
imgs: "/01.png",
|
|
215
|
+
alt: "alt",
|
|
216
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
217
|
+
},
|
|
218
|
+
},
|
|
219
|
+
],
|
|
220
|
+
slotTextBlock: [
|
|
221
|
+
{
|
|
222
|
+
type: "TextContent",
|
|
223
|
+
props: {
|
|
224
|
+
id: "TextContent-2c3d4e5f-6071-4b82-9c30-7d1a5b2e4f61",
|
|
225
|
+
title: "Media and text that balance naturally",
|
|
226
|
+
subTitle: "Built for visual harmony",
|
|
227
|
+
description: "Pair imagery and copy with flexible proportions that remain stable across screens.",
|
|
228
|
+
titleOptions: {
|
|
229
|
+
content2: "Media and text that balance naturally",
|
|
230
|
+
tage2: "h3",
|
|
231
|
+
color2: "",
|
|
232
|
+
align2: "left",
|
|
233
|
+
},
|
|
234
|
+
},
|
|
235
|
+
},
|
|
236
|
+
],
|
|
237
|
+
textAlign: "right",
|
|
238
|
+
textAlign2: "top",
|
|
239
|
+
backgroundImage: "no",
|
|
240
|
+
id: "BaseBlock-3c4d5e6f-7081-4c11-9a10-2b3c4d5e6f71",
|
|
241
|
+
},
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
type: "BaseBlock",
|
|
245
|
+
props: {
|
|
246
|
+
slotMediaBlock: [
|
|
247
|
+
{
|
|
248
|
+
type: "MediaContent",
|
|
249
|
+
label: "Media Content",
|
|
250
|
+
props: {
|
|
251
|
+
id: "MediaContent-8d9e0f10-1112-4c3d-9b4e-5f60718293a4",
|
|
252
|
+
imgs: "/01.png",
|
|
253
|
+
alt: "alt",
|
|
254
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
255
|
+
},
|
|
256
|
+
},
|
|
257
|
+
],
|
|
258
|
+
slotTextBlock: [
|
|
259
|
+
{
|
|
260
|
+
type: "TextContent",
|
|
261
|
+
props: {
|
|
262
|
+
id: "TextContent-4a9a9c30-0a1b-4c11-8e9a-3d2c1b0a9f82",
|
|
263
|
+
title: "Structure your story, not your grid",
|
|
264
|
+
subTitle: "Components do the heavy lifting",
|
|
265
|
+
description: "Drop in content and let the layout handle alignment, spacing, and responsive behavior.",
|
|
266
|
+
titleOptions: {
|
|
267
|
+
content2: "Structure your story, not your grid",
|
|
268
|
+
tage2: "h3",
|
|
269
|
+
color2: "",
|
|
270
|
+
align2: "left",
|
|
271
|
+
},
|
|
272
|
+
},
|
|
273
|
+
},
|
|
274
|
+
],
|
|
275
|
+
textAlign: "left",
|
|
276
|
+
textAlign2: "top",
|
|
277
|
+
backgroundImage: "no",
|
|
278
|
+
id: "BaseBlock-4d5e6f70-8192-4d5e-9a10-1c8f0b2e6a42",
|
|
279
|
+
},
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
type: "BaseBlock",
|
|
283
|
+
props: {
|
|
284
|
+
slotMediaBlock: [
|
|
285
|
+
{
|
|
286
|
+
type: "MediaContent",
|
|
287
|
+
label: "Media Content",
|
|
288
|
+
props: {
|
|
289
|
+
id: "MediaContent-9e0f1011-1213-4d4e-8c5f-60718293a4b5",
|
|
290
|
+
imgs: "/01.png",
|
|
291
|
+
alt: "alt",
|
|
292
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
293
|
+
},
|
|
294
|
+
},
|
|
295
|
+
],
|
|
296
|
+
slotTextBlock: [
|
|
297
|
+
{
|
|
298
|
+
type: "TextContent",
|
|
299
|
+
props: {
|
|
300
|
+
id: "TextContent-5b2e4f60-8c2a-4f61-9a10-2b3c4d5e6f72",
|
|
301
|
+
title: "Predictable sections, flexible content",
|
|
302
|
+
subTitle: "Designed to be reused",
|
|
303
|
+
description: "Reusable blocks keep pages consistent while allowing each section to feel unique.",
|
|
304
|
+
titleOptions: {
|
|
305
|
+
content2: "Predictable sections, flexible content",
|
|
306
|
+
tage2: "h3",
|
|
307
|
+
color2: "",
|
|
308
|
+
align2: "left",
|
|
309
|
+
},
|
|
310
|
+
},
|
|
311
|
+
},
|
|
312
|
+
],
|
|
313
|
+
textAlign: "right",
|
|
314
|
+
textAlign2: "top",
|
|
315
|
+
backgroundImage: "no",
|
|
316
|
+
id: "BaseBlock-5e6f7081-92a3-4e5f-8c2a-6e0f3c6e4a95",
|
|
317
|
+
},
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
type: "BaseBlock",
|
|
321
|
+
props: {
|
|
322
|
+
slotMediaBlock: [
|
|
323
|
+
{
|
|
324
|
+
type: "MediaContent",
|
|
325
|
+
label: "Media Content",
|
|
326
|
+
props: {
|
|
327
|
+
id: "MediaContent-a0b1c2d3-e4f5-4a60-8c2a-6e0f3c6e4a96",
|
|
328
|
+
imgs: "/01.png",
|
|
329
|
+
alt: "alt",
|
|
330
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
331
|
+
},
|
|
332
|
+
},
|
|
333
|
+
],
|
|
334
|
+
slotTextBlock: [
|
|
335
|
+
{
|
|
336
|
+
type: "TextContent",
|
|
337
|
+
props: {
|
|
338
|
+
id: "TextContent-6e0f3c6e-4a9a-4c11-9a10-2b3c4d5e6f73",
|
|
339
|
+
title: "Content alignment that feels intentional",
|
|
340
|
+
subTitle: "Less tweaking, more flow",
|
|
341
|
+
description: "Maintain a polished layout without manual fixes—alignment stays consistent by design.",
|
|
342
|
+
titleOptions: {
|
|
343
|
+
content2: "Content alignment that feels intentional",
|
|
344
|
+
tage2: "h3",
|
|
345
|
+
color2: "",
|
|
346
|
+
align2: "left",
|
|
347
|
+
},
|
|
348
|
+
},
|
|
349
|
+
},
|
|
350
|
+
],
|
|
351
|
+
textAlign: "left",
|
|
352
|
+
textAlign2: "top",
|
|
353
|
+
backgroundImage: "no",
|
|
354
|
+
id: "BaseBlock-6f708192-a3b4-4f60-8c2a-6e0f3c6e4a97",
|
|
355
|
+
},
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
type: "BaseBlock",
|
|
359
|
+
props: {
|
|
360
|
+
slotMediaBlock: [
|
|
361
|
+
{
|
|
362
|
+
type: "MediaContent",
|
|
363
|
+
label: "Media Content",
|
|
364
|
+
props: {
|
|
365
|
+
id: "MediaContent-b1c2d3e4-f506-4b71-9d0b-7d1a5b2e4f62",
|
|
366
|
+
imgs: "/01.png",
|
|
367
|
+
alt: "alt",
|
|
368
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
369
|
+
},
|
|
370
|
+
},
|
|
371
|
+
],
|
|
372
|
+
slotTextBlock: [
|
|
373
|
+
{
|
|
374
|
+
type: "TextContent",
|
|
375
|
+
props: {
|
|
376
|
+
id: "TextContent-7d1a5b2e-4f60-4b82-8c2a-6e0f3c6e4a98",
|
|
377
|
+
title: "Adaptive sections for modern pages",
|
|
378
|
+
subTitle: "Ready for real-world content",
|
|
379
|
+
description: "From short blurbs to long descriptions, blocks stay tidy and easy to scan.",
|
|
380
|
+
titleOptions: {
|
|
381
|
+
content2: "Adaptive sections for modern pages",
|
|
382
|
+
tage2: "h3",
|
|
383
|
+
color2: "",
|
|
384
|
+
align2: "left",
|
|
385
|
+
},
|
|
386
|
+
},
|
|
387
|
+
},
|
|
388
|
+
],
|
|
389
|
+
textAlign: "right",
|
|
390
|
+
textAlign2: "top",
|
|
391
|
+
backgroundImage: "no",
|
|
392
|
+
id: "BaseBlock-708192a3-b4c5-4a9a-8c2a-6e0f3c6e4a99",
|
|
393
|
+
},
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
type: "BaseBlock",
|
|
397
|
+
props: {
|
|
398
|
+
slotMediaBlock: [
|
|
399
|
+
{
|
|
400
|
+
type: "MediaContent",
|
|
401
|
+
label: "Media Content",
|
|
402
|
+
props: {
|
|
403
|
+
id: "MediaContent-c2d3e4f5-0617-4c82-8e9a-3d2c1b0a9f83",
|
|
404
|
+
imgs: "/01.png",
|
|
405
|
+
alt: "alt",
|
|
406
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
407
|
+
},
|
|
408
|
+
},
|
|
409
|
+
],
|
|
410
|
+
slotTextBlock: [
|
|
411
|
+
{
|
|
412
|
+
type: "TextContent",
|
|
413
|
+
props: {
|
|
414
|
+
id: "TextContent-8192a3b4-c5d6-4c11-9a10-2b3c4d5e6f74",
|
|
415
|
+
title: "Make every breakpoint feel designed",
|
|
416
|
+
subTitle: "Smooth from small to large",
|
|
417
|
+
description: "Your content stays aligned and readable as the layout shifts across screen sizes.",
|
|
418
|
+
titleOptions: {
|
|
419
|
+
content2: "Make every breakpoint feel designed",
|
|
420
|
+
tage2: "h3",
|
|
421
|
+
color2: "",
|
|
422
|
+
align2: "left",
|
|
423
|
+
},
|
|
424
|
+
},
|
|
425
|
+
},
|
|
426
|
+
],
|
|
427
|
+
textAlign: "left",
|
|
428
|
+
textAlign2: "top",
|
|
429
|
+
backgroundImage: "no",
|
|
430
|
+
id: "BaseBlock-8192a3b4-c5d6-4e5f-8c2a-6e0f3c6e4aa0",
|
|
431
|
+
},
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
type: "BaseBlock",
|
|
435
|
+
props: {
|
|
436
|
+
slotMediaBlock: [
|
|
437
|
+
{
|
|
438
|
+
type: "MediaContent",
|
|
439
|
+
label: "Media Content",
|
|
440
|
+
props: {
|
|
441
|
+
id: "MediaContent-d3e4f506-1728-4d93-9a10-2b3c4d5e6f75",
|
|
442
|
+
imgs: "/01.png",
|
|
443
|
+
alt: "alt",
|
|
444
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
445
|
+
},
|
|
446
|
+
},
|
|
447
|
+
],
|
|
448
|
+
slotTextBlock: [
|
|
449
|
+
{
|
|
450
|
+
type: "TextContent",
|
|
451
|
+
props: {
|
|
452
|
+
id: "TextContent-92a3b4c5-d6e7-4b82-8c2a-6e0f3c6e4aa1",
|
|
453
|
+
title: "A consistent canvas for any message",
|
|
454
|
+
subTitle: "Built to stay on-brand",
|
|
455
|
+
description: "Keep rhythm and hierarchy stable while swapping content to match campaigns and themes.",
|
|
456
|
+
titleOptions: {
|
|
457
|
+
content2: "A consistent canvas for any message",
|
|
458
|
+
tage2: "h3",
|
|
459
|
+
color2: "",
|
|
460
|
+
align2: "left",
|
|
461
|
+
},
|
|
462
|
+
},
|
|
463
|
+
},
|
|
464
|
+
],
|
|
465
|
+
textAlign: "right",
|
|
466
|
+
textAlign2: "top",
|
|
467
|
+
backgroundImage: "no",
|
|
468
|
+
id: "BaseBlock-92a3b4c5-d6e7-4f60-8c2a-6e0f3c6e4aa2",
|
|
469
|
+
},
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
type: "BaseBlock",
|
|
473
|
+
props: {
|
|
474
|
+
slotMediaBlock: [
|
|
475
|
+
{
|
|
476
|
+
type: "MediaContent",
|
|
477
|
+
label: "Media Content",
|
|
478
|
+
props: {
|
|
479
|
+
id: "MediaContent-e4f50617-2839-4e04-8c2a-6e0f3c6e4aa3",
|
|
480
|
+
imgs: "/01.png",
|
|
481
|
+
alt: "alt",
|
|
482
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
483
|
+
},
|
|
484
|
+
},
|
|
485
|
+
],
|
|
486
|
+
slotTextBlock: [
|
|
487
|
+
{
|
|
488
|
+
type: "TextContent",
|
|
489
|
+
props: {
|
|
490
|
+
id: "TextContent-a3b4c5d6-e7f8-4c11-9a10-2b3c4d5e6f76",
|
|
491
|
+
title: "A simple way to keep layouts tidy",
|
|
492
|
+
subTitle: "Clear rules, fewer edge cases",
|
|
493
|
+
description: "Reusable blocks reduce layout drift and keep components aligned across pages.",
|
|
494
|
+
titleOptions: {
|
|
495
|
+
content2: "A simple way to keep layouts tidy",
|
|
496
|
+
tage2: "h3",
|
|
497
|
+
color2: "",
|
|
498
|
+
align2: "left",
|
|
499
|
+
},
|
|
500
|
+
},
|
|
501
|
+
},
|
|
502
|
+
],
|
|
503
|
+
textAlign: "left",
|
|
504
|
+
textAlign2: "top",
|
|
505
|
+
backgroundImage: "no",
|
|
506
|
+
id: "BaseBlock-a3b4c5d6-e7f8-4a9a-8c2a-6e0f3c6e4aa4",
|
|
507
|
+
},
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
type: "BaseBlock",
|
|
511
|
+
props: {
|
|
512
|
+
slotMediaBlock: [
|
|
513
|
+
{
|
|
514
|
+
type: "MediaContent",
|
|
515
|
+
label: "Media Content",
|
|
516
|
+
props: {
|
|
517
|
+
id: "MediaContent-f5061728-394a-4f15-9d0b-7d1a5b2e4f63",
|
|
518
|
+
imgs: "/01.png",
|
|
519
|
+
alt: "alt",
|
|
520
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
521
|
+
},
|
|
522
|
+
},
|
|
523
|
+
],
|
|
524
|
+
slotTextBlock: [
|
|
525
|
+
{
|
|
526
|
+
type: "TextContent",
|
|
527
|
+
props: {
|
|
528
|
+
id: "TextContent-b4c5d6e7-f809-4b82-8c2a-6e0f3c6e4aa5",
|
|
529
|
+
title: "Grid-smart sections for faster builds",
|
|
530
|
+
subTitle: "Drop in, ship sooner",
|
|
531
|
+
description: "Standardized blocks make it easier to assemble pages without custom layout work.",
|
|
532
|
+
titleOptions: {
|
|
533
|
+
content2: "Grid-smart sections for faster builds",
|
|
534
|
+
tage2: "h3",
|
|
535
|
+
color2: "",
|
|
536
|
+
align2: "left",
|
|
537
|
+
},
|
|
538
|
+
},
|
|
539
|
+
},
|
|
540
|
+
],
|
|
541
|
+
textAlign: "right",
|
|
542
|
+
textAlign2: "top",
|
|
543
|
+
backgroundImage: "no",
|
|
544
|
+
id: "BaseBlock-b4c5d6e7-f809-4f60-8c2a-6e0f3c6e4aa6",
|
|
545
|
+
},
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
type: "BaseBlock",
|
|
549
|
+
props: {
|
|
550
|
+
slotMediaBlock: [
|
|
551
|
+
{
|
|
552
|
+
type: "MediaContent",
|
|
553
|
+
label: "Media Content",
|
|
554
|
+
props: {
|
|
555
|
+
id: "MediaContent-06172839-4a5b-4a26-8c2a-6e0f3c6e4aa7",
|
|
556
|
+
imgs: "/01.png",
|
|
557
|
+
alt: "alt",
|
|
558
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
559
|
+
},
|
|
560
|
+
},
|
|
561
|
+
],
|
|
562
|
+
slotTextBlock: [
|
|
563
|
+
{
|
|
564
|
+
type: "TextContent",
|
|
565
|
+
props: {
|
|
566
|
+
id: "TextContent-c5d6e7f8-091a-4c11-9a10-2b3c4d5e6f77",
|
|
567
|
+
title: "Better readability with less effort",
|
|
568
|
+
subTitle: "Hierarchy stays in place",
|
|
569
|
+
description: "Titles, subtitles, and body text keep a consistent rhythm to improve scanning and clarity.",
|
|
570
|
+
titleOptions: {
|
|
571
|
+
content2: "Better readability with less effort",
|
|
572
|
+
tage2: "h3",
|
|
573
|
+
color2: "",
|
|
574
|
+
align2: "left",
|
|
575
|
+
},
|
|
576
|
+
},
|
|
577
|
+
},
|
|
578
|
+
],
|
|
579
|
+
textAlign: "left",
|
|
580
|
+
textAlign2: "top",
|
|
581
|
+
backgroundImage: "no",
|
|
582
|
+
id: "BaseBlock-c5d6e7f8-091a-4e5f-8c2a-6e0f3c6e4aa8",
|
|
583
|
+
},
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
type: "BaseBlock",
|
|
587
|
+
props: {
|
|
588
|
+
slotMediaBlock: [
|
|
589
|
+
{
|
|
590
|
+
type: "MediaContent",
|
|
591
|
+
label: "Media Content",
|
|
592
|
+
props: {
|
|
593
|
+
id: "MediaContent-1728394a-5b6c-4b37-9d0b-7d1a5b2e4f64",
|
|
594
|
+
imgs: "/01.png",
|
|
595
|
+
alt: "alt",
|
|
596
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
597
|
+
},
|
|
598
|
+
},
|
|
599
|
+
],
|
|
600
|
+
slotTextBlock: [
|
|
601
|
+
{
|
|
602
|
+
type: "TextContent",
|
|
603
|
+
props: {
|
|
604
|
+
id: "TextContent-d6e7f809-1a2b-4b82-8c2a-6e0f3c6e4aa9",
|
|
605
|
+
title: "Flexible sections that never feel messy",
|
|
606
|
+
subTitle: "Designed to reduce clutter",
|
|
607
|
+
description: "Keep content clean with consistent spacing and alignment that adapts automatically.",
|
|
608
|
+
titleOptions: {
|
|
609
|
+
content2: "Flexible sections that never feel messy",
|
|
610
|
+
tage2: "h3",
|
|
611
|
+
color2: "",
|
|
612
|
+
align2: "left",
|
|
613
|
+
},
|
|
614
|
+
},
|
|
615
|
+
},
|
|
616
|
+
],
|
|
617
|
+
textAlign: "right",
|
|
618
|
+
textAlign2: "top",
|
|
619
|
+
backgroundImage: "no",
|
|
620
|
+
id: "BaseBlock-d6e7f809-1a2b-4a9a-8c2a-6e0f3c6e4ab0",
|
|
621
|
+
},
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
type: "BaseBlock",
|
|
625
|
+
props: {
|
|
626
|
+
slotMediaBlock: [
|
|
627
|
+
{
|
|
628
|
+
type: "MediaContent",
|
|
629
|
+
label: "Media Content",
|
|
630
|
+
props: {
|
|
631
|
+
id: "MediaContent-28394a5b-6c7d-4c48-8e9a-3d2c1b0a9f84",
|
|
632
|
+
imgs: "/01.png",
|
|
633
|
+
alt: "alt",
|
|
634
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
635
|
+
},
|
|
636
|
+
},
|
|
637
|
+
],
|
|
638
|
+
slotTextBlock: [
|
|
639
|
+
{
|
|
640
|
+
type: "TextContent",
|
|
641
|
+
props: {
|
|
642
|
+
id: "TextContent-e7f8091a-2b3c-4c11-9a10-2b3c4d5e6f78",
|
|
643
|
+
title: "A dependable pattern for every section",
|
|
644
|
+
subTitle: "Consistent across the board",
|
|
645
|
+
description: "Use the same structure across pages to keep design cohesive and easy to maintain.",
|
|
646
|
+
titleOptions: {
|
|
647
|
+
content2: "A dependable pattern for every section",
|
|
648
|
+
tage2: "h3",
|
|
649
|
+
color2: "",
|
|
650
|
+
align2: "left",
|
|
651
|
+
},
|
|
652
|
+
},
|
|
653
|
+
},
|
|
654
|
+
],
|
|
655
|
+
textAlign: "left",
|
|
656
|
+
textAlign2: "top",
|
|
657
|
+
backgroundImage: "no",
|
|
658
|
+
id: "BaseBlock-e7f8091a-2b3c-4f60-8c2a-6e0f3c6e4ab1",
|
|
659
|
+
},
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
type: "BaseBlock",
|
|
663
|
+
props: {
|
|
664
|
+
slotMediaBlock: [
|
|
665
|
+
{
|
|
666
|
+
type: "MediaContent",
|
|
667
|
+
label: "Media Content",
|
|
668
|
+
props: {
|
|
669
|
+
id: "MediaContent-394a5b6c-7d8e-4d59-9d0b-7d1a5b2e4f65",
|
|
670
|
+
imgs: "/01.png",
|
|
671
|
+
alt: "alt",
|
|
672
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
673
|
+
},
|
|
674
|
+
},
|
|
675
|
+
],
|
|
676
|
+
slotTextBlock: [
|
|
677
|
+
{
|
|
678
|
+
type: "TextContent",
|
|
679
|
+
props: {
|
|
680
|
+
id: "TextContent-f8091a2b-3c4d-4b82-8c2a-6e0f3c6e4ab2",
|
|
681
|
+
title: "Clean sections for product storytelling",
|
|
682
|
+
subTitle: "Show features with clarity",
|
|
683
|
+
description: "Pair media and copy to highlight benefits while keeping alignment consistent and readable.",
|
|
684
|
+
titleOptions: {
|
|
685
|
+
content2: "Clean sections for product storytelling",
|
|
686
|
+
tage2: "h3",
|
|
687
|
+
color2: "",
|
|
688
|
+
align2: "left",
|
|
689
|
+
},
|
|
690
|
+
},
|
|
691
|
+
},
|
|
692
|
+
],
|
|
693
|
+
textAlign: "right",
|
|
694
|
+
textAlign2: "top",
|
|
695
|
+
backgroundImage: "no",
|
|
696
|
+
id: "BaseBlock-f8091a2b-3c4d-4e5f-8c2a-6e0f3c6e4ab3",
|
|
697
|
+
},
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
type: "BaseBlock",
|
|
701
|
+
props: {
|
|
702
|
+
slotMediaBlock: [
|
|
703
|
+
{
|
|
704
|
+
type: "MediaContent",
|
|
705
|
+
label: "Media Content",
|
|
706
|
+
props: {
|
|
707
|
+
id: "MediaContent-4a5b6c7d-8e9f-4a6a-8c2a-6e0f3c6e4ab4",
|
|
708
|
+
imgs: "/01.png",
|
|
709
|
+
alt: "alt",
|
|
710
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
711
|
+
},
|
|
712
|
+
},
|
|
713
|
+
],
|
|
714
|
+
slotTextBlock: [
|
|
715
|
+
{
|
|
716
|
+
type: "TextContent",
|
|
717
|
+
props: {
|
|
718
|
+
id: "TextContent-091a2b3c-4d5e-4c11-9a10-2b3c4d5e6f79",
|
|
719
|
+
title: "A layout that supports real content",
|
|
720
|
+
subTitle: "Made for production needs",
|
|
721
|
+
description: "Handle different content lengths while keeping visual hierarchy and spacing stable.",
|
|
722
|
+
titleOptions: {
|
|
723
|
+
content2: "A layout that supports real content",
|
|
724
|
+
tage2: "h3",
|
|
725
|
+
color2: "",
|
|
726
|
+
align2: "left",
|
|
727
|
+
},
|
|
728
|
+
},
|
|
729
|
+
},
|
|
730
|
+
],
|
|
731
|
+
textAlign: "left",
|
|
732
|
+
textAlign2: "top",
|
|
733
|
+
backgroundImage: "no",
|
|
734
|
+
id: "BaseBlock-091a2b3c-4d5e-4f60-8c2a-6e0f3c6e4ab5",
|
|
735
|
+
},
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
type: "BaseBlock",
|
|
739
|
+
props: {
|
|
740
|
+
slotMediaBlock: [
|
|
741
|
+
{
|
|
742
|
+
type: "MediaContent",
|
|
743
|
+
label: "Media Content",
|
|
744
|
+
props: {
|
|
745
|
+
id: "MediaContent-5b6c7d8e-9f00-4b7b-9d0b-7d1a5b2e4f66",
|
|
746
|
+
imgs: "/01.png",
|
|
747
|
+
alt: "alt",
|
|
748
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
749
|
+
},
|
|
750
|
+
},
|
|
751
|
+
],
|
|
752
|
+
slotTextBlock: [
|
|
753
|
+
{
|
|
754
|
+
type: "TextContent",
|
|
755
|
+
props: {
|
|
756
|
+
id: "TextContent-1a2b3c4d-5e6f-4b82-8c2a-6e0f3c6e4ab6",
|
|
757
|
+
title: "Reliable building blocks for pages",
|
|
758
|
+
subTitle: "Composable and consistent",
|
|
759
|
+
description: "Stack sections confidently—alignment and spacing stay consistent throughout the page.",
|
|
760
|
+
titleOptions: {
|
|
761
|
+
content2: "Reliable building blocks for pages",
|
|
762
|
+
tage2: "h3",
|
|
763
|
+
color2: "",
|
|
764
|
+
align2: "left",
|
|
765
|
+
},
|
|
766
|
+
},
|
|
767
|
+
},
|
|
768
|
+
],
|
|
769
|
+
textAlign: "right",
|
|
770
|
+
textAlign2: "top",
|
|
771
|
+
backgroundImage: "no",
|
|
772
|
+
id: "BaseBlock-1a2b3c4d-5e6f-4a9a-8c2a-6e0f3c6e4ab7",
|
|
773
|
+
},
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
type: "BaseBlock",
|
|
777
|
+
props: {
|
|
778
|
+
slotMediaBlock: [
|
|
779
|
+
{
|
|
780
|
+
type: "MediaContent",
|
|
781
|
+
label: "Media Content",
|
|
782
|
+
props: {
|
|
783
|
+
id: "MediaContent-6c7d8e9f-0011-4c8c-8e9a-3d2c1b0a9f85",
|
|
784
|
+
imgs: "/01.png",
|
|
785
|
+
alt: "alt",
|
|
786
|
+
products: [1, 2, 3, 4, 5, 6],
|
|
787
|
+
},
|
|
788
|
+
},
|
|
789
|
+
],
|
|
790
|
+
slotTextBlock: [
|
|
791
|
+
{
|
|
792
|
+
type: "TextContent",
|
|
793
|
+
props: {
|
|
794
|
+
id: "TextContent-2b3c4d5e-6f70-4c11-9a10-2b3c4d5e6f80",
|
|
795
|
+
title: "Layouts that feel polished by default",
|
|
796
|
+
subTitle: "Consistent without extra work",
|
|
797
|
+
description: "Use a repeatable structure that keeps everything aligned, readable, and visually calm.",
|
|
798
|
+
titleOptions: {
|
|
799
|
+
content2: "Layouts that feel polished by default",
|
|
800
|
+
tage2: "h3",
|
|
801
|
+
color2: "",
|
|
802
|
+
align2: "left",
|
|
803
|
+
},
|
|
804
|
+
},
|
|
805
|
+
},
|
|
806
|
+
],
|
|
807
|
+
textAlign: "left",
|
|
808
|
+
textAlign2: "top",
|
|
809
|
+
backgroundImage: "no",
|
|
810
|
+
id: "BaseBlock-2b3c4d5e-6f70-4f60-8c2a-6e0f3c6e4ab8",
|
|
811
|
+
},
|
|
812
|
+
},
|
|
813
|
+
],
|
|
814
|
+
zones: {},
|
|
815
|
+
ex: {
|
|
816
|
+
"slotMediaBlock.products": [1, 2, 3, 4, 5, 6],
|
|
817
|
+
},
|
|
818
|
+
};
|