@banbox/chat 1.0.0 → 1.0.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/index.js CHANGED
@@ -2660,7 +2660,7 @@ var TypingDots = () => /* @__PURE__ */ jsxs(Fragment, { children: [
2660
2660
  .banbox-typing-dot:nth-child(2) { animation-delay: 0.2s; }
2661
2661
  .banbox-typing-dot:nth-child(3) { animation-delay: 0.4s; }
2662
2662
  ` }),
2663
- /* @__PURE__ */ jsxs("span", { style: { display: "inline-flex", gap: "4px", alignItems: "center", height: "28px", padding: "0 8px" }, children: [
2663
+ /* @__PURE__ */ jsxs("span", { style: { display: "inline-flex", gap: "4px", alignItems: "center", height: "16px" }, children: [
2664
2664
  /* @__PURE__ */ jsx("span", { className: "banbox-typing-dot" }),
2665
2665
  /* @__PURE__ */ jsx("span", { className: "banbox-typing-dot" }),
2666
2666
  /* @__PURE__ */ jsx("span", { className: "banbox-typing-dot" })
@@ -2674,7 +2674,7 @@ var TypingIndicator = ({
2674
2674
  return /* @__PURE__ */ jsxs(
2675
2675
  "div",
2676
2676
  {
2677
- className: cn("relative flex items-end gap-[6px]", className),
2677
+ className: cn("flex items-end gap-[6px]", className),
2678
2678
  role: "status",
2679
2679
  "aria-label": ariaLabel,
2680
2680
  children: [
@@ -2696,7 +2696,7 @@ var TypingIndicator = ({
2696
2696
  ]
2697
2697
  }
2698
2698
  ),
2699
- /* @__PURE__ */ jsx("span", { className: "absolute bottom-[-13px] left-[30px]", children: /* @__PURE__ */ jsx(TypingDots, {}) })
2699
+ /* @__PURE__ */ jsx("div", { className: "flex items-center rounded-[18px] bg-[#f0f0f0] px-3 py-2", children: /* @__PURE__ */ jsx(TypingDots, {}) })
2700
2700
  ]
2701
2701
  }
2702
2702
  );