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