@authing/react18-ui-components 4.4.0-alpha.12 → 4.4.0-alpha.21

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
  Copyright (c) 2018 Jed Watson.
@@ -10,120 +10,14 @@
10
10
  http://jedwatson.github.io/classnames
11
11
  */
12
12
 
13
- /*! ./Component */
14
-
15
- /*! ./Context */
16
-
17
- /*! ./checkPropTypes */
18
-
19
- /*! ./cjs/react-is.development.js */
20
-
21
- /*! ./factoryWithTypeCheckers */
22
-
23
- /*! ./lib/ReactPropTypesSecret */
24
-
25
- /*! ./lib/has */
26
-
27
- /*! ./mediaQuery */
28
-
29
- /*! ./toQuery */
30
-
31
- /*! ./useMediaQuery */
32
-
33
- /*! css-mediaquery */
34
-
35
- /*! hyphenate-style-name */
36
-
37
- /*! matchmediaquery */
38
-
39
- /*! object-assign */
40
-
41
- /*! prop-types */
42
-
43
- /*! react */
44
-
45
- /*! react-is */
13
+ /*!
14
+ Copyright (c) 2018 Jed Watson.
15
+ Licensed under the MIT License (MIT), see
16
+ http://jedwatson.github.io/classnames
17
+ */
46
18
 
47
19
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
48
20
 
49
- /*! shallow-equal */
50
-
51
- /*!**********************!*\
52
- !*** ./src/index.ts ***!
53
- \**********************/
54
-
55
- /*!************************!*\
56
- !*** ./src/Context.ts ***!
57
- \************************/
58
-
59
- /*!************************!*\
60
- !*** ./src/toQuery.ts ***!
61
- \************************/
62
-
63
- /*!**************************!*\
64
- !*** ./src/Component.ts ***!
65
- \**************************/
66
-
67
- /*!***************************!*\
68
- !*** ./src/mediaQuery.ts ***!
69
- \***************************/
70
-
71
- /*!******************************!*\
72
- !*** ./src/useMediaQuery.ts ***!
73
- \******************************/
74
-
75
- /*!****************************************!*\
76
- !*** ./node_modules/react-is/index.js ***!
77
- \****************************************/
78
-
79
- /*!******************************************!*\
80
- !*** ./node_modules/prop-types/index.js ***!
81
- \******************************************/
82
-
83
- /*!********************************************!*\
84
- !*** ./node_modules/prop-types/lib/has.js ***!
85
- \********************************************/
86
-
87
- /*!*********************************************!*\
88
- !*** ./node_modules/object-assign/index.js ***!
89
- \*********************************************/
90
-
91
- /*!**********************************************!*\
92
- !*** ./node_modules/css-mediaquery/index.js ***!
93
- \**********************************************/
94
-
95
- /*!***********************************************!*\
96
- !*** ./node_modules/matchmediaquery/index.js ***!
97
- \***********************************************/
98
-
99
- /*!***************************************************!*\
100
- !*** ./node_modules/prop-types/checkPropTypes.js ***!
101
- \***************************************************/
102
-
103
- /*!****************************************************!*\
104
- !*** ./node_modules/hyphenate-style-name/index.js ***!
105
- \****************************************************/
106
-
107
- /*!******************************************************!*\
108
- !*** ./node_modules/shallow-equal/dist/index.esm.js ***!
109
- \******************************************************/
110
-
111
- /*!***********************************************************!*\
112
- !*** ./node_modules/react-is/cjs/react-is.development.js ***!
113
- \***********************************************************/
114
-
115
- /*!************************************************************!*\
116
- !*** ./node_modules/prop-types/factoryWithTypeCheckers.js ***!
117
- \************************************************************/
118
-
119
- /*!*************************************************************!*\
120
- !*** ./node_modules/prop-types/lib/ReactPropTypesSecret.js ***!
121
- \*************************************************************/
122
-
123
- /*!**************************************************************************************!*\
124
- !*** external {"commonjs":"react","commonjs2":"react","amd":"react","root":"React"} ***!
125
- \**************************************************************************************/
126
-
127
21
  /**
128
22
  * @license React
129
23
  * react-dom.production.min.js
@@ -150,15 +44,6 @@
150
44
  * SPDX-License-Identifier: ISC
151
45
  */
152
46
 
153
- /** @license React v16.13.1
154
- * react-is.development.js
155
- *
156
- * Copyright (c) Facebook, Inc. and its affiliates.
157
- *
158
- * This source code is licensed under the MIT license found in the
159
- * LICENSE file in the root directory of this source tree.
160
- */
161
-
162
47
  /** @license React v16.13.1
163
48
  * react-is.production.min.js
164
49
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react18-ui-components",
3
- "version": "4.4.0-alpha.12",
3
+ "version": "4.4.0-alpha.21",
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,6 @@
18
18
  "author": "https://github.com/authing",
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "@authing/guard-shim-react18": "^4.4.0-alpha.12"
21
+ "@authing/guard-shim-react18": "^4.4.0-alpha.21"
22
22
  }
23
23
  }