@datarobot/design-system 28.3.4 → 28.4.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": "28.3.4",
3
+ "version": "28.4.0",
4
4
  "description": "DataRobot react components library",
5
5
  "scripts": {
6
6
  "build": "node ../../tools/build-lib.js",
package/styles/index.css CHANGED
@@ -11579,6 +11579,12 @@ table.simple-table.sublevel tr td {
11579
11579
  color: var(--sub-header-item-disabled-color);
11580
11580
  cursor: default;
11581
11581
  }
11582
+ .sub-nav-group a.sub-nav-item {
11583
+ display: inline-block;
11584
+ }
11585
+ .sub-nav-group a.sub-nav-item.disabled {
11586
+ pointer-events: none;
11587
+ }
11582
11588
  .sub-nav-group.tab {
11583
11589
  gap: 1rem;
11584
11590
  }