stream-chat-react 11.8.0 → 11.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (366) hide show
  1. package/dist/{Window-7c2f264c.js → Window-7d524c3b.js} +3367 -165
  2. package/dist/browser.full-bundle.js +3692 -400
  3. package/dist/browser.full-bundle.js.map +1 -1
  4. package/dist/browser.full-bundle.min.js +4 -4
  5. package/dist/browser.full-bundle.min.js.map +1 -1
  6. package/dist/components/Attachment/Attachment.d.ts +1 -1
  7. package/dist/components/Attachment/Attachment.d.ts.map +1 -1
  8. package/dist/components/Attachment/AttachmentActions.d.ts +2 -1
  9. package/dist/components/Attachment/AttachmentActions.d.ts.map +1 -1
  10. package/dist/components/Attachment/AttachmentContainer.d.ts +9 -9
  11. package/dist/components/Attachment/AttachmentContainer.d.ts.map +1 -1
  12. package/dist/components/Attachment/Audio.d.ts +3 -3
  13. package/dist/components/Attachment/Audio.d.ts.map +1 -1
  14. package/dist/components/Attachment/Card.d.ts +3 -2
  15. package/dist/components/Attachment/Card.d.ts.map +1 -1
  16. package/dist/components/Attachment/DownloadButton.d.ts +2 -1
  17. package/dist/components/Attachment/DownloadButton.d.ts.map +1 -1
  18. package/dist/components/Attachment/FileAttachment.d.ts +2 -1
  19. package/dist/components/Attachment/FileAttachment.d.ts.map +1 -1
  20. package/dist/components/Attachment/FileSizeIndicator.d.ts +2 -1
  21. package/dist/components/Attachment/FileSizeIndicator.d.ts.map +1 -1
  22. package/dist/components/Attachment/UnsupportedAttachment.d.ts +2 -1
  23. package/dist/components/Attachment/UnsupportedAttachment.d.ts.map +1 -1
  24. package/dist/components/Attachment/icons.d.ts +4 -3
  25. package/dist/components/Attachment/icons.d.ts.map +1 -1
  26. package/dist/components/Attachment/utils.d.ts +8 -8
  27. package/dist/components/Attachment/utils.d.ts.map +1 -1
  28. package/dist/components/AutoCompleteTextarea/Header.d.ts +2 -1
  29. package/dist/components/AutoCompleteTextarea/Header.d.ts.map +1 -1
  30. package/dist/components/AutoCompleteTextarea/List.d.ts +2 -1
  31. package/dist/components/AutoCompleteTextarea/List.d.ts.map +1 -1
  32. package/dist/components/AutoCompleteTextarea/Textarea.d.ts +2 -2
  33. package/dist/components/AutoCompleteTextarea/Textarea.d.ts.map +1 -1
  34. package/dist/components/Avatar/Avatar.d.ts +1 -1
  35. package/dist/components/Avatar/Avatar.d.ts.map +1 -1
  36. package/dist/components/Channel/Channel.d.ts +2 -2
  37. package/dist/components/Channel/Channel.d.ts.map +1 -1
  38. package/dist/components/Channel/Channel.js +77 -62
  39. package/dist/components/Channel/LoadingChannel.d.ts +2 -1
  40. package/dist/components/Channel/LoadingChannel.d.ts.map +1 -1
  41. package/dist/components/ChannelHeader/ChannelHeader.d.ts +1 -1
  42. package/dist/components/ChannelHeader/ChannelHeader.d.ts.map +1 -1
  43. package/dist/components/ChannelHeader/ChannelHeader.js +1 -1
  44. package/dist/components/ChannelHeader/icons.d.ts +2 -1
  45. package/dist/components/ChannelHeader/icons.d.ts.map +1 -1
  46. package/dist/components/ChannelList/ChannelList.d.ts +1 -1
  47. package/dist/components/ChannelList/ChannelList.d.ts.map +1 -1
  48. package/dist/components/ChannelList/ChannelListMessenger.d.ts +1 -1
  49. package/dist/components/ChannelList/ChannelListMessenger.d.ts.map +1 -1
  50. package/dist/components/ChannelList/ChannelListMessenger.js +3 -1
  51. package/dist/components/ChannelList/hooks/usePaginatedChannels.d.ts.map +1 -1
  52. package/dist/components/ChannelList/hooks/usePaginatedChannels.js +12 -13
  53. package/dist/components/ChannelPreview/ChannelPreview.d.ts +1 -1
  54. package/dist/components/ChannelPreview/ChannelPreview.d.ts.map +1 -1
  55. package/dist/components/ChannelPreview/ChannelPreview.js +11 -8
  56. package/dist/components/ChannelPreview/ChannelPreviewMessenger.d.ts +2 -1
  57. package/dist/components/ChannelPreview/ChannelPreviewMessenger.d.ts.map +1 -1
  58. package/dist/components/ChannelPreview/utils.d.ts +2 -1
  59. package/dist/components/ChannelPreview/utils.d.ts.map +1 -1
  60. package/dist/components/ChannelSearch/ChannelSearch.d.ts +1 -1
  61. package/dist/components/ChannelSearch/ChannelSearch.d.ts.map +1 -1
  62. package/dist/components/ChannelSearch/SearchBar.d.ts +1 -1
  63. package/dist/components/ChannelSearch/SearchBar.d.ts.map +1 -1
  64. package/dist/components/ChannelSearch/SearchInput.d.ts +1 -1
  65. package/dist/components/ChannelSearch/SearchInput.d.ts.map +1 -1
  66. package/dist/components/ChannelSearch/SearchResults.d.ts +1 -1
  67. package/dist/components/ChannelSearch/SearchResults.d.ts.map +1 -1
  68. package/dist/components/ChannelSearch/SearchResults.js +2 -1
  69. package/dist/components/ChannelSearch/icons.d.ts +5 -4
  70. package/dist/components/ChannelSearch/icons.d.ts.map +1 -1
  71. package/dist/components/Chat/Chat.d.ts +1 -1
  72. package/dist/components/Chat/Chat.d.ts.map +1 -1
  73. package/dist/components/ChatAutoComplete/ChatAutoComplete.d.ts +1 -1
  74. package/dist/components/ChatAutoComplete/ChatAutoComplete.d.ts.map +1 -1
  75. package/dist/components/ChatDown/ChatDown.d.ts +1 -1
  76. package/dist/components/ChatDown/ChatDown.d.ts.map +1 -1
  77. package/dist/components/ChatDown/icons.d.ts +2 -1
  78. package/dist/components/ChatDown/icons.d.ts.map +1 -1
  79. package/dist/components/CommandItem/CommandItem.d.ts +2 -2
  80. package/dist/components/CommandItem/CommandItem.d.ts.map +1 -1
  81. package/dist/components/DateSeparator/DateSeparator.d.ts +2 -1
  82. package/dist/components/DateSeparator/DateSeparator.d.ts.map +1 -1
  83. package/dist/components/Emojis/EmojiPicker.d.ts +1 -1
  84. package/dist/components/Emojis/EmojiPicker.d.ts.map +1 -1
  85. package/dist/components/Emojis/EmojiPicker.js +1 -1
  86. package/dist/components/Emojis/index.cjs.js +4 -4
  87. package/dist/components/EmoticonItem/EmoticonItem.d.ts +2 -1
  88. package/dist/components/EmoticonItem/EmoticonItem.d.ts.map +1 -1
  89. package/dist/components/EmptyStateIndicator/EmptyStateIndicator.d.ts +2 -1
  90. package/dist/components/EmptyStateIndicator/EmptyStateIndicator.d.ts.map +1 -1
  91. package/dist/components/EmptyStateIndicator/icons.d.ts +2 -1
  92. package/dist/components/EmptyStateIndicator/icons.d.ts.map +1 -1
  93. package/dist/components/EventComponent/EventComponent.d.ts +1 -1
  94. package/dist/components/EventComponent/EventComponent.d.ts.map +1 -1
  95. package/dist/components/Gallery/BaseImage.d.ts +2 -2
  96. package/dist/components/Gallery/BaseImage.d.ts.map +1 -1
  97. package/dist/components/Gallery/Gallery.d.ts +2 -2
  98. package/dist/components/Gallery/Gallery.d.ts.map +1 -1
  99. package/dist/components/Gallery/Image.d.ts +2 -2
  100. package/dist/components/Gallery/Image.d.ts.map +1 -1
  101. package/dist/components/Gallery/ModalGallery.d.ts +2 -1
  102. package/dist/components/Gallery/ModalGallery.d.ts.map +1 -1
  103. package/dist/components/InfiniteScrollPaginator/InfiniteScroll.d.ts.map +1 -1
  104. package/dist/components/InfiniteScrollPaginator/InfiniteScroll.js +7 -12
  105. package/dist/components/LoadMore/LoadMoreButton.d.ts +1 -1
  106. package/dist/components/LoadMore/LoadMoreButton.d.ts.map +1 -1
  107. package/dist/components/LoadMore/LoadMoreButton.js +1 -1
  108. package/dist/components/LoadMore/LoadMorePaginator.d.ts +2 -2
  109. package/dist/components/LoadMore/LoadMorePaginator.d.ts.map +1 -1
  110. package/dist/components/Loading/LoadingChannels.d.ts +1 -1
  111. package/dist/components/Loading/LoadingChannels.d.ts.map +1 -1
  112. package/dist/components/Loading/LoadingErrorIndicator.d.ts +2 -1
  113. package/dist/components/Loading/LoadingErrorIndicator.d.ts.map +1 -1
  114. package/dist/components/Loading/LoadingIndicator.d.ts +2 -1
  115. package/dist/components/Loading/LoadingIndicator.d.ts.map +1 -1
  116. package/dist/components/MML/MML.d.ts +2 -1
  117. package/dist/components/MML/MML.d.ts.map +1 -1
  118. package/dist/components/Message/FixedHeightMessage.d.ts +2 -1
  119. package/dist/components/Message/FixedHeightMessage.d.ts.map +1 -1
  120. package/dist/components/Message/Message.d.ts +2 -1
  121. package/dist/components/Message/Message.d.ts.map +1 -1
  122. package/dist/components/Message/Message.js +2 -2
  123. package/dist/components/Message/MessageDeleted.d.ts +2 -1
  124. package/dist/components/Message/MessageDeleted.d.ts.map +1 -1
  125. package/dist/components/Message/MessageErrorText.d.ts +2 -2
  126. package/dist/components/Message/MessageErrorText.d.ts.map +1 -1
  127. package/dist/components/Message/MessageOptions.d.ts +1 -1
  128. package/dist/components/Message/MessageOptions.d.ts.map +1 -1
  129. package/dist/components/Message/MessageOptions.js +5 -3
  130. package/dist/components/Message/MessageRepliesCountButton.d.ts +2 -2
  131. package/dist/components/Message/MessageRepliesCountButton.d.ts.map +1 -1
  132. package/dist/components/Message/MessageSimple.d.ts +2 -1
  133. package/dist/components/Message/MessageSimple.d.ts.map +1 -1
  134. package/dist/components/Message/MessageStatus.d.ts +1 -1
  135. package/dist/components/Message/MessageStatus.d.ts.map +1 -1
  136. package/dist/components/Message/MessageText.d.ts +2 -1
  137. package/dist/components/Message/MessageText.d.ts.map +1 -1
  138. package/dist/components/Message/MessageTimestamp.d.ts +2 -1
  139. package/dist/components/Message/MessageTimestamp.d.ts.map +1 -1
  140. package/dist/components/Message/QuotedMessage.d.ts +2 -1
  141. package/dist/components/Message/QuotedMessage.d.ts.map +1 -1
  142. package/dist/components/Message/icons.d.ts +11 -10
  143. package/dist/components/Message/icons.d.ts.map +1 -1
  144. package/dist/components/Message/renderText/componentRenderers/Anchor.d.ts +2 -2
  145. package/dist/components/Message/renderText/componentRenderers/Anchor.d.ts.map +1 -1
  146. package/dist/components/Message/renderText/componentRenderers/Emoji.d.ts +2 -1
  147. package/dist/components/Message/renderText/componentRenderers/Emoji.d.ts.map +1 -1
  148. package/dist/components/Message/renderText/componentRenderers/Mention.d.ts +2 -2
  149. package/dist/components/Message/renderText/componentRenderers/Mention.d.ts.map +1 -1
  150. package/dist/components/Message/renderText/renderText.d.ts +2 -2
  151. package/dist/components/Message/renderText/renderText.d.ts.map +1 -1
  152. package/dist/components/Message/types.d.ts +5 -0
  153. package/dist/components/Message/types.d.ts.map +1 -1
  154. package/dist/components/MessageActions/CustomMessageActionsList.d.ts +2 -1
  155. package/dist/components/MessageActions/CustomMessageActionsList.d.ts.map +1 -1
  156. package/dist/components/MessageActions/MessageActions.d.ts +1 -1
  157. package/dist/components/MessageActions/MessageActions.d.ts.map +1 -1
  158. package/dist/components/MessageActions/MessageActions.js +3 -1
  159. package/dist/components/MessageActions/MessageActionsBox.d.ts +1 -1
  160. package/dist/components/MessageActions/MessageActionsBox.d.ts.map +1 -1
  161. package/dist/components/MessageActions/MessageActionsBox.js +1 -1
  162. package/dist/components/MessageBounce/MessageBounceModal.d.ts +2 -2
  163. package/dist/components/MessageBounce/MessageBounceModal.d.ts.map +1 -1
  164. package/dist/components/MessageBounce/MessageBouncePrompt.d.ts +2 -1
  165. package/dist/components/MessageBounce/MessageBouncePrompt.d.ts.map +1 -1
  166. package/dist/components/MessageInput/AttachmentPreviewList.d.ts +3 -2
  167. package/dist/components/MessageInput/AttachmentPreviewList.d.ts.map +1 -1
  168. package/dist/components/MessageInput/CooldownTimer.d.ts +1 -1
  169. package/dist/components/MessageInput/CooldownTimer.d.ts.map +1 -1
  170. package/dist/components/MessageInput/DefaultTriggerProvider.d.ts +1 -1
  171. package/dist/components/MessageInput/DefaultTriggerProvider.d.ts.map +1 -1
  172. package/dist/components/MessageInput/DropzoneProvider.d.ts +1 -1
  173. package/dist/components/MessageInput/DropzoneProvider.d.ts.map +1 -1
  174. package/dist/components/MessageInput/EditMessageForm.d.ts +2 -1
  175. package/dist/components/MessageInput/EditMessageForm.d.ts.map +1 -1
  176. package/dist/components/MessageInput/LinkPreviewList.d.ts +2 -1
  177. package/dist/components/MessageInput/LinkPreviewList.d.ts.map +1 -1
  178. package/dist/components/MessageInput/MessageInput.d.ts +1 -1
  179. package/dist/components/MessageInput/MessageInput.d.ts.map +1 -1
  180. package/dist/components/MessageInput/MessageInputFlat.d.ts +2 -1
  181. package/dist/components/MessageInput/MessageInputFlat.d.ts.map +1 -1
  182. package/dist/components/MessageInput/MessageInputFlat.js +1 -1
  183. package/dist/components/MessageInput/MessageInputSmall.d.ts +2 -1
  184. package/dist/components/MessageInput/MessageInputSmall.d.ts.map +1 -1
  185. package/dist/components/MessageInput/QuotedMessagePreview.d.ts +3 -2
  186. package/dist/components/MessageInput/QuotedMessagePreview.d.ts.map +1 -1
  187. package/dist/components/MessageInput/QuotedMessagePreview.js +1 -1
  188. package/dist/components/MessageInput/UploadsPreview.d.ts +2 -1
  189. package/dist/components/MessageInput/UploadsPreview.d.ts.map +1 -1
  190. package/dist/components/MessageInput/icons.d.ts +14 -14
  191. package/dist/components/MessageInput/icons.d.ts.map +1 -1
  192. package/dist/components/MessageInput/icons.js +2 -1
  193. package/dist/components/MessageList/ConnectionStatus.d.ts +1 -1
  194. package/dist/components/MessageList/ConnectionStatus.d.ts.map +1 -1
  195. package/dist/components/MessageList/CustomNotification.d.ts +2 -2
  196. package/dist/components/MessageList/CustomNotification.d.ts.map +1 -1
  197. package/dist/components/MessageList/GiphyPreviewMessage.d.ts +2 -1
  198. package/dist/components/MessageList/GiphyPreviewMessage.d.ts.map +1 -1
  199. package/dist/components/MessageList/MessageList.d.ts +8 -4
  200. package/dist/components/MessageList/MessageList.d.ts.map +1 -1
  201. package/dist/components/MessageList/MessageList.js +4 -2
  202. package/dist/components/MessageList/MessageListMainPanel.d.ts +2 -1
  203. package/dist/components/MessageList/MessageListMainPanel.d.ts.map +1 -1
  204. package/dist/components/MessageList/MessageListNotifications.d.ts +1 -1
  205. package/dist/components/MessageList/MessageListNotifications.d.ts.map +1 -1
  206. package/dist/components/MessageList/MessageNotification.d.ts +1 -1
  207. package/dist/components/MessageList/MessageNotification.d.ts.map +1 -1
  208. package/dist/components/MessageList/ScrollToBottomButton.d.ts +2 -1
  209. package/dist/components/MessageList/ScrollToBottomButton.d.ts.map +1 -1
  210. package/dist/components/MessageList/ScrollToBottomButton.js +44 -3
  211. package/dist/components/MessageList/UnreadMessagesNotification.d.ts +12 -1
  212. package/dist/components/MessageList/UnreadMessagesNotification.d.ts.map +1 -1
  213. package/dist/components/MessageList/UnreadMessagesNotification.js +4 -2
  214. package/dist/components/MessageList/UnreadMessagesSeparator.d.ts +9 -1
  215. package/dist/components/MessageList/UnreadMessagesSeparator.d.ts.map +1 -1
  216. package/dist/components/MessageList/UnreadMessagesSeparator.js +2 -2
  217. package/dist/components/MessageList/VirtualizedMessageList.d.ts +9 -5
  218. package/dist/components/MessageList/VirtualizedMessageList.d.ts.map +1 -1
  219. package/dist/components/MessageList/VirtualizedMessageList.js +9 -4
  220. package/dist/components/MessageList/VirtualizedMessageListComponents.d.ts +6 -6
  221. package/dist/components/MessageList/VirtualizedMessageListComponents.d.ts.map +1 -1
  222. package/dist/components/MessageList/VirtualizedMessageListComponents.js +2 -2
  223. package/dist/components/MessageList/hooks/MessageList/useUnreadMessagesNotification.d.ts +2 -1
  224. package/dist/components/MessageList/hooks/MessageList/useUnreadMessagesNotification.d.ts.map +1 -1
  225. package/dist/components/MessageList/hooks/MessageList/useUnreadMessagesNotification.js +27 -13
  226. package/dist/components/MessageList/hooks/VirtualizedMessageList/useUnreadMessagesNotificationVirtualized.d.ts +3 -1
  227. package/dist/components/MessageList/hooks/VirtualizedMessageList/useUnreadMessagesNotificationVirtualized.d.ts.map +1 -1
  228. package/dist/components/MessageList/hooks/VirtualizedMessageList/useUnreadMessagesNotificationVirtualized.js +13 -7
  229. package/dist/components/MessageList/hooks/useMarkRead.d.ts +3 -2
  230. package/dist/components/MessageList/hooks/useMarkRead.d.ts.map +1 -1
  231. package/dist/components/MessageList/hooks/useMarkRead.js +65 -11
  232. package/dist/components/MessageList/icons.d.ts +4 -3
  233. package/dist/components/MessageList/icons.d.ts.map +1 -1
  234. package/dist/components/MessageList/renderMessages.d.ts +2 -2
  235. package/dist/components/MessageList/renderMessages.d.ts.map +1 -1
  236. package/dist/components/Modal/Modal.d.ts +1 -1
  237. package/dist/components/Modal/Modal.d.ts.map +1 -1
  238. package/dist/components/Modal/Modal.js +9 -7
  239. package/dist/components/Modal/icons.d.ts +2 -1
  240. package/dist/components/Modal/icons.d.ts.map +1 -1
  241. package/dist/components/ReactFileUtilities/FileIcon/FileIcon.d.ts +1 -1
  242. package/dist/components/ReactFileUtilities/FileIcon/FileIcon.d.ts.map +1 -1
  243. package/dist/components/ReactFileUtilities/FileIcon/FileIconSet/v1.d.ts +12 -12
  244. package/dist/components/ReactFileUtilities/FileIcon/FileIconSet/v1.d.ts.map +1 -1
  245. package/dist/components/ReactFileUtilities/FileIcon/FileIconSet/v2.d.ts +18 -18
  246. package/dist/components/ReactFileUtilities/FileIcon/FileIconSet/v2.d.ts.map +1 -1
  247. package/dist/components/ReactFileUtilities/FilePreviewer.d.ts +2 -1
  248. package/dist/components/ReactFileUtilities/FilePreviewer.d.ts.map +1 -1
  249. package/dist/components/ReactFileUtilities/FileUploadButton.d.ts +2 -2
  250. package/dist/components/ReactFileUtilities/FileUploadButton.d.ts.map +1 -1
  251. package/dist/components/ReactFileUtilities/FileUploadButton.js +3 -1
  252. package/dist/components/ReactFileUtilities/IconButton.d.ts +2 -2
  253. package/dist/components/ReactFileUtilities/IconButton.d.ts.map +1 -1
  254. package/dist/components/ReactFileUtilities/IconButton.js +3 -1
  255. package/dist/components/ReactFileUtilities/ImageDropzone.d.ts +2 -2
  256. package/dist/components/ReactFileUtilities/ImageDropzone.d.ts.map +1 -1
  257. package/dist/components/ReactFileUtilities/ImagePreviewer.d.ts +2 -2
  258. package/dist/components/ReactFileUtilities/ImagePreviewer.d.ts.map +1 -1
  259. package/dist/components/ReactFileUtilities/ImagePreviewer.js +3 -1
  260. package/dist/components/ReactFileUtilities/ImageUploadButton.d.ts +2 -2
  261. package/dist/components/ReactFileUtilities/ImageUploadButton.d.ts.map +1 -1
  262. package/dist/components/ReactFileUtilities/ImageUploadButton.js +3 -1
  263. package/dist/components/ReactFileUtilities/LoadingIndicator.d.ts +2 -1
  264. package/dist/components/ReactFileUtilities/LoadingIndicator.d.ts.map +1 -1
  265. package/dist/components/ReactFileUtilities/Thumbnail.d.ts +2 -2
  266. package/dist/components/ReactFileUtilities/Thumbnail.d.ts.map +1 -1
  267. package/dist/components/ReactFileUtilities/ThumbnailPlaceholder.d.ts +2 -1
  268. package/dist/components/ReactFileUtilities/ThumbnailPlaceholder.d.ts.map +1 -1
  269. package/dist/components/ReactFileUtilities/UploadButton.d.ts +2 -2
  270. package/dist/components/ReactFileUtilities/UploadButton.d.ts.map +1 -1
  271. package/dist/components/ReactFileUtilities/icons/AttachmentIcon.d.ts +2 -1
  272. package/dist/components/ReactFileUtilities/icons/AttachmentIcon.d.ts.map +1 -1
  273. package/dist/components/ReactFileUtilities/icons/CloseIcon.d.ts +2 -1
  274. package/dist/components/ReactFileUtilities/icons/CloseIcon.d.ts.map +1 -1
  275. package/dist/components/ReactFileUtilities/icons/FilePlaceholderIcon.d.ts +2 -2
  276. package/dist/components/ReactFileUtilities/icons/FilePlaceholderIcon.d.ts.map +1 -1
  277. package/dist/components/ReactFileUtilities/icons/PictureIcon.d.ts +2 -1
  278. package/dist/components/ReactFileUtilities/icons/PictureIcon.d.ts.map +1 -1
  279. package/dist/components/ReactFileUtilities/icons/RetryIcon.d.ts +2 -1
  280. package/dist/components/ReactFileUtilities/icons/RetryIcon.d.ts.map +1 -1
  281. package/dist/components/Reactions/ReactionsList.d.ts +7 -1
  282. package/dist/components/Reactions/ReactionsList.d.ts.map +1 -1
  283. package/dist/components/Reactions/ReactionsList.js +5 -3
  284. package/dist/components/Reactions/ReactionsListModal.d.ts +4 -3
  285. package/dist/components/Reactions/ReactionsListModal.d.ts.map +1 -1
  286. package/dist/components/Reactions/ReactionsListModal.js +18 -8
  287. package/dist/components/Reactions/SimpleReactionsList.d.ts +2 -1
  288. package/dist/components/Reactions/SimpleReactionsList.d.ts.map +1 -1
  289. package/dist/components/Reactions/SpriteImage.d.ts +2 -1
  290. package/dist/components/Reactions/SpriteImage.d.ts.map +1 -1
  291. package/dist/components/Reactions/SpriteImage.js +3 -17
  292. package/dist/components/Reactions/StreamEmoji.d.ts +1 -1
  293. package/dist/components/Reactions/StreamEmoji.d.ts.map +1 -1
  294. package/dist/components/Reactions/StreamEmoji.js +3 -1
  295. package/dist/components/Reactions/hooks/useFetchReactions.js +2 -2
  296. package/dist/components/Reactions/hooks/useProcessReactions.d.ts +5 -2
  297. package/dist/components/Reactions/hooks/useProcessReactions.d.ts.map +1 -1
  298. package/dist/components/Reactions/hooks/useProcessReactions.js +10 -3
  299. package/dist/components/Reactions/types.d.ts +4 -1
  300. package/dist/components/Reactions/types.d.ts.map +1 -1
  301. package/dist/components/SafeAnchor/SafeAnchor.d.ts +2 -2
  302. package/dist/components/SafeAnchor/SafeAnchor.d.ts.map +1 -1
  303. package/dist/components/SafeAnchor/SafeAnchor.js +3 -1
  304. package/dist/components/Thread/Thread.d.ts +1 -1
  305. package/dist/components/Thread/Thread.d.ts.map +1 -1
  306. package/dist/components/Thread/ThreadHead.d.ts +2 -1
  307. package/dist/components/Thread/ThreadHead.d.ts.map +1 -1
  308. package/dist/components/Thread/ThreadHeader.d.ts +1 -1
  309. package/dist/components/Thread/ThreadHeader.d.ts.map +1 -1
  310. package/dist/components/Thread/ThreadHeader.js +1 -1
  311. package/dist/components/Thread/ThreadStart.d.ts +2 -1
  312. package/dist/components/Thread/ThreadStart.d.ts.map +1 -1
  313. package/dist/components/Thread/icons.d.ts +2 -1
  314. package/dist/components/Thread/icons.d.ts.map +1 -1
  315. package/dist/components/Tooltip/Tooltip.d.ts +2 -2
  316. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  317. package/dist/components/TypingIndicator/TypingIndicator.d.ts +1 -1
  318. package/dist/components/TypingIndicator/TypingIndicator.d.ts.map +1 -1
  319. package/dist/components/UserItem/UserItem.d.ts +1 -1
  320. package/dist/components/UserItem/UserItem.d.ts.map +1 -1
  321. package/dist/components/Window/Window.d.ts +1 -1
  322. package/dist/components/Window/Window.d.ts.map +1 -1
  323. package/dist/context/ChannelActionContext.d.ts +4 -3
  324. package/dist/context/ChannelActionContext.d.ts.map +1 -1
  325. package/dist/context/ChannelListContext.d.ts +1 -1
  326. package/dist/context/ChannelListContext.d.ts.map +1 -1
  327. package/dist/context/ChannelStateContext.d.ts +2 -2
  328. package/dist/context/ChannelStateContext.d.ts.map +1 -1
  329. package/dist/context/ChatContext.d.ts +2 -2
  330. package/dist/context/ChatContext.d.ts.map +1 -1
  331. package/dist/context/ComponentContext.d.ts +2 -2
  332. package/dist/context/ComponentContext.d.ts.map +1 -1
  333. package/dist/context/MessageBounceContext.d.ts +2 -2
  334. package/dist/context/MessageBounceContext.d.ts.map +1 -1
  335. package/dist/context/MessageContext.d.ts +7 -2
  336. package/dist/context/MessageContext.d.ts.map +1 -1
  337. package/dist/context/MessageInputContext.d.ts +1 -1
  338. package/dist/context/MessageInputContext.d.ts.map +1 -1
  339. package/dist/context/MessageListContext.d.ts +1 -1
  340. package/dist/context/MessageListContext.d.ts.map +1 -1
  341. package/dist/context/TranslationContext.d.ts +2 -2
  342. package/dist/context/TranslationContext.d.ts.map +1 -1
  343. package/dist/context/TypingContext.d.ts +2 -2
  344. package/dist/context/TypingContext.d.ts.map +1 -1
  345. package/dist/css/v2/index.css +1 -1
  346. package/dist/css/v2/index.layout.css +1 -1
  347. package/dist/i18n/Streami18n.d.ts +19 -0
  348. package/dist/i18n/Streami18n.d.ts.map +1 -1
  349. package/dist/i18n/de.json +19 -0
  350. package/dist/i18n/en.json +19 -0
  351. package/dist/i18n/es.json +19 -0
  352. package/dist/i18n/fr.json +19 -0
  353. package/dist/i18n/hi.json +19 -0
  354. package/dist/i18n/it.json +19 -0
  355. package/dist/i18n/ja.json +19 -0
  356. package/dist/i18n/ko.json +19 -0
  357. package/dist/i18n/nl.json +19 -0
  358. package/dist/i18n/pt.json +19 -0
  359. package/dist/i18n/ru.json +19 -0
  360. package/dist/i18n/tr.json +19 -0
  361. package/dist/index.cjs.js +129 -54
  362. package/dist/scss/v2/MessageReactions/MessageReactions-layout.scss +15 -1
  363. package/dist/version.d.ts +1 -1
  364. package/dist/version.d.ts.map +1 -1
  365. package/dist/version.js +1 -1
  366. package/package.json +9 -6
