@copilotz/chat-ui 0.1.4 → 0.1.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.d.cts CHANGED
@@ -177,6 +177,7 @@ interface ChatV2Props {
177
177
  config?: ChatConfig;
178
178
  sidebar?: ReactNode;
179
179
  isGenerating?: boolean;
180
+ isMessagesLoading?: boolean;
180
181
  callbacks?: ChatCallbacks;
181
182
  user?: {
182
183
  id: string;
package/dist/index.d.ts CHANGED
@@ -177,6 +177,7 @@ interface ChatV2Props {
177
177
  config?: ChatConfig;
178
178
  sidebar?: ReactNode;
179
179
  isGenerating?: boolean;
180
+ isMessagesLoading?: boolean;
180
181
  callbacks?: ChatCallbacks;
181
182
  user?: {
182
183
  id: string;