@sendbird/uikit-react 3.14.14 → 3.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1020) hide show
  1. package/App.js +83 -82
  2. package/App.js.map +1 -1
  3. package/CHANGELOG.md +74 -0
  4. package/Channel/components/ChannelHeader.js +43 -33
  5. package/Channel/components/ChannelHeader.js.map +1 -1
  6. package/Channel/components/ChannelUI.js +78 -77
  7. package/Channel/components/ChannelUI.js.map +1 -1
  8. package/Channel/components/FileViewer.js +32 -32
  9. package/Channel/components/FrozenNotification.js +6 -6
  10. package/Channel/components/Message.js +67 -66
  11. package/Channel/components/Message.js.map +1 -1
  12. package/Channel/components/MessageInput.js +45 -45
  13. package/Channel/components/MessageInputWrapper.js +44 -44
  14. package/Channel/components/MessageList.js +70 -69
  15. package/Channel/components/MessageList.js.map +1 -1
  16. package/Channel/components/RemoveMessageModal.js +31 -31
  17. package/Channel/components/SuggestedMentionList.js +42 -30
  18. package/Channel/components/SuggestedMentionList.js.map +1 -1
  19. package/Channel/components/TypingIndicator.js +6 -6
  20. package/Channel/components/UnreadCount.js +8 -8
  21. package/Channel/context.js +50 -33
  22. package/Channel/context.js.map +1 -1
  23. package/Channel/hooks/useHandleUploadFiles.js +17 -17
  24. package/Channel/hooks/useInitialMessagesFetch.js +6 -6
  25. package/Channel/utils/compareMessagesForGrouping.js +6 -6
  26. package/Channel/utils/getMessagePartsInfo.js +7 -7
  27. package/Channel.js +78 -77
  28. package/Channel.js.map +1 -1
  29. package/ChannelList/components/AddChannel.js +31 -31
  30. package/ChannelList/components/ChannelListHeader.js +10 -10
  31. package/ChannelList/components/ChannelListUI.js +38 -37
  32. package/ChannelList/components/ChannelListUI.js.map +1 -1
  33. package/ChannelList/components/ChannelPreview.js +39 -38
  34. package/ChannelList/components/ChannelPreview.js.map +1 -1
  35. package/ChannelList/components/ChannelPreviewAction.js +15 -15
  36. package/ChannelList/context.js +28 -11
  37. package/ChannelList/context.js.map +1 -1
  38. package/ChannelList.js +48 -47
  39. package/ChannelList.js.map +1 -1
  40. package/ChannelSettings/components/ChannelProfile.js +24 -24
  41. package/ChannelSettings/components/ChannelSettingMenuList.js +27 -8
  42. package/ChannelSettings/components/ChannelSettingMenuList.js.map +1 -1
  43. package/ChannelSettings/components/ChannelSettingsHeader.js +8 -8
  44. package/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
  45. package/ChannelSettings/components/ChannelSettingsUI.js +36 -36
  46. package/ChannelSettings/components/EditDetailsModal.js +26 -26
  47. package/ChannelSettings/components/LeaveChannel.js +23 -23
  48. package/ChannelSettings/components/ModerationPanel.js +26 -26
  49. package/ChannelSettings/components/UserListItem.js +19 -19
  50. package/ChannelSettings/components/UserPanel.js +25 -25
  51. package/ChannelSettings/context.js +36 -13
  52. package/ChannelSettings/context.js.map +1 -1
  53. package/ChannelSettings/hooks/useMenuList.js +26 -26
  54. package/ChannelSettings.js +28 -28
  55. package/CreateChannel/components/CreateChannelUI.js +20 -20
  56. package/CreateChannel/components/InviteUsers.js +20 -20
  57. package/CreateChannel/components/SelectChannelType.js +17 -17
  58. package/CreateChannel/context.js +4 -4
  59. package/CreateChannel.js +20 -20
  60. package/CreateOpenChannel/components/CreateOpenChannelUI.js +18 -18
  61. package/CreateOpenChannel/context.js +1 -1
  62. package/CreateOpenChannel.js +18 -18
  63. package/EditUserProfile/components/EditUserProfileUI.js +19 -19
  64. package/EditUserProfile/context.js +1 -1
  65. package/EditUserProfile.js +19 -19
  66. package/GroupChannel/components/FileViewer.js +27 -26
  67. package/GroupChannel/components/FileViewer.js.map +1 -1
  68. package/GroupChannel/components/FrozenNotification.js +6 -6
  69. package/GroupChannel/components/GroupChannelHeader.js +37 -22
  70. package/GroupChannel/components/GroupChannelHeader.js.map +1 -1
  71. package/GroupChannel/components/GroupChannelUI.js +70 -69
  72. package/GroupChannel/components/GroupChannelUI.js.map +1 -1
  73. package/GroupChannel/components/Message.js +62 -61
  74. package/GroupChannel/components/Message.js.map +1 -1
  75. package/GroupChannel/components/MessageInputWrapper.js +39 -39
  76. package/GroupChannel/components/MessageList.js +53 -52
  77. package/GroupChannel/components/MessageList.js.map +1 -1
  78. package/GroupChannel/components/RemoveMessageModal.js +27 -26
  79. package/GroupChannel/components/RemoveMessageModal.js.map +1 -1
  80. package/GroupChannel/components/SuggestedMentionList.js +12 -12
  81. package/GroupChannel/components/TypingIndicator.js +6 -6
  82. package/GroupChannel/components/UnreadCount.js +8 -8
  83. package/GroupChannel/context.js +47 -21
  84. package/GroupChannel/context.js.map +1 -1
  85. package/GroupChannel.js +70 -69
  86. package/GroupChannel.js.map +1 -1
  87. package/GroupChannelList/components/AddGroupChannel.js +22 -22
  88. package/GroupChannelList/components/GroupChannelListHeader.js +10 -10
  89. package/GroupChannelList/components/GroupChannelListItem.js +35 -34
  90. package/GroupChannelList/components/GroupChannelListItem.js.map +1 -1
  91. package/GroupChannelList/components/GroupChannelListUI.js +46 -45
  92. package/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
  93. package/GroupChannelList/components/GroupChannelPreviewAction.js +15 -15
  94. package/GroupChannelList/context.js +27 -7
  95. package/GroupChannelList/context.js.map +1 -1
  96. package/GroupChannelList.js +45 -44
  97. package/GroupChannelList.js.map +1 -1
  98. package/MessageSearch/components/MessageSearchUI.js +15 -15
  99. package/MessageSearch/context.js +1 -1
  100. package/MessageSearch.js +17 -17
  101. package/OpenChannel/components/FrozenChannelNotification.js +5 -5
  102. package/OpenChannel/components/OpenChannelHeader.js +26 -26
  103. package/OpenChannel/components/OpenChannelInput.js +31 -31
  104. package/OpenChannel/components/OpenChannelMessage.js +40 -40
  105. package/OpenChannel/components/OpenChannelMessageList.js +45 -45
  106. package/OpenChannel/components/OpenChannelUI.js +45 -45
  107. package/OpenChannel/context.js +21 -21
  108. package/OpenChannel.js +43 -43
  109. package/OpenChannelList/components/OpenChannelListUI.js +20 -20
  110. package/OpenChannelList/components/OpenChannelPreview.js +6 -6
  111. package/OpenChannelList/context.js +3 -3
  112. package/OpenChannelList.js +20 -20
  113. package/OpenChannelSettings/components/EditDetailsModal.js +21 -21
  114. package/OpenChannelSettings/components/OpenChannelProfile.js +21 -21
  115. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +29 -29
  116. package/OpenChannelSettings/components/OperatorUI.js +29 -29
  117. package/OpenChannelSettings/components/ParticipantUI.js +22 -22
  118. package/OpenChannelSettings/context.js +26 -3
  119. package/OpenChannelSettings/context.js.map +1 -1
  120. package/OpenChannelSettings.js +22 -22
  121. package/SendbirdProvider.js +35 -31
  122. package/SendbirdProvider.js.map +1 -1
  123. package/Thread/components/ParentMessageInfo.js +50 -49
  124. package/Thread/components/ParentMessageInfo.js.map +1 -1
  125. package/Thread/components/ParentMessageInfoItem.js +33 -33
  126. package/Thread/components/ThreadHeader.js +8 -8
  127. package/Thread/components/ThreadList.js +65 -58
  128. package/Thread/components/ThreadList.js.map +1 -1
  129. package/Thread/components/ThreadListItem.js +159 -125
  130. package/Thread/components/ThreadListItem.js.map +1 -1
  131. package/Thread/components/ThreadMessageInput.js +53 -53
  132. package/Thread/components/ThreadUI.js +68 -62
  133. package/Thread/components/ThreadUI.js.map +1 -1
  134. package/Thread/context.js +37 -18
  135. package/Thread/context.js.map +1 -1
  136. package/Thread.js +69 -63
  137. package/Thread.js.map +1 -1
  138. package/VoicePlayer/context.js +4 -4
  139. package/VoicePlayer/useVoicePlayer.js +15 -15
  140. package/VoiceRecorder/context.js +15 -15
  141. package/VoiceRecorder/useVoiceRecorder.js +15 -15
  142. package/chunks/{bundle-Cn1EBKt6.js → bundle-0Gx8RJPb.js} +4 -4
  143. package/chunks/bundle-0Gx8RJPb.js.map +1 -0
  144. package/chunks/{bundle-B6Uh5m2a.js → bundle-1OQSuRhE.js} +6 -6
  145. package/chunks/{bundle-B6Uh5m2a.js.map → bundle-1OQSuRhE.js.map} +1 -1
  146. package/chunks/{bundle-DTOg7Xzt.js → bundle-3Cx2Ebdg.js} +1 -1
  147. package/chunks/bundle-3Cx2Ebdg.js.map +1 -0
  148. package/chunks/{bundle-CAKfDkwC.js → bundle-9_AvcpzC.js} +2 -2
  149. package/chunks/{bundle-CAKfDkwC.js.map → bundle-9_AvcpzC.js.map} +1 -1
  150. package/chunks/{bundle-DO8nji3n.js → bundle-AMVN7cK_.js} +4 -4
  151. package/chunks/bundle-AMVN7cK_.js.map +1 -0
  152. package/chunks/{bundle-DM6QiOiG.js → bundle-AWRDhHEB.js} +3 -3
  153. package/chunks/bundle-AWRDhHEB.js.map +1 -0
  154. package/chunks/{bundle-CBwCMBt0.js → bundle-B0ZoTIxO.js} +2 -2
  155. package/chunks/bundle-B0ZoTIxO.js.map +1 -0
  156. package/chunks/{bundle-egkx7NWB.js → bundle-B0xqOjWD.js} +1 -1
  157. package/chunks/bundle-B0xqOjWD.js.map +1 -0
  158. package/chunks/{bundle-BKe5KBuS.js → bundle-B2urOslr.js} +1 -1
  159. package/chunks/bundle-B2urOslr.js.map +1 -0
  160. package/chunks/bundle-B4S_3ODJ.js +45 -0
  161. package/chunks/bundle-B4S_3ODJ.js.map +1 -0
  162. package/chunks/{bundle-MlowEcAQ.js → bundle-B6lm5wRV.js} +1 -1
  163. package/chunks/bundle-B6lm5wRV.js.map +1 -0
  164. package/chunks/{bundle-CmAUKSnK.js → bundle-B97Pr4zD.js} +3 -3
  165. package/chunks/bundle-B97Pr4zD.js.map +1 -0
  166. package/chunks/{bundle-nv2ffewN.js → bundle-B9H_wGpv.js} +8 -8
  167. package/chunks/bundle-B9H_wGpv.js.map +1 -0
  168. package/chunks/{bundle-CEZ0D4qz.js → bundle-BC3_mS0I.js} +5 -3
  169. package/chunks/bundle-BC3_mS0I.js.map +1 -0
  170. package/chunks/{bundle-CSRcmLyk.js → bundle-BF3eZTrw.js} +5 -5
  171. package/chunks/{bundle-CSRcmLyk.js.map → bundle-BF3eZTrw.js.map} +1 -1
  172. package/chunks/{bundle-Bh6KfMRl.js → bundle-BPXxR5Uf.js} +12 -12
  173. package/chunks/{bundle-Bh6KfMRl.js.map → bundle-BPXxR5Uf.js.map} +1 -1
  174. package/chunks/{bundle-CbTjJHLv.js → bundle-BUfLVFOU.js} +4 -2
  175. package/chunks/bundle-BUfLVFOU.js.map +1 -0
  176. package/chunks/{bundle-q_YvxT21.js → bundle-BX3QBurJ.js} +2 -2
  177. package/chunks/{bundle-q_YvxT21.js.map → bundle-BX3QBurJ.js.map} +1 -1
  178. package/chunks/{bundle-BxrZduJE.js → bundle-BXRo7Ms-.js} +4 -4
  179. package/chunks/{bundle-BxrZduJE.js.map → bundle-BXRo7Ms-.js.map} +1 -1
  180. package/chunks/{bundle-5R9f3ZZp.js → bundle-BYzdqvuF.js} +1 -1
  181. package/chunks/bundle-BYzdqvuF.js.map +1 -0
  182. package/chunks/{bundle-BvAzWVA5.js → bundle-BdnV2Y4z.js} +5 -5
  183. package/chunks/bundle-BdnV2Y4z.js.map +1 -0
  184. package/chunks/{bundle-DWQyLuYT.js → bundle-BhNg8_4t.js} +8 -8
  185. package/chunks/{bundle-DWQyLuYT.js.map → bundle-BhNg8_4t.js.map} +1 -1
  186. package/chunks/{bundle-DYIdeEpd.js → bundle-BjLUCiRW.js} +1 -1
  187. package/chunks/bundle-BjLUCiRW.js.map +1 -0
  188. package/chunks/{bundle-CQgNYKRd.js → bundle-BnSYk8X8.js} +11 -13
  189. package/chunks/{bundle-CQgNYKRd.js.map → bundle-BnSYk8X8.js.map} +1 -1
  190. package/chunks/{bundle-Bt68jirZ.js → bundle-Bq9zpmTr.js} +3 -3
  191. package/chunks/{bundle-Bt68jirZ.js.map → bundle-Bq9zpmTr.js.map} +1 -1
  192. package/chunks/{bundle-fSuFm2tD.js → bundle-BqzJev_y.js} +1 -1
  193. package/chunks/bundle-BqzJev_y.js.map +1 -0
  194. package/chunks/{bundle-DZhG3Z6D.js → bundle-Bt2dBxqH.js} +1 -1
  195. package/chunks/bundle-Bt2dBxqH.js.map +1 -0
  196. package/chunks/{bundle-DHJZgVZH.js → bundle-Bu7Z-kDX.js} +3 -2
  197. package/chunks/bundle-Bu7Z-kDX.js.map +1 -0
  198. package/chunks/{bundle-v7PcSk1i.js → bundle-Bz7xrPuU.js} +11 -11
  199. package/chunks/{bundle-v7PcSk1i.js.map → bundle-Bz7xrPuU.js.map} +1 -1
  200. package/chunks/{bundle-CU9ItXV_.js → bundle-C1kDsrxV.js} +6 -6
  201. package/chunks/bundle-C1kDsrxV.js.map +1 -0
  202. package/chunks/{bundle-R159x0xi.js → bundle-C3p0xHh1.js} +16 -11
  203. package/chunks/bundle-C3p0xHh1.js.map +1 -0
  204. package/chunks/{bundle-B1SLZ0HT.js → bundle-C6zCSlOy.js} +4 -4
  205. package/chunks/{bundle-B1SLZ0HT.js.map → bundle-C6zCSlOy.js.map} +1 -1
  206. package/chunks/{bundle-CqCMcS8B.js → bundle-C7kp2g85.js} +13 -13
  207. package/chunks/bundle-C7kp2g85.js.map +1 -0
  208. package/chunks/{bundle-DxDVBm6N.js → bundle-CB44TzHJ.js} +3 -3
  209. package/chunks/bundle-CB44TzHJ.js.map +1 -0
  210. package/chunks/{bundle-j0SR3DhQ.js → bundle-CDCgNPAb.js} +10 -10
  211. package/chunks/bundle-CDCgNPAb.js.map +1 -0
  212. package/chunks/{bundle-uSSYB2TA.js → bundle-CD_Tf8Tg.js} +1 -1
  213. package/chunks/bundle-CD_Tf8Tg.js.map +1 -0
  214. package/chunks/{bundle-9-9DQjCI.js → bundle-CDrz1gXb.js} +3 -3
  215. package/chunks/bundle-CDrz1gXb.js.map +1 -0
  216. package/chunks/{bundle-BOC6Vh1w.js → bundle-CFDsqaKZ.js} +3 -3
  217. package/chunks/{bundle-BOC6Vh1w.js.map → bundle-CFDsqaKZ.js.map} +1 -1
  218. package/chunks/{bundle-DBzinRyn.js → bundle-CGStfx_a.js} +1 -1
  219. package/chunks/bundle-CGStfx_a.js.map +1 -0
  220. package/chunks/{bundle-C76-LA1E.js → bundle-CIEFjxmJ.js} +4 -4
  221. package/chunks/bundle-CIEFjxmJ.js.map +1 -0
  222. package/chunks/{bundle-CwpgCadZ.js → bundle-CJhIws_H.js} +1 -1
  223. package/chunks/bundle-CJhIws_H.js.map +1 -0
  224. package/chunks/{bundle-DgQjrhyW.js → bundle-CLnuIYIr.js} +1 -1
  225. package/chunks/bundle-CLnuIYIr.js.map +1 -0
  226. package/chunks/{bundle-Dg8Q1yIF.js → bundle-CS7Uj50F.js} +6 -6
  227. package/chunks/bundle-CS7Uj50F.js.map +1 -0
  228. package/chunks/{bundle-ke1HVuUa.js → bundle-CVelwvs9.js} +2 -2
  229. package/chunks/bundle-CVelwvs9.js.map +1 -0
  230. package/chunks/{bundle-CbMF1uDu.js → bundle-CX3lApC4.js} +1 -1
  231. package/chunks/bundle-CX3lApC4.js.map +1 -0
  232. package/chunks/{bundle-ChKVOZMC.js → bundle-CZjqrf6l.js} +23 -15
  233. package/chunks/{bundle-ChKVOZMC.js.map → bundle-CZjqrf6l.js.map} +1 -1
  234. package/chunks/bundle-Cbww_z2e.js +55 -0
  235. package/chunks/bundle-Cbww_z2e.js.map +1 -0
  236. package/chunks/{bundle-RC1OoWx9.js → bundle-Ch2e7Qt7.js} +6 -6
  237. package/chunks/bundle-Ch2e7Qt7.js.map +1 -0
  238. package/chunks/{bundle-FBWhhyW3.js → bundle-Cie8EoA6.js} +2 -2
  239. package/chunks/bundle-Cie8EoA6.js.map +1 -0
  240. package/chunks/{bundle-D2bCW01X.js → bundle-ClrkkF1s.js} +4 -4
  241. package/chunks/bundle-ClrkkF1s.js.map +1 -0
  242. package/chunks/{bundle-B7FJxg4D.js → bundle-CmzLUYaH.js} +5 -5
  243. package/chunks/{bundle-B7FJxg4D.js.map → bundle-CmzLUYaH.js.map} +1 -1
  244. package/chunks/{bundle-B5vIoHSd.js → bundle-CrHuWGHO.js} +1 -1
  245. package/chunks/bundle-CrHuWGHO.js.map +1 -0
  246. package/chunks/{bundle-BVBoUWl2.js → bundle-CsFxfKB9.js} +1 -1
  247. package/chunks/bundle-CsFxfKB9.js.map +1 -0
  248. package/chunks/{bundle-D2Fmzffb.js → bundle-CtQaDl-3.js} +8 -1
  249. package/chunks/{bundle-CAXTSiql.js.map → bundle-CtQaDl-3.js.map} +1 -1
  250. package/chunks/{bundle-FtNvi0ib.js → bundle-CuaMFXVq.js} +1 -1
  251. package/chunks/bundle-CuaMFXVq.js.map +1 -0
  252. package/chunks/{bundle-CM1oxZtw.js → bundle-Cwegt-nm.js} +1 -1
  253. package/chunks/bundle-Cwegt-nm.js.map +1 -0
  254. package/chunks/{bundle-C_WYFRJt.js → bundle-CxDSqHBZ.js} +9 -9
  255. package/chunks/{bundle-C_WYFRJt.js.map → bundle-CxDSqHBZ.js.map} +1 -1
  256. package/chunks/bundle-D126pKFC.js +371 -0
  257. package/{cjs/chunks/bundle-BDv_id6L.js.map → chunks/bundle-D126pKFC.js.map} +1 -1
  258. package/chunks/{bundle-NWVriOUB.js → bundle-D2UEFXos.js} +4 -4
  259. package/chunks/bundle-D2UEFXos.js.map +1 -0
  260. package/chunks/{bundle-C6F1gIgq.js → bundle-D5ebWfg_.js} +18 -19
  261. package/chunks/{bundle-C6F1gIgq.js.map → bundle-D5ebWfg_.js.map} +1 -1
  262. package/chunks/{bundle-DW8Sq-WK.js → bundle-DA-IzZD8.js} +1 -1
  263. package/chunks/{bundle-DW8Sq-WK.js.map → bundle-DA-IzZD8.js.map} +1 -1
  264. package/chunks/{bundle-Cvt9FZvn.js → bundle-DHWrOTdE.js} +1 -1
  265. package/chunks/bundle-DHWrOTdE.js.map +1 -0
  266. package/chunks/{bundle-D8esR1WH.js → bundle-DLq9CBff.js} +4 -4
  267. package/chunks/{bundle-D8esR1WH.js.map → bundle-DLq9CBff.js.map} +1 -1
  268. package/chunks/{bundle-CQbpvGWw.js → bundle-DMkUp2Zj.js} +3 -3
  269. package/chunks/{bundle-CQbpvGWw.js.map → bundle-DMkUp2Zj.js.map} +1 -1
  270. package/chunks/{bundle-c4e24Qt4.js → bundle-DN5GIyKa.js} +1 -1
  271. package/chunks/bundle-DN5GIyKa.js.map +1 -0
  272. package/chunks/{bundle-CRKkgI5q.js → bundle-DPEfWAww.js} +1 -1
  273. package/chunks/bundle-DPEfWAww.js.map +1 -0
  274. package/chunks/{bundle-CtBgdgkK.js → bundle-DQcY2W86.js} +1 -1
  275. package/chunks/bundle-DQcY2W86.js.map +1 -0
  276. package/chunks/{bundle-D-cVbGxk.js → bundle-DeJupTzy.js} +13 -6
  277. package/chunks/{bundle-D-cVbGxk.js.map → bundle-DeJupTzy.js.map} +1 -1
  278. package/chunks/{bundle-DcNHBjGp.js → bundle-DqlAZTU_.js} +1 -1
  279. package/chunks/bundle-DqlAZTU_.js.map +1 -0
  280. package/chunks/{bundle-DJDeBhDz.js → bundle-DxDfRH2o.js} +1 -1
  281. package/chunks/bundle-DxDfRH2o.js.map +1 -0
  282. package/chunks/{bundle-Ck65vtgI.js → bundle-GFeWGIxR.js} +8 -7
  283. package/chunks/bundle-GFeWGIxR.js.map +1 -0
  284. package/chunks/{bundle-CTaD4y3Q.js → bundle-Ikai7bsA.js} +1 -1
  285. package/chunks/bundle-Ikai7bsA.js.map +1 -0
  286. package/chunks/{bundle-C7VSBUKJ.js → bundle-MvZdDAaZ.js} +6 -6
  287. package/chunks/{bundle-C7VSBUKJ.js.map → bundle-MvZdDAaZ.js.map} +1 -1
  288. package/chunks/{bundle-CcvIdULa.js → bundle-SKLVfsFZ.js} +1 -1
  289. package/chunks/bundle-SKLVfsFZ.js.map +1 -0
  290. package/chunks/{bundle-CAXTSiql.js → bundle-S_NxC8XW.js} +14 -13
  291. package/chunks/{bundle-DtlqJEe7.js.map → bundle-S_NxC8XW.js.map} +1 -1
  292. package/chunks/{bundle-Dt4PQi4u.js → bundle-WrPH9h4-.js} +2 -2
  293. package/chunks/bundle-WrPH9h4-.js.map +1 -0
  294. package/chunks/{bundle-CwQYOWqR.js → bundle-ZFQVFwgt.js} +1 -1
  295. package/chunks/bundle-ZFQVFwgt.js.map +1 -0
  296. package/chunks/{bundle-BGQ77Eco.js → bundle-caWcyjAI.js} +9 -9
  297. package/chunks/{bundle-BGQ77Eco.js.map → bundle-caWcyjAI.js.map} +1 -1
  298. package/chunks/{bundle-DtlqJEe7.js → bundle-fUFWSJV3.js} +20 -3
  299. package/chunks/{bundle-D2Fmzffb.js.map → bundle-fUFWSJV3.js.map} +1 -1
  300. package/chunks/{bundle-B2Vy0FIf.js → bundle-h9S7gGIf.js} +2 -2
  301. package/chunks/bundle-h9S7gGIf.js.map +1 -0
  302. package/chunks/{bundle-DPf4rz9k.js → bundle-mOV5MvC_.js} +1 -1
  303. package/chunks/bundle-mOV5MvC_.js.map +1 -0
  304. package/chunks/{bundle-8Y67Y4IK.js → bundle-nWablW_z.js} +3 -3
  305. package/chunks/{bundle-8Y67Y4IK.js.map → bundle-nWablW_z.js.map} +1 -1
  306. package/chunks/{bundle-kNaMXwgI.js → bundle-pAwXUsP3.js} +7 -13
  307. package/chunks/{bundle-kNaMXwgI.js.map → bundle-pAwXUsP3.js.map} +1 -1
  308. package/chunks/{bundle-CfsHVenu.js → bundle-pLnnSYTq.js} +2 -2
  309. package/chunks/bundle-pLnnSYTq.js.map +1 -0
  310. package/chunks/{bundle-i2i0G-ml.js → bundle-pZApGXOy.js} +1 -1
  311. package/chunks/bundle-pZApGXOy.js.map +1 -0
  312. package/chunks/{bundle-C8mqUun8.js → bundle-sT16b-_c.js} +6 -6
  313. package/chunks/{bundle-C8mqUun8.js.map → bundle-sT16b-_c.js.map} +1 -1
  314. package/cjs/App.js +83 -82
  315. package/cjs/App.js.map +1 -1
  316. package/cjs/Channel/components/ChannelHeader.js +43 -33
  317. package/cjs/Channel/components/ChannelHeader.js.map +1 -1
  318. package/cjs/Channel/components/ChannelUI.js +78 -77
  319. package/cjs/Channel/components/ChannelUI.js.map +1 -1
  320. package/cjs/Channel/components/FileViewer.js +32 -32
  321. package/cjs/Channel/components/FrozenNotification.js +6 -6
  322. package/cjs/Channel/components/Message.js +67 -66
  323. package/cjs/Channel/components/Message.js.map +1 -1
  324. package/cjs/Channel/components/MessageInput.js +45 -45
  325. package/cjs/Channel/components/MessageInputWrapper.js +44 -44
  326. package/cjs/Channel/components/MessageList.js +70 -69
  327. package/cjs/Channel/components/MessageList.js.map +1 -1
  328. package/cjs/Channel/components/RemoveMessageModal.js +31 -31
  329. package/cjs/Channel/components/SuggestedMentionList.js +42 -30
  330. package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
  331. package/cjs/Channel/components/TypingIndicator.js +6 -6
  332. package/cjs/Channel/components/UnreadCount.js +8 -8
  333. package/cjs/Channel/context.js +50 -33
  334. package/cjs/Channel/context.js.map +1 -1
  335. package/cjs/Channel/hooks/useHandleUploadFiles.js +17 -17
  336. package/cjs/Channel/hooks/useInitialMessagesFetch.js +6 -6
  337. package/cjs/Channel/utils/compareMessagesForGrouping.js +6 -6
  338. package/cjs/Channel/utils/getMessagePartsInfo.js +7 -7
  339. package/cjs/Channel.js +78 -77
  340. package/cjs/Channel.js.map +1 -1
  341. package/cjs/ChannelList/components/AddChannel.js +31 -31
  342. package/cjs/ChannelList/components/ChannelListHeader.js +10 -10
  343. package/cjs/ChannelList/components/ChannelListUI.js +38 -37
  344. package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
  345. package/cjs/ChannelList/components/ChannelPreview.js +39 -38
  346. package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
  347. package/cjs/ChannelList/components/ChannelPreviewAction.js +15 -15
  348. package/cjs/ChannelList/context.js +28 -11
  349. package/cjs/ChannelList/context.js.map +1 -1
  350. package/cjs/ChannelList.js +48 -47
  351. package/cjs/ChannelList.js.map +1 -1
  352. package/cjs/ChannelSettings/components/ChannelProfile.js +24 -24
  353. package/cjs/ChannelSettings/components/ChannelSettingMenuList.js +27 -8
  354. package/cjs/ChannelSettings/components/ChannelSettingMenuList.js.map +1 -1
  355. package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +8 -8
  356. package/cjs/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
  357. package/cjs/ChannelSettings/components/ChannelSettingsUI.js +36 -36
  358. package/cjs/ChannelSettings/components/EditDetailsModal.js +26 -26
  359. package/cjs/ChannelSettings/components/LeaveChannel.js +23 -23
  360. package/cjs/ChannelSettings/components/ModerationPanel.js +26 -26
  361. package/cjs/ChannelSettings/components/UserListItem.js +19 -19
  362. package/cjs/ChannelSettings/components/UserPanel.js +25 -25
  363. package/cjs/ChannelSettings/context.js +36 -13
  364. package/cjs/ChannelSettings/context.js.map +1 -1
  365. package/cjs/ChannelSettings/hooks/useMenuList.js +26 -26
  366. package/cjs/ChannelSettings.js +28 -28
  367. package/cjs/CreateChannel/components/CreateChannelUI.js +20 -20
  368. package/cjs/CreateChannel/components/InviteUsers.js +20 -20
  369. package/cjs/CreateChannel/components/SelectChannelType.js +17 -17
  370. package/cjs/CreateChannel/context.js +4 -4
  371. package/cjs/CreateChannel.js +20 -20
  372. package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +18 -18
  373. package/cjs/CreateOpenChannel/context.js +1 -1
  374. package/cjs/CreateOpenChannel.js +18 -18
  375. package/cjs/EditUserProfile/components/EditUserProfileUI.js +19 -19
  376. package/cjs/EditUserProfile/context.js +1 -1
  377. package/cjs/EditUserProfile.js +19 -19
  378. package/cjs/GroupChannel/components/FileViewer.js +27 -26
  379. package/cjs/GroupChannel/components/FileViewer.js.map +1 -1
  380. package/cjs/GroupChannel/components/FrozenNotification.js +6 -6
  381. package/cjs/GroupChannel/components/GroupChannelHeader.js +37 -22
  382. package/cjs/GroupChannel/components/GroupChannelHeader.js.map +1 -1
  383. package/cjs/GroupChannel/components/GroupChannelUI.js +70 -69
  384. package/cjs/GroupChannel/components/GroupChannelUI.js.map +1 -1
  385. package/cjs/GroupChannel/components/Message.js +62 -61
  386. package/cjs/GroupChannel/components/Message.js.map +1 -1
  387. package/cjs/GroupChannel/components/MessageInputWrapper.js +38 -38
  388. package/cjs/GroupChannel/components/MessageList.js +53 -52
  389. package/cjs/GroupChannel/components/MessageList.js.map +1 -1
  390. package/cjs/GroupChannel/components/RemoveMessageModal.js +27 -26
  391. package/cjs/GroupChannel/components/RemoveMessageModal.js.map +1 -1
  392. package/cjs/GroupChannel/components/SuggestedMentionList.js +12 -12
  393. package/cjs/GroupChannel/components/TypingIndicator.js +6 -6
  394. package/cjs/GroupChannel/components/UnreadCount.js +8 -8
  395. package/cjs/GroupChannel/context.js +47 -21
  396. package/cjs/GroupChannel/context.js.map +1 -1
  397. package/cjs/GroupChannel.js +70 -69
  398. package/cjs/GroupChannel.js.map +1 -1
  399. package/cjs/GroupChannelList/components/AddGroupChannel.js +22 -22
  400. package/cjs/GroupChannelList/components/GroupChannelListHeader.js +10 -10
  401. package/cjs/GroupChannelList/components/GroupChannelListItem.js +35 -34
  402. package/cjs/GroupChannelList/components/GroupChannelListItem.js.map +1 -1
  403. package/cjs/GroupChannelList/components/GroupChannelListUI.js +46 -45
  404. package/cjs/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
  405. package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +15 -15
  406. package/cjs/GroupChannelList/context.js +27 -7
  407. package/cjs/GroupChannelList/context.js.map +1 -1
  408. package/cjs/GroupChannelList.js +45 -44
  409. package/cjs/GroupChannelList.js.map +1 -1
  410. package/cjs/MessageSearch/components/MessageSearchUI.js +15 -15
  411. package/cjs/MessageSearch/context.js +1 -1
  412. package/cjs/MessageSearch.js +17 -17
  413. package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
  414. package/cjs/OpenChannel/components/OpenChannelHeader.js +26 -26
  415. package/cjs/OpenChannel/components/OpenChannelInput.js +31 -31
  416. package/cjs/OpenChannel/components/OpenChannelMessage.js +40 -40
  417. package/cjs/OpenChannel/components/OpenChannelMessageList.js +45 -45
  418. package/cjs/OpenChannel/components/OpenChannelUI.js +45 -45
  419. package/cjs/OpenChannel/context.js +21 -21
  420. package/cjs/OpenChannel.js +43 -43
  421. package/cjs/OpenChannelList/components/OpenChannelListUI.js +20 -20
  422. package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
  423. package/cjs/OpenChannelList/context.js +3 -3
  424. package/cjs/OpenChannelList.js +20 -20
  425. package/cjs/OpenChannelSettings/components/EditDetailsModal.js +21 -21
  426. package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +21 -21
  427. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +29 -29
  428. package/cjs/OpenChannelSettings/components/OperatorUI.js +29 -29
  429. package/cjs/OpenChannelSettings/components/ParticipantUI.js +22 -22
  430. package/cjs/OpenChannelSettings/context.js +26 -3
  431. package/cjs/OpenChannelSettings/context.js.map +1 -1
  432. package/cjs/OpenChannelSettings.js +22 -22
  433. package/cjs/SendbirdProvider.js +35 -31
  434. package/cjs/SendbirdProvider.js.map +1 -1
  435. package/cjs/Thread/components/ParentMessageInfo.js +49 -48
  436. package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
  437. package/cjs/Thread/components/ParentMessageInfoItem.js +33 -33
  438. package/cjs/Thread/components/ThreadHeader.js +8 -8
  439. package/cjs/Thread/components/ThreadList.js +65 -58
  440. package/cjs/Thread/components/ThreadList.js.map +1 -1
  441. package/cjs/Thread/components/ThreadListItem.js +158 -124
  442. package/cjs/Thread/components/ThreadListItem.js.map +1 -1
  443. package/cjs/Thread/components/ThreadMessageInput.js +53 -53
  444. package/cjs/Thread/components/ThreadUI.js +68 -62
  445. package/cjs/Thread/components/ThreadUI.js.map +1 -1
  446. package/cjs/Thread/context.js +37 -18
  447. package/cjs/Thread/context.js.map +1 -1
  448. package/cjs/Thread.js +69 -63
  449. package/cjs/Thread.js.map +1 -1
  450. package/cjs/VoicePlayer/context.js +4 -4
  451. package/cjs/VoicePlayer/useVoicePlayer.js +15 -15
  452. package/cjs/VoiceRecorder/context.js +15 -15
  453. package/cjs/VoiceRecorder/useVoiceRecorder.js +15 -15
  454. package/cjs/chunks/{bundle-IOTgMjOG.js → bundle--Zk0yldu.js} +6 -6
  455. package/cjs/chunks/{bundle-IOTgMjOG.js.map → bundle--Zk0yldu.js.map} +1 -1
  456. package/cjs/chunks/{bundle-Bx6GgprJ.js → bundle-28nEChz7.js} +6 -6
  457. package/cjs/chunks/{bundle-Bx6GgprJ.js.map → bundle-28nEChz7.js.map} +1 -1
  458. package/cjs/chunks/{bundle-BUUc-Q9Z.js → bundle-3EldXmJH.js} +22 -3
  459. package/cjs/chunks/bundle-3EldXmJH.js.map +1 -0
  460. package/cjs/chunks/{bundle-CbsLlCEx.js → bundle-3WL4zWhZ.js} +6 -6
  461. package/cjs/chunks/bundle-3WL4zWhZ.js.map +1 -0
  462. package/cjs/chunks/{bundle-DBQIzqeh.js → bundle-4rb5E8TZ.js} +3 -3
  463. package/cjs/chunks/bundle-4rb5E8TZ.js.map +1 -0
  464. package/cjs/chunks/{bundle-7qQ_Gcke.js → bundle-6g9okweI.js} +2 -2
  465. package/cjs/chunks/bundle-6g9okweI.js.map +1 -0
  466. package/cjs/chunks/{bundle-o89mB4oG.js → bundle-6u2qJ3mY.js} +3 -3
  467. package/cjs/chunks/bundle-6u2qJ3mY.js.map +1 -0
  468. package/cjs/chunks/{bundle-DMzUOBjy.js → bundle-B4RW5nKM.js} +9 -9
  469. package/cjs/chunks/bundle-B4RW5nKM.js.map +1 -0
  470. package/cjs/chunks/{bundle-BG2TJKN7.js → bundle-B7eeXNH_.js} +3 -1
  471. package/cjs/chunks/bundle-B7eeXNH_.js.map +1 -0
  472. package/cjs/chunks/{bundle-DPBDeBk_.js → bundle-BBhf6nJ7.js} +1 -1
  473. package/cjs/chunks/bundle-BBhf6nJ7.js.map +1 -0
  474. package/cjs/chunks/{bundle-DgDbXNwZ.js → bundle-BEkAi09X.js} +2 -2
  475. package/cjs/chunks/{bundle-DgDbXNwZ.js.map → bundle-BEkAi09X.js.map} +1 -1
  476. package/cjs/chunks/{bundle-DuU5B5-_.js → bundle-BF4c8fbo.js} +5 -5
  477. package/cjs/chunks/bundle-BF4c8fbo.js.map +1 -0
  478. package/cjs/chunks/{bundle-Cn9zbty_.js → bundle-BFvWCa7e.js} +9 -9
  479. package/cjs/chunks/{bundle-Cn9zbty_.js.map → bundle-BFvWCa7e.js.map} +1 -1
  480. package/cjs/chunks/{bundle-DYB6uKmy.js → bundle-BHsoN10h.js} +13 -14
  481. package/cjs/chunks/{bundle-DYB6uKmy.js.map → bundle-BHsoN10h.js.map} +1 -1
  482. package/cjs/chunks/{bundle-D6fxhLHd.js → bundle-BIO8345U.js} +11 -13
  483. package/cjs/chunks/{bundle-D6fxhLHd.js.map → bundle-BIO8345U.js.map} +1 -1
  484. package/cjs/chunks/{bundle-DbDWGaYr.js → bundle-BIcGuop9.js} +1 -1
  485. package/cjs/chunks/bundle-BIcGuop9.js.map +1 -0
  486. package/cjs/chunks/{bundle-uDha8F3k.js → bundle-BK-k4GCO.js} +1 -1
  487. package/cjs/chunks/bundle-BK-k4GCO.js.map +1 -0
  488. package/cjs/chunks/{bundle-DEVJn_Ma.js → bundle-BKcIWZjY.js} +4 -4
  489. package/cjs/chunks/bundle-BKcIWZjY.js.map +1 -0
  490. package/cjs/chunks/{bundle-CJN-3bAB.js → bundle-BSfTWi6-.js} +5 -5
  491. package/cjs/chunks/{bundle-CJN-3bAB.js.map → bundle-BSfTWi6-.js.map} +1 -1
  492. package/cjs/chunks/{bundle-0R_EzdU1.js → bundle-BXcP3420.js} +1 -1
  493. package/cjs/chunks/bundle-BXcP3420.js.map +1 -0
  494. package/cjs/chunks/{bundle-CYDXrfgn.js → bundle-BZsDNwQP.js} +1 -1
  495. package/cjs/chunks/bundle-BZsDNwQP.js.map +1 -0
  496. package/cjs/chunks/{bundle-9sHOJFhF.js → bundle-BbqSbmfL.js} +5 -3
  497. package/cjs/chunks/{bundle-CbHfmh_r.js.map → bundle-BbqSbmfL.js.map} +1 -1
  498. package/cjs/chunks/{bundle-CVEM1wuY.js → bundle-BcDNTcnb.js} +8 -7
  499. package/cjs/chunks/bundle-BcDNTcnb.js.map +1 -0
  500. package/cjs/chunks/{bundle-DEaDEknP.js → bundle-Bd2CfAu4.js} +8 -8
  501. package/cjs/chunks/{bundle-DEaDEknP.js.map → bundle-Bd2CfAu4.js.map} +1 -1
  502. package/cjs/chunks/{bundle-Bwc8o1C8.js → bundle-BdWzA-7r.js} +1 -1
  503. package/cjs/chunks/bundle-BdWzA-7r.js.map +1 -0
  504. package/cjs/chunks/{bundle-Ci7n7_a7.js → bundle-BitLUCB9.js} +1 -1
  505. package/cjs/chunks/bundle-BitLUCB9.js.map +1 -0
  506. package/cjs/chunks/bundle-Br7K8gnB.js +52 -0
  507. package/cjs/chunks/bundle-Br7K8gnB.js.map +1 -0
  508. package/cjs/chunks/{bundle-CoCkmhLF.js → bundle-BwEUY5os.js} +16 -11
  509. package/cjs/chunks/bundle-BwEUY5os.js.map +1 -0
  510. package/cjs/chunks/{bundle-COOqgoBu.js → bundle-C58xUPfN.js} +8 -8
  511. package/cjs/chunks/bundle-C58xUPfN.js.map +1 -0
  512. package/cjs/chunks/{bundle-DZAa-Eux.js → bundle-CB045Nuo.js} +1 -1
  513. package/cjs/chunks/bundle-CB045Nuo.js.map +1 -0
  514. package/cjs/chunks/{bundle-LPFcZlPs.js → bundle-CBKc82WZ.js} +3 -3
  515. package/cjs/chunks/bundle-CBKc82WZ.js.map +1 -0
  516. package/cjs/chunks/{bundle-tb5ZQqGF.js → bundle-CG0iiNPb.js} +4 -4
  517. package/cjs/chunks/bundle-CG0iiNPb.js.map +1 -0
  518. package/cjs/chunks/{bundle-Bcia1ZjE.js → bundle-CGFsndyY.js} +1 -1
  519. package/cjs/chunks/bundle-CGFsndyY.js.map +1 -0
  520. package/cjs/chunks/{bundle-D7T59omO.js → bundle-CGMxhied.js} +8 -1
  521. package/cjs/chunks/bundle-CGMxhied.js.map +1 -0
  522. package/cjs/chunks/{bundle-C1sSg8J5.js → bundle-CGZW4jpi.js} +1 -1
  523. package/cjs/chunks/bundle-CGZW4jpi.js.map +1 -0
  524. package/cjs/chunks/{bundle-Bd8wa_YD.js → bundle-CGd7wrVy.js} +1 -1
  525. package/cjs/chunks/bundle-CGd7wrVy.js.map +1 -0
  526. package/cjs/chunks/{bundle-BNIYWaKd.js → bundle-CJ8Prs3A.js} +2 -2
  527. package/cjs/chunks/bundle-CJ8Prs3A.js.map +1 -0
  528. package/cjs/chunks/{bundle-Ckd1BD0l.js → bundle-CJP_T71E.js} +1 -1
  529. package/cjs/chunks/bundle-CJP_T71E.js.map +1 -0
  530. package/cjs/chunks/{bundle-C-8JkV5q.js → bundle-CJeGZVb-.js} +2 -2
  531. package/cjs/chunks/bundle-CJeGZVb-.js.map +1 -0
  532. package/cjs/chunks/{bundle-sPjQ2Pux.js → bundle-CLuwJZa0.js} +1 -1
  533. package/cjs/chunks/bundle-CLuwJZa0.js.map +1 -0
  534. package/cjs/chunks/bundle-CMUWjEfD.js +379 -0
  535. package/cjs/chunks/bundle-CMUWjEfD.js.map +1 -0
  536. package/cjs/chunks/{bundle-CM3V3Pp2.js → bundle-CNzeT2IO.js} +2 -2
  537. package/cjs/chunks/bundle-CNzeT2IO.js.map +1 -0
  538. package/cjs/chunks/{bundle-DdlhyKeM.js → bundle-CUfjpjxH.js} +4 -4
  539. package/cjs/chunks/{bundle-DdlhyKeM.js.map → bundle-CUfjpjxH.js.map} +1 -1
  540. package/cjs/chunks/{bundle-DmEOZijP.js → bundle-CW3LpHGq.js} +2 -2
  541. package/cjs/chunks/bundle-CW3LpHGq.js.map +1 -0
  542. package/cjs/chunks/{bundle-BDv_id6L.js → bundle-CWvufVBn.js} +12 -12
  543. package/cjs/chunks/bundle-CWvufVBn.js.map +1 -0
  544. package/cjs/chunks/{bundle-DWcUSvLK.js → bundle-CZfupcfw.js} +1 -1
  545. package/cjs/chunks/bundle-CZfupcfw.js.map +1 -0
  546. package/cjs/chunks/{bundle-BHfJKc_N.js → bundle-CeOu0usQ.js} +13 -12
  547. package/cjs/chunks/{bundle-BHfJKc_N.js.map → bundle-CeOu0usQ.js.map} +1 -1
  548. package/cjs/chunks/{bundle-3UY57nvm.js → bundle-CfvB3Kxi.js} +4 -4
  549. package/cjs/chunks/bundle-CfvB3Kxi.js.map +1 -0
  550. package/cjs/chunks/{bundle-BzpO-b1Z.js → bundle-CjXKt0wD.js} +4 -4
  551. package/cjs/chunks/bundle-CjXKt0wD.js.map +1 -0
  552. package/cjs/chunks/{bundle-Q-UG7cwq.js → bundle-Ck3i7iYA.js} +1 -1
  553. package/cjs/chunks/bundle-Ck3i7iYA.js.map +1 -0
  554. package/cjs/chunks/{bundle-euC8pSuz.js → bundle-CkJXlAHZ.js} +1 -1
  555. package/cjs/chunks/bundle-CkJXlAHZ.js.map +1 -0
  556. package/cjs/chunks/{bundle-9Cstqdab.js → bundle-CljE7hFH.js} +3 -3
  557. package/cjs/chunks/bundle-CljE7hFH.js.map +1 -0
  558. package/cjs/chunks/{bundle-C2wy3rcJ.js → bundle-Cp-ehIB7.js} +13 -13
  559. package/cjs/chunks/{bundle-C2wy3rcJ.js.map → bundle-Cp-ehIB7.js.map} +1 -1
  560. package/cjs/chunks/{bundle-B7Zg-Tkz.js → bundle-Cs8pPzsO.js} +4 -4
  561. package/cjs/chunks/{bundle-B7Zg-Tkz.js.map → bundle-Cs8pPzsO.js.map} +1 -1
  562. package/cjs/chunks/{bundle-DyxpS7wT.js → bundle-D-gTHhxN.js} +4 -4
  563. package/cjs/chunks/{bundle-DyxpS7wT.js.map → bundle-D-gTHhxN.js.map} +1 -1
  564. package/cjs/chunks/{bundle-D44WlUuQ.js → bundle-D2t1feVx.js} +1 -1
  565. package/cjs/chunks/bundle-D2t1feVx.js.map +1 -0
  566. package/cjs/chunks/{bundle-Cxjomv9D.js → bundle-D5OeOuGr.js} +1 -1
  567. package/cjs/chunks/bundle-D5OeOuGr.js.map +1 -0
  568. package/cjs/chunks/{bundle-Bo0Tbl9k.js → bundle-D6r5AhIG.js} +6 -6
  569. package/cjs/chunks/bundle-D6r5AhIG.js.map +1 -0
  570. package/cjs/chunks/{bundle-wbUo2tVB.js → bundle-D7Z6jlhn.js} +1 -1
  571. package/cjs/chunks/bundle-D7Z6jlhn.js.map +1 -0
  572. package/cjs/chunks/{bundle-B241wmWH.js → bundle-DF8Xdsv0.js} +1 -1
  573. package/cjs/chunks/bundle-DF8Xdsv0.js.map +1 -0
  574. package/cjs/chunks/{bundle-BaqV92aI.js → bundle-DJGqpwaN.js} +2 -2
  575. package/cjs/chunks/bundle-DJGqpwaN.js.map +1 -0
  576. package/cjs/chunks/{bundle-DXrsEC9G.js → bundle-DL_JJVfl.js} +1 -1
  577. package/cjs/chunks/bundle-DL_JJVfl.js.map +1 -0
  578. package/cjs/chunks/{bundle-DA1KoGNz.js → bundle-DW2uI_yk.js} +2 -2
  579. package/cjs/chunks/bundle-DW2uI_yk.js.map +1 -0
  580. package/cjs/chunks/{bundle-B8c2Wou9.js → bundle-DdTLIZl_.js} +3 -3
  581. package/cjs/chunks/bundle-DdTLIZl_.js.map +1 -0
  582. package/cjs/chunks/{bundle-vary6LA9.js → bundle-DkPO2tCQ.js} +6 -6
  583. package/cjs/chunks/bundle-DkPO2tCQ.js.map +1 -0
  584. package/cjs/chunks/{bundle-JIWumkkO.js → bundle-DnCTq-wS.js} +1 -1
  585. package/cjs/chunks/bundle-DnCTq-wS.js.map +1 -0
  586. package/cjs/chunks/{bundle-oluXnecE.js → bundle-DpuLDKUp.js} +1 -1
  587. package/cjs/chunks/bundle-DpuLDKUp.js.map +1 -0
  588. package/cjs/chunks/{bundle-BrQCTN2E.js → bundle-DrZRl1QV.js} +7 -13
  589. package/cjs/chunks/{bundle-BrQCTN2E.js.map → bundle-DrZRl1QV.js.map} +1 -1
  590. package/cjs/chunks/{bundle-CWtuu9g_.js → bundle-Dz9Mfb3J.js} +10 -10
  591. package/cjs/chunks/bundle-Dz9Mfb3J.js.map +1 -0
  592. package/cjs/chunks/{bundle-qaP5GJsM.js → bundle-EMecEM9W.js} +20 -2
  593. package/cjs/chunks/bundle-EMecEM9W.js.map +1 -0
  594. package/cjs/chunks/{bundle-Y04yRR5V.js → bundle-HS4AiSIx.js} +23 -15
  595. package/cjs/chunks/bundle-HS4AiSIx.js.map +1 -0
  596. package/cjs/chunks/{bundle-BPNJiHcO.js → bundle-KO2rkYYZ.js} +4 -2
  597. package/cjs/chunks/bundle-KO2rkYYZ.js.map +1 -0
  598. package/cjs/chunks/{bundle-C9ANrCh1.js → bundle-O9V8K9bF.js} +11 -11
  599. package/cjs/chunks/{bundle-C9ANrCh1.js.map → bundle-O9V8K9bF.js.map} +1 -1
  600. package/cjs/chunks/{bundle-zlHcIQSu.js → bundle-OA_02RkB.js} +4 -4
  601. package/cjs/chunks/bundle-OA_02RkB.js.map +1 -0
  602. package/cjs/chunks/{bundle-Cru9LFqc.js → bundle-OYuKPaGg.js} +1 -1
  603. package/cjs/chunks/bundle-OYuKPaGg.js.map +1 -0
  604. package/cjs/chunks/{bundle-CbHfmh_r.js → bundle-RIm06QKX.js} +5 -5
  605. package/cjs/chunks/bundle-RIm06QKX.js.map +1 -0
  606. package/cjs/chunks/{bundle-BA6o2UkA.js → bundle-TuOW3oY9.js} +3 -3
  607. package/cjs/chunks/bundle-TuOW3oY9.js.map +1 -0
  608. package/cjs/chunks/{bundle-FRTtuHVK.js → bundle-VE3gKTVh.js} +3 -3
  609. package/cjs/chunks/{bundle-FRTtuHVK.js.map → bundle-VE3gKTVh.js.map} +1 -1
  610. package/cjs/chunks/{bundle-DsQnVud7.js → bundle-W5xH9nry.js} +1 -1
  611. package/cjs/chunks/bundle-W5xH9nry.js.map +1 -0
  612. package/cjs/chunks/{bundle-D6pcLavL.js → bundle-WD84KbuC.js} +14 -5
  613. package/cjs/chunks/{bundle-D6pcLavL.js.map → bundle-WD84KbuC.js.map} +1 -1
  614. package/cjs/chunks/{bundle-BanlmTip.js → bundle-XzNiXnxy.js} +1 -1
  615. package/cjs/chunks/bundle-XzNiXnxy.js.map +1 -0
  616. package/cjs/chunks/{bundle-CS3WPoOW.js → bundle-aUuw1Quf.js} +1 -1
  617. package/cjs/chunks/bundle-aUuw1Quf.js.map +1 -0
  618. package/cjs/chunks/{bundle-G08Qqz-z.js → bundle-nknsRSk4.js} +1 -1
  619. package/cjs/chunks/bundle-nknsRSk4.js.map +1 -0
  620. package/cjs/chunks/{bundle-C0PJCoX9.js → bundle-oJ65xs4u.js} +1 -1
  621. package/cjs/chunks/bundle-oJ65xs4u.js.map +1 -0
  622. package/cjs/chunks/{bundle-_aqTj6vH.js → bundle-rZ3oQPkt.js} +6 -6
  623. package/cjs/chunks/bundle-rZ3oQPkt.js.map +1 -0
  624. package/cjs/chunks/{bundle-BIYSunHg.js → bundle-s8nmIanb.js} +3 -3
  625. package/cjs/chunks/bundle-s8nmIanb.js.map +1 -0
  626. package/cjs/hooks/useModal.js +15 -15
  627. package/cjs/index.js +85 -84
  628. package/cjs/index.js.map +1 -1
  629. package/cjs/lame.all.js +1 -1
  630. package/cjs/lame.all.js.map +1 -1
  631. package/cjs/pubSub/topics.js +1 -1
  632. package/cjs/sendbirdSelectors.js +2 -2
  633. package/cjs/ui/Accordion.js +2 -2
  634. package/cjs/ui/AccordionGroup.js +1 -1
  635. package/cjs/ui/AdminMessage.js +3 -3
  636. package/cjs/ui/Avatar.js +4 -4
  637. package/cjs/ui/Badge.js +5 -5
  638. package/cjs/ui/BottomSheet.js +15 -15
  639. package/cjs/ui/Button.js +3 -3
  640. package/cjs/ui/ChannelAvatar.js +5 -5
  641. package/cjs/ui/ConnectionStatus.js +6 -6
  642. package/cjs/ui/ContextMenu.js +11 -11
  643. package/cjs/ui/DateSeparator.js +4 -4
  644. package/cjs/ui/EmojiReactions.js +62 -39
  645. package/cjs/ui/EmojiReactions.js.map +1 -1
  646. package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +8 -8
  647. package/cjs/ui/FileMessageItemBody.js +9 -9
  648. package/cjs/ui/FileViewer.js +21 -20
  649. package/cjs/ui/FileViewer.js.map +1 -1
  650. package/cjs/ui/Header.js +6 -6
  651. package/cjs/ui/Icon.js +64 -62
  652. package/cjs/ui/Icon.js.map +1 -1
  653. package/cjs/ui/IconButton.js +1 -1
  654. package/cjs/ui/ImageRenderer.js +2 -2
  655. package/cjs/ui/Input.js +3 -3
  656. package/cjs/ui/Label.js +3 -3
  657. package/cjs/ui/LinkLabel.js +4 -4
  658. package/cjs/ui/Loader.js +2 -2
  659. package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
  660. package/cjs/ui/MentionLabel.js +23 -17
  661. package/cjs/ui/MentionLabel.js.map +1 -1
  662. package/cjs/ui/MentionUserLabel.js +2 -2
  663. package/cjs/ui/MessageContent.js +77 -149
  664. package/cjs/ui/MessageContent.js.map +1 -1
  665. package/cjs/ui/MessageFeedbackFailedModal.js +16 -16
  666. package/cjs/ui/MessageFeedbackModal.js +16 -16
  667. package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
  668. package/cjs/ui/MessageInput.js +16 -16
  669. package/cjs/ui/MessageItemMenu.js +12 -12
  670. package/cjs/ui/MessageItemReactionMenu.js +20 -15
  671. package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
  672. package/cjs/ui/MessageMenu.js +12 -12
  673. package/cjs/ui/MessageSearchFileItem.js +15 -15
  674. package/cjs/ui/MessageSearchItem.js +12 -12
  675. package/cjs/ui/MessageStatus.js +13 -13
  676. package/cjs/ui/MessageTemplate.js +1 -1
  677. package/cjs/ui/MobileFeedbackMenu.js +15 -15
  678. package/cjs/ui/MobileMenu.js +16 -16
  679. package/cjs/ui/Modal.js +15 -15
  680. package/cjs/ui/MutedAvatarOverlay.js +2 -2
  681. package/cjs/ui/OGMessageItemBody.js +25 -20
  682. package/cjs/ui/OGMessageItemBody.js.map +1 -1
  683. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  684. package/cjs/ui/OpenChannelAvatar.js +8 -8
  685. package/cjs/ui/OpenchannelConversationHeader.js +8 -8
  686. package/cjs/ui/OpenchannelFileMessage.js +26 -21
  687. package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
  688. package/cjs/ui/OpenchannelOGMessage.js +29 -24
  689. package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
  690. package/cjs/ui/OpenchannelThumbnailMessage.js +25 -20
  691. package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
  692. package/cjs/ui/OpenchannelUserMessage.js +26 -21
  693. package/cjs/ui/OpenchannelUserMessage.js.map +1 -1
  694. package/cjs/ui/PlaceHolder.js +6 -6
  695. package/cjs/ui/PlaybackTime.js +3 -3
  696. package/cjs/ui/ProgressBar.js +1 -1
  697. package/cjs/ui/QuoteMessage.js +10 -10
  698. package/cjs/ui/QuoteMessageInput.js +10 -10
  699. package/cjs/ui/ReactionBadge.js +3 -3
  700. package/cjs/ui/ReactionButton.js +4 -4
  701. package/cjs/ui/SortByRow.js +2 -2
  702. package/cjs/ui/TemplateMessageItemBody.js +10 -10
  703. package/cjs/ui/TextButton.js +2 -2
  704. package/cjs/ui/TextMessageItemBody.js +27 -21
  705. package/cjs/ui/TextMessageItemBody.js.map +1 -1
  706. package/cjs/ui/ThreadReplies.js +8 -8
  707. package/cjs/ui/ThumbnailMessageItemBody.js +8 -8
  708. package/cjs/ui/Toggle.js +1 -1
  709. package/cjs/ui/Tooltip.js +3 -3
  710. package/cjs/ui/TooltipWrapper.js +1 -1
  711. package/cjs/ui/TypingIndicatorBubble.js +4 -4
  712. package/cjs/ui/UnknownMessageItemBody.js +8 -8
  713. package/cjs/ui/UserListItem.js +20 -20
  714. package/cjs/ui/UserListItemMenu.js +12 -12
  715. package/cjs/ui/UserProfile.js +32 -16
  716. package/cjs/ui/UserProfile.js.map +1 -1
  717. package/cjs/ui/VoiceMessageInput.js +9 -9
  718. package/cjs/ui/VoiceMessageItemBody.js +15 -15
  719. package/cjs/ui/Word.js +24 -18
  720. package/cjs/ui/Word.js.map +1 -1
  721. package/cjs/useSendbirdStateContext.js +1 -1
  722. package/cjs/utils/message/isVoiceMessage.js +4 -4
  723. package/cjs/withSendbird.js +1 -1
  724. package/dist/index.css +589 -90
  725. package/hooks/useModal.js +15 -15
  726. package/index.js +85 -84
  727. package/index.js.map +1 -1
  728. package/lame.all.js +1 -1
  729. package/lame.all.js.map +1 -1
  730. package/package.json +4 -4
  731. package/pubSub/topics.js +1 -1
  732. package/sendbirdSelectors.js +2 -2
  733. package/types/hooks/VoiceRecorder/index.d.ts +1 -1
  734. package/types/hooks/useKeyDown/useKeyDown.d.ts +0 -1
  735. package/types/lib/Sendbird.d.ts +6 -2
  736. package/types/lib/UserProfileContext.d.ts +12 -7
  737. package/types/lib/hooks/useConnect/__test__/data.mocks.d.ts +5 -5
  738. package/types/lib/hooks/useConnect/setupConnection.d.ts +1 -1
  739. package/types/lib/hooks/useConnect/types.d.ts +0 -1
  740. package/types/lib/pubSub/index.d.ts +1 -1
  741. package/types/lib/types.d.ts +18 -9
  742. package/types/modules/App/types.d.ts +0 -1
  743. package/types/modules/Channel/context/ChannelProvider.d.ts +4 -5
  744. package/types/modules/Channel/context/hooks/useSendMultipleFilesMessage.d.ts +0 -1
  745. package/types/modules/ChannelList/context/ChannelListProvider.d.ts +2 -4
  746. package/types/modules/ChannelList/context/hooks/useActiveChannelUrl.d.ts +0 -1
  747. package/types/modules/ChannelList/utils.d.ts +1 -3
  748. package/types/modules/ChannelSettings/context/ChannelSettingsProvider.d.ts +3 -5
  749. package/types/modules/CreateChannel/utils.d.ts +2 -2
  750. package/types/modules/GroupChannel/components/Message/MessageView.d.ts +2 -1
  751. package/types/modules/GroupChannel/components/MessageInputWrapper/MessageInputWrapperView.d.ts +2 -1
  752. package/types/modules/GroupChannel/context/GroupChannelProvider.d.ts +5 -6
  753. package/types/modules/GroupChannel/context/const.d.ts +1 -0
  754. package/types/modules/GroupChannel/context/utils.d.ts +2 -0
  755. package/types/modules/GroupChannelList/components/GroupChannelListItem/utils.d.ts +1 -1
  756. package/types/modules/GroupChannelList/context/GroupChannelListProvider.d.ts +1 -1
  757. package/types/modules/Message/hooks/useDirtyGetMentions.d.ts +0 -1
  758. package/types/modules/Message/utils/tokens/tokenize.d.ts +2 -0
  759. package/types/modules/MessageSearch/index.d.ts +0 -1
  760. package/types/modules/OpenChannel/components/FrozenChannelNotification/index.d.ts +0 -1
  761. package/types/modules/OpenChannel/components/OpenChannelHeader/index.d.ts +0 -1
  762. package/types/modules/OpenChannel/components/OpenChannelMessage/RemoveMessageModal.d.ts +0 -1
  763. package/types/modules/OpenChannel/context/hooks/useCheckScrollBottom.d.ts +0 -1
  764. package/types/modules/OpenChannel/context/hooks/useHandleChannelEvents.d.ts +0 -1
  765. package/types/modules/OpenChannelApp/components/CommunityChannelList.d.ts +0 -1
  766. package/types/modules/OpenChannelApp/components/StreamingChannelList.d.ts +0 -1
  767. package/types/modules/Thread/components/ThreadList/ThreadListItem.d.ts +4 -7
  768. package/types/modules/Thread/components/ThreadList/ThreadListItemContent.d.ts +8 -10
  769. package/types/modules/Thread/context/ThreadProvider.d.ts +7 -10
  770. package/types/ui/Accordion/index.d.ts +0 -1
  771. package/types/ui/ChannelAvatar/OpenChannelAvatar.d.ts +0 -1
  772. package/types/ui/ChannelAvatar/index.d.ts +0 -1
  773. package/types/ui/ContextMenu/index.d.ts +1 -1
  774. package/types/ui/Docs/Introduction.d.ts +0 -1
  775. package/types/ui/EmojiReactions/ReactionItem.d.ts +2 -1
  776. package/types/ui/EmojiReactions/index.d.ts +3 -2
  777. package/types/ui/FormMessageItemBody/FormInput.d.ts +23 -0
  778. package/types/ui/FormMessageItemBody/index.d.ts +10 -0
  779. package/types/ui/Icon/colors.d.ts +2 -0
  780. package/types/ui/Icon/index.d.ts +1 -0
  781. package/types/ui/Label/index.d.ts +1 -0
  782. package/types/ui/Label/stringSet.d.ts +6 -0
  783. package/types/ui/Label/types.d.ts +1 -0
  784. package/types/ui/Label/utils.d.ts +1 -1
  785. package/types/ui/LinkLabel/index.d.ts +1 -0
  786. package/types/ui/MentionLabel/index.d.ts +0 -1
  787. package/types/ui/MentionUserLabel/index.d.ts +0 -1
  788. package/types/ui/MessageContent/MessageBody/index.d.ts +5 -2
  789. package/types/ui/MessageContent/MessageHeader/index.d.ts +3 -2
  790. package/types/ui/MessageContent/MessageProfile/index.d.ts +4 -2
  791. package/types/ui/MessageContent/index.d.ts +10 -3
  792. package/types/ui/MessageInput/hooks/usePaste/types.d.ts +0 -1
  793. package/types/ui/MessageInput/utils.d.ts +1 -1
  794. package/types/ui/MessageItemReactionMenu/index.d.ts +3 -2
  795. package/types/ui/MessageSearchItem/index.d.ts +0 -1
  796. package/types/ui/OpenchannelConversationHeader/index.d.ts +0 -1
  797. package/types/ui/OpenchannelFileMessage/index.d.ts +0 -1
  798. package/types/ui/OpenchannelOGMessage/index.d.ts +0 -1
  799. package/types/ui/OpenchannelThumbnailMessage/index.d.ts +0 -1
  800. package/types/ui/Word/index.d.ts +0 -1
  801. package/types/utils/index.d.ts +2 -0
  802. package/types/utils/isVoiceMessage.d.ts +1 -1
  803. package/types/utils/messages.d.ts +1 -1
  804. package/ui/Accordion.js +2 -2
  805. package/ui/AccordionGroup.js +1 -1
  806. package/ui/AdminMessage.js +3 -3
  807. package/ui/Avatar.js +4 -4
  808. package/ui/Badge.js +5 -5
  809. package/ui/BottomSheet.js +15 -15
  810. package/ui/Button.js +3 -3
  811. package/ui/ChannelAvatar.js +5 -5
  812. package/ui/ConnectionStatus.js +6 -6
  813. package/ui/ContextMenu.js +11 -11
  814. package/ui/DateSeparator.js +4 -4
  815. package/ui/EmojiReactions.js +62 -39
  816. package/ui/EmojiReactions.js.map +1 -1
  817. package/ui/FallbackTemplateMessageItemBody.tsx.js +8 -8
  818. package/ui/FileMessageItemBody.js +9 -9
  819. package/ui/FileViewer.js +21 -20
  820. package/ui/FileViewer.js.map +1 -1
  821. package/ui/Header.js +6 -6
  822. package/ui/Icon.js +64 -62
  823. package/ui/Icon.js.map +1 -1
  824. package/ui/IconButton.js +1 -1
  825. package/ui/ImageRenderer.js +2 -2
  826. package/ui/Input.js +3 -3
  827. package/ui/Label.js +3 -3
  828. package/ui/LinkLabel.js +4 -4
  829. package/ui/Loader.js +2 -2
  830. package/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
  831. package/ui/MentionLabel.js +23 -17
  832. package/ui/MentionLabel.js.map +1 -1
  833. package/ui/MentionUserLabel.js +2 -2
  834. package/ui/MessageContent.js +60 -138
  835. package/ui/MessageContent.js.map +1 -1
  836. package/ui/MessageFeedbackFailedModal.js +16 -16
  837. package/ui/MessageFeedbackModal.js +16 -16
  838. package/ui/MessageInput/hooks/usePaste.js +7 -7
  839. package/ui/MessageInput.js +16 -16
  840. package/ui/MessageItemMenu.js +12 -12
  841. package/ui/MessageItemReactionMenu.js +21 -16
  842. package/ui/MessageItemReactionMenu.js.map +1 -1
  843. package/ui/MessageMenu.js +12 -12
  844. package/ui/MessageSearchFileItem.js +15 -15
  845. package/ui/MessageSearchItem.js +12 -12
  846. package/ui/MessageStatus.js +13 -13
  847. package/ui/MessageTemplate.js +1 -1
  848. package/ui/MobileFeedbackMenu.js +15 -15
  849. package/ui/MobileMenu.js +16 -16
  850. package/ui/Modal.js +15 -15
  851. package/ui/MutedAvatarOverlay.js +2 -2
  852. package/ui/OGMessageItemBody.js +25 -20
  853. package/ui/OGMessageItemBody.js.map +1 -1
  854. package/ui/OpenChannelAdminMessage.js +3 -3
  855. package/ui/OpenChannelAvatar.js +8 -8
  856. package/ui/OpenchannelConversationHeader.js +8 -8
  857. package/ui/OpenchannelFileMessage.js +27 -22
  858. package/ui/OpenchannelFileMessage.js.map +1 -1
  859. package/ui/OpenchannelOGMessage.js +30 -25
  860. package/ui/OpenchannelOGMessage.js.map +1 -1
  861. package/ui/OpenchannelThumbnailMessage.js +26 -21
  862. package/ui/OpenchannelThumbnailMessage.js.map +1 -1
  863. package/ui/OpenchannelUserMessage.js +27 -22
  864. package/ui/OpenchannelUserMessage.js.map +1 -1
  865. package/ui/PlaceHolder.js +6 -6
  866. package/ui/PlaybackTime.js +3 -3
  867. package/ui/ProgressBar.js +1 -1
  868. package/ui/QuoteMessage.js +10 -10
  869. package/ui/QuoteMessageInput.js +10 -10
  870. package/ui/ReactionBadge.js +3 -3
  871. package/ui/ReactionButton.js +4 -4
  872. package/ui/SortByRow.js +2 -2
  873. package/ui/TemplateMessageItemBody.js +10 -10
  874. package/ui/TextButton.js +2 -2
  875. package/ui/TextMessageItemBody.js +27 -21
  876. package/ui/TextMessageItemBody.js.map +1 -1
  877. package/ui/ThreadReplies.js +8 -8
  878. package/ui/ThumbnailMessageItemBody.js +8 -8
  879. package/ui/Toggle.js +1 -1
  880. package/ui/Tooltip.js +3 -3
  881. package/ui/TooltipWrapper.js +1 -1
  882. package/ui/TypingIndicatorBubble.js +4 -4
  883. package/ui/UnknownMessageItemBody.js +8 -8
  884. package/ui/UserListItem.js +21 -21
  885. package/ui/UserListItemMenu.js +13 -13
  886. package/ui/UserProfile.js +32 -16
  887. package/ui/UserProfile.js.map +1 -1
  888. package/ui/VoiceMessageInput.js +9 -9
  889. package/ui/VoiceMessageItemBody.js +15 -15
  890. package/ui/Word.js +24 -18
  891. package/ui/Word.js.map +1 -1
  892. package/useSendbirdStateContext.js +1 -1
  893. package/utils/message/isVoiceMessage.js +4 -4
  894. package/withSendbird.js +1 -1
  895. package/chunks/bundle-5R9f3ZZp.js.map +0 -1
  896. package/chunks/bundle-9-9DQjCI.js.map +0 -1
  897. package/chunks/bundle-B2Vy0FIf.js.map +0 -1
  898. package/chunks/bundle-B5vIoHSd.js.map +0 -1
  899. package/chunks/bundle-BKe5KBuS.js.map +0 -1
  900. package/chunks/bundle-BKxPk2t0.js +0 -22
  901. package/chunks/bundle-BKxPk2t0.js.map +0 -1
  902. package/chunks/bundle-BVBoUWl2.js.map +0 -1
  903. package/chunks/bundle-BvAzWVA5.js.map +0 -1
  904. package/chunks/bundle-C76-LA1E.js.map +0 -1
  905. package/chunks/bundle-CBwCMBt0.js.map +0 -1
  906. package/chunks/bundle-CEZ0D4qz.js.map +0 -1
  907. package/chunks/bundle-CM1oxZtw.js.map +0 -1
  908. package/chunks/bundle-CRKkgI5q.js.map +0 -1
  909. package/chunks/bundle-CTaD4y3Q.js.map +0 -1
  910. package/chunks/bundle-CU9ItXV_.js.map +0 -1
  911. package/chunks/bundle-CbMF1uDu.js.map +0 -1
  912. package/chunks/bundle-CbTjJHLv.js.map +0 -1
  913. package/chunks/bundle-CcvIdULa.js.map +0 -1
  914. package/chunks/bundle-CfsHVenu.js.map +0 -1
  915. package/chunks/bundle-Ck65vtgI.js.map +0 -1
  916. package/chunks/bundle-CmAUKSnK.js.map +0 -1
  917. package/chunks/bundle-Cn1EBKt6.js.map +0 -1
  918. package/chunks/bundle-CqCMcS8B.js.map +0 -1
  919. package/chunks/bundle-CtBgdgkK.js.map +0 -1
  920. package/chunks/bundle-Cvt9FZvn.js.map +0 -1
  921. package/chunks/bundle-CwQYOWqR.js.map +0 -1
  922. package/chunks/bundle-CwpgCadZ.js.map +0 -1
  923. package/chunks/bundle-D2bCW01X.js.map +0 -1
  924. package/chunks/bundle-DBzinRyn.js.map +0 -1
  925. package/chunks/bundle-DHJZgVZH.js.map +0 -1
  926. package/chunks/bundle-DJDeBhDz.js.map +0 -1
  927. package/chunks/bundle-DM6QiOiG.js.map +0 -1
  928. package/chunks/bundle-DO8nji3n.js.map +0 -1
  929. package/chunks/bundle-DPf4rz9k.js.map +0 -1
  930. package/chunks/bundle-DTOg7Xzt.js.map +0 -1
  931. package/chunks/bundle-DYIdeEpd.js.map +0 -1
  932. package/chunks/bundle-DZhG3Z6D.js.map +0 -1
  933. package/chunks/bundle-DcNHBjGp.js.map +0 -1
  934. package/chunks/bundle-Dg8Q1yIF.js.map +0 -1
  935. package/chunks/bundle-DgQjrhyW.js.map +0 -1
  936. package/chunks/bundle-Dt4PQi4u.js.map +0 -1
  937. package/chunks/bundle-DxDVBm6N.js.map +0 -1
  938. package/chunks/bundle-FBWhhyW3.js.map +0 -1
  939. package/chunks/bundle-FtNvi0ib.js.map +0 -1
  940. package/chunks/bundle-MlowEcAQ.js.map +0 -1
  941. package/chunks/bundle-NWVriOUB.js.map +0 -1
  942. package/chunks/bundle-R159x0xi.js.map +0 -1
  943. package/chunks/bundle-RC1OoWx9.js.map +0 -1
  944. package/chunks/bundle-c4e24Qt4.js.map +0 -1
  945. package/chunks/bundle-egkx7NWB.js.map +0 -1
  946. package/chunks/bundle-fSuFm2tD.js.map +0 -1
  947. package/chunks/bundle-h1wbrjk9.js +0 -38
  948. package/chunks/bundle-h1wbrjk9.js.map +0 -1
  949. package/chunks/bundle-i2i0G-ml.js.map +0 -1
  950. package/chunks/bundle-j0SR3DhQ.js.map +0 -1
  951. package/chunks/bundle-ke1HVuUa.js.map +0 -1
  952. package/chunks/bundle-nv2ffewN.js.map +0 -1
  953. package/chunks/bundle-uSSYB2TA.js.map +0 -1
  954. package/cjs/chunks/bundle-0R_EzdU1.js.map +0 -1
  955. package/cjs/chunks/bundle-3UY57nvm.js.map +0 -1
  956. package/cjs/chunks/bundle-7qQ_Gcke.js.map +0 -1
  957. package/cjs/chunks/bundle-9Cstqdab.js.map +0 -1
  958. package/cjs/chunks/bundle-9sHOJFhF.js.map +0 -1
  959. package/cjs/chunks/bundle-B241wmWH.js.map +0 -1
  960. package/cjs/chunks/bundle-B8c2Wou9.js.map +0 -1
  961. package/cjs/chunks/bundle-BA6o2UkA.js.map +0 -1
  962. package/cjs/chunks/bundle-BG2TJKN7.js.map +0 -1
  963. package/cjs/chunks/bundle-BIYSunHg.js.map +0 -1
  964. package/cjs/chunks/bundle-BNIYWaKd.js.map +0 -1
  965. package/cjs/chunks/bundle-BPNJiHcO.js.map +0 -1
  966. package/cjs/chunks/bundle-BUUc-Q9Z.js.map +0 -1
  967. package/cjs/chunks/bundle-BanlmTip.js.map +0 -1
  968. package/cjs/chunks/bundle-BaqV92aI.js.map +0 -1
  969. package/cjs/chunks/bundle-Bcia1ZjE.js.map +0 -1
  970. package/cjs/chunks/bundle-Bd8wa_YD.js.map +0 -1
  971. package/cjs/chunks/bundle-Bo0Tbl9k.js.map +0 -1
  972. package/cjs/chunks/bundle-Bwc8o1C8.js.map +0 -1
  973. package/cjs/chunks/bundle-BzpO-b1Z.js.map +0 -1
  974. package/cjs/chunks/bundle-C-8JkV5q.js.map +0 -1
  975. package/cjs/chunks/bundle-C0PJCoX9.js.map +0 -1
  976. package/cjs/chunks/bundle-C1sSg8J5.js.map +0 -1
  977. package/cjs/chunks/bundle-CM3V3Pp2.js.map +0 -1
  978. package/cjs/chunks/bundle-COOqgoBu.js.map +0 -1
  979. package/cjs/chunks/bundle-CS3WPoOW.js.map +0 -1
  980. package/cjs/chunks/bundle-CVEM1wuY.js.map +0 -1
  981. package/cjs/chunks/bundle-CWtuu9g_.js.map +0 -1
  982. package/cjs/chunks/bundle-CYDXrfgn.js.map +0 -1
  983. package/cjs/chunks/bundle-CbsLlCEx.js.map +0 -1
  984. package/cjs/chunks/bundle-Ci7n7_a7.js.map +0 -1
  985. package/cjs/chunks/bundle-Ckd1BD0l.js.map +0 -1
  986. package/cjs/chunks/bundle-CoCkmhLF.js.map +0 -1
  987. package/cjs/chunks/bundle-Cru9LFqc.js.map +0 -1
  988. package/cjs/chunks/bundle-CuSZh9iB.js +0 -29
  989. package/cjs/chunks/bundle-CuSZh9iB.js.map +0 -1
  990. package/cjs/chunks/bundle-Cxjomv9D.js.map +0 -1
  991. package/cjs/chunks/bundle-D44WlUuQ.js.map +0 -1
  992. package/cjs/chunks/bundle-D7T59omO.js.map +0 -1
  993. package/cjs/chunks/bundle-DA1KoGNz.js.map +0 -1
  994. package/cjs/chunks/bundle-DBQIzqeh.js.map +0 -1
  995. package/cjs/chunks/bundle-DEVJn_Ma.js.map +0 -1
  996. package/cjs/chunks/bundle-DMzUOBjy.js.map +0 -1
  997. package/cjs/chunks/bundle-DPBDeBk_.js.map +0 -1
  998. package/cjs/chunks/bundle-DWcUSvLK.js.map +0 -1
  999. package/cjs/chunks/bundle-DXrsEC9G.js.map +0 -1
  1000. package/cjs/chunks/bundle-DZAa-Eux.js.map +0 -1
  1001. package/cjs/chunks/bundle-DbDWGaYr.js.map +0 -1
  1002. package/cjs/chunks/bundle-DmEOZijP.js.map +0 -1
  1003. package/cjs/chunks/bundle-DsQnVud7.js.map +0 -1
  1004. package/cjs/chunks/bundle-DuU5B5-_.js.map +0 -1
  1005. package/cjs/chunks/bundle-G08Qqz-z.js.map +0 -1
  1006. package/cjs/chunks/bundle-JIWumkkO.js.map +0 -1
  1007. package/cjs/chunks/bundle-LPFcZlPs.js.map +0 -1
  1008. package/cjs/chunks/bundle-Q-UG7cwq.js.map +0 -1
  1009. package/cjs/chunks/bundle-Y04yRR5V.js.map +0 -1
  1010. package/cjs/chunks/bundle-_aqTj6vH.js.map +0 -1
  1011. package/cjs/chunks/bundle-euC8pSuz.js.map +0 -1
  1012. package/cjs/chunks/bundle-o89mB4oG.js.map +0 -1
  1013. package/cjs/chunks/bundle-oluXnecE.js.map +0 -1
  1014. package/cjs/chunks/bundle-qaP5GJsM.js.map +0 -1
  1015. package/cjs/chunks/bundle-sPjQ2Pux.js.map +0 -1
  1016. package/cjs/chunks/bundle-tb5ZQqGF.js.map +0 -1
  1017. package/cjs/chunks/bundle-uDha8F3k.js.map +0 -1
  1018. package/cjs/chunks/bundle-vary6LA9.js.map +0 -1
  1019. package/cjs/chunks/bundle-wbUo2tVB.js.map +0 -1
  1020. package/cjs/chunks/bundle-zlHcIQSu.js.map +0 -1
