@2uinc/frontend-component-xpert-chatbot 1.19.2 → 1.19.3
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/dist/lib/index.min.js +8 -2
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -991,8 +991,10 @@ const Co = /* @__PURE__ */ st(fu), du = {
|
|
991
991
|
animatedGraduate: null,
|
992
992
|
style: {
|
993
993
|
backgroundColor: "#0E3639",
|
994
|
+
background: "#0E3639",
|
994
995
|
mobile: {
|
995
|
-
backgroundColor: "#0E3639"
|
996
|
+
backgroundColor: "#0E3639",
|
997
|
+
background: "#0E3639"
|
996
998
|
}
|
997
999
|
}
|
998
1000
|
},
|
@@ -1020,7 +1022,8 @@ const Co = /* @__PURE__ */ st(fu), du = {
|
|
1020
1022
|
prompts: null,
|
1021
1023
|
userMessageBubble: {
|
1022
1024
|
style: {
|
1023
|
-
backgroundColor: "#0E3639"
|
1025
|
+
backgroundColor: "#0E3639",
|
1026
|
+
background: "#0E3639"
|
1024
1027
|
}
|
1025
1028
|
},
|
1026
1029
|
conversationHistory: {
|
@@ -10863,6 +10866,7 @@ function Dl({ handleResizeButtonClick: e, setIsMounted: t }) {
|
|
10863
10866
|
"aria-label": "Expand xpert dialog width",
|
10864
10867
|
style: {
|
10865
10868
|
backgroundColor: "transparent",
|
10869
|
+
background: "transparent",
|
10866
10870
|
border: "none",
|
10867
10871
|
padding: "0",
|
10868
10872
|
cursor: "pointer"
|
@@ -10889,6 +10893,7 @@ function Dl({ handleResizeButtonClick: e, setIsMounted: t }) {
|
|
10889
10893
|
"aria-label": "Shrink xpert dialog width",
|
10890
10894
|
style: {
|
10891
10895
|
backgroundColor: "transparent",
|
10896
|
+
background: "transparent",
|
10892
10897
|
border: "none",
|
10893
10898
|
padding: "0",
|
10894
10899
|
cursor: "pointer"
|
@@ -10944,6 +10949,7 @@ function Rl({
|
|
10944
10949
|
{
|
10945
10950
|
style: {
|
10946
10951
|
backgroundColor: "transparent",
|
10952
|
+
background: "transparent",
|
10947
10953
|
border: "none",
|
10948
10954
|
padding: "0",
|
10949
10955
|
color: "white",
|