@copilotkit/react-textarea 1.0.0 → 1.0.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.
@@ -1,8 +1,8 @@
1
1
 
2
- > @copilotkit/react-textarea@1.0.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-textarea
2
+ > @copilotkit/react-textarea@1.0.1 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-textarea
3
3
  > tsup --clean
4
4
 
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
5
+ CLI Building entry: src/index.tsx, src/components/index.ts, src/hooks/index.ts, src/context/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
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v6.7.0
8
8
  CLI Using tsup config: /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-textarea/tsup.config.ts
@@ -15,6 +15,8 @@
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/types/html-copilot-textarea-element.js 893.00 B
19
+ CJS dist/components/hovering-toolbar/hovering-editor-provider.js 1.85 KB
18
20
  CJS dist/components/manual-ui/chip-with-icon.js 1.73 KB
19
21
  CJS dist/components/source-search-box/source-search-box.js 9.53 KB
20
22
  CJS dist/components/ui/button.js 4.82 KB
@@ -22,6 +24,7 @@
22
24
  CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js 6.04 KB
23
25
  CJS dist/hooks/misc/use-autosize-textarea.js 1.48 KB
24
26
  CJS dist/lib/slatejs-edits/add-autocompletions.js 1.63 KB
27
+ CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js 949.00 B
25
28
  CJS dist/types/base/autosuggestion-state.js 862.00 B
26
29
  CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js 24.47 KB
27
30
  CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js 881.00 B
@@ -29,8 +32,8 @@
29
32
  CJS dist/index.css 18.63 KB
30
33
  CJS dist/components/index.js 86.37 KB
31
34
  CJS dist/components/index.css 306.00 B
32
- CJS dist/context/index.js 803.00 B
33
35
  CJS dist/hooks/index.js 797.00 B
36
+ CJS dist/context/index.js 803.00 B
34
37
  CJS dist/lib/debouncer.js 2.38 KB
35
38
  CJS dist/lib/editor-to-text.js 2.35 KB
36
39
  CJS dist/lib/get-text-around-cursor.js 4.09 KB
@@ -38,7 +41,6 @@
38
41
  CJS dist/lib/stream-promise-flatten.js 2.26 KB
39
42
  CJS dist/lib/utils.test.js 182.00 B
40
43
  CJS dist/lib/utils.js 3.08 KB
41
- CJS dist/types/html-copilot-textarea-element.js 893.00 B
42
44
  CJS dist/types/index.js 12.82 KB
43
45
  CJS dist/components/base-copilot-textarea/base-copilot-textarea.js 64.34 KB
44
46
  CJS dist/components/base-copilot-textarea/base-copilot-textarea.css 322.00 B
@@ -48,7 +50,6 @@
48
50
  CJS dist/components/base-copilot-textarea/use-add-branding-css.js 3.19 KB
49
51
  CJS dist/components/copilot-textarea/copilot-textarea.js 86.31 KB
50
52
  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
53
  CJS dist/components/hovering-toolbar/hovering-toolbar-components.js 5.55 KB
53
54
  CJS dist/components/hovering-toolbar/hovering-toolbar.js 33.64 KB
54
55
  CJS dist/components/ui/command.js 12.51 KB
@@ -57,14 +58,13 @@
57
58
  CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js 6.35 KB
58
59
  CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js 6.04 KB
59
60
  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
61
  CJS dist/types/autosuggestions-config/autosuggestions-config.js 12.82 KB
65
62
  CJS dist/types/autosuggestions-config/editing-api-config.js 4.50 KB
66
63
  CJS dist/types/autosuggestions-config/index.js 12.79 KB
67
64
  CJS dist/types/autosuggestions-config/insertions-api-config.js 4.78 KB
65
+ CJS dist/types/autosuggestions-config/suggestions-api-config.js 4.22 KB
66
+ CJS dist/types/base/autosuggestions-bare-function.js 898.00 B
67
+ CJS dist/types/base/base-autosuggestions-config.js 2.13 KB
68
68
  CJS dist/types/base/base-copilot-textarea-props.js 891.00 B
