@authing/react-ui-components 3.1.5-rc.6 → 3.1.5-rc.7

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
@@ -422,6 +422,7 @@ declare module '@authing/react-ui-components/components/AuthingGuard/api/appConf
422
422
  publicKey: string;
423
423
  internationalSmsConfig?: {
424
424
  enabled: boolean;
425
+ defaultISOType: string;
425
426
  };
426
427
  css: string;
427
428
  name: string;
@@ -2690,7 +2691,6 @@ declare module '@authing/react-ui-components/components/_utils/config/index' {
2690
2691
  socialConnectionsBtnShape?: "default" | "button" | "icon" | undefined;
2691
2692
  enterpriseConnections?: string[] | undefined;
2692
2693
  qrCodeScanOptions?: {
2693
- currentDocument?: Document | undefined;
2694
2694
  extIdpConnId?: string | undefined;
2695
2695
  autoExchangeUserInfo?: boolean | undefined;
2696
2696
  size?: {
@@ -2879,7 +2879,6 @@ declare module '@authing/react-ui-components/components/_utils/hooks/index' {
2879
2879
  MountShaking: () => void;
2880
2880
  UnMountShaking: () => void;
2881
2881
  };
2882
- export const defaultAreaCode: string;
2883
2882
  /**
2884
2883
  * 解析手机号
2885
2884
  * @param fieldValue 字段值
@@ -3189,7 +3188,7 @@ declare module '@authing/react-ui-components/components/version/index' {
3189
3188
 
3190
3189
  }
3191
3190
  declare module '@authing/react-ui-components/components/version/version' {
3192
- const _default: "3.1.5-rc.6";
3191
+ const _default: "3.1.5-rc.7";
3193
3192
  export default _default;
3194
3193
 
3195
3194
  }