lr-chatbot 0.29.17 → 0.29.18
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/index.js +8 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -21307,7 +21307,6 @@ const ja = /* @__PURE__ */ new WeakMap(), nw = Yi(class extends Jd {
|
|
|
21307
21307
|
#chat-wrapper[data-sticky='true'] {
|
|
21308
21308
|
position: fixed;
|
|
21309
21309
|
bottom: 0;
|
|
21310
|
-
top: 0;
|
|
21311
21310
|
margin-left: -8px;
|
|
21312
21311
|
z-index: 10001;
|
|
21313
21312
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0px 4px 8px 2px rgba(0, 0, 0, 0.08);
|
|
@@ -21329,6 +21328,12 @@ const ja = /* @__PURE__ */ new WeakMap(), nw = Yi(class extends Jd {
|
|
|
21329
21328
|
}
|
|
21330
21329
|
}
|
|
21331
21330
|
|
|
21331
|
+
#chat-wrapper[data-opened='true'] {
|
|
21332
|
+
@media (max-width: ${k(w.devices.mobile.max)}px) {
|
|
21333
|
+
top: 0;
|
|
21334
|
+
}
|
|
21335
|
+
}
|
|
21336
|
+
|
|
21332
21337
|
#chat-wrapper[data-opened='false'] {
|
|
21333
21338
|
bottom: -100%;
|
|
21334
21339
|
opacity: 0;
|
|
@@ -21425,6 +21430,7 @@ const ja = /* @__PURE__ */ new WeakMap(), nw = Yi(class extends Jd {
|
|
|
21425
21430
|
}
|
|
21426
21431
|
|
|
21427
21432
|
#exit-overlay {
|
|
21433
|
+
width: 100%;
|
|
21428
21434
|
position: absolute;
|
|
21429
21435
|
display: flex;
|
|
21430
21436
|
flex-direction: column;
|
|
@@ -23126,7 +23132,7 @@ let It = class extends ge {
|
|
|
23126
23132
|
qn(this, oi, t);
|
|
23127
23133
|
}
|
|
23128
23134
|
getVersion() {
|
|
23129
|
-
return "LR Chatbot - v0.29.
|
|
23135
|
+
return "LR Chatbot - v0.29.18";
|
|
23130
23136
|
}
|
|
23131
23137
|
async connectedCallback() {
|
|
23132
23138
|
super.connectedCallback(), this._conversationHistoryTask.run();
|