@datarobot/design-system 30.2.0 → 30.3.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.2.0",
3
+ "version": "30.3.0",
4
4
  "description": "DataRobot react components library",
5
5
  "scripts": {
6
6
  "build": "node ../../tools/build-lib.js",
package/styles/index.css CHANGED
@@ -12254,6 +12254,9 @@ table.simple-table.sublevel tr td {
12254
12254
  flex-grow: 0;
12255
12255
  flex-shrink: 0;
12256
12256
  }
12257
+ .table-react-settings-container .table-settings .checkbox-wrapper {
12258
+ flex-shrink: 0;
12259
+ }
12257
12260
  .table-react-settings-container .table-settings .table-settings-columns {
12258
12261
  flex-grow: 1;
12259
12262
  flex-shrink: 1;