@copilotkit/react-textarea 1.0.0-beta.1 → 1.0.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @copilotkit/react-textarea@1.0.0-beta.1 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-textarea
2
+ > @copilotkit/react-textarea@1.0.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-textarea
3
3
  > tsup --clean
4
4
 
5
5
  CLI Building entry: src/index.tsx, src/components/index.ts, src/context/index.ts, src/hooks/index.ts, src/lib/debouncer.ts, src/lib/editor-to-text.ts, src/lib/get-text-around-cursor.ts, src/lib/retry.tsx, src/lib/stream-promise-flatten.ts, src/lib/utils.test.ts, src/lib/utils.ts, src/types/html-copilot-textarea-element.ts, src/types/index.ts, src/components/base-copilot-textarea/base-copilot-textarea.tsx, src/components/base-copilot-textarea/render-element.tsx, src/components/base-copilot-textarea/render-placeholder.tsx, src/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.tsx, src/components/base-copilot-textarea/use-add-branding-css.tsx, src/components/copilot-textarea/copilot-textarea.tsx, src/components/hovering-toolbar/hovering-editor-provider.tsx, src/components/hovering-toolbar/hovering-toolbar-components.tsx, src/components/hovering-toolbar/hovering-toolbar.tsx, src/components/manual-ui/chip-with-icon.tsx, src/components/source-search-box/source-search-box.tsx, src/components/ui/button.tsx, src/components/ui/command.tsx, src/components/ui/dialog.tsx, src/components/ui/label.tsx, src/hooks/base-copilot-textarea-implementation/use-autosuggestions.ts, src/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.tsx, src/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.ts, src/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.tsx, src/hooks/make-autosuggestions-function/use-make-standard-insertion-function.tsx, src/hooks/misc/use-autosize-textarea.tsx, src/lib/slatejs-edits/add-autocompletions.ts, src/lib/slatejs-edits/clear-autocompletions.ts, src/lib/slatejs-edits/replace-text.ts, src/lib/slatejs-edits/with-partial-history.ts, src/types/autosuggestions-config/autosuggestions-config-user-specified.tsx, src/types/autosuggestions-config/autosuggestions-config.tsx, src/types/autosuggestions-config/editing-api-config.tsx, src/types/autosuggestions-config/index.ts, src/types/autosuggestions-config/insertions-api-config.tsx, src/types/autosuggestions-config/suggestions-api-config.tsx, src/types/base/autosuggestion-state.ts, src/types/base/autosuggestions-bare-function.ts, src/types/base/base-autosuggestions-config.tsx, src/types/base/base-copilot-textarea-props.tsx, src/types/base/custom-editor.tsx, src/types/base/editor-autocomplete-state.ts, src/types/base/index.ts, src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/index.ts, src/types/autosuggestions-config/subtypes/make-system-prompt.ts
@@ -15,6 +15,127 @@
15
15
  warn - Update your configuration file to eliminate this warning.
16
16
  warn - https://tailwindcss.com/docs/upgrade-guide#configure-content-sources
17
17
  DTS Build start
