@bigbinary/neeto-editor 1.47.14 → 1.47.16
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 +41 -56
- package/dist/Editor.js.map +1 -1
- package/dist/FormikEditor.js +6 -1
- package/dist/FormikEditor.js.map +1 -1
- package/dist/Menu.js +6 -1
- package/dist/Menu.js.map +1 -1
- package/dist/{chunk-DmstYxyh.js → chunk-xg8XBg3A.js} +41 -32
- package/dist/{chunk-DmstYxyh.js.map → chunk-xg8XBg3A.js.map} +1 -1
- package/dist/cjs/Editor.cjs.js +43 -58
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/dist/cjs/EditorContent.cjs.js +1 -1
- package/dist/cjs/FormikEditor.cjs.js +6 -1
- package/dist/cjs/FormikEditor.cjs.js.map +1 -1
- package/dist/cjs/Menu.cjs.js +6 -1
- package/dist/cjs/Menu.cjs.js.map +1 -1
- package/dist/cjs/{chunk-CWE188ZD.cjs.js → chunk-D4o7xzO7.cjs.js} +3 -3
- package/dist/cjs/{chunk-CWE188ZD.cjs.js.map → chunk-D4o7xzO7.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-26e51eTo.cjs.js → chunk-DPEzpgdq.cjs.js} +41 -31
- package/dist/cjs/{chunk-26e51eTo.cjs.js.map → chunk-DPEzpgdq.cjs.js.map} +1 -1
- package/dist/cjs/index.cjs.js +7 -2
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/utils.cjs.js +1 -1
- package/dist/{codeBlockHighlight.js → codeblockHighlight.js} +1 -1
- package/dist/{codeBlockHighlight.js.map → codeblockHighlight.js.map} +1 -1
- package/dist/editor-content.min.css +1 -0
- package/dist/editor-output.js +2 -0
- package/dist/editor-output.js.map +1 -1
- package/dist/editor-stats.html +1 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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-CS15pHk7.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-xg8XBg3A.js';
|
|
10
10
|
export { default as EditorContent } from './EditorContent.js';
|
|
11
11
|
import { n } from './chunk-DmrvuTKK.js';
|
|
12
12
|
import 'ramda';
|
|
@@ -50,6 +50,7 @@ import '@bigbinary/neetoui/Typography';
|
|
|
50
50
|
import '@bigbinary/neetoui/Alert';
|
|
51
51
|
import '@bigbinary/neetoui/Label';
|
|
52
52
|
import 'yjs';
|
|
53
|
+
import '@bigbinary/neeto-icons/misc/Megaphone';
|
|
53
54
|
import '@bigbinary/neeto-icons/Down';
|
|
54
55
|
import '@bigbinary/neeto-icons/Highlight';
|
|
55
56
|
import '@bigbinary/neeto-molecules/CopyToClipboardButton';
|
|
@@ -112,6 +113,10 @@ import 'react-colorful';
|
|
|
112
113
|
import '@bigbinary/neeto-molecules/DynamicVariables';
|
|
113
114
|
import '@bigbinary/neetoui/Tab';
|
|
114
115
|
import '@bigbinary/neeto-icons/Flag';
|
|
116
|
+
import '@bigbinary/neeto-icons/misc/Info';
|
|
117
|
+
import '@bigbinary/neeto-icons/misc/Warning';
|
|
118
|
+
import '@bigbinary/neeto-icons/misc/Danger';
|
|
119
|
+
import '@bigbinary/neeto-icons/misc/Success';
|
|
115
120
|
import '@bigbinary/neeto-icons/File';
|
|
116
121
|
import 'dompurify';
|
|
117
122
|
import 'react-dom/client';
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-editor",
|
|
3
|
-
"version": "1.47.
|
|
3
|
+
"version": "1.47.16",
|
|
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": [
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@bigbinary/neeto-commons-frontend": "^4.3.8",
|
|
54
54
|
"@bigbinary/neeto-filters-frontend": "3.3.1",
|
|
55
55
|
"@bigbinary/neeto-hotkeys": "1.0.4",
|
|
56
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
56
|
+
"@bigbinary/neeto-icons": "1.20.49",
|
|
57
57
|
"@bigbinary/neeto-molecules": "3.3.13",
|
|
58
58
|
"@bigbinary/neetoui": "7.0.1",
|
|
59
59
|
"@bigbinary/s3-uploader": "https://github.com/bigbinary/s3-uploader",
|