@saasquatch/squatch-js 2.8.2-10 → 2.8.2-11

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
@@ -2526,6 +2526,9 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
2526
2526
  <p>This content comes from the embedded widget class</p>
2527
2527
  </div>
2528
2528
  `;
2529
+ console.log(
2530
+ "/////////////////////////////////TESTING//////////////////////////////"
2531
+ );
2529
2532
  const skeletonContainer = document.createElement("div");
2530
2533
  skeletonContainer.id = "loading-skeleton";
2531
2534
  skeletonContainer.innerHTML = skeletonHTML;
@@ -2559,6 +2562,9 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
2559
2562
  removeSkeleton();
2560
2563
  }
2561
2564
  if (this.getAttribute("open") !== null) this.open();
2565
+ console.log(
2566
+ "/////////////////////////////////DO YOU SEE THIS CONSOLE LOG????//////////////////////////////"
2567
+ );
2562
2568
  }
2563
2569
  }
2564
2570
  class SquatchEmbed extends DeclarativeEmbedWidget {