@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/api-reference.json +1 -1
- package/dist/{chunk-EVY3BTAU.js → chunk-AEMS6WGX.js} +3 -3
- package/dist/{chunk-LWAKD7EK.js → chunk-O7AAN6W6.js} +2 -2
- package/dist/chunk-O7AAN6W6.js.map +1 -0
- package/dist/{chunk-F6KCGIJX.js → chunk-ZQWVWDGS.js} +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/{menu-bar-5FG5RVXQ.js → menu-bar-E7MNW6UC.js} +3 -3
- package/dist/ueditor.cjs +1 -1
- package/dist/ueditor.cjs.map +1 -1
- package/dist/ueditor.js +2 -2
- package/package.json +2 -1
- package/dist/chunk-LWAKD7EK.js.map +0 -1
- /package/dist/{chunk-EVY3BTAU.js.map → chunk-AEMS6WGX.js.map} +0 -0
- /package/dist/{chunk-F6KCGIJX.js.map → chunk-ZQWVWDGS.js.map} +0 -0
- /package/dist/{menu-bar-5FG5RVXQ.js.map → menu-bar-E7MNW6UC.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getPanelBorderRadiusClass,
|
|
3
3
|
useUnderverseUIConfig
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-O7AAN6W6.js";
|
|
5
5
|
import {
|
|
6
6
|
cn,
|
|
7
7
|
useGlobalI18n
|
|
@@ -196,4 +196,4 @@ var Modal_default = Modal;
|
|
|
196
196
|
export {
|
|
197
197
|
Modal_default
|
|
198
198
|
};
|
|
199
|
-
//# sourceMappingURL=chunk-
|
|
199
|
+
//# sourceMappingURL=chunk-ZQWVWDGS.js.map
|
package/dist/index.cjs
CHANGED
|
@@ -4391,7 +4391,7 @@ var init_Popover = __esm({
|
|
|
4391
4391
|
const measuredHeight = positionerEl.offsetHeight;
|
|
4392
4392
|
const contentRect = positionerEl.getBoundingClientRect();
|
|
4393
4393
|
const contentBoxWidth = measuredWidth || contentRect.width;
|
|
4394
|
-
const contentBoxHeight = Math.max(measuredHeight, contentRect.height
|
|
4394
|
+
const contentBoxHeight = Math.max(measuredHeight, contentRect.height);
|
|
4395
4395
|
const next = computePopoverPosition({
|
|
4396
4396
|
triggerRect,
|
|
4397
4397
|
contentSize: { width: contentBoxWidth, height: contentBoxHeight },
|