@bigbinary/neeto-editor 1.47.106 → 1.47.108

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 (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-editor",
3
- "version": "1.47.106",
3
+ "version": "1.47.108",
4
4
  "types": "./types.d.ts",
5
5
  "description": "neetoEditor is the library that drives the rich text experience in all neeto products built at BigBinary",
6
6
  "keywords": [
package/types.d.ts CHANGED
@@ -110,6 +110,7 @@ interface EditorProps {
110
110
  contentClassName?: string;
111
111
  contentWrapperClassName?: string;
112
112
  contentAttributes?: { [key: string]: string };
113
+ disableTrimOnBlur?: boolean;
113
114
  onChange?: (htmlContent: string) => void;
114
115
  onFocus?: EditorFocus;
115
116
  onBlur?: EditorFocus;