@bigbinary/neeto-editor 1.47.99 → 1.47.100

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.
@@ -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-BLudkxXI.js';
11
+ import './chunk-CzWJfEz9.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-BLudkxXI.js';
6
+ export { M as default } from './chunk-CzWJfEz9.js';
7
7
  import './chunk-DxGDZoUl.js';
8
8
  import 'react/jsx-runtime';
9
9
  import './chunk-DmrvuTKK.js';
@@ -16965,7 +16965,9 @@ var VideoEmbedForm = function VideoEmbedForm(_ref) {
16965
16965
  var MediaUploader = function MediaUploader(_ref) {
16966
16966
  var mediaUploader = _ref.mediaUploader,
16967
16967
  onClose = _ref.onClose,
16968
- editor = _ref.editor;
16968
+ editor = _ref.editor,
16969
+ _ref$showAssetLibrary = _ref.showAssetLibrary,
16970
+ showAssetLibrary = _ref$showAssetLibrary === void 0 ? true : _ref$showAssetLibrary;
16969
16971
  var _useTranslation = useTranslation(),
16970
16972
  t = _useTranslation.t;
16971
16973
  var _useState = useState("local"),
@@ -17086,6 +17088,7 @@ var MediaUploader = function MediaUploader(_ref) {
17086
17088
  className: "ne-media-uploader__content",
17087
17089
  children: [mediaUploader.image && /*#__PURE__*/jsx(ImageUploader, {
17088
17090
  onUploadComplete: onUploadComplete,
17091
+ showAssetLibrary: showAssetLibrary,
17089
17092
  className: "ne-media-uploader__image-uploader"
17090
17093
  }), mediaUploader.video && /*#__PURE__*/jsxs(Fragment$1, {
17091
17094
  children: [activeTab === "local" && /*#__PURE__*/jsx(LocalUploader, {
@@ -18897,4 +18900,4 @@ var Menu = function Menu(props) {
18897
18900
  };
18898
18901
 
18899
18902
  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, validateUrl as L, Menu as M, Node as N, BubbleMenu as O, PasteRule as P, getLinkPopoverPosition as Q, ReactNodeViewRenderer as R, getMarkType as S, getMarkRange as T, useEditor as U, useEditorState$1 as V, MenuDynamicVariables as W, EditorContent as X, MediaUploader as Y, LinkAddPopOver as Z, EditorView as _, 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 };
18900
- //# sourceMappingURL=chunk-BLudkxXI.js.map
18903
+ //# sourceMappingURL=chunk-CzWJfEz9.js.map