@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,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotPopup
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-IBPPZVL7.mjs";
|
|
4
|
+
import "../../chunk-BS76QNZU.mjs";
|
|
5
5
|
import "../../chunk-YAGE7RCE.mjs";
|
|
6
6
|
import "../../chunk-VEC45H6Q.mjs";
|
|
7
7
|
import "../../chunk-RQNJNK2W.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-LTVGARDO.mjs";
|
|
9
9
|
import "../../chunk-UWWMAJ7R.mjs";
|
|
10
10
|
import "../../chunk-F7VWGY77.mjs";
|
|
11
11
|
import "../../chunk-OFYI4UU4.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../chunk-V7W6IM2V.mjs";
|
|
|
14
14
|
import "../../chunk-3VNMQWGT.mjs";
|
|
15
15
|
import "../../chunk-XB6QCUPB.mjs";
|
|
16
16
|
import "../../chunk-WGAZXTUA.mjs";
|
|
17
|
-
import "../../chunk-
|
|
17
|
+
import "../../chunk-22K5DDPF.mjs";
|
|
18
18
|
import "../../chunk-6TCUJ3B7.mjs";
|
|
19
19
|
import "../../chunk-KXE2JCUH.mjs";
|
|
20
20
|
import "../../chunk-TI7SY2RI.mjs";
|
|
@@ -2356,7 +2356,8 @@ function VersionInfo({
|
|
|
2356
2356
|
`npm install`,
|
|
2357
2357
|
`@copilotkit/react-core@${latestVersion}`,
|
|
2358
2358
|
`@copilotkit/react-ui@${latestVersion}`,
|
|
2359
|
-
`@copilotkit/react-textarea@${latestVersion}
|
|
2359
|
+
`@copilotkit/react-textarea@${latestVersion}`,
|
|
2360
|
+
`&& npm install @copilotkit/runtime@${latestVersion}`
|
|
2360
2361
|
].join(" ");
|
|
2361
2362
|
const handleCopyClick = () => {
|
|
2362
2363
|
navigator.clipboard.writeText(installCommand.trim()).then(() => {
|