@copilotkit/react-ui 1.5.15-next.8 → 1.5.15
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/CHANGELOG.md +17 -0
- package/dist/{chunk-VY62BA22.mjs → chunk-22K5DDPF.mjs} +3 -2
- package/dist/chunk-22K5DDPF.mjs.map +1 -0
- package/dist/{chunk-7D6TIVZ6.mjs → chunk-BS76QNZU.mjs} +2 -2
- package/dist/{chunk-PGXWPTAW.mjs → chunk-EQD5OMET.mjs} +2 -2
- package/dist/{chunk-NCM42YQL.mjs → chunk-IBPPZVL7.mjs} +2 -2
- package/dist/{chunk-Q77YGF2I.mjs → chunk-LTVGARDO.mjs} +2 -2
- package/dist/components/chat/Chat.js +2 -1
- package/dist/components/chat/Chat.js.map +1 -1
- package/dist/components/chat/Chat.mjs +2 -2
- package/dist/components/chat/Modal.js +2 -1
- package/dist/components/chat/Modal.js.map +1 -1
- package/dist/components/chat/Modal.mjs +3 -3
- package/dist/components/chat/Popup.js +2 -1
- package/dist/components/chat/Popup.js.map +1 -1
- package/dist/components/chat/Popup.mjs +4 -4
- package/dist/components/chat/Sidebar.js +2 -1
- package/dist/components/chat/Sidebar.js.map +1 -1
- package/dist/components/chat/Sidebar.mjs +4 -4
- package/dist/components/chat/index.js +2 -1
- package/dist/components/chat/index.js.map +1 -1
- package/dist/components/chat/index.mjs +5 -5
- package/dist/components/dev-console/console.js +2 -1
- package/dist/components/dev-console/console.js.map +1 -1
- package/dist/components/dev-console/console.mjs +1 -1
- package/dist/components/dev-console/index.js +2 -1
- package/dist/components/dev-console/index.js.map +1 -1
- package/dist/components/dev-console/index.mjs +1 -1
- package/dist/components/index.js +2 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +5 -5
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/package.json +4 -4
- package/src/components/dev-console/console.tsx +1 -0
- package/dist/chunk-VY62BA22.mjs.map +0 -1
- /package/dist/{chunk-7D6TIVZ6.mjs.map → chunk-BS76QNZU.mjs.map} +0 -0
- /package/dist/{chunk-PGXWPTAW.mjs.map → chunk-EQD5OMET.mjs.map} +0 -0
- /package/dist/{chunk-NCM42YQL.mjs.map → chunk-IBPPZVL7.mjs.map} +0 -0
- /package/dist/{chunk-Q77YGF2I.mjs.map → chunk-LTVGARDO.mjs.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotModal
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-BS76QNZU.mjs";
|
|
4
4
|
import "../../chunk-YAGE7RCE.mjs";
|
|
5
5
|
import "../../chunk-VEC45H6Q.mjs";
|
|
6
6
|
import "../../chunk-RQNJNK2W.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-LTVGARDO.mjs";
|
|
8
8
|
import "../../chunk-UWWMAJ7R.mjs";
|
|
9
9
|
import "../../chunk-F7VWGY77.mjs";
|
|
10
10
|
import "../../chunk-OFYI4UU4.mjs";
|
|
@@ -13,7 +13,7 @@ import "../../chunk-V7W6IM2V.mjs";
|
|
|
13
13
|
import "../../chunk-3VNMQWGT.mjs";
|
|
14
14
|
import "../../chunk-XB6QCUPB.mjs";
|
|
15
15
|
import "../../chunk-WGAZXTUA.mjs";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-22K5DDPF.mjs";
|
|
17
17
|
import "../../chunk-6TCUJ3B7.mjs";
|
|
18
18
|
import "../../chunk-KXE2JCUH.mjs";
|
|
19
19
|
import "../../chunk-TI7SY2RI.mjs";
|
|
@@ -2355,7 +2355,8 @@ function VersionInfo({
|
|
|
2355
2355
|
`npm install`,
|
|
2356
2356
|
`@copilotkit/react-core@${latestVersion}`,
|
|
2357
2357
|
`@copilotkit/react-ui@${latestVersion}`,
|
|
2358
|
-
`@copilotkit/react-textarea@${latestVersion}
|
|
2358
|
+
`@copilotkit/react-textarea@${latestVersion}`,
|
|
2359
|
+
`&& npm install @copilotkit/runtime@${latestVersion}`
|
|
2359
2360
|
].join(" ");
|
|
2360
2361
|
const handleCopyClick = () => {
|
|
2361
2362
|
navigator.clipboard.writeText(installCommand.trim()).then(() => {
|