@copilotkit/react-ui 0.14.0-alpha.5 → 0.14.0
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/.turbo/turbo-build.log +195 -195
- package/CHANGELOG.md +23 -0
- package/dist/chunk-2KAF7NKC.mjs +484 -0
- package/dist/chunk-2KAF7NKC.mjs.map +1 -0
- package/dist/chunk-5KEDV5VC.mjs +27 -0
- package/dist/chunk-5KEDV5VC.mjs.map +1 -0
- package/dist/chunk-6LAZQHEB.mjs +129 -0
- package/dist/chunk-6LAZQHEB.mjs.map +1 -0
- package/dist/chunk-7NSRDJ5C.mjs +3 -0
- package/dist/chunk-7NSRDJ5C.mjs.map +1 -0
- package/dist/chunk-C34L4AWW.mjs +39 -0
- package/dist/chunk-C34L4AWW.mjs.map +1 -0
- package/dist/chunk-CF3BK4OX.mjs +53 -0
- package/dist/chunk-CF3BK4OX.mjs.map +1 -0
- package/dist/chunk-CNQX2VY3.mjs +66 -0
- package/dist/chunk-CNQX2VY3.mjs.map +1 -0
- package/dist/chunk-GCOPYGHH.mjs +27 -0
- package/dist/chunk-GCOPYGHH.mjs.map +1 -0
- package/dist/chunk-H4VKQGVU.mjs +3 -0
- package/dist/chunk-H4VKQGVU.mjs.map +1 -0
- package/dist/chunk-IJLMKBSZ.mjs +25 -0
- package/dist/chunk-IJLMKBSZ.mjs.map +1 -0
- package/dist/chunk-INCNMGJ7.mjs +72 -0
- package/dist/chunk-INCNMGJ7.mjs.map +1 -0
- package/dist/chunk-IU3WTXLQ.mjs +3 -0
- package/dist/chunk-IU3WTXLQ.mjs.map +1 -0
- package/dist/chunk-M3CZWJI3.mjs +44 -0
- package/dist/chunk-M3CZWJI3.mjs.map +1 -0
- package/dist/chunk-MC6KTH4X.mjs +12 -0
- package/dist/chunk-MC6KTH4X.mjs.map +1 -0
- package/dist/chunk-MRXNTQOX.mjs +55 -0
- package/dist/chunk-MRXNTQOX.mjs.map +1 -0
- package/dist/chunk-OHWEJUCS.mjs +18 -0
- package/dist/chunk-OHWEJUCS.mjs.map +1 -0
- package/dist/chunk-OOBQC5H6.mjs +34 -0
- package/dist/chunk-OOBQC5H6.mjs.map +1 -0
- package/dist/chunk-POVINPXX.mjs +26 -0
- package/dist/chunk-POVINPXX.mjs.map +1 -0
- package/dist/chunk-Q6YO7LDK.mjs +40 -0
- package/dist/chunk-Q6YO7LDK.mjs.map +1 -0
- package/dist/chunk-RPTRCFSO.mjs +42 -0
- package/dist/chunk-RPTRCFSO.mjs.map +1 -0
- package/dist/chunk-SEH5PQVW.mjs +52 -0
- package/dist/chunk-SEH5PQVW.mjs.map +1 -0
- package/dist/chunk-SHOTWRKC.mjs +18 -0
- package/dist/chunk-SHOTWRKC.mjs.map +1 -0
- package/dist/chunk-SRBUGQTM.mjs +109 -0
- package/dist/chunk-SRBUGQTM.mjs.map +1 -0
- package/dist/chunk-TEYIQHMK.mjs +12 -0
- package/dist/chunk-TEYIQHMK.mjs.map +1 -0
- package/dist/chunk-U6NJWGTV.mjs +3 -0
- package/dist/chunk-U6NJWGTV.mjs.map +1 -0
- package/dist/chunk-VGX2W5ZB.mjs +28 -0
- package/dist/chunk-VGX2W5ZB.mjs.map +1 -0
- package/dist/chunk-XGUBRIUV.mjs +72 -0
- package/dist/chunk-XGUBRIUV.mjs.map +1 -0
- package/dist/chunk-ZYC5YVDO.mjs +21 -0
- package/dist/chunk-ZYC5YVDO.mjs.map +1 -0
- package/dist/components/chat-components/chat-list.mjs +12 -440
- package/dist/components/chat-components/chat-list.mjs.map +1 -1
- package/dist/components/chat-components/chat-message-actions.mjs +7 -168
- package/dist/components/chat-components/chat-message-actions.mjs.map +1 -1
- package/dist/components/chat-components/chat-message.mjs +10 -403
- package/dist/components/chat-components/chat-message.mjs.map +1 -1
- package/dist/components/chat-components/chat-panel.mjs +9 -301
- package/dist/components/chat-components/chat-panel.mjs.map +1 -1
- package/dist/components/chat-components/chat-scroll-anchor.mjs +4 -44
- package/dist/components/chat-components/chat-scroll-anchor.mjs.map +1 -1
- package/dist/components/chat-components/clear-history.mjs +25 -249
- package/dist/components/chat-components/clear-history.mjs.map +1 -1
- package/dist/components/chat-components/copilot-chat.mjs +21 -809
- package/dist/components/chat-components/copilot-chat.mjs.map +1 -1
- package/dist/components/chat-components/default-empty-screen.mjs +7 -175
- package/dist/components/chat-components/default-empty-screen.mjs.map +1 -1
- package/dist/components/chat-components/external-link.mjs +3 -25
- package/dist/components/chat-components/external-link.mjs.map +1 -1
- package/dist/components/chat-components/markdown.mjs +3 -10
- package/dist/components/chat-components/markdown.mjs.map +1 -1
- package/dist/components/chat-components/prompt-form.mjs +8 -227
- package/dist/components/chat-components/prompt-form.mjs.map +1 -1
- package/dist/components/chat-components/theme-toggle.mjs +14 -130
- package/dist/components/chat-components/theme-toggle.mjs.map +1 -1
- package/dist/components/chat-components/toaster.mjs +3 -7
- package/dist/components/chat-components/toaster.mjs.map +1 -1
- package/dist/components/chat-components/ui/alert-dialog.mjs +5 -199
- package/dist/components/chat-components/ui/alert-dialog.mjs.map +1 -1
- package/dist/components/chat-components/ui/badge.mjs +7 -49
- package/dist/components/chat-components/ui/badge.mjs.map +1 -1
- package/dist/components/chat-components/ui/button.mjs +4 -85
- package/dist/components/chat-components/ui/button.mjs.map +1 -1
- package/dist/components/chat-components/ui/codeblock.mjs +7 -283
- package/dist/components/chat-components/ui/codeblock.mjs.map +1 -1
- package/dist/components/chat-components/ui/dialog.mjs +25 -93
- package/dist/components/chat-components/ui/dialog.mjs.map +1 -1
- package/dist/components/chat-components/ui/dropdown-menu.mjs +8 -61
- package/dist/components/chat-components/ui/dropdown-menu.mjs.map +1 -1
- package/dist/components/chat-components/ui/icons.mjs +4 -554
- package/dist/components/chat-components/ui/icons.mjs.map +1 -1
- package/dist/components/chat-components/ui/input.mjs +7 -48
- package/dist/components/chat-components/ui/input.mjs.map +1 -1
- package/dist/components/chat-components/ui/label.mjs +9 -51
- package/dist/components/chat-components/ui/label.mjs.map +1 -1
- package/dist/components/chat-components/ui/select.mjs +23 -106
- package/dist/components/chat-components/ui/select.mjs.map +1 -1
- package/dist/components/chat-components/ui/separator.mjs +4 -68
- package/dist/components/chat-components/ui/separator.mjs.map +1 -1
- package/dist/components/chat-components/ui/sheet.mjs +23 -92
- package/dist/components/chat-components/ui/sheet.mjs.map +1 -1
- package/dist/components/chat-components/ui/switch.mjs +8 -53
- package/dist/components/chat-components/ui/switch.mjs.map +1 -1
- package/dist/components/chat-components/ui/textarea.mjs +7 -48
- package/dist/components/chat-components/ui/textarea.mjs.map +1 -1
- package/dist/components/chat-components/ui/tooltip.mjs +4 -72
- package/dist/components/chat-components/ui/tooltip.mjs.map +1 -1
- package/dist/components/index.mjs +25 -925
- package/dist/components/index.mjs.map +1 -1
- package/dist/components/sidebar/copilot-sidebar-ui-provider.mjs +24 -920
- package/dist/components/sidebar/copilot-sidebar-ui-provider.mjs.map +1 -1
- package/dist/components/sidebar/copilot-sidebar.mjs +22 -842
- package/dist/components/sidebar/copilot-sidebar.mjs.map +1 -1
- package/dist/components/sidebar/sidebar-context.mjs +3 -10
- package/dist/components/sidebar/sidebar-context.mjs.map +1 -1
- package/dist/context/index.mjs +2 -0
- package/dist/context/index.mjs.map +1 -1
- package/dist/hooks/index.mjs +2 -0
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/hooks/use-at-bottom.mjs +3 -19
- package/dist/hooks/use-at-bottom.mjs.map +1 -1
- package/dist/hooks/use-copy-to-clipboard.mjs +3 -26
- package/dist/hooks/use-copy-to-clipboard.mjs.map +1 -1
- package/dist/hooks/use-enter-submit.mjs +3 -16
- package/dist/hooks/use-enter-submit.mjs.map +1 -1
- package/dist/index.mjs +28 -925
- package/dist/index.mjs.map +1 -1
- package/dist/lib/utils.mjs +3 -62
- package/dist/lib/utils.mjs.map +1 -1
- package/dist/lib/utils.test.mjs +1 -0
- package/dist/lib/utils.test.mjs.map +1 -1
- package/dist/types/index.mjs +2 -0
- package/dist/types/index.mjs.map +1 -1
- package/dist/types/types.mjs +2 -0
- package/dist/types/types.mjs.map +1 -1
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-ui@0.14.0
|
|
2
|
+
> @copilotkit/react-ui@0.14.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
|
|
3
3
|
> tsup --treeshake
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
5
|
+
[34mCLI[39m Building entry: src/index.tsx, src/components/index.ts, src/context/index.ts, src/hooks/index.ts, src/hooks/use-at-bottom.tsx, src/hooks/use-copy-to-clipboard.tsx, src/hooks/use-enter-submit.tsx, src/lib/utils.test.ts, src/lib/utils.ts, src/types/index.ts, src/types/types.ts, src/components/chat-components/chat-list.tsx, src/components/chat-components/chat-message-actions.tsx, src/components/chat-components/chat-message.tsx, src/components/chat-components/chat-panel.tsx, src/components/chat-components/chat-scroll-anchor.tsx, src/components/chat-components/clear-history.tsx, src/components/chat-components/copilot-chat.tsx, src/components/chat-components/default-empty-screen.tsx, src/components/chat-components/external-link.tsx, src/components/chat-components/markdown.tsx, src/components/chat-components/prompt-form.tsx, src/components/chat-components/theme-toggle.tsx, src/components/chat-components/toaster.tsx, src/components/sidebar/copilot-sidebar-ui-provider.tsx, src/components/sidebar/copilot-sidebar.tsx, src/components/sidebar/sidebar-context.tsx, src/components/chat-components/ui/alert-dialog.tsx, src/components/chat-components/ui/badge.tsx, src/components/chat-components/ui/button.tsx, src/components/chat-components/ui/codeblock.tsx, src/components/chat-components/ui/dialog.tsx, src/components/chat-components/ui/dropdown-menu.tsx, src/components/chat-components/ui/icons.tsx, src/components/chat-components/ui/input.tsx, src/components/chat-components/ui/label.tsx, src/components/chat-components/ui/select.tsx, src/components/chat-components/ui/separator.tsx, src/components/chat-components/ui/sheet.tsx, src/components/chat-components/ui/switch.tsx, src/components/chat-components/ui/textarea.tsx, src/components/chat-components/ui/tooltip.tsx
|
|
6
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
+
[34mCLI[39m tsup v6.7.0
|
|
8
|
+
[34mCLI[39m Using tsup config: /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui/tsup.config.ts
|
|
9
|
+
[34mCLI[39m Target: es6
|
|
10
|
+
[34mCLI[39m Cleaning output folder
|
|
11
|
+
[34mESM[39m Build start
|
|
12
12
|
Browserslist: caniuse-lite is outdated. Please run:
|
|
13
13
|
npx update-browserslist-db@latest
|
|
14
14
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
15
|
-
|
|
15
|
+
[34mDTS[39m Build start
|
|
16
16
|
Module level directives cause errors when bundled, "use client" in "dist/components/chat-components/ui/tooltip.mjs" was ignored.
|
|
17
17
|
Module level directives cause errors when bundled, "use client" in "dist/components/chat-components/ui/dropdown-menu.mjs" was ignored.
|
|
18
18
|
Module level directives cause errors when bundled, "use client" in "dist/components/chat-components/ui/icons.mjs" was ignored.
|
|
@@ -37,189 +37,189 @@ Generated an empty chunk: "chunk-7NSRDJ5C".
|
|
|
37
37
|
Generated an empty chunk: "chunk-U6NJWGTV".
|
|
38
38
|
Generated an empty chunk: "chunk-IU3WTXLQ".
|
|
39
39
|
Generated an empty chunk: "chunk-H4VKQGVU".
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
40
|
+
[32mESM[39m [1mdist/index.css [22m[32m23.69 KB[39m
|
|
41
|
+
[32mESM[39m [1mdist/index.css.map [22m[32m35.28 KB[39m
|
|
42
|
+
[32mESM[39m [1mdist/types/types.mjs [22m[32m67.00 B[39m
|
|
43
|
+
[32mESM[39m [1mdist/lib/utils.test.mjs [22m[32m200.00 B[39m
|
|
44
|
+
[32mESM[39m [1mdist/components/index.mjs [22m[32m978.00 B[39m
|
|
45
|
+
[32mESM[39m [1mdist/context/index.mjs [22m[32m98.00 B[39m
|
|
46
|
+
[32mESM[39m [1mdist/hooks/index.mjs [22m[32m98.00 B[39m
|
|
47
|
+
[32mESM[39m [1mdist/chunk-7NSRDJ5C.mjs [22m[32m76.00 B[39m
|
|
48
|
+
[32mESM[39m [1mdist/chunk-U6NJWGTV.mjs [22m[32m76.00 B[39m
|
|
49
|
+
[32mESM[39m [1mdist/chunk-IU3WTXLQ.mjs [22m[32m76.00 B[39m
|
|
50
|
+
[32mESM[39m [1mdist/chunk-H4VKQGVU.mjs [22m[32m76.00 B[39m
|
|
51
|
+
[32mESM[39m [1mdist/chunk-MRXNTQOX.mjs [22m[32m1.92 KB[39m
|
|
52
|
+
[32mESM[39m [1mdist/chunk-SRBUGQTM.mjs [22m[32m4.47 KB[39m
|
|
53
|
+
[32mESM[39m [1mdist/lib/utils.mjs [22m[32m171.00 B[39m
|
|
54
|
+
[32mESM[39m [1mdist/types/index.mjs [22m[32m98.00 B[39m
|
|
55
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m1.02 KB[39m
|
|
56
|
+
[32mESM[39m [1mdist/chunk-XGUBRIUV.mjs [22m[32m2.33 KB[39m
|
|
57
|
+
[32mESM[39m [1mdist/chunk-C34L4AWW.mjs [22m[32m1.48 KB[39m
|
|
58
|
+
[32mESM[39m [1mdist/chunk-MC6KTH4X.mjs [22m[32m297.00 B[39m
|
|
59
|
+
[32mESM[39m [1mdist/chunk-RPTRCFSO.mjs [22m[32m1.49 KB[39m
|
|
60
|
+
[32mESM[39m [1mdist/chunk-SEH5PQVW.mjs [22m[32m2.02 KB[39m
|
|
61
|
+
[32mESM[39m [1mdist/chunk-5KEDV5VC.mjs [22m[32m900.00 B[39m
|
|
62
|
+
[32mESM[39m [1mdist/chunk-SHOTWRKC.mjs [22m[32m778.00 B[39m
|
|
63
|
+
[32mESM[39m [1mdist/chunk-GCOPYGHH.mjs [22m[32m908.00 B[39m
|
|
64
|
+
[32mESM[39m [1mdist/chunk-CNQX2VY3.mjs [22m[32m2.80 KB[39m
|
|
65
|
+
[32mESM[39m [1mdist/chunk-6LAZQHEB.mjs [22m[32m4.06 KB[39m
|
|
66
|
+
[32mESM[39m [1mdist/chunk-TEYIQHMK.mjs [22m[32m403.00 B[39m
|
|
67
|
+
[32mESM[39m [1mdist/chunk-OOBQC5H6.mjs [22m[32m1.30 KB[39m
|
|
68
|
+
[32mESM[39m [1mdist/chunk-CF3BK4OX.mjs [22m[32m1.93 KB[39m
|
|
69
|
+
[32mESM[39m [1mdist/chunk-INCNMGJ7.mjs [22m[32m2.63 KB[39m
|
|
70
|
+
[32mESM[39m [1mdist/chunk-VGX2W5ZB.mjs [22m[32m1.20 KB[39m
|
|
71
|
+
[32mESM[39m [1mdist/chunk-M3CZWJI3.mjs [22m[32m1.83 KB[39m
|
|
72
|
+
[32mESM[39m [1mdist/chunk-2KAF7NKC.mjs [22m[32m22.15 KB[39m
|
|
73
|
+
[32mESM[39m [1mdist/chunk-Q6YO7LDK.mjs [22m[32m1.01 KB[39m
|
|
74
|
+
[32mESM[39m [1mdist/chunk-IJLMKBSZ.mjs [22m[32m802.00 B[39m
|
|
75
|
+
[32mESM[39m [1mdist/hooks/use-at-bottom.mjs [22m[32m159.00 B[39m
|
|
76
|
+
[32mESM[39m [1mdist/chunk-ZYC5YVDO.mjs [22m[32m638.00 B[39m
|
|
77
|
+
[32mESM[39m [1mdist/hooks/use-copy-to-clipboard.mjs [22m[32m174.00 B[39m
|
|
78
|
+
[32mESM[39m [1mdist/chunk-POVINPXX.mjs [22m[32m706.00 B[39m
|
|
79
|
+
[32mESM[39m [1mdist/hooks/use-enter-submit.mjs [22m[32m165.00 B[39m
|
|
80
|
+
[32mESM[39m [1mdist/chunk-OHWEJUCS.mjs [22m[32m524.00 B[39m
|
|
81
|
+
[32mESM[39m [1mdist/components/chat-components/ui/textarea.mjs [22m[32m924.00 B[39m
|
|
82
|
+
[32mESM[39m [1mdist/components/sidebar/copilot-sidebar-ui-provider.mjs [22m[32m927.00 B[39m
|
|
83
|
+
[32mESM[39m [1mdist/components/chat-components/ui/tooltip.mjs [22m[32m248.00 B[39m
|
|
84
|
+
[32mESM[39m [1mdist/components/chat-components/ui/dropdown-menu.mjs [22m[32m4.02 KB[39m
|
|
85
|
+
[32mESM[39m [1mdist/components/chat-components/ui/icons.mjs [22m[32m527.00 B[39m
|
|
86
|
+
[32mESM[39m [1mdist/components/chat-components/ui/input.mjs [22m[32m999.00 B[39m
|
|
87
|
+
[32mESM[39m [1mdist/components/chat-components/ui/label.mjs [22m[32m810.00 B[39m
|
|
88
|
+
[32mESM[39m [1mdist/components/chat-components/ui/select.mjs [22m[32m4.14 KB[39m
|
|
89
|
+
[32mESM[39m [1mdist/components/chat-components/ui/separator.mjs [22m[32m203.00 B[39m
|
|
90
|
+
[32mESM[39m [1mdist/components/chat-components/ui/sheet.mjs [22m[32m3.85 KB[39m
|
|
91
|
+
[32mESM[39m [1mdist/components/chat-components/ui/switch.mjs [22m[32m1.39 KB[39m
|
|
92
|
+
[32mESM[39m [1mdist/components/sidebar/copilot-sidebar.mjs [22m[32m835.00 B[39m
|
|
93
|
+
[32mESM[39m [1mdist/components/sidebar/sidebar-context.mjs [22m[32m177.00 B[39m
|
|
94
|
+
[32mESM[39m [1mdist/components/chat-components/ui/alert-dialog.mjs [22m[32m404.00 B[39m
|
|
95
|
+
[32mESM[39m [1mdist/components/chat-components/ui/badge.mjs [22m[32m1.17 KB[39m
|
|
96
|
+
[32mESM[39m [1mdist/components/chat-components/ui/button.mjs [22m[32m213.00 B[39m
|
|
97
|
+
[32mESM[39m [1mdist/components/chat-components/ui/codeblock.mjs [22m[32m361.00 B[39m
|
|
98
|
+
[32mESM[39m [1mdist/components/chat-components/ui/dialog.mjs [22m[32m4.18 KB[39m
|
|
99
|
+
[32mESM[39m [1mdist/components/chat-components/clear-history.mjs [22m[32m2.42 KB[39m
|
|
100
|
+
[32mESM[39m [1mdist/components/chat-components/copilot-chat.mjs [22m[32m794.00 B[39m
|
|
101
|
+
[32mESM[39m [1mdist/components/chat-components/default-empty-screen.mjs [22m[32m319.00 B[39m
|
|
102
|
+
[32mESM[39m [1mdist/components/chat-components/external-link.mjs [22m[32m166.00 B[39m
|
|
103
|
+
[32mESM[39m [1mdist/components/chat-components/markdown.mjs [22m[32m170.00 B[39m
|
|
104
|
+
[32mESM[39m [1mdist/components/chat-components/prompt-form.mjs [22m[32m337.00 B[39m
|
|
105
|
+
[32mESM[39m [1mdist/components/chat-components/theme-toggle.mjs [22m[32m1.02 KB[39m
|
|
106
|
+
[32mESM[39m [1mdist/components/chat-components/toaster.mjs [22m[32m146.00 B[39m
|
|
107
|
+
[32mESM[39m [1mdist/components/chat-components/chat-list.mjs [22m[32m473.00 B[39m
|
|
108
|
+
[32mESM[39m [1mdist/components/chat-components/chat-message-actions.mjs [22m[32m319.00 B[39m
|
|
109
|
+
[32mESM[39m [1mdist/components/chat-components/chat-message.mjs [22m[32m409.00 B[39m
|
|
110
|
+
[32mESM[39m [1mdist/components/chat-components/chat-panel.mjs [22m[32m370.00 B[39m
|
|
111
|
+
[32mESM[39m [1mdist/components/chat-components/chat-scroll-anchor.mjs [22m[32m210.00 B[39m
|
|
112
|
+
[32mESM[39m [1mdist/types/types.mjs.map [22m[32m51.00 B[39m
|
|
113
|
+
[32mESM[39m [1mdist/lib/utils.test.mjs.map [22m[32m349.00 B[39m
|
|
114
|
+
[32mESM[39m [1mdist/components/index.mjs.map [22m[32m51.00 B[39m
|
|
115
|
+
[32mESM[39m [1mdist/context/index.mjs.map [22m[32m51.00 B[39m
|
|
116
|
+
[32mESM[39m [1mdist/hooks/index.mjs.map [22m[32m51.00 B[39m
|
|
117
|
+
[32mESM[39m [1mdist/chunk-7NSRDJ5C.mjs.map [22m[32m51.00 B[39m
|
|
118
|
+
[32mESM[39m [1mdist/chunk-U6NJWGTV.mjs.map [22m[32m51.00 B[39m
|
|
119
|
+
[32mESM[39m [1mdist/chunk-IU3WTXLQ.mjs.map [22m[32m51.00 B[39m
|
|
120
|
+
[32mESM[39m [1mdist/chunk-H4VKQGVU.mjs.map [22m[32m51.00 B[39m
|
|
121
|
+
[32mESM[39m [1mdist/chunk-MRXNTQOX.mjs.map [22m[32m71.00 B[39m
|
|
122
|
+
[32mESM[39m [1mdist/chunk-SRBUGQTM.mjs.map [22m[32m6.48 KB[39m
|
|
123
|
+
[32mESM[39m [1mdist/lib/utils.mjs.map [22m[32m51.00 B[39m
|
|
124
|
+
[32mESM[39m [1mdist/types/index.mjs.map [22m[32m51.00 B[39m
|
|
125
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m51.00 B[39m
|
|
126
|
+
[32mESM[39m [1mdist/chunk-XGUBRIUV.mjs.map [22m[32m3.44 KB[39m
|
|
127
|
+
[32mESM[39m [1mdist/chunk-C34L4AWW.mjs.map [22m[32m1.89 KB[39m
|
|
128
|
+
[32mESM[39m [1mdist/chunk-MC6KTH4X.mjs.map [22m[32m520.00 B[39m
|
|
129
|
+
[32mESM[39m [1mdist/chunk-RPTRCFSO.mjs.map [22m[32m2.39 KB[39m
|
|
130
|
+
[32mESM[39m [1mdist/chunk-SEH5PQVW.mjs.map [22m[32m2.85 KB[39m
|
|
131
|
+
[32mESM[39m [1mdist/chunk-5KEDV5VC.mjs.map [22m[32m1.05 KB[39m
|
|
132
|
+
[32mESM[39m [1mdist/chunk-SHOTWRKC.mjs.map [22m[32m1.23 KB[39m
|
|
133
|
+
[32mESM[39m [1mdist/chunk-GCOPYGHH.mjs.map [22m[32m1.23 KB[39m
|
|
134
|
+
[32mESM[39m [1mdist/chunk-CNQX2VY3.mjs.map [22m[32m3.73 KB[39m
|
|
135
|
+
[32mESM[39m [1mdist/chunk-6LAZQHEB.mjs.map [22m[32m6.24 KB[39m
|
|
136
|
+
[32mESM[39m [1mdist/chunk-TEYIQHMK.mjs.map [22m[32m551.00 B[39m
|
|
137
|
+
[32mESM[39m [1mdist/chunk-OOBQC5H6.mjs.map [22m[32m1.70 KB[39m
|
|
138
|
+
[32mESM[39m [1mdist/chunk-CF3BK4OX.mjs.map [22m[32m2.81 KB[39m
|
|
139
|
+
[32mESM[39m [1mdist/chunk-INCNMGJ7.mjs.map [22m[32m4.04 KB[39m
|
|
140
|
+
[32mESM[39m [1mdist/chunk-VGX2W5ZB.mjs.map [22m[32m1.56 KB[39m
|
|
141
|
+
[32mESM[39m [1mdist/chunk-M3CZWJI3.mjs.map [22m[32m2.62 KB[39m
|
|
142
|
+
[32mESM[39m [1mdist/chunk-2KAF7NKC.mjs.map [22m[32m27.13 KB[39m
|
|
143
|
+
[32mESM[39m [1mdist/chunk-Q6YO7LDK.mjs.map [22m[32m1.75 KB[39m
|
|
144
|
+
[32mESM[39m [1mdist/chunk-IJLMKBSZ.mjs.map [22m[32m1.27 KB[39m
|
|
145
|
+
[32mESM[39m [1mdist/hooks/use-at-bottom.mjs.map [22m[32m51.00 B[39m
|
|
146
|
+
[32mESM[39m [1mdist/chunk-ZYC5YVDO.mjs.map [22m[32m994.00 B[39m
|
|
147
|
+
[32mESM[39m [1mdist/hooks/use-copy-to-clipboard.mjs.map [22m[32m51.00 B[39m
|
|
148
|
+
[32mESM[39m [1mdist/chunk-POVINPXX.mjs.map [22m[32m1.18 KB[39m
|
|
149
|
+
[32mESM[39m [1mdist/hooks/use-enter-submit.mjs.map [22m[32m51.00 B[39m
|
|
150
|
+
[32mESM[39m [1mdist/chunk-OHWEJUCS.mjs.map [22m[32m933.00 B[39m
|
|
151
|
+
[32mESM[39m [1mdist/components/chat-components/ui/textarea.mjs.map [22m[32m1.17 KB[39m
|
|
152
|
+
[32mESM[39m [1mdist/components/sidebar/copilot-sidebar-ui-provider.mjs.map [22m[32m51.00 B[39m
|
|
153
|
+
[32mESM[39m [1mdist/components/chat-components/ui/tooltip.mjs.map [22m[32m51.00 B[39m
|
|
154
|
+
[32mESM[39m [1mdist/components/chat-components/ui/dropdown-menu.mjs.map [22m[32m5.79 KB[39m
|
|
155
|
+
[32mESM[39m [1mdist/components/chat-components/ui/icons.mjs.map [22m[32m51.00 B[39m
|
|
156
|
+
[32mESM[39m [1mdist/components/chat-components/ui/input.mjs.map [22m[32m1.25 KB[39m
|
|
157
|
+
[32mESM[39m [1mdist/components/chat-components/ui/label.mjs.map [22m[32m1.14 KB[39m
|
|
158
|
+
[32mESM[39m [1mdist/components/chat-components/ui/select.mjs.map [22m[32m5.80 KB[39m
|
|
159
|
+
[32mESM[39m [1mdist/components/chat-components/ui/separator.mjs.map [22m[32m51.00 B[39m
|
|
160
|
+
[32mESM[39m [1mdist/components/chat-components/ui/sheet.mjs.map [22m[32m5.30 KB[39m
|
|
161
|
+
[32mESM[39m [1mdist/components/chat-components/ui/switch.mjs.map [22m[32m1.67 KB[39m
|
|
162
|
+
[32mESM[39m [1mdist/components/sidebar/copilot-sidebar.mjs.map [22m[32m51.00 B[39m
|
|
163
|
+
[32mESM[39m [1mdist/components/sidebar/sidebar-context.mjs.map [22m[32m51.00 B[39m
|
|
164
|
+
[32mESM[39m [1mdist/components/chat-components/ui/alert-dialog.mjs.map [22m[32m51.00 B[39m
|
|
165
|
+
[32mESM[39m [1mdist/components/chat-components/ui/badge.mjs.map [22m[32m1.66 KB[39m
|
|
166
|
+
[32mESM[39m [1mdist/components/chat-components/ui/button.mjs.map [22m[32m51.00 B[39m
|
|
167
|
+
[32mESM[39m [1mdist/components/chat-components/ui/codeblock.mjs.map [22m[32m51.00 B[39m
|
|
168
|
+
[32mESM[39m [1mdist/components/chat-components/ui/dialog.mjs.map [22m[32m5.60 KB[39m
|
|
169
|
+
[32mESM[39m [1mdist/components/chat-components/clear-history.mjs.map [22m[32m3.25 KB[39m
|
|
170
|
+
[32mESM[39m [1mdist/components/chat-components/copilot-chat.mjs.map [22m[32m51.00 B[39m
|
|
171
|
+
[32mESM[39m [1mdist/components/chat-components/default-empty-screen.mjs.map [22m[32m51.00 B[39m
|
|
172
|
+
[32mESM[39m [1mdist/components/chat-components/external-link.mjs.map [22m[32m51.00 B[39m
|
|
173
|
+
[32mESM[39m [1mdist/components/chat-components/markdown.mjs.map [22m[32m51.00 B[39m
|
|
174
|
+
[32mESM[39m [1mdist/components/chat-components/prompt-form.mjs.map [22m[32m51.00 B[39m
|
|
175
|
+
[32mESM[39m [1mdist/components/chat-components/theme-toggle.mjs.map [22m[32m1.35 KB[39m
|
|
176
|
+
[32mESM[39m [1mdist/components/chat-components/toaster.mjs.map [22m[32m209.00 B[39m
|
|
177
|
+
[32mESM[39m [1mdist/components/chat-components/chat-list.mjs.map [22m[32m51.00 B[39m
|
|
178
|
+
[32mESM[39m [1mdist/components/chat-components/chat-message-actions.mjs.map [22m[32m51.00 B[39m
|
|
179
|
+
[32mESM[39m [1mdist/components/chat-components/chat-message.mjs.map [22m[32m51.00 B[39m
|
|
180
|
+
[32mESM[39m [1mdist/components/chat-components/chat-panel.mjs.map [22m[32m51.00 B[39m
|
|
181
|
+
[32mESM[39m [1mdist/components/chat-components/chat-scroll-anchor.mjs.map [22m[32m51.00 B[39m
|
|
182
|
+
[32mESM[39m ⚡️ Build success in 2270ms
|
|
183
|
+
[32mDTS[39m ⚡️ Build success in 11426ms
|
|
184
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m587.00 B[39m
|
|
185
|
+
[32mDTS[39m [1mdist/components/chat-components/copilot-chat.d.ts [22m[32m496.00 B[39m
|
|
186
|
+
[32mDTS[39m [1mdist/components/chat-components/ui/tooltip.d.ts [22m[32m640.00 B[39m
|
|
187
|
+
[32mDTS[39m [1mdist/components/sidebar/copilot-sidebar-ui-provider.d.ts [22m[32m275.00 B[39m
|
|
188
|
+
[32mDTS[39m [1mdist/components/sidebar/copilot-sidebar.d.ts [22m[32m181.00 B[39m
|
|
189
|
+
[32mDTS[39m [1mdist/components/sidebar/sidebar-context.d.ts [22m[32m273.00 B[39m
|
|
190
|
+
[32mDTS[39m [1mdist/components/chat-components/default-empty-screen.d.ts [22m[32m267.00 B[39m
|
|
191
|
+
[32mDTS[39m [1mdist/components/index.d.ts [22m[32m521.00 B[39m
|
|
192
|
+
[32mDTS[39m [1mdist/context/index.d.ts [22m[32m12.00 B[39m
|
|
193
|
+
[32mDTS[39m [1mdist/hooks/index.d.ts [22m[32m12.00 B[39m
|
|
194
|
+
[32mDTS[39m [1mdist/hooks/use-at-bottom.d.ts [22m[32m81.00 B[39m
|
|
195
|
+
[32mDTS[39m [1mdist/hooks/use-copy-to-clipboard.d.ts [22m[32m266.00 B[39m
|
|
196
|
+
[32mDTS[39m [1mdist/hooks/use-enter-submit.d.ts [22m[32m219.00 B[39m
|
|
197
|
+
[32mDTS[39m [1mdist/lib/utils.test.d.ts [22m[32m12.00 B[39m
|
|
198
|
+
[32mDTS[39m [1mdist/lib/utils.d.ts [22m[32m357.00 B[39m
|
|
199
|
+
[32mDTS[39m [1mdist/types/index.d.ts [22m[32m12.00 B[39m
|
|
200
|
+
[32mDTS[39m [1mdist/types/types.d.ts [22m[32m355.00 B[39m
|
|
201
|
+
[32mDTS[39m [1mdist/components/chat-components/chat-list.d.ts [22m[32m192.00 B[39m
|
|
202
|
+
[32mDTS[39m [1mdist/components/chat-components/chat-message-actions.d.ts [22m[32m288.00 B[39m
|
|
203
|
+
[32mDTS[39m [1mdist/components/chat-components/chat-message.d.ts [22m[32m231.00 B[39m
|
|
204
|
+
[32mDTS[39m [1mdist/components/chat-components/chat-panel.d.ts [22m[32m378.00 B[39m
|
|
205
|
+
[32mDTS[39m [1mdist/components/chat-components/chat-scroll-anchor.d.ts [22m[32m189.00 B[39m
|
|
206
|
+
[32mDTS[39m [1mdist/components/chat-components/clear-history.d.ts [22m[32m278.00 B[39m
|
|
207
|
+
[32mDTS[39m [1mdist/components/chat-components/external-link.d.ts [22m[32m144.00 B[39m
|
|
208
|
+
[32mDTS[39m [1mdist/components/chat-components/markdown.d.ts [22m[32m156.00 B[39m
|
|
209
|
+
[32mDTS[39m [1mdist/components/chat-components/prompt-form.d.ts [22m[32m341.00 B[39m
|
|
210
|
+
[32mDTS[39m [1mdist/components/chat-components/theme-toggle.d.ts [22m[32m70.00 B[39m
|
|
211
|
+
[32mDTS[39m [1mdist/components/chat-components/toaster.d.ts [22m[32m43.00 B[39m
|
|
212
|
+
[32mDTS[39m [1mdist/components/chat-components/ui/alert-dialog.d.ts [22m[32m1.80 KB[39m
|
|
213
|
+
[32mDTS[39m [1mdist/components/chat-components/ui/badge.d.ts [22m[32m619.00 B[39m
|
|
214
|
+
[32mDTS[39m [1mdist/components/chat-components/ui/button.d.ts [22m[32m766.00 B[39m
|
|
215
|
+
[32mDTS[39m [1mdist/components/chat-components/ui/codeblock.d.ts [22m[32m392.00 B[39m
|
|
216
|
+
[32mDTS[39m [1mdist/components/chat-components/ui/dialog.d.ts [22m[32m1.23 KB[39m
|
|
217
|
+
[32mDTS[39m [1mdist/components/chat-components/ui/dropdown-menu.d.ts [22m[32m2.28 KB[39m
|
|
218
|
+
[32mDTS[39m [1mdist/components/chat-components/ui/icons.d.ts [22m[32m2.96 KB[39m
|
|
219
|
+
[32mDTS[39m [1mdist/components/chat-components/ui/input.d.ts [22m[32m247.00 B[39m
|
|
220
|
+
[32mDTS[39m [1mdist/components/chat-components/ui/label.d.ts [22m[32m526.00 B[39m
|
|
221
|
+
[32mDTS[39m [1mdist/components/chat-components/ui/select.d.ts [22m[32m1.44 KB[39m
|
|
222
|
+
[32mDTS[39m [1mdist/components/chat-components/ui/separator.d.ts [22m[32m303.00 B[39m
|
|
223
|
+
[32mDTS[39m [1mdist/components/chat-components/ui/sheet.d.ts [22m[32m1.36 KB[39m
|
|
224
|
+
[32mDTS[39m [1mdist/components/chat-components/ui/switch.d.ts [22m[32m293.00 B[39m
|
|
225
|
+
[32mDTS[39m [1mdist/components/chat-components/ui/textarea.d.ts [22m[32m271.00 B[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 0.14.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- factor useChat into internal core
|
|
8
|
+
- a7b417a: insertion default prompt update
|
|
9
|
+
- 88d6654: release useChat fixes
|
|
10
|
+
- 51de9d5: textarea editing: default prompt + few shot update
|
|
11
|
+
- fa84257: remove vercel ai
|
|
12
|
+
- 98a37c8: strictly propagate copilot api params through the fetch arguments - not through any constructors
|
|
13
|
+
- 250032d: useChat: do not separately propagate options.url to constructor
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- Updated dependencies [a7b417a]
|
|
19
|
+
- Updated dependencies [88d6654]
|
|
20
|
+
- Updated dependencies [51de9d5]
|
|
21
|
+
- Updated dependencies [fa84257]
|
|
22
|
+
- Updated dependencies [98a37c8]
|
|
23
|
+
- Updated dependencies [250032d]
|
|
24
|
+
- @copilotkit/react-core@0.17.0
|
|
25
|
+
|
|
3
26
|
## 0.14.0-alpha.5
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|