@sendity/client 0.1.2 → 0.1.3

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.
@@ -69,6 +69,9 @@ export declare class Sendity extends HTMLElement {
69
69
  private showFooterWaitingState;
70
70
  private startCountdown;
71
71
  private stopCountdown;
72
+ private showExpiredState;
73
+ private renderExpiredAction;
74
+ private requestNewAuthRequest;
72
75
  private handleInitialError;
73
76
  private resolveConfig;
74
77
  private parseAuthenticatedEventDelayMs;
@@ -10,6 +10,8 @@ export type SendityI18n = {
10
10
  toPrefix: string;
11
11
  footerWaiting: string;
12
12
  footerWaitingUntil: string;
13
+ codeExpired: string;
14
+ getNewCode: string;
13
15
  };
14
16
  templates: {
15
17
  emailSubject: string;