@nivaro/react 0.1.47 → 0.1.48

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 +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -13540,7 +13540,7 @@ function Wy({
13540
13540
  }, [s]), !f || !p) return null;
13541
13541
  const k = `${f.prefix}:${p}`, v = M0();
13542
13542
  return /* @__PURE__ */ a("div", { ref: c, className: "relative", children: [
13543
- /* @__PURE__ */ a("div", { className: "inline-flex h-8 items-stretch overflow-hidden rounded-md border border-slate-200 bg-white text-slate-600 dark:border-border dark:bg-card dark:text-slate-300", children: [
13543
+ /* @__PURE__ */ a("div", { className: "inline-flex h-9 items-stretch overflow-hidden rounded-md border border-input bg-background text-sm font-medium shadow-sm", children: [
13544
13544
  /* @__PURE__ */ a(
13545
13545
  "button",
13546
13546
  {
@@ -13549,7 +13549,7 @@ function Wy({
13549
13549
  v ? P0(k, p) : l((x) => !x);
13550
13550
  },
13551
13551
  title: "Open this record's chat room",
13552
- className: "inline-flex items-center gap-1.5 px-2.5 text-[12px] hover:bg-muted",
13552
+ className: "inline-flex items-center gap-1.5 px-3 transition-colors hover:bg-accent hover:text-accent-foreground",
13553
13553
  "data-record-chat": !0,
13554
13554
  children: [
13555
13555
  /* @__PURE__ */ e(lu, { className: "h-3.5 w-3.5", strokeWidth: 2 }),
@@ -13564,7 +13564,7 @@ function Wy({
13564
13564
  onClick: () => l((x) => !x),
13565
13565
  title: "Send this record to a room",
13566
13566
  "aria-label": "Send this record to a room",
13567
- className: "inline-flex items-center border-l border-slate-200 px-1 hover:bg-muted dark:border-border",
13567
+ className: "inline-flex items-center border-l border-input px-1.5 transition-colors hover:bg-accent hover:text-accent-foreground",
13568
13568
  "data-record-chat-more": !0,
13569
13569
  children: /* @__PURE__ */ e(Gt, { className: "h-3 w-3", strokeWidth: 2 })
13570
13570
  }
@@ -22254,7 +22254,7 @@ function N1({
22254
22254
  U.has(Z) || Z.includes(".") || Z.startsWith("__") || re == null || re === "" || typeof re == "object" && !Array.isArray(re) || Array.isArray(re) || (Q[Z] = re);
22255
22255
  u(Q);
22256
22256
  },
22257
- className: "inline-flex h-8 items-center gap-1.5 rounded-md border border-slate-200 bg-white px-2.5 text-[12px] text-slate-600 hover:bg-muted dark:border-border dark:bg-card dark:text-slate-300",
22257
+ 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",
22258
22258
  "data-duplicate-record": !0,
22259
22259
  children: [
22260
22260
  /* @__PURE__ */ a("svg", { width: "13", height: "13", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nivaro/react",
3
- "version": "0.1.47",
3
+ "version": "0.1.48",
4
4
  "description": "React hooks and components for Nivaro CMS forms",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",