@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.
- package/cjs/table-react/components/table-header-cell.js +1 -1
- package/esm/table-react/components/table-header-cell.js +1 -1
- package/js/bundle/bundle.js +1 -1
- package/package.json +1 -1
- package/styles/index.css +0 -5
- package/styles/index.min.css +1 -1
- package/styles/scoped/index.css +0 -5
- package/styles/scoped/index.min.css +1 -1
|
@@ -105,7 +105,7 @@ function TableHeaderCell({
|
|
|
105
105
|
// eslint-disable-next-line react/forbid-dom-props
|
|
106
106
|
,
|
|
107
107
|
style: {
|
|
108
|
-
minWidth:
|
|
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:
|
|
100
|
+
minWidth: header.column.columnDef.minSize,
|
|
101
101
|
width: header.getSize(),
|
|
102
102
|
left: isLeft ? header.getStart('left') : undefined
|
|
103
103
|
},
|
package/js/bundle/bundle.js
CHANGED
|
@@ -81967,7 +81967,7 @@ function TableHeaderCell(_ref) {
|
|
|
81967
81967
|
// eslint-disable-next-line react/forbid-dom-props
|
|
81968
81968
|
,
|
|
81969
81969
|
style: {
|
|
81970
|
-
minWidth:
|
|
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
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;
|