69
69
  CJS dist/types/base/custom-editor.js 835.00 B
70
70
  CJS dist/types/base/editor-autocomplete-state.js 1.92 KB
@@ -72,9 +72,11 @@
72
72
  CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js 25.25 KB
73
73
  CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js 5.48 KB
74
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
75
+ CJS dist/lib/slatejs-edits/with-partial-history.js 4.30 KB
76
+ CJS dist/lib/slatejs-edits/replace-text.js 1.61 KB
77
+ CJS dist/lib/slatejs-edits/clear-autocompletions.js 1.71 KB
78
+ CJS dist/types/html-copilot-textarea-element.js.map 280.00 B
79
+ CJS dist/components/hovering-toolbar/hovering-editor-provider.js.map 1.40 KB
78
80
  CJS dist/components/manual-ui/chip-with-icon.js.map 969.00 B
79
81
  CJS dist/components/source-search-box/source-search-box.js.map 13.01 KB
80
82
  CJS dist/components/ui/button.js.map 4.34 KB
@@ -82,14 +84,16 @@
82
84
  CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map 6.86 KB
83
85
  CJS dist/hooks/misc/use-autosize-textarea.js.map 1.17 KB
84
86
  CJS dist/lib/slatejs-edits/add-autocompletions.js.map 1.08 KB
87
+ CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js.map 1.16 KB
85
88
  CJS dist/types/base/autosuggestion-state.js.map 269.00 B
86
89
  CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map 36.34 KB
87
90
  CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js.map 268.00 B
88
91
  CJS dist/index.js.map 153.76 KB
89
92
  CJS dist/index.css.map 23.66 KB
93
+ CJS dist/components/index.js.map 153.95 KB
90
94
  CJS dist/components/index.css.map 493.00 B
91
- CJS dist/context/index.js.map 139.00 B
92
95
  CJS dist/hooks/index.js.map 137.00 B
96
+ CJS dist/context/index.js.map 139.00 B
93
97
  CJS dist/lib/debouncer.js.map 1.68 KB
94
98
  CJS dist/lib/editor-to-text.js.map 2.86 KB
95
99
  CJS dist/lib/get-text-around-cursor.js.map 5.75 KB
@@ -97,56 +101,52 @@
97
101
  CJS dist/lib/stream-promise-flatten.js.map 1.45 KB
98
102
  CJS dist/lib/utils.test.js.map 352.00 B
99
103
  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
104
  CJS dist/types/index.js.map 20.46 KB
105
+ CJS dist/components/base-copilot-textarea/base-copilot-textarea.js.map 115.21 KB
106
+ CJS dist/components/base-copilot-textarea/base-copilot-textarea.css.map 496.00 B
103
107
  CJS dist/components/base-copilot-textarea/render-element.js.map 1.75 KB
104
108
  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
109
  CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js.map 5.80 KB
107
110
  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.js.map 153.78 KB
111
112
  CJS dist/components/copilot-textarea/copilot-textarea.css.map 496.00 B
113
+ CJS dist/components/hovering-toolbar/hovering-toolbar-components.js.map 3.75 KB
112
114
  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
115
  CJS dist/components/ui/command.js.map 14.31 KB
116
+ CJS dist/components/ui/dialog.js.map 7.44 KB
116
117
  CJS dist/components/ui/label.js.map 2.85 KB
117
118
  CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js.map 9.92 KB
118
119
  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
120
  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
121
  CJS dist/types/autosuggestions-config/autosuggestions-config.js.map 20.32 KB
122
+ CJS dist/types/autosuggestions-config/editing-api-config.js.map 4.31 KB
126
123
  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
124
  CJS dist/types/autosuggestions-config/insertions-api-config.js.map 4.51 KB
125
+ CJS dist/types/autosuggestions-config/suggestions-api-config.js.map 3.86 KB
126
+ CJS dist/types/base/autosuggestions-bare-function.js.map 1.01 KB
127
+ CJS dist/types/base/base-autosuggestions-config.js.map 6.32 KB
128
+ CJS dist/types/base/base-copilot-textarea-props.js.map 1.84 KB
129
129
  CJS dist/types/base/custom-editor.js.map 886.00 B
