@crystaldesign/grid 24.16.0-beta.9 → 25.1.0-beta.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.
@@ -400,7 +400,7 @@ var MyRow = /*#__PURE__*/forwardRef(function (_ref4, ref) {
400
400
  className: "fixed-spacer2",
401
401
  key: cell.getCellProps().key + '_b',
402
402
  "data-test-id": "table-cell"
403
- }), /*#__PURE__*/jsx("div", {})));
403
+ }), /*#__PURE__*/jsx("div", _objectSpread$h({}, cell.getCellProps()))));
404
404
  }
405
405
  cells.push(/*#__PURE__*/createElement(TableCell, _objectSpread$h(_objectSpread$h({
406
406
  className: cell.column.fixed ? 'fixed' : ''
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/grid",
3
- "version": "24.16.0-beta.9",
3
+ "version": "25.1.0-beta.2",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@mui/x-date-pickers": "^7.22.0",
@@ -12,9 +12,9 @@
12
12
  "react-dom": "18.3.1"
13
13
  },
14
14
  "dependencies": {
15
- "@crystaldesign/content-box": "24.16.0-beta.9",
16
- "@crystaldesign/rtf-editor": "24.16.0-beta.9",
17
- "@crystaldesign/searchfield": "24.16.0-beta.9",
15
+ "@crystaldesign/content-box": "25.1.0-beta.2",
16
+ "@crystaldesign/rtf-editor": "25.1.0-beta.2",
17
+ "@crystaldesign/searchfield": "25.1.0-beta.2",
18
18
  "@hello-pangea/dnd": "^17.0.0",
19
19
  "@mui/icons-material": "^6.1.5",
20
20
  "@mui/lab": "^6.0.0-beta.13",
@@ -40,5 +40,5 @@
40
40
  },
41
41
  "module": "build/esm/index.js",
42
42
  "types": "./build/types/grid/src/index.d.ts",
43
- "gitHead": "7a536c0e4538548df578edcedba641f9a4340ff8"
43
+ "gitHead": "90b1ca96b454b9cdb61238fa4fac87e3cc958f2e"
44
44
  }