@kwantis-id3/frontend-library 0.13.5 → 0.13.7

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.
@@ -15,5 +15,6 @@ export type SliderProps = {
15
15
  autoCalculateMinMax?: boolean;
16
16
  step?: number;
17
17
  disabled?: boolean;
18
+ allowOverlap?: boolean;
18
19
  };
19
20
  export declare const Slider: (props: SliderProps) => JSX.Element;
package/dist/index.d.ts CHANGED
@@ -121,6 +121,7 @@ type SliderProps = {
121
121
  autoCalculateMinMax?: boolean;
122
122
  step?: number;
123
123
  disabled?: boolean;
124
+ allowOverlap?: boolean;
124
125
  };
125
126
  declare const Slider: (props: SliderProps) => JSX.Element;
126
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kwantis-id3/frontend-library",
3
- "version": "0.13.5",
3
+ "version": "0.13.7",
4
4
  "description": "Kwantis frontend components collection",
5
5
  "author": {
6
6
  "name": "kwantis"