ai-chatbot-widget 0.0.13 → 0.0.14

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.
@@ -12088,7 +12088,7 @@ function yy({ setIsOpen: c, isOpen: u, theme: s }) {
12088
12088
  className: `chatbot-open-btn
12089
12089
  w-14 h-14 ${rt(s, "openButton")}
12090
12090
  rounded-full shadow-2xl items-center justify-center text-white
12091
- transition-all duration-300 transform active:scale-9 cursor-pointer
12091
+ transition-all duration-300 transform active:scale-9 cursor-pointer backdrop-blur-xl
12092
12092
  ${u ? "rotate-180" : "rotate-0"}
12093
12093
  `,
12094
12094
  style: {
@@ -13881,12 +13881,12 @@ function Pb({ theme: c = "boring", notificationBadge: u = !0, greeting: s, pageC
13881
13881
  }, Ze = async (te) => {
13882
13882
  te.key === "Enter" && !te.shiftKey && (te.preventDefault(), await pe());
13883
13883
  };
13884
- return /* @__PURE__ */ J.jsxs("div", { className: "fixed bottom-6 right-6 z-50 ai-chatbot", children: [
13884
+ return /* @__PURE__ */ J.jsxs("div", { className: "fixed bottom-1 right-1 md:bottom-6 md:right-6 z-50 ai-chatbot ", children: [
13885
13885
  /* @__PURE__ */ J.jsx(
13886
13886
  "div",
13887
13887
  {
13888
13888
  className: `
13889
- absolute bottom-16 right-0 w-96 h-[550px]
13889
+ absolute bottom-15 sm:bottom-16 right-0 w-86 sm:w-96 h-[450px] md:h-[450px] xl:h-[550px]
13890
13890
  transform transition-all duration-300 ease-in-out origin-bottom-right
13891
13891
  ai-chatbot-window
13892
13892
  ${v ? "scale-100 opacity-100" : "scale-0 opacity-0 pointer-events-none"}