@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.
Files changed (38) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/{chunk-CLC5XZLK.mjs → chunk-DGGCSR5M.mjs} +2 -2
  3. package/dist/{chunk-AFVE4KVO.mjs → chunk-E5SIPE2R.mjs} +2 -2
  4. package/dist/{chunk-IZY3KREJ.mjs → chunk-GDOB4BYD.mjs} +2 -2
  5. package/dist/{chunk-RJCZRKTV.mjs → chunk-WGAZXTUA.mjs} +2 -1
  6. package/dist/chunk-WGAZXTUA.mjs.map +1 -0
  7. package/dist/{chunk-ZYA5BMQA.mjs → chunk-YGWWZL4N.mjs} +2 -2
  8. package/dist/components/chat/Chat.js +1 -0
  9. package/dist/components/chat/Chat.js.map +1 -1
  10. package/dist/components/chat/Chat.mjs +2 -2
  11. package/dist/components/chat/Modal.js +1 -0
  12. package/dist/components/chat/Modal.js.map +1 -1
  13. package/dist/components/chat/Modal.mjs +3 -3
  14. package/dist/components/chat/Popup.js +1 -0
  15. package/dist/components/chat/Popup.js.map +1 -1
  16. package/dist/components/chat/Popup.mjs +4 -4
  17. package/dist/components/chat/Sidebar.js +1 -0
  18. package/dist/components/chat/Sidebar.js.map +1 -1
  19. package/dist/components/chat/Sidebar.mjs +4 -4
  20. package/dist/components/chat/Suggestion.js +1 -0
  21. package/dist/components/chat/Suggestion.js.map +1 -1
  22. package/dist/components/chat/Suggestion.mjs +1 -1
  23. package/dist/components/chat/index.js +1 -0
  24. package/dist/components/chat/index.js.map +1 -1
  25. package/dist/components/chat/index.mjs +5 -5
  26. package/dist/components/index.js +1 -0
  27. package/dist/components/index.js.map +1 -1
  28. package/dist/components/index.mjs +5 -5
  29. package/dist/index.js +1 -0
  30. package/dist/index.js.map +1 -1
  31. package/dist/index.mjs +5 -5
  32. package/package.json +4 -4
  33. package/src/components/chat/Suggestion.tsx +1 -0
  34. package/dist/chunk-RJCZRKTV.mjs.map +0 -1
  35. /package/dist/{chunk-CLC5XZLK.mjs.map → chunk-DGGCSR5M.mjs.map} +0 -0
  36. /package/dist/{chunk-AFVE4KVO.mjs.map → chunk-E5SIPE2R.mjs.map} +0 -0
  37. /package/dist/{chunk-IZY3KREJ.mjs.map → chunk-GDOB4BYD.mjs.map} +0 -0
  38. /package/dist/{chunk-ZYA5BMQA.mjs.map → chunk-YGWWZL4N.mjs.map} +0 -0
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  CopilotPopup
3
- } from "../../chunk-IZY3KREJ.mjs";
4
- import "../../chunk-AFVE4KVO.mjs";
3
+ } from "../../chunk-GDOB4BYD.mjs";
4
+ import "../../chunk-E5SIPE2R.mjs";
5
5
  import "../../chunk-YAGE7RCE.mjs";
6
6
  import "../../chunk-VEC45H6Q.mjs";
7
7
  import "../../chunk-RQNJNK2W.mjs";
8
- import "../../chunk-ZYA5BMQA.mjs";
8
+ import "../../chunk-YGWWZL4N.mjs";
9
9
  import "../../chunk-UWWMAJ7R.mjs";
10
10
  import "../../chunk-F7VWGY77.mjs";
11
11
  import "../../chunk-OFYI4UU4.mjs";
@@ -13,7 +13,7 @@ import "../../chunk-HEIDCT7I.mjs";
13
13
  import "../../chunk-V7W6IM2V.mjs";
14
14
  import "../../chunk-3VNMQWGT.mjs";
15
15
  import "../../chunk-XB6QCUPB.mjs";
16
- import "../../chunk-RJCZRKTV.mjs";
16
+ import "../../chunk-WGAZXTUA.mjs";
17
17
  import "../../chunk-F2W5FD7L.mjs";
18
18
  import "../../chunk-PNQVKBPN.mjs";
19
19
  import "../../chunk-KXE2JCUH.mjs";
@@ -1701,6 +1701,7 @@ function Suggestion({ title, message, onClick, partial, className }) {
1701
1701
  onClick(message);
1702
1702
  },
1703
1703
  className: className || "suggestion",
1704
+ "data-test-id": "suggestion",
1704
1705
  children: [
1705
1706
  partial && SmallSpinnerIcon,
1706
1707
  /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { children: title })