@2uinc/frontend-component-xpert-chatbot 1.21.0-beta.6 → 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.
@@ -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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.21.0-beta.6",
3
+ "version": "1.21.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/2uinc/frontend-component-xpert-chatbot.git"