@revenuecat/purchases-ui-js 4.8.23 → 4.8.24
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.
|
@@ -496,12 +496,6 @@
|
|
|
496
496
|
display: flex;
|
|
497
497
|
flex-direction: column;
|
|
498
498
|
align-items: stretch;
|
|
499
|
-
box-sizing: border-box;
|
|
500
|
-
/* Definite containing block so fill-width children (`-webkit-fill-available`)
|
|
501
|
-
do not shrink-wrap the host overlay and walk a Chromium zoom feedback loop. */
|
|
502
|
-
width: 100%;
|
|
503
|
-
max-width: 100%;
|
|
504
|
-
min-width: 0;
|
|
505
499
|
height: 100%;
|
|
506
500
|
|
|
507
501
|
transition-property: filter, transform;
|
|
@@ -101,11 +101,7 @@
|
|
|
101
101
|
}: Props = $props();
|
|
102
102
|
</script>
|
|
103
103
|
|
|
104
|
-
<div
|
|
105
|
-
id={containerId}
|
|
106
|
-
class="paywall-container"
|
|
107
|
-
style="width: 100%; min-width: 0; height: 100%;"
|
|
108
|
-
>
|
|
104
|
+
<div id={containerId} class="paywall-container">
|
|
109
105
|
{#if paywallComponents}
|
|
110
106
|
<Paywall
|
|
111
107
|
paywallData={paywallComponents}
|