18
+ CJS dist/components/manual-ui/chip-with-icon.js 1.73 KB
19
+ CJS dist/components/source-search-box/source-search-box.js 9.53 KB
20
+ CJS dist/components/ui/button.js 4.82 KB
21
+ CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js 6.57 KB
22
+ CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js 6.04 KB
23
+ CJS dist/hooks/misc/use-autosize-textarea.js 1.48 KB
24
+ CJS dist/lib/slatejs-edits/add-autocompletions.js 1.63 KB
25
+ CJS dist/types/base/autosuggestion-state.js 862.00 B
26
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js 24.47 KB
27
+ CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js 881.00 B
28
+ CJS dist/index.js 86.56 KB
29
+ CJS dist/index.css 18.63 KB
30
+ CJS dist/components/index.js 86.37 KB
31
+ CJS dist/components/index.css 306.00 B
32
+ CJS dist/context/index.js 803.00 B
33
+ CJS dist/hooks/index.js 797.00 B
34
+ CJS dist/lib/debouncer.js 2.38 KB
35
+ CJS dist/lib/editor-to-text.js 2.35 KB
36
+ CJS dist/lib/get-text-around-cursor.js 4.09 KB
37
+ CJS dist/lib/retry.js 1.43 KB
38
+ CJS dist/lib/stream-promise-flatten.js 2.26 KB
39
+ CJS dist/lib/utils.test.js 182.00 B
40
+ CJS dist/lib/utils.js 3.08 KB
41
+ CJS dist/types/html-copilot-textarea-element.js 893.00 B
42
+ CJS dist/types/index.js 12.82 KB
43
+ CJS dist/components/base-copilot-textarea/base-copilot-textarea.js 64.34 KB
44
+ CJS dist/components/base-copilot-textarea/base-copilot-textarea.css 322.00 B
45
+ CJS dist/components/base-copilot-textarea/render-element.js 2.94 KB
46
+ CJS dist/components/base-copilot-textarea/render-placeholder.js 2.84 KB
47
+ CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js 4.02 KB
48
+ CJS dist/components/base-copilot-textarea/use-add-branding-css.js 3.19 KB
49
+ CJS dist/components/copilot-textarea/copilot-textarea.js 86.31 KB
50
+ CJS dist/components/copilot-textarea/copilot-textarea.css 317.00 B
51
+ CJS dist/components/hovering-toolbar/hovering-editor-provider.js 1.85 KB
52
+ CJS dist/components/hovering-toolbar/hovering-toolbar-components.js 5.55 KB
53
+ CJS dist/components/hovering-toolbar/hovering-toolbar.js 33.64 KB
54
+ CJS dist/components/ui/command.js 12.51 KB
55
+ CJS dist/components/ui/dialog.js 7.83 KB
56
+ CJS dist/components/ui/label.js 3.73 KB
57
+ CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js 6.35 KB
58
+ CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js 6.04 KB
59
+ CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js 9.55 KB
60
+ CJS dist/lib/slatejs-edits/clear-autocompletions.js 1.71 KB
61
+ CJS dist/lib/slatejs-edits/replace-text.js 1.61 KB
62
+ CJS dist/lib/slatejs-edits/with-partial-history.js 4.30 KB
63
+ CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js 949.00 B
64
+ CJS dist/types/autosuggestions-config/autosuggestions-config.js 12.82 KB
65
+ CJS dist/types/autosuggestions-config/editing-api-config.js 4.50 KB
66
+ CJS dist/types/autosuggestions-config/index.js 12.79 KB
67
+ CJS dist/types/autosuggestions-config/insertions-api-config.js 4.78 KB
68
+ CJS dist/types/base/base-copilot-textarea-props.js 891.00 B
69
+ CJS dist/types/base/custom-editor.js 835.00 B
70
+ CJS dist/types/base/editor-autocomplete-state.js 1.92 KB
71
+ CJS dist/types/base/index.js 2.06 KB
72
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js 25.25 KB
73
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js 5.48 KB
74
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js 25.19 KB
75
+ CJS dist/types/base/base-autosuggestions-config.js 2.13 KB
76
+ CJS dist/types/base/autosuggestions-bare-function.js 898.00 B
77
+ CJS dist/types/autosuggestions-config/suggestions-api-config.js 4.22 KB
78
+ CJS dist/components/manual-ui/chip-with-icon.js.map 969.00 B
79
+ CJS dist/components/source-search-box/source-search-box.js.map 13.01 KB
80
+ CJS dist/components/ui/button.js.map 4.34 KB
81
+ CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js.map 10.88 KB
82
+ CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map 6.86 KB
83
+ CJS dist/hooks/misc/use-autosize-textarea.js.map 1.17 KB
84
+ CJS dist/lib/slatejs-edits/add-autocompletions.js.map 1.08 KB
85
+ CJS dist/types/base/autosuggestion-state.js.map 269.00 B
86
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map 36.34 KB
87
+ CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js.map 268.00 B
88
+ CJS dist/index.js.map 153.76 KB
89
+ CJS dist/index.css.map 23.66 KB
90
+ CJS dist/components/index.css.map 493.00 B
91
+ CJS dist/context/index.js.map 139.00 B
92
+ CJS dist/hooks/index.js.map 137.00 B
93
+ CJS dist/lib/debouncer.js.map 1.68 KB
94
+ CJS dist/lib/editor-to-text.js.map 2.86 KB
95
+ CJS dist/lib/get-text-around-cursor.js.map 5.75 KB
96
+ CJS dist/lib/retry.js.map 1018.00 B
97
+ CJS dist/lib/stream-promise-flatten.js.map 1.45 KB
98
+ CJS dist/lib/utils.test.js.map 352.00 B
99
+ CJS dist/lib/utils.js.map 2.53 KB
100
+ CJS dist/types/html-copilot-textarea-element.js.map 280.00 B
101
+ CJS dist/components/index.js.map 153.95 KB
102
+ CJS dist/types/index.js.map 20.46 KB
103
+ CJS dist/components/base-copilot-textarea/render-element.js.map 1.75 KB
104
+ CJS dist/components/base-copilot-textarea/render-placeholder.js.map 1020.00 B
105
+ CJS dist/components/base-copilot-textarea/base-copilot-textarea.css.map 496.00 B
106
+ CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js.map 5.80 KB
107
+ CJS dist/components/base-copilot-textarea/use-add-branding-css.js.map 3.50 KB
108
+ CJS dist/components/base-copilot-textarea/base-copilot-textarea.js.map 115.21 KB
109
+ CJS dist/components/hovering-toolbar/hovering-editor-provider.js.map 1.40 KB
110
+ CJS dist/components/hovering-toolbar/hovering-toolbar-components.js.map 3.75 KB
111
+ CJS dist/components/copilot-textarea/copilot-textarea.css.map 496.00 B
112
+ CJS dist/components/hovering-toolbar/hovering-toolbar.js.map 53.49 KB
113
+ CJS dist/components/copilot-textarea/copilot-textarea.js.map 153.78 KB
114
+ CJS dist/components/ui/dialog.js.map 7.44 KB
115
+ CJS dist/components/ui/command.js.map 14.31 KB
116
+ CJS dist/components/ui/label.js.map 2.85 KB
117
+ CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js.map 9.92 KB
118
+ CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js.map 10.48 KB
119
+ CJS dist/lib/slatejs-edits/clear-autocompletions.js.map 1.14 KB
120
+ CJS dist/lib/slatejs-edits/replace-text.js.map 1.17 KB
121
+ CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map 12.02 KB
122
+ CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js.map 1.16 KB
123
+ CJS dist/lib/slatejs-edits/with-partial-history.js.map 6.16 KB
124
+ CJS dist/types/autosuggestions-config/editing-api-config.js.map 4.31 KB
125
+ CJS dist/types/autosuggestions-config/autosuggestions-config.js.map 20.32 KB
126
+ CJS dist/types/autosuggestions-config/index.js.map 20.89 KB
127
+ CJS dist/types/base/base-copilot-textarea-props.js.map 1.84 KB
128
+ CJS dist/types/autosuggestions-config/insertions-api-config.js.map 4.51 KB
129
+ CJS dist/types/base/custom-editor.js.map 886.00 B
130
+ CJS dist/types/base/editor-autocomplete-state.js.map 2.64 KB
131
+ CJS dist/types/base/index.js.map 6.69 KB
132
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js.map 5.26 KB
133
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map 37.75 KB
134
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map 37.98 KB
135
+ CJS dist/types/base/autosuggestions-bare-function.js.map 1.01 KB
136
+ CJS dist/types/base/base-autosuggestions-config.js.map 6.32 KB
137
+ CJS dist/types/autosuggestions-config/suggestions-api-config.js.map 3.86 KB
138
+ CJS ⚡️ Build success in 1688ms
18
139
  ESM dist/index.mjs 1.76 KB
