@datarobot/design-system 29.4.0 → 29.4.1

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.4.0",
3
+ "version": "29.4.1",
4
4
  "description": "DataRobot react components library",
5
5
  "scripts": {
6
6
  "build": "node ../../tools/build-lib.js",
package/styles/index.css CHANGED
@@ -11529,7 +11529,7 @@ button:hover.active.pill {
11529
11529
  border-right: 0.0625rem solid var(--modal-border-color);
11530
11530
  border-left: 0.0625rem solid var(--modal-border-color);
11531
11531
  gap: 1rem;
11532
- z-index: 2;
11532
+ z-index: 1051;
11533
11533
  overflow-y: hidden;
11534
11534
  }
11535
11535
  .sidebar-modal.align-right {
@@ -11558,7 +11558,7 @@ button:hover.active.pill {
11558
11558
  flex-shrink: 0;
11559
11559
  flex-direction: row;
11560
11560
  justify-content: stretch;
11561
- padding: 0.5rem 0 1.5rem;
11561
+ padding: 0.75rem 0;
11562
11562
  border-top: 0.0625rem solid var(--base-border-color);
11563
11563
  gap: 0.5rem;
11564
11564
  }
@@ -11572,7 +11572,7 @@ button:hover.active.pill {
11572
11572
  left: 100%;
11573
11573
  width: calc(100vw - 100%);
11574
11574
  background-color: var(--modal-backdrop-bg);
11575
- z-index: 1;
11575
+ z-index: 1040;
11576
11576
  }
11577
11577
  .sidebar-modal + .sidebar-modal-backdrop.align-right {
11578
11578
  right: 100%;