@sendbird/uikit-react 3.15.14 → 3.15.15-rc

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 (895) hide show
  1. package/App.js +89 -88
  2. package/App.js.map +1 -1
  3. package/CHANGELOG.md +10 -0
  4. package/Channel/components/ChannelHeader.js +32 -32
  5. package/Channel/components/ChannelUI.js +67 -67
  6. package/Channel/components/FileViewer.js +30 -30
  7. package/Channel/components/FrozenNotification.js +6 -6
  8. package/Channel/components/Message.js +56 -56
  9. package/Channel/components/MessageInput.js +43 -43
  10. package/Channel/components/MessageInputWrapper.js +43 -43
  11. package/Channel/components/MessageList.js +60 -60
  12. package/Channel/components/RemoveMessageModal.js +29 -29
  13. package/Channel/components/SuggestedMentionList.js +29 -29
  14. package/Channel/components/TypingIndicator.js +9 -9
  15. package/Channel/components/UnreadCount.js +8 -8
  16. package/Channel/context.js +23 -23
  17. package/Channel/hooks/useHandleUploadFiles.js +18 -18
  18. package/Channel/hooks/useInitialMessagesFetch.js +8 -8
  19. package/Channel/utils/compareMessagesForGrouping.js +8 -8
  20. package/Channel/utils/getMessagePartsInfo.js +9 -9
  21. package/Channel.js +67 -67
  22. package/ChannelList/components/AddChannel.js +89 -88
  23. package/ChannelList/components/AddChannel.js.map +1 -1
  24. package/ChannelList/components/ChannelListHeader.js +13 -13
  25. package/ChannelList/components/ChannelListUI.js +89 -88
  26. package/ChannelList/components/ChannelListUI.js.map +1 -1
  27. package/ChannelList/components/ChannelPreview.js +32 -32
  28. package/ChannelList/components/ChannelPreviewAction.js +17 -17
  29. package/ChannelList/context.js +14 -14
  30. package/ChannelList.js +89 -88
  31. package/ChannelList.js.map +1 -1
  32. package/ChannelSettings/components/ChannelProfile.js +23 -23
  33. package/ChannelSettings/components/ChannelSettingMenuList.js +14 -14
  34. package/ChannelSettings/components/ChannelSettingsHeader.js +11 -11
  35. package/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
  36. package/ChannelSettings/components/ChannelSettingsUI.js +31 -31
  37. package/ChannelSettings/components/EditDetailsModal.js +19 -19
  38. package/ChannelSettings/components/LeaveChannel.js +20 -20
  39. package/ChannelSettings/components/ModerationPanel.js +29 -29
  40. package/ChannelSettings/components/UserListItem.js +19 -19
  41. package/ChannelSettings/components/UserPanel.js +28 -28
  42. package/ChannelSettings/context.js +9 -9
  43. package/ChannelSettings/hooks/useMenuList.js +29 -29
  44. package/ChannelSettings.js +31 -31
  45. package/CreateChannel/components/CreateChannelUI.js +89 -88
  46. package/CreateChannel/components/CreateChannelUI.js.map +1 -1
  47. package/CreateChannel/components/InviteUsers.js +89 -88
  48. package/CreateChannel/components/InviteUsers.js.map +1 -1
  49. package/CreateChannel/components/SelectChannelType.js +89 -88
  50. package/CreateChannel/components/SelectChannelType.js.map +1 -1
  51. package/CreateChannel/context.js +89 -88
  52. package/CreateChannel/context.js.map +1 -1
  53. package/CreateChannel.js +89 -88
  54. package/CreateChannel.js.map +1 -1
  55. package/CreateOpenChannel/components/CreateOpenChannelUI.js +15 -15
  56. package/CreateOpenChannel/context.js +4 -4
  57. package/CreateOpenChannel.js +15 -15
  58. package/EditUserProfile/components/EditUserProfileUI.js +15 -15
  59. package/EditUserProfile/context.js +1 -1
  60. package/EditUserProfile.js +15 -15
  61. package/GroupChannel/components/FileViewer.js +28 -28
  62. package/GroupChannel/components/FrozenNotification.js +6 -6
  63. package/GroupChannel/components/GroupChannelHeader.js +29 -29
  64. package/GroupChannel/components/GroupChannelUI.js +63 -63
  65. package/GroupChannel/components/Message.js +54 -54
  66. package/GroupChannel/components/MessageInputWrapper.js +41 -41
  67. package/GroupChannel/components/MessageList.js +56 -56
  68. package/GroupChannel/components/RemoveMessageModal.js +27 -27
  69. package/GroupChannel/components/SuggestedMentionList.js +15 -15
  70. package/GroupChannel/components/TypingIndicator.js +9 -9
  71. package/GroupChannel/components/UnreadCount.js +8 -8
  72. package/GroupChannel/context.js +15 -15
  73. package/GroupChannel.js +63 -63
  74. package/GroupChannelList/components/AddGroupChannel.js +89 -88
  75. package/GroupChannelList/components/AddGroupChannel.js.map +1 -1
  76. package/GroupChannelList/components/GroupChannelListHeader.js +13 -13
  77. package/GroupChannelList/components/GroupChannelListItem.js +32 -32
  78. package/GroupChannelList/components/GroupChannelListUI.js +89 -88
  79. package/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
  80. package/GroupChannelList/components/GroupChannelPreviewAction.js +17 -17
  81. package/GroupChannelList/context.js +10 -10
  82. package/GroupChannelList.js +89 -88
  83. package/GroupChannelList.js.map +1 -1
  84. package/MessageSearch/components/MessageSearchUI.js +20 -20
  85. package/MessageSearch/context.js +5 -5
  86. package/MessageSearch.js +22 -22
  87. package/OpenChannel/components/FrozenChannelNotification.js +5 -5
  88. package/OpenChannel/components/OpenChannelHeader.js +20 -20
  89. package/OpenChannel/components/OpenChannelInput.js +29 -29
  90. package/OpenChannel/components/OpenChannelMessage.js +39 -39
  91. package/OpenChannel/components/OpenChannelMessageList.js +43 -43
  92. package/OpenChannel/components/OpenChannelUI.js +43 -43
  93. package/OpenChannel/context.js +19 -19
  94. package/OpenChannel.js +43 -43
  95. package/OpenChannelList/components/OpenChannelListUI.js +17 -17
  96. package/OpenChannelList/components/OpenChannelPreview.js +6 -6
  97. package/OpenChannelList/context.js +6 -6
  98. package/OpenChannelList.js +17 -17
  99. package/OpenChannelSettings/components/EditDetailsModal.js +18 -18
  100. package/OpenChannelSettings/components/OpenChannelProfile.js +18 -18
  101. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +24 -24
  102. package/OpenChannelSettings/components/OperatorUI.js +24 -24
  103. package/OpenChannelSettings/components/ParticipantUI.js +22 -22
  104. package/OpenChannelSettings/context.js +6 -6
  105. package/OpenChannelSettings.js +24 -24
  106. package/SendbirdProvider.js +24 -24
  107. package/Thread/components/ParentMessageInfo.js +49 -49
  108. package/Thread/components/ParentMessageInfoItem.js +35 -34
  109. package/Thread/components/ParentMessageInfoItem.js.map +1 -1
  110. package/Thread/components/ThreadHeader.js +8 -8
  111. package/Thread/components/ThreadList.js +56 -56
  112. package/Thread/components/ThreadListItem.js +56 -56
  113. package/Thread/components/ThreadMessageInput.js +46 -46
  114. package/Thread/components/ThreadUI.js +62 -62
  115. package/Thread/context.js +15 -15
  116. package/Thread.js +62 -62
  117. package/VoicePlayer/context.js +6 -6
  118. package/VoicePlayer/useVoicePlayer.js +14 -14
  119. package/VoiceRecorder/context.js +13 -13
  120. package/VoiceRecorder/useVoiceRecorder.js +13 -13
  121. package/chunks/{bundle-Dupd7RPQ.js → bundle--BwnV_a-.js} +35 -42
  122. package/{cjs/chunks/bundle-CLXojdVj.js.map → chunks/bundle--BwnV_a-.js.map} +1 -1
  123. package/chunks/{bundle-CQAiZVNS.js → bundle-6luI29A4.js} +7 -7
  124. package/chunks/bundle-6luI29A4.js.map +1 -0
  125. package/chunks/{bundle-Bc6hXWJF.js → bundle-728VqYMV.js} +8 -8
  126. package/chunks/{bundle-Bc6hXWJF.js.map → bundle-728VqYMV.js.map} +1 -1
  127. package/chunks/{bundle-fYlljM7o.js → bundle-B6vBV-Sa.js} +8 -8
  128. package/chunks/bundle-B6vBV-Sa.js.map +1 -0
  129. package/chunks/{bundle-CTkGIdt8.js → bundle-B7ERXYyk.js} +1 -1
  130. package/chunks/bundle-B7ERXYyk.js.map +1 -0
  131. package/chunks/{bundle-Dx4-1s0A.js → bundle-B8zo1V5e.js} +1 -1
  132. package/chunks/bundle-B8zo1V5e.js.map +1 -0
  133. package/chunks/{bundle-Dkmv9H3b.js → bundle-BCD2K_tV.js} +2 -2
  134. package/chunks/bundle-BCD2K_tV.js.map +1 -0
  135. package/chunks/{bundle-B8Grfnrx.js → bundle-BF_xHvHl.js} +1 -1
  136. package/chunks/{bundle-B8Grfnrx.js.map → bundle-BF_xHvHl.js.map} +1 -1
  137. package/chunks/{bundle-yKqHFFfz.js → bundle-BHXvAlOG.js} +1 -1
  138. package/chunks/bundle-BHXvAlOG.js.map +1 -0
  139. package/chunks/{bundle-L60pJMdf.js → bundle-BQnQgUox.js} +4 -4
  140. package/chunks/bundle-BQnQgUox.js.map +1 -0
  141. package/chunks/{bundle-BfEYq-V8.js → bundle-BRaxRM-s.js} +1 -1
  142. package/chunks/bundle-BRaxRM-s.js.map +1 -0
  143. package/chunks/{bundle-BQnpPj5l.js → bundle-BWVTZmXY.js} +12 -12
  144. package/chunks/bundle-BWVTZmXY.js.map +1 -0
  145. package/chunks/{bundle-CYGowmbA.js → bundle-BarRAfeU.js} +4 -4
  146. package/chunks/bundle-BarRAfeU.js.map +1 -0
  147. package/chunks/{bundle-CwHldvb8.js → bundle-Bb1fm1EW.js} +1 -1
  148. package/chunks/{bundle-CwHldvb8.js.map → bundle-Bb1fm1EW.js.map} +1 -1
  149. package/chunks/{bundle-BciLDE6M.js → bundle-BbNKPdyi.js} +1 -1
  150. package/chunks/bundle-BbNKPdyi.js.map +1 -0
  151. package/chunks/{bundle-BFJ4ctRk.js → bundle-Bd8WnkrX.js} +5 -5
  152. package/chunks/{bundle-BFJ4ctRk.js.map → bundle-Bd8WnkrX.js.map} +1 -1
  153. package/chunks/{bundle-DED6q4Ti.js → bundle-BelI35-W.js} +1 -1
  154. package/chunks/bundle-BelI35-W.js.map +1 -0
  155. package/chunks/{bundle-DgpfIrde.js → bundle-BfQE0Gj0.js} +1 -1
  156. package/chunks/bundle-BfQE0Gj0.js.map +1 -0
  157. package/chunks/{bundle-DTYj03OD.js → bundle-Bgb9vGJo.js} +3 -3
  158. package/chunks/bundle-Bgb9vGJo.js.map +1 -0
  159. package/chunks/{bundle-C5Pz6wMm.js → bundle-BtB1Vef0.js} +2 -2
  160. package/chunks/bundle-BtB1Vef0.js.map +1 -0
  161. package/chunks/{bundle-Djq12iSf.js → bundle-BuaV66Aq.js} +1 -1
  162. package/chunks/bundle-BuaV66Aq.js.map +1 -0
  163. package/chunks/{bundle-CVS5Kfg_.js → bundle-BuzSpbfj.js} +12 -12
  164. package/chunks/{bundle-CVS5Kfg_.js.map → bundle-BuzSpbfj.js.map} +1 -1
  165. package/chunks/{bundle-CSDZhWAY.js → bundle-BvakdMsC.js} +3 -3
  166. package/chunks/{bundle-CSDZhWAY.js.map → bundle-BvakdMsC.js.map} +1 -1
  167. package/chunks/{bundle-CF8V-ET_.js → bundle-BzWas3q6.js} +10 -10
  168. package/chunks/{bundle-CF8V-ET_.js.map → bundle-BzWas3q6.js.map} +1 -1
  169. package/chunks/{bundle-YbXrJewH.js → bundle-C7SkzvVc.js} +4 -4
  170. package/chunks/{bundle-YbXrJewH.js.map → bundle-C7SkzvVc.js.map} +1 -1
  171. package/chunks/{bundle-CrQTAewk.js → bundle-CAHICQdg.js} +12 -12
  172. package/chunks/bundle-CAHICQdg.js.map +1 -0
  173. package/chunks/{bundle-zOZq2Vpt.js → bundle-CBSMm-DQ.js} +5 -5
  174. package/chunks/bundle-CBSMm-DQ.js.map +1 -0
  175. package/chunks/{bundle-DvsR4u7y.js → bundle-CEGHXueB.js} +7 -7
  176. package/chunks/bundle-CEGHXueB.js.map +1 -0
  177. package/chunks/{bundle-D4BlmM5H.js → bundle-CEQqgyXd.js} +15 -15
  178. package/chunks/{bundle-D4BlmM5H.js.map → bundle-CEQqgyXd.js.map} +1 -1
  179. package/chunks/{bundle-DDZn5buS.js → bundle-CHeBZPiK.js} +3 -3
  180. package/chunks/bundle-CHeBZPiK.js.map +1 -0
  181. package/chunks/{bundle-I25ah_Bv.js → bundle-CJ2TfdPz.js} +6 -6
  182. package/chunks/{bundle-I25ah_Bv.js.map → bundle-CJ2TfdPz.js.map} +1 -1
  183. package/chunks/{bundle-CinANGYQ.js → bundle-CK45ISiI.js} +4 -4
  184. package/chunks/{bundle-CinANGYQ.js.map → bundle-CK45ISiI.js.map} +1 -1
  185. package/chunks/{bundle-BYqblmEM.js → bundle-CKiAGXEb.js} +2 -2
  186. package/chunks/bundle-CKiAGXEb.js.map +1 -0
  187. package/chunks/{bundle-Ob7Cw3V-.js → bundle-COg2b7yj.js} +2 -2
  188. package/chunks/bundle-COg2b7yj.js.map +1 -0
  189. package/chunks/{bundle-C3VM5eS8.js → bundle-CP0I6dKk.js} +1 -1
  190. package/chunks/bundle-CP0I6dKk.js.map +1 -0
  191. package/chunks/{bundle-BGj68IUE.js → bundle-CP80a8h-.js} +6 -6
  192. package/chunks/bundle-CP80a8h-.js.map +1 -0
  193. package/chunks/{bundle-CgLhYjm5.js → bundle-CPrIsoN1.js} +6 -6
  194. package/chunks/{bundle-CgLhYjm5.js.map → bundle-CPrIsoN1.js.map} +1 -1
  195. package/chunks/{bundle-CJmXP56m.js → bundle-CR4iwY_0.js} +3 -3
  196. package/chunks/bundle-CR4iwY_0.js.map +1 -0
  197. package/chunks/{bundle-Do9UFGCD.js → bundle-CVRNWHvO.js} +4 -4
  198. package/chunks/bundle-CVRNWHvO.js.map +1 -0
  199. package/chunks/{bundle-Dhf37wzM.js → bundle-CXzwXqvX.js} +4 -4
  200. package/chunks/{bundle-Dhf37wzM.js.map → bundle-CXzwXqvX.js.map} +1 -1
  201. package/chunks/{bundle-LnGQMQVt.js → bundle-CZCXvKhH.js} +8 -8
  202. package/chunks/bundle-CZCXvKhH.js.map +1 -0
  203. package/chunks/{bundle-DqR5RvpV.js → bundle-CdfxwHut.js} +4 -4
  204. package/chunks/bundle-CdfxwHut.js.map +1 -0
  205. package/chunks/{bundle-CuP5OWwY.js → bundle-CfuWXu4m.js} +12 -12
  206. package/chunks/{bundle-CuP5OWwY.js.map → bundle-CfuWXu4m.js.map} +1 -1
  207. package/chunks/{bundle-B5_aP8LE.js → bundle-ChRDih3S.js} +1 -1
  208. package/chunks/{bundle-B5_aP8LE.js.map → bundle-ChRDih3S.js.map} +1 -1
  209. package/chunks/{bundle-nmIRAkKg.js → bundle-ChwjkPQb.js} +10 -10
  210. package/chunks/bundle-ChwjkPQb.js.map +1 -0
  211. package/chunks/{bundle-Dd7rgmeQ.js → bundle-CjYilcbd.js} +8 -8
  212. package/chunks/bundle-CjYilcbd.js.map +1 -0
  213. package/chunks/{bundle-DYBTopZK.js → bundle-Cm35-whW.js} +1 -1
  214. package/chunks/{bundle-DYBTopZK.js.map → bundle-Cm35-whW.js.map} +1 -1
  215. package/chunks/{bundle-l_QLKq1Y.js → bundle-Cm9NAyic.js} +4 -4
  216. package/chunks/bundle-Cm9NAyic.js.map +1 -0
  217. package/chunks/{bundle-BCGcsRu2.js → bundle-CmWLJ8pP.js} +5 -5
  218. package/chunks/{bundle-BCGcsRu2.js.map → bundle-CmWLJ8pP.js.map} +1 -1
  219. package/chunks/{bundle-WJtiC3BL.js → bundle-CnOMr5dv.js} +4 -4
  220. package/chunks/bundle-CnOMr5dv.js.map +1 -0
  221. package/chunks/{bundle-DT1VcdMs.js → bundle-Cq5SHEe0.js} +2 -2
  222. package/chunks/{bundle-DT1VcdMs.js.map → bundle-Cq5SHEe0.js.map} +1 -1
  223. package/chunks/{bundle-D8xAej93.js → bundle-CqZJLpyu.js} +2 -2
  224. package/chunks/bundle-CqZJLpyu.js.map +1 -0
  225. package/chunks/{bundle-D_tSqvX6.js → bundle-CslW9BqT.js} +3 -3
  226. package/chunks/{bundle-D_tSqvX6.js.map → bundle-CslW9BqT.js.map} +1 -1
  227. package/chunks/{bundle-CBOpPuMW.js → bundle-CsytPiOJ.js} +4 -4
  228. package/chunks/{bundle-CBOpPuMW.js.map → bundle-CsytPiOJ.js.map} +1 -1
  229. package/chunks/{bundle-CEE3GJSk.js → bundle-CtgfNuSx.js} +14 -14
  230. package/chunks/{bundle-CEE3GJSk.js.map → bundle-CtgfNuSx.js.map} +1 -1
  231. package/chunks/{bundle-BYOddwmS.js → bundle-CzUdBLkC.js} +1 -1
  232. package/chunks/{bundle-BYOddwmS.js.map → bundle-CzUdBLkC.js.map} +1 -1
  233. package/chunks/{bundle-DgFzcADJ.js → bundle-D0rjYGGS.js} +4 -4
  234. package/chunks/bundle-D0rjYGGS.js.map +1 -0
  235. package/chunks/{bundle--1cImOGd.js → bundle-D2WDNJo3.js} +1 -1
  236. package/chunks/bundle-D2WDNJo3.js.map +1 -0
  237. package/chunks/{bundle-Cn2czFA-.js → bundle-D7u8kOvm.js} +1 -1
  238. package/chunks/bundle-D7u8kOvm.js.map +1 -0
  239. package/chunks/{bundle-BqjbaVLO.js → bundle-DClNXjbH.js} +1 -1
  240. package/chunks/bundle-DClNXjbH.js.map +1 -0
  241. package/chunks/{bundle-Dy1IZ181.js → bundle-DE3pwPnK.js} +3 -3
  242. package/chunks/{bundle-Dy1IZ181.js.map → bundle-DE3pwPnK.js.map} +1 -1
  243. package/chunks/{bundle-CGOt5cwH.js → bundle-DED6ykI2.js} +11 -11
  244. package/chunks/{bundle-CGOt5cwH.js.map → bundle-DED6ykI2.js.map} +1 -1
  245. package/chunks/{bundle-CYXfk28D.js → bundle-DFCAaene.js} +2 -2
  246. package/chunks/{bundle-CYXfk28D.js.map → bundle-DFCAaene.js.map} +1 -1
  247. package/chunks/{bundle-tFnb24Id.js → bundle-DFN615el.js} +3 -3
  248. package/chunks/bundle-DFN615el.js.map +1 -0
  249. package/chunks/{bundle-C60pq62Y.js → bundle-DIMUmFPr.js} +6 -6
  250. package/chunks/bundle-DIMUmFPr.js.map +1 -0
  251. package/chunks/{bundle-DZJe3dCn.js → bundle-DW7OSzTR.js} +1 -1
  252. package/chunks/bundle-DW7OSzTR.js.map +1 -0
  253. package/chunks/{bundle-D_SH0JG9.js → bundle-DYelmCaJ.js} +4 -4
  254. package/chunks/{bundle-DhzrKzt2.js.map → bundle-DYelmCaJ.js.map} +1 -1
  255. package/chunks/{bundle-De-3zaYV.js → bundle-DZqwMS3W.js} +1 -1
  256. package/chunks/{bundle-De-3zaYV.js.map → bundle-DZqwMS3W.js.map} +1 -1
  257. package/chunks/{bundle-Dp_oW1ks.js → bundle-D_EGVbIE.js} +1 -1
  258. package/chunks/bundle-D_EGVbIE.js.map +1 -0
  259. package/chunks/{bundle-HspRRkmy.js → bundle-D_LGb3iP.js} +3 -3
  260. package/chunks/bundle-D_LGb3iP.js.map +1 -0
  261. package/chunks/{bundle-C8TP-mjp.js → bundle-Dgw2TJtg.js} +2 -2
  262. package/chunks/{bundle-C8TP-mjp.js.map → bundle-Dgw2TJtg.js.map} +1 -1
  263. package/chunks/{bundle-CFXaZ31h.js → bundle-Dhb42IzS.js} +1 -1
  264. package/chunks/bundle-Dhb42IzS.js.map +1 -0
  265. package/chunks/{bundle-uthnB1Zu.js → bundle-DlhvSHrD.js} +14 -14
  266. package/chunks/{bundle-uthnB1Zu.js.map → bundle-DlhvSHrD.js.map} +1 -1
  267. package/chunks/{bundle-BoZwl2OL.js → bundle-DqD9YMk8.js} +12 -12
  268. package/chunks/{bundle-BoZwl2OL.js.map → bundle-DqD9YMk8.js.map} +1 -1
  269. package/chunks/{bundle-jhdKInOw.js → bundle-DrcPuHlD.js} +1 -1
  270. package/chunks/bundle-DrcPuHlD.js.map +1 -0
  271. package/chunks/{bundle-DS6Kt7YS.js → bundle-DtR2TiKT.js} +1 -1
  272. package/chunks/bundle-DtR2TiKT.js.map +1 -0
  273. package/chunks/{bundle-WsWZ-SJW.js → bundle-Dv5KaUgr.js} +3 -3
  274. package/chunks/bundle-Dv5KaUgr.js.map +1 -0
  275. package/chunks/{bundle-C_ngoQD_.js → bundle-DyQxFMQW.js} +1 -1
  276. package/chunks/bundle-DyQxFMQW.js.map +1 -0
  277. package/chunks/{bundle-CDcu1I4f.js → bundle-DzHvjKyy.js} +1 -1
  278. package/chunks/bundle-DzHvjKyy.js.map +1 -0
  279. package/chunks/{bundle-QCH8CZT8.js → bundle-DzQFhr2v.js} +7 -7
  280. package/chunks/{bundle-QCH8CZT8.js.map → bundle-DzQFhr2v.js.map} +1 -1
  281. package/chunks/{bundle-C6Hk5xTT.js → bundle-IHJzkYvz.js} +1 -1
  282. package/chunks/bundle-IHJzkYvz.js.map +1 -0
  283. package/chunks/{bundle-BTxw_tIt.js → bundle-Lk7feyiU.js} +1 -1
  284. package/chunks/bundle-Lk7feyiU.js.map +1 -0
  285. package/chunks/{bundle-DhzrKzt2.js → bundle-MZ1nucs-.js} +8 -8
  286. package/chunks/{bundle-D_SH0JG9.js.map → bundle-MZ1nucs-.js.map} +1 -1
  287. package/chunks/{bundle-C4OmfIXk.js → bundle-OanO9mKz.js} +3 -3
  288. package/chunks/{bundle-C4OmfIXk.js.map → bundle-OanO9mKz.js.map} +1 -1
  289. package/chunks/{bundle-DXneAdAp.js → bundle-c7mOTlhn.js} +1 -1
  290. package/chunks/bundle-c7mOTlhn.js.map +1 -0
  291. package/chunks/{bundle-DwLTEVMK.js → bundle-d_r1h7_n.js} +7 -7
  292. package/chunks/{bundle-DwLTEVMK.js.map → bundle-d_r1h7_n.js.map} +1 -1
  293. package/chunks/{bundle-D6CBeFkE.js → bundle-dlqPu1Rk.js} +7 -7
  294. package/chunks/bundle-dlqPu1Rk.js.map +1 -0
  295. package/chunks/{bundle-BkZBhjs8.js → bundle-fMgK9f0J.js} +8 -8
  296. package/chunks/{bundle-BkZBhjs8.js.map → bundle-fMgK9f0J.js.map} +1 -1
  297. package/chunks/{bundle-BqREbgmR.js → bundle-gbb2uFaa.js} +9 -9
  298. package/chunks/{bundle-BqREbgmR.js.map → bundle-gbb2uFaa.js.map} +1 -1
  299. package/chunks/{bundle-Y2KBbxRr.js → bundle-n2I35dTn.js} +1 -1
  300. package/chunks/{bundle-Y2KBbxRr.js.map → bundle-n2I35dTn.js.map} +1 -1
  301. package/chunks/{bundle-4w9Y7uxA.js → bundle-qfs4NbM9.js} +1 -1
  302. package/chunks/bundle-qfs4NbM9.js.map +1 -0
  303. package/cjs/App.js +89 -88
  304. package/cjs/App.js.map +1 -1
  305. package/cjs/Channel/components/ChannelHeader.js +32 -32
  306. package/cjs/Channel/components/ChannelUI.js +67 -67
  307. package/cjs/Channel/components/FileViewer.js +30 -30
  308. package/cjs/Channel/components/FrozenNotification.js +6 -6
  309. package/cjs/Channel/components/Message.js +56 -56
  310. package/cjs/Channel/components/MessageInput.js +43 -43
  311. package/cjs/Channel/components/MessageInputWrapper.js +43 -43
  312. package/cjs/Channel/components/MessageList.js +60 -60
  313. package/cjs/Channel/components/RemoveMessageModal.js +29 -29
  314. package/cjs/Channel/components/SuggestedMentionList.js +29 -29
  315. package/cjs/Channel/components/TypingIndicator.js +9 -9
  316. package/cjs/Channel/components/UnreadCount.js +8 -8
  317. package/cjs/Channel/context.js +23 -23
  318. package/cjs/Channel/hooks/useHandleUploadFiles.js +18 -18
  319. package/cjs/Channel/hooks/useInitialMessagesFetch.js +8 -8
  320. package/cjs/Channel/utils/compareMessagesForGrouping.js +8 -8
  321. package/cjs/Channel/utils/getMessagePartsInfo.js +9 -9
  322. package/cjs/Channel.js +67 -67
  323. package/cjs/ChannelList/components/AddChannel.js +89 -88
  324. package/cjs/ChannelList/components/AddChannel.js.map +1 -1
  325. package/cjs/ChannelList/components/ChannelListHeader.js +13 -13
  326. package/cjs/ChannelList/components/ChannelListUI.js +89 -88
  327. package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
  328. package/cjs/ChannelList/components/ChannelPreview.js +32 -32
  329. package/cjs/ChannelList/components/ChannelPreviewAction.js +17 -17
  330. package/cjs/ChannelList/context.js +14 -14
  331. package/cjs/ChannelList.js +89 -88
  332. package/cjs/ChannelList.js.map +1 -1
  333. package/cjs/ChannelSettings/components/ChannelProfile.js +23 -23
  334. package/cjs/ChannelSettings/components/ChannelSettingMenuList.js +14 -14
  335. package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +11 -11
  336. package/cjs/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
  337. package/cjs/ChannelSettings/components/ChannelSettingsUI.js +31 -31
  338. package/cjs/ChannelSettings/components/EditDetailsModal.js +19 -19
  339. package/cjs/ChannelSettings/components/LeaveChannel.js +20 -20
  340. package/cjs/ChannelSettings/components/ModerationPanel.js +29 -29
  341. package/cjs/ChannelSettings/components/UserListItem.js +19 -19
  342. package/cjs/ChannelSettings/components/UserPanel.js +28 -28
  343. package/cjs/ChannelSettings/context.js +9 -9
  344. package/cjs/ChannelSettings/hooks/useMenuList.js +29 -29
  345. package/cjs/ChannelSettings.js +31 -31
  346. package/cjs/CreateChannel/components/CreateChannelUI.js +89 -88
  347. package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
  348. package/cjs/CreateChannel/components/InviteUsers.js +89 -88
  349. package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
  350. package/cjs/CreateChannel/components/SelectChannelType.js +89 -88
  351. package/cjs/CreateChannel/components/SelectChannelType.js.map +1 -1
  352. package/cjs/CreateChannel/context.js +89 -88
  353. package/cjs/CreateChannel/context.js.map +1 -1
  354. package/cjs/CreateChannel.js +89 -88
  355. package/cjs/CreateChannel.js.map +1 -1
  356. package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +15 -15
  357. package/cjs/CreateOpenChannel/context.js +4 -4
  358. package/cjs/CreateOpenChannel.js +15 -15
  359. package/cjs/EditUserProfile/components/EditUserProfileUI.js +15 -15
  360. package/cjs/EditUserProfile/context.js +1 -1
  361. package/cjs/EditUserProfile.js +15 -15
  362. package/cjs/GroupChannel/components/FileViewer.js +28 -28
  363. package/cjs/GroupChannel/components/FrozenNotification.js +6 -6
  364. package/cjs/GroupChannel/components/GroupChannelHeader.js +29 -29
  365. package/cjs/GroupChannel/components/GroupChannelUI.js +63 -63
  366. package/cjs/GroupChannel/components/Message.js +54 -54
  367. package/cjs/GroupChannel/components/MessageInputWrapper.js +40 -40
  368. package/cjs/GroupChannel/components/MessageList.js +56 -56
  369. package/cjs/GroupChannel/components/RemoveMessageModal.js +27 -27
  370. package/cjs/GroupChannel/components/SuggestedMentionList.js +15 -15
  371. package/cjs/GroupChannel/components/TypingIndicator.js +9 -9
  372. package/cjs/GroupChannel/components/UnreadCount.js +8 -8
  373. package/cjs/GroupChannel/context.js +15 -15
  374. package/cjs/GroupChannel.js +63 -63
  375. package/cjs/GroupChannelList/components/AddGroupChannel.js +89 -88
  376. package/cjs/GroupChannelList/components/AddGroupChannel.js.map +1 -1
  377. package/cjs/GroupChannelList/components/GroupChannelListHeader.js +13 -13
  378. package/cjs/GroupChannelList/components/GroupChannelListItem.js +32 -32
  379. package/cjs/GroupChannelList/components/GroupChannelListUI.js +89 -88
  380. package/cjs/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
  381. package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +17 -17
  382. package/cjs/GroupChannelList/context.js +10 -10
  383. package/cjs/GroupChannelList.js +89 -88
  384. package/cjs/GroupChannelList.js.map +1 -1
  385. package/cjs/MessageSearch/components/MessageSearchUI.js +20 -20
  386. package/cjs/MessageSearch/context.js +5 -5
  387. package/cjs/MessageSearch.js +22 -22
  388. package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
  389. package/cjs/OpenChannel/components/OpenChannelHeader.js +20 -20
  390. package/cjs/OpenChannel/components/OpenChannelInput.js +29 -29
  391. package/cjs/OpenChannel/components/OpenChannelMessage.js +39 -39
  392. package/cjs/OpenChannel/components/OpenChannelMessageList.js +43 -43
  393. package/cjs/OpenChannel/components/OpenChannelUI.js +43 -43
  394. package/cjs/OpenChannel/context.js +19 -19
  395. package/cjs/OpenChannel.js +43 -43
  396. package/cjs/OpenChannelList/components/OpenChannelListUI.js +17 -17
  397. package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
  398. package/cjs/OpenChannelList/context.js +6 -6
  399. package/cjs/OpenChannelList.js +17 -17
  400. package/cjs/OpenChannelSettings/components/EditDetailsModal.js +18 -18
  401. package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +18 -18
  402. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +24 -24
  403. package/cjs/OpenChannelSettings/components/OperatorUI.js +24 -24
  404. package/cjs/OpenChannelSettings/components/ParticipantUI.js +22 -22
  405. package/cjs/OpenChannelSettings/context.js +6 -6
  406. package/cjs/OpenChannelSettings.js +24 -24
  407. package/cjs/SendbirdProvider.js +24 -24
  408. package/cjs/Thread/components/ParentMessageInfo.js +49 -49
  409. package/cjs/Thread/components/ParentMessageInfoItem.js +35 -34
  410. package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
  411. package/cjs/Thread/components/ThreadHeader.js +8 -8
  412. package/cjs/Thread/components/ThreadList.js +56 -56
  413. package/cjs/Thread/components/ThreadListItem.js +56 -56
  414. package/cjs/Thread/components/ThreadMessageInput.js +46 -46
  415. package/cjs/Thread/components/ThreadUI.js +62 -62
  416. package/cjs/Thread/context.js +15 -15
  417. package/cjs/Thread.js +62 -62
  418. package/cjs/VoicePlayer/context.js +6 -6
  419. package/cjs/VoicePlayer/useVoicePlayer.js +14 -14
  420. package/cjs/VoiceRecorder/context.js +13 -13
  421. package/cjs/VoiceRecorder/useVoiceRecorder.js +13 -13
  422. package/cjs/chunks/{bundle-DlOFss3p.js → bundle-B-GZm9oL.js} +1 -1
  423. package/cjs/chunks/bundle-B-GZm9oL.js.map +1 -0
  424. package/cjs/chunks/{bundle-BcgWN8U2.js → bundle-B-KgHPug.js} +4 -4
  425. package/cjs/chunks/bundle-B-KgHPug.js.map +1 -0
  426. package/cjs/chunks/{bundle-BUGwK1WK.js → bundle-B31--gzH.js} +1 -1
  427. package/cjs/chunks/bundle-B31--gzH.js.map +1 -0
  428. package/cjs/chunks/{bundle-B2xIXbEG.js → bundle-B3wF0oUF.js} +3 -3
  429. package/cjs/chunks/bundle-B3wF0oUF.js.map +1 -0
  430. package/cjs/chunks/{bundle-CCXodf32.js → bundle-B8-UlZ4x.js} +14 -14
  431. package/cjs/chunks/{bundle-CCXodf32.js.map → bundle-B8-UlZ4x.js.map} +1 -1
  432. package/cjs/chunks/{bundle-kPv1Olqr.js → bundle-BFRyEI73.js} +1 -1
  433. package/cjs/chunks/bundle-BFRyEI73.js.map +1 -0
  434. package/cjs/chunks/{bundle-CgCnWqE5.js → bundle-BFU9Fd_U.js} +1 -1
  435. package/cjs/chunks/bundle-BFU9Fd_U.js.map +1 -0
  436. package/cjs/chunks/{bundle-BLQ7t6yE.js → bundle-BG-QFWNN.js} +7 -7
  437. package/cjs/chunks/bundle-BG-QFWNN.js.map +1 -0
  438. package/cjs/chunks/{bundle-EhtiN7UV.js → bundle-BGPBg3UY.js} +1 -1
  439. package/cjs/chunks/bundle-BGPBg3UY.js.map +1 -0
  440. package/cjs/chunks/{bundle-CXHWkhsI.js → bundle-BKoZL61R.js} +2 -2
  441. package/cjs/chunks/bundle-BKoZL61R.js.map +1 -0
  442. package/cjs/chunks/{bundle-B-Smxy4L.js → bundle-BLYPVruS.js} +1 -1
  443. package/cjs/chunks/bundle-BLYPVruS.js.map +1 -0
  444. package/cjs/chunks/{bundle-Bqahh-7Q.js → bundle-BLu0oOca.js} +7 -7
  445. package/cjs/chunks/{bundle-Bqahh-7Q.js.map → bundle-BLu0oOca.js.map} +1 -1
  446. package/cjs/chunks/{bundle-DAVPwIxJ.js → bundle-BPb1J2L8.js} +1 -1
  447. package/cjs/chunks/bundle-BPb1J2L8.js.map +1 -0
  448. package/cjs/chunks/{bundle-CdtZVJ6y.js → bundle-BQWrXCDU.js} +9 -9
  449. package/cjs/chunks/{bundle-CdtZVJ6y.js.map → bundle-BQWrXCDU.js.map} +1 -1
  450. package/cjs/chunks/{bundle-AAO7jUU2.js → bundle-BTfsH4G2.js} +3 -3
  451. package/cjs/chunks/{bundle-AAO7jUU2.js.map → bundle-BTfsH4G2.js.map} +1 -1
  452. package/cjs/chunks/{bundle-CcVLRLk8.js → bundle-BVe6ux8N.js} +8 -8
  453. package/cjs/chunks/bundle-BVe6ux8N.js.map +1 -0
  454. package/cjs/chunks/{bundle-CLXojdVj.js → bundle-BZf3vFAm.js} +35 -43
  455. package/{chunks/bundle-Dupd7RPQ.js.map → cjs/chunks/bundle-BZf3vFAm.js.map} +1 -1
  456. package/cjs/chunks/{bundle-CqFqMb6S.js → bundle-BaK9Ky7s.js} +3 -3
  457. package/cjs/chunks/bundle-BaK9Ky7s.js.map +1 -0
  458. package/cjs/chunks/{bundle-CBLzrxjV.js → bundle-BbmH6LLx.js} +4 -4
  459. package/cjs/chunks/{bundle-CBLzrxjV.js.map → bundle-BbmH6LLx.js.map} +1 -1
  460. package/cjs/chunks/{bundle-LI9JjqG2.js → bundle-BcTNgo8z.js} +6 -6
  461. package/cjs/chunks/bundle-BcTNgo8z.js.map +1 -0
  462. package/cjs/chunks/{bundle-dfqZUdij.js → bundle-BeoSisbE.js} +1 -1
  463. package/cjs/chunks/bundle-BeoSisbE.js.map +1 -0
  464. package/cjs/chunks/{bundle-CvQwksvR.js → bundle-BmbAu-Gt.js} +1 -1
  465. package/cjs/chunks/bundle-BmbAu-Gt.js.map +1 -0
  466. package/cjs/chunks/{bundle-DeyX1dvY.js → bundle-BpG_WYc4.js} +2 -2
  467. package/cjs/chunks/bundle-BpG_WYc4.js.map +1 -0
  468. package/cjs/chunks/{bundle-CyQD5TkW.js → bundle-BqOK7ieD.js} +1 -1
  469. package/cjs/chunks/bundle-BqOK7ieD.js.map +1 -0
  470. package/cjs/chunks/{bundle-B9BY1g5d.js → bundle-BqgCZGRi.js} +2 -2
  471. package/cjs/chunks/{bundle-B9BY1g5d.js.map → bundle-BqgCZGRi.js.map} +1 -1
  472. package/cjs/chunks/{bundle-DQNu-S6D.js → bundle-BzjiLmyF.js} +1 -1
  473. package/cjs/chunks/bundle-BzjiLmyF.js.map +1 -0
  474. package/cjs/chunks/{bundle-DJOukqkN.js → bundle-C9w6xk4N.js} +15 -15
  475. package/cjs/chunks/{bundle-DJOukqkN.js.map → bundle-C9w6xk4N.js.map} +1 -1
  476. package/cjs/chunks/{bundle-Dn0hi6OJ.js → bundle-C9wG9DL4.js} +1 -1
  477. package/cjs/chunks/{bundle-Dn0hi6OJ.js.map → bundle-C9wG9DL4.js.map} +1 -1
  478. package/cjs/chunks/{bundle-DsZL8mH-.js → bundle-CBTgXrzB.js} +1 -1
  479. package/cjs/chunks/bundle-CBTgXrzB.js.map +1 -0
  480. package/cjs/chunks/{bundle-BEbBkdwl.js → bundle-CDwSYwb1.js} +12 -12
  481. package/cjs/chunks/bundle-CDwSYwb1.js.map +1 -0
  482. package/cjs/chunks/{bundle-BeI9AozB.js → bundle-CHSR4a-D.js} +12 -12
  483. package/cjs/chunks/{bundle-BeI9AozB.js.map → bundle-CHSR4a-D.js.map} +1 -1
  484. package/cjs/chunks/{bundle-Cwboa2Wr.js → bundle-CHsFczzT.js} +1 -1
  485. package/cjs/chunks/bundle-CHsFczzT.js.map +1 -0
  486. package/cjs/chunks/{bundle-de2DEYPS.js → bundle-CKdZ-wS6.js} +4 -4
  487. package/cjs/chunks/bundle-CKdZ-wS6.js.map +1 -0
  488. package/cjs/chunks/{bundle-B1NPGl_q.js → bundle-COU-tJwx.js} +2 -2
  489. package/cjs/chunks/bundle-COU-tJwx.js.map +1 -0
  490. package/cjs/chunks/{bundle-FJtjwZwh.js → bundle-CQhMb88H.js} +3 -3
  491. package/cjs/chunks/{bundle-FJtjwZwh.js.map → bundle-CQhMb88H.js.map} +1 -1
  492. package/cjs/chunks/{bundle-Y1fPW7ES.js → bundle-CRWzrl3k.js} +12 -12
  493. package/cjs/chunks/{bundle-Y1fPW7ES.js.map → bundle-CRWzrl3k.js.map} +1 -1
  494. package/cjs/chunks/{bundle-DwVBqZFY.js → bundle-CSn3-uvX.js} +4 -4
  495. package/cjs/chunks/bundle-CSn3-uvX.js.map +1 -0
  496. package/cjs/chunks/{bundle-aMt_60_o.js → bundle-CTtX7mm7.js} +1 -1
  497. package/cjs/chunks/{bundle-aMt_60_o.js.map → bundle-CTtX7mm7.js.map} +1 -1
  498. package/cjs/chunks/{bundle-UKqK7ytZ.js → bundle-CX4BDyf6.js} +1 -1
  499. package/cjs/chunks/bundle-CX4BDyf6.js.map +1 -0
  500. package/cjs/chunks/{bundle-B0UICprZ.js → bundle-CX5T5Rze.js} +3 -3
  501. package/cjs/chunks/{bundle-B0UICprZ.js.map → bundle-CX5T5Rze.js.map} +1 -1
  502. package/cjs/chunks/{bundle-BfhkRB7U.js → bundle-CaVBqkQl.js} +11 -11
  503. package/cjs/chunks/{bundle-BfhkRB7U.js.map → bundle-CaVBqkQl.js.map} +1 -1
  504. package/cjs/chunks/{bundle-ChpcAmBg.js → bundle-CaeCKb7O.js} +2 -2
  505. package/cjs/chunks/bundle-CaeCKb7O.js.map +1 -0
  506. package/cjs/chunks/{bundle-B7URG8PR.js → bundle-CanicrRy.js} +12 -12
  507. package/cjs/chunks/{bundle-B7URG8PR.js.map → bundle-CanicrRy.js.map} +1 -1
  508. package/cjs/chunks/{bundle-DptJHWLW.js → bundle-CmYbmN37.js} +10 -10
  509. package/cjs/chunks/{bundle-DptJHWLW.js.map → bundle-CmYbmN37.js.map} +1 -1
  510. package/cjs/chunks/{bundle-swpo7Z_P.js → bundle-CnFtyZLe.js} +4 -4
  511. package/cjs/chunks/bundle-CnFtyZLe.js.map +1 -0
  512. package/cjs/chunks/{bundle-Bx1_cAVo.js → bundle-CsZf05H6.js} +7 -7
  513. package/cjs/chunks/bundle-CsZf05H6.js.map +1 -0
  514. package/cjs/chunks/{bundle-CPeZ4wPf.js → bundle-Ctr-5495.js} +1 -1
  515. package/cjs/chunks/bundle-Ctr-5495.js.map +1 -0
  516. package/cjs/chunks/{bundle-BXvzT2m9.js → bundle-CvWxiVQB.js} +1 -1
  517. package/cjs/chunks/bundle-CvWxiVQB.js.map +1 -0
  518. package/cjs/chunks/{bundle-CzJX13Yl.js → bundle-CvbPd84z.js} +2 -2
  519. package/cjs/chunks/bundle-CvbPd84z.js.map +1 -0
  520. package/cjs/chunks/{bundle-D4Il5UXX.js → bundle-CwnzdJWX.js} +1 -1
  521. package/cjs/chunks/bundle-CwnzdJWX.js.map +1 -0
  522. package/cjs/chunks/{bundle-BPWJgESF.js → bundle-CxERfwIA.js} +1 -1
  523. package/cjs/chunks/bundle-CxERfwIA.js.map +1 -0
  524. package/cjs/chunks/{bundle-CxoFSSXv.js → bundle-CxkC8Lsb.js} +1 -1
  525. package/cjs/chunks/bundle-CxkC8Lsb.js.map +1 -0
  526. package/cjs/chunks/{bundle-CG2rv5Ij.js → bundle-D0PDUbFN.js} +1 -1
  527. package/cjs/chunks/bundle-D0PDUbFN.js.map +1 -0
  528. package/cjs/chunks/{bundle-CMpha6Ac.js → bundle-D2MFAAi9.js} +2 -2
  529. package/cjs/chunks/bundle-D2MFAAi9.js.map +1 -0
  530. package/cjs/chunks/{bundle-BOb4newg.js → bundle-D64Ofnqw.js} +7 -7
  531. package/cjs/chunks/bundle-D64Ofnqw.js.map +1 -0
  532. package/cjs/chunks/{bundle-BIrmQghI.js → bundle-D6KDZ7zy.js} +1 -1
  533. package/cjs/chunks/bundle-D6KDZ7zy.js.map +1 -0
  534. package/cjs/chunks/{bundle-DK39NcVd.js → bundle-D7XJARfM.js} +5 -5
  535. package/cjs/chunks/{bundle-DK39NcVd.js.map → bundle-D7XJARfM.js.map} +1 -1
  536. package/cjs/chunks/{bundle-Cq2Y8hPN.js → bundle-DCdddS7_.js} +5 -5
  537. package/cjs/chunks/bundle-DCdddS7_.js.map +1 -0
  538. package/cjs/chunks/{bundle-C8MACRPO.js → bundle-DEY6ZEfN.js} +1 -1
  539. package/cjs/chunks/bundle-DEY6ZEfN.js.map +1 -0
  540. package/cjs/chunks/{bundle-Bd-cNaJc.js → bundle-DGyZJZFJ.js} +3 -3
  541. package/cjs/chunks/bundle-DGyZJZFJ.js.map +1 -0
  542. package/cjs/chunks/{bundle-BPGU6BH2.js → bundle-DL-6sCsg.js} +3 -3
  543. package/cjs/chunks/bundle-DL-6sCsg.js.map +1 -0
  544. package/cjs/chunks/{bundle-G4J-OWth.js → bundle-DLRtzavB.js} +14 -14
  545. package/cjs/chunks/{bundle-G4J-OWth.js.map → bundle-DLRtzavB.js.map} +1 -1
  546. package/cjs/chunks/{bundle-D2TXT2xX.js → bundle-DNnJRgKo.js} +7 -7
  547. package/cjs/chunks/bundle-DNnJRgKo.js.map +1 -0
  548. package/cjs/chunks/{bundle-BX4VESNC.js → bundle-DOnImHdc.js} +12 -12
  549. package/cjs/chunks/{bundle-BX4VESNC.js.map → bundle-DOnImHdc.js.map} +1 -1
  550. package/cjs/chunks/{bundle-za5uPkdP.js → bundle-DPFaWB0i.js} +1 -1
  551. package/cjs/chunks/bundle-DPFaWB0i.js.map +1 -0
  552. package/cjs/chunks/{bundle-ys65nyET.js → bundle-DQStHpca.js} +3 -3
  553. package/cjs/chunks/bundle-DQStHpca.js.map +1 -0
  554. package/cjs/chunks/{bundle-CpzjjrHg.js → bundle-DTKgh_OH.js} +8 -8
  555. package/cjs/chunks/bundle-DTKgh_OH.js.map +1 -0
  556. package/cjs/chunks/{bundle-j0RMwIZ5.js → bundle-DXdwhG9m.js} +4 -4
  557. package/cjs/chunks/bundle-DXdwhG9m.js.map +1 -0
  558. package/cjs/chunks/{bundle-D5wxUmg4.js → bundle-DXh71xax.js} +10 -10
  559. package/cjs/chunks/bundle-DXh71xax.js.map +1 -0
  560. package/cjs/chunks/{bundle-D7YiKR6i.js → bundle-DY_4MaPC.js} +6 -6
  561. package/cjs/chunks/{bundle-D7YiKR6i.js.map → bundle-DY_4MaPC.js.map} +1 -1
  562. package/cjs/chunks/{bundle-BFKxvlzn.js → bundle-Dc2jojhV.js} +8 -8
  563. package/cjs/chunks/bundle-Dc2jojhV.js.map +1 -0
  564. package/cjs/chunks/{bundle-CLL-nCFU.js → bundle-DcapJMbj.js} +4 -4
  565. package/cjs/chunks/bundle-DcapJMbj.js.map +1 -0
  566. package/cjs/chunks/{bundle-vEi_Cfco.js → bundle-Dchs5iUg.js} +4 -4
  567. package/cjs/chunks/bundle-Dchs5iUg.js.map +1 -0
  568. package/cjs/chunks/{bundle-L8U6SolV.js → bundle-Dg-SgFUd.js} +6 -6
  569. package/cjs/chunks/bundle-Dg-SgFUd.js.map +1 -0
  570. package/cjs/chunks/{bundle-C1G0SKDq.js → bundle-Dinb1k4H.js} +1 -1
  571. package/cjs/chunks/{bundle-C1G0SKDq.js.map → bundle-Dinb1k4H.js.map} +1 -1
  572. package/cjs/chunks/{bundle-B2KoWBOt.js → bundle-DjQ51Gz3.js} +1 -1
  573. package/cjs/chunks/bundle-DjQ51Gz3.js.map +1 -0
  574. package/cjs/chunks/{bundle-CaNXlSAv.js → bundle-DndNW_p2.js} +6 -6
  575. package/cjs/chunks/bundle-DndNW_p2.js.map +1 -0
  576. package/cjs/chunks/{bundle-BV7y6VDn.js → bundle-DohpOQhv.js} +1 -1
  577. package/cjs/chunks/{bundle-BV7y6VDn.js.map → bundle-DohpOQhv.js.map} +1 -1
  578. package/cjs/chunks/{bundle-nPNv9ATU.js → bundle-DvAz9ly9.js} +4 -4
  579. package/cjs/chunks/bundle-DvAz9ly9.js.map +1 -0
  580. package/cjs/chunks/{bundle-4kO4nPo9.js → bundle-DvgqeYnO.js} +7 -7
  581. package/cjs/chunks/{bundle-4kO4nPo9.js.map → bundle-DvgqeYnO.js.map} +1 -1
  582. package/cjs/chunks/{bundle-Da973hrK.js → bundle-H18G0FJP.js} +1 -1
  583. package/cjs/chunks/bundle-H18G0FJP.js.map +1 -0
  584. package/cjs/chunks/{bundle-DNjcGEfJ.js → bundle-IWqXsOEe.js} +1 -1
  585. package/cjs/chunks/bundle-IWqXsOEe.js.map +1 -0
  586. package/cjs/chunks/{bundle-DDNdw3A9.js → bundle-JcP06s4C.js} +4 -4
  587. package/cjs/chunks/bundle-JcP06s4C.js.map +1 -0
  588. package/cjs/chunks/{bundle-yU9Mr2pS.js → bundle-MMr_3xz8.js} +1 -1
  589. package/cjs/chunks/bundle-MMr_3xz8.js.map +1 -0
  590. package/cjs/chunks/{bundle-YeW89zsR.js → bundle-Qh_V0SpH.js} +8 -8
  591. package/cjs/chunks/bundle-Qh_V0SpH.js.map +1 -0
  592. package/cjs/chunks/{bundle-Dn7m9LzR.js → bundle-aGQcpgMt.js} +4 -4
  593. package/cjs/chunks/{bundle-Dn7m9LzR.js.map → bundle-aGQcpgMt.js.map} +1 -1
  594. package/cjs/chunks/{bundle-BqAUDzGx.js → bundle-eU2koURK.js} +3 -3
  595. package/cjs/chunks/bundle-eU2koURK.js.map +1 -0
  596. package/cjs/chunks/{bundle-THfLGJxy.js → bundle-lslvc9Xm.js} +5 -5
  597. package/cjs/chunks/{bundle-THfLGJxy.js.map → bundle-lslvc9Xm.js.map} +1 -1
  598. package/cjs/chunks/{bundle-CzdU1g3S.js → bundle-mOrK9qpT.js} +4 -4
  599. package/cjs/chunks/bundle-mOrK9qpT.js.map +1 -0
  600. package/cjs/chunks/{bundle-BWtBhW43.js → bundle-uxCmoaZH.js} +8 -8
  601. package/cjs/chunks/{bundle-BWtBhW43.js.map → bundle-uxCmoaZH.js.map} +1 -1
  602. package/cjs/chunks/{bundle-C4t_1F0C.js → bundle-xOZ6gF7Z.js} +3 -3
  603. package/cjs/chunks/bundle-xOZ6gF7Z.js.map +1 -0
  604. package/cjs/hooks/useConnectionState.js +5 -5
  605. package/cjs/hooks/useLocalization.js +4 -4
  606. package/cjs/hooks/useModal.js +13 -13
  607. package/cjs/index.js +91 -90
  608. package/cjs/index.js.map +1 -1
  609. package/cjs/pubSub/topics.js +1 -1
  610. package/cjs/sendbirdSelectors.js +2 -2
  611. package/cjs/ui/Accordion.js +2 -2
  612. package/cjs/ui/AccordionGroup.js +1 -1
  613. package/cjs/ui/AdminMessage.js +3 -3
  614. package/cjs/ui/Avatar.js +4 -4
  615. package/cjs/ui/Badge.js +5 -5
  616. package/cjs/ui/BottomSheet.js +13 -13
  617. package/cjs/ui/Button.js +3 -3
  618. package/cjs/ui/ChannelAvatar.js +5 -5
  619. package/cjs/ui/ConnectionStatus.js +6 -6
  620. package/cjs/ui/ContextMenu.js +14 -14
  621. package/cjs/ui/DateSeparator.js +4 -4
  622. package/cjs/ui/EmojiReactions.js +23 -23
  623. package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +10 -10
  624. package/cjs/ui/FileMessageItemBody.js +13 -13
  625. package/cjs/ui/FileViewer.js +19 -19
  626. package/cjs/ui/Header.js +6 -6
  627. package/cjs/ui/Icon.js +2 -2
  628. package/cjs/ui/IconButton.js +1 -1
  629. package/cjs/ui/ImageRenderer.js +2 -2
  630. package/cjs/ui/Input.js +3 -3
  631. package/cjs/ui/Label.js +3 -3
  632. package/cjs/ui/LinkLabel.js +4 -4
  633. package/cjs/ui/Loader.js +2 -2
  634. package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
  635. package/cjs/ui/MentionLabel.js +19 -19
  636. package/cjs/ui/MentionUserLabel.js +2 -2
  637. package/cjs/ui/MessageContent.js +42 -42
  638. package/cjs/ui/MessageFeedbackFailedModal.js +13 -13
  639. package/cjs/ui/MessageFeedbackModal.js +13 -13
  640. package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
  641. package/cjs/ui/MessageInput.js +20 -20
  642. package/cjs/ui/MessageItemMenu.js +15 -15
  643. package/cjs/ui/MessageItemReactionMenu.js +16 -16
  644. package/cjs/ui/MessageMenu.js +16 -16
  645. package/cjs/ui/MessageSearchFileItem.js +17 -17
  646. package/cjs/ui/MessageSearchItem.js +12 -12
  647. package/cjs/ui/MessageStatus.js +15 -15
  648. package/cjs/ui/MessageTemplate.js +1 -1
  649. package/cjs/ui/MobileFeedbackMenu.js +13 -13
  650. package/cjs/ui/MobileMenu.js +18 -18
  651. package/cjs/ui/Modal.js +12 -12
  652. package/cjs/ui/MutedAvatarOverlay.js +2 -2
  653. package/cjs/ui/OGMessageItemBody.js +23 -23
  654. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  655. package/cjs/ui/OpenChannelAvatar.js +8 -8
  656. package/cjs/ui/OpenchannelConversationHeader.js +8 -8
  657. package/cjs/ui/OpenchannelFileMessage.js +24 -24
  658. package/cjs/ui/OpenchannelOGMessage.js +26 -26
  659. package/cjs/ui/OpenchannelThumbnailMessage.js +23 -23
  660. package/cjs/ui/OpenchannelUserMessage.js +24 -24
  661. package/cjs/ui/PlaceHolder.js +6 -6
  662. package/cjs/ui/PlaybackTime.js +3 -3
  663. package/cjs/ui/ProgressBar.js +1 -1
  664. package/cjs/ui/QuoteMessage.js +12 -12
  665. package/cjs/ui/QuoteMessageInput.js +12 -12
  666. package/cjs/ui/ReactionBadge.js +3 -3
  667. package/cjs/ui/ReactionButton.js +4 -4
  668. package/cjs/ui/SortByRow.js +2 -2
  669. package/cjs/ui/TemplateMessageItemBody.js +14 -14
  670. package/cjs/ui/TextButton.js +2 -2
  671. package/cjs/ui/TextMessageItemBody.js +22 -22
  672. package/cjs/ui/ThreadReplies.js +8 -8
  673. package/cjs/ui/ThumbnailMessageItemBody.js +10 -10
  674. package/cjs/ui/Toggle.js +4 -4
  675. package/cjs/ui/Tooltip.js +3 -3
  676. package/cjs/ui/TooltipWrapper.js +1 -1
  677. package/cjs/ui/TypingIndicatorBubble.js +4 -4
  678. package/cjs/ui/UnknownMessageItemBody.js +10 -10
  679. package/cjs/ui/UserListItem.js +19 -19
  680. package/cjs/ui/UserListItemMenu.js +16 -16
  681. package/cjs/ui/UserProfile.js +13 -13
  682. package/cjs/ui/VoiceMessageInput.js +9 -9
  683. package/cjs/ui/VoiceMessageItemBody.js +14 -14
  684. package/cjs/ui/Word.js +19 -19
  685. package/cjs/useSendbirdStateContext.js +24 -0
  686. package/cjs/useSendbirdStateContext.js.map +1 -0
  687. package/cjs/utils/message/isVoiceMessage.js +6 -6
  688. package/cjs/withSendbird.js +47 -0
  689. package/cjs/withSendbird.js.map +1 -0
  690. package/hooks/useConnectionState.js +5 -5
  691. package/hooks/useLocalization.js +4 -4
  692. package/hooks/useModal.js +14 -14
  693. package/index.js +90 -89
  694. package/index.js.map +1 -1
  695. package/package.json +20 -2
  696. package/pubSub/topics.js +1 -1
  697. package/sendbirdSelectors.js +2 -2
  698. package/types/lib/Sendbird/index.d.ts +1 -1
  699. package/types/lib/Sendbird/withSendbird.d.ts +8 -0
  700. package/ui/Accordion.js +2 -2
  701. package/ui/AccordionGroup.js +1 -1
  702. package/ui/AdminMessage.js +3 -3
  703. package/ui/Avatar.js +4 -4
  704. package/ui/Badge.js +5 -5
  705. package/ui/BottomSheet.js +13 -13
  706. package/ui/Button.js +3 -3
  707. package/ui/ChannelAvatar.js +5 -5
  708. package/ui/ConnectionStatus.js +6 -6
  709. package/ui/ContextMenu.js +14 -14
  710. package/ui/DateSeparator.js +4 -4
  711. package/ui/EmojiReactions.js +23 -23
  712. package/ui/FallbackTemplateMessageItemBody.tsx.js +10 -10
  713. package/ui/FileMessageItemBody.js +13 -13
  714. package/ui/FileViewer.js +19 -19
  715. package/ui/Header.js +6 -6
  716. package/ui/Icon.js +2 -2
  717. package/ui/IconButton.js +1 -1
  718. package/ui/ImageRenderer.js +2 -2
  719. package/ui/Input.js +3 -3
  720. package/ui/Label.js +3 -3
  721. package/ui/LinkLabel.js +4 -4
  722. package/ui/Loader.js +2 -2
  723. package/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
  724. package/ui/MentionLabel.js +19 -19
  725. package/ui/MentionUserLabel.js +2 -2
  726. package/ui/MessageContent.js +42 -42
  727. package/ui/MessageFeedbackFailedModal.js +13 -13
  728. package/ui/MessageFeedbackModal.js +13 -13
  729. package/ui/MessageInput/hooks/usePaste.js +7 -7
  730. package/ui/MessageInput.js +20 -20
  731. package/ui/MessageItemMenu.js +15 -15
  732. package/ui/MessageItemReactionMenu.js +16 -16
  733. package/ui/MessageMenu.js +16 -16
  734. package/ui/MessageSearchFileItem.js +17 -17
  735. package/ui/MessageSearchItem.js +12 -12
  736. package/ui/MessageStatus.js +15 -15
  737. package/ui/MessageTemplate.js +1 -1
  738. package/ui/MobileFeedbackMenu.js +13 -13
  739. package/ui/MobileMenu.js +18 -18
  740. package/ui/Modal.js +12 -12
  741. package/ui/MutedAvatarOverlay.js +2 -2
  742. package/ui/OGMessageItemBody.js +23 -23
  743. package/ui/OpenChannelAdminMessage.js +3 -3
  744. package/ui/OpenChannelAvatar.js +8 -8
  745. package/ui/OpenchannelConversationHeader.js +8 -8
  746. package/ui/OpenchannelFileMessage.js +24 -24
  747. package/ui/OpenchannelOGMessage.js +26 -26
  748. package/ui/OpenchannelThumbnailMessage.js +23 -23
  749. package/ui/OpenchannelUserMessage.js +24 -24
  750. package/ui/PlaceHolder.js +6 -6
  751. package/ui/PlaybackTime.js +3 -3
  752. package/ui/ProgressBar.js +1 -1
  753. package/ui/QuoteMessage.js +12 -12
  754. package/ui/QuoteMessageInput.js +12 -12
  755. package/ui/ReactionBadge.js +3 -3
  756. package/ui/ReactionButton.js +4 -4
  757. package/ui/SortByRow.js +2 -2
  758. package/ui/TemplateMessageItemBody.js +14 -14
  759. package/ui/TextButton.js +2 -2
  760. package/ui/TextMessageItemBody.js +22 -22
  761. package/ui/ThreadReplies.js +8 -8
  762. package/ui/ThumbnailMessageItemBody.js +10 -10
  763. package/ui/Toggle.js +4 -4
  764. package/ui/Tooltip.js +3 -3
  765. package/ui/TooltipWrapper.js +1 -1
  766. package/ui/TypingIndicatorBubble.js +4 -4
  767. package/ui/UnknownMessageItemBody.js +10 -10
  768. package/ui/UserListItem.js +19 -19
  769. package/ui/UserListItemMenu.js +17 -17
  770. package/ui/UserProfile.js +13 -13
  771. package/ui/VoiceMessageInput.js +9 -9
  772. package/ui/VoiceMessageItemBody.js +14 -14
  773. package/ui/Word.js +19 -19
  774. package/useSendbirdStateContext.js +19 -0
  775. package/useSendbirdStateContext.js.map +1 -0
  776. package/utils/message/isVoiceMessage.js +6 -6
  777. package/withSendbird.js +45 -0
  778. package/withSendbird.js.map +1 -0
  779. package/chunks/bundle--1cImOGd.js.map +0 -1
  780. package/chunks/bundle-4w9Y7uxA.js.map +0 -1
  781. package/chunks/bundle-BGj68IUE.js.map +0 -1
  782. package/chunks/bundle-BQnpPj5l.js.map +0 -1
  783. package/chunks/bundle-BTxw_tIt.js.map +0 -1
  784. package/chunks/bundle-BYqblmEM.js.map +0 -1
  785. package/chunks/bundle-BciLDE6M.js.map +0 -1
  786. package/chunks/bundle-BfEYq-V8.js.map +0 -1
  787. package/chunks/bundle-BqjbaVLO.js.map +0 -1
  788. package/chunks/bundle-C3VM5eS8.js.map +0 -1
  789. package/chunks/bundle-C5Pz6wMm.js.map +0 -1
  790. package/chunks/bundle-C60pq62Y.js.map +0 -1
  791. package/chunks/bundle-C6Hk5xTT.js.map +0 -1
  792. package/chunks/bundle-CDcu1I4f.js.map +0 -1
  793. package/chunks/bundle-CFXaZ31h.js.map +0 -1
  794. package/chunks/bundle-CJmXP56m.js.map +0 -1
  795. package/chunks/bundle-CQAiZVNS.js.map +0 -1
  796. package/chunks/bundle-CTkGIdt8.js.map +0 -1
  797. package/chunks/bundle-CYGowmbA.js.map +0 -1
  798. package/chunks/bundle-C_ngoQD_.js.map +0 -1
  799. package/chunks/bundle-Cn2czFA-.js.map +0 -1
  800. package/chunks/bundle-CrQTAewk.js.map +0 -1
  801. package/chunks/bundle-D6CBeFkE.js.map +0 -1
  802. package/chunks/bundle-D8xAej93.js.map +0 -1
  803. package/chunks/bundle-DDZn5buS.js.map +0 -1
  804. package/chunks/bundle-DED6q4Ti.js.map +0 -1
  805. package/chunks/bundle-DS6Kt7YS.js.map +0 -1
  806. package/chunks/bundle-DTYj03OD.js.map +0 -1
  807. package/chunks/bundle-DXneAdAp.js.map +0 -1
  808. package/chunks/bundle-DZJe3dCn.js.map +0 -1
  809. package/chunks/bundle-Dd7rgmeQ.js.map +0 -1
  810. package/chunks/bundle-DgFzcADJ.js.map +0 -1
  811. package/chunks/bundle-DgpfIrde.js.map +0 -1
  812. package/chunks/bundle-Djq12iSf.js.map +0 -1
  813. package/chunks/bundle-Dkmv9H3b.js.map +0 -1
  814. package/chunks/bundle-Do9UFGCD.js.map +0 -1
  815. package/chunks/bundle-Dp_oW1ks.js.map +0 -1
  816. package/chunks/bundle-DqR5RvpV.js.map +0 -1
  817. package/chunks/bundle-DvsR4u7y.js.map +0 -1
  818. package/chunks/bundle-Dx4-1s0A.js.map +0 -1
  819. package/chunks/bundle-HspRRkmy.js.map +0 -1
  820. package/chunks/bundle-L60pJMdf.js.map +0 -1
  821. package/chunks/bundle-LnGQMQVt.js.map +0 -1
  822. package/chunks/bundle-Ob7Cw3V-.js.map +0 -1
  823. package/chunks/bundle-WJtiC3BL.js.map +0 -1
  824. package/chunks/bundle-WsWZ-SJW.js.map +0 -1
  825. package/chunks/bundle-fYlljM7o.js.map +0 -1
  826. package/chunks/bundle-jhdKInOw.js.map +0 -1
  827. package/chunks/bundle-l_QLKq1Y.js.map +0 -1
  828. package/chunks/bundle-nmIRAkKg.js.map +0 -1
  829. package/chunks/bundle-tFnb24Id.js.map +0 -1
  830. package/chunks/bundle-yKqHFFfz.js.map +0 -1
  831. package/chunks/bundle-zOZq2Vpt.js.map +0 -1
  832. package/cjs/chunks/bundle-B-Smxy4L.js.map +0 -1
  833. package/cjs/chunks/bundle-B1NPGl_q.js.map +0 -1
  834. package/cjs/chunks/bundle-B2KoWBOt.js.map +0 -1
  835. package/cjs/chunks/bundle-B2xIXbEG.js.map +0 -1
  836. package/cjs/chunks/bundle-BEbBkdwl.js.map +0 -1
  837. package/cjs/chunks/bundle-BFKxvlzn.js.map +0 -1
  838. package/cjs/chunks/bundle-BIrmQghI.js.map +0 -1
  839. package/cjs/chunks/bundle-BLQ7t6yE.js.map +0 -1
  840. package/cjs/chunks/bundle-BOb4newg.js.map +0 -1
  841. package/cjs/chunks/bundle-BPGU6BH2.js.map +0 -1
  842. package/cjs/chunks/bundle-BPWJgESF.js.map +0 -1
  843. package/cjs/chunks/bundle-BUGwK1WK.js.map +0 -1
  844. package/cjs/chunks/bundle-BXvzT2m9.js.map +0 -1
  845. package/cjs/chunks/bundle-BcgWN8U2.js.map +0 -1
  846. package/cjs/chunks/bundle-Bd-cNaJc.js.map +0 -1
  847. package/cjs/chunks/bundle-BqAUDzGx.js.map +0 -1
  848. package/cjs/chunks/bundle-Bx1_cAVo.js.map +0 -1
  849. package/cjs/chunks/bundle-C4t_1F0C.js.map +0 -1
  850. package/cjs/chunks/bundle-C8MACRPO.js.map +0 -1
  851. package/cjs/chunks/bundle-CG2rv5Ij.js.map +0 -1
  852. package/cjs/chunks/bundle-CLL-nCFU.js.map +0 -1
  853. package/cjs/chunks/bundle-CMpha6Ac.js.map +0 -1
  854. package/cjs/chunks/bundle-CPeZ4wPf.js.map +0 -1
  855. package/cjs/chunks/bundle-CXHWkhsI.js.map +0 -1
  856. package/cjs/chunks/bundle-CaNXlSAv.js.map +0 -1
  857. package/cjs/chunks/bundle-CcVLRLk8.js.map +0 -1
  858. package/cjs/chunks/bundle-CgCnWqE5.js.map +0 -1
  859. package/cjs/chunks/bundle-ChpcAmBg.js.map +0 -1
  860. package/cjs/chunks/bundle-CpzjjrHg.js.map +0 -1
  861. package/cjs/chunks/bundle-Cq2Y8hPN.js.map +0 -1
  862. package/cjs/chunks/bundle-CqFqMb6S.js.map +0 -1
  863. package/cjs/chunks/bundle-CvQwksvR.js.map +0 -1
  864. package/cjs/chunks/bundle-Cwboa2Wr.js.map +0 -1
  865. package/cjs/chunks/bundle-CxoFSSXv.js.map +0 -1
  866. package/cjs/chunks/bundle-CyQD5TkW.js.map +0 -1
  867. package/cjs/chunks/bundle-CzJX13Yl.js.map +0 -1
  868. package/cjs/chunks/bundle-CzdU1g3S.js.map +0 -1
  869. package/cjs/chunks/bundle-D2TXT2xX.js.map +0 -1
  870. package/cjs/chunks/bundle-D4Il5UXX.js.map +0 -1
  871. package/cjs/chunks/bundle-D5wxUmg4.js.map +0 -1
  872. package/cjs/chunks/bundle-DAVPwIxJ.js.map +0 -1
  873. package/cjs/chunks/bundle-DDNdw3A9.js.map +0 -1
  874. package/cjs/chunks/bundle-DNjcGEfJ.js.map +0 -1
  875. package/cjs/chunks/bundle-DQNu-S6D.js.map +0 -1
  876. package/cjs/chunks/bundle-Da973hrK.js.map +0 -1
  877. package/cjs/chunks/bundle-DeyX1dvY.js.map +0 -1
  878. package/cjs/chunks/bundle-DlOFss3p.js.map +0 -1
  879. package/cjs/chunks/bundle-DsZL8mH-.js.map +0 -1
  880. package/cjs/chunks/bundle-DwVBqZFY.js.map +0 -1
  881. package/cjs/chunks/bundle-EhtiN7UV.js.map +0 -1
  882. package/cjs/chunks/bundle-L8U6SolV.js.map +0 -1
  883. package/cjs/chunks/bundle-LI9JjqG2.js.map +0 -1
  884. package/cjs/chunks/bundle-UKqK7ytZ.js.map +0 -1
  885. package/cjs/chunks/bundle-YeW89zsR.js.map +0 -1
  886. package/cjs/chunks/bundle-de2DEYPS.js.map +0 -1
  887. package/cjs/chunks/bundle-dfqZUdij.js.map +0 -1
  888. package/cjs/chunks/bundle-j0RMwIZ5.js.map +0 -1
  889. package/cjs/chunks/bundle-kPv1Olqr.js.map +0 -1
  890. package/cjs/chunks/bundle-nPNv9ATU.js.map +0 -1
  891. package/cjs/chunks/bundle-swpo7Z_P.js.map +0 -1
  892. package/cjs/chunks/bundle-vEi_Cfco.js.map +0 -1
  893. package/cjs/chunks/bundle-yU9Mr2pS.js.map +0 -1
  894. package/cjs/chunks/bundle-ys65nyET.js.map +0 -1
  895. package/cjs/chunks/bundle-za5uPkdP.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-CgLhYjm5.js","sources":["../../node_modules/date-fns/esm/startOfSecond/index.js","../../node_modules/date-fns/esm/isSameSecond/index.js"],"sourcesContent":["import toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name startOfSecond\n * @category Second Helpers\n * @summary Return the start of a second for the given date.\n *\n * @description\n * Return the start of a second for the given date.\n * The result will be in the local timezone.\n *\n * @param {Date|Number} date - the original date\n * @returns {Date} the start of a second\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // The start of a second for 1 December 2014 22:15:45.400:\n * const result = startOfSecond(new Date(2014, 11, 1, 22, 15, 45, 400))\n * //=> Mon Dec 01 2014 22:15:45.000\n */\nexport default function startOfSecond(dirtyDate) {\n requiredArgs(1, arguments);\n var date = toDate(dirtyDate);\n date.setMilliseconds(0);\n return date;\n}","import startOfSecond from \"../startOfSecond/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isSameSecond\n * @category Second Helpers\n * @summary Are the given dates in the same second (and hour and day)?\n *\n * @description\n * Are the given dates in the same second (and hour and day)?\n *\n * @param {Date|Number} dateLeft - the first date to check\n * @param {Date|Number} dateRight - the second date to check\n * @returns {Boolean} the dates are in the same second (and hour and day)\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Are 4 September 2014 06:30:15.000 and 4 September 2014 06:30.15.500 in the same second?\n * const result = isSameSecond(\n * new Date(2014, 8, 4, 6, 30, 15),\n * new Date(2014, 8, 4, 6, 30, 15, 500)\n * )\n * //=> true\n *\n * @example\n * // Are 4 September 2014 06:00:15.000 and 4 September 2014 06:01.15.000 in the same second?\n * const result = isSameSecond(\n * new Date(2014, 8, 4, 6, 0, 15),\n * new Date(2014, 8, 4, 6, 1, 15)\n * )\n * //=> false\n *\n * @example\n * // Are 4 September 2014 06:00:15.000 and 5 September 2014 06:00.15.000 in the same second?\n * const result = isSameSecond(\n * new Date(2014, 8, 4, 6, 0, 15),\n * new Date(2014, 8, 5, 6, 0, 15)\n * )\n * //=> false\n */\nexport default function isSameSecond(dirtyDateLeft, dirtyDateRight) {\n requiredArgs(2, arguments);\n var dateLeftStartOfSecond = startOfSecond(dirtyDateLeft);\n var dateRightStartOfSecond = startOfSecond(dirtyDateRight);\n return dateLeftStartOfSecond.getTime() === dateRightStartOfSecond.getTime();\n}"],"names":[],"mappings":";;;;;;;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,aAAa,CAAC,SAAS,EAAE;AACjD,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,IAAI,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC;AAC/B,EAAE,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;AAC1B,EAAE,OAAO,IAAI,CAAC;AACd;;ACvBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,YAAY,CAAC,aAAa,EAAE,cAAc,EAAE;AACpE,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,qBAAqB,GAAG,aAAa,CAAC,aAAa,CAAC,CAAC;AAC3D,EAAE,IAAI,sBAAsB,GAAG,aAAa,CAAC,cAAc,CAAC,CAAC;AAC7D,EAAE,OAAO,qBAAqB,CAAC,OAAO,EAAE,KAAK,sBAAsB,CAAC,OAAO,EAAE,CAAC;AAC9E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","x_google_ignoreList":[0,1]}
