email-builder-online 3.5.4 → 3.6.0
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/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.d.ts.map +1 -1
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.d.ts +1 -1
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.d.ts.map +1 -1
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InspectorPillToggleGroup.d.ts +14 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InspectorPillToggleGroup.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PropertyLabelWithWarning.d.ts +9 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PropertyLabelWithWarning.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/cleanDocument.d.ts.map +1 -1
- package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts +15 -6
- package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts.map +1 -1
- package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutPropsSchema.d.ts +4 -4
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/index.d.ts +2 -2
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/index.d.ts.map +1 -1
- package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/EditorBlockWrapper.d.ts.map +1 -1
- package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/TuneMenu.d.ts.map +1 -1
- package/dist/editor-sample/src/documents/editor/EditorContext.d.ts +28 -23
- package/dist/editor-sample/src/documents/editor/EditorContext.d.ts.map +1 -1
- package/dist/editor-sample/src/documents/editor/core.d.ts +74 -56
- package/dist/editor-sample/src/documents/editor/core.d.ts.map +1 -1
- package/dist/editor-sample/src/locales/en-US/common.json.d.ts +1 -1
- package/dist/editor-sample/src/locales/en-US/inspector.json.d.ts +5 -1
- package/dist/editor-sample/src/locales/es-419/common.json.d.ts +1 -1
- package/dist/editor-sample/src/locales/es-419/inspector.json.d.ts +5 -1
- package/dist/editor-sample/src/locales/it-IT/common.json.d.ts +1 -1
- package/dist/editor-sample/src/locales/it-IT/inspector.json.d.ts +5 -1
- package/dist/index.cjs +274 -233
- package/dist/index.mjs +17523 -17226
- package/package.json +1 -1
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/ListEndSlotContext.d.ts +0 -8
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/ListEndSlotContext.d.ts.map +0 -1
|
@@ -144,22 +144,22 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
144
144
|
url: z.ZodString;
|
|
145
145
|
href: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
146
146
|
}, "strip", z.ZodTypeAny, {
|
|
147
|
+
size?: string;
|
|
147
148
|
theme?: string;
|
|
148
149
|
id?: string;
|
|
149
150
|
key?: string;
|
|
150
151
|
label?: string;
|
|
151
152
|
iconName?: string;
|
|
152
|
-
size?: string;
|
|
153
153
|
sizePx?: string;
|
|
154
154
|
url?: string;
|
|
155
155
|
href?: string;
|
|
156
156
|
}, {
|
|
157
|
+
size?: string;
|
|
157
158
|
theme?: string;
|
|
158
159
|
id?: string;
|
|
159
160
|
key?: string;
|
|
160
161
|
label?: string;
|
|
161
162
|
iconName?: string;
|
|
162
|
-
size?: string;
|
|
163
163
|
sizePx?: string;
|
|
164
164
|
url?: string;
|
|
165
165
|
href?: string;
|
|
@@ -308,22 +308,22 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
308
308
|
url: z.ZodString;
|
|
309
309
|
href: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
310
310
|
}, "strip", z.ZodTypeAny, {
|
|
311
|
+
size?: string;
|
|
311
312
|
theme?: string;
|
|
312
313
|
id?: string;
|
|
313
314
|
key?: string;
|
|
314
315
|
label?: string;
|
|
315
316
|
iconName?: string;
|
|
316
|
-
size?: string;
|
|
317
317
|
sizePx?: string;
|
|
318
318
|
url?: string;
|
|
319
319
|
href?: string;
|
|
320
320
|
}, {
|
|
321
|
+
size?: string;
|
|
321
322
|
theme?: string;
|
|
322
323
|
id?: string;
|
|
323
324
|
key?: string;
|
|
324
325
|
label?: string;
|
|
325
326
|
iconName?: string;
|
|
326
|
-
size?: string;
|
|
327
327
|
sizePx?: string;
|
|
328
328
|
url?: string;
|
|
329
329
|
href?: string;
|
|
@@ -472,22 +472,22 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
472
472
|
url: z.ZodString;
|
|
473
473
|
href: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
474
474
|
}, "strip", z.ZodTypeAny, {
|
|
475
|
+
size?: string;
|
|
475
476
|
theme?: string;
|
|
476
477
|
id?: string;
|
|
477
478
|
key?: string;
|
|
478
479
|
label?: string;
|
|
479
480
|
iconName?: string;
|
|
480
|
-
size?: string;
|
|
481
481
|
sizePx?: string;
|
|
482
482
|
url?: string;
|
|
483
483
|
href?: string;
|
|
484
484
|
}, {
|
|
485
|
+
size?: string;
|
|
485
486
|
theme?: string;
|
|
486
487
|
id?: string;
|
|
487
488
|
key?: string;
|
|
488
489
|
label?: string;
|
|
489
490
|
iconName?: string;
|
|
490
|
-
size?: string;
|
|
491
491
|
sizePx?: string;
|
|
492
492
|
url?: string;
|
|
493
493
|
href?: string;
|
|
@@ -715,6 +715,7 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
715
715
|
text: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
716
716
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
717
717
|
}, "strip", z.ZodTypeAny, {
|
|
718
|
+
text?: string;
|
|
718
719
|
size?: "medium" | "small" | "x-small" | {
|
|
719
720
|
left?: number;
|
|
720
721
|
right?: number;
|
|
@@ -734,8 +735,8 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
734
735
|
};
|
|
735
736
|
sizePaddingSidesLinked?: boolean;
|
|
736
737
|
sizeMobilePaddingSidesLinked?: boolean;
|
|
737
|
-
text?: string;
|
|
738
738
|
}, {
|
|
739
|
+
text?: string;
|
|
739
740
|
size?: "medium" | "small" | "x-small" | {
|
|
740
741
|
left?: number;
|
|
741
742
|
right?: number;
|
|
@@ -755,7 +756,6 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
755
756
|
};
|
|
756
757
|
sizePaddingSidesLinked?: boolean;
|
|
757
758
|
sizeMobilePaddingSidesLinked?: boolean;
|
|
758
|
-
text?: string;
|
|
759
759
|
}>>>;
|
|
760
760
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
761
761
|
style: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -978,6 +978,7 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
978
978
|
text: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
979
979
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
980
980
|
}, "strip", z.ZodTypeAny, {
|
|
981
|
+
text?: string;
|
|
981
982
|
size?: "medium" | "small" | "x-small" | {
|
|
982
983
|
left?: number;
|
|
983
984
|
right?: number;
|
|
@@ -997,8 +998,8 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
997
998
|
};
|
|
998
999
|
sizePaddingSidesLinked?: boolean;
|
|
999
1000
|
sizeMobilePaddingSidesLinked?: boolean;
|
|
1000
|
-
text?: string;
|
|
1001
1001
|
}, {
|
|
1002
|
+
text?: string;
|
|
1002
1003
|
size?: "medium" | "small" | "x-small" | {
|
|
1003
1004
|
left?: number;
|
|
1004
1005
|
right?: number;
|
|
@@ -1018,7 +1019,6 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
1018
1019
|
};
|
|
1019
1020
|
sizePaddingSidesLinked?: boolean;
|
|
1020
1021
|
sizeMobilePaddingSidesLinked?: boolean;
|
|
1021
|
-
text?: string;
|
|
1022
1022
|
}>>>;
|
|
1023
1023
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1024
1024
|
style: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -1241,6 +1241,7 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
1241
1241
|
text: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1242
1242
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1243
1243
|
}, "strip", z.ZodTypeAny, {
|
|
1244
|
+
text?: string;
|
|
1244
1245
|
size?: "medium" | "small" | "x-small" | {
|
|
1245
1246
|
left?: number;
|
|
1246
1247
|
right?: number;
|
|
@@ -1260,8 +1261,8 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
1260
1261
|
};
|
|
1261
1262
|
sizePaddingSidesLinked?: boolean;
|
|
1262
1263
|
sizeMobilePaddingSidesLinked?: boolean;
|
|
1263
|
-
text?: string;
|
|
1264
1264
|
}, {
|
|
1265
|
+
text?: string;
|
|
1265
1266
|
size?: "medium" | "small" | "x-small" | {
|
|
1266
1267
|
left?: number;
|
|
1267
1268
|
right?: number;
|
|
@@ -1281,7 +1282,6 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
1281
1282
|
};
|
|
1282
1283
|
sizePaddingSidesLinked?: boolean;
|
|
1283
1284
|
sizeMobilePaddingSidesLinked?: boolean;
|
|
1284
|
-
text?: string;
|
|
1285
1285
|
}>>>;
|
|
1286
1286
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1287
1287
|
Container: z.ZodObject<{
|
|
@@ -1999,12 +1999,14 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
1999
1999
|
layout: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2000
2000
|
contentAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
|
|
2001
2001
|
contentAlignmentMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
|
|
2002
|
+
stackColumnsOnMobile: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2002
2003
|
}, "strip", z.ZodTypeAny, {
|
|
2004
|
+
layout?: string;
|
|
2003
2005
|
fixedWidths?: [number, number, number, ...unknown[]];
|
|
2004
2006
|
columnsCount?: 2 | 3;
|
|
2005
|
-
layout?: string;
|
|
2006
2007
|
contentAlignment?: "top" | "bottom" | "middle";
|
|
2007
2008
|
contentAlignmentMobile?: "top" | "bottom" | "middle";
|
|
2009
|
+
stackColumnsOnMobile?: boolean;
|
|
2008
2010
|
columns?: [{
|
|
2009
2011
|
childrenIds?: string[];
|
|
2010
2012
|
}, {
|
|
@@ -2013,11 +2015,12 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
2013
2015
|
childrenIds?: string[];
|
|
2014
2016
|
}, ...unknown[]];
|
|
2015
2017
|
}, {
|
|
2018
|
+
layout?: string;
|
|
2016
2019
|
fixedWidths?: [number, number, number, ...unknown[]];
|
|
2017
2020
|
columnsCount?: 2 | 3;
|
|
2018
|
-
layout?: string;
|
|
2019
2021
|
contentAlignment?: "top" | "bottom" | "middle";
|
|
2020
2022
|
contentAlignmentMobile?: "top" | "bottom" | "middle";
|
|
2023
|
+
stackColumnsOnMobile?: boolean;
|
|
2021
2024
|
columns?: [{
|
|
2022
2025
|
childrenIds?: string[];
|
|
2023
2026
|
}, {
|
|
@@ -2160,12 +2163,14 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
2160
2163
|
layout: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2161
2164
|
contentAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
|
|
2162
2165
|
contentAlignmentMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
|
|
2166
|
+
stackColumnsOnMobile: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2163
2167
|
}, "strip", z.ZodTypeAny, {
|
|
2168
|
+
layout?: string;
|
|
2164
2169
|
fixedWidths?: [number, number, number, ...unknown[]];
|
|
2165
2170
|
columnsCount?: 2 | 3;
|
|
2166
|
-
layout?: string;
|
|
2167
2171
|
contentAlignment?: "top" | "bottom" | "middle";
|
|
2168
2172
|
contentAlignmentMobile?: "top" | "bottom" | "middle";
|
|
2173
|
+
stackColumnsOnMobile?: boolean;
|
|
2169
2174
|
columns?: [{
|
|
2170
2175
|
childrenIds?: string[];
|
|
2171
2176
|
}, {
|
|
@@ -2174,11 +2179,12 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
2174
2179
|
childrenIds?: string[];
|
|
2175
2180
|
}, ...unknown[]];
|
|
2176
2181
|
}, {
|
|
2182
|
+
layout?: string;
|
|
2177
2183
|
fixedWidths?: [number, number, number, ...unknown[]];
|
|
2178
2184
|
columnsCount?: 2 | 3;
|
|
2179
|
-
layout?: string;
|
|
2180
2185
|
contentAlignment?: "top" | "bottom" | "middle";
|
|
2181
2186
|
contentAlignmentMobile?: "top" | "bottom" | "middle";
|
|
2187
|
+
stackColumnsOnMobile?: boolean;
|
|
2182
2188
|
columns?: [{
|
|
2183
2189
|
childrenIds?: string[];
|
|
2184
2190
|
}, {
|
|
@@ -2321,12 +2327,14 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
2321
2327
|
layout: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2322
2328
|
contentAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
|
|
2323
2329
|
contentAlignmentMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
|
|
2330
|
+
stackColumnsOnMobile: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2324
2331
|
}, "strip", z.ZodTypeAny, {
|
|
2332
|
+
layout?: string;
|
|
2325
2333
|
fixedWidths?: [number, number, number, ...unknown[]];
|
|
2326
2334
|
columnsCount?: 2 | 3;
|
|
2327
|
-
layout?: string;
|
|
2328
2335
|
contentAlignment?: "top" | "bottom" | "middle";
|
|
2329
2336
|
contentAlignmentMobile?: "top" | "bottom" | "middle";
|
|
2337
|
+
stackColumnsOnMobile?: boolean;
|
|
2330
2338
|
columns?: [{
|
|
2331
2339
|
childrenIds?: string[];
|
|
2332
2340
|
}, {
|
|
@@ -2335,11 +2343,12 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
2335
2343
|
childrenIds?: string[];
|
|
2336
2344
|
}, ...unknown[]];
|
|
2337
2345
|
}, {
|
|
2346
|
+
layout?: string;
|
|
2338
2347
|
fixedWidths?: [number, number, number, ...unknown[]];
|
|
2339
2348
|
columnsCount?: 2 | 3;
|
|
2340
|
-
layout?: string;
|
|
2341
2349
|
contentAlignment?: "top" | "bottom" | "middle";
|
|
2342
2350
|
contentAlignmentMobile?: "top" | "bottom" | "middle";
|
|
2351
|
+
stackColumnsOnMobile?: boolean;
|
|
2343
2352
|
columns?: [{
|
|
2344
2353
|
childrenIds?: string[];
|
|
2345
2354
|
}, {
|
|
@@ -2438,8 +2447,8 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
2438
2447
|
top?: number;
|
|
2439
2448
|
bottom?: number;
|
|
2440
2449
|
};
|
|
2441
|
-
fontFamily?: "MODERN_SANS" | "LATO" | "MERRIWEATHER" | "MONTSERRAT" | "OPEN_SANS" | "OSWALD" | "PACIFICO" | "PLAYFAIR" | "ROBOTO" | "INHERIT";
|
|
2442
2450
|
color?: string;
|
|
2451
|
+
fontFamily?: "MODERN_SANS" | "LATO" | "MERRIWEATHER" | "MONTSERRAT" | "OPEN_SANS" | "OSWALD" | "PACIFICO" | "PLAYFAIR" | "ROBOTO" | "INHERIT";
|
|
2443
2452
|
fontWeight?: "bold" | "normal";
|
|
2444
2453
|
textAlign?: "left" | "center" | "right";
|
|
2445
2454
|
} & {
|
|
@@ -2458,8 +2467,8 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
2458
2467
|
top?: number;
|
|
2459
2468
|
bottom?: number;
|
|
2460
2469
|
};
|
|
2461
|
-
fontFamily?: "MODERN_SANS" | "LATO" | "MERRIWEATHER" | "MONTSERRAT" | "OPEN_SANS" | "OSWALD" | "PACIFICO" | "PLAYFAIR" | "ROBOTO" | "INHERIT";
|
|
2462
2470
|
color?: string;
|
|
2471
|
+
fontFamily?: "MODERN_SANS" | "LATO" | "MERRIWEATHER" | "MONTSERRAT" | "OPEN_SANS" | "OSWALD" | "PACIFICO" | "PLAYFAIR" | "ROBOTO" | "INHERIT";
|
|
2463
2472
|
fontWeight?: "bold" | "normal";
|
|
2464
2473
|
textAlign?: "left" | "center" | "right";
|
|
2465
2474
|
} & {
|
|
@@ -2554,8 +2563,8 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
2554
2563
|
top?: number;
|
|
2555
2564
|
bottom?: number;
|
|
2556
2565
|
};
|
|
2557
|
-
fontFamily?: any;
|
|
2558
2566
|
color?: string;
|
|
2567
|
+
fontFamily?: any;
|
|
2559
2568
|
fontSize?: number;
|
|
2560
2569
|
textAlign?: "left" | "center" | "right";
|
|
2561
2570
|
} & {
|
|
@@ -2573,8 +2582,8 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
2573
2582
|
top?: number;
|
|
2574
2583
|
bottom?: number;
|
|
2575
2584
|
};
|
|
2576
|
-
fontFamily?: any;
|
|
2577
2585
|
color?: string;
|
|
2586
|
+
fontFamily?: any;
|
|
2578
2587
|
fontSize?: number;
|
|
2579
2588
|
textAlign?: "left" | "center" | "right";
|
|
2580
2589
|
} & {
|
|
@@ -3362,9 +3371,9 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
3362
3371
|
top?: number;
|
|
3363
3372
|
bottom?: number;
|
|
3364
3373
|
};
|
|
3374
|
+
color?: string;
|
|
3365
3375
|
borderColor?: string;
|
|
3366
3376
|
fontFamily?: any;
|
|
3367
|
-
color?: string;
|
|
3368
3377
|
fontSize?: number;
|
|
3369
3378
|
fontWeight?: "bold" | "normal";
|
|
3370
3379
|
textAlign?: "left" | "center" | "right" | "justify";
|
|
@@ -3395,9 +3404,9 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
3395
3404
|
top?: number;
|
|
3396
3405
|
bottom?: number;
|
|
3397
3406
|
};
|
|
3407
|
+
color?: string;
|
|
3398
3408
|
borderColor?: string;
|
|
3399
3409
|
fontFamily?: any;
|
|
3400
|
-
color?: string;
|
|
3401
3410
|
fontSize?: number;
|
|
3402
3411
|
fontWeight?: "bold" | "normal";
|
|
3403
3412
|
textAlign?: "left" | "center" | "right" | "justify";
|
|
@@ -3432,11 +3441,11 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
3432
3441
|
linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3433
3442
|
underline: z.ZodBoolean;
|
|
3434
3443
|
}, "strip", z.ZodTypeAny, {
|
|
3435
|
-
linkColor?: string;
|
|
3436
3444
|
underline?: boolean;
|
|
3437
|
-
}, {
|
|
3438
3445
|
linkColor?: string;
|
|
3446
|
+
}, {
|
|
3439
3447
|
underline?: boolean;
|
|
3448
|
+
linkColor?: string;
|
|
3440
3449
|
}>>>;
|
|
3441
3450
|
showVersion: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3442
3451
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3447,8 +3456,8 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
3447
3456
|
textColor?: string;
|
|
3448
3457
|
childrenIds?: string[];
|
|
3449
3458
|
linkGlobal?: {
|
|
3450
|
-
linkColor?: string;
|
|
3451
3459
|
underline?: boolean;
|
|
3460
|
+
linkColor?: string;
|
|
3452
3461
|
};
|
|
3453
3462
|
showVersion?: boolean;
|
|
3454
3463
|
fontFamily?: any;
|
|
@@ -3460,8 +3469,8 @@ declare const EDITOR_DICTIONARY: import('../../../../document-core/src').Documen
|
|
|
3460
3469
|
textColor?: string;
|
|
3461
3470
|
childrenIds?: string[];
|
|
3462
3471
|
linkGlobal?: {
|
|
3463
|
-
linkColor?: string;
|
|
3464
3472
|
underline?: boolean;
|
|
3473
|
+
linkColor?: string;
|
|
3465
3474
|
};
|
|
3466
3475
|
showVersion?: boolean;
|
|
3467
3476
|
fontFamily?: any;
|
|
@@ -4031,22 +4040,22 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
4031
4040
|
url: z.ZodString;
|
|
4032
4041
|
href: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4033
4042
|
}, "strip", z.ZodTypeAny, {
|
|
4043
|
+
size?: string;
|
|
4034
4044
|
theme?: string;
|
|
4035
4045
|
id?: string;
|
|
4036
4046
|
key?: string;
|
|
4037
4047
|
label?: string;
|
|
4038
4048
|
iconName?: string;
|
|
4039
|
-
size?: string;
|
|
4040
4049
|
sizePx?: string;
|
|
4041
4050
|
url?: string;
|
|
4042
4051
|
href?: string;
|
|
4043
4052
|
}, {
|
|
4053
|
+
size?: string;
|
|
4044
4054
|
theme?: string;
|
|
4045
4055
|
id?: string;
|
|
4046
4056
|
key?: string;
|
|
4047
4057
|
label?: string;
|
|
4048
4058
|
iconName?: string;
|
|
4049
|
-
size?: string;
|
|
4050
4059
|
sizePx?: string;
|
|
4051
4060
|
url?: string;
|
|
4052
4061
|
href?: string;
|
|
@@ -4195,22 +4204,22 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
4195
4204
|
url: z.ZodString;
|
|
4196
4205
|
href: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4197
4206
|
}, "strip", z.ZodTypeAny, {
|
|
4207
|
+
size?: string;
|
|
4198
4208
|
theme?: string;
|
|
4199
4209
|
id?: string;
|
|
4200
4210
|
key?: string;
|
|
4201
4211
|
label?: string;
|
|
4202
4212
|
iconName?: string;
|
|
4203
|
-
size?: string;
|
|
4204
4213
|
sizePx?: string;
|
|
4205
4214
|
url?: string;
|
|
4206
4215
|
href?: string;
|
|
4207
4216
|
}, {
|
|
4217
|
+
size?: string;
|
|
4208
4218
|
theme?: string;
|
|
4209
4219
|
id?: string;
|
|
4210
4220
|
key?: string;
|
|
4211
4221
|
label?: string;
|
|
4212
4222
|
iconName?: string;
|
|
4213
|
-
size?: string;
|
|
4214
4223
|
sizePx?: string;
|
|
4215
4224
|
url?: string;
|
|
4216
4225
|
href?: string;
|
|
@@ -4359,22 +4368,22 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
4359
4368
|
url: z.ZodString;
|
|
4360
4369
|
href: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4361
4370
|
}, "strip", z.ZodTypeAny, {
|
|
4371
|
+
size?: string;
|
|
4362
4372
|
theme?: string;
|
|
4363
4373
|
id?: string;
|
|
4364
4374
|
key?: string;
|
|
4365
4375
|
label?: string;
|
|
4366
4376
|
iconName?: string;
|
|
4367
|
-
size?: string;
|
|
4368
4377
|
sizePx?: string;
|
|
4369
4378
|
url?: string;
|
|
4370
4379
|
href?: string;
|
|
4371
4380
|
}, {
|
|
4381
|
+
size?: string;
|
|
4372
4382
|
theme?: string;
|
|
4373
4383
|
id?: string;
|
|
4374
4384
|
key?: string;
|
|
4375
4385
|
label?: string;
|
|
4376
4386
|
iconName?: string;
|
|
4377
|
-
size?: string;
|
|
4378
4387
|
sizePx?: string;
|
|
4379
4388
|
url?: string;
|
|
4380
4389
|
href?: string;
|
|
@@ -4602,6 +4611,7 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
4602
4611
|
text: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4603
4612
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4604
4613
|
}, "strip", z.ZodTypeAny, {
|
|
4614
|
+
text?: string;
|
|
4605
4615
|
size?: "medium" | "small" | "x-small" | {
|
|
4606
4616
|
left?: number;
|
|
4607
4617
|
right?: number;
|
|
@@ -4621,8 +4631,8 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
4621
4631
|
};
|
|
4622
4632
|
sizePaddingSidesLinked?: boolean;
|
|
4623
4633
|
sizeMobilePaddingSidesLinked?: boolean;
|
|
4624
|
-
text?: string;
|
|
4625
4634
|
}, {
|
|
4635
|
+
text?: string;
|
|
4626
4636
|
size?: "medium" | "small" | "x-small" | {
|
|
4627
4637
|
left?: number;
|
|
4628
4638
|
right?: number;
|
|
@@ -4642,7 +4652,6 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
4642
4652
|
};
|
|
4643
4653
|
sizePaddingSidesLinked?: boolean;
|
|
4644
4654
|
sizeMobilePaddingSidesLinked?: boolean;
|
|
4645
|
-
text?: string;
|
|
4646
4655
|
}>>>;
|
|
4647
4656
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
4648
4657
|
style: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -4865,6 +4874,7 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
4865
4874
|
text: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4866
4875
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4867
4876
|
}, "strip", z.ZodTypeAny, {
|
|
4877
|
+
text?: string;
|
|
4868
4878
|
size?: "medium" | "small" | "x-small" | {
|
|
4869
4879
|
left?: number;
|
|
4870
4880
|
right?: number;
|
|
@@ -4884,8 +4894,8 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
4884
4894
|
};
|
|
4885
4895
|
sizePaddingSidesLinked?: boolean;
|
|
4886
4896
|
sizeMobilePaddingSidesLinked?: boolean;
|
|
4887
|
-
text?: string;
|
|
4888
4897
|
}, {
|
|
4898
|
+
text?: string;
|
|
4889
4899
|
size?: "medium" | "small" | "x-small" | {
|
|
4890
4900
|
left?: number;
|
|
4891
4901
|
right?: number;
|
|
@@ -4905,7 +4915,6 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
4905
4915
|
};
|
|
4906
4916
|
sizePaddingSidesLinked?: boolean;
|
|
4907
4917
|
sizeMobilePaddingSidesLinked?: boolean;
|
|
4908
|
-
text?: string;
|
|
4909
4918
|
}>>>;
|
|
4910
4919
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
4911
4920
|
style: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -5128,6 +5137,7 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
5128
5137
|
text: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5129
5138
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5130
5139
|
}, "strip", z.ZodTypeAny, {
|
|
5140
|
+
text?: string;
|
|
5131
5141
|
size?: "medium" | "small" | "x-small" | {
|
|
5132
5142
|
left?: number;
|
|
5133
5143
|
right?: number;
|
|
@@ -5147,8 +5157,8 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
5147
5157
|
};
|
|
5148
5158
|
sizePaddingSidesLinked?: boolean;
|
|
5149
5159
|
sizeMobilePaddingSidesLinked?: boolean;
|
|
5150
|
-
text?: string;
|
|
5151
5160
|
}, {
|
|
5161
|
+
text?: string;
|
|
5152
5162
|
size?: "medium" | "small" | "x-small" | {
|
|
5153
5163
|
left?: number;
|
|
5154
5164
|
right?: number;
|
|
@@ -5168,7 +5178,6 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
5168
5178
|
};
|
|
5169
5179
|
sizePaddingSidesLinked?: boolean;
|
|
5170
5180
|
sizeMobilePaddingSidesLinked?: boolean;
|
|
5171
|
-
text?: string;
|
|
5172
5181
|
}>>>;
|
|
5173
5182
|
}, z.ZodTypeAny, "passthrough">>;
|
|
5174
5183
|
Container: z.ZodObject<{
|
|
@@ -5886,12 +5895,14 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
5886
5895
|
layout: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5887
5896
|
contentAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
|
|
5888
5897
|
contentAlignmentMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
|
|
5898
|
+
stackColumnsOnMobile: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
5889
5899
|
}, "strip", z.ZodTypeAny, {
|
|
5900
|
+
layout?: string;
|
|
5890
5901
|
fixedWidths?: [number, number, number, ...unknown[]];
|
|
5891
5902
|
columnsCount?: 2 | 3;
|
|
5892
|
-
layout?: string;
|
|
5893
5903
|
contentAlignment?: "top" | "bottom" | "middle";
|
|
5894
5904
|
contentAlignmentMobile?: "top" | "bottom" | "middle";
|
|
5905
|
+
stackColumnsOnMobile?: boolean;
|
|
5895
5906
|
columns?: [{
|
|
5896
5907
|
childrenIds?: string[];
|
|
5897
5908
|
}, {
|
|
@@ -5900,11 +5911,12 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
5900
5911
|
childrenIds?: string[];
|
|
5901
5912
|
}, ...unknown[]];
|
|
5902
5913
|
}, {
|
|
5914
|
+
layout?: string;
|
|
5903
5915
|
fixedWidths?: [number, number, number, ...unknown[]];
|
|
5904
5916
|
columnsCount?: 2 | 3;
|
|
5905
|
-
layout?: string;
|
|
5906
5917
|
contentAlignment?: "top" | "bottom" | "middle";
|
|
5907
5918
|
contentAlignmentMobile?: "top" | "bottom" | "middle";
|
|
5919
|
+
stackColumnsOnMobile?: boolean;
|
|
5908
5920
|
columns?: [{
|
|
5909
5921
|
childrenIds?: string[];
|
|
5910
5922
|
}, {
|
|
@@ -6047,12 +6059,14 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
6047
6059
|
layout: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6048
6060
|
contentAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
|
|
6049
6061
|
contentAlignmentMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
|
|
6062
|
+
stackColumnsOnMobile: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
6050
6063
|
}, "strip", z.ZodTypeAny, {
|
|
6064
|
+
layout?: string;
|
|
6051
6065
|
fixedWidths?: [number, number, number, ...unknown[]];
|
|
6052
6066
|
columnsCount?: 2 | 3;
|
|
6053
|
-
layout?: string;
|
|
6054
6067
|
contentAlignment?: "top" | "bottom" | "middle";
|
|
6055
6068
|
contentAlignmentMobile?: "top" | "bottom" | "middle";
|
|
6069
|
+
stackColumnsOnMobile?: boolean;
|
|
6056
6070
|
columns?: [{
|
|
6057
6071
|
childrenIds?: string[];
|
|
6058
6072
|
}, {
|
|
@@ -6061,11 +6075,12 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
6061
6075
|
childrenIds?: string[];
|
|
6062
6076
|
}, ...unknown[]];
|
|
6063
6077
|
}, {
|
|
6078
|
+
layout?: string;
|
|
6064
6079
|
fixedWidths?: [number, number, number, ...unknown[]];
|
|
6065
6080
|
columnsCount?: 2 | 3;
|
|
6066
|
-
layout?: string;
|
|
6067
6081
|
contentAlignment?: "top" | "bottom" | "middle";
|
|
6068
6082
|
contentAlignmentMobile?: "top" | "bottom" | "middle";
|
|
6083
|
+
stackColumnsOnMobile?: boolean;
|
|
6069
6084
|
columns?: [{
|
|
6070
6085
|
childrenIds?: string[];
|
|
6071
6086
|
}, {
|
|
@@ -6208,12 +6223,14 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
6208
6223
|
layout: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6209
6224
|
contentAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
|
|
6210
6225
|
contentAlignmentMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
|
|
6226
|
+
stackColumnsOnMobile: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
6211
6227
|
}, "strip", z.ZodTypeAny, {
|
|
6228
|
+
layout?: string;
|
|
6212
6229
|
fixedWidths?: [number, number, number, ...unknown[]];
|
|
6213
6230
|
columnsCount?: 2 | 3;
|
|
6214
|
-
layout?: string;
|
|
6215
6231
|
contentAlignment?: "top" | "bottom" | "middle";
|
|
6216
6232
|
contentAlignmentMobile?: "top" | "bottom" | "middle";
|
|
6233
|
+
stackColumnsOnMobile?: boolean;
|
|
6217
6234
|
columns?: [{
|
|
6218
6235
|
childrenIds?: string[];
|
|
6219
6236
|
}, {
|
|
@@ -6222,11 +6239,12 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
6222
6239
|
childrenIds?: string[];
|
|
6223
6240
|
}, ...unknown[]];
|
|
6224
6241
|
}, {
|
|
6242
|
+
layout?: string;
|
|
6225
6243
|
fixedWidths?: [number, number, number, ...unknown[]];
|
|
6226
6244
|
columnsCount?: 2 | 3;
|
|
6227
|
-
layout?: string;
|
|
6228
6245
|
contentAlignment?: "top" | "bottom" | "middle";
|
|
6229
6246
|
contentAlignmentMobile?: "top" | "bottom" | "middle";
|
|
6247
|
+
stackColumnsOnMobile?: boolean;
|
|
6230
6248
|
columns?: [{
|
|
6231
6249
|
childrenIds?: string[];
|
|
6232
6250
|
}, {
|
|
@@ -6325,8 +6343,8 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
6325
6343
|
top?: number;
|
|
6326
6344
|
bottom?: number;
|
|
6327
6345
|
};
|
|
6328
|
-
fontFamily?: "MODERN_SANS" | "LATO" | "MERRIWEATHER" | "MONTSERRAT" | "OPEN_SANS" | "OSWALD" | "PACIFICO" | "PLAYFAIR" | "ROBOTO" | "INHERIT";
|
|
6329
6346
|
color?: string;
|
|
6347
|
+
fontFamily?: "MODERN_SANS" | "LATO" | "MERRIWEATHER" | "MONTSERRAT" | "OPEN_SANS" | "OSWALD" | "PACIFICO" | "PLAYFAIR" | "ROBOTO" | "INHERIT";
|
|
6330
6348
|
fontWeight?: "bold" | "normal";
|
|
6331
6349
|
textAlign?: "left" | "center" | "right";
|
|
6332
6350
|
} & {
|
|
@@ -6345,8 +6363,8 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
6345
6363
|
top?: number;
|
|
6346
6364
|
bottom?: number;
|
|
6347
6365
|
};
|
|
6348
|
-
fontFamily?: "MODERN_SANS" | "LATO" | "MERRIWEATHER" | "MONTSERRAT" | "OPEN_SANS" | "OSWALD" | "PACIFICO" | "PLAYFAIR" | "ROBOTO" | "INHERIT";
|
|
6349
6366
|
color?: string;
|
|
6367
|
+
fontFamily?: "MODERN_SANS" | "LATO" | "MERRIWEATHER" | "MONTSERRAT" | "OPEN_SANS" | "OSWALD" | "PACIFICO" | "PLAYFAIR" | "ROBOTO" | "INHERIT";
|
|
6350
6368
|
fontWeight?: "bold" | "normal";
|
|
6351
6369
|
textAlign?: "left" | "center" | "right";
|
|
6352
6370
|
} & {
|
|
@@ -6441,8 +6459,8 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
6441
6459
|
top?: number;
|
|
6442
6460
|
bottom?: number;
|
|
6443
6461
|
};
|
|
6444
|
-
fontFamily?: any;
|
|
6445
6462
|
color?: string;
|
|
6463
|
+
fontFamily?: any;
|
|
6446
6464
|
fontSize?: number;
|
|
6447
6465
|
textAlign?: "left" | "center" | "right";
|
|
6448
6466
|
} & {
|
|
@@ -6460,8 +6478,8 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
6460
6478
|
top?: number;
|
|
6461
6479
|
bottom?: number;
|
|
6462
6480
|
};
|
|
6463
|
-
fontFamily?: any;
|
|
6464
6481
|
color?: string;
|
|
6482
|
+
fontFamily?: any;
|
|
6465
6483
|
fontSize?: number;
|
|
6466
6484
|
textAlign?: "left" | "center" | "right";
|
|
6467
6485
|
} & {
|
|
@@ -7249,9 +7267,9 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
7249
7267
|
top?: number;
|
|
7250
7268
|
bottom?: number;
|
|
7251
7269
|
};
|
|
7270
|
+
color?: string;
|
|
7252
7271
|
borderColor?: string;
|
|
7253
7272
|
fontFamily?: any;
|
|
7254
|
-
color?: string;
|
|
7255
7273
|
fontSize?: number;
|
|
7256
7274
|
fontWeight?: "bold" | "normal";
|
|
7257
7275
|
textAlign?: "left" | "center" | "right" | "justify";
|
|
@@ -7282,9 +7300,9 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
7282
7300
|
top?: number;
|
|
7283
7301
|
bottom?: number;
|
|
7284
7302
|
};
|
|
7303
|
+
color?: string;
|
|
7285
7304
|
borderColor?: string;
|
|
7286
7305
|
fontFamily?: any;
|
|
7287
|
-
color?: string;
|
|
7288
7306
|
fontSize?: number;
|
|
7289
7307
|
fontWeight?: "bold" | "normal";
|
|
7290
7308
|
textAlign?: "left" | "center" | "right" | "justify";
|
|
@@ -7319,11 +7337,11 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
7319
7337
|
linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7320
7338
|
underline: z.ZodBoolean;
|
|
7321
7339
|
}, "strip", z.ZodTypeAny, {
|
|
7322
|
-
linkColor?: string;
|
|
7323
7340
|
underline?: boolean;
|
|
7324
|
-
}, {
|
|
7325
7341
|
linkColor?: string;
|
|
7342
|
+
}, {
|
|
7326
7343
|
underline?: boolean;
|
|
7344
|
+
linkColor?: string;
|
|
7327
7345
|
}>>>;
|
|
7328
7346
|
showVersion: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
7329
7347
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7334,8 +7352,8 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
7334
7352
|
textColor?: string;
|
|
7335
7353
|
childrenIds?: string[];
|
|
7336
7354
|
linkGlobal?: {
|
|
7337
|
-
linkColor?: string;
|
|
7338
7355
|
underline?: boolean;
|
|
7356
|
+
linkColor?: string;
|
|
7339
7357
|
};
|
|
7340
7358
|
showVersion?: boolean;
|
|
7341
7359
|
fontFamily?: any;
|
|
@@ -7347,8 +7365,8 @@ export declare const EditorBlock: (props: BlockConfiguration<{
|
|
|
7347
7365
|
textColor?: string;
|
|
7348
7366
|
childrenIds?: string[];
|
|
7349
7367
|
linkGlobal?: {
|
|
7350
|
-
linkColor?: string;
|
|
7351
7368
|
underline?: boolean;
|
|
7369
|
+
linkColor?: string;
|
|
7352
7370
|
};
|
|
7353
7371
|
showVersion?: boolean;
|
|
7354
7372
|
fontFamily?: any;
|