@authing/react-ui-components 3.1.14-rc.4 → 3.1.15-rc.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.
- package/lib/index.d.ts +4 -1
- package/lib/index.min.css +1 -1
- package/lib/index.min.js +1 -1
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -1178,6 +1178,7 @@ declare module '@authing/react-ui-components/components/ChangePassword/core/rota
|
|
|
1178
1178
|
/// <reference types="react" />
|
|
1179
1179
|
interface RotateResetProps {
|
|
1180
1180
|
onReset: any;
|
|
1181
|
+
onFinishCallBack?: any;
|
|
1181
1182
|
}
|
|
1182
1183
|
export const RotateReset: (props: RotateResetProps) => JSX.Element;
|
|
1183
1184
|
export {};
|
|
@@ -1191,6 +1192,7 @@ declare module '@authing/react-ui-components/components/ChangePassword/index' {
|
|
|
1191
1192
|
}>;
|
|
1192
1193
|
export const GuardFirstLoginPasswordResetView: React.FC;
|
|
1193
1194
|
export const GuardForcedPasswordResetView: React.FC;
|
|
1195
|
+
export const GuardNoticePasswordResetView: React.FC;
|
|
1194
1196
|
|
|
1195
1197
|
}
|
|
1196
1198
|
declare module '@authing/react-ui-components/components/CompleteInfo/businessRequest' {
|
|
@@ -1611,6 +1613,7 @@ declare module '@authing/react-ui-components/components/Guard/module' {
|
|
|
1611
1613
|
MFA = "mfa",
|
|
1612
1614
|
FORGET_PWD = "forgetPassword",
|
|
1613
1615
|
FORCED_PASSWORD_RESET = "forcedPasswordReset",
|
|
1616
|
+
NOTICE_PASSWORD_RESET = "noticePasswordReset",
|
|
1614
1617
|
FIRST_LOGIN_PASSWORD = "firstLoginPassword",
|
|
1615
1618
|
DOWNLOAD_AT = "downloadAT",
|
|
1616
1619
|
BIND_TOTP = "bindTotp",
|
|
@@ -3295,7 +3298,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3295
3298
|
|
|
3296
3299
|
}
|
|
3297
3300
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3298
|
-
const _default: "3.1.
|
|
3301
|
+
const _default: "3.1.15-rc.0";
|
|
3299
3302
|
export default _default;
|
|
3300
3303
|
|
|
3301
3304
|
}
|