@bigbinary/neeto-editor 1.47.26 → 1.47.27
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/Attachments.js +3 -3
- package/dist/Editor.js +3 -3
- package/dist/FormikEditor.js +3 -3
- package/dist/Menu.js +2 -2
- package/dist/{chunk-D9dR29gG.js → chunk--mv_teiM.js} +3 -3
- package/dist/{chunk-D9dR29gG.js.map → chunk--mv_teiM.js.map} +1 -1
- package/dist/{chunk-BtI0VHdj.js → chunk-DahwBJq7.js} +3 -3
- package/dist/{chunk-BtI0VHdj.js.map → chunk-DahwBJq7.js.map} +1 -1
- package/dist/{chunk-DDNaaarN.js → chunk-DxBq2TC7.js} +15 -9
- package/dist/chunk-DxBq2TC7.js.map +1 -0
- package/dist/{chunk-BHPJPlJe.js → chunk-ZiL1jOJN.js} +2 -2
- package/dist/{chunk-BHPJPlJe.js.map → chunk-ZiL1jOJN.js.map} +1 -1
- package/dist/cjs/Attachments.cjs.js +3 -3
- package/dist/cjs/Editor.cjs.js +3 -3
- package/dist/cjs/FormikEditor.cjs.js +3 -3
- package/dist/cjs/Menu.cjs.js +2 -2
- package/dist/cjs/{chunk-37Za28Yj.cjs.js → chunk-BG9Uh_HP.cjs.js} +3 -3
- package/dist/cjs/{chunk-37Za28Yj.cjs.js.map → chunk-BG9Uh_HP.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-Cql1S6zk.cjs.js → chunk-DMTvF2cL.cjs.js} +2 -2
- package/dist/cjs/{chunk-Cql1S6zk.cjs.js.map → chunk-DMTvF2cL.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-DyGNjGYy.cjs.js → chunk-fuZaKMZ_.cjs.js} +3 -3
- package/dist/cjs/{chunk-DyGNjGYy.cjs.js.map → chunk-fuZaKMZ_.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-CKK9apm6.cjs.js → chunk-vh6bKJf9.cjs.js} +15 -9
- package/dist/cjs/chunk-vh6bKJf9.cjs.js.map +1 -0
- package/dist/cjs/index.cjs.js +3 -3
- package/dist/editor-stats.html +1 -19
- package/dist/index.js +3 -3
- package/package.json +1 -1
- package/src/translations/en.json +2 -1
- package/dist/chunk-DDNaaarN.js.map +0 -1
- package/dist/cjs/chunk-CKK9apm6.cjs.js.map +0 -1
|
@@ -66,7 +66,7 @@ import _objectWithoutProperties$1 from '@babel/runtime/helpers/objectWithoutProp
|
|
|
66
66
|
import DynamicVariables from '@bigbinary/neeto-molecules/DynamicVariables';
|
|
67
67
|
import Modal from '@bigbinary/neetoui/Modal';
|
|
68
68
|
import Tab from '@bigbinary/neetoui/Tab';
|
|
69
|
-
import { F as File, u as useFileUploader, b as useDropFiles, A as ALLOWED_IMAGE_TYPES, c as ALLOWED_VIDEO_TYPES, e as convertToFileSize, D as DEFAULT_IMAGE_UPLOAD_CONFIG, f as DEFAULT_VIDEO_UPLOAD_CONFIG, p as propTypesExports, V as VIDEO_EMBED_FORM_VALIDATION_SCHEMA, g as getTabs, v as validateUrl } from './chunk-
|
|
69
|
+
import { F as File, u as useFileUploader, b as useDropFiles, A as ALLOWED_IMAGE_TYPES, c as ALLOWED_VIDEO_TYPES, e as convertToFileSize, D as DEFAULT_IMAGE_UPLOAD_CONFIG, f as DEFAULT_VIDEO_UPLOAD_CONFIG, p as propTypesExports, V as VIDEO_EMBED_FORM_VALIDATION_SCHEMA, g as getTabs, v as validateUrl } from './chunk-DxBq2TC7.js';
|
|
70
70
|
import Tooltip from '@bigbinary/neetoui/Tooltip';
|
|
71
71
|
import Spinner from '@bigbinary/neetoui/Spinner';
|
|
72
72
|
import { a as getAugmentedNamespace } from './chunk-E-ZsRS8r.js';
|
|
@@ -19830,4 +19830,4 @@ var Menu = function Menu(props) {
|
|
|
19830
19830
|
};
|
|
19831
19831
|
|
|
19832
19832
|
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, isAtStartOfNode as e, isAtEndOfNode as f, getMarkAttributes as g, getNodeType as h, isNodeActive as i, getNodeAtPosition as j, keydownHandler as k, callOrReturn as l, mergeAttributes as m, getExtensionField as n, isNodeSelection as o, nodeInputRule 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 };
|
|
19833
|
-
//# sourceMappingURL=chunk-
|
|
19833
|
+
//# sourceMappingURL=chunk-ZiL1jOJN.js.map
|