@authing/react-ui-components 4.1.1-beta.1 → 4.1.1-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.1.1-beta.1",
3
+ "version": "4.1.1-rc.1",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -270,4 +270,8 @@ export interface ApplicationConfig {
270
270
  isTenantDefault?: boolean;
271
271
  /** 租户详情 */
272
272
  tenantInfo?: Record<string, any>;
273
+ /** mfa 相关 */
274
+ mfa: {
275
+ faceScore: number;
276
+ };
273
277
  }
@@ -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.1.1-beta.1";
1
+ declare const _default: "4.1.1-rc.1";
2
2
  export default _default;