email-builder-online 3.4.72 → 3.5.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.
Files changed (45) hide show
  1. package/README.md +2 -1
  2. package/dist/editor-sample/src/App/ComponentTree/ComponentTreeColumnIcons.d.ts +6 -0
  3. package/dist/editor-sample/src/App/ComponentTree/ComponentTreeColumnIcons.d.ts.map +1 -1
  4. package/dist/editor-sample/src/App/ComponentTree/ComponentTreePanel.d.ts.map +1 -1
  5. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/index.d.ts.map +1 -1
  6. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonSidebarPanel.d.ts.map +1 -1
  7. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.d.ts.map +1 -1
  8. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.d.ts +1 -1
  9. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.d.ts.map +1 -1
  10. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BorderInput.d.ts +2 -0
  11. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BorderInput.d.ts.map +1 -1
  12. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Swatch.d.ts.map +1 -1
  13. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeButton.d.ts +7 -1
  14. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeButton.d.ts.map +1 -1
  15. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LayoutSelectorInput.d.ts +8 -2
  16. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LayoutSelectorInput.d.ts.map +1 -1
  17. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PaddingInput.d.ts +4 -1
  18. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PaddingInput.d.ts.map +1 -1
  19. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/Shape.d.ts +2 -0
  20. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/Shape.d.ts.map +1 -1
  21. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/SingleStylePropertyPanel.d.ts.map +1 -1
  22. package/dist/editor-sample/src/App/TemplatePanel/CustomReader/CustomReader.d.ts.map +1 -1
  23. package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts +165 -45
  24. package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts.map +1 -1
  25. package/dist/editor-sample/src/documents/blocks/Container/ContainerPropsSchema.d.ts +309 -129
  26. package/dist/editor-sample/src/documents/blocks/Container/ContainerPropsSchema.d.ts.map +1 -1
  27. package/dist/editor-sample/src/documents/blocks/helpers/TStyle.d.ts +10 -0
  28. package/dist/editor-sample/src/documents/blocks/helpers/TStyle.d.ts.map +1 -1
  29. package/dist/editor-sample/src/documents/editor/EditorContext.d.ts +550 -452
  30. package/dist/editor-sample/src/documents/editor/EditorContext.d.ts.map +1 -1
  31. package/dist/editor-sample/src/documents/editor/blockSelectors.d.ts.map +1 -1
  32. package/dist/editor-sample/src/documents/editor/core.d.ts +2265 -1825
  33. package/dist/editor-sample/src/documents/editor/core.d.ts.map +1 -1
  34. package/dist/editor-sample/src/documents/editor/migrateDocument.d.ts +2 -3
  35. package/dist/editor-sample/src/documents/editor/migrateDocument.d.ts.map +1 -1
  36. package/dist/editor-sample/src/getConfiguration/sample/post-metrics-report.d.ts.map +1 -1
  37. package/dist/editor-sample/src/getConfiguration/sample/reservation-reminder.d.ts.map +1 -1
  38. package/dist/editor-sample/src/locales/en-US/inspector.json.d.ts +16 -14
  39. package/dist/editor-sample/src/locales/es-419/inspector.json.d.ts +16 -14
  40. package/dist/editor-sample/src/locales/it-IT/inspector.json.d.ts +16 -14
  41. package/dist/index.cjs +225 -225
  42. package/dist/index.mjs +31632 -31788
  43. package/package.json +1 -1
  44. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/AvatarSidebarPanel.d.ts +0 -8
  45. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/AvatarSidebarPanel.d.ts.map +0 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ Powerful, modern email builder with drag-and-drop blocks, live preview, and HTML
6
6
 
7
7
  ## Features
8
8
 
9
- - **Drag-and-drop blocks**: Text (Rich Text Editor), Heading, Image, Button, Columns, Divider, Spacer, Avatar, HTML, Social Media, Container
9
+ - **Drag-and-drop blocks**: Text (Rich Text Editor), Heading, Image, Button, Columns, Divider, Spacer, HTML, Social Media, Container
10
10
  - **Editor and Preview tabs** with responsive screen sizes (Desktop/Mobile)
11
11
  - **Undo/Redo** and keyboard shortcuts
