@underverse-ui/underverse 2.0.22 → 2.0.23

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@underverse-ui/underverse",
3
- "version": "2.0.22",
3
+ "version": "2.0.23",
4
4
  "sourceEntry": "src/index.ts",
5
5
  "totalExports": 260,
6
6
  "exports": [
@@ -55,7 +55,7 @@ import {
55
55
  sanitizeUEditorUrl,
56
56
  useEditorColors,
57
57
  useSharedEditorUiRenderState
58
- } from "./chunk-LWAKD7EK.js";
58
+ } from "./chunk-O7AAN6W6.js";
59
59
  import {
60
60
  Tooltip,
61
61
  UEditorPortalProvider,
@@ -14504,7 +14504,7 @@ function useUEditorOutput({
14504
14504
  // src/components/UEditor/UEditor.tsx
14505
14505
  import { jsx as jsx20, jsxs as jsxs17 } from "react/jsx-runtime";
14506
14506
  var LazyMenuBar = React15.lazy(async () => {
14507
- const { MenuBar } = await import("./menu-bar-5FG5RVXQ.js");
14507
+ const { MenuBar } = await import("./menu-bar-E7MNW6UC.js");
14508
14508
  return { default: MenuBar };
14509
14509
  });
14510
14510
  var UEditor = React15.forwardRef(({
@@ -14973,4 +14973,4 @@ export {
14973
14973
  prepareUEditorContentForSave,
14974
14974
  UEditor_default
14975
14975
  };
14976
- //# sourceMappingURL=chunk-EVY3BTAU.js.map
14976
+ //# sourceMappingURL=chunk-AEMS6WGX.js.map
@@ -458,7 +458,7 @@ var Popover = ({
458
458
  const measuredHeight = positionerEl.offsetHeight;
459
459
  const contentRect = positionerEl.getBoundingClientRect();
460
460
  const contentBoxWidth = measuredWidth || contentRect.width;
461
- const contentBoxHeight = Math.max(measuredHeight, contentRect.height, contentEl.scrollHeight);
461
+ const contentBoxHeight = Math.max(measuredHeight, contentRect.height);
462
462
  const next = computePopoverPosition({
463
463
  triggerRect,
464
464
  contentSize: { width: contentBoxWidth, height: contentBoxHeight },
@@ -4788,4 +4788,4 @@ export {
4788
4788
  EditorToolbar,
4789
4789
  UEDITOR_PROSEMIRROR_CLASS_NAME
4790
4790
  };
4791
- //# sourceMappingURL=chunk-LWAKD7EK.js.map
4791
+ //# sourceMappingURL=chunk-O7AAN6W6.js.map