@sendbird/uikit-react 3.3.3-rc.0 → 3.3.4-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (457) hide show
  1. package/App.js +35 -35
  2. package/CHANGELOG.md +4 -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-febdda34.js → ChannelListProvider-5496c290.js} +8 -8
  29. package/{ChannelListProvider-febdda34.js.map → ChannelListProvider-5496c290.js.map} +1 -1
  30. package/{ChannelProvider-ae64cc00.js → ChannelProvider-4670df48.js} +9 -9
  31. package/{ChannelProvider-ae64cc00.js.map → ChannelProvider-4670df48.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-c710d892.js → CreateChannelProvider-290ad128.js} +1 -1
  47. package/{CreateChannelProvider-c710d892.js.map → CreateChannelProvider-290ad128.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-e55f5d49.js → LocalizationContext-9e280cc1.js} +3 -3
  54. package/{LocalizationContext-e55f5d49.js.map → LocalizationContext-9e280cc1.js.map} +1 -1
  55. package/{MediaQueryContext-8534939f.js → MediaQueryContext-eeba1d65.js} +1 -1
  56. package/{MediaQueryContext-8534939f.js.map → MediaQueryContext-eeba1d65.js.map} +1 -1
  57. package/{MemberList-870fb3e2.js → MemberList-b3945aa7.js} +5 -5
  58. package/{MemberList-870fb3e2.js.map → MemberList-b3945aa7.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-72cd9b79.js → OpenChannelListProvider-23047ffb.js} +3 -3
  75. package/{OpenChannelListProvider-72cd9b79.js.map → OpenChannelListProvider-23047ffb.js.map} +1 -1
  76. package/{OpenChannelProvider-603362f6.js → OpenChannelProvider-31fb0be7.js} +7 -7
  77. package/{OpenChannelProvider-603362f6.js.map → OpenChannelProvider-31fb0be7.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-a7866ebd.js → RemoveMessageModal-f3f07c46.js} +3 -3
  86. package/{RemoveMessageModal-a7866ebd.js.map → RemoveMessageModal-f3f07c46.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-4225ee88.js → ThreadProvider-8b225d0c.js} +6 -6
  102. package/{ThreadProvider-4225ee88.js.map → ThreadProvider-8b225d0c.js.map} +1 -1
  103. package/{UserProfileContext-dbc208a1.js → UserProfileContext-48b501e8.js} +1 -1
  104. package/{UserProfileContext-dbc208a1.js.map → UserProfileContext-48b501e8.js.map} +1 -1
  105. package/{_rollupPluginBabelHelpers-b6b62308.js → _rollupPluginBabelHelpers-d5956adc.js} +1 -1
  106. package/_rollupPluginBabelHelpers-d5956adc.js.map +1 -0
  107. package/{actionTypes-5a6a5e32.js → actionTypes-0fcadd29.js} +1 -1
  108. package/{actionTypes-5a6a5e32.js.map → actionTypes-0fcadd29.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-d328b814.js → ChannelListProvider-f5178bdd.js} +8 -8
  136. package/cjs/{ChannelListProvider-d328b814.js.map → ChannelListProvider-f5178bdd.js.map} +1 -1
  137. package/cjs/{ChannelProvider-18b04603.js → ChannelProvider-5a475747.js} +9 -9
  138. package/cjs/{ChannelProvider-18b04603.js.map → ChannelProvider-5a475747.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-c9d7da87.js → CreateChannelProvider-f6c6dde6.js} +1 -1
  154. package/cjs/{CreateChannelProvider-c9d7da87.js.map → CreateChannelProvider-f6c6dde6.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-959df3bc.js → LocalizationContext-17ba15f1.js} +3 -3
  161. package/cjs/{LocalizationContext-959df3bc.js.map → LocalizationContext-17ba15f1.js.map} +1 -1
  162. package/cjs/{MediaQueryContext-7e1cb963.js → MediaQueryContext-4b2bafe1.js} +1 -1
  163. package/cjs/{MediaQueryContext-7e1cb963.js.map → MediaQueryContext-4b2bafe1.js.map} +1 -1
  164. package/cjs/{MemberList-9016fa66.js → MemberList-10d510eb.js} +5 -5
  165. package/cjs/{MemberList-9016fa66.js.map → MemberList-10d510eb.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-166e27bb.js → OpenChannelListProvider-8809f10c.js} +3 -3
  182. package/cjs/{OpenChannelListProvider-166e27bb.js.map → OpenChannelListProvider-8809f10c.js.map} +1 -1
  183. package/cjs/{OpenChannelProvider-a1dd3be9.js → OpenChannelProvider-68dc4f32.js} +7 -7
  184. package/cjs/{OpenChannelProvider-a1dd3be9.js.map → OpenChannelProvider-68dc4f32.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-9e8f857f.js → RemoveMessageModal-89e8d1fd.js} +3 -3
  193. package/cjs/{RemoveMessageModal-9e8f857f.js.map → RemoveMessageModal-89e8d1fd.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-ff41a83a.js → ThreadProvider-ef8500de.js} +6 -6
  209. package/cjs/{ThreadProvider-ff41a83a.js.map → ThreadProvider-ef8500de.js.map} +1 -1
  210. package/cjs/{UserProfileContext-53c90168.js → UserProfileContext-b0143217.js} +1 -1
  211. package/cjs/{UserProfileContext-53c90168.js.map → UserProfileContext-b0143217.js.map} +1 -1
  212. package/cjs/{_rollupPluginBabelHelpers-c837c5c4.js → _rollupPluginBabelHelpers-9d8b114a.js} +1 -1
  213. package/cjs/_rollupPluginBabelHelpers-9d8b114a.js.map +1 -0
  214. package/cjs/{actionTypes-9b9563f2.js → actionTypes-92ba4d2d.js} +1 -1
  215. package/cjs/{actionTypes-9b9563f2.js.map → actionTypes-92ba4d2d.js.map} +1 -1
  216. package/cjs/{color-43754a84.js → color-a2c12745.js} +1 -1
  217. package/cjs/{color-43754a84.js.map → color-a2c12745.js.map} +1 -1
  218. package/cjs/{compareIds-2eb7806d.js → compareIds-76da099f.js} +1 -1
  219. package/cjs/{compareIds-2eb7806d.js.map → compareIds-76da099f.js.map} +1 -1
  220. package/cjs/{const-27919d46.js → const-84d96133.js} +1 -1
  221. package/cjs/{const-27919d46.js.map → const-84d96133.js.map} +1 -1
  222. package/cjs/{const-e207105c.js → const-ce73be77.js} +1 -1
  223. package/cjs/{const-e207105c.js.map → const-ce73be77.js.map} +1 -1
  224. package/cjs/{context-ae8b2953.js → context-96e16c9d.js} +2 -2
  225. package/cjs/{context-ae8b2953.js.map → context-96e16c9d.js.map} +1 -1
  226. package/cjs/dist/index.css +119 -119
  227. package/cjs/dist/index.css.map +1 -1
  228. package/cjs/{index-e36e88b7.js → index-1a2a1d1f.js} +1 -1
  229. package/cjs/{index-e36e88b7.js.map → index-1a2a1d1f.js.map} +1 -1
  230. package/cjs/{index-a950d7c2.js → index-2410585c.js} +7 -7
  231. package/cjs/{index-a950d7c2.js.map → index-2410585c.js.map} +1 -1
  232. package/cjs/{index-35a40490.js → index-2c0ef693.js} +5 -5
  233. package/cjs/{index-35a40490.js.map → index-2c0ef693.js.map} +1 -1
  234. package/cjs/{index-191d90be.js → index-464d6595.js} +2 -5
  235. package/cjs/{index-191d90be.js.map → index-464d6595.js.map} +1 -1
  236. package/cjs/index-4eeef2c0.js +157 -0
  237. package/cjs/index-4eeef2c0.js.map +1 -0
  238. package/cjs/index-8ad89057.js +178 -0
  239. package/cjs/index-8ad89057.js.map +1 -0
  240. package/cjs/{index-04c4d352.js → index-8beae959.js} +2 -2
  241. package/cjs/{index-04c4d352.js.map → index-8beae959.js.map} +1 -1
  242. package/cjs/{index-dba288b4.js → index-8d4f2992.js} +2 -3
  243. package/cjs/{index-dba288b4.js.map → index-8d4f2992.js.map} +1 -1
  244. package/cjs/{index-21dd1ebd.js → index-a77caf90.js} +2 -2
  245. package/cjs/{index-21dd1ebd.js.map → index-a77caf90.js.map} +1 -1
  246. package/cjs/{index-087e1555.js → index-ec895a82.js} +1 -1
  247. package/cjs/{index-087e1555.js.map → index-ec895a82.js.map} +1 -1
  248. package/cjs/{index-e7ba7dfc.js → index-f1b9f5fa.js} +4 -4
  249. package/cjs/{index-e7ba7dfc.js.map → index-f1b9f5fa.js.map} +1 -1
  250. package/cjs/{index-7bcddbed.js → index-fd82cc89.js} +2 -2
  251. package/cjs/{index-7bcddbed.js.map → index-fd82cc89.js.map} +1 -1
  252. package/cjs/index.js +38 -38
  253. package/cjs/sendbirdSelectors.js +2 -2
  254. package/cjs/{stringSet-ce948a42.js → stringSet-848d4ace.js} +2 -1
  255. package/cjs/stringSet-848d4ace.js.map +1 -0
  256. package/cjs/{topics-9406e74b.js → topics-df230476.js} +1 -1
  257. package/cjs/{topics-9406e74b.js.map → topics-df230476.js.map} +1 -1
  258. package/cjs/{tslib.es6-1fb3ed8f.js → tslib.es6-725d5038.js} +1 -1
  259. package/cjs/{tslib.es6-1fb3ed8f.js.map → tslib.es6-725d5038.js.map} +1 -1
  260. package/cjs/ui/Accordion.js +3 -3
  261. package/cjs/ui/AccordionGroup.js +2 -2
  262. package/cjs/ui/AdminMessage.js +3 -3
  263. package/cjs/ui/Avatar.js +2 -2
  264. package/cjs/ui/Badge.js +5 -5
  265. package/cjs/ui/BottomSheet.js +1 -1
  266. package/cjs/ui/Button.js +3 -3
  267. package/cjs/ui/ChannelAvatar.js +3 -3
  268. package/cjs/ui/ConnectionStatus.js +4 -4
  269. package/cjs/ui/ContextMenu.js +5 -5
  270. package/cjs/ui/DateSeparator.js +4 -4
  271. package/cjs/ui/EmojiReactions.js +7 -7
  272. package/cjs/ui/FileMessageItemBody.js +6 -6
  273. package/cjs/ui/FileViewer.js +8 -8
  274. package/cjs/ui/IconButton.js +1 -1
  275. package/cjs/ui/ImageRenderer.js +1 -1
  276. package/cjs/ui/Input.js +2 -2
  277. package/cjs/ui/Label.js +2 -2
  278. package/cjs/ui/LinkLabel.js +2 -2
  279. package/cjs/ui/Loader.js +1 -1
  280. package/cjs/ui/MentionLabel.js +11 -11
  281. package/cjs/ui/MessageContent.js +21 -19
  282. package/cjs/ui/MessageContent.js.map +1 -1
  283. package/cjs/ui/MessageInput.js +19 -14
  284. package/cjs/ui/MessageInput.js.map +1 -1
  285. package/cjs/ui/MessageItemMenu.js +7 -7
  286. package/cjs/ui/MessageItemReactionMenu.js +5 -5
  287. package/cjs/ui/MessageSearchFileItem.js +24 -13
  288. package/cjs/ui/MessageSearchFileItem.js.map +1 -1
  289. package/cjs/ui/MessageSearchItem.js +24 -13
  290. package/cjs/ui/MessageSearchItem.js.map +1 -1
  291. package/cjs/ui/MessageStatus.js +16 -55
  292. package/cjs/ui/MessageStatus.js.map +1 -1
  293. package/cjs/ui/Modal.js +7 -7
  294. package/cjs/ui/OGMessageItemBody.js +11 -11
  295. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  296. package/cjs/ui/OpenChannelAvatar.js +6 -6
  297. package/cjs/ui/OpenchannelConversationHeader.js +6 -6
  298. package/cjs/ui/OpenchannelFileMessage.js +16 -16
  299. package/cjs/ui/OpenchannelOGMessage.js +16 -16
  300. package/cjs/ui/OpenchannelThumbnailMessage.js +15 -15
  301. package/cjs/ui/OpenchannelUserMessage.js +16 -16
  302. package/cjs/ui/PlaceHolder.js +6 -6
  303. package/cjs/ui/QuoteMessage.js +6 -6
  304. package/cjs/ui/QuoteMessageInput.js +6 -6
  305. package/cjs/ui/ReactionBadge.js +3 -3
  306. package/cjs/ui/ReactionButton.js +1 -1
  307. package/cjs/ui/SortByRow.js +2 -2
  308. package/cjs/ui/TextButton.js +2 -2
  309. package/cjs/ui/TextMessageItemBody.js +11 -11
  310. package/cjs/ui/ThreadReplies.js +6 -6
  311. package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
  312. package/cjs/ui/Tooltip.js +3 -3
  313. package/cjs/ui/TooltipWrapper.js +1 -1
  314. package/cjs/ui/UnknownMessageItemBody.js +6 -6
  315. package/cjs/ui/UserListItem.js +11 -11
  316. package/cjs/ui/UserProfile.js +10 -10
  317. package/cjs/ui/Word.js +11 -11
  318. package/cjs/{useLongPress-7e24f242.js → useLongPress-3d314513.js} +3 -3
  319. package/cjs/{useLongPress-7e24f242.js.map → useLongPress-3d314513.js.map} +1 -1
  320. package/cjs/useSendbirdStateContext.js +1 -1
  321. package/cjs/{utils-f26ad58e.js → utils-0c605067.js} +1 -1
  322. package/cjs/{utils-f26ad58e.js.map → utils-0c605067.js.map} +1 -1
  323. package/cjs/{utils-f72838fc.js → utils-54b34144.js} +2 -2
  324. package/cjs/{utils-f72838fc.js.map → utils-54b34144.js.map} +1 -1
  325. package/cjs/{utils-50a24fa2.js → utils-df9e3c35.js} +1 -1
  326. package/cjs/{utils-50a24fa2.js.map → utils-df9e3c35.js.map} +1 -1
  327. package/cjs/{utils-6c9667cb.js → utils-feb3399e.js} +1 -1
  328. package/cjs/{utils-6c9667cb.js.map → utils-feb3399e.js.map} +1 -1
  329. package/cjs/{uuid-2d8af581.js → uuid-e4633253.js} +1 -1
  330. package/cjs/{uuid-2d8af581.js.map → uuid-e4633253.js.map} +1 -1
  331. package/cjs/withSendbird.js +1 -1
  332. package/{color-8624a970.js → color-391a0b09.js} +1 -1
  333. package/{color-8624a970.js.map → color-391a0b09.js.map} +1 -1
  334. package/{compareIds-955e3aee.js → compareIds-b5226388.js} +1 -1
  335. package/{compareIds-955e3aee.js.map → compareIds-b5226388.js.map} +1 -1
  336. package/{const-6b6923ef.js → const-144fbeda.js} +1 -1
  337. package/{const-6b6923ef.js.map → const-144fbeda.js.map} +1 -1
  338. package/{const-2d604ac9.js → const-94898fbb.js} +1 -1
  339. package/{const-2d604ac9.js.map → const-94898fbb.js.map} +1 -1
  340. package/{context-3962e150.js → context-41df87d8.js} +2 -2
  341. package/{context-3962e150.js.map → context-41df87d8.js.map} +1 -1
  342. package/dist/index.css +119 -119
  343. package/dist/index.css.map +1 -1
  344. package/{index-52d3164b.js → index-0f714477.js} +1 -1
  345. package/{index-52d3164b.js.map → index-0f714477.js.map} +1 -1
  346. package/{index-2ef1b241.js → index-28789af8.js} +3 -3
  347. package/{index-2ef1b241.js.map → index-28789af8.js.map} +1 -1
  348. package/{index-bc5ec263.js → index-42ff00d0.js} +1 -1
  349. package/{index-bc5ec263.js.map → index-42ff00d0.js.map} +1 -1
  350. package/{index-232d7b4a.js → index-5e9be824.js} +4 -4
  351. package/{index-232d7b4a.js.map → index-5e9be824.js.map} +1 -1
  352. package/{index-c4d9bb4e.js → index-80430ff9.js} +2 -2
  353. package/{index-c4d9bb4e.js.map → index-80430ff9.js.map} +1 -1
  354. package/{index-1f21885f.js → index-a8c4c1b2.js} +3 -3
  355. package/{index-1f21885f.js.map → index-a8c4c1b2.js.map} +1 -1
  356. package/index-b5cbfe3a.js +174 -0
  357. package/index-b5cbfe3a.js.map +1 -0
  358. package/index-ba80e5d1.js +145 -0
  359. package/index-ba80e5d1.js.map +1 -0
  360. package/{index-bd14119a.js → index-c10a2c7f.js} +5 -5
  361. package/{index-bd14119a.js.map → index-c10a2c7f.js.map} +1 -1
  362. package/{index-273d5dac.js → index-cec58cdb.js} +2 -2
  363. package/{index-273d5dac.js.map → index-cec58cdb.js.map} +1 -1
  364. package/{index-645f760a.js → index-e5d81397.js} +7 -7
  365. package/{index-645f760a.js.map → index-e5d81397.js.map} +1 -1
  366. package/{index-bb7f7f7d.js → index-e70498ba.js} +2 -2
  367. package/{index-bb7f7f7d.js.map → index-e70498ba.js.map} +1 -1
  368. package/index.d.ts +2 -1
  369. package/index.js +38 -38
  370. package/package.json +1 -1
  371. package/sendbirdSelectors.js +2 -2
  372. package/{stringSet-407fccef.js → stringSet-c5fd1352.js} +2 -1
  373. package/stringSet-c5fd1352.js.map +1 -0
  374. package/{topics-a3e781ef.js → topics-f54a338a.js} +1 -1
  375. package/{topics-a3e781ef.js.map → topics-f54a338a.js.map} +1 -1
  376. package/{tslib.es6-aea22b36.js → tslib.es6-f50787d7.js} +1 -1
  377. package/{tslib.es6-aea22b36.js.map → tslib.es6-f50787d7.js.map} +1 -1
  378. package/ui/Accordion.js +3 -3
  379. package/ui/AccordionGroup.js +2 -2
  380. package/ui/AdminMessage.js +3 -3
  381. package/ui/Avatar.js +2 -2
  382. package/ui/Badge.js +5 -5
  383. package/ui/BottomSheet.js +1 -1
  384. package/ui/Button.js +3 -3
  385. package/ui/ChannelAvatar.js +3 -3
  386. package/ui/ConnectionStatus.js +4 -4
  387. package/ui/ContextMenu.js +5 -5
  388. package/ui/DateSeparator.js +4 -4
  389. package/ui/EmojiReactions.js +7 -7
  390. package/ui/FileMessageItemBody.js +6 -6
  391. package/ui/FileViewer.js +8 -8
  392. package/ui/IconButton.js +1 -1
  393. package/ui/ImageRenderer.js +1 -1
  394. package/ui/Input.js +2 -2
  395. package/ui/Label.js +2 -2
  396. package/ui/LinkLabel.js +2 -2
  397. package/ui/Loader.js +1 -1
  398. package/ui/MentionLabel.js +11 -11
  399. package/ui/MessageContent.js +20 -18
  400. package/ui/MessageContent.js.map +1 -1
  401. package/ui/MessageInput.js +19 -14
  402. package/ui/MessageInput.js.map +1 -1
  403. package/ui/MessageItemMenu.js +7 -7
  404. package/ui/MessageItemReactionMenu.js +5 -5
  405. package/ui/MessageSearchFileItem.js +24 -13
  406. package/ui/MessageSearchFileItem.js.map +1 -1
  407. package/ui/MessageSearchItem.js +24 -13
  408. package/ui/MessageSearchItem.js.map +1 -1
  409. package/ui/MessageStatus.js +14 -53
  410. package/ui/MessageStatus.js.map +1 -1
  411. package/ui/Modal.js +7 -7
  412. package/ui/OGMessageItemBody.js +11 -11
  413. package/ui/OpenChannelAdminMessage.js +3 -3
  414. package/ui/OpenChannelAvatar.js +6 -6
  415. package/ui/OpenchannelConversationHeader.js +6 -6
  416. package/ui/OpenchannelFileMessage.js +16 -16
  417. package/ui/OpenchannelOGMessage.js +16 -16
  418. package/ui/OpenchannelThumbnailMessage.js +15 -15
  419. package/ui/OpenchannelUserMessage.js +16 -16
  420. package/ui/PlaceHolder.js +6 -6
  421. package/ui/QuoteMessage.js +6 -6
  422. package/ui/QuoteMessageInput.js +6 -6
  423. package/ui/ReactionBadge.js +3 -3
  424. package/ui/ReactionButton.js +1 -1
  425. package/ui/SortByRow.js +2 -2
  426. package/ui/TextButton.js +2 -2
  427. package/ui/TextMessageItemBody.js +11 -11
  428. package/ui/ThreadReplies.js +6 -6
  429. package/ui/ThumbnailMessageItemBody.js +2 -2
  430. package/ui/Tooltip.js +3 -3
  431. package/ui/TooltipWrapper.js +1 -1
  432. package/ui/UnknownMessageItemBody.js +6 -6
  433. package/ui/UserListItem.js +11 -11
  434. package/ui/UserProfile.js +10 -10
  435. package/ui/Word.js +11 -11
  436. package/{useLongPress-920c07fa.js → useLongPress-98699cc5.js} +3 -3
  437. package/{useLongPress-920c07fa.js.map → useLongPress-98699cc5.js.map} +1 -1
  438. package/useSendbirdStateContext.js +1 -1
  439. package/{utils-54193e2f.js → utils-4b7f7007.js} +1 -1
  440. package/{utils-54193e2f.js.map → utils-4b7f7007.js.map} +1 -1
  441. package/{utils-eb9032b2.js → utils-60a776bd.js} +1 -1
  442. package/{utils-eb9032b2.js.map → utils-60a776bd.js.map} +1 -1
  443. package/{utils-c0ce1b3e.js → utils-9befebdf.js} +2 -2
  444. package/{utils-c0ce1b3e.js.map → utils-9befebdf.js.map} +1 -1
  445. package/{utils-87e7e391.js → utils-c6ff3453.js} +1 -1
  446. package/{utils-87e7e391.js.map → utils-c6ff3453.js.map} +1 -1
  447. package/{uuid-107985e5.js → uuid-09a35405.js} +1 -1
  448. package/{uuid-107985e5.js.map → uuid-09a35405.js.map} +1 -1
  449. package/withSendbird.js +1 -1
  450. package/_rollupPluginBabelHelpers-b6b62308.js.map +0 -1
  451. package/cjs/_rollupPluginBabelHelpers-c837c5c4.js.map +0 -1
  452. package/cjs/index-fbdf8ec9.js +0 -265
  453. package/cjs/index-fbdf8ec9.js.map +0 -1
  454. package/cjs/stringSet-ce948a42.js.map +0 -1
  455. package/index-91c2cf76.js +0 -261
  456. package/index-91c2cf76.js.map +0 -1
  457. package/stringSet-407fccef.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-8534939f.js';
