@bigbinary/neeto-editor 1.39.10 → 1.39.12
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 +4 -4
- package/dist/EditorContent.js +45 -32
- package/dist/EditorContent.js.map +1 -1
- package/dist/FormikEditor.js +3 -3
- package/dist/Menu.js +2 -2
- package/dist/{chunk-e038b63a.js → chunk-2cce513e.js} +3 -3
- package/dist/{chunk-e038b63a.js.map → chunk-2cce513e.js.map} +1 -1
- package/dist/{chunk-32e353fe.js → chunk-6990d12f.js} +10 -5
- package/dist/chunk-6990d12f.js.map +1 -0
- package/dist/{chunk-4a46a0f1.js → chunk-c519546a.js} +2 -2
- package/dist/{chunk-4a46a0f1.js.map → chunk-c519546a.js.map} +1 -1
- package/dist/{chunk-6693eb0a.js → chunk-d044b0a2.js} +3 -3
- package/dist/{chunk-6693eb0a.js.map → chunk-d044b0a2.js.map} +1 -1
- package/dist/cjs/Attachments.cjs.js +2 -2
- package/dist/cjs/Editor.cjs.js +4 -4
- package/dist/cjs/EditorContent.cjs.js +43 -30
- package/dist/cjs/EditorContent.cjs.js.map +1 -1
- package/dist/cjs/FormikEditor.cjs.js +3 -3
- package/dist/cjs/Menu.cjs.js +2 -2
- package/dist/cjs/{chunk-938306ec.cjs.js → chunk-1207216b.cjs.js} +10 -5
- package/dist/cjs/chunk-1207216b.cjs.js.map +1 -0
- package/dist/cjs/{chunk-f9539961.cjs.js → chunk-4ea92336.cjs.js} +2 -2
- package/dist/cjs/{chunk-f9539961.cjs.js.map → chunk-4ea92336.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-cc6d7c58.cjs.js → chunk-9e5592f9.cjs.js} +3 -3
- package/dist/cjs/{chunk-cc6d7c58.cjs.js.map → chunk-9e5592f9.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-79b8b8a3.cjs.js → chunk-a1a8464a.cjs.js} +3 -3
- package/dist/cjs/{chunk-79b8b8a3.cjs.js.map → chunk-a1a8464a.cjs.js.map} +1 -1
- package/dist/cjs/index.cjs.js +4 -4
- package/dist/editor-content.min.css +1 -1
- package/dist/editor-output-pdf-email.css +1 -1
- package/dist/editor-output.js +1 -1
- package/dist/editor-stats.html +1 -1
- package/dist/index.js +4 -4
- package/package.json +1 -1
- package/src/translations/en.json +3 -0
- package/dist/chunk-32e353fe.js.map +0 -1
- package/dist/cjs/chunk-938306ec.cjs.js.map +0 -1
|
@@ -30,7 +30,7 @@ import { withImmutableActions, useOnClickOutside, withT } from '@bigbinary/neeto
|
|
|
30
30
|
import { HexColorPicker } from 'react-colorful';
|
|
31
31
|
import _objectWithoutProperties$1 from '@babel/runtime/helpers/objectWithoutProperties';
|
|
32
32
|
import DynamicVariables from '@bigbinary/neeto-molecules/DynamicVariables';
|
|
33
|
-
import { F as File, u as useFileUploader, b as useDropFiles, A as ALLOWED_IMAGE_TYPES, e as ALLOWED_VIDEO_TYPES, f as convertToFileSize, g as DEFAULT_IMAGE_UPLOAD_CONFIG, h as DEFAULT_VIDEO_UPLOAD_CONFIG, p as propTypesExports, i as getTabs } from './chunk-
|
|
33
|
+
import { F as File, u as useFileUploader, b as useDropFiles, A as ALLOWED_IMAGE_TYPES, e as ALLOWED_VIDEO_TYPES, f as convertToFileSize, g as DEFAULT_IMAGE_UPLOAD_CONFIG, h as DEFAULT_VIDEO_UPLOAD_CONFIG, p as propTypesExports, i as getTabs } from './chunk-6990d12f.js';
|
|
34
34
|
import { a as getAugmentedNamespace } from './chunk-65f73e5a.js';
|
|
35
35
|
import { shallow } from 'zustand/shallow';
|
|
36
36
|
import { create } from 'zustand';
|
|
@@ -15778,4 +15778,4 @@ var Menu = function Menu(props) {
|
|
|
15778
15778
|
};
|
|
15779
15779
|
|
|
15780
15780
|
export { resetFocussedNode as A, findParentNodeClosestToPos as B, BubbleMenu as C, DecorationSet as D, Extension as E, getLinkPopoverPosition as F, getMarkType as G, getMarkRange as H, InputRule as I, useEditor as J, EditorContent as K, MediaUploader as L, Menu as M, Node as N, EmbedOption as O, PasteRule as P, EditorView as Q, ReactNodeViewRenderer as R, Mark as a, markInputRule as b, markPasteRule as c, Decoration as d, callOrReturn as e, getExtensionField as f, getMarkAttributes as g, findChildren as h, NodeViewWrapper as i, NodeViewContent as j, keydownHandler as k, escapeForRegEx as l, mergeAttributes as m, nodeInputRule as n, ReactRenderer as o, EmojiPickerMenu as p, emojiPickerApi as q, combineTransactionSteps as r, getChangedRanges as s, textblockTypeInputRule as t, findChildrenInRange as u, validateUrl as v, wrappingInputRule as w, getMarksBetween as x, getAttributes as y, highlightFocussedNode as z };
|
|
15781
|
-
//# sourceMappingURL=chunk-
|
|
15781
|
+
//# sourceMappingURL=chunk-c519546a.js.map
|