@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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  EmojiGridButton,
3
3
  formatEmojiCountLabel
4
- } from "./chunk-KGNYK5YF.js";
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-TETMVVUP.js";
56
+ } from "./chunk-VDIAFUIE.js";
57
57
  import {
58
58
  Tooltip,
59
59
  cn,
60
+ formControlGroupOutlineClass,
61
+ formControlOutlineClass,
60
62
  useSmartTranslations
61
- } from "./chunk-PLHJWXCW.js";
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-34YATB7Z.js");
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: "w-full text-sm px-2 py-1.5 border border-border/60 rounded-lg bg-background text-foreground focus:outline-none focus:ring-1 focus:ring-primary"
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 border border-border/60 bg-muted/40", children: /* @__PURE__ */ jsx12(
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 border border-border/60 bg-muted/40", children: [
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: "h-7 min-w-0 flex-1 rounded-md border border-border/60 bg-background px-2 font-mono text-sm text-foreground outline-none focus:border-primary/40 focus:ring-2 focus:ring-primary/15"
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-NFEW4FOJ.js");
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-XE3RJHVX.js.map
14758
+ //# sourceMappingURL=chunk-WNVGXH5Y.js.map