@copilotkit/react-ui 1.10.0-next.6 → 1.10.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.
- package/CHANGELOG.md +17 -0
- package/dist/{chunk-K344MVUT.mjs → chunk-3DVMCBME.mjs} +2 -1
- package/dist/{chunk-K344MVUT.mjs.map → chunk-3DVMCBME.mjs.map} +1 -1
- package/dist/{chunk-BXX6RM44.mjs → chunk-APLX7E54.mjs} +2 -2
- package/dist/{chunk-BY42E5VF.mjs → chunk-BPU3FDT4.mjs} +2 -2
- package/dist/{chunk-MYWIJSW6.mjs → chunk-KLV4ERV6.mjs} +2 -2
- package/dist/components/chat/Chat.d.ts +11 -11
- package/dist/components/chat/Chat.js +1 -0
- package/dist/components/chat/Chat.js.map +1 -1
- package/dist/components/chat/Chat.mjs +1 -1
- package/dist/components/chat/Modal.d.ts +1 -1
- package/dist/components/chat/Modal.js +1 -0
- package/dist/components/chat/Modal.js.map +1 -1
- package/dist/components/chat/Modal.mjs +2 -2
- package/dist/components/chat/Popup.d.ts +1 -1
- package/dist/components/chat/Popup.js +1 -0
- package/dist/components/chat/Popup.js.map +1 -1
- package/dist/components/chat/Popup.mjs +3 -3
- package/dist/components/chat/Sidebar.d.ts +1 -1
- package/dist/components/chat/Sidebar.js +1 -0
- package/dist/components/chat/Sidebar.js.map +1 -1
- package/dist/components/chat/Sidebar.mjs +3 -3
- package/dist/components/chat/index.d.ts +1 -1
- package/dist/components/chat/index.js +1 -0
- package/dist/components/chat/index.js.map +1 -1
- package/dist/components/chat/index.mjs +4 -4
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.js +1 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +4 -4
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/package.json +4 -4
- package/src/components/chat/Chat.tsx +1 -0
- /package/dist/{chunk-BXX6RM44.mjs.map → chunk-APLX7E54.mjs.map} +0 -0
- /package/dist/{chunk-BY42E5VF.mjs.map → chunk-BPU3FDT4.mjs.map} +0 -0
- /package/dist/{chunk-MYWIJSW6.mjs.map → chunk-KLV4ERV6.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -4,12 +4,12 @@ import "./chunk-MMVDU6DF.mjs";
|
|
|
4
4
|
import "./chunk-SC6JRFAJ.mjs";
|
|
5
5
|
import {
|
|
6
6
|
CopilotSidebar
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-KLV4ERV6.mjs";
|
|
8
8
|
import "./chunk-WB3YULQ4.mjs";
|
|
9
9
|
import {
|
|
10
10
|
CopilotPopup
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-APLX7E54.mjs";
|
|
12
|
+
import "./chunk-BPU3FDT4.mjs";
|
|
13
13
|
import "./chunk-C3GSYRC3.mjs";
|
|
14
14
|
import "./chunk-GDSZGYCE.mjs";
|
|
15
15
|
import "./chunk-V7W6IM2V.mjs";
|
|
@@ -26,7 +26,7 @@ import "./chunk-BH6PCAAL.mjs";
|
|
|
26
26
|
import "./chunk-UFN2VWSR.mjs";
|
|
27
27
|
import {
|
|
28
28
|
CopilotChat
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-3DVMCBME.mjs";
|
|
30
30
|
import "./chunk-JHUTTP5C.mjs";
|
|
31
31
|
import {
|
|
32
32
|
AssistantMessage
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.10.0-next.
|
|
12
|
+
"version": "1.10.0-next.8",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"rehype-raw": "^7.0.0",
|
|
52
52
|
"remark-gfm": "^4.0.1",
|
|
53
53
|
"remark-math": "^6.0.0",
|
|
54
|
-
"@copilotkit/react-core": "1.10.0-next.
|
|
55
|
-
"@copilotkit/runtime-client-gql": "1.10.0-next.
|
|
56
|
-
"@copilotkit/shared": "1.10.0-next.
|
|
54
|
+
"@copilotkit/react-core": "1.10.0-next.8",
|
|
55
|
+
"@copilotkit/runtime-client-gql": "1.10.0-next.8",
|
|
56
|
+
"@copilotkit/shared": "1.10.0-next.8"
|
|
57
57
|
},
|
|
58
58
|
"keywords": [
|
|
59
59
|
"copilotkit",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|