@sendbird/uikit-react 3.3.3 → 3.3.4

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 (453) hide show
  1. package/App.js +35 -35
  2. package/CHANGELOG.md +7 -0
  3. package/Channel/components/ChannelHeader.js +18 -18
  4. package/Channel/components/ChannelUI.js +27 -26
  5. package/Channel/components/ChannelUI.js.map +1 -1
  6. package/Channel/components/FileViewer.js +14 -14
  7. package/Channel/components/FrozenNotification.js +4 -4
  8. package/Channel/components/Message.js +24 -22
  9. package/Channel/components/Message.js.map +1 -1
  10. package/Channel/components/MessageInput.js +16 -16
  11. package/Channel/components/MessageList.js +25 -24
  12. package/Channel/components/MessageList.js.map +1 -1
  13. package/Channel/components/RemoveMessageModal.js +16 -16
  14. package/Channel/components/SuggestedMentionList.js +16 -16
  15. package/Channel/components/TypingIndicator.js +14 -14
  16. package/Channel/components/UnreadCount.js +4 -4
  17. package/Channel/context.js +13 -13
  18. package/Channel.js +27 -26
  19. package/Channel.js.map +1 -1
  20. package/ChannelList/components/AddChannel.js +15 -15
  21. package/ChannelList/components/ChannelListHeader.js +7 -7
  22. package/ChannelList/components/ChannelListUI.js +29 -29
  23. package/ChannelList/components/ChannelPreview.js +32 -100
  24. package/ChannelList/components/ChannelPreview.js.map +1 -1
  25. package/ChannelList/components/ChannelPreviewAction.js +14 -14
  26. package/ChannelList/context.js +8 -8
  27. package/ChannelList.js +29 -29
  28. package/{ChannelListProvider-6522df17.js → ChannelListProvider-29e939e1.js} +8 -8
  29. package/{ChannelListProvider-6522df17.js.map → ChannelListProvider-29e939e1.js.map} +1 -1
  30. package/{ChannelProvider-014846c8.js → ChannelProvider-0f023800.js} +9 -9
  31. package/{ChannelProvider-014846c8.js.map → ChannelProvider-0f023800.js.map} +1 -1
  32. package/ChannelSettings/components/ChannelProfile.js +12 -12
  33. package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
  34. package/ChannelSettings/components/EditDetailsModal.js +12 -12
  35. package/ChannelSettings/components/LeaveChannel.js +12 -12
  36. package/ChannelSettings/components/ModerationPanel.js +15 -15
  37. package/ChannelSettings/components/UserListItem.js +11 -11
  38. package/ChannelSettings/components/UserPanel.js +14 -14
  39. package/ChannelSettings/context.js +3 -3
  40. package/ChannelSettings.js +18 -18
  41. package/CreateChannel/components/CreateChannelUI.js +14 -14
  42. package/CreateChannel/components/InviteUsers.js +14 -14
  43. package/CreateChannel/components/SelectChannelType.js +11 -11
  44. package/CreateChannel/context.js +4 -4
  45. package/CreateChannel.js +14 -14
  46. package/{CreateChannelProvider-54ec0feb.js → CreateChannelProvider-1bad158a.js} +1 -1
  47. package/{CreateChannelProvider-54ec0feb.js.map → CreateChannelProvider-1bad158a.js.map} +1 -1
  48. package/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
  49. package/CreateOpenChannel/context.js +1 -1
  50. package/CreateOpenChannel.js +10 -10
  51. package/EditUserProfile/components/EditUserProfileUI.js +13 -13
  52. package/EditUserProfile.js +13 -13
  53. package/{LocalizationContext-aa7dfc3f.js → LocalizationContext-0a81b301.js} +3 -3
  54. package/{LocalizationContext-aa7dfc3f.js.map → LocalizationContext-0a81b301.js.map} +1 -1
  55. package/{MediaQueryContext-038f7f88.js → MediaQueryContext-dbf82efb.js} +1 -1
  56. package/{MediaQueryContext-038f7f88.js.map → MediaQueryContext-dbf82efb.js.map} +1 -1
  57. package/{MemberList-3e4790c4.js → MemberList-227fbdb3.js} +5 -5
  58. package/{MemberList-3e4790c4.js.map → MemberList-227fbdb3.js.map} +1 -1
  59. package/MessageSearch/components/MessageSearchUI.js +11 -11
  60. package/MessageSearch/context.js +2 -2
  61. package/MessageSearch.js +11 -11
  62. package/OpenChannel/components/FrozenChannelNotification.js +4 -4
  63. package/OpenChannel/components/OpenChannelHeader.js +13 -13
  64. package/OpenChannel/components/OpenChannelInput.js +15 -15
  65. package/OpenChannel/components/OpenChannelMessage.js +22 -22
  66. package/OpenChannel/components/OpenChannelMessageList.js +24 -24
  67. package/OpenChannel/components/OpenChannelUI.js +24 -24
  68. package/OpenChannel/context.js +9 -9
  69. package/OpenChannel.js +24 -24
  70. package/OpenChannelList/components/OpenChannelListUI.js +13 -13
  71. package/OpenChannelList/components/OpenChannelPreview.js +4 -4
  72. package/OpenChannelList/context.js +4 -4
  73. package/OpenChannelList.js +13 -13
  74. package/{OpenChannelListProvider-e4713e4f.js → OpenChannelListProvider-e18c45c3.js} +3 -3
  75. package/{OpenChannelListProvider-e4713e4f.js.map → OpenChannelListProvider-e18c45c3.js.map} +1 -1
  76. package/{OpenChannelProvider-820eed7f.js → OpenChannelProvider-0ce9c650.js} +7 -7
  77. package/{OpenChannelProvider-820eed7f.js.map → OpenChannelProvider-0ce9c650.js.map} +1 -1
  78. package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
  79. package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
  80. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
  81. package/OpenChannelSettings/components/OperatorUI.js +17 -17
  82. package/OpenChannelSettings/components/ParticipantUI.js +15 -15
  83. package/OpenChannelSettings/context.js +3 -3
  84. package/OpenChannelSettings.js +18 -18
  85. package/{RemoveMessageModal-2e549441.js → RemoveMessageModal-515ad099.js} +3 -3
  86. package/{RemoveMessageModal-2e549441.js.map → RemoveMessageModal-515ad099.js.map} +1 -1
  87. package/SendbirdProvider.js +10 -10
  88. package/Thread/components/ParentMessageInfo.js +21 -21
  89. package/Thread/components/ParentMessageInfoItem.js +14 -14
  90. package/Thread/components/ThreadHeader.js +6 -6
  91. package/Thread/components/ThreadList.js +24 -22
  92. package/Thread/components/ThreadList.js.map +1 -1
  93. package/Thread/components/ThreadListItem.js +24 -22
  94. package/Thread/components/ThreadListItem.js.map +1 -1
  95. package/Thread/components/ThreadMessageInput.js +16 -16
  96. package/Thread/components/ThreadUI.js +26 -24
  97. package/Thread/components/ThreadUI.js.map +1 -1
  98. package/Thread/context.js +8 -8
  99. package/Thread.js +26 -24
  100. package/Thread.js.map +1 -1
  101. package/{ThreadProvider-2f751001.js → ThreadProvider-bba0da1b.js} +6 -6
  102. package/{ThreadProvider-2f751001.js.map → ThreadProvider-bba0da1b.js.map} +1 -1
  103. package/{UserProfileContext-ac550461.js → UserProfileContext-8cec4652.js} +1 -1
  104. package/{UserProfileContext-ac550461.js.map → UserProfileContext-8cec4652.js.map} +1 -1
  105. package/{_rollupPluginBabelHelpers-34d80a3b.js → _rollupPluginBabelHelpers-1596259a.js} +1 -1
  106. package/_rollupPluginBabelHelpers-1596259a.js.map +1 -0
  107. package/{actionTypes-642d9cf1.js → actionTypes-9fbd05b0.js} +1 -1
  108. package/{actionTypes-642d9cf1.js.map → actionTypes-9fbd05b0.js.map} +1 -1
  109. package/cjs/App.js +35 -35
  110. package/cjs/Channel/components/ChannelHeader.js +18 -18
  111. package/cjs/Channel/components/ChannelUI.js +27 -26
  112. package/cjs/Channel/components/ChannelUI.js.map +1 -1
  113. package/cjs/Channel/components/FileViewer.js +14 -14
  114. package/cjs/Channel/components/FrozenNotification.js +4 -4
  115. package/cjs/Channel/components/Message.js +24 -22
  116. package/cjs/Channel/components/Message.js.map +1 -1
  117. package/cjs/Channel/components/MessageInput.js +16 -16
  118. package/cjs/Channel/components/MessageList.js +25 -24
  119. package/cjs/Channel/components/MessageList.js.map +1 -1
  120. package/cjs/Channel/components/RemoveMessageModal.js +16 -16
  121. package/cjs/Channel/components/SuggestedMentionList.js +16 -16
  122. package/cjs/Channel/components/TypingIndicator.js +14 -14
  123. package/cjs/Channel/components/UnreadCount.js +4 -4
  124. package/cjs/Channel/context.js +13 -13
  125. package/cjs/Channel.js +27 -26
  126. package/cjs/Channel.js.map +1 -1
  127. package/cjs/ChannelList/components/AddChannel.js +15 -15
  128. package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
  129. package/cjs/ChannelList/components/ChannelListUI.js +29 -29
  130. package/cjs/ChannelList/components/ChannelPreview.js +38 -106
  131. package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
  132. package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
  133. package/cjs/ChannelList/context.js +8 -8
  134. package/cjs/ChannelList.js +29 -29
  135. package/cjs/{ChannelListProvider-b705fa43.js → ChannelListProvider-40537146.js} +8 -8
  136. package/cjs/{ChannelListProvider-b705fa43.js.map → ChannelListProvider-40537146.js.map} +1 -1
  137. package/cjs/{ChannelProvider-0b75671e.js → ChannelProvider-5bf86efa.js} +9 -9
  138. package/cjs/{ChannelProvider-0b75671e.js.map → ChannelProvider-5bf86efa.js.map} +1 -1
  139. package/cjs/ChannelSettings/components/ChannelProfile.js +12 -12
  140. package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
  141. package/cjs/ChannelSettings/components/EditDetailsModal.js +12 -12
  142. package/cjs/ChannelSettings/components/LeaveChannel.js +12 -12
  143. package/cjs/ChannelSettings/components/ModerationPanel.js +15 -15
  144. package/cjs/ChannelSettings/components/UserListItem.js +11 -11
  145. package/cjs/ChannelSettings/components/UserPanel.js +14 -14
  146. package/cjs/ChannelSettings/context.js +3 -3
  147. package/cjs/ChannelSettings.js +18 -18
  148. package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
  149. package/cjs/CreateChannel/components/InviteUsers.js +14 -14
  150. package/cjs/CreateChannel/components/SelectChannelType.js +11 -11
  151. package/cjs/CreateChannel/context.js +4 -4
  152. package/cjs/CreateChannel.js +14 -14
  153. package/cjs/{CreateChannelProvider-25694e0d.js → CreateChannelProvider-2f5c62a5.js} +1 -1
  154. package/cjs/{CreateChannelProvider-25694e0d.js.map → CreateChannelProvider-2f5c62a5.js.map} +1 -1
  155. package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
  156. package/cjs/CreateOpenChannel/context.js +1 -1
  157. package/cjs/CreateOpenChannel.js +10 -10
  158. package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
  159. package/cjs/EditUserProfile.js +13 -13
  160. package/cjs/{LocalizationContext-8e73c858.js → LocalizationContext-8497bc78.js} +3 -3
  161. package/cjs/{LocalizationContext-8e73c858.js.map → LocalizationContext-8497bc78.js.map} +1 -1
  162. package/cjs/{MediaQueryContext-28198a15.js → MediaQueryContext-4225380b.js} +1 -1
  163. package/cjs/{MediaQueryContext-28198a15.js.map → MediaQueryContext-4225380b.js.map} +1 -1
  164. package/cjs/{MemberList-430762bb.js → MemberList-2256bcdf.js} +5 -5
  165. package/cjs/{MemberList-430762bb.js.map → MemberList-2256bcdf.js.map} +1 -1
  166. package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
  167. package/cjs/MessageSearch/context.js +2 -2
  168. package/cjs/MessageSearch.js +11 -11
  169. package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
  170. package/cjs/OpenChannel/components/OpenChannelHeader.js +13 -13
  171. package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
  172. package/cjs/OpenChannel/components/OpenChannelMessage.js +22 -22
  173. package/cjs/OpenChannel/components/OpenChannelMessageList.js +24 -24
  174. package/cjs/OpenChannel/components/OpenChannelUI.js +24 -24
  175. package/cjs/OpenChannel/context.js +9 -9
  176. package/cjs/OpenChannel.js +24 -24
  177. package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
  178. package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
  179. package/cjs/OpenChannelList/context.js +4 -4
  180. package/cjs/OpenChannelList.js +13 -13
  181. package/cjs/{OpenChannelListProvider-127e2c69.js → OpenChannelListProvider-80f2b08b.js} +3 -3
  182. package/cjs/{OpenChannelListProvider-127e2c69.js.map → OpenChannelListProvider-80f2b08b.js.map} +1 -1
  183. package/cjs/{OpenChannelProvider-187e5820.js → OpenChannelProvider-e93c9633.js} +7 -7
  184. package/cjs/{OpenChannelProvider-187e5820.js.map → OpenChannelProvider-e93c9633.js.map} +1 -1
  185. package/cjs/OpenChannelSettings/components/EditDetailsModal.js +13 -13
  186. package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
  187. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
  188. package/cjs/OpenChannelSettings/components/OperatorUI.js +17 -17
  189. package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -15
  190. package/cjs/OpenChannelSettings/context.js +3 -3
  191. package/cjs/OpenChannelSettings.js +18 -18
  192. package/cjs/{RemoveMessageModal-ab3e801b.js → RemoveMessageModal-46e89e67.js} +3 -3
  193. package/cjs/{RemoveMessageModal-ab3e801b.js.map → RemoveMessageModal-46e89e67.js.map} +1 -1
  194. package/cjs/SendbirdProvider.js +10 -10
  195. package/cjs/Thread/components/ParentMessageInfo.js +21 -21
  196. package/cjs/Thread/components/ParentMessageInfoItem.js +14 -14
  197. package/cjs/Thread/components/ThreadHeader.js +6 -6
  198. package/cjs/Thread/components/ThreadList.js +24 -22
  199. package/cjs/Thread/components/ThreadList.js.map +1 -1
  200. package/cjs/Thread/components/ThreadListItem.js +25 -23
  201. package/cjs/Thread/components/ThreadListItem.js.map +1 -1
  202. package/cjs/Thread/components/ThreadMessageInput.js +16 -16
  203. package/cjs/Thread/components/ThreadUI.js +26 -24
  204. package/cjs/Thread/components/ThreadUI.js.map +1 -1
  205. package/cjs/Thread/context.js +8 -8
  206. package/cjs/Thread.js +26 -24
  207. package/cjs/Thread.js.map +1 -1
  208. package/cjs/{ThreadProvider-41164a45.js → ThreadProvider-a3aff32f.js} +6 -6
  209. package/cjs/{ThreadProvider-41164a45.js.map → ThreadProvider-a3aff32f.js.map} +1 -1
  210. package/cjs/{UserProfileContext-89f4ca9a.js → UserProfileContext-a0cd5b83.js} +1 -1
  211. package/cjs/{UserProfileContext-89f4ca9a.js.map → UserProfileContext-a0cd5b83.js.map} +1 -1
  212. package/cjs/{_rollupPluginBabelHelpers-5a3145d1.js → _rollupPluginBabelHelpers-cf1a9aed.js} +1 -1
  213. package/cjs/_rollupPluginBabelHelpers-cf1a9aed.js.map +1 -0
  214. package/cjs/{actionTypes-c3d4d3c4.js → actionTypes-2dc34f6e.js} +1 -1
  215. package/cjs/{actionTypes-c3d4d3c4.js.map → actionTypes-2dc34f6e.js.map} +1 -1
  216. package/cjs/{color-c3cad9a8.js → color-fbd6c374.js} +1 -1
  217. package/cjs/{color-c3cad9a8.js.map → color-fbd6c374.js.map} +1 -1
  218. package/cjs/{compareIds-71cb3e6e.js → compareIds-76947865.js} +1 -1
  219. package/cjs/{compareIds-71cb3e6e.js.map → compareIds-76947865.js.map} +1 -1
  220. package/cjs/{const-4de21a7a.js → const-1d125f31.js} +1 -1
  221. package/cjs/{const-4de21a7a.js.map → const-1d125f31.js.map} +1 -1
  222. package/cjs/{const-b95571bb.js → const-d51e19f4.js} +1 -1
  223. package/cjs/{const-b95571bb.js.map → const-d51e19f4.js.map} +1 -1
  224. package/cjs/{context-7b59a6d6.js → context-2bdb5172.js} +2 -2
  225. package/cjs/{context-7b59a6d6.js.map → context-2bdb5172.js.map} +1 -1
  226. package/cjs/{index-40b2748b.js → index-07e9d235.js} +1 -1
  227. package/cjs/{index-40b2748b.js.map → index-07e9d235.js.map} +1 -1
  228. package/cjs/index-1e636630.js +157 -0
  229. package/cjs/index-1e636630.js.map +1 -0
  230. package/cjs/index-3cc13e66.js +178 -0
  231. package/cjs/index-3cc13e66.js.map +1 -0
  232. package/cjs/{index-c8fe6fd5.js → index-82ff89ee.js} +2 -2
  233. package/cjs/{index-c8fe6fd5.js.map → index-82ff89ee.js.map} +1 -1
  234. package/cjs/{index-c1a2e0f0.js → index-a160e409.js} +2 -2
  235. package/cjs/{index-c1a2e0f0.js.map → index-a160e409.js.map} +1 -1
  236. package/cjs/{index-bd0af4e9.js → index-d2f03436.js} +2 -3
  237. package/cjs/{index-bd0af4e9.js.map → index-d2f03436.js.map} +1 -1
  238. package/cjs/{index-42857089.js → index-d3e46239.js} +7 -7
  239. package/cjs/{index-42857089.js.map → index-d3e46239.js.map} +1 -1
  240. package/cjs/{index-7512b663.js → index-d84834cb.js} +4 -4
  241. package/cjs/{index-7512b663.js.map → index-d84834cb.js.map} +1 -1
  242. package/cjs/{index-994763f3.js → index-e7d3a41a.js} +5 -5
  243. package/cjs/{index-994763f3.js.map → index-e7d3a41a.js.map} +1 -1
  244. package/cjs/{index-c7b7bc75.js → index-e9d4a3c3.js} +1 -1
  245. package/cjs/{index-c7b7bc75.js.map → index-e9d4a3c3.js.map} +1 -1
  246. package/cjs/{index-39074bef.js → index-f058f9f9.js} +2 -2
  247. package/cjs/{index-39074bef.js.map → index-f058f9f9.js.map} +1 -1
  248. package/cjs/{index-76988629.js → index-f15a815b.js} +2 -5
  249. package/cjs/{index-76988629.js.map → index-f15a815b.js.map} +1 -1
  250. package/cjs/index.js +38 -38
  251. package/cjs/sendbirdSelectors.js +2 -2
  252. package/cjs/{stringSet-3b2e7f83.js → stringSet-4dd3f71e.js} +2 -1
  253. package/cjs/stringSet-4dd3f71e.js.map +1 -0
  254. package/cjs/{topics-3dd8a046.js → topics-a58ece2d.js} +1 -1
  255. package/cjs/{topics-3dd8a046.js.map → topics-a58ece2d.js.map} +1 -1
  256. package/cjs/{tslib.es6-1830b80e.js → tslib.es6-565bcf25.js} +1 -1
  257. package/cjs/{tslib.es6-1830b80e.js.map → tslib.es6-565bcf25.js.map} +1 -1
  258. package/cjs/ui/Accordion.js +3 -3
  259. package/cjs/ui/AccordionGroup.js +2 -2
  260. package/cjs/ui/AdminMessage.js +3 -3
  261. package/cjs/ui/Avatar.js +2 -2
  262. package/cjs/ui/Badge.js +5 -5
  263. package/cjs/ui/BottomSheet.js +1 -1
  264. package/cjs/ui/Button.js +3 -3
  265. package/cjs/ui/ChannelAvatar.js +3 -3
  266. package/cjs/ui/ConnectionStatus.js +4 -4
  267. package/cjs/ui/ContextMenu.js +5 -5
  268. package/cjs/ui/DateSeparator.js +4 -4
  269. package/cjs/ui/EmojiReactions.js +7 -7
  270. package/cjs/ui/FileMessageItemBody.js +6 -6
  271. package/cjs/ui/FileViewer.js +8 -8
  272. package/cjs/ui/IconButton.js +1 -1
  273. package/cjs/ui/ImageRenderer.js +1 -1
  274. package/cjs/ui/Input.js +2 -2
  275. package/cjs/ui/Label.js +2 -2
  276. package/cjs/ui/LinkLabel.js +2 -2
  277. package/cjs/ui/Loader.js +1 -1
  278. package/cjs/ui/MentionLabel.js +11 -11
  279. package/cjs/ui/MessageContent.js +21 -19
  280. package/cjs/ui/MessageContent.js.map +1 -1
  281. package/cjs/ui/MessageInput.js +19 -14
  282. package/cjs/ui/MessageInput.js.map +1 -1
  283. package/cjs/ui/MessageItemMenu.js +7 -7
  284. package/cjs/ui/MessageItemReactionMenu.js +5 -5
  285. package/cjs/ui/MessageSearchFileItem.js +24 -13
  286. package/cjs/ui/MessageSearchFileItem.js.map +1 -1
  287. package/cjs/ui/MessageSearchItem.js +24 -13
  288. package/cjs/ui/MessageSearchItem.js.map +1 -1
  289. package/cjs/ui/MessageStatus.js +16 -55
  290. package/cjs/ui/MessageStatus.js.map +1 -1
  291. package/cjs/ui/Modal.js +7 -7
  292. package/cjs/ui/OGMessageItemBody.js +11 -11
  293. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  294. package/cjs/ui/OpenChannelAvatar.js +6 -6
  295. package/cjs/ui/OpenchannelConversationHeader.js +6 -6
  296. package/cjs/ui/OpenchannelFileMessage.js +16 -16
  297. package/cjs/ui/OpenchannelOGMessage.js +16 -16
  298. package/cjs/ui/OpenchannelThumbnailMessage.js +15 -15
  299. package/cjs/ui/OpenchannelUserMessage.js +16 -16
  300. package/cjs/ui/PlaceHolder.js +6 -6
  301. package/cjs/ui/QuoteMessage.js +6 -6
  302. package/cjs/ui/QuoteMessageInput.js +6 -6
  303. package/cjs/ui/ReactionBadge.js +3 -3
  304. package/cjs/ui/ReactionButton.js +1 -1
  305. package/cjs/ui/SortByRow.js +2 -2
  306. package/cjs/ui/TextButton.js +2 -2
  307. package/cjs/ui/TextMessageItemBody.js +11 -11
  308. package/cjs/ui/ThreadReplies.js +6 -6
  309. package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
  310. package/cjs/ui/Tooltip.js +3 -3
  311. package/cjs/ui/TooltipWrapper.js +1 -1
  312. package/cjs/ui/UnknownMessageItemBody.js +6 -6
  313. package/cjs/ui/UserListItem.js +11 -11
  314. package/cjs/ui/UserProfile.js +10 -10
  315. package/cjs/ui/Word.js +11 -11
  316. package/cjs/{useLongPress-eff0b243.js → useLongPress-5dd4480a.js} +3 -3
  317. package/cjs/{useLongPress-eff0b243.js.map → useLongPress-5dd4480a.js.map} +1 -1
  318. package/cjs/useSendbirdStateContext.js +1 -1
  319. package/cjs/{utils-4c89877f.js → utils-4594064b.js} +1 -1
  320. package/cjs/{utils-4c89877f.js.map → utils-4594064b.js.map} +1 -1
  321. package/cjs/{utils-669a0f93.js → utils-4cce255c.js} +1 -1
  322. package/cjs/{utils-669a0f93.js.map → utils-4cce255c.js.map} +1 -1
  323. package/cjs/{utils-c6b57d1a.js → utils-7818d87a.js} +1 -1
  324. package/cjs/{utils-c6b57d1a.js.map → utils-7818d87a.js.map} +1 -1
  325. package/cjs/{utils-346853d2.js → utils-eaf70168.js} +2 -2
  326. package/cjs/{utils-346853d2.js.map → utils-eaf70168.js.map} +1 -1
  327. package/cjs/{uuid-500480f2.js → uuid-bea1faad.js} +1 -1
  328. package/cjs/{uuid-500480f2.js.map → uuid-bea1faad.js.map} +1 -1
  329. package/cjs/withSendbird.js +1 -1
  330. package/{color-57e4b878.js → color-bf0c20dc.js} +1 -1
  331. package/{color-57e4b878.js.map → color-bf0c20dc.js.map} +1 -1
  332. package/{compareIds-e883daf1.js → compareIds-8f9595bc.js} +1 -1
  333. package/{compareIds-e883daf1.js.map → compareIds-8f9595bc.js.map} +1 -1
  334. package/{const-ae324b4b.js → const-d3c760a4.js} +1 -1
  335. package/{const-ae324b4b.js.map → const-d3c760a4.js.map} +1 -1
  336. package/{const-c161b705.js → const-faf029e4.js} +1 -1
  337. package/{const-c161b705.js.map → const-faf029e4.js.map} +1 -1
  338. package/{context-c3aeffff.js → context-7e7aa145.js} +2 -2
  339. package/{context-c3aeffff.js.map → context-7e7aa145.js.map} +1 -1
  340. package/{index-d27b45b3.js → index-11069e08.js} +2 -2
  341. package/{index-d27b45b3.js.map → index-11069e08.js.map} +1 -1
  342. package/{index-a623d99a.js → index-22146748.js} +1 -1
  343. package/{index-a623d99a.js.map → index-22146748.js.map} +1 -1
  344. package/index-3e13540c.js +145 -0
  345. package/index-3e13540c.js.map +1 -0
  346. package/{index-c87f7f73.js → index-4052efb0.js} +2 -2
  347. package/{index-c87f7f73.js.map → index-4052efb0.js.map} +1 -1
  348. package/{index-40a69f5f.js → index-53f9dbdb.js} +3 -3
  349. package/{index-40a69f5f.js.map → index-53f9dbdb.js.map} +1 -1
  350. package/{index-004317e6.js → index-5665dd9a.js} +5 -5
  351. package/{index-004317e6.js.map → index-5665dd9a.js.map} +1 -1
  352. package/index-589ef7e7.js +174 -0
  353. package/index-589ef7e7.js.map +1 -0
  354. package/{index-9f471c3f.js → index-75c6845d.js} +2 -2
  355. package/{index-9f471c3f.js.map → index-75c6845d.js.map} +1 -1
  356. package/{index-e4add1e4.js → index-837130fb.js} +3 -3
  357. package/{index-e4add1e4.js.map → index-837130fb.js.map} +1 -1
  358. package/{index-192ae483.js → index-a682dd0a.js} +1 -1
  359. package/{index-192ae483.js.map → index-a682dd0a.js.map} +1 -1
  360. package/{index-030bd260.js → index-c4124d52.js} +4 -4
  361. package/{index-030bd260.js.map → index-c4124d52.js.map} +1 -1
  362. package/{index-3105c09f.js → index-e7a5c308.js} +7 -7
  363. package/{index-3105c09f.js.map → index-e7a5c308.js.map} +1 -1
  364. package/index.d.ts +2 -1
  365. package/index.js +38 -38
  366. package/package.json +1 -1
  367. package/sendbirdSelectors.js +2 -2
  368. package/{stringSet-8218c0cc.js → stringSet-522716ae.js} +2 -1
  369. package/stringSet-522716ae.js.map +1 -0
  370. package/{topics-79ac549c.js → topics-4353311c.js} +1 -1
  371. package/{topics-79ac549c.js.map → topics-4353311c.js.map} +1 -1
  372. package/{tslib.es6-a9347cf5.js → tslib.es6-1d845c73.js} +1 -1
  373. package/{tslib.es6-a9347cf5.js.map → tslib.es6-1d845c73.js.map} +1 -1
  374. package/ui/Accordion.js +3 -3
  375. package/ui/AccordionGroup.js +2 -2
  376. package/ui/AdminMessage.js +3 -3
  377. package/ui/Avatar.js +2 -2
  378. package/ui/Badge.js +5 -5
  379. package/ui/BottomSheet.js +1 -1
  380. package/ui/Button.js +3 -3
  381. package/ui/ChannelAvatar.js +3 -3
  382. package/ui/ConnectionStatus.js +4 -4
  383. package/ui/ContextMenu.js +5 -5
  384. package/ui/DateSeparator.js +4 -4
  385. package/ui/EmojiReactions.js +7 -7
  386. package/ui/FileMessageItemBody.js +6 -6
  387. package/ui/FileViewer.js +8 -8
  388. package/ui/IconButton.js +1 -1
  389. package/ui/ImageRenderer.js +1 -1
  390. package/ui/Input.js +2 -2
  391. package/ui/Label.js +2 -2
  392. package/ui/LinkLabel.js +2 -2
  393. package/ui/Loader.js +1 -1
  394. package/ui/MentionLabel.js +11 -11
  395. package/ui/MessageContent.js +20 -18
  396. package/ui/MessageContent.js.map +1 -1
  397. package/ui/MessageInput.js +19 -14
  398. package/ui/MessageInput.js.map +1 -1
  399. package/ui/MessageItemMenu.js +7 -7
  400. package/ui/MessageItemReactionMenu.js +5 -5
  401. package/ui/MessageSearchFileItem.js +24 -13
  402. package/ui/MessageSearchFileItem.js.map +1 -1
  403. package/ui/MessageSearchItem.js +24 -13
  404. package/ui/MessageSearchItem.js.map +1 -1
  405. package/ui/MessageStatus.js +14 -53
  406. package/ui/MessageStatus.js.map +1 -1
  407. package/ui/Modal.js +7 -7
  408. package/ui/OGMessageItemBody.js +11 -11
  409. package/ui/OpenChannelAdminMessage.js +3 -3
  410. package/ui/OpenChannelAvatar.js +6 -6
  411. package/ui/OpenchannelConversationHeader.js +6 -6
  412. package/ui/OpenchannelFileMessage.js +16 -16
  413. package/ui/OpenchannelOGMessage.js +16 -16
  414. package/ui/OpenchannelThumbnailMessage.js +15 -15
  415. package/ui/OpenchannelUserMessage.js +16 -16
  416. package/ui/PlaceHolder.js +6 -6
  417. package/ui/QuoteMessage.js +6 -6
  418. package/ui/QuoteMessageInput.js +6 -6
  419. package/ui/ReactionBadge.js +3 -3
  420. package/ui/ReactionButton.js +1 -1
  421. package/ui/SortByRow.js +2 -2
  422. package/ui/TextButton.js +2 -2
  423. package/ui/TextMessageItemBody.js +11 -11
  424. package/ui/ThreadReplies.js +6 -6
  425. package/ui/ThumbnailMessageItemBody.js +2 -2
  426. package/ui/Tooltip.js +3 -3
  427. package/ui/TooltipWrapper.js +1 -1
  428. package/ui/UnknownMessageItemBody.js +6 -6
  429. package/ui/UserListItem.js +11 -11
  430. package/ui/UserProfile.js +10 -10
  431. package/ui/Word.js +11 -11
  432. package/{useLongPress-383a5348.js → useLongPress-f99b61d9.js} +3 -3
  433. package/{useLongPress-383a5348.js.map → useLongPress-f99b61d9.js.map} +1 -1
  434. package/useSendbirdStateContext.js +1 -1
  435. package/{utils-bced60ca.js → utils-355daaf8.js} +1 -1
  436. package/{utils-bced60ca.js.map → utils-355daaf8.js.map} +1 -1
  437. package/{utils-628f2c1b.js → utils-531c0ded.js} +1 -1
  438. package/{utils-628f2c1b.js.map → utils-531c0ded.js.map} +1 -1
  439. package/{utils-f1589e71.js → utils-b2c3eeca.js} +2 -2
  440. package/{utils-f1589e71.js.map → utils-b2c3eeca.js.map} +1 -1
  441. package/{utils-69bbeb3a.js → utils-c7097024.js} +1 -1
  442. package/{utils-69bbeb3a.js.map → utils-c7097024.js.map} +1 -1
  443. package/{uuid-47b7ac05.js → uuid-1f647558.js} +1 -1
  444. package/{uuid-47b7ac05.js.map → uuid-1f647558.js.map} +1 -1
  445. package/withSendbird.js +1 -1
  446. package/_rollupPluginBabelHelpers-34d80a3b.js.map +0 -1
  447. package/cjs/_rollupPluginBabelHelpers-5a3145d1.js.map +0 -1
  448. package/cjs/index-dc77e3c7.js +0 -265
  449. package/cjs/index-dc77e3c7.js.map +0 -1
  450. package/cjs/stringSet-3b2e7f83.js.map +0 -1
  451. package/index-5e60a636.js +0 -261
  452. package/index-5e60a636.js.map +0 -1
  453. package/stringSet-8218c0cc.js.map +0 -1