130
130
  CJS dist/types/base/editor-autocomplete-state.js.map 2.64 KB
131
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
132
  CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map 37.75 KB
133
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js.map 5.26 KB
134
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
135
+ CJS dist/lib/slatejs-edits/with-partial-history.js.map 6.16 KB
136
+ CJS dist/lib/slatejs-edits/replace-text.js.map 1.17 KB
137
+ CJS dist/lib/slatejs-edits/clear-autocompletions.js.map 1.14 KB
138
+ CJS ⚡️ Build success in 1571ms
139
139
  ESM dist/index.mjs 1.76 KB
140
140
  ESM dist/components/index.mjs 1.52 KB
141
- ESM dist/context/index.mjs 66.00 B
142
141
  ESM dist/hooks/index.mjs 66.00 B
142
+ ESM dist/context/index.mjs 66.00 B
143
143
  ESM dist/lib/debouncer.mjs 147.00 B
144
144
  ESM dist/components/copilot-textarea/copilot-textarea.css 317.00 B
145
145
  ESM dist/components/base-copilot-textarea/base-copilot-textarea.css 322.00 B
146
146
  ESM dist/chunk-DE5K76I2.mjs 43.00 B
147
147
  ESM dist/chunk-WADHCMPK.mjs 43.00 B
148
- ESM dist/chunk-MMVDU6DF.mjs 43.00 B
149
148
  ESM dist/chunk-WPV52EMI.mjs 1.88 KB
149
+ ESM dist/chunk-MMVDU6DF.mjs 43.00 B
150
150
  ESM dist/chunk-PAP4ZNRG.mjs 6.24 KB
151
151
  ESM dist/chunk-TTOZXUEA.mjs 3.10 KB
152
152
  ESM dist/chunk-RUV6NBIF.mjs 43.00 B
@@ -184,10 +184,10 @@
184
184
  ESM dist/chunk-OJXLHIYQ.mjs 1.02 KB
185
185
  ESM dist/chunk-224UKA7C.mjs 1.13 KB
186
186
  ESM dist/chunk-XW3ICO4S.mjs 688.00 B
187
- ESM dist/chunk-IU3WTXLQ.mjs 43.00 B
188
187
  ESM dist/chunk-H4VKQGVU.mjs 43.00 B
189
- ESM dist/chunk-DFTV4TST.mjs 931.00 B
188
+ ESM dist/chunk-IU3WTXLQ.mjs 43.00 B
190
189
  ESM dist/lib/editor-to-text.mjs 158.00 B
190
+ ESM dist/chunk-DFTV4TST.mjs 931.00 B
191
191
  ESM dist/chunk-T6MTDQZ7.mjs 1.31 KB
192
192
  ESM dist/lib/get-text-around-cursor.mjs 370.00 B
193
193
  ESM dist/chunk-ECR45NSD.mjs 2.67 KB
@@ -196,14 +196,12 @@
196
196
  ESM dist/chunk-MRXNTQOX.mjs 1.89 KB
197
197
  ESM dist/index.css 18.63 KB
198
198
  ESM dist/components/index.css 306.00 B
199
- ESM dist/types/base/custom-editor.mjs 42.00 B
200
- ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 606.00 B
201
- ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 47.00 B
202
- ESM dist/types/base/editor-autocomplete-state.mjs 238.00 B
203
199
  ESM dist/types/base/index.mjs 230.00 B
200
+ ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 606.00 B
204
201
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs 631.00 B
205
202
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs 308.00 B
206
203
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs 645.00 B
204
+ ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 47.00 B
207
205
  ESM dist/types/autosuggestions-config/editing-api-config.mjs 324.00 B
208
206
  ESM dist/types/autosuggestions-config/index.mjs 397.00 B
209
207
  ESM dist/types/autosuggestions-config/insertions-api-config.mjs 345.00 B
