lr-chatbot 0.14.0 → 0.14.1
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 +7 -6
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -22526,16 +22526,15 @@ const Co = /* @__PURE__ */ new WeakMap(), G5 = il(class extends _f {
|
|
|
22526
22526
|
}
|
|
22527
22527
|
:host #chat-element {
|
|
22528
22528
|
height: 100% !important;
|
|
22529
|
-
width: var(--chat-sticky-width) !important;
|
|
22530
22529
|
max-width: var(--chat-sticky-width) !important;
|
|
22531
22530
|
@media (min-width: ${A(C.devices.mobile.max)}px) {
|
|
22532
|
-
|
|
22531
|
+
width: 45vw !important;
|
|
22533
22532
|
}
|
|
22534
22533
|
@media (min-width: ${A(C.devices.tablet.max)}px) {
|
|
22535
|
-
|
|
22534
|
+
width: 35vw !important;
|
|
22536
22535
|
}
|
|
22537
22536
|
@media (min-width: ${A(C.devices.laptop.max)}px) {
|
|
22538
|
-
|
|
22537
|
+
width: 25vw !important;
|
|
22539
22538
|
}
|
|
22540
22539
|
}
|
|
22541
22540
|
|
|
@@ -22604,6 +22603,7 @@ const Co = /* @__PURE__ */ new WeakMap(), G5 = il(class extends _f {
|
|
|
22604
22603
|
height: var(--chat-sticky-minimized-size);
|
|
22605
22604
|
bottom: 5%;
|
|
22606
22605
|
z-index: 10001;
|
|
22606
|
+
right: 10%;
|
|
22607
22607
|
background-color: ${A(C.colors.base.coral.tone300)};
|
|
22608
22608
|
border-radius: 16px;
|
|
22609
22609
|
color: white;
|
|
@@ -22720,7 +22720,8 @@ const Co = /* @__PURE__ */ new WeakMap(), G5 = il(class extends _f {
|
|
|
22720
22720
|
fontFamily: C.fontFamilies.poppins,
|
|
22721
22721
|
border: "none",
|
|
22722
22722
|
backgroundColor: C.colors.base.greys.tone100,
|
|
22723
|
-
overflow: "unset"
|
|
22723
|
+
overflow: "unset",
|
|
22724
|
+
width: "100%"
|
|
22724
22725
|
},
|
|
22725
22726
|
messageStyles: {
|
|
22726
22727
|
default: {
|
|
@@ -23209,7 +23210,7 @@ let Lt = class extends Ie {
|
|
|
23209
23210
|
Qn(this, Pi, t);
|
|
23210
23211
|
}
|
|
23211
23212
|
getVersion() {
|
|
23212
|
-
return "LR Chatbot - 0.14.
|
|
23213
|
+
return "LR Chatbot - 0.14.1";
|
|
23213
23214
|
}
|
|
23214
23215
|
async connectedCallback() {
|
|
23215
23216
|
super.connectedCallback(), await this._conversationHistoryTask.run(), await this._conversationHistoryTask.taskComplete && ((() => {
|