@@ -1,4 +1,4 @@
1
- import { r as requiredArgs, t as toDate } from './bundle-CwQYOWqR.js';
1
+ import { r as requiredArgs, t as toDate } from './bundle-ZFQVFwgt.js';
2
2
 
3
3
  /**
4
4
  * @name startOfDay
@@ -61,4 +61,4 @@ function isSameDay(dirtyDateLeft, dirtyDateRight) {
61
61
  }
62
62
 
63
63
  export { isSameDay as i };
64
- //# sourceMappingURL=bundle-q_YvxT21.js.map
64
+ //# sourceMappingURL=bundle-BX3QBurJ.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-q_YvxT21.js","sources":["../../node_modules/date-fns/esm/startOfDay/index.js","../../node_modules/date-fns/esm/isSameDay/index.js"],"sourcesContent":["import toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name startOfDay\n * @category Day Helpers\n * @summary Return the start of a day for the given date.\n *\n * @description\n * Return the start of a day 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 day\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // The start of a day for 2 September 2014 11:55:00:\n * const result = startOfDay(new Date(2014, 8, 2, 11, 55, 0))\n * //=> Tue Sep 02 2014 00:00:00\n */\nexport default function startOfDay(dirtyDate) {\n requiredArgs(1, arguments);\n var date = toDate(dirtyDate);\n date.setHours(0, 0, 0, 0);\n return date;\n}","import startOfDay from \"../startOfDay/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isSameDay\n * @category Day Helpers\n * @summary Are the given dates in the same day (and year and month)?\n *\n * @description\n * Are the given dates in the same day (and year and month)?\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 day (and year and month)\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Are 4 September 06:00:00 and 4 September 18:00:00 in the same day?\n * const result = isSameDay(new Date(2014, 8, 4, 6, 0), new Date(2014, 8, 4, 18, 0))\n * //=> true\n *\n * @example\n * // Are 4 September and 4 October in the same day?\n * const result = isSameDay(new Date(2014, 8, 4), new Date(2014, 9, 4))\n * //=> false\n *\n * @example\n * // Are 4 September, 2014 and 4 September, 2015 in the same day?\n * const result = isSameDay(new Date(2014, 8, 4), new Date(2015, 8, 4))\n * //=> false\n */\nexport default function isSameDay(dirtyDateLeft, dirtyDateRight) {\n requiredArgs(2, arguments);\n var dateLeftStartOfDay = startOfDay(dirtyDateLeft);\n var dateRightStartOfDay = startOfDay(dirtyDateRight);\n return dateLeftStartOfDay.getTime() === dateRightStartOfDay.getTime();\n}"],"names":[],"mappings":";;AAEA;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,IAAI,IAAI,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC;AAC/B,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAC5B,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;AACe,SAAS,SAAS,CAAC,aAAa,EAAE,cAAc,EAAE;AACjE,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,kBAAkB,GAAG,UAAU,CAAC,aAAa,CAAC,CAAC;AACrD,EAAE,IAAI,mBAAmB,GAAG,UAAU,CAAC,cAAc,CAAC,CAAC;AACvD,EAAE,OAAO,kBAAkB,CAAC,OAAO,EAAE,KAAK,mBAAmB,CAAC,OAAO,EAAE,CAAC;AACxE;;;;","x_google_ignoreList":[0,1]}
1
+ {"version":3,"file":"bundle-BX3QBurJ.js","sources":["../../node_modules/date-fns/esm/startOfDay/index.js","../../node_modules/date-fns/esm/isSameDay/index.js"],"sourcesContent":["import toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name startOfDay\n * @category Day Helpers\n * @summary Return the start of a day for the given date.\n *\n * @description\n * Return the start of a day 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 day\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // The start of a day for 2 September 2014 11:55:00:\n * const result = startOfDay(new Date(2014, 8, 2, 11, 55, 0))\n * //=> Tue Sep 02 2014 00:00:00\n */\nexport default function startOfDay(dirtyDate) {\n requiredArgs(1, arguments);\n var date = toDate(dirtyDate);\n date.setHours(0, 0, 0, 0);\n return date;\n}","import startOfDay from \"../startOfDay/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isSameDay\n * @category Day Helpers\n * @summary Are the given dates in the same day (and year and month)?\n *\n * @description\n * Are the given dates in the same day (and year and month)?\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 day (and year and month)\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Are 4 September 06:00:00 and 4 September 18:00:00 in the same day?\n * const result = isSameDay(new Date(2014, 8, 4, 6, 0), new Date(2014, 8, 4, 18, 0))\n * //=> true\n *\n * @example\n * // Are 4 September and 4 October in the same day?\n * const result = isSameDay(new Date(2014, 8, 4), new Date(2014, 9, 4))\n * //=> false\n *\n * @example\n * // Are 4 September, 2014 and 4 September, 2015 in the same day?\n * const result = isSameDay(new Date(2014, 8, 4), new Date(2015, 8, 4))\n * //=> false\n */\nexport default function isSameDay(dirtyDateLeft, dirtyDateRight) {\n requiredArgs(2, arguments);\n var dateLeftStartOfDay = startOfDay(dirtyDateLeft);\n var dateRightStartOfDay = startOfDay(dirtyDateRight);\n return dateLeftStartOfDay.getTime() === dateRightStartOfDay.getTime();\n}"],"names":[],"mappings":";;AAEA;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,IAAI,IAAI,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC;AAC/B,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAC5B,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;AACe,SAAS,SAAS,CAAC,aAAa,EAAE,cAAc,EAAE;AACjE,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,kBAAkB,GAAG,UAAU,CAAC,aAAa,CAAC,CAAC;AACrD,EAAE,IAAI,mBAAmB,GAAG,UAAU,CAAC,cAAc,CAAC,CAAC;AACvD,EAAE,OAAO,kBAAkB,CAAC,OAAO,EAAE,KAAK,mBAAmB,CAAC,OAAO,EAAE,CAAC;AACxE;;;;","x_google_ignoreList":[0,1]}
@@ -1,6 +1,6 @@
1
- import { i as isSameDay } from './bundle-q_YvxT21.js';
2
- import { r as requiredArgs, t as toDate } from './bundle-CwQYOWqR.js';
3
- import { t as toInteger } from './bundle-C6F1gIgq.js';
1
+ import { i as isSameDay } from './bundle-BX3QBurJ.js';
2
+ import { r as requiredArgs, t as toDate } from './bundle-ZFQVFwgt.js';
3
+ import { t as toInteger } from './bundle-D5ebWfg_.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-BxrZduJE.js.map
166
+ //# sourceMappingURL=bundle-BXRo7Ms-.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-BxrZduJE.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-BXRo7Ms-.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]}
@@ -32,4 +32,4 @@ var pubSubFactory = function (opts) {
32
32
  };
