@authing/react-ui-components 4.3.16-alpha.14 → 4.3.16-rc.1

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.3.16-alpha.14",
3
+ "version": "4.3.16-rc.1",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -13,7 +13,6 @@ export declare enum GuardMode {
13
13
  export interface IG2FCProps extends IG2Events {
14
14
  appId?: string;
15
15
  tenantId?: string;
16
- deviceId?: string;
17
16
  config?: Partial<IG2Config>;
18
17
  visible?: boolean;
19
18
  initData?: any;
@@ -9,7 +9,6 @@ export declare class GuardHttp {
9
9
  setUserpoolId(userpoolId: string): this;
10
10
  setAppId(appId: string): this;
11
11
  setTenantId(tenantId: string): this;
12
- setDeviceId(deviceId: string): this;
13
12
  setBaseUrl(baseUrl: string): this;
14
13
  getHeaders: () => Record<string, string>;
15
14
  get: <T = any>(path: string, query?: Record<string, any>, config?: any) => Promise<AuthingGuardResponse<T>>;
@@ -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.
@@ -65,7 +65,8 @@ export declare enum PasswordStrength {
65
65
  Low = 1,
66
66
  Middle = 2,
67
67
  High = 3,
68
- AUTO = 4
68
+ AUTO = 4,
69
+ Custom = 5
69
70
  }
70
71
  export declare const PASSWORD_STRENGTH_TEXT_MAP: Record<PasswordStrength, {
71
72
  placeholder: () => string;
@@ -1,2 +1,2 @@
1
- declare const _default: "4.3.16-alpha.14";
1
+ declare const _default: "4.3.16-rc.1";
2
2
  export default _default;