@@ -1,7 +1,8 @@
1
+ import React from 'react';
1
2
  import type { StreamMessage } from '../../context/ChannelStateContext';
2
3
  import type { DefaultStreamChatGenerics } from '../../types/types';
3
4
  export type MessageDeletedProps<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = {
4
5
  message: StreamMessage<StreamChatGenerics>;
5
6
  };
6
- export declare const MessageDeleted: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: MessageDeletedProps<StreamChatGenerics>) => JSX.Element;
7
+ export declare const MessageDeleted: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: MessageDeletedProps<StreamChatGenerics>) => React.JSX.Element;
7
8
  //# sourceMappingURL=MessageDeleted.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageDeleted.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageDeleted.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAEvE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAEnE,MAAM,MAAM,mBAAmB,CAC7B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IACF,OAAO,EAAE,aAAa,CAAC,kBAAkB,CAAC,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,cAAc,mJA0B1B,CAAC"}
1
+ {"version":3,"file":"MessageDeleted.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageDeleted.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAEvE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAEnE,MAAM,MAAM,mBAAmB,CAC7B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IACF,OAAO,EAAE,aAAa,CAAC,kBAAkB,CAAC,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,cAAc,yJA0B1B,CAAC"}
@@ -1,9 +1,9 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { StreamMessage } from '../../context';
3
3
  import { DefaultStreamChatGenerics } from '../../types/types';
