@2uinc/frontend-component-xpert-chatbot 1.6.3 → 1.6.5

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.
@@ -904,8 +904,13 @@ const hu = /* @__PURE__ */ nt(du), gu = {
904
904
  text: "Chat to us",
905
905
  style: {
906
906
  color: "#E31A82",
907
- right: "1rem",
908
- fontFamily: "system-ui"
907
+ right: "1.5rem",
908
+ fontFamily: "system-ui",
909
+ mobile: {
910
+ color: "#E31A82",
911
+ right: "1.50rem",
912
+ fontFamily: "system-ui"
913
+ }
909
914
  }
910
915
  },
911
916
  style: {
@@ -10356,7 +10361,7 @@ function Qh(e) {
10356
10361
  }
10357
10362
  const ir = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iNDgiPjxwYXRoIGQ9Ik0yODEtMjQwcS0xNCAwLTI3LjUtMTRUMjQwLTI4MnYtOThoNTAwdi0zNDBoMTAwcTE0IDAgMjcgMTR0MTMgMjl2NTk2TDcyMS0yNDBIMjgxWk04MC0yODB2LTU1OHEwLTE0IDEzLTI4dDI3LTE0aDUxOXExNSAwIDI4IDEzLjV0MTMgMjguNXYzNTZxMCAxNC0xMyAyOHQtMjggMTRIMjQwTDgwLTI4MFptNTQwLTIyMHYtMzIwSDE0MHYzMjBoNDgwWm0tNDgwIDB2LTMyMCAzMjBaIiBmaWxsPSIjRkZGRkZGIi8+PC9zdmc+";
10358
10363
  const Yh = 991, Hh = () => {
10359
- var n, r;
10364
+ var n;
10360
10365
  const e = vt(Yh), { launchButton: t } = We(Ge);
10361
10366
  return (n = t.message) != null && n.enabled ? /* @__PURE__ */ k.jsx(
10362
10367
  "div",
@@ -10365,7 +10370,7 @@ const Yh = 991, Hh = () => {
10365
10370
  "aria-live": "assertive",
10366
10371
  "aria-label": t == null ? void 0 : t.message.text,
10367
10372
  className: "xpert_chatbot__launch-button-message",
10368
- style: e ? { ...(r = t.message.mobile) == null ? void 0 : r.style } : { ...t.message.style },
10373
+ style: e ? { ...t.message.style.mobile } : { ...t.message.style },
10369
10374
  children: t.message.text
10370
10375
  }
10371
10376
  ) : null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.6.3",
3
+ "version": "1.6.5",
4
4
  "homepage": "/app/plugins/xpert-chatbot/frontend/build/",
5
5
  "repository": {
6
6
  "type": "git",