@copilotkit/react-textarea 0.30.0-alpha.2 → 0.30.0-alpha.3
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 +281 -281
- package/CHANGELOG.md +12 -0
- package/dist/{chunk-PZIRLPXR.mjs → chunk-3KYIYSZW.mjs} +5 -5
- package/dist/{chunk-JIPPS45C.mjs → chunk-ALIPIID3.mjs} +4 -4
- package/dist/{chunk-M2DR4KVB.mjs → chunk-DFTV4TST.mjs} +1 -1
- package/dist/chunk-DFTV4TST.mjs.map +1 -0
- package/dist/{chunk-72P3KOHZ.mjs → chunk-QKS2IOUH.mjs} +2 -2
- package/dist/components/base-copilot-textarea/base-copilot-textarea.js.map +1 -1
- package/dist/components/base-copilot-textarea/base-copilot-textarea.mjs +4 -4
- package/dist/components/copilot-textarea/copilot-textarea.js.map +1 -1
- package/dist/components/copilot-textarea/copilot-textarea.mjs +6 -6
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +6 -6
- package/dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js.map +1 -1
- package/dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/lib/debouncer.js.map +1 -1
- package/dist/lib/debouncer.mjs +1 -1
- package/package.json +6 -6
- package/src/lib/debouncer.ts +1 -1
- package/dist/chunk-M2DR4KVB.mjs.map +0 -1
- /package/dist/{chunk-PZIRLPXR.mjs.map → chunk-3KYIYSZW.mjs.map} +0 -0
- /package/dist/{chunk-JIPPS45C.mjs.map → chunk-ALIPIID3.mjs.map} +0 -0
- /package/dist/{chunk-72P3KOHZ.mjs.map → chunk-QKS2IOUH.mjs.map} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-textarea@0.30.0-
|
|
2
|
+
> @copilotkit/react-textarea@0.30.0-alpha.2 build /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-textarea
|
|
3
3
|
> tsup --clean
|
|
4
4
|
|
|
5
|
-
CLI Building entry: src/index.tsx, src/
|
|
5
|
+
CLI Building entry: src/index.tsx, src/components/index.ts, src/context/index.ts, src/hooks/index.ts, src/lib/debouncer.ts, src/lib/editor-to-text.ts, src/lib/get-text-around-cursor.ts, src/lib/retry.tsx, src/lib/stream-promise-flatten.ts, src/lib/utils.test.ts, src/lib/utils.ts, src/types/html-copilot-textarea-element.ts, src/types/index.ts, src/components/base-copilot-textarea/base-copilot-textarea.tsx, src/components/base-copilot-textarea/render-element.tsx, src/components/base-copilot-textarea/render-placeholder.tsx, src/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.tsx, src/components/base-copilot-textarea/use-add-branding-css.tsx, src/components/copilot-textarea/copilot-textarea.tsx, src/components/hovering-toolbar/hovering-editor-provider.tsx, src/components/hovering-toolbar/hovering-toolbar-components.tsx, src/components/hovering-toolbar/hovering-toolbar.tsx, src/components/manual-ui/chip-with-icon.tsx, src/components/source-search-box/source-search-box.tsx, src/components/ui/button.tsx, src/components/ui/card.tsx, src/components/ui/command.tsx, src/components/ui/dialog.tsx, src/components/ui/label.tsx, src/components/ui/separator.tsx, src/components/ui/textarea.tsx, src/hooks/base-copilot-textarea-implementation/use-autosuggestions.ts, src/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.tsx, src/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.ts, src/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.tsx, src/hooks/make-autosuggestions-function/use-make-standard-insertion-function.tsx, src/hooks/misc/use-autosize-textarea.tsx, src/lib/slatejs-edits/add-autocompletions.ts, src/lib/slatejs-edits/clear-autocompletions.ts, src/lib/slatejs-edits/replace-text.ts, src/lib/slatejs-edits/with-partial-history.ts, src/types/autosuggestions-config/autosuggestions-config-user-specified.tsx, src/types/autosuggestions-config/autosuggestions-config.tsx, src/types/autosuggestions-config/editing-api-config.tsx, src/types/autosuggestions-config/index.ts, src/types/autosuggestions-config/insertions-api-config.tsx, src/types/autosuggestions-config/suggestions-api-config.tsx, src/types/base/autosuggestion-state.ts, src/types/base/autosuggestions-bare-function.ts, src/types/base/base-autosuggestions-config.tsx, src/types/base/base-copilot-textarea-props.tsx, src/types/base/custom-editor.tsx, src/types/base/editor-autocomplete-state.ts, src/types/base/index.ts, src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/index.ts, src/types/autosuggestions-config/subtypes/make-system-prompt.ts, src/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.tsx
|
|
6
6
|
CLI Using tsconfig: tsconfig.json
|
|
7
7
|
CLI tsup v6.7.0
|
|
8
8
|
CLI Using tsup config: /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-textarea/tsup.config.ts
|
|
@@ -18,361 +18,361 @@ 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/context/index.js 803.00 B
|
|
22
|
-
CJS dist/types/index.js 10.66 KB
|
|
23
|
-
CJS dist/components/manual-ui/chip-with-icon.js 1.73 KB
|
|
24
|
-
CJS dist/components/hovering-toolbar/hovering-toolbar-components.js 5.54 KB
|
|
25
|
-
CJS dist/components/ui/button.js 4.82 KB
|
|
26
|
-
CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js 4.95 KB
|
|
27
|
-
CJS dist/components/source-search-box/source-search-box.js 9.53 KB
|
|
28
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js 6.34 KB
|
|
29
|
-
CJS dist/lib/slatejs-edits/add-autocompletions.js 1.63 KB
|
|
30
|
-
CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js 949.00 B
|
|
31
|
-
CJS dist/types/base/autosuggestions-bare-function.js 898.00 B
|
|
32
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js 25.28 KB
|
|
33
|
-
CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js 881.00 B
|
|
34
|
-
CJS dist/hooks/misc/use-autosize-textarea.js 1.48 KB
|
|
35
|
-
CJS dist/components/index.css 242.00 B
|
|
36
|
-
CJS dist/index.css 18.82 KB
|
|
37
|
-
CJS dist/index.js 79.45 KB
|
|
38
|
-
CJS dist/lib/retry.js 1.43 KB
|
|
39
|
-
CJS dist/components/index.js 79.28 KB
|
|
40
|
-
CJS dist/lib/debouncer.js 2.38 KB
|
|
41
|
-
CJS dist/lib/stream-promise-flatten.js 2.26 KB
|
|
42
|
-
CJS dist/hooks/index.js 797.00 B
|
|
43
|
-
CJS dist/lib/editor-to-text.js 2.35 KB
|
|
44
|
-
CJS dist/components/base-copilot-textarea/base-copilot-textarea.js 63.54 KB
|
|
45
|
-
CJS dist/lib/utils.test.js 182.00 B
|
|
46
|
-
CJS dist/components/base-copilot-textarea/render-placeholder.js 2.84 KB
|
|
47
|
-
CJS dist/lib/get-text-around-cursor.js 4.09 KB
|
|
48
|
-
CJS dist/components/base-copilot-textarea/use-add-branding-css.js 3.19 KB
|
|
49
|
-
CJS dist/components/copilot-textarea/copilot-textarea.js 79.21 KB
|
|
50
|
-
CJS dist/components/base-copilot-textarea/render-element.js 2.94 KB
|
|
51
|
-
CJS dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
52
|
-
CJS dist/lib/utils.js 3.08 KB
|
|
53
|
-
CJS dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
54
|
-
CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js 4.02 KB
|
|
55
|
-
CJS dist/components/hovering-toolbar/hovering-editor-provider.js 1.85 KB
|
|
56
|
-
CJS dist/components/ui/card.js 5.36 KB
|
|
57
|
-
CJS dist/components/ui/command.js 12.52 KB
|
|
58
|
-
CJS dist/components/ui/label.js 3.75 KB
|
|
59
|
-
CJS dist/components/hovering-toolbar/hovering-toolbar.js 33.65 KB
|
|
60
|
-
CJS dist/components/ui/separator.js 3.82 KB
|
|
61
|
-
CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js 6.74 KB
|
|
62
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js 6.04 KB
|
|
63
|
-
CJS dist/types/html-copilot-textarea-element.js 893.00 B
|
|
64
|
-
CJS dist/lib/slatejs-edits/replace-text.js 1.61 KB
|
|
65
|
-
CJS dist/lib/slatejs-edits/clear-autocompletions.js 1.71 KB
|
|
66
|
-
CJS dist/lib/slatejs-edits/with-partial-history.js 4.30 KB
|
|
67
|
-
CJS dist/components/ui/dialog.js 7.84 KB
|
|
68
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js 6.35 KB
|
|
69
|
-
CJS dist/types/autosuggestions-config/insertions-api-config.js 4.11 KB
|
|
70
|
-
CJS dist/types/base/autosuggestion-state.js 862.00 B
|
|
71
|
-
CJS dist/types/autosuggestions-config/suggestions-api-config.js 3.71 KB
|
|
72
|
-
CJS dist/types/base/base-autosuggestions-config.js 1.99 KB
|
|
73
|
-
CJS dist/types/base/base-copilot-textarea-props.js 891.00 B
|
|
74
|
-
CJS dist/types/base/custom-editor.js 835.00 B
|
|
75
|
-
CJS dist/types/base/editor-autocomplete-state.js 1.92 KB
|
|
76
|
-
CJS dist/types/autosuggestions-config/autosuggestions-config.js 10.65 KB
|
|
77
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js 24.50 KB
|
|
78
|
-
CJS dist/types/autosuggestions-config/editing-api-config.js 3.69 KB
|
|
79
|
-
CJS dist/types/base/index.js 1.93 KB
|
|
80
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js 5.48 KB
|
|
81
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js 25.22 KB
|
|
82
|
-
CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js 906.00 B
|
|
83
|
-
CJS dist/components/ui/textarea.js 3.76 KB
|
|
84
|
-
CJS dist/types/autosuggestions-config/index.js 10.62 KB
|
|
85
|
-
CJS dist/context/index.js.map 139.00 B
|
|
86
|
-
CJS dist/types/index.js.map 18.56 KB
|
|
87
|
-
CJS dist/components/manual-ui/chip-with-icon.js.map 969.00 B
|
|
88
|
-
CJS dist/components/hovering-toolbar/hovering-toolbar-components.js.map 3.68 KB
|
|
89
|
-
CJS dist/components/ui/button.js.map 4.34 KB
|
|
90
|
-
CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map 5.49 KB
|
|
91
|
-
CJS dist/components/source-search-box/source-search-box.js.map 13.07 KB
|
|
92
|
-
CJS dist/lib/slatejs-edits/add-autocompletions.js.map 1.08 KB
|
|
93
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js.map 10.28 KB
|
|
94
|
-
CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js.map 1.16 KB
|
|
95
|
-
CJS dist/types/base/autosuggestions-bare-function.js.map 1.01 KB
|
|
96
|
-
CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js.map 268.00 B
|
|
97
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map 38.20 KB
|
|
98
|
-
CJS dist/hooks/misc/use-autosize-textarea.js.map 1.17 KB
|
|
99
|
-
CJS dist/index.css.map 29.12 KB
|
|
100
|
-
CJS dist/lib/retry.js.map 1018.00 B
|
|
101
|
-
CJS dist/lib/stream-promise-flatten.js.map 1.45 KB
|
|
102
|
-
CJS dist/lib/debouncer.js.map 1.66 KB
|
|
103
|
-
CJS dist/components/index.css.map 429.00 B
|
|
104
|
-
CJS dist/components/index.js.map 143.03 KB
|
|
105
|
-
CJS dist/lib/editor-to-text.js.map 2.86 KB
|
|
106
|
-
CJS dist/hooks/index.js.map 137.00 B
|
|
107
|
-
CJS dist/components/base-copilot-textarea/render-placeholder.js.map 1020.00 B
|
|
108
|
-
CJS dist/lib/get-text-around-cursor.js.map 5.75 KB
|
|
109
|
-
CJS dist/components/copilot-textarea/copilot-textarea.js.map 142.86 KB
|
|
110
|
-
CJS dist/lib/utils.js.map 2.53 KB
|
|
111
|
-
CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js.map 5.80 KB
|
|
112
|
-
CJS dist/components/hovering-toolbar/hovering-editor-provider.js.map 1.40 KB
|
|
113
|
-
CJS dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
|
|
114
|
-
CJS dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
|
|
115
|
-
CJS dist/components/base-copilot-textarea/use-add-branding-css.js.map 3.50 KB
|
|
116
|
-
CJS dist/components/ui/card.js.map 4.86 KB
|
|
117
|
-
CJS dist/components/ui/command.js.map 14.39 KB
|
|
118
|
-
CJS dist/components/ui/label.js.map 2.87 KB
|
|
119
|
-
CJS dist/components/base-copilot-textarea/base-copilot-textarea.js.map 113.33 KB
|
|
120
|
-
CJS dist/components/ui/separator.js.map 2.98 KB
|
|
121
|
-
CJS dist/components/hovering-toolbar/hovering-toolbar.js.map 53.86 KB
|
|
122
|
-
CJS dist/lib/slatejs-edits/replace-text.js.map 1.17 KB
|
|
123
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js.map 10.46 KB
|
|
124
|
-
CJS dist/types/html-copilot-textarea-element.js.map 280.00 B
|
|
125
|
-
CJS dist/components/ui/dialog.js.map 7.46 KB
|
|
126
|
-
CJS dist/lib/slatejs-edits/clear-autocompletions.js.map 1.14 KB
|
|
127
|
-
CJS dist/types/autosuggestions-config/insertions-api-config.js.map 4.22 KB
|
|
128
|
-
CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map 8.60 KB
|
|
129
|
-
CJS dist/types/base/autosuggestion-state.js.map 269.00 B
|
|
130
|
-
CJS dist/types/autosuggestions-config/suggestions-api-config.js.map 3.63 KB
|
|
131
|
-
CJS dist/types/base/base-autosuggestions-config.js.map 5.34 KB
|
|
132
|
-
CJS dist/components/base-copilot-textarea/render-element.js.map 1.75 KB
|
|
133
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js.map 9.92 KB
|
|
134
|
-
CJS dist/lib/utils.test.js.map 352.00 B
|
|
135
|
-
CJS dist/lib/slatejs-edits/with-partial-history.js.map 6.16 KB
|
|
136
|
-
CJS dist/types/base/base-copilot-textarea-props.js.map 2.29 KB
|
|
137
|
-
CJS dist/types/autosuggestions-config/editing-api-config.js.map 3.96 KB
|
|
138
|
-
CJS dist/types/autosuggestions-config/autosuggestions-config.js.map 18.42 KB
|
|
139
|
-
CJS dist/types/base/index.js.map 5.72 KB
|
|
140
|
-
CJS dist/index.js.map 142.82 KB
|
|
141
|
-
CJS dist/types/base/editor-autocomplete-state.js.map 2.64 KB
|
|
142
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js.map 5.28 KB
|
|
143
|
-
CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js.map 283.00 B
|
|
144
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map 38.43 KB
|
|
145
|
-
CJS dist/types/base/custom-editor.js.map 886.00 B
|
|
146
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map 36.79 KB
|
|
147
|
-
CJS dist/components/ui/textarea.js.map 2.87 KB
|
|
148
|
-
CJS dist/types/autosuggestions-config/index.js.map 19.08 KB
|
|
149
|
-
CJS ⚡️ Build success in 585ms
|
|
150
21
|
ESM dist/index.mjs 1.74 KB
|
|
151
22
|
ESM dist/components/index.mjs 1.52 KB
|
|
23
|
+
ESM dist/context/index.mjs 66.00 B
|
|
24
|
+
ESM dist/lib/debouncer.mjs 147.00 B
|
|
152
25
|
ESM dist/hooks/index.mjs 66.00 B
|
|
153
|
-
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
154
26
|
ESM dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
155
|
-
ESM dist/
|
|
156
|
-
ESM dist/chunk-
|
|
27
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
28
|
+
ESM dist/chunk-DE5K76I2.mjs 43.00 B
|
|
29
|
+
ESM dist/chunk-3KYIYSZW.mjs 1.88 KB
|
|
30
|
+
ESM dist/chunk-QCPS6IYI.mjs 3.85 KB
|
|
157
31
|
ESM dist/chunk-RT4UTBH3.mjs 2.09 KB
|
|
158
|
-
ESM dist/chunk-RUV6NBIF.mjs 43.00 B
|
|
159
32
|
ESM dist/chunk-DKE57EAC.mjs 919.00 B
|
|
160
|
-
ESM dist/chunk-IU3WTXLQ.mjs 43.00 B
|
|
161
|
-
ESM dist/chunk-PZIRLPXR.mjs 1.88 KB
|
|
162
|
-
ESM dist/chunk-4OJ3H65F.mjs 2.50 KB
|
|
163
|
-
ESM dist/chunk-MMVDU6DF.mjs 43.00 B
|
|
164
33
|
ESM dist/chunk-KDVMG3XF.mjs 2.48 KB
|
|
165
|
-
ESM dist/chunk-JIPPS45C.mjs 8.56 KB
|
|
166
|
-
ESM dist/chunk-72P3KOHZ.mjs 3.14 KB
|
|
167
34
|
ESM dist/chunk-RKQ6RTZM.mjs 2.89 KB
|
|
168
|
-
ESM dist/chunk-
|
|
169
|
-
ESM dist/chunk-
|
|
170
|
-
ESM dist/chunk-
|
|
35
|
+
ESM dist/chunk-ALIPIID3.mjs 8.56 KB
|
|
36
|
+
ESM dist/chunk-4NHVQZ67.mjs 3.05 KB
|
|
37
|
+
ESM dist/chunk-DRV2FOHZ.mjs 2.06 KB
|
|
171
38
|
ESM dist/chunk-2C7O2EVM.mjs 564.00 B
|
|
172
|
-
ESM dist/chunk-
|
|
39
|
+
ESM dist/chunk-QKS2IOUH.mjs 3.14 KB
|
|
173
40
|
ESM dist/chunk-5UNJXFUO.mjs 563.00 B
|
|
174
|
-
ESM dist/chunk-
|
|
41
|
+
ESM dist/chunk-GQN2HYFJ.mjs 625.00 B
|
|
42
|
+
ESM dist/chunk-LQ2OWQU7.mjs 1.41 KB
|
|
175
43
|
ESM dist/chunk-7LSRNPNI.mjs 2.13 KB
|
|
176
44
|
ESM dist/chunk-W3TDW7EW.mjs 3.82 KB
|
|
177
45
|
ESM dist/chunk-4H2O7MYQ.mjs 928.00 B
|
|
178
|
-
ESM dist/chunk-SX6NY5FW.mjs 1.42 KB
|
|
179
46
|
ESM dist/chunk-K7GVTNZU.mjs 8.46 KB
|
|
180
|
-
ESM dist/chunk-
|
|
47
|
+
ESM dist/chunk-L7VVZH4Q.mjs 43.00 B
|
|
48
|
+
ESM dist/chunk-RUV6NBIF.mjs 43.00 B
|
|
181
49
|
ESM dist/chunk-3PQ7GSFE.mjs 544.00 B
|
|
50
|
+
ESM dist/chunk-VPEH6V7T.mjs 2.63 KB
|
|
51
|
+
ESM dist/chunk-WFTAAA7R.mjs 1.81 KB
|
|
52
|
+
ESM dist/chunk-JJLQVT7S.mjs 468.00 B
|
|
182
53
|
ESM dist/chunk-KFQZHRPJ.mjs 812.00 B
|
|
183
|
-
ESM dist/chunk-4NHVQZ67.mjs 3.05 KB
|
|
184
|
-
ESM dist/chunk-LYB4B6MK.mjs 672.00 B
|
|
185
|
-
ESM dist/chunk-P4QVFRLY.mjs 2.42 KB
|
|
186
|
-
ESM dist/chunk-L7VVZH4Q.mjs 43.00 B
|
|
187
54
|
ESM dist/chunk-FJNUPSQK.mjs 2.46 KB
|
|
55
|
+
ESM dist/chunk-WADHCMPK.mjs 43.00 B
|
|
56
|
+
ESM dist/chunk-WTASPE2W.mjs 4.66 KB
|
|
188
57
|
ESM dist/chunk-PTZVE6NC.mjs 4.29 KB
|
|
189
|
-
ESM dist/chunk-
|
|
58
|
+
ESM dist/chunk-P4QVFRLY.mjs 2.42 KB
|
|
190
59
|
ESM dist/chunk-7SUZ6CXM.mjs 1.37 KB
|
|
60
|
+
ESM dist/chunk-WJHSY5T6.mjs 43.00 B
|
|
191
61
|
ESM dist/chunk-224UKA7C.mjs 1.13 KB
|
|
192
62
|
ESM dist/chunk-XW3ICO4S.mjs 688.00 B
|
|
193
|
-
ESM dist/chunk-WJHSY5T6.mjs 43.00 B
|
|
194
63
|
ESM dist/chunk-LCDTIJSD.mjs 905.00 B
|
|
64
|
+
ESM dist/chunk-IU3WTXLQ.mjs 43.00 B
|
|
195
65
|
ESM dist/chunk-H4VKQGVU.mjs 43.00 B
|
|
66
|
+
ESM dist/chunk-DFTV4TST.mjs 931.00 B
|
|
196
67
|
ESM dist/lib/editor-to-text.mjs 158.00 B
|
|
68
|
+
ESM dist/chunk-2QDCE7PD.mjs 731.00 B
|
|
197
69
|
ESM dist/chunk-T6MTDQZ7.mjs 1.31 KB
|
|
198
|
-
ESM dist/
|
|
199
|
-
ESM dist/chunk-M2DR4KVB.mjs 931.00 B
|
|
200
|
-
ESM dist/lib/retry.mjs 135.00 B
|
|
201
|
-
ESM dist/chunk-KNQIEOFP.mjs 472.00 B
|
|
202
|
-
ESM dist/chunk-WTASPE2W.mjs 4.66 KB
|
|
203
|
-
ESM dist/index.css 18.82 KB
|
|
70
|
+
ESM dist/chunk-LYB4B6MK.mjs 672.00 B
|
|
204
71
|
ESM dist/chunk-ECR45NSD.mjs 2.67 KB
|
|
205
72
|
ESM dist/chunk-MRXNTQOX.mjs 1.89 KB
|
|
206
|
-
ESM dist/chunk-
|
|
73
|
+
ESM dist/chunk-KNQIEOFP.mjs 472.00 B
|
|
74
|
+
ESM dist/index.css 18.82 KB
|
|
207
75
|
ESM dist/components/index.css 242.00 B
|
|
208
|
-
ESM dist/chunk-
|
|
76
|
+
ESM dist/chunk-4OJ3H65F.mjs 2.50 KB
|
|
77
|
+
ESM dist/lib/get-text-around-cursor.mjs 370.00 B
|
|
78
|
+
ESM dist/chunk-MMVDU6DF.mjs 43.00 B
|
|
209
79
|
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs 308.00 B
|
|
210
|
-
ESM dist/
|
|
211
|
-
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 47.00 B
|
|
212
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs 645.00 B
|
|
80
|
+
ESM dist/lib/retry.mjs 135.00 B
|
|
213
81
|
ESM dist/types/base/base-autosuggestions-config.mjs 217.00 B
|
|
214
|
-
ESM dist/
|
|
215
|
-
ESM dist/types/base/custom-editor.mjs 42.00 B
|
|
216
|
-
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs 379.00 B
|
|
217
|
-
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs 53.00 B
|
|
218
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 606.00 B
|
|
219
|
-
ESM dist/types/base/index.mjs 230.00 B
|
|
220
|
-
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs 66.00 B
|
|
82
|
+
ESM dist/chunk-SX6NY5FW.mjs 1.42 KB
|
|
221
83
|
ESM dist/lib/slatejs-edits/with-partial-history.mjs 224.00 B
|
|
222
|
-
ESM dist/types/autosuggestions-config/index.mjs 397.00 B
|
|
223
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs 279.00 B
|
|
224
|
-
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs 352.00 B
|
|
225
|
-
ESM dist/types/autosuggestions-config/insertions-api-config.mjs 345.00 B
|
|
226
|
-
ESM dist/types/base/autosuggestion-state.mjs 49.00 B
|
|
227
84
|
ESM dist/types/autosuggestions-config/editing-api-config.mjs 324.00 B
|
|
228
85
|
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs 236.00 B
|
|
86
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs 279.00 B
|
|
87
|
+
ESM dist/components/ui/button.mjs 215.00 B
|
|
229
88
|
ESM dist/hooks/misc/use-autosize-textarea.mjs 216.00 B
|
|
89
|
+
ESM dist/components/source-search-box/source-search-box.mjs 294.00 B
|
|
90
|
+
ESM dist/components/manual-ui/chip-with-icon.mjs 690.00 B
|
|
91
|
+
ESM dist/types/base/autosuggestions-bare-function.mjs 58.00 B
|
|
92
|
+
ESM dist/types/base/editor-autocomplete-state.mjs 238.00 B
|
|
93
|
+
ESM dist/types/base/custom-editor.mjs 42.00 B
|
|
94
|
+
ESM dist/types/base/autosuggestion-state.mjs 49.00 B
|
|
95
|
+
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs 352.00 B
|
|
96
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs 379.00 B
|
|
97
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs 631.00 B
|
|
98
|
+
ESM dist/types/base/index.mjs 230.00 B
|
|
230
99
|
ESM dist/lib/slatejs-edits/add-autocompletions.mjs 197.00 B
|
|
100
|
+
ESM dist/types/autosuggestions-config/index.mjs 397.00 B
|
|
231
101
|
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs 287.00 B
|
|
232
|
-
ESM dist/
|
|
233
|
-
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs 207.00 B
|
|
234
|
-
ESM dist/types/base/base-copilot-textarea-props.mjs 56.00 B
|
|
235
|
-
ESM dist/lib/slatejs-edits/replace-text.mjs 172.00 B
|
|
102
|
+
ESM dist/components/ui/card.mjs 2.21 KB
|
|
236
103
|
ESM dist/components/ui/command.mjs 499.00 B
|
|
237
|
-
ESM dist/
|
|
104
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 606.00 B
|
|
238
105
|
ESM dist/components/ui/dialog.mjs 397.00 B
|
|
106
|
+
ESM dist/components/ui/separator.mjs 935.00 B
|
|
107
|
+
ESM dist/components/ui/textarea.mjs 886.00 B
|
|
239
108
|
ESM dist/components/ui/label.mjs 190.00 B
|
|
240
109
|
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 286.00 B
|
|
241
|
-
ESM dist/
|
|
110
|
+
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs 207.00 B
|
|
111
|
+
ESM dist/types/autosuggestions-config/insertions-api-config.mjs 345.00 B
|
|
242
112
|
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs 250.00 B
|
|
243
|
-
ESM dist/components/
|
|
244
|
-
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs 180.00 B
|
|
245
|
-
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs 239.00 B
|
|
113
|
+
ESM dist/components/copilot-textarea/copilot-textarea.mjs 1.57 KB
|
|
246
114
|
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 697.00 B
|
|
247
|
-
ESM dist/
|
|
248
|
-
ESM dist/lib/utils.test.mjs 168.00 B
|
|
115
|
+
ESM dist/lib/slatejs-edits/replace-text.mjs 172.00 B
|
|
249
116
|
ESM dist/lib/stream-promise-flatten.mjs 182.00 B
|
|
250
|
-
ESM dist/components/base-copilot-textarea/
|
|
251
|
-
ESM dist/components/manual-ui/chip-with-icon.mjs 690.00 B
|
|
252
|
-
ESM dist/components/ui/textarea.mjs 886.00 B
|
|
253
|
-
ESM dist/components/copilot-textarea/copilot-textarea.mjs 1.57 KB
|
|
254
|
-
ESM dist/components/source-search-box/source-search-box.mjs 294.00 B
|
|
255
|
-
ESM dist/types/html-copilot-textarea-element.mjs 90.00 B
|
|
256
|
-
ESM dist/lib/utils.mjs 305.00 B
|
|
117
|
+
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs 180.00 B
|
|
257
118
|
ESM dist/components/base-copilot-textarea/render-element.mjs 190.00 B
|
|
119
|
+
ESM dist/types/html-copilot-textarea-element.mjs 90.00 B
|
|
120
|
+
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs 239.00 B
|
|
121
|
+
ESM dist/lib/utils.test.mjs 168.00 B
|
|
122
|
+
ESM dist/types/base/base-copilot-textarea-props.mjs 56.00 B
|
|
258
123
|
ESM dist/components/base-copilot-textarea/render-placeholder.mjs 202.00 B
|
|
124
|
+
ESM dist/lib/utils.mjs 305.00 B
|
|
125
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs 277.00 B
|
|
259
126
|
ESM dist/types/index.mjs 517.00 B
|
|
260
|
-
ESM dist/
|
|
261
|
-
ESM dist/components/
|
|
127
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs 1.27 KB
|
|
128
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs 645.00 B
|
|
129
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs 66.00 B
|
|
130
|
+
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs 282.00 B
|
|
262
131
|
ESM dist/index.mjs.map 71.00 B
|
|
263
|
-
ESM dist/hooks/index.mjs.map 71.00 B
|
|
264
132
|
ESM dist/components/index.mjs.map 71.00 B
|
|
133
|
+
ESM dist/context/index.mjs.map 71.00 B
|
|
134
|
+
ESM dist/lib/debouncer.mjs.map 71.00 B
|
|
135
|
+
ESM dist/hooks/index.mjs.map 71.00 B
|
|
136
|
+
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 47.00 B
|
|
265
137
|
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
|
|
266
138
|
ESM dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
|
|
267
|
-
ESM dist/
|
|
268
|
-
ESM dist/chunk-
|
|
269
|
-
ESM dist/chunk-IU3WTXLQ.mjs.map 71.00 B
|
|
139
|
+
ESM dist/chunk-3KYIYSZW.mjs.map 3.41 KB
|
|
140
|
+
ESM dist/chunk-QCPS6IYI.mjs.map 7.62 KB
|
|
270
141
|
ESM dist/chunk-KDVMG3XF.mjs.map 3.57 KB
|
|
271
|
-
ESM dist/chunk-
|
|
272
|
-
ESM dist/chunk-MMVDU6DF.mjs.map 71.00 B
|
|
273
|
-
ESM dist/chunk-72P3KOHZ.mjs.map 6.04 KB
|
|
274
|
-
ESM dist/chunk-JIPPS45C.mjs.map 15.56 KB
|
|
275
|
-
ESM dist/chunk-RT4UTBH3.mjs.map 4.52 KB
|
|
142
|
+
ESM dist/chunk-DKE57EAC.mjs.map 1.65 KB
|
|
276
143
|
ESM dist/chunk-RKQ6RTZM.mjs.map 4.17 KB
|
|
277
|
-
ESM dist/chunk-
|
|
278
|
-
ESM dist/chunk-WADHCMPK.mjs.map 71.00 B
|
|
279
|
-
ESM dist/chunk-5UNJXFUO.mjs.map 1.13 KB
|
|
280
|
-
ESM dist/chunk-LQ2OWQU7.mjs.map 3.00 KB
|
|
281
|
-
ESM dist/chunk-7LSRNPNI.mjs.map 3.46 KB
|
|
282
|
-
ESM dist/chunk-DRV2FOHZ.mjs.map 3.80 KB
|
|
283
|
-
ESM dist/chunk-4H2O7MYQ.mjs.map 1.45 KB
|
|
284
|
-
ESM dist/chunk-SX6NY5FW.mjs.map 2.41 KB
|
|
285
|
-
ESM dist/chunk-K7GVTNZU.mjs.map 14.07 KB
|
|
286
|
-
ESM dist/chunk-3PQ7GSFE.mjs.map 1.13 KB
|
|
287
|
-
ESM dist/chunk-KFQZHRPJ.mjs.map 1.11 KB
|
|
288
|
-
ESM dist/chunk-4NHVQZ67.mjs.map 6.12 KB
|
|
144
|
+
ESM dist/chunk-ALIPIID3.mjs.map 15.56 KB
|
|
289
145
|
ESM dist/chunk-2C7O2EVM.mjs.map 1.04 KB
|
|
146
|
+
ESM dist/chunk-DRV2FOHZ.mjs.map 3.80 KB
|
|
147
|
+
ESM dist/chunk-4NHVQZ67.mjs.map 6.12 KB
|
|
148
|
+
ESM dist/chunk-LQ2OWQU7.mjs.map 3.00 KB
|
|
290
149
|
ESM dist/chunk-GQN2HYFJ.mjs.map 1.10 KB
|
|
150
|
+
ESM dist/chunk-5UNJXFUO.mjs.map 1.13 KB
|
|
151
|
+
ESM dist/chunk-L7VVZH4Q.mjs.map 71.00 B
|
|
152
|
+
ESM dist/chunk-RT4UTBH3.mjs.map 4.52 KB
|
|
153
|
+
ESM dist/chunk-K7GVTNZU.mjs.map 14.07 KB
|
|
154
|
+
ESM dist/chunk-W3TDW7EW.mjs.map 6.93 KB
|
|
155
|
+
ESM dist/chunk-RUV6NBIF.mjs.map 71.00 B
|
|
156
|
+
ESM dist/chunk-WFTAAA7R.mjs.map 2.57 KB
|
|
157
|
+
ESM dist/chunk-KFQZHRPJ.mjs.map 1.11 KB
|
|
291
158
|
ESM dist/chunk-JJLQVT7S.mjs.map 882.00 B
|
|
159
|
+
ESM dist/chunk-WTASPE2W.mjs.map 6.89 KB
|
|
160
|
+
ESM dist/chunk-VPEH6V7T.mjs.map 4.76 KB
|
|
161
|
+
ESM dist/chunk-7LSRNPNI.mjs.map 3.46 KB
|
|
162
|
+
ESM dist/chunk-DE5K76I2.mjs.map 71.00 B
|
|
292
163
|
ESM dist/chunk-FJNUPSQK.mjs.map 4.53 KB
|
|
293
|
-
ESM dist/chunk-
|
|
164
|
+
ESM dist/chunk-7SUZ6CXM.mjs.map 2.45 KB
|
|
165
|
+
ESM dist/chunk-XW3ICO4S.mjs.map 947.00 B
|
|
294
166
|
ESM dist/chunk-P4QVFRLY.mjs.map 3.55 KB
|
|
295
|
-
ESM dist/chunk-224UKA7C.mjs.map 1.71 KB
|
|
296
|
-
ESM dist/chunk-W3TDW7EW.mjs.map 6.93 KB
|
|
297
|
-
ESM dist/chunk-4OJ3H65F.mjs.map 3.91 KB
|
|
298
|
-
ESM dist/chunk-WFTAAA7R.mjs.map 2.57 KB
|
|
299
167
|
ESM dist/chunk-LCDTIJSD.mjs.map 5.30 KB
|
|
168
|
+
ESM dist/chunk-QKS2IOUH.mjs.map 6.04 KB
|
|
169
|
+
ESM dist/chunk-H4VKQGVU.mjs.map 71.00 B
|
|
170
|
+
ESM dist/chunk-DFTV4TST.mjs.map 1.62 KB
|
|
171
|
+
ESM dist/chunk-WJHSY5T6.mjs.map 71.00 B
|
|
172
|
+
ESM dist/chunk-2QDCE7PD.mjs.map 1.39 KB
|
|
300
173
|
ESM dist/lib/editor-to-text.mjs.map 71.00 B
|
|
301
174
|
ESM dist/chunk-T6MTDQZ7.mjs.map 2.82 KB
|
|
302
|
-
ESM dist/chunk-
|
|
303
|
-
ESM dist/lib/get-text-around-cursor.mjs.map 71.00 B
|
|
304
|
-
ESM dist/chunk-7SUZ6CXM.mjs.map 2.45 KB
|
|
305
|
-
ESM dist/lib/retry.mjs.map 71.00 B
|
|
306
|
-
ESM dist/index.css.map 29.12 KB
|
|
307
|
-
ESM dist/chunk-KNQIEOFP.mjs.map 971.00 B
|
|
175
|
+
ESM dist/chunk-4H2O7MYQ.mjs.map 1.45 KB
|
|
308
176
|
ESM dist/chunk-ECR45NSD.mjs.map 5.71 KB
|
|
309
|
-
ESM dist/chunk-WTASPE2W.mjs.map 6.89 KB
|
|
310
|
-
ESM dist/chunk-VPEH6V7T.mjs.map 4.76 KB
|
|
311
|
-
ESM dist/chunk-M2DR4KVB.mjs.map 1.60 KB
|
|
312
|
-
ESM dist/chunk-QCPS6IYI.mjs.map 7.62 KB
|
|
313
|
-
ESM dist/chunk-H4VKQGVU.mjs.map 71.00 B
|
|
314
|
-
ESM dist/chunk-XW3ICO4S.mjs.map 947.00 B
|
|
315
|
-
ESM dist/chunk-WJHSY5T6.mjs.map 71.00 B
|
|
316
|
-
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
317
|
-
ESM dist/chunk-DE5K76I2.mjs.map 71.00 B
|
|
318
177
|
ESM dist/chunk-PTZVE6NC.mjs.map 5.68 KB
|
|
319
|
-
ESM dist/
|
|
178
|
+
ESM dist/chunk-224UKA7C.mjs.map 1.71 KB
|
|
320
179
|
ESM dist/chunk-LYB4B6MK.mjs.map 1.36 KB
|
|
180
|
+
ESM dist/chunk-3PQ7GSFE.mjs.map 1.13 KB
|
|
181
|
+
ESM dist/components/index.css.map 429.00 B
|
|
182
|
+
ESM dist/index.css.map 29.12 KB
|
|
183
|
+
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
184
|
+
ESM dist/chunk-WADHCMPK.mjs.map 71.00 B
|
|
185
|
+
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs 53.00 B
|
|
186
|
+
ESM dist/chunk-IU3WTXLQ.mjs.map 71.00 B
|
|
187
|
+
ESM dist/chunk-KNQIEOFP.mjs.map 971.00 B
|
|
188
|
+
ESM dist/chunk-4OJ3H65F.mjs.map 3.91 KB
|
|
189
|
+
ESM dist/lib/get-text-around-cursor.mjs.map 71.00 B
|
|
321
190
|
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs.map 71.00 B
|
|
322
|
-
ESM dist/
|
|
323
|
-
ESM dist/
|
|
324
|
-
ESM dist/types/base/custom-editor.mjs.map 71.00 B
|
|
191
|
+
ESM dist/chunk-MMVDU6DF.mjs.map 71.00 B
|
|
192
|
+
ESM dist/lib/retry.mjs.map 71.00 B
|
|
325
193
|
ESM dist/types/base/base-autosuggestions-config.mjs.map 71.00 B
|
|
326
|
-
ESM dist/
|
|
327
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs.map 71.00 B
|
|
328
|
-
ESM dist/types/base/index.mjs.map 71.00 B
|
|
329
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs.map 71.00 B
|
|
330
|
-
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs.map 71.00 B
|
|
194
|
+
ESM dist/chunk-SX6NY5FW.mjs.map 2.41 KB
|
|
331
195
|
ESM dist/lib/slatejs-edits/with-partial-history.mjs.map 71.00 B
|
|
332
|
-
ESM dist/types/autosuggestions-config/index.mjs.map 71.00 B
|
|
333
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs.map 71.00 B
|
|
334
|
-
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs.map 71.00 B
|
|
335
|
-
ESM dist/types/base/autosuggestion-state.mjs.map 71.00 B
|
|
336
|
-
ESM dist/types/autosuggestions-config/insertions-api-config.mjs.map 71.00 B
|
|
337
196
|
ESM dist/types/autosuggestions-config/editing-api-config.mjs.map 71.00 B
|
|
338
|
-
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs.map 71.00 B
|
|
339
197
|
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs.map 71.00 B
|
|
198
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs.map 71.00 B
|
|
340
199
|
ESM dist/hooks/misc/use-autosize-textarea.mjs.map 71.00 B
|
|
341
|
-
ESM dist/
|
|
342
|
-
ESM dist/
|
|
343
|
-
ESM dist/
|
|
200
|
+
ESM dist/components/ui/button.mjs.map 71.00 B
|
|
201
|
+
ESM dist/components/source-search-box/source-search-box.mjs.map 71.00 B
|
|
202
|
+
ESM dist/components/manual-ui/chip-with-icon.mjs.map 937.00 B
|
|
203
|
+
ESM dist/types/base/autosuggestions-bare-function.mjs.map 71.00 B
|
|
204
|
+
ESM dist/types/base/custom-editor.mjs.map 71.00 B
|
|
344
205
|
ESM dist/types/base/editor-autocomplete-state.mjs.map 71.00 B
|
|
345
|
-
ESM dist/
|
|
346
|
-
ESM dist/
|
|
347
|
-
ESM dist/
|
|
348
|
-
ESM dist/
|
|
206
|
+
ESM dist/types/base/autosuggestion-state.mjs.map 71.00 B
|
|
207
|
+
ESM dist/types/base/index.mjs.map 71.00 B
|
|
208
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs.map 71.00 B
|
|
209
|
+
ESM dist/lib/slatejs-edits/add-autocompletions.mjs.map 71.00 B
|
|
349
210
|
ESM dist/components/ui/command.mjs.map 71.00 B
|
|
211
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs.map 71.00 B
|
|
212
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs.map 71.00 B
|
|
213
|
+
ESM dist/components/ui/card.mjs.map 3.08 KB
|
|
214
|
+
ESM dist/types/autosuggestions-config/index.mjs.map 71.00 B
|
|
215
|
+
ESM dist/components/ui/separator.mjs.map 1.22 KB
|
|
216
|
+
ESM dist/components/ui/textarea.mjs.map 1.11 KB
|
|
217
|
+
ESM dist/components/ui/label.mjs.map 71.00 B
|
|
218
|
+
ESM dist/components/ui/dialog.mjs.map 71.00 B
|
|
219
|
+
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs.map 71.00 B
|
|
350
220
|
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 71.00 B
|
|
221
|
+
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs.map 71.00 B
|
|
351
222
|
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs.map 71.00 B
|
|
352
|
-
ESM dist/components/ui/button.mjs.map 71.00 B
|
|
353
|
-
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs.map 71.00 B
|
|
354
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 71.00 B
|
|
355
|
-
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs.map 71.00 B
|
|
356
|
-
ESM dist/lib/utils.test.mjs.map 350.00 B
|
|
357
223
|
ESM dist/lib/stream-promise-flatten.mjs.map 71.00 B
|
|
358
|
-
ESM dist/components/ui/textarea.mjs.map 1.11 KB
|
|
359
|
-
ESM dist/components/source-search-box/source-search-box.mjs.map 71.00 B
|
|
360
224
|
ESM dist/components/copilot-textarea/copilot-textarea.mjs.map 71.00 B
|
|
361
|
-
ESM dist/
|
|
362
|
-
ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 71.00 B
|
|
225
|
+
ESM dist/lib/slatejs-edits/replace-text.mjs.map 71.00 B
|
|
363
226
|
ESM dist/components/base-copilot-textarea/render-element.mjs.map 71.00 B
|
|
364
|
-
ESM dist/
|
|
227
|
+
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs.map 71.00 B
|
|
365
228
|
ESM dist/types/html-copilot-textarea-element.mjs.map 71.00 B
|
|
366
|
-
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs.map 71.00 B
|
|
367
|
-
ESM dist/types/index.mjs.map 71.00 B
|
|
368
|
-
ESM dist/components/manual-ui/chip-with-icon.mjs.map 937.00 B
|
|
369
|
-
ESM dist/components/ui/card.mjs.map 3.08 KB
|
|
370
229
|
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs.map 71.00 B
|
|
371
|
-
ESM dist/
|
|
372
|
-
ESM dist/
|
|
230
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs.map 71.00 B
|
|
231
|
+
ESM dist/types/autosuggestions-config/insertions-api-config.mjs.map 71.00 B
|
|
232
|
+
ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 71.00 B
|
|
233
|
+
ESM dist/lib/utils.test.mjs.map 350.00 B
|
|
373
234
|
ESM dist/lib/utils.mjs.map 71.00 B
|
|
374
|
-
ESM
|
|
375
|
-
|
|
235
|
+
ESM dist/types/index.mjs.map 71.00 B
|
|
236
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 71.00 B
|
|
237
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs.map 71.00 B
|
|
238
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs.map 71.00 B
|
|
239
|
+
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs.map 71.00 B
|
|
240
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs.map 71.00 B
|
|
241
|
+
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs.map 71.00 B
|
|
242
|
+
ESM dist/types/base/base-copilot-textarea-props.mjs.map 71.00 B
|
|
243
|
+
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 71.00 B
|
|
244
|
+
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs.map 71.00 B
|
|
245
|
+
ESM ⚡️ Build success in 437ms
|
|
246
|
+
CJS dist/index.js 79.45 KB
|
|
247
|
+
CJS dist/index.css 18.82 KB
|
|
248
|
+
CJS dist/components/index.js 79.28 KB
|
|
249
|
+
CJS dist/components/index.css 242.00 B
|
|
250
|
+
CJS dist/context/index.js 803.00 B
|
|
251
|
+
CJS dist/lib/retry.js 1.43 KB
|
|
252
|
+
CJS dist/lib/editor-to-text.js 2.35 KB
|
|
253
|
+
CJS dist/lib/debouncer.js 2.38 KB
|
|
254
|
+
CJS dist/lib/stream-promise-flatten.js 2.26 KB
|
|
255
|
+
CJS dist/types/html-copilot-textarea-element.js 893.00 B
|
|
256
|
+
CJS dist/lib/utils.js 3.08 KB
|
|
257
|
+
CJS dist/types/index.js 10.66 KB
|
|
258
|
+
CJS dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
259
|
+
CJS dist/lib/get-text-around-cursor.js 4.09 KB
|
|
260
|
+
CJS dist/components/base-copilot-textarea/render-placeholder.js 2.84 KB
|
|
261
|
+
CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js 4.02 KB
|
|
262
|
+
CJS dist/components/base-copilot-textarea/render-element.js 2.94 KB
|
|
263
|
+
CJS dist/hooks/index.js 797.00 B
|
|
264
|
+
CJS dist/components/base-copilot-textarea/use-add-branding-css.js 3.19 KB
|
|
265
|
+
CJS dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
266
|
+
CJS dist/lib/utils.test.js 182.00 B
|
|
267
|
+
CJS dist/components/base-copilot-textarea/base-copilot-textarea.js 63.54 KB
|
|
268
|
+
CJS dist/components/ui/command.js 12.52 KB
|
|
269
|
+
CJS dist/components/hovering-toolbar/hovering-toolbar.js 33.65 KB
|
|
270
|
+
CJS dist/components/hovering-toolbar/hovering-toolbar-components.js 5.54 KB
|
|
271
|
+
CJS dist/components/manual-ui/chip-with-icon.js 1.73 KB
|
|
272
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js 6.35 KB
|
|
273
|
+
CJS dist/components/source-search-box/source-search-box.js 9.53 KB
|
|
274
|
+
CJS dist/components/ui/textarea.js 3.76 KB
|
|
275
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js 6.34 KB
|
|
276
|
+
CJS dist/components/ui/label.js 3.75 KB
|
|
277
|
+
CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js 4.95 KB
|
|
278
|
+
CJS dist/lib/slatejs-edits/add-autocompletions.js 1.63 KB
|
|
279
|
+
CJS dist/hooks/misc/use-autosize-textarea.js 1.48 KB
|
|
280
|
+
CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js 6.74 KB
|
|
281
|
+
CJS dist/lib/slatejs-edits/replace-text.js 1.61 KB
|
|
282
|
+
CJS dist/components/ui/button.js 4.82 KB
|
|
283
|
+
CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js 949.00 B
|
|
284
|
+
CJS dist/types/autosuggestions-config/autosuggestions-config.js 10.65 KB
|
|
285
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js 6.04 KB
|
|
286
|
+
CJS dist/components/ui/dialog.js 7.84 KB
|
|
287
|
+
CJS dist/types/base/autosuggestion-state.js 862.00 B
|
|
288
|
+
CJS dist/components/hovering-toolbar/hovering-editor-provider.js 1.85 KB
|
|
289
|
+
CJS dist/types/autosuggestions-config/editing-api-config.js 3.69 KB
|
|
290
|
+
CJS dist/types/base/autosuggestions-bare-function.js 898.00 B
|
|
291
|
+
CJS dist/types/autosuggestions-config/suggestions-api-config.js 3.71 KB
|
|
292
|
+
CJS dist/types/base/base-autosuggestions-config.js 1.99 KB
|
|
293
|
+
CJS dist/lib/slatejs-edits/clear-autocompletions.js 1.71 KB
|
|
294
|
+
CJS dist/types/base/base-copilot-textarea-props.js 891.00 B
|
|
295
|
+
CJS dist/types/autosuggestions-config/insertions-api-config.js 4.11 KB
|
|
296
|
+
CJS dist/types/base/editor-autocomplete-state.js 1.92 KB
|
|
297
|
+
CJS dist/types/base/custom-editor.js 835.00 B
|
|
298
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js 25.28 KB
|
|
299
|
+
CJS dist/types/autosuggestions-config/index.js 10.62 KB
|
|
300
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js 25.22 KB
|
|
301
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js 5.48 KB
|
|
302
|
+
CJS dist/lib/slatejs-edits/with-partial-history.js 4.30 KB
|
|
303
|
+
CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js 881.00 B
|
|
304
|
+
CJS dist/components/ui/separator.js 3.82 KB
|
|
305
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js 24.50 KB
|
|
306
|
+
CJS dist/types/base/index.js 1.93 KB
|
|
307
|
+
CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js 906.00 B
|
|
308
|
+
CJS dist/components/ui/card.js 5.36 KB
|
|
309
|
+
CJS dist/components/copilot-textarea/copilot-textarea.js 79.21 KB
|
|
310
|
+
CJS dist/index.js.map 142.85 KB
|
|
311
|
+
CJS dist/components/index.js.map 143.05 KB
|
|
312
|
+
CJS dist/components/index.css.map 429.00 B
|
|
313
|
+
CJS dist/context/index.js.map 139.00 B
|
|
314
|
+
CJS dist/lib/editor-to-text.js.map 2.86 KB
|
|
315
|
+
CJS dist/types/html-copilot-textarea-element.js.map 280.00 B
|
|
316
|
+
CJS dist/lib/debouncer.js.map 1.68 KB
|
|
317
|
+
CJS dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
|
|
318
|
+
CJS dist/types/index.js.map 18.56 KB
|
|
319
|
+
CJS dist/lib/utils.js.map 2.53 KB
|
|
320
|
+
CJS dist/lib/stream-promise-flatten.js.map 1.45 KB
|
|
321
|
+
CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js.map 5.80 KB
|
|
322
|
+
CJS dist/lib/get-text-around-cursor.js.map 5.75 KB
|
|
323
|
+
CJS dist/lib/retry.js.map 1018.00 B
|
|
324
|
+
CJS dist/hooks/index.js.map 137.00 B
|
|
325
|
+
CJS dist/components/base-copilot-textarea/render-element.js.map 1.75 KB
|
|
326
|
+
CJS dist/lib/utils.test.js.map 352.00 B
|
|
327
|
+
CJS dist/components/base-copilot-textarea/use-add-branding-css.js.map 3.50 KB
|
|
328
|
+
CJS dist/components/base-copilot-textarea/base-copilot-textarea.js.map 113.36 KB
|
|
329
|
+
CJS dist/components/ui/command.js.map 14.39 KB
|
|
330
|
+
CJS dist/components/hovering-toolbar/hovering-toolbar.js.map 53.86 KB
|
|
331
|
+
CJS dist/components/hovering-toolbar/hovering-toolbar-components.js.map 3.68 KB
|
|
332
|
+
CJS dist/components/manual-ui/chip-with-icon.js.map 969.00 B
|
|
333
|
+
CJS dist/components/base-copilot-textarea/render-placeholder.js.map 1020.00 B
|
|
334
|
+
CJS dist/components/ui/label.js.map 2.87 KB
|
|
335
|
+
CJS dist/components/source-search-box/source-search-box.js.map 13.07 KB
|
|
336
|
+
CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map 5.49 KB
|
|
337
|
+
CJS dist/lib/slatejs-edits/add-autocompletions.js.map 1.08 KB
|
|
338
|
+
CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map 8.60 KB
|
|
339
|
+
CJS dist/hooks/misc/use-autosize-textarea.js.map 1.17 KB
|
|
340
|
+
CJS dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
|
|
341
|
+
CJS dist/index.css.map 29.12 KB
|
|
342
|
+
CJS dist/components/ui/button.js.map 4.34 KB
|
|
343
|
+
CJS dist/types/autosuggestions-config/autosuggestions-config.js.map 18.42 KB
|
|
344
|
+
CJS dist/lib/slatejs-edits/replace-text.js.map 1.17 KB
|
|
345
|
+
CJS dist/components/ui/dialog.js.map 7.46 KB
|
|
346
|
+
CJS dist/components/hovering-toolbar/hovering-editor-provider.js.map 1.40 KB
|
|
347
|
+
CJS dist/types/base/autosuggestion-state.js.map 269.00 B
|
|
348
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js.map 10.46 KB
|
|
349
|
+
CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js.map 1.16 KB
|
|
350
|
+
CJS dist/types/base/autosuggestions-bare-function.js.map 1.01 KB
|
|
351
|
+
CJS dist/types/autosuggestions-config/editing-api-config.js.map 3.96 KB
|
|
352
|
+
CJS dist/types/base/base-autosuggestions-config.js.map 5.34 KB
|
|
353
|
+
CJS dist/types/autosuggestions-config/suggestions-api-config.js.map 3.63 KB
|
|
354
|
+
CJS dist/lib/slatejs-edits/clear-autocompletions.js.map 1.14 KB
|
|
355
|
+
CJS dist/types/base/base-copilot-textarea-props.js.map 2.29 KB
|
|
356
|
+
CJS dist/types/base/editor-autocomplete-state.js.map 2.64 KB
|
|
357
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map 38.20 KB
|
|
358
|
+
CJS dist/types/base/custom-editor.js.map 886.00 B
|
|
359
|
+
CJS dist/types/autosuggestions-config/insertions-api-config.js.map 4.22 KB
|
|
360
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map 38.43 KB
|
|
361
|
+
CJS dist/types/autosuggestions-config/index.js.map 19.08 KB
|
|
362
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js.map 5.28 KB
|
|
363
|
+
CJS dist/lib/slatejs-edits/with-partial-history.js.map 6.16 KB
|
|
364
|
+
CJS dist/components/ui/separator.js.map 2.98 KB
|
|
365
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map 36.79 KB
|
|
366
|
+
CJS dist/types/base/index.js.map 5.72 KB
|
|
367
|
+
CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js.map 283.00 B
|
|
368
|
+
CJS dist/components/ui/textarea.js.map 2.87 KB
|
|
369
|
+
CJS dist/components/ui/card.js.map 4.86 KB
|
|
370
|
+
CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js.map 268.00 B
|
|
371
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js.map 9.92 KB
|
|
372
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js.map 10.30 KB
|
|
373
|
+
CJS dist/components/copilot-textarea/copilot-textarea.js.map 142.88 KB
|
|
374
|
+
CJS ⚡️ Build success in 452ms
|
|
375
|
+
DTS ⚡️ Build success in 9705ms
|
|
376
376
|
DTS dist/index.d.ts 1.34 KB
|
|
377
377
|
DTS dist/components/base-copilot-textarea/base-copilot-textarea.d.ts 1.62 KB
|
|
378
378
|
DTS dist/components/copilot-textarea/copilot-textarea.d.ts 1.36 KB
|
|
@@ -387,8 +387,8 @@ DTS dist/types/autosuggestions-config/autosuggestions-config-user-specified.d.ts
|
|
|
387
387
|
DTS dist/types/autosuggestions-config/suggestions-api-config.d.ts 682.00 B
|
|
388
388
|
DTS dist/types/autosuggestions-config/insertions-api-config.d.ts 673.00 B
|
|
389
389
|
DTS dist/types/autosuggestions-config/editing-api-config.d.ts 646.00 B
|
|
390
|
-
DTS dist/context/index.d.ts 12.00 B
|
|
391
390
|
DTS dist/components/index.d.ts 954.00 B
|
|
391
|
+
DTS dist/context/index.d.ts 12.00 B
|
|
392
392
|
DTS dist/hooks/index.d.ts 12.00 B
|
|
393
393
|
DTS dist/lib/debouncer.d.ts 372.00 B
|
|
394
394
|
DTS dist/lib/editor-to-text.d.ts 243.00 B
|
|
@@ -415,13 +415,13 @@ DTS dist/components/ui/dialog.d.ts
|
|
|
415
415
|
DTS dist/components/ui/label.d.ts 526.00 B
|
|
416
416
|
DTS dist/components/ui/separator.d.ts 303.00 B
|
|
417
417
|
DTS dist/components/ui/textarea.d.ts 271.00 B
|
|
418
|
-
DTS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.d.ts 1.70 KB
|
|
419
|
-
DTS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.d.ts 1.86 KB
|
|
420
418
|
DTS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.d.ts 983.00 B
|
|
421
419
|
DTS dist/types/base/autosuggestion-state.d.ts 143.00 B
|
|
422
420
|
DTS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.d.ts 226.00 B
|
|
423
421
|
DTS dist/types/base/custom-editor.d.ts 801.00 B
|
|
424
422
|
DTS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.d.ts 326.00 B
|
|
423
|
+
DTS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.d.ts 1.70 KB
|
|
424
|
+
DTS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.d.ts 1.86 KB
|
|
425
425
|
DTS dist/hooks/misc/use-autosize-textarea.d.ts 185.00 B
|
|
426
426
|
DTS dist/lib/slatejs-edits/add-autocompletions.d.ts 302.00 B
|
|
427
427
|
DTS dist/lib/slatejs-edits/clear-autocompletions.d.ts 250.00 B
|