@2uinc/frontend-component-xpert-chatbot 1.6.4 → 1.6.6

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.
@@ -175,9 +175,7 @@ const Xl = {
175
175
  chatApi: {
176
176
  endpoint: "https://xpert-platform-services-api.prod.ai.2u.com/xpert/chatservice",
177
177
  payloadParams: {
178
- context: {
179
- uri: "five9_faq"
180
- }
178
+ use_case: "GET_SMARTER"
181
179
  }
182
180
  },
183
181
  primaryColor: "#E31A82",
@@ -905,7 +903,12 @@ const hu = /* @__PURE__ */ nt(du), gu = {
905
903
  style: {
906
904
  color: "#E31A82",
907
905
  right: "1.5rem",
908
- fontFamily: "system-ui"
906
+ fontFamily: "system-ui",
907
+ mobile: {
908
+ color: "#E31A82",
909
+ right: "1.50rem",
910
+ fontFamily: "system-ui"
911
+ }
909
912
  }
910
913
  },
911
914
  style: {
@@ -10356,7 +10359,7 @@ function Qh(e) {
10356
10359
  }
10357
10360
  const ir = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iNDgiPjxwYXRoIGQ9Ik0yODEtMjQwcS0xNCAwLTI3LjUtMTRUMjQwLTI4MnYtOThoNTAwdi0zNDBoMTAwcTE0IDAgMjcgMTR0MTMgMjl2NTk2TDcyMS0yNDBIMjgxWk04MC0yODB2LTU1OHEwLTE0IDEzLTI4dDI3LTE0aDUxOXExNSAwIDI4IDEzLjV0MTMgMjguNXYzNTZxMCAxNC0xMyAyOHQtMjggMTRIMjQwTDgwLTI4MFptNTQwLTIyMHYtMzIwSDE0MHYzMjBoNDgwWm0tNDgwIDB2LTMyMCAzMjBaIiBmaWxsPSIjRkZGRkZGIi8+PC9zdmc+";
10358
10361
  const Yh = 991, Hh = () => {
10359
- var n, r;
10362
+ var n;
10360
10363
  const e = vt(Yh), { launchButton: t } = We(Ge);
10361
10364
  return (n = t.message) != null && n.enabled ? /* @__PURE__ */ k.jsx(
10362
10365
  "div",
@@ -10365,7 +10368,7 @@ const Yh = 991, Hh = () => {
10365
10368
  "aria-live": "assertive",
10366
10369
  "aria-label": t == null ? void 0 : t.message.text,
10367
10370
  className: "xpert_chatbot__launch-button-message",
10368
- style: e ? { ...(r = t.message.mobile) == null ? void 0 : r.style } : { ...t.message.style },
10371
+ style: e ? { ...t.message.style.mobile } : { ...t.message.style },
10369
10372
  children: t.message.text
10370
10373
  }
10371
10374
  ) : null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.6.4",
3
+ "version": "1.6.6",
4
4
  "homepage": "/app/plugins/xpert-chatbot/frontend/build/",
5
5
  "repository": {
6
6
  "type": "git",