@datarobot/design-system 30.11.0 → 30.12.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.
@@ -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.12.0",
4
4
  "description": "DataRobot react components library",
5
5
  "scripts": {
6
6
  "build": "node ../../tools/build-lib.js",
package/styles/index.css CHANGED
@@ -12223,9 +12223,6 @@ table.simple-table.sublevel tr td {
12223
12223
  .react-table-wrapper .react-table .react-table-tr.react-table-tr-selected .react-table-td:first-of-type {
12224
12224
  box-shadow: inset 0.125rem 0px var(--react-table-selected-border-color);
12225
12225
  }
12226
- .react-table-wrapper .react-table .react-table-tr.react-table-tr-expanded .react-table-td:first-of-type {
12227
- box-shadow: inset 0.125rem 0px var(--react-table-selected-border-color);
12228
- }
12229
12226
  .react-table-wrapper .react-table .react-table-th,
12230
12227
  .react-table-wrapper .react-table .react-table-td {
12231
12228
  padding: var(--react-table-top-bottom-padding) 0.25rem var(--react-table-top-bottom-padding) 1rem;
@@ -12436,13 +12433,11 @@ table.simple-table.sublevel tr td {
12436
12433
  position: sticky;
12437
12434
  left: 0;
12438
12435
  padding: 0;
12439
- box-shadow: inset 0.125rem 0px var(--react-table-selected-border-color);
12440
12436
  }
12441
12437
  .react-table-wrapper .expanded-content-wrapper {
12442
12438
  padding: 1rem 0.5rem 1rem 2.5rem;
12443
12439
  background: var(--react-table-expanded-background);
12444
12440
  border-bottom: 0.0625rem solid var(--react-table-row-border);
12445
- box-shadow: inset 0.125rem 0px var(--react-table-selected-border-color);
12446
12441
  }
12447
12442
  .react-table-wrapper .table-footer {
12448
12443
  flex-shrink: 0;