@copilotkit/react-ui 1.5.12-next.5 → 1.5.12-next.6
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 +12 -0
- package/dist/{chunk-CLC5XZLK.mjs → chunk-DGGCSR5M.mjs} +2 -2
- package/dist/{chunk-AFVE4KVO.mjs → chunk-E5SIPE2R.mjs} +2 -2
- package/dist/{chunk-IZY3KREJ.mjs → chunk-GDOB4BYD.mjs} +2 -2
- package/dist/{chunk-RJCZRKTV.mjs → chunk-WGAZXTUA.mjs} +2 -1
- package/dist/chunk-WGAZXTUA.mjs.map +1 -0
- package/dist/{chunk-ZYA5BMQA.mjs → chunk-YGWWZL4N.mjs} +2 -2
- package/dist/components/chat/Chat.js +1 -0
- package/dist/components/chat/Chat.js.map +1 -1
- package/dist/components/chat/Chat.mjs +2 -2
- package/dist/components/chat/Modal.js +1 -0
- package/dist/components/chat/Modal.js.map +1 -1
- package/dist/components/chat/Modal.mjs +3 -3
- package/dist/components/chat/Popup.js +1 -0
- package/dist/components/chat/Popup.js.map +1 -1
- package/dist/components/chat/Popup.mjs +4 -4
- package/dist/components/chat/Sidebar.js +1 -0
- package/dist/components/chat/Sidebar.js.map +1 -1
- package/dist/components/chat/Sidebar.mjs +4 -4
- package/dist/components/chat/Suggestion.js +1 -0
- package/dist/components/chat/Suggestion.js.map +1 -1
- package/dist/components/chat/Suggestion.mjs +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 +5 -5
- package/dist/components/index.js +1 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +5 -5
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/package.json +4 -4
- package/src/components/chat/Suggestion.tsx +1 -0
- package/dist/chunk-RJCZRKTV.mjs.map +0 -1
- /package/dist/{chunk-CLC5XZLK.mjs.map → chunk-DGGCSR5M.mjs.map} +0 -0
- /package/dist/{chunk-AFVE4KVO.mjs.map → chunk-E5SIPE2R.mjs.map} +0 -0
- /package/dist/{chunk-IZY3KREJ.mjs.map → chunk-GDOB4BYD.mjs.map} +0 -0
- /package/dist/{chunk-ZYA5BMQA.mjs.map → chunk-YGWWZL4N.mjs.map} +0 -0
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import "../../chunk-SQMEPWVT.mjs";
|
|
2
2
|
import {
|
|
3
3
|
CopilotSidebar
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-DGGCSR5M.mjs";
|
|
5
5
|
import "../../chunk-WB3YULQ4.mjs";
|
|
6
6
|
import {
|
|
7
7
|
CopilotPopup
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-GDOB4BYD.mjs";
|
|
9
|
+
import "../../chunk-E5SIPE2R.mjs";
|
|
10
10
|
import "../../chunk-YAGE7RCE.mjs";
|
|
11
11
|
import "../../chunk-VEC45H6Q.mjs";
|
|
12
12
|
import "../../chunk-RQNJNK2W.mjs";
|
|
13
13
|
import {
|
|
14
14
|
CopilotChat
|
|
15
|
-
} from "../../chunk-
|
|
15
|
+
} from "../../chunk-YGWWZL4N.mjs";
|
|
16
16
|
import "../../chunk-UWWMAJ7R.mjs";
|
|
17
17
|
import "../../chunk-F7VWGY77.mjs";
|
|
18
18
|
import "../../chunk-OFYI4UU4.mjs";
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
AssistantMessage
|
|
25
25
|
} from "../../chunk-3VNMQWGT.mjs";
|
|
26
26
|
import "../../chunk-XB6QCUPB.mjs";
|
|
27
|
-
import "../../chunk-
|
|
27
|
+
import "../../chunk-WGAZXTUA.mjs";
|
|
28
28
|
import "../../chunk-F2W5FD7L.mjs";
|
|
29
29
|
import "../../chunk-PNQVKBPN.mjs";
|
|
30
30
|
import "../../chunk-KXE2JCUH.mjs";
|
package/dist/components/index.js
CHANGED
|
@@ -1708,6 +1708,7 @@ function Suggestion({ title, message, onClick, partial, className }) {
|
|
|
1708
1708
|
onClick(message);
|
|
1709
1709
|
},
|
|
1710
1710
|
className: className || "suggestion",
|
|
1711
|
+
"data-test-id": "suggestion",
|
|
1711
1712
|
children: [
|
|
1712
1713
|
partial && SmallSpinnerIcon,
|
|
1713
1714
|
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { children: title })
|