@sendbird/uikit-react 3.15.4 → 3.15.5-rc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (910) hide show
  1. package/App.js +80 -79
  2. package/App.js.map +1 -1
  3. package/CHANGELOG.md +11 -0
  4. package/Channel/components/ChannelHeader.js +34 -34
  5. package/Channel/components/ChannelUI.js +66 -65
  6. package/Channel/components/ChannelUI.js.map +1 -1
  7. package/Channel/components/FileViewer.js +31 -31
  8. package/Channel/components/FrozenNotification.js +5 -5
  9. package/Channel/components/Message.js +55 -55
  10. package/Channel/components/MessageInput.js +43 -43
  11. package/Channel/components/MessageInputWrapper.js +43 -43
  12. package/Channel/components/MessageList.js +61 -60
  13. package/Channel/components/MessageList.js.map +1 -1
  14. package/Channel/components/RemoveMessageModal.js +30 -30
  15. package/Channel/components/SuggestedMentionList.js +32 -32
  16. package/Channel/components/TypingIndicator.js +5 -5
  17. package/Channel/components/UnreadCount.js +7 -7
  18. package/Channel/context.js +28 -28
  19. package/Channel/hooks/useHandleUploadFiles.js +16 -16
  20. package/Channel/hooks/useInitialMessagesFetch.js +8 -8
  21. package/Channel/utils/compareMessagesForGrouping.js +8 -7
  22. package/Channel/utils/compareMessagesForGrouping.js.map +1 -1
  23. package/Channel/utils/getMessagePartsInfo.js +9 -8
  24. package/Channel/utils/getMessagePartsInfo.js.map +1 -1
  25. package/Channel.js +66 -65
  26. package/Channel.js.map +1 -1
  27. package/ChannelList/components/AddChannel.js +22 -22
  28. package/ChannelList/components/ChannelListHeader.js +9 -9
  29. package/ChannelList/components/ChannelListUI.js +37 -37
  30. package/ChannelList/components/ChannelPreview.js +30 -30
  31. package/ChannelList/components/ChannelPreviewAction.js +14 -14
  32. package/ChannelList/context.js +18 -18
  33. package/ChannelList.js +37 -37
  34. package/ChannelSettings/components/ChannelProfile.js +20 -20
  35. package/ChannelSettings/components/ChannelSettingMenuList.js +17 -17
  36. package/ChannelSettings/components/ChannelSettingsHeader.js +7 -7
  37. package/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
  38. package/ChannelSettings/components/ChannelSettingsUI.js +27 -27
  39. package/ChannelSettings/components/EditDetailsModal.js +20 -20
  40. package/ChannelSettings/components/LeaveChannel.js +17 -17
  41. package/ChannelSettings/components/ModerationPanel.js +25 -25
  42. package/ChannelSettings/components/UserListItem.js +18 -18
  43. package/ChannelSettings/components/UserPanel.js +24 -24
  44. package/ChannelSettings/context.js +16 -16
  45. package/ChannelSettings/hooks/useMenuList.js +25 -25
  46. package/ChannelSettings.js +27 -27
  47. package/CreateChannel/components/CreateChannelUI.js +19 -19
  48. package/CreateChannel/components/InviteUsers.js +19 -19
  49. package/CreateChannel/components/SelectChannelType.js +16 -16
  50. package/CreateChannel/context.js +4 -4
  51. package/CreateChannel.js +19 -19
  52. package/CreateOpenChannel/components/CreateOpenChannelUI.js +17 -17
  53. package/CreateOpenChannel/context.js +1 -1
  54. package/CreateOpenChannel.js +17 -17
  55. package/EditUserProfile/components/EditUserProfileUI.js +18 -18
  56. package/EditUserProfile/context.js +1 -1
  57. package/EditUserProfile.js +18 -18
  58. package/GroupChannel/components/FileViewer.js +26 -26
  59. package/GroupChannel/components/FrozenNotification.js +5 -5
  60. package/GroupChannel/components/GroupChannelHeader.js +29 -29
  61. package/GroupChannel/components/GroupChannelUI.js +59 -58
  62. package/GroupChannel/components/GroupChannelUI.js.map +1 -1
  63. package/GroupChannel/components/Message.js +50 -50
  64. package/GroupChannel/components/MessageInputWrapper.js +38 -38
  65. package/GroupChannel/components/MessageList.js +52 -51
  66. package/GroupChannel/components/MessageList.js.map +1 -1
  67. package/GroupChannel/components/RemoveMessageModal.js +25 -25
  68. package/GroupChannel/components/SuggestedMentionList.js +11 -11
  69. package/GroupChannel/components/TypingIndicator.js +5 -5
  70. package/GroupChannel/components/UnreadCount.js +7 -7
  71. package/GroupChannel/context.js +23 -23
  72. package/GroupChannel.js +59 -58
  73. package/GroupChannel.js.map +1 -1
  74. package/GroupChannelList/components/AddGroupChannel.js +21 -21
  75. package/GroupChannelList/components/GroupChannelListHeader.js +9 -9
  76. package/GroupChannelList/components/GroupChannelListItem.js +28 -28
  77. package/GroupChannelList/components/GroupChannelListUI.js +36 -36
  78. package/GroupChannelList/components/GroupChannelPreviewAction.js +14 -14
  79. package/GroupChannelList/context.js +16 -16
  80. package/GroupChannelList.js +36 -36
  81. package/MessageSearch/components/MessageSearchUI.js +15 -14
  82. package/MessageSearch/components/MessageSearchUI.js.map +1 -1
  83. package/MessageSearch/context.js +1 -1
  84. package/MessageSearch.js +17 -16
  85. package/MessageSearch.js.map +1 -1
  86. package/OpenChannel/components/FrozenChannelNotification.js +4 -4
  87. package/OpenChannel/components/OpenChannelHeader.js +21 -21
  88. package/OpenChannel/components/OpenChannelInput.js +27 -27
  89. package/OpenChannel/components/OpenChannelMessage.js +36 -36
  90. package/OpenChannel/components/OpenChannelMessageList.js +40 -40
  91. package/OpenChannel/components/OpenChannelUI.js +40 -40
  92. package/OpenChannel/context.js +20 -20
  93. package/OpenChannel.js +40 -40
  94. package/OpenChannelList/components/OpenChannelListUI.js +19 -19
  95. package/OpenChannelList/components/OpenChannelPreview.js +6 -6
  96. package/OpenChannelList/context.js +3 -3
  97. package/OpenChannelList.js +19 -19
  98. package/OpenChannelSettings/components/EditDetailsModal.js +20 -20
  99. package/OpenChannelSettings/components/OpenChannelProfile.js +20 -20
  100. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +21 -21
  101. package/OpenChannelSettings/components/OperatorUI.js +21 -21
  102. package/OpenChannelSettings/components/ParticipantUI.js +19 -19
  103. package/OpenChannelSettings/context.js +15 -15
  104. package/OpenChannelSettings.js +21 -21
  105. package/SendbirdProvider.js +20 -20
  106. package/Thread/components/ParentMessageInfo.js +45 -45
  107. package/Thread/components/ParentMessageInfoItem.js +30 -30
  108. package/Thread/components/ThreadHeader.js +7 -7
  109. package/Thread/components/ThreadList.js +52 -52
  110. package/Thread/components/ThreadListItem.js +52 -52
  111. package/Thread/components/ThreadMessageInput.js +43 -43
  112. package/Thread/components/ThreadUI.js +58 -58
  113. package/Thread/context.js +21 -21
  114. package/Thread.js +58 -58
  115. package/VoicePlayer/context.js +4 -4
  116. package/VoicePlayer/useVoicePlayer.js +14 -14
  117. package/VoiceRecorder/context.js +14 -14
  118. package/VoiceRecorder/useVoiceRecorder.js +14 -14
  119. package/chunks/{bundle-kAnCqJ1s.js → bundle--I9c_WRf.js} +2 -2
  120. package/chunks/bundle--I9c_WRf.js.map +1 -0
  121. package/chunks/{bundle-Qa-OShfm.js → bundle-33x_fIZU.js} +12 -12
  122. package/chunks/bundle-33x_fIZU.js.map +1 -0
  123. package/chunks/{bundle-DZ92KGoS.js → bundle-3SjnCeCw.js} +3 -3
  124. package/chunks/bundle-3SjnCeCw.js.map +1 -0
  125. package/chunks/{bundle-piJ_EqHo.js → bundle-3dXyFyph.js} +8 -8
  126. package/chunks/bundle-3dXyFyph.js.map +1 -0
  127. package/chunks/{bundle-DOVBsMiS.js → bundle-3h7e3nL9.js} +6 -6
  128. package/chunks/bundle-3h7e3nL9.js.map +1 -0
  129. package/chunks/{bundle-Dw_-sD_V.js → bundle-6HZ2fPYG.js} +6 -6
  130. package/chunks/bundle-6HZ2fPYG.js.map +1 -0
  131. package/chunks/{bundle-4FX6gpGw.js → bundle-6qtkp1BQ.js} +1 -1
  132. package/chunks/bundle-6qtkp1BQ.js.map +1 -0
  133. package/chunks/{bundle-D48t2vTo.js → bundle-B-KvpqF_.js} +1 -1
  134. package/chunks/bundle-B-KvpqF_.js.map +1 -0
  135. package/chunks/{bundle-BQ1z_avv.js → bundle-B-SkGtAp.js} +6 -6
  136. package/chunks/{bundle-BQ1z_avv.js.map → bundle-B-SkGtAp.js.map} +1 -1
  137. package/chunks/{bundle-g4f6DqPZ.js → bundle-BDc7lm7H.js} +1 -1
  138. package/chunks/bundle-BDc7lm7H.js.map +1 -0
  139. package/chunks/{bundle-CkDGUIvh.js → bundle-BHJDpnnw.js} +8 -8
  140. package/chunks/bundle-BHJDpnnw.js.map +1 -0
  141. package/chunks/{bundle-BHGFStnL.js → bundle-BW_e3YLX.js} +2 -2
  142. package/chunks/{bundle-BHGFStnL.js.map → bundle-BW_e3YLX.js.map} +1 -1
  143. package/chunks/{bundle-DbVGPg9d.js → bundle-Baxp9dWn.js} +1 -1
  144. package/chunks/bundle-Baxp9dWn.js.map +1 -0
  145. package/chunks/{bundle-CYvEzbcv.js → bundle-BcMa6bRz.js} +1 -1
  146. package/chunks/{bundle-CYvEzbcv.js.map → bundle-BcMa6bRz.js.map} +1 -1
  147. package/chunks/{bundle-BafPumSi.js → bundle-Bci8XE9e.js} +11 -11
  148. package/chunks/{bundle-BafPumSi.js.map → bundle-Bci8XE9e.js.map} +1 -1
  149. package/chunks/{bundle-kMS1-vHn.js → bundle-BftwVmTo.js} +1 -1
  150. package/chunks/bundle-BftwVmTo.js.map +1 -0
  151. package/chunks/{bundle-DZK4rg_Y.js → bundle-BlC-a9vb.js} +1 -1
  152. package/chunks/bundle-BlC-a9vb.js.map +1 -0
  153. package/chunks/{bundle-BE89xaRV.js → bundle-Bm8WXXjU.js} +3 -3
  154. package/chunks/{bundle-BE89xaRV.js.map → bundle-Bm8WXXjU.js.map} +1 -1
  155. package/chunks/{bundle-02mU_mdQ.js → bundle-C0IbzUJG.js} +1 -1
  156. package/chunks/bundle-C0IbzUJG.js.map +1 -0
  157. package/chunks/{bundle-D3WudT0B.js → bundle-C2BixEka.js} +3 -3
  158. package/chunks/{bundle-D3WudT0B.js.map → bundle-C2BixEka.js.map} +1 -1
  159. package/chunks/{bundle-B9UrPiWj.js → bundle-C2q8Goc7.js} +3 -3
  160. package/chunks/{bundle-B9UrPiWj.js.map → bundle-C2q8Goc7.js.map} +1 -1
  161. package/chunks/{bundle-BAce4maL.js → bundle-C4rgncw9.js} +1 -1
  162. package/chunks/bundle-C4rgncw9.js.map +1 -0
  163. package/chunks/{bundle-CgXWgHrU.js → bundle-C7YkwrEO.js} +4 -4
  164. package/chunks/{bundle-CgXWgHrU.js.map → bundle-C7YkwrEO.js.map} +1 -1
  165. package/chunks/{bundle-DzFqlsbR.js → bundle-CALm3gy6.js} +1 -1
  166. package/chunks/bundle-CALm3gy6.js.map +1 -0
  167. package/chunks/{bundle-B9HB3GJk.js → bundle-CBtXowGf.js} +6 -6
  168. package/chunks/{bundle-B9HB3GJk.js.map → bundle-CBtXowGf.js.map} +1 -1
  169. package/chunks/{bundle-C_lEOEUK.js → bundle-CJFbDSex.js} +9 -9
  170. package/chunks/{bundle-C_lEOEUK.js.map → bundle-CJFbDSex.js.map} +1 -1
  171. package/chunks/{bundle-Bv0CLKmK.js → bundle-CK0sFwxD.js} +5 -5
  172. package/chunks/bundle-CK0sFwxD.js.map +1 -0
  173. package/chunks/{bundle-S77tFmNz.js → bundle-CMCuKccH.js} +1 -1
  174. package/chunks/{bundle-S77tFmNz.js.map → bundle-CMCuKccH.js.map} +1 -1
  175. package/chunks/{bundle-BpEd5_0o.js → bundle-CMESiX3f.js} +2 -2
  176. package/chunks/{bundle-BpEd5_0o.js.map → bundle-CMESiX3f.js.map} +1 -1
  177. package/chunks/{bundle-zxooGkqM.js → bundle-CPjZUpaJ.js} +585 -398
  178. package/chunks/bundle-CPjZUpaJ.js.map +1 -0
  179. package/chunks/{bundle-Ch7HVLiB.js → bundle-CYk2_7OD.js} +2 -2
  180. package/chunks/bundle-CYk2_7OD.js.map +1 -0
  181. package/chunks/{bundle-DEIDkSEG.js → bundle-CZi17F-s.js} +1 -1
  182. package/chunks/bundle-CZi17F-s.js.map +1 -0
  183. package/chunks/{bundle-ZwPNoncU.js → bundle-Cc2AzHgR.js} +1 -1
  184. package/chunks/bundle-Cc2AzHgR.js.map +1 -0
  185. package/chunks/{bundle-CtFDB6uM.js → bundle-CeIDeVKz.js} +3 -3
  186. package/{cjs/chunks/bundle-BpwAPpI9.js.map → chunks/bundle-CeIDeVKz.js.map} +1 -1
  187. package/chunks/{bundle-xPkUUY0y.js → bundle-CnU1tGdg.js} +3 -3
  188. package/chunks/bundle-CnU1tGdg.js.map +1 -0
  189. package/chunks/{bundle-CJW-g_-k.js → bundle-Cou4aMSR.js} +3 -3
  190. package/chunks/bundle-Cou4aMSR.js.map +1 -0
  191. package/chunks/{bundle-fSCONSew.js → bundle-CrBkSKYR.js} +9 -9
  192. package/chunks/bundle-CrBkSKYR.js.map +1 -0
  193. package/chunks/{bundle-BR3hUG8u.js → bundle-CulRJLM1.js} +2 -2
  194. package/chunks/bundle-CulRJLM1.js.map +1 -0
  195. package/chunks/{bundle-CUQ997bd.js → bundle-D-WJgiLR.js} +9 -9
  196. package/chunks/{bundle-CUQ997bd.js.map → bundle-D-WJgiLR.js.map} +1 -1
  197. package/chunks/{bundle-CZxcoh5B.js → bundle-D0tTmUIi.js} +4 -4
  198. package/chunks/bundle-D0tTmUIi.js.map +1 -0
  199. package/chunks/{bundle-CCC-fCd1.js → bundle-D3yIGHW4.js} +2 -2
  200. package/chunks/bundle-D3yIGHW4.js.map +1 -0
  201. package/chunks/{bundle-CiwJHy6g.js → bundle-D4By470U.js} +1 -1
  202. package/chunks/bundle-D4By470U.js.map +1 -0
  203. package/chunks/{bundle-D5bkstmZ.js → bundle-DCf7kAXe.js} +1 -1
  204. package/chunks/bundle-DCf7kAXe.js.map +1 -0
  205. package/chunks/{bundle-v3c-9N0A.js → bundle-DD_n8b-U.js} +12 -12
  206. package/chunks/{bundle-v3c-9N0A.js.map → bundle-DD_n8b-U.js.map} +1 -1
  207. package/chunks/{bundle-BJ63dG1P.js → bundle-DF2n_bAT.js} +3 -3
  208. package/chunks/{bundle-BJ63dG1P.js.map → bundle-DF2n_bAT.js.map} +1 -1
  209. package/chunks/{bundle-Dy0AI0rz.js → bundle-DFx1pzwI.js} +4 -4
  210. package/chunks/bundle-DFx1pzwI.js.map +1 -0
  211. package/chunks/{bundle-D4Oav06e.js → bundle-DH-PCSHq.js} +11 -11
  212. package/chunks/bundle-DH-PCSHq.js.map +1 -0
  213. package/chunks/{bundle-BtnCB-7T.js → bundle-DHJxhHOQ.js} +7 -7
  214. package/chunks/{bundle-BtnCB-7T.js.map → bundle-DHJxhHOQ.js.map} +1 -1
  215. package/chunks/{bundle-C8mlxyec.js → bundle-DLQPi9Ml.js} +13 -13
  216. package/chunks/{bundle-C8mlxyec.js.map → bundle-DLQPi9Ml.js.map} +1 -1
  217. package/chunks/{bundle-Dw-CkW5p.js → bundle-DPAgdcbr.js} +1 -1
  218. package/chunks/bundle-DPAgdcbr.js.map +1 -0
  219. package/chunks/{bundle-C8gQKppc.js → bundle-DPIbqPRR.js} +1 -1
  220. package/chunks/bundle-DPIbqPRR.js.map +1 -0
  221. package/chunks/{bundle-CCOya1C2.js → bundle-DQAZvuLz.js} +5 -5
  222. package/chunks/{bundle-CCOya1C2.js.map → bundle-DQAZvuLz.js.map} +1 -1
  223. package/chunks/{bundle-C_xDLLUt.js → bundle-DQZrZMxL.js} +4 -4
  224. package/chunks/bundle-DQZrZMxL.js.map +1 -0
  225. package/chunks/{bundle-C49aAsth.js → bundle-DdbAw4rK.js} +11 -11
  226. package/chunks/{bundle-C49aAsth.js.map → bundle-DdbAw4rK.js.map} +1 -1
  227. package/chunks/{bundle-BauMJKnf.js → bundle-Dh52nlfv.js} +5 -5
  228. package/chunks/{bundle-BauMJKnf.js.map → bundle-Dh52nlfv.js.map} +1 -1
  229. package/chunks/{bundle-DFkvUVw1.js → bundle-DpXwYPDY.js} +1 -1
  230. package/chunks/bundle-DpXwYPDY.js.map +1 -0
  231. package/chunks/{bundle-07bGaKDM.js → bundle-Dph9R1sB.js} +2 -2
  232. package/chunks/bundle-Dph9R1sB.js.map +1 -0
  233. package/chunks/{bundle-Cl-vRzDr.js → bundle-DxNpKh7a.js} +1 -1
  234. package/chunks/bundle-DxNpKh7a.js.map +1 -0
  235. package/chunks/{bundle-BtoO5ttX.js → bundle-InYgYKoj.js} +1 -1
  236. package/chunks/{bundle-BtoO5ttX.js.map → bundle-InYgYKoj.js.map} +1 -1
  237. package/chunks/bundle-IuyaesCR.js +8 -0
  238. package/chunks/bundle-IuyaesCR.js.map +1 -0
  239. package/chunks/{bundle-BcUjwXyv.js → bundle-LWgbZrK9.js} +1 -1
  240. package/chunks/bundle-LWgbZrK9.js.map +1 -0
  241. package/chunks/{bundle-DyKHaG_F.js → bundle-NPlmdBO7.js} +6 -6
  242. package/chunks/bundle-NPlmdBO7.js.map +1 -0
  243. package/chunks/{bundle-BoeyQYjc.js → bundle-Ncue9UT5.js} +3 -2
  244. package/chunks/bundle-Ncue9UT5.js.map +1 -0
  245. package/chunks/{bundle-D8l9-enQ.js → bundle-SWVu1WqU.js} +1 -1
  246. package/chunks/bundle-SWVu1WqU.js.map +1 -0
  247. package/chunks/{bundle-B8FD5WDF.js → bundle-SphrgdI0.js} +3 -3
  248. package/chunks/{bundle-B8FD5WDF.js.map → bundle-SphrgdI0.js.map} +1 -1
  249. package/chunks/{bundle-DPIvYZBS.js → bundle-WWn_D4d2.js} +1 -1
  250. package/chunks/bundle-WWn_D4d2.js.map +1 -0
  251. package/chunks/{bundle-DVOn95Bl.js → bundle-Z3Q9ku00.js} +1 -1
  252. package/chunks/bundle-Z3Q9ku00.js.map +1 -0
  253. package/chunks/{bundle-CAKtTn_6.js → bundle-ZChnhF-4.js} +2 -2
  254. package/chunks/{bundle-CAKtTn_6.js.map → bundle-ZChnhF-4.js.map} +1 -1
  255. package/chunks/{bundle-C3oeRQke.js → bundle-a5U4VIhq.js} +1 -1
  256. package/chunks/bundle-a5U4VIhq.js.map +1 -0
  257. package/chunks/{bundle-1AhxUDPU.js → bundle-aVMDbd16.js} +1 -1
  258. package/chunks/bundle-aVMDbd16.js.map +1 -0
  259. package/chunks/{bundle-BdMFvS48.js → bundle-bx8b10Ci.js} +1 -1
  260. package/chunks/bundle-bx8b10Ci.js.map +1 -0
  261. package/chunks/{bundle-zuweEiOJ.js → bundle-fOd_Qy9y.js} +8 -8
  262. package/chunks/{bundle-zuweEiOJ.js.map → bundle-fOd_Qy9y.js.map} +1 -1
  263. package/chunks/{bundle-CsHJ18W0.js → bundle-iA8j1zFK.js} +2 -2
  264. package/chunks/bundle-iA8j1zFK.js.map +1 -0
  265. package/chunks/{bundle-C_9aMSZU.js → bundle-iNT3JvJN.js} +4 -4
  266. package/chunks/bundle-iNT3JvJN.js.map +1 -0
  267. package/chunks/{bundle-ub1P3ZHF.js → bundle-j2cJQ0HY.js} +1 -1
  268. package/chunks/bundle-j2cJQ0HY.js.map +1 -0
  269. package/chunks/{bundle-f-kJq0yY.js → bundle-jEX7eNZe.js} +1 -1
  270. package/chunks/bundle-jEX7eNZe.js.map +1 -0
  271. package/chunks/{bundle-BqdQUkyf.js → bundle-jn4Q_HvR.js} +27 -15
  272. package/chunks/{bundle-BqdQUkyf.js.map → bundle-jn4Q_HvR.js.map} +1 -1
  273. package/chunks/{bundle-Ddg2e7WW.js → bundle-ma-TVXV7.js} +7 -7
  274. package/chunks/{bundle-Ddg2e7WW.js.map → bundle-ma-TVXV7.js.map} +1 -1
  275. package/chunks/{bundle-t_NHXb8k.js → bundle-olFk3EFS.js} +18 -45
  276. package/chunks/bundle-olFk3EFS.js.map +1 -0
  277. package/chunks/{bundle-KBGS7iEb.js → bundle-pZk9V8aD.js} +5 -5
  278. package/chunks/{bundle-KBGS7iEb.js.map → bundle-pZk9V8aD.js.map} +1 -1
  279. package/chunks/{bundle-Cdoy9-UG.js → bundle-q9l437Kc.js} +4 -4
  280. package/chunks/bundle-q9l437Kc.js.map +1 -0
  281. package/chunks/{bundle-CM8k_MAe.js → bundle-qFmHm75z.js} +3 -3
  282. package/chunks/bundle-qFmHm75z.js.map +1 -0
  283. package/chunks/{bundle-DSgx0Ssa.js → bundle-qYYy24MV.js} +1 -1
  284. package/chunks/{bundle-DSgx0Ssa.js.map → bundle-qYYy24MV.js.map} +1 -1
  285. package/chunks/{bundle-DGc-w_0Y.js → bundle-rMTjif0s.js} +1 -1
  286. package/chunks/bundle-rMTjif0s.js.map +1 -0
  287. package/chunks/{bundle-WBTZOgwR.js → bundle-u9yqWrxm.js} +3 -3
  288. package/chunks/bundle-u9yqWrxm.js.map +1 -0
  289. package/chunks/{bundle-DsRjGWKb.js → bundle-xxHx7kNM.js} +3 -3
  290. package/chunks/{bundle-DsRjGWKb.js.map → bundle-xxHx7kNM.js.map} +1 -1
  291. package/cjs/App.js +80 -79
  292. package/cjs/App.js.map +1 -1
  293. package/cjs/Channel/components/ChannelHeader.js +34 -34
  294. package/cjs/Channel/components/ChannelUI.js +66 -65
  295. package/cjs/Channel/components/ChannelUI.js.map +1 -1
  296. package/cjs/Channel/components/FileViewer.js +31 -31
  297. package/cjs/Channel/components/FrozenNotification.js +5 -5
  298. package/cjs/Channel/components/Message.js +55 -55
  299. package/cjs/Channel/components/MessageInput.js +43 -43
  300. package/cjs/Channel/components/MessageInputWrapper.js +43 -43
  301. package/cjs/Channel/components/MessageList.js +62 -61
  302. package/cjs/Channel/components/MessageList.js.map +1 -1
  303. package/cjs/Channel/components/RemoveMessageModal.js +30 -30
  304. package/cjs/Channel/components/SuggestedMentionList.js +32 -32
  305. package/cjs/Channel/components/TypingIndicator.js +5 -5
  306. package/cjs/Channel/components/UnreadCount.js +7 -7
  307. package/cjs/Channel/context.js +28 -28
  308. package/cjs/Channel/hooks/useHandleUploadFiles.js +16 -16
  309. package/cjs/Channel/hooks/useInitialMessagesFetch.js +8 -8
  310. package/cjs/Channel/utils/compareMessagesForGrouping.js +8 -7
  311. package/cjs/Channel/utils/compareMessagesForGrouping.js.map +1 -1
  312. package/cjs/Channel/utils/getMessagePartsInfo.js +9 -8
  313. package/cjs/Channel/utils/getMessagePartsInfo.js.map +1 -1
  314. package/cjs/Channel.js +66 -65
  315. package/cjs/Channel.js.map +1 -1
  316. package/cjs/ChannelList/components/AddChannel.js +22 -22
  317. package/cjs/ChannelList/components/ChannelListHeader.js +9 -9
  318. package/cjs/ChannelList/components/ChannelListUI.js +37 -37
  319. package/cjs/ChannelList/components/ChannelPreview.js +30 -30
  320. package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
  321. package/cjs/ChannelList/context.js +18 -18
  322. package/cjs/ChannelList.js +37 -37
  323. package/cjs/ChannelSettings/components/ChannelProfile.js +20 -20
  324. package/cjs/ChannelSettings/components/ChannelSettingMenuList.js +17 -17
  325. package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +7 -7
  326. package/cjs/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
  327. package/cjs/ChannelSettings/components/ChannelSettingsUI.js +27 -27
  328. package/cjs/ChannelSettings/components/EditDetailsModal.js +20 -20
  329. package/cjs/ChannelSettings/components/LeaveChannel.js +17 -17
  330. package/cjs/ChannelSettings/components/ModerationPanel.js +25 -25
  331. package/cjs/ChannelSettings/components/UserListItem.js +18 -18
  332. package/cjs/ChannelSettings/components/UserPanel.js +24 -24
  333. package/cjs/ChannelSettings/context.js +16 -16
  334. package/cjs/ChannelSettings/hooks/useMenuList.js +25 -25
  335. package/cjs/ChannelSettings.js +27 -27
  336. package/cjs/CreateChannel/components/CreateChannelUI.js +19 -19
  337. package/cjs/CreateChannel/components/InviteUsers.js +19 -19
  338. package/cjs/CreateChannel/components/SelectChannelType.js +16 -16
  339. package/cjs/CreateChannel/context.js +4 -4
  340. package/cjs/CreateChannel.js +19 -19
  341. package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +17 -17
  342. package/cjs/CreateOpenChannel/context.js +1 -1
  343. package/cjs/CreateOpenChannel.js +17 -17
  344. package/cjs/EditUserProfile/components/EditUserProfileUI.js +18 -18
  345. package/cjs/EditUserProfile/context.js +1 -1
  346. package/cjs/EditUserProfile.js +18 -18
  347. package/cjs/GroupChannel/components/FileViewer.js +26 -26
  348. package/cjs/GroupChannel/components/FrozenNotification.js +5 -5
  349. package/cjs/GroupChannel/components/GroupChannelHeader.js +29 -29
  350. package/cjs/GroupChannel/components/GroupChannelUI.js +59 -58
  351. package/cjs/GroupChannel/components/GroupChannelUI.js.map +1 -1
  352. package/cjs/GroupChannel/components/Message.js +50 -50
  353. package/cjs/GroupChannel/components/MessageInputWrapper.js +37 -37
  354. package/cjs/GroupChannel/components/MessageList.js +53 -52
  355. package/cjs/GroupChannel/components/MessageList.js.map +1 -1
  356. package/cjs/GroupChannel/components/RemoveMessageModal.js +25 -25
  357. package/cjs/GroupChannel/components/SuggestedMentionList.js +11 -11
  358. package/cjs/GroupChannel/components/TypingIndicator.js +5 -5
  359. package/cjs/GroupChannel/components/UnreadCount.js +7 -7
  360. package/cjs/GroupChannel/context.js +23 -23
  361. package/cjs/GroupChannel.js +59 -58
  362. package/cjs/GroupChannel.js.map +1 -1
  363. package/cjs/GroupChannelList/components/AddGroupChannel.js +21 -21
  364. package/cjs/GroupChannelList/components/GroupChannelListHeader.js +9 -9
  365. package/cjs/GroupChannelList/components/GroupChannelListItem.js +28 -28
  366. package/cjs/GroupChannelList/components/GroupChannelListUI.js +36 -36
  367. package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +14 -14
  368. package/cjs/GroupChannelList/context.js +16 -16
  369. package/cjs/GroupChannelList.js +36 -36
  370. package/cjs/MessageSearch/components/MessageSearchUI.js +15 -14
  371. package/cjs/MessageSearch/components/MessageSearchUI.js.map +1 -1
  372. package/cjs/MessageSearch/context.js +1 -1
  373. package/cjs/MessageSearch.js +17 -16
  374. package/cjs/MessageSearch.js.map +1 -1
  375. package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
  376. package/cjs/OpenChannel/components/OpenChannelHeader.js +21 -21
  377. package/cjs/OpenChannel/components/OpenChannelInput.js +27 -27
  378. package/cjs/OpenChannel/components/OpenChannelMessage.js +36 -36
  379. package/cjs/OpenChannel/components/OpenChannelMessageList.js +40 -40
  380. package/cjs/OpenChannel/components/OpenChannelUI.js +40 -40
  381. package/cjs/OpenChannel/context.js +20 -20
  382. package/cjs/OpenChannel.js +40 -40
  383. package/cjs/OpenChannelList/components/OpenChannelListUI.js +19 -19
  384. package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
  385. package/cjs/OpenChannelList/context.js +3 -3
  386. package/cjs/OpenChannelList.js +19 -19
  387. package/cjs/OpenChannelSettings/components/EditDetailsModal.js +20 -20
  388. package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +20 -20
  389. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +21 -21
  390. package/cjs/OpenChannelSettings/components/OperatorUI.js +21 -21
  391. package/cjs/OpenChannelSettings/components/ParticipantUI.js +19 -19
  392. package/cjs/OpenChannelSettings/context.js +15 -15
  393. package/cjs/OpenChannelSettings.js +21 -21
  394. package/cjs/SendbirdProvider.js +20 -20
  395. package/cjs/Thread/components/ParentMessageInfo.js +45 -45
  396. package/cjs/Thread/components/ParentMessageInfoItem.js +30 -30
  397. package/cjs/Thread/components/ThreadHeader.js +7 -7
  398. package/cjs/Thread/components/ThreadList.js +52 -52
  399. package/cjs/Thread/components/ThreadListItem.js +52 -52
  400. package/cjs/Thread/components/ThreadMessageInput.js +43 -43
  401. package/cjs/Thread/components/ThreadUI.js +58 -58
  402. package/cjs/Thread/context.js +21 -21
  403. package/cjs/Thread.js +58 -58
  404. package/cjs/VoicePlayer/context.js +4 -4
  405. package/cjs/VoicePlayer/useVoicePlayer.js +14 -14
  406. package/cjs/VoiceRecorder/context.js +14 -14
  407. package/cjs/VoiceRecorder/useVoiceRecorder.js +14 -14
  408. package/cjs/chunks/{bundle-C5eIOPz0.js → bundle-5UEpClKI.js} +6 -6
  409. package/cjs/chunks/bundle-5UEpClKI.js.map +1 -0
  410. package/cjs/chunks/{bundle-Db8YvH3q.js → bundle-7j4y34xF.js} +1 -1
  411. package/cjs/chunks/bundle-7j4y34xF.js.map +1 -0
  412. package/cjs/chunks/{bundle-BWbn8TYb.js → bundle-Ag40-RuN.js} +8 -8
  413. package/cjs/chunks/bundle-Ag40-RuN.js.map +1 -0
  414. package/cjs/chunks/{bundle-CM9WiyJr.js → bundle-AzK9r2xk.js} +2 -2
  415. package/cjs/chunks/bundle-AzK9r2xk.js.map +1 -0
  416. package/cjs/chunks/{bundle-CIZAIkTO.js → bundle-B-0Eyanb.js} +1 -1
  417. package/cjs/chunks/bundle-B-0Eyanb.js.map +1 -0
  418. package/cjs/chunks/{bundle-BXPOAoB6.js → bundle-B04UbcZR.js} +19 -47
  419. package/cjs/chunks/bundle-B04UbcZR.js.map +1 -0
  420. package/cjs/chunks/{bundle-BCChjjwq.js → bundle-B0uMgGvG.js} +2 -2
  421. package/cjs/chunks/bundle-B0uMgGvG.js.map +1 -0
  422. package/cjs/chunks/{bundle-lqC_6gBR.js → bundle-B30trpJg.js} +13 -13
  423. package/cjs/chunks/bundle-B30trpJg.js.map +1 -0
  424. package/cjs/chunks/{bundle-B4yvC9Hz.js → bundle-B4A4LNzA.js} +1 -1
  425. package/cjs/chunks/bundle-B4A4LNzA.js.map +1 -0
  426. package/cjs/chunks/{bundle-DweV15BE.js → bundle-B5Dls1U7.js} +1 -1
  427. package/cjs/chunks/bundle-B5Dls1U7.js.map +1 -0
  428. package/cjs/chunks/{bundle-BJ0h7G0c.js → bundle-BAGojM5f.js} +4 -4
  429. package/cjs/chunks/bundle-BAGojM5f.js.map +1 -0
  430. package/cjs/chunks/{bundle-Ezzvgnkr.js → bundle-BE-PztZ0.js} +4 -4
  431. package/cjs/chunks/bundle-BE-PztZ0.js.map +1 -0
  432. package/cjs/chunks/{bundle-tY97PA7n.js → bundle-BEM_ASq9.js} +9 -9
  433. package/cjs/chunks/{bundle-C9ZOR9xa.js.map → bundle-BEM_ASq9.js.map} +1 -1
  434. package/cjs/chunks/{bundle-BpwAPpI9.js → bundle-BF08bSP5.js} +11 -11
  435. package/{chunks/bundle-CtFDB6uM.js.map → cjs/chunks/bundle-BF08bSP5.js.map} +1 -1
  436. package/cjs/chunks/{bundle-D7z1mmDp.js → bundle-BJOFFStQ.js} +3 -3
  437. package/cjs/chunks/bundle-BJOFFStQ.js.map +1 -0
  438. package/cjs/chunks/{bundle-CfZTR4zC.js → bundle-BJg-Fwa2.js} +1 -1
  439. package/cjs/chunks/bundle-BJg-Fwa2.js.map +1 -0
  440. package/cjs/chunks/{bundle-BwE__yQ0.js → bundle-BJxxeOPQ.js} +3 -3
  441. package/cjs/chunks/{bundle-BwE__yQ0.js.map → bundle-BJxxeOPQ.js.map} +1 -1
  442. package/cjs/chunks/{bundle-LL9X-ZFA.js → bundle-BKslY8ci.js} +7 -7
  443. package/cjs/chunks/bundle-BKslY8ci.js.map +1 -0
  444. package/cjs/chunks/{bundle-CF2nS6c6.js → bundle-BLDgtnsJ.js} +4 -4
  445. package/cjs/chunks/bundle-BLDgtnsJ.js.map +1 -0
  446. package/cjs/chunks/{bundle-DNMXfsO0.js → bundle-BMkh1Hou.js} +8 -8
  447. package/cjs/chunks/{bundle-DNMXfsO0.js.map → bundle-BMkh1Hou.js.map} +1 -1
  448. package/cjs/chunks/{bundle-BuKwTuVv.js → bundle-BOqolkOj.js} +1 -1
  449. package/cjs/chunks/bundle-BOqolkOj.js.map +1 -0
  450. package/cjs/chunks/{bundle-Omd3faBY.js → bundle-BSl1Vhhj.js} +1 -1
  451. package/cjs/chunks/bundle-BSl1Vhhj.js.map +1 -0
  452. package/cjs/chunks/{bundle-D24hyvZV.js → bundle-BUN-bd9M.js} +3 -3
  453. package/cjs/chunks/{bundle-D24hyvZV.js.map → bundle-BUN-bd9M.js.map} +1 -1
  454. package/cjs/chunks/{bundle-CuaaEAz6.js → bundle-BawOTHsT.js} +583 -396
  455. package/cjs/chunks/bundle-BawOTHsT.js.map +1 -0
  456. package/cjs/chunks/{bundle-DtmJbh2k.js → bundle-BjTRaoh8.js} +1 -1
  457. package/cjs/chunks/bundle-BjTRaoh8.js.map +1 -0
  458. package/cjs/chunks/{bundle-pph4vfaO.js → bundle-Bl_JEXJZ.js} +2 -2
  459. package/cjs/chunks/bundle-Bl_JEXJZ.js.map +1 -0
  460. package/cjs/chunks/{bundle-DrfEImqs.js → bundle-BmE459u-.js} +3 -3
  461. package/cjs/chunks/bundle-BmE459u-.js.map +1 -0
  462. package/cjs/chunks/{bundle-DZ7PcPyb.js → bundle-BtrWa42l.js} +11 -11
  463. package/cjs/chunks/{bundle-DZ7PcPyb.js.map → bundle-BtrWa42l.js.map} +1 -1
  464. package/cjs/chunks/{bundle-CfM5CrA0.js → bundle-Bu8yv3Ys.js} +1 -1
  465. package/cjs/chunks/bundle-Bu8yv3Ys.js.map +1 -0
  466. package/cjs/chunks/{bundle-BCxrXYI3.js → bundle-BwjH8VWL.js} +9 -9
  467. package/cjs/chunks/bundle-BwjH8VWL.js.map +1 -0
  468. package/cjs/chunks/{bundle-BQUV_WAU.js → bundle-Bx1TRTuJ.js} +5 -5
  469. package/cjs/chunks/bundle-Bx1TRTuJ.js.map +1 -0
  470. package/cjs/chunks/{bundle-Dn0-m4mJ.js → bundle-C2R8_As1.js} +2 -2
  471. package/cjs/chunks/bundle-C2R8_As1.js.map +1 -0
  472. package/cjs/chunks/{bundle-B3vWGR_K.js → bundle-C30Bl664.js} +9 -9
  473. package/cjs/chunks/{bundle-B3vWGR_K.js.map → bundle-C30Bl664.js.map} +1 -1
  474. package/cjs/chunks/{bundle-CeLmQMmo.js → bundle-C3Ryz7dC.js} +1 -1
  475. package/cjs/chunks/bundle-C3Ryz7dC.js.map +1 -0
  476. package/cjs/chunks/{bundle-BMhYApRu.js → bundle-CA9KBBbB.js} +1 -1
  477. package/cjs/chunks/bundle-CA9KBBbB.js.map +1 -0
  478. package/cjs/chunks/{bundle-BH4jo8Br.js → bundle-CBJHy0tm.js} +1 -1
  479. package/cjs/chunks/bundle-CBJHy0tm.js.map +1 -0
  480. package/cjs/chunks/{bundle-B_WxxAei.js → bundle-CLUpI-G_.js} +12 -12
  481. package/cjs/chunks/{bundle-B_WxxAei.js.map → bundle-CLUpI-G_.js.map} +1 -1
  482. package/cjs/chunks/{bundle-CYpPCSbs.js → bundle-CLc82DSY.js} +2 -2
  483. package/cjs/chunks/bundle-CLc82DSY.js.map +1 -0
  484. package/cjs/chunks/{bundle-C9ZOR9xa.js → bundle-COnW-F6y.js} +5 -5
  485. package/cjs/chunks/{bundle-tY97PA7n.js.map → bundle-COnW-F6y.js.map} +1 -1
  486. package/cjs/chunks/{bundle-Vbr70dS-.js → bundle-CSijO8Ha.js} +6 -6
  487. package/cjs/chunks/bundle-CSijO8Ha.js.map +1 -0
  488. package/cjs/chunks/{bundle-D_lF37ye.js → bundle-CZBSoDZl.js} +1 -1
  489. package/cjs/chunks/bundle-CZBSoDZl.js.map +1 -0
  490. package/cjs/chunks/{bundle-DFT3H9MM.js → bundle-CZu9T9rx.js} +1 -1
  491. package/cjs/chunks/bundle-CZu9T9rx.js.map +1 -0
  492. package/cjs/chunks/{bundle-UrfGgm28.js → bundle-CbOsDB5x.js} +3 -3
  493. package/cjs/chunks/{bundle-UrfGgm28.js.map → bundle-CbOsDB5x.js.map} +1 -1
  494. package/cjs/chunks/{bundle-et2uTovT.js → bundle-CchJVdWA.js} +6 -6
  495. package/cjs/chunks/bundle-CchJVdWA.js.map +1 -0
  496. package/cjs/chunks/{bundle-Ctcafl75.js → bundle-Ch50x-PE.js} +1 -1
  497. package/cjs/chunks/bundle-Ch50x-PE.js.map +1 -0
  498. package/cjs/chunks/{bundle-Blch0kG8.js → bundle-CrEtfw2b.js} +2 -2
  499. package/cjs/chunks/bundle-CrEtfw2b.js.map +1 -0
  500. package/cjs/chunks/{bundle-Q8pO_OyW.js → bundle-CtNVuXOV.js} +3 -3
  501. package/cjs/chunks/bundle-CtNVuXOV.js.map +1 -0
  502. package/cjs/chunks/{bundle-DRtpyy_k.js → bundle-Cttv8ibL.js} +6 -6
  503. package/cjs/chunks/{bundle-DRtpyy_k.js.map → bundle-Cttv8ibL.js.map} +1 -1
  504. package/cjs/chunks/{bundle-BlctoPRq.js → bundle-CvIMeo9c.js} +7 -7
  505. package/cjs/chunks/{bundle-BlctoPRq.js.map → bundle-CvIMeo9c.js.map} +1 -1
  506. package/cjs/chunks/{bundle-DJx1xhzu.js → bundle-Cx1TrCud.js} +3 -3
  507. package/cjs/chunks/{bundle-DJx1xhzu.js.map → bundle-Cx1TrCud.js.map} +1 -1
  508. package/cjs/chunks/{bundle-ByanPeD0.js → bundle-D1WznkCG.js} +4 -4
  509. package/cjs/chunks/{bundle-ByanPeD0.js.map → bundle-D1WznkCG.js.map} +1 -1
  510. package/cjs/chunks/{bundle-CsB_i6B0.js → bundle-DA7hnT2_.js} +1 -1
  511. package/cjs/chunks/bundle-DA7hnT2_.js.map +1 -0
  512. package/cjs/chunks/{bundle-5IKXZjCM.js → bundle-DBkmtON2.js} +3 -3
  513. package/cjs/chunks/bundle-DBkmtON2.js.map +1 -0
  514. package/cjs/chunks/{bundle-COihomAk.js → bundle-DJ6gESuh.js} +1 -1
  515. package/cjs/chunks/bundle-DJ6gESuh.js.map +1 -0
  516. package/cjs/chunks/{bundle-CW2Ejtnv.js → bundle-DJpox8pU.js} +8 -8
  517. package/cjs/chunks/bundle-DJpox8pU.js.map +1 -0
  518. package/cjs/chunks/{bundle-BdkNokVA.js → bundle-DMIQ1oMu.js} +1 -1
  519. package/cjs/chunks/bundle-DMIQ1oMu.js.map +1 -0
  520. package/cjs/chunks/{bundle-ZOmsvW3a.js → bundle-DOddO_HL.js} +1 -1
  521. package/cjs/chunks/bundle-DOddO_HL.js.map +1 -0
  522. package/cjs/chunks/{bundle-BgLxFRQk.js → bundle-DOvYuY4G.js} +3 -3
  523. package/cjs/chunks/bundle-DOvYuY4G.js.map +1 -0
  524. package/cjs/chunks/{bundle-DnC1jVeG.js → bundle-DXPkoTqY.js} +5 -5
  525. package/cjs/chunks/bundle-DXPkoTqY.js.map +1 -0
  526. package/cjs/chunks/{bundle-BIO_eBe4.js → bundle-DXyGojZK.js} +3 -1
  527. package/cjs/chunks/bundle-DXyGojZK.js.map +1 -0
  528. package/cjs/chunks/{bundle-ClyzMwDC.js → bundle-D_88grIC.js} +1 -1
  529. package/cjs/chunks/bundle-D_88grIC.js.map +1 -0
  530. package/cjs/chunks/{bundle-DncXV6Zi.js → bundle-D_XEC_S2.js} +2 -2
  531. package/cjs/chunks/bundle-D_XEC_S2.js.map +1 -0
  532. package/cjs/chunks/{bundle-B1BFXAIQ.js → bundle-D_bXEGLv.js} +1 -1
  533. package/cjs/chunks/bundle-D_bXEGLv.js.map +1 -0
  534. package/cjs/chunks/{bundle-DYmapMAd.js → bundle-DaAn1TO8.js} +4 -4
  535. package/cjs/chunks/{bundle-DYmapMAd.js.map → bundle-DaAn1TO8.js.map} +1 -1
  536. package/cjs/chunks/{bundle-Bz09H9J_.js → bundle-DeSyhKkp.js} +4 -4
  537. package/cjs/chunks/bundle-DeSyhKkp.js.map +1 -0
  538. package/cjs/chunks/{bundle-BrQ2ZPGR.js → bundle-Dj17m_pQ.js} +1 -1
  539. package/cjs/chunks/bundle-Dj17m_pQ.js.map +1 -0
  540. package/cjs/chunks/{bundle-CASJD9zh.js → bundle-DkZPlQQZ.js} +11 -11
  541. package/cjs/chunks/{bundle-CASJD9zh.js.map → bundle-DkZPlQQZ.js.map} +1 -1
  542. package/cjs/chunks/{bundle-CX437C0t.js → bundle-DqB7RPPk.js} +3 -3
  543. package/cjs/chunks/bundle-DqB7RPPk.js.map +1 -0
  544. package/cjs/chunks/{bundle-DikxzL_d.js → bundle-Dw2ZLm5K.js} +2 -2
  545. package/cjs/chunks/{bundle-DikxzL_d.js.map → bundle-Dw2ZLm5K.js.map} +1 -1
  546. package/cjs/chunks/{bundle-7CPMX_TT.js → bundle-DwS2dhK4.js} +1 -1
  547. package/cjs/chunks/bundle-DwS2dhK4.js.map +1 -0
  548. package/cjs/chunks/{bundle-2h0tunYE.js → bundle-E1ZfPjoN.js} +4 -4
  549. package/cjs/chunks/bundle-E1ZfPjoN.js.map +1 -0
  550. package/cjs/chunks/{bundle-D2P6gVxf.js → bundle-INA3mRFQ.js} +1 -1
  551. package/cjs/chunks/bundle-INA3mRFQ.js.map +1 -0
  552. package/cjs/chunks/{bundle-By1Sf00B.js → bundle-MH0H52a8.js} +1 -1
  553. package/cjs/chunks/bundle-MH0H52a8.js.map +1 -0
  554. package/cjs/chunks/{bundle-Bc9wvPCN.js → bundle-O7nRvkeO.js} +1 -1
  555. package/cjs/chunks/bundle-O7nRvkeO.js.map +1 -0
  556. package/cjs/chunks/{bundle-BBJTtQpB.js → bundle-S_OENA8m.js} +12 -12
  557. package/cjs/chunks/{bundle-BBJTtQpB.js.map → bundle-S_OENA8m.js.map} +1 -1
  558. package/cjs/chunks/{bundle-B-Lh9WrT.js → bundle-Sna1He3j.js} +2 -2
  559. package/cjs/chunks/{bundle-B-Lh9WrT.js.map → bundle-Sna1He3j.js.map} +1 -1
  560. package/cjs/chunks/{bundle-BZ7JTELl.js → bundle-WaPmQqwG.js} +1 -1
  561. package/cjs/chunks/bundle-WaPmQqwG.js.map +1 -0
  562. package/cjs/chunks/{bundle-DC7D5Jct.js → bundle-Zj9JAC1-.js} +6 -6
  563. package/cjs/chunks/bundle-Zj9JAC1-.js.map +1 -0
  564. package/cjs/chunks/{bundle-1hFPx8T-.js → bundle-cLuDdTvp.js} +1 -1
  565. package/cjs/chunks/bundle-cLuDdTvp.js.map +1 -0
  566. package/cjs/chunks/{bundle-BwhU8sVU.js → bundle-eaIAyDcC.js} +1 -1
  567. package/cjs/chunks/bundle-eaIAyDcC.js.map +1 -0
  568. package/cjs/chunks/{bundle-Bqw9YOBI.js → bundle-gHxmVA0a.js} +1 -1
  569. package/cjs/chunks/{bundle-Bqw9YOBI.js.map → bundle-gHxmVA0a.js.map} +1 -1
  570. package/cjs/chunks/{bundle-Bpkxxjt3.js → bundle-kRMalZH9.js} +5 -5
  571. package/cjs/chunks/{bundle-Bpkxxjt3.js.map → bundle-kRMalZH9.js.map} +1 -1
  572. package/cjs/chunks/{bundle-DfojQg99.js → bundle-ksFBVDZV.js} +3 -3
  573. package/cjs/chunks/bundle-ksFBVDZV.js.map +1 -0
  574. package/cjs/chunks/{bundle-DU96Nzq-.js → bundle-wKKjdG_5.js} +27 -15
  575. package/cjs/chunks/bundle-wKKjdG_5.js.map +1 -0
  576. package/cjs/chunks/bundle-xsYGRug4.js +8 -0
  577. package/cjs/chunks/bundle-xsYGRug4.js.map +1 -0
  578. package/cjs/chunks/{bundle-Ev0IfN_G.js → bundle-zuqi92MB.js} +1 -1
  579. package/cjs/chunks/bundle-zuqi92MB.js.map +1 -0
  580. package/cjs/hooks/useModal.js +14 -14
  581. package/cjs/index.js +87 -86
  582. package/cjs/index.js.map +1 -1
  583. package/cjs/pubSub/topics.js +1 -1
  584. package/cjs/sendbirdSelectors.js +2 -2
  585. package/cjs/ui/Accordion.js +2 -2
  586. package/cjs/ui/AccordionGroup.js +1 -1
  587. package/cjs/ui/AdminMessage.js +3 -3
  588. package/cjs/ui/Avatar.js +4 -4
  589. package/cjs/ui/Badge.js +4 -4
  590. package/cjs/ui/BottomSheet.js +14 -14
  591. package/cjs/ui/Button.js +3 -3
  592. package/cjs/ui/ChannelAvatar.js +5 -5
  593. package/cjs/ui/ConnectionStatus.js +5 -5
  594. package/cjs/ui/ContextMenu.js +11 -10
  595. package/cjs/ui/ContextMenu.js.map +1 -1
  596. package/cjs/ui/DateSeparator.js +4 -4
  597. package/cjs/ui/EmojiReactions.js +20 -20
  598. package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +8 -7
  599. package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js.map +1 -1
  600. package/cjs/ui/FileMessageItemBody.js +10 -9
  601. package/cjs/ui/FileMessageItemBody.js.map +1 -1
  602. package/cjs/ui/FileViewer.js +17 -17
  603. package/cjs/ui/Header.js +6 -6
  604. package/cjs/ui/Icon.js +2 -2
  605. package/cjs/ui/IconButton.js +1 -1
  606. package/cjs/ui/ImageRenderer.js +27 -21
  607. package/cjs/ui/ImageRenderer.js.map +1 -1
  608. package/cjs/ui/Input.js +3 -3
  609. package/cjs/ui/Label.js +3 -3
  610. package/cjs/ui/LinkLabel.js +4 -4
  611. package/cjs/ui/Loader.js +2 -2
  612. package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
  613. package/cjs/ui/MentionLabel.js +18 -18
  614. package/cjs/ui/MentionUserLabel.js +2 -2
  615. package/cjs/ui/MessageContent.js +101 -84
  616. package/cjs/ui/MessageContent.js.map +1 -1
  617. package/cjs/ui/MessageFeedbackFailedModal.js +15 -15
  618. package/cjs/ui/MessageFeedbackModal.js +15 -15
  619. package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
  620. package/cjs/ui/MessageInput.js +16 -15
  621. package/cjs/ui/MessageInput.js.map +1 -1
  622. package/cjs/ui/MessageItemMenu.js +12 -11
  623. package/cjs/ui/MessageItemMenu.js.map +1 -1
  624. package/cjs/ui/MessageItemReactionMenu.js +13 -12
  625. package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
  626. package/cjs/ui/MessageMenu.js +12 -11
  627. package/cjs/ui/MessageMenu.js.map +1 -1
  628. package/cjs/ui/MessageSearchFileItem.js +15 -14
  629. package/cjs/ui/MessageSearchFileItem.js.map +1 -1
  630. package/cjs/ui/MessageSearchItem.js +11 -11
  631. package/cjs/ui/MessageStatus.js +13 -12
  632. package/cjs/ui/MessageStatus.js.map +1 -1
  633. package/cjs/ui/MessageTemplate.js +1 -1
  634. package/cjs/ui/MobileFeedbackMenu.js +14 -14
  635. package/cjs/ui/MobileMenu.js +15 -15
  636. package/cjs/ui/Modal.js +14 -14
  637. package/cjs/ui/MutedAvatarOverlay.js +2 -2
  638. package/cjs/ui/OGMessageItemBody.js +21 -21
  639. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  640. package/cjs/ui/OpenChannelAvatar.js +7 -7
  641. package/cjs/ui/OpenchannelConversationHeader.js +7 -7
  642. package/cjs/ui/OpenchannelFileMessage.js +22 -22
  643. package/cjs/ui/OpenchannelOGMessage.js +24 -24
  644. package/cjs/ui/OpenchannelThumbnailMessage.js +21 -21
  645. package/cjs/ui/OpenchannelUserMessage.js +22 -22
  646. package/cjs/ui/PlaceHolder.js +5 -5
  647. package/cjs/ui/PlaybackTime.js +3 -3
  648. package/cjs/ui/ProgressBar.js +1 -1
  649. package/cjs/ui/QuoteMessage.js +10 -9
  650. package/cjs/ui/QuoteMessage.js.map +1 -1
  651. package/cjs/ui/QuoteMessageInput.js +10 -9
  652. package/cjs/ui/QuoteMessageInput.js.map +1 -1
  653. package/cjs/ui/ReactionBadge.js +3 -3
  654. package/cjs/ui/ReactionButton.js +4 -4
  655. package/cjs/ui/SortByRow.js +2 -2
  656. package/cjs/ui/TemplateMessageItemBody.js +134 -252
  657. package/cjs/ui/TemplateMessageItemBody.js.map +1 -1
  658. package/cjs/ui/TextButton.js +2 -2
  659. package/cjs/ui/TextMessageItemBody.js +21 -21
  660. package/cjs/ui/ThreadReplies.js +7 -7
  661. package/cjs/ui/ThumbnailMessageItemBody.js +9 -8
  662. package/cjs/ui/ThumbnailMessageItemBody.js.map +1 -1
  663. package/cjs/ui/Toggle.js +1 -1
  664. package/cjs/ui/Tooltip.js +3 -3
  665. package/cjs/ui/TooltipWrapper.js +1 -1
  666. package/cjs/ui/TypingIndicatorBubble.js +4 -4
  667. package/cjs/ui/UnknownMessageItemBody.js +8 -7
  668. package/cjs/ui/UnknownMessageItemBody.js.map +1 -1
  669. package/cjs/ui/UserListItem.js +18 -18
  670. package/cjs/ui/UserListItemMenu.js +12 -11
  671. package/cjs/ui/UserListItemMenu.js.map +1 -1
  672. package/cjs/ui/UserProfile.js +18 -18
  673. package/cjs/ui/VoiceMessageInput.js +8 -8
  674. package/cjs/ui/VoiceMessageItemBody.js +14 -14
  675. package/cjs/ui/Word.js +18 -18
  676. package/cjs/useSendbirdStateContext.js +1 -1
  677. package/cjs/utils/message/isVoiceMessage.js +5 -4
  678. package/cjs/utils/message/isVoiceMessage.js.map +1 -1
  679. package/cjs/withSendbird.js +1 -1
  680. package/dist/index.css +48 -56
  681. package/hooks/useModal.js +14 -14
  682. package/index.js +86 -85
  683. package/index.js.map +1 -1
  684. package/package.json +3 -3
  685. package/pubSub/topics.js +1 -1
  686. package/sendbirdSelectors.js +2 -2
  687. package/types/modules/Channel/components/Message/hooks/useIsElementInViewport.d.ts +1 -1
  688. package/types/modules/Channel/components/Message/hooks/useLazyImageLoader.d.ts +2 -2
  689. package/types/types.d.ts +0 -4
  690. package/types/ui/MessageContent/MessageBody/index.d.ts +0 -2
  691. package/types/ui/MessageContent/MessageContentForTemplateMessage.d.ts +15 -0
  692. package/types/ui/MessageTemplate/messageTemplateErrorBoundary.d.ts +0 -3
  693. package/types/ui/TemplateMessageItemBody/index.d.ts +15 -3
  694. package/types/ui/TemplateMessageItemBody/types.d.ts +8 -6
  695. package/types/utils/consts.d.ts +1 -0
  696. package/types/utils/index.d.ts +6 -9
  697. package/ui/Accordion.js +2 -2
  698. package/ui/AccordionGroup.js +1 -1
  699. package/ui/AdminMessage.js +3 -3
  700. package/ui/Avatar.js +4 -4
  701. package/ui/Badge.js +4 -4
  702. package/ui/BottomSheet.js +14 -14
  703. package/ui/Button.js +3 -3
  704. package/ui/ChannelAvatar.js +5 -5
  705. package/ui/ConnectionStatus.js +5 -5
  706. package/ui/ContextMenu.js +11 -10
  707. package/ui/ContextMenu.js.map +1 -1
  708. package/ui/DateSeparator.js +4 -4
  709. package/ui/EmojiReactions.js +20 -20
  710. package/ui/FallbackTemplateMessageItemBody.tsx.js +8 -7
  711. package/ui/FallbackTemplateMessageItemBody.tsx.js.map +1 -1
  712. package/ui/FileMessageItemBody.js +10 -9
  713. package/ui/FileMessageItemBody.js.map +1 -1
  714. package/ui/FileViewer.js +17 -17
  715. package/ui/Header.js +6 -6
  716. package/ui/Icon.js +2 -2
  717. package/ui/IconButton.js +1 -1
  718. package/ui/ImageRenderer.js +28 -22
  719. package/ui/ImageRenderer.js.map +1 -1
  720. package/ui/Input.js +3 -3
  721. package/ui/Label.js +3 -3
  722. package/ui/LinkLabel.js +4 -4
  723. package/ui/Loader.js +2 -2
  724. package/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
  725. package/ui/MentionLabel.js +18 -18
  726. package/ui/MentionUserLabel.js +2 -2
  727. package/ui/MessageContent.js +101 -84
  728. package/ui/MessageContent.js.map +1 -1
  729. package/ui/MessageFeedbackFailedModal.js +15 -15
  730. package/ui/MessageFeedbackModal.js +15 -15
  731. package/ui/MessageInput/hooks/usePaste.js +7 -7
  732. package/ui/MessageInput.js +16 -15
  733. package/ui/MessageInput.js.map +1 -1
  734. package/ui/MessageItemMenu.js +12 -11
  735. package/ui/MessageItemMenu.js.map +1 -1
  736. package/ui/MessageItemReactionMenu.js +13 -12
  737. package/ui/MessageItemReactionMenu.js.map +1 -1
  738. package/ui/MessageMenu.js +12 -11
  739. package/ui/MessageMenu.js.map +1 -1
  740. package/ui/MessageSearchFileItem.js +15 -14
  741. package/ui/MessageSearchFileItem.js.map +1 -1
  742. package/ui/MessageSearchItem.js +11 -11
  743. package/ui/MessageStatus.js +13 -12
  744. package/ui/MessageStatus.js.map +1 -1
  745. package/ui/MessageTemplate.js +1 -1
  746. package/ui/MobileFeedbackMenu.js +14 -14
  747. package/ui/MobileMenu.js +15 -15
  748. package/ui/Modal.js +14 -14
  749. package/ui/MutedAvatarOverlay.js +2 -2
  750. package/ui/OGMessageItemBody.js +21 -21
  751. package/ui/OpenChannelAdminMessage.js +3 -3
  752. package/ui/OpenChannelAvatar.js +7 -7
  753. package/ui/OpenchannelConversationHeader.js +7 -7
  754. package/ui/OpenchannelFileMessage.js +22 -22
  755. package/ui/OpenchannelOGMessage.js +24 -24
  756. package/ui/OpenchannelThumbnailMessage.js +21 -21
  757. package/ui/OpenchannelUserMessage.js +22 -22
  758. package/ui/PlaceHolder.js +5 -5
  759. package/ui/PlaybackTime.js +3 -3
  760. package/ui/ProgressBar.js +1 -1
  761. package/ui/QuoteMessage.js +10 -9
  762. package/ui/QuoteMessage.js.map +1 -1
  763. package/ui/QuoteMessageInput.js +10 -9
  764. package/ui/QuoteMessageInput.js.map +1 -1
  765. package/ui/ReactionBadge.js +3 -3
  766. package/ui/ReactionButton.js +4 -4
  767. package/ui/SortByRow.js +2 -2
  768. package/ui/TemplateMessageItemBody.js +134 -253
  769. package/ui/TemplateMessageItemBody.js.map +1 -1
  770. package/ui/TextButton.js +2 -2
  771. package/ui/TextMessageItemBody.js +21 -21
  772. package/ui/ThreadReplies.js +7 -7
  773. package/ui/ThumbnailMessageItemBody.js +9 -8
  774. package/ui/ThumbnailMessageItemBody.js.map +1 -1
  775. package/ui/Toggle.js +1 -1
  776. package/ui/Tooltip.js +3 -3
  777. package/ui/TooltipWrapper.js +1 -1
  778. package/ui/TypingIndicatorBubble.js +4 -4
  779. package/ui/UnknownMessageItemBody.js +8 -7
  780. package/ui/UnknownMessageItemBody.js.map +1 -1
  781. package/ui/UserListItem.js +18 -18
  782. package/ui/UserListItemMenu.js +13 -12
  783. package/ui/UserListItemMenu.js.map +1 -1
  784. package/ui/UserProfile.js +18 -18
  785. package/ui/VoiceMessageInput.js +8 -8
  786. package/ui/VoiceMessageItemBody.js +14 -14
  787. package/ui/Word.js +18 -18
  788. package/useSendbirdStateContext.js +1 -1
  789. package/utils/message/isVoiceMessage.js +5 -4
  790. package/utils/message/isVoiceMessage.js.map +1 -1
  791. package/withSendbird.js +1 -1
  792. package/chunks/bundle-02mU_mdQ.js.map +0 -1
  793. package/chunks/bundle-07bGaKDM.js.map +0 -1
  794. package/chunks/bundle-1AhxUDPU.js.map +0 -1
  795. package/chunks/bundle-4FX6gpGw.js.map +0 -1
  796. package/chunks/bundle-BAce4maL.js.map +0 -1
  797. package/chunks/bundle-BR3hUG8u.js.map +0 -1
  798. package/chunks/bundle-BcUjwXyv.js.map +0 -1
  799. package/chunks/bundle-BdMFvS48.js.map +0 -1
  800. package/chunks/bundle-BoeyQYjc.js.map +0 -1
  801. package/chunks/bundle-Bv0CLKmK.js.map +0 -1
  802. package/chunks/bundle-C3oeRQke.js.map +0 -1
  803. package/chunks/bundle-C8gQKppc.js.map +0 -1
  804. package/chunks/bundle-CCC-fCd1.js.map +0 -1
  805. package/chunks/bundle-CJW-g_-k.js.map +0 -1
  806. package/chunks/bundle-CM8k_MAe.js.map +0 -1
  807. package/chunks/bundle-CZxcoh5B.js.map +0 -1
  808. package/chunks/bundle-C_9aMSZU.js.map +0 -1
  809. package/chunks/bundle-C_xDLLUt.js.map +0 -1
  810. package/chunks/bundle-Cdoy9-UG.js.map +0 -1
  811. package/chunks/bundle-Ch7HVLiB.js.map +0 -1
  812. package/chunks/bundle-CiwJHy6g.js.map +0 -1
  813. package/chunks/bundle-CkDGUIvh.js.map +0 -1
  814. package/chunks/bundle-Cl-vRzDr.js.map +0 -1
  815. package/chunks/bundle-CsHJ18W0.js.map +0 -1
  816. package/chunks/bundle-D48t2vTo.js.map +0 -1
  817. package/chunks/bundle-D4Oav06e.js.map +0 -1
  818. package/chunks/bundle-D5bkstmZ.js.map +0 -1
  819. package/chunks/bundle-D8l9-enQ.js.map +0 -1
  820. package/chunks/bundle-DEIDkSEG.js.map +0 -1
  821. package/chunks/bundle-DFkvUVw1.js.map +0 -1
  822. package/chunks/bundle-DGc-w_0Y.js.map +0 -1
  823. package/chunks/bundle-DOVBsMiS.js.map +0 -1
  824. package/chunks/bundle-DPIvYZBS.js.map +0 -1
  825. package/chunks/bundle-DVOn95Bl.js.map +0 -1
  826. package/chunks/bundle-DZ92KGoS.js.map +0 -1
  827. package/chunks/bundle-DZK4rg_Y.js.map +0 -1
  828. package/chunks/bundle-DbVGPg9d.js.map +0 -1
  829. package/chunks/bundle-Dw-CkW5p.js.map +0 -1
  830. package/chunks/bundle-Dw_-sD_V.js.map +0 -1
  831. package/chunks/bundle-Dy0AI0rz.js.map +0 -1
  832. package/chunks/bundle-DyKHaG_F.js.map +0 -1
  833. package/chunks/bundle-DzFqlsbR.js.map +0 -1
  834. package/chunks/bundle-Qa-OShfm.js.map +0 -1
  835. package/chunks/bundle-WBTZOgwR.js.map +0 -1
  836. package/chunks/bundle-ZwPNoncU.js.map +0 -1
  837. package/chunks/bundle-f-kJq0yY.js.map +0 -1
  838. package/chunks/bundle-fSCONSew.js.map +0 -1
  839. package/chunks/bundle-g4f6DqPZ.js.map +0 -1
  840. package/chunks/bundle-kAnCqJ1s.js.map +0 -1
  841. package/chunks/bundle-kMS1-vHn.js.map +0 -1
  842. package/chunks/bundle-piJ_EqHo.js.map +0 -1
  843. package/chunks/bundle-t_NHXb8k.js.map +0 -1
  844. package/chunks/bundle-ub1P3ZHF.js.map +0 -1
  845. package/chunks/bundle-xPkUUY0y.js.map +0 -1
  846. package/chunks/bundle-zxooGkqM.js.map +0 -1
  847. package/cjs/chunks/bundle-1hFPx8T-.js.map +0 -1
  848. package/cjs/chunks/bundle-2h0tunYE.js.map +0 -1
  849. package/cjs/chunks/bundle-5IKXZjCM.js.map +0 -1
  850. package/cjs/chunks/bundle-7CPMX_TT.js.map +0 -1
  851. package/cjs/chunks/bundle-B1BFXAIQ.js.map +0 -1
  852. package/cjs/chunks/bundle-B4yvC9Hz.js.map +0 -1
  853. package/cjs/chunks/bundle-BCChjjwq.js.map +0 -1
  854. package/cjs/chunks/bundle-BCxrXYI3.js.map +0 -1
  855. package/cjs/chunks/bundle-BH4jo8Br.js.map +0 -1
  856. package/cjs/chunks/bundle-BIO_eBe4.js.map +0 -1
  857. package/cjs/chunks/bundle-BJ0h7G0c.js.map +0 -1
  858. package/cjs/chunks/bundle-BMhYApRu.js.map +0 -1
  859. package/cjs/chunks/bundle-BQUV_WAU.js.map +0 -1
  860. package/cjs/chunks/bundle-BWbn8TYb.js.map +0 -1
  861. package/cjs/chunks/bundle-BXPOAoB6.js.map +0 -1
  862. package/cjs/chunks/bundle-BZ7JTELl.js.map +0 -1
  863. package/cjs/chunks/bundle-Bc9wvPCN.js.map +0 -1
  864. package/cjs/chunks/bundle-BdkNokVA.js.map +0 -1
  865. package/cjs/chunks/bundle-BgLxFRQk.js.map +0 -1
  866. package/cjs/chunks/bundle-Blch0kG8.js.map +0 -1
  867. package/cjs/chunks/bundle-BrQ2ZPGR.js.map +0 -1
  868. package/cjs/chunks/bundle-BuKwTuVv.js.map +0 -1
  869. package/cjs/chunks/bundle-BwhU8sVU.js.map +0 -1
  870. package/cjs/chunks/bundle-By1Sf00B.js.map +0 -1
  871. package/cjs/chunks/bundle-Bz09H9J_.js.map +0 -1
  872. package/cjs/chunks/bundle-C5eIOPz0.js.map +0 -1
  873. package/cjs/chunks/bundle-CF2nS6c6.js.map +0 -1
  874. package/cjs/chunks/bundle-CIZAIkTO.js.map +0 -1
  875. package/cjs/chunks/bundle-CM9WiyJr.js.map +0 -1
  876. package/cjs/chunks/bundle-COihomAk.js.map +0 -1
  877. package/cjs/chunks/bundle-CW2Ejtnv.js.map +0 -1
  878. package/cjs/chunks/bundle-CX437C0t.js.map +0 -1
  879. package/cjs/chunks/bundle-CYpPCSbs.js.map +0 -1
  880. package/cjs/chunks/bundle-CeLmQMmo.js.map +0 -1
  881. package/cjs/chunks/bundle-CfM5CrA0.js.map +0 -1
  882. package/cjs/chunks/bundle-CfZTR4zC.js.map +0 -1
  883. package/cjs/chunks/bundle-ClyzMwDC.js.map +0 -1
  884. package/cjs/chunks/bundle-CsB_i6B0.js.map +0 -1
  885. package/cjs/chunks/bundle-Ctcafl75.js.map +0 -1
  886. package/cjs/chunks/bundle-CuaaEAz6.js.map +0 -1
  887. package/cjs/chunks/bundle-D2P6gVxf.js.map +0 -1
  888. package/cjs/chunks/bundle-D7z1mmDp.js.map +0 -1
  889. package/cjs/chunks/bundle-DC7D5Jct.js.map +0 -1
  890. package/cjs/chunks/bundle-DFT3H9MM.js.map +0 -1
  891. package/cjs/chunks/bundle-DU96Nzq-.js.map +0 -1
  892. package/cjs/chunks/bundle-D_lF37ye.js.map +0 -1
  893. package/cjs/chunks/bundle-Db8YvH3q.js.map +0 -1
  894. package/cjs/chunks/bundle-DfojQg99.js.map +0 -1
  895. package/cjs/chunks/bundle-Dn0-m4mJ.js.map +0 -1
  896. package/cjs/chunks/bundle-DnC1jVeG.js.map +0 -1
  897. package/cjs/chunks/bundle-DncXV6Zi.js.map +0 -1
  898. package/cjs/chunks/bundle-DrfEImqs.js.map +0 -1
  899. package/cjs/chunks/bundle-DtmJbh2k.js.map +0 -1
  900. package/cjs/chunks/bundle-DweV15BE.js.map +0 -1
  901. package/cjs/chunks/bundle-Ev0IfN_G.js.map +0 -1
  902. package/cjs/chunks/bundle-Ezzvgnkr.js.map +0 -1
  903. package/cjs/chunks/bundle-LL9X-ZFA.js.map +0 -1
  904. package/cjs/chunks/bundle-Omd3faBY.js.map +0 -1
  905. package/cjs/chunks/bundle-Q8pO_OyW.js.map +0 -1
  906. package/cjs/chunks/bundle-Vbr70dS-.js.map +0 -1
  907. package/cjs/chunks/bundle-ZOmsvW3a.js.map +0 -1
  908. package/cjs/chunks/bundle-et2uTovT.js.map +0 -1
  909. package/cjs/chunks/bundle-lqC_6gBR.js.map +0 -1
  910. package/cjs/chunks/bundle-pph4vfaO.js.map +0 -1
