@docyrus/ui-pro-ai-assistant 0.3.5 → 0.3.6

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
@@ -22673,7 +22673,7 @@ var AssistantView = ({ ref, ...props }) => {
22673
22673
  return /* @__PURE__ */ jsxs(Fragment, { children: [
22674
22674
  showHeader && /* @__PURE__ */ jsxs("div", { className: cn(
22675
22675
  "relative z-50 flex items-center justify-between h-12 px-3 border-b shrink-0 bg-background",
22676
- !isSidebarOpen && enableSidebar && "ml-10"
22676
+ !isSidebarOpen && enableSidebar && "pl-12"
22677
22677
  ), children: [
22678
22678
  /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-1", children: [
22679
22679
  enableNavDropdown && /* @__PURE__ */ jsxs(DropdownMenu$1, { children: [