12
12
  - **HTML export** and copy-to-clipboard helpers
@@ -434,6 +434,7 @@ The email builder automatically migrates legacy blocks to ensure compatibility w
434
434
 
435
435
  - **CustomEditor blocks** → Automatically converted to **NotionText**
436
436
  - **Wysiwyg blocks** → Automatically converted to **NotionText**
437
+ - **Avatar blocks** → Automatically converted to **Image** (circular style maps to pill shape)
437
438
 
438
439
  This migration happens automatically when loading a document, so templates created before the introduction of the NotionText block will continue to work seamlessly. The migration preserves all content and styling while enabling the new editing features.
439
440
 
@@ -1,5 +1,11 @@
1
1
  import { default as React } from 'react';
2
2
  import { SvgIconProps } from '../../../node_modules/@mui/material/SvgIcon';
3
+ /** Two-column row container — paths from `src/assets/columns-2.svg`. */
4
+ export declare function Columns2TreeIcon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
5
+ /** Left slot in a 2-column row — paths from `src/assets/columns-2-left.svg`. */
6
+ export declare function Columns2LeftSlotTreeIcon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
7
+ /** Right slot in a 2-column row — paths from `src/assets/columns-2-right.svg`. */
8
+ export declare function Columns2RightSlotTreeIcon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
9
  /** Three equal columns (container with 3-column layout). */
4
10
  export declare function ColumnsTreeIcon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
