@namiml/web-sdk 3.4.3-dev.202606092247 → 3.4.3-dev.202606110413

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.
@@ -371,6 +371,7 @@ declare class NamiPaywallScreen extends LitElement {
371
371
  flow?: NamiFlow;
372
372
  private teardownEvent;
373
373
  private activeTemplate;
374
+ private footerResizeObserver?;
374
375
  static styles: lit.CSSResult;
375
376
  connectedCallback(): void;
376
377
  disconnectedCallback(): void;
@@ -378,6 +379,7 @@ declare class NamiPaywallScreen extends LitElement {
378
379
  firstUpdated(): void;
379
380
  protected updated(): void;
380
381
  private updateActiveRenderRoot;
382
+ private observeFooterHeight;
381
383
  private postImpression;
382
384
  private postPaywallScreenData;
383
385
  private getTemplate;