@redsift/table 6.1.0 → 6.2.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/index.js +3 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -356,6 +356,8 @@ const StyledDataGrid = styled.div`
|
|
|
356
356
|
`;
|
|
357
357
|
}}
|
|
358
358
|
|
|
359
|
+
width: 100%;
|
|
360
|
+
|
|
359
361
|
.MuiDataGrid-root {
|
|
360
362
|
font-family: var(--redsift-typography-datagrid-font-family);
|
|
361
363
|
border: none;
|
|
@@ -467,7 +469,7 @@ const _excluded$1 = ["className", "hideToolbar", "license", "$height"];
|
|
|
467
469
|
const COMPONENT_NAME$2 = 'RedSiftDataGrid';
|
|
468
470
|
const CLASSNAME$2 = 'redsift-data-grid';
|
|
469
471
|
const DEFAULT_PROPS$1 = {
|
|
470
|
-
license: process.env.MUI_LICENSE_KEY
|
|
472
|
+
license: process.env.MUI_LICENSE_KEY,
|
|
471
473
|
$height: '500px'
|
|
472
474
|
};
|
|
473
475
|
const ColumnSortedAscendingIcon = () => /*#__PURE__*/React.createElement(Icon, {
|