@sendity/client 0.1.3 → 0.1.4

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.
@@ -40,6 +40,8 @@ export declare class Sendity extends HTMLElement {
40
40
  private footerMessageEl;
41
41
  private footerTimerEl;
42
42
  private footerObserver;
43
+ private authStartObserver;
44
+ private authFlowStarted;
43
45
  private footerWaitTimer;
44
46
  private footerTransitionTimer;
45
47
  private successTransitionTimer;
@@ -59,6 +61,7 @@ export declare class Sendity extends HTMLElement {
59
61
  connectedCallback(): void;
60
62
  disconnectedCallback(): void;
61
63
  attributeChangedCallback(): void;
64
+ private startWhenVisible;
62
65
  private start;
63
66
  private stop;
64
67
  private injectTailwind;
@@ -94,6 +97,8 @@ export declare class Sendity extends HTMLElement {
94
97
  private localeForLang;
95
98
  private fetchAuthorizationAfterAuthenticatedSignal;
96
99
  private updateCode;
100
+ private showPlaceholderCode;
101
+ private randomPlaceholderCode;
97
102
  private renderError;
98
103
  private showLoading;
99
104
  private showCodeState;