4
+ import { u as useMediaQueryContext } from './MediaQueryContext-eeba1d65.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-107985e5.js';
13
- import './_rollupPluginBabelHelpers-b6b62308.js';
12
+ import { u as uuidv4 } from './uuid-09a35405.js';
13
+ import './_rollupPluginBabelHelpers-d5956adc.js';
14
14
  import './withSendbird.js';
15
15
  import '@sendbird/chat';
16
16
  import '@sendbird/chat/openChannel';
17
- import './actionTypes-5a6a5e32.js';
18
- import './index-bb7f7f7d.js';
19
- import './tslib.es6-aea22b36.js';
17
+ import './actionTypes-0fcadd29.js';
18
+ import './index-e70498ba.js';
19
+ import './tslib.es6-f50787d7.js';
20
20
  import './utils/message/getOutgoingMessageState.js';
21
21
  import 'css-vars-ponyfill';
22
- import './LocalizationContext-e55f5d49.js';
23
- import './stringSet-407fccef.js';
24
- import './index-52d3164b.js';
25
- import './ChannelListProvider-febdda34.js';
26
- import './topics-a3e781ef.js';
27
- import './utils-54193e2f.js';
28
- import './UserProfileContext-dbc208a1.js';
22
+ import './LocalizationContext-9e280cc1.js';
23
+ import './stringSet-c5fd1352.js';
24
+ import './index-0f714477.js';
25
+ import './ChannelListProvider-5496c290.js';
26
+ import './topics-f54a338a.js';
27
+ import './utils-4b7f7007.js';
28
+ import './UserProfileContext-48b501e8.js';
29
29
  import './ChannelList/components/ChannelListUI.js';
