@copilotz/chat-ui 0.7.2 → 0.7.3
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +2 -7
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5661,7 +5661,7 @@ var ChatUI = ({
|
|
|
5661
5661
|
return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(TooltipProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SidebarProvider, { defaultOpen: true, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
|
|
5662
5662
|
"div",
|
|
5663
5663
|
{
|
|
5664
|
-
className: `flex h-[
|
|
5664
|
+
className: `flex h-[100dvh] bg-background w-full overflow-hidden ${className}`,
|
|
5665
5665
|
children: [
|
|
5666
5666
|
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
5667
5667
|
Sidebar2,
|