@authing/react-ui-components 2.4.54-alpha.0 → 2.4.55-alpha.2

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.
Files changed (66) hide show
  1. package/build/asset-manifest.json +18 -18
  2. package/build/index.html +1 -1
  3. package/build/static/css/{2.40c24d2f.chunk.css → 2.e5f4a1ca.chunk.css} +2 -2
  4. package/build/static/css/2.e5f4a1ca.chunk.css.map +1 -0
  5. package/build/static/css/main.4dd73333.chunk.css +2 -0
  6. package/build/static/css/main.4dd73333.chunk.css.map +1 -0
  7. package/build/static/js/2.b28e1968.chunk.js +3 -0
  8. package/build/static/js/2.b28e1968.chunk.js.LICENSE.txt +70 -0
  9. package/build/static/js/2.b28e1968.chunk.js.map +1 -0
  10. package/build/static/js/{3.edcab7cd.chunk.js → 3.584da164.chunk.js} +2 -2
  11. package/build/static/js/{3.edcab7cd.chunk.js.map → 3.584da164.chunk.js.map} +1 -1
  12. package/build/static/js/main.eeb41586.chunk.js +2 -0
  13. package/build/static/js/main.eeb41586.chunk.js.map +1 -0
  14. package/build/static/js/{runtime-main.1b4b9135.js → runtime-main.6174f3e9.js} +2 -2
  15. package/build/static/js/{runtime-main.1b4b9135.js.map → runtime-main.6174f3e9.js.map} +1 -1
  16. package/lib/index.min.css +1 -2
  17. package/lib/index.min.js +1 -1
  18. package/lib/index.min.js.LICENSE.txt +0 -64
  19. package/package.json +3 -5
  20. package/src/common/AuthingDropdown/index.tsx +20 -58
  21. package/src/common/AuthingDropdown/style.less +8 -33
  22. package/src/components/AuthingGuard/AppMFALayout/index.tsx +15 -30
  23. package/src/components/AuthingGuard/Forms/QrCodeLoginForm/index.tsx +3 -1
  24. package/src/components/AuthingGuard/GuardLayout/index.tsx +16 -32
  25. package/src/components/AuthingGuard/GuardLayout/style.less +0 -4
  26. package/src/components/AuthingGuard/Header/index.tsx +5 -2
  27. package/src/components/AuthingGuard/Header/style.less +23 -11
  28. package/src/components/AuthingGuard/IconFont/iconfont.js +74 -1
  29. package/src/components/AuthingGuard/LoginLayout/index.tsx +53 -22
  30. package/src/components/AuthingGuard/api/appConfig.ts +3 -2
  31. package/src/components/AuthingGuard/api/http.ts +32 -9
  32. package/src/components/AuthingGuard/constants.ts +2 -0
  33. package/src/components/AuthingGuard/hooks/index.tsx +0 -37
  34. package/src/components/AuthingGuard/index.tsx +8 -3
  35. package/src/components/AuthingGuard/locales/en/common.json +1 -2
  36. package/src/components/AuthingGuard/locales/en/login.json +1 -1
  37. package/src/components/AuthingGuard/locales/zh/common.json +1 -16
  38. package/src/components/AuthingGuard/types/Forms.ts +1 -2
  39. package/src/components/AuthingGuard/types/GuardConfig.ts +2 -1
  40. package/src/context/global/reducer.tsx +0 -4
  41. package/src/index.tsx +16 -28
  42. package/src/utils/index.ts +0 -23
  43. package/yarn-error.log +19616 -0
  44. package/build/static/css/2.40c24d2f.chunk.css.map +0 -1
  45. package/build/static/css/main.ee0e3901.chunk.css +0 -2
  46. package/build/static/css/main.ee0e3901.chunk.css.map +0 -1
  47. package/build/static/js/2.354276b9.chunk.js +0 -3
  48. package/build/static/js/2.354276b9.chunk.js.LICENSE.txt +0 -156
  49. package/build/static/js/2.354276b9.chunk.js.map +0 -1
  50. package/build/static/js/main.6c028b56.chunk.js +0 -2
  51. package/build/static/js/main.6c028b56.chunk.js.map +0 -1
  52. package/lib/index.d.ts +0 -1374
  53. package/src/components/AuthingGuard/Forms/TotpMfaVerifyForm/BindTotpForm/AppDownload.tsx +0 -198
  54. package/src/components/AuthingGuard/Forms/TotpMfaVerifyForm/BindTotpForm/BindSuccess.tsx +0 -48
  55. package/src/components/AuthingGuard/Forms/TotpMfaVerifyForm/BindTotpForm/CopyIcon.tsx +0 -52
  56. package/src/components/AuthingGuard/Forms/TotpMfaVerifyForm/BindTotpForm/InputSaftyCode.tsx +0 -25
  57. package/src/components/AuthingGuard/Forms/TotpMfaVerifyForm/BindTotpForm/SaveSecretKey.tsx +0 -34
  58. package/src/components/AuthingGuard/Forms/TotpMfaVerifyForm/BindTotpForm/ScanQrcode.tsx +0 -44
  59. package/src/components/AuthingGuard/Forms/TotpMfaVerifyForm/BindTotpForm/index.tsx +0 -40
  60. package/src/components/AuthingGuard/Forms/TotpMfaVerifyForm/BindTotpForm/styles.less +0 -454
  61. package/src/components/AuthingGuard/Forms/TotpMfaVerifyForm/MobileSteps/index.tsx +0 -49
  62. package/src/components/AuthingGuard/Forms/TotpMfaVerifyForm/MobileSteps/style.less +0 -10
  63. package/src/components/AuthingGuard/Forms/TotpMfaVerifyForm/UserMfa/index.tsx +0 -361
  64. package/src/components/AuthingGuard/Forms/TotpMfaVerifyForm/UserMfa/style.less +0 -12
  65. package/src/components/AuthingGuard/Forms/TotpMfaVerifyForm/VerifyTotpForm.tsx +0 -120
  66. package/src/components/AuthingGuard/Forms/TotpMfaVerifyForm/index.tsx +0 -35
