@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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/ui/chat/ChatHeader.tsx +3 -3
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:
|
|
1640
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-
|
|
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 })
|