@authing/react-ui-components 3.0.1-beta.0 → 3.0.1-beta.4

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 (103) hide show
  1. package/dist/index.min.js +1 -1
  2. package/es/AuthingGuard/AppMFALayout/index.js +1 -1
  3. package/es/AuthingGuard/Forms/ADLoginForm/index.js +1 -1
  4. package/es/AuthingGuard/Forms/EmailMfaVerifyForm/VerifyCodeForm.d.ts +1 -1
  5. package/es/AuthingGuard/Forms/EmailRegisterForm/index.d.ts +1 -1
  6. package/es/AuthingGuard/Forms/EmailRegisterForm/index.js +2 -2
  7. package/es/AuthingGuard/Forms/LdapLoginForm/index.d.ts +1 -1
  8. package/es/AuthingGuard/Forms/LdapLoginForm/index.js +3 -3
  9. package/es/AuthingGuard/Forms/LoginFormFooter/index.js +1 -1
  10. package/es/AuthingGuard/Forms/MfaResetCodeForm/index.d.ts +1 -1
  11. package/es/AuthingGuard/Forms/MfaVerifyForm/index.d.ts +1 -1
  12. package/es/AuthingGuard/Forms/PasswordLoginForm/index.d.ts +1 -1
  13. package/es/AuthingGuard/Forms/PasswordLoginForm/index.js +3 -3
  14. package/es/AuthingGuard/Forms/PhoneCodeLoginForm/index.d.ts +1 -1
  15. package/es/AuthingGuard/Forms/PhoneCodeLoginForm/index.js +3 -3
  16. package/es/AuthingGuard/Forms/PhoneRegisterForm/index.d.ts +1 -1
  17. package/es/AuthingGuard/Forms/PhoneRegisterForm/index.js +3 -3
  18. package/es/AuthingGuard/Forms/QrCodeLoginForm/index.d.ts +1 -1
  19. package/es/AuthingGuard/Forms/QrCodeLoginForm/index.js +1 -1
  20. package/es/AuthingGuard/Forms/RegisterFormFooter/index.js +1 -1
  21. package/es/AuthingGuard/Forms/ResetPwdForm/Footer.js +1 -1
  22. package/es/AuthingGuard/Forms/ResetPwdForm/Step1.d.ts +1 -1
  23. package/es/AuthingGuard/Forms/ResetPwdForm/Step1.js +1 -1
  24. package/es/AuthingGuard/Forms/ResetPwdForm/Step2.d.ts +1 -1
  25. package/es/AuthingGuard/Forms/ResetPwdForm/Step2.js +1 -1
  26. package/es/AuthingGuard/Forms/ResetPwdForm/Step3.d.ts +1 -1
  27. package/es/AuthingGuard/Forms/ResetPwdForm/Step4.js +1 -1
  28. package/es/AuthingGuard/Forms/ResetPwdForm/index.d.ts +1 -1
  29. package/es/AuthingGuard/Forms/SmsMfaVerifyForm/VerifyCodeForm.d.ts +1 -1
  30. package/es/AuthingGuard/Forms/SocialAndIdpLogin/index.d.ts +1 -1
  31. package/es/AuthingGuard/Forms/SocialAndIdpLogin/index.js +2 -2
  32. package/es/AuthingGuard/GuardLayout/index.d.ts +1 -1
  33. package/es/AuthingGuard/GuardLayout/index.js +8 -8
  34. package/es/AuthingGuard/LoginLayout/index.js +3 -3
  35. package/es/AuthingGuard/MfaLayout/index.js +1 -1
  36. package/es/AuthingGuard/RegisterLayout/index.js +3 -3
  37. package/es/AuthingGuard/ResetPwdLayout/index.js +1 -1
  38. package/es/AuthingGuard/api/appConfig.d.ts +1 -1
  39. package/es/AuthingGuard/constants.d.ts +1 -1
  40. package/es/AuthingGuard/constants.js +1 -1
  41. package/es/AuthingGuard/types/GuardConfig.d.ts +1 -1
  42. package/es/Error/ErrorSVG.d.ts +2 -0
  43. package/es/Error/ErrorSVG.js +9 -0
  44. package/es/Error/index.js +2 -8
  45. package/es/ShieldSpin/LoadingSVG.d.ts +2 -0
  46. package/es/ShieldSpin/LoadingSVG.js +9 -0
  47. package/es/ShieldSpin/index.js +3 -4
  48. package/es/version/version.d.ts +1 -1
  49. package/es/version/version.js +1 -1
  50. package/lib/AuthingGuard/AppMFALayout/index.js +1 -1
  51. package/lib/AuthingGuard/Forms/ADLoginForm/index.js +1 -1
  52. package/lib/AuthingGuard/Forms/EmailMfaVerifyForm/VerifyCodeForm.d.ts +1 -1
  53. package/lib/AuthingGuard/Forms/EmailRegisterForm/index.d.ts +1 -1
  54. package/lib/AuthingGuard/Forms/EmailRegisterForm/index.js +2 -2
  55. package/lib/AuthingGuard/Forms/LdapLoginForm/index.d.ts +1 -1
  56. package/lib/AuthingGuard/Forms/LdapLoginForm/index.js +3 -3
  57. package/lib/AuthingGuard/Forms/LoginFormFooter/index.js +1 -1
  58. package/lib/AuthingGuard/Forms/MfaResetCodeForm/index.d.ts +1 -1
  59. package/lib/AuthingGuard/Forms/MfaVerifyForm/index.d.ts +1 -1
  60. package/lib/AuthingGuard/Forms/PasswordLoginForm/index.d.ts +1 -1
  61. package/lib/AuthingGuard/Forms/PasswordLoginForm/index.js +3 -3
  62. package/lib/AuthingGuard/Forms/PhoneCodeLoginForm/index.d.ts +1 -1
  63. package/lib/AuthingGuard/Forms/PhoneCodeLoginForm/index.js +3 -3
  64. package/lib/AuthingGuard/Forms/PhoneRegisterForm/index.d.ts +1 -1
  65. package/lib/AuthingGuard/Forms/PhoneRegisterForm/index.js +3 -3
  66. package/lib/AuthingGuard/Forms/QrCodeLoginForm/index.d.ts +1 -1
  67. package/lib/AuthingGuard/Forms/QrCodeLoginForm/index.js +1 -1
  68. package/lib/AuthingGuard/Forms/RegisterFormFooter/index.js +1 -1
  69. package/lib/AuthingGuard/Forms/ResetPwdForm/Footer.js +1 -1
  70. package/lib/AuthingGuard/Forms/ResetPwdForm/Step1.d.ts +1 -1
  71. package/lib/AuthingGuard/Forms/ResetPwdForm/Step1.js +1 -1
  72. package/lib/AuthingGuard/Forms/ResetPwdForm/Step2.d.ts +1 -1
  73. package/lib/AuthingGuard/Forms/ResetPwdForm/Step2.js +1 -1
  74. package/lib/AuthingGuard/Forms/ResetPwdForm/Step3.d.ts +1 -1
  75. package/lib/AuthingGuard/Forms/ResetPwdForm/Step4.js +1 -1
  76. package/lib/AuthingGuard/Forms/ResetPwdForm/index.d.ts +1 -1
  77. package/lib/AuthingGuard/Forms/SmsMfaVerifyForm/VerifyCodeForm.d.ts +1 -1
  78. package/lib/AuthingGuard/Forms/SocialAndIdpLogin/index.d.ts +1 -1
  79. package/lib/AuthingGuard/Forms/SocialAndIdpLogin/index.js +2 -2
  80. package/lib/AuthingGuard/GuardLayout/index.d.ts +1 -1
  81. package/lib/AuthingGuard/GuardLayout/index.js +8 -8
  82. package/lib/AuthingGuard/LoginLayout/index.js +3 -3
  83. package/lib/AuthingGuard/MfaLayout/index.js +1 -1
  84. package/lib/AuthingGuard/RegisterLayout/index.js +3 -3
  85. package/lib/AuthingGuard/ResetPwdLayout/index.js +1 -1
  86. package/lib/AuthingGuard/api/appConfig.d.ts +1 -1
  87. package/lib/AuthingGuard/constants.d.ts +1 -1
  88. package/lib/AuthingGuard/constants.js +1 -1
  89. package/lib/AuthingGuard/types/GuardConfig.d.ts +1 -1
  90. package/lib/Error/ErrorSVG.d.ts +2 -0
  91. package/lib/Error/ErrorSVG.js +21 -0
  92. package/lib/Error/index.js +2 -8
  93. package/lib/ShieldSpin/LoadingSVG.d.ts +2 -0
  94. package/lib/ShieldSpin/LoadingSVG.js +21 -0
  95. package/lib/ShieldSpin/index.js +2 -3
  96. package/lib/index.css +253 -253
  97. package/lib/index.min.css +1 -1
  98. package/lib/version/version.d.ts +1 -1
  99. package/lib/version/version.js +1 -1
  100. package/package.json +9 -8
  101. package/dist/static/media/loading.4a67a5f3.svg +0 -29
  102. package/es/ShieldSpin/loading.svg +0 -29
  103. package/lib/ShieldSpin/loading.svg +0 -29

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.