@molin.ai/shop-ai 0.8.33 → 0.8.34
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.
|
@@ -133,7 +133,7 @@ var au=Object.defineProperty;var Ks=t=>{throw TypeError(t)};var lu=(t,e,r)=>e in
|
|
|
133
133
|
|
|
134
134
|
<!-- we want the transform transition on the root element so that both the transform transition and state switch transition are continuous and fluid -->
|
|
135
135
|
<!-- the background color is set on the root button so that when we cross fade between the open/close states there's no white flicker -->
|
|
136
|
-
<button class="leading-0 relative inline-block h-16 w-16 rounded-[16.8576px] bg-transparent text-sm text-white">
|
|
136
|
+
<button class="leading-0 relative inline-block h-16 w-16 rounded-[16.8576px] bg-transparent text-sm text-white" aria-label="Open Molin AI chat window">
|
|
137
137
|
<!-- the 'open' state invites the user to open (e.g. the chat window) -->
|
|
138
138
|
<div class="${this.state==="open"?"visible opacity-100":"invisible opacity-0"} absolute bottom-0 left-[1px] right-0 top-[1px] transition-[opacity,visibility]">
|
|
139
139
|
${this.src?h`
|