@sendbird/uikit-react 3.2.3 → 3.2.4-rc.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 (389) hide show
  1. package/App.js +28 -28
  2. package/CHANGELOG.md +11 -0
  3. package/Channel/components/ChannelHeader.js +15 -15
  4. package/Channel/components/ChannelUI.js +31 -22
  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 +18 -18
  9. package/Channel/components/MessageInput.js +15 -15
  10. package/Channel/components/MessageList.js +20 -20
  11. package/Channel/components/RemoveMessageModal.js +15 -15
  12. package/Channel/components/SuggestedMentionList.js +15 -15
  13. package/Channel/components/TypingIndicator.js +14 -14
  14. package/Channel/components/UnreadCount.js +4 -4
  15. package/Channel/context.js +13 -13
  16. package/Channel.js +22 -21
  17. package/Channel.js.map +1 -1
  18. package/ChannelList/components/AddChannel.js +13 -13
  19. package/ChannelList/components/ChannelListHeader.js +7 -7
  20. package/ChannelList/components/ChannelListUI.js +33 -31
  21. package/ChannelList/components/ChannelListUI.js.map +1 -1
  22. package/ChannelList/components/ChannelPreview.js +19 -19
  23. package/ChannelList/components/ChannelPreviewAction.js +13 -13
  24. package/ChannelList/context.js +8 -8
  25. package/ChannelList.js +25 -25
  26. package/{ChannelListProvider-ae931f27.js → ChannelListProvider-72d9a850.js} +9 -9
  27. package/ChannelListProvider-72d9a850.js.map +1 -0
  28. package/{ChannelProvider-06a52df4.js → ChannelProvider-262a9233.js} +10 -10
  29. package/ChannelProvider-262a9233.js.map +1 -0
  30. package/ChannelSettings/components/ChannelProfile.js +11 -11
  31. package/ChannelSettings/components/ChannelSettingsUI.js +17 -17
  32. package/ChannelSettings/components/EditDetailsModal.js +11 -11
  33. package/ChannelSettings/components/LeaveChannel.js +10 -10
  34. package/ChannelSettings/components/ModerationPanel.js +14 -14
  35. package/ChannelSettings/components/UserListItem.js +11 -11
  36. package/ChannelSettings/components/UserPanel.js +13 -13
  37. package/ChannelSettings/context.js +3 -3
  38. package/ChannelSettings.js +17 -17
  39. package/CreateChannel/components/CreateChannelUI.js +13 -13
  40. package/CreateChannel/components/InviteUsers.js +13 -13
  41. package/CreateChannel/components/SelectChannelType.js +10 -10
  42. package/CreateChannel/context.js +4 -4
  43. package/CreateChannel.js +13 -13
  44. package/{CreateChannelProvider-eb0e903a.js → CreateChannelProvider-8207448d.js} +1 -1
  45. package/{CreateChannelProvider-eb0e903a.js.map → CreateChannelProvider-8207448d.js.map} +1 -1
  46. package/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
  47. package/CreateOpenChannel/context.js +1 -1
  48. package/CreateOpenChannel.js +9 -9
  49. package/EditUserProfile/components/EditUserProfileUI.js +12 -12
  50. package/EditUserProfile.js +12 -12
  51. package/{LocalizationContext-a21fd99c.js → LocalizationContext-e41f6755.js} +3 -3
  52. package/{LocalizationContext-a21fd99c.js.map → LocalizationContext-e41f6755.js.map} +1 -1
  53. package/{MemberList-2ad6bbe2.js → MemberList-9114cc24.js} +5 -5
  54. package/{MemberList-2ad6bbe2.js.map → MemberList-9114cc24.js.map} +1 -1
  55. package/MessageSearch/components/MessageSearchUI.js +11 -11
  56. package/MessageSearch/context.js +2 -2
  57. package/MessageSearch.js +11 -11
  58. package/OpenChannel/components/FrozenChannelNotification.js +4 -4
  59. package/OpenChannel/components/OpenChannelHeader.js +12 -12
  60. package/OpenChannel/components/OpenChannelInput.js +15 -15
  61. package/OpenChannel/components/OpenChannelMessage.js +20 -20
  62. package/OpenChannel/components/OpenChannelMessageList.js +22 -22
  63. package/OpenChannel/components/OpenChannelUI.js +22 -22
  64. package/OpenChannel/context.js +9 -9
  65. package/OpenChannel.js +22 -22
  66. package/OpenChannelList/components/OpenChannelListUI.js +12 -12
  67. package/OpenChannelList/components/OpenChannelPreview.js +4 -4
  68. package/OpenChannelList/context.js +4 -4
  69. package/OpenChannelList.js +12 -12
  70. package/{OpenChannelListProvider-b4a40528.js → OpenChannelListProvider-4ee2a5ae.js} +3 -3
  71. package/{OpenChannelListProvider-b4a40528.js.map → OpenChannelListProvider-4ee2a5ae.js.map} +1 -1
  72. package/{OpenChannelProvider-41409e71.js → OpenChannelProvider-f27e7004.js} +7 -7
  73. package/{OpenChannelProvider-41409e71.js.map → OpenChannelProvider-f27e7004.js.map} +1 -1
  74. package/OpenChannelSettings/components/EditDetailsModal.js +12 -12
  75. package/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
  76. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
  77. package/OpenChannelSettings/components/OperatorUI.js +16 -16
  78. package/OpenChannelSettings/components/ParticipantUI.js +14 -14
  79. package/OpenChannelSettings/context.js +3 -3
  80. package/OpenChannelSettings.js +17 -17
  81. package/SendbirdProvider.js +9 -9
  82. package/SendbirdProvider.js.map +1 -1
  83. package/{UserProfileContext-804d6e7c.js → UserProfileContext-1ada295b.js} +1 -1
  84. package/{UserProfileContext-804d6e7c.js.map → UserProfileContext-1ada295b.js.map} +1 -1
  85. package/{_rollupPluginBabelHelpers-3be2ec67.js → _rollupPluginBabelHelpers-19bb5a52.js} +1 -1
  86. package/_rollupPluginBabelHelpers-19bb5a52.js.map +1 -0
  87. package/{actionTypes-61259781.js → actionTypes-fe8d0e10.js} +1 -1
  88. package/{actionTypes-61259781.js.map → actionTypes-fe8d0e10.js.map} +1 -1
  89. package/cjs/App.js +28 -28
  90. package/cjs/Channel/components/ChannelHeader.js +15 -15
  91. package/cjs/Channel/components/ChannelUI.js +31 -22
  92. package/cjs/Channel/components/ChannelUI.js.map +1 -1
  93. package/cjs/Channel/components/FileViewer.js +14 -14
  94. package/cjs/Channel/components/FrozenNotification.js +4 -4
  95. package/cjs/Channel/components/Message.js +18 -18
  96. package/cjs/Channel/components/MessageInput.js +15 -15
  97. package/cjs/Channel/components/MessageList.js +20 -20
  98. package/cjs/Channel/components/RemoveMessageModal.js +15 -15
  99. package/cjs/Channel/components/SuggestedMentionList.js +15 -15
  100. package/cjs/Channel/components/TypingIndicator.js +14 -14
  101. package/cjs/Channel/components/UnreadCount.js +4 -4
  102. package/cjs/Channel/context.js +13 -13
  103. package/cjs/Channel.js +22 -21
  104. package/cjs/Channel.js.map +1 -1
  105. package/cjs/ChannelList/components/AddChannel.js +13 -13
  106. package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
  107. package/cjs/ChannelList/components/ChannelListUI.js +33 -31
  108. package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
  109. package/cjs/ChannelList/components/ChannelPreview.js +19 -19
  110. package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -13
  111. package/cjs/ChannelList/context.js +8 -8
  112. package/cjs/ChannelList.js +25 -25
  113. package/cjs/{ChannelListProvider-9fe89939.js → ChannelListProvider-9162e37c.js} +9 -9
  114. package/cjs/ChannelListProvider-9162e37c.js.map +1 -0
  115. package/cjs/{ChannelProvider-abb3b1ea.js → ChannelProvider-80d98735.js} +10 -10
  116. package/cjs/ChannelProvider-80d98735.js.map +1 -0
  117. package/cjs/ChannelSettings/components/ChannelProfile.js +11 -11
  118. package/cjs/ChannelSettings/components/ChannelSettingsUI.js +17 -17
  119. package/cjs/ChannelSettings/components/EditDetailsModal.js +11 -11
  120. package/cjs/ChannelSettings/components/LeaveChannel.js +10 -10
  121. package/cjs/ChannelSettings/components/ModerationPanel.js +14 -14
  122. package/cjs/ChannelSettings/components/UserListItem.js +11 -11
  123. package/cjs/ChannelSettings/components/UserPanel.js +13 -13
  124. package/cjs/ChannelSettings/context.js +3 -3
  125. package/cjs/ChannelSettings.js +17 -17
  126. package/cjs/CreateChannel/components/CreateChannelUI.js +13 -13
  127. package/cjs/CreateChannel/components/InviteUsers.js +13 -13
  128. package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
  129. package/cjs/CreateChannel/context.js +4 -4
  130. package/cjs/CreateChannel.js +13 -13
  131. package/cjs/{CreateChannelProvider-e2d1cd27.js → CreateChannelProvider-fd6fa470.js} +1 -1
  132. package/cjs/{CreateChannelProvider-e2d1cd27.js.map → CreateChannelProvider-fd6fa470.js.map} +1 -1
  133. package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
  134. package/cjs/CreateOpenChannel/context.js +1 -1
  135. package/cjs/CreateOpenChannel.js +9 -9
  136. package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
  137. package/cjs/EditUserProfile.js +12 -12
  138. package/cjs/{LocalizationContext-af5d4a04.js → LocalizationContext-052b4ff3.js} +3 -3
  139. package/cjs/{LocalizationContext-af5d4a04.js.map → LocalizationContext-052b4ff3.js.map} +1 -1
  140. package/cjs/{MemberList-0f7ad86b.js → MemberList-5383afa1.js} +5 -5
  141. package/cjs/{MemberList-0f7ad86b.js.map → MemberList-5383afa1.js.map} +1 -1
  142. package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
  143. package/cjs/MessageSearch/context.js +2 -2
  144. package/cjs/MessageSearch.js +11 -11
  145. package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
  146. package/cjs/OpenChannel/components/OpenChannelHeader.js +12 -12
  147. package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
  148. package/cjs/OpenChannel/components/OpenChannelMessage.js +20 -20
  149. package/cjs/OpenChannel/components/OpenChannelMessageList.js +22 -22
  150. package/cjs/OpenChannel/components/OpenChannelUI.js +22 -22
  151. package/cjs/OpenChannel/context.js +9 -9
  152. package/cjs/OpenChannel.js +22 -22
  153. package/cjs/OpenChannelList/components/OpenChannelListUI.js +12 -12
  154. package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
  155. package/cjs/OpenChannelList/context.js +4 -4
  156. package/cjs/OpenChannelList.js +12 -12
  157. package/cjs/{OpenChannelListProvider-bc4bc7c4.js → OpenChannelListProvider-f8cbc130.js} +3 -3
  158. package/cjs/{OpenChannelListProvider-bc4bc7c4.js.map → OpenChannelListProvider-f8cbc130.js.map} +1 -1
  159. package/cjs/{OpenChannelProvider-b82bca34.js → OpenChannelProvider-1534f7b6.js} +7 -7
  160. package/cjs/{OpenChannelProvider-b82bca34.js.map → OpenChannelProvider-1534f7b6.js.map} +1 -1
  161. package/cjs/OpenChannelSettings/components/EditDetailsModal.js +12 -12
  162. package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
  163. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
  164. package/cjs/OpenChannelSettings/components/OperatorUI.js +16 -16
  165. package/cjs/OpenChannelSettings/components/ParticipantUI.js +14 -14
  166. package/cjs/OpenChannelSettings/context.js +3 -3
  167. package/cjs/OpenChannelSettings.js +17 -17
  168. package/cjs/SendbirdProvider.js +9 -9
  169. package/cjs/SendbirdProvider.js.map +1 -1
  170. package/cjs/{UserProfileContext-f47b4181.js → UserProfileContext-b388480f.js} +1 -1
  171. package/cjs/{UserProfileContext-f47b4181.js.map → UserProfileContext-b388480f.js.map} +1 -1
  172. package/cjs/{_rollupPluginBabelHelpers-6e797acf.js → _rollupPluginBabelHelpers-dc6de454.js} +1 -1
  173. package/cjs/_rollupPluginBabelHelpers-dc6de454.js.map +1 -0
  174. package/cjs/{actionTypes-ce07931d.js → actionTypes-8f84e926.js} +1 -1
  175. package/cjs/{actionTypes-ce07931d.js.map → actionTypes-8f84e926.js.map} +1 -1
  176. package/cjs/{color-4125a5d0.js → color-3bd13d69.js} +1 -1
  177. package/cjs/{color-4125a5d0.js.map → color-3bd13d69.js.map} +1 -1
  178. package/cjs/{compareIds-630195c8.js → compareIds-214fb618.js} +1 -1
  179. package/cjs/{compareIds-630195c8.js.map → compareIds-214fb618.js.map} +1 -1
  180. package/cjs/{const-f9f64469.js → const-3e511875.js} +1 -1
  181. package/cjs/{const-f9f64469.js.map → const-3e511875.js.map} +1 -1
  182. package/cjs/{const-69e6f6f0.js → const-eb9c469a.js} +1 -1
  183. package/cjs/{const-69e6f6f0.js.map → const-eb9c469a.js.map} +1 -1
  184. package/cjs/{context-729998fc.js → context-1ae5c1c5.js} +2 -2
  185. package/cjs/{context-729998fc.js.map → context-1ae5c1c5.js.map} +1 -1
  186. package/cjs/dist/index.css +116 -116
  187. package/cjs/dist/index.css.map +1 -1
  188. package/cjs/{index-b0859463.js → index-00449b26.js} +5 -5
  189. package/cjs/{index-b0859463.js.map → index-00449b26.js.map} +1 -1
  190. package/cjs/{index-44c80e24.js → index-212ca9c2.js} +2 -2
  191. package/cjs/{index-44c80e24.js.map → index-212ca9c2.js.map} +1 -1
  192. package/cjs/{index-73b08dbd.js → index-2bc6b4f8.js} +7 -7
  193. package/cjs/{index-73b08dbd.js.map → index-2bc6b4f8.js.map} +1 -1
  194. package/cjs/{index-9c2ec644.js → index-6d72618b.js} +4 -4
  195. package/cjs/{index-9c2ec644.js.map → index-6d72618b.js.map} +1 -1
  196. package/cjs/{index-2ea00738.js → index-77222b9e.js} +4 -4
  197. package/cjs/{index-2ea00738.js.map → index-77222b9e.js.map} +1 -1
  198. package/cjs/{index-ac797cec.js → index-b364e004.js} +2 -2
  199. package/cjs/{index-ac797cec.js.map → index-b364e004.js.map} +1 -1
  200. package/cjs/{index-afac22db.js → index-ba2ffa9b.js} +1 -1
  201. package/cjs/{index-afac22db.js.map → index-ba2ffa9b.js.map} +1 -1
  202. package/cjs/{index-faf7050e.js → index-cb92d164.js} +1 -1
  203. package/cjs/{index-faf7050e.js.map → index-cb92d164.js.map} +1 -1
  204. package/cjs/{index-9343c720.js → index-d036320b.js} +2 -2
  205. package/cjs/{index-9343c720.js.map → index-d036320b.js.map} +1 -1
  206. package/cjs/{index-2deaee74.js → index-d2501eed.js} +2 -2
  207. package/cjs/{index-2deaee74.js.map → index-d2501eed.js.map} +1 -1
  208. package/cjs/index.js +32 -32
  209. package/cjs/{openChannelUtils-fd2a2d40.js → openChannelUtils-75da6d9d.js} +1 -1
  210. package/cjs/{openChannelUtils-fd2a2d40.js.map → openChannelUtils-75da6d9d.js.map} +1 -1
  211. package/cjs/sendbirdSelectors.js +2 -2
  212. package/cjs/{stringSet-1cf0be09.js → stringSet-049b4e09.js} +1 -1
  213. package/cjs/{stringSet-1cf0be09.js.map → stringSet-049b4e09.js.map} +1 -1
  214. package/cjs/{topics-75ad844e.js → topics-98cb2a0a.js} +1 -1
  215. package/cjs/{topics-75ad844e.js.map → topics-98cb2a0a.js.map} +1 -1
  216. package/cjs/{tslib.es6-cbf53b9b.js → tslib.es6-85f9fc43.js} +1 -1
  217. package/cjs/{tslib.es6-cbf53b9b.js.map → tslib.es6-85f9fc43.js.map} +1 -1
  218. package/cjs/ui/Accordion.js +3 -3
  219. package/cjs/ui/AccordionGroup.js +2 -2
  220. package/cjs/ui/AdminMessage.js +3 -3
  221. package/cjs/ui/Avatar.js +2 -2
  222. package/cjs/ui/Badge.js +5 -5
  223. package/cjs/ui/Button.js +3 -3
  224. package/cjs/ui/ChannelAvatar.js +3 -3
  225. package/cjs/ui/ConnectionStatus.js +4 -4
  226. package/cjs/ui/ContextMenu.js +5 -5
  227. package/cjs/ui/DateSeparator.js +4 -4
  228. package/cjs/ui/EmojiReactions.js +7 -7
  229. package/cjs/ui/FileMessageItemBody.js +5 -5
  230. package/cjs/ui/FileViewer.js +8 -8
  231. package/cjs/ui/IconButton.js +1 -1
  232. package/cjs/ui/ImageRenderer.js +1 -1
  233. package/cjs/ui/Input.js +2 -2
  234. package/cjs/ui/Label.js +2 -2
  235. package/cjs/ui/LinkLabel.js +2 -2
  236. package/cjs/ui/Loader.js +1 -1
  237. package/cjs/ui/MentionLabel.js +10 -10
  238. package/cjs/ui/MessageContent.js +13 -13
  239. package/cjs/ui/MessageInput.js +9 -9
  240. package/cjs/ui/MessageItemMenu.js +7 -7
  241. package/cjs/ui/MessageItemReactionMenu.js +5 -5
  242. package/cjs/ui/MessageSearchFileItem.js +9 -9
  243. package/cjs/ui/MessageSearchItem.js +9 -9
  244. package/cjs/ui/MessageStatus.js +7 -7
  245. package/cjs/ui/Modal.js +6 -6
  246. package/cjs/ui/OGMessageItemBody.js +10 -10
  247. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  248. package/cjs/ui/OpenChannelAvatar.js +6 -6
  249. package/cjs/ui/OpenchannelConversationHeader.js +6 -6
  250. package/cjs/ui/OpenchannelFileMessage.js +14 -14
  251. package/cjs/ui/OpenchannelOGMessage.js +14 -14
  252. package/cjs/ui/OpenchannelThumbnailMessage.js +13 -13
  253. package/cjs/ui/OpenchannelUserMessage.js +14 -14
  254. package/cjs/ui/PlaceHolder.js +6 -6
  255. package/cjs/ui/QuoteMessage.js +6 -6
  256. package/cjs/ui/QuoteMessageInput.js +6 -6
  257. package/cjs/ui/ReactionBadge.js +3 -3
  258. package/cjs/ui/ReactionButton.js +1 -1
  259. package/cjs/ui/SortByRow.js +2 -2
  260. package/cjs/ui/TextButton.js +2 -2
  261. package/cjs/ui/TextMessageItemBody.js +10 -10
  262. package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
  263. package/cjs/ui/Tooltip.js +3 -3
  264. package/cjs/ui/TooltipWrapper.js +1 -1
  265. package/cjs/ui/UnknownMessageItemBody.js +6 -6
  266. package/cjs/ui/UserListItem.js +11 -11
  267. package/cjs/ui/UserProfile.js +9 -9
  268. package/cjs/ui/Word.js +10 -10
  269. package/cjs/useSendbirdStateContext.js +1 -1
  270. package/cjs/{utils-ef4ada41.js → utils-39ec90d2.js} +1 -1
  271. package/cjs/{utils-ef4ada41.js.map → utils-39ec90d2.js.map} +1 -1
  272. package/cjs/{utils-e445a3a5.js → utils-81982925.js} +1 -1
  273. package/cjs/{utils-e445a3a5.js.map → utils-81982925.js.map} +1 -1
  274. package/cjs/{utils-cff8ef3c.js → utils-cfd169cf.js} +1 -1
  275. package/cjs/{utils-cff8ef3c.js.map → utils-cfd169cf.js.map} +1 -1
  276. package/cjs/{uuid-fd1ae281.js → uuid-fd0e9df2.js} +1 -1
  277. package/cjs/{uuid-fd1ae281.js.map → uuid-fd0e9df2.js.map} +1 -1
  278. package/cjs/withSendbird.js +1 -1
  279. package/{color-e92a1ce5.js → color-aa2a4fb9.js} +1 -1
  280. package/{color-e92a1ce5.js.map → color-aa2a4fb9.js.map} +1 -1
  281. package/{compareIds-0e39568a.js → compareIds-6ecf8562.js} +1 -1
  282. package/{compareIds-0e39568a.js.map → compareIds-6ecf8562.js.map} +1 -1
  283. package/{const-b50ee378.js → const-6422747c.js} +1 -1
  284. package/{const-b50ee378.js.map → const-6422747c.js.map} +1 -1
  285. package/{const-05b7e2ee.js → const-993f5ed2.js} +1 -1
  286. package/{const-05b7e2ee.js.map → const-993f5ed2.js.map} +1 -1
  287. package/{context-cac056b6.js → context-be042eab.js} +2 -2
  288. package/{context-cac056b6.js.map → context-be042eab.js.map} +1 -1
  289. package/dist/index.css +116 -116
  290. package/dist/index.css.map +1 -1
  291. package/{index-2f7dc394.js → index-1e6a8e36.js} +1 -1
  292. package/{index-2f7dc394.js.map → index-1e6a8e36.js.map} +1 -1
  293. package/{index-82f39d94.js → index-22eeaa42.js} +5 -5
  294. package/{index-82f39d94.js.map → index-22eeaa42.js.map} +1 -1
  295. package/{index-c35128dd.js → index-29315cb2.js} +2 -2
  296. package/{index-c35128dd.js.map → index-29315cb2.js.map} +1 -1
  297. package/{index-58580f28.js → index-32596c72.js} +2 -2
  298. package/{index-58580f28.js.map → index-32596c72.js.map} +1 -1
  299. package/{index-218499dd.js → index-506577dc.js} +7 -7
  300. package/{index-218499dd.js.map → index-506577dc.js.map} +1 -1
  301. package/{index-4e0f3666.js → index-96261249.js} +2 -2
  302. package/{index-4e0f3666.js.map → index-96261249.js.map} +1 -1
  303. package/{index-575e441e.js → index-a31340c6.js} +4 -4
  304. package/{index-575e441e.js.map → index-a31340c6.js.map} +1 -1
  305. package/{index-acdeddcd.js → index-b842face.js} +1 -1
  306. package/{index-acdeddcd.js.map → index-b842face.js.map} +1 -1
  307. package/{index-4544729b.js → index-be0700a1.js} +4 -4
  308. package/{index-4544729b.js.map → index-be0700a1.js.map} +1 -1
  309. package/{index-4572759d.js → index-d3d000c5.js} +2 -2
  310. package/{index-4572759d.js.map → index-d3d000c5.js.map} +1 -1
  311. package/index.d.ts +3 -2
  312. package/index.js +32 -32
  313. package/{openChannelUtils-141e14ca.js → openChannelUtils-ff549f6e.js} +1 -1
  314. package/{openChannelUtils-141e14ca.js.map → openChannelUtils-ff549f6e.js.map} +1 -1
  315. package/package.json +2 -2
  316. package/sendbirdSelectors.js +2 -2
  317. package/{stringSet-97b371bf.js → stringSet-a6d82760.js} +1 -1
  318. package/{stringSet-97b371bf.js.map → stringSet-a6d82760.js.map} +1 -1
  319. package/{topics-0034d31d.js → topics-a7837cce.js} +1 -1
  320. package/{topics-0034d31d.js.map → topics-a7837cce.js.map} +1 -1
  321. package/{tslib.es6-7933cbb3.js → tslib.es6-8f51834f.js} +1 -1
  322. package/{tslib.es6-7933cbb3.js.map → tslib.es6-8f51834f.js.map} +1 -1
  323. package/ui/Accordion.js +3 -3
  324. package/ui/AccordionGroup.js +2 -2
  325. package/ui/AdminMessage.js +3 -3
  326. package/ui/Avatar.js +2 -2
  327. package/ui/Badge.js +5 -5
  328. package/ui/Button.js +3 -3
  329. package/ui/ChannelAvatar.js +3 -3
  330. package/ui/ConnectionStatus.js +4 -4
  331. package/ui/ContextMenu.js +5 -5
  332. package/ui/DateSeparator.js +4 -4
  333. package/ui/EmojiReactions.js +7 -7
  334. package/ui/FileMessageItemBody.js +5 -5
  335. package/ui/FileViewer.js +8 -8
  336. package/ui/IconButton.js +1 -1
  337. package/ui/ImageRenderer.js +1 -1
  338. package/ui/Input.js +2 -2
  339. package/ui/Label.js +2 -2
  340. package/ui/LinkLabel.js +2 -2
  341. package/ui/Loader.js +1 -1
  342. package/ui/MentionLabel.js +10 -10
  343. package/ui/MessageContent.js +13 -13
  344. package/ui/MessageInput.js +9 -9
  345. package/ui/MessageItemMenu.js +7 -7
  346. package/ui/MessageItemReactionMenu.js +5 -5
  347. package/ui/MessageSearchFileItem.js +9 -9
  348. package/ui/MessageSearchItem.js +9 -9
  349. package/ui/MessageStatus.js +7 -7
  350. package/ui/Modal.js +6 -6
  351. package/ui/OGMessageItemBody.js +10 -10
  352. package/ui/OpenChannelAdminMessage.js +3 -3
  353. package/ui/OpenChannelAvatar.js +6 -6
  354. package/ui/OpenchannelConversationHeader.js +6 -6
  355. package/ui/OpenchannelFileMessage.js +14 -14
  356. package/ui/OpenchannelOGMessage.js +14 -14
  357. package/ui/OpenchannelThumbnailMessage.js +13 -13
  358. package/ui/OpenchannelUserMessage.js +14 -14
  359. package/ui/PlaceHolder.js +6 -6
  360. package/ui/QuoteMessage.js +6 -6
  361. package/ui/QuoteMessageInput.js +6 -6
  362. package/ui/ReactionBadge.js +3 -3
  363. package/ui/ReactionButton.js +1 -1
  364. package/ui/SortByRow.js +2 -2
  365. package/ui/TextButton.js +2 -2
  366. package/ui/TextMessageItemBody.js +10 -10
  367. package/ui/ThumbnailMessageItemBody.js +2 -2
  368. package/ui/Tooltip.js +3 -3
  369. package/ui/TooltipWrapper.js +1 -1
  370. package/ui/UnknownMessageItemBody.js +6 -6
  371. package/ui/UserListItem.js +11 -11
  372. package/ui/UserProfile.js +9 -9
  373. package/ui/Word.js +10 -10
  374. package/useSendbirdStateContext.js +1 -1
  375. package/{utils-be67dd33.js → utils-3f80bb5e.js} +1 -1
  376. package/{utils-be67dd33.js.map → utils-3f80bb5e.js.map} +1 -1
  377. package/{utils-2252e970.js → utils-6f7b9979.js} +1 -1
  378. package/{utils-2252e970.js.map → utils-6f7b9979.js.map} +1 -1
  379. package/{utils-b95c3ade.js → utils-e5ed3f12.js} +1 -1
  380. package/{utils-b95c3ade.js.map → utils-e5ed3f12.js.map} +1 -1
  381. package/{uuid-0426c252.js → uuid-58f681ca.js} +1 -1
  382. package/{uuid-0426c252.js.map → uuid-58f681ca.js.map} +1 -1
  383. package/withSendbird.js +1 -1
  384. package/ChannelListProvider-ae931f27.js.map +0 -1
  385. package/ChannelProvider-06a52df4.js.map +0 -1
  386. package/_rollupPluginBabelHelpers-3be2ec67.js.map +0 -1
  387. package/cjs/ChannelListProvider-9fe89939.js.map +0 -1
  388. package/cjs/ChannelProvider-abb3b1ea.js.map +0 -1
  389. package/cjs/_rollupPluginBabelHelpers-6e797acf.js.map +0 -1
