@authing/react-ui-components 4.4.0-alpha.6 → 4.4.0-alpha.60

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.
@@ -1,8 +1,8 @@
1
1
  /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
6
 
7
7
  /*
8
8
  object-assign
@@ -16,120 +16,14 @@ object-assign
16
16
  http://jedwatson.github.io/classnames
17
17
  */
18
18
 
19
- /*! ./Component */
20
-
21
- /*! ./Context */
22
-
23
- /*! ./checkPropTypes */
24
-
25
- /*! ./cjs/react-is.development.js */
26
-
27
- /*! ./factoryWithTypeCheckers */
28
-
29
- /*! ./lib/ReactPropTypesSecret */
30
-
31
- /*! ./lib/has */
32
-
33
- /*! ./mediaQuery */
34
-
35
- /*! ./toQuery */
36
-
37
- /*! ./useMediaQuery */
38
-
39
- /*! css-mediaquery */
40
-
41
- /*! hyphenate-style-name */
42
-
43
- /*! matchmediaquery */
44
-
45
- /*! object-assign */
46
-
47
- /*! prop-types */
48
-
49
- /*! react */
50
-
51
- /*! react-is */
19
+ /*!
20
+ Copyright (c) 2018 Jed Watson.
21
+ Licensed under the MIT License (MIT), see
22
+ http://jedwatson.github.io/classnames
23
+ */
52
24
 
53
25
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
54
26
 
55
- /*! shallow-equal */
56
-
57
- /*!**********************!*\
58
- !*** ./src/index.ts ***!
59
- \**********************/
60
-
61
- /*!************************!*\
62
- !*** ./src/Context.ts ***!
63
- \************************/
64
-
65
- /*!************************!*\
66
- !*** ./src/toQuery.ts ***!
67
- \************************/
68
-
69
- /*!**************************!*\
70
- !*** ./src/Component.ts ***!
71
- \**************************/
72
-
73
- /*!***************************!*\
74
- !*** ./src/mediaQuery.ts ***!
75
- \***************************/
76
-
77
- /*!******************************!*\
78
- !*** ./src/useMediaQuery.ts ***!
79
- \******************************/
80
-
81
- /*!****************************************!*\
82
- !*** ./node_modules/react-is/index.js ***!
83
- \****************************************/
84
-
85
- /*!******************************************!*\
86
- !*** ./node_modules/prop-types/index.js ***!
87
- \******************************************/
88
-
89
- /*!********************************************!*\
90
- !*** ./node_modules/prop-types/lib/has.js ***!
91
- \********************************************/
92
-
93
- /*!*********************************************!*\
94
- !*** ./node_modules/object-assign/index.js ***!
95
- \*********************************************/
96
-
97
- /*!**********************************************!*\
98
- !*** ./node_modules/css-mediaquery/index.js ***!
99
- \**********************************************/
100
-
101
- /*!***********************************************!*\
102
- !*** ./node_modules/matchmediaquery/index.js ***!
103
- \***********************************************/
104
-
105
- /*!***************************************************!*\
106
- !*** ./node_modules/prop-types/checkPropTypes.js ***!
107
- \***************************************************/
108
-
109
- /*!****************************************************!*\
110
- !*** ./node_modules/hyphenate-style-name/index.js ***!
111
- \****************************************************/
112
-
113
- /*!******************************************************!*\
114
- !*** ./node_modules/shallow-equal/dist/index.esm.js ***!
115
- \******************************************************/
116
-
117
- /*!***********************************************************!*\
118
- !*** ./node_modules/react-is/cjs/react-is.development.js ***!
119
- \***********************************************************/
120
-
121
- /*!************************************************************!*\
122
- !*** ./node_modules/prop-types/factoryWithTypeCheckers.js ***!
123
- \************************************************************/
124
-
125
- /*!*************************************************************!*\
126
- !*** ./node_modules/prop-types/lib/ReactPropTypesSecret.js ***!
127
- \*************************************************************/
128
-
129
- /*!**************************************************************************************!*\
130
- !*** external {"commonjs":"react","commonjs2":"react","amd":"react","root":"React"} ***!
131
- \**************************************************************************************/
132
-
133
27
  /**
134
28
  * @license qrcode.react
135
29
  * Copyright (c) Paul O'Shannessy
@@ -163,15 +57,6 @@ object-assign
163
57
  * LICENSE file in the root directory of this source tree.
164
58
  */
165
59
 
166
- /** @license React v16.14.0
167
- * react.production.min.js
168
- *
169
- * Copyright (c) Facebook, Inc. and its affiliates.
170
- *
171
- * This source code is licensed under the MIT license found in the
172
- * LICENSE file in the root directory of this source tree.
173
- */
174
-
175
60
  /** @preserve
176
61
  * Counter block mode compatible with Dr Brian Gladman fileenc.c
177
62
  * derived from CryptoJS.mode.CTR
@@ -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,12 +1,12 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.4.0-alpha.6",
3
+ "version": "4.4.0-alpha.60",
4
4
  "description": "Authing Guard for React",
5
5
  "module": "dist/esm/guard.min.js",
6
6
  "types": "dist/typings/index.d.ts",
7
7
  "scripts": {
8
8
  "autoinstall": "npm ci",
9
- "build:lib": "node scripts/build.js",
9
+ "build:lib": "npm ci && node scripts/build.js",
10
10
  "release:official": "npm publish --verbose --access public",
11
11
  "release:alpha": "npm publish --verbose --tag=alpha --access public"
12
12
  },
@@ -18,6 +18,11 @@
18
18
  "author": "https://github.com/authing",
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "@authing/guard-shim-react": "^4.4.0-alpha.6"
21
+ "@authing/guard-shim-react": "^4.4.0-alpha.60",
22
+ "@authing/native-js-ui-components": "^4.4.0-alpha.60",
23
+ "react": "^16.13.1"
24
+ },
25
+ "devDependencies": {
26
+ "@types/react": "^16.9.0"
22
27
  }
23
28
  }