@@ -1,4 +1,4 @@
1
1
  var TEXT_MESSAGE_BODY_CLASSNAME = 'sendbird-text-message-item-body';
2
2
 
3
3
  export { TEXT_MESSAGE_BODY_CLASSNAME as T };
4
- //# sourceMappingURL=bundle-02mU_mdQ.js.map
4
+ //# sourceMappingURL=bundle-C0IbzUJG.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-C0IbzUJG.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-CYvEzbcv.js';
2
+ import { a as __awaiter, b as __generator, _ as __assign } from './bundle-BcMa6bRz.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 { x as getClassName, z as isGif, K } from './bundle-t_NHXb8k.js';
7
+ import { x as getClassName, z as isGif, K } from './bundle-olFk3EFS.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-D3WudT0B.js.map
181
+ //# sourceMappingURL=bundle-C2BixEka.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-D3WudT0B.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-C2BixEka.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { ConnectionHandler } from '@sendbird/chat';
2
2
  import { useState, useEffect, useLayoutEffect, useMemo } from 'react';
3
- import { u as uuidv4 } from './bundle-DPIvYZBS.js';
4
- import { a as __awaiter, b as __generator } from './bundle-CYvEzbcv.js';
3
+ import { u as uuidv4 } from './bundle-WWn_D4d2.js';
4
+ import { a as __awaiter, b as __generator } from './bundle-BcMa6bRz.js';
5
5
 
