@copilotkit/react-ui 1.5.12-next.5 → 1.5.12-next.7
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 +21 -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
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
CopilotChat,
|
|
3
3
|
WrappedCopilotChat,
|
|
4
4
|
useCopilotChatLogic
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-YGWWZL4N.mjs";
|
|
6
6
|
import "../../chunk-UWWMAJ7R.mjs";
|
|
7
7
|
import "../../chunk-F7VWGY77.mjs";
|
|
8
8
|
import "../../chunk-OFYI4UU4.mjs";
|
|
@@ -10,7 +10,7 @@ import "../../chunk-HEIDCT7I.mjs";
|
|
|
10
10
|
import "../../chunk-V7W6IM2V.mjs";
|
|
11
11
|
import "../../chunk-3VNMQWGT.mjs";
|
|
12
12
|
import "../../chunk-XB6QCUPB.mjs";
|
|
13
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-WGAZXTUA.mjs";
|
|
14
14
|
import "../../chunk-F2W5FD7L.mjs";
|
|
15
15
|
import "../../chunk-PNQVKBPN.mjs";
|
|
16
16
|
import "../../chunk-KXE2JCUH.mjs";
|
|
@@ -1698,6 +1698,7 @@ function Suggestion({ title, message, onClick, partial, className }) {
|
|
|
1698
1698
|
onClick(message);
|
|
1699
1699
|
},
|
|
1700
1700
|
className: className || "suggestion",
|
|
1701
|
+
"data-test-id": "suggestion",
|
|
1701
1702
|
children: [
|
|
1702
1703
|
partial && SmallSpinnerIcon,
|
|
1703
1704
|
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { children: title })
|