@namiml/web-sdk 3.4.0-dev.202605060437 → 3.4.0-dev.202605111922

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.
@@ -7,6 +7,7 @@ declare class PaywallComponent extends LitElement {
7
7
  pages: IPaywall[];
8
8
  private currentOffset;
9
9
  private presentationStyle;
10
+ private _sheetEntranceActive;
10
11
  private context;
11
12
  private formFactor;
12
13
  private timeSpentOnPaywall;
@@ -44,7 +45,8 @@ declare class PaywallComponent extends LitElement {
44
45
  private getAnimationStyles;
45
46
  private updatePages;
46
47
  private animateFullscreenEntry;
47
- private animateFullscreenExitOverlay;
48
+ private _captureExitOverlay;
49
+ private _slideExitOverlayAway;
48
50
  flowNavigateToScreen(next: IPaywall, animation: NamiFlowAnimation): Promise<void>;
49
51
  getSelectedSlideIndexForCurrentCarousel(): number | undefined;
50
52
  private renderFlow;