@sendbird/uikit-react 3.15.8 → 3.15.9-rc-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (837) hide show
  1. package/App.js +79 -79
  2. package/CHANGELOG.md +14 -0
  3. package/Channel/components/ChannelHeader.js +33 -33
  4. package/Channel/components/ChannelUI.js +65 -65
  5. package/Channel/components/FileViewer.js +30 -30
  6. package/Channel/components/FrozenNotification.js +5 -5
  7. package/Channel/components/Message.js +54 -54
  8. package/Channel/components/MessageInput.js +42 -42
  9. package/Channel/components/MessageInputWrapper.js +42 -42
  10. package/Channel/components/MessageList.js +58 -58
  11. package/Channel/components/RemoveMessageModal.js +29 -29
  12. package/Channel/components/SuggestedMentionList.js +31 -31
  13. package/Channel/components/TypingIndicator.js +5 -5
  14. package/Channel/components/UnreadCount.js +7 -7
  15. package/Channel/context.js +27 -27
  16. package/Channel/hooks/useHandleUploadFiles.js +16 -16
  17. package/Channel/hooks/useInitialMessagesFetch.js +8 -8
  18. package/Channel/utils/compareMessagesForGrouping.js +8 -8
  19. package/Channel/utils/getMessagePartsInfo.js +9 -9
  20. package/Channel.js +65 -65
  21. package/ChannelList/components/AddChannel.js +22 -22
  22. package/ChannelList/components/ChannelListHeader.js +9 -9
  23. package/ChannelList/components/ChannelListUI.js +37 -37
  24. package/ChannelList/components/ChannelPreview.js +30 -30
  25. package/ChannelList/components/ChannelPreviewAction.js +14 -14
  26. package/ChannelList/context.js +18 -18
  27. package/ChannelList.js +37 -37
  28. package/ChannelSettings/components/ChannelProfile.js +20 -20
  29. package/ChannelSettings/components/ChannelSettingMenuList.js +17 -17
  30. package/ChannelSettings/components/ChannelSettingsHeader.js +7 -7
  31. package/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
  32. package/ChannelSettings/components/ChannelSettingsUI.js +27 -27
  33. package/ChannelSettings/components/EditDetailsModal.js +20 -20
  34. package/ChannelSettings/components/LeaveChannel.js +17 -17
  35. package/ChannelSettings/components/ModerationPanel.js +25 -25
  36. package/ChannelSettings/components/UserListItem.js +18 -18
  37. package/ChannelSettings/components/UserPanel.js +24 -24
  38. package/ChannelSettings/context.js +16 -16
  39. package/ChannelSettings/hooks/useMenuList.js +25 -25
  40. package/ChannelSettings.js +27 -27
  41. package/CreateChannel/components/CreateChannelUI.js +19 -19
  42. package/CreateChannel/components/InviteUsers.js +19 -19
  43. package/CreateChannel/components/SelectChannelType.js +16 -16
  44. package/CreateChannel/context.js +4 -4
  45. package/CreateChannel.js +19 -19
  46. package/CreateOpenChannel/components/CreateOpenChannelUI.js +17 -17
  47. package/CreateOpenChannel/context.js +1 -1
  48. package/CreateOpenChannel.js +17 -17
  49. package/EditUserProfile/components/EditUserProfileUI.js +18 -18
  50. package/EditUserProfile/context.js +1 -1
  51. package/EditUserProfile.js +18 -18
  52. package/GroupChannel/components/FileViewer.js +25 -25
  53. package/GroupChannel/components/FrozenNotification.js +5 -5
  54. package/GroupChannel/components/GroupChannelHeader.js +28 -28
  55. package/GroupChannel/components/GroupChannelUI.js +58 -58
  56. package/GroupChannel/components/Message.js +49 -49
  57. package/GroupChannel/components/MessageInputWrapper.js +37 -37
  58. package/GroupChannel/components/MessageList.js +51 -51
  59. package/GroupChannel/components/RemoveMessageModal.js +24 -24
  60. package/GroupChannel/components/SuggestedMentionList.js +11 -11
  61. package/GroupChannel/components/TypingIndicator.js +5 -5
  62. package/GroupChannel/components/UnreadCount.js +7 -7
  63. package/GroupChannel/context.js +77 -33
  64. package/GroupChannel/context.js.map +1 -1
  65. package/GroupChannel.js +58 -58
  66. package/GroupChannelList/components/AddGroupChannel.js +21 -21
  67. package/GroupChannelList/components/GroupChannelListHeader.js +9 -9
  68. package/GroupChannelList/components/GroupChannelListItem.js +28 -28
  69. package/GroupChannelList/components/GroupChannelListUI.js +36 -36
  70. package/GroupChannelList/components/GroupChannelPreviewAction.js +14 -14
  71. package/GroupChannelList/context.js +16 -16
  72. package/GroupChannelList.js +36 -36
  73. package/MessageSearch/components/MessageSearchUI.js +15 -15
  74. package/MessageSearch/context.js +1 -1
  75. package/MessageSearch.js +17 -17
  76. package/OpenChannel/components/FrozenChannelNotification.js +4 -4
  77. package/OpenChannel/components/OpenChannelHeader.js +21 -21
  78. package/OpenChannel/components/OpenChannelInput.js +27 -27
  79. package/OpenChannel/components/OpenChannelMessage.js +36 -36
  80. package/OpenChannel/components/OpenChannelMessageList.js +40 -40
  81. package/OpenChannel/components/OpenChannelUI.js +40 -40
  82. package/OpenChannel/context.js +20 -20
  83. package/OpenChannel.js +40 -40
  84. package/OpenChannelList/components/OpenChannelListUI.js +19 -19
  85. package/OpenChannelList/components/OpenChannelPreview.js +6 -6
  86. package/OpenChannelList/context.js +3 -3
  87. package/OpenChannelList.js +19 -19
  88. package/OpenChannelSettings/components/EditDetailsModal.js +20 -20
  89. package/OpenChannelSettings/components/OpenChannelProfile.js +20 -20
  90. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +21 -21
  91. package/OpenChannelSettings/components/OperatorUI.js +21 -21
  92. package/OpenChannelSettings/components/ParticipantUI.js +19 -19
  93. package/OpenChannelSettings/context.js +15 -15
  94. package/OpenChannelSettings.js +21 -21
  95. package/SendbirdProvider.js +19 -19
  96. package/Thread/components/ParentMessageInfo.js +44 -44
  97. package/Thread/components/ParentMessageInfoItem.js +29 -29
  98. package/Thread/components/ThreadHeader.js +7 -7
  99. package/Thread/components/ThreadList.js +51 -51
  100. package/Thread/components/ThreadListItem.js +51 -51
  101. package/Thread/components/ThreadMessageInput.js +42 -42
  102. package/Thread/components/ThreadUI.js +57 -57
  103. package/Thread/context.js +20 -20
  104. package/Thread.js +57 -57
  105. package/VoicePlayer/context.js +4 -4
  106. package/VoicePlayer/useVoicePlayer.js +14 -14
  107. package/VoiceRecorder/context.js +14 -14
  108. package/VoiceRecorder/useVoiceRecorder.js +14 -14
  109. package/chunks/{bundle-C0hZDj23.js → bundle--x5gDPnA.js} +4 -4
  110. package/chunks/{bundle-C0hZDj23.js.map → bundle--x5gDPnA.js.map} +1 -1
  111. package/chunks/{bundle-CuQrZUbT.js → bundle-03KgWKoR.js} +1 -1
  112. package/chunks/bundle-03KgWKoR.js.map +1 -0
  113. package/chunks/{bundle-DCojCEvj.js → bundle-3Ceg_LOY.js} +7 -7
  114. package/chunks/{bundle-DCojCEvj.js.map → bundle-3Ceg_LOY.js.map} +1 -1
  115. package/chunks/{bundle-DHzEYOH9.js → bundle-5b7sZimU.js} +2 -2
  116. package/chunks/bundle-5b7sZimU.js.map +1 -0
  117. package/chunks/{bundle-DSVaWXQD.js → bundle-6EmJ-tLQ.js} +1 -1
  118. package/chunks/bundle-6EmJ-tLQ.js.map +1 -0
  119. package/chunks/{bundle-k2Bw97Ps.js → bundle-7IbkegOe.js} +3 -3
  120. package/chunks/bundle-7IbkegOe.js.map +1 -0
  121. package/chunks/{bundle-CNJeg2pQ.js → bundle-7YtKRJCN.js} +6 -6
  122. package/chunks/{bundle-CNJeg2pQ.js.map → bundle-7YtKRJCN.js.map} +1 -1
  123. package/chunks/{bundle-BawSUl2o.js → bundle-B0KP90Of.js} +1 -1
  124. package/chunks/bundle-B0KP90Of.js.map +1 -0
  125. package/chunks/{bundle-C3VmIqNL.js → bundle-B2LBVfQT.js} +6 -6
  126. package/chunks/bundle-B2LBVfQT.js.map +1 -0
  127. package/chunks/{bundle-B2TiL2Z4.js → bundle-B7l5GEq9.js} +3 -3
  128. package/chunks/bundle-B7l5GEq9.js.map +1 -0
  129. package/chunks/{bundle-LICL88Jq.js → bundle-BBBsVoxy.js} +5 -5
  130. package/chunks/bundle-BBBsVoxy.js.map +1 -0
  131. package/chunks/{bundle-2vUhd9sc.js → bundle-BHH8O2iw.js} +2 -2
  132. package/chunks/bundle-BHH8O2iw.js.map +1 -0
  133. package/chunks/{bundle-Cy_-UMph.js → bundle-BIXR9KQL.js} +1 -1
  134. package/chunks/bundle-BIXR9KQL.js.map +1 -0
  135. package/chunks/{bundle-XjTNuTLb.js → bundle-BKdt7ssk.js} +1 -1
  136. package/chunks/bundle-BKdt7ssk.js.map +1 -0
  137. package/chunks/{bundle-DoZ7xE0v.js → bundle-BWi6ve-M.js} +1 -1
  138. package/chunks/bundle-BWi6ve-M.js.map +1 -0
  139. package/chunks/{bundle-Dd4JlEg-.js → bundle-BXeeEXye.js} +2 -2
  140. package/chunks/bundle-BXeeEXye.js.map +1 -0
  141. package/chunks/{bundle-BUBY2oxi.js → bundle-B_XwEy6z.js} +3 -3
  142. package/chunks/{bundle-BUBY2oxi.js.map → bundle-B_XwEy6z.js.map} +1 -1
  143. package/chunks/{bundle-CUtaHE7n.js → bundle-B_oF7Fg4.js} +3 -3
  144. package/chunks/{bundle-CUtaHE7n.js.map → bundle-B_oF7Fg4.js.map} +1 -1
  145. package/chunks/{bundle-GGMecft3.js → bundle-BdLWD5W7.js} +1 -1
  146. package/chunks/bundle-BdLWD5W7.js.map +1 -0
  147. package/chunks/{bundle-D_uYe4jr.js → bundle-Bea-CjdS.js} +1 -1
  148. package/chunks/bundle-Bea-CjdS.js.map +1 -0
  149. package/chunks/{bundle-o7vwnDXb.js → bundle-BgU8tfYB.js} +2 -2
  150. package/chunks/{bundle-o7vwnDXb.js.map → bundle-BgU8tfYB.js.map} +1 -1
  151. package/chunks/{bundle-C1N3Lcxc.js → bundle-BhpF9H8l.js} +13 -13
  152. package/chunks/{bundle-C1N3Lcxc.js.map → bundle-BhpF9H8l.js.map} +1 -1
  153. package/chunks/{bundle-DU-lnwjr.js → bundle-BjYDh2n4.js} +1 -1
  154. package/chunks/bundle-BjYDh2n4.js.map +1 -0
  155. package/chunks/{bundle-DvlcBT5O.js → bundle-Bl5VDVGU.js} +2 -2
  156. package/chunks/bundle-Bl5VDVGU.js.map +1 -0
  157. package/chunks/{bundle-5lHOZpuX.js → bundle-Bn928F73.js} +6 -6
  158. package/chunks/bundle-Bn928F73.js.map +1 -0
  159. package/chunks/{bundle-BoCmXArP.js → bundle-BqOx-UbF.js} +1 -1
  160. package/chunks/bundle-BqOx-UbF.js.map +1 -0
  161. package/chunks/{bundle-jogzg-4r.js → bundle-Bwnv5Mar.js} +12 -12
  162. package/chunks/bundle-Bwnv5Mar.js.map +1 -0
  163. package/chunks/{bundle-D3CYinzw.js → bundle-BxazpAUf.js} +4 -4
  164. package/chunks/bundle-BxazpAUf.js.map +1 -0
  165. package/chunks/{bundle-Yn8L7Asn.js → bundle-BzVAV06f.js} +1 -1
  166. package/chunks/{bundle-Yn8L7Asn.js.map → bundle-BzVAV06f.js.map} +1 -1
  167. package/chunks/{bundle-2x3PshL5.js → bundle-BzlBVVgc.js} +6 -6
  168. package/chunks/bundle-BzlBVVgc.js.map +1 -0
  169. package/chunks/{bundle-BaAr93_S.js → bundle-C-0YXktF.js} +1 -1
  170. package/chunks/bundle-C-0YXktF.js.map +1 -0
  171. package/chunks/{bundle-D1cbmmT1.js → bundle-C7cXIWnd.js} +1 -1
  172. package/chunks/{bundle-D1cbmmT1.js.map → bundle-C7cXIWnd.js.map} +1 -1
  173. package/chunks/{bundle-CqpHzVax.js → bundle-C9vo5noI.js} +9 -9
  174. package/chunks/bundle-C9vo5noI.js.map +1 -0
  175. package/chunks/{bundle-3PybmMNj.js → bundle-CArprWbZ.js} +1 -1
  176. package/chunks/{bundle-3PybmMNj.js.map → bundle-CArprWbZ.js.map} +1 -1
  177. package/chunks/{bundle-CBn6s2Ts.js → bundle-CM_gCse1.js} +5 -5
  178. package/chunks/{bundle-CBn6s2Ts.js.map → bundle-CM_gCse1.js.map} +1 -1
  179. package/chunks/{bundle-CvwRXB8h.js → bundle-CPwMR7z4.js} +1 -1
  180. package/chunks/bundle-CPwMR7z4.js.map +1 -0
  181. package/chunks/{bundle-DJFZYZqo.js → bundle-CTW3f_w-.js} +8 -8
  182. package/chunks/{bundle-DJFZYZqo.js.map → bundle-CTW3f_w-.js.map} +1 -1
  183. package/chunks/{bundle-CLIojJ7C.js → bundle-CU4jw06g.js} +5 -5
  184. package/chunks/{bundle-CLIojJ7C.js.map → bundle-CU4jw06g.js.map} +1 -1
  185. package/chunks/{bundle-V1sBcksj.js → bundle-CVMs1aaM.js} +2 -2
  186. package/chunks/bundle-CVMs1aaM.js.map +1 -0
  187. package/chunks/{bundle-tFXto35f.js → bundle-CVYfCfPU.js} +8 -8
  188. package/chunks/{bundle-tFXto35f.js.map → bundle-CVYfCfPU.js.map} +1 -1
  189. package/chunks/{bundle-C8ZzUYMV.js → bundle-Cf58e8F3.js} +13 -13
  190. package/chunks/{bundle-C8ZzUYMV.js.map → bundle-Cf58e8F3.js.map} +1 -1
  191. package/chunks/{bundle-_ABtTUTZ.js → bundle-CfhNVipm.js} +3 -3
  192. package/chunks/bundle-CfhNVipm.js.map +1 -0
  193. package/chunks/{bundle-FA0kAbNK.js → bundle-Cgtju3Dw.js} +9 -9
  194. package/chunks/{bundle-FA0kAbNK.js.map → bundle-Cgtju3Dw.js.map} +1 -1
  195. package/chunks/{bundle-jFHK_Q2R.js → bundle-ChpVkCJJ.js} +6 -6
  196. package/chunks/bundle-ChpVkCJJ.js.map +1 -0
  197. package/chunks/{bundle-BUzu_Ent.js → bundle-CjNhGx66.js} +1 -1
  198. package/chunks/bundle-CjNhGx66.js.map +1 -0
  199. package/chunks/{bundle-BiMDv_OL.js → bundle-ClXGGkTv.js} +1 -1
  200. package/chunks/bundle-ClXGGkTv.js.map +1 -0
  201. package/chunks/{bundle-9iMbkViB.js → bundle-Cnf-uOSi.js} +1 -1
  202. package/chunks/bundle-Cnf-uOSi.js.map +1 -0
  203. package/chunks/{bundle-BxBkhjOk.js → bundle-CrdI2b4x.js} +1 -1
  204. package/chunks/{bundle-BxBkhjOk.js.map → bundle-CrdI2b4x.js.map} +1 -1
  205. package/chunks/{bundle-0XYk-sLK.js → bundle-D-Q5syHd.js} +1 -1
  206. package/chunks/bundle-D-Q5syHd.js.map +1 -0
  207. package/chunks/{bundle-BlUvL8qE.js → bundle-D0h8I3nN.js} +3 -3
  208. package/chunks/{bundle-BlUvL8qE.js.map → bundle-D0h8I3nN.js.map} +1 -1
  209. package/chunks/{bundle-BxOK0gfF.js → bundle-D3RgpGE1.js} +4 -4
  210. package/chunks/{bundle-BxOK0gfF.js.map → bundle-D3RgpGE1.js.map} +1 -1
  211. package/chunks/{bundle-CchwHdkN.js → bundle-D57DBKY4.js} +3 -3
  212. package/chunks/bundle-D57DBKY4.js.map +1 -0
  213. package/chunks/{bundle-B8oenQ5L.js → bundle-D5NTHRp1.js} +3 -3
  214. package/chunks/{bundle-B8oenQ5L.js.map → bundle-D5NTHRp1.js.map} +1 -1
  215. package/chunks/{bundle-Cy0THYtw.js → bundle-D5q7BC-N.js} +1 -1
  216. package/chunks/{bundle-Cy0THYtw.js.map → bundle-D5q7BC-N.js.map} +1 -1
  217. package/chunks/{bundle-Dp84Y5uU.js → bundle-D7Dw5om7.js} +1 -1
  218. package/chunks/bundle-D7Dw5om7.js.map +1 -0
  219. package/chunks/{bundle-C5Boa7rA.js → bundle-D89U097i.js} +1 -1
  220. package/chunks/bundle-D89U097i.js.map +1 -0
  221. package/chunks/{bundle-F82m2Jor.js → bundle-D9aST-83.js} +3 -3
  222. package/chunks/{bundle-F82m2Jor.js.map → bundle-D9aST-83.js.map} +1 -1
  223. package/chunks/{bundle-D-NnXvbs.js → bundle-D9qNnmUo.js} +1 -1
  224. package/chunks/bundle-D9qNnmUo.js.map +1 -0
  225. package/chunks/{bundle-FCQ_td66.js → bundle-DD6OOGFH.js} +11 -11
  226. package/chunks/{bundle-FCQ_td66.js.map → bundle-DD6OOGFH.js.map} +1 -1
  227. package/chunks/{bundle-B6mxa2KM.js → bundle-DL54uWKE.js} +8 -8
  228. package/chunks/{bundle-B6mxa2KM.js.map → bundle-DL54uWKE.js.map} +1 -1
  229. package/chunks/{bundle-DArfGc6p.js → bundle-DNQ3vaGK.js} +1 -1
  230. package/chunks/bundle-DNQ3vaGK.js.map +1 -0
  231. package/chunks/{bundle-COPoU6PA.js → bundle-DPfEq6bA.js} +9 -9
  232. package/chunks/{bundle-COPoU6PA.js.map → bundle-DPfEq6bA.js.map} +1 -1
  233. package/chunks/{bundle-Dmf3WkDZ.js → bundle-DT893OTc.js} +1 -1
  234. package/chunks/bundle-DT893OTc.js.map +1 -0
  235. package/chunks/{bundle-CNcILw6U.js → bundle-DTM-mZpr.js} +2 -2
  236. package/chunks/bundle-DTM-mZpr.js.map +1 -0
  237. package/chunks/{bundle-BDEbJRco.js → bundle-DjUjeY3X.js} +1 -1
  238. package/chunks/bundle-DjUjeY3X.js.map +1 -0
  239. package/chunks/{bundle-h1FdIvyb.js → bundle-DjuR9UkA.js} +1 -1
  240. package/chunks/bundle-DjuR9UkA.js.map +1 -0
  241. package/chunks/{bundle-g-ylYIPr.js → bundle-Dk519iZu.js} +3 -3
  242. package/chunks/{bundle-g-ylYIPr.js.map → bundle-Dk519iZu.js.map} +1 -1
  243. package/chunks/{bundle-CZTUnUO4.js → bundle-DkOiyBJL.js} +4 -4
  244. package/chunks/bundle-DkOiyBJL.js.map +1 -0
  245. package/chunks/{bundle-Yj9dSava.js → bundle-DlsTE7SV.js} +1 -1
  246. package/chunks/bundle-DlsTE7SV.js.map +1 -0
  247. package/chunks/{bundle-BtVhRGN_.js → bundle-DqQbpBBA.js} +1 -1
  248. package/chunks/bundle-DqQbpBBA.js.map +1 -0
  249. package/chunks/{bundle-BEAYXWFj.js → bundle-Ds-Lp3cM.js} +5 -5
  250. package/chunks/{bundle-BEAYXWFj.js.map → bundle-Ds-Lp3cM.js.map} +1 -1
  251. package/chunks/{bundle-C9sz9atU.js → bundle-DxhbJ-uS.js} +6 -6
  252. package/chunks/{bundle-C9sz9atU.js.map → bundle-DxhbJ-uS.js.map} +1 -1
  253. package/chunks/{bundle-QlPAvYq2.js → bundle-J22xYEyN.js} +11 -11
  254. package/chunks/{bundle-QlPAvYq2.js.map → bundle-J22xYEyN.js.map} +1 -1
  255. package/chunks/{bundle-DTwlSMhz.js → bundle-OEfZhkVf.js} +1 -1
  256. package/chunks/bundle-OEfZhkVf.js.map +1 -0
  257. package/chunks/{bundle-ylKDEZVQ.js → bundle-PgAS_onp.js} +1 -1
  258. package/chunks/bundle-PgAS_onp.js.map +1 -0
  259. package/chunks/{bundle-jZwNhEeA.js → bundle-TT_CzOnd.js} +1 -1
  260. package/chunks/bundle-TT_CzOnd.js.map +1 -0
  261. package/chunks/{bundle-CbhO9cdM.js → bundle-XeEUHgg6.js} +4 -4
  262. package/chunks/bundle-XeEUHgg6.js.map +1 -0
  263. package/chunks/{bundle-qgVposK1.js → bundle-YuJsXzqp.js} +5 -5
  264. package/chunks/{bundle-qgVposK1.js.map → bundle-YuJsXzqp.js.map} +1 -1
  265. package/chunks/{bundle-DMDEnb4S.js → bundle-f2fn50Ny.js} +2 -2
  266. package/chunks/{bundle-DMDEnb4S.js.map → bundle-f2fn50Ny.js.map} +1 -1
  267. package/chunks/{bundle-CTudsbOB.js → bundle-pCJ8t4Wq.js} +12 -12
  268. package/chunks/{bundle-CTudsbOB.js.map → bundle-pCJ8t4Wq.js.map} +1 -1
  269. package/chunks/{bundle-B_3cvKn1.js → bundle-pl6R-Jsi.js} +1 -1
  270. package/chunks/bundle-pl6R-Jsi.js.map +1 -0
  271. package/chunks/{bundle-DC_233Tm.js → bundle-rDONmfph.js} +3 -3
  272. package/chunks/bundle-rDONmfph.js.map +1 -0
  273. package/chunks/{bundle-CCPttkPG.js → bundle-rKTW7ySW.js} +11 -11
  274. package/chunks/bundle-rKTW7ySW.js.map +1 -0
  275. package/chunks/{bundle-D_hl63v4.js → bundle-wQ2DHRMm.js} +3 -3
  276. package/chunks/{bundle-D_hl63v4.js.map → bundle-wQ2DHRMm.js.map} +1 -1
  277. package/chunks/{bundle-CFc8LaZl.js → bundle-wUl1q3Uz.js} +4 -4
  278. package/chunks/bundle-wUl1q3Uz.js.map +1 -0
  279. package/cjs/App.js +79 -79
  280. package/cjs/Channel/components/ChannelHeader.js +33 -33
  281. package/cjs/Channel/components/ChannelUI.js +65 -65
  282. package/cjs/Channel/components/FileViewer.js +30 -30
  283. package/cjs/Channel/components/FrozenNotification.js +5 -5
  284. package/cjs/Channel/components/Message.js +54 -54
  285. package/cjs/Channel/components/MessageInput.js +42 -42
  286. package/cjs/Channel/components/MessageInputWrapper.js +42 -42
  287. package/cjs/Channel/components/MessageList.js +58 -58
  288. package/cjs/Channel/components/RemoveMessageModal.js +29 -29
  289. package/cjs/Channel/components/SuggestedMentionList.js +31 -31
  290. package/cjs/Channel/components/TypingIndicator.js +5 -5
  291. package/cjs/Channel/components/UnreadCount.js +7 -7
  292. package/cjs/Channel/context.js +27 -27
  293. package/cjs/Channel/hooks/useHandleUploadFiles.js +16 -16
  294. package/cjs/Channel/hooks/useInitialMessagesFetch.js +8 -8
  295. package/cjs/Channel/utils/compareMessagesForGrouping.js +8 -8
  296. package/cjs/Channel/utils/getMessagePartsInfo.js +9 -9
  297. package/cjs/Channel.js +65 -65
  298. package/cjs/ChannelList/components/AddChannel.js +22 -22
  299. package/cjs/ChannelList/components/ChannelListHeader.js +9 -9
  300. package/cjs/ChannelList/components/ChannelListUI.js +37 -37
  301. package/cjs/ChannelList/components/ChannelPreview.js +30 -30
  302. package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
  303. package/cjs/ChannelList/context.js +18 -18
  304. package/cjs/ChannelList.js +37 -37
  305. package/cjs/ChannelSettings/components/ChannelProfile.js +20 -20
  306. package/cjs/ChannelSettings/components/ChannelSettingMenuList.js +17 -17
  307. package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +7 -7
  308. package/cjs/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
  309. package/cjs/ChannelSettings/components/ChannelSettingsUI.js +27 -27
  310. package/cjs/ChannelSettings/components/EditDetailsModal.js +20 -20
  311. package/cjs/ChannelSettings/components/LeaveChannel.js +17 -17
  312. package/cjs/ChannelSettings/components/ModerationPanel.js +25 -25
  313. package/cjs/ChannelSettings/components/UserListItem.js +18 -18
  314. package/cjs/ChannelSettings/components/UserPanel.js +24 -24
  315. package/cjs/ChannelSettings/context.js +16 -16
  316. package/cjs/ChannelSettings/hooks/useMenuList.js +25 -25
  317. package/cjs/ChannelSettings.js +27 -27
  318. package/cjs/CreateChannel/components/CreateChannelUI.js +19 -19
  319. package/cjs/CreateChannel/components/InviteUsers.js +19 -19
  320. package/cjs/CreateChannel/components/SelectChannelType.js +16 -16
  321. package/cjs/CreateChannel/context.js +4 -4
  322. package/cjs/CreateChannel.js +19 -19
  323. package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +17 -17
  324. package/cjs/CreateOpenChannel/context.js +1 -1
  325. package/cjs/CreateOpenChannel.js +17 -17
  326. package/cjs/EditUserProfile/components/EditUserProfileUI.js +18 -18
  327. package/cjs/EditUserProfile/context.js +1 -1
  328. package/cjs/EditUserProfile.js +18 -18
  329. package/cjs/GroupChannel/components/FileViewer.js +25 -25
  330. package/cjs/GroupChannel/components/FrozenNotification.js +5 -5
  331. package/cjs/GroupChannel/components/GroupChannelHeader.js +28 -28
  332. package/cjs/GroupChannel/components/GroupChannelUI.js +58 -58
  333. package/cjs/GroupChannel/components/Message.js +49 -49
  334. package/cjs/GroupChannel/components/MessageInputWrapper.js +36 -36
  335. package/cjs/GroupChannel/components/MessageList.js +51 -51
  336. package/cjs/GroupChannel/components/RemoveMessageModal.js +24 -24
  337. package/cjs/GroupChannel/components/SuggestedMentionList.js +11 -11
  338. package/cjs/GroupChannel/components/TypingIndicator.js +5 -5
  339. package/cjs/GroupChannel/components/UnreadCount.js +7 -7
  340. package/cjs/GroupChannel/context.js +77 -33
  341. package/cjs/GroupChannel/context.js.map +1 -1
  342. package/cjs/GroupChannel.js +58 -58
  343. package/cjs/GroupChannelList/components/AddGroupChannel.js +21 -21
  344. package/cjs/GroupChannelList/components/GroupChannelListHeader.js +9 -9
  345. package/cjs/GroupChannelList/components/GroupChannelListItem.js +28 -28
  346. package/cjs/GroupChannelList/components/GroupChannelListUI.js +36 -36
  347. package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +14 -14
  348. package/cjs/GroupChannelList/context.js +16 -16
  349. package/cjs/GroupChannelList.js +36 -36
  350. package/cjs/MessageSearch/components/MessageSearchUI.js +15 -15
  351. package/cjs/MessageSearch/context.js +1 -1
  352. package/cjs/MessageSearch.js +17 -17
  353. package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
  354. package/cjs/OpenChannel/components/OpenChannelHeader.js +21 -21
  355. package/cjs/OpenChannel/components/OpenChannelInput.js +27 -27
  356. package/cjs/OpenChannel/components/OpenChannelMessage.js +36 -36
  357. package/cjs/OpenChannel/components/OpenChannelMessageList.js +40 -40
  358. package/cjs/OpenChannel/components/OpenChannelUI.js +40 -40
  359. package/cjs/OpenChannel/context.js +20 -20
  360. package/cjs/OpenChannel.js +40 -40
  361. package/cjs/OpenChannelList/components/OpenChannelListUI.js +19 -19
  362. package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
  363. package/cjs/OpenChannelList/context.js +3 -3
  364. package/cjs/OpenChannelList.js +19 -19
  365. package/cjs/OpenChannelSettings/components/EditDetailsModal.js +20 -20
  366. package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +20 -20
  367. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +21 -21
  368. package/cjs/OpenChannelSettings/components/OperatorUI.js +21 -21
  369. package/cjs/OpenChannelSettings/components/ParticipantUI.js +19 -19
  370. package/cjs/OpenChannelSettings/context.js +15 -15
  371. package/cjs/OpenChannelSettings.js +21 -21
  372. package/cjs/SendbirdProvider.js +19 -19
  373. package/cjs/Thread/components/ParentMessageInfo.js +44 -44
  374. package/cjs/Thread/components/ParentMessageInfoItem.js +29 -29
  375. package/cjs/Thread/components/ThreadHeader.js +7 -7
  376. package/cjs/Thread/components/ThreadList.js +51 -51
  377. package/cjs/Thread/components/ThreadListItem.js +51 -51
  378. package/cjs/Thread/components/ThreadMessageInput.js +42 -42
  379. package/cjs/Thread/components/ThreadUI.js +57 -57
  380. package/cjs/Thread/context.js +20 -20
  381. package/cjs/Thread.js +57 -57
  382. package/cjs/VoicePlayer/context.js +4 -4
  383. package/cjs/VoicePlayer/useVoicePlayer.js +14 -14
  384. package/cjs/VoiceRecorder/context.js +14 -14
  385. package/cjs/VoiceRecorder/useVoiceRecorder.js +14 -14
  386. package/cjs/chunks/{bundle-DYj7atuq.js → bundle--GWvehXb.js} +5 -5
  387. package/cjs/chunks/{bundle-JsQ5CnWd.js.map → bundle--GWvehXb.js.map} +1 -1
  388. package/cjs/chunks/{bundle-JsQ5CnWd.js → bundle-0HltcZCd.js} +9 -9
  389. package/cjs/chunks/{bundle-DYj7atuq.js.map → bundle-0HltcZCd.js.map} +1 -1
  390. package/cjs/chunks/{bundle-A3kx3r7d.js → bundle-2SyAuhcm.js} +1 -1
  391. package/cjs/chunks/bundle-2SyAuhcm.js.map +1 -0
  392. package/cjs/chunks/{bundle-CguQ33r_.js → bundle-346wEGo2.js} +1 -1
  393. package/cjs/chunks/bundle-346wEGo2.js.map +1 -0
  394. package/cjs/chunks/{bundle-C2MhAcMM.js → bundle-8rS7HGlu.js} +4 -4
  395. package/cjs/chunks/bundle-8rS7HGlu.js.map +1 -0
  396. package/cjs/chunks/{bundle-CnPciCOG.js → bundle-B-uwo_o0.js} +6 -6
  397. package/cjs/chunks/bundle-B-uwo_o0.js.map +1 -0
  398. package/cjs/chunks/{bundle-BCpGZI8y.js → bundle-B03AQKkB.js} +2 -2
  399. package/cjs/chunks/bundle-B03AQKkB.js.map +1 -0
  400. package/cjs/chunks/{bundle-OWK5TS9m.js → bundle-B58PZZ-m.js} +6 -6
  401. package/cjs/chunks/{bundle-OWK5TS9m.js.map → bundle-B58PZZ-m.js.map} +1 -1
  402. package/cjs/chunks/{bundle-CzSQ8wud.js → bundle-BD4JXXkX.js} +1 -1
  403. package/cjs/chunks/bundle-BD4JXXkX.js.map +1 -0
  404. package/cjs/chunks/{bundle-DmjGWuc5.js → bundle-BI5tKb5I.js} +1 -1
  405. package/cjs/chunks/bundle-BI5tKb5I.js.map +1 -0
  406. package/cjs/chunks/{bundle-Z9MjAV2N.js → bundle-BSn2cD9s.js} +1 -1
  407. package/cjs/chunks/bundle-BSn2cD9s.js.map +1 -0
  408. package/cjs/chunks/{bundle-tzWIlOTe.js → bundle-BT93Gavq.js} +12 -12
  409. package/cjs/chunks/{bundle-tzWIlOTe.js.map → bundle-BT93Gavq.js.map} +1 -1
  410. package/cjs/chunks/{bundle-BcQYnGU9.js → bundle-BVSrWO2I.js} +5 -5
  411. package/cjs/chunks/bundle-BVSrWO2I.js.map +1 -0
  412. package/cjs/chunks/{bundle-CdcQGIT-.js → bundle-BVno_dBc.js} +2 -2
  413. package/cjs/chunks/{bundle-CdcQGIT-.js.map → bundle-BVno_dBc.js.map} +1 -1
  414. package/cjs/chunks/{bundle-Fle91ey0.js → bundle-BYjYuZNL.js} +1 -1
  415. package/cjs/chunks/{bundle-Fle91ey0.js.map → bundle-BYjYuZNL.js.map} +1 -1
  416. package/cjs/chunks/{bundle-DC5kiVhQ.js → bundle-BagbbMei.js} +3 -3
  417. package/cjs/chunks/bundle-BagbbMei.js.map +1 -0
  418. package/cjs/chunks/{bundle-BXCFVXAY.js → bundle-BbCSkI2o.js} +1 -1
  419. package/cjs/chunks/bundle-BbCSkI2o.js.map +1 -0
  420. package/cjs/chunks/{bundle-DeLenWrY.js → bundle-BbM2CedC.js} +1 -1
  421. package/cjs/chunks/bundle-BbM2CedC.js.map +1 -0
  422. package/cjs/chunks/{bundle-CDvBPsBD.js → bundle-BcbfYmV4.js} +1 -1
  423. package/cjs/chunks/bundle-BcbfYmV4.js.map +1 -0
  424. package/cjs/chunks/{bundle-BbwfKVkx.js → bundle-Bjb3zgPh.js} +3 -3
  425. package/cjs/chunks/{bundle-BbwfKVkx.js.map → bundle-Bjb3zgPh.js.map} +1 -1
  426. package/cjs/chunks/{bundle-BiLd7L9K.js → bundle-BnZ2m5cE.js} +2 -2
  427. package/cjs/chunks/bundle-BnZ2m5cE.js.map +1 -0
  428. package/cjs/chunks/{bundle-MG-phaOF.js → bundle-Bod7eVoV.js} +2 -2
  429. package/cjs/chunks/bundle-Bod7eVoV.js.map +1 -0
  430. package/cjs/chunks/{bundle-t_WkX6Qz.js → bundle-Bq11MHsn.js} +1 -1
  431. package/cjs/chunks/{bundle-t_WkX6Qz.js.map → bundle-Bq11MHsn.js.map} +1 -1
  432. package/cjs/chunks/{bundle-u5ZR0h7c.js → bundle-BxBoHrXb.js} +3 -3
  433. package/cjs/chunks/bundle-BxBoHrXb.js.map +1 -0
  434. package/cjs/chunks/{bundle-CXLGsZfo.js → bundle-ByacDFdr.js} +11 -11
  435. package/cjs/chunks/{bundle-CXLGsZfo.js.map → bundle-ByacDFdr.js.map} +1 -1
  436. package/cjs/chunks/{bundle-uOXm_HDj.js → bundle-C3lEWL6V.js} +3 -3
  437. package/cjs/chunks/bundle-C3lEWL6V.js.map +1 -0
  438. package/cjs/chunks/{bundle-Ds0hXofa.js → bundle-CDBmZHBr.js} +13 -13
  439. package/cjs/chunks/bundle-CDBmZHBr.js.map +1 -0
  440. package/cjs/chunks/{bundle-_5FsFzCQ.js → bundle-CFNBFHIr.js} +1 -1
  441. package/cjs/chunks/bundle-CFNBFHIr.js.map +1 -0
  442. package/cjs/chunks/{bundle-Dh3lXfLi.js → bundle-CGCEaUM-.js} +3 -3
  443. package/cjs/chunks/{bundle-Dh3lXfLi.js.map → bundle-CGCEaUM-.js.map} +1 -1
  444. package/cjs/chunks/{bundle-BVNwoUhR.js → bundle-CJny8T1n.js} +1 -1
  445. package/cjs/chunks/bundle-CJny8T1n.js.map +1 -0
  446. package/cjs/chunks/{bundle-DpmvPJFZ.js → bundle-CMa4-Gka.js} +8 -8
  447. package/cjs/chunks/bundle-CMa4-Gka.js.map +1 -0
  448. package/cjs/chunks/{bundle-DaDV4SoB.js → bundle-CMlyYiT8.js} +1 -1
  449. package/cjs/chunks/bundle-CMlyYiT8.js.map +1 -0
  450. package/cjs/chunks/{bundle-VHQ3ZiHV.js → bundle-COmKTWV0.js} +1 -1
  451. package/cjs/chunks/bundle-COmKTWV0.js.map +1 -0
  452. package/cjs/chunks/{bundle-DA4v7W2-.js → bundle-CRcKKNe9.js} +1 -1
  453. package/cjs/chunks/bundle-CRcKKNe9.js.map +1 -0
  454. package/cjs/chunks/{bundle-JgSL1u9E.js → bundle-CfxzGrqM.js} +3 -3
  455. package/cjs/chunks/bundle-CfxzGrqM.js.map +1 -0
  456. package/cjs/chunks/{bundle-KelGHJw4.js → bundle-CkMhJ7Rj.js} +1 -1
  457. package/cjs/chunks/bundle-CkMhJ7Rj.js.map +1 -0
  458. package/cjs/chunks/{bundle-Dl21bOrK.js → bundle-Cnzsr1-g.js} +6 -6
  459. package/cjs/chunks/bundle-Cnzsr1-g.js.map +1 -0
  460. package/cjs/chunks/{bundle-jwRPVZb9.js → bundle-CvdU8475.js} +1 -1
  461. package/cjs/chunks/bundle-CvdU8475.js.map +1 -0
  462. package/cjs/chunks/{bundle-B34uoJoB.js → bundle-CwuArKvm.js} +1 -1
  463. package/cjs/chunks/bundle-CwuArKvm.js.map +1 -0
  464. package/cjs/chunks/{bundle-CpRWPrzH.js → bundle-D0sXmjtS.js} +1 -1
  465. package/cjs/chunks/bundle-D0sXmjtS.js.map +1 -0
  466. package/cjs/chunks/{bundle-zLvjQmIi.js → bundle-D8EhABCG.js} +1 -1
  467. package/cjs/chunks/bundle-D8EhABCG.js.map +1 -0
  468. package/cjs/chunks/{bundle-paxKmlyy.js → bundle-D8acaN9S.js} +3 -3
  469. package/cjs/chunks/bundle-D8acaN9S.js.map +1 -0
  470. package/cjs/chunks/{bundle-DX9Dds-K.js → bundle-D8fvq3NR.js} +1 -1
  471. package/cjs/chunks/bundle-D8fvq3NR.js.map +1 -0
  472. package/cjs/chunks/{bundle-miVFvJTa.js → bundle-DBK6jdxd.js} +9 -9
  473. package/cjs/chunks/{bundle-miVFvJTa.js.map → bundle-DBK6jdxd.js.map} +1 -1
  474. package/cjs/chunks/{bundle-BKZ6-BJA.js → bundle-DBd5cdy7.js} +11 -11
  475. package/cjs/chunks/{bundle-BKZ6-BJA.js.map → bundle-DBd5cdy7.js.map} +1 -1
  476. package/cjs/chunks/{bundle-DJxciT_b.js → bundle-DK3piM6V.js} +3 -3
  477. package/cjs/chunks/{bundle-DJxciT_b.js.map → bundle-DK3piM6V.js.map} +1 -1
  478. package/cjs/chunks/{bundle-Dhozxi9F.js → bundle-DK8Q0yl4.js} +3 -3
  479. package/cjs/chunks/bundle-DK8Q0yl4.js.map +1 -0
  480. package/cjs/chunks/{bundle-Btnj26RG.js → bundle-DMehEn5C.js} +1 -1
  481. package/cjs/chunks/bundle-DMehEn5C.js.map +1 -0
  482. package/cjs/chunks/{bundle-ade49ZtF.js → bundle-DP-skWDT.js} +1 -1
  483. package/cjs/chunks/bundle-DP-skWDT.js.map +1 -0
  484. package/cjs/chunks/{bundle-uPtv3FEU.js → bundle-DR-uIFLg.js} +2 -2
  485. package/cjs/chunks/bundle-DR-uIFLg.js.map +1 -0
  486. package/cjs/chunks/{bundle-C5eq0ZSz.js → bundle-DW9Cpy3w.js} +2 -2
  487. package/cjs/chunks/{bundle-C5eq0ZSz.js.map → bundle-DW9Cpy3w.js.map} +1 -1
  488. package/cjs/chunks/{bundle-BkmqKLTU.js → bundle-DXWTWpRn.js} +4 -4
  489. package/cjs/chunks/bundle-DXWTWpRn.js.map +1 -0
  490. package/cjs/chunks/{bundle-Dj8TQ2Bx.js → bundle-DYPheBEu.js} +6 -6
  491. package/cjs/chunks/{bundle-Dj8TQ2Bx.js.map → bundle-DYPheBEu.js.map} +1 -1
  492. package/cjs/chunks/{bundle-DMN6Gita.js → bundle-DauXTuVa.js} +6 -6
  493. package/cjs/chunks/bundle-DauXTuVa.js.map +1 -0
  494. package/cjs/chunks/{bundle-DfKAlC_C.js → bundle-DboGgpWW.js} +1 -1
  495. package/cjs/chunks/bundle-DboGgpWW.js.map +1 -0
  496. package/cjs/chunks/{bundle-BmCiDXpd.js → bundle-Dd9yOXn3.js} +1 -1
  497. package/cjs/chunks/bundle-Dd9yOXn3.js.map +1 -0
  498. package/cjs/chunks/{bundle-B8mYX5ic.js → bundle-DeeiccUU.js} +7 -7
  499. package/cjs/chunks/bundle-DeeiccUU.js.map +1 -0
  500. package/cjs/chunks/{bundle-Bd_aWYix.js → bundle-DiLIW2ZG.js} +2 -2
  501. package/cjs/chunks/bundle-DiLIW2ZG.js.map +1 -0
  502. package/cjs/chunks/{bundle-DT1bLoUj.js → bundle-DiQXybN3.js} +1 -1
  503. package/cjs/chunks/bundle-DiQXybN3.js.map +1 -0
  504. package/cjs/chunks/{bundle-B3O_t6pY.js → bundle-DqMeYe1L.js} +5 -5
  505. package/cjs/chunks/{bundle-B3O_t6pY.js.map → bundle-DqMeYe1L.js.map} +1 -1
  506. package/cjs/chunks/{bundle-Du-CfaZH.js → bundle-DvUlBRRr.js} +11 -11
  507. package/cjs/chunks/{bundle-Du-CfaZH.js.map → bundle-DvUlBRRr.js.map} +1 -1
  508. package/cjs/chunks/{bundle-FCkOnm6E.js → bundle-DyTDNyfX.js} +6 -6
  509. package/cjs/chunks/bundle-DyTDNyfX.js.map +1 -0
  510. package/cjs/chunks/{bundle-CEfGJA_S.js → bundle-DzhtUHg9.js} +8 -8
  511. package/cjs/chunks/{bundle-CEfGJA_S.js.map → bundle-DzhtUHg9.js.map} +1 -1
  512. package/cjs/chunks/{bundle-DWgwn86a.js → bundle-DzsK1pZk.js} +12 -12
  513. package/cjs/chunks/bundle-DzsK1pZk.js.map +1 -0
  514. package/cjs/chunks/{bundle-DQWOFD_A.js → bundle-Efu8_vNj.js} +3 -3
  515. package/cjs/chunks/bundle-Efu8_vNj.js.map +1 -0
  516. package/cjs/chunks/{bundle-B2FroZ3a.js → bundle-Isz9FEKo.js} +4 -4
  517. package/cjs/chunks/{bundle-B2FroZ3a.js.map → bundle-Isz9FEKo.js.map} +1 -1
  518. package/cjs/chunks/{bundle-2oy7HFKy.js → bundle-Mo9gUOe0.js} +1 -1
  519. package/cjs/chunks/bundle-Mo9gUOe0.js.map +1 -0
  520. package/cjs/chunks/{bundle-CBRgUMFW.js → bundle-NWKAKD9x.js} +1 -1
  521. package/cjs/chunks/bundle-NWKAKD9x.js.map +1 -0
  522. package/cjs/chunks/{bundle-VTfXnZem.js → bundle-O_KIiW1I.js} +5 -5
  523. package/cjs/chunks/{bundle-VTfXnZem.js.map → bundle-O_KIiW1I.js.map} +1 -1
  524. package/cjs/chunks/{bundle-D52DYNLn.js → bundle-SQSA-5tL.js} +1 -1
  525. package/cjs/chunks/bundle-SQSA-5tL.js.map +1 -0
  526. package/cjs/chunks/{bundle-7lBcBxOs.js → bundle-TjwEyh22.js} +5 -5
  527. package/cjs/chunks/{bundle-7lBcBxOs.js.map → bundle-TjwEyh22.js.map} +1 -1
  528. package/cjs/chunks/{bundle-BrGSRdo_.js → bundle-WApDhrGh.js} +3 -3
  529. package/cjs/chunks/bundle-WApDhrGh.js.map +1 -0
  530. package/cjs/chunks/{bundle-CTpIznEZ.js → bundle-Xin4kbD1.js} +8 -8
  531. package/cjs/chunks/bundle-Xin4kbD1.js.map +1 -0
  532. package/cjs/chunks/{bundle-CCuI7RRa.js → bundle-aQ12S6Eg.js} +2 -2
  533. package/cjs/chunks/bundle-aQ12S6Eg.js.map +1 -0
  534. package/cjs/chunks/{bundle-Dx6a-6No.js → bundle-aQlYmqa1.js} +9 -9
  535. package/cjs/chunks/bundle-aQlYmqa1.js.map +1 -0
  536. package/cjs/chunks/{bundle-CxdMLl7d.js → bundle-brXFYeMj.js} +4 -4
  537. package/cjs/chunks/{bundle-CxdMLl7d.js.map → bundle-brXFYeMj.js.map} +1 -1
  538. package/cjs/chunks/{bundle-DR4d3OIO.js → bundle-clTz3Cg0.js} +1 -1
  539. package/cjs/chunks/bundle-clTz3Cg0.js.map +1 -0
  540. package/cjs/chunks/{bundle-iozpns_s.js → bundle-gfe31vYy.js} +1 -1
  541. package/cjs/chunks/bundle-gfe31vYy.js.map +1 -0
  542. package/cjs/chunks/{bundle-Yns1pb11.js → bundle-mQm5oBC7.js} +1 -1
  543. package/cjs/chunks/bundle-mQm5oBC7.js.map +1 -0
  544. package/cjs/chunks/{bundle-BQf2WO_q.js → bundle-oRiVuIyP.js} +1 -1
  545. package/cjs/chunks/bundle-oRiVuIyP.js.map +1 -0
  546. package/cjs/chunks/{bundle-BkR3Dzft.js → bundle-oXRNBChr.js} +3 -3
  547. package/cjs/chunks/{bundle-BkR3Dzft.js.map → bundle-oXRNBChr.js.map} +1 -1
  548. package/cjs/chunks/{bundle-DFx22svH.js → bundle-qLvN_t-d.js} +4 -4
  549. package/cjs/chunks/bundle-qLvN_t-d.js.map +1 -0
  550. package/cjs/chunks/{bundle-uTdfC3IR.js → bundle-tYLxRbvM.js} +1 -1
  551. package/cjs/chunks/bundle-tYLxRbvM.js.map +1 -0
  552. package/cjs/chunks/{bundle-vyjMAdI4.js → bundle-tZab0KR_.js} +4 -4
  553. package/cjs/chunks/bundle-tZab0KR_.js.map +1 -0
  554. package/cjs/chunks/{bundle-DS_xxxiV.js → bundle-zerEv9f3.js} +13 -13
  555. package/cjs/chunks/bundle-zerEv9f3.js.map +1 -0
  556. package/cjs/hooks/useLocalization.js +3 -3
  557. package/cjs/hooks/useModal.js +14 -14
  558. package/cjs/index.js +83 -83
  559. package/cjs/pubSub/topics.js +1 -1
  560. package/cjs/sendbirdSelectors.js +2 -2
  561. package/cjs/ui/Accordion.js +2 -2
  562. package/cjs/ui/AccordionGroup.js +1 -1
  563. package/cjs/ui/AdminMessage.js +3 -3
  564. package/cjs/ui/Avatar.js +4 -4
  565. package/cjs/ui/Badge.js +4 -4
  566. package/cjs/ui/BottomSheet.js +14 -14
  567. package/cjs/ui/Button.js +3 -3
  568. package/cjs/ui/ChannelAvatar.js +5 -5
  569. package/cjs/ui/ConnectionStatus.js +5 -5
  570. package/cjs/ui/ContextMenu.js +11 -11
  571. package/cjs/ui/DateSeparator.js +4 -4
  572. package/cjs/ui/EmojiReactions.js +20 -20
  573. package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +8 -8
  574. package/cjs/ui/FileMessageItemBody.js +10 -10
  575. package/cjs/ui/FileViewer.js +17 -17
  576. package/cjs/ui/Header.js +6 -6
  577. package/cjs/ui/Icon.js +2 -2
  578. package/cjs/ui/IconButton.js +1 -1
  579. package/cjs/ui/ImageRenderer.js +2 -2
  580. package/cjs/ui/Input.js +3 -3
  581. package/cjs/ui/Label.js +3 -3
  582. package/cjs/ui/LinkLabel.js +4 -4
  583. package/cjs/ui/Loader.js +2 -2
  584. package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
  585. package/cjs/ui/MentionLabel.js +18 -18
  586. package/cjs/ui/MentionUserLabel.js +2 -2
  587. package/cjs/ui/MessageContent.js +40 -41
  588. package/cjs/ui/MessageContent.js.map +1 -1
  589. package/cjs/ui/MessageFeedbackFailedModal.js +15 -15
  590. package/cjs/ui/MessageFeedbackModal.js +15 -15
  591. package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
  592. package/cjs/ui/MessageInput.js +16 -16
  593. package/cjs/ui/MessageItemMenu.js +12 -12
  594. package/cjs/ui/MessageItemReactionMenu.js +13 -13
  595. package/cjs/ui/MessageMenu.js +12 -12
  596. package/cjs/ui/MessageSearchFileItem.js +15 -15
  597. package/cjs/ui/MessageSearchItem.js +11 -11
  598. package/cjs/ui/MessageStatus.js +13 -13
  599. package/cjs/ui/MessageTemplate.js +1 -1
  600. package/cjs/ui/MobileFeedbackMenu.js +14 -14
  601. package/cjs/ui/MobileMenu.js +15 -15
  602. package/cjs/ui/Modal.js +14 -14
  603. package/cjs/ui/MutedAvatarOverlay.js +2 -2
  604. package/cjs/ui/OGMessageItemBody.js +21 -21
  605. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  606. package/cjs/ui/OpenChannelAvatar.js +7 -7
  607. package/cjs/ui/OpenchannelConversationHeader.js +7 -7
  608. package/cjs/ui/OpenchannelFileMessage.js +22 -22
  609. package/cjs/ui/OpenchannelOGMessage.js +24 -24
  610. package/cjs/ui/OpenchannelThumbnailMessage.js +21 -21
  611. package/cjs/ui/OpenchannelUserMessage.js +22 -22
  612. package/cjs/ui/PlaceHolder.js +5 -5
  613. package/cjs/ui/PlaybackTime.js +3 -3
  614. package/cjs/ui/ProgressBar.js +1 -1
  615. package/cjs/ui/QuoteMessage.js +10 -10
  616. package/cjs/ui/QuoteMessageInput.js +10 -10
  617. package/cjs/ui/ReactionBadge.js +3 -3
  618. package/cjs/ui/ReactionButton.js +4 -4
  619. package/cjs/ui/SortByRow.js +2 -2
  620. package/cjs/ui/TemplateMessageItemBody.js +10 -10
  621. package/cjs/ui/TextButton.js +2 -2
  622. package/cjs/ui/TextMessageItemBody.js +21 -21
  623. package/cjs/ui/ThreadReplies.js +7 -7
  624. package/cjs/ui/ThumbnailMessageItemBody.js +9 -9
  625. package/cjs/ui/Toggle.js +1 -1
  626. package/cjs/ui/Tooltip.js +3 -3
  627. package/cjs/ui/TooltipWrapper.js +1 -1
  628. package/cjs/ui/TypingIndicatorBubble.js +4 -4
  629. package/cjs/ui/UnknownMessageItemBody.js +8 -8
  630. package/cjs/ui/UserListItem.js +18 -18
  631. package/cjs/ui/UserListItemMenu.js +12 -12
  632. package/cjs/ui/UserProfile.js +18 -18
  633. package/cjs/ui/VoiceMessageInput.js +8 -8
  634. package/cjs/ui/VoiceMessageItemBody.js +14 -14
  635. package/cjs/ui/Word.js +18 -18
  636. package/cjs/useSendbirdStateContext.js +1 -1
  637. package/cjs/utils/message/isVoiceMessage.js +5 -5
  638. package/cjs/withSendbird.js +1 -1
  639. package/hooks/useLocalization.js +3 -3
  640. package/hooks/useModal.js +14 -14
  641. package/index.js +83 -83
  642. package/package.json +1 -1
  643. package/pubSub/topics.js +1 -1
  644. package/sendbirdSelectors.js +2 -2
  645. package/types/modules/GroupChannel/context/GroupChannelProvider.d.ts +1 -1
  646. package/ui/Accordion.js +2 -2
  647. package/ui/AccordionGroup.js +1 -1
  648. package/ui/AdminMessage.js +3 -3
  649. package/ui/Avatar.js +4 -4
  650. package/ui/Badge.js +4 -4
  651. package/ui/BottomSheet.js +14 -14
  652. package/ui/Button.js +3 -3
  653. package/ui/ChannelAvatar.js +5 -5
  654. package/ui/ConnectionStatus.js +5 -5
  655. package/ui/ContextMenu.js +11 -11
  656. package/ui/DateSeparator.js +4 -4
  657. package/ui/EmojiReactions.js +20 -20
  658. package/ui/FallbackTemplateMessageItemBody.tsx.js +8 -8
  659. package/ui/FileMessageItemBody.js +10 -10
  660. package/ui/FileViewer.js +17 -17
  661. package/ui/Header.js +6 -6
  662. package/ui/Icon.js +2 -2
  663. package/ui/IconButton.js +1 -1
  664. package/ui/ImageRenderer.js +2 -2
  665. package/ui/Input.js +3 -3
  666. package/ui/Label.js +3 -3
  667. package/ui/LinkLabel.js +4 -4
  668. package/ui/Loader.js +2 -2
  669. package/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
  670. package/ui/MentionLabel.js +18 -18
  671. package/ui/MentionUserLabel.js +2 -2
  672. package/ui/MessageContent.js +41 -42
  673. package/ui/MessageContent.js.map +1 -1
  674. package/ui/MessageFeedbackFailedModal.js +15 -15
  675. package/ui/MessageFeedbackModal.js +15 -15
  676. package/ui/MessageInput/hooks/usePaste.js +7 -7
  677. package/ui/MessageInput.js +16 -16
  678. package/ui/MessageItemMenu.js +12 -12
  679. package/ui/MessageItemReactionMenu.js +13 -13
  680. package/ui/MessageMenu.js +12 -12
  681. package/ui/MessageSearchFileItem.js +15 -15
  682. package/ui/MessageSearchItem.js +11 -11
  683. package/ui/MessageStatus.js +13 -13
  684. package/ui/MessageTemplate.js +1 -1
  685. package/ui/MobileFeedbackMenu.js +14 -14
  686. package/ui/MobileMenu.js +15 -15
  687. package/ui/Modal.js +14 -14
  688. package/ui/MutedAvatarOverlay.js +2 -2
  689. package/ui/OGMessageItemBody.js +21 -21
  690. package/ui/OpenChannelAdminMessage.js +3 -3
  691. package/ui/OpenChannelAvatar.js +7 -7
  692. package/ui/OpenchannelConversationHeader.js +7 -7
  693. package/ui/OpenchannelFileMessage.js +22 -22
  694. package/ui/OpenchannelOGMessage.js +24 -24
  695. package/ui/OpenchannelThumbnailMessage.js +21 -21
  696. package/ui/OpenchannelUserMessage.js +22 -22
  697. package/ui/PlaceHolder.js +5 -5
  698. package/ui/PlaybackTime.js +3 -3
  699. package/ui/ProgressBar.js +1 -1
  700. package/ui/QuoteMessage.js +10 -10
  701. package/ui/QuoteMessageInput.js +10 -10
  702. package/ui/ReactionBadge.js +3 -3
  703. package/ui/ReactionButton.js +4 -4
  704. package/ui/SortByRow.js +2 -2
  705. package/ui/TemplateMessageItemBody.js +10 -10
  706. package/ui/TextButton.js +2 -2
  707. package/ui/TextMessageItemBody.js +21 -21
  708. package/ui/ThreadReplies.js +7 -7
  709. package/ui/ThumbnailMessageItemBody.js +9 -9
  710. package/ui/Toggle.js +1 -1
  711. package/ui/Tooltip.js +3 -3
  712. package/ui/TooltipWrapper.js +1 -1
  713. package/ui/TypingIndicatorBubble.js +4 -4
  714. package/ui/UnknownMessageItemBody.js +8 -8
  715. package/ui/UserListItem.js +18 -18
  716. package/ui/UserListItemMenu.js +13 -13
  717. package/ui/UserProfile.js +18 -18
  718. package/ui/VoiceMessageInput.js +8 -8
  719. package/ui/VoiceMessageItemBody.js +14 -14
  720. package/ui/Word.js +18 -18
  721. package/useSendbirdStateContext.js +1 -1
  722. package/utils/message/isVoiceMessage.js +5 -5
  723. package/withSendbird.js +1 -1
  724. package/chunks/bundle-0XYk-sLK.js.map +0 -1
  725. package/chunks/bundle-2vUhd9sc.js.map +0 -1
  726. package/chunks/bundle-2x3PshL5.js.map +0 -1
  727. package/chunks/bundle-5lHOZpuX.js.map +0 -1
  728. package/chunks/bundle-9iMbkViB.js.map +0 -1
  729. package/chunks/bundle-B2TiL2Z4.js.map +0 -1
  730. package/chunks/bundle-BDEbJRco.js.map +0 -1
  731. package/chunks/bundle-BUzu_Ent.js.map +0 -1
  732. package/chunks/bundle-B_3cvKn1.js.map +0 -1
  733. package/chunks/bundle-BaAr93_S.js.map +0 -1
  734. package/chunks/bundle-BawSUl2o.js.map +0 -1
  735. package/chunks/bundle-BiMDv_OL.js.map +0 -1
  736. package/chunks/bundle-BoCmXArP.js.map +0 -1
  737. package/chunks/bundle-BtVhRGN_.js.map +0 -1
  738. package/chunks/bundle-C3VmIqNL.js.map +0 -1
  739. package/chunks/bundle-C5Boa7rA.js.map +0 -1
  740. package/chunks/bundle-CCPttkPG.js.map +0 -1
  741. package/chunks/bundle-CFc8LaZl.js.map +0 -1
  742. package/chunks/bundle-CNcILw6U.js.map +0 -1
  743. package/chunks/bundle-CZTUnUO4.js.map +0 -1
  744. package/chunks/bundle-CbhO9cdM.js.map +0 -1
  745. package/chunks/bundle-CchwHdkN.js.map +0 -1
  746. package/chunks/bundle-CqpHzVax.js.map +0 -1
  747. package/chunks/bundle-CuQrZUbT.js.map +0 -1
  748. package/chunks/bundle-CvwRXB8h.js.map +0 -1
  749. package/chunks/bundle-Cy_-UMph.js.map +0 -1
  750. package/chunks/bundle-D-NnXvbs.js.map +0 -1
  751. package/chunks/bundle-D3CYinzw.js.map +0 -1
  752. package/chunks/bundle-DArfGc6p.js.map +0 -1
  753. package/chunks/bundle-DC_233Tm.js.map +0 -1
  754. package/chunks/bundle-DHzEYOH9.js.map +0 -1
  755. package/chunks/bundle-DSVaWXQD.js.map +0 -1
  756. package/chunks/bundle-DTwlSMhz.js.map +0 -1
  757. package/chunks/bundle-DU-lnwjr.js.map +0 -1
  758. package/chunks/bundle-D_uYe4jr.js.map +0 -1
  759. package/chunks/bundle-Dd4JlEg-.js.map +0 -1
  760. package/chunks/bundle-Dmf3WkDZ.js.map +0 -1
  761. package/chunks/bundle-DoZ7xE0v.js.map +0 -1
  762. package/chunks/bundle-Dp84Y5uU.js.map +0 -1
  763. package/chunks/bundle-DvlcBT5O.js.map +0 -1
  764. package/chunks/bundle-GGMecft3.js.map +0 -1
  765. package/chunks/bundle-LICL88Jq.js.map +0 -1
  766. package/chunks/bundle-V1sBcksj.js.map +0 -1
  767. package/chunks/bundle-XjTNuTLb.js.map +0 -1
  768. package/chunks/bundle-Yj9dSava.js.map +0 -1
  769. package/chunks/bundle-_ABtTUTZ.js.map +0 -1
  770. package/chunks/bundle-h1FdIvyb.js.map +0 -1
  771. package/chunks/bundle-jFHK_Q2R.js.map +0 -1
  772. package/chunks/bundle-jZwNhEeA.js.map +0 -1
  773. package/chunks/bundle-jogzg-4r.js.map +0 -1
  774. package/chunks/bundle-k2Bw97Ps.js.map +0 -1
  775. package/chunks/bundle-ylKDEZVQ.js.map +0 -1
  776. package/cjs/chunks/bundle-2oy7HFKy.js.map +0 -1
  777. package/cjs/chunks/bundle-A3kx3r7d.js.map +0 -1
  778. package/cjs/chunks/bundle-B34uoJoB.js.map +0 -1
  779. package/cjs/chunks/bundle-B8mYX5ic.js.map +0 -1
  780. package/cjs/chunks/bundle-BCpGZI8y.js.map +0 -1
  781. package/cjs/chunks/bundle-BQf2WO_q.js.map +0 -1
  782. package/cjs/chunks/bundle-BVNwoUhR.js.map +0 -1
  783. package/cjs/chunks/bundle-BXCFVXAY.js.map +0 -1
  784. package/cjs/chunks/bundle-BcQYnGU9.js.map +0 -1
  785. package/cjs/chunks/bundle-Bd_aWYix.js.map +0 -1
  786. package/cjs/chunks/bundle-BiLd7L9K.js.map +0 -1
  787. package/cjs/chunks/bundle-BkmqKLTU.js.map +0 -1
  788. package/cjs/chunks/bundle-BmCiDXpd.js.map +0 -1
  789. package/cjs/chunks/bundle-BrGSRdo_.js.map +0 -1
  790. package/cjs/chunks/bundle-Btnj26RG.js.map +0 -1
  791. package/cjs/chunks/bundle-C2MhAcMM.js.map +0 -1
  792. package/cjs/chunks/bundle-CBRgUMFW.js.map +0 -1
  793. package/cjs/chunks/bundle-CCuI7RRa.js.map +0 -1
  794. package/cjs/chunks/bundle-CDvBPsBD.js.map +0 -1
  795. package/cjs/chunks/bundle-CTpIznEZ.js.map +0 -1
  796. package/cjs/chunks/bundle-CguQ33r_.js.map +0 -1
  797. package/cjs/chunks/bundle-CnPciCOG.js.map +0 -1
  798. package/cjs/chunks/bundle-CpRWPrzH.js.map +0 -1
  799. package/cjs/chunks/bundle-CzSQ8wud.js.map +0 -1
  800. package/cjs/chunks/bundle-D52DYNLn.js.map +0 -1
  801. package/cjs/chunks/bundle-DA4v7W2-.js.map +0 -1
  802. package/cjs/chunks/bundle-DC5kiVhQ.js.map +0 -1
  803. package/cjs/chunks/bundle-DFx22svH.js.map +0 -1
  804. package/cjs/chunks/bundle-DMN6Gita.js.map +0 -1
  805. package/cjs/chunks/bundle-DQWOFD_A.js.map +0 -1
  806. package/cjs/chunks/bundle-DR4d3OIO.js.map +0 -1
  807. package/cjs/chunks/bundle-DS_xxxiV.js.map +0 -1
  808. package/cjs/chunks/bundle-DT1bLoUj.js.map +0 -1
  809. package/cjs/chunks/bundle-DWgwn86a.js.map +0 -1
  810. package/cjs/chunks/bundle-DX9Dds-K.js.map +0 -1
  811. package/cjs/chunks/bundle-DaDV4SoB.js.map +0 -1
  812. package/cjs/chunks/bundle-DeLenWrY.js.map +0 -1
  813. package/cjs/chunks/bundle-DfKAlC_C.js.map +0 -1
  814. package/cjs/chunks/bundle-Dhozxi9F.js.map +0 -1
  815. package/cjs/chunks/bundle-Dl21bOrK.js.map +0 -1
  816. package/cjs/chunks/bundle-DmjGWuc5.js.map +0 -1
  817. package/cjs/chunks/bundle-DpmvPJFZ.js.map +0 -1
  818. package/cjs/chunks/bundle-Ds0hXofa.js.map +0 -1
  819. package/cjs/chunks/bundle-Dx6a-6No.js.map +0 -1
  820. package/cjs/chunks/bundle-FCkOnm6E.js.map +0 -1
  821. package/cjs/chunks/bundle-JgSL1u9E.js.map +0 -1
  822. package/cjs/chunks/bundle-KelGHJw4.js.map +0 -1
  823. package/cjs/chunks/bundle-MG-phaOF.js.map +0 -1
  824. package/cjs/chunks/bundle-VHQ3ZiHV.js.map +0 -1
  825. package/cjs/chunks/bundle-Yns1pb11.js.map +0 -1
  826. package/cjs/chunks/bundle-Z9MjAV2N.js.map +0 -1
  827. package/cjs/chunks/bundle-_5FsFzCQ.js.map +0 -1
  828. package/cjs/chunks/bundle-ade49ZtF.js.map +0 -1
  829. package/cjs/chunks/bundle-iozpns_s.js.map +0 -1
  830. package/cjs/chunks/bundle-jwRPVZb9.js.map +0 -1
  831. package/cjs/chunks/bundle-paxKmlyy.js.map +0 -1
  832. package/cjs/chunks/bundle-u5ZR0h7c.js.map +0 -1
  833. package/cjs/chunks/bundle-uOXm_HDj.js.map +0 -1
  834. package/cjs/chunks/bundle-uPtv3FEU.js.map +0 -1
  835. package/cjs/chunks/bundle-uTdfC3IR.js.map +0 -1
  836. package/cjs/chunks/bundle-vyjMAdI4.js.map +0 -1
  837. package/cjs/chunks/bundle-zLvjQmIi.js.map +0 -1
