@saasquatch/squatch-js 2.8.2-26 → 2.8.2-27
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 +1 -1
- package/dist/squatch.cjs.js.map +1 -1
- package/dist/squatch.esm.js +1 -1
- package/dist/squatch.esm.js.map +1 -1
- package/dist/squatch.js +1 -1
- 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
|
@@ -2441,7 +2441,7 @@ class DeclarativeEmbedWidget extends DeclarativeWidget {
|
|
|
2441
2441
|
async connectedCallback() {
|
|
2442
2442
|
this.loaded = true;
|
|
2443
2443
|
this.container = this.getAttribute("container");
|
|
2444
|
-
const brandingConfig = this.widgetConfig.values.brandingConfig;
|
|
2444
|
+
const brandingConfig = this.widgetConfig.values.brandingConfig || {};
|
|
2445
2445
|
console.log("THIS IS THE BRANDING CONFIG", brandingConfig);
|
|
2446
2446
|
const skeletonHTML = getSkeleton({ height: "100%" });
|
|
2447
2447
|
const skeletonContainer = document.createElement("div");
|