@highoutput/hds-auth
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -10,3 +10,3 @@ import { SystemStyleObject } from '@chakra-ui/react'; | ||
}; | ||
export declare type EmailPasswordLoginFormProps = SystemStyleObject & { | ||
export declare type EmailPasswordLoginFormProps = Omit<SystemStyleObject, 'onSubmit'> & { | ||
emailAdd?: FieldConfig; | ||
@@ -13,0 +13,0 @@ password?: FieldConfig; |
@@ -10,3 +10,3 @@ import { SystemStyleObject } from '@chakra-ui/react'; | ||
}; | ||
export declare type UsernamePasswordLoginFormProps = SystemStyleObject & { | ||
export declare type UsernamePasswordLoginFormProps = Omit<SystemStyleObject, 'onSubmit'> & { | ||
username?: FieldConfig; | ||
@@ -13,0 +13,0 @@ password?: FieldConfig; |
{ | ||
"name": "@highoutput/hds-auth", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"license": "MIT", | ||
@@ -14,3 +14,3 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@highoutput/hds-forms": "^0.3.1", | ||
"@highoutput/hds-forms": "^0.3.2", | ||
"@hookform/resolvers": "3.1.0", | ||
@@ -17,0 +17,0 @@ "react-hook-form": "7.43.9", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
199837
6669
Updated@highoutput/hds-forms@^0.3.2