monto-email-builder 1.2.4 → 1.2.6

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.
Files changed (50) hide show
  1. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.d.ts.map +1 -1
  2. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/DividerSidebarPanel.d.ts.map +1 -1
  3. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/EmailLayoutSidebarPanel.d.ts.map +1 -1
  4. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/ImageSidebarPanel.d.ts.map +1 -1
  5. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/SocialsSidebarPanel.d.ts.map +1 -1
  6. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/SpacerSidebarPanel.d.ts.map +1 -1
  7. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/TextSidebarPanel.d.ts.map +1 -1
  8. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/VideoSidebarPanel.d.ts.map +1 -1
  9. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/BaseColorInput.d.ts.map +1 -1
  10. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColumnWidthsInput.d.ts.map +1 -1
  11. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontSizeInput.d.ts.map +1 -1
  12. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LetterSpacingInput.d.ts.map +1 -1
  13. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PaddingInput.d.ts.map +1 -1
  14. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/RadioGroupInput.d.ts.map +1 -1
  15. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextAlignInput.d.ts.map +1 -1
  16. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextFormatGroup.d.ts.map +1 -1
  17. package/dist/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/SingleStylePropertyPanel.d.ts.map +1 -1
  18. package/dist/App/InspectorDrawer/ToggleInspectorPanelButton.d.ts.map +1 -1
  19. package/dist/App/LanguageSwitcher/index.d.ts.map +1 -1
  20. package/dist/App/SamplesDrawer/ToggleSamplesPanelButton.d.ts.map +1 -1
  21. package/dist/App/SamplesDrawer/index.d.ts.map +1 -1
  22. package/dist/App/TemplatePanel/DownloadJson/index.d.ts.map +1 -1
  23. package/dist/App/TemplatePanel/ImportJson/index.d.ts.map +1 -1
  24. package/dist/App/TemplatePanel/MainTabsGroup.d.ts.map +1 -1
  25. package/dist/App/TemplatePanel/RedoButton/index.d.ts.map +1 -1
  26. package/dist/App/TemplatePanel/SaveAndExitButton.d.ts.map +1 -1
  27. package/dist/App/TemplatePanel/SaveButton.d.ts.map +1 -1
  28. package/dist/App/TemplatePanel/ShareButton.d.ts.map +1 -1
  29. package/dist/App/TemplatePanel/UndoButton/index.d.ts.map +1 -1
  30. package/dist/App/TemplatePanel/index.d.ts.map +1 -1
  31. package/dist/HtmlEditor/index.d.ts.map +1 -1
  32. package/dist/chunks/{chunk-_7XTjFEi.js → chunk-Ba6ezsDi.js} +33 -23
  33. package/dist/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts +10 -10
  34. package/dist/documents/blocks/Container/ContainerPropsSchema.d.ts +4 -4
  35. package/dist/documents/blocks/Image/ImageEditor.d.ts.map +1 -1
  36. package/dist/documents/blocks/Socials/SocialsPropsSchema.d.ts +14 -14
  37. package/dist/documents/blocks/Video/VideoEditor.d.ts.map +1 -1
  38. package/dist/documents/blocks/Video/VideoPropsSchema.d.ts +14 -14
  39. package/dist/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/DividerButton.d.ts.map +1 -1
  40. package/dist/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/PlaceholderButton.d.ts.map +1 -1
  41. package/dist/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/buttons.d.ts.map +1 -1
  42. package/dist/documents/blocks/helpers/block-wrappers/EditorBlockWrapper.d.ts.map +1 -1
  43. package/dist/documents/blocks/helpers/block-wrappers/TuneMenu.d.ts.map +1 -1
  44. package/dist/documents/editor/EditorContext.d.ts +1 -1
  45. package/dist/documents/editor/core.d.ts +126 -126
  46. package/dist/html-editor.js +115 -109
  47. package/dist/index.js +2521 -2455
  48. package/dist/utils/resolveMuiIcon.d.ts +3 -0
  49. package/dist/utils/resolveMuiIcon.d.ts.map +1 -0
  50. package/package.json +1 -1
@@ -170,9 +170,6 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
170
170
  childrenIds?: string[] | null | undefined;
171
171
  }>>>;
172
172
  }, "strip", z.ZodTypeAny, {
173
- props?: {
174
- childrenIds?: string[] | null | undefined;
175
- } | null | undefined;
176
173
  style?: {
177
174
  backgroundColor?: string | null | undefined;
178
175
  borderColor?: string | null | undefined;
@@ -184,10 +181,10 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
184
181
  left: number;
185
182
  } | null | undefined;
186
183
  } | null | undefined;
