@copilotkit/react-textarea 0.37.0-mme-pre.2 → 0.38.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/.turbo/turbo-build.log +183 -191
  2. package/CHANGELOG.md +21 -4
  3. package/dist/chunk-3SVQJA5A.mjs +169 -0
  4. package/dist/chunk-3SVQJA5A.mjs.map +1 -0
  5. package/dist/chunk-5KLAWLCD.mjs +88 -0
  6. package/dist/chunk-5KLAWLCD.mjs.map +1 -0
  7. package/dist/{chunk-QKS2IOUH.mjs → chunk-7QFH4E7C.mjs} +7 -5
  8. package/dist/chunk-7QFH4E7C.mjs.map +1 -0
  9. package/dist/chunk-CVO5T3PA.mjs +82 -0
  10. package/dist/chunk-CVO5T3PA.mjs.map +1 -0
  11. package/dist/{chunk-DKE57EAC.mjs → chunk-H3PGQHLG.mjs} +5 -5
  12. package/dist/{chunk-RKQ6RTZM.mjs → chunk-I6DJQ7D7.mjs} +33 -38
  13. package/dist/chunk-I6DJQ7D7.mjs.map +1 -0
  14. package/dist/{chunk-VAJHETSN.mjs → chunk-IF7CDWEH.mjs} +5 -5
  15. package/dist/{chunk-VAJHETSN.mjs.map → chunk-IF7CDWEH.mjs.map} +1 -1
  16. package/dist/{chunk-LCDTIJSD.mjs → chunk-OJXLHIYQ.mjs} +4 -2
  17. package/dist/chunk-OJXLHIYQ.mjs.map +1 -0
  18. package/dist/{chunk-ZRKQLLC7.mjs → chunk-R77MK6QS.mjs} +10 -5
  19. package/dist/{chunk-ZRKQLLC7.mjs.map → chunk-R77MK6QS.mjs.map} +1 -1
  20. package/dist/{chunk-O4LDWYJB.mjs → chunk-TNGDQV3I.mjs} +1 -2
  21. package/dist/{chunk-O4LDWYJB.mjs.map → chunk-TNGDQV3I.mjs.map} +1 -1
  22. package/dist/{chunk-KDVMG3XF.mjs → chunk-WMHVBGPR.mjs} +23 -25
  23. package/dist/chunk-WMHVBGPR.mjs.map +1 -0
  24. package/dist/components/base-copilot-textarea/base-copilot-textarea.js +15 -7
  25. package/dist/components/base-copilot-textarea/base-copilot-textarea.js.map +1 -1
  26. package/dist/components/base-copilot-textarea/base-copilot-textarea.mjs +4 -4
  27. package/dist/components/copilot-textarea/copilot-textarea.d.ts +2 -2
  28. package/dist/components/copilot-textarea/copilot-textarea.js +255 -207
  29. package/dist/components/copilot-textarea/copilot-textarea.js.map +1 -1
  30. package/dist/components/copilot-textarea/copilot-textarea.mjs +11 -11
  31. package/dist/components/hovering-toolbar/hovering-toolbar.js +0 -1
  32. package/dist/components/hovering-toolbar/hovering-toolbar.js.map +1 -1
  33. package/dist/components/hovering-toolbar/hovering-toolbar.mjs +1 -1
  34. package/dist/components/index.d.ts +1 -1
  35. package/dist/components/index.js +251 -203
  36. package/dist/components/index.js.map +1 -1
  37. package/dist/components/index.mjs +11 -11
  38. package/dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.d.ts +2 -1
  39. package/dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js +6 -4
  40. package/dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js.map +1 -1
  41. package/dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs +1 -1
  42. package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.d.ts +1 -1
  43. package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js +39 -31
  44. package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map +1 -1
  45. package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs +1 -1
  46. package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.d.ts +1 -1
  47. package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js +100 -60
  48. package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map +1 -1
  49. package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs +1 -1
  50. package/dist/index.d.ts +1 -1
  51. package/dist/index.js +251 -203
  52. package/dist/index.js.map +1 -1
  53. package/dist/index.mjs +11 -11
  54. package/dist/types/autosuggestions-config/autosuggestions-config-user-specified.d.ts +1 -1
  55. package/dist/types/autosuggestions-config/autosuggestions-config.d.ts +1 -1
  56. package/dist/types/autosuggestions-config/autosuggestions-config.js +96 -108
  57. package/dist/types/autosuggestions-config/autosuggestions-config.js.map +1 -1
  58. package/dist/types/autosuggestions-config/autosuggestions-config.mjs +5 -5
  59. package/dist/types/autosuggestions-config/editing-api-config.d.ts +3 -3
  60. package/dist/types/autosuggestions-config/editing-api-config.js +39 -46
  61. package/dist/types/autosuggestions-config/editing-api-config.js.map +1 -1
  62. package/dist/types/autosuggestions-config/editing-api-config.mjs +1 -1
  63. package/dist/types/autosuggestions-config/index.d.ts +1 -1
  64. package/dist/types/autosuggestions-config/index.js +96 -108
  65. package/dist/types/autosuggestions-config/index.js.map +1 -1
  66. package/dist/types/autosuggestions-config/index.mjs +5 -5
  67. package/dist/types/autosuggestions-config/insertions-api-config.d.ts +3 -3
  68. package/dist/types/autosuggestions-config/insertions-api-config.js +32 -37
  69. package/dist/types/autosuggestions-config/insertions-api-config.js.map +1 -1
  70. package/dist/types/autosuggestions-config/insertions-api-config.mjs +1 -1
  71. package/dist/types/autosuggestions-config/suggestions-api-config.d.ts +3 -3
  72. package/dist/types/autosuggestions-config/suggestions-api-config.js +22 -24
  73. package/dist/types/autosuggestions-config/suggestions-api-config.js.map +1 -1
  74. package/dist/types/autosuggestions-config/suggestions-api-config.mjs +1 -1
  75. package/dist/types/base/base-autosuggestions-config.d.ts +14 -0
  76. package/dist/types/base/base-autosuggestions-config.js +3 -1
  77. package/dist/types/base/base-autosuggestions-config.js.map +1 -1
  78. package/dist/types/base/base-autosuggestions-config.mjs +1 -1
  79. package/dist/types/base/index.js +3 -1
  80. package/dist/types/base/index.js.map +1 -1
  81. package/dist/types/base/index.mjs +1 -1
  82. package/dist/types/index.d.ts +1 -1
  83. package/dist/types/index.js +96 -108
  84. package/dist/types/index.js.map +1 -1
  85. package/dist/types/index.mjs +5 -5
  86. package/package.json +7 -6
  87. package/src/components/base-copilot-textarea/base-copilot-textarea.tsx +5 -0
  88. package/src/components/copilot-textarea/copilot-textarea.tsx +1 -1
  89. package/src/components/hovering-toolbar/hovering-toolbar.tsx +0 -1
  90. package/src/hooks/base-copilot-textarea-implementation/use-autosuggestions.ts +11 -4
  91. package/src/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.tsx +51 -31
  92. package/src/hooks/make-autosuggestions-function/use-make-standard-insertion-function.tsx +116 -62
  93. package/src/types/autosuggestions-config/editing-api-config.tsx +48 -49
  94. package/src/types/autosuggestions-config/index.ts +0 -1
  95. package/src/types/autosuggestions-config/insertions-api-config.tsx +38 -40
  96. package/src/types/autosuggestions-config/suggestions-api-config.tsx +26 -27
  97. package/src/types/base/base-autosuggestions-config.tsx +17 -0
  98. package/dist/chunk-4OJ3H65F.mjs +0 -89
  99. package/dist/chunk-4OJ3H65F.mjs.map +0 -1
  100. package/dist/chunk-HE4GMS2P.mjs +0 -121
  101. package/dist/chunk-HE4GMS2P.mjs.map +0 -1
  102. package/dist/chunk-KDVMG3XF.mjs.map +0 -1
  103. package/dist/chunk-LCDTIJSD.mjs.map +0 -1
  104. package/dist/chunk-QKS2IOUH.mjs.map +0 -1
  105. package/dist/chunk-RKQ6RTZM.mjs.map +0 -1
  106. package/dist/chunk-SJ2TM5GA.mjs +0 -72
  107. package/dist/chunk-SJ2TM5GA.mjs.map +0 -1
  108. package/dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.d.ts +0 -7
  109. package/dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js +0 -19
  110. package/dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js.map +0 -1
  111. package/dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs +0 -1
  112. package/dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs.map +0 -1
  113. package/src/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.tsx +0 -5
  114. /package/dist/{chunk-DKE57EAC.mjs.map → chunk-H3PGQHLG.mjs.map} +0 -0
