@rudyzeinoun/email-builder 0.0.19 → 0.0.21
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/index.d.mts +78 -78
- package/dist/index.d.ts +78 -78
- package/dist/index.js +10 -4
- package/dist/index.mjs +10 -4
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
77
77
|
fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined;
|
|
78
78
|
columnsCount?: 2 | 3 | null | undefined;
|
|
79
79
|
columnsGap?: number | null | undefined;
|
|
80
|
-
contentAlignment?: "top" | "
|
|
80
|
+
contentAlignment?: "top" | "bottom" | "middle" | null | undefined;
|
|
81
81
|
}, {
|
|
82
82
|
columns: [{
|
|
83
83
|
childrenIds: string[];
|
|
@@ -89,7 +89,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
89
89
|
fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined;
|
|
90
90
|
columnsCount?: 2 | 3 | null | undefined;
|
|
91
91
|
columnsGap?: number | null | undefined;
|
|
92
|
-
contentAlignment?: "top" | "
|
|
92
|
+
contentAlignment?: "top" | "bottom" | "middle" | null | undefined;
|
|
93
93
|
}>>>;
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
95
|
style?: {
|
|
@@ -115,7 +115,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
115
115
|
fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined;
|
|
116
116
|
columnsCount?: 2 | 3 | null | undefined;
|
|
117
117
|
columnsGap?: number | null | undefined;
|
|
118
|
-
contentAlignment?: "top" | "
|
|
118
|
+
contentAlignment?: "top" | "bottom" | "middle" | null | undefined;
|
|
119
119
|
} | null | undefined;
|
|
120
120
|
}, {
|
|
121
121
|
style?: {
|
|
@@ -141,7 +141,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
141
141
|
fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined;
|
|
142
142
|
columnsCount?: 2 | 3 | null | undefined;
|
|
143
143
|
columnsGap?: number | null | undefined;
|
|
144
|
-
contentAlignment?: "top" | "
|
|
144
|
+
contentAlignment?: "top" | "bottom" | "middle" | null | undefined;
|
|
145
145
|
} | null | undefined;
|
|
146
146
|
}>;
|
|
147
147
|
Container: z.ZodObject<{
|
|
@@ -239,7 +239,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
239
239
|
borderRadius: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
240
240
|
canvasColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
241
241
|
textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
242
|
-
fontFamily: z.ZodOptional<z.ZodNullable<z.ZodEnum<["MODERN_SANS", "BOOK_SANS", "ORGANIC_SANS", "GEOMETRIC_SANS", "HEAVY_SANS", "ROUNDED_SANS", "MODERN_SERIF", "BOOK_SERIF", "MONOSPACE"]>>>;
|
|
242
|
+
fontFamily: z.ZodOptional<z.ZodNullable<z.ZodEnum<["HELVETICA", "GEORGIA", "MODERN_SANS", "BOOK_SANS", "ORGANIC_SANS", "GEOMETRIC_SANS", "HEAVY_SANS", "ROUNDED_SANS", "MODERN_SERIF", "BOOK_SERIF", "MONOSPACE"]>>>;
|
|
243
243
|
childrenIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
244
244
|
}, "strip", z.ZodTypeAny, {
|
|
245
245
|
backdropColor?: string | null | undefined;
|
|
@@ -247,7 +247,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
247
247
|
borderRadius?: number | null | undefined;
|
|
248
248
|
canvasColor?: string | null | undefined;
|
|
249
249
|
textColor?: string | null | undefined;
|
|
250
|
-
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
250
|
+
fontFamily?: "HELVETICA" | "GEORGIA" | "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
251
251
|
childrenIds?: string[] | null | undefined;
|
|
252
252
|
}, {
|
|
253
253
|
backdropColor?: string | null | undefined;
|
|
@@ -255,7 +255,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
255
255
|
borderRadius?: number | null | undefined;
|
|
256
256
|
canvasColor?: string | null | undefined;
|
|
257
257
|
textColor?: string | null | undefined;
|
|
258
|
-
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
258
|
+
fontFamily?: "HELVETICA" | "GEORGIA" | "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
259
259
|
childrenIds?: string[] | null | undefined;
|
|
260
260
|
}>;
|
|
261
261
|
Avatar: z.ZodObject<{
|
|
@@ -278,7 +278,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
278
278
|
left: number;
|
|
279
279
|
}>>>;
|
|
280
280
|
}, "strip", z.ZodTypeAny, {
|
|
281
|
-
textAlign?: "
|
|
281
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
282
282
|
padding?: {
|
|
283
283
|
top: number;
|
|
284
284
|
bottom: number;
|
|
@@ -286,7 +286,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
286
286
|
left: number;
|
|
287
287
|
} | null | undefined;
|
|
288
288
|
}, {
|
|
289
|
-
textAlign?: "
|
|
289
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
290
290
|
padding?: {
|
|
291
291
|
top: number;
|
|
292
292
|
bottom: number;
|
|
@@ -312,7 +312,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
312
312
|
}>>>;
|
|
313
313
|
}, "strip", z.ZodTypeAny, {
|
|
314
314
|
style?: {
|
|
315
|
-
textAlign?: "
|
|
315
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
316
316
|
padding?: {
|
|
317
317
|
top: number;
|
|
318
318
|
bottom: number;
|
|
@@ -328,7 +328,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
328
328
|
} | null | undefined;
|
|
329
329
|
}, {
|
|
330
330
|
style?: {
|
|
331
|
-
textAlign?: "
|
|
331
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
332
332
|
padding?: {
|
|
333
333
|
top: number;
|
|
334
334
|
bottom: number;
|
|
@@ -371,7 +371,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
371
371
|
fontSize?: number | null | undefined;
|
|
372
372
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
373
373
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
374
|
-
textAlign?: "
|
|
374
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
375
375
|
padding?: {
|
|
376
376
|
top: number;
|
|
377
377
|
bottom: number;
|
|
@@ -383,7 +383,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
383
383
|
fontSize?: number | null | undefined;
|
|
384
384
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
385
385
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
386
|
-
textAlign?: "
|
|
386
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
387
387
|
padding?: {
|
|
388
388
|
top: number;
|
|
389
389
|
bottom: number;
|
|
@@ -404,7 +404,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
404
404
|
buttonStyle?: "rounded" | "rectangle" | "pill" | null | undefined;
|
|
405
405
|
buttonTextColor?: string | null | undefined;
|
|
406
406
|
fullWidth?: boolean | null | undefined;
|
|
407
|
-
size?: "small" | "
|
|
407
|
+
size?: "small" | "medium" | "x-small" | "large" | null | undefined;
|
|
408
408
|
text?: string | null | undefined;
|
|
409
409
|
url?: string | null | undefined;
|
|
410
410
|
}, {
|
|
@@ -412,7 +412,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
412
412
|
buttonStyle?: "rounded" | "rectangle" | "pill" | null | undefined;
|
|
413
413
|
buttonTextColor?: string | null | undefined;
|
|
414
414
|
fullWidth?: boolean | null | undefined;
|
|
415
|
-
size?: "small" | "
|
|
415
|
+
size?: "small" | "medium" | "x-small" | "large" | null | undefined;
|
|
416
416
|
text?: string | null | undefined;
|
|
417
417
|
url?: string | null | undefined;
|
|
418
418
|
}>>>;
|
|
@@ -422,7 +422,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
422
422
|
fontSize?: number | null | undefined;
|
|
423
423
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
424
424
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
425
|
-
textAlign?: "
|
|
425
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
426
426
|
padding?: {
|
|
427
427
|
top: number;
|
|
428
428
|
bottom: number;
|
|
@@ -435,7 +435,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
435
435
|
buttonStyle?: "rounded" | "rectangle" | "pill" | null | undefined;
|
|
436
436
|
buttonTextColor?: string | null | undefined;
|
|
437
437
|
fullWidth?: boolean | null | undefined;
|
|
438
|
-
size?: "small" | "
|
|
438
|
+
size?: "small" | "medium" | "x-small" | "large" | null | undefined;
|
|
439
439
|
text?: string | null | undefined;
|
|
440
440
|
url?: string | null | undefined;
|
|
441
441
|
} | null | undefined;
|
|
@@ -445,7 +445,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
445
445
|
fontSize?: number | null | undefined;
|
|
446
446
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
447
447
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
448
|
-
textAlign?: "
|
|
448
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
449
449
|
padding?: {
|
|
450
450
|
top: number;
|
|
451
451
|
bottom: number;
|
|
@@ -458,7 +458,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
458
458
|
buttonStyle?: "rounded" | "rectangle" | "pill" | null | undefined;
|
|
459
459
|
buttonTextColor?: string | null | undefined;
|
|
460
460
|
fullWidth?: boolean | null | undefined;
|
|
461
|
-
size?: "small" | "
|
|
461
|
+
size?: "small" | "medium" | "x-small" | "large" | null | undefined;
|
|
462
462
|
text?: string | null | undefined;
|
|
463
463
|
url?: string | null | undefined;
|
|
464
464
|
} | null | undefined;
|
|
@@ -576,7 +576,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
576
576
|
backgroundColor?: string | null | undefined;
|
|
577
577
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
578
578
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
579
|
-
textAlign?: "
|
|
579
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
580
580
|
padding?: {
|
|
581
581
|
top: number;
|
|
582
582
|
bottom: number;
|
|
@@ -588,7 +588,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
588
588
|
backgroundColor?: string | null | undefined;
|
|
589
589
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
590
590
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
591
|
-
textAlign?: "
|
|
591
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
592
592
|
padding?: {
|
|
593
593
|
top: number;
|
|
594
594
|
bottom: number;
|
|
@@ -606,7 +606,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
606
606
|
backgroundColor?: string | null | undefined;
|
|
607
607
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
608
608
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
609
|
-
textAlign?: "
|
|
609
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
610
610
|
padding?: {
|
|
611
611
|
top: number;
|
|
612
612
|
bottom: number;
|
|
@@ -624,7 +624,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
624
624
|
backgroundColor?: string | null | undefined;
|
|
625
625
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
626
626
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
627
|
-
textAlign?: "
|
|
627
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
628
628
|
padding?: {
|
|
629
629
|
top: number;
|
|
630
630
|
bottom: number;
|
|
@@ -661,7 +661,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
661
661
|
backgroundColor?: string | null | undefined;
|
|
662
662
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
663
663
|
fontSize?: number | null | undefined;
|
|
664
|
-
textAlign?: "
|
|
664
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
665
665
|
padding?: {
|
|
666
666
|
top: number;
|
|
667
667
|
bottom: number;
|
|
@@ -673,7 +673,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
673
673
|
backgroundColor?: string | null | undefined;
|
|
674
674
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
675
675
|
fontSize?: number | null | undefined;
|
|
676
|
-
textAlign?: "
|
|
676
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
677
677
|
padding?: {
|
|
678
678
|
top: number;
|
|
679
679
|
bottom: number;
|
|
@@ -694,7 +694,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
694
694
|
backgroundColor?: string | null | undefined;
|
|
695
695
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
696
696
|
fontSize?: number | null | undefined;
|
|
697
|
-
textAlign?: "
|
|
697
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
698
698
|
padding?: {
|
|
699
699
|
top: number;
|
|
700
700
|
bottom: number;
|
|
@@ -711,7 +711,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
711
711
|
backgroundColor?: string | null | undefined;
|
|
712
712
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
713
713
|
fontSize?: number | null | undefined;
|
|
714
|
-
textAlign?: "
|
|
714
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
715
715
|
padding?: {
|
|
716
716
|
top: number;
|
|
717
717
|
bottom: number;
|
|
@@ -751,7 +751,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
751
751
|
left: number;
|
|
752
752
|
} | null | undefined;
|
|
753
753
|
backgroundColor?: string | null | undefined;
|
|
754
|
-
textAlign?: "
|
|
754
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
755
755
|
}, {
|
|
756
756
|
padding?: {
|
|
757
757
|
top: number;
|
|
@@ -760,7 +760,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
760
760
|
left: number;
|
|
761
761
|
} | null | undefined;
|
|
762
762
|
backgroundColor?: string | null | undefined;
|
|
763
|
-
textAlign?: "
|
|
763
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
764
764
|
}>>>;
|
|
765
765
|
props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
766
766
|
width: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -775,14 +775,14 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
775
775
|
url?: string | null | undefined;
|
|
776
776
|
alt?: string | null | undefined;
|
|
777
777
|
linkHref?: string | null | undefined;
|
|
778
|
-
contentAlignment?: "top" | "
|
|
778
|
+
contentAlignment?: "top" | "bottom" | "middle" | null | undefined;
|
|
779
779
|
}, {
|
|
780
780
|
width?: number | null | undefined;
|
|
781
781
|
height?: number | null | undefined;
|
|
782
782
|
url?: string | null | undefined;
|
|
783
783
|
alt?: string | null | undefined;
|
|
784
784
|
linkHref?: string | null | undefined;
|
|
785
|
-
contentAlignment?: "top" | "
|
|
785
|
+
contentAlignment?: "top" | "bottom" | "middle" | null | undefined;
|
|
786
786
|
}>>>;
|
|
787
787
|
}, "strip", z.ZodTypeAny, {
|
|
788
788
|
style?: {
|
|
@@ -793,7 +793,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
793
793
|
left: number;
|
|
794
794
|
} | null | undefined;
|
|
795
795
|
backgroundColor?: string | null | undefined;
|
|
796
|
-
textAlign?: "
|
|
796
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
797
797
|
} | null | undefined;
|
|
798
798
|
props?: {
|
|
799
799
|
width?: number | null | undefined;
|
|
@@ -801,7 +801,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
801
801
|
url?: string | null | undefined;
|
|
802
802
|
alt?: string | null | undefined;
|
|
803
803
|
linkHref?: string | null | undefined;
|
|
804
|
-
contentAlignment?: "top" | "
|
|
804
|
+
contentAlignment?: "top" | "bottom" | "middle" | null | undefined;
|
|
805
805
|
} | null | undefined;
|
|
806
806
|
}, {
|
|
807
807
|
style?: {
|
|
@@ -812,7 +812,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
812
812
|
left: number;
|
|
813
813
|
} | null | undefined;
|
|
814
814
|
backgroundColor?: string | null | undefined;
|
|
815
|
-
textAlign?: "
|
|
815
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
816
816
|
} | null | undefined;
|
|
817
817
|
props?: {
|
|
818
818
|
width?: number | null | undefined;
|
|
@@ -820,7 +820,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
820
820
|
url?: string | null | undefined;
|
|
821
821
|
alt?: string | null | undefined;
|
|
822
822
|
linkHref?: string | null | undefined;
|
|
823
|
-
contentAlignment?: "top" | "
|
|
823
|
+
contentAlignment?: "top" | "bottom" | "middle" | null | undefined;
|
|
824
824
|
} | null | undefined;
|
|
825
825
|
}>;
|
|
826
826
|
Spacer: z.ZodObject<{
|
|
@@ -870,7 +870,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
870
870
|
fontSize?: number | null | undefined;
|
|
871
871
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
872
872
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
873
|
-
textAlign?: "
|
|
873
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
874
874
|
padding?: {
|
|
875
875
|
top: number;
|
|
876
876
|
bottom: number;
|
|
@@ -883,7 +883,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
883
883
|
fontSize?: number | null | undefined;
|
|
884
884
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
885
885
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
886
|
-
textAlign?: "
|
|
886
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
887
887
|
padding?: {
|
|
888
888
|
top: number;
|
|
889
889
|
bottom: number;
|
|
@@ -908,7 +908,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
908
908
|
fontSize?: number | null | undefined;
|
|
909
909
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
910
910
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
911
|
-
textAlign?: "
|
|
911
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
912
912
|
padding?: {
|
|
913
913
|
top: number;
|
|
914
914
|
bottom: number;
|
|
@@ -927,7 +927,7 @@ declare const ReaderBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", an
|
|
|
927
927
|
fontSize?: number | null | undefined;
|
|
928
928
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
929
929
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
930
|
-
textAlign?: "
|
|
930
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
931
931
|
padding?: {
|
|
932
932
|
top: number;
|
|
933
933
|
bottom: number;
|
|
@@ -1017,7 +1017,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1017
1017
|
fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined;
|
|
1018
1018
|
columnsCount?: 2 | 3 | null | undefined;
|
|
1019
1019
|
columnsGap?: number | null | undefined;
|
|
1020
|
-
contentAlignment?: "top" | "
|
|
1020
|
+
contentAlignment?: "top" | "bottom" | "middle" | null | undefined;
|
|
1021
1021
|
}, {
|
|
1022
1022
|
columns: [{
|
|
1023
1023
|
childrenIds: string[];
|
|
@@ -1029,7 +1029,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1029
1029
|
fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined;
|
|
1030
1030
|
columnsCount?: 2 | 3 | null | undefined;
|
|
1031
1031
|
columnsGap?: number | null | undefined;
|
|
1032
|
-
contentAlignment?: "top" | "
|
|
1032
|
+
contentAlignment?: "top" | "bottom" | "middle" | null | undefined;
|
|
1033
1033
|
}>>>;
|
|
1034
1034
|
}, "strip", z.ZodTypeAny, {
|
|
1035
1035
|
style?: {
|
|
@@ -1055,7 +1055,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1055
1055
|
fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined;
|
|
1056
1056
|
columnsCount?: 2 | 3 | null | undefined;
|
|
1057
1057
|
columnsGap?: number | null | undefined;
|
|
1058
|
-
contentAlignment?: "top" | "
|
|
1058
|
+
contentAlignment?: "top" | "bottom" | "middle" | null | undefined;
|
|
1059
1059
|
} | null | undefined;
|
|
1060
1060
|
}, {
|
|
1061
1061
|
style?: {
|
|
@@ -1081,7 +1081,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1081
1081
|
fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined;
|
|
1082
1082
|
columnsCount?: 2 | 3 | null | undefined;
|
|
1083
1083
|
columnsGap?: number | null | undefined;
|
|
1084
|
-
contentAlignment?: "top" | "
|
|
1084
|
+
contentAlignment?: "top" | "bottom" | "middle" | null | undefined;
|
|
1085
1085
|
} | null | undefined;
|
|
1086
1086
|
}>;
|
|
1087
1087
|
Container: z.ZodObject<{
|
|
@@ -1179,7 +1179,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1179
1179
|
borderRadius: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1180
1180
|
canvasColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1181
1181
|
textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1182
|
-
fontFamily: z.ZodOptional<z.ZodNullable<z.ZodEnum<["MODERN_SANS", "BOOK_SANS", "ORGANIC_SANS", "GEOMETRIC_SANS", "HEAVY_SANS", "ROUNDED_SANS", "MODERN_SERIF", "BOOK_SERIF", "MONOSPACE"]>>>;
|
|
1182
|
+
fontFamily: z.ZodOptional<z.ZodNullable<z.ZodEnum<["HELVETICA", "GEORGIA", "MODERN_SANS", "BOOK_SANS", "ORGANIC_SANS", "GEOMETRIC_SANS", "HEAVY_SANS", "ROUNDED_SANS", "MODERN_SERIF", "BOOK_SERIF", "MONOSPACE"]>>>;
|
|
1183
1183
|
childrenIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1184
1184
|
}, "strip", z.ZodTypeAny, {
|
|
1185
1185
|
backdropColor?: string | null | undefined;
|
|
@@ -1187,7 +1187,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1187
1187
|
borderRadius?: number | null | undefined;
|
|
1188
1188
|
canvasColor?: string | null | undefined;
|
|
1189
1189
|
textColor?: string | null | undefined;
|
|
1190
|
-
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1190
|
+
fontFamily?: "HELVETICA" | "GEORGIA" | "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1191
1191
|
childrenIds?: string[] | null | undefined;
|
|
1192
1192
|
}, {
|
|
1193
1193
|
backdropColor?: string | null | undefined;
|
|
@@ -1195,7 +1195,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1195
1195
|
borderRadius?: number | null | undefined;
|
|
1196
1196
|
canvasColor?: string | null | undefined;
|
|
1197
1197
|
textColor?: string | null | undefined;
|
|
1198
|
-
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1198
|
+
fontFamily?: "HELVETICA" | "GEORGIA" | "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1199
1199
|
childrenIds?: string[] | null | undefined;
|
|
1200
1200
|
}>;
|
|
1201
1201
|
Avatar: z.ZodObject<{
|
|
@@ -1218,7 +1218,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1218
1218
|
left: number;
|
|
1219
1219
|
}>>>;
|
|
1220
1220
|
}, "strip", z.ZodTypeAny, {
|
|
1221
|
-
textAlign?: "
|
|
1221
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1222
1222
|
padding?: {
|
|
1223
1223
|
top: number;
|
|
1224
1224
|
bottom: number;
|
|
@@ -1226,7 +1226,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1226
1226
|
left: number;
|
|
1227
1227
|
} | null | undefined;
|
|
1228
1228
|
}, {
|
|
1229
|
-
textAlign?: "
|
|
1229
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1230
1230
|
padding?: {
|
|
1231
1231
|
top: number;
|
|
1232
1232
|
bottom: number;
|
|
@@ -1252,7 +1252,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1252
1252
|
}>>>;
|
|
1253
1253
|
}, "strip", z.ZodTypeAny, {
|
|
1254
1254
|
style?: {
|
|
1255
|
-
textAlign?: "
|
|
1255
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1256
1256
|
padding?: {
|
|
1257
1257
|
top: number;
|
|
1258
1258
|
bottom: number;
|
|
@@ -1268,7 +1268,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1268
1268
|
} | null | undefined;
|
|
1269
1269
|
}, {
|
|
1270
1270
|
style?: {
|
|
1271
|
-
textAlign?: "
|
|
1271
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1272
1272
|
padding?: {
|
|
1273
1273
|
top: number;
|
|
1274
1274
|
bottom: number;
|
|
@@ -1311,7 +1311,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1311
1311
|
fontSize?: number | null | undefined;
|
|
1312
1312
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1313
1313
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
1314
|
-
textAlign?: "
|
|
1314
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1315
1315
|
padding?: {
|
|
1316
1316
|
top: number;
|
|
1317
1317
|
bottom: number;
|
|
@@ -1323,7 +1323,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1323
1323
|
fontSize?: number | null | undefined;
|
|
1324
1324
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1325
1325
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
1326
|
-
textAlign?: "
|
|
1326
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1327
1327
|
padding?: {
|
|
1328
1328
|
top: number;
|
|
1329
1329
|
bottom: number;
|
|
@@ -1344,7 +1344,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1344
1344
|
buttonStyle?: "rounded" | "rectangle" | "pill" | null | undefined;
|
|
1345
1345
|
buttonTextColor?: string | null | undefined;
|
|
1346
1346
|
fullWidth?: boolean | null | undefined;
|
|
1347
|
-
size?: "small" | "
|
|
1347
|
+
size?: "small" | "medium" | "x-small" | "large" | null | undefined;
|
|
1348
1348
|
text?: string | null | undefined;
|
|
1349
1349
|
url?: string | null | undefined;
|
|
1350
1350
|
}, {
|
|
@@ -1352,7 +1352,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1352
1352
|
buttonStyle?: "rounded" | "rectangle" | "pill" | null | undefined;
|
|
1353
1353
|
buttonTextColor?: string | null | undefined;
|
|
1354
1354
|
fullWidth?: boolean | null | undefined;
|
|
1355
|
-
size?: "small" | "
|
|
1355
|
+
size?: "small" | "medium" | "x-small" | "large" | null | undefined;
|
|
1356
1356
|
text?: string | null | undefined;
|
|
1357
1357
|
url?: string | null | undefined;
|
|
1358
1358
|
}>>>;
|
|
@@ -1362,7 +1362,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1362
1362
|
fontSize?: number | null | undefined;
|
|
1363
1363
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1364
1364
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
1365
|
-
textAlign?: "
|
|
1365
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1366
1366
|
padding?: {
|
|
1367
1367
|
top: number;
|
|
1368
1368
|
bottom: number;
|
|
@@ -1375,7 +1375,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1375
1375
|
buttonStyle?: "rounded" | "rectangle" | "pill" | null | undefined;
|
|
1376
1376
|
buttonTextColor?: string | null | undefined;
|
|
1377
1377
|
fullWidth?: boolean | null | undefined;
|
|
1378
|
-
size?: "small" | "
|
|
1378
|
+
size?: "small" | "medium" | "x-small" | "large" | null | undefined;
|
|
1379
1379
|
text?: string | null | undefined;
|
|
1380
1380
|
url?: string | null | undefined;
|
|
1381
1381
|
} | null | undefined;
|
|
@@ -1385,7 +1385,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1385
1385
|
fontSize?: number | null | undefined;
|
|
1386
1386
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1387
1387
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
1388
|
-
textAlign?: "
|
|
1388
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1389
1389
|
padding?: {
|
|
1390
1390
|
top: number;
|
|
1391
1391
|
bottom: number;
|
|
@@ -1398,7 +1398,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1398
1398
|
buttonStyle?: "rounded" | "rectangle" | "pill" | null | undefined;
|
|
1399
1399
|
buttonTextColor?: string | null | undefined;
|
|
1400
1400
|
fullWidth?: boolean | null | undefined;
|
|
1401
|
-
size?: "small" | "
|
|
1401
|
+
size?: "small" | "medium" | "x-small" | "large" | null | undefined;
|
|
1402
1402
|
text?: string | null | undefined;
|
|
1403
1403
|
url?: string | null | undefined;
|
|
1404
1404
|
} | null | undefined;
|
|
@@ -1516,7 +1516,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1516
1516
|
backgroundColor?: string | null | undefined;
|
|
1517
1517
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1518
1518
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
1519
|
-
textAlign?: "
|
|
1519
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1520
1520
|
padding?: {
|
|
1521
1521
|
top: number;
|
|
1522
1522
|
bottom: number;
|
|
@@ -1528,7 +1528,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1528
1528
|
backgroundColor?: string | null | undefined;
|
|
1529
1529
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1530
1530
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
1531
|
-
textAlign?: "
|
|
1531
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1532
1532
|
padding?: {
|
|
1533
1533
|
top: number;
|
|
1534
1534
|
bottom: number;
|
|
@@ -1546,7 +1546,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1546
1546
|
backgroundColor?: string | null | undefined;
|
|
1547
1547
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1548
1548
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
1549
|
-
textAlign?: "
|
|
1549
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1550
1550
|
padding?: {
|
|
1551
1551
|
top: number;
|
|
1552
1552
|
bottom: number;
|
|
@@ -1564,7 +1564,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1564
1564
|
backgroundColor?: string | null | undefined;
|
|
1565
1565
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1566
1566
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
1567
|
-
textAlign?: "
|
|
1567
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1568
1568
|
padding?: {
|
|
1569
1569
|
top: number;
|
|
1570
1570
|
bottom: number;
|
|
@@ -1601,7 +1601,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1601
1601
|
backgroundColor?: string | null | undefined;
|
|
1602
1602
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1603
1603
|
fontSize?: number | null | undefined;
|
|
1604
|
-
textAlign?: "
|
|
1604
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1605
1605
|
padding?: {
|
|
1606
1606
|
top: number;
|
|
1607
1607
|
bottom: number;
|
|
@@ -1613,7 +1613,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1613
1613
|
backgroundColor?: string | null | undefined;
|
|
1614
1614
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1615
1615
|
fontSize?: number | null | undefined;
|
|
1616
|
-
textAlign?: "
|
|
1616
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1617
1617
|
padding?: {
|
|
1618
1618
|
top: number;
|
|
1619
1619
|
bottom: number;
|
|
@@ -1634,7 +1634,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1634
1634
|
backgroundColor?: string | null | undefined;
|
|
1635
1635
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1636
1636
|
fontSize?: number | null | undefined;
|
|
1637
|
-
textAlign?: "
|
|
1637
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1638
1638
|
padding?: {
|
|
1639
1639
|
top: number;
|
|
1640
1640
|
bottom: number;
|
|
@@ -1651,7 +1651,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1651
1651
|
backgroundColor?: string | null | undefined;
|
|
1652
1652
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1653
1653
|
fontSize?: number | null | undefined;
|
|
1654
|
-
textAlign?: "
|
|
1654
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1655
1655
|
padding?: {
|
|
1656
1656
|
top: number;
|
|
1657
1657
|
bottom: number;
|
|
@@ -1691,7 +1691,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1691
1691
|
left: number;
|
|
1692
1692
|
} | null | undefined;
|
|
1693
1693
|
backgroundColor?: string | null | undefined;
|
|
1694
|
-
textAlign?: "
|
|
1694
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1695
1695
|
}, {
|
|
1696
1696
|
padding?: {
|
|
1697
1697
|
top: number;
|
|
@@ -1700,7 +1700,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1700
1700
|
left: number;
|
|
1701
1701
|
} | null | undefined;
|
|
1702
1702
|
backgroundColor?: string | null | undefined;
|
|
1703
|
-
textAlign?: "
|
|
1703
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1704
1704
|
}>>>;
|
|
1705
1705
|
props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1706
1706
|
width: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1715,14 +1715,14 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1715
1715
|
url?: string | null | undefined;
|
|
1716
1716
|
alt?: string | null | undefined;
|
|
1717
1717
|
linkHref?: string | null | undefined;
|
|
1718
|
-
contentAlignment?: "top" | "
|
|
1718
|
+
contentAlignment?: "top" | "bottom" | "middle" | null | undefined;
|
|
1719
1719
|
}, {
|
|
1720
1720
|
width?: number | null | undefined;
|
|
1721
1721
|
height?: number | null | undefined;
|
|
1722
1722
|
url?: string | null | undefined;
|
|
1723
1723
|
alt?: string | null | undefined;
|
|
1724
1724
|
linkHref?: string | null | undefined;
|
|
1725
|
-
contentAlignment?: "top" | "
|
|
1725
|
+
contentAlignment?: "top" | "bottom" | "middle" | null | undefined;
|
|
1726
1726
|
}>>>;
|
|
1727
1727
|
}, "strip", z.ZodTypeAny, {
|
|
1728
1728
|
style?: {
|
|
@@ -1733,7 +1733,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1733
1733
|
left: number;
|
|
1734
1734
|
} | null | undefined;
|
|
1735
1735
|
backgroundColor?: string | null | undefined;
|
|
1736
|
-
textAlign?: "
|
|
1736
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1737
1737
|
} | null | undefined;
|
|
1738
1738
|
props?: {
|
|
1739
1739
|
width?: number | null | undefined;
|
|
@@ -1741,7 +1741,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1741
1741
|
url?: string | null | undefined;
|
|
1742
1742
|
alt?: string | null | undefined;
|
|
1743
1743
|
linkHref?: string | null | undefined;
|
|
1744
|
-
contentAlignment?: "top" | "
|
|
1744
|
+
contentAlignment?: "top" | "bottom" | "middle" | null | undefined;
|
|
1745
1745
|
} | null | undefined;
|
|
1746
1746
|
}, {
|
|
1747
1747
|
style?: {
|
|
@@ -1752,7 +1752,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1752
1752
|
left: number;
|
|
1753
1753
|
} | null | undefined;
|
|
1754
1754
|
backgroundColor?: string | null | undefined;
|
|
1755
|
-
textAlign?: "
|
|
1755
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1756
1756
|
} | null | undefined;
|
|
1757
1757
|
props?: {
|
|
1758
1758
|
width?: number | null | undefined;
|
|
@@ -1760,7 +1760,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1760
1760
|
url?: string | null | undefined;
|
|
1761
1761
|
alt?: string | null | undefined;
|
|
1762
1762
|
linkHref?: string | null | undefined;
|
|
1763
|
-
contentAlignment?: "top" | "
|
|
1763
|
+
contentAlignment?: "top" | "bottom" | "middle" | null | undefined;
|
|
1764
1764
|
} | null | undefined;
|
|
1765
1765
|
}>;
|
|
1766
1766
|
Spacer: z.ZodObject<{
|
|
@@ -1810,7 +1810,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1810
1810
|
fontSize?: number | null | undefined;
|
|
1811
1811
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1812
1812
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
1813
|
-
textAlign?: "
|
|
1813
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1814
1814
|
padding?: {
|
|
1815
1815
|
top: number;
|
|
1816
1816
|
bottom: number;
|
|
@@ -1823,7 +1823,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1823
1823
|
fontSize?: number | null | undefined;
|
|
1824
1824
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1825
1825
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
1826
|
-
textAlign?: "
|
|
1826
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1827
1827
|
padding?: {
|
|
1828
1828
|
top: number;
|
|
1829
1829
|
bottom: number;
|
|
@@ -1848,7 +1848,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1848
1848
|
fontSize?: number | null | undefined;
|
|
1849
1849
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1850
1850
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
1851
|
-
textAlign?: "
|
|
1851
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1852
1852
|
padding?: {
|
|
1853
1853
|
top: number;
|
|
1854
1854
|
bottom: number;
|
|
@@ -1867,7 +1867,7 @@ declare const ReaderDocumentSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodD
|
|
|
1867
1867
|
fontSize?: number | null | undefined;
|
|
1868
1868
|
fontFamily?: "MODERN_SANS" | "BOOK_SANS" | "ORGANIC_SANS" | "GEOMETRIC_SANS" | "HEAVY_SANS" | "ROUNDED_SANS" | "MODERN_SERIF" | "BOOK_SERIF" | "MONOSPACE" | null | undefined;
|
|
1869
1869
|
fontWeight?: "bold" | "normal" | null | undefined;
|
|
1870
|
-
textAlign?: "
|
|
1870
|
+
textAlign?: "right" | "left" | "center" | null | undefined;
|
|
1871
1871
|
padding?: {
|
|
1872
1872
|
top: number;
|
|
1873
1873
|
bottom: number;
|