teodor-new-chat-ui 4.3.406 → 4.3.409
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,5 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Public API entry point for shared contexts.
|
|
3
3
|
*/
|
|
4
|
-
export { ApiProvider } from './providers';
|
|
5
|
-
export { useStream, useThreads, useThreadState, useHasChatSession } from './providers';
|
|
4
|
+
export { ApiProvider, ChatProviders, useHasChatSession, useStream, useThreadState, useThreads } from './providers';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { ChatProviders,
|
|
1
|
+
export { ApiContext, ApiProvider } from "./ApiProvider";
|
|
2
|
+
export { ChatProviders, useHasChatSession, useStream, useThreadState, useThreads } 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,
|
|
@@ -19278,7 +19279,6 @@ export {
|
|
|
19278
19279
|
Jg as buildCheckpointIndex,
|
|
19279
19280
|
gI as buildCheckpointPreviewMap,
|
|
19280
19281
|
er as chatApiClient,
|
|
19281
|
-
GI as default,
|
|
19282
19282
|
mc as del,
|
|
19283
19283
|
$v as downloadFileById,
|
|
19284
19284
|
ql as extractConfigFields,
|