@molin.ai/shop-ai 0.4.44 → 0.4.45
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.
|
@@ -865,7 +865,7 @@ Event: `).concat(JSON.stringify(p.data)));return r.scheduler.schedule(function()
|
|
|
865
865
|
<!-- HACK: scale-[1.01] makes the image cover the rough edge/border caused by the slate background -->
|
|
866
866
|
<img
|
|
867
867
|
class="h-full w-full scale-[1.01] rounded-full"
|
|
868
|
-
src="${this.bubbleImageURL&&this.widgetId?`https://widget.molin.ai/
|
|
868
|
+
src="${this.bubbleImageURL&&this.widgetId?`https://widget.molin.ai/bubble/?w=${this.widgetId}`:this.bubbleImageURL}"
|
|
869
869
|
/>
|
|
870
870
|
`:di`
|
|
871
871
|
<!-- -->
|
|
@@ -937,7 +937,7 @@ CHAT`).split(" ");return di`
|
|
|
937
937
|
<div class="flex items-center justify-between space-x-4 p-4">
|
|
938
938
|
<mw-pulse-dot class="contents" position="bottom-right" color="green-500">
|
|
939
939
|
<div class="h-10 w-10 overflow-hidden rounded">
|
|
940
|
-
${this.config.logoSvg?il(this.config.logoSvg):di`<img class="h-full w-full bg-white object-cover" src="${this.config.logoUrl?`https://widget.molin.ai/
|
|
940
|
+
${this.config.logoSvg?il(this.config.logoSvg):di`<img class="h-full w-full bg-white object-cover" src="${this.config.logoUrl?`https://widget.molin.ai/logo/?w=${this.widgetId}`:""}" alt="Logo" />`}
|
|
941
941
|
</div>
|
|
942
942
|
</mw-pulse-dot>
|
|
943
943
|
|