draft-components 3.2.0 → 3.2.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.
@@ -2489,7 +2489,7 @@
2489
2489
 
2490
2490
  .dc-slider__input::-moz-range-thumb {
2491
2491
  box-sizing: border-box;
2492
- display: inline-flex;
2492
+ display: block;
2493
2493
  width: var(--dc-slider-thumb-width);
2494
2494
  height: var(--dc-slider-thumb-height);
2495
2495
  -moz-appearance: none;
@@ -2516,7 +2516,7 @@
2516
2516
 
2517
2517
  .dc-slider__input::-webkit-slider-thumb {
2518
2518
  box-sizing: border-box;
2519
- display: inline-block;
2519
+ display: block;
2520
2520
  width: var(--dc-slider-thumb-width);
2521
2521
  height: var(--dc-slider-thumb-height);
2522
2522
  -webkit-appearance: none;
@@ -2529,6 +2529,10 @@
2529
2529
  transition: var(--dc-slider-thumb-transition);
2530
2530
  }
2531
2531
 
2532
+ .dc-slider__input::-webkit-slider-container {
2533
+ min-height: 0;
2534
+ }
2535
+
2532
2536
  .dc-slider_range .dc-slider__input::-webkit-slider-thumb {
2533
2537
  pointer-events: all;
2534
2538
  }
@@ -130,7 +130,7 @@
130
130
 
131
131
  .dc-slider__input::-moz-range-thumb {
132
132
  box-sizing: border-box;
133
- display: inline-flex;
133
+ display: block;
134
134
  width: var(--dc-slider-thumb-width);
135
135
  height: var(--dc-slider-thumb-height);
136
136
  -moz-appearance: none;
@@ -157,7 +157,7 @@
157
157
 
158
158
  .dc-slider__input::-webkit-slider-thumb {
159
159
  box-sizing: border-box;
160
- display: inline-block;
160
+ display: block;
161
161
  width: var(--dc-slider-thumb-width);
162
162
  height: var(--dc-slider-thumb-height);
163
163
  -webkit-appearance: none;
@@ -170,6 +170,10 @@
170
170
  transition: var(--dc-slider-thumb-transition);
171
171
  }
172
172
 
173
+ .dc-slider__input::-webkit-slider-container {
174
+ min-height: 0;
175
+ }
176
+
173
177
  .dc-slider_range .dc-slider__input::-webkit-slider-thumb {
174
178
  pointer-events: all;
175
179
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draft-components",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "The React based UI components library.",
5
5
  "type": "module",
6
6
  "exports": {