@kwantis-id3/frontend-library 0.8.5 → 0.9.0

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.
@@ -13,5 +13,6 @@ export type SliderProps = {
13
13
  showThumbValue?: boolean;
14
14
  autoCalculateMinMax?: boolean;
15
15
  step?: number;
16
+ disabled?: boolean;
16
17
  };
17
18
  export declare const Slider: (props: SliderProps) => JSX.Element;
@@ -16,6 +16,7 @@ export declare const ThumbDiv: import("@emotion/styled").StyledComponent<{
16
16
  bgColor: string;
17
17
  borderColor: string;
18
18
  value: string;
19
+ disabled?: boolean | undefined;
19
20
  }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
20
21
  export declare const ThumbValueSpan: import("@emotion/styled").StyledComponent<{
21
22
  theme?: import("@emotion/react").Theme | undefined;
package/dist/index.d.ts CHANGED
@@ -106,6 +106,7 @@ type SliderProps = {
106
106
  showThumbValue?: boolean;
107
107
  autoCalculateMinMax?: boolean;
108
108
  step?: number;
109
+ disabled?: boolean;
109
110
  };
110
111
  declare const Slider: (props: SliderProps) => JSX.Element;
111
112
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kwantis-id3/frontend-library",
3
- "version": "0.8.5",
3
+ "version": "0.9.0",
4
4
  "description": "Kwantis frontend components collection",
5
5
  "author": {
6
6
  "name": "kwantis"