package/App.js CHANGED
@@ -5,28 +5,28 @@ import ChannelList from './ChannelList.js';
5
5
  import Channel from './Channel.js';
6
6
  import ChannelSettings from './ChannelSettings.js';
7
7
  import MessageSearchPannel from './MessageSearch.js';
8
- import './_rollupPluginBabelHelpers-3be2ec67.js';
8
+ import './_rollupPluginBabelHelpers-19bb5a52.js';
9
9
  import './withSendbird.js';
10
10
  import '@sendbird/chat';
11
11
  import '@sendbird/chat/openChannel';
12
12
  import '@sendbird/chat/groupChannel';
13
- import './actionTypes-61259781.js';
14
- import './index-c35128dd.js';
15
- import './tslib.es6-7933cbb3.js';
13
+ import './actionTypes-fe8d0e10.js';
14
+ import './index-29315cb2.js';
15
+ import './tslib.es6-8f51834f.js';
16
16
  import './utils/message/getOutgoingMessageState.js';
17
17
  import 'css-vars-ponyfill';
18
- import './uuid-0426c252.js';
19
- import './LocalizationContext-a21fd99c.js';
20
- import './stringSet-97b371bf.js';
21
- import './index-2f7dc394.js';
22
- import './ChannelListProvider-ae931f27.js';
23
- import './topics-0034d31d.js';
24
- import './utils-be67dd33.js';
25
- import './UserProfileContext-804d6e7c.js';
18
+ import './uuid-58f681ca.js';
19
+ import './LocalizationContext-e41f6755.js';
20
+ import './stringSet-a6d82760.js';
21
+ import './index-1e6a8e36.js';
22
+ import './ChannelListProvider-72d9a850.js';
23
+ import './topics-a7837cce.js';
24
+ import './utils-3f80bb5e.js';
25
+ import './UserProfileContext-1ada295b.js';
26
26
  import './useSendbirdStateContext.js';