30
30
  import './ChannelList/components/ChannelListHeader.js';
31
- import './index-c4d9bb4e.js';
31
+ import './index-80430ff9.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-c710d892.js';
39
+ import './CreateChannelProvider-290ad128.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-bc5ec263.js';
44
+ import './index-42ff00d0.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-eb9032b2.js';
55
+ import './utils-60a776bd.js';
56
56
  import './ui/Badge.js';
57
- import './index-91c2cf76.js';
58
- import './index-2ef1b241.js';
59
- import './index-1f21885f.js';
57
+ import './index-ba80e5d1.js';
58
+ import './index-a8c4c1b2.js';
59
+ import './ui/Loader.js';
60
+ import './index-b5cbfe3a.js';
61
+ import './index-28789af8.js';
60
62
  import './ui/MentionUserLabel.js';
61
63
  import './ui/TextButton.js';
62
- import './color-8624a970.js';
64
+ import './color-391a0b09.js';
63
65
  import './Channel/components/TypingIndicator.js';
64
- import './ChannelProvider-ae64cc00.js';
65
- import './compareIds-955e3aee.js';
66
- import './const-2d604ac9.js';
66
+ import './ChannelProvider-4670df48.js';
67
+ import './compareIds-b5226388.js';
68
+ import './const-94898fbb.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-920c07fa.js';
71
+ import './useLongPress-98699cc5.js';
72
72
  import './ChannelList/components/ChannelPreviewAction.js';
