@bigbinary/neeto-editor 1.47.67 → 1.47.68
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/Editor.js +3 -2
- package/dist/Editor.js.map +1 -1
- package/dist/FormikEditor.js +1 -1
- package/dist/Menu.js +1 -1
- package/dist/{chunk-BYP78yHy.js → chunk-BIK97q64.js} +2 -1
- package/dist/{chunk-BYP78yHy.js.map → chunk-BIK97q64.js.map} +1 -1
- package/dist/cjs/Editor.cjs.js +3 -2
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/dist/cjs/FormikEditor.cjs.js +1 -1
- package/dist/cjs/Menu.cjs.js +1 -1
- package/dist/cjs/{chunk-TLlmBkfB.cjs.js → chunk-BFpvPDMY.cjs.js} +2 -1
- package/dist/cjs/{chunk-TLlmBkfB.cjs.js.map → chunk-BFpvPDMY.cjs.js.map} +1 -1
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/editor-stats.html +1 -19
- package/dist/index.js +1 -1
- package/package.json +1 -1
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-BIK97q64.js';
|
|
12
12
|
import './chunk-DmrvuTKK.js';
|
|
13
13
|
import 'i18next';
|
|
14
14
|
import '@bigbinary/neeto-icons/TextH1';
|
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-BIK97q64.js';
|
|
7
7
|
import './chunk-BnpU7flF.js';
|
|
8
8
|
import 'react/jsx-runtime';
|
|
9
9
|
import './chunk-DmrvuTKK.js';
|
|
@@ -15809,6 +15809,7 @@ var CalloutTypeOption = function CalloutTypeOption(_ref) {
|
|
|
15809
15809
|
className: optionClass,
|
|
15810
15810
|
children: [/*#__PURE__*/jsx("span", {
|
|
15811
15811
|
className: "neeto-editor-callout-dropdown__type-emoji",
|
|
15812
|
+
"data-cy": "callout-type-emoji",
|
|
15812
15813
|
children: /*#__PURE__*/jsx(Icon, {})
|
|
15813
15814
|
}), /*#__PURE__*/jsx(Typography, {
|
|
15814
15815
|
className: "neeto-editor-callout-dropdown__type-label",
|
|
@@ -18954,4 +18955,4 @@ var Menu = function Menu(props) {
|
|
|
18954
18955
|
};
|
|
18955
18956
|
|
|
18956
18957
|
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, callOrReturn as e, getExtensionField as f, getMarkAttributes as g, getNodeType as h, isNodeSelection as i, getNodeAtPosition as j, keydownHandler as k, isNodeActive as l, mergeAttributes as m, nodeInputRule as n, isAtStartOfNode as o, isAtEndOfNode 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 };
|
|
18957
|
-
//# sourceMappingURL=chunk-
|
|
18958
|
+
//# sourceMappingURL=chunk-BIK97q64.js.map
|