@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.js
CHANGED
|
@@ -1207,7 +1207,6 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
1207
1207
|
initialHeight
|
|
1208
1208
|
});
|
|
1209
1209
|
const element = this._findElement();
|
|
1210
|
-
frame.style.display = "none";
|
|
1211
1210
|
const injectContents = (target) => {
|
|
1212
1211
|
target.appendChild(frame);
|
|
1213
1212
|
};
|
|
@@ -1237,7 +1236,6 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
1237
1236
|
}
|
|
1238
1237
|
const frameDoc = contentWindow.document;
|
|
1239
1238
|
frameDoc.open();
|
|
1240
|
-
console.log({ content: this.content, context: this.context, this: this });
|
|
1241
1239
|
const domain = this.widgetApi.domain;
|
|
1242
1240
|
frameDoc.write(`
|
|
1243
1241
|
${((_k = brandingConfig == null ? void 0 : brandingConfig.main) == null ? void 0 : _k.brandFont) && `
|