19
140
  ESM dist/components/index.mjs 1.52 KB
20
141
  ESM dist/context/index.mjs 66.00 B
@@ -78,13 +199,6 @@
78
199
  ESM dist/types/base/custom-editor.mjs 42.00 B
79
200
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 606.00 B
80
201
  ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 47.00 B
81
- ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs 279.00 B
82
- ESM dist/hooks/misc/use-autosize-textarea.mjs 216.00 B
83
- ESM dist/lib/slatejs-edits/add-autocompletions.mjs 197.00 B
84
- ESM dist/components/ui/button.mjs 215.00 B
85
- ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 286.00 B
86
- ESM dist/components/manual-ui/chip-with-icon.mjs 690.00 B
87
- ESM dist/components/source-search-box/source-search-box.mjs 294.00 B
88
202
  ESM dist/types/base/editor-autocomplete-state.mjs 238.00 B
89
203
  ESM dist/types/base/index.mjs 230.00 B
90
204
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs 631.00 B
@@ -98,14 +212,19 @@
98
212
  ESM dist/types/base/autosuggestions-bare-function.mjs 58.00 B
99
213
  ESM dist/types/base/base-autosuggestions-config.mjs 217.00 B
100
214
  ESM dist/types/base/base-copilot-textarea-props.mjs 56.00 B
