azirid-react 0.10.4 → 0.10.5
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/README.md +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1162,7 +1162,7 @@ var LoginForm = forwardRef(
|
|
|
1162
1162
|
submitText: submitTextProp,
|
|
1163
1163
|
footer,
|
|
1164
1164
|
forgotPassword,
|
|
1165
|
-
showSocialButtons =
|
|
1165
|
+
showSocialButtons = false,
|
|
1166
1166
|
labels,
|
|
1167
1167
|
defaultValues
|
|
1168
1168
|
}, ref) => {
|
|
@@ -1348,7 +1348,7 @@ var SignupForm = forwardRef(
|
|
|
1348
1348
|
logo: logoProp,
|
|
1349
1349
|
submitText: submitTextProp,
|
|
1350
1350
|
footer,
|
|
1351
|
-
showSocialButtons =
|
|
1351
|
+
showSocialButtons = false,
|
|
1352
1352
|
labels
|
|
1353
1353
|
}, ref) => {
|
|
1354
1354
|
const msg = useMessages();
|
|
@@ -4356,7 +4356,7 @@ function usePasswordToggle() {
|
|
|
4356
4356
|
}
|
|
4357
4357
|
|
|
4358
4358
|
// src/index.ts
|
|
4359
|
-
var SDK_VERSION = "0.10.
|
|
4359
|
+
var SDK_VERSION = "0.10.5";
|
|
4360
4360
|
|
|
4361
4361
|
export { AuthForm, AziridProvider, BASE_PATHS, CheckoutButton, ForgotPasswordForm, InvoiceList, LoginForm, PATHS, PayButton, PayphoneCallback, PayphoneWidgetRenderer, PricingTable, ReferralCard, ReferralStats, ResetPasswordForm, SDK_VERSION, SignupForm, SubscriptionBadge, buildPaths, changePasswordSchema, cn, createAccessClient, createForgotPasswordSchema, createLoginSchema, createMutationHook, createResetPasswordConfirmSchema, createSignupSchema, en, es, forgotPasswordSchema, isAuthError, loginSchema, magicLinkRequestSchema, magicLinkVerifySchema, passkeyRegisterStartSchema, removeStyles, resetPasswordConfirmSchema, resolveMessages, signupSchema, socialLoginSchema, useAccessClient, useAzirid, useBootstrap, useBranding, useChangePassword, useCheckout, useFormState, useInvoices, useLogin, useLogout, useMagicLink, useMessages, usePasskeys, usePasswordReset, usePasswordToggle, usePayButton, usePaymentProviders, usePayphoneCheckout, usePayphoneConfirm, usePlans, useReferral, useReferralStats, useRefresh, useSession, useSignup, useSocialLogin, useSubmitTransferProof, useSubscription, useSwitchTenant, useTenantMembers, useTenants, useTransferPayment, useTransferProofs };
|
|
4362
4362
|
//# sourceMappingURL=index.js.map
|