73
73
  import './EditUserProfile.js';
74
- import './index-bd14119a.js';
74
+ import './index-c10a2c7f.js';
75
75
  import './ui/Input.js';
76
- import './index-232d7b4a.js';
76
+ import './index-5e9be824.js';
77
77
  import './Channel/components/ChannelUI.js';
78
78
  import './ui/ConnectionStatus.js';
79
79
  import './Channel/components/ChannelHeader.js';
80
- import './utils-c0ce1b3e.js';
80
+ import './utils-9befebdf.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-6b6923ef.js';
85
- import './ThreadProvider-4225ee88.js';
84
+ import './const-144fbeda.js';
85
+ import './ThreadProvider-8b225d0c.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-3962e150.js';
122
+ import './context-41df87d8.js';
123
123
  import './ChannelSettings/components/UserListItem.js';
124
- import './MemberList-870fb3e2.js';
124
+ import './MemberList-b3945aa7.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-a7866ebd.js';
133
+ import './RemoveMessageModal-f3f07c46.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,9 @@
1
1
  # Changelog - v3
2
2
 
3
+ ## [v3.3.3] (Dec 22 2022)
4
+ Fix:
5
+ * Change default value of the image compression rate to 70%(0.7)
6
+
3
7
  ## [v3.3.2] (Dec 8 2022)