4
4
  export interface MessageErrorTextProps<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> {
5
5
  message: StreamMessage<StreamChatGenerics>;
6
6
  theme: string;
7
7
  }
8
- export declare function MessageErrorText<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>({ message, theme }: MessageErrorTextProps<StreamChatGenerics>): JSX.Element | null;
8
+ export declare function MessageErrorText<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>({ message, theme }: MessageErrorTextProps<StreamChatGenerics>): React.JSX.Element | null;
9
9
  //# sourceMappingURL=MessageErrorText.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageErrorText.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageErrorText.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,aAAa,EAAyB,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAG9D,MAAM,WAAW,qBAAqB,CACpC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB;IAEhF,OAAO,EAAE,aAAa,CAAC,kBAAkB,CAAC,CAAC;IAC3C,KAAK,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,gBAAgB,CAC9B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,EAChF,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,qBAAqB,CAAC,kBAAkB,CAAC,sBAsB9D"}
1
+ {"version":3,"file":"MessageErrorText.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageErrorText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAyB,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAG9D,MAAM,WAAW,qBAAqB,CACpC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB;IAEhF,OAAO,EAAE,aAAa,CAAC,kBAAkB,CAAC,CAAC;IAC3C,KAAK,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,gBAAgB,CAC9B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,EAChF,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,qBAAqB,CAAC,kBAAkB,CAAC,4BAsB9D"}
@@ -9,5 +9,5 @@ export type MessageOptionsProps<StreamChatGenerics extends DefaultStreamChatGene
9
9
  theme?: string;
10
10
  ThreadIcon?: React.ComponentType<IconProps>;
11
11
  };
12
- export declare const MessageOptions: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: MessageOptionsProps<StreamChatGenerics>) => JSX.Element | null;
12
+ export declare const MessageOptions: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: MessageOptionsProps<StreamChatGenerics>) => React.JSX.Element | null;
13
13
  //# sourceMappingURL=MessageOptions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageOptions.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,EAAE,mBAAmB,EAAqB,MAAM,8BAA8B,CAAC;AAEtF,OAAO,KAAK,EAAE,yBAAyB,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9E,MAAM,MAAM,mBAAmB,CAC7B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,OAAO,CAAC,IAAI,CAAC,mBAAmB,CAAC,kBAAkB,CAAC,EAAE,kBAAkB,CAAC,CAAC,GAAG;IAE/E,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IAE7C,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,iBAAiB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAEpD,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IAE9C,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;CAC7C,CAAC;AAgFF,eAAO,MAAM,cAAc,0JAES,CAAC"}
