easy-email-pro-editor 1.50.8 → 1.50.9

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.
@@ -96,6 +96,7 @@ export interface BasicEditorProps extends Partial<Pick<EditableProps, "onDOMBefo
96
96
  showPreviousLevelIcon?: boolean;
97
97
  showBlockPaths?: boolean;
98
98
  loadingElement?: React.ReactNode;
99
+ enabledHtmlBlockNodeAlign?: boolean;
99
100
  handleUploadClick?: ({ onChange, accept, }: {
100
101
  onChange: (url: string) => void;
101
102
  accept?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-email-pro-editor",
3
- "version": "1.50.8",
3
+ "version": "1.50.9",
4
4
  "description": "",
5
5
  "files": [
6
6
  "lib"