@@ -1,11 +1,11 @@
1
1
  import React__default, { useContext } from 'react';
2
- import { M as Modal } from './bundle-CTudsbOB.js';
3
- import './bundle-Cy0THYtw.js';
4
- import './bundle-CchwHdkN.js';
2
+ import { M as Modal } from './bundle-pCJ8t4Wq.js';
3
+ import './bundle-D5q7BC-N.js';
4
+ import './bundle-D57DBKY4.js';
5
5
  import { ButtonTypes } from '../ui/Button.js';
6
- import { L as LocalizationContext } from './bundle-BUBY2oxi.js';
6
+ import { L as LocalizationContext } from './bundle-B_XwEy6z.js';
7
7
  import { useThreadContext } from '../Thread/context.js';
8
- import { g as getModalDeleteMessageTitle } from './bundle-2vUhd9sc.js';
8
+ import { g as getModalDeleteMessageTitle } from './bundle-BHH8O2iw.js';
9
9
 
10
10
  var RemoveMessage = function (props) {
11
11
  var _a, _b;
@@ -21,4 +21,4 @@ var RemoveMessage = function (props) {
21
21
  };
22
22
 
23
23
  export { RemoveMessage as R };
24
- //# sourceMappingURL=bundle-2x3PshL5.js.map
24
+ //# sourceMappingURL=bundle-BzlBVVgc.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-BzlBVVgc.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -10,4 +10,4 @@ var uuidv4 = function () { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace
10
10
  }); };
