@assistant-ui/react 0.5.97 → 0.5.98

Sign up to get free protection for your applications and to get access to all the features.
Files changed (979) hide show
  1. package/dist/api/AssistantRuntime.js +9 -7
  2. package/dist/api/AssistantRuntime.js.map +1 -1
  3. package/dist/api/AssistantRuntime.mjs +8 -7
  4. package/dist/api/AssistantRuntime.mjs.map +1 -1
  5. package/dist/api/AttachmentRuntime.js +12 -10
  6. package/dist/api/AttachmentRuntime.js.map +1 -1
  7. package/dist/api/AttachmentRuntime.mjs +11 -10
  8. package/dist/api/AttachmentRuntime.mjs.map +1 -1
  9. package/dist/api/ComposerRuntime.js +16 -14
  10. package/dist/api/ComposerRuntime.js.map +1 -1
  11. package/dist/api/ComposerRuntime.mjs +15 -14
  12. package/dist/api/ComposerRuntime.mjs.map +1 -1
  13. package/dist/api/ContentPartRuntime.js +4 -2
  14. package/dist/api/ContentPartRuntime.js.map +1 -1
  15. package/dist/api/ContentPartRuntime.mjs +3 -2
  16. package/dist/api/ContentPartRuntime.mjs.map +1 -1
  17. package/dist/api/MessageRuntime.js +15 -13
  18. package/dist/api/MessageRuntime.js.map +1 -1
  19. package/dist/api/MessageRuntime.mjs +14 -13
  20. package/dist/api/MessageRuntime.mjs.map +1 -1
  21. package/dist/api/RuntimePathTypes.js +2 -0
  22. package/dist/api/RuntimePathTypes.js.map +1 -1
  23. package/dist/api/ThreadManagerRuntime.js +7 -5
  24. package/dist/api/ThreadManagerRuntime.js.map +1 -1
  25. package/dist/api/ThreadManagerRuntime.mjs +6 -5
  26. package/dist/api/ThreadManagerRuntime.mjs.map +1 -1
  27. package/dist/api/ThreadRuntime.js +12 -10
  28. package/dist/api/ThreadRuntime.js.map +1 -1
  29. package/dist/api/ThreadRuntime.mjs +11 -10
  30. package/dist/api/ThreadRuntime.mjs.map +1 -1
  31. package/dist/api/index.js +2 -0
  32. package/dist/api/index.js.map +1 -1
  33. package/dist/api/subscribable/BaseSubject.js +4 -2
  34. package/dist/api/subscribable/BaseSubject.js.map +1 -1
  35. package/dist/api/subscribable/BaseSubject.mjs +3 -2
  36. package/dist/api/subscribable/BaseSubject.mjs.map +1 -1
  37. package/dist/api/subscribable/LazyMemoizeSubject.js +6 -4
  38. package/dist/api/subscribable/LazyMemoizeSubject.js.map +1 -1
  39. package/dist/api/subscribable/LazyMemoizeSubject.mjs +5 -4
  40. package/dist/api/subscribable/LazyMemoizeSubject.mjs.map +1 -1
  41. package/dist/api/subscribable/NestedSubscriptionSubject.js +5 -3
  42. package/dist/api/subscribable/NestedSubscriptionSubject.js.map +1 -1
  43. package/dist/api/subscribable/NestedSubscriptionSubject.mjs +4 -3
  44. package/dist/api/subscribable/NestedSubscriptionSubject.mjs.map +1 -1
  45. package/dist/api/subscribable/SKIP_UPDATE.js +3 -1
  46. package/dist/api/subscribable/SKIP_UPDATE.js.map +1 -1
  47. package/dist/api/subscribable/SKIP_UPDATE.mjs +2 -1
  48. package/dist/api/subscribable/SKIP_UPDATE.mjs.map +1 -1
  49. package/dist/api/subscribable/ShallowMemoizeSubject.js +7 -5
  50. package/dist/api/subscribable/ShallowMemoizeSubject.js.map +1 -1
  51. package/dist/api/subscribable/ShallowMemoizeSubject.mjs +6 -5
  52. package/dist/api/subscribable/ShallowMemoizeSubject.mjs.map +1 -1
  53. package/dist/api/subscribable/Subscribable.js +2 -0
  54. package/dist/api/subscribable/Subscribable.js.map +1 -1
  55. package/dist/api/subscribable/shallowEqual.js +2 -0
  56. package/dist/api/subscribable/shallowEqual.js.map +1 -1
  57. package/dist/api/subscribable/shallowEqual.mjs +1 -0
  58. package/dist/api/subscribable/shallowEqual.mjs.map +1 -1
  59. package/dist/context/ReadonlyStore.js +3 -1
  60. package/dist/context/ReadonlyStore.js.map +1 -1
  61. package/dist/context/ReadonlyStore.mjs +2 -1
  62. package/dist/context/ReadonlyStore.mjs.map +1 -1
  63. package/dist/context/index.js +8 -6
  64. package/dist/context/index.js.map +1 -1
  65. package/dist/context/index.mjs +4 -3
  66. package/dist/context/index.mjs.map +1 -1
  67. package/dist/context/providers/AssistantRuntimeProvider.js +12 -10
  68. package/dist/context/providers/AssistantRuntimeProvider.js.map +1 -1
  69. package/dist/context/providers/AssistantRuntimeProvider.mjs +12 -10
  70. package/dist/context/providers/AssistantRuntimeProvider.mjs.map +1 -1
  71. package/dist/context/providers/AttachmentRuntimeProvider.js +8 -6
  72. package/dist/context/providers/AttachmentRuntimeProvider.js.map +1 -1
  73. package/dist/context/providers/AttachmentRuntimeProvider.mjs +8 -6
  74. package/dist/context/providers/AttachmentRuntimeProvider.mjs.map +1 -1
  75. package/dist/context/providers/ContentPartRuntimeProvider.js +8 -6
  76. package/dist/context/providers/ContentPartRuntimeProvider.js.map +1 -1
  77. package/dist/context/providers/ContentPartRuntimeProvider.mjs +8 -6
  78. package/dist/context/providers/ContentPartRuntimeProvider.mjs.map +1 -1
  79. package/dist/context/providers/MessageRuntimeProvider.js +11 -9
  80. package/dist/context/providers/MessageRuntimeProvider.js.map +1 -1
  81. package/dist/context/providers/MessageRuntimeProvider.mjs +11 -9
  82. package/dist/context/providers/MessageRuntimeProvider.mjs.map +1 -1
  83. package/dist/context/providers/TextContentPartProvider.js +9 -7
  84. package/dist/context/providers/TextContentPartProvider.js.map +1 -1
  85. package/dist/context/providers/TextContentPartProvider.mjs +9 -7
  86. package/dist/context/providers/TextContentPartProvider.mjs.map +1 -1
  87. package/dist/context/providers/ThreadRuntimeProvider.js +11 -9
  88. package/dist/context/providers/ThreadRuntimeProvider.js.map +1 -1
  89. package/dist/context/providers/ThreadRuntimeProvider.mjs +10 -9
  90. package/dist/context/providers/ThreadRuntimeProvider.mjs.map +1 -1
  91. package/dist/context/providers/index.js +4 -2
  92. package/dist/context/providers/index.js.map +1 -1
  93. package/dist/context/providers/index.mjs +3 -2
  94. package/dist/context/providers/index.mjs.map +1 -1
  95. package/dist/context/react/AssistantContext.js +12 -10
  96. package/dist/context/react/AssistantContext.js.map +1 -1
  97. package/dist/context/react/AssistantContext.mjs +12 -10
  98. package/dist/context/react/AssistantContext.mjs.map +1 -1
  99. package/dist/context/react/AttachmentContext.js +8 -6
  100. package/dist/context/react/AttachmentContext.js.map +1 -1
  101. package/dist/context/react/AttachmentContext.mjs +8 -6
  102. package/dist/context/react/AttachmentContext.mjs.map +1 -1
  103. package/dist/context/react/ComposerContext.js +7 -5
  104. package/dist/context/react/ComposerContext.js.map +1 -1
  105. package/dist/context/react/ComposerContext.mjs +6 -5
  106. package/dist/context/react/ComposerContext.mjs.map +1 -1
  107. package/dist/context/react/ContentPartContext.js +7 -5
  108. package/dist/context/react/ContentPartContext.js.map +1 -1
  109. package/dist/context/react/ContentPartContext.mjs +7 -5
  110. package/dist/context/react/ContentPartContext.mjs.map +1 -1
  111. package/dist/context/react/MessageContext.js +9 -7
  112. package/dist/context/react/MessageContext.js.map +1 -1
  113. package/dist/context/react/MessageContext.mjs +9 -7
  114. package/dist/context/react/MessageContext.mjs.map +1 -1
  115. package/dist/context/react/ThreadContext.js +16 -14
  116. package/dist/context/react/ThreadContext.js.map +1 -1
  117. package/dist/context/react/ThreadContext.mjs +16 -14
  118. package/dist/context/react/ThreadContext.mjs.map +1 -1
  119. package/dist/context/react/index.js +8 -6
  120. package/dist/context/react/index.js.map +1 -1
  121. package/dist/context/react/index.mjs +7 -6
  122. package/dist/context/react/index.mjs.map +1 -1
  123. package/dist/context/react/utils/createContextHook.js +2 -0
  124. package/dist/context/react/utils/createContextHook.js.map +1 -1
  125. package/dist/context/react/utils/createContextHook.mjs +1 -0
  126. package/dist/context/react/utils/createContextHook.mjs.map +1 -1
  127. package/dist/context/react/utils/createContextStoreHook.js +2 -0
  128. package/dist/context/react/utils/createContextStoreHook.js.map +1 -1
  129. package/dist/context/react/utils/createContextStoreHook.mjs +1 -0
  130. package/dist/context/react/utils/createContextStoreHook.mjs.map +1 -1
  131. package/dist/context/stores/AssistantToolUIs.js +3 -1
  132. package/dist/context/stores/AssistantToolUIs.js.map +1 -1
  133. package/dist/context/stores/AssistantToolUIs.mjs +3 -1
  134. package/dist/context/stores/AssistantToolUIs.mjs.map +1 -1
  135. package/dist/context/stores/MessageUtils.js +3 -1
  136. package/dist/context/stores/MessageUtils.js.map +1 -1
  137. package/dist/context/stores/MessageUtils.mjs +2 -1
  138. package/dist/context/stores/MessageUtils.mjs.map +1 -1
  139. package/dist/context/stores/ThreadViewport.js +3 -1
  140. package/dist/context/stores/ThreadViewport.js.map +1 -1
  141. package/dist/context/stores/ThreadViewport.mjs +3 -1
  142. package/dist/context/stores/ThreadViewport.mjs.map +1 -1
  143. package/dist/context/stores/index.js +2 -0
  144. package/dist/context/stores/index.js.map +1 -1
  145. package/dist/edge.js +3 -1
  146. package/dist/edge.js.map +1 -1
  147. package/dist/edge.mjs +2 -1
  148. package/dist/edge.mjs.map +1 -1
  149. package/dist/hooks/index.js +4 -2
  150. package/dist/hooks/index.js.map +1 -1
  151. package/dist/hooks/index.mjs +3 -2
  152. package/dist/hooks/index.mjs.map +1 -1
  153. package/dist/hooks/useAppendMessage.js +4 -2
  154. package/dist/hooks/useAppendMessage.js.map +1 -1
  155. package/dist/hooks/useAppendMessage.mjs +3 -2
  156. package/dist/hooks/useAppendMessage.mjs.map +1 -1
  157. package/dist/hooks/useSwitchToNewThread.js +4 -2
  158. package/dist/hooks/useSwitchToNewThread.js.map +1 -1
  159. package/dist/hooks/useSwitchToNewThread.mjs +3 -2
  160. package/dist/hooks/useSwitchToNewThread.mjs.map +1 -1
  161. package/dist/index.js +21 -19
  162. package/dist/index.js.map +1 -1
  163. package/dist/index.mjs +11 -10
  164. package/dist/index.mjs.map +1 -1
  165. package/dist/internal.js +12 -10
  166. package/dist/internal.js.map +1 -1
  167. package/dist/internal.mjs +10 -9
  168. package/dist/internal.mjs.map +1 -1
  169. package/dist/model-config/index.js +8 -6
  170. package/dist/model-config/index.js.map +1 -1
  171. package/dist/model-config/index.mjs +7 -6
  172. package/dist/model-config/index.mjs.map +1 -1
  173. package/dist/model-config/makeAssistantTool.js +4 -2
  174. package/dist/model-config/makeAssistantTool.js.map +1 -1
  175. package/dist/model-config/makeAssistantTool.mjs +4 -2
  176. package/dist/model-config/makeAssistantTool.mjs.map +1 -1
  177. package/dist/model-config/makeAssistantToolUI.js +4 -2
  178. package/dist/model-config/makeAssistantToolUI.js.map +1 -1
  179. package/dist/model-config/makeAssistantToolUI.mjs +4 -2
  180. package/dist/model-config/makeAssistantToolUI.mjs.map +1 -1
  181. package/dist/model-config/useAssistantInstructions.js +4 -2
  182. package/dist/model-config/useAssistantInstructions.js.map +1 -1
  183. package/dist/model-config/useAssistantInstructions.mjs +4 -2
  184. package/dist/model-config/useAssistantInstructions.mjs.map +1 -1
  185. package/dist/model-config/useAssistantTool.js +4 -2
  186. package/dist/model-config/useAssistantTool.js.map +1 -1
  187. package/dist/model-config/useAssistantTool.mjs +4 -2
  188. package/dist/model-config/useAssistantTool.mjs.map +1 -1
  189. package/dist/model-config/useAssistantToolUI.js +4 -2
  190. package/dist/model-config/useAssistantToolUI.js.map +1 -1
  191. package/dist/model-config/useAssistantToolUI.mjs +4 -2
  192. package/dist/model-config/useAssistantToolUI.mjs.map +1 -1
  193. package/dist/model-config/useInlineRender.js +3 -1
  194. package/dist/model-config/useInlineRender.js.map +1 -1
  195. package/dist/model-config/useInlineRender.mjs +2 -1
  196. package/dist/model-config/useInlineRender.mjs.map +1 -1
  197. package/dist/primitive-hooks/actionBar/index.js +9 -7
  198. package/dist/primitive-hooks/actionBar/index.js.map +1 -1
  199. package/dist/primitive-hooks/actionBar/index.mjs +8 -7
  200. package/dist/primitive-hooks/actionBar/index.mjs.map +1 -1
  201. package/dist/primitive-hooks/actionBar/useActionBarCopy.js +5 -3
  202. package/dist/primitive-hooks/actionBar/useActionBarCopy.js.map +1 -1
  203. package/dist/primitive-hooks/actionBar/useActionBarCopy.mjs +4 -3
  204. package/dist/primitive-hooks/actionBar/useActionBarCopy.mjs.map +1 -1
  205. package/dist/primitive-hooks/actionBar/useActionBarEdit.js +4 -2
  206. package/dist/primitive-hooks/actionBar/useActionBarEdit.js.map +1 -1
  207. package/dist/primitive-hooks/actionBar/useActionBarEdit.mjs +3 -2
  208. package/dist/primitive-hooks/actionBar/useActionBarEdit.mjs.map +1 -1
  209. package/dist/primitive-hooks/actionBar/useActionBarFeedbackNegative.js +4 -2
  210. package/dist/primitive-hooks/actionBar/useActionBarFeedbackNegative.js.map +1 -1
  211. package/dist/primitive-hooks/actionBar/useActionBarFeedbackNegative.mjs +3 -2
  212. package/dist/primitive-hooks/actionBar/useActionBarFeedbackNegative.mjs.map +1 -1
  213. package/dist/primitive-hooks/actionBar/useActionBarFeedbackPositive.js +4 -2
  214. package/dist/primitive-hooks/actionBar/useActionBarFeedbackPositive.js.map +1 -1
  215. package/dist/primitive-hooks/actionBar/useActionBarFeedbackPositive.mjs +3 -2
  216. package/dist/primitive-hooks/actionBar/useActionBarFeedbackPositive.mjs.map +1 -1
  217. package/dist/primitive-hooks/actionBar/useActionBarReload.js +6 -4
  218. package/dist/primitive-hooks/actionBar/useActionBarReload.js.map +1 -1
  219. package/dist/primitive-hooks/actionBar/useActionBarReload.mjs +5 -4
  220. package/dist/primitive-hooks/actionBar/useActionBarReload.mjs.map +1 -1
  221. package/dist/primitive-hooks/actionBar/useActionBarSpeak.js +4 -2
  222. package/dist/primitive-hooks/actionBar/useActionBarSpeak.js.map +1 -1
  223. package/dist/primitive-hooks/actionBar/useActionBarSpeak.mjs +3 -2
  224. package/dist/primitive-hooks/actionBar/useActionBarSpeak.mjs.map +1 -1
  225. package/dist/primitive-hooks/actionBar/useActionBarStopSpeaking.js +4 -2
  226. package/dist/primitive-hooks/actionBar/useActionBarStopSpeaking.js.map +1 -1
  227. package/dist/primitive-hooks/actionBar/useActionBarStopSpeaking.mjs +3 -2
  228. package/dist/primitive-hooks/actionBar/useActionBarStopSpeaking.mjs.map +1 -1
  229. package/dist/primitive-hooks/attachment/useAttachmentRemove.js +4 -2
  230. package/dist/primitive-hooks/attachment/useAttachmentRemove.js.map +1 -1
  231. package/dist/primitive-hooks/attachment/useAttachmentRemove.mjs +3 -2
  232. package/dist/primitive-hooks/attachment/useAttachmentRemove.mjs.map +1 -1
  233. package/dist/primitive-hooks/branchPicker/index.js +6 -4
  234. package/dist/primitive-hooks/branchPicker/index.js.map +1 -1
  235. package/dist/primitive-hooks/branchPicker/index.mjs +5 -4
  236. package/dist/primitive-hooks/branchPicker/index.mjs.map +1 -1
  237. package/dist/primitive-hooks/branchPicker/useBranchPickerCount.js +4 -2
  238. package/dist/primitive-hooks/branchPicker/useBranchPickerCount.js.map +1 -1
  239. package/dist/primitive-hooks/branchPicker/useBranchPickerCount.mjs +4 -2
  240. package/dist/primitive-hooks/branchPicker/useBranchPickerCount.mjs.map +1 -1
  241. package/dist/primitive-hooks/branchPicker/useBranchPickerNext.js +4 -2
  242. package/dist/primitive-hooks/branchPicker/useBranchPickerNext.js.map +1 -1
  243. package/dist/primitive-hooks/branchPicker/useBranchPickerNext.mjs +3 -2
  244. package/dist/primitive-hooks/branchPicker/useBranchPickerNext.mjs.map +1 -1
  245. package/dist/primitive-hooks/branchPicker/useBranchPickerNumber.js +4 -2
  246. package/dist/primitive-hooks/branchPicker/useBranchPickerNumber.js.map +1 -1
  247. package/dist/primitive-hooks/branchPicker/useBranchPickerNumber.mjs +4 -2
  248. package/dist/primitive-hooks/branchPicker/useBranchPickerNumber.mjs.map +1 -1
  249. package/dist/primitive-hooks/branchPicker/useBranchPickerPrevious.js +4 -2
  250. package/dist/primitive-hooks/branchPicker/useBranchPickerPrevious.js.map +1 -1
  251. package/dist/primitive-hooks/branchPicker/useBranchPickerPrevious.mjs +3 -2
  252. package/dist/primitive-hooks/branchPicker/useBranchPickerPrevious.mjs.map +1 -1
  253. package/dist/primitive-hooks/composer/index.js +6 -4
  254. package/dist/primitive-hooks/composer/index.js.map +1 -1
  255. package/dist/primitive-hooks/composer/index.mjs +5 -4
  256. package/dist/primitive-hooks/composer/index.mjs.map +1 -1
  257. package/dist/primitive-hooks/composer/useComposerAddAttachment.js +4 -2
  258. package/dist/primitive-hooks/composer/useComposerAddAttachment.js.map +1 -1
  259. package/dist/primitive-hooks/composer/useComposerAddAttachment.mjs +3 -2
  260. package/dist/primitive-hooks/composer/useComposerAddAttachment.mjs.map +1 -1
  261. package/dist/primitive-hooks/composer/useComposerCancel.js +4 -2
  262. package/dist/primitive-hooks/composer/useComposerCancel.js.map +1 -1
  263. package/dist/primitive-hooks/composer/useComposerCancel.mjs +3 -2
  264. package/dist/primitive-hooks/composer/useComposerCancel.mjs.map +1 -1
  265. package/dist/primitive-hooks/composer/useComposerIf.js +4 -2
  266. package/dist/primitive-hooks/composer/useComposerIf.js.map +1 -1
  267. package/dist/primitive-hooks/composer/useComposerIf.mjs +4 -2
  268. package/dist/primitive-hooks/composer/useComposerIf.mjs.map +1 -1
  269. package/dist/primitive-hooks/composer/useComposerSend.js +6 -4
  270. package/dist/primitive-hooks/composer/useComposerSend.js.map +1 -1
  271. package/dist/primitive-hooks/composer/useComposerSend.mjs +5 -4
  272. package/dist/primitive-hooks/composer/useComposerSend.mjs.map +1 -1
  273. package/dist/primitive-hooks/contentPart/index.js +5 -3
  274. package/dist/primitive-hooks/contentPart/index.js.map +1 -1
  275. package/dist/primitive-hooks/contentPart/index.mjs +4 -3
  276. package/dist/primitive-hooks/contentPart/index.mjs.map +1 -1
  277. package/dist/primitive-hooks/contentPart/useContentPartDisplay.js +4 -2
  278. package/dist/primitive-hooks/contentPart/useContentPartDisplay.js.map +1 -1
  279. package/dist/primitive-hooks/contentPart/useContentPartDisplay.mjs +3 -2
  280. package/dist/primitive-hooks/contentPart/useContentPartDisplay.mjs.map +1 -1
  281. package/dist/primitive-hooks/contentPart/useContentPartImage.js +4 -2
  282. package/dist/primitive-hooks/contentPart/useContentPartImage.js.map +1 -1
  283. package/dist/primitive-hooks/contentPart/useContentPartImage.mjs +3 -2
  284. package/dist/primitive-hooks/contentPart/useContentPartImage.mjs.map +1 -1
  285. package/dist/primitive-hooks/contentPart/useContentPartText.js +4 -2
  286. package/dist/primitive-hooks/contentPart/useContentPartText.js.map +1 -1
  287. package/dist/primitive-hooks/contentPart/useContentPartText.mjs +3 -2
  288. package/dist/primitive-hooks/contentPart/useContentPartText.mjs.map +1 -1
  289. package/dist/primitive-hooks/index.js +14 -12
  290. package/dist/primitive-hooks/index.js.map +1 -1
  291. package/dist/primitive-hooks/index.mjs +7 -6
  292. package/dist/primitive-hooks/index.mjs.map +1 -1
  293. package/dist/primitive-hooks/message/index.js +3 -1
  294. package/dist/primitive-hooks/message/index.js.map +1 -1
  295. package/dist/primitive-hooks/message/index.mjs +2 -1
  296. package/dist/primitive-hooks/message/index.mjs.map +1 -1
  297. package/dist/primitive-hooks/message/useMessageIf.js +5 -3
  298. package/dist/primitive-hooks/message/useMessageIf.js.map +1 -1
  299. package/dist/primitive-hooks/message/useMessageIf.mjs +5 -3
  300. package/dist/primitive-hooks/message/useMessageIf.mjs.map +1 -1
  301. package/dist/primitive-hooks/thread/index.js +6 -4
  302. package/dist/primitive-hooks/thread/index.js.map +1 -1
  303. package/dist/primitive-hooks/thread/index.mjs +5 -4
  304. package/dist/primitive-hooks/thread/index.mjs.map +1 -1
  305. package/dist/primitive-hooks/thread/useThreadEmpty.js +4 -2
  306. package/dist/primitive-hooks/thread/useThreadEmpty.js.map +1 -1
  307. package/dist/primitive-hooks/thread/useThreadEmpty.mjs +3 -2
  308. package/dist/primitive-hooks/thread/useThreadEmpty.mjs.map +1 -1
  309. package/dist/primitive-hooks/thread/useThreadIf.js +4 -2
  310. package/dist/primitive-hooks/thread/useThreadIf.js.map +1 -1
  311. package/dist/primitive-hooks/thread/useThreadIf.mjs +4 -2
  312. package/dist/primitive-hooks/thread/useThreadIf.mjs.map +1 -1
  313. package/dist/primitive-hooks/thread/useThreadScrollToBottom.js +5 -3
  314. package/dist/primitive-hooks/thread/useThreadScrollToBottom.js.map +1 -1
  315. package/dist/primitive-hooks/thread/useThreadScrollToBottom.mjs +4 -3
  316. package/dist/primitive-hooks/thread/useThreadScrollToBottom.mjs.map +1 -1
  317. package/dist/primitive-hooks/thread/useThreadSuggestion.js +5 -3
  318. package/dist/primitive-hooks/thread/useThreadSuggestion.js.map +1 -1
  319. package/dist/primitive-hooks/thread/useThreadSuggestion.mjs +4 -3
  320. package/dist/primitive-hooks/thread/useThreadSuggestion.mjs.map +1 -1
  321. package/dist/primitive-hooks/thread/useThreadViewportAutoScroll.js +8 -6
  322. package/dist/primitive-hooks/thread/useThreadViewportAutoScroll.js.map +1 -1
  323. package/dist/primitive-hooks/thread/useThreadViewportAutoScroll.mjs +8 -6
  324. package/dist/primitive-hooks/thread/useThreadViewportAutoScroll.mjs.map +1 -1
  325. package/dist/primitives/actionBar/ActionBarCopy.js +6 -4
  326. package/dist/primitives/actionBar/ActionBarCopy.js.map +1 -1
  327. package/dist/primitives/actionBar/ActionBarCopy.mjs +6 -4
  328. package/dist/primitives/actionBar/ActionBarCopy.mjs.map +1 -1
  329. package/dist/primitives/actionBar/ActionBarEdit.js +5 -3
  330. package/dist/primitives/actionBar/ActionBarEdit.js.map +1 -1
  331. package/dist/primitives/actionBar/ActionBarEdit.mjs +5 -3
  332. package/dist/primitives/actionBar/ActionBarEdit.mjs.map +1 -1
  333. package/dist/primitives/actionBar/ActionBarFeedbackNegative.js +6 -4
  334. package/dist/primitives/actionBar/ActionBarFeedbackNegative.js.map +1 -1
  335. package/dist/primitives/actionBar/ActionBarFeedbackNegative.mjs +6 -4
  336. package/dist/primitives/actionBar/ActionBarFeedbackNegative.mjs.map +1 -1
  337. package/dist/primitives/actionBar/ActionBarFeedbackPositive.js +6 -4
  338. package/dist/primitives/actionBar/ActionBarFeedbackPositive.js.map +1 -1
  339. package/dist/primitives/actionBar/ActionBarFeedbackPositive.mjs +6 -4
  340. package/dist/primitives/actionBar/ActionBarFeedbackPositive.mjs.map +1 -1
  341. package/dist/primitives/actionBar/ActionBarReload.js +5 -3
  342. package/dist/primitives/actionBar/ActionBarReload.js.map +1 -1
  343. package/dist/primitives/actionBar/ActionBarReload.mjs +5 -3
  344. package/dist/primitives/actionBar/ActionBarReload.mjs.map +1 -1
  345. package/dist/primitives/actionBar/ActionBarRoot.js +5 -3
  346. package/dist/primitives/actionBar/ActionBarRoot.js.map +1 -1
  347. package/dist/primitives/actionBar/ActionBarRoot.mjs +5 -3
  348. package/dist/primitives/actionBar/ActionBarRoot.mjs.map +1 -1
  349. package/dist/primitives/actionBar/ActionBarSpeak.js +5 -3
  350. package/dist/primitives/actionBar/ActionBarSpeak.js.map +1 -1
  351. package/dist/primitives/actionBar/ActionBarSpeak.mjs +5 -3
  352. package/dist/primitives/actionBar/ActionBarSpeak.mjs.map +1 -1
  353. package/dist/primitives/actionBar/ActionBarStopSpeaking.js +5 -3
  354. package/dist/primitives/actionBar/ActionBarStopSpeaking.js.map +1 -1
  355. package/dist/primitives/actionBar/ActionBarStopSpeaking.mjs +5 -3
  356. package/dist/primitives/actionBar/ActionBarStopSpeaking.mjs.map +1 -1
  357. package/dist/primitives/actionBar/index.js +10 -8
  358. package/dist/primitives/actionBar/index.js.map +1 -1
  359. package/dist/primitives/actionBar/index.mjs +9 -8
  360. package/dist/primitives/actionBar/index.mjs.map +1 -1
  361. package/dist/primitives/actionBar/types.js +2 -0
  362. package/dist/primitives/actionBar/types.js.map +1 -1
  363. package/dist/primitives/actionBar/useActionBarFloatStatus.js +6 -4
  364. package/dist/primitives/actionBar/useActionBarFloatStatus.js.map +1 -1
  365. package/dist/primitives/actionBar/useActionBarFloatStatus.mjs +6 -4
  366. package/dist/primitives/actionBar/useActionBarFloatStatus.mjs.map +1 -1
  367. package/dist/primitives/assistantModal/AssistantModalAnchor.js +5 -3
  368. package/dist/primitives/assistantModal/AssistantModalAnchor.js.map +1 -1
  369. package/dist/primitives/assistantModal/AssistantModalAnchor.mjs +5 -3
  370. package/dist/primitives/assistantModal/AssistantModalAnchor.mjs.map +1 -1
  371. package/dist/primitives/assistantModal/AssistantModalContent.js +5 -3
  372. package/dist/primitives/assistantModal/AssistantModalContent.js.map +1 -1
  373. package/dist/primitives/assistantModal/AssistantModalContent.mjs +5 -3
  374. package/dist/primitives/assistantModal/AssistantModalContent.mjs.map +1 -1
  375. package/dist/primitives/assistantModal/AssistantModalRoot.js +7 -5
  376. package/dist/primitives/assistantModal/AssistantModalRoot.js.map +1 -1
  377. package/dist/primitives/assistantModal/AssistantModalRoot.mjs +7 -5
  378. package/dist/primitives/assistantModal/AssistantModalRoot.mjs.map +1 -1
  379. package/dist/primitives/assistantModal/AssistantModalTrigger.js +5 -3
  380. package/dist/primitives/assistantModal/AssistantModalTrigger.js.map +1 -1
  381. package/dist/primitives/assistantModal/AssistantModalTrigger.mjs +5 -3
  382. package/dist/primitives/assistantModal/AssistantModalTrigger.mjs.map +1 -1
  383. package/dist/primitives/assistantModal/index.js +6 -4
  384. package/dist/primitives/assistantModal/index.js.map +1 -1
  385. package/dist/primitives/assistantModal/index.mjs +5 -4
  386. package/dist/primitives/assistantModal/index.mjs.map +1 -1
  387. package/dist/primitives/assistantModal/scope.js +3 -1
  388. package/dist/primitives/assistantModal/scope.js.map +1 -1
  389. package/dist/primitives/assistantModal/scope.mjs +2 -1
  390. package/dist/primitives/assistantModal/scope.mjs.map +1 -1
  391. package/dist/primitives/assistantModal/types.js +2 -0
  392. package/dist/primitives/assistantModal/types.js.map +1 -1
  393. package/dist/primitives/attachment/AttachmentName.js +4 -2
  394. package/dist/primitives/attachment/AttachmentName.js.map +1 -1
  395. package/dist/primitives/attachment/AttachmentName.mjs +4 -2
  396. package/dist/primitives/attachment/AttachmentName.mjs.map +1 -1
  397. package/dist/primitives/attachment/AttachmentRemove.js +5 -3
  398. package/dist/primitives/attachment/AttachmentRemove.js.map +1 -1
  399. package/dist/primitives/attachment/AttachmentRemove.mjs +5 -3
  400. package/dist/primitives/attachment/AttachmentRemove.mjs.map +1 -1
  401. package/dist/primitives/attachment/AttachmentRoot.js +4 -2
  402. package/dist/primitives/attachment/AttachmentRoot.js.map +1 -1
  403. package/dist/primitives/attachment/AttachmentRoot.mjs +3 -2
  404. package/dist/primitives/attachment/AttachmentRoot.mjs.map +1 -1
  405. package/dist/primitives/attachment/AttachmentThumb.js +5 -3
  406. package/dist/primitives/attachment/AttachmentThumb.js.map +1 -1
  407. package/dist/primitives/attachment/AttachmentThumb.mjs +5 -3
  408. package/dist/primitives/attachment/AttachmentThumb.mjs.map +1 -1
  409. package/dist/primitives/attachment/index.js +6 -4
  410. package/dist/primitives/attachment/index.js.map +1 -1
  411. package/dist/primitives/attachment/index.mjs +5 -4
  412. package/dist/primitives/attachment/index.mjs.map +1 -1
  413. package/dist/primitives/branchPicker/BranchPickerCount.js +4 -2
  414. package/dist/primitives/branchPicker/BranchPickerCount.js.map +1 -1
  415. package/dist/primitives/branchPicker/BranchPickerCount.mjs +4 -2
  416. package/dist/primitives/branchPicker/BranchPickerCount.mjs.map +1 -1
  417. package/dist/primitives/branchPicker/BranchPickerNext.js +5 -3
  418. package/dist/primitives/branchPicker/BranchPickerNext.js.map +1 -1
  419. package/dist/primitives/branchPicker/BranchPickerNext.mjs +5 -3
  420. package/dist/primitives/branchPicker/BranchPickerNext.mjs.map +1 -1
  421. package/dist/primitives/branchPicker/BranchPickerNumber.js +4 -2
  422. package/dist/primitives/branchPicker/BranchPickerNumber.js.map +1 -1
  423. package/dist/primitives/branchPicker/BranchPickerNumber.mjs +4 -2
  424. package/dist/primitives/branchPicker/BranchPickerNumber.mjs.map +1 -1
  425. package/dist/primitives/branchPicker/BranchPickerPrevious.js +5 -3
  426. package/dist/primitives/branchPicker/BranchPickerPrevious.js.map +1 -1
  427. package/dist/primitives/branchPicker/BranchPickerPrevious.mjs +5 -3
  428. package/dist/primitives/branchPicker/BranchPickerPrevious.mjs.map +1 -1
  429. package/dist/primitives/branchPicker/BranchPickerRoot.js +5 -3
  430. package/dist/primitives/branchPicker/BranchPickerRoot.js.map +1 -1
  431. package/dist/primitives/branchPicker/BranchPickerRoot.mjs +5 -3
  432. package/dist/primitives/branchPicker/BranchPickerRoot.mjs.map +1 -1
  433. package/dist/primitives/branchPicker/index.js +7 -5
  434. package/dist/primitives/branchPicker/index.js.map +1 -1
  435. package/dist/primitives/branchPicker/index.mjs +6 -5
  436. package/dist/primitives/branchPicker/index.mjs.map +1 -1
  437. package/dist/primitives/branchPicker/types.js +2 -0
  438. package/dist/primitives/branchPicker/types.js.map +1 -1
  439. package/dist/primitives/composer/ComposerAddAttachment.js +5 -3
  440. package/dist/primitives/composer/ComposerAddAttachment.js.map +1 -1
  441. package/dist/primitives/composer/ComposerAddAttachment.mjs +5 -3
  442. package/dist/primitives/composer/ComposerAddAttachment.mjs.map +1 -1
  443. package/dist/primitives/composer/ComposerAttachments.js +11 -9
  444. package/dist/primitives/composer/ComposerAttachments.js.map +1 -1
  445. package/dist/primitives/composer/ComposerAttachments.mjs +11 -9
  446. package/dist/primitives/composer/ComposerAttachments.mjs.map +1 -1
  447. package/dist/primitives/composer/ComposerCancel.js +5 -3
  448. package/dist/primitives/composer/ComposerCancel.js.map +1 -1
  449. package/dist/primitives/composer/ComposerCancel.mjs +5 -3
  450. package/dist/primitives/composer/ComposerCancel.mjs.map +1 -1
  451. package/dist/primitives/composer/ComposerIf.js +4 -2
  452. package/dist/primitives/composer/ComposerIf.js.map +1 -1
  453. package/dist/primitives/composer/ComposerIf.mjs +4 -2
  454. package/dist/primitives/composer/ComposerIf.mjs.map +1 -1
  455. package/dist/primitives/composer/ComposerInput.js +7 -5
  456. package/dist/primitives/composer/ComposerInput.js.map +1 -1
  457. package/dist/primitives/composer/ComposerInput.mjs +7 -5
  458. package/dist/primitives/composer/ComposerInput.mjs.map +1 -1
  459. package/dist/primitives/composer/ComposerRoot.js +5 -3
  460. package/dist/primitives/composer/ComposerRoot.js.map +1 -1
  461. package/dist/primitives/composer/ComposerRoot.mjs +5 -3
  462. package/dist/primitives/composer/ComposerRoot.mjs.map +1 -1
  463. package/dist/primitives/composer/ComposerSend.js +5 -3
  464. package/dist/primitives/composer/ComposerSend.js.map +1 -1
  465. package/dist/primitives/composer/ComposerSend.mjs +5 -3
  466. package/dist/primitives/composer/ComposerSend.mjs.map +1 -1
  467. package/dist/primitives/composer/index.js +9 -7
  468. package/dist/primitives/composer/index.js.map +1 -1
  469. package/dist/primitives/composer/index.mjs +8 -7
  470. package/dist/primitives/composer/index.mjs.map +1 -1
  471. package/dist/primitives/composer/types.js +2 -0
  472. package/dist/primitives/composer/types.js.map +1 -1
  473. package/dist/primitives/contentPart/ContentPartDisplay.js +4 -2
  474. package/dist/primitives/contentPart/ContentPartDisplay.js.map +1 -1
  475. package/dist/primitives/contentPart/ContentPartDisplay.mjs +3 -2
  476. package/dist/primitives/contentPart/ContentPartDisplay.mjs.map +1 -1
  477. package/dist/primitives/contentPart/ContentPartImage.js +5 -3
  478. package/dist/primitives/contentPart/ContentPartImage.js.map +1 -1
  479. package/dist/primitives/contentPart/ContentPartImage.mjs +4 -3
  480. package/dist/primitives/contentPart/ContentPartImage.mjs.map +1 -1
  481. package/dist/primitives/contentPart/ContentPartInProgress.js +4 -2
  482. package/dist/primitives/contentPart/ContentPartInProgress.js.map +1 -1
  483. package/dist/primitives/contentPart/ContentPartInProgress.mjs +3 -2
  484. package/dist/primitives/contentPart/ContentPartInProgress.mjs.map +1 -1
  485. package/dist/primitives/contentPart/ContentPartText.js +6 -4
  486. package/dist/primitives/contentPart/ContentPartText.js.map +1 -1
  487. package/dist/primitives/contentPart/ContentPartText.mjs +6 -4
  488. package/dist/primitives/contentPart/ContentPartText.mjs.map +1 -1
  489. package/dist/primitives/contentPart/index.js +6 -4
  490. package/dist/primitives/contentPart/index.js.map +1 -1
  491. package/dist/primitives/contentPart/index.mjs +5 -4
  492. package/dist/primitives/contentPart/index.mjs.map +1 -1
  493. package/dist/primitives/contentPart/types.js +2 -0
  494. package/dist/primitives/contentPart/types.js.map +1 -1
  495. package/dist/primitives/index.js +10 -8
  496. package/dist/primitives/index.js.map +1 -1
  497. package/dist/primitives/index.mjs +9 -8
  498. package/dist/primitives/index.mjs.map +1 -1
  499. package/dist/primitives/message/MessageAttachments.js +11 -9
  500. package/dist/primitives/message/MessageAttachments.js.map +1 -1
  501. package/dist/primitives/message/MessageAttachments.mjs +11 -9
  502. package/dist/primitives/message/MessageAttachments.mjs.map +1 -1
  503. package/dist/primitives/message/MessageContent.js +17 -15
  504. package/dist/primitives/message/MessageContent.js.map +1 -1
  505. package/dist/primitives/message/MessageContent.mjs +17 -15
  506. package/dist/primitives/message/MessageContent.mjs.map +1 -1
  507. package/dist/primitives/message/MessageIf.js +4 -2
  508. package/dist/primitives/message/MessageIf.js.map +1 -1
  509. package/dist/primitives/message/MessageIf.mjs +4 -2
  510. package/dist/primitives/message/MessageIf.mjs.map +1 -1
  511. package/dist/primitives/message/MessageInProgress.js +3 -1
  512. package/dist/primitives/message/MessageInProgress.js.map +1 -1
  513. package/dist/primitives/message/MessageInProgress.mjs +3 -1
  514. package/dist/primitives/message/MessageInProgress.mjs.map +1 -1
  515. package/dist/primitives/message/MessageRoot.js +7 -5
  516. package/dist/primitives/message/MessageRoot.js.map +1 -1
  517. package/dist/primitives/message/MessageRoot.mjs +7 -5
  518. package/dist/primitives/message/MessageRoot.mjs.map +1 -1
  519. package/dist/primitives/message/index.js +7 -5
  520. package/dist/primitives/message/index.js.map +1 -1
  521. package/dist/primitives/message/index.mjs +6 -5
  522. package/dist/primitives/message/index.mjs.map +1 -1
  523. package/dist/primitives/message/types.js +2 -0
  524. package/dist/primitives/message/types.js.map +1 -1
  525. package/dist/primitives/thread/ThreadEmpty.js +4 -2
  526. package/dist/primitives/thread/ThreadEmpty.js.map +1 -1
  527. package/dist/primitives/thread/ThreadEmpty.mjs +4 -2
  528. package/dist/primitives/thread/ThreadEmpty.mjs.map +1 -1
  529. package/dist/primitives/thread/ThreadIf.js +4 -2
  530. package/dist/primitives/thread/ThreadIf.js.map +1 -1
  531. package/dist/primitives/thread/ThreadIf.mjs +4 -2
  532. package/dist/primitives/thread/ThreadIf.mjs.map +1 -1
  533. package/dist/primitives/thread/ThreadMessages.js +14 -12
  534. package/dist/primitives/thread/ThreadMessages.js.map +1 -1
  535. package/dist/primitives/thread/ThreadMessages.mjs +14 -12
  536. package/dist/primitives/thread/ThreadMessages.mjs.map +1 -1
  537. package/dist/primitives/thread/ThreadRoot.js +4 -2
  538. package/dist/primitives/thread/ThreadRoot.js.map +1 -1
  539. package/dist/primitives/thread/ThreadRoot.mjs +4 -2
  540. package/dist/primitives/thread/ThreadRoot.mjs.map +1 -1
  541. package/dist/primitives/thread/ThreadScrollToBottom.js +5 -3
  542. package/dist/primitives/thread/ThreadScrollToBottom.js.map +1 -1
  543. package/dist/primitives/thread/ThreadScrollToBottom.mjs +5 -3
  544. package/dist/primitives/thread/ThreadScrollToBottom.mjs.map +1 -1
  545. package/dist/primitives/thread/ThreadSuggestion.js +5 -3
  546. package/dist/primitives/thread/ThreadSuggestion.js.map +1 -1
  547. package/dist/primitives/thread/ThreadSuggestion.mjs +5 -3
  548. package/dist/primitives/thread/ThreadSuggestion.mjs.map +1 -1
  549. package/dist/primitives/thread/ThreadViewport.js +5 -3
  550. package/dist/primitives/thread/ThreadViewport.js.map +1 -1
  551. package/dist/primitives/thread/ThreadViewport.mjs +5 -3
  552. package/dist/primitives/thread/ThreadViewport.mjs.map +1 -1
  553. package/dist/primitives/thread/index.js +9 -7
  554. package/dist/primitives/thread/index.js.map +1 -1
  555. package/dist/primitives/thread/index.mjs +8 -7
  556. package/dist/primitives/thread/index.mjs.map +1 -1
  557. package/dist/primitives/thread/types.js +2 -0
  558. package/dist/primitives/thread/types.js.map +1 -1
  559. package/dist/runtimes/attachment/AttachmentAdapter.js +2 -0
  560. package/dist/runtimes/attachment/AttachmentAdapter.js.map +1 -1
  561. package/dist/runtimes/attachment/CompositeAttachmentAdapter.js +4 -2
  562. package/dist/runtimes/attachment/CompositeAttachmentAdapter.js.map +1 -1
  563. package/dist/runtimes/attachment/CompositeAttachmentAdapter.mjs +3 -2
  564. package/dist/runtimes/attachment/CompositeAttachmentAdapter.mjs.map +1 -1
  565. package/dist/runtimes/attachment/SimpleImageAttachmentAdapter.js +5 -3
  566. package/dist/runtimes/attachment/SimpleImageAttachmentAdapter.js.map +1 -1
  567. package/dist/runtimes/attachment/SimpleImageAttachmentAdapter.mjs +4 -3
  568. package/dist/runtimes/attachment/SimpleImageAttachmentAdapter.mjs.map +1 -1
  569. package/dist/runtimes/attachment/SimpleTextAttachmentAdapter.js +5 -3
  570. package/dist/runtimes/attachment/SimpleTextAttachmentAdapter.js.map +1 -1
  571. package/dist/runtimes/attachment/SimpleTextAttachmentAdapter.mjs +4 -3
  572. package/dist/runtimes/attachment/SimpleTextAttachmentAdapter.mjs.map +1 -1
  573. package/dist/runtimes/attachment/index.js +5 -3
  574. package/dist/runtimes/attachment/index.js.map +1 -1
  575. package/dist/runtimes/attachment/index.mjs +4 -3
  576. package/dist/runtimes/attachment/index.mjs.map +1 -1
  577. package/dist/runtimes/composer/BaseComposerRuntimeCore.js +5 -3
  578. package/dist/runtimes/composer/BaseComposerRuntimeCore.js.map +1 -1
  579. package/dist/runtimes/composer/BaseComposerRuntimeCore.mjs +4 -3
  580. package/dist/runtimes/composer/BaseComposerRuntimeCore.mjs.map +1 -1
  581. package/dist/runtimes/composer/DefaultEditComposerRuntimeCore.js +6 -4
  582. package/dist/runtimes/composer/DefaultEditComposerRuntimeCore.js.map +1 -1
  583. package/dist/runtimes/composer/DefaultEditComposerRuntimeCore.mjs +5 -4
  584. package/dist/runtimes/composer/DefaultEditComposerRuntimeCore.mjs.map +1 -1
  585. package/dist/runtimes/composer/DefaultThreadComposerRuntimeCore.js +5 -3
  586. package/dist/runtimes/composer/DefaultThreadComposerRuntimeCore.js.map +1 -1
  587. package/dist/runtimes/composer/DefaultThreadComposerRuntimeCore.mjs +4 -3
  588. package/dist/runtimes/composer/DefaultThreadComposerRuntimeCore.mjs.map +1 -1
  589. package/dist/runtimes/core/AssistantRuntimeCore.js +2 -0
  590. package/dist/runtimes/core/AssistantRuntimeCore.js.map +1 -1
  591. package/dist/runtimes/core/BaseAssistantRuntimeCore.js +5 -3
  592. package/dist/runtimes/core/BaseAssistantRuntimeCore.js.map +1 -1
  593. package/dist/runtimes/core/BaseAssistantRuntimeCore.mjs +4 -3
  594. package/dist/runtimes/core/BaseAssistantRuntimeCore.mjs.map +1 -1
  595. package/dist/runtimes/core/BaseThreadRuntimeCore.js +8 -6
  596. package/dist/runtimes/core/BaseThreadRuntimeCore.js.map +1 -1
  597. package/dist/runtimes/core/BaseThreadRuntimeCore.mjs +7 -6
  598. package/dist/runtimes/core/BaseThreadRuntimeCore.mjs.map +1 -1
  599. package/dist/runtimes/core/ComposerRuntimeCore.js +2 -0
  600. package/dist/runtimes/core/ComposerRuntimeCore.js.map +1 -1
  601. package/dist/runtimes/core/ThreadManagerRuntimeCore.js +2 -0
  602. package/dist/runtimes/core/ThreadManagerRuntimeCore.js.map +1 -1
  603. package/dist/runtimes/core/ThreadRuntimeCore.js +2 -0
  604. package/dist/runtimes/core/ThreadRuntimeCore.js.map +1 -1
  605. package/dist/runtimes/core/index.js +3 -1
  606. package/dist/runtimes/core/index.js.map +1 -1
  607. package/dist/runtimes/core/index.mjs +2 -1
  608. package/dist/runtimes/core/index.mjs.map +1 -1
  609. package/dist/runtimes/core/subscribeToMainThread.js +3 -1
  610. package/dist/runtimes/core/subscribeToMainThread.js.map +1 -1
  611. package/dist/runtimes/core/subscribeToMainThread.mjs +2 -1
  612. package/dist/runtimes/core/subscribeToMainThread.mjs.map +1 -1
  613. package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.js +10 -8
  614. package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.js.map +1 -1
  615. package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.mjs +9 -8
  616. package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.mjs.map +1 -1
  617. package/dist/runtimes/dangerous-in-browser/index.js +3 -1
  618. package/dist/runtimes/dangerous-in-browser/index.js.map +1 -1
  619. package/dist/runtimes/dangerous-in-browser/index.mjs +2 -1
  620. package/dist/runtimes/dangerous-in-browser/index.mjs.map +1 -1
  621. package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.js +6 -4
  622. package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.js.map +1 -1
  623. package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.mjs +5 -4
  624. package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.mjs.map +1 -1
  625. package/dist/runtimes/edge/EdgeChatAdapter.js +11 -9
  626. package/dist/runtimes/edge/EdgeChatAdapter.js.map +1 -1
  627. package/dist/runtimes/edge/EdgeChatAdapter.mjs +10 -9
  628. package/dist/runtimes/edge/EdgeChatAdapter.mjs.map +1 -1
  629. package/dist/runtimes/edge/EdgeRuntimeRequestOptions.js +13 -11
  630. package/dist/runtimes/edge/EdgeRuntimeRequestOptions.js.map +1 -1
  631. package/dist/runtimes/edge/EdgeRuntimeRequestOptions.mjs +12 -11
  632. package/dist/runtimes/edge/EdgeRuntimeRequestOptions.mjs.map +1 -1
  633. package/dist/runtimes/edge/converters/fromCoreMessage.js +5 -3
  634. package/dist/runtimes/edge/converters/fromCoreMessage.js.map +1 -1
  635. package/dist/runtimes/edge/converters/fromCoreMessage.mjs +4 -3
  636. package/dist/runtimes/edge/converters/fromCoreMessage.mjs.map +1 -1
  637. package/dist/runtimes/edge/converters/fromLanguageModelMessages.js +3 -1
  638. package/dist/runtimes/edge/converters/fromLanguageModelMessages.js.map +1 -1
  639. package/dist/runtimes/edge/converters/fromLanguageModelMessages.mjs +2 -1
  640. package/dist/runtimes/edge/converters/fromLanguageModelMessages.mjs.map +1 -1
  641. package/dist/runtimes/edge/converters/fromLanguageModelTools.js +3 -1
  642. package/dist/runtimes/edge/converters/fromLanguageModelTools.js.map +1 -1
  643. package/dist/runtimes/edge/converters/fromLanguageModelTools.mjs +2 -1
  644. package/dist/runtimes/edge/converters/fromLanguageModelTools.mjs.map +1 -1
  645. package/dist/runtimes/edge/converters/index.js +8 -6
  646. package/dist/runtimes/edge/converters/index.js.map +1 -1
  647. package/dist/runtimes/edge/converters/index.mjs +7 -6
  648. package/dist/runtimes/edge/converters/index.mjs.map +1 -1
  649. package/dist/runtimes/edge/converters/toCoreMessages.js +4 -2
  650. package/dist/runtimes/edge/converters/toCoreMessages.js.map +1 -1
  651. package/dist/runtimes/edge/converters/toCoreMessages.mjs +3 -2
  652. package/dist/runtimes/edge/converters/toCoreMessages.mjs.map +1 -1
  653. package/dist/runtimes/edge/converters/toLanguageModelMessages.js +3 -1
  654. package/dist/runtimes/edge/converters/toLanguageModelMessages.js.map +1 -1
  655. package/dist/runtimes/edge/converters/toLanguageModelMessages.mjs +2 -1
  656. package/dist/runtimes/edge/converters/toLanguageModelMessages.mjs.map +1 -1
  657. package/dist/runtimes/edge/converters/toLanguageModelTools.js +3 -1
  658. package/dist/runtimes/edge/converters/toLanguageModelTools.js.map +1 -1
  659. package/dist/runtimes/edge/converters/toLanguageModelTools.mjs +2 -1
  660. package/dist/runtimes/edge/converters/toLanguageModelTools.mjs.map +1 -1
  661. package/dist/runtimes/edge/createEdgeRuntimeAPI.js +15 -13
  662. package/dist/runtimes/edge/createEdgeRuntimeAPI.js.map +1 -1
  663. package/dist/runtimes/edge/createEdgeRuntimeAPI.mjs +14 -13
  664. package/dist/runtimes/edge/createEdgeRuntimeAPI.mjs.map +1 -1
  665. package/dist/runtimes/edge/index.js +8 -6
  666. package/dist/runtimes/edge/index.js.map +1 -1
  667. package/dist/runtimes/edge/index.mjs +5 -4
  668. package/dist/runtimes/edge/index.mjs.map +1 -1
  669. package/dist/runtimes/edge/partial-json/fix-json.js +2 -0
  670. package/dist/runtimes/edge/partial-json/fix-json.js.map +1 -1
  671. package/dist/runtimes/edge/partial-json/fix-json.mjs +1 -0
  672. package/dist/runtimes/edge/partial-json/fix-json.mjs.map +1 -1
  673. package/dist/runtimes/edge/partial-json/parse-partial-json.js +4 -2
  674. package/dist/runtimes/edge/partial-json/parse-partial-json.js.map +1 -1
  675. package/dist/runtimes/edge/partial-json/parse-partial-json.mjs +3 -2
  676. package/dist/runtimes/edge/partial-json/parse-partial-json.mjs.map +1 -1
  677. package/dist/runtimes/edge/streams/AssistantStreamChunkType.js +2 -0
  678. package/dist/runtimes/edge/streams/AssistantStreamChunkType.js.map +1 -1
  679. package/dist/runtimes/edge/streams/AssistantStreamChunkType.mjs +1 -0
  680. package/dist/runtimes/edge/streams/AssistantStreamChunkType.mjs.map +1 -1
  681. package/dist/runtimes/edge/streams/assistantDecoderStream.js +3 -1
  682. package/dist/runtimes/edge/streams/assistantDecoderStream.js.map +1 -1
  683. package/dist/runtimes/edge/streams/assistantDecoderStream.mjs +2 -1
  684. package/dist/runtimes/edge/streams/assistantDecoderStream.mjs.map +1 -1
  685. package/dist/runtimes/edge/streams/assistantEncoderStream.js +3 -1
  686. package/dist/runtimes/edge/streams/assistantEncoderStream.js.map +1 -1
  687. package/dist/runtimes/edge/streams/assistantEncoderStream.mjs +2 -1
  688. package/dist/runtimes/edge/streams/assistantEncoderStream.mjs.map +1 -1
  689. package/dist/runtimes/edge/streams/runResultStream.js +10 -8
  690. package/dist/runtimes/edge/streams/runResultStream.js.map +1 -1
  691. package/dist/runtimes/edge/streams/runResultStream.mjs +9 -8
  692. package/dist/runtimes/edge/streams/runResultStream.mjs.map +1 -1
  693. package/dist/runtimes/edge/streams/toolResultStream.js +2 -0
  694. package/dist/runtimes/edge/streams/toolResultStream.js.map +1 -1
  695. package/dist/runtimes/edge/streams/toolResultStream.mjs +1 -0
  696. package/dist/runtimes/edge/streams/toolResultStream.mjs.map +1 -1
  697. package/dist/runtimes/edge/streams/utils/PipeableTransformStream.js +4 -2
  698. package/dist/runtimes/edge/streams/utils/PipeableTransformStream.js.map +1 -1
  699. package/dist/runtimes/edge/streams/utils/PipeableTransformStream.mjs +3 -2
  700. package/dist/runtimes/edge/streams/utils/PipeableTransformStream.mjs.map +1 -1
  701. package/dist/runtimes/edge/streams/utils/StreamPart.js +2 -0
  702. package/dist/runtimes/edge/streams/utils/StreamPart.js.map +1 -1
  703. package/dist/runtimes/edge/streams/utils/chunkByLineStream.js +2 -0
  704. package/dist/runtimes/edge/streams/utils/chunkByLineStream.js.map +1 -1
  705. package/dist/runtimes/edge/streams/utils/chunkByLineStream.mjs +1 -0
  706. package/dist/runtimes/edge/streams/utils/chunkByLineStream.mjs.map +1 -1
  707. package/dist/runtimes/edge/streams/utils/index.js +5 -3
  708. package/dist/runtimes/edge/streams/utils/index.js.map +1 -1
  709. package/dist/runtimes/edge/streams/utils/index.mjs +4 -3
  710. package/dist/runtimes/edge/streams/utils/index.mjs.map +1 -1
  711. package/dist/runtimes/edge/streams/utils/streamPartDecoderStream.js +5 -3
  712. package/dist/runtimes/edge/streams/utils/streamPartDecoderStream.js.map +1 -1
  713. package/dist/runtimes/edge/streams/utils/streamPartDecoderStream.mjs +4 -3
  714. package/dist/runtimes/edge/streams/utils/streamPartDecoderStream.mjs.map +1 -1
  715. package/dist/runtimes/edge/streams/utils/streamPartEncoderStream.js +3 -1
  716. package/dist/runtimes/edge/streams/utils/streamPartEncoderStream.js.map +1 -1
  717. package/dist/runtimes/edge/streams/utils/streamPartEncoderStream.mjs +2 -1
  718. package/dist/runtimes/edge/streams/utils/streamPartEncoderStream.mjs.map +1 -1
  719. package/dist/runtimes/edge/useEdgeRuntime.js +6 -4
  720. package/dist/runtimes/edge/useEdgeRuntime.js.map +1 -1
  721. package/dist/runtimes/edge/useEdgeRuntime.mjs +5 -4
  722. package/dist/runtimes/edge/useEdgeRuntime.mjs.map +1 -1
  723. package/dist/runtimes/external-store/ExternalStoreAdapter.js +2 -0
  724. package/dist/runtimes/external-store/ExternalStoreAdapter.js.map +1 -1
  725. package/dist/runtimes/external-store/ExternalStoreRuntimeCore.js +8 -6
  726. package/dist/runtimes/external-store/ExternalStoreRuntimeCore.js.map +1 -1
  727. package/dist/runtimes/external-store/ExternalStoreRuntimeCore.mjs +7 -6
  728. package/dist/runtimes/external-store/ExternalStoreRuntimeCore.mjs.map +1 -1
  729. package/dist/runtimes/external-store/ExternalStoreThreadManagementAdapter.js +6 -4
  730. package/dist/runtimes/external-store/ExternalStoreThreadManagementAdapter.js.map +1 -1
  731. package/dist/runtimes/external-store/ExternalStoreThreadManagementAdapter.mjs +5 -4
  732. package/dist/runtimes/external-store/ExternalStoreThreadManagementAdapter.mjs.map +1 -1
  733. package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.js +12 -10
  734. package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.js.map +1 -1
  735. package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.mjs +11 -10
  736. package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.mjs.map +1 -1
  737. package/dist/runtimes/external-store/ThreadMessageConverter.js +4 -2
  738. package/dist/runtimes/external-store/ThreadMessageConverter.js.map +1 -1
  739. package/dist/runtimes/external-store/ThreadMessageConverter.mjs +3 -2
  740. package/dist/runtimes/external-store/ThreadMessageConverter.mjs.map +1 -1
  741. package/dist/runtimes/external-store/ThreadMessageLike.js +3 -1
  742. package/dist/runtimes/external-store/ThreadMessageLike.js.map +1 -1
  743. package/dist/runtimes/external-store/ThreadMessageLike.mjs +2 -1
  744. package/dist/runtimes/external-store/ThreadMessageLike.mjs.map +1 -1
  745. package/dist/runtimes/external-store/auto-status.js +6 -4
  746. package/dist/runtimes/external-store/auto-status.js.map +1 -1
  747. package/dist/runtimes/external-store/auto-status.mjs +5 -4
  748. package/dist/runtimes/external-store/auto-status.mjs.map +1 -1
  749. package/dist/runtimes/external-store/external-message-converter.js +10 -8
  750. package/dist/runtimes/external-store/external-message-converter.js.map +1 -1
  751. package/dist/runtimes/external-store/external-message-converter.mjs +9 -8
  752. package/dist/runtimes/external-store/external-message-converter.mjs.map +1 -1
  753. package/dist/runtimes/external-store/getExternalStoreMessage.js +4 -2
  754. package/dist/runtimes/external-store/getExternalStoreMessage.js.map +1 -1
  755. package/dist/runtimes/external-store/getExternalStoreMessage.mjs +3 -2
  756. package/dist/runtimes/external-store/getExternalStoreMessage.mjs.map +1 -1
  757. package/dist/runtimes/external-store/index.js +5 -3
  758. package/dist/runtimes/external-store/index.js.map +1 -1
  759. package/dist/runtimes/external-store/index.mjs +4 -3
  760. package/dist/runtimes/external-store/index.mjs.map +1 -1
  761. package/dist/runtimes/external-store/useExternalStoreRuntime.js +6 -4
  762. package/dist/runtimes/external-store/useExternalStoreRuntime.js.map +1 -1
  763. package/dist/runtimes/external-store/useExternalStoreRuntime.mjs +5 -4
  764. package/dist/runtimes/external-store/useExternalStoreRuntime.mjs.map +1 -1
  765. package/dist/runtimes/feedback/FeedbackAdapter.js +2 -0
  766. package/dist/runtimes/feedback/FeedbackAdapter.js.map +1 -1
  767. package/dist/runtimes/feedback/index.js +2 -0
  768. package/dist/runtimes/feedback/index.js.map +1 -1
  769. package/dist/runtimes/index.js +18 -16
  770. package/dist/runtimes/index.js.map +1 -1
  771. package/dist/runtimes/index.mjs +9 -8
  772. package/dist/runtimes/index.mjs.map +1 -1
  773. package/dist/runtimes/local/ChatModelAdapter.js +2 -0
  774. package/dist/runtimes/local/ChatModelAdapter.js.map +1 -1
  775. package/dist/runtimes/local/LocalRuntimeCore.js +9 -7
  776. package/dist/runtimes/local/LocalRuntimeCore.js.map +1 -1
  777. package/dist/runtimes/local/LocalRuntimeCore.mjs +8 -7
  778. package/dist/runtimes/local/LocalRuntimeCore.mjs.map +1 -1
  779. package/dist/runtimes/local/LocalRuntimeOptions.js +3 -1
  780. package/dist/runtimes/local/LocalRuntimeOptions.js.map +1 -1
  781. package/dist/runtimes/local/LocalRuntimeOptions.mjs +2 -1
  782. package/dist/runtimes/local/LocalRuntimeOptions.mjs.map +1 -1
  783. package/dist/runtimes/local/LocalThreadManagerRuntimeCore.js +5 -3
  784. package/dist/runtimes/local/LocalThreadManagerRuntimeCore.js.map +1 -1
  785. package/dist/runtimes/local/LocalThreadManagerRuntimeCore.mjs +4 -3
  786. package/dist/runtimes/local/LocalThreadManagerRuntimeCore.mjs.map +1 -1
  787. package/dist/runtimes/local/LocalThreadRuntimeCore.js +8 -6
  788. package/dist/runtimes/local/LocalThreadRuntimeCore.js.map +1 -1
  789. package/dist/runtimes/local/LocalThreadRuntimeCore.mjs +7 -6
  790. package/dist/runtimes/local/LocalThreadRuntimeCore.mjs.map +1 -1
  791. package/dist/runtimes/local/index.js +3 -1
  792. package/dist/runtimes/local/index.js.map +1 -1
  793. package/dist/runtimes/local/index.mjs +2 -1
  794. package/dist/runtimes/local/index.mjs.map +1 -1
  795. package/dist/runtimes/local/shouldContinue.js +3 -1
  796. package/dist/runtimes/local/shouldContinue.js.map +1 -1
  797. package/dist/runtimes/local/shouldContinue.mjs +2 -1
  798. package/dist/runtimes/local/shouldContinue.mjs.map +1 -1
  799. package/dist/runtimes/local/useLocalRuntime.js +9 -7
  800. package/dist/runtimes/local/useLocalRuntime.js.map +1 -1
  801. package/dist/runtimes/local/useLocalRuntime.mjs +9 -7
  802. package/dist/runtimes/local/useLocalRuntime.mjs.map +1 -1
  803. package/dist/runtimes/speech/SpeechAdapterTypes.js +2 -0
  804. package/dist/runtimes/speech/SpeechAdapterTypes.js.map +1 -1
  805. package/dist/runtimes/speech/WebSpeechSynthesisAdapter.js +4 -2
  806. package/dist/runtimes/speech/WebSpeechSynthesisAdapter.js.map +1 -1
  807. package/dist/runtimes/speech/WebSpeechSynthesisAdapter.mjs +3 -2
  808. package/dist/runtimes/speech/WebSpeechSynthesisAdapter.mjs.map +1 -1
  809. package/dist/runtimes/speech/index.js +3 -1
  810. package/dist/runtimes/speech/index.js.map +1 -1
  811. package/dist/runtimes/speech/index.mjs +2 -1
  812. package/dist/runtimes/speech/index.mjs.map +1 -1
  813. package/dist/runtimes/utils/MessageRepository.js +7 -5
  814. package/dist/runtimes/utils/MessageRepository.js.map +1 -1
  815. package/dist/runtimes/utils/MessageRepository.mjs +6 -5
  816. package/dist/runtimes/utils/MessageRepository.mjs.map +1 -1
  817. package/dist/tailwindcss/index.d.ts.map +1 -1
  818. package/dist/tailwindcss/index.js +7 -5
  819. package/dist/tailwindcss/index.js.map +1 -1
  820. package/dist/tailwindcss/index.mjs +6 -5
  821. package/dist/tailwindcss/index.mjs.map +1 -1
  822. package/dist/types/AssistantTypes.js +2 -0
  823. package/dist/types/AssistantTypes.js.map +1 -1
  824. package/dist/types/AttachmentTypes.js +2 -0
  825. package/dist/types/AttachmentTypes.js.map +1 -1
  826. package/dist/types/ContentPartComponentTypes.js +2 -0
  827. package/dist/types/ContentPartComponentTypes.js.map +1 -1
  828. package/dist/types/ModelConfigTypes.js +5 -3
  829. package/dist/types/ModelConfigTypes.js.map +1 -1
  830. package/dist/types/ModelConfigTypes.mjs +4 -3
  831. package/dist/types/ModelConfigTypes.mjs.map +1 -1
  832. package/dist/types/Unsubscribe.js +2 -0
  833. package/dist/types/Unsubscribe.js.map +1 -1
  834. package/dist/types/index.js +2 -0
  835. package/dist/types/index.js.map +1 -1
  836. package/dist/ui/assistant-action-bar.js +23 -21
  837. package/dist/ui/assistant-action-bar.js.map +1 -1
  838. package/dist/ui/assistant-action-bar.mjs +23 -21
  839. package/dist/ui/assistant-action-bar.mjs.map +1 -1
  840. package/dist/ui/assistant-message.js +16 -14
  841. package/dist/ui/assistant-message.js.map +1 -1
  842. package/dist/ui/assistant-message.mjs +16 -14
  843. package/dist/ui/assistant-message.mjs.map +1 -1
  844. package/dist/ui/assistant-modal.js +16 -14
  845. package/dist/ui/assistant-modal.js.map +1 -1
  846. package/dist/ui/assistant-modal.mjs +16 -14
  847. package/dist/ui/assistant-modal.mjs.map +1 -1
  848. package/dist/ui/attachment.js +22 -20
  849. package/dist/ui/attachment.js.map +1 -1
  850. package/dist/ui/attachment.mjs +19 -17
  851. package/dist/ui/attachment.mjs.map +1 -1
  852. package/dist/ui/base/CircleStopIcon.js +3 -1
  853. package/dist/ui/base/CircleStopIcon.js.map +1 -1
  854. package/dist/ui/base/CircleStopIcon.mjs +2 -1
  855. package/dist/ui/base/CircleStopIcon.mjs.map +1 -1
  856. package/dist/ui/base/avatar.js +8 -6
  857. package/dist/ui/base/avatar.js.map +1 -1
  858. package/dist/ui/base/avatar.mjs +8 -6
  859. package/dist/ui/base/avatar.mjs.map +1 -1
  860. package/dist/ui/base/button.js +5 -3
  861. package/dist/ui/base/button.js.map +1 -1
  862. package/dist/ui/base/button.mjs +4 -3
  863. package/dist/ui/base/button.mjs.map +1 -1
  864. package/dist/ui/base/dialog.js +9 -7
  865. package/dist/ui/base/dialog.js.map +1 -1
  866. package/dist/ui/base/dialog.mjs +9 -7
  867. package/dist/ui/base/dialog.mjs.map +1 -1
  868. package/dist/ui/base/index.js +7 -5
  869. package/dist/ui/base/index.js.map +1 -1
  870. package/dist/ui/base/index.mjs +6 -5
  871. package/dist/ui/base/index.mjs.map +1 -1
  872. package/dist/ui/base/tooltip-icon-button.js +6 -4
  873. package/dist/ui/base/tooltip-icon-button.js.map +1 -1
  874. package/dist/ui/base/tooltip-icon-button.mjs +6 -4
  875. package/dist/ui/base/tooltip-icon-button.mjs.map +1 -1
  876. package/dist/ui/base/tooltip.js +7 -5
  877. package/dist/ui/base/tooltip.js.map +1 -1
  878. package/dist/ui/base/tooltip.mjs +7 -5
  879. package/dist/ui/base/tooltip.mjs.map +1 -1
  880. package/dist/ui/branch-picker.js +16 -14
  881. package/dist/ui/branch-picker.js.map +1 -1
  882. package/dist/ui/branch-picker.mjs +16 -14
  883. package/dist/ui/branch-picker.mjs.map +1 -1
  884. package/dist/ui/composer.js +26 -24
  885. package/dist/ui/composer.js.map +1 -1
  886. package/dist/ui/composer.mjs +26 -24
  887. package/dist/ui/composer.mjs.map +1 -1
  888. package/dist/ui/content-part.js +7 -5
  889. package/dist/ui/content-part.js.map +1 -1
  890. package/dist/ui/content-part.mjs +6 -5
  891. package/dist/ui/content-part.mjs.map +1 -1
  892. package/dist/ui/edit-composer.js +14 -12
  893. package/dist/ui/edit-composer.js.map +1 -1
  894. package/dist/ui/edit-composer.mjs +14 -12
  895. package/dist/ui/edit-composer.mjs.map +1 -1
  896. package/dist/ui/index.js +15 -13
  897. package/dist/ui/index.js.map +1 -1
  898. package/dist/ui/index.mjs +14 -13
  899. package/dist/ui/index.mjs.map +1 -1
  900. package/dist/ui/thread-config.js +8 -6
  901. package/dist/ui/thread-config.js.map +1 -1
  902. package/dist/ui/thread-config.mjs +8 -6
  903. package/dist/ui/thread-config.mjs.map +1 -1
  904. package/dist/ui/thread-welcome.js +20 -18
  905. package/dist/ui/thread-welcome.js.map +1 -1
  906. package/dist/ui/thread-welcome.mjs +20 -18
  907. package/dist/ui/thread-welcome.mjs.map +1 -1
  908. package/dist/ui/thread.js +24 -22
  909. package/dist/ui/thread.js.map +1 -1
  910. package/dist/ui/thread.mjs +24 -22
  911. package/dist/ui/thread.mjs.map +1 -1
  912. package/dist/ui/user-action-bar.js +13 -11
  913. package/dist/ui/user-action-bar.js.map +1 -1
  914. package/dist/ui/user-action-bar.mjs +13 -11
  915. package/dist/ui/user-action-bar.mjs.map +1 -1
  916. package/dist/ui/user-message.js +16 -14
  917. package/dist/ui/user-message.js.map +1 -1
  918. package/dist/ui/user-message.mjs +16 -14
  919. package/dist/ui/user-message.mjs.map +1 -1
  920. package/dist/ui/utils/withDefaults.js +5 -3
  921. package/dist/ui/utils/withDefaults.js.map +1 -1
  922. package/dist/ui/utils/withDefaults.mjs +4 -3
  923. package/dist/ui/utils/withDefaults.mjs.map +1 -1
  924. package/dist/utils/ProxyConfigProvider.js +5 -3
  925. package/dist/utils/ProxyConfigProvider.js.map +1 -1
  926. package/dist/utils/ProxyConfigProvider.mjs +4 -3
  927. package/dist/utils/ProxyConfigProvider.mjs.map +1 -1
  928. package/dist/utils/RequireAtLeastOne.js +2 -0
  929. package/dist/utils/RequireAtLeastOne.js.map +1 -1
  930. package/dist/utils/combined/createCombinedStore.js +3 -1
  931. package/dist/utils/combined/createCombinedStore.js.map +1 -1
  932. package/dist/utils/combined/createCombinedStore.mjs +3 -1
  933. package/dist/utils/combined/createCombinedStore.mjs.map +1 -1
  934. package/dist/utils/combined/useCombinedStore.js +4 -2
  935. package/dist/utils/combined/useCombinedStore.js.map +1 -1
  936. package/dist/utils/combined/useCombinedStore.mjs +3 -2
  937. package/dist/utils/combined/useCombinedStore.mjs.map +1 -1
  938. package/dist/utils/createActionButton.js +4 -2
  939. package/dist/utils/createActionButton.js.map +1 -1
  940. package/dist/utils/createActionButton.mjs +4 -2
  941. package/dist/utils/createActionButton.mjs.map +1 -1
  942. package/dist/utils/getThreadMessageText.js +3 -1
  943. package/dist/utils/getThreadMessageText.js.map +1 -1
  944. package/dist/utils/getThreadMessageText.mjs +2 -1
  945. package/dist/utils/getThreadMessageText.mjs.map +1 -1
  946. package/dist/utils/hooks/useManagedRef.js +3 -1
  947. package/dist/utils/hooks/useManagedRef.js.map +1 -1
  948. package/dist/utils/hooks/useManagedRef.mjs +2 -1
  949. package/dist/utils/hooks/useManagedRef.mjs.map +1 -1
  950. package/dist/utils/hooks/useOnResizeContent.js +4 -2
  951. package/dist/utils/hooks/useOnResizeContent.js.map +1 -1
  952. package/dist/utils/hooks/useOnResizeContent.mjs +3 -2
  953. package/dist/utils/hooks/useOnResizeContent.mjs.map +1 -1
  954. package/dist/utils/hooks/useOnScrollToBottom.js +4 -2
  955. package/dist/utils/hooks/useOnScrollToBottom.js.map +1 -1
  956. package/dist/utils/hooks/useOnScrollToBottom.mjs +3 -2
  957. package/dist/utils/hooks/useOnScrollToBottom.mjs.map +1 -1
  958. package/dist/utils/idUtils.js +6 -4
  959. package/dist/utils/idUtils.js.map +1 -1
  960. package/dist/utils/idUtils.mjs +5 -4
  961. package/dist/utils/idUtils.mjs.map +1 -1
  962. package/dist/utils/smooth/SmoothContext.js +10 -8
  963. package/dist/utils/smooth/SmoothContext.js.map +1 -1
  964. package/dist/utils/smooth/SmoothContext.mjs +9 -8
  965. package/dist/utils/smooth/SmoothContext.mjs.map +1 -1
  966. package/dist/utils/smooth/index.js +5 -3
  967. package/dist/utils/smooth/index.js.map +1 -1
  968. package/dist/utils/smooth/index.mjs +4 -3
  969. package/dist/utils/smooth/index.mjs.map +1 -1
  970. package/dist/utils/smooth/useSmooth.js +9 -7
  971. package/dist/utils/smooth/useSmooth.js.map +1 -1
  972. package/dist/utils/smooth/useSmooth.mjs +9 -7
  973. package/dist/utils/smooth/useSmooth.mjs.map +1 -1
  974. package/package.json +8 -7
  975. package/src/tailwindcss/index.ts +4 -4
  976. /package/{generated → dist/styles/tailwindcss}/base-components.css.json +0 -0
  977. /package/{generated → dist/styles/tailwindcss}/modal.css.json +0 -0
  978. /package/{generated → dist/styles/tailwindcss}/thread.css.json +0 -0
  979. /package/{generated → dist/styles/themes}/default.css.json +0 -0
