@copilotkit/react-textarea 0.35.0-mme-cloud.6 → 0.35.0-mme-cloud.7

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@0.35.0-mme-cloud.6 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-textarea
2
+ > @copilotkit/react-textarea@0.35.0-mme-cloud.7 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-textarea
3
3
  > tsup --clean
4
4
 
5
- CLI Building entry: src/index.tsx, src/context/index.ts, src/components/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/card.tsx, src/components/ui/command.tsx, src/components/ui/dialog.tsx, src/components/ui/label.tsx, src/components/ui/separator.tsx, src/components/ui/textarea.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, src/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.tsx
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/card.tsx, src/components/ui/command.tsx, src/components/ui/dialog.tsx, src/components/ui/label.tsx, src/components/ui/separator.tsx, src/components/ui/textarea.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, src/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.tsx
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
@@ -19,15 +19,14 @@ Browserslist: caniuse-lite is outdated. Please run:
19
19
  warn - https://tailwindcss.com/docs/upgrade-guide#configure-content-sources
20
20
  DTS Build start
21
21
  ESM dist/index.mjs 1.76 KB
22
- ESM dist/context/index.mjs 66.00 B
23
22
  ESM dist/components/index.mjs 1.52 KB
23
+ ESM dist/context/index.mjs 66.00 B
24
24
  ESM dist/hooks/index.mjs 66.00 B
25
25
  ESM dist/lib/debouncer.mjs 147.00 B
26
26
  ESM dist/components/copilot-textarea/copilot-textarea.css 253.00 B
27
27
  ESM dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
28
28
  ESM dist/chunk-DE5K76I2.mjs 43.00 B
29
29
  ESM dist/chunk-WADHCMPK.mjs 43.00 B
30
- ESM dist/chunk-IU3WTXLQ.mjs 43.00 B
31
30
  ESM dist/chunk-MMVDU6DF.mjs 43.00 B
32
31
  ESM dist/chunk-PQIOU3E5.mjs 1.88 KB
33
32
  ESM dist/chunk-SJ2TM5GA.mjs 2.34 KB
@@ -67,6 +66,7 @@ Browserslist: caniuse-lite is outdated. Please run:
67
66
  ESM dist/chunk-LCDTIJSD.mjs 905.00 B
68
67
  ESM dist/chunk-224UKA7C.mjs 1.13 KB
69
68
  ESM dist/chunk-XW3ICO4S.mjs 688.00 B
69
+ ESM dist/chunk-IU3WTXLQ.mjs 43.00 B
70
70
  ESM dist/chunk-H4VKQGVU.mjs 43.00 B
71
71
  ESM dist/chunk-DFTV4TST.mjs 931.00 B
72
72
  ESM dist/lib/editor-to-text.mjs 158.00 B
@@ -111,6 +111,9 @@ Browserslist: caniuse-lite is outdated. Please run:
111
111
  ESM dist/components/ui/command.mjs 485.00 B
112
112
  ESM dist/components/ui/dialog.mjs 383.00 B
113
113
  ESM dist/components/ui/label.mjs 176.00 B
114
+ ESM dist/components/ui/separator.mjs 921.00 B
115
+ ESM dist/components/ui/textarea.mjs 886.00 B
116
+ ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 286.00 B
114
117
  ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs 282.00 B
115
118
  ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs 180.00 B
116
119
  ESM dist/components/copilot-textarea/copilot-textarea.mjs 1.57 KB
@@ -125,20 +128,15 @@ Browserslist: caniuse-lite is outdated. Please run:
125
128
  ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs 1.27 KB
126
129
  ESM dist/components/base-copilot-textarea/render-element.mjs 190.00 B
127
130
  ESM dist/components/base-copilot-textarea/render-placeholder.mjs 202.00 B
128
- ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 286.00 B
129
- ESM dist/components/ui/separator.mjs 921.00 B
130
- ESM dist/components/ui/textarea.mjs 886.00 B
131
131
  ESM dist/index.mjs.map 71.00 B
132
- ESM dist/context/index.mjs.map 71.00 B
133
132
  ESM dist/components/index.mjs.map 71.00 B
133
+ ESM dist/context/index.mjs.map 71.00 B
134
134
  ESM dist/hooks/index.mjs.map 71.00 B
135
135
  ESM dist/lib/debouncer.mjs.map 71.00 B
136
136
  ESM dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
137
137
  ESM dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
