@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.js CHANGED
@@ -5705,7 +5705,7 @@ var ChatUI = ({
5705
5705
  return /* @__PURE__ */ jsx28(TooltipProvider, { children: /* @__PURE__ */ jsx28(SidebarProvider, { defaultOpen: true, children: /* @__PURE__ */ jsxs18(
5706
5706
  "div",
5707
5707
  {
5708
- className: `flex h-[100svh] md:h-screen bg-background w-full overflow-hidden ${className}`,
5708
+ className: `flex h-[100dvh] bg-background w-full overflow-hidden ${className}`,
5709
5709
  children: [
5710
5710
  /* @__PURE__ */ jsx28(
5711
5711
  Sidebar2,