@bigbinary/neeto-editor 1.43.31 → 1.43.33
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-ohYN2S4f.js → chunk-BGg7KHr4.js} +3 -3
- package/dist/{chunk-ohYN2S4f.js.map → chunk-BGg7KHr4.js.map} +1 -1
- package/dist/{chunk-C0eIcLrQ.js → chunk-BeTkzarz.js} +3 -3
- package/dist/{chunk-C0eIcLrQ.js.map → chunk-BeTkzarz.js.map} +1 -1
- package/dist/{chunk-CwzOOlNE.js → chunk-CWeT8E0d.js} +25 -22
- package/dist/{chunk-CwzOOlNE.js.map → chunk-CWeT8E0d.js.map} +1 -1
- package/dist/{chunk-BW33tiGd.js → chunk-gW5POSsm.js} +2 -2
- package/dist/{chunk-BW33tiGd.js.map → chunk-gW5POSsm.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-B0oxVUue.cjs.js → chunk-CTvp2Y2O.cjs.js} +25 -22
- package/dist/cjs/{chunk-B0oxVUue.cjs.js.map → chunk-CTvp2Y2O.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-CSqGay3K.cjs.js → chunk-Dpymm0RK.cjs.js} +3 -3
- package/dist/cjs/{chunk-CSqGay3K.cjs.js.map → chunk-Dpymm0RK.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-mR9vMKoT.cjs.js → chunk-Du9-ln8O.cjs.js} +2 -2
- package/dist/cjs/{chunk-mR9vMKoT.cjs.js.map → chunk-Du9-ln8O.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-DkSPXO-u.cjs.js → chunk-erKlPCeM.cjs.js} +3 -3
- package/dist/cjs/{chunk-DkSPXO-u.cjs.js.map → chunk-erKlPCeM.cjs.js.map} +1 -1
- package/dist/cjs/index.cjs.js +3 -3
- package/dist/editor-stats.html +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/Attachments.js
CHANGED
|
@@ -10,8 +10,8 @@ import '@bigbinary/neetoui/Button';
|
|
|
10
10
|
import '@bigbinary/neetoui/Toastr';
|
|
11
11
|
import 'ramda';
|
|
12
12
|
import 'react-i18next';
|
|
13
|
-
import './chunk-
|
|
14
|
-
export { A as default } from './chunk-
|
|
13
|
+
import './chunk-gW5POSsm.js';
|
|
14
|
+
export { A as default } from './chunk-BeTkzarz.js';
|
|
15
15
|
import 'react/jsx-runtime';
|
|
16
16
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
17
17
|
import 'zustand/shallow';
|
package/dist/Editor.js
CHANGED
|
@@ -4,7 +4,7 @@ import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
|
4
4
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import React__default, { memo, useEffect, useState, useRef, useCallback, createElement, forwardRef, useImperativeHandle } from 'react';
|
|
7
|
-
import { E as Extension, a as Mark, m as mergeAttributes, b as markInputRule, c as markPasteRule, D as DecorationSet, d as Decoration, g as getMarkAttributes, N as Node, w as wrappingInputRule, t as textblockTypeInputRule, k as keydownHandler, e as callOrReturn, f as getExtensionField, i as isNodeSelection, n as nodeInputRule, h as findChildren, j as NodeViewWrapper, l as NodeViewContent, R as ReactNodeViewRenderer, P as PasteRule, v as validateUrl, o as escapeForRegEx, p as ReactRenderer, q as EmojiPickerMenu, r as emojiPickerApi, s as liftTarget, u as combineTransactionSteps, x as getChangedRanges, y as findChildrenInRange, z as getMarksBetween, A as getAttributes, I as InputRule, B as highlightFocussedNode, C as resetFocussedNode, F as findParentNodeClosestToPos, G as BubbleMenu, H as getLinkPopoverPosition, J as getMarkType, K as getMarkRange, L as useEditor, O as useEditorState, M as Menu$3, Q as EditorContent, S as MediaUploader, T as EmbedOption, U as EditorView } from './chunk-
|
|
7
|
+
import { E as Extension, a as Mark, m as mergeAttributes, b as markInputRule, c as markPasteRule, D as DecorationSet, d as Decoration, g as getMarkAttributes, N as Node, w as wrappingInputRule, t as textblockTypeInputRule, k as keydownHandler, e as callOrReturn, f as getExtensionField, i as isNodeSelection, n as nodeInputRule, h as findChildren, j as NodeViewWrapper, l as NodeViewContent, R as ReactNodeViewRenderer, P as PasteRule, v as validateUrl, o as escapeForRegEx, p as ReactRenderer, q as EmojiPickerMenu, r as emojiPickerApi, s as liftTarget, u as combineTransactionSteps, x as getChangedRanges, y as findChildrenInRange, z as getMarksBetween, A as getAttributes, I as InputRule, B as highlightFocussedNode, C as resetFocussedNode, F as findParentNodeClosestToPos, G as BubbleMenu, H as getLinkPopoverPosition, J as getMarkType, K as getMarkRange, L as useEditor, O as useEditorState, M as Menu$3, Q as EditorContent, S as MediaUploader, T as EmbedOption, U as EditorView } from './chunk-CWeT8E0d.js';
|
|
8
8
|
import classnames from 'classnames';
|
|
9
9
|
import { C as COMBINED_REGEX, D as DIRECT_UPLOAD_ENDPOINT, a as EDITOR_OPTIONS, E as EDITOR_SIZES } from './chunk-Bxks2B7X.js';
|
|
10
10
|
import { isNotPresent, isNotEmpty, isPresent, noop as noop$1, slugify } from '@bigbinary/neeto-cist';
|
|
@@ -28,7 +28,7 @@ import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
|
28
28
|
import _regeneratorRuntime from '@babel/runtime/regenerator';
|
|
29
29
|
import { flushSync, createPortal } from 'react-dom';
|
|
30
30
|
import MenuHorizontal from '@bigbinary/neeto-icons/MenuHorizontal';
|
|
31
|
-
import { h as buildImageOptions, i as DirectUpload } from './chunk-
|
|
31
|
+
import { h as buildImageOptions, i as DirectUpload } from './chunk-gW5POSsm.js';
|
|
32
32
|
import tippy, { sticky } from 'tippy.js';
|
|
33
33
|
import _classCallCheck from '@babel/runtime/helpers/classCallCheck';
|
|
34
34
|
import _createClass from '@babel/runtime/helpers/createClass';
|
|
@@ -72,7 +72,7 @@ import ToggleHeaderRow from '@bigbinary/neeto-icons/ToggleHeaderRow';
|
|
|
72
72
|
import Checkbox from '@bigbinary/neetoui/Checkbox';
|
|
73
73
|
import Form from '@bigbinary/neetoui/formik/Form';
|
|
74
74
|
import Input$1 from '@bigbinary/neetoui/formik/Input';
|
|
75
|
-
import { A as Attachments } from './chunk-
|
|
75
|
+
import { A as Attachments } from './chunk-BeTkzarz.js';
|
|
76
76
|
import 'tippy.js/dist/svg-arrow.css';
|
|
77
77
|
import '@bigbinary/neeto-icons/Link';
|
|
78
78
|
import '@bigbinary/neeto-commons-frontend/utils';
|
package/dist/FormikEditor.js
CHANGED
|
@@ -7,7 +7,7 @@ import Editor from './Editor.js';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
9
9
|
import '@babel/runtime/helpers/slicedToArray';
|
|
10
|
-
import './chunk-
|
|
10
|
+
import './chunk-CWeT8E0d.js';
|
|
11
11
|
import 'ramda';
|
|
12
12
|
import './chunk-DmrvuTKK.js';
|
|
13
13
|
import 'i18next';
|
|
@@ -64,7 +64,7 @@ import 'react-colorful';
|
|
|
64
64
|
import '@bigbinary/neeto-molecules/DynamicVariables';
|
|
65
65
|
import '@bigbinary/neetoui/Modal';
|
|
66
66
|
import '@bigbinary/neetoui/Tab';
|
|
67
|
-
import './chunk-
|
|
67
|
+
import './chunk-gW5POSsm.js';
|
|
68
68
|
import 'zustand/shallow';
|
|
69
69
|
import '@bigbinary/neetoui/Toastr';
|
|
70
70
|
import 'zustand';
|
|
@@ -100,7 +100,7 @@ import '@bigbinary/neeto-icons/MergeSplit';
|
|
|
100
100
|
import '@bigbinary/neeto-icons/ToggleHeaderRow';
|
|
101
101
|
import '@bigbinary/neetoui/formik/Form';
|
|
102
102
|
import '@bigbinary/neetoui/formik/Input';
|
|
103
|
-
import './chunk-
|
|
103
|
+
import './chunk-BeTkzarz.js';
|
|
104
104
|
import '@bigbinary/neeto-icons/MenuVertical';
|
|
105
105
|
import '@bigbinary/neetoui/Alert';
|
|
106
106
|
|
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-CWeT8E0d.js';
|
|
7
7
|
import './chunk-CaJ2_Km6.js';
|
|
8
8
|
import 'react/jsx-runtime';
|
|
9
9
|
import './chunk-DmrvuTKK.js';
|
|
@@ -61,7 +61,7 @@ import '@babel/runtime/helpers/objectWithoutProperties';
|
|
|
61
61
|
import '@bigbinary/neeto-molecules/DynamicVariables';
|
|
62
62
|
import '@bigbinary/neetoui/Modal';
|
|
63
63
|
import '@bigbinary/neetoui/Tab';
|
|
64
|
-
import './chunk-
|
|
64
|
+
import './chunk-gW5POSsm.js';
|
|
65
65
|
import 'zustand/shallow';
|
|
66
66
|
import '@bigbinary/neetoui/Toastr';
|
|
67
67
|
import 'zustand';
|
|
@@ -7,7 +7,7 @@ import Typography from '@bigbinary/neetoui/Typography';
|
|
|
7
7
|
import Button$1 from '@bigbinary/neetoui/Button';
|
|
8
8
|
import { isEmpty } from 'ramda';
|
|
9
9
|
import { g as getDefaultExportFromCjs, b as getAugmentedNamespace, d as commonjsGlobal } from './chunk-Bxks2B7X.js';
|
|
10
|
-
import { j as commonjsRequire, P as PropTypes, e as convertToFileSize } from './chunk-
|
|
10
|
+
import { j as commonjsRequire, P as PropTypes, e as convertToFileSize } from './chunk-gW5POSsm.js';
|
|
11
11
|
import require$$1$1 from 'fs';
|
|
12
12
|
import require$$2$1 from 'http';
|
|
13
13
|
import require$$3 from 'https';
|
|
@@ -27,7 +27,7 @@ import _defineProperty from '@babel/runtime/helpers/esm/defineProperty';
|
|
|
27
27
|
import _toConsumableArray from '@babel/runtime/helpers/esm/toConsumableArray';
|
|
28
28
|
import _slicedToArray from '@babel/runtime/helpers/esm/slicedToArray';
|
|
29
29
|
import { useTranslation, Trans } from 'react-i18next';
|
|
30
|
-
import { d as downloadFile, c as checkPreviewAvailability, a as ATTACHMENTS_PREVIEW_DATA_CY } from './chunk-
|
|
30
|
+
import { d as downloadFile, c as checkPreviewAvailability, a as ATTACHMENTS_PREVIEW_DATA_CY } from './chunk-BeTkzarz.js';
|
|
31
31
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
32
32
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
33
33
|
import '@babel/runtime/helpers/slicedToArray';
|
|
@@ -69012,4 +69012,4 @@ var Preview = function Preview(_ref) {
|
|
|
69012
69012
|
};
|
|
69013
69013
|
|
|
69014
69014
|
export { Preview as default };
|
|
69015
|
-
//# sourceMappingURL=chunk-
|
|
69015
|
+
//# sourceMappingURL=chunk-BGg7KHr4.js.map
|