27
27
  import './ChannelList/components/ChannelListUI.js';
28
28
  import './ChannelList/components/ChannelListHeader.js';
29
- import './index-4572759d.js';
29
+ import './index-d3d000c5.js';
30
30
  import './ui/IconButton.js';
31
31
  import './ui/Avatar.js';
32
32
  import './ui/ImageRenderer.js';
@@ -34,12 +34,12 @@ import './ui/Icon.js';
34
34
  import './ChannelList/components/AddChannel.js';
35
35
  import './CreateChannel.js';
36
36
  import './CreateChannel/components/CreateChannelUI.js';
37
- import './CreateChannelProvider-eb0e903a.js';
37
+ import './CreateChannelProvider-8207448d.js';
38
38
  import './sendbirdSelectors.js';
39
39
  import './CreateChannel/components/InviteUsers.js';
40
40
  import './ui/Modal.js';
41
41
  import 'react-dom';
42
- import './index-acdeddcd.js';
42
+ import './index-b842face.js';
43
43
  import './ui/Button.js';
44
44
  import './ui/UserListItem.js';
45
45
  import './ui/MutedAvatarOverlay.js';
@@ -50,34 +50,34 @@ import './ui/SortByRow.js';
50
50
  import './CreateChannel/components/SelectChannelType.js';
