@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
package/api-reference.json
CHANGED
|
@@ -55,7 +55,7 @@ import {
|
|
|
55
55
|
sanitizeUEditorUrl,
|
|
56
56
|
useEditorColors,
|
|
57
57
|
useSharedEditorUiRenderState
|
|
58
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
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
|
|
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-
|
|
4791
|
+
//# sourceMappingURL=chunk-O7AAN6W6.js.map
|