@bigbinary/neeto-editor 1.47.67 → 1.47.69
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/dist/Editor.js +19 -9
- package/dist/Editor.js.map +1 -1
- package/dist/FormikEditor.js +2 -2
- package/dist/Menu.js +2 -2
- package/dist/{chunk-BYP78yHy.js → chunk-Bb0y1lai.js} +54 -33
- package/dist/chunk-Bb0y1lai.js.map +1 -0
- package/dist/cjs/Editor.cjs.js +19 -9
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/dist/cjs/FormikEditor.cjs.js +2 -2
- package/dist/cjs/Menu.cjs.js +2 -2
- package/dist/cjs/{chunk-TLlmBkfB.cjs.js → chunk-BwbMuztF.cjs.js} +54 -32
- package/dist/cjs/chunk-BwbMuztF.cjs.js.map +1 -0
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/editor-stats.html +1 -19
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-BYP78yHy.js.map +0 -1
- package/dist/cjs/chunk-TLlmBkfB.cjs.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ export { a as isEditorContentWithinLimit, i as isEditorEmpty, r as removeEmptyTa
|
|
|
6
6
|
export { A as Attachments } from './chunk-MIrbkNMQ.js';
|
|
7
7
|
export { default as Editor } from './Editor.js';
|
|
8
8
|
export { default as FormikEditor } from './FormikEditor.js';
|
|
9
|
-
export { M as Menu } from './chunk-
|
|
9
|
+
export { M as Menu } from './chunk-Bb0y1lai.js';
|
|
10
10
|
export { default as EditorContent } from './EditorContent.js';
|
|
11
11
|
import { n } from './chunk-DmrvuTKK.js';
|
|
12
12
|
import 'ramda';
|
|
@@ -119,7 +119,6 @@ import '@bigbinary/neeto-icons/Email';
|
|
|
119
119
|
import '@bigbinary/neeto-icons/Customize';
|
|
120
120
|
import '@bigbinary/neeto-icons/Refresh';
|
|
121
121
|
import 'react-colorful';
|
|
122
|
-
import '@bigbinary/neeto-molecules/DynamicVariables';
|
|
123
122
|
import '@bigbinary/neeto-image-uploader-frontend';
|
|
124
123
|
import '@bigbinary/neetoui/Tab';
|
|
125
124
|
import '@bigbinary/neetoui/formik/ActionBlock';
|
|
@@ -128,6 +127,7 @@ import '@bigbinary/neeto-icons/misc/Info';
|
|
|
128
127
|
import '@bigbinary/neeto-icons/misc/Warning';
|
|
129
128
|
import '@bigbinary/neeto-icons/misc/Danger';
|
|
130
129
|
import '@bigbinary/neeto-icons/misc/Success';
|
|
130
|
+
import '@bigbinary/neeto-molecules/DynamicVariables';
|
|
131
131
|
import 'dompurify';
|
|
132
132
|
import 'react-dom/client';
|
|
133
133
|
|
package/package.json
CHANGED