@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.
- package/dist/lib/index.min.js +3 -2
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -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
|
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",
|