@molin.ai/shop-ai 0.4.54 → 0.4.55
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.
|
@@ -466,8 +466,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
466
466
|
`:""}
|
|
467
467
|
`}
|
|
468
468
|
|
|
469
|
-
<div id="dialog" class="${L(this,Re)?"visible opacity-100 translate-y-0":"invisible opacity-0 translate-y-3"} ${Object.keys(s).join(" ")} fixed
|
|
470
|
-
<div class="mx-auto flex h-full w-full
|
|
469
|
+
<div id="dialog" class="${L(this,Re)?"visible opacity-100 translate-y-0":"invisible opacity-0 translate-y-3"} ${Object.keys(s).join(" ")} fixed bottom-0 left-0 right-0 top-0 z-[2147483647] overflow-hidden bg-white font-sans text-[16px] leading-normal text-gray-800 subpixel-antialiased shadow-2xl transition-all sm:left-auto sm:top-auto sm:h-4/5 sm:max-h-[800px] sm:w-5/6 sm:max-w-[400px] sm:rounded-2xl 2xl:max-w-[420px]">
|
|
470
|
+
<div class="mx-auto flex h-full w-full max-w-4xl flex-col">
|
|
471
471
|
<mw-header class="z-10 border-b bg-[${this.config.header.background}] text-lg" widget="${this.widgetId}" ?show-new-chat="${!this.config.liveChatEnabled&&!!L(this,Te).messages.length}" ?show-close="${!this.config.kioskMode}" .config="${this.config}" @mw-close="${K(this,Vo,Gf)}" @mw-delete-history="${K(this,No,Hf)}"></mw-header>
|
|
472
472
|
|
|
473
473
|
<!-- used by the dashboard to inject content -->
|