@datarobot/design-system 30.11.0 → 30.11.1

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.
@@ -105,7 +105,7 @@ function TableHeaderCell({
105
105
  // eslint-disable-next-line react/forbid-dom-props
106
106
  ,
107
107
  style: {
108
- minWidth: 92,
108
+ minWidth: header.column.columnDef.minSize,
109
109
  width: header.getSize(),
110
110
  left: isLeft ? header.getStart('left') : undefined
111
111
  },
@@ -97,7 +97,7 @@ export function TableHeaderCell({
97
97
  // eslint-disable-next-line react/forbid-dom-props
98
98
  ,
99
99
  style: {
100
- minWidth: 92,
100
+ minWidth: header.column.columnDef.minSize,
101
101
  width: header.getSize(),
102
102
  left: isLeft ? header.getStart('left') : undefined
103
103
  },
@@ -81967,7 +81967,7 @@ function TableHeaderCell(_ref) {
81967
81967
  // eslint-disable-next-line react/forbid-dom-props
81968
81968
  ,
81969
81969
  style: {
81970
- minWidth: 92,
81970
+ minWidth: header.column.columnDef.minSize,
81971
81971
  width: header.getSize(),
81972
81972
  left: isLeft ? header.getStart('left') : undefined
81973
81973
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarobot/design-system",
3
- "version": "30.11.0",
3
+ "version": "30.11.1",
4
4
  "description": "DataRobot react components library",
5
5
  "scripts": {
6
6
  "build": "node ../../tools/build-lib.js",