@copilotkit/react-ui 1.5.15-next.8 → 1.5.16-next.0

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 (41) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/{chunk-VY62BA22.mjs → chunk-22K5DDPF.mjs} +3 -2
  3. package/dist/chunk-22K5DDPF.mjs.map +1 -0
  4. package/dist/{chunk-7D6TIVZ6.mjs → chunk-BS76QNZU.mjs} +2 -2
  5. package/dist/{chunk-PGXWPTAW.mjs → chunk-EQD5OMET.mjs} +2 -2
  6. package/dist/{chunk-NCM42YQL.mjs → chunk-IBPPZVL7.mjs} +2 -2
  7. package/dist/{chunk-Q77YGF2I.mjs → chunk-LTVGARDO.mjs} +2 -2
  8. package/dist/components/chat/Chat.js +2 -1
  9. package/dist/components/chat/Chat.js.map +1 -1
  10. package/dist/components/chat/Chat.mjs +2 -2
  11. package/dist/components/chat/Modal.js +2 -1
  12. package/dist/components/chat/Modal.js.map +1 -1
  13. package/dist/components/chat/Modal.mjs +3 -3
  14. package/dist/components/chat/Popup.js +2 -1
  15. package/dist/components/chat/Popup.js.map +1 -1
  16. package/dist/components/chat/Popup.mjs +4 -4
  17. package/dist/components/chat/Sidebar.js +2 -1
  18. package/dist/components/chat/Sidebar.js.map +1 -1
  19. package/dist/components/chat/Sidebar.mjs +4 -4
  20. package/dist/components/chat/index.js +2 -1
  21. package/dist/components/chat/index.js.map +1 -1
  22. package/dist/components/chat/index.mjs +5 -5
  23. package/dist/components/dev-console/console.js +2 -1
  24. package/dist/components/dev-console/console.js.map +1 -1
  25. package/dist/components/dev-console/console.mjs +1 -1
  26. package/dist/components/dev-console/index.js +2 -1
  27. package/dist/components/dev-console/index.js.map +1 -1
  28. package/dist/components/dev-console/index.mjs +1 -1
  29. package/dist/components/index.js +2 -1
  30. package/dist/components/index.js.map +1 -1
  31. package/dist/components/index.mjs +5 -5
  32. package/dist/index.js +2 -1
  33. package/dist/index.js.map +1 -1
  34. package/dist/index.mjs +6 -6
  35. package/package.json +4 -4
  36. package/src/components/dev-console/console.tsx +1 -0
  37. package/dist/chunk-VY62BA22.mjs.map +0 -1
  38. /package/dist/{chunk-7D6TIVZ6.mjs.map → chunk-BS76QNZU.mjs.map} +0 -0
  39. /package/dist/{chunk-PGXWPTAW.mjs.map → chunk-EQD5OMET.mjs.map} +0 -0
  40. /package/dist/{chunk-NCM42YQL.mjs.map → chunk-IBPPZVL7.mjs.map} +0 -0
  41. /package/dist/{chunk-Q77YGF2I.mjs.map → chunk-LTVGARDO.mjs.map} +0 -0
@@ -2,7 +2,7 @@ import {
2
2
  CopilotChat,
3
3
  WrappedCopilotChat,
4
4
  useCopilotChatLogic
5
- } from "../../chunk-Q77YGF2I.mjs";
5
+ } from "../../chunk-LTVGARDO.mjs";
6
6
  import "../../chunk-UWWMAJ7R.mjs";
7
7
  import "../../chunk-F7VWGY77.mjs";
8
8
  import "../../chunk-OFYI4UU4.mjs";
@@ -11,7 +11,7 @@ import "../../chunk-V7W6IM2V.mjs";
11
11
  import "../../chunk-3VNMQWGT.mjs";
12
12
  import "../../chunk-XB6QCUPB.mjs";
13
13
  import "../../chunk-WGAZXTUA.mjs";
14
- import "../../chunk-VY62BA22.mjs";
14
+ import "../../chunk-22K5DDPF.mjs";
15
15
  import "../../chunk-6TCUJ3B7.mjs";
16
16
  import "../../chunk-KXE2JCUH.mjs";
17
17
  import "../../chunk-TI7SY2RI.mjs";
@@ -2353,7 +2353,8 @@ function VersionInfo({
2353
2353
  `npm install`,
2354
2354
  `@copilotkit/react-core@${latestVersion}`,
2355
2355
  `@copilotkit/react-ui@${latestVersion}`,
2356
- `@copilotkit/react-textarea@${latestVersion}`
2356
+ `@copilotkit/react-textarea@${latestVersion}`,
2357
+ `&& npm install @copilotkit/runtime@${latestVersion}`
2357
2358
  ].join(" ");
2358
2359
  const handleCopyClick = () => {
2359
2360
  navigator.clipboard.writeText(installCommand.trim()).then(() => {