@xelto.npm/xc2-lib 0.0.34 → 0.0.36

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.
@@ -14,10 +14,10 @@ declare const TextField: {
14
14
  max?: string | undefined;
15
15
  small?: boolean | undefined;
16
16
  helperText?: string | undefined;
17
- value: any;
18
- onChange: any;
19
- onBlur: any;
20
- forwardedRef: any;
17
+ value?: null | undefined;
18
+ onChange?: null | undefined;
19
+ onBlur?: null | undefined;
20
+ forwardedRef?: null | undefined;
21
21
  endAdornment?: string | undefined;
22
22
  }): JSX.Element;
23
23
  propTypes: {
package/dist/index.d.ts CHANGED
@@ -124,10 +124,10 @@ declare const TextField: {
124
124
  max?: string | undefined;
125
125
  small?: boolean | undefined;
126
126
  helperText?: string | undefined;
127
- value: any;
128
- onChange: any;
129
- onBlur: any;
130
- forwardedRef: any;
127
+ value?: null | undefined;
128
+ onChange?: null | undefined;
129
+ onBlur?: null | undefined;
130
+ forwardedRef?: null | undefined;
131
131
  endAdornment?: string | undefined;
132
132
  }): JSX.Element;
133
133
  propTypes: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xelto.npm/xc2-lib",
3
- "version": "0.0.34",
3
+ "version": "0.0.36",
4
4
  "author": "XELTO",
5
5
  "description": "React component library based on MUI",
6
6
  "license": "ISC",