187
- }, {
188
184
  props?: {
189
185
  childrenIds?: string[] | null | undefined;
190
186
  } | null | undefined;
187
+ }, {
191
188
  style?: {
192
189
  backgroundColor?: string | null | undefined;
193
190
  borderColor?: string | null | undefined;
@@ -199,6 +196,9 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
199
196
  left: number;
200
197
  } | null | undefined;
201
198
  } | null | undefined;
199
+ props?: {
200
+ childrenIds?: string[] | null | undefined;
201
+ } | null | undefined;
202
202
  }>;
203
203
  ColumnsContainer: z.ZodObject<{
204
204
  style: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -266,15 +266,6 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
266
266
  contentAlignment?: "bottom" | "top" | "stretch" | "middle" | null | undefined;
267
267
  }>>>;
268
268
  }, "strip", z.ZodTypeAny, {
269
- props?: {
270
- columns: {
271
- childrenIds: string[];
272
- }[];
273
- columnsCount?: number | null | undefined;
274
- fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined;
275
- columnsGap?: number | null | undefined;
276
- contentAlignment?: "bottom" | "top" | "stretch" | "middle" | null | undefined;
277
- } | null | undefined;
278
269
  style?: {
279
270
  backgroundColor?: string | null | undefined;
280
271
  padding?: {
@@ -284,7 +275,6 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
284
275
  left: number;
285
276
  } | null | undefined;
286
277
  } | null | undefined;
287
- }, {
288
278
  props?: {
289
279
  columns: {
290
280
  childrenIds: string[];
@@ -294,6 +284,7 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
294
284
  columnsGap?: number | null | undefined;
295
285
  contentAlignment?: "bottom" | "top" | "stretch" | "middle" | null | undefined;
296
286
  } | null | undefined;
287
+ }, {
297
288
  style?: {
298
289
  backgroundColor?: string | null | undefined;
299
290
  padding?: {
@@ -303,6 +294,15 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
303
294
  left: number;
304
295
  } | null | undefined;
305
296
  } | null | undefined;
297
+ props?: {
298
+ columns: {
299
+ childrenIds: string[];
300
+ }[];
301
+ columnsCount?: number | null | undefined;
302
+ fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined;
303
+ columnsGap?: number | null | undefined;
304
+ contentAlignment?: "bottom" | "top" | "stretch" | "middle" | null | undefined;
305
+ } | null | undefined;
306
306
  }>;
307
307
  Heading: z.ZodObject<{
308
308
  props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -650,7 +650,7 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
650
650
  textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<["left", "center", "right"]>>>;
651
651
  }, "strip", z.ZodTypeAny, {
652
652
  backgroundColor?: string | null | undefined;
653
- textAlign?: "left" | "right" | "center" | null | undefined;
653
+ textAlign?: "center" | "left" | "right" | null | undefined;
654
654
  padding?: {
655
655
  bottom: number;
656
656
  left: number;
@@ -659,7 +659,7 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
659
659
  } | null | undefined;
660
660
  }, {
661
661
  backgroundColor?: string | null | undefined;
662
- textAlign?: "left" | "right" | "center" | null | undefined;
662
+ textAlign?: "center" | "left" | "right" | null | undefined;
663
663
  padding?: {
664
664
  bottom: number;
665
665
  left: number;
@@ -668,6 +668,16 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
668
668
  } | null | undefined;
669
669
  }>>>;
670
670
  }, "strip", z.ZodTypeAny, {
671
+ style?: {
672
+ backgroundColor?: string | null | undefined;
673
+ textAlign?: "center" | "left" | "right" | null | undefined;
674
+ padding?: {
675
+ bottom: number;
676
+ left: number;
677
+ right: number;
678
+ top: number;
679
+ } | null | undefined;
680
+ } | null | undefined;
671
681
  props?: {
672
682
  height?: string | null | undefined;
673
683
  width?: string | null | undefined;
@@ -680,9 +690,10 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
680
690
  contentAlignment?: "bottom" | "top" | "middle" | null | undefined;
681
691
  linkHref?: string | null | undefined;
682
692
  } | null | undefined;
693
+ }, {
683
694
  style?: {
684
695
  backgroundColor?: string | null | undefined;
685
- textAlign?: "left" | "right" | "center" | null | undefined;
696
+ textAlign?: "center" | "left" | "right" | null | undefined;
686
697
  padding?: {
687
698
  bottom: number;
688
699
  left: number;
@@ -690,7 +701,6 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
690
701
  top: number;
691
702
  } | null | undefined;
692
703
  } | null | undefined;
693
- }, {
694
704
  props?: {
695
705
  height?: string | null | undefined;
696
706
  width?: string | null | undefined;
@@ -703,16 +713,6 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
703
713
  contentAlignment?: "bottom" | "top" | "middle" | null | undefined;
704
714
  linkHref?: string | null | undefined;
705
715
  } | null | undefined;
706
- style?: {
707
- backgroundColor?: string | null | undefined;
708
- textAlign?: "left" | "right" | "center" | null | undefined;
709
- padding?: {
710
- bottom: number;
711
- left: number;
712
- right: number;
713
- top: number;
714
- } | null | undefined;
715
- } | null | undefined;
716
716
  }>;