215
+ ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs 279.00 B
216
+ ESM dist/hooks/misc/use-autosize-textarea.mjs 216.00 B
217
+ ESM dist/lib/slatejs-edits/add-autocompletions.mjs 197.00 B
101
218
  ESM dist/lib/slatejs-edits/clear-autocompletions.mjs 207.00 B
102
219
  ESM dist/lib/slatejs-edits/replace-text.mjs 172.00 B
103
220
  ESM dist/lib/slatejs-edits/with-partial-history.mjs 224.00 B
104
221
  ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs 66.00 B
105
222
  ESM dist/types/autosuggestions-config/autosuggestions-config.mjs 379.00 B
223
+ ESM dist/components/ui/button.mjs 215.00 B
106
224
  ESM dist/components/ui/command.mjs 485.00 B
107
225
  ESM dist/components/ui/dialog.mjs 383.00 B
108
226
  ESM dist/components/ui/label.mjs 176.00 B
227
+ ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 286.00 B
109
228
  ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs 236.00 B
110
229
  ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs 287.00 B
111
230
  ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs 277.00 B
@@ -115,6 +234,8 @@
115
234
  ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs 250.00 B
116
235
  ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs 239.00 B
117
236
  ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 697.00 B
237
+ ESM dist/components/manual-ui/chip-with-icon.mjs 690.00 B
238
+ ESM dist/components/source-search-box/source-search-box.mjs 294.00 B
118
239
  ESM dist/lib/stream-promise-flatten.mjs 182.00 B
119
240
  ESM dist/lib/utils.test.mjs 168.00 B
120
241
  ESM dist/lib/utils.mjs 305.00 B
@@ -186,13 +307,6 @@
186
307
  ESM dist/types/base/custom-editor.mjs.map 71.00 B
187
308
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs.map 71.00 B
188
309
  ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 71.00 B
189
- ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs.map 71.00 B
190
- ESM dist/hooks/misc/use-autosize-textarea.mjs.map 71.00 B
191
- ESM dist/lib/slatejs-edits/add-autocompletions.mjs.map 71.00 B
192
- ESM dist/components/ui/button.mjs.map 71.00 B
193
- ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 71.00 B
194
- ESM dist/components/manual-ui/chip-with-icon.mjs.map 937.00 B
195
- ESM dist/components/source-search-box/source-search-box.mjs.map 71.00 B
196
310
  ESM dist/types/base/editor-autocomplete-state.mjs.map 71.00 B
197
311
  ESM dist/types/base/index.mjs.map 71.00 B
198
312
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs.map 71.00 B
@@ -206,14 +320,19 @@
206
320
  ESM dist/types/base/autosuggestions-bare-function.mjs.map 71.00 B
207
321
  ESM dist/types/base/base-autosuggestions-config.mjs.map 71.00 B
208
322
  ESM dist/types/base/base-copilot-textarea-props.mjs.map 71.00 B
323
+ ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs.map 71.00 B
324
+ ESM dist/hooks/misc/use-autosize-textarea.mjs.map 71.00 B
325
+ ESM dist/lib/slatejs-edits/add-autocompletions.mjs.map 71.00 B
209
326
  ESM dist/lib/slatejs-edits/clear-autocompletions.mjs.map 71.00 B
210
327
  ESM dist/lib/slatejs-edits/replace-text.mjs.map 71.00 B
211
328
  ESM dist/lib/slatejs-edits/with-partial-history.mjs.map 71.00 B
212
329
  ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs.map 71.00 B
213
330
  ESM dist/types/autosuggestions-config/autosuggestions-config.mjs.map 71.00 B
331
+ ESM dist/components/ui/button.mjs.map 71.00 B
214
332
  ESM dist/components/ui/command.mjs.map 71.00 B
215
333
  ESM dist/components/ui/dialog.mjs.map 71.00 B
216
334
  ESM dist/components/ui/label.mjs.map 71.00 B
335
+ ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 71.00 B
217
336
  ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs.map 71.00 B
218
337
  ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs.map 71.00 B
219
338
  ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 71.00 B
@@ -223,6 +342,8 @@
223
342
  ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs.map 71.00 B
224
343
  ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs.map 71.00 B