11
11
 
12
12
  export { uuidv4 as u };
13
- //# sourceMappingURL=bundle-BaAr93_S.js.map
13
+ //# sourceMappingURL=bundle-C-0YXktF.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-C-0YXktF.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
@@ -247,4 +247,4 @@ var getStringSet = function (lang) {
247
247
  };
248
248
 
249
249
  export { getStringSet as g };
250
- //# sourceMappingURL=bundle-D1cbmmT1.js.map
250
+ //# sourceMappingURL=bundle-C7cXIWnd.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-D1cbmmT1.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-C7cXIWnd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,21 +1,21 @@
1
1
  import React__default, { useContext } from 'react';
2
- import './bundle-Cy0THYtw.js';
2
+ import './bundle-D5q7BC-N.js';
3
3
  import '@sendbird/uikit-tools';
4
4
  import '../withSendbird.js';
5
- import './bundle-CTudsbOB.js';
5
+ import './bundle-pCJ8t4Wq.js';
6
6
  import 'css-vars-ponyfill';
7
- import './bundle-BEAYXWFj.js';
7
+ import './bundle-Ds-Lp3cM.js';
8
8
  import '@sendbird/chat';
9
9
  import '@sendbird/chat/openChannel';
10
10
  import '@sendbird/chat/groupChannel';