@@ -1,8 +1,8 @@
1
1
 
2
- > @copilotkit/react-textarea@0.37.0-mme-pre.2 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-textarea
2
+ > @copilotkit/react-textarea@0.38.0-beta.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-textarea
3
3
  > tsup --clean
4
4
 
5
- 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/command.tsx, src/components/ui/dialog.tsx, src/components/ui/label.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
5
+ 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/command.tsx, src/components/ui/dialog.tsx, src/components/ui/label.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
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v6.7.0
8
8
  CLI Using tsup config: /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-textarea/tsup.config.ts
@@ -10,14 +10,132 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- Browserslist: caniuse-lite is outdated. Please run:
14
- npx update-browserslist-db@latest
15
- Why you should do it regularly: https://github.com/browserslist/update-db#readme
16
13
 
17
14
  warn - The `purge`/`content` options have changed in Tailwind CSS v3.0.
18
15
  warn - Update your configuration file to eliminate this warning.
19
16
  warn - https://tailwindcss.com/docs/upgrade-guide#configure-content-sources
20
17
  DTS Build start
18
+ CJS dist/types/html-copilot-textarea-element.js 893.00 B
19
+ CJS dist/components/hovering-toolbar/hovering-editor-provider.js 1.85 KB
20
+ CJS dist/components/manual-ui/chip-with-icon.js 1.73 KB
21
+ CJS dist/components/source-search-box/source-search-box.js 9.53 KB
22
+ CJS dist/components/ui/button.js 4.82 KB
23
+ CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js 6.57 KB
24
+ CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js 5.88 KB
25
+ CJS dist/hooks/misc/use-autosize-textarea.js 1.48 KB
26
+ CJS dist/lib/slatejs-edits/add-autocompletions.js 1.63 KB
27
+ CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js 949.00 B
28
+ CJS dist/types/base/autosuggestion-state.js 862.00 B
29
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js 24.47 KB
30
+ CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js 881.00 B
31
+ CJS dist/index.js 86.08 KB
32
+ CJS dist/components/index.js 85.89 KB
33
+ CJS dist/index.css 18.63 KB
34
+ CJS dist/context/index.js 803.00 B
35
+ CJS dist/hooks/index.js 797.00 B
36
+ CJS dist/lib/debouncer.js 2.38 KB
37
+ CJS dist/lib/editor-to-text.js 2.35 KB
38
+ CJS dist/lib/get-text-around-cursor.js 4.09 KB
39
+ CJS dist/lib/retry.js 1.43 KB
40
+ CJS dist/lib/stream-promise-flatten.js 2.26 KB
41
+ CJS dist/lib/utils.test.js 182.00 B
42
+ CJS dist/lib/utils.js 3.08 KB
43
+ CJS dist/types/index.js 12.82 KB
44
+ CJS dist/components/base-copilot-textarea/base-copilot-textarea.js 64.34 KB
45
+ CJS dist/components/base-copilot-textarea/base-copilot-textarea.css 322.00 B
46
+ CJS dist/components/base-copilot-textarea/render-element.js 2.94 KB
47
+ CJS dist/components/base-copilot-textarea/render-placeholder.js 2.84 KB
48
+ CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js 4.02 KB
49
+ CJS dist/components/base-copilot-textarea/use-add-branding-css.js 3.19 KB
50
+ CJS dist/components/copilot-textarea/copilot-textarea.js 85.83 KB
51
+ CJS dist/components/copilot-textarea/copilot-textarea.css 317.00 B
52
+ CJS dist/components/hovering-toolbar/hovering-toolbar-components.js 5.55 KB
53
+ CJS dist/components/hovering-toolbar/hovering-toolbar.js 33.64 KB
54
+ CJS dist/components/ui/command.js 12.51 KB
55
+ CJS dist/components/ui/dialog.js 7.83 KB
56
+ CJS dist/components/ui/label.js 3.73 KB
57
+ CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js 6.35 KB
58
+ CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js 6.04 KB
59
+ CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js 9.23 KB
60
+ CJS dist/types/autosuggestions-config/autosuggestions-config.js 12.82 KB
61
+ CJS dist/types/autosuggestions-config/editing-api-config.js 4.50 KB
62
+ CJS dist/types/autosuggestions-config/index.js 12.79 KB
63
+ CJS dist/types/autosuggestions-config/insertions-api-config.js 4.78 KB
64
+ CJS dist/types/autosuggestions-config/suggestions-api-config.js 4.22 KB
65
+ CJS dist/types/base/autosuggestions-bare-function.js 898.00 B
66
+ CJS dist/types/base/base-autosuggestions-config.js 2.13 KB
67
+ CJS dist/types/base/base-copilot-textarea-props.js 891.00 B
68
+ CJS dist/types/base/custom-editor.js 835.00 B
69
+ CJS dist/types/base/editor-autocomplete-state.js 1.92 KB
70
+ CJS dist/types/base/index.js 2.06 KB
71
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js 25.25 KB
72
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js 5.48 KB
73
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js 25.19 KB
74
+ CJS dist/components/index.css 306.00 B
75
+ CJS dist/lib/slatejs-edits/with-partial-history.js 4.30 KB
76
+ CJS dist/lib/slatejs-edits/replace-text.js 1.61 KB
77
+ CJS dist/lib/slatejs-edits/clear-autocompletions.js 1.71 KB
78
+ CJS dist/types/html-copilot-textarea-element.js.map 280.00 B
79
+ CJS dist/components/hovering-toolbar/hovering-editor-provider.js.map 1.40 KB
80
+ CJS dist/components/manual-ui/chip-with-icon.js.map 969.00 B
81
+ CJS dist/components/source-search-box/source-search-box.js.map 13.01 KB
82
+ CJS dist/components/ui/button.js.map 4.34 KB
83
+ CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js.map 10.88 KB
84
+ CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map 6.66 KB
85
+ CJS dist/hooks/misc/use-autosize-textarea.js.map 1.17 KB
86
+ CJS dist/lib/slatejs-edits/add-autocompletions.js.map 1.08 KB
87
+ CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js.map 1.16 KB
88
+ CJS dist/types/base/autosuggestion-state.js.map 269.00 B
89
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map 36.34 KB
90
+ CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js.map 268.00 B
91
+ CJS dist/index.js.map 153.11 KB
92
+ CJS dist/components/index.js.map 153.30 KB
93
+ CJS dist/index.css.map 23.66 KB
94
+ CJS dist/context/index.js.map 139.00 B
95
+ CJS dist/hooks/index.js.map 137.00 B
96
+ CJS dist/lib/debouncer.js.map 1.68 KB
97
+ CJS dist/lib/editor-to-text.js.map 2.86 KB
98
+ CJS dist/lib/get-text-around-cursor.js.map 5.75 KB
99
+ CJS dist/lib/retry.js.map 1018.00 B
100
+ CJS dist/lib/stream-promise-flatten.js.map 1.45 KB
101
+ CJS dist/lib/utils.test.js.map 352.00 B
102
+ CJS dist/lib/utils.js.map 2.53 KB
103
+ CJS dist/types/index.js.map 20.46 KB
104
+ CJS dist/components/base-copilot-textarea/base-copilot-textarea.js.map 115.21 KB
105
+ CJS dist/components/base-copilot-textarea/base-copilot-textarea.css.map 496.00 B
106
+ CJS dist/components/base-copilot-textarea/render-element.js.map 1.75 KB
107
+ CJS dist/components/base-copilot-textarea/render-placeholder.js.map 1020.00 B
108
+ CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js.map 5.80 KB
109
+ CJS dist/components/base-copilot-textarea/use-add-branding-css.js.map 3.50 KB
110
+ CJS dist/components/copilot-textarea/copilot-textarea.js.map 153.13 KB
111
+ CJS dist/components/copilot-textarea/copilot-textarea.css.map 496.00 B
112
+ CJS dist/components/hovering-toolbar/hovering-toolbar-components.js.map 3.75 KB
113
+ CJS dist/components/hovering-toolbar/hovering-toolbar.js.map 53.49 KB
114
+ CJS dist/components/ui/command.js.map 14.31 KB
115
+ CJS dist/components/ui/dialog.js.map 7.44 KB
116
+ CJS dist/components/ui/label.js.map 2.85 KB
117
+ CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js.map 9.92 KB
118
+ CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js.map 10.48 KB
119
+ CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map 11.57 KB
120
+ CJS dist/types/autosuggestions-config/autosuggestions-config.js.map 20.32 KB
121
+ CJS dist/types/autosuggestions-config/editing-api-config.js.map 4.31 KB
122
+ CJS dist/types/autosuggestions-config/index.js.map 20.89 KB
123
+ CJS dist/types/autosuggestions-config/insertions-api-config.js.map 4.51 KB
124
+ CJS dist/types/autosuggestions-config/suggestions-api-config.js.map 3.86 KB
125
+ CJS dist/types/base/autosuggestions-bare-function.js.map 1.01 KB
126
+ CJS dist/types/base/base-autosuggestions-config.js.map 6.32 KB
127
+ CJS dist/types/base/base-copilot-textarea-props.js.map 1.84 KB
128
+ CJS dist/types/base/custom-editor.js.map 886.00 B
129
+ CJS dist/types/base/editor-autocomplete-state.js.map 2.64 KB
130
+ CJS dist/types/base/index.js.map 6.69 KB
131
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map 37.75 KB
132
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js.map 5.26 KB
133
+ CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map 37.98 KB
134
+ CJS dist/components/index.css.map 493.00 B
135
+ CJS dist/lib/slatejs-edits/with-partial-history.js.map 6.16 KB
136
+ CJS dist/lib/slatejs-edits/replace-text.js.map 1.17 KB
137
+ CJS dist/lib/slatejs-edits/clear-autocompletions.js.map 1.14 KB
138
+ CJS ⚡️ Build success in 1828ms
21
139
  ESM dist/index.mjs 1.76 KB
