@authing/react-ui-components 3.1.25-rc.1 → 3.1.26

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 CHANGED
@@ -451,6 +451,7 @@ declare module '@authing/react-ui-components/components/AuthingGuard/api/appConf
451
451
  description?: string;
452
452
  redirectUris: string[];
453
453
  registerDisabled: boolean;
454
+ mergeAdAndAccountPasswordLogin: boolean;
454
455
  registerTabs: {
455
456
  list: string[];
456
457
  default: string;
@@ -1166,23 +1167,13 @@ declare module '@authing/react-ui-components/components/ChangeLanguage/index' {
1166
1167
  declare module '@authing/react-ui-components/components/ChangePassword/businessRequest' {
1167
1168
  export enum ChangePasswordBusinessAction {
1168
1169
  ResetPassword = "reset-password-first-time",
1169
- FirstLoginReset = "reset-password-forced",
1170
- ResetPasswordStrengthDetection = "reset-password-strength-detection"
1170
+ FirstLoginReset = "reset-password-forced"
1171
1171
  }
1172
1172
  export const authFlow: (action: ChangePasswordBusinessAction, content: {
1173
1173
  password: string;
1174
1174
  oldPassword?: string;
1175
1175
  }) => Promise<import("@authing/react-ui-components/components/_utils/http").AuthingGuardResponse<any>>;
1176
1176
 
1177
- }
1178
- declare module '@authing/react-ui-components/components/ChangePassword/core/PasswordNotSafeReset' {
1179
- import React from 'react';
1180
- interface PasswordNotSafeResetProps {
1181
- onReset: any;
1182
- }
1183
- export const PasswordNotSafeReset: React.FC<PasswordNotSafeResetProps>;
1184
- export {};
1185
-
1186
1177
  }
1187
1178
  declare module '@authing/react-ui-components/components/ChangePassword/core/completePassword' {
1188
1179
  import React from 'react';
@@ -1215,7 +1206,6 @@ declare module '@authing/react-ui-components/components/ChangePassword/index' {
1215
1206
  explain: string;
1216
1207
  }>;
1217
1208
  export const GuardFirstLoginPasswordResetView: React.FC;
1218
- export const GuardPasswordNotSafeResetView: React.FC;
1219
1209
  export const GuardForcedPasswordResetView: React.FC;
1220
1210
  export const GuardNoticePasswordResetView: React.FC;
1221
1211
  export const GuardRegisterCompletePasswordView: React.FC;
@@ -1697,7 +1687,6 @@ declare module '@authing/react-ui-components/components/Guard/module' {
1697
1687
  FORCED_PASSWORD_RESET = "forcedPasswordReset",
1698
1688
  NOTICE_PASSWORD_RESET = "noticePasswordReset",
1699
1689
  FIRST_LOGIN_PASSWORD = "firstLoginPassword",
1700
- UNSAFE_PASSWORD_RESET = "unsafePasswordReset",
1701
1690
  DOWNLOAD_AT = "downloadAT",
1702
1691
  BIND_TOTP = "bindTotp",
1703
1692
  ANY_QUESTIONS = "anyQuestions",
@@ -3424,20 +3413,10 @@ declare module '@authing/react-ui-components/components/_utils/responseManagemen
3424
3413
  UNLOCK = 1643,
3425
3414
  FLOW_END = 1600,
3426
3415
  FIRST_LOGIN_PASSWORD = 1639,
3427
- FORCED_PASSWORD_RESET = 2058,
3428
- UNSAFE_PASSWORD_TIP = 2061,
3429
- UNSAFE_PASSWORD_RESET = 2071
3416
+ FORCED_PASSWORD_RESET = 2058
3430
3417
  }
3431
3418
  export const ChangeModuleApiCodeMapping: Record<string, GuardModuleType>;
3432
3419
 
3433
- }
3434
- declare module '@authing/react-ui-components/components/_utils/useErrorText' {
3435
- import React from 'react';
3436
- export const usePasswordErrorText: () => {
3437
- setPasswordErrorTextShow: React.Dispatch<React.SetStateAction<boolean>>;
3438
- getPassWordUnsafeText: () => JSX.Element;
3439
- };
3440
-
3441
3420
  }
3442
3421
  declare module '@authing/react-ui-components/components/context/base' {
3443
3422
  import React from 'react';
@@ -3531,7 +3510,7 @@ declare module '@authing/react-ui-components/components/version/index' {
3531
3510
 
3532
3511
  }
3533
3512
  declare module '@authing/react-ui-components/components/version/version' {
3534
- const _default: "3.1.25-rc.1";
3513
+ const _default: "3.1.26";
3535
3514
  export default _default;
3536
3515
 
3537
3516
  }