@authing/react-ui-components 4.4.0-alpha.0 → 4.4.1-alpha.0

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 (50) hide show
  1. package/dist/asset-manifest.json +18 -18
  2. package/dist/index.html +1 -1
  3. package/dist/static/css/{2.31681d53.chunk.css → 2.839329b5.chunk.css} +2 -2
  4. package/dist/static/css/2.839329b5.chunk.css.map +1 -0
  5. package/dist/static/css/main.98fc077f.chunk.css +2 -0
  6. package/dist/static/css/main.98fc077f.chunk.css.map +1 -0
  7. package/dist/static/js/2.acd455a5.chunk.js +3 -0
  8. package/dist/static/js/{2.d2a1168e.chunk.js.LICENSE.txt → 2.acd455a5.chunk.js.LICENSE.txt} +38 -0
  9. package/dist/static/js/2.acd455a5.chunk.js.map +1 -0
  10. package/dist/static/js/{3.b3dd7130.chunk.js → 3.ca746d7e.chunk.js} +2 -2
  11. package/dist/static/js/{3.b3dd7130.chunk.js.map → 3.ca746d7e.chunk.js.map} +1 -1
  12. package/dist/static/js/main.59425d4f.chunk.js +2 -0
  13. package/dist/static/js/main.59425d4f.chunk.js.map +1 -0
  14. package/dist/static/js/runtime-main.5d2cd96c.js +2 -0
  15. package/dist/static/js/{runtime-main.6f6a6483.js.map → runtime-main.5d2cd96c.js.map} +1 -1
  16. package/lib/index.min.css +1 -1
  17. package/lib/index.min.js +1 -1
  18. package/lib/index.min.js.LICENSE.txt +6 -0
  19. package/package.json +2 -1
  20. package/types/Guard/core/hooks/useAgreements.d.ts +15 -0
  21. package/types/Guard/core/hooks/useGuardView.d.ts +7 -0
  22. package/types/Guard/core/hooks/useMultipleAccounts.d.ts +1 -1
  23. package/types/Guard/event.d.ts +10 -0
  24. package/types/LazyloadImage/index.d.ts +12 -0
  25. package/types/Login/core/withAuthingOtpPush/BeforeLogin.d.ts +17 -0
  26. package/types/Login/core/withAuthingOtpPush/HowBindClient.d.ts +2 -0
  27. package/types/Login/core/withAuthingOtpPush/HowGetAppLoginUrl.d.ts +2 -0
  28. package/types/Login/core/withAuthingOtpPush/HowUsePushLogin.d.ts +2 -0
  29. package/types/Login/core/withAuthingOtpPush/PendingLogin.d.ts +7 -0
  30. package/types/Login/core/withAuthingOtpPush/PushLoginGuideModal.d.ts +3 -0
  31. package/types/Login/core/withAuthingOtpPush/PushLoginGuideSelector.d.ts +9 -0
  32. package/types/Login/core/withAuthingOtpPush/index.d.ts +3 -0
  33. package/types/Login/core/withAuthingOtpPush/types.d.ts +28 -0
  34. package/types/Login/hooks/useOtpPushLogin.d.ts +10 -0
  35. package/types/Login/multipleAccounts/panel.d.ts +1 -0
  36. package/types/Type/application.d.ts +22 -1
  37. package/types/_utils/context.d.ts +1 -0
  38. package/types/_utils/guardHttp.d.ts +1 -0
  39. package/types/_utils/http.d.ts +1 -0
  40. package/types/_utils/workflowHandleStorage.d.ts +4 -0
  41. package/types/index.d.ts +1 -0
  42. package/types/version/version.d.ts +1 -1
  43. package/dist/static/css/2.31681d53.chunk.css.map +0 -1
  44. package/dist/static/css/main.5aec6972.chunk.css +0 -2
  45. package/dist/static/css/main.5aec6972.chunk.css.map +0 -1
  46. package/dist/static/js/2.d2a1168e.chunk.js +0 -3
  47. package/dist/static/js/2.d2a1168e.chunk.js.map +0 -1
  48. package/dist/static/js/main.b635a15a.chunk.js +0 -2
  49. package/dist/static/js/main.b635a15a.chunk.js.map +0 -1
  50. package/dist/static/js/runtime-main.6f6a6483.js +0 -2
@@ -22,6 +22,38 @@ object-assign
22
22
  http://jedwatson.github.io/classnames
23
23
  */
24
24
 
25
+ /*! *****************************************************************************
26
+ Copyright (c) Microsoft Corporation.
27
+
28
+ Permission to use, copy, modify, and/or distribute this software for any
29
+ purpose with or without fee is hereby granted.
30
+
31
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
32
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
33
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
34
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
35
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
36
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37
+ PERFORMANCE OF THIS SOFTWARE.
38
+ ***************************************************************************** */
39
+
40
+ /**
41
+ * @license
42
+ * Copyright 2020 Google LLC. All Rights Reserved.
43
+ * Licensed under the Apache License, Version 2.0 (the "License");
44
+ * you may not use this file except in compliance with the License.
45
+ * You may obtain a copy of the License at
46
+ *
47
+ * http://www.apache.org/licenses/LICENSE-2.0
48
+ *
49
+ * Unless required by applicable law or agreed to in writing, software
50
+ * distributed under the License is distributed on an "AS IS" BASIS,
51
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
52
+ * See the License for the specific language governing permissions and
53
+ * limitations under the License.
54
+ * =============================================================================
55
+ */
56
+
25
57
  /**
26
58
  * @license
27
59
  * Lodash <https://lodash.com/>
@@ -31,6 +63,12 @@ object-assign
31
63
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
32
64
  */
33
65
 
66
+ /**
67
+ * @license qrcode.react
68
+ * Copyright (c) Paul O'Shannessy
69
+ * SPDX-License-Identifier: ISC
70
+ */
71
+
34
72
  /** @license React v0.19.1
35
73
  * scheduler.production.min.js
36
74
  *