33
33
 
34
34
  export { pubSubFactory as p };
35
- //# sourceMappingURL=bundle-5R9f3ZZp.js.map
35
+ //# sourceMappingURL=bundle-BYzdqvuF.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-BYzdqvuF.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,11 +1,11 @@
1
- import { _ as __assign } from './bundle-B1SLZ0HT.js';
1
+ import { _ as __assign } from './bundle-C6zCSlOy.js';
2
2
  import React__default from 'react';
3
- import { g as getStringSet } from './bundle-D2Fmzffb.js';
4
- import { d as defaultLocale } from './bundle-kNaMXwgI.js';
3
+ import { g as getStringSet } from './bundle-CtQaDl-3.js';
4
+ import { l as locale } from './bundle-pAwXUsP3.js';
5
5
 
6
6
  var LocalizationContextDefault = {
7
7
  stringSet: getStringSet('en'),
8
- dateLocale: defaultLocale,
8
+ dateLocale: locale,
9
9
  };
10
10
  var LocalizationContext = React__default.createContext(LocalizationContextDefault);
11
11
  var LocalizationProvider = function (props) {
@@ -15,4 +15,4 @@ var LocalizationProvider = function (props) {
15
15
  var useLocalization = function () { return React__default.useContext(LocalizationContext); };
16
16
 
17
17
  export { LocalizationContext as L, LocalizationProvider as a, useLocalization as u };
18
- //# sourceMappingURL=bundle-BvAzWVA5.js.map
18
+ //# sourceMappingURL=bundle-BdnV2Y4z.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-BdnV2Y4z.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
@@ -1,15 +1,15 @@
1
- import { _ as __assign, a as __awaiter, b as __generator, c as __spreadArray } from './bundle-B1SLZ0HT.js';
1
+ import { _ as __assign, a as __awaiter, b as __generator, c as __spreadArray } from './bundle-C6zCSlOy.js';
2
2
  import React__default, { useState, useContext, useEffect, useCallback } from 'react';
3
- import { L as LocalizationContext, u as useLocalization } from './bundle-BvAzWVA5.js';
3
+ import { L as LocalizationContext, u as useLocalization } from './bundle-BdnV2Y4z.js';
4
4
  import { useChannelSettingsContext } from '../ChannelSettings/context.js';
5
5
  import Button, { ButtonTypes, ButtonSizes } from '../ui/Button.js';
6
- import { U as UserListItemMenu } from './bundle-C8mqUun8.js';
6
+ import { U as UserListItemMenu } from './bundle-sT16b-_c.js';
7
7
  import { UserListItem } from '../ui/UserListItem.js';
8
- import { M as Modal } from './bundle-Bh6KfMRl.js';
9
- import { u as useOnScrollPositionChangeDetector } from './bundle-D2bCW01X.js';
10
- import { L as Label, b as LabelColors, a as LabelTypography } from './bundle-CEZ0D4qz.js';
8
+ import { M as Modal } from './bundle-BPXxR5Uf.js';
9
+ import { u as useOnScrollPositionChangeDetector } from './bundle-ClrkkF1s.js';
10
+ import { L as Label, b as LabelColors, a as LabelTypography } from './bundle-BC3_mS0I.js';
11
11
  import { OperatorFilter } from '@sendbird/chat/groupChannel';
12
- import { n as noop } from './bundle-CtBgdgkK.js';
12
+ import { n as noop } from './bundle-DQcY2W86.js';
13
13
 
14
14
  function OperatorsModal(_a) {
15
15
  var _this = this;
@@ -357,4 +357,4 @@ var MutedMemberList = function (_a) {
357
357
  };
358
358
 
359
359
  export { BannedUserList as B, MutedMemberList as M, OperatorList as O };
360
- //# sourceMappingURL=bundle-DWQyLuYT.js.map
360
+ //# sourceMappingURL=bundle-BhNg8_4t.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-DWQyLuYT.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-BhNg8_4t.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -12,4 +12,4 @@ var pxToNumber = function (px) {
12
12
  };
13
13
 
14
14
  export { pxToNumber as p };
15
- //# sourceMappingURL=bundle-DYIdeEpd.js.map
15
+ //# sourceMappingURL=bundle-BjLUCiRW.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-BjLUCiRW.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
@@ -1,14 +1,14 @@
1
- import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-B1SLZ0HT.js';
1
+ import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-C6zCSlOy.js';
2
2
  import React__default, { useEffect, useCallback, useReducer, useState, useMemo, useContext } from 'react';
3
3
  import { GroupChannelHandler, GroupChannelListOrder } from '@sendbird/chat/groupChannel';
4
- import { p as pubSubTopics } from './bundle-DZhG3Z6D.js';
5
- import { u as uuidv4 } from './bundle-Cvt9FZvn.js';
6
- import { n as noop } from './bundle-CtBgdgkK.js';
7
- import { D as DELIVERY_RECEIPT$1 } from './bundle-c4e24Qt4.js';
8
- import { U as UserProfileProvider } from './bundle-BKxPk2t0.js';
4
+ import { p as pubSubTopics } from './bundle-Bt2dBxqH.js';
5
+ import { u as uuidv4 } from './bundle-DHWrOTdE.js';
6
+ import { n as noop } from './bundle-DQcY2W86.js';
7
+ import { D as DELIVERY_RECEIPT$1 } from './bundle-DN5GIyKa.js';
8
+ import { U as UserProfileProvider } from './bundle-B4S_3ODJ.js';
9
9
  import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
10
- import { K, $ as filterChannelListParams, a0 as getChannelsWithUpsertedChannel, a1 as S, a2 as isChannelJustCreated } from './bundle-D-cVbGxk.js';
11
- import { u as useReconnectOnIdle } from './bundle-DPf4rz9k.js';
10
+ import { K, a1 as filterChannelListParams, a2 as getChannelsWithUpsertedChannel, a3 as S, a4 as isChannelJustCreated } from './bundle-DeJupTzy.js';
11
+ import { u as useReconnectOnIdle } from './bundle-mOV5MvC_.js';
12
12
 
13
13
  var RESET_CHANNEL_LIST = 'RESET_CHANNEL_LIST';
14
14
  var CREATE_CHANNEL = 'CREATE_CHANNEL';
@@ -722,14 +722,12 @@ var ChannelListProvider = function (props) {
722
722
  var globalStore = useSendbirdStateContext();
723
723
  var config = globalStore.config, stores = globalStore.stores;
724
724
  var sdkStore = stores.sdkStore;
725
- var pubSub = config.pubSub, logger = config.logger, onUserProfileMessage = config.onUserProfileMessage;
725
+ var pubSub = config.pubSub, logger = config.logger;
726
726
  var markAsDeliveredScheduler = config.markAsDeliveredScheduler, _e = config.disableMarkAsDelivered, disableMarkAsDelivered = _e === void 0 ? false : _e, isOnline = config.isOnline;
727
727
  var sdk = sdkStore === null || sdkStore === void 0 ? void 0 : sdkStore.sdk;
728
728
  var _f = ((_a = sdk === null || sdk === void 0 ? void 0 : sdk.appInfo) !== null && _a !== void 0 ? _a : {}).premiumFeatureList, premiumFeatureList = _f === void 0 ? [] : _f;
729
729
  // derive some variables
730
730
  // enable if it is true at least once(both are false by default)
731
- var userDefinedDisableUserProfile = disableUserProfile !== null && disableUserProfile !== void 0 ? disableUserProfile : !config.common.enableUsingDefaultUserProfile;
732
- var userDefinedRenderProfile = config === null || config === void 0 ? void 0 : config.renderUserProfile;
733
731
  var enableEditProfile = allowProfileEdit || config.allowProfileEdit;
734
732
  var userFilledChannelListQuery = queries === null || queries === void 0 ? void 0 : queries.channelListQuery;
735
733
  var userFilledApplicationUserListQuery = queries === null || queries === void 0 ? void 0 : queries.applicationUserListQuery;
@@ -924,7 +922,7 @@ var ChannelListProvider = function (props) {
924
922
  markAsDeliveredScheduler: markAsDeliveredScheduler,
925
923
  });
926
924
  return (React__default.createElement(ChannelListContext.Provider, { value: __assign(__assign({ className: className, disableUserProfile: disableUserProfile, queries: queries_, onProfileEditSuccess: onProfileEditSuccess, onThemeChange: onThemeChange, onBeforeCreateChannel: onBeforeCreateChannel, overrideInviteUser: overrideInviteUser, onChannelSelect: onChannelSelect, sortChannelList: sortChannelList, allowProfileEdit: enableEditProfile, channelListDispatcher: channelListDispatcher, channelSource: channelSource }, channelListStore), { allChannels: sortedChannels, typingChannels: typingChannels, isTypingIndicatorEnabled: isTypingIndicatorEnabled !== null && isTypingIndicatorEnabled !== void 0 ? isTypingIndicatorEnabled : config.groupChannelList.enableTypingIndicator, isMessageReceiptStatusEnabled: isMessageReceiptStatusEnabled !== null && isMessageReceiptStatusEnabled !== void 0 ? isMessageReceiptStatusEnabled : config.groupChannelList.enableMessageReceiptStatus, fetchChannelList: fetchChannelList }) },
927
- React__default.createElement(UserProfileProvider, { disableUserProfile: userDefinedDisableUserProfile !== null && userDefinedDisableUserProfile !== void 0 ? userDefinedDisableUserProfile : !config.common.enableUsingDefaultUserProfile, renderUserProfile: userDefinedRenderProfile, onUserProfileMessage: onUserProfileMessage },
925
+ React__default.createElement(UserProfileProvider, __assign({}, props),
928
926
  React__default.createElement("div", { className: "sendbird-channel-list ".concat(className) }, children))));
929
927
  };
930
928
  function useChannelListContext() {
@@ -935,4 +933,4 @@ function useChannelListContext() {
935
933
  }
936
934
 
937
935
  export { ChannelListProvider as C, LEAVE_CHANNEL_SUCCESS as L, SET_CURRENT_CHANNEL as S, useChannelListContext as u };
938
- //# sourceMappingURL=bundle-CQgNYKRd.js.map
936
+ //# sourceMappingURL=bundle-BnSYk8X8.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-CQgNYKRd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-BnSYk8X8.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,10 +1,10 @@
1
1
  import React__default, { useState, useMemo, useRef, useEffect } from 'react';
2
- import { a as __awaiter, b as __generator, _ as __assign } from './bundle-B1SLZ0HT.js';
2
+ import { a as __awaiter, b as __generator, _ as __assign } from './bundle-C6zCSlOy.js';
3
3
  import { SendingStatus } from '@sendbird/chat/message';
4
4
  import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
5
5
  import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
6
6
  import ImageRenderer, { getBorderRadiusForMultipleImageRenderer } from '../ui/ImageRenderer.js';
7
- import { w as getClassName, z as isGif, K } from './bundle-D-cVbGxk.js';
7
+ import { x as getClassName, z as isGif, K } from './bundle-DeJupTzy.js';
8
8
  import FileViewer from '../ui/FileViewer.js';
9
9
 
10
10
  function ImageGrid(_a) {
@@ -178,4 +178,4 @@ var useFileInfoListWithUploaded = function (message) {
178
178
  };
179
179
 
180
180
  export { MultipleFilesMessageItemBody as M, ThreadMessageKind as T, useFileInfoListWithUploaded as a, useThreadMessageKindKeySelector as u };
181
- //# sourceMappingURL=bundle-Bt68jirZ.js.map
181
+ //# sourceMappingURL=bundle-Bq9zpmTr.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-Bt68jirZ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-Bq9zpmTr.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,4 +1,4 @@
1
1
  var OG_MESSAGE_BODY_CLASSNAME = 'sendbird-og-message-item-body__text-bubble';
2
2
 
3
3
  export { OG_MESSAGE_BODY_CLASSNAME as O };
4
- //# sourceMappingURL=bundle-fSuFm2tD.js.map
4
+ //# sourceMappingURL=bundle-BqzJev_y.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-BqzJev_y.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -39,4 +39,4 @@ var PUBSUB_TOPICS;
39
39
  var pubSubTopics = PUBSUB_TOPICS;
40
40
 
41
41
  export { PublishingModuleType as P, shouldPubSubPublishToThread as a, PUBSUB_TOPICS as b, pubSubTopics as p, shouldPubSubPublishToChannel as s };
42
- //# sourceMappingURL=bundle-DZhG3Z6D.js.map
42
+ //# sourceMappingURL=bundle-Bt2dBxqH.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-Bt2dBxqH.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,11 +1,12 @@
1
1
  var MAX_USER_MENTION_COUNT = 10;
2
2
  var MAX_USER_SUGGESTION_COUNT = 15;
3
3
  var USER_MENTION_TEMP_CHAR = '@';
4
+ var UIKIT_COMPATIBLE_FORM_VERSION = 1;
4
5
  var ThreadReplySelectType;
5
6
  (function (ThreadReplySelectType) {
6
7
  ThreadReplySelectType["PARENT"] = "PARENT";
7
8
  ThreadReplySelectType["THREAD"] = "THREAD";
8
9
  })(ThreadReplySelectType || (ThreadReplySelectType = {}));
9
10
 
10
- export { MAX_USER_MENTION_COUNT as M, ThreadReplySelectType as T, USER_MENTION_TEMP_CHAR as U, MAX_USER_SUGGESTION_COUNT as a };
11
- //# sourceMappingURL=bundle-DHJZgVZH.js.map
11
+ export { MAX_USER_MENTION_COUNT as M, ThreadReplySelectType as T, UIKIT_COMPATIBLE_FORM_VERSION as U, USER_MENTION_TEMP_CHAR as a, MAX_USER_SUGGESTION_COUNT as b };
12
+ //# sourceMappingURL=bundle-Bu7Z-kDX.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-Bu7Z-kDX.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
@@ -1,17 +1,17 @@
1
1
  import React__default, { useEffect, useCallback, useState, useReducer, useRef, useMemo } from 'react';
2
- import { U as UserProfileProvider } from './bundle-BKxPk2t0.js';
3
- import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-B1SLZ0HT.js';
4
- import { c as compareIds } from './bundle-BKe5KBuS.js';
5
- import { p as pubSubTopics } from './bundle-DZhG3Z6D.js';
2
+ import { U as UserProfileProvider } from './bundle-B4S_3ODJ.js';
3
+ import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-C6zCSlOy.js';
4
+ import { c as compareIds } from './bundle-B2urOslr.js';
5
+ import { p as pubSubTopics } from './bundle-Bt2dBxqH.js';
6
6
  import { ChannelType } from '@sendbird/chat';
7
7
  import { OpenChannelHandler } from '@sendbird/chat/openChannel';
8
- import { u as uuidv4 } from './bundle-Cvt9FZvn.js';
9
- import { c as compressImages } from './bundle-DM6QiOiG.js';
8
+ import { u as uuidv4 } from './bundle-DHWrOTdE.js';
9
+ import { c as compressImages } from './bundle-AWRDhHEB.js';
10
10
  import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
11
- import { b as useGlobalModalContext, c as ModalFooter } from './bundle-Bh6KfMRl.js';
12
- import { u as useLocalization } from './bundle-BvAzWVA5.js';
13
- import { O as ONE_MiB } from './bundle-c4e24Qt4.js';
14
- import './bundle-CEZ0D4qz.js';
11
+ import { b as useGlobalModalContext, c as ModalFooter } from './bundle-BPXxR5Uf.js';
12
+ import { u as useLocalization } from './bundle-BdnV2Y4z.js';
13
+ import { O as ONE_MiB } from './bundle-DN5GIyKa.js';
14
+ import './bundle-BC3_mS0I.js';
15
15
  import { ButtonTypes } from '../ui/Button.js';
16
16
 
17
17
  var shouldFetchMore = function (messageLength, maxMessages) {
@@ -1355,4 +1355,4 @@ var useOpenChannelContext = function () {
1355
1355
  };
1356
1356
 
1357
1357
  export { OpenChannelProvider as O, kFormatter as k, useOpenChannelContext as u };
1358
- //# sourceMappingURL=bundle-v7PcSk1i.js.map
1358
+ //# sourceMappingURL=bundle-Bz7xrPuU.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-v7PcSk1i.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-Bz7xrPuU.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,10 +1,10 @@
1
1
  import React__default, { useContext } from 'react';
2
- import { M as Modal } from './bundle-Bh6KfMRl.js';
3
- import './bundle-B1SLZ0HT.js';
4
- import './bundle-CEZ0D4qz.js';
2
+ import { M as Modal } from './bundle-BPXxR5Uf.js';
3
+ import './bundle-C6zCSlOy.js';
4
+ import './bundle-BC3_mS0I.js';
5
5
  import { ButtonTypes } from '../ui/Button.js';
6
- import { L as LocalizationContext } from './bundle-BvAzWVA5.js';
7
- import { g as getModalDeleteMessageTitle } from './bundle-CBwCMBt0.js';
6
+ import { L as LocalizationContext } from './bundle-BdnV2Y4z.js';
7
+ import { g as getModalDeleteMessageTitle } from './bundle-B0ZoTIxO.js';
8
8
 
9
9
  var RemoveMessageModalView = function (props) {
10
10
  var _a;
@@ -25,4 +25,4 @@ var RemoveMessageModalView = function (props) {
25
25
  };
26
26
 
27
27
  export { RemoveMessageModalView as R };
28
- //# sourceMappingURL=bundle-CU9ItXV_.js.map
28
+ //# sourceMappingURL=bundle-C1kDsrxV.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-C1kDsrxV.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,20 +1,21 @@
1
- import { _ as __assign } from './bundle-B1SLZ0HT.js';
1
+ import { _ as __assign } from './bundle-C6zCSlOy.js';
2
2
  import React__default, { useState } from 'react';
3
3
  import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
4
- import { u as useLongPress } from './bundle-DxDVBm6N.js';
5
- import { u as useLocalization } from './bundle-BvAzWVA5.js';
6
- import { u as useMediaQueryContext } from './bundle-DBzinRyn.js';
7
- import { n as noop } from './bundle-CtBgdgkK.js';
8
- import { i as isVoiceMessage } from './bundle-D-cVbGxk.js';
9
- import { a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from './bundle-j0SR3DhQ.js';
4
+ import { u as useLongPress } from './bundle-CB44TzHJ.js';
5
+ import { u as useLocalization } from './bundle-BdnV2Y4z.js';
6
+ import { u as useMediaQueryContext } from './bundle-CGStfx_a.js';
7
+ import { n as noop } from './bundle-DQcY2W86.js';
8
+ import { i as isVoiceMessage } from './bundle-DeJupTzy.js';
9
+ import { a as getLastMessageText, b as getTotalMembers, M as MessageStatus, c as getLastMessageCreatedAt, d as getChannelUnreadMessageCount } from './bundle-CDCgNPAb.js';
10
10
  import { TypingIndicatorText } from '../GroupChannel/components/TypingIndicator.js';
11
11
  import Badge from '../ui/Badge.js';
12
12
  import ChannelAvatar from '../ui/ChannelAvatar.js';
13
13
  import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
14
- import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-CEZ0D4qz.js';
14
+ import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-BC3_mS0I.js';
15
15
  import MentionUserLabel from '../ui/MentionUserLabel.js';
16
- import { M as Modal } from './bundle-Bh6KfMRl.js';
16
+ import { M as Modal } from './bundle-BPXxR5Uf.js';
17
17
  import TextButton from '../ui/TextButton.js';
18
+ import { g as getChannelPreviewMessage } from './bundle-fUFWSJV3.js';
18
19
 
19
20
  var GroupChannelListItemView = function (_a) {
20
21
  var channel = _a.channel, tabIndex = _a.tabIndex, isTyping = _a.isTyping, isSelected = _a.isSelected, channelName = _a.channelName, _b = _a.isMessageStatusEnabled, isMessageStatusEnabled = _b === void 0 ? true : _b, _c = _a.onClick, onClick = _c === void 0 ? noop : _c, _d = _a.onLeaveChannel, onLeaveChannel = _d === void 0 ? function () { return Promise.resolve(); } : _d, renderChannelAction = _a.renderChannelAction;
@@ -23,6 +24,10 @@ var GroupChannelListItemView = function (_a) {
23
24
  var _e = useLocalization(), dateLocale = _e.dateLocale, stringSet = _e.stringSet;
24
25
  var isMobile = useMediaQueryContext().isMobile;
25
26
  var isMentionEnabled = config.groupChannel.enableMention;
27
+ var lastMessage = getLastMessageText(channel, stringSet);
28
+ var previewLastMessage = config.groupChannel.enableMarkdownForUserMessage
29
+ ? getChannelPreviewMessage(lastMessage)
30
+ : lastMessage;
26
31
  var _f = useState(false), showMobileLeave = _f[0], setShowMobileLeave = _f[1];
27
32
  var onLongPress = useLongPress({
28
33
  onLongPress: function () {
@@ -61,7 +66,7 @@ var GroupChannelListItemView = function (_a) {
61
66
  isTyping && (React__default.createElement(TypingIndicatorText, { members: channel.getTypingUsers() })),
62
67
  !isTyping
63
68
  && !isVoiceMessage(channel.lastMessage)
64
- && getLastMessage(channel, stringSet),
69
+ && previewLastMessage,
65
70
  !isTyping
66
71
  && isVoiceMessage(channel.lastMessage)
67
72
  && stringSet.VOICE_MESSAGE),
@@ -84,4 +89,4 @@ var GroupChannelListItemView = function (_a) {
84
89
  };
85
90
 
86
91
  export { GroupChannelListItemView as G };
87
- //# sourceMappingURL=bundle-R159x0xi.js.map
92
+ //# sourceMappingURL=bundle-C3p0xHh1.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-C3p0xHh1.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -12,7 +12,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12
12
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
13
  PERFORMANCE OF THIS SOFTWARE.
14
14
  ***************************************************************************** */
15
- /* global Reflect, Promise, SuppressedError, Symbol */
15
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
16
16
 
17
17
  var extendStatics = function(d, b) {
18
18
  extendStatics = Object.setPrototypeOf ||
@@ -63,8 +63,8 @@ function __awaiter(thisArg, _arguments, P, generator) {
63
63
  }
64
64
 
65
65
  function __generator(thisArg, body) {
66
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
67
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
66
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
67
+ return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
68
68
  function verb(n) { return function (v) { return step([n, v]); }; }
69
69
  function step(op) {
70
70
  if (f) throw new TypeError("Generator is already executing.");
@@ -106,4 +106,4 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
106
106
  };
107
107
 
108
108
  export { __assign as _, __awaiter as a, __generator as b, __spreadArray as c, __rest as d, __extends as e };
109
- //# sourceMappingURL=bundle-B1SLZ0HT.js.map
109
+ //# sourceMappingURL=bundle-C6zCSlOy.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-B1SLZ0HT.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-C6zCSlOy.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,30 +1,30 @@
1
- import { c as __spreadArray } from './bundle-B1SLZ0HT.js';
1
+ import { c as __spreadArray } from './bundle-C6zCSlOy.js';
2
2
  import React__default, { useContext, useState, useEffect, useRef, useCallback } from 'react';
3
3
  import Button, { ButtonTypes, ButtonSizes } from '../ui/Button.js';
4
- import { C as ContextMenu, b as MenuItems, O as OperatorMenuItem, h as MuteMenuItem, c as MenuItem } from './bundle-C7VSBUKJ.js';
4
+ import { C as ContextMenu, b as MenuItems, O as OperatorMenuItem, h as MuteMenuItem, c as MenuItem } from './bundle-MvZdDAaZ.js';
5
5
  import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
6
6
  import IconButton from '../ui/IconButton.js';
7
- import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-CEZ0D4qz.js';
7
+ import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-BC3_mS0I.js';
8
8
  import { Participant } from '@sendbird/chat';
9
- import { L as LocalizationContext } from './bundle-BvAzWVA5.js';
10
- import { a as UserProfileContext } from './bundle-BKxPk2t0.js';
9
+ import { L as LocalizationContext } from './bundle-BdnV2Y4z.js';
10
+ import { u as useUserProfileContext } from './bundle-B4S_3ODJ.js';
11
11
  import '../ui/AccordionGroup.js';
12
- import { A as Avatar } from './bundle-C76-LA1E.js';
12
+ import { A as Avatar } from './bundle-CIEFjxmJ.js';
13
13
  import 'react-dom';
14
- import './bundle-DBzinRyn.js';
14
+ import './bundle-CGStfx_a.js';
15
15
  import '@sendbird/uikit-tools';
16
16
  import '../withSendbird.js';
17
- import { M as Modal } from './bundle-Bh6KfMRl.js';
17
+ import { M as Modal } from './bundle-BPXxR5Uf.js';
18
18
  import 'css-vars-ponyfill';
19
- import './bundle-D-cVbGxk.js';
19
+ import './bundle-DeJupTzy.js';
20
20
  import '@sendbird/chat/openChannel';
21
21
  import '@sendbird/chat/groupChannel';
22
- import './bundle-DO8nji3n.js';
22
+ import './bundle-AMVN7cK_.js';
23
23
  import MutedAvatarOverlay from '../ui/MutedAvatarOverlay.js';
24
24
  import UserProfile from '../ui/UserProfile.js';
25
25
  import { useOpenChannelSettingsContext } from '../OpenChannelSettings/context.js';
26
26
  import { UserListItem as UserListItem$1 } from '../ui/UserListItem.js';
27
- import { n as noop } from './bundle-CtBgdgkK.js';
27
+ import { n as noop } from './bundle-DQcY2W86.js';
28
28
  import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
29
29
 
30
30
  function ParticipantsModal(_a) {
@@ -95,7 +95,7 @@ var UserListItem = function (_a) {
95
95
  var user = _a.user, currentUser = _a.currentUser, isOperator = _a.isOperator, action = _a.action;
96
96
  var avatarRef = useRef(null);
97
97
  var actionRef = useRef(null);
98
- var _b = useContext(UserProfileContext), disableUserProfile = _b.disableUserProfile, renderUserProfile = _b.renderUserProfile;
98
+ var _b = useUserProfileContext(), disableUserProfile = _b.disableUserProfile, renderUserProfile = _b.renderUserProfile;
99
99
  var stringSet = useContext(LocalizationContext).stringSet;
100
100
  return (React__default.createElement("div", { className: "sendbird-participants-accordion__member" },
101
101
  React__default.createElement("div", { className: "sendbird-participants-accordion__member-avatar" },
@@ -213,4 +213,4 @@ function ParticipantList(_a) {
213
213
  }
214
214
 
215
215
  export { ParticipantList as P, UserListItem as U };
216
- //# sourceMappingURL=bundle-CqCMcS8B.js.map
216
+ //# sourceMappingURL=bundle-C7kp2g85.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-C7kp2g85.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,6 +1,6 @@
1
- import { _ as __assign } from './bundle-B1SLZ0HT.js';
1
+ import { _ as __assign } from './bundle-C6zCSlOy.js';
2
2
  import { useState, useRef, useCallback } from 'react';
3
- import { u as useMediaQueryContext } from './bundle-DBzinRyn.js';
3
+ import { u as useMediaQueryContext } from './bundle-CGStfx_a.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-DxDVBm6N.js.map
77
+ //# sourceMappingURL=bundle-CB44TzHJ.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-CB44TzHJ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,14 +1,14 @@
1
- import { c as __spreadArray } from './bundle-B1SLZ0HT.js';
1
+ import { c as __spreadArray } from './bundle-C6zCSlOy.js';
2
2
  import React__default from 'react';
3
- import { f as format } from './bundle-C6F1gIgq.js';
3
+ import { f as format } from './bundle-D5ebWfg_.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-CEZ0D4qz.js';
5
+ import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from './bundle-BC3_mS0I.js';
6
6
  import Loader from '../ui/Loader.js';
7
- import { C as isTemplateMessage, j as isImage, z as isGif, h as isVideo, D as isAudio, E as isVoiceMessageMimeType, F as isSentStatus } from './bundle-D-cVbGxk.js';
7
+ import { C as isTemplateMessage, j as isImage, z as isGif, h as isVideo, D as isAudio, E as isVoiceMessageMimeType, F as isSentStatus } from './bundle-DeJupTzy.js';
8
8
  import { OutgoingMessageStates, getOutgoingMessageState } from '../utils/message/getOutgoingMessageState.js';
9
- import { i as isToday, a as isYesterday, b as isThisYear } from './bundle-BxrZduJE.js';
10
- import { u as useLocalization } from './bundle-BvAzWVA5.js';
11
- import { c as classnames } from './bundle-CtBgdgkK.js';
9
+ import { i as isToday, a as isYesterday, b as isThisYear } from './bundle-BXRo7Ms-.js';
10
+ import { u as useLocalization } from './bundle-BdnV2Y4z.js';
11
+ import { c as classnames } from './bundle-DQcY2W86.js';
12
12
 
13
13
  var getChannelTitle = function (channel, currentUserId, stringSet) {
14
14
  var _a;
@@ -94,7 +94,7 @@ var getPrettyLastMessage = function (message, stringSet) {
94
94
  }
95
95
  return (_d = message.message) !== null && _d !== void 0 ? _d : '';
96
96
  };
97
- var getLastMessage = function (channel, stringSet) {
97
+ var getLastMessageText = function (channel, stringSet) {
98
98
  if (stringSet === void 0) { stringSet = LabelStringSet; }
99
99
  return (channel === null || channel === void 0 ? void 0 : channel.lastMessage) ? getPrettyLastMessage(channel === null || channel === void 0 ? void 0 : channel.lastMessage, stringSet) : '';
100
100
  };
@@ -135,5 +135,5 @@ function MessageStatus(_a) {
135
135
  : getLastMessageCreatedAt({ channel: channel, locale: dateLocale, stringSet: stringSet })))));
136
136
  }
137
137
 
138
- export { MessageStatus as M, getTotalMembers as a, getLastMessageCreatedAt as b, getLastMessage as c, getChannelUnreadMessageCount as d, MessageStatusTypes as e, getChannelTitle as g };
139
- //# sourceMappingURL=bundle-j0SR3DhQ.js.map
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-CDCgNPAb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-CDCgNPAb.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}