@underverse-ui/underverse 2.0.8 → 2.0.9
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/{EmojiPicker-34YATB7Z.js → EmojiPicker-RPB24XXJ.js} +4 -4
- package/dist/{chunk-JINSMREP.js → chunk-7V65PWQN.js} +3 -3
- package/dist/{chunk-PLHJWXCW.js → chunk-CKG2QLQL.js} +61 -1
- package/dist/chunk-CKG2QLQL.js.map +1 -0
- package/dist/{chunk-A7XL4RDV.js → chunk-K5PVUTXH.js} +7 -5
- package/dist/chunk-K5PVUTXH.js.map +1 -0
- package/dist/{chunk-KGNYK5YF.js → chunk-KKASHK7A.js} +2 -2
- package/dist/{chunk-TETMVVUP.js → chunk-VDIAFUIE.js} +11 -65
- package/dist/chunk-VDIAFUIE.js.map +1 -0
- package/dist/{chunk-XE3RJHVX.js → chunk-WNVGXH5Y.js} +12 -10
- package/dist/chunk-WNVGXH5Y.js.map +1 -0
- package/dist/index.cjs +96 -73
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +87 -71
- package/dist/index.js.map +1 -1
- package/dist/{menu-bar-NFEW4FOJ.js → menu-bar-R5ZFI2ST.js} +4 -4
- package/dist/ueditor.cjs +25 -9
- package/dist/ueditor.cjs.map +1 -1
- package/dist/ueditor.js +4 -4
- package/package.json +1 -1
- package/dist/chunk-A7XL4RDV.js.map +0 -1
- package/dist/chunk-PLHJWXCW.js.map +0 -1
- package/dist/chunk-TETMVVUP.js.map +0 -1
- package/dist/chunk-XE3RJHVX.js.map +0 -1
- /package/dist/{EmojiPicker-34YATB7Z.js.map → EmojiPicker-RPB24XXJ.js.map} +0 -0
- /package/dist/{chunk-JINSMREP.js.map → chunk-7V65PWQN.js.map} +0 -0
- /package/dist/{chunk-KGNYK5YF.js.map → chunk-KKASHK7A.js.map} +0 -0
- /package/dist/{menu-bar-NFEW4FOJ.js.map → menu-bar-R5ZFI2ST.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
EmojiGridButton,
|
|
3
3
|
formatEmojiCountLabel
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-KKASHK7A.js";
|
|
5
5
|
import {
|
|
6
6
|
COLUMN_RESIZE_LINE_THICKNESS,
|
|
7
7
|
CellBgColorIcon,
|
|
@@ -53,12 +53,14 @@ import {
|
|
|
53
53
|
sanitizeUEditorUrl,
|
|
54
54
|
useEditorColors,
|
|
55
55
|
useSharedEditorUiRenderState
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-VDIAFUIE.js";
|
|
57
57
|
import {
|
|
58
58
|
Tooltip,
|
|
59
59
|
cn,
|
|
60
|
+
formControlGroupOutlineClass,
|
|
61
|
+
formControlOutlineClass,
|
|
60
62
|
useSmartTranslations
|
|
61
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-CKG2QLQL.js";
|
|
62
64
|
|
|
63
65
|
// src/components/UEditor/prepare-content-for-save.ts
|
|
64
66
|
var MIME_EXTENSION_MAP = {
|
|
@@ -508,7 +510,7 @@ import { NodeViewWrapper, NodeViewContent } from "@tiptap/react";
|
|
|
508
510
|
import React from "react";
|
|
509
511
|
import { jsx } from "react/jsx-runtime";
|
|
510
512
|
var LazyBaseEmojiPicker = React.lazy(async () => {
|
|
511
|
-
const { EmojiPicker: EmojiPicker2 } = await import("./EmojiPicker-
|
|
513
|
+
const { EmojiPicker: EmojiPicker2 } = await import("./EmojiPicker-RPB24XXJ.js");
|
|
512
514
|
return { default: EmojiPicker2 };
|
|
513
515
|
});
|
|
514
516
|
var EmojiPicker = ({ onSelect }) => {
|
|
@@ -1436,7 +1438,7 @@ var FormRadioView = ({ node, updateAttributes, editor, selected }) => {
|
|
|
1436
1438
|
type: "text",
|
|
1437
1439
|
value: groupName,
|
|
1438
1440
|
onChange: (e) => updateAttributes({ name: e.target.value }),
|
|
1439
|
-
className:
|
|
1441
|
+
className: `w-full rounded-lg bg-background px-2 py-1.5 text-sm text-foreground ${formControlOutlineClass}`
|
|
1440
1442
|
}
|
|
1441
1443
|
)
|
|
1442
1444
|
] })
|
|
@@ -6452,7 +6454,7 @@ var BubbleMenuContent = ({
|
|
|
6452
6454
|
}
|
|
6453
6455
|
)
|
|
6454
6456
|
] }),
|
|
6455
|
-
/* @__PURE__ */ jsx12("div", { className: "flex h-9 items-center overflow-hidden rounded-md
|
|
6457
|
+
/* @__PURE__ */ jsx12("div", { className: cn("flex h-9 items-center overflow-hidden rounded-md bg-muted/40", formControlGroupOutlineClass), children: /* @__PURE__ */ jsx12(
|
|
6456
6458
|
"input",
|
|
6457
6459
|
{
|
|
6458
6460
|
value: formulaDraft,
|
|
@@ -6550,7 +6552,7 @@ var BubbleMenuContent = ({
|
|
|
6550
6552
|
/* @__PURE__ */ jsxs10("div", { className: "space-y-2", children: [
|
|
6551
6553
|
/* @__PURE__ */ jsxs10("div", { children: [
|
|
6552
6554
|
/* @__PURE__ */ jsx12("div", { className: "mb-1 px-1 text-[11px] font-medium text-muted-foreground", children: t("toolbar.fontSize") }),
|
|
6553
|
-
/* @__PURE__ */ jsxs10("div", { className: "flex h-9 items-center overflow-hidden rounded-md
|
|
6555
|
+
/* @__PURE__ */ jsxs10("div", { className: cn("flex h-9 items-center overflow-hidden rounded-md bg-muted/40", formControlGroupOutlineClass), children: [
|
|
6554
6556
|
/* @__PURE__ */ jsx12(
|
|
6555
6557
|
"input",
|
|
6556
6558
|
{
|
|
@@ -14169,7 +14171,7 @@ function TableFormulaBar({ editor }) {
|
|
|
14169
14171
|
}
|
|
14170
14172
|
},
|
|
14171
14173
|
"aria-label": t("tableMenu.editFormula"),
|
|
14172
|
-
className:
|
|
14174
|
+
className: `h-7 min-w-0 flex-1 rounded-md bg-background px-2 font-mono text-sm text-foreground ${formControlOutlineClass}`
|
|
14173
14175
|
}
|
|
14174
14176
|
),
|
|
14175
14177
|
selectedCell.formulaState === "error" && /* @__PURE__ */ jsxs16(
|
|
@@ -14303,7 +14305,7 @@ function useUEditorOutput({
|
|
|
14303
14305
|
// src/components/UEditor/UEditor.tsx
|
|
14304
14306
|
import { jsx as jsx20, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
14305
14307
|
var LazyMenuBar = React15.lazy(async () => {
|
|
14306
|
-
const { MenuBar } = await import("./menu-bar-
|
|
14308
|
+
const { MenuBar } = await import("./menu-bar-R5ZFI2ST.js");
|
|
14307
14309
|
return { default: MenuBar };
|
|
14308
14310
|
});
|
|
14309
14311
|
var UEditor = React15.forwardRef(({
|
|
@@ -14753,4 +14755,4 @@ export {
|
|
|
14753
14755
|
prepareUEditorContentForSave,
|
|
14754
14756
|
UEditor_default
|
|
14755
14757
|
};
|
|
14756
|
-
//# sourceMappingURL=chunk-
|
|
14758
|
+
//# sourceMappingURL=chunk-WNVGXH5Y.js.map
|