package/App.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import React__default, { useState, useEffect } from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  import Sendbird from './SendbirdProvider.js';
4
- import { u as useMediaQueryContext } from './MediaQueryContext-038f7f88.js';
4
+ import { u as useMediaQueryContext } from './MediaQueryContext-dbf82efb.js';
5
5
  import ChannelList from './ChannelList.js';
6
6
  import Channel from './Channel.js';
7
7
  import ChannelSettings from './ChannelSettings.js';
@@ -9,26 +9,26 @@ import MessageSearchPannel from './MessageSearch.js';
9
9
  import Thread from './Thread.js';
10
10
  import { GroupChannelHandler } from '@sendbird/chat/groupChannel';
11
11
  import useSendbirdStateContext from './useSendbirdStateContext.js';
12
- import { u as uuidv4 } from './uuid-47b7ac05.js';
13
- import './_rollupPluginBabelHelpers-34d80a3b.js';
12
+ import { u as uuidv4 } from './uuid-1f647558.js';
13
+ import './_rollupPluginBabelHelpers-1596259a.js';
14
14
  import './withSendbird.js';
15
15
  import '@sendbird/chat';
16
16
  import '@sendbird/chat/openChannel';
17
- import './actionTypes-642d9cf1.js';
18
- import './index-9f471c3f.js';
19
- import './tslib.es6-a9347cf5.js';
17
+ import './actionTypes-9fbd05b0.js';
18
+ import './index-75c6845d.js';
19
+ import './tslib.es6-1d845c73.js';
20
20
  import './utils/message/getOutgoingMessageState.js';
