@copilotz/chat-ui 0.6.5 → 0.6.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.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5147,6 +5147,7 @@ var ChatUI = ({
|
|
|
5147
5147
|
currentThreadId = null,
|
|
5148
5148
|
config: userConfig,
|
|
5149
5149
|
sidebar: _sidebar,
|
|
5150
|
+
userMenuAdditionalItems,
|
|
5150
5151
|
isGenerating = false,
|
|
5151
5152
|
isMessagesLoading = false,
|
|
5152
5153
|
isLoadingOlderMessages = false,
|
|
@@ -5594,7 +5595,8 @@ var ChatUI = ({
|
|
|
5594
5595
|
user: sidebarUser,
|
|
5595
5596
|
userMenuCallbacks: sidebarUserMenuCallbacks,
|
|
5596
5597
|
currentTheme: config.ui.theme === "auto" ? "system" : config.ui.theme,
|
|
5597
|
-
showThemeOptions: !!callbacks.onThemeChange
|
|
5598
|
+
showThemeOptions: !!callbacks.onThemeChange,
|
|
5599
|
+
userMenuAdditionalItems
|
|
5598
5600
|
}
|
|
5599
5601
|
),
|
|
5600
5602
|
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(SidebarInset, { children: /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("div", { className: "flex flex-col h-full min-h-0", children: [
|