@feathery/react 1.1.16 → 1.1.18

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.
@@ -1 +1 @@
1
- {"version":3,"file":"DevNavBar.d.ts","sourceRoot":"","sources":["../../../src/Form/components/DevNavBar.tsx"],"names":[],"mappings":"AAkBA,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,EAAE,GAAG,oDA+NpE"}
1
+ {"version":3,"file":"DevNavBar.d.ts","sourceRoot":"","sources":["../../../src/Form/components/DevNavBar.tsx"],"names":[],"mappings":"AAkBA,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,EAAE,GAAG,oDA8NpE"}
@@ -1,6 +1,6 @@
1
1
  import Client from '../../utils/client';
2
2
  declare function isHrefMagicLink(): boolean;
3
- declare function inferLoginFromURL(featheryClient: Client): any;
3
+ declare function inferLoginOnLoad(featheryClient: Client): any;
4
4
  declare function isThereAnExistingSession(): boolean;
5
5
  declare function inferAuthLogout(): Promise<void>;
6
6
  declare function sendSms(phoneNum: string): void;
@@ -14,7 +14,7 @@ declare function initializeAuthClientListeners(): void;
14
14
  declare function idleTimerAction(hasAuthed: boolean, logoutActions: () => void): void;
15
15
  declare const _default: {
16
16
  isHrefMagicLink: typeof isHrefMagicLink;
17
- inferLoginFromURL: typeof inferLoginFromURL;
17
+ inferLoginOnLoad: typeof inferLoginOnLoad;
18
18
  isThereAnExistingSession: typeof isThereAnExistingSession;
19
19
  inferAuthLogout: typeof inferAuthLogout;
20
20
  sendSms: typeof sendSms;
@@ -1 +1 @@
1
- {"version":3,"file":"AuthIntegrationInterface.d.ts","sourceRoot":"","sources":["../../../src/auth/internal/AuthIntegrationInterface.ts"],"names":[],"mappings":"AAeA,OAAO,MAAM,MAAM,oBAAoB,CAAC;AAOxC,iBAAS,eAAe,IAAI,OAAO,CAKlC;AAED,iBAAS,iBAAiB,CAAC,cAAc,EAAE,MAAM,OAMhD;AAED,iBAAS,wBAAwB,IAAI,OAAO,CAE3C;AAED,iBAAe,eAAe,kBAW7B;AAED,iBAAS,OAAO,CAAC,QAAQ,EAAE,MAAM,QAOhC;AAED,iBAAS,SAAS,CAAC,MAAM,EAAE;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,GAAG,CAAC;CACrB,GAAG,OAAO,CAAC,GAAG,CAAC,CAEf;AAED,iBAAS,aAAa,CAAC,KAAK,EAAE,MAAM,QAOnC;AAED,iBAAS,aAAa,CAAC,SAAS,EAAE,MAAM,QAEvC;AAED,iBAAS,6BAA6B,SAcrC;AAED,iBAAS,eAAe,CAAC,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,IAAI,QAWrE;;;;;;;;;;;;;AAED,wBAWE"}
1
+ {"version":3,"file":"AuthIntegrationInterface.d.ts","sourceRoot":"","sources":["../../../src/auth/internal/AuthIntegrationInterface.ts"],"names":[],"mappings":"AAgBA,OAAO,MAAM,MAAM,oBAAoB,CAAC;AAOxC,iBAAS,eAAe,IAAI,OAAO,CAKlC;AAED,iBAAS,gBAAgB,CAAC,cAAc,EAAE,MAAM,OAO/C;AAED,iBAAS,wBAAwB,IAAI,OAAO,CAE3C;AAED,iBAAe,eAAe,kBAW7B;AAED,iBAAS,OAAO,CAAC,QAAQ,EAAE,MAAM,QAOhC;AAED,iBAAS,SAAS,CAAC,MAAM,EAAE;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,GAAG,CAAC;CACrB,GAAG,OAAO,CAAC,GAAG,CAAC,CAEf;AAED,iBAAS,aAAa,CAAC,KAAK,EAAE,MAAM,QAOnC;AAED,iBAAS,aAAa,CAAC,SAAS,EAAE,MAAM,QAGvC;AAED,iBAAS,6BAA6B,SAcrC;AAED,iBAAS,eAAe,CAAC,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,IAAI,QAWrE;;;;;;;;;;;;;AAED,wBAWE"}
@@ -9,4 +9,5 @@ export declare function getAuthIntegrationMetadata(integrations: null | Record<s
9
9
  * @returns {boolean} true if there are auth gated steps after this one
10
10
  */
11
11
  export declare function isTerminalStepAuth(authIntegration: any, stepId: string): boolean;
12
+ export declare function getRedirectUrl(): string;
12
13
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/auth/internal/utils.ts"],"names":[],"mappings":"AAEA,wBAAgB,YAAY,wBAM3B;AAED,wBAAgB,0BAA0B,CACxC,YAAY,EAAE,IAAI,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GACvC,SAAS,GAAG,GAAG,CAEjB;AAED;;;;;;;GAOG;AACH,wBAAgB,kBAAkB,CAChC,eAAe,EAAE,GAAG,EACpB,MAAM,EAAE,MAAM,GACb,OAAO,CAMT"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/auth/internal/utils.ts"],"names":[],"mappings":"AAEA,wBAAgB,YAAY,wBAM3B;AAED,wBAAgB,0BAA0B,CACxC,YAAY,EAAE,IAAI,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GACvC,SAAS,GAAG,GAAG,CAEjB;AAED;;;;;;;GAOG;AACH,wBAAgB,kBAAkB,CAChC,eAAe,EAAE,GAAG,EACpB,MAAM,EAAE,MAAM,GACb,OAAO,CAMT;AAED,wBAAgB,cAAc,WAY7B"}