@neo4j-ndl/react 4.1.8 → 4.2.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 (497) hide show
  1. package/lib/cjs/ai/code-preview/CodePreview.js +91 -0
  2. package/lib/cjs/ai/code-preview/CodePreview.js.map +1 -0
  3. package/lib/cjs/ai/code-preview/index.js +26 -0
  4. package/lib/cjs/ai/code-preview/index.js.map +1 -0
  5. package/lib/cjs/ai/code-preview/stories/code-preview-languages.story.js +37 -0
  6. package/lib/cjs/ai/code-preview/stories/code-preview-languages.story.js.map +1 -0
  7. package/lib/cjs/ai/code-preview/stories/code-preview-loading.story.js +31 -0
  8. package/lib/cjs/ai/code-preview/stories/code-preview-loading.story.js.map +1 -0
  9. package/lib/cjs/ai/code-preview/stories/code-preview-read.story.js +36 -0
  10. package/lib/cjs/ai/code-preview/stories/code-preview-read.story.js.map +1 -0
  11. package/lib/cjs/ai/code-preview/stories/code-preview-write.story.js +36 -0
  12. package/lib/cjs/ai/code-preview/stories/code-preview-write.story.js.map +1 -0
  13. package/lib/cjs/ai/code-preview/stories/code-preview.stories.js +88 -0
  14. package/lib/cjs/ai/code-preview/stories/code-preview.stories.js.map +1 -0
  15. package/lib/cjs/ai/code-preview/stories/index.js +44 -0
  16. package/lib/cjs/ai/code-preview/stories/index.js.map +1 -0
  17. package/lib/cjs/ai/file-tag/FileTag.js +58 -0
  18. package/lib/cjs/ai/file-tag/FileTag.js.map +1 -0
  19. package/lib/cjs/ai/file-tag/index.js +38 -0
  20. package/lib/cjs/ai/file-tag/index.js.map +1 -0
  21. package/lib/cjs/ai/file-tag/stories/file-tag-chat.story.js +31 -0
  22. package/lib/cjs/ai/file-tag/stories/file-tag-chat.story.js.map +1 -0
  23. package/lib/cjs/ai/file-tag/stories/file-tag-loading.story.js +33 -0
  24. package/lib/cjs/ai/file-tag/stories/file-tag-loading.story.js.map +1 -0
  25. package/lib/cjs/ai/file-tag/stories/file-tag-prompt.story.js +33 -0
  26. package/lib/cjs/ai/file-tag/stories/file-tag-prompt.story.js.map +1 -0
  27. package/lib/cjs/ai/file-tag/stories/file-tag.stories.js +76 -0
  28. package/lib/cjs/ai/file-tag/stories/file-tag.stories.js.map +1 -0
  29. package/lib/cjs/ai/file-tag/stories/index.js +40 -0
  30. package/lib/cjs/ai/file-tag/stories/index.js.map +1 -0
  31. package/lib/cjs/ai/image-tag/ImageTag.js +58 -0
  32. package/lib/cjs/ai/image-tag/ImageTag.js.map +1 -0
  33. package/lib/cjs/ai/image-tag/index.js +38 -0
  34. package/lib/cjs/ai/image-tag/index.js.map +1 -0
  35. package/lib/cjs/ai/image-tag/stories/image-tag-chat.story.js +30 -0
  36. package/lib/cjs/ai/image-tag/stories/image-tag-chat.story.js.map +1 -0
  37. package/lib/cjs/ai/image-tag/stories/image-tag-loading.story.js +32 -0
  38. package/lib/cjs/ai/image-tag/stories/image-tag-loading.story.js.map +1 -0
  39. package/lib/cjs/ai/image-tag/stories/image-tag-prompt.story.js +32 -0
  40. package/lib/cjs/ai/image-tag/stories/image-tag-prompt.story.js.map +1 -0
  41. package/lib/cjs/ai/image-tag/stories/image-tag.stories.js +76 -0
  42. package/lib/cjs/ai/image-tag/stories/image-tag.stories.js.map +1 -0
  43. package/lib/cjs/ai/image-tag/stories/index.js +40 -0
  44. package/lib/cjs/ai/image-tag/stories/index.js.map +1 -0
  45. package/lib/cjs/ai/index.js +23 -1
  46. package/lib/cjs/ai/index.js.map +1 -1
  47. package/lib/cjs/ai/more-files/MoreFiles.js +55 -0
  48. package/lib/cjs/ai/more-files/MoreFiles.js.map +1 -0
  49. package/lib/cjs/ai/more-files/index.js +38 -0
  50. package/lib/cjs/ai/more-files/index.js.map +1 -0
  51. package/lib/cjs/ai/more-files/stories/index.js +32 -0
  52. package/lib/cjs/ai/more-files/stories/index.js.map +1 -0
  53. package/lib/cjs/ai/more-files/stories/more-files.stories.js +50 -0
  54. package/lib/cjs/ai/more-files/stories/more-files.stories.js.map +1 -0
  55. package/lib/cjs/ai/more-files/stories/more-files.story.js +35 -0
  56. package/lib/cjs/ai/more-files/stories/more-files.story.js.map +1 -0
  57. package/lib/cjs/ai/presence/Presence.js +5 -1
  58. package/lib/cjs/ai/presence/Presence.js.map +1 -1
  59. package/lib/cjs/ai/prompt/Prompt.js +163 -0
  60. package/lib/cjs/ai/prompt/Prompt.js.map +1 -0
  61. package/lib/cjs/ai/prompt/index.js +38 -0
  62. package/lib/cjs/ai/prompt/index.js.map +1 -0
  63. package/lib/cjs/ai/prompt/stories/index.js +36 -0
  64. package/lib/cjs/ai/prompt/stories/index.js.map +1 -0
  65. package/lib/cjs/ai/prompt/stories/prompt-advanced.story.js +56 -0
  66. package/lib/cjs/ai/prompt/stories/prompt-advanced.story.js.map +1 -0
  67. package/lib/cjs/ai/prompt/stories/prompt-default.story.js +40 -0
  68. package/lib/cjs/ai/prompt/stories/prompt-default.story.js.map +1 -0
  69. package/lib/cjs/ai/prompt/stories/prompt.stories.js +63 -0
  70. package/lib/cjs/ai/prompt/stories/prompt.stories.js.map +1 -0
  71. package/lib/cjs/ai/reasoning/Reasoning.js +77 -0
  72. package/lib/cjs/ai/reasoning/Reasoning.js.map +1 -0
  73. package/lib/cjs/ai/reasoning/index.js +38 -0
  74. package/lib/cjs/ai/reasoning/index.js.map +1 -0
  75. package/lib/cjs/ai/reasoning/stories/index.js +32 -0
  76. package/lib/cjs/ai/reasoning/stories/index.js.map +1 -0
  77. package/lib/cjs/ai/reasoning/stories/reasoning-full.story.js +34 -0
  78. package/lib/cjs/ai/reasoning/stories/reasoning-full.story.js.map +1 -0
  79. package/lib/cjs/ai/reasoning/stories/reasoning.stories.js +50 -0
  80. package/lib/cjs/ai/reasoning/stories/reasoning.stories.js.map +1 -0
  81. package/lib/cjs/ai/response/Response.js +185 -0
  82. package/lib/cjs/ai/response/Response.js.map +1 -0
  83. package/lib/cjs/ai/response/index.js +26 -0
  84. package/lib/cjs/ai/response/index.js.map +1 -0
  85. package/lib/cjs/ai/response/stories/index.js +56 -0
  86. package/lib/cjs/ai/response/stories/index.js.map +1 -0
  87. package/lib/cjs/ai/response/stories/response-all-components.story.js +229 -0
  88. package/lib/cjs/ai/response/stories/response-all-components.story.js.map +1 -0
  89. package/lib/cjs/ai/response/stories/response-code-examples.story.js +248 -0
  90. package/lib/cjs/ai/response/stories/response-code-examples.story.js.map +1 -0
  91. package/lib/cjs/ai/response/stories/response-default.story.js +50 -0
  92. package/lib/cjs/ai/response/stories/response-default.story.js.map +1 -0
  93. package/lib/cjs/ai/response/stories/response-full-example.story.js +162 -0
  94. package/lib/cjs/ai/response/stories/response-full-example.story.js.map +1 -0
  95. package/lib/cjs/ai/response/stories/response-headings.story.js +120 -0
  96. package/lib/cjs/ai/response/stories/response-headings.story.js.map +1 -0
  97. package/lib/cjs/ai/response/stories/response-lists.story.js +170 -0
  98. package/lib/cjs/ai/response/stories/response-lists.story.js.map +1 -0
  99. package/lib/cjs/ai/response/stories/response-streaming.story.js +65 -0
  100. package/lib/cjs/ai/response/stories/response-streaming.story.js.map +1 -0
  101. package/lib/cjs/ai/response/stories/response.stories.js +132 -0
  102. package/lib/cjs/ai/response/stories/response.stories.js.map +1 -0
  103. package/lib/cjs/ai/suggestion/Suggestion.js +58 -0
  104. package/lib/cjs/ai/suggestion/Suggestion.js.map +1 -0
  105. package/lib/cjs/ai/suggestion/index.js +38 -0
  106. package/lib/cjs/ai/suggestion/index.js.map +1 -0
  107. package/lib/cjs/ai/suggestion/stories/index.js +44 -0
  108. package/lib/cjs/ai/suggestion/stories/index.js.map +1 -0
  109. package/lib/cjs/ai/suggestion/stories/suggestion-default.story.js +30 -0
  110. package/lib/cjs/ai/suggestion/stories/suggestion-default.story.js.map +1 -0
  111. package/lib/cjs/ai/suggestion/stories/suggestion-icon.story.js +31 -0
  112. package/lib/cjs/ai/suggestion/stories/suggestion-icon.story.js.map +1 -0
  113. package/lib/cjs/ai/suggestion/stories/suggestion-primary.story.js +30 -0
  114. package/lib/cjs/ai/suggestion/stories/suggestion-primary.story.js.map +1 -0
  115. package/lib/cjs/ai/suggestion/stories/suggestion-sizes.story.js +30 -0
  116. package/lib/cjs/ai/suggestion/stories/suggestion-sizes.story.js.map +1 -0
  117. package/lib/cjs/ai/suggestion/stories/suggestion.stories.js +89 -0
  118. package/lib/cjs/ai/suggestion/stories/suggestion.stories.js.map +1 -0
  119. package/lib/cjs/ai/thinking/Thinking.js +57 -0
  120. package/lib/cjs/ai/thinking/Thinking.js.map +1 -0
  121. package/lib/cjs/ai/thinking/index.js +38 -0
  122. package/lib/cjs/ai/thinking/index.js.map +1 -0
  123. package/lib/cjs/ai/thinking/stories/ai-thinking-default.story.js +30 -0
  124. package/lib/cjs/ai/thinking/stories/ai-thinking-default.story.js.map +1 -0
  125. package/lib/cjs/ai/thinking/stories/ai-thinking-finished.story.js +30 -0
  126. package/lib/cjs/ai/thinking/stories/ai-thinking-finished.story.js.map +1 -0
  127. package/lib/cjs/ai/thinking/stories/ai-thinking.stories.js +63 -0
  128. package/lib/cjs/ai/thinking/stories/ai-thinking.stories.js.map +1 -0
  129. package/lib/cjs/ai/thinking/stories/index.js +36 -0
  130. package/lib/cjs/ai/thinking/stories/index.js.map +1 -0
  131. package/lib/cjs/ai/thinking/thinking-duration-formatter.js +71 -0
  132. package/lib/cjs/ai/thinking/thinking-duration-formatter.js.map +1 -0
  133. package/lib/cjs/ai/tool-call/ToolCall.js +55 -0
  134. package/lib/cjs/ai/tool-call/ToolCall.js.map +1 -0
  135. package/lib/cjs/ai/tool-call/index.js +38 -0
  136. package/lib/cjs/ai/tool-call/index.js.map +1 -0
  137. package/lib/cjs/ai/tool-call/stories/index.js +36 -0
  138. package/lib/cjs/ai/tool-call/stories/index.js.map +1 -0
  139. package/lib/cjs/ai/tool-call/stories/tool-call-default.story.js +30 -0
  140. package/lib/cjs/ai/tool-call/stories/tool-call-default.story.js.map +1 -0
  141. package/lib/cjs/ai/tool-call/stories/tool-call-done.story.js +30 -0
  142. package/lib/cjs/ai/tool-call/stories/tool-call-done.story.js.map +1 -0
  143. package/lib/cjs/ai/tool-call/stories/tool-call.stories.js +63 -0
  144. package/lib/cjs/ai/tool-call/stories/tool-call.stories.js.map +1 -0
  145. package/lib/cjs/ai/user-bubble/UserBubble.js +53 -0
  146. package/lib/cjs/ai/user-bubble/UserBubble.js.map +1 -0
  147. package/lib/cjs/ai/user-bubble/index.js +38 -0
  148. package/lib/cjs/ai/user-bubble/index.js.map +1 -0
  149. package/lib/cjs/ai/user-bubble/stories/index.js +44 -0
  150. package/lib/cjs/ai/user-bubble/stories/index.js.map +1 -0
  151. package/lib/cjs/ai/user-bubble/stories/user-bubble-action.story.js +35 -0
  152. package/lib/cjs/ai/user-bubble/stories/user-bubble-action.story.js.map +1 -0
  153. package/lib/cjs/ai/user-bubble/stories/user-bubble-and-files.story.js +39 -0
  154. package/lib/cjs/ai/user-bubble/stories/user-bubble-and-files.story.js.map +1 -0
  155. package/lib/cjs/ai/user-bubble/stories/user-bubble-long.story.js +33 -0
  156. package/lib/cjs/ai/user-bubble/stories/user-bubble-long.story.js.map +1 -0
  157. package/lib/cjs/ai/user-bubble/stories/user-bubble.stories.js +89 -0
  158. package/lib/cjs/ai/user-bubble/stories/user-bubble.stories.js.map +1 -0
  159. package/lib/cjs/ai/user-bubble/stories/user-bubble.story.js +34 -0
  160. package/lib/cjs/ai/user-bubble/stories/user-bubble.story.js.map +1 -0
  161. package/lib/cjs/code/Code.js.map +1 -1
  162. package/lib/cjs/text-area/TextArea.js.map +1 -1
  163. package/lib/cjs/timezone-picker/stories/timezone-picker-dst-aware.story.js +1 -1
  164. package/lib/cjs/timezone-picker/stories/timezone-picker-dst-aware.story.js.map +1 -1
  165. package/lib/cjs/tooltip/use-tooltip.js +1 -0
  166. package/lib/cjs/tooltip/use-tooltip.js.map +1 -1
  167. package/lib/esm/ai/code-preview/CodePreview.js +84 -0
  168. package/lib/esm/ai/code-preview/CodePreview.js.map +1 -0
  169. package/lib/esm/ai/code-preview/index.js +22 -0
  170. package/lib/esm/ai/code-preview/index.js.map +1 -0
  171. package/lib/esm/ai/code-preview/stories/code-preview-languages.story.js +33 -0
  172. package/lib/esm/ai/code-preview/stories/code-preview-languages.story.js.map +1 -0
  173. package/lib/esm/ai/code-preview/stories/code-preview-loading.story.js +27 -0
  174. package/lib/esm/ai/code-preview/stories/code-preview-loading.story.js.map +1 -0
  175. package/lib/esm/ai/code-preview/stories/code-preview-read.story.js +32 -0
  176. package/lib/esm/ai/code-preview/stories/code-preview-read.story.js.map +1 -0
  177. package/lib/esm/ai/code-preview/stories/code-preview-write.story.js +32 -0
  178. package/lib/esm/ai/code-preview/stories/code-preview-write.story.js.map +1 -0
  179. package/lib/esm/ai/code-preview/stories/code-preview.stories.js +85 -0
  180. package/lib/esm/ai/code-preview/stories/code-preview.stories.js.map +1 -0
  181. package/lib/esm/ai/code-preview/stories/index.js +34 -0
  182. package/lib/esm/ai/code-preview/stories/index.js.map +1 -0
  183. package/lib/esm/ai/file-tag/FileTag.js +52 -0
  184. package/lib/esm/ai/file-tag/FileTag.js.map +1 -0
  185. package/lib/esm/ai/file-tag/index.js +22 -0
  186. package/lib/esm/ai/file-tag/index.js.map +1 -0
  187. package/lib/esm/ai/file-tag/stories/file-tag-chat.story.js +29 -0
  188. package/lib/esm/ai/file-tag/stories/file-tag-chat.story.js.map +1 -0
  189. package/lib/esm/ai/file-tag/stories/file-tag-loading.story.js +31 -0
  190. package/lib/esm/ai/file-tag/stories/file-tag-loading.story.js.map +1 -0
  191. package/lib/esm/ai/file-tag/stories/file-tag-prompt.story.js +31 -0
  192. package/lib/esm/ai/file-tag/stories/file-tag-prompt.story.js.map +1 -0
  193. package/lib/esm/ai/file-tag/stories/file-tag.stories.js +73 -0
  194. package/lib/esm/ai/file-tag/stories/file-tag.stories.js.map +1 -0
  195. package/lib/esm/ai/file-tag/stories/index.js +31 -0
  196. package/lib/esm/ai/file-tag/stories/index.js.map +1 -0
  197. package/lib/esm/ai/image-tag/ImageTag.js +52 -0
  198. package/lib/esm/ai/image-tag/ImageTag.js.map +1 -0
  199. package/lib/esm/ai/image-tag/index.js +22 -0
  200. package/lib/esm/ai/image-tag/index.js.map +1 -0
  201. package/lib/esm/ai/image-tag/stories/image-tag-chat.story.js +28 -0
  202. package/lib/esm/ai/image-tag/stories/image-tag-chat.story.js.map +1 -0
  203. package/lib/esm/ai/image-tag/stories/image-tag-loading.story.js +30 -0
  204. package/lib/esm/ai/image-tag/stories/image-tag-loading.story.js.map +1 -0
  205. package/lib/esm/ai/image-tag/stories/image-tag-prompt.story.js +30 -0
  206. package/lib/esm/ai/image-tag/stories/image-tag-prompt.story.js.map +1 -0
  207. package/lib/esm/ai/image-tag/stories/image-tag.stories.js +73 -0
  208. package/lib/esm/ai/image-tag/stories/image-tag.stories.js.map +1 -0
  209. package/lib/esm/ai/image-tag/stories/index.js +31 -0
  210. package/lib/esm/ai/image-tag/stories/index.js.map +1 -0
  211. package/lib/esm/ai/index.js +11 -0
  212. package/lib/esm/ai/index.js.map +1 -1
  213. package/lib/esm/ai/more-files/MoreFiles.js +49 -0
  214. package/lib/esm/ai/more-files/MoreFiles.js.map +1 -0
  215. package/lib/esm/ai/more-files/index.js +22 -0
  216. package/lib/esm/ai/more-files/index.js.map +1 -0
  217. package/lib/esm/ai/more-files/stories/index.js +25 -0
  218. package/lib/esm/ai/more-files/stories/index.js.map +1 -0
  219. package/lib/esm/ai/more-files/stories/more-files.stories.js +47 -0
  220. package/lib/esm/ai/more-files/stories/more-files.stories.js.map +1 -0
  221. package/lib/esm/ai/more-files/stories/more-files.story.js +33 -0
  222. package/lib/esm/ai/more-files/stories/more-files.story.js.map +1 -0
  223. package/lib/esm/ai/presence/Presence.js +5 -1
  224. package/lib/esm/ai/presence/Presence.js.map +1 -1
  225. package/lib/esm/ai/prompt/Prompt.js +157 -0
  226. package/lib/esm/ai/prompt/Prompt.js.map +1 -0
  227. package/lib/esm/ai/prompt/index.js +22 -0
  228. package/lib/esm/ai/prompt/index.js.map +1 -0
  229. package/lib/esm/ai/prompt/stories/index.js +28 -0
  230. package/lib/esm/ai/prompt/stories/index.js.map +1 -0
  231. package/lib/esm/ai/prompt/stories/prompt-advanced.story.js +54 -0
  232. package/lib/esm/ai/prompt/stories/prompt-advanced.story.js.map +1 -0
  233. package/lib/esm/ai/prompt/stories/prompt-default.story.js +38 -0
  234. package/lib/esm/ai/prompt/stories/prompt-default.story.js.map +1 -0
  235. package/lib/esm/ai/prompt/stories/prompt.stories.js +60 -0
  236. package/lib/esm/ai/prompt/stories/prompt.stories.js.map +1 -0
  237. package/lib/esm/ai/reasoning/Reasoning.js +71 -0
  238. package/lib/esm/ai/reasoning/Reasoning.js.map +1 -0
  239. package/lib/esm/ai/reasoning/index.js +22 -0
  240. package/lib/esm/ai/reasoning/index.js.map +1 -0
  241. package/lib/esm/ai/reasoning/stories/index.js +25 -0
  242. package/lib/esm/ai/reasoning/stories/index.js.map +1 -0
  243. package/lib/esm/ai/reasoning/stories/reasoning-full.story.js +32 -0
  244. package/lib/esm/ai/reasoning/stories/reasoning-full.story.js.map +1 -0
  245. package/lib/esm/ai/reasoning/stories/reasoning.stories.js +47 -0
  246. package/lib/esm/ai/reasoning/stories/reasoning.stories.js.map +1 -0
  247. package/lib/esm/ai/response/Response.js +179 -0
  248. package/lib/esm/ai/response/Response.js.map +1 -0
  249. package/lib/esm/ai/response/index.js +22 -0
  250. package/lib/esm/ai/response/index.js.map +1 -0
  251. package/lib/esm/ai/response/stories/index.js +43 -0
  252. package/lib/esm/ai/response/stories/index.js.map +1 -0
  253. package/lib/esm/ai/response/stories/response-all-components.story.js +225 -0
  254. package/lib/esm/ai/response/stories/response-all-components.story.js.map +1 -0
  255. package/lib/esm/ai/response/stories/response-code-examples.story.js +244 -0
  256. package/lib/esm/ai/response/stories/response-code-examples.story.js.map +1 -0
  257. package/lib/esm/ai/response/stories/response-default.story.js +46 -0
  258. package/lib/esm/ai/response/stories/response-default.story.js.map +1 -0
  259. package/lib/esm/ai/response/stories/response-full-example.story.js +158 -0
  260. package/lib/esm/ai/response/stories/response-full-example.story.js.map +1 -0
  261. package/lib/esm/ai/response/stories/response-headings.story.js +116 -0
  262. package/lib/esm/ai/response/stories/response-headings.story.js.map +1 -0
  263. package/lib/esm/ai/response/stories/response-lists.story.js +166 -0
  264. package/lib/esm/ai/response/stories/response-lists.story.js.map +1 -0
  265. package/lib/esm/ai/response/stories/response-streaming.story.js +61 -0
  266. package/lib/esm/ai/response/stories/response-streaming.story.js.map +1 -0
  267. package/lib/esm/ai/response/stories/response.stories.js +129 -0
  268. package/lib/esm/ai/response/stories/response.stories.js.map +1 -0
  269. package/lib/esm/ai/suggestion/Suggestion.js +52 -0
  270. package/lib/esm/ai/suggestion/Suggestion.js.map +1 -0
  271. package/lib/esm/ai/suggestion/index.js +22 -0
  272. package/lib/esm/ai/suggestion/index.js.map +1 -0
  273. package/lib/esm/ai/suggestion/stories/index.js +34 -0
  274. package/lib/esm/ai/suggestion/stories/index.js.map +1 -0
  275. package/lib/esm/ai/suggestion/stories/suggestion-default.story.js +28 -0
  276. package/lib/esm/ai/suggestion/stories/suggestion-default.story.js.map +1 -0
  277. package/lib/esm/ai/suggestion/stories/suggestion-icon.story.js +29 -0
  278. package/lib/esm/ai/suggestion/stories/suggestion-icon.story.js.map +1 -0
  279. package/lib/esm/ai/suggestion/stories/suggestion-primary.story.js +28 -0
  280. package/lib/esm/ai/suggestion/stories/suggestion-primary.story.js.map +1 -0
  281. package/lib/esm/ai/suggestion/stories/suggestion-sizes.story.js +28 -0
  282. package/lib/esm/ai/suggestion/stories/suggestion-sizes.story.js.map +1 -0
  283. package/lib/esm/ai/suggestion/stories/suggestion.stories.js +86 -0
  284. package/lib/esm/ai/suggestion/stories/suggestion.stories.js.map +1 -0
  285. package/lib/esm/ai/thinking/Thinking.js +51 -0
  286. package/lib/esm/ai/thinking/Thinking.js.map +1 -0
  287. package/lib/esm/ai/thinking/index.js +22 -0
  288. package/lib/esm/ai/thinking/index.js.map +1 -0
  289. package/lib/esm/ai/thinking/stories/ai-thinking-default.story.js +28 -0
  290. package/lib/esm/ai/thinking/stories/ai-thinking-default.story.js.map +1 -0
  291. package/lib/esm/ai/thinking/stories/ai-thinking-finished.story.js +28 -0
  292. package/lib/esm/ai/thinking/stories/ai-thinking-finished.story.js.map +1 -0
  293. package/lib/esm/ai/thinking/stories/ai-thinking.stories.js +60 -0
  294. package/lib/esm/ai/thinking/stories/ai-thinking.stories.js.map +1 -0
  295. package/lib/esm/ai/thinking/stories/index.js +28 -0
  296. package/lib/esm/ai/thinking/stories/index.js.map +1 -0
  297. package/lib/esm/ai/thinking/thinking-duration-formatter.js +67 -0
  298. package/lib/esm/ai/thinking/thinking-duration-formatter.js.map +1 -0
  299. package/lib/esm/ai/tool-call/ToolCall.js +49 -0
  300. package/lib/esm/ai/tool-call/ToolCall.js.map +1 -0
  301. package/lib/esm/ai/tool-call/index.js +22 -0
  302. package/lib/esm/ai/tool-call/index.js.map +1 -0
  303. package/lib/esm/ai/tool-call/stories/index.js +28 -0
  304. package/lib/esm/ai/tool-call/stories/index.js.map +1 -0
  305. package/lib/esm/ai/tool-call/stories/tool-call-default.story.js +28 -0
  306. package/lib/esm/ai/tool-call/stories/tool-call-default.story.js.map +1 -0
  307. package/lib/esm/ai/tool-call/stories/tool-call-done.story.js +28 -0
  308. package/lib/esm/ai/tool-call/stories/tool-call-done.story.js.map +1 -0
  309. package/lib/esm/ai/tool-call/stories/tool-call.stories.js +60 -0
  310. package/lib/esm/ai/tool-call/stories/tool-call.stories.js.map +1 -0
  311. package/lib/esm/ai/user-bubble/UserBubble.js +47 -0
  312. package/lib/esm/ai/user-bubble/UserBubble.js.map +1 -0
  313. package/lib/esm/ai/user-bubble/index.js +22 -0
  314. package/lib/esm/ai/user-bubble/index.js.map +1 -0
  315. package/lib/esm/ai/user-bubble/stories/index.js +34 -0
  316. package/lib/esm/ai/user-bubble/stories/index.js.map +1 -0
  317. package/lib/esm/ai/user-bubble/stories/user-bubble-action.story.js +33 -0
  318. package/lib/esm/ai/user-bubble/stories/user-bubble-action.story.js.map +1 -0
  319. package/lib/esm/ai/user-bubble/stories/user-bubble-and-files.story.js +37 -0
  320. package/lib/esm/ai/user-bubble/stories/user-bubble-and-files.story.js.map +1 -0
  321. package/lib/esm/ai/user-bubble/stories/user-bubble-long.story.js +31 -0
  322. package/lib/esm/ai/user-bubble/stories/user-bubble-long.story.js.map +1 -0
  323. package/lib/esm/ai/user-bubble/stories/user-bubble.stories.js +86 -0
  324. package/lib/esm/ai/user-bubble/stories/user-bubble.stories.js.map +1 -0
  325. package/lib/esm/ai/user-bubble/stories/user-bubble.story.js +32 -0
  326. package/lib/esm/ai/user-bubble/stories/user-bubble.story.js.map +1 -0
  327. package/lib/esm/code/Code.js.map +1 -1
  328. package/lib/esm/text-area/TextArea.js.map +1 -1
  329. package/lib/esm/timezone-picker/stories/timezone-picker-dst-aware.story.js +1 -1
  330. package/lib/esm/timezone-picker/stories/timezone-picker-dst-aware.story.js.map +1 -1
  331. package/lib/esm/tooltip/use-tooltip.js +2 -1
  332. package/lib/esm/tooltip/use-tooltip.js.map +1 -1
  333. package/lib/types/ai/code-preview/CodePreview.d.ts +44 -0
  334. package/lib/types/ai/code-preview/CodePreview.d.ts.map +1 -0
  335. package/lib/types/ai/code-preview/index.d.ts +22 -0
  336. package/lib/types/ai/code-preview/index.d.ts.map +1 -0
  337. package/lib/types/ai/code-preview/stories/code-preview-languages.story.d.ts +23 -0
  338. package/lib/types/ai/code-preview/stories/code-preview-languages.story.d.ts.map +1 -0
  339. package/lib/types/ai/code-preview/stories/code-preview-loading.story.d.ts +23 -0
  340. package/lib/types/ai/code-preview/stories/code-preview-loading.story.d.ts.map +1 -0
  341. package/lib/types/ai/code-preview/stories/code-preview-read.story.d.ts +23 -0
  342. package/lib/types/ai/code-preview/stories/code-preview-read.story.d.ts.map +1 -0
  343. package/lib/types/ai/code-preview/stories/code-preview-write.story.d.ts +23 -0
  344. package/lib/types/ai/code-preview/stories/code-preview-write.story.d.ts.map +1 -0
  345. package/lib/types/ai/code-preview/stories/code-preview.stories.d.ts +30 -0
  346. package/lib/types/ai/code-preview/stories/code-preview.stories.d.ts.map +1 -0
  347. package/lib/types/ai/code-preview/stories/index.d.ts +29 -0
  348. package/lib/types/ai/code-preview/stories/index.d.ts.map +1 -0
  349. package/lib/types/ai/file-tag/FileTag.d.ts +44 -0
  350. package/lib/types/ai/file-tag/FileTag.d.ts.map +1 -0
  351. package/lib/types/ai/file-tag/index.d.ts +22 -0
  352. package/lib/types/ai/file-tag/index.d.ts.map +1 -0
  353. package/lib/types/ai/file-tag/stories/file-tag-chat.story.d.ts +24 -0
  354. package/lib/types/ai/file-tag/stories/file-tag-chat.story.d.ts.map +1 -0
  355. package/lib/types/ai/file-tag/stories/file-tag-loading.story.d.ts +24 -0
  356. package/lib/types/ai/file-tag/stories/file-tag-loading.story.d.ts.map +1 -0
  357. package/lib/types/ai/file-tag/stories/file-tag-prompt.story.d.ts +24 -0
  358. package/lib/types/ai/file-tag/stories/file-tag-prompt.story.d.ts.map +1 -0
  359. package/lib/types/ai/file-tag/stories/file-tag.stories.d.ts +29 -0
  360. package/lib/types/ai/file-tag/stories/file-tag.stories.d.ts.map +1 -0
  361. package/lib/types/ai/file-tag/stories/index.d.ts +27 -0
  362. package/lib/types/ai/file-tag/stories/index.d.ts.map +1 -0
  363. package/lib/types/ai/image-tag/ImageTag.d.ts +46 -0
  364. package/lib/types/ai/image-tag/ImageTag.d.ts.map +1 -0
  365. package/lib/types/ai/image-tag/index.d.ts +22 -0
  366. package/lib/types/ai/image-tag/index.d.ts.map +1 -0
  367. package/lib/types/ai/image-tag/stories/image-tag-chat.story.d.ts +24 -0
  368. package/lib/types/ai/image-tag/stories/image-tag-chat.story.d.ts.map +1 -0
  369. package/lib/types/ai/image-tag/stories/image-tag-loading.story.d.ts +24 -0
  370. package/lib/types/ai/image-tag/stories/image-tag-loading.story.d.ts.map +1 -0
  371. package/lib/types/ai/image-tag/stories/image-tag-prompt.story.d.ts +24 -0
  372. package/lib/types/ai/image-tag/stories/image-tag-prompt.story.d.ts.map +1 -0
  373. package/lib/types/ai/image-tag/stories/image-tag.stories.d.ts +29 -0
  374. package/lib/types/ai/image-tag/stories/image-tag.stories.d.ts.map +1 -0
  375. package/lib/types/ai/image-tag/stories/index.d.ts +27 -0
  376. package/lib/types/ai/image-tag/stories/index.d.ts.map +1 -0
  377. package/lib/types/ai/index.d.ts +11 -0
  378. package/lib/types/ai/index.d.ts.map +1 -1
  379. package/lib/types/ai/more-files/MoreFiles.d.ts +38 -0
  380. package/lib/types/ai/more-files/MoreFiles.d.ts.map +1 -0
  381. package/lib/types/ai/more-files/index.d.ts +22 -0
  382. package/lib/types/ai/more-files/index.d.ts.map +1 -0
  383. package/lib/types/ai/more-files/stories/index.d.ts +23 -0
  384. package/lib/types/ai/more-files/stories/index.d.ts.map +1 -0
  385. package/lib/types/ai/more-files/stories/more-files.stories.d.ts +27 -0
  386. package/lib/types/ai/more-files/stories/more-files.stories.d.ts.map +1 -0
  387. package/lib/types/ai/more-files/stories/more-files.story.d.ts +24 -0
  388. package/lib/types/ai/more-files/stories/more-files.story.d.ts.map +1 -0
  389. package/lib/types/ai/presence/Presence.d.ts.map +1 -1
  390. package/lib/types/ai/prompt/Prompt.d.ts +62 -0
  391. package/lib/types/ai/prompt/Prompt.d.ts.map +1 -0
  392. package/lib/types/ai/prompt/index.d.ts +22 -0
  393. package/lib/types/ai/prompt/index.d.ts.map +1 -0
  394. package/lib/types/ai/prompt/stories/index.d.ts +25 -0
  395. package/lib/types/ai/prompt/stories/index.d.ts.map +1 -0
  396. package/lib/types/ai/prompt/stories/prompt-advanced.story.d.ts +24 -0
  397. package/lib/types/ai/prompt/stories/prompt-advanced.story.d.ts.map +1 -0
  398. package/lib/types/ai/prompt/stories/prompt-default.story.d.ts +24 -0
  399. package/lib/types/ai/prompt/stories/prompt-default.story.d.ts.map +1 -0
  400. package/lib/types/ai/prompt/stories/prompt.stories.d.ts +28 -0
  401. package/lib/types/ai/prompt/stories/prompt.stories.d.ts.map +1 -0
  402. package/lib/types/ai/reasoning/Reasoning.d.ts +44 -0
  403. package/lib/types/ai/reasoning/Reasoning.d.ts.map +1 -0
  404. package/lib/types/ai/reasoning/index.d.ts +22 -0
  405. package/lib/types/ai/reasoning/index.d.ts.map +1 -0
  406. package/lib/types/ai/reasoning/stories/index.d.ts +23 -0
  407. package/lib/types/ai/reasoning/stories/index.d.ts.map +1 -0
  408. package/lib/types/ai/reasoning/stories/reasoning-full.story.d.ts +24 -0
  409. package/lib/types/ai/reasoning/stories/reasoning-full.story.d.ts.map +1 -0
  410. package/lib/types/ai/reasoning/stories/reasoning.stories.d.ts +27 -0
  411. package/lib/types/ai/reasoning/stories/reasoning.stories.d.ts.map +1 -0
  412. package/lib/types/ai/response/Response.d.ts +37 -0
  413. package/lib/types/ai/response/Response.d.ts.map +1 -0
  414. package/lib/types/ai/response/index.d.ts +22 -0
  415. package/lib/types/ai/response/index.d.ts.map +1 -0
  416. package/lib/types/ai/response/stories/index.d.ts +35 -0
  417. package/lib/types/ai/response/stories/index.d.ts.map +1 -0
  418. package/lib/types/ai/response/stories/response-all-components.story.d.ts +24 -0
  419. package/lib/types/ai/response/stories/response-all-components.story.d.ts.map +1 -0
  420. package/lib/types/ai/response/stories/response-code-examples.story.d.ts +24 -0
  421. package/lib/types/ai/response/stories/response-code-examples.story.d.ts.map +1 -0
  422. package/lib/types/ai/response/stories/response-default.story.d.ts +23 -0
  423. package/lib/types/ai/response/stories/response-default.story.d.ts.map +1 -0
  424. package/lib/types/ai/response/stories/response-full-example.story.d.ts +24 -0
  425. package/lib/types/ai/response/stories/response-full-example.story.d.ts.map +1 -0
  426. package/lib/types/ai/response/stories/response-headings.story.d.ts +24 -0
  427. package/lib/types/ai/response/stories/response-headings.story.d.ts.map +1 -0
  428. package/lib/types/ai/response/stories/response-lists.story.d.ts +24 -0
  429. package/lib/types/ai/response/stories/response-lists.story.d.ts.map +1 -0
  430. package/lib/types/ai/response/stories/response-streaming.story.d.ts +23 -0
  431. package/lib/types/ai/response/stories/response-streaming.story.d.ts.map +1 -0
  432. package/lib/types/ai/response/stories/response.stories.d.ts +33 -0
  433. package/lib/types/ai/response/stories/response.stories.d.ts.map +1 -0
  434. package/lib/types/ai/suggestion/Suggestion.d.ts +42 -0
  435. package/lib/types/ai/suggestion/Suggestion.d.ts.map +1 -0
  436. package/lib/types/ai/suggestion/index.d.ts +22 -0
  437. package/lib/types/ai/suggestion/index.d.ts.map +1 -0
  438. package/lib/types/ai/suggestion/stories/index.d.ts +29 -0
  439. package/lib/types/ai/suggestion/stories/index.d.ts.map +1 -0
  440. package/lib/types/ai/suggestion/stories/suggestion-default.story.d.ts +24 -0
  441. package/lib/types/ai/suggestion/stories/suggestion-default.story.d.ts.map +1 -0
  442. package/lib/types/ai/suggestion/stories/suggestion-icon.story.d.ts +24 -0
  443. package/lib/types/ai/suggestion/stories/suggestion-icon.story.d.ts.map +1 -0
  444. package/lib/types/ai/suggestion/stories/suggestion-primary.story.d.ts +24 -0
  445. package/lib/types/ai/suggestion/stories/suggestion-primary.story.d.ts.map +1 -0
  446. package/lib/types/ai/suggestion/stories/suggestion-sizes.story.d.ts +24 -0
  447. package/lib/types/ai/suggestion/stories/suggestion-sizes.story.d.ts.map +1 -0
  448. package/lib/types/ai/suggestion/stories/suggestion.stories.d.ts +30 -0
  449. package/lib/types/ai/suggestion/stories/suggestion.stories.d.ts.map +1 -0
  450. package/lib/types/ai/thinking/Thinking.d.ts +40 -0
  451. package/lib/types/ai/thinking/Thinking.d.ts.map +1 -0
  452. package/lib/types/ai/thinking/index.d.ts +22 -0
  453. package/lib/types/ai/thinking/index.d.ts.map +1 -0
  454. package/lib/types/ai/thinking/stories/ai-thinking-default.story.d.ts +24 -0
  455. package/lib/types/ai/thinking/stories/ai-thinking-default.story.d.ts.map +1 -0
  456. package/lib/types/ai/thinking/stories/ai-thinking-finished.story.d.ts +24 -0
  457. package/lib/types/ai/thinking/stories/ai-thinking-finished.story.d.ts.map +1 -0
  458. package/lib/types/ai/thinking/stories/ai-thinking.stories.d.ts +28 -0
  459. package/lib/types/ai/thinking/stories/ai-thinking.stories.d.ts.map +1 -0
  460. package/lib/types/ai/thinking/stories/index.d.ts +25 -0
  461. package/lib/types/ai/thinking/stories/index.d.ts.map +1 -0
  462. package/lib/types/ai/thinking/thinking-duration-formatter.d.ts +45 -0
  463. package/lib/types/ai/thinking/thinking-duration-formatter.d.ts.map +1 -0
  464. package/lib/types/ai/tool-call/ToolCall.d.ts +37 -0
  465. package/lib/types/ai/tool-call/ToolCall.d.ts.map +1 -0
  466. package/lib/types/ai/tool-call/index.d.ts +22 -0
  467. package/lib/types/ai/tool-call/index.d.ts.map +1 -0
  468. package/lib/types/ai/tool-call/stories/index.d.ts +25 -0
  469. package/lib/types/ai/tool-call/stories/index.d.ts.map +1 -0
  470. package/lib/types/ai/tool-call/stories/tool-call-default.story.d.ts +24 -0
  471. package/lib/types/ai/tool-call/stories/tool-call-default.story.d.ts.map +1 -0
  472. package/lib/types/ai/tool-call/stories/tool-call-done.story.d.ts +24 -0
  473. package/lib/types/ai/tool-call/stories/tool-call-done.story.d.ts.map +1 -0
  474. package/lib/types/ai/tool-call/stories/tool-call.stories.d.ts +28 -0
  475. package/lib/types/ai/tool-call/stories/tool-call.stories.d.ts.map +1 -0
  476. package/lib/types/ai/user-bubble/UserBubble.d.ts +39 -0
  477. package/lib/types/ai/user-bubble/UserBubble.d.ts.map +1 -0
  478. package/lib/types/ai/user-bubble/index.d.ts +22 -0
  479. package/lib/types/ai/user-bubble/index.d.ts.map +1 -0
  480. package/lib/types/ai/user-bubble/stories/index.d.ts +29 -0
  481. package/lib/types/ai/user-bubble/stories/index.d.ts.map +1 -0
  482. package/lib/types/ai/user-bubble/stories/user-bubble-action.story.d.ts +24 -0
  483. package/lib/types/ai/user-bubble/stories/user-bubble-action.story.d.ts.map +1 -0
  484. package/lib/types/ai/user-bubble/stories/user-bubble-and-files.story.d.ts +24 -0
  485. package/lib/types/ai/user-bubble/stories/user-bubble-and-files.story.d.ts.map +1 -0
  486. package/lib/types/ai/user-bubble/stories/user-bubble-long.story.d.ts +24 -0
  487. package/lib/types/ai/user-bubble/stories/user-bubble-long.story.d.ts.map +1 -0
  488. package/lib/types/ai/user-bubble/stories/user-bubble.stories.d.ts +30 -0
  489. package/lib/types/ai/user-bubble/stories/user-bubble.stories.d.ts.map +1 -0
  490. package/lib/types/ai/user-bubble/stories/user-bubble.story.d.ts +24 -0
  491. package/lib/types/ai/user-bubble/stories/user-bubble.story.d.ts.map +1 -0
  492. package/lib/types/code/Code.d.ts +4 -1
  493. package/lib/types/code/Code.d.ts.map +1 -1
  494. package/lib/types/text-area/TextArea.d.ts.map +1 -1
  495. package/lib/types/timezone-picker/stories/timezone-picker-dst-aware.story.d.ts.map +1 -1
  496. package/lib/types/tooltip/use-tooltip.d.ts.map +1 -1
  497. package/package.json +3 -2
