@2uinc/frontend-component-xpert-chatbot 1.20.1 → 1.21.0-beta.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/dist/lib/index.min.js +21 -16
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -893,23 +893,28 @@ const oi = /* @__PURE__ */ at(fu), du = {
|
|
893
893
|
payloadParams: null
|
894
894
|
},
|
895
895
|
webExperimentation: {
|
896
|
-
enabled: !
|
897
|
-
experimentName:
|
896
|
+
enabled: !1,
|
897
|
+
experimentName: null
|
898
898
|
},
|
899
899
|
launchButton: {
|
900
900
|
message: null,
|
901
|
-
logoType:
|
901
|
+
logoType: null,
|
902
902
|
animatedGraduate: {
|
903
|
-
enabled: !
|
904
|
-
delayMs:
|
903
|
+
enabled: !0,
|
904
|
+
delayMs: 7e3
|
905
905
|
},
|
906
906
|
style: {
|
907
|
-
backgroundColor: "
|
908
|
-
|
909
|
-
|
907
|
+
backgroundColor: "transparent",
|
908
|
+
border: "none",
|
909
|
+
borderRadius: 0,
|
910
|
+
padding: 0,
|
911
|
+
iconWidth: "4.5rem",
|
910
912
|
mobile: {
|
911
|
-
backgroundColor: "
|
912
|
-
|
913
|
+
backgroundColor: "transparent",
|
914
|
+
border: "none",
|
915
|
+
borderRadius: 0,
|
916
|
+
padding: 0,
|
917
|
+
iconWidth: "4.5rem"
|
913
918
|
}
|
914
919
|
}
|
915
920
|
},
|
@@ -920,11 +925,11 @@ const oi = /* @__PURE__ */ at(fu), du = {
|
|
920
925
|
text: "I'm Xpert, an AI assistant to help you find things.",
|
921
926
|
delayMs: 4e3,
|
922
927
|
style: {
|
923
|
-
bottom: "
|
924
|
-
right: "
|
928
|
+
bottom: "7.5rem",
|
929
|
+
right: "2rem",
|
925
930
|
mobile: {
|
926
|
-
bottom: "
|
927
|
-
right: "
|
931
|
+
bottom: "11.5rem",
|
932
|
+
right: "2rem"
|
928
933
|
}
|
929
934
|
}
|
930
935
|
},
|
@@ -1040,7 +1045,7 @@ const oi = /* @__PURE__ */ at(fu), du = {
|
|
1040
1045
|
endDateTime: "2024-08-15T12:00:00Z"
|
1041
1046
|
},
|
1042
1047
|
liveChat: {
|
1043
|
-
enabled: !
|
1048
|
+
enabled: !0,
|
1044
1049
|
form: null,
|
1045
1050
|
formHeader: null,
|
1046
1051
|
options: {
|
@@ -12994,7 +12999,7 @@ function Bi({ submitEventExternal: e }) {
|
|
12994
12999
|
feedbackThumbType: ae
|
12995
13000
|
}) : we);
|
12996
13001
|
c(ye), C(!1);
|
12997
|
-
}, Ae = (
|
13002
|
+
}, Ae = (yt = i.animatedGraduate) == null ? void 0 : yt.enabled, Ye = a != null && a.enabled ? b ? (bt = a == null ? void 0 : a.style) == null ? void 0 : bt.mobile : a == null ? void 0 : a.style : null;
|
12998
13003
|
return (
|
12999
13004
|
// do not remove this class as it's needed to turn off chatbot
|
13000
13005
|
/* @__PURE__ */ y.jsxs("div", { className: "xpert_chatbot", children: [
|