@molin.ai/shop-ai 0.3.2 → 0.3.3
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.
|
@@ -399,7 +399,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
399
399
|
|
|
400
400
|
<div id="dialog" class="${q(this,ve)?"visible opacity-100 translate-y-0":"invisible opacity-0 translate-y-3"} ${Object.keys(n).join(" ")} fixed bottom-0 left-0 right-0 top-0 z-[99999] 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-[420px] sm:rounded-2xl">
|
|
401
401
|
<div class="mx-auto flex h-full w-full max-w-4xl flex-col">
|
|
402
|
-
<mw-header class="z-10 border-b" .config="${this.config}" @mw-close="${nt(this,vs,Sp)}"></mw-header>
|
|
402
|
+
<mw-header class="z-10 border-b bg-[${this.config.header.background}]" .config="${this.config}" @mw-close="${nt(this,vs,Sp)}"></mw-header>
|
|
403
403
|
|
|
404
404
|
<!-- this structure of 2 divs is required for the native scroll to bottom -->
|
|
405
405
|
<div class="flex h-full flex-shrink flex-grow flex-col-reverse overflow-auto bg-[#FDFDFD] pt-4">
|