51
51
  import './ChannelList/components/ChannelPreview.js';
52
52
  import './ui/ChannelAvatar.js';
53
- import './utils-2252e970.js';
53
+ import './utils-6f7b9979.js';
54
54
  import './ui/Badge.js';
55
- import './index-4544729b.js';
56
- import './index-4e0f3666.js';
57
- import './index-58580f28.js';
55
+ import './index-be0700a1.js';
56
+ import './index-96261249.js';
57
+ import './index-32596c72.js';
58
58
  import './ui/MentionUserLabel.js';
59
59
  import './Channel/components/TypingIndicator.js';
60
- import './ChannelProvider-06a52df4.js';
61
- import './compareIds-0e39568a.js';
62
- import './const-05b7e2ee.js';
60
+ import './ChannelProvider-262a9233.js';
61
+ import './compareIds-6ecf8562.js';
62
+ import './const-993f5ed2.js';
63
63
  import '@sendbird/chat/message';
64
64
  import './ui/ReactionButton.js';
65
65
  import './ui/MessageStatus.js';
66
66
  import './ui/Loader.js';
67
67
  import './ChannelList/components/ChannelPreviewAction.js';
68
68
  import './EditUserProfile.js';
69
- import './index-82f39d94.js';
69
+ import './index-22eeaa42.js';
70
70
  import './ui/Input.js';