4
8
  Features:
5
9
  * Add props `renderTitle` to the <ChannelListHeader /> component
@@ -1,31 +1,31 @@
1
1
  import React__default, { useContext } from 'react';
2
- import { g as getChannelTitle } from '../../utils-c0ce1b3e.js';
3
- import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c4d9bb4e.js';
2
+ import { g as getChannelTitle } from '../../utils-9befebdf.js';
3
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-80430ff9.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-e55f5d49.js';
7
+ import { a as LocalizationContext } from '../../LocalizationContext-9e280cc1.js';
8
8
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
9
- import { u as useChannelContext } from '../../ChannelProvider-ae64cc00.js';
10
- import { u as useMediaQueryContext } from '../../MediaQueryContext-8534939f.js';
11
- import { n as noop } from '../../utils-54193e2f.js';
9
+ import { u as useChannelContext } from '../../ChannelProvider-4670df48.js';
10
+ import { u as useMediaQueryContext } from '../../MediaQueryContext-eeba1d65.js';
11
+ import { n as noop } from '../../utils-4b7f7007.js';
12
12
  import 'prop-types';
13
- import '../../stringSet-407fccef.js';
14
- import '../../tslib.es6-aea22b36.js';
13
+ import '../../stringSet-c5fd1352.js';
14
+ import '../../tslib.es6-f50787d7.js';
15
15
  import '../../ui/Avatar.js';
