wiki-plugin-shoppe 0.0.38 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wiki-plugin-shoppe",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "description": "Multi-tenant digital goods shoppe for federated wiki, powered by Sanora",
5
5
  "keywords": [
6
6
  "wiki",
@@ -452,7 +452,7 @@
452
452
  const container = document.createElementNS('http://www.w3.org/2000/svg', 'svg');
453
453
  container.setAttribute('viewBox', `0 0 500 ${h + 100}`);
454
454
  container.setAttribute('width', '100%');
455
- container.setAttribute('height', 'auto');
455
+ container.style.height = 'auto';
456
456
  container.innerHTML = getBackgroundAndGradients(formJSON) + inputs.join('');
457
457
 
458
458
  setTimeout(() => {