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.
Files changed (84) hide show
  1. package/dist/features/checkpoint/utils/attemptDetection.d.ts +1 -1
  2. package/dist/features/checkpoint/utils/messagePreviews.d.ts +1 -7
  3. package/dist/features/core/contexts/index.d.ts +1 -3
  4. package/dist/features/core/contexts/providers/ApiProvider.d.ts +1 -1
  5. package/dist/features/core/contexts/{ChatProviders.d.ts → providers/ChatProviders.d.ts} +3 -3
  6. package/dist/features/core/contexts/providers/index.d.ts +1 -0
  7. package/dist/features/core/hooks/index.d.ts +1 -2
  8. package/dist/features/core/hooks/useApi.d.ts +1 -0
  9. package/dist/features/core/types/context.d.ts +2 -1
  10. package/dist/features/core/types/index.d.ts +3 -2
  11. package/dist/features/core/types/models.d.ts +202 -0
  12. package/dist/features/core/types/requests.d.ts +22 -0
  13. package/dist/features/messaging/components/{chat/ChatApp.d.ts → ChatApp.d.ts} +1 -1
  14. package/dist/features/messaging/components/message/artifacts/ResearchTaskArtifact.d.ts +20 -0
  15. package/dist/features/messaging/index.d.ts +12 -12
  16. package/dist/features/messaging/utils/markdown.worker.d.ts +1 -0
  17. package/dist/features/streaming/contexts/index.d.ts +0 -1
  18. package/dist/features/streaming/contexts/types.d.ts +57 -0
  19. package/dist/features/streaming/index.d.ts +2 -1
  20. package/dist/features/streaming/utils/constants.d.ts +1 -0
  21. package/dist/features/streaming/utils/types.d.ts +0 -8
  22. package/dist/features/thread/hooks/useThreadHistoryState.d.ts +1 -1
  23. package/dist/features/ui/components/ui/accordion.d.ts +7 -0
  24. package/dist/features/ui/components/ui/alert-dialog.d.ts +20 -0
  25. package/dist/features/ui/components/ui/alert.d.ts +8 -0
  26. package/dist/features/ui/components/ui/aspect-ratio.d.ts +3 -0
  27. package/dist/features/ui/components/ui/avatar.d.ts +6 -0
  28. package/dist/features/ui/components/ui/breadcrumb.d.ts +19 -0
  29. package/dist/features/ui/components/ui/calendar.d.ts +8 -0
  30. package/dist/features/ui/components/ui/carousel.d.ts +18 -0
  31. package/dist/features/ui/components/ui/chart.d.ts +62 -0
  32. package/dist/features/ui/components/ui/checkbox.d.ts +4 -0
  33. package/dist/features/ui/components/ui/collapsible.d.ts +5 -0
  34. package/dist/features/ui/components/ui/context-menu.d.ts +27 -0
  35. package/dist/features/ui/components/ui/drawer.d.ts +22 -0
  36. package/dist/features/ui/components/ui/form.d.ts +23 -0
  37. package/dist/features/ui/components/ui/hover-card.d.ts +6 -0
  38. package/dist/features/ui/components/ui/input-otp.d.ts +34 -0
  39. package/dist/features/ui/components/ui/menubar.d.ts +28 -0
  40. package/dist/features/ui/components/ui/navigation-menu.d.ts +12 -0
  41. package/dist/features/ui/components/ui/pagination.d.ts +28 -0
  42. package/dist/features/ui/components/ui/popover.d.ts +6 -0
  43. package/dist/features/ui/components/ui/progress.d.ts +4 -0
  44. package/dist/features/ui/components/ui/radio-group.d.ts +5 -0
  45. package/dist/features/ui/components/ui/resizable.d.ts +23 -0
  46. package/dist/features/ui/components/ui/sidebar.d.ts +66 -0
  47. package/dist/features/ui/components/ui/skeleton.d.ts +2 -0
  48. package/dist/features/ui/components/ui/slider.d.ts +4 -0
  49. package/dist/features/ui/components/ui/table.d.ts +10 -0
  50. package/dist/features/ui/components/ui/tabs.d.ts +7 -0
  51. package/dist/features/ui/components/ui/toggle-group.d.ts +12 -0
  52. package/dist/features/ui/components/ui/toggle.d.ts +12 -0
  53. package/dist/features/ui/components/ui/use-toast.d.ts +2 -0
  54. package/dist/features/ui/hooks/index.d.ts +2 -0
  55. package/dist/features/ui/hooks/use-mobile.d.ts +1 -0
  56. package/dist/features/ui/hooks/use-toast.d.ts +1 -1
  57. package/dist/index.esm.js +5868 -6108
  58. package/dist/index.umd.js +42 -42
  59. package/dist/lib/index.d.ts +2 -2
  60. package/dist/types/models.d.ts +1 -202
  61. package/dist/types/requests.d.ts +1 -15
  62. package/package.json +1 -1
  63. package/dist/features/core/contexts/providers/ChatSessionProvider.d.ts +0 -1
  64. package/dist/features/streaming/contexts/services/use-streaming-service.d.ts +0 -61
  65. package/dist/types/marked.d.ts +0 -11
  66. /package/dist/features/messaging/components/{chat/ChatInput.d.ts → ChatInput.d.ts} +0 -0
  67. /package/dist/features/messaging/components/{chat/ChatInterface.d.ts → ChatInterface.d.ts} +0 -0
  68. /package/dist/features/messaging/components/{chat/FileViewerModal.d.ts → FileViewerModal.d.ts} +0 -0
  69. /package/dist/features/messaging/components/{chat/MarkdownContent.d.ts → MarkdownContent.d.ts} +0 -0
  70. /package/dist/features/messaging/components/{chat/MessageComponent.d.ts → MessageComponent.d.ts} +0 -0
  71. /package/dist/features/messaging/components/{chat/MessageList.d.ts → MessageList.d.ts} +0 -0
  72. /package/dist/features/messaging/components/{chat/MessageRow.d.ts → MessageRow.d.ts} +0 -0
  73. /package/dist/features/messaging/components/{chat/ThreadManager.d.ts → ThreadManager.d.ts} +0 -0
  74. /package/dist/features/messaging/components/{chat/message → message}/ArtifactRenderer.d.ts +0 -0
  75. /package/dist/features/messaging/components/{chat/message → message}/InterruptPartRenderer.d.ts +0 -0
  76. /package/dist/features/messaging/components/{chat/message/artifacts → message}/ResearchTaskArtifact.d.ts +0 -0
  77. /package/dist/features/messaging/components/{chat/message → message}/SimpleJsonView.d.ts +0 -0
  78. /package/dist/features/messaging/components/{chat/message → message}/StreamProgress.d.ts +0 -0
  79. /package/dist/features/messaging/components/{chat/message → message}/ToolComponent.d.ts +0 -0
  80. /package/dist/features/messaging/components/{chat/message → message}/UserTextContent.d.ts +0 -0
  81. /package/dist/features/messaging/components/{chat/message → message}/artifacts/PlotArtifact.d.ts +0 -0
  82. /package/dist/features/messaging/components/{chat/message → message}/index.d.ts +0 -0
  83. /package/dist/features/messaging/components/{chat/message → message}/useFilePreview.d.ts +0 -0
  84. /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.