@bigbinary/neeto-editor 1.47.119 → 1.47.120
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-Ck5Gyhaq.js → chunk-B0_4S6ol.js} +2 -2
- package/dist/chunk-B0_4S6ol.js.map +1 -0
- package/dist/cjs/{chunk-Cqq9Q2Ty.cjs.js → chunk-BFfrwCXy.cjs.js} +2 -2
- package/dist/cjs/chunk-BFfrwCXy.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/index.cjs.js +2 -2
- package/dist/editor-stats.html +1 -19
- package/dist/v2/Editor.js +2 -2
- package/dist/v2/FormikEditor.js +2 -2
- package/dist/v2/Menu.js +2 -2
- package/dist/v2/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-Ck5Gyhaq.js.map +0 -1
- package/dist/cjs/chunk-Cqq9Q2Ty.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-B0_4S6ol.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';
|
|
@@ -85,7 +85,7 @@ import '@bigbinary/neeto-commons-frontend/v2/utils';
|
|
|
85
85
|
import 'react-colorful';
|
|
86
86
|
import '@bigbinary/neeto-image-uploader-frontend/v2/ImageUploader';
|
|
87
87
|
import 'zustand/shallow';
|
|
88
|
-
import '@bigbinary/neeto-molecules/DynamicVariables';
|
|
88
|
+
import '@bigbinary/neeto-molecules/v2/DynamicVariables';
|
|
89
89
|
import '@bigbinary/neeto-icons/LeftAlign';
|
|
90
90
|
import '@bigbinary/neeto-icons/CenterAlign';
|
|
91
91
|
import '@bigbinary/neeto-icons/RightAlign';
|
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-B0_4S6ol.js';
|
|
35
35
|
import 'lucide-react';
|
|
36
36
|
import 'tippy.js/dist/svg-arrow.css';
|
|
37
37
|
import '@bigbinary/neeto-atoms/primitives/Popover';
|
|
@@ -62,7 +62,7 @@ import '@bigbinary/neeto-icons/AspectRatio916';
|
|
|
62
62
|
import '@bigbinary/neeto-icons/AspectRatio43';
|
|
63
63
|
import '@bigbinary/neeto-icons/AspectRatio32';
|
|
64
64
|
import '@bigbinary/neeto-atoms/formik';
|
|
65
|
-
import '@bigbinary/neeto-molecules/DynamicVariables';
|
|
65
|
+
import '@bigbinary/neeto-molecules/v2/DynamicVariables';
|
|
66
66
|
import '@tippyjs/react';
|
|
67
67
|
import '@bigbinary/neeto-icons/misc/Megaphone';
|
|
68
68
|
import '@bigbinary/neeto-molecules/v2/CopyToClipboardButton';
|
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-B0_4S6ol.js';
|
|
7
7
|
import 'react/jsx-runtime';
|
|
8
8
|
import '../chunk-DDwycKmK.js';
|
|
9
9
|
import 'i18next';
|
|
@@ -53,6 +53,6 @@ import '@bigbinary/neeto-icons/AspectRatio43';
|
|
|
53
53
|
import '@bigbinary/neeto-icons/AspectRatio32';
|
|
54
54
|
import '@bigbinary/neeto-commons-frontend/v2/react-utils';
|
|
55
55
|
import '@bigbinary/neeto-atoms/formik';
|
|
56
|
-
import '@bigbinary/neeto-molecules/DynamicVariables';
|
|
56
|
+
import '@bigbinary/neeto-molecules/v2/DynamicVariables';
|
|
57
57
|
import '@tippyjs/react';
|
|
58
58
|
//# sourceMappingURL=Menu.js.map
|
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-B0_4S6ol.js';
|
|
3
3
|
export { i as EditorContent, s as substituteVariables } from '../chunk-W5-WB6Fb.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';
|
|
@@ -58,7 +58,7 @@ import '@bigbinary/neeto-icons/AspectRatio43';
|
|
|
58
58
|
import '@bigbinary/neeto-icons/AspectRatio32';
|
|
59
59
|
import '@bigbinary/neeto-commons-frontend/v2/react-utils';
|
|
60
60
|
import '@bigbinary/neeto-atoms/formik';
|
|
61
|
-
import '@bigbinary/neeto-molecules/DynamicVariables';
|
|
61
|
+
import '@bigbinary/neeto-molecules/v2/DynamicVariables';
|
|
62
62
|
import '@tippyjs/react';
|
|
63
63
|
import 'dompurify';
|
|
64
64
|
import '@bigbinary/neeto-molecules/v2/CopyToClipboardButton';
|
package/package.json
CHANGED