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