@2uinc/frontend-component-xpert-chatbot 1.21.0 → 1.21.2

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.
@@ -931,6 +931,7 @@ const oi = /* @__PURE__ */ at(fu), du = {
931
931
  style: {
932
932
  bottom: "7.5rem",
933
933
  right: "2rem",
934
+ zIndex: "999999",
934
935
  mobile: {
935
936
  bottom: "11.5rem",
936
937
  right: "2rem"
@@ -1128,7 +1129,7 @@ const oi = /* @__PURE__ */ at(fu), du = {
1128
1129
  },
1129
1130
  container: null
1130
1131
  },
1131
- systemMessage: "Hi there! I'm Xpert. How may I assist you in navigating your Online Learning Campus today?",
1132
+ systemMessage: "Hi there! šŸ‘‹ I’m Xpert, what can I help you with? Please note, our offices are closed from the 25th December and will reopen on the 2nd January. During this time, live chat agents will be unavailable. In the meantime, I’m available to answer any questions about things like billing, registration, and payment options.",
1132
1133
  prompts: null,
1133
1134
  userMessageBubble: {
1134
1135
  style: {
@@ -12566,7 +12567,7 @@ function Xl({
12566
12567
  };
12567
12568
  Le.set(x, _, B);
12568
12569
  };
12569
- return !s || !f ? null : /* @__PURE__ */ y.jsx("div", { children: /* @__PURE__ */ y.jsxs(
12570
+ return !s || !f || !i ? null : /* @__PURE__ */ y.jsx("div", { children: /* @__PURE__ */ y.jsxs(
12570
12571
  "div",
12571
12572
  {
12572
12573
  role: "alertdialog",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.21.0",
3
+ "version": "1.21.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/2uinc/frontend-component-xpert-chatbot.git"