@2uinc/frontend-component-xpert-chatbot 1.20.2 → 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.
@@ -893,23 +893,28 @@ const oi = /* @__PURE__ */ at(fu), du = {
893
893
  payloadParams: null
894
894
  },
895
895
  webExperimentation: {
896
- enabled: !0,
897
- experimentName: "xpertChatbotExperiment"
896
+ enabled: !1,
897
+ experimentName: null
898
898
  },
899
899
  launchButton: {
900
900
  message: null,
901
- logoType: "edx",
901
+ logoType: null,
902
902
  animatedGraduate: {
903
- enabled: !1,
904
- delayMs: null
903
+ enabled: !0,
904
+ delayMs: 7e3
905
905
  },
906
906
  style: {
907
- backgroundColor: "#0E3639",
908
- padding: "0.9375rem 1.5625rem",
909
- iconWidth: "5rem",
907
+ backgroundColor: "transparent",
908
+ border: "none",
909
+ borderRadius: 0,
910
+ padding: 0,
911
+ iconWidth: "4.5rem",
910
912
  mobile: {
911
- backgroundColor: "#0E3639",
912
- padding: "0.9375rem 1.5625rem"
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: "6.75rem",
924
- right: "1.75rem",
928
+ bottom: "7.5rem",
929
+ right: "2rem",
925
930
  mobile: {
926
- bottom: "10.75rem",
927
- right: "1.75rem"
931
+ bottom: "11.5rem",
932
+ right: "2rem"
928
933
  }
929
934
  }
930
935
  },
@@ -12994,7 +12999,7 @@ function Bi({ submitEventExternal: e }) {
12994
12999
  feedbackThumbType: ae
12995
13000
  }) : we);
12996
13001
  c(ye), C(!1);
12997
- }, Ae = ((yt = i == null ? void 0 : i.animatedGraduate) == null ? void 0 : yt.enabled) && l.enabled && p === "A", 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;
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: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.20.2",
3
+ "version": "1.21.0-beta.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/2uinc/frontend-component-xpert-chatbot.git"