@banbox/chat 1.0.6 → 1.0.7

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
@@ -1635,9 +1635,9 @@ var ChatFooter = ({
1635
1635
  };
1636
1636
  var ChatFooter_default = ChatFooter;
1637
1637
  function ChatHeader({ left, right, below, className }) {
1638
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
1639
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: `border-b border-[#e1e1e1] h-[64px] flex items-start justify-between px-4 pt-2.5${className ? ` ${className}` : ""}`, children: [
1640
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-start gap-3", children: left }),
1638
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: `border-b border-[#ededed] h-[64px]${className ? ` ${className}` : ""}`, children: [
1639
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between px-4 h-full", children: [
1640
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center gap-3", children: left }),
1641
1641
  right
1642
1642
  ] }),
1643
1643
  below && /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: below })