@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.cjs CHANGED
@@ -2667,7 +2667,7 @@ var TypingDots = () => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { ch
2667
2667
  .banbox-typing-dot:nth-child(2) { animation-delay: 0.2s; }
2668
2668
  .banbox-typing-dot:nth-child(3) { animation-delay: 0.4s; }
2669
2669
  ` }),
2670
- /* @__PURE__ */ jsxRuntime.jsxs("span", { style: { display: "inline-flex", gap: "4px", alignItems: "center", height: "28px", padding: "0 8px" }, children: [
2670
+ /* @__PURE__ */ jsxRuntime.jsxs("span", { style: { display: "inline-flex", gap: "4px", alignItems: "center", height: "16px" }, children: [
2671
2671
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "banbox-typing-dot" }),
2672
2672
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "banbox-typing-dot" }),
2673
2673
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "banbox-typing-dot" })
@@ -2681,7 +2681,7 @@ var TypingIndicator = ({
2681
2681
  return /* @__PURE__ */ jsxRuntime.jsxs(
2682
2682
  "div",
2683
2683
  {
2684
- className: cn("relative flex items-end gap-[6px]", className),
2684
+ className: cn("flex items-end gap-[6px]", className),
2685
2685
  role: "status",
2686
2686
  "aria-label": ariaLabel,
2687
2687
  children: [
@@ -2703,7 +2703,7 @@ var TypingIndicator = ({
2703
2703
  ]
2704
2704
  }
2705
2705
  ),
2706
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: "absolute bottom-[-13px] left-[30px]", children: /* @__PURE__ */ jsxRuntime.jsx(TypingDots, {}) })
2706
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center rounded-[18px] bg-[#f0f0f0] px-3 py-2", children: /* @__PURE__ */ jsxRuntime.jsx(TypingDots, {}) })
2707
2707
  ]
2708
2708
  }
2709
2709
  );