@nivaro/react 0.1.75 → 0.1.76

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
@@ -46857,7 +46857,7 @@ function V_({ run: t, onOpenItem: n }) {
46857
46857
  v.field
46858
46858
  )) }),
46859
46859
  /* @__PURE__ */ r("div", { className: "min-h-0 flex-1 overflow-y-auto", children: [
46860
- ((p == null ? void 0 : p.findings) ?? []).length === 0 && t.status === "completed" && /* @__PURE__ */ e("p", { className: "px-4 py-6 text-[12.5px] text-emerald-600 dark:text-emerald-400", children: i || o ? "No findings match the filters." : "Every checked record satisfies its field configuration." }),
46860
+ p !== void 0 && ((p == null ? void 0 : p.findings) ?? []).length === 0 && t.status === "completed" && /* @__PURE__ */ e("p", { className: "px-4 py-6 text-[12.5px] text-emerald-600 dark:text-emerald-400", children: i || o ? "No findings match the filters." : "Every checked record satisfies its field configuration." }),
46861
46861
  c ? /* @__PURE__ */ e("div", { children: ((p == null ? void 0 : p.findings) ?? []).map((v) => /* @__PURE__ */ r(
46862
46862
  "div",
46863
46863
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nivaro/react",
3
- "version": "0.1.75",
3
+ "version": "0.1.76",
4
4
  "description": "React hooks and components for Nivaro CMS forms",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",