@meetelise/chat 1.20.182 → 1.20.183
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.
package/package.json
CHANGED
package/public/dist/index.js
CHANGED
|
@@ -3517,9 +3517,10 @@ otherwise there's some empty space at the bottom of the button, which interferes
|
|
|
3517
3517
|
Recorded by Forefront Dermatology and our vendors.
|
|
3518
3518
|
</div>
|
|
3519
3519
|
</div>`:U``}
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3520
|
+
|
|
3521
|
+
<button id="exit-chat-bttn" @click=${this.onClickExit}>
|
|
3522
|
+
${Ni}
|
|
3523
|
+
</button>
|
|
3523
3524
|
</div>
|
|
3524
3525
|
<div
|
|
3525
3526
|
class=${fe({hidden:!this.needsConsent(),"legal-confirmation-container":!0})}
|
|
@@ -183,11 +183,10 @@ export class PubnubChat extends LitElement {
|
|
|
183
183
|
</div>
|
|
184
184
|
</div>`
|
|
185
185
|
: html``}
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
: html``}
|
|
186
|
+
|
|
187
|
+
<button id="exit-chat-bttn" @click=${this.onClickExit}>
|
|
188
|
+
${XBlackOutlineIcon}
|
|
189
|
+
</button>
|
|
191
190
|
</div>
|
|
192
191
|
<div
|
|
193
192
|
class=${classMap({
|