@kaushalparajuli/react-crud-ui 1.0.1 → 1.0.2
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12528,7 +12528,7 @@ const ad = ({
|
|
|
12528
12528
|
] })
|
|
12529
12529
|
] });
|
|
12530
12530
|
};
|
|
12531
|
-
return /* @__PURE__ */ M("div", { className: D("w-full", T),
|
|
12531
|
+
return /* @__PURE__ */ M("div", { className: D("w-full", T), children: [
|
|
12532
12532
|
(h || S.length > 0) && /* @__PURE__ */ M("div", { className: "flex items-center justify-between gap-4 mb-4", children: [
|
|
12533
12533
|
h && /* @__PURE__ */ M("div", { className: "relative max-w-sm", children: [
|
|
12534
12534
|
/* @__PURE__ */ d(mo, { className: "absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground" }),
|
|
@@ -12831,8 +12831,7 @@ const Lx = ({
|
|
|
12831
12831
|
emptyTitle: `No ${O}s found`,
|
|
12832
12832
|
emptyDescription: `Create your first ${O} to get started.`,
|
|
12833
12833
|
emptyAction: x ? `Create ${O}` : void 0,
|
|
12834
|
-
onEmptyAction: x
|
|
12835
|
-
...q
|
|
12834
|
+
onEmptyAction: x
|
|
12836
12835
|
}
|
|
12837
12836
|
),
|
|
12838
12837
|
/* @__PURE__ */ d(
|