@2uinc/frontend-component-xpert-chatbot 1.21.0 → 1.21.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.
- package/dist/lib/index.min.js +2 -1
- 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"
|
@@ -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",
|