lr-chatbot 0.43.2 → 0.43.4
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 -9
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -20739,14 +20739,8 @@ const Ds = /* @__PURE__ */ new WeakMap(), Q3 = qa(class extends Rf {
|
|
|
20739
20739
|
|
|
20740
20740
|
@media (min-width: ${_(cn)}) {
|
|
20741
20741
|
--chat-sticky-width: 45vw;
|
|
20742
|
-
--chat-sticky-offset-bottom:
|
|
20743
|
-
--chat-sticky-offset-left: calc(
|
|
20744
|
-
100% -
|
|
20745
|
-
(
|
|
20746
|
-
var(--chat-sticky-offset-right) +
|
|
20747
|
-
((var(--chat-sticky-width) / 2) - var(--chat-sticky-minimized-size))
|
|
20748
|
-
)
|
|
20749
|
-
);
|
|
20742
|
+
--chat-sticky-offset-bottom: 20%;
|
|
20743
|
+
--chat-sticky-offset-left: calc(100% - 40px - 56px);
|
|
20750
20744
|
transform: scale(1) translate(0%, 0%);
|
|
20751
20745
|
&:hover {
|
|
20752
20746
|
transform: scale(1.1) translate(0%, 0%);
|
|
@@ -23152,7 +23146,7 @@ let Jt = class extends ye {
|
|
|
23152
23146
|
Sr(this, Yi, t);
|
|
23153
23147
|
}
|
|
23154
23148
|
getVersion() {
|
|
23155
|
-
return "LR Chatbot - v0.43.
|
|
23149
|
+
return "LR Chatbot - v0.43.3";
|
|
23156
23150
|
}
|
|
23157
23151
|
async connectedCallback() {
|
|
23158
23152
|
super.connectedCallback(), this._conversationHistoryTask.run();
|