5
11
  /** Narrow left column in a 2-column row. */
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentTreeColumnIcons.d.ts","sourceRoot":"","sources":["../../../../../src/App/ComponentTree/ComponentTreeColumnIcons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAgB,EAAE,KAAK,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAInE,4DAA4D;AAC5D,wBAAgB,eAAe,CAAC,KAAK,EAAE,YAAY,2CASlD;AAED,4CAA4C;AAC5C,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,YAAY,2CASrD;AAED,uCAAuC;AACvC,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,YAAY,2CASvD;AAED,6CAA6C;AAC7C,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,YAAY,2CAStD;AAED,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;AAExE,wBAAgB,6BAA6B,CAC3C,YAAY,EAAE,CAAC,GAAG,CAAC,EACnB,WAAW,EAAE,MAAM,GAClB,uBAAuB,CAOzB"}
1
+ {"version":3,"file":"ComponentTreeColumnIcons.d.ts","sourceRoot":"","sources":["../../../../../src/App/ComponentTree/ComponentTreeColumnIcons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAgB,EAAE,KAAK,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAInE,wEAAwE;AACxE,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,YAAY,2CASnD;AAED,gFAAgF;AAChF,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,YAAY,2CAS3D;AAED,kFAAkF;AAClF,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,YAAY,2CAS5D;AAED,4DAA4D;AAC5D,wBAAgB,eAAe,CAAC,KAAK,EAAE,YAAY,2CASlD;AAED,4CAA4C;AAC5C,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,YAAY,2CASrD;AAED,uCAAuC;AACvC,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,YAAY,2CASvD;AAED,6CAA6C;AAC7C,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,YAAY,2CAStD;AAED,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;AAExE,wBAAgB,6BAA6B,CAC3C,YAAY,EAAE,CAAC,GAAG,CAAC,EACnB,WAAW,EAAE,MAAM,GAClB,uBAAuB,CAOzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentTreePanel.d.ts","sourceRoot":"","sources":["../../../../../src/App/ComponentTree/ComponentTreePanel.tsx"],"names":[],"mappings":"AAuYA,MAAM,CAAC,OAAO,UAAU,kBAAkB,4CAkGzC"}
1
+ {"version":3,"file":"ComponentTreePanel.d.ts","sourceRoot":"","sources":["../../../../../src/App/ComponentTree/ComponentTreePanel.tsx"],"names":[],"mappings":"AAyXA,MAAM,CAAC,OAAO,UAAU,kBAAkB,4CAkGzC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/App/InspectorDrawer/ConfigurationPanel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAiCjD,iBAAS,uBAAuB,4CA+C/B;AAGD,QAAA,MAAM,kBAAkB,2DAAgC,CAAC;AACzD,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/App/InspectorDrawer/ConfigurationPanel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAgCjD,iBAAS,uBAAuB,4CA6C/B;AAGD,QAAA,MAAM,kBAAkB,2DAAgC,CAAC;AACzD,eAAe,kBAAkB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonSidebarPanel.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAA0C,MAAM,oCAAoC,CAAC;AAYzG,KAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,CAAC,CAAC,EAAE,WAAW,KAAK,IAAI,CAAC;CACnC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,uBAAuB,2CAyFpF"}
1
+ {"version":3,"file":"ButtonSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonSidebarPanel.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAA0C,MAAM,oCAAoC,CAAC;AAYzG,KAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,CAAC,CAAC,EAAE,WAAW,KAAK,IAAI,CAAC;CACnC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,uBAAuB,2CA2FpF"}
@@ -1 +1 @@
1
- {"version":3,"file":"ColumnsContainerSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.tsx"],"names":[],"mappings":"AAUA,OAAoC,EAClC,qBAAqB,EACtB,MAAM,2EAA2E,CAAC;AAcnF,KAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,qBAAqB,CAAC;IAC5B,OAAO,EAAE,CAAC,CAAC,EAAE,qBAAqB,KAAK,IAAI,CAAC;CAC7C,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,0BAA0B,2CAqH1F"}
1
+ {"version":3,"file":"ColumnsContainerSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.tsx"],"names":[],"mappings":"AAUA,OAAoC,EAClC,qBAAqB,EACtB,MAAM,2EAA2E,CAAC;AAcnF,KAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,qBAAqB,CAAC;IAC5B,OAAO,EAAE,CAAC,CAAC,EAAE,qBAAqB,KAAK,IAAI,CAAC;CAC7C,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,0BAA0B,2CAsH1F"}
@@ -21,7 +21,7 @@ type Props = {
21
21
  children: JSX.Element | JSX.Element[];
22
22
  childrenWidth?: string | number;
23
23
  border?: Border;
24
- borderRadius?: number | null;
24
+ borderRadius?: number | string | null;
25
25
  isParent?: boolean;
26
26
  overflow?: 'visible' | 'hidden' | 'scroll' | 'auto' | 'inherit' | 'initial' | 'unset';
27
27
  display?: 'block' | 'inline-block';
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.tsx"],"names":[],"mappings":"AAEA,KAAK,OAAO,GAAG;IACb,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACjC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACnC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACpC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,KAAK,MAAM,GAAG;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB,CAAA;AAED,KAAK,KAAK,GAAG;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAE;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAE;IACjD,QAAQ,EAAE,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC;IACtC,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IACtF,OAAO,CAAC,EAAE,OAAO,GAAG,cAAc,CAAE;CACrC,CAAC;AAUF,MAAM,CAAC,OAAO,UAAU,OAAO,CAC3B,EACE,SAAS,EACT,UAAU,EACV,eAAe,EACf,OAAgD,EAChD,KAAK,EACL,KAAK,EACL,QAAQ,EACR,MAAM,EACN,YAAY,EACZ,QAAe,EACf,QAAoB,GACrB,EAAE,KAAK,2CAyDX"}
1
+ {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.tsx"],"names":[],"mappings":"AAEA,KAAK,OAAO,GAAG;IACb,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACjC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACnC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACpC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,KAAK,MAAM,GAAG;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB,CAAA;AAED,KAAK,KAAK,GAAG;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAE;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAE;IACjD,QAAQ,EAAE,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC;IACtC,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IACtF,OAAO,CAAC,EAAE,OAAO,GAAG,cAAc,CAAE;CACrC,CAAC;AAUF,MAAM,CAAC,OAAO,UAAU,OAAO,CAC3B,EACE,SAAS,EACT,UAAU,EACV,eAAe,EACf,OAAgD,EAChD,KAAK,EACL,KAAK,EACL,QAAQ,EACR,MAAM,EACN,YAAY,EACZ,QAAe,EACf,QAAoB,GACrB,EAAE,KAAK,2CAyDX"}
@@ -8,6 +8,8 @@ type BorderInputProps = {
8
8
  borderRight: number | null;
9
9
  onChange: (v: Object) => void;
10
10
  mobile?: boolean;
11
+ sidesLinked?: boolean;
12
+ onSidesLinkedChange: (linked: boolean) => void;
11
13
  };
12
14
  declare const BorderInput: FC<BorderInputProps>;
13
15
  export default BorderInput;
@@ -1 +1 @@
1
- {"version":3,"file":"BorderInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BorderInput.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAC,EAAE,EAAsB,MAAM,OAAO,CAAC;AAKrD,KAAK,gBAAgB,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAA;AAED,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA0MrC,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"BorderInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BorderInput.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAC,EAAE,EAAsB,MAAM,OAAO,CAAC;AAKrD,KAAK,gBAAgB,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,mBAAmB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;CAChD,CAAA;AAED,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA8LrC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Swatch.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Swatch.tsx"],"names":[],"mappings":"AAKA,KAAK,KAAK,GAAG;IACX,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACzC,wEAAwE;IACxE,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAOF,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,aAAa,EACb,QAAQ,EACR,YAAY,EACZ,QAAQ,GACT,EAAE,KAAK,2CA4DP"}
1
+ {"version":3,"file":"Swatch.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Swatch.tsx"],"names":[],"mappings":"AAMA,KAAK,KAAK,GAAG;IACX,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACzC,wEAAwE;IACxE,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAOF,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,aAAa,EACb,QAAQ,EACR,YAAY,EACZ,QAAQ,GACT,EAAE,KAAK,2CA6DP"}
@@ -16,14 +16,20 @@ type ResponsiveSizeValue = SizeType | CustomPadding | LooseCustomPadding;
16
16
  type ResponsiveSizeInputProps = {
17
17
  size?: ResponsiveSizeValue;
18
18
  sizeMobile?: ResponsiveSizeValue;
19
+ /** Persisted inspector UI: custom padding desktop — single slider vs per-side */
20
+ sizePaddingSidesLinked?: boolean;
21
+ /** Persisted inspector UI: custom padding mobile */
22
+ sizeMobilePaddingSidesLinked?: boolean;
19
23
  onChange: (updates: {
20
24
  size?: SizeType | CustomPadding;
21
25
  sizeMobile?: SizeType | CustomPadding;
26
+ sizePaddingSidesLinked?: boolean;
27
+ sizeMobilePaddingSidesLinked?: boolean;
22
28
  }) => void;
23
29
  label?: string;
24
30
  maxValue?: string | number;
25
31
  paddingSteps?: number;
26
32
  };
27
- export default function ResponsiveSizeInput({ size, sizeMobile, onChange, label, maxValue, paddingSteps }: ResponsiveSizeInputProps): import("react/jsx-runtime").JSX.Element;
33
+ export default function ResponsiveSizeInput({ size, sizeMobile, sizePaddingSidesLinked, sizeMobilePaddingSidesLinked, onChange, label, maxValue, paddingSteps }: ResponsiveSizeInputProps): import("react/jsx-runtime").JSX.Element;
28
34
  export {};
29
35
  //# sourceMappingURL=InputSizeButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InputSizeButton.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeButton.tsx"],"names":[],"mappings":"AAgBA,KAAK,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;AAEpE,KAAK,aAAa,GAAG;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,gEAAgE;AAChE,KAAK,kBAAkB,GAAG;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAWF,KAAK,mBAAmB,GAAG,QAAQ,GAAG,aAAa,GAAG,kBAAkB,CAAC;AAEzE,KAAK,wBAAwB,GAAG;IAC9B,IAAI,CAAC,EAAE,mBAAmB,CAAC;IAC3B,UAAU,CAAC,EAAE,mBAAmB,CAAC;IACjC,QAAQ,EAAE,CAAC,OAAO,EAAE;QAClB,IAAI,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;QAChC,UAAU,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;KACvC,KAAK,IAAI,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAC1C,IAAI,EACJ,UAAU,EACV,QAAQ,EACR,KAAK,EACL,QAAc,EACd,YAAgB,EACjB,EAAE,wBAAwB,2CA0O1B"}
1
+ {"version":3,"file":"InputSizeButton.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeButton.tsx"],"names":[],"mappings":"AAgBA,KAAK,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;AAEpE,KAAK,aAAa,GAAG;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,gEAAgE;AAChE,KAAK,kBAAkB,GAAG;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAWF,KAAK,mBAAmB,GAAG,QAAQ,GAAG,aAAa,GAAG,kBAAkB,CAAC;AAEzE,KAAK,wBAAwB,GAAG;IAC9B,IAAI,CAAC,EAAE,mBAAmB,CAAC;IAC3B,UAAU,CAAC,EAAE,mBAAmB,CAAC;IACjC,iFAAiF;IACjF,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,oDAAoD;IACpD,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,QAAQ,EAAE,CAAC,OAAO,EAAE;QAClB,IAAI,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;QAChC,UAAU,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;QACtC,sBAAsB,CAAC,EAAE,OAAO,CAAC;QACjC,4BAA4B,CAAC,EAAE,OAAO,CAAC;KACxC,KAAK,IAAI,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAC1C,IAAI,EACJ,UAAU,EACV,sBAAsB,EACtB,4BAA4B,EAC5B,QAAQ,EACR,KAAK,EACL,QAAc,EACd,YAAgB,EACjB,EAAE,wBAAwB,2CAoP1B"}
@@ -1,7 +1,13 @@
1
1
  import { FC } from 'react';
2
+ /** Persisted in document `props.layout` when the user applies a custom split from this control. */
3
+ export declare const LAYOUT_CUSTOM_ID = "layout-custom";
2
4
  type LayoutSelectorProps = {
3
- defaultValue: string;
4
- onChange: any;
5
+ defaultValue?: string | null;
6
+ fixedWidths?: (number | null)[] | null;
7
+ onChange: (v: {
8
+ layout: string;
9
+ fixedWidths: (number | null)[];
10
+ }) => void;
5
11
  columns: 2 | 3;
6
12
  };
7
13
  declare const LayoutSelector: FC<LayoutSelectorProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"LayoutSelectorInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LayoutSelectorInput.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAC,EAAE,EAAqB,MAAM,OAAO,CAAC;AA2CpD,KAAK,mBAAmB,GAAG;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,GAAG,CAAC;IACd,OAAO,EAAE,CAAC,GAAG,CAAC,CAAA;CACjB,CAAA;AAMD,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAwI3C,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"LayoutSelectorInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LayoutSelectorInput.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AAgBvD,mGAAmG;AACnG,eAAO,MAAM,gBAAgB,kBAAkB,CAAC;AA6GhD,KAAK,mBAAmB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,WAAW,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,GAAG,IAAI,CAAC;IACvC,QAAQ,EAAE,CAAC,CAAC,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAA;KAAE,KAAK,IAAI,CAAC;IAC1E,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;CAChB,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CA4O3C,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -8,7 +8,10 @@ type Props = {
8
8
  label: string;
9
9
  defaultValue: TPaddingValue | null;
10
10
  onChange: (value: TPaddingValue) => void;
11
+ /** Persisted: single-slider mode only when `true`. */
12
+ sidesLinked?: boolean;
13
+ onSidesLinkedChange: (linked: boolean) => void;
11
14
  };
12
- export default function PaddingInput({ label, defaultValue, onChange }: Props): import("react/jsx-runtime").JSX.Element;
15
+ export default function PaddingInput({ label, defaultValue, onChange, sidesLinked, onSidesLinkedChange }: Props): import("react/jsx-runtime").JSX.Element;
13
16
  export {};
14
17
  //# sourceMappingURL=PaddingInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PaddingInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PaddingInput.tsx"],"names":[],"mappings":"AAeA,KAAK,aAAa,GAAG;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AACF,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,aAAa,GAAG,IAAI,CAAC;IACnC,QAAQ,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;CAC1C,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,KAAK,2CA0I5E"}
1
+ {"version":3,"file":"PaddingInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PaddingInput.tsx"],"names":[],"mappings":"AAcA,KAAK,aAAa,GAAG;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AACF,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,aAAa,GAAG,IAAI,CAAC;IACnC,QAAQ,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IACzC,sDAAsD;IACtD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,mBAAmB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;CAChD,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,WAAW,EAAE,mBAAmB,EAAE,EAAE,KAAK,2CA2I9G"}
@@ -6,6 +6,8 @@ type ShapeProps = {
6
6
  onChange: (style: TShape) => void;
7
7
  maxValue?: string | number;
8
8
  shapeSteps?: number;
9
+ cornersLinked?: boolean;
10
+ onCornersLinkedChange: (linked: boolean) => void;
9
11
  };
