@sendbird/uikit-react 3.14.14 → 3.15.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 (1020) hide show
  1. package/App.js +83 -82
  2. package/App.js.map +1 -1
  3. package/CHANGELOG.md +74 -0
  4. package/Channel/components/ChannelHeader.js +43 -33
  5. package/Channel/components/ChannelHeader.js.map +1 -1
  6. package/Channel/components/ChannelUI.js +78 -77
  7. package/Channel/components/ChannelUI.js.map +1 -1
  8. package/Channel/components/FileViewer.js +32 -32
  9. package/Channel/components/FrozenNotification.js +6 -6
  10. package/Channel/components/Message.js +67 -66
  11. package/Channel/components/Message.js.map +1 -1
  12. package/Channel/components/MessageInput.js +45 -45
  13. package/Channel/components/MessageInputWrapper.js +44 -44
  14. package/Channel/components/MessageList.js +70 -69
  15. package/Channel/components/MessageList.js.map +1 -1
  16. package/Channel/components/RemoveMessageModal.js +31 -31
  17. package/Channel/components/SuggestedMentionList.js +42 -30
  18. package/Channel/components/SuggestedMentionList.js.map +1 -1
  19. package/Channel/components/TypingIndicator.js +6 -6
  20. package/Channel/components/UnreadCount.js +8 -8
  21. package/Channel/context.js +50 -33
  22. package/Channel/context.js.map +1 -1
  23. package/Channel/hooks/useHandleUploadFiles.js +17 -17
  24. package/Channel/hooks/useInitialMessagesFetch.js +6 -6
  25. package/Channel/utils/compareMessagesForGrouping.js +6 -6
  26. package/Channel/utils/getMessagePartsInfo.js +7 -7
  27. package/Channel.js +78 -77
  28. package/Channel.js.map +1 -1
  29. package/ChannelList/components/AddChannel.js +31 -31
  30. package/ChannelList/components/ChannelListHeader.js +10 -10
  31. package/ChannelList/components/ChannelListUI.js +38 -37
  32. package/ChannelList/components/ChannelListUI.js.map +1 -1
  33. package/ChannelList/components/ChannelPreview.js +39 -38
  34. package/ChannelList/components/ChannelPreview.js.map +1 -1
  35. package/ChannelList/components/ChannelPreviewAction.js +15 -15
  36. package/ChannelList/context.js +28 -11
  37. package/ChannelList/context.js.map +1 -1
  38. package/ChannelList.js +48 -47
  39. package/ChannelList.js.map +1 -1
  40. package/ChannelSettings/components/ChannelProfile.js +24 -24
  41. package/ChannelSettings/components/ChannelSettingMenuList.js +27 -8
  42. package/ChannelSettings/components/ChannelSettingMenuList.js.map +1 -1
  43. package/ChannelSettings/components/ChannelSettingsHeader.js +8 -8
  44. package/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
  45. package/ChannelSettings/components/ChannelSettingsUI.js +36 -36
  46. package/ChannelSettings/components/EditDetailsModal.js +26 -26
  47. package/ChannelSettings/components/LeaveChannel.js +23 -23
  48. package/ChannelSettings/components/ModerationPanel.js +26 -26
  49. package/ChannelSettings/components/UserListItem.js +19 -19
  50. package/ChannelSettings/components/UserPanel.js +25 -25
  51. package/ChannelSettings/context.js +36 -13
  52. package/ChannelSettings/context.js.map +1 -1
  53. package/ChannelSettings/hooks/useMenuList.js +26 -26
  54. package/ChannelSettings.js +28 -28
  55. package/CreateChannel/components/CreateChannelUI.js +20 -20
  56. package/CreateChannel/components/InviteUsers.js +20 -20
  57. package/CreateChannel/components/SelectChannelType.js +17 -17
  58. package/CreateChannel/context.js +4 -4
  59. package/CreateChannel.js +20 -20
  60. package/CreateOpenChannel/components/CreateOpenChannelUI.js +18 -18
  61. package/CreateOpenChannel/context.js +1 -1
  62. package/CreateOpenChannel.js +18 -18
  63. package/EditUserProfile/components/EditUserProfileUI.js +19 -19
  64. package/EditUserProfile/context.js +1 -1
  65. package/EditUserProfile.js +19 -19
  66. package/GroupChannel/components/FileViewer.js +27 -26
  67. package/GroupChannel/components/FileViewer.js.map +1 -1
  68. package/GroupChannel/components/FrozenNotification.js +6 -6
  69. package/GroupChannel/components/GroupChannelHeader.js +37 -22
  70. package/GroupChannel/components/GroupChannelHeader.js.map +1 -1
  71. package/GroupChannel/components/GroupChannelUI.js +70 -69
  72. package/GroupChannel/components/GroupChannelUI.js.map +1 -1
  73. package/GroupChannel/components/Message.js +62 -61
  74. package/GroupChannel/components/Message.js.map +1 -1
  75. package/GroupChannel/components/MessageInputWrapper.js +39 -39
  76. package/GroupChannel/components/MessageList.js +53 -52
  77. package/GroupChannel/components/MessageList.js.map +1 -1
  78. package/GroupChannel/components/RemoveMessageModal.js +27 -26
  79. package/GroupChannel/components/RemoveMessageModal.js.map +1 -1
  80. package/GroupChannel/components/SuggestedMentionList.js +12 -12
  81. package/GroupChannel/components/TypingIndicator.js +6 -6
  82. package/GroupChannel/components/UnreadCount.js +8 -8
  83. package/GroupChannel/context.js +47 -21
  84. package/GroupChannel/context.js.map +1 -1
  85. package/GroupChannel.js +70 -69
  86. package/GroupChannel.js.map +1 -1
  87. package/GroupChannelList/components/AddGroupChannel.js +22 -22
  88. package/GroupChannelList/components/GroupChannelListHeader.js +10 -10
  89. package/GroupChannelList/components/GroupChannelListItem.js +35 -34
  90. package/GroupChannelList/components/GroupChannelListItem.js.map +1 -1
  91. package/GroupChannelList/components/GroupChannelListUI.js +46 -45
  92. package/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
  93. package/GroupChannelList/components/GroupChannelPreviewAction.js +15 -15
  94. package/GroupChannelList/context.js +27 -7
  95. package/GroupChannelList/context.js.map +1 -1
  96. package/GroupChannelList.js +45 -44
  97. package/GroupChannelList.js.map +1 -1
  98. package/MessageSearch/components/MessageSearchUI.js +15 -15
  99. package/MessageSearch/context.js +1 -1
  100. package/MessageSearch.js +17 -17
  101. package/OpenChannel/components/FrozenChannelNotification.js +5 -5
  102. package/OpenChannel/components/OpenChannelHeader.js +26 -26
  103. package/OpenChannel/components/OpenChannelInput.js +31 -31
  104. package/OpenChannel/components/OpenChannelMessage.js +40 -40
  105. package/OpenChannel/components/OpenChannelMessageList.js +45 -45
  106. package/OpenChannel/components/OpenChannelUI.js +45 -45
  107. package/OpenChannel/context.js +21 -21
  108. package/OpenChannel.js +43 -43
  109. package/OpenChannelList/components/OpenChannelListUI.js +20 -20
  110. package/OpenChannelList/components/OpenChannelPreview.js +6 -6
  111. package/OpenChannelList/context.js +3 -3
  112. package/OpenChannelList.js +20 -20
  113. package/OpenChannelSettings/components/EditDetailsModal.js +21 -21
  114. package/OpenChannelSettings/components/OpenChannelProfile.js +21 -21
  115. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +29 -29
  116. package/OpenChannelSettings/components/OperatorUI.js +29 -29
  117. package/OpenChannelSettings/components/ParticipantUI.js +22 -22
  118. package/OpenChannelSettings/context.js +26 -3
  119. package/OpenChannelSettings/context.js.map +1 -1
  120. package/OpenChannelSettings.js +22 -22
  121. package/SendbirdProvider.js +35 -31
  122. package/SendbirdProvider.js.map +1 -1
  123. package/Thread/components/ParentMessageInfo.js +50 -49
  124. package/Thread/components/ParentMessageInfo.js.map +1 -1
  125. package/Thread/components/ParentMessageInfoItem.js +33 -33
  126. package/Thread/components/ThreadHeader.js +8 -8
  127. package/Thread/components/ThreadList.js +65 -58
  128. package/Thread/components/ThreadList.js.map +1 -1
  129. package/Thread/components/ThreadListItem.js +159 -125
  130. package/Thread/components/ThreadListItem.js.map +1 -1
  131. package/Thread/components/ThreadMessageInput.js +53 -53
  132. package/Thread/components/ThreadUI.js +68 -62
  133. package/Thread/components/ThreadUI.js.map +1 -1
  134. package/Thread/context.js +37 -18
  135. package/Thread/context.js.map +1 -1
  136. package/Thread.js +69 -63
  137. package/Thread.js.map +1 -1
  138. package/VoicePlayer/context.js +4 -4
  139. package/VoicePlayer/useVoicePlayer.js +15 -15
  140. package/VoiceRecorder/context.js +15 -15
  141. package/VoiceRecorder/useVoiceRecorder.js +15 -15
  142. package/chunks/{bundle-Cn1EBKt6.js → bundle-0Gx8RJPb.js} +4 -4
  143. package/chunks/bundle-0Gx8RJPb.js.map +1 -0
  144. package/chunks/{bundle-B6Uh5m2a.js → bundle-1OQSuRhE.js} +6 -6
  145. package/chunks/{bundle-B6Uh5m2a.js.map → bundle-1OQSuRhE.js.map} +1 -1
  146. package/chunks/{bundle-DTOg7Xzt.js → bundle-3Cx2Ebdg.js} +1 -1
  147. package/chunks/bundle-3Cx2Ebdg.js.map +1 -0
  148. package/chunks/{bundle-CAKfDkwC.js → bundle-9_AvcpzC.js} +2 -2
  149. package/chunks/{bundle-CAKfDkwC.js.map → bundle-9_AvcpzC.js.map} +1 -1
  150. package/chunks/{bundle-DO8nji3n.js → bundle-AMVN7cK_.js} +4 -4
  151. package/chunks/bundle-AMVN7cK_.js.map +1 -0
  152. package/chunks/{bundle-DM6QiOiG.js → bundle-AWRDhHEB.js} +3 -3
  153. package/chunks/bundle-AWRDhHEB.js.map +1 -0
  154. package/chunks/{bundle-CBwCMBt0.js → bundle-B0ZoTIxO.js} +2 -2
  155. package/chunks/bundle-B0ZoTIxO.js.map +1 -0
  156. package/chunks/{bundle-egkx7NWB.js → bundle-B0xqOjWD.js} +1 -1
  157. package/chunks/bundle-B0xqOjWD.js.map +1 -0
  158. package/chunks/{bundle-BKe5KBuS.js → bundle-B2urOslr.js} +1 -1
  159. package/chunks/bundle-B2urOslr.js.map +1 -0
  160. package/chunks/bundle-B4S_3ODJ.js +45 -0
  161. package/chunks/bundle-B4S_3ODJ.js.map +1 -0
  162. package/chunks/{bundle-MlowEcAQ.js → bundle-B6lm5wRV.js} +1 -1
  163. package/chunks/bundle-B6lm5wRV.js.map +1 -0
  164. package/chunks/{bundle-CmAUKSnK.js → bundle-B97Pr4zD.js} +3 -3
  165. package/chunks/bundle-B97Pr4zD.js.map +1 -0
  166. package/chunks/{bundle-nv2ffewN.js → bundle-B9H_wGpv.js} +8 -8
  167. package/chunks/bundle-B9H_wGpv.js.map +1 -0
  168. package/chunks/{bundle-CEZ0D4qz.js → bundle-BC3_mS0I.js} +5 -3
  169. package/chunks/bundle-BC3_mS0I.js.map +1 -0
  170. package/chunks/{bundle-CSRcmLyk.js → bundle-BF3eZTrw.js} +5 -5
  171. package/chunks/{bundle-CSRcmLyk.js.map → bundle-BF3eZTrw.js.map} +1 -1
  172. package/chunks/{bundle-Bh6KfMRl.js → bundle-BPXxR5Uf.js} +12 -12
  173. package/chunks/{bundle-Bh6KfMRl.js.map → bundle-BPXxR5Uf.js.map} +1 -1
  174. package/chunks/{bundle-CbTjJHLv.js → bundle-BUfLVFOU.js} +4 -2
  175. package/chunks/bundle-BUfLVFOU.js.map +1 -0
  176. package/chunks/{bundle-q_YvxT21.js → bundle-BX3QBurJ.js} +2 -2
  177. package/chunks/{bundle-q_YvxT21.js.map → bundle-BX3QBurJ.js.map} +1 -1
  178. package/chunks/{bundle-BxrZduJE.js → bundle-BXRo7Ms-.js} +4 -4
  179. package/chunks/{bundle-BxrZduJE.js.map → bundle-BXRo7Ms-.js.map} +1 -1
  180. package/chunks/{bundle-5R9f3ZZp.js → bundle-BYzdqvuF.js} +1 -1
  181. package/chunks/bundle-BYzdqvuF.js.map +1 -0
  182. package/chunks/{bundle-BvAzWVA5.js → bundle-BdnV2Y4z.js} +5 -5
  183. package/chunks/bundle-BdnV2Y4z.js.map +1 -0
  184. package/chunks/{bundle-DWQyLuYT.js → bundle-BhNg8_4t.js} +8 -8
  185. package/chunks/{bundle-DWQyLuYT.js.map → bundle-BhNg8_4t.js.map} +1 -1
  186. package/chunks/{bundle-DYIdeEpd.js → bundle-BjLUCiRW.js} +1 -1
  187. package/chunks/bundle-BjLUCiRW.js.map +1 -0
  188. package/chunks/{bundle-CQgNYKRd.js → bundle-BnSYk8X8.js} +11 -13
  189. package/chunks/{bundle-CQgNYKRd.js.map → bundle-BnSYk8X8.js.map} +1 -1
  190. package/chunks/{bundle-Bt68jirZ.js → bundle-Bq9zpmTr.js} +3 -3
  191. package/chunks/{bundle-Bt68jirZ.js.map → bundle-Bq9zpmTr.js.map} +1 -1
  192. package/chunks/{bundle-fSuFm2tD.js → bundle-BqzJev_y.js} +1 -1
  193. package/chunks/bundle-BqzJev_y.js.map +1 -0
  194. package/chunks/{bundle-DZhG3Z6D.js → bundle-Bt2dBxqH.js} +1 -1
  195. package/chunks/bundle-Bt2dBxqH.js.map +1 -0
  196. package/chunks/{bundle-DHJZgVZH.js → bundle-Bu7Z-kDX.js} +3 -2
  197. package/chunks/bundle-Bu7Z-kDX.js.map +1 -0
  198. package/chunks/{bundle-v7PcSk1i.js → bundle-Bz7xrPuU.js} +11 -11
  199. package/chunks/{bundle-v7PcSk1i.js.map → bundle-Bz7xrPuU.js.map} +1 -1
  200. package/chunks/{bundle-CU9ItXV_.js → bundle-C1kDsrxV.js} +6 -6
  201. package/chunks/bundle-C1kDsrxV.js.map +1 -0
  202. package/chunks/{bundle-R159x0xi.js → bundle-C3p0xHh1.js} +16 -11
  203. package/chunks/bundle-C3p0xHh1.js.map +1 -0
  204. package/chunks/{bundle-B1SLZ0HT.js → bundle-C6zCSlOy.js} +4 -4
  205. package/chunks/{bundle-B1SLZ0HT.js.map → bundle-C6zCSlOy.js.map} +1 -1
  206. package/chunks/{bundle-CqCMcS8B.js → bundle-C7kp2g85.js} +13 -13
  207. package/chunks/bundle-C7kp2g85.js.map +1 -0
  208. package/chunks/{bundle-DxDVBm6N.js → bundle-CB44TzHJ.js} +3 -3
  209. package/chunks/bundle-CB44TzHJ.js.map +1 -0
  210. package/chunks/{bundle-j0SR3DhQ.js → bundle-CDCgNPAb.js} +10 -10
  211. package/chunks/bundle-CDCgNPAb.js.map +1 -0
  212. package/chunks/{bundle-uSSYB2TA.js → bundle-CD_Tf8Tg.js} +1 -1
  213. package/chunks/bundle-CD_Tf8Tg.js.map +1 -0
  214. package/chunks/{bundle-9-9DQjCI.js → bundle-CDrz1gXb.js} +3 -3
  215. package/chunks/bundle-CDrz1gXb.js.map +1 -0
  216. package/chunks/{bundle-BOC6Vh1w.js → bundle-CFDsqaKZ.js} +3 -3
  217. package/chunks/{bundle-BOC6Vh1w.js.map → bundle-CFDsqaKZ.js.map} +1 -1
  218. package/chunks/{bundle-DBzinRyn.js → bundle-CGStfx_a.js} +1 -1
  219. package/chunks/bundle-CGStfx_a.js.map +1 -0
  220. package/chunks/{bundle-C76-LA1E.js → bundle-CIEFjxmJ.js} +4 -4
  221. package/chunks/bundle-CIEFjxmJ.js.map +1 -0
  222. package/chunks/{bundle-CwpgCadZ.js → bundle-CJhIws_H.js} +1 -1
  223. package/chunks/bundle-CJhIws_H.js.map +1 -0
  224. package/chunks/{bundle-DgQjrhyW.js → bundle-CLnuIYIr.js} +1 -1
  225. package/chunks/bundle-CLnuIYIr.js.map +1 -0
  226. package/chunks/{bundle-Dg8Q1yIF.js → bundle-CS7Uj50F.js} +6 -6
  227. package/chunks/bundle-CS7Uj50F.js.map +1 -0
  228. package/chunks/{bundle-ke1HVuUa.js → bundle-CVelwvs9.js} +2 -2
  229. package/chunks/bundle-CVelwvs9.js.map +1 -0
  230. package/chunks/{bundle-CbMF1uDu.js → bundle-CX3lApC4.js} +1 -1
  231. package/chunks/bundle-CX3lApC4.js.map +1 -0
  232. package/chunks/{bundle-ChKVOZMC.js → bundle-CZjqrf6l.js} +23 -15
  233. package/chunks/{bundle-ChKVOZMC.js.map → bundle-CZjqrf6l.js.map} +1 -1
  234. package/chunks/bundle-Cbww_z2e.js +55 -0
  235. package/chunks/bundle-Cbww_z2e.js.map +1 -0
  236. package/chunks/{bundle-RC1OoWx9.js → bundle-Ch2e7Qt7.js} +6 -6
  237. package/chunks/bundle-Ch2e7Qt7.js.map +1 -0
  238. package/chunks/{bundle-FBWhhyW3.js → bundle-Cie8EoA6.js} +2 -2
  239. package/chunks/bundle-Cie8EoA6.js.map +1 -0
  240. package/chunks/{bundle-D2bCW01X.js → bundle-ClrkkF1s.js} +4 -4
  241. package/chunks/bundle-ClrkkF1s.js.map +1 -0
  242. package/chunks/{bundle-B7FJxg4D.js → bundle-CmzLUYaH.js} +5 -5
  243. package/chunks/{bundle-B7FJxg4D.js.map → bundle-CmzLUYaH.js.map} +1 -1
  244. package/chunks/{bundle-B5vIoHSd.js → bundle-CrHuWGHO.js} +1 -1
  245. package/chunks/bundle-CrHuWGHO.js.map +1 -0
  246. package/chunks/{bundle-BVBoUWl2.js → bundle-CsFxfKB9.js} +1 -1
  247. package/chunks/bundle-CsFxfKB9.js.map +1 -0
  248. package/chunks/{bundle-D2Fmzffb.js → bundle-CtQaDl-3.js} +8 -1
  249. package/chunks/{bundle-CAXTSiql.js.map → bundle-CtQaDl-3.js.map} +1 -1
  250. package/chunks/{bundle-FtNvi0ib.js → bundle-CuaMFXVq.js} +1 -1
  251. package/chunks/bundle-CuaMFXVq.js.map +1 -0
  252. package/chunks/{bundle-CM1oxZtw.js → bundle-Cwegt-nm.js} +1 -1
  253. package/chunks/bundle-Cwegt-nm.js.map +1 -0
  254. package/chunks/{bundle-C_WYFRJt.js → bundle-CxDSqHBZ.js} +9 -9
  255. package/chunks/{bundle-C_WYFRJt.js.map → bundle-CxDSqHBZ.js.map} +1 -1
  256. package/chunks/bundle-D126pKFC.js +371 -0
  257. package/{cjs/chunks/bundle-BDv_id6L.js.map → chunks/bundle-D126pKFC.js.map} +1 -1
  258. package/chunks/{bundle-NWVriOUB.js → bundle-D2UEFXos.js} +4 -4
  259. package/chunks/bundle-D2UEFXos.js.map +1 -0
  260. package/chunks/{bundle-C6F1gIgq.js → bundle-D5ebWfg_.js} +18 -19
  261. package/chunks/{bundle-C6F1gIgq.js.map → bundle-D5ebWfg_.js.map} +1 -1
  262. package/chunks/{bundle-DW8Sq-WK.js → bundle-DA-IzZD8.js} +1 -1
  263. package/chunks/{bundle-DW8Sq-WK.js.map → bundle-DA-IzZD8.js.map} +1 -1
  264. package/chunks/{bundle-Cvt9FZvn.js → bundle-DHWrOTdE.js} +1 -1
  265. package/chunks/bundle-DHWrOTdE.js.map +1 -0
  266. package/chunks/{bundle-D8esR1WH.js → bundle-DLq9CBff.js} +4 -4
  267. package/chunks/{bundle-D8esR1WH.js.map → bundle-DLq9CBff.js.map} +1 -1
  268. package/chunks/{bundle-CQbpvGWw.js → bundle-DMkUp2Zj.js} +3 -3
  269. package/chunks/{bundle-CQbpvGWw.js.map → bundle-DMkUp2Zj.js.map} +1 -1
  270. package/chunks/{bundle-c4e24Qt4.js → bundle-DN5GIyKa.js} +1 -1
  271. package/chunks/bundle-DN5GIyKa.js.map +1 -0
  272. package/chunks/{bundle-CRKkgI5q.js → bundle-DPEfWAww.js} +1 -1
  273. package/chunks/bundle-DPEfWAww.js.map +1 -0
  274. package/chunks/{bundle-CtBgdgkK.js → bundle-DQcY2W86.js} +1 -1
  275. package/chunks/bundle-DQcY2W86.js.map +1 -0
  276. package/chunks/{bundle-D-cVbGxk.js → bundle-DeJupTzy.js} +13 -6
  277. package/chunks/{bundle-D-cVbGxk.js.map → bundle-DeJupTzy.js.map} +1 -1
  278. package/chunks/{bundle-DcNHBjGp.js → bundle-DqlAZTU_.js} +1 -1
  279. package/chunks/bundle-DqlAZTU_.js.map +1 -0
  280. package/chunks/{bundle-DJDeBhDz.js → bundle-DxDfRH2o.js} +1 -1
  281. package/chunks/bundle-DxDfRH2o.js.map +1 -0
  282. package/chunks/{bundle-Ck65vtgI.js → bundle-GFeWGIxR.js} +8 -7
  283. package/chunks/bundle-GFeWGIxR.js.map +1 -0
  284. package/chunks/{bundle-CTaD4y3Q.js → bundle-Ikai7bsA.js} +1 -1
  285. package/chunks/bundle-Ikai7bsA.js.map +1 -0
  286. package/chunks/{bundle-C7VSBUKJ.js → bundle-MvZdDAaZ.js} +6 -6
  287. package/chunks/{bundle-C7VSBUKJ.js.map → bundle-MvZdDAaZ.js.map} +1 -1
  288. package/chunks/{bundle-CcvIdULa.js → bundle-SKLVfsFZ.js} +1 -1
  289. package/chunks/bundle-SKLVfsFZ.js.map +1 -0
  290. package/chunks/{bundle-CAXTSiql.js → bundle-S_NxC8XW.js} +14 -13
  291. package/chunks/{bundle-DtlqJEe7.js.map → bundle-S_NxC8XW.js.map} +1 -1
  292. package/chunks/{bundle-Dt4PQi4u.js → bundle-WrPH9h4-.js} +2 -2
  293. package/chunks/bundle-WrPH9h4-.js.map +1 -0
  294. package/chunks/{bundle-CwQYOWqR.js → bundle-ZFQVFwgt.js} +1 -1
  295. package/chunks/bundle-ZFQVFwgt.js.map +1 -0
  296. package/chunks/{bundle-BGQ77Eco.js → bundle-caWcyjAI.js} +9 -9
  297. package/chunks/{bundle-BGQ77Eco.js.map → bundle-caWcyjAI.js.map} +1 -1
  298. package/chunks/{bundle-DtlqJEe7.js → bundle-fUFWSJV3.js} +20 -3
  299. package/chunks/{bundle-D2Fmzffb.js.map → bundle-fUFWSJV3.js.map} +1 -1
  300. package/chunks/{bundle-B2Vy0FIf.js → bundle-h9S7gGIf.js} +2 -2
  301. package/chunks/bundle-h9S7gGIf.js.map +1 -0
  302. package/chunks/{bundle-DPf4rz9k.js → bundle-mOV5MvC_.js} +1 -1
  303. package/chunks/bundle-mOV5MvC_.js.map +1 -0
  304. package/chunks/{bundle-8Y67Y4IK.js → bundle-nWablW_z.js} +3 -3
  305. package/chunks/{bundle-8Y67Y4IK.js.map → bundle-nWablW_z.js.map} +1 -1
  306. package/chunks/{bundle-kNaMXwgI.js → bundle-pAwXUsP3.js} +7 -13
  307. package/chunks/{bundle-kNaMXwgI.js.map → bundle-pAwXUsP3.js.map} +1 -1
  308. package/chunks/{bundle-CfsHVenu.js → bundle-pLnnSYTq.js} +2 -2
  309. package/chunks/bundle-pLnnSYTq.js.map +1 -0
  310. package/chunks/{bundle-i2i0G-ml.js → bundle-pZApGXOy.js} +1 -1
  311. package/chunks/bundle-pZApGXOy.js.map +1 -0
  312. package/chunks/{bundle-C8mqUun8.js → bundle-sT16b-_c.js} +6 -6
  313. package/chunks/{bundle-C8mqUun8.js.map → bundle-sT16b-_c.js.map} +1 -1
  314. package/cjs/App.js +83 -82
  315. package/cjs/App.js.map +1 -1
  316. package/cjs/Channel/components/ChannelHeader.js +43 -33
  317. package/cjs/Channel/components/ChannelHeader.js.map +1 -1
  318. package/cjs/Channel/components/ChannelUI.js +78 -77
  319. package/cjs/Channel/components/ChannelUI.js.map +1 -1
  320. package/cjs/Channel/components/FileViewer.js +32 -32
  321. package/cjs/Channel/components/FrozenNotification.js +6 -6
  322. package/cjs/Channel/components/Message.js +67 -66
  323. package/cjs/Channel/components/Message.js.map +1 -1
  324. package/cjs/Channel/components/MessageInput.js +45 -45
  325. package/cjs/Channel/components/MessageInputWrapper.js +44 -44
  326. package/cjs/Channel/components/MessageList.js +70 -69
  327. package/cjs/Channel/components/MessageList.js.map +1 -1
  328. package/cjs/Channel/components/RemoveMessageModal.js +31 -31
  329. package/cjs/Channel/components/SuggestedMentionList.js +42 -30
  330. package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
  331. package/cjs/Channel/components/TypingIndicator.js +6 -6
  332. package/cjs/Channel/components/UnreadCount.js +8 -8
  333. package/cjs/Channel/context.js +50 -33
  334. package/cjs/Channel/context.js.map +1 -1
  335. package/cjs/Channel/hooks/useHandleUploadFiles.js +17 -17
  336. package/cjs/Channel/hooks/useInitialMessagesFetch.js +6 -6
  337. package/cjs/Channel/utils/compareMessagesForGrouping.js +6 -6
  338. package/cjs/Channel/utils/getMessagePartsInfo.js +7 -7
  339. package/cjs/Channel.js +78 -77
  340. package/cjs/Channel.js.map +1 -1
  341. package/cjs/ChannelList/components/AddChannel.js +31 -31
  342. package/cjs/ChannelList/components/ChannelListHeader.js +10 -10
  343. package/cjs/ChannelList/components/ChannelListUI.js +38 -37
  344. package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
  345. package/cjs/ChannelList/components/ChannelPreview.js +39 -38
  346. package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
  347. package/cjs/ChannelList/components/ChannelPreviewAction.js +15 -15
  348. package/cjs/ChannelList/context.js +28 -11
  349. package/cjs/ChannelList/context.js.map +1 -1
  350. package/cjs/ChannelList.js +48 -47
  351. package/cjs/ChannelList.js.map +1 -1
  352. package/cjs/ChannelSettings/components/ChannelProfile.js +24 -24
  353. package/cjs/ChannelSettings/components/ChannelSettingMenuList.js +27 -8
  354. package/cjs/ChannelSettings/components/ChannelSettingMenuList.js.map +1 -1
  355. package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +8 -8
  356. package/cjs/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
  357. package/cjs/ChannelSettings/components/ChannelSettingsUI.js +36 -36
  358. package/cjs/ChannelSettings/components/EditDetailsModal.js +26 -26
  359. package/cjs/ChannelSettings/components/LeaveChannel.js +23 -23
  360. package/cjs/ChannelSettings/components/ModerationPanel.js +26 -26
  361. package/cjs/ChannelSettings/components/UserListItem.js +19 -19
  362. package/cjs/ChannelSettings/components/UserPanel.js +25 -25
  363. package/cjs/ChannelSettings/context.js +36 -13
  364. package/cjs/ChannelSettings/context.js.map +1 -1
  365. package/cjs/ChannelSettings/hooks/useMenuList.js +26 -26
  366. package/cjs/ChannelSettings.js +28 -28
  367. package/cjs/CreateChannel/components/CreateChannelUI.js +20 -20
  368. package/cjs/CreateChannel/components/InviteUsers.js +20 -20
  369. package/cjs/CreateChannel/components/SelectChannelType.js +17 -17
  370. package/cjs/CreateChannel/context.js +4 -4
  371. package/cjs/CreateChannel.js +20 -20
  372. package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +18 -18
  373. package/cjs/CreateOpenChannel/context.js +1 -1
  374. package/cjs/CreateOpenChannel.js +18 -18
  375. package/cjs/EditUserProfile/components/EditUserProfileUI.js +19 -19
  376. package/cjs/EditUserProfile/context.js +1 -1
  377. package/cjs/EditUserProfile.js +19 -19
  378. package/cjs/GroupChannel/components/FileViewer.js +27 -26
  379. package/cjs/GroupChannel/components/FileViewer.js.map +1 -1
  380. package/cjs/GroupChannel/components/FrozenNotification.js +6 -6
  381. package/cjs/GroupChannel/components/GroupChannelHeader.js +37 -22
  382. package/cjs/GroupChannel/components/GroupChannelHeader.js.map +1 -1
  383. package/cjs/GroupChannel/components/GroupChannelUI.js +70 -69
  384. package/cjs/GroupChannel/components/GroupChannelUI.js.map +1 -1
  385. package/cjs/GroupChannel/components/Message.js +62 -61
  386. package/cjs/GroupChannel/components/Message.js.map +1 -1
  387. package/cjs/GroupChannel/components/MessageInputWrapper.js +38 -38
  388. package/cjs/GroupChannel/components/MessageList.js +53 -52
  389. package/cjs/GroupChannel/components/MessageList.js.map +1 -1
  390. package/cjs/GroupChannel/components/RemoveMessageModal.js +27 -26
  391. package/cjs/GroupChannel/components/RemoveMessageModal.js.map +1 -1
  392. package/cjs/GroupChannel/components/SuggestedMentionList.js +12 -12
  393. package/cjs/GroupChannel/components/TypingIndicator.js +6 -6
  394. package/cjs/GroupChannel/components/UnreadCount.js +8 -8
  395. package/cjs/GroupChannel/context.js +47 -21
  396. package/cjs/GroupChannel/context.js.map +1 -1
  397. package/cjs/GroupChannel.js +70 -69
  398. package/cjs/GroupChannel.js.map +1 -1
  399. package/cjs/GroupChannelList/components/AddGroupChannel.js +22 -22
  400. package/cjs/GroupChannelList/components/GroupChannelListHeader.js +10 -10
  401. package/cjs/GroupChannelList/components/GroupChannelListItem.js +35 -34
  402. package/cjs/GroupChannelList/components/GroupChannelListItem.js.map +1 -1
  403. package/cjs/GroupChannelList/components/GroupChannelListUI.js +46 -45
  404. package/cjs/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
  405. package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +15 -15
  406. package/cjs/GroupChannelList/context.js +27 -7
  407. package/cjs/GroupChannelList/context.js.map +1 -1
  408. package/cjs/GroupChannelList.js +45 -44
  409. package/cjs/GroupChannelList.js.map +1 -1
  410. package/cjs/MessageSearch/components/MessageSearchUI.js +15 -15
  411. package/cjs/MessageSearch/context.js +1 -1
  412. package/cjs/MessageSearch.js +17 -17
  413. package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
  414. package/cjs/OpenChannel/components/OpenChannelHeader.js +26 -26
  415. package/cjs/OpenChannel/components/OpenChannelInput.js +31 -31
  416. package/cjs/OpenChannel/components/OpenChannelMessage.js +40 -40
  417. package/cjs/OpenChannel/components/OpenChannelMessageList.js +45 -45
  418. package/cjs/OpenChannel/components/OpenChannelUI.js +45 -45
  419. package/cjs/OpenChannel/context.js +21 -21
  420. package/cjs/OpenChannel.js +43 -43
  421. package/cjs/OpenChannelList/components/OpenChannelListUI.js +20 -20
  422. package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
  423. package/cjs/OpenChannelList/context.js +3 -3
  424. package/cjs/OpenChannelList.js +20 -20
  425. package/cjs/OpenChannelSettings/components/EditDetailsModal.js +21 -21
  426. package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +21 -21
  427. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +29 -29
  428. package/cjs/OpenChannelSettings/components/OperatorUI.js +29 -29
  429. package/cjs/OpenChannelSettings/components/ParticipantUI.js +22 -22
  430. package/cjs/OpenChannelSettings/context.js +26 -3
  431. package/cjs/OpenChannelSettings/context.js.map +1 -1
  432. package/cjs/OpenChannelSettings.js +22 -22
  433. package/cjs/SendbirdProvider.js +35 -31
  434. package/cjs/SendbirdProvider.js.map +1 -1
  435. package/cjs/Thread/components/ParentMessageInfo.js +49 -48
  436. package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
  437. package/cjs/Thread/components/ParentMessageInfoItem.js +33 -33
  438. package/cjs/Thread/components/ThreadHeader.js +8 -8
  439. package/cjs/Thread/components/ThreadList.js +65 -58
  440. package/cjs/Thread/components/ThreadList.js.map +1 -1
  441. package/cjs/Thread/components/ThreadListItem.js +158 -124
  442. package/cjs/Thread/components/ThreadListItem.js.map +1 -1
  443. package/cjs/Thread/components/ThreadMessageInput.js +53 -53
  444. package/cjs/Thread/components/ThreadUI.js +68 -62
  445. package/cjs/Thread/components/ThreadUI.js.map +1 -1
  446. package/cjs/Thread/context.js +37 -18
  447. package/cjs/Thread/context.js.map +1 -1
  448. package/cjs/Thread.js +69 -63
  449. package/cjs/Thread.js.map +1 -1
  450. package/cjs/VoicePlayer/context.js +4 -4
  451. package/cjs/VoicePlayer/useVoicePlayer.js +15 -15
  452. package/cjs/VoiceRecorder/context.js +15 -15
  453. package/cjs/VoiceRecorder/useVoiceRecorder.js +15 -15
  454. package/cjs/chunks/{bundle-IOTgMjOG.js → bundle--Zk0yldu.js} +6 -6
  455. package/cjs/chunks/{bundle-IOTgMjOG.js.map → bundle--Zk0yldu.js.map} +1 -1
  456. package/cjs/chunks/{bundle-Bx6GgprJ.js → bundle-28nEChz7.js} +6 -6
  457. package/cjs/chunks/{bundle-Bx6GgprJ.js.map → bundle-28nEChz7.js.map} +1 -1
  458. package/cjs/chunks/{bundle-BUUc-Q9Z.js → bundle-3EldXmJH.js} +22 -3
  459. package/cjs/chunks/bundle-3EldXmJH.js.map +1 -0
  460. package/cjs/chunks/{bundle-CbsLlCEx.js → bundle-3WL4zWhZ.js} +6 -6
  461. package/cjs/chunks/bundle-3WL4zWhZ.js.map +1 -0
  462. package/cjs/chunks/{bundle-DBQIzqeh.js → bundle-4rb5E8TZ.js} +3 -3
  463. package/cjs/chunks/bundle-4rb5E8TZ.js.map +1 -0
  464. package/cjs/chunks/{bundle-7qQ_Gcke.js → bundle-6g9okweI.js} +2 -2
  465. package/cjs/chunks/bundle-6g9okweI.js.map +1 -0
  466. package/cjs/chunks/{bundle-o89mB4oG.js → bundle-6u2qJ3mY.js} +3 -3
  467. package/cjs/chunks/bundle-6u2qJ3mY.js.map +1 -0
  468. package/cjs/chunks/{bundle-DMzUOBjy.js → bundle-B4RW5nKM.js} +9 -9
  469. package/cjs/chunks/bundle-B4RW5nKM.js.map +1 -0
  470. package/cjs/chunks/{bundle-BG2TJKN7.js → bundle-B7eeXNH_.js} +3 -1
  471. package/cjs/chunks/bundle-B7eeXNH_.js.map +1 -0
  472. package/cjs/chunks/{bundle-DPBDeBk_.js → bundle-BBhf6nJ7.js} +1 -1
  473. package/cjs/chunks/bundle-BBhf6nJ7.js.map +1 -0
  474. package/cjs/chunks/{bundle-DgDbXNwZ.js → bundle-BEkAi09X.js} +2 -2
  475. package/cjs/chunks/{bundle-DgDbXNwZ.js.map → bundle-BEkAi09X.js.map} +1 -1
  476. package/cjs/chunks/{bundle-DuU5B5-_.js → bundle-BF4c8fbo.js} +5 -5
  477. package/cjs/chunks/bundle-BF4c8fbo.js.map +1 -0
  478. package/cjs/chunks/{bundle-Cn9zbty_.js → bundle-BFvWCa7e.js} +9 -9
  479. package/cjs/chunks/{bundle-Cn9zbty_.js.map → bundle-BFvWCa7e.js.map} +1 -1
  480. package/cjs/chunks/{bundle-DYB6uKmy.js → bundle-BHsoN10h.js} +13 -14
  481. package/cjs/chunks/{bundle-DYB6uKmy.js.map → bundle-BHsoN10h.js.map} +1 -1
  482. package/cjs/chunks/{bundle-D6fxhLHd.js → bundle-BIO8345U.js} +11 -13
  483. package/cjs/chunks/{bundle-D6fxhLHd.js.map → bundle-BIO8345U.js.map} +1 -1
  484. package/cjs/chunks/{bundle-DbDWGaYr.js → bundle-BIcGuop9.js} +1 -1
  485. package/cjs/chunks/bundle-BIcGuop9.js.map +1 -0
  486. package/cjs/chunks/{bundle-uDha8F3k.js → bundle-BK-k4GCO.js} +1 -1
  487. package/cjs/chunks/bundle-BK-k4GCO.js.map +1 -0
  488. package/cjs/chunks/{bundle-DEVJn_Ma.js → bundle-BKcIWZjY.js} +4 -4
  489. package/cjs/chunks/bundle-BKcIWZjY.js.map +1 -0
  490. package/cjs/chunks/{bundle-CJN-3bAB.js → bundle-BSfTWi6-.js} +5 -5
  491. package/cjs/chunks/{bundle-CJN-3bAB.js.map → bundle-BSfTWi6-.js.map} +1 -1
  492. package/cjs/chunks/{bundle-0R_EzdU1.js → bundle-BXcP3420.js} +1 -1
  493. package/cjs/chunks/bundle-BXcP3420.js.map +1 -0
  494. package/cjs/chunks/{bundle-CYDXrfgn.js → bundle-BZsDNwQP.js} +1 -1
  495. package/cjs/chunks/bundle-BZsDNwQP.js.map +1 -0
  496. package/cjs/chunks/{bundle-9sHOJFhF.js → bundle-BbqSbmfL.js} +5 -3
  497. package/cjs/chunks/{bundle-CbHfmh_r.js.map → bundle-BbqSbmfL.js.map} +1 -1
  498. package/cjs/chunks/{bundle-CVEM1wuY.js → bundle-BcDNTcnb.js} +8 -7
  499. package/cjs/chunks/bundle-BcDNTcnb.js.map +1 -0
  500. package/cjs/chunks/{bundle-DEaDEknP.js → bundle-Bd2CfAu4.js} +8 -8
  501. package/cjs/chunks/{bundle-DEaDEknP.js.map → bundle-Bd2CfAu4.js.map} +1 -1
  502. package/cjs/chunks/{bundle-Bwc8o1C8.js → bundle-BdWzA-7r.js} +1 -1
  503. package/cjs/chunks/bundle-BdWzA-7r.js.map +1 -0
  504. package/cjs/chunks/{bundle-Ci7n7_a7.js → bundle-BitLUCB9.js} +1 -1
  505. package/cjs/chunks/bundle-BitLUCB9.js.map +1 -0
  506. package/cjs/chunks/bundle-Br7K8gnB.js +52 -0
  507. package/cjs/chunks/bundle-Br7K8gnB.js.map +1 -0
  508. package/cjs/chunks/{bundle-CoCkmhLF.js → bundle-BwEUY5os.js} +16 -11
  509. package/cjs/chunks/bundle-BwEUY5os.js.map +1 -0
  510. package/cjs/chunks/{bundle-COOqgoBu.js → bundle-C58xUPfN.js} +8 -8
  511. package/cjs/chunks/bundle-C58xUPfN.js.map +1 -0
  512. package/cjs/chunks/{bundle-DZAa-Eux.js → bundle-CB045Nuo.js} +1 -1
  513. package/cjs/chunks/bundle-CB045Nuo.js.map +1 -0
  514. package/cjs/chunks/{bundle-LPFcZlPs.js → bundle-CBKc82WZ.js} +3 -3
  515. package/cjs/chunks/bundle-CBKc82WZ.js.map +1 -0
  516. package/cjs/chunks/{bundle-tb5ZQqGF.js → bundle-CG0iiNPb.js} +4 -4
  517. package/cjs/chunks/bundle-CG0iiNPb.js.map +1 -0
  518. package/cjs/chunks/{bundle-Bcia1ZjE.js → bundle-CGFsndyY.js} +1 -1
  519. package/cjs/chunks/bundle-CGFsndyY.js.map +1 -0
  520. package/cjs/chunks/{bundle-D7T59omO.js → bundle-CGMxhied.js} +8 -1
  521. package/cjs/chunks/bundle-CGMxhied.js.map +1 -0
  522. package/cjs/chunks/{bundle-C1sSg8J5.js → bundle-CGZW4jpi.js} +1 -1
  523. package/cjs/chunks/bundle-CGZW4jpi.js.map +1 -0
  524. package/cjs/chunks/{bundle-Bd8wa_YD.js → bundle-CGd7wrVy.js} +1 -1
  525. package/cjs/chunks/bundle-CGd7wrVy.js.map +1 -0
  526. package/cjs/chunks/{bundle-BNIYWaKd.js → bundle-CJ8Prs3A.js} +2 -2
  527. package/cjs/chunks/bundle-CJ8Prs3A.js.map +1 -0
  528. package/cjs/chunks/{bundle-Ckd1BD0l.js → bundle-CJP_T71E.js} +1 -1
  529. package/cjs/chunks/bundle-CJP_T71E.js.map +1 -0
  530. package/cjs/chunks/{bundle-C-8JkV5q.js → bundle-CJeGZVb-.js} +2 -2
  531. package/cjs/chunks/bundle-CJeGZVb-.js.map +1 -0
  532. package/cjs/chunks/{bundle-sPjQ2Pux.js → bundle-CLuwJZa0.js} +1 -1
  533. package/cjs/chunks/bundle-CLuwJZa0.js.map +1 -0
  534. package/cjs/chunks/bundle-CMUWjEfD.js +379 -0
  535. package/cjs/chunks/bundle-CMUWjEfD.js.map +1 -0
  536. package/cjs/chunks/{bundle-CM3V3Pp2.js → bundle-CNzeT2IO.js} +2 -2
  537. package/cjs/chunks/bundle-CNzeT2IO.js.map +1 -0
  538. package/cjs/chunks/{bundle-DdlhyKeM.js → bundle-CUfjpjxH.js} +4 -4
  539. package/cjs/chunks/{bundle-DdlhyKeM.js.map → bundle-CUfjpjxH.js.map} +1 -1
  540. package/cjs/chunks/{bundle-DmEOZijP.js → bundle-CW3LpHGq.js} +2 -2
  541. package/cjs/chunks/bundle-CW3LpHGq.js.map +1 -0
  542. package/cjs/chunks/{bundle-BDv_id6L.js → bundle-CWvufVBn.js} +12 -12
  543. package/cjs/chunks/bundle-CWvufVBn.js.map +1 -0
  544. package/cjs/chunks/{bundle-DWcUSvLK.js → bundle-CZfupcfw.js} +1 -1
  545. package/cjs/chunks/bundle-CZfupcfw.js.map +1 -0
  546. package/cjs/chunks/{bundle-BHfJKc_N.js → bundle-CeOu0usQ.js} +13 -12
  547. package/cjs/chunks/{bundle-BHfJKc_N.js.map → bundle-CeOu0usQ.js.map} +1 -1
  548. package/cjs/chunks/{bundle-3UY57nvm.js → bundle-CfvB3Kxi.js} +4 -4
  549. package/cjs/chunks/bundle-CfvB3Kxi.js.map +1 -0
  550. package/cjs/chunks/{bundle-BzpO-b1Z.js → bundle-CjXKt0wD.js} +4 -4
  551. package/cjs/chunks/bundle-CjXKt0wD.js.map +1 -0
  552. package/cjs/chunks/{bundle-Q-UG7cwq.js → bundle-Ck3i7iYA.js} +1 -1
  553. package/cjs/chunks/bundle-Ck3i7iYA.js.map +1 -0
  554. package/cjs/chunks/{bundle-euC8pSuz.js → bundle-CkJXlAHZ.js} +1 -1
  555. package/cjs/chunks/bundle-CkJXlAHZ.js.map +1 -0
  556. package/cjs/chunks/{bundle-9Cstqdab.js → bundle-CljE7hFH.js} +3 -3
  557. package/cjs/chunks/bundle-CljE7hFH.js.map +1 -0
  558. package/cjs/chunks/{bundle-C2wy3rcJ.js → bundle-Cp-ehIB7.js} +13 -13
  559. package/cjs/chunks/{bundle-C2wy3rcJ.js.map → bundle-Cp-ehIB7.js.map} +1 -1
  560. package/cjs/chunks/{bundle-B7Zg-Tkz.js → bundle-Cs8pPzsO.js} +4 -4
  561. package/cjs/chunks/{bundle-B7Zg-Tkz.js.map → bundle-Cs8pPzsO.js.map} +1 -1
  562. package/cjs/chunks/{bundle-DyxpS7wT.js → bundle-D-gTHhxN.js} +4 -4
  563. package/cjs/chunks/{bundle-DyxpS7wT.js.map → bundle-D-gTHhxN.js.map} +1 -1
  564. package/cjs/chunks/{bundle-D44WlUuQ.js → bundle-D2t1feVx.js} +1 -1
  565. package/cjs/chunks/bundle-D2t1feVx.js.map +1 -0
  566. package/cjs/chunks/{bundle-Cxjomv9D.js → bundle-D5OeOuGr.js} +1 -1
  567. package/cjs/chunks/bundle-D5OeOuGr.js.map +1 -0
  568. package/cjs/chunks/{bundle-Bo0Tbl9k.js → bundle-D6r5AhIG.js} +6 -6
  569. package/cjs/chunks/bundle-D6r5AhIG.js.map +1 -0
  570. package/cjs/chunks/{bundle-wbUo2tVB.js → bundle-D7Z6jlhn.js} +1 -1
  571. package/cjs/chunks/bundle-D7Z6jlhn.js.map +1 -0
  572. package/cjs/chunks/{bundle-B241wmWH.js → bundle-DF8Xdsv0.js} +1 -1
  573. package/cjs/chunks/bundle-DF8Xdsv0.js.map +1 -0
  574. package/cjs/chunks/{bundle-BaqV92aI.js → bundle-DJGqpwaN.js} +2 -2
  575. package/cjs/chunks/bundle-DJGqpwaN.js.map +1 -0
  576. package/cjs/chunks/{bundle-DXrsEC9G.js → bundle-DL_JJVfl.js} +1 -1
  577. package/cjs/chunks/bundle-DL_JJVfl.js.map +1 -0
  578. package/cjs/chunks/{bundle-DA1KoGNz.js → bundle-DW2uI_yk.js} +2 -2
  579. package/cjs/chunks/bundle-DW2uI_yk.js.map +1 -0
  580. package/cjs/chunks/{bundle-B8c2Wou9.js → bundle-DdTLIZl_.js} +3 -3
  581. package/cjs/chunks/bundle-DdTLIZl_.js.map +1 -0
  582. package/cjs/chunks/{bundle-vary6LA9.js → bundle-DkPO2tCQ.js} +6 -6
  583. package/cjs/chunks/bundle-DkPO2tCQ.js.map +1 -0
  584. package/cjs/chunks/{bundle-JIWumkkO.js → bundle-DnCTq-wS.js} +1 -1
  585. package/cjs/chunks/bundle-DnCTq-wS.js.map +1 -0
  586. package/cjs/chunks/{bundle-oluXnecE.js → bundle-DpuLDKUp.js} +1 -1
  587. package/cjs/chunks/bundle-DpuLDKUp.js.map +1 -0
  588. package/cjs/chunks/{bundle-BrQCTN2E.js → bundle-DrZRl1QV.js} +7 -13
  589. package/cjs/chunks/{bundle-BrQCTN2E.js.map → bundle-DrZRl1QV.js.map} +1 -1
  590. package/cjs/chunks/{bundle-CWtuu9g_.js → bundle-Dz9Mfb3J.js} +10 -10
  591. package/cjs/chunks/bundle-Dz9Mfb3J.js.map +1 -0
  592. package/cjs/chunks/{bundle-qaP5GJsM.js → bundle-EMecEM9W.js} +20 -2
  593. package/cjs/chunks/bundle-EMecEM9W.js.map +1 -0
  594. package/cjs/chunks/{bundle-Y04yRR5V.js → bundle-HS4AiSIx.js} +23 -15
  595. package/cjs/chunks/bundle-HS4AiSIx.js.map +1 -0
  596. package/cjs/chunks/{bundle-BPNJiHcO.js → bundle-KO2rkYYZ.js} +4 -2
  597. package/cjs/chunks/bundle-KO2rkYYZ.js.map +1 -0
  598. package/cjs/chunks/{bundle-C9ANrCh1.js → bundle-O9V8K9bF.js} +11 -11
  599. package/cjs/chunks/{bundle-C9ANrCh1.js.map → bundle-O9V8K9bF.js.map} +1 -1
  600. package/cjs/chunks/{bundle-zlHcIQSu.js → bundle-OA_02RkB.js} +4 -4
  601. package/cjs/chunks/bundle-OA_02RkB.js.map +1 -0
  602. package/cjs/chunks/{bundle-Cru9LFqc.js → bundle-OYuKPaGg.js} +1 -1
  603. package/cjs/chunks/bundle-OYuKPaGg.js.map +1 -0
  604. package/cjs/chunks/{bundle-CbHfmh_r.js → bundle-RIm06QKX.js} +5 -5
  605. package/cjs/chunks/bundle-RIm06QKX.js.map +1 -0
  606. package/cjs/chunks/{bundle-BA6o2UkA.js → bundle-TuOW3oY9.js} +3 -3
  607. package/cjs/chunks/bundle-TuOW3oY9.js.map +1 -0
  608. package/cjs/chunks/{bundle-FRTtuHVK.js → bundle-VE3gKTVh.js} +3 -3
  609. package/cjs/chunks/{bundle-FRTtuHVK.js.map → bundle-VE3gKTVh.js.map} +1 -1
  610. package/cjs/chunks/{bundle-DsQnVud7.js → bundle-W5xH9nry.js} +1 -1
  611. package/cjs/chunks/bundle-W5xH9nry.js.map +1 -0
  612. package/cjs/chunks/{bundle-D6pcLavL.js → bundle-WD84KbuC.js} +14 -5
  613. package/cjs/chunks/{bundle-D6pcLavL.js.map → bundle-WD84KbuC.js.map} +1 -1
  614. package/cjs/chunks/{bundle-BanlmTip.js → bundle-XzNiXnxy.js} +1 -1
  615. package/cjs/chunks/bundle-XzNiXnxy.js.map +1 -0
  616. package/cjs/chunks/{bundle-CS3WPoOW.js → bundle-aUuw1Quf.js} +1 -1
  617. package/cjs/chunks/bundle-aUuw1Quf.js.map +1 -0
  618. package/cjs/chunks/{bundle-G08Qqz-z.js → bundle-nknsRSk4.js} +1 -1
  619. package/cjs/chunks/bundle-nknsRSk4.js.map +1 -0
  620. package/cjs/chunks/{bundle-C0PJCoX9.js → bundle-oJ65xs4u.js} +1 -1
  621. package/cjs/chunks/bundle-oJ65xs4u.js.map +1 -0
  622. package/cjs/chunks/{bundle-_aqTj6vH.js → bundle-rZ3oQPkt.js} +6 -6
  623. package/cjs/chunks/bundle-rZ3oQPkt.js.map +1 -0
  624. package/cjs/chunks/{bundle-BIYSunHg.js → bundle-s8nmIanb.js} +3 -3
  625. package/cjs/chunks/bundle-s8nmIanb.js.map +1 -0
  626. package/cjs/hooks/useModal.js +15 -15
  627. package/cjs/index.js +85 -84
  628. package/cjs/index.js.map +1 -1
  629. package/cjs/lame.all.js +1 -1
  630. package/cjs/lame.all.js.map +1 -1
  631. package/cjs/pubSub/topics.js +1 -1
  632. package/cjs/sendbirdSelectors.js +2 -2
  633. package/cjs/ui/Accordion.js +2 -2
  634. package/cjs/ui/AccordionGroup.js +1 -1
  635. package/cjs/ui/AdminMessage.js +3 -3
  636. package/cjs/ui/Avatar.js +4 -4
  637. package/cjs/ui/Badge.js +5 -5
  638. package/cjs/ui/BottomSheet.js +15 -15
  639. package/cjs/ui/Button.js +3 -3
  640. package/cjs/ui/ChannelAvatar.js +5 -5
  641. package/cjs/ui/ConnectionStatus.js +6 -6
  642. package/cjs/ui/ContextMenu.js +11 -11
  643. package/cjs/ui/DateSeparator.js +4 -4
  644. package/cjs/ui/EmojiReactions.js +62 -39
  645. package/cjs/ui/EmojiReactions.js.map +1 -1
  646. package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +8 -8
  647. package/cjs/ui/FileMessageItemBody.js +9 -9
  648. package/cjs/ui/FileViewer.js +21 -20
  649. package/cjs/ui/FileViewer.js.map +1 -1
  650. package/cjs/ui/Header.js +6 -6
  651. package/cjs/ui/Icon.js +64 -62
  652. package/cjs/ui/Icon.js.map +1 -1
  653. package/cjs/ui/IconButton.js +1 -1
  654. package/cjs/ui/ImageRenderer.js +2 -2
  655. package/cjs/ui/Input.js +3 -3
  656. package/cjs/ui/Label.js +3 -3
  657. package/cjs/ui/LinkLabel.js +4 -4
  658. package/cjs/ui/Loader.js +2 -2
  659. package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
  660. package/cjs/ui/MentionLabel.js +23 -17
  661. package/cjs/ui/MentionLabel.js.map +1 -1
  662. package/cjs/ui/MentionUserLabel.js +2 -2
  663. package/cjs/ui/MessageContent.js +77 -149
  664. package/cjs/ui/MessageContent.js.map +1 -1
  665. package/cjs/ui/MessageFeedbackFailedModal.js +16 -16
  666. package/cjs/ui/MessageFeedbackModal.js +16 -16
  667. package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
  668. package/cjs/ui/MessageInput.js +16 -16
  669. package/cjs/ui/MessageItemMenu.js +12 -12
  670. package/cjs/ui/MessageItemReactionMenu.js +20 -15
  671. package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
  672. package/cjs/ui/MessageMenu.js +12 -12
  673. package/cjs/ui/MessageSearchFileItem.js +15 -15
  674. package/cjs/ui/MessageSearchItem.js +12 -12
  675. package/cjs/ui/MessageStatus.js +13 -13
  676. package/cjs/ui/MessageTemplate.js +1 -1
  677. package/cjs/ui/MobileFeedbackMenu.js +15 -15
  678. package/cjs/ui/MobileMenu.js +16 -16
  679. package/cjs/ui/Modal.js +15 -15
  680. package/cjs/ui/MutedAvatarOverlay.js +2 -2
  681. package/cjs/ui/OGMessageItemBody.js +25 -20
  682. package/cjs/ui/OGMessageItemBody.js.map +1 -1
  683. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  684. package/cjs/ui/OpenChannelAvatar.js +8 -8
  685. package/cjs/ui/OpenchannelConversationHeader.js +8 -8
  686. package/cjs/ui/OpenchannelFileMessage.js +26 -21
  687. package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
  688. package/cjs/ui/OpenchannelOGMessage.js +29 -24
  689. package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
  690. package/cjs/ui/OpenchannelThumbnailMessage.js +25 -20
  691. package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
  692. package/cjs/ui/OpenchannelUserMessage.js +26 -21
  693. package/cjs/ui/OpenchannelUserMessage.js.map +1 -1
  694. package/cjs/ui/PlaceHolder.js +6 -6
  695. package/cjs/ui/PlaybackTime.js +3 -3
  696. package/cjs/ui/ProgressBar.js +1 -1
  697. package/cjs/ui/QuoteMessage.js +10 -10
  698. package/cjs/ui/QuoteMessageInput.js +10 -10
  699. package/cjs/ui/ReactionBadge.js +3 -3
  700. package/cjs/ui/ReactionButton.js +4 -4
  701. package/cjs/ui/SortByRow.js +2 -2
  702. package/cjs/ui/TemplateMessageItemBody.js +10 -10
  703. package/cjs/ui/TextButton.js +2 -2
  704. package/cjs/ui/TextMessageItemBody.js +27 -21
  705. package/cjs/ui/TextMessageItemBody.js.map +1 -1
  706. package/cjs/ui/ThreadReplies.js +8 -8
  707. package/cjs/ui/ThumbnailMessageItemBody.js +8 -8
  708. package/cjs/ui/Toggle.js +1 -1
  709. package/cjs/ui/Tooltip.js +3 -3
  710. package/cjs/ui/TooltipWrapper.js +1 -1
  711. package/cjs/ui/TypingIndicatorBubble.js +4 -4
  712. package/cjs/ui/UnknownMessageItemBody.js +8 -8
  713. package/cjs/ui/UserListItem.js +20 -20
  714. package/cjs/ui/UserListItemMenu.js +12 -12
  715. package/cjs/ui/UserProfile.js +32 -16
  716. package/cjs/ui/UserProfile.js.map +1 -1
  717. package/cjs/ui/VoiceMessageInput.js +9 -9
  718. package/cjs/ui/VoiceMessageItemBody.js +15 -15
  719. package/cjs/ui/Word.js +24 -18
  720. package/cjs/ui/Word.js.map +1 -1
  721. package/cjs/useSendbirdStateContext.js +1 -1
  722. package/cjs/utils/message/isVoiceMessage.js +4 -4
  723. package/cjs/withSendbird.js +1 -1
  724. package/dist/index.css +589 -90
  725. package/hooks/useModal.js +15 -15
  726. package/index.js +85 -84
  727. package/index.js.map +1 -1
  728. package/lame.all.js +1 -1
  729. package/lame.all.js.map +1 -1
  730. package/package.json +4 -4
  731. package/pubSub/topics.js +1 -1
  732. package/sendbirdSelectors.js +2 -2
  733. package/types/hooks/VoiceRecorder/index.d.ts +1 -1
  734. package/types/hooks/useKeyDown/useKeyDown.d.ts +0 -1
  735. package/types/lib/Sendbird.d.ts +6 -2
  736. package/types/lib/UserProfileContext.d.ts +12 -7
  737. package/types/lib/hooks/useConnect/__test__/data.mocks.d.ts +5 -5
  738. package/types/lib/hooks/useConnect/setupConnection.d.ts +1 -1
  739. package/types/lib/hooks/useConnect/types.d.ts +0 -1
  740. package/types/lib/pubSub/index.d.ts +1 -1
  741. package/types/lib/types.d.ts +18 -9
  742. package/types/modules/App/types.d.ts +0 -1
  743. package/types/modules/Channel/context/ChannelProvider.d.ts +4 -5
  744. package/types/modules/Channel/context/hooks/useSendMultipleFilesMessage.d.ts +0 -1
  745. package/types/modules/ChannelList/context/ChannelListProvider.d.ts +2 -4
  746. package/types/modules/ChannelList/context/hooks/useActiveChannelUrl.d.ts +0 -1
  747. package/types/modules/ChannelList/utils.d.ts +1 -3
  748. package/types/modules/ChannelSettings/context/ChannelSettingsProvider.d.ts +3 -5
  749. package/types/modules/CreateChannel/utils.d.ts +2 -2
  750. package/types/modules/GroupChannel/components/Message/MessageView.d.ts +2 -1
  751. package/types/modules/GroupChannel/components/MessageInputWrapper/MessageInputWrapperView.d.ts +2 -1
  752. package/types/modules/GroupChannel/context/GroupChannelProvider.d.ts +5 -6
  753. package/types/modules/GroupChannel/context/const.d.ts +1 -0
  754. package/types/modules/GroupChannel/context/utils.d.ts +2 -0
  755. package/types/modules/GroupChannelList/components/GroupChannelListItem/utils.d.ts +1 -1
  756. package/types/modules/GroupChannelList/context/GroupChannelListProvider.d.ts +1 -1
  757. package/types/modules/Message/hooks/useDirtyGetMentions.d.ts +0 -1
  758. package/types/modules/Message/utils/tokens/tokenize.d.ts +2 -0
  759. package/types/modules/MessageSearch/index.d.ts +0 -1
  760. package/types/modules/OpenChannel/components/FrozenChannelNotification/index.d.ts +0 -1
  761. package/types/modules/OpenChannel/components/OpenChannelHeader/index.d.ts +0 -1
  762. package/types/modules/OpenChannel/components/OpenChannelMessage/RemoveMessageModal.d.ts +0 -1
  763. package/types/modules/OpenChannel/context/hooks/useCheckScrollBottom.d.ts +0 -1
  764. package/types/modules/OpenChannel/context/hooks/useHandleChannelEvents.d.ts +0 -1
  765. package/types/modules/OpenChannelApp/components/CommunityChannelList.d.ts +0 -1
  766. package/types/modules/OpenChannelApp/components/StreamingChannelList.d.ts +0 -1
  767. package/types/modules/Thread/components/ThreadList/ThreadListItem.d.ts +4 -7
  768. package/types/modules/Thread/components/ThreadList/ThreadListItemContent.d.ts +8 -10
  769. package/types/modules/Thread/context/ThreadProvider.d.ts +7 -10
  770. package/types/ui/Accordion/index.d.ts +0 -1
  771. package/types/ui/ChannelAvatar/OpenChannelAvatar.d.ts +0 -1
  772. package/types/ui/ChannelAvatar/index.d.ts +0 -1
  773. package/types/ui/ContextMenu/index.d.ts +1 -1
  774. package/types/ui/Docs/Introduction.d.ts +0 -1
  775. package/types/ui/EmojiReactions/ReactionItem.d.ts +2 -1
  776. package/types/ui/EmojiReactions/index.d.ts +3 -2
  777. package/types/ui/FormMessageItemBody/FormInput.d.ts +23 -0
  778. package/types/ui/FormMessageItemBody/index.d.ts +10 -0
  779. package/types/ui/Icon/colors.d.ts +2 -0
  780. package/types/ui/Icon/index.d.ts +1 -0
  781. package/types/ui/Label/index.d.ts +1 -0
  782. package/types/ui/Label/stringSet.d.ts +6 -0
  783. package/types/ui/Label/types.d.ts +1 -0
  784. package/types/ui/Label/utils.d.ts +1 -1
  785. package/types/ui/LinkLabel/index.d.ts +1 -0
  786. package/types/ui/MentionLabel/index.d.ts +0 -1
  787. package/types/ui/MentionUserLabel/index.d.ts +0 -1
  788. package/types/ui/MessageContent/MessageBody/index.d.ts +5 -2
  789. package/types/ui/MessageContent/MessageHeader/index.d.ts +3 -2
  790. package/types/ui/MessageContent/MessageProfile/index.d.ts +4 -2
  791. package/types/ui/MessageContent/index.d.ts +10 -3
  792. package/types/ui/MessageInput/hooks/usePaste/types.d.ts +0 -1
  793. package/types/ui/MessageInput/utils.d.ts +1 -1
  794. package/types/ui/MessageItemReactionMenu/index.d.ts +3 -2
  795. package/types/ui/MessageSearchItem/index.d.ts +0 -1
  796. package/types/ui/OpenchannelConversationHeader/index.d.ts +0 -1
  797. package/types/ui/OpenchannelFileMessage/index.d.ts +0 -1
  798. package/types/ui/OpenchannelOGMessage/index.d.ts +0 -1
  799. package/types/ui/OpenchannelThumbnailMessage/index.d.ts +0 -1
  800. package/types/ui/Word/index.d.ts +0 -1
  801. package/types/utils/index.d.ts +2 -0
  802. package/types/utils/isVoiceMessage.d.ts +1 -1
  803. package/types/utils/messages.d.ts +1 -1
  804. package/ui/Accordion.js +2 -2
  805. package/ui/AccordionGroup.js +1 -1
  806. package/ui/AdminMessage.js +3 -3
  807. package/ui/Avatar.js +4 -4
  808. package/ui/Badge.js +5 -5
  809. package/ui/BottomSheet.js +15 -15
  810. package/ui/Button.js +3 -3
  811. package/ui/ChannelAvatar.js +5 -5
  812. package/ui/ConnectionStatus.js +6 -6
  813. package/ui/ContextMenu.js +11 -11
  814. package/ui/DateSeparator.js +4 -4
  815. package/ui/EmojiReactions.js +62 -39
  816. package/ui/EmojiReactions.js.map +1 -1
  817. package/ui/FallbackTemplateMessageItemBody.tsx.js +8 -8
  818. package/ui/FileMessageItemBody.js +9 -9
  819. package/ui/FileViewer.js +21 -20
  820. package/ui/FileViewer.js.map +1 -1
  821. package/ui/Header.js +6 -6
  822. package/ui/Icon.js +64 -62
  823. package/ui/Icon.js.map +1 -1
  824. package/ui/IconButton.js +1 -1
  825. package/ui/ImageRenderer.js +2 -2
  826. package/ui/Input.js +3 -3
  827. package/ui/Label.js +3 -3
  828. package/ui/LinkLabel.js +4 -4
  829. package/ui/Loader.js +2 -2
  830. package/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
  831. package/ui/MentionLabel.js +23 -17
  832. package/ui/MentionLabel.js.map +1 -1
  833. package/ui/MentionUserLabel.js +2 -2
  834. package/ui/MessageContent.js +60 -138
  835. package/ui/MessageContent.js.map +1 -1
  836. package/ui/MessageFeedbackFailedModal.js +16 -16
  837. package/ui/MessageFeedbackModal.js +16 -16
  838. package/ui/MessageInput/hooks/usePaste.js +7 -7
  839. package/ui/MessageInput.js +16 -16
  840. package/ui/MessageItemMenu.js +12 -12
  841. package/ui/MessageItemReactionMenu.js +21 -16
  842. package/ui/MessageItemReactionMenu.js.map +1 -1
  843. package/ui/MessageMenu.js +12 -12
  844. package/ui/MessageSearchFileItem.js +15 -15
  845. package/ui/MessageSearchItem.js +12 -12
  846. package/ui/MessageStatus.js +13 -13
  847. package/ui/MessageTemplate.js +1 -1
  848. package/ui/MobileFeedbackMenu.js +15 -15
  849. package/ui/MobileMenu.js +16 -16
  850. package/ui/Modal.js +15 -15
  851. package/ui/MutedAvatarOverlay.js +2 -2
  852. package/ui/OGMessageItemBody.js +25 -20
  853. package/ui/OGMessageItemBody.js.map +1 -1
  854. package/ui/OpenChannelAdminMessage.js +3 -3
  855. package/ui/OpenChannelAvatar.js +8 -8
  856. package/ui/OpenchannelConversationHeader.js +8 -8
  857. package/ui/OpenchannelFileMessage.js +27 -22
  858. package/ui/OpenchannelFileMessage.js.map +1 -1
  859. package/ui/OpenchannelOGMessage.js +30 -25
  860. package/ui/OpenchannelOGMessage.js.map +1 -1
  861. package/ui/OpenchannelThumbnailMessage.js +26 -21
  862. package/ui/OpenchannelThumbnailMessage.js.map +1 -1
  863. package/ui/OpenchannelUserMessage.js +27 -22
  864. package/ui/OpenchannelUserMessage.js.map +1 -1
  865. package/ui/PlaceHolder.js +6 -6
  866. package/ui/PlaybackTime.js +3 -3
  867. package/ui/ProgressBar.js +1 -1
  868. package/ui/QuoteMessage.js +10 -10
  869. package/ui/QuoteMessageInput.js +10 -10
  870. package/ui/ReactionBadge.js +3 -3
  871. package/ui/ReactionButton.js +4 -4
  872. package/ui/SortByRow.js +2 -2
  873. package/ui/TemplateMessageItemBody.js +10 -10
  874. package/ui/TextButton.js +2 -2
  875. package/ui/TextMessageItemBody.js +27 -21
  876. package/ui/TextMessageItemBody.js.map +1 -1
  877. package/ui/ThreadReplies.js +8 -8
  878. package/ui/ThumbnailMessageItemBody.js +8 -8
  879. package/ui/Toggle.js +1 -1
  880. package/ui/Tooltip.js +3 -3
  881. package/ui/TooltipWrapper.js +1 -1
  882. package/ui/TypingIndicatorBubble.js +4 -4
  883. package/ui/UnknownMessageItemBody.js +8 -8
  884. package/ui/UserListItem.js +21 -21
  885. package/ui/UserListItemMenu.js +13 -13
  886. package/ui/UserProfile.js +32 -16
  887. package/ui/UserProfile.js.map +1 -1
  888. package/ui/VoiceMessageInput.js +9 -9
  889. package/ui/VoiceMessageItemBody.js +15 -15
  890. package/ui/Word.js +24 -18
  891. package/ui/Word.js.map +1 -1
  892. package/useSendbirdStateContext.js +1 -1
  893. package/utils/message/isVoiceMessage.js +4 -4
  894. package/withSendbird.js +1 -1
  895. package/chunks/bundle-5R9f3ZZp.js.map +0 -1
  896. package/chunks/bundle-9-9DQjCI.js.map +0 -1
  897. package/chunks/bundle-B2Vy0FIf.js.map +0 -1
  898. package/chunks/bundle-B5vIoHSd.js.map +0 -1
  899. package/chunks/bundle-BKe5KBuS.js.map +0 -1
  900. package/chunks/bundle-BKxPk2t0.js +0 -22
  901. package/chunks/bundle-BKxPk2t0.js.map +0 -1
  902. package/chunks/bundle-BVBoUWl2.js.map +0 -1
  903. package/chunks/bundle-BvAzWVA5.js.map +0 -1
  904. package/chunks/bundle-C76-LA1E.js.map +0 -1
  905. package/chunks/bundle-CBwCMBt0.js.map +0 -1
  906. package/chunks/bundle-CEZ0D4qz.js.map +0 -1
  907. package/chunks/bundle-CM1oxZtw.js.map +0 -1
  908. package/chunks/bundle-CRKkgI5q.js.map +0 -1
  909. package/chunks/bundle-CTaD4y3Q.js.map +0 -1
  910. package/chunks/bundle-CU9ItXV_.js.map +0 -1
  911. package/chunks/bundle-CbMF1uDu.js.map +0 -1
  912. package/chunks/bundle-CbTjJHLv.js.map +0 -1
  913. package/chunks/bundle-CcvIdULa.js.map +0 -1
  914. package/chunks/bundle-CfsHVenu.js.map +0 -1
  915. package/chunks/bundle-Ck65vtgI.js.map +0 -1
  916. package/chunks/bundle-CmAUKSnK.js.map +0 -1
  917. package/chunks/bundle-Cn1EBKt6.js.map +0 -1
  918. package/chunks/bundle-CqCMcS8B.js.map +0 -1
  919. package/chunks/bundle-CtBgdgkK.js.map +0 -1
  920. package/chunks/bundle-Cvt9FZvn.js.map +0 -1
  921. package/chunks/bundle-CwQYOWqR.js.map +0 -1
  922. package/chunks/bundle-CwpgCadZ.js.map +0 -1
  923. package/chunks/bundle-D2bCW01X.js.map +0 -1
  924. package/chunks/bundle-DBzinRyn.js.map +0 -1
  925. package/chunks/bundle-DHJZgVZH.js.map +0 -1
  926. package/chunks/bundle-DJDeBhDz.js.map +0 -1
  927. package/chunks/bundle-DM6QiOiG.js.map +0 -1
  928. package/chunks/bundle-DO8nji3n.js.map +0 -1
  929. package/chunks/bundle-DPf4rz9k.js.map +0 -1
  930. package/chunks/bundle-DTOg7Xzt.js.map +0 -1
  931. package/chunks/bundle-DYIdeEpd.js.map +0 -1
  932. package/chunks/bundle-DZhG3Z6D.js.map +0 -1
  933. package/chunks/bundle-DcNHBjGp.js.map +0 -1
  934. package/chunks/bundle-Dg8Q1yIF.js.map +0 -1
  935. package/chunks/bundle-DgQjrhyW.js.map +0 -1
  936. package/chunks/bundle-Dt4PQi4u.js.map +0 -1
  937. package/chunks/bundle-DxDVBm6N.js.map +0 -1
  938. package/chunks/bundle-FBWhhyW3.js.map +0 -1
  939. package/chunks/bundle-FtNvi0ib.js.map +0 -1
  940. package/chunks/bundle-MlowEcAQ.js.map +0 -1
  941. package/chunks/bundle-NWVriOUB.js.map +0 -1
  942. package/chunks/bundle-R159x0xi.js.map +0 -1
  943. package/chunks/bundle-RC1OoWx9.js.map +0 -1
  944. package/chunks/bundle-c4e24Qt4.js.map +0 -1
  945. package/chunks/bundle-egkx7NWB.js.map +0 -1
  946. package/chunks/bundle-fSuFm2tD.js.map +0 -1
  947. package/chunks/bundle-h1wbrjk9.js +0 -38
  948. package/chunks/bundle-h1wbrjk9.js.map +0 -1
  949. package/chunks/bundle-i2i0G-ml.js.map +0 -1
  950. package/chunks/bundle-j0SR3DhQ.js.map +0 -1
  951. package/chunks/bundle-ke1HVuUa.js.map +0 -1
  952. package/chunks/bundle-nv2ffewN.js.map +0 -1
  953. package/chunks/bundle-uSSYB2TA.js.map +0 -1
  954. package/cjs/chunks/bundle-0R_EzdU1.js.map +0 -1
  955. package/cjs/chunks/bundle-3UY57nvm.js.map +0 -1
  956. package/cjs/chunks/bundle-7qQ_Gcke.js.map +0 -1
  957. package/cjs/chunks/bundle-9Cstqdab.js.map +0 -1
  958. package/cjs/chunks/bundle-9sHOJFhF.js.map +0 -1
  959. package/cjs/chunks/bundle-B241wmWH.js.map +0 -1
  960. package/cjs/chunks/bundle-B8c2Wou9.js.map +0 -1
  961. package/cjs/chunks/bundle-BA6o2UkA.js.map +0 -1
  962. package/cjs/chunks/bundle-BG2TJKN7.js.map +0 -1
  963. package/cjs/chunks/bundle-BIYSunHg.js.map +0 -1
  964. package/cjs/chunks/bundle-BNIYWaKd.js.map +0 -1
  965. package/cjs/chunks/bundle-BPNJiHcO.js.map +0 -1
  966. package/cjs/chunks/bundle-BUUc-Q9Z.js.map +0 -1
  967. package/cjs/chunks/bundle-BanlmTip.js.map +0 -1
  968. package/cjs/chunks/bundle-BaqV92aI.js.map +0 -1
  969. package/cjs/chunks/bundle-Bcia1ZjE.js.map +0 -1
  970. package/cjs/chunks/bundle-Bd8wa_YD.js.map +0 -1
  971. package/cjs/chunks/bundle-Bo0Tbl9k.js.map +0 -1
  972. package/cjs/chunks/bundle-Bwc8o1C8.js.map +0 -1
  973. package/cjs/chunks/bundle-BzpO-b1Z.js.map +0 -1
  974. package/cjs/chunks/bundle-C-8JkV5q.js.map +0 -1
  975. package/cjs/chunks/bundle-C0PJCoX9.js.map +0 -1
  976. package/cjs/chunks/bundle-C1sSg8J5.js.map +0 -1
  977. package/cjs/chunks/bundle-CM3V3Pp2.js.map +0 -1
  978. package/cjs/chunks/bundle-COOqgoBu.js.map +0 -1
  979. package/cjs/chunks/bundle-CS3WPoOW.js.map +0 -1
  980. package/cjs/chunks/bundle-CVEM1wuY.js.map +0 -1
  981. package/cjs/chunks/bundle-CWtuu9g_.js.map +0 -1
  982. package/cjs/chunks/bundle-CYDXrfgn.js.map +0 -1
  983. package/cjs/chunks/bundle-CbsLlCEx.js.map +0 -1
  984. package/cjs/chunks/bundle-Ci7n7_a7.js.map +0 -1
  985. package/cjs/chunks/bundle-Ckd1BD0l.js.map +0 -1
  986. package/cjs/chunks/bundle-CoCkmhLF.js.map +0 -1
  987. package/cjs/chunks/bundle-Cru9LFqc.js.map +0 -1
  988. package/cjs/chunks/bundle-CuSZh9iB.js +0 -29
  989. package/cjs/chunks/bundle-CuSZh9iB.js.map +0 -1
  990. package/cjs/chunks/bundle-Cxjomv9D.js.map +0 -1
  991. package/cjs/chunks/bundle-D44WlUuQ.js.map +0 -1
  992. package/cjs/chunks/bundle-D7T59omO.js.map +0 -1
  993. package/cjs/chunks/bundle-DA1KoGNz.js.map +0 -1
  994. package/cjs/chunks/bundle-DBQIzqeh.js.map +0 -1
  995. package/cjs/chunks/bundle-DEVJn_Ma.js.map +0 -1
  996. package/cjs/chunks/bundle-DMzUOBjy.js.map +0 -1
  997. package/cjs/chunks/bundle-DPBDeBk_.js.map +0 -1
  998. package/cjs/chunks/bundle-DWcUSvLK.js.map +0 -1
  999. package/cjs/chunks/bundle-DXrsEC9G.js.map +0 -1
  1000. package/cjs/chunks/bundle-DZAa-Eux.js.map +0 -1
  1001. package/cjs/chunks/bundle-DbDWGaYr.js.map +0 -1
  1002. package/cjs/chunks/bundle-DmEOZijP.js.map +0 -1
  1003. package/cjs/chunks/bundle-DsQnVud7.js.map +0 -1
  1004. package/cjs/chunks/bundle-DuU5B5-_.js.map +0 -1
  1005. package/cjs/chunks/bundle-G08Qqz-z.js.map +0 -1
  1006. package/cjs/chunks/bundle-JIWumkkO.js.map +0 -1
  1007. package/cjs/chunks/bundle-LPFcZlPs.js.map +0 -1
  1008. package/cjs/chunks/bundle-Q-UG7cwq.js.map +0 -1
  1009. package/cjs/chunks/bundle-Y04yRR5V.js.map +0 -1
  1010. package/cjs/chunks/bundle-_aqTj6vH.js.map +0 -1
  1011. package/cjs/chunks/bundle-euC8pSuz.js.map +0 -1
  1012. package/cjs/chunks/bundle-o89mB4oG.js.map +0 -1
  1013. package/cjs/chunks/bundle-oluXnecE.js.map +0 -1
  1014. package/cjs/chunks/bundle-qaP5GJsM.js.map +0 -1
  1015. package/cjs/chunks/bundle-sPjQ2Pux.js.map +0 -1
  1016. package/cjs/chunks/bundle-tb5ZQqGF.js.map +0 -1
  1017. package/cjs/chunks/bundle-uDha8F3k.js.map +0 -1
  1018. package/cjs/chunks/bundle-vary6LA9.js.map +0 -1
  1019. package/cjs/chunks/bundle-wbUo2tVB.js.map +0 -1
  1020. package/cjs/chunks/bundle-zlHcIQSu.js.map +0 -1
