@copilotkit/react-ui 1.8.4-next.2 → 1.8.4-next.3
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 +8 -0
- package/dist/{chunk-W5HLRVAS.mjs → chunk-2OTVZXDX.mjs} +4 -4
- package/dist/{chunk-2IJIJYVG.mjs → chunk-6F2ZAK7T.mjs} +17 -9
- package/dist/chunk-6F2ZAK7T.mjs.map +1 -0
- package/dist/{chunk-XG356GYI.mjs → chunk-7EDMOLGH.mjs} +4 -4
- package/dist/{chunk-QN2SMWML.mjs → chunk-D5XIJNXQ.mjs} +6 -6
- package/dist/{chunk-N5TIP3NE.mjs → chunk-LGMQR7XG.mjs} +2 -2
- package/dist/{chunk-3HSGJHBC.mjs → chunk-QTD2KREC.mjs} +2 -2
- package/dist/components/chat/Chat.mjs +4 -4
- package/dist/components/chat/Header.mjs +5 -5
- package/dist/components/chat/Modal.d.ts +1 -1
- package/dist/components/chat/Modal.js +9 -1
- package/dist/components/chat/Modal.js.map +1 -1
- package/dist/components/chat/Modal.mjs +13 -13
- package/dist/components/chat/Popup.js +9 -1
- package/dist/components/chat/Popup.js.map +1 -1
- package/dist/components/chat/Popup.mjs +14 -14
- package/dist/components/chat/Sidebar.js +9 -1
- package/dist/components/chat/Sidebar.js.map +1 -1
- package/dist/components/chat/Sidebar.mjs +14 -14
- package/dist/components/chat/index.js +9 -1
- package/dist/components/chat/index.js.map +1 -1
- package/dist/components/chat/index.mjs +16 -16
- package/dist/components/chat/messages/AssistantMessage.mjs +1 -1
- package/dist/components/dev-console/console.mjs +3 -3
- package/dist/components/dev-console/index.mjs +5 -5
- package/dist/components/index.js +9 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +20 -20
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +20 -20
- package/package.json +4 -4
- package/src/components/chat/Modal.tsx +8 -0
- package/dist/chunk-2IJIJYVG.mjs.map +0 -1
- /package/dist/{chunk-W5HLRVAS.mjs.map → chunk-2OTVZXDX.mjs.map} +0 -0
- /package/dist/{chunk-XG356GYI.mjs.map → chunk-7EDMOLGH.mjs.map} +0 -0
- /package/dist/{chunk-QN2SMWML.mjs.map → chunk-D5XIJNXQ.mjs.map} +0 -0
- /package/dist/{chunk-N5TIP3NE.mjs.map → chunk-LGMQR7XG.mjs.map} +0 -0
- /package/dist/{chunk-3HSGJHBC.mjs.map → chunk-QTD2KREC.mjs.map} +0 -0
|
@@ -3,16 +3,28 @@ import "../chunk-SQMEPWVT.mjs";
|
|
|
3
3
|
import "../chunk-WB3YULQ4.mjs";
|
|
4
4
|
import {
|
|
5
5
|
CopilotPopup
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-LGMQR7XG.mjs";
|
|
7
7
|
import {
|
|
8
8
|
CopilotSidebar
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-QTD2KREC.mjs";
|
|
10
|
+
import "../chunk-6F2ZAK7T.mjs";
|
|
11
11
|
import "../chunk-P7S3E5UW.mjs";
|
|
12
|
+
import "../chunk-2OTVZXDX.mjs";
|
|
13
|
+
import "../chunk-V7W6IM2V.mjs";
|
|
14
|
+
import {
|
|
15
|
+
CopilotDevConsole
|
|
16
|
+
} from "../chunk-D5XIJNXQ.mjs";
|
|
17
|
+
import {
|
|
18
|
+
shouldShowDevConsole
|
|
19
|
+
} from "../chunk-6TCUJ3B7.mjs";
|
|
20
|
+
import "../chunk-KXE2JCUH.mjs";
|
|
21
|
+
import "../chunk-NRA3CFEE.mjs";
|
|
22
|
+
import "../chunk-BH6PCAAL.mjs";
|
|
23
|
+
import "../chunk-Q5V6S67N.mjs";
|
|
12
24
|
import "../chunk-YOEL33HG.mjs";
|
|
13
25
|
import {
|
|
14
26
|
CopilotChat
|
|
15
|
-
} from "../chunk-
|
|
27
|
+
} from "../chunk-7EDMOLGH.mjs";
|
|
16
28
|
import "../chunk-WEYDZBT7.mjs";
|
|
17
29
|
import "../chunk-7RIBDD4K.mjs";
|
|
18
30
|
import {
|
|
@@ -23,30 +35,18 @@ import {
|
|
|
23
35
|
} from "../chunk-5M7ODWKH.mjs";
|
|
24
36
|
import "../chunk-XB6QCUPB.mjs";
|
|
25
37
|
import "../chunk-UWWMAJ7R.mjs";
|
|
38
|
+
import "../chunk-TOQ7P4DO.mjs";
|
|
39
|
+
import "../chunk-QJKMOGWN.mjs";
|
|
40
|
+
import "../chunk-YQFVRDNC.mjs";
|
|
26
41
|
import {
|
|
27
42
|
Markdown
|
|
28
43
|
} from "../chunk-XNQO5AZZ.mjs";
|
|
29
44
|
import "../chunk-ZY25LVYR.mjs";
|
|
30
|
-
import "../chunk-TOQ7P4DO.mjs";
|
|
31
|
-
import "../chunk-PCTCOQK2.mjs";
|
|
32
|
-
import "../chunk-W5HLRVAS.mjs";
|
|
33
|
-
import "../chunk-QJKMOGWN.mjs";
|
|
34
|
-
import "../chunk-YQFVRDNC.mjs";
|
|
35
45
|
import {
|
|
36
46
|
useChatContext
|
|
37
47
|
} from "../chunk-UN2E3HCK.mjs";
|
|
38
|
-
import "../chunk-
|
|
39
|
-
import {
|
|
40
|
-
CopilotDevConsole
|
|
41
|
-
} from "../chunk-QN2SMWML.mjs";
|
|
42
|
-
import "../chunk-KXE2JCUH.mjs";
|
|
43
|
-
import "../chunk-NRA3CFEE.mjs";
|
|
44
|
-
import "../chunk-BH6PCAAL.mjs";
|
|
45
|
-
import {
|
|
46
|
-
shouldShowDevConsole
|
|
47
|
-
} from "../chunk-6TCUJ3B7.mjs";
|
|
48
|
+
import "../chunk-PCTCOQK2.mjs";
|
|
48
49
|
import "../chunk-ORSMX3SE.mjs";
|
|
49
|
-
import "../chunk-Q5V6S67N.mjs";
|
|
50
50
|
import "../chunk-54JAUBUJ.mjs";
|
|
51
51
|
import "../chunk-S5MBUNGN.mjs";
|
|
52
52
|
import "../chunk-MRXNTQOX.mjs";
|
package/dist/index.js
CHANGED
|
@@ -2696,6 +2696,10 @@ var CopilotModal = ({
|
|
|
2696
2696
|
Input: Input2 = Input,
|
|
2697
2697
|
AssistantMessage: AssistantMessage2 = AssistantMessage,
|
|
2698
2698
|
UserMessage: UserMessage2 = UserMessage,
|
|
2699
|
+
onThumbsUp,
|
|
2700
|
+
onThumbsDown,
|
|
2701
|
+
onCopy,
|
|
2702
|
+
onRegenerate,
|
|
2699
2703
|
className,
|
|
2700
2704
|
children
|
|
2701
2705
|
}) => {
|
|
@@ -2728,7 +2732,11 @@ var CopilotModal = ({
|
|
|
2728
2732
|
Messages: Messages2,
|
|
2729
2733
|
Input: Input2,
|
|
2730
2734
|
AssistantMessage: AssistantMessage2,
|
|
2731
|
-
UserMessage: UserMessage2
|
|
2735
|
+
UserMessage: UserMessage2,
|
|
2736
|
+
onThumbsUp,
|
|
2737
|
+
onThumbsDown,
|
|
2738
|
+
onCopy,
|
|
2739
|
+
onRegenerate
|
|
2732
2740
|
}
|
|
2733
2741
|
)
|
|
2734
2742
|
]
|