@bigbinary/neeto-editor 1.40.0 → 1.40.2
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/Attachments.js +17 -5
- package/dist/Attachments.js.map +1 -1
- package/dist/Editor.js +629 -508
- package/dist/Editor.js.map +1 -1
- package/dist/EditorContent.js +50 -41
- package/dist/EditorContent.js.map +1 -1
- package/dist/FormikEditor.js +91 -30
- package/dist/FormikEditor.js.map +1 -1
- package/dist/Menu.js +45 -5
- package/dist/Menu.js.map +1 -1
- package/dist/{chunk-b39dfdd8.js → chunk-1ac4a222.js} +832 -709
- package/dist/{chunk-b39dfdd8.js.map → chunk-1ac4a222.js.map} +1 -1
- package/dist/{chunk-6dabc0b1.js → chunk-54bb591c.js} +66 -43
- package/dist/{chunk-6dabc0b1.js.map → chunk-54bb591c.js.map} +1 -1
- package/dist/{chunk-52091cdb.js → chunk-91e5e60f.js} +186 -152
- package/dist/chunk-91e5e60f.js.map +1 -0
- package/dist/{chunk-c1e6a992.js → chunk-eafe8fe4.js} +24 -18
- package/dist/{chunk-c1e6a992.js.map → chunk-eafe8fe4.js.map} +1 -1
- package/dist/cjs/Attachments.cjs.js +17 -5
- package/dist/cjs/Attachments.cjs.js.map +1 -1
- package/dist/cjs/Editor.cjs.js +705 -548
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/dist/cjs/EditorContent.cjs.js +61 -50
- package/dist/cjs/EditorContent.cjs.js.map +1 -1
- package/dist/cjs/FormikEditor.cjs.js +94 -33
- package/dist/cjs/FormikEditor.cjs.js.map +1 -1
- package/dist/cjs/Menu.cjs.js +45 -5
- package/dist/cjs/Menu.cjs.js.map +1 -1
- package/dist/cjs/{chunk-d0720eac.cjs.js → chunk-391e4970.cjs.js} +214 -170
- package/dist/cjs/chunk-391e4970.cjs.js.map +1 -0
- package/dist/cjs/{chunk-3777ae13.cjs.js → chunk-969db227.cjs.js} +88 -60
- package/dist/cjs/{chunk-3777ae13.cjs.js.map → chunk-969db227.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-76a5f21a.cjs.js → chunk-ae47a2a1.cjs.js} +41 -31
- package/dist/cjs/{chunk-76a5f21a.cjs.js.map → chunk-ae47a2a1.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-d12e89fd.cjs.js → chunk-f5848160.cjs.js} +1034 -875
- package/dist/cjs/{chunk-d12e89fd.cjs.js.map → chunk-f5848160.cjs.js.map} +1 -1
- package/dist/cjs/index.cjs.js +66 -8
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/editor-stats.html +1 -1
- package/dist/index.js +66 -8
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
- package/dist/chunk-52091cdb.js.map +0 -1
- package/dist/cjs/chunk-d0720eac.cjs.js.map +0 -1
package/dist/Attachments.js
CHANGED
|
@@ -6,11 +6,13 @@ import '@babel/runtime/regenerator';
|
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import '@bigbinary/neeto-cist';
|
|
9
|
-
import '@bigbinary/neetoui';
|
|
9
|
+
import '@bigbinary/neetoui/Button';
|
|
10
|
+
import '@bigbinary/neetoui/Toastr';
|
|
10
11
|
import 'ramda';
|
|
11
12
|
import 'react-i18next';
|
|
12
|
-
import './chunk-
|
|
13
|
-
export { A as default } from './chunk-
|
|
13
|
+
import './chunk-eafe8fe4.js';
|
|
14
|
+
export { A as default } from './chunk-91e5e60f.js';
|
|
15
|
+
import 'react/jsx-runtime';
|
|
14
16
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
15
17
|
import 'zustand/shallow';
|
|
16
18
|
import 'axios';
|
|
@@ -20,10 +22,20 @@ import '@babel/runtime/helpers/createClass';
|
|
|
20
22
|
import '@babel/runtime/helpers/classCallCheck';
|
|
21
23
|
import './chunk-65f73e5a.js';
|
|
22
24
|
import 'i18next';
|
|
23
|
-
import '@bigbinary/neeto-icons';
|
|
25
|
+
import '@bigbinary/neeto-icons/LeftAlign';
|
|
26
|
+
import '@bigbinary/neeto-icons/CenterAlign';
|
|
27
|
+
import '@bigbinary/neeto-icons/RightAlign';
|
|
28
|
+
import '@bigbinary/neeto-icons/Delete';
|
|
24
29
|
import '@bigbinary/neeto-commons-frontend/initializers';
|
|
25
30
|
import './chunk-edd8b9fe.js';
|
|
26
|
-
import '@babel/runtime/helpers/extends';
|
|
27
31
|
import './chunk-15c449f1.js';
|
|
28
32
|
import '@bigbinary/neeto-commons-frontend/utils';
|
|
33
|
+
import '@bigbinary/neeto-icons/MenuVertical';
|
|
34
|
+
import '@bigbinary/neeto-icons/Close';
|
|
35
|
+
import '@bigbinary/neetoui/Dropdown';
|
|
36
|
+
import '@bigbinary/neetoui/Input';
|
|
37
|
+
import '@bigbinary/neetoui/Spinner';
|
|
38
|
+
import '@bigbinary/neetoui/Tooltip';
|
|
39
|
+
import '@bigbinary/neetoui/Typography';
|
|
40
|
+
import '@bigbinary/neetoui/Alert';
|
|
29
41
|
//# sourceMappingURL=Attachments.js.map
|
package/dist/Attachments.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Attachments.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Attachments.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|