21
21
  import 'css-vars-ponyfill';
22
- import './LocalizationContext-aa7dfc3f.js';
23
- import './stringSet-8218c0cc.js';
24
- import './index-192ae483.js';
25
- import './ChannelListProvider-6522df17.js';
26
- import './topics-79ac549c.js';
27
- import './utils-628f2c1b.js';
28
- import './UserProfileContext-ac550461.js';
22
+ import './LocalizationContext-0a81b301.js';
23
+ import './stringSet-522716ae.js';
24
+ import './index-a682dd0a.js';
25
+ import './ChannelListProvider-29e939e1.js';
26
+ import './topics-4353311c.js';
27
+ import './utils-531c0ded.js';
28
+ import './UserProfileContext-8cec4652.js';
29
29
  import './ChannelList/components/ChannelListUI.js';
30
30
  import './ChannelList/components/ChannelListHeader.js';
31
- import './index-c87f7f73.js';
31
+ import './index-4052efb0.js';
32
32
  import './ui/Avatar.js';
33
33
  import './ui/ImageRenderer.js';
34
34
  import './ui/Icon.js';
@@ -36,12 +36,12 @@ import './ChannelList/components/AddChannel.js';
36
36
  import './ui/IconButton.js';
37
37
  import './CreateChannel.js';