22
140
  ESM dist/components/index.mjs 1.52 KB
23
141
  ESM dist/context/index.mjs 66.00 B
@@ -28,18 +146,18 @@ Browserslist: caniuse-lite is outdated. Please run:
28
146
  ESM dist/chunk-DE5K76I2.mjs 43.00 B
29
147
  ESM dist/chunk-WADHCMPK.mjs 43.00 B
30
148
  ESM dist/chunk-MMVDU6DF.mjs 43.00 B
31
- ESM dist/chunk-VAJHETSN.mjs 1.88 KB
32
- ESM dist/chunk-HE4GMS2P.mjs 4.10 KB
33
- ESM dist/chunk-SJ2TM5GA.mjs 2.34 KB
149
+ ESM dist/chunk-IF7CDWEH.mjs 1.88 KB
150
+ ESM dist/chunk-3SVQJA5A.mjs 5.95 KB
151
+ ESM dist/chunk-5KLAWLCD.mjs 2.95 KB
34
152
  ESM dist/chunk-RUV6NBIF.mjs 43.00 B
35
- ESM dist/chunk-DKE57EAC.mjs 919.00 B
36
- ESM dist/chunk-4OJ3H65F.mjs 2.50 KB
37
- ESM dist/chunk-RKQ6RTZM.mjs 2.89 KB
38
- ESM dist/chunk-KDVMG3XF.mjs 2.48 KB
39
- ESM dist/chunk-ZRKQLLC7.mjs 8.76 KB
153
+ ESM dist/chunk-H3PGQHLG.mjs 919.00 B
154
+ ESM dist/chunk-CVO5T3PA.mjs 2.79 KB
155
+ ESM dist/chunk-I6DJQ7D7.mjs 3.15 KB
156
+ ESM dist/chunk-WMHVBGPR.mjs 2.68 KB
157
+ ESM dist/chunk-R77MK6QS.mjs 9.00 KB
40
158
  ESM dist/chunk-2C7O2EVM.mjs 564.00 B
