@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/api-reference.json +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/api-reference.json
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -26192,7 +26192,7 @@ var EditorToolbar = ({
|
|
|
26192
26192
|
ref: fontSizeControlRef,
|
|
26193
26193
|
"aria-label": t("toolbar.fontSize"),
|
|
26194
26194
|
className: cn(
|
|
26195
|
-
"flex h-8 min-w-
|
|
26195
|
+
"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",
|
|
26196
26196
|
"transition-colors focus-within:ring-2 focus-within:ring-primary/20"
|
|
26197
26197
|
),
|
|
26198
26198
|
children: [
|
|
@@ -26216,7 +26216,7 @@ var EditorToolbar = ({
|
|
|
26216
26216
|
}
|
|
26217
26217
|
},
|
|
26218
26218
|
"aria-label": t("toolbar.fontSize"),
|
|
26219
|
-
className: "h-full w-
|
|
26219
|
+
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"
|
|
26220
26220
|
}
|
|
26221
26221
|
),
|
|
26222
26222
|
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
@@ -26226,7 +26226,7 @@ var EditorToolbar = ({
|
|
|
26226
26226
|
"aria-label": t("toolbar.fontSize"),
|
|
26227
26227
|
"aria-expanded": isFontSizeMenuOpen,
|
|
26228
26228
|
onClick: toggleFontSizeMenu,
|
|
26229
|
-
className: "flex h-full w-
|
|
26229
|
+
className: "flex h-full w-5 items-center justify-center text-muted-foreground transition-colors hover:bg-accent hover:text-foreground",
|
|
26230
26230
|
children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(import_lucide_react44.ChevronDown, { className: "h-3.5 w-3.5" })
|
|
26231
26231
|
}
|
|
26232
26232
|
)
|