10
12
  declare const Shape: FC<ShapeProps>;
11
13
  export default Shape;
@@ -1 +1 @@
1
- {"version":3,"file":"Shape.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/Shape.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAsB,MAAM,OAAO,CAAC;AAStD,OAAO,EAAgB,MAAM,EAAE,MAAM,mDAAmD,CAAC;AAMzF,KAAK,UAAU,GAAG;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAA;AAID,QAAA,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CAoLzB,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"Shape.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/Shape.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAsB,MAAM,OAAO,CAAC;AAStD,OAAO,EAAgB,MAAM,EAAE,MAAM,mDAAmD,CAAC;AAMzF,KAAK,UAAU,GAAG;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,qBAAqB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;CAClD,CAAA;AAID,QAAA,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CAqLzB,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SingleStylePropertyPanel.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/SingleStylePropertyPanel.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,MAAM,EAAE,MAAM,mDAAmD,CAAC;AAgB3E,KAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,MAAM,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,UAAU,EAAE,EAAE,uBAAuB,2CAqH7H"}
1
+ {"version":3,"file":"SingleStylePropertyPanel.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/SingleStylePropertyPanel.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,MAAM,EAAE,MAAM,mDAAmD,CAAC;AAgB3E,KAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,MAAM,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,UAAU,EAAE,EAAE,uBAAuB,2CAsJ7H"}
@@ -1 +1 @@
1
- {"version":3,"file":"CustomReader.d.ts","sourceRoot":"","sources":["../../../../../../src/App/TemplatePanel/CustomReader/CustomReader.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAe,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AAQvF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB,CAAA;AACD,wBAAgB,YAAY,CAAC,EAAC,QAAQ,EAAE,mBAA2B,EAAE,WAAmB,EAAE,UAAU,EAAC,EAAE,iBAAiB,2CA0MvH"}
1
+ {"version":3,"file":"CustomReader.d.ts","sourceRoot":"","sources":["../../../../../../src/App/TemplatePanel/CustomReader/CustomReader.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAe,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AAQvF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB,CAAA;AACD,wBAAgB,YAAY,CAAC,EAAC,QAAQ,EAAE,mBAA2B,EAAE,WAAmB,EAAE,UAAU,EAAC,EAAE,iBAAiB,2CAwMvH"}
@@ -35,37 +35,77 @@ declare const ColumnsContainerPropsSchema: z.ZodObject<{
35
35
  top?: number;
36
36
  bottom?: number;
37
37
  }>>>;
38
- }, "strip", z.ZodTypeAny, {
39
- background?: string;
40
- backgroundColor?: string;
41
- padding?: {
38
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
39
+ background: z.ZodOptional<z.ZodNullable<z.ZodString>>;
40
+ backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
41
+ padding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
42
+ top: z.ZodNumber;
43
+ bottom: z.ZodNumber;
44
+ right: z.ZodNumber;
45
+ left: z.ZodNumber;
46
+ }, "strip", z.ZodTypeAny, {
42
47
  left?: number;
43
48
  right?: number;
44
49
  top?: number;
45
50
  bottom?: number;
46
- };
47
- mobilePadding?: {
51
+ }, {
48
52
  left?: number;
49
53
  right?: number;
50
54
  top?: number;
51
55
  bottom?: number;
52
- };
53
- }, {
54
- background?: string;
55
- backgroundColor?: string;
56
- padding?: {
56
+ }>>>;
57
+ mobilePadding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
58
+ top: z.ZodNumber;
59
+ bottom: z.ZodNumber;
60
+ right: z.ZodNumber;
61
+ left: z.ZodNumber;
62
+ }, "strip", z.ZodTypeAny, {
57
63
  left?: number;
58
64
  right?: number;
59
65
  top?: number;
60
66
  bottom?: number;
61
- };
62
- mobilePadding?: {
67
+ }, {
63
68
  left?: number;
64
69
  right?: number;
65
70
  top?: number;
66
71
  bottom?: number;
67
- };
68
- }>>>;
72
+ }>>>;
73
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
74
+ background: z.ZodOptional<z.ZodNullable<z.ZodString>>;
75
+ backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
76
+ padding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
77
+ top: z.ZodNumber;
78
+ bottom: z.ZodNumber;
79
+ right: z.ZodNumber;
80
+ left: z.ZodNumber;
81
+ }, "strip", z.ZodTypeAny, {
82
+ left?: number;
83
+ right?: number;
84
+ top?: number;
85
+ bottom?: number;
86
+ }, {
87
+ left?: number;
88
+ right?: number;
89
+ top?: number;
90
+ bottom?: number;
91
+ }>>>;
92
+ mobilePadding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
93
+ top: z.ZodNumber;
94
+ bottom: z.ZodNumber;
95
+ right: z.ZodNumber;
96
+ left: z.ZodNumber;
97
+ }, "strip", z.ZodTypeAny, {
98
+ left?: number;
99
+ right?: number;
100
+ top?: number;
101
+ bottom?: number;
102
+ }, {
103
+ left?: number;
104
+ right?: number;
105
+ top?: number;
106
+ bottom?: number;
107
+ }>>>;
108
+ }, z.ZodTypeAny, "passthrough">>>>;
69
109
  props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
