@copilotkit/react-core 1.57.3 → 1.58.0-canary.thread-id-propagation

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 (292) hide show
  1. package/LICENSE +21 -0
  2. package/dist/{copilotkit-CtXcs1ea.cjs → copilotkit-B4ouY7qC.cjs} +14 -3
  3. package/dist/copilotkit-B4ouY7qC.cjs.map +1 -0
  4. package/dist/copilotkit-BK9CVq9A.d.cts.map +1 -1
  5. package/dist/{copilotkit-CC8DjOiC.mjs → copilotkit-L4mM_JqG.mjs} +14 -3
  6. package/dist/copilotkit-L4mM_JqG.mjs.map +1 -0
  7. package/dist/copilotkit-WlmeVijs.d.mts.map +1 -1
  8. package/dist/index.cjs +3 -77
  9. package/dist/index.cjs.map +1 -1
  10. package/dist/index.d.cts +2 -2
  11. package/dist/index.d.mts +2 -2
  12. package/dist/index.mjs +3 -77
  13. package/dist/index.mjs.map +1 -1
  14. package/dist/index.umd.js +15 -78
  15. package/dist/index.umd.js.map +1 -1
  16. package/dist/v2/headless.cjs +11 -0
  17. package/dist/v2/headless.cjs.map +1 -1
  18. package/dist/v2/headless.d.cts.map +1 -1
  19. package/dist/v2/headless.d.mts.map +1 -1
  20. package/dist/v2/headless.mjs +11 -0
  21. package/dist/v2/headless.mjs.map +1 -1
  22. package/dist/v2/index.cjs +1 -1
  23. package/dist/v2/index.mjs +1 -1
  24. package/dist/v2/index.umd.js +13 -2
  25. package/dist/v2/index.umd.js.map +1 -1
  26. package/package.json +12 -13
  27. package/skills/react-core/SKILL.md +108 -0
  28. package/skills/react-core/references/agent-access.md +288 -0
  29. package/skills/react-core/references/attachments.md +291 -0
  30. package/skills/react-core/references/capabilities.md +138 -0
  31. package/skills/react-core/references/chat-components.md +221 -0
  32. package/skills/react-core/references/client-side-tools.md +358 -0
  33. package/skills/react-core/references/custom-message-renderers.md +226 -0
  34. package/skills/react-core/references/debug-mode.md +153 -0
  35. package/skills/react-core/references/human-in-the-loop.md +312 -0
  36. package/skills/react-core/references/provider-setup.md +326 -0
  37. package/skills/react-core/references/rendering-activity-messages.md +207 -0
  38. package/skills/react-core/references/rendering-tool-calls.md +319 -0
  39. package/skills/react-core/references/suggestions.md +211 -0
  40. package/skills/react-core/references/switching-agents-recipes.md +160 -0
  41. package/skills/react-core/references/switching-agents.md +231 -0
  42. package/skills/react-core/references/threads.md +226 -0
  43. package/.attw.json +0 -3
  44. package/CHANGELOG.md +0 -5043
  45. package/dist/copilotkit-CC8DjOiC.mjs.map +0 -1
  46. package/dist/copilotkit-CtXcs1ea.cjs.map +0 -1
  47. package/scripts/scope-preflight.mjs +0 -100
  48. package/src/components/CopilotListeners.tsx +0 -137
  49. package/src/components/__tests__/CopilotListeners.test.tsx +0 -38
  50. package/src/components/copilot-provider/__tests__/copilot-messages-key.test.tsx +0 -92
  51. package/src/components/copilot-provider/__tests__/copilotkit-error.test.tsx +0 -77
  52. package/src/components/copilot-provider/__tests__/error-visibility-prod.test.tsx +0 -70
  53. package/src/components/copilot-provider/__tests__/v1-explicit-threadid-bridge.test.tsx +0 -107
  54. package/src/components/copilot-provider/copilot-messages.tsx +0 -314
  55. package/src/components/copilot-provider/copilotkit-props.tsx +0 -214
  56. package/src/components/copilot-provider/copilotkit.tsx +0 -853
  57. package/src/components/copilot-provider/index.ts +0 -3
  58. package/src/components/dev-console/console-trigger.tsx +0 -283
  59. package/src/components/dev-console/developer-console-modal.tsx +0 -1016
  60. package/src/components/dev-console/icons.tsx +0 -106
  61. package/src/components/error-boundary/error-boundary.tsx +0 -99
  62. package/src/components/error-boundary/error-utils.tsx +0 -105
  63. package/src/components/index.ts +0 -1
  64. package/src/components/toast/exclamation-mark-icon.tsx +0 -27
  65. package/src/components/toast/toast-provider.tsx +0 -448
  66. package/src/components/usage-banner.tsx +0 -266
  67. package/src/context/__tests__/threads-context.test.tsx +0 -141
  68. package/src/context/coagent-state-renders-context.tsx +0 -89
  69. package/src/context/copilot-context.tsx +0 -365
  70. package/src/context/copilot-messages-context.tsx +0 -35
  71. package/src/context/index.ts +0 -22
  72. package/src/context/threads-context.tsx +0 -69
  73. package/src/hooks/__tests__/use-coagent-config.test.ts +0 -352
  74. package/src/hooks/__tests__/use-coagent-state-render-bridge.helpers.test.ts +0 -107
  75. package/src/hooks/__tests__/use-coagent-state-render.e2e.test.tsx +0 -1209
  76. package/src/hooks/__tests__/use-coagent-state-render.test.tsx +0 -356
  77. package/src/hooks/__tests__/use-copilot-chat-internal-connect.test.tsx +0 -241
  78. package/src/hooks/__tests__/use-frontend-tool-available.test.tsx +0 -72
  79. package/src/hooks/__tests__/use-frontend-tool-remount.e2e.test.tsx +0 -102
  80. package/src/hooks/index.ts +0 -33
  81. package/src/hooks/use-agent-nodename.ts +0 -33
  82. package/src/hooks/use-coagent-state-render-bridge.helpers.ts +0 -345
  83. package/src/hooks/use-coagent-state-render-bridge.tsx +0 -222
  84. package/src/hooks/use-coagent-state-render-registry.ts +0 -230
  85. package/src/hooks/use-coagent-state-render.ts +0 -163
  86. package/src/hooks/use-coagent.ts +0 -377
  87. package/src/hooks/use-configure-chat-suggestions.tsx +0 -96
  88. package/src/hooks/use-copilot-action.ts +0 -245
  89. package/src/hooks/use-copilot-additional-instructions.ts +0 -98
  90. package/src/hooks/use-copilot-authenticated-action.ts +0 -73
  91. package/src/hooks/use-copilot-chat-headless_c.ts +0 -264
  92. package/src/hooks/use-copilot-chat-suggestions.tsx +0 -134
  93. package/src/hooks/use-copilot-chat.ts +0 -132
  94. package/src/hooks/use-copilot-chat_internal.ts +0 -875
  95. package/src/hooks/use-copilot-readable.ts +0 -135
  96. package/src/hooks/use-copilot-runtime-client.ts +0 -178
  97. package/src/hooks/use-default-tool.ts +0 -13
  98. package/src/hooks/use-flat-category-store.ts +0 -109
  99. package/src/hooks/use-frontend-tool.ts +0 -113
  100. package/src/hooks/use-human-in-the-loop.ts +0 -138
  101. package/src/hooks/use-langgraph-interrupt.ts +0 -103
  102. package/src/hooks/use-lazy-tool-renderer.tsx +0 -30
  103. package/src/hooks/use-make-copilot-document-readable.ts +0 -30
  104. package/src/hooks/use-render-tool-call.ts +0 -89
  105. package/src/hooks/use-tree.ts +0 -222
  106. package/src/index.tsx +0 -7
  107. package/src/lib/copilot-task.ts +0 -215
  108. package/src/lib/index.ts +0 -1
  109. package/src/lib/status-checker.ts +0 -67
  110. package/src/setupTests.ts +0 -37
  111. package/src/test-helpers/copilot-context.ts +0 -91
  112. package/src/types/chat-suggestion-configuration.ts +0 -23
  113. package/src/types/coagent-action.ts +0 -35
  114. package/src/types/coagent-state.ts +0 -13
  115. package/src/types/crew.ts +0 -89
  116. package/src/types/document-pointer.ts +0 -7
  117. package/src/types/frontend-action.ts +0 -213
  118. package/src/types/index.ts +0 -17
  119. package/src/types/interrupt-action.ts +0 -58
  120. package/src/types/system-message.ts +0 -4
  121. package/src/utils/dev-console.ts +0 -19
  122. package/src/utils/index.ts +0 -2
  123. package/src/utils/suggestions-constants.ts +0 -8
  124. package/src/utils/utils.test.ts +0 -7
  125. package/src/utils/utils.ts +0 -6
  126. package/src/v2/__tests__/A2UIMessageRenderer.test.tsx +0 -240
  127. package/src/v2/__tests__/globalSetup.ts +0 -14
  128. package/src/v2/__tests__/setup.ts +0 -93
  129. package/src/v2/__tests__/utils/test-helpers.tsx +0 -570
  130. package/src/v2/a2ui/A2UICatalogContext.tsx +0 -79
  131. package/src/v2/a2ui/A2UIMessageRenderer.tsx +0 -294
  132. package/src/v2/a2ui/A2UIToolCallRenderer.tsx +0 -290
  133. package/src/v2/components/CopilotKitInspector.tsx +0 -52
  134. package/src/v2/components/MCPAppsActivityRenderer.tsx +0 -815
  135. package/src/v2/components/OpenGenerativeUIRenderer.tsx +0 -598
  136. package/src/v2/components/WildcardToolCallRender.tsx +0 -86
  137. package/src/v2/components/__tests__/OpenGenerativeUIRenderer.test.tsx +0 -665
  138. package/src/v2/components/chat/CopilotChat.tsx +0 -664
  139. package/src/v2/components/chat/CopilotChatAssistantMessage.tsx +0 -393
  140. package/src/v2/components/chat/CopilotChatAttachmentQueue.tsx +0 -374
  141. package/src/v2/components/chat/CopilotChatAttachmentRenderer.tsx +0 -159
  142. package/src/v2/components/chat/CopilotChatAudioRecorder.tsx +0 -350
  143. package/src/v2/components/chat/CopilotChatInput.tsx +0 -1412
  144. package/src/v2/components/chat/CopilotChatMessageView.tsx +0 -716
  145. package/src/v2/components/chat/CopilotChatReasoningMessage.tsx +0 -265
  146. package/src/v2/components/chat/CopilotChatSuggestionPill.tsx +0 -59
  147. package/src/v2/components/chat/CopilotChatSuggestionView.tsx +0 -134
  148. package/src/v2/components/chat/CopilotChatToggleButton.tsx +0 -171
  149. package/src/v2/components/chat/CopilotChatToolCallsView.tsx +0 -40
  150. package/src/v2/components/chat/CopilotChatUserMessage.tsx +0 -445
  151. package/src/v2/components/chat/CopilotChatView.tsx +0 -890
  152. package/src/v2/components/chat/CopilotModalHeader.tsx +0 -129
  153. package/src/v2/components/chat/CopilotPopup.tsx +0 -81
  154. package/src/v2/components/chat/CopilotPopupView.tsx +0 -317
  155. package/src/v2/components/chat/CopilotSidebar.tsx +0 -80
  156. package/src/v2/components/chat/CopilotSidebarView.tsx +0 -269
  157. package/src/v2/components/chat/Lightbox.tsx +0 -103
  158. package/src/v2/components/chat/__tests__/CopilotChat.absentThreadConnect.test.tsx +0 -66
  159. package/src/v2/components/chat/__tests__/CopilotChat.attachments.test.tsx +0 -168
  160. package/src/v2/components/chat/__tests__/CopilotChat.e2e.test.tsx +0 -1239
  161. package/src/v2/components/chat/__tests__/CopilotChat.onError.test.tsx +0 -73
  162. package/src/v2/components/chat/__tests__/CopilotChat.slots.e2e.test.tsx +0 -432
  163. package/src/v2/components/chat/__tests__/CopilotChat.suggestionsAlways.test.tsx +0 -183
  164. package/src/v2/components/chat/__tests__/CopilotChat.welcomeGate.test.tsx +0 -184
  165. package/src/v2/components/chat/__tests__/CopilotChatActivityRendering.e2e.test.tsx +0 -649
  166. package/src/v2/components/chat/__tests__/CopilotChatAssistantMessage.slots.e2e.test.tsx +0 -624
  167. package/src/v2/components/chat/__tests__/CopilotChatAssistantMessage.test.tsx +0 -702
  168. package/src/v2/components/chat/__tests__/CopilotChatAssistantMessage.thumbs.test.tsx +0 -72
  169. package/src/v2/components/chat/__tests__/CopilotChatCopyButton.clipboard.test.tsx +0 -241
  170. package/src/v2/components/chat/__tests__/CopilotChatCssClasses.test.tsx +0 -107
  171. package/src/v2/components/chat/__tests__/CopilotChatInput.slots.e2e.test.tsx +0 -929
  172. package/src/v2/components/chat/__tests__/CopilotChatInput.test.tsx +0 -1567
  173. package/src/v2/components/chat/__tests__/CopilotChatMessageView.slots.e2e.test.tsx +0 -1004
  174. package/src/v2/components/chat/__tests__/CopilotChatMessageView.test.tsx +0 -279
  175. package/src/v2/components/chat/__tests__/CopilotChatPerf.e2e.test.tsx +0 -336
  176. package/src/v2/components/chat/__tests__/CopilotChatPropsRerender.e2e.test.tsx +0 -249
  177. package/src/v2/components/chat/__tests__/CopilotChatSuggestionView.slots.e2e.test.tsx +0 -530
  178. package/src/v2/components/chat/__tests__/CopilotChatToolRendering.e2e.test.tsx +0 -785
  179. package/src/v2/components/chat/__tests__/CopilotChatToolRerenders.e2e.test.tsx +0 -2416
  180. package/src/v2/components/chat/__tests__/CopilotChatUserMessage.slots.e2e.test.tsx +0 -621
  181. package/src/v2/components/chat/__tests__/CopilotChatView.connectingGate.test.tsx +0 -56
  182. package/src/v2/components/chat/__tests__/CopilotChatView.inputOverlay.test.tsx +0 -264
  183. package/src/v2/components/chat/__tests__/CopilotChatView.onClick.e2e.test.tsx +0 -853
  184. package/src/v2/components/chat/__tests__/CopilotChatView.pinToSend.test.tsx +0 -94
  185. package/src/v2/components/chat/__tests__/CopilotChatView.slots.e2e.test.tsx +0 -1050
  186. package/src/v2/components/chat/__tests__/CopilotModalHeader.slots.e2e.test.tsx +0 -484
  187. package/src/v2/components/chat/__tests__/CopilotPopupView.slots.e2e.test.tsx +0 -612
  188. package/src/v2/components/chat/__tests__/CopilotSidebarView.position.test.tsx +0 -159
  189. package/src/v2/components/chat/__tests__/CopilotSidebarView.slots.e2e.test.tsx +0 -502
  190. package/src/v2/components/chat/__tests__/MCPAppsActivityRenderer.e2e.test.tsx +0 -1068
  191. package/src/v2/components/chat/__tests__/MCPAppsProxy.e2e.test.tsx +0 -589
  192. package/src/v2/components/chat/__tests__/MCPAppsUiMessage.e2e.test.tsx +0 -403
  193. package/src/v2/components/chat/__tests__/copilot-chat-throttle.test.tsx +0 -137
  194. package/src/v2/components/chat/__tests__/normalize-auto-scroll.test.ts +0 -37
  195. package/src/v2/components/chat/__tests__/setup.ts +0 -1
  196. package/src/v2/components/chat/index.ts +0 -90
  197. package/src/v2/components/chat/last-user-message-context.ts +0 -21
  198. package/src/v2/components/chat/normalize-auto-scroll.ts +0 -17
  199. package/src/v2/components/chat/scroll-element-context.ts +0 -13
  200. package/src/v2/components/index.ts +0 -8
  201. package/src/v2/components/intelligence-indicator/IntelligenceIndicator.tsx +0 -286
  202. package/src/v2/components/intelligence-indicator/__tests__/IntelligenceIndicator.e2e.test.tsx +0 -464
  203. package/src/v2/components/intelligence-indicator/index.ts +0 -2
  204. package/src/v2/components/license-warning-banner.tsx +0 -217
  205. package/src/v2/components/ui/button.tsx +0 -124
  206. package/src/v2/components/ui/dropdown-menu.tsx +0 -258
  207. package/src/v2/components/ui/tooltip.tsx +0 -60
  208. package/src/v2/context.ts +0 -62
  209. package/src/v2/headless.ts +0 -64
  210. package/src/v2/hooks/__tests__/standard-schema-types.test.tsx +0 -152
  211. package/src/v2/hooks/__tests__/standard-schema.test.tsx +0 -282
  212. package/src/v2/hooks/__tests__/use-agent-context-timing.e2e.test.tsx +0 -140
  213. package/src/v2/hooks/__tests__/use-agent-context.test.tsx +0 -401
  214. package/src/v2/hooks/__tests__/use-agent-error-state.test.tsx +0 -44
  215. package/src/v2/hooks/__tests__/use-agent-stability.test.tsx +0 -211
  216. package/src/v2/hooks/__tests__/use-agent-throttle.test.tsx +0 -1029
  217. package/src/v2/hooks/__tests__/use-agent.e2e.test.tsx +0 -159
  218. package/src/v2/hooks/__tests__/use-attachments.test.tsx +0 -169
  219. package/src/v2/hooks/__tests__/use-capabilities.test.tsx +0 -76
  220. package/src/v2/hooks/__tests__/use-component.test.tsx +0 -126
  221. package/src/v2/hooks/__tests__/use-configure-suggestions.e2e.test.tsx +0 -696
  222. package/src/v2/hooks/__tests__/use-default-render-tool.test.tsx +0 -153
  223. package/src/v2/hooks/__tests__/use-frontend-tool-available.test.tsx +0 -167
  224. package/src/v2/hooks/__tests__/use-frontend-tool.e2e.test.tsx +0 -2148
  225. package/src/v2/hooks/__tests__/use-human-in-the-loop.e2e.test.tsx +0 -1261
  226. package/src/v2/hooks/__tests__/use-interrupt.test.tsx +0 -397
  227. package/src/v2/hooks/__tests__/use-katex-styles.test.tsx +0 -56
  228. package/src/v2/hooks/__tests__/use-keyboard-height.test.tsx +0 -192
  229. package/src/v2/hooks/__tests__/use-pin-to-send.test.tsx +0 -219
  230. package/src/v2/hooks/__tests__/use-render-custom-messages.test.tsx +0 -55
  231. package/src/v2/hooks/__tests__/use-render-tool.test.tsx +0 -259
  232. package/src/v2/hooks/__tests__/use-suggestions.e2e.test.tsx +0 -524
  233. package/src/v2/hooks/__tests__/use-threads.test.tsx +0 -757
  234. package/src/v2/hooks/__tests__/zod-regression.test.tsx +0 -311
  235. package/src/v2/hooks/index.ts +0 -24
  236. package/src/v2/hooks/use-agent-context.tsx +0 -45
  237. package/src/v2/hooks/use-agent.tsx +0 -227
  238. package/src/v2/hooks/use-attachments.tsx +0 -269
  239. package/src/v2/hooks/use-capabilities.tsx +0 -25
  240. package/src/v2/hooks/use-component.tsx +0 -91
  241. package/src/v2/hooks/use-configure-suggestions.tsx +0 -236
  242. package/src/v2/hooks/use-default-render-tool.tsx +0 -271
  243. package/src/v2/hooks/use-frontend-tool.tsx +0 -46
  244. package/src/v2/hooks/use-human-in-the-loop.tsx +0 -81
  245. package/src/v2/hooks/use-interrupt.tsx +0 -305
  246. package/src/v2/hooks/use-keyboard-height.tsx +0 -67
  247. package/src/v2/hooks/use-pin-to-send.ts +0 -94
  248. package/src/v2/hooks/use-render-activity-message.tsx +0 -72
  249. package/src/v2/hooks/use-render-custom-messages.tsx +0 -93
  250. package/src/v2/hooks/use-render-tool-call.tsx +0 -208
  251. package/src/v2/hooks/use-render-tool.tsx +0 -184
  252. package/src/v2/hooks/use-suggestions.tsx +0 -91
  253. package/src/v2/hooks/use-threads.tsx +0 -325
  254. package/src/v2/hooks/useKatexStyles.ts +0 -27
  255. package/src/v2/index.css +0 -1
  256. package/src/v2/index.ts +0 -27
  257. package/src/v2/lib/__tests__/completePartialMarkdown.test.ts +0 -495
  258. package/src/v2/lib/__tests__/processPartialHtml.test.ts +0 -112
  259. package/src/v2/lib/__tests__/renderSlot.test.tsx +0 -588
  260. package/src/v2/lib/__tests__/slots.test.ts +0 -56
  261. package/src/v2/lib/processPartialHtml.ts +0 -45
  262. package/src/v2/lib/react-core.ts +0 -156
  263. package/src/v2/lib/slots.tsx +0 -184
  264. package/src/v2/lib/transcription-client.ts +0 -184
  265. package/src/v2/lib/utils.ts +0 -8
  266. package/src/v2/providers/CopilotChatConfigurationProvider.tsx +0 -196
  267. package/src/v2/providers/CopilotKitProvider.tsx +0 -800
  268. package/src/v2/providers/SandboxFunctionsContext.ts +0 -10
  269. package/src/v2/providers/__tests__/CopilotChatConfigurationProvider.test.tsx +0 -652
  270. package/src/v2/providers/__tests__/CopilotKitProvider.license.test.tsx +0 -101
  271. package/src/v2/providers/__tests__/CopilotKitProvider.onError.test.tsx +0 -69
  272. package/src/v2/providers/__tests__/CopilotKitProvider.renderCustomMessages.e2e.test.tsx +0 -881
  273. package/src/v2/providers/__tests__/CopilotKitProvider.sandboxFunctions.test.tsx +0 -198
  274. package/src/v2/providers/__tests__/CopilotKitProvider.stability.test.tsx +0 -740
  275. package/src/v2/providers/__tests__/CopilotKitProvider.test.tsx +0 -713
  276. package/src/v2/providers/__tests__/CopilotKitProvider.wildcard.test.tsx +0 -294
  277. package/src/v2/providers/index.ts +0 -21
  278. package/src/v2/styles/globals.css +0 -349
  279. package/src/v2/types/__tests__/defineToolCallRenderer.test.tsx +0 -525
  280. package/src/v2/types/defineToolCallRenderer.ts +0 -68
  281. package/src/v2/types/frontend-tool.ts +0 -8
  282. package/src/v2/types/human-in-the-loop.ts +0 -33
  283. package/src/v2/types/index.ts +0 -8
  284. package/src/v2/types/interrupt.ts +0 -15
  285. package/src/v2/types/react-activity-message-renderer.ts +0 -27
  286. package/src/v2/types/react-custom-message-renderer.ts +0 -17
  287. package/src/v2/types/react-tool-call-renderer.ts +0 -35
  288. package/src/v2/types/sandbox-function.ts +0 -11
  289. package/tsconfig.json +0 -8
  290. package/tsdown.config.ts +0 -193
  291. package/typedoc.json +0 -4
  292. package/vitest.config.mjs +0 -31
