@datarobot/design-system 29.1.0 → 29.1.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": "29.1.0",
3
+ "version": "29.1.2",
4
4
  "description": "DataRobot react components library",
5
5
  "scripts": {
6
6
  "build": "node ../../tools/build-lib.js",
package/styles/index.css CHANGED
@@ -10038,6 +10038,7 @@ td.rdtYear {
10038
10038
  background: var(--icon-sidebar-divider-background);
10039
10039
  }
10040
10040
  .icon-sidebar-container .icon-sidebar-button-container .icon-sidebar-text {
10041
+ max-width: 100%;
10041
10042
  margin-top: 0.125rem;
10042
10043
  text-align: center;
10043
10044
  font-family: 'Inter', sans-serif;
@@ -11299,6 +11300,9 @@ button:hover.active.pill {
11299
11300
  .sidebar-card .sidebar-card-header:empty {
11300
11301
  display: none;
11301
11302
  }
11303
+ .sidebar-card .sidebar-card-header .checkbox-wrapper {
11304
+ flex-shrink: 0;
11305
+ }
11302
11306
  .sidebar-card .sidebar-card-title {
11303
11307
  flex-grow: 1;
11304
11308
  display: -webkit-box;