wiki-plugin-shoppe 0.0.37 → 0.0.39
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/package.json
CHANGED
|
@@ -171,6 +171,10 @@
|
|
|
171
171
|
</div>
|
|
172
172
|
|
|
173
173
|
</div><!-- #main-container -->
|
|
174
|
+
<div id="clip-debug" style="position:fixed;bottom:0;left:0;right:0;background:#111;color:#7ec8e3;font-family:monospace;font-size:10px;padding:6px 10px;z-index:9999;border-top:1px solid #333;word-break:break-all;">
|
|
175
|
+
<strong>clip-bundle-id:</strong> app.foures.shoppere.shoppere |
|
|
176
|
+
<strong>app-clip-url:</strong> {{clipUrl}}
|
|
177
|
+
</div>
|
|
174
178
|
|
|
175
179
|
<!-- ── Shared payees param parser ─────────────────────────────────────────── -->
|
|
176
180
|
<script>
|
|
@@ -448,7 +452,7 @@
|
|
|
448
452
|
const container = document.createElementNS('http://www.w3.org/2000/svg', 'svg');
|
|
449
453
|
container.setAttribute('viewBox', `0 0 500 ${h + 100}`);
|
|
450
454
|
container.setAttribute('width', '100%');
|
|
451
|
-
container.
|
|
455
|
+
container.style.height = 'auto';
|
|
452
456
|
container.innerHTML = getBackgroundAndGradients(formJSON) + inputs.join('');
|
|
453
457
|
|
|
454
458
|
setTimeout(() => {
|