@espresso-lab/mantine-data-table 2.1.13 → 2.1.14

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.es.js CHANGED
@@ -3397,12 +3397,7 @@ function jr({ records: e, fields: n, onRowClick: r, actions: i, canUpdate: a, ca
3397
3397
  event: n
3398
3398
  });
3399
3399
  };
3400
- return e.length === 0 ? /* @__PURE__ */ p(V, {
3401
- c: "dimmed",
3402
- ta: "center",
3403
- py: "xl",
3404
- children: "Keine Einträge gefunden"
3405
- }) : /* @__PURE__ */ m(ne, {
3400
+ return /* @__PURE__ */ m(ne, {
3406
3401
  gap: "sm",
3407
3402
  my: "md",
3408
3403
  children: [
@@ -3469,6 +3464,12 @@ function jr({ records: e, fields: n, onRowClick: r, actions: i, canUpdate: a, ca
3469
3464
  })]
3470
3465
  })]
3471
3466
  }),
3467
+ e.length === 0 && /* @__PURE__ */ p(V, {
3468
+ c: "dimmed",
3469
+ ta: "center",
3470
+ py: "xl",
3471
+ children: "Keine Einträge gefunden"
3472
+ }),
3472
3473
  e.map((e, n) => {
3473
3474
  let s = e.id ?? n, c = b(s);
3474
3475
  return /* @__PURE__ */ p(t.Fragment, { children: /* @__PURE__ */ m(v, {