225
344
  ESM dist/components/hovering-toolbar/hovering-toolbar.mjs.map 71.00 B
345
+ ESM dist/components/manual-ui/chip-with-icon.mjs.map 937.00 B
346
+ ESM dist/components/source-search-box/source-search-box.mjs.map 71.00 B
226
347
  ESM dist/lib/stream-promise-flatten.mjs.map 71.00 B
227
348
  ESM dist/lib/utils.test.mjs.map 350.00 B
228
349
  ESM dist/lib/utils.mjs.map 71.00 B
@@ -231,129 +352,8 @@
231
352
  ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs.map 71.00 B
232
353
  ESM dist/components/base-copilot-textarea/render-element.mjs.map 71.00 B
233
354
  ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 71.00 B
234
- ESM ⚡️ Build success in 1497ms
235
- CJS dist/index.js 86.56 KB
236
- CJS dist/index.css 18.63 KB
237
- CJS dist/components/index.js 86.37 KB
238
- CJS dist/components/index.css 306.00 B
239
- CJS dist/context/index.js 803.00 B
240
- CJS dist/hooks/index.js 797.00 B
241
- CJS dist/lib/debouncer.js 2.38 KB
242
- CJS dist/lib/editor-to-text.js 2.35 KB
243
- CJS dist/lib/get-text-around-cursor.js 4.09 KB
244
- CJS dist/lib/retry.js 1.43 KB
245
- CJS dist/lib/stream-promise-flatten.js 2.26 KB
246
- CJS dist/lib/utils.test.js 182.00 B
247
- CJS dist/lib/utils.js 3.08 KB
248
- CJS dist/types/html-copilot-textarea-element.js 893.00 B
249
- CJS dist/types/index.js 12.82 KB
250
- CJS dist/components/base-copilot-textarea/base-copilot-textarea.js 64.34 KB
251
- CJS dist/components/base-copilot-textarea/base-copilot-textarea.css 322.00 B
252
- CJS dist/components/base-copilot-textarea/render-element.js 2.94 KB
253
- CJS dist/components/base-copilot-textarea/render-placeholder.js 2.84 KB
254
- CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js 4.02 KB
255
- CJS dist/components/base-copilot-textarea/use-add-branding-css.js 3.19 KB
256
- CJS dist/components/copilot-textarea/copilot-textarea.js 86.31 KB
257
- CJS dist/components/copilot-textarea/copilot-textarea.css 317.00 B
258
- CJS dist/components/hovering-toolbar/hovering-editor-provider.js 1.85 KB
259
- CJS dist/components/hovering-toolbar/hovering-toolbar-components.js 5.55 KB
260
- CJS dist/components/hovering-toolbar/hovering-toolbar.js 33.64 KB
261
- CJS dist/components/manual-ui/chip-with-icon.js 1.73 KB
262
- CJS dist/components/source-search-box/source-search-box.js 9.53 KB
263
- CJS dist/components/ui/button.js 4.82 KB
264
- CJS dist/components/ui/command.js 12.51 KB
265
- CJS dist/components/ui/dialog.js 7.83 KB
266
- CJS dist/components/ui/label.js 3.73 KB
267
- CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js 6.57 KB
268
- CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js 6.35 KB
269
- CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js 6.04 KB
270
- CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js 6.04 KB
271
- CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js 9.55 KB
272
- CJS dist/hooks/misc/use-autosize-textarea.js 1.48 KB
273
- CJS dist/lib/slatejs-edits/add-autocompletions.js 1.63 KB
274
- CJS dist/lib/slatejs-edits/clear-autocompletions.js 1.71 KB
275
- CJS dist/lib/slatejs-edits/replace-text.js 1.61 KB
276
- CJS dist/lib/slatejs-edits/with-partial-history.js 4.30 KB
277
- CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js 949.00 B
278
- CJS dist/types/autosuggestions-config/autosuggestions-config.js 12.82 KB
279
- CJS dist/types/autosuggestions-config/editing-api-config.js 4.50 KB
280
- CJS dist/types/autosuggestions-config/index.js 12.79 KB
281
- CJS dist/types/autosuggestions-config/insertions-api-config.js 4.78 KB
282
- CJS dist/types/autosuggestions-config/suggestions-api-config.js 4.22 KB
283
- CJS dist/types/base/autosuggestion-state.js 862.00 B
284
- CJS dist/types/base/autosuggestions-bare-function.js 898.00 B
285
- CJS dist/types/base/base-autosuggestions-config.js 2.13 KB
286
- CJS dist/types/base/base-copilot-textarea-props.js 891.00 B
287
- CJS dist/types/base/custom-editor.js 835.00 B
288
- CJS dist/types/base/editor-autocomplete-state.js 1.92 KB
289
- CJS dist/types/base/index.js 2.06 KB
290
- CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js 24.47 KB
291
- CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js 25.25 KB
292
- CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js 5.48 KB
293
- CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js 25.19 KB
294
- CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js 881.00 B
295
- CJS dist/index.js.map 153.76 KB
296
- CJS dist/index.css.map 23.66 KB
297
- CJS dist/components/index.js.map 153.95 KB
298
- CJS dist/components/index.css.map 493.00 B
299
- CJS dist/context/index.js.map 139.00 B
300
- CJS dist/hooks/index.js.map 137.00 B
301
- CJS dist/lib/debouncer.js.map 1.68 KB
302
- CJS dist/lib/editor-to-text.js.map 2.86 KB
303
- CJS dist/lib/get-text-around-cursor.js.map 5.75 KB
304
- CJS dist/lib/retry.js.map 1018.00 B
305
- CJS dist/lib/stream-promise-flatten.js.map 1.45 KB
306
- CJS dist/lib/utils.test.js.map 352.00 B
307
- CJS dist/lib/utils.js.map 2.53 KB
308
- CJS dist/types/html-copilot-textarea-element.js.map 280.00 B
309
- CJS dist/types/index.js.map 20.46 KB
310
- CJS dist/components/base-copilot-textarea/base-copilot-textarea.js.map 115.21 KB
311
- CJS dist/components/base-copilot-textarea/base-copilot-textarea.css.map 496.00 B
312
- CJS dist/components/base-copilot-textarea/render-element.js.map 1.75 KB
313
- CJS dist/components/base-copilot-textarea/render-placeholder.js.map 1020.00 B
314
- CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js.map 5.80 KB
315
- CJS dist/components/base-copilot-textarea/use-add-branding-css.js.map 3.50 KB
316
- CJS dist/components/copilot-textarea/copilot-textarea.js.map 153.78 KB
317
- CJS dist/components/copilot-textarea/copilot-textarea.css.map 496.00 B
318
- CJS dist/components/hovering-toolbar/hovering-editor-provider.js.map 1.40 KB
319
- CJS dist/components/hovering-toolbar/hovering-toolbar-components.js.map 3.75 KB
320
- CJS dist/components/hovering-toolbar/hovering-toolbar.js.map 53.49 KB
321
- CJS dist/components/manual-ui/chip-with-icon.js.map 969.00 B
322
- CJS dist/components/source-search-box/source-search-box.js.map 13.01 KB
323
- CJS dist/components/ui/button.js.map 4.34 KB
324
- CJS dist/components/ui/command.js.map 14.31 KB
325
- CJS dist/components/ui/dialog.js.map 7.44 KB
326
- CJS dist/components/ui/label.js.map 2.85 KB
327
- CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js.map 10.88 KB
328
- CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js.map 9.92 KB
329
- CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js.map 10.48 KB
330
- CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map 6.86 KB
331
- CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map 12.02 KB
332
- CJS dist/hooks/misc/use-autosize-textarea.js.map 1.17 KB
333
- CJS dist/lib/slatejs-edits/add-autocompletions.js.map 1.08 KB
334
- CJS dist/lib/slatejs-edits/clear-autocompletions.js.map 1.14 KB
335
- CJS dist/lib/slatejs-edits/replace-text.js.map 1.17 KB
336
- CJS dist/lib/slatejs-edits/with-partial-history.js.map 6.16 KB
337
- CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js.map 1.16 KB
338
- CJS dist/types/autosuggestions-config/autosuggestions-config.js.map 20.32 KB
339
- CJS dist/types/autosuggestions-config/editing-api-config.js.map 4.31 KB
340
- CJS dist/types/autosuggestions-config/index.js.map 20.89 KB
341
- CJS dist/types/autosuggestions-config/insertions-api-config.js.map 4.51 KB
342
- CJS dist/types/autosuggestions-config/suggestions-api-config.js.map 3.86 KB
343
- CJS dist/types/base/autosuggestion-state.js.map 269.00 B
344
- CJS dist/types/base/autosuggestions-bare-function.js.map 1.01 KB
345
- CJS dist/types/base/base-autosuggestions-config.js.map 6.32 KB
346
- CJS dist/types/base/base-copilot-textarea-props.js.map 1.84 KB
347
- CJS dist/types/base/custom-editor.js.map 886.00 B
348
- CJS dist/types/base/editor-autocomplete-state.js.map 2.64 KB
349
- CJS dist/types/base/index.js.map 6.69 KB
350
- CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map 36.34 KB
351
- CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map 37.75 KB
352
- CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js.map 5.26 KB
353
- CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map 37.98 KB
354
- CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js.map 268.00 B
355
- CJS ⚡️ Build success in 1569ms
356
- DTS ⚡️ Build success in 18471ms
355
+ ESM ⚡️ Build success in 1693ms
356
+ DTS ⚡️ Build success in 18688ms
357
357
  DTS dist/index.d.ts 1.27 KB
