@copilotkit/react-ui 0.14.1-alpha.1 → 0.14.1
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 +196 -200
- package/CHANGELOG.md +12 -0
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,18 @@
|
|
|
1
|
-
Debugger attached.
|
|
2
1
|
|
|
3
|
-
> @copilotkit/react-ui@0.14.1
|
|
2
|
+
> @copilotkit/react-ui@0.14.1 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
|
|
4
3
|
> tsup --treeshake
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
ESM Build start
|
|
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
|
|
14
12
|
Browserslist: caniuse-lite is outdated. Please run:
|
|
15
13
|
npx update-browserslist-db@latest
|
|
16
14
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
17
|
-
|
|
15
|
+
[34mDTS[39m Build start
|
|
18
16
|
Module level directives cause errors when bundled, "use client" in "dist/components/chat-components/ui/tooltip.mjs" was ignored.
|
|
19
17
|
Module level directives cause errors when bundled, "use client" in "dist/components/chat-components/ui/dropdown-menu.mjs" was ignored.
|
|
20
18
|
Module level directives cause errors when bundled, "use client" in "dist/components/chat-components/ui/icons.mjs" was ignored.
|
|
@@ -36,194 +34,192 @@ Module level directives cause errors when bundled, "use client" in "dist/compone
|
|
|
36
34
|
Module level directives cause errors when bundled, "use client" in "dist/hooks/use-copy-to-clipboard.mjs" was ignored.
|
|
37
35
|
Generated an empty chunk: "types".
|
|
38
36
|
Generated an empty chunk: "chunk-7NSRDJ5C".
|
|
39
|
-
Generated an empty chunk: "chunk-IU3WTXLQ".
|
|
40
37
|
Generated an empty chunk: "chunk-U6NJWGTV".
|
|
38
|
+
Generated an empty chunk: "chunk-IU3WTXLQ".
|
|
41
39
|
Generated an empty chunk: "chunk-H4VKQGVU".
|
|
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
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
Waiting for the debugger to disconnect...
|
|
229
|
-
Waiting for the debugger to disconnect...
|
|
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-C34L4AWW.mjs.map [22m[32m1.89 KB[39m
|
|
127
|
+
[32mESM[39m [1mdist/chunk-XGUBRIUV.mjs.map [22m[32m3.44 KB[39m
|
|
128
|
+
[32mESM[39m [1mdist/chunk-MC6KTH4X.mjs.map [22m[32m520.00 B[39m
|
|
129
|
+
[32mESM[39m [1mdist/chunk-SEH5PQVW.mjs.map [22m[32m2.85 KB[39m
|
|
130
|
+
[32mESM[39m [1mdist/chunk-RPTRCFSO.mjs.map [22m[32m2.39 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-TEYIQHMK.mjs.map [22m[32m551.00 B[39m
|
|
136
|
+
[32mESM[39m [1mdist/chunk-6LAZQHEB.mjs.map [22m[32m6.24 KB[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/toaster.mjs.map [22m[32m209.00 B[39m
|
|
176
|
+
[32mESM[39m [1mdist/components/chat-components/theme-toggle.mjs.map [22m[32m1.35 KB[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 2298ms
|
|
183
|
+
[32mDTS[39m ⚡️ Build success in 11051ms
|
|
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,17 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 0.14.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- stop generating button working
|
|
8
|
+
- aa6bc5a: fix stop generate
|
|
9
|
+
- cf0bde6: change order of operations on stop cleanup
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- Updated dependencies [aa6bc5a]
|
|
12
|
+
- Updated dependencies [cf0bde6]
|
|
13
|
+
- @copilotkit/react-core@0.17.1
|
|
14
|
+
|
|
3
15
|
## 0.14.1-alpha.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import './chunk-7NSRDJ5C.mjs';
|
|
2
|
-
import './chunk-IU3WTXLQ.mjs';
|
|
3
2
|
import './chunk-U6NJWGTV.mjs';
|
|
4
3
|
export { CopilotSidebarUIProvider } from './chunk-XGUBRIUV.mjs';
|
|
5
4
|
export { CopilotSidebar } from './chunk-C34L4AWW.mjs';
|
|
@@ -20,6 +19,7 @@ import './chunk-M3CZWJI3.mjs';
|
|
|
20
19
|
import './chunk-2KAF7NKC.mjs';
|
|
21
20
|
import './chunk-Q6YO7LDK.mjs';
|
|
22
21
|
import './chunk-IJLMKBSZ.mjs';
|
|
22
|
+
import './chunk-IU3WTXLQ.mjs';
|
|
23
23
|
import './chunk-H4VKQGVU.mjs';
|
|
24
24
|
import './chunk-ZYC5YVDO.mjs';
|
|
25
25
|
import './chunk-POVINPXX.mjs';
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.14.1
|
|
7
|
+
"version": "0.14.1",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"**/*.css"
|
|
10
10
|
],
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"ts-jest": "^29.1.1",
|
|
32
32
|
"tsup": "^6.7.0",
|
|
33
33
|
"typescript": "^5.1.3",
|
|
34
|
-
"tailwind-config": "0.1.0",
|
|
35
34
|
"eslint-config-custom": "0.2.0",
|
|
35
|
+
"tailwind-config": "0.1.0",
|
|
36
36
|
"tsconfig": "0.6.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"remark-gfm": "^3.0.1",
|
|
60
60
|
"remark-math": "^5.1.1",
|
|
61
61
|
"tailwind-merge": "^1.13.2",
|
|
62
|
-
"@copilotkit/react-core": "0.17.1
|
|
62
|
+
"@copilotkit/react-core": "0.17.1"
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
65
|
"build": "tsup --treeshake",
|