@molin.ai/shop-ai 0.3.4 → 0.3.5
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.
|
@@ -320,7 +320,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
320
320
|
mt-[9px] because the message is 50px tall, the icon is 32px tall, we want to center it
|
|
321
321
|
-->
|
|
322
322
|
<div class="mt-[9px] h-8 w-8 flex-shrink-0 flex-grow-0 overflow-hidden rounded-full">
|
|
323
|
-
${this.config.logoSvg?Wr(this.config.logoSvg):st`<img class="h-full w-full object-cover" src="${this.config.logoUrl||""}" alt="Logo" />`}
|
|
323
|
+
${this.config.logoSvg?Wr(this.config.logoSvg):st`<img class="h-full w-full object-cover bg-white" src="${this.config.logoUrl||""}" alt="Logo" />`}
|
|
324
324
|
</div>
|
|
325
325
|
|
|
326
326
|
<!--
|
|
@@ -335,7 +335,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
335
335
|
<div class="flex items-center justify-between space-x-4 p-4">
|
|
336
336
|
<mw-pulse-dot class="contents" position="bottom-right" color="green-500">
|
|
337
337
|
<div class="h-10 w-10 overflow-hidden rounded">
|
|
338
|
-
${this.config.logoSvg?Wr(this.config.logoSvg):st`<img class="h-full w-full object-cover" src="${this.config.logoUrl||""}" alt="Logo" />`}
|
|
338
|
+
${this.config.logoSvg?Wr(this.config.logoSvg):st`<img class="h-full w-full object-cover bg-white" src="${this.config.logoUrl||""}" alt="Logo" />`}
|
|
339
339
|
</div>
|
|
340
340
|
</mw-pulse-dot>
|
|
341
341
|
|