1
+ {"version":3,"file":"MessageOptions.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,EAAE,mBAAmB,EAAqB,MAAM,8BAA8B,CAAC;AAEtF,OAAO,KAAK,EAAE,yBAAyB,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAG9E,MAAM,MAAM,mBAAmB,CAC7B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,OAAO,CAAC,IAAI,CAAC,mBAAmB,CAAC,kBAAkB,CAAC,EAAE,kBAAkB,CAAC,CAAC,GAAG;IAE/E,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IAE7C,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,iBAAiB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAEpD,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IAE9C,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;CAC7C,CAAC;AAoFF,eAAO,MAAM,cAAc,gKAES,CAAC"}
@@ -3,9 +3,11 @@ import { ActionsIcon as DefaultActionsIcon, ReactionIcon as DefaultReactionIcon,
3
3
  import { MESSAGE_ACTIONS, showMessageActionsBox } from './utils';
4
4
  import { MessageActions } from '../MessageActions';
5
5
  import { useMessageContext } from '../../context/MessageContext';
6
+ import { useTranslationContext } from '../../context';
6
7
  var UnMemoizedMessageOptions = function (props) {
7
8
  var _a = props.ActionsIcon, ActionsIcon = _a === void 0 ? DefaultActionsIcon : _a, _b = props.displayReplies, displayReplies = _b === void 0 ? true : _b, propHandleOpenThread = props.handleOpenThread, messageWrapperRef = props.messageWrapperRef, _c = props.ReactionIcon, ReactionIcon = _c === void 0 ? DefaultReactionIcon : _c, _d = props.theme, theme = _d === void 0 ? 'simple' : _d, _e = props.ThreadIcon, ThreadIcon = _e === void 0 ? DefaultThreadIcon : _e;
8
- var _f = useMessageContext('MessageOptions'), customMessageActions = _f.customMessageActions, getMessageActions = _f.getMessageActions, contextHandleOpenThread = _f.handleOpenThread, initialMessage = _f.initialMessage, message = _f.message, onReactionListClick = _f.onReactionListClick, threadList = _f.threadList;
9
+ var _f = useMessageContext('MessageOptions'), customMessageActions = _f.customMessageActions, getMessageActions = _f.getMessageActions, contextHandleOpenThread = _f.handleOpenThread, initialMessage = _f.initialMessage, message = _f.message, onReactionListClick = _f.onReactionListClick, showDetailedReactions = _f.showDetailedReactions, threadList = _f.threadList;
10
+ var t = useTranslationContext('MessageOptions').t;
9
11
  var handleOpenThread = propHandleOpenThread || contextHandleOpenThread;
10
12
  var messageActions = getMessageActions();
11
13
  var showActionsBox = showMessageActionsBox(messageActions, threadList) || !!customMessageActions;
@@ -23,9 +25,9 @@ var UnMemoizedMessageOptions = function (props) {
23
25
  var rootClassName = "str-chat__message-".concat(theme, "__actions str-chat__message-options");
24
26
  return (React.createElement("div", { className: rootClassName, "data-testid": 'message-options' },
25
27
  showActionsBox && (React.createElement(MessageActions, { ActionsIcon: ActionsIcon, messageWrapperRef: messageWrapperRef })),
26
- shouldShowReplies && (React.createElement("button", { "aria-label": 'Open Thread', className: "str-chat__message-".concat(theme, "__actions__action str-chat__message-").concat(theme, "__actions__action--thread str-chat__message-reply-in-thread-button"), "data-testid": 'thread-action', onClick: handleOpenThread },
28
+ shouldShowReplies && (React.createElement("button", { "aria-label": t('aria/Open Thread'), className: "str-chat__message-".concat(theme, "__actions__action str-chat__message-").concat(theme, "__actions__action--thread str-chat__message-reply-in-thread-button"), "data-testid": 'thread-action', onClick: handleOpenThread },
27
29
  React.createElement(ThreadIcon, { className: 'str-chat__message-action-icon' }))),
28
- shouldShowReactions && (React.createElement("button", { "aria-label": 'Open Reaction Selector', className: "str-chat__message-".concat(theme, "__actions__action str-chat__message-").concat(theme, "__actions__action--reactions str-chat__message-reactions-button"), "data-testid": 'message-reaction-action', onClick: onReactionListClick },
30
+ shouldShowReactions && (React.createElement("button", { "aria-expanded": showDetailedReactions, "aria-label": t('aria/Open Reaction Selector'), className: "str-chat__message-".concat(theme, "__actions__action str-chat__message-").concat(theme, "__actions__action--reactions str-chat__message-reactions-button"), "data-testid": 'message-reaction-action', onClick: onReactionListClick },
29
31
  React.createElement(ReactionIcon, { className: 'str-chat__message-action-icon' })))));
30
32
  };
31
33
  export var MessageOptions = React.memo(UnMemoizedMessageOptions);
@@ -1,9 +1,9 @@
1
- import { MouseEventHandler } from 'react';
1
+ import React, { MouseEventHandler } from 'react';
2
2
  export type MessageRepliesCountButtonProps = {
3
3
  labelPlural?: string;
4
4
  labelSingle?: string;
5
5
  onClick?: MouseEventHandler;
6
6
  reply_count?: number;
7
7
  };
8
- export declare const MessageRepliesCountButton: (props: MessageRepliesCountButtonProps) => JSX.Element | null;
8
+ export declare const MessageRepliesCountButton: (props: MessageRepliesCountButtonProps) => React.JSX.Element | null;
9
9
  //# sourceMappingURL=MessageRepliesCountButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageRepliesCountButton.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageRepliesCountButton.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAOjD,MAAM,MAAM,8BAA8B,GAAG;IAE3C,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAE5B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAgCF,eAAO,MAAM,yBAAyB,UA9Bc,8BAA8B,uBAgCnC,CAAC"}
1
+ {"version":3,"file":"MessageRepliesCountButton.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageRepliesCountButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAOjD,MAAM,MAAM,8BAA8B,GAAG;IAE3C,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAE5B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAgCF,eAAO,MAAM,yBAAyB,UA9Bc,8BAA8B,6BAgCnC,CAAC"}
@@ -1,8 +1,9 @@
1
+ import React from 'react';
1
2
  import { MessageContextValue } from '../../context/MessageContext';
2
3
  import type { MessageUIComponentProps } from './types';
3
4
  import type { DefaultStreamChatGenerics } from '../../types/types';
4
5
  /**
5
6
  * The default UI component that renders a message and receives functionality and logic from the MessageContext.
6
7
  */
7
- export declare const MessageSimple: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: Partial<MessageContextValue<StreamChatGenerics>>) => JSX.Element;
8
+ export declare const MessageSimple: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: Partial<MessageContextValue<StreamChatGenerics>>) => React.JSX.Element;
8
9
  //# sourceMappingURL=MessageSimple.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageSimple.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageSimple.tsx"],"names":[],"mappings":"AA+BA,OAAO,EAAE,mBAAmB,EAAqB,MAAM,8BAA8B,CAAC;AAEtF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAEvD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAgNnE;;GAEG;AACH,eAAO,MAAM,aAAa,4JAQzB,CAAC"}
1
+ {"version":3,"file":"MessageSimple.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageSimple.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA+BxC,OAAO,EAAE,mBAAmB,EAAqB,MAAM,8BAA8B,CAAC;AAEtF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAEvD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAgNnE;;GAEG;AACH,eAAO,MAAM,aAAa,kKAQzB,CAAC"}
@@ -7,5 +7,5 @@ export type MessageStatusProps = {
7
7
  messageType?: string;
8
8
  tooltipUserNameMapper?: TooltipUsernameMapper;
9
9
  };
10
- export declare const MessageStatus: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: MessageStatusProps) => JSX.Element | null;
10
+ export declare const MessageStatus: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: MessageStatusProps) => React.JSX.Element | null;
11
11
  //# sourceMappingURL=MessageStatus.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageStatus.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,OAAO,EAA2C,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEzF,OAAO,EAAE,WAAW,EAA2B,MAAM,WAAW,CAAC;AAUjE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAEnE,MAAM,MAAM,kBAAkB,GAAG;IAE/B,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC;IAE1C,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;CAC/C,CAAC;AA0HF,eAAO,MAAM,aAAa,4FArHjB,kBAAkB,uBAqHuE,CAAC"}
1
+ {"version":3,"file":"MessageStatus.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,OAAO,EAA2C,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEzF,OAAO,EAAE,WAAW,EAA2B,MAAM,WAAW,CAAC;AAUjE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAEnE,MAAM,MAAM,kBAAkB,GAAG;IAE/B,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC;IAE1C,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;CAC/C,CAAC;AA0HF,eAAO,MAAM,aAAa,4FArHjB,kBAAkB,6BAqHuE,CAAC"}
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import type { MessageContextValue, StreamMessage } from '../../context';
2
3
  import type { DefaultStreamChatGenerics } from '../../types/types';
3
4
  export type MessageTextProps<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = {
@@ -6,5 +7,5 @@ export type MessageTextProps<StreamChatGenerics extends DefaultStreamChatGeneric
6
7
  message?: StreamMessage<StreamChatGenerics>;
7
8
  theme?: string;
8
9
  } & Pick<MessageContextValue<StreamChatGenerics>, 'renderText'>;
9
- export declare const MessageText: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: MessageTextProps<StreamChatGenerics>) => JSX.Element | null;
10
+ export declare const MessageText: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: MessageTextProps<StreamChatGenerics>) => React.JSX.Element | null;
10
11
  //# sourceMappingURL=MessageText.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageText.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageText.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACxE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAEnE,MAAM,MAAM,gBAAgB,CAC1B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IAEF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,OAAO,CAAC,EAAE,aAAa,CAAC,kBAAkB,CAAC,CAAC;IAE5C,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,IAAI,CAAC,mBAAmB,CAAC,kBAAkB,CAAC,EAAE,YAAY,CAAC,CAAC;AA4EhE,eAAO,MAAM,WAAW,uJAEkB,CAAC"}
1
+ {"version":3,"file":"MessageText.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAUvC,OAAO,KAAK,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACxE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAEnE,MAAM,MAAM,gBAAgB,CAC1B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IAEF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,OAAO,CAAC,EAAE,aAAa,CAAC,kBAAkB,CAAC,CAAC;IAE5C,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,IAAI,CAAC,mBAAmB,CAAC,kBAAkB,CAAC,EAAE,YAAY,CAAC,CAAC;AA4EhE,eAAO,MAAM,WAAW,6JAEkB,CAAC"}
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import type { StreamMessage } from '../../context/ChannelStateContext';
2
3
  import type { DefaultStreamChatGenerics } from '../../types/types';
3
4
  export declare const defaultTimestampFormat = "h:mmA";
@@ -7,5 +8,5 @@ export type MessageTimestampProps<StreamChatGenerics extends DefaultStreamChatGe
7
8
  format?: string;
8
9
  message?: StreamMessage<StreamChatGenerics>;
9
10
  };
10
- export declare const MessageTimestamp: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: MessageTimestampProps<StreamChatGenerics>) => JSX.Element | null;
11
+ export declare const MessageTimestamp: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: MessageTimestampProps<StreamChatGenerics>) => React.JSX.Element | null;
11
12
  //# sourceMappingURL=MessageTimestamp.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageTimestamp.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageTimestamp.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAEvE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAGnE,eAAO,MAAM,sBAAsB,UAAU,CAAC;AAE9C,MAAM,MAAM,qBAAqB,CAC/B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IAEF,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,OAAO,CAAC,EAAE,aAAa,CAAC,kBAAkB,CAAC,CAAC;CAC7C,CAAC;AAwCF,eAAO,MAAM,gBAAgB,4JAES,CAAC"}
