@nivaro/react 0.1.44 → 0.1.45
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4612,7 +4612,7 @@ function ry({
|
|
|
4612
4612
|
title: "Value history",
|
|
4613
4613
|
className: W(
|
|
4614
4614
|
"inline-flex items-center rounded p-0.5 transition-opacity",
|
|
4615
|
-
i ? "text-nvr-cyan opacity-100" : "text-slate-
|
|
4615
|
+
i ? "text-nvr-cyan opacity-100" : "text-slate-400 opacity-0 hover:text-nvr-cyan group-hover/fieldrow:opacity-100 dark:text-slate-300 dark:hover:text-nvr-cyan"
|
|
4616
4616
|
),
|
|
4617
4617
|
"data-field-history": !0,
|
|
4618
4618
|
children: /* @__PURE__ */ e(Sl, { className: "h-3 w-3" })
|