package/package.json CHANGED
@@ -36,15 +36,15 @@
36
36
  "url": "https://community.sendbird.com"
37
37
  },
38
38
  "homepage": "https://sendbird.com",
39
- "version": "3.14.14",
39
+ "version": "3.15.0",
40
40
  "peerDependencies": {
41
41
  "react": "^16.8.6 || ^17.0.0 || ^18.0.0",
42
42
  "react-dom": "^16.8.6 || ^17.0.0 || ^18.0.0"
43
43
  },
44
44
  "dependencies": {
45
- "@sendbird/chat": "^4.13.0",
46
- "@sendbird/react-uikit-message-template-view": "0.0.1-alpha.76",
47
- "@sendbird/uikit-tools": "0.0.1-alpha.76",
45
+ "@sendbird/chat": "^4.14.2",
46
+ "@sendbird/react-uikit-message-template-view": "0.0.1-alpha.79",
47
+ "@sendbird/uikit-tools": "0.0.1-alpha.79",
48
48
  "css-vars-ponyfill": "^2.3.2",
49
49
  "date-fns": "^2.16.1",
50
50
  "dompurify": "^3.0.1"
package/pubSub/topics.js CHANGED
@@ -1,2 +1,2 @@
1
- export { b as PUBSUB_TOPICS, P as PublishingModuleType, p as default } from '../chunks/bundle-DZhG3Z6D.js';
1
+ export { b as PUBSUB_TOPICS, P as PublishingModuleType, p as default } from '../chunks/bundle-Bt2dBxqH.js';
2
2
  //# sourceMappingURL=topics.js.map
@@ -1,5 +1,5 @@
1
- import { p as pubSubTopics } from './chunks/bundle-DZhG3Z6D.js';
2
- import { n as noop } from './chunks/bundle-CtBgdgkK.js';
1
+ import { p as pubSubTopics } from './chunks/bundle-Bt2dBxqH.js';
2
+ import { n as noop } from './chunks/bundle-DQcY2W86.js';
3
3
 
4
4
  /**
5
5
  * 1. UIKit Instances
@@ -14,7 +14,7 @@ export interface VoiceRecorderContext {
14
14
  export declare const VoiceRecorderProvider: (props: VoiceRecorderProps) => React.ReactElement;
15
15
  export declare const useVoiceRecorderContext: () => VoiceRecorderContext;
16
16
  declare const _default: {
17
- VoiceRecorderProvider: (props: VoiceRecorderProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
17
+ VoiceRecorderProvider: (props: VoiceRecorderProps) => React.ReactElement;
18
18
  useVoiceRecorderContext: () => VoiceRecorderContext;
19
19
  };
20
20
  export default _default;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type KeyDownCallbackMap = Record<string, (event: React.KeyboardEvent<HTMLDivElement>) => void>;
3
2
  export declare function useKeyDown(ref: React.RefObject<HTMLDivElement>, keyDownCallbackMap: KeyDownCallbackMap): React.KeyboardEventHandler<HTMLDivElement>;
4
3
  export {};
@@ -50,13 +50,17 @@ export interface SendbirdProviderProps extends CommonUIKitConfigProps, React.Pro
50
50
  breakpoint?: string | boolean;
51
51
  htmlTextDirection?: HTMLTextDirection;
52
52
  forceLeftToRightMessageLayout?: boolean;
53
- renderUserProfile?: (props: RenderUserProfileProps) => React.ReactElement;
54
- onUserProfileMessage?: (channel: GroupChannel) => void;
55
53
  uikitOptions?: UIKitOptions;
56
54
  isUserIdUsedForNickname?: boolean;
57
55
  sdkInitParams?: SendbirdChatInitParams;
58
56
  customExtensionParams?: CustomExtensionParams;
59
57
  isMultipleFilesMessageEnabled?: boolean;
58
+ renderUserProfile?: (props: RenderUserProfileProps) => React.ReactElement;
59
+ onStartDirectMessage?: (channel: GroupChannel) => void;
60
+ /**
61
+ * @deprecated Please use `onStartDirectMessage` instead. It's renamed.
62
+ */
63
+ onUserProfileMessage?: (channel: GroupChannel) => void;
60
64
  eventHandlers?: SBUEventHandlers;
61
65
  }