1
+ {"version":3,"file":"MessageTimestamp.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageTimestamp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAEvE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAGnE,eAAO,MAAM,sBAAsB,UAAU,CAAC;AAE9C,MAAM,MAAM,qBAAqB,CAC/B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IAEF,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,OAAO,CAAC,EAAE,aAAa,CAAC,kBAAkB,CAAC,CAAC;CAC7C,CAAC;AAwCF,eAAO,MAAM,gBAAgB,kKAES,CAAC"}
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import type { DefaultStreamChatGenerics } from '../../types/types';
2
- export declare const QuotedMessage: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>() => JSX.Element | null;
3
+ export declare const QuotedMessage: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>() => React.JSX.Element | null;
3
4
  //# sourceMappingURL=QuotedMessage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QuotedMessage.d.ts","sourceRoot":"","sources":["../../../src/components/Message/QuotedMessage.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAEnE,eAAO,MAAM,aAAa,4GA2DzB,CAAC"}
1
+ {"version":3,"file":"QuotedMessage.d.ts","sourceRoot":"","sources":["../../../src/components/Message/QuotedMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAEnE,eAAO,MAAM,aAAa,kHA2DzB,CAAC"}
@@ -1,13 +1,14 @@
1
+ import React from 'react';
1
2
  import type { PinIndicatorProps } from './types';
2
3
  import type { DefaultStreamChatGenerics, IconProps } from '../../types/types';
3
- export declare const ActionsIcon: ({ className }: IconProps) => JSX.Element;
4
- export declare const ReplyIcon: () => JSX.Element;
5
- export declare const DeliveredCheckIcon: () => JSX.Element;
6
- export declare const ReactionIcon: ({ className }: IconProps) => JSX.Element;
7
- export declare const ThreadIcon: ({ className }: IconProps) => JSX.Element;
8
- export declare const ErrorIcon: () => JSX.Element;
9
- export declare const PinIcon: () => JSX.Element;
10
- export declare const PinIndicator: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>({ message, t, }: PinIndicatorProps<StreamChatGenerics>) => JSX.Element | null;
11
- export declare const MessageDeliveredIcon: () => JSX.Element;
12
- export declare const MessageErrorIcon: () => JSX.Element;
4
+ export declare const ActionsIcon: ({ className }: IconProps) => React.JSX.Element;
5
+ export declare const ReplyIcon: () => React.JSX.Element;
6
+ export declare const DeliveredCheckIcon: () => React.JSX.Element;
7
+ export declare const ReactionIcon: ({ className }: IconProps) => React.JSX.Element;
8
+ export declare const ThreadIcon: ({ className }: IconProps) => React.JSX.Element;
9
+ export declare const ErrorIcon: () => React.JSX.Element;
10
+ export declare const PinIcon: () => React.JSX.Element;
11
+ export declare const PinIndicator: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>({ message, t, }: PinIndicatorProps<StreamChatGenerics>) => React.JSX.Element | null;
12
+ export declare const MessageDeliveredIcon: () => React.JSX.Element;
13
+ export declare const MessageErrorIcon: () => React.JSX.Element;
13
14
  //# sourceMappingURL=icons.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/components/Message/icons.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,OAAO,KAAK,EAAE,yBAAyB,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9E,eAAO,MAAM,WAAW,kBAAwB,SAAS,gBAaxD,CAAC;AAEF,eAAO,MAAM,SAAS,mBAOrB,CAAC;AAEF,eAAO,MAAM,kBAAkB,mBAQ9B,CAAC;AAEF,eAAO,MAAM,YAAY,kBAAwB,SAAS,gBAazD,CAAC;AAEF,eAAO,MAAM,UAAU,kBAAwB,SAAS,gBAOvD,CAAC;AAEF,eAAO,MAAM,SAAS,mBAQrB,CAAC;AAEF,eAAO,MAAM,OAAO,mBAOnB,CAAC;AAEF,eAAO,MAAM,YAAY,kKAyBxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,mBAgBhC,CAAC;AAEF,eAAO,MAAM,gBAAgB,mBAkB5B,CAAC"}
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/components/Message/icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,OAAO,KAAK,EAAE,yBAAyB,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9E,eAAO,MAAM,WAAW,kBAAwB,SAAS,sBAaxD,CAAC;AAEF,eAAO,MAAM,SAAS,yBAOrB,CAAC;AAEF,eAAO,MAAM,kBAAkB,yBAQ9B,CAAC;AAEF,eAAO,MAAM,YAAY,kBAAwB,SAAS,sBAazD,CAAC;AAEF,eAAO,MAAM,UAAU,kBAAwB,SAAS,sBAOvD,CAAC;AAEF,eAAO,MAAM,SAAS,yBAQrB,CAAC;AAEF,eAAO,MAAM,OAAO,yBAOnB,CAAC;AAEF,eAAO,MAAM,YAAY,wKAyBxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,yBAgBhC,CAAC;AAEF,eAAO,MAAM,gBAAgB,yBAkB5B,CAAC"}
@@ -1,3 +1,3 @@
1
- import { ComponentProps } from 'react';
2
- export declare const Anchor: ({ children, href }: ComponentProps<'a'>) => JSX.Element;
1
+ import React, { ComponentProps } from 'react';
2
+ export declare const Anchor: ({ children, href }: ComponentProps<'a'>) => React.JSX.Element;
3
3
  //# sourceMappingURL=Anchor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/renderText/componentRenderers/Anchor.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE9C,eAAO,MAAM,MAAM,uBAAwB,eAAe,GAAG,CAAC,gBAgB7D,CAAC"}
1
+ {"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/renderText/componentRenderers/Anchor.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE9C,eAAO,MAAM,MAAM,uBAAwB,eAAe,GAAG,CAAC,sBAgB7D,CAAC"}
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import { PropsWithChildrenOnly } from '../../../../types/types';
2
- export declare const Emoji: ({ children }: PropsWithChildrenOnly) => JSX.Element;
3
+ export declare const Emoji: ({ children }: PropsWithChildrenOnly) => React.JSX.Element;
3
4
  //# sourceMappingURL=Emoji.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Emoji.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/renderText/componentRenderers/Emoji.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,eAAO,MAAM,KAAK,iBAAkB,qBAAqB,gBAIxD,CAAC"}
1
+ {"version":3,"file":"Emoji.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/renderText/componentRenderers/Emoji.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,eAAO,MAAM,KAAK,iBAAkB,qBAAqB,sBAIxD,CAAC"}
@@ -1,4 +1,4 @@
1
- import { PropsWithChildren } from 'react';
1
+ import React, { PropsWithChildren } from 'react';
2
2
  import type { UserResponse } from 'stream-chat';
3
3
  import type { DefaultStreamChatGenerics } from '../../../../types/types';
4
4
  export type MentionProps<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = PropsWithChildren<{
@@ -6,5 +6,5 @@ export type MentionProps<StreamChatGenerics extends DefaultStreamChatGenerics =
6
6
  mentionedUser: UserResponse<StreamChatGenerics>;
7
7
  };
8
8
  }>;
9
- export declare const Mention: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>({ children, node: { mentionedUser }, }: MentionProps<StreamChatGenerics>) => JSX.Element;
9
+ export declare const Mention: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>({ children, node: { mentionedUser }, }: MentionProps<StreamChatGenerics>) => React.JSX.Element;
10
10
  //# sourceMappingURL=Mention.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Mention.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/renderText/componentRenderers/Mention.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAEzE,MAAM,MAAM,YAAY,CACtB,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,iBAAiB,CAAC;IACpB,IAAI,EAAE;QACJ,aAAa,EAAE,YAAY,CAAC,kBAAkB,CAAC,CAAC;KACjD,CAAC;CACH,CAAC,CAAC;AAEH,eAAO,MAAM,OAAO,6KASnB,CAAC"}
1
+ {"version":3,"file":"Mention.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/renderText/componentRenderers/Mention.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAEzE,MAAM,MAAM,YAAY,CACtB,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,iBAAiB,CAAC;IACpB,IAAI,EAAE;QACJ,aAAa,EAAE,YAAY,CAAC,kBAAkB,CAAC,CAAC;KACjD,CAAC;CACH,CAAC,CAAC;AAEH,eAAO,MAAM,OAAO,mLASnB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { ComponentType } from 'react';
1
+ import React, { ComponentType } from 'react';
2
2
  import { Options } from 'react-markdown';
3
3
  import { MentionProps } from './componentRenderers';
4
4
  import type { PluggableList } from 'react-markdown/lib';
@@ -16,5 +16,5 @@ export type RenderTextOptions<StreamChatGenerics extends DefaultStreamChatGeneri
16
16
  getRehypePlugins?: RenderTextPluginConfigurator;
17
17
  getRemarkPlugins?: RenderTextPluginConfigurator;
18
18
  };
19
- export declare const renderText: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(text?: string, mentionedUsers?: UserResponse<StreamChatGenerics>[] | undefined, { allowedTagNames, customMarkDownRenderers, getRehypePlugins, getRemarkPlugins, }?: RenderTextOptions) => JSX.Element | null;
19
+ export declare const renderText: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(text?: string, mentionedUsers?: UserResponse<StreamChatGenerics>[] | undefined, { allowedTagNames, customMarkDownRenderers, getRehypePlugins, getRemarkPlugins, }?: RenderTextOptions) => React.JSX.Element | null;
20
20
  //# sourceMappingURL=renderText.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"renderText.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/renderText/renderText.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAsB,EAAuB,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAK7E,OAAO,EAA0B,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAK5E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAEtE,MAAM,MAAM,4BAA4B,GAAG,CAAC,cAAc,EAAE,aAAa,KAAK,aAAa,CAAC;AAE5F,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,MAAM,GAAG,CAAC,iBAAiB,GAAG,OAAO,GAAG,SAAS,CAkB3F,CAAC;AAsBF,eAAO,MAAM,iBAAiB,EAAE,iBAAiB,CAAC,yBAAyB,CAI1E,CAAC;AAEF,MAAM,MAAM,iBAAiB,CAC3B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IAEF,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,GAAG,CAAC,iBAAiB,GAAG,OAAO,GAAG,SAAS,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC,CAAC;IAC3F,uBAAuB,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,GAC7C,OAAO,CAAC;QACN,KAAK,EAAE,aAAa,CAAC;QACrB,OAAO,EAAE,aAAa,CAAC,YAAY,CAAC,kBAAkB,CAAC,CAAC,CAAC;KAC1D,CAAC,CAAC;IACL,gBAAgB,CAAC,EAAE,4BAA4B,CAAC;IAChD,gBAAgB,CAAC,EAAE,4BAA4B,CAAC;CACjD,CAAC;AAEF,eAAO,MAAM,UAAU,4FAGd,MAAM,uJAOV,iBAAiB,uBAwFrB,CAAC"}
1
+ {"version":3,"file":"renderText.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/renderText/renderText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAsB,EAAuB,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAK7E,OAAO,EAA0B,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAK5E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAEtE,MAAM,MAAM,4BAA4B,GAAG,CAAC,cAAc,EAAE,aAAa,KAAK,aAAa,CAAC;AAE5F,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,MAAM,GAAG,CAAC,iBAAiB,GAAG,OAAO,GAAG,SAAS,CAkB3F,CAAC;AAsBF,eAAO,MAAM,iBAAiB,EAAE,iBAAiB,CAAC,yBAAyB,CAI1E,CAAC;AAEF,MAAM,MAAM,iBAAiB,CAC3B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IAEF,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,GAAG,CAAC,iBAAiB,GAAG,OAAO,GAAG,SAAS,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC,CAAC;IAC3F,uBAAuB,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,GAC7C,OAAO,CAAC;QACN,KAAK,EAAE,aAAa,CAAC;QACrB,OAAO,EAAE,aAAa,CAAC,YAAY,CAAC,kBAAkB,CAAC,CAAC,CAAC;KAC1D,CAAC,CAAC;IACL,gBAAgB,CAAC,EAAE,4BAA4B,CAAC;IAChD,gBAAgB,CAAC,EAAE,4BAA4B,CAAC;CACjD,CAAC;AAEF,eAAO,MAAM,UAAU,4FAGd,MAAM,uJAOV,iBAAiB,6BAwFrB,CAAC"}
@@ -5,6 +5,7 @@ import type { PinPermissions, UserEventHandler } from './hooks';
5
5
  import type { MessageActionsArray } from './utils';