6
6
  function useOnlineStatus(sdk, logger) {
7
7
  var _a, _b;
@@ -194,4 +194,4 @@ function useMarkAsDeliveredScheduler(_a, _b) {
194
194
  }
195
195
 
196
196
  export { useMarkAsDeliveredScheduler as a, useUnmount as b, schedulerFactory as s, useOnlineStatus as u };
197
- //# sourceMappingURL=bundle-B9UrPiWj.js.map
197
+ //# sourceMappingURL=bundle-C2q8Goc7.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-B9UrPiWj.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-C2q8Goc7.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,4 +1,4 @@
1
1
  var MENTION_USER_LABEL_CLASSNAME = 'sendbird-mention-user-label';
2
2
 
3
3
  export { MENTION_USER_LABEL_CLASSNAME as M };
4
- //# sourceMappingURL=bundle-BAce4maL.js.map
4
+ //# sourceMappingURL=bundle-C4rgncw9.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-C4rgncw9.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,6 +1,6 @@
1
- import { i as isSameDay } from './bundle-BpEd5_0o.js';
2
- import { r as requiredArgs, t as toDate } from './bundle-S77tFmNz.js';
3
- import { t as toInteger } from './bundle-BE89xaRV.js';
1
+ import { i as isSameDay } from './bundle-CMESiX3f.js';
2
+ import { r as requiredArgs, t as toDate } from './bundle-CMCuKccH.js';
3
+ import { t as toInteger } from './bundle-Bm8WXXjU.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-CgXWgHrU.js.map
166
+ //# sourceMappingURL=bundle-C7YkwrEO.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-CgXWgHrU.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-C7YkwrEO.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]}
@@ -15,4 +15,4 @@ function useKeyDown(ref, keyDownCallbackMap) {
15
15
  }
16
16
 
17
17
  export { useKeyDown as u };
18
- //# sourceMappingURL=bundle-DzFqlsbR.js.map
18
+ //# sourceMappingURL=bundle-CALm3gy6.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-CALm3gy6.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
@@ -1,15 +1,15 @@
1
- import { a as __awaiter, b as __generator, d as __rest, _ as __assign } from './bundle-CYvEzbcv.js';
1
+ import { a as __awaiter, b as __generator, d as __rest, _ as __assign } from './bundle-BcMa6bRz.js';
2
2
  import React__default, { useState, useRef, useCallback, createContext, useContext } from 'react';
3
3
  import { Role } from '@sendbird/chat';
4
4
  import { OpenChannel } from '@sendbird/chat/openChannel';
5
5
  import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
6
6
  import '../withSendbird.js';
7
- import { a as MenuItem, b as MenuItems } from './bundle-BtnCB-7T.js';
7
+ import { a as MenuItem, b as MenuItems } from './bundle-DHJxhHOQ.js';
8
8
  import 'react-dom';
9
9
  import IconButton from '../ui/IconButton.js';
10
- import './bundle-t_NHXb8k.js';
11
- import { u as useLocalization } from './bundle-B8FD5WDF.js';
12
- import { c as classnames } from './bundle-D8l9-enQ.js';
10
+ import './bundle-olFk3EFS.js';
11
+ import { u as useLocalization } from './bundle-SphrgdI0.js';
12
+ import { c as classnames } from './bundle-SWVu1WqU.js';
13
13
  import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
14
14
 
15
15
  // Utility function to handle processing state and promise execution
@@ -275,4 +275,4 @@ var UserListItemMenu = function (props) {
275
275
  };
276
276
 
277
277
  export { UserListItemMenu as U, UserListItemMenuProvider as a, useUserListItemMenuContext as u };
278
- //# sourceMappingURL=bundle-B9HB3GJk.js.map
278
+ //# sourceMappingURL=bundle-CBtXowGf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-B9HB3GJk.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-CBtXowGf.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,14 +1,14 @@
1
1
  import React__default, { useRef, useContext, useEffect, useMemo, useState } from 'react';
2
- import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-xPkUUY0y.js';
2
+ import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-CnU1tGdg.js';
3
3
  import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
4
- import { A as Avatar } from './bundle-Cdoy9-UG.js';
5
- import { L as LocalizationContext, u as useLocalization } from './bundle-B8FD5WDF.js';
6
- import { u as uuidv4 } from './bundle-DPIvYZBS.js';
7
- import { c as classnames } from './bundle-D8l9-enQ.js';
4
+ import { A as Avatar } from './bundle-q9l437Kc.js';
5
+ import { L as LocalizationContext, u as useLocalization } from './bundle-SphrgdI0.js';
6
+ import { u as uuidv4 } from './bundle-WWn_D4d2.js';
7
+ import { c as classnames } from './bundle-SWVu1WqU.js';
8
8
  import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
9
- import { a as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, b as MAX_USER_SUGGESTION_COUNT } from './bundle-C8gQKppc.js';
10
- import { M as MessageInputKeys } from './bundle-DEIDkSEG.js';
11
- import { a as __awaiter, b as __generator } from './bundle-CYvEzbcv.js';
9
+ import { a as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, b as MAX_USER_SUGGESTION_COUNT } from './bundle-DPIbqPRR.js';
10
+ import { M as MessageInputKeys } from './bundle-CZi17F-s.js';
11
+ import { a as __awaiter, b as __generator } from './bundle-BcMa6bRz.js';
12
12
 
13
13
  function SuggestedUserMentionItem(props) {
14
14
  var member = props.member, _a = props.isFocused, isFocused = _a === void 0 ? false : _a, parentScrollRef = props.parentScrollRef, onClick = props.onClick, onMouseOver = props.onMouseOver, onMouseMove = props.onMouseMove, renderUserMentionItem = props.renderUserMentionItem;
@@ -169,4 +169,4 @@ var SuggestedMentionListView = function (props) {
169
169
  };
170
170
 
171
171
  export { SuggestedMentionListView as S };
172
- //# sourceMappingURL=bundle-C_lEOEUK.js.map
172
+ //# sourceMappingURL=bundle-CJFbDSex.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-C_lEOEUK.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-CJFbDSex.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,10 +1,10 @@
1
1
  import React__default from 'react';
2
2
  import { createPortal } from 'react-dom';
3
- import { A as Avatar } from './bundle-Cdoy9-UG.js';
3
+ import { A as Avatar } from './bundle-q9l437Kc.js';
4
4
  import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
5
- import { L as Label, a as LabelTypography, b as LabelColors, c as LabelStringSet } from './bundle-xPkUUY0y.js';
6
- import { f as isSupportedFileView, h as isVideo, j as isImage } from './bundle-t_NHXb8k.js';
7
- import { a as MODAL_ROOT, M as Modal } from './bundle-v3c-9N0A.js';
5
+ import { L as Label, a as LabelTypography, b as LabelColors, c as LabelStringSet } from './bundle-CnU1tGdg.js';
6
+ import { f as isSupportedFileView, h as isVideo, j as isImage } from './bundle-olFk3EFS.js';
7
+ import { a as MODAL_ROOT, M as Modal } from './bundle-DD_n8b-U.js';
8
8
  import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
9
9
 
10
10
  var FileViewerView = function (_a) {
@@ -52,4 +52,4 @@ var FileViewerComponent = function (_a) {
52
52
  };
53
53
 
54
54
  export { FileViewerView as F };
55
- //# sourceMappingURL=bundle-Bv0CLKmK.js.map
55
+ //# sourceMappingURL=bundle-CK0sFwxD.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-CK0sFwxD.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -66,4 +66,4 @@ function toDate(argument) {
66
66
  }
67
67
 
68
68
  export { _typeof as _, requiredArgs as r, toDate as t };
69
- //# sourceMappingURL=bundle-S77tFmNz.js.map
69
+ //# sourceMappingURL=bundle-CMCuKccH.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-S77tFmNz.js","sources":["../../node_modules/@babel/runtime/helpers/esm/typeof.js","../../node_modules/date-fns/esm/_lib/requiredArgs/index.js","../../node_modules/date-fns/esm/toDate/index.js"],"sourcesContent":["function _typeof(o) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {\n return typeof o;\n } : function (o) {\n return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;\n }, _typeof(o);\n}\nexport { _typeof as default };","export default function requiredArgs(required, args) {\n if (args.length < required) {\n throw new TypeError(required + ' argument' + (required > 1 ? 's' : '') + ' required, but only ' + args.length + ' present');\n }\n}","import _typeof from \"@babel/runtime/helpers/esm/typeof\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name toDate\n * @category Common Helpers\n * @summary Convert the given argument to an instance of Date.\n *\n * @description\n * Convert the given argument to an instance of Date.\n *\n * If the argument is an instance of Date, the function returns its clone.\n *\n * If the argument is a number, it is treated as a timestamp.\n *\n * If the argument is none of the above, the function returns Invalid Date.\n *\n * **Note**: *all* Date arguments passed to any *date-fns* function is processed by `toDate`.\n *\n * @param {Date|Number} argument - the value to convert\n * @returns {Date} the parsed date in the local time zone\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // Clone the date:\n * const result = toDate(new Date(2014, 1, 11, 11, 30, 30))\n * //=> Tue Feb 11 2014 11:30:30\n *\n * @example\n * // Convert the timestamp to date:\n * const result = toDate(1392098430000)\n * //=> Tue Feb 11 2014 11:30:30\n */\nexport default function toDate(argument) {\n requiredArgs(1, arguments);\n var argStr = Object.prototype.toString.call(argument);\n\n // Clone the date\n if (argument instanceof Date || _typeof(argument) === 'object' && argStr === '[object Date]') {\n // Prevent the date to lose the milliseconds when passed to new Date() in IE10\n return new Date(argument.getTime());\n } else if (typeof argument === 'number' || argStr === '[object Number]') {\n return new Date(argument);\n } else {\n if ((typeof argument === 'string' || argStr === '[object String]') && typeof console !== 'undefined') {\n // eslint-disable-next-line no-console\n console.warn(\"Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments\");\n // eslint-disable-next-line no-console\n console.warn(new Error().stack);\n }\n return new Date(NaN);\n }\n}"],"names":[],"mappings":"AAAA,SAAS,OAAO,CAAC,CAAC,EAAE;AACpB,EAAE,yBAAyB,CAAC;AAC5B;AACA,EAAE,OAAO,OAAO,GAAG,UAAU,IAAI,OAAO,MAAM,IAAI,QAAQ,IAAI,OAAO,MAAM,CAAC,QAAQ,GAAG,UAAU,CAAC,EAAE;AACpG,IAAI,OAAO,OAAO,CAAC,CAAC;AACpB,GAAG,GAAG,UAAU,CAAC,EAAE;AACnB,IAAI,OAAO,CAAC,IAAI,UAAU,IAAI,OAAO,MAAM,IAAI,CAAC,CAAC,WAAW,KAAK,MAAM,IAAI,CAAC,KAAK,MAAM,CAAC,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC,CAAC;AACxH,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;AAChB;;ACRe,SAAS,YAAY,CAAC,QAAQ,EAAE,IAAI,EAAE;AACrD,EAAE,IAAI,IAAI,CAAC,MAAM,GAAG,QAAQ,EAAE;AAC9B,IAAI,MAAM,IAAI,SAAS,CAAC,QAAQ,GAAG,WAAW,IAAI,QAAQ,GAAG,CAAC,GAAG,GAAG,GAAG,EAAE,CAAC,GAAG,sBAAsB,GAAG,IAAI,CAAC,MAAM,GAAG,UAAU,CAAC,CAAC;AAChI,GAAG;AACH;;ACFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,MAAM,CAAC,QAAQ,EAAE;AACzC,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,MAAM,GAAG,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;AACxD;AACA;AACA,EAAE,IAAI,QAAQ,YAAY,IAAI,IAAI,OAAO,CAAC,QAAQ,CAAC,KAAK,QAAQ,IAAI,MAAM,KAAK,eAAe,EAAE;AAChG;AACA,IAAI,OAAO,IAAI,IAAI,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC;AACxC,GAAG,MAAM,IAAI,OAAO,QAAQ,KAAK,QAAQ,IAAI,MAAM,KAAK,iBAAiB,EAAE;AAC3E,IAAI,OAAO,IAAI,IAAI,CAAC,QAAQ,CAAC,CAAC;AAC9B,GAAG,MAAM;AACT,IAAI,IAAI,CAAC,OAAO,QAAQ,KAAK,QAAQ,IAAI,MAAM,KAAK,iBAAiB,KAAK,OAAO,OAAO,KAAK,WAAW,EAAE;AAC1G;AACA,MAAM,OAAO,CAAC,IAAI,CAAC,oNAAoN,CAAC,CAAC;AACzO;AACA,MAAM,OAAO,CAAC,IAAI,CAAC,IAAI,KAAK,EAAE,CAAC,KAAK,CAAC,CAAC;AACtC,KAAK;AACL,IAAI,OAAO,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC;AACzB,GAAG;AACH;;;;","x_google_ignoreList":[0,1,2]}
1
+ {"version":3,"file":"bundle-CMCuKccH.js","sources":["../../node_modules/@babel/runtime/helpers/esm/typeof.js","../../node_modules/date-fns/esm/_lib/requiredArgs/index.js","../../node_modules/date-fns/esm/toDate/index.js"],"sourcesContent":["function _typeof(o) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {\n return typeof o;\n } : function (o) {\n return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;\n }, _typeof(o);\n}\nexport { _typeof as default };","export default function requiredArgs(required, args) {\n if (args.length < required) {\n throw new TypeError(required + ' argument' + (required > 1 ? 's' : '') + ' required, but only ' + args.length + ' present');\n }\n}","import _typeof from \"@babel/runtime/helpers/esm/typeof\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name toDate\n * @category Common Helpers\n * @summary Convert the given argument to an instance of Date.\n *\n * @description\n * Convert the given argument to an instance of Date.\n *\n * If the argument is an instance of Date, the function returns its clone.\n *\n * If the argument is a number, it is treated as a timestamp.\n *\n * If the argument is none of the above, the function returns Invalid Date.\n *\n * **Note**: *all* Date arguments passed to any *date-fns* function is processed by `toDate`.\n *\n * @param {Date|Number} argument - the value to convert\n * @returns {Date} the parsed date in the local time zone\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // Clone the date:\n * const result = toDate(new Date(2014, 1, 11, 11, 30, 30))\n * //=> Tue Feb 11 2014 11:30:30\n *\n * @example\n * // Convert the timestamp to date:\n * const result = toDate(1392098430000)\n * //=> Tue Feb 11 2014 11:30:30\n */\nexport default function toDate(argument) {\n requiredArgs(1, arguments);\n var argStr = Object.prototype.toString.call(argument);\n\n // Clone the date\n if (argument instanceof Date || _typeof(argument) === 'object' && argStr === '[object Date]') {\n // Prevent the date to lose the milliseconds when passed to new Date() in IE10\n return new Date(argument.getTime());\n } else if (typeof argument === 'number' || argStr === '[object Number]') {\n return new Date(argument);\n } else {\n if ((typeof argument === 'string' || argStr === '[object String]') && typeof console !== 'undefined') {\n // eslint-disable-next-line no-console\n console.warn(\"Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments\");\n // eslint-disable-next-line no-console\n console.warn(new Error().stack);\n }\n return new Date(NaN);\n }\n}"],"names":[],"mappings":"AAAA,SAAS,OAAO,CAAC,CAAC,EAAE;AACpB,EAAE,yBAAyB,CAAC;AAC5B;AACA,EAAE,OAAO,OAAO,GAAG,UAAU,IAAI,OAAO,MAAM,IAAI,QAAQ,IAAI,OAAO,MAAM,CAAC,QAAQ,GAAG,UAAU,CAAC,EAAE;AACpG,IAAI,OAAO,OAAO,CAAC,CAAC;AACpB,GAAG,GAAG,UAAU,CAAC,EAAE;AACnB,IAAI,OAAO,CAAC,IAAI,UAAU,IAAI,OAAO,MAAM,IAAI,CAAC,CAAC,WAAW,KAAK,MAAM,IAAI,CAAC,KAAK,MAAM,CAAC,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC,CAAC;AACxH,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;AAChB;;ACRe,SAAS,YAAY,CAAC,QAAQ,EAAE,IAAI,EAAE;AACrD,EAAE,IAAI,IAAI,CAAC,MAAM,GAAG,QAAQ,EAAE;AAC9B,IAAI,MAAM,IAAI,SAAS,CAAC,QAAQ,GAAG,WAAW,IAAI,QAAQ,GAAG,CAAC,GAAG,GAAG,GAAG,EAAE,CAAC,GAAG,sBAAsB,GAAG,IAAI,CAAC,MAAM,GAAG,UAAU,CAAC,CAAC;AAChI,GAAG;AACH;;ACFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,MAAM,CAAC,QAAQ,EAAE;AACzC,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,MAAM,GAAG,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;AACxD;AACA;AACA,EAAE,IAAI,QAAQ,YAAY,IAAI,IAAI,OAAO,CAAC,QAAQ,CAAC,KAAK,QAAQ,IAAI,MAAM,KAAK,eAAe,EAAE;AAChG;AACA,IAAI,OAAO,IAAI,IAAI,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC;AACxC,GAAG,MAAM,IAAI,OAAO,QAAQ,KAAK,QAAQ,IAAI,MAAM,KAAK,iBAAiB,EAAE;AAC3E,IAAI,OAAO,IAAI,IAAI,CAAC,QAAQ,CAAC,CAAC;AAC9B,GAAG,MAAM;AACT,IAAI,IAAI,CAAC,OAAO,QAAQ,KAAK,QAAQ,IAAI,MAAM,KAAK,iBAAiB,KAAK,OAAO,OAAO,KAAK,WAAW,EAAE;AAC1G;AACA,MAAM,OAAO,CAAC,IAAI,CAAC,oNAAoN,CAAC,CAAC;AACzO;AACA,MAAM,OAAO,CAAC,IAAI,CAAC,IAAI,KAAK,EAAE,CAAC,KAAK,CAAC,CAAC;AACtC,KAAK;AACL,IAAI,OAAO,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC;AACzB,GAAG;AACH;;;;","x_google_ignoreList":[0,1,2]}
@@ -1,4 +1,4 @@
1
- import { r as requiredArgs, t as toDate } from './bundle-S77tFmNz.js';
1
+ import { r as requiredArgs, t as toDate } from './bundle-CMCuKccH.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-BpEd5_0o.js.map
64
+ //# sourceMappingURL=bundle-CMESiX3f.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-BpEd5_0o.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-CMESiX3f.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]}