@copilotkit/react-textarea 0.26.0-alpha.4 → 0.26.0-alpha.6
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 +166 -170
- package/CHANGELOG.md +22 -0
- package/dist/{chunk-LP2REBM5.mjs → chunk-7LNP2LEL.mjs} +5 -5
- package/dist/{chunk-NRTYAQJE.mjs → chunk-MMKBFUFE.mjs} +2 -2
- package/dist/components/base-copilot-textarea/base-copilot-textarea.mjs +6 -6
- package/dist/components/copilot-textarea/copilot-textarea.mjs +9 -9
- package/dist/components/index.mjs +9 -9
- package/dist/index.mjs +9 -9
- package/package.json +3 -3
- /package/dist/{chunk-LP2REBM5.mjs.map → chunk-7LNP2LEL.mjs.map} +0 -0
- /package/dist/{chunk-NRTYAQJE.mjs.map → chunk-MMKBFUFE.mjs.map} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
Debugger attached.
|
|
2
1
|
|
|
3
|
-
> @copilotkit/react-textarea@0.26.0-alpha.
|
|
2
|
+
> @copilotkit/react-textarea@0.26.0-alpha.4 build /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-textarea
|
|
4
3
|
> tsup --treeshake
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
CLI Building entry: src/index.tsx, src/context/index.ts, src/hooks/index.ts, src/components/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/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/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/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/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/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/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/chatlike-api-endpoint.tsx, 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/context/index.ts, src/hooks/index.ts, src/components/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/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.tsx, src/hooks/make-autosuggestions-function/use-make-standard-insertion-function.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/misc/use-autosize-textarea.tsx, src/components/copilot-textarea/copilot-textarea.tsx, 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/hovering-toolbar/hovering-editor-provider.tsx, src/components/hovering-toolbar/hovering-toolbar-components.tsx, src/components/hovering-toolbar/hovering-toolbar.tsx, src/components/source-search-box/source-search-box.tsx, src/components/manual-ui/chip-with-icon.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/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/chatlike-api-endpoint.tsx, src/types/autosuggestions-config/subtypes/make-system-prompt.ts, src/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.tsx
|
|
8
6
|
CLI Using tsconfig: tsconfig.json
|
|
9
7
|
CLI tsup v6.7.0
|
|
10
8
|
CLI Using tsup config: /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-textarea/tsup.config.ts
|
|
@@ -18,17 +16,18 @@ Browserslist: caniuse-lite is outdated. Please run:
|
|
|
18
16
|
warn - The `purge`/`content` options have changed in Tailwind CSS v3.0.
|
|
19
17
|
warn - Update your configuration file to eliminate this warning.
|
|
20
18
|
warn - https://tailwindcss.com/docs/upgrade-guide#configure-content-sources
|
|
19
|
+
DTS Build start
|
|
21
20
|
Module level directives cause errors when bundled, "use client" in "dist/components/ui/command.mjs" was ignored.
|
|
22
21
|
Module level directives cause errors when bundled, "use client" in "dist/components/ui/dialog.mjs" was ignored.
|
|
23
22
|
Module level directives cause errors when bundled, "use client" in "dist/components/ui/label.mjs" was ignored.
|
|
24
23
|
Module level directives cause errors when bundled, "use client" in "dist/components/ui/separator.mjs" was ignored.
|
|
25
24
|
Generated an empty chunk: "make-system-prompt".
|
|
26
25
|
Generated an empty chunk: "minimal-chat-gpt-message".
|
|
27
|
-
Generated an empty chunk: "autosuggestions-config-user-specified".
|
|
28
|
-
Generated an empty chunk: "autosuggestion-state".
|
|
29
26
|
Generated an empty chunk: "autosuggestions-bare-function".
|
|
30
27
|
Generated an empty chunk: "base-copilot-textarea-props".
|
|
31
28
|
Generated an empty chunk: "custom-editor".
|
|
29
|
+
Generated an empty chunk: "autosuggestions-config-user-specified".
|
|
30
|
+
Generated an empty chunk: "autosuggestion-state".
|
|
32
31
|
Generated an empty chunk: "chunk-IU3WTXLQ".
|
|
33
32
|
Generated an empty chunk: "chunk-H4VKQGVU".
|
|
34
33
|
Generated an empty chunk: "chunk-MMVDU6DF".
|
|
@@ -37,237 +36,236 @@ Generated an empty chunk: "chunk-DE5K76I2".
|
|
|
37
36
|
Generated an empty chunk: "chunk-5FO6ISW4".
|
|
38
37
|
Generated an empty chunk: "chunk-WJHSY5T6".
|
|
39
38
|
Generated an empty chunk: "chunk-WADHCMPK".
|
|
40
|
-
DTS Build start
|
|
41
|
-
ESM dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
42
|
-
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
43
39
|
ESM dist/index.css 18.86 KB
|
|
44
40
|
ESM dist/components/index.css 242.00 B
|
|
45
|
-
ESM dist/components/copilot-textarea/copilot-textarea.css.
|
|
46
|
-
ESM dist/
|
|
47
|
-
ESM dist/
|
|
48
|
-
ESM dist/
|
|
49
|
-
ESM dist/types/base/base-copilot-textarea-props.mjs 89.00 B
|
|
50
|
-
ESM dist/types/base/custom-editor.mjs 75.00 B
|
|
41
|
+
ESM dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
42
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
43
|
+
ESM dist/index.css.map 29.17 KB
|
|
44
|
+
ESM dist/components/index.css.map 429.00 B
|
|
51
45
|
ESM dist/lib/utils.test.mjs 200.00 B
|
|
52
|
-
ESM dist/
|
|
53
|
-
ESM dist/
|
|
54
|
-
ESM dist/
|
|
55
|
-
ESM dist/
|
|
56
|
-
ESM dist/
|
|
46
|
+
ESM dist/lib/slatejs-edits/with-partial-history.mjs 198.00 B
|
|
47
|
+
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs 213.00 B
|
|
48
|
+
ESM dist/components/ui/command.mjs 343.00 B
|
|
49
|
+
ESM dist/types/html-copilot-textarea-element.mjs 122.00 B
|
|
50
|
+
ESM dist/components/manual-ui/chip-with-icon.mjs 674.00 B
|
|
51
|
+
ESM dist/components/source-search-box/source-search-box.mjs 284.00 B
|
|
52
|
+
ESM dist/hooks/index.mjs 98.00 B
|
|
53
|
+
ESM dist/chunk-L7VVZH4Q.mjs 76.00 B
|
|
57
54
|
ESM dist/chunk-K5LNB36H.mjs 2.78 KB
|
|
58
|
-
ESM dist/chunk-5FO6ISW4.mjs 76.00 B
|
|
59
55
|
ESM dist/chunk-RBR32FWA.mjs 2.79 KB
|
|
56
|
+
ESM dist/chunk-5FO6ISW4.mjs 76.00 B
|
|
60
57
|
ESM dist/chunk-KDVMG3XF.mjs 2.51 KB
|
|
61
|
-
ESM dist/chunk-WJHSY5T6.mjs 76.00 B
|
|
62
58
|
ESM dist/chunk-WADHCMPK.mjs 76.00 B
|
|
59
|
+
ESM dist/chunk-WJHSY5T6.mjs 76.00 B
|
|
63
60
|
ESM dist/chunk-KNQIEOFP.mjs 502.00 B
|
|
64
61
|
ESM dist/chunk-MRXNTQOX.mjs 1.92 KB
|
|
65
|
-
ESM dist/components/
|
|
66
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs 596.00 B
|
|
67
|
-
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs 366.00 B
|
|
68
|
-
ESM dist/types/autosuggestions-config/subtypes/chatlike-api-endpoint.mjs 187.00 B
|
|
69
|
-
ESM dist/types/autosuggestions-config/editing-api-config.mjs 245.00 B
|
|
70
|
-
ESM dist/types/autosuggestions-config/index.mjs 448.00 B
|
|
71
|
-
ESM dist/types/autosuggestions-config/insertions-api-config.mjs 257.00 B
|
|
72
|
-
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs 261.00 B
|
|
73
|
-
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
|
|
74
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 553.00 B
|
|
75
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs 582.00 B
|
|
76
|
-
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 80.00 B
|
|
77
|
-
ESM dist/types/base/editor-autocomplete-state.mjs 227.00 B
|
|
78
|
-
ESM dist/chunk-L7VVZH4Q.mjs 76.00 B
|
|
79
|
-
ESM dist/lib/slatejs-edits/with-partial-history.mjs 198.00 B
|
|
80
|
-
ESM dist/types/base/index.mjs 213.00 B
|
|
81
|
-
ESM dist/components/ui/command.mjs 343.00 B
|
|
82
|
-
ESM dist/types/base/base-autosuggestions-config.mjs 200.00 B
|
|
62
|
+
ESM dist/components/ui/dialog.mjs 278.00 B
|
|
83
63
|
ESM dist/components/ui/separator.mjs 911.00 B
|
|
84
64
|
ESM dist/components/ui/label.mjs 186.00 B
|
|
85
65
|
ESM dist/lib/slatejs-edits/add-autocompletions.mjs 186.00 B
|
|
86
|
-
ESM dist/components/ui/dialog.mjs 278.00 B
|
|
87
66
|
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs 192.00 B
|
|
88
|
-
ESM dist/components/ui/textarea.mjs 877.00 B
|
|
89
|
-
ESM dist/components/copilot-textarea/copilot-textarea.mjs 1.67 KB
|
|
90
|
-
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs 213.00 B
|
|
91
67
|
ESM dist/lib/slatejs-edits/replace-text.mjs 170.00 B
|
|
68
|
+
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs 178.00 B
|
|
92
69
|
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs 203.00 B
|
|
93
|
-
ESM dist/components/
|
|
70
|
+
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 697.00 B
|
|
94
71
|
ESM dist/components/ui/button.mjs 204.00 B
|
|
72
|
+
ESM dist/chunk-DE5K76I2.mjs 76.00 B
|
|
95
73
|
ESM dist/components/ui/card.mjs 2.19 KB
|
|
96
|
-
ESM dist/components/
|
|
97
|
-
ESM dist/
|
|
98
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs 605.00 B
|
|
99
|
-
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 697.00 B
|
|
100
|
-
ESM dist/hooks/misc/use-autosize-textarea.mjs 202.00 B
|
|
101
|
-
ESM dist/components/base-copilot-textarea/render-placeholder.mjs 188.00 B
|
|
74
|
+
ESM dist/components/copilot-textarea/copilot-textarea.mjs 1.67 KB
|
|
75
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs 1.27 KB
|
|
102
76
|
ESM dist/components/base-copilot-textarea/render-element.mjs 180.00 B
|
|
103
77
|
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs 257.00 B
|
|
104
|
-
ESM dist/components/base-copilot-textarea/
|
|
105
|
-
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs 1.27 KB
|
|
106
|
-
ESM dist/types/html-copilot-textarea-element.mjs 122.00 B
|
|
107
|
-
ESM dist/lib/utils.mjs 220.00 B
|
|
78
|
+
ESM dist/components/base-copilot-textarea/render-placeholder.mjs 188.00 B
|
|
108
79
|
ESM dist/lib/stream-promise-flatten.mjs 177.00 B
|
|
80
|
+
ESM dist/lib/utils.mjs 220.00 B
|
|
81
|
+
ESM dist/context/index.mjs 98.00 B
|
|
109
82
|
ESM dist/types/index.mjs 527.00 B
|
|
110
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 283.00 B
|
|
111
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs 227.00 B
|
|
112
83
|
ESM dist/index.mjs 1.71 KB
|
|
113
|
-
ESM dist/
|
|
114
|
-
ESM dist/
|
|
115
|
-
ESM dist/
|
|
116
|
-
ESM dist/chunk-NRTYAQJE.mjs 1.84 KB
|
|
117
|
-
ESM dist/chunk-LP2REBM5.mjs 8.43 KB
|
|
118
|
-
ESM dist/chunk-FRIYJQCI.mjs 3.55 KB
|
|
119
|
-
ESM dist/chunk-MTDBPK5D.mjs 1.79 KB
|
|
84
|
+
ESM dist/chunk-MMKBFUFE.mjs 1.84 KB
|
|
85
|
+
ESM dist/chunk-7LNP2LEL.mjs 8.43 KB
|
|
86
|
+
ESM dist/chunk-2C7O2EVM.mjs 595.00 B
|
|
120
87
|
ESM dist/chunk-GQN2HYFJ.mjs 656.00 B
|
|
121
|
-
ESM dist/
|
|
88
|
+
ESM dist/components/index.mjs 1.59 KB
|
|
89
|
+
ESM dist/chunk-KNBNKEXR.mjs 861.00 B
|
|
90
|
+
ESM dist/chunk-7LSRNPNI.mjs 2.16 KB
|
|
122
91
|
ESM dist/chunk-Y473E2ZQ.mjs 3.77 KB
|
|
123
|
-
ESM dist/chunk-EPBVNDKE.mjs 1.35 KB
|
|
124
92
|
ESM dist/chunk-ELEY7HWW.mjs 8.10 KB
|
|
125
|
-
ESM dist/chunk-KNBNKEXR.mjs 861.00 B
|
|
126
93
|
ESM dist/chunk-KFQZHRPJ.mjs 805.00 B
|
|
127
|
-
ESM dist/chunk-2C7O2EVM.mjs 595.00 B
|
|
128
|
-
ESM dist/chunk-XV7MLLXQ.mjs 701.00 B
|
|
129
94
|
ESM dist/chunk-FJNUPSQK.mjs 2.42 KB
|
|
130
|
-
ESM dist/chunk-
|
|
95
|
+
ESM dist/chunk-WTASPE2W.mjs 4.53 KB
|
|
131
96
|
ESM dist/chunk-PTZVE6NC.mjs 4.27 KB
|
|
97
|
+
ESM dist/chunk-P4QVFRLY.mjs 2.37 KB
|
|
132
98
|
ESM dist/chunk-WFTAAA7R.mjs 1.80 KB
|
|
99
|
+
ESM dist/chunk-4NHVQZ67.mjs 3.08 KB
|
|
100
|
+
ESM dist/chunk-XV7MLLXQ.mjs 701.00 B
|
|
101
|
+
ESM dist/chunk-VPEH6V7T.mjs 2.57 KB
|
|
102
|
+
ESM dist/components/ui/textarea.mjs 877.00 B
|
|
133
103
|
ESM dist/chunk-3PQ7GSFE.mjs 575.00 B
|
|
134
104
|
ESM dist/chunk-224UKA7C.mjs 1.09 KB
|
|
105
|
+
ESM dist/chunk-5UNJXFUO.mjs 594.00 B
|
|
135
106
|
ESM dist/chunk-OHO4G6DR.mjs 649.00 B
|
|
107
|
+
ESM dist/chunk-2QDCE7PD.mjs 759.00 B
|
|
108
|
+
ESM dist/chunk-MTDBPK5D.mjs 1.79 KB
|
|
136
109
|
ESM dist/chunk-47L4PLG4.mjs 1.35 KB
|
|
137
|
-
ESM dist/chunk-
|
|
110
|
+
ESM dist/chunk-FRIYJQCI.mjs 3.55 KB
|
|
138
111
|
ESM dist/chunk-QDFAIRQF.mjs 1.62 KB
|
|
139
|
-
ESM dist/chunk-2QDCE7PD.mjs 759.00 B
|
|
140
|
-
ESM dist/chunk-WTASPE2W.mjs 4.53 KB
|
|
141
112
|
ESM dist/chunk-NTLVQENP.mjs 874.00 B
|
|
142
113
|
ESM dist/chunk-FP2EKU3L.mjs 921.00 B
|
|
114
|
+
ESM dist/chunk-MMVDU6DF.mjs 76.00 B
|
|
143
115
|
ESM dist/chunk-7SUZ6CXM.mjs 1.37 KB
|
|
144
116
|
ESM dist/chunk-72P3KOHZ.mjs 3.09 KB
|
|
145
|
-
ESM dist/chunk-VPEH6V7T.mjs 2.57 KB
|
|
146
|
-
ESM dist/chunk-4NHVQZ67.mjs 3.08 KB
|
|
147
|
-
ESM dist/chunk-5UNJXFUO.mjs 594.00 B
|
|
148
117
|
ESM dist/lib/debouncer.mjs 153.00 B
|
|
149
|
-
ESM dist/chunk-JJLQVT7S.mjs 496.00 B
|
|
150
118
|
ESM dist/chunk-M2DR4KVB.mjs 959.00 B
|
|
119
|
+
ESM dist/lib/editor-to-text.mjs 161.00 B
|
|
151
120
|
ESM dist/chunk-T6MTDQZ7.mjs 1.34 KB
|
|
121
|
+
ESM dist/lib/get-text-around-cursor.mjs 265.00 B
|
|
152
122
|
ESM dist/chunk-ECR45NSD.mjs 2.70 KB
|
|
153
123
|
ESM dist/lib/retry.mjs 145.00 B
|
|
154
|
-
ESM dist/
|
|
155
|
-
ESM dist/
|
|
156
|
-
ESM dist/lib/get-text-around-cursor.mjs 265.00 B
|
|
157
|
-
ESM dist/lib/editor-to-text.mjs 161.00 B
|
|
124
|
+
ESM dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
|
|
125
|
+
ESM dist/chunk-JJLQVT7S.mjs 496.00 B
|
|
158
126
|
ESM dist/chunk-DRV2FOHZ.mjs 2.01 KB
|
|
159
|
-
ESM dist/
|
|
160
|
-
ESM dist/
|
|
161
|
-
ESM dist/
|
|
127
|
+
ESM dist/chunk-H4VKQGVU.mjs 76.00 B
|
|
128
|
+
ESM dist/chunk-EPBVNDKE.mjs 1.35 KB
|
|
129
|
+
ESM dist/chunk-IU3WTXLQ.mjs 76.00 B
|
|
130
|
+
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 80.00 B
|
|
131
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
|
|
132
|
+
ESM dist/types/base/autosuggestions-bare-function.mjs 91.00 B
|
|
133
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs 282.00 B
|
|
134
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs 227.00 B
|
|
135
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs 605.00 B
|
|
136
|
+
ESM dist/hooks/misc/use-autosize-textarea.mjs 202.00 B
|
|
137
|
+
ESM dist/types/base/base-copilot-textarea-props.mjs 89.00 B
|
|
138
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs 99.00 B
|
|
139
|
+
ESM dist/types/base/custom-editor.mjs 75.00 B
|
|
140
|
+
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs 86.00 B
|
|
141
|
+
ESM dist/types/base/autosuggestion-state.mjs 82.00 B
|
|
142
|
+
ESM dist/types/autosuggestions-config/subtypes/chatlike-api-endpoint.mjs 187.00 B
|
|
143
|
+
ESM dist/types/base/editor-autocomplete-state.mjs 227.00 B
|
|
144
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 553.00 B
|
|
145
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs 582.00 B
|
|
146
|
+
ESM dist/types/autosuggestions-config/editing-api-config.mjs 245.00 B
|
|
147
|
+
ESM dist/types/autosuggestions-config/index.mjs 448.00 B
|
|
148
|
+
ESM dist/types/autosuggestions-config/insertions-api-config.mjs 257.00 B
|
|
149
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs 366.00 B
|
|
150
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs 596.00 B
|
|
151
|
+
ESM dist/types/base/index.mjs 213.00 B
|
|
152
|
+
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs 261.00 B
|
|
153
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs 273.00 B
|
|
154
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 283.00 B
|
|
155
|
+
ESM dist/types/base/base-autosuggestions-config.mjs 200.00 B
|
|
156
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs 603.00 B
|
|
162
157
|
ESM dist/lib/utils.test.mjs.map 349.00 B
|
|
163
|
-
ESM dist/types/base/custom-editor.mjs.map 51.00 B
|
|
164
|
-
ESM dist/chunk-H4VKQGVU.mjs.map 51.00 B
|
|
165
|
-
ESM dist/types/base/autosuggestions-bare-function.mjs.map 51.00 B
|
|
166
|
-
ESM dist/chunk-IU3WTXLQ.mjs.map 51.00 B
|
|
167
|
-
ESM dist/chunk-MMVDU6DF.mjs.map 51.00 B
|
|
168
|
-
ESM dist/chunk-DE5K76I2.mjs.map 51.00 B
|
|
169
|
-
ESM dist/chunk-K5LNB36H.mjs.map 4.09 KB
|
|
170
|
-
ESM dist/chunk-5FO6ISW4.mjs.map 51.00 B
|
|
171
|
-
ESM dist/chunk-KNQIEOFP.mjs.map 970.00 B
|
|
172
|
-
ESM dist/chunk-RBR32FWA.mjs.map 4.02 KB
|
|
173
|
-
ESM dist/types/autosuggestions-config/subtypes/chatlike-api-endpoint.mjs.map 51.00 B
|
|
174
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs.map 51.00 B
|
|
175
|
-
ESM dist/types/autosuggestions-config/editing-api-config.mjs.map 51.00 B
|
|
176
|
-
ESM dist/types/autosuggestions-config/index.mjs.map 51.00 B
|
|
177
|
-
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
178
|
-
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs.map 51.00 B
|
|
179
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs.map 51.00 B
|
|
180
|
-
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs.map 51.00 B
|
|
181
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs.map 51.00 B
|
|
182
|
-
ESM dist/chunk-WADHCMPK.mjs.map 51.00 B
|
|
183
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs.map 51.00 B
|
|
184
|
-
ESM dist/chunk-L7VVZH4Q.mjs.map 51.00 B
|
|
185
|
-
ESM dist/types/base/index.mjs.map 51.00 B
|
|
186
|
-
ESM dist/types/base/editor-autocomplete-state.mjs.map 51.00 B
|
|
187
|
-
ESM dist/types/base/base-autosuggestions-config.mjs.map 51.00 B
|
|
188
|
-
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 51.00 B
|
|
189
158
|
ESM dist/lib/slatejs-edits/with-partial-history.mjs.map 51.00 B
|
|
190
|
-
ESM dist/components/
|
|
191
|
-
ESM dist/components/ui/label.mjs.map 51.00 B
|
|
159
|
+
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs.map 51.00 B
|
|
192
160
|
ESM dist/components/ui/command.mjs.map 51.00 B
|
|
193
|
-
ESM dist/types/
|
|
161
|
+
ESM dist/types/html-copilot-textarea-element.mjs.map 51.00 B
|
|
162
|
+
ESM dist/components/manual-ui/chip-with-icon.mjs.map 978.00 B
|
|
163
|
+
ESM dist/components/source-search-box/source-search-box.mjs.map 51.00 B
|
|
164
|
+
ESM dist/chunk-L7VVZH4Q.mjs.map 51.00 B
|
|
165
|
+
ESM dist/chunk-RBR32FWA.mjs.map 4.02 KB
|
|
166
|
+
ESM dist/chunk-KDVMG3XF.mjs.map 3.57 KB
|
|
167
|
+
ESM dist/chunk-WADHCMPK.mjs.map 51.00 B
|
|
194
168
|
ESM dist/chunk-WJHSY5T6.mjs.map 51.00 B
|
|
195
|
-
ESM dist/
|
|
169
|
+
ESM dist/chunk-KNQIEOFP.mjs.map 970.00 B
|
|
170
|
+
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
171
|
+
ESM dist/components/ui/separator.mjs.map 1.22 KB
|
|
196
172
|
ESM dist/components/ui/dialog.mjs.map 51.00 B
|
|
197
|
-
ESM dist/
|
|
198
|
-
ESM dist/
|
|
199
|
-
ESM dist/
|
|
173
|
+
ESM dist/components/ui/label.mjs.map 51.00 B
|
|
174
|
+
ESM dist/lib/slatejs-edits/add-autocompletions.mjs.map 51.00 B
|
|
175
|
+
ESM dist/lib/slatejs-edits/replace-text.mjs.map 51.00 B
|
|
200
176
|
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs.map 51.00 B
|
|
201
|
-
ESM dist/components/
|
|
177
|
+
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs.map 51.00 B
|
|
178
|
+
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs.map 51.00 B
|
|
179
|
+
ESM dist/chunk-DE5K76I2.mjs.map 51.00 B
|
|
202
180
|
ESM dist/components/ui/button.mjs.map 51.00 B
|
|
181
|
+
ESM dist/components/ui/card.mjs.map 3.08 KB
|
|
182
|
+
ESM dist/components/copilot-textarea/copilot-textarea.mjs.map 51.00 B
|
|
203
183
|
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs.map 51.00 B
|
|
204
|
-
ESM dist/lib/slatejs-edits/replace-text.mjs.map 51.00 B
|
|
205
|
-
ESM dist/components/source-search-box/source-search-box.mjs.map 51.00 B
|
|
206
|
-
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs.map 51.00 B
|
|
207
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs.map 51.00 B
|
|
208
|
-
ESM dist/lib/slatejs-edits/add-autocompletions.mjs.map 51.00 B
|
|
209
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 51.00 B
|
|
210
|
-
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs.map 51.00 B
|
|
211
|
-
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs.map 51.00 B
|
|
212
|
-
ESM dist/hooks/misc/use-autosize-textarea.mjs.map 51.00 B
|
|
213
184
|
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs.map 51.00 B
|
|
214
|
-
ESM dist/components/base-copilot-textarea/
|
|
185
|
+
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs.map 51.00 B
|
|
215
186
|
ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 51.00 B
|
|
216
|
-
ESM dist/lib/utils.mjs.map 51.00 B
|
|
217
|
-
ESM dist/lib/stream-promise-flatten.mjs.map 51.00 B
|
|
218
187
|
ESM dist/components/base-copilot-textarea/render-element.mjs.map 51.00 B
|
|
219
|
-
ESM dist/
|
|
220
|
-
ESM dist/
|
|
221
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs.map 51.00 B
|
|
188
|
+
ESM dist/lib/stream-promise-flatten.mjs.map 51.00 B
|
|
189
|
+
ESM dist/lib/utils.mjs.map 51.00 B
|
|
222
190
|
ESM dist/context/index.mjs.map 51.00 B
|
|
223
|
-
ESM dist/
|
|
224
|
-
ESM dist/
|
|
225
|
-
ESM dist/chunk-
|
|
226
|
-
ESM dist/chunk-
|
|
191
|
+
ESM dist/types/index.mjs.map 51.00 B
|
|
192
|
+
ESM dist/index.mjs.map 51.00 B
|
|
193
|
+
ESM dist/chunk-MMKBFUFE.mjs.map 3.42 KB
|
|
194
|
+
ESM dist/chunk-7LNP2LEL.mjs.map 15.58 KB
|
|
195
|
+
ESM dist/components/index.mjs.map 51.00 B
|
|
227
196
|
ESM dist/chunk-GQN2HYFJ.mjs.map 1.10 KB
|
|
228
|
-
ESM dist/hooks/index.mjs.map 51.00 B
|
|
229
|
-
ESM dist/chunk-Y473E2ZQ.mjs.map 7.04 KB
|
|
230
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 51.00 B
|
|
231
|
-
ESM dist/chunk-EPBVNDKE.mjs.map 2.42 KB
|
|
232
|
-
ESM dist/chunk-2C7O2EVM.mjs.map 1.04 KB
|
|
233
197
|
ESM dist/chunk-KNBNKEXR.mjs.map 1.51 KB
|
|
234
|
-
ESM dist/
|
|
198
|
+
ESM dist/chunk-7LSRNPNI.mjs.map 3.46 KB
|
|
199
|
+
ESM dist/chunk-Y473E2ZQ.mjs.map 7.04 KB
|
|
235
200
|
ESM dist/chunk-ELEY7HWW.mjs.map 13.42 KB
|
|
201
|
+
ESM dist/chunk-2C7O2EVM.mjs.map 1.04 KB
|
|
202
|
+
ESM dist/chunk-KFQZHRPJ.mjs.map 1.11 KB
|
|
236
203
|
ESM dist/chunk-FJNUPSQK.mjs.map 4.53 KB
|
|
237
|
-
ESM dist/chunk-XV7MLLXQ.mjs.map 1.37 KB
|
|
238
204
|
ESM dist/chunk-P4QVFRLY.mjs.map 3.55 KB
|
|
239
|
-
ESM dist/chunk-KFQZHRPJ.mjs.map 1.11 KB
|
|
240
|
-
ESM dist/chunk-3PQ7GSFE.mjs.map 1.12 KB
|
|
241
205
|
ESM dist/chunk-PTZVE6NC.mjs.map 5.68 KB
|
|
242
|
-
ESM dist/chunk-OHO4G6DR.mjs.map 966.00 B
|
|
243
|
-
ESM dist/chunk-47L4PLG4.mjs.map 3.01 KB
|
|
244
|
-
ESM dist/chunk-224UKA7C.mjs.map 1.71 KB
|
|
245
|
-
ESM dist/types/index.mjs.map 51.00 B
|
|
246
206
|
ESM dist/chunk-WTASPE2W.mjs.map 6.89 KB
|
|
207
|
+
ESM dist/chunk-WFTAAA7R.mjs.map 2.57 KB
|
|
208
|
+
ESM dist/chunk-4NHVQZ67.mjs.map 6.12 KB
|
|
209
|
+
ESM dist/chunk-XV7MLLXQ.mjs.map 1.37 KB
|
|
210
|
+
ESM dist/chunk-3PQ7GSFE.mjs.map 1.12 KB
|
|
211
|
+
ESM dist/chunk-VPEH6V7T.mjs.map 4.76 KB
|
|
212
|
+
ESM dist/components/ui/textarea.mjs.map 1.11 KB
|
|
213
|
+
ESM dist/chunk-224UKA7C.mjs.map 1.71 KB
|
|
247
214
|
ESM dist/chunk-2QDCE7PD.mjs.map 1.39 KB
|
|
215
|
+
ESM dist/chunk-5UNJXFUO.mjs.map 1.13 KB
|
|
216
|
+
ESM dist/chunk-K5LNB36H.mjs.map 4.09 KB
|
|
217
|
+
ESM dist/chunk-5FO6ISW4.mjs.map 51.00 B
|
|
218
|
+
ESM dist/hooks/index.mjs.map 51.00 B
|
|
219
|
+
ESM dist/chunk-47L4PLG4.mjs.map 3.01 KB
|
|
220
|
+
ESM dist/chunk-OHO4G6DR.mjs.map 966.00 B
|
|
221
|
+
ESM dist/chunk-MTDBPK5D.mjs.map 4.15 KB
|
|
222
|
+
ESM dist/chunk-FRIYJQCI.mjs.map 7.24 KB
|
|
223
|
+
ESM dist/chunk-NTLVQENP.mjs.map 1.69 KB
|
|
248
224
|
ESM dist/chunk-QDFAIRQF.mjs.map 3.06 KB
|
|
249
225
|
ESM dist/chunk-FP2EKU3L.mjs.map 5.24 KB
|
|
250
|
-
ESM dist/chunk-NTLVQENP.mjs.map 1.69 KB
|
|
251
226
|
ESM dist/chunk-7SUZ6CXM.mjs.map 2.45 KB
|
|
227
|
+
ESM dist/chunk-MMVDU6DF.mjs.map 51.00 B
|
|
252
228
|
ESM dist/chunk-72P3KOHZ.mjs.map 6.04 KB
|
|
253
|
-
ESM dist/chunk-VPEH6V7T.mjs.map 4.76 KB
|
|
254
|
-
ESM dist/components/ui/card.mjs.map 3.08 KB
|
|
255
|
-
ESM dist/types/html-copilot-textarea-element.mjs.map 51.00 B
|
|
256
|
-
ESM dist/chunk-7LSRNPNI.mjs.map 3.46 KB
|
|
257
|
-
ESM dist/chunk-5UNJXFUO.mjs.map 1.13 KB
|
|
258
|
-
ESM dist/chunk-4NHVQZ67.mjs.map 6.12 KB
|
|
259
229
|
ESM dist/lib/debouncer.mjs.map 51.00 B
|
|
230
|
+
ESM dist/lib/editor-to-text.mjs.map 51.00 B
|
|
260
231
|
ESM dist/chunk-T6MTDQZ7.mjs.map 2.81 KB
|
|
261
|
-
ESM dist/chunk-M2DR4KVB.mjs.map 1.60 KB
|
|
262
|
-
ESM dist/chunk-JJLQVT7S.mjs.map 881.00 B
|
|
263
|
-
ESM dist/lib/retry.mjs.map 51.00 B
|
|
264
232
|
ESM dist/chunk-ECR45NSD.mjs.map 5.70 KB
|
|
265
|
-
ESM dist/chunk-WFTAAA7R.mjs.map 2.57 KB
|
|
266
233
|
ESM dist/lib/get-text-around-cursor.mjs.map 51.00 B
|
|
267
|
-
ESM dist/lib/
|
|
234
|
+
ESM dist/lib/retry.mjs.map 51.00 B
|
|
235
|
+
ESM dist/chunk-M2DR4KVB.mjs.map 1.60 KB
|
|
268
236
|
ESM dist/chunk-DRV2FOHZ.mjs.map 3.80 KB
|
|
269
|
-
ESM
|
|
270
|
-
|
|
237
|
+
ESM dist/chunk-H4VKQGVU.mjs.map 51.00 B
|
|
238
|
+
ESM dist/chunk-JJLQVT7S.mjs.map 881.00 B
|
|
239
|
+
ESM dist/chunk-IU3WTXLQ.mjs.map 51.00 B
|
|
240
|
+
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 51.00 B
|
|
241
|
+
ESM dist/chunk-EPBVNDKE.mjs.map 2.42 KB
|
|
242
|
+
ESM dist/types/base/autosuggestions-bare-function.mjs.map 51.00 B
|
|
243
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs.map 51.00 B
|
|
244
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs.map 51.00 B
|
|
245
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 51.00 B
|
|
246
|
+
ESM dist/hooks/misc/use-autosize-textarea.mjs.map 51.00 B
|
|
247
|
+
ESM dist/types/base/base-copilot-textarea-props.mjs.map 51.00 B
|
|
248
|
+
ESM dist/types/base/custom-editor.mjs.map 51.00 B
|
|
249
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs.map 51.00 B
|
|
250
|
+
ESM dist/types/base/autosuggestion-state.mjs.map 51.00 B
|
|
251
|
+
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs.map 51.00 B
|
|
252
|
+
ESM dist/types/autosuggestions-config/subtypes/chatlike-api-endpoint.mjs.map 51.00 B
|
|
253
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs.map 51.00 B
|
|
254
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs.map 51.00 B
|
|
255
|
+
ESM dist/types/autosuggestions-config/editing-api-config.mjs.map 51.00 B
|
|
256
|
+
ESM dist/types/autosuggestions-config/index.mjs.map 51.00 B
|
|
257
|
+
ESM dist/types/autosuggestions-config/insertions-api-config.mjs.map 51.00 B
|
|
258
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs.map 51.00 B
|
|
259
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs.map 51.00 B
|
|
260
|
+
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs.map 51.00 B
|
|
261
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs.map 51.00 B
|
|
262
|
+
ESM dist/types/base/base-autosuggestions-config.mjs.map 51.00 B
|
|
263
|
+
ESM dist/types/base/index.mjs.map 51.00 B
|
|
264
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 51.00 B
|
|
265
|
+
ESM dist/types/base/editor-autocomplete-state.mjs.map 51.00 B
|
|
266
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs.map 51.00 B
|
|
267
|
+
ESM ⚡️ Build success in 617ms
|
|
268
|
+
DTS ⚡️ Build success in 8014ms
|
|
271
269
|
DTS dist/index.d.ts 1.47 KB
|
|
272
270
|
DTS dist/components/base-copilot-textarea/base-copilot-textarea.d.ts 1.62 KB
|
|
273
271
|
DTS dist/components/copilot-textarea/copilot-textarea.d.ts 1.36 KB
|
|
@@ -295,13 +293,13 @@ DTS dist/lib/stream-promise-flatten.d.ts
|
|
|
295
293
|
DTS dist/lib/utils.test.d.ts 12.00 B
|
|
296
294
|
DTS dist/lib/utils.d.ts 638.00 B
|
|
297
295
|
DTS dist/types/index.d.ts 1.19 KB
|
|
296
|
+
DTS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.d.ts 1.70 KB
|
|
297
|
+
DTS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.d.ts 1.86 KB
|
|
298
298
|
DTS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.d.ts 983.00 B
|
|
299
299
|
DTS dist/types/base/autosuggestion-state.d.ts 143.00 B
|
|
300
300
|
DTS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.d.ts 226.00 B
|
|
301
301
|
DTS dist/types/base/custom-editor.d.ts 801.00 B
|
|
302
302
|
DTS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.d.ts 326.00 B
|
|
303
|
-
DTS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.d.ts 1.70 KB
|
|
304
|
-
DTS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.d.ts 1.86 KB
|
|
305
303
|
DTS dist/hooks/misc/use-autosize-textarea.d.ts 185.00 B
|
|
306
304
|
DTS dist/components/base-copilot-textarea/render-element.d.ts 292.00 B
|
|
307
305
|
DTS dist/components/base-copilot-textarea/render-placeholder.d.ts 321.00 B
|
|
@@ -310,8 +308,8 @@ DTS dist/components/base-copilot-textarea/use-add-branding-css.d.ts
|
|
|
310
308
|
DTS dist/components/hovering-toolbar/hovering-editor-provider.d.ts 626.00 B
|
|
311
309
|
DTS dist/components/hovering-toolbar/hovering-toolbar-components.d.ts 1006.00 B
|
|
312
310
|
DTS dist/components/hovering-toolbar/hovering-toolbar.d.ts 416.00 B
|
|
313
|
-
DTS dist/components/manual-ui/chip-with-icon.d.ts 246.00 B
|
|
314
311
|
DTS dist/components/source-search-box/source-search-box.d.ts 491.00 B
|
|
312
|
+
DTS dist/components/manual-ui/chip-with-icon.d.ts 246.00 B
|
|
315
313
|
DTS dist/components/ui/button.d.ts 766.00 B
|
|
316
314
|
DTS dist/components/ui/card.d.ts 947.00 B
|
|
317
315
|
DTS dist/components/ui/command.d.ts 2.68 KB
|
|
@@ -323,11 +321,9 @@ DTS dist/lib/slatejs-edits/add-autocompletions.d.ts
|
|
|
323
321
|
DTS dist/lib/slatejs-edits/clear-autocompletions.d.ts 250.00 B
|
|
324
322
|
DTS dist/lib/slatejs-edits/replace-text.d.ts 139.00 B
|
|
325
323
|
DTS dist/lib/slatejs-edits/with-partial-history.d.ts 542.00 B
|
|
326
|
-
DTS dist/types/base/index.d.ts 320.00 B
|
|
327
324
|
DTS dist/types/autosuggestions-config/index.d.ts 756.00 B
|
|
325
|
+
DTS dist/types/base/index.d.ts 320.00 B
|
|
328
326
|
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.d.ts 703.00 B
|
|
329
327
|
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.d.ts 516.00 B
|
|
330
328
|
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.d.ts 616.00 B
|
|
331
329
|
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/index.d.ts 200.00 B
|
|
332
|
-
Waiting for the debugger to disconnect...
|
|
333
|
-
Waiting for the debugger to disconnect...
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 0.26.0-alpha.6
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- rebase
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @copilotkit/react-core@0.15.0-alpha.6
|
|
13
|
+
|
|
14
|
+
## 0.26.0-alpha.5
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- carry function propagation fix to chat v2
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @copilotkit/react-core@0.15.0-alpha.5
|
|
24
|
+
|
|
3
25
|
## 0.26.0-alpha.4
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { addAutocompletionsToEditor } from './chunk-2C7O2EVM.mjs';
|
|
2
2
|
import { clearAutocompletionsFromEditor } from './chunk-GQN2HYFJ.mjs';
|
|
3
|
+
import { useAddBrandingCss } from './chunk-7LSRNPNI.mjs';
|
|
3
4
|
import { HoveringToolbar } from './chunk-Y473E2ZQ.mjs';
|
|
4
5
|
import { HoveringEditorProvider, useHoveringEditorContext } from './chunk-XV7MLLXQ.mjs';
|
|
6
|
+
import { useCopilotTextareaEditor } from './chunk-DRV2FOHZ.mjs';
|
|
7
|
+
import { usePopulateCopilotTextareaRef } from './chunk-VPEH6V7T.mjs';
|
|
8
|
+
import { replaceEditorText } from './chunk-5UNJXFUO.mjs';
|
|
5
9
|
import { makeRenderElementFunction } from './chunk-224UKA7C.mjs';
|
|
6
10
|
import { makeRenderPlaceholderFunction } from './chunk-OHO4G6DR.mjs';
|
|
7
11
|
import { TrackerTextEditedSinceLastCursorMovement } from './chunk-47L4PLG4.mjs';
|
|
8
|
-
import { useAddBrandingCss } from './chunk-7LSRNPNI.mjs';
|
|
9
12
|
import { defaultBaseAutosuggestionsConfig } from './chunk-FP2EKU3L.mjs';
|
|
10
13
|
import { useAutosuggestions } from './chunk-72P3KOHZ.mjs';
|
|
11
|
-
import { useCopilotTextareaEditor } from './chunk-DRV2FOHZ.mjs';
|
|
12
|
-
import { usePopulateCopilotTextareaRef } from './chunk-VPEH6V7T.mjs';
|
|
13
|
-
import { replaceEditorText } from './chunk-5UNJXFUO.mjs';
|
|
14
14
|
import { getTextAroundCollapsedCursor, getFullEditorTextWithNewlines } from './chunk-ECR45NSD.mjs';
|
|
15
15
|
import { __spreadProps, __spreadValues, __objRest } from './chunk-MRXNTQOX.mjs';
|
|
16
16
|
import React, { useMemo, useState, useCallback, useEffect } from 'react';
|
|
@@ -214,4 +214,4 @@ function makeSemiFakeReactTextAreaEvent(currentText) {
|
|
|
214
214
|
|
|
215
215
|
export { BaseCopilotTextarea };
|
|
216
216
|
//# sourceMappingURL=out.js.map
|
|
217
|
-
//# sourceMappingURL=chunk-
|
|
217
|
+
//# sourceMappingURL=chunk-7LNP2LEL.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { BaseCopilotTextarea } from './chunk-7LNP2LEL.mjs';
|
|
1
2
|
import { useMakeStandardAutosuggestionFunction } from './chunk-MTDBPK5D.mjs';
|
|
2
3
|
import { useMakeStandardInsertionOrEditingFunction } from './chunk-FRIYJQCI.mjs';
|
|
3
|
-
import { BaseCopilotTextarea } from './chunk-LP2REBM5.mjs';
|
|
4
4
|
import { defaultAutosuggestionsConfig } from './chunk-NTLVQENP.mjs';
|
|
5
5
|
import { __objRest, __spreadProps, __spreadValues } from './chunk-MRXNTQOX.mjs';
|
|
6
6
|
import React from 'react';
|
|
@@ -43,4 +43,4 @@ var CopilotTextarea = React.forwardRef(
|
|
|
43
43
|
|
|
44
44
|
export { CopilotTextarea };
|
|
45
45
|
//# sourceMappingURL=out.js.map
|
|
46
|
-
//# sourceMappingURL=chunk-
|
|
46
|
+
//# sourceMappingURL=chunk-MMKBFUFE.mjs.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { BaseCopilotTextarea } from '../../chunk-
|
|
1
|
+
export { BaseCopilotTextarea } from '../../chunk-7LNP2LEL.mjs';
|
|
2
2
|
import '../../chunk-2C7O2EVM.mjs';
|
|
3
3
|
import '../../chunk-GQN2HYFJ.mjs';
|
|
4
|
+
import '../../chunk-7LSRNPNI.mjs';
|
|
4
5
|
import '../../chunk-Y473E2ZQ.mjs';
|
|
5
6
|
import '../../chunk-L7VVZH4Q.mjs';
|
|
6
7
|
import '../../chunk-KNBNKEXR.mjs';
|
|
@@ -13,21 +14,20 @@ import '../../chunk-FJNUPSQK.mjs';
|
|
|
13
14
|
import '../../chunk-WTASPE2W.mjs';
|
|
14
15
|
import '../../chunk-PTZVE6NC.mjs';
|
|
15
16
|
import '../../chunk-WFTAAA7R.mjs';
|
|
17
|
+
import '../../chunk-DRV2FOHZ.mjs';
|
|
18
|
+
import '../../chunk-4NHVQZ67.mjs';
|
|
19
|
+
import '../../chunk-VPEH6V7T.mjs';
|
|
20
|
+
import '../../chunk-5UNJXFUO.mjs';
|
|
16
21
|
import '../../chunk-3PQ7GSFE.mjs';
|
|
17
22
|
import '../../chunk-224UKA7C.mjs';
|
|
18
23
|
import '../../chunk-OHO4G6DR.mjs';
|
|
19
24
|
import '../../chunk-47L4PLG4.mjs';
|
|
20
|
-
import '../../chunk-7LSRNPNI.mjs';
|
|
21
25
|
import '../../chunk-2QDCE7PD.mjs';
|
|
22
26
|
import '../../chunk-WJHSY5T6.mjs';
|
|
23
27
|
import '../../chunk-FP2EKU3L.mjs';
|
|
24
28
|
import '../../chunk-72P3KOHZ.mjs';
|
|
25
29
|
import '../../chunk-JJLQVT7S.mjs';
|
|
26
30
|
import '../../chunk-7SUZ6CXM.mjs';
|
|
27
|
-
import '../../chunk-DRV2FOHZ.mjs';
|
|
28
|
-
import '../../chunk-4NHVQZ67.mjs';
|
|
29
|
-
import '../../chunk-VPEH6V7T.mjs';
|
|
30
|
-
import '../../chunk-5UNJXFUO.mjs';
|
|
31
31
|
import '../../chunk-M2DR4KVB.mjs';
|
|
32
32
|
import '../../chunk-T6MTDQZ7.mjs';
|
|
33
33
|
import '../../chunk-ECR45NSD.mjs';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
export { CopilotTextarea } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-FRIYJQCI.mjs';
|
|
4
|
-
import '../../chunk-LP2REBM5.mjs';
|
|
1
|
+
export { CopilotTextarea } from '../../chunk-MMKBFUFE.mjs';
|
|
2
|
+
import '../../chunk-7LNP2LEL.mjs';
|
|
5
3
|
import '../../chunk-2C7O2EVM.mjs';
|
|
6
4
|
import '../../chunk-GQN2HYFJ.mjs';
|
|
5
|
+
import '../../chunk-7LSRNPNI.mjs';
|
|
7
6
|
import '../../chunk-Y473E2ZQ.mjs';
|
|
8
7
|
import '../../chunk-L7VVZH4Q.mjs';
|
|
9
8
|
import '../../chunk-KNBNKEXR.mjs';
|
|
@@ -16,12 +15,17 @@ import '../../chunk-FJNUPSQK.mjs';
|
|
|
16
15
|
import '../../chunk-WTASPE2W.mjs';
|
|
17
16
|
import '../../chunk-PTZVE6NC.mjs';
|
|
18
17
|
import '../../chunk-WFTAAA7R.mjs';
|
|
18
|
+
import '../../chunk-DRV2FOHZ.mjs';
|
|
19
|
+
import '../../chunk-4NHVQZ67.mjs';
|
|
20
|
+
import '../../chunk-VPEH6V7T.mjs';
|
|
21
|
+
import '../../chunk-5UNJXFUO.mjs';
|
|
19
22
|
import '../../chunk-3PQ7GSFE.mjs';
|
|
20
23
|
import '../../chunk-224UKA7C.mjs';
|
|
21
24
|
import '../../chunk-OHO4G6DR.mjs';
|
|
22
25
|
import '../../chunk-47L4PLG4.mjs';
|
|
23
|
-
import '../../chunk-7LSRNPNI.mjs';
|
|
24
26
|
import '../../chunk-2QDCE7PD.mjs';
|
|
27
|
+
import '../../chunk-MTDBPK5D.mjs';
|
|
28
|
+
import '../../chunk-FRIYJQCI.mjs';
|
|
25
29
|
import '../../chunk-DE5K76I2.mjs';
|
|
26
30
|
import '../../chunk-5FO6ISW4.mjs';
|
|
27
31
|
import '../../chunk-QDFAIRQF.mjs';
|
|
@@ -35,10 +39,6 @@ import '../../chunk-WADHCMPK.mjs';
|
|
|
35
39
|
import '../../chunk-72P3KOHZ.mjs';
|
|
36
40
|
import '../../chunk-JJLQVT7S.mjs';
|
|
37
41
|
import '../../chunk-7SUZ6CXM.mjs';
|
|
38
|
-
import '../../chunk-DRV2FOHZ.mjs';
|
|
39
|
-
import '../../chunk-4NHVQZ67.mjs';
|
|
40
|
-
import '../../chunk-VPEH6V7T.mjs';
|
|
41
|
-
import '../../chunk-5UNJXFUO.mjs';
|
|
42
42
|
import '../../chunk-M2DR4KVB.mjs';
|
|
43
43
|
import '../../chunk-T6MTDQZ7.mjs';
|
|
44
44
|
import '../../chunk-ECR45NSD.mjs';
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import '../chunk-MMVDU6DF.mjs';
|
|
2
|
-
export { CopilotTextarea } from '../chunk-
|
|
3
|
-
|
|
4
|
-
import '../chunk-FRIYJQCI.mjs';
|
|
5
|
-
export { BaseCopilotTextarea } from '../chunk-LP2REBM5.mjs';
|
|
2
|
+
export { CopilotTextarea } from '../chunk-MMKBFUFE.mjs';
|
|
3
|
+
export { BaseCopilotTextarea } from '../chunk-7LNP2LEL.mjs';
|
|
6
4
|
import '../chunk-2C7O2EVM.mjs';
|
|
7
5
|
import '../chunk-GQN2HYFJ.mjs';
|
|
6
|
+
import '../chunk-7LSRNPNI.mjs';
|
|
8
7
|
import '../chunk-Y473E2ZQ.mjs';
|
|
9
8
|
import '../chunk-L7VVZH4Q.mjs';
|
|
10
9
|
import '../chunk-KNBNKEXR.mjs';
|
|
@@ -17,12 +16,17 @@ import '../chunk-FJNUPSQK.mjs';
|
|
|
17
16
|
import '../chunk-WTASPE2W.mjs';
|
|
18
17
|
import '../chunk-PTZVE6NC.mjs';
|
|
19
18
|
import '../chunk-WFTAAA7R.mjs';
|
|
19
|
+
import '../chunk-DRV2FOHZ.mjs';
|
|
20
|
+
import '../chunk-4NHVQZ67.mjs';
|
|
21
|
+
import '../chunk-VPEH6V7T.mjs';
|
|
22
|
+
import '../chunk-5UNJXFUO.mjs';
|
|
20
23
|
import '../chunk-3PQ7GSFE.mjs';
|
|
21
24
|
import '../chunk-224UKA7C.mjs';
|
|
22
25
|
import '../chunk-OHO4G6DR.mjs';
|
|
23
26
|
import '../chunk-47L4PLG4.mjs';
|
|
24
|
-
import '../chunk-7LSRNPNI.mjs';
|
|
25
27
|
import '../chunk-2QDCE7PD.mjs';
|
|
28
|
+
import '../chunk-MTDBPK5D.mjs';
|
|
29
|
+
import '../chunk-FRIYJQCI.mjs';
|
|
26
30
|
import '../chunk-DE5K76I2.mjs';
|
|
27
31
|
import '../chunk-5FO6ISW4.mjs';
|
|
28
32
|
import '../chunk-QDFAIRQF.mjs';
|
|
@@ -36,10 +40,6 @@ import '../chunk-WADHCMPK.mjs';
|
|
|
36
40
|
import '../chunk-72P3KOHZ.mjs';
|
|
37
41
|
import '../chunk-JJLQVT7S.mjs';
|
|
38
42
|
import '../chunk-7SUZ6CXM.mjs';
|
|
39
|
-
import '../chunk-DRV2FOHZ.mjs';
|
|
40
|
-
import '../chunk-4NHVQZ67.mjs';
|
|
41
|
-
import '../chunk-VPEH6V7T.mjs';
|
|
42
|
-
import '../chunk-5UNJXFUO.mjs';
|
|
43
43
|
import '../chunk-M2DR4KVB.mjs';
|
|
44
44
|
import '../chunk-T6MTDQZ7.mjs';
|
|
45
45
|
import '../chunk-ECR45NSD.mjs';
|
package/dist/index.mjs
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import './chunk-IU3WTXLQ.mjs';
|
|
2
2
|
import './chunk-H4VKQGVU.mjs';
|
|
3
3
|
import './chunk-MMVDU6DF.mjs';
|
|
4
|
-
export { CopilotTextarea } from './chunk-
|
|
5
|
-
|
|
6
|
-
import './chunk-FRIYJQCI.mjs';
|
|
7
|
-
export { BaseCopilotTextarea } from './chunk-LP2REBM5.mjs';
|
|
4
|
+
export { CopilotTextarea } from './chunk-MMKBFUFE.mjs';
|
|
5
|
+
export { BaseCopilotTextarea } from './chunk-7LNP2LEL.mjs';
|
|
8
6
|
import './chunk-2C7O2EVM.mjs';
|
|
9
7
|
import './chunk-GQN2HYFJ.mjs';
|
|
8
|
+
import './chunk-7LSRNPNI.mjs';
|
|
10
9
|
import './chunk-Y473E2ZQ.mjs';
|
|
11
10
|
import './chunk-L7VVZH4Q.mjs';
|
|
12
11
|
import './chunk-KNBNKEXR.mjs';
|
|
@@ -19,12 +18,17 @@ import './chunk-FJNUPSQK.mjs';
|
|
|
19
18
|
import './chunk-WTASPE2W.mjs';
|
|
20
19
|
import './chunk-PTZVE6NC.mjs';
|
|
21
20
|
import './chunk-WFTAAA7R.mjs';
|
|
21
|
+
import './chunk-DRV2FOHZ.mjs';
|
|
22
|
+
import './chunk-4NHVQZ67.mjs';
|
|
23
|
+
import './chunk-VPEH6V7T.mjs';
|
|
24
|
+
import './chunk-5UNJXFUO.mjs';
|
|
22
25
|
import './chunk-3PQ7GSFE.mjs';
|
|
23
26
|
import './chunk-224UKA7C.mjs';
|
|
24
27
|
import './chunk-OHO4G6DR.mjs';
|
|
25
28
|
import './chunk-47L4PLG4.mjs';
|
|
26
|
-
import './chunk-7LSRNPNI.mjs';
|
|
27
29
|
import './chunk-2QDCE7PD.mjs';
|
|
30
|
+
import './chunk-MTDBPK5D.mjs';
|
|
31
|
+
import './chunk-FRIYJQCI.mjs';
|
|
28
32
|
import './chunk-DE5K76I2.mjs';
|
|
29
33
|
import './chunk-5FO6ISW4.mjs';
|
|
30
34
|
export { ChatlikeApiEndpoint } from './chunk-QDFAIRQF.mjs';
|
|
@@ -38,10 +42,6 @@ import './chunk-WADHCMPK.mjs';
|
|
|
38
42
|
import './chunk-72P3KOHZ.mjs';
|
|
39
43
|
import './chunk-JJLQVT7S.mjs';
|
|
40
44
|
import './chunk-7SUZ6CXM.mjs';
|
|
41
|
-
import './chunk-DRV2FOHZ.mjs';
|
|
42
|
-
import './chunk-4NHVQZ67.mjs';
|
|
43
|
-
import './chunk-VPEH6V7T.mjs';
|
|
44
|
-
import './chunk-5UNJXFUO.mjs';
|
|
45
45
|
import './chunk-M2DR4KVB.mjs';
|
|
46
46
|
import './chunk-T6MTDQZ7.mjs';
|
|
47
47
|
import './chunk-ECR45NSD.mjs';
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.26.0-alpha.
|
|
7
|
+
"version": "0.26.0-alpha.6",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"**/*.css"
|
|
10
10
|
],
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"typescript": "^5.1.3",
|
|
36
36
|
"eslint-config-custom": "0.2.0",
|
|
37
37
|
"tailwind-config": "0.1.0",
|
|
38
|
-
"tsconfig": "0.6.0-alpha.
|
|
38
|
+
"tsconfig": "0.6.0-alpha.6"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@emotion/css": "^11.11.2",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"slate-history": "^0.93.0",
|
|
60
60
|
"slate-react": "^0.98.1",
|
|
61
61
|
"tailwind-merge": "^1.13.2",
|
|
62
|
-
"@copilotkit/react-core": "0.15.0-alpha.
|
|
62
|
+
"@copilotkit/react-core": "0.15.0-alpha.6"
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
65
|
"build": "tsup --treeshake",
|
|
File without changes
|
|
File without changes
|