@authing/react-ui-components 4.3.17 → 4.3.19

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",
3
+ "version": "4.3.19",
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.46",
15
15
  "classnames": "^2.3.1",
16
16
  "fastclick": "^1.0.6",
17
17
  "global": "^4.4.0",
@@ -203,6 +203,7 @@ export interface ApplicationConfig {
203
203
  name: string;
204
204
  logo: string;
205
205
  description?: string;
206
+ deviceFuncEnabled?: boolean;
206
207
  redirectUris: string[];
207
208
  registerDisabled: boolean;
208
209
  mergeAdAndAccountPasswordLogin: boolean;
@@ -1,2 +1,2 @@
1
- declare const _default: "4.3.17";
1
+ declare const _default: "4.3.19";
2
2
  export default _default;