@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.
- package/dist/index.min.js +1 -1
- package/es/AuthingGuard/AppMFALayout/index.js +1 -1
- package/es/AuthingGuard/Forms/ADLoginForm/index.js +1 -1
- package/es/AuthingGuard/Forms/EmailMfaVerifyForm/VerifyCodeForm.d.ts +1 -1
- package/es/AuthingGuard/Forms/EmailRegisterForm/index.d.ts +1 -1
- package/es/AuthingGuard/Forms/EmailRegisterForm/index.js +2 -2
- package/es/AuthingGuard/Forms/LdapLoginForm/index.d.ts +1 -1
- package/es/AuthingGuard/Forms/LdapLoginForm/index.js +3 -3
- package/es/AuthingGuard/Forms/LoginFormFooter/index.js +1 -1
- package/es/AuthingGuard/Forms/MfaResetCodeForm/index.d.ts +1 -1
- package/es/AuthingGuard/Forms/MfaVerifyForm/index.d.ts +1 -1
- package/es/AuthingGuard/Forms/PasswordLoginForm/index.d.ts +1 -1
- package/es/AuthingGuard/Forms/PasswordLoginForm/index.js +3 -3
- package/es/AuthingGuard/Forms/PhoneCodeLoginForm/index.d.ts +1 -1
- package/es/AuthingGuard/Forms/PhoneCodeLoginForm/index.js +3 -3
- package/es/AuthingGuard/Forms/PhoneRegisterForm/index.d.ts +1 -1
- package/es/AuthingGuard/Forms/PhoneRegisterForm/index.js +3 -3
- package/es/AuthingGuard/Forms/QrCodeLoginForm/index.d.ts +1 -1
- package/es/AuthingGuard/Forms/QrCodeLoginForm/index.js +1 -1
- package/es/AuthingGuard/Forms/RegisterFormFooter/index.js +1 -1
- package/es/AuthingGuard/Forms/ResetPwdForm/Footer.js +1 -1
- package/es/AuthingGuard/Forms/ResetPwdForm/Step1.d.ts +1 -1
- package/es/AuthingGuard/Forms/ResetPwdForm/Step1.js +1 -1
- package/es/AuthingGuard/Forms/ResetPwdForm/Step2.d.ts +1 -1
- package/es/AuthingGuard/Forms/ResetPwdForm/Step2.js +1 -1
- package/es/AuthingGuard/Forms/ResetPwdForm/Step3.d.ts +1 -1
- package/es/AuthingGuard/Forms/ResetPwdForm/Step4.js +1 -1
- package/es/AuthingGuard/Forms/ResetPwdForm/index.d.ts +1 -1
- package/es/AuthingGuard/Forms/SmsMfaVerifyForm/VerifyCodeForm.d.ts +1 -1
- package/es/AuthingGuard/Forms/SocialAndIdpLogin/index.d.ts +1 -1
- package/es/AuthingGuard/Forms/SocialAndIdpLogin/index.js +2 -2
- package/es/AuthingGuard/GuardLayout/index.d.ts +1 -1
- package/es/AuthingGuard/GuardLayout/index.js +8 -8
- package/es/AuthingGuard/LoginLayout/index.js +3 -3
- package/es/AuthingGuard/MfaLayout/index.js +1 -1
- package/es/AuthingGuard/RegisterLayout/index.js +3 -3
- package/es/AuthingGuard/ResetPwdLayout/index.js +1 -1
- package/es/AuthingGuard/api/appConfig.d.ts +1 -1
- package/es/AuthingGuard/constants.d.ts +1 -1
- package/es/AuthingGuard/constants.js +1 -1
- package/es/AuthingGuard/types/GuardConfig.d.ts +1 -1
- package/es/version/version.d.ts +1 -1
- package/es/version/version.js +1 -1
- package/lib/AuthingGuard/AppMFALayout/index.js +1 -1
- package/lib/AuthingGuard/Forms/ADLoginForm/index.js +1 -1
- package/lib/AuthingGuard/Forms/EmailMfaVerifyForm/VerifyCodeForm.d.ts +1 -1
- package/lib/AuthingGuard/Forms/EmailRegisterForm/index.d.ts +1 -1
- package/lib/AuthingGuard/Forms/EmailRegisterForm/index.js +2 -2
- package/lib/AuthingGuard/Forms/LdapLoginForm/index.d.ts +1 -1
- package/lib/AuthingGuard/Forms/LdapLoginForm/index.js +3 -3
- package/lib/AuthingGuard/Forms/LoginFormFooter/index.js +1 -1
- package/lib/AuthingGuard/Forms/MfaResetCodeForm/index.d.ts +1 -1
- package/lib/AuthingGuard/Forms/MfaVerifyForm/index.d.ts +1 -1
- package/lib/AuthingGuard/Forms/PasswordLoginForm/index.d.ts +1 -1
- package/lib/AuthingGuard/Forms/PasswordLoginForm/index.js +3 -3
- package/lib/AuthingGuard/Forms/PhoneCodeLoginForm/index.d.ts +1 -1
- package/lib/AuthingGuard/Forms/PhoneCodeLoginForm/index.js +3 -3
- package/lib/AuthingGuard/Forms/PhoneRegisterForm/index.d.ts +1 -1
- package/lib/AuthingGuard/Forms/PhoneRegisterForm/index.js +3 -3
- package/lib/AuthingGuard/Forms/QrCodeLoginForm/index.d.ts +1 -1
- package/lib/AuthingGuard/Forms/QrCodeLoginForm/index.js +1 -1
- package/lib/AuthingGuard/Forms/RegisterFormFooter/index.js +1 -1
- package/lib/AuthingGuard/Forms/ResetPwdForm/Footer.js +1 -1
- package/lib/AuthingGuard/Forms/ResetPwdForm/Step1.d.ts +1 -1
- package/lib/AuthingGuard/Forms/ResetPwdForm/Step1.js +1 -1
- package/lib/AuthingGuard/Forms/ResetPwdForm/Step2.d.ts +1 -1
- package/lib/AuthingGuard/Forms/ResetPwdForm/Step2.js +1 -1
- package/lib/AuthingGuard/Forms/ResetPwdForm/Step3.d.ts +1 -1
- package/lib/AuthingGuard/Forms/ResetPwdForm/Step4.js +1 -1
- package/lib/AuthingGuard/Forms/ResetPwdForm/index.d.ts +1 -1
- package/lib/AuthingGuard/Forms/SmsMfaVerifyForm/VerifyCodeForm.d.ts +1 -1
- package/lib/AuthingGuard/Forms/SocialAndIdpLogin/index.d.ts +1 -1
- package/lib/AuthingGuard/Forms/SocialAndIdpLogin/index.js +2 -2
- package/lib/AuthingGuard/GuardLayout/index.d.ts +1 -1
- package/lib/AuthingGuard/GuardLayout/index.js +8 -8
- package/lib/AuthingGuard/LoginLayout/index.js +3 -3
- package/lib/AuthingGuard/MfaLayout/index.js +1 -1
- package/lib/AuthingGuard/RegisterLayout/index.js +3 -3
- package/lib/AuthingGuard/ResetPwdLayout/index.js +1 -1
- package/lib/AuthingGuard/api/appConfig.d.ts +1 -1
- package/lib/AuthingGuard/constants.d.ts +1 -1
- package/lib/AuthingGuard/constants.js +1 -1
- package/lib/AuthingGuard/types/GuardConfig.d.ts +1 -1
- package/lib/index.css +188 -188
- package/lib/index.min.css +1 -1
- package/lib/version/version.d.ts +1 -1
- package/lib/version/version.js +1 -1
- 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.