@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.
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  extractImageSrcsFromHtml,
5
5
  normalizeImageUrl,
6
6
  prepareUEditorContentForSave
7
- } from "./chunk-EVY3BTAU.js";
7
+ } from "./chunk-AEMS6WGX.js";
8
8
  import {
9
9
  EmojiPicker_default
10
10
  } from "./chunk-F7MX3XXK.js";
@@ -16,7 +16,7 @@ import {
16
16
  import "./chunk-4TYW5K4J.js";
17
17
  import {
18
18
  Modal_default
19
- } from "./chunk-F6KCGIJX.js";
19
+ } from "./chunk-ZQWVWDGS.js";
20
20
  import {
21
21
  DropdownMenuItem,
22
22
  DropdownMenuSeparator,
@@ -31,7 +31,7 @@ import {
31
31
  shadcnAnimationStyles,
32
32
  useShadCNAnimations,
33
33
  useUnderverseUIConfig
34
- } from "./chunk-LWAKD7EK.js";
34
+ } from "./chunk-O7AAN6W6.js";
35
35
  import {
36
36
  ForceInternalTranslationsProvider,
37
37
  NextIntlAdapter,
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Modal_default
4
- } from "./chunk-F6KCGIJX.js";
4
+ } from "./chunk-ZQWVWDGS.js";
5
5
  import {
6
6
  DEFAULT_TABLE_ROW_HEIGHT,
7
7
  DEFAULT_UEDITOR_IMAGE_MAX_FILE_SIZE,
@@ -21,7 +21,7 @@ import {
21
21
  sanitizeUEditorUrl,
22
22
  useDropdownMenuClose,
23
23
  useSharedEditorUiRenderState
24
- } from "./chunk-LWAKD7EK.js";
24
+ } from "./chunk-O7AAN6W6.js";
25
25
  import {
26
26
  cn,
27
27
  useSmartTranslations
@@ -945,4 +945,4 @@ var MenuBar = ({
945
945
  export {
946
946
  MenuBar
947
947
  };
948
- //# sourceMappingURL=menu-bar-5FG5RVXQ.js.map
948
+ //# sourceMappingURL=menu-bar-E7MNW6UC.js.map
package/dist/ueditor.cjs CHANGED
@@ -2582,7 +2582,7 @@ var init_Popover = __esm({
2582
2582
  const measuredHeight = positionerEl.offsetHeight;
2583
2583
  const contentRect = positionerEl.getBoundingClientRect();
2584
2584
  const contentBoxWidth = measuredWidth || contentRect.width;
2585
- const contentBoxHeight = Math.max(measuredHeight, contentRect.height, contentEl.scrollHeight);
2585
+ const contentBoxHeight = Math.max(measuredHeight, contentRect.height);
2586
2586
  const next = computePopoverPosition({
2587
2587
  triggerRect,
2588
2588
  contentSize: { width: contentBoxWidth, height: contentBoxHeight },