@copilotkit/react-ui 1.5.12-next.3 → 1.5.12-next.5
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 +16 -0
- package/dist/{chunk-VKVNMHM5.mjs → chunk-AFVE4KVO.mjs} +2 -2
- package/dist/{chunk-B23XDGH4.mjs → chunk-CLC5XZLK.mjs} +2 -2
- package/dist/{chunk-O6JFOQQA.mjs → chunk-IZY3KREJ.mjs} +2 -2
- package/dist/{chunk-P5A3A5FO.mjs → chunk-XB6QCUPB.mjs} +6 -6
- package/dist/{chunk-P5A3A5FO.mjs.map → chunk-XB6QCUPB.mjs.map} +1 -1
- package/dist/{chunk-I7MG52I5.mjs → chunk-ZYA5BMQA.mjs} +2 -2
- package/dist/components/chat/Chat.js +5 -5
- package/dist/components/chat/Chat.js.map +1 -1
- package/dist/components/chat/Chat.mjs +2 -2
- package/dist/components/chat/Modal.js +5 -5
- package/dist/components/chat/Modal.js.map +1 -1
- package/dist/components/chat/Modal.mjs +3 -3
- package/dist/components/chat/Popup.js +5 -5
- package/dist/components/chat/Popup.js.map +1 -1
- package/dist/components/chat/Popup.mjs +4 -4
- package/dist/components/chat/Sidebar.js +5 -5
- package/dist/components/chat/Sidebar.js.map +1 -1
- package/dist/components/chat/Sidebar.mjs +4 -4
- package/dist/components/chat/index.js +5 -5
- package/dist/components/chat/index.js.map +1 -1
- package/dist/components/chat/index.mjs +5 -5
- package/dist/components/chat/messages/RenderActionExecutionMessage.js +5 -5
- package/dist/components/chat/messages/RenderActionExecutionMessage.js.map +1 -1
- package/dist/components/chat/messages/RenderActionExecutionMessage.mjs +1 -1
- package/dist/components/index.js +5 -5
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +5 -5
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/package.json +4 -4
- package/src/components/chat/messages/RenderActionExecutionMessage.tsx +3 -4
- /package/dist/{chunk-VKVNMHM5.mjs.map → chunk-AFVE4KVO.mjs.map} +0 -0
- /package/dist/{chunk-B23XDGH4.mjs.map → chunk-CLC5XZLK.mjs.map} +0 -0
- /package/dist/{chunk-O6JFOQQA.mjs.map → chunk-IZY3KREJ.mjs.map} +0 -0
- /package/dist/{chunk-I7MG52I5.mjs.map → chunk-ZYA5BMQA.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -4,18 +4,18 @@ import "./chunk-MMVDU6DF.mjs";
|
|
|
4
4
|
import "./chunk-SQMEPWVT.mjs";
|
|
5
5
|
import {
|
|
6
6
|
CopilotSidebar
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-CLC5XZLK.mjs";
|
|
8
8
|
import "./chunk-WB3YULQ4.mjs";
|
|
9
9
|
import {
|
|
10
10
|
CopilotPopup
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-IZY3KREJ.mjs";
|
|
12
|
+
import "./chunk-AFVE4KVO.mjs";
|
|
13
13
|
import "./chunk-YAGE7RCE.mjs";
|
|
14
14
|
import "./chunk-VEC45H6Q.mjs";
|
|
15
15
|
import "./chunk-RQNJNK2W.mjs";
|
|
16
16
|
import {
|
|
17
17
|
CopilotChat
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-ZYA5BMQA.mjs";
|
|
19
19
|
import "./chunk-UWWMAJ7R.mjs";
|
|
20
20
|
import "./chunk-F7VWGY77.mjs";
|
|
21
21
|
import "./chunk-OFYI4UU4.mjs";
|
|
@@ -26,7 +26,7 @@ import "./chunk-V7W6IM2V.mjs";
|
|
|
26
26
|
import {
|
|
27
27
|
AssistantMessage
|
|
28
28
|
} from "./chunk-3VNMQWGT.mjs";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-XB6QCUPB.mjs";
|
|
30
30
|
import "./chunk-RJCZRKTV.mjs";
|
|
31
31
|
import {
|
|
32
32
|
CopilotDevConsole
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.5.12-next.
|
|
12
|
+
"version": "1.5.12-next.5",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"react-syntax-highlighter": "^15.5.0",
|
|
51
51
|
"remark-gfm": "^3.0.1",
|
|
52
52
|
"remark-math": "^5.1.1",
|
|
53
|
-
"@copilotkit/react-core": "1.5.12-next.
|
|
54
|
-
"@copilotkit/runtime-client-gql": "1.5.12-next.
|
|
55
|
-
"@copilotkit/shared": "1.5.12-next.
|
|
53
|
+
"@copilotkit/react-core": "1.5.12-next.5",
|
|
54
|
+
"@copilotkit/runtime-client-gql": "1.5.12-next.5",
|
|
55
|
+
"@copilotkit/shared": "1.5.12-next.5"
|
|
56
56
|
},
|
|
57
57
|
"keywords": [
|
|
58
58
|
"copilotkit",
|
|
@@ -91,10 +91,9 @@ export function RenderActionExecutionMessage(props: RenderMessageProps) {
|
|
|
91
91
|
isLoading={false}
|
|
92
92
|
isGenerating={false}
|
|
93
93
|
subComponent={
|
|
94
|
-
<div>
|
|
95
|
-
<b>❌ Error executing render
|
|
96
|
-
<
|
|
97
|
-
{e instanceof Error ? e.message : String(e)}
|
|
94
|
+
<div className="copilotKitMessage copilotKitAssistantMessage">
|
|
95
|
+
<b>❌ Error executing render function for action {message.name}:</b>
|
|
96
|
+
<pre>{e instanceof Error ? e.message : String(e)}</pre>
|
|
98
97
|
</div>
|
|
99
98
|
}
|
|
100
99
|
/>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|