@bigbinary/neeto-editor 1.45.8-beta.0 → 1.45.8
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 +6 -12
- package/dist/Editor.js.map +1 -1
- package/dist/FormikEditor.js +2 -2
- package/dist/Menu.js +2 -2
- package/dist/{chunk-JuLeeW25.js → chunk-DYi5Rp_k.js} +5 -2
- package/dist/{chunk-JuLeeW25.js.map → chunk-DYi5Rp_k.js.map} +1 -1
- package/dist/{chunk-B449VRb0.js → chunk-DmpsWhQd.js} +2 -2
- package/dist/{chunk-B449VRb0.js.map → chunk-DmpsWhQd.js.map} +1 -1
- package/dist/cjs/Editor.cjs.js +6 -12
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/dist/cjs/FormikEditor.cjs.js +2 -2
- package/dist/cjs/Menu.cjs.js +2 -2
- package/dist/cjs/{chunk-CCuwUzbU.cjs.js → chunk-DJTBXWQc.cjs.js} +2 -2
- package/dist/cjs/{chunk-CCuwUzbU.cjs.js.map → chunk-DJTBXWQc.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-DE0Ix9vi.cjs.js → chunk-PdbK5csE.cjs.js} +5 -1
- package/dist/cjs/{chunk-DE0Ix9vi.cjs.js.map → chunk-PdbK5csE.cjs.js.map} +1 -1
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/utils.cjs.js +1 -1
- package/dist/editor-stats.html +1 -1
- package/dist/index.js +2 -2
- package/dist/utils.js +1 -1
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ import React__default, { forwardRef, createContext, useState, useEffect, useDebu
|
|
|
5
5
|
import { isEmpty, fromPairs, prop, not, assoc, last } from 'ramda';
|
|
6
6
|
import { n } from './chunk-DmrvuTKK.js';
|
|
7
7
|
import i18n, { t as t$1 } from 'i18next';
|
|
8
|
-
import { T as TextSelection, N as NodeSelection, S as Selection, b as Slice, d as dropPoint, D as DOMSerializer, F as Fragment, c as DOMParser, A as AllSelection, M as Mark$1, P as Plugin, R as ReplaceError, e as MarkType, l as liftTarget$2, r as replaceStep$1, f as ReplaceStep$2, g as canJoin$2, j as joinPoint$1, h as canSplit$2, k as ReplaceAroundStep$2, m as findWrapping$2, n as NodeRange, o as PluginKey, p as Schema, E as EditorState, v as validateAndFormatUrl, q as DEFAULT_EDITOR_OPTIONS } from './chunk-
|
|
8
|
+
import { T as TextSelection, N as NodeSelection, S as Selection, b as Slice, d as dropPoint, D as DOMSerializer, F as Fragment, c as DOMParser, A as AllSelection, M as Mark$1, P as Plugin, R as ReplaceError, e as MarkType, l as liftTarget$2, r as replaceStep$1, f as ReplaceStep$2, g as canJoin$2, j as joinPoint$1, h as canSplit$2, k as ReplaceAroundStep$2, m as findWrapping$2, n as NodeRange, o as PluginKey, p as Schema, E as EditorState, v as validateAndFormatUrl, q as DEFAULT_EDITOR_OPTIONS } from './chunk-DYi5Rp_k.js';
|
|
9
9
|
import tippy, { roundArrow } from 'tippy.js';
|
|
10
10
|
import ReactDOM, { flushSync, createPortal } from 'react-dom';
|
|
11
11
|
import classnames from 'classnames';
|
|
@@ -19399,4 +19399,4 @@ var Menu = function Menu(props) {
|
|
|
19399
19399
|
};
|
|
19400
19400
|
|
|
19401
19401
|
export { getAttributes as A, highlightFocussedNode as B, resetFocussedNode as C, DecorationSet as D, Extension as E, findParentNodeClosestToPos as F, BubbleMenu as G, getLinkPopoverPosition as H, InputRule as I, getMarkType as J, getMarkRange as K, useEditor as L, Menu as M, Node as N, useEditorState$1 as O, PasteRule as P, EditorContent as Q, ReactNodeViewRenderer as R, MediaUploader as S, EmbedOption as T, EditorView as U, Mark as a, markInputRule as b, markPasteRule as c, Decoration as d, callOrReturn as e, getExtensionField as f, getMarkAttributes as g, findChildren as h, isNodeSelection as i, NodeViewWrapper as j, keydownHandler as k, NodeViewContent as l, mergeAttributes as m, nodeInputRule as n, escapeForRegEx as o, ReactRenderer as p, EmojiPickerMenu as q, emojiPickerApi as r, liftTarget$1 as s, textblockTypeInputRule as t, combineTransactionSteps as u, validateUrl as v, wrappingInputRule as w, getChangedRanges as x, findChildrenInRange as y, getMarksBetween as z };
|
|
19402
|
-
//# sourceMappingURL=chunk-
|
|
19402
|
+
//# sourceMappingURL=chunk-DmpsWhQd.js.map
|