11
- import './bundle-C0hZDj23.js';
12
- import './bundle-BUBY2oxi.js';
13
- import './bundle-Dmf3WkDZ.js';
14
- import './bundle-CNJeg2pQ.js';
11
+ import './bundle--x5gDPnA.js';
12
+ import './bundle-B_XwEy6z.js';
13
+ import './bundle-DT893OTc.js';
14
+ import './bundle-7YtKRJCN.js';
15
15
  import 'react-dom';
16
16
  import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
17
17
  import '../ui/IconButton.js';
18
- import './bundle-CchwHdkN.js';
18
+ import './bundle-D57DBKY4.js';
19
19
 
20
20
  /**
21
21
  * user profile goes deep inside the component tree
@@ -42,4 +42,4 @@ var UserProfileProvider = function (_a) {
42
42
  };
43
43
 
44
44
  export { UserProfileProvider as U, useUserProfileContext as u };
45
- //# sourceMappingURL=bundle-CqpHzVax.js.map
45
+ //# sourceMappingURL=bundle-C9vo5noI.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-C9vo5noI.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-3PybmMNj.js.map
69
+ //# sourceMappingURL=bundle-CArprWbZ.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-3PybmMNj.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-CArprWbZ.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]}
@@ -3,10 +3,10 @@ import { PlaybackTime } from '../ui/PlaybackTime.js';
3
3
  import { ProgressBar } from '../ui/ProgressBar.js';
4
4
  import TextButton from '../ui/TextButton.js';
5
5
  import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
6
- import { b as LabelColors, L as Label, a as LabelTypography } from './bundle-CchwHdkN.js';
7
- import { u as useLocalization } from './bundle-BUBY2oxi.js';
8
- import { i as VOICE_RECORDER_CLICK_BUFFER_TIME, j as VOICE_RECORDER_DEFAULT_MIN } from './bundle-Dp84Y5uU.js';
9
- import { c as classnames } from './bundle-Cy_-UMph.js';
6
+ import { b as LabelColors, L as Label, a as LabelTypography } from './bundle-D57DBKY4.js';
7
+ import { u as useLocalization } from './bundle-B_XwEy6z.js';
8
+ import { i as VOICE_RECORDER_CLICK_BUFFER_TIME, j as VOICE_RECORDER_DEFAULT_MIN } from './bundle-D7Dw5om7.js';
9
+ import { c as classnames } from './bundle-BIXR9KQL.js';
10
10
 
11
11
  /* eslint-disable no-redeclare */