717
717
  Text: z.ZodObject<{
718
718
  style: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -1225,7 +1225,7 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
1225
1225
  textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<["left", "center", "right"]>>>;
1226
1226
  }, "strip", z.ZodTypeAny, {
1227
1227
  backgroundColor?: string | null | undefined;
1228
- textAlign?: "left" | "right" | "center" | null | undefined;
1228
+ textAlign?: "center" | "left" | "right" | null | undefined;
1229
1229
  padding?: {
1230
1230
  bottom: number;
1231
1231
  left: number;
@@ -1234,7 +1234,7 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
1234
1234
  } | null | undefined;
1235
1235
  }, {
1236
1236
  backgroundColor?: string | null | undefined;
1237
- textAlign?: "left" | "right" | "center" | null | undefined;
1237
+ textAlign?: "center" | "left" | "right" | null | undefined;
1238
1238
  padding?: {
1239
1239
  bottom: number;
1240
1240
  left: number;
@@ -1243,18 +1243,9 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
1243
1243
  } | null | undefined;
1244
1244
  }>>>;
1245
1245
  }, "strip", z.ZodTypeAny, {
1246
- props?: {
1247
- platforms?: ("x" | "facebook" | "instagram" | "linkedin" | "youtube" | "tiktok" | "snapchat" | "whatsapp" | "telegram" | "discord" | "reddit" | "twitch" | "threads")[] | null | undefined;
1248
- iconStyle?: "standard" | "no-border-black" | "no-border-white" | "origin-colorful" | "with-border-black" | "with-border-white" | "with-border-line-colorful" | "with-border-line-black" | "with-border-line-white" | null | undefined;
1249
- iconSize?: number | null | undefined;
1250
- socials?: {
1251
- platform: "x" | "facebook" | "instagram" | "linkedin" | "youtube" | "tiktok" | "snapchat" | "whatsapp" | "telegram" | "discord" | "reddit" | "twitch" | "threads";
1252
- url?: string | null | undefined;
1253
- }[] | null | undefined;
1254
- } | null | undefined;
1255
1246
  style?: {
1256
1247
  backgroundColor?: string | null | undefined;
1257
- textAlign?: "left" | "right" | "center" | null | undefined;
1248
+ textAlign?: "center" | "left" | "right" | null | undefined;
1258
1249
  padding?: {
1259
1250
  bottom: number;
1260
1251
  left: number;
@@ -1262,7 +1253,6 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
1262
1253
  top: number;
1263
1254
  } | null | undefined;
1264
1255
  } | null | undefined;
1265
- }, {
1266
1256
  props?: {
1267
1257
  platforms?: ("x" | "facebook" | "instagram" | "linkedin" | "youtube" | "tiktok" | "snapchat" | "whatsapp" | "telegram" | "discord" | "reddit" | "twitch" | "threads")[] | null | undefined;
1268
1258
  iconStyle?: "standard" | "no-border-black" | "no-border-white" | "origin-colorful" | "with-border-black" | "with-border-white" | "with-border-line-colorful" | "with-border-line-black" | "with-border-line-white" | null | undefined;
@@ -1272,9 +1262,10 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
1272
1262
  url?: string | null | undefined;
1273
1263
  }[] | null | undefined;
1274
1264
  } | null | undefined;
1265
+ }, {
1275
1266
  style?: {
1276
1267
  backgroundColor?: string | null | undefined;
1277
- textAlign?: "left" | "right" | "center" | null | undefined;
1268
+ textAlign?: "center" | "left" | "right" | null | undefined;
1278
1269
  padding?: {
1279
1270
  bottom: number;
1280
1271
  left: number;
@@ -1282,6 +1273,15 @@ export declare const EditorBlock: ({ type, data }: import("monto-email-document-
1282
1273
  top: number;
1283
1274
  } | null | undefined;
1284
1275
  } | null | undefined;
1276
+ props?: {
1277
+ platforms?: ("x" | "facebook" | "instagram" | "linkedin" | "youtube" | "tiktok" | "snapchat" | "whatsapp" | "telegram" | "discord" | "reddit" | "twitch" | "threads")[] | null | undefined;
1278
+ iconStyle?: "standard" | "no-border-black" | "no-border-white" | "origin-colorful" | "with-border-black" | "with-border-white" | "with-border-line-colorful" | "with-border-line-black" | "with-border-line-white" | null | undefined;
1279
+ iconSize?: number | null | undefined;
1280
+ socials?: {
1281
+ platform: "x" | "facebook" | "instagram" | "linkedin" | "youtube" | "tiktok" | "snapchat" | "whatsapp" | "telegram" | "discord" | "reddit" | "twitch" | "threads";
1282
+ url?: string | null | undefined;
1283
+ }[] | null | undefined;
1284
+ } | null | undefined;
1285
1285
  }>;
1286
1286
  }>) => React.JSX.Element;