16
16
  import '../../ui/ImageRenderer.js';
17
- import '../../uuid-107985e5.js';
18
- import '../../utils-eb9032b2.js';
19
- import '../../index-52d3164b.js';
17
+ import '../../uuid-09a35405.js';
18
+ import '../../utils-60a776bd.js';
19
+ import '../../index-0f714477.js';
20
20
  import '../../withSendbird.js';
21
- import '../../_rollupPluginBabelHelpers-b6b62308.js';
22
- import '../../UserProfileContext-dbc208a1.js';
23
- import '../../index-1f21885f.js';
24
- import '../../topics-a3e781ef.js';
25
- import '../../index-bb7f7f7d.js';
21
+ import '../../_rollupPluginBabelHelpers-d5956adc.js';
22
+ import '../../UserProfileContext-48b501e8.js';
23
+ import '../../index-a8c4c1b2.js';
24
+ import '../../topics-f54a338a.js';
25
+ import '../../index-e70498ba.js';
26
26
  import '../../utils/message/getOutgoingMessageState.js';
27
- import '../../compareIds-955e3aee.js';
28
- import '../../const-2d604ac9.js';
27
+ import '../../compareIds-b5226388.js';
28
+ import '../../const-94898fbb.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-ae64cc00.js';
4
- import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-232d7b4a.js';
3
+ import { u as useChannelContext, M as MARK_AS_READ } from '../../ChannelProvider-4670df48.js';
4
+ import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-5e9be824.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-b6b62308.js';
14
- import '../../UserProfileContext-dbc208a1.js';
13
+ import '../../_rollupPluginBabelHelpers-d5956adc.js';
14
+ import '../../UserProfileContext-48b501e8.js';
15
15
  import 'prop-types';