1
+ {"version":3,"file":"bundle-CPrIsoN1.js","sources":["../../node_modules/date-fns/esm/startOfSecond/index.js","../../node_modules/date-fns/esm/isSameSecond/index.js"],"sourcesContent":["import toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name startOfSecond\n * @category Second Helpers\n * @summary Return the start of a second for the given date.\n *\n * @description\n * Return the start of a second for the given date.\n * The result will be in the local timezone.\n *\n * @param {Date|Number} date - the original date\n * @returns {Date} the start of a second\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // The start of a second for 1 December 2014 22:15:45.400:\n * const result = startOfSecond(new Date(2014, 11, 1, 22, 15, 45, 400))\n * //=> Mon Dec 01 2014 22:15:45.000\n */\nexport default function startOfSecond(dirtyDate) {\n requiredArgs(1, arguments);\n var date = toDate(dirtyDate);\n date.setMilliseconds(0);\n return date;\n}","import startOfSecond from \"../startOfSecond/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isSameSecond\n * @category Second Helpers\n * @summary Are the given dates in the same second (and hour and day)?\n *\n * @description\n * Are the given dates in the same second (and hour and day)?\n *\n * @param {Date|Number} dateLeft - the first date to check\n * @param {Date|Number} dateRight - the second date to check\n * @returns {Boolean} the dates are in the same second (and hour and day)\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Are 4 September 2014 06:30:15.000 and 4 September 2014 06:30.15.500 in the same second?\n * const result = isSameSecond(\n * new Date(2014, 8, 4, 6, 30, 15),\n * new Date(2014, 8, 4, 6, 30, 15, 500)\n * )\n * //=> true\n *\n * @example\n * // Are 4 September 2014 06:00:15.000 and 4 September 2014 06:01.15.000 in the same second?\n * const result = isSameSecond(\n * new Date(2014, 8, 4, 6, 0, 15),\n * new Date(2014, 8, 4, 6, 1, 15)\n * )\n * //=> false\n *\n * @example\n * // Are 4 September 2014 06:00:15.000 and 5 September 2014 06:00.15.000 in the same second?\n * const result = isSameSecond(\n * new Date(2014, 8, 4, 6, 0, 15),\n * new Date(2014, 8, 5, 6, 0, 15)\n * )\n * //=> false\n */\nexport default function isSameSecond(dirtyDateLeft, dirtyDateRight) {\n requiredArgs(2, arguments);\n var dateLeftStartOfSecond = startOfSecond(dirtyDateLeft);\n var dateRightStartOfSecond = startOfSecond(dirtyDateRight);\n return dateLeftStartOfSecond.getTime() === dateRightStartOfSecond.getTime();\n}"],"names":[],"mappings":";;;;;;;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,aAAa,CAAC,SAAS,EAAE;AACjD,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,IAAI,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC;AAC/B,EAAE,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;AAC1B,EAAE,OAAO,IAAI,CAAC;AACd;;ACvBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,YAAY,CAAC,aAAa,EAAE,cAAc,EAAE;AACpE,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,qBAAqB,GAAG,aAAa,CAAC,aAAa,CAAC,CAAC;AAC3D,EAAE,IAAI,sBAAsB,GAAG,aAAa,CAAC,cAAc,CAAC,CAAC;AAC7D,EAAE,OAAO,qBAAqB,CAAC,OAAO,EAAE,KAAK,sBAAsB,CAAC,OAAO,EAAE,CAAC;AAC9E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","x_google_ignoreList":[0,1]}
@@ -1,6 +1,6 @@
1
- import { _ as __assign } from './bundle-B8Grfnrx.js';
1
+ import { _ as __assign } from './bundle-BF_xHvHl.js';
2
2
  import { useState, useRef, useCallback } from 'react';