1287
1287
  export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", any>, import("monto-email-document-core").BlockConfiguration<{
@@ -1455,9 +1455,6 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
1455
1455
  childrenIds?: string[] | null | undefined;
1456
1456
  }>>>;
1457
1457
  }, "strip", z.ZodTypeAny, {
1458
- props?: {
1459
- childrenIds?: string[] | null | undefined;
1460
- } | null | undefined;
1461
1458
  style?: {
1462
1459
  backgroundColor?: string | null | undefined;
1463
1460
  borderColor?: string | null | undefined;
@@ -1469,10 +1466,10 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
1469
1466
  left: number;
1470
1467
  } | null | undefined;
1471
1468
  } | null | undefined;
1472
- }, {
1473
1469
  props?: {
1474
1470
  childrenIds?: string[] | null | undefined;
1475
1471
  } | null | undefined;
1472
+ }, {
1476
1473
  style?: {
1477
1474
  backgroundColor?: string | null | undefined;
1478
1475
  borderColor?: string | null | undefined;
@@ -1484,6 +1481,9 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
1484
1481
  left: number;
1485
1482
  } | null | undefined;
1486
1483
  } | null | undefined;
1484
+ props?: {
1485
+ childrenIds?: string[] | null | undefined;
1486
+ } | null | undefined;
1487
1487
  }>;
1488
1488
  ColumnsContainer: z.ZodObject<{
1489
1489
  style: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -1551,15 +1551,6 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
1551
1551
  contentAlignment?: "bottom" | "top" | "stretch" | "middle" | null | undefined;
1552
1552
  }>>>;
1553
1553
  }, "strip", z.ZodTypeAny, {
1554
- props?: {
1555
- columns: {
1556
- childrenIds: string[];
1557
- }[];
1558
- columnsCount?: number | null | undefined;
1559
- fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined;
1560
- columnsGap?: number | null | undefined;
1561
- contentAlignment?: "bottom" | "top" | "stretch" | "middle" | null | undefined;
1562
- } | null | undefined;
1563
1554
  style?: {
1564
1555
  backgroundColor?: string | null | undefined;
1565
1556
  padding?: {
@@ -1569,7 +1560,6 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
1569
1560
  left: number;
1570
1561
  } | null | undefined;
1571
1562
  } | null | undefined;
1572
- }, {
1573
1563
  props?: {
1574
1564
  columns: {
1575
1565
  childrenIds: string[];
@@ -1579,6 +1569,7 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
1579
1569
  columnsGap?: number | null | undefined;
1580
1570
  contentAlignment?: "bottom" | "top" | "stretch" | "middle" | null | undefined;
1581
1571
  } | null | undefined;
1572
+ }, {
1582
1573
  style?: {
1583
1574
  backgroundColor?: string | null | undefined;
1584
1575
  padding?: {
@@ -1588,6 +1579,15 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
1588
1579
  left: number;
1589
1580
  } | null | undefined;
1590
1581
  } | null | undefined;
1582
+ props?: {
1583
+ columns: {
1584
+ childrenIds: string[];
1585
+ }[];
1586
+ columnsCount?: number | null | undefined;
1587
+ fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined;
1588
+ columnsGap?: number | null | undefined;
1589
+ contentAlignment?: "bottom" | "top" | "stretch" | "middle" | null | undefined;
1590
+ } | null | undefined;
1591
1591
  }>;
1592
1592
  Heading: z.ZodObject<{
1593
1593
  props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -1935,7 +1935,7 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
1935
1935
  textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<["left", "center", "right"]>>>;
1936
1936
  }, "strip", z.ZodTypeAny, {
1937
1937
  backgroundColor?: string | null | undefined;
1938
- textAlign?: "left" | "right" | "center" | null | undefined;
1938
+ textAlign?: "center" | "left" | "right" | null | undefined;
1939
1939
  padding?: {
1940
1940
  bottom: number;
1941
1941
  left: number;
@@ -1944,7 +1944,7 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
1944
1944
  } | null | undefined;
1945
1945
  }, {
1946
1946
  backgroundColor?: string | null | undefined;
1947
- textAlign?: "left" | "right" | "center" | null | undefined;
1947
+ textAlign?: "center" | "left" | "right" | null | undefined;
1948
1948
  padding?: {
1949
1949
  bottom: number;
1950
1950
  left: number;
@@ -1953,6 +1953,16 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
1953
1953
  } | null | undefined;
1954
1954
  }>>>;
1955
1955
  }, "strip", z.ZodTypeAny, {
1956
+ style?: {
1957
+ backgroundColor?: string | null | undefined;
1958
+ textAlign?: "center" | "left" | "right" | null | undefined;
1959
+ padding?: {
1960
+ bottom: number;
1961
+ left: number;
1962
+ right: number;
1963
+ top: number;
1964
+ } | null | undefined;
1965
+ } | null | undefined;
1956
1966
  props?: {
1957
1967
  height?: string | null | undefined;
1958
1968
  width?: string | null | undefined;
@@ -1965,9 +1975,10 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
1965
1975
  contentAlignment?: "bottom" | "top" | "middle" | null | undefined;
1966
1976
  linkHref?: string | null | undefined;
1967
1977
  } | null | undefined;
1978
+ }, {
1968
1979
  style?: {
1969
1980
  backgroundColor?: string | null | undefined;
1970
- textAlign?: "left" | "right" | "center" | null | undefined;
1981
+ textAlign?: "center" | "left" | "right" | null | undefined;
1971
1982
  padding?: {
1972
1983
  bottom: number;
1973
1984
  left: number;
@@ -1975,7 +1986,6 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
1975
1986
  top: number;
1976
1987
  } | null | undefined;
1977
1988
  } | null | undefined;
1978
- }, {
1979
1989
  props?: {
1980
1990
  height?: string | null | undefined;
1981
1991
  width?: string | null | undefined;
@@ -1988,16 +1998,6 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
1988
1998
  contentAlignment?: "bottom" | "top" | "middle" | null | undefined;
1989
1999
  linkHref?: string | null | undefined;
1990
2000
  } | null | undefined;
1991
- style?: {
1992
- backgroundColor?: string | null | undefined;
1993
- textAlign?: "left" | "right" | "center" | null | undefined;
1994
- padding?: {
1995
- bottom: number;
1996
- left: number;
1997
- right: number;
1998
- top: number;
1999
- } | null | undefined;
2000
- } | null | undefined;
2001
2001
  }>;