@@ -0,0 +1,22 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export * from './ImageTag';
22
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ai/image-tag/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,cAAc,YAAY,CAAC"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
24
+ //# sourceMappingURL=image-tag-chat.story.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-tag-chat.story.d.ts","sourceRoot":"","sources":["../../../../../src/ai/image-tag/stories/image-tag-chat.story.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAIjD,QAAA,MAAM,SAAS,+CASd,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
24
+ //# sourceMappingURL=image-tag-loading.story.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-tag-loading.story.d.ts","sourceRoot":"","sources":["../../../../../src/ai/image-tag/stories/image-tag-loading.story.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAIjD,QAAA,MAAM,SAAS,+CAad,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
24
+ //# sourceMappingURL=image-tag-prompt.story.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-tag-prompt.story.d.ts","sourceRoot":"","sources":["../../../../../src/ai/image-tag/stories/image-tag-prompt.story.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAIjD,QAAA,MAAM,SAAS,+CAad,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import { type Meta, type StoryObj } from '@storybook/react-vite';
22
+ import { ImageTag } from '../ImageTag';
23
+ declare const componentMeta: Meta<typeof ImageTag>;
24
+ export default componentMeta;
25
+ type Story = StoryObj<typeof componentMeta>;
26
+ export declare const Default: Story;
27
+ export declare const Loading: Story;
28
+ export declare const Removable: Story;
29
+ //# sourceMappingURL=image-tag.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-tag.stories.d.ts","sourceRoot":"","sources":["../../../../../src/ai/image-tag/stories/image-tag.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjE,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAUvC,QAAA,MAAM,aAAa,EAAE,IAAI,CAAC,OAAO,QAAQ,CAQxC,CAAC;AAEF,eAAe,aAAa,CAAC;AAE7B,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,aAAa,CAAC,CAAC;AAE5C,eAAO,MAAM,OAAO,EAAE,KAYrB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAYrB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAYvB,CAAC"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export { default as ImageTagLoading } from './image-tag-loading.story';
22
+ export { default as ImageTagChat } from './image-tag-chat.story';
23
+ export { default as ImageTagPrompt } from './image-tag-prompt.story';
24
+ export declare const ImageTagLoadingSrc: string;
25
+ export declare const ImageTagChatSrc: string;
26
+ export declare const ImageTagPromptSrc: string;
27
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/ai/image-tag/stories/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAQrE,eAAO,MAAM,kBAAkB,QAA6C,CAAC;AAC7E,eAAO,MAAM,eAAe,QAA0C,CAAC;AACvE,eAAO,MAAM,iBAAiB,QAA4C,CAAC"}
@@ -19,4 +19,15 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  export { Presence } from './presence';
22
+ export { Prompt } from './prompt';
23
+ export { UserBubble } from './user-bubble';
24
+ export { MoreFiles } from './more-files';
25
+ export { FileTag } from './file-tag';
26
+ export { ImageTag } from './image-tag';
27
+ export { Response } from './response';
28
+ export { Suggestion } from './suggestion';
29
+ export { Thinking } from './thinking';
30
+ export { Reasoning } from './reasoning';
31
+ export { ToolCall } from './tool-call';
32
+ export { CodePreview } from './code-preview';
22
33
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ai/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ai/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import type { CommonProps } from '@neo4j-ndl/react/_common/types';
22
+ type MoreFilesProps = {
23
+ /** The number of files to show */
24
+ count: number;
25
+ /** Callback function triggered when the more files button is clicked */
26
+ onClick?: () => void;
27
+ /** Whether the more files button is active. Should be true when it opens the menu of files.*/
28
+ isActive?: boolean;
29
+ };
30
+ /**
31
+ * The component is a button that is meant to open a menu of files when clicked.
32
+ * It should be used in a chat when you have more files attached to the message than should be shown at once.
33
+ *
34
+ * @alpha - Changes to this component may be breaking.
35
+ */
36
+ declare const MoreFilesComponent: ({ count, onClick, className, style, htmlAttributes, ref, isActive, ...restProps }: CommonProps<"button", MoreFilesProps>) => import("react/jsx-runtime").JSX.Element;
37
+ export { MoreFilesComponent as MoreFiles };
38
+ //# sourceMappingURL=MoreFiles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MoreFiles.d.ts","sourceRoot":"","sources":["../../../../src/ai/more-files/MoreFiles.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAGlE,KAAK,cAAc,GAAG;IACpB,kCAAkC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,wEAAwE;IACxE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,8FAA8F;IAC9F,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF;;;;;GAKG;AACH,QAAA,MAAM,kBAAkB,GAAI,mFASzB,WAAW,CAAC,QAAQ,EAAE,cAAc,CAAC,4CAoBvC,CAAC;AAEF,OAAO,EAAE,kBAAkB,IAAI,SAAS,EAAE,CAAC"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export * from './MoreFiles';
22
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ai/more-files/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,cAAc,aAAa,CAAC"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export { default as MoreFilesDefault } from './more-files.story';
22
+ export declare const MoreFilesDefaultSrc: string;
23
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/ai/more-files/stories/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAMjE,eAAO,MAAM,mBAAmB,QAA8C,CAAC"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import { type Meta, type StoryObj } from '@storybook/react-vite';
22
+ import { MoreFiles } from '../MoreFiles';
23
+ declare const componentMeta: Meta<typeof MoreFiles>;
24
+ export default componentMeta;
25
+ type Story = StoryObj<typeof componentMeta>;
26
+ export declare const Default: Story;
27
+ //# sourceMappingURL=more-files.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"more-files.stories.d.ts","sourceRoot":"","sources":["../../../../../src/ai/more-files/stories/more-files.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGzC,QAAA,MAAM,aAAa,EAAE,IAAI,CAAC,OAAO,SAAS,CAQzC,CAAC;AAEF,eAAe,aAAa,CAAC;AAE7B,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,aAAa,CAAC,CAAC;AAE5C,eAAO,MAAM,OAAO,EAAE,KAYrB,CAAC"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
24
+ //# sourceMappingURL=more-files.story.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"more-files.story.d.ts","sourceRoot":"","sources":["../../../../../src/ai/more-files/stories/more-files.story.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAWjD,QAAA,MAAM,SAAS,+CAwCd,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Presence.d.ts","sourceRoot":"","sources":["../../../../src/ai/presence/Presence.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAOlE,KAAK,aAAa,GAAG;IACnB,8DAA8D;IAC9D,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,QAAQ;0EAOX,WAAW,CAAC,KAAK,EAAE,aAAa,CAAC;;CAkBnC,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"Presence.d.ts","sourceRoot":"","sources":["../../../../src/ai/presence/Presence.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAOlE,KAAK,aAAa,GAAG;IACnB,8DAA8D;IAC9D,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,QAAQ;0EAOX,WAAW,CAAC,KAAK,EAAE,aAAa,CAAC;;CAuBnC,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,62 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import type { CommonProps, HtmlAttributes } from '@neo4j-ndl/react/_common/types';
22
+ type PromptProps = {
23
+ /** The prompt text */
24
+ value?: React.ComponentPropsWithoutRef<'textarea'>['value'];
25
+ /** Callback function called when the prompt text changes */
26
+ onChange?: (e: React.ChangeEvent<HTMLTextAreaElement>) => void;
27
+ /** Whether the submit button is disabled */
28
+ isSubmitDisabled?: boolean;
29
+ /** Maximum number of rows the textarea can expand to */
30
+ maxRows?: number;
31
+ /** Whether the submit button is "running". Shows a stop icon when true. */
32
+ isRunningPrompt?: boolean;
33
+ /** Callback function called when the submit button is clicked */
34
+ onSubmitPrompt?: (e: React.KeyboardEvent<HTMLTextAreaElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
35
+ /** Content to display above the textarea */
36
+ topContent?: React.ReactNode;
37
+ /** Content to display below the textarea */
38
+ bottomContent?: React.ReactNode;
39
+ /** Disclaimer to display below the component */
40
+ disclaimer?: React.ReactNode;
41
+ /** Props for the textarea element */
42
+ textareaProps?: HtmlAttributes<'textarea'>;
43
+ };
44
+ type AgentSelectProps = {
45
+ value: {
46
+ label: React.ReactNode;
47
+ value: string;
48
+ };
49
+ options: Array<{
50
+ label: React.ReactNode;
51
+ value: string;
52
+ }>;
53
+ onChange: (option: {
54
+ label: React.ReactNode;
55
+ value: string;
56
+ }) => void;
57
+ };
58
+ declare const Prompt: (({ value, onChange, maxRows, isRunningPrompt, onSubmitPrompt, isSubmitDisabled, topContent, bottomContent, disclaimer, className, style, htmlAttributes, ref, textareaProps, ...restProps }: CommonProps<"div", PromptProps>) => import("react/jsx-runtime").JSX.Element) & {
59
+ Select: ({ value, options, onChange }: AgentSelectProps) => import("react/jsx-runtime").JSX.Element;
60
+ };
61
+ export { Prompt };
62
+ //# sourceMappingURL=Prompt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Prompt.d.ts","sourceRoot":"","sources":["../../../../src/ai/prompt/Prompt.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAQH,OAAO,KAAK,EACV,WAAW,EACX,cAAc,EACf,MAAM,gCAAgC,CAAC;AASxC,KAAK,WAAW,GAAG;IACjB,sBAAsB;IACtB,KAAK,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,CAAC,OAAO,CAAC,CAAC;IAC5D,4DAA4D;IAC5D,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAC/D,4CAA4C;IAC5C,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,wDAAwD;IACxD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,2EAA2E;IAC3E,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,iEAAiE;IACjE,cAAc,CAAC,EAAE,CACf,CAAC,EACG,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,GACxC,KAAK,CAAC,UAAU,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAChD,IAAI,CAAC;IACV,4CAA4C;IAC5C,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,4CAA4C;IAC5C,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,gDAAgD;IAChD,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,qCAAqC;IACrC,aAAa,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,CAAC;CAC5C,CAAC;AAwNF,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE;QAAE,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IACjD,OAAO,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC1D,QAAQ,EAAE,CAAC,MAAM,EAAE;QAAE,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;CACvE,CAAC;AAkDF,QAAA,MAAM,MAAM,gMArPT,WAAW,CAAC,KAAK,EAAE,WAAW,CAAC;2CAqMsB,gBAAgB;CAkDtE,CAAC;AAEH,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export * from './Prompt';
22
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ai/prompt/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,cAAc,UAAU,CAAC"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export { default as PromptDefault } from './prompt-default.story';
22
+ export { default as PromptAdvanced } from './prompt-advanced.story';
23
+ export declare const PromptDefaultSrc: string;
24
+ export declare const PromptAdvancedSrc: string;
25
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/ai/prompt/stories/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAOpE,eAAO,MAAM,gBAAgB,QAA2C,CAAC;AACzE,eAAO,MAAM,iBAAiB,QAA4C,CAAC"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
24
+ //# sourceMappingURL=prompt-advanced.story.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prompt-advanced.story.d.ts","sourceRoot":"","sources":["../../../../../src/ai/prompt/stories/prompt-advanced.story.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAOjD,QAAA,MAAM,SAAS,+CAkFd,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
24
+ //# sourceMappingURL=prompt-default.story.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prompt-default.story.d.ts","sourceRoot":"","sources":["../../../../../src/ai/prompt/stories/prompt-default.story.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAKjD,QAAA,MAAM,SAAS,+CAsBd,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import { type Meta, type StoryObj } from '@storybook/react-vite';
22
+ import { Prompt } from '../Prompt';
23
+ declare const componentMeta: Meta<typeof Prompt>;
24
+ export default componentMeta;
25
+ type Story = StoryObj<typeof componentMeta>;
26
+ export declare const Basic: Story;
27
+ export declare const Advanced: Story;
28
+ //# sourceMappingURL=prompt.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prompt.stories.d.ts","sourceRoot":"","sources":["../../../../../src/ai/prompt/stories/prompt.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjE,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAQnC,QAAA,MAAM,aAAa,EAAE,IAAI,CAAC,OAAO,MAAM,CAQtC,CAAC;AAEF,eAAe,aAAa,CAAC;AAE7B,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,aAAa,CAAC,CAAC;AAE5C,eAAO,MAAM,KAAK,EAAE,KAYnB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAYtB,CAAC"}
@@ -0,0 +1,44 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import { type CommonProps } from '@neo4j-ndl/react/_common/types';
22
+ type ReasoningProps = {
23
+ /** What should be displayed inside the reasoning component. */
24
+ children?: React.ReactNode;
25
+ /** Whether the AI is thinking */
26
+ isThinking?: boolean;
27
+ /** The duration of the thinking in milliseconds */
28
+ thinkingMs?: number;
29
+ /** The current action the AI is performing */
30
+ currentAction?: string;
31
+ };
32
+ type SectionProps = {
33
+ /** The heading of the section */
34
+ heading?: React.ReactNode;
35
+ /** The children of the section */
36
+ children?: React.ReactNode;
37
+ /** The visual leading the section */
38
+ leadingVisual?: React.ReactNode;
39
+ };
40
+ declare const Reasoning: (({ isThinking, thinkingMs, currentAction, children, className, style, htmlAttributes, ref, ...restProps }: CommonProps<"div", ReasoningProps>) => import("react/jsx-runtime").JSX.Element) & {
41
+ Section: ({ heading, leadingVisual, children, className, style, htmlAttributes, ref, ...restProps }: CommonProps<"div", SectionProps>) => import("react/jsx-runtime").JSX.Element;
42
+ };
43
+ export { Reasoning };
44
+ //# sourceMappingURL=Reasoning.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Reasoning.d.ts","sourceRoot":"","sources":["../../../../src/ai/reasoning/Reasoning.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAGH,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAQlE,KAAK,cAAc,GAAG;IACpB,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,iCAAiC;IACjC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,mDAAmD;IACnD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,8CAA8C;IAC9C,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AA0EF,KAAK,YAAY,GAAG;IAClB,iCAAiC;IACjC,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,kCAAkC;IAClC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,qCAAqC;IACrC,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACjC,CAAC;AA2DF,QAAA,MAAM,SAAS,8GA1HZ,WAAW,CAAC,KAAK,EAAE,cAAc,CAAC;yGA0ElC,WAAW,CAAC,KAAK,EAAE,YAAY,CAAC;CAkDjC,CAAC;AAEH,OAAO,EAAE,SAAS,EAAE,CAAC"}