@copilotkit/react-ui 1.10.0-next.0 → 1.10.0-next.1
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-GVKA7RQQ.mjs → chunk-7CAK2CNK.mjs} +2 -2
- package/dist/{chunk-GJ3MFNBX.mjs → chunk-7RNOT3GM.mjs} +6 -6
- package/dist/{chunk-Z4XPPVZT.mjs → chunk-EYRKZDP5.mjs} +1 -1
- package/dist/chunk-EYRKZDP5.mjs.map +1 -0
- package/dist/{chunk-SGFUVPDB.mjs → chunk-FOSKS7AI.mjs} +4 -4
- package/dist/{chunk-LXCD3K7B.mjs → chunk-O7PYQO73.mjs} +5 -5
- package/dist/chunk-O7PYQO73.mjs.map +1 -0
- package/dist/{chunk-JHUTTP5C.mjs → chunk-OQM7D3Z3.mjs} +4 -4
- package/dist/{chunk-WPVTPQ7X.mjs → chunk-QELAC6XJ.mjs} +2 -2
- package/dist/chunk-QELAC6XJ.mjs.map +1 -0
- package/dist/{chunk-VLNT34X3.mjs → chunk-TCIZDWPC.mjs} +2 -2
- package/dist/chunk-TCIZDWPC.mjs.map +1 -0
- package/dist/components/chat/Chat.js.map +1 -1
- package/dist/components/chat/Chat.mjs +3 -3
- package/dist/components/chat/Header.mjs +4 -4
- package/dist/components/chat/Modal.js.map +1 -1
- package/dist/components/chat/Modal.mjs +8 -8
- package/dist/components/chat/Popup.js.map +1 -1
- package/dist/components/chat/Popup.mjs +9 -9
- package/dist/components/chat/Sidebar.js.map +1 -1
- package/dist/components/chat/Sidebar.mjs +9 -9
- package/dist/components/chat/index.js.map +1 -1
- package/dist/components/chat/index.mjs +12 -12
- package/dist/components/chat/messages/RenderMessage.mjs +2 -2
- package/dist/components/dev-console/console.mjs +3 -3
- package/dist/components/dev-console/index.mjs +4 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +13 -13
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/hooks/use-copilot-chat-suggestions.d.ts +1 -1
- package/dist/hooks/use-copilot-chat-suggestions.js.map +1 -1
- package/dist/hooks/use-copilot-chat-suggestions.mjs +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -14
- package/package.json +4 -4
- package/src/components/chat/Chat.tsx +1 -1
- package/src/components/chat/Popup.tsx +1 -1
- package/src/components/chat/Sidebar.tsx +1 -1
- package/src/hooks/use-copilot-chat-suggestions.tsx +1 -1
- package/dist/chunk-LXCD3K7B.mjs.map +0 -1
- package/dist/chunk-VLNT34X3.mjs.map +0 -1
- package/dist/chunk-WPVTPQ7X.mjs.map +0 -1
- package/dist/chunk-Z4XPPVZT.mjs.map +0 -1
- /package/dist/{chunk-GVKA7RQQ.mjs.map → chunk-7CAK2CNK.mjs.map} +0 -0
- /package/dist/{chunk-GJ3MFNBX.mjs.map → chunk-7RNOT3GM.mjs.map} +0 -0
- /package/dist/{chunk-SGFUVPDB.mjs.map → chunk-FOSKS7AI.mjs.map} +0 -0
- /package/dist/{chunk-JHUTTP5C.mjs.map → chunk-OQM7D3Z3.mjs.map} +0 -0
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotSidebar
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-QELAC6XJ.mjs";
|
|
4
|
+
import "../../chunk-7RNOT3GM.mjs";
|
|
5
5
|
import "../../chunk-C3GSYRC3.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-7CAK2CNK.mjs";
|
|
7
7
|
import "../../chunk-V7W6IM2V.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-Q5V6S67N.mjs";
|
|
10
|
-
import "../../chunk-QN7T3GWI.mjs";
|
|
8
|
+
import "../../chunk-FOSKS7AI.mjs";
|
|
11
9
|
import "../../chunk-KXE2JCUH.mjs";
|
|
12
10
|
import "../../chunk-NRA3CFEE.mjs";
|
|
13
11
|
import "../../chunk-BH6PCAAL.mjs";
|
|
12
|
+
import "../../chunk-Q5V6S67N.mjs";
|
|
13
|
+
import "../../chunk-QN7T3GWI.mjs";
|
|
14
14
|
import "../../chunk-UFN2VWSR.mjs";
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-O7PYQO73.mjs";
|
|
16
|
+
import "../../chunk-OQM7D3Z3.mjs";
|
|
17
|
+
import "../../chunk-VVL6JFCJ.mjs";
|
|
17
18
|
import "../../chunk-GCKKSSBU.mjs";
|
|
18
19
|
import "../../chunk-DBKRAOH7.mjs";
|
|
19
|
-
import "../../chunk-VVL6JFCJ.mjs";
|
|
20
20
|
import "../../chunk-O7KTFUAN.mjs";
|
|
21
21
|
import "../../chunk-Q2467VHZ.mjs";
|
|
22
22
|
import "../../chunk-PLHTVHUW.mjs";
|