2002
2002
  Text: z.ZodObject<{
2003
2003
  style: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -2510,7 +2510,7 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
2510
2510
  textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<["left", "center", "right"]>>>;
2511
2511
  }, "strip", z.ZodTypeAny, {
2512
2512
  backgroundColor?: string | null | undefined;
2513
- textAlign?: "left" | "right" | "center" | null | undefined;
2513
+ textAlign?: "center" | "left" | "right" | null | undefined;
2514
2514
  padding?: {
2515
2515
  bottom: number;
2516
2516
  left: number;
@@ -2519,7 +2519,7 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
2519
2519
  } | null | undefined;
2520
2520
  }, {
2521
2521
  backgroundColor?: string | null | undefined;
2522
- textAlign?: "left" | "right" | "center" | null | undefined;
2522
+ textAlign?: "center" | "left" | "right" | null | undefined;
2523
2523
  padding?: {
2524
2524
  bottom: number;
2525
2525
  left: number;
@@ -2528,18 +2528,9 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
2528
2528
  } | null | undefined;
2529
2529
  }>>>;
2530
2530
  }, "strip", z.ZodTypeAny, {
2531
- props?: {
2532
- platforms?: ("x" | "facebook" | "instagram" | "linkedin" | "youtube" | "tiktok" | "snapchat" | "whatsapp" | "telegram" | "discord" | "reddit" | "twitch" | "threads")[] | null | undefined;
2533
- iconStyle?: "standard" | "no-border-black" | "no-border-white" | "origin-colorful" | "with-border-black" | "with-border-white" | "with-border-line-colorful" | "with-border-line-black" | "with-border-line-white" | null | undefined;
2534
- iconSize?: number | null | undefined;
2535
- socials?: {
2536
- platform: "x" | "facebook" | "instagram" | "linkedin" | "youtube" | "tiktok" | "snapchat" | "whatsapp" | "telegram" | "discord" | "reddit" | "twitch" | "threads";
2537
- url?: string | null | undefined;
2538
- }[] | null | undefined;
2539
- } | null | undefined;
2540
2531
  style?: {
2541
2532
  backgroundColor?: string | null | undefined;
2542
- textAlign?: "left" | "right" | "center" | null | undefined;
2533
+ textAlign?: "center" | "left" | "right" | null | undefined;
2543
2534
  padding?: {
2544
2535
  bottom: number;
2545
2536
  left: number;
@@ -2547,7 +2538,6 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
2547
2538
  top: number;
2548
2539
  } | null | undefined;
2549
2540
  } | null | undefined;
2550
- }, {
2551
2541
  props?: {
2552
2542
  platforms?: ("x" | "facebook" | "instagram" | "linkedin" | "youtube" | "tiktok" | "snapchat" | "whatsapp" | "telegram" | "discord" | "reddit" | "twitch" | "threads")[] | null | undefined;
2553
2543
  iconStyle?: "standard" | "no-border-black" | "no-border-white" | "origin-colorful" | "with-border-black" | "with-border-white" | "with-border-line-colorful" | "with-border-line-black" | "with-border-line-white" | null | undefined;
@@ -2557,9 +2547,10 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
2557
2547
  url?: string | null | undefined;
2558
2548
  }[] | null | undefined;
2559
2549
  } | null | undefined;
