@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.esm.js
CHANGED
|
@@ -1203,7 +1203,6 @@ class EmbedWidget extends Widget {
|
|
|
1203
1203
|
initialHeight
|
|
1204
1204
|
});
|
|
1205
1205
|
const element = this._findElement();
|
|
1206
|
-
frame.style.display = "none";
|
|
1207
1206
|
const injectContents = (target) => {
|
|
1208
1207
|
target.appendChild(frame);
|
|
1209
1208
|
};
|
|
@@ -1233,7 +1232,6 @@ class EmbedWidget extends Widget {
|
|
|
1233
1232
|
}
|
|
1234
1233
|
const frameDoc = contentWindow.document;
|
|
1235
1234
|
frameDoc.open();
|
|
1236
|
-
console.log({ content: this.content, context: this.context, this: this });
|
|
1237
1235
|
const domain = this.widgetApi.domain;
|
|
1238
1236
|
frameDoc.write(`
|
|
1239
1237
|
${((_k = brandingConfig == null ? void 0 : brandingConfig.main) == null ? void 0 : _k.brandFont) && `
|