@authing/native-js-ui-components 4.4.0-alpha.0 → 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.
|
@@ -131,13 +131,18 @@ object-assign
|
|
|
131
131
|
\**************************************************************************************/
|
|
132
132
|
|
|
133
133
|
/**
|
|
134
|
-
* @license
|
|
135
|
-
*
|
|
136
|
-
*
|
|
134
|
+
* @license React
|
|
135
|
+
* react-dom.production.min.js
|
|
136
|
+
*
|
|
137
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
138
|
+
*
|
|
139
|
+
* This source code is licensed under the MIT license found in the
|
|
140
|
+
* LICENSE file in the root directory of this source tree.
|
|
137
141
|
*/
|
|
138
142
|
|
|
139
|
-
/**
|
|
140
|
-
*
|
|
143
|
+
/**
|
|
144
|
+
* @license React
|
|
145
|
+
* react.production.min.js
|
|
141
146
|
*
|
|
142
147
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
143
148
|
*
|
|
@@ -145,8 +150,9 @@ object-assign
|
|
|
145
150
|
* LICENSE file in the root directory of this source tree.
|
|
146
151
|
*/
|
|
147
152
|
|
|
148
|
-
/**
|
|
149
|
-
*
|
|
153
|
+
/**
|
|
154
|
+
* @license React
|
|
155
|
+
* scheduler.production.min.js
|
|
150
156
|
*
|
|
151
157
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
152
158
|
*
|
|
@@ -154,8 +160,14 @@ object-assign
|
|
|
154
160
|
* LICENSE file in the root directory of this source tree.
|
|
155
161
|
*/
|
|
156
162
|
|
|
157
|
-
/**
|
|
158
|
-
* react
|
|
163
|
+
/**
|
|
164
|
+
* @license qrcode.react
|
|
165
|
+
* Copyright (c) Paul O'Shannessy
|
|
166
|
+
* SPDX-License-Identifier: ISC
|
|
167
|
+
*/
|
|
168
|
+
|
|
169
|
+
/** @license React v0.19.1
|
|
170
|
+
* scheduler.production.min.js
|
|
159
171
|
*
|
|
160
172
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
161
173
|
*
|
|
@@ -164,7 +176,7 @@ object-assign
|
|
|
164
176
|
*/
|
|
165
177
|
|
|
166
178
|
/** @license React v16.13.1
|
|
167
|
-
* react.production.min.js
|
|
179
|
+
* react-dom.production.min.js
|
|
168
180
|
*
|
|
169
181
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
170
182
|
*
|
|
@@ -172,8 +184,8 @@ object-assign
|
|
|
172
184
|
* LICENSE file in the root directory of this source tree.
|
|
173
185
|
*/
|
|
174
186
|
|
|
175
|
-
/** @license React v16.
|
|
176
|
-
* react-
|
|
187
|
+
/** @license React v16.13.1
|
|
188
|
+
* react-is.production.min.js
|
|
177
189
|
*
|
|
178
190
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
179
191
|
*
|
|
@@ -181,7 +193,7 @@ object-assign
|
|
|
181
193
|
* LICENSE file in the root directory of this source tree.
|
|
182
194
|
*/
|
|
183
195
|
|
|
184
|
-
/** @license React v16.
|
|
196
|
+
/** @license React v16.13.1
|
|
185
197
|
* react.production.min.js
|
|
186
198
|
*
|
|
187
199
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -26,8 +26,8 @@ export declare class Guard {
|
|
|
26
26
|
private eventListeners;
|
|
27
27
|
render(): void;
|
|
28
28
|
render(aliginOrCb: () => void): void;
|
|
29
|
-
render(aliginOrCb:
|
|
30
|
-
render(aliginOrCb:
|
|
29
|
+
render(aliginOrCb: 'none' | 'center' | 'left' | 'right'): void;
|
|
30
|
+
render(aliginOrCb: 'none' | 'center' | 'left' | 'right', callback: () => void): void;
|
|
31
31
|
on<T extends keyof GuardEventsKebabToCamelType>(evt: T, handler: Exclude<GuardEventsKebabToCamelType[T], undefined>): void;
|
|
32
32
|
show(): void;
|
|
33
33
|
hide(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authing/native-js-ui-components",
|
|
3
|
-
"version": "4.4.0-alpha.
|
|
3
|
+
"version": "4.4.0-alpha.11",
|
|
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.
|
|
21
|
+
"@authing/guard-shim-react": "^4.4.0-alpha.11",
|
|
22
22
|
"react": "^16.13.1",
|
|
23
23
|
"react-dom": "^16.13.1"
|
|
24
24
|
},
|