@mirohq/design-system-slider 0.3.1 → 0.3.3

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -119,4 +119,4 @@ interface Partials {
119
119
  Input: typeof Input;
120
120
  }
121
121
 
122
- export { Slider, SliderProps, RangeProps as SliderRangeProps, ThumbProps as SliderThumbProps, TrackProps as SliderTrackProps };
122
+ export { Slider, SliderProps, RangeProps as SliderRangeProps, ThumbProps as SliderThumbProps, TrackProps as SliderTrackProps, ValueProps$1 as SliderValueProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-slider",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,13 +27,13 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@radix-ui/react-slider": "^1.2.0",
30
- "@mirohq/design-system-base-text-field": "^0.2.7",
31
- "@mirohq/design-system-styles": "^1.2.34",
30
+ "@mirohq/design-system-base-text-field": "^0.2.8",
31
+ "@mirohq/design-system-styles": "^1.2.35",
32
32
  "@mirohq/design-system-primitive": "^1.1.2",
33
33
  "@mirohq/design-system-use-aria-disabled": "^0.3.1",
34
34
  "@mirohq/design-system-types": "^0.10.0",
35
35
  "@mirohq/design-system-utils": "^0.15.6",
36
- "@mirohq/design-system-stitches": "^2.6.34"
36
+ "@mirohq/design-system-stitches": "^2.6.35"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rollup -c ../../../rollup.config.js",