@bigbinary/neeto-editor 1.47.118 → 1.47.119
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 +1 -1
- package/dist/FormikEditor.js +1 -1
- package/dist/Menu.js +1 -1
- package/dist/{chunk-BKsyn0lE.js → chunk-BmY70WOK.js} +3 -2
- package/dist/chunk-BmY70WOK.js.map +1 -0
- package/dist/cjs/Editor.cjs.js +1 -1
- package/dist/cjs/FormikEditor.cjs.js +1 -1
- package/dist/cjs/Menu.cjs.js +1 -1
- package/dist/cjs/{chunk-BrQjqeiG.cjs.js → chunk-DNpQGCaK.cjs.js} +3 -2
- package/dist/cjs/chunk-DNpQGCaK.cjs.js.map +1 -0
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/editor-stats.html +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-BKsyn0lE.js.map +0 -1
- package/dist/cjs/chunk-BrQjqeiG.cjs.js.map +0 -1
package/dist/Editor.js
CHANGED
|
@@ -19,7 +19,7 @@ import ReactDOM from 'react-dom/server';
|
|
|
19
19
|
import { l as lowlight, d as decodeHtmlEntities, r as removeEmptyTags } from './chunk-BR5ZkH7J.js';
|
|
20
20
|
import { L as LINK_VALIDATION_SCHEMA, D as DEFAULT_EDITOR_OPTIONS } from './chunk-CF5f8-fy.js';
|
|
21
21
|
import Megaphone from '@bigbinary/neeto-icons/misc/Megaphone';
|
|
22
|
-
import { C as CALLOUT_TYPES, E as EmojiPickerMenu, v as validateUrl, g as getLinkPopoverPosition, M as Menu$4, a as MenuDynamicVariables, b as MediaUploader, L as LinkAddPopOver } from './chunk-
|
|
22
|
+
import { C as CALLOUT_TYPES, E as EmojiPickerMenu, v as validateUrl, g as getLinkPopoverPosition, M as Menu$4, a as MenuDynamicVariables, b as MediaUploader, L as LinkAddPopOver } from './chunk-BmY70WOK.js';
|
|
23
23
|
import Down from '@bigbinary/neeto-icons/Down';
|
|
24
24
|
import Highlight from '@bigbinary/neeto-icons/Highlight';
|
|
25
25
|
import CopyToClipboardButton from '@bigbinary/neeto-molecules/CopyToClipboardButton';
|
package/dist/FormikEditor.js
CHANGED
|
@@ -33,7 +33,7 @@ import 'i18next';
|
|
|
33
33
|
import 'yup';
|
|
34
34
|
import 'react-dom/server';
|
|
35
35
|
import '@bigbinary/neeto-icons/misc/Megaphone';
|
|
36
|
-
import './chunk-
|
|
36
|
+
import './chunk-BmY70WOK.js';
|
|
37
37
|
import '@bigbinary/neeto-icons/TextH1';
|
|
38
38
|
import '@bigbinary/neeto-icons/TextH2';
|
|
39
39
|
import '@bigbinary/neeto-icons/TextH3';
|
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-BmY70WOK.js';
|
|
7
7
|
import './chunk-CF5f8-fy.js';
|
|
8
8
|
import 'react/jsx-runtime';
|
|
9
9
|
import './chunk-C2dztUxs.js';
|
|
@@ -930,7 +930,8 @@ var TextColorOption = function TextColorOption(_ref) {
|
|
|
930
930
|
content: tooltipContent !== null && tooltipContent !== void 0 ? tooltipContent : label,
|
|
931
931
|
position: "bottom"
|
|
932
932
|
},
|
|
933
|
-
className: "neeto-editor-fixed-menu__item neeto-editor-text-color-option"
|
|
933
|
+
className: "neeto-editor-fixed-menu__item neeto-editor-text-color-option",
|
|
934
|
+
"data-testid": "neeto-editor-fixed-menu-text-color-option"
|
|
934
935
|
},
|
|
935
936
|
customTarget: isSecondaryMenu && /*#__PURE__*/jsx(SecondaryMenuTarget, {
|
|
936
937
|
label: label,
|
|
@@ -3358,4 +3359,4 @@ var Menu = function Menu(props) {
|
|
|
3358
3359
|
};
|
|
3359
3360
|
|
|
3360
3361
|
export { CALLOUT_TYPES as C, EmojiPickerMenu as E, LinkAddPopOver as L, Menu as M, MenuDynamicVariables as a, MediaUploader as b, getLinkPopoverPosition as g, validateUrl as v };
|
|
3361
|
-
//# sourceMappingURL=chunk-
|
|
3362
|
+
//# sourceMappingURL=chunk-BmY70WOK.js.map
|