@copilotkit/react-textarea 0.27.2-alpha.0 → 0.28.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 +293 -144
- package/CHANGELOG.md +26 -0
- package/dist/{chunk-LQZBI6XD.mjs → chunk-5J3UZV77.mjs} +3 -3
- package/dist/chunk-5J3UZV77.mjs.map +1 -0
- package/dist/{chunk-YLXEQDMS.mjs → chunk-B6TKVDDY.mjs} +5 -5
- package/dist/chunk-B6TKVDDY.mjs.map +1 -0
- package/dist/{chunk-HSCZA5TS.mjs → chunk-BBZ7AWOB.mjs} +2 -2
- package/dist/chunk-BBZ7AWOB.mjs.map +1 -0
- package/dist/{chunk-47L4PLG4.mjs → chunk-LQ2OWQU7.mjs} +1 -1
- package/dist/chunk-LQ2OWQU7.mjs.map +1 -0
- package/dist/{chunk-XV7MLLXQ.mjs → chunk-LYB4B6MK.mjs} +1 -1
- package/dist/chunk-LYB4B6MK.mjs.map +1 -0
- package/dist/{chunk-KJNSWCJC.mjs → chunk-QCPS6IYI.mjs} +6 -10
- package/dist/chunk-QCPS6IYI.mjs.map +1 -0
- package/dist/{chunk-NT3GWKWK.mjs → chunk-RT4UTBH3.mjs} +7 -7
- package/dist/chunk-RT4UTBH3.mjs.map +1 -0
- package/dist/{chunk-JYWINDWZ.mjs → chunk-SNQEBH5I.mjs} +4 -4
- package/dist/{chunk-JYWINDWZ.mjs.map → chunk-SNQEBH5I.mjs.map} +1 -1
- package/dist/{chunk-EPBVNDKE.mjs → chunk-SX6NY5FW.mjs} +1 -1
- package/dist/chunk-SX6NY5FW.mjs.map +1 -0
- package/dist/{chunk-KTTN5H7S.mjs → chunk-VB4VNCIQ.mjs} +6 -4
- package/dist/chunk-VB4VNCIQ.mjs.map +1 -0
- package/dist/{chunk-OHO4G6DR.mjs → chunk-XW3ICO4S.mjs} +1 -1
- package/dist/chunk-XW3ICO4S.mjs.map +1 -0
- package/dist/components/base-copilot-textarea/base-copilot-textarea.js +1658 -0
- package/dist/components/base-copilot-textarea/base-copilot-textarea.js.map +1 -0
- package/dist/components/base-copilot-textarea/base-copilot-textarea.mjs +8 -8
- package/dist/components/base-copilot-textarea/render-element.js +53 -0
- package/dist/components/base-copilot-textarea/render-element.js.map +1 -0
- package/dist/components/base-copilot-textarea/render-placeholder.js +51 -0
- package/dist/components/base-copilot-textarea/render-placeholder.js.map +1 -0
- package/dist/components/base-copilot-textarea/render-placeholder.mjs +1 -1
- package/dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js +85 -0
- package/dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js.map +1 -0
- package/dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs +1 -1
- package/dist/components/base-copilot-textarea/use-add-branding-css.js +61 -0
- package/dist/components/base-copilot-textarea/use-add-branding-css.js.map +1 -0
- package/dist/components/copilot-textarea/copilot-textarea.js +2082 -0
- package/dist/components/copilot-textarea/copilot-textarea.js.map +1 -0
- package/dist/components/copilot-textarea/copilot-textarea.mjs +11 -11
- package/dist/components/hovering-toolbar/hovering-editor-provider.d.ts +2 -2
- package/dist/components/hovering-toolbar/hovering-editor-provider.js +21 -0
- package/dist/components/hovering-toolbar/hovering-editor-provider.js.map +1 -0
- package/dist/components/hovering-toolbar/hovering-editor-provider.mjs +1 -1
- package/dist/components/hovering-toolbar/hovering-toolbar-components.js +144 -0
- package/dist/components/hovering-toolbar/hovering-toolbar-components.js.map +1 -0
- package/dist/components/hovering-toolbar/hovering-toolbar.js +842 -0
- package/dist/components/hovering-toolbar/hovering-toolbar.js.map +1 -0
- package/dist/components/hovering-toolbar/hovering-toolbar.mjs +5 -5
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.d.ts +1 -2
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js +544 -0
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map +1 -0
- 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.d.ts +1 -2
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js +564 -0
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map +1 -0
- 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/included-files-preview.d.ts +4 -4
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js +122 -0
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js.map +1 -0
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs +1 -1
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.d.ts +0 -1
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.js +564 -0
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map +1 -0
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs +3 -3
- package/dist/components/index.js +2083 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/index.mjs +11 -11
- package/dist/components/manual-ui/chip-with-icon.d.ts +1 -3
- package/dist/components/manual-ui/chip-with-icon.js +16 -0
- package/dist/components/manual-ui/chip-with-icon.js.map +1 -0
- package/dist/components/manual-ui/chip-with-icon.mjs.map +1 -1
- package/dist/components/source-search-box/source-search-box.js +213 -0
- package/dist/components/source-search-box/source-search-box.js.map +1 -0
- package/dist/components/ui/button.js +103 -0
- package/dist/components/ui/button.js.map +1 -0
- package/dist/components/ui/card.js +124 -0
- package/dist/components/ui/card.js.map +1 -0
- package/dist/components/ui/command.js +243 -0
- package/dist/components/ui/command.js.map +1 -0
- package/dist/components/ui/dialog.js +162 -0
- package/dist/components/ui/dialog.js.map +1 -0
- package/dist/components/ui/label.js +78 -0
- package/dist/components/ui/label.js.map +1 -0
- package/dist/components/ui/separator.js +86 -0
- package/dist/components/ui/separator.js.map +1 -0
- package/dist/components/ui/textarea.js +83 -0
- package/dist/components/ui/textarea.js.map +1 -0
- package/dist/context/index.js +4 -0
- package/dist/context/index.js.map +1 -0
- package/dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js +158 -0
- package/dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js.map +1 -0
- package/dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js +169 -0
- package/dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js.map +1 -0
- package/dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js +151 -0
- package/dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js.map +1 -0
- package/dist/hooks/index.js +4 -0
- package/dist/hooks/index.js.map +1 -0
- package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js +113 -0
- package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map +1 -0
- package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs +1 -1
- package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js +162 -0
- package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map +1 -0
- package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs +1 -1
- package/dist/hooks/misc/use-autosize-textarea.js +19 -0
- package/dist/hooks/misc/use-autosize-textarea.js.map +1 -0
- package/dist/index.js +2085 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +11 -11
- package/dist/lib/debouncer.js +54 -0
- package/dist/lib/debouncer.js.map +1 -0
- package/dist/lib/editor-to-text.js +47 -0
- package/dist/lib/editor-to-text.js.map +1 -0
- package/dist/lib/get-text-around-cursor.js +106 -0
- package/dist/lib/get-text-around-cursor.js.map +1 -0
- package/dist/lib/retry.js +20 -0
- package/dist/lib/retry.js.map +1 -0
- package/dist/lib/slatejs-edits/add-autocompletions.js +29 -0
- package/dist/lib/slatejs-edits/add-autocompletions.js.map +1 -0
- package/dist/lib/slatejs-edits/clear-autocompletions.js +24 -0
- package/dist/lib/slatejs-edits/clear-autocompletions.js.map +1 -0
- package/dist/lib/slatejs-edits/replace-text.js +31 -0
- package/dist/lib/slatejs-edits/replace-text.js.map +1 -0
- package/dist/lib/slatejs-edits/with-partial-history.js +110 -0
- package/dist/lib/slatejs-edits/with-partial-history.js.map +1 -0
- package/dist/lib/stream-promise-flatten.js +50 -0
- package/dist/lib/stream-promise-flatten.js.map +1 -0
- package/dist/lib/utils.js +73 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/lib/utils.test.js +10 -0
- package/dist/lib/utils.test.js.map +1 -0
- package/dist/types/autosuggestions-config/autosuggestions-config-user-specified.js +4 -0
- package/dist/types/autosuggestions-config/autosuggestions-config-user-specified.js.map +1 -0
- package/dist/types/autosuggestions-config/autosuggestions-config.js +273 -0
- package/dist/types/autosuggestions-config/autosuggestions-config.js.map +1 -0
- package/dist/types/autosuggestions-config/editing-api-config.js +90 -0
- package/dist/types/autosuggestions-config/editing-api-config.js.map +1 -0
- package/dist/types/autosuggestions-config/index.js +273 -0
- package/dist/types/autosuggestions-config/index.js.map +1 -0
- package/dist/types/autosuggestions-config/insertions-api-config.js +81 -0
- package/dist/types/autosuggestions-config/insertions-api-config.js.map +1 -0
- package/dist/types/autosuggestions-config/subtypes/make-system-prompt.js +4 -0
- package/dist/types/autosuggestions-config/subtypes/make-system-prompt.js.map +1 -0
- package/dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js +4 -0
- package/dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js.map +1 -0
- package/dist/types/autosuggestions-config/suggestions-api-config.js +67 -0
- package/dist/types/autosuggestions-config/suggestions-api-config.js.map +1 -0
- package/dist/types/base/autosuggestion-state.js +4 -0
- package/dist/types/base/autosuggestion-state.js.map +1 -0
- package/dist/types/base/autosuggestions-bare-function.js +4 -0
- package/dist/types/base/autosuggestions-bare-function.js.map +1 -0
- package/dist/types/base/base-autosuggestions-config.js +30 -0
- package/dist/types/base/base-autosuggestions-config.js.map +1 -0
- package/dist/types/base/base-copilot-textarea-props.js +4 -0
- package/dist/types/base/base-copilot-textarea-props.js.map +1 -0
- package/dist/types/base/custom-editor.js +4 -0
- package/dist/types/base/custom-editor.js.map +1 -0
- package/dist/types/base/editor-autocomplete-state.js +21 -0
- package/dist/types/base/editor-autocomplete-state.js.map +1 -0
- package/dist/types/base/index.js +30 -0
- package/dist/types/base/index.js.map +1 -0
- package/dist/types/html-copilot-textarea-element.js +4 -0
- package/dist/types/html-copilot-textarea-element.js.map +1 -0
- package/dist/types/index.js +274 -0
- package/dist/types/index.js.map +1 -0
- package/package.json +8 -7
- package/src/components/base-copilot-textarea/base-copilot-textarea.tsx +2 -3
- package/src/components/base-copilot-textarea/render-placeholder.tsx +1 -1
- package/src/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.tsx +2 -2
- package/src/components/copilot-textarea/copilot-textarea.tsx +1 -1
- package/src/components/hovering-toolbar/hovering-editor-provider.tsx +2 -2
- package/src/components/hovering-toolbar/hovering-toolbar.tsx +4 -5
- package/src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.tsx +10 -5
- package/src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.tsx +1 -2
- package/src/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.tsx +4 -4
- package/src/components/manual-ui/chip-with-icon.tsx +1 -3
- package/src/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.tsx +10 -11
- package/src/hooks/make-autosuggestions-function/use-make-standard-insertion-function.tsx +7 -11
- package/tsup.config.ts +1 -2
- package/dist/chunk-47L4PLG4.mjs.map +0 -1
- package/dist/chunk-EPBVNDKE.mjs.map +0 -1
- package/dist/chunk-HSCZA5TS.mjs.map +0 -1
- package/dist/chunk-KJNSWCJC.mjs.map +0 -1
- package/dist/chunk-KTTN5H7S.mjs.map +0 -1
- package/dist/chunk-LQZBI6XD.mjs.map +0 -1
- package/dist/chunk-NT3GWKWK.mjs.map +0 -1
- package/dist/chunk-OHO4G6DR.mjs.map +0 -1
- package/dist/chunk-XV7MLLXQ.mjs.map +0 -1
- package/dist/chunk-YLXEQDMS.mjs.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-textarea@0.27.
|
|
3
|
-
> tsup --treeshake
|
|
2
|
+
> @copilotkit/react-textarea@0.27.2-alpha.0 build /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-textarea
|
|
3
|
+
> tsup --treeshake --clean
|
|
4
4
|
|
|
5
5
|
CLI Building entry: src/index.tsx, src/context/index.ts, src/components/index.ts, src/hooks/index.ts, src/lib/debouncer.ts, src/lib/editor-to-text.ts, src/lib/get-text-around-cursor.ts, src/lib/retry.tsx, src/lib/stream-promise-flatten.ts, src/lib/utils.test.ts, src/lib/utils.ts, src/types/html-copilot-textarea-element.ts, src/types/index.ts, src/components/base-copilot-textarea/base-copilot-textarea.tsx, src/components/base-copilot-textarea/render-element.tsx, src/components/base-copilot-textarea/render-placeholder.tsx, src/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.tsx, src/components/base-copilot-textarea/use-add-branding-css.tsx, src/components/copilot-textarea/copilot-textarea.tsx, src/components/hovering-toolbar/hovering-editor-provider.tsx, src/components/hovering-toolbar/hovering-toolbar-components.tsx, src/components/hovering-toolbar/hovering-toolbar.tsx, src/components/manual-ui/chip-with-icon.tsx, src/components/source-search-box/source-search-box.tsx, src/components/ui/button.tsx, src/components/ui/card.tsx, src/components/ui/command.tsx, src/components/ui/dialog.tsx, src/components/ui/label.tsx, src/components/ui/separator.tsx, src/components/ui/textarea.tsx, src/hooks/base-copilot-textarea-implementation/use-autosuggestions.ts, src/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.tsx, src/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.ts, src/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.tsx, src/hooks/make-autosuggestions-function/use-make-standard-insertion-function.tsx, src/hooks/misc/use-autosize-textarea.tsx, src/lib/slatejs-edits/add-autocompletions.ts, src/lib/slatejs-edits/clear-autocompletions.ts, src/lib/slatejs-edits/replace-text.ts, src/lib/slatejs-edits/with-partial-history.ts, src/types/autosuggestions-config/autosuggestions-config-user-specified.tsx, src/types/autosuggestions-config/autosuggestions-config.tsx, src/types/autosuggestions-config/editing-api-config.tsx, src/types/autosuggestions-config/index.ts, src/types/autosuggestions-config/insertions-api-config.tsx, src/types/autosuggestions-config/suggestions-api-config.tsx, src/types/base/autosuggestion-state.ts, src/types/base/autosuggestions-bare-function.ts, src/types/base/base-autosuggestions-config.tsx, src/types/base/base-copilot-textarea-props.tsx, src/types/base/custom-editor.tsx, src/types/base/editor-autocomplete-state.ts, src/types/base/index.ts, src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.tsx, src/components/hovering-toolbar/text-insertion-prompt-box/index.ts, src/types/autosuggestions-config/subtypes/make-system-prompt.ts, src/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.tsx
|
|
6
6
|
CLI Using tsconfig: tsconfig.json
|
|
@@ -9,6 +9,7 @@ CLI Using tsup config: /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/Copi
|
|
|
9
9
|
CLI Target: es6
|
|
10
10
|
CLI Cleaning output folder
|
|
11
11
|
ESM Build start
|
|
12
|
+
CJS Build start
|
|
12
13
|
Browserslist: caniuse-lite is outdated. Please run:
|
|
13
14
|
npx update-browserslist-db@latest
|
|
14
15
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
@@ -36,232 +37,380 @@ Generated an empty chunk: "chunk-RUV6NBIF".
|
|
|
36
37
|
Generated an empty chunk: "chunk-L7VVZH4Q".
|
|
37
38
|
Generated an empty chunk: "chunk-WJHSY5T6".
|
|
38
39
|
Generated an empty chunk: "chunk-H4VKQGVU".
|
|
40
|
+
Module level directives cause errors when bundled, "use client" in "dist/components/ui/command.js" was ignored.
|
|
41
|
+
Module level directives cause errors when bundled, "use client" in "dist/components/ui/dialog.js" was ignored.
|
|
42
|
+
Module level directives cause errors when bundled, "use client" in "dist/components/ui/label.js" was ignored.
|
|
43
|
+
Module level directives cause errors when bundled, "use client" in "dist/components/ui/separator.js" was ignored.
|
|
44
|
+
"clsx" is imported from external module "clsx" but never used in "dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js".
|
|
45
|
+
"twMerge" is imported from external module "tailwind-merge" but never used in "dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js".
|
|
46
|
+
"Point" is imported from external module "slate" but never used in "dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js".
|
|
47
|
+
"clsx" is imported from external module "clsx" but never used in "dist/types/base/editor-autocomplete-state.js".
|
|
48
|
+
"twMerge" is imported from external module "tailwind-merge" but never used in "dist/types/base/editor-autocomplete-state.js".
|
|
49
|
+
Generated an empty chunk: "index".
|
|
50
|
+
Generated an empty chunk: "index".
|
|
51
|
+
Generated an empty chunk: "html-copilot-textarea-element".
|
|
52
|
+
Generated an empty chunk: "autosuggestions-config-user-specified".
|
|
53
|
+
Generated an empty chunk: "autosuggestion-state".
|
|
54
|
+
Generated an empty chunk: "autosuggestions-bare-function".
|
|
55
|
+
Generated an empty chunk: "base-copilot-textarea-props".
|
|
56
|
+
Generated an empty chunk: "custom-editor".
|
|
57
|
+
Generated an empty chunk: "make-system-prompt".
|
|
58
|
+
Generated an empty chunk: "minimal-chat-gpt-message".
|
|
59
|
+
CJS dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
60
|
+
CJS dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
61
|
+
CJS dist/components/index.css 242.00 B
|
|
62
|
+
CJS dist/index.css 18.82 KB
|
|
63
|
+
CJS dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
|
|
64
|
+
CJS dist/components/index.css.map 429.00 B
|
|
65
|
+
CJS dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
|
|
66
|
+
CJS dist/index.css.map 29.12 KB
|
|
67
|
+
CJS dist/types/autosuggestions-config/editing-api-config.js 2.64 KB
|
|
68
|
+
CJS dist/types/base/autosuggestions-bare-function.js 104.00 B
|
|
69
|
+
CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js 93.00 B
|
|
70
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js 5.10 KB
|
|
71
|
+
CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js 3.67 KB
|
|
72
|
+
CJS dist/hooks/misc/use-autosize-textarea.js 603.00 B
|
|
73
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js 21.14 KB
|
|
74
|
+
CJS dist/lib/stream-promise-flatten.js 1.27 KB
|
|
75
|
+
CJS dist/context/index.js 80.00 B
|
|
76
|
+
CJS dist/lib/utils.test.js 214.00 B
|
|
77
|
+
CJS dist/hooks/index.js 80.00 B
|
|
78
|
+
CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js 112.00 B
|
|
79
|
+
CJS dist/types/html-copilot-textarea-element.js 104.00 B
|
|
80
|
+
CJS dist/types/base/custom-editor.js 88.00 B
|
|
81
|
+
CJS dist/types/autosuggestions-config/suggestions-api-config.js 2.64 KB
|
|
82
|
+
CJS dist/types/autosuggestions-config/insertions-api-config.js 3.05 KB
|
|
83
|
+
CJS dist/types/base/autosuggestion-state.js 95.00 B
|
|
84
|
+
CJS dist/components/index.js 70.66 KB
|
|
85
|
+
CJS dist/index.js 70.80 KB
|
|
86
|
+
CJS dist/lib/get-text-around-cursor.js 2.90 KB
|
|
87
|
+
CJS dist/types/base/base-copilot-textarea-props.js 102.00 B
|
|
88
|
+
CJS dist/lib/retry.js 512.00 B
|
|
89
|
+
CJS dist/components/base-copilot-textarea/base-copilot-textarea.js 55.99 KB
|
|
90
|
+
CJS dist/components/base-copilot-textarea/render-element.js 1.94 KB
|
|
91
|
+
CJS dist/lib/utils.js 2.00 KB
|
|
92
|
+
CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js 99.00 B
|
|
93
|
+
CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js 2.68 KB
|
|
94
|
+
CJS dist/components/base-copilot-textarea/use-add-branding-css.js 2.19 KB
|
|
95
|
+
CJS dist/components/hovering-toolbar/hovering-toolbar-components.js 3.99 KB
|
|
96
|
+
CJS dist/components/copilot-textarea/copilot-textarea.js 70.62 KB
|
|
97
|
+
CJS dist/components/hovering-toolbar/hovering-toolbar.js 29.01 KB
|
|
98
|
+
CJS dist/components/manual-ui/chip-with-icon.js 745.00 B
|
|
99
|
+
CJS dist/components/hovering-toolbar/hovering-editor-provider.js 786.00 B
|
|
100
|
+
CJS dist/lib/editor-to-text.js 1.38 KB
|
|
101
|
+
CJS dist/components/ui/card.js 4.18 KB
|
|
102
|
+
CJS dist/components/source-search-box/source-search-box.js 7.53 KB
|
|
103
|
+
CJS dist/components/ui/dialog.js 6.71 KB
|
|
104
|
+
CJS dist/components/ui/command.js 10.42 KB
|
|
105
|
+
CJS dist/components/ui/separator.js 2.77 KB
|
|
106
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js 5.09 KB
|
|
107
|
+
CJS dist/components/ui/textarea.js 2.63 KB
|
|
108
|
+
CJS dist/components/ui/label.js 2.70 KB
|
|
109
|
+
CJS dist/components/ui/button.js 3.65 KB
|
|
110
|
+
CJS dist/lib/slatejs-edits/clear-autocompletions.js 704.00 B
|
|
111
|
+
CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js 5.46 KB
|
|
112
|
+
CJS dist/lib/slatejs-edits/add-autocompletions.js 640.00 B
|
|
113
|
+
CJS dist/types/autosuggestions-config/autosuggestions-config.js 9.47 KB
|
|
114
|
+
CJS dist/lib/slatejs-edits/with-partial-history.js 3.20 KB
|
|
115
|
+
CJS dist/types/base/base-autosuggestions-config.js 967.00 B
|
|
116
|
+
CJS dist/types/autosuggestions-config/index.js 9.46 KB
|
|
117
|
+
CJS dist/types/base/index.js 945.00 B
|
|
118
|
+
CJS dist/types/base/editor-autocomplete-state.js 808.00 B
|
|
119
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js 21.12 KB
|
|
120
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js 4.31 KB
|
|
121
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js 4.22 KB
|
|
122
|
+
CJS dist/lib/debouncer.js 1.44 KB
|
|
123
|
+
CJS dist/types/index.js 9.53 KB
|
|
124
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js 20.52 KB
|
|
125
|
+
CJS dist/components/base-copilot-textarea/render-placeholder.js 1.86 KB
|
|
126
|
+
CJS dist/lib/slatejs-edits/replace-text.js 633.00 B
|
|
127
|
+
CJS dist/types/base/autosuggestions-bare-function.js.map 51.00 B
|
|
128
|
+
CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js.map 51.00 B
|
|
129
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js.map 10.26 KB
|
|
130
|
+
CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map 5.45 KB
|
|
131
|
+
CJS dist/hooks/misc/use-autosize-textarea.js.map 1.13 KB
|
|
132
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map 36.68 KB
|
|
133
|
+
CJS dist/types/autosuggestions-config/editing-api-config.js.map 3.91 KB
|
|
134
|
+
CJS dist/lib/stream-promise-flatten.js.map 1.41 KB
|
|
135
|
+
CJS dist/hooks/index.js.map 51.00 B
|
|
136
|
+
CJS dist/types/base/custom-editor.js.map 51.00 B
|
|
137
|
+
CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js.map 51.00 B
|
|
138
|
+
CJS dist/types/html-copilot-textarea-element.js.map 51.00 B
|
|
139
|
+
CJS dist/lib/utils.test.js.map 349.00 B
|
|
140
|
+
CJS dist/types/autosuggestions-config/insertions-api-config.js.map 4.17 KB
|
|
141
|
+
CJS dist/types/base/autosuggestion-state.js.map 51.00 B
|
|
142
|
+
CJS dist/types/autosuggestions-config/suggestions-api-config.js.map 3.57 KB
|
|
143
|
+
CJS dist/context/index.js.map 51.00 B
|
|
144
|
+
CJS dist/components/index.js.map 142.32 KB
|
|
145
|
+
CJS dist/types/base/base-copilot-textarea-props.js.map 51.00 B
|
|
146
|
+
CJS dist/lib/retry.js.map 973.00 B
|
|
147
|
+
CJS dist/lib/get-text-around-cursor.js.map 5.71 KB
|
|
148
|
+
CJS dist/components/base-copilot-textarea/render-element.js.map 1.73 KB
|
|
149
|
+
CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js.map 51.00 B
|
|
150
|
+
CJS dist/index.js.map 142.21 KB
|
|
151
|
+
CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js.map 5.75 KB
|
|
152
|
+
CJS dist/components/base-copilot-textarea/use-add-branding-css.js.map 3.46 KB
|
|
153
|
+
CJS dist/components/manual-ui/chip-with-icon.js.map 934.00 B
|
|
154
|
+
CJS dist/lib/utils.js.map 2.47 KB
|
|
155
|
+
CJS dist/components/hovering-toolbar/hovering-toolbar-components.js.map 3.58 KB
|
|
156
|
+
CJS dist/components/ui/card.js.map 4.80 KB
|
|
157
|
+
CJS dist/components/hovering-toolbar/hovering-editor-provider.js.map 1.36 KB
|
|
158
|
+
CJS dist/lib/editor-to-text.js.map 2.82 KB
|
|
159
|
+
CJS dist/components/copilot-textarea/copilot-textarea.js.map 142.43 KB
|
|
160
|
+
CJS dist/components/hovering-toolbar/hovering-toolbar.js.map 53.54 KB
|
|
161
|
+
CJS dist/components/source-search-box/source-search-box.js.map 12.98 KB
|
|
162
|
+
CJS dist/components/ui/dialog.js.map 7.41 KB
|
|
163
|
+
CJS dist/components/ui/textarea.js.map 2.83 KB
|
|
164
|
+
CJS dist/components/ui/label.js.map 2.84 KB
|
|
165
|
+
CJS dist/components/ui/command.js.map 14.32 KB
|
|
166
|
+
CJS dist/lib/slatejs-edits/add-autocompletions.js.map 1.04 KB
|
|
167
|
+
CJS dist/components/base-copilot-textarea/base-copilot-textarea.js.map 112.91 KB
|
|
168
|
+
CJS dist/types/autosuggestions-config/autosuggestions-config.js.map 18.34 KB
|
|
169
|
+
CJS dist/lib/slatejs-edits/with-partial-history.js.map 6.13 KB
|
|
170
|
+
CJS dist/types/base/base-autosuggestions-config.js.map 5.24 KB
|
|
171
|
+
CJS dist/types/base/index.js.map 5.24 KB
|
|
172
|
+
CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map 8.55 KB
|
|
173
|
+
CJS dist/components/ui/separator.js.map 2.95 KB
|
|
174
|
+
CJS dist/components/ui/button.js.map 4.30 KB
|
|
175
|
+
CJS dist/types/base/editor-autocomplete-state.js.map 2.61 KB
|
|
176
|
+
CJS dist/types/autosuggestions-config/index.js.map 18.34 KB
|
|
177
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map 36.68 KB
|
|
178
|
+
CJS dist/lib/debouncer.js.map 1.62 KB
|
|
179
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js.map 5.24 KB
|
|
180
|
+
CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map 35.27 KB
|
|
181
|
+
CJS dist/types/index.js.map 18.33 KB
|
|
182
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js.map 10.42 KB
|
|
183
|
+
CJS dist/components/base-copilot-textarea/render-placeholder.js.map 978.00 B
|
|
184
|
+
CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js.map 9.88 KB
|
|
185
|
+
CJS dist/lib/slatejs-edits/clear-autocompletions.js.map 1.10 KB
|
|
186
|
+
CJS dist/lib/slatejs-edits/replace-text.js.map 1.13 KB
|
|
187
|
+
CJS ⚡️ Build success in 1109ms
|
|
39
188
|
ESM dist/index.css 18.82 KB
|
|
40
189
|
ESM dist/components/index.css 242.00 B
|
|
41
190
|
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css 258.00 B
|
|
191
|
+
ESM dist/index.css.map 29.12 KB
|
|
42
192
|
ESM dist/components/copilot-textarea/copilot-textarea.css 253.00 B
|
|
43
193
|
ESM dist/components/index.css.map 429.00 B
|
|
44
|
-
ESM dist/index.css.map 29.12 KB
|
|
45
194
|
ESM dist/components/base-copilot-textarea/base-copilot-textarea.css.map 432.00 B
|
|
46
195
|
ESM dist/components/copilot-textarea/copilot-textarea.css.map 432.00 B
|
|
47
196
|
ESM dist/lib/utils.test.mjs 200.00 B
|
|
48
197
|
ESM dist/lib/slatejs-edits/with-partial-history.mjs 198.00 B
|
|
49
|
-
ESM dist/components/ui/button.mjs 204.00 B
|
|
50
198
|
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs 213.00 B
|
|
51
199
|
ESM dist/components/manual-ui/chip-with-icon.mjs 674.00 B
|
|
200
|
+
ESM dist/components/ui/button.mjs 204.00 B
|
|
52
201
|
ESM dist/components/source-search-box/source-search-box.mjs 284.00 B
|
|
53
202
|
ESM dist/types/html-copilot-textarea-element.mjs 122.00 B
|
|
54
203
|
ESM dist/context/index.mjs 98.00 B
|
|
55
204
|
ESM dist/hooks/index.mjs 98.00 B
|
|
56
|
-
ESM dist/chunk-WADHCMPK.mjs 76.00 B
|
|
57
|
-
ESM dist/chunk-MMVDU6DF.mjs 76.00 B
|
|
58
|
-
ESM dist/chunk-4OJ3H65F.mjs 2.52 KB
|
|
59
|
-
ESM dist/chunk-IU3WTXLQ.mjs 76.00 B
|
|
60
205
|
ESM dist/chunk-DE5K76I2.mjs 76.00 B
|
|
61
|
-
ESM dist/chunk-
|
|
206
|
+
ESM dist/chunk-MMVDU6DF.mjs 76.00 B
|
|
207
|
+
ESM dist/chunk-KDVMG3XF.mjs 2.51 KB
|
|
62
208
|
ESM dist/chunk-L7VVZH4Q.mjs 76.00 B
|
|
63
|
-
ESM dist/chunk-
|
|
64
|
-
ESM dist/chunk-
|
|
209
|
+
ESM dist/chunk-IU3WTXLQ.mjs 76.00 B
|
|
210
|
+
ESM dist/chunk-WADHCMPK.mjs 76.00 B
|
|
65
211
|
ESM dist/chunk-RKQ6RTZM.mjs 2.92 KB
|
|
212
|
+
ESM dist/chunk-4OJ3H65F.mjs 2.52 KB
|
|
213
|
+
ESM dist/chunk-WJHSY5T6.mjs 76.00 B
|
|
66
214
|
ESM dist/chunk-KNQIEOFP.mjs 502.00 B
|
|
215
|
+
ESM dist/chunk-RUV6NBIF.mjs 76.00 B
|
|
216
|
+
ESM dist/chunk-H4VKQGVU.mjs 76.00 B
|
|
67
217
|
ESM dist/lib/slatejs-edits/add-autocompletions.mjs 186.00 B
|
|
68
|
-
ESM dist/
|
|
218
|
+
ESM dist/chunk-MRXNTQOX.mjs 1.92 KB
|
|
69
219
|
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs 192.00 B
|
|
220
|
+
ESM dist/components/ui/card.mjs 2.19 KB
|
|
221
|
+
ESM dist/components/ui/dialog.mjs 278.00 B
|
|
70
222
|
ESM dist/components/ui/textarea.mjs 877.00 B
|
|
71
223
|
ESM dist/components/ui/label.mjs 186.00 B
|
|
72
|
-
ESM dist/
|
|
224
|
+
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 697.00 B
|
|
73
225
|
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs 178.00 B
|
|
226
|
+
ESM dist/lib/slatejs-edits/replace-text.mjs 170.00 B
|
|
74
227
|
ESM dist/components/copilot-textarea/copilot-textarea.mjs 1.57 KB
|
|
75
228
|
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs 203.00 B
|
|
76
|
-
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 697.00 B
|
|
77
|
-
ESM dist/components/ui/card.mjs 2.19 KB
|
|
78
|
-
ESM dist/components/ui/command.mjs 343.00 B
|
|
79
|
-
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs 257.00 B
|
|
80
|
-
ESM dist/lib/stream-promise-flatten.mjs 177.00 B
|
|
81
229
|
ESM dist/lib/utils.mjs 220.00 B
|
|
82
|
-
ESM dist/
|
|
83
|
-
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs 1.27 KB
|
|
84
|
-
ESM dist/components/base-copilot-textarea/render-placeholder.mjs 188.00 B
|
|
85
|
-
ESM dist/components/index.mjs 1.49 KB
|
|
230
|
+
ESM dist/lib/stream-promise-flatten.mjs 177.00 B
|
|
86
231
|
ESM dist/index.mjs 1.65 KB
|
|
232
|
+
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs 257.00 B
|
|
233
|
+
ESM dist/components/base-copilot-textarea/render-placeholder.mjs 188.00 B
|
|
87
234
|
ESM dist/types/index.mjs 466.00 B
|
|
88
|
-
ESM dist/
|
|
89
|
-
ESM dist/
|
|
235
|
+
ESM dist/components/index.mjs 1.49 KB
|
|
236
|
+
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs 1.27 KB
|
|
237
|
+
ESM dist/components/ui/command.mjs 343.00 B
|
|
238
|
+
ESM dist/components/base-copilot-textarea/render-element.mjs 180.00 B
|
|
239
|
+
ESM dist/chunk-QCPS6IYI.mjs 3.75 KB
|
|
90
240
|
ESM dist/chunk-AZHILHKM.mjs 874.00 B
|
|
91
|
-
ESM dist/chunk-KJNSWCJC.mjs 3.89 KB
|
|
92
241
|
ESM dist/chunk-DRV2FOHZ.mjs 2.01 KB
|
|
93
|
-
ESM dist/chunk-VPEH6V7T.mjs 2.57 KB
|
|
94
242
|
ESM dist/chunk-4NHVQZ67.mjs 3.08 KB
|
|
243
|
+
ESM dist/chunk-RT4UTBH3.mjs 1.98 KB
|
|
244
|
+
ESM dist/chunk-VPEH6V7T.mjs 2.57 KB
|
|
95
245
|
ESM dist/chunk-2C7O2EVM.mjs 595.00 B
|
|
96
|
-
ESM dist/chunk-YLXEQDMS.mjs 8.43 KB
|
|
97
246
|
ESM dist/chunk-5UNJXFUO.mjs 594.00 B
|
|
98
247
|
ESM dist/chunk-72P3KOHZ.mjs 3.09 KB
|
|
99
|
-
ESM dist/chunk-47L4PLG4.mjs 1.35 KB
|
|
100
|
-
ESM dist/chunk-7LSRNPNI.mjs 2.16 KB
|
|
101
|
-
ESM dist/chunk-LQZBI6XD.mjs 3.77 KB
|
|
102
|
-
ESM dist/chunk-HSCZA5TS.mjs 861.00 B
|
|
103
|
-
ESM dist/chunk-GQN2HYFJ.mjs 656.00 B
|
|
104
|
-
ESM dist/chunk-WFTAAA7R.mjs 1.80 KB
|
|
105
248
|
ESM dist/chunk-JJLQVT7S.mjs 496.00 B
|
|
249
|
+
ESM dist/chunk-GQN2HYFJ.mjs 656.00 B
|
|
250
|
+
ESM dist/chunk-5J3UZV77.mjs 3.77 KB
|
|
251
|
+
ESM dist/components/ui/separator.mjs 911.00 B
|
|
252
|
+
ESM dist/chunk-LQ2OWQU7.mjs 1.35 KB
|
|
253
|
+
ESM dist/chunk-SNQEBH5I.mjs 1.84 KB
|
|
254
|
+
ESM dist/chunk-SX6NY5FW.mjs 1.35 KB
|
|
106
255
|
ESM dist/chunk-3PQ7GSFE.mjs 575.00 B
|
|
107
|
-
ESM dist/chunk-
|
|
108
|
-
ESM dist/chunk-
|
|
109
|
-
ESM dist/chunk-KFQZHRPJ.mjs 805.00 B
|
|
110
|
-
ESM dist/chunk-MRXNTQOX.mjs 1.92 KB
|
|
111
|
-
ESM dist/chunk-FJNUPSQK.mjs 2.42 KB
|
|
256
|
+
ESM dist/chunk-B6TKVDDY.mjs 8.43 KB
|
|
257
|
+
ESM dist/chunk-WFTAAA7R.mjs 1.80 KB
|
|
112
258
|
ESM dist/chunk-WTASPE2W.mjs 4.53 KB
|
|
113
|
-
ESM dist/chunk-
|
|
259
|
+
ESM dist/chunk-FJNUPSQK.mjs 2.42 KB
|
|
260
|
+
ESM dist/chunk-KFQZHRPJ.mjs 805.00 B
|
|
261
|
+
ESM dist/chunk-P4QVFRLY.mjs 2.37 KB
|
|
114
262
|
ESM dist/chunk-PTZVE6NC.mjs 4.27 KB
|
|
115
|
-
ESM dist/chunk-
|
|
116
|
-
ESM dist/chunk-
|
|
263
|
+
ESM dist/chunk-VB4VNCIQ.mjs 8.14 KB
|
|
264
|
+
ESM dist/chunk-7LSRNPNI.mjs 2.16 KB
|
|
265
|
+
ESM dist/chunk-LYB4B6MK.mjs 701.00 B
|
|
266
|
+
ESM dist/chunk-XW3ICO4S.mjs 649.00 B
|
|
267
|
+
ESM dist/chunk-7SUZ6CXM.mjs 1.37 KB
|
|
268
|
+
ESM dist/chunk-T6MTDQZ7.mjs 1.34 KB
|
|
117
269
|
ESM dist/chunk-M2DR4KVB.mjs 959.00 B
|
|
270
|
+
ESM dist/chunk-224UKA7C.mjs 1.09 KB
|
|
118
271
|
ESM dist/lib/editor-to-text.mjs 161.00 B
|
|
119
|
-
ESM dist/
|
|
272
|
+
ESM dist/lib/debouncer.mjs 153.00 B
|
|
120
273
|
ESM dist/lib/get-text-around-cursor.mjs 265.00 B
|
|
121
|
-
ESM dist/chunk-
|
|
122
|
-
ESM dist/chunk-
|
|
274
|
+
ESM dist/chunk-BBZ7AWOB.mjs 861.00 B
|
|
275
|
+
ESM dist/chunk-2QDCE7PD.mjs 759.00 B
|
|
123
276
|
ESM dist/lib/retry.mjs 145.00 B
|
|
124
|
-
ESM dist/chunk-
|
|
125
|
-
ESM dist/
|
|
126
|
-
ESM dist/chunk-7SUZ6CXM.mjs 1.37 KB
|
|
277
|
+
ESM dist/chunk-ECR45NSD.mjs 2.70 KB
|
|
278
|
+
ESM dist/chunk-FP2EKU3L.mjs 921.00 B
|
|
127
279
|
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 80.00 B
|
|
128
|
-
ESM dist/chunk-P4QVFRLY.mjs 2.37 KB
|
|
129
|
-
ESM dist/components/ui/separator.mjs 911.00 B
|
|
130
|
-
ESM dist/components/ui/dialog.mjs 278.00 B
|
|
131
|
-
ESM dist/types/base/custom-editor.mjs 75.00 B
|
|
132
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs 282.00 B
|
|
133
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs 273.00 B
|
|
134
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs 255.00 B
|
|
135
|
-
ESM dist/hooks/misc/use-autosize-textarea.mjs 202.00 B
|
|
136
|
-
ESM dist/types/base/base-copilot-textarea-props.mjs 89.00 B
|
|
137
280
|
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs 86.00 B
|
|
281
|
+
ESM dist/types/base/autosuggestions-bare-function.mjs 91.00 B
|
|
138
282
|
ESM dist/types/base/autosuggestion-state.mjs 82.00 B
|
|
283
|
+
ESM dist/types/base/custom-editor.mjs 75.00 B
|
|
139
284
|
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs 99.00 B
|
|
140
|
-
ESM dist/types/base/
|
|
285
|
+
ESM dist/types/base/base-copilot-textarea-props.mjs 89.00 B
|
|
141
286
|
ESM dist/types/base/base-autosuggestions-config.mjs 200.00 B
|
|
142
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs 596.00 B
|
|
143
|
-
ESM dist/types/autosuggestions-config/index.mjs 384.00 B
|
|
144
|
-
ESM dist/types/base/index.mjs 213.00 B
|
|
145
|
-
ESM dist/types/autosuggestions-config/insertions-api-config.mjs 257.00 B
|
|
146
|
-
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs 261.00 B
|
|
147
|
-
ESM dist/types/autosuggestions-config/editing-api-config.mjs 245.00 B
|
|
148
|
-
ESM dist/types/base/editor-autocomplete-state.mjs 227.00 B
|
|
149
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 553.00 B
|
|
150
287
|
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs 366.00 B
|
|
288
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 553.00 B
|
|
289
|
+
ESM dist/types/base/editor-autocomplete-state.mjs 227.00 B
|
|
290
|
+
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs 261.00 B
|
|
151
291
|
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs 582.00 B
|
|
292
|
+
ESM dist/types/autosuggestions-config/index.mjs 384.00 B
|
|
293
|
+
ESM dist/types/autosuggestions-config/editing-api-config.mjs 245.00 B
|
|
294
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs 282.00 B
|
|
295
|
+
ESM dist/types/autosuggestions-config/insertions-api-config.mjs 257.00 B
|
|
296
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs 255.00 B
|
|
297
|
+
ESM dist/types/base/index.mjs 213.00 B
|
|
152
298
|
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs 227.00 B
|
|
153
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 283.00 B
|
|
154
299
|
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs 253.00 B
|
|
300
|
+
ESM dist/hooks/misc/use-autosize-textarea.mjs 202.00 B
|
|
301
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs 596.00 B
|
|
302
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 283.00 B
|
|
303
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs 273.00 B
|
|
155
304
|
ESM dist/lib/utils.test.mjs.map 349.00 B
|
|
156
305
|
ESM dist/lib/slatejs-edits/with-partial-history.mjs.map 51.00 B
|
|
157
|
-
ESM dist/components/ui/button.mjs.map 51.00 B
|
|
158
306
|
ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs.map 51.00 B
|
|
159
|
-
ESM dist/components/manual-ui/chip-with-icon.mjs.map
|
|
307
|
+
ESM dist/components/manual-ui/chip-with-icon.mjs.map 936.00 B
|
|
308
|
+
ESM dist/components/ui/button.mjs.map 51.00 B
|
|
160
309
|
ESM dist/components/source-search-box/source-search-box.mjs.map 51.00 B
|
|
161
|
-
ESM dist/context/index.mjs.map 51.00 B
|
|
162
310
|
ESM dist/types/html-copilot-textarea-element.mjs.map 51.00 B
|
|
163
|
-
ESM dist/
|
|
311
|
+
ESM dist/context/index.mjs.map 51.00 B
|
|
164
312
|
ESM dist/hooks/index.mjs.map 51.00 B
|
|
165
|
-
ESM dist/chunk-IU3WTXLQ.mjs.map 51.00 B
|
|
166
313
|
ESM dist/chunk-MMVDU6DF.mjs.map 51.00 B
|
|
167
|
-
ESM dist/chunk-WADHCMPK.mjs.map 51.00 B
|
|
168
|
-
ESM dist/chunk-RUV6NBIF.mjs.map 51.00 B
|
|
169
|
-
ESM dist/chunk-H4VKQGVU.mjs.map 51.00 B
|
|
170
314
|
ESM dist/chunk-DE5K76I2.mjs.map 51.00 B
|
|
315
|
+
ESM dist/chunk-KDVMG3XF.mjs.map 3.57 KB
|
|
316
|
+
ESM dist/chunk-WADHCMPK.mjs.map 51.00 B
|
|
171
317
|
ESM dist/chunk-L7VVZH4Q.mjs.map 51.00 B
|
|
172
|
-
ESM dist/chunk-
|
|
173
|
-
ESM dist/chunk-
|
|
318
|
+
ESM dist/chunk-IU3WTXLQ.mjs.map 51.00 B
|
|
319
|
+
ESM dist/chunk-4OJ3H65F.mjs.map 3.90 KB
|
|
174
320
|
ESM dist/chunk-WJHSY5T6.mjs.map 51.00 B
|
|
175
|
-
ESM dist/
|
|
321
|
+
ESM dist/chunk-RKQ6RTZM.mjs.map 4.17 KB
|
|
322
|
+
ESM dist/chunk-KNQIEOFP.mjs.map 970.00 B
|
|
323
|
+
ESM dist/chunk-RUV6NBIF.mjs.map 51.00 B
|
|
324
|
+
ESM dist/chunk-H4VKQGVU.mjs.map 51.00 B
|
|
176
325
|
ESM dist/lib/slatejs-edits/add-autocompletions.mjs.map 51.00 B
|
|
177
|
-
ESM dist/
|
|
326
|
+
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
327
|
+
ESM dist/lib/slatejs-edits/clear-autocompletions.mjs.map 51.00 B
|
|
328
|
+
ESM dist/components/ui/dialog.mjs.map 51.00 B
|
|
329
|
+
ESM dist/components/ui/card.mjs.map 3.08 KB
|
|
178
330
|
ESM dist/components/ui/textarea.mjs.map 1.11 KB
|
|
331
|
+
ESM dist/components/ui/label.mjs.map 51.00 B
|
|
332
|
+
ESM dist/components/copilot-textarea/copilot-textarea.mjs.map 51.00 B
|
|
179
333
|
ESM dist/components/base-copilot-textarea/use-add-branding-css.mjs.map 51.00 B
|
|
180
334
|
ESM dist/components/hovering-toolbar/hovering-toolbar.mjs.map 51.00 B
|
|
181
|
-
ESM dist/components/ui/card.mjs.map 3.08 KB
|
|
182
335
|
ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs.map 51.00 B
|
|
183
|
-
ESM dist/components/
|
|
184
|
-
ESM dist/
|
|
185
|
-
ESM dist/
|
|
186
|
-
ESM dist/components/base-copilot-textarea/render-element.mjs.map 51.00 B
|
|
336
|
+
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs.map 51.00 B
|
|
337
|
+
ESM dist/types/index.mjs.map 51.00 B
|
|
338
|
+
ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 51.00 B
|
|
187
339
|
ESM dist/components/index.mjs.map 51.00 B
|
|
188
340
|
ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs.map 51.00 B
|
|
189
|
-
ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 51.00 B
|
|
190
|
-
ESM dist/lib/slatejs-edits/replace-text.mjs.map 51.00 B
|
|
191
|
-
ESM dist/lib/utils.mjs.map 51.00 B
|
|
192
|
-
ESM dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs.map 51.00 B
|
|
193
341
|
ESM dist/index.mjs.map 51.00 B
|
|
194
|
-
ESM dist/
|
|
342
|
+
ESM dist/components/base-copilot-textarea/render-element.mjs.map 51.00 B
|
|
195
343
|
ESM dist/chunk-AZHILHKM.mjs.map 1.65 KB
|
|
196
|
-
ESM dist/chunk-DRV2FOHZ.mjs.map 3.80 KB
|
|
197
|
-
ESM dist/chunk-JYWINDWZ.mjs.map 3.42 KB
|
|
198
|
-
ESM dist/chunk-KDVMG3XF.mjs.map 3.57 KB
|
|
199
|
-
ESM dist/chunk-KJNSWCJC.mjs.map 7.78 KB
|
|
200
|
-
ESM dist/types/index.mjs.map 51.00 B
|
|
201
|
-
ESM dist/chunk-47L4PLG4.mjs.map 3.01 KB
|
|
202
|
-
ESM dist/chunk-5UNJXFUO.mjs.map 1.13 KB
|
|
203
|
-
ESM dist/chunk-LQZBI6XD.mjs.map 7.04 KB
|
|
204
|
-
ESM dist/chunk-YLXEQDMS.mjs.map 15.58 KB
|
|
205
|
-
ESM dist/chunk-72P3KOHZ.mjs.map 6.04 KB
|
|
206
344
|
ESM dist/chunk-4NHVQZ67.mjs.map 6.12 KB
|
|
207
|
-
ESM dist/chunk-
|
|
208
|
-
ESM dist/chunk-
|
|
209
|
-
ESM dist/
|
|
210
|
-
ESM dist/chunk-
|
|
345
|
+
ESM dist/chunk-DRV2FOHZ.mjs.map 3.80 KB
|
|
346
|
+
ESM dist/chunk-RT4UTBH3.mjs.map 4.52 KB
|
|
347
|
+
ESM dist/components/ui/command.mjs.map 51.00 B
|
|
348
|
+
ESM dist/chunk-QCPS6IYI.mjs.map 7.62 KB
|
|
211
349
|
ESM dist/chunk-VPEH6V7T.mjs.map 4.76 KB
|
|
212
|
-
ESM dist/chunk-JJLQVT7S.mjs.map 881.00 B
|
|
213
|
-
ESM dist/chunk-XV7MLLXQ.mjs.map 1.37 KB
|
|
214
|
-
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
215
350
|
ESM dist/chunk-2C7O2EVM.mjs.map 1.04 KB
|
|
216
|
-
ESM dist/chunk-
|
|
217
|
-
ESM dist/chunk-
|
|
351
|
+
ESM dist/chunk-5J3UZV77.mjs.map 6.93 KB
|
|
352
|
+
ESM dist/chunk-LQ2OWQU7.mjs.map 2.99 KB
|
|
353
|
+
ESM dist/components/ui/separator.mjs.map 1.22 KB
|
|
354
|
+
ESM dist/chunk-SX6NY5FW.mjs.map 2.41 KB
|
|
355
|
+
ESM dist/chunk-B6TKVDDY.mjs.map 15.47 KB
|
|
356
|
+
ESM dist/lib/slatejs-edits/replace-text.mjs.map 51.00 B
|
|
357
|
+
ESM dist/chunk-3PQ7GSFE.mjs.map 1.12 KB
|
|
218
358
|
ESM dist/chunk-WTASPE2W.mjs.map 6.89 KB
|
|
359
|
+
ESM dist/chunk-WFTAAA7R.mjs.map 2.57 KB
|
|
360
|
+
ESM dist/chunk-KFQZHRPJ.mjs.map 1.11 KB
|
|
361
|
+
ESM dist/chunk-P4QVFRLY.mjs.map 3.55 KB
|
|
362
|
+
ESM dist/chunk-VB4VNCIQ.mjs.map 13.72 KB
|
|
219
363
|
ESM dist/chunk-PTZVE6NC.mjs.map 5.68 KB
|
|
364
|
+
ESM dist/chunk-7LSRNPNI.mjs.map 3.46 KB
|
|
365
|
+
ESM dist/chunk-XW3ICO4S.mjs.map 946.00 B
|
|
366
|
+
ESM dist/chunk-LYB4B6MK.mjs.map 1.36 KB
|
|
367
|
+
ESM dist/chunk-JJLQVT7S.mjs.map 881.00 B
|
|
368
|
+
ESM dist/chunk-7SUZ6CXM.mjs.map 2.45 KB
|
|
220
369
|
ESM dist/chunk-M2DR4KVB.mjs.map 1.60 KB
|
|
221
|
-
ESM dist/chunk-2QDCE7PD.mjs.map 1.39 KB
|
|
222
370
|
ESM dist/chunk-224UKA7C.mjs.map 1.71 KB
|
|
223
|
-
ESM dist/chunk-T6MTDQZ7.mjs.map 2.81 KB
|
|
224
|
-
ESM dist/chunk-FP2EKU3L.mjs.map 5.24 KB
|
|
225
|
-
ESM dist/chunk-3PQ7GSFE.mjs.map 1.12 KB
|
|
226
|
-
ESM dist/chunk-OHO4G6DR.mjs.map 966.00 B
|
|
227
|
-
ESM dist/lib/retry.mjs.map 51.00 B
|
|
228
371
|
ESM dist/lib/editor-to-text.mjs.map 51.00 B
|
|
229
|
-
ESM dist/chunk-
|
|
230
|
-
ESM dist/chunk-KTTN5H7S.mjs.map 13.42 KB
|
|
231
|
-
ESM dist/chunk-ECR45NSD.mjs.map 5.70 KB
|
|
372
|
+
ESM dist/chunk-T6MTDQZ7.mjs.map 2.81 KB
|
|
232
373
|
ESM dist/lib/debouncer.mjs.map 51.00 B
|
|
233
|
-
ESM dist/chunk-7SUZ6CXM.mjs.map 2.45 KB
|
|
234
374
|
ESM dist/lib/get-text-around-cursor.mjs.map 51.00 B
|
|
375
|
+
ESM dist/chunk-SNQEBH5I.mjs.map 3.40 KB
|
|
376
|
+
ESM dist/chunk-BBZ7AWOB.mjs.map 1.45 KB
|
|
377
|
+
ESM dist/chunk-FJNUPSQK.mjs.map 4.53 KB
|
|
378
|
+
ESM dist/lib/retry.mjs.map 51.00 B
|
|
379
|
+
ESM dist/chunk-2QDCE7PD.mjs.map 1.39 KB
|
|
380
|
+
ESM dist/chunk-ECR45NSD.mjs.map 5.70 KB
|
|
381
|
+
ESM dist/chunk-GQN2HYFJ.mjs.map 1.10 KB
|
|
382
|
+
ESM dist/lib/utils.mjs.map 51.00 B
|
|
383
|
+
ESM dist/lib/stream-promise-flatten.mjs.map 51.00 B
|
|
384
|
+
ESM dist/chunk-FP2EKU3L.mjs.map 5.24 KB
|
|
385
|
+
ESM dist/chunk-5UNJXFUO.mjs.map 1.13 KB
|
|
386
|
+
ESM dist/chunk-72P3KOHZ.mjs.map 6.04 KB
|
|
235
387
|
ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 51.00 B
|
|
236
|
-
ESM dist/
|
|
237
|
-
ESM dist/components/ui/separator.mjs.map 1.22 KB
|
|
238
|
-
ESM dist/components/ui/dialog.mjs.map 51.00 B
|
|
239
|
-
ESM dist/types/base/custom-editor.mjs.map 51.00 B
|
|
240
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs.map 51.00 B
|
|
241
|
-
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs.map 51.00 B
|
|
242
|
-
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 51.00 B
|
|
243
|
-
ESM dist/hooks/misc/use-autosize-textarea.mjs.map 51.00 B
|
|
244
|
-
ESM dist/types/base/base-copilot-textarea-props.mjs.map 51.00 B
|
|
245
|
-
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs.map 51.00 B
|
|
388
|
+
ESM dist/types/base/autosuggestions-bare-function.mjs.map 51.00 B
|
|
246
389
|
ESM dist/types/base/autosuggestion-state.mjs.map 51.00 B
|
|
247
|
-
ESM dist/
|
|
248
|
-
ESM dist/types/autosuggestions-config/
|
|
249
|
-
ESM dist/types/base/
|
|
250
|
-
ESM dist/
|
|
390
|
+
ESM dist/types/base/base-copilot-textarea-props.mjs.map 51.00 B
|
|
391
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config.mjs.map 51.00 B
|
|
392
|
+
ESM dist/types/base/base-autosuggestions-config.mjs.map 51.00 B
|
|
393
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs.map 51.00 B
|
|
251
394
|
ESM dist/types/base/editor-autocomplete-state.mjs.map 51.00 B
|
|
252
395
|
ESM dist/types/autosuggestions-config/suggestions-api-config.mjs.map 51.00 B
|
|
253
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box
|
|
396
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs.map 51.00 B
|
|
397
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs.map 51.00 B
|
|
398
|
+
ESM dist/types/autosuggestions-config/index.mjs.map 51.00 B
|
|
254
399
|
ESM dist/types/autosuggestions-config/editing-api-config.mjs.map 51.00 B
|
|
255
|
-
ESM dist/types/autosuggestions-config/
|
|
400
|
+
ESM dist/types/autosuggestions-config/insertions-api-config.mjs.map 51.00 B
|
|
401
|
+
ESM dist/types/base/index.mjs.map 51.00 B
|
|
402
|
+
ESM dist/hooks/misc/use-autosize-textarea.mjs.map 51.00 B
|
|
256
403
|
ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs.map 51.00 B
|
|
257
|
-
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs.map 51.00 B
|
|
258
404
|
ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs.map 51.00 B
|
|
405
|
+
ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs.map 51.00 B
|
|
406
|
+
ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs.map 51.00 B
|
|
259
407
|
ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs.map 51.00 B
|
|
408
|
+
ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs.map 51.00 B
|
|
260
409
|
ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 51.00 B
|
|
261
|
-
ESM dist/
|
|
262
|
-
ESM dist/types/base/
|
|
263
|
-
ESM ⚡️ Build success in
|
|
264
|
-
DTS ⚡️ Build success in
|
|
410
|
+
ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 51.00 B
|
|
411
|
+
ESM dist/types/base/custom-editor.mjs.map 51.00 B
|
|
412
|
+
ESM ⚡️ Build success in 1113ms
|
|
413
|
+
DTS ⚡️ Build success in 10029ms
|
|
265
414
|
DTS dist/index.d.ts 1.34 KB
|
|
266
415
|
DTS dist/components/base-copilot-textarea/base-copilot-textarea.d.ts 1.62 KB
|
|
267
416
|
DTS dist/components/copilot-textarea/copilot-textarea.d.ts 1.36 KB
|
|
@@ -292,10 +441,10 @@ DTS dist/components/base-copilot-textarea/render-element.d.ts
|
|
|
292
441
|
DTS dist/components/base-copilot-textarea/render-placeholder.d.ts 321.00 B
|
|
293
442
|
DTS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.d.ts 305.00 B
|
|
294
443
|
DTS dist/components/base-copilot-textarea/use-add-branding-css.d.ts 158.00 B
|
|
295
|
-
DTS dist/components/hovering-toolbar/hovering-editor-provider.d.ts
|
|
444
|
+
DTS dist/components/hovering-toolbar/hovering-editor-provider.d.ts 622.00 B
|
|
296
445
|
DTS dist/components/hovering-toolbar/hovering-toolbar-components.d.ts 1006.00 B
|
|
297
446
|
DTS dist/components/hovering-toolbar/hovering-toolbar.d.ts 416.00 B
|
|
298
|
-
DTS dist/components/manual-ui/chip-with-icon.d.ts
|
|
447
|
+
DTS dist/components/manual-ui/chip-with-icon.d.ts 237.00 B
|
|
299
448
|
DTS dist/components/source-search-box/source-search-box.d.ts 491.00 B
|
|
300
449
|
DTS dist/components/ui/button.d.ts 766.00 B
|
|
301
450
|
DTS dist/components/ui/card.d.ts 947.00 B
|
|
@@ -318,7 +467,7 @@ DTS dist/lib/slatejs-edits/replace-text.d.ts
|
|
|
318
467
|
DTS dist/lib/slatejs-edits/with-partial-history.d.ts 542.00 B
|
|
319
468
|
DTS dist/types/autosuggestions-config/index.d.ts 656.00 B
|
|
320
469
|
DTS dist/types/base/index.d.ts 320.00 B
|
|
321
|
-
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.d.ts
|
|
322
|
-
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.d.ts
|
|
323
|
-
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.d.ts
|
|
324
|
-
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/index.d.ts
|
|
470
|
+
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.d.ts 742.00 B
|
|
471
|
+
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.d.ts 485.00 B
|
|
472
|
+
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.d.ts 680.00 B
|
|
473
|
+
DTS dist/components/hovering-toolbar/text-insertion-prompt-box/index.d.ts 184.00 B
|