12
12
  var VoiceMessageInputStatus = {
@@ -94,4 +94,4 @@ var VoiceMessageInput = function (_a) {
94
94
  };
95
95
 
96
96
  export { VoiceMessageInputStatus as V, VoiceMessageInput as a };
97
- //# sourceMappingURL=bundle-CBn6s2Ts.js.map
97
+ //# sourceMappingURL=bundle-CM_gCse1.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-CBn6s2Ts.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-CM_gCse1.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -20,4 +20,4 @@ function useReconnectOnIdle(isOnline, currentGroupChannel, reconnectOnIdle) {
20
20
  }
21
21
 
22
22
  export { useReconnectOnIdle as u };
23
- //# sourceMappingURL=bundle-CvwRXB8h.js.map
23
+ //# sourceMappingURL=bundle-CPwMR7z4.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-CPwMR7z4.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,15 +1,15 @@
1
- import { _ as __assign, a as __awaiter, b as __generator, c as __spreadArray, d as __rest } from './bundle-Cy0THYtw.js';
1
+ import { _ as __assign, a as __awaiter, b as __generator, c as __spreadArray, d as __rest } from './bundle-D5q7BC-N.js';
2
2
  import React__default, { useState, useContext, useEffect, useMemo, useCallback } from 'react';
3
3
  import { Role } from '@sendbird/chat';