38
38
  import './CreateChannel/components/CreateChannelUI.js';
39
- import './CreateChannelProvider-54ec0feb.js';
39
+ import './CreateChannelProvider-1bad158a.js';
40
40
  import './sendbirdSelectors.js';
41
41
  import './CreateChannel/components/InviteUsers.js';
42
42
  import './ui/Modal.js';
43
43
  import 'react-dom';
44
- import './index-a623d99a.js';
44
+ import './index-22146748.js';
45
45
  import './ui/Button.js';
46
46
  import './ui/UserListItem.js';
47
47
  import './ui/MutedAvatarOverlay.js';
@@ -52,37 +52,37 @@ import './ui/SortByRow.js';
52
52
  import './CreateChannel/components/SelectChannelType.js';
53
53
  import './ChannelList/components/ChannelPreview.js';
54
54
  import './ui/ChannelAvatar.js';
55
- import './utils-69bbeb3a.js';
55
+ import './utils-c7097024.js';
56
56
  import './ui/Badge.js';
57
- import './index-5e60a636.js';
58
- import './index-40a69f5f.js';
59
- import './index-e4add1e4.js';
57
+ import './index-3e13540c.js';
58
+ import './index-837130fb.js';
59
+ import './ui/Loader.js';
60
+ import './index-589ef7e7.js';
61
+ import './index-53f9dbdb.js';
60
62
  import './ui/MentionUserLabel.js';
61
63
  import './ui/TextButton.js';
62
- import './color-57e4b878.js';
64
+ import './color-bf0c20dc.js';
63
65
  import './Channel/components/TypingIndicator.js';
64
- import './ChannelProvider-014846c8.js';
65
- import './compareIds-e883daf1.js';
66
- import './const-c161b705.js';
66
+ import './ChannelProvider-0f023800.js';
67
+ import './compareIds-8f9595bc.js';
68
+ import './const-faf029e4.js';
67
69
  import '@sendbird/chat/message';
68
70
  import './ui/ReactionButton.js';
69
- import './ui/MessageStatus.js';
70
- import './ui/Loader.js';
71
- import './useLongPress-383a5348.js';
71
+ import './useLongPress-f99b61d9.js';
72
72
  import './ChannelList/components/ChannelPreviewAction.js';
73
73
  import './EditUserProfile.js';
74
- import './index-004317e6.js';
74
+ import './index-5665dd9a.js';
75
75
  import './ui/Input.js';
76
- import './index-030bd260.js';
76
+ import './index-c4124d52.js';
77
77
  import './Channel/components/ChannelUI.js';
78
78
  import './ui/ConnectionStatus.js';
79
79
  import './Channel/components/ChannelHeader.js';
80
- import './utils-f1589e71.js';
80
+ import './utils-b2c3eeca.js';
81
81
  import './Channel/components/MessageList.js';
82
82
  import './Channel/components/Message.js';
83
83
  import './Channel/components/SuggestedMentionList.js';
84
- import './const-ae324b4b.js';
85
- import './ThreadProvider-2f751001.js';
84
+ import './const-d3c760a4.js';
85
+ import './ThreadProvider-bba0da1b.js';
86
86
  import './Thread/context/types.js';
87
87
  import './ui/DateSeparator.js';
88
88
  import './ui/MessageInput.js';
@@ -119,9 +119,9 @@ import './ChannelSettings/components/EditDetailsModal.js';
119
119
  import './ChannelSettings/components/ModerationPanel.js';
120
120
  import './ui/Accordion.js';
121
121
  import './ui/AccordionGroup.js';
122
- import './context-c3aeffff.js';
122
+ import './context-7e7aa145.js';
123
123
  import './ChannelSettings/components/UserListItem.js';
124
- import './MemberList-3e4790c4.js';
124
+ import './MemberList-227fbdb3.js';
125
125
  import './ChannelSettings/components/LeaveChannel.js';
126
126
  import './ChannelSettings/components/UserPanel.js';
127
127
  import './MessageSearch/components/MessageSearchUI.js';
@@ -130,7 +130,7 @@ import './ui/MessageSearchItem.js';
130
130
  import './ui/MessageSearchFileItem.js';
131
131
  import './Thread/components/ThreadUI.js';
132
132
  import './Thread/components/ParentMessageInfo.js';
133
- import './RemoveMessageModal-2e549441.js';
133
+ import './RemoveMessageModal-515ad099.js';
134
134
  import './Thread/components/ParentMessageInfoItem.js';
135
135
  import './ui/FileViewer.js';
136
136
  import './Thread/components/ThreadHeader.js';
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog - v3
2
2
 
3
+ ## [v3.3.4] (Jan 6 2023)
4
+ Fix:
5
+ * Add the time stamp rendering case for before this year on the ChannelList
6
+ * Improve the message input security
7
+ * Possibility of XSS has been discovered
8
+ * Recommend to do a version up, if you are using UIKit version 3.0.0 or higher
9
+
3
10
  ## [v3.3.3] (Dec 22 2022)
4
11
  Fix:
5
12
  * Change default value of the image compression rate to 70%(0.7)
@@ -1,31 +1,31 @@
1
1
  import React__default, { useContext } from 'react';
2
- import { g as getChannelTitle } from '../../utils-f1589e71.js';
3
- import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c87f7f73.js';
2
+ import { g as getChannelTitle } from '../../utils-b2c3eeca.js';
3
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-4052efb0.js';
4
4
  import Icon, { IconColors, IconTypes } from '../../ui/Icon.js';
5
5
  import IconButton from '../../ui/IconButton.js';
6
6
  import ChannelAvatar from '../../ui/ChannelAvatar.js';