71
71
  import './ui/TextButton.js';
72
- import './color-e92a1ce5.js';
73
- import './index-575e441e.js';
72
+ import './color-aa2a4fb9.js';
73
+ import './index-a31340c6.js';
74
74
  import './Channel/components/ChannelUI.js';
75
75
  import './ui/ConnectionStatus.js';
76
76
  import './Channel/components/ChannelHeader.js';
77
77
  import './Channel/components/MessageList.js';
78
78
  import './Channel/components/Message.js';
79
79
  import './Channel/components/SuggestedMentionList.js';
80
- import './const-b50ee378.js';
80
+ import './const-6422747c.js';
81
81
  import './ui/DateSeparator.js';
82
82
  import './ui/MessageInput.js';
83
83
  import 'react-dom/server';
@@ -111,9 +111,9 @@ import './ChannelSettings/components/EditDetailsModal.js';
111
111
  import './ChannelSettings/components/ModerationPanel.js';
112
112
  import './ui/Accordion.js';
113
113
  import './ui/AccordionGroup.js';
114
- import './context-cac056b6.js';
114
+ import './context-be042eab.js';
115
115
  import './ChannelSettings/components/UserListItem.js';
116
- import './MemberList-2ad6bbe2.js';
116
+ import './MemberList-9114cc24.js';
117
117
  import './ChannelSettings/components/LeaveChannel.js';
118
118
  import './ChannelSettings/components/UserPanel.js';
119
119
  import './MessageSearch/components/MessageSearchUI.js';
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog - v3
2
2
 
3
+ ## [v3.2.4] (Nov 1 2022)
4
+ Features:
5
+ * For Channel component, added separate prop isLoading?.boolean
6
+ Usage: `<Channel channelUrl {currentChannelUrl} isLoading={!currentChannelUrl} />`
7
+ * For flicker in ChannelList, no extra props
8
+
9
+ Fixes:
10
+ * React UIKit placeholder rendering issue
11
+ * Fix scroll issue in ChannelList where user cannot load more channels
12
+ * Modify TS interface getLeaveChannel to getLeaveGroupChannel in selectors
13
+
3
14
  ## [v3.2.3] (Oct 14 2022)
4
15
  Feature:
5
16
  * Add a prop `disableMarkAsRead` into the <Channel />
@@ -1,28 +1,28 @@
1
1
  import React__default, { useContext } from 'react';
2
- import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from '../../index-4572759d.js';
2
+ import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from '../../index-d3d000c5.js';
3
3
  import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
