@kwantis-id3/frontend-library 0.8.4 → 0.8.5

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.
@@ -12,5 +12,6 @@ export type SliderProps = {
12
12
  className?: string;
13
13
  showThumbValue?: boolean;
14
14
  autoCalculateMinMax?: boolean;
15
+ step?: number;
15
16
  };
16
17
  export declare const Slider: (props: SliderProps) => JSX.Element;
package/dist/index.d.ts CHANGED
@@ -105,6 +105,7 @@ type SliderProps = {
105
105
  className?: string;
106
106
  showThumbValue?: boolean;
107
107
  autoCalculateMinMax?: boolean;
108
+ step?: number;
108
109
  };
109
110
  declare const Slider: (props: SliderProps) => JSX.Element;
110
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kwantis-id3/frontend-library",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "Kwantis frontend components collection",
5
5
  "author": {
6
6
  "name": "kwantis"