138
- ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 47.00 B
139
138
  ESM dist/chunk-DE5K76I2.mjs.map 71.00 B
140
139
  ESM dist/chunk-WADHCMPK.mjs.map 71.00 B
141
- ESM dist/chunk-IU3WTXLQ.mjs.map 71.00 B
142
140
  ESM dist/chunk-MMVDU6DF.mjs.map 71.00 B
143
141
  ESM dist/chunk-PQIOU3E5.mjs.map 3.41 KB
144
142
  ESM dist/chunk-SJ2TM5GA.mjs.map 4.86 KB
@@ -178,6 +176,7 @@ Browserslist: caniuse-lite is outdated. Please run:
178
176
  ESM dist/chunk-LCDTIJSD.mjs.map 5.30 KB
179
177
  ESM dist/chunk-224UKA7C.mjs.map 1.71 KB
180
178
  ESM dist/chunk-XW3ICO4S.mjs.map 947.00 B
179
+ ESM dist/chunk-IU3WTXLQ.mjs.map 71.00 B
181
180
  ESM dist/chunk-H4VKQGVU.mjs.map 71.00 B
182
181
  ESM dist/chunk-DFTV4TST.mjs.map 1.62 KB
183
182
  ESM dist/lib/editor-to-text.mjs.map 71.00 B
@@ -190,6 +189,7 @@ Browserslist: caniuse-lite is outdated. Please run:
190
189
  ESM dist/index.css.map 29.12 KB
191
190
  ESM dist/components/index.css.map 429.00 B
192
191
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs.map 71.00 B
192
+ ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 47.00 B
193
193
  ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs 53.00 B
194
194
  ESM dist/types/base/autosuggestions-bare-function.mjs.map 71.00 B
195
195
  ESM dist/lib/slatejs-edits/with-partial-history.mjs.map 71.00 B
@@ -223,6 +223,9 @@ Browserslist: caniuse-lite is outdated. Please run:
223
223
  ESM dist/components/ui/command.mjs.map 71.00 B
224
224
  ESM dist/components/ui/dialog.mjs.map 71.00 B
225
225
  ESM dist/components/ui/label.mjs.map 71.00 B
226
+ ESM dist/components/ui/separator.mjs.map 1.20 KB
227
+ ESM dist/components/ui/textarea.mjs.map 1.11 KB
228
+ ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 71.00 B
226
229
  ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs.map 71.00 B
227
230
  ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs.map 71.00 B
228
231
  ESM dist/components/copilot-textarea/copilot-textarea.mjs.map 71.00 B
@@ -237,17 +240,15 @@ Browserslist: caniuse-lite is outdated. Please run:
237
240
  ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs.map 71.00 B
238
241
  ESM dist/components/base-copilot-textarea/render-element.mjs.map 71.00 B
239
242
  ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 71.00 B
240
- ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 71.00 B
241
- ESM dist/components/ui/separator.mjs.map 1.20 KB
242
- ESM dist/components/ui/textarea.mjs.map 1.11 KB
243
243
  ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 71.00 B
244
244
  ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs.map 71.00 B
245
- ESM ⚡️ Build success in 1592ms
246
- CJS dist/index.css 18.82 KB
245
+ ESM ⚡️ Build success in 1761ms
246
+ CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js 881.00 B
247
247
  CJS dist/index.js 79.92 KB
248
- CJS dist/context/index.js 803.00 B
248
+ CJS dist/index.css 18.82 KB
249
249
  CJS dist/components/index.js 79.73 KB
250
250
  CJS dist/components/index.css 242.00 B
251
+ CJS dist/context/index.js 803.00 B
251
252
  CJS dist/hooks/index.js 797.00 B
252
253
  CJS dist/lib/debouncer.js 2.38 KB
253
254
  CJS dist/lib/editor-to-text.js 2.35 KB
@@ -258,9 +259,9 @@ Browserslist: caniuse-lite is outdated. Please run:
258
259
  CJS dist/lib/utils.js 3.08 KB
259
260
  CJS dist/types/html-copilot-textarea-element.js 893.00 B
260
261
  CJS dist/types/index.js 10.66 KB
262
+ CJS dist/components/base-copilot-textarea/base-copilot-textarea.js 63.75 KB
261
263
  CJS dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
262
264
  CJS dist/components/base-copilot-textarea/render-element.js 2.94 KB
263
- CJS dist/components/base-copilot-textarea/base-copilot-textarea.js 63.75 KB
264
265
  CJS dist/components/base-copilot-textarea/render-placeholder.js 2.84 KB
