@redsift/table 7.0.1 → 7.0.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +4 -4
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as _mui_x_data_grid_pro from '@mui/x-data-grid-pro';
2
2
  import { GridFilterItem, GridCellParams, GridFilterInputMultipleValue, GridFilterOperator, DataGridProProps, GridColumns } from '@mui/x-data-grid-pro';
3
- export { GridAlignment, GridColDef, GridColumns, GridFilterItem, GridFilterModel, getGridBooleanOperators, getGridDateOperators, getGridNumericOperators, getGridSingleSelectOperators, getGridStringOperators } from '@mui/x-data-grid-pro';
3
+ export { GridAlignment, GridColDef, GridColumns, GridFilterItem, GridFilterModel, GridSelectionModel, getGridBooleanOperators, getGridDateOperators, getGridNumericOperators, getGridSingleSelectOperators, getGridStringOperators } from '@mui/x-data-grid-pro';
4
4
  import { Comp as Comp$1, ShieldVariant } from '@redsift/design-system';
5
5
  import { Ref, ReactElement, ComponentProps, ReactNode } from 'react';
6
6
 
package/package.json CHANGED
@@ -28,14 +28,14 @@
28
28
  "test": "cp -f ../../.env ./ && NODE_ENV=test jest --verbose"
29
29
  },
30
30
  "types": "types.d.ts",
31
- "version": "7.0.1",
31
+ "version": "7.0.2",
32
32
  "dependencies": {
33
33
  "@mui/material": "^5.11.0",
34
34
  "@mui/styled-engine-sc": "^5.7.0",
35
35
  "@mui/x-data-grid": "^5.17.14",
36
36
  "@mui/x-data-grid-pro": "^5.17.14",
37
- "@redsift/design-system": "^7.0.1",
38
- "@redsift/icons": "^7.0.1"
37
+ "@redsift/design-system": "^7.0.2",
38
+ "@redsift/icons": "^7.0.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@babel/core": "^7.8.3",
@@ -91,5 +91,5 @@
91
91
  "react-dom": "17 || 18",
92
92
  "styled-components": "^5.3.3"
93
93
  },
94
- "gitHead": "749d3ac22e153dc5cb326974df495c24f22dd1eb"
94
+ "gitHead": "f21afcda9d042319625b5cbb6990a06944b8ec5a"
95
95
  }