@bigbinary/neeto-editor 1.28.3 → 1.28.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-editor",
3
- "version": "1.28.3",
3
+ "version": "1.28.5",
4
4
  "main": "./index.cjs.js",
5
5
  "module": "./index.js",
6
6
  "types": "./types.d.ts",
package/types.d.ts CHANGED
@@ -123,6 +123,7 @@ interface EditorProps {
123
123
  onChangeAttachments?: (attachments: attachment[]) => void;
124
124
  showAttachmentsToastr?: boolean;
125
125
  children?: ReactNode;
126
+ openImageInNewTab?: boolean;
126
127
  [otherProps: string]: any;
127
128
  }
128
129