@copilotz/chat-ui 0.9.10 → 0.9.11
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -6
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2838,7 +2838,7 @@ var Sidebar2 = ({
|
|
|
2838
2838
|
config.branding?.subtitle && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { className: "text-xs text-muted-foreground truncate", children: config.branding.subtitle })
|
|
2839
2839
|
] })
|
|
2840
2840
|
] }),
|
|
2841
|
-
/* @__PURE__ */ (0, import_jsx_runtime18.
|
|
2841
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", { className: "space-y-3 px-1 group-data-[collapsible=icon]:hidden", children: [
|
|
2842
2842
|
onCreateThread && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
2843
2843
|
CreateThreadDialog,
|
|
2844
2844
|
{
|
|
@@ -2898,7 +2898,7 @@ var Sidebar2 = ({
|
|
|
2898
2898
|
}
|
|
2899
2899
|
)
|
|
2900
2900
|
] })
|
|
2901
|
-
] })
|
|
2901
|
+
] }),
|
|
2902
2902
|
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { className: "hidden group-data-[collapsible=icon]:flex justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
2903
2903
|
Button,
|
|
2904
2904
|
{
|