teodor-new-chat-ui 4.3.410 → 4.3.411

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.
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Public API entry point for shared contexts.
3
3
  */
4
- export { ApiProvider, useHasChatSession, useStream, useThreadState, useThreads } from './providers';
4
+ export { ApiProvider, ChatProviders, useHasChatSession, useStream, useThreadState, useThreads, type ChatProvidersProps } from './providers';
@@ -1,2 +1,2 @@
1
1
  export { ApiContext, ApiProvider } from "./ApiProvider";
2
- export { useHasChatSession, useStream, useThreadState, useThreads } from "./ChatProviders";
2
+ export { ChatProviders, useHasChatSession, useStream, useThreadState, useThreads, type ChatProvidersProps } from "./ChatProviders";
package/dist/index.esm.js CHANGED
@@ -19226,6 +19226,7 @@ export {
19226
19226
  GI as ChatApp,
19227
19227
  DT as ChatInput,
19228
19228
  rs as ChatInterface,
19229
+ Go as ChatProviders,
19229
19230
  nf as Command,
19230
19231
  sf as CommandEmpty,
19231
19232
  af as CommandGroup,