@@ -230,8 +228,8 @@
230
228
  ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs 277.00 B
231
229
  ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs 282.00 B
232
230
  ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs 180.00 B
233
- ESM dist/components/copilot-textarea/copilot-textarea.mjs 1.57 KB
234
231
  ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs 250.00 B
232
+ ESM dist/components/copilot-textarea/copilot-textarea.mjs 1.57 KB
235
233
  ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs 239.00 B
236
234
  ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 697.00 B
237
235
  ESM dist/components/manual-ui/chip-with-icon.mjs 690.00 B
@@ -244,17 +242,19 @@
244
242
  ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs 1.27 KB
245
243
  ESM dist/components/base-copilot-textarea/render-element.mjs 190.00 B
246
244
  ESM dist/components/base-copilot-textarea/render-placeholder.mjs 202.00 B
245
+ ESM dist/types/base/editor-autocomplete-state.mjs 238.00 B
246
+ ESM dist/types/base/custom-editor.mjs 42.00 B
247
247
  ESM dist/index.mjs.map 71.00 B
248
248
  ESM dist/components/index.mjs.map 71.00 B
249
- ESM dist/context/index.mjs.map 71.00 B
250
249
  ESM dist/hooks/index.mjs.map 71.00 B
250
+ ESM dist/context/index.mjs.map 71.00 B
251
251
  ESM dist/lib/debouncer.mjs.map 71.00 B
252
252
  ESM dist/components/copilot-textarea/copilot-textarea.css.map 496.00 B
253
253
  ESM dist/components/base-copilot-textarea/base-copilot-textarea.css.map 496.00 B
254
254
  ESM dist/chunk-DE5K76I2.mjs.map 71.00 B
255
255
  ESM dist/chunk-WADHCMPK.mjs.map 71.00 B
256
- ESM dist/chunk-MMVDU6DF.mjs.map 71.00 B
257
256
  ESM dist/chunk-WPV52EMI.mjs.map 6.65 KB
257
+ ESM dist/chunk-MMVDU6DF.mjs.map 71.00 B
258
258
  ESM dist/chunk-PAP4ZNRG.mjs.map 11.12 KB
259
259
  ESM dist/chunk-TTOZXUEA.mjs.map 5.97 KB
260
260
  ESM dist/chunk-RUV6NBIF.mjs.map 71.00 B
@@ -292,10 +292,10 @@
292
292
  ESM dist/chunk-OJXLHIYQ.mjs.map 6.28 KB
293
293
  ESM dist/chunk-224UKA7C.mjs.map 1.71 KB
294
294
  ESM dist/chunk-XW3ICO4S.mjs.map 947.00 B
295
- ESM dist/chunk-IU3WTXLQ.mjs.map 71.00 B
296
295
  ESM dist/chunk-H4VKQGVU.mjs.map 71.00 B
297
- ESM dist/chunk-DFTV4TST.mjs.map 1.62 KB
296
+ ESM dist/chunk-IU3WTXLQ.mjs.map 71.00 B
298
297
  ESM dist/lib/editor-to-text.mjs.map 71.00 B
298
+ ESM dist/chunk-DFTV4TST.mjs.map 1.62 KB
299
299
  ESM dist/chunk-T6MTDQZ7.mjs.map 2.82 KB
300
300
  ESM dist/lib/get-text-around-cursor.mjs.map 71.00 B
301
301
  ESM dist/chunk-ECR45NSD.mjs.map 5.71 KB
@@ -304,14 +304,12 @@
304
304
  ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
305
305
  ESM dist/index.css.map 23.66 KB
306
306
  ESM dist/components/index.css.map 493.00 B
307
- ESM dist/types/base/custom-editor.mjs.map 71.00 B
308
- ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs.map 71.00 B
309
- ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 71.00 B
310
- ESM dist/types/base/editor-autocomplete-state.mjs.map 71.00 B
311
307
  ESM dist/types/base/index.mjs.map 71.00 B
