@authing/react-ui-components 4.4.0-alpha.1 → 4.4.0-alpha.11

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.
@@ -4,12 +4,6 @@
4
4
  @license MIT
5
5
  */
6
6
 
7
- /*
8
- object-assign
9
- (c) Sindre Sorhus
10
- @license MIT
11
- */
12
-
13
7
  /*!
14
8
  Copyright (c) 2018 Jed Watson.
15
9
  Licensed under the MIT License (MIT), see
@@ -36,8 +30,6 @@ object-assign
36
30
 
37
31
  /*! ./useMediaQuery */
38
32
 
39
- /*! For license information please see guard.min.js.LICENSE.txt */
40
-
41
33
  /*! css-mediaquery */
42
34
 
43
35
  /*! hyphenate-style-name */
@@ -133,13 +125,8 @@ object-assign
133
125
  \**************************************************************************************/
134
126
 
135
127
  /**
136
- * @license qrcode.react
137
- * Copyright (c) Paul O'Shannessy
138
- * SPDX-License-Identifier: ISC
139
- */
140
-
141
- /** @license React v0.19.1
142
- * scheduler.production.min.js
128
+ * @license React
129
+ * react-dom.production.min.js
143
130
  *
144
131
  * Copyright (c) Facebook, Inc. and its affiliates.
145
132
  *
@@ -147,8 +134,9 @@ object-assign
147
134
  * LICENSE file in the root directory of this source tree.
148
135
  */
149
136
 
150
- /** @license React v16.13.1
151
- * react-is.production.min.js
137
+ /**
138
+ * @license React
139
+ * scheduler.production.min.js
152
140
  *
153
141
  * Copyright (c) Facebook, Inc. and its affiliates.
154
142
  *
@@ -156,17 +144,14 @@ object-assign
156
144
  * LICENSE file in the root directory of this source tree.
157
145
  */
158
146
 
159
- /** @license React v16.14.0
160
- * react-dom.production.min.js
161
- *
162
- * Copyright (c) Facebook, Inc. and its affiliates.
163
- *
164
- * This source code is licensed under the MIT license found in the
165
- * LICENSE file in the root directory of this source tree.
147
+ /**
148
+ * @license qrcode.react
149
+ * Copyright (c) Paul O'Shannessy
150
+ * SPDX-License-Identifier: ISC
166
151
  */
167
152
 
168
- /** @license React v16.14.0
169
- * react.production.min.js
153
+ /** @license React v16.13.1
154
+ * react-is.production.min.js
170
155
  *
171
156
  * Copyright (c) Facebook, Inc. and its affiliates.
172
157
  *
@@ -1,2 +1,4 @@
1
1
  import '@authing/guard-shim-react/dist/guard.min.css';
2
+ import { GuardProps } from '@authing/guard-shim-react';
3
+ export declare function Guard(props: GuardProps): JSX.Element;
2
4
  export * from '@authing/guard-shim-react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.4.0-alpha.1",
3
+ "version": "4.4.0-alpha.11",
4
4
  "description": "Authing Guard for React",
5
5
  "module": "dist/esm/guard.min.js",
6
6
  "types": "dist/typings/index.d.ts",
@@ -18,6 +18,10 @@
18
18
  "author": "https://github.com/authing",
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "@authing/guard-shim-react": "^4.4.0-alpha.0"
21
+ "@authing/guard-shim-react": "^4.4.0-alpha.11",
22
+ "react": "^16.13.1"
23
+ },
24
+ "devDependencies": {
25
+ "@types/react": "^16.9.0"
22
26
  }
23
27
  }