lr-chatbot 0.29.14 → 0.29.16
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 +2 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -21313,6 +21313,7 @@ const ja = /* @__PURE__ */ new WeakMap(), nw = Yi(class extends Jd {
|
|
|
21313
21313
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0px 4px 8px 2px rgba(0, 0, 0, 0.08);
|
|
21314
21314
|
|
|
21315
21315
|
@media (min-width: ${k(w.devices.mobile.max)}px) {
|
|
21316
|
+
right: var(--chat-sticky-offset-right);
|
|
21316
21317
|
margin-left: inherit;
|
|
21317
21318
|
top: inherit;
|
|
21318
21319
|
--chat-sticky-width: max(45vw, --chat-sticky-min-width);
|
|
@@ -23125,7 +23126,7 @@ let It = class extends ge {
|
|
|
23125
23126
|
qn(this, oi, t);
|
|
23126
23127
|
}
|
|
23127
23128
|
getVersion() {
|
|
23128
|
-
return "LR Chatbot - v0.29.
|
|
23129
|
+
return "LR Chatbot - v0.29.16";
|
|
23129
23130
|
}
|
|
23130
23131
|
async connectedCallback() {
|
|
23131
23132
|
super.connectedCallback(), this._conversationHistoryTask.run();
|