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