@datarobot/design-system 28.2.2 → 28.3.0-experimental.2

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": "28.2.2",
3
+ "version": "28.3.0-experimental.2",
4
4
  "description": "DataRobot react components library",
5
5
  "scripts": {
6
6
  "build": "node ../../tools/build-lib.js",
@@ -43,7 +43,7 @@
43
43
  "@popperjs/core": "2.11.8",
44
44
  "@tanstack/react-table": "8.21.2",
45
45
  "classnames": "2.5.1",
46
- "lodash-es": "4.17.21",
46
+ "lodash-es": "4.17.23",
47
47
  "mitt": "3.0.0",
48
48
  "react-datetime": "3.3.1",
49
49
  "react-dnd": "16.0.0",
package/styles/index.css CHANGED
@@ -11043,6 +11043,9 @@ button:hover.active.pill {
11043
11043
  .sidebar-card .sidebar-card-header:empty {
11044
11044
  display: none;
11045
11045
  }
11046
+ .sidebar-card .sidebar-card-header .checkbox-wrapper {
11047
+ flex-shrink: 0;
11048
+ }
11046
11049
  .sidebar-card .sidebar-card-title {
11047
11050
  flex-grow: 1;
11048
11051
  display: -webkit-box;