@authing/react-ui-components 3.0.1-beta.1 → 3.0.1-beta.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 (88) 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/version/version.d.ts +1 -1
  43. package/es/version/version.js +1 -1
  44. package/lib/AuthingGuard/AppMFALayout/index.js +1 -1
  45. package/lib/AuthingGuard/Forms/ADLoginForm/index.js +1 -1
  46. package/lib/AuthingGuard/Forms/EmailMfaVerifyForm/VerifyCodeForm.d.ts +1 -1
  47. package/lib/AuthingGuard/Forms/EmailRegisterForm/index.d.ts +1 -1
  48. package/lib/AuthingGuard/Forms/EmailRegisterForm/index.js +2 -2
  49. package/lib/AuthingGuard/Forms/LdapLoginForm/index.d.ts +1 -1
  50. package/lib/AuthingGuard/Forms/LdapLoginForm/index.js +3 -3
  51. package/lib/AuthingGuard/Forms/LoginFormFooter/index.js +1 -1
  52. package/lib/AuthingGuard/Forms/MfaResetCodeForm/index.d.ts +1 -1
  53. package/lib/AuthingGuard/Forms/MfaVerifyForm/index.d.ts +1 -1
  54. package/lib/AuthingGuard/Forms/PasswordLoginForm/index.d.ts +1 -1
  55. package/lib/AuthingGuard/Forms/PasswordLoginForm/index.js +3 -3
  56. package/lib/AuthingGuard/Forms/PhoneCodeLoginForm/index.d.ts +1 -1
  57. package/lib/AuthingGuard/Forms/PhoneCodeLoginForm/index.js +3 -3
  58. package/lib/AuthingGuard/Forms/PhoneRegisterForm/index.d.ts +1 -1
  59. package/lib/AuthingGuard/Forms/PhoneRegisterForm/index.js +3 -3
  60. package/lib/AuthingGuard/Forms/QrCodeLoginForm/index.d.ts +1 -1
  61. package/lib/AuthingGuard/Forms/QrCodeLoginForm/index.js +1 -1
  62. package/lib/AuthingGuard/Forms/RegisterFormFooter/index.js +1 -1
  63. package/lib/AuthingGuard/Forms/ResetPwdForm/Footer.js +1 -1
  64. package/lib/AuthingGuard/Forms/ResetPwdForm/Step1.d.ts +1 -1
  65. package/lib/AuthingGuard/Forms/ResetPwdForm/Step1.js +1 -1
  66. package/lib/AuthingGuard/Forms/ResetPwdForm/Step2.d.ts +1 -1
  67. package/lib/AuthingGuard/Forms/ResetPwdForm/Step2.js +1 -1
  68. package/lib/AuthingGuard/Forms/ResetPwdForm/Step3.d.ts +1 -1
  69. package/lib/AuthingGuard/Forms/ResetPwdForm/Step4.js +1 -1
  70. package/lib/AuthingGuard/Forms/ResetPwdForm/index.d.ts +1 -1
  71. package/lib/AuthingGuard/Forms/SmsMfaVerifyForm/VerifyCodeForm.d.ts +1 -1
  72. package/lib/AuthingGuard/Forms/SocialAndIdpLogin/index.d.ts +1 -1
  73. package/lib/AuthingGuard/Forms/SocialAndIdpLogin/index.js +2 -2
  74. package/lib/AuthingGuard/GuardLayout/index.d.ts +1 -1
  75. package/lib/AuthingGuard/GuardLayout/index.js +8 -8
  76. package/lib/AuthingGuard/LoginLayout/index.js +3 -3
  77. package/lib/AuthingGuard/MfaLayout/index.js +1 -1
  78. package/lib/AuthingGuard/RegisterLayout/index.js +3 -3
  79. package/lib/AuthingGuard/ResetPwdLayout/index.js +1 -1
  80. package/lib/AuthingGuard/api/appConfig.d.ts +1 -1
  81. package/lib/AuthingGuard/constants.d.ts +1 -1
  82. package/lib/AuthingGuard/constants.js +1 -1
  83. package/lib/AuthingGuard/types/GuardConfig.d.ts +1 -1
  84. package/lib/index.css +188 -188
  85. package/lib/index.min.css +1 -1
  86. package/lib/version/version.d.ts +1 -1
  87. package/lib/version/version.js +1 -1
  88. package/package.json +6 -7

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.