@authing/react-ui-components 4.4.4-ey.2 → 4.4.4-ey.3

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.4.4-ey.2",
3
+ "version": "4.4.4-ey.3",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -238,5 +238,8 @@
238
238
  "webpack-dev-server": "3.11.0",
239
239
  "webpack-manifest-plugin": "2.2.0",
240
240
  "workbox-webpack-plugin": "5.1.4"
241
+ },
242
+ "resolutions": {
243
+ "lodash": "^4.17.21"
241
244
  }
242
245
  }
@@ -55,7 +55,6 @@ export interface EyGuardInviteIdentityBindInitData extends Partial<EyGuardInvite
55
55
  isDefault: boolean;
56
56
  title: string;
57
57
  };
58
- isNew: boolean;
59
58
  socialConnections: any[];
60
59
  }
61
60
  export interface EyGuardProtocolInitData {
@@ -11,8 +11,7 @@ export declare enum LoginMethods {
11
11
  AD = "ad",
12
12
  WechatMpQrcode = "wechatmp-qrcode",
13
13
  AuthingOtpPush = "authing-otp-push",
14
- WechatworkCorpQrconnect = "wechatwork-service-provider-qrconnect",
15
- WechatworkCorpQrconnectNew = "wechatwork-service-provider-qrconnect-v2"
14
+ WechatworkCorpQrconnect = "wechatwork-service-provider-qrconnect"
16
15
  }
17
16
  export declare enum OIDCConnectionMode {
18
17
  FRONT_CHANNEL = "FRONT_CHANNEL",
@@ -27,7 +27,7 @@ export declare const getClassnames: (classnames: (string | boolean | undefined)[
27
27
  * @param item
28
28
  * @returns {boolean}
29
29
  */
30
- export declare function isObject(item: any): boolean;
30
+ export declare function isObject(item: any): any;
31
31
  /**
32
32
  * https://www.itranslater.com/qa/details/2115518846294557696
33
33
  * Deep merge two objects.
@@ -1,2 +1,2 @@
1
- declare const _default: "4.4.4-ey.2";
1
+ declare const _default: "4.4.4-ey.3";
2
2
  export default _default;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const WeComQrcodeNew: (props: any) => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const EyLoginWithWeComQrcodeNew: (props: any) => JSX.Element;