@underverse-ui/underverse 2.0.6 → 2.0.8
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-OZH3EDGZ.js → chunk-JINSMREP.js} +2 -2
- package/dist/{chunk-JXE7JBQV.js → chunk-TETMVVUP.js} +3 -1
- package/dist/chunk-TETMVVUP.js.map +1 -0
- package/dist/{chunk-2UQ7H5GR.js → chunk-XE3RJHVX.js} +3 -3
- package/dist/index.cjs +229 -91
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +254 -121
- package/dist/index.js.map +1 -1
- package/dist/{menu-bar-6HZDCX44.js → menu-bar-NFEW4FOJ.js} +3 -3
- package/dist/ueditor.js +2 -2
- package/package.json +3 -1
- package/dist/chunk-JXE7JBQV.js.map +0 -1
- /package/dist/{chunk-OZH3EDGZ.js.map → chunk-JINSMREP.js.map} +0 -0
- /package/dist/{chunk-2UQ7H5GR.js.map → chunk-XE3RJHVX.js.map} +0 -0
- /package/dist/{menu-bar-6HZDCX44.js.map → menu-bar-NFEW4FOJ.js.map} +0 -0
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
sanitizeUEditorUrl,
|
|
54
54
|
useEditorColors,
|
|
55
55
|
useSharedEditorUiRenderState
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-TETMVVUP.js";
|
|
57
57
|
import {
|
|
58
58
|
Tooltip,
|
|
59
59
|
cn,
|
|
@@ -14303,7 +14303,7 @@ function useUEditorOutput({
|
|
|
14303
14303
|
// src/components/UEditor/UEditor.tsx
|
|
14304
14304
|
import { jsx as jsx20, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
14305
14305
|
var LazyMenuBar = React15.lazy(async () => {
|
|
14306
|
-
const { MenuBar } = await import("./menu-bar-
|
|
14306
|
+
const { MenuBar } = await import("./menu-bar-NFEW4FOJ.js");
|
|
14307
14307
|
return { default: MenuBar };
|
|
14308
14308
|
});
|
|
14309
14309
|
var UEditor = React15.forwardRef(({
|
|
@@ -14753,4 +14753,4 @@ export {
|
|
|
14753
14753
|
prepareUEditorContentForSave,
|
|
14754
14754
|
UEditor_default
|
|
14755
14755
|
};
|
|
14756
|
-
//# sourceMappingURL=chunk-
|
|
14756
|
+
//# sourceMappingURL=chunk-XE3RJHVX.js.map
|