41
159
  ESM dist/chunk-GQN2HYFJ.mjs 625.00 B
42
- ESM dist/chunk-QKS2IOUH.mjs 3.14 KB
160
+ ESM dist/chunk-7QFH4E7C.mjs 3.37 KB
43
161
  ESM dist/chunk-JJLQVT7S.mjs 468.00 B
44
162
  ESM dist/chunk-DRV2FOHZ.mjs 2.06 KB
45
163
  ESM dist/chunk-4NHVQZ67.mjs 3.05 KB
@@ -47,7 +165,7 @@ Browserslist: caniuse-lite is outdated. Please run:
47
165
  ESM dist/chunk-5UNJXFUO.mjs 563.00 B
48
166
  ESM dist/chunk-LQ2OWQU7.mjs 1.41 KB
49
167
  ESM dist/chunk-7LSRNPNI.mjs 2.13 KB
50
- ESM dist/chunk-O4LDWYJB.mjs 3.89 KB
168
+ ESM dist/chunk-TNGDQV3I.mjs 3.83 KB
51
169
  ESM dist/chunk-L7VVZH4Q.mjs 43.00 B
52
170
  ESM dist/chunk-COQISBP2.mjs 928.00 B
53
171
  ESM dist/chunk-OGLVRSCO.mjs 8.42 KB
@@ -63,7 +181,7 @@ Browserslist: caniuse-lite is outdated. Please run:
63
181
  ESM dist/chunk-2QDCE7PD.mjs 731.00 B
64
182
  ESM dist/chunk-7SUZ6CXM.mjs 1.37 KB
65
183
  ESM dist/chunk-WJHSY5T6.mjs 43.00 B
66
- ESM dist/chunk-LCDTIJSD.mjs 905.00 B
184
+ ESM dist/chunk-OJXLHIYQ.mjs 1.02 KB
67
185
  ESM dist/chunk-224UKA7C.mjs 1.13 KB
68
186
  ESM dist/chunk-XW3ICO4S.mjs 688.00 B
69
187
  ESM dist/chunk-IU3WTXLQ.mjs 43.00 B
@@ -76,23 +194,15 @@ Browserslist: caniuse-lite is outdated. Please run:
76
194
  ESM dist/lib/retry.mjs 135.00 B
77
195
  ESM dist/chunk-KNQIEOFP.mjs 472.00 B
78
196
  ESM dist/chunk-MRXNTQOX.mjs 1.89 KB
79
- ESM dist/index.css 18.63 KB
80
197
  ESM dist/components/index.css 306.00 B
81
198
  ESM dist/types/base/custom-editor.mjs 42.00 B
82
- ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 606.00 B
83
- ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 47.00 B
84
- ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs 279.00 B
85
- ESM dist/hooks/misc/use-autosize-textarea.mjs 216.00 B
86
- ESM dist/lib/slatejs-edits/add-autocompletions.mjs 197.00 B
87
- ESM dist/components/ui/button.mjs 215.00 B
88
- ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 286.00 B
89
- ESM dist/components/manual-ui/chip-with-icon.mjs 690.00 B
90
- ESM dist/components/source-search-box/source-search-box.mjs 294.00 B
91
199
  ESM dist/types/base/editor-autocomplete-state.mjs 238.00 B
92
200
  ESM dist/types/base/index.mjs 230.00 B
201
+ ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs 606.00 B
93
202
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs 631.00 B
94
203
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs 308.00 B
95
204
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs 645.00 B
205
+ ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs 47.00 B
96
206
  ESM dist/types/autosuggestions-config/editing-api-config.mjs 324.00 B
97
207
  ESM dist/types/autosuggestions-config/index.mjs 397.00 B
98
208
  ESM dist/types/autosuggestions-config/insertions-api-config.mjs 345.00 B
@@ -101,14 +211,19 @@ Browserslist: caniuse-lite is outdated. Please run:
101
211
  ESM dist/types/base/autosuggestions-bare-function.mjs 58.00 B
102
212
  ESM dist/types/base/base-autosuggestions-config.mjs 217.00 B
103
213
  ESM dist/types/base/base-copilot-textarea-props.mjs 56.00 B
214
+ ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs 279.00 B
215
+ ESM dist/hooks/misc/use-autosize-textarea.mjs 216.00 B
216
+ ESM dist/lib/slatejs-edits/add-autocompletions.mjs 197.00 B
104
217
  ESM dist/lib/slatejs-edits/clear-autocompletions.mjs 207.00 B
105
218
  ESM dist/lib/slatejs-edits/replace-text.mjs 172.00 B
106
219
  ESM dist/lib/slatejs-edits/with-partial-history.mjs 224.00 B
107
220
  ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs 66.00 B
108
221
  ESM dist/types/autosuggestions-config/autosuggestions-config.mjs 379.00 B
222
+ ESM dist/components/ui/button.mjs 215.00 B
109
223
  ESM dist/components/ui/command.mjs 485.00 B
110
224
  ESM dist/components/ui/dialog.mjs 383.00 B
