@authing/react-ui-components 4.0.6 → 4.0.7-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.0.6",
3
+ "version": "4.0.7-rc.0",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -1,7 +1,7 @@
1
1
  import { IG2Config, IG2Events, IG2FCProps, IG2FCViewProps } from '../Type';
2
- import { AuthenticationClient, SocialConnectionProvider, User } from 'authing-js-sdk';
2
+ import { AuthenticationClient, User } from 'authing-js-sdk';
3
3
  import { QrCodeAuthenticationClient } from 'authing-js-sdk/build/main/lib/authentication/QrCodeAuthenticationClient';
4
- import { Agreement, LoginMethods, PasswordLoginMethods } from '../Type/application';
4
+ import { Agreement, LoginMethods, PasswordLoginMethods, SocialConnectionProvider } from '../Type/application';
5
5
  export interface LoginConfig extends IG2Config {
6
6
  autoRegister?: boolean;
7
7
  disableResetPwd?: boolean;
@@ -51,7 +51,7 @@ export declare const useFetchConsoleConfig: (forceUpdate: number, appId?: string
51
51
  defaultLoginMethod?: import("../../Type").LoginMethods | undefined;
52
52
  loginMethods?: import("../../Type").LoginMethods[] | undefined;
53
53
  passwordLoginMethods?: import("../../Type").PasswordLoginMethods[] | undefined;
54
- socialConnections?: import("authing-js-sdk").SocialConnectionProvider[] | undefined;
54
+ socialConnections?: import("../../Type").SocialConnectionProvider[] | undefined;
55
55
  socialConnectionsBtnShape?: "default" | "button" | "icon" | undefined;
56
56
  enterpriseConnections?: string[] | undefined;
57
57
  qrCodeScanOptions?: {
@@ -1,2 +1,2 @@
1
- declare const _default: "4.0.6";
1
+ declare const _default: "4.0.7-rc.0";
2
2
  export default _default;