@@ -1,1050 +0,0 @@
1
- import React from "react";
2
- import { render, screen, fireEvent } from "@testing-library/react";
3
- import { describe, it, expect, vi } from "vitest";
4
- import { CopilotChatView } from "../CopilotChatView";
5
- import { CopilotChatMessageView } from "../CopilotChatMessageView";
6
- import { CopilotChatInput } from "../CopilotChatInput";
7
- import { CopilotChatSuggestionView } from "../CopilotChatSuggestionView";
8
- import { CopilotKitProvider } from "../../../providers/CopilotKitProvider";
9
- import { CopilotChatConfigurationProvider } from "../../../providers/CopilotChatConfigurationProvider";
10
-
11
- // Wrapper to provide required context
12
- const TestWrapper: React.FC<{ children: React.ReactNode }> = ({ children }) => (
13
- <CopilotKitProvider>
14
- <CopilotChatConfigurationProvider threadId="test-thread">
15
- <div style={{ height: 400 }}>{children}</div>
16
- </CopilotChatConfigurationProvider>
17
- </CopilotKitProvider>
18
- );
19
-
20
- const sampleMessages = [
21
- { id: "1", role: "user" as const, content: "Hello" },
22
- { id: "2", role: "assistant" as const, content: "Hi there!" },
23
- ];
24
-
25
- describe("CopilotChatView Slot System E2E Tests", () => {
26
- // ============================================================================
27
- // 1. TAILWIND CLASS TESTS
28
- // ============================================================================
29
- describe("1. Tailwind Class Slot Override", () => {
30
- describe("messageView slot", () => {
31
- it("should apply tailwind class string to messageView", () => {
32
- render(
33
- <TestWrapper>
34
- <CopilotChatView
35
- messages={sampleMessages}
36
- messageView="bg-red-500 text-white p-4"
37
- />
38
- </TestWrapper>,
39
- );
40
-
41
- // The messageView should have the custom tailwind classes
42
- const messageContainer = document.querySelector(
43
- '[class*="bg-red-500"]',
44
- );
45
- expect(messageContainer).toBeDefined();
46
- expect(messageContainer?.classList.contains("text-white")).toBe(true);
47
- expect(messageContainer?.classList.contains("p-4")).toBe(true);
48
- });
49
-
50
- it("should override default className with tailwind string", () => {
51
- const { container } = render(
52
- <TestWrapper>
53
- <CopilotChatView
54
- messages={sampleMessages}
55
- messageView="custom-override-class"
56
- />
57
- </TestWrapper>,
58
- );
59
-
60
- const messageContainer = container.querySelector(
61
- ".custom-override-class",
62
- );
63
- expect(messageContainer).toBeDefined();
64
- });
65
- });
66
-
67
- describe("scrollView slot", () => {
68
- it("should apply tailwind class string to scrollView", () => {
69
- const { container } = render(
70
- <TestWrapper>
71
- <CopilotChatView
72
- messages={sampleMessages}
73
- scrollView="overflow-y-auto bg-gray-100"
74
- />
75
- </TestWrapper>,
76
- );
77
-
78
- const scrollContainer = container.querySelector(".overflow-y-auto");
79
- expect(scrollContainer).toBeDefined();
80
- expect(scrollContainer?.classList.contains("bg-gray-100")).toBe(true);
81
- });
82
- });
83
-
84
- describe("scrollToBottomButton slot (nested under scrollView)", () => {
85
- it("should apply tailwind class string to scrollToBottomButton via scrollView", () => {
86
- const { container } = render(
87
- <TestWrapper>
88
- <CopilotChatView
89
- messages={sampleMessages}
90
- scrollView={{ scrollToBottomButton: "bg-blue-500 rounded-full" }}
91
- />
92
- </TestWrapper>,
93
- );
94
-
95
- // Note: button may only appear when scrolled
96
- const button = container.querySelector(".bg-blue-500");
97
- if (button) {
98
- expect(button.classList.contains("rounded-full")).toBe(true);
99
- }
100
- });
101
- });
102
-
103
- describe("input slot", () => {
104
- it("should apply tailwind class string to input", () => {
105
- const { container } = render(
106
- <TestWrapper>
107
- <CopilotChatView
108
- messages={sampleMessages}
109
- input="border-2 border-purple-500"
110
- />
111
- </TestWrapper>,
112
- );
113
-
114
- const inputContainer = container.querySelector(".border-purple-500");
115
- expect(inputContainer).toBeDefined();
116
- });
117
- });
118
-
119
- describe("feather slot (via scrollView)", () => {
120
- it("should apply tailwind class string to feather via scrollView", () => {
121
- const { container } = render(
122
- <TestWrapper>
123
- <CopilotChatView
124
- messages={sampleMessages}
125
- scrollView={{ feather: "text-green-500 font-bold" }}
126
- />
127
- </TestWrapper>,
128
- );
129
-
130
- const feather = container.querySelector(".text-green-500");
131
- if (feather) {
132
- expect(feather.classList.contains("font-bold")).toBe(true);
133
- }
134
- });
135
- });
136
-
137
- describe("suggestionView slot", () => {
138
- it("should apply tailwind class string to suggestionView", () => {
139
- const suggestions = [
140
- { title: "Test", message: "Test message", isLoading: false },
141
- ];
142
-
143
- const { container } = render(
144
- <TestWrapper>
145
- <CopilotChatView
146
- messages={sampleMessages}
147
- suggestions={suggestions}
148
- suggestionView="flex gap-2 bg-indigo-50"
149
- />
150
- </TestWrapper>,
151
- );
152
-
153
- const suggestionContainer = container.querySelector(".bg-indigo-50");
154
- expect(suggestionContainer).toBeDefined();
155
- });
156
- });
157
-
158
- describe("className vs tailwind string precedence", () => {
159
- it("tailwind string should completely replace className (not merge)", () => {
160
- const { container } = render(
161
- <TestWrapper>
162
- <CopilotChatView
163
- messages={sampleMessages}
164
- input="only-this-class"
165
- />
166
- </TestWrapper>,
167
- );
168
-
169
- const inputEl = container.querySelector(".only-this-class");
170
- expect(inputEl).toBeDefined();
171
- // The string replaces className, so default classes should not be present
172
- });
173
- });
174
-
175
- describe("non-tailwind inline styles should still work", () => {
176
- it("should accept style prop alongside className override", () => {
177
- const CustomInput = React.forwardRef<HTMLDivElement, any>(
178
- (props, ref) => (
179
- <div
180
- ref={ref}
181
- className={props.className}
182
- style={{ backgroundColor: "rgb(255, 0, 0)" }}
183
- data-testid="custom-input"
184
- >
185
- {props.children}
186
- </div>
187
- ),
188
- );
189
- CustomInput.displayName = "CustomInput";
190
-
191
- render(
192
- <TestWrapper>
193
- <CopilotChatView messages={sampleMessages} input={CustomInput} />
194
- </TestWrapper>,
195
- );
196
-
197
- const customInput = screen.queryByTestId("custom-input");
198
- if (customInput) {
199
- expect(customInput.style.backgroundColor).toBe("rgb(255, 0, 0)");
200
- }
201
- });
202
- });
203
- });
204
-
205
- // ============================================================================
206
- // 2. PROPERTIES (onClick, disabled, etc.) TESTS
207
- // ============================================================================
208
- describe("2. Properties Slot Override", () => {
209
- describe("scrollToBottomButton props (nested under scrollView)", () => {
210
- it("should pass onClick handler to scrollToBottomButton via scrollView", () => {
211
- const handleClick = vi.fn();
212
-
213
- render(
214
- <TestWrapper>
215
- <CopilotChatView
216
- messages={sampleMessages}
217
- scrollView={{ scrollToBottomButton: { onClick: handleClick } }}
218
- />
219
- </TestWrapper>,
220
- );
221
-
222
- // Find and click the scroll button if visible
223
- const buttons = document.querySelectorAll("button");
224
- buttons.forEach((btn) => {
225
- if (btn.getAttribute("aria-label")?.includes("scroll")) {
226
- fireEvent.click(btn);
227
- }
228
- });
229
- // Note: onClick may only fire if button is visible
230
- });
231
-
232
- it("should pass disabled prop to scrollToBottomButton via scrollView", () => {
233
- const { container } = render(
234
- <TestWrapper>
235
- <CopilotChatView
236
- messages={sampleMessages}
237
- scrollView={{ scrollToBottomButton: { disabled: true } }}
238
- />
239
- </TestWrapper>,
240
- );
241
-
242
- const buttons = container.querySelectorAll("button[disabled]");
243
- // Check if any button is disabled
244
- expect(buttons).toBeDefined();
245
- });
246
- });
247
-
248
- describe("input props", () => {
249
- it("should pass onFocus handler to input", async () => {
250
- const handleFocus = vi.fn();
251
-
252
- render(
253
- <TestWrapper>
254
- <CopilotChatView
255
- messages={sampleMessages}
256
- input={{ onFocus: handleFocus }}
257
- />
258
- </TestWrapper>,
259
- );
260
-
261
- const textarea = await screen.findByRole("textbox");
262
- fireEvent.focus(textarea);
263
- // Note: depends on how input passes props through
264
- });
265
-
266
- it("should pass autoFocus prop to input", () => {
267
- render(
268
- <TestWrapper>
269
- <CopilotChatView
270
- messages={sampleMessages}
271
- input={{ autoFocus: true }}
272
- />
273
- </TestWrapper>,
274
- );
275
-
276
- // Check if textbox is focused
277
- const textarea = document.querySelector("textarea");
278
- // autoFocus behavior may vary
279
- });
280
- });
281
-
282
- describe("messageView props", () => {
283
- it("should pass isRunning prop to messageView", () => {
284
- render(
285
- <TestWrapper>
286
- <CopilotChatView
287
- messages={sampleMessages}
288
- isRunning={true}
289
- messageView={{ "data-testid": "message-view-running" } as any}
290
- />
291
- </TestWrapper>,
292
- );
293
-
294
- const messageView = screen.queryByTestId("message-view-running");
295
- expect(messageView).toBeDefined();
296
- });
297
- });
298
- });
299
-
300
- // ============================================================================
301
- // 3. CUSTOM COMPONENT TESTS
302
- // ============================================================================
303
- describe("3. Custom Component Slot Override", () => {
304
- describe("messageView custom component", () => {
305
- it("should render custom messageView component", () => {
306
- const CustomMessageView: React.FC<any> = ({ messages }) => (
307
- <div data-testid="custom-message-view">
308
- Custom: {messages?.length || 0} messages
309
- </div>
310
- );
311
-
312
- render(
313
- <TestWrapper>
314
- <CopilotChatView
315
- messages={sampleMessages}
316
- messageView={CustomMessageView}
317
- />
318
- </TestWrapper>,
319
- );
320
-
321
- expect(screen.getByTestId("custom-message-view")).toBeDefined();
322
- expect(screen.getByText(/Custom: 2 messages/)).toBeDefined();
323
- });
324
-
325
- it("custom messageView should receive all props including messages", () => {
326
- const receivedProps: any = {};
327
-
328
- const CustomMessageView: React.FC<any> = (props) => {
329
- Object.assign(receivedProps, props);
330
- return <div data-testid="props-receiver">Received</div>;
331
- };
332
-
333
- render(
334
- <TestWrapper>
335
- <CopilotChatView
336
- messages={sampleMessages}
337
- isRunning={true}
338
- messageView={CustomMessageView}
339
- />
340
- </TestWrapper>,
341
- );
342
-
343
- expect(receivedProps.messages).toBeDefined();
344
- expect(receivedProps.messages.length).toBe(2);
345
- expect(receivedProps.isRunning).toBe(true);
346
- });
347
- });
348
-
349
- describe("input custom component", () => {
350
- it("should render custom input component", () => {
351
- const CustomInput: React.FC<any> = (props) => (
352
- <div data-testid="custom-input">
353
- <input
354
- type="text"
355
- placeholder="Custom input"
356
- onChange={(e) => props.onChange?.(e.target.value)}
357
- />
358
- <button onClick={() => props.onSubmitMessage?.("test")}>
359
- Send
360
- </button>
361
- </div>
362
- );
363
-
364
- render(
365
- <TestWrapper>
366
- <CopilotChatView messages={sampleMessages} input={CustomInput} />
367
- </TestWrapper>,
368
- );
369
-
370
- expect(screen.getByTestId("custom-input")).toBeDefined();
371
- expect(screen.getByPlaceholderText("Custom input")).toBeDefined();
372
- });
373
-
374
- it("custom input should receive onSubmitMessage callback", () => {
375
- const submitHandler = vi.fn();
376
-
377
- const CustomInput: React.FC<any> = ({ onSubmitMessage }) => (
378
- <button
379
- data-testid="custom-submit"
380
- onClick={() => onSubmitMessage?.("test message")}
381
- >
382
- Submit
383
- </button>
384
- );
385
-
386
- render(
387
- <TestWrapper>
388
- <CopilotChatView
389
- messages={sampleMessages}
390
- input={CustomInput}
391
- onSubmitMessage={submitHandler}
392
- />
393
- </TestWrapper>,
394
- );
395
-
396
- fireEvent.click(screen.getByTestId("custom-submit"));
397
- expect(submitHandler).toHaveBeenCalledWith("test message");
398
- });
399
- });
400
-
401
- describe("scrollView custom component", () => {
402
- it("should render custom scrollView component", () => {
403
- const CustomScrollView: React.FC<any> = ({ children }) => (
404
- <div
405
- data-testid="custom-scroll"
406
- style={{ maxHeight: 300, overflow: "auto" }}
407
- >
408
- {children}
409
- </div>
410
- );
411
-
412
- render(
413
- <TestWrapper>
414
- <CopilotChatView
415
- messages={sampleMessages}
416
- scrollView={CustomScrollView}
417
- />
418
- </TestWrapper>,
419
- );
420
-
421
- expect(screen.getByTestId("custom-scroll")).toBeDefined();
422
- });
423
- });
424
-
425
- describe("suggestionView custom component", () => {
426
- it("should render custom suggestionView component", () => {
427
- const suggestions = [
428
- { title: "Option A", message: "Do A", isLoading: false },
429
- { title: "Option B", message: "Do B", isLoading: false },
430
- ];
431
-
432
- const CustomSuggestionView: React.FC<any> = ({
433
- suggestions,
434
- onSelectSuggestion,
435
- }) => (
436
- <div data-testid="custom-suggestions">
437
- {suggestions.map((s: any, i: number) => (
438
- <button key={i} onClick={() => onSelectSuggestion?.(s, i)}>
439
- {s.title}
440
- </button>
441
- ))}
442
- </div>
443
- );
444
-
445
- render(
446
- <TestWrapper>
447
- <CopilotChatView
448
- messages={sampleMessages}
449
- suggestions={suggestions}
450
- suggestionView={CustomSuggestionView}
451
- />
452
- </TestWrapper>,
453
- );
454
-
455
- expect(screen.getByTestId("custom-suggestions")).toBeDefined();
456
- expect(screen.getByText("Option A")).toBeDefined();
457
- expect(screen.getByText("Option B")).toBeDefined();
458
- });
459
- });
460
-
461
- describe("feather custom component (via scrollView)", () => {
462
- it("should render custom feather component via scrollView", () => {
463
- const CustomFeather: React.FC<any> = () => (
464
- <div data-testid="custom-feather">Custom Feather</div>
465
- );
466
-
467
- render(
468
- <TestWrapper>
469
- <CopilotChatView
470
- messages={sampleMessages}
471
- scrollView={{ feather: CustomFeather }}
472
- />
473
- </TestWrapper>,
474
- );
475
-
476
- const feather = screen.queryByTestId("custom-feather");
477
- if (feather) {
478
- expect(feather.textContent).toContain("Custom Feather");
479
- }
480
- });
481
- });
482
-
483
- describe("scrollToBottomButton custom component (nested under scrollView)", () => {
484
- it("should render custom scrollToBottomButton component via scrollView", () => {
485
- const CustomScrollButton: React.FC<any> = ({ onClick }) => (
486
- <button data-testid="custom-scroll-btn" onClick={onClick}>
487
- ⬇️ Go Down
488
- </button>
489
- );
490
-
491
- render(
492
- <TestWrapper>
493
- <CopilotChatView
494
- messages={sampleMessages}
495
- scrollView={{ scrollToBottomButton: CustomScrollButton }}
496
- />
497
- </TestWrapper>,
498
- );
499
-
500
- // Button may only appear when scrolled
501
- const btn = screen.queryByTestId("custom-scroll-btn");
502
- if (btn) {
503
- expect(btn.textContent).toContain("Go Down");
504
- }
505
- });
506
- });
507
- });
508
-
509
- // ============================================================================
510
- // 4. RECURSIVE DRILL-DOWN TESTS
511
- // ============================================================================
512
- describe("4. Recursive Subcomponent Drill-Down", () => {
513
- describe("messageView -> assistantMessage drill-down", () => {
514
- it("should allow customizing assistantMessage within messageView", () => {
515
- const CustomAssistantMessage: React.FC<any> = ({ message }) => (
516
- <div data-testid="custom-assistant-msg">
517
- Custom Assistant: {message?.content}
518
- </div>
519
- );
520
-
521
- render(
522
- <TestWrapper>
523
- <CopilotChatView
524
- messages={sampleMessages}
525
- messageView={{
526
- assistantMessage: CustomAssistantMessage,
527
- }}
528
- />
529
- </TestWrapper>,
530
- );
531
-
532
- expect(screen.getByTestId("custom-assistant-msg")).toBeDefined();
533
- expect(screen.getByText(/Custom Assistant: Hi there!/)).toBeDefined();
534
- });
535
- });
536
-
537
- describe("messageView -> userMessage drill-down", () => {
538
- it("should allow customizing userMessage within messageView", () => {
539
- const CustomUserMessage: React.FC<any> = ({ message }) => (
540
- <div data-testid="custom-user-msg">User said: {message?.content}</div>
541
- );
542
-
543
- render(
544
- <TestWrapper>
545
- <CopilotChatView
546
- messages={sampleMessages}
547
- messageView={{
548
- userMessage: CustomUserMessage,
549
- }}
550
- />
551
- </TestWrapper>,
552
- );
553
-
554
- expect(screen.getByTestId("custom-user-msg")).toBeDefined();
555
- expect(screen.getByText(/User said: Hello/)).toBeDefined();
556
- });
557
- });
558
-
559
- describe("messageView -> cursor drill-down", () => {
560
- it("should allow customizing cursor within messageView", () => {
561
- const CustomCursor: React.FC<any> = () => (
562
- <span data-testid="custom-cursor">|</span>
563
- );
564
-
565
- render(
566
- <TestWrapper>
567
- <CopilotChatView
568
- messages={sampleMessages}
569
- isRunning={true}
570
- messageView={{
571
- cursor: CustomCursor,
572
- }}
573
- />
574
- </TestWrapper>,
575
- );
576
-
577
- // Cursor appears when running
578
- const cursor = screen.queryByTestId("custom-cursor");
579
- if (cursor) {
580
- expect(cursor.textContent).toBe("|");
581
- }
582
- });
583
- });
584
-
585
- describe("input -> textArea drill-down", () => {
586
- it("should allow customizing textArea within input", () => {
587
- const CustomTextArea: React.FC<any> = React.forwardRef<
588
- HTMLTextAreaElement,
589
- any
590
- >(({ value, onChange, ...props }, ref) => (
591
- <textarea
592
- ref={ref}
593
- data-testid="custom-textarea"
594
- value={value}
595
- onChange={(e) => onChange?.(e.target.value)}
596
- placeholder="Type here..."
597
- {...props}
598
- />
599
- ));
600
-
601
- render(
602
- <TestWrapper>
603
- <CopilotChatView
604
- messages={sampleMessages}
605
- input={{
606
- textArea: CustomTextArea,
607
- }}
608
- />
609
- </TestWrapper>,
610
- );
611
-
612
- const textarea = screen.queryByTestId("custom-textarea");
613
- if (textarea) {
614
- expect(textarea.getAttribute("placeholder")).toBe("Type here...");
615
- }
616
- });
617
- });
618
-
619
- describe("input -> sendButton drill-down", () => {
620
- it("should allow customizing sendButton within input", () => {
621
- const CustomSendButton: React.FC<any> = ({ onClick, disabled }) => (
622
- <button
623
- data-testid="custom-send-btn"
624
- onClick={onClick}
625
- disabled={disabled}
626
- >
627
- 🚀 Send
628
- </button>
629
- );
630
-
631
- render(
632
- <TestWrapper>
633
- <CopilotChatView
634
- messages={sampleMessages}
635
- input={{
636
- sendButton: CustomSendButton,
637
- }}
638
- />
639
- </TestWrapper>,
640
- );
641
-
642
- const sendBtn = screen.queryByTestId("custom-send-btn");
643
- if (sendBtn) {
644
- expect(sendBtn.textContent).toContain("Send");
645
- }
646
- });
647
- });
648
-
649
- describe("input -> addMenuButton drill-down", () => {
650
- it("should allow customizing addMenuButton within input", () => {
651
- const CustomAddMenu: React.FC<any> = () => (
652
- <button data-testid="custom-add-menu">+ Add</button>
653
- );
654
-
655
- render(
656
- <TestWrapper>
657
- <CopilotChatView
658
- messages={sampleMessages}
659
- input={{
660
- addMenuButton: CustomAddMenu,
661
- }}
662
- />
663
- </TestWrapper>,
664
- );
665
-
666
- const addBtn = screen.queryByTestId("custom-add-menu");
667
- if (addBtn) {
668
- expect(addBtn.textContent).toContain("Add");
669
- }
670
- });
671
- });
672
-
673
- describe("suggestionView -> suggestion drill-down", () => {
674
- it("should allow customizing suggestion pill within suggestionView", () => {
675
- const suggestions = [
676
- { title: "Suggestion 1", message: "Do 1", isLoading: false },
677
- ];
678
-
679
- // Custom suggestion component that handles the props passed by the slot system
680
- const CustomSuggestionPill: React.FC<any> = ({
681
- suggestion,
682
- onClick,
683
- title,
684
- }) => (
685
- <button
686
- data-testid="custom-suggestion-pill"
687
- onClick={() => onClick?.(suggestion)}
688
- >
689
- 💡 {suggestion?.title ?? title ?? "Suggestion"}
690
- </button>
691
- );
692
-
693
- render(
694
- <TestWrapper>
695
- <CopilotChatView
696
- messages={sampleMessages}
697
- suggestions={suggestions}
698
- suggestionView={{
699
- suggestion: CustomSuggestionPill,
700
- }}
701
- />
702
- </TestWrapper>,
703
- );
704
-
705
- const pill = screen.queryByTestId("custom-suggestion-pill");
706
- if (pill) {
707
- expect(pill.textContent).toContain("Suggestion");
708
- }
709
- });
710
- });
711
-
712
- describe("suggestionView -> container drill-down", () => {
713
- it("should allow customizing container within suggestionView", () => {
714
- const suggestions = [
715
- { title: "Test", message: "Test msg", isLoading: false },
716
- ];
717
-
718
- const CustomContainer: React.FC<any> = React.forwardRef<
719
- HTMLDivElement,
720
- any
721
- >(({ children, ...props }, ref) => (
722
- <div ref={ref} data-testid="custom-suggestion-container" {...props}>
723
- <span>Suggestions:</span>
724
- {children}
725
- </div>
726
- ));
727
-
728
- render(
729
- <TestWrapper>
730
- <CopilotChatView
731
- messages={sampleMessages}
732
- suggestions={suggestions}
733
- suggestionView={{
734
- container: CustomContainer,
735
- }}
736
- />
737
- </TestWrapper>,
738
- );
739
-
740
- const container = screen.queryByTestId("custom-suggestion-container");
741
- if (container) {
742
- expect(container.textContent).toContain("Suggestions:");
743
- }
744
- });
745
- });
746
-
747
- describe("multiple nested overrides simultaneously", () => {
748
- it("should allow overriding multiple nested slots at once", () => {
749
- const CustomAssistant: React.FC<any> = ({ message }) => (
750
- <div data-testid="nested-assistant">A: {message?.content}</div>
751
- );
752
-
753
- const CustomUser: React.FC<any> = ({ message }) => (
754
- <div data-testid="nested-user">U: {message?.content}</div>
755
- );
756
-
757
- const CustomTextArea: React.FC<any> = React.forwardRef<any, any>(
758
- (props, ref) => (
759
- <textarea ref={ref} data-testid="nested-textarea" {...props} />
760
- ),
761
- );
762
-
763
- render(
764
- <TestWrapper>
765
- <CopilotChatView
766
- messages={sampleMessages}
767
- messageView={{
768
- assistantMessage: CustomAssistant,
769
- userMessage: CustomUser,
770
- }}
771
- input={{
772
- textArea: CustomTextArea,
773
- }}
774
- />
775
- </TestWrapper>,
776
- );
777
-
778
- expect(screen.getByTestId("nested-assistant")).toBeDefined();
779
- expect(screen.getByTestId("nested-user")).toBeDefined();
780
- const textarea = screen.queryByTestId("nested-textarea");
781
- expect(textarea).toBeDefined();
782
- });
783
- });
784
-
785
- describe("three-level deep nesting", () => {
786
- it("should support messageView -> assistantMessage -> toolbar drill-down", () => {
787
- const CustomToolbar: React.FC<any> = ({ children }) => (
788
- <div data-testid="custom-toolbar" className="custom-toolbar">
789
- Custom Toolbar: {children}
790
- </div>
791
- );
792
-
793
- render(
794
- <TestWrapper>
795
- <CopilotChatView
796
- messages={sampleMessages}
797
- messageView={{
798
- assistantMessage: {
799
- toolbar: CustomToolbar,
800
- },
801
- }}
802
- />
803
- </TestWrapper>,
804
- );
805
-
806
- const toolbar = screen.queryByTestId("custom-toolbar");
807
- if (toolbar) {
808
- expect(toolbar.textContent).toContain("Custom Toolbar");
809
- }
810
- });
811
-
812
- it("should support messageView -> assistantMessage -> copyButton drill-down", () => {
813
- const CustomCopyButton: React.FC<any> = ({ onClick }) => (
814
- <button data-testid="custom-copy-btn" onClick={onClick}>
815
- 📋 Copy
816
- </button>
817
- );
818
-
819
- render(
820
- <TestWrapper>
821
- <CopilotChatView
822
- messages={sampleMessages}
823
- messageView={{
824
- assistantMessage: {
825
- copyButton: CustomCopyButton,
826
- },
827
- }}
828
- />
829
- </TestWrapper>,
830
- );
831
-
832
- const copyBtn = screen.queryByTestId("custom-copy-btn");
833
- if (copyBtn) {
834
- expect(copyBtn.textContent).toContain("Copy");
835
- }
836
- });
837
-
838
- it("should support messageView -> userMessage -> editButton drill-down", () => {
839
- const CustomEditButton: React.FC<any> = ({ onClick }) => (
840
- <button data-testid="custom-edit-btn" onClick={onClick}>
841
- ✏️ Edit
842
- </button>
843
- );
844
-
845
- render(
846
- <TestWrapper>
847
- <CopilotChatView
848
- messages={sampleMessages}
849
- messageView={{
850
- userMessage: {
851
- editButton: CustomEditButton,
852
- },
853
- }}
854
- />
855
- </TestWrapper>,
856
- );
857
-
858
- const editBtn = screen.queryByTestId("custom-edit-btn");
859
- if (editBtn) {
860
- expect(editBtn.textContent).toContain("Edit");
861
- }
862
- });
863
- });
864
- });
865
-
866
- // ============================================================================
867
- // 5. CLASSNAME OVERRIDE TESTS
868
- // ============================================================================
869
- describe("5. className Override with Tailwind", () => {
870
- describe("className prop override", () => {
871
- it("should allow className prop in object slot to override defaults", () => {
872
- const { container } = render(
873
- <TestWrapper>
874
- <CopilotChatView
875
- messages={sampleMessages}
876
- messageView={{ className: "my-custom-class" }}
877
- />
878
- </TestWrapper>,
879
- );
880
-
881
- const customElement = container.querySelector(".my-custom-class");
882
- expect(customElement).toBeDefined();
883
- });
884
-
885
- it("should merge className with other props in object slot", () => {
886
- render(
887
- <TestWrapper>
888
- <CopilotChatView
889
- messages={sampleMessages}
890
- input={
891
- {
892
- className: "custom-input-class",
893
- "data-testid": "input-with-class",
894
- } as any
895
- }
896
- />
897
- </TestWrapper>,
898
- );
899
-
900
- const input = screen.queryByTestId("input-with-class");
901
- if (input) {
902
- expect(input.classList.contains("custom-input-class")).toBe(true);
903
- }
904
- });
905
- });
906
-
907
- describe("string slot vs className prop equivalence", () => {
908
- it("string slot should behave same as className prop", () => {
909
- // String slot version
910
- const { container: container1 } = render(
911
- <TestWrapper>
912
- <CopilotChatView
913
- messages={sampleMessages}
914
- input="test-class-string"
915
- />
916
- </TestWrapper>,
917
- );
918
-
919
- // className prop version
920
- const { container: container2 } = render(
921
- <TestWrapper>
922
- <CopilotChatView
923
- messages={sampleMessages}
924
- input={{ className: "test-class-object" }}
925
- />
926
- </TestWrapper>,
927
- );
928
-
929
- expect(container1.querySelector(".test-class-string")).toBeDefined();
930
- expect(container2.querySelector(".test-class-object")).toBeDefined();
931
- });
932
- });
933
-
934
- describe("tailwind utility class merging", () => {
935
- it("should properly apply tailwind utilities like flex, grid, etc.", () => {
936
- const { container } = render(
937
- <TestWrapper>
938
- <CopilotChatView
939
- messages={sampleMessages}
940
- input="flex items-center justify-between gap-4"
941
- />
942
- </TestWrapper>,
943
- );
944
-
945
- // Find the input specifically (it has justify-between which is unique to our slot)
946
- const flexContainer = container.querySelector(".justify-between");
947
- if (flexContainer) {
948
- expect(flexContainer.classList.contains("flex")).toBe(true);
949
- expect(flexContainer.classList.contains("items-center")).toBe(true);
950
- expect(flexContainer.classList.contains("gap-4")).toBe(true);
951
- }
952
- });
953
-
954
- it("should apply responsive tailwind classes", () => {
955
- const { container } = render(
956
- <TestWrapper>
957
- <CopilotChatView
958
- messages={sampleMessages}
959
- messageView="p-2 md:p-4 lg:p-6"
960
- />
961
- </TestWrapper>,
962
- );
963
-
964
- const element = container.querySelector(".p-2");
965
- if (element) {
966
- expect(element.classList.contains("md:p-4")).toBe(true);
967
- expect(element.classList.contains("lg:p-6")).toBe(true);
968
- }
969
- });
970
-
971
- it("should apply dark mode tailwind classes", () => {
972
- const { container } = render(
973
- <TestWrapper>
974
- <CopilotChatView
975
- messages={sampleMessages}
976
- scrollView="bg-white dark:bg-gray-900"
977
- />
978
- </TestWrapper>,
979
- );
980
-
981
- const element = container.querySelector(".bg-white");
982
- if (element) {
983
- expect(element.classList.contains("dark:bg-gray-900")).toBe(true);
984
- }
985
- });
986
- });
987
-
988
- describe("user className should override pre-set className", () => {
989
- it("object slot className should take precedence over defaults", () => {
990
- // This tests that when user provides className in object slot,
991
- // it should override/replace the default className
992
- const { container } = render(
993
- <TestWrapper>
994
- <CopilotChatView
995
- messages={sampleMessages}
996
- input={{ className: "user-override-class" }}
997
- />
998
- </TestWrapper>,
999
- );
1000
-
1001
- const element = container.querySelector(".user-override-class");
1002
- expect(element).toBeDefined();
1003
- });
1004
- });
1005
- });
1006
-
1007
- // ============================================================================
1008
- // 6. CHILDREN RENDER FUNCTION TESTS
1009
- // ============================================================================
1010
- describe("6. Children Render Function (Composition Pattern)", () => {
1011
- it("should support children render function for full control", () => {
1012
- render(
1013
- <TestWrapper>
1014
- <CopilotChatView messages={sampleMessages}>
1015
- {({ messageView, input }) => (
1016
- <div data-testid="custom-layout">
1017
- <div className="messages-area">{messageView}</div>
1018
- <div className="input-area">{input}</div>
1019
- </div>
1020
- )}
1021
- </CopilotChatView>
1022
- </TestWrapper>,
1023
- );
1024
-
1025
- expect(screen.getByTestId("custom-layout")).toBeDefined();
1026
- expect(document.querySelector(".messages-area")).toBeDefined();
1027
- expect(document.querySelector(".input-area")).toBeDefined();
1028
- });
1029
-
1030
- it("children render function should receive all slot elements", () => {
1031
- const receivedSlots: string[] = [];
1032
-
1033
- render(
1034
- <TestWrapper>
1035
- <CopilotChatView messages={sampleMessages}>
1036
- {(slots) => {
1037
- receivedSlots.push(...Object.keys(slots));
1038
- return <div data-testid="render-check">Rendered</div>;
1039
- }}
1040
- </CopilotChatView>
1041
- </TestWrapper>,
1042
- );
1043
-
1044
- // Should receive at least messageView, input, scrollView, etc.
1045
- expect(
1046
- receivedSlots.includes("messageView") || receivedSlots.length > 0,
1047
- ).toBe(true);
1048
- });
1049
- });
1050
- });