@mirohq/design-system-slider 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/types.d.ts +6 -6
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -14,7 +14,7 @@ declare const StyledRange: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
14
14
  disabled?: boolean | "true" | undefined;
15
15
  ariaDisabled?: boolean | "true" | undefined;
16
16
  }, {}>;
17
- declare type StyledRangeProps = StrictComponentProps<typeof StyledRange>;
17
+ type StyledRangeProps = StrictComponentProps<typeof StyledRange>;
18
18
 
19
19
  interface RangeProps extends StyledRangeProps {
20
20
  }
@@ -27,24 +27,24 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
27
27
  disabled?: boolean | "true" | undefined;
28
28
  ariaDisabled?: boolean | "true" | undefined;
29
29
  }, {}>;
30
- declare type StyledThumbProps = StrictComponentProps<typeof StyledThumb>;
30
+ type StyledThumbProps = StrictComponentProps<typeof StyledThumb>;
31
31
 
32
32
  interface ThumbProps extends StyledThumbProps {
33
33
  }
34
34
  declare const Thumb: react__default.ForwardRefExoticComponent<Omit<ThumbProps, "ref"> & react__default.RefAttributes<HTMLSpanElement>>;
35
35
 
36
36
  declare const StyledSlider: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>;
37
- declare type StyledSliderProps = StrictComponentProps<typeof StyledSlider>;
37
+ type StyledSliderProps = StrictComponentProps<typeof StyledSlider>;
38
38
 
39
39
  declare const StyledValue: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<"span">, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLSpanElement>> & _mirohq_design_system_stitches.StitchesInternals<"span", {}, {}>;
40
- declare type StyledValueProps = ComponentPropsWithRef<typeof StyledValue>;
40
+ type StyledValueProps = ComponentPropsWithRef<typeof StyledValue>;
41
41
 
42
42
  interface ValueProps$1 extends StyledValueProps {
43
43
  }
44
44
  declare const Value: react__default.ForwardRefExoticComponent<Omit<ValueProps$1, "ref"> & react__default.RefAttributes<HTMLSpanElement>>;
45
45
 
46
46
  declare const StyledInput: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<"input">, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLInputElement>> & _mirohq_design_system_stitches.StitchesInternals<"input", {}, {}>;
47
- declare type StyledInputProps = ComponentPropsWithRef<typeof StyledInput>;
47
+ type StyledInputProps = ComponentPropsWithRef<typeof StyledInput>;
48
48
 
49
49
  interface ValueProps extends StyledInputProps {
50
50
  }
@@ -57,7 +57,7 @@ declare const StyledTrack: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
57
57
  disabled?: boolean | "true" | undefined;
58
58
  ariaDisabled?: boolean | "true" | undefined;
59
59
  }, {}>;
60
- declare type StyledTrackProps = StrictComponentProps<typeof StyledTrack>;
60
+ type StyledTrackProps = StrictComponentProps<typeof StyledTrack>;
61
61
 
62
62
  interface TrackProps extends StyledTrackProps {
63
63
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-slider",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -28,11 +28,11 @@
28
28
  "dependencies": {
29
29
  "@radix-ui/react-slider": "^1.2.0",
30
30
  "@mirohq/design-system-base-text-field": "^0.2.3",
31
+ "@mirohq/design-system-primitive": "^1.1.2",
31
32
  "@mirohq/design-system-stitches": "^2.6.30",
32
33
  "@mirohq/design-system-styles": "^1.2.30",
34
+ "@mirohq/design-system-use-aria-disabled": "^0.3.0",
33
35
  "@mirohq/design-system-types": "^0.10.0",
34
- "@mirohq/design-system-primitive": "^1.1.2",
35
- "@mirohq/design-system-use-aria-disabled": "^0.2.1",
36
36
  "@mirohq/design-system-utils": "^0.15.5"
37
37
  },
38
38
  "scripts": {