358
358
  DTS dist/components/base-copilot-textarea/base-copilot-textarea.d.ts 1.62 KB
359
359
  DTS dist/components/copilot-textarea/copilot-textarea.d.ts 4.55 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # ui
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - b6a4b6eb: V1.0 Release Candidate
8
+
9
+ - A robust new protocol between the frontend and the Copilot Runtime
10
+ - Support for Copilot Cloud
11
+ - Generative UI
12
+ - Support for LangChain universal tool calling
13
+ - OpenAI assistant API streaming
14
+
15
+ - V1.0 Release
16
+
17
+ - A robust new protocol between the frontend and the Copilot Runtime
18
+ - Support for Copilot Cloud
19
+ - Generative UI
20
+ - Support for LangChain universal tool calling
21
+ - OpenAI assistant API streaming
22
+
23
+ ### Patch Changes
24
+
25
+ - b6a4b6eb: Introduce anonymous telemetry
26
+ - b6a4b6eb: Set default Copilot Cloud runtime URL to versioned URL (v1)
27
+ - Updated dependencies [b6a4b6eb]
28
+ - Updated dependencies [b6a4b6eb]
29
+ - Updated dependencies [b6a4b6eb]
30
+ - Updated dependencies
31
+ - @copilotkit/react-core@1.0.0
32
+ - @copilotkit/runtime-client-gql@1.0.0
33
+ - @copilotkit/shared@1.0.0
34
+
35
+ ## 1.0.0-beta.2
36
+
37
+ ### Patch Changes
38
+
39
+ - Set default Copilot Cloud runtime URL to versioned URL (v1)
40
+ - Updated dependencies
41
+ - @copilotkit/runtime-client-gql@1.0.0-beta.2
42
+ - @copilotkit/react-core@1.0.0-beta.2
43
+ - @copilotkit/shared@1.0.0-beta.2
44
+
3
45
  ## 1.0.0-beta.1