308
+ ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs.map 71.00 B
312
309
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs.map 71.00 B
313
310
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs.map 71.00 B
314
311
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs.map 71.00 B
312
+ ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 71.00 B
315
313
  ESM dist/types/autosuggestions-config/editing-api-config.mjs.map 71.00 B
316
314
  ESM dist/types/autosuggestions-config/index.mjs.map 71.00 B
317
315
  ESM dist/types/autosuggestions-config/insertions-api-config.mjs.map 71.00 B
@@ -338,8 +336,8 @@
338
336
  ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 71.00 B
339
337
  ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs.map 71.00 B
340
338
  ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs.map 71.00 B
341
- ESM dist/components/copilot-textarea/copilot-textarea.mjs.map 71.00 B
342
339
  ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs.map 71.00 B
340
+ ESM dist/components/copilot-textarea/copilot-textarea.mjs.map 71.00 B
343
341
  ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs.map 71.00 B
344
342
  ESM dist/components/hovering-toolbar/hovering-toolbar.mjs.map 71.00 B
345
343
  ESM dist/components/manual-ui/chip-with-icon.mjs.map 937.00 B
@@ -352,8 +350,10 @@
352
350
  ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs.map 71.00 B
353
351
  ESM dist/components/base-copilot-textarea/render-element.mjs.map 71.00 B
354
352
  ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 71.00 B
355
- ESM ⚡️ Build success in 1693ms
356
- DTS ⚡️ Build success in 18688ms
353
+ ESM dist/types/base/editor-autocomplete-state.mjs.map 71.00 B
354
+ ESM dist/types/base/custom-editor.mjs.map 71.00 B
355
+ ESM ⚡️ Build success in 1597ms
356
+ DTS ⚡️ Build success in 19137ms
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
@@ -368,8 +368,8 @@
368
368
  DTS dist/types/autosuggestions-config/insertions-api-config.d.ts 623.00 B
369
369
  DTS dist/types/autosuggestions-config/editing-api-config.d.ts 596.00 B
370
370
  DTS dist/components/index.d.ts 916.00 B
371
- DTS dist/context/index.d.ts 12.00 B
372
371
  DTS dist/hooks/index.d.ts 12.00 B
372
+ DTS dist/context/index.d.ts 12.00 B
373
373
  DTS dist/lib/debouncer.d.ts 372.00 B
374
374
  DTS dist/lib/editor-to-text.d.ts 243.00 B
375
375
  DTS dist/lib/get-text-around-cursor.d.ts 745.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # ui
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Remove PostHog, use Segment Anonymous Telemetry instead
8
+ - Updated dependencies
9
+ - @copilotkit/react-core@1.0.1
10
+ - @copilotkit/runtime-client-gql@1.0.1
11
+ - @copilotkit/shared@1.0.1
12
+
3
13
  ## 1.0.0
4
14
 
5
15
  ### Major Changes
package/dist/index.mjs CHANGED
@@ -48,8 +48,8 @@ import {
48
48
  } from "./chunk-OJXLHIYQ.mjs";
49
49
  import "./chunk-224UKA7C.mjs";
50
50
  import "./chunk-XW3ICO4S.mjs";
51
- import "./chunk-IU3WTXLQ.mjs";
52
51
  import "./chunk-H4VKQGVU.mjs";
52
+ import "./chunk-IU3WTXLQ.mjs";
53
53
  import "./chunk-DFTV4TST.mjs";
54
54
  import "./chunk-T6MTDQZ7.mjs";
55
55
  import "./chunk-ECR45NSD.mjs";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.0.0",
7
+ "version": "1.0.1",
8
8
  "sideEffects": [
9
9
  "**/*.css"
10
10
  ],
@@ -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",
67
- "@copilotkit/runtime-client-gql": "1.0.0",
68
- "@copilotkit/shared": "1.0.0"
66
+ "@copilotkit/react-core": "1.0.1",
67
+ "@copilotkit/runtime-client-gql": "1.0.1",
68
+ "@copilotkit/shared": "1.0.1"
69
69
  },
70
70
  "scripts": {
71
71
  "build": "tsup --clean",