16
- import '../../index-1f21885f.js';
17
- import '../../index-52d3164b.js';
18
- import '../../topics-a3e781ef.js';
19
- import '../../index-bb7f7f7d.js';
20
- import '../../tslib.es6-aea22b36.js';
16
+ import '../../index-a8c4c1b2.js';
17
+ import '../../index-0f714477.js';
18
+ import '../../topics-f54a338a.js';
19
+ import '../../index-e70498ba.js';
20
+ import '../../tslib.es6-f50787d7.js';
21
21
  import '../../utils/message/getOutgoingMessageState.js';
22
- import '../../compareIds-955e3aee.js';
23
- import '../../const-2d604ac9.js';
22
+ import '../../compareIds-b5226388.js';
23
+ import '../../const-94898fbb.js';
24
24
  import '@sendbird/chat/groupChannel';
25
- import '../../uuid-107985e5.js';
25
+ import '../../uuid-09a35405.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-c4d9bb4e.js';
31
- import '../../stringSet-407fccef.js';
30
+ import '../../index-80430ff9.js';
31
+ import '../../stringSet-c5fd1352.js';
32
32
  import '../../ui/ReactionButton.js';
33
33
  import '../../ui/ImageRenderer.js';
34
34
  import '../../ui/Icon.js';
35
- import '../../LocalizationContext-e55f5d49.js';
35
+ import '../../LocalizationContext-9e280cc1.js';
36
36
  import '../../ui/Loader.js';
37
- import '../../utils-c0ce1b3e.js';
37
+ import '../../utils-9befebdf.js';
38
38
  import '../../ui/IconButton.js';
39
39
  import '../../ui/ChannelAvatar.js';
40
40
  import '../../ui/Avatar.js';
41
- import '../../utils-eb9032b2.js';
42
- import '../../MediaQueryContext-8534939f.js';
43
- import '../../utils-54193e2f.js';
44
- import '../../index-2ef1b241.js';
41
+ import '../../utils-60a776bd.js';
42
+ import '../../MediaQueryContext-eeba1d65.js';
43
+ import '../../utils-4b7f7007.js';
44
+ import '../../index-28789af8.js';
45
45
  import './Message.js';
46
46
  import './SuggestedMentionList.js';
47
- import '../../const-6b6923ef.js';
48
- import '../../ThreadProvider-4225ee88.js';
47
+ import '../../const-144fbeda.js';
48
+ import '../../ThreadProvider-8b225d0c.js';
49
49
  import '../../Thread/context/types.js';
50
50
  import '@sendbird/chat';
51
51
  import '../../ui/DateSeparator.js';
52
- import '../../color-8624a970.js';
52
+ import '../../color-391a0b09.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-ba80e5d1.js';
61
+ import '../../index-b5cbfe3a.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-920c07fa.js';
79
+ import '../../useLongPress-98699cc5.js';
79
80
  import '../../ui/BottomSheet.js';
80
- import '../../index-bc5ec263.js';
81
+ import '../../index-42ff00d0.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":"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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 // 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-c4d9bb4e.js';
4
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-80430ff9.js';
5
5
  import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
6
- import { M as MODAL_ROOT } from '../../index-bc5ec263.js';
7
- import { D as isSupportedFileView, E as isVideo, F as isImage } from '../../index-bb7f7f7d.js';
6
+ import { M as MODAL_ROOT } from '../../index-42ff00d0.js';
7
+ import { D as isSupportedFileView, E as isVideo, F as isImage } from '../../index-e70498ba.js';
8
8
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
9
- import { u as useChannelContext } from '../../ChannelProvider-ae64cc00.js';
10
- import '../../tslib.es6-aea22b36.js';
9
+ import { u as useChannelContext } from '../../ChannelProvider-4670df48.js';
10
+ import '../../tslib.es6-f50787d7.js';
11
11
  import '../../ui/ImageRenderer.js';
