@xelto.npm/xc2-lib 0.0.41 → 0.0.42

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.
@@ -4,7 +4,7 @@ export interface DatePickerProps {
4
4
  disabled?: boolean;
5
5
  label?: string;
6
6
  fluid?: boolean;
7
- onChange: (value: dateFns, keyboardInputValue?: string) => void;
7
+ onChange: (value: unknown, keyboardInputValue?: string) => void;
8
8
  forwardedRef?: Ref<HTMLInputElement>;
9
9
  endAdornment?: string;
10
10
  }
@@ -4,7 +4,7 @@ export interface DatePickerProps {
4
4
  disabled?: boolean;
5
5
  label?: string;
6
6
  fluid?: boolean;
7
- onChange: (value: dateFns, keyboardInputValue?: string) => void;
7
+ onChange: (value: unknown, keyboardInputValue?: string) => void;
8
8
  forwardedRef?: Ref<HTMLInputElement>;
9
9
  endAdornment?: string;
10
10
  }
package/dist/index.d.ts CHANGED
@@ -101,7 +101,7 @@ interface DatePickerProps {
101
101
  disabled?: boolean;
102
102
  label?: string;
103
103
  fluid?: boolean;
104
- onChange: (value: dateFns, keyboardInputValue?: string) => void;
104
+ onChange: (value: unknown, keyboardInputValue?: string) => void;
105
105
  forwardedRef?: Ref<HTMLInputElement>;
106
106
  endAdornment?: string;
107
107
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xelto.npm/xc2-lib",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "author": "XELTO",
5
5
  "description": "React component library based on MUI",
6
6
  "license": "ISC",