62
66
  export declare function SendbirdProvider(props: SendbirdProviderProps): React.JSX.Element;
@@ -2,21 +2,26 @@ import React from 'react';
2
2
  import type { GroupChannel } from '@sendbird/chat/groupChannel';
3
3
  import type { RenderUserProfileProps } from '../types';
4
4
  interface UserProfileContextInterface {
5
- disableUserProfile: boolean;
6
5
  isOpenChannel: boolean;
6
+ disableUserProfile: boolean;
7
7
  renderUserProfile?: (props: RenderUserProfileProps) => React.ReactElement;
8
+ onStartDirectMessage?: (channel: GroupChannel) => void;
9
+ /**
10
+ * @deprecated This prop has been renamed to `onStartDirectMessage`.
11
+ */
8
12
  onUserProfileMessage?: (channel: GroupChannel) => void;
9
13
  }
10
14
  /**
11
15
  * user profile goes deep inside the component tree
12
16
  * use this context as a short circuit to send in values
13
17
  */
14
- declare const UserProfileContext: React.Context<UserProfileContextInterface>;
15
- export type UserProfileProviderProps = React.PropsWithChildren<{
18
+ export declare const UserProfileContext: React.Context<UserProfileContextInterface>;
19
+ export type UserProfileProviderProps = React.PropsWithChildren<Partial<UserProfileContextInterface> & {
20
+ /** This prop is optional. It is no longer necessary to provide it because the value can be accessed through SendbirdStateContext. */
16
21
  disableUserProfile?: boolean;
17
- isOpenChannel?: boolean;
22
+ /** This prop is optional. It is no longer necessary to provide it because the value can be accessed through SendbirdStateContext. */
18
23
  renderUserProfile?: (props: RenderUserProfileProps) => React.ReactElement;
19
- onUserProfileMessage?: (channel: GroupChannel) => void;
20
24
  }>;
21
- declare const UserProfileProvider: ({ isOpenChannel, disableUserProfile, renderUserProfile, onUserProfileMessage, children, }: UserProfileProviderProps) => React.JSX.Element;
22
- export { UserProfileContext, UserProfileProvider };
25
+ export declare const useUserProfileContext: () => UserProfileContextInterface;
26
+ export declare const UserProfileProvider: ({ isOpenChannel, disableUserProfile: _disableUserProfile, renderUserProfile: _renderUserProfile, onUserProfileMessage: _onUserProfileMessage, onStartDirectMessage: _onStartDirectMessage, children, }: UserProfileProviderProps) => React.JSX.Element;
27
+ export {};
@@ -2,11 +2,11 @@ import { User } from '@sendbird/chat';
2
2
  import { ConnectTypes, DisconnectSdkTypes, SetupConnectionTypes, StaticTypes, TriggerTypes } from '../types';
3
3
  export declare const mockUser: User;
4
4
  export declare const mockUser2: User;
5
- export declare const mockSdk: import("@sendbird/chat").default;
6
- export declare const mockSdkDispatcher: import("../types").SdkDispatcher;
7
- export declare const mockUserDispatcher: import("../types").UserDispatcher;
8
- export declare const mockAppInfoDispatcher: import("../types").AppInfoDispatcher;
9
- export declare const mockInitDashboardConfigs: (sdk: import("@sendbird/chat").default) => Promise<void>;
5
+ export declare const mockSdk: ConnectTypes["sdk"];
6
+ export declare const mockSdkDispatcher: ConnectTypes["sdkDispatcher"];
7
+ export declare const mockUserDispatcher: ConnectTypes["userDispatcher"];
8
+ export declare const mockAppInfoDispatcher: ConnectTypes["appInfoDispatcher"];
9
+ export declare const mockInitDashboardConfigs: ConnectTypes["initDashboardConfigs"];
10
10
  export declare const defaultStaticParams: StaticTypes;
11
11
  export declare const defaultTriggerParams: TriggerTypes;
12
12
  export declare const defaultConnectParams: ConnectTypes;
@@ -19,4 +19,4 @@ export declare function initSDK({ appId, isNewApp, customApiHost, customWebSocke
19
19
  customWebSocketHost?: string;
20
20
  sdkInitParams?: SendbirdChatInitParams;
21
21
  customExtensionParams?: CustomExtensionParams;
22
- }): SendbirdChatWith<import("@sendbird/chat/lib/__definition").Module[] & (GroupChannelModule | OpenChannelModule)[]>;
22
+ }): SendbirdChatWith<import("@sendbird/chat/lib/__definition").Module[] & (OpenChannelModule | GroupChannelModule)[]>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import SendbirdChat, { SessionHandler } from '@sendbird/chat';
3
2
  import { SendbirdGroupChat } from '@sendbird/chat/groupChannel';
