@bigbinary/neeto-editor 1.47.80 → 1.47.82
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 +1 -1
- package/dist/Editor.js +2 -2
- package/dist/FormikEditor.js +2 -2
- package/dist/Menu.js +1 -1
- package/dist/{chunk-2rW8X4h9.js → chunk-Cnu9vwgs.js} +2 -2
- package/dist/{chunk-2rW8X4h9.js.map → chunk-Cnu9vwgs.js.map} +1 -1
- package/dist/{chunk-B7WnAQ8d.js → chunk-Di54e1QH.js} +3 -2
- package/dist/{chunk-B7WnAQ8d.js.map → chunk-Di54e1QH.js.map} +1 -1
- package/dist/{chunk-CS2xPYV-.js → chunk-DwCDGDWR.js} +3 -3
- package/dist/chunk-DwCDGDWR.js.map +1 -0
- package/dist/cjs/Attachments.cjs.js +1 -1
- package/dist/cjs/Editor.cjs.js +2 -2
- package/dist/cjs/FormikEditor.cjs.js +2 -2
- package/dist/cjs/Menu.cjs.js +1 -1
- package/dist/cjs/{chunk-afvFA8i1.cjs.js → chunk-B2gYqWRO.cjs.js} +3 -3
- package/dist/cjs/chunk-B2gYqWRO.cjs.js.map +1 -0
- package/dist/cjs/{chunk-31Z6mjff.cjs.js → chunk-DXgrw9IN.cjs.js} +2 -2
- package/dist/cjs/{chunk-31Z6mjff.cjs.js.map → chunk-DXgrw9IN.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-CX8UXLae.cjs.js → chunk-PwHvDn_T.cjs.js} +3 -2
- package/dist/cjs/{chunk-CX8UXLae.cjs.js.map → chunk-PwHvDn_T.cjs.js.map} +1 -1
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/editor-stats.html +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-CS2xPYV-.js.map +0 -1
- package/dist/cjs/chunk-afvFA8i1.cjs.js.map +0 -1
package/dist/Attachments.js
CHANGED
|
@@ -11,7 +11,7 @@ import '@bigbinary/neetoui/Toastr';
|
|
|
11
11
|
import 'ramda';
|
|
12
12
|
import 'react-i18next';
|
|
13
13
|
import './chunk-V3YZX4m4.js';
|
|
14
|
-
export { A as default } from './chunk-
|
|
14
|
+
export { A as default } from './chunk-DwCDGDWR.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, useState, useEffect, 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 getNodeType, j as getNodeAtPosition, l as isNodeActive, o as isAtStartOfNode, p as isAtEndOfNode, C as CALLOUT_TYPES, q as NodeViewWrapper, r as NodeViewContent, R as ReactNodeViewRenderer, s as findChildren, u as escapeForRegEx, v as ReactRenderer, x as EmojiPickerMenu, y as emojiPickerApi, z as combineTransactionSteps, A as getChangedRanges, B as findChildrenInRange, F as getMarksBetween, G as getAttributes, I as InputRule, H as highlightFocussedNode, J as resetFocussedNode, K as findParentNodeClosestToPos, P as PasteRule, L as validateUrl, O as BubbleMenu, Q as getLinkPopoverPosition, S as getMarkType, T as getMarkRange, U as useEditor, V as useEditorState, M as Menu$4, W as MenuDynamicVariables, X as EditorContent, Y as MediaUploader, Z as LinkAddPopOver, _ 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 getNodeType, j as getNodeAtPosition, l as isNodeActive, o as isAtStartOfNode, p as isAtEndOfNode, C as CALLOUT_TYPES, q as NodeViewWrapper, r as NodeViewContent, R as ReactNodeViewRenderer, s as findChildren, u as escapeForRegEx, v as ReactRenderer, x as EmojiPickerMenu, y as emojiPickerApi, z as combineTransactionSteps, A as getChangedRanges, B as findChildrenInRange, F as getMarksBetween, G as getAttributes, I as InputRule, H as highlightFocussedNode, J as resetFocussedNode, K as findParentNodeClosestToPos, P as PasteRule, L as validateUrl, O as BubbleMenu, Q as getLinkPopoverPosition, S as getMarkType, T as getMarkRange, U as useEditor, V as useEditorState, M as Menu$4, W as MenuDynamicVariables, X as EditorContent, Y as MediaUploader, Z as LinkAddPopOver, _ as EditorView } from './chunk-Di54e1QH.js';
|
|
8
8
|
import classnames from 'classnames';
|
|
9
9
|
import { D as DIRECT_UPLOAD_ENDPOINT, E as EDITOR_OPTIONS, C as COMBINED_REGEX, a as EDITOR_SIZES } from './chunk-DNMH2cJJ.js';
|
|
10
10
|
import { isNotPresent, findBy, isNotEmpty, isPresent, noop as noop$1, slugify } from '@bigbinary/neeto-cist';
|
|
@@ -93,7 +93,7 @@ import Form from '@bigbinary/neetoui/formik/Form';
|
|
|
93
93
|
import Input$1 from '@bigbinary/neetoui/formik/Input';
|
|
94
94
|
import Edit from '@bigbinary/neeto-icons/Edit';
|
|
95
95
|
import Articles from '@bigbinary/neeto-icons/Articles';
|
|
96
|
-
import { A as Attachments } from './chunk-
|
|
96
|
+
import { A as Attachments } from './chunk-DwCDGDWR.js';
|
|
97
97
|
import 'tippy.js/dist/svg-arrow.css';
|
|
98
98
|
import '@bigbinary/neeto-commons-frontend/utils';
|
|
99
99
|
import '@bigbinary/neeto-icons/Check';
|
package/dist/FormikEditor.js
CHANGED
|
@@ -8,7 +8,7 @@ import Editor from './Editor.js';
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
10
10
|
import '@babel/runtime/helpers/slicedToArray';
|
|
11
|
-
import './chunk-
|
|
11
|
+
import './chunk-Di54e1QH.js';
|
|
12
12
|
import './chunk-DmrvuTKK.js';
|
|
13
13
|
import 'i18next';
|
|
14
14
|
import '@bigbinary/neeto-icons/TextH1';
|
|
@@ -127,7 +127,7 @@ import '@bigbinary/neeto-icons/MergeSplit';
|
|
|
127
127
|
import '@bigbinary/neeto-icons/ToggleHeaderRow';
|
|
128
128
|
import '@bigbinary/neeto-icons/Edit';
|
|
129
129
|
import '@bigbinary/neeto-icons/Articles';
|
|
130
|
-
import './chunk-
|
|
130
|
+
import './chunk-DwCDGDWR.js';
|
|
131
131
|
import '@bigbinary/neeto-icons/MenuVertical';
|
|
132
132
|
import '@bigbinary/neetoui/Alert';
|
|
133
133
|
|
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-Di54e1QH.js';
|
|
7
7
|
import './chunk-DxGDZoUl.js';
|
|
8
8
|
import 'react/jsx-runtime';
|
|
9
9
|
import './chunk-DmrvuTKK.js';
|
|
@@ -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-DwCDGDWR.js';
|
|
31
31
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
32
32
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
33
33
|
import '@babel/runtime/helpers/slicedToArray';
|
|
@@ -69022,4 +69022,4 @@ var Preview = function Preview(_ref) {
|
|
|
69022
69022
|
};
|
|
69023
69023
|
|
|
69024
69024
|
export { Preview as default };
|
|
69025
|
-
//# sourceMappingURL=chunk-
|
|
69025
|
+
//# sourceMappingURL=chunk-Cnu9vwgs.js.map
|