@saasquatch/squatch-js 2.8.2-22 → 2.8.2-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.
@@ -2440,7 +2440,7 @@ class DeclarativeEmbedWidget extends DeclarativeWidget {
2440
2440
  async connectedCallback() {
2441
2441
  this.loaded = true;
2442
2442
  this.container = this.getAttribute("container");
2443
- const skeletonHTML = getSkeleton({});
2443
+ const skeletonHTML = getSkeleton({ height: "100%" });
2444
2444
  const skeletonContainer = document.createElement("div");
2445
2445
  skeletonContainer.id = "loading-skeleton";
2446
2446
  skeletonContainer.innerHTML = skeletonHTML;