@shoper/phoenix_design_system 1.11.0 → 1.11.1
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/build/cjs/packages/phoenix/src/components/form/search/subcomponents/results/search_producer_content.js +1 -1
- package/build/cjs/packages/phoenix/src/components/form/search/subcomponents/results/search_product_content.js +1 -1
- package/build/esm/packages/phoenix/src/components/form/search/subcomponents/results/search_producer_content.js +1 -1
- package/build/esm/packages/phoenix/src/components/form/search/subcomponents/results/search_product_content.js +1 -1
- package/package.json +1 -1
|
@@ -41,7 +41,7 @@ exports.HSearchProducerContent = class HSearchProducerContent extends phoenix_li
|
|
|
41
41
|
href="${producer.url}"
|
|
42
42
|
class="${((_a = producer.image) === null || _a === void 0 ? void 0 : _a.imagePath) ? search_constants.SEARCH_CLASS_NAMES.linkWithImage : search_constants.SEARCH_CLASS_NAMES.link}"
|
|
43
43
|
>
|
|
44
|
-
${when.when((_b = producer.image) === null || _b === void 0 ? void 0 : _b.imagePath, () => { var _a; return lit.html `<img src="${(_a = producer.image) === null || _a === void 0 ? void 0 : _a.imagePath}" alt="
|
|
44
|
+
${when.when((_b = producer.image) === null || _b === void 0 ? void 0 : _b.imagePath, () => { var _a; return lit.html `<img src="${(_a = producer.image) === null || _a === void 0 ? void 0 : _a.imagePath}" alt="" />`; })}
|
|
45
45
|
|
|
46
46
|
<span>${this._getMatchedPhrase(producer.name)}</span>
|
|
47
47
|
</a>
|
|
@@ -54,7 +54,7 @@ exports.HSearchProductContent = class HSearchProductContent extends phoenix_ligh
|
|
|
54
54
|
href="${product.url}"
|
|
55
55
|
class="${((_a = product.image) === null || _a === void 0 ? void 0 : _a.imagePath) ? search_constants.SEARCH_CLASS_NAMES.linkWithImage : search_constants.SEARCH_CLASS_NAMES.link}"
|
|
56
56
|
>
|
|
57
|
-
${when.when((_b = product.image) === null || _b === void 0 ? void 0 : _b.imagePath, () => { var _a; return lit.html `<img src="${(_a = product.image) === null || _a === void 0 ? void 0 : _a.imagePath}" alt="
|
|
57
|
+
${when.when((_b = product.image) === null || _b === void 0 ? void 0 : _b.imagePath, () => { var _a; return lit.html `<img src="${(_a = product.image) === null || _a === void 0 ? void 0 : _a.imagePath}" alt="" />`; })}
|
|
58
58
|
|
|
59
59
|
<div>
|
|
60
60
|
${when.when(this.settings.showProductRate && product.rate, () => this.getProductRateHtml(product.rate))}
|
|
@@ -37,7 +37,7 @@ let HSearchProducerContent = class HSearchProducerContent extends PhoenixLightLi
|
|
|
37
37
|
href="${producer.url}"
|
|
38
38
|
class="${((_a = producer.image) === null || _a === void 0 ? void 0 : _a.imagePath) ? SEARCH_CLASS_NAMES.linkWithImage : SEARCH_CLASS_NAMES.link}"
|
|
39
39
|
>
|
|
40
|
-
${n((_b = producer.image) === null || _b === void 0 ? void 0 : _b.imagePath, () => { var _a; return html `<img src="${(_a = producer.image) === null || _a === void 0 ? void 0 : _a.imagePath}" alt="
|
|
40
|
+
${n((_b = producer.image) === null || _b === void 0 ? void 0 : _b.imagePath, () => { var _a; return html `<img src="${(_a = producer.image) === null || _a === void 0 ? void 0 : _a.imagePath}" alt="" />`; })}
|
|
41
41
|
|
|
42
42
|
<span>${this._getMatchedPhrase(producer.name)}</span>
|
|
43
43
|
</a>
|
|
@@ -50,7 +50,7 @@ let HSearchProductContent = class HSearchProductContent extends PhoenixLightLitE
|
|
|
50
50
|
href="${product.url}"
|
|
51
51
|
class="${((_a = product.image) === null || _a === void 0 ? void 0 : _a.imagePath) ? SEARCH_CLASS_NAMES.linkWithImage : SEARCH_CLASS_NAMES.link}"
|
|
52
52
|
>
|
|
53
|
-
${n((_b = product.image) === null || _b === void 0 ? void 0 : _b.imagePath, () => { var _a; return html `<img src="${(_a = product.image) === null || _a === void 0 ? void 0 : _a.imagePath}" alt="
|
|
53
|
+
${n((_b = product.image) === null || _b === void 0 ? void 0 : _b.imagePath, () => { var _a; return html `<img src="${(_a = product.image) === null || _a === void 0 ? void 0 : _a.imagePath}" alt="" />`; })}
|
|
54
54
|
|
|
55
55
|
<div>
|
|
56
56
|
${n(this.settings.showProductRate && product.rate, () => this.getProductRateHtml(product.rate))}
|