4
- import { L as LocalizationContext, u as useLocalization } from './bundle-BUBY2oxi.js';
4
+ import { L as LocalizationContext, u as useLocalization } from './bundle-B_XwEy6z.js';
5
5
  import { useChannelSettingsContext } from '../ChannelSettings/context.js';
6
6
  import Button, { ButtonTypes, ButtonSizes } from '../ui/Button.js';
7
- import { U as UserListItemMenu } from './bundle-jFHK_Q2R.js';
7
+ import { U as UserListItemMenu } from './bundle-ChpVkCJJ.js';
8
8
  import { UserListItem } from '../ui/UserListItem.js';
9
- import { M as Modal } from './bundle-CTudsbOB.js';
10
- import { n as noop } from './bundle-Cy_-UMph.js';
11
- import { u as useOnScrollPositionChangeDetector } from './bundle-CbhO9cdM.js';
12
- import './bundle-CchwHdkN.js';
9
+ import { M as Modal } from './bundle-pCJ8t4Wq.js';
10
+ import { n as noop } from './bundle-BIXR9KQL.js';
11
+ import { u as useOnScrollPositionChangeDetector } from './bundle-XeEUHgg6.js';
12
+ import './bundle-D57DBKY4.js';
13
13
  import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
14
14
 
15
15
  function MembersModal(_a) {
@@ -257,4 +257,4 @@ var MemberList = function (_a) {
257
257
  };
258
258
 
259
259
  export { MemberList as M };
260
- //# sourceMappingURL=bundle-DJFZYZqo.js.map
260
+ //# sourceMappingURL=bundle-CTW3f_w-.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-DJFZYZqo.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-CTW3f_w-.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,9 +1,9 @@
1
1
  import { useCallback, useEffect } from 'react';
2
2
  import { ReplyType } from '@sendbird/chat/message';
3
- import { s as scrollIntoLast, d as scrollToRenderedMessage } from './bundle-BlUvL8qE.js';
4
- import { R as RESET_MESSAGES, M as MESSAGE_LIST_PARAMS_CHANGED, F as FETCH_INITIAL_MESSAGES_START, a as FETCH_INITIAL_MESSAGES_SUCCESS, b as FETCH_INITIAL_MESSAGES_FAILURE } from './bundle-Yj9dSava.js';
5
- import './bundle-BUzu_Ent.js';
6
- import { c as SCROLL_BOTTOM_DELAY_FOR_FETCH } from './bundle-Dp84Y5uU.js';
3
+ import { s as scrollIntoLast, d as scrollToRenderedMessage } from './bundle-D0h8I3nN.js';
4
+ import { R as RESET_MESSAGES, M as MESSAGE_LIST_PARAMS_CHANGED, F as FETCH_INITIAL_MESSAGES_START, a as FETCH_INITIAL_MESSAGES_SUCCESS, b as FETCH_INITIAL_MESSAGES_FAILURE } from './bundle-DlsTE7SV.js';
5
+ import './bundle-CjNhGx66.js';
6
+ import { c as SCROLL_BOTTOM_DELAY_FOR_FETCH } from './bundle-D7Dw5om7.js';
7
7
 
8
8
  // For legacy
9
9
  // These are not used for collections(GroupChannel)
@@ -100,4 +100,4 @@ function useInitialMessagesFetch(_a, _b) {
100
100
  }
101
101
 
102
102
  export { NEXT_RESULT_SIZE as N, PREV_RESULT_SIZE as P, useInitialMessagesFetch as u };
103
- //# sourceMappingURL=bundle-CLIojJ7C.js.map
103
+ //# sourceMappingURL=bundle-CU4jw06g.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-CLIojJ7C.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-CU4jw06g.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- import { b as VOICE_RECORDER_AUDIO_SAMPLE_RATE } from './bundle-Dp84Y5uU.js';
1
+ import { b as VOICE_RECORDER_AUDIO_SAMPLE_RATE } from './bundle-D7Dw5om7.js';
2
2
  import { WavHeader as ut, Mp3Encoder as ht } from '../lame.all.js';
3
3
 
4
4
  // Thanks to https://codesandbox.io/s/media-recorder-api-downsampling-16k-mp3-encode-using-lame-js-forked-n1pblw
@@ -126,4 +126,4 @@ function bufferToWav(abuffer, len) {
126
126
  }
127
127
 
128
128
  export { downsampleToWav, encodeMp3 };
129
- //# sourceMappingURL=bundle-V1sBcksj.js.map
129
+ //# sourceMappingURL=bundle-CVMs1aaM.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-CVMs1aaM.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,15 +1,15 @@
1
- import { _ as __assign, a as __awaiter, b as __generator, c as __spreadArray } from './bundle-Cy0THYtw.js';
1
+ import { _ as __assign, a as __awaiter, b as __generator, c as __spreadArray } from './bundle-D5q7BC-N.js';
2
2
  import React__default, { useState, useContext, useEffect, useCallback } from 'react';
3
- import { L as LocalizationContext, u as useLocalization } from './bundle-BUBY2oxi.js';
3
+ import { L as LocalizationContext, u as useLocalization } from './bundle-B_XwEy6z.js';
4
4
  import { useChannelSettingsContext } from '../ChannelSettings/context.js';
5
5
  import Button, { ButtonTypes, ButtonSizes } from '../ui/Button.js';
6
- import { U as UserListItemMenu } from './bundle-jFHK_Q2R.js';
6
+ import { U as UserListItemMenu } from './bundle-ChpVkCJJ.js';
7
7
  import { UserListItem } from '../ui/UserListItem.js';
8
- import { M as Modal } from './bundle-CTudsbOB.js';
9
- import { u as useOnScrollPositionChangeDetector } from './bundle-CbhO9cdM.js';
10
- import { L as Label, b as LabelColors, a as LabelTypography } from './bundle-CchwHdkN.js';
8
+ import { M as Modal } from './bundle-pCJ8t4Wq.js';
9
+ import { u as useOnScrollPositionChangeDetector } from './bundle-XeEUHgg6.js';
10
+ import { L as Label, b as LabelColors, a as LabelTypography } from './bundle-D57DBKY4.js';
11
11
  import { OperatorFilter } from '@sendbird/chat/groupChannel';
12
- import { n as noop } from './bundle-Cy_-UMph.js';
12
+ import { n as noop } from './bundle-BIXR9KQL.js';
13
13
 
14
14
  function OperatorsModal(_a) {
15
15
  var _this = this;
@@ -357,4 +357,4 @@ var MutedMemberList = function (_a) {
357
357
  };
358
358
 
359
359
  export { BannedUserList as B, MutedMemberList as M, OperatorList as O };
360
- //# sourceMappingURL=bundle-tFXto35f.js.map
360
+ //# sourceMappingURL=bundle-CVYfCfPU.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-tFXto35f.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-CVYfCfPU.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,27 +1,27 @@
1
1
  import React__default, { useRef, useContext, useState, useCallback } from 'react';
2
- import { k as isSendableMessage, x as getClassName, n as getUIKitMessageTypes, K, P as isFormMessage, C as isTemplateMessage, R as isValidTemplateMessageType, N as isOGMessage, _ as isTextMessage, m as getUIKitMessageType, c as isMultipleFilesMessage, i as isVoiceMessage, p as isThumbnailMessage, e as getSenderName } from './bundle-BEAYXWFj.js';
3
- import { C as ContextMenu, b as MenuItems } from './bundle-CNJeg2pQ.js';
4
- import { A as Avatar } from './bundle-D3CYinzw.js';
2
+ import { k as isSendableMessage, x as getClassName, n as getUIKitMessageTypes, K, P as isFormMessage, C as isTemplateMessage, R as isValidTemplateMessageType, N as isOGMessage, _ as isTextMessage, m as getUIKitMessageType, c as isMultipleFilesMessage, i as isVoiceMessage, p as isThumbnailMessage, e as getSenderName } from './bundle-Ds-Lp3cM.js';
3
+ import { C as ContextMenu, b as MenuItems } from './bundle-7YtKRJCN.js';
4
+ import { A as Avatar } from './bundle-BxazpAUf.js';
5
5
  import UserProfile from '../ui/UserProfile.js';
6
- import { u as useUserProfileContext } from './bundle-CqpHzVax.js';
7
- import { c as classnames } from './bundle-Cy_-UMph.js';
8
- import { a as __awaiter, b as __generator, _ as __assign } from './bundle-Cy0THYtw.js';
6
+ import { u as useUserProfileContext } from './bundle-C9vo5noI.js';
7
+ import { c as classnames } from './bundle-BIXR9KQL.js';
8
+ import { a as __awaiter, b as __generator, _ as __assign } from './bundle-D5q7BC-N.js';
9
9
  import OGMessageItemBody from '../ui/OGMessageItemBody.js';
10
10
  import TextMessageItemBody from '../ui/TextMessageItemBody.js';
11
11
  import FileMessageItemBody from '../ui/FileMessageItemBody.js';
12
- import { u as useThreadMessageKindKeySelector, a as useFileInfoListWithUploaded, M as MultipleFilesMessageItemBody } from './bundle-g-ylYIPr.js';
12
+ import { u as useThreadMessageKindKeySelector, a as useFileInfoListWithUploaded, M as MultipleFilesMessageItemBody } from './bundle-Dk519iZu.js';
13
13
  import { VoiceMessageItemBody } from '../ui/VoiceMessageItemBody.js';
14
14
  import ThumbnailMessageItemBody from '../ui/ThumbnailMessageItemBody.js';
15
15
  import UnknownMessageItemBody from '../ui/UnknownMessageItemBody.js';
16
16
  import { TemplateMessageItemBody } from '../ui/TemplateMessageItemBody.js';
17
17
  import Button from '../ui/Button.js';
18
- import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-CchwHdkN.js';
18
+ import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-D57DBKY4.js';
19
19
  import MessageFeedbackFailedModal from '../ui/MessageFeedbackFailedModal.js';
20
- import { L as LocalizationContext } from './bundle-BUBY2oxi.js';
20
+ import { L as LocalizationContext } from './bundle-B_XwEy6z.js';
21
21
  import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
22
- import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-C5Boa7rA.js';
23
- import { f as isFormVersionCompatible } from './bundle-CNcILw6U.js';
24
- import { h as MESSAGE_TEMPLATE_KEY } from './bundle-Dp84Y5uU.js';
22
+ import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-D89U097i.js';
23
+ import { f as isFormVersionCompatible } from './bundle-DTM-mZpr.js';
24
+ import { h as MESSAGE_TEMPLATE_KEY } from './bundle-D7Dw5om7.js';
25
25
 
26
26
  function MessageProfile(_a) {
27
27
  var
@@ -377,4 +377,4 @@ var MessageHeader = function (props) {
377
377
  };
378
378
 
379
379
  export { MessageProfile as M, MessageBody as a, MessageHeader as b };
380
- //# sourceMappingURL=bundle-C8ZzUYMV.js.map
380
+ //# sourceMappingURL=bundle-Cf58e8F3.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-C8ZzUYMV.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-Cf58e8F3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,5 +1,5 @@
1
- import { a as __awaiter, b as __generator } from './bundle-Cy0THYtw.js';
2
- import { p as pxToNumber } from './bundle-D-NnXvbs.js';
1
+ import { a as __awaiter, b as __generator } from './bundle-D5q7BC-N.js';
2
+ import { p as pxToNumber } from './bundle-D9qNnmUo.js';
3
3
 
4
4
  var compressImage = function (_a) {
5
5
  var imageFile = _a.imageFile, compressionRate = _a.compressionRate, resizingWidth = _a.resizingWidth, resizingHeight = _a.resizingHeight, outputFormat = _a.outputFormat;
@@ -118,4 +118,4 @@ var compressImages = function (_a) { return __awaiter(void 0, [_a], void 0, func
118
118
  }); };
119
119
 
120
120
  export { compressImages as c };
121
- //# sourceMappingURL=bundle-_ABtTUTZ.js.map
121
+ //# sourceMappingURL=bundle-CfhNVipm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-CfhNVipm.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-CchwHdkN.js';
2
+ import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-D57DBKY4.js';
3
3
  import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
4
- import { A as Avatar } from './bundle-D3CYinzw.js';
5
- import { L as LocalizationContext, u as useLocalization } from './bundle-BUBY2oxi.js';
6
- import { u as uuidv4 } from './bundle-BaAr93_S.js';
7
- import { c as classnames } from './bundle-Cy_-UMph.js';
4
+ import { A as Avatar } from './bundle-BxazpAUf.js';
5
+ import { L as LocalizationContext, u as useLocalization } from './bundle-B_XwEy6z.js';
6
+ import { u as uuidv4 } from './bundle-C-0YXktF.js';
7
+ import { c as classnames } from './bundle-BIXR9KQL.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-BUzu_Ent.js';
10
- import { M as MessageInputKeys } from './bundle-XjTNuTLb.js';
11
- import { a as __awaiter, b as __generator } from './bundle-Cy0THYtw.js';
9
+ import { a as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, b as MAX_USER_SUGGESTION_COUNT } from './bundle-CjNhGx66.js';
10
+ import { M as MessageInputKeys } from './bundle-BKdt7ssk.js';
11
+ import { a as __awaiter, b as __generator } from './bundle-D5q7BC-N.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-FA0kAbNK.js.map
172
+ //# sourceMappingURL=bundle-Cgtju3Dw.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-FA0kAbNK.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-Cgtju3Dw.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,15 +1,15 @@
1
- import { a as __awaiter, b as __generator, d as __rest, _ as __assign } from './bundle-Cy0THYtw.js';
1
+ import { a as __awaiter, b as __generator, d as __rest, _ as __assign } from './bundle-D5q7BC-N.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-CNJeg2pQ.js';
7
+ import { a as MenuItem, b as MenuItems } from './bundle-7YtKRJCN.js';
8
8
  import 'react-dom';
9
9
  import IconButton from '../ui/IconButton.js';
10
- import './bundle-BEAYXWFj.js';
11
- import { u as useLocalization } from './bundle-BUBY2oxi.js';
12
- import { c as classnames } from './bundle-Cy_-UMph.js';
10
+ import './bundle-Ds-Lp3cM.js';
11
+ import { u as useLocalization } from './bundle-B_XwEy6z.js';
12
+ import { c as classnames } from './bundle-BIXR9KQL.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-jFHK_Q2R.js.map
278
+ //# sourceMappingURL=bundle-ChpVkCJJ.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-ChpVkCJJ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -9,4 +9,4 @@ var ThreadReplySelectType;
9
9
  })(ThreadReplySelectType || (ThreadReplySelectType = {}));
10
10
 
11
11
  export { MAX_USER_MENTION_COUNT as M, ThreadReplySelectType as T, UIKIT_COMPATIBLE_FORM_VERSION as U, USER_MENTION_TEMP_CHAR as a, MAX_USER_SUGGESTION_COUNT as b };
12
- //# sourceMappingURL=bundle-BUzu_Ent.js.map
12
+ //# sourceMappingURL=bundle-CjNhGx66.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-CjNhGx66.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
@@ -32,4 +32,4 @@ var pubSubFactory = function (opts) {
32
32
  };
33
33
 
34
34
  export { pubSubFactory as p };
35
- //# sourceMappingURL=bundle-BiMDv_OL.js.map
35
+ //# sourceMappingURL=bundle-ClXGGkTv.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-ClXGGkTv.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -29,4 +29,4 @@ var generateDefaultAvatar = function (channel) {
29
29
  };
