email-builder-online 3.5.4 → 3.6.1

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/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.d.ts.map +1 -1
  2. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HeadingSidebarPanel.d.ts.map +1 -1
  3. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.d.ts +5 -1
  4. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.d.ts.map +1 -1
  5. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BackgroundImageInput.d.ts.map +1 -1
  6. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/LinksInput.d.ts.map +1 -1
  7. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColumnWidthsInput.d.ts.map +1 -1
  8. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontWeightInput.d.ts.map +1 -1
  9. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ImageInput.d.ts.map +1 -1
  10. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeButton.d.ts.map +1 -1
  11. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeSelector.d.ts.map +1 -1
  12. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputWidth.d.ts.map +1 -1
  13. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InspectorPillToggleGroup.d.ts +14 -0
  14. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InspectorPillToggleGroup.d.ts.map +1 -0
  15. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PropertyLabelWithWarning.d.ts +9 -0
  16. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PropertyLabelWithWarning.d.ts.map +1 -0
  17. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SelectScreen.d.ts.map +1 -1
  18. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/Shape.d.ts.map +1 -1
  19. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/WarningIcon.d.ts +7 -0
  20. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/WarningIcon.d.ts.map +1 -0
  21. package/dist/editor-sample/src/App/TemplatePanel/helper/cleanDocument.d.ts.map +1 -1
  22. package/dist/editor-sample/src/App/TemplatePanel/index.d.ts.map +1 -1
  23. package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts +15 -6
  24. package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts.map +1 -1
  25. package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutPropsSchema.d.ts +4 -4
  26. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/PlaceholderButton.d.ts +1 -3
  27. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/PlaceholderButton.d.ts.map +1 -1
  28. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/index.d.ts +1 -3
  29. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/index.d.ts.map +1 -1
  30. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/index.d.ts +3 -3
  31. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/index.d.ts.map +1 -1
  32. package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/EditorBlockWrapper.d.ts.map +1 -1
  33. package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/TuneMenu.d.ts.map +1 -1
  34. package/dist/editor-sample/src/documents/editor/EditorContext.d.ts +36 -35
  35. package/dist/editor-sample/src/documents/editor/EditorContext.d.ts.map +1 -1
  36. package/dist/editor-sample/src/documents/editor/core.d.ts +94 -76
  37. package/dist/editor-sample/src/documents/editor/core.d.ts.map +1 -1
  38. package/dist/editor-sample/src/locales/en-US/common.json.d.ts +1 -3
  39. package/dist/editor-sample/src/locales/en-US/inspector.json.d.ts +17 -6
  40. package/dist/editor-sample/src/locales/es-419/common.json.d.ts +1 -3
  41. package/dist/editor-sample/src/locales/es-419/inspector.json.d.ts +16 -2
  42. package/dist/editor-sample/src/locales/it-IT/common.json.d.ts +1 -3
  43. package/dist/editor-sample/src/locales/it-IT/inspector.json.d.ts +16 -2
  44. package/dist/editor-sample/src/theme.d.ts +2 -0
  45. package/dist/editor-sample/src/theme.d.ts.map +1 -1
  46. package/dist/index.cjs +273 -232
  47. package/dist/index.mjs +18686 -18450
  48. package/package.json +1 -1
  49. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/ListEndSlotContext.d.ts +0 -8
  50. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/ListEndSlotContext.d.ts.map +0 -1
