@bigbinary/neeto-editor 1.47.51 → 1.47.52
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 +18 -12
- package/dist/Editor.js.map +1 -1
- package/dist/FormikEditor.js +1 -1
- package/dist/Menu.js +1 -1
- package/dist/{chunk-BuwZ56CV.js → chunk-DiadEIO-.js} +2 -2
- package/dist/{chunk-BuwZ56CV.js.map → chunk-DiadEIO-.js.map} +1 -1
- package/dist/cjs/Editor.cjs.js +18 -12
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/dist/cjs/FormikEditor.cjs.js +1 -1
- package/dist/cjs/Menu.cjs.js +1 -1
- package/dist/cjs/{chunk-D-D5oWUE.cjs.js → chunk-C8-dRWVT.cjs.js} +2 -2
- package/dist/cjs/{chunk-D-D5oWUE.cjs.js.map → chunk-C8-dRWVT.cjs.js.map} +1 -1
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/editor-stats.html +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/FormikEditor.js
CHANGED
|
@@ -8,7 +8,7 @@ import Editor from './Editor.js';
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
10
10
|
import '@babel/runtime/helpers/slicedToArray';
|
|
11
|
-
import './chunk-
|
|
11
|
+
import './chunk-DiadEIO-.js';
|
|
12
12
|
import './chunk-DmrvuTKK.js';
|
|
13
13
|
import 'i18next';
|
|
14
14
|
import '@bigbinary/neeto-icons/TextH1';
|
package/dist/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-DiadEIO-.js';
|
|
7
7
|
import './chunk-BZmNiqsu.js';
|
|
8
8
|
import 'react/jsx-runtime';
|
|
9
9
|
import './chunk-DmrvuTKK.js';
|
|
@@ -17180,7 +17180,7 @@ var LinkAddPopOver = function LinkAddPopOver(_ref) {
|
|
|
17180
17180
|
}
|
|
17181
17181
|
var attrs = {
|
|
17182
17182
|
href: formattedUrl,
|
|
17183
|
-
target: openInNewTab ? "_blank" :
|
|
17183
|
+
target: openInNewTab ? "_blank" : "_self"
|
|
17184
17184
|
};
|
|
17185
17185
|
var linkMark = state.schema.marks.link.create(attrs);
|
|
17186
17186
|
var linkTextWithMark = state.schema.text(linkText, [linkMark]);
|
|
@@ -18883,4 +18883,4 @@ var Menu = function Menu(props) {
|
|
|
18883
18883
|
};
|
|
18884
18884
|
|
|
18885
18885
|
export { getChangedRanges as A, findChildrenInRange as B, CALLOUT_TYPES as C, DecorationSet as D, Extension as E, getMarksBetween as F, getAttributes as G, highlightFocussedNode as H, InputRule as I, resetFocussedNode as J, findParentNodeClosestToPos as K, BubbleMenu as L, Menu as M, Node as N, getLinkPopoverPosition as O, PasteRule as P, getMarkType as Q, ReactNodeViewRenderer as R, getMarkRange as S, useEditor as T, useEditorState$1 as U, EditorContent as V, MediaUploader as W, LinkAddPopOver as X, EditorView as Y, Mark as a, markInputRule as b, markPasteRule as c, Decoration as d, callOrReturn as e, getExtensionField as f, getMarkAttributes as g, getNodeType as h, isNodeSelection as i, getNodeAtPosition as j, keydownHandler as k, isNodeActive as l, mergeAttributes as m, nodeInputRule as n, isAtStartOfNode as o, isAtEndOfNode as p, NodeViewWrapper as q, NodeViewContent as r, findChildren as s, textblockTypeInputRule as t, escapeForRegEx as u, ReactRenderer as v, wrappingInputRule as w, EmojiPickerMenu as x, emojiPickerApi as y, combineTransactionSteps as z };
|
|
18886
|
-
//# sourceMappingURL=chunk-
|
|
18886
|
+
//# sourceMappingURL=chunk-DiadEIO-.js.map
|