@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.
package/dist/squatch.js CHANGED
@@ -2444,7 +2444,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
2444
2444
  async connectedCallback() {
2445
2445
  this.loaded = true;
2446
2446
  this.container = this.getAttribute("container");
2447
- const skeletonHTML = getSkeleton({});
2447
+ const skeletonHTML = getSkeleton({ height: "100%" });
2448
2448
  const skeletonContainer = document.createElement("div");
2449
2449
  skeletonContainer.id = "loading-skeleton";
2450
2450
  skeletonContainer.innerHTML = skeletonHTML;