@sendbird/uikit-react 3.10.1 → 3.11.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 (999) hide show
  1. package/App.js +369 -190
  2. package/App.js.map +1 -1
  3. package/CHANGELOG.md +29 -2
  4. package/Channel/components/ChannelHeader.js +35 -61
  5. package/Channel/components/ChannelHeader.js.map +1 -1
  6. package/Channel/components/ChannelUI.js +78 -111
  7. package/Channel/components/ChannelUI.js.map +1 -1
  8. package/Channel/components/FileViewer.js +35 -81
  9. package/Channel/components/FileViewer.js.map +1 -1
  10. package/Channel/components/FrozenNotification.js +8 -12
  11. package/Channel/components/FrozenNotification.js.map +1 -1
  12. package/Channel/components/Message.js +63 -317
  13. package/Channel/components/Message.js.map +1 -1
  14. package/Channel/components/MessageFeedbackModal.js +9 -9
  15. package/Channel/components/MessageInput.js +71 -189
  16. package/Channel/components/MessageInput.js.map +1 -1
  17. package/Channel/components/MessageList.js +60 -57
  18. package/Channel/components/MessageList.js.map +1 -1
  19. package/Channel/components/RemoveMessageModal.js +31 -44
  20. package/Channel/components/RemoveMessageModal.js.map +1 -1
  21. package/Channel/components/SuggestedMentionList.js +37 -191
  22. package/Channel/components/SuggestedMentionList.js.map +1 -1
  23. package/Channel/components/TypingIndicator.js +12 -80
  24. package/Channel/components/TypingIndicator.js.map +1 -1
  25. package/Channel/components/UnreadCount.js +11 -29
  26. package/Channel/components/UnreadCount.js.map +1 -1
  27. package/Channel/context.js +1502 -21
  28. package/Channel/context.js.map +1 -1
  29. package/Channel/hooks/useHandleUploadFiles.js +13 -13
  30. package/Channel/hooks/useInitialMessagesFetch.js +6 -8
  31. package/Channel/hooks/useInitialMessagesFetch.js.map +1 -1
  32. package/Channel/utils/compareMessagesForGrouping.js +39 -8
  33. package/Channel/utils/compareMessagesForGrouping.js.map +1 -1
  34. package/Channel/utils/getMessagePartsInfo.js +9 -9
  35. package/Channel.js +78 -74
  36. package/Channel.js.map +1 -1
  37. package/ChannelList/components/AddChannel.js +28 -47
  38. package/ChannelList/components/AddChannel.js.map +1 -1
  39. package/ChannelList/components/ChannelListHeader.js +13 -35
  40. package/ChannelList/components/ChannelListHeader.js.map +1 -1
  41. package/ChannelList/components/ChannelListUI.js +61 -135
  42. package/ChannelList/components/ChannelListUI.js.map +1 -1
  43. package/ChannelList/components/ChannelPreview.js +42 -126
  44. package/ChannelList/components/ChannelPreview.js.map +1 -1
  45. package/ChannelList/components/ChannelPreviewAction.js +18 -65
  46. package/ChannelList/components/ChannelPreviewAction.js.map +1 -1
  47. package/ChannelList/context.js +10 -9
  48. package/ChannelList/context.js.map +1 -1
  49. package/ChannelList.js +58 -59
  50. package/ChannelList.js.map +1 -1
  51. package/ChannelSettings/components/ChannelProfile.js +14 -14
  52. package/ChannelSettings/components/ChannelSettingsUI.js +25 -19
  53. package/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
  54. package/ChannelSettings/components/EditDetailsModal.js +14 -14
  55. package/ChannelSettings/components/LeaveChannel.js +11 -11
  56. package/ChannelSettings/components/ModerationPanel.js +23 -17
  57. package/ChannelSettings/components/ModerationPanel.js.map +1 -1
  58. package/ChannelSettings/components/UserListItem.js +13 -13
  59. package/ChannelSettings/components/UserPanel.js +22 -16
  60. package/ChannelSettings/components/UserPanel.js.map +1 -1
  61. package/ChannelSettings/context.js +3 -3
  62. package/ChannelSettings.js +25 -19
  63. package/ChannelSettings.js.map +1 -1
  64. package/CreateChannel/components/CreateChannelUI.js +16 -16
  65. package/CreateChannel/components/InviteUsers.js +23 -25
  66. package/CreateChannel/components/InviteUsers.js.map +1 -1
  67. package/CreateChannel/components/SelectChannelType.js +10 -10
  68. package/CreateChannel/context.js +4 -4
  69. package/CreateChannel.js +18 -19
  70. package/CreateChannel.js.map +1 -1
  71. package/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -12
  72. package/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
  73. package/CreateOpenChannel/context.js +1 -1
  74. package/CreateOpenChannel.js +11 -12
  75. package/CreateOpenChannel.js.map +1 -1
  76. package/EditUserProfile/components/EditUserProfileUI.js +12 -13
  77. package/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
  78. package/EditUserProfile.js +12 -13
  79. package/EditUserProfile.js.map +1 -1
  80. package/Message/hooks/useDirtyGetMentions.js +2 -2
  81. package/MessageSearch/components/MessageSearchUI.js +14 -15
  82. package/MessageSearch/components/MessageSearchUI.js.map +1 -1
  83. package/MessageSearch/context.js +14 -3
  84. package/MessageSearch/context.js.map +1 -1
  85. package/MessageSearch.js +14 -15
  86. package/MessageSearch.js.map +1 -1
  87. package/OpenChannel/components/FrozenChannelNotification.js +5 -5
  88. package/OpenChannel/components/OpenChannelHeader.js +18 -19
  89. package/OpenChannel/components/OpenChannelHeader.js.map +1 -1
  90. package/OpenChannel/components/OpenChannelInput.js +25 -26
  91. package/OpenChannel/components/OpenChannelInput.js.map +1 -1
  92. package/OpenChannel/components/OpenChannelMessage.js +35 -35
  93. package/OpenChannel/components/OpenChannelMessageList.js +40 -38
  94. package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
  95. package/OpenChannel/components/OpenChannelUI.js +40 -38
  96. package/OpenChannel/components/OpenChannelUI.js.map +1 -1
  97. package/OpenChannel/context.js +17 -18
  98. package/OpenChannel/context.js.map +1 -1
  99. package/OpenChannel.js +40 -38
  100. package/OpenChannel.js.map +1 -1
  101. package/OpenChannelList/components/OpenChannelListUI.js +14 -15
  102. package/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
  103. package/OpenChannelList/components/OpenChannelPreview.js +6 -7
  104. package/OpenChannelList/components/OpenChannelPreview.js.map +1 -1
  105. package/OpenChannelList/context.js +3 -3
  106. package/OpenChannelList.js +14 -15
  107. package/OpenChannelList.js.map +1 -1
  108. package/OpenChannelSettings/components/EditDetailsModal.js +15 -15
  109. package/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
  110. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +19 -19
  111. package/OpenChannelSettings/components/OperatorUI.js +19 -19
  112. package/OpenChannelSettings/components/ParticipantUI.js +17 -17
  113. package/OpenChannelSettings/context.js +3 -3
  114. package/OpenChannelSettings.js +19 -19
  115. package/SendbirdProvider.js +91 -230
  116. package/SendbirdProvider.js.map +1 -1
  117. package/Thread/components/ParentMessageInfo.js +43 -44
  118. package/Thread/components/ParentMessageInfo.js.map +1 -1
  119. package/Thread/components/ParentMessageInfoItem.js +35 -33
  120. package/Thread/components/ParentMessageInfoItem.js.map +1 -1
  121. package/Thread/components/ThreadHeader.js +7 -7
  122. package/Thread/components/ThreadList.js +48 -48
  123. package/Thread/components/ThreadListItem.js +49 -50
  124. package/Thread/components/ThreadListItem.js.map +1 -1
  125. package/Thread/components/ThreadMessageInput.js +50 -43
  126. package/Thread/components/ThreadMessageInput.js.map +1 -1
  127. package/Thread/components/ThreadUI.js +60 -52
  128. package/Thread/components/ThreadUI.js.map +1 -1
  129. package/Thread/context.js +151 -160
  130. package/Thread/context.js.map +1 -1
  131. package/Thread.js +61 -53
  132. package/Thread.js.map +1 -1
  133. package/VoicePlayer/context.js +3 -3
  134. package/VoicePlayer/useVoicePlayer.js +10 -10
  135. package/VoiceRecorder/context.js +12 -11
  136. package/VoiceRecorder/context.js.map +1 -1
  137. package/VoiceRecorder/useVoiceRecorder.js +9 -9
  138. package/chunks/{bundle-GbC4a59M.js → bundle-0v0L0TbZ.js} +4 -4
  139. package/chunks/bundle-0v0L0TbZ.js.map +1 -0
  140. package/chunks/bundle-143lYf48.js +57 -0
  141. package/chunks/bundle-143lYf48.js.map +1 -0
  142. package/chunks/bundle-1nyUxr-Z.js +34 -0
  143. package/chunks/bundle-1nyUxr-Z.js.map +1 -0
  144. package/chunks/{bundle-X3h4GiLa.js → bundle-2QckWBqt.js} +4 -5
  145. package/chunks/bundle-2QckWBqt.js.map +1 -0
  146. package/chunks/{bundle-LEanaSuB.js → bundle-2d4_n6Eh.js} +3 -3
  147. package/chunks/{bundle-LEanaSuB.js.map → bundle-2d4_n6Eh.js.map} +1 -1
  148. package/chunks/bundle-2jWyEzHg.js +64 -0
  149. package/chunks/bundle-2jWyEzHg.js.map +1 -0
  150. package/chunks/bundle-2mo18Chz.js +34 -0
  151. package/chunks/bundle-2mo18Chz.js.map +1 -0
  152. package/chunks/{bundle-mTQPBbmZ.js → bundle-2vQfu2KQ.js} +6 -6
  153. package/chunks/bundle-2vQfu2KQ.js.map +1 -0
  154. package/chunks/{bundle-PZta2LmS.js → bundle-3cuuQsdK.js} +3 -3
  155. package/chunks/{bundle-PZta2LmS.js.map → bundle-3cuuQsdK.js.map} +1 -1
  156. package/chunks/{bundle-aeQZ5WsP.js → bundle-4IsRvL2E.js} +1 -1
  157. package/chunks/bundle-4IsRvL2E.js.map +1 -0
  158. package/chunks/{bundle-_-2NCsYr.js → bundle-4l6RpXkL.js} +1 -1
  159. package/chunks/bundle-4l6RpXkL.js.map +1 -0
  160. package/chunks/{bundle-JbVZ1Tsw.js → bundle-7MnAkGtU.js} +2 -2
  161. package/chunks/bundle-7MnAkGtU.js.map +1 -0
  162. package/chunks/bundle-7jAH-Rav.js +550 -0
  163. package/chunks/bundle-7jAH-Rav.js.map +1 -0
  164. package/chunks/bundle-82c4Z7tx.js +251 -0
  165. package/chunks/{bundle-NYZlEPQ4.js.map → bundle-82c4Z7tx.js.map} +1 -1
  166. package/chunks/bundle-8CxBlReU.js +61 -0
  167. package/chunks/bundle-8CxBlReU.js.map +1 -0
  168. package/chunks/{bundle-xgiw36M5.js → bundle-9lUB2eTP.js} +1 -1
  169. package/chunks/bundle-9lUB2eTP.js.map +1 -0
  170. package/chunks/bundle-AnoUW9yQ.js +199 -0
  171. package/chunks/{bundle-ETZY-eQc.js.map → bundle-AnoUW9yQ.js.map} +1 -1
  172. package/chunks/{bundle-xsV7pD8p.js → bundle-BbdMr4SL.js} +3 -27
  173. package/chunks/bundle-BbdMr4SL.js.map +1 -0
  174. package/chunks/{bundle-F3QT9IFj.js → bundle-Bph6KjZN.js} +2 -2
  175. package/chunks/{bundle-GKopZh-T.js.map → bundle-Bph6KjZN.js.map} +1 -1
  176. package/chunks/{bundle-uk2Y0AQu.js → bundle-GQt7EDbt.js} +15 -7
  177. package/chunks/{bundle-uk2Y0AQu.js.map → bundle-GQt7EDbt.js.map} +1 -1
  178. package/chunks/bundle-GpRTDFGV.js +11 -0
  179. package/chunks/bundle-GpRTDFGV.js.map +1 -0
  180. package/chunks/{bundle-E33Oa46E.js → bundle-HOZJLjST.js} +10 -10
  181. package/chunks/{bundle-E33Oa46E.js.map → bundle-HOZJLjST.js.map} +1 -1
  182. package/chunks/bundle-HRsLD2CW.js +29 -0
  183. package/chunks/{bundle-zpSxKsxM.js.map → bundle-HRsLD2CW.js.map} +1 -1
  184. package/chunks/bundle-IbFVsltH.js +30 -0
  185. package/chunks/bundle-IbFVsltH.js.map +1 -0
  186. package/chunks/{bundle-KSjFhl4l.js → bundle-JHAEGHwc.js} +1 -1
  187. package/chunks/bundle-JHAEGHwc.js.map +1 -0
  188. package/chunks/{bundle-iWI3kIle.js → bundle-Jm7rtWnz.js} +12 -41
  189. package/chunks/{bundle-iWI3kIle.js.map → bundle-Jm7rtWnz.js.map} +1 -1
  190. package/chunks/{bundle-VPanFdbf.js → bundle-K0s-Ect1.js} +6 -6
  191. package/chunks/bundle-K0s-Ect1.js.map +1 -0
  192. package/chunks/{bundle-Lt8mReNU.js → bundle-KWJtSpuF.js} +3 -3
  193. package/chunks/bundle-KWJtSpuF.js.map +1 -0
  194. package/chunks/{bundle-Fkv6nKcy.js → bundle-MGkFgiJm.js} +5 -47
  195. package/chunks/bundle-MGkFgiJm.js.map +1 -0
  196. package/chunks/bundle-MvpO_S_k.js +12 -0
  197. package/chunks/bundle-MvpO_S_k.js.map +1 -0
  198. package/chunks/{bundle-cXqs96Pt.js → bundle-NQlEMhhs.js} +1 -1
  199. package/chunks/bundle-NQlEMhhs.js.map +1 -0
  200. package/chunks/bundle-NeB2uoNn.js +34 -0
  201. package/chunks/bundle-NeB2uoNn.js.map +1 -0
  202. package/chunks/bundle-NxSCk3As.js +23 -0
  203. package/chunks/bundle-NxSCk3As.js.map +1 -0
  204. package/chunks/bundle-QOv6Bgtw.js +179 -0
  205. package/{cjs/chunks/bundle-XaLiuh0L.js.map → chunks/bundle-QOv6Bgtw.js.map} +1 -1
  206. package/chunks/{bundle-VCZsMdpB.js → bundle-QaBTXAtO.js} +2 -2
  207. package/chunks/{bundle-VCZsMdpB.js.map → bundle-QaBTXAtO.js.map} +1 -1
  208. package/chunks/{bundle-Kv4GXRTs.js → bundle-Rq3p335Q.js} +1 -1
  209. package/chunks/bundle-Rq3p335Q.js.map +1 -0
  210. package/chunks/{bundle-KmauOTrg.js → bundle-SbHFlBY0.js} +1 -1
  211. package/chunks/bundle-SbHFlBY0.js.map +1 -0
  212. package/chunks/{bundle-yur9nm4N.js → bundle-T9LQyh_7.js} +1 -1
  213. package/chunks/bundle-T9LQyh_7.js.map +1 -0
  214. package/chunks/bundle-W8as0zrL.js +197 -0
  215. package/chunks/bundle-W8as0zrL.js.map +1 -0
  216. package/chunks/{bundle-zpSxKsxM.js → bundle-WK57RaQR.js} +2 -2
  217. package/chunks/bundle-WK57RaQR.js.map +1 -0
  218. package/chunks/{bundle-iYCB6XN2.js → bundle-WdOdwp-Y.js} +1 -1
  219. package/chunks/bundle-WdOdwp-Y.js.map +1 -0
  220. package/chunks/{bundle-f9mkey82.js → bundle-ZcOjo_4l.js} +2 -4
  221. package/chunks/bundle-ZcOjo_4l.js.map +1 -0
  222. package/chunks/bundle-aaseqnuB.js +44 -0
  223. package/chunks/bundle-aaseqnuB.js.map +1 -0
  224. package/chunks/{bundle-ipC2A4Tb.js → bundle-areDE3aT.js} +151 -29
  225. package/{cjs/chunks/bundle-Jcrboe06.js.map → chunks/bundle-areDE3aT.js.map} +1 -1
  226. package/chunks/bundle-b1IOVyYG.js +389 -0
  227. package/chunks/bundle-b1IOVyYG.js.map +1 -0
  228. package/chunks/{bundle-TV4-nyqN.js → bundle-b6xyPdyj.js} +1 -1
  229. package/chunks/{bundle-TV4-nyqN.js.map → bundle-b6xyPdyj.js.map} +1 -1
  230. package/chunks/{bundle-DeRyZP32.js → bundle-bTljiK8B.js} +10 -10
  231. package/chunks/{bundle-DeRyZP32.js.map → bundle-bTljiK8B.js.map} +1 -1
  232. package/chunks/bundle-byix4-_Z.js +30 -0
  233. package/chunks/bundle-byix4-_Z.js.map +1 -0
  234. package/chunks/{bundle-Gkl7Q1IK.js → bundle-dVzhcuE8.js} +29 -13
  235. package/chunks/bundle-dVzhcuE8.js.map +1 -0
  236. package/chunks/{bundle-J_erGfOo.js → bundle-eHUDbnaD.js} +42 -30
  237. package/chunks/bundle-eHUDbnaD.js.map +1 -0
  238. package/chunks/{bundle-wUwB6Q8m.js → bundle-f6-Dp_Ka.js} +3 -3
  239. package/chunks/{bundle-wUwB6Q8m.js.map → bundle-f6-Dp_Ka.js.map} +1 -1
  240. package/chunks/{bundle-GKopZh-T.js → bundle-fgwje9pW.js} +14 -2
  241. package/chunks/{bundle-ldRkCosA.js.map → bundle-fgwje9pW.js.map} +1 -1
  242. package/chunks/{bundle-HkbweK1K.js → bundle-fsBmcKjs.js} +1 -1
  243. package/chunks/bundle-fsBmcKjs.js.map +1 -0
  244. package/chunks/{bundle-y_LgB6DS.js → bundle-hOV701rb.js} +3 -3
  245. package/chunks/bundle-hOV701rb.js.map +1 -0
  246. package/chunks/{bundle-OZZH5fXZ.js → bundle-j8bOxoFa.js} +1 -1
  247. package/chunks/bundle-j8bOxoFa.js.map +1 -0
  248. package/chunks/{bundle-W8t7rR3H.js → bundle-jXtqc1kU.js} +3 -3
  249. package/chunks/bundle-jXtqc1kU.js.map +1 -0
  250. package/chunks/{bundle-lmXvuxOb.js → bundle-kTQOM0SQ.js} +1 -1
  251. package/chunks/bundle-kTQOM0SQ.js.map +1 -0
  252. package/chunks/{bundle-dWJnfDPH.js → bundle-kVopRZZG.js} +3 -3
  253. package/chunks/bundle-kVopRZZG.js.map +1 -0
  254. package/chunks/bundle-l3_ubbH6.js +88 -0
  255. package/chunks/bundle-l3_ubbH6.js.map +1 -0
  256. package/chunks/{bundle-ldRkCosA.js → bundle-lxPqhWGY.js} +4 -4
  257. package/chunks/{bundle-Fkv6nKcy.js.map → bundle-lxPqhWGY.js.map} +1 -1
  258. package/chunks/{bundle-kfNTRju0.js → bundle-n9wVwJwL.js} +1 -1
  259. package/chunks/{bundle-kfNTRju0.js.map → bundle-n9wVwJwL.js.map} +1 -1
  260. package/chunks/{bundle-pWIkt9Ng.js → bundle-nA9SX_Hi.js} +1 -1
  261. package/chunks/bundle-nA9SX_Hi.js.map +1 -0
  262. package/chunks/bundle-o1VHRKp9.js +148 -0
  263. package/chunks/bundle-o1VHRKp9.js.map +1 -0
  264. package/chunks/{bundle-YmIrZYPF.js → bundle-oRyfuopS.js} +1 -1
  265. package/chunks/{bundle-YmIrZYPF.js.map → bundle-oRyfuopS.js.map} +1 -1
  266. package/chunks/bundle-oszCig8K.js +27 -0
  267. package/chunks/bundle-oszCig8K.js.map +1 -0
  268. package/chunks/{bundle-ku6CEjGk.js → bundle-pfcIdF14.js} +1 -1
  269. package/chunks/bundle-pfcIdF14.js.map +1 -0
  270. package/chunks/bundle-qGLQQXlH.js +281 -0
  271. package/chunks/{bundle-MzSKVbUQ.js.map → bundle-qGLQQXlH.js.map} +1 -1
  272. package/chunks/{bundle-cHbX4Rxo.js → bundle-qLmDwx8F.js} +5 -40
  273. package/{cjs/chunks/bundle-JVe1J2FX.js.map → chunks/bundle-qLmDwx8F.js.map} +1 -1
  274. package/chunks/{bundle-ETZY-eQc.js → bundle-qXA8wWBC.js} +5 -5
  275. package/chunks/bundle-qXA8wWBC.js.map +1 -0
  276. package/chunks/{bundle-Jp5g4YZl.js → bundle-qvDlYEM_.js} +1 -1
  277. package/chunks/bundle-qvDlYEM_.js.map +1 -0
  278. package/chunks/{bundle-MzSKVbUQ.js → bundle-rCo3Zf4a.js} +96 -59
  279. package/chunks/bundle-rCo3Zf4a.js.map +1 -0
  280. package/chunks/{bundle-MyYphU00.js → bundle-rgUMi-vG.js} +8 -8
  281. package/chunks/bundle-rgUMi-vG.js.map +1 -0
  282. package/chunks/{bundle-niN5G0Bo.js → bundle-s-yWiXW2.js} +2 -2
  283. package/chunks/bundle-s-yWiXW2.js.map +1 -0
  284. package/chunks/{bundle-WpHDilD_.js → bundle-tOpyp2TM.js} +2 -3
  285. package/chunks/bundle-tOpyp2TM.js.map +1 -0
  286. package/chunks/{bundle-aVVX2zHR.js → bundle-thvveea5.js} +3 -3
  287. package/chunks/bundle-thvveea5.js.map +1 -0
  288. package/chunks/{bundle-1WAo3loP.js → bundle-ueo2Sf-L.js} +1 -1
  289. package/chunks/bundle-ueo2Sf-L.js.map +1 -0
  290. package/chunks/bundle-vBXnDJn4.js +120 -0
  291. package/chunks/bundle-vBXnDJn4.js.map +1 -0
  292. package/chunks/{bundle-ZcE3JzW_.js → bundle-wBOLbuH7.js} +9 -8
  293. package/chunks/bundle-wBOLbuH7.js.map +1 -0
  294. package/chunks/{bundle-NYZlEPQ4.js → bundle-wsahaI_Z.js} +11 -29
  295. package/{cjs/chunks/bundle-3K153hLM.js.map → chunks/bundle-wsahaI_Z.js.map} +1 -1
  296. package/chunks/{bundle-tca5p7Pl.js → bundle-x1NoGtpJ.js} +2 -2
  297. package/chunks/bundle-x1NoGtpJ.js.map +1 -0
  298. package/chunks/bundle-xkOWTTW1.js +13 -0
  299. package/chunks/bundle-xkOWTTW1.js.map +1 -0
  300. package/chunks/{bundle-WDOQg3ty.js → bundle-yE5T9BpV.js} +39 -39
  301. package/chunks/{bundle-WDOQg3ty.js.map → bundle-yE5T9BpV.js.map} +1 -1
  302. package/chunks/{bundle-d6R6m9-9.js → bundle-zJNJlM2H.js} +14 -8
  303. package/{cjs/chunks/bundle-s82XYT1Q.js.map → chunks/bundle-zJNJlM2H.js.map} +1 -1
  304. package/chunks/{bundle-H2Il__gY.js → bundle-zLlQw-jW.js} +1 -1
  305. package/chunks/bundle-zLlQw-jW.js.map +1 -0
  306. package/chunks/{bundle-ZKM9Qk_j.js → bundle-zpdae5WH.js} +2 -2
  307. package/chunks/bundle-zpdae5WH.js.map +1 -0
  308. package/chunks/bundle-zuRObww2.js +48 -0
  309. package/chunks/bundle-zuRObww2.js.map +1 -0
  310. package/cjs/App.js +368 -189
  311. package/cjs/App.js.map +1 -1
  312. package/cjs/Channel/components/ChannelHeader.js +40 -59
  313. package/cjs/Channel/components/ChannelHeader.js.map +1 -1
  314. package/cjs/Channel/components/ChannelUI.js +80 -109
  315. package/cjs/Channel/components/ChannelUI.js.map +1 -1
  316. package/cjs/Channel/components/FileViewer.js +38 -80
  317. package/cjs/Channel/components/FileViewer.js.map +1 -1
  318. package/cjs/Channel/components/FrozenNotification.js +9 -13
  319. package/cjs/Channel/components/FrozenNotification.js.map +1 -1
  320. package/cjs/Channel/components/Message.js +64 -314
  321. package/cjs/Channel/components/Message.js.map +1 -1
  322. package/cjs/Channel/components/MessageFeedbackModal.js +9 -9
  323. package/cjs/Channel/components/MessageInput.js +71 -189
  324. package/cjs/Channel/components/MessageInput.js.map +1 -1
  325. package/cjs/Channel/components/MessageList.js +64 -58
  326. package/cjs/Channel/components/MessageList.js.map +1 -1
  327. package/cjs/Channel/components/RemoveMessageModal.js +33 -42
  328. package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
  329. package/cjs/Channel/components/SuggestedMentionList.js +39 -190
  330. package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
  331. package/cjs/Channel/components/TypingIndicator.js +12 -83
  332. package/cjs/Channel/components/TypingIndicator.js.map +1 -1
  333. package/cjs/Channel/components/UnreadCount.js +12 -30
  334. package/cjs/Channel/components/UnreadCount.js.map +1 -1
  335. package/cjs/Channel/context.js +1500 -23
  336. package/cjs/Channel/context.js.map +1 -1
  337. package/cjs/Channel/hooks/useHandleUploadFiles.js +13 -13
  338. package/cjs/Channel/hooks/useInitialMessagesFetch.js +6 -8
  339. package/cjs/Channel/hooks/useInitialMessagesFetch.js.map +1 -1
  340. package/cjs/Channel/utils/compareMessagesForGrouping.js +45 -9
  341. package/cjs/Channel/utils/compareMessagesForGrouping.js.map +1 -1
  342. package/cjs/Channel/utils/getMessagePartsInfo.js +9 -9
  343. package/cjs/Channel.js +78 -74
  344. package/cjs/Channel.js.map +1 -1
  345. package/cjs/ChannelList/components/AddChannel.js +31 -46
  346. package/cjs/ChannelList/components/AddChannel.js.map +1 -1
  347. package/cjs/ChannelList/components/ChannelListHeader.js +13 -35
  348. package/cjs/ChannelList/components/ChannelListHeader.js.map +1 -1
  349. package/cjs/ChannelList/components/ChannelListUI.js +63 -133
  350. package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
  351. package/cjs/ChannelList/components/ChannelPreview.js +44 -124
  352. package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
  353. package/cjs/ChannelList/components/ChannelPreviewAction.js +19 -62
  354. package/cjs/ChannelList/components/ChannelPreviewAction.js.map +1 -1
  355. package/cjs/ChannelList/context.js +10 -9
  356. package/cjs/ChannelList/context.js.map +1 -1
  357. package/cjs/ChannelList.js +58 -59
  358. package/cjs/ChannelList.js.map +1 -1
  359. package/cjs/ChannelSettings/components/ChannelProfile.js +14 -14
  360. package/cjs/ChannelSettings/components/ChannelSettingsUI.js +25 -19
  361. package/cjs/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
  362. package/cjs/ChannelSettings/components/EditDetailsModal.js +14 -14
  363. package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
  364. package/cjs/ChannelSettings/components/ModerationPanel.js +23 -17
  365. package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
  366. package/cjs/ChannelSettings/components/UserListItem.js +13 -13
  367. package/cjs/ChannelSettings/components/UserPanel.js +22 -16
  368. package/cjs/ChannelSettings/components/UserPanel.js.map +1 -1
  369. package/cjs/ChannelSettings/context.js +3 -3
  370. package/cjs/ChannelSettings.js +25 -19
  371. package/cjs/ChannelSettings.js.map +1 -1
  372. package/cjs/CreateChannel/components/CreateChannelUI.js +16 -16
  373. package/cjs/CreateChannel/components/InviteUsers.js +23 -25
  374. package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
  375. package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
  376. package/cjs/CreateChannel/context.js +4 -4
  377. package/cjs/CreateChannel.js +18 -19
  378. package/cjs/CreateChannel.js.map +1 -1
  379. package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -12
  380. package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
  381. package/cjs/CreateOpenChannel/context.js +1 -1
  382. package/cjs/CreateOpenChannel.js +11 -12
  383. package/cjs/CreateOpenChannel.js.map +1 -1
  384. package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -13
  385. package/cjs/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
  386. package/cjs/EditUserProfile.js +12 -13
  387. package/cjs/EditUserProfile.js.map +1 -1
  388. package/cjs/Message/hooks/useDirtyGetMentions.js +2 -2
  389. package/cjs/MessageSearch/components/MessageSearchUI.js +14 -15
  390. package/cjs/MessageSearch/components/MessageSearchUI.js.map +1 -1
  391. package/cjs/MessageSearch/context.js +14 -3
  392. package/cjs/MessageSearch/context.js.map +1 -1
  393. package/cjs/MessageSearch.js +14 -15
  394. package/cjs/MessageSearch.js.map +1 -1
  395. package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
  396. package/cjs/OpenChannel/components/OpenChannelHeader.js +18 -19
  397. package/cjs/OpenChannel/components/OpenChannelHeader.js.map +1 -1
  398. package/cjs/OpenChannel/components/OpenChannelInput.js +25 -26
  399. package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
  400. package/cjs/OpenChannel/components/OpenChannelMessage.js +35 -35
  401. package/cjs/OpenChannel/components/OpenChannelMessageList.js +41 -39
  402. package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
  403. package/cjs/OpenChannel/components/OpenChannelUI.js +40 -38
  404. package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
  405. package/cjs/OpenChannel/context.js +17 -18
  406. package/cjs/OpenChannel/context.js.map +1 -1
  407. package/cjs/OpenChannel.js +40 -38
  408. package/cjs/OpenChannel.js.map +1 -1
  409. package/cjs/OpenChannelList/components/OpenChannelListUI.js +14 -15
  410. package/cjs/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
  411. package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -7
  412. package/cjs/OpenChannelList/components/OpenChannelPreview.js.map +1 -1
  413. package/cjs/OpenChannelList/context.js +3 -3
  414. package/cjs/OpenChannelList.js +14 -15
  415. package/cjs/OpenChannelList.js.map +1 -1
  416. package/cjs/OpenChannelSettings/components/EditDetailsModal.js +15 -15
  417. package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
  418. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +19 -19
  419. package/cjs/OpenChannelSettings/components/OperatorUI.js +19 -19
  420. package/cjs/OpenChannelSettings/components/ParticipantUI.js +17 -17
  421. package/cjs/OpenChannelSettings/context.js +3 -3
  422. package/cjs/OpenChannelSettings.js +19 -19
  423. package/cjs/SendbirdProvider.js +95 -234
  424. package/cjs/SendbirdProvider.js.map +1 -1
  425. package/cjs/Thread/components/ParentMessageInfo.js +45 -46
  426. package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
  427. package/cjs/Thread/components/ParentMessageInfoItem.js +38 -36
  428. package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
  429. package/cjs/Thread/components/ThreadHeader.js +7 -7
  430. package/cjs/Thread/components/ThreadList.js +50 -50
  431. package/cjs/Thread/components/ThreadListItem.js +54 -55
  432. package/cjs/Thread/components/ThreadListItem.js.map +1 -1
  433. package/cjs/Thread/components/ThreadMessageInput.js +52 -45
  434. package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
  435. package/cjs/Thread/components/ThreadUI.js +60 -52
  436. package/cjs/Thread/components/ThreadUI.js.map +1 -1
  437. package/cjs/Thread/context.js +151 -160
  438. package/cjs/Thread/context.js.map +1 -1
  439. package/cjs/Thread.js +61 -53
  440. package/cjs/Thread.js.map +1 -1
  441. package/cjs/VoicePlayer/context.js +3 -3
  442. package/cjs/VoicePlayer/useVoicePlayer.js +10 -10
  443. package/cjs/VoiceRecorder/context.js +12 -11
  444. package/cjs/VoiceRecorder/context.js.map +1 -1
  445. package/cjs/VoiceRecorder/useVoiceRecorder.js +9 -9
  446. package/cjs/chunks/{bundle-65IwoStx.js → bundle--RWWGoZo.js} +1 -1
  447. package/cjs/chunks/{bundle-65IwoStx.js.map → bundle--RWWGoZo.js.map} +1 -1
  448. package/cjs/chunks/{bundle-UaSM_xZY.js → bundle-1n4GnjYf.js} +1 -1
  449. package/cjs/chunks/bundle-1n4GnjYf.js.map +1 -0
  450. package/cjs/chunks/{bundle-TxdziCwH.js → bundle-28M_gXGl.js} +4 -4
  451. package/cjs/chunks/bundle-28M_gXGl.js.map +1 -0
  452. package/cjs/chunks/{bundle-WzrocC57.js → bundle-2ToiwW-_.js} +1 -1
  453. package/cjs/chunks/bundle-2ToiwW-_.js.map +1 -0
  454. package/cjs/chunks/{bundle-68NdNRjR.js → bundle-3GWdY_5G.js} +10 -10
  455. package/cjs/chunks/bundle-3GWdY_5G.js.map +1 -0
  456. package/cjs/chunks/{bundle-7AS0Rcch.js → bundle-3S8jBmCV.js} +1 -1
  457. package/cjs/chunks/bundle-3S8jBmCV.js.map +1 -0
  458. package/cjs/chunks/{bundle-s82XYT1Q.js → bundle-3VBtozeG.js} +14 -8
  459. package/{chunks/bundle-J_erGfOo.js.map → cjs/chunks/bundle-3VBtozeG.js.map} +1 -1
  460. package/cjs/chunks/{bundle-BH9aeaqG.js → bundle-4OXJViEd.js} +2 -2
  461. package/cjs/chunks/bundle-4OXJViEd.js.map +1 -0
  462. package/cjs/chunks/{bundle-dny_TiUT.js → bundle-4RwXAyc6.js} +2 -2
  463. package/cjs/chunks/bundle-4RwXAyc6.js.map +1 -0
  464. package/cjs/chunks/bundle-4hsD0CCh.js +25 -0
  465. package/cjs/chunks/bundle-4hsD0CCh.js.map +1 -0
  466. package/cjs/chunks/bundle-5cpSg7Yt.js +30 -0
  467. package/cjs/chunks/bundle-5cpSg7Yt.js.map +1 -0
  468. package/cjs/chunks/{bundle-VB_a0u7i.js → bundle-60IjeSgc.js} +1 -1
  469. package/cjs/chunks/bundle-60IjeSgc.js.map +1 -0
  470. package/cjs/chunks/{bundle-OVfymd1y.js → bundle-7IKA03Ad.js} +1 -1
  471. package/cjs/chunks/bundle-7IKA03Ad.js.map +1 -0
  472. package/cjs/chunks/{bundle-6ZegaDWX.js → bundle-7sO7MuTY.js} +39 -39
  473. package/cjs/chunks/{bundle-6ZegaDWX.js.map → bundle-7sO7MuTY.js.map} +1 -1
  474. package/cjs/chunks/{bundle-5Nd6zn0d.js → bundle-7zgRAH2f.js} +3 -3
  475. package/cjs/chunks/bundle-7zgRAH2f.js.map +1 -0
  476. package/cjs/chunks/bundle-85DGianx.js +553 -0
  477. package/cjs/chunks/bundle-85DGianx.js.map +1 -0
  478. package/cjs/chunks/{bundle-ptZslG_m.js → bundle-8XyvQRnm.js} +7 -7
  479. package/cjs/chunks/bundle-8XyvQRnm.js.map +1 -0
  480. package/cjs/chunks/{bundle-Jcrboe06.js → bundle-9ZxGYXTj.js} +150 -28
  481. package/{chunks/bundle-ipC2A4Tb.js.map → cjs/chunks/bundle-9ZxGYXTj.js.map} +1 -1
  482. package/cjs/chunks/bundle-9fFxVdSK.js +51 -0
  483. package/cjs/chunks/bundle-9fFxVdSK.js.map +1 -0
  484. package/cjs/chunks/{bundle-r8Z3GYqh.js → bundle-BRRuC2D3.js} +9 -8
  485. package/cjs/chunks/bundle-BRRuC2D3.js.map +1 -0
  486. package/cjs/chunks/bundle-Bx0FCMKL.js +153 -0
  487. package/cjs/chunks/bundle-Bx0FCMKL.js.map +1 -0
  488. package/cjs/chunks/bundle-C42WLw1z.js +40 -0
  489. package/cjs/chunks/bundle-C42WLw1z.js.map +1 -0
  490. package/cjs/chunks/bundle-GRS8tlu-.js +15 -0
  491. package/cjs/chunks/bundle-GRS8tlu-.js.map +1 -0
  492. package/cjs/chunks/{bundle-B5gH_etT.js → bundle-HbkwcKgM.js} +10 -10
  493. package/cjs/chunks/bundle-HbkwcKgM.js.map +1 -0
  494. package/cjs/chunks/{bundle-9iE0HY96.js → bundle-JReI_QbA.js} +29 -13
  495. package/cjs/chunks/bundle-JReI_QbA.js.map +1 -0
  496. package/cjs/chunks/{bundle-aoIToceJ.js → bundle-JVylXDBB.js} +3 -3
  497. package/cjs/chunks/bundle-JVylXDBB.js.map +1 -0
  498. package/cjs/chunks/{bundle-7J3nX_hP.js → bundle-JaD2Ao-u.js} +3 -3
  499. package/cjs/chunks/bundle-JaD2Ao-u.js.map +1 -0
  500. package/cjs/chunks/bundle-JwSYMgZa.js +284 -0
  501. package/cjs/chunks/bundle-JwSYMgZa.js.map +1 -0
  502. package/cjs/chunks/{bundle-135pRm7i.js → bundle-K8ngPNTR.js} +1 -1
  503. package/cjs/chunks/bundle-K8ngPNTR.js.map +1 -0
  504. package/cjs/chunks/{bundle-2gCdAlxv.js → bundle-KUtVpakA.js} +2 -2
  505. package/cjs/chunks/{bundle-2gCdAlxv.js.map → bundle-KUtVpakA.js.map} +1 -1
  506. package/cjs/chunks/{bundle-zgoic8x9.js → bundle-L5q_NWiq.js} +1 -1
  507. package/cjs/chunks/bundle-L5q_NWiq.js.map +1 -0
  508. package/cjs/chunks/{bundle-GsUulypb.js → bundle-L9oXX97B.js} +1 -1
  509. package/cjs/chunks/bundle-L9oXX97B.js.map +1 -0
  510. package/cjs/chunks/bundle-LmzJA_0-.js +47 -0
  511. package/cjs/chunks/bundle-LmzJA_0-.js.map +1 -0
  512. package/cjs/chunks/bundle-Mq0jUvZk.js +32 -0
  513. package/cjs/chunks/bundle-Mq0jUvZk.js.map +1 -0
  514. package/cjs/chunks/{bundle-kSScygqj.js → bundle-OBj337Le.js} +1 -1
  515. package/cjs/chunks/bundle-OBj337Le.js.map +1 -0
  516. package/cjs/chunks/{bundle-7J-qpEzM.js → bundle-Og0K_sLb.js} +1 -1
  517. package/cjs/chunks/bundle-Og0K_sLb.js.map +1 -0
  518. package/cjs/chunks/{bundle-tad4_cNF.js → bundle-Oti8UWhr.js} +5 -48
  519. package/cjs/chunks/bundle-Oti8UWhr.js.map +1 -0
  520. package/cjs/chunks/{bundle-y8EiLlDT.js → bundle-QCo3MNRk.js} +2 -2
  521. package/cjs/chunks/bundle-QCo3MNRk.js.map +1 -0
  522. package/cjs/chunks/{bundle-mnbFX6XC.js → bundle-R3zWrV0l.js} +11 -41
  523. package/cjs/chunks/{bundle-mnbFX6XC.js.map → bundle-R3zWrV0l.js.map} +1 -1
  524. package/cjs/chunks/{bundle-hEYmMlZe.js → bundle-RC4m8KcZ.js} +5 -5
  525. package/{chunks/bundle-cHbX4Rxo.js.map → cjs/chunks/bundle-RC4m8KcZ.js.map} +1 -1
  526. package/cjs/chunks/{bundle-J_ooPKgS.js → bundle-RPY1irFl.js} +3 -3
  527. package/cjs/chunks/{bundle-J_ooPKgS.js.map → bundle-RPY1irFl.js.map} +1 -1
  528. package/cjs/chunks/{bundle-bXLZZTmP.js → bundle-RVs527mS.js} +14 -1
  529. package/cjs/chunks/bundle-RVs527mS.js.map +1 -0
  530. package/cjs/chunks/{bundle-JbxviE94.js → bundle-SggLEV_z.js} +1 -1
  531. package/cjs/chunks/bundle-SggLEV_z.js.map +1 -0
  532. package/cjs/chunks/{bundle-7QMU-JU1.js → bundle-UjIQqVUq.js} +2 -2
  533. package/cjs/chunks/bundle-UjIQqVUq.js.map +1 -0
  534. package/cjs/chunks/bundle-W1vXanLo.js +392 -0
  535. package/cjs/chunks/bundle-W1vXanLo.js.map +1 -0
  536. package/cjs/chunks/{bundle-qtXdbPNE.js → bundle-WLD9KKbn.js} +3 -3
  537. package/cjs/chunks/bundle-WLD9KKbn.js.map +1 -0
  538. package/cjs/chunks/bundle-WuJcM_O3.js +183 -0
  539. package/{chunks/bundle-ucXG1Py7.js.map → cjs/chunks/bundle-WuJcM_O3.js.map} +1 -1
  540. package/cjs/chunks/{bundle-GDX6wyym.js → bundle-XNa54U87.js} +95 -58
  541. package/cjs/chunks/bundle-XNa54U87.js.map +1 -0
  542. package/cjs/chunks/bundle-YyXY-feT.js +32 -0
  543. package/cjs/chunks/bundle-YyXY-feT.js.map +1 -0
  544. package/cjs/chunks/{bundle-Dz3ncvS3.js → bundle-Z-IXQ2N3.js} +4 -4
  545. package/{chunks/bundle-F3QT9IFj.js.map → cjs/chunks/bundle-Z-IXQ2N3.js.map} +1 -1
  546. package/cjs/chunks/{bundle-CUa6Hz7c.js → bundle-Z2aMvN9Y.js} +6 -6
  547. package/cjs/chunks/bundle-Z2aMvN9Y.js.map +1 -0
  548. package/cjs/chunks/{bundle-RSklGv-u.js → bundle-ZL4COF6I.js} +1 -1
  549. package/cjs/chunks/{bundle-RSklGv-u.js.map → bundle-ZL4COF6I.js.map} +1 -1
  550. package/cjs/chunks/{bundle-Dax6YIIr.js → bundle-ZqkDqz4X.js} +1 -1
  551. package/cjs/chunks/bundle-ZqkDqz4X.js.map +1 -0
  552. package/cjs/chunks/{bundle-n6iwTZAo.js → bundle-_QsPNZ6J.js} +1 -1
  553. package/cjs/chunks/bundle-_QsPNZ6J.js.map +1 -0
  554. package/cjs/chunks/bundle-_TBSquwd.js +60 -0
  555. package/cjs/chunks/bundle-_TBSquwd.js.map +1 -0
  556. package/cjs/chunks/{bundle-rgxTgHrK.js → bundle-_apVcG-_.js} +42 -30
  557. package/cjs/chunks/bundle-_apVcG-_.js.map +1 -0
  558. package/cjs/chunks/{bundle-XaLiuh0L.js → bundle-a1nOrOrG.js} +2 -28
  559. package/{chunks/bundle-Gkl7Q1IK.js.map → cjs/chunks/bundle-a1nOrOrG.js.map} +1 -1
  560. package/cjs/chunks/{bundle-v02q7K8T.js → bundle-aAOHT0Qv.js} +3 -3
  561. package/cjs/chunks/bundle-aAOHT0Qv.js.map +1 -0
  562. package/cjs/chunks/{bundle-hXzxY0NJ.js → bundle-dLwo2XPj.js} +1 -1
  563. package/cjs/chunks/bundle-dLwo2XPj.js.map +1 -0
  564. package/cjs/chunks/{bundle--MJd6Gw1.js → bundle-duGLRUrw.js} +1 -1
  565. package/cjs/chunks/bundle-duGLRUrw.js.map +1 -0
  566. package/cjs/chunks/{bundle-p6kWiWDv.js → bundle-fnv2bNo-.js} +14 -7
  567. package/cjs/chunks/{bundle-p6kWiWDv.js.map → bundle-fnv2bNo-.js.map} +1 -1
  568. package/cjs/chunks/bundle-fvz26Ije.js +31 -0
  569. package/cjs/chunks/bundle-fvz26Ije.js.map +1 -0
  570. package/cjs/chunks/bundle-g2rKMwnQ.js +123 -0
  571. package/cjs/chunks/bundle-g2rKMwnQ.js.map +1 -0
  572. package/cjs/chunks/bundle-guyZxs5x.js +91 -0
  573. package/cjs/chunks/bundle-guyZxs5x.js.map +1 -0
  574. package/cjs/chunks/{bundle-3K153hLM.js → bundle-iRjY_BU4.js} +4 -40
  575. package/cjs/chunks/bundle-iRjY_BU4.js.map +1 -0
  576. package/cjs/chunks/{bundle-VogwjxgI.js → bundle-iamCM7iG.js} +3 -3
  577. package/cjs/chunks/{bundle-VogwjxgI.js.map → bundle-iamCM7iG.js.map} +1 -1
  578. package/cjs/chunks/{bundle-vphYV1gz.js → bundle-lXjDRYAu.js} +1 -1
  579. package/cjs/chunks/bundle-lXjDRYAu.js.map +1 -0
  580. package/cjs/chunks/{bundle-AbGazomk.js → bundle-le086Dbq.js} +17 -35
  581. package/cjs/chunks/bundle-le086Dbq.js.map +1 -0
  582. package/cjs/chunks/{bundle-Oc2T5_VP.js → bundle-lnLwvZ7H.js} +6 -6
  583. package/cjs/chunks/bundle-lnLwvZ7H.js.map +1 -0
  584. package/cjs/chunks/{bundle-LRCFL23q.js → bundle-nQDclaWr.js} +1 -3
  585. package/cjs/chunks/bundle-nQDclaWr.js.map +1 -0
  586. package/cjs/chunks/bundle-nTv23k8q.js +64 -0
  587. package/cjs/chunks/bundle-nTv23k8q.js.map +1 -0
  588. package/cjs/chunks/bundle-oTDe-k6e.js +255 -0
  589. package/cjs/chunks/bundle-oTDe-k6e.js.map +1 -0
  590. package/cjs/chunks/bundle-p7twnCCD.js +37 -0
  591. package/cjs/chunks/bundle-p7twnCCD.js.map +1 -0
  592. package/cjs/chunks/bundle-plE_NeWt.js +204 -0
  593. package/cjs/chunks/bundle-plE_NeWt.js.map +1 -0
  594. package/cjs/chunks/{bundle-JOBLCwk9.js → bundle-rPjvPmtP.js} +1 -1
  595. package/cjs/chunks/bundle-rPjvPmtP.js.map +1 -0
  596. package/cjs/chunks/{bundle-7VJjqIPJ.js → bundle-rUpy0DGt.js} +4 -5
  597. package/cjs/chunks/bundle-rUpy0DGt.js.map +1 -0
  598. package/cjs/chunks/{bundle-TFo3Eb8z.js → bundle-rmOQxjwa.js} +3 -3
  599. package/cjs/chunks/bundle-rmOQxjwa.js.map +1 -0
  600. package/cjs/chunks/{bundle-INJtS58R.js → bundle-sW6CpN9W.js} +1 -1
  601. package/cjs/chunks/bundle-sW6CpN9W.js.map +1 -0
  602. package/cjs/chunks/bundle-v2kRYowu.js +14 -0
  603. package/cjs/chunks/bundle-v2kRYowu.js.map +1 -0
  604. package/cjs/chunks/bundle-vFjv8pGX.js +202 -0
  605. package/cjs/chunks/bundle-vFjv8pGX.js.map +1 -0
  606. package/cjs/chunks/bundle-w4VdLYPs.js +13 -0
  607. package/cjs/chunks/bundle-w4VdLYPs.js.map +1 -0
  608. package/cjs/chunks/bundle-wQUBcS0L.js +36 -0
  609. package/cjs/chunks/bundle-wQUBcS0L.js.map +1 -0
  610. package/cjs/chunks/{bundle--d5w7FVF.js → bundle-wU4qxzey.js} +1 -1
  611. package/cjs/chunks/bundle-wU4qxzey.js.map +1 -0
  612. package/cjs/chunks/{bundle-zrsbDQGp.js → bundle-yf5herNq.js} +1 -5
  613. package/cjs/chunks/bundle-yf5herNq.js.map +1 -0
  614. package/cjs/chunks/{bundle-1dUHK2qC.js → bundle-z2YN8uJe.js} +1 -1
  615. package/cjs/chunks/bundle-z2YN8uJe.js.map +1 -0
  616. package/cjs/chunks/bundle-ziLsN5lV.js +67 -0
  617. package/cjs/chunks/bundle-ziLsN5lV.js.map +1 -0
  618. package/cjs/hooks/useModal.js +9 -9
  619. package/cjs/index.js +136 -126
  620. package/cjs/index.js.map +1 -1
  621. package/cjs/pubSub/topics.js +1 -1
  622. package/cjs/sendbirdSelectors.js +2 -2
  623. package/cjs/ui/Accordion.js +3 -3
  624. package/cjs/ui/AccordionGroup.js +2 -2
  625. package/cjs/ui/AdminMessage.js +3 -3
  626. package/cjs/ui/Avatar.js +4 -5
  627. package/cjs/ui/Avatar.js.map +1 -1
  628. package/cjs/ui/Badge.js +5 -5
  629. package/cjs/ui/BottomSheet.js +9 -9
  630. package/cjs/ui/Button.js +3 -3
  631. package/cjs/ui/ChannelAvatar.js +6 -7
  632. package/cjs/ui/ChannelAvatar.js.map +1 -1
  633. package/cjs/ui/ConnectionStatus.js +6 -6
  634. package/cjs/ui/ContextMenu.js +6 -6
  635. package/cjs/ui/DateSeparator.js +4 -4
  636. package/cjs/ui/EmojiReactions.js +31 -22
  637. package/cjs/ui/EmojiReactions.js.map +1 -1
  638. package/cjs/ui/FileMessageItemBody.js +8 -8
  639. package/cjs/ui/FileViewer.js +15 -16
  640. package/cjs/ui/FileViewer.js.map +1 -1
  641. package/cjs/ui/Icon.js +2 -2
  642. package/cjs/ui/IconButton.js +1 -1
  643. package/cjs/ui/ImageRenderer.js +96 -69
  644. package/cjs/ui/ImageRenderer.js.map +1 -1
  645. package/cjs/ui/Input.js +3 -3
  646. package/cjs/ui/Label.js +3 -3
  647. package/cjs/ui/LinkLabel.js +3 -3
  648. package/cjs/ui/Loader.js +2 -2
  649. package/cjs/ui/MentionLabel.js +13 -13
  650. package/cjs/ui/MentionUserLabel.js +1 -1
  651. package/cjs/ui/MessageContent.js +41 -46
  652. package/cjs/ui/MessageContent.js.map +1 -1
  653. package/cjs/ui/MessageInput/hooks/usePaste.js +5 -5
  654. package/cjs/ui/MessageInput.js +19 -19
  655. package/cjs/ui/MessageItemMenu.js +12 -29
  656. package/cjs/ui/MessageItemMenu.js.map +1 -1
  657. package/cjs/ui/MessageItemReactionMenu.js +15 -12
  658. package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
  659. package/cjs/ui/MessageSearchFileItem.js +14 -15
  660. package/cjs/ui/MessageSearchFileItem.js.map +1 -1
  661. package/cjs/ui/MessageSearchItem.js +11 -12
  662. package/cjs/ui/MessageSearchItem.js.map +1 -1
  663. package/cjs/ui/MessageStatus.js +12 -12
  664. package/cjs/ui/MobileFeedbackMenu.js +9 -9
  665. package/cjs/ui/Modal.js +8 -8
  666. package/cjs/ui/MutedAvatarOverlay.js +2 -2
  667. package/cjs/ui/OGMessageItemBody.js +16 -16
  668. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  669. package/cjs/ui/OpenChannelAvatar.js +8 -9
  670. package/cjs/ui/OpenChannelAvatar.js.map +1 -1
  671. package/cjs/ui/OpenchannelConversationHeader.js +8 -9
  672. package/cjs/ui/OpenchannelConversationHeader.js.map +1 -1
  673. package/cjs/ui/OpenchannelFileMessage.js +18 -18
  674. package/cjs/ui/OpenchannelOGMessage.js +20 -20
  675. package/cjs/ui/OpenchannelThumbnailMessage.js +17 -17
  676. package/cjs/ui/OpenchannelUserMessage.js +18 -18
  677. package/cjs/ui/PlaceHolder.js +6 -6
  678. package/cjs/ui/PlaybackTime.js +3 -3
  679. package/cjs/ui/QuoteMessage.js +9 -9
  680. package/cjs/ui/QuoteMessageInput.js +9 -9
  681. package/cjs/ui/ReactionBadge.js +3 -3
  682. package/cjs/ui/ReactionButton.js +4 -4
  683. package/cjs/ui/SortByRow.js +2 -2
  684. package/cjs/ui/TextButton.js +2 -2
  685. package/cjs/ui/TextMessageItemBody.js +16 -16
  686. package/cjs/ui/ThreadReplies.js +9 -10
  687. package/cjs/ui/ThreadReplies.js.map +1 -1
  688. package/cjs/ui/ThumbnailMessageItemBody.js +11 -8
  689. package/cjs/ui/ThumbnailMessageItemBody.js.map +1 -1
  690. package/cjs/ui/Toggle.js +1 -1
  691. package/cjs/ui/Tooltip.js +3 -3
  692. package/cjs/ui/TooltipWrapper.js +1 -1
  693. package/cjs/ui/TypingIndicatorBubble.js +4 -5
  694. package/cjs/ui/TypingIndicatorBubble.js.map +1 -1
  695. package/cjs/ui/UnknownMessageItemBody.js +7 -7
  696. package/cjs/ui/UserListItem.js +13 -13
  697. package/cjs/ui/UserProfile.js +10 -11
  698. package/cjs/ui/UserProfile.js.map +1 -1
  699. package/cjs/ui/VoiceMessageInput.js +9 -9
  700. package/cjs/ui/VoiceMessageItemBody.js +10 -10
  701. package/cjs/ui/Word.js +13 -13
  702. package/cjs/useSendbirdStateContext.js +1 -1
  703. package/cjs/utils/message/isVoiceMessage.js +3 -3
  704. package/cjs/withSendbird.js +1 -1
  705. package/dist/index.css +2973 -2899
  706. package/dist/index.css.map +1 -1
  707. package/hooks/useModal.js +10 -10
  708. package/index.js +136 -126
  709. package/index.js.map +1 -1
  710. package/package.json +11 -11
  711. package/pubSub/topics.js +1 -1
  712. package/sendbirdSelectors.js +2 -2
  713. package/types/hooks/VoicePlayer/dux/actionTypes.d.ts +2 -0
  714. package/types/hooks/VoicePlayer/dux/reducer.d.ts +2 -0
  715. package/types/hooks/useOnScrollReachedEndDetector/index.d.ts +10 -5
  716. package/types/hooks/useThrottleCallback.d.ts +11 -1
  717. package/types/lib/UserProfileContext.d.ts +1 -1
  718. package/types/lib/emojiManager.d.ts +29 -0
  719. package/types/lib/pubSub/topics.d.ts +5 -5
  720. package/types/lib/selectors.d.ts +2 -2
  721. package/types/lib/types.d.ts +7 -1
  722. package/types/modules/App/index.d.ts +5 -0
  723. package/types/modules/App/types.d.ts +1 -0
  724. package/types/modules/Channel/components/ChannelHeader/index.d.ts +2 -3
  725. package/types/modules/Channel/components/ChannelUI/index.d.ts +5 -4
  726. package/types/modules/Channel/components/FileViewer/index.d.ts +3 -16
  727. package/types/modules/Channel/components/FrozenNotification/index.d.ts +1 -6
  728. package/types/modules/Channel/components/Message/index.d.ts +2 -14
  729. package/types/modules/Channel/components/MessageInputWrapper/index.d.ts +11 -0
  730. package/types/modules/Channel/components/MessageList/index.d.ts +2 -2
  731. package/types/modules/Channel/components/RemoveMessageModal/index.d.ts +4 -0
  732. package/types/modules/Channel/components/SuggestedMentionList/index.d.ts +3 -18
  733. package/types/modules/Channel/components/TypingIndicator.d.ts +1 -7
  734. package/types/modules/Channel/components/UnreadCount/index.d.ts +1 -11
  735. package/types/modules/Channel/context/ChannelProvider.d.ts +9 -9
  736. package/types/modules/Channel/context/hooks/useDeleteMessageCallback.d.ts +2 -2
  737. package/types/modules/Channel/context/hooks/useFileInfoListWithUploaded.d.ts +3 -0
  738. package/types/modules/Channel/context/hooks/useHandleReconnectForChannelList.d.ts +23 -0
  739. package/types/modules/Channel/context/hooks/useSendVoiceMessageCallback.d.ts +3 -3
  740. package/types/modules/Channel/context/utils.d.ts +0 -1
  741. package/types/modules/Channel/index.d.ts +1 -1
  742. package/types/modules/ChannelList/components/AddChannel/index.d.ts +1 -1
  743. package/types/modules/ChannelList/components/ChannelListHeader/index.d.ts +1 -10
  744. package/types/modules/ChannelList/components/ChannelListUI/index.d.ts +1 -3
  745. package/types/modules/ChannelList/components/ChannelPreview/utils.d.ts +1 -10
  746. package/types/modules/ChannelList/components/LeaveChannel/index.d.ts +1 -8
  747. package/types/modules/ChannelList/context/ChannelListProvider.d.ts +9 -8
  748. package/types/modules/ChannelList/dux/actionTypes.d.ts +5 -0
  749. package/types/modules/ChannelList/utils.d.ts +6 -1
  750. package/types/modules/ChannelSettings/components/ModerationPanel/InviteUsersModal.d.ts +4 -3
  751. package/types/modules/CreateChannel/context/CreateChannelProvider.d.ts +45 -7
  752. package/types/modules/GroupChannel/components/FileViewer/FileViewerView.d.ts +22 -0
  753. package/types/modules/GroupChannel/components/FileViewer/index.d.ts +8 -0
  754. package/types/modules/GroupChannel/components/FrozenNotification/index.d.ts +7 -0
  755. package/types/modules/GroupChannel/components/GroupChannelHeader/GroupChannelHeaderView.d.ts +13 -0
  756. package/types/modules/GroupChannel/components/GroupChannelHeader/index.d.ts +6 -0
  757. package/types/modules/GroupChannel/components/GroupChannelUI/GroupChannelUIView.d.ts +10 -0
  758. package/types/modules/GroupChannel/components/GroupChannelUI/index.d.ts +24 -0
  759. package/types/modules/GroupChannel/components/Message/MessageView.d.ts +64 -0
  760. package/types/modules/GroupChannel/components/Message/index.d.ts +4 -0
  761. package/types/modules/GroupChannel/components/MessageInputWrapper/MessageInputWrapperView.d.ts +30 -0
  762. package/types/modules/{Channel/components/MessageInput → GroupChannel/components/MessageInputWrapper}/index.d.ts +4 -6
  763. package/types/modules/GroupChannel/components/MessageInputWrapper/useHandleUploadFiles.d.ts +18 -0
  764. package/types/modules/GroupChannel/components/MessageList/hooks/useScrollBehavior.d.ts +1 -0
  765. package/types/modules/GroupChannel/components/MessageList/index.d.ts +15 -0
  766. package/types/modules/GroupChannel/components/RemoveMessageModal/RemoveMessageModalView.d.ts +13 -0
  767. package/types/modules/GroupChannel/components/RemoveMessageModal/index.d.ts +4 -0
  768. package/types/modules/GroupChannel/components/SuggestedMentionList/SuggestedMentionListView.d.ts +22 -0
  769. package/types/modules/GroupChannel/components/SuggestedMentionList/index.d.ts +5 -0
  770. package/types/modules/GroupChannel/components/TypingIndicator.d.ts +11 -0
  771. package/types/modules/GroupChannel/components/UnreadCount/index.d.ts +12 -0
  772. package/types/modules/GroupChannel/context/GroupChannelProvider.d.ts +74 -0
  773. package/types/modules/GroupChannel/context/const.d.ts +7 -0
  774. package/types/modules/GroupChannel/context/hooks/useMessageActions.d.ts +23 -0
  775. package/types/modules/GroupChannel/context/hooks/useMessageListScroll.d.ts +26 -0
  776. package/types/modules/GroupChannel/context/hooks/usePreventDuplicateRequest.d.ts +9 -0
  777. package/types/modules/GroupChannel/context/hooks/useToggleReactionCallback.d.ts +4 -0
  778. package/types/modules/GroupChannel/context/utils.d.ts +8 -0
  779. package/types/modules/GroupChannel/index.d.ts +7 -0
  780. package/types/modules/GroupChannelList/components/AddGroupChannel/AddGroupChannelView.d.ts +11 -0
  781. package/types/modules/GroupChannelList/components/AddGroupChannel/index.d.ts +3 -0
  782. package/types/modules/GroupChannelList/components/GroupChannelListHeader/index.d.ts +10 -0
  783. package/types/modules/GroupChannelList/components/GroupChannelListItem/GroupChannelListItemView.d.ts +16 -0
  784. package/types/modules/GroupChannelList/components/GroupChannelListItem/index.d.ts +16 -0
  785. package/types/modules/GroupChannelList/components/GroupChannelListItem/utils.d.ts +10 -0
  786. package/types/modules/GroupChannelList/components/GroupChannelListUI/GroupChannelListUIView.d.ts +21 -0
  787. package/types/modules/GroupChannelList/components/GroupChannelListUI/index.d.ts +16 -0
  788. package/types/modules/GroupChannelList/components/GroupChannelPreviewAction.d.ts +9 -0
  789. package/types/modules/GroupChannelList/components/LeaveGroupChannel/index.d.ts +9 -0
  790. package/types/modules/GroupChannelList/context/GroupChannelListProvider.d.ts +40 -0
  791. package/types/modules/GroupChannelList/index.d.ts +7 -0
  792. package/types/modules/OpenChannel/context/utils.d.ts +1 -3
  793. package/types/modules/Thread/components/SuggestedMentionList.d.ts +5 -0
  794. package/types/modules/Thread/components/ThreadList/index.d.ts +1 -1
  795. package/types/modules/Thread/context/ThreadProvider.d.ts +2 -2
  796. package/types/modules/Thread/context/hooks/useDeleteMessageCallback.d.ts +1 -1
  797. package/types/modules/Thread/context/hooks/useThreadFetchers.d.ts +21 -0
  798. package/types/modules/Thread/context/utils.d.ts +0 -2
  799. package/types/modules/Thread/index.d.ts +1 -1
  800. package/types/types.d.ts +11 -3
  801. package/types/ui/FileViewer/index.d.ts +2 -2
  802. package/types/ui/ImageRenderer/index.d.ts +1 -3
  803. package/types/ui/MessageContent/index.d.ts +1 -1
  804. package/types/ui/MessageItemMenu/index.d.ts +2 -1
  805. package/types/ui/MobileMenu/types.d.ts +1 -1
  806. package/types/ui/MultipleFilesMessageItemBody/index.d.ts +2 -2
  807. package/types/utils/index.d.ts +9 -2
  808. package/types/utils/messages.d.ts +17 -0
  809. package/types/utils/typeHelpers/partialRequired.d.ts +1 -0
  810. package/ui/Accordion.js +3 -3
  811. package/ui/AccordionGroup.js +2 -2
  812. package/ui/AdminMessage.js +3 -3
  813. package/ui/Avatar.js +4 -5
  814. package/ui/Avatar.js.map +1 -1
  815. package/ui/Badge.js +5 -5
  816. package/ui/BottomSheet.js +9 -9
  817. package/ui/Button.js +3 -3
  818. package/ui/ChannelAvatar.js +6 -7
  819. package/ui/ChannelAvatar.js.map +1 -1
  820. package/ui/ConnectionStatus.js +6 -6
  821. package/ui/ContextMenu.js +6 -6
  822. package/ui/DateSeparator.js +4 -4
  823. package/ui/EmojiReactions.js +31 -22
  824. package/ui/EmojiReactions.js.map +1 -1
  825. package/ui/FileMessageItemBody.js +8 -8
  826. package/ui/FileViewer.js +15 -16
  827. package/ui/FileViewer.js.map +1 -1
  828. package/ui/Icon.js +2 -2
  829. package/ui/IconButton.js +1 -1
  830. package/ui/ImageRenderer.js +97 -70
  831. package/ui/ImageRenderer.js.map +1 -1
  832. package/ui/Input.js +3 -3
  833. package/ui/Label.js +3 -3
  834. package/ui/LinkLabel.js +3 -3
  835. package/ui/Loader.js +2 -2
  836. package/ui/MentionLabel.js +13 -13
  837. package/ui/MentionUserLabel.js +1 -1
  838. package/ui/MessageContent.js +39 -44
  839. package/ui/MessageContent.js.map +1 -1
  840. package/ui/MessageInput/hooks/usePaste.js +5 -5
  841. package/ui/MessageInput.js +19 -19
  842. package/ui/MessageItemMenu.js +12 -29
  843. package/ui/MessageItemMenu.js.map +1 -1
  844. package/ui/MessageItemReactionMenu.js +15 -12
  845. package/ui/MessageItemReactionMenu.js.map +1 -1
  846. package/ui/MessageSearchFileItem.js +14 -15
  847. package/ui/MessageSearchFileItem.js.map +1 -1
  848. package/ui/MessageSearchItem.js +11 -12
  849. package/ui/MessageSearchItem.js.map +1 -1
  850. package/ui/MessageStatus.js +12 -12
  851. package/ui/MobileFeedbackMenu.js +9 -9
  852. package/ui/Modal.js +8 -8
  853. package/ui/MutedAvatarOverlay.js +2 -2
  854. package/ui/OGMessageItemBody.js +16 -16
  855. package/ui/OpenChannelAdminMessage.js +3 -3
  856. package/ui/OpenChannelAvatar.js +8 -9
  857. package/ui/OpenChannelAvatar.js.map +1 -1
  858. package/ui/OpenchannelConversationHeader.js +8 -9
  859. package/ui/OpenchannelConversationHeader.js.map +1 -1
  860. package/ui/OpenchannelFileMessage.js +18 -18
  861. package/ui/OpenchannelOGMessage.js +20 -20
  862. package/ui/OpenchannelThumbnailMessage.js +17 -17
  863. package/ui/OpenchannelUserMessage.js +18 -18
  864. package/ui/PlaceHolder.js +6 -6
  865. package/ui/PlaybackTime.js +3 -3
  866. package/ui/QuoteMessage.js +9 -9
  867. package/ui/QuoteMessageInput.js +9 -9
  868. package/ui/ReactionBadge.js +3 -3
  869. package/ui/ReactionButton.js +4 -4
  870. package/ui/SortByRow.js +2 -2
  871. package/ui/TextButton.js +2 -2
  872. package/ui/TextMessageItemBody.js +16 -16
  873. package/ui/ThreadReplies.js +9 -10
  874. package/ui/ThreadReplies.js.map +1 -1
  875. package/ui/ThumbnailMessageItemBody.js +11 -8
  876. package/ui/ThumbnailMessageItemBody.js.map +1 -1
  877. package/ui/Toggle.js +1 -1
  878. package/ui/Tooltip.js +3 -3
  879. package/ui/TooltipWrapper.js +1 -1
  880. package/ui/TypingIndicatorBubble.js +4 -5
  881. package/ui/TypingIndicatorBubble.js.map +1 -1
  882. package/ui/UnknownMessageItemBody.js +7 -7
  883. package/ui/UserListItem.js +13 -13
  884. package/ui/UserProfile.js +10 -11
  885. package/ui/UserProfile.js.map +1 -1
  886. package/ui/VoiceMessageInput.js +9 -9
  887. package/ui/VoiceMessageItemBody.js +10 -10
  888. package/ui/Word.js +13 -13
  889. package/useSendbirdStateContext.js +1 -1
  890. package/utils/message/isVoiceMessage.js +3 -3
  891. package/withSendbird.js +1 -1
  892. package/chunks/bundle-1WAo3loP.js.map +0 -1
  893. package/chunks/bundle-GbC4a59M.js.map +0 -1
  894. package/chunks/bundle-H2Il__gY.js.map +0 -1
  895. package/chunks/bundle-HkbweK1K.js.map +0 -1
  896. package/chunks/bundle-J79McRkg.js +0 -1551
  897. package/chunks/bundle-J79McRkg.js.map +0 -1
  898. package/chunks/bundle-JbVZ1Tsw.js.map +0 -1
  899. package/chunks/bundle-Jp5g4YZl.js.map +0 -1
  900. package/chunks/bundle-KSjFhl4l.js.map +0 -1
  901. package/chunks/bundle-KmauOTrg.js.map +0 -1
  902. package/chunks/bundle-Kv4GXRTs.js.map +0 -1
  903. package/chunks/bundle-Lt8mReNU.js.map +0 -1
  904. package/chunks/bundle-MyYphU00.js.map +0 -1
  905. package/chunks/bundle-OZZH5fXZ.js.map +0 -1
  906. package/chunks/bundle-VPanFdbf.js.map +0 -1
  907. package/chunks/bundle-W8t7rR3H.js.map +0 -1
  908. package/chunks/bundle-WpHDilD_.js.map +0 -1
  909. package/chunks/bundle-X3h4GiLa.js.map +0 -1
  910. package/chunks/bundle-ZKM9Qk_j.js.map +0 -1
  911. package/chunks/bundle-ZcE3JzW_.js.map +0 -1
  912. package/chunks/bundle-_-2NCsYr.js.map +0 -1
  913. package/chunks/bundle-aVVX2zHR.js.map +0 -1
  914. package/chunks/bundle-aeQZ5WsP.js.map +0 -1
  915. package/chunks/bundle-cXqs96Pt.js.map +0 -1
  916. package/chunks/bundle-d6R6m9-9.js.map +0 -1
  917. package/chunks/bundle-dWJnfDPH.js.map +0 -1
  918. package/chunks/bundle-f9mkey82.js.map +0 -1
  919. package/chunks/bundle-gEwUSFTG.js +0 -134
  920. package/chunks/bundle-gEwUSFTG.js.map +0 -1
  921. package/chunks/bundle-iYCB6XN2.js.map +0 -1
  922. package/chunks/bundle-ku6CEjGk.js.map +0 -1
  923. package/chunks/bundle-lmXvuxOb.js.map +0 -1
  924. package/chunks/bundle-mTQPBbmZ.js.map +0 -1
  925. package/chunks/bundle-niN5G0Bo.js.map +0 -1
  926. package/chunks/bundle-pWIkt9Ng.js.map +0 -1
  927. package/chunks/bundle-tca5p7Pl.js.map +0 -1
  928. package/chunks/bundle-ucXG1Py7.js +0 -174
  929. package/chunks/bundle-xgiw36M5.js.map +0 -1
  930. package/chunks/bundle-xsV7pD8p.js.map +0 -1
  931. package/chunks/bundle-y_LgB6DS.js.map +0 -1
  932. package/chunks/bundle-yur9nm4N.js.map +0 -1
  933. package/cjs/chunks/bundle--MJd6Gw1.js.map +0 -1
  934. package/cjs/chunks/bundle--d5w7FVF.js.map +0 -1
  935. package/cjs/chunks/bundle-135pRm7i.js.map +0 -1
  936. package/cjs/chunks/bundle-1dUHK2qC.js.map +0 -1
  937. package/cjs/chunks/bundle-5Nd6zn0d.js.map +0 -1
  938. package/cjs/chunks/bundle-68NdNRjR.js.map +0 -1
  939. package/cjs/chunks/bundle-7AS0Rcch.js.map +0 -1
  940. package/cjs/chunks/bundle-7J-qpEzM.js.map +0 -1
  941. package/cjs/chunks/bundle-7J3nX_hP.js.map +0 -1
  942. package/cjs/chunks/bundle-7QMU-JU1.js.map +0 -1
  943. package/cjs/chunks/bundle-7VJjqIPJ.js.map +0 -1
  944. package/cjs/chunks/bundle-9iE0HY96.js.map +0 -1
  945. package/cjs/chunks/bundle-AbGazomk.js.map +0 -1
  946. package/cjs/chunks/bundle-B5gH_etT.js.map +0 -1
  947. package/cjs/chunks/bundle-BH9aeaqG.js.map +0 -1
  948. package/cjs/chunks/bundle-CUa6Hz7c.js.map +0 -1
  949. package/cjs/chunks/bundle-Dax6YIIr.js.map +0 -1
  950. package/cjs/chunks/bundle-Dz3ncvS3.js.map +0 -1
  951. package/cjs/chunks/bundle-GDX6wyym.js.map +0 -1
  952. package/cjs/chunks/bundle-GsUulypb.js.map +0 -1
  953. package/cjs/chunks/bundle-INJtS58R.js.map +0 -1
  954. package/cjs/chunks/bundle-JOBLCwk9.js.map +0 -1
  955. package/cjs/chunks/bundle-JVe1J2FX.js +0 -179
  956. package/cjs/chunks/bundle-JbxviE94.js.map +0 -1
  957. package/cjs/chunks/bundle-LRCFL23q.js.map +0 -1
  958. package/cjs/chunks/bundle-OVfymd1y.js.map +0 -1
  959. package/cjs/chunks/bundle-Oc2T5_VP.js.map +0 -1
  960. package/cjs/chunks/bundle-TFo3Eb8z.js.map +0 -1
  961. package/cjs/chunks/bundle-TxdziCwH.js.map +0 -1
  962. package/cjs/chunks/bundle-UaSM_xZY.js.map +0 -1
  963. package/cjs/chunks/bundle-Ue5GkT2H.js +0 -1555
  964. package/cjs/chunks/bundle-Ue5GkT2H.js.map +0 -1
  965. package/cjs/chunks/bundle-VB_a0u7i.js.map +0 -1
  966. package/cjs/chunks/bundle-WzrocC57.js.map +0 -1
  967. package/cjs/chunks/bundle-aoIToceJ.js.map +0 -1
  968. package/cjs/chunks/bundle-bXLZZTmP.js.map +0 -1
  969. package/cjs/chunks/bundle-dny_TiUT.js.map +0 -1
  970. package/cjs/chunks/bundle-hEYmMlZe.js.map +0 -1
  971. package/cjs/chunks/bundle-hXzxY0NJ.js.map +0 -1
  972. package/cjs/chunks/bundle-kSScygqj.js.map +0 -1
  973. package/cjs/chunks/bundle-n6iwTZAo.js.map +0 -1
  974. package/cjs/chunks/bundle-ptZslG_m.js.map +0 -1
  975. package/cjs/chunks/bundle-qtXdbPNE.js.map +0 -1
  976. package/cjs/chunks/bundle-r8Z3GYqh.js.map +0 -1
  977. package/cjs/chunks/bundle-rgxTgHrK.js.map +0 -1
  978. package/cjs/chunks/bundle-tad4_cNF.js.map +0 -1
  979. package/cjs/chunks/bundle-v02q7K8T.js.map +0 -1
  980. package/cjs/chunks/bundle-vphYV1gz.js.map +0 -1
  981. package/cjs/chunks/bundle-y8EiLlDT.js.map +0 -1
  982. package/cjs/chunks/bundle-y_gkwZqM.js +0 -136
  983. package/cjs/chunks/bundle-y_gkwZqM.js.map +0 -1
  984. package/cjs/chunks/bundle-zgoic8x9.js.map +0 -1
  985. package/cjs/chunks/bundle-zrsbDQGp.js.map +0 -1
  986. package/types/modules/Channel/components/RemoveMessageModal.d.ts +0 -9
  987. package/types/modules/Channel/context/compareMessagesForGrouping.d.ts +0 -10
  988. package/types/modules/Channel/context/hooks/useStatefulFileInfoList.d.ts +0 -3
  989. package/types/modules/Thread/context/hooks/useGetNextThreadsCallback.d.ts +0 -17
  990. package/types/modules/Thread/context/hooks/useGetPrevThreadsCallback.d.ts +0 -17
  991. package/types/modules/Thread/context/hooks/useGetThreadList.d.ts +0 -14
  992. package/types/utils/createStatefulFileInfoList.d.ts +0 -11
  993. package/types/utils/omitObjectProperty.d.ts +0 -1
  994. package/types/modules/{Channel/components/ChannelHeader → GroupChannel/components/GroupChannelHeader}/utils.d.ts +0 -0
  995. package/types/modules/{Channel/components/MessageInput → GroupChannel/components/MessageInputWrapper}/VoiceMessageInputWrapper.d.ts +1 -1
  996. /package/types/modules/{Channel → GroupChannel}/components/MessageList/getMessagePartsInfo.d.ts +0 -0
  997. /package/types/modules/{Channel → GroupChannel}/components/SuggestedMentionList/SuggestedUserMentionItem.d.ts +0 -0
  998. /package/types/modules/{Channel → GroupChannel}/components/SuggestedMentionList/utils.d.ts +0 -0
  999. /package/types/modules/{Channel → GroupChannel}/components/SuggestedReplies/index.d.ts +0 -0