7
- import { a as LocalizationContext } from '../../LocalizationContext-aa7dfc3f.js';
7
+ import { a as LocalizationContext } from '../../LocalizationContext-0a81b301.js';
8
8
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
9
- import { u as useChannelContext } from '../../ChannelProvider-014846c8.js';
10
- import { u as useMediaQueryContext } from '../../MediaQueryContext-038f7f88.js';
11
- import { n as noop } from '../../utils-628f2c1b.js';
9
+ import { u as useChannelContext } from '../../ChannelProvider-0f023800.js';
10
+ import { u as useMediaQueryContext } from '../../MediaQueryContext-dbf82efb.js';
11
+ import { n as noop } from '../../utils-531c0ded.js';
12
12
  import 'prop-types';
13
- import '../../stringSet-8218c0cc.js';
14
- import '../../tslib.es6-a9347cf5.js';
13
+ import '../../stringSet-522716ae.js';
14
+ import '../../tslib.es6-1d845c73.js';
15
15
  import '../../ui/Avatar.js';
16
16
  import '../../ui/ImageRenderer.js';
17
- import '../../uuid-47b7ac05.js';
18
- import '../../utils-69bbeb3a.js';
19
- import '../../index-192ae483.js';
17
+ import '../../uuid-1f647558.js';
18
+ import '../../utils-c7097024.js';
19
+ import '../../index-a682dd0a.js';
20
20
  import '../../withSendbird.js';
21
- import '../../_rollupPluginBabelHelpers-34d80a3b.js';
22
- import '../../UserProfileContext-ac550461.js';
23
- import '../../index-e4add1e4.js';
24
- import '../../topics-79ac549c.js';
25
- import '../../index-9f471c3f.js';
21
+ import '../../_rollupPluginBabelHelpers-1596259a.js';
22
+ import '../../UserProfileContext-8cec4652.js';
23
+ import '../../index-837130fb.js';
24
+ import '../../topics-4353311c.js';
25
+ import '../../index-75c6845d.js';
26
26
  import '../../utils/message/getOutgoingMessageState.js';
27
- import '../../compareIds-e883daf1.js';
28
- import '../../const-c161b705.js';
27
+ import '../../compareIds-8f9595bc.js';
28
+ import '../../const-faf029e4.js';
29
29
  import '@sendbird/chat/groupChannel';
30
30
  import '@sendbird/chat/message';
31
31
  import '../../ui/ContextMenu.js';
@@ -1,7 +1,7 @@
1
1
  import React__default, { useState, useEffect } from 'react';
2
2
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
3
- import { u as useChannelContext, M as MARK_AS_READ } from '../../ChannelProvider-014846c8.js';
4
- import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-030bd260.js';
3
+ import { u as useChannelContext, M as MARK_AS_READ } from '../../ChannelProvider-0f023800.js';
4
+ import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-c4124d52.js';
5
5
  import ConnectionStatus from '../../ui/ConnectionStatus.js';
6
6
  import ChannelHeader from './ChannelHeader.js';
7
7
  import MessageList from './MessageList.js';
@@ -10,46 +10,46 @@ import FrozenNotification from './FrozenNotification.js';
10
10
  import UnreadCount from './UnreadCount.js';
11
11
  import MessageInputWrapper from './MessageInput.js';
12
12
  import '../../withSendbird.js';
13
- import '../../_rollupPluginBabelHelpers-34d80a3b.js';
14
- import '../../UserProfileContext-ac550461.js';
13
+ import '../../_rollupPluginBabelHelpers-1596259a.js';
14
+ import '../../UserProfileContext-8cec4652.js';
15
15
  import 'prop-types';
16
- import '../../index-e4add1e4.js';
17
- import '../../index-192ae483.js';
18
- import '../../topics-79ac549c.js';
19
- import '../../index-9f471c3f.js';
20
- import '../../tslib.es6-a9347cf5.js';
16
+ import '../../index-837130fb.js';
17
+ import '../../index-a682dd0a.js';
18
+ import '../../topics-4353311c.js';
19
+ import '../../index-75c6845d.js';
20
+ import '../../tslib.es6-1d845c73.js';
21
21
  import '../../utils/message/getOutgoingMessageState.js';
22
- import '../../compareIds-e883daf1.js';
23
- import '../../const-c161b705.js';
22
+ import '../../compareIds-8f9595bc.js';
23
+ import '../../const-faf029e4.js';
24
24
  import '@sendbird/chat/groupChannel';
25
- import '../../uuid-47b7ac05.js';
25
+ import '../../uuid-1f647558.js';
26
26
  import '@sendbird/chat/message';
27
27
  import '../../ui/ContextMenu.js';
28
28
  import 'react-dom';
29
29
  import '../../ui/SortByRow.js';
30
- import '../../index-c87f7f73.js';
31
- import '../../stringSet-8218c0cc.js';
30
+ import '../../index-4052efb0.js';
31
+ import '../../stringSet-522716ae.js';
32
32
  import '../../ui/ReactionButton.js';
33
33
  import '../../ui/ImageRenderer.js';
34
34
  import '../../ui/Icon.js';
35
- import '../../LocalizationContext-aa7dfc3f.js';
35
+ import '../../LocalizationContext-0a81b301.js';
36
36
  import '../../ui/Loader.js';
37
- import '../../utils-f1589e71.js';
37
+ import '../../utils-b2c3eeca.js';
38
38
  import '../../ui/IconButton.js';
39
39
  import '../../ui/ChannelAvatar.js';
40
40
  import '../../ui/Avatar.js';
41
- import '../../utils-69bbeb3a.js';
42
- import '../../MediaQueryContext-038f7f88.js';
43
- import '../../utils-628f2c1b.js';
44
- import '../../index-40a69f5f.js';
41
+ import '../../utils-c7097024.js';
42
+ import '../../MediaQueryContext-dbf82efb.js';
43
+ import '../../utils-531c0ded.js';
44
+ import '../../index-53f9dbdb.js';
45
45
  import './Message.js';
46
46
  import './SuggestedMentionList.js';
47
- import '../../const-ae324b4b.js';
48
- import '../../ThreadProvider-2f751001.js';
47
+ import '../../const-d3c760a4.js';
48
+ import '../../ThreadProvider-bba0da1b.js';
49
49
  import '../../Thread/context/types.js';
50
50
  import '@sendbird/chat';
51
51
  import '../../ui/DateSeparator.js';
52
- import '../../color-57e4b878.js';
52
+ import '../../color-bf0c20dc.js';
53
53
  import '../../ui/MessageInput.js';
54
54
  import 'react-dom/server';
55
55
  import '../../ui/Button.js';
@@ -57,7 +57,8 @@ import '../../ui/MentionUserLabel.js';
57
57
  import '../../ui/MessageContent.js';
58
58
  import '../../ui/UserProfile.js';
59
59
  import '../../sendbirdSelectors.js';
60
- import '../../ui/MessageStatus.js';
60
+ import '../../index-3e13540c.js';
61
+ import '../../index-589ef7e7.js';
61
62
  import '../../ui/MessageItemMenu.js';
62
63
  import '../../ui/MessageItemReactionMenu.js';
63
64
  import '../../ui/EmojiReactions.js';
@@ -75,9 +76,9 @@ import '../../ui/ThumbnailMessageItemBody.js';
75
76
  import '../../ui/OGMessageItemBody.js';
76
77
  import '../../ui/UnknownMessageItemBody.js';
77
78
  import '../../ui/QuoteMessage.js';
78
- import '../../useLongPress-383a5348.js';
79
+ import '../../useLongPress-f99b61d9.js';
79
80
  import '../../ui/BottomSheet.js';
80
- import '../../index-a623d99a.js';
81
+ import '../../index-22146748.js';
81
82
  import '../../ui/ThreadReplies.js';
82
83
  import './FileViewer.js';