111
225
  ESM dist/components/ui/label.mjs 176.00 B
226
+ ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs 286.00 B
112
227
  ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs 236.00 B
113
228
  ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs 287.00 B
114
229
  ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs 277.00 B
@@ -118,6 +233,8 @@ Browserslist: caniuse-lite is outdated. Please run:
118
233
  ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs 250.00 B
119
234
  ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs 239.00 B
120
235
  ESM dist/components/hovering-toolbar/hovering-toolbar.mjs 697.00 B
236
+ ESM dist/components/manual-ui/chip-with-icon.mjs 690.00 B
237
+ ESM dist/components/source-search-box/source-search-box.mjs 294.00 B
121
238
  ESM dist/lib/stream-promise-flatten.mjs 182.00 B
122
239
  ESM dist/lib/utils.test.mjs 168.00 B
123
240
  ESM dist/lib/utils.mjs 305.00 B
@@ -126,6 +243,7 @@ Browserslist: caniuse-lite is outdated. Please run:
126
243
  ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs 1.27 KB
127
244
  ESM dist/components/base-copilot-textarea/render-element.mjs 190.00 B
128
245
  ESM dist/components/base-copilot-textarea/render-placeholder.mjs 202.00 B
246
+ ESM dist/index.css 18.63 KB
129
247
  ESM dist/index.mjs.map 71.00 B
130
248
  ESM dist/components/index.mjs.map 71.00 B
131
249
  ESM dist/context/index.mjs.map 71.00 B
@@ -136,18 +254,18 @@ Browserslist: caniuse-lite is outdated. Please run:
136
254
  ESM dist/chunk-DE5K76I2.mjs.map 71.00 B
137
255
  ESM dist/chunk-WADHCMPK.mjs.map 71.00 B
138
256
  ESM dist/chunk-MMVDU6DF.mjs.map 71.00 B
139
- ESM dist/chunk-VAJHETSN.mjs.map 6.66 KB
140
- ESM dist/chunk-HE4GMS2P.mjs.map 7.97 KB
257
+ ESM dist/chunk-IF7CDWEH.mjs.map 6.65 KB
258
+ ESM dist/chunk-3SVQJA5A.mjs.map 10.66 KB
259
+ ESM dist/chunk-5KLAWLCD.mjs.map 5.76 KB
141
260
  ESM dist/chunk-RUV6NBIF.mjs.map 71.00 B
142
- ESM dist/chunk-DKE57EAC.mjs.map 1.65 KB
143
- ESM dist/chunk-SJ2TM5GA.mjs.map 4.86 KB
144
- ESM dist/chunk-4OJ3H65F.mjs.map 3.91 KB
145
- ESM dist/chunk-RKQ6RTZM.mjs.map 4.17 KB
146
- ESM dist/chunk-KDVMG3XF.mjs.map 3.57 KB
147
- ESM dist/chunk-ZRKQLLC7.mjs.map 15.84 KB
148
- ESM dist/chunk-GQN2HYFJ.mjs.map 1.10 KB
261
+ ESM dist/chunk-H3PGQHLG.mjs.map 1.65 KB
262
+ ESM dist/chunk-CVO5T3PA.mjs.map 4.24 KB
263
+ ESM dist/chunk-I6DJQ7D7.mjs.map 4.44 KB
264
+ ESM dist/chunk-WMHVBGPR.mjs.map 3.80 KB
265
+ ESM dist/chunk-R77MK6QS.mjs.map 16.19 KB
149
266
  ESM dist/chunk-2C7O2EVM.mjs.map 1.04 KB
150
- ESM dist/chunk-QKS2IOUH.mjs.map 6.04 KB
267
+ ESM dist/chunk-GQN2HYFJ.mjs.map 1.10 KB
268
+ ESM dist/chunk-7QFH4E7C.mjs.map 6.62 KB
151
269
  ESM dist/chunk-JJLQVT7S.mjs.map 882.00 B
152
270
  ESM dist/chunk-DRV2FOHZ.mjs.map 3.80 KB
153
271
  ESM dist/chunk-4NHVQZ67.mjs.map 6.12 KB
@@ -155,9 +273,9 @@ Browserslist: caniuse-lite is outdated. Please run:
155
273
  ESM dist/chunk-5UNJXFUO.mjs.map 1.13 KB
156
274
  ESM dist/chunk-LQ2OWQU7.mjs.map 3.00 KB
157
275
  ESM dist/chunk-7LSRNPNI.mjs.map 3.46 KB
158
- ESM dist/chunk-O4LDWYJB.mjs.map 7.04 KB
159
- ESM dist/chunk-COQISBP2.mjs.map 1.45 KB
276
+ ESM dist/chunk-TNGDQV3I.mjs.map 6.95 KB
160
277
  ESM dist/chunk-L7VVZH4Q.mjs.map 71.00 B
278
+ ESM dist/chunk-COQISBP2.mjs.map 1.45 KB
161
279
  ESM dist/chunk-OGLVRSCO.mjs.map 13.70 KB
162
280
  ESM dist/chunk-YNXNMCDX.mjs.map 2.41 KB
163
281
  ESM dist/chunk-3PQ7GSFE.mjs.map 1.13 KB
@@ -171,37 +289,28 @@ Browserslist: caniuse-lite is outdated. Please run:
171
289
  ESM dist/chunk-2QDCE7PD.mjs.map 1.39 KB
172
290
  ESM dist/chunk-7SUZ6CXM.mjs.map 2.45 KB
173
291
  ESM dist/chunk-WJHSY5T6.mjs.map 71.00 B
174
- ESM dist/chunk-LCDTIJSD.mjs.map 5.30 KB
292
+ ESM dist/chunk-OJXLHIYQ.mjs.map 6.28 KB
175
293
  ESM dist/chunk-224UKA7C.mjs.map 1.71 KB
176
294
  ESM dist/chunk-XW3ICO4S.mjs.map 947.00 B
177
295
  ESM dist/chunk-IU3WTXLQ.mjs.map 71.00 B
178
296
  ESM dist/chunk-H4VKQGVU.mjs.map 71.00 B
179
297
  ESM dist/chunk-DFTV4TST.mjs.map 1.62 KB
180
- ESM dist/chunk-T6MTDQZ7.mjs.map 2.82 KB
181
298
  ESM dist/lib/editor-to-text.mjs.map 71.00 B
