@copilotkit/react-textarea 0.28.0-alpha.9 → 0.29.0-alpha.0
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 +232 -228
- package/CHANGELOG.md +45 -0
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
Debugger attached.
|
|
1
2
|
|
|
2
|
-
> @copilotkit/react-textarea@0.28.0
|
|
3
|
+
> @copilotkit/react-textarea@0.28.0 build /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-textarea
|
|
3
4
|
> tsup --clean
|
|
4
5
|
|
|
6
|
+
Debugger attached.
|
|
5
7
|
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
8
|
CLI Using tsconfig: tsconfig.json
|
|
7
9
|
CLI tsup v6.7.0
|
|
@@ -18,361 +20,361 @@ warn - The `purge`/`content` options have changed in Tailwind CSS v3.0.
|
|
|
18
20
|
warn - Update your configuration file to eliminate this warning.
|
|
19
21
|
warn - https://tailwindcss.com/docs/upgrade-guide#configure-content-sources
|
|
20
22
|
DTS Build start
|
|
21
|
-
CJS dist/
|
|
23
|
+
CJS dist/index.css 18.82 KB
|
|
22
24
|
CJS dist/index.js 79.21 KB
|
|
23
|
-
CJS dist/types/html-copilot-textarea-element.js 893.00 B
|
|
24
|
-
CJS dist/components/base-copilot-textarea/base-copilot-textarea.js 63.30 KB
|
|
25
|
-
CJS dist/components/copilot-textarea/copilot-textarea.js 78.97 KB
|
|
26
|
-
CJS dist/components/hovering-toolbar/hovering-editor-provider.js 1.85 KB
|
|
27
25
|
CJS dist/context/index.js 803.00 B
|
|
28
|
-
CJS dist/components/
|
|
29
|
-
CJS dist/components/ui/button.js 4.82 KB
|
|
26
|
+
CJS dist/components/index.css 242.00 B
|
|
30
27
|
CJS dist/hooks/index.js 797.00 B
|
|
31
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js 6.34 KB
|
|
32
|
-
CJS dist/lib/slatejs-edits/add-autocompletions.js 1.63 KB
|
|
33
|
-
CJS dist/components/source-search-box/source-search-box.js 9.53 KB
|
|
34
|
-
CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js 6.74 KB
|
|
35
|
-
CJS dist/hooks/misc/use-autosize-textarea.js 1.48 KB
|
|
36
|
-
CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js 949.00 B
|
|
37
|
-
CJS dist/types/base/autosuggestion-state.js 862.00 B
|
|
38
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js 23.98 KB
|
|
39
|
-
CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js 906.00 B
|
|
40
28
|
CJS dist/lib/editor-to-text.js 2.35 KB
|
|
41
|
-
CJS dist/index.
|
|
42
|
-
CJS dist/lib/
|
|
29
|
+
CJS dist/components/index.js 79.03 KB
|
|
30
|
+
CJS dist/lib/retry.js 1.43 KB
|
|
43
31
|
CJS dist/lib/get-text-around-cursor.js 4.09 KB
|
|
44
32
|
CJS dist/lib/utils.test.js 182.00 B
|
|
45
|
-
CJS dist/
|
|
46
|
-
CJS dist/
|
|
33
|
+
CJS dist/types/html-copilot-textarea-element.js 893.00 B
|
|
34
|
+
CJS dist/lib/utils.js 3.08 KB
|
|
35
|
+
CJS dist/types/index.js 10.64 KB
|
|
36
|
+
CJS dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
37
|
+
CJS dist/components/base-copilot-textarea/base-copilot-textarea.js 63.30 KB
|
|
47
38
|
CJS dist/components/base-copilot-textarea/render-element.js 2.94 KB
|
|
48
|
-
CJS dist/components/base-copilot-textarea/use-add-branding-css.js 3.19 KB
|
|
49
39
|
CJS dist/components/base-copilot-textarea/render-placeholder.js 2.84 KB
|
|
50
|
-
CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js 4.02 KB
|
|
51
40
|
CJS dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
52
|
-
CJS dist/components/base-copilot-textarea/
|
|
53
|
-
CJS dist/
|
|
54
|
-
CJS dist/
|
|
41
|
+
CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js 4.02 KB
|
|
42
|
+
CJS dist/components/copilot-textarea/copilot-textarea.js 78.97 KB
|
|
43
|
+
CJS dist/lib/debouncer.js 2.38 KB
|
|
44
|
+
CJS dist/components/base-copilot-textarea/use-add-branding-css.js 3.19 KB
|
|
45
|
+
CJS dist/components/hovering-toolbar/hovering-editor-provider.js 1.85 KB
|
|
55
46
|
CJS dist/components/hovering-toolbar/hovering-toolbar-components.js 5.54 KB
|
|
56
|
-
CJS dist/
|
|
47
|
+
CJS dist/components/manual-ui/chip-with-icon.js 1.73 KB
|
|
48
|
+
CJS dist/components/source-search-box/source-search-box.js 9.53 KB
|
|
49
|
+
CJS dist/components/hovering-toolbar/hovering-toolbar.js 33.48 KB
|
|
50
|
+
CJS dist/lib/stream-promise-flatten.js 2.26 KB
|
|
51
|
+
CJS dist/components/ui/card.js 5.36 KB
|
|
52
|
+
CJS dist/components/ui/button.js 4.82 KB
|
|
57
53
|
CJS dist/components/ui/command.js 12.52 KB
|
|
58
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js 6.35 KB
|
|
59
54
|
CJS dist/components/ui/label.js 3.75 KB
|
|
60
55
|
CJS dist/components/ui/separator.js 3.82 KB
|
|
61
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js 6.04 KB
|
|
62
56
|
CJS dist/components/ui/dialog.js 7.84 KB
|
|
63
|
-
CJS dist/
|
|
64
|
-
CJS dist/
|
|
57
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js 6.35 KB
|
|
58
|
+
CJS dist/components/ui/textarea.js 3.76 KB
|
|
65
59
|
CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js 4.95 KB
|
|
60
|
+
CJS dist/lib/slatejs-edits/with-partial-history.js 4.30 KB
|
|
66
61
|
CJS dist/types/autosuggestions-config/autosuggestions-config.js 10.64 KB
|
|
62
|
+
CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js 6.74 KB
|
|
63
|
+
CJS dist/hooks/misc/use-autosize-textarea.js 1.48 KB
|
|
64
|
+
CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js 949.00 B
|
|
67
65
|
CJS dist/types/autosuggestions-config/index.js 10.60 KB
|
|
68
|
-
CJS dist/
|
|
69
|
-
CJS dist/types/
|
|
66
|
+
CJS dist/types/autosuggestions-config/editing-api-config.js 3.69 KB
|
|
67
|
+
CJS dist/types/autosuggestions-config/insertions-api-config.js 4.11 KB
|
|
70
68
|
CJS dist/types/autosuggestions-config/suggestions-api-config.js 3.71 KB
|
|
69
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js 6.34 KB
|
|
70
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js 6.04 KB
|
|
71
|
+
CJS dist/lib/slatejs-edits/clear-autocompletions.js 1.71 KB
|
|
72
|
+
CJS dist/lib/slatejs-edits/replace-text.js 1.61 KB
|
|
73
|
+
CJS dist/lib/slatejs-edits/add-autocompletions.js 1.63 KB
|
|
71
74
|
CJS dist/types/base/base-copilot-textarea-props.js 891.00 B
|
|
72
|
-
CJS dist/components/ui/textarea.js 3.76 KB
|
|
73
75
|
CJS dist/types/base/custom-editor.js 835.00 B
|
|
74
|
-
CJS dist/types/base/editor-autocomplete-state.js 1.92 KB
|
|
75
76
|
CJS dist/types/base/index.js 1.92 KB
|
|
76
|
-
CJS dist/
|
|
77
|
-
CJS dist/types/autosuggestions-
|
|
78
|
-
CJS dist/types/
|
|
77
|
+
CJS dist/types/base/editor-autocomplete-state.js 1.92 KB
|
|
78
|
+
CJS dist/types/base/autosuggestions-bare-function.js 898.00 B
|
|
79
|
+
CJS dist/types/base/base-autosuggestions-config.js 1.98 KB
|
|
79
80
|
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js 24.70 KB
|
|
80
81
|
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js 24.76 KB
|
|
81
|
-
CJS dist/types/index.js 10.64 KB
|
|
82
82
|
CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js 881.00 B
|
|
83
|
-
CJS dist/
|
|
84
|
-
CJS dist/
|
|
83
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js 23.98 KB
|
|
84
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js 5.48 KB
|
|
85
|
+
CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js 906.00 B
|
|
86
|
+
CJS dist/types/base/autosuggestion-state.js 862.00 B
|
|
87
|
+
CJS dist/index.css.map 29.12 KB
|
|
88
|
+
CJS dist/context/index.js.map 139.00 B
|
|
89
|
+
CJS dist/components/index.css.map 429.00 B
|
|
90
|
+
CJS dist/index.js.map 142.33 KB
|
|
85
91
|
CJS dist/components/index.js.map 142.53 KB
|
|
92
|
+
CJS dist/lib/editor-to-text.js.map 2.86 KB
|
|
93
|
+
CJS dist/lib/utils.test.js.map 352.00 B
|
|
94
|
+
CJS dist/lib/get-text-around-cursor.js.map 5.75 KB
|
|
86
95
|
CJS dist/types/html-copilot-textarea-element.js.map 280.00 B
|
|
96
|
+
CJS dist/lib/retry.js.map 1018.00 B
|
|
97
|
+
CJS dist/lib/utils.js.map 2.53 KB
|
|
98
|
+
CJS dist/types/index.js.map 18.50 KB
|
|
99
|
+
CJS dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
|
|
100
|
+
CJS dist/hooks/index.js.map 137.00 B
|
|
87
101
|
CJS dist/components/base-copilot-textarea/base-copilot-textarea.js.map 112.84 KB
|
|
88
|
-
CJS dist/
|
|
102
|
+
CJS dist/components/base-copilot-textarea/render-element.js.map 1.75 KB
|
|
103
|
+
CJS dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
|
|
104
|
+
CJS dist/components/base-copilot-textarea/render-placeholder.js.map 1020.00 B
|
|
89
105
|
CJS dist/components/copilot-textarea/copilot-textarea.js.map 142.36 KB
|
|
90
|
-
CJS dist/
|
|
106
|
+
CJS dist/lib/debouncer.js.map 1.66 KB
|
|
107
|
+
CJS dist/components/base-copilot-textarea/use-add-branding-css.js.map 3.50 KB
|
|
108
|
+
CJS dist/components/hovering-toolbar/hovering-toolbar-components.js.map 3.68 KB
|
|
91
109
|
CJS dist/components/hovering-toolbar/hovering-editor-provider.js.map 1.40 KB
|
|
92
|
-
CJS dist/hooks/index.js.map 137.00 B
|
|
93
|
-
CJS dist/components/ui/button.js.map 4.34 KB
|
|
94
|
-
CJS dist/lib/slatejs-edits/add-autocompletions.js.map 1.08 KB
|
|
95
|
-
CJS dist/components/source-search-box/source-search-box.js.map 13.07 KB
|
|
96
|
-
CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map 8.60 KB
|
|
97
|
-
CJS dist/hooks/misc/use-autosize-textarea.js.map 1.17 KB
|
|
98
|
-
CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js.map 1.16 KB
|
|
99
|
-
CJS dist/types/base/autosuggestion-state.js.map 269.00 B
|
|
100
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map 35.25 KB
|
|
101
|
-
CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js.map 283.00 B
|
|
102
|
-
CJS dist/lib/editor-to-text.js.map 2.86 KB
|
|
103
110
|
CJS dist/components/manual-ui/chip-with-icon.js.map 969.00 B
|
|
104
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js.map 10.28 KB
|
|
105
|
-
CJS dist/index.css.map 29.12 KB
|
|
106
|
-
CJS dist/lib/debouncer.js.map 1.66 KB
|
|
107
|
-
CJS dist/lib/get-text-around-cursor.js.map 5.75 KB
|
|
108
|
-
CJS dist/lib/utils.test.js.map 352.00 B
|
|
109
111
|
CJS dist/lib/stream-promise-flatten.js.map 1.45 KB
|
|
110
|
-
CJS dist/components/base-copilot-textarea/render-element.js.map 1.75 KB
|
|
111
112
|
CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js.map 5.80 KB
|
|
112
|
-
CJS dist/components/
|
|
113
|
-
CJS dist/components/
|
|
114
|
-
CJS dist/
|
|
115
|
-
CJS dist/components/hovering-toolbar/hovering-toolbar-components.js.map 3.68 KB
|
|
116
|
-
CJS dist/lib/retry.js.map 1018.00 B
|
|
117
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js.map 9.92 KB
|
|
113
|
+
CJS dist/components/ui/card.js.map 4.86 KB
|
|
114
|
+
CJS dist/components/hovering-toolbar/hovering-toolbar.js.map 53.52 KB
|
|
115
|
+
CJS dist/components/ui/button.js.map 4.34 KB
|
|
118
116
|
CJS dist/components/ui/command.js.map 14.39 KB
|
|
119
|
-
CJS dist/components/ui/label.js.map 2.87 KB
|
|
120
117
|
CJS dist/components/ui/separator.js.map 2.98 KB
|
|
121
118
|
CJS dist/components/ui/dialog.js.map 7.46 KB
|
|
122
|
-
CJS dist/
|
|
123
|
-
CJS dist/lib/slatejs-edits/clear-autocompletions.js.map 1.14 KB
|
|
124
|
-
CJS dist/types/autosuggestions-config/autosuggestions-config.js.map 18.36 KB
|
|
119
|
+
CJS dist/components/ui/textarea.js.map 2.87 KB
|
|
125
120
|
CJS dist/lib/slatejs-edits/with-partial-history.js.map 6.16 KB
|
|
121
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js.map 9.92 KB
|
|
122
|
+
CJS dist/types/autosuggestions-config/autosuggestions-config.js.map 18.36 KB
|
|
123
|
+
CJS dist/hooks/misc/use-autosize-textarea.js.map 1.17 KB
|
|
124
|
+
CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js.map 1.16 KB
|
|
125
|
+
CJS dist/types/autosuggestions-config/index.js.map 19.01 KB
|
|
126
|
+
CJS dist/components/source-search-box/source-search-box.js.map 13.07 KB
|
|
127
|
+
CJS dist/types/autosuggestions-config/insertions-api-config.js.map 4.22 KB
|
|
126
128
|
CJS dist/types/autosuggestions-config/suggestions-api-config.js.map 3.63 KB
|
|
127
|
-
CJS dist/
|
|
128
|
-
CJS dist/types/
|
|
129
|
+
CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map 5.49 KB
|
|
130
|
+
CJS dist/types/autosuggestions-config/editing-api-config.js.map 3.96 KB
|
|
131
|
+
CJS dist/lib/slatejs-edits/add-autocompletions.js.map 1.08 KB
|
|
132
|
+
CJS dist/lib/slatejs-edits/replace-text.js.map 1.17 KB
|
|
133
|
+
CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map 8.60 KB
|
|
134
|
+
CJS dist/lib/slatejs-edits/clear-autocompletions.js.map 1.14 KB
|
|
129
135
|
CJS dist/types/base/custom-editor.js.map 886.00 B
|
|
130
|
-
CJS dist/components/ui/textarea.js.map 2.87 KB
|
|
131
|
-
CJS dist/types/base/editor-autocomplete-state.js.map 2.64 KB
|
|
132
136
|
CJS dist/types/base/index.js.map 5.66 KB
|
|
133
|
-
CJS dist/
|
|
134
|
-
CJS dist/types/
|
|
135
|
-
CJS dist/types/autosuggestions-config/index.js.map 19.01 KB
|
|
136
|
-
CJS dist/types/autosuggestions-config/insertions-api-config.js.map 4.22 KB
|
|
137
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map 36.89 KB
|
|
138
|
-
CJS dist/components/base-copilot-textarea/render-placeholder.js.map 1020.00 B
|
|
139
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map 36.66 KB
|
|
137
|
+
CJS dist/types/base/autosuggestions-bare-function.js.map 1.01 KB
|
|
138
|
+
CJS dist/types/base/base-autosuggestions-config.js.map 5.28 KB
|
|
140
139
|
CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js.map 268.00 B
|
|
141
|
-
CJS dist/
|
|
142
|
-
CJS dist/
|
|
143
|
-
CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map 5.49 KB
|
|
140
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map 36.66 KB
|
|
141
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map 36.89 KB
|
|
144
142
|
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js.map 5.28 KB
|
|
145
|
-
CJS dist/
|
|
146
|
-
CJS dist/
|
|
147
|
-
CJS dist/
|
|
148
|
-
CJS dist/
|
|
149
|
-
CJS
|
|
150
|
-
|
|
143
|
+
CJS dist/types/base/editor-autocomplete-state.js.map 2.64 KB
|
|
144
|
+
CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js.map 283.00 B
|
|
145
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js.map 10.46 KB
|
|
146
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js.map 10.28 KB
|
|
147
|
+
CJS dist/types/base/base-copilot-textarea-props.js.map 2.27 KB
|
|
148
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map 35.25 KB
|
|
149
|
+
CJS dist/types/base/autosuggestion-state.js.map 269.00 B
|
|
150
|
+
CJS dist/components/ui/label.js.map 2.87 KB
|
|
151
|
+
CJS ⚡️ Build success in 1929ms
|
|
152
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs 308.00 B
|
|
151
153
|
ESM dist/types/base/autosuggestions-bare-function.mjs 58.00 B
|
|
154
|
+
ESM dist/types/base/base-autosuggestions-config.mjs 217.00 B
|
|
155
|
+
ESM dist/types/base/base-copilot-textarea-props.mjs 56.00 B
|
|
156
|
+
ESM dist/types/base/custom-editor.mjs 42.00 B
|
|
152
157
|
ESM dist/types/base/index.mjs 230.00 B
|
|
153
158
|
ESM dist/types/base/editor-autocomplete-state.mjs 238.00 B
|
|
154
|
-
ESM dist/types/base/base-copilot-textarea-props.mjs 56.00 B
|
|
155
159
|
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 568.00 B
|
|
156
160
|
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs 593.00 B
|
|
157
161
|
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs 66.00 B
|
|
158
|
-
ESM dist/
|
|
159
|
-
ESM dist/types/autosuggestions-config/
|
|
160
|
-
ESM dist/types/base/autosuggestion-state.mjs 49.00 B
|
|
161
|
-
ESM dist/types/autosuggestions-config/editing-api-config.mjs 324.00 B
|
|
162
|
+
ESM dist/lib/slatejs-edits/with-partial-history.mjs 224.00 B
|
|
163
|
+
ESM dist/types/autosuggestions-config/index.mjs 397.00 B
|
|
162
164
|
ESM dist/types/autosuggestions-config/insertions-api-config.mjs 345.00 B
|
|
163
|
-
ESM dist/types/
|
|
165
|
+
ESM dist/types/base/autosuggestion-state.mjs 49.00 B
|
|
164
166
|
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs 236.00 B
|
|
167
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs 279.00 B
|
|
165
168
|
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs 277.00 B
|
|
166
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs 287.00 B
|
|
167
|
-
ESM dist/types/base/custom-editor.mjs 42.00 B
|
|
168
|
-
ESM dist/hooks/misc/use-autosize-textarea.mjs 216.00 B
|
|
169
169
|
ESM dist/lib/slatejs-edits/add-autocompletions.mjs 197.00 B
|
|
170
|
+
ESM dist/hooks/misc/use-autosize-textarea.mjs 216.00 B
|
|
170
171
|
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs 207.00 B
|
|
171
|
-
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs 53.00 B
|
|
172
172
|
ESM dist/lib/slatejs-edits/replace-text.mjs 172.00 B
|
|
173
173
|
ESM dist/components/ui/button.mjs 215.00 B
|
|
174
174
|
ESM dist/components/ui/card.mjs 2.21 KB
|
|
175
|
-
ESM dist/
|
|
175
|
+
ESM dist/components/ui/command.mjs 499.00 B
|
|
176
176
|
ESM dist/components/ui/dialog.mjs 397.00 B
|
|
177
|
+
ESM dist/components/ui/label.mjs 190.00 B
|
|
177
178
|
ESM dist/components/ui/separator.mjs 935.00 B
|
|
178
179
|
ESM dist/components/ui/textarea.mjs 886.00 B
|
|
179
|
-
ESM dist/components/ui/label.mjs 190.00 B
|
|
180
180
|
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 286.00 B
|
|
181
181
|
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs 282.00 B
|
|
182
|
-
ESM dist/components/copilot-textarea/copilot-textarea.mjs 1.57 KB
|
|
183
182
|
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs 180.00 B
|
|
183
|
+
ESM dist/components/copilot-textarea/copilot-textarea.mjs 1.57 KB
|
|
184
|
+
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs 250.00 B
|
|
185
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs 287.00 B
|
|
184
186
|
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs 239.00 B
|
|
185
|
-
ESM dist/components/ui/command.mjs 499.00 B
|
|
186
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs 308.00 B
|
|
187
|
-
ESM dist/components/source-search-box/source-search-box.mjs 294.00 B
|
|
188
|
-
ESM dist/components/manual-ui/chip-with-icon.mjs 690.00 B
|
|
189
187
|
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 697.00 B
|
|
190
|
-
ESM dist/components/
|
|
191
|
-
ESM dist/
|
|
188
|
+
ESM dist/components/manual-ui/chip-with-icon.mjs 690.00 B
|
|
189
|
+
ESM dist/components/source-search-box/source-search-box.mjs 294.00 B
|
|
192
190
|
ESM dist/lib/stream-promise-flatten.mjs 182.00 B
|
|
193
|
-
ESM dist/types/index.mjs 517.00 B
|
|
194
|
-
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs 1.27 KB
|
|
195
191
|
ESM dist/lib/utils.test.mjs 168.00 B
|
|
196
|
-
ESM dist/
|
|
197
|
-
ESM dist/
|
|
192
|
+
ESM dist/lib/utils.mjs 305.00 B
|
|
193
|
+
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs 352.00 B
|
|
194
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs 379.00 B
|
|
195
|
+
ESM dist/types/html-copilot-textarea-element.mjs 90.00 B
|
|
196
|
+
ESM dist/types/autosuggestions-config/editing-api-config.mjs 324.00 B
|
|
197
|
+
ESM dist/types/index.mjs 517.00 B
|
|
198
198
|
ESM dist/components/base-copilot-textarea/render-element.mjs 190.00 B
|
|
199
199
|
ESM dist/index.mjs 1.74 KB
|
|
200
|
-
ESM dist/types/
|
|
201
|
-
ESM dist/components/index.mjs 1.52 KB
|
|
200
|
+
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 47.00 B
|
|
202
201
|
ESM dist/chunk-WADHCMPK.mjs 43.00 B
|
|
203
|
-
ESM dist/chunk-RT4UTBH3.mjs 2.09 KB
|
|
204
202
|
ESM dist/chunk-DE5K76I2.mjs 43.00 B
|
|
205
|
-
ESM dist/
|
|
206
|
-
ESM dist/
|
|
207
|
-
ESM dist/chunk-QCPS6IYI.mjs 3.85 KB
|
|
203
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs 1.27 KB
|
|
204
|
+
ESM dist/components/base-copilot-textarea/render-placeholder.mjs 202.00 B
|
|
208
205
|
ESM dist/chunk-MMVDU6DF.mjs 43.00 B
|
|
206
|
+
ESM dist/chunk-SNQEBH5I.mjs 1.88 KB
|
|
207
|
+
ESM dist/chunk-RUV6NBIF.mjs 43.00 B
|
|
209
208
|
ESM dist/chunk-4OJ3H65F.mjs 2.50 KB
|
|
209
|
+
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs 53.00 B
|
|
210
|
+
ESM dist/chunk-QCPS6IYI.mjs 3.85 KB
|
|
211
|
+
ESM dist/chunk-RT4UTBH3.mjs 2.09 KB
|
|
212
|
+
ESM dist/chunk-AZHILHKM.mjs 919.00 B
|
|
213
|
+
ESM dist/components/index.mjs 1.52 KB
|
|
210
214
|
ESM dist/chunk-RKQ6RTZM.mjs 2.89 KB
|
|
211
215
|
ESM dist/chunk-KDVMG3XF.mjs 2.48 KB
|
|
212
|
-
ESM dist/chunk-4NHVQZ67.mjs 3.05 KB
|
|
213
|
-
ESM dist/chunk-B6TKVDDY.mjs 8.50 KB
|
|
214
|
-
ESM dist/chunk-DRV2FOHZ.mjs 2.06 KB
|
|
215
|
-
ESM dist/chunk-GQN2HYFJ.mjs 625.00 B
|
|
216
|
-
ESM dist/chunk-5UNJXFUO.mjs 563.00 B
|
|
217
|
-
ESM dist/chunk-LQ2OWQU7.mjs 1.41 KB
|
|
218
|
-
ESM dist/chunk-JJLQVT7S.mjs 468.00 B
|
|
219
|
-
ESM dist/chunk-72P3KOHZ.mjs 3.14 KB
|
|
220
216
|
ESM dist/chunk-VPEH6V7T.mjs 2.63 KB
|
|
221
|
-
ESM dist/
|
|
222
|
-
ESM dist/chunk-L7VVZH4Q.mjs 43.00 B
|
|
217
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs 607.00 B
|
|
223
218
|
ESM dist/chunk-2C7O2EVM.mjs 564.00 B
|
|
224
|
-
ESM dist/chunk-
|
|
219
|
+
ESM dist/chunk-72P3KOHZ.mjs 3.14 KB
|
|
225
220
|
ESM dist/chunk-7LSRNPNI.mjs 2.13 KB
|
|
221
|
+
ESM dist/chunk-LQ2OWQU7.mjs 1.41 KB
|
|
222
|
+
ESM dist/chunk-GQN2HYFJ.mjs 625.00 B
|
|
223
|
+
ESM dist/chunk-DRV2FOHZ.mjs 2.06 KB
|
|
224
|
+
ESM dist/chunk-JJLQVT7S.mjs 468.00 B
|
|
225
|
+
ESM dist/chunk-L7VVZH4Q.mjs 43.00 B
|
|
226
|
+
ESM dist/chunk-5J3UZV77.mjs 3.82 KB
|
|
226
227
|
ESM dist/chunk-BBZ7AWOB.mjs 928.00 B
|
|
227
|
-
ESM dist/chunk-
|
|
228
|
-
ESM dist/chunk-3PQ7GSFE.mjs 544.00 B
|
|
229
|
-
ESM dist/chunk-WFTAAA7R.mjs 1.81 KB
|
|
228
|
+
ESM dist/chunk-VB4VNCIQ.mjs 8.22 KB
|
|
230
229
|
ESM dist/chunk-KFQZHRPJ.mjs 812.00 B
|
|
231
230
|
ESM dist/chunk-LYB4B6MK.mjs 672.00 B
|
|
232
231
|
ESM dist/chunk-P4QVFRLY.mjs 2.42 KB
|
|
233
|
-
ESM dist/chunk-
|
|
232
|
+
ESM dist/chunk-B6TKVDDY.mjs 8.50 KB
|
|
234
233
|
ESM dist/chunk-WTASPE2W.mjs 4.66 KB
|
|
234
|
+
ESM dist/chunk-WFTAAA7R.mjs 1.81 KB
|
|
235
|
+
ESM dist/chunk-SX6NY5FW.mjs 1.42 KB
|
|
236
|
+
ESM dist/chunk-3PQ7GSFE.mjs 544.00 B
|
|
235
237
|
ESM dist/chunk-2QDCE7PD.mjs 731.00 B
|
|
236
|
-
ESM dist/chunk-7SUZ6CXM.mjs 1.37 KB
|
|
237
|
-
ESM dist/chunk-AZHILHKM.mjs 919.00 B
|
|
238
238
|
ESM dist/chunk-WJHSY5T6.mjs 43.00 B
|
|
239
|
+
ESM dist/chunk-FJNUPSQK.mjs 2.46 KB
|
|
239
240
|
ESM dist/chunk-224UKA7C.mjs 1.13 KB
|
|
240
241
|
ESM dist/chunk-FP2EKU3L.mjs 890.00 B
|
|
241
|
-
ESM dist/context/index.mjs 66.00 B
|
|
242
|
-
ESM dist/chunk-XW3ICO4S.mjs 688.00 B
|
|
243
|
-
ESM dist/chunk-IU3WTXLQ.mjs 43.00 B
|
|
244
242
|
ESM dist/chunk-PTZVE6NC.mjs 4.29 KB
|
|
243
|
+
ESM dist/chunk-7SUZ6CXM.mjs 1.37 KB
|
|
244
|
+
ESM dist/chunk-XW3ICO4S.mjs 688.00 B
|
|
245
|
+
ESM dist/context/index.mjs 66.00 B
|
|
245
246
|
ESM dist/lib/debouncer.mjs 147.00 B
|
|
246
|
-
ESM dist/chunk-
|
|
247
|
-
ESM dist/chunk-M2DR4KVB.mjs 931.00 B
|
|
248
|
-
ESM dist/lib/editor-to-text.mjs 158.00 B
|
|
249
|
-
ESM dist/hooks/index.mjs 66.00 B
|
|
250
|
-
ESM dist/lib/get-text-around-cursor.mjs 370.00 B
|
|
251
|
-
ESM dist/chunk-T6MTDQZ7.mjs 1.31 KB
|
|
252
|
-
ESM dist/lib/retry.mjs 135.00 B
|
|
247
|
+
ESM dist/chunk-IU3WTXLQ.mjs 43.00 B
|
|
253
248
|
ESM dist/chunk-ECR45NSD.mjs 2.67 KB
|
|
249
|
+
ESM dist/lib/retry.mjs 135.00 B
|
|
254
250
|
ESM dist/chunk-KNQIEOFP.mjs 472.00 B
|
|
251
|
+
ESM dist/chunk-MRXNTQOX.mjs 1.89 KB
|
|
252
|
+
ESM dist/lib/get-text-around-cursor.mjs 370.00 B
|
|
255
253
|
ESM dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
256
|
-
ESM dist/index.css 18.82 KB
|
|
257
254
|
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
255
|
+
ESM dist/index.css 18.82 KB
|
|
256
|
+
ESM dist/lib/editor-to-text.mjs 158.00 B
|
|
257
|
+
ESM dist/hooks/index.mjs 66.00 B
|
|
258
|
+
ESM dist/chunk-M2DR4KVB.mjs 931.00 B
|
|
258
259
|
ESM dist/components/index.css 242.00 B
|
|
259
|
-
ESM dist/
|
|
260
|
-
ESM dist/
|
|
261
|
-
ESM dist/chunk-
|
|
260
|
+
ESM dist/chunk-T6MTDQZ7.mjs 1.31 KB
|
|
261
|
+
ESM dist/chunk-5UNJXFUO.mjs 563.00 B
|
|
262
|
+
ESM dist/chunk-H4VKQGVU.mjs 43.00 B
|
|
263
|
+
ESM dist/chunk-4NHVQZ67.mjs 3.05 KB
|
|
264
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs.map 71.00 B
|
|
265
|
+
ESM dist/types/base/autosuggestions-bare-function.mjs.map 71.00 B
|
|
266
|
+
ESM dist/types/base/custom-editor.mjs.map 71.00 B
|
|
262
267
|
ESM dist/types/base/index.mjs.map 71.00 B
|
|
263
|
-
ESM dist/types/base/
|
|
268
|
+
ESM dist/types/base/base-autosuggestions-config.mjs.map 71.00 B
|
|
264
269
|
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs.map 71.00 B
|
|
270
|
+
ESM dist/types/base/editor-autocomplete-state.mjs.map 71.00 B
|
|
271
|
+
ESM dist/types/autosuggestions-config/insertions-api-config.mjs.map 71.00 B
|
|
272
|
+
ESM dist/lib/slatejs-edits/with-partial-history.mjs.map 71.00 B
|
|
265
273
|
ESM dist/types/base/base-copilot-textarea-props.mjs.map 71.00 B
|
|
266
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs.map 71.00 B
|
|
267
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs.map 71.00 B
|
|
268
274
|
ESM dist/types/base/autosuggestion-state.mjs.map 71.00 B
|
|
269
|
-
ESM dist/
|
|
270
|
-
ESM dist/
|
|
271
|
-
ESM dist/types/autosuggestions-config/insertions-api-config.mjs.map 71.00 B
|
|
272
|
-
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs.map 71.00 B
|
|
273
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 71.00 B
|
|
274
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs.map 71.00 B
|
|
275
|
-
ESM dist/types/base/custom-editor.mjs.map 71.00 B
|
|
276
|
-
ESM dist/hooks/misc/use-autosize-textarea.mjs.map 71.00 B
|
|
277
|
-
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs.map 71.00 B
|
|
275
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs.map 71.00 B
|
|
276
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs.map 71.00 B
|
|
278
277
|
ESM dist/lib/slatejs-edits/add-autocompletions.mjs.map 71.00 B
|
|
278
|
+
ESM dist/hooks/misc/use-autosize-textarea.mjs.map 71.00 B
|
|
279
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs.map 71.00 B
|
|
280
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs.map 71.00 B
|
|
279
281
|
ESM dist/lib/slatejs-edits/replace-text.mjs.map 71.00 B
|
|
280
|
-
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs.map 71.00 B
|
|
281
|
-
ESM dist/components/ui/button.mjs.map 71.00 B
|
|
282
282
|
ESM dist/components/ui/card.mjs.map 3.08 KB
|
|
283
|
-
ESM dist/
|
|
283
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 71.00 B
|
|
284
|
+
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs.map 71.00 B
|
|
285
|
+
ESM dist/components/ui/dialog.mjs.map 71.00 B
|
|
284
286
|
ESM dist/components/ui/separator.mjs.map 1.22 KB
|
|
285
|
-
ESM dist/components/ui/
|
|
287
|
+
ESM dist/components/ui/label.mjs.map 71.00 B
|
|
288
|
+
ESM dist/types/autosuggestions-config/index.mjs.map 71.00 B
|
|
286
289
|
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs.map 71.00 B
|
|
287
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 71.00 B
|
|
288
290
|
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs.map 71.00 B
|
|
289
|
-
ESM dist/components/
|
|
291
|
+
ESM dist/components/copilot-textarea/copilot-textarea.mjs.map 71.00 B
|
|
292
|
+
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs.map 71.00 B
|
|
293
|
+
ESM dist/components/ui/button.mjs.map 71.00 B
|
|
294
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs.map 71.00 B
|
|
295
|
+
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs.map 71.00 B
|
|
290
296
|
ESM dist/components/source-search-box/source-search-box.mjs.map 71.00 B
|
|
291
|
-
ESM dist/
|
|
297
|
+
ESM dist/lib/stream-promise-flatten.mjs.map 71.00 B
|
|
298
|
+
ESM dist/lib/utils.test.mjs.map 350.00 B
|
|
292
299
|
ESM dist/components/ui/command.mjs.map 71.00 B
|
|
293
|
-
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs.map 71.00 B
|
|
294
300
|
ESM dist/lib/utils.mjs.map 71.00 B
|
|
301
|
+
ESM dist/components/manual-ui/chip-with-icon.mjs.map 937.00 B
|
|
302
|
+
ESM dist/components/ui/textarea.mjs.map 1.11 KB
|
|
303
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs.map 71.00 B
|
|
304
|
+
ESM dist/types/html-copilot-textarea-element.mjs.map 71.00 B
|
|
305
|
+
ESM dist/types/autosuggestions-config/editing-api-config.mjs.map 71.00 B
|
|
295
306
|
ESM dist/types/index.mjs.map 71.00 B
|
|
296
|
-
ESM dist/
|
|
297
|
-
ESM dist/
|
|
298
|
-
ESM dist/lib/utils.test.mjs.map 350.00 B
|
|
299
|
-
ESM dist/lib/stream-promise-flatten.mjs.map 71.00 B
|
|
300
|
-
ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 71.00 B
|
|
307
|
+
ESM dist/index.mjs.map 71.00 B
|
|
308
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 71.00 B
|
|
301
309
|
ESM dist/components/base-copilot-textarea/render-element.mjs.map 71.00 B
|
|
302
|
-
ESM dist/types/
|
|
303
|
-
ESM dist/components/
|
|
310
|
+
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs.map 71.00 B
|
|
311
|
+
ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 71.00 B
|
|
304
312
|
ESM dist/chunk-WADHCMPK.mjs.map 71.00 B
|
|
305
|
-
ESM dist/chunk-RT4UTBH3.mjs.map 4.52 KB
|
|
306
313
|
ESM dist/chunk-DE5K76I2.mjs.map 71.00 B
|
|
307
|
-
ESM dist/index.mjs.map 71.00 B
|
|
308
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs.map 71.00 B
|
|
309
|
-
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs.map 71.00 B
|
|
310
|
-
ESM dist/chunk-SNQEBH5I.mjs.map 3.41 KB
|
|
311
|
-
ESM dist/chunk-QCPS6IYI.mjs.map 7.62 KB
|
|
312
314
|
ESM dist/chunk-MMVDU6DF.mjs.map 71.00 B
|
|
313
|
-
ESM dist/
|
|
314
|
-
ESM dist/chunk-4OJ3H65F.mjs.map 3.91 KB
|
|
315
|
-
ESM dist/components/copilot-textarea/copilot-textarea.mjs.map 71.00 B
|
|
315
|
+
ESM dist/chunk-SNQEBH5I.mjs.map 3.41 KB
|
|
316
316
|
ESM dist/chunk-RUV6NBIF.mjs.map 71.00 B
|
|
317
|
+
ESM dist/chunk-4OJ3H65F.mjs.map 3.91 KB
|
|
318
|
+
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 71.00 B
|
|
319
|
+
ESM dist/chunk-QCPS6IYI.mjs.map 7.62 KB
|
|
320
|
+
ESM dist/chunk-RT4UTBH3.mjs.map 4.52 KB
|
|
321
|
+
ESM dist/chunk-AZHILHKM.mjs.map 1.65 KB
|
|
322
|
+
ESM dist/components/index.mjs.map 71.00 B
|
|
317
323
|
ESM dist/chunk-RKQ6RTZM.mjs.map 4.17 KB
|
|
318
|
-
ESM dist/chunk-B6TKVDDY.mjs.map 15.47 KB
|
|
319
|
-
ESM dist/chunk-DRV2FOHZ.mjs.map 3.80 KB
|
|
320
|
-
ESM dist/chunk-GQN2HYFJ.mjs.map 1.10 KB
|
|
321
|
-
ESM dist/chunk-4NHVQZ67.mjs.map 6.12 KB
|
|
322
|
-
ESM dist/chunk-5UNJXFUO.mjs.map 1.13 KB
|
|
323
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs.map 71.00 B
|
|
324
324
|
ESM dist/chunk-KDVMG3XF.mjs.map 3.57 KB
|
|
325
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs.map 71.00 B
|
|
326
|
+
ESM dist/chunk-VPEH6V7T.mjs.map 4.76 KB
|
|
327
|
+
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs.map 71.00 B
|
|
325
328
|
ESM dist/chunk-72P3KOHZ.mjs.map 6.04 KB
|
|
329
|
+
ESM dist/chunk-7LSRNPNI.mjs.map 3.46 KB
|
|
326
330
|
ESM dist/chunk-LQ2OWQU7.mjs.map 3.00 KB
|
|
327
|
-
ESM dist/
|
|
328
|
-
ESM dist/
|
|
329
|
-
ESM dist/chunk-
|
|
331
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs.map 71.00 B
|
|
332
|
+
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs.map 71.00 B
|
|
333
|
+
ESM dist/chunk-DRV2FOHZ.mjs.map 3.80 KB
|
|
330
334
|
ESM dist/chunk-L7VVZH4Q.mjs.map 71.00 B
|
|
335
|
+
ESM dist/chunk-JJLQVT7S.mjs.map 882.00 B
|
|
336
|
+
ESM dist/chunk-5J3UZV77.mjs.map 6.93 KB
|
|
337
|
+
ESM dist/chunk-BBZ7AWOB.mjs.map 1.45 KB
|
|
331
338
|
ESM dist/chunk-VB4VNCIQ.mjs.map 13.72 KB
|
|
332
|
-
ESM dist/chunk-
|
|
333
|
-
ESM dist/chunk-
|
|
339
|
+
ESM dist/chunk-KFQZHRPJ.mjs.map 1.11 KB
|
|
340
|
+
ESM dist/chunk-P4QVFRLY.mjs.map 3.55 KB
|
|
341
|
+
ESM dist/chunk-B6TKVDDY.mjs.map 15.47 KB
|
|
342
|
+
ESM dist/chunk-WTASPE2W.mjs.map 6.89 KB
|
|
334
343
|
ESM dist/chunk-WFTAAA7R.mjs.map 2.57 KB
|
|
335
|
-
ESM dist/chunk-BBZ7AWOB.mjs.map 1.45 KB
|
|
336
|
-
ESM dist/chunk-LYB4B6MK.mjs.map 1.36 KB
|
|
337
|
-
ESM dist/chunk-3PQ7GSFE.mjs.map 1.13 KB
|
|
338
344
|
ESM dist/chunk-SX6NY5FW.mjs.map 2.41 KB
|
|
339
|
-
ESM dist/chunk-
|
|
340
|
-
ESM dist/chunk-
|
|
341
|
-
ESM dist/chunk-AZHILHKM.mjs.map 1.65 KB
|
|
342
|
-
ESM dist/chunk-224UKA7C.mjs.map 1.71 KB
|
|
345
|
+
ESM dist/chunk-3PQ7GSFE.mjs.map 1.13 KB
|
|
346
|
+
ESM dist/chunk-2C7O2EVM.mjs.map 1.04 KB
|
|
343
347
|
ESM dist/chunk-FJNUPSQK.mjs.map 4.53 KB
|
|
344
348
|
ESM dist/chunk-WJHSY5T6.mjs.map 71.00 B
|
|
345
|
-
ESM dist/
|
|
349
|
+
ESM dist/chunk-224UKA7C.mjs.map 1.71 KB
|
|
350
|
+
ESM dist/chunk-FP2EKU3L.mjs.map 5.24 KB
|
|
351
|
+
ESM dist/chunk-PTZVE6NC.mjs.map 5.68 KB
|
|
352
|
+
ESM dist/chunk-GQN2HYFJ.mjs.map 1.10 KB
|
|
353
|
+
ESM dist/lib/debouncer.mjs.map 71.00 B
|
|
346
354
|
ESM dist/chunk-7SUZ6CXM.mjs.map 2.45 KB
|
|
355
|
+
ESM dist/context/index.mjs.map 71.00 B
|
|
356
|
+
ESM dist/chunk-LYB4B6MK.mjs.map 1.36 KB
|
|
347
357
|
ESM dist/chunk-IU3WTXLQ.mjs.map 71.00 B
|
|
348
|
-
ESM dist/
|
|
349
|
-
ESM dist/
|
|
350
|
-
ESM dist/
|
|
351
|
-
ESM dist/chunk-M2DR4KVB.mjs.map 1.60 KB
|
|
352
|
-
ESM dist/chunk-H4VKQGVU.mjs.map 71.00 B
|
|
353
|
-
ESM dist/lib/editor-to-text.mjs.map 71.00 B
|
|
358
|
+
ESM dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
|
|
359
|
+
ESM dist/chunk-2QDCE7PD.mjs.map 1.39 KB
|
|
360
|
+
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
354
361
|
ESM dist/lib/get-text-around-cursor.mjs.map 71.00 B
|
|
355
|
-
ESM dist/chunk-FP2EKU3L.mjs.map 5.24 KB
|
|
356
|
-
ESM dist/chunk-PTZVE6NC.mjs.map 5.68 KB
|
|
357
362
|
ESM dist/chunk-ECR45NSD.mjs.map 5.71 KB
|
|
358
|
-
ESM dist/types/base/autosuggestions-bare-function.mjs.map 71.00 B
|
|
359
|
-
ESM dist/chunk-T6MTDQZ7.mjs.map 2.82 KB
|
|
360
|
-
ESM dist/components/index.css.map 429.00 B
|
|
361
|
-
ESM dist/chunk-WTASPE2W.mjs.map 6.89 KB
|
|
362
363
|
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
|
|
363
|
-
ESM dist/lib/
|
|
364
|
-
ESM dist/
|
|
365
|
-
ESM dist/chunk-
|
|
366
|
-
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 71.00 B
|
|
364
|
+
ESM dist/lib/editor-to-text.mjs.map 71.00 B
|
|
365
|
+
ESM dist/index.css.map 29.12 KB
|
|
366
|
+
ESM dist/chunk-M2DR4KVB.mjs.map 1.60 KB
|
|
367
367
|
ESM dist/hooks/index.mjs.map 71.00 B
|
|
368
|
+
ESM dist/components/index.css.map 429.00 B
|
|
369
|
+
ESM dist/chunk-T6MTDQZ7.mjs.map 2.82 KB
|
|
370
|
+
ESM dist/chunk-5UNJXFUO.mjs.map 1.13 KB
|
|
371
|
+
ESM dist/chunk-H4VKQGVU.mjs.map 71.00 B
|
|
372
|
+
ESM dist/chunk-4NHVQZ67.mjs.map 6.12 KB
|
|
373
|
+
ESM dist/chunk-KNQIEOFP.mjs.map 971.00 B
|
|
368
374
|
ESM dist/lib/retry.mjs.map 71.00 B
|
|
369
|
-
ESM dist/chunk-
|
|
370
|
-
ESM
|
|
371
|
-
|
|
372
|
-
ESM dist/chunk-2QDCE7PD.mjs.map 1.39 KB
|
|
373
|
-
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs.map 71.00 B
|
|
374
|
-
ESM ⚡️ Build success in 514ms
|
|
375
|
-
DTS ⚡️ Build success in 10163ms
|
|
375
|
+
ESM dist/chunk-XW3ICO4S.mjs.map 947.00 B
|
|
376
|
+
ESM ⚡️ Build success in 1980ms
|
|
377
|
+
DTS ⚡️ Build success in 13995ms
|
|
376
378
|
DTS dist/index.d.ts 1.34 KB
|
|
377
379
|
DTS dist/components/base-copilot-textarea/base-copilot-textarea.d.ts 1.62 KB
|
|
378
380
|
DTS dist/components/copilot-textarea/copilot-textarea.d.ts 1.36 KB
|
|
@@ -433,3 +435,5 @@ DTS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertio
|
|
|
433
435
|
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.d.ts 485.00 B
|
|
434
436
|
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.d.ts 680.00 B
|
|
435
437
|
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/index.d.ts 184.00 B
|
|
438
|
+
Waiting for the debugger to disconnect...
|
|
439
|
+
Waiting for the debugger to disconnect...
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 0.29.0-alpha.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- node-native backend support
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @copilotkit/react-core@0.19.0-alpha.0
|
|
13
|
+
- @copilotkit/shared@0.3.0-alpha.0
|
|
14
|
+
|
|
15
|
+
## 0.28.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- eba87c7: .4
|
|
20
|
+
- 61168c7: no treeshake
|
|
21
|
+
- fb32fe3: .2
|
|
22
|
+
- eba87c7: .3
|
|
23
|
+
- new chatbot ui, new component names, new build system, new docs
|
|
24
|
+
- 61168c7: no treeshake take 2
|
|
25
|
+
- 61168c7: remove treeshake in build
|
|
26
|
+
- fb32fe3: build naming refactor
|
|
27
|
+
- eba87c7: .5
|
|
28
|
+
- 61168c7: cache clean
|
|
29
|
+
- fb32fe3: .3
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- Updated dependencies [eba87c7]
|
|
34
|
+
- Updated dependencies [29ee27e]
|
|
35
|
+
- Updated dependencies [61168c7]
|
|
36
|
+
- Updated dependencies [fb32fe3]
|
|
37
|
+
- Updated dependencies [eba87c7]
|
|
38
|
+
- Updated dependencies
|
|
39
|
+
- Updated dependencies [61168c7]
|
|
40
|
+
- Updated dependencies [61168c7]
|
|
41
|
+
- Updated dependencies [fb32fe3]
|
|
42
|
+
- Updated dependencies [eba87c7]
|
|
43
|
+
- Updated dependencies [61168c7]
|
|
44
|
+
- Updated dependencies [fb32fe3]
|
|
45
|
+
- @copilotkit/react-core@0.18.0
|
|
46
|
+
- @copilotkit/shared@0.2.0
|
|
47
|
+
|
|
3
48
|
## 0.28.0-alpha.9
|
|
4
49
|
|
|
5
50
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.
|
|
7
|
+
"version": "0.29.0-alpha.0",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"**/*.css"
|
|
10
10
|
],
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"ts-jest": "^29.1.1",
|
|
34
34
|
"tsup": "^6.7.0",
|
|
35
35
|
"typescript": "^5.1.3",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"tailwind-config": "0.
|
|
36
|
+
"tsconfig": "0.8.0-alpha.0",
|
|
37
|
+
"eslint-config-custom": "0.4.0-alpha.0",
|
|
38
|
+
"tailwind-config": "0.3.0-alpha.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@emotion/css": "^11.11.2",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"slate-history": "^0.93.0",
|
|
59
59
|
"slate-react": "^0.98.1",
|
|
60
60
|
"tailwind-merge": "^1.13.2",
|
|
61
|
-
"@copilotkit/react-core": "0.
|
|
62
|
-
"@copilotkit/shared": "0.
|
|
61
|
+
"@copilotkit/react-core": "0.19.0-alpha.0",
|
|
62
|
+
"@copilotkit/shared": "0.3.0-alpha.0"
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
65
|
"build": "tsup --clean",
|