@authing/native-js-ui-components 4.4.0-alpha.2 → 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
  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
@@ -172,24 +66,6 @@ object-assign
172
66
  * LICENSE file in the root directory of this source tree.
173
67
  */
174
68
 
175
- /** @license React v16.14.0
176
- * react-dom.production.min.js
177
- *
178
- * Copyright (c) Facebook, Inc. and its affiliates.
179
- *
180
- * This source code is licensed under the MIT license found in the
181
- * LICENSE file in the root directory of this source tree.
182
- */
183
-
184
- /** @license React v16.14.0
185
- * react.production.min.js
186
- *
187
- * Copyright (c) Facebook, Inc. and its affiliates.
188
- *
189
- * This source code is licensed under the MIT license found in the
190
- * LICENSE file in the root directory of this source tree.
191
- */
192
-
193
69
  /** @preserve
194
70
  * Counter block mode compatible with Dr Brian Gladman fileenc.c
195
71
  * derived from CryptoJS.mode.CTR
@@ -11,7 +11,7 @@ export interface NativeGuardConstructor {
11
11
  (appId?: string | NativeGuardProps, config?: Partial<GuardLocalConfig>, tenantId?: string, authClient?: AuthenticationClient): void;
12
12
  (props: NativeGuardProps): void;
13
13
  }
14
- export type GuardEventListeners = {
14
+ export declare type GuardEventListeners = {
15
15
  [key in keyof GuardEventsKebabToCamelType]: Exclude<Required<GuardEventsKebabToCamelType>[key], undefined>[];
16
16
  };
17
17
  export declare class Guard {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/native-js-ui-components",
3
- "version": "4.4.0-alpha.2",
3
+ "version": "4.4.0-alpha.21",
4
4
  "description": "Authing Guard for Native",
5
5
  "module": "dist/esm/guard.min.js",
6
6
  "types": "dist/typings/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "author": "https://github.com/authing",
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "@authing/guard-shim-react": "^4.4.0-alpha.2",
21
+ "@authing/guard-shim-react": "^4.4.0-alpha.21",
22
22
  "react": "^16.13.1",
23
23
  "react-dom": "^16.13.1"
24
24
  },