@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.
- package/dist/components/PaywallScreen.d.ts +2 -0
- package/dist/components/utils/helpers.d.ts +6 -4
- package/dist/components/utils/styles.d.ts +1 -0
- package/dist/nami-web.cjs +6 -6
- package/dist/nami-web.d.ts +2 -0
- package/dist/nami-web.mjs +18 -18
- package/dist/nami-web.umd.js +7 -7
- package/package.json +2 -2
package/dist/nami-web.d.ts
CHANGED
|
@@ -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;
|