teodor-new-chat-ui 4.3.409 → 4.3.410
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,
|
|
4
|
+
export { ApiProvider, useHasChatSession, useStream, useThreadState, useThreads } from './providers';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { ApiContext, ApiProvider } from "./ApiProvider";
|
|
2
|
-
export {
|
|
2
|
+
export { useHasChatSession, useStream, useThreadState, useThreads } from "./ChatProviders";
|
package/dist/index.esm.js
CHANGED
|
@@ -19226,7 +19226,6 @@ export {
|
|
|
19226
19226
|
GI as ChatApp,
|
|
19227
19227
|
DT as ChatInput,
|
|
19228
19228
|
rs as ChatInterface,
|
|
19229
|
-
Go as ChatProviders,
|
|
19230
19229
|
nf as Command,
|
|
19231
19230
|
sf as CommandEmpty,
|
|
19232
19231
|
af as CommandGroup,
|