@authing/react-ui-components 4.5.38-ey.2 → 4.5.39

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.
@@ -0,0 +1,85 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*
8
+ object-assign
9
+ (c) Sindre Sorhus
10
+ @license MIT
11
+ */
12
+
13
+ /*!
14
+ Copyright (c) 2018 Jed Watson.
15
+ Licensed under the MIT License (MIT), see
16
+ http://jedwatson.github.io/classnames
17
+ */
18
+
19
+ /*!
20
+ Copyright (c) 2018 Jed Watson.
21
+ Licensed under the MIT License (MIT), see
22
+ http://jedwatson.github.io/classnames
23
+ */
24
+
25
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
26
+
27
+ /**
28
+ * @license
29
+ * Lodash <https://lodash.com/>
30
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
31
+ * Released under MIT license <https://lodash.com/license>
32
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
33
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
34
+ */
35
+
36
+ /**
37
+ * @license qrcode.react
38
+ * Copyright (c) Paul O'Shannessy
39
+ * SPDX-License-Identifier: ISC
40
+ */
41
+
42
+ /** @license React v0.19.1
43
+ * scheduler.production.min.js
44
+ *
45
+ * Copyright (c) Facebook, Inc. and its affiliates.
46
+ *
47
+ * This source code is licensed under the MIT license found in the
48
+ * LICENSE file in the root directory of this source tree.
49
+ */
50
+
51
+ /** @license React v16.13.1
52
+ * react-is.production.min.js
53
+ *
54
+ * Copyright (c) Facebook, Inc. and its affiliates.
55
+ *
56
+ * This source code is licensed under the MIT license found in the
57
+ * LICENSE file in the root directory of this source tree.
58
+ */
59
+
60
+ /** @license React v16.14.0
61
+ * react-dom.production.min.js
62
+ *
63
+ * Copyright (c) Facebook, Inc. and its affiliates.
64
+ *
65
+ * This source code is licensed under the MIT license found in the
66
+ * LICENSE file in the root directory of this source tree.
67
+ */
68
+
69
+ /** @preserve
70
+ * Counter block mode compatible with Dr Brian Gladman fileenc.c
71
+ * derived from CryptoJS.mode.CTR
72
+ * Jan Hruby jhruby.web@gmail.com
73
+ */
74
+
75
+ /** @preserve
76
+ (c) 2012 by Cédric Mesnil. All rights reserved.
77
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
78
+ - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
79
+ - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
80
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
81
+ */
82
+
83
+ //! moment.js
84
+
85
+ //! moment.js locale configuration
@@ -0,0 +1,4 @@
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;
4
+ export * from '@authing/guard-shim-react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.5.38-ey.2",
3
+ "version": "4.5.39",
4
4
  "description": "Authing Guard for React",
5
5
  "main": "lib/index.min.js",
6
6
  "module": "lib/index.min.js",
@@ -19,7 +19,7 @@
19
19
  "author": "https://github.com/authing",
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@authing/guard-shim-react": "4.5.38-ey.2",
22
+ "@authing/guard-shim-react": "4.5.39",
23
23
  "react": "^16.13.1",
24
24
  "react-dom": "^16.13.1"
25
25
  },