@@ -1,156 +0,0 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
- /*!
8
- Copyright (c) 2011, Yahoo! Inc. All rights reserved.
9
- Code licensed under the BSD License:
10
- http://developer.yahoo.com/yui/license.html
11
- version: 2.9.0
12
- */
13
-
14
- /*!
15
- Copyright (c) 2017 Jed Watson.
16
- Licensed under the MIT License (MIT), see
17
- http://jedwatson.github.io/classnames
18
- */
19
-
20
- /*! *****************************************************************************
21
- Copyright (c) Microsoft Corporation. All rights reserved.
22
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
23
- this file except in compliance with the License. You may obtain a copy of the
24
- License at http://www.apache.org/licenses/LICENSE-2.0
25
-
26
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
27
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
28
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
29
- MERCHANTABLITY OR NON-INFRINGEMENT.
30
-
31
- See the Apache Version 2.0 License for specific language governing permissions
32
- and limitations under the License.
33
- ***************************************************************************** */
34
-
35
- /*!**********************!*\
36
- !*** ./lib/index.js ***!
37
- \**********************/
38
-
39
- /*!**************************!*\
40
- !*** ./lib/JSEncrypt.js ***!
41
- \**************************/
42
-
43
- /*!**************************!*\
44
- !*** ./lib/version.json ***!
45
- \**************************/
46
-
47
- /*!*****************************!*\
48
- !*** ./lib/lib/jsbn/rng.js ***!
49
- \*****************************/
50
-
51
- /*!*****************************!*\
52
- !*** ./lib/lib/jsbn/rsa.js ***!
53
- \*****************************/
54
-
55
- /*!******************************!*\
56
- !*** ./lib/lib/jsbn/jsbn.js ***!
57
- \******************************/
58
-
59
- /*!******************************!*\
60
- !*** ./lib/lib/jsbn/util.js ***!
61
- \******************************/
62
-
63
- /*!*******************************!*\
64
- !*** ./lib/lib/asn1js/hex.js ***!
65
- \*******************************/
66
-
67
- /*!*******************************!*\
68
- !*** ./lib/lib/jsbn/prng4.js ***!
69
- \*******************************/
70
-
71
- /*!********************************!*\
72
- !*** ./lib/JSEncryptRSAKey.js ***!
73
- \********************************/
74
-
75
- /*!********************************!*\
76
- !*** ./lib/lib/asn1js/asn1.js ***!
77
- \********************************/
78
-
79
- /*!********************************!*\
80
- !*** ./lib/lib/jsbn/base64.js ***!
81
- \********************************/
82
-
83
- /*!*********************************!*\
84
- !*** ./lib/lib/asn1js/int10.js ***!
85
- \*********************************/
86
-
87
- /*!**********************************!*\
88
- !*** ./lib/lib/asn1js/base64.js ***!
89
- \**********************************/
90
-
91
- /*!************************************!*\
92
- !*** ./lib/lib/jsrsasign/yahoo.js ***!
93
- \************************************/
94
-
95
- /*!***************************************!*\
96
- !*** ./lib/lib/jsrsasign/asn1-1.0.js ***!
97
- \***************************************/
98
-
99
- /**
100
- * @fileOverview
101
- * @name asn1-1.0.js
102
- * @author Kenji Urushima kenji.urushima@gmail.com
103
- * @version asn1 1.0.13 (2017-Jun-02)
104
- * @since jsrsasign 2.1
105
- * @license <a href="https://kjur.github.io/jsrsasign/license/">MIT License</a>
106
- */
107
-
108
- /** @license React v0.19.1
109
- * scheduler.production.min.js
110
- *
111
- * Copyright (c) Facebook, Inc. and its affiliates.
112
- *
113
- * This source code is licensed under the MIT license found in the
114
- * LICENSE file in the root directory of this source tree.
115
- */
116
-
117
- /** @license React v16.13.1
118
- * react-is.production.min.js
119
- *
120
- * Copyright (c) Facebook, Inc. and its affiliates.
121
- *
122
- * This source code is licensed under the MIT license found in the
123
- * LICENSE file in the root directory of this source tree.
124
- */
125
-
126
- /** @license React v16.14.0
127
- * react-dom.production.min.js
128
- *
129
- * Copyright (c) Facebook, Inc. and its affiliates.
130
- *
131
- * This source code is licensed under the MIT license found in the
132
- * LICENSE file in the root directory of this source tree.
133
- */
134
-
135
- /** @license React v16.14.0
136
- * react.production.min.js
137
- *
138
- * Copyright (c) Facebook, Inc. and its affiliates.
139
- *
140
- * This source code is licensed under the MIT license found in the
141
- * LICENSE file in the root directory of this source tree.
142
- */
143
-
144
- /** @preserve
145
- * Counter block mode compatible with Dr Brian Gladman fileenc.c
146
- * derived from CryptoJS.mode.CTR
147
- * Jan Hruby jhruby.web@gmail.com
148
- */
149
-
150
- /** @preserve
151
- (c) 2012 by Cédric Mesnil. All rights reserved.
152
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
153
- - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
154
- - 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.
155
- 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.
156
- */