@datarobot/design-system 30.11.1 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarobot/design-system",
3
- "version": "30.11.1",
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;