265
266
  CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js 4.02 KB
266
267
  CJS dist/components/base-copilot-textarea/use-add-branding-css.js 3.19 KB
@@ -285,9 +286,6 @@ Browserslist: caniuse-lite is outdated. Please run:
285
286
  CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js 6.74 KB
286
287
  CJS dist/hooks/misc/use-autosize-textarea.js 1.48 KB
287
288
  CJS dist/lib/slatejs-edits/add-autocompletions.js 1.63 KB
288
- CJS dist/lib/slatejs-edits/clear-autocompletions.js 1.71 KB
289
- CJS dist/lib/slatejs-edits/replace-text.js 1.61 KB
290
- CJS dist/lib/slatejs-edits/with-partial-history.js 4.30 KB
291
289
  CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js 949.00 B
292
290
  CJS dist/types/autosuggestions-config/autosuggestions-config.js 10.65 KB
293
291
  CJS dist/types/autosuggestions-config/editing-api-config.js 3.69 KB
@@ -305,13 +303,16 @@ Browserslist: caniuse-lite is outdated. Please run:
305
303
  CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js 25.25 KB
306
304
  CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js 5.48 KB
307
305
  CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js 25.19 KB
308
- CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js 881.00 B
309
306
  CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js 906.00 B
310
- CJS dist/index.css.map 29.12 KB
307
+ CJS dist/lib/slatejs-edits/with-partial-history.js 4.30 KB
308
+ CJS dist/lib/slatejs-edits/clear-autocompletions.js 1.71 KB
309
+ CJS dist/lib/slatejs-edits/replace-text.js 1.61 KB
310
+ CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js.map 268.00 B
311
311
  CJS dist/index.js.map 143.16 KB
312
- CJS dist/context/index.js.map 139.00 B
313
312
  CJS dist/components/index.js.map 143.35 KB
313
+ CJS dist/index.css.map 29.12 KB
314
314
  CJS dist/components/index.css.map 429.00 B
315
+ CJS dist/context/index.js.map 139.00 B
315
316
  CJS dist/hooks/index.js.map 137.00 B
316
317
  CJS dist/lib/debouncer.js.map 1.68 KB
317
318
  CJS dist/lib/editor-to-text.js.map 2.86 KB
@@ -322,9 +323,9 @@ Browserslist: caniuse-lite is outdated. Please run:
322
323
  CJS dist/lib/utils.js.map 2.53 KB
323
324
  CJS dist/types/html-copilot-textarea-element.js.map 280.00 B
324
325
  CJS dist/types/index.js.map 18.56 KB
326
+ CJS dist/components/base-copilot-textarea/base-copilot-textarea.js.map 113.32 KB
325
327
  CJS dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
326
328
  CJS dist/components/base-copilot-textarea/render-element.js.map 1.75 KB
327
- CJS dist/components/base-copilot-textarea/base-copilot-textarea.js.map 113.32 KB
328
329
  CJS dist/components/base-copilot-textarea/render-placeholder.js.map 1020.00 B
329
330
  CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js.map 5.80 KB
330
331
  CJS dist/components/base-copilot-textarea/use-add-branding-css.js.map 3.50 KB
@@ -349,9 +350,6 @@ Browserslist: caniuse-lite is outdated. Please run:
349
350
  CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map 8.60 KB
350
351
  CJS dist/hooks/misc/use-autosize-textarea.js.map 1.17 KB
351
352
  CJS dist/lib/slatejs-edits/add-autocompletions.js.map 1.08 KB
352
- CJS dist/lib/slatejs-edits/clear-autocompletions.js.map 1.14 KB
353
- CJS dist/lib/slatejs-edits/replace-text.js.map 1.17 KB
354
- CJS dist/lib/slatejs-edits/with-partial-history.js.map 6.16 KB
355
353
  CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js.map 1.16 KB
356
354
  CJS dist/types/autosuggestions-config/autosuggestions-config.js.map 18.42 KB
357
355
  CJS dist/types/autosuggestions-config/editing-api-config.js.map 3.96 KB
@@ -369,10 +367,12 @@ Browserslist: caniuse-lite is outdated. Please run:
369
367
  CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map 37.75 KB
370
368
  CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js.map 5.26 KB
371
369
  CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map 37.98 KB
372
- CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js.map 268.00 B
373
370
  CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js.map 283.00 B