70
110
  columns: z.ZodTuple<[z.ZodObject<{
71
111
  childrenIds: z.ZodArray<z.ZodString, "many">;
@@ -156,37 +196,77 @@ declare const ColumnsContainerPropsSchema: z.ZodObject<{
156
196
  top?: number;
157
197
  bottom?: number;
158
198
  }>>>;
159
- }, "strip", z.ZodTypeAny, {
160
- background?: string;
161
- backgroundColor?: string;
162
- padding?: {
199
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
200
+ background: z.ZodOptional<z.ZodNullable<z.ZodString>>;
201
+ backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
202
+ padding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
203
+ top: z.ZodNumber;
204
+ bottom: z.ZodNumber;
205
+ right: z.ZodNumber;
206
+ left: z.ZodNumber;
207
+ }, "strip", z.ZodTypeAny, {
163
208
  left?: number;
164
209
  right?: number;
165
210
  top?: number;
166
211
  bottom?: number;
167
- };
168
- mobilePadding?: {
212
+ }, {
169
213
  left?: number;
170
214
  right?: number;
171
215
  top?: number;
172
216
  bottom?: number;
173
- };
174
- }, {
175
- background?: string;
176
- backgroundColor?: string;
177
- padding?: {
217
+ }>>>;
218
+ mobilePadding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
219
+ top: z.ZodNumber;
220
+ bottom: z.ZodNumber;
221
+ right: z.ZodNumber;
222
+ left: z.ZodNumber;
223
+ }, "strip", z.ZodTypeAny, {
178
224
  left?: number;
179
225
  right?: number;
180
226
  top?: number;
181
227
  bottom?: number;
182
- };
183
- mobilePadding?: {
228
+ }, {
184
229
  left?: number;
185
230
  right?: number;
186
231
  top?: number;
187
232
  bottom?: number;
188
- };
189
- }>>>;
233
+ }>>>;
234
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
235
+ background: z.ZodOptional<z.ZodNullable<z.ZodString>>;
236
+ backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
237
+ padding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
238
+ top: z.ZodNumber;
239
+ bottom: z.ZodNumber;
240
+ right: z.ZodNumber;
241
+ left: z.ZodNumber;
242
+ }, "strip", z.ZodTypeAny, {
243
+ left?: number;
244
+ right?: number;
245
+ top?: number;
246
+ bottom?: number;
247
+ }, {
248
+ left?: number;
249
+ right?: number;
250
+ top?: number;
251
+ bottom?: number;
252
+ }>>>;
253
+ mobilePadding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
254
+ top: z.ZodNumber;
255
+ bottom: z.ZodNumber;
256
+ right: z.ZodNumber;
257
+ left: z.ZodNumber;
258
+ }, "strip", z.ZodTypeAny, {
259
+ left?: number;
260
+ right?: number;
261
+ top?: number;
262
+ bottom?: number;
263
+ }, {
264
+ left?: number;
265
+ right?: number;
266
+ top?: number;
267
+ bottom?: number;
268
+ }>>>;
269
+ }, z.ZodTypeAny, "passthrough">>>>;
190
270
  props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
