@authing/react-ui-components 3.0.0-rc.8 → 3.0.0-rc.9
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 +3 -1
- package/lib/index.min.js +1 -1
- package/package.json +4 -4
package/lib/index.d.ts
CHANGED
|
@@ -1647,6 +1647,7 @@ declare module '@authing/react-ui-components/components/MFA/VerifyCodeInput/inde
|
|
|
1647
1647
|
showDivider?: boolean;
|
|
1648
1648
|
onChange?: any;
|
|
1649
1649
|
value?: Array<number | string>;
|
|
1650
|
+
onFinish?: any;
|
|
1650
1651
|
}
|
|
1651
1652
|
export const VerifyCodeInput: FC<VerifyCodeInputProps>;
|
|
1652
1653
|
export {};
|
|
@@ -1947,6 +1948,7 @@ declare module '@authing/react-ui-components/components/SendCode/SendCodeBtn' {
|
|
|
1947
1948
|
beforeSend: () => Promise<boolean>;
|
|
1948
1949
|
btnRef?: React.RefObject<HTMLButtonElement>;
|
|
1949
1950
|
setSent?: (value: boolean) => void;
|
|
1951
|
+
sendDesc?: string;
|
|
1950
1952
|
}
|
|
1951
1953
|
export const SendCodeBtn: FC<SendCodeProps>;
|
|
1952
1954
|
|
|
@@ -2401,7 +2403,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
2401
2403
|
|
|
2402
2404
|
}
|
|
2403
2405
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
2404
|
-
const _default: "3.0.0-rc.
|
|
2406
|
+
const _default: "3.0.0-rc.9";
|
|
2405
2407
|
export default _default;
|
|
2406
2408
|
|
|
2407
2409
|
}
|