@univerjs/docs-ui 0.8.3-nightly.202506271607 → 0.8.3-nightly.202507010644
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/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +8 -8
package/lib/es/index.js
CHANGED
|
@@ -9869,7 +9869,7 @@ function qh() {
|
|
|
9869
9869
|
children: e.map((E) => /* @__PURE__ */ Q(td, { title: E.label, placement: "bottom", children: /* @__PURE__ */ Q(
|
|
9870
9870
|
"span",
|
|
9871
9871
|
{
|
|
9872
|
-
className: Ge("univer-flex univer-cursor-pointer univer-items-center univer-justify-center univer-rounded univer-bg-none univer-px-3 univer-py-1
|
|
9872
|
+
className: Ge("hover:univer-bg-black/60 univer-flex univer-cursor-pointer univer-items-center univer-justify-center univer-rounded univer-bg-none univer-px-3 univer-py-1", {
|
|
9873
9873
|
"univer-bg-blend-color-dodge/90": o === E.value
|
|
9874
9874
|
}),
|
|
9875
9875
|
onClick: () => r(E.value),
|
package/lib/index.js
CHANGED
|
@@ -9869,7 +9869,7 @@ function qh() {
|
|
|
9869
9869
|
children: e.map((E) => /* @__PURE__ */ Q(td, { title: E.label, placement: "bottom", children: /* @__PURE__ */ Q(
|
|
9870
9870
|
"span",
|
|
9871
9871
|
{
|
|
9872
|
-
className: Ge("univer-flex univer-cursor-pointer univer-items-center univer-justify-center univer-rounded univer-bg-none univer-px-3 univer-py-1
|
|
9872
|
+
className: Ge("hover:univer-bg-black/60 univer-flex univer-cursor-pointer univer-items-center univer-justify-center univer-rounded univer-bg-none univer-px-3 univer-py-1", {
|
|
9873
9873
|
"univer-bg-blend-color-dodge/90": o === E.value
|
|
9874
9874
|
}),
|
|
9875
9875
|
onClick: () => r(E.value),
|