3
- import { u as useMediaQueryContext } from './bundle-yKqHFFfz.js';
3
+ import { u as useMediaQueryContext } from './bundle-BHXvAlOG.js';
4
4
 
5
5
  var DEFAULT_DURATION = 300;
6
6
  function preventDefault(e) {
@@ -74,4 +74,4 @@ function useLongPress(_a, _b) {
74
74
  }
75
75
 
76
76
  export { useLongPress as u };
77
- //# sourceMappingURL=bundle-CJmXP56m.js.map
77
+ //# sourceMappingURL=bundle-CR4iwY_0.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-CR4iwY_0.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,10 +1,10 @@
1
1
  import React__default from 'react';
2
- import { K } from './bundle-De-3zaYV.js';
3
- import { T as TOKEN_TYPES, a as tokenizeMarkdown, U as USER_MENTION_PREFIX, b as getWhiteSpacePreservedText } from './bundle-DT1VcdMs.js';
2
+ import { K } from './bundle-DZqwMS3W.js';
3
+ import { T as TOKEN_TYPES, a as tokenizeMarkdown, U as USER_MENTION_PREFIX, b as getWhiteSpacePreservedText } from './bundle-Cq5SHEe0.js';
4
4
  import { useMessageContext } from '../Message/context.js';
5
5
  import MentionLabel from '../ui/MentionLabel.js';
6
6
  import LinkLabel from '../ui/LinkLabel.js';
7
- import { a as LabelTypography, b as LabelColors } from './bundle-HspRRkmy.js';
7
+ import { a as LabelTypography, b as LabelColors } from './bundle-D_LGb3iP.js';
8
8
 
9
9
  // this function is used to generate a unique key for token in message
10
10
  // it changes with updated time and index
@@ -66,4 +66,4 @@ function TextFragment(_a) {
66
66
  }
67
67
 
68
68
  export { TextFragment as T };
69
- //# sourceMappingURL=bundle-Do9UFGCD.js.map
69
+ //# sourceMappingURL=bundle-CVRNWHvO.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-CVRNWHvO.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,6 +1,6 @@
1
- import { i as isSameDay } from './bundle-C8TP-mjp.js';
2
- import { r as requiredArgs, t as toDate } from './bundle-DYBTopZK.js';
3
- import { t as toInteger } from './bundle-Dy1IZ181.js';
1
+ import { i as isSameDay } from './bundle-Dgw2TJtg.js';
2
+ import { r as requiredArgs, t as toDate } from './bundle-Cm35-whW.js';
3
+ import { t as toInteger } from './bundle-DE3pwPnK.js';
4
4
 
5
5
  /**
6
6
  * @name isToday
@@ -163,4 +163,4 @@ function isYesterday(dirtyDate) {
163
163
  }
164
164
 
165
165
  export { isYesterday as a, isThisYear as b, isToday as i };
166
- //# sourceMappingURL=bundle-Dhf37wzM.js.map
166
+ //# sourceMappingURL=bundle-CXzwXqvX.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-Dhf37wzM.js","sources":["../../node_modules/date-fns/esm/isToday/index.js","../../node_modules/date-fns/esm/isSameYear/index.js","../../node_modules/date-fns/esm/isThisYear/index.js","../../node_modules/date-fns/esm/addDays/index.js","../../node_modules/date-fns/esm/subDays/index.js","../../node_modules/date-fns/esm/isYesterday/index.js"],"sourcesContent":["import isSameDay from \"../isSameDay/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isToday\n * @category Day Helpers\n * @summary Is the given date today?\n * @pure false\n *\n * @description\n * Is the given date today?\n *\n * > ⚠️ Please note that this function is not present in the FP submodule as\n * > it uses `Date.now()` internally hence impure and can't be safely curried.\n *\n * @param {Date|Number} date - the date to check\n * @returns {Boolean} the date is today\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // If today is 6 October 2014, is 6 October 14:00:00 today?\n * const result = isToday(new Date(2014, 9, 6, 14, 0))\n * //=> true\n */\nexport default function isToday(dirtyDate) {\n requiredArgs(1, arguments);\n return isSameDay(dirtyDate, Date.now());\n}","import toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isSameYear\n * @category Year Helpers\n * @summary Are the given dates in the same year?\n *\n * @description\n * Are the given dates in the same year?\n *\n * @param {Date|Number} dateLeft - the first date to check\n * @param {Date|Number} dateRight - the second date to check\n * @returns {Boolean} the dates are in the same year\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Are 2 September 2014 and 25 September 2014 in the same year?\n * const result = isSameYear(new Date(2014, 8, 2), new Date(2014, 8, 25))\n * //=> true\n */\nexport default function isSameYear(dirtyDateLeft, dirtyDateRight) {\n requiredArgs(2, arguments);\n var dateLeft = toDate(dirtyDateLeft);\n var dateRight = toDate(dirtyDateRight);\n return dateLeft.getFullYear() === dateRight.getFullYear();\n}","import isSameYear from \"../isSameYear/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isThisYear\n * @category Year Helpers\n * @summary Is the given date in the same year as the current date?\n * @pure false\n *\n * @description\n * Is the given date in the same year as the current date?\n *\n * > ⚠️ Please note that this function is not present in the FP submodule as\n * > it uses `Date.now()` internally hence impure and can't be safely curried.\n *\n * @param {Date|Number} date - the date to check\n * @returns {Boolean} the date is in this year\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // If today is 25 September 2014, is 2 July 2014 in this year?\n * const result = isThisYear(new Date(2014, 6, 2))\n * //=> true\n */\nexport default function isThisYear(dirtyDate) {\n requiredArgs(1, arguments);\n return isSameYear(dirtyDate, Date.now());\n}","import toInteger from \"../_lib/toInteger/index.js\";\nimport toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name addDays\n * @category Day Helpers\n * @summary Add the specified number of days to the given date.\n *\n * @description\n * Add the specified number of days to the given date.\n *\n * @param {Date|Number} date - the date to be changed\n * @param {Number} amount - the amount of days to be added. Positive decimals will be rounded using `Math.floor`, decimals less than zero will be rounded using `Math.ceil`.\n * @returns {Date} - the new date with the days added\n * @throws {TypeError} - 2 arguments required\n *\n * @example\n * // Add 10 days to 1 September 2014:\n * const result = addDays(new Date(2014, 8, 1), 10)\n * //=> Thu Sep 11 2014 00:00:00\n */\nexport default function addDays(dirtyDate, dirtyAmount) {\n requiredArgs(2, arguments);\n var date = toDate(dirtyDate);\n var amount = toInteger(dirtyAmount);\n if (isNaN(amount)) {\n return new Date(NaN);\n }\n if (!amount) {\n // If 0 days, no-op to avoid changing times in the hour before end of DST\n return date;\n }\n date.setDate(date.getDate() + amount);\n return date;\n}","import addDays from \"../addDays/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\nimport toInteger from \"../_lib/toInteger/index.js\";\n/**\n * @name subDays\n * @category Day Helpers\n * @summary Subtract the specified number of days from the given date.\n *\n * @description\n * Subtract the specified number of days from the given date.\n *\n * @param {Date|Number} date - the date to be changed\n * @param {Number} amount - the amount of days to be subtracted. Positive decimals will be rounded using `Math.floor`, decimals less than zero will be rounded using `Math.ceil`.\n * @returns {Date} the new date with the days subtracted\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Subtract 10 days from 1 September 2014:\n * const result = subDays(new Date(2014, 8, 1), 10)\n * //=> Fri Aug 22 2014 00:00:00\n */\nexport default function subDays(dirtyDate, dirtyAmount) {\n requiredArgs(2, arguments);\n var amount = toInteger(dirtyAmount);\n return addDays(dirtyDate, -amount);\n}","import isSameDay from \"../isSameDay/index.js\";\nimport subDays from \"../subDays/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isYesterday\n * @category Day Helpers\n * @summary Is the given date yesterday?\n * @pure false\n *\n * @description\n * Is the given date yesterday?\n *\n * > ⚠️ Please note that this function is not present in the FP submodule as\n * > it uses `Date.now()` internally hence impure and can't be safely curried.\n *\n * @param {Date|Number} date - the date to check\n * @returns {Boolean} the date is yesterday\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // If today is 6 October 2014, is 5 October 14:00:00 yesterday?\n * const result = isYesterday(new Date(2014, 9, 5, 14, 0))\n * //=> true\n */\nexport default function isYesterday(dirtyDate) {\n requiredArgs(1, arguments);\n return isSameDay(dirtyDate, subDays(Date.now(), 1));\n}"],"names":[],"mappings":";;;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,OAAO,CAAC,SAAS,EAAE;AAC3C,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,OAAO,SAAS,CAAC,SAAS,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;AAC1C;;ACxBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,UAAU,CAAC,aAAa,EAAE,cAAc,EAAE;AAClE,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,QAAQ,GAAG,MAAM,CAAC,aAAa,CAAC,CAAC;AACvC,EAAE,IAAI,SAAS,GAAG,MAAM,CAAC,cAAc,CAAC,CAAC;AACzC,EAAE,OAAO,QAAQ,CAAC,WAAW,EAAE,KAAK,SAAS,CAAC,WAAW,EAAE,CAAC;AAC5D;;ACvBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,UAAU,CAAC,SAAS,EAAE;AAC9C,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,OAAO,UAAU,CAAC,SAAS,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;AAC3C;;ACvBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,OAAO,CAAC,SAAS,EAAE,WAAW,EAAE;AACxD,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,IAAI,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC;AAC/B,EAAE,IAAI,MAAM,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;AACtC,EAAE,IAAI,KAAK,CAAC,MAAM,CAAC,EAAE;AACrB,IAAI,OAAO,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC;AACzB,GAAG;AACH,EAAE,IAAI,CAAC,MAAM,EAAE;AACf;AACA,IAAI,OAAO,IAAI,CAAC;AAChB,GAAG;AACH,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,MAAM,CAAC,CAAC;AACxC,EAAE,OAAO,IAAI,CAAC;AACd;;AC/BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,OAAO,CAAC,SAAS,EAAE,WAAW,EAAE;AACxD,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,MAAM,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;AACtC,EAAE,OAAO,OAAO,CAAC,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;AACrC;;ACtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,WAAW,CAAC,SAAS,EAAE;AAC/C,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,OAAO,SAAS,CAAC,SAAS,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC;AACtD;;;;","x_google_ignoreList":[0,1,2,3,4,5]}
1
+ {"version":3,"file":"bundle-CXzwXqvX.js","sources":["../../node_modules/date-fns/esm/isToday/index.js","../../node_modules/date-fns/esm/isSameYear/index.js","../../node_modules/date-fns/esm/isThisYear/index.js","../../node_modules/date-fns/esm/addDays/index.js","../../node_modules/date-fns/esm/subDays/index.js","../../node_modules/date-fns/esm/isYesterday/index.js"],"sourcesContent":["import isSameDay from \"../isSameDay/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isToday\n * @category Day Helpers\n * @summary Is the given date today?\n * @pure false\n *\n * @description\n * Is the given date today?\n *\n * > ⚠️ Please note that this function is not present in the FP submodule as\n * > it uses `Date.now()` internally hence impure and can't be safely curried.\n *\n * @param {Date|Number} date - the date to check\n * @returns {Boolean} the date is today\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // If today is 6 October 2014, is 6 October 14:00:00 today?\n * const result = isToday(new Date(2014, 9, 6, 14, 0))\n * //=> true\n */\nexport default function isToday(dirtyDate) {\n requiredArgs(1, arguments);\n return isSameDay(dirtyDate, Date.now());\n}","import toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isSameYear\n * @category Year Helpers\n * @summary Are the given dates in the same year?\n *\n * @description\n * Are the given dates in the same year?\n *\n * @param {Date|Number} dateLeft - the first date to check\n * @param {Date|Number} dateRight - the second date to check\n * @returns {Boolean} the dates are in the same year\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Are 2 September 2014 and 25 September 2014 in the same year?\n * const result = isSameYear(new Date(2014, 8, 2), new Date(2014, 8, 25))\n * //=> true\n */\nexport default function isSameYear(dirtyDateLeft, dirtyDateRight) {\n requiredArgs(2, arguments);\n var dateLeft = toDate(dirtyDateLeft);\n var dateRight = toDate(dirtyDateRight);\n return dateLeft.getFullYear() === dateRight.getFullYear();\n}","import isSameYear from \"../isSameYear/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isThisYear\n * @category Year Helpers\n * @summary Is the given date in the same year as the current date?\n * @pure false\n *\n * @description\n * Is the given date in the same year as the current date?\n *\n * > ⚠️ Please note that this function is not present in the FP submodule as\n * > it uses `Date.now()` internally hence impure and can't be safely curried.\n *\n * @param {Date|Number} date - the date to check\n * @returns {Boolean} the date is in this year\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // If today is 25 September 2014, is 2 July 2014 in this year?\n * const result = isThisYear(new Date(2014, 6, 2))\n * //=> true\n */\nexport default function isThisYear(dirtyDate) {\n requiredArgs(1, arguments);\n return isSameYear(dirtyDate, Date.now());\n}","import toInteger from \"../_lib/toInteger/index.js\";\nimport toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name addDays\n * @category Day Helpers\n * @summary Add the specified number of days to the given date.\n *\n * @description\n * Add the specified number of days to the given date.\n *\n * @param {Date|Number} date - the date to be changed\n * @param {Number} amount - the amount of days to be added. Positive decimals will be rounded using `Math.floor`, decimals less than zero will be rounded using `Math.ceil`.\n * @returns {Date} - the new date with the days added\n * @throws {TypeError} - 2 arguments required\n *\n * @example\n * // Add 10 days to 1 September 2014:\n * const result = addDays(new Date(2014, 8, 1), 10)\n * //=> Thu Sep 11 2014 00:00:00\n */\nexport default function addDays(dirtyDate, dirtyAmount) {\n requiredArgs(2, arguments);\n var date = toDate(dirtyDate);\n var amount = toInteger(dirtyAmount);\n if (isNaN(amount)) {\n return new Date(NaN);\n }\n if (!amount) {\n // If 0 days, no-op to avoid changing times in the hour before end of DST\n return date;\n }\n date.setDate(date.getDate() + amount);\n return date;\n}","import addDays from \"../addDays/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\nimport toInteger from \"../_lib/toInteger/index.js\";\n/**\n * @name subDays\n * @category Day Helpers\n * @summary Subtract the specified number of days from the given date.\n *\n * @description\n * Subtract the specified number of days from the given date.\n *\n * @param {Date|Number} date - the date to be changed\n * @param {Number} amount - the amount of days to be subtracted. Positive decimals will be rounded using `Math.floor`, decimals less than zero will be rounded using `Math.ceil`.\n * @returns {Date} the new date with the days subtracted\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Subtract 10 days from 1 September 2014:\n * const result = subDays(new Date(2014, 8, 1), 10)\n * //=> Fri Aug 22 2014 00:00:00\n */\nexport default function subDays(dirtyDate, dirtyAmount) {\n requiredArgs(2, arguments);\n var amount = toInteger(dirtyAmount);\n return addDays(dirtyDate, -amount);\n}","import isSameDay from \"../isSameDay/index.js\";\nimport subDays from \"../subDays/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isYesterday\n * @category Day Helpers\n * @summary Is the given date yesterday?\n * @pure false\n *\n * @description\n * Is the given date yesterday?\n *\n * > ⚠️ Please note that this function is not present in the FP submodule as\n * > it uses `Date.now()` internally hence impure and can't be safely curried.\n *\n * @param {Date|Number} date - the date to check\n * @returns {Boolean} the date is yesterday\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // If today is 6 October 2014, is 5 October 14:00:00 yesterday?\n * const result = isYesterday(new Date(2014, 9, 5, 14, 0))\n * //=> true\n */\nexport default function isYesterday(dirtyDate) {\n requiredArgs(1, arguments);\n return isSameDay(dirtyDate, subDays(Date.now(), 1));\n}"],"names":[],"mappings":";;;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,OAAO,CAAC,SAAS,EAAE;AAC3C,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,OAAO,SAAS,CAAC,SAAS,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;AAC1C;;ACxBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,UAAU,CAAC,aAAa,EAAE,cAAc,EAAE;AAClE,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,QAAQ,GAAG,MAAM,CAAC,aAAa,CAAC,CAAC;AACvC,EAAE,IAAI,SAAS,GAAG,MAAM,CAAC,cAAc,CAAC,CAAC;AACzC,EAAE,OAAO,QAAQ,CAAC,WAAW,EAAE,KAAK,SAAS,CAAC,WAAW,EAAE,CAAC;AAC5D;;ACvBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,UAAU,CAAC,SAAS,EAAE;AAC9C,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,OAAO,UAAU,CAAC,SAAS,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;AAC3C;;ACvBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,OAAO,CAAC,SAAS,EAAE,WAAW,EAAE;AACxD,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,IAAI,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC;AAC/B,EAAE,IAAI,MAAM,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;AACtC,EAAE,IAAI,KAAK,CAAC,MAAM,CAAC,EAAE;AACrB,IAAI,OAAO,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC;AACzB,GAAG;AACH,EAAE,IAAI,CAAC,MAAM,EAAE;AACf;AACA,IAAI,OAAO,IAAI,CAAC;AAChB,GAAG;AACH,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,MAAM,CAAC,CAAC;AACxC,EAAE,OAAO,IAAI,CAAC;AACd;;AC/BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,OAAO,CAAC,SAAS,EAAE,WAAW,EAAE;AACxD,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,MAAM,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;AACtC,EAAE,OAAO,OAAO,CAAC,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;AACrC;;ACtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,WAAW,CAAC,SAAS,EAAE;AAC/C,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,OAAO,SAAS,CAAC,SAAS,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC;AACtD;;;;","x_google_ignoreList":[0,1,2,3,4,5]}
@@ -1,15 +1,15 @@
1
- import { a as __spreadArray } from './bundle-B8Grfnrx.js';
1
+ import { a as __spreadArray } from './bundle-BF_xHvHl.js';
2
2
  import React__default, { useContext, useState, useEffect } from 'react';
3
3
  import { createPortal } from 'react-dom';
4
- import { c as classnames, n as noop } from './bundle-CDcu1I4f.js';
5
- import { L as LocalizationContext } from './bundle-l_QLKq1Y.js';
6
- import { u as useMediaQueryContext } from './bundle-yKqHFFfz.js';
4
+ import { c as classnames, n as noop } from './bundle-DzHvjKyy.js';
5
+ import { L as LocalizationContext } from './bundle-Cm9NAyic.js';
6
+ import { u as useMediaQueryContext } from './bundle-BHXvAlOG.js';
7
7
  import IconButton from '../ui/IconButton.js';
8
8
  import Button, { ButtonTypes } from '../ui/Button.js';
9
9
  import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
10
- import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-HspRRkmy.js';
11
- import { u as uuidv4 } from './bundle-CTkGIdt8.js';
12
- import { u as useSendbird } from './bundle-I25ah_Bv.js';
10
+ import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-D_LGb3iP.js';
11
+ import { u as uuidv4 } from './bundle-B7ERXYyk.js';
12
+ import { u as useSendbird } from './bundle-CJ2TfdPz.js';
13
13
 
14
14
  // simple component to be used as modal root
15
15
  var MODAL_ROOT = 'sendbird-modal-root';
@@ -62,4 +62,4 @@ function Modal(props) {
62
62
  }
63
63
 
64
64
  export { Modal as M, MODAL_ROOT as a, ModalRoot as b, ModalFooter as c, ModalHeader as d, ModalBody as e };
65
- //# sourceMappingURL=bundle-LnGQMQVt.js.map
65
+ //# sourceMappingURL=bundle-CZCXvKhH.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-CZCXvKhH.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,7 +1,7 @@
1
- import { S as SCROLL_BUFFER } from './bundle-Ob7Cw3V-.js';
2
- import { a as isAboutSame } from './bundle-D_tSqvX6.js';
1
+ import { S as SCROLL_BUFFER } from './bundle-COg2b7yj.js';
2
+ import { a as isAboutSame } from './bundle-CslW9BqT.js';
3
3
  import { usePreservedCallback } from '@sendbird/uikit-tools';
4
- import { u as useThrottleCallback } from './bundle-C3VM5eS8.js';
4
+ import { u as useThrottleCallback } from './bundle-CP0I6dKk.js';
5
5
 
6
6
  var BUFFER_DELAY = 100;
7
7
  function useOnScrollPositionChangeDetector(params) {
@@ -27,4 +27,4 @@ function useOnScrollPositionChangeDetector(params) {
27
27
  }
28
28
 
29
29
  export { useOnScrollPositionChangeDetector as u };
30
- //# sourceMappingURL=bundle-DqR5RvpV.js.map
30
+ //# sourceMappingURL=bundle-CdfxwHut.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-CdfxwHut.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,20 +1,20 @@
1
- import { a as __spreadArray, _ as __assign } from './bundle-B8Grfnrx.js';
1
+ import { a as __spreadArray, _ as __assign } from './bundle-BF_xHvHl.js';
2
2
  import React__default, { useState, useEffect, useRef, useLayoutEffect, useMemo } from 'react';
3
- import { f as format } from './bundle-Dy1IZ181.js';
4
- import { u as useLocalization } from './bundle-l_QLKq1Y.js';
5
- import { M as MAX_USER_MENTION_COUNT, b as MAX_USER_SUGGESTION_COUNT } from './bundle-BciLDE6M.js';
6
- import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-D8xAej93.js';
3
+ import { f as format } from './bundle-DE3pwPnK.js';
4
+ import { u as useLocalization } from './bundle-Cm9NAyic.js';
5
+ import { M as MAX_USER_MENTION_COUNT, b as MAX_USER_SUGGESTION_COUNT } from './bundle-BbNKPdyi.js';
6
+ import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-CqZJLpyu.js';
7
7
  import { useDirtyGetMentions } from '../Message/hooks/useDirtyGetMentions.js';
8
- import { g as getSuggestedReplies } from './bundle-CgLhYjm5.js';
8
+ import { g as getSuggestedReplies } from './bundle-CPrIsoN1.js';
9
9
  import DateSeparator from '../ui/DateSeparator.js';
10
- import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-HspRRkmy.js';
10
+ import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-D_LGb3iP.js';
11
11
  import MessageInput from '../ui/MessageInput.js';
12
- import { M as MessageInputKeys } from './bundle-DXneAdAp.js';
12
+ import { M as MessageInputKeys } from './bundle-c7mOTlhn.js';
13
13
  import { MessageContent } from '../ui/MessageContent.js';
14
14
  import SuggestedReplies from '../GroupChannel/components/SuggestedReplies.js';
15
- import { S as SuggestedMentionListView } from './bundle-CF8V-ET_.js';
16
- import { d as deleteNullish, c as classnames } from './bundle-CDcu1I4f.js';
17
- import { u as useSendbird } from './bundle-I25ah_Bv.js';
15
+ import { S as SuggestedMentionListView } from './bundle-BzWas3q6.js';
16
+ import { d as deleteNullish, c as classnames } from './bundle-DzHvjKyy.js';
17
+ import { u as useSendbird } from './bundle-CJ2TfdPz.js';
18
18
 
19
19
  var useDidMountEffect = function (func, deps) {
20
20
  var _a = useState(false), didMount = _a[0], setDidMount = _a[1];
@@ -225,4 +225,4 @@ var MessageView = function (props) {
225
225
  };
226
226
 
227
227
  export { MessageView as M };
228
- //# sourceMappingURL=bundle-CuP5OWwY.js.map
228
+ //# sourceMappingURL=bundle-CfuWXu4m.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-CuP5OWwY.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-CfuWXu4m.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -26,4 +26,4 @@ function getCaseResolvedThreadReplySelectType(threadReplySelectType) {
26
26
  }
27
27
 
28
28
  export { getCaseResolvedThreadReplySelectType as a, getCaseResolvedReplyType as g };
29
- //# sourceMappingURL=bundle-B5_aP8LE.js.map
29
+ //# sourceMappingURL=bundle-ChRDih3S.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-B5_aP8LE.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-ChRDih3S.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,16 +1,16 @@
1
- import { _ as __assign, b as __awaiter, c as __generator, a as __spreadArray, d as __rest } from './bundle-B8Grfnrx.js';
1
+ import { _ as __assign, b as __awaiter, c as __generator, a as __spreadArray, d as __rest } from './bundle-BF_xHvHl.js';
2
2
  import React__default, { useState, useContext, useEffect, useMemo, useCallback } from 'react';
3
3
  import { Role } from '@sendbird/chat';
4
- import { L as LocalizationContext, u as useLocalization } from './bundle-l_QLKq1Y.js';
4
+ import { L as LocalizationContext, u as useLocalization } from './bundle-Cm9NAyic.js';
5
5
  import Button, { ButtonTypes, ButtonSizes } from '../ui/Button.js';
6
- import { U as UserListItemMenu } from './bundle-fYlljM7o.js';
6
+ import { U as UserListItemMenu } from './bundle-B6vBV-Sa.js';
7
7
  import { UserListItem } from '../ui/UserListItem.js';
8
- import { M as Modal } from './bundle-LnGQMQVt.js';
9
- import { n as noop } from './bundle-CDcu1I4f.js';
10
- import { u as useOnScrollPositionChangeDetector } from './bundle-DqR5RvpV.js';
11
- import { a as useChannelSettings } from './bundle-BkZBhjs8.js';
12
- import './bundle-HspRRkmy.js';
13
- import { u as useSendbird } from './bundle-I25ah_Bv.js';
8
+ import { M as Modal } from './bundle-CZCXvKhH.js';
9
+ import { n as noop } from './bundle-DzHvjKyy.js';
10
+ import { u as useOnScrollPositionChangeDetector } from './bundle-CdfxwHut.js';
11
+ import { a as useChannelSettings } from './bundle-fMgK9f0J.js';
12
+ import './bundle-D_LGb3iP.js';
13
+ import { u as useSendbird } from './bundle-CJ2TfdPz.js';
14
14
 
15
15
  function MembersModal(_a) {
16
16
  var _this = this;
@@ -260,4 +260,4 @@ var MemberList = function (_a) {
260
260
  };
261
261
 
262
262
  export { MemberList as M };
263
- //# sourceMappingURL=bundle-nmIRAkKg.js.map
263
+ //# sourceMappingURL=bundle-ChwjkPQb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-ChwjkPQb.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,14 +1,14 @@
1
- import { a as __spreadArray } from './bundle-B8Grfnrx.js';
1
+ import { a as __spreadArray } from './bundle-BF_xHvHl.js';
2
2
  import React__default from 'react';
3
- import { f as format } from './bundle-Dy1IZ181.js';
3
+ import { f as format } from './bundle-DE3pwPnK.js';
4
4
  import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
5
- import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from './bundle-HspRRkmy.js';
5
+ import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from './bundle-D_LGb3iP.js';
6
6
  import Loader from '../ui/Loader.js';
7
- import { a as isDefaultChannelName, D as isTemplateMessage, k as isImage, A as isGif, j as isVideo, E as isAudio, F as isVoiceMessageMimeType, G as isSentStatus } from './bundle-CgLhYjm5.js';
7
+ import { a as isDefaultChannelName, D as isTemplateMessage, k as isImage, A as isGif, j as isVideo, E as isAudio, F as isVoiceMessageMimeType, G as isSentStatus } from './bundle-CPrIsoN1.js';
8
8
  import { OutgoingMessageStates, getOutgoingMessageState } from '../utils/message/getOutgoingMessageState.js';
9
- import { i as isToday, a as isYesterday, b as isThisYear } from './bundle-Dhf37wzM.js';
10
- import { u as useLocalization } from './bundle-l_QLKq1Y.js';
11
- import { c as classnames } from './bundle-CDcu1I4f.js';
9
+ import { i as isToday, a as isYesterday, b as isThisYear } from './bundle-CXzwXqvX.js';
10
+ import { u as useLocalization } from './bundle-Cm9NAyic.js';
11
+ import { c as classnames } from './bundle-DzHvjKyy.js';
12
12
 
13
13
  var getChannelTitle = function (channel, currentUserId, stringSet) {
14
14
  var _a;
@@ -136,4 +136,4 @@ function MessageStatus(_a) {
136
136
  }
137
137
 
138
138
  export { MessageStatus as M, getLastMessageText as a, getTotalMembers as b, getLastMessageCreatedAt as c, getChannelUnreadMessageCount as d, MessageStatusTypes as e, getChannelTitle as g };
139
- //# sourceMappingURL=bundle-Dd7rgmeQ.js.map
139
+ //# sourceMappingURL=bundle-CjYilcbd.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-CjYilcbd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -66,4 +66,4 @@ function toDate(argument) {
66
66
  }
67
67
 
68
68
  export { _typeof as _, requiredArgs as r, toDate as t };
69
- //# sourceMappingURL=bundle-DYBTopZK.js.map
69
+ //# sourceMappingURL=bundle-Cm35-whW.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-DYBTopZK.js","sources":["../../node_modules/@babel/runtime/helpers/esm/typeof.js","../../node_modules/date-fns/esm/_lib/requiredArgs/index.js","../../node_modules/date-fns/esm/toDate/index.js"],"sourcesContent":["function _typeof(o) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {\n return typeof o;\n } : function (o) {\n return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;\n }, _typeof(o);\n}\nexport { _typeof as default };","export default function requiredArgs(required, args) {\n if (args.length < required) {\n throw new TypeError(required + ' argument' + (required > 1 ? 's' : '') + ' required, but only ' + args.length + ' present');\n }\n}","import _typeof from \"@babel/runtime/helpers/esm/typeof\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name toDate\n * @category Common Helpers\n * @summary Convert the given argument to an instance of Date.\n *\n * @description\n * Convert the given argument to an instance of Date.\n *\n * If the argument is an instance of Date, the function returns its clone.\n *\n * If the argument is a number, it is treated as a timestamp.\n *\n * If the argument is none of the above, the function returns Invalid Date.\n *\n * **Note**: *all* Date arguments passed to any *date-fns* function is processed by `toDate`.\n *\n * @param {Date|Number} argument - the value to convert\n * @returns {Date} the parsed date in the local time zone\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // Clone the date:\n * const result = toDate(new Date(2014, 1, 11, 11, 30, 30))\n * //=> Tue Feb 11 2014 11:30:30\n *\n * @example\n * // Convert the timestamp to date:\n * const result = toDate(1392098430000)\n * //=> Tue Feb 11 2014 11:30:30\n */\nexport default function toDate(argument) {\n requiredArgs(1, arguments);\n var argStr = Object.prototype.toString.call(argument);\n\n // Clone the date\n if (argument instanceof Date || _typeof(argument) === 'object' && argStr === '[object Date]') {\n // Prevent the date to lose the milliseconds when passed to new Date() in IE10\n return new Date(argument.getTime());\n } else if (typeof argument === 'number' || argStr === '[object Number]') {\n return new Date(argument);\n } else {\n if ((typeof argument === 'string' || argStr === '[object String]') && typeof console !== 'undefined') {\n // eslint-disable-next-line no-console\n console.warn(\"Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments\");\n // eslint-disable-next-line no-console\n console.warn(new Error().stack);\n }\n return new Date(NaN);\n }\n}"],"names":[],"mappings":"AAAA,SAAS,OAAO,CAAC,CAAC,EAAE;AACpB,EAAE,yBAAyB,CAAC;AAC5B;AACA,EAAE,OAAO,OAAO,GAAG,UAAU,IAAI,OAAO,MAAM,IAAI,QAAQ,IAAI,OAAO,MAAM,CAAC,QAAQ,GAAG,UAAU,CAAC,EAAE;AACpG,IAAI,OAAO,OAAO,CAAC,CAAC;AACpB,GAAG,GAAG,UAAU,CAAC,EAAE;AACnB,IAAI,OAAO,CAAC,IAAI,UAAU,IAAI,OAAO,MAAM,IAAI,CAAC,CAAC,WAAW,KAAK,MAAM,IAAI,CAAC,KAAK,MAAM,CAAC,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC,CAAC;AACxH,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;AAChB;;ACRe,SAAS,YAAY,CAAC,QAAQ,EAAE,IAAI,EAAE;AACrD,EAAE,IAAI,IAAI,CAAC,MAAM,GAAG,QAAQ,EAAE;AAC9B,IAAI,MAAM,IAAI,SAAS,CAAC,QAAQ,GAAG,WAAW,IAAI,QAAQ,GAAG,CAAC,GAAG,GAAG,GAAG,EAAE,CAAC,GAAG,sBAAsB,GAAG,IAAI,CAAC,MAAM,GAAG,UAAU,CAAC,CAAC;AAChI,GAAG;AACH;;ACFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,MAAM,CAAC,QAAQ,EAAE;AACzC,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,MAAM,GAAG,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;AACxD;AACA;AACA,EAAE,IAAI,QAAQ,YAAY,IAAI,IAAI,OAAO,CAAC,QAAQ,CAAC,KAAK,QAAQ,IAAI,MAAM,KAAK,eAAe,EAAE;AAChG;AACA,IAAI,OAAO,IAAI,IAAI,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC;AACxC,GAAG,MAAM,IAAI,OAAO,QAAQ,KAAK,QAAQ,IAAI,MAAM,KAAK,iBAAiB,EAAE;AAC3E,IAAI,OAAO,IAAI,IAAI,CAAC,QAAQ,CAAC,CAAC;AAC9B,GAAG,MAAM;AACT,IAAI,IAAI,CAAC,OAAO,QAAQ,KAAK,QAAQ,IAAI,MAAM,KAAK,iBAAiB,KAAK,OAAO,OAAO,KAAK,WAAW,EAAE;AAC1G;AACA,MAAM,OAAO,CAAC,IAAI,CAAC,oNAAoN,CAAC,CAAC;AACzO;AACA,MAAM,OAAO,CAAC,IAAI,CAAC,IAAI,KAAK,EAAE,CAAC,KAAK,CAAC,CAAC;AACtC,KAAK;AACL,IAAI,OAAO,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC;AACzB,GAAG;AACH;;;;","x_google_ignoreList":[0,1,2]}
1
+ {"version":3,"file":"bundle-Cm35-whW.js","sources":["../../node_modules/@babel/runtime/helpers/esm/typeof.js","../../node_modules/date-fns/esm/_lib/requiredArgs/index.js","../../node_modules/date-fns/esm/toDate/index.js"],"sourcesContent":["function _typeof(o) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {\n return typeof o;\n } : function (o) {\n return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;\n }, _typeof(o);\n}\nexport { _typeof as default };","export default function requiredArgs(required, args) {\n if (args.length < required) {\n throw new TypeError(required + ' argument' + (required > 1 ? 's' : '') + ' required, but only ' + args.length + ' present');\n }\n}","import _typeof from \"@babel/runtime/helpers/esm/typeof\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name toDate\n * @category Common Helpers\n * @summary Convert the given argument to an instance of Date.\n *\n * @description\n * Convert the given argument to an instance of Date.\n *\n * If the argument is an instance of Date, the function returns its clone.\n *\n * If the argument is a number, it is treated as a timestamp.\n *\n * If the argument is none of the above, the function returns Invalid Date.\n *\n * **Note**: *all* Date arguments passed to any *date-fns* function is processed by `toDate`.\n *\n * @param {Date|Number} argument - the value to convert\n * @returns {Date} the parsed date in the local time zone\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // Clone the date:\n * const result = toDate(new Date(2014, 1, 11, 11, 30, 30))\n * //=> Tue Feb 11 2014 11:30:30\n *\n * @example\n * // Convert the timestamp to date:\n * const result = toDate(1392098430000)\n * //=> Tue Feb 11 2014 11:30:30\n */\nexport default function toDate(argument) {\n requiredArgs(1, arguments);\n var argStr = Object.prototype.toString.call(argument);\n\n // Clone the date\n if (argument instanceof Date || _typeof(argument) === 'object' && argStr === '[object Date]') {\n // Prevent the date to lose the milliseconds when passed to new Date() in IE10\n return new Date(argument.getTime());\n } else if (typeof argument === 'number' || argStr === '[object Number]') {\n return new Date(argument);\n } else {\n if ((typeof argument === 'string' || argStr === '[object String]') && typeof console !== 'undefined') {\n // eslint-disable-next-line no-console\n console.warn(\"Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments\");\n // eslint-disable-next-line no-console\n console.warn(new Error().stack);\n }\n return new Date(NaN);\n }\n}"],"names":[],"mappings":"AAAA,SAAS,OAAO,CAAC,CAAC,EAAE;AACpB,EAAE,yBAAyB,CAAC;AAC5B;AACA,EAAE,OAAO,OAAO,GAAG,UAAU,IAAI,OAAO,MAAM,IAAI,QAAQ,IAAI,OAAO,MAAM,CAAC,QAAQ,GAAG,UAAU,CAAC,EAAE;AACpG,IAAI,OAAO,OAAO,CAAC,CAAC;AACpB,GAAG,GAAG,UAAU,CAAC,EAAE;AACnB,IAAI,OAAO,CAAC,IAAI,UAAU,IAAI,OAAO,MAAM,IAAI,CAAC,CAAC,WAAW,KAAK,MAAM,IAAI,CAAC,KAAK,MAAM,CAAC,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC,CAAC;AACxH,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;AAChB;;ACRe,SAAS,YAAY,CAAC,QAAQ,EAAE,IAAI,EAAE;AACrD,EAAE,IAAI,IAAI,CAAC,MAAM,GAAG,QAAQ,EAAE;AAC9B,IAAI,MAAM,IAAI,SAAS,CAAC,QAAQ,GAAG,WAAW,IAAI,QAAQ,GAAG,CAAC,GAAG,GAAG,GAAG,EAAE,CAAC,GAAG,sBAAsB,GAAG,IAAI,CAAC,MAAM,GAAG,UAAU,CAAC,CAAC;AAChI,GAAG;AACH;;ACFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,MAAM,CAAC,QAAQ,EAAE;AACzC,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,MAAM,GAAG,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;AACxD;AACA;AACA,EAAE,IAAI,QAAQ,YAAY,IAAI,IAAI,OAAO,CAAC,QAAQ,CAAC,KAAK,QAAQ,IAAI,MAAM,KAAK,eAAe,EAAE;AAChG;AACA,IAAI,OAAO,IAAI,IAAI,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC;AACxC,GAAG,MAAM,IAAI,OAAO,QAAQ,KAAK,QAAQ,IAAI,MAAM,KAAK,iBAAiB,EAAE;AAC3E,IAAI,OAAO,IAAI,IAAI,CAAC,QAAQ,CAAC,CAAC;AAC9B,GAAG,MAAM;AACT,IAAI,IAAI,CAAC,OAAO,QAAQ,KAAK,QAAQ,IAAI,MAAM,KAAK,iBAAiB,KAAK,OAAO,OAAO,KAAK,WAAW,EAAE;AAC1G;AACA,MAAM,OAAO,CAAC,IAAI,CAAC,oNAAoN,CAAC,CAAC;AACzO;AACA,MAAM,OAAO,CAAC,IAAI,CAAC,IAAI,KAAK,EAAE,CAAC,KAAK,CAAC,CAAC;AACtC,KAAK;AACL,IAAI,OAAO,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC;AACzB,GAAG;AACH;;;;","x_google_ignoreList":[0,1,2]}
@@ -1,7 +1,7 @@
1
- import { _ as __assign } from './bundle-B8Grfnrx.js';
1
+ import { _ as __assign } from './bundle-BF_xHvHl.js';
2
2
  import React__default from 'react';
3
- import { g as getStringSet } from './bundle-Y2KBbxRr.js';
4
- import { l as locale } from './bundle-BYOddwmS.js';
3
+ import { g as getStringSet } from './bundle-n2I35dTn.js';
4
+ import { l as locale } from './bundle-CzUdBLkC.js';
5
5
 
6
6
  var LocalizationContextDefault = {
7
7
  stringSet: getStringSet('en'),
@@ -21,4 +21,4 @@ var useLocalization = function () {
21
21
  };
22
22
 
23
23
  export { LocalizationContext as L, LocalizationProvider as a, useLocalization as u };
24
- //# sourceMappingURL=bundle-l_QLKq1Y.js.map
24
+ //# sourceMappingURL=bundle-Cm9NAyic.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-Cm9NAyic.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,9 +1,9 @@
1
1
  import { useCallback } from 'react';
2
- import { p as pubSubTopics, s as shouldPubSubPublishToChannel, a as shouldPubSubPublishToThread } from './bundle--1cImOGd.js';
3
- import { s as scrollIntoLast$1 } from './bundle-D_tSqvX6.js';
2
+ import { p as pubSubTopics, s as shouldPubSubPublishToChannel, a as shouldPubSubPublishToThread } from './bundle-D2WDNJo3.js';
3
+ import { s as scrollIntoLast$1 } from './bundle-CslW9BqT.js';
4
4
  import '../utils/message/getOutgoingMessageState.js';
5
- import './bundle-l_QLKq1Y.js';
6
- import { e as SCROLL_BOTTOM_DELAY_FOR_SEND } from './bundle-Ob7Cw3V-.js';
5
+ import './bundle-Cm9NAyic.js';
6
+ import { e as SCROLL_BOTTOM_DELAY_FOR_SEND } from './bundle-COg2b7yj.js';
7
7
 
8
8
  var getNicknamesMapFromMembers = function (members) {
9
9
  if (members === void 0) { members = []; }
@@ -168,4 +168,4 @@ var useSendMultipleFilesMessage = function (_a, _b) {
168
168
  };
169
169
 
170
170
  export { getNicknamesMapFromMembers as a, compareIds as c, getParentMessageFrom as g, isAboutSame as i, scrollIntoLast as s, useSendMultipleFilesMessage as u };
171
- //# sourceMappingURL=bundle-BCGcsRu2.js.map
171
+ //# sourceMappingURL=bundle-CmWLJ8pP.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-BCGcsRu2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-CmWLJ8pP.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,7 +1,7 @@
1
- import { _ as __assign } from './bundle-B8Grfnrx.js';
1
+ import { _ as __assign } from './bundle-BF_xHvHl.js';
2
2
  import React__default from 'react';
3
- import { S as SuggestedMentionListView } from './bundle-CF8V-ET_.js';
4
- import { u as useThread } from './bundle-CVS5Kfg_.js';
3
+ import { S as SuggestedMentionListView } from './bundle-BzWas3q6.js';
4
+ import { u as useThread } from './bundle-BuzSpbfj.js';
5
5
 
6
6
  var SuggestedMentionList = function (props) {
7
7
  var currentChannel = useThread().state.currentChannel;
@@ -9,4 +9,4 @@ var SuggestedMentionList = function (props) {
9
9
  };
10
10
 
11
11
  export { SuggestedMentionList as S };
12
- //# sourceMappingURL=bundle-WJtiC3BL.js.map
12
+ //# sourceMappingURL=bundle-CnOMr5dv.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-CnOMr5dv.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- import { a as __spreadArray } from './bundle-B8Grfnrx.js';
1
+ import { a as __spreadArray } from './bundle-BF_xHvHl.js';
2
2
 
3
3
  var USER_MENTION_PREFIX = '@';
4
4
 
@@ -237,4 +237,4 @@ function getWhiteSpacePreservedText(text) {
237
237
  }
238
238
 
239
239
  export { TOKEN_TYPES as T, USER_MENTION_PREFIX as U, tokenizeMarkdown as a, getWhiteSpacePreservedText as b, getChannelPreviewMessage as g, tokenizeMessage as t };
240
- //# sourceMappingURL=bundle-DT1VcdMs.js.map
240
+ //# sourceMappingURL=bundle-Cq5SHEe0.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-DT1VcdMs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-Cq5SHEe0.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- import { U as UIKIT_COMPATIBLE_FORM_VERSION } from './bundle-BciLDE6M.js';
1
+ import { U as UIKIT_COMPATIBLE_FORM_VERSION } from './bundle-BbNKPdyi.js';
2
2
 
3
3
  function getComponentKeyFromMessage(message) {
4
4
  if ('sendingStatus' in message) {
@@ -52,4 +52,4 @@ var isDisabledBecauseMessageForm = function (allMessages, enableFormTypeMessage)
52
52
  };
53
53
 
54
54
  export { isDisabledBecauseMuted as a, isContextMenuClosed as b, isDisabledBecauseSuggestedReplies as c, isDisabledBecauseMessageForm as d, getMessageTopOffset as e, isFormVersionCompatible as f, getComponentKeyFromMessage as g, isDisabledBecauseFrozen as i };
55
- //# sourceMappingURL=bundle-D8xAej93.js.map
55
+ //# sourceMappingURL=bundle-CqZJLpyu.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-CqZJLpyu.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,6 +1,6 @@
1
- import { a as __spreadArray } from './bundle-B8Grfnrx.js';
1
+ import { a as __spreadArray } from './bundle-BF_xHvHl.js';
2
2
  import { SendingStatus } from '@sendbird/chat/message';
3
- import './bundle-l_QLKq1Y.js';
3
+ import './bundle-Cm9NAyic.js';
4
4
 
5
5
  var scrollToRenderedMessage = function (scrollRef, initialTimeStamp, setIsScrolled) {
6
6
  var _a;
@@ -122,4 +122,4 @@ var isAboutSame = function (a, b, px) {
122
122
  };
123
123
 
124
124
  export { isAboutSame as a, isDisabledBecauseFrozen as b, isDisabledBecauseMuted as c, scrollToRenderedMessage as d, getNicknamesMapFromMembers as e, getAllEmojisMapFromEmojiContainer as g, isOperator as i, mergeAndSortMessages as m, passUnsuccessfullMessages as p, scrollIntoLast as s };
125
- //# sourceMappingURL=bundle-D_tSqvX6.js.map
125
+ //# sourceMappingURL=bundle-CslW9BqT.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-D_tSqvX6.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-CslW9BqT.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,7 +1,7 @@
1
1
  import React__default, { useCallback, useEffect, useContext, useReducer } from 'react';
2
- import { p as pubSubTopics } from './bundle--1cImOGd.js';
3
- import { _ as __assign, a as __spreadArray } from './bundle-B8Grfnrx.js';
4
- import { u as useSendbird } from './bundle-I25ah_Bv.js';
2
+ import { p as pubSubTopics } from './bundle-D2WDNJo3.js';
3
+ import { _ as __assign, a as __spreadArray } from './bundle-BF_xHvHl.js';
4
+ import { u as useSendbird } from './bundle-CJ2TfdPz.js';
5
5
 
6
6
  var OpenChannelListFetchingStatus;
7
7
  (function (OpenChannelListFetchingStatus) {
@@ -332,4 +332,4 @@ var OpenChannelListProvider$1 = {
332
332
  };
333
333
 
334
334
  export { OpenChannelListProvider as O, OpenChannelListFetchingStatus as a, OpenChannelListActionTypes$1 as b, OpenChannelListProvider$1 as c, useOpenChannelListContext as u };
335
- //# sourceMappingURL=bundle-CBOpPuMW.js.map
335
+ //# sourceMappingURL=bundle-CsytPiOJ.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-CBOpPuMW.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-CsytPiOJ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,28 +1,28 @@
1
1
  import React__default, { useRef, useContext, useState, useCallback } from 'react';
2
- import { l as isSendableMessage, y as getClassName, o as getUIKitMessageTypes, P as isFormMessage, D as isTemplateMessage, R as isValidTemplateMessageType, N as isOGMessage, _ as isTextMessage, n as getUIKitMessageType, d as isMultipleFilesMessage, i as isVoiceMessage, q as isThumbnailMessage, f as getSenderName } from './bundle-CgLhYjm5.js';
3
- import { C as ContextMenu, b as MenuItems } from './bundle-QCH8CZT8.js';
4
- import { A as Avatar } from './bundle-DgFzcADJ.js';
2
+ import { l as isSendableMessage, y as getClassName, o as getUIKitMessageTypes, P as isFormMessage, D as isTemplateMessage, R as isValidTemplateMessageType, N as isOGMessage, _ as isTextMessage, n as getUIKitMessageType, d as isMultipleFilesMessage, i as isVoiceMessage, q as isThumbnailMessage, f as getSenderName } from './bundle-CPrIsoN1.js';
3
+ import { C as ContextMenu, b as MenuItems } from './bundle-DzQFhr2v.js';
4
+ import { A as Avatar } from './bundle-D0rjYGGS.js';
5
5
  import UserProfile from '../ui/UserProfile.js';
6
- import { u as useUserProfileContext } from './bundle-BYqblmEM.js';
7
- import { c as classnames } from './bundle-CDcu1I4f.js';
8
- import { b as __awaiter, c as __generator, _ as __assign } from './bundle-B8Grfnrx.js';
6
+ import { u as useUserProfileContext } from './bundle-CKiAGXEb.js';
7
+ import { c as classnames } from './bundle-DzHvjKyy.js';
8
+ import { b as __awaiter, c as __generator, _ as __assign } from './bundle-BF_xHvHl.js';
9
9
  import OGMessageItemBody from '../ui/OGMessageItemBody.js';
10
10
  import TextMessageItemBody from '../ui/TextMessageItemBody.js';
11
11
  import FileMessageItemBody from '../ui/FileMessageItemBody.js';
12
- import { u as useThreadMessageKindKeySelector, a as useFileInfoListWithUploaded, M as MultipleFilesMessageItemBody } from './bundle-BFJ4ctRk.js';
12
+ import { u as useThreadMessageKindKeySelector, a as useFileInfoListWithUploaded, M as MultipleFilesMessageItemBody } from './bundle-Bd8WnkrX.js';
13
13
  import { VoiceMessageItemBody } from '../ui/VoiceMessageItemBody.js';
14
14
  import ThumbnailMessageItemBody from '../ui/ThumbnailMessageItemBody.js';
15
15
  import UnknownMessageItemBody from '../ui/UnknownMessageItemBody.js';
16
- import { K } from './bundle-De-3zaYV.js';
16
+ import { K } from './bundle-DZqwMS3W.js';
17
17
  import { TemplateMessageItemBody } from '../ui/TemplateMessageItemBody.js';
18
18
  import Button from '../ui/Button.js';
19
- import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-HspRRkmy.js';
19
+ import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-D_LGb3iP.js';
20
20
  import MessageFeedbackFailedModal from '../ui/MessageFeedbackFailedModal.js';
21
- import { L as LocalizationContext } from './bundle-l_QLKq1Y.js';
21
+ import { L as LocalizationContext } from './bundle-Cm9NAyic.js';
22
22
  import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
23
- import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-Cn2czFA-.js';
24
- import { f as isFormVersionCompatible } from './bundle-D8xAej93.js';
25
- import { M as MESSAGE_TEMPLATE_KEY } from './bundle-Ob7Cw3V-.js';
23
+ import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-D7u8kOvm.js';
24
+ import { f as isFormVersionCompatible } from './bundle-CqZJLpyu.js';
25
+ import { M as MESSAGE_TEMPLATE_KEY } from './bundle-COg2b7yj.js';
26
26
 
27
27
  function MessageProfile(_a) {
28
28
  var
@@ -378,4 +378,4 @@ var MessageHeader = function (props) {
378
378
  };
379
379
 
380
380
  export { MessageProfile as M, MessageBody as a, MessageHeader as b };
381
- //# sourceMappingURL=bundle-CEE3GJSk.js.map
381
+ //# sourceMappingURL=bundle-CtgfNuSx.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-CEE3GJSk.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-CtgfNuSx.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -477,4 +477,4 @@ var locale = {
477
477
  };
478
478
 
479
479
  export { locale as l };
480
- //# sourceMappingURL=bundle-BYOddwmS.js.map
480
+ //# sourceMappingURL=bundle-CzUdBLkC.js.map