@datarobot/design-system 30.0.0 → 30.1.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.0.0",
3
+ "version": "30.1.0",
4
4
  "description": "DataRobot react components library",
5
5
  "scripts": {
6
6
  "build": "node ../../tools/build-lib.js",
package/styles/index.css CHANGED
@@ -10272,7 +10272,7 @@ td.rdtYear {
10272
10272
  cursor: pointer;
10273
10273
  }
10274
10274
  .range-slider .pit-component.in-range {
10275
- background: var(--accent-secondary);
10275
+ background: var(--range-slider-bg-color);
10276
10276
  }
10277
10277
  .range-slider.disabled .rheostat .DefaultProgressBar_progressBar {
10278
10278
  background: var(--range-slider-active-path-disabled-bg);