@copilotkit/react-textarea 0.27.1-alpha.1 → 0.27.2-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 +172 -176
- package/CHANGELOG.md +19 -0
- package/dist/{chunk-EYKHPSXL.mjs → chunk-JYWINDWZ.mjs} +3 -3
- package/dist/{chunk-WUBXVMUU.mjs → chunk-YLXEQDMS.mjs} +2 -2
- package/dist/components/base-copilot-textarea/base-copilot-textarea.mjs +3 -3
- package/dist/components/copilot-textarea/copilot-textarea.mjs +5 -5
- package/dist/components/index.mjs +5 -5
- package/dist/index.mjs +6 -6
- package/package.json +4 -4
- /package/dist/{chunk-EYKHPSXL.mjs.map → chunk-JYWINDWZ.mjs.map} +0 -0
- /package/dist/{chunk-WUBXVMUU.mjs.map → chunk-YLXEQDMS.mjs.map} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
Debugger attached.
|
|
2
1
|
|
|
3
|
-
> @copilotkit/react-textarea@0.27.1
|
|
2
|
+
> @copilotkit/react-textarea@0.27.1 build /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-textarea
|
|
4
3
|
> tsup --treeshake
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
CLI Building entry: src/index.tsx, src/components/index.ts, src/hooks/index.ts, src/context/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/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/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/lib/slatejs-edits/add-autocompletions.ts, src/lib/slatejs-edits/clear-autocompletions.ts, src/lib/slatejs-edits/replace-text.ts, src/lib/slatejs-edits/with-partial-history.ts, src/types/base/autosuggestion-state.ts, src/types/base/autosuggestions-bare-function.ts, src/types/base/base-autosuggestions-config.tsx, src/types/base/base-copilot-textarea-props.tsx, src/types/base/custom-editor.tsx, src/types/base/editor-autocomplete-state.ts, src/types/base/index.ts, src/types/autosuggestions-config/autosuggestions-config-user-specified.tsx, src/types/autosuggestions-config/autosuggestions-config.tsx, src/types/autosuggestions-config/editing-api-config.tsx, src/types/autosuggestions-config/index.ts, src/types/autosuggestions-config/insertions-api-config.tsx, src/types/autosuggestions-config/suggestions-api-config.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/index.ts, src/types/autosuggestions-config/subtypes/make-system-prompt.ts, src/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.tsx
|
|
5
|
+
CLI Building entry: src/index.tsx, src/context/index.ts, src/components/index.ts, src/hooks/index.ts, src/lib/debouncer.ts, src/lib/editor-to-text.ts, src/lib/get-text-around-cursor.ts, src/lib/retry.tsx, src/lib/stream-promise-flatten.ts, src/lib/utils.test.ts, src/lib/utils.ts, src/types/html-copilot-textarea-element.ts, src/types/index.ts, src/components/base-copilot-textarea/base-copilot-textarea.tsx, src/components/base-copilot-textarea/render-element.tsx, src/components/base-copilot-textarea/render-placeholder.tsx, src/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.tsx, src/components/base-copilot-textarea/use-add-branding-css.tsx, src/components/copilot-textarea/copilot-textarea.tsx, src/components/hovering-toolbar/hovering-editor-provider.tsx, src/components/hovering-toolbar/hovering-toolbar-components.tsx, src/components/hovering-toolbar/hovering-toolbar.tsx, src/components/manual-ui/chip-with-icon.tsx, src/components/source-search-box/source-search-box.tsx, src/components/ui/button.tsx, src/components/ui/card.tsx, src/components/ui/command.tsx, src/components/ui/dialog.tsx, src/components/ui/label.tsx, src/components/ui/separator.tsx, src/components/ui/textarea.tsx, src/hooks/base-copilot-textarea-implementation/use-autosuggestions.ts, src/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.tsx, src/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.ts, src/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.tsx, src/hooks/make-autosuggestions-function/use-make-standard-insertion-function.tsx, src/hooks/misc/use-autosize-textarea.tsx, src/lib/slatejs-edits/add-autocompletions.ts, src/lib/slatejs-edits/clear-autocompletions.ts, src/lib/slatejs-edits/replace-text.ts, src/lib/slatejs-edits/with-partial-history.ts, src/types/autosuggestions-config/autosuggestions-config-user-specified.tsx, src/types/autosuggestions-config/autosuggestions-config.tsx, src/types/autosuggestions-config/editing-api-config.tsx, src/types/autosuggestions-config/index.ts, src/types/autosuggestions-config/insertions-api-config.tsx, src/types/autosuggestions-config/suggestions-api-config.tsx, src/types/base/autosuggestion-state.ts, src/types/base/autosuggestions-bare-function.ts, src/types/base/base-autosuggestions-config.tsx, src/types/base/base-copilot-textarea-props.tsx, src/types/base/custom-editor.tsx, src/types/base/editor-autocomplete-state.ts, src/types/base/index.ts, src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/index.ts, src/types/autosuggestions-config/subtypes/make-system-prompt.ts, src/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.tsx
|
|
8
6
|
CLI Using tsconfig: tsconfig.json
|
|
9
7
|
CLI tsup v6.7.0
|
|
10
8
|
CLI Using tsup config: /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-textarea/tsup.config.ts
|
|
@@ -25,245 +23,245 @@ Module level directives cause errors when bundled, "use client" in "dist/compone
|
|
|
25
23
|
Module level directives cause errors when bundled, "use client" in "dist/components/ui/separator.mjs" was ignored.
|
|
26
24
|
Generated an empty chunk: "make-system-prompt".
|
|
27
25
|
Generated an empty chunk: "minimal-chat-gpt-message".
|
|
28
|
-
Generated an empty chunk: "autosuggestions-config-user-specified".
|
|
29
|
-
Generated an empty chunk: "autosuggestion-state".
|
|
30
26
|
Generated an empty chunk: "autosuggestions-bare-function".
|
|
31
27
|
Generated an empty chunk: "base-copilot-textarea-props".
|
|
32
28
|
Generated an empty chunk: "custom-editor".
|
|
29
|
+
Generated an empty chunk: "autosuggestions-config-user-specified".
|
|
30
|
+
Generated an empty chunk: "autosuggestion-state".
|
|
33
31
|
Generated an empty chunk: "chunk-DE5K76I2".
|
|
34
32
|
Generated an empty chunk: "chunk-WADHCMPK".
|
|
33
|
+
Generated an empty chunk: "chunk-IU3WTXLQ".
|
|
35
34
|
Generated an empty chunk: "chunk-MMVDU6DF".
|
|
36
35
|
Generated an empty chunk: "chunk-RUV6NBIF".
|
|
37
36
|
Generated an empty chunk: "chunk-L7VVZH4Q".
|
|
38
37
|
Generated an empty chunk: "chunk-WJHSY5T6".
|
|
39
38
|
Generated an empty chunk: "chunk-H4VKQGVU".
|
|
40
|
-
Generated an empty chunk: "chunk-IU3WTXLQ".
|
|
41
|
-
ESM dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
42
39
|
ESM dist/index.css 18.82 KB
|
|
43
|
-
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
44
40
|
ESM dist/components/index.css 242.00 B
|
|
45
|
-
ESM dist/components/copilot-textarea/copilot-textarea.css.
|
|
41
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
42
|
+
ESM dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
43
|
+
ESM dist/components/index.css.map 429.00 B
|
|
46
44
|
ESM dist/index.css.map 29.12 KB
|
|
47
|
-
ESM dist/
|
|
48
|
-
ESM dist/
|
|
49
|
-
ESM dist/types/base/base-copilot-textarea-props.mjs 89.00 B
|
|
50
|
-
ESM dist/types/base/custom-editor.mjs 75.00 B
|
|
51
|
-
ESM dist/chunk-DE5K76I2.mjs 76.00 B
|
|
52
|
-
ESM dist/chunk-WADHCMPK.mjs 76.00 B
|
|
45
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
|
|
46
|
+
ESM dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
|
|
53
47
|
ESM dist/lib/utils.test.mjs 200.00 B
|
|
48
|
+
ESM dist/lib/slatejs-edits/with-partial-history.mjs 198.00 B
|
|
49
|
+
ESM dist/components/ui/button.mjs 204.00 B
|
|
50
|
+
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs 213.00 B
|
|
51
|
+
ESM dist/components/manual-ui/chip-with-icon.mjs 674.00 B
|
|
52
|
+
ESM dist/components/source-search-box/source-search-box.mjs 284.00 B
|
|
53
|
+
ESM dist/types/html-copilot-textarea-element.mjs 122.00 B
|
|
54
|
+
ESM dist/context/index.mjs 98.00 B
|
|
55
|
+
ESM dist/hooks/index.mjs 98.00 B
|
|
56
|
+
ESM dist/chunk-WADHCMPK.mjs 76.00 B
|
|
54
57
|
ESM dist/chunk-MMVDU6DF.mjs 76.00 B
|
|
55
|
-
ESM dist/chunk-RUV6NBIF.mjs 76.00 B
|
|
56
|
-
ESM dist/chunk-RKQ6RTZM.mjs 2.92 KB
|
|
57
58
|
ESM dist/chunk-4OJ3H65F.mjs 2.52 KB
|
|
58
|
-
ESM dist/chunk-KDVMG3XF.mjs 2.51 KB
|
|
59
|
-
ESM dist/chunk-H4VKQGVU.mjs 76.00 B
|
|
60
|
-
ESM dist/chunk-KNQIEOFP.mjs 502.00 B
|
|
61
|
-
ESM dist/chunk-MRXNTQOX.mjs 1.92 KB
|
|
62
|
-
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 80.00 B
|
|
63
59
|
ESM dist/chunk-IU3WTXLQ.mjs 76.00 B
|
|
64
|
-
ESM dist/
|
|
65
|
-
ESM dist/
|
|
66
|
-
ESM dist/types/autosuggestions-config/editing-api-config.mjs 245.00 B
|
|
67
|
-
ESM dist/types/autosuggestions-config/insertions-api-config.mjs 257.00 B
|
|
68
|
-
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs 261.00 B
|
|
69
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs 596.00 B
|
|
70
|
-
ESM dist/types/base/autosuggestions-bare-function.mjs 91.00 B
|
|
71
|
-
ESM dist/types/base/autosuggestion-state.mjs 82.00 B
|
|
72
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs 582.00 B
|
|
60
|
+
ESM dist/chunk-DE5K76I2.mjs 76.00 B
|
|
61
|
+
ESM dist/chunk-RUV6NBIF.mjs 76.00 B
|
|
73
62
|
ESM dist/chunk-L7VVZH4Q.mjs 76.00 B
|
|
74
|
-
ESM dist/
|
|
75
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs 282.00 B
|
|
63
|
+
ESM dist/chunk-H4VKQGVU.mjs 76.00 B
|
|
76
64
|
ESM dist/chunk-WJHSY5T6.mjs 76.00 B
|
|
77
|
-
ESM dist/
|
|
78
|
-
ESM dist/
|
|
79
|
-
ESM dist/types/base/editor-autocomplete-state.mjs 227.00 B
|
|
80
|
-
ESM dist/types/base/index.mjs 213.00 B
|
|
81
|
-
ESM dist/hooks/misc/use-autosize-textarea.mjs 202.00 B
|
|
82
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 283.00 B
|
|
83
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs 227.00 B
|
|
84
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs 253.00 B
|
|
85
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs 273.00 B
|
|
65
|
+
ESM dist/chunk-RKQ6RTZM.mjs 2.92 KB
|
|
66
|
+
ESM dist/chunk-KNQIEOFP.mjs 502.00 B
|
|
86
67
|
ESM dist/lib/slatejs-edits/add-autocompletions.mjs 186.00 B
|
|
87
|
-
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs 192.00 B
|
|
88
68
|
ESM dist/lib/slatejs-edits/replace-text.mjs 170.00 B
|
|
89
|
-
ESM dist/
|
|
90
|
-
ESM dist/components/ui/
|
|
91
|
-
ESM dist/components/ui/dialog.mjs 278.00 B
|
|
92
|
-
ESM dist/components/ui/command.mjs 343.00 B
|
|
69
|
+
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs 192.00 B
|
|
70
|
+
ESM dist/components/ui/textarea.mjs 877.00 B
|
|
93
71
|
ESM dist/components/ui/label.mjs 186.00 B
|
|
94
|
-
ESM dist/
|
|
95
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs 255.00 B
|
|
96
|
-
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs 257.00 B
|
|
72
|
+
ESM dist/chunk-KDVMG3XF.mjs 2.51 KB
|
|
97
73
|
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs 178.00 B
|
|
98
|
-
ESM dist/components/ui/textarea.mjs 877.00 B
|
|
99
|
-
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 697.00 B
|
|
100
74
|
ESM dist/components/copilot-textarea/copilot-textarea.mjs 1.57 KB
|
|
101
|
-
ESM dist/components/manual-ui/chip-with-icon.mjs 674.00 B
|
|
102
75
|
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs 203.00 B
|
|
76
|
+
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 697.00 B
|
|
77
|
+
ESM dist/components/ui/card.mjs 2.19 KB
|
|
78
|
+
ESM dist/components/ui/command.mjs 343.00 B
|
|
79
|
+
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs 257.00 B
|
|
103
80
|
ESM dist/lib/stream-promise-flatten.mjs 177.00 B
|
|
104
|
-
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs 213.00 B
|
|
105
|
-
ESM dist/components/source-search-box/source-search-box.mjs 284.00 B
|
|
106
|
-
ESM dist/types/index.mjs 466.00 B
|
|
107
81
|
ESM dist/lib/utils.mjs 220.00 B
|
|
108
|
-
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs 1.27 KB
|
|
109
82
|
ESM dist/components/base-copilot-textarea/render-element.mjs 180.00 B
|
|
83
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs 1.27 KB
|
|
110
84
|
ESM dist/components/base-copilot-textarea/render-placeholder.mjs 188.00 B
|
|
111
|
-
ESM dist/index.mjs 1.65 KB
|
|
112
85
|
ESM dist/components/index.mjs 1.49 KB
|
|
113
|
-
ESM dist/
|
|
114
|
-
ESM dist/
|
|
115
|
-
ESM dist/types/html-copilot-textarea-element.mjs 122.00 B
|
|
116
|
-
ESM dist/chunk-AZHILHKM.mjs 874.00 B
|
|
86
|
+
ESM dist/index.mjs 1.65 KB
|
|
87
|
+
ESM dist/types/index.mjs 466.00 B
|
|
117
88
|
ESM dist/chunk-NT3GWKWK.mjs 1.97 KB
|
|
118
|
-
ESM dist/chunk-
|
|
119
|
-
ESM dist/chunk-
|
|
120
|
-
ESM dist/chunk-
|
|
89
|
+
ESM dist/chunk-JYWINDWZ.mjs 1.84 KB
|
|
90
|
+
ESM dist/chunk-AZHILHKM.mjs 874.00 B
|
|
91
|
+
ESM dist/chunk-KJNSWCJC.mjs 3.89 KB
|
|
121
92
|
ESM dist/chunk-DRV2FOHZ.mjs 2.01 KB
|
|
93
|
+
ESM dist/chunk-VPEH6V7T.mjs 2.57 KB
|
|
122
94
|
ESM dist/chunk-4NHVQZ67.mjs 3.08 KB
|
|
123
95
|
ESM dist/chunk-2C7O2EVM.mjs 595.00 B
|
|
124
|
-
ESM dist/chunk-
|
|
96
|
+
ESM dist/chunk-YLXEQDMS.mjs 8.43 KB
|
|
125
97
|
ESM dist/chunk-5UNJXFUO.mjs 594.00 B
|
|
126
|
-
ESM dist/chunk-
|
|
98
|
+
ESM dist/chunk-72P3KOHZ.mjs 3.09 KB
|
|
99
|
+
ESM dist/chunk-47L4PLG4.mjs 1.35 KB
|
|
127
100
|
ESM dist/chunk-7LSRNPNI.mjs 2.16 KB
|
|
101
|
+
ESM dist/chunk-LQZBI6XD.mjs 3.77 KB
|
|
128
102
|
ESM dist/chunk-HSCZA5TS.mjs 861.00 B
|
|
129
|
-
ESM dist/chunk-
|
|
130
|
-
ESM dist/chunk-KTTN5H7S.mjs 8.10 KB
|
|
103
|
+
ESM dist/chunk-GQN2HYFJ.mjs 656.00 B
|
|
131
104
|
ESM dist/chunk-WFTAAA7R.mjs 1.80 KB
|
|
132
|
-
ESM dist/chunk-
|
|
133
|
-
ESM dist/chunk-KFQZHRPJ.mjs 805.00 B
|
|
134
|
-
ESM dist/chunk-XV7MLLXQ.mjs 701.00 B
|
|
135
|
-
ESM dist/chunk-P4QVFRLY.mjs 2.37 KB
|
|
136
|
-
ESM dist/chunk-47L4PLG4.mjs 1.35 KB
|
|
105
|
+
ESM dist/chunk-JJLQVT7S.mjs 496.00 B
|
|
137
106
|
ESM dist/chunk-3PQ7GSFE.mjs 575.00 B
|
|
107
|
+
ESM dist/chunk-KTTN5H7S.mjs 8.10 KB
|
|
108
|
+
ESM dist/chunk-XV7MLLXQ.mjs 701.00 B
|
|
109
|
+
ESM dist/chunk-KFQZHRPJ.mjs 805.00 B
|
|
110
|
+
ESM dist/chunk-MRXNTQOX.mjs 1.92 KB
|
|
138
111
|
ESM dist/chunk-FJNUPSQK.mjs 2.42 KB
|
|
139
112
|
ESM dist/chunk-WTASPE2W.mjs 4.53 KB
|
|
113
|
+
ESM dist/chunk-2QDCE7PD.mjs 759.00 B
|
|
140
114
|
ESM dist/chunk-PTZVE6NC.mjs 4.27 KB
|
|
141
|
-
ESM dist/chunk-7SUZ6CXM.mjs 1.37 KB
|
|
142
115
|
ESM dist/chunk-FP2EKU3L.mjs 921.00 B
|
|
143
|
-
ESM dist/chunk-2QDCE7PD.mjs 759.00 B
|
|
144
|
-
ESM dist/chunk-OHO4G6DR.mjs 649.00 B
|
|
145
|
-
ESM dist/hooks/index.mjs 98.00 B
|
|
146
|
-
ESM dist/context/index.mjs 98.00 B
|
|
147
|
-
ESM dist/lib/debouncer.mjs 153.00 B
|
|
148
116
|
ESM dist/chunk-224UKA7C.mjs 1.09 KB
|
|
117
|
+
ESM dist/chunk-M2DR4KVB.mjs 959.00 B
|
|
149
118
|
ESM dist/lib/editor-to-text.mjs 161.00 B
|
|
150
|
-
ESM dist/chunk-
|
|
151
|
-
ESM dist/chunk-T6MTDQZ7.mjs 1.34 KB
|
|
119
|
+
ESM dist/chunk-OHO4G6DR.mjs 649.00 B
|
|
152
120
|
ESM dist/lib/get-text-around-cursor.mjs 265.00 B
|
|
153
|
-
ESM dist/chunk-
|
|
154
|
-
ESM dist/
|
|
121
|
+
ESM dist/chunk-T6MTDQZ7.mjs 1.34 KB
|
|
122
|
+
ESM dist/chunk-ECR45NSD.mjs 2.70 KB
|
|
155
123
|
ESM dist/lib/retry.mjs 145.00 B
|
|
156
|
-
ESM dist/
|
|
157
|
-
ESM dist/
|
|
158
|
-
ESM dist/
|
|
159
|
-
ESM dist/types/autosuggestions-config/
|
|
160
|
-
ESM dist/
|
|
124
|
+
ESM dist/chunk-EPBVNDKE.mjs 1.35 KB
|
|
125
|
+
ESM dist/lib/debouncer.mjs 153.00 B
|
|
126
|
+
ESM dist/chunk-7SUZ6CXM.mjs 1.37 KB
|
|
127
|
+
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 80.00 B
|
|
128
|
+
ESM dist/chunk-P4QVFRLY.mjs 2.37 KB
|
|
129
|
+
ESM dist/components/ui/separator.mjs 911.00 B
|
|
130
|
+
ESM dist/components/ui/dialog.mjs 278.00 B
|
|
131
|
+
ESM dist/types/base/custom-editor.mjs 75.00 B
|
|
132
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs 282.00 B
|
|
133
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs 273.00 B
|
|
134
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs 255.00 B
|
|
135
|
+
ESM dist/hooks/misc/use-autosize-textarea.mjs 202.00 B
|
|
136
|
+
ESM dist/types/base/base-copilot-textarea-props.mjs 89.00 B
|
|
137
|
+
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs 86.00 B
|
|
138
|
+
ESM dist/types/base/autosuggestion-state.mjs 82.00 B
|
|
139
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs 99.00 B
|
|
140
|
+
ESM dist/types/base/autosuggestions-bare-function.mjs 91.00 B
|
|
141
|
+
ESM dist/types/base/base-autosuggestions-config.mjs 200.00 B
|
|
142
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs 596.00 B
|
|
143
|
+
ESM dist/types/autosuggestions-config/index.mjs 384.00 B
|
|
144
|
+
ESM dist/types/base/index.mjs 213.00 B
|
|
145
|
+
ESM dist/types/autosuggestions-config/insertions-api-config.mjs 257.00 B
|
|
146
|
+
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs 261.00 B
|
|
147
|
+
ESM dist/types/autosuggestions-config/editing-api-config.mjs 245.00 B
|
|
148
|
+
ESM dist/types/base/editor-autocomplete-state.mjs 227.00 B
|
|
149
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 553.00 B
|
|
150
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs 366.00 B
|
|
151
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs 582.00 B
|
|
152
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs 227.00 B
|
|
153
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 283.00 B
|
|
154
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs 253.00 B
|
|
155
|
+
ESM dist/lib/utils.test.mjs.map 349.00 B
|
|
156
|
+
ESM dist/lib/slatejs-edits/with-partial-history.mjs.map 51.00 B
|
|
157
|
+
ESM dist/components/ui/button.mjs.map 51.00 B
|
|
158
|
+
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs.map 51.00 B
|
|
159
|
+
ESM dist/components/manual-ui/chip-with-icon.mjs.map 978.00 B
|
|
160
|
+
ESM dist/components/source-search-box/source-search-box.mjs.map 51.00 B
|
|
161
|
+
ESM dist/context/index.mjs.map 51.00 B
|
|
162
|
+
ESM dist/types/html-copilot-textarea-element.mjs.map 51.00 B
|
|
163
|
+
ESM dist/chunk-4OJ3H65F.mjs.map 3.90 KB
|
|
164
|
+
ESM dist/hooks/index.mjs.map 51.00 B
|
|
165
|
+
ESM dist/chunk-IU3WTXLQ.mjs.map 51.00 B
|
|
161
166
|
ESM dist/chunk-MMVDU6DF.mjs.map 51.00 B
|
|
167
|
+
ESM dist/chunk-WADHCMPK.mjs.map 51.00 B
|
|
162
168
|
ESM dist/chunk-RUV6NBIF.mjs.map 51.00 B
|
|
163
|
-
ESM dist/chunk-
|
|
164
|
-
ESM dist/chunk-4OJ3H65F.mjs.map 3.90 KB
|
|
169
|
+
ESM dist/chunk-H4VKQGVU.mjs.map 51.00 B
|
|
165
170
|
ESM dist/chunk-DE5K76I2.mjs.map 51.00 B
|
|
166
|
-
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
167
|
-
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 51.00 B
|
|
168
|
-
ESM dist/chunk-IU3WTXLQ.mjs.map 51.00 B
|
|
169
|
-
ESM dist/types/autosuggestions-config/index.mjs.map 51.00 B
|
|
170
|
-
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs.map 51.00 B
|
|
171
|
-
ESM dist/types/autosuggestions-config/insertions-api-config.mjs.map 51.00 B
|
|
172
|
-
ESM dist/lib/utils.test.mjs.map 349.00 B
|
|
173
|
-
ESM dist/chunk-KDVMG3XF.mjs.map 3.57 KB
|
|
174
|
-
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs.map 51.00 B
|
|
175
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs.map 51.00 B
|
|
176
|
-
ESM dist/types/base/autosuggestions-bare-function.mjs.map 51.00 B
|
|
177
|
-
ESM dist/types/base/autosuggestion-state.mjs.map 51.00 B
|
|
178
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs.map 51.00 B
|
|
179
171
|
ESM dist/chunk-L7VVZH4Q.mjs.map 51.00 B
|
|
180
|
-
ESM dist/
|
|
181
|
-
ESM dist/
|
|
172
|
+
ESM dist/chunk-KNQIEOFP.mjs.map 970.00 B
|
|
173
|
+
ESM dist/chunk-RKQ6RTZM.mjs.map 4.17 KB
|
|
182
174
|
ESM dist/chunk-WJHSY5T6.mjs.map 51.00 B
|
|
183
|
-
ESM dist/types/base/base-autosuggestions-config.mjs.map 51.00 B
|
|
184
|
-
ESM dist/lib/slatejs-edits/with-partial-history.mjs.map 51.00 B
|
|
185
|
-
ESM dist/types/base/editor-autocomplete-state.mjs.map 51.00 B
|
|
186
|
-
ESM dist/types/base/index.mjs.map 51.00 B
|
|
187
|
-
ESM dist/hooks/misc/use-autosize-textarea.mjs.map 51.00 B
|
|
188
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs.map 51.00 B
|
|
189
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs.map 51.00 B
|
|
190
|
-
ESM dist/lib/slatejs-edits/add-autocompletions.mjs.map 51.00 B
|
|
191
175
|
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs.map 51.00 B
|
|
192
|
-
ESM dist/lib/slatejs-edits/
|
|
193
|
-
ESM dist/components/
|
|
194
|
-
ESM dist/components/ui/card.mjs.map 3.08 KB
|
|
195
|
-
ESM dist/components/ui/dialog.mjs.map 51.00 B
|
|
196
|
-
ESM dist/components/ui/command.mjs.map 51.00 B
|
|
197
|
-
ESM dist/components/ui/label.mjs.map 51.00 B
|
|
198
|
-
ESM dist/components/ui/separator.mjs.map 1.22 KB
|
|
199
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 51.00 B
|
|
200
|
-
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs.map 51.00 B
|
|
201
|
-
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs.map 51.00 B
|
|
176
|
+
ESM dist/lib/slatejs-edits/add-autocompletions.mjs.map 51.00 B
|
|
177
|
+
ESM dist/components/copilot-textarea/copilot-textarea.mjs.map 51.00 B
|
|
202
178
|
ESM dist/components/ui/textarea.mjs.map 1.11 KB
|
|
179
|
+
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs.map 51.00 B
|
|
203
180
|
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs.map 51.00 B
|
|
204
|
-
ESM dist/components/
|
|
205
|
-
ESM dist/chunk-WADHCMPK.mjs.map 51.00 B
|
|
206
|
-
ESM dist/chunk-KNQIEOFP.mjs.map 970.00 B
|
|
207
|
-
ESM dist/components/manual-ui/chip-with-icon.mjs.map 978.00 B
|
|
181
|
+
ESM dist/components/ui/card.mjs.map 3.08 KB
|
|
208
182
|
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs.map 51.00 B
|
|
183
|
+
ESM dist/components/ui/command.mjs.map 51.00 B
|
|
184
|
+
ESM dist/components/ui/label.mjs.map 51.00 B
|
|
209
185
|
ESM dist/lib/stream-promise-flatten.mjs.map 51.00 B
|
|
210
|
-
ESM dist/components/source-search-box/source-search-box.mjs.map 51.00 B
|
|
211
|
-
ESM dist/types/index.mjs.map 51.00 B
|
|
212
|
-
ESM dist/lib/utils.mjs.map 51.00 B
|
|
213
|
-
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs.map 51.00 B
|
|
214
186
|
ESM dist/components/base-copilot-textarea/render-element.mjs.map 51.00 B
|
|
215
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 51.00 B
|
|
216
|
-
ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 51.00 B
|
|
217
187
|
ESM dist/components/index.mjs.map 51.00 B
|
|
218
|
-
ESM dist/
|
|
219
|
-
ESM dist/
|
|
220
|
-
ESM dist/
|
|
221
|
-
ESM dist/
|
|
188
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs.map 51.00 B
|
|
189
|
+
ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 51.00 B
|
|
190
|
+
ESM dist/lib/slatejs-edits/replace-text.mjs.map 51.00 B
|
|
191
|
+
ESM dist/lib/utils.mjs.map 51.00 B
|
|
192
|
+
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs.map 51.00 B
|
|
222
193
|
ESM dist/index.mjs.map 51.00 B
|
|
223
|
-
ESM dist/types/html-copilot-textarea-element.mjs.map 51.00 B
|
|
224
|
-
ESM dist/chunk-AZHILHKM.mjs.map 1.65 KB
|
|
225
|
-
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs.map 51.00 B
|
|
226
|
-
ESM dist/chunk-WUBXVMUU.mjs.map 15.58 KB
|
|
227
194
|
ESM dist/chunk-NT3GWKWK.mjs.map 4.50 KB
|
|
228
|
-
ESM dist/chunk-
|
|
229
|
-
ESM dist/chunk-4NHVQZ67.mjs.map 6.12 KB
|
|
195
|
+
ESM dist/chunk-AZHILHKM.mjs.map 1.65 KB
|
|
230
196
|
ESM dist/chunk-DRV2FOHZ.mjs.map 3.80 KB
|
|
231
|
-
ESM dist/chunk-
|
|
232
|
-
ESM dist/chunk-
|
|
197
|
+
ESM dist/chunk-JYWINDWZ.mjs.map 3.42 KB
|
|
198
|
+
ESM dist/chunk-KDVMG3XF.mjs.map 3.57 KB
|
|
199
|
+
ESM dist/chunk-KJNSWCJC.mjs.map 7.78 KB
|
|
200
|
+
ESM dist/types/index.mjs.map 51.00 B
|
|
201
|
+
ESM dist/chunk-47L4PLG4.mjs.map 3.01 KB
|
|
233
202
|
ESM dist/chunk-5UNJXFUO.mjs.map 1.13 KB
|
|
234
|
-
ESM dist/chunk-GQN2HYFJ.mjs.map 1.10 KB
|
|
235
203
|
ESM dist/chunk-LQZBI6XD.mjs.map 7.04 KB
|
|
236
|
-
ESM dist/chunk-
|
|
204
|
+
ESM dist/chunk-YLXEQDMS.mjs.map 15.58 KB
|
|
205
|
+
ESM dist/chunk-72P3KOHZ.mjs.map 6.04 KB
|
|
206
|
+
ESM dist/chunk-4NHVQZ67.mjs.map 6.12 KB
|
|
237
207
|
ESM dist/chunk-HSCZA5TS.mjs.map 1.51 KB
|
|
238
|
-
ESM dist/chunk-VPEH6V7T.mjs.map 4.76 KB
|
|
239
|
-
ESM dist/chunk-EPBVNDKE.mjs.map 2.42 KB
|
|
240
|
-
ESM dist/chunk-KFQZHRPJ.mjs.map 1.11 KB
|
|
241
|
-
ESM dist/chunk-KTTN5H7S.mjs.map 13.42 KB
|
|
242
208
|
ESM dist/chunk-WFTAAA7R.mjs.map 2.57 KB
|
|
209
|
+
ESM dist/chunk-7LSRNPNI.mjs.map 3.46 KB
|
|
210
|
+
ESM dist/chunk-GQN2HYFJ.mjs.map 1.10 KB
|
|
211
|
+
ESM dist/chunk-VPEH6V7T.mjs.map 4.76 KB
|
|
212
|
+
ESM dist/chunk-JJLQVT7S.mjs.map 881.00 B
|
|
243
213
|
ESM dist/chunk-XV7MLLXQ.mjs.map 1.37 KB
|
|
244
|
-
ESM dist/chunk-
|
|
245
|
-
ESM dist/chunk-
|
|
214
|
+
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
215
|
+
ESM dist/chunk-2C7O2EVM.mjs.map 1.04 KB
|
|
246
216
|
ESM dist/chunk-FJNUPSQK.mjs.map 4.53 KB
|
|
247
|
-
ESM dist/chunk-
|
|
217
|
+
ESM dist/chunk-KFQZHRPJ.mjs.map 1.11 KB
|
|
218
|
+
ESM dist/chunk-WTASPE2W.mjs.map 6.89 KB
|
|
248
219
|
ESM dist/chunk-PTZVE6NC.mjs.map 5.68 KB
|
|
249
|
-
ESM dist/chunk-
|
|
220
|
+
ESM dist/chunk-M2DR4KVB.mjs.map 1.60 KB
|
|
250
221
|
ESM dist/chunk-2QDCE7PD.mjs.map 1.39 KB
|
|
222
|
+
ESM dist/chunk-224UKA7C.mjs.map 1.71 KB
|
|
223
|
+
ESM dist/chunk-T6MTDQZ7.mjs.map 2.81 KB
|
|
251
224
|
ESM dist/chunk-FP2EKU3L.mjs.map 5.24 KB
|
|
252
|
-
ESM dist/chunk-
|
|
225
|
+
ESM dist/chunk-3PQ7GSFE.mjs.map 1.12 KB
|
|
253
226
|
ESM dist/chunk-OHO4G6DR.mjs.map 966.00 B
|
|
254
|
-
ESM dist/context/index.mjs.map 51.00 B
|
|
255
|
-
ESM dist/chunk-T6MTDQZ7.mjs.map 2.81 KB
|
|
256
|
-
ESM dist/lib/get-text-around-cursor.mjs.map 51.00 B
|
|
257
|
-
ESM dist/chunk-M2DR4KVB.mjs.map 1.60 KB
|
|
258
|
-
ESM dist/chunk-224UKA7C.mjs.map 1.71 KB
|
|
259
227
|
ESM dist/lib/retry.mjs.map 51.00 B
|
|
260
|
-
ESM dist/lib/debouncer.mjs.map 51.00 B
|
|
261
|
-
ESM dist/chunk-ECR45NSD.mjs.map 5.70 KB
|
|
262
|
-
ESM dist/hooks/index.mjs.map 51.00 B
|
|
263
228
|
ESM dist/lib/editor-to-text.mjs.map 51.00 B
|
|
264
|
-
ESM dist/chunk-
|
|
265
|
-
ESM
|
|
266
|
-
|
|
229
|
+
ESM dist/chunk-EPBVNDKE.mjs.map 2.42 KB
|
|
230
|
+
ESM dist/chunk-KTTN5H7S.mjs.map 13.42 KB
|
|
231
|
+
ESM dist/chunk-ECR45NSD.mjs.map 5.70 KB
|
|
232
|
+
ESM dist/lib/debouncer.mjs.map 51.00 B
|
|
233
|
+
ESM dist/chunk-7SUZ6CXM.mjs.map 2.45 KB
|
|
234
|
+
ESM dist/lib/get-text-around-cursor.mjs.map 51.00 B
|
|
235
|
+
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 51.00 B
|
|
236
|
+
ESM dist/chunk-P4QVFRLY.mjs.map 3.55 KB
|
|
237
|
+
ESM dist/components/ui/separator.mjs.map 1.22 KB
|
|
238
|
+
ESM dist/components/ui/dialog.mjs.map 51.00 B
|
|
239
|
+
ESM dist/types/base/custom-editor.mjs.map 51.00 B
|
|
240
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs.map 51.00 B
|
|
241
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs.map 51.00 B
|
|
242
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 51.00 B
|
|
243
|
+
ESM dist/hooks/misc/use-autosize-textarea.mjs.map 51.00 B
|
|
244
|
+
ESM dist/types/base/base-copilot-textarea-props.mjs.map 51.00 B
|
|
245
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs.map 51.00 B
|
|
246
|
+
ESM dist/types/base/autosuggestion-state.mjs.map 51.00 B
|
|
247
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs.map 51.00 B
|
|
248
|
+
ESM dist/types/autosuggestions-config/index.mjs.map 51.00 B
|
|
249
|
+
ESM dist/types/base/index.mjs.map 51.00 B
|
|
250
|
+
ESM dist/types/autosuggestions-config/insertions-api-config.mjs.map 51.00 B
|
|
251
|
+
ESM dist/types/base/editor-autocomplete-state.mjs.map 51.00 B
|
|
252
|
+
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs.map 51.00 B
|
|
253
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs.map 51.00 B
|
|
254
|
+
ESM dist/types/autosuggestions-config/editing-api-config.mjs.map 51.00 B
|
|
255
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs.map 51.00 B
|
|
256
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs.map 51.00 B
|
|
257
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs.map 51.00 B
|
|
258
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs.map 51.00 B
|
|
259
|
+
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs.map 51.00 B
|
|
260
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 51.00 B
|
|
261
|
+
ESM dist/types/base/autosuggestions-bare-function.mjs.map 51.00 B
|
|
262
|
+
ESM dist/types/base/base-autosuggestions-config.mjs.map 51.00 B
|
|
263
|
+
ESM ⚡️ Build success in 831ms
|
|
264
|
+
DTS ⚡️ Build success in 10889ms
|
|
267
265
|
DTS dist/index.d.ts 1.34 KB
|
|
268
266
|
DTS dist/components/base-copilot-textarea/base-copilot-textarea.d.ts 1.62 KB
|
|
269
267
|
DTS dist/components/copilot-textarea/copilot-textarea.d.ts 1.36 KB
|
|
@@ -278,9 +276,9 @@ DTS dist/types/autosuggestions-config/autosuggestions-config-user-specified.d.ts
|
|
|
278
276
|
DTS dist/types/autosuggestions-config/suggestions-api-config.d.ts 682.00 B
|
|
279
277
|
DTS dist/types/autosuggestions-config/insertions-api-config.d.ts 673.00 B
|
|
280
278
|
DTS dist/types/autosuggestions-config/editing-api-config.d.ts 646.00 B
|
|
279
|
+
DTS dist/context/index.d.ts 12.00 B
|
|
281
280
|
DTS dist/components/index.d.ts 954.00 B
|
|
282
281
|
DTS dist/hooks/index.d.ts 12.00 B
|
|
283
|
-
DTS dist/context/index.d.ts 12.00 B
|
|
284
282
|
DTS dist/lib/debouncer.d.ts 372.00 B
|
|
285
283
|
DTS dist/lib/editor-to-text.d.ts 243.00 B
|
|
286
284
|
DTS dist/lib/get-text-around-cursor.d.ts 745.00 B
|
|
@@ -306,23 +304,21 @@ DTS dist/components/ui/dialog.d.ts
|
|
|
306
304
|
DTS dist/components/ui/label.d.ts 526.00 B
|
|
307
305
|
DTS dist/components/ui/separator.d.ts 303.00 B
|
|
308
306
|
DTS dist/components/ui/textarea.d.ts 271.00 B
|
|
309
|
-
DTS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.d.ts 1.70 KB
|
|
310
|
-
DTS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.d.ts 1.86 KB
|
|
311
|
-
DTS dist/hooks/misc/use-autosize-textarea.d.ts 185.00 B
|
|
312
307
|
DTS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.d.ts 983.00 B
|
|
313
308
|
DTS dist/types/base/autosuggestion-state.d.ts 143.00 B
|
|
314
309
|
DTS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.d.ts 226.00 B
|
|
315
310
|
DTS dist/types/base/custom-editor.d.ts 801.00 B
|
|
316
311
|
DTS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.d.ts 326.00 B
|
|
312
|
+
DTS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.d.ts 1.70 KB
|
|
313
|
+
DTS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.d.ts 1.86 KB
|
|
314
|
+
DTS dist/hooks/misc/use-autosize-textarea.d.ts 185.00 B
|
|
317
315
|
DTS dist/lib/slatejs-edits/add-autocompletions.d.ts 302.00 B
|
|
318
316
|
DTS dist/lib/slatejs-edits/clear-autocompletions.d.ts 250.00 B
|
|
319
317
|
DTS dist/lib/slatejs-edits/replace-text.d.ts 139.00 B
|
|
320
318
|
DTS dist/lib/slatejs-edits/with-partial-history.d.ts 542.00 B
|
|
321
|
-
DTS dist/types/base/index.d.ts 320.00 B
|
|
322
319
|
DTS dist/types/autosuggestions-config/index.d.ts 656.00 B
|
|
320
|
+
DTS dist/types/base/index.d.ts 320.00 B
|
|
323
321
|
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.d.ts 703.00 B
|
|
324
322
|
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.d.ts 516.00 B
|
|
325
323
|
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.d.ts 616.00 B
|
|
326
324
|
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/index.d.ts 200.00 B
|
|
327
|
-
Waiting for the debugger to disconnect...
|
|
328
|
-
Waiting for the debugger to disconnect...
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 0.27.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @copilotkit/react-core@0.18.0-alpha.0
|
|
9
|
+
|
|
10
|
+
## 0.27.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- stop generating button working
|
|
15
|
+
- aa6bc5a: fix stop generate
|
|
16
|
+
- cf0bde6: change order of operations on stop cleanup
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- Updated dependencies [aa6bc5a]
|
|
19
|
+
- Updated dependencies [cf0bde6]
|
|
20
|
+
- @copilotkit/react-core@0.17.1
|
|
21
|
+
|
|
3
22
|
## 0.27.1-alpha.1
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { useMakeStandardInsertionOrEditingFunction } from './chunk-KJNSWCJC.mjs';
|
|
2
1
|
import { useMakeStandardAutosuggestionFunction } from './chunk-NT3GWKWK.mjs';
|
|
2
|
+
import { useMakeStandardInsertionOrEditingFunction } from './chunk-KJNSWCJC.mjs';
|
|
3
3
|
import { defaultAutosuggestionsConfig } from './chunk-AZHILHKM.mjs';
|
|
4
|
-
import { BaseCopilotTextarea } from './chunk-
|
|
4
|
+
import { BaseCopilotTextarea } from './chunk-YLXEQDMS.mjs';
|
|
5
5
|
import { __objRest, __spreadProps, __spreadValues } from './chunk-MRXNTQOX.mjs';
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import merge from 'lodash.merge';
|
|
@@ -43,4 +43,4 @@ var CopilotTextarea = React.forwardRef(
|
|
|
43
43
|
|
|
44
44
|
export { CopilotTextarea };
|
|
45
45
|
//# sourceMappingURL=out.js.map
|
|
46
|
-
//# sourceMappingURL=chunk-
|
|
46
|
+
//# sourceMappingURL=chunk-JYWINDWZ.mjs.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { useAutosuggestions } from './chunk-72P3KOHZ.mjs';
|
|
2
1
|
import { useCopilotTextareaEditor } from './chunk-DRV2FOHZ.mjs';
|
|
3
2
|
import { usePopulateCopilotTextareaRef } from './chunk-VPEH6V7T.mjs';
|
|
4
3
|
import { addAutocompletionsToEditor } from './chunk-2C7O2EVM.mjs';
|
|
5
4
|
import { clearAutocompletionsFromEditor } from './chunk-GQN2HYFJ.mjs';
|
|
6
5
|
import { replaceEditorText } from './chunk-5UNJXFUO.mjs';
|
|
6
|
+
import { useAutosuggestions } from './chunk-72P3KOHZ.mjs';
|
|
7
7
|
import { TrackerTextEditedSinceLastCursorMovement } from './chunk-47L4PLG4.mjs';
|
|
8
8
|
import { useAddBrandingCss } from './chunk-7LSRNPNI.mjs';
|
|
9
9
|
import { HoveringToolbar } from './chunk-LQZBI6XD.mjs';
|
|
@@ -214,4 +214,4 @@ function makeSemiFakeReactTextAreaEvent(currentText) {
|
|
|
214
214
|
|
|
215
215
|
export { BaseCopilotTextarea };
|
|
216
216
|
//# sourceMappingURL=out.js.map
|
|
217
|
-
//# sourceMappingURL=chunk-
|
|
217
|
+
//# sourceMappingURL=chunk-YLXEQDMS.mjs.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { BaseCopilotTextarea } from '../../chunk-
|
|
2
|
-
import '../../chunk-72P3KOHZ.mjs';
|
|
3
|
-
import '../../chunk-JJLQVT7S.mjs';
|
|
1
|
+
export { BaseCopilotTextarea } from '../../chunk-YLXEQDMS.mjs';
|
|
4
2
|
import '../../chunk-DRV2FOHZ.mjs';
|
|
5
3
|
import '../../chunk-4NHVQZ67.mjs';
|
|
6
4
|
import '../../chunk-VPEH6V7T.mjs';
|
|
7
5
|
import '../../chunk-2C7O2EVM.mjs';
|
|
8
6
|
import '../../chunk-GQN2HYFJ.mjs';
|
|
9
7
|
import '../../chunk-5UNJXFUO.mjs';
|
|
8
|
+
import '../../chunk-72P3KOHZ.mjs';
|
|
9
|
+
import '../../chunk-JJLQVT7S.mjs';
|
|
10
10
|
import '../../chunk-47L4PLG4.mjs';
|
|
11
11
|
import '../../chunk-7LSRNPNI.mjs';
|
|
12
12
|
import '../../chunk-LQZBI6XD.mjs';
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export { CopilotTextarea } from '../../chunk-
|
|
2
|
-
import '../../chunk-KJNSWCJC.mjs';
|
|
1
|
+
export { CopilotTextarea } from '../../chunk-JYWINDWZ.mjs';
|
|
3
2
|
import '../../chunk-NT3GWKWK.mjs';
|
|
3
|
+
import '../../chunk-KJNSWCJC.mjs';
|
|
4
4
|
import '../../chunk-RUV6NBIF.mjs';
|
|
5
5
|
import '../../chunk-AZHILHKM.mjs';
|
|
6
6
|
import '../../chunk-4OJ3H65F.mjs';
|
|
7
7
|
import '../../chunk-RKQ6RTZM.mjs';
|
|
8
8
|
import '../../chunk-KDVMG3XF.mjs';
|
|
9
|
-
import '../../chunk-
|
|
10
|
-
import '../../chunk-72P3KOHZ.mjs';
|
|
11
|
-
import '../../chunk-JJLQVT7S.mjs';
|
|
9
|
+
import '../../chunk-YLXEQDMS.mjs';
|
|
12
10
|
import '../../chunk-DRV2FOHZ.mjs';
|
|
13
11
|
import '../../chunk-4NHVQZ67.mjs';
|
|
14
12
|
import '../../chunk-VPEH6V7T.mjs';
|
|
15
13
|
import '../../chunk-2C7O2EVM.mjs';
|
|
16
14
|
import '../../chunk-GQN2HYFJ.mjs';
|
|
17
15
|
import '../../chunk-5UNJXFUO.mjs';
|
|
16
|
+
import '../../chunk-72P3KOHZ.mjs';
|
|
17
|
+
import '../../chunk-JJLQVT7S.mjs';
|
|
18
18
|
import '../../chunk-47L4PLG4.mjs';
|
|
19
19
|
import '../../chunk-7LSRNPNI.mjs';
|
|
20
20
|
import '../../chunk-LQZBI6XD.mjs';
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import '../chunk-MMVDU6DF.mjs';
|
|
2
|
-
export { CopilotTextarea } from '../chunk-
|
|
3
|
-
import '../chunk-KJNSWCJC.mjs';
|
|
2
|
+
export { CopilotTextarea } from '../chunk-JYWINDWZ.mjs';
|
|
4
3
|
import '../chunk-NT3GWKWK.mjs';
|
|
4
|
+
import '../chunk-KJNSWCJC.mjs';
|
|
5
5
|
import '../chunk-RUV6NBIF.mjs';
|
|
6
6
|
import '../chunk-AZHILHKM.mjs';
|
|
7
7
|
import '../chunk-4OJ3H65F.mjs';
|
|
8
8
|
import '../chunk-RKQ6RTZM.mjs';
|
|
9
9
|
import '../chunk-KDVMG3XF.mjs';
|
|
10
|
-
export { BaseCopilotTextarea } from '../chunk-
|
|
11
|
-
import '../chunk-72P3KOHZ.mjs';
|
|
12
|
-
import '../chunk-JJLQVT7S.mjs';
|
|
10
|
+
export { BaseCopilotTextarea } from '../chunk-YLXEQDMS.mjs';
|
|
13
11
|
import '../chunk-DRV2FOHZ.mjs';
|
|
14
12
|
import '../chunk-4NHVQZ67.mjs';
|
|
15
13
|
import '../chunk-VPEH6V7T.mjs';
|
|
16
14
|
import '../chunk-2C7O2EVM.mjs';
|
|
17
15
|
import '../chunk-GQN2HYFJ.mjs';
|
|
18
16
|
import '../chunk-5UNJXFUO.mjs';
|
|
17
|
+
import '../chunk-72P3KOHZ.mjs';
|
|
18
|
+
import '../chunk-JJLQVT7S.mjs';
|
|
19
19
|
import '../chunk-47L4PLG4.mjs';
|
|
20
20
|
import '../chunk-7LSRNPNI.mjs';
|
|
21
21
|
import '../chunk-LQZBI6XD.mjs';
|
package/dist/index.mjs
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
import './chunk-DE5K76I2.mjs';
|
|
2
2
|
import './chunk-WADHCMPK.mjs';
|
|
3
|
+
import './chunk-IU3WTXLQ.mjs';
|
|
3
4
|
import './chunk-MMVDU6DF.mjs';
|
|
4
|
-
export { CopilotTextarea } from './chunk-
|
|
5
|
-
import './chunk-KJNSWCJC.mjs';
|
|
5
|
+
export { CopilotTextarea } from './chunk-JYWINDWZ.mjs';
|
|
6
6
|
import './chunk-NT3GWKWK.mjs';
|
|
7
|
+
import './chunk-KJNSWCJC.mjs';
|
|
7
8
|
import './chunk-RUV6NBIF.mjs';
|
|
8
9
|
export { defaultAutosuggestionsConfig } from './chunk-AZHILHKM.mjs';
|
|
9
10
|
import './chunk-4OJ3H65F.mjs';
|
|
10
11
|
import './chunk-RKQ6RTZM.mjs';
|
|
11
12
|
import './chunk-KDVMG3XF.mjs';
|
|
12
|
-
export { BaseCopilotTextarea } from './chunk-
|
|
13
|
-
import './chunk-72P3KOHZ.mjs';
|
|
14
|
-
import './chunk-JJLQVT7S.mjs';
|
|
13
|
+
export { BaseCopilotTextarea } from './chunk-YLXEQDMS.mjs';
|
|
15
14
|
import './chunk-DRV2FOHZ.mjs';
|
|
16
15
|
import './chunk-4NHVQZ67.mjs';
|
|
17
16
|
import './chunk-VPEH6V7T.mjs';
|
|
18
17
|
import './chunk-2C7O2EVM.mjs';
|
|
19
18
|
import './chunk-GQN2HYFJ.mjs';
|
|
20
19
|
import './chunk-5UNJXFUO.mjs';
|
|
20
|
+
import './chunk-72P3KOHZ.mjs';
|
|
21
|
+
import './chunk-JJLQVT7S.mjs';
|
|
21
22
|
import './chunk-47L4PLG4.mjs';
|
|
22
23
|
import './chunk-7LSRNPNI.mjs';
|
|
23
24
|
import './chunk-LQZBI6XD.mjs';
|
|
@@ -40,7 +41,6 @@ export { defaultBaseAutosuggestionsConfig } from './chunk-FP2EKU3L.mjs';
|
|
|
40
41
|
import './chunk-224UKA7C.mjs';
|
|
41
42
|
import './chunk-OHO4G6DR.mjs';
|
|
42
43
|
import './chunk-H4VKQGVU.mjs';
|
|
43
|
-
import './chunk-IU3WTXLQ.mjs';
|
|
44
44
|
import './chunk-M2DR4KVB.mjs';
|
|
45
45
|
import './chunk-T6MTDQZ7.mjs';
|
|
46
46
|
import './chunk-ECR45NSD.mjs';
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.27.
|
|
7
|
+
"version": "0.27.2-alpha.0",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"**/*.css"
|
|
10
10
|
],
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"tsup": "^6.7.0",
|
|
35
35
|
"typescript": "^5.1.3",
|
|
36
36
|
"eslint-config-custom": "0.2.0",
|
|
37
|
-
"
|
|
38
|
-
"
|
|
37
|
+
"tsconfig": "0.6.0",
|
|
38
|
+
"tailwind-config": "0.1.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@emotion/css": "^11.11.2",
|
|
@@ -58,7 +58,7 @@
|
|
|
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.
|
|
61
|
+
"@copilotkit/react-core": "0.18.0-alpha.0"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"build": "tsup --treeshake",
|
|
File without changes
|
|
File without changes
|