@copilotkitnext/react 1.52.0-next.7 → 1.52.0-next.8

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 (65) hide show
  1. package/dist/components/chat/CopilotChatAssistantMessage.cjs +7 -0
  2. package/dist/components/chat/CopilotChatAssistantMessage.cjs.map +1 -1
  3. package/dist/components/chat/CopilotChatAssistantMessage.d.cts.map +1 -1
  4. package/dist/components/chat/CopilotChatAssistantMessage.d.mts.map +1 -1
  5. package/dist/components/chat/CopilotChatAssistantMessage.mjs +7 -0
  6. package/dist/components/chat/CopilotChatAssistantMessage.mjs.map +1 -1
  7. package/dist/components/chat/CopilotChatInput.cjs +7 -0
  8. package/dist/components/chat/CopilotChatInput.cjs.map +1 -1
  9. package/dist/components/chat/CopilotChatInput.d.cts.map +1 -1
  10. package/dist/components/chat/CopilotChatInput.d.mts.map +1 -1
  11. package/dist/components/chat/CopilotChatInput.mjs +7 -0
  12. package/dist/components/chat/CopilotChatInput.mjs.map +1 -1
  13. package/dist/components/chat/CopilotChatMessageView.cjs +2 -0
  14. package/dist/components/chat/CopilotChatMessageView.cjs.map +1 -1
  15. package/dist/components/chat/CopilotChatMessageView.d.cts.map +1 -1
  16. package/dist/components/chat/CopilotChatMessageView.d.mts.map +1 -1
  17. package/dist/components/chat/CopilotChatMessageView.mjs +2 -0
  18. package/dist/components/chat/CopilotChatMessageView.mjs.map +1 -1
  19. package/dist/components/chat/CopilotChatSuggestionPill.cjs +1 -0
  20. package/dist/components/chat/CopilotChatSuggestionPill.cjs.map +1 -1
  21. package/dist/components/chat/CopilotChatSuggestionPill.mjs +1 -0
  22. package/dist/components/chat/CopilotChatSuggestionPill.mjs.map +1 -1
  23. package/dist/components/chat/CopilotChatSuggestionView.cjs +1 -0
  24. package/dist/components/chat/CopilotChatSuggestionView.cjs.map +1 -1
  25. package/dist/components/chat/CopilotChatSuggestionView.d.cts.map +1 -1
  26. package/dist/components/chat/CopilotChatSuggestionView.d.mts.map +1 -1
  27. package/dist/components/chat/CopilotChatSuggestionView.mjs +1 -0
  28. package/dist/components/chat/CopilotChatSuggestionView.mjs.map +1 -1
  29. package/dist/components/chat/CopilotChatToggleButton.cjs +1 -0
  30. package/dist/components/chat/CopilotChatToggleButton.cjs.map +1 -1
  31. package/dist/components/chat/CopilotChatToggleButton.mjs +1 -0
  32. package/dist/components/chat/CopilotChatToggleButton.mjs.map +1 -1
  33. package/dist/components/chat/CopilotChatUserMessage.cjs +5 -0
  34. package/dist/components/chat/CopilotChatUserMessage.cjs.map +1 -1
  35. package/dist/components/chat/CopilotChatUserMessage.d.cts.map +1 -1
  36. package/dist/components/chat/CopilotChatUserMessage.d.mts.map +1 -1
  37. package/dist/components/chat/CopilotChatUserMessage.mjs +5 -0
  38. package/dist/components/chat/CopilotChatUserMessage.mjs.map +1 -1
  39. package/dist/components/chat/CopilotChatView.cjs +6 -0
  40. package/dist/components/chat/CopilotChatView.cjs.map +1 -1
  41. package/dist/components/chat/CopilotChatView.d.cts.map +1 -1
  42. package/dist/components/chat/CopilotChatView.d.mts.map +1 -1
  43. package/dist/components/chat/CopilotChatView.mjs +6 -0
  44. package/dist/components/chat/CopilotChatView.mjs.map +1 -1
  45. package/dist/components/chat/CopilotModalHeader.cjs +3 -0
  46. package/dist/components/chat/CopilotModalHeader.cjs.map +1 -1
  47. package/dist/components/chat/CopilotModalHeader.d.cts.map +1 -1
  48. package/dist/components/chat/CopilotModalHeader.d.mts.map +1 -1
  49. package/dist/components/chat/CopilotModalHeader.mjs +3 -0
  50. package/dist/components/chat/CopilotModalHeader.mjs.map +1 -1
  51. package/dist/components/chat/CopilotPopupView.cjs +1 -0
  52. package/dist/components/chat/CopilotPopupView.cjs.map +1 -1
  53. package/dist/components/chat/CopilotPopupView.d.cts.map +1 -1
  54. package/dist/components/chat/CopilotPopupView.d.mts.map +1 -1
  55. package/dist/components/chat/CopilotPopupView.mjs +1 -0
  56. package/dist/components/chat/CopilotPopupView.mjs.map +1 -1
  57. package/dist/components/chat/CopilotSidebarView.cjs +1 -0
  58. package/dist/components/chat/CopilotSidebarView.cjs.map +1 -1
  59. package/dist/components/chat/CopilotSidebarView.d.cts.map +1 -1
  60. package/dist/components/chat/CopilotSidebarView.d.mts.map +1 -1
  61. package/dist/components/chat/CopilotSidebarView.mjs +1 -0
  62. package/dist/components/chat/CopilotSidebarView.mjs.map +1 -1
  63. package/dist/index.umd.js +35 -0
  64. package/dist/index.umd.js.map +1 -1
  65. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/react",
3
- "version": "1.52.0-next.7",
3
+ "version": "1.52.0-next.8",
4
4
  "description": "React components for CopilotKit2",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",
@@ -38,8 +38,8 @@
38
38
  "tsdown": "^0.20.3",
39
39
  "typescript": "5.8.2",
40
40
  "vitest": "^3.2.4",
41
- "@copilotkitnext/eslint-config": "1.52.0-next.7",
42
- "@copilotkitnext/typescript-config": "1.52.0-next.7"
41
+ "@copilotkitnext/eslint-config": "1.52.0-next.8",
42
+ "@copilotkitnext/typescript-config": "1.52.0-next.8"
43
43
  },
44
44
  "dependencies": {
45
45
  "@ag-ui/client": "0.0.45",
@@ -58,9 +58,9 @@
58
58
  "tw-animate-css": "^1.3.5",
59
59
  "use-stick-to-bottom": "^1.1.1",
60
60
  "zod": "^3.25.75",
61
- "@copilotkitnext/core": "1.52.0-next.7",
62
- "@copilotkitnext/shared": "1.52.0-next.7",
63
- "@copilotkitnext/web-inspector": "1.52.0-next.7"
61
+ "@copilotkitnext/core": "1.52.0-next.8",
62
+ "@copilotkitnext/shared": "1.52.0-next.8",
63
+ "@copilotkitnext/web-inspector": "1.52.0-next.8"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "react": ">=16.8.0",