@authing/react-ui-components 3.0.15-rc.2 → 3.0.15-rc.3
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.
- package/lib/index.d.ts +4 -1
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1522,6 +1522,9 @@ declare module '@authing/react-ui-components/components/IdentityBindingAsk/inter
|
|
|
1522
1522
|
}
|
|
1523
1523
|
export interface IdentityBindingAskEvents extends IG2Events {
|
|
1524
1524
|
onLogin?: (user: User, authClient: AuthenticationClient) => void;
|
|
1525
|
+
onLoginError?: (errorMessages: any) => void;
|
|
1526
|
+
onCreate?: (user: User, authClient: AuthenticationClient) => void;
|
|
1527
|
+
onCreateError?: (errorMessages: any) => void;
|
|
1525
1528
|
}
|
|
1526
1529
|
export interface GuardIdentityBindingAskProps extends IG2FCProps, IdentityBindingAskEvents {
|
|
1527
1530
|
config?: Partial<IdentityBindingAskConfig>;
|
|
@@ -2658,7 +2661,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
2658
2661
|
|
|
2659
2662
|
}
|
|
2660
2663
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
2661
|
-
const _default: "3.0.15-rc.
|
|
2664
|
+
const _default: "3.0.15-rc.3";
|
|
2662
2665
|
export default _default;
|
|
2663
2666
|
|
|
2664
2667
|
}
|