2550
+ }, {
2560
2551
  style?: {
2561
2552
  backgroundColor?: string | null | undefined;
2562
- textAlign?: "left" | "right" | "center" | null | undefined;
2553
+ textAlign?: "center" | "left" | "right" | null | undefined;
2563
2554
  padding?: {
2564
2555
  bottom: number;
2565
2556
  left: number;
@@ -2567,6 +2558,15 @@ export declare const EditorBlockSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"ty
2567
2558
  top: number;
2568
2559
  } | null | undefined;
2569
2560
  } | null | undefined;
2561
+ props?: {
2562
+ platforms?: ("x" | "facebook" | "instagram" | "linkedin" | "youtube" | "tiktok" | "snapchat" | "whatsapp" | "telegram" | "discord" | "reddit" | "twitch" | "threads")[] | null | undefined;
2563
+ iconStyle?: "standard" | "no-border-black" | "no-border-white" | "origin-colorful" | "with-border-black" | "with-border-white" | "with-border-line-colorful" | "with-border-line-black" | "with-border-line-white" | null | undefined;
2564
+ iconSize?: number | null | undefined;
2565
+ socials?: {
2566
+ platform: "x" | "facebook" | "instagram" | "linkedin" | "youtube" | "tiktok" | "snapchat" | "whatsapp" | "telegram" | "discord" | "reddit" | "twitch" | "threads";
2567
+ url?: string | null | undefined;
2568
+ }[] | null | undefined;
2569
+ } | null | undefined;
2570
2570
  }>;
2571
2571
  }>, any>;
2572
2572
  export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodDiscriminatedUnion<"type", any>, import("monto-email-document-core").BlockConfiguration<{
@@ -2740,9 +2740,6 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
2740
2740
  childrenIds?: string[] | null | undefined;
2741
2741
  }>>>;
2742
2742
  }, "strip", z.ZodTypeAny, {
2743
- props?: {
2744
- childrenIds?: string[] | null | undefined;
2745
- } | null | undefined;
2746
2743
  style?: {
2747
2744
  backgroundColor?: string | null | undefined;
2748
2745
  borderColor?: string | null | undefined;
@@ -2754,10 +2751,10 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
2754
2751
  left: number;
2755
2752
  } | null | undefined;
2756
2753
  } | null | undefined;
2757
- }, {
2758
2754
  props?: {
2759
2755
  childrenIds?: string[] | null | undefined;
2760
2756
  } | null | undefined;
2757
+ }, {
2761
2758
  style?: {
2762
2759
  backgroundColor?: string | null | undefined;
2763
2760
  borderColor?: string | null | undefined;
@@ -2769,6 +2766,9 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
2769
2766
  left: number;
2770
2767
  } | null | undefined;
2771
2768
  } | null | undefined;
2769
+ props?: {
2770
+ childrenIds?: string[] | null | undefined;
2771
+ } | null | undefined;
2772
2772
  }>;
2773
2773
  ColumnsContainer: z.ZodObject<{
2774
2774
  style: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -2836,15 +2836,6 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
2836
2836
  contentAlignment?: "bottom" | "top" | "stretch" | "middle" | null | undefined;
2837
2837
  }>>>;
