@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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-300 opacity-0 hover:text-slate-500 group-hover/fieldrow:opacity-100 dark:text-slate-400 dark:hover:text-slate-200"
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" })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nivaro/react",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "description": "React hooks and components for Nivaro CMS forms",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",