lr-chatbot 0.19.13 → 0.19.14
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 -5
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -21119,21 +21119,19 @@ const Da = /* @__PURE__ */ new WeakMap(), D3 = zi(class extends Hd {
|
|
|
21119
21119
|
#chat-wrapper[data-sticky='true'] {
|
|
21120
21120
|
position: fixed;
|
|
21121
21121
|
bottom: 0;
|
|
21122
|
-
right:
|
|
21122
|
+
right: var(--chat-sticky-offset-right);
|
|
21123
21123
|
z-index: 10001;
|
|
21124
21124
|
width: var(--chat-sticky-width);
|
|
21125
21125
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0px 4px 8px 2px rgba(0, 0, 0, 0.08);
|
|
21126
21126
|
@media (min-width: ${x(_.devices.mobile.max)}px) {
|
|
21127
21127
|
--chat-sticky-width: max(45vw, --chat-sticky-min-width);
|
|
21128
|
-
|
|
21128
|
+
--chat-sticky-offset-right: 100px;
|
|
21129
21129
|
}
|
|
21130
21130
|
@media (min-width: ${x(_.devices.tablet.max)}px) {
|
|
21131
21131
|
--chat-sticky-width: max(35vw, --chat-sticky-min-width);
|
|
21132
|
-
right: var(--chat-sticky-offset-right);
|
|
21133
21132
|
}
|
|
21134
21133
|
@media (min-width: ${x(_.devices.laptop.max)}px) {
|
|
21135
21134
|
--chat-sticky-width: max(25vw, --chat-sticky-min-width);
|
|
21136
|
-
right: var(--chat-sticky-offset-right);
|
|
21137
21135
|
}
|
|
21138
21136
|
}
|
|
21139
21137
|
#chat-wrapper[data-opened='false'] {
|
|
@@ -22593,7 +22591,7 @@ let At = class extends me {
|
|
|
22593
22591
|
Bn(this, oi, t);
|
|
22594
22592
|
}
|
|
22595
22593
|
getVersion() {
|
|
22596
|
-
return "LR Chatbot - 0.19.
|
|
22594
|
+
return "LR Chatbot - 0.19.14";
|
|
22597
22595
|
}
|
|
22598
22596
|
async connectedCallback() {
|
|
22599
22597
|
super.connectedCallback(), this._conversationHistoryTask.run();
|