stream-chat-react-native-core 5.27.0-beta.9 → 5.27.1-beta.1

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 (2500) hide show
  1. package/lib/commonjs/components/Attachment/Attachment.js +23 -101
  2. package/lib/commonjs/components/Attachment/Attachment.js.map +1 -1
  3. package/lib/commonjs/components/Attachment/AttachmentActions.js +26 -49
  4. package/lib/commonjs/components/Attachment/AttachmentActions.js.map +1 -1
  5. package/lib/commonjs/components/Attachment/AudioAttachment.js +73 -139
  6. package/lib/commonjs/components/Attachment/AudioAttachment.js.map +1 -1
  7. package/lib/commonjs/components/Attachment/Card.js +67 -162
  8. package/lib/commonjs/components/Attachment/Card.js.map +1 -1
  9. package/lib/commonjs/components/Attachment/FileAttachment.js +33 -78
  10. package/lib/commonjs/components/Attachment/FileAttachment.js.map +1 -1
  11. package/lib/commonjs/components/Attachment/FileAttachmentGroup.js +47 -81
  12. package/lib/commonjs/components/Attachment/FileAttachmentGroup.js.map +1 -1
  13. package/lib/commonjs/components/Attachment/FileIcon.js +3 -10
  14. package/lib/commonjs/components/Attachment/FileIcon.js.map +1 -1
  15. package/lib/commonjs/components/Attachment/Gallery.js +131 -218
  16. package/lib/commonjs/components/Attachment/Gallery.js.map +1 -1
  17. package/lib/commonjs/components/Attachment/GalleryImage.js +5 -24
  18. package/lib/commonjs/components/Attachment/GalleryImage.js.map +1 -1
  19. package/lib/commonjs/components/Attachment/Giphy.js +151 -295
  20. package/lib/commonjs/components/Attachment/Giphy.js.map +1 -1
  21. package/lib/commonjs/components/Attachment/ImageLoadingFailedIndicator.js +19 -40
  22. package/lib/commonjs/components/Attachment/ImageLoadingFailedIndicator.js.map +1 -1
  23. package/lib/commonjs/components/Attachment/ImageLoadingIndicator.js +3 -15
  24. package/lib/commonjs/components/Attachment/ImageLoadingIndicator.js.map +1 -1
  25. package/lib/commonjs/components/Attachment/ImageReloadIndicator.js +8 -18
  26. package/lib/commonjs/components/Attachment/ImageReloadIndicator.js.map +1 -1
  27. package/lib/commonjs/components/Attachment/VideoThumbnail.js +13 -28
  28. package/lib/commonjs/components/Attachment/VideoThumbnail.js.map +1 -1
  29. package/lib/commonjs/components/Attachment/utils/buildGallery/buildGallery.js.map +1 -1
  30. package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.js +2 -4
  31. package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.js.map +1 -1
  32. package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.js +1 -2
  33. package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.js.map +1 -1
  34. package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.js.map +1 -1
  35. package/lib/commonjs/components/Attachment/utils/buildGallery/buildThumbnail.js.map +1 -1
  36. package/lib/commonjs/components/Attachment/utils/buildGallery/buildThumbnailGrid.js.map +1 -1
  37. package/lib/commonjs/components/Attachment/utils/buildGallery/types.js.map +1 -1
  38. package/lib/commonjs/components/Attachment/utils/getAspectRatio.js.map +1 -1
  39. package/lib/commonjs/components/Attachment/utils/getGalleryImageBorderRadius.js +1 -1
  40. package/lib/commonjs/components/Attachment/utils/getGalleryImageBorderRadius.js.map +1 -1
  41. package/lib/commonjs/components/Attachment/utils/getGiphyMimeType.js.map +1 -1
  42. package/lib/commonjs/components/Attachment/utils/openUrlSafely.js +1 -1
  43. package/lib/commonjs/components/Attachment/utils/openUrlSafely.js.map +1 -1
  44. package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js +37 -57
  45. package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
  46. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.js +10 -20
  47. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.js.map +1 -1
  48. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerError.js +16 -37
  49. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerError.js.map +1 -1
  50. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerErrorImage.js +3 -8
  51. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerErrorImage.js.map +1 -1
  52. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js +9 -18
  53. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js.map +1 -1
  54. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerItem.js +54 -126
  55. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerItem.js.map +1 -1
  56. package/lib/commonjs/components/AttachmentPicker/components/AttachmentSelectionBar.js +48 -100
  57. package/lib/commonjs/components/AttachmentPicker/components/AttachmentSelectionBar.js.map +1 -1
  58. package/lib/commonjs/components/AttachmentPicker/components/CameraSelectorIcon.js +3 -8
  59. package/lib/commonjs/components/AttachmentPicker/components/CameraSelectorIcon.js.map +1 -1
  60. package/lib/commonjs/components/AttachmentPicker/components/FileSelectorIcon.js +3 -8
  61. package/lib/commonjs/components/AttachmentPicker/components/FileSelectorIcon.js.map +1 -1
  62. package/lib/commonjs/components/AttachmentPicker/components/ImageOverlaySelectedComponent.js +4 -15
  63. package/lib/commonjs/components/AttachmentPicker/components/ImageOverlaySelectedComponent.js.map +1 -1
  64. package/lib/commonjs/components/AttachmentPicker/components/ImageSelectorIcon.js +3 -8
  65. package/lib/commonjs/components/AttachmentPicker/components/ImageSelectorIcon.js.map +1 -1
  66. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteInput.js +226 -145
  67. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteInput.js.map +1 -1
  68. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js +45 -134
  69. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js.map +1 -1
  70. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js +24 -63
  71. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js.map +1 -1
  72. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionItem.js +55 -125
  73. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionItem.js.map +1 -1
  74. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionList.js +31 -71
  75. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionList.js.map +1 -1
  76. package/lib/commonjs/components/Avatar/Avatar.js +45 -84
  77. package/lib/commonjs/components/Avatar/Avatar.js.map +1 -1
  78. package/lib/commonjs/components/Avatar/GroupAvatar.js +42 -65
  79. package/lib/commonjs/components/Avatar/GroupAvatar.js.map +1 -1
  80. package/lib/commonjs/components/Channel/Channel.js +90 -170
  81. package/lib/commonjs/components/Channel/Channel.js.map +1 -1
  82. package/lib/commonjs/components/Channel/hooks/useCreateChannelContext.js.map +1 -1
  83. package/lib/commonjs/components/Channel/hooks/useCreateInputMessageInputContext.js.map +1 -1
  84. package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
  85. package/lib/commonjs/components/Channel/hooks/useCreateOwnCapabilitiesContext.js +1 -2
  86. package/lib/commonjs/components/Channel/hooks/useCreateOwnCapabilitiesContext.js.map +1 -1
  87. package/lib/commonjs/components/Channel/hooks/useCreatePaginatedMessageListContext.js.map +1 -1
  88. package/lib/commonjs/components/Channel/hooks/useCreateThreadContext.js.map +1 -1
  89. package/lib/commonjs/components/Channel/hooks/useCreateTypingContext.js.map +1 -1
  90. package/lib/commonjs/components/Channel/hooks/useTargetedMessage.js.map +1 -1
  91. package/lib/commonjs/components/ChannelList/ChannelList.js +12 -23
  92. package/lib/commonjs/components/ChannelList/ChannelList.js.map +1 -1
  93. package/lib/commonjs/components/ChannelList/ChannelListFooterLoadingIndicator.js +7 -17
  94. package/lib/commonjs/components/ChannelList/ChannelListFooterLoadingIndicator.js.map +1 -1
  95. package/lib/commonjs/components/ChannelList/ChannelListHeaderErrorIndicator.js +11 -20
  96. package/lib/commonjs/components/ChannelList/ChannelListHeaderErrorIndicator.js.map +1 -1
  97. package/lib/commonjs/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js +10 -19
  98. package/lib/commonjs/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js.map +1 -1
  99. package/lib/commonjs/components/ChannelList/ChannelListLoadingIndicator.js +6 -18
  100. package/lib/commonjs/components/ChannelList/ChannelListLoadingIndicator.js.map +1 -1
  101. package/lib/commonjs/components/ChannelList/ChannelListMessenger.js +51 -136
  102. package/lib/commonjs/components/ChannelList/ChannelListMessenger.js.map +1 -1
  103. package/lib/commonjs/components/ChannelList/Skeleton.js +50 -120
  104. package/lib/commonjs/components/ChannelList/Skeleton.js.map +1 -1
  105. package/lib/commonjs/components/ChannelList/hooks/listeners/useAddedToChannelNotification.js.map +1 -1
  106. package/lib/commonjs/components/ChannelList/hooks/listeners/useChannelDeleted.js.map +1 -1
  107. package/lib/commonjs/components/ChannelList/hooks/listeners/useChannelHidden.js.map +1 -1
  108. package/lib/commonjs/components/ChannelList/hooks/listeners/useChannelTruncated.js.map +1 -1
  109. package/lib/commonjs/components/ChannelList/hooks/listeners/useChannelUpdated.js +1 -2
  110. package/lib/commonjs/components/ChannelList/hooks/listeners/useChannelUpdated.js.map +1 -1
  111. package/lib/commonjs/components/ChannelList/hooks/listeners/useChannelVisible.js.map +1 -1
  112. package/lib/commonjs/components/ChannelList/hooks/listeners/useNewMessage.js.map +1 -1
  113. package/lib/commonjs/components/ChannelList/hooks/listeners/useNewMessageNotification.js.map +1 -1
  114. package/lib/commonjs/components/ChannelList/hooks/listeners/useRemovedFromChannelNotification.js.map +1 -1
  115. package/lib/commonjs/components/ChannelList/hooks/listeners/useUserPresence.js.map +1 -1
  116. package/lib/commonjs/components/ChannelList/hooks/useCreateChannelsContext.js +2 -2
  117. package/lib/commonjs/components/ChannelList/hooks/useCreateChannelsContext.js.map +1 -1
  118. package/lib/commonjs/components/ChannelList/hooks/usePaginatedChannels.js +2 -3
  119. package/lib/commonjs/components/ChannelList/hooks/usePaginatedChannels.js.map +1 -1
  120. package/lib/commonjs/components/ChannelList/utils.js +3 -3
  121. package/lib/commonjs/components/ChannelList/utils.js.map +1 -1
  122. package/lib/commonjs/components/ChannelPreview/ChannelAvatar.js +7 -25
  123. package/lib/commonjs/components/ChannelPreview/ChannelAvatar.js.map +1 -1
  124. package/lib/commonjs/components/ChannelPreview/ChannelPreview.js +8 -21
  125. package/lib/commonjs/components/ChannelPreview/ChannelPreview.js.map +1 -1
  126. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessage.js +11 -21
  127. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessage.js.map +1 -1
  128. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessenger.js +38 -107
  129. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessenger.js.map +1 -1
  130. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMutedStatus.js +3 -8
  131. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMutedStatus.js.map +1 -1
  132. package/lib/commonjs/components/ChannelPreview/ChannelPreviewStatus.js +13 -37
  133. package/lib/commonjs/components/ChannelPreview/ChannelPreviewStatus.js.map +1 -1
  134. package/lib/commonjs/components/ChannelPreview/ChannelPreviewTitle.js +4 -8
  135. package/lib/commonjs/components/ChannelPreview/ChannelPreviewTitle.js.map +1 -1
  136. package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js +8 -17
  137. package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
  138. package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewDisplayAvatar.js.map +1 -1
  139. package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewDisplayName.js +5 -5
  140. package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewDisplayName.js.map +1 -1
  141. package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewDisplayPresence.js.map +1 -1
  142. package/lib/commonjs/components/ChannelPreview/hooks/useLatestMessagePreview.js +5 -5
  143. package/lib/commonjs/components/ChannelPreview/hooks/useLatestMessagePreview.js.map +1 -1
  144. package/lib/commonjs/components/Chat/Chat.js +19 -46
  145. package/lib/commonjs/components/Chat/Chat.js.map +1 -1
  146. package/lib/commonjs/components/Chat/hooks/handleEventToSyncDB.js +100 -37
  147. package/lib/commonjs/components/Chat/hooks/handleEventToSyncDB.js.map +1 -1
  148. package/lib/commonjs/components/Chat/hooks/useAppSettings.js +3 -3
  149. package/lib/commonjs/components/Chat/hooks/useAppSettings.js.map +1 -1
  150. package/lib/commonjs/components/Chat/hooks/useCreateChatContext.js +1 -1
  151. package/lib/commonjs/components/Chat/hooks/useCreateChatContext.js.map +1 -1
  152. package/lib/commonjs/components/Chat/hooks/useIsOnline.js.map +1 -1
  153. package/lib/commonjs/components/Chat/hooks/useMutedUsers.js.map +1 -1
  154. package/lib/commonjs/components/Chat/hooks/useSyncDatabase.js +3 -1
  155. package/lib/commonjs/components/Chat/hooks/useSyncDatabase.js.map +1 -1
  156. package/lib/commonjs/components/ImageBackground.js +12 -23
  157. package/lib/commonjs/components/ImageBackground.js.map +1 -1
  158. package/lib/commonjs/components/ImageGallery/ImageGallery.js +162 -258
  159. package/lib/commonjs/components/ImageGallery/ImageGallery.js.map +1 -1
  160. package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryImage.js +7 -18
  161. package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryImage.js.map +1 -1
  162. package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryVideo.js +39 -66
  163. package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryVideo.js.map +1 -1
  164. package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js +74 -151
  165. package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
  166. package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js +45 -97
  167. package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
  168. package/lib/commonjs/components/ImageGallery/components/ImageGalleryOverlay.js +10 -20
  169. package/lib/commonjs/components/ImageGallery/components/ImageGalleryOverlay.js.map +1 -1
  170. package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js +42 -84
  171. package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
  172. package/lib/commonjs/components/ImageGallery/components/ImageGrid.js +26 -60
  173. package/lib/commonjs/components/ImageGallery/components/ImageGrid.js.map +1 -1
  174. package/lib/commonjs/components/ImageGallery/components/ImageGridHandle.js +22 -48
  175. package/lib/commonjs/components/ImageGallery/components/ImageGridHandle.js.map +1 -1
  176. package/lib/commonjs/components/ImageGallery/hooks/useImageGalleryGestures.js.map +1 -1
  177. package/lib/commonjs/components/Indicators/EmptyStateIndicator.js +24 -49
  178. package/lib/commonjs/components/Indicators/EmptyStateIndicator.js.map +1 -1
  179. package/lib/commonjs/components/Indicators/LoadingDot.js +5 -10
  180. package/lib/commonjs/components/Indicators/LoadingDot.js.map +1 -1
  181. package/lib/commonjs/components/Indicators/LoadingDots.js +17 -28
  182. package/lib/commonjs/components/Indicators/LoadingDots.js.map +1 -1
  183. package/lib/commonjs/components/Indicators/LoadingErrorIndicator.js +22 -53
  184. package/lib/commonjs/components/Indicators/LoadingErrorIndicator.js.map +1 -1
  185. package/lib/commonjs/components/Indicators/LoadingIndicator.js +21 -60
  186. package/lib/commonjs/components/Indicators/LoadingIndicator.js.map +1 -1
  187. package/lib/commonjs/components/KeyboardCompatibleView/KeyboardCompatibleView.js +46 -91
  188. package/lib/commonjs/components/KeyboardCompatibleView/KeyboardCompatibleView.js.map +1 -1
  189. package/lib/commonjs/components/KeyboardCompatibleView/KeyboardCompatibleViewFC.js +52 -93
  190. package/lib/commonjs/components/KeyboardCompatibleView/KeyboardCompatibleViewFC.js.map +1 -1
  191. package/lib/commonjs/components/Message/Message.js +34 -74
  192. package/lib/commonjs/components/Message/Message.js.map +1 -1
  193. package/lib/commonjs/components/Message/MessageSimple/MessageAvatar.js +14 -38
  194. package/lib/commonjs/components/Message/MessageSimple/MessageAvatar.js.map +1 -1
  195. package/lib/commonjs/components/Message/MessageSimple/MessageBounce.js +17 -22
  196. package/lib/commonjs/components/Message/MessageSimple/MessageBounce.js.map +1 -1
  197. package/lib/commonjs/components/Message/MessageSimple/MessageContent.js +72 -173
  198. package/lib/commonjs/components/Message/MessageSimple/MessageContent.js.map +1 -1
  199. package/lib/commonjs/components/Message/MessageSimple/MessageDeleted.js +29 -58
  200. package/lib/commonjs/components/Message/MessageSimple/MessageDeleted.js.map +1 -1
  201. package/lib/commonjs/components/Message/MessageSimple/MessageError.js +9 -26
  202. package/lib/commonjs/components/Message/MessageSimple/MessageError.js.map +1 -1
  203. package/lib/commonjs/components/Message/MessageSimple/MessageFooter.js +47 -106
  204. package/lib/commonjs/components/Message/MessageSimple/MessageFooter.js.map +1 -1
  205. package/lib/commonjs/components/Message/MessageSimple/MessagePinnedHeader.js +13 -36
  206. package/lib/commonjs/components/Message/MessageSimple/MessagePinnedHeader.js.map +1 -1
  207. package/lib/commonjs/components/Message/MessageSimple/MessageReplies.js +66 -122
  208. package/lib/commonjs/components/Message/MessageSimple/MessageReplies.js.map +1 -1
  209. package/lib/commonjs/components/Message/MessageSimple/MessageRepliesAvatars.js +22 -45
  210. package/lib/commonjs/components/Message/MessageSimple/MessageRepliesAvatars.js.map +1 -1
  211. package/lib/commonjs/components/Message/MessageSimple/MessageSimple.js +20 -56
  212. package/lib/commonjs/components/Message/MessageSimple/MessageSimple.js.map +1 -1
  213. package/lib/commonjs/components/Message/MessageSimple/MessageStatus.js +24 -79
  214. package/lib/commonjs/components/Message/MessageSimple/MessageStatus.js.map +1 -1
  215. package/lib/commonjs/components/Message/MessageSimple/MessageTextContainer.js +21 -39
  216. package/lib/commonjs/components/Message/MessageSimple/MessageTextContainer.js.map +1 -1
  217. package/lib/commonjs/components/Message/MessageSimple/ReactionList.js +123 -226
  218. package/lib/commonjs/components/Message/MessageSimple/ReactionList.js.map +1 -1
  219. package/lib/commonjs/components/Message/MessageSimple/utils/generateMarkdownText.js +20 -12
  220. package/lib/commonjs/components/Message/MessageSimple/utils/generateMarkdownText.js.map +1 -1
  221. package/lib/commonjs/components/Message/MessageSimple/utils/generateMarkdownText.test.js.map +1 -1
  222. package/lib/commonjs/components/Message/MessageSimple/utils/parseLinks.js.map +1 -1
  223. package/lib/commonjs/components/Message/MessageSimple/utils/parseLinks.test.js.map +1 -1
  224. package/lib/commonjs/components/Message/MessageSimple/utils/renderText.js +75 -164
  225. package/lib/commonjs/components/Message/MessageSimple/utils/renderText.js.map +1 -1
  226. package/lib/commonjs/components/Message/MessageSimple/utils/renderText.test.js +32 -65
  227. package/lib/commonjs/components/Message/MessageSimple/utils/renderText.test.js.map +1 -1
  228. package/lib/commonjs/components/Message/hooks/useCreateMessageContext.js +4 -4
  229. package/lib/commonjs/components/Message/hooks/useCreateMessageContext.js.map +1 -1
  230. package/lib/commonjs/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
  231. package/lib/commonjs/components/Message/hooks/useMessageActions.js +25 -90
  232. package/lib/commonjs/components/Message/hooks/useMessageActions.js.map +1 -1
  233. package/lib/commonjs/components/Message/utils/messageActions.js.map +1 -1
  234. package/lib/commonjs/components/MessageInput/AttachButton.js +8 -26
  235. package/lib/commonjs/components/MessageInput/AttachButton.js.map +1 -1
  236. package/lib/commonjs/components/MessageInput/CommandsButton.js +10 -28
  237. package/lib/commonjs/components/MessageInput/CommandsButton.js.map +1 -1
  238. package/lib/commonjs/components/MessageInput/CooldownTimer.js +11 -20
  239. package/lib/commonjs/components/MessageInput/CooldownTimer.js.map +1 -1
  240. package/lib/commonjs/components/MessageInput/FileUploadPreview.js +104 -205
  241. package/lib/commonjs/components/MessageInput/FileUploadPreview.js.map +1 -1
  242. package/lib/commonjs/components/MessageInput/ImageUploadPreview.js +50 -123
  243. package/lib/commonjs/components/MessageInput/ImageUploadPreview.js.map +1 -1
  244. package/lib/commonjs/components/MessageInput/InputButtons.js +17 -50
  245. package/lib/commonjs/components/MessageInput/InputButtons.js.map +1 -1
  246. package/lib/commonjs/components/MessageInput/MessageInput.js +94 -238
  247. package/lib/commonjs/components/MessageInput/MessageInput.js.map +1 -1
  248. package/lib/commonjs/components/MessageInput/MoreOptionsButton.js +8 -26
  249. package/lib/commonjs/components/MessageInput/MoreOptionsButton.js.map +1 -1
  250. package/lib/commonjs/components/MessageInput/SendButton.js +12 -44
  251. package/lib/commonjs/components/MessageInput/SendButton.js.map +1 -1
  252. package/lib/commonjs/components/MessageInput/SendMessageDisallowedIndicator.js +9 -18
  253. package/lib/commonjs/components/MessageInput/SendMessageDisallowedIndicator.js.map +1 -1
  254. package/lib/commonjs/components/MessageInput/ShowThreadMessageInChannelButton.js +33 -72
  255. package/lib/commonjs/components/MessageInput/ShowThreadMessageInChannelButton.js.map +1 -1
  256. package/lib/commonjs/components/MessageInput/UploadProgressIndicator.js +28 -77
  257. package/lib/commonjs/components/MessageInput/UploadProgressIndicator.js.map +1 -1
  258. package/lib/commonjs/components/MessageInput/components/InputEditingStateHeader.js +23 -57
  259. package/lib/commonjs/components/MessageInput/components/InputEditingStateHeader.js.map +1 -1
  260. package/lib/commonjs/components/MessageInput/components/InputGiphySearch.js +35 -80
  261. package/lib/commonjs/components/MessageInput/components/InputGiphySearch.js.map +1 -1
  262. package/lib/commonjs/components/MessageInput/components/InputReplyStateHeader.js +23 -57
  263. package/lib/commonjs/components/MessageInput/components/InputReplyStateHeader.js.map +1 -1
  264. package/lib/commonjs/components/MessageInput/hooks/useCooldown.js.map +1 -1
  265. package/lib/commonjs/components/MessageInput/hooks/useCountdown.js.map +1 -1
  266. package/lib/commonjs/components/MessageList/DateHeader.js +9 -18
  267. package/lib/commonjs/components/MessageList/DateHeader.js.map +1 -1
  268. package/lib/commonjs/components/MessageList/InlineDateSeparator.js +9 -18
  269. package/lib/commonjs/components/MessageList/InlineDateSeparator.js.map +1 -1
  270. package/lib/commonjs/components/MessageList/InlineLoadingMoreIndicator.js +9 -25
  271. package/lib/commonjs/components/MessageList/InlineLoadingMoreIndicator.js.map +1 -1
  272. package/lib/commonjs/components/MessageList/InlineLoadingMoreRecentIndicator.js +9 -25
  273. package/lib/commonjs/components/MessageList/InlineLoadingMoreRecentIndicator.js.map +1 -1
  274. package/lib/commonjs/components/MessageList/InlineLoadingMoreThreadIndicator.js +9 -25
  275. package/lib/commonjs/components/MessageList/InlineLoadingMoreThreadIndicator.js.map +1 -1
  276. package/lib/commonjs/components/MessageList/InlineUnreadIndicator.js +42 -84
  277. package/lib/commonjs/components/MessageList/InlineUnreadIndicator.js.map +1 -1
  278. package/lib/commonjs/components/MessageList/MessageList.js +100 -270
  279. package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
  280. package/lib/commonjs/components/MessageList/MessageSystem.js +25 -56
  281. package/lib/commonjs/components/MessageList/MessageSystem.js.map +1 -1
  282. package/lib/commonjs/components/MessageList/NetworkDownIndicator.js +8 -17
  283. package/lib/commonjs/components/MessageList/NetworkDownIndicator.js.map +1 -1
  284. package/lib/commonjs/components/MessageList/ScrollToBottomButton.js +26 -56
  285. package/lib/commonjs/components/MessageList/ScrollToBottomButton.js.map +1 -1
  286. package/lib/commonjs/components/MessageList/TypingIndicator.js +12 -27
  287. package/lib/commonjs/components/MessageList/TypingIndicator.js.map +1 -1
  288. package/lib/commonjs/components/MessageList/TypingIndicatorContainer.js +6 -18
  289. package/lib/commonjs/components/MessageList/TypingIndicatorContainer.js.map +1 -1
  290. package/lib/commonjs/components/MessageList/hooks/useMessageList.js +1 -2
  291. package/lib/commonjs/components/MessageList/hooks/useMessageList.js.map +1 -1
  292. package/lib/commonjs/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.js.map +1 -1
  293. package/lib/commonjs/components/MessageList/hooks/useTypingString.js.map +1 -1
  294. package/lib/commonjs/components/MessageList/utils/filterTypingUsers.js.map +1 -1
  295. package/lib/commonjs/components/MessageList/utils/getDateSeparators.js.map +1 -1
  296. package/lib/commonjs/components/MessageList/utils/getGroupStyles.js.map +1 -1
  297. package/lib/commonjs/components/MessageList/utils/getLastReceivedMessage.js +13 -5
  298. package/lib/commonjs/components/MessageList/utils/getLastReceivedMessage.js.map +1 -1
  299. package/lib/commonjs/components/MessageList/utils/getReadStates.js +52 -36
  300. package/lib/commonjs/components/MessageList/utils/getReadStates.js.map +1 -1
  301. package/lib/commonjs/components/MessageOverlay/MessageActionList.js +19 -40
  302. package/lib/commonjs/components/MessageOverlay/MessageActionList.js.map +1 -1
  303. package/lib/commonjs/components/MessageOverlay/MessageActionListItem.js +21 -48
  304. package/lib/commonjs/components/MessageOverlay/MessageActionListItem.js.map +1 -1
  305. package/lib/commonjs/components/MessageOverlay/MessageOverlay.js +163 -304
  306. package/lib/commonjs/components/MessageOverlay/MessageOverlay.js.map +1 -1
  307. package/lib/commonjs/components/MessageOverlay/OverlayBackdrop.js +3 -8
  308. package/lib/commonjs/components/MessageOverlay/OverlayBackdrop.js.map +1 -1
  309. package/lib/commonjs/components/MessageOverlay/OverlayReactionList.js +73 -145
  310. package/lib/commonjs/components/MessageOverlay/OverlayReactionList.js.map +1 -1
  311. package/lib/commonjs/components/MessageOverlay/OverlayReactions.js +119 -224
  312. package/lib/commonjs/components/MessageOverlay/OverlayReactions.js.map +1 -1
  313. package/lib/commonjs/components/MessageOverlay/OverlayReactionsAvatar.js +3 -8
  314. package/lib/commonjs/components/MessageOverlay/OverlayReactionsAvatar.js.map +1 -1
  315. package/lib/commonjs/components/MessageOverlay/hooks/useMessageActionAnimation.js.map +1 -1
  316. package/lib/commonjs/components/ProgressControl/ProgressControl.js +19 -51
  317. package/lib/commonjs/components/ProgressControl/ProgressControl.js.map +1 -1
  318. package/lib/commonjs/components/RTLComponents/WritingDirectionAwareText.js +4 -9
  319. package/lib/commonjs/components/RTLComponents/WritingDirectionAwareText.js.map +1 -1
  320. package/lib/commonjs/components/Reply/Reply.js +61 -113
  321. package/lib/commonjs/components/Reply/Reply.js.map +1 -1
  322. package/lib/commonjs/components/Spinner/Spinner.js +11 -21
  323. package/lib/commonjs/components/Spinner/Spinner.js.map +1 -1
  324. package/lib/commonjs/components/Thread/Thread.js +17 -44
  325. package/lib/commonjs/components/Thread/Thread.js.map +1 -1
  326. package/lib/commonjs/components/Thread/components/ThreadFooterComponent.js +57 -121
  327. package/lib/commonjs/components/Thread/components/ThreadFooterComponent.js.map +1 -1
  328. package/lib/commonjs/components/docs/data.js +1 -1
  329. package/lib/commonjs/components/docs/data.js.map +1 -1
  330. package/lib/commonjs/components/index.js.map +1 -1
  331. package/lib/commonjs/contexts/activeChannelsRefContext/ActiveChannelsRefContext.js +9 -21
  332. package/lib/commonjs/contexts/activeChannelsRefContext/ActiveChannelsRefContext.js.map +1 -1
  333. package/lib/commonjs/contexts/attachmentPickerContext/AttachmentPickerContext.js +9 -21
  334. package/lib/commonjs/contexts/attachmentPickerContext/AttachmentPickerContext.js.map +1 -1
  335. package/lib/commonjs/contexts/channelContext/ChannelContext.js +8 -21
  336. package/lib/commonjs/contexts/channelContext/ChannelContext.js.map +1 -1
  337. package/lib/commonjs/contexts/channelsContext/ChannelsContext.js +8 -21
  338. package/lib/commonjs/contexts/channelsContext/ChannelsContext.js.map +1 -1
  339. package/lib/commonjs/contexts/channelsStateContext/ChannelsStateContext.js +15 -32
  340. package/lib/commonjs/contexts/channelsStateContext/ChannelsStateContext.js.map +1 -1
  341. package/lib/commonjs/contexts/channelsStateContext/useChannelState.js.map +1 -1
  342. package/lib/commonjs/contexts/chatContext/ChatContext.js +8 -21
  343. package/lib/commonjs/contexts/chatContext/ChatContext.js.map +1 -1
  344. package/lib/commonjs/contexts/debugContext/DebugContext.js +6 -10
  345. package/lib/commonjs/contexts/debugContext/DebugContext.js.map +1 -1
  346. package/lib/commonjs/contexts/imageGalleryContext/ImageGalleryContext.js +8 -20
  347. package/lib/commonjs/contexts/imageGalleryContext/ImageGalleryContext.js.map +1 -1
  348. package/lib/commonjs/contexts/index.js.map +1 -1
  349. package/lib/commonjs/contexts/keyboardContext/KeyboardContext.js +8 -21
  350. package/lib/commonjs/contexts/keyboardContext/KeyboardContext.js.map +1 -1
  351. package/lib/commonjs/contexts/messageContext/MessageContext.js +8 -21
  352. package/lib/commonjs/contexts/messageContext/MessageContext.js.map +1 -1
  353. package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js +126 -96
  354. package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js.map +1 -1
  355. package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageInputContext.js +5 -3
  356. package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageInputContext.js.map +1 -1
  357. package/lib/commonjs/contexts/messageInputContext/hooks/useMessageDetailsForState.js +49 -41
  358. package/lib/commonjs/contexts/messageInputContext/hooks/useMessageDetailsForState.js.map +1 -1
  359. package/lib/commonjs/contexts/messageOverlayContext/MessageOverlayContext.js +8 -21
  360. package/lib/commonjs/contexts/messageOverlayContext/MessageOverlayContext.js.map +1 -1
  361. package/lib/commonjs/contexts/messageOverlayContext/hooks/useResettableState.js.map +1 -1
  362. package/lib/commonjs/contexts/messageOverlayContext/hooks/useResettableState.test.js +33 -53
  363. package/lib/commonjs/contexts/messageOverlayContext/hooks/useResettableState.test.js.map +1 -1
  364. package/lib/commonjs/contexts/messagesContext/MessagesContext.js +8 -21
  365. package/lib/commonjs/contexts/messagesContext/MessagesContext.js.map +1 -1
  366. package/lib/commonjs/contexts/overlayContext/OverlayContext.js +5 -13
  367. package/lib/commonjs/contexts/overlayContext/OverlayContext.js.map +1 -1
  368. package/lib/commonjs/contexts/overlayContext/OverlayProvider.js +52 -112
  369. package/lib/commonjs/contexts/overlayContext/OverlayProvider.js.map +1 -1
  370. package/lib/commonjs/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.js +6 -10
  371. package/lib/commonjs/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.js.map +1 -1
  372. package/lib/commonjs/contexts/paginatedMessageListContext/PaginatedMessageListContext.js +8 -21
  373. package/lib/commonjs/contexts/paginatedMessageListContext/PaginatedMessageListContext.js.map +1 -1
  374. package/lib/commonjs/contexts/suggestionsContext/SuggestionsContext.js +9 -21
  375. package/lib/commonjs/contexts/suggestionsContext/SuggestionsContext.js.map +1 -1
  376. package/lib/commonjs/contexts/themeContext/ThemeContext.js +6 -10
  377. package/lib/commonjs/contexts/themeContext/ThemeContext.js.map +1 -1
  378. package/lib/commonjs/contexts/themeContext/utils/theme.js +3 -3
  379. package/lib/commonjs/contexts/themeContext/utils/theme.js.map +1 -1
  380. package/lib/commonjs/contexts/threadContext/ThreadContext.js +8 -21
  381. package/lib/commonjs/contexts/threadContext/ThreadContext.js.map +1 -1
  382. package/lib/commonjs/contexts/translationContext/TranslationContext.js +8 -20
  383. package/lib/commonjs/contexts/translationContext/TranslationContext.js.map +1 -1
  384. package/lib/commonjs/contexts/typingContext/TypingContext.js +8 -21
  385. package/lib/commonjs/contexts/typingContext/TypingContext.js.map +1 -1
  386. package/lib/commonjs/contexts/utils/defaultBaseContextValue.js.map +1 -1
  387. package/lib/commonjs/contexts/utils/getDisplayName.js.map +1 -1
  388. package/lib/commonjs/contexts/utils/isTestEnvironment.js.map +1 -1
  389. package/lib/commonjs/emoji-data/compile.js +4 -5
  390. package/lib/commonjs/emoji-data/compile.js.map +1 -1
  391. package/lib/commonjs/emoji-data/index.js.map +1 -1
  392. package/lib/commonjs/hooks/index.js.map +1 -1
  393. package/lib/commonjs/hooks/useAppStateListener.js +3 -1
  394. package/lib/commonjs/hooks/useAppStateListener.js.map +1 -1
  395. package/lib/commonjs/hooks/useIsMountedRef.js.map +1 -1
  396. package/lib/commonjs/hooks/useLoadingImage.js +3 -4
  397. package/lib/commonjs/hooks/useLoadingImage.js.map +1 -1
  398. package/lib/commonjs/hooks/useStreami18n.js +1 -2
  399. package/lib/commonjs/hooks/useStreami18n.js.map +1 -1
  400. package/lib/commonjs/hooks/useTranslatedMessage.js +3 -5
  401. package/lib/commonjs/hooks/useTranslatedMessage.js.map +1 -1
  402. package/lib/commonjs/hooks/useViewport.js.map +1 -1
  403. package/lib/commonjs/i18n/es.json +10 -10
  404. package/lib/commonjs/i18n/fr.json +10 -10
  405. package/lib/commonjs/i18n/he.json +10 -10
  406. package/lib/commonjs/i18n/hi.json +10 -10
  407. package/lib/commonjs/i18n/it.json +10 -10
  408. package/lib/commonjs/i18n/ja.json +10 -10
  409. package/lib/commonjs/i18n/ko.json +10 -10
  410. package/lib/commonjs/i18n/nl.json +10 -10
  411. package/lib/commonjs/i18n/pt-BR.json +10 -10
  412. package/lib/commonjs/i18n/ru.json +10 -10
  413. package/lib/commonjs/i18n/tr.json +10 -10
  414. package/lib/commonjs/icons/ArrowRight.js +10 -36
  415. package/lib/commonjs/icons/ArrowRight.js.map +1 -1
  416. package/lib/commonjs/icons/AtMentions.js +6 -18
  417. package/lib/commonjs/icons/AtMentions.js.map +1 -1
  418. package/lib/commonjs/icons/Attach.js +6 -18
  419. package/lib/commonjs/icons/Attach.js.map +1 -1
  420. package/lib/commonjs/icons/Audio.js +28 -73
  421. package/lib/commonjs/icons/Audio.js.map +1 -1
  422. package/lib/commonjs/icons/CSV.js +18 -53
  423. package/lib/commonjs/icons/CSV.js.map +1 -1
  424. package/lib/commonjs/icons/Camera.js +6 -18
  425. package/lib/commonjs/icons/Camera.js.map +1 -1
  426. package/lib/commonjs/icons/Check.js +8 -27
  427. package/lib/commonjs/icons/Check.js.map +1 -1
  428. package/lib/commonjs/icons/CheckAll.js +8 -27
  429. package/lib/commonjs/icons/CheckAll.js.map +1 -1
  430. package/lib/commonjs/icons/CheckSend.js +6 -18
  431. package/lib/commonjs/icons/CheckSend.js.map +1 -1
  432. package/lib/commonjs/icons/CircleClose.js +8 -27
  433. package/lib/commonjs/icons/CircleClose.js.map +1 -1
  434. package/lib/commonjs/icons/CirclePlus.js +8 -27
  435. package/lib/commonjs/icons/CirclePlus.js.map +1 -1
  436. package/lib/commonjs/icons/CircleRight.js +8 -27
  437. package/lib/commonjs/icons/CircleRight.js.map +1 -1
  438. package/lib/commonjs/icons/Close.js +6 -18
  439. package/lib/commonjs/icons/Close.js.map +1 -1
  440. package/lib/commonjs/icons/Copy.js +6 -18
  441. package/lib/commonjs/icons/Copy.js.map +1 -1
  442. package/lib/commonjs/icons/CurveLineLeftUp.js +10 -36
  443. package/lib/commonjs/icons/CurveLineLeftUp.js.map +1 -1
  444. package/lib/commonjs/icons/DOC.js +32 -83
  445. package/lib/commonjs/icons/DOC.js.map +1 -1
  446. package/lib/commonjs/icons/DOCX.js +32 -83
  447. package/lib/commonjs/icons/DOCX.js.map +1 -1
  448. package/lib/commonjs/icons/Delete.js +8 -27
  449. package/lib/commonjs/icons/Delete.js.map +1 -1
  450. package/lib/commonjs/icons/Down.js +6 -18
  451. package/lib/commonjs/icons/Down.js.map +1 -1
  452. package/lib/commonjs/icons/DownloadArrow.js +6 -18
  453. package/lib/commonjs/icons/DownloadArrow.js.map +1 -1
  454. package/lib/commonjs/icons/DownloadCloud.js +12 -45
  455. package/lib/commonjs/icons/DownloadCloud.js.map +1 -1
  456. package/lib/commonjs/icons/Edit.js +6 -18
  457. package/lib/commonjs/icons/Edit.js.map +1 -1
  458. package/lib/commonjs/icons/Error.js +6 -18
  459. package/lib/commonjs/icons/Error.js.map +1 -1
  460. package/lib/commonjs/icons/Eye.js +6 -18
  461. package/lib/commonjs/icons/Eye.js.map +1 -1
  462. package/lib/commonjs/icons/Flag.js +6 -18
  463. package/lib/commonjs/icons/Flag.js.map +1 -1
  464. package/lib/commonjs/icons/Folder.js +6 -18
  465. package/lib/commonjs/icons/Folder.js.map +1 -1
  466. package/lib/commonjs/icons/GenericFile.js +28 -73
  467. package/lib/commonjs/icons/GenericFile.js.map +1 -1
  468. package/lib/commonjs/icons/GiphyIcon.js +22 -69
  469. package/lib/commonjs/icons/GiphyIcon.js.map +1 -1
  470. package/lib/commonjs/icons/Grid.js +6 -18
  471. package/lib/commonjs/icons/Grid.js.map +1 -1
  472. package/lib/commonjs/icons/Group.js +6 -18
  473. package/lib/commonjs/icons/Group.js.map +1 -1
  474. package/lib/commonjs/icons/HTML.js +18 -53
  475. package/lib/commonjs/icons/HTML.js.map +1 -1
  476. package/lib/commonjs/icons/Imgur.js +15 -41
  477. package/lib/commonjs/icons/Imgur.js.map +1 -1
  478. package/lib/commonjs/icons/LOLReaction.js +6 -18
  479. package/lib/commonjs/icons/LOLReaction.js.map +1 -1
  480. package/lib/commonjs/icons/Lightning.js +6 -18
  481. package/lib/commonjs/icons/Lightning.js.map +1 -1
  482. package/lib/commonjs/icons/Link.js +8 -27
  483. package/lib/commonjs/icons/Link.js.map +1 -1
  484. package/lib/commonjs/icons/Loading.js +23 -56
  485. package/lib/commonjs/icons/Loading.js.map +1 -1
  486. package/lib/commonjs/icons/Logo.js +7 -19
  487. package/lib/commonjs/icons/Logo.js.map +1 -1
  488. package/lib/commonjs/icons/LoveReaction.js +6 -18
  489. package/lib/commonjs/icons/LoveReaction.js.map +1 -1
  490. package/lib/commonjs/icons/MD.js +18 -53
  491. package/lib/commonjs/icons/MD.js.map +1 -1
  492. package/lib/commonjs/icons/MailOpen.js +6 -18
  493. package/lib/commonjs/icons/MailOpen.js.map +1 -1
  494. package/lib/commonjs/icons/MenuPointHorizontal.js +6 -18
  495. package/lib/commonjs/icons/MenuPointHorizontal.js.map +1 -1
  496. package/lib/commonjs/icons/MenuPointVertical.js +6 -18
  497. package/lib/commonjs/icons/MenuPointVertical.js.map +1 -1
  498. package/lib/commonjs/icons/MessageFlag.js +6 -18
  499. package/lib/commonjs/icons/MessageFlag.js.map +1 -1
  500. package/lib/commonjs/icons/MessageIcon.js +6 -18
  501. package/lib/commonjs/icons/MessageIcon.js.map +1 -1
  502. package/lib/commonjs/icons/Mute.js +6 -18
  503. package/lib/commonjs/icons/Mute.js.map +1 -1
  504. package/lib/commonjs/icons/Notification.js +10 -36
  505. package/lib/commonjs/icons/Notification.js.map +1 -1
  506. package/lib/commonjs/icons/ODT.js +18 -53
  507. package/lib/commonjs/icons/ODT.js.map +1 -1
  508. package/lib/commonjs/icons/PDF.js +18 -53
  509. package/lib/commonjs/icons/PDF.js.map +1 -1
  510. package/lib/commonjs/icons/PPT.js +32 -83
  511. package/lib/commonjs/icons/PPT.js.map +1 -1
  512. package/lib/commonjs/icons/PPTX.js +32 -83
  513. package/lib/commonjs/icons/PPTX.js.map +1 -1
  514. package/lib/commonjs/icons/Pause.js +16 -33
  515. package/lib/commonjs/icons/Pause.js.map +1 -1
  516. package/lib/commonjs/icons/Picture.js +8 -27
  517. package/lib/commonjs/icons/Picture.js.map +1 -1
  518. package/lib/commonjs/icons/Pin.js +7 -19
  519. package/lib/commonjs/icons/Pin.js.map +1 -1
  520. package/lib/commonjs/icons/PinHeader.js +6 -18
  521. package/lib/commonjs/icons/PinHeader.js.map +1 -1
  522. package/lib/commonjs/icons/Play.js +7 -19
  523. package/lib/commonjs/icons/Play.js.map +1 -1
  524. package/lib/commonjs/icons/RAR.js +18 -53
  525. package/lib/commonjs/icons/RAR.js.map +1 -1
  526. package/lib/commonjs/icons/RTF.js +18 -53
  527. package/lib/commonjs/icons/RTF.js.map +1 -1
  528. package/lib/commonjs/icons/Recorder.js +8 -27
  529. package/lib/commonjs/icons/Recorder.js.map +1 -1
  530. package/lib/commonjs/icons/Refresh.js +6 -18
  531. package/lib/commonjs/icons/Refresh.js.map +1 -1
  532. package/lib/commonjs/icons/SEVEN_Z.js +18 -53
  533. package/lib/commonjs/icons/SEVEN_Z.js.map +1 -1
  534. package/lib/commonjs/icons/Search.js +6 -18
  535. package/lib/commonjs/icons/Search.js.map +1 -1
  536. package/lib/commonjs/icons/SendRight.js +6 -18
  537. package/lib/commonjs/icons/SendRight.js.map +1 -1
  538. package/lib/commonjs/icons/SendUp.js +6 -18
  539. package/lib/commonjs/icons/SendUp.js.map +1 -1
  540. package/lib/commonjs/icons/Share.js +15 -40
  541. package/lib/commonjs/icons/Share.js.map +1 -1
  542. package/lib/commonjs/icons/ShareRightArrow.js +6 -18
  543. package/lib/commonjs/icons/ShareRightArrow.js.map +1 -1
  544. package/lib/commonjs/icons/Smile.js +8 -27
  545. package/lib/commonjs/icons/Smile.js.map +1 -1
  546. package/lib/commonjs/icons/Sound.js +6 -18
  547. package/lib/commonjs/icons/Sound.js.map +1 -1
  548. package/lib/commonjs/icons/TAR.js +18 -53
  549. package/lib/commonjs/icons/TAR.js.map +1 -1
  550. package/lib/commonjs/icons/TXT.js +18 -53
  551. package/lib/commonjs/icons/TXT.js.map +1 -1
  552. package/lib/commonjs/icons/ThreadReply.js +6 -18
  553. package/lib/commonjs/icons/ThreadReply.js.map +1 -1
  554. package/lib/commonjs/icons/ThumbsDownReaction.js +6 -18
  555. package/lib/commonjs/icons/ThumbsDownReaction.js.map +1 -1
  556. package/lib/commonjs/icons/ThumbsUpReaction.js +6 -18
  557. package/lib/commonjs/icons/ThumbsUpReaction.js.map +1 -1
  558. package/lib/commonjs/icons/Time.js +8 -27
  559. package/lib/commonjs/icons/Time.js.map +1 -1
  560. package/lib/commonjs/icons/Unknown.js +6 -18
  561. package/lib/commonjs/icons/Unknown.js.map +1 -1
  562. package/lib/commonjs/icons/Unpin.js +6 -18
  563. package/lib/commonjs/icons/Unpin.js.map +1 -1
  564. package/lib/commonjs/icons/User.js +6 -18
  565. package/lib/commonjs/icons/User.js.map +1 -1
  566. package/lib/commonjs/icons/UserAdd.js +8 -27
  567. package/lib/commonjs/icons/UserAdd.js.map +1 -1
  568. package/lib/commonjs/icons/UserAdmin.js +13 -32
  569. package/lib/commonjs/icons/UserAdmin.js.map +1 -1
  570. package/lib/commonjs/icons/UserDelete.js +8 -27
  571. package/lib/commonjs/icons/UserDelete.js.map +1 -1
  572. package/lib/commonjs/icons/UserMinus.js +8 -27
  573. package/lib/commonjs/icons/UserMinus.js.map +1 -1
  574. package/lib/commonjs/icons/Video.js +18 -58
  575. package/lib/commonjs/icons/Video.js.map +1 -1
  576. package/lib/commonjs/icons/Warning.js +6 -18
  577. package/lib/commonjs/icons/Warning.js.map +1 -1
  578. package/lib/commonjs/icons/WutReaction.js +6 -18
  579. package/lib/commonjs/icons/WutReaction.js.map +1 -1
  580. package/lib/commonjs/icons/XLS.js +32 -83
  581. package/lib/commonjs/icons/XLS.js.map +1 -1
  582. package/lib/commonjs/icons/XLSX.js +32 -83
  583. package/lib/commonjs/icons/XLSX.js.map +1 -1
  584. package/lib/commonjs/icons/ZIP.js +18 -53
  585. package/lib/commonjs/icons/ZIP.js.map +1 -1
  586. package/lib/commonjs/icons/index.js.map +1 -1
  587. package/lib/commonjs/icons/utils/base.js +8 -19
  588. package/lib/commonjs/icons/utils/base.js.map +1 -1
  589. package/lib/commonjs/index.js +2 -2
  590. package/lib/commonjs/index.js.map +1 -1
  591. package/lib/commonjs/init.js.map +1 -1
  592. package/lib/commonjs/mock-builders/DB/consts.js.map +1 -1
  593. package/lib/commonjs/mock-builders/DB/mock.js +2 -2
  594. package/lib/commonjs/mock-builders/DB/mock.js.map +1 -1
  595. package/lib/commonjs/mock-builders/api/channelMocks.js.map +1 -1
  596. package/lib/commonjs/mock-builders/api/deleteMessage.js.map +1 -1
  597. package/lib/commonjs/mock-builders/api/deleteReaction.js.map +1 -1
  598. package/lib/commonjs/mock-builders/api/error.js +4 -6
  599. package/lib/commonjs/mock-builders/api/error.js.map +1 -1
  600. package/lib/commonjs/mock-builders/api/getOrCreateChannel.js.map +1 -1
  601. package/lib/commonjs/mock-builders/api/queryChannels.js.map +1 -1
  602. package/lib/commonjs/mock-builders/api/queryMembers.js.map +1 -1
  603. package/lib/commonjs/mock-builders/api/sendMessage.js.map +1 -1
  604. package/lib/commonjs/mock-builders/api/sendReaction.js.map +1 -1
  605. package/lib/commonjs/mock-builders/api/threadReplies.js.map +1 -1
  606. package/lib/commonjs/mock-builders/api/useMockedApis.js.map +1 -1
  607. package/lib/commonjs/mock-builders/api/utils.js.map +1 -1
  608. package/lib/commonjs/mock-builders/event/channelDeleted.js.map +1 -1
  609. package/lib/commonjs/mock-builders/event/channelHidden.js.map +1 -1
  610. package/lib/commonjs/mock-builders/event/channelTruncated.js.map +1 -1
  611. package/lib/commonjs/mock-builders/event/channelUpdated.js.map +1 -1
  612. package/lib/commonjs/mock-builders/event/connectionChanged.js.map +1 -1
  613. package/lib/commonjs/mock-builders/event/connectionRecovered.js.map +1 -1
  614. package/lib/commonjs/mock-builders/event/memberAdded.js.map +1 -1
  615. package/lib/commonjs/mock-builders/event/memberRemoved.js.map +1 -1
  616. package/lib/commonjs/mock-builders/event/memberUpdated.js.map +1 -1
  617. package/lib/commonjs/mock-builders/event/messageDeleted.js.map +1 -1
  618. package/lib/commonjs/mock-builders/event/messageNew.js.map +1 -1
  619. package/lib/commonjs/mock-builders/event/messageRead.js.map +1 -1
  620. package/lib/commonjs/mock-builders/event/messageUpdated.js.map +1 -1
  621. package/lib/commonjs/mock-builders/event/notificationAddedToChannel.js.map +1 -1
  622. package/lib/commonjs/mock-builders/event/notificationMessageNew.js.map +1 -1
  623. package/lib/commonjs/mock-builders/event/notificationMutesUpdated.js +1 -3
  624. package/lib/commonjs/mock-builders/event/notificationMutesUpdated.js.map +1 -1
  625. package/lib/commonjs/mock-builders/event/notificationRemovedFromChannel.js.map +1 -1
  626. package/lib/commonjs/mock-builders/event/reactionDeleted.js.map +1 -1
  627. package/lib/commonjs/mock-builders/event/reactionNew.js.map +1 -1
  628. package/lib/commonjs/mock-builders/event/reactionUpdated.js.map +1 -1
  629. package/lib/commonjs/mock-builders/event/typing.js.map +1 -1
  630. package/lib/commonjs/mock-builders/event/userPresence.js.map +1 -1
  631. package/lib/commonjs/mock-builders/event/userUpdated.js.map +1 -1
  632. package/lib/commonjs/mock-builders/generator/attachment.js +9 -11
  633. package/lib/commonjs/mock-builders/generator/attachment.js.map +1 -1
  634. package/lib/commonjs/mock-builders/generator/channel.js +11 -12
  635. package/lib/commonjs/mock-builders/generator/channel.js.map +1 -1
  636. package/lib/commonjs/mock-builders/generator/member.js +1 -3
  637. package/lib/commonjs/mock-builders/generator/member.js.map +1 -1
  638. package/lib/commonjs/mock-builders/generator/message.js +2 -4
  639. package/lib/commonjs/mock-builders/generator/message.js.map +1 -1
  640. package/lib/commonjs/mock-builders/generator/reaction.js +1 -3
  641. package/lib/commonjs/mock-builders/generator/reaction.js.map +1 -1
  642. package/lib/commonjs/mock-builders/generator/user.js +2 -4
  643. package/lib/commonjs/mock-builders/generator/user.js.map +1 -1
  644. package/lib/commonjs/mock-builders/mock.js +1 -2
  645. package/lib/commonjs/mock-builders/mock.js.map +1 -1
  646. package/lib/commonjs/mock-builders/native/react-native-mock.js.map +1 -1
  647. package/lib/commonjs/native.js.map +1 -1
  648. package/lib/commonjs/store/QuickSqliteClient.js +11 -11
  649. package/lib/commonjs/store/QuickSqliteClient.js.map +1 -1
  650. package/lib/commonjs/store/apis/addPendingTask.js.map +1 -1
  651. package/lib/commonjs/store/apis/deleteChannel.js.map +1 -1
  652. package/lib/commonjs/store/apis/deleteMember.js.map +1 -1
  653. package/lib/commonjs/store/apis/deleteMessage.js.map +1 -1
  654. package/lib/commonjs/store/apis/deleteMessagesForChannel.js.map +1 -1
  655. package/lib/commonjs/store/apis/deletePendingTask.js.map +1 -1
  656. package/lib/commonjs/store/apis/deleteReaction.js.map +1 -1
  657. package/lib/commonjs/store/apis/deleteReactions.js.map +1 -1
  658. package/lib/commonjs/store/apis/getAllChannelIds.js.map +1 -1
  659. package/lib/commonjs/store/apis/getAppSettings.js.map +1 -1
  660. package/lib/commonjs/store/apis/getChannelMessages.js.map +1 -1
  661. package/lib/commonjs/store/apis/getChannels.js +1 -3
  662. package/lib/commonjs/store/apis/getChannels.js.map +1 -1
  663. package/lib/commonjs/store/apis/getChannelsForFilterSort.js.map +1 -1
  664. package/lib/commonjs/store/apis/getLastSyncedAt.js.map +1 -1
  665. package/lib/commonjs/store/apis/getMembers.js.map +1 -1
  666. package/lib/commonjs/store/apis/getPendingTasks.js.map +1 -1
  667. package/lib/commonjs/store/apis/getReads.js.map +1 -1
  668. package/lib/commonjs/store/apis/index.js.map +1 -1
  669. package/lib/commonjs/store/apis/insertReaction.js.map +1 -1
  670. package/lib/commonjs/store/apis/queries/selectChannelIdsForFilterSort.js.map +1 -1
  671. package/lib/commonjs/store/apis/queries/selectChannels.js.map +1 -1
  672. package/lib/commonjs/store/apis/queries/selectMembersForChannels.js +3 -3
  673. package/lib/commonjs/store/apis/queries/selectMembersForChannels.js.map +1 -1
  674. package/lib/commonjs/store/apis/queries/selectMessagesForChannels.js +3 -3
  675. package/lib/commonjs/store/apis/queries/selectMessagesForChannels.js.map +1 -1
  676. package/lib/commonjs/store/apis/queries/selectReactionsForMessages.js +3 -3
  677. package/lib/commonjs/store/apis/queries/selectReactionsForMessages.js.map +1 -1
  678. package/lib/commonjs/store/apis/queries/selectReadsForChannels.js +3 -3
  679. package/lib/commonjs/store/apis/queries/selectReadsForChannels.js.map +1 -1
  680. package/lib/commonjs/store/apis/updateMessage.js.map +1 -1
  681. package/lib/commonjs/store/apis/updateReaction.js.map +1 -1
  682. package/lib/commonjs/store/apis/upsertAppSettings.js.map +1 -1
  683. package/lib/commonjs/store/apis/upsertChannelData.js.map +1 -1
  684. package/lib/commonjs/store/apis/upsertChannelDataFromChannel.js +21 -0
  685. package/lib/commonjs/store/apis/upsertChannelDataFromChannel.js.map +1 -0
  686. package/lib/commonjs/store/apis/upsertChannels.js +29 -21
  687. package/lib/commonjs/store/apis/upsertChannels.js.map +1 -1
  688. package/lib/commonjs/store/apis/upsertCidsForQuery.js.map +1 -1
  689. package/lib/commonjs/store/apis/upsertMembers.js.map +1 -1
  690. package/lib/commonjs/store/apis/upsertMessages.js.map +1 -1
  691. package/lib/commonjs/store/apis/upsertReads.js.map +1 -1
  692. package/lib/commonjs/store/apis/upsertUserSyncStatus.js.map +1 -1
  693. package/lib/commonjs/store/apis/utils/convertFilterSortToQuery.js +1 -1
  694. package/lib/commonjs/store/apis/utils/convertFilterSortToQuery.js.map +1 -1
  695. package/lib/commonjs/store/constants.js.map +1 -1
  696. package/lib/commonjs/store/mappers/mapChannelDataToStorable.js.map +1 -1
  697. package/lib/commonjs/store/mappers/mapChannelToStorable.js +63 -0
  698. package/lib/commonjs/store/mappers/mapChannelToStorable.js.map +1 -0
  699. package/lib/commonjs/store/mappers/mapDateTimeToStorable.js.map +1 -1
  700. package/lib/commonjs/store/mappers/mapMemberToStorable.js.map +1 -1
  701. package/lib/commonjs/store/mappers/mapMessageToStorable.js.map +1 -1
  702. package/lib/commonjs/store/mappers/mapReactionToStorable.js.map +1 -1
  703. package/lib/commonjs/store/mappers/mapReadToStorable.js.map +1 -1
  704. package/lib/commonjs/store/mappers/mapStorableToChannel.js +1 -3
  705. package/lib/commonjs/store/mappers/mapStorableToChannel.js.map +1 -1
  706. package/lib/commonjs/store/mappers/mapStorableToMember.js.map +1 -1
  707. package/lib/commonjs/store/mappers/mapStorableToMessage.js +1 -2
  708. package/lib/commonjs/store/mappers/mapStorableToMessage.js.map +1 -1
  709. package/lib/commonjs/store/mappers/mapStorableToReaction.js +1 -3
  710. package/lib/commonjs/store/mappers/mapStorableToReaction.js.map +1 -1
  711. package/lib/commonjs/store/mappers/mapStorableToRead.js.map +1 -1
  712. package/lib/commonjs/store/mappers/mapStorableToTask.js.map +1 -1
  713. package/lib/commonjs/store/mappers/mapStorableToUser.js +1 -3
  714. package/lib/commonjs/store/mappers/mapStorableToUser.js.map +1 -1
  715. package/lib/commonjs/store/mappers/mapTaskToStorable.js +1 -3
  716. package/lib/commonjs/store/mappers/mapTaskToStorable.js.map +1 -1
  717. package/lib/commonjs/store/mappers/mapUserToStorable.js.map +1 -1
  718. package/lib/commonjs/store/schema.js.map +1 -1
  719. package/lib/commonjs/store/sqlite-utils/appendOrderByClause.js +2 -2
  720. package/lib/commonjs/store/sqlite-utils/appendOrderByClause.js.map +1 -1
  721. package/lib/commonjs/store/sqlite-utils/appendWhereCluase.js +3 -3
  722. package/lib/commonjs/store/sqlite-utils/appendWhereCluase.js.map +1 -1
  723. package/lib/commonjs/store/sqlite-utils/createCreateTableQuery.js +5 -5
  724. package/lib/commonjs/store/sqlite-utils/createCreateTableQuery.js.map +1 -1
  725. package/lib/commonjs/store/sqlite-utils/createDeleteQuery.js +1 -1
  726. package/lib/commonjs/store/sqlite-utils/createDeleteQuery.js.map +1 -1
  727. package/lib/commonjs/store/sqlite-utils/createSelectQuery.js +2 -2
  728. package/lib/commonjs/store/sqlite-utils/createSelectQuery.js.map +1 -1
  729. package/lib/commonjs/store/sqlite-utils/createUpdateQuery.js +3 -3
  730. package/lib/commonjs/store/sqlite-utils/createUpdateQuery.js.map +1 -1
  731. package/lib/commonjs/store/sqlite-utils/createUpsertQuery.js +3 -3
  732. package/lib/commonjs/store/sqlite-utils/createUpsertQuery.js.map +1 -1
  733. package/lib/commonjs/store/sqlite-utils/printRow.js.map +1 -1
  734. package/lib/commonjs/store/types.js.map +1 -1
  735. package/lib/commonjs/test-utils/BetterSqlite.js +2 -2
  736. package/lib/commonjs/test-utils/BetterSqlite.js.map +1 -1
  737. package/lib/commonjs/types/types.js.map +1 -1
  738. package/lib/commonjs/utils/DBSyncManager.js +124 -98
  739. package/lib/commonjs/utils/DBSyncManager.js.map +1 -1
  740. package/lib/commonjs/utils/StreamChatRN.js +1 -2
  741. package/lib/commonjs/utils/StreamChatRN.js.map +1 -1
  742. package/lib/commonjs/utils/Streami18n.js +24 -22
  743. package/lib/commonjs/utils/Streami18n.js.map +1 -1
  744. package/lib/commonjs/utils/addReactionToLocalState.js.map +1 -1
  745. package/lib/commonjs/utils/compressImage.js.map +1 -1
  746. package/lib/commonjs/utils/date.js.map +1 -1
  747. package/lib/commonjs/utils/getResizedImageUrl.js +3 -3
  748. package/lib/commonjs/utils/getResizedImageUrl.js.map +1 -1
  749. package/lib/commonjs/utils/getUrlOfImageAttachment.js.map +1 -1
  750. package/lib/commonjs/utils/patchMessageTextCommand.js +2 -2
  751. package/lib/commonjs/utils/patchMessageTextCommand.js.map +1 -1
  752. package/lib/commonjs/utils/removeReactionFromLocalState.js.map +1 -1
  753. package/lib/commonjs/utils/removeReservedFields.js +1 -3
  754. package/lib/commonjs/utils/removeReservedFields.js.map +1 -1
  755. package/lib/commonjs/utils/utils.js +29 -22
  756. package/lib/commonjs/utils/utils.js.map +1 -1
  757. package/lib/commonjs/version.json +1 -1
  758. package/lib/module/components/Attachment/Attachment.js +23 -101
  759. package/lib/module/components/Attachment/Attachment.js.map +1 -1
  760. package/lib/module/components/Attachment/AttachmentActions.js +26 -49
  761. package/lib/module/components/Attachment/AttachmentActions.js.map +1 -1
  762. package/lib/module/components/Attachment/AudioAttachment.js +73 -139
  763. package/lib/module/components/Attachment/AudioAttachment.js.map +1 -1
  764. package/lib/module/components/Attachment/Card.js +67 -162
  765. package/lib/module/components/Attachment/Card.js.map +1 -1
  766. package/lib/module/components/Attachment/FileAttachment.js +33 -78
  767. package/lib/module/components/Attachment/FileAttachment.js.map +1 -1
  768. package/lib/module/components/Attachment/FileAttachmentGroup.js +47 -81
  769. package/lib/module/components/Attachment/FileAttachmentGroup.js.map +1 -1
  770. package/lib/module/components/Attachment/FileIcon.js +3 -10
  771. package/lib/module/components/Attachment/FileIcon.js.map +1 -1
  772. package/lib/module/components/Attachment/Gallery.js +131 -218
  773. package/lib/module/components/Attachment/Gallery.js.map +1 -1
  774. package/lib/module/components/Attachment/GalleryImage.js +5 -24
  775. package/lib/module/components/Attachment/GalleryImage.js.map +1 -1
  776. package/lib/module/components/Attachment/Giphy.js +151 -295
  777. package/lib/module/components/Attachment/Giphy.js.map +1 -1
  778. package/lib/module/components/Attachment/ImageLoadingFailedIndicator.js +19 -40
  779. package/lib/module/components/Attachment/ImageLoadingFailedIndicator.js.map +1 -1
  780. package/lib/module/components/Attachment/ImageLoadingIndicator.js +3 -15
  781. package/lib/module/components/Attachment/ImageLoadingIndicator.js.map +1 -1
  782. package/lib/module/components/Attachment/ImageReloadIndicator.js +8 -18
  783. package/lib/module/components/Attachment/ImageReloadIndicator.js.map +1 -1
  784. package/lib/module/components/Attachment/VideoThumbnail.js +13 -28
  785. package/lib/module/components/Attachment/VideoThumbnail.js.map +1 -1
  786. package/lib/module/components/Attachment/utils/buildGallery/buildGallery.js.map +1 -1
  787. package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.js +2 -4
  788. package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.js.map +1 -1
  789. package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.js +1 -2
  790. package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.js.map +1 -1
  791. package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.js.map +1 -1
  792. package/lib/module/components/Attachment/utils/buildGallery/buildThumbnail.js.map +1 -1
  793. package/lib/module/components/Attachment/utils/buildGallery/buildThumbnailGrid.js.map +1 -1
  794. package/lib/module/components/Attachment/utils/buildGallery/types.js.map +1 -1
  795. package/lib/module/components/Attachment/utils/getAspectRatio.js.map +1 -1
  796. package/lib/module/components/Attachment/utils/getGalleryImageBorderRadius.js +1 -1
  797. package/lib/module/components/Attachment/utils/getGalleryImageBorderRadius.js.map +1 -1
  798. package/lib/module/components/Attachment/utils/getGiphyMimeType.js.map +1 -1
  799. package/lib/module/components/Attachment/utils/openUrlSafely.js +1 -1
  800. package/lib/module/components/Attachment/utils/openUrlSafely.js.map +1 -1
  801. package/lib/module/components/AttachmentPicker/AttachmentPicker.js +37 -57
  802. package/lib/module/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
  803. package/lib/module/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.js +10 -20
  804. package/lib/module/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.js.map +1 -1
  805. package/lib/module/components/AttachmentPicker/components/AttachmentPickerError.js +16 -37
  806. package/lib/module/components/AttachmentPicker/components/AttachmentPickerError.js.map +1 -1
  807. package/lib/module/components/AttachmentPicker/components/AttachmentPickerErrorImage.js +3 -8
  808. package/lib/module/components/AttachmentPicker/components/AttachmentPickerErrorImage.js.map +1 -1
  809. package/lib/module/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js +9 -18
  810. package/lib/module/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js.map +1 -1
  811. package/lib/module/components/AttachmentPicker/components/AttachmentPickerItem.js +54 -126
  812. package/lib/module/components/AttachmentPicker/components/AttachmentPickerItem.js.map +1 -1
  813. package/lib/module/components/AttachmentPicker/components/AttachmentSelectionBar.js +48 -100
  814. package/lib/module/components/AttachmentPicker/components/AttachmentSelectionBar.js.map +1 -1
  815. package/lib/module/components/AttachmentPicker/components/CameraSelectorIcon.js +3 -8
  816. package/lib/module/components/AttachmentPicker/components/CameraSelectorIcon.js.map +1 -1
  817. package/lib/module/components/AttachmentPicker/components/FileSelectorIcon.js +3 -8
  818. package/lib/module/components/AttachmentPicker/components/FileSelectorIcon.js.map +1 -1
  819. package/lib/module/components/AttachmentPicker/components/ImageOverlaySelectedComponent.js +4 -15
  820. package/lib/module/components/AttachmentPicker/components/ImageOverlaySelectedComponent.js.map +1 -1
  821. package/lib/module/components/AttachmentPicker/components/ImageSelectorIcon.js +3 -8
  822. package/lib/module/components/AttachmentPicker/components/ImageSelectorIcon.js.map +1 -1
  823. package/lib/module/components/AutoCompleteInput/AutoCompleteInput.js +226 -145
  824. package/lib/module/components/AutoCompleteInput/AutoCompleteInput.js.map +1 -1
  825. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js +45 -134
  826. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js.map +1 -1
  827. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js +24 -63
  828. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js.map +1 -1
  829. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionItem.js +55 -125
  830. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionItem.js.map +1 -1
  831. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionList.js +31 -71
  832. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionList.js.map +1 -1
  833. package/lib/module/components/Avatar/Avatar.js +45 -84
  834. package/lib/module/components/Avatar/Avatar.js.map +1 -1
  835. package/lib/module/components/Avatar/GroupAvatar.js +42 -65
  836. package/lib/module/components/Avatar/GroupAvatar.js.map +1 -1
  837. package/lib/module/components/Channel/Channel.js +90 -170
  838. package/lib/module/components/Channel/Channel.js.map +1 -1
  839. package/lib/module/components/Channel/hooks/useCreateChannelContext.js.map +1 -1
  840. package/lib/module/components/Channel/hooks/useCreateInputMessageInputContext.js.map +1 -1
  841. package/lib/module/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
  842. package/lib/module/components/Channel/hooks/useCreateOwnCapabilitiesContext.js +1 -2
  843. package/lib/module/components/Channel/hooks/useCreateOwnCapabilitiesContext.js.map +1 -1
  844. package/lib/module/components/Channel/hooks/useCreatePaginatedMessageListContext.js.map +1 -1
  845. package/lib/module/components/Channel/hooks/useCreateThreadContext.js.map +1 -1
  846. package/lib/module/components/Channel/hooks/useCreateTypingContext.js.map +1 -1
  847. package/lib/module/components/Channel/hooks/useTargetedMessage.js.map +1 -1
  848. package/lib/module/components/ChannelList/ChannelList.js +12 -23
  849. package/lib/module/components/ChannelList/ChannelList.js.map +1 -1
  850. package/lib/module/components/ChannelList/ChannelListFooterLoadingIndicator.js +7 -17
  851. package/lib/module/components/ChannelList/ChannelListFooterLoadingIndicator.js.map +1 -1
  852. package/lib/module/components/ChannelList/ChannelListHeaderErrorIndicator.js +11 -20
  853. package/lib/module/components/ChannelList/ChannelListHeaderErrorIndicator.js.map +1 -1
  854. package/lib/module/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js +10 -19
  855. package/lib/module/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js.map +1 -1
  856. package/lib/module/components/ChannelList/ChannelListLoadingIndicator.js +6 -18
  857. package/lib/module/components/ChannelList/ChannelListLoadingIndicator.js.map +1 -1
  858. package/lib/module/components/ChannelList/ChannelListMessenger.js +51 -136
  859. package/lib/module/components/ChannelList/ChannelListMessenger.js.map +1 -1
  860. package/lib/module/components/ChannelList/Skeleton.js +50 -120
  861. package/lib/module/components/ChannelList/Skeleton.js.map +1 -1
  862. package/lib/module/components/ChannelList/hooks/listeners/useAddedToChannelNotification.js.map +1 -1
  863. package/lib/module/components/ChannelList/hooks/listeners/useChannelDeleted.js.map +1 -1
  864. package/lib/module/components/ChannelList/hooks/listeners/useChannelHidden.js.map +1 -1
  865. package/lib/module/components/ChannelList/hooks/listeners/useChannelTruncated.js.map +1 -1
  866. package/lib/module/components/ChannelList/hooks/listeners/useChannelUpdated.js +1 -2
  867. package/lib/module/components/ChannelList/hooks/listeners/useChannelUpdated.js.map +1 -1
  868. package/lib/module/components/ChannelList/hooks/listeners/useChannelVisible.js.map +1 -1
  869. package/lib/module/components/ChannelList/hooks/listeners/useNewMessage.js.map +1 -1
  870. package/lib/module/components/ChannelList/hooks/listeners/useNewMessageNotification.js.map +1 -1
  871. package/lib/module/components/ChannelList/hooks/listeners/useRemovedFromChannelNotification.js.map +1 -1
  872. package/lib/module/components/ChannelList/hooks/listeners/useUserPresence.js.map +1 -1
  873. package/lib/module/components/ChannelList/hooks/useCreateChannelsContext.js +2 -2
  874. package/lib/module/components/ChannelList/hooks/useCreateChannelsContext.js.map +1 -1
  875. package/lib/module/components/ChannelList/hooks/usePaginatedChannels.js +2 -3
  876. package/lib/module/components/ChannelList/hooks/usePaginatedChannels.js.map +1 -1
  877. package/lib/module/components/ChannelList/utils.js +3 -3
  878. package/lib/module/components/ChannelList/utils.js.map +1 -1
  879. package/lib/module/components/ChannelPreview/ChannelAvatar.js +7 -25
  880. package/lib/module/components/ChannelPreview/ChannelAvatar.js.map +1 -1
  881. package/lib/module/components/ChannelPreview/ChannelPreview.js +8 -21
  882. package/lib/module/components/ChannelPreview/ChannelPreview.js.map +1 -1
  883. package/lib/module/components/ChannelPreview/ChannelPreviewMessage.js +11 -21
  884. package/lib/module/components/ChannelPreview/ChannelPreviewMessage.js.map +1 -1
  885. package/lib/module/components/ChannelPreview/ChannelPreviewMessenger.js +38 -107
  886. package/lib/module/components/ChannelPreview/ChannelPreviewMessenger.js.map +1 -1
  887. package/lib/module/components/ChannelPreview/ChannelPreviewMutedStatus.js +3 -8
  888. package/lib/module/components/ChannelPreview/ChannelPreviewMutedStatus.js.map +1 -1
  889. package/lib/module/components/ChannelPreview/ChannelPreviewStatus.js +13 -37
  890. package/lib/module/components/ChannelPreview/ChannelPreviewStatus.js.map +1 -1
  891. package/lib/module/components/ChannelPreview/ChannelPreviewTitle.js +4 -8
  892. package/lib/module/components/ChannelPreview/ChannelPreviewTitle.js.map +1 -1
  893. package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js +8 -17
  894. package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
  895. package/lib/module/components/ChannelPreview/hooks/useChannelPreviewDisplayAvatar.js.map +1 -1
  896. package/lib/module/components/ChannelPreview/hooks/useChannelPreviewDisplayName.js +5 -5
  897. package/lib/module/components/ChannelPreview/hooks/useChannelPreviewDisplayName.js.map +1 -1
  898. package/lib/module/components/ChannelPreview/hooks/useChannelPreviewDisplayPresence.js.map +1 -1
  899. package/lib/module/components/ChannelPreview/hooks/useLatestMessagePreview.js +5 -5
  900. package/lib/module/components/ChannelPreview/hooks/useLatestMessagePreview.js.map +1 -1
  901. package/lib/module/components/Chat/Chat.js +19 -46
  902. package/lib/module/components/Chat/Chat.js.map +1 -1
  903. package/lib/module/components/Chat/hooks/handleEventToSyncDB.js +100 -37
  904. package/lib/module/components/Chat/hooks/handleEventToSyncDB.js.map +1 -1
  905. package/lib/module/components/Chat/hooks/useAppSettings.js +3 -3
  906. package/lib/module/components/Chat/hooks/useAppSettings.js.map +1 -1
  907. package/lib/module/components/Chat/hooks/useCreateChatContext.js +1 -1
  908. package/lib/module/components/Chat/hooks/useCreateChatContext.js.map +1 -1
  909. package/lib/module/components/Chat/hooks/useIsOnline.js.map +1 -1
  910. package/lib/module/components/Chat/hooks/useMutedUsers.js.map +1 -1
  911. package/lib/module/components/Chat/hooks/useSyncDatabase.js +3 -1
  912. package/lib/module/components/Chat/hooks/useSyncDatabase.js.map +1 -1
  913. package/lib/module/components/ImageBackground.js +12 -23
  914. package/lib/module/components/ImageBackground.js.map +1 -1
  915. package/lib/module/components/ImageGallery/ImageGallery.js +162 -258
  916. package/lib/module/components/ImageGallery/ImageGallery.js.map +1 -1
  917. package/lib/module/components/ImageGallery/components/AnimatedGalleryImage.js +7 -18
  918. package/lib/module/components/ImageGallery/components/AnimatedGalleryImage.js.map +1 -1
  919. package/lib/module/components/ImageGallery/components/AnimatedGalleryVideo.js +39 -66
  920. package/lib/module/components/ImageGallery/components/AnimatedGalleryVideo.js.map +1 -1
  921. package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js +74 -151
  922. package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
  923. package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js +45 -97
  924. package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
  925. package/lib/module/components/ImageGallery/components/ImageGalleryOverlay.js +10 -20
  926. package/lib/module/components/ImageGallery/components/ImageGalleryOverlay.js.map +1 -1
  927. package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js +42 -84
  928. package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
  929. package/lib/module/components/ImageGallery/components/ImageGrid.js +26 -60
  930. package/lib/module/components/ImageGallery/components/ImageGrid.js.map +1 -1
  931. package/lib/module/components/ImageGallery/components/ImageGridHandle.js +22 -48
  932. package/lib/module/components/ImageGallery/components/ImageGridHandle.js.map +1 -1
  933. package/lib/module/components/ImageGallery/hooks/useImageGalleryGestures.js.map +1 -1
  934. package/lib/module/components/Indicators/EmptyStateIndicator.js +24 -49
  935. package/lib/module/components/Indicators/EmptyStateIndicator.js.map +1 -1
  936. package/lib/module/components/Indicators/LoadingDot.js +5 -10
  937. package/lib/module/components/Indicators/LoadingDot.js.map +1 -1
  938. package/lib/module/components/Indicators/LoadingDots.js +17 -28
  939. package/lib/module/components/Indicators/LoadingDots.js.map +1 -1
  940. package/lib/module/components/Indicators/LoadingErrorIndicator.js +22 -53
  941. package/lib/module/components/Indicators/LoadingErrorIndicator.js.map +1 -1
  942. package/lib/module/components/Indicators/LoadingIndicator.js +21 -60
  943. package/lib/module/components/Indicators/LoadingIndicator.js.map +1 -1
  944. package/lib/module/components/KeyboardCompatibleView/KeyboardCompatibleView.js +46 -91
  945. package/lib/module/components/KeyboardCompatibleView/KeyboardCompatibleView.js.map +1 -1
  946. package/lib/module/components/KeyboardCompatibleView/KeyboardCompatibleViewFC.js +52 -93
  947. package/lib/module/components/KeyboardCompatibleView/KeyboardCompatibleViewFC.js.map +1 -1
  948. package/lib/module/components/Message/Message.js +34 -74
  949. package/lib/module/components/Message/Message.js.map +1 -1
  950. package/lib/module/components/Message/MessageSimple/MessageAvatar.js +14 -38
  951. package/lib/module/components/Message/MessageSimple/MessageAvatar.js.map +1 -1
  952. package/lib/module/components/Message/MessageSimple/MessageBounce.js +17 -22
  953. package/lib/module/components/Message/MessageSimple/MessageBounce.js.map +1 -1
  954. package/lib/module/components/Message/MessageSimple/MessageContent.js +72 -173
  955. package/lib/module/components/Message/MessageSimple/MessageContent.js.map +1 -1
  956. package/lib/module/components/Message/MessageSimple/MessageDeleted.js +29 -58
  957. package/lib/module/components/Message/MessageSimple/MessageDeleted.js.map +1 -1
  958. package/lib/module/components/Message/MessageSimple/MessageError.js +9 -26
  959. package/lib/module/components/Message/MessageSimple/MessageError.js.map +1 -1
  960. package/lib/module/components/Message/MessageSimple/MessageFooter.js +47 -106
  961. package/lib/module/components/Message/MessageSimple/MessageFooter.js.map +1 -1
  962. package/lib/module/components/Message/MessageSimple/MessagePinnedHeader.js +13 -36
  963. package/lib/module/components/Message/MessageSimple/MessagePinnedHeader.js.map +1 -1
  964. package/lib/module/components/Message/MessageSimple/MessageReplies.js +66 -122
  965. package/lib/module/components/Message/MessageSimple/MessageReplies.js.map +1 -1
  966. package/lib/module/components/Message/MessageSimple/MessageRepliesAvatars.js +22 -45
  967. package/lib/module/components/Message/MessageSimple/MessageRepliesAvatars.js.map +1 -1
  968. package/lib/module/components/Message/MessageSimple/MessageSimple.js +20 -56
  969. package/lib/module/components/Message/MessageSimple/MessageSimple.js.map +1 -1
  970. package/lib/module/components/Message/MessageSimple/MessageStatus.js +24 -79
  971. package/lib/module/components/Message/MessageSimple/MessageStatus.js.map +1 -1
  972. package/lib/module/components/Message/MessageSimple/MessageTextContainer.js +21 -39
  973. package/lib/module/components/Message/MessageSimple/MessageTextContainer.js.map +1 -1
  974. package/lib/module/components/Message/MessageSimple/ReactionList.js +123 -226
  975. package/lib/module/components/Message/MessageSimple/ReactionList.js.map +1 -1
  976. package/lib/module/components/Message/MessageSimple/utils/generateMarkdownText.js +20 -12
  977. package/lib/module/components/Message/MessageSimple/utils/generateMarkdownText.js.map +1 -1
  978. package/lib/module/components/Message/MessageSimple/utils/generateMarkdownText.test.js.map +1 -1
  979. package/lib/module/components/Message/MessageSimple/utils/parseLinks.js.map +1 -1
  980. package/lib/module/components/Message/MessageSimple/utils/parseLinks.test.js.map +1 -1
  981. package/lib/module/components/Message/MessageSimple/utils/renderText.js +75 -164
  982. package/lib/module/components/Message/MessageSimple/utils/renderText.js.map +1 -1
  983. package/lib/module/components/Message/MessageSimple/utils/renderText.test.js +32 -65
  984. package/lib/module/components/Message/MessageSimple/utils/renderText.test.js.map +1 -1
  985. package/lib/module/components/Message/hooks/useCreateMessageContext.js +4 -4
  986. package/lib/module/components/Message/hooks/useCreateMessageContext.js.map +1 -1
  987. package/lib/module/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
  988. package/lib/module/components/Message/hooks/useMessageActions.js +25 -90
  989. package/lib/module/components/Message/hooks/useMessageActions.js.map +1 -1
  990. package/lib/module/components/Message/utils/messageActions.js.map +1 -1
  991. package/lib/module/components/MessageInput/AttachButton.js +8 -26
  992. package/lib/module/components/MessageInput/AttachButton.js.map +1 -1
  993. package/lib/module/components/MessageInput/CommandsButton.js +10 -28
  994. package/lib/module/components/MessageInput/CommandsButton.js.map +1 -1
  995. package/lib/module/components/MessageInput/CooldownTimer.js +11 -20
  996. package/lib/module/components/MessageInput/CooldownTimer.js.map +1 -1
  997. package/lib/module/components/MessageInput/FileUploadPreview.js +104 -205
  998. package/lib/module/components/MessageInput/FileUploadPreview.js.map +1 -1
  999. package/lib/module/components/MessageInput/ImageUploadPreview.js +50 -123
  1000. package/lib/module/components/MessageInput/ImageUploadPreview.js.map +1 -1
  1001. package/lib/module/components/MessageInput/InputButtons.js +17 -50
  1002. package/lib/module/components/MessageInput/InputButtons.js.map +1 -1
  1003. package/lib/module/components/MessageInput/MessageInput.js +94 -238
  1004. package/lib/module/components/MessageInput/MessageInput.js.map +1 -1
  1005. package/lib/module/components/MessageInput/MoreOptionsButton.js +8 -26
  1006. package/lib/module/components/MessageInput/MoreOptionsButton.js.map +1 -1
  1007. package/lib/module/components/MessageInput/SendButton.js +12 -44
  1008. package/lib/module/components/MessageInput/SendButton.js.map +1 -1
  1009. package/lib/module/components/MessageInput/SendMessageDisallowedIndicator.js +9 -18
  1010. package/lib/module/components/MessageInput/SendMessageDisallowedIndicator.js.map +1 -1
  1011. package/lib/module/components/MessageInput/ShowThreadMessageInChannelButton.js +33 -72
  1012. package/lib/module/components/MessageInput/ShowThreadMessageInChannelButton.js.map +1 -1
  1013. package/lib/module/components/MessageInput/UploadProgressIndicator.js +28 -77
  1014. package/lib/module/components/MessageInput/UploadProgressIndicator.js.map +1 -1
  1015. package/lib/module/components/MessageInput/components/InputEditingStateHeader.js +23 -57
  1016. package/lib/module/components/MessageInput/components/InputEditingStateHeader.js.map +1 -1
  1017. package/lib/module/components/MessageInput/components/InputGiphySearch.js +35 -80
  1018. package/lib/module/components/MessageInput/components/InputGiphySearch.js.map +1 -1
  1019. package/lib/module/components/MessageInput/components/InputReplyStateHeader.js +23 -57
  1020. package/lib/module/components/MessageInput/components/InputReplyStateHeader.js.map +1 -1
  1021. package/lib/module/components/MessageInput/hooks/useCooldown.js.map +1 -1
  1022. package/lib/module/components/MessageInput/hooks/useCountdown.js.map +1 -1
  1023. package/lib/module/components/MessageList/DateHeader.js +9 -18
  1024. package/lib/module/components/MessageList/DateHeader.js.map +1 -1
  1025. package/lib/module/components/MessageList/InlineDateSeparator.js +9 -18
  1026. package/lib/module/components/MessageList/InlineDateSeparator.js.map +1 -1
  1027. package/lib/module/components/MessageList/InlineLoadingMoreIndicator.js +9 -25
  1028. package/lib/module/components/MessageList/InlineLoadingMoreIndicator.js.map +1 -1
  1029. package/lib/module/components/MessageList/InlineLoadingMoreRecentIndicator.js +9 -25
  1030. package/lib/module/components/MessageList/InlineLoadingMoreRecentIndicator.js.map +1 -1
  1031. package/lib/module/components/MessageList/InlineLoadingMoreThreadIndicator.js +9 -25
  1032. package/lib/module/components/MessageList/InlineLoadingMoreThreadIndicator.js.map +1 -1
  1033. package/lib/module/components/MessageList/InlineUnreadIndicator.js +42 -84
  1034. package/lib/module/components/MessageList/InlineUnreadIndicator.js.map +1 -1
  1035. package/lib/module/components/MessageList/MessageList.js +100 -270
  1036. package/lib/module/components/MessageList/MessageList.js.map +1 -1
  1037. package/lib/module/components/MessageList/MessageSystem.js +25 -56
  1038. package/lib/module/components/MessageList/MessageSystem.js.map +1 -1
  1039. package/lib/module/components/MessageList/NetworkDownIndicator.js +8 -17
  1040. package/lib/module/components/MessageList/NetworkDownIndicator.js.map +1 -1
  1041. package/lib/module/components/MessageList/ScrollToBottomButton.js +26 -56
  1042. package/lib/module/components/MessageList/ScrollToBottomButton.js.map +1 -1
  1043. package/lib/module/components/MessageList/TypingIndicator.js +12 -27
  1044. package/lib/module/components/MessageList/TypingIndicator.js.map +1 -1
  1045. package/lib/module/components/MessageList/TypingIndicatorContainer.js +6 -18
  1046. package/lib/module/components/MessageList/TypingIndicatorContainer.js.map +1 -1
  1047. package/lib/module/components/MessageList/hooks/useMessageList.js +1 -2
  1048. package/lib/module/components/MessageList/hooks/useMessageList.js.map +1 -1
  1049. package/lib/module/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.js.map +1 -1
  1050. package/lib/module/components/MessageList/hooks/useTypingString.js.map +1 -1
  1051. package/lib/module/components/MessageList/utils/filterTypingUsers.js.map +1 -1
  1052. package/lib/module/components/MessageList/utils/getDateSeparators.js.map +1 -1
  1053. package/lib/module/components/MessageList/utils/getGroupStyles.js.map +1 -1
  1054. package/lib/module/components/MessageList/utils/getLastReceivedMessage.js +13 -5
  1055. package/lib/module/components/MessageList/utils/getLastReceivedMessage.js.map +1 -1
  1056. package/lib/module/components/MessageList/utils/getReadStates.js +52 -36
  1057. package/lib/module/components/MessageList/utils/getReadStates.js.map +1 -1
  1058. package/lib/module/components/MessageOverlay/MessageActionList.js +19 -40
  1059. package/lib/module/components/MessageOverlay/MessageActionList.js.map +1 -1
  1060. package/lib/module/components/MessageOverlay/MessageActionListItem.js +21 -48
  1061. package/lib/module/components/MessageOverlay/MessageActionListItem.js.map +1 -1
  1062. package/lib/module/components/MessageOverlay/MessageOverlay.js +163 -304
  1063. package/lib/module/components/MessageOverlay/MessageOverlay.js.map +1 -1
  1064. package/lib/module/components/MessageOverlay/OverlayBackdrop.js +3 -8
  1065. package/lib/module/components/MessageOverlay/OverlayBackdrop.js.map +1 -1
  1066. package/lib/module/components/MessageOverlay/OverlayReactionList.js +73 -145
  1067. package/lib/module/components/MessageOverlay/OverlayReactionList.js.map +1 -1
  1068. package/lib/module/components/MessageOverlay/OverlayReactions.js +119 -224
  1069. package/lib/module/components/MessageOverlay/OverlayReactions.js.map +1 -1
  1070. package/lib/module/components/MessageOverlay/OverlayReactionsAvatar.js +3 -8
  1071. package/lib/module/components/MessageOverlay/OverlayReactionsAvatar.js.map +1 -1
  1072. package/lib/module/components/MessageOverlay/hooks/useMessageActionAnimation.js.map +1 -1
  1073. package/lib/module/components/ProgressControl/ProgressControl.js +19 -51
  1074. package/lib/module/components/ProgressControl/ProgressControl.js.map +1 -1
  1075. package/lib/module/components/RTLComponents/WritingDirectionAwareText.js +4 -9
  1076. package/lib/module/components/RTLComponents/WritingDirectionAwareText.js.map +1 -1
  1077. package/lib/module/components/Reply/Reply.js +61 -113
  1078. package/lib/module/components/Reply/Reply.js.map +1 -1
  1079. package/lib/module/components/Spinner/Spinner.js +11 -21
  1080. package/lib/module/components/Spinner/Spinner.js.map +1 -1
  1081. package/lib/module/components/Thread/Thread.js +17 -44
  1082. package/lib/module/components/Thread/Thread.js.map +1 -1
  1083. package/lib/module/components/Thread/components/ThreadFooterComponent.js +57 -121
  1084. package/lib/module/components/Thread/components/ThreadFooterComponent.js.map +1 -1
  1085. package/lib/module/components/docs/data.js +1 -1
  1086. package/lib/module/components/docs/data.js.map +1 -1
  1087. package/lib/module/components/index.js.map +1 -1
  1088. package/lib/module/contexts/activeChannelsRefContext/ActiveChannelsRefContext.js +9 -21
  1089. package/lib/module/contexts/activeChannelsRefContext/ActiveChannelsRefContext.js.map +1 -1
  1090. package/lib/module/contexts/attachmentPickerContext/AttachmentPickerContext.js +9 -21
  1091. package/lib/module/contexts/attachmentPickerContext/AttachmentPickerContext.js.map +1 -1
  1092. package/lib/module/contexts/channelContext/ChannelContext.js +8 -21
  1093. package/lib/module/contexts/channelContext/ChannelContext.js.map +1 -1
  1094. package/lib/module/contexts/channelsContext/ChannelsContext.js +8 -21
  1095. package/lib/module/contexts/channelsContext/ChannelsContext.js.map +1 -1
  1096. package/lib/module/contexts/channelsStateContext/ChannelsStateContext.js +15 -32
  1097. package/lib/module/contexts/channelsStateContext/ChannelsStateContext.js.map +1 -1
  1098. package/lib/module/contexts/channelsStateContext/useChannelState.js.map +1 -1
  1099. package/lib/module/contexts/chatContext/ChatContext.js +8 -21
  1100. package/lib/module/contexts/chatContext/ChatContext.js.map +1 -1
  1101. package/lib/module/contexts/debugContext/DebugContext.js +6 -10
  1102. package/lib/module/contexts/debugContext/DebugContext.js.map +1 -1
  1103. package/lib/module/contexts/imageGalleryContext/ImageGalleryContext.js +8 -20
  1104. package/lib/module/contexts/imageGalleryContext/ImageGalleryContext.js.map +1 -1
  1105. package/lib/module/contexts/index.js.map +1 -1
  1106. package/lib/module/contexts/keyboardContext/KeyboardContext.js +8 -21
  1107. package/lib/module/contexts/keyboardContext/KeyboardContext.js.map +1 -1
  1108. package/lib/module/contexts/messageContext/MessageContext.js +8 -21
  1109. package/lib/module/contexts/messageContext/MessageContext.js.map +1 -1
  1110. package/lib/module/contexts/messageInputContext/MessageInputContext.js +126 -96
  1111. package/lib/module/contexts/messageInputContext/MessageInputContext.js.map +1 -1
  1112. package/lib/module/contexts/messageInputContext/hooks/useCreateMessageInputContext.js +5 -3
  1113. package/lib/module/contexts/messageInputContext/hooks/useCreateMessageInputContext.js.map +1 -1
  1114. package/lib/module/contexts/messageInputContext/hooks/useMessageDetailsForState.js +49 -41
  1115. package/lib/module/contexts/messageInputContext/hooks/useMessageDetailsForState.js.map +1 -1
  1116. package/lib/module/contexts/messageOverlayContext/MessageOverlayContext.js +8 -21
  1117. package/lib/module/contexts/messageOverlayContext/MessageOverlayContext.js.map +1 -1
  1118. package/lib/module/contexts/messageOverlayContext/hooks/useResettableState.js.map +1 -1
  1119. package/lib/module/contexts/messageOverlayContext/hooks/useResettableState.test.js +33 -53
  1120. package/lib/module/contexts/messageOverlayContext/hooks/useResettableState.test.js.map +1 -1
  1121. package/lib/module/contexts/messagesContext/MessagesContext.js +8 -21
  1122. package/lib/module/contexts/messagesContext/MessagesContext.js.map +1 -1
  1123. package/lib/module/contexts/overlayContext/OverlayContext.js +5 -13
  1124. package/lib/module/contexts/overlayContext/OverlayContext.js.map +1 -1
  1125. package/lib/module/contexts/overlayContext/OverlayProvider.js +52 -112
  1126. package/lib/module/contexts/overlayContext/OverlayProvider.js.map +1 -1
  1127. package/lib/module/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.js +6 -10
  1128. package/lib/module/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.js.map +1 -1
  1129. package/lib/module/contexts/paginatedMessageListContext/PaginatedMessageListContext.js +8 -21
  1130. package/lib/module/contexts/paginatedMessageListContext/PaginatedMessageListContext.js.map +1 -1
  1131. package/lib/module/contexts/suggestionsContext/SuggestionsContext.js +9 -21
  1132. package/lib/module/contexts/suggestionsContext/SuggestionsContext.js.map +1 -1
  1133. package/lib/module/contexts/themeContext/ThemeContext.js +6 -10
  1134. package/lib/module/contexts/themeContext/ThemeContext.js.map +1 -1
  1135. package/lib/module/contexts/themeContext/utils/theme.js +3 -3
  1136. package/lib/module/contexts/themeContext/utils/theme.js.map +1 -1
  1137. package/lib/module/contexts/threadContext/ThreadContext.js +8 -21
  1138. package/lib/module/contexts/threadContext/ThreadContext.js.map +1 -1
  1139. package/lib/module/contexts/translationContext/TranslationContext.js +8 -20
  1140. package/lib/module/contexts/translationContext/TranslationContext.js.map +1 -1
  1141. package/lib/module/contexts/typingContext/TypingContext.js +8 -21
  1142. package/lib/module/contexts/typingContext/TypingContext.js.map +1 -1
  1143. package/lib/module/contexts/utils/defaultBaseContextValue.js.map +1 -1
  1144. package/lib/module/contexts/utils/getDisplayName.js.map +1 -1
  1145. package/lib/module/contexts/utils/isTestEnvironment.js.map +1 -1
  1146. package/lib/module/emoji-data/compile.js +4 -5
  1147. package/lib/module/emoji-data/compile.js.map +1 -1
  1148. package/lib/module/emoji-data/index.js.map +1 -1
  1149. package/lib/module/hooks/index.js.map +1 -1
  1150. package/lib/module/hooks/useAppStateListener.js +3 -1
  1151. package/lib/module/hooks/useAppStateListener.js.map +1 -1
  1152. package/lib/module/hooks/useIsMountedRef.js.map +1 -1
  1153. package/lib/module/hooks/useLoadingImage.js +3 -4
  1154. package/lib/module/hooks/useLoadingImage.js.map +1 -1
  1155. package/lib/module/hooks/useStreami18n.js +1 -2
  1156. package/lib/module/hooks/useStreami18n.js.map +1 -1
  1157. package/lib/module/hooks/useTranslatedMessage.js +3 -5
  1158. package/lib/module/hooks/useTranslatedMessage.js.map +1 -1
  1159. package/lib/module/hooks/useViewport.js.map +1 -1
  1160. package/lib/module/i18n/es.json +10 -10
  1161. package/lib/module/i18n/fr.json +10 -10
  1162. package/lib/module/i18n/he.json +10 -10
  1163. package/lib/module/i18n/hi.json +10 -10
  1164. package/lib/module/i18n/it.json +10 -10
  1165. package/lib/module/i18n/ja.json +10 -10
  1166. package/lib/module/i18n/ko.json +10 -10
  1167. package/lib/module/i18n/nl.json +10 -10
  1168. package/lib/module/i18n/pt-BR.json +10 -10
  1169. package/lib/module/i18n/ru.json +10 -10
  1170. package/lib/module/i18n/tr.json +10 -10
  1171. package/lib/module/icons/ArrowRight.js +10 -36
  1172. package/lib/module/icons/ArrowRight.js.map +1 -1
  1173. package/lib/module/icons/AtMentions.js +6 -18
  1174. package/lib/module/icons/AtMentions.js.map +1 -1
  1175. package/lib/module/icons/Attach.js +6 -18
  1176. package/lib/module/icons/Attach.js.map +1 -1
  1177. package/lib/module/icons/Audio.js +28 -73
  1178. package/lib/module/icons/Audio.js.map +1 -1
  1179. package/lib/module/icons/CSV.js +18 -53
  1180. package/lib/module/icons/CSV.js.map +1 -1
  1181. package/lib/module/icons/Camera.js +6 -18
  1182. package/lib/module/icons/Camera.js.map +1 -1
  1183. package/lib/module/icons/Check.js +8 -27
  1184. package/lib/module/icons/Check.js.map +1 -1
  1185. package/lib/module/icons/CheckAll.js +8 -27
  1186. package/lib/module/icons/CheckAll.js.map +1 -1
  1187. package/lib/module/icons/CheckSend.js +6 -18
  1188. package/lib/module/icons/CheckSend.js.map +1 -1
  1189. package/lib/module/icons/CircleClose.js +8 -27
  1190. package/lib/module/icons/CircleClose.js.map +1 -1
  1191. package/lib/module/icons/CirclePlus.js +8 -27
  1192. package/lib/module/icons/CirclePlus.js.map +1 -1
  1193. package/lib/module/icons/CircleRight.js +8 -27
  1194. package/lib/module/icons/CircleRight.js.map +1 -1
  1195. package/lib/module/icons/Close.js +6 -18
  1196. package/lib/module/icons/Close.js.map +1 -1
  1197. package/lib/module/icons/Copy.js +6 -18
  1198. package/lib/module/icons/Copy.js.map +1 -1
  1199. package/lib/module/icons/CurveLineLeftUp.js +10 -36
  1200. package/lib/module/icons/CurveLineLeftUp.js.map +1 -1
  1201. package/lib/module/icons/DOC.js +32 -83
  1202. package/lib/module/icons/DOC.js.map +1 -1
  1203. package/lib/module/icons/DOCX.js +32 -83
  1204. package/lib/module/icons/DOCX.js.map +1 -1
  1205. package/lib/module/icons/Delete.js +8 -27
  1206. package/lib/module/icons/Delete.js.map +1 -1
  1207. package/lib/module/icons/Down.js +6 -18
  1208. package/lib/module/icons/Down.js.map +1 -1
  1209. package/lib/module/icons/DownloadArrow.js +6 -18
  1210. package/lib/module/icons/DownloadArrow.js.map +1 -1
  1211. package/lib/module/icons/DownloadCloud.js +12 -45
  1212. package/lib/module/icons/DownloadCloud.js.map +1 -1
  1213. package/lib/module/icons/Edit.js +6 -18
  1214. package/lib/module/icons/Edit.js.map +1 -1
  1215. package/lib/module/icons/Error.js +6 -18
  1216. package/lib/module/icons/Error.js.map +1 -1
  1217. package/lib/module/icons/Eye.js +6 -18
  1218. package/lib/module/icons/Eye.js.map +1 -1
  1219. package/lib/module/icons/Flag.js +6 -18
  1220. package/lib/module/icons/Flag.js.map +1 -1
  1221. package/lib/module/icons/Folder.js +6 -18
  1222. package/lib/module/icons/Folder.js.map +1 -1
  1223. package/lib/module/icons/GenericFile.js +28 -73
  1224. package/lib/module/icons/GenericFile.js.map +1 -1
  1225. package/lib/module/icons/GiphyIcon.js +22 -69
  1226. package/lib/module/icons/GiphyIcon.js.map +1 -1
  1227. package/lib/module/icons/Grid.js +6 -18
  1228. package/lib/module/icons/Grid.js.map +1 -1
  1229. package/lib/module/icons/Group.js +6 -18
  1230. package/lib/module/icons/Group.js.map +1 -1
  1231. package/lib/module/icons/HTML.js +18 -53
  1232. package/lib/module/icons/HTML.js.map +1 -1
  1233. package/lib/module/icons/Imgur.js +15 -41
  1234. package/lib/module/icons/Imgur.js.map +1 -1
  1235. package/lib/module/icons/LOLReaction.js +6 -18
  1236. package/lib/module/icons/LOLReaction.js.map +1 -1
  1237. package/lib/module/icons/Lightning.js +6 -18
  1238. package/lib/module/icons/Lightning.js.map +1 -1
  1239. package/lib/module/icons/Link.js +8 -27
  1240. package/lib/module/icons/Link.js.map +1 -1
  1241. package/lib/module/icons/Loading.js +23 -56
  1242. package/lib/module/icons/Loading.js.map +1 -1
  1243. package/lib/module/icons/Logo.js +7 -19
  1244. package/lib/module/icons/Logo.js.map +1 -1
  1245. package/lib/module/icons/LoveReaction.js +6 -18
  1246. package/lib/module/icons/LoveReaction.js.map +1 -1
  1247. package/lib/module/icons/MD.js +18 -53
  1248. package/lib/module/icons/MD.js.map +1 -1
  1249. package/lib/module/icons/MailOpen.js +6 -18
  1250. package/lib/module/icons/MailOpen.js.map +1 -1
  1251. package/lib/module/icons/MenuPointHorizontal.js +6 -18
  1252. package/lib/module/icons/MenuPointHorizontal.js.map +1 -1
  1253. package/lib/module/icons/MenuPointVertical.js +6 -18
  1254. package/lib/module/icons/MenuPointVertical.js.map +1 -1
  1255. package/lib/module/icons/MessageFlag.js +6 -18
  1256. package/lib/module/icons/MessageFlag.js.map +1 -1
  1257. package/lib/module/icons/MessageIcon.js +6 -18
  1258. package/lib/module/icons/MessageIcon.js.map +1 -1
  1259. package/lib/module/icons/Mute.js +6 -18
  1260. package/lib/module/icons/Mute.js.map +1 -1
  1261. package/lib/module/icons/Notification.js +10 -36
  1262. package/lib/module/icons/Notification.js.map +1 -1
  1263. package/lib/module/icons/ODT.js +18 -53
  1264. package/lib/module/icons/ODT.js.map +1 -1
  1265. package/lib/module/icons/PDF.js +18 -53
  1266. package/lib/module/icons/PDF.js.map +1 -1
  1267. package/lib/module/icons/PPT.js +32 -83
  1268. package/lib/module/icons/PPT.js.map +1 -1
  1269. package/lib/module/icons/PPTX.js +32 -83
  1270. package/lib/module/icons/PPTX.js.map +1 -1
  1271. package/lib/module/icons/Pause.js +16 -33
  1272. package/lib/module/icons/Pause.js.map +1 -1
  1273. package/lib/module/icons/Picture.js +8 -27
  1274. package/lib/module/icons/Picture.js.map +1 -1
  1275. package/lib/module/icons/Pin.js +7 -19
  1276. package/lib/module/icons/Pin.js.map +1 -1
  1277. package/lib/module/icons/PinHeader.js +6 -18
  1278. package/lib/module/icons/PinHeader.js.map +1 -1
  1279. package/lib/module/icons/Play.js +7 -19
  1280. package/lib/module/icons/Play.js.map +1 -1
  1281. package/lib/module/icons/RAR.js +18 -53
  1282. package/lib/module/icons/RAR.js.map +1 -1
  1283. package/lib/module/icons/RTF.js +18 -53
  1284. package/lib/module/icons/RTF.js.map +1 -1
  1285. package/lib/module/icons/Recorder.js +8 -27
  1286. package/lib/module/icons/Recorder.js.map +1 -1
  1287. package/lib/module/icons/Refresh.js +6 -18
  1288. package/lib/module/icons/Refresh.js.map +1 -1
  1289. package/lib/module/icons/SEVEN_Z.js +18 -53
  1290. package/lib/module/icons/SEVEN_Z.js.map +1 -1
  1291. package/lib/module/icons/Search.js +6 -18
  1292. package/lib/module/icons/Search.js.map +1 -1
  1293. package/lib/module/icons/SendRight.js +6 -18
  1294. package/lib/module/icons/SendRight.js.map +1 -1
  1295. package/lib/module/icons/SendUp.js +6 -18
  1296. package/lib/module/icons/SendUp.js.map +1 -1
  1297. package/lib/module/icons/Share.js +15 -40
  1298. package/lib/module/icons/Share.js.map +1 -1
  1299. package/lib/module/icons/ShareRightArrow.js +6 -18
  1300. package/lib/module/icons/ShareRightArrow.js.map +1 -1
  1301. package/lib/module/icons/Smile.js +8 -27
  1302. package/lib/module/icons/Smile.js.map +1 -1
  1303. package/lib/module/icons/Sound.js +6 -18
  1304. package/lib/module/icons/Sound.js.map +1 -1
  1305. package/lib/module/icons/TAR.js +18 -53
  1306. package/lib/module/icons/TAR.js.map +1 -1
  1307. package/lib/module/icons/TXT.js +18 -53
  1308. package/lib/module/icons/TXT.js.map +1 -1
  1309. package/lib/module/icons/ThreadReply.js +6 -18
  1310. package/lib/module/icons/ThreadReply.js.map +1 -1
  1311. package/lib/module/icons/ThumbsDownReaction.js +6 -18
  1312. package/lib/module/icons/ThumbsDownReaction.js.map +1 -1
  1313. package/lib/module/icons/ThumbsUpReaction.js +6 -18
  1314. package/lib/module/icons/ThumbsUpReaction.js.map +1 -1
  1315. package/lib/module/icons/Time.js +8 -27
  1316. package/lib/module/icons/Time.js.map +1 -1
  1317. package/lib/module/icons/Unknown.js +6 -18
  1318. package/lib/module/icons/Unknown.js.map +1 -1
  1319. package/lib/module/icons/Unpin.js +6 -18
  1320. package/lib/module/icons/Unpin.js.map +1 -1
  1321. package/lib/module/icons/User.js +6 -18
  1322. package/lib/module/icons/User.js.map +1 -1
  1323. package/lib/module/icons/UserAdd.js +8 -27
  1324. package/lib/module/icons/UserAdd.js.map +1 -1
  1325. package/lib/module/icons/UserAdmin.js +13 -32
  1326. package/lib/module/icons/UserAdmin.js.map +1 -1
  1327. package/lib/module/icons/UserDelete.js +8 -27
  1328. package/lib/module/icons/UserDelete.js.map +1 -1
  1329. package/lib/module/icons/UserMinus.js +8 -27
  1330. package/lib/module/icons/UserMinus.js.map +1 -1
  1331. package/lib/module/icons/Video.js +18 -58
  1332. package/lib/module/icons/Video.js.map +1 -1
  1333. package/lib/module/icons/Warning.js +6 -18
  1334. package/lib/module/icons/Warning.js.map +1 -1
  1335. package/lib/module/icons/WutReaction.js +6 -18
  1336. package/lib/module/icons/WutReaction.js.map +1 -1
  1337. package/lib/module/icons/XLS.js +32 -83
  1338. package/lib/module/icons/XLS.js.map +1 -1
  1339. package/lib/module/icons/XLSX.js +32 -83
  1340. package/lib/module/icons/XLSX.js.map +1 -1
  1341. package/lib/module/icons/ZIP.js +18 -53
  1342. package/lib/module/icons/ZIP.js.map +1 -1
  1343. package/lib/module/icons/index.js.map +1 -1
  1344. package/lib/module/icons/utils/base.js +8 -19
  1345. package/lib/module/icons/utils/base.js.map +1 -1
  1346. package/lib/module/index.js +2 -2
  1347. package/lib/module/index.js.map +1 -1
  1348. package/lib/module/init.js.map +1 -1
  1349. package/lib/module/mock-builders/DB/consts.js.map +1 -1
  1350. package/lib/module/mock-builders/DB/mock.js +2 -2
  1351. package/lib/module/mock-builders/DB/mock.js.map +1 -1
  1352. package/lib/module/mock-builders/api/channelMocks.js.map +1 -1
  1353. package/lib/module/mock-builders/api/deleteMessage.js.map +1 -1
  1354. package/lib/module/mock-builders/api/deleteReaction.js.map +1 -1
  1355. package/lib/module/mock-builders/api/error.js +4 -6
  1356. package/lib/module/mock-builders/api/error.js.map +1 -1
  1357. package/lib/module/mock-builders/api/getOrCreateChannel.js.map +1 -1
  1358. package/lib/module/mock-builders/api/queryChannels.js.map +1 -1
  1359. package/lib/module/mock-builders/api/queryMembers.js.map +1 -1
  1360. package/lib/module/mock-builders/api/sendMessage.js.map +1 -1
  1361. package/lib/module/mock-builders/api/sendReaction.js.map +1 -1
  1362. package/lib/module/mock-builders/api/threadReplies.js.map +1 -1
  1363. package/lib/module/mock-builders/api/useMockedApis.js.map +1 -1
  1364. package/lib/module/mock-builders/api/utils.js.map +1 -1
  1365. package/lib/module/mock-builders/event/channelDeleted.js.map +1 -1
  1366. package/lib/module/mock-builders/event/channelHidden.js.map +1 -1
  1367. package/lib/module/mock-builders/event/channelTruncated.js.map +1 -1
  1368. package/lib/module/mock-builders/event/channelUpdated.js.map +1 -1
  1369. package/lib/module/mock-builders/event/connectionChanged.js.map +1 -1
  1370. package/lib/module/mock-builders/event/connectionRecovered.js.map +1 -1
  1371. package/lib/module/mock-builders/event/memberAdded.js.map +1 -1
  1372. package/lib/module/mock-builders/event/memberRemoved.js.map +1 -1
  1373. package/lib/module/mock-builders/event/memberUpdated.js.map +1 -1
  1374. package/lib/module/mock-builders/event/messageDeleted.js.map +1 -1
  1375. package/lib/module/mock-builders/event/messageNew.js.map +1 -1
  1376. package/lib/module/mock-builders/event/messageRead.js.map +1 -1
  1377. package/lib/module/mock-builders/event/messageUpdated.js.map +1 -1
  1378. package/lib/module/mock-builders/event/notificationAddedToChannel.js.map +1 -1
  1379. package/lib/module/mock-builders/event/notificationMessageNew.js.map +1 -1
  1380. package/lib/module/mock-builders/event/notificationMutesUpdated.js +1 -3
  1381. package/lib/module/mock-builders/event/notificationMutesUpdated.js.map +1 -1
  1382. package/lib/module/mock-builders/event/notificationRemovedFromChannel.js.map +1 -1
  1383. package/lib/module/mock-builders/event/reactionDeleted.js.map +1 -1
  1384. package/lib/module/mock-builders/event/reactionNew.js.map +1 -1
  1385. package/lib/module/mock-builders/event/reactionUpdated.js.map +1 -1
  1386. package/lib/module/mock-builders/event/typing.js.map +1 -1
  1387. package/lib/module/mock-builders/event/userPresence.js.map +1 -1
  1388. package/lib/module/mock-builders/event/userUpdated.js.map +1 -1
  1389. package/lib/module/mock-builders/generator/attachment.js +9 -11
  1390. package/lib/module/mock-builders/generator/attachment.js.map +1 -1
  1391. package/lib/module/mock-builders/generator/channel.js +11 -12
  1392. package/lib/module/mock-builders/generator/channel.js.map +1 -1
  1393. package/lib/module/mock-builders/generator/member.js +1 -3
  1394. package/lib/module/mock-builders/generator/member.js.map +1 -1
  1395. package/lib/module/mock-builders/generator/message.js +2 -4
  1396. package/lib/module/mock-builders/generator/message.js.map +1 -1
  1397. package/lib/module/mock-builders/generator/reaction.js +1 -3
  1398. package/lib/module/mock-builders/generator/reaction.js.map +1 -1
  1399. package/lib/module/mock-builders/generator/user.js +2 -4
  1400. package/lib/module/mock-builders/generator/user.js.map +1 -1
  1401. package/lib/module/mock-builders/mock.js +1 -2
  1402. package/lib/module/mock-builders/mock.js.map +1 -1
  1403. package/lib/module/mock-builders/native/react-native-mock.js.map +1 -1
  1404. package/lib/module/native.js.map +1 -1
  1405. package/lib/module/store/QuickSqliteClient.js +11 -11
  1406. package/lib/module/store/QuickSqliteClient.js.map +1 -1
  1407. package/lib/module/store/apis/addPendingTask.js.map +1 -1
  1408. package/lib/module/store/apis/deleteChannel.js.map +1 -1
  1409. package/lib/module/store/apis/deleteMember.js.map +1 -1
  1410. package/lib/module/store/apis/deleteMessage.js.map +1 -1
  1411. package/lib/module/store/apis/deleteMessagesForChannel.js.map +1 -1
  1412. package/lib/module/store/apis/deletePendingTask.js.map +1 -1
  1413. package/lib/module/store/apis/deleteReaction.js.map +1 -1
  1414. package/lib/module/store/apis/deleteReactions.js.map +1 -1
  1415. package/lib/module/store/apis/getAllChannelIds.js.map +1 -1
  1416. package/lib/module/store/apis/getAppSettings.js.map +1 -1
  1417. package/lib/module/store/apis/getChannelMessages.js.map +1 -1
  1418. package/lib/module/store/apis/getChannels.js +1 -3
  1419. package/lib/module/store/apis/getChannels.js.map +1 -1
  1420. package/lib/module/store/apis/getChannelsForFilterSort.js.map +1 -1
  1421. package/lib/module/store/apis/getLastSyncedAt.js.map +1 -1
  1422. package/lib/module/store/apis/getMembers.js.map +1 -1
  1423. package/lib/module/store/apis/getPendingTasks.js.map +1 -1
  1424. package/lib/module/store/apis/getReads.js.map +1 -1
  1425. package/lib/module/store/apis/index.js.map +1 -1
  1426. package/lib/module/store/apis/insertReaction.js.map +1 -1
  1427. package/lib/module/store/apis/queries/selectChannelIdsForFilterSort.js.map +1 -1
  1428. package/lib/module/store/apis/queries/selectChannels.js.map +1 -1
  1429. package/lib/module/store/apis/queries/selectMembersForChannels.js +3 -3
  1430. package/lib/module/store/apis/queries/selectMembersForChannels.js.map +1 -1
  1431. package/lib/module/store/apis/queries/selectMessagesForChannels.js +3 -3
  1432. package/lib/module/store/apis/queries/selectMessagesForChannels.js.map +1 -1
  1433. package/lib/module/store/apis/queries/selectReactionsForMessages.js +3 -3
  1434. package/lib/module/store/apis/queries/selectReactionsForMessages.js.map +1 -1
  1435. package/lib/module/store/apis/queries/selectReadsForChannels.js +3 -3
  1436. package/lib/module/store/apis/queries/selectReadsForChannels.js.map +1 -1
  1437. package/lib/module/store/apis/updateMessage.js.map +1 -1
  1438. package/lib/module/store/apis/updateReaction.js.map +1 -1
  1439. package/lib/module/store/apis/upsertAppSettings.js.map +1 -1
  1440. package/lib/module/store/apis/upsertChannelData.js.map +1 -1
  1441. package/lib/module/store/apis/upsertChannelDataFromChannel.js +21 -0
  1442. package/lib/module/store/apis/upsertChannelDataFromChannel.js.map +1 -0
  1443. package/lib/module/store/apis/upsertChannels.js +29 -21
  1444. package/lib/module/store/apis/upsertChannels.js.map +1 -1
  1445. package/lib/module/store/apis/upsertCidsForQuery.js.map +1 -1
  1446. package/lib/module/store/apis/upsertMembers.js.map +1 -1
  1447. package/lib/module/store/apis/upsertMessages.js.map +1 -1
  1448. package/lib/module/store/apis/upsertReads.js.map +1 -1
  1449. package/lib/module/store/apis/upsertUserSyncStatus.js.map +1 -1
  1450. package/lib/module/store/apis/utils/convertFilterSortToQuery.js +1 -1
  1451. package/lib/module/store/apis/utils/convertFilterSortToQuery.js.map +1 -1
  1452. package/lib/module/store/constants.js.map +1 -1
  1453. package/lib/module/store/mappers/mapChannelDataToStorable.js.map +1 -1
  1454. package/lib/module/store/mappers/mapChannelToStorable.js +63 -0
  1455. package/lib/module/store/mappers/mapChannelToStorable.js.map +1 -0
  1456. package/lib/module/store/mappers/mapDateTimeToStorable.js.map +1 -1
  1457. package/lib/module/store/mappers/mapMemberToStorable.js.map +1 -1
  1458. package/lib/module/store/mappers/mapMessageToStorable.js.map +1 -1
  1459. package/lib/module/store/mappers/mapReactionToStorable.js.map +1 -1
  1460. package/lib/module/store/mappers/mapReadToStorable.js.map +1 -1
  1461. package/lib/module/store/mappers/mapStorableToChannel.js +1 -3
  1462. package/lib/module/store/mappers/mapStorableToChannel.js.map +1 -1
  1463. package/lib/module/store/mappers/mapStorableToMember.js.map +1 -1
  1464. package/lib/module/store/mappers/mapStorableToMessage.js +1 -2
  1465. package/lib/module/store/mappers/mapStorableToMessage.js.map +1 -1
  1466. package/lib/module/store/mappers/mapStorableToReaction.js +1 -3
  1467. package/lib/module/store/mappers/mapStorableToReaction.js.map +1 -1
  1468. package/lib/module/store/mappers/mapStorableToRead.js.map +1 -1
  1469. package/lib/module/store/mappers/mapStorableToTask.js.map +1 -1
  1470. package/lib/module/store/mappers/mapStorableToUser.js +1 -3
  1471. package/lib/module/store/mappers/mapStorableToUser.js.map +1 -1
  1472. package/lib/module/store/mappers/mapTaskToStorable.js +1 -3
  1473. package/lib/module/store/mappers/mapTaskToStorable.js.map +1 -1
  1474. package/lib/module/store/mappers/mapUserToStorable.js.map +1 -1
  1475. package/lib/module/store/schema.js.map +1 -1
  1476. package/lib/module/store/sqlite-utils/appendOrderByClause.js +2 -2
  1477. package/lib/module/store/sqlite-utils/appendOrderByClause.js.map +1 -1
  1478. package/lib/module/store/sqlite-utils/appendWhereCluase.js +3 -3
  1479. package/lib/module/store/sqlite-utils/appendWhereCluase.js.map +1 -1
  1480. package/lib/module/store/sqlite-utils/createCreateTableQuery.js +5 -5
  1481. package/lib/module/store/sqlite-utils/createCreateTableQuery.js.map +1 -1
  1482. package/lib/module/store/sqlite-utils/createDeleteQuery.js +1 -1
  1483. package/lib/module/store/sqlite-utils/createDeleteQuery.js.map +1 -1
  1484. package/lib/module/store/sqlite-utils/createSelectQuery.js +2 -2
  1485. package/lib/module/store/sqlite-utils/createSelectQuery.js.map +1 -1
  1486. package/lib/module/store/sqlite-utils/createUpdateQuery.js +3 -3
  1487. package/lib/module/store/sqlite-utils/createUpdateQuery.js.map +1 -1
  1488. package/lib/module/store/sqlite-utils/createUpsertQuery.js +3 -3
  1489. package/lib/module/store/sqlite-utils/createUpsertQuery.js.map +1 -1
  1490. package/lib/module/store/sqlite-utils/printRow.js.map +1 -1
  1491. package/lib/module/store/types.js.map +1 -1
  1492. package/lib/module/test-utils/BetterSqlite.js +2 -2
  1493. package/lib/module/test-utils/BetterSqlite.js.map +1 -1
  1494. package/lib/module/types/types.js.map +1 -1
  1495. package/lib/module/utils/DBSyncManager.js +124 -98
  1496. package/lib/module/utils/DBSyncManager.js.map +1 -1
  1497. package/lib/module/utils/StreamChatRN.js +1 -2
  1498. package/lib/module/utils/StreamChatRN.js.map +1 -1
  1499. package/lib/module/utils/Streami18n.js +24 -22
  1500. package/lib/module/utils/Streami18n.js.map +1 -1
  1501. package/lib/module/utils/addReactionToLocalState.js.map +1 -1
  1502. package/lib/module/utils/compressImage.js.map +1 -1
  1503. package/lib/module/utils/date.js.map +1 -1
  1504. package/lib/module/utils/getResizedImageUrl.js +3 -3
  1505. package/lib/module/utils/getResizedImageUrl.js.map +1 -1
  1506. package/lib/module/utils/getUrlOfImageAttachment.js.map +1 -1
  1507. package/lib/module/utils/patchMessageTextCommand.js +2 -2
  1508. package/lib/module/utils/patchMessageTextCommand.js.map +1 -1
  1509. package/lib/module/utils/removeReactionFromLocalState.js.map +1 -1
  1510. package/lib/module/utils/removeReservedFields.js +1 -3
  1511. package/lib/module/utils/removeReservedFields.js.map +1 -1
  1512. package/lib/module/utils/utils.js +29 -22
  1513. package/lib/module/utils/utils.js.map +1 -1
  1514. package/lib/module/version.json +1 -1
  1515. package/lib/typescript/components/Attachment/Attachment.d.ts +3 -2
  1516. package/lib/typescript/components/Attachment/Attachment.d.ts.map +1 -0
  1517. package/lib/typescript/components/Attachment/AttachmentActions.d.ts +3 -2
  1518. package/lib/typescript/components/Attachment/AttachmentActions.d.ts.map +1 -0
  1519. package/lib/typescript/components/Attachment/AudioAttachment.d.ts +3 -2
  1520. package/lib/typescript/components/Attachment/AudioAttachment.d.ts.map +1 -0
  1521. package/lib/typescript/components/Attachment/Card.d.ts +3 -2
  1522. package/lib/typescript/components/Attachment/Card.d.ts.map +1 -0
  1523. package/lib/typescript/components/Attachment/FileAttachment.d.ts +3 -2
  1524. package/lib/typescript/components/Attachment/FileAttachment.d.ts.map +1 -0
  1525. package/lib/typescript/components/Attachment/FileAttachmentGroup.d.ts +3 -2
  1526. package/lib/typescript/components/Attachment/FileAttachmentGroup.d.ts.map +1 -0
  1527. package/lib/typescript/components/Attachment/FileIcon.d.ts +5 -1
  1528. package/lib/typescript/components/Attachment/FileIcon.d.ts.map +1 -0
  1529. package/lib/typescript/components/Attachment/Gallery.d.ts +3 -2
  1530. package/lib/typescript/components/Attachment/Gallery.d.ts.map +1 -0
  1531. package/lib/typescript/components/Attachment/GalleryImage.d.ts +4 -3
  1532. package/lib/typescript/components/Attachment/GalleryImage.d.ts.map +1 -0
  1533. package/lib/typescript/components/Attachment/Giphy.d.ts +3 -2
  1534. package/lib/typescript/components/Attachment/Giphy.d.ts.map +1 -0
  1535. package/lib/typescript/components/Attachment/ImageLoadingFailedIndicator.d.ts +3 -2
  1536. package/lib/typescript/components/Attachment/ImageLoadingFailedIndicator.d.ts.map +1 -0
  1537. package/lib/typescript/components/Attachment/ImageLoadingIndicator.d.ts +3 -2
  1538. package/lib/typescript/components/Attachment/ImageLoadingIndicator.d.ts.map +1 -0
  1539. package/lib/typescript/components/Attachment/ImageReloadIndicator.d.ts +2 -1
  1540. package/lib/typescript/components/Attachment/ImageReloadIndicator.d.ts.map +1 -0
  1541. package/lib/typescript/components/Attachment/VideoThumbnail.d.ts +2 -1
  1542. package/lib/typescript/components/Attachment/VideoThumbnail.d.ts.map +1 -0
  1543. package/lib/typescript/components/Attachment/utils/buildGallery/buildGallery.d.ts +1 -0
  1544. package/lib/typescript/components/Attachment/utils/buildGallery/buildGallery.d.ts.map +1 -0
  1545. package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.d.ts +1 -0
  1546. package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.d.ts.map +1 -0
  1547. package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.d.ts +1 -0
  1548. package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.d.ts.map +1 -0
  1549. package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.d.ts +1 -0
  1550. package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.d.ts.map +1 -0
  1551. package/lib/typescript/components/Attachment/utils/buildGallery/buildThumbnail.d.ts +1 -0
  1552. package/lib/typescript/components/Attachment/utils/buildGallery/buildThumbnail.d.ts.map +1 -0
  1553. package/lib/typescript/components/Attachment/utils/buildGallery/buildThumbnailGrid.d.ts +1 -0
  1554. package/lib/typescript/components/Attachment/utils/buildGallery/buildThumbnailGrid.d.ts.map +1 -0
  1555. package/lib/typescript/components/Attachment/utils/buildGallery/types.d.ts +1 -0
  1556. package/lib/typescript/components/Attachment/utils/buildGallery/types.d.ts.map +1 -0
  1557. package/lib/typescript/components/Attachment/utils/getAspectRatio.d.ts +1 -0
  1558. package/lib/typescript/components/Attachment/utils/getAspectRatio.d.ts.map +1 -0
  1559. package/lib/typescript/components/Attachment/utils/getGalleryImageBorderRadius.d.ts +1 -0
  1560. package/lib/typescript/components/Attachment/utils/getGalleryImageBorderRadius.d.ts.map +1 -0
  1561. package/lib/typescript/components/Attachment/utils/getGiphyMimeType.d.ts +1 -0
  1562. package/lib/typescript/components/Attachment/utils/getGiphyMimeType.d.ts.map +1 -0
  1563. package/lib/typescript/components/Attachment/utils/openUrlSafely.d.ts +1 -0
  1564. package/lib/typescript/components/Attachment/utils/openUrlSafely.d.ts.map +1 -0
  1565. package/lib/typescript/components/AttachmentPicker/AttachmentPicker.d.ts +1 -0
  1566. package/lib/typescript/components/AttachmentPicker/AttachmentPicker.d.ts.map +1 -0
  1567. package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.d.ts +5 -2
  1568. package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.d.ts.map +1 -0
  1569. package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerError.d.ts +2 -1
  1570. package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerError.d.ts.map +1 -0
  1571. package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerErrorImage.d.ts +2 -1
  1572. package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerErrorImage.d.ts.map +1 -0
  1573. package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.d.ts +3 -2
  1574. package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.d.ts.map +1 -0
  1575. package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerItem.d.ts +2 -1
  1576. package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerItem.d.ts.map +1 -0
  1577. package/lib/typescript/components/AttachmentPicker/components/AttachmentSelectionBar.d.ts +2 -1
  1578. package/lib/typescript/components/AttachmentPicker/components/AttachmentSelectionBar.d.ts.map +1 -0
  1579. package/lib/typescript/components/AttachmentPicker/components/CameraSelectorIcon.d.ts +2 -1
  1580. package/lib/typescript/components/AttachmentPicker/components/CameraSelectorIcon.d.ts.map +1 -0
  1581. package/lib/typescript/components/AttachmentPicker/components/FileSelectorIcon.d.ts +2 -1
  1582. package/lib/typescript/components/AttachmentPicker/components/FileSelectorIcon.d.ts.map +1 -0
  1583. package/lib/typescript/components/AttachmentPicker/components/ImageOverlaySelectedComponent.d.ts +5 -1
  1584. package/lib/typescript/components/AttachmentPicker/components/ImageOverlaySelectedComponent.d.ts.map +1 -0
  1585. package/lib/typescript/components/AttachmentPicker/components/ImageSelectorIcon.d.ts +2 -1
  1586. package/lib/typescript/components/AttachmentPicker/components/ImageSelectorIcon.d.ts.map +1 -0
  1587. package/lib/typescript/components/AutoCompleteInput/AutoCompleteInput.d.ts +3 -2
  1588. package/lib/typescript/components/AutoCompleteInput/AutoCompleteInput.d.ts.map +1 -0
  1589. package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.d.ts +3 -2
  1590. package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.d.ts.map +1 -0
  1591. package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionHeader.d.ts +3 -2
  1592. package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionHeader.d.ts.map +1 -0
  1593. package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionItem.d.ts +3 -2
  1594. package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionItem.d.ts.map +1 -0
  1595. package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionList.d.ts +3 -2
  1596. package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionList.d.ts.map +1 -0
  1597. package/lib/typescript/components/Avatar/Avatar.d.ts +5 -1
  1598. package/lib/typescript/components/Avatar/Avatar.d.ts.map +1 -0
  1599. package/lib/typescript/components/Avatar/GroupAvatar.d.ts +5 -1
  1600. package/lib/typescript/components/Avatar/GroupAvatar.d.ts.map +1 -0
  1601. package/lib/typescript/components/Channel/Channel.d.ts +2 -1
  1602. package/lib/typescript/components/Channel/Channel.d.ts.map +1 -0
  1603. package/lib/typescript/components/Channel/hooks/useCreateChannelContext.d.ts +1 -0
  1604. package/lib/typescript/components/Channel/hooks/useCreateChannelContext.d.ts.map +1 -0
  1605. package/lib/typescript/components/Channel/hooks/useCreateInputMessageInputContext.d.ts +6 -5
  1606. package/lib/typescript/components/Channel/hooks/useCreateInputMessageInputContext.d.ts.map +1 -0
  1607. package/lib/typescript/components/Channel/hooks/useCreateMessagesContext.d.ts +1 -0
  1608. package/lib/typescript/components/Channel/hooks/useCreateMessagesContext.d.ts.map +1 -0
  1609. package/lib/typescript/components/Channel/hooks/useCreateOwnCapabilitiesContext.d.ts +1 -0
  1610. package/lib/typescript/components/Channel/hooks/useCreateOwnCapabilitiesContext.d.ts.map +1 -0
  1611. package/lib/typescript/components/Channel/hooks/useCreatePaginatedMessageListContext.d.ts +1 -0
  1612. package/lib/typescript/components/Channel/hooks/useCreatePaginatedMessageListContext.d.ts.map +1 -0
  1613. package/lib/typescript/components/Channel/hooks/useCreateThreadContext.d.ts +1 -0
  1614. package/lib/typescript/components/Channel/hooks/useCreateThreadContext.d.ts.map +1 -0
  1615. package/lib/typescript/components/Channel/hooks/useCreateTypingContext.d.ts +1 -0
  1616. package/lib/typescript/components/Channel/hooks/useCreateTypingContext.d.ts.map +1 -0
  1617. package/lib/typescript/components/Channel/hooks/useTargetedMessage.d.ts +1 -0
  1618. package/lib/typescript/components/Channel/hooks/useTargetedMessage.d.ts.map +1 -0
  1619. package/lib/typescript/components/ChannelList/ChannelList.d.ts +2 -1
  1620. package/lib/typescript/components/ChannelList/ChannelList.d.ts.map +1 -0
  1621. package/lib/typescript/components/ChannelList/ChannelListFooterLoadingIndicator.d.ts +5 -1
  1622. package/lib/typescript/components/ChannelList/ChannelListFooterLoadingIndicator.d.ts.map +1 -0
  1623. package/lib/typescript/components/ChannelList/ChannelListHeaderErrorIndicator.d.ts +5 -1
  1624. package/lib/typescript/components/ChannelList/ChannelListHeaderErrorIndicator.d.ts.map +1 -0
  1625. package/lib/typescript/components/ChannelList/ChannelListHeaderNetworkDownIndicator.d.ts +5 -1
  1626. package/lib/typescript/components/ChannelList/ChannelListHeaderNetworkDownIndicator.d.ts.map +1 -0
  1627. package/lib/typescript/components/ChannelList/ChannelListLoadingIndicator.d.ts +2 -1
  1628. package/lib/typescript/components/ChannelList/ChannelListLoadingIndicator.d.ts.map +1 -0
  1629. package/lib/typescript/components/ChannelList/ChannelListMessenger.d.ts +3 -2
  1630. package/lib/typescript/components/ChannelList/ChannelListMessenger.d.ts.map +1 -0
  1631. package/lib/typescript/components/ChannelList/Skeleton.d.ts +5 -1
  1632. package/lib/typescript/components/ChannelList/Skeleton.d.ts.map +1 -0
  1633. package/lib/typescript/components/ChannelList/hooks/listeners/useAddedToChannelNotification.d.ts +1 -0
  1634. package/lib/typescript/components/ChannelList/hooks/listeners/useAddedToChannelNotification.d.ts.map +1 -0
  1635. package/lib/typescript/components/ChannelList/hooks/listeners/useChannelDeleted.d.ts +1 -0
  1636. package/lib/typescript/components/ChannelList/hooks/listeners/useChannelDeleted.d.ts.map +1 -0
  1637. package/lib/typescript/components/ChannelList/hooks/listeners/useChannelHidden.d.ts +1 -0
  1638. package/lib/typescript/components/ChannelList/hooks/listeners/useChannelHidden.d.ts.map +1 -0
  1639. package/lib/typescript/components/ChannelList/hooks/listeners/useChannelTruncated.d.ts +1 -0
  1640. package/lib/typescript/components/ChannelList/hooks/listeners/useChannelTruncated.d.ts.map +1 -0
  1641. package/lib/typescript/components/ChannelList/hooks/listeners/useChannelUpdated.d.ts +1 -0
  1642. package/lib/typescript/components/ChannelList/hooks/listeners/useChannelUpdated.d.ts.map +1 -0
  1643. package/lib/typescript/components/ChannelList/hooks/listeners/useChannelVisible.d.ts +1 -0
  1644. package/lib/typescript/components/ChannelList/hooks/listeners/useChannelVisible.d.ts.map +1 -0
  1645. package/lib/typescript/components/ChannelList/hooks/listeners/useNewMessage.d.ts +1 -0
  1646. package/lib/typescript/components/ChannelList/hooks/listeners/useNewMessage.d.ts.map +1 -0
  1647. package/lib/typescript/components/ChannelList/hooks/listeners/useNewMessageNotification.d.ts +1 -0
  1648. package/lib/typescript/components/ChannelList/hooks/listeners/useNewMessageNotification.d.ts.map +1 -0
  1649. package/lib/typescript/components/ChannelList/hooks/listeners/useRemovedFromChannelNotification.d.ts +1 -0
  1650. package/lib/typescript/components/ChannelList/hooks/listeners/useRemovedFromChannelNotification.d.ts.map +1 -0
  1651. package/lib/typescript/components/ChannelList/hooks/listeners/useUserPresence.d.ts +1 -0
  1652. package/lib/typescript/components/ChannelList/hooks/listeners/useUserPresence.d.ts.map +1 -0
  1653. package/lib/typescript/components/ChannelList/hooks/useCreateChannelsContext.d.ts +1 -0
  1654. package/lib/typescript/components/ChannelList/hooks/useCreateChannelsContext.d.ts.map +1 -0
  1655. package/lib/typescript/components/ChannelList/hooks/usePaginatedChannels.d.ts +1 -0
  1656. package/lib/typescript/components/ChannelList/hooks/usePaginatedChannels.d.ts.map +1 -0
  1657. package/lib/typescript/components/ChannelList/utils.d.ts +2 -1
  1658. package/lib/typescript/components/ChannelList/utils.d.ts.map +1 -0
  1659. package/lib/typescript/components/ChannelPreview/ChannelAvatar.d.ts +4 -3
  1660. package/lib/typescript/components/ChannelPreview/ChannelAvatar.d.ts.map +1 -0
  1661. package/lib/typescript/components/ChannelPreview/ChannelPreview.d.ts +3 -2
  1662. package/lib/typescript/components/ChannelPreview/ChannelPreview.d.ts.map +1 -0
  1663. package/lib/typescript/components/ChannelPreview/ChannelPreviewMessage.d.ts +3 -2
  1664. package/lib/typescript/components/ChannelPreview/ChannelPreviewMessage.d.ts.map +1 -0
  1665. package/lib/typescript/components/ChannelPreview/ChannelPreviewMessenger.d.ts +3 -2
  1666. package/lib/typescript/components/ChannelPreview/ChannelPreviewMessenger.d.ts.map +1 -0
  1667. package/lib/typescript/components/ChannelPreview/ChannelPreviewMutedStatus.d.ts +3 -2
  1668. package/lib/typescript/components/ChannelPreview/ChannelPreviewMutedStatus.d.ts.map +1 -0
  1669. package/lib/typescript/components/ChannelPreview/ChannelPreviewStatus.d.ts +3 -2
  1670. package/lib/typescript/components/ChannelPreview/ChannelPreviewStatus.d.ts.map +1 -0
  1671. package/lib/typescript/components/ChannelPreview/ChannelPreviewTitle.d.ts +3 -2
  1672. package/lib/typescript/components/ChannelPreview/ChannelPreviewTitle.d.ts.map +1 -0
  1673. package/lib/typescript/components/ChannelPreview/ChannelPreviewUnreadCount.d.ts +3 -2
  1674. package/lib/typescript/components/ChannelPreview/ChannelPreviewUnreadCount.d.ts.map +1 -0
  1675. package/lib/typescript/components/ChannelPreview/hooks/useChannelPreviewDisplayAvatar.d.ts +1 -0
  1676. package/lib/typescript/components/ChannelPreview/hooks/useChannelPreviewDisplayAvatar.d.ts.map +1 -0
  1677. package/lib/typescript/components/ChannelPreview/hooks/useChannelPreviewDisplayName.d.ts +1 -0
  1678. package/lib/typescript/components/ChannelPreview/hooks/useChannelPreviewDisplayName.d.ts.map +1 -0
  1679. package/lib/typescript/components/ChannelPreview/hooks/useChannelPreviewDisplayPresence.d.ts +1 -0
  1680. package/lib/typescript/components/ChannelPreview/hooks/useChannelPreviewDisplayPresence.d.ts.map +1 -0
  1681. package/lib/typescript/components/ChannelPreview/hooks/useLatestMessagePreview.d.ts +1 -0
  1682. package/lib/typescript/components/ChannelPreview/hooks/useLatestMessagePreview.d.ts.map +1 -0
  1683. package/lib/typescript/components/Chat/Chat.d.ts +2 -1
  1684. package/lib/typescript/components/Chat/Chat.d.ts.map +1 -0
  1685. package/lib/typescript/components/Chat/hooks/handleEventToSyncDB.d.ts +5 -2
  1686. package/lib/typescript/components/Chat/hooks/handleEventToSyncDB.d.ts.map +1 -0
  1687. package/lib/typescript/components/Chat/hooks/useAppSettings.d.ts +1 -0
  1688. package/lib/typescript/components/Chat/hooks/useAppSettings.d.ts.map +1 -0
  1689. package/lib/typescript/components/Chat/hooks/useCreateChatContext.d.ts +1 -0
  1690. package/lib/typescript/components/Chat/hooks/useCreateChatContext.d.ts.map +1 -0
  1691. package/lib/typescript/components/Chat/hooks/useIsOnline.d.ts +1 -0
  1692. package/lib/typescript/components/Chat/hooks/useIsOnline.d.ts.map +1 -0
  1693. package/lib/typescript/components/Chat/hooks/useMutedUsers.d.ts +1 -0
  1694. package/lib/typescript/components/Chat/hooks/useMutedUsers.d.ts.map +1 -0
  1695. package/lib/typescript/components/Chat/hooks/useSyncDatabase.d.ts +1 -0
  1696. package/lib/typescript/components/Chat/hooks/useSyncDatabase.d.ts.map +1 -0
  1697. package/lib/typescript/components/ImageBackground.d.ts +1 -0
  1698. package/lib/typescript/components/ImageBackground.d.ts.map +1 -0
  1699. package/lib/typescript/components/ImageGallery/ImageGallery.d.ts +3 -2
  1700. package/lib/typescript/components/ImageGallery/ImageGallery.d.ts.map +1 -0
  1701. package/lib/typescript/components/ImageGallery/components/AnimatedGalleryImage.d.ts +2 -1
  1702. package/lib/typescript/components/ImageGallery/components/AnimatedGalleryImage.d.ts.map +1 -0
  1703. package/lib/typescript/components/ImageGallery/components/AnimatedGalleryVideo.d.ts +2 -1
  1704. package/lib/typescript/components/ImageGallery/components/AnimatedGalleryVideo.d.ts.map +1 -0
  1705. package/lib/typescript/components/ImageGallery/components/ImageGalleryFooter.d.ts +3 -2
  1706. package/lib/typescript/components/ImageGallery/components/ImageGalleryFooter.d.ts.map +1 -0
  1707. package/lib/typescript/components/ImageGallery/components/ImageGalleryHeader.d.ts +2 -1
  1708. package/lib/typescript/components/ImageGallery/components/ImageGalleryHeader.d.ts.map +1 -0
  1709. package/lib/typescript/components/ImageGallery/components/ImageGalleryOverlay.d.ts +5 -1
  1710. package/lib/typescript/components/ImageGallery/components/ImageGalleryOverlay.d.ts.map +1 -0
  1711. package/lib/typescript/components/ImageGallery/components/ImageGalleryVideoControl.d.ts +2 -1
  1712. package/lib/typescript/components/ImageGallery/components/ImageGalleryVideoControl.d.ts.map +1 -0
  1713. package/lib/typescript/components/ImageGallery/components/ImageGrid.d.ts +2 -1
  1714. package/lib/typescript/components/ImageGallery/components/ImageGrid.d.ts.map +1 -0
  1715. package/lib/typescript/components/ImageGallery/components/ImageGridHandle.d.ts +5 -1
  1716. package/lib/typescript/components/ImageGallery/components/ImageGridHandle.d.ts.map +1 -0
  1717. package/lib/typescript/components/ImageGallery/hooks/useImageGalleryGestures.d.ts +5 -4
  1718. package/lib/typescript/components/ImageGallery/hooks/useImageGalleryGestures.d.ts.map +1 -0
  1719. package/lib/typescript/components/Indicators/EmptyStateIndicator.d.ts +2 -1
  1720. package/lib/typescript/components/Indicators/EmptyStateIndicator.d.ts.map +1 -0
  1721. package/lib/typescript/components/Indicators/LoadingDot.d.ts +2 -1
  1722. package/lib/typescript/components/Indicators/LoadingDot.d.ts.map +1 -0
  1723. package/lib/typescript/components/Indicators/LoadingDots.d.ts +2 -1
  1724. package/lib/typescript/components/Indicators/LoadingDots.d.ts.map +1 -0
  1725. package/lib/typescript/components/Indicators/LoadingErrorIndicator.d.ts +5 -1
  1726. package/lib/typescript/components/Indicators/LoadingErrorIndicator.d.ts.map +1 -0
  1727. package/lib/typescript/components/Indicators/LoadingIndicator.d.ts +5 -1
  1728. package/lib/typescript/components/Indicators/LoadingIndicator.d.ts.map +1 -0
  1729. package/lib/typescript/components/KeyboardCompatibleView/KeyboardCompatibleView.d.ts +4 -3
  1730. package/lib/typescript/components/KeyboardCompatibleView/KeyboardCompatibleView.d.ts.map +1 -0
  1731. package/lib/typescript/components/KeyboardCompatibleView/KeyboardCompatibleViewFC.d.ts +2 -1
  1732. package/lib/typescript/components/KeyboardCompatibleView/KeyboardCompatibleViewFC.d.ts.map +1 -0
  1733. package/lib/typescript/components/Message/Message.d.ts +3 -2
  1734. package/lib/typescript/components/Message/Message.d.ts.map +1 -0
  1735. package/lib/typescript/components/Message/MessageSimple/MessageAvatar.d.ts +3 -2
  1736. package/lib/typescript/components/Message/MessageSimple/MessageAvatar.d.ts.map +1 -0
  1737. package/lib/typescript/components/Message/MessageSimple/MessageBounce.d.ts +3 -2
  1738. package/lib/typescript/components/Message/MessageSimple/MessageBounce.d.ts.map +1 -0
  1739. package/lib/typescript/components/Message/MessageSimple/MessageContent.d.ts +2 -1
  1740. package/lib/typescript/components/Message/MessageSimple/MessageContent.d.ts.map +1 -0
  1741. package/lib/typescript/components/Message/MessageSimple/MessageDeleted.d.ts +2 -1
  1742. package/lib/typescript/components/Message/MessageSimple/MessageDeleted.d.ts.map +1 -0
  1743. package/lib/typescript/components/Message/MessageSimple/MessageError.d.ts +2 -1
  1744. package/lib/typescript/components/Message/MessageSimple/MessageError.d.ts.map +1 -0
  1745. package/lib/typescript/components/Message/MessageSimple/MessageFooter.d.ts +2 -1
  1746. package/lib/typescript/components/Message/MessageSimple/MessageFooter.d.ts.map +1 -0
  1747. package/lib/typescript/components/Message/MessageSimple/MessagePinnedHeader.d.ts +3 -2
  1748. package/lib/typescript/components/Message/MessageSimple/MessagePinnedHeader.d.ts.map +1 -0
  1749. package/lib/typescript/components/Message/MessageSimple/MessageReplies.d.ts +3 -2
  1750. package/lib/typescript/components/Message/MessageSimple/MessageReplies.d.ts.map +1 -0
  1751. package/lib/typescript/components/Message/MessageSimple/MessageRepliesAvatars.d.ts +4 -3
  1752. package/lib/typescript/components/Message/MessageSimple/MessageRepliesAvatars.d.ts.map +1 -0
  1753. package/lib/typescript/components/Message/MessageSimple/MessageSimple.d.ts +3 -2
  1754. package/lib/typescript/components/Message/MessageSimple/MessageSimple.d.ts.map +1 -0
  1755. package/lib/typescript/components/Message/MessageSimple/MessageStatus.d.ts +3 -2
  1756. package/lib/typescript/components/Message/MessageSimple/MessageStatus.d.ts.map +1 -0
  1757. package/lib/typescript/components/Message/MessageSimple/MessageTextContainer.d.ts +3 -2
  1758. package/lib/typescript/components/Message/MessageSimple/MessageTextContainer.d.ts.map +1 -0
  1759. package/lib/typescript/components/Message/MessageSimple/ReactionList.d.ts +3 -2
  1760. package/lib/typescript/components/Message/MessageSimple/ReactionList.d.ts.map +1 -0
  1761. package/lib/typescript/components/Message/MessageSimple/utils/generateMarkdownText.d.ts +1 -0
  1762. package/lib/typescript/components/Message/MessageSimple/utils/generateMarkdownText.d.ts.map +1 -0
  1763. package/lib/typescript/components/Message/MessageSimple/utils/generateMarkdownText.test.d.ts +1 -0
  1764. package/lib/typescript/components/Message/MessageSimple/utils/generateMarkdownText.test.d.ts.map +1 -0
  1765. package/lib/typescript/components/Message/MessageSimple/utils/parseLinks.d.ts +1 -0
  1766. package/lib/typescript/components/Message/MessageSimple/utils/parseLinks.d.ts.map +1 -0
  1767. package/lib/typescript/components/Message/MessageSimple/utils/parseLinks.test.d.ts +1 -0
  1768. package/lib/typescript/components/Message/MessageSimple/utils/parseLinks.test.d.ts.map +1 -0
  1769. package/lib/typescript/components/Message/MessageSimple/utils/renderText.d.ts +4 -3
  1770. package/lib/typescript/components/Message/MessageSimple/utils/renderText.d.ts.map +1 -0
  1771. package/lib/typescript/components/Message/MessageSimple/utils/renderText.test.d.ts +1 -0
  1772. package/lib/typescript/components/Message/MessageSimple/utils/renderText.test.d.ts.map +1 -0
  1773. package/lib/typescript/components/Message/hooks/useCreateMessageContext.d.ts +1 -0
  1774. package/lib/typescript/components/Message/hooks/useCreateMessageContext.d.ts.map +1 -0
  1775. package/lib/typescript/components/Message/hooks/useMessageActionHandlers.d.ts +1 -0
  1776. package/lib/typescript/components/Message/hooks/useMessageActionHandlers.d.ts.map +1 -0
  1777. package/lib/typescript/components/Message/hooks/useMessageActions.d.ts +1 -0
  1778. package/lib/typescript/components/Message/hooks/useMessageActions.d.ts.map +1 -0
  1779. package/lib/typescript/components/Message/utils/messageActions.d.ts +1 -0
  1780. package/lib/typescript/components/Message/utils/messageActions.d.ts.map +1 -0
  1781. package/lib/typescript/components/MessageInput/AttachButton.d.ts +3 -2
  1782. package/lib/typescript/components/MessageInput/AttachButton.d.ts.map +1 -0
  1783. package/lib/typescript/components/MessageInput/CommandsButton.d.ts +3 -2
  1784. package/lib/typescript/components/MessageInput/CommandsButton.d.ts.map +1 -0
  1785. package/lib/typescript/components/MessageInput/CooldownTimer.d.ts +3 -2
  1786. package/lib/typescript/components/MessageInput/CooldownTimer.d.ts.map +1 -0
  1787. package/lib/typescript/components/MessageInput/FileUploadPreview.d.ts +3 -2
  1788. package/lib/typescript/components/MessageInput/FileUploadPreview.d.ts.map +1 -0
  1789. package/lib/typescript/components/MessageInput/ImageUploadPreview.d.ts +3 -2
  1790. package/lib/typescript/components/MessageInput/ImageUploadPreview.d.ts.map +1 -0
  1791. package/lib/typescript/components/MessageInput/InputButtons.d.ts +4 -3
  1792. package/lib/typescript/components/MessageInput/InputButtons.d.ts.map +1 -0
  1793. package/lib/typescript/components/MessageInput/MessageInput.d.ts +3 -2
  1794. package/lib/typescript/components/MessageInput/MessageInput.d.ts.map +1 -0
  1795. package/lib/typescript/components/MessageInput/MoreOptionsButton.d.ts +3 -2
  1796. package/lib/typescript/components/MessageInput/MoreOptionsButton.d.ts.map +1 -0
  1797. package/lib/typescript/components/MessageInput/SendButton.d.ts +3 -2
  1798. package/lib/typescript/components/MessageInput/SendButton.d.ts.map +1 -0
  1799. package/lib/typescript/components/MessageInput/SendMessageDisallowedIndicator.d.ts +3 -2
  1800. package/lib/typescript/components/MessageInput/SendMessageDisallowedIndicator.d.ts.map +1 -0
  1801. package/lib/typescript/components/MessageInput/ShowThreadMessageInChannelButton.d.ts +3 -2
  1802. package/lib/typescript/components/MessageInput/ShowThreadMessageInChannelButton.d.ts.map +1 -0
  1803. package/lib/typescript/components/MessageInput/UploadProgressIndicator.d.ts +3 -2
  1804. package/lib/typescript/components/MessageInput/UploadProgressIndicator.d.ts.map +1 -0
  1805. package/lib/typescript/components/MessageInput/components/InputEditingStateHeader.d.ts +4 -3
  1806. package/lib/typescript/components/MessageInput/components/InputEditingStateHeader.d.ts.map +1 -0
  1807. package/lib/typescript/components/MessageInput/components/InputGiphySearch.d.ts +4 -3
  1808. package/lib/typescript/components/MessageInput/components/InputGiphySearch.d.ts.map +1 -0
  1809. package/lib/typescript/components/MessageInput/components/InputReplyStateHeader.d.ts +4 -3
  1810. package/lib/typescript/components/MessageInput/components/InputReplyStateHeader.d.ts.map +1 -0
  1811. package/lib/typescript/components/MessageInput/hooks/useCooldown.d.ts +1 -0
  1812. package/lib/typescript/components/MessageInput/hooks/useCooldown.d.ts.map +1 -0
  1813. package/lib/typescript/components/MessageInput/hooks/useCountdown.d.ts +1 -0
  1814. package/lib/typescript/components/MessageInput/hooks/useCountdown.d.ts.map +1 -0
  1815. package/lib/typescript/components/MessageList/DateHeader.d.ts +2 -1
  1816. package/lib/typescript/components/MessageList/DateHeader.d.ts.map +1 -0
  1817. package/lib/typescript/components/MessageList/InlineDateSeparator.d.ts +2 -1
  1818. package/lib/typescript/components/MessageList/InlineDateSeparator.d.ts.map +1 -0
  1819. package/lib/typescript/components/MessageList/InlineLoadingMoreIndicator.d.ts +3 -2
  1820. package/lib/typescript/components/MessageList/InlineLoadingMoreIndicator.d.ts.map +1 -0
  1821. package/lib/typescript/components/MessageList/InlineLoadingMoreRecentIndicator.d.ts +3 -2
  1822. package/lib/typescript/components/MessageList/InlineLoadingMoreRecentIndicator.d.ts.map +1 -0
  1823. package/lib/typescript/components/MessageList/InlineLoadingMoreThreadIndicator.d.ts +3 -2
  1824. package/lib/typescript/components/MessageList/InlineLoadingMoreThreadIndicator.d.ts.map +1 -0
  1825. package/lib/typescript/components/MessageList/InlineUnreadIndicator.d.ts +2 -1
  1826. package/lib/typescript/components/MessageList/InlineUnreadIndicator.d.ts.map +1 -0
  1827. package/lib/typescript/components/MessageList/MessageList.d.ts +2 -1
  1828. package/lib/typescript/components/MessageList/MessageList.d.ts.map +1 -0
  1829. package/lib/typescript/components/MessageList/MessageSystem.d.ts +3 -2
  1830. package/lib/typescript/components/MessageList/MessageSystem.d.ts.map +1 -0
  1831. package/lib/typescript/components/MessageList/NetworkDownIndicator.d.ts +3 -2
  1832. package/lib/typescript/components/MessageList/NetworkDownIndicator.d.ts.map +1 -0
  1833. package/lib/typescript/components/MessageList/ScrollToBottomButton.d.ts +5 -1
  1834. package/lib/typescript/components/MessageList/ScrollToBottomButton.d.ts.map +1 -0
  1835. package/lib/typescript/components/MessageList/TypingIndicator.d.ts +3 -2
  1836. package/lib/typescript/components/MessageList/TypingIndicator.d.ts.map +1 -0
  1837. package/lib/typescript/components/MessageList/TypingIndicatorContainer.d.ts +3 -2
  1838. package/lib/typescript/components/MessageList/TypingIndicatorContainer.d.ts.map +1 -0
  1839. package/lib/typescript/components/MessageList/hooks/useMessageList.d.ts +1 -0
  1840. package/lib/typescript/components/MessageList/hooks/useMessageList.d.ts.map +1 -0
  1841. package/lib/typescript/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.d.ts +1 -0
  1842. package/lib/typescript/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.d.ts.map +1 -0
  1843. package/lib/typescript/components/MessageList/hooks/useTypingString.d.ts +1 -0
  1844. package/lib/typescript/components/MessageList/hooks/useTypingString.d.ts.map +1 -0
  1845. package/lib/typescript/components/MessageList/utils/filterTypingUsers.d.ts +1 -0
  1846. package/lib/typescript/components/MessageList/utils/filterTypingUsers.d.ts.map +1 -0
  1847. package/lib/typescript/components/MessageList/utils/getDateSeparators.d.ts +1 -0
  1848. package/lib/typescript/components/MessageList/utils/getDateSeparators.d.ts.map +1 -0
  1849. package/lib/typescript/components/MessageList/utils/getGroupStyles.d.ts +1 -0
  1850. package/lib/typescript/components/MessageList/utils/getGroupStyles.d.ts.map +1 -0
  1851. package/lib/typescript/components/MessageList/utils/getLastReceivedMessage.d.ts +1 -0
  1852. package/lib/typescript/components/MessageList/utils/getLastReceivedMessage.d.ts.map +1 -0
  1853. package/lib/typescript/components/MessageList/utils/getReadStates.d.ts +1 -0
  1854. package/lib/typescript/components/MessageList/utils/getReadStates.d.ts.map +1 -0
  1855. package/lib/typescript/components/MessageOverlay/MessageActionList.d.ts +3 -2
  1856. package/lib/typescript/components/MessageOverlay/MessageActionList.d.ts.map +1 -0
  1857. package/lib/typescript/components/MessageOverlay/MessageActionListItem.d.ts +3 -2
  1858. package/lib/typescript/components/MessageOverlay/MessageActionListItem.d.ts.map +1 -0
  1859. package/lib/typescript/components/MessageOverlay/MessageOverlay.d.ts +3 -2
  1860. package/lib/typescript/components/MessageOverlay/MessageOverlay.d.ts.map +1 -0
  1861. package/lib/typescript/components/MessageOverlay/OverlayBackdrop.d.ts +1 -0
  1862. package/lib/typescript/components/MessageOverlay/OverlayBackdrop.d.ts.map +1 -0
  1863. package/lib/typescript/components/MessageOverlay/OverlayReactionList.d.ts +4 -3
  1864. package/lib/typescript/components/MessageOverlay/OverlayReactionList.d.ts.map +1 -0
  1865. package/lib/typescript/components/MessageOverlay/OverlayReactions.d.ts +5 -1
  1866. package/lib/typescript/components/MessageOverlay/OverlayReactions.d.ts.map +1 -0
  1867. package/lib/typescript/components/MessageOverlay/OverlayReactionsAvatar.d.ts +5 -1
  1868. package/lib/typescript/components/MessageOverlay/OverlayReactionsAvatar.d.ts.map +1 -0
  1869. package/lib/typescript/components/MessageOverlay/hooks/useMessageActionAnimation.d.ts +2 -2
  1870. package/lib/typescript/components/MessageOverlay/hooks/useMessageActionAnimation.d.ts.map +1 -0
  1871. package/lib/typescript/components/ProgressControl/ProgressControl.d.ts +2 -1
  1872. package/lib/typescript/components/ProgressControl/ProgressControl.d.ts.map +1 -0
  1873. package/lib/typescript/components/RTLComponents/WritingDirectionAwareText.d.ts +2 -1
  1874. package/lib/typescript/components/RTLComponents/WritingDirectionAwareText.d.ts.map +1 -0
  1875. package/lib/typescript/components/Reply/Reply.d.ts +3 -2
  1876. package/lib/typescript/components/Reply/Reply.d.ts.map +1 -0
  1877. package/lib/typescript/components/Spinner/Spinner.d.ts +5 -1
  1878. package/lib/typescript/components/Spinner/Spinner.d.ts.map +1 -0
  1879. package/lib/typescript/components/Thread/Thread.d.ts +2 -1
  1880. package/lib/typescript/components/Thread/Thread.d.ts.map +1 -0
  1881. package/lib/typescript/components/Thread/components/ThreadFooterComponent.d.ts +3 -2
  1882. package/lib/typescript/components/Thread/components/ThreadFooterComponent.d.ts.map +1 -0
  1883. package/lib/typescript/components/index.d.ts +1 -0
  1884. package/lib/typescript/components/index.d.ts.map +1 -0
  1885. package/lib/typescript/contexts/activeChannelsRefContext/ActiveChannelsRefContext.d.ts +12 -2
  1886. package/lib/typescript/contexts/activeChannelsRefContext/ActiveChannelsRefContext.d.ts.map +1 -0
  1887. package/lib/typescript/contexts/attachmentPickerContext/AttachmentPickerContext.d.ts +12 -2
  1888. package/lib/typescript/contexts/attachmentPickerContext/AttachmentPickerContext.d.ts.map +1 -0
  1889. package/lib/typescript/contexts/channelContext/ChannelContext.d.ts +7 -2
  1890. package/lib/typescript/contexts/channelContext/ChannelContext.d.ts.map +1 -0
  1891. package/lib/typescript/contexts/channelsContext/ChannelsContext.d.ts +8 -3
  1892. package/lib/typescript/contexts/channelsContext/ChannelsContext.d.ts.map +1 -0
  1893. package/lib/typescript/contexts/channelsStateContext/ChannelsStateContext.d.ts +12 -2
  1894. package/lib/typescript/contexts/channelsStateContext/ChannelsStateContext.d.ts.map +1 -0
  1895. package/lib/typescript/contexts/channelsStateContext/useChannelState.d.ts +1 -0
  1896. package/lib/typescript/contexts/channelsStateContext/useChannelState.d.ts.map +1 -0
  1897. package/lib/typescript/contexts/chatContext/ChatContext.d.ts +7 -2
  1898. package/lib/typescript/contexts/chatContext/ChatContext.d.ts.map +1 -0
  1899. package/lib/typescript/contexts/debugContext/DebugContext.d.ts +2 -1
  1900. package/lib/typescript/contexts/debugContext/DebugContext.d.ts.map +1 -0
  1901. package/lib/typescript/contexts/imageGalleryContext/ImageGalleryContext.d.ts +12 -2
  1902. package/lib/typescript/contexts/imageGalleryContext/ImageGalleryContext.d.ts.map +1 -0
  1903. package/lib/typescript/contexts/index.d.ts +1 -0
  1904. package/lib/typescript/contexts/index.d.ts.map +1 -0
  1905. package/lib/typescript/contexts/keyboardContext/KeyboardContext.d.ts +14 -2
  1906. package/lib/typescript/contexts/keyboardContext/KeyboardContext.d.ts.map +1 -0
  1907. package/lib/typescript/contexts/messageContext/MessageContext.d.ts +9 -4
  1908. package/lib/typescript/contexts/messageContext/MessageContext.d.ts.map +1 -0
  1909. package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts +8 -3
  1910. package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts.map +1 -0
  1911. package/lib/typescript/contexts/messageInputContext/hooks/useCreateMessageInputContext.d.ts +1 -0
  1912. package/lib/typescript/contexts/messageInputContext/hooks/useCreateMessageInputContext.d.ts.map +1 -0
  1913. package/lib/typescript/contexts/messageInputContext/hooks/useMessageDetailsForState.d.ts +1 -0
  1914. package/lib/typescript/contexts/messageInputContext/hooks/useMessageDetailsForState.d.ts.map +1 -0
  1915. package/lib/typescript/contexts/messageOverlayContext/MessageOverlayContext.d.ts +9 -4
  1916. package/lib/typescript/contexts/messageOverlayContext/MessageOverlayContext.d.ts.map +1 -0
  1917. package/lib/typescript/contexts/messageOverlayContext/hooks/useResettableState.d.ts +1 -0
  1918. package/lib/typescript/contexts/messageOverlayContext/hooks/useResettableState.d.ts.map +1 -0
  1919. package/lib/typescript/contexts/messageOverlayContext/hooks/useResettableState.test.d.ts +1 -0
  1920. package/lib/typescript/contexts/messageOverlayContext/hooks/useResettableState.test.d.ts.map +1 -0
  1921. package/lib/typescript/contexts/messagesContext/MessagesContext.d.ts +10 -4
  1922. package/lib/typescript/contexts/messagesContext/MessagesContext.d.ts.map +1 -0
  1923. package/lib/typescript/contexts/overlayContext/OverlayContext.d.ts +11 -1
  1924. package/lib/typescript/contexts/overlayContext/OverlayContext.d.ts.map +1 -0
  1925. package/lib/typescript/contexts/overlayContext/OverlayProvider.d.ts +2 -1
  1926. package/lib/typescript/contexts/overlayContext/OverlayProvider.d.ts.map +1 -0
  1927. package/lib/typescript/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.d.ts +2 -1
  1928. package/lib/typescript/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.d.ts.map +1 -0
  1929. package/lib/typescript/contexts/paginatedMessageListContext/PaginatedMessageListContext.d.ts +9 -4
  1930. package/lib/typescript/contexts/paginatedMessageListContext/PaginatedMessageListContext.d.ts.map +1 -0
  1931. package/lib/typescript/contexts/suggestionsContext/SuggestionsContext.d.ts +12 -2
  1932. package/lib/typescript/contexts/suggestionsContext/SuggestionsContext.d.ts.map +1 -0
  1933. package/lib/typescript/contexts/themeContext/ThemeContext.d.ts +2 -1
  1934. package/lib/typescript/contexts/themeContext/ThemeContext.d.ts.map +1 -0
  1935. package/lib/typescript/contexts/themeContext/utils/theme.d.ts +10 -6
  1936. package/lib/typescript/contexts/themeContext/utils/theme.d.ts.map +1 -0
  1937. package/lib/typescript/contexts/threadContext/ThreadContext.d.ts +9 -4
  1938. package/lib/typescript/contexts/threadContext/ThreadContext.d.ts.map +1 -0
  1939. package/lib/typescript/contexts/translationContext/TranslationContext.d.ts +14 -2
  1940. package/lib/typescript/contexts/translationContext/TranslationContext.d.ts.map +1 -0
  1941. package/lib/typescript/contexts/typingContext/TypingContext.d.ts +8 -3
  1942. package/lib/typescript/contexts/typingContext/TypingContext.d.ts.map +1 -0
  1943. package/lib/typescript/contexts/utils/defaultBaseContextValue.d.ts +1 -0
  1944. package/lib/typescript/contexts/utils/defaultBaseContextValue.d.ts.map +1 -0
  1945. package/lib/typescript/contexts/utils/getDisplayName.d.ts +1 -0
  1946. package/lib/typescript/contexts/utils/getDisplayName.d.ts.map +1 -0
  1947. package/lib/typescript/contexts/utils/isTestEnvironment.d.ts +1 -0
  1948. package/lib/typescript/contexts/utils/isTestEnvironment.d.ts.map +1 -0
  1949. package/lib/typescript/emoji-data/index.d.ts +1 -0
  1950. package/lib/typescript/emoji-data/index.d.ts.map +1 -0
  1951. package/lib/typescript/hooks/index.d.ts +1 -0
  1952. package/lib/typescript/hooks/index.d.ts.map +1 -0
  1953. package/lib/typescript/hooks/useAppStateListener.d.ts +1 -0
  1954. package/lib/typescript/hooks/useAppStateListener.d.ts.map +1 -0
  1955. package/lib/typescript/hooks/useIsMountedRef.d.ts +1 -0
  1956. package/lib/typescript/hooks/useIsMountedRef.d.ts.map +1 -0
  1957. package/lib/typescript/hooks/useLoadingImage.d.ts +1 -0
  1958. package/lib/typescript/hooks/useLoadingImage.d.ts.map +1 -0
  1959. package/lib/typescript/hooks/useStreami18n.d.ts +1 -0
  1960. package/lib/typescript/hooks/useStreami18n.d.ts.map +1 -0
  1961. package/lib/typescript/hooks/useTranslatedMessage.d.ts +1 -0
  1962. package/lib/typescript/hooks/useTranslatedMessage.d.ts.map +1 -0
  1963. package/lib/typescript/hooks/useViewport.d.ts +1 -0
  1964. package/lib/typescript/hooks/useViewport.d.ts.map +1 -0
  1965. package/lib/typescript/i18n/es.json +10 -10
  1966. package/lib/typescript/i18n/fr.json +10 -10
  1967. package/lib/typescript/i18n/he.json +10 -10
  1968. package/lib/typescript/i18n/hi.json +10 -10
  1969. package/lib/typescript/i18n/it.json +10 -10
  1970. package/lib/typescript/i18n/ja.json +10 -10
  1971. package/lib/typescript/i18n/ko.json +10 -10
  1972. package/lib/typescript/i18n/nl.json +10 -10
  1973. package/lib/typescript/i18n/pt-BR.json +10 -10
  1974. package/lib/typescript/i18n/ru.json +10 -10
  1975. package/lib/typescript/i18n/tr.json +10 -10
  1976. package/lib/typescript/icons/ArrowRight.d.ts +3 -2
  1977. package/lib/typescript/icons/ArrowRight.d.ts.map +1 -0
  1978. package/lib/typescript/icons/AtMentions.d.ts +3 -2
  1979. package/lib/typescript/icons/AtMentions.d.ts.map +1 -0
  1980. package/lib/typescript/icons/Attach.d.ts +3 -2
  1981. package/lib/typescript/icons/Attach.d.ts.map +1 -0
  1982. package/lib/typescript/icons/Audio.d.ts +3 -2
  1983. package/lib/typescript/icons/Audio.d.ts.map +1 -0
  1984. package/lib/typescript/icons/CSV.d.ts +3 -2
  1985. package/lib/typescript/icons/CSV.d.ts.map +1 -0
  1986. package/lib/typescript/icons/Camera.d.ts +3 -2
  1987. package/lib/typescript/icons/Camera.d.ts.map +1 -0
  1988. package/lib/typescript/icons/Check.d.ts +3 -2
  1989. package/lib/typescript/icons/Check.d.ts.map +1 -0
  1990. package/lib/typescript/icons/CheckAll.d.ts +3 -2
  1991. package/lib/typescript/icons/CheckAll.d.ts.map +1 -0
  1992. package/lib/typescript/icons/CheckSend.d.ts +3 -2
  1993. package/lib/typescript/icons/CheckSend.d.ts.map +1 -0
  1994. package/lib/typescript/icons/CircleClose.d.ts +3 -2
  1995. package/lib/typescript/icons/CircleClose.d.ts.map +1 -0
  1996. package/lib/typescript/icons/CirclePlus.d.ts +3 -2
  1997. package/lib/typescript/icons/CirclePlus.d.ts.map +1 -0
  1998. package/lib/typescript/icons/CircleRight.d.ts +3 -2
  1999. package/lib/typescript/icons/CircleRight.d.ts.map +1 -0
  2000. package/lib/typescript/icons/Close.d.ts +3 -2
  2001. package/lib/typescript/icons/Close.d.ts.map +1 -0
  2002. package/lib/typescript/icons/Copy.d.ts +2 -1
  2003. package/lib/typescript/icons/Copy.d.ts.map +1 -0
  2004. package/lib/typescript/icons/CurveLineLeftUp.d.ts +3 -2
  2005. package/lib/typescript/icons/CurveLineLeftUp.d.ts.map +1 -0
  2006. package/lib/typescript/icons/DOC.d.ts +3 -2
  2007. package/lib/typescript/icons/DOC.d.ts.map +1 -0
  2008. package/lib/typescript/icons/DOCX.d.ts +3 -2
  2009. package/lib/typescript/icons/DOCX.d.ts.map +1 -0
  2010. package/lib/typescript/icons/Delete.d.ts +3 -2
  2011. package/lib/typescript/icons/Delete.d.ts.map +1 -0
  2012. package/lib/typescript/icons/Down.d.ts +3 -2
  2013. package/lib/typescript/icons/Down.d.ts.map +1 -0
  2014. package/lib/typescript/icons/DownloadArrow.d.ts +3 -2
  2015. package/lib/typescript/icons/DownloadArrow.d.ts.map +1 -0
  2016. package/lib/typescript/icons/DownloadCloud.d.ts +3 -2
  2017. package/lib/typescript/icons/DownloadCloud.d.ts.map +1 -0
  2018. package/lib/typescript/icons/Edit.d.ts +3 -2
  2019. package/lib/typescript/icons/Edit.d.ts.map +1 -0
  2020. package/lib/typescript/icons/Error.d.ts +3 -2
  2021. package/lib/typescript/icons/Error.d.ts.map +1 -0
  2022. package/lib/typescript/icons/Eye.d.ts +3 -2
  2023. package/lib/typescript/icons/Eye.d.ts.map +1 -0
  2024. package/lib/typescript/icons/Flag.d.ts +3 -2
  2025. package/lib/typescript/icons/Flag.d.ts.map +1 -0
  2026. package/lib/typescript/icons/Folder.d.ts +3 -2
  2027. package/lib/typescript/icons/Folder.d.ts.map +1 -0
  2028. package/lib/typescript/icons/GenericFile.d.ts +3 -2
  2029. package/lib/typescript/icons/GenericFile.d.ts.map +1 -0
  2030. package/lib/typescript/icons/GiphyIcon.d.ts +3 -2
  2031. package/lib/typescript/icons/GiphyIcon.d.ts.map +1 -0
  2032. package/lib/typescript/icons/Grid.d.ts +3 -2
  2033. package/lib/typescript/icons/Grid.d.ts.map +1 -0
  2034. package/lib/typescript/icons/Group.d.ts +3 -2
  2035. package/lib/typescript/icons/Group.d.ts.map +1 -0
  2036. package/lib/typescript/icons/HTML.d.ts +3 -2
  2037. package/lib/typescript/icons/HTML.d.ts.map +1 -0
  2038. package/lib/typescript/icons/Imgur.d.ts +3 -2
  2039. package/lib/typescript/icons/Imgur.d.ts.map +1 -0
  2040. package/lib/typescript/icons/LOLReaction.d.ts +3 -2
  2041. package/lib/typescript/icons/LOLReaction.d.ts.map +1 -0
  2042. package/lib/typescript/icons/Lightning.d.ts +3 -2
  2043. package/lib/typescript/icons/Lightning.d.ts.map +1 -0
  2044. package/lib/typescript/icons/Link.d.ts +3 -2
  2045. package/lib/typescript/icons/Link.d.ts.map +1 -0
  2046. package/lib/typescript/icons/Loading.d.ts +2 -1
  2047. package/lib/typescript/icons/Loading.d.ts.map +1 -0
  2048. package/lib/typescript/icons/Logo.d.ts +3 -2
  2049. package/lib/typescript/icons/Logo.d.ts.map +1 -0
  2050. package/lib/typescript/icons/LoveReaction.d.ts +3 -2
  2051. package/lib/typescript/icons/LoveReaction.d.ts.map +1 -0
  2052. package/lib/typescript/icons/MD.d.ts +3 -2
  2053. package/lib/typescript/icons/MD.d.ts.map +1 -0
  2054. package/lib/typescript/icons/MailOpen.d.ts +3 -2
  2055. package/lib/typescript/icons/MailOpen.d.ts.map +1 -0
  2056. package/lib/typescript/icons/MenuPointHorizontal.d.ts +3 -2
  2057. package/lib/typescript/icons/MenuPointHorizontal.d.ts.map +1 -0
  2058. package/lib/typescript/icons/MenuPointVertical.d.ts +3 -2
  2059. package/lib/typescript/icons/MenuPointVertical.d.ts.map +1 -0
  2060. package/lib/typescript/icons/MessageFlag.d.ts +3 -2
  2061. package/lib/typescript/icons/MessageFlag.d.ts.map +1 -0
  2062. package/lib/typescript/icons/MessageIcon.d.ts +3 -2
  2063. package/lib/typescript/icons/MessageIcon.d.ts.map +1 -0
  2064. package/lib/typescript/icons/Mute.d.ts +3 -2
  2065. package/lib/typescript/icons/Mute.d.ts.map +1 -0
  2066. package/lib/typescript/icons/Notification.d.ts +3 -2
  2067. package/lib/typescript/icons/Notification.d.ts.map +1 -0
  2068. package/lib/typescript/icons/ODT.d.ts +3 -2
  2069. package/lib/typescript/icons/ODT.d.ts.map +1 -0
  2070. package/lib/typescript/icons/PDF.d.ts +3 -2
  2071. package/lib/typescript/icons/PDF.d.ts.map +1 -0
  2072. package/lib/typescript/icons/PPT.d.ts +3 -2
  2073. package/lib/typescript/icons/PPT.d.ts.map +1 -0
  2074. package/lib/typescript/icons/PPTX.d.ts +3 -2
  2075. package/lib/typescript/icons/PPTX.d.ts.map +1 -0
  2076. package/lib/typescript/icons/Pause.d.ts +3 -2
  2077. package/lib/typescript/icons/Pause.d.ts.map +1 -0
  2078. package/lib/typescript/icons/Picture.d.ts +3 -2
  2079. package/lib/typescript/icons/Picture.d.ts.map +1 -0
  2080. package/lib/typescript/icons/Pin.d.ts +3 -2
  2081. package/lib/typescript/icons/Pin.d.ts.map +1 -0
  2082. package/lib/typescript/icons/PinHeader.d.ts +3 -2
  2083. package/lib/typescript/icons/PinHeader.d.ts.map +1 -0
  2084. package/lib/typescript/icons/Play.d.ts +3 -2
  2085. package/lib/typescript/icons/Play.d.ts.map +1 -0
  2086. package/lib/typescript/icons/RAR.d.ts +3 -2
  2087. package/lib/typescript/icons/RAR.d.ts.map +1 -0
  2088. package/lib/typescript/icons/RTF.d.ts +3 -2
  2089. package/lib/typescript/icons/RTF.d.ts.map +1 -0
  2090. package/lib/typescript/icons/Recorder.d.ts +3 -2
  2091. package/lib/typescript/icons/Recorder.d.ts.map +1 -0
  2092. package/lib/typescript/icons/Refresh.d.ts +3 -2
  2093. package/lib/typescript/icons/Refresh.d.ts.map +1 -0
  2094. package/lib/typescript/icons/SEVEN_Z.d.ts +3 -2
  2095. package/lib/typescript/icons/SEVEN_Z.d.ts.map +1 -0
  2096. package/lib/typescript/icons/Search.d.ts +3 -2
  2097. package/lib/typescript/icons/Search.d.ts.map +1 -0
  2098. package/lib/typescript/icons/SendRight.d.ts +3 -2
  2099. package/lib/typescript/icons/SendRight.d.ts.map +1 -0
  2100. package/lib/typescript/icons/SendUp.d.ts +3 -2
  2101. package/lib/typescript/icons/SendUp.d.ts.map +1 -0
  2102. package/lib/typescript/icons/Share.d.ts +3 -2
  2103. package/lib/typescript/icons/Share.d.ts.map +1 -0
  2104. package/lib/typescript/icons/ShareRightArrow.d.ts +3 -2
  2105. package/lib/typescript/icons/ShareRightArrow.d.ts.map +1 -0
  2106. package/lib/typescript/icons/Smile.d.ts +3 -2
  2107. package/lib/typescript/icons/Smile.d.ts.map +1 -0
  2108. package/lib/typescript/icons/Sound.d.ts +3 -2
  2109. package/lib/typescript/icons/Sound.d.ts.map +1 -0
  2110. package/lib/typescript/icons/TAR.d.ts +3 -2
  2111. package/lib/typescript/icons/TAR.d.ts.map +1 -0
  2112. package/lib/typescript/icons/TXT.d.ts +3 -2
  2113. package/lib/typescript/icons/TXT.d.ts.map +1 -0
  2114. package/lib/typescript/icons/ThreadReply.d.ts +3 -2
  2115. package/lib/typescript/icons/ThreadReply.d.ts.map +1 -0
  2116. package/lib/typescript/icons/ThumbsDownReaction.d.ts +3 -2
  2117. package/lib/typescript/icons/ThumbsDownReaction.d.ts.map +1 -0
  2118. package/lib/typescript/icons/ThumbsUpReaction.d.ts +3 -2
  2119. package/lib/typescript/icons/ThumbsUpReaction.d.ts.map +1 -0
  2120. package/lib/typescript/icons/Time.d.ts +3 -2
  2121. package/lib/typescript/icons/Time.d.ts.map +1 -0
  2122. package/lib/typescript/icons/Unknown.d.ts +3 -2
  2123. package/lib/typescript/icons/Unknown.d.ts.map +1 -0
  2124. package/lib/typescript/icons/Unpin.d.ts +3 -2
  2125. package/lib/typescript/icons/Unpin.d.ts.map +1 -0
  2126. package/lib/typescript/icons/User.d.ts +3 -2
  2127. package/lib/typescript/icons/User.d.ts.map +1 -0
  2128. package/lib/typescript/icons/UserAdd.d.ts +3 -2
  2129. package/lib/typescript/icons/UserAdd.d.ts.map +1 -0
  2130. package/lib/typescript/icons/UserAdmin.d.ts +3 -2
  2131. package/lib/typescript/icons/UserAdmin.d.ts.map +1 -0
  2132. package/lib/typescript/icons/UserDelete.d.ts +3 -2
  2133. package/lib/typescript/icons/UserDelete.d.ts.map +1 -0
  2134. package/lib/typescript/icons/UserMinus.d.ts +3 -2
  2135. package/lib/typescript/icons/UserMinus.d.ts.map +1 -0
  2136. package/lib/typescript/icons/Video.d.ts +3 -2
  2137. package/lib/typescript/icons/Video.d.ts.map +1 -0
  2138. package/lib/typescript/icons/Warning.d.ts +3 -2
  2139. package/lib/typescript/icons/Warning.d.ts.map +1 -0
  2140. package/lib/typescript/icons/WutReaction.d.ts +3 -2
  2141. package/lib/typescript/icons/WutReaction.d.ts.map +1 -0
  2142. package/lib/typescript/icons/XLS.d.ts +3 -2
  2143. package/lib/typescript/icons/XLS.d.ts.map +1 -0
  2144. package/lib/typescript/icons/XLSX.d.ts +3 -2
  2145. package/lib/typescript/icons/XLSX.d.ts.map +1 -0
  2146. package/lib/typescript/icons/ZIP.d.ts +3 -2
  2147. package/lib/typescript/icons/ZIP.d.ts.map +1 -0
  2148. package/lib/typescript/icons/index.d.ts +1 -0
  2149. package/lib/typescript/icons/index.d.ts.map +1 -0
  2150. package/lib/typescript/icons/utils/base.d.ts +4 -3
  2151. package/lib/typescript/icons/utils/base.d.ts.map +1 -0
  2152. package/lib/typescript/index.d.ts +1 -0
  2153. package/lib/typescript/index.d.ts.map +1 -0
  2154. package/lib/typescript/init.d.ts +1 -0
  2155. package/lib/typescript/init.d.ts.map +1 -0
  2156. package/lib/typescript/native.d.ts +1 -0
  2157. package/lib/typescript/native.d.ts.map +1 -0
  2158. package/lib/typescript/store/QuickSqliteClient.d.ts +1 -0
  2159. package/lib/typescript/store/QuickSqliteClient.d.ts.map +1 -0
  2160. package/lib/typescript/store/apis/addPendingTask.d.ts +1 -0
  2161. package/lib/typescript/store/apis/addPendingTask.d.ts.map +1 -0
  2162. package/lib/typescript/store/apis/deleteChannel.d.ts +1 -0
  2163. package/lib/typescript/store/apis/deleteChannel.d.ts.map +1 -0
  2164. package/lib/typescript/store/apis/deleteMember.d.ts +1 -0
  2165. package/lib/typescript/store/apis/deleteMember.d.ts.map +1 -0
  2166. package/lib/typescript/store/apis/deleteMessage.d.ts +1 -0
  2167. package/lib/typescript/store/apis/deleteMessage.d.ts.map +1 -0
  2168. package/lib/typescript/store/apis/deleteMessagesForChannel.d.ts +1 -0
  2169. package/lib/typescript/store/apis/deleteMessagesForChannel.d.ts.map +1 -0
  2170. package/lib/typescript/store/apis/deletePendingTask.d.ts +1 -0
  2171. package/lib/typescript/store/apis/deletePendingTask.d.ts.map +1 -0
  2172. package/lib/typescript/store/apis/deleteReaction.d.ts +1 -0
  2173. package/lib/typescript/store/apis/deleteReaction.d.ts.map +1 -0
  2174. package/lib/typescript/store/apis/deleteReactions.d.ts +1 -0
  2175. package/lib/typescript/store/apis/deleteReactions.d.ts.map +1 -0
  2176. package/lib/typescript/store/apis/getAllChannelIds.d.ts +1 -0
  2177. package/lib/typescript/store/apis/getAllChannelIds.d.ts.map +1 -0
  2178. package/lib/typescript/store/apis/getAppSettings.d.ts +1 -0
  2179. package/lib/typescript/store/apis/getAppSettings.d.ts.map +1 -0
  2180. package/lib/typescript/store/apis/getChannelMessages.d.ts +1 -0
  2181. package/lib/typescript/store/apis/getChannelMessages.d.ts.map +1 -0
  2182. package/lib/typescript/store/apis/getChannels.d.ts +1 -0
  2183. package/lib/typescript/store/apis/getChannels.d.ts.map +1 -0
  2184. package/lib/typescript/store/apis/getChannelsForFilterSort.d.ts +1 -0
  2185. package/lib/typescript/store/apis/getChannelsForFilterSort.d.ts.map +1 -0
  2186. package/lib/typescript/store/apis/getLastSyncedAt.d.ts +1 -0
  2187. package/lib/typescript/store/apis/getLastSyncedAt.d.ts.map +1 -0
  2188. package/lib/typescript/store/apis/getMembers.d.ts +1 -0
  2189. package/lib/typescript/store/apis/getMembers.d.ts.map +1 -0
  2190. package/lib/typescript/store/apis/getPendingTasks.d.ts +1 -0
  2191. package/lib/typescript/store/apis/getPendingTasks.d.ts.map +1 -0
  2192. package/lib/typescript/store/apis/getReads.d.ts +1 -0
  2193. package/lib/typescript/store/apis/getReads.d.ts.map +1 -0
  2194. package/lib/typescript/store/apis/index.d.ts +1 -0
  2195. package/lib/typescript/store/apis/index.d.ts.map +1 -0
  2196. package/lib/typescript/store/apis/insertReaction.d.ts +1 -0
  2197. package/lib/typescript/store/apis/insertReaction.d.ts.map +1 -0
  2198. package/lib/typescript/store/apis/queries/selectChannelIdsForFilterSort.d.ts +1 -0
  2199. package/lib/typescript/store/apis/queries/selectChannelIdsForFilterSort.d.ts.map +1 -0
  2200. package/lib/typescript/store/apis/queries/selectChannels.d.ts +1 -0
  2201. package/lib/typescript/store/apis/queries/selectChannels.d.ts.map +1 -0
  2202. package/lib/typescript/store/apis/queries/selectMembersForChannels.d.ts +1 -0
  2203. package/lib/typescript/store/apis/queries/selectMembersForChannels.d.ts.map +1 -0
  2204. package/lib/typescript/store/apis/queries/selectMessagesForChannels.d.ts +1 -0
  2205. package/lib/typescript/store/apis/queries/selectMessagesForChannels.d.ts.map +1 -0
  2206. package/lib/typescript/store/apis/queries/selectReactionsForMessages.d.ts +1 -0
  2207. package/lib/typescript/store/apis/queries/selectReactionsForMessages.d.ts.map +1 -0
  2208. package/lib/typescript/store/apis/queries/selectReadsForChannels.d.ts +1 -0
  2209. package/lib/typescript/store/apis/queries/selectReadsForChannels.d.ts.map +1 -0
  2210. package/lib/typescript/store/apis/updateMessage.d.ts +1 -0
  2211. package/lib/typescript/store/apis/updateMessage.d.ts.map +1 -0
  2212. package/lib/typescript/store/apis/updateReaction.d.ts +1 -0
  2213. package/lib/typescript/store/apis/updateReaction.d.ts.map +1 -0
  2214. package/lib/typescript/store/apis/upsertAppSettings.d.ts +1 -0
  2215. package/lib/typescript/store/apis/upsertAppSettings.d.ts.map +1 -0
  2216. package/lib/typescript/store/apis/upsertChannelData.d.ts +1 -0
  2217. package/lib/typescript/store/apis/upsertChannelData.d.ts.map +1 -0
  2218. package/lib/typescript/store/apis/upsertChannelDataFromChannel.d.ts +7 -0
  2219. package/lib/typescript/store/apis/upsertChannelDataFromChannel.d.ts.map +1 -0
  2220. package/lib/typescript/store/apis/upsertChannels.d.ts +1 -0
  2221. package/lib/typescript/store/apis/upsertChannels.d.ts.map +1 -0
  2222. package/lib/typescript/store/apis/upsertCidsForQuery.d.ts +1 -0
  2223. package/lib/typescript/store/apis/upsertCidsForQuery.d.ts.map +1 -0
  2224. package/lib/typescript/store/apis/upsertMembers.d.ts +1 -0
  2225. package/lib/typescript/store/apis/upsertMembers.d.ts.map +1 -0
  2226. package/lib/typescript/store/apis/upsertMessages.d.ts +1 -0
  2227. package/lib/typescript/store/apis/upsertMessages.d.ts.map +1 -0
  2228. package/lib/typescript/store/apis/upsertReads.d.ts +1 -0
  2229. package/lib/typescript/store/apis/upsertReads.d.ts.map +1 -0
  2230. package/lib/typescript/store/apis/upsertUserSyncStatus.d.ts +1 -0
  2231. package/lib/typescript/store/apis/upsertUserSyncStatus.d.ts.map +1 -0
  2232. package/lib/typescript/store/apis/utils/convertFilterSortToQuery.d.ts +1 -0
  2233. package/lib/typescript/store/apis/utils/convertFilterSortToQuery.d.ts.map +1 -0
  2234. package/lib/typescript/store/constants.d.ts +1 -0
  2235. package/lib/typescript/store/constants.d.ts.map +1 -0
  2236. package/lib/typescript/store/mappers/mapChannelDataToStorable.d.ts +1 -0
  2237. package/lib/typescript/store/mappers/mapChannelDataToStorable.d.ts.map +1 -0
  2238. package/lib/typescript/store/mappers/mapChannelToStorable.d.ts +5 -0
  2239. package/lib/typescript/store/mappers/mapChannelToStorable.d.ts.map +1 -0
  2240. package/lib/typescript/store/mappers/mapDateTimeToStorable.d.ts +1 -0
  2241. package/lib/typescript/store/mappers/mapDateTimeToStorable.d.ts.map +1 -0
  2242. package/lib/typescript/store/mappers/mapMemberToStorable.d.ts +1 -0
  2243. package/lib/typescript/store/mappers/mapMemberToStorable.d.ts.map +1 -0
  2244. package/lib/typescript/store/mappers/mapMessageToStorable.d.ts +1 -0
  2245. package/lib/typescript/store/mappers/mapMessageToStorable.d.ts.map +1 -0
  2246. package/lib/typescript/store/mappers/mapReactionToStorable.d.ts +1 -0
  2247. package/lib/typescript/store/mappers/mapReactionToStorable.d.ts.map +1 -0
  2248. package/lib/typescript/store/mappers/mapReadToStorable.d.ts +1 -0
  2249. package/lib/typescript/store/mappers/mapReadToStorable.d.ts.map +1 -0
  2250. package/lib/typescript/store/mappers/mapStorableToChannel.d.ts +1 -0
  2251. package/lib/typescript/store/mappers/mapStorableToChannel.d.ts.map +1 -0
  2252. package/lib/typescript/store/mappers/mapStorableToMember.d.ts +1 -0
  2253. package/lib/typescript/store/mappers/mapStorableToMember.d.ts.map +1 -0
  2254. package/lib/typescript/store/mappers/mapStorableToMessage.d.ts +1 -0
  2255. package/lib/typescript/store/mappers/mapStorableToMessage.d.ts.map +1 -0
  2256. package/lib/typescript/store/mappers/mapStorableToReaction.d.ts +1 -0
  2257. package/lib/typescript/store/mappers/mapStorableToReaction.d.ts.map +1 -0
  2258. package/lib/typescript/store/mappers/mapStorableToRead.d.ts +1 -0
  2259. package/lib/typescript/store/mappers/mapStorableToRead.d.ts.map +1 -0
  2260. package/lib/typescript/store/mappers/mapStorableToTask.d.ts +1 -0
  2261. package/lib/typescript/store/mappers/mapStorableToTask.d.ts.map +1 -0
  2262. package/lib/typescript/store/mappers/mapStorableToUser.d.ts +1 -0
  2263. package/lib/typescript/store/mappers/mapStorableToUser.d.ts.map +1 -0
  2264. package/lib/typescript/store/mappers/mapTaskToStorable.d.ts +1 -0
  2265. package/lib/typescript/store/mappers/mapTaskToStorable.d.ts.map +1 -0
  2266. package/lib/typescript/store/mappers/mapUserToStorable.d.ts +1 -0
  2267. package/lib/typescript/store/mappers/mapUserToStorable.d.ts.map +1 -0
  2268. package/lib/typescript/store/schema.d.ts +1 -0
  2269. package/lib/typescript/store/schema.d.ts.map +1 -0
  2270. package/lib/typescript/store/sqlite-utils/appendOrderByClause.d.ts +1 -0
  2271. package/lib/typescript/store/sqlite-utils/appendOrderByClause.d.ts.map +1 -0
  2272. package/lib/typescript/store/sqlite-utils/appendWhereCluase.d.ts +1 -0
  2273. package/lib/typescript/store/sqlite-utils/appendWhereCluase.d.ts.map +1 -0
  2274. package/lib/typescript/store/sqlite-utils/createCreateTableQuery.d.ts +1 -0
  2275. package/lib/typescript/store/sqlite-utils/createCreateTableQuery.d.ts.map +1 -0
  2276. package/lib/typescript/store/sqlite-utils/createDeleteQuery.d.ts +1 -0
  2277. package/lib/typescript/store/sqlite-utils/createDeleteQuery.d.ts.map +1 -0
  2278. package/lib/typescript/store/sqlite-utils/createSelectQuery.d.ts +1 -0
  2279. package/lib/typescript/store/sqlite-utils/createSelectQuery.d.ts.map +1 -0
  2280. package/lib/typescript/store/sqlite-utils/createUpdateQuery.d.ts +1 -0
  2281. package/lib/typescript/store/sqlite-utils/createUpdateQuery.d.ts.map +1 -0
  2282. package/lib/typescript/store/sqlite-utils/createUpsertQuery.d.ts +1 -0
  2283. package/lib/typescript/store/sqlite-utils/createUpsertQuery.d.ts.map +1 -0
  2284. package/lib/typescript/store/sqlite-utils/printRow.d.ts +1 -0
  2285. package/lib/typescript/store/sqlite-utils/printRow.d.ts.map +1 -0
  2286. package/lib/typescript/store/types.d.ts +1 -0
  2287. package/lib/typescript/store/types.d.ts.map +1 -0
  2288. package/lib/typescript/test-utils/BetterSqlite.d.ts +1 -0
  2289. package/lib/typescript/test-utils/BetterSqlite.d.ts.map +1 -0
  2290. package/lib/typescript/types/types.d.ts +1 -0
  2291. package/lib/typescript/types/types.d.ts.map +1 -0
  2292. package/lib/typescript/utils/DBSyncManager.d.ts +2 -1
  2293. package/lib/typescript/utils/DBSyncManager.d.ts.map +1 -0
  2294. package/lib/typescript/utils/StreamChatRN.d.ts +1 -0
  2295. package/lib/typescript/utils/StreamChatRN.d.ts.map +1 -0
  2296. package/lib/typescript/utils/Streami18n.d.ts +2 -0
  2297. package/lib/typescript/utils/Streami18n.d.ts.map +1 -0
  2298. package/lib/typescript/utils/addReactionToLocalState.d.ts +1 -0
  2299. package/lib/typescript/utils/addReactionToLocalState.d.ts.map +1 -0
  2300. package/lib/typescript/utils/compressImage.d.ts +1 -0
  2301. package/lib/typescript/utils/compressImage.d.ts.map +1 -0
  2302. package/lib/typescript/utils/date.d.ts +1 -0
  2303. package/lib/typescript/utils/date.d.ts.map +1 -0
  2304. package/lib/typescript/utils/getResizedImageUrl.d.ts +1 -0
  2305. package/lib/typescript/utils/getResizedImageUrl.d.ts.map +1 -0
  2306. package/lib/typescript/utils/getUrlOfImageAttachment.d.ts +1 -0
  2307. package/lib/typescript/utils/getUrlOfImageAttachment.d.ts.map +1 -0
  2308. package/lib/typescript/utils/patchMessageTextCommand.d.ts +1 -0
  2309. package/lib/typescript/utils/patchMessageTextCommand.d.ts.map +1 -0
  2310. package/lib/typescript/utils/removeReactionFromLocalState.d.ts +1 -0
  2311. package/lib/typescript/utils/removeReactionFromLocalState.d.ts.map +1 -0
  2312. package/lib/typescript/utils/removeReservedFields.d.ts +1 -0
  2313. package/lib/typescript/utils/removeReservedFields.d.ts.map +1 -0
  2314. package/lib/typescript/utils/utils.d.ts +3 -2
  2315. package/lib/typescript/utils/utils.d.ts.map +1 -0
  2316. package/package.json +33 -33
  2317. package/src/__tests__/offline-support/offline-feature.js +60 -61
  2318. package/src/__tests__/offline-support/optimistic-update.js +15 -15
  2319. package/src/components/Attachment/AudioAttachment.tsx +1 -1
  2320. package/src/components/Attachment/Card.tsx +1 -1
  2321. package/src/components/Attachment/FileAttachment.tsx +1 -1
  2322. package/src/components/Attachment/FileIcon.tsx +3 -3
  2323. package/src/components/Attachment/Gallery.tsx +5 -5
  2324. package/src/components/Attachment/GalleryImage.tsx +1 -1
  2325. package/src/components/Attachment/ImageLoadingFailedIndicator.tsx +1 -1
  2326. package/src/components/Attachment/VideoThumbnail.tsx +1 -1
  2327. package/src/components/Attachment/__tests__/Gallery.test.js +48 -47
  2328. package/src/components/Attachment/__tests__/Giphy.test.js +62 -52
  2329. package/src/components/AttachmentPicker/AttachmentPicker.tsx +7 -4
  2330. package/src/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.tsx +4 -2
  2331. package/src/components/AttachmentPicker/components/AttachmentPickerError.tsx +3 -3
  2332. package/src/components/AttachmentPicker/components/AttachmentPickerErrorImage.tsx +1 -1
  2333. package/src/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.tsx +1 -1
  2334. package/src/components/AttachmentPicker/components/AttachmentPickerItem.tsx +2 -2
  2335. package/src/components/AttachmentPicker/components/AttachmentSelectionBar.tsx +1 -1
  2336. package/src/components/AttachmentPicker/components/CameraSelectorIcon.tsx +1 -1
  2337. package/src/components/AttachmentPicker/components/FileSelectorIcon.tsx +1 -1
  2338. package/src/components/AttachmentPicker/components/ImageOverlaySelectedComponent.tsx +1 -1
  2339. package/src/components/AttachmentPicker/components/ImageSelectorIcon.tsx +1 -1
  2340. package/src/components/AutoCompleteInput/AutoCompleteInput.tsx +13 -12
  2341. package/src/components/AutoCompleteInput/AutoCompleteSuggestionHeader.tsx +2 -2
  2342. package/src/components/AutoCompleteInput/AutoCompleteSuggestionList.tsx +1 -1
  2343. package/src/components/Avatar/Avatar.tsx +2 -2
  2344. package/src/components/Avatar/GroupAvatar.tsx +1 -1
  2345. package/src/components/Channel/Channel.tsx +11 -14
  2346. package/src/components/ChannelList/ChannelList.tsx +4 -4
  2347. package/src/components/ChannelList/ChannelListFooterLoadingIndicator.tsx +1 -1
  2348. package/src/components/ChannelList/ChannelListHeaderErrorIndicator.tsx +2 -4
  2349. package/src/components/ChannelList/ChannelListHeaderNetworkDownIndicator.tsx +4 -2
  2350. package/src/components/ChannelList/ChannelListLoadingIndicator.tsx +1 -1
  2351. package/src/components/ChannelList/Skeleton.tsx +1 -1
  2352. package/src/components/ChannelList/__tests__/ChannelList.test.js +83 -75
  2353. package/src/components/ChannelList/utils.ts +1 -1
  2354. package/src/components/ChannelPreview/ChannelPreviewMessenger.tsx +1 -1
  2355. package/src/components/ChannelPreview/ChannelPreviewStatus.tsx +2 -2
  2356. package/src/components/ChannelPreview/__tests__/ChannelPreviewMessenger.test.js +11 -10
  2357. package/src/components/ChannelPreview/hooks/__tests__/useChannelPreviewDisplayName.test.tsx +3 -3
  2358. package/src/components/ChannelPreview/hooks/__tests__/useLatestMessagePreview.test.tsx +2 -4
  2359. package/src/components/Chat/hooks/handleEventToSyncDB.ts +132 -46
  2360. package/src/components/Chat/hooks/useSyncDatabase.ts +1 -1
  2361. package/src/components/ImageGallery/ImageGallery.tsx +25 -2
  2362. package/src/components/ImageGallery/__tests__/AnimatedVideoGallery.test.tsx +19 -19
  2363. package/src/components/ImageGallery/__tests__/ImageGallery.test.tsx +20 -22
  2364. package/src/components/ImageGallery/__tests__/ImageGalleryFooter.test.tsx +15 -13
  2365. package/src/components/ImageGallery/__tests__/ImageGalleryGrid.test.tsx +9 -20
  2366. package/src/components/ImageGallery/__tests__/ImageGalleryGridHandle.test.tsx +7 -14
  2367. package/src/components/ImageGallery/__tests__/ImageGalleryHeader.test.tsx +12 -10
  2368. package/src/components/ImageGallery/__tests__/ImageGalleryVideoControl.test.tsx +17 -12
  2369. package/src/components/ImageGallery/components/AnimatedGalleryImage.tsx +2 -2
  2370. package/src/components/ImageGallery/components/AnimatedGalleryVideo.tsx +2 -2
  2371. package/src/components/ImageGallery/components/ImageGalleryFooter.tsx +1 -1
  2372. package/src/components/ImageGallery/components/ImageGalleryHeader.tsx +4 -4
  2373. package/src/components/ImageGallery/components/ImageGalleryOverlay.tsx +1 -1
  2374. package/src/components/ImageGallery/components/ImageGalleryVideoControl.tsx +2 -2
  2375. package/src/components/ImageGallery/components/ImageGridHandle.tsx +4 -2
  2376. package/src/components/ImageGallery/components/__tests__/ImageGalleryHeader.test.tsx +1 -3
  2377. package/src/components/Indicators/EmptyStateIndicator.tsx +3 -3
  2378. package/src/components/Indicators/LoadingDot.tsx +1 -1
  2379. package/src/components/Indicators/LoadingDots.tsx +1 -1
  2380. package/src/components/Indicators/LoadingErrorIndicator.tsx +2 -2
  2381. package/src/components/Indicators/LoadingIndicator.tsx +4 -2
  2382. package/src/components/KeyboardCompatibleView/KeyboardCompatibleView.tsx +6 -3
  2383. package/src/components/KeyboardCompatibleView/KeyboardCompatibleViewFC.tsx +15 -6
  2384. package/src/components/Message/Message.tsx +6 -6
  2385. package/src/components/Message/MessageSimple/MessageContent.tsx +8 -2
  2386. package/src/components/Message/MessageSimple/MessageError.tsx +1 -1
  2387. package/src/components/Message/MessageSimple/MessageFooter.tsx +6 -4
  2388. package/src/components/Message/MessageSimple/MessagePinnedHeader.tsx +2 -2
  2389. package/src/components/Message/MessageSimple/MessageReplies.tsx +2 -2
  2390. package/src/components/Message/MessageSimple/ReactionList.tsx +7 -7
  2391. package/src/components/Message/MessageSimple/__tests__/MessageAvatar.test.js +10 -10
  2392. package/src/components/Message/MessageSimple/__tests__/MessageContent.test.js +32 -32
  2393. package/src/components/Message/MessageSimple/__tests__/MessagePinnedHeader.test.js +7 -7
  2394. package/src/components/Message/MessageSimple/__tests__/MessageReplies.test.js +21 -21
  2395. package/src/components/Message/MessageSimple/__tests__/__snapshots__/MessageAvatar.test.js.snap +11 -11
  2396. package/src/components/Message/MessageSimple/__tests__/__snapshots__/MessagePinnedHeader.test.js.snap +26 -14
  2397. package/src/components/Message/MessageSimple/__tests__/__snapshots__/MessageStatus.test.js.snap +32 -15
  2398. package/src/components/Message/MessageSimple/__tests__/__snapshots__/MessageTextContainer.test.tsx.snap +7 -7
  2399. package/src/components/Message/MessageSimple/utils/renderText.test.tsx +9 -8
  2400. package/src/components/MessageInput/FileUploadPreview.tsx +2 -2
  2401. package/src/components/MessageInput/ImageUploadPreview.tsx +2 -2
  2402. package/src/components/MessageInput/SendMessageDisallowedIndicator.tsx +1 -1
  2403. package/src/components/MessageInput/ShowThreadMessageInChannelButton.tsx +58 -55
  2404. package/src/components/MessageInput/__tests__/AttachButton.test.js +11 -11
  2405. package/src/components/MessageInput/__tests__/AudioAttachmentUploadPreviewExpo.test.tsx +13 -12
  2406. package/src/components/MessageInput/__tests__/AudioAttachmentUploadPreviewNative.test.tsx +20 -21
  2407. package/src/components/MessageInput/__tests__/FileUploadPreview.test.js +51 -38
  2408. package/src/components/MessageInput/__tests__/UploadProgressIndicator.test.js +22 -51
  2409. package/src/components/MessageInput/__tests__/__snapshots__/AttachButton.test.js.snap +66 -18
  2410. package/src/components/MessageInput/__tests__/__snapshots__/SendButton.test.js.snap +132 -36
  2411. package/src/components/MessageInput/components/InputEditingStateHeader.tsx +1 -1
  2412. package/src/components/MessageInput/components/InputReplyStateHeader.tsx +1 -1
  2413. package/src/components/MessageList/DateHeader.tsx +1 -1
  2414. package/src/components/MessageList/InlineDateSeparator.tsx +1 -1
  2415. package/src/components/MessageList/InlineLoadingMoreIndicator.tsx +19 -18
  2416. package/src/components/MessageList/InlineLoadingMoreRecentIndicator.tsx +19 -18
  2417. package/src/components/MessageList/InlineLoadingMoreThreadIndicator.tsx +19 -18
  2418. package/src/components/MessageList/InlineUnreadIndicator.tsx +2 -2
  2419. package/src/components/MessageList/MessageList.tsx +1 -0
  2420. package/src/components/MessageList/MessageSystem.tsx +1 -1
  2421. package/src/components/MessageList/ScrollToBottomButton.tsx +1 -1
  2422. package/src/components/MessageList/TypingIndicatorContainer.tsx +2 -2
  2423. package/src/components/MessageList/__tests__/MessageSystem.test.js +3 -3
  2424. package/src/components/MessageList/__tests__/__snapshots__/MessageSystem.test.js.snap +22 -22
  2425. package/src/components/MessageList/__tests__/__snapshots__/ScrollToBottomButton.test.js.snap +44 -15
  2426. package/src/components/MessageList/__tests__/__snapshots__/TypingIndicator.test.js.snap +27 -27
  2427. package/src/components/MessageList/__tests__/useMessageList.test.tsx +1 -1
  2428. package/src/components/MessageList/utils/getGroupStyles.ts +2 -2
  2429. package/src/components/MessageOverlay/MessageActionList.tsx +5 -5
  2430. package/src/components/MessageOverlay/MessageOverlay.tsx +8 -8
  2431. package/src/components/MessageOverlay/OverlayReactionList.tsx +4 -4
  2432. package/src/components/MessageOverlay/OverlayReactions.tsx +14 -15
  2433. package/src/components/MessageOverlay/OverlayReactionsAvatar.tsx +1 -1
  2434. package/src/components/ProgressControl/ProgressControl.tsx +4 -2
  2435. package/src/components/RTLComponents/WritingDirectionAwareText.tsx +1 -1
  2436. package/src/components/Reply/Reply.tsx +5 -5
  2437. package/src/components/Spinner/Spinner.tsx +1 -1
  2438. package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap +482 -318
  2439. package/src/components/Thread/components/ThreadFooterComponent.tsx +12 -6
  2440. package/src/contexts/__tests__/index.test.tsx +1 -1
  2441. package/src/contexts/activeChannelsRefContext/ActiveChannelsRefContext.tsx +10 -1
  2442. package/src/contexts/attachmentPickerContext/AttachmentPickerContext.tsx +10 -1
  2443. package/src/contexts/channelContext/ChannelContext.tsx +6 -1
  2444. package/src/contexts/channelsContext/ChannelsContext.tsx +7 -2
  2445. package/src/contexts/channelsStateContext/ChannelsStateContext.tsx +10 -1
  2446. package/src/contexts/chatContext/ChatContext.tsx +5 -1
  2447. package/src/contexts/imageGalleryContext/ImageGalleryContext.tsx +10 -1
  2448. package/src/contexts/keyboardContext/KeyboardContext.tsx +14 -3
  2449. package/src/contexts/messageContext/MessageContext.tsx +7 -3
  2450. package/src/contexts/messageInputContext/MessageInputContext.tsx +6 -2
  2451. package/src/contexts/messageInputContext/__tests__/MessageInputContext.test.tsx +92 -43
  2452. package/src/contexts/messageInputContext/__tests__/__snapshots__/sendMessage.test.tsx.snap +24 -24
  2453. package/src/contexts/messageInputContext/__tests__/__snapshots__/sendMessageAsync.test.tsx.snap +8 -8
  2454. package/src/contexts/messageInputContext/__tests__/isValidMessage.test.tsx +15 -4
  2455. package/src/contexts/messageInputContext/__tests__/pickFile.test.tsx +28 -13
  2456. package/src/contexts/messageInputContext/__tests__/removeFile.test.tsx +9 -6
  2457. package/src/contexts/messageInputContext/__tests__/removeImage.test.tsx +10 -7
  2458. package/src/contexts/messageInputContext/__tests__/sendMessage.test.tsx +125 -53
  2459. package/src/contexts/messageInputContext/__tests__/sendMessageAsync.test.tsx +46 -25
  2460. package/src/contexts/messageInputContext/__tests__/updateMessage.test.tsx +22 -11
  2461. package/src/contexts/messageInputContext/__tests__/uploadFile.test.tsx +30 -13
  2462. package/src/contexts/messageInputContext/__tests__/uploadImage.test.tsx +15 -6
  2463. package/src/contexts/messageInputContext/__tests__/useMessageDetailsForState.test.tsx +4 -3
  2464. package/src/contexts/messageInputContext/hooks/useCreateMessageInputContext.ts +5 -1
  2465. package/src/contexts/messageOverlayContext/MessageOverlayContext.tsx +7 -3
  2466. package/src/contexts/messageOverlayContext/hooks/useResettableState.test.tsx +8 -7
  2467. package/src/contexts/messagesContext/MessagesContext.tsx +8 -3
  2468. package/src/contexts/overlayContext/OverlayContext.tsx +10 -1
  2469. package/src/contexts/overlayContext/OverlayProvider.tsx +4 -4
  2470. package/src/contexts/paginatedMessageListContext/PaginatedMessageListContext.tsx +7 -3
  2471. package/src/contexts/suggestionsContext/SuggestionsContext.tsx +10 -1
  2472. package/src/contexts/themeContext/utils/theme.ts +11 -6
  2473. package/src/contexts/threadContext/ThreadContext.tsx +8 -3
  2474. package/src/contexts/translationContext/TranslationContext.tsx +14 -3
  2475. package/src/contexts/typingContext/TypingContext.tsx +6 -2
  2476. package/src/hooks/__tests__/useAppStateListener.test.tsx +41 -15
  2477. package/src/hooks/__tests__/useTranslatedMessage.test.tsx +9 -9
  2478. package/src/hooks/useAppStateListener.ts +5 -1
  2479. package/src/i18n/es.json +10 -10
  2480. package/src/i18n/fr.json +10 -10
  2481. package/src/i18n/he.json +10 -10
  2482. package/src/i18n/hi.json +10 -10
  2483. package/src/i18n/it.json +10 -10
  2484. package/src/i18n/ja.json +10 -10
  2485. package/src/i18n/ko.json +10 -10
  2486. package/src/i18n/nl.json +10 -10
  2487. package/src/i18n/pt-BR.json +10 -10
  2488. package/src/i18n/ru.json +10 -10
  2489. package/src/i18n/tr.json +10 -10
  2490. package/src/icons/Copy.tsx +1 -1
  2491. package/src/icons/Loading.tsx +1 -1
  2492. package/src/mock-builders/generator/channel.ts +1 -1
  2493. package/src/store/apis/upsertChannelDataFromChannel.ts +25 -0
  2494. package/src/store/mappers/mapChannelToStorable.ts +68 -0
  2495. package/src/utils/DBSyncManager.ts +7 -3
  2496. package/src/utils/Streami18n.ts +3 -0
  2497. package/src/utils/utils.ts +2 -2
  2498. package/src/version.json +1 -1
  2499. package/src/components/Message/MessageSimple/__tests__/__snapshots__/MessageReplies.test.js.snap +0 -93
  2500. package/src/components/MessageInput/__tests__/__snapshots__/UploadProgressIndicator.test.js.snap +0 -250
@@ -1 +1 @@
1
- {"version":3,"names":["_dayjs","_interopRequireDefault","require","_calendar","_localeData","_localizedFormat","_relativeTime","_updateLocale","_i18next","_en2","_es2","_fr2","_he2","_hi2","_it2","_ja2","_ko2","_nl2","_ru2","_tr2","defaultNS","defaultLng","Dayjs","extend","updateLocale","format","L","LL","LLL","LLLL","LT","LTS","calendar","lastDay","lastWeek","nextDay","nextWeek","sameDay","sameElse","meridiem","hour","meridiemHour","meridiemParse","en_locale","formats","months","relativeTime","weekdays","isDayJs","dateTimeParser","undefined","defaultStreami18nOptions","DateTimeParser","dayjsLocaleConfigForLanguage","debug","disableDateTimeTranslations","language","logger","msg","console","warn","Streami18n","_this","options","arguments","length","i18nextConfig","_classCallCheck2","i18nInstance","i18n","createInstance","initialized","onLanguageChangeListeners","onTFunctionOverrideListeners","t","key","translations","en","_defineProperty2","enTranslations","es","esTranslations","fr","frTranslations","he","heTranslations","hi","hiTranslations","it","itTranslations","ja","jaTranslations","ko","koTranslations","nl","nlTranslations","ru","ruTranslations","tr","trTranslations","dayjsLocales","localeExists","isCustomDateTimeParser","Object","keys","Ls","indexOf","validateCurrentLanguage","availableLanguages","currentLanguage","getAvailableLanguages","geti18Instance","getTranslations","finalOptions","_extends2","LocalizedFormat","localeData","error","Error","JSON","stringify","translationsForLanguage","fallbackLng","interpolation","escapeValue","keySeparator","lng","nsSeparator","parseMissingKeyHandler","addOrUpdateLocale","tDateTimeParser","timestamp","locale","_createClass2","value","_init","_asyncToGenerator2","_regenerator","mark","_callee","_this2","wrap","_callee$","_context","prev","next","init","resources","sent","queuedTFunctionOverride","forEach","listener","t0","waitForInitializing","stop","apply","_getTranslators","_callee2","initPromise","_callee2$","_context2","abrupt","getTranslators","registerTranslation","translation","customDayjsLocale","addResources","config","name","_setLanguage","_callee3","_t","_callee3$","_context3","changeLanguage","setLanguage","_x","addOnLanguageChangeListener","callback","_this3","push","unsubscribe","filter","addOnTFunctionOverrideListener","_this4","overrideTFunction","tFunction","exports"],"sources":["Streami18n.ts"],"sourcesContent":["import Dayjs from 'dayjs';\nimport calendar from 'dayjs/plugin/calendar';\nimport localeData from 'dayjs/plugin/localeData';\nimport LocalizedFormat from 'dayjs/plugin/localizedFormat';\nimport relativeTime from 'dayjs/plugin/relativeTime';\nimport updateLocale from 'dayjs/plugin/updateLocale';\nimport i18n, { FallbackLng, TFunction } from 'i18next';\n\nimport type moment from 'moment';\n\nimport type { TDateTimeParser } from '../contexts/translationContext/TranslationContext';\nimport enTranslations from '../i18n/en.json';\nimport esTranslations from '../i18n/es.json';\nimport frTranslations from '../i18n/fr.json';\nimport heTranslations from '../i18n/he.json';\nimport hiTranslations from '../i18n/hi.json';\nimport itTranslations from '../i18n/it.json';\nimport jaTranslations from '../i18n/ja.json';\nimport koTranslations from '../i18n/ko.json';\nimport nlTranslations from '../i18n/nl.json';\nimport ruTranslations from '../i18n/ru.json';\nimport trTranslations from '../i18n/tr.json';\n\nimport 'dayjs/locale/es';\nimport 'dayjs/locale/fr';\nimport 'dayjs/locale/he';\nimport 'dayjs/locale/hi';\nimport 'dayjs/locale/it';\nimport 'dayjs/locale/ja';\nimport 'dayjs/locale/ko';\nimport 'dayjs/locale/nl';\nimport 'dayjs/locale/ru';\nimport 'dayjs/locale/tr';\n\n/**\n * These locale imports also set these locales globally.\n * So as a last step we import the english locale to make\n * sure we don't mess up languages in other places in the app.\n */\nimport 'dayjs/locale/en';\n\nimport type { DefaultStreamChatGenerics } from '../types/types';\n\nconst defaultNS = 'translation';\nconst defaultLng = 'en';\n\nDayjs.extend(updateLocale);\n\nDayjs.updateLocale('en', {\n format: {\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n LT: 'hh:mmA',\n LTS: 'HH:mm:ss',\n },\n});\n\nDayjs.updateLocale('nl', {\n calendar: {\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n sameDay: '[vandaag om] LT',\n sameElse: 'L',\n },\n});\n\nDayjs.updateLocale('it', {\n calendar: {\n lastDay: '[Ieri alle] LT',\n lastWeek: '[lo scorso] dddd [alle] LT',\n nextDay: '[Domani alle] LT',\n nextWeek: 'dddd [alle] LT',\n sameDay: '[Oggi alle] LT',\n sameElse: 'L',\n },\n});\n\nDayjs.updateLocale('hi', {\n calendar: {\n lastDay: '[कल] LT',\n lastWeek: '[पिछले] dddd, LT',\n nextDay: '[कल] LT',\n nextWeek: 'dddd, LT',\n sameDay: '[आज] LT',\n sameElse: 'L',\n },\n\n /**\n * Hindi notation for meridiems are quite fuzzy in practice. While there exists\n * a rigid notion of a 'Pahar' it is not used as rigidly in modern Hindi.\n */\n meridiem(hour: number) {\n if (hour < 4) return 'रात';\n if (hour < 10) return 'सुबह';\n if (hour < 17) return 'दोपहर';\n if (hour < 20) return 'शाम';\n return 'रात';\n },\n\n meridiemHour(hour: number, meridiem: string) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'रात') return hour < 4 ? hour : hour + 12;\n if (meridiem === 'सुबह') return hour;\n if (meridiem === 'दोपहर') return hour >= 10 ? hour : hour + 12;\n if (meridiem === 'शाम') return hour + 12;\n return hour;\n },\n\n meridiemParse: /रात|सुबह|दोपहर|शाम/,\n});\n\nDayjs.updateLocale('fr', {\n calendar: {\n lastDay: '[Hier à] LT',\n lastWeek: 'dddd [dernier à] LT',\n nextDay: '[Demain à] LT',\n nextWeek: 'dddd [à] LT',\n sameDay: '[Aujourd’hui à] LT',\n sameElse: 'L',\n },\n});\n\nDayjs.updateLocale('tr', {\n calendar: {\n lastDay: '[dün] LT',\n lastWeek: '[geçen] dddd [saat] LT',\n nextDay: '[yarın saat] LT',\n nextWeek: '[gelecek] dddd [saat] LT',\n sameDay: '[bugün saat] LT',\n sameElse: 'L',\n },\n});\n\nDayjs.updateLocale('ru', {\n calendar: {\n lastDay: '[Вчера, в] LT',\n nextDay: '[Завтра, в] LT',\n sameDay: '[Сегодня, в] LT',\n },\n});\n\nconst en_locale = {\n formats: {},\n months: [\n 'January',\n 'February',\n 'March',\n 'April',\n 'May',\n 'June',\n 'July',\n 'August',\n 'September',\n 'October',\n 'November',\n 'December',\n ],\n relativeTime: {},\n weekdays: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],\n};\n\n// Type guards to check DayJs\nconst isDayJs = (dateTimeParser: typeof Dayjs | typeof moment): dateTimeParser is typeof Dayjs =>\n (dateTimeParser as typeof Dayjs).extend !== undefined;\n\ntype Options = {\n DateTimeParser?: typeof Dayjs | typeof moment;\n dayjsLocaleConfigForLanguage?: Partial<ILocale>;\n debug?: boolean;\n disableDateTimeTranslations?: boolean;\n language?: string;\n logger?: (msg?: string) => void;\n translationsForLanguage?: Partial<typeof enTranslations>;\n};\n\ntype I18NextConfig = {\n debug: boolean;\n fallbackLng: false | FallbackLng;\n interpolation: { escapeValue: boolean };\n keySeparator: false | string;\n lng: string;\n nsSeparator: false | string;\n parseMissingKeyHandler: (key: string) => string;\n};\n\n/**\n * Wrapper around [i18next](https://www.i18next.com/) class for Stream related translations.\n * Instance of this class should be provided to Chat component to handle translations.\n * Stream provides following list of in-built translations:\n * 1. English (en)\n * 2. Spanish (es)\n * 3. French (fr)\n * 4. Hebrew (he)\n * 5. Hindi (hi)\n * 6. Italian (it)\n * 7. Japanese (ja)\n * 8. Korean (ko)\n * 9. Dutch (nl)\n * 10. Russian (ru)\n * 11. Turkish (tr)\n *\n * Simplest way to start using chat components in one of the in-built languages would be following:\n *\n * ```\n * const i18n = new Streami18n({ language 'nl' });\n * <Chat client={chatClient} i18nInstance={i18n}>\n * ...\n * </Chat>\n * ```\n *\n * If you would like to override certain keys in in-built translation.\n * UI will be automatically updated in this case.\n *\n * ```\n * const i18n = new Streami18n({\n * language: 'nl',\n * translationsForLanguage: {\n * 'Nothing yet...': 'Nog Niet ...',\n * '{{ firstUser }} and {{ secondUser }} are typing...': '{{ firstUser }} en {{ secondUser }} zijn aan het typen...',\n * }\n * });\n *\n * If you would like to register additional languages, use registerTranslation. You can add as many languages as you want:\n *\n * i18n.registerTranslation('zh', {\n * 'Nothing yet...': 'Nog Niet ...',\n * '{{ firstUser }} and {{ secondUser }} are typing...': '{{ firstUser }} en {{ secondUser }} zijn aan het typen...',\n * });\n *\n * <Chat client={chatClient} i18nInstance={i18n}>\n * ...\n * </Chat>\n * ```\n *\n * You can use the same function to add whole new language as well.\n *\n * ```\n * const i18n = new Streami18n();\n *\n * i18n.registerTranslation('mr', {\n * 'Nothing yet...': 'काहीही नाही ...',\n * '{{ firstUser }} and {{ secondUser }} are typing...': '{{ firstUser }} आणि {{ secondUser }} टीपी करत आहेत ',\n * });\n *\n * // Make sure to call setLanguage to reflect new language in UI.\n * i18n.setLanguage('it');\n * <Chat client={chatClient} i18nInstance={i18n}>\n * ...\n * </Chat>\n * ```\n *\n * ## Datetime translations\n *\n * Stream react chat components uses [dayjs](https://day.js.org/en/) internally by default to format datetime stamp.\n * e.g., in ChannelPreview, MessageContent components.\n * Dayjs has locale support as well - https://day.js.org/docs/en/i18n/i18n\n * Dayjs is a lightweight alternative to Momentjs with the same modern API.\n *\n * Dayjs provides locale config for plenty of languages, you can check the whole list of locale configs at following url\n * https://github.com/iamkun/dayjs/tree/dev/src/locale\n *\n * You can either provide the dayjs locale config while registering\n * language with Streami18n (either via constructor or registerTranslation()) or you can provide your own Dayjs or Moment instance\n * to Streami18n constructor, which will be then used internally (using the language locale) in components.\n *\n * 1. Via language registration\n *\n * e.g.,\n * ```\n * const i18n = new Streami18n({\n * language: 'nl',\n * dayjsLocaleConfigForLanguage: {\n * months: [...],\n * monthsShort: [...],\n * calendar: {\n * sameDay: ...'\n * }\n * }\n * });\n * ```\n *\n * Similarly, you can add locale config for moment while registering translation via `registerTranslation` function.\n *\n * e.g.,\n * ```\n * const i18n = new Streami18n();\n *\n * i18n.registerTranslation(\n * 'mr',\n * {\n * 'Nothing yet...': 'काहीही नाही ...',\n * '{{ firstUser }} and {{ secondUser }} are typing...': '{{ firstUser }} आणि {{ secondUser }} टीपी करत आहेत ',\n * },\n * {\n * months: [...],\n * monthsShort: [...],\n * calendar: {\n * sameDay: ...'\n * }\n * }\n * );\n *```\n * 2. Provide your own Moment object\n *\n * ```js\n * import 'moment/locale/nl';\n * import 'moment/locale/it';\n * // or if you want to include all locales\n * import 'moment/min/locales';\n *\n * import Moment from moment\n *\n * const i18n = new Streami18n({\n * language: 'nl',\n * DateTimeParser: Moment\n * })\n * ```\n *\n * 3. Provide your own Dayjs object\n *\n * ```js\n * import Dayjs from 'dayjs'\n *\n * import 'dayjs/locale/nl';\n * import 'dayjs/locale/it';\n * // or if you want to include all locales\n * import 'dayjs/min/locales';\n *\n * const i18n = new Streami18n({\n * language: 'nl',\n * DateTimeParser: Dayjs\n * })\n * ```\n * If you would like to stick with english language for date-times in Stream components, you can set `disableDateTimeTranslations` to true.\n *\n */\nconst defaultStreami18nOptions = {\n DateTimeParser: Dayjs,\n dayjsLocaleConfigForLanguage: null,\n debug: false,\n disableDateTimeTranslations: false,\n language: 'en',\n logger: (msg?: string) => console.warn(msg),\n};\n\nexport class Streami18n {\n i18nInstance = i18n.createInstance();\n Dayjs = null;\n initialized = false;\n /* this promise is used to prevent simultaneous calls to init (happens in Overlay and Chat) */\n private waitForInitializing: Promise<void> | undefined;\n /* This is the callback to be fired when the language is changed */\n private onLanguageChangeListeners: ((t: TFunction) => void)[] = [];\n /* This is the callback to be fired when the tFunc is overridden\n * This is useful when a different i18n library needs to be used\n * The SDK uses this in useStreami18n hook to set the tFunc in the context\n */\n private onTFunctionOverrideListeners: ((t: TFunction) => void)[] = [];\n /* We need to queue the overridden tFunction\n * if the tFunction is overridden before the SDK has initialized the translations\n */\n private queuedTFunctionOverride: TFunction | undefined;\n\n t: TFunction = (key: string) => key;\n tDateTimeParser: TDateTimeParser;\n\n translations: {\n [key: string]: {\n [key: string]: Partial<typeof enTranslations> | DefaultStreamChatGenerics;\n };\n } = {\n en: { [defaultNS]: enTranslations },\n es: { [defaultNS]: esTranslations },\n fr: { [defaultNS]: frTranslations },\n he: { [defaultNS]: heTranslations },\n hi: { [defaultNS]: hiTranslations },\n it: { [defaultNS]: itTranslations },\n ja: { [defaultNS]: jaTranslations },\n ko: { [defaultNS]: koTranslations },\n nl: { [defaultNS]: nlTranslations },\n ru: { [defaultNS]: ruTranslations },\n tr: { [defaultNS]: trTranslations },\n };\n\n /**\n * dayjs.defineLanguage('nl') also changes the global locale. We don't want to do that\n * when a user calls the registerTranslation() function. So instead we will store the\n * locale configs given to the registerTranslation() function in `dayjsLocales` object,\n * and register the required locale with moment when setLanguage is called.\n */\n dayjsLocales: { [key: string]: Partial<ILocale> } = {};\n\n /**\n * Initialize properties used in constructor\n */\n logger: (msg?: string) => void;\n currentLanguage: string;\n DateTimeParser: typeof Dayjs | typeof moment;\n isCustomDateTimeParser: boolean;\n i18nextConfig: I18NextConfig;\n\n /**\n * Constructor accepts following options:\n * - language (String) default: 'en'\n * Language code e.g., en, tr\n *\n * - translationsForLanguage (object)\n * Translations object. Please check src/i18n/en.json for example.\n *\n * - disableDateTimeTranslations (boolean) default: false\n * Disable translations for date-times\n *\n * - debug (boolean) default: false\n * Enable debug mode in internal i18n class\n *\n * - logger (function) default: () => {}\n * Logger function to log warnings/errors from this class\n *\n * - dayjsLocaleConfigForLanguage (object) default: 'enConfig'\n * [Config object](https://momentjs.com/docs/#/i18n/changing-locale/) for internal moment object,\n * corresponding to language (param)\n *\n * - DateTimeParser (function) Moment or Dayjs instance/function.\n * Make sure to load all the required locales in this Moment or Dayjs instance that you will be provide to Streami18n\n *\n * @param {*} options\n */\n constructor(options: Options = {}, i18nextConfig: Partial<I18NextConfig> = {}) {\n const finalOptions = {\n ...defaultStreami18nOptions,\n ...options,\n };\n\n // Prepare the i18next configuration.\n this.logger = finalOptions.logger;\n\n this.currentLanguage = finalOptions.language;\n this.DateTimeParser = finalOptions.DateTimeParser;\n\n try {\n /**\n * This is a shallow check to see if the given parser is an instance of Dayjs.\n * For some reason Dayjs.isDayjs(this.DateTimeParser()) doesn't work.\n */\n if (this.DateTimeParser && isDayJs(this.DateTimeParser)) {\n this.DateTimeParser.extend(LocalizedFormat);\n this.DateTimeParser.extend(calendar);\n this.DateTimeParser.extend(localeData);\n this.DateTimeParser.extend(relativeTime);\n }\n } catch (error) {\n throw new Error(\n `Streami18n: Looks like you wanted to provide a Dayjs instance but something went wrong while adding plugins ${JSON.stringify(\n error,\n )}`,\n );\n }\n\n this.isCustomDateTimeParser = !!options.DateTimeParser;\n const translationsForLanguage = finalOptions.translationsForLanguage;\n\n if (translationsForLanguage) {\n this.translations[this.currentLanguage] = {\n [defaultNS]:\n this.translations[this.currentLanguage] &&\n this.translations[this.currentLanguage][defaultNS]\n ? {\n ...this.translations[this.currentLanguage][defaultNS],\n ...translationsForLanguage,\n }\n : translationsForLanguage,\n };\n }\n\n // If translations don't exist for given language, then set it as empty object.\n if (!this.translations[this.currentLanguage]) {\n this.translations[this.currentLanguage] = {\n [defaultNS]: {},\n };\n }\n\n this.i18nextConfig = {\n debug: finalOptions.debug,\n fallbackLng: false,\n interpolation: { escapeValue: false },\n keySeparator: false,\n lng: this.currentLanguage,\n nsSeparator: false,\n\n parseMissingKeyHandler: (key: string) => {\n this.logger(`Streami18n: Missing translation for key: ${key}`);\n\n return key;\n },\n ...i18nextConfig,\n };\n\n this.validateCurrentLanguage();\n\n const dayjsLocaleConfigForLanguage = finalOptions.dayjsLocaleConfigForLanguage;\n\n if (dayjsLocaleConfigForLanguage) {\n this.addOrUpdateLocale(this.currentLanguage, {\n ...dayjsLocaleConfigForLanguage,\n });\n } else if (!this.localeExists(this.currentLanguage)) {\n this.logger(\n `Streami18n: Streami18n(...) - Locale config for ${this.currentLanguage} does not exist in momentjs.` +\n `Please import the locale file using \"import 'moment/locale/${this.currentLanguage}';\" in your app or ` +\n `register the locale config with Streami18n using registerTranslation(language, translation, customDayjsLocale)`,\n );\n }\n\n this.tDateTimeParser = (timestamp) => {\n if (finalOptions.disableDateTimeTranslations || !this.localeExists(this.currentLanguage)) {\n /**\n * TS needs to know which is being called to accept the chain call\n */\n if (isDayJs(this.DateTimeParser)) {\n return this.DateTimeParser(timestamp).locale(defaultLng);\n }\n return this.DateTimeParser(timestamp).locale(defaultLng);\n }\n if (isDayJs(this.DateTimeParser)) {\n return this.DateTimeParser(timestamp).locale(this.currentLanguage);\n }\n return this.DateTimeParser(timestamp).locale(this.currentLanguage);\n };\n }\n\n /**\n * Initializes the i18next instance with configuration (which enables natural language as default keys)\n */\n private async init() {\n this.validateCurrentLanguage();\n\n try {\n this.t = await this.i18nInstance.init({\n ...this.i18nextConfig,\n lng: this.currentLanguage,\n resources: this.translations,\n });\n if (this.queuedTFunctionOverride) {\n // special case where we have a override for tFunc before initialization\n this.t = this.queuedTFunctionOverride;\n this.queuedTFunctionOverride = undefined;\n this.onTFunctionOverrideListeners.forEach((listener) => listener(this.t));\n }\n this.initialized = true;\n } catch (error) {\n this.logger(`Something went wrong with init: ${JSON.stringify(error)}`);\n }\n this.waitForInitializing = undefined;\n }\n\n localeExists = (language: string) => {\n if (this.isCustomDateTimeParser) return true;\n\n return Object.keys(Dayjs.Ls).indexOf(language) > -1;\n };\n\n validateCurrentLanguage = () => {\n const availableLanguages = Object.keys(this.translations);\n if (availableLanguages.indexOf(this.currentLanguage) === -1) {\n this.logger(\n `Streami18n: '${this.currentLanguage}' language is not registered.` +\n ` Please make sure to call streami18n.registerTranslation('${this.currentLanguage}', {...}) or ` +\n `use one the built-in supported languages - ${this.getAvailableLanguages()}`,\n );\n\n this.currentLanguage = defaultLng;\n }\n };\n\n /** Returns an instance of i18next used within this class instance */\n geti18Instance = () => this.i18nInstance;\n\n /** Returns list of available languages. */\n getAvailableLanguages = () => Object.keys(this.translations);\n\n /** Returns all the translation dictionary for all inbuilt-languages */\n getTranslations = () => this.translations;\n\n /**\n * Returns current version translator function.\n */\n async getTranslators() {\n if (!this.initialized) {\n if (this.waitForInitializing) {\n await this.waitForInitializing;\n } else {\n if (this.dayjsLocales[this.currentLanguage]) {\n this.addOrUpdateLocale(this.currentLanguage, this.dayjsLocales[this.currentLanguage]);\n }\n const initPromise = this.init();\n this.waitForInitializing = initPromise;\n await initPromise;\n }\n }\n return {\n t: this.t,\n tDateTimeParser: this.tDateTimeParser,\n };\n }\n\n /**\n * Register translation\n */\n registerTranslation(\n language: string,\n translation: Partial<typeof enTranslations> | DefaultStreamChatGenerics,\n customDayjsLocale?: Partial<ILocale>,\n ) {\n if (!translation) {\n this.logger(\n `Streami18n: registerTranslation(language, translation, customDayjsLocale) called without translation`,\n );\n return;\n }\n\n if (!this.translations[language]) {\n this.translations[language] = { [defaultNS]: translation };\n } else {\n this.translations[language][defaultNS] = translation;\n }\n\n if (customDayjsLocale) {\n this.dayjsLocales[language] = { ...customDayjsLocale };\n } else if (!this.localeExists(language)) {\n this.logger(\n `Streami18n: registerTranslation(language, translation, customDayjsLocale) - ` +\n `Locale config for ${language} does not exist in Dayjs.` +\n `Please import the locale file using \"import 'dayjs/locale/${language}';\" in your app or ` +\n `register the locale config with Streami18n using registerTranslation(language, translation, customDayjsLocale)`,\n );\n }\n\n if (this.initialized) {\n this.i18nInstance.addResources(language, defaultNS, translation);\n }\n }\n\n addOrUpdateLocale(key: string, config: Partial<ILocale>) {\n if (this.localeExists(key)) {\n Dayjs.updateLocale(key, { ...config });\n } else {\n // Merging the custom locale config with en config, so missing keys can default to english.\n Dayjs.locale({ name: key, ...en_locale, ...config }, undefined, true);\n }\n }\n\n /**\n * Changes the language.\n * Note: if you are using overrideTFunction, you will need to call the override again after changing the language.\n */\n async setLanguage(language: string) {\n this.currentLanguage = language;\n\n if (!this.initialized) return;\n\n try {\n const t = await this.i18nInstance.changeLanguage(language);\n if (this.dayjsLocales[language]) {\n this.addOrUpdateLocale(this.currentLanguage, this.dayjsLocales[this.currentLanguage]);\n }\n this.t = t;\n this.onLanguageChangeListeners.forEach((listener) => listener(t));\n\n return t;\n } catch (error) {\n this.logger(`Failed to set language: ${JSON.stringify(error)}`);\n return this.t;\n }\n }\n\n addOnLanguageChangeListener(callback: (t: TFunction) => void) {\n this.onLanguageChangeListeners.push(callback);\n return {\n unsubscribe: () => {\n this.onLanguageChangeListeners = this.onLanguageChangeListeners.filter(\n (listener) => listener !== callback,\n );\n },\n };\n }\n\n addOnTFunctionOverrideListener(callback: (t: TFunction) => void) {\n this.onTFunctionOverrideListeners.push(callback);\n return {\n unsubscribe: () => {\n this.onTFunctionOverrideListeners = this.onTFunctionOverrideListeners.filter(\n (listener) => listener !== callback,\n );\n },\n };\n }\n\n overrideTFunction(tFunction: TFunction) {\n if (!this.initialized) {\n this.queuedTFunctionOverride = tFunction;\n } else {\n this.t = tFunction;\n this.onTFunctionOverrideListeners.forEach((listener) => listener(tFunction));\n }\n }\n}\n"],"mappings":";;;;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,SAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,WAAA,GAAAH,sBAAA,CAAAC,OAAA;AACA,IAAAG,gBAAA,GAAAJ,sBAAA,CAAAC,OAAA;AACA,IAAAI,aAAA,GAAAL,sBAAA,CAAAC,OAAA;AACA,IAAAK,aAAA,GAAAN,sBAAA,CAAAC,OAAA;AACA,IAAAM,QAAA,GAAAP,sBAAA,CAAAC,OAAA;AAKA,IAAAO,IAAA,GAAAR,sBAAA,CAAAC,OAAA;AACA,IAAAQ,IAAA,GAAAT,sBAAA,CAAAC,OAAA;AACA,IAAAS,IAAA,GAAAV,sBAAA,CAAAC,OAAA;AACA,IAAAU,IAAA,GAAAX,sBAAA,CAAAC,OAAA;AACA,IAAAW,IAAA,GAAAZ,sBAAA,CAAAC,OAAA;AACA,IAAAY,IAAA,GAAAb,sBAAA,CAAAC,OAAA;AACA,IAAAa,IAAA,GAAAd,sBAAA,CAAAC,OAAA;AACA,IAAAc,IAAA,GAAAf,sBAAA,CAAAC,OAAA;AACA,IAAAe,IAAA,GAAAhB,sBAAA,CAAAC,OAAA;AACA,IAAAgB,IAAA,GAAAjB,sBAAA,CAAAC,OAAA;AACA,IAAAiB,IAAA,GAAAlB,sBAAA,CAAAC,OAAA;AAEAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AAOAA,OAAA;AAIA,IAAMkB,SAAS,GAAG,aAAa;AAC/B,IAAMC,UAAU,GAAG,IAAI;AAEvBC,iBAAK,CAACC,MAAM,CAACC,wBAAY,CAAC;AAE1BF,iBAAK,CAACE,YAAY,CAAC,IAAI,EAAE;EACvBC,MAAM,EAAE;IACNC,CAAC,EAAE,YAAY;IACfC,EAAE,EAAE,aAAa;IACjBC,GAAG,EAAE,mBAAmB;IACxBC,IAAI,EAAE,yBAAyB;IAC/BC,EAAE,EAAE,QAAQ;IACZC,GAAG,EAAE;EACP;AACF,CAAC,CAAC;AAEFT,iBAAK,CAACE,YAAY,CAAC,IAAI,EAAE;EACvBQ,QAAQ,EAAE;IACRC,OAAO,EAAE,kBAAkB;IAC3BC,QAAQ,EAAE,0BAA0B;IACpCC,OAAO,EAAE,gBAAgB;IACzBC,QAAQ,EAAE,cAAc;IACxBC,OAAO,EAAE,iBAAiB;IAC1BC,QAAQ,EAAE;EACZ;AACF,CAAC,CAAC;AAEFhB,iBAAK,CAACE,YAAY,CAAC,IAAI,EAAE;EACvBQ,QAAQ,EAAE;IACRC,OAAO,EAAE,gBAAgB;IACzBC,QAAQ,EAAE,4BAA4B;IACtCC,OAAO,EAAE,kBAAkB;IAC3BC,QAAQ,EAAE,gBAAgB;IAC1BC,OAAO,EAAE,gBAAgB;IACzBC,QAAQ,EAAE;EACZ;AACF,CAAC,CAAC;AAEFhB,iBAAK,CAACE,YAAY,CAAC,IAAI,EAAE;EACvBQ,QAAQ,EAAE;IACRC,OAAO,EAAE,SAAS;IAClBC,QAAQ,EAAE,kBAAkB;IAC5BC,OAAO,EAAE,SAAS;IAClBC,QAAQ,EAAE,UAAU;IACpBC,OAAO,EAAE,SAAS;IAClBC,QAAQ,EAAE;EACZ,CAAC;EAMDC,QAAQ,WAAAA,SAACC,IAAY,EAAE;IACrB,IAAIA,IAAI,GAAG,CAAC,EAAE,OAAO,KAAK;IAC1B,IAAIA,IAAI,GAAG,EAAE,EAAE,OAAO,MAAM;IAC5B,IAAIA,IAAI,GAAG,EAAE,EAAE,OAAO,OAAO;IAC7B,IAAIA,IAAI,GAAG,EAAE,EAAE,OAAO,KAAK;IAC3B,OAAO,KAAK;EACd,CAAC;EAEDC,YAAY,WAAAA,aAACD,IAAY,EAAED,QAAgB,EAAE;IAC3C,IAAIC,IAAI,KAAK,EAAE,EAAE;MACfA,IAAI,GAAG,CAAC;IACV;IACA,IAAID,QAAQ,KAAK,KAAK,EAAE,OAAOC,IAAI,GAAG,CAAC,GAAGA,IAAI,GAAGA,IAAI,GAAG,EAAE;IAC1D,IAAID,QAAQ,KAAK,MAAM,EAAE,OAAOC,IAAI;IACpC,IAAID,QAAQ,KAAK,OAAO,EAAE,OAAOC,IAAI,IAAI,EAAE,GAAGA,IAAI,GAAGA,IAAI,GAAG,EAAE;IAC9D,IAAID,QAAQ,KAAK,KAAK,EAAE,OAAOC,IAAI,GAAG,EAAE;IACxC,OAAOA,IAAI;EACb,CAAC;EAEDE,aAAa,EAAE;AACjB,CAAC,CAAC;AAEFpB,iBAAK,CAACE,YAAY,CAAC,IAAI,EAAE;EACvBQ,QAAQ,EAAE;IACRC,OAAO,EAAE,aAAa;IACtBC,QAAQ,EAAE,qBAAqB;IAC/BC,OAAO,EAAE,eAAe;IACxBC,QAAQ,EAAE,aAAa;IACvBC,OAAO,EAAE,oBAAoB;IAC7BC,QAAQ,EAAE;EACZ;AACF,CAAC,CAAC;AAEFhB,iBAAK,CAACE,YAAY,CAAC,IAAI,EAAE;EACvBQ,QAAQ,EAAE;IACRC,OAAO,EAAE,UAAU;IACnBC,QAAQ,EAAE,wBAAwB;IAClCC,OAAO,EAAE,iBAAiB;IAC1BC,QAAQ,EAAE,0BAA0B;IACpCC,OAAO,EAAE,iBAAiB;IAC1BC,QAAQ,EAAE;EACZ;AACF,CAAC,CAAC;AAEFhB,iBAAK,CAACE,YAAY,CAAC,IAAI,EAAE;EACvBQ,QAAQ,EAAE;IACRC,OAAO,EAAE,eAAe;IACxBE,OAAO,EAAE,gBAAgB;IACzBE,OAAO,EAAE;EACX;AACF,CAAC,CAAC;AAEF,IAAMM,SAAS,GAAG;EAChBC,OAAO,EAAE,CAAC,CAAC;EACXC,MAAM,EAAE,CACN,SAAS,EACT,UAAU,EACV,OAAO,EACP,OAAO,EACP,KAAK,EACL,MAAM,EACN,MAAM,EACN,QAAQ,EACR,WAAW,EACX,SAAS,EACT,UAAU,EACV,UAAU,CACX;EACDC,YAAY,EAAE,CAAC,CAAC;EAChBC,QAAQ,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,UAAU,EAAE,QAAQ,EAAE,UAAU;AACzF,CAAC;AAGD,IAAMC,OAAO,GAAG,SAAVA,OAAOA,CAAIC,cAA4C;EAAA,OAC1DA,cAAc,CAAkB1B,MAAM,KAAK2B,SAAS;AAAA;AA6KvD,IAAMC,wBAAwB,GAAG;EAC/BC,cAAc,EAAE9B,iBAAK;EACrB+B,4BAA4B,EAAE,IAAI;EAClCC,KAAK,EAAE,KAAK;EACZC,2BAA2B,EAAE,KAAK;EAClCC,QAAQ,EAAE,IAAI;EACdC,MAAM,EAAE,SAAAA,OAACC,GAAY;IAAA,OAAKC,OAAO,CAACC,IAAI,CAACF,GAAG,CAAC;EAAA;AAC7C,CAAC;AAAC,IAEWG,UAAU;EAkFrB,SAAAA,WAAA,EAA+E;IAAA,IAAAC,KAAA;IAAA,IAAnEC,OAAgB,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAd,SAAA,GAAAc,SAAA,MAAG,CAAC,CAAC;IAAA,IAAEE,aAAqC,GAAAF,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAd,SAAA,GAAAc,SAAA,MAAG,CAAC,CAAC;IAAA,IAAAG,gBAAA,mBAAAN,UAAA;IAAA,KAjF7EO,YAAY,GAAGC,mBAAI,CAACC,cAAc,CAAC,CAAC;IAAA,KACpChD,KAAK,GAAG,IAAI;IAAA,KACZiD,WAAW,GAAG,KAAK;IAAA,KAIXC,yBAAyB,GAA+B,EAAE;IAAA,KAK1DC,4BAA4B,GAA+B,EAAE;IAAA,KAMrEC,CAAC,GAAc,UAACC,GAAW;MAAA,OAAKA,GAAG;IAAA;IAAA,KAGnCC,YAAY,GAIR;MACFC,EAAE,MAAAC,gBAAA,iBAAK1D,SAAS,EAAG2D,eAAc,CAAE;MACnCC,EAAE,MAAAF,gBAAA,iBAAK1D,SAAS,EAAG6D,eAAc,CAAE;MACnCC,EAAE,MAAAJ,gBAAA,iBAAK1D,SAAS,EAAG+D,eAAc,CAAE;MACnCC,EAAE,MAAAN,gBAAA,iBAAK1D,SAAS,EAAGiE,eAAc,CAAE;MACnCC,EAAE,MAAAR,gBAAA,iBAAK1D,SAAS,EAAGmE,eAAc,CAAE;MACnCC,EAAE,MAAAV,gBAAA,iBAAK1D,SAAS,EAAGqE,eAAc,CAAE;MACnCC,EAAE,MAAAZ,gBAAA,iBAAK1D,SAAS,EAAGuE,eAAc,CAAE;MACnCC,EAAE,MAAAd,gBAAA,iBAAK1D,SAAS,EAAGyE,eAAc,CAAE;MACnCC,EAAE,MAAAhB,gBAAA,iBAAK1D,SAAS,EAAG2E,eAAc,CAAE;MACnCC,EAAE,MAAAlB,gBAAA,iBAAK1D,SAAS,EAAG6E,eAAc,CAAE;MACnCC,EAAE,MAAApB,gBAAA,iBAAK1D,SAAS,EAAG+E,eAAc;IACnC,CAAC;IAAA,KAQDC,YAAY,GAAwC,CAAC,CAAC;IAAA,KAqKtDC,YAAY,GAAG,UAAC7C,QAAgB,EAAK;MACnC,IAAIM,KAAI,CAACwC,sBAAsB,EAAE,OAAO,IAAI;MAE5C,OAAOC,MAAM,CAACC,IAAI,CAAClF,iBAAK,CAACmF,EAAE,CAAC,CAACC,OAAO,CAAClD,QAAQ,CAAC,GAAG,CAAC,CAAC;IACrD,CAAC;IAAA,KAEDmD,uBAAuB,GAAG,YAAM;MAC9B,IAAMC,kBAAkB,GAAGL,MAAM,CAACC,IAAI,CAAC1C,KAAI,CAACc,YAAY,CAAC;MACzD,IAAIgC,kBAAkB,CAACF,OAAO,CAAC5C,KAAI,CAAC+C,eAAe,CAAC,KAAK,CAAC,CAAC,EAAE;QAC3D/C,KAAI,CAACL,MAAM,CACT,kBAAgBK,KAAI,CAAC+C,eAAe,qGAC2B/C,KAAI,CAAC+C,eAAe,mBAAe,oDAClD/C,KAAI,CAACgD,qBAAqB,CAAC,CAAC,CAC9E,CAAC;QAEDhD,KAAI,CAAC+C,eAAe,GAAGxF,UAAU;MACnC;IACF,CAAC;IAAA,KAGD0F,cAAc,GAAG;MAAA,OAAMjD,KAAI,CAACM,YAAY;IAAA;IAAA,KAGxC0C,qBAAqB,GAAG;MAAA,OAAMP,MAAM,CAACC,IAAI,CAAC1C,KAAI,CAACc,YAAY,CAAC;IAAA;IAAA,KAG5DoC,eAAe,GAAG;MAAA,OAAMlD,KAAI,CAACc,YAAY;IAAA;IAzJvC,IAAMqC,YAAY,OAAAC,SAAA,iBACb/D,wBAAwB,EACxBY,OAAO,CACX;IAGD,IAAI,CAACN,MAAM,GAAGwD,YAAY,CAACxD,MAAM;IAEjC,IAAI,CAACoD,eAAe,GAAGI,YAAY,CAACzD,QAAQ;IAC5C,IAAI,CAACJ,cAAc,GAAG6D,YAAY,CAAC7D,cAAc;IAEjD,IAAI;MAKF,IAAI,IAAI,CAACA,cAAc,IAAIJ,OAAO,CAAC,IAAI,CAACI,cAAc,CAAC,EAAE;QACvD,IAAI,CAACA,cAAc,CAAC7B,MAAM,CAAC4F,2BAAe,CAAC;QAC3C,IAAI,CAAC/D,cAAc,CAAC7B,MAAM,CAACS,oBAAQ,CAAC;QACpC,IAAI,CAACoB,cAAc,CAAC7B,MAAM,CAAC6F,sBAAU,CAAC;QACtC,IAAI,CAAChE,cAAc,CAAC7B,MAAM,CAACuB,wBAAY,CAAC;MAC1C;IACF,CAAC,CAAC,OAAOuE,KAAK,EAAE;MACd,MAAM,IAAIC,KAAK,kHACkGC,IAAI,CAACC,SAAS,CAC3HH,KACF,CACF,CAAC;IACH;IAEA,IAAI,CAACf,sBAAsB,GAAG,CAAC,CAACvC,OAAO,CAACX,cAAc;IACtD,IAAMqE,uBAAuB,GAAGR,YAAY,CAACQ,uBAAuB;IAEpE,IAAIA,uBAAuB,EAAE;MAC3B,IAAI,CAAC7C,YAAY,CAAC,IAAI,CAACiC,eAAe,CAAC,OAAA/B,gBAAA,iBACpC1D,SAAS,EACR,IAAI,CAACwD,YAAY,CAAC,IAAI,CAACiC,eAAe,CAAC,IACvC,IAAI,CAACjC,YAAY,CAAC,IAAI,CAACiC,eAAe,CAAC,CAACzF,SAAS,CAAC,OAAA8F,SAAA,iBAEzC,IAAI,CAACtC,YAAY,CAAC,IAAI,CAACiC,eAAe,CAAC,CAACzF,SAAS,CAAC,EAClDqG,uBAAuB,IAE5BA,uBAAuB,CAC9B;IACH;IAGA,IAAI,CAAC,IAAI,CAAC7C,YAAY,CAAC,IAAI,CAACiC,eAAe,CAAC,EAAE;MAC5C,IAAI,CAACjC,YAAY,CAAC,IAAI,CAACiC,eAAe,CAAC,OAAA/B,gBAAA,iBACpC1D,SAAS,EAAG,CAAC,CAAC,CAChB;IACH;IAEA,IAAI,CAAC8C,aAAa,OAAAgD,SAAA;MAChB5D,KAAK,EAAE2D,YAAY,CAAC3D,KAAK;MACzBoE,WAAW,EAAE,KAAK;MAClBC,aAAa,EAAE;QAAEC,WAAW,EAAE;MAAM,CAAC;MACrCC,YAAY,EAAE,KAAK;MACnBC,GAAG,EAAE,IAAI,CAACjB,eAAe;MACzBkB,WAAW,EAAE,KAAK;MAElBC,sBAAsB,EAAE,SAAAA,uBAACrD,GAAW,EAAK;QACvCb,KAAI,CAACL,MAAM,+CAA6CkB,GAAK,CAAC;QAE9D,OAAOA,GAAG;MACZ;IAAC,GACET,aAAa,CACjB;IAED,IAAI,CAACyC,uBAAuB,CAAC,CAAC;IAE9B,IAAMtD,4BAA4B,GAAG4D,YAAY,CAAC5D,4BAA4B;IAE9E,IAAIA,4BAA4B,EAAE;MAChC,IAAI,CAAC4E,iBAAiB,CAAC,IAAI,CAACpB,eAAe,MAAAK,SAAA,iBACtC7D,4BAA4B,CAChC,CAAC;IACJ,CAAC,MAAM,IAAI,CAAC,IAAI,CAACgD,YAAY,CAAC,IAAI,CAACQ,eAAe,CAAC,EAAE;MACnD,IAAI,CAACpD,MAAM,CACT,qDAAmD,IAAI,CAACoD,eAAe,sGACP,IAAI,CAACA,eAAe,0BAAqB,mHAE3G,CAAC;IACH;IAEA,IAAI,CAACqB,eAAe,GAAG,UAACC,SAAS,EAAK;MACpC,IAAIlB,YAAY,CAAC1D,2BAA2B,IAAI,CAACO,KAAI,CAACuC,YAAY,CAACvC,KAAI,CAAC+C,eAAe,CAAC,EAAE;QAIxF,IAAI7D,OAAO,CAACc,KAAI,CAACV,cAAc,CAAC,EAAE;UAChC,OAAOU,KAAI,CAACV,cAAc,CAAC+E,SAAS,CAAC,CAACC,MAAM,CAAC/G,UAAU,CAAC;QAC1D;QACA,OAAOyC,KAAI,CAACV,cAAc,CAAC+E,SAAS,CAAC,CAACC,MAAM,CAAC/G,UAAU,CAAC;MAC1D;MACA,IAAI2B,OAAO,CAACc,KAAI,CAACV,cAAc,CAAC,EAAE;QAChC,OAAOU,KAAI,CAACV,cAAc,CAAC+E,SAAS,CAAC,CAACC,MAAM,CAACtE,KAAI,CAAC+C,eAAe,CAAC;MACpE;MACA,OAAO/C,KAAI,CAACV,cAAc,CAAC+E,SAAS,CAAC,CAACC,MAAM,CAACtE,KAAI,CAAC+C,eAAe,CAAC;IACpE,CAAC;EACH;EAAC,IAAAwB,aAAA,aAAAxE,UAAA;IAAAc,GAAA;IAAA2D,KAAA;MAAA,IAAAC,KAAA,OAAAC,kBAAA,aAAAC,YAAA,YAAAC,IAAA,CAKD,SAAAC,QAAA;QAAA,IAAAC,MAAA;QAAA,OAAAH,YAAA,YAAAI,IAAA,UAAAC,SAAAC,QAAA;UAAA,kBAAAA,QAAA,CAAAC,IAAA,GAAAD,QAAA,CAAAE,IAAA;YAAA;cACE,IAAI,CAACtC,uBAAuB,CAAC,CAAC;cAACoC,QAAA,CAAAC,IAAA;cAAAD,QAAA,CAAAE,IAAA;cAAA,OAGd,IAAI,CAAC7E,YAAY,CAAC8E,IAAI,KAAAhC,SAAA,iBAChC,IAAI,CAAChD,aAAa;gBACrB4D,GAAG,EAAE,IAAI,CAACjB,eAAe;gBACzBsC,SAAS,EAAE,IAAI,CAACvE;cAAY,EAC7B,CAAC;YAAA;cAJF,IAAI,CAACF,CAAC,GAAAqE,QAAA,CAAAK,IAAA;cAKN,IAAI,IAAI,CAACC,uBAAuB,EAAE;gBAEhC,IAAI,CAAC3E,CAAC,GAAG,IAAI,CAAC2E,uBAAuB;gBACrC,IAAI,CAACA,uBAAuB,GAAGnG,SAAS;gBACxC,IAAI,CAACuB,4BAA4B,CAAC6E,OAAO,CAAC,UAACC,QAAQ;kBAAA,OAAKA,QAAQ,CAACX,MAAI,CAAClE,CAAC,CAAC;gBAAA,EAAC;cAC3E;cACA,IAAI,CAACH,WAAW,GAAG,IAAI;cAACwE,QAAA,CAAAE,IAAA;cAAA;YAAA;cAAAF,QAAA,CAAAC,IAAA;cAAAD,QAAA,CAAAS,EAAA,GAAAT,QAAA;cAExB,IAAI,CAACtF,MAAM,sCAAoC8D,IAAI,CAACC,SAAS,CAAAuB,QAAA,CAAAS,EAAM,CAAG,CAAC;YAAC;cAE1E,IAAI,CAACC,mBAAmB,GAAGvG,SAAS;YAAC;YAAA;cAAA,OAAA6F,QAAA,CAAAW,IAAA;UAAA;QAAA,GAAAf,OAAA;MAAA,CACtC;MAAA,SAAAO,KAAA;QAAA,OAAAX,KAAA,CAAAoB,KAAA,OAAA3F,SAAA;MAAA;MAAA,OAAAkF,IAAA;IAAA;EAAA;IAAAvE,GAAA;IAAA2D,KAAA;MAAA,IAAAsB,eAAA,OAAApB,kBAAA,aAAAC,YAAA,YAAAC,IAAA,CAiCD,SAAAmB,SAAA;QAAA,IAAAC,WAAA;QAAA,OAAArB,YAAA,YAAAI,IAAA,UAAAkB,UAAAC,SAAA;UAAA,kBAAAA,SAAA,CAAAhB,IAAA,GAAAgB,SAAA,CAAAf,IAAA;YAAA;cAAA,IACO,IAAI,CAAC1E,WAAW;gBAAAyF,SAAA,CAAAf,IAAA;gBAAA;cAAA;cAAA,KACf,IAAI,CAACQ,mBAAmB;gBAAAO,SAAA,CAAAf,IAAA;gBAAA;cAAA;cAAAe,SAAA,CAAAf,IAAA;cAAA,OACpB,IAAI,CAACQ,mBAAmB;YAAA;cAAAO,SAAA,CAAAf,IAAA;cAAA;YAAA;cAE9B,IAAI,IAAI,CAAC7C,YAAY,CAAC,IAAI,CAACS,eAAe,CAAC,EAAE;gBAC3C,IAAI,CAACoB,iBAAiB,CAAC,IAAI,CAACpB,eAAe,EAAE,IAAI,CAACT,YAAY,CAAC,IAAI,CAACS,eAAe,CAAC,CAAC;cACvF;cACMiD,WAAW,GAAG,IAAI,CAACZ,IAAI,CAAC,CAAC;cAC/B,IAAI,CAACO,mBAAmB,GAAGK,WAAW;cAACE,SAAA,CAAAf,IAAA;cAAA,OACjCa,WAAW;YAAA;cAAA,OAAAE,SAAA,CAAAC,MAAA,WAGd;gBACLvF,CAAC,EAAE,IAAI,CAACA,CAAC;gBACTwD,eAAe,EAAE,IAAI,CAACA;cACxB,CAAC;YAAA;YAAA;cAAA,OAAA8B,SAAA,CAAAN,IAAA;UAAA;QAAA,GAAAG,QAAA;MAAA,CACF;MAAA,SAAAK,eAAA;QAAA,OAAAN,eAAA,CAAAD,KAAA,OAAA3F,SAAA;MAAA;MAAA,OAAAkG,cAAA;IAAA;EAAA;IAAAvF,GAAA;IAAA2D,KAAA,EAKD,SAAA6B,oBACE3G,QAAgB,EAChB4G,WAAuE,EACvEC,iBAAoC,EACpC;MACA,IAAI,CAACD,WAAW,EAAE;QAChB,IAAI,CAAC3G,MAAM,uGAEX,CAAC;QACD;MACF;MAEA,IAAI,CAAC,IAAI,CAACmB,YAAY,CAACpB,QAAQ,CAAC,EAAE;QAChC,IAAI,CAACoB,YAAY,CAACpB,QAAQ,CAAC,OAAAsB,gBAAA,iBAAM1D,SAAS,EAAGgJ,WAAW,CAAE;MAC5D,CAAC,MAAM;QACL,IAAI,CAACxF,YAAY,CAACpB,QAAQ,CAAC,CAACpC,SAAS,CAAC,GAAGgJ,WAAW;MACtD;MAEA,IAAIC,iBAAiB,EAAE;QACrB,IAAI,CAACjE,YAAY,CAAC5C,QAAQ,CAAC,OAAA0D,SAAA,iBAAQmD,iBAAiB,CAAE;MACxD,CAAC,MAAM,IAAI,CAAC,IAAI,CAAChE,YAAY,CAAC7C,QAAQ,CAAC,EAAE;QACvC,IAAI,CAACC,MAAM,CACT,yGACuBD,QAAQ,+BAA2B,oEACKA,QAAQ,0BAAqB,mHAE9F,CAAC;MACH;MAEA,IAAI,IAAI,CAACe,WAAW,EAAE;QACpB,IAAI,CAACH,YAAY,CAACkG,YAAY,CAAC9G,QAAQ,EAAEpC,SAAS,EAAEgJ,WAAW,CAAC;MAClE;IACF;EAAC;IAAAzF,GAAA;IAAA2D,KAAA,EAED,SAAAL,kBAAkBtD,GAAW,EAAE4F,MAAwB,EAAE;MACvD,IAAI,IAAI,CAAClE,YAAY,CAAC1B,GAAG,CAAC,EAAE;QAC1BrD,iBAAK,CAACE,YAAY,CAACmD,GAAG,MAAAuC,SAAA,iBAAOqD,MAAM,CAAE,CAAC;MACxC,CAAC,MAAM;QAELjJ,iBAAK,CAAC8G,MAAM,KAAAlB,SAAA;UAAGsD,IAAI,EAAE7F;QAAG,GAAKhC,SAAS,EAAK4H,MAAM,GAAIrH,SAAS,EAAE,IAAI,CAAC;MACvE;IACF;EAAC;IAAAyB,GAAA;IAAA2D,KAAA;MAAA,IAAAmC,YAAA,OAAAjC,kBAAA,aAAAC,YAAA,YAAAC,IAAA,CAMD,SAAAgC,SAAkBlH,QAAgB;QAAA,IAAAmH,EAAA;QAAA,OAAAlC,YAAA,YAAAI,IAAA,UAAA+B,UAAAC,SAAA;UAAA,kBAAAA,SAAA,CAAA7B,IAAA,GAAA6B,SAAA,CAAA5B,IAAA;YAAA;cAChC,IAAI,CAACpC,eAAe,GAAGrD,QAAQ;cAAC,IAE3B,IAAI,CAACe,WAAW;gBAAAsG,SAAA,CAAA5B,IAAA;gBAAA;cAAA;cAAA,OAAA4B,SAAA,CAAAZ,MAAA;YAAA;cAAAY,SAAA,CAAA7B,IAAA;cAAA6B,SAAA,CAAA5B,IAAA;cAAA,OAGH,IAAI,CAAC7E,YAAY,CAAC0G,cAAc,CAACtH,QAAQ,CAAC;YAAA;cAApDkB,EAAC,GAAAmG,SAAA,CAAAzB,IAAA;cACP,IAAI,IAAI,CAAChD,YAAY,CAAC5C,QAAQ,CAAC,EAAE;gBAC/B,IAAI,CAACyE,iBAAiB,CAAC,IAAI,CAACpB,eAAe,EAAE,IAAI,CAACT,YAAY,CAAC,IAAI,CAACS,eAAe,CAAC,CAAC;cACvF;cACA,IAAI,CAACnC,CAAC,GAAGA,EAAC;cACV,IAAI,CAACF,yBAAyB,CAAC8E,OAAO,CAAC,UAACC,QAAQ;gBAAA,OAAKA,QAAQ,CAAC7E,EAAC,CAAC;cAAA,EAAC;cAAC,OAAAmG,SAAA,CAAAZ,MAAA,WAE3DvF,EAAC;YAAA;cAAAmG,SAAA,CAAA7B,IAAA;cAAA6B,SAAA,CAAArB,EAAA,GAAAqB,SAAA;cAER,IAAI,CAACpH,MAAM,8BAA4B8D,IAAI,CAACC,SAAS,CAAAqD,SAAA,CAAArB,EAAM,CAAG,CAAC;cAAC,OAAAqB,SAAA,CAAAZ,MAAA,WACzD,IAAI,CAACvF,CAAC;YAAA;YAAA;cAAA,OAAAmG,SAAA,CAAAnB,IAAA;UAAA;QAAA,GAAAgB,QAAA;MAAA,CAEhB;MAAA,SAAAK,YAAAC,EAAA;QAAA,OAAAP,YAAA,CAAAd,KAAA,OAAA3F,SAAA;MAAA;MAAA,OAAA+G,WAAA;IAAA;EAAA;IAAApG,GAAA;IAAA2D,KAAA,EAED,SAAA2C,4BAA4BC,QAAgC,EAAE;MAAA,IAAAC,MAAA;MAC5D,IAAI,CAAC3G,yBAAyB,CAAC4G,IAAI,CAACF,QAAQ,CAAC;MAC7C,OAAO;QACLG,WAAW,EAAE,SAAAA,YAAA,EAAM;UACjBF,MAAI,CAAC3G,yBAAyB,GAAG2G,MAAI,CAAC3G,yBAAyB,CAAC8G,MAAM,CACpE,UAAC/B,QAAQ;YAAA,OAAKA,QAAQ,KAAK2B,QAAQ;UAAA,CACrC,CAAC;QACH;MACF,CAAC;IACH;EAAC;IAAAvG,GAAA;IAAA2D,KAAA,EAED,SAAAiD,+BAA+BL,QAAgC,EAAE;MAAA,IAAAM,MAAA;MAC/D,IAAI,CAAC/G,4BAA4B,CAAC2G,IAAI,CAACF,QAAQ,CAAC;MAChD,OAAO;QACLG,WAAW,EAAE,SAAAA,YAAA,EAAM;UACjBG,MAAI,CAAC/G,4BAA4B,GAAG+G,MAAI,CAAC/G,4BAA4B,CAAC6G,MAAM,CAC1E,UAAC/B,QAAQ;YAAA,OAAKA,QAAQ,KAAK2B,QAAQ;UAAA,CACrC,CAAC;QACH;MACF,CAAC;IACH;EAAC;IAAAvG,GAAA;IAAA2D,KAAA,EAED,SAAAmD,kBAAkBC,SAAoB,EAAE;MACtC,IAAI,CAAC,IAAI,CAACnH,WAAW,EAAE;QACrB,IAAI,CAAC8E,uBAAuB,GAAGqC,SAAS;MAC1C,CAAC,MAAM;QACL,IAAI,CAAChH,CAAC,GAAGgH,SAAS;QAClB,IAAI,CAACjH,4BAA4B,CAAC6E,OAAO,CAAC,UAACC,QAAQ;UAAA,OAAKA,QAAQ,CAACmC,SAAS,CAAC;QAAA,EAAC;MAC9E;IACF;EAAC;EAAA,OAAA7H,UAAA;AAAA;AAAA8H,OAAA,CAAA9H,UAAA,GAAAA,UAAA"}
1
+ {"version":3,"names":["_dayjs","_interopRequireDefault","require","_calendar","_localeData","_localizedFormat","_relativeTime","_updateLocale","_i18next","_en2","_es2","_fr2","_he2","_hi2","_it2","_ja2","_ko2","_nl2","_ptBR2","_ru2","_tr2","defaultNS","defaultLng","Dayjs","extend","updateLocale","format","L","LL","LLL","LLLL","LT","LTS","calendar","lastDay","lastWeek","nextDay","nextWeek","sameDay","sameElse","meridiem","hour","meridiemHour","meridiemParse","en_locale","formats","months","relativeTime","weekdays","isDayJs","dateTimeParser","undefined","defaultStreami18nOptions","DateTimeParser","dayjsLocaleConfigForLanguage","debug","disableDateTimeTranslations","language","logger","msg","console","warn","Streami18n","_this","options","arguments","length","i18nextConfig","_classCallCheck2","i18nInstance","i18n","createInstance","initialized","onLanguageChangeListeners","onTFunctionOverrideListeners","t","key","translations","en","_defineProperty2","enTranslations","es","esTranslations","fr","frTranslations","he","heTranslations","hi","hiTranslations","it","itTranslations","ja","jaTranslations","ko","koTranslations","nl","nlTranslations","ptBRTranslations","ru","ruTranslations","tr","trTranslations","dayjsLocales","localeExists","isCustomDateTimeParser","Object","keys","Ls","indexOf","validateCurrentLanguage","availableLanguages","currentLanguage","concat","getAvailableLanguages","geti18Instance","getTranslations","finalOptions","assign","LocalizedFormat","localeData","error","Error","JSON","stringify","translationsForLanguage","fallbackLng","interpolation","escapeValue","keySeparator","lng","nsSeparator","parseMissingKeyHandler","addOrUpdateLocale","tDateTimeParser","timestamp","locale","_createClass2","value","_init","_asyncToGenerator2","_regenerator","mark","_callee","_this2","wrap","_callee$","_context","prev","next","init","resources","sent","queuedTFunctionOverride","forEach","listener","t0","waitForInitializing","stop","apply","_getTranslators","_callee2","initPromise","_callee2$","_context2","abrupt","getTranslators","registerTranslation","translation","customDayjsLocale","addResources","config","name","_setLanguage","_callee3","_t","_callee3$","_context3","changeLanguage","setLanguage","_x","addOnLanguageChangeListener","callback","_this3","push","unsubscribe","filter","addOnTFunctionOverrideListener","_this4","overrideTFunction","tFunction","exports"],"sourceRoot":"../../../src","sources":["utils/Streami18n.ts"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_apis","require","_insertReaction","addReactionToLocalState","_ref","channel","enforceUniqueReaction","messageId","reactionType","user","message","state","messages","find","_ref2","id","reaction","created_at","Date","toISOString","message_id","type","updated_at","user_id","hasOwnReaction","own_reactions","length","latest_reactions","currentReaction","filter","r","reaction_counts","_defineProperty2","_message$reaction_cou2","_message$reaction_cou4","concat","_toConsumableArray2","updateReaction","insertReaction","exports"],"sources":["addReactionToLocalState.ts"],"sourcesContent":["import type { Channel, ReactionResponse, UserResponse } from 'stream-chat';\n\nimport { updateReaction } from '../store/apis';\nimport { insertReaction } from '../store/apis/insertReaction';\n\nimport type { DefaultStreamChatGenerics } from '../types/types';\n\nexport const addReactionToLocalState = <\n StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,\n>({\n channel,\n enforceUniqueReaction,\n messageId,\n reactionType,\n user,\n}: {\n channel: Channel<StreamChatGenerics>;\n enforceUniqueReaction: boolean;\n messageId: string;\n reactionType: string;\n user: UserResponse<StreamChatGenerics>;\n}) => {\n const message = channel.state.messages.find(({ id }) => id === messageId);\n\n if (!message) return;\n\n const reaction: ReactionResponse = {\n created_at: new Date().toISOString(),\n message_id: messageId,\n type: reactionType,\n updated_at: new Date().toISOString(),\n user,\n user_id: user?.id,\n };\n\n const hasOwnReaction = message.own_reactions && message.own_reactions.length > 0;\n if (!message.own_reactions) {\n message.own_reactions = [];\n }\n\n if (!message.latest_reactions) {\n message.latest_reactions = [];\n }\n\n if (enforceUniqueReaction) {\n const currentReaction = message.own_reactions[0];\n message.own_reactions = [];\n if (!message.latest_reactions) {\n message.latest_reactions = [];\n }\n message.latest_reactions = message.latest_reactions.filter((r) => r.user_id !== user.id);\n if (\n currentReaction &&\n message.reaction_counts &&\n message.reaction_counts[currentReaction.type] &&\n message.reaction_counts[currentReaction.type] > 0\n ) {\n message.reaction_counts[currentReaction.type] =\n message.reaction_counts[currentReaction.type] - 1;\n }\n\n if (!message.reaction_counts) {\n message.reaction_counts = {\n [reactionType]: 1,\n };\n } else {\n message.reaction_counts[reactionType] = (message.reaction_counts?.[reactionType] || 0) + 1;\n }\n } else {\n if (!message.reaction_counts) {\n message.reaction_counts = {\n [reactionType]: 1,\n };\n } else {\n message.reaction_counts[reactionType] = (message.reaction_counts?.[reactionType] || 0) + 1;\n }\n }\n\n message.own_reactions = [...message.own_reactions, reaction];\n message.latest_reactions = [...message.latest_reactions, reaction];\n\n if (enforceUniqueReaction && hasOwnReaction) {\n updateReaction({\n message,\n reaction,\n });\n } else {\n insertReaction({\n reaction,\n });\n }\n};\n"],"mappings":"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"}
1
+ {"version":3,"names":["_apis","require","_insertReaction","addReactionToLocalState","_ref","channel","enforceUniqueReaction","messageId","reactionType","user","message","state","messages","find","_ref2","id","reaction","created_at","Date","toISOString","message_id","type","updated_at","user_id","hasOwnReaction","own_reactions","length","latest_reactions","currentReaction","filter","r","reaction_counts","_defineProperty2","_message$reaction_cou2","_message$reaction_cou4","concat","_toConsumableArray2","updateReaction","insertReaction","exports"],"sourceRoot":"../../../src","sources":["utils/addReactionToLocalState.ts"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_native","require","compressedImageURI","_ref","_asyncToGenerator2","_regenerator","mark","_callee","image","compressImageQuality","uri","compressedUri","wrap","_callee$","_context","prev","next","source","height","width","compressImage","sent","abrupt","stop","_x","_x2","apply","arguments","exports"],"sources":["compressImage.ts"],"sourcesContent":["import { compressImage } from '../native';\nimport type { Asset } from '../types/types';\n\n/**\n * Function to compress and Image and return the compressed Image URI\n * @param image\n * @param compressImageQuality\n * @returns string\n */\nexport const compressedImageURI = async (image: Partial<Asset>, compressImageQuality?: number) => {\n const uri = image.uri || '';\n /**\n * We skip compression if:\n * - the file is from the camera as that should already be compressed\n * - the file has no height/width value to maintain for compression\n * - the compressImageQuality number is not present or is 1 (meaning no compression)\n */\n const compressedUri = await (image.source === 'camera' ||\n !image.height ||\n !image.width ||\n typeof compressImageQuality !== 'number' ||\n compressImageQuality === 1\n ? uri\n : compressImage({\n compressImageQuality,\n height: image.height,\n uri,\n width: image.width,\n }));\n\n return compressedUri;\n};\n"],"mappings":";;;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AASO,IAAMC,kBAAkB;EAAA,IAAAC,IAAA,OAAAC,kBAAA,aAAAC,YAAA,YAAAC,IAAA,CAAG,SAAAC,QAAOC,KAAqB,EAAEC,oBAA6B;IAAA,IAAAC,GAAA,EAAAC,aAAA;IAAA,OAAAN,YAAA,YAAAO,IAAA,UAAAC,SAAAC,QAAA;MAAA,kBAAAA,QAAA,CAAAC,IAAA,GAAAD,QAAA,CAAAE,IAAA;QAAA;UACrFN,GAAG,GAAGF,KAAK,CAACE,GAAG,IAAI,EAAE;UAAAI,QAAA,CAAAE,IAAA;UAAA,OAOER,KAAK,CAACS,MAAM,KAAK,QAAQ,IACtD,CAACT,KAAK,CAACU,MAAM,IACb,CAACV,KAAK,CAACW,KAAK,IACZ,OAAOV,oBAAoB,KAAK,QAAQ,IACxCA,oBAAoB,KAAK,CAAC,GACtBC,GAAG,GACH,IAAAU,qBAAa,EAAC;YACZX,oBAAoB,EAApBA,oBAAoB;YACpBS,MAAM,EAAEV,KAAK,CAACU,MAAM;YACpBR,GAAG,EAAHA,GAAG;YACHS,KAAK,EAAEX,KAAK,CAACW;UACf,CAAC,CAAC;QAAA;UAXAR,aAAa,GAAAG,QAAA,CAAAO,IAAA;UAAA,OAAAP,QAAA,CAAAQ,MAAA,WAaZX,aAAa;QAAA;QAAA;UAAA,OAAAG,QAAA,CAAAS,IAAA;MAAA;IAAA,GAAAhB,OAAA;EAAA,CACrB;EAAA,gBAtBYL,kBAAkBA,CAAAsB,EAAA,EAAAC,GAAA;IAAA,OAAAtB,IAAA,CAAAuB,KAAA,OAAAC,SAAA;EAAA;AAAA,GAsB9B;AAACC,OAAA,CAAA1B,kBAAA,GAAAA,kBAAA"}
1
+ {"version":3,"names":["_native","require","compressedImageURI","_ref","_asyncToGenerator2","_regenerator","mark","_callee","image","compressImageQuality","uri","compressedUri","wrap","_callee$","_context","prev","next","source","height","width","compressImage","sent","abrupt","stop","_x","_x2","apply","arguments","exports"],"sourceRoot":"../../../src","sources":["utils/compressImage.ts"],"mappings":";;;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AASO,IAAMC,kBAAkB;EAAA,IAAAC,IAAA,OAAAC,kBAAA,aAAAC,YAAA,YAAAC,IAAA,CAAG,SAAAC,QAAOC,KAAqB,EAAEC,oBAA6B;IAAA,IAAAC,GAAA,EAAAC,aAAA;IAAA,OAAAN,YAAA,YAAAO,IAAA,UAAAC,SAAAC,QAAA;MAAA,kBAAAA,QAAA,CAAAC,IAAA,GAAAD,QAAA,CAAAE,IAAA;QAAA;UACrFN,GAAG,GAAGF,KAAK,CAACE,GAAG,IAAI,EAAE;UAAAI,QAAA,CAAAE,IAAA;UAAA,OAOER,KAAK,CAACS,MAAM,KAAK,QAAQ,IACtD,CAACT,KAAK,CAACU,MAAM,IACb,CAACV,KAAK,CAACW,KAAK,IACZ,OAAOV,oBAAoB,KAAK,QAAQ,IACxCA,oBAAoB,KAAK,CAAC,GACtBC,GAAG,GACH,IAAAU,qBAAa,EAAC;YACZX,oBAAoB,EAApBA,oBAAoB;YACpBS,MAAM,EAAEV,KAAK,CAACU,MAAM;YACpBR,GAAG,EAAHA,GAAG;YACHS,KAAK,EAAEX,KAAK,CAACW;UACf,CAAC,CAAC;QAAA;UAXAR,aAAa,GAAAG,QAAA,CAAAO,IAAA;UAAA,OAAAP,QAAA,CAAAQ,MAAA,WAaZX,aAAa;QAAA;QAAA;UAAA,OAAAG,QAAA,CAAAS,IAAA;MAAA;IAAA,GAAAhB,OAAA;EAAA,CACrB;EAAA,gBAtBYL,kBAAkBA,CAAAsB,EAAA,EAAAC,GAAA;IAAA,OAAAtB,IAAA,CAAAuB,KAAA,OAAAC,SAAA;EAAA;AAAA,GAsB9B;AAACC,OAAA,CAAA1B,kBAAA,GAAAA,kBAAA","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["ONE_SECOND_IN_MS","exports","secondsUntil","date","Math","trunc","getTime","Date","now"],"sources":["date.ts"],"sourcesContent":["export const ONE_SECOND_IN_MS = 1000;\n\nexport const secondsUntil = (date: Date) =>\n Math.trunc((date.getTime() - Date.now()) / ONE_SECOND_IN_MS);\n"],"mappings":";;;;AAAO,IAAMA,gBAAgB,GAAG,IAAI;AAACC,OAAA,CAAAD,gBAAA,GAAAA,gBAAA;AAE9B,IAAME,YAAY,GAAG,SAAfA,YAAYA,CAAIC,IAAU;EAAA,OACrCC,IAAI,CAACC,KAAK,CAAC,CAACF,IAAI,CAACG,OAAO,CAAC,CAAC,GAAGC,IAAI,CAACC,GAAG,CAAC,CAAC,IAAIR,gBAAgB,CAAC;AAAA;AAACC,OAAA,CAAAC,YAAA,GAAAA,YAAA"}
1
+ {"version":3,"names":["ONE_SECOND_IN_MS","exports","secondsUntil","date","Math","trunc","getTime","Date","now"],"sourceRoot":"../../../src","sources":["utils/date.ts"],"mappings":";;;;AAAO,IAAMA,gBAAgB,GAAG,IAAI;AAACC,OAAA,CAAAD,gBAAA,GAAAA,gBAAA;AAE9B,IAAME,YAAY,GAAG,SAAfA,YAAYA,CAAIC,IAAU;EAAA,OACrCC,IAAI,CAACC,KAAK,CAAC,CAACF,IAAI,CAACG,OAAO,CAAC,CAAC,GAAGC,IAAI,CAACC,GAAG,CAAC,CAAC,IAAIR,gBAAgB,CAAC;AAAA;AAACC,OAAA,CAAAC,YAAA,GAAAA,YAAA","ignoreList":[]}
@@ -19,12 +19,12 @@ function getResizedImageUrl(_ref) {
19
19
  }) && originalHeight && originalWidth;
20
20
  if (!isResizableUrl || !height && !width) return url;
21
21
  if (height) {
22
- parsedUrl.searchParams.set('h', "" + _reactNative.PixelRatio.getPixelSizeForLayoutSize(Number(height)));
22
+ parsedUrl.searchParams.set('h', "".concat(_reactNative.PixelRatio.getPixelSizeForLayoutSize(Number(height))));
23
23
  }
24
24
  if (width) {
25
- parsedUrl.searchParams.set('w', "" + _reactNative.PixelRatio.getPixelSizeForLayoutSize(Number(width)));
25
+ parsedUrl.searchParams.set('w', "".concat(_reactNative.PixelRatio.getPixelSizeForLayoutSize(Number(width))));
26
26
  }
27
- parsedUrl.searchParams.set('resize', "" + resize);
27
+ parsedUrl.searchParams.set('resize', "".concat(resize));
28
28
  return parsedUrl.toString();
29
29
  } catch (error) {
30
30
  console.warn(error);
@@ -1 +1 @@
1
- {"version":3,"names":["_reactNative","require","_StreamChatRN","getResizedImageUrl","_ref","height","_ref$resize","resize","url","width","parsedUrl","URL","originalHeight","searchParams","get","originalWidth","isResizableUrl","StreamChatRN","config","resizableCDNHosts","some","rCDNh","includes","set","PixelRatio","getPixelSizeForLayoutSize","Number","toString","error","console","warn"],"sources":["getResizedImageUrl.ts"],"sourcesContent":["import { PixelRatio } from 'react-native';\n\nimport { StreamChatRN } from './StreamChatRN';\n\nexport type GetResizedImageUrlParams = {\n url: string;\n height?: string | number;\n resize?: 'clip' | 'crop' | 'fill' | 'scale';\n width?: string | number;\n};\n\n/**\n * Any file or image upload done through stream's chat SDK or components get uploaded\n * to CloudFront CDN. Following function returns a url of resized image (to given width and height).\n * It can be used to avoid rendering heavy images on UI, for the sake of performance.\n *\n * This function accepts an object with following properties:\n * - height: height of the resized image.\n * - url: url of the image.\n * - width: width of the resized image.\n *\n * @returns {string} Url of the image with given height and width.\n */\nexport function getResizedImageUrl({\n height,\n resize = 'clip',\n url,\n width,\n}: GetResizedImageUrlParams) {\n try {\n const parsedUrl = new URL(url);\n\n const originalHeight = parsedUrl.searchParams.get('oh');\n const originalWidth = parsedUrl.searchParams.get('ow');\n\n // If url is not within Stream's cloudfront CDN or any other configured resizableCDNHosts (which offers fast image resizing), then return the url as it is.\n // Check for oh and ow parameters in the url, is just to differentiate between old and new CDN.\n // In case of old CDN we don't want to do any kind of resizing.\n\n const isResizableUrl =\n StreamChatRN.config.resizableCDNHosts.some((rCDNh) => url.includes(rCDNh)) &&\n originalHeight &&\n originalWidth;\n\n if (!isResizableUrl || (!height && !width)) return url;\n\n if (height) {\n parsedUrl.searchParams.set('h', `${PixelRatio.getPixelSizeForLayoutSize(Number(height))}`);\n }\n\n if (width) {\n parsedUrl.searchParams.set('w', `${PixelRatio.getPixelSizeForLayoutSize(Number(width))}`);\n }\n\n parsedUrl.searchParams.set('resize', `${resize}`);\n\n return parsedUrl.toString();\n } catch (error) {\n // There is some issue with the url.\n // Simply return the original url, there is no need to break the app for this.\n console.warn(error);\n\n return url;\n }\n}\n"],"mappings":";;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAEA,IAAAC,aAAA,GAAAD,OAAA;AAqBO,SAASE,kBAAkBA,CAAAC,IAAA,EAKL;EAAA,IAJ3BC,MAAM,GAAAD,IAAA,CAANC,MAAM;IAAAC,WAAA,GAAAF,IAAA,CACNG,MAAM;IAANA,MAAM,GAAAD,WAAA,cAAG,MAAM,GAAAA,WAAA;IACfE,GAAG,GAAAJ,IAAA,CAAHI,GAAG;IACHC,KAAK,GAAAL,IAAA,CAALK,KAAK;EAEL,IAAI;IACF,IAAMC,SAAS,GAAG,IAAIC,GAAG,CAACH,GAAG,CAAC;IAE9B,IAAMI,cAAc,GAAGF,SAAS,CAACG,YAAY,CAACC,GAAG,CAAC,IAAI,CAAC;IACvD,IAAMC,aAAa,GAAGL,SAAS,CAACG,YAAY,CAACC,GAAG,CAAC,IAAI,CAAC;IAMtD,IAAME,cAAc,GAClBC,0BAAY,CAACC,MAAM,CAACC,iBAAiB,CAACC,IAAI,CAAC,UAACC,KAAK;MAAA,OAAKb,GAAG,CAACc,QAAQ,CAACD,KAAK,CAAC;IAAA,EAAC,IAC1ET,cAAc,IACdG,aAAa;IAEf,IAAI,CAACC,cAAc,IAAK,CAACX,MAAM,IAAI,CAACI,KAAM,EAAE,OAAOD,GAAG;IAEtD,IAAIH,MAAM,EAAE;MACVK,SAAS,CAACG,YAAY,CAACU,GAAG,CAAC,GAAG,OAAKC,uBAAU,CAACC,yBAAyB,CAACC,MAAM,CAACrB,MAAM,CAAC,CAAG,CAAC;IAC5F;IAEA,IAAII,KAAK,EAAE;MACTC,SAAS,CAACG,YAAY,CAACU,GAAG,CAAC,GAAG,OAAKC,uBAAU,CAACC,yBAAyB,CAACC,MAAM,CAACjB,KAAK,CAAC,CAAG,CAAC;IAC3F;IAEAC,SAAS,CAACG,YAAY,CAACU,GAAG,CAAC,QAAQ,OAAKhB,MAAQ,CAAC;IAEjD,OAAOG,SAAS,CAACiB,QAAQ,CAAC,CAAC;EAC7B,CAAC,CAAC,OAAOC,KAAK,EAAE;IAGdC,OAAO,CAACC,IAAI,CAACF,KAAK,CAAC;IAEnB,OAAOpB,GAAG;EACZ;AACF"}
1
+ {"version":3,"names":["_reactNative","require","_StreamChatRN","getResizedImageUrl","_ref","height","_ref$resize","resize","url","width","parsedUrl","URL","originalHeight","searchParams","get","originalWidth","isResizableUrl","StreamChatRN","config","resizableCDNHosts","some","rCDNh","includes","set","concat","PixelRatio","getPixelSizeForLayoutSize","Number","toString","error","console","warn"],"sourceRoot":"../../../src","sources":["utils/getResizedImageUrl.ts"],"mappings":";;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAEA,IAAAC,aAAA,GAAAD,OAAA;AAqBO,SAASE,kBAAkBA,CAAAC,IAAA,EAKL;EAAA,IAJ3BC,MAAM,GAAAD,IAAA,CAANC,MAAM;IAAAC,WAAA,GAAAF,IAAA,CACNG,MAAM;IAANA,MAAM,GAAAD,WAAA,cAAG,MAAM,GAAAA,WAAA;IACfE,GAAG,GAAAJ,IAAA,CAAHI,GAAG;IACHC,KAAK,GAAAL,IAAA,CAALK,KAAK;EAEL,IAAI;IACF,IAAMC,SAAS,GAAG,IAAIC,GAAG,CAACH,GAAG,CAAC;IAE9B,IAAMI,cAAc,GAAGF,SAAS,CAACG,YAAY,CAACC,GAAG,CAAC,IAAI,CAAC;IACvD,IAAMC,aAAa,GAAGL,SAAS,CAACG,YAAY,CAACC,GAAG,CAAC,IAAI,CAAC;IAMtD,IAAME,cAAc,GAClBC,0BAAY,CAACC,MAAM,CAACC,iBAAiB,CAACC,IAAI,CAAC,UAACC,KAAK;MAAA,OAAKb,GAAG,CAACc,QAAQ,CAACD,KAAK,CAAC;IAAA,EAAC,IAC1ET,cAAc,IACdG,aAAa;IAEf,IAAI,CAACC,cAAc,IAAK,CAACX,MAAM,IAAI,CAACI,KAAM,EAAE,OAAOD,GAAG;IAEtD,IAAIH,MAAM,EAAE;MACVK,SAAS,CAACG,YAAY,CAACU,GAAG,CAAC,GAAG,KAAAC,MAAA,CAAKC,uBAAU,CAACC,yBAAyB,CAACC,MAAM,CAACtB,MAAM,CAAC,CAAC,CAAE,CAAC;IAC5F;IAEA,IAAII,KAAK,EAAE;MACTC,SAAS,CAACG,YAAY,CAACU,GAAG,CAAC,GAAG,KAAAC,MAAA,CAAKC,uBAAU,CAACC,yBAAyB,CAACC,MAAM,CAAClB,KAAK,CAAC,CAAC,CAAE,CAAC;IAC3F;IAEAC,SAAS,CAACG,YAAY,CAACU,GAAG,CAAC,QAAQ,KAAAC,MAAA,CAAKjB,MAAM,CAAE,CAAC;IAEjD,OAAOG,SAAS,CAACkB,QAAQ,CAAC,CAAC;EAC7B,CAAC,CAAC,OAAOC,KAAK,EAAE;IAGdC,OAAO,CAACC,IAAI,CAACF,KAAK,CAAC;IAEnB,OAAOrB,GAAG;EACZ;AACF","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["getUrlOfImageAttachment","image","image_url","asset_url"],"sources":["getUrlOfImageAttachment.ts"],"sourcesContent":["import type { Attachment } from 'stream-chat';\n\n/**\n * Extract url of image from image attachment.\n * @param image Image attachment\n * @returns {string}\n */\nexport function getUrlOfImageAttachment(image: Attachment) {\n return image.image_url || image.asset_url;\n}\n"],"mappings":";;;;AAOO,SAASA,uBAAuBA,CAACC,KAAiB,EAAE;EACzD,OAAOA,KAAK,CAACC,SAAS,IAAID,KAAK,CAACE,SAAS;AAC3C"}
1
+ {"version":3,"names":["getUrlOfImageAttachment","image","image_url","asset_url"],"sourceRoot":"../../../src","sources":["utils/getUrlOfImageAttachment.ts"],"mappings":";;;;AAOO,SAASA,uBAAuBA,CAACC,KAAiB,EAAE;EACzD,OAAOA,KAAK,CAACC,SAAS,IAAID,KAAK,CAACE,SAAS;AAC3C","ignoreList":[]}
@@ -8,12 +8,12 @@ function patchMessageTextCommand(messageText, mentionedUserIds) {
8
8
  }
9
9
  var trimmedMessageText = messageText.trim();
10
10
  if (trimmedMessageText.startsWith('/mute ') || trimmedMessageText.startsWith('/unmute ') || trimmedMessageText.startsWith('/unban ')) {
11
- return trimmedMessageText.replace(/@.+/, "@" + mentionedUserIds[0]);
11
+ return trimmedMessageText.replace(/@.+/, "@".concat(mentionedUserIds[0]));
12
12
  }
13
13
  if (trimmedMessageText.startsWith('/ban ')) {
14
14
  var _trimmedMessageText$s;
15
15
  var reasonText = (_trimmedMessageText$s = trimmedMessageText.split(' ').pop()) != null ? _trimmedMessageText$s : '';
16
- return ("/ban @" + mentionedUserIds[0] + " " + reasonText).trim();
16
+ return "/ban @".concat(mentionedUserIds[0], " ").concat(reasonText).trim();
17
17
  }
18
18
  return messageText;
19
19
  }
@@ -1 +1 @@
1
- {"version":3,"names":["patchMessageTextCommand","messageText","mentionedUserIds","length","trimmedMessageText","trim","startsWith","replace","_trimmedMessageText$s","reasonText","split","pop"],"sources":["patchMessageTextCommand.ts"],"sourcesContent":["/**\n * Converts a message text command to proper format\n * Example: \"/mute @username\" to \"/mute @userId\"\n * Supports \"/ban\", \"/unban\", \"/mute\", \"/unmute\"\n * @param messageText\n * @param mentionedUsers\n * @returns\n */\nexport function patchMessageTextCommand(messageText: string, mentionedUserIds: string[]): string {\n if (mentionedUserIds.length === 0) {\n return messageText;\n }\n const trimmedMessageText = messageText.trim();\n\n /**\n * The required formats are \"/unban @userid\" or \"/mute @userid\" or \"/unmute @userid\"\n */\n if (\n trimmedMessageText.startsWith('/mute ') ||\n trimmedMessageText.startsWith('/unmute ') ||\n trimmedMessageText.startsWith('/unban ')\n ) {\n return trimmedMessageText.replace(/@.+/, `@${mentionedUserIds[0]}`);\n }\n\n /**\n * The required format is \"/ban @userid reason\"\n */\n if (trimmedMessageText.startsWith('/ban ')) {\n const reasonText = trimmedMessageText.split(' ').pop() ?? '';\n return `/ban @${mentionedUserIds[0]} ${reasonText}`.trim();\n }\n\n return messageText;\n}\n"],"mappings":";;;;AAQO,SAASA,uBAAuBA,CAACC,WAAmB,EAAEC,gBAA0B,EAAU;EAC/F,IAAIA,gBAAgB,CAACC,MAAM,KAAK,CAAC,EAAE;IACjC,OAAOF,WAAW;EACpB;EACA,IAAMG,kBAAkB,GAAGH,WAAW,CAACI,IAAI,CAAC,CAAC;EAK7C,IACED,kBAAkB,CAACE,UAAU,CAAC,QAAQ,CAAC,IACvCF,kBAAkB,CAACE,UAAU,CAAC,UAAU,CAAC,IACzCF,kBAAkB,CAACE,UAAU,CAAC,SAAS,CAAC,EACxC;IACA,OAAOF,kBAAkB,CAACG,OAAO,CAAC,KAAK,QAAML,gBAAgB,CAAC,CAAC,CAAG,CAAC;EACrE;EAKA,IAAIE,kBAAkB,CAACE,UAAU,CAAC,OAAO,CAAC,EAAE;IAAA,IAAAE,qBAAA;IAC1C,IAAMC,UAAU,IAAAD,qBAAA,GAAGJ,kBAAkB,CAACM,KAAK,CAAC,GAAG,CAAC,CAACC,GAAG,CAAC,CAAC,YAAAH,qBAAA,GAAI,EAAE;IAC5D,OAAO,YAASN,gBAAgB,CAAC,CAAC,CAAC,SAAIO,UAAU,EAAGJ,IAAI,CAAC,CAAC;EAC5D;EAEA,OAAOJ,WAAW;AACpB"}
1
+ {"version":3,"names":["patchMessageTextCommand","messageText","mentionedUserIds","length","trimmedMessageText","trim","startsWith","replace","concat","_trimmedMessageText$s","reasonText","split","pop"],"sourceRoot":"../../../src","sources":["utils/patchMessageTextCommand.ts"],"mappings":";;;;AAQO,SAASA,uBAAuBA,CAACC,WAAmB,EAAEC,gBAA0B,EAAU;EAC/F,IAAIA,gBAAgB,CAACC,MAAM,KAAK,CAAC,EAAE;IACjC,OAAOF,WAAW;EACpB;EACA,IAAMG,kBAAkB,GAAGH,WAAW,CAACI,IAAI,CAAC,CAAC;EAK7C,IACED,kBAAkB,CAACE,UAAU,CAAC,QAAQ,CAAC,IACvCF,kBAAkB,CAACE,UAAU,CAAC,UAAU,CAAC,IACzCF,kBAAkB,CAACE,UAAU,CAAC,SAAS,CAAC,EACxC;IACA,OAAOF,kBAAkB,CAACG,OAAO,CAAC,KAAK,MAAAC,MAAA,CAAMN,gBAAgB,CAAC,CAAC,CAAC,CAAE,CAAC;EACrE;EAKA,IAAIE,kBAAkB,CAACE,UAAU,CAAC,OAAO,CAAC,EAAE;IAAA,IAAAG,qBAAA;IAC1C,IAAMC,UAAU,IAAAD,qBAAA,GAAGL,kBAAkB,CAACO,KAAK,CAAC,GAAG,CAAC,CAACC,GAAG,CAAC,CAAC,YAAAH,qBAAA,GAAI,EAAE;IAC5D,OAAO,SAAAD,MAAA,CAASN,gBAAgB,CAAC,CAAC,CAAC,OAAAM,MAAA,CAAIE,UAAU,EAAGL,IAAI,CAAC,CAAC;EAC5D;EAEA,OAAOJ,WAAW;AACpB","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_deleteReaction","require","removeReactionFromLocalState","_ref","_message$own_reaction","_message$latest_react","_message$reaction_cou","_message$reaction_cou2","channel","messageId","reactionType","user","message","state","messages","find","_ref2","id","own_reactions","filter","reaction","type","latest_reactions","r","user_id","reaction_counts","deleteReaction","userId","exports"],"sources":["removeReactionFromLocalState.ts"],"sourcesContent":["import type { Channel, UserResponse } from 'stream-chat';\n\nimport { deleteReaction } from '../store/apis/deleteReaction';\n\nimport type { DefaultStreamChatGenerics } from '../types/types';\n\nexport const removeReactionFromLocalState = <\n StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,\n>({\n channel,\n messageId,\n reactionType,\n user,\n}: {\n channel: Channel<StreamChatGenerics>;\n messageId: string;\n reactionType: string;\n user: UserResponse<StreamChatGenerics>;\n}) => {\n const message = channel.state.messages.find(({ id }) => id === messageId);\n if (!message || !channel?.id || !user?.id) return;\n\n message.own_reactions = message.own_reactions?.filter(\n (reaction) => reaction.type !== reactionType,\n );\n message.latest_reactions = message.latest_reactions?.filter(\n (r) => !(r.user_id === user?.id && r.type === reactionType),\n );\n\n if (message.reaction_counts?.[reactionType] && message.reaction_counts?.[reactionType] > 0) {\n message.reaction_counts[reactionType] = message.reaction_counts[reactionType] - 1;\n }\n\n deleteReaction({\n messageId,\n reactionType,\n userId: user.id,\n });\n};\n"],"mappings":";;;;AAEA,IAAAA,eAAA,GAAAC,OAAA;AAIO,IAAMC,4BAA4B,GAAG,SAA/BA,4BAA4BA,CAAAC,IAAA,EAYnC;EAAA,IAAAC,qBAAA,EAAAC,qBAAA,EAAAC,qBAAA,EAAAC,sBAAA;EAAA,IATJC,OAAO,GAAAL,IAAA,CAAPK,OAAO;IACPC,SAAS,GAAAN,IAAA,CAATM,SAAS;IACTC,YAAY,GAAAP,IAAA,CAAZO,YAAY;IACZC,IAAI,GAAAR,IAAA,CAAJQ,IAAI;EAOJ,IAAMC,OAAO,GAAGJ,OAAO,CAACK,KAAK,CAACC,QAAQ,CAACC,IAAI,CAAC,UAAAC,KAAA;IAAA,IAAGC,EAAE,GAAAD,KAAA,CAAFC,EAAE;IAAA,OAAOA,EAAE,KAAKR,SAAS;EAAA,EAAC;EACzE,IAAI,CAACG,OAAO,IAAI,EAACJ,OAAO,YAAPA,OAAO,CAAES,EAAE,KAAI,EAACN,IAAI,YAAJA,IAAI,CAAEM,EAAE,GAAE;EAE3CL,OAAO,CAACM,aAAa,IAAAd,qBAAA,GAAGQ,OAAO,CAACM,aAAa,qBAArBd,qBAAA,CAAuBe,MAAM,CACnD,UAACC,QAAQ;IAAA,OAAKA,QAAQ,CAACC,IAAI,KAAKX,YAAY;EAAA,CAC9C,CAAC;EACDE,OAAO,CAACU,gBAAgB,IAAAjB,qBAAA,GAAGO,OAAO,CAACU,gBAAgB,qBAAxBjB,qBAAA,CAA0Bc,MAAM,CACzD,UAACI,CAAC;IAAA,OAAK,EAAEA,CAAC,CAACC,OAAO,MAAKb,IAAI,oBAAJA,IAAI,CAAEM,EAAE,KAAIM,CAAC,CAACF,IAAI,KAAKX,YAAY,CAAC;EAAA,CAC7D,CAAC;EAED,IAAI,CAAAJ,qBAAA,GAAAM,OAAO,CAACa,eAAe,aAAvBnB,qBAAA,CAA0BI,YAAY,CAAC,IAAI,EAAAH,sBAAA,GAAAK,OAAO,CAACa,eAAe,qBAAvBlB,sBAAA,CAA0BG,YAAY,CAAC,IAAG,CAAC,EAAE;IAC1FE,OAAO,CAACa,eAAe,CAACf,YAAY,CAAC,GAAGE,OAAO,CAACa,eAAe,CAACf,YAAY,CAAC,GAAG,CAAC;EACnF;EAEA,IAAAgB,8BAAc,EAAC;IACbjB,SAAS,EAATA,SAAS;IACTC,YAAY,EAAZA,YAAY;IACZiB,MAAM,EAAEhB,IAAI,CAACM;EACf,CAAC,CAAC;AACJ,CAAC;AAACW,OAAA,CAAA1B,4BAAA,GAAAA,4BAAA"}
1
+ {"version":3,"names":["_deleteReaction","require","removeReactionFromLocalState","_ref","_message$own_reaction","_message$latest_react","_message$reaction_cou","_message$reaction_cou2","channel","messageId","reactionType","user","message","state","messages","find","_ref2","id","own_reactions","filter","reaction","type","latest_reactions","r","user_id","reaction_counts","deleteReaction","userId","exports"],"sourceRoot":"../../../src","sources":["utils/removeReactionFromLocalState.ts"],"mappings":";;;;AAEA,IAAAA,eAAA,GAAAC,OAAA;AAIO,IAAMC,4BAA4B,GAAG,SAA/BA,4BAA4BA,CAAAC,IAAA,EAYnC;EAAA,IAAAC,qBAAA,EAAAC,qBAAA,EAAAC,qBAAA,EAAAC,sBAAA;EAAA,IATJC,OAAO,GAAAL,IAAA,CAAPK,OAAO;IACPC,SAAS,GAAAN,IAAA,CAATM,SAAS;IACTC,YAAY,GAAAP,IAAA,CAAZO,YAAY;IACZC,IAAI,GAAAR,IAAA,CAAJQ,IAAI;EAOJ,IAAMC,OAAO,GAAGJ,OAAO,CAACK,KAAK,CAACC,QAAQ,CAACC,IAAI,CAAC,UAAAC,KAAA;IAAA,IAAGC,EAAE,GAAAD,KAAA,CAAFC,EAAE;IAAA,OAAOA,EAAE,KAAKR,SAAS;EAAA,EAAC;EACzE,IAAI,CAACG,OAAO,IAAI,EAACJ,OAAO,YAAPA,OAAO,CAAES,EAAE,KAAI,EAACN,IAAI,YAAJA,IAAI,CAAEM,EAAE,GAAE;EAE3CL,OAAO,CAACM,aAAa,IAAAd,qBAAA,GAAGQ,OAAO,CAACM,aAAa,qBAArBd,qBAAA,CAAuBe,MAAM,CACnD,UAACC,QAAQ;IAAA,OAAKA,QAAQ,CAACC,IAAI,KAAKX,YAAY;EAAA,CAC9C,CAAC;EACDE,OAAO,CAACU,gBAAgB,IAAAjB,qBAAA,GAAGO,OAAO,CAACU,gBAAgB,qBAAxBjB,qBAAA,CAA0Bc,MAAM,CACzD,UAACI,CAAC;IAAA,OAAK,EAAEA,CAAC,CAACC,OAAO,MAAKb,IAAI,oBAAJA,IAAI,CAAEM,EAAE,KAAIM,CAAC,CAACF,IAAI,KAAKX,YAAY,CAAC;EAAA,CAC7D,CAAC;EAED,IAAI,CAAAJ,qBAAA,GAAAM,OAAO,CAACa,eAAe,aAAvBnB,qBAAA,CAA0BI,YAAY,CAAC,IAAI,EAAAH,sBAAA,GAAAK,OAAO,CAACa,eAAe,qBAAvBlB,sBAAA,CAA0BG,YAAY,CAAC,IAAG,CAAC,EAAE;IAC1FE,OAAO,CAACa,eAAe,CAACf,YAAY,CAAC,GAAGE,OAAO,CAACa,eAAe,CAACf,YAAY,CAAC,GAAG,CAAC;EACnF;EAEA,IAAAgB,8BAAc,EAAC;IACbjB,SAAS,EAATA,SAAS;IACTC,YAAY,EAAZA,YAAY;IACZiB,MAAM,EAAEhB,IAAI,CAACM;EACf,CAAC,CAAC;AACJ,CAAC;AAACW,OAAA,CAAA1B,4BAAA,GAAAA,4BAAA","ignoreList":[]}
@@ -1,11 +1,9 @@
1
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
2
1
  Object.defineProperty(exports, "__esModule", {
3
2
  value: true
4
3
  });
5
4
  exports.removeReservedFields = void 0;
6
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
7
5
  var removeReservedFields = function removeReservedFields(message) {
8
- var retryMessage = (0, _extends2["default"])({}, message);
6
+ var retryMessage = Object.assign({}, message);
9
7
  var reserved = ['cid', 'config', 'created_at', 'created_by', 'deleted_at', 'i18n', 'latest_reactions', 'own_reactions', 'reaction_counts', 'last_message_at', 'member_count', 'type', 'updated_at', 'reply_count'];
10
8
  reserved.forEach(function (key) {
11
9
  delete retryMessage[key];
@@ -1 +1 @@
1
- {"version":3,"names":["removeReservedFields","message","retryMessage","_extends2","reserved","forEach","key","exports"],"sources":["removeReservedFields.ts"],"sourcesContent":["import type { MessageResponse } from 'stream-chat';\n\nimport type { MessageType } from '../components/MessageList/hooks/useMessageList';\nimport type { DefaultStreamChatGenerics } from '../types/types';\n\nexport const removeReservedFields = <\n StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,\n>(\n message: MessageType<StreamChatGenerics> | MessageResponse<StreamChatGenerics>,\n): MessageType<StreamChatGenerics> | MessageResponse<StreamChatGenerics> => {\n const retryMessage = { ...message };\n const reserved = [\n 'cid',\n 'config',\n 'created_at',\n 'created_by',\n 'deleted_at',\n 'i18n',\n 'latest_reactions',\n 'own_reactions',\n 'reaction_counts',\n 'last_message_at',\n 'member_count',\n 'type',\n 'updated_at',\n 'reply_count',\n ];\n reserved.forEach((key) => {\n delete retryMessage[key];\n });\n\n return retryMessage;\n};\n"],"mappings":";;;;;;AAKO,IAAMA,oBAAoB,GAAG,SAAvBA,oBAAoBA,CAG/BC,OAA8E,EACJ;EAC1E,IAAMC,YAAY,OAAAC,SAAA,iBAAQF,OAAO,CAAE;EACnC,IAAMG,QAAQ,GAAG,CACf,KAAK,EACL,QAAQ,EACR,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,MAAM,EACN,kBAAkB,EAClB,eAAe,EACf,iBAAiB,EACjB,iBAAiB,EACjB,cAAc,EACd,MAAM,EACN,YAAY,EACZ,aAAa,CACd;EACDA,QAAQ,CAACC,OAAO,CAAC,UAACC,GAAG,EAAK;IACxB,OAAOJ,YAAY,CAACI,GAAG,CAAC;EAC1B,CAAC,CAAC;EAEF,OAAOJ,YAAY;AACrB,CAAC;AAACK,OAAA,CAAAP,oBAAA,GAAAA,oBAAA"}
1
+ {"version":3,"names":["removeReservedFields","message","retryMessage","Object","assign","reserved","forEach","key","exports"],"sourceRoot":"../../../src","sources":["utils/removeReservedFields.ts"],"mappings":";;;;AAKO,IAAMA,oBAAoB,GAAG,SAAvBA,oBAAoBA,CAG/BC,OAA8E,EACJ;EAC1E,IAAMC,YAAY,GAAAC,MAAA,CAAAC,MAAA,KAAQH,OAAO,CAAE;EACnC,IAAMI,QAAQ,GAAG,CACf,KAAK,EACL,QAAQ,EACR,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,MAAM,EACN,kBAAkB,EAClB,eAAe,EACf,iBAAiB,EACjB,iBAAiB,EACjB,cAAc,EACd,MAAM,EACN,YAAY,EACZ,aAAa,CACd;EACDA,QAAQ,CAACC,OAAO,CAAC,UAACC,GAAG,EAAK;IACxB,OAAOL,YAAY,CAACK,GAAG,CAAC;EAC1B,CAAC,CAAC;EAEF,OAAOL,YAAY;AACrB,CAAC;AAACM,OAAA,CAAAR,oBAAA,GAAAA,oBAAA","ignoreList":[]}
@@ -5,14 +5,13 @@ Object.defineProperty(exports, "__esModule", {
5
5
  exports.reduceMessagesToString = exports.queryUsersDebounced = exports.queryMembersDebounced = exports.makeImageCompatibleUrl = exports.isMentionTrigger = exports.isLocalUrl = exports.isEmojiTrigger = exports.isCommandTrigger = exports.isBouncedMessage = exports.isBlockedMessage = exports.hasOnlyEmojis = exports.getUrlWithoutParams = exports.getIndicatorTypeForFileState = exports.generateRandomId = exports.defaultEmojiSearchIndex = exports.ProgressIndicatorTypes = exports.MessageStatusTypes = exports.FileState = exports.ACITriggerSettings = void 0;
6
6
  var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
7
7
  var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
8
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
8
  var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
10
9
  var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
11
10
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
12
11
  var _emojiRegex = _interopRequireDefault(require("emoji-regex"));
13
12
  var _debounce = _interopRequireDefault(require("lodash/debounce"));
14
13
  var _emojiData = require("../emoji-data");
15
- function _createForOfIteratorHelperLoose(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (it) return (it = it.call(o)).next.bind(it); if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; return function () { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
14
+ function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
16
15
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
17
16
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
18
17
  var FileState = Object.freeze({
@@ -154,7 +153,7 @@ var queryUsers = function () {
154
153
  break;
155
154
  }
156
155
  _options$limit2 = options.limit, limit = _options$limit2 === void 0 ? defaultAutoCompleteSuggestionsLimit : _options$limit2, _options$mentionAllAp = options.mentionAllAppUsersQuery, mentionAllAppUsersQuery = _options$mentionAllAp === void 0 ? defaultMentionAllAppUsersQuery : _options$mentionAllAp;
157
- filters = (0, _extends2["default"])({
156
+ filters = Object.assign({
158
157
  id: {
159
158
  $ne: client.userID
160
159
  }
@@ -171,9 +170,9 @@ var queryUsers = function () {
171
170
  }];
172
171
  }
173
172
  _context2.next = 7;
174
- return client.queryUsers(filters, (0, _extends2["default"])({
173
+ return client.queryUsers(filters, Object.assign({
175
174
  id: 1
176
- }, mentionAllAppUsersQuery == null ? void 0 : mentionAllAppUsersQuery.sort), (0, _extends2["default"])({
175
+ }, mentionAllAppUsersQuery == null ? void 0 : mentionAllAppUsersQuery.sort), Object.assign({
177
176
  limit: limit
178
177
  }, mentionAllAppUsersQuery == null ? void 0 : mentionAllAppUsersQuery.options));
179
178
  case 7:
@@ -223,13 +222,13 @@ var defaultEmojiSearchIndex = {
223
222
  return name.includes(query);
224
223
  })) {
225
224
  if (emoji.skins) {
226
- results.push((0, _extends2["default"])({}, emoji, {
227
- name: emoji.name + "-tone-1",
225
+ results.push(Object.assign({}, emoji, {
226
+ name: "".concat(emoji.name, "-tone-1"),
228
227
  skins: undefined
229
228
  }));
230
229
  emoji.skins.forEach(function (tone, index) {
231
- return results.push((0, _extends2["default"])({}, emoji, {
232
- name: emoji.name + "-tone-" + (index + 2),
230
+ return results.push(Object.assign({}, emoji, {
231
+ name: "".concat(emoji.name, "-tone-").concat(index + 2),
233
232
  skins: undefined,
234
233
  unicode: tone
235
234
  }));
@@ -239,10 +238,18 @@ var defaultEmojiSearchIndex = {
239
238
  }
240
239
  }
241
240
  };
242
- for (var _iterator = _createForOfIteratorHelperLoose(_emojiData.compiledEmojis), _step; !(_step = _iterator()).done;) {
243
- var emoji = _step.value;
244
- var _ret = _loop(emoji);
245
- if ((0, _typeof2["default"])(_ret) === "object") return _ret.v;
241
+ var _iterator = _createForOfIteratorHelper(_emojiData.compiledEmojis),
242
+ _step;
243
+ try {
244
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
245
+ var emoji = _step.value;
246
+ var _ret = _loop(emoji);
247
+ if ((0, _typeof2["default"])(_ret) === "object") return _ret.v;
248
+ }
249
+ } catch (err) {
250
+ _iterator.e(err);
251
+ } finally {
252
+ _iterator.f();
246
253
  }
247
254
  return results;
248
255
  }
@@ -269,10 +276,10 @@ var ACITriggerSettings = function ACITriggerSettings(_ref3) {
269
276
  var nameA = ((_a$name = a.name) == null ? void 0 : _a$name.toLowerCase()) || '';
270
277
  var nameB = ((_b$name = b.name) == null ? void 0 : _b$name.toLowerCase()) || '';
271
278
  if (query && nameA.indexOf(query) === 0) {
272
- nameA = "0" + nameA;
279
+ nameA = "0".concat(nameA);
273
280
  }
274
281
  if (query && nameB.indexOf(query) === 0) {
275
- nameB = "0" + nameB;
282
+ nameB = "0".concat(nameB);
276
283
  }
277
284
  if (nameA < nameB) return -1;
278
285
  if (nameA > nameB) return 1;
@@ -287,8 +294,8 @@ var ACITriggerSettings = function ACITriggerSettings(_ref3) {
287
294
  output: function output(entity) {
288
295
  return {
289
296
  caretPosition: 'next',
290
- key: "" + entity.name,
291
- text: "/" + entity.name
297
+ key: "".concat(entity.name),
298
+ text: "/".concat(entity.name)
292
299
  };
293
300
  },
294
301
  type: 'command'
@@ -397,7 +404,7 @@ var ACITriggerSettings = function ACITriggerSettings(_ref3) {
397
404
  return {
398
405
  caretPosition: 'next',
399
406
  key: entity.id,
400
- text: "@" + (entity.name || entity.id)
407
+ text: "@".concat(entity.name || entity.id)
401
408
  };
402
409
  },
403
410
  type: 'mention'
@@ -406,7 +413,7 @@ var ACITriggerSettings = function ACITriggerSettings(_ref3) {
406
413
  };
407
414
  exports.ACITriggerSettings = ACITriggerSettings;
408
415
  var makeImageCompatibleUrl = function makeImageCompatibleUrl(url) {
409
- return (url.indexOf('//') === 0 ? "https:" + url : url).trim();
416
+ return (url.indexOf('//') === 0 ? "https:".concat(url) : url).trim();
410
417
  };
411
418
  exports.makeImageCompatibleUrl = makeImageCompatibleUrl;
412
419
  var getUrlWithoutParams = function getUrlWithoutParams(url) {
@@ -422,7 +429,7 @@ var isLocalUrl = function isLocalUrl(url) {
422
429
  exports.isLocalUrl = isLocalUrl;
423
430
  var generateRandomId = function generateRandomId() {
424
431
  var a = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
425
- return a ? ((Number(a) ^ Math.random() * 16) >> Number(a) / 4).toString(16) : (1e7 + "-" + 1e3 + "-" + 4e3 + "-" + 8e3 + "-" + 1e11).replace(/[018]/g, generateRandomId);
432
+ return a ? ((Number(a) ^ Math.random() * 16) >> Number(a) / 4).toString(16) : "".concat(1e7, "-", 1e3, "-", 4e3, "-", 8e3, "-", 1e11).replace(/[018]/g, generateRandomId);
426
433
  };
427
434
  exports.generateRandomId = generateRandomId;
428
435
  var hasOnlyEmojis = function hasOnlyEmojis(text) {
@@ -442,10 +449,10 @@ var stringifyMessage = function stringifyMessage(_ref4) {
442
449
  status = _ref4.status,
443
450
  type = _ref4.type,
444
451
  updated_at = _ref4.updated_at;
445
- return "" + type + deleted_at + (latest_reactions ? latest_reactions.map(function (_ref5) {
452
+ return "".concat(type).concat(deleted_at).concat(latest_reactions ? latest_reactions.map(function (_ref5) {
446
453
  var type = _ref5.type;
447
454
  return type;
448
- }).join() : '') + reply_count + status + ((updated_at == null ? void 0 : updated_at.toISOString == null ? void 0 : updated_at.toISOString()) || updated_at);
455
+ }).join() : '').concat(reply_count).concat(status).concat((updated_at == null ? void 0 : updated_at.toISOString == null ? void 0 : updated_at.toISOString()) || updated_at);
449
456
  };
450
457
  var reduceMessagesToString = function reduceMessagesToString(messages) {
451
458
  return messages.map(stringifyMessage).join();