4
4
  import IconButton from '../../ui/IconButton.js';
5
5
  import ChannelAvatar from '../../ui/ChannelAvatar.js';
6
- import { a as LocalizationContext } from '../../LocalizationContext-a21fd99c.js';
6
+ import { a as LocalizationContext } from '../../LocalizationContext-e41f6755.js';
7
7
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
8
- import { u as useChannelContext } from '../../ChannelProvider-06a52df4.js';
8
+ import { u as useChannelContext } from '../../ChannelProvider-262a9233.js';
9
9
  import 'prop-types';
10
- import '../../stringSet-97b371bf.js';
11
- import '../../tslib.es6-7933cbb3.js';
10
+ import '../../stringSet-a6d82760.js';
11
+ import '../../tslib.es6-8f51834f.js';
12
12
  import '../../ui/Avatar.js';
13
13
  import '../../ui/ImageRenderer.js';
14
- import '../../uuid-0426c252.js';
15
- import '../../utils-2252e970.js';
16
- import '../../index-2f7dc394.js';
14
+ import '../../uuid-58f681ca.js';
15
+ import '../../utils-6f7b9979.js';
16
+ import '../../index-1e6a8e36.js';
17
17
  import '../../withSendbird.js';
18
- import '../../_rollupPluginBabelHelpers-3be2ec67.js';
19
- import '../../UserProfileContext-804d6e7c.js';
20
- import '../../index-58580f28.js';
21
- import '../../topics-0034d31d.js';
22
- import '../../index-c35128dd.js';
18
+ import '../../_rollupPluginBabelHelpers-19bb5a52.js';
19
+ import '../../UserProfileContext-1ada295b.js';
20
+ import '../../index-32596c72.js';
21
+ import '../../topics-a7837cce.js';
22
+ import '../../index-29315cb2.js';
23
23
  import '../../utils/message/getOutgoingMessageState.js';
24
- import '../../compareIds-0e39568a.js';
25
- import '../../const-05b7e2ee.js';
24
+ import '../../compareIds-6ecf8562.js';
25
+ import '../../const-993f5ed2.js';
26
26
  import '@sendbird/chat/groupChannel';
27
27
  import '@sendbird/chat/message';
28
28
  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-06a52df4.js';
4
- import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-575e441e.js';
3
+ import { u as useChannelContext, M as MARK_AS_READ } from '../../ChannelProvider-262a9233.js';
4
+ import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-a31340c6.js';
5
5
  import ConnectionStatus from '../../ui/ConnectionStatus.js';
6
6
  import ChannelHeader from './ChannelHeader.js';
7
7
  import MessageList from './MessageList.js';
@@ -10,40 +10,40 @@ 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-3be2ec67.js';
14
- import '../../UserProfileContext-804d6e7c.js';
13
+ import '../../_rollupPluginBabelHelpers-19bb5a52.js';
14
+ import '../../UserProfileContext-1ada295b.js';
15
15
  import 'prop-types';
16
- import '../../index-58580f28.js';
17
- import '../../index-2f7dc394.js';
18
- import '../../topics-0034d31d.js';
19
- import '../../index-c35128dd.js';
20
- import '../../tslib.es6-7933cbb3.js';
16
+ import '../../index-32596c72.js';
17
+ import '../../index-1e6a8e36.js';
18
+ import '../../topics-a7837cce.js';
19
+ import '../../index-29315cb2.js';
20
+ import '../../tslib.es6-8f51834f.js';
21
21
  import '../../utils/message/getOutgoingMessageState.js';
22
- import '../../compareIds-0e39568a.js';
23
- import '../../const-05b7e2ee.js';
22
+ import '../../compareIds-6ecf8562.js';
23
+ import '../../const-993f5ed2.js';
24
24
  import '@sendbird/chat/groupChannel';
25
- import '../../uuid-0426c252.js';
25
+ import '../../uuid-58f681ca.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-4572759d.js';
31
- import '../../stringSet-97b371bf.js';
30
+ import '../../index-d3d000c5.js';
31
+ import '../../stringSet-a6d82760.js';
32
32
  import '../../ui/ReactionButton.js';
33
33
  import '../../ui/ImageRenderer.js';
34
34
  import '../../ui/Icon.js';
35
- import '../../LocalizationContext-a21fd99c.js';
35
+ import '../../LocalizationContext-e41f6755.js';
36
36
  import '../../ui/Loader.js';
37
37
  import '../../ui/IconButton.js';
38
38
  import '../../ui/ChannelAvatar.js';
39
39
  import '../../ui/Avatar.js';
40
- import '../../utils-2252e970.js';
41
- import '../../index-4e0f3666.js';
40
+ import '../../utils-6f7b9979.js';
41
+ import '../../index-96261249.js';
42
42
  import './Message.js';
43
43
  import './SuggestedMentionList.js';
44
- import '../../const-b50ee378.js';
44
+ import '../../const-6422747c.js';
45
45
  import '../../ui/DateSeparator.js';
46
- import '../../color-e92a1ce5.js';
46
+ import '../../color-aa2a4fb9.js';
47
47
  import '../../ui/MessageInput.js';
48
48
  import 'react-dom/server';
49
49
  import '../../ui/Button.js';
@@ -51,7 +51,7 @@ import '../../ui/MentionUserLabel.js';
51
51
  import '../../ui/MessageContent.js';
52
52
  import '../../ui/UserProfile.js';
53
53
  import '../../sendbirdSelectors.js';
54
- import '../../utils-be67dd33.js';
54
+ import '../../utils-3f80bb5e.js';
55
55
  import '../../ui/MessageStatus.js';
56
56
  import '../../ui/MessageItemMenu.js';
57
57
  import '../../ui/MessageItemReactionMenu.js';
@@ -71,7 +71,7 @@ import '../../ui/OGMessageItemBody.js';
71
71
  import '../../ui/UnknownMessageItemBody.js';
72
72
  import '../../ui/QuoteMessage.js';
73
73
  import './FileViewer.js';
74
- import '../../index-acdeddcd.js';
74
+ import '../../index-b842face.js';
75
75
  import './RemoveMessageModal.js';
76
76
  import '../../ui/Modal.js';
77
77
  import '../../ui/QuoteMessageInput.js';
