@toptal/picasso-forms 20.1.0 → 22.0.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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- export type { FormApi, MutableState, AnyObject, FieldValidator, SubmissionErrors, Config } from 'final-form';
1
+ export type { FormApi, FormState, FieldState, MutableState, AnyObject, FieldValidator, SubmissionErrors, Config } from 'final-form';
2
2
  export { FORM_ERROR, setIn } from 'final-form';
3
3
  export { useForm, useField, useFormState, FormSpy, Form as FinalForm, Field as FinalField } from 'react-final-form';
4
- export type { FieldMetaState, FieldRenderProps, FormRenderProps, FieldProps, FormProps, FieldInputProps } from 'react-final-form';
4
+ export type { FieldMetaState, FieldRenderProps, FormRenderProps, FormSpyRenderProps, FieldProps, FormProps, FieldInputProps } from 'react-final-form';
5
5
  export { default as arrayMutators } from 'final-form-arrays';
6
6
  export { useFieldArray, FieldArray } from 'react-final-form-arrays';
7
7
  export type { FieldArrayProps, FieldArrayRenderProps } from 'react-final-form-arrays';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-forms",
3
- "version": "20.1.0",
3
+ "version": "22.0.0",
4
4
  "description": "Picasso form components",
5
5
  "author": "Toptal",
6
6
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-forms#readme",
@@ -23,8 +23,8 @@
23
23
  "url": "https://github.com/toptal/picasso/issues"
24
24
  },
25
25
  "peerDependencies": {
26
- "@toptal/picasso": "^17.0.0",
27
- "@toptal/picasso-lab": "^23.0.0",
26
+ "@toptal/picasso": "^17.2.0",
27
+ "@toptal/picasso-lab": "^25.0.0",
28
28
  "@toptal/picasso-shared": "^7.1.1",
29
29
  "react": "^16.12.0",
30
30
  "react-dom": "^16.12.0"