@@ -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,2CAsH1F"}
1
+ {"version":3,"file":"ColumnsContainerSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.tsx"],"names":[],"mappings":"AAWA,OAAoC,EAClC,qBAAqB,EACtB,MAAM,2EAA2E,CAAC;AAgBnF,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,2CAgL1F"}
@@ -1 +1 @@
1
- {"version":3,"file":"HeadingSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/HeadingSidebarPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAA4C,MAAM,mBAAmB,CAAC;AAS3F,KAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,YAAY,CAAC;IACnB,OAAO,EAAE,CAAC,CAAC,EAAE,YAAY,KAAK,IAAI,CAAC;CACpC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,wBAAwB,2CAgDtF"}
1
+ {"version":3,"file":"HeadingSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/HeadingSidebarPanel.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAA4C,MAAM,mBAAmB,CAAC;AAS3F,KAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,YAAY,CAAC;IACnB,OAAO,EAAE,CAAC,CAAC,EAAE,YAAY,KAAK,IAAI,CAAC;CACpC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,wBAAwB,2CA+DtF"}
@@ -26,7 +26,11 @@ type Props = {
26
26
  isParent?: boolean;
27
27
  overflow?: 'visible' | 'hidden' | 'scroll' | 'auto' | 'inherit' | 'initial' | 'unset';
28
28
  display?: 'block' | 'inline-block';
29
+ /** When set (e.g. 0 for Divider), avoids inherited layout line-height inflating table cell height. */
30
+ lineHeight?: React.CSSProperties['lineHeight'];
31
+ /** When set (e.g. 0 for Divider with lineHeight 0), removes font-metrics strut so 1px lines stay 1px. */
32
+ fontSize?: React.CSSProperties['fontSize'];
29
33
  };
30
- export default function Wrapper({ className, background, backgroundColor, padding, width, align, children, border, borderRadius, isParent, overflow, }: Props): import("react/jsx-runtime").JSX.Element;
34
+ export default function Wrapper({ className, background, backgroundColor, padding, width, align, children, border, borderRadius, isParent, overflow, display, lineHeight, fontSize, }: Props): import("react/jsx-runtime").JSX.Element;
31
35
  export {};
32
36
  //# sourceMappingURL=Wrapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,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,KAAK,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,EAAE,CAAC;IACpD,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"}