299
+ ESM dist/chunk-T6MTDQZ7.mjs.map 2.82 KB
182
300
  ESM dist/lib/get-text-around-cursor.mjs.map 71.00 B
183
301
  ESM dist/chunk-ECR45NSD.mjs.map 5.71 KB
184
302
  ESM dist/lib/retry.mjs.map 71.00 B
185
303
  ESM dist/chunk-KNQIEOFP.mjs.map 971.00 B
186
304
  ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
187
- ESM dist/index.css.map 23.66 KB
188
305
  ESM dist/components/index.css.map 493.00 B
189
306
  ESM dist/types/base/custom-editor.mjs.map 71.00 B
190
- ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs 53.00 B
191
- ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs.map 71.00 B
192
- ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 71.00 B
193
- ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs.map 71.00 B
194
- ESM dist/hooks/misc/use-autosize-textarea.mjs.map 71.00 B
195
- ESM dist/lib/slatejs-edits/add-autocompletions.mjs.map 71.00 B
196
- ESM dist/components/ui/button.mjs.map 71.00 B
197
- ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 71.00 B
198
- ESM dist/components/manual-ui/chip-with-icon.mjs.map 937.00 B
199
- ESM dist/components/source-search-box/source-search-box.mjs.map 71.00 B
200
307
  ESM dist/types/base/editor-autocomplete-state.mjs.map 71.00 B
201
308
  ESM dist/types/base/index.mjs.map 71.00 B
309
+ ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs.map 71.00 B
202
310
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs.map 71.00 B
203
311
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.mjs.map 71.00 B
204
312
  ESM dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs.map 71.00 B
313
+ ESM dist/types/autosuggestions-config/subtypes/make-system-prompt.mjs.map 71.00 B
205
314
  ESM dist/types/autosuggestions-config/editing-api-config.mjs.map 71.00 B
206
315
  ESM dist/types/autosuggestions-config/index.mjs.map 71.00 B
207
316
  ESM dist/types/autosuggestions-config/insertions-api-config.mjs.map 71.00 B
@@ -210,14 +319,19 @@ Browserslist: caniuse-lite is outdated. Please run:
210
319
  ESM dist/types/base/autosuggestions-bare-function.mjs.map 71.00 B
211
320
  ESM dist/types/base/base-autosuggestions-config.mjs.map 71.00 B
212
321
  ESM dist/types/base/base-copilot-textarea-props.mjs.map 71.00 B
322
+ ESM dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs.map 71.00 B
323
+ ESM dist/hooks/misc/use-autosize-textarea.mjs.map 71.00 B
324
+ ESM dist/lib/slatejs-edits/add-autocompletions.mjs.map 71.00 B
213
325
  ESM dist/lib/slatejs-edits/clear-autocompletions.mjs.map 71.00 B
214
326
  ESM dist/lib/slatejs-edits/replace-text.mjs.map 71.00 B
215
327
  ESM dist/lib/slatejs-edits/with-partial-history.mjs.map 71.00 B
216
328
  ESM dist/types/autosuggestions-config/autosuggestions-config-user-specified.mjs.map 71.00 B
217
329
  ESM dist/types/autosuggestions-config/autosuggestions-config.mjs.map 71.00 B
330
+ ESM dist/components/ui/button.mjs.map 71.00 B
218
331
  ESM dist/components/ui/command.mjs.map 71.00 B
219
332
  ESM dist/components/ui/dialog.mjs.map 71.00 B
220
333
  ESM dist/components/ui/label.mjs.map 71.00 B
334
+ ESM dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.mjs.map 71.00 B
221
335
  ESM dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.mjs.map 71.00 B
222
336
  ESM dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.mjs.map 71.00 B
223
337
  ESM dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs.map 71.00 B
@@ -227,6 +341,8 @@ Browserslist: caniuse-lite is outdated. Please run:
227
341
  ESM dist/components/hovering-toolbar/hovering-editor-provider.mjs.map 71.00 B
228
342
  ESM dist/components/hovering-toolbar/hovering-toolbar-components.mjs.map 71.00 B
229
343
  ESM dist/components/hovering-toolbar/hovering-toolbar.mjs.map 71.00 B
344
+ ESM dist/components/manual-ui/chip-with-icon.mjs.map 937.00 B
345
+ ESM dist/components/source-search-box/source-search-box.mjs.map 71.00 B
230
346
  ESM dist/lib/stream-promise-flatten.mjs.map 71.00 B
231
347
  ESM dist/lib/utils.test.mjs.map 350.00 B
232
348
  ESM dist/lib/utils.mjs.map 71.00 B
@@ -235,147 +351,23 @@ Browserslist: caniuse-lite is outdated. Please run:
235
351
  ESM dist/components/base-copilot-textarea/base-copilot-textarea.mjs.map 71.00 B
236
352
  ESM dist/components/base-copilot-textarea/render-element.mjs.map 71.00 B
237
353
  ESM dist/components/base-copilot-textarea/render-placeholder.mjs.map 71.00 B
