@copilotkit/react-textarea 0.19.0-alpha.3 → 0.19.0-alpha.5
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 +152 -209
- package/CHANGELOG.md +16 -0
- package/dist/{chunk-4MDDCR32.mjs → chunk-4HSJ5XUO.mjs} +2 -2
- package/dist/{chunk-CZMPLTHF.mjs → chunk-6Z6Z2K7O.mjs} +2 -2
- package/dist/{chunk-OS2YW2UX.mjs → chunk-7PSM4AUU.mjs} +4 -4
- package/dist/{chunk-23UHDUUY.mjs → chunk-GQJYEVBT.mjs} +28 -28
- package/dist/chunk-GQJYEVBT.mjs.map +1 -0
- package/dist/{chunk-U5GM2PRT.mjs → chunk-PHFEZQTN.mjs} +3 -3
- package/dist/{chunk-3YJ63D5D.mjs → chunk-XA7M72ZO.mjs} +2 -2
- package/dist/{chunk-3YJ63D5D.mjs.map → chunk-XA7M72ZO.mjs.map} +1 -1
- package/dist/components/base-copilot-textarea/base-copilot-textarea.mjs +8 -8
- package/dist/components/copilot-textarea/copilot-textarea.mjs +10 -10
- package/dist/components/hovering-toolbar/hovering-toolbar.mjs +4 -4
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs +2 -2
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs +3 -3
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs +3 -3
- package/dist/components/index.mjs +10 -10
- package/dist/components/source-search-box/source-search-box.mjs +2 -2
- package/dist/components/ui/command.mjs +1 -1
- package/dist/index.css +3 -12
- package/dist/index.css.map +1 -1
- package/dist/index.mjs +10 -10
- package/package.json +4 -4
- package/src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.tsx +2 -1
- package/src/components/source-search-box/source-search-box.tsx +6 -9
- package/src/components/ui/command.tsx +1 -1
- package/dist/chunk-23UHDUUY.mjs.map +0 -1
- package/dist/components/base-copilot-textarea/base-copilot-textarea.d.ts +0 -13
- package/dist/components/base-copilot-textarea/render-element.d.ts +0 -6
- package/dist/components/base-copilot-textarea/render-placeholder.d.ts +0 -6
- package/dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.d.ts +0 -6
- package/dist/components/base-copilot-textarea/use-add-branding-css.d.ts +0 -3
- package/dist/components/copilot-textarea/copilot-textarea.d.ts +0 -20
- package/dist/components/hovering-toolbar/hovering-editor-provider.d.ts +0 -13
- package/dist/components/hovering-toolbar/hovering-toolbar-components.d.ts +0 -18
- package/dist/components/hovering-toolbar/hovering-toolbar.d.ts +0 -8
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.d.ts +0 -29
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.d.ts +0 -12
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.d.ts +0 -3
- package/dist/components/index.d.ts +0 -15
- package/dist/components/manual-ui/chip-with-icon.d.ts +0 -10
- package/dist/components/source-search-box/source-search-box.d.ts +0 -17
- package/dist/components/ui/button.d.ts +0 -14
- package/dist/components/ui/card.d.ts +0 -10
- package/dist/components/ui/command.d.ts +0 -48
- package/dist/components/ui/dialog.d.ts +0 -18
- package/dist/components/ui/label.d.ts +0 -8
- package/dist/components/ui/separator.d.ts +0 -6
- package/dist/components/ui/textarea.d.ts +0 -7
- package/dist/context/index.d.ts +0 -1
- package/dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.d.ts +0 -13
- package/dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.d.ts +0 -8
- package/dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.d.ts +0 -7
- package/dist/hooks/index.d.ts +0 -1
- package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.d.ts +0 -22
- package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.d.ts +0 -23
- package/dist/hooks/misc/use-autosize-textarea.d.ts +0 -5
- package/dist/index.d.ts +0 -15
- package/dist/lib/debouncer.d.ts +0 -11
- package/dist/lib/editor-to-text.d.ts +0 -7
- package/dist/lib/get-text-around-cursor.d.ts +0 -15
- package/dist/lib/retry.d.ts +0 -3
- package/dist/lib/slatejs-edits/add-autocompletions.d.ts +0 -8
- package/dist/lib/slatejs-edits/clear-autocompletions.d.ts +0 -8
- package/dist/lib/slatejs-edits/replace-text.d.ts +0 -5
- package/dist/lib/slatejs-edits/with-partial-history.d.ts +0 -10
- package/dist/lib/stream-promise-flatten.d.ts +0 -3
- package/dist/lib/utils.d.ts +0 -10
- package/dist/lib/utils.test.d.ts +0 -1
- package/dist/types/autosuggestions-config/autosuggestions-config-user-specified.d.ts +0 -25
- package/dist/types/autosuggestions-config/autosuggestions-config.d.ts +0 -20
- package/dist/types/autosuggestions-config/editing-api-config.d.ts +0 -17
- package/dist/types/autosuggestions-config/index.d.ts +0 -10
- package/dist/types/autosuggestions-config/insertions-api-config.d.ts +0 -17
- package/dist/types/autosuggestions-config/subtypes/chatlike-api-endpoint.d.ts +0 -26
- package/dist/types/autosuggestions-config/subtypes/make-system-prompt.d.ts +0 -3
- package/dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.d.ts +0 -7
- package/dist/types/autosuggestions-config/suggestions-api-config.d.ts +0 -17
- package/dist/types/base/autosuggestion-state.d.ts +0 -8
- package/dist/types/base/autosuggestions-bare-function.d.ts +0 -17
- package/dist/types/base/base-autosuggestions-config.d.ts +0 -14
- package/dist/types/base/base-copilot-textarea-props.d.ts +0 -40
- package/dist/types/base/custom-editor.d.ts +0 -29
- package/dist/types/base/editor-autocomplete-state.d.ts +0 -10
- package/dist/types/base/index.d.ts +0 -4
- package/dist/types/html-copilot-textarea-element.d.ts +0 -7
- package/dist/types/index.d.ts +0 -13
- /package/dist/{chunk-4MDDCR32.mjs.map → chunk-4HSJ5XUO.mjs.map} +0 -0
- /package/dist/{chunk-CZMPLTHF.mjs.map → chunk-6Z6Z2K7O.mjs.map} +0 -0
- /package/dist/{chunk-OS2YW2UX.mjs.map → chunk-7PSM4AUU.mjs.map} +0 -0
- /package/dist/{chunk-U5GM2PRT.mjs.map → chunk-PHFEZQTN.mjs.map} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
Debugger attached.
|
|
1
2
|
|
|
2
|
-
> @copilotkit/react-textarea@0.19.0-alpha.
|
|
3
|
+
> @copilotkit/react-textarea@0.19.0-alpha.4 build /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-textarea
|
|
3
4
|
> tsup --treeshake
|
|
4
5
|
|
|
5
|
-
|
|
6
|
+
Debugger attached.
|
|
7
|
+
CLI Building entry: src/index.tsx, src/components/index.ts, src/context/index.ts, src/hooks/index.ts, src/lib/debouncer.ts, src/lib/editor-to-text.ts, src/lib/get-text-around-cursor.ts, src/lib/retry.tsx, src/lib/stream-promise-flatten.ts, src/lib/utils.test.ts, src/lib/utils.ts, src/types/html-copilot-textarea-element.ts, src/types/index.ts, src/components/base-copilot-textarea/base-copilot-textarea.tsx, src/components/base-copilot-textarea/render-element.tsx, src/components/base-copilot-textarea/render-placeholder.tsx, src/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.tsx, src/components/base-copilot-textarea/use-add-branding-css.tsx, src/components/copilot-textarea/copilot-textarea.tsx, src/components/hovering-toolbar/hovering-editor-provider.tsx, src/components/hovering-toolbar/hovering-toolbar-components.tsx, src/components/hovering-toolbar/hovering-toolbar.tsx, src/components/manual-ui/chip-with-icon.tsx, src/components/source-search-box/source-search-box.tsx, src/components/ui/button.tsx, src/components/ui/card.tsx, src/components/ui/command.tsx, src/components/ui/dialog.tsx, src/components/ui/label.tsx, src/components/ui/separator.tsx, src/components/ui/textarea.tsx, src/hooks/base-copilot-textarea-implementation/use-autosuggestions.ts, src/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.tsx, src/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.ts, src/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.tsx, src/hooks/make-autosuggestions-function/use-make-standard-insertion-function.tsx, src/hooks/misc/use-autosize-textarea.tsx, src/lib/slatejs-edits/add-autocompletions.ts, src/lib/slatejs-edits/clear-autocompletions.ts, src/lib/slatejs-edits/replace-text.ts, src/lib/slatejs-edits/with-partial-history.ts, src/types/autosuggestions-config/autosuggestions-config-user-specified.tsx, src/types/autosuggestions-config/autosuggestions-config.tsx, src/types/autosuggestions-config/editing-api-config.tsx, src/types/autosuggestions-config/index.ts, src/types/autosuggestions-config/insertions-api-config.tsx, src/types/autosuggestions-config/suggestions-api-config.tsx, src/types/base/autosuggestion-state.ts, src/types/base/autosuggestions-bare-function.ts, src/types/base/base-autosuggestions-config.tsx, src/types/base/base-copilot-textarea-props.tsx, src/types/base/custom-editor.tsx, src/types/base/editor-autocomplete-state.ts, src/types/base/index.ts, src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/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
8
|
CLI Using tsconfig: tsconfig.json
|
|
7
9
|
CLI tsup v6.5.0
|
|
8
10
|
CLI Using tsup config: /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-textarea/tsup.config.ts
|
|
@@ -16,7 +18,6 @@ Browserslist: caniuse-lite is outdated. Please run:
|
|
|
16
18
|
warn - The `purge`/`content` options have changed in Tailwind CSS v3.0.
|
|
17
19
|
warn - Update your configuration file to eliminate this warning.
|
|
18
20
|
warn - https://tailwindcss.com/docs/upgrade-guide#configure-content-sources
|
|
19
|
-
DTS Build start
|
|
20
21
|
Generated an empty chunk: "make-system-prompt".
|
|
21
22
|
Generated an empty chunk: "minimal-chat-gpt-message".
|
|
22
23
|
Generated an empty chunk: "autosuggestions-bare-function".
|
|
@@ -32,287 +33,229 @@ Generated an empty chunk: "chunk-L7VVZH4Q".
|
|
|
32
33
|
Generated an empty chunk: "chunk-WJHSY5T6".
|
|
33
34
|
Generated an empty chunk: "chunk-IU3WTXLQ".
|
|
34
35
|
Generated an empty chunk: "chunk-H4VKQGVU".
|
|
35
|
-
ESM dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
36
36
|
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
37
|
+
ESM dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
37
38
|
ESM dist/components/index.css 242.00 B
|
|
38
|
-
ESM dist/index.css 19.
|
|
39
|
-
ESM dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
|
|
40
|
-
ESM dist/index.css.map 29.65 KB
|
|
39
|
+
ESM dist/index.css 19.03 KB
|
|
41
40
|
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
|
|
41
|
+
ESM dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
|
|
42
42
|
ESM dist/components/index.css.map 429.00 B
|
|
43
|
-
ESM dist/
|
|
43
|
+
ESM dist/index.css.map 29.41 KB
|
|
44
44
|
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 80.00 B
|
|
45
45
|
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs 86.00 B
|
|
46
|
-
ESM dist/
|
|
46
|
+
ESM dist/types/base/autosuggestions-bare-function.mjs 91.00 B
|
|
47
47
|
ESM dist/types/base/autosuggestion-state.mjs 82.00 B
|
|
48
|
-
ESM dist/chunk-5FO6ISW4.mjs 76.00 B
|
|
49
|
-
ESM dist/chunk-DE5K76I2.mjs 76.00 B
|
|
50
48
|
ESM dist/types/base/base-copilot-textarea-props.mjs 89.00 B
|
|
51
|
-
ESM dist/
|
|
52
|
-
ESM dist/chunk-D7SEV5PR.mjs 377.00 B
|
|
53
|
-
ESM dist/chunk-H4VKQGVU.mjs 76.00 B
|
|
49
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs 99.00 B
|
|
54
50
|
ESM dist/lib/utils.test.mjs 200.00 B
|
|
51
|
+
ESM dist/types/base/custom-editor.mjs 75.00 B
|
|
52
|
+
ESM dist/chunk-DE5K76I2.mjs 76.00 B
|
|
53
|
+
ESM dist/chunk-MMVDU6DF.mjs 76.00 B
|
|
54
|
+
ESM dist/chunk-WADHCMPK.mjs 76.00 B
|
|
55
|
+
ESM dist/chunk-5FO6ISW4.mjs 76.00 B
|
|
56
|
+
ESM dist/chunk-D7SEV5PR.mjs 377.00 B
|
|
57
|
+
ESM dist/chunk-L7VVZH4Q.mjs 76.00 B
|
|
58
|
+
ESM dist/chunk-WJHSY5T6.mjs 76.00 B
|
|
55
59
|
ESM dist/chunk-IU3WTXLQ.mjs 76.00 B
|
|
56
|
-
ESM dist/
|
|
57
|
-
ESM dist/types/autosuggestions-config/subtypes/chatlike-api-endpoint.mjs 187.00 B
|
|
58
|
-
ESM dist/types/base/base-autosuggestions-config.mjs 200.00 B
|
|
59
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs 520.00 B
|
|
60
|
+
ESM dist/chunk-H4VKQGVU.mjs 76.00 B
|
|
60
61
|
ESM dist/chunk-MRXNTQOX.mjs 1.92 KB
|
|
62
|
+
ESM dist/types/base/base-autosuggestions-config.mjs 200.00 B
|
|
63
|
+
ESM dist/chunk-4S5ZJH3I.mjs 502.00 B
|
|
64
|
+
ESM dist/types/base/editor-autocomplete-state.mjs 227.00 B
|
|
65
|
+
ESM dist/types/autosuggestions-config/subtypes/chatlike-api-endpoint.mjs 187.00 B
|
|
61
66
|
ESM dist/types/base/index.mjs 213.00 B
|
|
62
67
|
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs 506.00 B
|
|
63
|
-
ESM dist/
|
|
64
|
-
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs 401.00 B
|
|
65
|
-
ESM dist/chunk-WJHSY5T6.mjs 76.00 B
|
|
66
|
-
ESM dist/types/base/editor-autocomplete-state.mjs 227.00 B
|
|
68
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs 520.00 B
|
|
67
69
|
ESM dist/lib/slatejs-edits/with-partial-history.mjs 198.00 B
|
|
70
|
+
ESM dist/types/autosuggestions-config/editing-api-config.mjs 280.00 B
|
|
71
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs 401.00 B
|
|
68
72
|
ESM dist/types/autosuggestions-config/index.mjs 448.00 B
|
|
69
|
-
ESM dist/types/autosuggestions-config/insertions-api-config.mjs 292.00 B
|
|
70
73
|
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs 296.00 B
|
|
71
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs 253.00 B
|
|
72
|
-
ESM dist/types/autosuggestions-config/editing-api-config.mjs 280.00 B
|
|
73
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs 227.00 B
|
|
74
|
-
ESM dist/chunk-4S5ZJH3I.mjs 502.00 B
|
|
75
|
-
ESM dist/types/base/custom-editor.mjs 75.00 B
|
|
76
74
|
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 536.00 B
|
|
77
|
-
ESM dist/
|
|
78
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-
|
|
75
|
+
ESM dist/types/autosuggestions-config/insertions-api-config.mjs 292.00 B
|
|
76
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs 273.00 B
|
|
77
|
+
ESM dist/hooks/misc/use-autosize-textarea.mjs 202.00 B
|
|
78
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs 227.00 B
|
|
79
79
|
ESM dist/lib/slatejs-edits/add-autocompletions.mjs 186.00 B
|
|
80
|
+
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs 192.00 B
|
|
81
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs 253.00 B
|
|
80
82
|
ESM dist/components/ui/button.mjs 204.00 B
|
|
81
83
|
ESM dist/lib/slatejs-edits/replace-text.mjs 170.00 B
|
|
82
|
-
ESM dist/
|
|
83
|
-
ESM dist/components/ui/card.mjs 2.16 KB
|
|
84
|
-
ESM dist/hooks/misc/use-autosize-textarea.mjs 202.00 B
|
|
84
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs 255.00 B
|
|
85
85
|
ESM dist/components/ui/label.mjs 186.00 B
|
|
86
|
+
ESM dist/components/ui/separator.mjs 909.00 B
|
|
87
|
+
ESM dist/components/ui/textarea.mjs 847.00 B
|
|
86
88
|
ESM dist/components/ui/dialog.mjs 278.00 B
|
|
87
|
-
ESM dist/
|
|
88
|
-
ESM dist/
|
|
89
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 283.00 B
|
|
90
|
+
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs 178.00 B
|
|
89
91
|
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs 257.00 B
|
|
92
|
+
ESM dist/components/ui/card.mjs 2.16 KB
|
|
93
|
+
ESM dist/components/ui/command.mjs 343.00 B
|
|
94
|
+
ESM dist/components/copilot-textarea/copilot-textarea.mjs 1.54 KB
|
|
90
95
|
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs 203.00 B
|
|
91
|
-
ESM dist/components/
|
|
96
|
+
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs 213.00 B
|
|
92
97
|
ESM dist/components/manual-ui/chip-with-icon.mjs 758.00 B
|
|
93
|
-
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 627.00 B
|
|
94
|
-
ESM dist/components/ui/textarea.mjs 847.00 B
|
|
95
98
|
ESM dist/components/source-search-box/source-search-box.mjs 424.00 B
|
|
96
|
-
ESM dist/
|
|
99
|
+
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 627.00 B
|
|
97
100
|
ESM dist/lib/utils.mjs 220.00 B
|
|
98
|
-
ESM dist/types/html-copilot-textarea-element.mjs 122.00 B
|
|
99
|
-
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs 213.00 B
|
|
100
|
-
ESM dist/index.mjs 1.65 KB
|
|
101
101
|
ESM dist/components/base-copilot-textarea/render-element.mjs 180.00 B
|
|
102
|
-
ESM dist/components/copilot-textarea/
|
|
103
|
-
ESM dist/
|
|
104
|
-
ESM dist/
|
|
102
|
+
ESM dist/components/base-copilot-textarea/render-placeholder.mjs 188.00 B
|
|
103
|
+
ESM dist/lib/stream-promise-flatten.mjs 177.00 B
|
|
104
|
+
ESM dist/index.mjs 1.65 KB
|
|
105
|
+
ESM dist/components/index.mjs 1.46 KB
|
|
106
|
+
ESM dist/chunk-PHFEZQTN.mjs 1.67 KB
|
|
105
107
|
ESM dist/chunk-QL2GYGG5.mjs 846.00 B
|
|
106
|
-
ESM dist/
|
|
107
|
-
ESM dist/chunk-
|
|
108
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs 1.20 KB
|
|
109
|
+
ESM dist/chunk-HAFHLU4N.mjs 1.67 KB
|
|
110
|
+
ESM dist/types/html-copilot-textarea-element.mjs 122.00 B
|
|
111
|
+
ESM dist/types/index.mjs 527.00 B
|
|
108
112
|
ESM dist/chunk-55EGOC5T.mjs 3.03 KB
|
|
109
|
-
ESM dist/chunk-5ARCOTW3.mjs 1.04 KB
|
|
110
113
|
ESM dist/chunk-XDT7BF3V.mjs 3.04 KB
|
|
111
|
-
ESM dist/components/index.mjs 1.46 KB
|
|
112
|
-
ESM dist/chunk-JAFCXEPU.mjs 496.00 B
|
|
113
|
-
ESM dist/chunk-OS2YW2UX.mjs 7.70 KB
|
|
114
|
-
ESM dist/chunk-UHD44NC5.mjs 3.13 KB
|
|
115
|
-
ESM dist/types/index.mjs 527.00 B
|
|
116
|
-
ESM dist/chunk-YQU7WG7T.mjs 2.57 KB
|
|
117
114
|
ESM dist/chunk-CSGFJU3L.mjs 2.01 KB
|
|
118
115
|
ESM dist/chunk-KCHYD3EB.mjs 3.08 KB
|
|
119
|
-
ESM dist/chunk-
|
|
120
|
-
ESM dist/chunk-
|
|
116
|
+
ESM dist/chunk-VBIJPE3H.mjs 3.38 KB
|
|
117
|
+
ESM dist/chunk-7PSM4AUU.mjs 7.70 KB
|
|
118
|
+
ESM dist/chunk-WJYQWL4I.mjs 595.00 B
|
|
119
|
+
ESM dist/chunk-5ARCOTW3.mjs 1.04 KB
|
|
121
120
|
ESM dist/chunk-F3MHL6ZY.mjs 680.00 B
|
|
122
|
-
ESM dist/chunk-
|
|
123
|
-
ESM dist/
|
|
121
|
+
ESM dist/chunk-RQHOUUXQ.mjs 594.00 B
|
|
122
|
+
ESM dist/chunk-UHD44NC5.mjs 3.13 KB
|
|
123
|
+
ESM dist/chunk-JAFCXEPU.mjs 496.00 B
|
|
124
|
+
ESM dist/chunk-YQU7WG7T.mjs 2.57 KB
|
|
124
125
|
ESM dist/chunk-OD7ZMOVE.mjs 1.35 KB
|
|
126
|
+
ESM dist/chunk-MPME5BW2.mjs 2.16 KB
|
|
127
|
+
ESM dist/chunk-4HSJ5XUO.mjs 3.63 KB
|
|
128
|
+
ESM dist/chunk-A2RRLD23.mjs 2.69 KB
|
|
129
|
+
ESM dist/chunk-6Z6Z2K7O.mjs 739.00 B
|
|
125
130
|
ESM dist/chunk-XHUMROEY.mjs 2.25 KB
|
|
126
|
-
ESM dist/chunk-RQHOUUXQ.mjs 594.00 B
|
|
127
131
|
ESM dist/chunk-YW3REYX6.mjs 713.00 B
|
|
128
|
-
ESM dist/chunk-
|
|
132
|
+
ESM dist/chunk-GQJYEVBT.mjs 21.64 KB
|
|
129
133
|
ESM dist/chunk-ND5PXTAW.mjs 575.00 B
|
|
134
|
+
ESM dist/chunk-XA7M72ZO.mjs 4.48 KB
|
|
130
135
|
ESM dist/chunk-2NURR2DX.mjs 1.82 KB
|
|
131
|
-
ESM dist/chunk-FN7GDKKG.mjs 759.00 B
|
|
132
136
|
ESM dist/chunk-5EJ5XOGP.mjs 815.00 B
|
|
133
|
-
ESM dist/chunk-
|
|
137
|
+
ESM dist/chunk-FN7GDKKG.mjs 759.00 B
|
|
134
138
|
ESM dist/chunk-KGKLUWKW.mjs 1.37 KB
|
|
135
|
-
ESM dist/chunk-
|
|
136
|
-
ESM dist/chunk-LNAIMEB2.mjs 1.09 KB
|
|
137
|
-
ESM dist/chunk-WJYQWL4I.mjs 595.00 B
|
|
138
|
-
ESM dist/lib/debouncer.mjs 153.00 B
|
|
139
|
-
ESM dist/chunk-NKW5OU2S.mjs 959.00 B
|
|
140
|
-
ESM dist/lib/editor-to-text.mjs 161.00 B
|
|
139
|
+
ESM dist/chunk-OELUUJZY.mjs 625.00 B
|
|
141
140
|
ESM dist/context/index.mjs 98.00 B
|
|
141
|
+
ESM dist/chunk-LNAIMEB2.mjs 1.09 KB
|
|
142
142
|
ESM dist/hooks/index.mjs 98.00 B
|
|
143
|
-
ESM dist/
|
|
143
|
+
ESM dist/lib/debouncer.mjs 153.00 B
|
|
144
144
|
ESM dist/chunk-YTOPHPSG.mjs 1.34 KB
|
|
145
|
-
ESM dist/
|
|
146
|
-
ESM dist/lib/get-text-around-cursor.mjs 265.00 B
|
|
147
|
-
ESM dist/chunk-IXJ2HCOA.mjs 2.70 KB
|
|
148
|
-
ESM dist/chunk-23UHDUUY.mjs 21.56 KB
|
|
145
|
+
ESM dist/lib/editor-to-text.mjs 161.00 B
|
|
149
146
|
ESM dist/lib/retry.mjs 145.00 B
|
|
150
|
-
ESM dist/
|
|
151
|
-
ESM dist/
|
|
147
|
+
ESM dist/chunk-O5OWT5GE.mjs 4.40 KB
|
|
148
|
+
ESM dist/chunk-IXJ2HCOA.mjs 2.70 KB
|
|
149
|
+
ESM dist/lib/get-text-around-cursor.mjs 265.00 B
|
|
150
|
+
ESM dist/chunk-NKW5OU2S.mjs 959.00 B
|
|
152
151
|
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 51.00 B
|
|
152
|
+
ESM dist/types/base/autosuggestions-bare-function.mjs.map 51.00 B
|
|
153
153
|
ESM dist/types/base/autosuggestion-state.mjs.map 51.00 B
|
|
154
154
|
ESM dist/types/base/base-copilot-textarea-props.mjs.map 51.00 B
|
|
155
|
-
ESM dist/chunk-5FO6ISW4.mjs.map 51.00 B
|
|
156
|
-
ESM dist/chunk-IU3WTXLQ.mjs.map 51.00 B
|
|
157
155
|
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs.map 51.00 B
|
|
158
|
-
ESM dist/types/base/base-autosuggestions-config.mjs.map 51.00 B
|
|
159
|
-
ESM dist/lib/utils.test.mjs.map 349.00 B
|
|
160
156
|
ESM dist/chunk-DE5K76I2.mjs.map 51.00 B
|
|
161
|
-
ESM dist/
|
|
162
|
-
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
163
|
-
ESM dist/types/autosuggestions-config/subtypes/chatlike-api-endpoint.mjs.map 51.00 B
|
|
164
|
-
ESM dist/types/base/index.mjs.map 51.00 B
|
|
157
|
+
ESM dist/lib/utils.test.mjs.map 349.00 B
|
|
165
158
|
ESM dist/chunk-MMVDU6DF.mjs.map 51.00 B
|
|
159
|
+
ESM dist/chunk-WADHCMPK.mjs.map 51.00 B
|
|
160
|
+
ESM dist/chunk-D7SEV5PR.mjs.map 921.00 B
|
|
161
|
+
ESM dist/chunk-5FO6ISW4.mjs.map 51.00 B
|
|
166
162
|
ESM dist/chunk-WJHSY5T6.mjs.map 51.00 B
|
|
167
|
-
ESM dist/
|
|
163
|
+
ESM dist/chunk-IU3WTXLQ.mjs.map 51.00 B
|
|
164
|
+
ESM dist/chunk-L7VVZH4Q.mjs.map 51.00 B
|
|
165
|
+
ESM dist/chunk-H4VKQGVU.mjs.map 51.00 B
|
|
166
|
+
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
167
|
+
ESM dist/chunk-4S5ZJH3I.mjs.map 969.00 B
|
|
168
|
+
ESM dist/types/base/base-autosuggestions-config.mjs.map 51.00 B
|
|
168
169
|
ESM dist/types/base/editor-autocomplete-state.mjs.map 51.00 B
|
|
169
|
-
ESM dist/types/autosuggestions-config/
|
|
170
|
+
ESM dist/types/autosuggestions-config/subtypes/chatlike-api-endpoint.mjs.map 51.00 B
|
|
171
|
+
ESM dist/types/base/index.mjs.map 51.00 B
|
|
172
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs.map 51.00 B
|
|
170
173
|
ESM dist/lib/slatejs-edits/with-partial-history.mjs.map 51.00 B
|
|
174
|
+
ESM dist/types/autosuggestions-config/editing-api-config.mjs.map 51.00 B
|
|
171
175
|
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs.map 51.00 B
|
|
172
|
-
ESM dist/
|
|
173
|
-
ESM dist/
|
|
174
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs.map 51.00 B
|
|
175
|
-
ESM dist/types/base/custom-editor.mjs.map 51.00 B
|
|
176
|
+
ESM dist/hooks/misc/use-autosize-textarea.mjs.map 51.00 B
|
|
177
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs.map 51.00 B
|
|
176
178
|
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs.map 51.00 B
|
|
177
|
-
ESM dist/
|
|
178
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 51.00 B
|
|
179
|
+
ESM dist/types/autosuggestions-config/insertions-api-config.mjs.map 51.00 B
|
|
179
180
|
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs.map 51.00 B
|
|
180
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs.map 51.00 B
|
|
181
181
|
ESM dist/lib/slatejs-edits/add-autocompletions.mjs.map 51.00 B
|
|
182
|
-
ESM dist/
|
|
183
|
-
ESM dist/
|
|
184
|
-
ESM dist/components/ui/button.mjs.map 51.00 B
|
|
185
|
-
ESM dist/lib/slatejs-edits/replace-text.mjs.map 51.00 B
|
|
186
|
-
ESM dist/chunk-D7SEV5PR.mjs.map 921.00 B
|
|
187
|
-
ESM dist/components/ui/dialog.mjs.map 51.00 B
|
|
188
|
-
ESM dist/hooks/misc/use-autosize-textarea.mjs.map 51.00 B
|
|
189
|
-
ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 51.00 B
|
|
190
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs.map 51.00 B
|
|
191
|
-
ESM dist/chunk-WADHCMPK.mjs.map 51.00 B
|
|
192
|
-
ESM dist/chunk-H4VKQGVU.mjs.map 51.00 B
|
|
182
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs.map 51.00 B
|
|
183
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 51.00 B
|
|
193
184
|
ESM dist/components/ui/label.mjs.map 51.00 B
|
|
194
|
-
ESM dist/
|
|
195
|
-
ESM dist/components/hovering-toolbar/hovering-
|
|
185
|
+
ESM dist/types/autosuggestions-config/index.mjs.map 51.00 B
|
|
186
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs.map 51.00 B
|
|
187
|
+
ESM dist/components/ui/textarea.mjs.map 1.10 KB
|
|
188
|
+
ESM dist/components/ui/dialog.mjs.map 51.00 B
|
|
189
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 51.00 B
|
|
196
190
|
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs.map 51.00 B
|
|
197
|
-
ESM dist/components/
|
|
191
|
+
ESM dist/components/ui/card.mjs.map 3.19 KB
|
|
192
|
+
ESM dist/components/ui/command.mjs.map 51.00 B
|
|
193
|
+
ESM dist/components/copilot-textarea/copilot-textarea.mjs.map 51.00 B
|
|
194
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs.map 51.00 B
|
|
195
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs.map 51.00 B
|
|
196
|
+
ESM dist/components/ui/button.mjs.map 51.00 B
|
|
198
197
|
ESM dist/components/source-search-box/source-search-box.mjs.map 51.00 B
|
|
199
|
-
ESM dist/
|
|
200
|
-
ESM dist/
|
|
201
|
-
ESM dist/lib/utils.mjs.map 51.00 B
|
|
202
|
-
ESM dist/types/autosuggestions-config/editing-api-config.mjs.map 51.00 B
|
|
203
|
-
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs.map 51.00 B
|
|
204
|
-
ESM dist/components/base-copilot-textarea/render-element.mjs.map 51.00 B
|
|
198
|
+
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs.map 51.00 B
|
|
199
|
+
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs.map 51.00 B
|
|
205
200
|
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs.map 51.00 B
|
|
206
|
-
ESM dist/components/
|
|
201
|
+
ESM dist/components/manual-ui/chip-with-icon.mjs.map 1.08 KB
|
|
202
|
+
ESM dist/lib/utils.mjs.map 51.00 B
|
|
203
|
+
ESM dist/lib/slatejs-edits/replace-text.mjs.map 51.00 B
|
|
204
|
+
ESM dist/lib/stream-promise-flatten.mjs.map 51.00 B
|
|
207
205
|
ESM dist/components/ui/separator.mjs.map 1.26 KB
|
|
206
|
+
ESM dist/chunk-PHFEZQTN.mjs.map 3.12 KB
|
|
207
|
+
ESM dist/chunk-HAFHLU4N.mjs.map 4.05 KB
|
|
208
208
|
ESM dist/chunk-QL2GYGG5.mjs.map 1.65 KB
|
|
209
|
-
ESM dist/
|
|
210
|
-
ESM dist/
|
|
211
|
-
ESM dist/chunk-A2RRLD23.mjs.map 3.87 KB
|
|
212
|
-
ESM dist/chunk-55EGOC5T.mjs.map 4.47 KB
|
|
213
|
-
ESM dist/chunk-JAFCXEPU.mjs.map 880.00 B
|
|
214
|
-
ESM dist/components/index.mjs.map 51.00 B
|
|
215
|
-
ESM dist/chunk-5ARCOTW3.mjs.map 2.67 KB
|
|
216
|
-
ESM dist/chunk-OS2YW2UX.mjs.map 13.73 KB
|
|
209
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs.map 51.00 B
|
|
210
|
+
ESM dist/types/html-copilot-textarea-element.mjs.map 51.00 B
|
|
217
211
|
ESM dist/types/index.mjs.map 51.00 B
|
|
218
|
-
ESM dist/chunk-UHD44NC5.mjs.map 6.09 KB
|
|
219
|
-
ESM dist/chunk-CSGFJU3L.mjs.map 3.82 KB
|
|
220
|
-
ESM dist/chunk-KCHYD3EB.mjs.map 6.12 KB
|
|
221
|
-
ESM dist/chunk-OELUUJZY.mjs.map 957.00 B
|
|
222
212
|
ESM dist/chunk-XDT7BF3V.mjs.map 4.39 KB
|
|
213
|
+
ESM dist/chunk-55EGOC5T.mjs.map 4.47 KB
|
|
214
|
+
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs.map 51.00 B
|
|
215
|
+
ESM dist/chunk-KCHYD3EB.mjs.map 6.12 KB
|
|
216
|
+
ESM dist/chunk-VBIJPE3H.mjs.map 6.94 KB
|
|
217
|
+
ESM dist/chunk-7PSM4AUU.mjs.map 13.73 KB
|
|
218
|
+
ESM dist/chunk-WJYQWL4I.mjs.map 1.04 KB
|
|
219
|
+
ESM dist/chunk-RQHOUUXQ.mjs.map 1.12 KB
|
|
223
220
|
ESM dist/chunk-F3MHL6ZY.mjs.map 1.14 KB
|
|
224
|
-
ESM dist/chunk-
|
|
221
|
+
ESM dist/chunk-5ARCOTW3.mjs.map 2.67 KB
|
|
222
|
+
ESM dist/chunk-JAFCXEPU.mjs.map 880.00 B
|
|
223
|
+
ESM dist/chunk-UHD44NC5.mjs.map 6.09 KB
|
|
225
224
|
ESM dist/chunk-YQU7WG7T.mjs.map 4.80 KB
|
|
226
|
-
ESM dist/chunk-
|
|
227
|
-
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs.map 51.00 B
|
|
225
|
+
ESM dist/chunk-OD7ZMOVE.mjs.map 2.66 KB
|
|
228
226
|
ESM dist/chunk-MPME5BW2.mjs.map 3.48 KB
|
|
229
|
-
ESM dist/chunk-
|
|
227
|
+
ESM dist/chunk-4HSJ5XUO.mjs.map 6.88 KB
|
|
228
|
+
ESM dist/chunk-A2RRLD23.mjs.map 3.87 KB
|
|
229
|
+
ESM dist/chunk-6Z6Z2K7O.mjs.map 1.38 KB
|
|
230
230
|
ESM dist/chunk-XHUMROEY.mjs.map 3.61 KB
|
|
231
|
+
ESM dist/chunk-GQJYEVBT.mjs.map 29.64 KB
|
|
232
|
+
ESM dist/chunk-YW3REYX6.mjs.map 1.23 KB
|
|
231
233
|
ESM dist/chunk-ND5PXTAW.mjs.map 1.13 KB
|
|
232
|
-
ESM dist/chunk-
|
|
233
|
-
ESM dist/chunk-HAFHLU4N.mjs.map 4.05 KB
|
|
234
|
+
ESM dist/chunk-XA7M72ZO.mjs.map 6.94 KB
|
|
234
235
|
ESM dist/chunk-2NURR2DX.mjs.map 2.65 KB
|
|
235
|
-
ESM dist/chunk-
|
|
236
|
+
ESM dist/chunk-5EJ5XOGP.mjs.map 1.15 KB
|
|
237
|
+
ESM dist/chunk-FN7GDKKG.mjs.map 1.03 KB
|
|
236
238
|
ESM dist/chunk-KGKLUWKW.mjs.map 2.45 KB
|
|
237
|
-
ESM dist/chunk-
|
|
238
|
-
ESM dist/chunk-WJYQWL4I.mjs.map 1.04 KB
|
|
239
|
-
ESM dist/lib/debouncer.mjs.map 51.00 B
|
|
240
|
-
ESM dist/chunk-LNAIMEB2.mjs.map 1.73 KB
|
|
241
|
-
ESM dist/chunk-3YJ63D5D.mjs.map 6.95 KB
|
|
242
|
-
ESM dist/chunk-NKW5OU2S.mjs.map 1.60 KB
|
|
243
|
-
ESM dist/chunk-CZMPLTHF.mjs.map 1.38 KB
|
|
239
|
+
ESM dist/chunk-OELUUJZY.mjs.map 957.00 B
|
|
244
240
|
ESM dist/context/index.mjs.map 51.00 B
|
|
241
|
+
ESM dist/hooks/index.mjs.map 51.00 B
|
|
242
|
+
ESM dist/chunk-LNAIMEB2.mjs.map 1.73 KB
|
|
243
|
+
ESM dist/lib/debouncer.mjs.map 51.00 B
|
|
245
244
|
ESM dist/chunk-YTOPHPSG.mjs.map 2.83 KB
|
|
246
245
|
ESM dist/lib/editor-to-text.mjs.map 51.00 B
|
|
247
|
-
ESM dist/chunk-4MDDCR32.mjs.map 6.88 KB
|
|
248
|
-
ESM dist/hooks/index.mjs.map 51.00 B
|
|
249
|
-
ESM dist/chunk-5EJ5XOGP.mjs.map 1.15 KB
|
|
250
|
-
ESM dist/lib/get-text-around-cursor.mjs.map 51.00 B
|
|
251
|
-
ESM dist/chunk-IXJ2HCOA.mjs.map 5.77 KB
|
|
252
246
|
ESM dist/lib/retry.mjs.map 51.00 B
|
|
253
|
-
ESM dist/chunk-
|
|
254
|
-
ESM dist/
|
|
247
|
+
ESM dist/chunk-O5OWT5GE.mjs.map 5.87 KB
|
|
248
|
+
ESM dist/chunk-IXJ2HCOA.mjs.map 5.77 KB
|
|
249
|
+
ESM dist/components/index.mjs.map 51.00 B
|
|
250
|
+
ESM dist/lib/get-text-around-cursor.mjs.map 51.00 B
|
|
251
|
+
ESM dist/chunk-CSGFJU3L.mjs.map 3.82 KB
|
|
252
|
+
ESM dist/types/base/custom-editor.mjs.map 51.00 B
|
|
253
|
+
ESM dist/chunk-NKW5OU2S.mjs.map 1.60 KB
|
|
255
254
|
ESM dist/index.mjs.map 51.00 B
|
|
256
|
-
ESM dist/components/
|
|
257
|
-
ESM
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
DTS
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
DTS dist/types/base/autosuggestions-bare-function.d.ts 881.00 B
|
|
264
|
-
DTS dist/types/base/base-copilot-textarea-props.d.ts 2.03 KB
|
|
265
|
-
DTS dist/types/html-copilot-textarea-element.d.ts 165.00 B
|
|
266
|
-
DTS dist/types/autosuggestions-config/autosuggestions-config.d.ts 957.00 B
|
|
267
|
-
DTS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.d.ts 129.00 B
|
|
268
|
-
DTS dist/types/autosuggestions-config/subtypes/make-system-prompt.d.ts 114.00 B
|
|
269
|
-
DTS dist/types/autosuggestions-config/subtypes/chatlike-api-endpoint.d.ts 1.22 KB
|
|
270
|
-
DTS dist/types/autosuggestions-config/autosuggestions-config-user-specified.d.ts 1.20 KB
|
|
271
|
-
DTS dist/types/autosuggestions-config/suggestions-api-config.d.ts 795.00 B
|
|
272
|
-
DTS dist/types/autosuggestions-config/insertions-api-config.d.ts 786.00 B
|
|
273
|
-
DTS dist/types/autosuggestions-config/editing-api-config.d.ts 759.00 B
|
|
274
|
-
DTS dist/components/index.d.ts 997.00 B
|
|
275
|
-
DTS dist/context/index.d.ts 1.00 B
|
|
276
|
-
DTS dist/hooks/index.d.ts 1.00 B
|
|
277
|
-
DTS dist/lib/debouncer.d.ts 372.00 B
|
|
278
|
-
DTS dist/lib/editor-to-text.d.ts 243.00 B
|
|
279
|
-
DTS dist/lib/get-text-around-cursor.d.ts 745.00 B
|
|
280
|
-
DTS dist/types/base/editor-autocomplete-state.d.ts 342.00 B
|
|
281
|
-
DTS dist/lib/retry.d.ts 139.00 B
|
|
282
|
-
DTS dist/lib/stream-promise-flatten.d.ts 132.00 B
|
|
283
|
-
DTS dist/lib/utils.test.d.ts 1.00 B
|
|
284
|
-
DTS dist/lib/utils.d.ts 638.00 B
|
|
285
|
-
DTS dist/types/index.d.ts 1.16 KB
|
|
286
|
-
DTS dist/components/base-copilot-textarea/render-element.d.ts 292.00 B
|
|
287
|
-
DTS dist/components/base-copilot-textarea/render-placeholder.d.ts 321.00 B
|
|
288
|
-
DTS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.d.ts 305.00 B
|
|
289
|
-
DTS dist/components/base-copilot-textarea/use-add-branding-css.d.ts 158.00 B
|
|
290
|
-
DTS dist/components/hovering-toolbar/hovering-editor-provider.d.ts 451.00 B
|
|
291
|
-
DTS dist/components/hovering-toolbar/hovering-toolbar-components.d.ts 1006.00 B
|
|
292
|
-
DTS dist/components/hovering-toolbar/hovering-toolbar.d.ts 306.00 B
|
|
293
|
-
DTS dist/components/source-search-box/source-search-box.d.ts 520.00 B
|
|
294
|
-
DTS dist/components/manual-ui/chip-with-icon.d.ts 246.00 B
|
|
295
|
-
DTS dist/components/ui/button.d.ts 766.00 B
|
|
296
|
-
DTS dist/components/ui/card.d.ts 947.00 B
|
|
297
|
-
DTS dist/components/ui/command.d.ts 2.68 KB
|
|
298
|
-
DTS dist/components/ui/dialog.d.ts 1.24 KB
|
|
299
|
-
DTS dist/components/ui/label.d.ts 526.00 B
|
|
300
|
-
DTS dist/components/ui/separator.d.ts 303.00 B
|
|
301
|
-
DTS dist/components/ui/textarea.d.ts 271.00 B
|
|
302
|
-
DTS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.d.ts 1.75 KB
|
|
303
|
-
DTS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.d.ts 1.91 KB
|
|
304
|
-
DTS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.d.ts 888.00 B
|
|
305
|
-
DTS dist/types/base/autosuggestion-state.d.ts 143.00 B
|
|
306
|
-
DTS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.d.ts 226.00 B
|
|
307
|
-
DTS dist/types/base/custom-editor.d.ts 801.00 B
|
|
308
|
-
DTS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.d.ts 326.00 B
|
|
309
|
-
DTS dist/hooks/misc/use-autosize-textarea.d.ts 185.00 B
|
|
310
|
-
DTS dist/lib/slatejs-edits/add-autocompletions.d.ts 302.00 B
|
|
311
|
-
DTS dist/lib/slatejs-edits/clear-autocompletions.d.ts 250.00 B
|
|
312
|
-
DTS dist/lib/slatejs-edits/replace-text.d.ts 139.00 B
|
|
313
|
-
DTS dist/lib/slatejs-edits/with-partial-history.d.ts 542.00 B
|
|
314
|
-
DTS dist/types/autosuggestions-config/index.d.ts 723.00 B
|
|
315
|
-
DTS dist/types/base/index.d.ts 287.00 B
|
|
316
|
-
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.d.ts 1.31 KB
|
|
317
|
-
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.d.ts 450.00 B
|
|
318
|
-
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/index.d.ts 167.00 B
|
|
255
|
+
ESM dist/components/base-copilot-textarea/render-element.mjs.map 51.00 B
|
|
256
|
+
ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 51.00 B
|
|
257
|
+
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs.map 51.00 B
|
|
258
|
+
ESM ⚡️ Build success in 1933ms
|
|
259
|
+
DTS Build start
|
|
260
|
+
ELIFECYCLE Command failed.
|
|
261
|
+
Waiting for the debugger to disconnect...
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 0.19.0-alpha.5
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- react-ui missing declaration
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- @copilotkit/react-core@0.8.0-alpha.3
|
|
12
|
+
|
|
13
|
+
## 0.19.0-alpha.4
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- beta bump
|
|
18
|
+
|
|
3
19
|
## 0.19.0-alpha.3
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HoveringInsertionPromptBox } from './chunk-
|
|
1
|
+
import { HoveringInsertionPromptBox } from './chunk-6Z6Z2K7O.mjs';
|
|
2
2
|
import { useHoveringEditorContext } from './chunk-YW3REYX6.mjs';
|
|
3
3
|
import { Portal, Menu } from './chunk-XHUMROEY.mjs';
|
|
4
4
|
import { getTextAroundSelection, getFullEditorTextWithNewlines } from './chunk-IXJ2HCOA.mjs';
|
|
@@ -104,4 +104,4 @@ function editorState(editor, selection) {
|
|
|
104
104
|
|
|
105
105
|
export { HoveringToolbar };
|
|
106
106
|
//# sourceMappingURL=out.js.map
|
|
107
|
-
//# sourceMappingURL=chunk-
|
|
107
|
+
//# sourceMappingURL=chunk-4HSJ5XUO.mjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HoveringInsertionPromptBoxCore } from './chunk-
|
|
1
|
+
import { HoveringInsertionPromptBoxCore } from './chunk-GQJYEVBT.mjs';
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
|
|
4
4
|
var HoveringInsertionPromptBox = (props) => {
|
|
@@ -17,4 +17,4 @@ var HoveringInsertionPromptBox = (props) => {
|
|
|
17
17
|
|
|
18
18
|
export { HoveringInsertionPromptBox };
|
|
19
19
|
//# sourceMappingURL=out.js.map
|
|
20
|
-
//# sourceMappingURL=chunk-
|
|
20
|
+
//# sourceMappingURL=chunk-6Z6Z2K7O.mjs.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { useAutosuggestions } from './chunk-UHD44NC5.mjs';
|
|
2
1
|
import { useCopilotTextareaEditor } from './chunk-CSGFJU3L.mjs';
|
|
3
2
|
import { usePopulateCopilotTextareaRef } from './chunk-YQU7WG7T.mjs';
|
|
4
3
|
import { addAutocompletionsToEditor } from './chunk-WJYQWL4I.mjs';
|
|
5
4
|
import { clearAutocompletionsFromEditor } from './chunk-F3MHL6ZY.mjs';
|
|
6
5
|
import { replaceEditorText } from './chunk-RQHOUUXQ.mjs';
|
|
7
|
-
import {
|
|
6
|
+
import { useAutosuggestions } from './chunk-UHD44NC5.mjs';
|
|
8
7
|
import { TrackerTextEditedSinceLastCursorMovement } from './chunk-OD7ZMOVE.mjs';
|
|
9
8
|
import { useAddBrandingCss } from './chunk-MPME5BW2.mjs';
|
|
10
|
-
import { HoveringToolbar } from './chunk-
|
|
9
|
+
import { HoveringToolbar } from './chunk-4HSJ5XUO.mjs';
|
|
11
10
|
import { useHoveringEditorContext, HoveringEditorProvider } from './chunk-YW3REYX6.mjs';
|
|
12
11
|
import { defaultBaseAutosuggestionsConfig } from './chunk-D7SEV5PR.mjs';
|
|
13
12
|
import { makeRenderElementFunction } from './chunk-LNAIMEB2.mjs';
|
|
13
|
+
import { makeRenderPlaceholderFunction } from './chunk-OELUUJZY.mjs';
|
|
14
14
|
import { getTextAroundCollapsedCursor, getFullEditorTextWithNewlines } from './chunk-IXJ2HCOA.mjs';
|
|
15
15
|
import { __spreadValues, __objRest, __spreadProps } from './chunk-MRXNTQOX.mjs';
|
|
16
16
|
import React, { useMemo, useState, useCallback, useEffect } from 'react';
|
|
@@ -198,4 +198,4 @@ var BaseCopilotTextarea = React.forwardRef(
|
|
|
198
198
|
|
|
199
199
|
export { BaseCopilotTextarea };
|
|
200
200
|
//# sourceMappingURL=out.js.map
|
|
201
|
-
//# sourceMappingURL=chunk-
|
|
201
|
+
//# sourceMappingURL=chunk-7PSM4AUU.mjs.map
|