lr-chatbot 0.29.25 → 0.30.0
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 +3 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -21267,7 +21267,7 @@ const ja = /* @__PURE__ */ new WeakMap(), nw = Yi(class extends Jd {
|
|
|
21267
21267
|
}), rw = _e`
|
|
21268
21268
|
:host {
|
|
21269
21269
|
--chat-sticky-offset-right: 100px;
|
|
21270
|
-
--chat-sticky-offset-bottom:
|
|
21270
|
+
--chat-sticky-offset-bottom: 12%;
|
|
21271
21271
|
--chat-sticky-width: 100%;
|
|
21272
21272
|
--chat-sticky-min-width: 360px;
|
|
21273
21273
|
--chat-sticky-minimized-size: 80px;
|
|
@@ -21395,6 +21395,7 @@ const ja = /* @__PURE__ */ new WeakMap(), nw = Yi(class extends Jd {
|
|
|
21395
21395
|
|
|
21396
21396
|
@media (min-width: ${k(w.devices.mobile.max)}px) {
|
|
21397
21397
|
--chat-sticky-width: 45vw;
|
|
21398
|
+
--chat-sticky-offset-bottom: 5%;
|
|
21398
21399
|
--chat-sticky-offset-left: calc(
|
|
21399
21400
|
100% -
|
|
21400
21401
|
(
|
|
@@ -23132,7 +23133,7 @@ let It = class extends ge {
|
|
|
23132
23133
|
qn(this, oi, t);
|
|
23133
23134
|
}
|
|
23134
23135
|
getVersion() {
|
|
23135
|
-
return "LR Chatbot - v0.
|
|
23136
|
+
return "LR Chatbot - v0.30.0";
|
|
23136
23137
|
}
|
|
23137
23138
|
async connectedCallback() {
|
|
23138
23139
|
super.connectedCallback(), this._conversationHistoryTask.run();
|