@maif/react-forms 1.3.1-rc.10 → 1.3.1-rc.11

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -261,7 +261,7 @@ interface Schema {
261
261
  declare type SchemaRenderType = ({ rawValues, value, onChange, error, setValue, getValue, informations }: {
262
262
  rawValues?: any;
263
263
  value?: any;
264
- onChange?: (param: object) => void;
264
+ onChange?: (param: any) => void;
265
265
  error?: boolean;
266
266
  getValue: (entry: string) => any;
267
267
  informations?: Informations;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maif/react-forms",
3
3
  "description": "Build react safe forms as fast as possible",
4
- "version": "1.3.1-rc.10",
4
+ "version": "1.3.1-rc.11",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
7
7
  "source": "src/index.ts",