@salla.sa/twilight-components 2.13.49 → 2.13.50
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/cjs/app-globals-0efa4587.js.map +1 -1
- package/dist/cjs/salla-add-product-button_47.cjs.entry.js +1 -1
- package/dist/cjs/salla-add-product-button_47.cjs.entry.js.map +1 -1
- package/dist/collection/components/salla-bottom-alert/salla-bottom-alert.js +1 -1
- package/dist/collection/components/salla-bottom-alert/salla-bottom-alert.js.map +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/salla-bottom-alert.js +1 -1
- package/dist/components/salla-bottom-alert.js.map +1 -1
- package/dist/components/salla-quick-buy2.js.map +1 -1
- package/dist/esm/app-globals-32c0b133.js.map +1 -1
- package/dist/esm/salla-add-product-button_47.entry.js +1 -1
- package/dist/esm/salla-add-product-button_47.entry.js.map +1 -1
- package/dist/esm-es5/app-globals-32c0b133.js.map +1 -1
- package/dist/esm-es5/salla-add-product-button_47.entry.js +1 -1
- package/dist/esm-es5/salla-add-product-button_47.entry.js.map +1 -1
- package/dist/twilight/{p-8b339f33.entry.js → p-429870cc.entry.js} +2 -2
- package/dist/twilight/p-429870cc.entry.js.map +1 -0
- package/dist/twilight/p-44a3fce3.system.js.map +1 -1
- package/dist/twilight/p-93a162ca.js.map +1 -1
- package/dist/twilight/{p-1abe5188.system.entry.js → p-b0585915.system.entry.js} +2 -2
- package/dist/twilight/p-b0585915.system.entry.js.map +1 -0
- package/dist/twilight/p-b9c7fc02.system.js +1 -1
- package/dist/twilight/twilight.esm.js +1 -1
- package/package.json +5 -5
- package/dist/twilight/p-1abe5188.system.entry.js.map +0 -1
- package/dist/twilight/p-8b339f33.entry.js.map +0 -1
|
@@ -293,7 +293,7 @@ const SallaBottomAlert = class {
|
|
|
293
293
|
const hasTemplate = this.template && typeof this.template === 'object' && Object.keys(this.template).length > 0;
|
|
294
294
|
const developer = hasTemplate && this.template.developer;
|
|
295
295
|
const hasDeveloper = developer !== undefined;
|
|
296
|
-
const developerName = hasDeveloper && developer.name;
|
|
296
|
+
const developerName = hasDeveloper && (developer === null || developer === void 0 ? void 0 : developer.name);
|
|
297
297
|
const developerUrl = null; //hasDeveloper && developer.url;
|
|
298
298
|
return (h(Host, { class: "s-bottom-alert-wrapper" }, h("div", { class: "s-bottom-alert-content" }, h("div", { class: "s-bottom-alert-icon" }, this.icon ? h("i", { class: this.icon }) : h("i", { innerHTML: infoIcon })), h("div", { class: "s-bottom-alert-message" }, this.message ? (this.message) : hasTemplate ? (h("span", null, this.getDefaultMessage(), " ", h("a", { href: "#", class: {
|
|
299
299
|
"s-bottom-alert-message-highlight": true,
|