@feathery/react 1.0.596 → 1.0.597
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/Form/index.d.ts.map +1 -1
- package/dist/auth/LoginProvider.d.ts +4 -3
- package/dist/auth/LoginProvider.d.ts.map +1 -1
- package/dist/auth/{useFormAuth.d.ts → internal/useFormAuth.d.ts} +1 -2
- package/dist/auth/internal/useFormAuth.d.ts.map +1 -0
- package/dist/auth/{utils.d.ts → internal/utils.d.ts} +2 -4
- package/dist/auth/internal/utils.d.ts.map +1 -0
- package/dist/elements/fields/PhoneField/CountryDropdown.d.ts.map +1 -1
- package/dist/elements/fields/RatingField.d.ts.map +1 -1
- package/dist/index.d.ts +1 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/integrations/firebase.d.ts +1 -0
- package/dist/integrations/firebase.d.ts.map +1 -1
- package/dist/integrations/stytch.d.ts.map +1 -1
- package/package.json +1 -1
- package/umd/index.js +1 -1
- package/dist/auth/useFormAuth.d.ts.map +0 -1
- package/dist/auth/utils.d.ts.map +0 -1
|
@@ -7,4 +7,5 @@ export declare function sendFirebaseLogin({ fieldVal, servar, method }: {
|
|
|
7
7
|
}): Promise<any>;
|
|
8
8
|
export declare function verifySMSCode({ fieldVal, featheryClient }: any): Promise<any>;
|
|
9
9
|
export declare function isHrefFirebaseMagicLink(): boolean;
|
|
10
|
+
export declare function useFirebaseRecaptcha(activeStep: any): void;
|
|
10
11
|
//# sourceMappingURL=firebase.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"firebase.d.ts","sourceRoot":"","sources":["../../src/integrations/firebase.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"firebase.d.ts","sourceRoot":"","sources":["../../src/integrations/firebase.ts"],"names":[],"mappings":"AASA,wBAAgB,eAAe,CAAC,cAAc,EAAE,GAAG,OA+BlD;AAED,wBAAgB,UAAU,CAAC,cAAc,EAAE,GAAG,OAmB7C;AAED,wBAAsB,iBAAiB,CAAC,EACtC,QAAQ,EACR,MAAM,EACN,MAAM,EACP,EAAE;IACD,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,GAAG,CAAC;IACZ,MAAM,EAAE,OAAO,GAAG,OAAO,CAAC;CAC3B,gBAgDA;AAED,wBAAsB,aAAa,CAAC,EAAE,QAAQ,EAAE,cAAc,EAAE,EAAE,GAAG,gBAwBpE;AAED,wBAAgB,uBAAuB,IAAI,OAAO,CAGjD;AAED,wBAAgB,oBAAoB,CAAC,UAAU,EAAE,GAAG,QAyBnD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stytch.d.ts","sourceRoot":"","sources":["../../src/integrations/stytch.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stytch.d.ts","sourceRoot":"","sources":["../../src/integrations/stytch.ts"],"names":[],"mappings":"AAeA,wBAAgB,aAAa,CAAC,YAAY,EAAE,GAAG,OA6B9C;AAED,wBAAgB,mBAAmB,SASlC;AAED,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,EAAE,GAAG,OAW9C;AAED,wBAAgB,WAAW,CAAC,EAAE,QAAQ,EAAE,EAAE,GAAG,OAS5C;AAED,wBAAgB,UAAU,CAAC,cAAc,EAAE,GAAG,OAgC7C;AAED,wBAAgB,QAAQ,CAAC,EAAE,QAAQ,EAAE,cAAc,EAAE,EAAE,GAAG,OAYzD"}
|