@nivaro/react 0.1.109 → 0.1.110

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -24264,8 +24264,8 @@ function d_({
24264
24264
  onClick: () => s((o) => !o),
24265
24265
  "data-tip": "Record insights — audience, integrations, owner history",
24266
24266
  "aria-label": "Record insights",
24267
- className: "flex h-8 w-8 items-center justify-center rounded-lg text-slate-500 transition-colors hover:bg-slate-100 hover:text-slate-900 dark:text-slate-400 dark:hover:bg-white/[0.06] dark:hover:text-slate-100",
24268
- children: /* @__PURE__ */ e(_o, { className: "h-4 w-4" })
24267
+ className: "inline-flex h-9 items-center gap-1.5 rounded-md border border-input bg-background px-3 text-sm font-medium shadow-sm transition-colors hover:bg-accent hover:text-accent-foreground",
24268
+ children: /* @__PURE__ */ e(_o, { className: "h-3.5 w-3.5" })
24269
24269
  }
24270
24270
  ),
24271
24271
  a && /* @__PURE__ */ r("div", { className: "absolute right-0 top-full z-[60] mt-1 w-[380px] rounded-lg border border-slate-200 bg-white p-3 shadow-xl dark:border-border dark:bg-card", children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nivaro/react",
3
- "version": "0.1.109",
3
+ "version": "0.1.110",
4
4
  "description": "React hooks and components for Nivaro CMS forms",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",