@feathery/react 2.0.397 → 2.0.398
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/auth/internal/AuthIntegrationInterface.d.ts +2 -2
- package/dist/auth/internal/AuthIntegrationInterface.d.ts.map +1 -1
- package/dist/elements/fields/AddressLine1.d.ts.map +1 -1
- package/dist/hooks/useLoader.d.ts +0 -1
- package/dist/hooks/useLoader.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/integrations/utils.d.ts +2 -2
- package/dist/integrations/utils.d.ts.map +1 -1
- package/dist/utils/{client.d.ts → featheryClient/index.d.ts} +3 -30
- package/dist/utils/featheryClient/index.d.ts.map +1 -0
- package/dist/utils/featheryClient/integrationClient.d.ts +32 -0
- package/dist/utils/featheryClient/integrationClient.d.ts.map +1 -0
- package/dist/utils/formHelperFunctions.d.ts +2 -2
- package/dist/utils/formHelperFunctions.d.ts.map +1 -1
- package/dist/utils/init.d.ts +2 -2
- package/dist/utils/init.d.ts.map +1 -1
- package/dist/utils/sensitiveActions.d.ts +1 -0
- package/dist/utils/sensitiveActions.d.ts.map +1 -1
- package/package.json +1 -1
- package/umd/index.js +1 -1
- package/dist/utils/client.d.ts.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import FeatheryClient from '../../utils/featheryClient';
|
|
2
2
|
declare function isHrefMagicLink(): boolean;
|
|
3
|
-
declare function inferLoginOnLoad(featheryClient:
|
|
3
|
+
declare function inferLoginOnLoad(featheryClient: FeatheryClient): Promise<any> | undefined;
|
|
4
4
|
declare function isThereAnExistingSession(): boolean;
|
|
5
5
|
declare function inferAuthLogout(): Promise<void>;
|
|
6
6
|
declare function sendSms(phoneNum: string, featheryClient: any): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthIntegrationInterface.d.ts","sourceRoot":"","sources":["../../../src/auth/internal/AuthIntegrationInterface.ts"],"names":[],"mappings":"AAiBA,OAAO,
|
|
1
|
+
{"version":3,"file":"AuthIntegrationInterface.d.ts","sourceRoot":"","sources":["../../../src/auth/internal/AuthIntegrationInterface.ts"],"names":[],"mappings":"AAiBA,OAAO,cAAc,MAAM,4BAA4B,CAAC;AAUxD,iBAAS,eAAe,IAAI,OAAO,CAKlC;AAED,iBAAS,gBAAgB,CAAC,cAAc,EAAE,cAAc,4BAQvD;AAED,iBAAS,wBAAwB,IAAI,OAAO,CAE3C;AAED,iBAAe,eAAe,kBAW7B;AAED,iBAAS,OAAO,CAAC,QAAQ,EAAE,MAAM,EAAE,cAAc,EAAE,GAAG,OAqBrD;AAED,iBAAS,SAAS,CAAC,MAAM,EAAE;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,GAAG,CAAC;CACrB,GAAG,OAAO,CAAC,GAAG,CAAC,CAIf;AAED,iBAAS,aAAa,CAAC,KAAK,EAAE,MAAM,OAQnC;AAED,iBAAS,aAAa,CAAC,SAAS,EAAE,MAAM,QAGvC;AAED,iBAAS,6BAA6B,SA6BrC;AAED;;;GAGG;AACH,iBAAS,eAAe,CAAC,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,IAAI,QAWrE;;;;;;;;;;;;;AAED,wBAWE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddressLine1.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/AddressLine1.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAkBtE,iBAAS,YAAY,CAAC,EACpB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,YAAY,EACZ,QAAQ,EACR,WAAW,EACX,QAAmB,EACnB,MAAiB,EACjB,OAAkB,EAClB,MAAiB,EACjB,KAAU,EACV,WAAW,EACX,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"AddressLine1.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/AddressLine1.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAkBtE,iBAAS,YAAY,CAAC,EACpB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,YAAY,EACZ,QAAQ,EACR,WAAW,EACX,QAAmB,EACnB,MAAiB,EACjB,OAAkB,EAClB,MAAiB,EACjB,KAAU,EACV,WAAW,EACX,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,GAAG,oDAqJL;;AAiCD,wBAAkC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLoader.d.ts","sourceRoot":"","sources":["../../src/hooks/useLoader.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useLoader.d.ts","sourceRoot":"","sources":["../../src/hooks/useLoader.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;IAC9B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED;;;;;;;;;;;;;;;GAeG;AACH,QAAA,MAAM,SAAS;mBAME,aAAa,GAAG,SAAS;oBACxB,OAAO;2BACA,MAAM,GAAG,SAAS;aAChC,GAAG;;;;yBAkEW,GAAG;;CAG3B,CAAC;AA0CF,eAAe,SAAS,CAAC"}
|