@bluemarble/bm-components 1.10.5 → 1.11.0

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.mjs CHANGED
@@ -3922,13 +3922,14 @@ function BaseGrid({
3922
3922
  var _a;
3923
3923
  return /* @__PURE__ */ React20.createElement(
3924
3924
  TableCell4,
3925
- {
3925
+ __spreadProps(__spreadValues({
3926
3926
  key: column.name,
3927
- padding: dense ? "none" : "normal",
3927
+ padding: dense ? "none" : "normal"
3928
+ }, column.props), {
3928
3929
  sx: __spreadValues({
3929
3930
  pl: 2
3930
3931
  }, column == null ? void 0 : column.sx)
3931
- },
3932
+ }),
3932
3933
  column.children ? column.children : /* @__PURE__ */ React20.createElement(
3933
3934
  TableSortLabel2,
3934
3935
  __spreadProps(__spreadValues({