238
- ESM dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.mjs.map 71.00 B
239
- ESM ⚡️ Build success in 1513ms
240
- CJS dist/index.js 80.21 KB
241
- CJS dist/index.css 18.63 KB
242
- CJS dist/components/index.js 80.02 KB
243
- CJS dist/components/index.css 306.00 B
244
- CJS dist/context/index.js 803.00 B
245
- CJS dist/hooks/index.js 797.00 B
246
- CJS dist/lib/debouncer.js 2.38 KB
247
- CJS dist/lib/editor-to-text.js 2.35 KB
248
- CJS dist/lib/get-text-around-cursor.js 4.09 KB
249
- CJS dist/lib/retry.js 1.43 KB
250
- CJS dist/lib/stream-promise-flatten.js 2.26 KB
251
- CJS dist/lib/utils.test.js 182.00 B
252
- CJS dist/lib/utils.js 3.08 KB
253
- CJS dist/types/html-copilot-textarea-element.js 893.00 B
254
- CJS dist/types/index.js 10.66 KB
255
- CJS dist/components/base-copilot-textarea/base-copilot-textarea.js 63.79 KB
256
- CJS dist/components/base-copilot-textarea/base-copilot-textarea.css 322.00 B
257
- CJS dist/components/base-copilot-textarea/render-element.js 2.94 KB
258
- CJS dist/components/base-copilot-textarea/render-placeholder.js 2.84 KB
259
- CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js 4.02 KB
260
- CJS dist/components/base-copilot-textarea/use-add-branding-css.js 3.19 KB
261
- CJS dist/components/copilot-textarea/copilot-textarea.js 79.96 KB
262
- CJS dist/components/copilot-textarea/copilot-textarea.css 317.00 B
263
- CJS dist/components/hovering-toolbar/hovering-editor-provider.js 1.85 KB
264
- CJS dist/components/hovering-toolbar/hovering-toolbar-components.js 5.55 KB
265
- CJS dist/components/hovering-toolbar/hovering-toolbar.js 33.69 KB
266
- CJS dist/components/manual-ui/chip-with-icon.js 1.73 KB
267
- CJS dist/components/source-search-box/source-search-box.js 9.53 KB
268
- CJS dist/components/ui/button.js 4.82 KB
269
- CJS dist/components/ui/command.js 12.51 KB
270
- CJS dist/components/ui/dialog.js 7.83 KB
271
- CJS dist/components/ui/label.js 3.73 KB
272
- CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js 6.34 KB
273
- CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js 6.35 KB
274
- CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js 6.04 KB
275
- CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js 5.19 KB
276
- CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js 6.99 KB
277
- CJS dist/hooks/misc/use-autosize-textarea.js 1.48 KB
278
- CJS dist/lib/slatejs-edits/add-autocompletions.js 1.63 KB
279
- CJS dist/lib/slatejs-edits/clear-autocompletions.js 1.71 KB
280
- CJS dist/lib/slatejs-edits/replace-text.js 1.61 KB
281
- CJS dist/lib/slatejs-edits/with-partial-history.js 4.30 KB
282
- CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js 949.00 B
283
- CJS dist/types/autosuggestions-config/autosuggestions-config.js 10.65 KB
284
- CJS dist/types/autosuggestions-config/editing-api-config.js 3.69 KB
285
- CJS dist/types/autosuggestions-config/index.js 10.62 KB
286
- CJS dist/types/autosuggestions-config/insertions-api-config.js 4.11 KB
287
- CJS dist/types/autosuggestions-config/suggestions-api-config.js 3.71 KB
288
- CJS dist/types/base/autosuggestion-state.js 862.00 B
289
- CJS dist/types/base/autosuggestions-bare-function.js 898.00 B
290
- CJS dist/types/base/base-autosuggestions-config.js 1.99 KB
291
- CJS dist/types/base/base-copilot-textarea-props.js 891.00 B
292
- CJS dist/types/base/custom-editor.js 835.00 B
293
- CJS dist/types/base/editor-autocomplete-state.js 1.92 KB
294
- CJS dist/types/base/index.js 1.93 KB
295
- CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js 24.47 KB
296
- CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js 25.25 KB
297
- CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js 5.48 KB
298
- CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js 25.19 KB
299
- CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js 881.00 B
300
- CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js 906.00 B
301
- CJS dist/index.js.map 146.83 KB
302
- CJS dist/index.css.map 23.66 KB
303
- CJS dist/components/index.js.map 147.03 KB
304
- CJS dist/components/index.css.map 493.00 B
305
- CJS dist/context/index.js.map 139.00 B
306
- CJS dist/hooks/index.js.map 137.00 B
307
- CJS dist/lib/debouncer.js.map 1.68 KB
308
- CJS dist/lib/editor-to-text.js.map 2.86 KB
309
- CJS dist/lib/get-text-around-cursor.js.map 5.75 KB
310
- CJS dist/lib/retry.js.map 1018.00 B
311
- CJS dist/lib/stream-promise-flatten.js.map 1.45 KB
312
- CJS dist/lib/utils.test.js.map 352.00 B
313
- CJS dist/lib/utils.js.map 2.53 KB
314
- CJS dist/types/html-copilot-textarea-element.js.map 280.00 B
315
- CJS dist/types/index.js.map 18.56 KB
316
- CJS dist/components/base-copilot-textarea/base-copilot-textarea.js.map 113.38 KB
317
- CJS dist/components/base-copilot-textarea/base-copilot-textarea.css.map 496.00 B
318
- CJS dist/components/base-copilot-textarea/render-element.js.map 1.75 KB
319
- CJS dist/components/base-copilot-textarea/render-placeholder.js.map 1020.00 B
320
- CJS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js.map 5.80 KB
321
- CJS dist/components/base-copilot-textarea/use-add-branding-css.js.map 3.50 KB
322
- CJS dist/components/copilot-textarea/copilot-textarea.js.map 146.86 KB
323
- CJS dist/components/copilot-textarea/copilot-textarea.css.map 496.00 B
324
- CJS dist/components/hovering-toolbar/hovering-editor-provider.js.map 1.40 KB
325
- CJS dist/components/hovering-toolbar/hovering-toolbar-components.js.map 3.75 KB
326
- CJS dist/components/hovering-toolbar/hovering-toolbar.js.map 53.58 KB
327
- CJS dist/components/manual-ui/chip-with-icon.js.map 969.00 B
328
- CJS dist/components/source-search-box/source-search-box.js.map 13.01 KB
329
- CJS dist/components/ui/button.js.map 4.34 KB
330
- CJS dist/components/ui/command.js.map 14.31 KB
331
- CJS dist/components/ui/dialog.js.map 7.44 KB
332
- CJS dist/components/ui/label.js.map 2.85 KB
333
- CJS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.js.map 10.30 KB
334
- CJS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.js.map 9.92 KB
335
- CJS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.js.map 10.48 KB
336
- CJS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map 5.83 KB
337
- CJS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map 8.94 KB
338
- CJS dist/hooks/misc/use-autosize-textarea.js.map 1.17 KB
339
- CJS dist/lib/slatejs-edits/add-autocompletions.js.map 1.08 KB
340
- CJS dist/lib/slatejs-edits/clear-autocompletions.js.map 1.14 KB
341
- CJS dist/lib/slatejs-edits/replace-text.js.map 1.17 KB
342
- CJS dist/lib/slatejs-edits/with-partial-history.js.map 6.16 KB
343
- CJS dist/types/autosuggestions-config/autosuggestions-config-user-specified.js.map 1.16 KB
344
- CJS dist/types/autosuggestions-config/autosuggestions-config.js.map 18.42 KB
345
- CJS dist/types/autosuggestions-config/editing-api-config.js.map 3.96 KB
346
- CJS dist/types/autosuggestions-config/index.js.map 19.08 KB
347
- CJS dist/types/autosuggestions-config/insertions-api-config.js.map 4.22 KB
348
- CJS dist/types/autosuggestions-config/suggestions-api-config.js.map 3.63 KB
349
- CJS dist/types/base/autosuggestion-state.js.map 269.00 B
350
- CJS dist/types/base/autosuggestions-bare-function.js.map 1.01 KB
351
- CJS dist/types/base/base-autosuggestions-config.js.map 5.34 KB
352
- CJS dist/types/base/base-copilot-textarea-props.js.map 1.84 KB
353
- CJS dist/types/base/custom-editor.js.map 886.00 B
354
- CJS dist/types/base/editor-autocomplete-state.js.map 2.64 KB
355
- CJS dist/types/base/index.js.map 5.72 KB
356
- CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map 36.34 KB
357
- CJS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map 37.75 KB
358
- CJS dist/components/hovering-toolbar/text-insertion-prompt-box/included-files-preview.js.map 5.26 KB
359
- CJS dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map 37.98 KB
360
- CJS dist/types/autosuggestions-config/subtypes/make-system-prompt.js.map 268.00 B
361
- CJS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.js.map 283.00 B
362
- CJS ⚡️ Build success in 1606ms
363
- DTS ⚡️ Build success in 19204ms
364
- DTS dist/index.d.ts 1.34 KB
354
+ ESM dist/index.css.map 23.66 KB
355
+ ESM ⚡️ Build success in 1839ms
356
+ DTS ⚡️ Build success in 20820ms
357
+ DTS dist/index.d.ts 1.27 KB
365
358
  DTS dist/components/base-copilot-textarea/base-copilot-textarea.d.ts 1.62 KB