@@ -1,10 +1,12 @@
1
1
  "use client";
2
- import { jsx } from "react/jsx-runtime";
2
+
3
+ // src/primitives/composer/ComposerAttachments.tsx
3
4
  import { memo, useMemo } from "react";
4
- import { useComposer, useComposerRuntime } from "../../context";
5
- import { useThreadComposerAttachment } from "../../context/react/AttachmentContext";
6
- import { AttachmentRuntimeProvider } from "../../context/providers/AttachmentRuntimeProvider";
7
- const getComponent = (components, attachment) => {
5
+ import { useComposer, useComposerRuntime } from "../../context/index.mjs";
6
+ import { useThreadComposerAttachment } from "../../context/react/AttachmentContext.mjs";
7
+ import { AttachmentRuntimeProvider } from "../../context/providers/AttachmentRuntimeProvider.mjs";
8
+ import { jsx } from "react/jsx-runtime";
9
+ var getComponent = (components, attachment) => {
8
10
  const type = attachment.type;
9
11
  switch (type) {
10
12
  case "image":
@@ -18,14 +20,14 @@ const getComponent = (components, attachment) => {
18
20
  throw new Error(`Unknown attachment type: ${_exhaustiveCheck}`);
19
21
  }
20
22
  };
21
- const AttachmentComponent = ({ components }) => {
23
+ var AttachmentComponent = ({ components }) => {
22
24
  const Component = useThreadComposerAttachment(
23
25
  (a) => getComponent(components, a)
24
26
  );
25
27
  if (!Component) return null;
26
28
  return /* @__PURE__ */ jsx(Component, {});
27
29
  };
28
- const ComposerAttachmentImpl = ({ components, attachmentIndex }) => {
30
+ var ComposerAttachmentImpl = ({ components, attachmentIndex }) => {
29
31
  const composerRuntime = useComposerRuntime();
30
32
  const runtime = useMemo(
31
33
  () => composerRuntime.getAttachmentByIndex(attachmentIndex),
@@ -33,11 +35,11 @@ const ComposerAttachmentImpl = ({ components, attachmentIndex }) => {
33
35
  );
34
36
  return /* @__PURE__ */ jsx(AttachmentRuntimeProvider, { runtime, children: /* @__PURE__ */ jsx(AttachmentComponent, { components }) });
35
37
  };
36
- const ComposerAttachment = memo(
38
+ var ComposerAttachment = memo(
37
39
  ComposerAttachmentImpl,
38
40
  (prev, next) => prev.attachmentIndex === next.attachmentIndex && prev.components?.Image === next.components?.Image && prev.components?.Document === next.components?.Document && prev.components?.File === next.components?.File && prev.components?.Attachment === next.components?.Attachment
39
41
  );
40
- const ComposerPrimitiveAttachments = ({ components }) => {
42
+ var ComposerPrimitiveAttachments = ({ components }) => {
41
43
  const attachmentsCount = useComposer((s) => s.attachments.length);
42
44
  return Array.from({ length: attachmentsCount }, (_, index) => /* @__PURE__ */ jsx(
43
45
  ComposerAttachment,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/composer/ComposerAttachments.tsx"],"sourcesContent":["\"use client\";\n\nimport { ComponentType, type FC, memo, useMemo } from \"react\";\nimport { Attachment } from \"../../types\";\nimport { useComposer, useComposerRuntime } from \"../../context\";\nimport { useThreadComposerAttachment } from \"../../context/react/AttachmentContext\";\nimport { AttachmentRuntimeProvider } from \"../../context/providers/AttachmentRuntimeProvider\";\n\n/**\n * @deprecated Use `ComposerPrimitive.Attachments.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveAttachmentsProps =\n ComposerPrimitiveAttachments.Props;\n\nexport namespace ComposerPrimitiveAttachments {\n export type Props = {\n components:\n | {\n Image?: ComponentType | undefined;\n Document?: ComponentType | undefined;\n File?: ComponentType | undefined;\n Attachment?: ComponentType | undefined;\n }\n | undefined;\n };\n}\n\nconst getComponent = (\n components: ComposerPrimitiveAttachments.Props[\"components\"],\n attachment: Attachment,\n) => {\n const type = attachment.type;\n switch (type) {\n case \"image\":\n return components?.Image ?? components?.Attachment;\n case \"document\":\n return components?.Document ?? components?.Attachment;\n case \"file\":\n return components?.File ?? components?.Attachment;\n default:\n const _exhaustiveCheck: never = type;\n throw new Error(`Unknown attachment type: ${_exhaustiveCheck}`);\n }\n};\n\nconst AttachmentComponent: FC<{\n components: ComposerPrimitiveAttachments.Props[\"components\"];\n}> = ({ components }) => {\n const Component = useThreadComposerAttachment((a) =>\n getComponent(components, a),\n );\n\n if (!Component) return null;\n return <Component />;\n};\n\nconst ComposerAttachmentImpl: FC<\n ComposerPrimitiveAttachments.Props & { attachmentIndex: number }\n> = ({ components, attachmentIndex }) => {\n const composerRuntime = useComposerRuntime();\n const runtime = useMemo(\n () => composerRuntime.getAttachmentByIndex(attachmentIndex),\n [composerRuntime, attachmentIndex],\n );\n\n return (\n <AttachmentRuntimeProvider runtime={runtime}>\n <AttachmentComponent components={components} />\n </AttachmentRuntimeProvider>\n );\n};\n\nconst ComposerAttachment = memo(\n ComposerAttachmentImpl,\n (prev, next) =>\n prev.attachmentIndex === next.attachmentIndex &&\n prev.components?.Image === next.components?.Image &&\n prev.components?.Document === next.components?.Document &&\n prev.components?.File === next.components?.File &&\n prev.components?.Attachment === next.components?.Attachment,\n);\n\nexport const ComposerPrimitiveAttachments: FC<\n ComposerPrimitiveAttachments.Props\n> = ({ components }) => {\n const attachmentsCount = useComposer((s) => s.attachments.length);\n\n return Array.from({ length: attachmentsCount }, (_, index) => (\n <ComposerAttachment\n key={index}\n attachmentIndex={index}\n components={components}\n />\n ));\n};\n\nComposerPrimitiveAttachments.displayName = \"ComposerPrimitive.Attachments\";\n"],"mappings":";AAqDS;AAnDT,SAAiC,MAAM,eAAe;AAEtD,SAAS,aAAa,0BAA0B;AAChD,SAAS,mCAAmC;AAC5C,SAAS,iCAAiC;AAqB1C,MAAM,eAAe,CACnB,YACA,eACG;AACH,QAAM,OAAO,WAAW;AACxB,UAAQ,MAAM;AAAA,IACZ,KAAK;AACH,aAAO,YAAY,SAAS,YAAY;AAAA,IAC1C,KAAK;AACH,aAAO,YAAY,YAAY,YAAY;AAAA,IAC7C,KAAK;AACH,aAAO,YAAY,QAAQ,YAAY;AAAA,IACzC;AACE,YAAM,mBAA0B;AAChC,YAAM,IAAI,MAAM,4BAA4B,gBAAgB,EAAE;AAAA,EAClE;AACF;AAEA,MAAM,sBAED,CAAC,EAAE,WAAW,MAAM;AACvB,QAAM,YAAY;AAAA,IAA4B,CAAC,MAC7C,aAAa,YAAY,CAAC;AAAA,EAC5B;AAEA,MAAI,CAAC,UAAW,QAAO;AACvB,SAAO,oBAAC,aAAU;AACpB;AAEA,MAAM,yBAEF,CAAC,EAAE,YAAY,gBAAgB,MAAM;AACvC,QAAM,kBAAkB,mBAAmB;AAC3C,QAAM,UAAU;AAAA,IACd,MAAM,gBAAgB,qBAAqB,eAAe;AAAA,IAC1D,CAAC,iBAAiB,eAAe;AAAA,EACnC;AAEA,SACE,oBAAC,6BAA0B,SACzB,8BAAC,uBAAoB,YAAwB,GAC/C;AAEJ;AAEA,MAAM,qBAAqB;AAAA,EACzB;AAAA,EACA,CAAC,MAAM,SACL,KAAK,oBAAoB,KAAK,mBAC9B,KAAK,YAAY,UAAU,KAAK,YAAY,SAC5C,KAAK,YAAY,aAAa,KAAK,YAAY,YAC/C,KAAK,YAAY,SAAS,KAAK,YAAY,QAC3C,KAAK,YAAY,eAAe,KAAK,YAAY;AACrD;AAEO,MAAM,+BAET,CAAC,EAAE,WAAW,MAAM;AACtB,QAAM,mBAAmB,YAAY,CAAC,MAAM,EAAE,YAAY,MAAM;AAEhE,SAAO,MAAM,KAAK,EAAE,QAAQ,iBAAiB,GAAG,CAAC,GAAG,UAClD;AAAA,IAAC;AAAA;AAAA,MAEC,iBAAiB;AAAA,MACjB;AAAA;AAAA,IAFK;AAAA,EAGP,CACD;AACH;AAEA,6BAA6B,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../../src/primitives/composer/ComposerAttachments.tsx"],"sourcesContent":["\"use client\";\n\nimport { ComponentType, type FC, memo, useMemo } from \"react\";\nimport { Attachment } from \"../../types\";\nimport { useComposer, useComposerRuntime } from \"../../context\";\nimport { useThreadComposerAttachment } from \"../../context/react/AttachmentContext\";\nimport { AttachmentRuntimeProvider } from \"../../context/providers/AttachmentRuntimeProvider\";\n\n/**\n * @deprecated Use `ComposerPrimitive.Attachments.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveAttachmentsProps =\n ComposerPrimitiveAttachments.Props;\n\nexport namespace ComposerPrimitiveAttachments {\n export type Props = {\n components:\n | {\n Image?: ComponentType | undefined;\n Document?: ComponentType | undefined;\n File?: ComponentType | undefined;\n Attachment?: ComponentType | undefined;\n }\n | undefined;\n };\n}\n\nconst getComponent = (\n components: ComposerPrimitiveAttachments.Props[\"components\"],\n attachment: Attachment,\n) => {\n const type = attachment.type;\n switch (type) {\n case \"image\":\n return components?.Image ?? components?.Attachment;\n case \"document\":\n return components?.Document ?? components?.Attachment;\n case \"file\":\n return components?.File ?? components?.Attachment;\n default:\n const _exhaustiveCheck: never = type;\n throw new Error(`Unknown attachment type: ${_exhaustiveCheck}`);\n }\n};\n\nconst AttachmentComponent: FC<{\n components: ComposerPrimitiveAttachments.Props[\"components\"];\n}> = ({ components }) => {\n const Component = useThreadComposerAttachment((a) =>\n getComponent(components, a),\n );\n\n if (!Component) return null;\n return <Component />;\n};\n\nconst ComposerAttachmentImpl: FC<\n ComposerPrimitiveAttachments.Props & { attachmentIndex: number }\n> = ({ components, attachmentIndex }) => {\n const composerRuntime = useComposerRuntime();\n const runtime = useMemo(\n () => composerRuntime.getAttachmentByIndex(attachmentIndex),\n [composerRuntime, attachmentIndex],\n );\n\n return (\n <AttachmentRuntimeProvider runtime={runtime}>\n <AttachmentComponent components={components} />\n </AttachmentRuntimeProvider>\n );\n};\n\nconst ComposerAttachment = memo(\n ComposerAttachmentImpl,\n (prev, next) =>\n prev.attachmentIndex === next.attachmentIndex &&\n prev.components?.Image === next.components?.Image &&\n prev.components?.Document === next.components?.Document &&\n prev.components?.File === next.components?.File &&\n prev.components?.Attachment === next.components?.Attachment,\n);\n\nexport const ComposerPrimitiveAttachments: FC<\n ComposerPrimitiveAttachments.Props\n> = ({ components }) => {\n const attachmentsCount = useComposer((s) => s.attachments.length);\n\n return Array.from({ length: attachmentsCount }, (_, index) => (\n <ComposerAttachment\n key={index}\n attachmentIndex={index}\n components={components}\n />\n ));\n};\n\nComposerPrimitiveAttachments.displayName = \"ComposerPrimitive.Attachments\";\n"],"mappings":";;;AAEA,SAAiC,MAAM,eAAe;AAEtD,SAAS,aAAa,0BAA0B;AAChD,SAAS,mCAAmC;AAC5C,SAAS,iCAAiC;AA+CjC;AA1BT,IAAM,eAAe,CACnB,YACA,eACG;AACH,QAAM,OAAO,WAAW;AACxB,UAAQ,MAAM;AAAA,IACZ,KAAK;AACH,aAAO,YAAY,SAAS,YAAY;AAAA,IAC1C,KAAK;AACH,aAAO,YAAY,YAAY,YAAY;AAAA,IAC7C,KAAK;AACH,aAAO,YAAY,QAAQ,YAAY;AAAA,IACzC;AACE,YAAM,mBAA0B;AAChC,YAAM,IAAI,MAAM,4BAA4B,gBAAgB,EAAE;AAAA,EAClE;AACF;AAEA,IAAM,sBAED,CAAC,EAAE,WAAW,MAAM;AACvB,QAAM,YAAY;AAAA,IAA4B,CAAC,MAC7C,aAAa,YAAY,CAAC;AAAA,EAC5B;AAEA,MAAI,CAAC,UAAW,QAAO;AACvB,SAAO,oBAAC,aAAU;AACpB;AAEA,IAAM,yBAEF,CAAC,EAAE,YAAY,gBAAgB,MAAM;AACvC,QAAM,kBAAkB,mBAAmB;AAC3C,QAAM,UAAU;AAAA,IACd,MAAM,gBAAgB,qBAAqB,eAAe;AAAA,IAC1D,CAAC,iBAAiB,eAAe;AAAA,EACnC;AAEA,SACE,oBAAC,6BAA0B,SACzB,8BAAC,uBAAoB,YAAwB,GAC/C;AAEJ;AAEA,IAAM,qBAAqB;AAAA,EACzB;AAAA,EACA,CAAC,MAAM,SACL,KAAK,oBAAoB,KAAK,mBAC9B,KAAK,YAAY,UAAU,KAAK,YAAY,SAC5C,KAAK,YAAY,aAAa,KAAK,YAAY,YAC/C,KAAK,YAAY,SAAS,KAAK,YAAY,QAC3C,KAAK,YAAY,eAAe,KAAK,YAAY;AACrD;AAEO,IAAM,+BAET,CAAC,EAAE,WAAW,MAAM;AACtB,QAAM,mBAAmB,YAAY,CAAC,MAAM,EAAE,YAAY,MAAM;AAEhE,SAAO,MAAM,KAAK,EAAE,QAAQ,iBAAiB,GAAG,CAAC,GAAG,UAClD;AAAA,IAAC;AAAA;AAAA,MAEC,iBAAiB;AAAA,MACjB;AAAA;AAAA,IAFK;AAAA,EAGP,CACD;AACH;AAEA,6BAA6B,cAAc;","names":[]}
@@ -17,14 +17,16 @@ var __copyProps = (to, from, except, desc) => {
17
17
  return to;
18
18
  };
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/primitives/composer/ComposerCancel.tsx
20
22
  var ComposerCancel_exports = {};
21
23
  __export(ComposerCancel_exports, {
22
24
  ComposerPrimitiveCancel: () => ComposerPrimitiveCancel
23
25
  });
24
26
  module.exports = __toCommonJS(ComposerCancel_exports);
25
- var import_createActionButton = require("../../utils/createActionButton");
26
- var import_useComposerCancel = require("../../primitive-hooks/composer/useComposerCancel");
27
- const ComposerPrimitiveCancel = (0, import_createActionButton.createActionButton)(
27
+ var import_createActionButton = require("../../utils/createActionButton.cjs");
28
+ var import_useComposerCancel = require("../../primitive-hooks/composer/useComposerCancel.cjs");
29
+ var ComposerPrimitiveCancel = (0, import_createActionButton.createActionButton)(
28
30
  "ComposerPrimitive.Cancel",
29
31
  import_useComposerCancel.useComposerCancel
30
32
  );
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/composer/ComposerCancel.tsx"],"sourcesContent":["\"use client\";\n\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\nimport { useComposerCancel } from \"../../primitive-hooks/composer/useComposerCancel\";\n\n/**\n * @deprecated Use `ComposerPrimitive.Cancel.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveCancelProps = ComposerPrimitiveCancel.Props;\n\nexport namespace ComposerPrimitiveCancel {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useComposerCancel>;\n}\n\nexport const ComposerPrimitiveCancel = createActionButton(\n \"ComposerPrimitive.Cancel\",\n useComposerCancel,\n);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,gCAIO;AACP,+BAAkC;AAY3B,MAAM,8BAA0B;AAAA,EACrC;AAAA,EACA;AACF;","names":[]}
1
+ {"version":3,"sources":["../../../src/primitives/composer/ComposerCancel.tsx"],"sourcesContent":["\"use client\";\n\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\nimport { useComposerCancel } from \"../../primitive-hooks/composer/useComposerCancel\";\n\n/**\n * @deprecated Use `ComposerPrimitive.Cancel.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveCancelProps = ComposerPrimitiveCancel.Props;\n\nexport namespace ComposerPrimitiveCancel {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useComposerCancel>;\n}\n\nexport const ComposerPrimitiveCancel = createActionButton(\n \"ComposerPrimitive.Cancel\",\n useComposerCancel,\n);\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,gCAIO;AACP,+BAAkC;AAY3B,IAAM,8BAA0B;AAAA,EACrC;AAAA,EACA;AACF;","names":[]}
@@ -1,9 +1,11 @@
1
1
  "use client";
2
+
3
+ // src/primitives/composer/ComposerCancel.tsx
2
4
  import {
3
5
  createActionButton
4
- } from "../../utils/createActionButton";
5
- import { useComposerCancel } from "../../primitive-hooks/composer/useComposerCancel";
6
- const ComposerPrimitiveCancel = createActionButton(
6
+ } from "../../utils/createActionButton.mjs";
7
+ import { useComposerCancel } from "../../primitive-hooks/composer/useComposerCancel.mjs";
8
+ var ComposerPrimitiveCancel = createActionButton(
7
9
  "ComposerPrimitive.Cancel",
8
10
  useComposerCancel
9
11
  );
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/composer/ComposerCancel.tsx"],"sourcesContent":["\"use client\";\n\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\nimport { useComposerCancel } from \"../../primitive-hooks/composer/useComposerCancel\";\n\n/**\n * @deprecated Use `ComposerPrimitive.Cancel.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveCancelProps = ComposerPrimitiveCancel.Props;\n\nexport namespace ComposerPrimitiveCancel {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useComposerCancel>;\n}\n\nexport const ComposerPrimitiveCancel = createActionButton(\n \"ComposerPrimitive.Cancel\",\n useComposerCancel,\n);\n"],"mappings":";AAEA;AAAA,EAGE;AAAA,OACK;AACP,SAAS,yBAAyB;AAY3B,MAAM,0BAA0B;AAAA,EACrC;AAAA,EACA;AACF;","names":[]}
1
+ {"version":3,"sources":["../../../src/primitives/composer/ComposerCancel.tsx"],"sourcesContent":["\"use client\";\n\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\nimport { useComposerCancel } from \"../../primitive-hooks/composer/useComposerCancel\";\n\n/**\n * @deprecated Use `ComposerPrimitive.Cancel.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveCancelProps = ComposerPrimitiveCancel.Props;\n\nexport namespace ComposerPrimitiveCancel {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useComposerCancel>;\n}\n\nexport const ComposerPrimitiveCancel = createActionButton(\n \"ComposerPrimitive.Cancel\",\n useComposerCancel,\n);\n"],"mappings":";;;AAEA;AAAA,EAGE;AAAA,OACK;AACP,SAAS,yBAAyB;AAY3B,IAAM,0BAA0B;AAAA,EACrC;AAAA,EACA;AACF;","names":[]}
@@ -17,13 +17,15 @@ var __copyProps = (to, from, except, desc) => {
17
17
  return to;
18
18
  };
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/primitives/composer/ComposerIf.tsx
20
22
  var ComposerIf_exports = {};
21
23
  __export(ComposerIf_exports, {
22
24
  ComposerPrimitiveIf: () => ComposerPrimitiveIf
23
25
  });
24
26
  module.exports = __toCommonJS(ComposerIf_exports);
25
- var import_useComposerIf = require("../../primitive-hooks/composer/useComposerIf");
26
- const ComposerPrimitiveIf = ({
27
+ var import_useComposerIf = require("../../primitive-hooks/composer/useComposerIf.cjs");
28
+ var ComposerPrimitiveIf = ({
27
29
  children,
28
30
  ...query
29
31
  }) => {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/composer/ComposerIf.tsx"],"sourcesContent":["\"use client\";\n\nimport type { FC, PropsWithChildren } from \"react\";\nimport {\n UseComposerIfProps,\n useComposerIf,\n} from \"../../primitive-hooks/composer/useComposerIf\";\n\n/**\n * @deprecated Use `ComposerPrimitive.If.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveIfProps = ComposerPrimitiveIf.Props;\n\nexport namespace ComposerPrimitiveIf {\n export type Props = PropsWithChildren<UseComposerIfProps>;\n}\n\nexport const ComposerPrimitiveIf: FC<ComposerPrimitiveIf.Props> = ({\n children,\n ...query\n}) => {\n const result = useComposerIf(query);\n return result ? children : null;\n};\n\nComposerPrimitiveIf.displayName = \"ComposerPrimitive.If\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,2BAGO;AAWA,MAAM,sBAAqD,CAAC;AAAA,EACjE;AAAA,EACA,GAAG;AACL,MAAM;AACJ,QAAM,aAAS,oCAAc,KAAK;AAClC,SAAO,SAAS,WAAW;AAC7B;AAEA,oBAAoB,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../../src/primitives/composer/ComposerIf.tsx"],"sourcesContent":["\"use client\";\n\nimport type { FC, PropsWithChildren } from \"react\";\nimport {\n UseComposerIfProps,\n useComposerIf,\n} from \"../../primitive-hooks/composer/useComposerIf\";\n\n/**\n * @deprecated Use `ComposerPrimitive.If.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveIfProps = ComposerPrimitiveIf.Props;\n\nexport namespace ComposerPrimitiveIf {\n export type Props = PropsWithChildren<UseComposerIfProps>;\n}\n\nexport const ComposerPrimitiveIf: FC<ComposerPrimitiveIf.Props> = ({\n children,\n ...query\n}) => {\n const result = useComposerIf(query);\n return result ? children : null;\n};\n\nComposerPrimitiveIf.displayName = \"ComposerPrimitive.If\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,2BAGO;AAWA,IAAM,sBAAqD,CAAC;AAAA,EACjE;AAAA,EACA,GAAG;AACL,MAAM;AACJ,QAAM,aAAS,oCAAc,KAAK;AAClC,SAAO,SAAS,WAAW;AAC7B;AAEA,oBAAoB,cAAc;","names":[]}
@@ -1,8 +1,10 @@
1
1
  "use client";
2
+
3
+ // src/primitives/composer/ComposerIf.tsx
2
4
  import {
3
5
  useComposerIf
4
- } from "../../primitive-hooks/composer/useComposerIf";
5
- const ComposerPrimitiveIf = ({
6
+ } from "../../primitive-hooks/composer/useComposerIf.mjs";
7
+ var ComposerPrimitiveIf = ({
6
8
  children,
7
9
  ...query
8
10
  }) => {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/composer/ComposerIf.tsx"],"sourcesContent":["\"use client\";\n\nimport type { FC, PropsWithChildren } from \"react\";\nimport {\n UseComposerIfProps,\n useComposerIf,\n} from \"../../primitive-hooks/composer/useComposerIf\";\n\n/**\n * @deprecated Use `ComposerPrimitive.If.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveIfProps = ComposerPrimitiveIf.Props;\n\nexport namespace ComposerPrimitiveIf {\n export type Props = PropsWithChildren<UseComposerIfProps>;\n}\n\nexport const ComposerPrimitiveIf: FC<ComposerPrimitiveIf.Props> = ({\n children,\n ...query\n}) => {\n const result = useComposerIf(query);\n return result ? children : null;\n};\n\nComposerPrimitiveIf.displayName = \"ComposerPrimitive.If\";\n"],"mappings":";AAGA;AAAA,EAEE;AAAA,OACK;AAWA,MAAM,sBAAqD,CAAC;AAAA,EACjE;AAAA,EACA,GAAG;AACL,MAAM;AACJ,QAAM,SAAS,cAAc,KAAK;AAClC,SAAO,SAAS,WAAW;AAC7B;AAEA,oBAAoB,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../../src/primitives/composer/ComposerIf.tsx"],"sourcesContent":["\"use client\";\n\nimport type { FC, PropsWithChildren } from \"react\";\nimport {\n UseComposerIfProps,\n useComposerIf,\n} from \"../../primitive-hooks/composer/useComposerIf\";\n\n/**\n * @deprecated Use `ComposerPrimitive.If.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveIfProps = ComposerPrimitiveIf.Props;\n\nexport namespace ComposerPrimitiveIf {\n export type Props = PropsWithChildren<UseComposerIfProps>;\n}\n\nexport const ComposerPrimitiveIf: FC<ComposerPrimitiveIf.Props> = ({\n children,\n ...query\n}) => {\n const result = useComposerIf(query);\n return result ? children : null;\n};\n\nComposerPrimitiveIf.displayName = \"ComposerPrimitive.If\";\n"],"mappings":";;;AAGA;AAAA,EAEE;AAAA,OACK;AAWA,IAAM,sBAAqD,CAAC;AAAA,EACjE;AAAA,EACA,GAAG;AACL,MAAM;AACJ,QAAM,SAAS,cAAc,KAAK;AAClC,SAAO,SAAS,WAAW;AAC7B;AAEA,oBAAoB,cAAc;","names":[]}
@@ -27,22 +27,24 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  mod
28
28
  ));
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
+
31
+ // src/primitives/composer/ComposerInput.tsx
30
32
  var ComposerInput_exports = {};
31
33
  __export(ComposerInput_exports, {
32
34
  ComposerPrimitiveInput: () => ComposerPrimitiveInput
33
35
  });
34
36
  module.exports = __toCommonJS(ComposerInput_exports);
35
- var import_jsx_runtime = require("react/jsx-runtime");
36
37
  var import_primitive = require("@radix-ui/primitive");
37
38
  var import_react_compose_refs = require("@radix-ui/react-compose-refs");
38
39
  var import_react_slot = require("@radix-ui/react-slot");
39
40
  var import_react = require("react");
40
41
  var import_react_textarea_autosize = __toESM(require("react-textarea-autosize"));
41
- var import_ComposerContext = require("../../context/react/ComposerContext");
42
- var import_ThreadContext = require("../../context/react/ThreadContext");
42
+ var import_ComposerContext = require("../../context/react/ComposerContext.cjs");
43
+ var import_ThreadContext = require("../../context/react/ThreadContext.cjs");
43
44
  var import_react_use_escape_keydown = require("@radix-ui/react-use-escape-keydown");
44
- var import_useOnScrollToBottom = require("../../utils/hooks/useOnScrollToBottom");
45
- const ComposerPrimitiveInput = (0, import_react.forwardRef)(
45
+ var import_useOnScrollToBottom = require("../../utils/hooks/useOnScrollToBottom.cjs");
46
+ var import_jsx_runtime = require("react/jsx-runtime");
47
+ var ComposerPrimitiveInput = (0, import_react.forwardRef)(
46
48
  ({
47
49
  autoFocus = false,
48
50
  asChild,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/composer/ComposerInput.tsx"],"sourcesContent":["\"use client\";\n\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { Slot } from \"@radix-ui/react-slot\";\nimport {\n type KeyboardEvent,\n forwardRef,\n useCallback,\n useEffect,\n useRef,\n} from \"react\";\nimport TextareaAutosize, {\n type TextareaAutosizeProps,\n} from \"react-textarea-autosize\";\nimport {\n useComposer,\n useComposerRuntime,\n} from \"../../context/react/ComposerContext\";\nimport { useThread, useThreadRuntime } from \"../../context/react/ThreadContext\";\nimport { useEscapeKeydown } from \"@radix-ui/react-use-escape-keydown\";\nimport { useOnScrollToBottom } from \"../../utils/hooks/useOnScrollToBottom\";\n\n/**\n * @deprecated Use `ComposerPrimitive.Input.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveInputProps = ComposerPrimitiveInput.Props;\n\nexport namespace ComposerPrimitiveInput {\n export type Element = HTMLTextAreaElement;\n export type Props = TextareaAutosizeProps & {\n asChild?: boolean | undefined;\n submitOnEnter?: boolean | undefined;\n cancelOnEscape?: boolean | undefined;\n unstable_focusOnRunStart?: boolean | undefined;\n unstable_focusOnScrollToBottom?: boolean | undefined;\n unstable_focusOnThreadSwitched?: boolean | undefined;\n };\n}\n\nexport const ComposerPrimitiveInput = forwardRef<\n ComposerPrimitiveInput.Element,\n ComposerPrimitiveInput.Props\n>(\n (\n {\n autoFocus = false,\n asChild,\n disabled: disabledProp,\n onChange,\n onKeyDown,\n submitOnEnter = true,\n cancelOnEscape = true,\n unstable_focusOnRunStart = true,\n unstable_focusOnScrollToBottom = true,\n unstable_focusOnThreadSwitched = true,\n ...rest\n },\n forwardedRef,\n ) => {\n const threadRuntime = useThreadRuntime();\n const composerRuntime = useComposerRuntime();\n\n const value = useComposer((c) => {\n if (!c.isEditing) return \"\";\n return c.text;\n });\n\n const Component = asChild ? Slot : TextareaAutosize;\n\n const isDisabled = useThread((t) => t.isDisabled) ?? disabledProp ?? false;\n const textareaRef = useRef<HTMLTextAreaElement>(null);\n const ref = useComposedRefs(forwardedRef, textareaRef);\n\n useEscapeKeydown((e) => {\n if (!cancelOnEscape) return;\n\n if (composerRuntime.getState().canCancel) {\n composerRuntime.cancel();\n e.preventDefault();\n }\n });\n\n const handleKeyPress = (e: KeyboardEvent) => {\n if (isDisabled || !submitOnEnter) return;\n\n // ignore IME composition events\n if (e.nativeEvent.isComposing) return;\n\n if (e.key === \"Enter\" && e.shiftKey === false) {\n const { isRunning } = threadRuntime.getState();\n\n if (!isRunning) {\n e.preventDefault();\n\n textareaRef.current?.closest(\"form\")?.requestSubmit();\n }\n }\n };\n\n const autoFocusEnabled = autoFocus && !isDisabled;\n const focus = useCallback(() => {\n const textarea = textareaRef.current;\n if (!textarea || !autoFocusEnabled) return;\n\n textarea.focus({ preventScroll: true });\n textarea.setSelectionRange(\n textareaRef.current.value.length,\n textareaRef.current.value.length,\n );\n }, [autoFocusEnabled]);\n\n useEffect(() => focus(), [focus]);\n\n useOnScrollToBottom(() => {\n if (composerRuntime.type === \"thread\" && unstable_focusOnScrollToBottom) {\n focus();\n }\n });\n\n useEffect(() => {\n if (composerRuntime.type !== \"thread\" || !unstable_focusOnRunStart)\n return undefined;\n\n return threadRuntime.unstable_on(\"run-start\", focus);\n }, [unstable_focusOnRunStart]);\n\n useEffect(() => {\n if (composerRuntime.type !== \"thread\" || !unstable_focusOnThreadSwitched)\n return undefined;\n\n return threadRuntime.unstable_on(\"switched-to\", focus);\n }, [unstable_focusOnThreadSwitched]);\n\n return (\n <Component\n name=\"input\"\n value={value}\n {...rest}\n ref={ref}\n disabled={isDisabled}\n onChange={composeEventHandlers(onChange, (e) => {\n if (!composerRuntime.getState().isEditing) return;\n return composerRuntime.setText(e.target.value);\n })}\n onKeyDown={composeEventHandlers(onKeyDown, handleKeyPress)}\n />\n );\n },\n);\n\nComposerPrimitiveInput.displayName = \"ComposerPrimitive.Input\";\n"],"mappings":"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","names":["TextareaAutosize"]}
1
+ {"version":3,"sources":["../../../src/primitives/composer/ComposerInput.tsx"],"sourcesContent":["\"use client\";\n\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { Slot } from \"@radix-ui/react-slot\";\nimport {\n type KeyboardEvent,\n forwardRef,\n useCallback,\n useEffect,\n useRef,\n} from \"react\";\nimport TextareaAutosize, {\n type TextareaAutosizeProps,\n} from \"react-textarea-autosize\";\nimport {\n useComposer,\n useComposerRuntime,\n} from \"../../context/react/ComposerContext\";\nimport { useThread, useThreadRuntime } from \"../../context/react/ThreadContext\";\nimport { useEscapeKeydown } from \"@radix-ui/react-use-escape-keydown\";\nimport { useOnScrollToBottom } from \"../../utils/hooks/useOnScrollToBottom\";\n\n/**\n * @deprecated Use `ComposerPrimitive.Input.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveInputProps = ComposerPrimitiveInput.Props;\n\nexport namespace ComposerPrimitiveInput {\n export type Element = HTMLTextAreaElement;\n export type Props = TextareaAutosizeProps & {\n asChild?: boolean | undefined;\n submitOnEnter?: boolean | undefined;\n cancelOnEscape?: boolean | undefined;\n unstable_focusOnRunStart?: boolean | undefined;\n unstable_focusOnScrollToBottom?: boolean | undefined;\n unstable_focusOnThreadSwitched?: boolean | undefined;\n };\n}\n\nexport const ComposerPrimitiveInput = forwardRef<\n ComposerPrimitiveInput.Element,\n ComposerPrimitiveInput.Props\n>(\n (\n {\n autoFocus = false,\n asChild,\n disabled: disabledProp,\n onChange,\n onKeyDown,\n submitOnEnter = true,\n cancelOnEscape = true,\n unstable_focusOnRunStart = true,\n unstable_focusOnScrollToBottom = true,\n unstable_focusOnThreadSwitched = true,\n ...rest\n },\n forwardedRef,\n ) => {\n const threadRuntime = useThreadRuntime();\n const composerRuntime = useComposerRuntime();\n\n const value = useComposer((c) => {\n if (!c.isEditing) return \"\";\n return c.text;\n });\n\n const Component = asChild ? Slot : TextareaAutosize;\n\n const isDisabled = useThread((t) => t.isDisabled) ?? disabledProp ?? false;\n const textareaRef = useRef<HTMLTextAreaElement>(null);\n const ref = useComposedRefs(forwardedRef, textareaRef);\n\n useEscapeKeydown((e) => {\n if (!cancelOnEscape) return;\n\n if (composerRuntime.getState().canCancel) {\n composerRuntime.cancel();\n e.preventDefault();\n }\n });\n\n const handleKeyPress = (e: KeyboardEvent) => {\n if (isDisabled || !submitOnEnter) return;\n\n // ignore IME composition events\n if (e.nativeEvent.isComposing) return;\n\n if (e.key === \"Enter\" && e.shiftKey === false) {\n const { isRunning } = threadRuntime.getState();\n\n if (!isRunning) {\n e.preventDefault();\n\n textareaRef.current?.closest(\"form\")?.requestSubmit();\n }\n }\n };\n\n const autoFocusEnabled = autoFocus && !isDisabled;\n const focus = useCallback(() => {\n const textarea = textareaRef.current;\n if (!textarea || !autoFocusEnabled) return;\n\n textarea.focus({ preventScroll: true });\n textarea.setSelectionRange(\n textareaRef.current.value.length,\n textareaRef.current.value.length,\n );\n }, [autoFocusEnabled]);\n\n useEffect(() => focus(), [focus]);\n\n useOnScrollToBottom(() => {\n if (composerRuntime.type === \"thread\" && unstable_focusOnScrollToBottom) {\n focus();\n }\n });\n\n useEffect(() => {\n if (composerRuntime.type !== \"thread\" || !unstable_focusOnRunStart)\n return undefined;\n\n return threadRuntime.unstable_on(\"run-start\", focus);\n }, [unstable_focusOnRunStart]);\n\n useEffect(() => {\n if (composerRuntime.type !== \"thread\" || !unstable_focusOnThreadSwitched)\n return undefined;\n\n return threadRuntime.unstable_on(\"switched-to\", focus);\n }, [unstable_focusOnThreadSwitched]);\n\n return (\n <Component\n name=\"input\"\n value={value}\n {...rest}\n ref={ref}\n disabled={isDisabled}\n onChange={composeEventHandlers(onChange, (e) => {\n if (!composerRuntime.getState().isEditing) return;\n return composerRuntime.setText(e.target.value);\n })}\n onKeyDown={composeEventHandlers(onKeyDown, handleKeyPress)}\n />\n );\n },\n);\n\nComposerPrimitiveInput.displayName = \"ComposerPrimitive.Input\";\n"],"mappings":"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","names":["TextareaAutosize"]}
@@ -1,5 +1,6 @@
1
1
  "use client";
2
- import { jsx } from "react/jsx-runtime";
2
+
3
+ // src/primitives/composer/ComposerInput.tsx
3
4
  import { composeEventHandlers } from "@radix-ui/primitive";
4
5
  import { useComposedRefs } from "@radix-ui/react-compose-refs";
5
6
  import { Slot } from "@radix-ui/react-slot";
@@ -13,11 +14,12 @@ import TextareaAutosize from "react-textarea-autosize";
13
14
  import {
14
15
  useComposer,
15
16
  useComposerRuntime
16
- } from "../../context/react/ComposerContext";
17
- import { useThread, useThreadRuntime } from "../../context/react/ThreadContext";
17
+ } from "../../context/react/ComposerContext.mjs";
18
+ import { useThread, useThreadRuntime } from "../../context/react/ThreadContext.mjs";
18
19
  import { useEscapeKeydown } from "@radix-ui/react-use-escape-keydown";
19
- import { useOnScrollToBottom } from "../../utils/hooks/useOnScrollToBottom";
20
- const ComposerPrimitiveInput = forwardRef(
20
+ import { useOnScrollToBottom } from "../../utils/hooks/useOnScrollToBottom.mjs";
21
+ import { jsx } from "react/jsx-runtime";
22
+ var ComposerPrimitiveInput = forwardRef(
21
23
  ({
22
24
  autoFocus = false,
23
25
  asChild,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/composer/ComposerInput.tsx"],"sourcesContent":["\"use client\";\n\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { Slot } from \"@radix-ui/react-slot\";\nimport {\n type KeyboardEvent,\n forwardRef,\n useCallback,\n useEffect,\n useRef,\n} from \"react\";\nimport TextareaAutosize, {\n type TextareaAutosizeProps,\n} from \"react-textarea-autosize\";\nimport {\n useComposer,\n useComposerRuntime,\n} from \"../../context/react/ComposerContext\";\nimport { useThread, useThreadRuntime } from \"../../context/react/ThreadContext\";\nimport { useEscapeKeydown } from \"@radix-ui/react-use-escape-keydown\";\nimport { useOnScrollToBottom } from \"../../utils/hooks/useOnScrollToBottom\";\n\n/**\n * @deprecated Use `ComposerPrimitive.Input.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveInputProps = ComposerPrimitiveInput.Props;\n\nexport namespace ComposerPrimitiveInput {\n export type Element = HTMLTextAreaElement;\n export type Props = TextareaAutosizeProps & {\n asChild?: boolean | undefined;\n submitOnEnter?: boolean | undefined;\n cancelOnEscape?: boolean | undefined;\n unstable_focusOnRunStart?: boolean | undefined;\n unstable_focusOnScrollToBottom?: boolean | undefined;\n unstable_focusOnThreadSwitched?: boolean | undefined;\n };\n}\n\nexport const ComposerPrimitiveInput = forwardRef<\n ComposerPrimitiveInput.Element,\n ComposerPrimitiveInput.Props\n>(\n (\n {\n autoFocus = false,\n asChild,\n disabled: disabledProp,\n onChange,\n onKeyDown,\n submitOnEnter = true,\n cancelOnEscape = true,\n unstable_focusOnRunStart = true,\n unstable_focusOnScrollToBottom = true,\n unstable_focusOnThreadSwitched = true,\n ...rest\n },\n forwardedRef,\n ) => {\n const threadRuntime = useThreadRuntime();\n const composerRuntime = useComposerRuntime();\n\n const value = useComposer((c) => {\n if (!c.isEditing) return \"\";\n return c.text;\n });\n\n const Component = asChild ? Slot : TextareaAutosize;\n\n const isDisabled = useThread((t) => t.isDisabled) ?? disabledProp ?? false;\n const textareaRef = useRef<HTMLTextAreaElement>(null);\n const ref = useComposedRefs(forwardedRef, textareaRef);\n\n useEscapeKeydown((e) => {\n if (!cancelOnEscape) return;\n\n if (composerRuntime.getState().canCancel) {\n composerRuntime.cancel();\n e.preventDefault();\n }\n });\n\n const handleKeyPress = (e: KeyboardEvent) => {\n if (isDisabled || !submitOnEnter) return;\n\n // ignore IME composition events\n if (e.nativeEvent.isComposing) return;\n\n if (e.key === \"Enter\" && e.shiftKey === false) {\n const { isRunning } = threadRuntime.getState();\n\n if (!isRunning) {\n e.preventDefault();\n\n textareaRef.current?.closest(\"form\")?.requestSubmit();\n }\n }\n };\n\n const autoFocusEnabled = autoFocus && !isDisabled;\n const focus = useCallback(() => {\n const textarea = textareaRef.current;\n if (!textarea || !autoFocusEnabled) return;\n\n textarea.focus({ preventScroll: true });\n textarea.setSelectionRange(\n textareaRef.current.value.length,\n textareaRef.current.value.length,\n );\n }, [autoFocusEnabled]);\n\n useEffect(() => focus(), [focus]);\n\n useOnScrollToBottom(() => {\n if (composerRuntime.type === \"thread\" && unstable_focusOnScrollToBottom) {\n focus();\n }\n });\n\n useEffect(() => {\n if (composerRuntime.type !== \"thread\" || !unstable_focusOnRunStart)\n return undefined;\n\n return threadRuntime.unstable_on(\"run-start\", focus);\n }, [unstable_focusOnRunStart]);\n\n useEffect(() => {\n if (composerRuntime.type !== \"thread\" || !unstable_focusOnThreadSwitched)\n return undefined;\n\n return threadRuntime.unstable_on(\"switched-to\", focus);\n }, [unstable_focusOnThreadSwitched]);\n\n return (\n <Component\n name=\"input\"\n value={value}\n {...rest}\n ref={ref}\n disabled={isDisabled}\n onChange={composeEventHandlers(onChange, (e) => {\n if (!composerRuntime.getState().isEditing) return;\n return composerRuntime.setText(e.target.value);\n })}\n onKeyDown={composeEventHandlers(onKeyDown, handleKeyPress)}\n />\n );\n },\n);\n\nComposerPrimitiveInput.displayName = \"ComposerPrimitive.Input\";\n"],"mappings":"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","names":[]}
1
+ {"version":3,"sources":["../../../src/primitives/composer/ComposerInput.tsx"],"sourcesContent":["\"use client\";\n\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { Slot } from \"@radix-ui/react-slot\";\nimport {\n type KeyboardEvent,\n forwardRef,\n useCallback,\n useEffect,\n useRef,\n} from \"react\";\nimport TextareaAutosize, {\n type TextareaAutosizeProps,\n} from \"react-textarea-autosize\";\nimport {\n useComposer,\n useComposerRuntime,\n} from \"../../context/react/ComposerContext\";\nimport { useThread, useThreadRuntime } from \"../../context/react/ThreadContext\";\nimport { useEscapeKeydown } from \"@radix-ui/react-use-escape-keydown\";\nimport { useOnScrollToBottom } from \"../../utils/hooks/useOnScrollToBottom\";\n\n/**\n * @deprecated Use `ComposerPrimitive.Input.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveInputProps = ComposerPrimitiveInput.Props;\n\nexport namespace ComposerPrimitiveInput {\n export type Element = HTMLTextAreaElement;\n export type Props = TextareaAutosizeProps & {\n asChild?: boolean | undefined;\n submitOnEnter?: boolean | undefined;\n cancelOnEscape?: boolean | undefined;\n unstable_focusOnRunStart?: boolean | undefined;\n unstable_focusOnScrollToBottom?: boolean | undefined;\n unstable_focusOnThreadSwitched?: boolean | undefined;\n };\n}\n\nexport const ComposerPrimitiveInput = forwardRef<\n ComposerPrimitiveInput.Element,\n ComposerPrimitiveInput.Props\n>(\n (\n {\n autoFocus = false,\n asChild,\n disabled: disabledProp,\n onChange,\n onKeyDown,\n submitOnEnter = true,\n cancelOnEscape = true,\n unstable_focusOnRunStart = true,\n unstable_focusOnScrollToBottom = true,\n unstable_focusOnThreadSwitched = true,\n ...rest\n },\n forwardedRef,\n ) => {\n const threadRuntime = useThreadRuntime();\n const composerRuntime = useComposerRuntime();\n\n const value = useComposer((c) => {\n if (!c.isEditing) return \"\";\n return c.text;\n });\n\n const Component = asChild ? Slot : TextareaAutosize;\n\n const isDisabled = useThread((t) => t.isDisabled) ?? disabledProp ?? false;\n const textareaRef = useRef<HTMLTextAreaElement>(null);\n const ref = useComposedRefs(forwardedRef, textareaRef);\n\n useEscapeKeydown((e) => {\n if (!cancelOnEscape) return;\n\n if (composerRuntime.getState().canCancel) {\n composerRuntime.cancel();\n e.preventDefault();\n }\n });\n\n const handleKeyPress = (e: KeyboardEvent) => {\n if (isDisabled || !submitOnEnter) return;\n\n // ignore IME composition events\n if (e.nativeEvent.isComposing) return;\n\n if (e.key === \"Enter\" && e.shiftKey === false) {\n const { isRunning } = threadRuntime.getState();\n\n if (!isRunning) {\n e.preventDefault();\n\n textareaRef.current?.closest(\"form\")?.requestSubmit();\n }\n }\n };\n\n const autoFocusEnabled = autoFocus && !isDisabled;\n const focus = useCallback(() => {\n const textarea = textareaRef.current;\n if (!textarea || !autoFocusEnabled) return;\n\n textarea.focus({ preventScroll: true });\n textarea.setSelectionRange(\n textareaRef.current.value.length,\n textareaRef.current.value.length,\n );\n }, [autoFocusEnabled]);\n\n useEffect(() => focus(), [focus]);\n\n useOnScrollToBottom(() => {\n if (composerRuntime.type === \"thread\" && unstable_focusOnScrollToBottom) {\n focus();\n }\n });\n\n useEffect(() => {\n if (composerRuntime.type !== \"thread\" || !unstable_focusOnRunStart)\n return undefined;\n\n return threadRuntime.unstable_on(\"run-start\", focus);\n }, [unstable_focusOnRunStart]);\n\n useEffect(() => {\n if (composerRuntime.type !== \"thread\" || !unstable_focusOnThreadSwitched)\n return undefined;\n\n return threadRuntime.unstable_on(\"switched-to\", focus);\n }, [unstable_focusOnThreadSwitched]);\n\n return (\n <Component\n name=\"input\"\n value={value}\n {...rest}\n ref={ref}\n disabled={isDisabled}\n onChange={composeEventHandlers(onChange, (e) => {\n if (!composerRuntime.getState().isEditing) return;\n return composerRuntime.setText(e.target.value);\n })}\n onKeyDown={composeEventHandlers(onKeyDown, handleKeyPress)}\n />\n );\n },\n);\n\nComposerPrimitiveInput.displayName = \"ComposerPrimitive.Input\";\n"],"mappings":"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","names":[]}
@@ -17,17 +17,19 @@ var __copyProps = (to, from, except, desc) => {
17
17
  return to;
18
18
  };
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/primitives/composer/ComposerRoot.tsx
20
22
  var ComposerRoot_exports = {};
21
23
  __export(ComposerRoot_exports, {
22
24
  ComposerPrimitiveRoot: () => ComposerPrimitiveRoot
23
25
  });
24
26
  module.exports = __toCommonJS(ComposerRoot_exports);
25
- var import_jsx_runtime = require("react/jsx-runtime");
26
27
  var import_primitive = require("@radix-ui/primitive");
27
28
  var import_react_primitive = require("@radix-ui/react-primitive");
28
29
  var import_react = require("react");
29
- var import_primitive_hooks = require("../../primitive-hooks");
30
- const ComposerPrimitiveRoot = (0, import_react.forwardRef)(({ onSubmit, ...rest }, forwardedRef) => {
30
+ var import_primitive_hooks = require("../../primitive-hooks/index.cjs");
31
+ var import_jsx_runtime = require("react/jsx-runtime");
32
+ var ComposerPrimitiveRoot = (0, import_react.forwardRef)(({ onSubmit, ...rest }, forwardedRef) => {
31
33
  const send = (0, import_primitive_hooks.useComposerSend)();
32
34
  const handleSubmit = (e) => {
33
35
  e.preventDefault();
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/composer/ComposerRoot.tsx"],"sourcesContent":["\"use client\";\n\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport {\n type ElementRef,\n type FormEvent,\n forwardRef,\n ComponentPropsWithoutRef,\n} from \"react\";\nimport { useComposerSend } from \"../../primitive-hooks\";\n\nexport type ComposerPrimitiveRootProps = ComposerPrimitiveRoot.Props;\n\nexport namespace ComposerPrimitiveRoot {\n export type Element = ElementRef<typeof Primitive.form>;\n export type Props = ComponentPropsWithoutRef<typeof Primitive.form>;\n}\n\nexport const ComposerPrimitiveRoot = forwardRef<\n ComposerPrimitiveRoot.Element,\n ComposerPrimitiveRoot.Props\n>(({ onSubmit, ...rest }, forwardedRef) => {\n const send = useComposerSend();\n\n const handleSubmit = (e: FormEvent) => {\n e.preventDefault();\n\n if (!send) return;\n send();\n };\n\n return (\n <Primitive.form\n {...rest}\n ref={forwardedRef}\n onSubmit={composeEventHandlers(onSubmit, handleSubmit)}\n />\n );\n});\n\nComposerPrimitiveRoot.displayName = \"ComposerPrimitive.Root\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAiCI;AA/BJ,uBAAqC;AACrC,6BAA0B;AAC1B,mBAKO;AACP,6BAAgC;AASzB,MAAM,4BAAwB,yBAGnC,CAAC,EAAE,UAAU,GAAG,KAAK,GAAG,iBAAiB;AACzC,QAAM,WAAO,wCAAgB;AAE7B,QAAM,eAAe,CAAC,MAAiB;AACrC,MAAE,eAAe;AAEjB,QAAI,CAAC,KAAM;AACX,SAAK;AAAA,EACP;AAEA,SACE;AAAA,IAAC,iCAAU;AAAA,IAAV;AAAA,MACE,GAAG;AAAA,MACJ,KAAK;AAAA,MACL,cAAU,uCAAqB,UAAU,YAAY;AAAA;AAAA,EACvD;AAEJ,CAAC;AAED,sBAAsB,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../../src/primitives/composer/ComposerRoot.tsx"],"sourcesContent":["\"use client\";\n\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport {\n type ElementRef,\n type FormEvent,\n forwardRef,\n ComponentPropsWithoutRef,\n} from \"react\";\nimport { useComposerSend } from \"../../primitive-hooks\";\n\nexport type ComposerPrimitiveRootProps = ComposerPrimitiveRoot.Props;\n\nexport namespace ComposerPrimitiveRoot {\n export type Element = ElementRef<typeof Primitive.form>;\n export type Props = ComponentPropsWithoutRef<typeof Primitive.form>;\n}\n\nexport const ComposerPrimitiveRoot = forwardRef<\n ComposerPrimitiveRoot.Element,\n ComposerPrimitiveRoot.Props\n>(({ onSubmit, ...rest }, forwardedRef) => {\n const send = useComposerSend();\n\n const handleSubmit = (e: FormEvent) => {\n e.preventDefault();\n\n if (!send) return;\n send();\n };\n\n return (\n <Primitive.form\n {...rest}\n ref={forwardedRef}\n onSubmit={composeEventHandlers(onSubmit, handleSubmit)}\n />\n );\n});\n\nComposerPrimitiveRoot.displayName = \"ComposerPrimitive.Root\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,uBAAqC;AACrC,6BAA0B;AAC1B,mBAKO;AACP,6BAAgC;AAuB5B;AAdG,IAAM,4BAAwB,yBAGnC,CAAC,EAAE,UAAU,GAAG,KAAK,GAAG,iBAAiB;AACzC,QAAM,WAAO,wCAAgB;AAE7B,QAAM,eAAe,CAAC,MAAiB;AACrC,MAAE,eAAe;AAEjB,QAAI,CAAC,KAAM;AACX,SAAK;AAAA,EACP;AAEA,SACE;AAAA,IAAC,iCAAU;AAAA,IAAV;AAAA,MACE,GAAG;AAAA,MACJ,KAAK;AAAA,MACL,cAAU,uCAAqB,UAAU,YAAY;AAAA;AAAA,EACvD;AAEJ,CAAC;AAED,sBAAsB,cAAc;","names":[]}
@@ -1,12 +1,14 @@
1
1
  "use client";
2
- import { jsx } from "react/jsx-runtime";
2
+
3
+ // src/primitives/composer/ComposerRoot.tsx
3
4
  import { composeEventHandlers } from "@radix-ui/primitive";
4
5
  import { Primitive } from "@radix-ui/react-primitive";
5
6
  import {
6
7
  forwardRef
7
8
  } from "react";
8
- import { useComposerSend } from "../../primitive-hooks";
9
- const ComposerPrimitiveRoot = forwardRef(({ onSubmit, ...rest }, forwardedRef) => {
9
+ import { useComposerSend } from "../../primitive-hooks/index.mjs";
10
+ import { jsx } from "react/jsx-runtime";
11
+ var ComposerPrimitiveRoot = forwardRef(({ onSubmit, ...rest }, forwardedRef) => {
10
12
  const send = useComposerSend();
11
13
  const handleSubmit = (e) => {
12
14
  e.preventDefault();
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/composer/ComposerRoot.tsx"],"sourcesContent":["\"use client\";\n\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport {\n type ElementRef,\n type FormEvent,\n forwardRef,\n ComponentPropsWithoutRef,\n} from \"react\";\nimport { useComposerSend } from \"../../primitive-hooks\";\n\nexport type ComposerPrimitiveRootProps = ComposerPrimitiveRoot.Props;\n\nexport namespace ComposerPrimitiveRoot {\n export type Element = ElementRef<typeof Primitive.form>;\n export type Props = ComponentPropsWithoutRef<typeof Primitive.form>;\n}\n\nexport const ComposerPrimitiveRoot = forwardRef<\n ComposerPrimitiveRoot.Element,\n ComposerPrimitiveRoot.Props\n>(({ onSubmit, ...rest }, forwardedRef) => {\n const send = useComposerSend();\n\n const handleSubmit = (e: FormEvent) => {\n e.preventDefault();\n\n if (!send) return;\n send();\n };\n\n return (\n <Primitive.form\n {...rest}\n ref={forwardedRef}\n onSubmit={composeEventHandlers(onSubmit, handleSubmit)}\n />\n );\n});\n\nComposerPrimitiveRoot.displayName = \"ComposerPrimitive.Root\";\n"],"mappings":";AAiCI;AA/BJ,SAAS,4BAA4B;AACrC,SAAS,iBAAiB;AAC1B;AAAA,EAGE;AAAA,OAEK;AACP,SAAS,uBAAuB;AASzB,MAAM,wBAAwB,WAGnC,CAAC,EAAE,UAAU,GAAG,KAAK,GAAG,iBAAiB;AACzC,QAAM,OAAO,gBAAgB;AAE7B,QAAM,eAAe,CAAC,MAAiB;AACrC,MAAE,eAAe;AAEjB,QAAI,CAAC,KAAM;AACX,SAAK;AAAA,EACP;AAEA,SACE;AAAA,IAAC,UAAU;AAAA,IAAV;AAAA,MACE,GAAG;AAAA,MACJ,KAAK;AAAA,MACL,UAAU,qBAAqB,UAAU,YAAY;AAAA;AAAA,EACvD;AAEJ,CAAC;AAED,sBAAsB,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../../src/primitives/composer/ComposerRoot.tsx"],"sourcesContent":["\"use client\";\n\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport {\n type ElementRef,\n type FormEvent,\n forwardRef,\n ComponentPropsWithoutRef,\n} from \"react\";\nimport { useComposerSend } from \"../../primitive-hooks\";\n\nexport type ComposerPrimitiveRootProps = ComposerPrimitiveRoot.Props;\n\nexport namespace ComposerPrimitiveRoot {\n export type Element = ElementRef<typeof Primitive.form>;\n export type Props = ComponentPropsWithoutRef<typeof Primitive.form>;\n}\n\nexport const ComposerPrimitiveRoot = forwardRef<\n ComposerPrimitiveRoot.Element,\n ComposerPrimitiveRoot.Props\n>(({ onSubmit, ...rest }, forwardedRef) => {\n const send = useComposerSend();\n\n const handleSubmit = (e: FormEvent) => {\n e.preventDefault();\n\n if (!send) return;\n send();\n };\n\n return (\n <Primitive.form\n {...rest}\n ref={forwardedRef}\n onSubmit={composeEventHandlers(onSubmit, handleSubmit)}\n />\n );\n});\n\nComposerPrimitiveRoot.displayName = \"ComposerPrimitive.Root\";\n"],"mappings":";;;AAEA,SAAS,4BAA4B;AACrC,SAAS,iBAAiB;AAC1B;AAAA,EAGE;AAAA,OAEK;AACP,SAAS,uBAAuB;AAuB5B;AAdG,IAAM,wBAAwB,WAGnC,CAAC,EAAE,UAAU,GAAG,KAAK,GAAG,iBAAiB;AACzC,QAAM,OAAO,gBAAgB;AAE7B,QAAM,eAAe,CAAC,MAAiB;AACrC,MAAE,eAAe;AAEjB,QAAI,CAAC,KAAM;AACX,SAAK;AAAA,EACP;AAEA,SACE;AAAA,IAAC,UAAU;AAAA,IAAV;AAAA,MACE,GAAG;AAAA,MACJ,KAAK;AAAA,MACL,UAAU,qBAAqB,UAAU,YAAY;AAAA;AAAA,EACvD;AAEJ,CAAC;AAED,sBAAsB,cAAc;","names":[]}
@@ -17,14 +17,16 @@ var __copyProps = (to, from, except, desc) => {
17
17
  return to;
18
18
  };
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/primitives/composer/ComposerSend.tsx
20
22
  var ComposerSend_exports = {};
21
23
  __export(ComposerSend_exports, {
22
24
  ComposerPrimitiveSend: () => ComposerPrimitiveSend
23
25
  });
24
26
  module.exports = __toCommonJS(ComposerSend_exports);
25
- var import_createActionButton = require("../../utils/createActionButton");
26
- var import_primitive_hooks = require("../../primitive-hooks");
27
- const ComposerPrimitiveSend = (0, import_createActionButton.createActionButton)(
27
+ var import_createActionButton = require("../../utils/createActionButton.cjs");
28
+ var import_primitive_hooks = require("../../primitive-hooks/index.cjs");
29
+ var ComposerPrimitiveSend = (0, import_createActionButton.createActionButton)(
28
30
  "ComposerPrimitive.Send",
29
31
  import_primitive_hooks.useComposerSend
30
32
  );
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/composer/ComposerSend.tsx"],"sourcesContent":["\"use client\";\n\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\nimport { useComposerSend } from \"../../primitive-hooks\";\n\n/**\n * @deprecated Use `ComposerPrimitive.Send.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveSendProps = ComposerPrimitiveSend.Props;\n\nexport namespace ComposerPrimitiveSend {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useComposerSend>;\n}\n\nexport const ComposerPrimitiveSend = createActionButton(\n \"ComposerPrimitive.Send\",\n useComposerSend\n);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,gCAIO;AACP,6BAAgC;AAYzB,MAAM,4BAAwB;AAAA,EACnC;AAAA,EACA;AACF;","names":[]}
1
+ {"version":3,"sources":["../../../src/primitives/composer/ComposerSend.tsx"],"sourcesContent":["\"use client\";\n\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\nimport { useComposerSend } from \"../../primitive-hooks\";\n\n/**\n * @deprecated Use `ComposerPrimitive.Send.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveSendProps = ComposerPrimitiveSend.Props;\n\nexport namespace ComposerPrimitiveSend {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useComposerSend>;\n}\n\nexport const ComposerPrimitiveSend = createActionButton(\n \"ComposerPrimitive.Send\",\n useComposerSend\n);\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,gCAIO;AACP,6BAAgC;AAYzB,IAAM,4BAAwB;AAAA,EACnC;AAAA,EACA;AACF;","names":[]}
@@ -1,9 +1,11 @@
1
1
  "use client";
2
+
3
+ // src/primitives/composer/ComposerSend.tsx
2
4
  import {
3
5
  createActionButton
4
- } from "../../utils/createActionButton";
5
- import { useComposerSend } from "../../primitive-hooks";
6
- const ComposerPrimitiveSend = createActionButton(
6
+ } from "../../utils/createActionButton.mjs";
7
+ import { useComposerSend } from "../../primitive-hooks/index.mjs";
8
+ var ComposerPrimitiveSend = createActionButton(
7
9
  "ComposerPrimitive.Send",
8
10
  useComposerSend
9
11
  );
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/composer/ComposerSend.tsx"],"sourcesContent":["\"use client\";\n\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\nimport { useComposerSend } from \"../../primitive-hooks\";\n\n/**\n * @deprecated Use `ComposerPrimitive.Send.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveSendProps = ComposerPrimitiveSend.Props;\n\nexport namespace ComposerPrimitiveSend {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useComposerSend>;\n}\n\nexport const ComposerPrimitiveSend = createActionButton(\n \"ComposerPrimitive.Send\",\n useComposerSend\n);\n"],"mappings":";AAEA;AAAA,EAGE;AAAA,OACK;AACP,SAAS,uBAAuB;AAYzB,MAAM,wBAAwB;AAAA,EACnC;AAAA,EACA;AACF;","names":[]}
1
+ {"version":3,"sources":["../../../src/primitives/composer/ComposerSend.tsx"],"sourcesContent":["\"use client\";\n\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\nimport { useComposerSend } from \"../../primitive-hooks\";\n\n/**\n * @deprecated Use `ComposerPrimitive.Send.Props` instead. This will be removed in 0.6.\n */\nexport type ComposerPrimitiveSendProps = ComposerPrimitiveSend.Props;\n\nexport namespace ComposerPrimitiveSend {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useComposerSend>;\n}\n\nexport const ComposerPrimitiveSend = createActionButton(\n \"ComposerPrimitive.Send\",\n useComposerSend\n);\n"],"mappings":";;;AAEA;AAAA,EAGE;AAAA,OACK;AACP,SAAS,uBAAuB;AAYzB,IAAM,wBAAwB;AAAA,EACnC;AAAA,EACA;AACF;","names":[]}
@@ -16,6 +16,8 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/primitives/composer/index.ts
19
21
  var composer_exports = {};
20
22
  __export(composer_exports, {
21
23
  AddAttachment: () => import_ComposerAddAttachment.ComposerPrimitiveAddAttachment,
@@ -27,13 +29,13 @@ __export(composer_exports, {
27
29
  Send: () => import_ComposerSend.ComposerPrimitiveSend
28
30
  });
29
31
  module.exports = __toCommonJS(composer_exports);
30
- var import_ComposerRoot = require("./ComposerRoot");
31
- var import_ComposerInput = require("./ComposerInput");
32
- var import_ComposerSend = require("./ComposerSend");
33
- var import_ComposerCancel = require("./ComposerCancel");
34
- var import_ComposerAddAttachment = require("./ComposerAddAttachment");
35
- var import_ComposerAttachments = require("./ComposerAttachments");
36
- var import_ComposerIf = require("./ComposerIf");
32
+ var import_ComposerRoot = require("./ComposerRoot.cjs");
33
+ var import_ComposerInput = require("./ComposerInput.cjs");
34
+ var import_ComposerSend = require("./ComposerSend.cjs");
35
+ var import_ComposerCancel = require("./ComposerCancel.cjs");
36
+ var import_ComposerAddAttachment = require("./ComposerAddAttachment.cjs");
37
+ var import_ComposerAttachments = require("./ComposerAttachments.cjs");
38
+ var import_ComposerIf = require("./ComposerIf.cjs");
37
39
  // Annotate the CommonJS export names for ESM import in node:
38
40
  0 && (module.exports = {
39
41
  AddAttachment,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/composer/index.ts"],"sourcesContent":["export { ComposerPrimitiveRoot as Root } from \"./ComposerRoot\";\nexport { ComposerPrimitiveInput as Input } from \"./ComposerInput\";\nexport { ComposerPrimitiveSend as Send } from \"./ComposerSend\";\nexport { ComposerPrimitiveCancel as Cancel } from \"./ComposerCancel\";\nexport { ComposerPrimitiveAddAttachment as AddAttachment } from \"./ComposerAddAttachment\";\nexport { ComposerPrimitiveAttachments as Attachments } from \"./ComposerAttachments\";\nexport { ComposerPrimitiveIf as If } from \"./ComposerIf\";\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAA8C;AAC9C,2BAAgD;AAChD,0BAA8C;AAC9C,4BAAkD;AAClD,mCAAgE;AAChE,iCAA4D;AAC5D,wBAA0C;","names":[]}
1
+ {"version":3,"sources":["../../../src/primitives/composer/index.ts"],"sourcesContent":["export { ComposerPrimitiveRoot as Root } from \"./ComposerRoot\";\nexport { ComposerPrimitiveInput as Input } from \"./ComposerInput\";\nexport { ComposerPrimitiveSend as Send } from \"./ComposerSend\";\nexport { ComposerPrimitiveCancel as Cancel } from \"./ComposerCancel\";\nexport { ComposerPrimitiveAddAttachment as AddAttachment } from \"./ComposerAddAttachment\";\nexport { ComposerPrimitiveAttachments as Attachments } from \"./ComposerAttachments\";\nexport { ComposerPrimitiveIf as If } from \"./ComposerIf\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAA8C;AAC9C,2BAAgD;AAChD,0BAA8C;AAC9C,4BAAkD;AAClD,mCAAgE;AAChE,iCAA4D;AAC5D,wBAA0C;","names":[]}
@@ -1,10 +1,11 @@
1
- import { ComposerPrimitiveRoot } from "./ComposerRoot";
2
- import { ComposerPrimitiveInput } from "./ComposerInput";
3
- import { ComposerPrimitiveSend } from "./ComposerSend";
4
- import { ComposerPrimitiveCancel } from "./ComposerCancel";
5
- import { ComposerPrimitiveAddAttachment } from "./ComposerAddAttachment";
6
- import { ComposerPrimitiveAttachments } from "./ComposerAttachments";
7
- import { ComposerPrimitiveIf } from "./ComposerIf";
1
+ // src/primitives/composer/index.ts
2
+ import { ComposerPrimitiveRoot } from "./ComposerRoot.mjs";
3
+ import { ComposerPrimitiveInput } from "./ComposerInput.mjs";
4
+ import { ComposerPrimitiveSend } from "./ComposerSend.mjs";
5
+ import { ComposerPrimitiveCancel } from "./ComposerCancel.mjs";
6
+ import { ComposerPrimitiveAddAttachment } from "./ComposerAddAttachment.mjs";
7
+ import { ComposerPrimitiveAttachments } from "./ComposerAttachments.mjs";
8
+ import { ComposerPrimitiveIf } from "./ComposerIf.mjs";
8
9
  export {
9
10
  ComposerPrimitiveAddAttachment as AddAttachment,
10
11
  ComposerPrimitiveAttachments as Attachments,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/composer/index.ts"],"sourcesContent":["export { ComposerPrimitiveRoot as Root } from \"./ComposerRoot\";\nexport { ComposerPrimitiveInput as Input } from \"./ComposerInput\";\nexport { ComposerPrimitiveSend as Send } from \"./ComposerSend\";\nexport { ComposerPrimitiveCancel as Cancel } from \"./ComposerCancel\";\nexport { ComposerPrimitiveAddAttachment as AddAttachment } from \"./ComposerAddAttachment\";\nexport { ComposerPrimitiveAttachments as Attachments } from \"./ComposerAttachments\";\nexport { ComposerPrimitiveIf as If } from \"./ComposerIf\";\n"],"mappings":"AAAA,SAAkC,6BAAY;AAC9C,SAAmC,8BAAa;AAChD,SAAkC,6BAAY;AAC9C,SAAoC,+BAAc;AAClD,SAA2C,sCAAqB;AAChE,SAAyC,oCAAmB;AAC5D,SAAgC,2BAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/primitives/composer/index.ts"],"sourcesContent":["export { ComposerPrimitiveRoot as Root } from \"./ComposerRoot\";\nexport { ComposerPrimitiveInput as Input } from \"./ComposerInput\";\nexport { ComposerPrimitiveSend as Send } from \"./ComposerSend\";\nexport { ComposerPrimitiveCancel as Cancel } from \"./ComposerCancel\";\nexport { ComposerPrimitiveAddAttachment as AddAttachment } from \"./ComposerAddAttachment\";\nexport { ComposerPrimitiveAttachments as Attachments } from \"./ComposerAttachments\";\nexport { ComposerPrimitiveIf as If } from \"./ComposerIf\";\n"],"mappings":";AAAA,SAAkC,6BAAY;AAC9C,SAAmC,8BAAa;AAChD,SAAkC,6BAAY;AAC9C,SAAoC,+BAAc;AAClD,SAA2C,sCAAqB;AAChE,SAAyC,oCAAmB;AAC5D,SAAgC,2BAAU;","names":[]}
@@ -12,6 +12,8 @@ var __copyProps = (to, from, except, desc) => {
12
12
  return to;
13
13
  };
14
14
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // src/primitives/composer/types.ts
15
17
  var types_exports = {};
16
18
  module.exports = __toCommonJS(types_exports);
17
19
  //# sourceMappingURL=types.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/composer/types.ts"],"sourcesContent":["export type { ComposerPrimitiveRootProps } from \"./ComposerRoot\";\nexport type { ComposerPrimitiveInputProps } from \"./ComposerInput\";\nexport type { ComposerPrimitiveSendProps } from \"./ComposerSend\";\nexport type { ComposerPrimitiveCancelProps } from \"./ComposerCancel\";\nexport type { ComposerPrimitiveIfProps } from \"./ComposerIf\";\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
1
+ {"version":3,"sources":["../../../src/primitives/composer/types.ts"],"sourcesContent":["export type { ComposerPrimitiveRootProps } from \"./ComposerRoot\";\nexport type { ComposerPrimitiveInputProps } from \"./ComposerInput\";\nexport type { ComposerPrimitiveSendProps } from \"./ComposerSend\";\nexport type { ComposerPrimitiveCancelProps } from \"./ComposerCancel\";\nexport type { ComposerPrimitiveIfProps } from \"./ComposerIf\";\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -16,13 +16,15 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/primitives/contentPart/ContentPartDisplay.tsx
19
21
  var ContentPartDisplay_exports = {};
20
22
  __export(ContentPartDisplay_exports, {
21
23
  ContentPartPrimitiveDisplay: () => ContentPartPrimitiveDisplay
22
24
  });
23
25
  module.exports = __toCommonJS(ContentPartDisplay_exports);
24
- var import_useContentPartDisplay = require("../../primitive-hooks/contentPart/useContentPartDisplay");
25
- const ContentPartPrimitiveDisplay = () => {
26
+ var import_useContentPartDisplay = require("../../primitive-hooks/contentPart/useContentPartDisplay.cjs");
27
+ var ContentPartPrimitiveDisplay = () => {
26
28
  const { display } = (0, import_useContentPartDisplay.useContentPartDisplay)();
27
29
  return display ?? null;
28
30
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/contentPart/ContentPartDisplay.tsx"],"sourcesContent":["import type { FC } from \"react\";\nimport { useContentPartDisplay } from \"../../primitive-hooks/contentPart/useContentPartDisplay\";\n\n/**\n * @deprecated Use `ContentPartPrimitive.Display.Props` instead. This will be removed in 0.6.\n */\nexport type ContentPartPrimitiveDisplayProps =\n ContentPartPrimitiveDisplay.Props;\n\nexport namespace ContentPartPrimitiveDisplay {\n export type Props = Record<string, never>;\n}\n\nexport const ContentPartPrimitiveDisplay: FC<\n ContentPartPrimitiveDisplay.Props\n> = () => {\n const { display } = useContentPartDisplay();\n return display ?? null;\n};\n\nContentPartPrimitiveDisplay.displayName = \"ContentPartPrimitive.Display\";\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,mCAAsC;AAY/B,MAAM,8BAET,MAAM;AACR,QAAM,EAAE,QAAQ,QAAI,oDAAsB;AAC1C,SAAO,WAAW;AACpB;AAEA,4BAA4B,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../../src/primitives/contentPart/ContentPartDisplay.tsx"],"sourcesContent":["import type { FC } from \"react\";\nimport { useContentPartDisplay } from \"../../primitive-hooks/contentPart/useContentPartDisplay\";\n\n/**\n * @deprecated Use `ContentPartPrimitive.Display.Props` instead. This will be removed in 0.6.\n */\nexport type ContentPartPrimitiveDisplayProps =\n ContentPartPrimitiveDisplay.Props;\n\nexport namespace ContentPartPrimitiveDisplay {\n export type Props = Record<string, never>;\n}\n\nexport const ContentPartPrimitiveDisplay: FC<\n ContentPartPrimitiveDisplay.Props\n> = () => {\n const { display } = useContentPartDisplay();\n return display ?? null;\n};\n\nContentPartPrimitiveDisplay.displayName = \"ContentPartPrimitive.Display\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,mCAAsC;AAY/B,IAAM,8BAET,MAAM;AACR,QAAM,EAAE,QAAQ,QAAI,oDAAsB;AAC1C,SAAO,WAAW;AACpB;AAEA,4BAA4B,cAAc;","names":[]}
@@ -1,5 +1,6 @@
1
- import { useContentPartDisplay } from "../../primitive-hooks/contentPart/useContentPartDisplay";
2
- const ContentPartPrimitiveDisplay = () => {
1
+ // src/primitives/contentPart/ContentPartDisplay.tsx
2
+ import { useContentPartDisplay } from "../../primitive-hooks/contentPart/useContentPartDisplay.mjs";
3
+ var ContentPartPrimitiveDisplay = () => {
3
4
  const { display } = useContentPartDisplay();
4
5
  return display ?? null;
5
6
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/contentPart/ContentPartDisplay.tsx"],"sourcesContent":["import type { FC } from \"react\";\nimport { useContentPartDisplay } from \"../../primitive-hooks/contentPart/useContentPartDisplay\";\n\n/**\n * @deprecated Use `ContentPartPrimitive.Display.Props` instead. This will be removed in 0.6.\n */\nexport type ContentPartPrimitiveDisplayProps =\n ContentPartPrimitiveDisplay.Props;\n\nexport namespace ContentPartPrimitiveDisplay {\n export type Props = Record<string, never>;\n}\n\nexport const ContentPartPrimitiveDisplay: FC<\n ContentPartPrimitiveDisplay.Props\n> = () => {\n const { display } = useContentPartDisplay();\n return display ?? null;\n};\n\nContentPartPrimitiveDisplay.displayName = \"ContentPartPrimitive.Display\";\n"],"mappings":"AACA,SAAS,6BAA6B;AAY/B,MAAM,8BAET,MAAM;AACR,QAAM,EAAE,QAAQ,IAAI,sBAAsB;AAC1C,SAAO,WAAW;AACpB;AAEA,4BAA4B,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../../src/primitives/contentPart/ContentPartDisplay.tsx"],"sourcesContent":["import type { FC } from \"react\";\nimport { useContentPartDisplay } from \"../../primitive-hooks/contentPart/useContentPartDisplay\";\n\n/**\n * @deprecated Use `ContentPartPrimitive.Display.Props` instead. This will be removed in 0.6.\n */\nexport type ContentPartPrimitiveDisplayProps =\n ContentPartPrimitiveDisplay.Props;\n\nexport namespace ContentPartPrimitiveDisplay {\n export type Props = Record<string, never>;\n}\n\nexport const ContentPartPrimitiveDisplay: FC<\n ContentPartPrimitiveDisplay.Props\n> = () => {\n const { display } = useContentPartDisplay();\n return display ?? null;\n};\n\nContentPartPrimitiveDisplay.displayName = \"ContentPartPrimitive.Display\";\n"],"mappings":";AACA,SAAS,6BAA6B;AAY/B,IAAM,8BAET,MAAM;AACR,QAAM,EAAE,QAAQ,IAAI,sBAAsB;AAC1C,SAAO,WAAW;AACpB;AAEA,4BAA4B,cAAc;","names":[]}
@@ -16,16 +16,18 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/primitives/contentPart/ContentPartImage.tsx
19
21
  var ContentPartImage_exports = {};
20
22
  __export(ContentPartImage_exports, {
21
23
  ContentPartPrimitiveImage: () => ContentPartPrimitiveImage
22
24
  });
23
25
  module.exports = __toCommonJS(ContentPartImage_exports);
24
- var import_jsx_runtime = require("react/jsx-runtime");
25
26
  var import_react_primitive = require("@radix-ui/react-primitive");
26
27
  var import_react = require("react");
27
- var import_useContentPartImage = require("../../primitive-hooks/contentPart/useContentPartImage");
28
- const ContentPartPrimitiveImage = (0, import_react.forwardRef)((props, forwardedRef) => {
28
+ var import_useContentPartImage = require("../../primitive-hooks/contentPart/useContentPartImage.cjs");
29
+ var import_jsx_runtime = require("react/jsx-runtime");
30
+ var ContentPartPrimitiveImage = (0, import_react.forwardRef)((props, forwardedRef) => {
29
31
  const { image } = (0, import_useContentPartImage.useContentPartImage)();
30
32
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_primitive.Primitive.img, { src: image, ...props, ref: forwardedRef });
31
33
  });
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/primitives/contentPart/ContentPartImage.tsx"],"sourcesContent":["import { Primitive } from \"@radix-ui/react-primitive\";\nimport { type ElementRef, forwardRef, ComponentPropsWithoutRef } from \"react\";\nimport { useContentPartImage } from \"../../primitive-hooks/contentPart/useContentPartImage\";\n\n/**\n * @deprecated Use `ContentPartPrimitive.Image.Props` instead. This will be removed in 0.6.\n */\nexport type ContentPartPrimitiveImageProps = ContentPartPrimitiveImage.Props;\n\nexport namespace ContentPartPrimitiveImage {\n export type Element = ElementRef<typeof Primitive.img>;\n export type Props = ComponentPropsWithoutRef<typeof Primitive.img>;\n}\n\nexport const ContentPartPrimitiveImage = forwardRef<\n ContentPartPrimitiveImage.Element,\n ContentPartPrimitiveImage.Props\n>((props, forwardedRef) => {\n const { image } = useContentPartImage();\n return <Primitive.img src={image} {...props} ref={forwardedRef} />;\n});\n\nContentPartPrimitiveImage.displayName = \"ContentPartPrimitive.Image\";\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAmBS;AAnBT,6BAA0B;AAC1B,mBAAsE;AACtE,iCAAoC;AAY7B,MAAM,gCAA4B,yBAGvC,CAAC,OAAO,iBAAiB;AACzB,QAAM,EAAE,MAAM,QAAI,gDAAoB;AACtC,SAAO,4CAAC,iCAAU,KAAV,EAAc,KAAK,OAAQ,GAAG,OAAO,KAAK,cAAc;AAClE,CAAC;AAED,0BAA0B,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../../src/primitives/contentPart/ContentPartImage.tsx"],"sourcesContent":["import { Primitive } from \"@radix-ui/react-primitive\";\nimport { type ElementRef, forwardRef, ComponentPropsWithoutRef } from \"react\";\nimport { useContentPartImage } from \"../../primitive-hooks/contentPart/useContentPartImage\";\n\n/**\n * @deprecated Use `ContentPartPrimitive.Image.Props` instead. This will be removed in 0.6.\n */\nexport type ContentPartPrimitiveImageProps = ContentPartPrimitiveImage.Props;\n\nexport namespace ContentPartPrimitiveImage {\n export type Element = ElementRef<typeof Primitive.img>;\n export type Props = ComponentPropsWithoutRef<typeof Primitive.img>;\n}\n\nexport const ContentPartPrimitiveImage = forwardRef<\n ContentPartPrimitiveImage.Element,\n ContentPartPrimitiveImage.Props\n>((props, forwardedRef) => {\n const { image } = useContentPartImage();\n return <Primitive.img src={image} {...props} ref={forwardedRef} />;\n});\n\nContentPartPrimitiveImage.displayName = \"ContentPartPrimitive.Image\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,6BAA0B;AAC1B,mBAAsE;AACtE,iCAAoC;AAiB3B;AALF,IAAM,gCAA4B,yBAGvC,CAAC,OAAO,iBAAiB;AACzB,QAAM,EAAE,MAAM,QAAI,gDAAoB;AACtC,SAAO,4CAAC,iCAAU,KAAV,EAAc,KAAK,OAAQ,GAAG,OAAO,KAAK,cAAc;AAClE,CAAC;AAED,0BAA0B,cAAc;","names":[]}