@bigbinary/neeto-editor 1.45.24 → 1.45.25
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 +2 -2
- package/dist/Editor.js +3 -3
- package/dist/FormikEditor.js +3 -3
- package/dist/Menu.js +2 -2
- package/dist/{chunk-Bqt3eaYj.js → chunk-6RAmzmIN.js} +5 -2
- package/dist/chunk-6RAmzmIN.js.map +1 -0
- package/dist/{chunk-2yhtfTbr.js → chunk-B_ypvaUL.js} +2 -2
- package/dist/{chunk-2yhtfTbr.js.map → chunk-B_ypvaUL.js.map} +1 -1
- package/dist/{chunk-BkSxWh1L.js → chunk-BsaIeaMe.js} +3 -3
- package/dist/{chunk-BkSxWh1L.js.map → chunk-BsaIeaMe.js.map} +1 -1
- package/dist/{chunk-BExpJ3WK.js → chunk-Cn_AKHSx.js} +3 -3
- package/dist/{chunk-BExpJ3WK.js.map → chunk-Cn_AKHSx.js.map} +1 -1
- package/dist/cjs/Attachments.cjs.js +2 -2
- 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-DalxnRry.cjs.js → chunk-CzYfyrKT.cjs.js} +3 -3
- package/dist/cjs/{chunk-DalxnRry.cjs.js.map → chunk-CzYfyrKT.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-CRkwyvR9.cjs.js → chunk-DMLLOwHS.cjs.js} +3 -3
- package/dist/cjs/{chunk-CRkwyvR9.cjs.js.map → chunk-DMLLOwHS.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-lqYMMbrM.cjs.js → chunk-DZ7EK7nf.cjs.js} +2 -2
- package/dist/cjs/{chunk-lqYMMbrM.cjs.js.map → chunk-DZ7EK7nf.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-BNoprNoo.cjs.js → chunk-_-ayC5lT.cjs.js} +5 -2
- package/dist/cjs/chunk-_-ayC5lT.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/dist/chunk-Bqt3eaYj.js.map +0 -1
- package/dist/cjs/chunk-BNoprNoo.cjs.js.map +0 -1
|
@@ -60,7 +60,7 @@ import _objectWithoutProperties$1 from '@babel/runtime/helpers/objectWithoutProp
|
|
|
60
60
|
import DynamicVariables from '@bigbinary/neeto-molecules/DynamicVariables';
|
|
61
61
|
import Modal from '@bigbinary/neetoui/Modal';
|
|
62
62
|
import Tab from '@bigbinary/neetoui/Tab';
|
|
63
|
-
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, g as getTabs } from './chunk-
|
|
63
|
+
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, g as getTabs } from './chunk-6RAmzmIN.js';
|
|
64
64
|
import Tooltip from '@bigbinary/neetoui/Tooltip';
|
|
65
65
|
import Spinner from '@bigbinary/neetoui/Spinner';
|
|
66
66
|
import { a as getAugmentedNamespace } from './chunk-E-ZsRS8r.js';
|
|
@@ -19406,4 +19406,4 @@ var Menu = function Menu(props) {
|
|
|
19406
19406
|
};
|
|
19407
19407
|
|
|
19408
19408
|
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 };
|
|
19409
|
-
//# sourceMappingURL=chunk-
|
|
19409
|
+
//# sourceMappingURL=chunk-B_ypvaUL.js.map
|