12
- import '../../uuid-107985e5.js';
12
+ import '../../uuid-09a35405.js';
13
13
  import 'prop-types';
14
- import '../../stringSet-407fccef.js';
14
+ import '../../stringSet-c5fd1352.js';
15
15
  import '../../utils/message/getOutgoingMessageState.js';
16
16
  import '../../withSendbird.js';
17
- import '../../_rollupPluginBabelHelpers-b6b62308.js';
18
- import '../../UserProfileContext-dbc208a1.js';
19
- import '../../index-1f21885f.js';
20
- import '../../index-52d3164b.js';
21
- import '../../topics-a3e781ef.js';
22
- import '../../compareIds-955e3aee.js';
23
- import '../../const-2d604ac9.js';
17
+ import '../../_rollupPluginBabelHelpers-d5956adc.js';
18
+ import '../../UserProfileContext-48b501e8.js';
19
+ import '../../index-a8c4c1b2.js';
20
+ import '../../index-0f714477.js';
21
+ import '../../topics-f54a338a.js';
22
+ import '../../compareIds-b5226388.js';
23
+ import '../../const-94898fbb.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-e55f5d49.js';
3
- import { L as Label, a as LabelTypography } from '../../index-c4d9bb4e.js';
4
- import '../../stringSet-407fccef.js';
5
- import '../../index-52d3164b.js';
2
+ import { a as LocalizationContext } from '../../LocalizationContext-9e280cc1.js';
3
+ import { L as Label, a as LabelTypography } from '../../index-80430ff9.js';
4
+ import '../../stringSet-c5fd1352.js';
5
+ import '../../index-0f714477.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-aea22b36.js';
1
+ import { a as __spreadArray } from '../../tslib.es6-f50787d7.js';
2
2
  import React__default, { useState, useRef, useEffect, useLayoutEffect, useMemo } from 'react';
3
- import { f as format } from '../../index-1f21885f.js';
3
+ import { f as format } from '../../index-a8c4c1b2.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-ae64cc00.js';
7
- import { h as getClassName } from '../../index-bb7f7f7d.js';
8
- import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-2d604ac9.js';
6
+ import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted } from '../../ChannelProvider-4670df48.js';
7
+ import { h as getClassName } from '../../index-e70498ba.js';
8
+ import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-94898fbb.js';
9
9
  import DateSeparator from '../../ui/DateSeparator.js';
10
- import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c4d9bb4e.js';
10
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-80430ff9.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-6b6923ef.js';
16
- import { u as useLocalization } from '../../LocalizationContext-e55f5d49.js';
17
- import '../../index-52d3164b.js';
15
+ import { M as MessageInputKeys } from '../../const-144fbeda.js';
16
+ import { u as useLocalization } from '../../LocalizationContext-9e280cc1.js';
17
+ import '../../index-0f714477.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-107985e5.js';
23
- import '../../ThreadProvider-4225ee88.js';
22
+ import '../../uuid-09a35405.js';
23
+ import '../../ThreadProvider-8b225d0c.js';
24
24
  import '../../utils/message/getOutgoingMessageState.js';
25
- import '../../UserProfileContext-dbc208a1.js';
25
+ import '../../UserProfileContext-48b501e8.js';
26
26
  import '../../Thread/context/types.js';
27
27
  import '@sendbird/chat';
28
- import '../../topics-a3e781ef.js';
28
+ import '../../topics-f54a338a.js';
29
29
  import '@sendbird/chat/groupChannel';
30
30
  import '@sendbird/chat/message';
31
31
  import '../../withSendbird.js';
32
- import '../../_rollupPluginBabelHelpers-b6b62308.js';
33
- import '../../compareIds-955e3aee.js';
32
+ import '../../_rollupPluginBabelHelpers-d5956adc.js';
33
+ import '../../compareIds-b5226388.js';
34
34
  import '../../ui/ContextMenu.js';
35
35
  import 'react-dom';
36
36
  import '../../ui/SortByRow.js';
37
- import '../../stringSet-407fccef.js';
37
+ import '../../stringSet-c5fd1352.js';
38
38
  import '../../ui/ReactionButton.js';
39
- import '../../color-8624a970.js';
39
+ import '../../color-391a0b09.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-54193e2f.js';
47
- import '../../ui/MessageStatus.js';
46
+ import '../../utils-4b7f7007.js';
47
+ import '../../index-ba80e5d1.js';
48
48
  import '../../ui/Loader.js';
49
+ import '../../index-b5cbfe3a.js';
50
+ import '../../index-28789af8.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-8534939f.js';
64
+ import '../../MediaQueryContext-eeba1d65.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-920c07fa.js';
69
+ import '../../useLongPress-98699cc5.js';
68
70
  import '../../ui/BottomSheet.js';
69
- import '../../index-bc5ec263.js';
71
+ import '../../index-42ff00d0.js';
70
72
  import '../../ui/ThreadReplies.js';
71
73
  import '../../ui/Modal.js';
72
74