@copilotkit/react-textarea 0.29.0-alpha.1 → 0.30.0-alpha.2
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 +253 -253
- package/CHANGELOG.md +52 -0
- package/dist/{chunk-BBZ7AWOB.mjs → chunk-4H2O7MYQ.mjs} +2 -2
- package/dist/{chunk-AZHILHKM.mjs → chunk-DKE57EAC.mjs} +2 -2
- package/dist/{chunk-B6TKVDDY.mjs → chunk-JIPPS45C.mjs} +8 -7
- package/dist/chunk-JIPPS45C.mjs.map +1 -0
- package/dist/{chunk-VB4VNCIQ.mjs → chunk-K7GVTNZU.mjs} +8 -1
- package/dist/chunk-K7GVTNZU.mjs.map +1 -0
- package/dist/{chunk-FP2EKU3L.mjs → chunk-LCDTIJSD.mjs} +3 -3
- package/dist/{chunk-FP2EKU3L.mjs.map → chunk-LCDTIJSD.mjs.map} +1 -1
- package/dist/{chunk-SNQEBH5I.mjs → chunk-PZIRLPXR.mjs} +6 -6
- package/dist/{chunk-5J3UZV77.mjs → chunk-W3TDW7EW.mjs} +2 -2
- package/dist/components/base-copilot-textarea/base-copilot-textarea.js +67 -62
- package/dist/components/base-copilot-textarea/base-copilot-textarea.js.map +1 -1
- package/dist/components/base-copilot-textarea/base-copilot-textarea.mjs +7 -7
- package/dist/components/copilot-textarea/copilot-textarea.js +67 -62
- package/dist/components/copilot-textarea/copilot-textarea.js.map +1 -1
- package/dist/components/copilot-textarea/copilot-textarea.mjs +10 -10
- package/dist/components/hovering-toolbar/hovering-toolbar.js +59 -55
- package/dist/components/hovering-toolbar/hovering-toolbar.js.map +1 -1
- package/dist/components/hovering-toolbar/hovering-toolbar.mjs +3 -3
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js +46 -32
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map +1 -1
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs +2 -1
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js +49 -35
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map +1 -1
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs +3 -2
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.js +49 -35
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map +1 -1
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs +3 -2
- package/dist/components/index.js +67 -62
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +10 -10
- package/dist/index.js +67 -62
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -11
- package/dist/types/autosuggestions-config/autosuggestions-config.js +2 -2
- package/dist/types/autosuggestions-config/autosuggestions-config.js.map +1 -1
- package/dist/types/autosuggestions-config/autosuggestions-config.mjs +2 -2
- package/dist/types/autosuggestions-config/index.js +2 -2
- package/dist/types/autosuggestions-config/index.js.map +1 -1
- package/dist/types/autosuggestions-config/index.mjs +2 -2
- package/dist/types/base/base-autosuggestions-config.d.ts +1 -1
- package/dist/types/base/base-autosuggestions-config.js +2 -2
- package/dist/types/base/base-autosuggestions-config.js.map +1 -1
- package/dist/types/base/base-autosuggestions-config.mjs +1 -1
- package/dist/types/base/base-copilot-textarea-props.d.ts +1 -0
- package/dist/types/base/base-copilot-textarea-props.js.map +1 -1
- package/dist/types/base/index.js +2 -2
- package/dist/types/base/index.js.map +1 -1
- package/dist/types/base/index.mjs +1 -1
- package/dist/types/index.js +2 -2
- package/dist/types/index.js.map +1 -1
- package/dist/types/index.mjs +2 -2
- package/package.json +6 -6
- package/src/components/base-copilot-textarea/base-copilot-textarea.tsx +3 -1
- package/src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.tsx +6 -0
- package/src/types/base/base-autosuggestions-config.tsx +6 -2
- package/src/types/base/base-copilot-textarea-props.tsx +1 -0
- package/dist/chunk-B6TKVDDY.mjs.map +0 -1
- package/dist/chunk-VB4VNCIQ.mjs.map +0 -1
- /package/dist/{chunk-BBZ7AWOB.mjs.map → chunk-4H2O7MYQ.mjs.map} +0 -0
- /package/dist/{chunk-AZHILHKM.mjs.map → chunk-DKE57EAC.mjs.map} +0 -0
- /package/dist/{chunk-SNQEBH5I.mjs.map → chunk-PZIRLPXR.mjs.map} +0 -0
- /package/dist/{chunk-5J3UZV77.mjs.map → chunk-W3TDW7EW.mjs.map} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-textarea@0.
|
|
2
|
+
> @copilotkit/react-textarea@0.30.0-tools.0 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/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/make-autosuggestions-function/use-make-standard-autosuggestions-function.tsx, src/hooks/make-autosuggestions-function/use-make-standard-insertion-function.tsx, src/hooks/base-copilot-textarea-implementation/use-autosuggestions.ts, src/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.tsx, src/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.ts, src/hooks/misc/use-autosize-textarea.tsx, src/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,367 +18,367 @@ warn - The `purge`/`content` options have changed in Tailwind CSS v3.0.
|
|
|
18
18
|
warn - Update your configuration file to eliminate this warning.
|
|
19
19
|
warn - https://tailwindcss.com/docs/upgrade-guide#configure-content-sources
|
|
20
20
|
DTS Build start
|
|
21
|
-
CJS dist/
|
|
22
|
-
CJS dist/types/index.js 10.
|
|
21
|
+
CJS dist/context/index.js 803.00 B
|
|
22
|
+
CJS dist/types/index.js 10.66 KB
|
|
23
23
|
CJS dist/components/manual-ui/chip-with-icon.js 1.73 KB
|
|
24
|
-
CJS dist/components/
|
|
24
|
+
CJS dist/components/hovering-toolbar/hovering-toolbar-components.js 5.54 KB
|
|
25
25
|
CJS dist/components/ui/button.js 4.82 KB
|
|
26
|
-
CJS dist/hooks/misc/use-autosize-textarea.js 1.48 KB
|
|
27
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js 6.35 KB
|
|
28
26
|
CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js 4.95 KB
|
|
29
|
-
CJS dist/
|
|
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
|
|
30
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
|
|
31
33
|
CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js 881.00 B
|
|
32
|
-
CJS dist/
|
|
33
|
-
CJS dist/
|
|
34
|
+
CJS dist/hooks/misc/use-autosize-textarea.js 1.48 KB
|
|
35
|
+
CJS dist/components/index.css 242.00 B
|
|
34
36
|
CJS dist/index.css 18.82 KB
|
|
35
|
-
CJS dist/
|
|
36
|
-
CJS dist/components/index.js 79.03 KB
|
|
37
|
-
CJS dist/index.js 79.21 KB
|
|
38
|
-
CJS dist/hooks/index.js 797.00 B
|
|
39
|
-
CJS dist/lib/get-text-around-cursor.js 4.09 KB
|
|
40
|
-
CJS dist/lib/debouncer.js 2.38 KB
|
|
37
|
+
CJS dist/index.js 79.45 KB
|
|
41
38
|
CJS dist/lib/retry.js 1.43 KB
|
|
42
|
-
CJS dist/
|
|
43
|
-
CJS dist/
|
|
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
|
|
44
45
|
CJS dist/lib/utils.test.js 182.00 B
|
|
45
|
-
CJS dist/components/base-copilot-textarea/render-element.js 2.94 KB
|
|
46
46
|
CJS dist/components/base-copilot-textarea/render-placeholder.js 2.84 KB
|
|
47
|
-
CJS dist/
|
|
48
|
-
CJS dist/components/copilot-textarea/copilot-textarea.js 78.97 KB
|
|
47
|
+
CJS dist/lib/get-text-around-cursor.js 4.09 KB
|
|
49
48
|
CJS dist/components/base-copilot-textarea/use-add-branding-css.js 3.19 KB
|
|
50
|
-
CJS dist/
|
|
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
51
|
CJS dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
52
|
-
CJS dist/
|
|
53
|
-
CJS dist/components/
|
|
54
|
-
CJS dist/components/
|
|
55
|
-
CJS dist/components/
|
|
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
56
|
CJS dist/components/ui/card.js 5.36 KB
|
|
57
|
-
CJS dist/
|
|
58
|
-
CJS dist/lib/editor-to-text.js 2.35 KB
|
|
59
|
-
CJS dist/components/ui/textarea.js 3.76 KB
|
|
60
|
-
CJS dist/components/ui/separator.js 3.82 KB
|
|
57
|
+
CJS dist/components/ui/command.js 12.52 KB
|
|
61
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
|
|
62
61
|
CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js 6.74 KB
|
|
63
|
-
CJS dist/
|
|
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
|
|
64
66
|
CJS dist/lib/slatejs-edits/with-partial-history.js 4.30 KB
|
|
65
|
-
CJS dist/
|
|
66
|
-
CJS dist/
|
|
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
|
|
67
69
|
CJS dist/types/autosuggestions-config/insertions-api-config.js 4.11 KB
|
|
68
|
-
CJS dist/types/
|
|
70
|
+
CJS dist/types/base/autosuggestion-state.js 862.00 B
|
|
69
71
|
CJS dist/types/autosuggestions-config/suggestions-api-config.js 3.71 KB
|
|
70
|
-
CJS dist/types/
|
|
71
|
-
CJS dist/
|
|
72
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js 6.04 KB
|
|
73
|
-
CJS dist/types/base/index.js 1.92 KB
|
|
74
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js 5.48 KB
|
|
75
|
-
CJS dist/types/base/editor-autocomplete-state.js 1.92 KB
|
|
76
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js 24.76 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
|
|
77
74
|
CJS dist/types/base/custom-editor.js 835.00 B
|
|
78
|
-
CJS dist/
|
|
79
|
-
CJS dist/types/
|
|
80
|
-
CJS dist/
|
|
81
|
-
CJS dist/
|
|
82
|
-
CJS dist/types/base/
|
|
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
|
|
83
82
|
CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js 906.00 B
|
|
84
|
-
CJS dist/
|
|
85
|
-
CJS dist/
|
|
86
|
-
CJS dist/
|
|
87
|
-
CJS dist/types/index.js.map 18.
|
|
88
|
-
CJS dist/components/
|
|
89
|
-
CJS dist/
|
|
90
|
-
CJS dist/lib/slatejs-edits/clear-autocompletions.js.map 1.14 KB
|
|
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
|
|
91
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
|
|
92
95
|
CJS dist/types/base/autosuggestions-bare-function.js.map 1.01 KB
|
|
93
96
|
CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js.map 268.00 B
|
|
94
|
-
CJS dist/
|
|
95
|
-
CJS dist/
|
|
96
|
-
CJS dist/components/manual-ui/chip-with-icon.js.map 969.00 B
|
|
97
|
-
CJS dist/types/autosuggestions-config/autosuggestions-config.js.map 18.36 KB
|
|
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
|
|
98
99
|
CJS dist/index.css.map 29.12 KB
|
|
99
|
-
CJS dist/context/index.js.map 139.00 B
|
|
100
|
-
CJS dist/hooks/index.js.map 137.00 B
|
|
101
|
-
CJS dist/components/index.js.map 142.53 KB
|
|
102
|
-
CJS dist/lib/get-text-around-cursor.js.map 5.75 KB
|
|
103
100
|
CJS dist/lib/retry.js.map 1018.00 B
|
|
101
|
+
CJS dist/lib/stream-promise-flatten.js.map 1.45 KB
|
|
104
102
|
CJS dist/lib/debouncer.js.map 1.66 KB
|
|
105
|
-
CJS dist/components/
|
|
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
|
|
106
110
|
CJS dist/lib/utils.js.map 2.53 KB
|
|
107
|
-
CJS dist/
|
|
108
|
-
CJS dist/
|
|
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
|
|
109
113
|
CJS dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
|
|
110
|
-
CJS dist/components/
|
|
111
|
-
CJS dist/components/base-copilot-textarea/
|
|
112
|
-
CJS dist/components/base-copilot-textarea/base-copilot-textarea.js.map 112.84 KB
|
|
113
|
-
CJS dist/components/ui/dialog.js.map 7.46 KB
|
|
114
|
-
CJS dist/components/ui/command.js.map 14.39 KB
|
|
115
|
-
CJS dist/components/hovering-toolbar/hovering-toolbar-components.js.map 3.68 KB
|
|
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
116
|
CJS dist/components/ui/card.js.map 4.86 KB
|
|
117
|
-
CJS dist/
|
|
118
|
-
CJS dist/
|
|
119
|
-
CJS dist/components/
|
|
120
|
-
CJS dist/lib/stream-promise-flatten.js.map 1.45 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
|
|
121
120
|
CJS dist/components/ui/separator.js.map 2.98 KB
|
|
122
|
-
CJS dist/components/hovering-toolbar/hovering-toolbar.js.map 53.
|
|
123
|
-
CJS dist/
|
|
124
|
-
CJS dist/
|
|
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
|
|
125
127
|
CJS dist/types/autosuggestions-config/insertions-api-config.js.map 4.22 KB
|
|
126
|
-
CJS dist/lib/slatejs-edits/add-autocompletions.js.map 1.08 KB
|
|
127
128
|
CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map 8.60 KB
|
|
128
|
-
CJS dist/types/
|
|
129
|
+
CJS dist/types/base/autosuggestion-state.js.map 269.00 B
|
|
129
130
|
CJS dist/types/autosuggestions-config/suggestions-api-config.js.map 3.63 KB
|
|
130
|
-
CJS dist/types/
|
|
131
|
-
CJS dist/components/
|
|
132
|
-
CJS dist/
|
|
133
|
-
CJS dist/
|
|
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
|
|
134
141
|
CJS dist/types/base/editor-autocomplete-state.js.map 2.64 KB
|
|
135
|
-
CJS dist/types/base/custom-editor.js.map 886.00 B
|
|
136
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map 36.66 KB
|
|
137
|
-
CJS dist/types/autosuggestions-config/index.js.map 19.01 KB
|
|
138
|
-
CJS dist/lib/slatejs-edits/replace-text.js.map 1.17 KB
|
|
139
|
-
CJS dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
|
|
140
|
-
CJS dist/types/base/autosuggestion-state.js.map 269.00 B
|
|
141
|
-
CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js.map 10.46 KB
|
|
142
|
-
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map 36.89 KB
|
|
143
|
-
CJS dist/types/base/base-autosuggestions-config.js.map 5.28 KB
|
|
144
|
-
CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js.map 283.00 B
|
|
145
|
-
CJS dist/components/base-copilot-textarea/use-add-branding-css.js.map 3.50 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
142
|
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js.map 5.28 KB
|
|
149
|
-
CJS
|
|
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
150
|
ESM dist/index.mjs 1.74 KB
|
|
151
151
|
ESM dist/components/index.mjs 1.52 KB
|
|
152
152
|
ESM dist/hooks/index.mjs 66.00 B
|
|
153
|
-
ESM dist/context/index.mjs 66.00 B
|
|
154
|
-
ESM dist/lib/debouncer.mjs 147.00 B
|
|
155
153
|
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
156
154
|
ESM dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
157
|
-
ESM dist/
|
|
155
|
+
ESM dist/lib/debouncer.mjs 147.00 B
|
|
158
156
|
ESM dist/chunk-WADHCMPK.mjs 43.00 B
|
|
159
|
-
ESM dist/chunk-
|
|
160
|
-
ESM dist/chunk-
|
|
157
|
+
ESM dist/chunk-RT4UTBH3.mjs 2.09 KB
|
|
158
|
+
ESM dist/chunk-RUV6NBIF.mjs 43.00 B
|
|
159
|
+
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
|
|
161
162
|
ESM dist/chunk-4OJ3H65F.mjs 2.50 KB
|
|
163
|
+
ESM dist/chunk-MMVDU6DF.mjs 43.00 B
|
|
162
164
|
ESM dist/chunk-KDVMG3XF.mjs 2.48 KB
|
|
163
|
-
ESM dist/chunk-
|
|
164
|
-
ESM dist/chunk-RUV6NBIF.mjs 43.00 B
|
|
165
|
-
ESM dist/chunk-B6TKVDDY.mjs 8.50 KB
|
|
166
|
-
ESM dist/chunk-DRV2FOHZ.mjs 2.06 KB
|
|
167
|
-
ESM dist/chunk-4NHVQZ67.mjs 3.05 KB
|
|
168
|
-
ESM dist/chunk-VPEH6V7T.mjs 2.63 KB
|
|
165
|
+
ESM dist/chunk-JIPPS45C.mjs 8.56 KB
|
|
169
166
|
ESM dist/chunk-72P3KOHZ.mjs 3.14 KB
|
|
167
|
+
ESM dist/chunk-RKQ6RTZM.mjs 2.89 KB
|
|
170
168
|
ESM dist/chunk-JJLQVT7S.mjs 468.00 B
|
|
171
|
-
ESM dist/chunk-
|
|
172
|
-
ESM dist/chunk-7LSRNPNI.mjs 2.13 KB
|
|
173
|
-
ESM dist/chunk-2C7O2EVM.mjs 564.00 B
|
|
169
|
+
ESM dist/chunk-VPEH6V7T.mjs 2.63 KB
|
|
174
170
|
ESM dist/chunk-GQN2HYFJ.mjs 625.00 B
|
|
171
|
+
ESM dist/chunk-2C7O2EVM.mjs 564.00 B
|
|
175
172
|
ESM dist/chunk-LQ2OWQU7.mjs 1.41 KB
|
|
176
|
-
ESM dist/chunk-
|
|
177
|
-
ESM dist/chunk-
|
|
178
|
-
ESM dist/chunk-
|
|
179
|
-
ESM dist/chunk-
|
|
180
|
-
ESM dist/chunk-
|
|
173
|
+
ESM dist/chunk-5UNJXFUO.mjs 563.00 B
|
|
174
|
+
ESM dist/chunk-DRV2FOHZ.mjs 2.06 KB
|
|
175
|
+
ESM dist/chunk-7LSRNPNI.mjs 2.13 KB
|
|
176
|
+
ESM dist/chunk-W3TDW7EW.mjs 3.82 KB
|
|
177
|
+
ESM dist/chunk-4H2O7MYQ.mjs 928.00 B
|
|
178
|
+
ESM dist/chunk-SX6NY5FW.mjs 1.42 KB
|
|
179
|
+
ESM dist/chunk-K7GVTNZU.mjs 8.46 KB
|
|
181
180
|
ESM dist/chunk-WFTAAA7R.mjs 1.81 KB
|
|
181
|
+
ESM dist/chunk-3PQ7GSFE.mjs 544.00 B
|
|
182
182
|
ESM dist/chunk-KFQZHRPJ.mjs 812.00 B
|
|
183
|
-
ESM dist/chunk-
|
|
183
|
+
ESM dist/chunk-4NHVQZ67.mjs 3.05 KB
|
|
184
184
|
ESM dist/chunk-LYB4B6MK.mjs 672.00 B
|
|
185
|
-
ESM dist/chunk-
|
|
186
|
-
ESM dist/chunk-
|
|
187
|
-
ESM dist/chunk-5J3UZV77.mjs 3.82 KB
|
|
185
|
+
ESM dist/chunk-P4QVFRLY.mjs 2.42 KB
|
|
186
|
+
ESM dist/chunk-L7VVZH4Q.mjs 43.00 B
|
|
188
187
|
ESM dist/chunk-FJNUPSQK.mjs 2.46 KB
|
|
188
|
+
ESM dist/chunk-PTZVE6NC.mjs 4.29 KB
|
|
189
189
|
ESM dist/chunk-2QDCE7PD.mjs 731.00 B
|
|
190
190
|
ESM dist/chunk-7SUZ6CXM.mjs 1.37 KB
|
|
191
|
-
ESM dist/chunk-XW3ICO4S.mjs 688.00 B
|
|
192
191
|
ESM dist/chunk-224UKA7C.mjs 1.13 KB
|
|
193
|
-
ESM dist/chunk-
|
|
194
|
-
ESM dist/chunk-
|
|
195
|
-
ESM dist/chunk-
|
|
196
|
-
ESM dist/lib/editor-to-text.mjs 158.00 B
|
|
197
|
-
ESM dist/chunk-QCPS6IYI.mjs 3.85 KB
|
|
192
|
+
ESM dist/chunk-XW3ICO4S.mjs 688.00 B
|
|
193
|
+
ESM dist/chunk-WJHSY5T6.mjs 43.00 B
|
|
194
|
+
ESM dist/chunk-LCDTIJSD.mjs 905.00 B
|
|
198
195
|
ESM dist/chunk-H4VKQGVU.mjs 43.00 B
|
|
196
|
+
ESM dist/lib/editor-to-text.mjs 158.00 B
|
|
199
197
|
ESM dist/chunk-T6MTDQZ7.mjs 1.31 KB
|
|
200
198
|
ESM dist/lib/get-text-around-cursor.mjs 370.00 B
|
|
201
|
-
ESM dist/chunk-
|
|
199
|
+
ESM dist/chunk-M2DR4KVB.mjs 931.00 B
|
|
202
200
|
ESM dist/lib/retry.mjs 135.00 B
|
|
203
|
-
ESM dist/components/index.css 242.00 B
|
|
204
201
|
ESM dist/chunk-KNQIEOFP.mjs 472.00 B
|
|
205
|
-
ESM dist/chunk-MRXNTQOX.mjs 1.89 KB
|
|
206
|
-
ESM dist/index.css 18.82 KB
|
|
207
|
-
ESM dist/chunk-MMVDU6DF.mjs 43.00 B
|
|
208
202
|
ESM dist/chunk-WTASPE2W.mjs 4.66 KB
|
|
209
|
-
ESM dist/
|
|
210
|
-
ESM dist/
|
|
203
|
+
ESM dist/index.css 18.82 KB
|
|
204
|
+
ESM dist/chunk-ECR45NSD.mjs 2.67 KB
|
|
205
|
+
ESM dist/chunk-MRXNTQOX.mjs 1.89 KB
|
|
206
|
+
ESM dist/chunk-QCPS6IYI.mjs 3.85 KB
|
|
207
|
+
ESM dist/components/index.css 242.00 B
|
|
208
|
+
ESM dist/chunk-DE5K76I2.mjs 43.00 B
|
|
211
209
|
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs 308.00 B
|
|
210
|
+
ESM dist/types/base/autosuggestions-bare-function.mjs 58.00 B
|
|
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
|
|
213
|
+
ESM dist/types/base/base-autosuggestions-config.mjs 217.00 B
|
|
214
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs 631.00 B
|
|
215
|
+
ESM dist/types/base/custom-editor.mjs 42.00 B
|
|
216
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs 379.00 B
|
|
212
217
|
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs 53.00 B
|
|
213
|
-
ESM dist/
|
|
218
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 606.00 B
|
|
214
219
|
ESM dist/types/base/index.mjs 230.00 B
|
|
215
|
-
ESM dist/types/
|
|
216
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 568.00 B
|
|
217
|
-
ESM dist/types/base/base-autosuggestions-config.mjs 217.00 B
|
|
220
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs 66.00 B
|
|
218
221
|
ESM dist/lib/slatejs-edits/with-partial-history.mjs 224.00 B
|
|
219
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs 593.00 B
|
|
220
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs 607.00 B
|
|
221
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
|
+
ESM dist/types/autosuggestions-config/editing-api-config.mjs 324.00 B
|
|
222
228
|
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs 236.00 B
|
|
229
|
+
ESM dist/hooks/misc/use-autosize-textarea.mjs 216.00 B
|
|
230
|
+
ESM dist/lib/slatejs-edits/add-autocompletions.mjs 197.00 B
|
|
223
231
|
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs 287.00 B
|
|
224
|
-
ESM dist/types/
|
|
225
|
-
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs 379.00 B
|
|
232
|
+
ESM dist/types/base/editor-autocomplete-state.mjs 238.00 B
|
|
226
233
|
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs 207.00 B
|
|
227
|
-
ESM dist/
|
|
234
|
+
ESM dist/types/base/base-copilot-textarea-props.mjs 56.00 B
|
|
228
235
|
ESM dist/lib/slatejs-edits/replace-text.mjs 172.00 B
|
|
229
|
-
ESM dist/components/ui/button.mjs 215.00 B
|
|
230
|
-
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs 66.00 B
|
|
231
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs 277.00 B
|
|
232
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs 279.00 B
|
|
233
236
|
ESM dist/components/ui/command.mjs 499.00 B
|
|
237
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs 277.00 B
|
|
238
|
+
ESM dist/components/ui/dialog.mjs 397.00 B
|
|
239
|
+
ESM dist/components/ui/label.mjs 190.00 B
|
|
240
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 286.00 B
|
|
234
241
|
ESM dist/components/ui/separator.mjs 935.00 B
|
|
235
|
-
ESM dist/
|
|
242
|
+
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs 250.00 B
|
|
243
|
+
ESM dist/components/ui/button.mjs 215.00 B
|
|
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
|
|
246
|
+
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 697.00 B
|
|
236
247
|
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs 282.00 B
|
|
237
|
-
ESM dist/
|
|
248
|
+
ESM dist/lib/utils.test.mjs 168.00 B
|
|
249
|
+
ESM dist/lib/stream-promise-flatten.mjs 182.00 B
|
|
250
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs 1.27 KB
|
|
251
|
+
ESM dist/components/manual-ui/chip-with-icon.mjs 690.00 B
|
|
238
252
|
ESM dist/components/ui/textarea.mjs 886.00 B
|
|
239
|
-
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs 180.00 B
|
|
240
253
|
ESM dist/components/copilot-textarea/copilot-textarea.mjs 1.57 KB
|
|
241
|
-
ESM dist/components/
|
|
242
|
-
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 47.00 B
|
|
243
|
-
ESM dist/components/ui/label.mjs 190.00 B
|
|
244
|
-
ESM dist/lib/stream-promise-flatten.mjs 182.00 B
|
|
245
|
-
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 697.00 B
|
|
246
|
-
ESM dist/types/autosuggestions-config/editing-api-config.mjs 324.00 B
|
|
254
|
+
ESM dist/components/source-search-box/source-search-box.mjs 294.00 B
|
|
247
255
|
ESM dist/types/html-copilot-textarea-element.mjs 90.00 B
|
|
248
|
-
ESM dist/lib/utils.test.mjs 168.00 B
|
|
249
|
-
ESM dist/components/ui/dialog.mjs 397.00 B
|
|
250
256
|
ESM dist/lib/utils.mjs 305.00 B
|
|
251
|
-
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs 239.00 B
|
|
252
|
-
ESM dist/lib/slatejs-edits/add-autocompletions.mjs 197.00 B
|
|
253
|
-
ESM dist/components/base-copilot-textarea/render-placeholder.mjs 202.00 B
|
|
254
|
-
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs 1.27 KB
|
|
255
|
-
ESM dist/components/ui/card.mjs 2.21 KB
|
|
256
257
|
ESM dist/components/base-copilot-textarea/render-element.mjs 190.00 B
|
|
258
|
+
ESM dist/components/base-copilot-textarea/render-placeholder.mjs 202.00 B
|
|
257
259
|
ESM dist/types/index.mjs 517.00 B
|
|
258
|
-
ESM dist/
|
|
259
|
-
ESM dist/components/
|
|
260
|
-
ESM dist/components/manual-ui/chip-with-icon.mjs 690.00 B
|
|
261
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 286.00 B
|
|
260
|
+
ESM dist/context/index.mjs 66.00 B
|
|
261
|
+
ESM dist/components/ui/card.mjs 2.21 KB
|
|
262
262
|
ESM dist/index.mjs.map 71.00 B
|
|
263
|
-
ESM dist/components/index.mjs.map 71.00 B
|
|
264
263
|
ESM dist/hooks/index.mjs.map 71.00 B
|
|
265
|
-
ESM dist/
|
|
266
|
-
ESM dist/context/index.mjs.map 71.00 B
|
|
264
|
+
ESM dist/components/index.mjs.map 71.00 B
|
|
267
265
|
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
|
|
268
266
|
ESM dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
|
|
269
|
-
ESM dist/
|
|
270
|
-
ESM dist/chunk-
|
|
271
|
-
ESM dist/chunk-
|
|
272
|
-
ESM dist/chunk-DE5K76I2.mjs.map 71.00 B
|
|
267
|
+
ESM dist/lib/debouncer.mjs.map 71.00 B
|
|
268
|
+
ESM dist/chunk-DKE57EAC.mjs.map 1.65 KB
|
|
269
|
+
ESM dist/chunk-IU3WTXLQ.mjs.map 71.00 B
|
|
273
270
|
ESM dist/chunk-KDVMG3XF.mjs.map 3.57 KB
|
|
274
|
-
ESM dist/chunk-
|
|
275
|
-
ESM dist/chunk-
|
|
276
|
-
ESM dist/chunk-SNQEBH5I.mjs.map 3.41 KB
|
|
277
|
-
ESM dist/chunk-B6TKVDDY.mjs.map 15.47 KB
|
|
271
|
+
ESM dist/chunk-PZIRLPXR.mjs.map 3.41 KB
|
|
272
|
+
ESM dist/chunk-MMVDU6DF.mjs.map 71.00 B
|
|
278
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
|
|
276
|
+
ESM dist/chunk-RKQ6RTZM.mjs.map 4.17 KB
|
|
277
|
+
ESM dist/chunk-RUV6NBIF.mjs.map 71.00 B
|
|
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
|
|
279
281
|
ESM dist/chunk-7LSRNPNI.mjs.map 3.46 KB
|
|
280
|
-
ESM dist/chunk-2C7O2EVM.mjs.map 1.04 KB
|
|
281
282
|
ESM dist/chunk-DRV2FOHZ.mjs.map 3.80 KB
|
|
282
|
-
ESM dist/chunk-
|
|
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
|
|
283
286
|
ESM dist/chunk-3PQ7GSFE.mjs.map 1.13 KB
|
|
284
|
-
ESM dist/chunk-RT4UTBH3.mjs.map 4.52 KB
|
|
285
|
-
ESM dist/chunk-LQ2OWQU7.mjs.map 3.00 KB
|
|
286
|
-
ESM dist/chunk-BBZ7AWOB.mjs.map 1.45 KB
|
|
287
|
-
ESM dist/chunk-PTZVE6NC.mjs.map 5.68 KB
|
|
288
287
|
ESM dist/chunk-KFQZHRPJ.mjs.map 1.11 KB
|
|
289
|
-
ESM dist/chunk-
|
|
290
|
-
ESM dist/chunk-
|
|
291
|
-
ESM dist/chunk-
|
|
288
|
+
ESM dist/chunk-4NHVQZ67.mjs.map 6.12 KB
|
|
289
|
+
ESM dist/chunk-2C7O2EVM.mjs.map 1.04 KB
|
|
290
|
+
ESM dist/chunk-GQN2HYFJ.mjs.map 1.10 KB
|
|
291
|
+
ESM dist/chunk-JJLQVT7S.mjs.map 882.00 B
|
|
292
|
+
ESM dist/chunk-FJNUPSQK.mjs.map 4.53 KB
|
|
292
293
|
ESM dist/chunk-2QDCE7PD.mjs.map 1.39 KB
|
|
293
|
-
ESM dist/chunk-
|
|
294
|
-
ESM dist/chunk-7SUZ6CXM.mjs.map 2.45 KB
|
|
294
|
+
ESM dist/chunk-P4QVFRLY.mjs.map 3.55 KB
|
|
295
295
|
ESM dist/chunk-224UKA7C.mjs.map 1.71 KB
|
|
296
|
-
ESM dist/chunk-
|
|
297
|
-
ESM dist/chunk-
|
|
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
|
+
ESM dist/chunk-LCDTIJSD.mjs.map 5.30 KB
|
|
298
300
|
ESM dist/lib/editor-to-text.mjs.map 71.00 B
|
|
299
|
-
ESM dist/chunk-FP2EKU3L.mjs.map 5.24 KB
|
|
300
|
-
ESM dist/chunk-H4VKQGVU.mjs.map 71.00 B
|
|
301
|
-
ESM dist/chunk-QCPS6IYI.mjs.map 7.62 KB
|
|
302
301
|
ESM dist/chunk-T6MTDQZ7.mjs.map 2.82 KB
|
|
303
|
-
ESM dist/chunk-
|
|
302
|
+
ESM dist/chunk-L7VVZH4Q.mjs.map 71.00 B
|
|
304
303
|
ESM dist/lib/get-text-around-cursor.mjs.map 71.00 B
|
|
305
|
-
ESM dist/chunk-
|
|
306
|
-
ESM dist/chunk-ECR45NSD.mjs.map 5.71 KB
|
|
307
|
-
ESM dist/chunk-5UNJXFUO.mjs.map 1.13 KB
|
|
304
|
+
ESM dist/chunk-7SUZ6CXM.mjs.map 2.45 KB
|
|
308
305
|
ESM dist/lib/retry.mjs.map 71.00 B
|
|
309
|
-
ESM dist/chunk-KNQIEOFP.mjs.map 971.00 B
|
|
310
|
-
ESM dist/chunk-VB4VNCIQ.mjs.map 13.72 KB
|
|
311
|
-
ESM dist/chunk-GQN2HYFJ.mjs.map 1.10 KB
|
|
312
|
-
ESM dist/chunk-P4QVFRLY.mjs.map 3.55 KB
|
|
313
306
|
ESM dist/index.css.map 29.12 KB
|
|
314
|
-
ESM dist/
|
|
315
|
-
ESM dist/chunk-
|
|
307
|
+
ESM dist/chunk-KNQIEOFP.mjs.map 971.00 B
|
|
308
|
+
ESM dist/chunk-ECR45NSD.mjs.map 5.71 KB
|
|
316
309
|
ESM dist/chunk-WTASPE2W.mjs.map 6.89 KB
|
|
317
|
-
ESM dist/chunk-
|
|
318
|
-
ESM dist/chunk-
|
|
319
|
-
ESM dist/chunk-
|
|
320
|
-
ESM dist/chunk-
|
|
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
|
|
321
315
|
ESM dist/chunk-WJHSY5T6.mjs.map 71.00 B
|
|
322
|
-
ESM dist/
|
|
323
|
-
ESM dist/
|
|
324
|
-
ESM dist/
|
|
325
|
-
ESM dist/
|
|
316
|
+
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
317
|
+
ESM dist/chunk-DE5K76I2.mjs.map 71.00 B
|
|
318
|
+
ESM dist/chunk-PTZVE6NC.mjs.map 5.68 KB
|
|
319
|
+
ESM dist/components/index.css.map 429.00 B
|
|
320
|
+
ESM dist/chunk-LYB4B6MK.mjs.map 1.36 KB
|
|
321
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs.map 71.00 B
|
|
326
322
|
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs.map 71.00 B
|
|
327
|
-
ESM dist/types/autosuggestions-config/
|
|
328
|
-
ESM dist/
|
|
329
|
-
ESM dist/types/base/base-
|
|
323
|
+
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 71.00 B
|
|
324
|
+
ESM dist/types/base/custom-editor.mjs.map 71.00 B
|
|
325
|
+
ESM dist/types/base/base-autosuggestions-config.mjs.map 71.00 B
|
|
326
|
+
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs.map 71.00 B
|
|
330
327
|
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs.map 71.00 B
|
|
331
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs.map 71.00 B
|
|
332
|
-
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs.map 71.00 B
|
|
333
|
-
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs.map 71.00 B
|
|
334
|
-
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs.map 71.00 B
|
|
335
|
-
ESM dist/hooks/misc/use-autosize-textarea.mjs.map 71.00 B
|
|
336
|
-
ESM dist/lib/slatejs-edits/replace-text.mjs.map 71.00 B
|
|
337
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 71.00 B
|
|
338
|
-
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs.map 71.00 B
|
|
339
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
|
|
331
|
+
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
|
|
340
333
|
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs.map 71.00 B
|
|
341
|
-
ESM dist/
|
|
334
|
+
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs.map 71.00 B
|
|
342
335
|
ESM dist/types/base/autosuggestion-state.mjs.map 71.00 B
|
|
343
|
-
ESM dist/components/ui/separator.mjs.map 1.22 KB
|
|
344
336
|
ESM dist/types/autosuggestions-config/insertions-api-config.mjs.map 71.00 B
|
|
345
|
-
ESM dist/
|
|
346
|
-
ESM dist/
|
|
347
|
-
ESM dist/
|
|
337
|
+
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
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs.map 71.00 B
|
|
340
|
+
ESM dist/hooks/misc/use-autosize-textarea.mjs.map 71.00 B
|
|
341
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs.map 71.00 B
|
|
342
|
+
ESM dist/types/base/base-copilot-textarea-props.mjs.map 71.00 B
|
|
343
|
+
ESM dist/lib/slatejs-edits/add-autocompletions.mjs.map 71.00 B
|
|
344
|
+
ESM dist/types/base/editor-autocomplete-state.mjs.map 71.00 B
|
|
345
|
+
ESM dist/lib/slatejs-edits/replace-text.mjs.map 71.00 B
|
|
346
|
+
ESM dist/components/ui/dialog.mjs.map 71.00 B
|
|
347
|
+
ESM dist/components/ui/label.mjs.map 71.00 B
|
|
348
|
+
ESM dist/components/ui/separator.mjs.map 1.22 KB
|
|
349
|
+
ESM dist/components/ui/command.mjs.map 71.00 B
|
|
350
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 71.00 B
|
|
348
351
|
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs.map 71.00 B
|
|
352
|
+
ESM dist/components/ui/button.mjs.map 71.00 B
|
|
349
353
|
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs.map 71.00 B
|
|
350
|
-
ESM dist/
|
|
354
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 71.00 B
|
|
351
355
|
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs.map 71.00 B
|
|
352
|
-
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 71.00 B
|
|
353
|
-
ESM dist/lib/stream-promise-flatten.mjs.map 71.00 B
|
|
354
|
-
ESM dist/types/autosuggestions-config/editing-api-config.mjs.map 71.00 B
|
|
355
|
-
ESM dist/types/html-copilot-textarea-element.mjs.map 71.00 B
|
|
356
356
|
ESM dist/lib/utils.test.mjs.map 350.00 B
|
|
357
|
-
ESM dist/lib/
|
|
358
|
-
ESM dist/components/
|
|
359
|
-
ESM dist/components/
|
|
360
|
-
ESM dist/components/
|
|
361
|
-
ESM dist/components/base-copilot-textarea/render-element.mjs.map 71.00 B
|
|
362
|
-
ESM dist/types/index.mjs.map 71.00 B
|
|
357
|
+
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
|
+
ESM dist/components/copilot-textarea/copilot-textarea.mjs.map 71.00 B
|
|
363
361
|
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs.map 71.00 B
|
|
364
362
|
ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 71.00 B
|
|
365
|
-
ESM dist/components/
|
|
366
|
-
ESM dist/types/base/
|
|
367
|
-
ESM dist/
|
|
368
|
-
ESM dist/
|
|
369
|
-
ESM dist/
|
|
370
|
-
ESM dist/components/source-search-box/source-search-box.mjs.map 71.00 B
|
|
371
|
-
ESM dist/components/ui/button.mjs.map 71.00 B
|
|
372
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 71.00 B
|
|
363
|
+
ESM dist/components/base-copilot-textarea/render-element.mjs.map 71.00 B
|
|
364
|
+
ESM dist/types/base/autosuggestions-bare-function.mjs.map 71.00 B
|
|
365
|
+
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
|
|
373
368
|
ESM dist/components/manual-ui/chip-with-icon.mjs.map 937.00 B
|
|
374
|
-
ESM
|
|
375
|
-
|
|
369
|
+
ESM dist/components/ui/card.mjs.map 3.08 KB
|
|
370
|
+
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs.map 71.00 B
|
|
371
|
+
ESM dist/context/index.mjs.map 71.00 B
|
|
372
|
+
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs.map 71.00 B
|
|
373
|
+
ESM dist/lib/utils.mjs.map 71.00 B
|
|
374
|
+
ESM ⚡️ Build success in 591ms
|
|
375
|
+
DTS ⚡️ Build success in 8102ms
|
|
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
|
|
379
|
-
DTS dist/types/base/base-autosuggestions-config.d.ts 3.
|
|
379
|
+
DTS dist/types/base/base-autosuggestions-config.d.ts 3.87 KB
|
|
380
380
|
DTS dist/types/base/autosuggestions-bare-function.d.ts 970.00 B
|
|
381
|
-
DTS dist/types/base/base-copilot-textarea-props.d.ts 2.
|
|
381
|
+
DTS dist/types/base/base-copilot-textarea-props.d.ts 2.21 KB
|
|
382
382
|
DTS dist/types/html-copilot-textarea-element.d.ts 165.00 B
|
|
383
383
|
DTS dist/types/autosuggestions-config/autosuggestions-config.d.ts 924.00 B
|
|
384
384
|
DTS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.d.ts 129.00 B
|
|
@@ -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/components/index.d.ts 954.00 B
|
|
391
390
|
DTS dist/context/index.d.ts 12.00 B
|
|
391
|
+
DTS dist/components/index.d.ts 954.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
|
|
418
420
|
DTS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.d.ts 983.00 B
|
|
419
421
|
DTS dist/types/base/autosuggestion-state.d.ts 143.00 B
|
|
420
422
|
DTS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.d.ts 226.00 B
|
|
421
423
|
DTS dist/types/base/custom-editor.d.ts 801.00 B
|
|
422
424
|
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
|