366
- DTS dist/components/copilot-textarea/copilot-textarea.d.ts 4.61 KB
367
- DTS dist/types/base/base-autosuggestions-config.d.ts 3.87 KB
359
+ DTS dist/components/copilot-textarea/copilot-textarea.d.ts 4.55 KB
360
+ DTS dist/types/base/base-autosuggestions-config.d.ts 4.65 KB
368
361
  DTS dist/types/base/autosuggestions-bare-function.d.ts 970.00 B
369
362
  DTS dist/types/base/base-copilot-textarea-props.d.ts 1.79 KB
370
363
  DTS dist/types/html-copilot-textarea-element.d.ts 165.00 B
371
- DTS dist/types/autosuggestions-config/autosuggestions-config.d.ts 924.00 B
372
- DTS dist/types/autosuggestions-config/subtypes/minimal-chat-gpt-message.d.ts 129.00 B
364
+ DTS dist/types/autosuggestions-config/autosuggestions-config.d.ts 916.00 B
373
365
  DTS dist/types/autosuggestions-config/subtypes/make-system-prompt.d.ts 114.00 B
374
366
  DTS dist/types/autosuggestions-config/autosuggestions-config-user-specified.d.ts 1.04 KB
375
- DTS dist/types/autosuggestions-config/suggestions-api-config.d.ts 682.00 B
376
- DTS dist/types/autosuggestions-config/insertions-api-config.d.ts 673.00 B
377
- DTS dist/types/autosuggestions-config/editing-api-config.d.ts 646.00 B
378
- DTS dist/components/index.d.ts 954.00 B
367
+ DTS dist/types/autosuggestions-config/suggestions-api-config.d.ts 632.00 B
368
+ DTS dist/types/autosuggestions-config/insertions-api-config.d.ts 623.00 B
369
+ DTS dist/types/autosuggestions-config/editing-api-config.d.ts 596.00 B
370
+ DTS dist/components/index.d.ts 916.00 B
379
371
  DTS dist/context/index.d.ts 12.00 B
380
372
  DTS dist/hooks/index.d.ts 12.00 B
381
373
  DTS dist/lib/debouncer.d.ts 372.00 B
@@ -386,7 +378,7 @@ Browserslist: caniuse-lite is outdated. Please run:
386
378
  DTS dist/lib/stream-promise-flatten.d.ts 499.00 B
387
379
  DTS dist/lib/utils.test.d.ts 12.00 B
388
380
  DTS dist/lib/utils.d.ts 638.00 B
389
- DTS dist/types/index.d.ts 1.07 KB
381
+ DTS dist/types/index.d.ts 1.01 KB
390
382
  DTS dist/components/base-copilot-textarea/render-element.d.ts 292.00 B
391
383
  DTS dist/components/base-copilot-textarea/render-placeholder.d.ts 321.00 B
392
384
  DTS dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.d.ts 305.00 B
@@ -400,19 +392,19 @@ Browserslist: caniuse-lite is outdated. Please run:
400
392
  DTS dist/components/ui/command.d.ts 2.68 KB
401
393
  DTS dist/components/ui/dialog.d.ts 1.24 KB
402
394
  DTS dist/components/ui/label.d.ts 526.00 B
403
- DTS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.d.ts 983.00 B
395
+ DTS dist/hooks/base-copilot-textarea-implementation/use-autosuggestions.d.ts 1.12 KB
404
396
  DTS dist/types/base/autosuggestion-state.d.ts 143.00 B
405
397
  DTS dist/hooks/base-copilot-textarea-implementation/use-copilot-textarea-editor.d.ts 226.00 B
406
398
  DTS dist/types/base/custom-editor.d.ts 801.00 B
407
399
  DTS dist/hooks/base-copilot-textarea-implementation/use-populate-copilot-textarea-ref.d.ts 326.00 B
408
- DTS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.d.ts 1.70 KB
409
- DTS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.d.ts 1.86 KB
400
+ DTS dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.d.ts 1.66 KB
401
+ DTS dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.d.ts 1.82 KB
410
402
  DTS dist/hooks/misc/use-autosize-textarea.d.ts 185.00 B
411
403
  DTS dist/lib/slatejs-edits/add-autocompletions.d.ts 302.00 B
412
404
  DTS dist/lib/slatejs-edits/clear-autocompletions.d.ts 250.00 B
413
405
  DTS dist/lib/slatejs-edits/replace-text.d.ts 139.00 B
414
406
  DTS dist/lib/slatejs-edits/with-partial-history.d.ts 542.00 B
415
- DTS dist/types/autosuggestions-config/index.d.ts 656.00 B
407
+ DTS dist/types/autosuggestions-config/index.d.ts 617.00 B
416
408
  DTS dist/types/base/index.d.ts 320.00 B
417
409
  DTS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.d.ts 742.00 B
418
410
  DTS dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.d.ts 485.00 B