pagepilot-visual-editor 1.0.9 → 1.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/README.md +16 -1
- package/dist/blocks-internal/block-button/src/index.d.ts +44 -10
- package/dist/blocks-internal/block-button-group/src/index.d.ts +6 -6
- package/dist/blocks-internal/block-columns-container/src/index.d.ts +6 -6
- package/dist/blocks-internal/block-container/src/index.d.ts +34 -8
- package/dist/blocks-internal/block-grid/src/index.d.ts +1 -1
- package/dist/blocks-internal/block-heading/src/index.d.ts +8 -7
- package/dist/blocks-internal/block-html/src/index.d.ts +2 -2
- package/dist/blocks-internal/block-iframe/src/index.d.ts +2 -2
- package/dist/blocks-internal/block-image/src/index.d.ts +62 -3
- package/dist/blocks-internal/block-list/src/index.d.ts +5 -5
- package/dist/blocks-internal/block-logo/src/index.d.ts +43 -2
- package/dist/blocks-internal/block-stepper/src/index.d.ts +4 -4
- package/dist/blocks-internal/block-text/src/index.d.ts +5 -4
- package/dist/blocks-internal/block-video/src/index.d.ts +3 -3
- package/dist/blocks-internal/block-youtube-url/src/index.d.ts +3 -3
- package/dist/editor/renderSections.d.ts +2 -68
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/AvatarSidebarPanel.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/EmailLayoutSidebarPanel.d.ts +3 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/MenuPickerSidebarPanel.d.ts +1 -0
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/AnimationSection.d.ts +18 -0
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/BoxShadowControls.d.ts +19 -0
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/HoverEffectSection.d.ts +16 -0
- package/dist/editor-sample/App/InspectorDrawer/LayersPanelStyles.d.ts +2 -2
- package/dist/editor-sample/App/InspectorDrawer/LayoutPanel/templateApplyHelpers.d.ts +2 -39
- package/dist/editor-sample/App/TemplatePanel/minimap/MiniMapFrame.d.ts +4 -2
- package/dist/editor-sample/App/shared/editor.styles.d.ts +3 -3
- package/dist/editor-sample/documents/blocks/Avatar/AvatarPropsSchema.d.ts +3 -0
- package/dist/editor-sample/documents/blocks/ButtonGroup/ButtonGroupPropsSchema.d.ts +6 -6
- package/dist/editor-sample/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts +6 -6
- package/dist/editor-sample/documents/blocks/Container/ContainerPropsSchema.d.ts +53 -8
- package/dist/editor-sample/documents/blocks/DemoPicker/DemoPropsSchema.d.ts +2 -2
- package/dist/editor-sample/documents/blocks/EmailLayout/EmailLayoutPropsSchema.d.ts +3 -3
- package/dist/editor-sample/documents/blocks/FormsPicker/FormsPropsSchema.d.ts +2 -2
- package/dist/editor-sample/documents/blocks/Grid/GridPropsSchema.d.ts +3 -3
- package/dist/editor-sample/documents/blocks/Marquee/MarqueePropsSchema.d.ts +2 -2
- package/dist/editor-sample/documents/blocks/MenuPicker/MenuPropsSchema.d.ts +4 -3
- package/dist/editor-sample/documents/blocks/PricingAccordion/PricingAccordionPropsSchema.d.ts +2 -2
- package/dist/editor-sample/documents/blocks/Rating/RatingPropsSchema.d.ts +2 -2
- package/dist/editor-sample/documents/blocks/TabsBlock/TabsBlockPropsSchema.d.ts +3 -3
- package/dist/editor-sample/documents/blocks/Timer/TimerPropsSchema.d.ts +1 -0
- package/dist/editor-sample/documents/blocks/Timer/variants/CircularProgressView.d.ts +2 -1
- package/dist/editor-sample/documents/blocks/Timer/variants/DigitalFlipView.d.ts +2 -1
- package/dist/editor-sample/documents/blocks/helpers/TStyle.d.ts +1 -0
- package/dist/editor-sample/documents/blocks/helpers/responsiveStyle.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/zod.d.ts +3 -3
- package/dist/editor-sample/documents/editor/EditorContext.d.ts +3 -3
- package/dist/editor-sample/documents/editor/core.d.ts +266 -94
- package/dist/editor-sample/documents/editor/templateVariables.d.ts +4 -75
- package/dist/email-builder-core/blocks/AccessibilityTools/AccessibilityToolsPropsSchema.d.ts +3 -3
- package/dist/email-builder-core/blocks/ButtonGroup/ButtonGroupPropsSchema.d.ts +6 -6
- package/dist/email-builder-core/blocks/Calendly/CalendlyPropsSchema.d.ts +2 -2
- package/dist/email-builder-core/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts +6 -6
- package/dist/email-builder-core/blocks/Container/ContainerPropsSchema.d.ts +53 -8
- package/dist/email-builder-core/blocks/DemoPicker/DemoPropsSchema.d.ts +2 -2
- package/dist/email-builder-core/blocks/EmailLayout/EmailLayoutPropsSchema.d.ts +5 -5
- package/dist/email-builder-core/blocks/EmailLayout/EmailLayoutReader.d.ts +1 -1
- package/dist/email-builder-core/blocks/FlexColumns/FlexColumnsPropsSchema.d.ts +7 -0
- package/dist/email-builder-core/blocks/FormsPicker/FormsPropsSchema.d.ts +2 -2
- package/dist/email-builder-core/blocks/Grid/GridPropsSchema.d.ts +3 -3
- package/dist/email-builder-core/blocks/Marquee/MarqueePropsSchema.d.ts +2 -2
- package/dist/email-builder-core/blocks/MenuPicker/MenuPropsSchema.d.ts +6 -6
- package/dist/email-builder-core/blocks/MenuPicker/MenuReader.d.ts +7 -1
- package/dist/email-builder-core/blocks/Pagination/PaginationPropsSchema.d.ts +5 -5
- package/dist/email-builder-core/blocks/PricingAccordion/PricingAccordionPropsSchema.d.ts +2 -2
- package/dist/email-builder-core/blocks/Rating/RatingPropsSchema.d.ts +2 -2
- package/dist/email-builder-core/blocks/SkipLink/SkipLinkPropsSchema.d.ts +2 -2
- package/dist/email-builder-core/blocks/Table/TablePropsSchema.d.ts +2 -2
- package/dist/email-builder-core/blocks/TabsBlock/TabsBlockPropsSchema.d.ts +3 -3
- package/dist/email-builder-core/blocks/Timer/TimerPropsSchema.d.ts +1 -0
- package/dist/email-builder-core/blocks/Timer/variants/CircularProgressView.d.ts +2 -1
- package/dist/email-builder-core/blocks/Timer/variants/DigitalFlipView.d.ts +2 -1
- package/dist/email-builder-core/blocks/animationSchema.d.ts +32 -0
- package/dist/email-builder-core/blocks/boxShadowSchema.d.ts +23 -0
- package/dist/email-builder-core/blocks/hoverEffectSchema.d.ts +20 -0
- package/dist/email-builder-core/helpers/templateVariables.d.ts +2 -14
- package/dist/email-builder-core/renderers/animationCss.d.ts +18 -0
- package/dist/email-builder-core/renderers/pageScripts.d.ts +10 -0
- package/dist/host-stubs/style/menu.styled.d.ts +10 -1
- package/dist/index.cjs +394 -244
- package/dist/index.js +27144 -25729
- package/dist/render-core/collectSubtreeIds.d.ts +1 -0
- package/dist/render-core/combineSections.d.ts +37 -0
- package/dist/render-core/stubs/editorContext.d.ts +10 -0
- package/dist/render-core/stubs/usePreviewScreen.d.ts +7 -0
- package/dist/render-core/templateBaking.d.ts +35 -0
- package/dist/render-core/templateEnvelope.d.ts +11 -0
- package/dist/render.cjs +873 -0
- package/dist/render.d.ts +4 -0
- package/dist/render.js +15409 -0
- package/dist/renderToStaticHtml.d.ts +1 -1
- package/package.json +11 -3
|
@@ -38,22 +38,22 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
38
38
|
BEBAS_NEUE: "BEBAS_NEUE";
|
|
39
39
|
}>>>;
|
|
40
40
|
fontWeight: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
41
|
-
bold: "bold";
|
|
42
|
-
normal: "normal";
|
|
43
41
|
400: "400";
|
|
44
42
|
500: "500";
|
|
45
43
|
600: "600";
|
|
46
44
|
700: "700";
|
|
45
|
+
normal: "normal";
|
|
46
|
+
bold: "bold";
|
|
47
47
|
}>>>;
|
|
48
48
|
textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
49
|
-
center: "center";
|
|
50
|
-
left: "left";
|
|
51
49
|
right: "right";
|
|
50
|
+
left: "left";
|
|
51
|
+
center: "center";
|
|
52
52
|
}>>>;
|
|
53
53
|
buttonTextAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
54
|
-
center: "center";
|
|
55
|
-
left: "left";
|
|
56
54
|
right: "right";
|
|
55
|
+
left: "left";
|
|
56
|
+
center: "center";
|
|
57
57
|
}>>>;
|
|
58
58
|
padding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
59
59
|
top: z.ZodNumber;
|
|
@@ -110,21 +110,21 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
110
110
|
widthTablet: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
111
111
|
widthMobile: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
112
112
|
size: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
113
|
+
medium: "medium";
|
|
113
114
|
small: "small";
|
|
114
115
|
large: "large";
|
|
115
|
-
medium: "medium";
|
|
116
116
|
"x-small": "x-small";
|
|
117
117
|
}>>>;
|
|
118
118
|
sizeTablet: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
119
|
+
medium: "medium";
|
|
119
120
|
small: "small";
|
|
120
121
|
large: "large";
|
|
121
|
-
medium: "medium";
|
|
122
122
|
"x-small": "x-small";
|
|
123
123
|
}>>>;
|
|
124
124
|
sizeMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
125
|
+
medium: "medium";
|
|
125
126
|
small: "small";
|
|
126
127
|
large: "large";
|
|
127
|
-
medium: "medium";
|
|
128
128
|
"x-small": "x-small";
|
|
129
129
|
}>>>;
|
|
130
130
|
text: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -143,12 +143,45 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
143
143
|
iconEnabled: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
144
144
|
iconName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
145
145
|
iconAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
146
|
-
left: "left";
|
|
147
146
|
right: "right";
|
|
147
|
+
left: "left";
|
|
148
148
|
}>>>;
|
|
149
149
|
ariaLabel: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
150
150
|
goToStep: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
151
151
|
postMessageEvent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
152
|
+
animation: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
153
|
+
type: z.ZodEnum<{
|
|
154
|
+
none: "none";
|
|
155
|
+
"fade-in": "fade-in";
|
|
156
|
+
"slide-left": "slide-left";
|
|
157
|
+
"slide-right": "slide-right";
|
|
158
|
+
"slide-up": "slide-up";
|
|
159
|
+
"slide-down": "slide-down";
|
|
160
|
+
"zoom-in": "zoom-in";
|
|
161
|
+
bounce: "bounce";
|
|
162
|
+
}>;
|
|
163
|
+
trigger: z.ZodEnum<{
|
|
164
|
+
load: "load";
|
|
165
|
+
scroll: "scroll";
|
|
166
|
+
hover: "hover";
|
|
167
|
+
click: "click";
|
|
168
|
+
}>;
|
|
169
|
+
speed: z.ZodEnum<{
|
|
170
|
+
slow: "slow";
|
|
171
|
+
medium: "medium";
|
|
172
|
+
fast: "fast";
|
|
173
|
+
}>;
|
|
174
|
+
delay: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
175
|
+
disableOnMobile: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
176
|
+
}, z.core.$strip>>>;
|
|
177
|
+
boxShadow: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
178
|
+
color: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
179
|
+
offsetX: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
180
|
+
offsetY: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
181
|
+
blur: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
182
|
+
spread: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
183
|
+
inset: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
184
|
+
}, z.core.$strip>>>;
|
|
152
185
|
}, z.core.$strip>>>;
|
|
153
186
|
}, z.core.$strip>;
|
|
154
187
|
Container: z.ZodObject<{
|
|
@@ -185,6 +218,14 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
185
218
|
right: z.ZodNumber;
|
|
186
219
|
left: z.ZodNumber;
|
|
187
220
|
}, z.core.$strip>>>;
|
|
221
|
+
boxShadow: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
222
|
+
color: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
223
|
+
offsetX: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
224
|
+
offsetY: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
225
|
+
blur: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
226
|
+
spread: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
227
|
+
inset: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
228
|
+
}, z.core.$strip>>>;
|
|
188
229
|
}, z.core.$strip>>>;
|
|
189
230
|
responsive: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
190
231
|
tablet: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
@@ -219,24 +260,24 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
219
260
|
heightMobile: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
220
261
|
overflow: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
221
262
|
alignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
222
|
-
center: "center";
|
|
223
|
-
left: "left";
|
|
224
263
|
right: "right";
|
|
264
|
+
left: "left";
|
|
265
|
+
center: "center";
|
|
225
266
|
}>>>;
|
|
226
267
|
alignmentTablet: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
227
|
-
center: "center";
|
|
228
|
-
left: "left";
|
|
229
268
|
right: "right";
|
|
269
|
+
left: "left";
|
|
270
|
+
center: "center";
|
|
230
271
|
}>>>;
|
|
231
272
|
alignmentMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
232
|
-
center: "center";
|
|
233
|
-
left: "left";
|
|
234
273
|
right: "right";
|
|
274
|
+
left: "left";
|
|
275
|
+
center: "center";
|
|
235
276
|
}>>>;
|
|
236
277
|
tag: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
278
|
+
div: "div";
|
|
237
279
|
article: "article";
|
|
238
280
|
aside: "aside";
|
|
239
|
-
div: "div";
|
|
240
281
|
footer: "footer";
|
|
241
282
|
header: "header";
|
|
242
283
|
main: "main";
|
|
@@ -248,9 +289,46 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
248
289
|
showLink: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
249
290
|
linkHref: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
250
291
|
linkTarget: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
251
|
-
_blank: "_blank";
|
|
252
292
|
_self: "_self";
|
|
293
|
+
_blank: "_blank";
|
|
253
294
|
}>>>;
|
|
295
|
+
animation: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
296
|
+
type: z.ZodEnum<{
|
|
297
|
+
none: "none";
|
|
298
|
+
"fade-in": "fade-in";
|
|
299
|
+
"slide-left": "slide-left";
|
|
300
|
+
"slide-right": "slide-right";
|
|
301
|
+
"slide-up": "slide-up";
|
|
302
|
+
"slide-down": "slide-down";
|
|
303
|
+
"zoom-in": "zoom-in";
|
|
304
|
+
bounce: "bounce";
|
|
305
|
+
}>;
|
|
306
|
+
trigger: z.ZodEnum<{
|
|
307
|
+
load: "load";
|
|
308
|
+
scroll: "scroll";
|
|
309
|
+
hover: "hover";
|
|
310
|
+
click: "click";
|
|
311
|
+
}>;
|
|
312
|
+
speed: z.ZodEnum<{
|
|
313
|
+
slow: "slow";
|
|
314
|
+
medium: "medium";
|
|
315
|
+
fast: "fast";
|
|
316
|
+
}>;
|
|
317
|
+
delay: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
318
|
+
disableOnMobile: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
319
|
+
}, z.core.$strip>>>;
|
|
320
|
+
hoverEffect: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
321
|
+
enabled: z.ZodBoolean;
|
|
322
|
+
scale: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
323
|
+
duration: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
324
|
+
easing: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
325
|
+
ease: "ease";
|
|
326
|
+
"ease-in": "ease-in";
|
|
327
|
+
"ease-in-out": "ease-in-out";
|
|
328
|
+
"ease-out": "ease-out";
|
|
329
|
+
linear: "linear";
|
|
330
|
+
}>>>;
|
|
331
|
+
}, z.core.$strip>>>;
|
|
254
332
|
}, z.core.$strip>>>;
|
|
255
333
|
}, z.core.$strip>;
|
|
256
334
|
Accordion: z.ZodObject<{
|
|
@@ -328,9 +406,9 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
328
406
|
cardFontFamily: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
329
407
|
cardFontWeight: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
330
408
|
cardTextAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
331
|
-
center: "center";
|
|
332
|
-
left: "left";
|
|
333
409
|
right: "right";
|
|
410
|
+
left: "left";
|
|
411
|
+
center: "center";
|
|
334
412
|
}>>>;
|
|
335
413
|
cardHoverBgColor: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
336
414
|
cardHoverShadow: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -406,16 +484,16 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
406
484
|
}, z.core.$strip>>>;
|
|
407
485
|
props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
408
486
|
orientation: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
409
|
-
horizontal: "horizontal";
|
|
410
487
|
vertical: "vertical";
|
|
488
|
+
horizontal: "horizontal";
|
|
411
489
|
}>>>;
|
|
412
490
|
orientationTablet: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
413
|
-
horizontal: "horizontal";
|
|
414
491
|
vertical: "vertical";
|
|
492
|
+
horizontal: "horizontal";
|
|
415
493
|
}>>>;
|
|
416
494
|
orientationMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
417
|
-
horizontal: "horizontal";
|
|
418
495
|
vertical: "vertical";
|
|
496
|
+
horizontal: "horizontal";
|
|
419
497
|
}>>>;
|
|
420
498
|
behavior: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
421
499
|
showSelectedSection: "showSelectedSection";
|
|
@@ -487,9 +565,9 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
487
565
|
fontFamily: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
488
566
|
fontWeight: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
489
567
|
textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
490
|
-
center: "center";
|
|
491
|
-
left: "left";
|
|
492
568
|
right: "right";
|
|
569
|
+
left: "left";
|
|
570
|
+
center: "center";
|
|
493
571
|
}>>>;
|
|
494
572
|
padding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
495
573
|
top: z.ZodNumber;
|
|
@@ -542,8 +620,8 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
542
620
|
}, z.core.$strip>>>;
|
|
543
621
|
props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
544
622
|
direction: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
545
|
-
left: "left";
|
|
546
623
|
right: "right";
|
|
624
|
+
left: "left";
|
|
547
625
|
up: "up";
|
|
548
626
|
down: "down";
|
|
549
627
|
}>>>;
|
|
@@ -552,8 +630,8 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
552
630
|
repeat: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
553
631
|
fadeEdges: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
554
632
|
verticalAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
555
|
-
bottom: "bottom";
|
|
556
633
|
top: "top";
|
|
634
|
+
bottom: "bottom";
|
|
557
635
|
middle: "middle";
|
|
558
636
|
}>>>;
|
|
559
637
|
items: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -566,6 +644,7 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
566
644
|
backgroundColor: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
567
645
|
textColor: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
568
646
|
accentColor: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
647
|
+
numberColor: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
569
648
|
borderColor: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
570
649
|
borderRadius: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodObject<{
|
|
571
650
|
topLeft: z.ZodNumber;
|
|
@@ -629,9 +708,9 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
629
708
|
rowsGap: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
630
709
|
controlGap: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
631
710
|
controlAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
632
|
-
center: "center";
|
|
633
|
-
left: "left";
|
|
634
711
|
right: "right";
|
|
712
|
+
left: "left";
|
|
713
|
+
center: "center";
|
|
635
714
|
"space-between": "space-between";
|
|
636
715
|
}>>>;
|
|
637
716
|
buttonSize: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -661,14 +740,14 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
661
740
|
rowsCountTablet: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
662
741
|
rowsCountMobile: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
663
742
|
contentAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
664
|
-
bottom: "bottom";
|
|
665
743
|
top: "top";
|
|
744
|
+
bottom: "bottom";
|
|
666
745
|
middle: "middle";
|
|
667
746
|
}>>>;
|
|
668
747
|
horizontalAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
669
|
-
center: "center";
|
|
670
|
-
left: "left";
|
|
671
748
|
right: "right";
|
|
749
|
+
left: "left";
|
|
750
|
+
center: "center";
|
|
672
751
|
}>>>;
|
|
673
752
|
cellsPerPage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
674
753
|
repeatableEnabled: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -701,9 +780,9 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
701
780
|
left: z.ZodNumber;
|
|
702
781
|
}, z.core.$strip>>>;
|
|
703
782
|
textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
704
|
-
center: "center";
|
|
705
|
-
left: "left";
|
|
706
783
|
right: "right";
|
|
784
|
+
left: "left";
|
|
785
|
+
center: "center";
|
|
707
786
|
}>>>;
|
|
708
787
|
fontSize: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
709
788
|
fontFamily: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -743,9 +822,9 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
743
822
|
left: z.ZodNumber;
|
|
744
823
|
}, z.core.$strip>>>;
|
|
745
824
|
textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
746
|
-
center: "center";
|
|
747
|
-
left: "left";
|
|
748
825
|
right: "right";
|
|
826
|
+
left: "left";
|
|
827
|
+
center: "center";
|
|
749
828
|
}>>>;
|
|
750
829
|
}, z.core.$strip>>>;
|
|
751
830
|
props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -763,13 +842,13 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
763
842
|
useCustomMenu: z.ZodDefault<z.ZodBoolean>;
|
|
764
843
|
stickyNav: z.ZodDefault<z.ZodBoolean>;
|
|
765
844
|
position: z.ZodDefault<z.ZodEnum<{
|
|
766
|
-
center: "center";
|
|
767
|
-
left: "left";
|
|
768
845
|
right: "right";
|
|
846
|
+
left: "left";
|
|
847
|
+
center: "center";
|
|
769
848
|
}>>;
|
|
770
849
|
orientation: z.ZodDefault<z.ZodEnum<{
|
|
771
|
-
horizontal: "horizontal";
|
|
772
850
|
vertical: "vertical";
|
|
851
|
+
horizontal: "horizontal";
|
|
773
852
|
}>>;
|
|
774
853
|
menuItems: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>>;
|
|
775
854
|
startChildrenIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
@@ -782,6 +861,7 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
782
861
|
}>>;
|
|
783
862
|
backgroundColor: z.ZodDefault<z.ZodString>;
|
|
784
863
|
textColor: z.ZodDefault<z.ZodString>;
|
|
864
|
+
burgerDropdownBackgroundColor: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
785
865
|
fontSize: z.ZodDefault<z.ZodString>;
|
|
786
866
|
fontFamily: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
787
867
|
fontWeight: z.ZodDefault<z.ZodString>;
|
|
@@ -811,9 +891,9 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
811
891
|
heightTablet: z.ZodOptional<z.ZodString>;
|
|
812
892
|
heightMobile: z.ZodOptional<z.ZodString>;
|
|
813
893
|
alignment: z.ZodDefault<z.ZodEnum<{
|
|
814
|
-
center: "center";
|
|
815
|
-
left: "left";
|
|
816
894
|
right: "right";
|
|
895
|
+
left: "left";
|
|
896
|
+
center: "center";
|
|
817
897
|
}>>;
|
|
818
898
|
}, z.core.$strip>>>;
|
|
819
899
|
}, z.core.$strip>;
|
|
@@ -907,30 +987,30 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
907
987
|
columnsGapTablet: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
908
988
|
columnsGapMobile: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
909
989
|
columnsDirection: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
910
|
-
horizontal: "horizontal";
|
|
911
990
|
vertical: "vertical";
|
|
991
|
+
horizontal: "horizontal";
|
|
912
992
|
}>>>;
|
|
913
993
|
columnsDirectionTablet: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
914
|
-
horizontal: "horizontal";
|
|
915
994
|
vertical: "vertical";
|
|
995
|
+
horizontal: "horizontal";
|
|
916
996
|
}>>>;
|
|
917
997
|
columnsDirectionMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
918
|
-
horizontal: "horizontal";
|
|
919
998
|
vertical: "vertical";
|
|
999
|
+
horizontal: "horizontal";
|
|
920
1000
|
}>>>;
|
|
921
1001
|
contentAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
922
|
-
bottom: "bottom";
|
|
923
1002
|
top: "top";
|
|
1003
|
+
bottom: "bottom";
|
|
924
1004
|
middle: "middle";
|
|
925
1005
|
}>>>;
|
|
926
1006
|
contentAlignmentTablet: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
927
|
-
bottom: "bottom";
|
|
928
1007
|
top: "top";
|
|
1008
|
+
bottom: "bottom";
|
|
929
1009
|
middle: "middle";
|
|
930
1010
|
}>>>;
|
|
931
1011
|
contentAlignmentMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
932
|
-
bottom: "bottom";
|
|
933
1012
|
top: "top";
|
|
1013
|
+
bottom: "bottom";
|
|
934
1014
|
middle: "middle";
|
|
935
1015
|
}>>>;
|
|
936
1016
|
}, z.core.$strip>>>;
|
|
@@ -993,6 +1073,13 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
993
1073
|
"flex-end": "flex-end";
|
|
994
1074
|
"flex-start": "flex-start";
|
|
995
1075
|
}>>>;
|
|
1076
|
+
justify: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1077
|
+
center: "center";
|
|
1078
|
+
"space-around": "space-around";
|
|
1079
|
+
"space-between": "space-between";
|
|
1080
|
+
"flex-end": "flex-end";
|
|
1081
|
+
"flex-start": "flex-start";
|
|
1082
|
+
}>>>;
|
|
996
1083
|
reverseColumns: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
997
1084
|
repeatableEnabled: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
998
1085
|
}, z.core.$strip>>>;
|
|
@@ -1037,14 +1124,14 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1037
1124
|
columnsCountTablet: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1038
1125
|
columnsCountMobile: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1039
1126
|
contentAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1040
|
-
bottom: "bottom";
|
|
1041
1127
|
top: "top";
|
|
1128
|
+
bottom: "bottom";
|
|
1042
1129
|
middle: "middle";
|
|
1043
1130
|
}>>>;
|
|
1044
1131
|
horizontalAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1045
|
-
center: "center";
|
|
1046
|
-
left: "left";
|
|
1047
1132
|
right: "right";
|
|
1133
|
+
left: "left";
|
|
1134
|
+
center: "center";
|
|
1048
1135
|
}>>>;
|
|
1049
1136
|
repeatableEnabled: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1050
1137
|
columnsCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1066,35 +1153,35 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1066
1153
|
props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1067
1154
|
childrenIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1068
1155
|
direction: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1069
|
-
row: "row";
|
|
1070
1156
|
column: "column";
|
|
1157
|
+
row: "row";
|
|
1071
1158
|
}>>>;
|
|
1072
1159
|
directionTablet: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1073
|
-
row: "row";
|
|
1074
1160
|
column: "column";
|
|
1161
|
+
row: "row";
|
|
1075
1162
|
}>>>;
|
|
1076
1163
|
directionMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1077
|
-
row: "row";
|
|
1078
1164
|
column: "column";
|
|
1165
|
+
row: "row";
|
|
1079
1166
|
}>>>;
|
|
1080
1167
|
gap: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1081
1168
|
alignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1082
1169
|
center: "center";
|
|
1170
|
+
"space-between": "space-between";
|
|
1083
1171
|
end: "end";
|
|
1084
1172
|
start: "start";
|
|
1085
|
-
"space-between": "space-between";
|
|
1086
1173
|
}>>>;
|
|
1087
1174
|
alignmentTablet: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1088
1175
|
center: "center";
|
|
1176
|
+
"space-between": "space-between";
|
|
1089
1177
|
end: "end";
|
|
1090
1178
|
start: "start";
|
|
1091
|
-
"space-between": "space-between";
|
|
1092
1179
|
}>>>;
|
|
1093
1180
|
alignmentMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1094
1181
|
center: "center";
|
|
1182
|
+
"space-between": "space-between";
|
|
1095
1183
|
end: "end";
|
|
1096
1184
|
start: "start";
|
|
1097
|
-
"space-between": "space-between";
|
|
1098
1185
|
}>>>;
|
|
1099
1186
|
wrap: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1100
1187
|
ariaLabel: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -1112,8 +1199,8 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1112
1199
|
h6: "h6";
|
|
1113
1200
|
}>>>;
|
|
1114
1201
|
linkType: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1115
|
-
text: "text";
|
|
1116
1202
|
link: "link";
|
|
1203
|
+
text: "text";
|
|
1117
1204
|
}>>>;
|
|
1118
1205
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1119
1206
|
openInNewTab: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -1155,13 +1242,14 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1155
1242
|
BEBAS_NEUE: "BEBAS_NEUE";
|
|
1156
1243
|
}>>>;
|
|
1157
1244
|
fontSize: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1245
|
+
lineClamp: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1158
1246
|
fontWeight: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1159
|
-
bold: "bold";
|
|
1160
|
-
normal: "normal";
|
|
1161
1247
|
400: "400";
|
|
1162
1248
|
500: "500";
|
|
1163
1249
|
600: "600";
|
|
1164
1250
|
700: "700";
|
|
1251
|
+
normal: "normal";
|
|
1252
|
+
bold: "bold";
|
|
1165
1253
|
}>>>;
|
|
1166
1254
|
fontStyle: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1167
1255
|
normal: "normal";
|
|
@@ -1169,14 +1257,14 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1169
1257
|
}>>>;
|
|
1170
1258
|
textDecoration: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1171
1259
|
none: "none";
|
|
1172
|
-
"line-through": "line-through";
|
|
1173
1260
|
underline: "underline";
|
|
1261
|
+
"line-through": "line-through";
|
|
1174
1262
|
"underline line-through": "underline line-through";
|
|
1175
1263
|
}>>>;
|
|
1176
1264
|
textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1177
|
-
center: "center";
|
|
1178
|
-
left: "left";
|
|
1179
1265
|
right: "right";
|
|
1266
|
+
left: "left";
|
|
1267
|
+
center: "center";
|
|
1180
1268
|
}>>>;
|
|
1181
1269
|
padding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1182
1270
|
top: z.ZodNumber;
|
|
@@ -1229,9 +1317,9 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1229
1317
|
}>>>;
|
|
1230
1318
|
fontSize: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1231
1319
|
textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1232
|
-
center: "center";
|
|
1233
|
-
left: "left";
|
|
1234
1320
|
right: "right";
|
|
1321
|
+
left: "left";
|
|
1322
|
+
center: "center";
|
|
1235
1323
|
}>>>;
|
|
1236
1324
|
padding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1237
1325
|
top: z.ZodNumber;
|
|
@@ -1260,9 +1348,9 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1260
1348
|
}, z.core.$strip>>>;
|
|
1261
1349
|
backgroundColor: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString, z.ZodLiteral<"transparent">]>>>>;
|
|
1262
1350
|
textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1263
|
-
center: "center";
|
|
1264
|
-
left: "left";
|
|
1265
1351
|
right: "right";
|
|
1352
|
+
left: "left";
|
|
1353
|
+
center: "center";
|
|
1266
1354
|
}>>>;
|
|
1267
1355
|
}, z.core.$strip>>>;
|
|
1268
1356
|
props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -1288,8 +1376,8 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1288
1376
|
decorative: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1289
1377
|
linkHref: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1290
1378
|
contentAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1291
|
-
bottom: "bottom";
|
|
1292
1379
|
top: "top";
|
|
1380
|
+
bottom: "bottom";
|
|
1293
1381
|
middle: "middle";
|
|
1294
1382
|
}>>>;
|
|
1295
1383
|
borderRadius: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
@@ -1310,6 +1398,51 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1310
1398
|
rotationMobile: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1311
1399
|
iconName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1312
1400
|
iconFillColor: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString, z.ZodLiteral<"transparent">]>>>>;
|
|
1401
|
+
animation: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1402
|
+
type: z.ZodEnum<{
|
|
1403
|
+
none: "none";
|
|
1404
|
+
"fade-in": "fade-in";
|
|
1405
|
+
"slide-left": "slide-left";
|
|
1406
|
+
"slide-right": "slide-right";
|
|
1407
|
+
"slide-up": "slide-up";
|
|
1408
|
+
"slide-down": "slide-down";
|
|
1409
|
+
"zoom-in": "zoom-in";
|
|
1410
|
+
bounce: "bounce";
|
|
1411
|
+
}>;
|
|
1412
|
+
trigger: z.ZodEnum<{
|
|
1413
|
+
load: "load";
|
|
1414
|
+
scroll: "scroll";
|
|
1415
|
+
hover: "hover";
|
|
1416
|
+
click: "click";
|
|
1417
|
+
}>;
|
|
1418
|
+
speed: z.ZodEnum<{
|
|
1419
|
+
slow: "slow";
|
|
1420
|
+
medium: "medium";
|
|
1421
|
+
fast: "fast";
|
|
1422
|
+
}>;
|
|
1423
|
+
delay: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1424
|
+
disableOnMobile: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1425
|
+
}, z.core.$strip>>>;
|
|
1426
|
+
hoverEffect: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1427
|
+
enabled: z.ZodBoolean;
|
|
1428
|
+
scale: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1429
|
+
duration: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1430
|
+
easing: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1431
|
+
ease: "ease";
|
|
1432
|
+
"ease-in": "ease-in";
|
|
1433
|
+
"ease-in-out": "ease-in-out";
|
|
1434
|
+
"ease-out": "ease-out";
|
|
1435
|
+
linear: "linear";
|
|
1436
|
+
}>>>;
|
|
1437
|
+
}, z.core.$strip>>>;
|
|
1438
|
+
boxShadow: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1439
|
+
color: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
1440
|
+
offsetX: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1441
|
+
offsetY: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1442
|
+
blur: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1443
|
+
spread: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1444
|
+
inset: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1445
|
+
}, z.core.$strip>>>;
|
|
1313
1446
|
}, z.core.$strip>>>;
|
|
1314
1447
|
}, z.core.$strip>;
|
|
1315
1448
|
Logo: z.ZodObject<{
|
|
@@ -1322,9 +1455,9 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1322
1455
|
}, z.core.$strip>>>;
|
|
1323
1456
|
backgroundColor: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString, z.ZodLiteral<"transparent">]>>>>;
|
|
1324
1457
|
textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1325
|
-
center: "center";
|
|
1326
|
-
left: "left";
|
|
1327
1458
|
right: "right";
|
|
1459
|
+
left: "left";
|
|
1460
|
+
center: "center";
|
|
1328
1461
|
}>>>;
|
|
1329
1462
|
}, z.core.$strip>>>;
|
|
1330
1463
|
props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -1333,7 +1466,12 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1333
1466
|
urlMobile: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1334
1467
|
alt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1335
1468
|
decorative: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1469
|
+
showLink: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1336
1470
|
linkHref: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1471
|
+
linkTarget: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1472
|
+
_self: "_self";
|
|
1473
|
+
_blank: "_blank";
|
|
1474
|
+
}>>>;
|
|
1337
1475
|
width: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1338
1476
|
widthTablet: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1339
1477
|
widthMobile: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1356,6 +1494,39 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1356
1494
|
iconFillColor: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString, z.ZodLiteral<"transparent">]>>>>;
|
|
1357
1495
|
iconFillColorTablet: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString, z.ZodLiteral<"transparent">]>>>>;
|
|
1358
1496
|
iconFillColorMobile: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString, z.ZodLiteral<"transparent">]>>>>;
|
|
1497
|
+
animation: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1498
|
+
type: z.ZodEnum<{
|
|
1499
|
+
none: "none";
|
|
1500
|
+
"fade-in": "fade-in";
|
|
1501
|
+
"slide-left": "slide-left";
|
|
1502
|
+
"slide-right": "slide-right";
|
|
1503
|
+
"slide-up": "slide-up";
|
|
1504
|
+
"slide-down": "slide-down";
|
|
1505
|
+
"zoom-in": "zoom-in";
|
|
1506
|
+
bounce: "bounce";
|
|
1507
|
+
}>;
|
|
1508
|
+
trigger: z.ZodEnum<{
|
|
1509
|
+
load: "load";
|
|
1510
|
+
scroll: "scroll";
|
|
1511
|
+
hover: "hover";
|
|
1512
|
+
click: "click";
|
|
1513
|
+
}>;
|
|
1514
|
+
speed: z.ZodEnum<{
|
|
1515
|
+
slow: "slow";
|
|
1516
|
+
medium: "medium";
|
|
1517
|
+
fast: "fast";
|
|
1518
|
+
}>;
|
|
1519
|
+
delay: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1520
|
+
disableOnMobile: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1521
|
+
}, z.core.$strip>>>;
|
|
1522
|
+
boxShadow: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1523
|
+
color: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
1524
|
+
offsetX: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1525
|
+
offsetY: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1526
|
+
blur: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1527
|
+
spread: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1528
|
+
inset: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1529
|
+
}, z.core.$strip>>>;
|
|
1359
1530
|
}, z.core.$strip>>>;
|
|
1360
1531
|
}, z.core.$strip>;
|
|
1361
1532
|
IFrame: z.ZodObject<{
|
|
@@ -1371,9 +1542,9 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1371
1542
|
left: z.ZodNumber;
|
|
1372
1543
|
}, z.core.$strip>>>;
|
|
1373
1544
|
textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1374
|
-
center: "center";
|
|
1375
|
-
left: "left";
|
|
1376
1545
|
right: "right";
|
|
1546
|
+
left: "left";
|
|
1547
|
+
center: "center";
|
|
1377
1548
|
}>>>;
|
|
1378
1549
|
}, z.core.$strip>>>;
|
|
1379
1550
|
props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -1403,9 +1574,9 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1403
1574
|
left: z.ZodNumber;
|
|
1404
1575
|
}, z.core.$strip>>>;
|
|
1405
1576
|
textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1406
|
-
center: "center";
|
|
1407
|
-
left: "left";
|
|
1408
1577
|
right: "right";
|
|
1578
|
+
left: "left";
|
|
1579
|
+
center: "center";
|
|
1409
1580
|
}>>>;
|
|
1410
1581
|
}, z.core.$strip>>>;
|
|
1411
1582
|
props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -1422,6 +1593,7 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1422
1593
|
color: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString, z.ZodLiteral<"transparent">]>>>;
|
|
1423
1594
|
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString, z.ZodLiteral<"transparent">]>>>;
|
|
1424
1595
|
fontSize: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1596
|
+
lineClamp: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1425
1597
|
fontFamily: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1426
1598
|
MODERN_SANS: "MODERN_SANS";
|
|
1427
1599
|
BOOK_SANS: "BOOK_SANS";
|
|
@@ -1454,17 +1626,17 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1454
1626
|
BEBAS_NEUE: "BEBAS_NEUE";
|
|
1455
1627
|
}>>>;
|
|
1456
1628
|
fontWeight: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1457
|
-
bold: "bold";
|
|
1458
|
-
normal: "normal";
|
|
1459
1629
|
400: "400";
|
|
1460
1630
|
500: "500";
|
|
1461
1631
|
600: "600";
|
|
1462
1632
|
700: "700";
|
|
1633
|
+
normal: "normal";
|
|
1634
|
+
bold: "bold";
|
|
1463
1635
|
}>>>;
|
|
1464
1636
|
textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1465
|
-
center: "center";
|
|
1466
|
-
left: "left";
|
|
1467
1637
|
right: "right";
|
|
1638
|
+
left: "left";
|
|
1639
|
+
center: "center";
|
|
1468
1640
|
}>>>;
|
|
1469
1641
|
padding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1470
1642
|
top: z.ZodNumber;
|
|
@@ -1653,11 +1825,11 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1653
1825
|
}, z.core.$strip>>>;
|
|
1654
1826
|
behaviour: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1655
1827
|
position: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1656
|
-
|
|
1828
|
+
top: "top";
|
|
1657
1829
|
bottom: "bottom";
|
|
1658
|
-
left: "left";
|
|
1659
1830
|
right: "right";
|
|
1660
|
-
|
|
1831
|
+
left: "left";
|
|
1832
|
+
center: "center";
|
|
1661
1833
|
"top-left": "top-left";
|
|
1662
1834
|
"top-right": "top-right";
|
|
1663
1835
|
"bottom-right": "bottom-right";
|
|
@@ -1698,9 +1870,9 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1698
1870
|
left: z.ZodNumber;
|
|
1699
1871
|
}, z.core.$strip>>>;
|
|
1700
1872
|
textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1701
|
-
center: "center";
|
|
1702
|
-
left: "left";
|
|
1703
1873
|
right: "right";
|
|
1874
|
+
left: "left";
|
|
1875
|
+
center: "center";
|
|
1704
1876
|
}>>>;
|
|
1705
1877
|
}, z.core.$strip>>>;
|
|
1706
1878
|
props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -1735,9 +1907,9 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1735
1907
|
left: z.ZodNumber;
|
|
1736
1908
|
}, z.core.$strip>>>;
|
|
1737
1909
|
textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1738
|
-
center: "center";
|
|
1739
|
-
left: "left";
|
|
1740
1910
|
right: "right";
|
|
1911
|
+
left: "left";
|
|
1912
|
+
center: "center";
|
|
1741
1913
|
}>>>;
|
|
1742
1914
|
}, z.core.$strip>>>;
|
|
1743
1915
|
props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -1771,11 +1943,11 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1771
1943
|
left: z.ZodNumber;
|
|
1772
1944
|
}, z.core.$strip>>>;
|
|
1773
1945
|
icon: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1774
|
-
info: "info";
|
|
1775
1946
|
accessibility: "accessibility";
|
|
1776
1947
|
"universal-access": "universal-access";
|
|
1777
1948
|
person: "person";
|
|
1778
1949
|
eye: "eye";
|
|
1950
|
+
info: "info";
|
|
1779
1951
|
}>>>;
|
|
1780
1952
|
features: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1781
1953
|
contrast: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -1795,9 +1967,9 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1795
1967
|
style: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1796
1968
|
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString, z.ZodLiteral<"transparent">]>>>;
|
|
1797
1969
|
textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1798
|
-
center: "center";
|
|
1799
|
-
left: "left";
|
|
1800
1970
|
right: "right";
|
|
1971
|
+
left: "left";
|
|
1972
|
+
center: "center";
|
|
1801
1973
|
}>>>;
|
|
1802
1974
|
padding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1803
1975
|
top: z.ZodNumber;
|
|
@@ -1815,8 +1987,8 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1815
1987
|
props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1816
1988
|
stepperType: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1817
1989
|
both: "both";
|
|
1818
|
-
dots: "dots";
|
|
1819
1990
|
numeric: "numeric";
|
|
1991
|
+
dots: "dots";
|
|
1820
1992
|
}>>>;
|
|
1821
1993
|
totalDots: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1822
1994
|
activeIndex: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1827,8 +1999,8 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1827
1999
|
numericColor: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString, z.ZodLiteral<"transparent">]>>>;
|
|
1828
2000
|
numericFontSize: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1829
2001
|
numericPosition: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1830
|
-
left: "left";
|
|
1831
2002
|
right: "right";
|
|
2003
|
+
left: "left";
|
|
1832
2004
|
above: "above";
|
|
1833
2005
|
below: "below";
|
|
1834
2006
|
}>>>;
|
|
@@ -1839,9 +2011,9 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1839
2011
|
color: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodLiteral<"transparent">]>>>;
|
|
1840
2012
|
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodLiteral<"transparent">]>>>;
|
|
1841
2013
|
textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1842
|
-
center: "center";
|
|
1843
|
-
left: "left";
|
|
1844
2014
|
right: "right";
|
|
2015
|
+
left: "left";
|
|
2016
|
+
center: "center";
|
|
1845
2017
|
}>>>;
|
|
1846
2018
|
fontSize: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1847
2019
|
fontFamily: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -1866,15 +2038,15 @@ export declare const EditorBlock: ({ type, data }: import('@usewaypoint/document
|
|
|
1866
2038
|
unordered: "unordered";
|
|
1867
2039
|
}>>>;
|
|
1868
2040
|
marker: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1869
|
-
circle: "circle";
|
|
1870
2041
|
none: "none";
|
|
1871
|
-
square: "square";
|
|
1872
2042
|
check: "check";
|
|
2043
|
+
square: "square";
|
|
2044
|
+
circle: "circle";
|
|
2045
|
+
decimal: "decimal";
|
|
1873
2046
|
disc: "disc";
|
|
1874
2047
|
dash: "dash";
|
|
1875
2048
|
arrow: "arrow";
|
|
1876
2049
|
cross: "cross";
|
|
1877
|
-
decimal: "decimal";
|
|
1878
2050
|
"decimal-zero": "decimal-zero";
|
|
1879
2051
|
"lower-alpha": "lower-alpha";
|
|
1880
2052
|
"upper-alpha": "upper-alpha";
|