material-react-table 1.5.11 → 1.5.12

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/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Material React Table
2
2
 
3
+ View [Documentation](https://www.material-react-table.com/)
4
+
3
5
  <a href="https://npmjs.com/package/material-react-table" target="_blank">
4
6
  <img alt="" src="https://badgen.net/npm/v/material-react-table?color=blue" />
5
7
  </a>
@@ -27,11 +29,11 @@
27
29
 
28
30
  <br />
29
31
  <div style="display:flex;align-items:center;">
30
- <img src="https://material-react-table.com/mrt_logo.svg" alt="MRT" height="40"/>
32
+ <img src="https://material-react-table.com/mrt_logo.svg" alt="MRT" height="24"/>
31
33
  =
32
- <img src="https://mui.com/static/logo.png" height="40">
34
+ <img src="https://mui.com/static/logo.png" height="24">
33
35
  🤝
34
- <img src="https://react-table-v7.tanstack.com/_next/static/images/logo-light-66d4dd9109004332c863391e6d1cb309.svg" height="40">
36
+ <img src="https://react-table-v7.tanstack.com/_next/static/images/logo-light-66d4dd9109004332c863391e6d1cb309.svg" height="24">
35
37
  </div>
36
38
  <br />
37
39
 
package/dist/cjs/index.js CHANGED
@@ -2308,7 +2308,7 @@ const MRT_TableBodyCell = ({ cell, enableHover, measureElement, numRows, rowInde
2308
2308
  if (node) {
2309
2309
  measureElement === null || measureElement === void 0 ? void 0 : measureElement(node);
2310
2310
  }
2311
- } }, tableCellProps, { onDragEnter: handleDragEnter, onDoubleClick: handleDoubleClick, sx: (theme) => (Object.assign(Object.assign({ alignItems: layoutMode === 'grid' ? 'center' : undefined, cursor: isEditable && editingMode === 'cell' ? 'pointer' : 'inherit', overflow: 'hidden', p: density === 'compact'
2311
+ } }, tableCellProps, { onDragEnter: handleDragEnter, onDoubleClick: handleDoubleClick, sx: (theme) => (Object.assign(Object.assign({ alignItems: layoutMode === 'grid' ? 'center' : undefined, cursor: isEditable && editingMode === 'cell' ? 'pointer' : 'inherit', justifyContent: layoutMode === 'grid' ? tableCellProps.align : undefined, overflow: 'hidden', p: density === 'compact'
2312
2312
  ? columnDefType === 'display'
2313
2313
  ? '0 0.5rem'
2314
2314
  : '0.5rem'