6
6
  import type { GroupStyle } from '../MessageList/utils';
7
7
  import type { MessageInputProps } from '../MessageInput/MessageInput';
8
+ import type { ReactionDetailsComparator, ReactionsComparator } from '../Reactions/types';
8
9
  import type { ChannelActionContextValue } from '../../context/ChannelActionContext';
9
10
  import type { StreamMessage } from '../../context/ChannelStateContext';
10
11
  import type { ComponentContextValue } from '../../context/ComponentContext';
@@ -85,6 +86,10 @@ export type MessageProps<StreamChatGenerics extends DefaultStreamChatGenerics =
85
86
  renderText?: (text?: string, mentioned_users?: UserResponse<StreamChatGenerics>[], options?: RenderTextOptions) => JSX.Element | null;
86
87
  /** Custom retry send message handler to override default in [ChannelActionContext](https://getstream.io/chat/docs/sdk/react/contexts/channel_action_context/) */
87
88
  retrySendMessage?: ChannelActionContextValue<StreamChatGenerics>['retrySendMessage'];
89
+ /** Comparator function to sort the list of reacted users, defaults to alphabetical order */
90
+ sortReactionDetails?: ReactionDetailsComparator;
91
+ /** Comparator function to sort reactions, defaults to alphabetical order */
92
+ sortReactions?: ReactionsComparator;
88
93
  /** Whether the Message is in a Thread */
89
94
  threadList?: boolean;
90
95
  /** render HTML instead of markdown. Posting HTML is only allowed server-side */
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Message/types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,OAAO,KAAK,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAChE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAEtE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AACpF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAC5E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AACtD,OAAO,KAAK,EAAE,aAAa,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAElF,MAAM,MAAM,iBAAiB,GAAG,CAAC,KAAK,EAAE,KAAK,CAAC,kBAAkB,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;AAE1F,MAAM,MAAM,YAAY,CACtB,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,EAChF,CAAC,SAAS,aAAa,GAAG,aAAa,IACrC;IACF,yBAAyB;IACzB,OAAO,EAAE,aAAa,CAAC,kBAAkB,CAAC,CAAC;IAC3C,wKAAwK;IACxK,2BAA2B,CAAC,EAAE,iBAAiB,CAAC,kBAAkB,EAAE,CAAC,CAAC,CAAC;IACvE,kMAAkM;IAClM,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,gGAAgG;IAChG,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,qEAAqE;IACrE,oBAAoB,CAAC,EAAE,mBAAmB,CAAC,kBAAkB,CAAC,CAAC,sBAAsB,CAAC,CAAC;IACvF,mFAAmF;IACnF,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,4HAA4H;IAC5H,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,6HAA6H;IAC7H,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,qIAAqI;IACrI,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,CAAC;IACpC,sGAAsG;IACtG,iCAAiC,CAAC,EAAE,CAAC,OAAO,EAAE,aAAa,CAAC,kBAAkB,CAAC,KAAK,MAAM,CAAC;IAC3F,uGAAuG;IACvG,kCAAkC,CAAC,EAAE,CAAC,OAAO,EAAE,aAAa,CAAC,kBAAkB,CAAC,KAAK,MAAM,CAAC;IAC5F,oGAAoG;IACpG,+BAA+B,CAAC,EAAE,CAAC,OAAO,EAAE,aAAa,CAAC,kBAAkB,CAAC,KAAK,MAAM,CAAC;IACzF,uGAAuG;IACvG,iCAAiC,CAAC,EAAE,CAAC,OAAO,EAAE,aAAa,CAAC,kBAAkB,CAAC,KAAK,MAAM,CAAC;IAC3F,kHAAkH;IAClH,qCAAqC,CAAC,EAAE,CAAC,OAAO,EAAE,aAAa,CAAC,kBAAkB,CAAC,KAAK,MAAM,CAAC;IAC/F,qHAAqH;IACrH,uCAAuC,CAAC,EAAE,CAAC,OAAO,EAAE,aAAa,CAAC,kBAAkB,CAAC,KAAK,MAAM,CAAC;IACjG,iGAAiG;IACjG,4BAA4B,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,CAAC,kBAAkB,CAAC,KAAK,MAAM,CAAC;IAClF,oGAAoG;IACpG,8BAA8B,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,CAAC,kBAAkB,CAAC,KAAK,MAAM,CAAC;IACpF,mGAAmG;IACnG,8BAA8B,CAAC,EAAE,CAAC,OAAO,EAAE,aAAa,CAAC,kBAAkB,CAAC,KAAK,MAAM,CAAC;IACxF,4FAA4F;IAC5F,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,0EAA0E;IAC1E,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B,yDAAyD;IACzD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,mEAAmE;IACnE,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,2CAA2C;IAC3C,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,4KAA4K;IAC5K,OAAO,CAAC,EAAE,qBAAqB,CAAC,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC;IAC/D,mKAAmK;IACnK,cAAc,CAAC,EAAE,mBAAmB,CAAC;IACrC,sDAAsD;IACtD,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,qEAAqE;IACrE,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,4JAA4J;IAC5J,eAAe,CAAC,EAAE,yBAAyB,CAAC,kBAAkB,CAAC,CAAC,iBAAiB,CAAC,CAAC;IACnF,4JAA4J;IAC5J,eAAe,CAAC,EAAE,yBAAyB,CAAC,kBAAkB,CAAC,CAAC,iBAAiB,CAAC,CAAC;IACnF,kDAAkD;IAClD,WAAW,CAAC,EAAE,gBAAgB,CAAC,kBAAkB,CAAC,CAAC;IACnD,kDAAkD;IAClD,WAAW,CAAC,EAAE,gBAAgB,CAAC,kBAAkB,CAAC,CAAC;IACnD,0JAA0J;IAC1J,UAAU,CAAC,EAAE,yBAAyB,CAAC,kBAAkB,CAAC,CAAC,YAAY,CAAC,CAAC;IACzE,qHAAqH;IACrH,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,2GAA2G;IAC3G,MAAM,CAAC,EAAE,YAAY,CAAC,kBAAkB,CAAC,EAAE,CAAC;IAC5C,4KAA4K;IAC5K,UAAU,CAAC,EAAE,CACX,IAAI,CAAC,EAAE,MAAM,EACb,eAAe,CAAC,EAAE,YAAY,CAAC,kBAAkB,CAAC,EAAE,EACpD,OAAO,CAAC,EAAE,iBAAiB,KACxB,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC;IACxB,iKAAiK;IACjK,gBAAgB,CAAC,EAAE,yBAAyB,CAAC,kBAAkB,CAAC,CAAC,kBAAkB,CAAC,CAAC;IACrF,yCAAyC;IACzC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,gFAAgF;IAChF,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,uBAAuB,CACjC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,OAAO,CAAC,mBAAmB,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAErD,MAAM,MAAM,iBAAiB,CAC3B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IACF,OAAO,CAAC,EAAE,aAAa,CAAC,kBAAkB,CAAC,CAAC;IAC5C,CAAC,CAAC,EAAE,SAAS,CAAC;CACf,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Message/types.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import { CustomMessageActions } from '../../context/MessageContext';
2
3
  import type { StreamMessage } from '../../context/ChannelStateContext';
3
4
  import type { DefaultStreamChatGenerics } from '../../types/types';
@@ -9,5 +10,5 @@ export type CustomMessageActionsListProps<StreamChatGenerics extends DefaultStre
9
10
  * @deprecated alias for `CustomMessageActionsListProps`, will be removed in the next major release
10
11
  */
11
12
  export type CustomMessageActionsType<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = CustomMessageActionsListProps<StreamChatGenerics>;
12
- export declare const CustomMessageActionsList: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: CustomMessageActionsListProps<StreamChatGenerics>) => JSX.Element | null;
13
+ export declare const CustomMessageActionsList: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: CustomMessageActionsListProps<StreamChatGenerics>) => React.JSX.Element | null;
13
14
  //# sourceMappingURL=CustomMessageActionsList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CustomMessageActionsList.d.ts","sourceRoot":"","sources":["../../../src/components/MessageActions/CustomMessageActionsList.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAEpE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAEnE,MAAM,MAAM,6BAA6B,CACvC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IACF,OAAO,EAAE,aAAa,CAAC,kBAAkB,CAAC,CAAC;IAC3C,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,kBAAkB,CAAC,CAAC;CACjE,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,wBAAwB,CAClC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,6BAA6B,CAAC,kBAAkB,CAAC,CAAC;AAEtD,eAAO,MAAM,wBAAwB,oKA8BpC,CAAC"}
1
+ {"version":3,"file":"CustomMessageActionsList.d.ts","sourceRoot":"","sources":["../../../src/components/MessageActions/CustomMessageActionsList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAEpE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAEnE,MAAM,MAAM,6BAA6B,CACvC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IACF,OAAO,EAAE,aAAa,CAAC,kBAAkB,CAAC,CAAC;IAC3C,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,kBAAkB,CAAC,CAAC;CACjE,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,wBAAwB,CAClC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,6BAA6B,CAAC,kBAAkB,CAAC,CAAC;AAEtD,eAAO,MAAM,wBAAwB,0KA8BpC,CAAC"}
@@ -9,7 +9,7 @@ export type MessageActionsProps<StreamChatGenerics extends DefaultStreamChatGene
9
9
  messageWrapperRef?: React.RefObject<HTMLDivElement>;
10
10
  mine?: () => boolean;
11
11
  };
