draft-components 2.9.0 → 2.9.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.
@@ -2217,7 +2217,7 @@
2217
2217
  .dc-slider-range__track::after {
2218
2218
  content: "";
2219
2219
  position: absolute;
2220
- z-index: -1;
2220
+ z-index: 0;
2221
2221
  top: 50%;
2222
2222
  display: block;
2223
2223
  box-sizing: border-box;
@@ -2247,6 +2247,7 @@
2247
2247
  -moz-appearance: none;
2248
2248
  appearance: none;
2249
2249
  position: absolute;
2250
+ z-index: 1;
2250
2251
  top: 0;
2251
2252
  left: 0;
2252
2253
  cursor: default;
@@ -2259,7 +2260,7 @@
2259
2260
  }
2260
2261
 
2261
2262
  .dc-slider-range__input_active {
2262
- z-index: 1;
2263
+ z-index: 2;
2263
2264
  }
2264
2265
 
2265
2266
  .dc-slider-range__input:focus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draft-components",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "The React based UI components library.",
5
5
  "type": "module",
6
6
  "exports": {