@saasquatch/squatch-js 2.8.0-6 → 2.8.0
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 -1
- package/dist/squatch.cjs.js.map +1 -1
- package/dist/squatch.esm.js +0 -1
- package/dist/squatch.esm.js.map +1 -1
- package/dist/squatch.js +0 -1
- 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
|
@@ -1113,7 +1113,6 @@ class EmbedWidget extends Widget {
|
|
|
1113
1113
|
async load() {
|
|
1114
1114
|
var _a2, _b, _c, _d, _e;
|
|
1115
1115
|
const brandingConfig = (_b = (_a2 = this.context.widgetConfig) == null ? void 0 : _a2.values) == null ? void 0 : _b.brandingConfig;
|
|
1116
|
-
console.log({ brandingConfig });
|
|
1117
1116
|
const sizes = (_c = brandingConfig == null ? void 0 : brandingConfig.widgetSize) == null ? void 0 : _c.embeddedWidgets;
|
|
1118
1117
|
const maxWidth = (sizes == null ? void 0 : sizes.maxWidth) ? formatWidth(sizes.maxWidth) : "";
|
|
1119
1118
|
const minWidth = (sizes == null ? void 0 : sizes.minWidth) ? formatWidth(sizes.minWidth) : "";
|