@underverse-ui/underverse 1.0.126 → 1.0.127

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/dist/index.js CHANGED
@@ -26069,7 +26069,7 @@ var EditorToolbar = ({
26069
26069
  ref: fontSizeControlRef,
26070
26070
  "aria-label": t("toolbar.fontSize"),
26071
26071
  className: cn(
26072
- "flex h-8 min-w-16 items-center overflow-hidden rounded-full border border-border/60 bg-muted/30 text-xs font-semibold text-foreground",
26072
+ "flex h-8 min-w-14 items-center overflow-hidden rounded-full border border-border/60 bg-muted/30 text-xs font-semibold text-foreground",
26073
26073
  "transition-colors focus-within:ring-2 focus-within:ring-primary/20"
26074
26074
  ),
26075
26075
  children: [
@@ -26093,7 +26093,7 @@ var EditorToolbar = ({
26093
26093
  }
26094
26094
  },
26095
26095
  "aria-label": t("toolbar.fontSize"),
26096
- className: "h-full w-10 bg-transparent px-1 text-center text-xs font-semibold outline-none [appearance:textfield] [&::-webkit-inner-spin-button]:appearance-none [&::-webkit-outer-spin-button]:appearance-none"
26096
+ className: "h-full w-8 bg-transparent px-0.5 text-center text-xs font-semibold outline-none [appearance:textfield] [&::-webkit-inner-spin-button]:appearance-none [&::-webkit-outer-spin-button]:appearance-none"
26097
26097
  }
26098
26098
  ),
26099
26099
  /* @__PURE__ */ jsx81(
@@ -26103,7 +26103,7 @@ var EditorToolbar = ({
26103
26103
  "aria-label": t("toolbar.fontSize"),
26104
26104
  "aria-expanded": isFontSizeMenuOpen,
26105
26105
  onClick: toggleFontSizeMenu,
26106
- className: "flex h-full w-7 items-center justify-center border-l border-border/50 text-muted-foreground transition-colors hover:bg-accent hover:text-foreground",
26106
+ className: "flex h-full w-5 items-center justify-center text-muted-foreground transition-colors hover:bg-accent hover:text-foreground",
26107
26107
  children: /* @__PURE__ */ jsx81(ChevronDown7, { className: "h-3.5 w-3.5" })
26108
26108
  }
26109
26109
  )