@authing/native-js-ui-components 3.0.32 → 3.1.0

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,12 +1,12 @@
1
1
  {
2
2
  "name": "@authing/native-js-ui-components",
3
- "version": "3.0.32",
3
+ "version": "3.1.0",
4
4
  "framework": "Native",
5
5
  "private": false,
6
6
  "main": "lib/index.min.js",
7
7
  "typings": "lib/index.d.ts",
8
8
  "dependencies": {
9
- "@authing/react-ui-components": "^3.0.32",
9
+ "@authing/react-ui-components": "^3.1.0",
10
10
  "react": "16.14.0",
11
11
  "react-dom": "16.14.0"
12
12
  },
@@ -166,6 +166,5 @@
166
166
  "webpack-dev-server": "3.11.0",
167
167
  "webpack-manifest-plugin": "2.2.0",
168
168
  "workbox-webpack-plugin": "5.1.4"
169
- },
170
- "gitHead": "18e29daf1940ded4731776479920e41e23914c10"
169
+ }
171
170
  }
@@ -18,7 +18,7 @@ import {
18
18
  } from "@authing/react-ui-components";
19
19
  import "@authing/react-ui-components/lib/index.min.css";
20
20
  import {
21
- GuardComponentConifg,
21
+ GuardComponentConfig,
22
22
  GuardLocalConfig,
23
23
  } from "@authing/react-ui-components/components/Guard/config";
24
24
  import { GuardEvents } from "@authing/react-ui-components/components/Guard/event";
@@ -116,7 +116,7 @@ export class Guard {
116
116
  <ReactAuthingGuard
117
117
  {...(evts as GuardEvents)}
118
118
  appId={this.appId}
119
- config={this.config as GuardComponentConifg}
119
+ config={this.config as GuardComponentConfig}
120
120
  visible={this.visible}
121
121
  />,
122
122
  Guard.getGuardContainer(this.config?.target),