@espresso-lab/mantine-data-table 2.3.1 → 2.3.3

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
@@ -3865,7 +3865,10 @@ function ni({ title: e, titleHint: t, queryKey: n, connectedQueryKeys: r, apiPat
3865
3865
  ...R && { rowExpansion: {
3866
3866
  allowMultiple: R.allowMultiple ?? !1,
3867
3867
  trigger: se ? "never" : "click",
3868
- content: ({ record: e }) => R.content(e, !1),
3868
+ content: ({ record: e }) => /* @__PURE__ */ p(v, {
3869
+ bg: "var(--mantine-color-body)",
3870
+ children: R.content(e, !1)
3871
+ }),
3869
3872
  expanded: {
3870
3873
  recordIds: G,
3871
3874
  onRecordIdsChange: qe
@@ -3986,6 +3989,7 @@ function ri({ mobile: e, columns: t, ...n }) {
3986
3989
  return /* @__PURE__ */ p(Zr, { rows: i }, a);
3987
3990
  })
3988
3991
  }) : /* @__PURE__ */ p(Ir, {
3992
+ backgroundColor: "transparent",
3989
3993
  columns: t,
3990
3994
  ...n
3991
3995
  });