12
- export declare const MessageActions: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: MessageActionsProps<StreamChatGenerics>) => JSX.Element | null;
12
+ export declare const MessageActions: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: MessageActionsProps<StreamChatGenerics>) => React.JSX.Element | null;
13
13
  export type MessageActionsWrapperProps = {
14
14
  setActionsBoxOpen: React.Dispatch<React.SetStateAction<boolean>>;
15
15
  customWrapperClass?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"MessageActions.d.ts","sourceRoot":"","sources":["../../../src/components/MessageActions/MessageActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAON,MAAM,OAAO,CAAC;AAQf,OAAO,EAAE,mBAAmB,EAAqB,MAAM,8BAA8B,CAAC;AAEtF,OAAO,KAAK,EAAE,yBAAyB,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAG9E,KAAK,yBAAyB,GAC1B,mBAAmB,GACnB,cAAc,GACd,YAAY,GACZ,kBAAkB,GAClB,YAAY,GACZ,WAAW,GACX,SAAS,CAAC;AAEd,MAAM,MAAM,mBAAmB,CAC7B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,OAAO,CAAC,IAAI,CAAC,mBAAmB,CAAC,kBAAkB,CAAC,EAAE,yBAAyB,CAAC,CAAC,GAAG;IAEtF,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IAE7C,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB,iBAAiB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAEpD,IAAI,CAAC,EAAE,MAAM,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,cAAc,0JA0H1B,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,iBAAiB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACjE,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC"}
1
+ {"version":3,"file":"MessageActions.d.ts","sourceRoot":"","sources":["../../../src/components/MessageActions/MessageActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAON,MAAM,OAAO,CAAC;AAQf,OAAO,EAAE,mBAAmB,EAAqB,MAAM,8BAA8B,CAAC;AAEtF,OAAO,KAAK,EAAE,yBAAyB,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAI9E,KAAK,yBAAyB,GAC1B,mBAAmB,GACnB,cAAc,GACd,YAAY,GACZ,kBAAkB,GAClB,YAAY,GACZ,WAAW,GACX,SAAS,CAAC;AAEd,MAAM,MAAM,mBAAmB,CAC7B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,OAAO,CAAC,IAAI,CAAC,mBAAmB,CAAC,kBAAkB,CAAC,EAAE,yBAAyB,CAAC,CAAC,GAAG;IAEtF,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IAE7C,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB,iBAAiB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAEpD,IAAI,CAAC,EAAE,MAAM,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,cAAc,gKA4H1B,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,iBAAiB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACjE,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC"}
@@ -6,10 +6,12 @@ import { isUserMuted } from '../Message/utils';
6
6
  import { useChatContext } from '../../context/ChatContext';
7
7
  import { useMessageContext } from '../../context/MessageContext';
8
8
  import { useMessageActionsBoxPopper } from './hooks';
9
+ import { useTranslationContext } from '../../context';
9
10
  export var MessageActions = function (props) {
10
11
  var _a = props.ActionsIcon, ActionsIcon = _a === void 0 ? DefaultActionsIcon : _a, _b = props.customWrapperClass, customWrapperClass = _b === void 0 ? '' : _b, propGetMessageActions = props.getMessageActions, propHandleDelete = props.handleDelete, propHandleFlag = props.handleFlag, propHandleMarkUnread = props.handleMarkUnread, propHandleMute = props.handleMute, propHandlePin = props.handlePin, inline = props.inline, propMessage = props.message, messageWrapperRef = props.messageWrapperRef, mine = props.mine;
11
12
  var mutes = useChatContext('MessageActions').mutes;
12
13
  var _c = useMessageContext('MessageActions'), customMessageActions = _c.customMessageActions, contextGetMessageActions = _c.getMessageActions, contextHandleDelete = _c.handleDelete, contextHandleFlag = _c.handleFlag, contextHandleMarkUnread = _c.handleMarkUnread, contextHandleMute = _c.handleMute, contextHandlePin = _c.handlePin, isMyMessage = _c.isMyMessage, contextMessage = _c.message, setEditingState = _c.setEditingState;
14
+ var t = useTranslationContext('MessageActions').t;
13
15
  var getMessageActions = propGetMessageActions || contextGetMessageActions;
14
16
  var handleDelete = propHandleDelete || contextHandleDelete;
15
17
  var handleFlag = propHandleFlag || contextHandleFlag;
@@ -58,7 +60,7 @@ export var MessageActions = function (props) {
58
60
  return null;
59
61
  return (React.createElement(MessageActionsWrapper, { customWrapperClass: customWrapperClass, inline: inline, setActionsBoxOpen: setActionsBoxOpen },
60
62
  React.createElement(MessageActionsBox, __assign({}, attributes.popper, { getMessageActions: getMessageActions, handleDelete: handleDelete, handleEdit: setEditingState, handleFlag: handleFlag, handleMarkUnread: handleMarkUnread, handleMute: handleMute, handlePin: handlePin, isUserMuted: isMuted, mine: isMine, open: actionsBoxOpen, ref: popperElementRef, style: styles.popper })),
61
- React.createElement("button", { "aria-expanded": actionsBoxOpen, "aria-haspopup": 'true', "aria-label": 'Open Message Actions Menu', className: 'str-chat__message-actions-box-button', ref: actionsBoxButtonRef },
63
+ React.createElement("button", { "aria-expanded": actionsBoxOpen, "aria-haspopup": 'true', "aria-label": t('aria/Open Message Actions Menu'), className: 'str-chat__message-actions-box-button', ref: actionsBoxButtonRef },
62
64
  React.createElement(ActionsIcon, { className: 'str-chat__message-action-icon' }))));
63
65
  };
64
66
  var MessageActionsWrapper = function (props) {
@@ -10,6 +10,6 @@ export type MessageActionsBoxProps<StreamChatGenerics extends DefaultStreamChatG
10
10
  /**
11
11
  * A popup box that displays the available actions on a message, such as edit, delete, pin, etc.
12
12
  */
13
- export declare const MessageActionsBox: React.ForwardRefExoticComponent<Pick<MessageActionsBoxProps<DefaultStreamChatGenerics>, "open" | "key" | PropsDrilledToMessageActionsBox | "isUserMuted" | "mine" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement | null>>;
13
+ export declare const MessageActionsBox: React.ForwardRefExoticComponent<Omit<MessageActionsBoxProps<DefaultStreamChatGenerics>, "ref"> & React.RefAttributes<HTMLDivElement | null>>;
14
14
  export {};
15
15
  //# sourceMappingURL=MessageActionsBox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageActionsBox.d.ts","sourceRoot":"","sources":["../../../src/components/MessageActions/MessageActionsBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAK9C,OAAO,EACL,mBAAmB,EAKpB,MAAM,eAAe,CAAC;AAEvB,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAInE,KAAK,+BAA+B,GAChC,mBAAmB,GACnB,cAAc,GACd,YAAY,GACZ,kBAAkB,GAClB,YAAY,GACZ,YAAY,GACZ,WAAW,CAAC;AAEhB,MAAM,MAAM,sBAAsB,CAChC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,IAAI,CAAC,mBAAmB,CAAC,kBAAkB,CAAC,EAAE,+BAA+B,CAAC,GAAG;IACnF,WAAW,EAAE,MAAM,OAAO,CAAC;IAC3B,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,OAAO,CAAC;CACf,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAoI1B;;GAEG;AACH,eAAO,MAAM,iBAAiB,+PAES,CAAC"}
1
+ {"version":3,"file":"MessageActionsBox.d.ts","sourceRoot":"","sources":["../../../src/components/MessageActions/MessageActionsBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAK9C,OAAO,EACL,mBAAmB,EAKpB,MAAM,eAAe,CAAC;AAEvB,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAInE,KAAK,+BAA+B,GAChC,mBAAmB,GACnB,cAAc,GACd,YAAY,GACZ,kBAAkB,GAClB,YAAY,GACZ,YAAY,GACZ,WAAW,CAAC;AAEhB,MAAM,MAAM,sBAAsB,CAChC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,IAAI,CAAC,mBAAmB,CAAC,kBAAkB,CAAC,EAAE,+BAA+B,CAAC,GAAG;IACnF,WAAW,EAAE,MAAM,OAAO,CAAC;IAC3B,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,OAAO,CAAC;CACf,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAwI1B;;GAEG;AACH,eAAO,MAAM,iBAAiB,8IAES,CAAC"}
@@ -26,7 +26,7 @@ var UnMemoizedMessageActionsBox = React.forwardRef(function (props, ref) {
26
26
  });
27
27
  var buttonClassName = 'str-chat__message-actions-list-item str-chat__message-actions-list-item-button';
28
28
  return (React.createElement("div", __assign({}, restDivProps, { className: rootClassName, "data-testid": 'message-actions-box', ref: ref }),
29
- React.createElement("div", { "aria-label": 'Message Options', className: 'str-chat__message-actions-list', role: 'listbox' },
29
+ React.createElement("div", { "aria-label": t('aria/Message Options'), className: 'str-chat__message-actions-list', role: 'listbox' },
30
30
  React.createElement(CustomMessageActionsList, { customMessageActions: customMessageActions, message: message }),
31
31
  messageActions.indexOf(MESSAGE_ACTIONS.quote) > -1 && (React.createElement("button", { "aria-selected": 'false', className: buttonClassName, onClick: handleQuote, role: 'option' }, t('Reply'))),
32
32
  messageActions.indexOf(MESSAGE_ACTIONS.pin) > -1 && !message.parent_id && (React.createElement("button", { "aria-selected": 'false', className: buttonClassName, onClick: handlePin, role: 'option' }, !message.pinned ? t('Pin') : t('Unpin'))),
@@ -1,8 +1,8 @@
1
- import { ComponentType, PropsWithChildren } from 'react';
1
+ import React, { ComponentType, PropsWithChildren } from 'react';
2
2
  import { ModalProps } from '../Modal';
3
3
  import { MessageBouncePromptProps } from './MessageBouncePrompt';
4
4
  export type MessageBounceModalProps = PropsWithChildren<ModalProps & {
5
5
  MessageBouncePrompt: ComponentType<MessageBouncePromptProps>;
6
6
  }>;
7
- export declare function MessageBounceModal({ MessageBouncePrompt, ...modalProps }: MessageBounceModalProps): JSX.Element;
7
+ export declare function MessageBounceModal({ MessageBouncePrompt, ...modalProps }: MessageBounceModalProps): React.JSX.Element;
8
8
  //# sourceMappingURL=MessageBounceModal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageBounceModal.d.ts","sourceRoot":"","sources":["../../../src/components/MessageBounce/MessageBounceModal.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAChE,OAAO,EAAS,UAAU,EAAE,MAAM,UAAU,CAAC;AAE7C,OAAO,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEjE,MAAM,MAAM,uBAAuB,GAAG,iBAAiB,CACrD,UAAU,GAAG;IACX,mBAAmB,EAAE,aAAa,CAAC,wBAAwB,CAAC,CAAC;CAC9D,CACF,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,EACjC,mBAAmB,EACnB,GAAG,UAAU,EACd,EAAE,uBAAuB,eAQzB"}
1
+ {"version":3,"file":"MessageBounceModal.d.ts","sourceRoot":"","sources":["../../../src/components/MessageBounce/MessageBounceModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAChE,OAAO,EAAS,UAAU,EAAE,MAAM,UAAU,CAAC;AAE7C,OAAO,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEjE,MAAM,MAAM,uBAAuB,GAAG,iBAAiB,CACrD,UAAU,GAAG;IACX,mBAAmB,EAAE,aAAa,CAAC,wBAAwB,CAAC,CAAC;CAC9D,CACF,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,EACjC,mBAAmB,EACnB,GAAG,UAAU,EACd,EAAE,uBAAuB,qBAQzB"}
@@ -1,6 +1,7 @@
1
+ import React from 'react';
1
2
  import type { PropsWithChildren } from 'react';
2
3
  import type { DefaultStreamChatGenerics } from '../../types/types';
3
4
  import type { ModalProps } from '../Modal';
4
5
  export type MessageBouncePromptProps = PropsWithChildren<Pick<ModalProps, 'onClose'>>;
5
- export declare function MessageBouncePrompt<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>({ children, onClose }: MessageBouncePromptProps): JSX.Element;
6
+ export declare function MessageBouncePrompt<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>({ children, onClose }: MessageBouncePromptProps): React.JSX.Element;
6
7
  //# sourceMappingURL=MessageBouncePrompt.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageBouncePrompt.d.ts","sourceRoot":"","sources":["../../../src/components/MessageBounce/MessageBouncePrompt.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAqB,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAClE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAE3C,MAAM,MAAM,wBAAwB,GAAG,iBAAiB,CAAC,IAAI,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC,CAAC;AAEtF,wBAAgB,mBAAmB,CACjC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,EAChF,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,wBAAwB,eA8ChD"}
1
+ {"version":3,"file":"MessageBouncePrompt.d.ts","sourceRoot":"","sources":["../../../src/components/MessageBounce/MessageBouncePrompt.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAqB,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAClE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAE3C,MAAM,MAAM,wBAAwB,GAAG,iBAAiB,CAAC,IAAI,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC,CAAC;AAEtF,wBAAgB,mBAAmB,CACjC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,EAChF,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,wBAAwB,qBA8ChD"}
@@ -1,7 +1,8 @@
1
- export declare const AttachmentPreviewList: () => JSX.Element;
1
+ import React from 'react';
2
+ export declare const AttachmentPreviewList: () => React.JSX.Element;
2
3
  type PreviewItemProps = {
3
4
  id: string;
4
5
  };
5
- export declare const ImagePreviewItem: ({ id }: PreviewItemProps) => JSX.Element | null;
6
+ export declare const ImagePreviewItem: ({ id }: PreviewItemProps) => React.JSX.Element | null;
6
7
  export {};
7
8
  //# sourceMappingURL=AttachmentPreviewList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AttachmentPreviewList.d.ts","sourceRoot":"","sources":["../../../src/components/MessageInput/AttachmentPreviewList.tsx"],"names":[],"mappings":"AAUA,eAAO,MAAM,qBAAqB,mBAkBjC,CAAC;AAEF,KAAK,gBAAgB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,CAAC;AAEvC,eAAO,MAAM,gBAAgB,WAAY,gBAAgB,uBA+DxD,CAAC"}
1
+ {"version":3,"file":"AttachmentPreviewList.d.ts","sourceRoot":"","sources":["../../../src/components/MessageInput/AttachmentPreviewList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAgC,MAAM,OAAO,CAAC;AASrD,eAAO,MAAM,qBAAqB,yBAkBjC,CAAC;AAEF,KAAK,gBAAgB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,CAAC;AAEvC,eAAO,MAAM,gBAAgB,WAAY,gBAAgB,6BA+DxD,CAAC"}
@@ -3,5 +3,5 @@ export type CooldownTimerProps = {
3
3
  cooldownInterval: number;
4
4
  setCooldownRemaining: React.Dispatch<React.SetStateAction<number | undefined>>;
5
5
  };
6
- export declare const CooldownTimer: ({ cooldownInterval }: CooldownTimerProps) => JSX.Element;
6
+ export declare const CooldownTimer: ({ cooldownInterval }: CooldownTimerProps) => React.JSX.Element;
7
7
  //# sourceMappingURL=CooldownTimer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CooldownTimer.d.ts","sourceRoot":"","sources":["../../../src/components/MessageInput/CooldownTimer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,gBAAgB,EAAE,MAAM,CAAC;IACzB,oBAAoB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;CAChF,CAAC;AACF,eAAO,MAAM,aAAa,yBAA0B,kBAAkB,gBAwBrE,CAAC"}
1
+ {"version":3,"file":"CooldownTimer.d.ts","sourceRoot":"","sources":["../../../src/components/MessageInput/CooldownTimer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,gBAAgB,EAAE,MAAM,CAAC;IACzB,oBAAoB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;CAChF,CAAC;AACF,eAAO,MAAM,aAAa,yBAA0B,kBAAkB,sBAwBrE,CAAC"}
@@ -32,5 +32,5 @@ export type TriggerSettings<StreamChatGenerics extends DefaultStreamChatGenerics
32
32
  ':': EmojiTriggerSetting;
33
33
  '@': UserTriggerSetting<StreamChatGenerics>;
34
34
  };
35
- export declare const DefaultTriggerProvider: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics, V extends CustomTrigger = CustomTrigger>({ children, }: PropsWithChildren<Record<string, unknown>>) => JSX.Element;
35
+ export declare const DefaultTriggerProvider: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics, V extends CustomTrigger = CustomTrigger>({ children, }: PropsWithChildren<Record<string, unknown>>) => React.JSX.Element;
36
36
  //# sourceMappingURL=DefaultTriggerProvider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DefaultTriggerProvider.d.ts","sourceRoot":"","sources":["../../../src/components/MessageInput/DefaultTriggerProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAWjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAC9F,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,aAAa,EAAE,yBAAyB,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE/F,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,GAAG,CAAC;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AAExC,MAAM,MAAM,qBAAqB,CAC/B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,cAAc,CAAC,gBAAgB,EAAE,iBAAiB,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAE5E,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC,iBAAiB,CAAC,CAAC;AAEpE,MAAM,MAAM,kBAAkB,CAC5B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,cAAc,CAAC,aAAa,EAAE,cAAc,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAEtE,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW,EAAE,CAAC,GAAG,WAAW,IAAI;IACjF,SAAS,EAAE,MAAM,GAAG,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;IAC3C,YAAY,EAAE,CACZ,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,GAAG,uBAAuB,CAAC,EAAE,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,KACpE,CAAC,EAAE,GAAG,WAAW,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IACpC,MAAM,EAAE,CACN,MAAM,EAAE,CAAC,KAEP;QACE,aAAa,EAAE,OAAO,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,CAAC;QACjD,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,CAAC,EAAE,MAAM,CAAC;KACd,GACD,MAAM,GACN,IAAI,CAAC;IACT,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,IAAI,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,eAAe,CACzB,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,EAChF,CAAC,SAAS,aAAa,GAAG,aAAa,IAErC;KACG,GAAG,IAAI,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC;CAC3E,GACD;IACE,GAAG,EAAE,qBAAqB,CAAC,kBAAkB,CAAC,CAAC;IAC/C,GAAG,EAAE,mBAAmB,CAAC;IACzB,GAAG,EAAE,kBAAkB,CAAC,kBAAkB,CAAC,CAAC;CAC7C,CAAC;AAEN,eAAO,MAAM,sBAAsB,6IAKhC,kBAAkB,OAAO,MAAM,EAAE,OAAO,CAAC,CAAC,gBAqB5C,CAAC"}
1
+ {"version":3,"file":"DefaultTriggerProvider.d.ts","sourceRoot":"","sources":["../../../src/components/MessageInput/DefaultTriggerProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAWjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAC9F,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,aAAa,EAAE,yBAAyB,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE/F,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,GAAG,CAAC;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AAExC,MAAM,MAAM,qBAAqB,CAC/B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,cAAc,CAAC,gBAAgB,EAAE,iBAAiB,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAE5E,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC,iBAAiB,CAAC,CAAC;AAEpE,MAAM,MAAM,kBAAkB,CAC5B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,cAAc,CAAC,aAAa,EAAE,cAAc,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAEtE,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW,EAAE,CAAC,GAAG,WAAW,IAAI;IACjF,SAAS,EAAE,MAAM,GAAG,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;IAC3C,YAAY,EAAE,CACZ,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,GAAG,uBAAuB,CAAC,EAAE,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,KACpE,CAAC,EAAE,GAAG,WAAW,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IACpC,MAAM,EAAE,CACN,MAAM,EAAE,CAAC,KAEP;QACE,aAAa,EAAE,OAAO,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,CAAC;QACjD,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,CAAC,EAAE,MAAM,CAAC;KACd,GACD,MAAM,GACN,IAAI,CAAC;IACT,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,IAAI,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,eAAe,CACzB,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,EAChF,CAAC,SAAS,aAAa,GAAG,aAAa,IAErC;KACG,GAAG,IAAI,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC;CAC3E,GACD;IACE,GAAG,EAAE,qBAAqB,CAAC,kBAAkB,CAAC,CAAC;IAC/C,GAAG,EAAE,mBAAmB,CAAC;IACzB,GAAG,EAAE,kBAAkB,CAAC,kBAAkB,CAAC,CAAC;CAC7C,CAAC;AAEN,eAAO,MAAM,sBAAsB,6IAKhC,kBAAkB,OAAO,MAAM,EAAE,OAAO,CAAC,CAAC,sBAqB5C,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React, { PropsWithChildren } from 'react';
2
2
  import type { MessageInputProps } from './MessageInput';
3
3
  import type { CustomTrigger, DefaultStreamChatGenerics } from '../../types/types';
4
- export declare const DropzoneProvider: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics, V extends CustomTrigger = CustomTrigger>(props: React.PropsWithChildren<MessageInputProps<StreamChatGenerics, V>>) => JSX.Element;
4
+ export declare const DropzoneProvider: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics, V extends CustomTrigger = CustomTrigger>(props: React.PropsWithChildren<MessageInputProps<StreamChatGenerics, V>>) => React.JSX.Element;
5
5
  //# sourceMappingURL=DropzoneProvider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropzoneProvider.d.ts","sourceRoot":"","sources":["../../../src/components/MessageInput/DropzoneProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAajD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,KAAK,EAAE,aAAa,EAAE,yBAAyB,EAAe,MAAM,mBAAmB,CAAC;AAgC/F,eAAO,MAAM,gBAAgB,sNAoB5B,CAAC"}
1
+ {"version":3,"file":"DropzoneProvider.d.ts","sourceRoot":"","sources":["../../../src/components/MessageInput/DropzoneProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAajD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,KAAK,EAAE,aAAa,EAAE,yBAAyB,EAAe,MAAM,mBAAmB,CAAC;AAgC/F,eAAO,MAAM,gBAAgB,4NAoB5B,CAAC"}
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import type { CustomTrigger, DefaultStreamChatGenerics } from '../../types/types';
2
- export declare const EditMessageForm: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics, V extends CustomTrigger = CustomTrigger>() => JSX.Element;
3
+ export declare const EditMessageForm: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics, V extends CustomTrigger = CustomTrigger>() => React.JSX.Element;
3
4
  //# sourceMappingURL=EditMessageForm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditMessageForm.d.ts","sourceRoot":"","sources":["../../../src/components/MessageInput/EditMessageForm.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,aAAa,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAElF,eAAO,MAAM,eAAe,8IAoG3B,CAAC"}
1
+ {"version":3,"file":"EditMessageForm.d.ts","sourceRoot":"","sources":["../../../src/components/MessageInput/EditMessageForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAkBzC,OAAO,KAAK,EAAE,aAAa,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAElF,eAAO,MAAM,eAAe,oJAoG3B,CAAC"}
@@ -1,6 +1,7 @@
1
+ import React from 'react';
1
2
  import type { LinkPreview } from './types';
2
3
  export type LinkPreviewListProps = {
3
4
  linkPreviews: LinkPreview[];
4
5
  };
5
- export declare const LinkPreviewList: ({ linkPreviews }: LinkPreviewListProps) => JSX.Element | null;
6
+ export declare const LinkPreviewList: ({ linkPreviews }: LinkPreviewListProps) => React.JSX.Element | null;
6
7
  //# sourceMappingURL=LinkPreviewList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LinkPreviewList.d.ts","sourceRoot":"","sources":["../../../src/components/MessageInput/LinkPreviewList.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAM3C,MAAM,MAAM,oBAAoB,GAAG;IACjC,YAAY,EAAE,WAAW,EAAE,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,eAAe,qBAAsB,oBAAoB,uBAerE,CAAC"}
1
+ {"version":3,"file":"LinkPreviewList.d.ts","sourceRoot":"","sources":["../../../src/components/MessageInput/LinkPreviewList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAM3C,MAAM,MAAM,oBAAoB,GAAG;IACjC,YAAY,EAAE,WAAW,EAAE,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,eAAe,qBAAsB,oBAAoB,6BAerE,CAAC"}
@@ -82,5 +82,5 @@ export type MessageInputProps<StreamChatGenerics extends DefaultStreamChatGeneri
82
82
  /**
83
83
  * A high level component that has provides all functionality to the Input it renders.
84
84
  */
85
- export declare const MessageInput: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics, V extends CustomTrigger = CustomTrigger>(props: MessageInputProps<StreamChatGenerics, V>) => JSX.Element;
85
+ export declare const MessageInput: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics, V extends CustomTrigger = CustomTrigger>(props: MessageInputProps<StreamChatGenerics, V>) => React.JSX.Element;
86
86
  //# sourceMappingURL=MessageInput.d.ts.map