30
30
 
31
31
  export { getChannelAvatarSource as a, getOpenChannelAvatar as b, generateDefaultAvatar as g };
32
- //# sourceMappingURL=bundle-9iMbkViB.js.map
32
+ //# sourceMappingURL=bundle-Cnf-uOSi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-Cnf-uOSi.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -26,4 +26,4 @@ function getCaseResolvedThreadReplySelectType(threadReplySelectType) {
26
26
  }
27
27
 
28
28
  export { getCaseResolvedThreadReplySelectType as a, getCaseResolvedReplyType as g };
29
- //# sourceMappingURL=bundle-BxBkhjOk.js.map
29
+ //# sourceMappingURL=bundle-CrdI2b4x.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-BxBkhjOk.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-CrdI2b4x.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -7,4 +7,4 @@ var isMobileIOS = function (userAgent) {
7
7
  };
8
8
 
9
9
  export { isSafari as a, isMobileIOS as i };
10
- //# sourceMappingURL=bundle-0XYk-sLK.js.map
10
+ //# sourceMappingURL=bundle-D-Q5syHd.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-D-Q5syHd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
@@ -1,6 +1,6 @@
1
- import { c as __spreadArray } from './bundle-Cy0THYtw.js';
1
+ import { c as __spreadArray } from './bundle-D5q7BC-N.js';
2
2
  import { SendingStatus } from '@sendbird/chat/message';