package/App.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"App.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"App.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog - v3
2
2
 
3
+ ## [v3.11.0] (Feb 07, 2024)
4
+
5
+ ### Features:
6
+ * Added `enableSuggestedReplies` global option
7
+ * How to use?
8
+ ```tsx
9
+ <App
10
+ appId={appId}
11
+ userId={userId}
12
+ uikitOptions={{
13
+ groupChannel: {
14
+ // Below turns on the `SuggestedReplies` feature (see v3.8.0 release changelog). Default value is false.
15
+ enableSuggestedReplies: true,
16
+ }
17
+ }}
18
+ />
19
+ ```
20
+ * `MessageInput` is now being disabled if `channel.lastMessage.extendedMessagePayload['disable_chat_input']` is true
21
+
22
+ ### Fixes:
23
+
24
+ * Fixed a bug where channel is being removed from my channel list when other member leaves the channel
25
+ * Fixed a bug where channel avatar image is not updated when a member leaves, or joins, or `profileUrl` changes
26
+ * Fixed a bug where `ChannelListUI` is not updated when network is reconnected
27
+ * Fixed a bug in `ChannelList` where `activeChannelUrl` is set but `onChannelSelect` fires with null after loading `ChannelList`
28
+ * Fixed a bug where url text wrapped around special characters not parsed as link
29
+ * Fixed a bug where space character before url text is removed in sent message
30
+ * Fixed a runtime error occurring when using `renderMessage` of `Channel` module
31
+
3
32
  ## [v3.10.1] (Jan 26, 2024)