83
84
  import './RemoveMessageModal.js';
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelUI.js","sources":["../../../src/smart-components/Channel/components/ChannelUI/index.tsx"],"sourcesContent":["import './channel-ui.scss';\n\nimport React, { useEffect, useState } from 'react';\nimport useSendbirdStateContext from '../../../../hooks/useSendbirdStateContext';\n\nimport { useChannelContext } from '../../context/ChannelProvider';\nimport PlaceHolder, { PlaceHolderTypes } from '../../../../ui/PlaceHolder';\nimport ConnectionStatus from '../../../../ui/ConnectionStatus';\nimport ChannelHeader from '../ChannelHeader';\nimport MessageList from '../MessageList';\nimport TypingIndicator from '../TypingIndicator';\nimport FrozenNotification from '../FrozenNotification';\nimport UnreadCount from '../UnreadCount';\nimport MessageInputWrapper from '../MessageInput';\nimport { RenderCustomSeparatorProps, RenderMessageProps } from '../../../../types';\nimport * as messageActionTypes from '../../context/dux/actionTypes';\n\nexport interface ChannelUIProps {\n isLoading?: boolean;\n renderPlaceholderLoader?: () => React.ReactElement;\n renderPlaceholderInvalid?: () => React.ReactElement;\n renderPlaceholderEmpty?: () => React.ReactElement;\n renderChannelHeader?: () => React.ReactElement;\n renderMessage?: (props: RenderMessageProps) => React.ReactElement;\n renderMessageInput?: () => React.ReactElement;\n renderTypingIndicator?: () => React.ReactElement;\n renderCustomSeparator?: (props: RenderCustomSeparatorProps) => React.ReactElement;\n}\n\nconst ChannelUI: React.FC<ChannelUIProps> = ({\n isLoading,\n renderPlaceholderLoader,\n renderPlaceholderInvalid,\n renderPlaceholderEmpty,\n renderChannelHeader,\n renderMessage,\n renderMessageInput,\n renderTypingIndicator,\n renderCustomSeparator,\n}: ChannelUIProps) => {\n const {\n currentGroupChannel,\n channelUrl,\n isInvalid,\n unreadSince,\n loading,\n setInitialTimeStamp,\n setAnimatedMessageId,\n setHighLightedMessageId,\n scrollRef,\n messagesDispatcher,\n disableMarkAsRead,\n } = useChannelContext();\n const [unreadCount, setUnreadCount] = useState(0);\n useEffect(() => {\n // simple debounce to avoid flicker of UnreadCount badge\n const handler = setTimeout(() => {\n setUnreadCount(currentGroupChannel?.unreadMessageCount);\n }, 1000);\n return () => {\n clearTimeout(handler);\n }\n }, [currentGroupChannel?.unreadMessageCount]);\n const globalStore = useSendbirdStateContext();\n const sdkError = globalStore?.stores?.sdkStore?.error;\n const logger = globalStore?.config?.logger;\n const isOnline = globalStore?.config?.isOnline;\n\n if (isLoading) {\n return (<div className=\"sendbird-conversation\">\n {\n renderPlaceholderLoader?.() || (\n <PlaceHolder type={PlaceHolderTypes.LOADING} />\n )\n }\n </div>);\n }\n\n if (!channelUrl) {\n return (<div className=\"sendbird-conversation\">\n {\n renderPlaceholderInvalid?.() || (\n <PlaceHolder type={PlaceHolderTypes.NO_CHANNELS} />\n )\n }\n </div>);\n }\n if (isInvalid) {\n return (\n <div className=\"sendbird-conversation\">\n {\n renderPlaceholderInvalid?.() || (\n <PlaceHolder type={PlaceHolderTypes.WRONG} />\n )\n }\n </div>\n );\n }\n if (sdkError) {\n return (\n <div className=\"sendbird-conversation\">\n {\n renderPlaceholderInvalid?.() || (\n <PlaceHolder\n type={PlaceHolderTypes.WRONG}\n retryToConnect={() => {\n logger.info('Channel: reconnecting');\n // reconnect();\n }}\n />\n )\n }\n </div>\n );\n }\n return (\n <div className='sendbird-conversation'>\n {\n renderChannelHeader?.() || (\n <ChannelHeader />\n )\n }\n {\n currentGroupChannel?.isFrozen && (\n <FrozenNotification />\n )\n }\n {\n unreadCount > 0 && (\n <UnreadCount\n count={unreadCount}\n time={unreadSince}\n onClick={() => {\n setUnreadCount(0);\n if (scrollRef?.current?.scrollTop) {\n scrollRef.current.scrollTop = scrollRef?.current?.scrollHeight - scrollRef?.current?.offsetHeight;\n }\n if (!disableMarkAsRead) {\n try {\n currentGroupChannel?.markAsRead();\n } catch {\n //\n }\n messagesDispatcher({\n type: messageActionTypes.MARK_AS_READ,\n payload: { channel: currentGroupChannel },\n });\n }\n setInitialTimeStamp(null);\n setAnimatedMessageId(null);\n setHighLightedMessageId(null);\n }}\n />\n )\n }\n {\n loading\n ? (\n <div className=\"sendbird-conversation\">\n {\n renderPlaceholderLoader?.() || (\n <PlaceHolder type={PlaceHolderTypes.LOADING} />\n )\n }\n </div>\n ) : (\n <MessageList\n renderMessage={renderMessage}\n renderPlaceholderEmpty={renderPlaceholderEmpty}\n renderCustomSeparator={renderCustomSeparator}\n />\n )\n }\n <div className=\"sendbird-conversation__footer\">\n {\n renderMessageInput?.() || (\n <MessageInputWrapper />\n )\n }\n <div className=\"sendbird-conversation__footer__typing-indicator\">\n {\n renderTypingIndicator?.() || (\n <TypingIndicator />\n )\n }\n {\n !isOnline && (\n <ConnectionStatus />\n )\n }\n </div>\n </div>\n </div>\n );\n}\n\nexport default ChannelUI;\n"],"names":["ChannelUI","_a","isLoading","renderPlaceholderLoader","renderPlaceholderInvalid","renderPlaceholderEmpty","renderChannelHeader","renderMessage","renderMessageInput","renderTypingIndicator","renderCustomSeparator","_f","useChannelContext","currentGroupChannel","channelUrl","isInvalid","unreadSince","loading","setInitialTimeStamp","setAnimatedMessageId","setHighLightedMessageId","scrollRef","messagesDispatcher","disableMarkAsRead","_g","useState","unreadCount","setUnreadCount","useEffect","handler","setTimeout","unreadMessageCount","clearTimeout","globalStore","useSendbirdStateContext","sdkError","_c","_b","stores","sdkStore","error","logger","_d","config","isOnline","_e","React","PlaceHolderTypes","LOADING","NO_CHANNELS","WRONG","info","isFrozen","current","scrollTop","scrollHeight","offsetHeight","markAsRead","type","messageActionTypes","payload","channel"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6BA,IAAMA,SAAS,GAA6B,UAACC,EAAD,EAU3B;;;MATfC,SAAS,GAAAD,EAAA,CAAAC;MACTC,uBAAuB,GAAAF,EAAA,CAAAE;MACvBC,wBAAwB,GAAAH,EAAA,CAAAG;MACxBC,sBAAsB,GAAAJ,EAAA,CAAAI;MACtBC,mBAAmB;MACnBC,aAAa,GAAAN,EAAA,CAAAM;MACbC,kBAAkB,GAAAP,EAAA,CAAAO;MAClBC,qBAAqB,GAAAR,EAAA,CAAAQ;MACrBC,qBAAqB,GAAAT,EAAA,CAAAS;;EAEf,IAAAC,KAYFC,iBAAiB,EAZf;AAAA,MACJC,mBAAmB,yBADf;AAAA,MAEJC,UAAU,GAAAH,EAAA,CAAAG,UAFN;AAAA,MAGJC,SAAS,GAAAJ,EAAA,CAAAI,SAHL;AAAA,MAIJC,WAAW,GAAAL,EAAA,CAAAK,WAJP;AAAA,MAKJC,OAAO,GAAAN,EAAA,CAAAM,OALH;AAAA,MAMJC,mBAAmB,yBANf;AAAA,MAOJC,oBAAoB,GAAAR,EAAA,CAAAQ,oBAPhB;AAAA,MAQJC,uBAAuB,GAAAT,EAAA,CAAAS,uBARnB;AAAA,MASJC,SAAS,GAAAV,EAAA,CAAAU,SATL;AAAA,MAUJC,kBAAkB,GAAAX,EAAA,CAAAW,kBAVd;AAAA,MAWJC,iBAAiB,uBAXb,CAAA;;AAaA,EAAA,IAAAC,EAAA,GAAgCC,QAAQ,CAAC,CAAD,CAAxC;AAAA,MAACC,WAAW,GAAAF,EAAA,CAAA,CAAA,CAAZ;AAAA,MAAcG,cAAc,GAAAH,EAAA,CAAA,CAAA,CAA5B,CAAA;;AACNI,EAAAA,SAAS,CAAC,YAAA;AACR;AACA,IAAA,IAAMC,OAAO,GAAGC,UAAU,CAAC,YAAA;AACzBH,MAAAA,cAAc,CAACd,mBAAmB,KAAnB,IAAA,IAAAA,mBAAmB,WAAnB,SAAA,GAAAA,mBAAmB,CAAEkB,kBAAtB,CAAd,CAAA;KADwB,EAEvB,IAFuB,CAA1B,CAAA;AAGA,IAAA,OAAO,YAAA;MACLC,YAAY,CAACH,OAAD,CAAZ,CAAA;KADF,CAAA;AAGD,GARQ,EAQN,CAAChB,mBAAmB,KAAnB,IAAA,IAAAA,mBAAmB,KAAnB,KAAA,CAAA,GAAA,KAAA,CAAA,GAAAA,mBAAmB,CAAEkB,kBAAtB,CARM,CAAT,CAAA;EASA,IAAME,WAAW,GAAGC,uBAAuB,EAA3C,CAAA;EACA,IAAMC,QAAQ,GAAG,CAAAC,EAAA,GAAA,CAAAC,EAAA,GAAAJ,WAAW,KAAX,IAAA,IAAAA,WAAW,KAAX,KAAA,CAAA,GAAA,KAAA,CAAA,GAAAA,WAAW,CAAEK,MAAb,MAAmB,IAAnB,IAAmBD,EAAA,KAAA,KAAA,CAAnB,GAAmB,KAAA,CAAnB,GAAmBA,EAAA,CAAEE,QAArB,MAA6B,IAA7B,IAA6BH,EAAA,KAAA,KAAA,CAA7B,GAA6B,KAAA,CAA7B,GAA6BA,EAAA,CAAEI,KAAhD,CAAA;AACA,EAAA,IAAMC,MAAM,GAAG,CAAAC,EAAA,GAAAT,WAAW,KAAX,IAAA,IAAAA,WAAW,KAAX,KAAA,CAAA,GAAA,KAAA,CAAA,GAAAA,WAAW,CAAEU,MAAb,MAAqB,IAArB,IAAqBD,EAAA,KAAA,KAAA,CAArB,GAAqB,KAAA,CAArB,GAAqBA,EAAA,CAAAD,MAApC,CAAA;AACA,EAAA,IAAMG,QAAQ,GAAG,CAAAC,EAAA,GAAAZ,WAAW,KAAX,IAAA,IAAAA,WAAW,KAAX,KAAA,CAAA,GAAA,KAAA,CAAA,GAAAA,WAAW,CAAEU,MAAb,MAAqB,IAArB,IAAqBE,EAAA,KAAA,KAAA,CAArB,GAAqB,KAAA,CAArB,GAAqBA,EAAA,CAAAD,QAAtC,CAAA;;AAEA,EAAA,IAAI1C,SAAJ,EAAe;IACb,oBAAQ4C,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA;AAAK,MAAA,SAAS,EAAC,uBAAA;AAAf,KAAA,EAEJ,CAAA3C,uBAAuB,KAAvB,IAAA,IAAAA,uBAAuB,WAAvB,SAAA,GAAAA,uBAAuB,EAAvB,kBACE2C,6BAAC,WAAD,EAAA;MAAa,IAAI,EAAEC,gBAAgB,CAACC,OAAAA;AAApC,KAAA,CAHE,CAAR,CAAA;AAOD,GAAA;;EAED,IAAI,CAAClC,UAAL,EAAiB;IACf,oBAAQgC,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA;AAAK,MAAA,SAAS,EAAC,uBAAA;AAAf,KAAA,EAEJ,CAAA1C,wBAAwB,KAAxB,IAAA,IAAAA,wBAAwB,WAAxB,SAAA,GAAAA,wBAAwB,EAAxB,kBACE0C,6BAAC,WAAD,EAAA;MAAa,IAAI,EAAEC,gBAAgB,CAACE,WAAAA;AAApC,KAAA,CAHE,CAAR,CAAA;AAOD,GAAA;;AACD,EAAA,IAAIlC,SAAJ,EAAe;IACb,oBACE+B,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA;AAAK,MAAA,SAAS,EAAC,uBAAA;AAAf,KAAA,EAEI,CAAA1C,wBAAwB,KAAxB,IAAA,IAAAA,wBAAwB,WAAxB,SAAA,GAAAA,wBAAwB,EAAxB,kBACE0C,6BAAC,WAAD,EAAA;MAAa,IAAI,EAAEC,gBAAgB,CAACG,KAAAA;AAApC,KAAA,CAHN,CADF,CAAA;AASD,GAAA;;AACD,EAAA,IAAIf,QAAJ,EAAc;IACZ,oBACEW,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA;AAAK,MAAA,SAAS,EAAC,uBAAA;AAAf,KAAA,EAEI,CAAA1C,wBAAwB,KAAxB,IAAA,IAAAA,wBAAwB,WAAxB,SAAA,GAAAA,wBAAwB,EAAxB,kBACE0C,6BAAC,WAAD,EAAA;MACE,IAAI,EAAEC,gBAAgB,CAACG,KADzB;AAEE,MAAA,cAAc,EAAE,YAAA;AACdT,QAAAA,MAAM,CAACU,IAAP,CAAY,uBAAZ,EADc;AAGf,OAAA;AALH,KAAA,CAHN,CADF,CAAA;AAeD,GAAA;;EACD,oBACEL,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA;AAAK,IAAA,SAAS,EAAC,uBAAA;GAEX,EAAA,CAAAxC,mBAAmB,KAAnB,IAAA,IAAAA,mBAAmB,WAAnB,SAAA,GAAAA,mBAAmB,EAAnB,kBACEwC,6BAAC,aAAD,EAAA,IAAA,CAHN,EAOI,CAAAjC,mBAAmB,KAAA,IAAnB,IAAAA,mBAAmB,KAAA,KAAA,CAAnB,GAAmB,KAAA,CAAnB,GAAAA,mBAAmB,CAAEuC,QAArB,kBACEN,cAAA,CAAA,aAAA,CAAC,kBAAD,EARN,IAAA,CAAA,EAYIpB,WAAW,GAAG,CAAd,iBACEoB,cAAA,CAAA,aAAA,CAAC,WAAD,EAAA;AACE,IAAA,KAAK,EAAEpB,WADT;AAEE,IAAA,IAAI,EAAEV,WAFR;AAGE,IAAA,OAAO,EAAE,YAAA;;;MACPW,cAAc,CAAC,CAAD,CAAd,CAAA;;AACA,MAAA,IAAI,CAAA1B,EAAA,GAAAoB,SAAS,KAAA,IAAT,IAAAA,SAAS,KAAA,KAAA,CAAT,GAAS,KAAA,CAAT,GAAAA,SAAS,CAAEgC,OAAX,MAAoB,IAApB,IAAoBpD,EAAA,KAAA,KAAA,CAApB,GAAoB,KAAA,CAApB,GAAoBA,EAAA,CAAAqD,SAAxB,EAAmC;AACjCjC,QAAAA,SAAS,CAACgC,OAAV,CAAkBC,SAAlB,GAA8B,CAAA,CAAAjB,EAAA,GAAAhB,SAAS,KAAT,IAAA,IAAAA,SAAS,KAAT,KAAA,CAAA,GAAA,KAAA,CAAA,GAAAA,SAAS,CAAEgC,OAAX,MAAoB,IAApB,IAAoBhB,EAAA,KAAA,KAAA,CAApB,GAAoB,KAAA,CAApB,GAAoBA,EAAA,CAAAkB,YAApB,KAAmC,CAAAnB,EAAA,GAAAf,SAAS,KAAA,IAAT,IAAAA,SAAS,KAAA,KAAA,CAAT,GAAS,KAAA,CAAT,GAAAA,SAAS,CAAEgC,OAAX,MAAkB,IAAlB,IAAkBjB,EAAA,KAAA,KAAA,CAAlB,GAAkB,KAAA,CAAlB,GAAkBA,EAAA,CAAEoB,YAAvD,CAA9B,CAAA;AACD,OAAA;;MACD,IAAI,CAACjC,iBAAL,EAAwB;QACtB,IAAI;AACFV,UAAAA,mBAAmB,SAAnB,IAAAA,mBAAmB,KAAA,KAAA,CAAnB,GAAmB,KAAA,CAAnB,GAAAA,mBAAmB,CAAE4C,UAArB,EAAA,CAAA;AACD,SAFD,CAEE,OAAMf,EAAN,EAAM;AAEP,SAAA;;AACDpB,QAAAA,kBAAkB,CAAC;UACjBoC,IAAI,EAAEC,YADW;AAEjBC,UAAAA,OAAO,EAAE;AAAEC,YAAAA,OAAO,EAAEhD,mBAAAA;AAAX,WAAA;AAFQ,SAAD,CAAlB,CAAA;AAID,OAAA;;MACDK,mBAAmB,CAAC,IAAD,CAAnB,CAAA;MACAC,oBAAoB,CAAC,IAAD,CAApB,CAAA;MACAC,uBAAuB,CAAC,IAAD,CAAvB,CAAA;AACD,KAAA;GAnCT,CAAA,EAwCIH,OAAO,gBAEH6B,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA;AAAK,IAAA,SAAS,EAAC,uBAAA;AAAf,GAAA,EAEI,CAAA3C,uBAAuB,KAAvB,IAAA,IAAAA,uBAAuB,WAAvB,SAAA,GAAAA,uBAAuB,EAAvB,kBACE2C,6BAAC,WAAD,EAAA;IAAa,IAAI,EAAEC,gBAAgB,CAACC,OAAAA;GAH1C,CAAA,CAFG,gBAUHF,cAAA,CAAA,aAAA,CAAC,WAAD,EAAA;AACE,IAAA,aAAa,EAAEvC,aADjB;AAEE,IAAA,sBAAsB,EAAEF,sBAF1B;AAGE,IAAA,qBAAqB,EAAEK,qBAAAA;AAHzB,GAAA,CAlDR,eAyDEoC,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA;AAAK,IAAA,SAAS,EAAC,+BAAA;AAAf,GAAA,EAEI,CAAAtC,kBAAkB,KAAlB,IAAA,IAAAA,kBAAkB,WAAlB,SAAA,GAAAA,kBAAkB,EAAlB,kBACEsC,cAAC,CAAA,aAAA,CAAA,mBAAD,OAHN,eAMEA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA;AAAK,IAAA,SAAS,EAAC,iDAAA;AAAf,GAAA,EAEI,CAAArC,qBAAqB,KAArB,IAAA,IAAAA,qBAAqB,WAArB,SAAA,GAAAA,qBAAqB,EAArB,kBACEqC,cAAC,CAAA,aAAA,CAAA,eAAD,EAHN,IAAA,CAAA,EAOI,CAACF,QAAD,iBACEE,cAAA,CAAA,aAAA,CAAC,gBAAD,EAAA,IAAA,CARN,CANF,CAzDF,CADF,CAAA;AA+ED;;;;"}
1
+ {"version":3,"file":"ChannelUI.js","sources":["../../../src/smart-components/Channel/components/ChannelUI/index.tsx"],"sourcesContent":["import './channel-ui.scss';\n\nimport React, { useEffect, useState } from 'react';\nimport useSendbirdStateContext from '../../../../hooks/useSendbirdStateContext';\n\nimport { useChannelContext } from '../../context/ChannelProvider';\nimport PlaceHolder, { PlaceHolderTypes } from '../../../../ui/PlaceHolder';\nimport ConnectionStatus from '../../../../ui/ConnectionStatus';\nimport ChannelHeader from '../ChannelHeader';\nimport MessageList from '../MessageList';\nimport TypingIndicator from '../TypingIndicator';\nimport FrozenNotification from '../FrozenNotification';\nimport UnreadCount from '../UnreadCount';\nimport MessageInputWrapper from '../MessageInput';\nimport { RenderCustomSeparatorProps, RenderMessageProps } from '../../../../types';\nimport * as messageActionTypes from '../../context/dux/actionTypes';\n\nexport interface ChannelUIProps {\n isLoading?: boolean;\n renderPlaceholderLoader?: () => React.ReactElement;\n renderPlaceholderInvalid?: () => React.ReactElement;\n renderPlaceholderEmpty?: () => React.ReactElement;\n renderChannelHeader?: () => React.ReactElement;\n renderMessage?: (props: RenderMessageProps) => React.ReactElement;\n renderMessageInput?: () => React.ReactElement;\n renderTypingIndicator?: () => React.ReactElement;\n renderCustomSeparator?: (props: RenderCustomSeparatorProps) => React.ReactElement;\n}\n\nconst ChannelUI: React.FC<ChannelUIProps> = ({\n isLoading,\n renderPlaceholderLoader,\n renderPlaceholderInvalid,\n renderPlaceholderEmpty,\n renderChannelHeader,\n renderMessage,\n renderMessageInput,\n renderTypingIndicator,\n renderCustomSeparator,\n}: ChannelUIProps) => {\n const {\n currentGroupChannel,\n channelUrl,\n isInvalid,\n unreadSince,\n loading,\n setInitialTimeStamp,\n setAnimatedMessageId,\n setHighLightedMessageId,\n scrollRef,\n messagesDispatcher,\n disableMarkAsRead,\n } = useChannelContext();\n const [unreadCount, setUnreadCount] = useState(0);\n useEffect(() => {\n // simple debounce to avoid flicker of UnreadCount badge\n const handler = setTimeout(() => {\n setUnreadCount(currentGroupChannel?.unreadMessageCount);\n }, 1000);\n return () => {\n clearTimeout(handler);\n }\n }, [currentGroupChannel?.unreadMessageCount]);\n const globalStore = useSendbirdStateContext();\n const sdkError = globalStore?.stores?.sdkStore?.error;\n const logger = globalStore?.config?.logger;\n const isOnline = globalStore?.config?.isOnline;\n\n if (isLoading) {\n return (<div className=\"sendbird-conversation\">\n {\n renderPlaceholderLoader?.() || (\n <PlaceHolder type={PlaceHolderTypes.LOADING} />\n )\n }\n </div>);\n }\n\n if (!channelUrl) {\n return (<div className=\"sendbird-conversation\">\n {\n renderPlaceholderInvalid?.() || (\n <PlaceHolder type={PlaceHolderTypes.NO_CHANNELS} />\n )\n }\n </div>);\n }\n if (isInvalid) {\n return (\n <div className=\"sendbird-conversation\">\n {\n renderPlaceholderInvalid?.() || (\n <PlaceHolder type={PlaceHolderTypes.WRONG} />\n )\n }\n </div>\n );\n }\n if (sdkError) {\n return (\n <div className=\"sendbird-conversation\">\n {\n renderPlaceholderInvalid?.() || (\n <PlaceHolder\n type={PlaceHolderTypes.WRONG}\n retryToConnect={() => {\n logger.info('Channel: reconnecting');\n // reconnect();\n }}\n />\n )\n }\n </div>\n );\n }\n return (\n <div className='sendbird-conversation'>\n {\n renderChannelHeader?.() || (\n <ChannelHeader />\n )\n }\n {\n currentGroupChannel?.isFrozen && (\n <FrozenNotification />\n )\n }\n {\n unreadCount > 0 && (\n <UnreadCount\n count={unreadCount}\n time={unreadSince}\n onClick={() => {\n setUnreadCount(0);\n if (scrollRef?.current?.scrollTop) {\n scrollRef.current.scrollTop = scrollRef?.current?.scrollHeight - scrollRef?.current?.offsetHeight;\n }\n if (!disableMarkAsRead) {\n try {\n currentGroupChannel?.markAsRead();\n } catch {\n //\n }\n messagesDispatcher({\n type: messageActionTypes.MARK_AS_READ,\n payload: { channel: currentGroupChannel },\n });\n }\n setInitialTimeStamp(null);\n setAnimatedMessageId(null);\n setHighLightedMessageId(null);\n }}\n />\n )\n }\n {\n loading\n ? (\n <div className=\"sendbird-conversation\">\n {\n renderPlaceholderLoader?.() || (\n <PlaceHolder type={PlaceHolderTypes.LOADING} />\n )\n }\n </div>\n ) : (\n <MessageList\n renderMessage={renderMessage}\n renderPlaceholderEmpty={renderPlaceholderEmpty}\n renderCustomSeparator={renderCustomSeparator}\n />\n )\n }\n <div className=\"sendbird-conversation__footer\">\n {\n renderMessageInput?.() || (\n <MessageInputWrapper />\n )\n }\n <div className=\"sendbird-conversation__footer__typing-indicator\">\n {\n renderTypingIndicator?.() || (\n <TypingIndicator />\n )\n }\n {\n !isOnline && (\n <ConnectionStatus />\n )\n }\n </div>\n </div>\n </div>\n );\n}\n\nexport default ChannelUI;\n"],"names":["ChannelUI","_a","isLoading","renderPlaceholderLoader","renderPlaceholderInvalid","renderPlaceholderEmpty","renderChannelHeader","renderMessage","renderMessageInput","renderTypingIndicator","renderCustomSeparator","_f","useChannelContext","currentGroupChannel","channelUrl","isInvalid","unreadSince","loading","setInitialTimeStamp","setAnimatedMessageId","setHighLightedMessageId","scrollRef","messagesDispatcher","disableMarkAsRead","_g","useState","unreadCount","setUnreadCount","useEffect","handler","setTimeout","unreadMessageCount","clearTimeout","globalStore","useSendbirdStateContext","sdkError","_c","_b","stores","sdkStore","error","logger","_d","config","isOnline","_e","React","PlaceHolderTypes","LOADING","NO_CHANNELS","WRONG","info","isFrozen","current","scrollTop","scrollHeight","offsetHeight","markAsRead","type","messageActionTypes","payload","channel"],"mappings":"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"}
@@ -1,26 +1,26 @@
1
1
  import React__default from 'react';
2
2
  import { createPortal } from 'react-dom';
3
3
  import Avatar from '../../ui/Avatar.js';
4
- import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c87f7f73.js';
4
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-4052efb0.js';
5
5
  import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
6
- import { M as MODAL_ROOT } from '../../index-a623d99a.js';
7
- import { D as isSupportedFileView, E as isVideo, F as isImage } from '../../index-9f471c3f.js';
6
+ import { M as MODAL_ROOT } from '../../index-22146748.js';
7
+ import { D as isSupportedFileView, E as isVideo, F as isImage } from '../../index-75c6845d.js';
8
8
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
9
- import { u as useChannelContext } from '../../ChannelProvider-014846c8.js';
10
- import '../../tslib.es6-a9347cf5.js';
9
+ import { u as useChannelContext } from '../../ChannelProvider-0f023800.js';
10
+ import '../../tslib.es6-1d845c73.js';
11
11
  import '../../ui/ImageRenderer.js';
12
- import '../../uuid-47b7ac05.js';
12
+ import '../../uuid-1f647558.js';
13
13
  import 'prop-types';
14
- import '../../stringSet-8218c0cc.js';
14
+ import '../../stringSet-522716ae.js';
15
15
  import '../../utils/message/getOutgoingMessageState.js';
16
16
  import '../../withSendbird.js';
17
- import '../../_rollupPluginBabelHelpers-34d80a3b.js';
18
- import '../../UserProfileContext-ac550461.js';
19
- import '../../index-e4add1e4.js';
20
- import '../../index-192ae483.js';
21
- import '../../topics-79ac549c.js';
22
- import '../../compareIds-e883daf1.js';
23
- import '../../const-c161b705.js';
17
+ import '../../_rollupPluginBabelHelpers-1596259a.js';
18
+ import '../../UserProfileContext-8cec4652.js';
19
+ import '../../index-837130fb.js';
20
+ import '../../index-a682dd0a.js';
21
+ import '../../topics-4353311c.js';
22
+ import '../../compareIds-8f9595bc.js';
23
+ import '../../const-faf029e4.js';
24
24
  import '@sendbird/chat/groupChannel';
25
25
  import '@sendbird/chat/message';
26
26
  import '../../ui/ContextMenu.js';
@@ -1,8 +1,8 @@
1
1
  import React__default, { useContext } from 'react';
2
- import { a as LocalizationContext } from '../../LocalizationContext-aa7dfc3f.js';
3
- import { L as Label, a as LabelTypography } from '../../index-c87f7f73.js';
4
- import '../../stringSet-8218c0cc.js';
5
- import '../../index-192ae483.js';
2
+ import { a as LocalizationContext } from '../../LocalizationContext-0a81b301.js';
3
+ import { L as Label, a as LabelTypography } from '../../index-4052efb0.js';
4
+ import '../../stringSet-522716ae.js';
5
+ import '../../index-a682dd0a.js';
6
6
  import 'prop-types';
7
7
 
8
8
  var FrozenNotification = function () {
@@ -1,51 +1,53 @@
1
- import { a as __spreadArray } from '../../tslib.es6-a9347cf5.js';
1
+ import { a as __spreadArray } from '../../tslib.es6-1d845c73.js';
2
2
  import React__default, { useState, useRef, useEffect, useLayoutEffect, useMemo } from 'react';
3
- import { f as format } from '../../index-e4add1e4.js';
3
+ import { f as format } from '../../index-837130fb.js';
4
4
  import SuggestedMentionList from './SuggestedMentionList.js';
5
5
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
6
- import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted } from '../../ChannelProvider-014846c8.js';
7
- import { h as getClassName } from '../../index-9f471c3f.js';
8
- import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-c161b705.js';
6
+ import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted } from '../../ChannelProvider-0f023800.js';
7
+ import { h as getClassName } from '../../index-75c6845d.js';
8
+ import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-faf029e4.js';
9
9
  import DateSeparator from '../../ui/DateSeparator.js';
10
- import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c87f7f73.js';
10
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-4052efb0.js';
11
11
  import MessageInput from '../../ui/MessageInput.js';
12
12
  import MessageContent from '../../ui/MessageContent.js';
13
13
  import FileViewer from './FileViewer.js';
14
14
  import RemoveMessage from './RemoveMessageModal.js';
15
- import { M as MessageInputKeys } from '../../const-ae324b4b.js';
16
- import { u as useLocalization } from '../../LocalizationContext-aa7dfc3f.js';
17
- import '../../index-192ae483.js';
15
+ import { M as MessageInputKeys } from '../../const-d3c760a4.js';
16
+ import { u as useLocalization } from '../../LocalizationContext-0a81b301.js';
17
+ import '../../index-a682dd0a.js';
18
18
  import '../../ui/Icon.js';
19
19
  import 'prop-types';
20
20
  import '../../ui/Avatar.js';
21
21
  import '../../ui/ImageRenderer.js';
22
- import '../../uuid-47b7ac05.js';
23
- import '../../ThreadProvider-2f751001.js';
22
+ import '../../uuid-1f647558.js';
23
+ import '../../ThreadProvider-bba0da1b.js';
24
24
  import '../../utils/message/getOutgoingMessageState.js';
25
- import '../../UserProfileContext-ac550461.js';
25
+ import '../../UserProfileContext-8cec4652.js';
26
26
  import '../../Thread/context/types.js';
27
27
  import '@sendbird/chat';
28
- import '../../topics-79ac549c.js';
28
+ import '../../topics-4353311c.js';
29
29
  import '@sendbird/chat/groupChannel';
30
30
  import '@sendbird/chat/message';
31
31
  import '../../withSendbird.js';
32
- import '../../_rollupPluginBabelHelpers-34d80a3b.js';
33
- import '../../compareIds-e883daf1.js';
32
+ import '../../_rollupPluginBabelHelpers-1596259a.js';
33
+ import '../../compareIds-8f9595bc.js';
34
34
  import '../../ui/ContextMenu.js';
35
35
  import 'react-dom';
36
36
  import '../../ui/SortByRow.js';
37
- import '../../stringSet-8218c0cc.js';
37
+ import '../../stringSet-522716ae.js';
38
38
  import '../../ui/ReactionButton.js';
39
- import '../../color-57e4b878.js';
39
+ import '../../color-bf0c20dc.js';
40
40
  import 'react-dom/server';
41
41
  import '../../ui/IconButton.js';
42
42
  import '../../ui/Button.js';
43
43
  import '../../ui/MentionUserLabel.js';
44
44
  import '../../ui/UserProfile.js';
45
45
  import '../../sendbirdSelectors.js';
46
- import '../../utils-628f2c1b.js';
47
- import '../../ui/MessageStatus.js';
46
+ import '../../utils-531c0ded.js';
47
+ import '../../index-3e13540c.js';
48
48
  import '../../ui/Loader.js';
49
+ import '../../index-589ef7e7.js';
50
+ import '../../index-53f9dbdb.js';
49
51
  import '../../ui/MessageItemMenu.js';
50
52
  import '../../ui/MessageItemReactionMenu.js';
51
53
  import '../../ui/EmojiReactions.js';
@@ -59,14 +61,14 @@ import '../../ui/LinkLabel.js';
59
61
  import '../../ui/MentionLabel.js';
60
62
  import '../../ui/FileMessageItemBody.js';
61
63
  import '../../ui/TextButton.js';
62
- import '../../MediaQueryContext-038f7f88.js';
64
+ import '../../MediaQueryContext-dbf82efb.js';
63
65
  import '../../ui/ThumbnailMessageItemBody.js';
64
66
  import '../../ui/OGMessageItemBody.js';
65
67
  import '../../ui/UnknownMessageItemBody.js';
66
68
  import '../../ui/QuoteMessage.js';
67
- import '../../useLongPress-383a5348.js';
69
+ import '../../useLongPress-f99b61d9.js';
68
70
  import '../../ui/BottomSheet.js';
69
- import '../../index-a623d99a.js';
71
+ import '../../index-22146748.js';
70
72
  import '../../ui/ThreadReplies.js';
71
73
  import '../../ui/Modal.js';
72
74