3
- import './bundle-BUBY2oxi.js';
3
+ import './bundle-B_XwEy6z.js';
4
4
 
5
5
  var scrollToRenderedMessage = function (scrollRef, initialTimeStamp, setIsScrolled) {
6
6
  var _a;
@@ -122,4 +122,4 @@ var isAboutSame = function (a, b, px) {
122
122
  };
123
123
 
124
124
  export { isAboutSame as a, isDisabledBecauseFrozen as b, isDisabledBecauseMuted as c, scrollToRenderedMessage as d, getNicknamesMapFromMembers as e, getAllEmojisMapFromEmojiContainer as g, isOperator as i, mergeAndSortMessages as m, passUnsuccessfullMessages as p, scrollIntoLast as s };
125
- //# sourceMappingURL=bundle-BlUvL8qE.js.map
125
+ //# sourceMappingURL=bundle-D0h8I3nN.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-BlUvL8qE.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-D0h8I3nN.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,6 +1,6 @@
1
- import { i as isSameDay } from './bundle-DMDEnb4S.js';
2
- import { r as requiredArgs, t as toDate } from './bundle-3PybmMNj.js';
3
- import { t as toInteger } from './bundle-CUtaHE7n.js';
1
+ import { i as isSameDay } from './bundle-f2fn50Ny.js';
2
+ import { r as requiredArgs, t as toDate } from './bundle-CArprWbZ.js';
3
+ import { t as toInteger } from './bundle-B_oF7Fg4.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-BxOK0gfF.js.map
166
+ //# sourceMappingURL=bundle-D3RgpGE1.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-BxOK0gfF.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-D3RgpGE1.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,6 +1,6 @@
1
- import { c as __spreadArray } from './bundle-Cy0THYtw.js';
1
+ import { c as __spreadArray } from './bundle-D5q7BC-N.js';
2
2
  import React__default, { forwardRef } from 'react';
3
- import { g as getStringSet } from './bundle-D1cbmmT1.js';
3
+ import { g as getStringSet } from './bundle-C7cXIWnd.js';
4
4
 
5
5
  var Typography = {
6
6
  H_1: 'H_1',
@@ -83,4 +83,4 @@ var LabelColors = Colors;
83
83
  var LabelStringSet = getStringSet('en');
84
84
 
85
85
  export { Label as L, LabelTypography as a, LabelColors as b, LabelStringSet as c, changeColorToClassName as d };
86
- //# sourceMappingURL=bundle-CchwHdkN.js.map
86
+ //# sourceMappingURL=bundle-D57DBKY4.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle-D57DBKY4.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,7 +1,7 @@
1
1
  import React__default from 'react';
2
- import { C as ContextMenu, b as MenuItems, c as MenuItem } from './bundle-CNJeg2pQ.js';
2
+ import { C as ContextMenu, b as MenuItems, c as MenuItem } from './bundle-7YtKRJCN.js';
3
3
  import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
4
- import { u as useLocalization } from './bundle-BUBY2oxi.js';
4
+ import { u as useLocalization } from './bundle-B_XwEy6z.js';
5
5
 
6
6
  var OpenChannelMessageStatusTypes = {
7
7
  NONE: 'none',
@@ -95,4 +95,4 @@ var OpenChannelMobileMenu = function (props) {
95
95
  };
96
96
 
97
97
  export { OpenChannelMobileMenu as O, isFineEdit as a, isFineResend as b, isFineDelete as c, checkIsPending as d, checkIsFailed as e, checkIsSent as f, getSenderFromMessage as g, isFineCopy as i, showMenuTrigger as s };
98
- //# sourceMappingURL=bundle-B8oenQ5L.js.map
98
+ //# sourceMappingURL=bundle-D5NTHRp1.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle-B8oenQ5L.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"bundle-D5NTHRp1.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}