@bigbinary/neeto-editor 1.47.115 → 1.47.117
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/{chunk-BziexhfV.js → chunk-C2YYL9vY.js} +2 -2
- package/dist/chunk-C2YYL9vY.js.map +1 -0
- package/dist/cjs/{chunk-BKrsK0Ld.cjs.js → chunk-BzPTK6pP.cjs.js} +2 -2
- package/dist/cjs/chunk-BzPTK6pP.cjs.js.map +1 -0
- package/dist/cjs/v2/Editor.cjs.js +2 -2
- package/dist/cjs/v2/FormikEditor.cjs.js +2 -2
- package/dist/cjs/v2/Menu.cjs.js +2 -2
- package/dist/cjs/v2/constants.cjs.js +13 -0
- package/dist/cjs/v2/constants.cjs.js.map +1 -0
- package/dist/cjs/v2/index.cjs.js +2 -2
- package/dist/cjs/v2/utils.cjs.js +29 -0
- package/dist/cjs/v2/utils.cjs.js.map +1 -0
- package/dist/editor-stats.html +19 -1
- package/dist/v2/Editor.js +2 -2
- package/dist/v2/FormikEditor.js +2 -2
- package/dist/v2/Menu.js +2 -2
- package/dist/v2/constants.js +6 -0
- package/dist/v2/constants.js.map +1 -0
- package/dist/v2/index.js +2 -2
- package/dist/v2/utils.js +17 -0
- package/dist/v2/utils.js.map +1 -0
- package/package.json +3 -3
- package/dist/chunk-BziexhfV.js.map +0 -1
- package/dist/cjs/chunk-BKrsK0Ld.cjs.js.map +0 -1
package/dist/v2/Editor.js
CHANGED
|
@@ -16,7 +16,7 @@ import { is, intersection, difference, union, isEmpty, isNil, mergeRight, assoc,
|
|
|
16
16
|
import ReactDOM from 'react-dom/server';
|
|
17
17
|
import { l as lowlight, d as decodeHtmlEntities, r as removeEmptyTags } from '../chunk-BR5ZkH7J.js';
|
|
18
18
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
19
|
-
import { C as CALLOUT_TYPES, E as EmojiPickerMenu, v as validateUrl, b as buildLevelsFromOptions, g as getLinkPopoverPosition, L as LINK_VALIDATION_SCHEMA, c as validateAndFormatUrl, D as DEFAULT_EDITOR_OPTIONS, d as getEditorStyles, M as Menu$3, e as MenuDynamicVariables, f as MediaUploader, h as LinkAddPopOver, j as transformPastedHTML, k as clipboardTextParser, s as setInitialPosition } from '../chunk-
|
|
19
|
+
import { C as CALLOUT_TYPES, E as EmojiPickerMenu, v as validateUrl, b as buildLevelsFromOptions, g as getLinkPopoverPosition, L as LINK_VALIDATION_SCHEMA, c as validateAndFormatUrl, D as DEFAULT_EDITOR_OPTIONS, d as getEditorStyles, M as Menu$3, e as MenuDynamicVariables, f as MediaUploader, h as LinkAddPopOver, j as transformPastedHTML, k as clipboardTextParser, s as setInitialPosition } from '../chunk-C2YYL9vY.js';
|
|
20
20
|
import Megaphone from '@bigbinary/neeto-icons/misc/Megaphone';
|
|
21
21
|
import { n as PluginKey, P as Plugin, T as TextSelection } from '../chunk-CBN5naeP.js';
|
|
22
22
|
import { ChevronDown, Highlighter, X, Ratio, Ellipsis, AlignLeft, AlignCenter, AlignRight, RectangleHorizontal, RectangleVertical, Square, SquareDashed, Trash2, BookOpen, Pencil } from 'lucide-react';
|
|
@@ -83,7 +83,7 @@ import '../chunk-BFTU3MAI.js';
|
|
|
83
83
|
import 'tippy.js/dist/svg-arrow.css';
|
|
84
84
|
import '@bigbinary/neeto-commons-frontend/v2/utils';
|
|
85
85
|
import 'react-colorful';
|
|
86
|
-
import '@bigbinary/neeto-image-uploader-frontend/ImageUploader';
|
|
86
|
+
import '@bigbinary/neeto-image-uploader-frontend/v2/ImageUploader';
|
|
87
87
|
import 'zustand/shallow';
|
|
88
88
|
import '@bigbinary/neeto-molecules/DynamicVariables';
|
|
89
89
|
import '@bigbinary/neeto-icons/LeftAlign';
|
package/dist/v2/FormikEditor.js
CHANGED
|
@@ -31,7 +31,7 @@ import '../chunk-CF5f8-fy.js';
|
|
|
31
31
|
import 'i18next';
|
|
32
32
|
import 'yup';
|
|
33
33
|
import 'react-dom/server';
|
|
34
|
-
import '../chunk-
|
|
34
|
+
import '../chunk-C2YYL9vY.js';
|
|
35
35
|
import 'lucide-react';
|
|
36
36
|
import 'tippy.js/dist/svg-arrow.css';
|
|
37
37
|
import '@bigbinary/neeto-atoms/primitives/Popover';
|
|
@@ -44,7 +44,7 @@ import '@babel/runtime/helpers/inherits';
|
|
|
44
44
|
import 'emoji-mart';
|
|
45
45
|
import '@bigbinary/neeto-commons-frontend/v2/utils';
|
|
46
46
|
import 'react-colorful';
|
|
47
|
-
import '@bigbinary/neeto-image-uploader-frontend/ImageUploader';
|
|
47
|
+
import '@bigbinary/neeto-image-uploader-frontend/v2/ImageUploader';
|
|
48
48
|
import '../chunk-BFKmIsWV.js';
|
|
49
49
|
import '../chunk-KiXJWA8i.js';
|
|
50
50
|
import 'zustand/shallow';
|
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-
|
|
6
|
+
export { M as default } from '../chunk-C2YYL9vY.js';
|
|
7
7
|
import 'react/jsx-runtime';
|
|
8
8
|
import '../chunk-DDwycKmK.js';
|
|
9
9
|
import 'i18next';
|
|
@@ -33,7 +33,7 @@ import 'emoji-mart';
|
|
|
33
33
|
import '@bigbinary/neeto-commons-frontend/v2/utils';
|
|
34
34
|
import 'react-colorful';
|
|
35
35
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
36
|
-
import '@bigbinary/neeto-image-uploader-frontend/ImageUploader';
|
|
36
|
+
import '@bigbinary/neeto-image-uploader-frontend/v2/ImageUploader';
|
|
37
37
|
import '../chunk-BFKmIsWV.js';
|
|
38
38
|
import '../chunk-BFTU3MAI.js';
|
|
39
39
|
import '../chunk-KiXJWA8i.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
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-
|
|
2
|
+
export { D as DEFAULT_EDITOR_OPTIONS, M as Menu, i as isEditorOverlaysActive, a as isEmojiSuggestionsMenuActive, t as transformEditorContent } from '../chunk-C2YYL9vY.js';
|
|
3
3
|
export { i as EditorContent, s as substituteVariables } from '../chunk-CNWsmIz_.js';
|
|
4
4
|
export { i as isEditorContentWithinLimit, a as isEditorEmpty, r as removeEmptyTags } from '../chunk-BR5ZkH7J.js';
|
|
5
5
|
export { A as Attachments } from '../chunk--BjpQHaY.js';
|
|
@@ -38,7 +38,7 @@ import 'emoji-mart';
|
|
|
38
38
|
import '@bigbinary/neeto-commons-frontend/v2/utils';
|
|
39
39
|
import 'react-colorful';
|
|
40
40
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
41
|
-
import '@bigbinary/neeto-image-uploader-frontend/ImageUploader';
|
|
41
|
+
import '@bigbinary/neeto-image-uploader-frontend/v2/ImageUploader';
|
|
42
42
|
import '../chunk-BFKmIsWV.js';
|
|
43
43
|
import '../chunk-BFTU3MAI.js';
|
|
44
44
|
import '../chunk-KiXJWA8i.js';
|
package/dist/v2/utils.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export { i as isEditorOverlaysActive, a as isEmojiSuggestionsMenuActive, t as transformEditorContent } from '../chunk-bG6hOjuU.js';
|
|
2
|
+
export { s as substituteVariables } from '../chunk-D_B4kuIc.js';
|
|
3
|
+
export { i as isEditorContentWithinLimit, a as isEditorEmpty, r as removeEmptyTags } from '../chunk-BR5ZkH7J.js';
|
|
4
|
+
import '@babel/runtime/helpers/defineProperty';
|
|
5
|
+
import '../chunk-CBN5naeP.js';
|
|
6
|
+
import '@bigbinary/neeto-cist';
|
|
7
|
+
import '../chunk-DDwycKmK.js';
|
|
8
|
+
import 'ramda';
|
|
9
|
+
import '../chunk-CF5f8-fy.js';
|
|
10
|
+
import 'i18next';
|
|
11
|
+
import 'yup';
|
|
12
|
+
import 'react';
|
|
13
|
+
import '../chunk-9TNlsObP.js';
|
|
14
|
+
import '../chunk-BFTU3MAI.js';
|
|
15
|
+
import 'react-dom/server';
|
|
16
|
+
import '@babel/runtime/helpers/toConsumableArray';
|
|
17
|
+
//# sourceMappingURL=utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.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.117",
|
|
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": [
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@bigbinary/neeto-filters-frontend": "3.3.1",
|
|
69
69
|
"@bigbinary/neeto-hotkeys": "1.0.4",
|
|
70
70
|
"@bigbinary/neeto-icons": "1.20.71",
|
|
71
|
-
"@bigbinary/neeto-image-uploader-frontend": "
|
|
71
|
+
"@bigbinary/neeto-image-uploader-frontend": "4.0.5",
|
|
72
72
|
"@bigbinary/neeto-molecules": "^4.1.74",
|
|
73
73
|
"@bigbinary/neeto-team-members-frontend": "4.6.10",
|
|
74
74
|
"@bigbinary/neeto-time-zones": "^0.8.25",
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"@bigbinary/neeto-filters-frontend": "3.3.1",
|
|
241
241
|
"@bigbinary/neeto-hotkeys": "1.0.4",
|
|
242
242
|
"@bigbinary/neeto-icons": "*",
|
|
243
|
-
"@bigbinary/neeto-image-uploader-frontend": "
|
|
243
|
+
"@bigbinary/neeto-image-uploader-frontend": "4.0.5",
|
|
244
244
|
"@bigbinary/neeto-molecules": ">=4.1.74",
|
|
245
245
|
"@bigbinary/neeto-team-members-frontend": "4.6.10",
|
|
246
246
|
"@bigbinary/neeto-time-zones": "*",
|