@copilotkit/react-textarea 0.21.0-alpha.2 → 0.21.0-alpha.4
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 +334 -334
- package/CHANGELOG.md +22 -0
- package/dist/{chunk-JHLXWI44.mjs → chunk-2GFZCVYR.mjs} +6 -6
- package/dist/{chunk-F4WZCQG6.mjs → chunk-IAJZY7MZ.mjs} +7 -7
- package/dist/{chunk-7JO276KU.mjs → chunk-THCCNTUS.mjs} +2 -2
- package/dist/{chunk-LRXRD5KU.mjs → chunk-TWXSEXKN.mjs} +2 -2
- package/dist/{chunk-4ENJ4VF6.mjs → chunk-VCG5RR6G.mjs} +20 -20
- package/dist/components/base-copilot-textarea/base-copilot-textarea.mjs +16 -16
- package/dist/components/copilot-textarea/copilot-textarea.mjs +26 -26
- package/dist/components/hovering-toolbar/hovering-toolbar.mjs +5 -5
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs +3 -3
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs +4 -4
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs +4 -4
- package/dist/components/index.mjs +26 -26
- package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs +1 -1
- package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs +1 -1
- package/dist/index.mjs +32 -32
- package/dist/types/index.mjs +1 -1
- package/package.json +10 -7
- /package/dist/{chunk-JHLXWI44.mjs.map → chunk-2GFZCVYR.mjs.map} +0 -0
- /package/dist/{chunk-F4WZCQG6.mjs.map → chunk-IAJZY7MZ.mjs.map} +0 -0
- /package/dist/{chunk-7JO276KU.mjs.map → chunk-THCCNTUS.mjs.map} +0 -0
- /package/dist/{chunk-LRXRD5KU.mjs.map → chunk-TWXSEXKN.mjs.map} +0 -0
- /package/dist/{chunk-4ENJ4VF6.mjs.map → chunk-VCG5RR6G.mjs.map} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-textarea@0.21.0-alpha.
|
|
2
|
+
> @copilotkit/react-textarea@0.21.0-alpha.3 build /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-textarea
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
|
-
CLI Building entry: src/index.tsx, src/
|
|
5
|
+
CLI Building entry: src/index.tsx, src/hooks/index.ts, src/context/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/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/manual-ui/chip-with-icon.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/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
|
|
6
6
|
CLI Using tsconfig: tsconfig.json
|
|
7
7
|
CLI tsup v6.5.0
|
|
8
8
|
CLI Using tsup config: /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-textarea/tsup.config.ts
|
|
@@ -18,367 +18,367 @@ warn - The `purge`/`content` options have changed in Tailwind CSS v3.0.
|
|
|
18
18
|
warn - Update your configuration file to eliminate this warning.
|
|
19
19
|
warn - https://tailwindcss.com/docs/upgrade-guide#configure-content-sources
|
|
20
20
|
DTS Build start
|
|
21
|
-
CJS dist/components/manual-ui/chip-with-icon.js 1.81 KB
|
|
22
|
-
CJS dist/components/ui/button.js 4.55 KB
|
|
23
|
-
CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js 7.77 KB
|
|
24
|
-
CJS dist/lib/slatejs-edits/add-autocompletions.js 1.63 KB
|
|
25
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js 6.37 KB
|
|
26
|
-
CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js 949.00 B
|
|
27
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js 23.96 KB
|
|
28
|
-
CJS dist/components/hovering-toolbar/hovering-editor-provider.js 1.87 KB
|
|
29
|
-
CJS dist/types/base/autosuggestion-state.js 862.00 B
|
|
30
|
-
CJS dist/types/autosuggestions-config/subtypes/chatlike-api-endpoint.js 3.55 KB
|
|
31
|
-
CJS dist/hooks/misc/use-autosize-textarea.js 1.57 KB
|
|
32
|
-
CJS dist/components/source-search-box/source-search-box.js 9.23 KB
|
|
33
|
-
CJS dist/components/index.css 242.00 B
|
|
34
|
-
CJS dist/components/index.js 78.48 KB
|
|
35
|
-
CJS dist/index.js 78.73 KB
|
|
36
|
-
CJS dist/index.css 18.86 KB
|
|
37
|
-
CJS dist/lib/debouncer.js 2.38 KB
|
|
38
|
-
CJS dist/lib/get-text-around-cursor.js 4.09 KB
|
|
39
|
-
CJS dist/lib/editor-to-text.js 2.35 KB
|
|
40
|
-
CJS dist/lib/stream-promise-flatten.js 2.26 KB
|
|
41
|
-
CJS dist/lib/retry.js 1.43 KB
|
|
42
|
-
CJS dist/lib/utils.test.js 182.00 B
|
|
43
|
-
CJS dist/types/index.js 11.92 KB
|
|
44
|
-
CJS dist/components/base-copilot-textarea/render-element.js 2.94 KB
|
|
45
|
-
CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js 4.02 KB
|
|
46
|
-
CJS dist/components/base-copilot-textarea/render-placeholder.js 2.82 KB
|
|
47
|
-
CJS dist/components/base-copilot-textarea/use-add-branding-css.js 3.19 KB
|
|
48
|
-
CJS dist/lib/utils.js 3.08 KB
|
|
49
|
-
CJS dist/hooks/index.js 797.00 B
|
|
50
|
-
CJS dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
51
|
-
CJS dist/components/copilot-textarea/copilot-textarea.js 78.42 KB
|
|
52
|
-
CJS dist/components/ui/dialog.js 7.70 KB
|
|
53
|
-
CJS dist/components/ui/label.js 3.48 KB
|
|
54
|
-
CJS dist/components/ui/command.js 12.37 KB
|
|
55
|
-
CJS dist/components/ui/separator.js 3.54 KB
|
|
56
|
-
CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js 5.86 KB
|
|
57
|
-
CJS dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
58
|
-
CJS dist/lib/slatejs-edits/clear-autocompletions.js 1.74 KB
|
|
59
|
-
CJS dist/lib/slatejs-edits/with-partial-history.js 4.30 KB
|
|
60
|
-
CJS dist/lib/slatejs-edits/replace-text.js 1.61 KB
|
|
61
|
-
CJS dist/components/hovering-toolbar/hovering-toolbar-components.js 5.14 KB
|
|
62
|
-
CJS dist/components/ui/textarea.js 3.45 KB
|
|
63
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js 5.77 KB
|
|
64
|
-
CJS dist/types/autosuggestions-config/editing-api-config.js 3.94 KB
|
|
65
|
-
CJS dist/context/index.js 803.00 B
|
|
66
|
-
CJS dist/types/autosuggestions-config/insertions-api-config.js 3.98 KB
|
|
67
|
-
CJS dist/types/autosuggestions-config/autosuggestions-config.js 10.17 KB
|
|
68
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js 5.16 KB
|
|
69
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js 24.61 KB
|
|
70
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js 24.67 KB
|
|
71
|
-
CJS dist/types/base/autosuggestions-bare-function.js 898.00 B
|
|
72
|
-
CJS dist/types/base/base-copilot-textarea-props.js 891.00 B
|
|
73
|
-
CJS dist/types/base/base-autosuggestions-config.js 1.48 KB
|
|
74
|
-
CJS dist/types/base/editor-autocomplete-state.js 1.92 KB
|
|
75
|
-
CJS dist/types/base/index.js 1.41 KB
|
|
76
|
-
CJS dist/types/base/custom-editor.js 835.00 B
|
|
77
|
-
CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js 881.00 B
|
|
78
|
-
CJS dist/components/base-copilot-textarea/base-copilot-textarea.js 61.88 KB
|
|
79
|
-
CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js 906.00 B
|
|
80
|
-
CJS dist/types/html-copilot-textarea-element.js 893.00 B
|
|
81
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js 6.35 KB
|
|
82
|
-
CJS dist/types/autosuggestions-config/index.js 11.88 KB
|
|
83
|
-
CJS dist/types/autosuggestions-config/suggestions-api-config.js 3.71 KB
|
|
84
|
-
CJS dist/components/hovering-toolbar/hovering-toolbar.js 33.18 KB
|
|
85
|
-
CJS dist/components/ui/card.js 5.04 KB
|
|
86
|
-
CJS dist/components/manual-ui/chip-with-icon.js.map 1.11 KB
|
|
87
|
-
CJS dist/components/ui/button.js.map 4.42 KB
|
|
88
|
-
CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map 11.54 KB
|
|
89
|
-
CJS dist/lib/slatejs-edits/add-autocompletions.js.map 1.08 KB
|
|
90
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js.map 10.34 KB
|
|
91
|
-
CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js.map 1.20 KB
|
|
92
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map 35.28 KB
|
|
93
|
-
CJS dist/components/hovering-toolbar/hovering-editor-provider.js.map 1.27 KB
|
|
94
|
-
CJS dist/types/base/autosuggestion-state.js.map 269.00 B
|
|
95
|
-
CJS dist/hooks/misc/use-autosize-textarea.js.map 1.18 KB
|
|
96
|
-
CJS dist/components/source-search-box/source-search-box.js.map 13.19 KB
|
|
97
|
-
CJS dist/types/autosuggestions-config/subtypes/chatlike-api-endpoint.js.map 3.17 KB
|
|
98
|
-
CJS dist/components/index.css.map 429.00 B
|
|
99
|
-
CJS dist/index.css.map 29.17 KB
|
|
100
|
-
CJS dist/lib/debouncer.js.map 1.66 KB
|
|
101
|
-
CJS dist/index.js.map 139.08 KB
|
|
102
|
-
CJS dist/lib/get-text-around-cursor.js.map 5.78 KB
|
|
103
|
-
CJS dist/lib/editor-to-text.js.map 2.87 KB
|
|
104
|
-
CJS dist/lib/stream-promise-flatten.js.map 1.46 KB
|
|
105
|
-
CJS dist/lib/retry.js.map 1017.00 B
|
|
106
|
-
CJS dist/lib/utils.test.js.map 352.00 B
|
|
107
|
-
CJS dist/types/index.js.map 17.35 KB
|
|
108
|
-
CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js.map 5.48 KB
|
|
109
|
-
CJS dist/components/base-copilot-textarea/render-placeholder.js.map 1.01 KB
|
|
110
|
-
CJS dist/components/base-copilot-textarea/use-add-branding-css.js.map 3.53 KB
|
|
111
|
-
CJS dist/lib/utils.js.map 2.53 KB
|
|
112
|
-
CJS dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
|
|
113
|
-
CJS dist/hooks/index.js.map 137.00 B
|
|
114
|
-
CJS dist/components/copilot-textarea/copilot-textarea.js.map 139.11 KB
|
|
115
|
-
CJS dist/components/ui/label.js.map 2.92 KB
|
|
116
|
-
CJS dist/components/ui/command.js.map 14.67 KB
|
|
117
|
-
CJS dist/components/ui/dialog.js.map 7.65 KB
|
|
118
|
-
CJS dist/components/ui/separator.js.map 3.02 KB
|
|
119
|
-
CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map 8.23 KB
|
|
120
|
-
CJS dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
|
|
121
|
-
CJS dist/lib/slatejs-edits/with-partial-history.js.map 6.16 KB
|
|
122
|
-
CJS dist/lib/slatejs-edits/clear-autocompletions.js.map 1.17 KB
|
|
123
|
-
CJS dist/lib/slatejs-edits/replace-text.js.map 1.17 KB
|
|
124
|
-
CJS dist/components/ui/textarea.js.map 2.86 KB
|
|
125
|
-
CJS dist/components/hovering-toolbar/hovering-toolbar-components.js.map 3.74 KB
|
|
126
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js.map 10.52 KB
|
|
127
|
-
CJS dist/types/autosuggestions-config/editing-api-config.js.map 4.17 KB
|
|
128
|
-
CJS dist/types/autosuggestions-config/insertions-api-config.js.map 4.08 KB
|
|
129
|
-
CJS dist/types/autosuggestions-config/autosuggestions-config.js.map 14.16 KB
|
|
130
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js.map 5.22 KB
|
|
131
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map 36.96 KB
|
|
132
|
-
CJS dist/types/base/autosuggestions-bare-function.js.map 1.01 KB
|
|
133
|
-
CJS dist/types/base/base-copilot-textarea-props.js.map 2.14 KB
|
|
134
|
-
CJS dist/types/base/base-autosuggestions-config.js.map 1.04 KB
|
|
135
|
-
CJS dist/types/base/editor-autocomplete-state.js.map 2.65 KB
|
|
136
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map 36.74 KB
|
|
137
|
-
CJS dist/types/base/index.js.map 1.42 KB
|
|
138
|
-
CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js.map 277.00 B
|
|
139
|
-
CJS dist/types/base/custom-editor.js.map 886.00 B
|
|
140
|
-
CJS dist/components/base-copilot-textarea/base-copilot-textarea.js.map 106.92 KB
|
|
141
|
-
CJS dist/types/html-copilot-textarea-element.js.map 280.00 B
|
|
142
|
-
CJS dist/components/index.js.map 139.28 KB
|
|
143
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js.map 9.93 KB
|
|
144
|
-
CJS dist/types/autosuggestions-config/index.js.map 18.02 KB
|
|
145
|
-
CJS dist/types/autosuggestions-config/suggestions-api-config.js.map 3.63 KB
|
|
146
|
-
CJS dist/context/index.js.map 139.00 B
|
|
147
|
-
CJS dist/components/hovering-toolbar/hovering-toolbar.js.map 53.59 KB
|
|
148
|
-
CJS dist/components/base-copilot-textarea/render-element.js.map 1.78 KB
|
|
149
|
-
CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js.map 283.00 B
|
|
150
|
-
CJS dist/components/ui/card.js.map 4.98 KB
|
|
151
|
-
CJS ⚡️ Build success in 715ms
|
|
152
|
-
ESM dist/index.mjs 1.83 KB
|
|
153
|
-
ESM dist/types/index.mjs 603.00 B
|
|
154
|
-
ESM dist/components/index.mjs 1.61 KB
|
|
155
|
-
ESM dist/context/index.mjs 66.00 B
|
|
156
|
-
ESM dist/hooks/index.mjs 66.00 B
|
|
157
|
-
ESM dist/lib/debouncer.mjs 147.00 B
|
|
158
|
-
ESM dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
159
|
-
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
160
|
-
ESM dist/chunk-MMVDU6DF.mjs 43.00 B
|
|
161
|
-
ESM dist/chunk-JHLXWI44.mjs 1.91 KB
|
|
162
|
-
ESM dist/chunk-DYGPLRY3.mjs 1.89 KB
|
|
163
|
-
ESM dist/chunk-DE5K76I2.mjs 43.00 B
|
|
164
|
-
ESM dist/chunk-5FO6ISW4.mjs 43.00 B
|
|
165
|
-
ESM dist/chunk-QJDMIGLU.mjs 1.29 KB
|
|
166
|
-
ESM dist/chunk-WADHCMPK.mjs 43.00 B
|
|
167
|
-
ESM dist/chunk-WPIA53HF.mjs 3.79 KB
|
|
168
|
-
ESM dist/chunk-4ENJ4VF6.mjs 7.84 KB
|
|
169
|
-
ESM dist/chunk-WJYQWL4I.mjs 564.00 B
|
|
170
|
-
ESM dist/chunk-RQHOUUXQ.mjs 563.00 B
|
|
171
|
-
ESM dist/chunk-UHD44NC5.mjs 3.17 KB
|
|
172
|
-
ESM dist/chunk-JHTAOLEW.mjs 2.48 KB
|
|
173
|
-
ESM dist/chunk-JAFCXEPU.mjs 468.00 B
|
|
174
|
-
ESM dist/chunk-KCHYD3EB.mjs 3.05 KB
|
|
175
|
-
ESM dist/chunk-LRXRD5KU.mjs 3.73 KB
|
|
176
|
-
ESM dist/chunk-MPME5BW2.mjs 2.13 KB
|
|
177
|
-
ESM dist/chunk-L7VVZH4Q.mjs 43.00 B
|
|
178
|
-
ESM dist/chunk-7JO276KU.mjs 856.00 B
|
|
179
|
-
ESM dist/chunk-F4WZCQG6.mjs 8.55 KB
|
|
180
|
-
ESM dist/chunk-ND5PXTAW.mjs 544.00 B
|
|
181
|
-
ESM dist/chunk-2NURR2DX.mjs 1.83 KB
|
|
182
|
-
ESM dist/chunk-TIBMW3DC.mjs 1.34 KB
|
|
183
|
-
ESM dist/chunk-YW3REYX6.mjs 684.00 B
|
|
184
|
-
ESM dist/chunk-WLPYYGES.mjs 4.65 KB
|
|
185
|
-
ESM dist/chunk-XHUMROEY.mjs 2.30 KB
|
|
186
|
-
ESM dist/chunk-O5OWT5GE.mjs 4.44 KB
|
|
187
|
-
ESM dist/chunk-463BFNUP.mjs 2.49 KB
|
|
188
|
-
ESM dist/chunk-KGKLUWKW.mjs 1.37 KB
|
|
189
|
-
ESM dist/chunk-F2TIBXML.mjs 828.00 B
|
|
190
|
-
ESM dist/chunk-WJHSY5T6.mjs 43.00 B
|
|
191
|
-
ESM dist/chunk-LNAIMEB2.mjs 1.12 KB
|
|
192
|
-
ESM dist/chunk-OELUUJZY.mjs 664.00 B
|
|
193
|
-
ESM dist/chunk-IU3WTXLQ.mjs 43.00 B
|
|
194
|
-
ESM dist/chunk-CSGFJU3L.mjs 2.06 KB
|
|
195
|
-
ESM dist/chunk-S6JUGJK2.mjs 380.00 B
|
|
196
|
-
ESM dist/chunk-YTOPHPSG.mjs 1.31 KB
|
|
197
|
-
ESM dist/chunk-AXN37AHC.mjs 2.75 KB
|
|
198
|
-
ESM dist/chunk-H4VKQGVU.mjs 43.00 B
|
|
199
|
-
ESM dist/lib/retry.mjs 135.00 B
|
|
200
|
-
ESM dist/chunk-4S5ZJH3I.mjs 472.00 B
|
|
201
|
-
ESM dist/lib/editor-to-text.mjs 158.00 B
|
|
202
|
-
ESM dist/chunk-GCMQHIRF.mjs 731.00 B
|
|
203
|
-
ESM dist/chunk-IXJ2HCOA.mjs 2.68 KB
|
|
204
|
-
ESM dist/chunk-F3MHL6ZY.mjs 649.00 B
|
|
205
|
-
ESM dist/components/index.css 242.00 B
|
|
206
|
-
ESM dist/chunk-MRXNTQOX.mjs 1.89 KB
|
|
207
|
-
ESM dist/index.css 18.86 KB
|
|
208
|
-
ESM dist/chunk-YQU7WG7T.mjs 2.63 KB
|
|
209
|
-
ESM dist/lib/get-text-around-cursor.mjs 370.00 B
|
|
210
|
-
ESM dist/chunk-NKW5OU2S.mjs 931.00 B
|
|
211
|
-
ESM dist/chunk-RR6OQGTI.mjs 2.76 KB
|
|
212
|
-
ESM dist/chunk-5EJ5XOGP.mjs 836.00 B
|
|
213
|
-
ESM dist/chunk-OD7ZMOVE.mjs 1.41 KB
|
|
214
|
-
ESM dist/types/base/index.mjs 230.00 B
|
|
215
21
|
ESM dist/types/autosuggestions-config/subtypes/chatlike-api-endpoint.mjs 191.00 B
|
|
216
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs 593.00 B
|
|
217
|
-
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 47.00 B
|
|
218
|
-
ESM dist/types/base/autosuggestion-state.mjs 49.00 B
|
|
219
22
|
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs 607.00 B
|
|
220
|
-
ESM dist/
|
|
23
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs 308.00 B
|
|
24
|
+
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 47.00 B
|
|
25
|
+
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs 53.00 B
|
|
221
26
|
ESM dist/types/base/autosuggestions-bare-function.mjs 58.00 B
|
|
222
27
|
ESM dist/types/base/base-copilot-textarea-props.mjs 56.00 B
|
|
28
|
+
ESM dist/types/base/base-autosuggestions-config.mjs 217.00 B
|
|
223
29
|
ESM dist/types/base/custom-editor.mjs 42.00 B
|
|
30
|
+
ESM dist/types/base/index.mjs 230.00 B
|
|
31
|
+
ESM dist/types/base/editor-autocomplete-state.mjs 238.00 B
|
|
32
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 568.00 B
|
|
33
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs 593.00 B
|
|
224
34
|
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs 66.00 B
|
|
225
35
|
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs 379.00 B
|
|
226
36
|
ESM dist/types/autosuggestions-config/editing-api-config.mjs 324.00 B
|
|
227
|
-
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs 53.00 B
|
|
228
37
|
ESM dist/types/autosuggestions-config/index.mjs 486.00 B
|
|
229
|
-
ESM dist/
|
|
38
|
+
ESM dist/lib/slatejs-edits/with-partial-history.mjs 224.00 B
|
|
230
39
|
ESM dist/types/autosuggestions-config/insertions-api-config.mjs 345.00 B
|
|
231
40
|
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs 352.00 B
|
|
232
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs 629.00 B
|
|
233
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 568.00 B
|
|
234
|
-
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs 207.00 B
|
|
235
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs 236.00 B
|
|
236
|
-
ESM dist/components/ui/card.mjs 2.17 KB
|
|
237
|
-
ESM dist/components/ui/command.mjs 485.00 B
|
|
238
41
|
ESM dist/components/ui/dialog.mjs 383.00 B
|
|
239
|
-
ESM dist/components/ui/
|
|
42
|
+
ESM dist/components/ui/command.mjs 485.00 B
|
|
240
43
|
ESM dist/components/ui/separator.mjs 933.00 B
|
|
241
|
-
ESM dist/
|
|
44
|
+
ESM dist/components/ui/label.mjs 176.00 B
|
|
242
45
|
ESM dist/components/ui/textarea.mjs 856.00 B
|
|
243
|
-
ESM dist/
|
|
244
|
-
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs 180.00 B
|
|
46
|
+
ESM dist/lib/slatejs-edits/add-autocompletions.mjs 197.00 B
|
|
245
47
|
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs 250.00 B
|
|
48
|
+
ESM dist/lib/slatejs-edits/replace-text.mjs 172.00 B
|
|
49
|
+
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs 180.00 B
|
|
246
50
|
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs 239.00 B
|
|
247
|
-
ESM dist/
|
|
248
|
-
ESM dist/components/manual-ui/chip-with-icon.mjs 774.00 B
|
|
51
|
+
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs 207.00 B
|
|
249
52
|
ESM dist/components/source-search-box/source-search-box.mjs 294.00 B
|
|
250
|
-
ESM dist/
|
|
251
|
-
ESM dist/
|
|
252
|
-
ESM dist/
|
|
53
|
+
ESM dist/components/manual-ui/chip-with-icon.mjs 774.00 B
|
|
54
|
+
ESM dist/components/ui/card.mjs 2.17 KB
|
|
55
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs 627.00 B
|
|
56
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs 629.00 B
|
|
57
|
+
ESM dist/components/copilot-textarea/copilot-textarea.mjs 1.67 KB
|
|
253
58
|
ESM dist/hooks/misc/use-autosize-textarea.mjs 216.00 B
|
|
254
|
-
ESM dist/types/html-copilot-textarea-element.mjs 90.00 B
|
|
255
|
-
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 697.00 B
|
|
256
59
|
ESM dist/components/base-copilot-textarea/render-element.mjs 190.00 B
|
|
257
60
|
ESM dist/components/base-copilot-textarea/render-placeholder.mjs 202.00 B
|
|
258
|
-
ESM dist/types/base/editor-autocomplete-state.mjs 238.00 B
|
|
259
61
|
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs 1.27 KB
|
|
260
|
-
ESM dist/lib/slatejs-edits/replace-text.mjs 172.00 B
|
|
261
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs 308.00 B
|
|
262
|
-
ESM dist/lib/utils.mjs 305.00 B
|
|
263
|
-
ESM dist/lib/slatejs-edits/add-autocompletions.mjs 197.00 B
|
|
264
62
|
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs 282.00 B
|
|
63
|
+
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 697.00 B
|
|
64
|
+
ESM dist/lib/stream-promise-flatten.mjs 182.00 B
|
|
65
|
+
ESM dist/lib/utils.test.mjs 168.00 B
|
|
66
|
+
ESM dist/lib/utils.mjs 305.00 B
|
|
265
67
|
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 286.00 B
|
|
266
|
-
ESM dist/
|
|
267
|
-
ESM dist/
|
|
268
|
-
ESM dist/
|
|
269
|
-
ESM dist/
|
|
270
|
-
ESM dist/
|
|
271
|
-
ESM dist/
|
|
272
|
-
ESM dist/
|
|
273
|
-
ESM dist/chunk-MMVDU6DF.mjs.
|
|
274
|
-
ESM dist/chunk-
|
|
275
|
-
ESM dist/chunk-DYGPLRY3.mjs.
|
|
276
|
-
ESM dist/
|
|
277
|
-
ESM dist/chunk-
|
|
278
|
-
ESM dist/chunk-
|
|
279
|
-
ESM dist/chunk-
|
|
280
|
-
ESM dist/
|
|
281
|
-
ESM dist/chunk-
|
|
282
|
-
ESM dist/chunk-
|
|
283
|
-
ESM dist/chunk-
|
|
284
|
-
ESM dist/chunk-
|
|
285
|
-
ESM dist/chunk-
|
|
286
|
-
ESM dist/chunk-
|
|
287
|
-
ESM dist/chunk-
|
|
288
|
-
ESM dist/chunk-
|
|
289
|
-
ESM dist/chunk-
|
|
290
|
-
ESM dist/chunk-
|
|
291
|
-
ESM dist/chunk-
|
|
292
|
-
ESM dist/chunk-
|
|
293
|
-
ESM dist/chunk-
|
|
294
|
-
ESM dist/chunk-
|
|
295
|
-
ESM dist/chunk-
|
|
296
|
-
ESM dist/chunk-
|
|
297
|
-
ESM dist/chunk-
|
|
298
|
-
ESM dist/chunk-
|
|
299
|
-
ESM dist/chunk-
|
|
300
|
-
ESM dist/chunk-
|
|
301
|
-
ESM dist/chunk-
|
|
302
|
-
ESM dist/chunk-
|
|
303
|
-
ESM dist/chunk-
|
|
304
|
-
ESM dist/chunk-
|
|
305
|
-
ESM dist/chunk-
|
|
306
|
-
ESM dist/chunk-
|
|
307
|
-
ESM dist/chunk-
|
|
308
|
-
ESM dist/chunk-
|
|
309
|
-
ESM dist/chunk-
|
|
310
|
-
ESM dist/
|
|
311
|
-
ESM dist/chunk-
|
|
312
|
-
ESM dist/chunk-
|
|
313
|
-
ESM dist/chunk-
|
|
314
|
-
ESM dist/
|
|
315
|
-
ESM dist/
|
|
316
|
-
ESM dist/chunk-
|
|
317
|
-
ESM dist/
|
|
318
|
-
ESM dist/
|
|
319
|
-
ESM dist/
|
|
320
|
-
ESM dist/chunk-
|
|
321
|
-
ESM dist/chunk-
|
|
322
|
-
ESM dist/
|
|
323
|
-
ESM dist/chunk-
|
|
324
|
-
ESM dist/
|
|
325
|
-
ESM dist/
|
|
326
|
-
ESM dist/chunk-
|
|
327
|
-
ESM dist/components/
|
|
328
|
-
ESM dist/
|
|
68
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs 287.00 B
|
|
69
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs 236.00 B
|
|
70
|
+
ESM dist/types/index.mjs 603.00 B
|
|
71
|
+
ESM dist/index.mjs 1.83 KB
|
|
72
|
+
ESM dist/hooks/index.mjs 66.00 B
|
|
73
|
+
ESM dist/types/base/autosuggestion-state.mjs 49.00 B
|
|
74
|
+
ESM dist/chunk-IU3WTXLQ.mjs 43.00 B
|
|
75
|
+
ESM dist/chunk-MMVDU6DF.mjs 43.00 B
|
|
76
|
+
ESM dist/chunk-2GFZCVYR.mjs 1.91 KB
|
|
77
|
+
ESM dist/chunk-DYGPLRY3.mjs 1.89 KB
|
|
78
|
+
ESM dist/components/index.mjs 1.61 KB
|
|
79
|
+
ESM dist/chunk-WPIA53HF.mjs 3.79 KB
|
|
80
|
+
ESM dist/chunk-VCG5RR6G.mjs 7.84 KB
|
|
81
|
+
ESM dist/chunk-WJYQWL4I.mjs 564.00 B
|
|
82
|
+
ESM dist/types/html-copilot-textarea-element.mjs 90.00 B
|
|
83
|
+
ESM dist/chunk-TWXSEXKN.mjs 3.73 KB
|
|
84
|
+
ESM dist/chunk-L7VVZH4Q.mjs 43.00 B
|
|
85
|
+
ESM dist/chunk-THCCNTUS.mjs 856.00 B
|
|
86
|
+
ESM dist/chunk-IAJZY7MZ.mjs 8.55 KB
|
|
87
|
+
ESM dist/chunk-MPME5BW2.mjs 2.13 KB
|
|
88
|
+
ESM dist/chunk-TIBMW3DC.mjs 1.34 KB
|
|
89
|
+
ESM dist/chunk-YW3REYX6.mjs 684.00 B
|
|
90
|
+
ESM dist/chunk-5EJ5XOGP.mjs 836.00 B
|
|
91
|
+
ESM dist/chunk-XHUMROEY.mjs 2.30 KB
|
|
92
|
+
ESM dist/chunk-O5OWT5GE.mjs 4.44 KB
|
|
93
|
+
ESM dist/chunk-LNAIMEB2.mjs 1.12 KB
|
|
94
|
+
ESM dist/chunk-F3MHL6ZY.mjs 649.00 B
|
|
95
|
+
ESM dist/chunk-2NURR2DX.mjs 1.83 KB
|
|
96
|
+
ESM dist/chunk-ND5PXTAW.mjs 544.00 B
|
|
97
|
+
ESM dist/chunk-OELUUJZY.mjs 664.00 B
|
|
98
|
+
ESM dist/chunk-GCMQHIRF.mjs 731.00 B
|
|
99
|
+
ESM dist/chunk-463BFNUP.mjs 2.49 KB
|
|
100
|
+
ESM dist/chunk-5FO6ISW4.mjs 43.00 B
|
|
101
|
+
ESM dist/chunk-QJDMIGLU.mjs 1.29 KB
|
|
102
|
+
ESM dist/chunk-DE5K76I2.mjs 43.00 B
|
|
103
|
+
ESM dist/chunk-AXN37AHC.mjs 2.75 KB
|
|
104
|
+
ESM dist/chunk-F2TIBXML.mjs 828.00 B
|
|
105
|
+
ESM dist/chunk-OD7ZMOVE.mjs 1.41 KB
|
|
106
|
+
ESM dist/chunk-JHTAOLEW.mjs 2.48 KB
|
|
107
|
+
ESM dist/chunk-WJHSY5T6.mjs 43.00 B
|
|
108
|
+
ESM dist/chunk-S6JUGJK2.mjs 380.00 B
|
|
109
|
+
ESM dist/chunk-JAFCXEPU.mjs 468.00 B
|
|
110
|
+
ESM dist/chunk-UHD44NC5.mjs 3.17 KB
|
|
111
|
+
ESM dist/chunk-CSGFJU3L.mjs 2.06 KB
|
|
112
|
+
ESM dist/chunk-KCHYD3EB.mjs 3.05 KB
|
|
113
|
+
ESM dist/chunk-KGKLUWKW.mjs 1.37 KB
|
|
114
|
+
ESM dist/chunk-YQU7WG7T.mjs 2.63 KB
|
|
115
|
+
ESM dist/chunk-RQHOUUXQ.mjs 563.00 B
|
|
116
|
+
ESM dist/lib/debouncer.mjs 147.00 B
|
|
117
|
+
ESM dist/lib/editor-to-text.mjs 158.00 B
|
|
118
|
+
ESM dist/chunk-YTOPHPSG.mjs 1.31 KB
|
|
119
|
+
ESM dist/chunk-NKW5OU2S.mjs 931.00 B
|
|
120
|
+
ESM dist/lib/get-text-around-cursor.mjs 370.00 B
|
|
121
|
+
ESM dist/chunk-WLPYYGES.mjs 4.65 KB
|
|
122
|
+
ESM dist/chunk-WADHCMPK.mjs 43.00 B
|
|
123
|
+
ESM dist/chunk-4S5ZJH3I.mjs 472.00 B
|
|
124
|
+
ESM dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
125
|
+
ESM dist/chunk-MRXNTQOX.mjs 1.89 KB
|
|
126
|
+
ESM dist/index.css 18.86 KB
|
|
127
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
128
|
+
ESM dist/chunk-IXJ2HCOA.mjs 2.68 KB
|
|
129
|
+
ESM dist/components/index.css 242.00 B
|
|
130
|
+
ESM dist/lib/retry.mjs 135.00 B
|
|
131
|
+
ESM dist/chunk-H4VKQGVU.mjs 43.00 B
|
|
132
|
+
ESM dist/context/index.mjs 66.00 B
|
|
133
|
+
ESM dist/chunk-RR6OQGTI.mjs 2.76 KB
|
|
134
|
+
ESM dist/components/ui/button.mjs 215.00 B
|
|
329
135
|
ESM dist/types/autosuggestions-config/subtypes/chatlike-api-endpoint.mjs.map 71.00 B
|
|
330
|
-
ESM dist/
|
|
331
|
-
ESM dist/types/
|
|
136
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs.map 71.00 B
|
|
137
|
+
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 71.00 B
|
|
138
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs.map 71.00 B
|
|
139
|
+
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs.map 71.00 B
|
|
332
140
|
ESM dist/types/base/autosuggestions-bare-function.mjs.map 71.00 B
|
|
141
|
+
ESM dist/types/base/base-autosuggestions-config.mjs.map 71.00 B
|
|
333
142
|
ESM dist/types/base/base-copilot-textarea-props.mjs.map 71.00 B
|
|
334
|
-
ESM dist/types/base/
|
|
143
|
+
ESM dist/types/base/index.mjs.map 71.00 B
|
|
144
|
+
ESM dist/types/base/editor-autocomplete-state.mjs.map 71.00 B
|
|
145
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs.map 71.00 B
|
|
146
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs.map 71.00 B
|
|
335
147
|
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs.map 71.00 B
|
|
336
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs.map 71.00 B
|
|
337
148
|
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs.map 71.00 B
|
|
338
149
|
ESM dist/types/autosuggestions-config/editing-api-config.mjs.map 71.00 B
|
|
339
|
-
ESM dist/
|
|
150
|
+
ESM dist/types/autosuggestions-config/index.mjs.map 71.00 B
|
|
151
|
+
ESM dist/lib/slatejs-edits/with-partial-history.mjs.map 71.00 B
|
|
340
152
|
ESM dist/types/autosuggestions-config/insertions-api-config.mjs.map 71.00 B
|
|
341
153
|
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs.map 71.00 B
|
|
342
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs.map 71.00 B
|
|
343
|
-
ESM dist/types/autosuggestions-config/index.mjs.map 71.00 B
|
|
344
|
-
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs.map 71.00 B
|
|
345
|
-
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs.map 71.00 B
|
|
346
|
-
ESM dist/components/ui/card.mjs.map 3.19 KB
|
|
347
|
-
ESM dist/components/ui/command.mjs.map 71.00 B
|
|
348
154
|
ESM dist/components/ui/dialog.mjs.map 71.00 B
|
|
155
|
+
ESM dist/components/ui/command.mjs.map 71.00 B
|
|
349
156
|
ESM dist/components/ui/label.mjs.map 71.00 B
|
|
157
|
+
ESM dist/components/ui/textarea.mjs.map 1.10 KB
|
|
350
158
|
ESM dist/components/ui/separator.mjs.map 1.26 KB
|
|
351
|
-
ESM dist/components/hovering-toolbar/
|
|
352
|
-
ESM dist/
|
|
353
|
-
ESM dist/
|
|
354
|
-
ESM dist/
|
|
355
|
-
ESM dist/components/
|
|
159
|
+
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs.map 71.00 B
|
|
160
|
+
ESM dist/lib/slatejs-edits/add-autocompletions.mjs.map 71.00 B
|
|
161
|
+
ESM dist/lib/slatejs-edits/replace-text.mjs.map 71.00 B
|
|
162
|
+
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs.map 71.00 B
|
|
163
|
+
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs.map 71.00 B
|
|
164
|
+
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs.map 71.00 B
|
|
356
165
|
ESM dist/components/source-search-box/source-search-box.mjs.map 71.00 B
|
|
357
166
|
ESM dist/components/manual-ui/chip-with-icon.mjs.map 1.08 KB
|
|
358
|
-
ESM dist/
|
|
359
|
-
ESM dist/
|
|
360
|
-
ESM dist/
|
|
361
|
-
ESM dist/
|
|
362
|
-
ESM dist/
|
|
363
|
-
ESM dist/components/base-copilot-textarea/render-element.mjs.map 71.00 B
|
|
167
|
+
ESM dist/components/ui/card.mjs.map 3.19 KB
|
|
168
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 71.00 B
|
|
169
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs.map 71.00 B
|
|
170
|
+
ESM dist/components/copilot-textarea/copilot-textarea.mjs.map 71.00 B
|
|
171
|
+
ESM dist/hooks/misc/use-autosize-textarea.mjs.map 71.00 B
|
|
364
172
|
ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 71.00 B
|
|
365
|
-
ESM dist/
|
|
173
|
+
ESM dist/components/base-copilot-textarea/render-element.mjs.map 71.00 B
|
|
174
|
+
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs.map 71.00 B
|
|
175
|
+
ESM dist/lib/stream-promise-flatten.mjs.map 71.00 B
|
|
366
176
|
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs.map 71.00 B
|
|
367
|
-
ESM dist/components/
|
|
368
|
-
ESM dist/
|
|
369
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs.map 71.00 B
|
|
177
|
+
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs.map 71.00 B
|
|
178
|
+
ESM dist/lib/utils.test.mjs.map 350.00 B
|
|
370
179
|
ESM dist/lib/utils.mjs.map 71.00 B
|
|
371
|
-
ESM dist/
|
|
180
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs.map 71.00 B
|
|
372
181
|
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs.map 71.00 B
|
|
373
|
-
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 71.00 B
|
|
374
|
-
ESM dist/hooks/misc/use-autosize-textarea.mjs.map 71.00 B
|
|
375
|
-
ESM dist/lib/slatejs-edits/add-autocompletions.mjs.map 71.00 B
|
|
376
|
-
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs.map 71.00 B
|
|
377
|
-
ESM dist/lib/slatejs-edits/replace-text.mjs.map 71.00 B
|
|
378
|
-
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs.map 71.00 B
|
|
379
182
|
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 71.00 B
|
|
380
|
-
ESM
|
|
381
|
-
|
|
183
|
+
ESM dist/types/index.mjs.map 71.00 B
|
|
184
|
+
ESM dist/hooks/index.mjs.map 71.00 B
|
|
185
|
+
ESM dist/index.mjs.map 71.00 B
|
|
186
|
+
ESM dist/chunk-IU3WTXLQ.mjs.map 71.00 B
|
|
187
|
+
ESM dist/types/base/autosuggestion-state.mjs.map 71.00 B
|
|
188
|
+
ESM dist/chunk-2GFZCVYR.mjs.map 3.40 KB
|
|
189
|
+
ESM dist/chunk-MMVDU6DF.mjs.map 71.00 B
|
|
190
|
+
ESM dist/chunk-DYGPLRY3.mjs.map 4.24 KB
|
|
191
|
+
ESM dist/components/index.mjs.map 71.00 B
|
|
192
|
+
ESM dist/chunk-VCG5RR6G.mjs.map 13.85 KB
|
|
193
|
+
ESM dist/chunk-WPIA53HF.mjs.map 7.54 KB
|
|
194
|
+
ESM dist/chunk-WJYQWL4I.mjs.map 1.04 KB
|
|
195
|
+
ESM dist/types/html-copilot-textarea-element.mjs.map 71.00 B
|
|
196
|
+
ESM dist/chunk-L7VVZH4Q.mjs.map 71.00 B
|
|
197
|
+
ESM dist/chunk-THCCNTUS.mjs.map 1.48 KB
|
|
198
|
+
ESM dist/chunk-TWXSEXKN.mjs.map 6.99 KB
|
|
199
|
+
ESM dist/chunk-TIBMW3DC.mjs.map 2.30 KB
|
|
200
|
+
ESM dist/chunk-IAJZY7MZ.mjs.map 13.65 KB
|
|
201
|
+
ESM dist/chunk-MPME5BW2.mjs.map 3.48 KB
|
|
202
|
+
ESM dist/chunk-XHUMROEY.mjs.map 3.61 KB
|
|
203
|
+
ESM dist/chunk-5EJ5XOGP.mjs.map 1.15 KB
|
|
204
|
+
ESM dist/chunk-O5OWT5GE.mjs.map 5.87 KB
|
|
205
|
+
ESM dist/chunk-F3MHL6ZY.mjs.map 1.14 KB
|
|
206
|
+
ESM dist/chunk-2NURR2DX.mjs.map 2.65 KB
|
|
207
|
+
ESM dist/chunk-ND5PXTAW.mjs.map 1.13 KB
|
|
208
|
+
ESM dist/chunk-LNAIMEB2.mjs.map 1.73 KB
|
|
209
|
+
ESM dist/chunk-OELUUJZY.mjs.map 958.00 B
|
|
210
|
+
ESM dist/chunk-463BFNUP.mjs.map 4.60 KB
|
|
211
|
+
ESM dist/chunk-GCMQHIRF.mjs.map 1.40 KB
|
|
212
|
+
ESM dist/chunk-5FO6ISW4.mjs.map 71.00 B
|
|
213
|
+
ESM dist/chunk-QJDMIGLU.mjs.map 3.10 KB
|
|
214
|
+
ESM dist/chunk-AXN37AHC.mjs.map 4.11 KB
|
|
215
|
+
ESM dist/chunk-DE5K76I2.mjs.map 71.00 B
|
|
216
|
+
ESM dist/chunk-F2TIBXML.mjs.map 1.65 KB
|
|
217
|
+
ESM dist/chunk-OD7ZMOVE.mjs.map 2.66 KB
|
|
218
|
+
ESM dist/chunk-S6JUGJK2.mjs.map 1018.00 B
|
|
219
|
+
ESM dist/chunk-WJHSY5T6.mjs.map 71.00 B
|
|
220
|
+
ESM dist/chunk-JAFCXEPU.mjs.map 881.00 B
|
|
221
|
+
ESM dist/chunk-CSGFJU3L.mjs.map 3.82 KB
|
|
222
|
+
ESM dist/chunk-KCHYD3EB.mjs.map 6.12 KB
|
|
223
|
+
ESM dist/chunk-KGKLUWKW.mjs.map 2.45 KB
|
|
224
|
+
ESM dist/chunk-YQU7WG7T.mjs.map 4.80 KB
|
|
225
|
+
ESM dist/chunk-RQHOUUXQ.mjs.map 1.13 KB
|
|
226
|
+
ESM dist/lib/debouncer.mjs.map 71.00 B
|
|
227
|
+
ESM dist/lib/editor-to-text.mjs.map 71.00 B
|
|
228
|
+
ESM dist/chunk-YTOPHPSG.mjs.map 2.83 KB
|
|
229
|
+
ESM dist/chunk-NKW5OU2S.mjs.map 1.60 KB
|
|
230
|
+
ESM dist/lib/get-text-around-cursor.mjs.map 71.00 B
|
|
231
|
+
ESM dist/chunk-WLPYYGES.mjs.map 6.98 KB
|
|
232
|
+
ESM dist/chunk-WADHCMPK.mjs.map 71.00 B
|
|
233
|
+
ESM dist/chunk-4S5ZJH3I.mjs.map 970.00 B
|
|
234
|
+
ESM dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
|
|
235
|
+
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
236
|
+
ESM dist/index.css.map 29.17 KB
|
|
237
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
|
|
238
|
+
ESM dist/chunk-IXJ2HCOA.mjs.map 5.77 KB
|
|
239
|
+
ESM dist/components/index.css.map 429.00 B
|
|
240
|
+
ESM dist/lib/retry.mjs.map 71.00 B
|
|
241
|
+
ESM dist/types/base/custom-editor.mjs.map 71.00 B
|
|
242
|
+
ESM dist/chunk-YW3REYX6.mjs.map 1.23 KB
|
|
243
|
+
ESM dist/context/index.mjs.map 71.00 B
|
|
244
|
+
ESM dist/chunk-RR6OQGTI.mjs.map 4.03 KB
|
|
245
|
+
ESM dist/chunk-UHD44NC5.mjs.map 6.09 KB
|
|
246
|
+
ESM dist/chunk-JHTAOLEW.mjs.map 3.58 KB
|
|
247
|
+
ESM dist/components/ui/button.mjs.map 71.00 B
|
|
248
|
+
ESM dist/chunk-H4VKQGVU.mjs.map 71.00 B
|
|
249
|
+
ESM ⚡️ Build success in 612ms
|
|
250
|
+
CJS dist/context/index.js 803.00 B
|
|
251
|
+
CJS dist/index.js 78.73 KB
|
|
252
|
+
CJS dist/components/index.js 78.48 KB
|
|
253
|
+
CJS dist/hooks/index.js 797.00 B
|
|
254
|
+
CJS dist/types/html-copilot-textarea-element.js 893.00 B
|
|
255
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js 6.37 KB
|
|
256
|
+
CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js 5.86 KB
|
|
257
|
+
CJS dist/components/copilot-textarea/copilot-textarea.js 78.42 KB
|
|
258
|
+
CJS dist/hooks/misc/use-autosize-textarea.js 1.57 KB
|
|
259
|
+
CJS dist/components/base-copilot-textarea/base-copilot-textarea.js 61.88 KB
|
|
260
|
+
CJS dist/components/manual-ui/chip-with-icon.js 1.81 KB
|
|
261
|
+
CJS dist/components/source-search-box/source-search-box.js 9.23 KB
|
|
262
|
+
CJS dist/lib/debouncer.js 2.38 KB
|
|
263
|
+
CJS dist/components/hovering-toolbar/hovering-editor-provider.js 1.87 KB
|
|
264
|
+
CJS dist/components/ui/card.js 5.04 KB
|
|
265
|
+
CJS dist/lib/slatejs-edits/clear-autocompletions.js 1.74 KB
|
|
266
|
+
CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js 949.00 B
|
|
267
|
+
CJS dist/types/base/autosuggestion-state.js 862.00 B
|
|
268
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js 23.96 KB
|
|
269
|
+
CJS dist/types/autosuggestions-config/subtypes/chatlike-api-endpoint.js 3.55 KB
|
|
270
|
+
CJS dist/index.css 18.86 KB
|
|
271
|
+
CJS dist/components/index.css 242.00 B
|
|
272
|
+
CJS dist/lib/retry.js 1.43 KB
|
|
273
|
+
CJS dist/lib/stream-promise-flatten.js 2.26 KB
|
|
274
|
+
CJS dist/lib/get-text-around-cursor.js 4.09 KB
|
|
275
|
+
CJS dist/lib/utils.js 3.08 KB
|
|
276
|
+
CJS dist/types/index.js 11.92 KB
|
|
277
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js 6.35 KB
|
|
278
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js 5.77 KB
|
|
279
|
+
CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js 7.77 KB
|
|
280
|
+
CJS dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
281
|
+
CJS dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
282
|
+
CJS dist/components/base-copilot-textarea/render-placeholder.js 2.82 KB
|
|
283
|
+
CJS dist/components/base-copilot-textarea/render-element.js 2.94 KB
|
|
284
|
+
CJS dist/components/base-copilot-textarea/use-add-branding-css.js 3.19 KB
|
|
285
|
+
CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js 4.02 KB
|
|
286
|
+
CJS dist/components/hovering-toolbar/hovering-toolbar.js 33.18 KB
|
|
287
|
+
CJS dist/components/hovering-toolbar/hovering-toolbar-components.js 5.14 KB
|
|
288
|
+
CJS dist/components/ui/dialog.js 7.70 KB
|
|
289
|
+
CJS dist/components/ui/button.js 4.55 KB
|
|
290
|
+
CJS dist/components/ui/command.js 12.37 KB
|
|
291
|
+
CJS dist/components/ui/label.js 3.48 KB
|
|
292
|
+
CJS dist/components/ui/textarea.js 3.45 KB
|
|
293
|
+
CJS dist/lib/slatejs-edits/add-autocompletions.js 1.63 KB
|
|
294
|
+
CJS dist/lib/slatejs-edits/replace-text.js 1.61 KB
|
|
295
|
+
CJS dist/types/autosuggestions-config/insertions-api-config.js 3.98 KB
|
|
296
|
+
CJS dist/types/autosuggestions-config/editing-api-config.js 3.94 KB
|
|
297
|
+
CJS dist/types/autosuggestions-config/suggestions-api-config.js 3.71 KB
|
|
298
|
+
CJS dist/types/base/autosuggestions-bare-function.js 898.00 B
|
|
299
|
+
CJS dist/types/autosuggestions-config/index.js 11.88 KB
|
|
300
|
+
CJS dist/types/base/base-autosuggestions-config.js 1.48 KB
|
|
301
|
+
CJS dist/types/base/editor-autocomplete-state.js 1.92 KB
|
|
302
|
+
CJS dist/types/base/custom-editor.js 835.00 B
|
|
303
|
+
CJS dist/types/base/base-copilot-textarea-props.js 891.00 B
|
|
304
|
+
CJS dist/types/base/index.js 1.41 KB
|
|
305
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js 24.67 KB
|
|
306
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js 24.61 KB
|
|
307
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js 5.16 KB
|
|
308
|
+
CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js 881.00 B
|
|
309
|
+
CJS dist/lib/slatejs-edits/with-partial-history.js 4.30 KB
|
|
310
|
+
CJS dist/components/ui/separator.js 3.54 KB
|
|
311
|
+
CJS dist/types/autosuggestions-config/autosuggestions-config.js 10.17 KB
|
|
312
|
+
CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js 906.00 B
|
|
313
|
+
CJS dist/lib/editor-to-text.js 2.35 KB
|
|
314
|
+
CJS dist/lib/utils.test.js 182.00 B
|
|
315
|
+
CJS dist/context/index.js.map 139.00 B
|
|
316
|
+
CJS dist/index.js.map 139.08 KB
|
|
317
|
+
CJS dist/components/index.js.map 139.28 KB
|
|
318
|
+
CJS dist/hooks/index.js.map 137.00 B
|
|
319
|
+
CJS dist/types/html-copilot-textarea-element.js.map 280.00 B
|
|
320
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js.map 10.34 KB
|
|
321
|
+
CJS dist/components/copilot-textarea/copilot-textarea.js.map 139.11 KB
|
|
322
|
+
CJS dist/hooks/misc/use-autosize-textarea.js.map 1.18 KB
|
|
323
|
+
CJS dist/components/hovering-toolbar/hovering-editor-provider.js.map 1.27 KB
|
|
324
|
+
CJS dist/components/ui/card.js.map 4.98 KB
|
|
325
|
+
CJS dist/lib/debouncer.js.map 1.66 KB
|
|
326
|
+
CJS dist/lib/slatejs-edits/clear-autocompletions.js.map 1.17 KB
|
|
327
|
+
CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js.map 1.20 KB
|
|
328
|
+
CJS dist/types/base/autosuggestion-state.js.map 269.00 B
|
|
329
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map 35.28 KB
|
|
330
|
+
CJS dist/components/manual-ui/chip-with-icon.js.map 1.11 KB
|
|
331
|
+
CJS dist/components/source-search-box/source-search-box.js.map 13.19 KB
|
|
332
|
+
CJS dist/components/base-copilot-textarea/base-copilot-textarea.js.map 106.92 KB
|
|
333
|
+
CJS dist/index.css.map 29.17 KB
|
|
334
|
+
CJS dist/components/index.css.map 429.00 B
|
|
335
|
+
CJS dist/lib/retry.js.map 1017.00 B
|
|
336
|
+
CJS dist/lib/get-text-around-cursor.js.map 5.78 KB
|
|
337
|
+
CJS dist/lib/stream-promise-flatten.js.map 1.46 KB
|
|
338
|
+
CJS dist/types/index.js.map 17.35 KB
|
|
339
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js.map 9.93 KB
|
|
340
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js.map 10.52 KB
|
|
341
|
+
CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map 11.54 KB
|
|
342
|
+
CJS dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
|
|
343
|
+
CJS dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
|
|
344
|
+
CJS dist/components/base-copilot-textarea/render-placeholder.js.map 1.01 KB
|
|
345
|
+
CJS dist/components/base-copilot-textarea/render-element.js.map 1.78 KB
|
|
346
|
+
CJS dist/components/base-copilot-textarea/use-add-branding-css.js.map 3.53 KB
|
|
347
|
+
CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js.map 5.48 KB
|
|
348
|
+
CJS dist/components/hovering-toolbar/hovering-toolbar.js.map 53.59 KB
|
|
349
|
+
CJS dist/components/hovering-toolbar/hovering-toolbar-components.js.map 3.74 KB
|
|
350
|
+
CJS dist/components/ui/dialog.js.map 7.65 KB
|
|
351
|
+
CJS dist/components/ui/button.js.map 4.42 KB
|
|
352
|
+
CJS dist/components/ui/command.js.map 14.67 KB
|
|
353
|
+
CJS dist/components/ui/label.js.map 2.92 KB
|
|
354
|
+
CJS dist/components/ui/textarea.js.map 2.86 KB
|
|
355
|
+
CJS dist/lib/slatejs-edits/add-autocompletions.js.map 1.08 KB
|
|
356
|
+
CJS dist/lib/slatejs-edits/replace-text.js.map 1.17 KB
|
|
357
|
+
CJS dist/types/autosuggestions-config/insertions-api-config.js.map 4.08 KB
|
|
358
|
+
CJS dist/types/autosuggestions-config/editing-api-config.js.map 4.17 KB
|
|
359
|
+
CJS dist/types/autosuggestions-config/suggestions-api-config.js.map 3.63 KB
|
|
360
|
+
CJS dist/types/base/autosuggestions-bare-function.js.map 1.01 KB
|
|
361
|
+
CJS dist/types/base/base-autosuggestions-config.js.map 1.04 KB
|
|
362
|
+
CJS dist/types/autosuggestions-config/index.js.map 18.02 KB
|
|
363
|
+
CJS dist/types/base/editor-autocomplete-state.js.map 2.65 KB
|
|
364
|
+
CJS dist/types/base/custom-editor.js.map 886.00 B
|
|
365
|
+
CJS dist/types/base/base-copilot-textarea-props.js.map 2.14 KB
|
|
366
|
+
CJS dist/types/base/index.js.map 1.42 KB
|
|
367
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map 36.74 KB
|
|
368
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map 36.96 KB
|
|
369
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js.map 5.22 KB
|
|
370
|
+
CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js.map 277.00 B
|
|
371
|
+
CJS dist/lib/slatejs-edits/with-partial-history.js.map 6.16 KB
|
|
372
|
+
CJS dist/components/ui/separator.js.map 3.02 KB
|
|
373
|
+
CJS dist/types/autosuggestions-config/autosuggestions-config.js.map 14.16 KB
|
|
374
|
+
CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js.map 283.00 B
|
|
375
|
+
CJS dist/lib/editor-to-text.js.map 2.87 KB
|
|
376
|
+
CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map 8.23 KB
|
|
377
|
+
CJS dist/lib/utils.test.js.map 352.00 B
|
|
378
|
+
CJS dist/types/autosuggestions-config/subtypes/chatlike-api-endpoint.js.map 3.17 KB
|
|
379
|
+
CJS dist/lib/utils.js.map 2.53 KB
|
|
380
|
+
CJS ⚡️ Build success in 614ms
|
|
381
|
+
DTS ⚡️ Build success in 3649ms
|
|
382
382
|
DTS dist/index.d.ts 1.47 KB
|
|
383
383
|
DTS dist/components/base-copilot-textarea/base-copilot-textarea.d.ts 628.00 B
|
|
384
384
|
DTS dist/components/copilot-textarea/copilot-textarea.d.ts 1.28 KB
|
|
@@ -394,9 +394,9 @@ DTS dist/types/autosuggestions-config/autosuggestions-config-user-specified.d.ts
|
|
|
394
394
|
DTS dist/types/autosuggestions-config/suggestions-api-config.d.ts 682.00 B
|
|
395
395
|
DTS dist/types/autosuggestions-config/insertions-api-config.d.ts 673.00 B
|
|
396
396
|
DTS dist/types/autosuggestions-config/editing-api-config.d.ts 646.00 B
|
|
397
|
-
DTS dist/components/index.d.ts 954.00 B
|
|
398
|
-
DTS dist/context/index.d.ts 1.00 B
|
|
399
397
|
DTS dist/hooks/index.d.ts 1.00 B
|
|
398
|
+
DTS dist/context/index.d.ts 1.00 B
|
|
399
|
+
DTS dist/components/index.d.ts 954.00 B
|
|
400
400
|
DTS dist/lib/debouncer.d.ts 372.00 B
|
|
401
401
|
DTS dist/lib/editor-to-text.d.ts 243.00 B
|
|
402
402
|
DTS dist/lib/get-text-around-cursor.d.ts 745.00 B
|
|
@@ -406,14 +406,22 @@ DTS dist/lib/stream-promise-flatten.d.ts
|
|
|
406
406
|
DTS dist/lib/utils.test.d.ts 1.00 B
|
|
407
407
|
DTS dist/lib/utils.d.ts 638.00 B
|
|
408
408
|
DTS dist/types/index.d.ts 1.19 KB
|
|
409
|
+
DTS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.d.ts 921.00 B
|
|
410
|
+
DTS dist/types/base/autosuggestion-state.d.ts 143.00 B
|
|
411
|
+
DTS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.d.ts 226.00 B
|
|
412
|
+
DTS dist/types/base/custom-editor.d.ts 801.00 B
|
|
413
|
+
DTS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.d.ts 326.00 B
|
|
414
|
+
DTS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.d.ts 1.71 KB
|
|
415
|
+
DTS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.d.ts 1.87 KB
|
|
416
|
+
DTS dist/hooks/misc/use-autosize-textarea.d.ts 185.00 B
|
|
409
417
|
DTS dist/components/base-copilot-textarea/render-element.d.ts 292.00 B
|
|
410
418
|
DTS dist/components/base-copilot-textarea/render-placeholder.d.ts 321.00 B
|
|
411
419
|
DTS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.d.ts 305.00 B
|
|
412
420
|
DTS dist/components/base-copilot-textarea/use-add-branding-css.d.ts 158.00 B
|
|
421
|
+
DTS dist/components/manual-ui/chip-with-icon.d.ts 246.00 B
|
|
413
422
|
DTS dist/components/hovering-toolbar/hovering-editor-provider.d.ts 451.00 B
|
|
414
423
|
DTS dist/components/hovering-toolbar/hovering-toolbar-components.d.ts 1006.00 B
|
|
415
424
|
DTS dist/components/hovering-toolbar/hovering-toolbar.d.ts 372.00 B
|
|
416
|
-
DTS dist/components/manual-ui/chip-with-icon.d.ts 246.00 B
|
|
417
425
|
DTS dist/components/source-search-box/source-search-box.d.ts 491.00 B
|
|
418
426
|
DTS dist/components/ui/button.d.ts 766.00 B
|
|
419
427
|
DTS dist/components/ui/card.d.ts 947.00 B
|
|
@@ -422,21 +430,13 @@ DTS dist/components/ui/dialog.d.ts
|
|
|
422
430
|
DTS dist/components/ui/label.d.ts 526.00 B
|
|
423
431
|
DTS dist/components/ui/separator.d.ts 303.00 B
|
|
424
432
|
DTS dist/components/ui/textarea.d.ts 271.00 B
|
|
425
|
-
DTS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.d.ts 1.71 KB
|
|
426
|
-
DTS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.d.ts 1.87 KB
|
|
427
433
|
DTS dist/lib/slatejs-edits/add-autocompletions.d.ts 302.00 B
|
|
428
|
-
DTS dist/types/base/custom-editor.d.ts 801.00 B
|
|
429
434
|
DTS dist/lib/slatejs-edits/clear-autocompletions.d.ts 250.00 B
|
|
430
435
|
DTS dist/lib/slatejs-edits/replace-text.d.ts 139.00 B
|
|
431
436
|
DTS dist/lib/slatejs-edits/with-partial-history.d.ts 542.00 B
|
|
432
|
-
DTS dist/hooks/misc/use-autosize-textarea.d.ts 185.00 B
|
|
433
|
-
DTS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.d.ts 921.00 B
|
|
434
|
-
DTS dist/types/base/autosuggestion-state.d.ts 143.00 B
|
|
435
|
-
DTS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.d.ts 226.00 B
|
|
436
|
-
DTS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.d.ts 326.00 B
|
|
437
437
|
DTS dist/types/autosuggestions-config/index.d.ts 756.00 B
|
|
438
|
+
DTS dist/types/base/index.d.ts 320.00 B
|
|
438
439
|
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.d.ts 703.00 B
|
|
439
440
|
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.d.ts 516.00 B
|
|
440
441
|
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.d.ts 616.00 B
|
|
441
442
|
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/index.d.ts 200.00 B
|
|
442
|
-
DTS dist/types/base/index.d.ts 320.00 B
|