teodor-new-chat-ui 4.3.399 → 4.3.401
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/features/checkpoint/utils/attemptDetection.d.ts +1 -1
- package/dist/features/checkpoint/utils/messagePreviews.d.ts +1 -7
- package/dist/features/core/contexts/index.d.ts +1 -3
- package/dist/features/core/contexts/providers/ApiProvider.d.ts +1 -1
- package/dist/features/core/contexts/{ChatProviders.d.ts → providers/ChatProviders.d.ts} +3 -3
- package/dist/features/core/contexts/providers/index.d.ts +1 -0
- package/dist/features/core/hooks/index.d.ts +1 -2
- package/dist/features/core/hooks/useApi.d.ts +1 -0
- package/dist/features/core/types/context.d.ts +2 -1
- package/dist/features/core/types/index.d.ts +3 -2
- package/dist/features/core/types/models.d.ts +202 -0
- package/dist/features/core/types/requests.d.ts +22 -0
- package/dist/features/messaging/components/{chat/ChatApp.d.ts → ChatApp.d.ts} +1 -1
- package/dist/features/messaging/components/message/artifacts/ResearchTaskArtifact.d.ts +20 -0
- package/dist/features/messaging/index.d.ts +12 -12
- package/dist/features/messaging/utils/markdown.worker.d.ts +1 -0
- package/dist/features/streaming/contexts/index.d.ts +0 -1
- package/dist/features/streaming/contexts/types.d.ts +57 -0
- package/dist/features/streaming/index.d.ts +2 -1
- package/dist/features/streaming/utils/constants.d.ts +1 -0
- package/dist/features/streaming/utils/types.d.ts +0 -8
- package/dist/features/thread/hooks/useThreadHistoryState.d.ts +1 -1
- package/dist/features/ui/components/ui/accordion.d.ts +7 -0
- package/dist/features/ui/components/ui/alert-dialog.d.ts +20 -0
- package/dist/features/ui/components/ui/alert.d.ts +8 -0
- package/dist/features/ui/components/ui/aspect-ratio.d.ts +3 -0
- package/dist/features/ui/components/ui/avatar.d.ts +6 -0
- package/dist/features/ui/components/ui/breadcrumb.d.ts +19 -0
- package/dist/features/ui/components/ui/calendar.d.ts +8 -0
- package/dist/features/ui/components/ui/carousel.d.ts +18 -0
- package/dist/features/ui/components/ui/chart.d.ts +62 -0
- package/dist/features/ui/components/ui/checkbox.d.ts +4 -0
- package/dist/features/ui/components/ui/collapsible.d.ts +5 -0
- package/dist/features/ui/components/ui/context-menu.d.ts +27 -0
- package/dist/features/ui/components/ui/drawer.d.ts +22 -0
- package/dist/features/ui/components/ui/form.d.ts +23 -0
- package/dist/features/ui/components/ui/hover-card.d.ts +6 -0
- package/dist/features/ui/components/ui/input-otp.d.ts +34 -0
- package/dist/features/ui/components/ui/menubar.d.ts +28 -0
- package/dist/features/ui/components/ui/navigation-menu.d.ts +12 -0
- package/dist/features/ui/components/ui/pagination.d.ts +28 -0
- package/dist/features/ui/components/ui/popover.d.ts +6 -0
- package/dist/features/ui/components/ui/progress.d.ts +4 -0
- package/dist/features/ui/components/ui/radio-group.d.ts +5 -0
- package/dist/features/ui/components/ui/resizable.d.ts +23 -0
- package/dist/features/ui/components/ui/sidebar.d.ts +66 -0
- package/dist/features/ui/components/ui/skeleton.d.ts +2 -0
- package/dist/features/ui/components/ui/slider.d.ts +4 -0
- package/dist/features/ui/components/ui/table.d.ts +10 -0
- package/dist/features/ui/components/ui/tabs.d.ts +7 -0
- package/dist/features/ui/components/ui/toggle-group.d.ts +12 -0
- package/dist/features/ui/components/ui/toggle.d.ts +12 -0
- package/dist/features/ui/components/ui/use-toast.d.ts +2 -0
- package/dist/features/ui/hooks/index.d.ts +2 -0
- package/dist/features/ui/hooks/use-mobile.d.ts +1 -0
- package/dist/features/ui/hooks/use-toast.d.ts +1 -1
- package/dist/index.esm.js +5868 -6108
- package/dist/index.umd.js +42 -42
- package/dist/lib/index.d.ts +2 -2
- package/dist/types/models.d.ts +1 -202
- package/dist/types/requests.d.ts +1 -15
- package/package.json +1 -1
- package/dist/features/core/contexts/providers/ChatSessionProvider.d.ts +0 -1
- package/dist/features/streaming/contexts/services/use-streaming-service.d.ts +0 -61
- package/dist/types/marked.d.ts +0 -11
- /package/dist/features/messaging/components/{chat/ChatInput.d.ts → ChatInput.d.ts} +0 -0
- /package/dist/features/messaging/components/{chat/ChatInterface.d.ts → ChatInterface.d.ts} +0 -0
- /package/dist/features/messaging/components/{chat/FileViewerModal.d.ts → FileViewerModal.d.ts} +0 -0
- /package/dist/features/messaging/components/{chat/MarkdownContent.d.ts → MarkdownContent.d.ts} +0 -0
- /package/dist/features/messaging/components/{chat/MessageComponent.d.ts → MessageComponent.d.ts} +0 -0
- /package/dist/features/messaging/components/{chat/MessageList.d.ts → MessageList.d.ts} +0 -0
- /package/dist/features/messaging/components/{chat/MessageRow.d.ts → MessageRow.d.ts} +0 -0
- /package/dist/features/messaging/components/{chat/ThreadManager.d.ts → ThreadManager.d.ts} +0 -0
- /package/dist/features/messaging/components/{chat/message → message}/ArtifactRenderer.d.ts +0 -0
- /package/dist/features/messaging/components/{chat/message → message}/InterruptPartRenderer.d.ts +0 -0
- /package/dist/features/messaging/components/{chat/message/artifacts → message}/ResearchTaskArtifact.d.ts +0 -0
- /package/dist/features/messaging/components/{chat/message → message}/SimpleJsonView.d.ts +0 -0
- /package/dist/features/messaging/components/{chat/message → message}/StreamProgress.d.ts +0 -0
- /package/dist/features/messaging/components/{chat/message → message}/ToolComponent.d.ts +0 -0
- /package/dist/features/messaging/components/{chat/message → message}/UserTextContent.d.ts +0 -0
- /package/dist/features/messaging/components/{chat/message → message}/artifacts/PlotArtifact.d.ts +0 -0
- /package/dist/features/messaging/components/{chat/message → message}/index.d.ts +0 -0
- /package/dist/features/messaging/components/{chat/message → message}/useFilePreview.d.ts +0 -0
- /package/dist/features/messaging/components/{chat/threads → threads}/ThreadListItem.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.