@authing/react-ui-components 4.3.17-alpha.1 → 4.3.17-alpha.2

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.17-alpha.1",
3
+ "version": "4.3.17-alpha.2",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "dependencies": {
13
13
  "antd": "^4.8.0",
14
- "authing-js-sdk": "4.23.44",
14
+ "authing-js-sdk": "4.23.44-alpha.1",
15
15
  "classnames": "^2.3.1",
16
16
  "fastclick": "^1.0.6",
17
17
  "global": "^4.4.0",
@@ -204,6 +204,7 @@ export interface ApplicationConfig {
204
204
  logo: string;
205
205
  description?: string;
206
206
  redirectUris: string[];
207
+ deviceFuncEnabled?: boolean;
207
208
  registerDisabled: boolean;
208
209
  mergeAdAndAccountPasswordLogin: boolean;
209
210
  registerTabs: {
@@ -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): any;
30
+ export declare function isObject(item: any): boolean;
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.3.17-alpha.1";
1
+ declare const _default: "4.3.17-alpha.2";
2
2
  export default _default;