2838
2838
  }, "strip", z.ZodTypeAny, {
2839
- props?: {
2840
- columns: {
2841
- childrenIds: string[];
2842
- }[];
2843
- columnsCount?: number | null | undefined;
2844
- fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined;
2845
- columnsGap?: number | null | undefined;
2846
- contentAlignment?: "bottom" | "top" | "stretch" | "middle" | null | undefined;
2847
- } | null | undefined;
2848
2839
  style?: {
2849
2840
  backgroundColor?: string | null | undefined;
2850
2841
  padding?: {
@@ -2854,7 +2845,6 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
2854
2845
  left: number;
2855
2846
  } | null | undefined;
2856
2847
  } | null | undefined;
2857
- }, {
2858
2848
  props?: {
2859
2849
  columns: {
2860
2850
  childrenIds: string[];
@@ -2864,6 +2854,7 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
2864
2854
  columnsGap?: number | null | undefined;
2865
2855
  contentAlignment?: "bottom" | "top" | "stretch" | "middle" | null | undefined;
2866
2856
  } | null | undefined;
2857
+ }, {
2867
2858
  style?: {
2868
2859
  backgroundColor?: string | null | undefined;
2869
2860
  padding?: {
@@ -2873,6 +2864,15 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
2873
2864
  left: number;
2874
2865
  } | null | undefined;
2875
2866
  } | null | undefined;
2867
+ props?: {
2868
+ columns: {
2869
+ childrenIds: string[];
2870
+ }[];
2871
+ columnsCount?: number | null | undefined;
2872
+ fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined;
2873
+ columnsGap?: number | null | undefined;
2874
+ contentAlignment?: "bottom" | "top" | "stretch" | "middle" | null | undefined;
2875
+ } | null | undefined;
2876
2876
  }>;
2877
2877
  Heading: z.ZodObject<{
2878
2878
  props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -3220,7 +3220,7 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
3220
3220
  textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<["left", "center", "right"]>>>;
3221
3221
  }, "strip", z.ZodTypeAny, {
3222
3222
  backgroundColor?: string | null | undefined;
3223
- textAlign?: "left" | "right" | "center" | null | undefined;
3223
+ textAlign?: "center" | "left" | "right" | null | undefined;
3224
3224
  padding?: {
3225
3225
  bottom: number;
3226
3226
  left: number;
@@ -3229,7 +3229,7 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
3229
3229
  } | null | undefined;
3230
3230
  }, {
3231
3231
  backgroundColor?: string | null | undefined;
3232
- textAlign?: "left" | "right" | "center" | null | undefined;
3232
+ textAlign?: "center" | "left" | "right" | null | undefined;
3233
3233
  padding?: {
3234
3234
  bottom: number;
3235
3235
  left: number;
@@ -3238,6 +3238,16 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
3238
3238
  } | null | undefined;
3239
3239
  }>>>;
3240
3240
  }, "strip", z.ZodTypeAny, {
3241
+ style?: {
3242
+ backgroundColor?: string | null | undefined;
3243
+ textAlign?: "center" | "left" | "right" | null | undefined;
3244
+ padding?: {
3245
+ bottom: number;
3246
+ left: number;
3247
+ right: number;
3248
+ top: number;
3249
+ } | null | undefined;
3250
+ } | null | undefined;
3241
3251
  props?: {
3242
3252
  height?: string | null | undefined;
3243
3253
  width?: string | null | undefined;
@@ -3250,9 +3260,10 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
3250
3260
  contentAlignment?: "bottom" | "top" | "middle" | null | undefined;
3251
3261
  linkHref?: string | null | undefined;
3252
3262
  } | null | undefined;
3263
+ }, {
3253
3264
  style?: {
3254
3265
  backgroundColor?: string | null | undefined;
3255
- textAlign?: "left" | "right" | "center" | null | undefined;
3266
+ textAlign?: "center" | "left" | "right" | null | undefined;
3256
3267
  padding?: {
3257
3268
  bottom: number;
3258
3269
  left: number;
@@ -3260,7 +3271,6 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
3260
3271
  top: number;
3261
3272
  } | null | undefined;
3262
3273
  } | null | undefined;
3263
- }, {
3264
3274
  props?: {
3265
3275
  height?: string | null | undefined;
3266
3276
  width?: string | null | undefined;
@@ -3273,16 +3283,6 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
3273
3283
  contentAlignment?: "bottom" | "top" | "middle" | null | undefined;
3274
3284
  linkHref?: string | null | undefined;
3275
3285
  } | null | undefined;
3276
- style?: {
3277
- backgroundColor?: string | null | undefined;
3278
- textAlign?: "left" | "right" | "center" | null | undefined;
3279
- padding?: {
3280
- bottom: number;
3281
- left: number;
3282
- right: number;
3283
- top: number;
3284
- } | null | undefined;
3285
- } | null | undefined;
3286
3286
  }>;