@@ -79,7 +79,8 @@ import '../../ui/QuoteMessageInput.js';
79
79
  var ChannelUI = function (_a) {
80
80
  var _b, _c, _d, _e;
81
81
 
82
- var renderPlaceholderLoader = _a.renderPlaceholderLoader,
82
+ var isLoading = _a.isLoading,
83
+ renderPlaceholderLoader = _a.renderPlaceholderLoader,
83
84
  renderPlaceholderInvalid = _a.renderPlaceholderInvalid,
84
85
  renderPlaceholderEmpty = _a.renderPlaceholderEmpty,
85
86
  renderChannelHeader = _a.renderChannelHeader,
@@ -113,6 +114,14 @@ var ChannelUI = function (_a) {
113
114
  var logger = (_d = globalStore === null || globalStore === void 0 ? void 0 : globalStore.config) === null || _d === void 0 ? void 0 : _d.logger;
114
115
  var isOnline = (_e = globalStore === null || globalStore === void 0 ? void 0 : globalStore.config) === null || _e === void 0 ? void 0 : _e.isOnline;
115
116
 
117
+ if (isLoading) {
118
+ return /*#__PURE__*/React__default.createElement("div", {
119
+ className: "sendbird-conversation"
120
+ }, (renderPlaceholderLoader === null || renderPlaceholderLoader === void 0 ? void 0 : renderPlaceholderLoader()) || /*#__PURE__*/React__default.createElement(PlaceHolder, {
121
+ type: PlaceHolderTypes.LOADING
122
+ }));
123
+ }
124
+
116
125
  if (!channelUrl) {
117
126
  return /*#__PURE__*/React__default.createElement("div", {
118
127
  className: "sendbird-conversation"
@@ -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 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 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 setUnreadCount(currentGroupChannel?.unreadMessageCount);\n }, [currentGroupChannel?.unreadMessageCount]);\n\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 (!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","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","unreadMessageCount","globalStore","useSendbirdStateContext","sdkError","_c","_b","stores","sdkStore","error","logger","_d","config","isOnline","_e","React","PlaceHolderTypes","NO_CHANNELS","WRONG","info","isFrozen","current","scrollTop","scrollHeight","offsetHeight","markAsRead","type","messageActionTypes","payload","channel","LOADING"],"mappings":"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"}
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 setUnreadCount(currentGroupChannel?.unreadMessageCount);\n }, [currentGroupChannel?.unreadMessageCount]);\n\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","unreadMessageCount","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-4572759d.js';
4
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-d3d000c5.js';
5
5
  import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
6
- import { M as MODAL_ROOT } from '../../index-acdeddcd.js';
7
- import { y as isSupportedFileView, z as isVideo, A as isImage } from '../../index-c35128dd.js';
6
+ import { M as MODAL_ROOT } from '../../index-b842face.js';
7
+ import { y as isSupportedFileView, z as isVideo, A as isImage } from '../../index-29315cb2.js';
8
8
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
9
- import { u as useChannelContext } from '../../ChannelProvider-06a52df4.js';
10
- import '../../tslib.es6-7933cbb3.js';
9
+ import { u as useChannelContext } from '../../ChannelProvider-262a9233.js';
10
+ import '../../tslib.es6-8f51834f.js';
11
11
  import '../../ui/ImageRenderer.js';
12
- import '../../uuid-0426c252.js';
12
+ import '../../uuid-58f681ca.js';
13
13
  import 'prop-types';
14
- import '../../stringSet-97b371bf.js';
14
+ import '../../stringSet-a6d82760.js';
15
15
  import '../../utils/message/getOutgoingMessageState.js';
16
16
  import '../../withSendbird.js';
17
- import '../../_rollupPluginBabelHelpers-3be2ec67.js';
18
- import '../../UserProfileContext-804d6e7c.js';
19
- import '../../index-58580f28.js';
20
- import '../../index-2f7dc394.js';
21
- import '../../topics-0034d31d.js';
22
- import '../../compareIds-0e39568a.js';
23
- import '../../const-05b7e2ee.js';
17
+ import '../../_rollupPluginBabelHelpers-19bb5a52.js';
18
+ import '../../UserProfileContext-1ada295b.js';
19
+ import '../../index-32596c72.js';
20
+ import '../../index-1e6a8e36.js';
21
+ import '../../topics-a7837cce.js';
22
+ import '../../compareIds-6ecf8562.js';
23
+ import '../../const-993f5ed2.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-a21fd99c.js';
3
- import { L as Label, a as LabelTypography } from '../../index-4572759d.js';
4
- import '../../stringSet-97b371bf.js';
5
- import '../../index-2f7dc394.js';
2
+ import { a as LocalizationContext } from '../../LocalizationContext-e41f6755.js';
3
+ import { L as Label, a as LabelTypography } from '../../index-d3d000c5.js';
4
+ import '../../stringSet-a6d82760.js';
5
+ import '../../index-1e6a8e36.js';
6
6
  import 'prop-types';
7
7
 
8
8
  var FrozenNotification = function () {
@@ -1,46 +1,46 @@
1
- import { a as __spreadArray } from '../../tslib.es6-7933cbb3.js';
1
+ import { a as __spreadArray } from '../../tslib.es6-8f51834f.js';
2
2
  import React__default, { useState, useRef, useEffect, useLayoutEffect, useMemo } from 'react';
3
- import { f as format } from '../../index-58580f28.js';
3
+ import { f as format } from '../../index-32596c72.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-06a52df4.js';
7
- import { h as getClassName } from '../../index-c35128dd.js';
8
- import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-05b7e2ee.js';
6
+ import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted } from '../../ChannelProvider-262a9233.js';
7
+ import { h as getClassName } from '../../index-29315cb2.js';
8
+ import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-993f5ed2.js';
9
9
  import DateSeparator from '../../ui/DateSeparator.js';
10
- import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-4572759d.js';
10
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-d3d000c5.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-b50ee378.js';
16
- import { u as useLocalization } from '../../LocalizationContext-a21fd99c.js';
17
- import '../../index-2f7dc394.js';
15
+ import { M as MessageInputKeys } from '../../const-6422747c.js';
16
+ import { u as useLocalization } from '../../LocalizationContext-e41f6755.js';
17
+ import '../../index-1e6a8e36.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-0426c252.js';
22
+ import '../../uuid-58f681ca.js';
23
23
  import '../../withSendbird.js';
24
- import '../../_rollupPluginBabelHelpers-3be2ec67.js';
25
- import '../../UserProfileContext-804d6e7c.js';
26
- import '../../topics-0034d31d.js';
24
+ import '../../_rollupPluginBabelHelpers-19bb5a52.js';
25
+ import '../../UserProfileContext-1ada295b.js';
26
+ import '../../topics-a7837cce.js';
27
27
  import '../../utils/message/getOutgoingMessageState.js';
28
- import '../../compareIds-0e39568a.js';
28
+ import '../../compareIds-6ecf8562.js';
29
29
  import '@sendbird/chat/groupChannel';
30
30
  import '@sendbird/chat/message';
31
31
  import '../../ui/ContextMenu.js';
32
32
  import 'react-dom';
33
33
  import '../../ui/SortByRow.js';
34
- import '../../stringSet-97b371bf.js';
34
+ import '../../stringSet-a6d82760.js';
35
35
  import '../../ui/ReactionButton.js';
36
- import '../../color-e92a1ce5.js';
36
+ import '../../color-aa2a4fb9.js';
37
37
  import 'react-dom/server';
38
38
  import '../../ui/IconButton.js';
39
39
  import '../../ui/Button.js';
40
40
  import '../../ui/MentionUserLabel.js';
41
41
  import '../../ui/UserProfile.js';
42
42
  import '../../sendbirdSelectors.js';
43
- import '../../utils-be67dd33.js';
43
+ import '../../utils-3f80bb5e.js';
44
44
  import '../../ui/MessageStatus.js';
45
45
  import '../../ui/Loader.js';
46
46
  import '../../ui/MessageItemMenu.js';
@@ -60,7 +60,7 @@ import '../../ui/ThumbnailMessageItemBody.js';
60
60
  import '../../ui/OGMessageItemBody.js';
61
61
  import '../../ui/UnknownMessageItemBody.js';
62
62
  import '../../ui/QuoteMessage.js';
63
- import '../../index-acdeddcd.js';
63
+ import '../../index-b842face.js';
64
64
  import '../../ui/Modal.js';
65
65
 
66
66
  var Message = function (props) {
@@ -1,30 +1,30 @@
1
- import { a as __spreadArray } from '../../tslib.es6-7933cbb3.js';
1
+ import { a as __spreadArray } from '../../tslib.es6-8f51834f.js';
2
2
  import React__default, { useContext, useState, useEffect } from 'react';
3
- import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted, d as isOperator } from '../../ChannelProvider-06a52df4.js';
3
+ import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted, d as isOperator } from '../../ChannelProvider-262a9233.js';
4
4
  import MessageInput from '../../ui/MessageInput.js';
5
5
  import QuoteMessageInput from '../../ui/QuoteMessageInput.js';
6
- import { a as LocalizationContext } from '../../LocalizationContext-a21fd99c.js';
6
+ import { a as LocalizationContext } from '../../LocalizationContext-e41f6755.js';
7
7
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
8
8
  import SuggestedMentionList from './SuggestedMentionList.js';
9
- import { M as MessageInputKeys } from '../../const-b50ee378.js';
10
- import '../../UserProfileContext-804d6e7c.js';
9
+ import { M as MessageInputKeys } from '../../const-6422747c.js';
10
+ import '../../UserProfileContext-1ada295b.js';
11
11
  import 'prop-types';
12
- import '../../index-58580f28.js';
13
- import '../../index-2f7dc394.js';
14
- import '../../topics-0034d31d.js';
15
- import '../../index-c35128dd.js';
12
+ import '../../index-32596c72.js';
13
+ import '../../index-1e6a8e36.js';
14
+ import '../../topics-a7837cce.js';
15
+ import '../../index-29315cb2.js';
16
16
  import '../../utils/message/getOutgoingMessageState.js';
17
- import '../../_rollupPluginBabelHelpers-3be2ec67.js';
18
- import '../../compareIds-0e39568a.js';
19
- import '../../const-05b7e2ee.js';
17
+ import '../../_rollupPluginBabelHelpers-19bb5a52.js';
18
+ import '../../compareIds-6ecf8562.js';
19
+ import '../../const-993f5ed2.js';
20
20
  import '@sendbird/chat/groupChannel';
21
- import '../../uuid-0426c252.js';
21
+ import '../../uuid-58f681ca.js';
22
22
  import '@sendbird/chat/message';
23
23
  import '../../ui/ContextMenu.js';
24
24
  import 'react-dom';
25
25
  import '../../ui/SortByRow.js';
26
- import '../../index-4572759d.js';
27
- import '../../stringSet-97b371bf.js';
26
+ import '../../index-d3d000c5.js';
27
+ import '../../stringSet-a6d82760.js';
28
28
  import '../../ui/ReactionButton.js';
29
29
  import '../../ui/ImageRenderer.js';
30
30
  import '../../ui/Icon.js';
@@ -1,39 +1,39 @@
1
1
  import React__default, { useState, useMemo } from 'react';
2
- import { i as isSameDay } from '../../index-4e0f3666.js';
3
- import { u as useChannelContext, c as compareMessagesForGrouping, i as isAboutSame } from '../../ChannelProvider-06a52df4.js';
4
- import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-575e441e.js';
2
+ import { i as isSameDay } from '../../index-96261249.js';
3
+ import { u as useChannelContext, c as compareMessagesForGrouping, i as isAboutSame } from '../../ChannelProvider-262a9233.js';
4
+ import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-a31340c6.js';
5
5
  import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
6
6
  import Message from './Message.js';
7
- import { u as uuidv4 } from '../../uuid-0426c252.js';
8
- import '../../index-58580f28.js';
9
- import '../../index-2f7dc394.js';
10
- import '../../UserProfileContext-804d6e7c.js';
7
+ import { u as uuidv4 } from '../../uuid-58f681ca.js';
8
+ import '../../index-32596c72.js';
9
+ import '../../index-1e6a8e36.js';
10
+ import '../../UserProfileContext-1ada295b.js';
11
11
  import 'prop-types';
12
12
  import '../../useSendbirdStateContext.js';
13
13
  import '../../withSendbird.js';
14
- import '../../_rollupPluginBabelHelpers-3be2ec67.js';
15
- import '../../topics-0034d31d.js';
16
- import '../../index-c35128dd.js';
17
- import '../../tslib.es6-7933cbb3.js';
14
+ import '../../_rollupPluginBabelHelpers-19bb5a52.js';
15
+ import '../../topics-a7837cce.js';
16
+ import '../../index-29315cb2.js';
17
+ import '../../tslib.es6-8f51834f.js';
18
18
  import '../../utils/message/getOutgoingMessageState.js';
19
- import '../../compareIds-0e39568a.js';
20
- import '../../const-05b7e2ee.js';
19
+ import '../../compareIds-6ecf8562.js';
20
+ import '../../const-993f5ed2.js';
21
21
  import '@sendbird/chat/groupChannel';
22
22
  import '@sendbird/chat/message';
23
23
  import '../../ui/ContextMenu.js';
24
24
  import 'react-dom';
25
25
  import '../../ui/SortByRow.js';
26
- import '../../index-4572759d.js';
27
- import '../../stringSet-97b371bf.js';
26
+ import '../../index-d3d000c5.js';
27
+ import '../../stringSet-a6d82760.js';
28
28
  import '../../ui/ReactionButton.js';
29
29
  import '../../ui/ImageRenderer.js';
30
- import '../../LocalizationContext-a21fd99c.js';
30
+ import '../../LocalizationContext-e41f6755.js';
31
31
  import '../../ui/Loader.js';
32
32
  import './SuggestedMentionList.js';
33
33
  import '../../ui/Avatar.js';
34
- import '../../const-b50ee378.js';
34
+ import '../../const-6422747c.js';
35
35
  import '../../ui/DateSeparator.js';
36
- import '../../color-e92a1ce5.js';
36
+ import '../../color-aa2a4fb9.js';
37
37
  import '../../ui/MessageInput.js';
38
38
  import 'react-dom/server';
39
39
  import '../../ui/IconButton.js';
@@ -42,7 +42,7 @@ import '../../ui/MentionUserLabel.js';
42
42
  import '../../ui/MessageContent.js';
43
43
  import '../../ui/UserProfile.js';
44
44
  import '../../sendbirdSelectors.js';
45
- import '../../utils-be67dd33.js';
45
+ import '../../utils-3f80bb5e.js';
46
46
  import '../../ui/MessageStatus.js';
47
47
  import '../../ui/MessageItemMenu.js';
48
48
  import '../../ui/MessageItemReactionMenu.js';
@@ -62,7 +62,7 @@ import '../../ui/OGMessageItemBody.js';
62
62
  import '../../ui/UnknownMessageItemBody.js';
63
63
  import '../../ui/QuoteMessage.js';
64
64
  import './FileViewer.js';
65
- import '../../index-acdeddcd.js';
65
+ import '../../index-b842face.js';
66
66
  import './RemoveMessageModal.js';
67
67
  import '../../ui/Modal.js';
68
68