@saasquatch/squatch-js 2.8.2-17 → 2.8.2-18
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 +0 -2
- package/dist/squatch.cjs.js.map +1 -1
- package/dist/squatch.esm.js +0 -2
- package/dist/squatch.esm.js.map +1 -1
- package/dist/squatch.js +0 -2
- package/dist/squatch.js.map +1 -1
- package/dist/squatch.min.js +1 -1
- package/package.json +1 -1
package/dist/squatch.cjs.js
CHANGED
|
@@ -1205,7 +1205,6 @@ class EmbedWidget extends Widget {
|
|
|
1205
1205
|
initialHeight
|
|
1206
1206
|
});
|
|
1207
1207
|
const element = this._findElement();
|
|
1208
|
-
frame.style.display = "none";
|
|
1209
1208
|
const injectContents = (target) => {
|
|
1210
1209
|
target.appendChild(frame);
|
|
1211
1210
|
};
|
|
@@ -1235,7 +1234,6 @@ class EmbedWidget extends Widget {
|
|
|
1235
1234
|
}
|
|
1236
1235
|
const frameDoc = contentWindow.document;
|
|
1237
1236
|
frameDoc.open();
|
|
1238
|
-
console.log({ content: this.content, context: this.context, this: this });
|
|
1239
1237
|
const domain = this.widgetApi.domain;
|
|
1240
1238
|
frameDoc.write(`
|
|
1241
1239
|
${((_k = brandingConfig == null ? void 0 : brandingConfig.main) == null ? void 0 : _k.brandFont) && `
|