easy-email-pro-editor 1.50.10 → 1.50.12

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