@fencyai/react 0.1.82 → 0.1.83
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/assets/index.css +1 -0
- package/dist/chat/Chat.d.ts +8 -0
- package/dist/chat/ChatResponse.d.ts +5 -0
- package/dist/chat/EditableContent.d.ts +11 -0
- package/dist/chat/GhostWrapper.d.ts +10 -0
- package/dist/chat/MentionCategory.d.ts +5 -0
- package/dist/chat/MentionInput.d.ts +20 -0
- package/dist/chat/MentionOption.d.ts +5 -0
- package/dist/chat/MentionPopover.d.ts +10 -0
- package/dist/chat/hooks/useContentEditable.d.ts +10 -0
- package/dist/chat/hooks/useKeyboardNavigation.d.ts +10 -0
- package/dist/chat/hooks/useMentionParser.d.ts +15 -0
- package/dist/chat/hooks/useMentionRenderer.d.ts +22 -0
- package/dist/chat/hooks/useMentionState.d.ts +14 -0
- package/{lib → dist}/hooks/useFencyEventSource/index.d.ts +1 -1
- package/{lib → dist}/index.d.ts +7 -3
- package/dist/index.js +34947 -0
- package/{lib → dist}/provider/FencyContextValue.d.ts +1 -1
- package/{lib → dist}/provider/useFencyContext.d.ts +1 -1
- package/dist/types/AiModel.d.ts +2 -0
- package/{lib → dist}/types/CreateGeminiChatCompletionParams.d.ts +1 -2
- package/{lib → dist}/types/CreateOpenAiChatCompletionParams.d.ts +1 -2
- package/dist/types/FencyContext.d.ts +12 -0
- package/{lib → dist}/types/UseBasicChatCompletions.d.ts +3 -3
- package/{lib → dist}/types/UseStreamingChatCompletions.d.ts +3 -3
- package/package.json +23 -15
- package/lib/hooks/useBasicChatCompletions/index.js +0 -92
- package/lib/hooks/useCreateFiles/index.js +0 -72
- package/lib/hooks/useFencyEventSource/index.js +0 -39
- package/lib/hooks/useListFiles/index.js +0 -125
- package/lib/hooks/useSearchFiles/index.js +0 -26
- package/lib/hooks/useStream/index.js +0 -73
- package/lib/hooks/useStream/toStreamData.js +0 -116
- package/lib/hooks/useStreamingChatCompletions/index.js +0 -205
- package/lib/hooks/useStructuredChatCompletions/index.js +0 -124
- package/lib/hooks/useWebsites/index.js +0 -55
- package/lib/index.js +0 -14
- package/lib/provider/FencyContextValue.js +0 -3
- package/lib/provider/FencyProvider.js +0 -32
- package/lib/provider/useFencyContext.js +0 -12
- package/lib/types/AiModel.d.ts +0 -4
- package/lib/types/AiModel.js +0 -1
- package/lib/types/BasicChatCompletion.js +0 -1
- package/lib/types/BasicChatCompletionData.js +0 -1
- package/lib/types/BasicChatCompletionResponse.js +0 -1
- package/lib/types/CreateBasicChatCompletionParams.js +0 -1
- package/lib/types/CreateClaudeChatCompletionParams.js +0 -1
- package/lib/types/CreateFileParams.js +0 -1
- package/lib/types/CreateGeminiChatCompletionParams.js +0 -1
- package/lib/types/CreateGenericChatCompletionParams.js +0 -169
- package/lib/types/CreateOpenAiChatCompletionParams.js +0 -1
- package/lib/types/CreateStreamResponse.js +0 -1
- package/lib/types/CreateStreamingChatCompletionParams.js +0 -1
- package/lib/types/CreateStreamingChatCompletionResponse.js +0 -1
- package/lib/types/CreateStructuredChatCompletionParams.js +0 -1
- package/lib/types/CreateWebsiteParams.js +0 -1
- package/lib/types/FencyContext.d.ts +0 -6
- package/lib/types/FencyContext.js +0 -1
- package/lib/types/FencyProviderProps.js +0 -1
- package/lib/types/ListFilesPage.js +0 -1
- package/lib/types/ListFilesParams.js +0 -1
- package/lib/types/ListFilesResult.js +0 -1
- package/lib/types/SearchFilesParams.js +0 -1
- package/lib/types/StreamData.js +0 -1
- package/lib/types/StreamError.js +0 -1
- package/lib/types/StreamingChatCompletion.js +0 -1
- package/lib/types/StreamingChatCompletionData.js +0 -1
- package/lib/types/StructuredChatCompletion.js +0 -1
- package/lib/types/StructuredChatCompletionData.js +0 -1
- package/lib/types/StructuredChatCompletionResponse.js +0 -1
- package/lib/types/UseBasicChatCompletions.js +0 -1
- package/lib/types/UseCreateFiles.js +0 -1
- package/lib/types/UseCreateFilesProps.js +0 -1
- package/lib/types/UseListFiles.js +0 -1
- package/lib/types/UseListFilesProps.js +0 -1
- package/lib/types/UseSearchFiles.js +0 -1
- package/lib/types/UseStream.js +0 -1
- package/lib/types/UseStreamProps.js +0 -1
- package/lib/types/UseStreamingChatCompletions.js +0 -1
- package/lib/types/UseStreamingChatCompletionsProps.js +0 -1
- package/lib/types/UseStructuredChatCompletions.js +0 -1
- package/lib/types/UseWebsites.js +0 -1
- package/lib/types/UseWebsitesProps.js +0 -1
- package/lib/types/index.js +0 -48
- /package/{lib → dist}/hooks/useBasicChatCompletions/index.d.ts +0 -0
- /package/{lib → dist}/hooks/useCreateFiles/index.d.ts +0 -0
- /package/{lib → dist}/hooks/useListFiles/index.d.ts +0 -0
- /package/{lib → dist}/hooks/useSearchFiles/index.d.ts +0 -0
- /package/{lib → dist}/hooks/useStream/index.d.ts +0 -0
- /package/{lib → dist}/hooks/useStream/toStreamData.d.ts +0 -0
- /package/{lib → dist}/hooks/useStreamingChatCompletions/index.d.ts +0 -0
- /package/{lib → dist}/hooks/useStructuredChatCompletions/index.d.ts +0 -0
- /package/{lib → dist}/hooks/useWebsites/index.d.ts +0 -0
- /package/{lib → dist}/provider/FencyProvider.d.ts +0 -0
- /package/{lib → dist}/types/BasicChatCompletion.d.ts +0 -0
- /package/{lib → dist}/types/BasicChatCompletionData.d.ts +0 -0
- /package/{lib → dist}/types/BasicChatCompletionResponse.d.ts +0 -0
- /package/{lib → dist}/types/CreateBasicChatCompletionParams.d.ts +0 -0
- /package/{lib → dist}/types/CreateClaudeChatCompletionParams.d.ts +0 -0
- /package/{lib → dist}/types/CreateFileParams.d.ts +0 -0
- /package/{lib → dist}/types/CreateGenericChatCompletionParams.d.ts +0 -0
- /package/{lib → dist}/types/CreateStreamResponse.d.ts +0 -0
- /package/{lib → dist}/types/CreateStreamingChatCompletionParams.d.ts +0 -0
- /package/{lib → dist}/types/CreateStreamingChatCompletionResponse.d.ts +0 -0
- /package/{lib → dist}/types/CreateStructuredChatCompletionParams.d.ts +0 -0
- /package/{lib → dist}/types/CreateWebsiteParams.d.ts +0 -0
- /package/{lib → dist}/types/FencyProviderProps.d.ts +0 -0
- /package/{lib → dist}/types/ListFilesPage.d.ts +0 -0
- /package/{lib → dist}/types/ListFilesParams.d.ts +0 -0
- /package/{lib → dist}/types/ListFilesResult.d.ts +0 -0
- /package/{lib → dist}/types/SearchFilesParams.d.ts +0 -0
- /package/{lib → dist}/types/StreamData.d.ts +0 -0
- /package/{lib → dist}/types/StreamError.d.ts +0 -0
- /package/{lib → dist}/types/StreamingChatCompletion.d.ts +0 -0
- /package/{lib → dist}/types/StreamingChatCompletionData.d.ts +0 -0
- /package/{lib → dist}/types/StructuredChatCompletion.d.ts +0 -0
- /package/{lib → dist}/types/StructuredChatCompletionData.d.ts +0 -0
- /package/{lib → dist}/types/StructuredChatCompletionResponse.d.ts +0 -0
- /package/{lib → dist}/types/UseCreateFiles.d.ts +0 -0
- /package/{lib → dist}/types/UseCreateFilesProps.d.ts +0 -0
- /package/{lib → dist}/types/UseListFiles.d.ts +0 -0
- /package/{lib → dist}/types/UseListFilesProps.d.ts +0 -0
- /package/{lib → dist}/types/UseSearchFiles.d.ts +0 -0
- /package/{lib → dist}/types/UseStream.d.ts +0 -0
- /package/{lib → dist}/types/UseStreamProps.d.ts +0 -0
- /package/{lib → dist}/types/UseStreamingChatCompletionsProps.d.ts +0 -0
- /package/{lib → dist}/types/UseStructuredChatCompletions.d.ts +0 -0
- /package/{lib → dist}/types/UseWebsites.d.ts +0 -0
- /package/{lib → dist}/types/UseWebsitesProps.d.ts +0 -0
- /package/{lib → dist}/types/index.d.ts +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.