374
- CJS ⚡️ Build success in 1644ms
375
- DTS ⚡️ Build success in 16059ms
371
+ CJS dist/lib/slatejs-edits/with-partial-history.js.map 6.16 KB
372
+ CJS dist/lib/slatejs-edits/clear-autocompletions.js.map 1.14 KB
373
+ CJS dist/lib/slatejs-edits/replace-text.js.map 1.17 KB
374
+ CJS ⚡️ Build success in 1766ms
375
+ DTS ⚡️ Build success in 16456ms
376
376
  DTS dist/index.d.ts 1.34 KB
377
377
  DTS dist/components/base-copilot-textarea/base-copilot-textarea.d.ts 1.62 KB
378
378
  DTS dist/components/copilot-textarea/copilot-textarea.d.ts 1.36 KB
@@ -387,8 +387,8 @@ Browserslist: caniuse-lite is outdated. Please run:
387
387
  DTS dist/types/autosuggestions-config/suggestions-api-config.d.ts 682.00 B
388
388
  DTS dist/types/autosuggestions-config/insertions-api-config.d.ts 673.00 B
389
389
  DTS dist/types/autosuggestions-config/editing-api-config.d.ts 646.00 B
390
- DTS dist/context/index.d.ts 12.00 B
391
390
  DTS dist/components/index.d.ts 954.00 B
391
+ DTS dist/context/index.d.ts 12.00 B
392
392
  DTS dist/hooks/index.d.ts 12.00 B
393
393
  DTS dist/lib/debouncer.d.ts 372.00 B
394
394
  DTS dist/lib/editor-to-text.d.ts 243.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # ui
2
2
 
3
+ ## 0.35.0-mme-cloud.7
4
+
5
+ ### Minor Changes
6
+
7
+ - Get api key from headers dict
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @copilotkit/react-core@0.25.0-mme-cloud.7
13
+ - @copilotkit/shared@0.9.0-mme-cloud.7
14
+
3
15
  ## 0.35.0-mme-cloud.6
4
16
 
5
17
  ### Minor Changes
package/dist/index.mjs CHANGED
@@ -1,7 +1,6 @@
1
1
  "use client";
2
2
  import "./chunk-DE5K76I2.mjs";
3
3
  import "./chunk-WADHCMPK.mjs";
4
- import "./chunk-IU3WTXLQ.mjs";
5
4
  import "./chunk-MMVDU6DF.mjs";
6
5
  import {
7
6
  CopilotTextarea
@@ -49,6 +48,7 @@ import {
49
48
  } from "./chunk-LCDTIJSD.mjs";
50
49
  import "./chunk-224UKA7C.mjs";
51
50
  import "./chunk-XW3ICO4S.mjs";
51
+ import "./chunk-IU3WTXLQ.mjs";
52
52
  import "./chunk-H4VKQGVU.mjs";
53
53
  import "./chunk-DFTV4TST.mjs";
54
54
  import "./chunk-T6MTDQZ7.mjs";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.35.0-mme-cloud.6",
7
+ "version": "0.35.0-mme-cloud.7",
8
8
  "sideEffects": [
9
9
  "**/*.css"
10
10
  ],
@@ -37,9 +37,9 @@
37
37
  "ts-jest": "^29.1.1",
38
38
  "tsup": "^6.7.0",
39
39
  "typescript": "^5.2.3",
40
- "eslint-config-custom": "0.10.0-mme-cloud.6",
41
- "tailwind-config": "0.9.0-mme-cloud.6",
42
- "tsconfig": "0.14.0-mme-cloud.6"
40
+ "eslint-config-custom": "0.10.0-mme-cloud.7",
41
+ "tailwind-config": "0.9.0-mme-cloud.7",
42
+ "tsconfig": "0.14.0-mme-cloud.7"
43
43
  },
44
44
  "dependencies": {
45
45
  "@emotion/css": "^11.11.2",
@@ -62,8 +62,8 @@
62
62
  "slate-history": "^0.93.0",
63
63
  "slate-react": "^0.98.1",
64
64
  "tailwind-merge": "^1.13.2",
65
- "@copilotkit/react-core": "0.25.0-mme-cloud.6",
66
- "@copilotkit/shared": "0.9.0-mme-cloud.6"
65
+ "@copilotkit/react-core": "0.25.0-mme-cloud.7",
66
+ "@copilotkit/shared": "0.9.0-mme-cloud.7"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "tsup --clean",