4
46
 
5
47
  ### Patch Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.0.0-beta.1",
7
+ "version": "1.0.0",
8
8
  "sideEffects": [
9
9
  "**/*.css"
10
10
  ],
@@ -38,9 +38,9 @@
38
38
  "ts-jest": "^29.1.1",
39
39
  "tsup": "^6.7.0",
40
40
  "typescript": "^5.2.3",
41
- "eslint-config-custom": "1.0.0-beta.0",
42
- "tailwind-config": "1.0.0-beta.0",
43
- "tsconfig": "1.0.0-beta.0"
41
+ "eslint-config-custom": "1.0.0",
42
+ "tailwind-config": "1.0.0",
43
+ "tsconfig": "1.0.0"
44
44
  },
45
45
  "dependencies": {
46
46
  "@emotion/css": "^11.11.2",
@@ -63,9 +63,9 @@
63
63
  "slate-history": "^0.93.0",
64
64
  "slate-react": "^0.98.1",
65
65
  "tailwind-merge": "^1.13.2",
66
- "@copilotkit/react-core": "1.0.0-beta.1",
67
- "@copilotkit/runtime-client-gql": "1.0.0-beta.1",
68
- "@copilotkit/shared": "1.0.0-beta.1"
66
+ "@copilotkit/react-core": "1.0.0",
67
+ "@copilotkit/runtime-client-gql": "1.0.0",
68
+ "@copilotkit/shared": "1.0.0"
69
69
  },
70
70
  "scripts": {
71
71
  "build": "tsup --clean",