@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.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -5179,6 +5179,7 @@ var ChatUI = ({
|
|
|
5179
5179
|
currentThreadId = null,
|
|
5180
5180
|
config: userConfig,
|
|
5181
5181
|
sidebar: _sidebar,
|
|
5182
|
+
userMenuAdditionalItems,
|
|
5182
5183
|
isGenerating = false,
|
|
5183
5184
|
isMessagesLoading = false,
|
|
5184
5185
|
isLoadingOlderMessages = false,
|
|
@@ -5626,7 +5627,8 @@ var ChatUI = ({
|
|
|
5626
5627
|
user: sidebarUser,
|
|
5627
5628
|
userMenuCallbacks: sidebarUserMenuCallbacks,
|
|
5628
5629
|
currentTheme: config.ui.theme === "auto" ? "system" : config.ui.theme,
|
|
5629
|
-
showThemeOptions: !!callbacks.onThemeChange
|
|
5630
|
+
showThemeOptions: !!callbacks.onThemeChange,
|
|
5631
|
+
userMenuAdditionalItems
|
|
5630
5632
|
}
|
|
5631
5633
|
),
|
|
5632
5634
|
/* @__PURE__ */ jsx27(SidebarInset, { children: /* @__PURE__ */ jsxs17("div", { className: "flex flex-col h-full min-h-0", children: [
|