@copilotz/chat-ui 0.2.0 → 0.2.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
@@ -5351,7 +5351,7 @@ var ChatUI = ({
5351
5351
  children: state.showSidebar && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5352
5352
  "div",
5353
5353
  {
5354
- className: "flex flex-col h-full border-l bg-background animate-in slide-in-from-right-4 duration-300",
5354
+ className: "h-full overflow-hidden border-l bg-background animate-in slide-in-from-right-4 duration-300",
5355
5355
  style: { width: config.customComponent.panelWidth ?? 320 },
5356
5356
  children: renderCustomComponent()
5357
5357
  }
@@ -5374,7 +5374,7 @@ var ChatUI = ({
5374
5374
  {
5375
5375
  className: `absolute top-0 right-0 h-full w-full bg-background transform-gpu transition-transform duration-200 ease-out ${isCustomVisible ? "translate-x-0" : "translate-x-full"}`,
5376
5376
  style: { willChange: "transform" },
5377
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "h-full flex flex-col", children: renderCustomComponent() })
5377
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "h-full overflow-hidden", children: renderCustomComponent() })
5378
5378
  }
5379
5379
  )
5380
5380
  ] }),