4
3
  import { SendbirdOpenChat } from '@sendbird/chat/openChannel';
@@ -15,7 +15,7 @@ type PayloadByTopic<T extends keyof any, U> = U extends {
15
15
  type Options = {
16
16
  publishSynchronous?: boolean;
17
17
  };
18
- declare const pubSubFactory: <T extends string | number | symbol = string | number | symbol, U extends {
18
+ declare const pubSubFactory: <T extends keyof any = string | number | symbol, U extends {
19
19
  topic: T;
20
20
  payload: any;
21
21
  } = any>(opts?: Options) => PubSubTypes<T, U>;
@@ -42,7 +42,7 @@ export interface SBUEventHandlers {
42
42
  }
43
43
  export interface SendBirdStateConfig {
44
44
  renderUserProfile?: (props: RenderUserProfileProps) => React.ReactElement;
45
- onUserProfileMessage?: (props: GroupChannel) => void;
45
+ onStartDirectMessage?: (props: GroupChannel) => void;
46
46
  allowProfileEdit: boolean;
47
47
  isOnline: boolean;
48
48
  userId: string;
@@ -88,6 +88,7 @@ export interface SendBirdStateConfig {
88
88
  showSuggestedRepliesFor: SBUConfig['groupChannel']['channel']['showSuggestedRepliesFor'];
89
89
  suggestedRepliesDirection: SBUConfig['groupChannel']['channel']['suggestedRepliesDirection'];
90
90
  enableMarkdownForUserMessage: SBUConfig['groupChannel']['channel']['enableMarkdownForUserMessage'];
91
+ enableFormTypeMessage: SBUConfig['groupChannel']['channel']['enableFormTypeMessage'];
91
92
  /**
92
93
  * @deprecated Currently, this feature is turned off by default. If you wish to use this feature, contact us: {@link https://dashboard.sendbird.com/settings/contact_us?category=feedback_and_feature_requests&product=UIKit}
93
94
  */
@@ -104,21 +105,29 @@ export interface SendBirdStateConfig {
104
105
  enableOgtag: SBUConfig['openChannel']['channel']['enableOgtag'];
105
106
  enableDocument: SBUConfig['openChannel']['channel']['input']['enableDocument'];
106
107
  };
107
- /** @deprecated Please use `common.enableUsingDefaultUserProfile` instead * */
108
+ /**
109
+ * @deprecated Please use `onStartDirectMessage` instead. It's renamed.
110
+ */
111
+ onUserProfileMessage?: (props: GroupChannel) => void;
112
+ /**
113
+ * @deprecated Please use `!config.common.enableUsingDefaultUserProfile` instead.
114
+ * Note that you should use the negation of `config.common.enableUsingDefaultUserProfile`
115
+ * to replace `disableUserProfile`.
116
+ */
108
117
  disableUserProfile: boolean;
109
- /** @deprecated Please use `groupChannel.enableReactions` instead * */
118
+ /** @deprecated Please use `config.groupChannel.enableReactions` instead * */
110
119
  isReactionEnabled: boolean;
111
- /** @deprecated Please use `groupChannel.enableMention` instead * */
120
+ /** @deprecated Please use `config.groupChannel.enableMention` instead * */
112
121
  isMentionEnabled: boolean;
113
- /** @deprecated Please use `groupChannel.enableVoiceMessage` instead * */
122
+ /** @deprecated Please use `config.groupChannel.enableVoiceMessage` instead * */
114
123
  isVoiceMessageEnabled?: boolean;
115
- /** @deprecated Please use `groupChannel.replyType` instead * */
124
+ /** @deprecated Please use `config.groupChannel.replyType` instead * */
116
125
  replyType: ReplyType;
117
- /** @deprecated Please use `groupChannelSettings.enableMessageSearch` instead * */
126
+ /** @deprecated Please use `config.groupChannelSettings.enableMessageSearch` instead * */
118
127
  showSearchIcon?: boolean;
119
- /** @deprecated Please use `groupChannelList.enableTypingIndicator` instead * */
128
+ /** @deprecated Please use `config.groupChannelList.enableTypingIndicator` instead * */
120
129
  isTypingIndicatorEnabledOnChannelList?: boolean;
121
- /** @deprecated Please use `groupChannelList.enableMessageReceiptStatus` instead * */
130
+ /** @deprecated Please use `config.groupChannelList.enableMessageReceiptStatus` instead * */
122
131
  isMessageReceiptStatusEnabledOnChannelList?: boolean;
123
132
  /** @deprecated Please use setCurrentTheme instead * */
124
133
  setCurrenttheme: (theme: 'light' | 'dark') => void;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { User } from '@sendbird/chat';
3
2
  import { GroupChannel } from '@sendbird/chat/groupChannel';
4
3
  import type { Locale } from 'date-fns';
@@ -2,7 +2,8 @@ import React from 'react';
2
2
  import type { GroupChannel, Member } from '@sendbird/chat/groupChannel';
3
3
  import type { BaseMessage, FileMessage, FileMessageCreateParams, MultipleFilesMessage, MultipleFilesMessageCreateParams, UserMessage, UserMessageCreateParams, UserMessageUpdateParams, MessageListParams as SDKMessageListParams } from '@sendbird/chat/message';
4
4
  import type { EmojiContainer, SendbirdError, User } from '@sendbird/chat';
5
- import { ReplyType, RenderUserProfileProps, Nullable } from '../../../types';
5
+ import { ReplyType, Nullable } from '../../../types';
6
+ import { UserProfileProviderProps } from '../../../lib/UserProfileContext';
6
7
  import { CoreMessageType, SendableMessageType } from '../../../utils';
7
8
  import { ThreadReplySelectType } from './const';
8
9
  import * as channelActions from './dux/actionTypes';
@@ -14,7 +15,7 @@ export interface MessageListParams extends Partial<SDKMessageListParams> {
14
15
  export type ChannelQueries = {
15
16
  messageListParams?: MessageListParams;
16
17
  };
17
- export type ChannelContextProps = {
18
+ export interface ChannelContextProps extends Pick<UserProfileProviderProps, 'disableUserProfile' | 'renderUserProfile'> {
18
19
  children?: React.ReactElement;
19
20
  channelUrl: string;
20
21
  isReactionEnabled?: boolean;
@@ -35,9 +36,7 @@ export type ChannelContextProps = {
35
36
  replyType?: ReplyType;
36
37
  threadReplySelectType?: ThreadReplySelectType;
37
38
  queries?: ChannelQueries;
38
- renderUserProfile?: (props: RenderUserProfileProps) => React.ReactElement;
39
39
  filterMessageList?(messages: BaseMessage): boolean;
40
- disableUserProfile?: boolean;
41
40
  disableMarkAsRead?: boolean;
42
41
  onReplyInThread?: (props: {
43
42
  message: SendableMessageType;
@@ -49,7 +48,7 @@ export type ChannelContextProps = {
49
48
  onMessageHighlighted?: () => void;
50
49
  scrollBehavior?: 'smooth' | 'auto';
51
50
  reconnectOnIdle?: boolean;
52
- };
51
+ }
53
52
  interface MessageStoreInterface {
54
53
  allMessages: CoreMessageType[];
55
54
  localMessages: CoreMessageType[];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { GroupChannel } from '@sendbird/chat/groupChannel';
3
2
  import type { MultipleFilesMessageCreateParams, UploadableFileInfo } from '@sendbird/chat/message';
4
3
  import { MultipleFilesMessage } from '@sendbird/chat/message';
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  import type { User } from '@sendbird/chat';
3
3
  import { GroupChannel, GroupChannelCreateParams, GroupChannelListOrder, GroupChannelListQuery as GroupChannelListQuerySb, GroupChannelUserIdsFilter, HiddenChannelFilter, MyMemberStateFilter, PublicChannelFilter, QueryType, SuperChannelFilter, UnreadChannelFilter } from '@sendbird/chat/groupChannel';
4
- import { RenderUserProfileProps } from '../../../types';
5
4
  import { ChannelListActionTypes } from '../dux/actionTypes';
5
+ import { UserProfileProviderProps } from '../../../lib/UserProfileContext';
6
6
  import { CHANNEL_TYPE } from '../../CreateChannel/types';
7
7
  export interface ApplicationUserListQueryInternal {
8
8
  limit?: number;
@@ -40,7 +40,7 @@ type OverrideInviteUserType = {
40
40
  onClose: () => void;
41
41
  channelType: CHANNEL_TYPE;
42
42
  };
43
- export interface ChannelListProviderProps {
43
+ export interface ChannelListProviderProps extends Pick<UserProfileProviderProps, 'disableUserProfile' | 'renderUserProfile'> {
44
44
  allowProfileEdit?: boolean;
45
45
  onBeforeCreateChannel?(users: Array<string>): GroupChannelCreateParams;
46
46
  overrideInviteUser?(params: OverrideInviteUserType): void;
@@ -51,8 +51,6 @@ export interface ChannelListProviderProps {
51
51
  queries?: ChannelListQueries;
52
52
  children?: React.ReactElement;
53
53
  className?: string | string[];
54
- renderUserProfile?: (props: RenderUserProfileProps) => React.ReactElement;
55
- disableUserProfile?: boolean;
56
54
  disableAutoSelect?: boolean;
57
55
  activeChannelUrl?: string;
58
56
  typingChannels?: Array<GroupChannel>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { GroupChannel } from '@sendbird/chat/groupChannel';
3
2
  import { Logger } from '../../../../lib/SendbirdState';
4
3
  import { SdkStore } from '../../../../lib/types';
@@ -31,9 +31,7 @@ type SetupChannelListParams = {
31
31
  disableMarkAsDelivered: boolean;
32
32
  };
33
33
  declare function setupChannelList({ sdk, sdkChannelHandlerId, channelListDispatcher, setChannelSource, onChannelSelect, userFilledChannelListQuery, logger, sortChannelList, disableAutoSelect, markAsDeliveredScheduler, disableMarkAsDelivered, }: SetupChannelListParams): void;
34
- export declare const pubSubHandleRemover: (subscriber: Map<string, {
35
- remove: () => void;
36
- }>) => void;
34
+ export declare const pubSubHandleRemover: (subscriber: ReturnType<typeof pubSubHandler>) => void;
37
35
  export declare const pubSubHandler: (pubSub: SBUGlobalPubSub, channelListDispatcher: React.Dispatch<ChannelListActionTypes>) => Map<string, {
38
36
  remove: () => void;
39
37
  }>;
@@ -1,7 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  import { GroupChannel, GroupChannelUpdateParams } from '@sendbird/chat/groupChannel';
3
3
  import type { UserListItemProps } from '../../../ui/UserListItem';
4
- import type { RenderUserProfileProps } from '../../../types';
4
+ import { UserProfileProviderProps } from '../../../lib/UserProfileContext';
5
5
  interface ApplicationUserListQuery {
6
6
  limit?: number;
7
7
  userIdsFilter?: Array<string>;
@@ -26,11 +26,9 @@ interface CommonChannelSettingsProps {
26
26
  queries?: ChannelSettingsQueries;
27
27
  renderUserListItem?: (props: UserListItemProps) => ReactNode;
28
28
  }
29
- export interface ChannelSettingsContextProps extends CommonChannelSettingsProps {
29
+ export interface ChannelSettingsContextProps extends CommonChannelSettingsProps, Pick<UserProfileProviderProps, 'renderUserProfile' | 'disableUserProfile'> {
30
30
  children?: React.ReactElement;
31
31
  className?: string;
32
- renderUserProfile?: (props: RenderUserProfileProps) => React.ReactElement;
33
- disableUserProfile?: boolean;
34
32
  }
35
33
  interface ChannelSettingsProviderInterface extends CommonChannelSettingsProps {
36
34
  setChannelUpdateId(uniqId: string): void;
@@ -39,6 +37,6 @@ interface ChannelSettingsProviderInterface extends CommonChannelSettingsProps {
39
37
  loading: boolean;
40
38
  invalidChannel: boolean;
41
39
  }
42
- declare const ChannelSettingsProvider: ({ children, className, channelUrl, onCloseClick, onLeaveChannel, onChannelModified, overrideInviteUser, onBeforeUpdateChannel, queries, renderUserProfile, disableUserProfile, renderUserListItem, }: ChannelSettingsContextProps) => React.JSX.Element;
40
+ declare const ChannelSettingsProvider: (props: ChannelSettingsContextProps) => React.JSX.Element;
43
41
  declare const useChannelSettingsContext: () => ChannelSettingsProviderInterface;
44
42
  export { ChannelSettingsProvider, useChannelSettingsContext };
@@ -1,3 +1,3 @@
1
1
  import { SdkStore } from '../../lib/types';
2
- export declare const isBroadcastChannelEnabled: (sdk: SdkStore['sdk']) => boolean;
3
- export declare const isSuperGroupChannelEnabled: (sdk: SdkStore['sdk']) => boolean;
2
+ export declare const isBroadcastChannelEnabled: (sdk: SdkStore["sdk"]) => boolean;
3
+ export declare const isSuperGroupChannelEnabled: (sdk: SdkStore["sdk"]) => boolean;
@@ -1,6 +1,6 @@
1
1
  import type { EveryMessage, RenderCustomSeparatorProps, RenderMessageParamsType, ReplyType } from '../../../../types';
2
2
  import React from 'react';
3
- import { EmojiContainer, User } from '@sendbird/chat';
3
+ import { type EmojiCategory, EmojiContainer, User } from '@sendbird/chat';
4
4
  import { GroupChannel } from '@sendbird/chat/groupChannel';
5
5
  import type { FileMessage, UserMessageCreateParams, UserMessageUpdateParams } from '@sendbird/chat/message';
6
6
  import { ThreadReplySelectType } from '../../context/const';
@@ -52,6 +52,7 @@ export interface MessageViewProps extends MessageProps {
52
52
  renderUserMentionItem?: (props: {
53
53
  user: User;
54
54
  }) => React.ReactElement;
55
+ filterEmojiCategoryIds?: (message: SendableMessageType) => EmojiCategory['id'][];
55
56
  scrollToMessage: (createdAt: number, messageId: number) => void;
56
57
  toggleReaction: (message: SendableMessageType, emojiKey: string, isReacted: boolean) => void;
57
58
  setQuoteMessage: React.Dispatch<React.SetStateAction<SendableMessageType | null>>;
@@ -2,12 +2,13 @@ import './index.scss';
2
2
  import React from 'react';
3
3
  import type { User } from '@sendbird/chat';
4
4
  import type { GroupChannel } from '@sendbird/chat/groupChannel';
5
- import type { FileMessage, FileMessageCreateParams, MultipleFilesMessage, MultipleFilesMessageCreateParams, UserMessage, UserMessageCreateParams } from '@sendbird/chat/message';
5
+ import type { BaseMessage, FileMessage, FileMessageCreateParams, MultipleFilesMessage, MultipleFilesMessageCreateParams, UserMessage, UserMessageCreateParams } from '@sendbird/chat/message';
6
6
  import { SendableMessageType } from '../../../../utils';
7
7
  export interface MessageInputWrapperViewProps {
8
8
  value?: string;
9
9
  disabled?: boolean;
10
10
  currentChannel: GroupChannel | null;
11
+ messages: BaseMessage[];
11
12
  isMultipleFilesMessageEnabled?: boolean;
12
13
  loading: boolean;
13
14
  quoteMessage: SendableMessageType | null;
@@ -1,12 +1,12 @@
1
1
  import React from 'react';
2
- import type { SendbirdError, User } from '@sendbird/chat';
2
+ import type { EmojiCategory, SendbirdError, User } from '@sendbird/chat';
3
3
  import { type FileMessage, FileMessageCreateParams, type MultipleFilesMessage, MultipleFilesMessageCreateParams, UserMessageCreateParams, UserMessageUpdateParams } from '@sendbird/chat/message';
4
4
  import type { GroupChannel, MessageCollectionParams, MessageFilterParams } from '@sendbird/chat/groupChannel';
5
5
  import { useGroupChannelMessages } from '@sendbird/uikit-tools';
6
6
  import type { SendableMessageType } from '../../../utils';
7
7
  import { UserProfileProviderProps } from '../../../lib/UserProfileContext';
8
8
  import { ThreadReplySelectType } from './const';
9
- import { RenderUserProfileProps, ReplyType } from '../../../types';
9
+ import { ReplyType } from '../../../types';
10
10
  import { ScrollTopics, ScrollTopicUnion } from './hooks/useMessageListScroll';
11
11
  import { PubSubTypes } from '../../../lib/pubSub';
12
12
  import { useMessageActions } from './hooks/useMessageActions';
@@ -18,7 +18,7 @@ export type OnBeforeDownloadFileMessageType = (params: {
18
18
  message: FileMessage | MultipleFilesMessage;
19
19
  index?: number;
20
20
  }) => Promise<boolean>;
21
- interface ContextBaseType {
21
+ interface ContextBaseType extends Pick<UserProfileProviderProps, 'renderUserProfile' | 'disableUserProfile'> {
22
22
  channelUrl: string;
23
23
  isReactionEnabled?: boolean;
24
24
  isMessageGroupingEnabled?: boolean;
@@ -26,7 +26,6 @@ interface ContextBaseType {
26
26
  showSearchIcon?: boolean;
27
27
  replyType?: ReplyType;
28
28
  threadReplySelectType?: ThreadReplySelectType;
29
- disableUserProfile?: boolean;
30
29
  disableMarkAsRead?: boolean;
31
30
  scrollBehavior?: 'smooth' | 'auto';
32
31
  forceLeftToRightMessageLayout?: boolean;
@@ -34,6 +33,7 @@ interface ContextBaseType {
34
33
  animatedMessageId?: number | null;
35
34
  onMessageAnimated?: () => void;
36
35
  messageListQueryParams?: MessageListQueryParamsType;
36
+ filterEmojiCategoryIds?: (message: SendableMessageType) => EmojiCategory['id'][];
37
37
  onBeforeSendUserMessage?: OnBeforeHandler<UserMessageCreateParams>;
38
38
  onBeforeSendFileMessage?: OnBeforeHandler<FileMessageCreateParams>;
39
39
  onBeforeSendVoiceMessage?: OnBeforeHandler<FileMessageCreateParams>;
@@ -49,7 +49,6 @@ interface ContextBaseType {
49
49
  onQuoteMessageClick?: (props: {
50
50
  message: SendableMessageType;
51
51
  }) => void;
52
- renderUserProfile?: (props: RenderUserProfileProps) => React.ReactElement;
53
52
  renderUserMentionItem?: (props: {
54
53
  user: User;
55
54
  }) => JSX.Element;
@@ -73,7 +72,7 @@ export interface GroupChannelContextType extends ContextBaseType, MessageListDat
73
72
  scrollToMessage: (createdAt: number, messageId: number) => void;
74
73
  toggleReaction(message: SendableMessageType, emojiKey: string, isReacted: boolean): void;
75
74
  }
76
- export interface GroupChannelProviderProps extends ContextBaseType, Pick<UserProfileProviderProps, 'onUserProfileMessage' | 'renderUserProfile' | 'disableUserProfile'> {
75
+ export interface GroupChannelProviderProps extends ContextBaseType, Pick<UserProfileProviderProps, 'onUserProfileMessage' | 'onStartDirectMessage'> {
77
76
  children?: React.ReactNode;
78
77
  }
79
78
  export declare const GroupChannelContext: React.Context<GroupChannelContextType>;
@@ -1,6 +1,7 @@
1
1
  export declare const MAX_USER_MENTION_COUNT = 10;
2
2
  export declare const MAX_USER_SUGGESTION_COUNT = 15;
3
3
  export declare const USER_MENTION_TEMP_CHAR = "@";
4
+ export declare const UIKIT_COMPATIBLE_FORM_VERSION = 1;
4
5
  export declare enum ThreadReplySelectType {
5
6
  PARENT = "PARENT",
6
7
  THREAD = "THREAD"
@@ -7,3 +7,5 @@ export declare function getMessageTopOffset(messageCreatedAt: number): number |
7
7
  export declare const isDisabledBecauseFrozen: (groupChannel?: GroupChannel | null) => boolean;
8
8
  export declare const isDisabledBecauseMuted: (groupChannel?: GroupChannel | null) => boolean;
9
9
  export declare const isDisabledBecauseSuggestedReplies: (channel: GroupChannel | null | undefined, enableSuggestedReplies: boolean) => boolean;
10
+ export declare const isFormVersionCompatible: (version: number) => boolean;
11
+ export declare const isDisabledBecauseMessageForm: (allMessages: BaseMessage[], enableFormTypeMessage: boolean) => boolean;
@@ -6,5 +6,5 @@ export declare const getLastMessageCreatedAt: ({ channel, locale, stringSet }: {
6
6
  stringSet?: import("../../../../ui/Label/stringSet").StringSet;
7
7
  }) => string;
8
8
  export declare const getTotalMembers: (channel?: GroupChannel) => number;
9
- export declare const getLastMessage: (channel?: GroupChannel, stringSet?: import("../../../../ui/Label/stringSet").StringSet) => any;
9
+ export declare const getLastMessageText: (channel?: GroupChannel, stringSet?: import("../../../../ui/Label/stringSet").StringSet) => any;
10
10
  export declare const getChannelUnreadMessageCount: (channel?: GroupChannel) => number;
@@ -31,7 +31,7 @@ interface ContextBaseType {
31
31
  export interface GroupChannelListContextType extends ContextBaseType, ChannelListDataSource {
32
32
  typingChannelUrls: string[];
33
33
  }
34
- export interface GroupChannelListProviderProps extends PartialRequired<ContextBaseType, 'onChannelSelect' | 'onChannelCreated'>, Pick<UserProfileProviderProps, 'onUserProfileMessage' | 'renderUserProfile' | 'disableUserProfile'> {
34
+ export interface GroupChannelListProviderProps extends PartialRequired<ContextBaseType, 'onChannelSelect' | 'onChannelCreated'>, Pick<UserProfileProviderProps, 'onUserProfileMessage' | 'onStartDirectMessage' | 'renderUserProfile' | 'disableUserProfile'> {
35
35
  children?: React.ReactNode;
36
36
  }
37
37
  export declare const GroupChannelListContext: React.Context<GroupChannelListContextType>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Logger } from '../../../lib/SendbirdState';
3
2
  interface DynamicParams {
4
3
  ref: React.RefObject<HTMLElement>;
@@ -15,6 +15,8 @@ export declare function combineNearbyStrings(tokens: Token[]): Token[];
15
15
  * Converts text into set of rich tokens
16
16
  */
17
17
  export declare function tokenizeMessage({ messageText, mentionedUsers, templatePrefix, includeMarkdown, }: TokenParams): Token[];
18
+ export declare function getChannelPreviewMessage(messageText: string): string;
19
+ export declare function markDownTokenResolver(tokens: Token[]): string;
18
20
  export declare function tokenizeMarkdown({ messageText, }: {
19
21
  messageText: any;
20
22
  }): Token[];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.scss';
3
2
  import { MessageSearchUIProps } from './components/MessageSearchUI';
4
3
  import { MessageSearchProviderProps } from './context/MessageSearchProvider';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './frozen-channel-notification.scss';
3
2
  declare const FrozenNotification: () => JSX.Element;
4
3
  export default FrozenNotification;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import './open-channel-header.scss';
3
2
  export default function OpenchannelConversationHeader(): JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ClientFileMessage, ClientUserMessage } from '../../../../types';
3
2
  import { CoreMessageType } from '../../../../utils';
4
3
  interface Props {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { LoggerInterface } from '../../../../lib/Logger';
3
2
  interface DynamicParams {
4
3
  conversationScrollRef: React.RefObject<HTMLDivElement>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { OpenChannel } from '@sendbird/chat/openChannel';
3
2
  import { Logger } from '../../../../lib/SendbirdState';
4
3
  import { SdkStore } from '../../../../lib/types';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './community-channel-list.scss';
3
2
  declare const _default: {
4
3
  (props: any): JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './streaming-channel-list.scss';
3
2
  declare const _default: {
4
3
  (props: any): JSX.Element;
@@ -1,8 +1,7 @@
1
- import React, { ReactNode } from 'react';
1
+ import React from 'react';
2
2
  import { SendableMessageType } from '../../../../utils';
3
- import type { MessageMenuProps } from '../../../../ui/MessageMenu';
4
- import type { MessageEmojiMenuProps } from '../../../../ui/MessageItemReactionMenu';
5
- export interface ThreadListItemProps {
3
+ import { MessageComponentRenderers } from '../../../../ui/MessageContent';
4
+ export interface ThreadListItemProps extends MessageComponentRenderers {
6
5
  className?: string;
7
6
  message: SendableMessageType;
8
7
  chainTop?: boolean;
@@ -12,7 +11,5 @@ export interface ThreadListItemProps {
12
11
  message: SendableMessageType;
13
12
  }) => React.ReactElement;
14
13
  handleScroll?: () => void;
15
- renderEmojiMenu?: (props: MessageEmojiMenuProps) => ReactNode;
16
- renderMessageMenu?: (props: MessageMenuProps) => ReactNode;
17
14
  }
18
- export default function ThreadListItem({ className, message, chainTop, chainBottom, hasSeparator, renderCustomSeparator, handleScroll, renderEmojiMenu, renderMessageMenu, }: ThreadListItemProps): React.ReactElement;
15
+ export default function ThreadListItem(props: ThreadListItemProps): React.ReactElement;
@@ -1,21 +1,17 @@
1
- import React, { ReactNode } from 'react';
1
+ import React from 'react';
2
2
  import { EmojiContainer } from '@sendbird/chat';
3
3
  import { GroupChannel } from '@sendbird/chat/groupChannel';
4
4
  import './ThreadListItemContent.scss';
5
5
  import { ReplyType } from '../../../../types';
6
- import { MessageEmojiMenuProps } from '../../../../ui/MessageItemReactionMenu';
7
6
  import { SendableMessageType } from '../../../../utils';
8
- import { MessageMenuProps } from '../../../../ui/MessageMenu';
9
- export interface ThreadListItemContentProps {
7
+ import type { MessageComponentRenderers } from '../../../../ui/MessageContent';
8
+ export interface ThreadListItemContentProps extends MessageComponentRenderers {
10
9
  className?: string;
11
10
  userId: string;
12
11
  channel: GroupChannel;
13
12
  message: SendableMessageType;
14
- /** @deprecated This prop is deprecated and no longer in use. */
15
- disabled?: boolean;
16
13
  chainTop?: boolean;
17
14
  chainBottom?: boolean;
18
- isMentionEnabled?: boolean;
19
15
  isReactionEnabled?: boolean;
20
16
  disableQuoteMessage?: boolean;
21
17
  replyType?: ReplyType;
@@ -29,7 +25,9 @@ export interface ThreadListItemContentProps {
29
25
  onReplyInThread?: (props: {
30
26
  message: SendableMessageType;
31
27
  }) => void;
32
- renderEmojiMenu?: (props: MessageEmojiMenuProps) => ReactNode;
33
- renderMessageMenu?: (props: MessageMenuProps) => ReactNode;
28
+ /** @deprecated This prop is deprecated and no longer in use. */
29
+ disabled?: boolean;
30
+ /** @deprecated This props is deprecated and no longer in use. */
31
+ isMentionEnabled?: boolean;
34
32
  }
35
- export default function ThreadListItemContent({ className, userId, channel, message, chainTop, chainBottom, isMentionEnabled, isReactionEnabled, disableQuoteMessage, replyType, nicknamesMap, emojiContainer, showEdit, showRemove, showFileViewer, resendMessage, toggleReaction, onReplyInThread, renderEmojiMenu, renderMessageMenu, }: ThreadListItemContentProps): React.ReactElement;
33
+ export default function ThreadListItemContent(props: ThreadListItemContentProps): React.ReactElement;