4
33
 
5
34
  ### Fixes:
@@ -21,8 +50,6 @@
21
50
  Now we are supporting Feedback Message feature!
22
51
  Feedback message feature can be turned on through `enableFeedback` option. When turned on, feedback feature is applied to messages with non default `myFeedbackStatus` values.
23
52
 
24
-
25
-
26
53
  * Added `enableFeedback` global option
27
54
  * How to use?
28
55
  ```tsx
@@ -1,67 +1,41 @@
1
- import React__default, { useContext } from 'react';
2
- import { g as getChannelTitle } from '../../chunks/bundle-JbVZ1Tsw.js';
3
- import { L as Label, a as LabelTypography, b as LabelColors } from '../../chunks/bundle-dWJnfDPH.js';
4
- import Icon, { IconColors, IconTypes } from '../../ui/Icon.js';
5
- import IconButton from '../../ui/IconButton.js';
6
- import ChannelAvatar from '../../ui/ChannelAvatar.js';
7
- import { L as LocalizationContext } from '../../chunks/bundle-y_LgB6DS.js';
8
- import { useSendbirdStateContext } from '../../useSendbirdStateContext.js';
9
- import { u as useChannelContext } from '../../chunks/bundle-J79McRkg.js';
10
- import { u as useMediaQueryContext } from '../../chunks/bundle-KmauOTrg.js';
11
- import { n as noop } from '../../chunks/bundle-WpHDilD_.js';
12
- import '../../chunks/bundle-GKopZh-T.js';
13
- import '../../chunks/bundle-YmIrZYPF.js';
14
- import '../../chunks/bundle-X3h4GiLa.js';
1
+ import '../../chunks/bundle-fgwje9pW.js';
2
+ import 'react';
3
+ export { C as ChannelHeader, C as default } from '../../chunks/bundle-aaseqnuB.js';
4
+ import '../context.js';
5
+ import '../../ui/IconButton.js';
6
+ import '../../ui/Icon.js';
7
+ import '../../chunks/bundle-tOpyp2TM.js';
8
+ import '../../chunks/bundle-kVopRZZG.js';
9
+ import '../../chunks/bundle-oRyfuopS.js';
10
+ import '../../ui/ChannelAvatar.js';
11
+ import '../../chunks/bundle-2QckWBqt.js';
15
12
  import '../../ui/ImageRenderer.js';
16
- import '../../chunks/bundle-aeQZ5WsP.js';
17
- import '../../chunks/bundle-Kv4GXRTs.js';
18
- import '../../chunks/bundle-lmXvuxOb.js';
19
- import '../../chunks/bundle-TV4-nyqN.js';
13
+ import '../../chunks/bundle-Rq3p335Q.js';
14
+ import '../../chunks/bundle-kTQOM0SQ.js';
15
+ import '../../chunks/bundle-7MnAkGtU.js';
16
+ import '../../chunks/bundle-SbHFlBY0.js';
17
+ import '../../useSendbirdStateContext.js';
20
18
  import '../../withSendbird.js';
21
- import '../../chunks/bundle-cXqs96Pt.js';
22
- import '../../chunks/bundle-f9mkey82.js';
23
- import '../../chunks/bundle-xsV7pD8p.js';
24
- import '../../chunks/bundle-WDOQg3ty.js';
25
- import '../../chunks/bundle-uk2Y0AQu.js';
19
+ import '../../chunks/bundle-hOV701rb.js';
20
+ import '../../chunks/bundle-b6xyPdyj.js';
21
+ import '../../chunks/bundle-NQlEMhhs.js';
22
+ import '../../chunks/bundle-ZcOjo_4l.js';
23
+ import '../../chunks/bundle-BbdMr4SL.js';
24
+ import '@sendbird/chat/message';
25
+ import '../../chunks/bundle-GpRTDFGV.js';
26
+ import '../../chunks/bundle-yE5T9BpV.js';
27
+ import '../../chunks/bundle-n9wVwJwL.js';
28
+ import '../../chunks/bundle-nA9SX_Hi.js';
29
+ import '../../chunks/bundle-T9LQyh_7.js';
30
+ import '../../chunks/bundle-GQt7EDbt.js';
26
31
  import '@sendbird/chat/groupChannel';
27
32
  import '../../utils/message/getOutgoingMessageState.js';
28
- import '../../chunks/bundle-kfNTRju0.js';
29
- import '@sendbird/chat/message';
30
- import '../../chunks/bundle-pWIkt9Ng.js';
31
- import '../../chunks/bundle-yur9nm4N.js';
33
+ import '../../chunks/bundle-4IsRvL2E.js';
32
34
  import '../hooks/useInitialMessagesFetch.js';
33
- import '../../chunks/bundle-ku6CEjGk.js';
34
- import '../../chunks/bundle-ZKM9Qk_j.js';
35
- import '../../chunks/bundle-zpSxKsxM.js';
36
- import '../../chunks/bundle-cHbX4Rxo.js';
37
-
38
- var ChannelHeader = function (_a) {
39
- var _b, _c, _d;
40
- var _e = _a.className, className = _e === void 0 ? '' : _e;
41
- var globalStore = useSendbirdStateContext();
42
- var userId = (_b = globalStore === null || globalStore === void 0 ? void 0 : globalStore.config) === null || _b === void 0 ? void 0 : _b.userId;
43
- var theme = (_c = globalStore === null || globalStore === void 0 ? void 0 : globalStore.config) === null || _c === void 0 ? void 0 : _c.theme;
44
- var channelStore = useChannelContext();
45
- var isMobile = useMediaQueryContext().isMobile;
46
- var currentGroupChannel = channelStore.currentGroupChannel, showSearchIcon = channelStore.showSearchIcon, onSearchClick = channelStore.onSearchClick, onChatHeaderActionClick = channelStore.onChatHeaderActionClick, _f = channelStore.onBackClick, onBackClick = _f === void 0 ? noop : _f;
47
- var subTitle = ((currentGroupChannel === null || currentGroupChannel === void 0 ? void 0 : currentGroupChannel.members)
48
- && ((_d = currentGroupChannel === null || currentGroupChannel === void 0 ? void 0 : currentGroupChannel.members) === null || _d === void 0 ? void 0 : _d.length) !== 2);
49
- var isMuted = (currentGroupChannel === null || currentGroupChannel === void 0 ? void 0 : currentGroupChannel.myMutedState) === 'muted';
50
- var stringSet = useContext(LocalizationContext).stringSet;
51
- return (React__default.createElement("div", { className: "sendbird-chat-header ".concat(className) },
52
- React__default.createElement("div", { className: "sendbird-chat-header__left" },
53
- isMobile && (React__default.createElement(Icon, { className: "sendbird-chat-header__icon_back", onClick: onBackClick, fillColor: IconColors.PRIMARY, width: "24px", height: "24px", type: IconTypes.ARROW_LEFT })),
54
- React__default.createElement(ChannelAvatar, { theme: theme, channel: currentGroupChannel, userId: userId, height: 32, width: 32 }),
55
- React__default.createElement(Label, { className: "sendbird-chat-header__left__title", type: LabelTypography.H_2, color: LabelColors.ONBACKGROUND_1 }, getChannelTitle(currentGroupChannel, userId, stringSet)),
56
- React__default.createElement(Label, { className: "sendbird-chat-header__left__subtitle", type: LabelTypography.BODY_1, color: LabelColors.ONBACKGROUND_2 }, subTitle)),
57
- React__default.createElement("div", { className: "sendbird-chat-header__right" },
58
- ((typeof isMuted === 'string' && isMuted === 'true') || (typeof isMuted === 'boolean' && isMuted))
59
- && (React__default.createElement(Icon, { className: "sendbird-chat-header__right__mute", type: IconTypes.NOTIFICATIONS_OFF_FILLED, fillColor: IconColors.ON_BACKGROUND_2, width: "24px", height: "24px" })),
60
- (showSearchIcon && !(currentGroupChannel === null || currentGroupChannel === void 0 ? void 0 : currentGroupChannel.isEphemeral)) && (React__default.createElement(IconButton, { className: "sendbird-chat-header__right__search", width: "32px", height: "32px", onClick: onSearchClick },
61
- React__default.createElement(Icon, { type: IconTypes.SEARCH, fillColor: IconColors.PRIMARY, width: "24px", height: "24px" }))),
62
- React__default.createElement(IconButton, { className: "sendbird-chat-header__right__info", width: "32px", height: "32px", onClick: onChatHeaderActionClick },
63
- React__default.createElement(Icon, { type: IconTypes.INFO, fillColor: IconColors.PRIMARY, width: "24px", height: "24px" })))));
64
- };
65
-
66
- export { ChannelHeader as default };
35
+ import '../../chunks/bundle-NxSCk3As.js';
36
+ import '../../chunks/bundle-pfcIdF14.js';
37
+ import '../../chunks/bundle-NeB2uoNn.js';
38
+ import '../../chunks/bundle-zpdae5WH.js';
39
+ import '../../chunks/bundle-WK57RaQR.js';
40
+ import '../../chunks/bundle-qLmDwx8F.js';
67
41
  //# sourceMappingURL=ChannelHeader.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelHeader.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"ChannelHeader.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,79 +1,82 @@
1
- import React__default from 'react';
2
- import { useSendbirdStateContext } from '../../useSendbirdStateContext.js';
3
- import { u as useChannelContext } from '../../chunks/bundle-J79McRkg.js';
4
- import PlaceHolder, { PlaceHolderTypes } from '../../ui/PlaceHolder.js';
5
- import ConnectionStatus from '../../ui/ConnectionStatus.js';
6
- import ChannelHeader from './ChannelHeader.js';
7
- import { M as MessageList, T as TypingIndicatorType } from '../../chunks/bundle-NYZlEPQ4.js';
8
- import TypingIndicator from './TypingIndicator.js';
9
- import MessageInputWrapper from './MessageInput.js';
1
+ import '../../chunks/bundle-fgwje9pW.js';
2
+ import 'react';
3
+ import '../context.js';
4
+ export { C as default } from '../../chunks/bundle-82c4Z7tx.js';
5
+ import '../../chunks/bundle-aaseqnuB.js';
6
+ import '../../chunks/bundle-wsahaI_Z.js';
7
+ import './MessageInput.js';
8
+ import '../../chunks/bundle-NQlEMhhs.js';
9
+ import '../../useSendbirdStateContext.js';
10
10
  import '../../withSendbird.js';
11
- import '../../chunks/bundle-GKopZh-T.js';
12
- import '../../chunks/bundle-cXqs96Pt.js';
13
- import '../../chunks/bundle-f9mkey82.js';
14
- import '../../chunks/bundle-xsV7pD8p.js';
15
- import '../../chunks/bundle-WDOQg3ty.js';
16
- import '../../chunks/bundle-TV4-nyqN.js';
17
- import '../../chunks/bundle-uk2Y0AQu.js';
11
+ import '../../chunks/bundle-ZcOjo_4l.js';
12
+ import '../../chunks/bundle-BbdMr4SL.js';
13
+ import '@sendbird/chat/message';
14
+ import '../../chunks/bundle-GpRTDFGV.js';
15
+ import '../../chunks/bundle-yE5T9BpV.js';
16
+ import '../../chunks/bundle-b6xyPdyj.js';
17
+ import '../../chunks/bundle-n9wVwJwL.js';
18
+ import '../../chunks/bundle-nA9SX_Hi.js';
19
+ import '../../chunks/bundle-T9LQyh_7.js';
20
+ import '../../chunks/bundle-GQt7EDbt.js';
18
21
  import '@sendbird/chat/groupChannel';
19
22
  import '../../utils/message/getOutgoingMessageState.js';
20
- import '../../chunks/bundle-kfNTRju0.js';
21
- import '@sendbird/chat/message';
22
- import '../../chunks/bundle-pWIkt9Ng.js';
23
- import '../../chunks/bundle-yur9nm4N.js';
24
- import '../../chunks/bundle-aeQZ5WsP.js';
23
+ import '../../chunks/bundle-4IsRvL2E.js';
25
24
  import '../hooks/useInitialMessagesFetch.js';
26
- import '../../chunks/bundle-ku6CEjGk.js';
27
- import '../../chunks/bundle-ZKM9Qk_j.js';
28
- import '../../chunks/bundle-zpSxKsxM.js';
29
- import '../../chunks/bundle-cHbX4Rxo.js';
30
- import '../../chunks/bundle-y_LgB6DS.js';
31
- import '../../chunks/bundle-YmIrZYPF.js';
25
+ import '../../chunks/bundle-NxSCk3As.js';
26
+ import '../../chunks/bundle-pfcIdF14.js';
27
+ import '../../chunks/bundle-NeB2uoNn.js';
28
+ import '../../chunks/bundle-zpdae5WH.js';
29
+ import '../../chunks/bundle-WK57RaQR.js';
30
+ import '../../chunks/bundle-qLmDwx8F.js';
31
+ import '../../chunks/bundle-7jAH-Rav.js';
32
+ import '@sendbird/uikit-tools';
33
+ import '../../chunks/bundle-2mo18Chz.js';
34
+ import '../../chunks/bundle-143lYf48.js';
35
+ import '../../chunks/bundle-l3_ubbH6.js';
36
+ import '../../chunks/bundle-byix4-_Z.js';
37
+ import '../../ui/PlaceHolder.js';
38
+ import '../../chunks/bundle-hOV701rb.js';
39
+ import '../../chunks/bundle-oRyfuopS.js';
32
40
  import '../../ui/Icon.js';
33
- import '../../chunks/bundle-WpHDilD_.js';
34
- import '../../chunks/bundle-dWJnfDPH.js';
41
+ import '../../chunks/bundle-tOpyp2TM.js';
42
+ import '../../chunks/bundle-kVopRZZG.js';
35
43
  import '../../ui/Loader.js';
36
- import '../../chunks/bundle-JbVZ1Tsw.js';
37
- import '../../ui/IconButton.js';
38
- import '../../ui/ChannelAvatar.js';
39
- import '../../chunks/bundle-X3h4GiLa.js';
44
+ import '../../chunks/bundle-qGLQQXlH.js';
45
+ import '../../chunks/bundle-QOv6Bgtw.js';
46
+ import '../../chunks/bundle-2QckWBqt.js';
40
47
  import '../../ui/ImageRenderer.js';
41
- import '../../chunks/bundle-Kv4GXRTs.js';
42
- import '../../chunks/bundle-lmXvuxOb.js';
43
- import '../../chunks/bundle-KmauOTrg.js';
44
- import './Message.js';
45
- import './SuggestedMentionList.js';
46
- import '../../chunks/bundle-1WAo3loP.js';
47
- import '../../Thread/context.js';
48
- import '../../Thread/context/types.js';
49
- import '@sendbird/chat';
48
+ import '../../chunks/bundle-Rq3p335Q.js';
49
+ import '../../chunks/bundle-ueo2Sf-L.js';
50
+ import '../../Message/hooks/useDirtyGetMentions.js';
50
51
  import '../../ui/DateSeparator.js';
51
- import '../../chunks/bundle-OZZH5fXZ.js';
52
+ import '../../chunks/bundle-j8bOxoFa.js';
52
53
  import '../../ui/MessageInput.js';
54
+ import '../../ui/IconButton.js';
53
55
  import '../../ui/Button.js';
54
- import '../../chunks/bundle-ETZY-eQc.js';
56
+ import '../../chunks/bundle-qXA8wWBC.js';
55
57
  import 'dompurify';
56
- import '../../chunks/bundle-_-2NCsYr.js';
57
- import '../../chunks/bundle-Jp5g4YZl.js';
58
- import '../../chunks/bundle-KSjFhl4l.js';
59
- import '../../chunks/bundle-Gkl7Q1IK.js';
58
+ import '../../chunks/bundle-4l6RpXkL.js';
59
+ import '../../chunks/bundle-qvDlYEM_.js';
60
+ import '../../chunks/bundle-JHAEGHwc.js';
61
+ import '../../chunks/bundle-dVzhcuE8.js';
60
62
  import '../../ui/MessageContent.js';
61
- import '../../chunks/bundle-MyYphU00.js';
62
- import '../../chunks/bundle-PZta2LmS.js';
63
- import '../../chunks/bundle-VCZsMdpB.js';
63
+ import '../../chunks/bundle-rgUMi-vG.js';
64
+ import '../../chunks/bundle-3cuuQsdK.js';
65
+ import '../../chunks/bundle-QaBTXAtO.js';
64
66
  import '../../ui/MessageItemMenu.js';
65
67
  import '../../ui/ContextMenu.js';
66
68
  import 'react-dom';
67
69
  import '../../ui/SortByRow.js';
68
- import '../../chunks/bundle-iYCB6XN2.js';
70
+ import '../../chunks/bundle-WdOdwp-Y.js';
69
71
  import '../../ui/MessageItemReactionMenu.js';
70
72
  import '../../ui/ReactionButton.js';
71
- import '../../chunks/bundle-W8t7rR3H.js';
73
+ import '../../chunks/bundle-jXtqc1kU.js';
74
+ import '../../chunks/bundle-SbHFlBY0.js';
72
75
  import '../../ui/EmojiReactions.js';
73
76
  import '../../ui/ReactionBadge.js';
74
77
  import '../../ui/BottomSheet.js';
75
78
  import '../../hooks/useModal.js';
76
- import '../../chunks/bundle-VPanFdbf.js';
79
+ import '../../chunks/bundle-K0s-Ect1.js';
77
80
  import '../../ui/UserListItem.js';
78
81
  import '../../ui/MutedAvatarOverlay.js';
79
82
  import '../../ui/Checkbox.js';
@@ -84,24 +87,23 @@ import '../../ui/TooltipWrapper.js';
84
87
  import '../../Message/context.js';
85
88
  import '../../ui/AdminMessage.js';
86
89
  import '../../ui/QuoteMessage.js';
87
- import '../../chunks/bundle-aVVX2zHR.js';
88
- import '../../chunks/bundle-d6R6m9-9.js';
90
+ import '../../chunks/bundle-thvveea5.js';
91
+ import '../../chunks/bundle-zJNJlM2H.js';
89
92
  import '../../ui/ThreadReplies.js';
90
93
  import '../../ui/OGMessageItemBody.js';
91
- import '../../chunks/bundle-GbC4a59M.js';
94
+ import '../../chunks/bundle-0v0L0TbZ.js';
92
95
  import '../../ui/MentionLabel.js';
93
96
  import '../../ui/LinkLabel.js';
94
97
  import '../../ui/TextMessageItemBody.js';
95
98
  import '../../ui/FileMessageItemBody.js';
96
99
  import '../../ui/TextButton.js';
97
- import '../../chunks/bundle-ucXG1Py7.js';
98
- import '../../chunks/bundle-DeRyZP32.js';
99
- import '../../chunks/bundle-xgiw36M5.js';
100
- import '@sendbird/uikit-tools';
100
+ import '../../chunks/bundle-o1VHRKp9.js';
101
+ import '../../chunks/bundle-bTljiK8B.js';
102
+ import '../../chunks/bundle-9lUB2eTP.js';
101
103
  import '../../ui/VoiceMessageItemBody.js';
102
104
  import '../../ui/ProgressBar.js';
103
105
  import '../../VoicePlayer/useVoicePlayer.js';
104
- import '../../chunks/bundle-J_erGfOo.js';
106
+ import '../../chunks/bundle-eHUDbnaD.js';
105
107
  import '../../VoiceRecorder/context.js';
106
108
  import '../../ui/PlaybackTime.js';
107
109
  import '../../ui/ThumbnailMessageItemBody.js';
@@ -110,58 +112,23 @@ import '../../ui/FeedbackIconButton.js';
110
112
  import '../../ui/MobileFeedbackMenu.js';
111
113
  import './MessageFeedbackModal.js';
112
114
  import '../../ui/Input.js';
113
- import './FileViewer.js';
114
- import './RemoveMessageModal.js';
115
- import '../../chunks/bundle-Lt8mReNU.js';
116
- import '../../Message/hooks/useDirtyGetMentions.js';
115
+ import '../../chunks/bundle-8CxBlReU.js';
116
+ import '../../chunks/bundle-1nyUxr-Z.js';
117
+ import '../../chunks/bundle-KWJtSpuF.js';
117
118
  import '../utils/getMessagePartsInfo.js';
118
119
  import '../utils/compareMessagesForGrouping.js';
119
- import './UnreadCount.js';
120
- import './FrozenNotification.js';
121
- import '../../chunks/bundle-Fkv6nKcy.js';
120
+ import '../../chunks/bundle-HRsLD2CW.js';
121
+ import '../../chunks/bundle-xkOWTTW1.js';
122
122
  import '../../ui/TypingIndicatorBubble.js';
123
+ import '../../chunks/bundle-2jWyEzHg.js';
124
+ import '../../ui/ConnectionStatus.js';
125
+ import '../../chunks/bundle-b1IOVyYG.js';
123
126
  import '../../ui/QuoteMessageInput.js';
124
- import '../../chunks/bundle-gEwUSFTG.js';
125
127
  import '../../VoiceRecorder/useVoiceRecorder.js';
126
- import '../../chunks/bundle-ldRkCosA.js';
127
- import '../hooks/useHandleUploadFiles.js';
128
- import '../../chunks/bundle-LEanaSuB.js';
129
-
130
- var ChannelUI = function (_a) {
131
- var _b, _c, _d, _e, _f, _g, _h, _j, _k;
132
- var isLoading = _a.isLoading, renderPlaceholderLoader = _a.renderPlaceholderLoader, renderPlaceholderInvalid = _a.renderPlaceholderInvalid, renderPlaceholderEmpty = _a.renderPlaceholderEmpty, renderChannelHeader = _a.renderChannelHeader, renderMessage = _a.renderMessage, renderMessageContent = _a.renderMessageContent, renderMessageInput = _a.renderMessageInput, renderTypingIndicator = _a.renderTypingIndicator, renderCustomSeparator = _a.renderCustomSeparator, renderFileUploadIcon = _a.renderFileUploadIcon, renderVoiceMessageIcon = _a.renderVoiceMessageIcon, renderSendMessageIcon = _a.renderSendMessageIcon, renderFrozenNotification = _a.renderFrozenNotification;
133
- var _l = useChannelContext(), channelUrl = _l.channelUrl, isInvalid = _l.isInvalid;
134
- var globalStore = useSendbirdStateContext();
135
- var sdkError = (_c = (_b = globalStore === null || globalStore === void 0 ? void 0 : globalStore.stores) === null || _b === void 0 ? void 0 : _b.sdkStore) === null || _c === void 0 ? void 0 : _c.error;
136
- var logger = (_d = globalStore === null || globalStore === void 0 ? void 0 : globalStore.config) === null || _d === void 0 ? void 0 : _d.logger;
137
- var isOnline = (_e = globalStore === null || globalStore === void 0 ? void 0 : globalStore.config) === null || _e === void 0 ? void 0 : _e.isOnline;
138
- if (isLoading) {
139
- return (React__default.createElement("div", { className: "sendbird-conversation" }, (renderPlaceholderLoader === null || renderPlaceholderLoader === void 0 ? void 0 : renderPlaceholderLoader()) || (React__default.createElement(PlaceHolder, { type: PlaceHolderTypes.LOADING }))));
140
- }
141
- if (!channelUrl) {
142
- return (React__default.createElement("div", { className: "sendbird-conversation" }, (renderPlaceholderInvalid === null || renderPlaceholderInvalid === void 0 ? void 0 : renderPlaceholderInvalid()) || (React__default.createElement(PlaceHolder, { type: PlaceHolderTypes.NO_CHANNELS }))));
143
- }
144
- if (isInvalid) {
145
- return (React__default.createElement("div", { className: "sendbird-conversation" }, (renderPlaceholderInvalid === null || renderPlaceholderInvalid === void 0 ? void 0 : renderPlaceholderInvalid()) || (React__default.createElement(PlaceHolder, { type: PlaceHolderTypes.WRONG }))));
146
- }
147
- if (sdkError) {
148
- return (React__default.createElement("div", { className: "sendbird-conversation" }, (renderPlaceholderInvalid === null || renderPlaceholderInvalid === void 0 ? void 0 : renderPlaceholderInvalid()) || (React__default.createElement(PlaceHolder, { type: PlaceHolderTypes.WRONG, retryToConnect: function () {
149
- logger.info('Channel: reconnecting');
150
- // reconnect();
151
- } }))));
152
- }
153
- return (React__default.createElement("div", { className: 'sendbird-conversation' },
154
- (renderChannelHeader === null || renderChannelHeader === void 0 ? void 0 : renderChannelHeader()) || (React__default.createElement(ChannelHeader, { className: "sendbird-conversation__channel-header" })),
155
- React__default.createElement(MessageList, { className: "sendbird-conversation__message-list", renderMessage: renderMessage, renderMessageContent: renderMessageContent, renderPlaceholderEmpty: renderPlaceholderEmpty, renderCustomSeparator: renderCustomSeparator, renderPlaceholderLoader: renderPlaceholderLoader, renderFrozenNotification: renderFrozenNotification }),
156
- React__default.createElement("div", { className: "sendbird-conversation__footer" },
157
- (renderMessageInput === null || renderMessageInput === void 0 ? void 0 : renderMessageInput()) || (React__default.createElement(MessageInputWrapper, { renderFileUploadIcon: renderFileUploadIcon, renderVoiceMessageIcon: renderVoiceMessageIcon, renderSendMessageIcon: renderSendMessageIcon })),
158
- React__default.createElement("div", { className: "sendbird-conversation__footer__typing-indicator" },
159
- (renderTypingIndicator === null || renderTypingIndicator === void 0 ? void 0 : renderTypingIndicator())
160
- || (((_g = (_f = globalStore === null || globalStore === void 0 ? void 0 : globalStore.config) === null || _f === void 0 ? void 0 : _f.groupChannel) === null || _g === void 0 ? void 0 : _g.enableTypingIndicator)
161
- && ((_k = (_j = (_h = globalStore === null || globalStore === void 0 ? void 0 : globalStore.config) === null || _h === void 0 ? void 0 : _h.groupChannel) === null || _j === void 0 ? void 0 : _j.typingIndicatorTypes) === null || _k === void 0 ? void 0 : _k.has(TypingIndicatorType.Text))
162
- && (React__default.createElement(TypingIndicator, null))),
163
- !isOnline && (React__default.createElement(ConnectionStatus, null))))));
164
- };
165
-
166
- export { ChannelUI as default };
128
+ import '../../chunks/bundle-lxPqhWGY.js';
129
+ import '../../chunks/bundle-2d4_n6Eh.js';
130
+ import '../../ui/ChannelAvatar.js';
131
+ import '../../chunks/bundle-kTQOM0SQ.js';
132
+ import '../../chunks/bundle-7MnAkGtU.js';
133
+ import '../../chunks/bundle-MGkFgiJm.js';
167
134
  //# sourceMappingURL=ChannelUI.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelUI.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"ChannelUI.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,88 +1,42 @@
1
- import React__default from 'react';
2
- import { createPortal } from 'react-dom';
3
- import { A as Avatar } from '../../chunks/bundle-X3h4GiLa.js';
4
- import { L as Label, a as LabelTypography, b as LabelColors } from '../../chunks/bundle-dWJnfDPH.js';
5
- import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
6
- import '../../hooks/useModal.js';
7
- import { e as isSupportedFileView, f as isVideo, c as isImage } from '../../chunks/bundle-uk2Y0AQu.js';
8
- import { useSendbirdStateContext } from '../../useSendbirdStateContext.js';
9
- import { u as useChannelContext } from '../../chunks/bundle-J79McRkg.js';
10
- import { a as MODAL_ROOT } from '../../chunks/bundle-VPanFdbf.js';
11
- import '../../chunks/bundle-GKopZh-T.js';
1
+ import '../../chunks/bundle-fgwje9pW.js';
2
+ import 'react';
3
+ export { F as FileViewer, F as default } from '../../chunks/bundle-8CxBlReU.js';
4
+ import '../context.js';
5
+ import 'react-dom';
6
+ import '../../chunks/bundle-2QckWBqt.js';
12
7
  import '../../ui/ImageRenderer.js';
13
- import '../../chunks/bundle-aeQZ5WsP.js';
14
- import '../../chunks/bundle-Kv4GXRTs.js';
15
- import '../../chunks/bundle-YmIrZYPF.js';
16
- import '../../chunks/bundle-WpHDilD_.js';
17
- import '../../chunks/bundle-kfNTRju0.js';
18
- import '../../chunks/bundle-y_LgB6DS.js';
19
- import '../../chunks/bundle-TV4-nyqN.js';
20
- import '../../chunks/bundle-KmauOTrg.js';
21
- import '../../ui/IconButton.js';
22
- import '../../ui/Button.js';
8
+ import '../../chunks/bundle-tOpyp2TM.js';
9
+ import '../../chunks/bundle-Rq3p335Q.js';
10
+ import '../../ui/Icon.js';
11
+ import '../../chunks/bundle-kVopRZZG.js';
12
+ import '../../chunks/bundle-oRyfuopS.js';
13
+ import '../../chunks/bundle-GQt7EDbt.js';
23
14
  import '@sendbird/chat/groupChannel';
24
15
  import '../../utils/message/getOutgoingMessageState.js';
16
+ import '../../chunks/bundle-n9wVwJwL.js';
17
+ import '../../hooks/useModal.js';
18
+ import '../../chunks/bundle-K0s-Ect1.js';
19
+ import '../../chunks/bundle-hOV701rb.js';
20
+ import '../../chunks/bundle-b6xyPdyj.js';
21
+ import '../../chunks/bundle-SbHFlBY0.js';
22
+ import '../../ui/IconButton.js';
23
+ import '../../ui/Button.js';
24
+ import '../../useSendbirdStateContext.js';
25
25
  import '../../withSendbird.js';
26
- import '../../chunks/bundle-cXqs96Pt.js';
27
- import '../../chunks/bundle-f9mkey82.js';
28
- import '../../chunks/bundle-xsV7pD8p.js';
29
- import '../../chunks/bundle-WDOQg3ty.js';
26
+ import '../../chunks/bundle-NQlEMhhs.js';
27
+ import '../../chunks/bundle-ZcOjo_4l.js';
28
+ import '../../chunks/bundle-BbdMr4SL.js';
30
29
  import '@sendbird/chat/message';
31
- import '../../chunks/bundle-pWIkt9Ng.js';
32
- import '../../chunks/bundle-yur9nm4N.js';
30
+ import '../../chunks/bundle-GpRTDFGV.js';
31
+ import '../../chunks/bundle-yE5T9BpV.js';
32
+ import '../../chunks/bundle-nA9SX_Hi.js';
33
+ import '../../chunks/bundle-T9LQyh_7.js';
34
+ import '../../chunks/bundle-4IsRvL2E.js';
33
35
  import '../hooks/useInitialMessagesFetch.js';
34
- import '../../chunks/bundle-ku6CEjGk.js';
35
- import '../../chunks/bundle-ZKM9Qk_j.js';
36
- import '../../chunks/bundle-zpSxKsxM.js';
37
- import '../../chunks/bundle-cHbX4Rxo.js';
38
-
39
- var FileViewerComponent = function (_a) {
40
- var
41
- // sender
42
- profileUrl = _a.profileUrl, nickname = _a.nickname,
43
- // file
44
- name = _a.name, type = _a.type, url = _a.url,
45
- // others
46
- isByMe = _a.isByMe, onCancel = _a.onCancel, onDelete = _a.onDelete, disableDelete = _a.disableDelete;
47
- return (React__default.createElement("div", { className: "sendbird-fileviewer" },
48
- React__default.createElement("div", { className: "sendbird-fileviewer__header" },
49
- React__default.createElement("div", { className: "sendbird-fileviewer__header__left" },
50
- React__default.createElement("div", { className: "sendbird-fileviewer__header__left__avatar" },
51
- React__default.createElement(Avatar, { height: "32px", width: "32px", src: profileUrl })),
52
- React__default.createElement(Label, { className: "sendbird-fileviewer__header__left__filename", type: LabelTypography.H_2, color: LabelColors.ONBACKGROUND_1 }, name),
53
- React__default.createElement(Label, { className: "sendbird-fileviewer__header__left__sender-name", type: LabelTypography.BODY_1, color: LabelColors.ONBACKGROUND_2 }, nickname)),
54
- React__default.createElement("div", { className: "sendbird-fileviewer__header__right" },
55
- isSupportedFileView(type) && (React__default.createElement("div", { className: "sendbird-fileviewer__header__right__actions" },
56
- React__default.createElement("a", { className: "sendbird-fileviewer__header__right__actions__download", rel: "noopener noreferrer", href: url, target: "_blank" },
57
- React__default.createElement(Icon, { type: IconTypes.DOWNLOAD, fillColor: IconColors.ON_BACKGROUND_1, height: "24px", width: "24px" })),
58
- onDelete && isByMe && (React__default.createElement("div", { className: "sendbird-fileviewer__header__right__actions__delete" },
59
- React__default.createElement(Icon, { className: disableDelete ? 'disabled' : '', type: IconTypes.DELETE, fillColor: disableDelete ? IconColors.GRAY : IconColors.ON_BACKGROUND_1, height: "24px", width: "24px", onClick: function () { if (!disableDelete) {
60
- onDelete();
61
- } } }))))),
62
- React__default.createElement("div", { className: "sendbird-fileviewer__header__right__actions__close" },
63
- React__default.createElement(Icon, { type: IconTypes.CLOSE, fillColor: IconColors.ON_BACKGROUND_1, height: "24px", width: "24px", onClick: onCancel })))),
64
- React__default.createElement("div", { className: "sendbird-fileviewer__content" },
65
- isVideo(type) && (React__default.createElement("video", { controls: true, className: "sendbird-fileviewer__content__video" },
66
- React__default.createElement("source", { src: url, type: type }))),
67
- isImage(type) && (React__default.createElement("img", { src: url, alt: name, className: "sendbird-fileviewer__content__img" })),
68
- !isSupportedFileView(type) && (React__default.createElement("div", { className: "sendbird-fileviewer__content__unsupported" },
69
- React__default.createElement(Label, { type: LabelTypography.H_1, color: LabelColors.ONBACKGROUND_1 }, "Unsupoprted message"))))));
70
- };
71
- var FileViewer = function (_a) {
72
- var _b, _c, _d;
73
- var onCancel = _a.onCancel, message = _a.message;
74
- var deleteMessage = useChannelContext().deleteMessage;
75
- var sender = message.sender, type = message.type, url = message.url, _e = message.name, name = _e === void 0 ? '' : _e, threadInfo = message.threadInfo;
76
- var user = (_c = (_b = useSendbirdStateContext()) === null || _b === void 0 ? void 0 : _b.config) === null || _c === void 0 ? void 0 : _c.userId;
77
- var isByMe = user === ((_d = message === null || message === void 0 ? void 0 : message.sender) === null || _d === void 0 ? void 0 : _d.userId);
78
- var disableDelete = (threadInfo === null || threadInfo === void 0 ? void 0 : threadInfo.replyCount) > 0;
79
- var profileUrl = sender.profileUrl, _f = sender.nickname, nickname = _f === void 0 ? '' : _f;
80
- return createPortal((React__default.createElement(FileViewerComponent, { profileUrl: profileUrl, nickname: nickname, type: type, url: url, name: name, onCancel: onCancel, onDelete: function () {
81
- deleteMessage(message).then(function () {
82
- onCancel();
83
- });
84
- }, isByMe: isByMe, disableDelete: disableDelete })), document.getElementById(MODAL_ROOT));
85
- };
86
-
87
- export { FileViewerComponent, FileViewer as default };
36
+ import '../../chunks/bundle-NxSCk3As.js';
37
+ import '../../chunks/bundle-pfcIdF14.js';
38
+ import '../../chunks/bundle-NeB2uoNn.js';
39
+ import '../../chunks/bundle-zpdae5WH.js';
40
+ import '../../chunks/bundle-WK57RaQR.js';
41
+ import '../../chunks/bundle-qLmDwx8F.js';
88
42
  //# sourceMappingURL=FileViewer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FileViewer.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"FileViewer.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,16 +1,12 @@
1
- import React__default, { useContext } from 'react';
2
- import { L as LocalizationContext } from '../../chunks/bundle-y_LgB6DS.js';
3
- import { L as Label, a as LabelTypography } from '../../chunks/bundle-dWJnfDPH.js';
4
- import '../../chunks/bundle-YmIrZYPF.js';
5
- import '../../chunks/bundle-TV4-nyqN.js';
6
- import '../../chunks/bundle-GKopZh-T.js';
1
+ import { F as FrozenNotification } from '../../chunks/bundle-xkOWTTW1.js';
2
+ import 'react';
3
+ import '../../chunks/bundle-hOV701rb.js';
4
+ import '../../chunks/bundle-oRyfuopS.js';
5
+ import '../../chunks/bundle-b6xyPdyj.js';
6
+ import '../../chunks/bundle-kVopRZZG.js';
7
+ import '../../chunks/bundle-fgwje9pW.js';
8
+
7
9
 
8
- var FrozenNotification = function (_a) {
9
- var _b = _a.className, className = _b === void 0 ? '' : _b;
10
- var stringSet = useContext(LocalizationContext).stringSet;
11
- return (React__default.createElement("div", { className: "sendbird-notification sendbird-notification--frozen ".concat(className) },
12
- React__default.createElement(Label, { className: "sendbird-notification__text", type: LabelTypography.CAPTION_2 }, stringSet.CHANNEL_FROZEN)));
13
- };
14
10
 
15
11
  export { FrozenNotification as default };
16
12
  //# sourceMappingURL=FrozenNotification.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FrozenNotification.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"FrozenNotification.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}