3287
3287
  Text: z.ZodObject<{
3288
3288
  style: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -3795,7 +3795,7 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
3795
3795
  textAlign: z.ZodNullable<z.ZodOptional<z.ZodEnum<["left", "center", "right"]>>>;
3796
3796
  }, "strip", z.ZodTypeAny, {
3797
3797
  backgroundColor?: string | null | undefined;
3798
- textAlign?: "left" | "right" | "center" | null | undefined;
3798
+ textAlign?: "center" | "left" | "right" | null | undefined;
3799
3799
  padding?: {
3800
3800
  bottom: number;
3801
3801
  left: number;
@@ -3804,7 +3804,7 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
3804
3804
  } | null | undefined;
3805
3805
  }, {
3806
3806
  backgroundColor?: string | null | undefined;
3807
- textAlign?: "left" | "right" | "center" | null | undefined;
3807
+ textAlign?: "center" | "left" | "right" | null | undefined;
3808
3808
  padding?: {
3809
3809
  bottom: number;
3810
3810
  left: number;
@@ -3813,18 +3813,9 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
3813
3813
  } | null | undefined;
3814
3814
  }>>>;
3815
3815
  }, "strip", z.ZodTypeAny, {
3816
- props?: {
3817
- platforms?: ("x" | "facebook" | "instagram" | "linkedin" | "youtube" | "tiktok" | "snapchat" | "whatsapp" | "telegram" | "discord" | "reddit" | "twitch" | "threads")[] | null | undefined;
3818
- iconStyle?: "standard" | "no-border-black" | "no-border-white" | "origin-colorful" | "with-border-black" | "with-border-white" | "with-border-line-colorful" | "with-border-line-black" | "with-border-line-white" | null | undefined;
3819
- iconSize?: number | null | undefined;
3820
- socials?: {
3821
- platform: "x" | "facebook" | "instagram" | "linkedin" | "youtube" | "tiktok" | "snapchat" | "whatsapp" | "telegram" | "discord" | "reddit" | "twitch" | "threads";
3822
- url?: string | null | undefined;
3823
- }[] | null | undefined;
3824
- } | null | undefined;
3825
3816
  style?: {
3826
3817
  backgroundColor?: string | null | undefined;
3827
- textAlign?: "left" | "right" | "center" | null | undefined;
3818
+ textAlign?: "center" | "left" | "right" | null | undefined;
3828
3819
  padding?: {
3829
3820
  bottom: number;
3830
3821
  left: number;
@@ -3832,7 +3823,6 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
3832
3823
  top: number;
3833
3824
  } | null | undefined;
3834
3825
  } | null | undefined;
3835
- }, {
3836
3826
  props?: {
3837
3827
  platforms?: ("x" | "facebook" | "instagram" | "linkedin" | "youtube" | "tiktok" | "snapchat" | "whatsapp" | "telegram" | "discord" | "reddit" | "twitch" | "threads")[] | null | undefined;
3838
3828
  iconStyle?: "standard" | "no-border-black" | "no-border-white" | "origin-colorful" | "with-border-black" | "with-border-white" | "with-border-line-colorful" | "with-border-line-black" | "with-border-line-white" | null | undefined;
@@ -3842,9 +3832,10 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
3842
3832
  url?: string | null | undefined;
3843
3833
  }[] | null | undefined;
3844
3834
  } | null | undefined;
3835
+ }, {
3845
3836
  style?: {
3846
3837
  backgroundColor?: string | null | undefined;
3847
- textAlign?: "left" | "right" | "center" | null | undefined;
3838
+ textAlign?: "center" | "left" | "right" | null | undefined;
3848
3839
  padding?: {
3849
3840
  bottom: number;
3850
3841
  left: number;
@@ -3852,6 +3843,15 @@ export declare const EditorConfigurationSchema: z.ZodRecord<z.ZodString, z.ZodEf
3852
3843
  top: number;
3853
3844
  } | null | undefined;
3854
3845
  } | null | undefined;
3846
+ props?: {
3847
+ platforms?: ("x" | "facebook" | "instagram" | "linkedin" | "youtube" | "tiktok" | "snapchat" | "whatsapp" | "telegram" | "discord" | "reddit" | "twitch" | "threads")[] | null | undefined;
3848
+ iconStyle?: "standard" | "no-border-black" | "no-border-white" | "origin-colorful" | "with-border-black" | "with-border-white" | "with-border-line-colorful" | "with-border-line-black" | "with-border-line-white" | null | undefined;
3849
+ iconSize?: number | null | undefined;
3850
+ socials?: {
3851
+ platform: "x" | "facebook" | "instagram" | "linkedin" | "youtube" | "tiktok" | "snapchat" | "whatsapp" | "telegram" | "discord" | "reddit" | "twitch" | "threads";
3852
+ url?: string | null | undefined;
3853
+ }[] | null | undefined;
3854
+ } | null | undefined;
3855
3855
  }>;
3856
3856
  }>, any>>;
3857
3857
  export type TEditorBlock = z.infer<typeof EditorBlockSchema>;