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