@bigbinary/neeto-editor 1.47.127 → 1.47.130

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.
@@ -30,7 +30,7 @@ import '../chunk-CF5f8-fy.js';
30
30
  import 'i18next';
31
31
  import 'yup';
32
32
  import 'react-dom/server';
33
- import '../chunk-C8O6gt0z.js';
33
+ import '../chunk-BSdgi_3H.js';
34
34
  import 'lucide-react';
35
35
  import '@bigbinary/neeto-atoms/primitives/Popover';
36
36
  import 'react-i18next';
package/dist/v2/Menu.js CHANGED
@@ -3,7 +3,7 @@ import '@babel/runtime/helpers/toConsumableArray';
3
3
  import '@babel/runtime/helpers/slicedToArray';
4
4
  import 'react';
5
5
  import 'ramda';
6
- export { M as default } from '../chunk-C8O6gt0z.js';
6
+ export { M as default } from '../chunk-BSdgi_3H.js';
7
7
  import 'react/jsx-runtime';
8
8
  import '../chunk-DDwycKmK.js';
9
9
  import 'i18next';
package/dist/v2/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export { E as EDITOR_OPTIONS } from '../chunk-DDwycKmK.js';
2
- export { D as DEFAULT_EDITOR_OPTIONS, M as Menu, i as isEditorOverlaysActive, a as isEmojiSuggestionsMenuActive, t as transformEditorContent } from '../chunk-C8O6gt0z.js';
2
+ export { D as DEFAULT_EDITOR_OPTIONS, M as Menu, i as isEditorOverlaysActive, a as isEmojiSuggestionsMenuActive, t as transformEditorContent } from '../chunk-BSdgi_3H.js';
3
3
  export { i as EditorContent, s as substituteVariables } from '../chunk-BwyS6si8.js';
4
4
  export { i as isEditorContentWithinLimit, a as isEditorEmpty, r as removeEmptyTags } from '../chunk-Qg4uQqj3.js';
5
5
  export { A as Attachments } from '../chunk--BjpQHaY.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-editor",
3
- "version": "1.47.127",
3
+ "version": "1.47.130",
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
@@ -103,6 +103,7 @@ interface EditorProps {
103
103
  required?: boolean;
104
104
  autoFocus?: boolean;
105
105
  hideSlashCommands?: boolean;
106
+ appendSuggestionsToBody?: boolean;
106
107
  defaults?: string[];
107
108
  addons?: string[];
108
109
  addonCommands?: Command[];