@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/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-DmstYxyh.js';
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.14",
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.40",
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",