191
271
  columns: z.ZodTuple<[z.ZodObject<{
192
272
  childrenIds: z.ZodArray<z.ZodString, "many">;
@@ -277,37 +357,77 @@ declare const ColumnsContainerPropsSchema: z.ZodObject<{
277
357
  top?: number;
278
358
  bottom?: number;
279
359
  }>>>;
280
- }, "strip", z.ZodTypeAny, {
281
- background?: string;
282
- backgroundColor?: string;
283
- padding?: {
360
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
361
+ background: z.ZodOptional<z.ZodNullable<z.ZodString>>;
362
+ backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
363
+ padding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
364
+ top: z.ZodNumber;
365
+ bottom: z.ZodNumber;
366
+ right: z.ZodNumber;
367
+ left: z.ZodNumber;
368
+ }, "strip", z.ZodTypeAny, {
284
369
  left?: number;
285
370
  right?: number;
286
371
  top?: number;
287
372
  bottom?: number;
288
- };
289
- mobilePadding?: {
373
+ }, {
290
374
  left?: number;
291
375
  right?: number;
292
376
  top?: number;
293
377
  bottom?: number;
294
- };
295
- }, {
296
- background?: string;
297
- backgroundColor?: string;
298
- padding?: {
378
+ }>>>;
379
+ mobilePadding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
380
+ top: z.ZodNumber;
381
+ bottom: z.ZodNumber;
382
+ right: z.ZodNumber;
383
+ left: z.ZodNumber;
384
+ }, "strip", z.ZodTypeAny, {
299
385
  left?: number;
300
386
  right?: number;
301
387
  top?: number;
302
388
  bottom?: number;
303
- };
304
- mobilePadding?: {
389
+ }, {
305
390
  left?: number;
306
391
  right?: number;
307
392
  top?: number;
308
393
  bottom?: number;
309
- };
310
- }>>>;
394
+ }>>>;
395
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
396
+ background: z.ZodOptional<z.ZodNullable<z.ZodString>>;
397
+ backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
398
+ padding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
399
+ top: z.ZodNumber;
400
+ bottom: z.ZodNumber;
401
+ right: z.ZodNumber;
402
+ left: z.ZodNumber;
403
+ }, "strip", z.ZodTypeAny, {
404
+ left?: number;
405
+ right?: number;
406
+ top?: number;
407
+ bottom?: number;
408
+ }, {
409
+ left?: number;
410
+ right?: number;
411
+ top?: number;
412
+ bottom?: number;
413
+ }>>>;
414
+ mobilePadding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
415
+ top: z.ZodNumber;
416
+ bottom: z.ZodNumber;
417
+ right: z.ZodNumber;
418
+ left: z.ZodNumber;
419
+ }, "strip", z.ZodTypeAny, {
420
+ left?: number;
421
+ right?: number;
422
+ top?: number;
423
+ bottom?: number;
424
+ }, {
425
+ left?: number;
426
+ right?: number;
427
+ top?: number;
428
+ bottom?: number;
429
+ }>>>;
430
+ }, z.ZodTypeAny, "passthrough">>>>;
311
431
  props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
312
432
  columns: z.ZodTuple<[z.ZodObject<{
313
433
  childrenIds: z.ZodArray<z.ZodString, "many">;
@@ -1 +1 @@
1
- {"version":3,"file":"ColumnsContainerPropsSchema.d.ts","sourceRoot":"","sources":["../../../../../../src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,QAAA,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAejB,CAAC;AAEjB,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAChF,eAAe,2BAA2B,CAAC"}
1
+ {"version":3,"file":"ColumnsContainerPropsSchema.d.ts","sourceRoot":"","sources":["../../../../../../src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,QAAA,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAejB,CAAC;AAEjB,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAChF,eAAe,2BAA2B,CAAC"}