1
+ {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,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,KAAK,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,EAAE,CAAC;IACpD,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;IACpC,sGAAsG;IACtG,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;IAC/C,yGAAyG;IACzG,QAAQ,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;CAC5C,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,EACpB,OAAO,EACP,UAAU,EACV,QAAQ,GACT,EAAE,KAAK,2CA6EX"}
@@ -1 +1 @@
1
- {"version":3,"file":"BackgroundImageInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BackgroundImageInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmC,MAAM,OAAO,CAAC;AAkCxD,UAAU,eAAe;IACvB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;CAChB;AAcD,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CACxB,eAAe,GAAG;IAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,EAAE,MAAM,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;CAAE,CA63BjF,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"BackgroundImageInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BackgroundImageInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmC,MAAM,OAAO,CAAC;AAsCxD,UAAU,eAAe;IACvB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;CAChB;AAcD,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CACxB,eAAe,GAAG;IAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,EAAE,MAAM,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;CAAE,CAk4BjF,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"LinksInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/LinksInput.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AAOvD,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,CAAC,EAAE;QAAE,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAAC,SAAS,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;CACzE,CAAA;AAED,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAgHnC,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"LinksInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/LinksInput.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AAQvD,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,CAAC,EAAE;QAAE,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAAC,SAAS,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;CACzE,CAAA;AAED,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAoFnC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ColumnWidthsInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColumnWidthsInput.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,iBAAiB,EAAU,CAAC,MAAM,CAAC,CAAC;AACjD,eAAO,MAAM,iBAAiB,EAAa,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAG5D,KAAK,WAAW,GAAG;IAEb,MAAM,GAAG,IAAI,GAAG,SAAS;IACzB,MAAM,GAAG,IAAI,GAAG,SAAS;IACzB,MAAM,GAAG,IAAI,GAAG,SAAS;CAC9B,CAAC;AACF,KAAK,uBAAuB,GAAG;IAC7B,YAAY,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7C,QAAQ,EAAE,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS,KAAK,IAAI,CAAC;IACtD,YAAY,EAAE,CAAC,GAAG,CAAC,CAAC;CACrB,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EAAC,YAAY,EAAE,QAAQ,EAAE,YAAY,EAAC,EAAE,uBAAuB,2CAsExG"}
1
+ {"version":3,"file":"ColumnWidthsInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColumnWidthsInput.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,iBAAiB,EAAU,CAAC,MAAM,CAAC,CAAC;AACjD,eAAO,MAAM,iBAAiB,EAAa,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAG5D,KAAK,WAAW,GAAG;IAEb,MAAM,GAAG,IAAI,GAAG,SAAS;IACzB,MAAM,GAAG,IAAI,GAAG,SAAS;IACzB,MAAM,GAAG,IAAI,GAAG,SAAS;CAC9B,CAAC;AACF,KAAK,uBAAuB,GAAG;IAC7B,YAAY,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7C,QAAQ,EAAE,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS,KAAK,IAAI,CAAC;IACtD,YAAY,EAAE,CAAC,GAAG,CAAC,CAAC;CACrB,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EAAC,YAAY,EAAE,QAAQ,EAAE,YAAY,EAAC,EAAE,uBAAuB,2CAqExG"}
@@ -1 +1 @@
1
- {"version":3,"file":"FontWeightInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontWeightInput.tsx"],"names":[],"mappings":"AAMA,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,KAAK,2CAoB/E"}
1
+ {"version":3,"file":"FontWeightInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontWeightInput.tsx"],"names":[],"mappings":"AAQA,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,KAAK,2CA+B/E"}
@@ -1 +1 @@
1
- {"version":3,"file":"ImageInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ImageInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAoB3D,UAAU,eAAe;IACvB,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAqiBzC,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"ImageInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ImageInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAoB3D,UAAU,eAAe;IACvB,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAsiBzC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -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,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
+ {"version":3,"file":"InputSizeButton.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeButton.tsx"],"names":[],"mappings":"AAoBA,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,2CAoQ1B"}
@@ -1 +1 @@
1
- {"version":3,"file":"InputSizeSelector.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeSelector.tsx"],"names":[],"mappings":"AAYA,QAAA,MAAM,YAAY,GAAI;;;;CAAqD,4CAuJ1E,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"InputSizeSelector.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeSelector.tsx"],"names":[],"mappings":"AAUA,QAAA,MAAM,YAAY,GAAI;;;;CAAoD,4CA8HzE,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"InputWidth.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputWidth.tsx"],"names":[],"mappings":"AAQA,KAAK,yBAAyB,GAAG;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,EAAE,CAAC,OAAO,EAAE;QAAE,SAAS,CAAC,EAAE,OAAO,CAAC;QAAC,eAAe,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;IAChF,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,EAC3C,SAAS,EACT,eAAe,EACf,QAAQ,EACR,KAAe,EAChB,EAAE,yBAAyB,2CA8C3B"}
1
+ {"version":3,"file":"InputWidth.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputWidth.tsx"],"names":[],"mappings":"AASA,KAAK,yBAAyB,GAAG;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,EAAE,CAAC,OAAO,EAAE;QAAE,SAAS,CAAC,EAAE,OAAO,CAAC;QAAC,eAAe,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;IAChF,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,EAC3C,SAAS,EACT,eAAe,EACf,QAAQ,EACR,KAAe,EAChB,EAAE,yBAAyB,2CAwD3B"}
@@ -0,0 +1,14 @@
1
+ import { default as React } from 'react';
2
+ export type PillToggleOption = {
3
+ value: string;
4
+ label: React.ReactNode;
5
+ icon?: React.ReactNode;
6
+ };
7
+ type Props = {
8
+ value: string;
9
+ onChange: (v: string) => void;
10
+ options: PillToggleOption[];
11
+ };
12
+ export default function InspectorPillToggleGroup({ value, onChange, options }: Props): import("react/jsx-runtime").JSX.Element;
13
+ export {};
14
+ //# sourceMappingURL=InspectorPillToggleGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InspectorPillToggleGroup.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InspectorPillToggleGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9B,OAAO,EAAE,gBAAgB,EAAE,CAAC;CAC7B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,KAAK,2CA0BnF"}
@@ -0,0 +1,9 @@
1
+ import { default as React } from 'react';
2
+ type Props = {
3
+ label: React.ReactNode;
4
+ tooltipTitle: React.ReactNode;
5
+ hideWarning?: boolean;
6
+ };
7
+ export default function PropertyLabelWithWarning({ label, tooltipTitle, hideWarning }: Props): import("react/jsx-runtime").JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=PropertyLabelWithWarning.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PropertyLabelWithWarning.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PropertyLabelWithWarning.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,YAAY,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,EAAE,KAAK,2CAyB3F"}
@@ -1 +1 @@
1
- {"version":3,"file":"SelectScreen.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SelectScreen.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,kBAAkB,+CAwEvB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"SelectScreen.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SelectScreen.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,kBAAkB,+CAmCvB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -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;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
+ {"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;AAYtD,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,CAoMzB,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { SvgIconProps } from '../../../../../../../node_modules/@mui/material/SvgIcon';
2
+ /**
3
+ * Custom warning triangle icon for inspector labels and tooltips.
4
+ * Uses `currentColor` so parent `color` / theme (e.g. `warning.main`) controls the stroke.
5
+ */
6
+ export declare function WarningIcon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=WarningIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WarningIcon.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/WarningIcon.tsx"],"names":[],"mappings":"AAAA,OAAgB,EAAE,KAAK,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAEnE;;;GAGG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,YAAY,2CAa9C"}
@@ -1 +1 @@
1
- {"version":3,"file":"cleanDocument.d.ts","sourceRoot":"","sources":["../../../../../../src/App/TemplatePanel/helper/cleanDocument.ts"],"names":[],"mappings":"AAoDA,UAAU,eAAe;IACvB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AA4QD,QAAA,MAAM,aAAa,GAAI,UAAU,eAAe,KAAG;IAAE,eAAe,EAAE,eAAe,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAsWjG,CAAC;AAEF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"cleanDocument.d.ts","sourceRoot":"","sources":["../../../../../../src/App/TemplatePanel/helper/cleanDocument.ts"],"names":[],"mappings":"AAuDA,UAAU,eAAe;IACvB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AA4QD,QAAA,MAAM,aAAa,GAAI,UAAU,eAAe,KAAG;IAAE,eAAe,EAAE,eAAe,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAibjG,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/App/TemplatePanel/index.tsx"],"names":[],"mappings":"AAmFA,KAAK,kBAAkB,GAAG;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,MAAM,EACN,aAAa,EACb,eAAsB,EACtB,gBAAuB,EACvB,aAAqB,EACrB,aAAoB,EACpB,mBAA0B,GAC3B,EAAE,kBAAkB,2CAuepB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/App/TemplatePanel/index.tsx"],"names":[],"mappings":"AAmFA,KAAK,kBAAkB,GAAG;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,MAAM,EACN,aAAa,EACb,eAAsB,EACtB,gBAAuB,EACvB,aAAqB,EACrB,aAAoB,EACpB,mBAA0B,GAC3B,EAAE,kBAAkB,2CAwepB"}
@@ -131,12 +131,14 @@ declare const ColumnsContainerPropsSchema: z.ZodObject<{
131
131
  layout: z.ZodNullable<z.ZodOptional<z.ZodString>>;
132
132
  contentAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
133
133
  contentAlignmentMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
134
+ stackColumnsOnMobile: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
134
135
  }, "strip", z.ZodTypeAny, {
136
+ layout?: string;
135
137
  fixedWidths?: [number, number, number, ...unknown[]];
136
138
  columnsCount?: 2 | 3;
137
- layout?: string;
138
139
  contentAlignment?: "top" | "bottom" | "middle";
139
140
  contentAlignmentMobile?: "top" | "bottom" | "middle";
141
+ stackColumnsOnMobile?: boolean;
140
142
  columns?: [{
141
143
  childrenIds?: string[];
142
144
  }, {
@@ -145,11 +147,12 @@ declare const ColumnsContainerPropsSchema: z.ZodObject<{
145
147
  childrenIds?: string[];
146
148
  }, ...unknown[]];
147
149
  }, {
150
+ layout?: string;
148
151
  fixedWidths?: [number, number, number, ...unknown[]];
149
152
  columnsCount?: 2 | 3;
150
- layout?: string;
151
153
  contentAlignment?: "top" | "bottom" | "middle";
152
154
  contentAlignmentMobile?: "top" | "bottom" | "middle";
155
+ stackColumnsOnMobile?: boolean;
153
156
  columns?: [{
154
157
  childrenIds?: string[];
155
158
  }, {
@@ -292,12 +295,14 @@ declare const ColumnsContainerPropsSchema: z.ZodObject<{
292
295
  layout: z.ZodNullable<z.ZodOptional<z.ZodString>>;
293
296
  contentAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
294
297
  contentAlignmentMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
298
+ stackColumnsOnMobile: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
295
299
  }, "strip", z.ZodTypeAny, {
300
+ layout?: string;
296
301
  fixedWidths?: [number, number, number, ...unknown[]];
297
302
  columnsCount?: 2 | 3;
298
- layout?: string;
299
303
  contentAlignment?: "top" | "bottom" | "middle";
300
304
  contentAlignmentMobile?: "top" | "bottom" | "middle";
305
+ stackColumnsOnMobile?: boolean;
301
306
  columns?: [{
302
307
  childrenIds?: string[];
303
308
  }, {
@@ -306,11 +311,12 @@ declare const ColumnsContainerPropsSchema: z.ZodObject<{
306
311
  childrenIds?: string[];
307
312
  }, ...unknown[]];
308
313
  }, {
314
+ layout?: string;
309
315
  fixedWidths?: [number, number, number, ...unknown[]];
310
316
  columnsCount?: 2 | 3;
311
- layout?: string;
312
317
  contentAlignment?: "top" | "bottom" | "middle";
313
318
  contentAlignmentMobile?: "top" | "bottom" | "middle";
319
+ stackColumnsOnMobile?: boolean;
314
320
  columns?: [{
315
321
  childrenIds?: string[];
316
322
  }, {
@@ -453,12 +459,14 @@ declare const ColumnsContainerPropsSchema: z.ZodObject<{
453
459
  layout: z.ZodNullable<z.ZodOptional<z.ZodString>>;
454
460
  contentAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
455
461
  contentAlignmentMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
462
+ stackColumnsOnMobile: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
456
463
  }, "strip", z.ZodTypeAny, {
464
+ layout?: string;
457
465
  fixedWidths?: [number, number, number, ...unknown[]];
458
466
  columnsCount?: 2 | 3;
459
- layout?: string;
460
467
  contentAlignment?: "top" | "bottom" | "middle";
461
468
  contentAlignmentMobile?: "top" | "bottom" | "middle";
469
+ stackColumnsOnMobile?: boolean;
462
470
  columns?: [{
463
471
  childrenIds?: string[];
464
472
  }, {
@@ -467,11 +475,12 @@ declare const ColumnsContainerPropsSchema: z.ZodObject<{
467
475
  childrenIds?: string[];
468
476
  }, ...unknown[]];
469
477
  }, {
478
+ layout?: string;
470
479
  fixedWidths?: [number, number, number, ...unknown[]];
471
480
  columnsCount?: 2 | 3;
472
- layout?: string;
473
481
  contentAlignment?: "top" | "bottom" | "middle";
474
482
  contentAlignmentMobile?: "top" | "bottom" | "middle";
483
+ stackColumnsOnMobile?: boolean;
475
484
  columns?: [{
476
485
  childrenIds?: string[];
477
486
  }, {
@@ -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"}
@@ -11,11 +11,11 @@ declare const EmailLayoutPropsSchema: z.ZodObject<{
11
11
  linkColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
12
  underline: z.ZodBoolean;
13
13
  }, "strip", z.ZodTypeAny, {
14
- linkColor?: string;
15
14
  underline?: boolean;
16
- }, {
17
15
  linkColor?: string;
16
+ }, {
18
17
  underline?: boolean;
18
+ linkColor?: string;
19
19
  }>>>;
20
20
  showVersion: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
21
21
  }, "strip", z.ZodTypeAny, {
@@ -26,8 +26,8 @@ declare const EmailLayoutPropsSchema: z.ZodObject<{
26
26
  textColor?: string;
27
27
  childrenIds?: string[];
28
28
  linkGlobal?: {
29
- linkColor?: string;
30
29
  underline?: boolean;
30
+ linkColor?: string;
31
31
  };
32
32
  showVersion?: boolean;
33
33
  fontFamily?: any;
@@ -39,8 +39,8 @@ declare const EmailLayoutPropsSchema: z.ZodObject<{
39
39
  textColor?: string;
40
40
  childrenIds?: string[];
41
41
  linkGlobal?: {
42
- linkColor?: string;
43
42
  underline?: boolean;
43
+ linkColor?: string;
44
44
  };
45
45
  showVersion?: boolean;
46
46
  fontFamily?: any;
@@ -1,8 +1,6 @@
1
1
  type Props = {
2
2
  onClick: () => void;
3
- /** Wider dashed control with label for the permanent “add at end” slot. */
4
- listEnd?: boolean;
5
3
  };
6
- export default function PlaceholderButton({ onClick, listEnd }: Props): import("react/jsx-runtime").JSX.Element;
4
+ export default function PlaceholderButton({ onClick }: Props): import("react/jsx-runtime").JSX.Element;
7
5
  export {};
8
6
  //# sourceMappingURL=PlaceholderButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PlaceholderButton.d.ts","sourceRoot":"","sources":["../../../../../../../../src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/PlaceholderButton.tsx"],"names":[],"mappings":"AAMA,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,2EAA2E;IAC3E,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EAAE,OAAO,EAAE,OAAe,EAAE,EAAE,KAAK,2CA8E5E"}
1
+ {"version":3,"file":"PlaceholderButton.d.ts","sourceRoot":"","sources":["../../../../../../../../src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/PlaceholderButton.tsx"],"names":[],"mappings":"AAKA,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EAAE,OAAO,EAAE,EAAE,KAAK,2CA4B3D"}
@@ -1,10 +1,8 @@
1
1
  import { TEditorBlock } from '../../../../editor/core';
2
2
  type Props = {
3
3
  placeholder?: boolean;
4
- /** When true with `placeholder`, shows labeled “add at end of list” styling (canvas / container footer). */
5
- listEndPlaceholder?: boolean;
6
4
  onSelect: (block: TEditorBlock) => void;
7
5
  };
8
- export default function AddBlockButton({ onSelect, placeholder, listEndPlaceholder }: Props): import("react/jsx-runtime").JSX.Element;
6
+ export default function AddBlockButton({ onSelect, placeholder }: Props): import("react/jsx-runtime").JSX.Element;
9
7
  export {};
10
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAOvD,KAAK,KAAK,GAAG;IACX,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,4GAA4G;IAC5G,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,QAAQ,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK,IAAI,CAAC;CACzC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,kBAAkB,EAAE,EAAE,KAAK,2CAwC1F"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAOvD,KAAK,KAAK,GAAG;IACX,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK,IAAI,CAAC;CACzC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,EAAE,KAAK,2CAwCtE"}
@@ -10,8 +10,8 @@ export type EditorChildrenIdsProps = {
10
10
  parentId: string;
11
11
  position?: number;
12
12
  isNotClient?: boolean;
13
- /** `root`: pie de lista siempre en edición. `nested`: Container/columnas; slot dentro del último hijo para conservar hover. */
14
- listEndPolicy?: 'root' | 'nested';
13
+ /** Canvas raíz (`EmailLayout`): lista raíz del documento. Container/columnas no lo usan. */
14
+ listEndPolicy?: 'root';
15
15
  };
16
- export default function EditorChildrenIds({ childrenIds, onChange, parentId, position, isNotClient, listEndPolicy, }: EditorChildrenIdsProps): import("react/jsx-runtime").JSX.Element | import("react/jsx-runtime").JSX.Element[];
16
+ export default function EditorChildrenIds({ childrenIds, onChange, parentId, position, isNotClient, }: EditorChildrenIdsProps): import("react/jsx-runtime").JSX.Element | import("react/jsx-runtime").JSX.Element[];
17
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/documents/blocks/helpers/EditorChildrenIds/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAYpD,MAAM,MAAM,oBAAoB,GAAG;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,YAAY,CAAC;IACpB,WAAW,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC;AAaF,MAAM,MAAM,sBAAsB,GAAG;IACnC,WAAW,EAAE,MAAM,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACzC,QAAQ,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAC9C,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,+HAA+H;IAC/H,aAAa,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;CACnC,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACxC,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,aAAwB,GACzB,EAAE,sBAAsB,uFA4JxB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/documents/blocks/helpers/EditorChildrenIds/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAUpD,MAAM,MAAM,oBAAoB,GAAG;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,YAAY,CAAC;IACpB,WAAW,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC;AAMF,MAAM,MAAM,sBAAsB,GAAG;IACnC,WAAW,EAAE,MAAM,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACzC,QAAQ,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAC9C,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,4FAA4F;IAC5F,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACxC,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,WAAW,GACZ,EAAE,sBAAsB,uFA4FxB"}
@@ -1 +1 @@
1
- {"version":3,"file":"EditorBlockWrapper.d.ts","sourceRoot":"","sources":["../../../../../../../src/documents/blocks/helpers/block-wrappers/EditorBlockWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgF,MAAM,OAAO,CAAC;AAgGrG,iGAAiG;AACjG,KAAK,4BAA4B,GAAG;IAClC,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAC3C,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAC/C,SAAS,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;CAC9C,CAAC;AAEF,KAAK,wBAAwB,GAAG;IAC9B,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC,4BAA4B,CAAC,CAAC;IAC3D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAuCF,iBAAS,uBAAuB,CAAC,EAAE,QAAQ,EAAE,OAAc,EAAE,WAAmB,EAAE,EAAE,wBAAwB,2CA0f3G;AAGD,QAAA,MAAM,kBAAkB,2DAUtB,CAAC;AAEH,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"EditorBlockWrapper.d.ts","sourceRoot":"","sources":["../../../../../../../src/documents/blocks/helpers/block-wrappers/EditorBlockWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoE,MAAM,OAAO,CAAC;AAyFzF,iGAAiG;AACjG,KAAK,4BAA4B,GAAG;IAClC,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAC3C,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAC/C,SAAS,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;CAC9C,CAAC;AAEF,KAAK,wBAAwB,GAAG;IAC9B,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC,4BAA4B,CAAC,CAAC;IAC3D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAuCF,iBAAS,uBAAuB,CAAC,EAAE,QAAQ,EAAE,OAAc,EAAE,WAAmB,EAAE,EAAE,wBAAwB,2CAif3G;AAGD,QAAA,MAAM,kBAAkB,2DAUtB,CAAC;AAEH,eAAe,kBAAkB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TuneMenu.d.ts","sourceRoot":"","sources":["../../../../../../../src/documents/blocks/helpers/block-wrappers/TuneMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyD,MAAM,OAAO,CAAC;AAqC9E,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAKF,iBAAS,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE,KAAK,2CAyOxC;AAGD,QAAA,MAAM,QAAQ,iDAAsB,CAAC;AACrC,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"TuneMenu.d.ts","sourceRoot":"","sources":["../../../../../../../src/documents/blocks/helpers/block-wrappers/TuneMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyD,MAAM,OAAO,CAAC;AA6C9E,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAKF,iBAAS,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE,KAAK,2CA2PxC;AAGD,QAAA,MAAM,QAAQ,iDAAsB,CAAC;AACrC,eAAe,QAAQ,CAAC"}