@authing/native-js-ui-components 4.4.0-alpha.0 → 4.4.0-alpha.3
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.
|
@@ -145,15 +145,6 @@ object-assign
|
|
|
145
145
|
* LICENSE file in the root directory of this source tree.
|
|
146
146
|
*/
|
|
147
147
|
|
|
148
|
-
/** @license React v16.13.1
|
|
149
|
-
* react-dom.production.min.js
|
|
150
|
-
*
|
|
151
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
152
|
-
*
|
|
153
|
-
* This source code is licensed under the MIT license found in the
|
|
154
|
-
* LICENSE file in the root directory of this source tree.
|
|
155
|
-
*/
|
|
156
|
-
|
|
157
148
|
/** @license React v16.13.1
|
|
158
149
|
* react-is.production.min.js
|
|
159
150
|
*
|
|
@@ -163,15 +154,6 @@ object-assign
|
|
|
163
154
|
* LICENSE file in the root directory of this source tree.
|
|
164
155
|
*/
|
|
165
156
|
|
|
166
|
-
/** @license React v16.13.1
|
|
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
157
|
/** @license React v16.14.0
|
|
176
158
|
* react-dom.production.min.js
|
|
177
159
|
*
|
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.3",
|
|
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.3",
|
|
22
22
|
"react": "^16.13.1",
|
|
23
23
|
"react-dom": "^16.13.1"
|
|
24
24
|
},
|