@sendbird/uikit-react 3.9.3 → 3.10.1

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 (794) hide show
  1. package/App.js +66 -57
  2. package/App.js.map +1 -1
  3. package/CHANGELOG.md +72 -0
  4. package/Channel/components/ChannelHeader.js +26 -26
  5. package/Channel/components/ChannelUI.js +59 -54
  6. package/Channel/components/ChannelUI.js.map +1 -1
  7. package/Channel/components/FileViewer.js +25 -25
  8. package/Channel/components/FrozenNotification.js +5 -5
  9. package/Channel/components/Message.js +106 -77
  10. package/Channel/components/Message.js.map +1 -1
  11. package/Channel/components/MessageFeedbackModal.js +66 -0
  12. package/Channel/components/MessageFeedbackModal.js.map +1 -0
  13. package/Channel/components/MessageInput.js +39 -39
  14. package/Channel/components/MessageList.js +52 -47
  15. package/Channel/components/MessageList.js.map +1 -1
  16. package/Channel/components/RemoveMessageModal.js +24 -24
  17. package/Channel/components/SuggestedMentionList.js +24 -24
  18. package/Channel/components/TypingIndicator.js +19 -19
  19. package/Channel/components/UnreadCount.js +7 -7
  20. package/Channel/context.js +17 -17
  21. package/Channel/hooks/useHandleUploadFiles.js +14 -13
  22. package/Channel/hooks/useHandleUploadFiles.js.map +1 -1
  23. package/Channel/hooks/useInitialMessagesFetch.js +9 -8
  24. package/Channel/hooks/useInitialMessagesFetch.js.map +1 -1
  25. package/Channel/utils/compareMessagesForGrouping.js +7 -6
  26. package/Channel/utils/compareMessagesForGrouping.js.map +1 -1
  27. package/Channel/utils/getMessagePartsInfo.js +8 -7
  28. package/Channel/utils/getMessagePartsInfo.js.map +1 -1
  29. package/Channel.js +58 -53
  30. package/Channel.js.map +1 -1
  31. package/ChannelList/components/AddChannel.js +19 -19
  32. package/ChannelList/components/ChannelListHeader.js +9 -9
  33. package/ChannelList/components/ChannelListUI.js +35 -35
  34. package/ChannelList/components/ChannelPreview.js +32 -32
  35. package/ChannelList/components/ChannelPreviewAction.js +16 -16
  36. package/ChannelList/context.js +9 -9
  37. package/ChannelList.js +34 -34
  38. package/ChannelSettings/components/ChannelProfile.js +14 -14
  39. package/ChannelSettings/components/ChannelSettingsUI.js +20 -20
  40. package/ChannelSettings/components/EditDetailsModal.js +14 -14
  41. package/ChannelSettings/components/LeaveChannel.js +11 -11
  42. package/ChannelSettings/components/ModerationPanel.js +35 -23
  43. package/ChannelSettings/components/ModerationPanel.js.map +1 -1
  44. package/ChannelSettings/components/UserListItem.js +14 -13
  45. package/ChannelSettings/components/UserListItem.js.map +1 -1
  46. package/ChannelSettings/components/UserPanel.js +17 -16
  47. package/ChannelSettings/components/UserPanel.js.map +1 -1
  48. package/ChannelSettings/context.js +3 -3
  49. package/ChannelSettings.js +20 -20
  50. package/CreateChannel/components/CreateChannelUI.js +17 -16
  51. package/CreateChannel/components/CreateChannelUI.js.map +1 -1
  52. package/CreateChannel/components/InviteUsers.js +17 -16
  53. package/CreateChannel/components/InviteUsers.js.map +1 -1
  54. package/CreateChannel/components/SelectChannelType.js +10 -10
  55. package/CreateChannel/context.js +4 -4
  56. package/CreateChannel.js +17 -16
  57. package/CreateChannel.js.map +1 -1
  58. package/CreateOpenChannel/components/CreateOpenChannelUI.js +12 -12
  59. package/CreateOpenChannel/context.js +1 -1
  60. package/CreateOpenChannel.js +12 -12
  61. package/EditUserProfile/components/EditUserProfileUI.js +13 -13
  62. package/EditUserProfile.js +13 -13
  63. package/MessageSearch/components/MessageSearchUI.js +16 -15
  64. package/MessageSearch/components/MessageSearchUI.js.map +1 -1
  65. package/MessageSearch/context.js +1 -1
  66. package/MessageSearch.js +16 -15
  67. package/MessageSearch.js.map +1 -1
  68. package/OpenChannel/components/FrozenChannelNotification.js +5 -5
  69. package/OpenChannel/components/OpenChannelHeader.js +19 -19
  70. package/OpenChannel/components/OpenChannelInput.js +27 -26
  71. package/OpenChannel/components/OpenChannelInput.js.map +1 -1
  72. package/OpenChannel/components/OpenChannelMessage.js +37 -34
  73. package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
  74. package/OpenChannel/components/OpenChannelMessageList.js +40 -38
  75. package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
  76. package/OpenChannel/components/OpenChannelUI.js +39 -37
  77. package/OpenChannel/components/OpenChannelUI.js.map +1 -1
  78. package/OpenChannel/context.js +18 -18
  79. package/OpenChannel.js +39 -37
  80. package/OpenChannel.js.map +1 -1
  81. package/OpenChannelList/components/OpenChannelListUI.js +15 -15
  82. package/OpenChannelList/components/OpenChannelPreview.js +7 -7
  83. package/OpenChannelList/context.js +3 -3
  84. package/OpenChannelList.js +15 -15
  85. package/OpenChannelSettings/components/EditDetailsModal.js +15 -15
  86. package/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
  87. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +20 -19
  88. package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
  89. package/OpenChannelSettings/components/OperatorUI.js +20 -19
  90. package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
  91. package/OpenChannelSettings/components/ParticipantUI.js +18 -17
  92. package/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
  93. package/OpenChannelSettings/context.js +3 -3
  94. package/OpenChannelSettings.js +20 -19
  95. package/OpenChannelSettings.js.map +1 -1
  96. package/SendbirdProvider.js +25 -23
  97. package/SendbirdProvider.js.map +1 -1
  98. package/Thread/components/ParentMessageInfo.js +43 -41
  99. package/Thread/components/ParentMessageInfo.js.map +1 -1
  100. package/Thread/components/ParentMessageInfoItem.js +32 -30
  101. package/Thread/components/ParentMessageInfoItem.js.map +1 -1
  102. package/Thread/components/ThreadHeader.js +7 -7
  103. package/Thread/components/ThreadList.js +47 -45
  104. package/Thread/components/ThreadList.js.map +1 -1
  105. package/Thread/components/ThreadListItem.js +46 -44
  106. package/Thread/components/ThreadListItem.js.map +1 -1
  107. package/Thread/components/ThreadMessageInput.js +38 -38
  108. package/Thread/components/ThreadUI.js +50 -48
  109. package/Thread/components/ThreadUI.js.map +1 -1
  110. package/Thread/context.js +13 -13
  111. package/Thread.js +51 -49
  112. package/Thread.js.map +1 -1
  113. package/VoicePlayer/context.js +3 -3
  114. package/VoicePlayer/useVoicePlayer.js +10 -10
  115. package/VoiceRecorder/context.js +10 -10
  116. package/VoiceRecorder/useVoiceRecorder.js +9 -9
  117. package/chunks/{bundle-rcUMtSzr.js → bundle-1WAo3loP.js} +1 -1
  118. package/chunks/bundle-1WAo3loP.js.map +1 -0
  119. package/chunks/{bundle-MtGjgUxA.js → bundle-DeRyZP32.js} +18 -47
  120. package/chunks/{bundle-4PBxOF7r.js.map → bundle-DeRyZP32.js.map} +1 -1
  121. package/chunks/{bundle-0-7ScOR7.js → bundle-E33Oa46E.js} +10 -10
  122. package/chunks/{bundle-0-7ScOR7.js.map → bundle-E33Oa46E.js.map} +1 -1
  123. package/chunks/{bundle-zL2GggA_.js → bundle-ETZY-eQc.js} +5 -5
  124. package/chunks/{bundle-zL2GggA_.js.map → bundle-ETZY-eQc.js.map} +1 -1
  125. package/chunks/{bundle-YknGoAU3.js → bundle-F3QT9IFj.js} +2 -2
  126. package/chunks/{bundle-YknGoAU3.js.map → bundle-F3QT9IFj.js.map} +1 -1
  127. package/chunks/{bundle-W0Wz_roj.js → bundle-Fkv6nKcy.js} +3 -3
  128. package/chunks/{bundle-W0Wz_roj.js.map → bundle-Fkv6nKcy.js.map} +1 -1
  129. package/chunks/{bundle-t6JaUd1b.js → bundle-GKopZh-T.js} +1 -1
  130. package/chunks/{bundle-t6JaUd1b.js.map → bundle-GKopZh-T.js.map} +1 -1
  131. package/chunks/{bundle-LFXAxMSp.js → bundle-GbC4a59M.js} +4 -4
  132. package/chunks/bundle-GbC4a59M.js.map +1 -0
  133. package/chunks/{bundle-nyXhTs2k.js → bundle-Gkl7Q1IK.js} +3 -3
  134. package/chunks/bundle-Gkl7Q1IK.js.map +1 -0
  135. package/chunks/{bundle-A36uZCDl.js → bundle-H2Il__gY.js} +1 -1
  136. package/chunks/bundle-H2Il__gY.js.map +1 -0
  137. package/chunks/{bundle-v0nGdiTZ.js → bundle-HkbweK1K.js} +1 -1
  138. package/chunks/bundle-HkbweK1K.js.map +1 -0
  139. package/chunks/{bundle-oaL-WZdX.js → bundle-J79McRkg.js} +15 -15
  140. package/chunks/{bundle-oaL-WZdX.js.map → bundle-J79McRkg.js.map} +1 -1
  141. package/chunks/{bundle-jzsK-B6H.js → bundle-J_erGfOo.js} +3 -3
  142. package/chunks/{bundle-jzsK-B6H.js.map → bundle-J_erGfOo.js.map} +1 -1
  143. package/chunks/{bundle-DXjnvT3X.js → bundle-JbVZ1Tsw.js} +2 -2
  144. package/chunks/bundle-JbVZ1Tsw.js.map +1 -0
  145. package/chunks/{bundle-Q-3uYmLU.js → bundle-Jp5g4YZl.js} +1 -1
  146. package/chunks/bundle-Jp5g4YZl.js.map +1 -0
  147. package/chunks/{bundle-iGWTklyk.js → bundle-KSjFhl4l.js} +1 -1
  148. package/chunks/bundle-KSjFhl4l.js.map +1 -0
  149. package/chunks/{bundle-ior2BlUD.js → bundle-KmauOTrg.js} +1 -1
  150. package/chunks/bundle-KmauOTrg.js.map +1 -0
  151. package/chunks/{bundle-gdweDZjg.js → bundle-Kv4GXRTs.js} +1 -1
  152. package/chunks/bundle-Kv4GXRTs.js.map +1 -0
  153. package/chunks/{bundle-21p8ODP_.js → bundle-LEanaSuB.js} +3 -3
  154. package/chunks/{bundle-21p8ODP_.js.map → bundle-LEanaSuB.js.map} +1 -1
  155. package/chunks/{bundle-hnbY99fx.js → bundle-Lt8mReNU.js} +3 -3
  156. package/chunks/bundle-Lt8mReNU.js.map +1 -0
  157. package/chunks/{bundle-_nBy-aBx.js → bundle-MyYphU00.js} +7 -7
  158. package/chunks/{bundle-_nBy-aBx.js.map → bundle-MyYphU00.js.map} +1 -1
  159. package/chunks/{bundle-qnTU06K7.js → bundle-MzSKVbUQ.js} +7 -7
  160. package/chunks/{bundle-qnTU06K7.js.map → bundle-MzSKVbUQ.js.map} +1 -1
  161. package/chunks/{bundle-L_mUjiuK.js → bundle-NYZlEPQ4.js} +9 -9
  162. package/chunks/{bundle-L_mUjiuK.js.map → bundle-NYZlEPQ4.js.map} +1 -1
  163. package/chunks/{bundle-yND4UFpN.js → bundle-OZZH5fXZ.js} +1 -1
  164. package/chunks/bundle-OZZH5fXZ.js.map +1 -0
  165. package/chunks/{bundle-TSWaRDnP.js → bundle-PZta2LmS.js} +3 -3
  166. package/chunks/{bundle-TSWaRDnP.js.map → bundle-PZta2LmS.js.map} +1 -1
  167. package/chunks/{bundle-vAvSNdmj.js → bundle-TV4-nyqN.js} +1 -1
  168. package/chunks/{bundle-vAvSNdmj.js.map → bundle-TV4-nyqN.js.map} +1 -1
  169. package/chunks/{bundle-yT-RH-aL.js → bundle-VCZsMdpB.js} +2 -2
  170. package/chunks/{bundle-yT-RH-aL.js.map → bundle-VCZsMdpB.js.map} +1 -1
  171. package/chunks/{bundle-q1M15U1p.js → bundle-VPanFdbf.js} +15 -12
  172. package/chunks/bundle-VPanFdbf.js.map +1 -0
  173. package/chunks/{bundle-IHKKjTVb.js → bundle-W8t7rR3H.js} +3 -3
  174. package/chunks/bundle-W8t7rR3H.js.map +1 -0
  175. package/chunks/{bundle-jJZAQH44.js → bundle-WDOQg3ty.js} +2 -2
  176. package/chunks/{bundle-jJZAQH44.js.map → bundle-WDOQg3ty.js.map} +1 -1
  177. package/chunks/{bundle-f-bQSvmA.js → bundle-WpHDilD_.js} +1 -1
  178. package/chunks/bundle-WpHDilD_.js.map +1 -0
  179. package/chunks/{bundle-vVdAEhWk.js → bundle-X3h4GiLa.js} +4 -4
  180. package/chunks/bundle-X3h4GiLa.js.map +1 -0
  181. package/chunks/{bundle-olZmltOQ.js → bundle-YmIrZYPF.js} +16 -1
  182. package/chunks/bundle-YmIrZYPF.js.map +1 -0
  183. package/chunks/{bundle-joPrRU5E.js → bundle-ZKM9Qk_j.js} +1 -1
  184. package/chunks/bundle-ZKM9Qk_j.js.map +1 -0
  185. package/chunks/{bundle-amfimmWY.js → bundle-ZcE3JzW_.js} +1 -1
  186. package/chunks/bundle-ZcE3JzW_.js.map +1 -0
  187. package/chunks/{bundle-mO3J4SXS.js → bundle-_-2NCsYr.js} +1 -1
  188. package/chunks/bundle-_-2NCsYr.js.map +1 -0
  189. package/chunks/{bundle-v7nqMv6h.js → bundle-aVVX2zHR.js} +3 -3
  190. package/chunks/bundle-aVVX2zHR.js.map +1 -0
  191. package/chunks/{bundle-hEvM6x_9.js → bundle-aeQZ5WsP.js} +1 -1
  192. package/chunks/bundle-aeQZ5WsP.js.map +1 -0
  193. package/chunks/{bundle-fe2EF_iJ.js → bundle-cHbX4Rxo.js} +4 -4
  194. package/chunks/{bundle-fe2EF_iJ.js.map → bundle-cHbX4Rxo.js.map} +1 -1
  195. package/chunks/{bundle-79RbKDD4.js → bundle-cXqs96Pt.js} +1 -1
  196. package/chunks/bundle-cXqs96Pt.js.map +1 -0
  197. package/chunks/{bundle-Xp-L1BVs.js → bundle-d6R6m9-9.js} +4 -4
  198. package/chunks/{bundle-Xp-L1BVs.js.map → bundle-d6R6m9-9.js.map} +1 -1
  199. package/chunks/{bundle-mxq273ll.js → bundle-dWJnfDPH.js} +5 -3
  200. package/chunks/bundle-dWJnfDPH.js.map +1 -0
  201. package/chunks/{bundle-XlrrUjEJ.js → bundle-f9mkey82.js} +1 -1
  202. package/chunks/bundle-f9mkey82.js.map +1 -0
  203. package/chunks/{bundle-Zzg_Wc7p.js → bundle-gEwUSFTG.js} +8 -8
  204. package/chunks/{bundle-Zzg_Wc7p.js.map → bundle-gEwUSFTG.js.map} +1 -1
  205. package/chunks/{bundle-OiOYIWNt.js → bundle-iWI3kIle.js} +12 -12
  206. package/chunks/{bundle-OiOYIWNt.js.map → bundle-iWI3kIle.js.map} +1 -1
  207. package/chunks/{bundle-uNgbgg3h.js → bundle-iYCB6XN2.js} +1 -1
  208. package/chunks/bundle-iYCB6XN2.js.map +1 -0
  209. package/chunks/{bundle-K0r8aWXg.js → bundle-ipC2A4Tb.js} +24 -40
  210. package/chunks/{bundle-K0r8aWXg.js.map → bundle-ipC2A4Tb.js.map} +1 -1
  211. package/chunks/{bundle-2axFKCIx.js → bundle-kfNTRju0.js} +1 -1
  212. package/chunks/{bundle-2axFKCIx.js.map → bundle-kfNTRju0.js.map} +1 -1
  213. package/chunks/{bundle-KF1IhHsV.js → bundle-ku6CEjGk.js} +1 -1
  214. package/chunks/bundle-ku6CEjGk.js.map +1 -0
  215. package/chunks/{bundle-uDxWy2vD.js → bundle-ldRkCosA.js} +4 -4
  216. package/chunks/{bundle-uDxWy2vD.js.map → bundle-ldRkCosA.js.map} +1 -1
  217. package/chunks/{bundle-ZbGteG77.js → bundle-lmXvuxOb.js} +1 -1
  218. package/chunks/bundle-lmXvuxOb.js.map +1 -0
  219. package/chunks/{bundle-KVQUrA22.js → bundle-mTQPBbmZ.js} +6 -6
  220. package/chunks/bundle-mTQPBbmZ.js.map +1 -0
  221. package/chunks/{bundle-j-DHjJge.js → bundle-niN5G0Bo.js} +2 -2
  222. package/chunks/{bundle-j-DHjJge.js.map → bundle-niN5G0Bo.js.map} +1 -1
  223. package/chunks/{bundle-mW5agIOj.js → bundle-pWIkt9Ng.js} +1 -1
  224. package/chunks/bundle-pWIkt9Ng.js.map +1 -0
  225. package/chunks/{bundle-PCj9QYWV.js → bundle-tca5p7Pl.js} +2 -2
  226. package/chunks/bundle-tca5p7Pl.js.map +1 -0
  227. package/chunks/{bundle-wZlSE8gx.js → bundle-ucXG1Py7.js} +4 -4
  228. package/chunks/{bundle-wZlSE8gx.js.map → bundle-ucXG1Py7.js.map} +1 -1
  229. package/chunks/{bundle-NZcldiSn.js → bundle-uk2Y0AQu.js} +18 -24
  230. package/chunks/{bundle-NZcldiSn.js.map → bundle-uk2Y0AQu.js.map} +1 -1
  231. package/chunks/{bundle-Pv7OUzJM.js → bundle-wUwB6Q8m.js} +3 -3
  232. package/chunks/{bundle-Pv7OUzJM.js.map → bundle-wUwB6Q8m.js.map} +1 -1
  233. package/chunks/bundle-xgiw36M5.js +18 -0
  234. package/chunks/bundle-xgiw36M5.js.map +1 -0
  235. package/chunks/{bundle-4PBxOF7r.js → bundle-xsV7pD8p.js} +5 -5
  236. package/chunks/bundle-xsV7pD8p.js.map +1 -0
  237. package/chunks/{bundle-KjVIQqaY.js → bundle-y_LgB6DS.js} +3 -3
  238. package/chunks/bundle-y_LgB6DS.js.map +1 -0
  239. package/chunks/{bundle-l9d09gzQ.js → bundle-yur9nm4N.js} +1 -1
  240. package/chunks/bundle-yur9nm4N.js.map +1 -0
  241. package/chunks/{bundle-EvZinAAd.js → bundle-zpSxKsxM.js} +1 -1
  242. package/chunks/{bundle-EvZinAAd.js.map → bundle-zpSxKsxM.js.map} +1 -1
  243. package/cjs/App.js +66 -57
  244. package/cjs/App.js.map +1 -1
  245. package/cjs/Channel/components/ChannelHeader.js +26 -26
  246. package/cjs/Channel/components/ChannelUI.js +59 -54
  247. package/cjs/Channel/components/ChannelUI.js.map +1 -1
  248. package/cjs/Channel/components/FileViewer.js +25 -25
  249. package/cjs/Channel/components/FrozenNotification.js +5 -5
  250. package/cjs/Channel/components/Message.js +106 -77
  251. package/cjs/Channel/components/Message.js.map +1 -1
  252. package/cjs/Channel/components/MessageFeedbackModal.js +68 -0
  253. package/cjs/Channel/components/MessageFeedbackModal.js.map +1 -0
  254. package/cjs/Channel/components/MessageInput.js +39 -39
  255. package/cjs/Channel/components/MessageList.js +52 -47
  256. package/cjs/Channel/components/MessageList.js.map +1 -1
  257. package/cjs/Channel/components/RemoveMessageModal.js +24 -24
  258. package/cjs/Channel/components/SuggestedMentionList.js +24 -24
  259. package/cjs/Channel/components/TypingIndicator.js +19 -19
  260. package/cjs/Channel/components/UnreadCount.js +7 -7
  261. package/cjs/Channel/context.js +17 -17
  262. package/cjs/Channel/hooks/useHandleUploadFiles.js +14 -13
  263. package/cjs/Channel/hooks/useHandleUploadFiles.js.map +1 -1
  264. package/cjs/Channel/hooks/useInitialMessagesFetch.js +9 -8
  265. package/cjs/Channel/hooks/useInitialMessagesFetch.js.map +1 -1
  266. package/cjs/Channel/utils/compareMessagesForGrouping.js +7 -6
  267. package/cjs/Channel/utils/compareMessagesForGrouping.js.map +1 -1
  268. package/cjs/Channel/utils/getMessagePartsInfo.js +8 -7
  269. package/cjs/Channel/utils/getMessagePartsInfo.js.map +1 -1
  270. package/cjs/Channel.js +58 -53
  271. package/cjs/Channel.js.map +1 -1
  272. package/cjs/ChannelList/components/AddChannel.js +19 -19
  273. package/cjs/ChannelList/components/ChannelListHeader.js +9 -9
  274. package/cjs/ChannelList/components/ChannelListUI.js +35 -35
  275. package/cjs/ChannelList/components/ChannelPreview.js +32 -32
  276. package/cjs/ChannelList/components/ChannelPreviewAction.js +16 -16
  277. package/cjs/ChannelList/context.js +9 -9
  278. package/cjs/ChannelList.js +34 -34
  279. package/cjs/ChannelSettings/components/ChannelProfile.js +14 -14
  280. package/cjs/ChannelSettings/components/ChannelSettingsUI.js +20 -20
  281. package/cjs/ChannelSettings/components/EditDetailsModal.js +14 -14
  282. package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
  283. package/cjs/ChannelSettings/components/ModerationPanel.js +35 -23
  284. package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
  285. package/cjs/ChannelSettings/components/UserListItem.js +14 -13
  286. package/cjs/ChannelSettings/components/UserListItem.js.map +1 -1
  287. package/cjs/ChannelSettings/components/UserPanel.js +17 -16
  288. package/cjs/ChannelSettings/components/UserPanel.js.map +1 -1
  289. package/cjs/ChannelSettings/context.js +3 -3
  290. package/cjs/ChannelSettings.js +20 -20
  291. package/cjs/CreateChannel/components/CreateChannelUI.js +17 -16
  292. package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
  293. package/cjs/CreateChannel/components/InviteUsers.js +17 -16
  294. package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
  295. package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
  296. package/cjs/CreateChannel/context.js +4 -4
  297. package/cjs/CreateChannel.js +17 -16
  298. package/cjs/CreateChannel.js.map +1 -1
  299. package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +12 -12
  300. package/cjs/CreateOpenChannel/context.js +1 -1
  301. package/cjs/CreateOpenChannel.js +12 -12
  302. package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
  303. package/cjs/EditUserProfile.js +13 -13
  304. package/cjs/MessageSearch/components/MessageSearchUI.js +16 -15
  305. package/cjs/MessageSearch/components/MessageSearchUI.js.map +1 -1
  306. package/cjs/MessageSearch/context.js +1 -1
  307. package/cjs/MessageSearch.js +16 -15
  308. package/cjs/MessageSearch.js.map +1 -1
  309. package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
  310. package/cjs/OpenChannel/components/OpenChannelHeader.js +19 -19
  311. package/cjs/OpenChannel/components/OpenChannelInput.js +27 -26
  312. package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
  313. package/cjs/OpenChannel/components/OpenChannelMessage.js +37 -34
  314. package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
  315. package/cjs/OpenChannel/components/OpenChannelMessageList.js +40 -38
  316. package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
  317. package/cjs/OpenChannel/components/OpenChannelUI.js +39 -37
  318. package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
  319. package/cjs/OpenChannel/context.js +18 -18
  320. package/cjs/OpenChannel.js +39 -37
  321. package/cjs/OpenChannel.js.map +1 -1
  322. package/cjs/OpenChannelList/components/OpenChannelListUI.js +15 -15
  323. package/cjs/OpenChannelList/components/OpenChannelPreview.js +7 -7
  324. package/cjs/OpenChannelList/context.js +3 -3
  325. package/cjs/OpenChannelList.js +15 -15
  326. package/cjs/OpenChannelSettings/components/EditDetailsModal.js +15 -15
  327. package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
  328. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +20 -19
  329. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
  330. package/cjs/OpenChannelSettings/components/OperatorUI.js +20 -19
  331. package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
  332. package/cjs/OpenChannelSettings/components/ParticipantUI.js +18 -17
  333. package/cjs/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
  334. package/cjs/OpenChannelSettings/context.js +3 -3
  335. package/cjs/OpenChannelSettings.js +20 -19
  336. package/cjs/OpenChannelSettings.js.map +1 -1
  337. package/cjs/SendbirdProvider.js +25 -23
  338. package/cjs/SendbirdProvider.js.map +1 -1
  339. package/cjs/Thread/components/ParentMessageInfo.js +43 -41
  340. package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
  341. package/cjs/Thread/components/ParentMessageInfoItem.js +32 -30
  342. package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
  343. package/cjs/Thread/components/ThreadHeader.js +7 -7
  344. package/cjs/Thread/components/ThreadList.js +47 -45
  345. package/cjs/Thread/components/ThreadList.js.map +1 -1
  346. package/cjs/Thread/components/ThreadListItem.js +46 -44
  347. package/cjs/Thread/components/ThreadListItem.js.map +1 -1
  348. package/cjs/Thread/components/ThreadMessageInput.js +38 -38
  349. package/cjs/Thread/components/ThreadUI.js +50 -48
  350. package/cjs/Thread/components/ThreadUI.js.map +1 -1
  351. package/cjs/Thread/context.js +13 -13
  352. package/cjs/Thread.js +51 -49
  353. package/cjs/Thread.js.map +1 -1
  354. package/cjs/VoicePlayer/context.js +3 -3
  355. package/cjs/VoicePlayer/useVoicePlayer.js +10 -10
  356. package/cjs/VoiceRecorder/context.js +10 -10
  357. package/cjs/VoiceRecorder/useVoiceRecorder.js +9 -9
  358. package/cjs/chunks/{bundle-BQTyUmzj.js → bundle--MJd6Gw1.js} +1 -1
  359. package/cjs/chunks/bundle--MJd6Gw1.js.map +1 -0
  360. package/cjs/chunks/{bundle-xOGNakZW.js → bundle--d5w7FVF.js} +1 -1
  361. package/cjs/chunks/bundle--d5w7FVF.js.map +1 -0
  362. package/cjs/chunks/{bundle-BWHZlxBD.js → bundle-135pRm7i.js} +1 -1
  363. package/cjs/chunks/bundle-135pRm7i.js.map +1 -0
  364. package/cjs/chunks/{bundle-CyWFkcBh.js → bundle-1dUHK2qC.js} +1 -1
  365. package/cjs/chunks/bundle-1dUHK2qC.js.map +1 -0
  366. package/cjs/chunks/{bundle-f9YMFNAC.js → bundle-2gCdAlxv.js} +2 -2
  367. package/cjs/chunks/{bundle-f9YMFNAC.js.map → bundle-2gCdAlxv.js.map} +1 -1
  368. package/cjs/chunks/{bundle-p-3ceZAU.js → bundle-3K153hLM.js} +4 -4
  369. package/cjs/chunks/{bundle-p-3ceZAU.js.map → bundle-3K153hLM.js.map} +1 -1
  370. package/cjs/chunks/{bundle-F74wrKkr.js → bundle-5Nd6zn0d.js} +3 -3
  371. package/cjs/chunks/bundle-5Nd6zn0d.js.map +1 -0
  372. package/cjs/chunks/{bundle-F4Y7xmf1.js → bundle-65IwoStx.js} +1 -1
  373. package/cjs/chunks/{bundle-F4Y7xmf1.js.map → bundle-65IwoStx.js.map} +1 -1
  374. package/cjs/chunks/{bundle-pAGpMj4-.js → bundle-68NdNRjR.js} +17 -46
  375. package/cjs/chunks/bundle-68NdNRjR.js.map +1 -0
  376. package/cjs/chunks/{bundle-Guz_a7Pd.js → bundle-6ZegaDWX.js} +2 -2
  377. package/cjs/chunks/{bundle-Guz_a7Pd.js.map → bundle-6ZegaDWX.js.map} +1 -1
  378. package/cjs/chunks/{bundle-KfrHCpUu.js → bundle-7AS0Rcch.js} +1 -1
  379. package/cjs/chunks/bundle-7AS0Rcch.js.map +1 -0
  380. package/cjs/chunks/{bundle-R4oiSD0L.js → bundle-7J-qpEzM.js} +1 -1
  381. package/cjs/chunks/bundle-7J-qpEzM.js.map +1 -0
  382. package/cjs/chunks/{bundle-aLBNZXTm.js → bundle-7J3nX_hP.js} +5 -3
  383. package/cjs/chunks/bundle-7J3nX_hP.js.map +1 -0
  384. package/cjs/chunks/{bundle-T4vZ2tFS.js → bundle-7QMU-JU1.js} +2 -2
  385. package/cjs/chunks/bundle-7QMU-JU1.js.map +1 -0
  386. package/cjs/chunks/{bundle-yTBDgBVp.js → bundle-7VJjqIPJ.js} +4 -4
  387. package/cjs/chunks/bundle-7VJjqIPJ.js.map +1 -0
  388. package/cjs/chunks/{bundle-rXVQ4vD5.js → bundle-9iE0HY96.js} +3 -3
  389. package/cjs/chunks/bundle-9iE0HY96.js.map +1 -0
  390. package/cjs/chunks/{bundle-69aUvlr0.js → bundle-AbGazomk.js} +9 -9
  391. package/cjs/chunks/{bundle-69aUvlr0.js.map → bundle-AbGazomk.js.map} +1 -1
  392. package/cjs/chunks/{bundle-zFwFhCDW.js → bundle-B5gH_etT.js} +10 -10
  393. package/cjs/chunks/bundle-B5gH_etT.js.map +1 -0
  394. package/cjs/chunks/{bundle-jOx4XDkO.js → bundle-BH9aeaqG.js} +2 -2
  395. package/cjs/chunks/bundle-BH9aeaqG.js.map +1 -0
  396. package/cjs/chunks/{bundle-P5uaoEp7.js → bundle-CUa6Hz7c.js} +6 -6
  397. package/cjs/chunks/bundle-CUa6Hz7c.js.map +1 -0
  398. package/cjs/chunks/{bundle-wKifHXnJ.js → bundle-Dax6YIIr.js} +1 -1
  399. package/cjs/chunks/bundle-Dax6YIIr.js.map +1 -0
  400. package/cjs/chunks/{bundle-yqb-T4DB.js → bundle-Dz3ncvS3.js} +4 -4
  401. package/cjs/chunks/bundle-Dz3ncvS3.js.map +1 -0
  402. package/cjs/chunks/{bundle-5x6xkP9v.js → bundle-GDX6wyym.js} +7 -7
  403. package/cjs/chunks/bundle-GDX6wyym.js.map +1 -0
  404. package/cjs/chunks/{bundle-b7L7rtxl.js → bundle-GsUulypb.js} +1 -1
  405. package/cjs/chunks/bundle-GsUulypb.js.map +1 -0
  406. package/cjs/chunks/{bundle-bXa0UWvD.js → bundle-INJtS58R.js} +1 -1
  407. package/cjs/chunks/bundle-INJtS58R.js.map +1 -0
  408. package/cjs/chunks/{bundle-Gz75GoMH.js → bundle-JOBLCwk9.js} +1 -1
  409. package/cjs/chunks/bundle-JOBLCwk9.js.map +1 -0
  410. package/cjs/chunks/{bundle-AA3e_g5q.js → bundle-JVe1J2FX.js} +4 -4
  411. package/{chunks/bundle-MtGjgUxA.js.map → cjs/chunks/bundle-JVe1J2FX.js.map} +1 -1
  412. package/cjs/chunks/{bundle-fYGB5Ibr.js → bundle-J_ooPKgS.js} +3 -3
  413. package/cjs/chunks/{bundle-fYGB5Ibr.js.map → bundle-J_ooPKgS.js.map} +1 -1
  414. package/cjs/chunks/{bundle-Z0z4XcoC.js → bundle-JbxviE94.js} +1 -1
  415. package/cjs/chunks/bundle-JbxviE94.js.map +1 -0
  416. package/cjs/chunks/{bundle-agHXB3n2.js → bundle-Jcrboe06.js} +24 -40
  417. package/cjs/chunks/{bundle-agHXB3n2.js.map → bundle-Jcrboe06.js.map} +1 -1
  418. package/cjs/chunks/{bundle-t3HW5lYr.js → bundle-LRCFL23q.js} +1 -1
  419. package/cjs/chunks/bundle-LRCFL23q.js.map +1 -0
  420. package/cjs/chunks/{bundle--EcmFAgY.js → bundle-OVfymd1y.js} +1 -1
  421. package/cjs/chunks/bundle-OVfymd1y.js.map +1 -0
  422. package/cjs/chunks/{bundle-8xsZqXyY.js → bundle-Oc2T5_VP.js} +15 -12
  423. package/cjs/chunks/bundle-Oc2T5_VP.js.map +1 -0
  424. package/cjs/chunks/{bundle-L7Qg6fc_.js → bundle-RSklGv-u.js} +1 -1
  425. package/cjs/chunks/{bundle-L7Qg6fc_.js.map → bundle-RSklGv-u.js.map} +1 -1
  426. package/cjs/chunks/{bundle-ymVHfRPV.js → bundle-TFo3Eb8z.js} +3 -3
  427. package/cjs/chunks/bundle-TFo3Eb8z.js.map +1 -0
  428. package/cjs/chunks/{bundle-ZodVwNmU.js → bundle-TxdziCwH.js} +4 -4
  429. package/cjs/chunks/bundle-TxdziCwH.js.map +1 -0
  430. package/cjs/chunks/{bundle-OauzEgdX.js → bundle-UaSM_xZY.js} +1 -1
  431. package/cjs/chunks/bundle-UaSM_xZY.js.map +1 -0
  432. package/cjs/chunks/{bundle-lDnBB9bN.js → bundle-Ue5GkT2H.js} +15 -15
  433. package/cjs/chunks/{bundle-lDnBB9bN.js.map → bundle-Ue5GkT2H.js.map} +1 -1
  434. package/cjs/chunks/{bundle-ur5aaH73.js → bundle-VB_a0u7i.js} +1 -1
  435. package/cjs/chunks/bundle-VB_a0u7i.js.map +1 -0
  436. package/cjs/chunks/{bundle-DaAowZN7.js → bundle-VogwjxgI.js} +3 -3
  437. package/cjs/chunks/{bundle-DaAowZN7.js.map → bundle-VogwjxgI.js.map} +1 -1
  438. package/cjs/chunks/{bundle-cwoX1jzF.js → bundle-WzrocC57.js} +1 -1
  439. package/cjs/chunks/bundle-WzrocC57.js.map +1 -0
  440. package/cjs/chunks/{bundle-E0v2C4b1.js → bundle-XaLiuh0L.js} +5 -5
  441. package/cjs/chunks/{bundle-E0v2C4b1.js.map → bundle-XaLiuh0L.js.map} +1 -1
  442. package/cjs/chunks/{bundle-ko9gtVkc.js → bundle-aoIToceJ.js} +3 -3
  443. package/cjs/chunks/bundle-aoIToceJ.js.map +1 -0
  444. package/cjs/chunks/{bundle-5MABXNJ2.js → bundle-bXLZZTmP.js} +1 -1
  445. package/cjs/chunks/bundle-bXLZZTmP.js.map +1 -0
  446. package/cjs/chunks/{bundle-xunrnVEC.js → bundle-dny_TiUT.js} +2 -2
  447. package/cjs/chunks/bundle-dny_TiUT.js.map +1 -0
  448. package/cjs/chunks/{bundle-XyN4tk9V.js → bundle-hEYmMlZe.js} +5 -5
  449. package/cjs/chunks/bundle-hEYmMlZe.js.map +1 -0
  450. package/cjs/chunks/{bundle-xKfD9-QM.js → bundle-hXzxY0NJ.js} +1 -1
  451. package/cjs/chunks/bundle-hXzxY0NJ.js.map +1 -0
  452. package/cjs/chunks/{bundle-5tXC271i.js → bundle-kSScygqj.js} +16 -1
  453. package/cjs/chunks/bundle-kSScygqj.js.map +1 -0
  454. package/cjs/chunks/{bundle-D0M3IH6J.js → bundle-mnbFX6XC.js} +12 -12
  455. package/cjs/chunks/{bundle-D0M3IH6J.js.map → bundle-mnbFX6XC.js.map} +1 -1
  456. package/cjs/chunks/bundle-n6iwTZAo.js +20 -0
  457. package/cjs/chunks/bundle-n6iwTZAo.js.map +1 -0
  458. package/cjs/chunks/{bundle-EE-R19J8.js → bundle-p6kWiWDv.js} +17 -23
  459. package/cjs/chunks/{bundle-EE-R19J8.js.map → bundle-p6kWiWDv.js.map} +1 -1
  460. package/cjs/chunks/{bundle-Zhc5iYOj.js → bundle-ptZslG_m.js} +7 -7
  461. package/cjs/chunks/bundle-ptZslG_m.js.map +1 -0
  462. package/cjs/chunks/{bundle-4VdNtJoS.js → bundle-qtXdbPNE.js} +3 -3
  463. package/cjs/chunks/bundle-qtXdbPNE.js.map +1 -0
  464. package/cjs/chunks/{bundle-ErBxWt-v.js → bundle-r8Z3GYqh.js} +1 -1
  465. package/cjs/chunks/bundle-r8Z3GYqh.js.map +1 -0
  466. package/cjs/chunks/{bundle-_c4Xia0x.js → bundle-rgxTgHrK.js} +3 -3
  467. package/cjs/chunks/{bundle-_c4Xia0x.js.map → bundle-rgxTgHrK.js.map} +1 -1
  468. package/cjs/chunks/{bundle-GqhEUb4r.js → bundle-s82XYT1Q.js} +4 -4
  469. package/cjs/chunks/{bundle-GqhEUb4r.js.map → bundle-s82XYT1Q.js.map} +1 -1
  470. package/cjs/chunks/{bundle-5v9Bc23p.js → bundle-tad4_cNF.js} +3 -3
  471. package/cjs/chunks/bundle-tad4_cNF.js.map +1 -0
  472. package/cjs/chunks/{bundle-_CS6i_H9.js → bundle-v02q7K8T.js} +3 -3
  473. package/cjs/chunks/bundle-v02q7K8T.js.map +1 -0
  474. package/cjs/chunks/{bundle-CUizz12L.js → bundle-vphYV1gz.js} +1 -1
  475. package/cjs/chunks/bundle-vphYV1gz.js.map +1 -0
  476. package/cjs/chunks/{bundle-Doe4Xob7.js → bundle-y8EiLlDT.js} +2 -2
  477. package/cjs/chunks/bundle-y8EiLlDT.js.map +1 -0
  478. package/cjs/chunks/{bundle-9XbbRH_M.js → bundle-y_gkwZqM.js} +8 -8
  479. package/cjs/chunks/bundle-y_gkwZqM.js.map +1 -0
  480. package/cjs/chunks/{bundle-yDmAxC7s.js → bundle-zgoic8x9.js} +1 -1
  481. package/cjs/chunks/bundle-zgoic8x9.js.map +1 -0
  482. package/cjs/chunks/{bundle-j9zO3Qdj.js → bundle-zrsbDQGp.js} +1 -1
  483. package/cjs/chunks/bundle-zrsbDQGp.js.map +1 -0
  484. package/cjs/hooks/useModal.js +9 -9
  485. package/cjs/index.js +64 -60
  486. package/cjs/index.js.map +1 -1
  487. package/cjs/pubSub/topics.js +1 -1
  488. package/cjs/sendbirdSelectors.js +2 -2
  489. package/cjs/ui/Accordion.js +3 -3
  490. package/cjs/ui/AccordionGroup.js +2 -2
  491. package/cjs/ui/AdminMessage.js +3 -3
  492. package/cjs/ui/Avatar.js +5 -5
  493. package/cjs/ui/Badge.js +5 -5
  494. package/cjs/ui/BottomSheet.js +9 -9
  495. package/cjs/ui/Button.js +7 -5
  496. package/cjs/ui/Button.js.map +1 -1
  497. package/cjs/ui/ChannelAvatar.js +6 -6
  498. package/cjs/ui/ConnectionStatus.js +6 -6
  499. package/cjs/ui/ContextMenu.js +7 -6
  500. package/cjs/ui/ContextMenu.js.map +1 -1
  501. package/cjs/ui/DateSeparator.js +4 -4
  502. package/cjs/ui/EmojiReactions.js +17 -16
  503. package/cjs/ui/EmojiReactions.js.map +1 -1
  504. package/cjs/ui/FeedbackIconButton.js +22 -0
  505. package/cjs/ui/FeedbackIconButton.js.map +1 -0
  506. package/cjs/ui/FileMessageItemBody.js +9 -8
  507. package/cjs/ui/FileMessageItemBody.js.map +1 -1
  508. package/cjs/ui/FileViewer.js +18 -15
  509. package/cjs/ui/FileViewer.js.map +1 -1
  510. package/cjs/ui/Icon.js +244 -206
  511. package/cjs/ui/Icon.js.map +1 -1
  512. package/cjs/ui/IconButton.js +1 -1
  513. package/cjs/ui/ImageRenderer.js +1 -1
  514. package/cjs/ui/Input.js +6 -6
  515. package/cjs/ui/Label.js +3 -3
  516. package/cjs/ui/LinkLabel.js +3 -3
  517. package/cjs/ui/Loader.js +2 -2
  518. package/cjs/ui/MentionLabel.js +14 -13
  519. package/cjs/ui/MentionLabel.js.map +1 -1
  520. package/cjs/ui/MentionUserLabel.js +1 -1
  521. package/cjs/ui/MessageContent.js +277 -75
  522. package/cjs/ui/MessageContent.js.map +1 -1
  523. package/cjs/ui/MessageInput/hooks/usePaste.js +5 -5
  524. package/cjs/ui/MessageInput.js +16 -15
  525. package/cjs/ui/MessageInput.js.map +1 -1
  526. package/cjs/ui/MessageItemMenu.js +22 -22
  527. package/cjs/ui/MessageItemReactionMenu.js +10 -9
  528. package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
  529. package/cjs/ui/MessageSearchFileItem.js +16 -15
  530. package/cjs/ui/MessageSearchFileItem.js.map +1 -1
  531. package/cjs/ui/MessageSearchItem.js +12 -12
  532. package/cjs/ui/MessageStatus.js +13 -12
  533. package/cjs/ui/MessageStatus.js.map +1 -1
  534. package/cjs/ui/MobileFeedbackMenu.js +38 -0
  535. package/cjs/ui/MobileFeedbackMenu.js.map +1 -0
  536. package/cjs/ui/Modal.js +8 -8
  537. package/cjs/ui/MutedAvatarOverlay.js +2 -2
  538. package/cjs/ui/OGMessageItemBody.js +18 -17
  539. package/cjs/ui/OGMessageItemBody.js.map +1 -1
  540. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  541. package/cjs/ui/OpenChannelAvatar.js +9 -9
  542. package/cjs/ui/OpenchannelConversationHeader.js +9 -9
  543. package/cjs/ui/OpenchannelFileMessage.js +19 -18
  544. package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
  545. package/cjs/ui/OpenchannelOGMessage.js +22 -21
  546. package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
  547. package/cjs/ui/OpenchannelThumbnailMessage.js +18 -17
  548. package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
  549. package/cjs/ui/OpenchannelUserMessage.js +19 -18
  550. package/cjs/ui/OpenchannelUserMessage.js.map +1 -1
  551. package/cjs/ui/PlaceHolder.js +6 -6
  552. package/cjs/ui/PlaybackTime.js +3 -3
  553. package/cjs/ui/QuoteMessage.js +10 -9
  554. package/cjs/ui/QuoteMessage.js.map +1 -1
  555. package/cjs/ui/QuoteMessageInput.js +10 -9
  556. package/cjs/ui/QuoteMessageInput.js.map +1 -1
  557. package/cjs/ui/ReactionBadge.js +3 -3
  558. package/cjs/ui/ReactionButton.js +4 -4
  559. package/cjs/ui/SortByRow.js +2 -2
  560. package/cjs/ui/TextButton.js +2 -2
  561. package/cjs/ui/TextMessageItemBody.js +18 -17
  562. package/cjs/ui/TextMessageItemBody.js.map +1 -1
  563. package/cjs/ui/ThreadReplies.js +9 -9
  564. package/cjs/ui/ThumbnailMessageItemBody.js +8 -7
  565. package/cjs/ui/ThumbnailMessageItemBody.js.map +1 -1
  566. package/cjs/ui/Toggle.js +1 -1
  567. package/cjs/ui/Tooltip.js +3 -3
  568. package/cjs/ui/TooltipWrapper.js +1 -1
  569. package/cjs/ui/TypingIndicatorBubble.js +5 -5
  570. package/cjs/ui/UnknownMessageItemBody.js +8 -7
  571. package/cjs/ui/UnknownMessageItemBody.js.map +1 -1
  572. package/cjs/ui/UserListItem.js +14 -13
  573. package/cjs/ui/UserListItem.js.map +1 -1
  574. package/cjs/ui/UserProfile.js +11 -11
  575. package/cjs/ui/VoiceMessageInput.js +9 -9
  576. package/cjs/ui/VoiceMessageItemBody.js +10 -10
  577. package/cjs/ui/Word.js +14 -13
  578. package/cjs/ui/Word.js.map +1 -1
  579. package/cjs/useSendbirdStateContext.js +1 -1
  580. package/cjs/utils/message/isVoiceMessage.js +4 -3
  581. package/cjs/utils/message/isVoiceMessage.js.map +1 -1
  582. package/cjs/withSendbird.js +1 -1
  583. package/dist/index.css +254 -39
  584. package/dist/index.css.map +1 -1
  585. package/hooks/useModal.js +10 -10
  586. package/index.js +64 -60
  587. package/index.js.map +1 -1
  588. package/package.json +30 -3
  589. package/pubSub/topics.js +1 -1
  590. package/sendbirdSelectors.js +2 -2
  591. package/types/hooks/useKeyDown/data.mock.d.ts +2 -0
  592. package/types/hooks/useKeyDown/useKeyDown.d.ts +4 -0
  593. package/types/lib/types.d.ts +1 -0
  594. package/types/modules/Channel/components/ChannelUI/index.d.ts +4 -2
  595. package/types/modules/Channel/components/Message/index.d.ts +7 -6
  596. package/types/modules/Channel/components/MessageFeedbackFailedModal/index.d.ts +7 -0
  597. package/types/modules/Channel/components/MessageFeedbackModal/index.d.ts +13 -0
  598. package/types/modules/Channel/components/MessageInput/index.d.ts +1 -0
  599. package/types/modules/Channel/components/MessageList/index.d.ts +4 -2
  600. package/types/modules/ChannelList/dux/actionTypes.d.ts +0 -2
  601. package/types/modules/Thread/components/ThreadMessageInput/index.d.ts +1 -0
  602. package/types/types.d.ts +2 -0
  603. package/types/ui/Button/index.d.ts +6 -1
  604. package/types/ui/Button/types.d.ts +2 -1
  605. package/types/ui/FeedbackIconButton/index.d.ts +10 -0
  606. package/types/ui/FileViewer/types.d.ts +1 -1
  607. package/types/ui/Icon/index.d.ts +2 -0
  608. package/types/ui/Icon/type.d.ts +2 -0
  609. package/types/ui/Input/index.d.ts +1 -0
  610. package/types/ui/Label/index.d.ts +1 -0
  611. package/types/ui/Label/stringSet.d.ts +11 -0
  612. package/types/ui/Label/types.d.ts +1 -0
  613. package/types/ui/Label/utils.d.ts +1 -1
  614. package/types/ui/LinkLabel/index.d.ts +1 -0
  615. package/types/ui/MessageContent/types.d.ts +8 -0
  616. package/types/ui/MobileFeedbackMenu/index.d.ts +8 -0
  617. package/types/ui/Modal/index.d.ts +2 -0
  618. package/types/utils/index.d.ts +2 -3
  619. package/types/utils/omitObjectProperty.d.ts +1 -0
  620. package/ui/Accordion.js +3 -3
  621. package/ui/AccordionGroup.js +2 -2
  622. package/ui/AdminMessage.js +3 -3
  623. package/ui/Avatar.js +5 -5
  624. package/ui/Badge.js +5 -5
  625. package/ui/BottomSheet.js +9 -9
  626. package/ui/Button.js +7 -5
  627. package/ui/Button.js.map +1 -1
  628. package/ui/ChannelAvatar.js +6 -6
  629. package/ui/ConnectionStatus.js +6 -6
  630. package/ui/ContextMenu.js +7 -6
  631. package/ui/ContextMenu.js.map +1 -1
  632. package/ui/DateSeparator.js +4 -4
  633. package/ui/EmojiReactions.js +17 -16
  634. package/ui/EmojiReactions.js.map +1 -1
  635. package/ui/FeedbackIconButton.js +20 -0
  636. package/ui/FeedbackIconButton.js.map +1 -0
  637. package/ui/FileMessageItemBody.js +9 -8
  638. package/ui/FileMessageItemBody.js.map +1 -1
  639. package/ui/FileViewer.js +18 -15
  640. package/ui/FileViewer.js.map +1 -1
  641. package/ui/Icon.js +244 -206
  642. package/ui/Icon.js.map +1 -1
  643. package/ui/IconButton.js +1 -1
  644. package/ui/ImageRenderer.js +1 -1
  645. package/ui/Input.js +6 -6
  646. package/ui/Label.js +3 -3
  647. package/ui/LinkLabel.js +3 -3
  648. package/ui/Loader.js +2 -2
  649. package/ui/MentionLabel.js +14 -13
  650. package/ui/MentionLabel.js.map +1 -1
  651. package/ui/MentionUserLabel.js +1 -1
  652. package/ui/MessageContent.js +257 -55
  653. package/ui/MessageContent.js.map +1 -1
  654. package/ui/MessageInput/hooks/usePaste.js +5 -5
  655. package/ui/MessageInput.js +16 -15
  656. package/ui/MessageInput.js.map +1 -1
  657. package/ui/MessageItemMenu.js +22 -22
  658. package/ui/MessageItemReactionMenu.js +10 -9
  659. package/ui/MessageItemReactionMenu.js.map +1 -1
  660. package/ui/MessageSearchFileItem.js +16 -15
  661. package/ui/MessageSearchFileItem.js.map +1 -1
  662. package/ui/MessageSearchItem.js +12 -12
  663. package/ui/MessageStatus.js +13 -12
  664. package/ui/MessageStatus.js.map +1 -1
  665. package/ui/MobileFeedbackMenu.js +36 -0
  666. package/ui/MobileFeedbackMenu.js.map +1 -0
  667. package/ui/Modal.js +8 -8
  668. package/ui/MutedAvatarOverlay.js +2 -2
  669. package/ui/OGMessageItemBody.js +18 -17
  670. package/ui/OGMessageItemBody.js.map +1 -1
  671. package/ui/OpenChannelAdminMessage.js +3 -3
  672. package/ui/OpenChannelAvatar.js +9 -9
  673. package/ui/OpenchannelConversationHeader.js +9 -9
  674. package/ui/OpenchannelFileMessage.js +19 -18
  675. package/ui/OpenchannelFileMessage.js.map +1 -1
  676. package/ui/OpenchannelOGMessage.js +22 -21
  677. package/ui/OpenchannelOGMessage.js.map +1 -1
  678. package/ui/OpenchannelThumbnailMessage.js +18 -17
  679. package/ui/OpenchannelThumbnailMessage.js.map +1 -1
  680. package/ui/OpenchannelUserMessage.js +19 -18
  681. package/ui/OpenchannelUserMessage.js.map +1 -1
  682. package/ui/PlaceHolder.js +6 -6
  683. package/ui/PlaybackTime.js +3 -3
  684. package/ui/QuoteMessage.js +10 -9
  685. package/ui/QuoteMessage.js.map +1 -1
  686. package/ui/QuoteMessageInput.js +10 -9
  687. package/ui/QuoteMessageInput.js.map +1 -1
  688. package/ui/ReactionBadge.js +3 -3
  689. package/ui/ReactionButton.js +4 -4
  690. package/ui/SortByRow.js +2 -2
  691. package/ui/TextButton.js +2 -2
  692. package/ui/TextMessageItemBody.js +18 -17
  693. package/ui/TextMessageItemBody.js.map +1 -1
  694. package/ui/ThreadReplies.js +9 -9
  695. package/ui/ThumbnailMessageItemBody.js +8 -7
  696. package/ui/ThumbnailMessageItemBody.js.map +1 -1
  697. package/ui/Toggle.js +1 -1
  698. package/ui/Tooltip.js +3 -3
  699. package/ui/TooltipWrapper.js +1 -1
  700. package/ui/TypingIndicatorBubble.js +5 -5
  701. package/ui/UnknownMessageItemBody.js +8 -7
  702. package/ui/UnknownMessageItemBody.js.map +1 -1
  703. package/ui/UserListItem.js +14 -13
  704. package/ui/UserListItem.js.map +1 -1
  705. package/ui/UserProfile.js +11 -11
  706. package/ui/VoiceMessageInput.js +9 -9
  707. package/ui/VoiceMessageItemBody.js +10 -10
  708. package/ui/Word.js +14 -13
  709. package/ui/Word.js.map +1 -1
  710. package/useSendbirdStateContext.js +1 -1
  711. package/utils/message/isVoiceMessage.js +4 -3
  712. package/utils/message/isVoiceMessage.js.map +1 -1
  713. package/withSendbird.js +1 -1
  714. package/chunks/bundle-79RbKDD4.js.map +0 -1
  715. package/chunks/bundle-A36uZCDl.js.map +0 -1
  716. package/chunks/bundle-DXjnvT3X.js.map +0 -1
  717. package/chunks/bundle-IHKKjTVb.js.map +0 -1
  718. package/chunks/bundle-KF1IhHsV.js.map +0 -1
  719. package/chunks/bundle-KVQUrA22.js.map +0 -1
  720. package/chunks/bundle-KjVIQqaY.js.map +0 -1
  721. package/chunks/bundle-LFXAxMSp.js.map +0 -1
  722. package/chunks/bundle-PCj9QYWV.js.map +0 -1
  723. package/chunks/bundle-Q-3uYmLU.js.map +0 -1
  724. package/chunks/bundle-XlrrUjEJ.js.map +0 -1
  725. package/chunks/bundle-ZbGteG77.js.map +0 -1
  726. package/chunks/bundle-amfimmWY.js.map +0 -1
  727. package/chunks/bundle-f-bQSvmA.js.map +0 -1
  728. package/chunks/bundle-gdweDZjg.js.map +0 -1
  729. package/chunks/bundle-hEvM6x_9.js.map +0 -1
  730. package/chunks/bundle-hnbY99fx.js.map +0 -1
  731. package/chunks/bundle-iGWTklyk.js.map +0 -1
  732. package/chunks/bundle-ior2BlUD.js.map +0 -1
  733. package/chunks/bundle-joPrRU5E.js.map +0 -1
  734. package/chunks/bundle-l9d09gzQ.js.map +0 -1
  735. package/chunks/bundle-mO3J4SXS.js.map +0 -1
  736. package/chunks/bundle-mW5agIOj.js.map +0 -1
  737. package/chunks/bundle-mxq273ll.js.map +0 -1
  738. package/chunks/bundle-nyXhTs2k.js.map +0 -1
  739. package/chunks/bundle-olZmltOQ.js.map +0 -1
  740. package/chunks/bundle-q1M15U1p.js.map +0 -1
  741. package/chunks/bundle-rcUMtSzr.js.map +0 -1
  742. package/chunks/bundle-uNgbgg3h.js.map +0 -1
  743. package/chunks/bundle-v0nGdiTZ.js.map +0 -1
  744. package/chunks/bundle-v7nqMv6h.js.map +0 -1
  745. package/chunks/bundle-vVdAEhWk.js.map +0 -1
  746. package/chunks/bundle-yND4UFpN.js.map +0 -1
  747. package/cjs/chunks/bundle--EcmFAgY.js.map +0 -1
  748. package/cjs/chunks/bundle-4VdNtJoS.js.map +0 -1
  749. package/cjs/chunks/bundle-5MABXNJ2.js.map +0 -1
  750. package/cjs/chunks/bundle-5tXC271i.js.map +0 -1
  751. package/cjs/chunks/bundle-5v9Bc23p.js.map +0 -1
  752. package/cjs/chunks/bundle-5x6xkP9v.js.map +0 -1
  753. package/cjs/chunks/bundle-8xsZqXyY.js.map +0 -1
  754. package/cjs/chunks/bundle-9XbbRH_M.js.map +0 -1
  755. package/cjs/chunks/bundle-AA3e_g5q.js.map +0 -1
  756. package/cjs/chunks/bundle-BQTyUmzj.js.map +0 -1
  757. package/cjs/chunks/bundle-BWHZlxBD.js.map +0 -1
  758. package/cjs/chunks/bundle-CUizz12L.js.map +0 -1
  759. package/cjs/chunks/bundle-CyWFkcBh.js.map +0 -1
  760. package/cjs/chunks/bundle-Doe4Xob7.js.map +0 -1
  761. package/cjs/chunks/bundle-ErBxWt-v.js.map +0 -1
  762. package/cjs/chunks/bundle-F74wrKkr.js.map +0 -1
  763. package/cjs/chunks/bundle-Gz75GoMH.js.map +0 -1
  764. package/cjs/chunks/bundle-KfrHCpUu.js.map +0 -1
  765. package/cjs/chunks/bundle-OauzEgdX.js.map +0 -1
  766. package/cjs/chunks/bundle-P5uaoEp7.js.map +0 -1
  767. package/cjs/chunks/bundle-R4oiSD0L.js.map +0 -1
  768. package/cjs/chunks/bundle-T4vZ2tFS.js.map +0 -1
  769. package/cjs/chunks/bundle-XyN4tk9V.js.map +0 -1
  770. package/cjs/chunks/bundle-Z0z4XcoC.js.map +0 -1
  771. package/cjs/chunks/bundle-Zhc5iYOj.js.map +0 -1
  772. package/cjs/chunks/bundle-ZodVwNmU.js.map +0 -1
  773. package/cjs/chunks/bundle-_CS6i_H9.js.map +0 -1
  774. package/cjs/chunks/bundle-aLBNZXTm.js.map +0 -1
  775. package/cjs/chunks/bundle-b7L7rtxl.js.map +0 -1
  776. package/cjs/chunks/bundle-bXa0UWvD.js.map +0 -1
  777. package/cjs/chunks/bundle-cwoX1jzF.js.map +0 -1
  778. package/cjs/chunks/bundle-j9zO3Qdj.js.map +0 -1
  779. package/cjs/chunks/bundle-jOx4XDkO.js.map +0 -1
  780. package/cjs/chunks/bundle-ko9gtVkc.js.map +0 -1
  781. package/cjs/chunks/bundle-pAGpMj4-.js.map +0 -1
  782. package/cjs/chunks/bundle-rXVQ4vD5.js.map +0 -1
  783. package/cjs/chunks/bundle-t3HW5lYr.js.map +0 -1
  784. package/cjs/chunks/bundle-ur5aaH73.js.map +0 -1
  785. package/cjs/chunks/bundle-wKifHXnJ.js.map +0 -1
  786. package/cjs/chunks/bundle-xKfD9-QM.js.map +0 -1
  787. package/cjs/chunks/bundle-xOGNakZW.js.map +0 -1
  788. package/cjs/chunks/bundle-xunrnVEC.js.map +0 -1
  789. package/cjs/chunks/bundle-yDmAxC7s.js.map +0 -1
  790. package/cjs/chunks/bundle-yTBDgBVp.js.map +0 -1
  791. package/cjs/chunks/bundle-ymVHfRPV.js.map +0 -1
  792. package/cjs/chunks/bundle-yqb-T4DB.js.map +0 -1
  793. package/cjs/chunks/bundle-zFwFhCDW.js.map +0 -1
  794. package/types/ui/FileViewer/hooks/useKeyDown.d.ts +0 -8
@@ -8,19 +8,19 @@ var VoicePlayer_useVoicePlayer = require('../VoicePlayer/useVoicePlayer.js');
8
8
  var ui_PlaybackTime = require('./PlaybackTime.js');
9
9
  var ui_Loader = require('./Loader.js');
10
10
  var ui_Icon = require('./Icon.js');
11
- var ui_Label = require('../chunks/bundle-aLBNZXTm.js');
12
- var VoicePlayer_context = require('../chunks/bundle-_c4Xia0x.js');
13
- require('../chunks/bundle-Z0z4XcoC.js');
11
+ var ui_Label = require('../chunks/bundle-7J3nX_hP.js');
12
+ var VoicePlayer_context = require('../chunks/bundle-rgxTgHrK.js');
13
+ require('../chunks/bundle-JbxviE94.js');
14
14
  require('../VoiceRecorder/context.js');
15
- require('../chunks/bundle-4VdNtJoS.js');
16
- require('../chunks/bundle-5tXC271i.js');
17
- require('../chunks/bundle-L7Qg6fc_.js');
18
- require('../chunks/bundle-8xsZqXyY.js');
15
+ require('../chunks/bundle-qtXdbPNE.js');
16
+ require('../chunks/bundle-kSScygqj.js');
17
+ require('../chunks/bundle-RSklGv-u.js');
18
+ require('../chunks/bundle-Oc2T5_VP.js');
19
+ require('../chunks/bundle-bXLZZTmP.js');
19
20
  require('react-dom');
20
- require('../chunks/bundle-t3HW5lYr.js');
21
- require('../chunks/bundle-cwoX1jzF.js');
21
+ require('../chunks/bundle-LRCFL23q.js');
22
+ require('../chunks/bundle-WzrocC57.js');
22
23
  require('./IconButton.js');
23
- require('../chunks/bundle-5MABXNJ2.js');
24
24
  require('./Button.js');
25
25
  require('../useSendbirdStateContext.js');
26
26
  require('../withSendbird.js');
package/cjs/ui/Word.js CHANGED
@@ -1,28 +1,29 @@
1
1
  'use strict';
2
2
 
3
3
  var React = require('react');
4
- var ui_Label = require('../chunks/bundle-aLBNZXTm.js');
4
+ var ui_Label = require('../chunks/bundle-7J3nX_hP.js');
5
5
  var ui_LinkLabel = require('./LinkLabel.js');
6
- var uuid = require('../chunks/bundle-bXa0UWvD.js');
7
- var index = require('../chunks/bundle-EE-R19J8.js');
6
+ var uuid = require('../chunks/bundle-INJtS58R.js');
7
+ var index = require('../chunks/bundle-p6kWiWDv.js');
8
8
  var ui_MentionLabel = require('./MentionLabel.js');
9
- require('../chunks/bundle-5MABXNJ2.js');
10
- require('../chunks/bundle-5tXC271i.js');
9
+ require('../chunks/bundle-bXLZZTmP.js');
10
+ require('../chunks/bundle-kSScygqj.js');
11
+ require('@sendbird/chat/groupChannel');
11
12
  require('../utils/message/getOutgoingMessageState.js');
12
- require('../chunks/bundle-F4Y7xmf1.js');
13
+ require('../chunks/bundle-65IwoStx.js');
13
14
  require('./ContextMenu.js');
14
15
  require('react-dom');
15
16
  require('./SortByRow.js');
16
17
  require('./UserProfile.js');
17
- require('../chunks/bundle-4VdNtJoS.js');
18
- require('../chunks/bundle-L7Qg6fc_.js');
19
- require('../chunks/bundle-KfrHCpUu.js');
18
+ require('../chunks/bundle-qtXdbPNE.js');
19
+ require('../chunks/bundle-RSklGv-u.js');
20
+ require('../chunks/bundle-7AS0Rcch.js');
20
21
  require('../sendbirdSelectors.js');
21
- require('../chunks/bundle-BWHZlxBD.js');
22
- require('../chunks/bundle-t3HW5lYr.js');
23
- require('../chunks/bundle-yTBDgBVp.js');
22
+ require('../chunks/bundle-135pRm7i.js');
23
+ require('../chunks/bundle-LRCFL23q.js');
24
+ require('../chunks/bundle-7VJjqIPJ.js');
24
25
  require('./ImageRenderer.js');
25
- require('../chunks/bundle-xOGNakZW.js');
26
+ require('../chunks/bundle--d5w7FVF.js');
26
27
  require('./Icon.js');
27
28
  require('./Button.js');
28
29
  require('../useSendbirdStateContext.js');
@@ -1 +1 @@
1
- {"version":3,"file":"Word.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Word.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var React = require('react');
6
6
  var withSendbird = require('./withSendbird.js');
7
- require('./chunks/bundle-5MABXNJ2.js');
7
+ require('./chunks/bundle-bXLZZTmP.js');
8
8
 
9
9
  /**
10
10
  * Example:
@@ -1,9 +1,10 @@
1
1
  'use strict';
2
2
 
3
- var index = require('../../chunks/bundle-EE-R19J8.js');
4
- require('../../chunks/bundle-5MABXNJ2.js');
3
+ var index = require('../../chunks/bundle-p6kWiWDv.js');
4
+ require('../../chunks/bundle-bXLZZTmP.js');
5
+ require('@sendbird/chat/groupChannel');
5
6
  require('./getOutgoingMessageState.js');
6
- require('../../chunks/bundle-F4Y7xmf1.js');
7
+ require('../../chunks/bundle-65IwoStx.js');
7
8
 
8
9
  var isVoiceMessage = index.isVoiceMessage;
9
10
 
@@ -1 +1 @@
1
- {"version":3,"file":"isVoiceMessage.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
1
+ {"version":3,"file":"isVoiceMessage.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var _tslib = require('./chunks/bundle-5MABXNJ2.js');
5
+ var _tslib = require('./chunks/bundle-bXLZZTmP.js');
6
6
  var React = require('react');
7
7
 
8
8
  var SendbirdSdkContext = React.createContext(null);
package/dist/index.css CHANGED
@@ -58,6 +58,18 @@
58
58
  .sendbird-theme--dark .sendbird-openchannel-conversation-header__left__cover-image--icon {
59
59
  background-color: var(--sendbird-dark-background-300);
60
60
  }
61
+ .sendbird-word {
62
+ display: inline;
63
+ height: -moz-fit-content;
64
+ height: fit-content;
65
+ }
66
+
67
+ .sendbird-word__url {
68
+ margin: 0 4px;
69
+ display: inline;
70
+ color: inherit;
71
+ word-break: break-all;
72
+ }
61
73
  .sendbird-open-channel-preview {
62
74
  position: relative;
63
75
  display: inline-flex;
@@ -185,18 +197,6 @@
185
197
  .sendbird--mobile-mode .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count {
186
198
  overflow-y: hidden;
187
199
  }
188
- .sendbird-word {
189
- display: inline;
190
- height: -moz-fit-content;
191
- height: fit-content;
192
- }
193
-
194
- .sendbird-word__url {
195
- margin: 0 4px;
196
- display: inline;
197
- color: inherit;
198
- word-break: break-all;
199
- }
200
200
  .sendbird-create-open-channel-ui {
201
201
  position: relative;
202
202
  display: inline-flex;
@@ -657,12 +657,14 @@
657
657
  background-color: var(--sendbird-dark-background-700);
658
658
  }
659
659
  .sendbird-button {
660
- display: inline-block;
661
- box-shadow: none;
662
660
  border-radius: 4px;
663
- padding: 0px;
664
- font-family: var(--sendbird-font-family-default);
661
+ box-shadow: none;
665
662
  cursor: pointer;
663
+ font-family: var(--sendbird-font-family-default);
664
+ padding: 0;
665
+ display: inline-flex;
666
+ justify-content: center;
667
+ align-items: center;
666
668
  }
667
669
  .sendbird-button:hover {
668
670
  box-shadow: none;
@@ -677,12 +679,12 @@
677
679
  cursor: not-allowed;
678
680
  }
679
681
  .sendbird-theme--light .sendbird-button.sendbird-button__disabled {
680
- border: none;
681
682
  background-color: var(--sendbird-light-background-200);
683
+ border: none;
682
684
  }
683
685
  .sendbird-theme--dark .sendbird-button.sendbird-button__disabled {
684
- border: none;
685
686
  background-color: var(--sendbird-dark-background-400);
687
+ border: none;
686
688
  }
687
689
  .sendbird-theme--light .sendbird-button.sendbird-button__disabled:hover {
688
690
  background-color: var(--sendbird-light-background-200);
@@ -706,12 +708,12 @@
706
708
  }
707
709
 
708
710
  .sendbird-theme--light .sendbird-button--primary {
709
- border: 1px solid var(--sendbird-light-primary-300);
710
711
  background-color: var(--sendbird-light-primary-300);
712
+ border: 1px solid var(--sendbird-light-primary-300);
711
713
  }
712
714
  .sendbird-theme--dark .sendbird-button--primary {
713
- border: 1px solid var(--sendbird-dark-primary-200);
714
715
  background-color: var(--sendbird-dark-primary-200);
716
+ border: 1px solid var(--sendbird-dark-primary-200);
715
717
  }
716
718
  .sendbird-theme--light .sendbird-button--primary .sendbird-button__text {
717
719
  color: var(--sendbird-light-ondark-01);
@@ -728,12 +730,12 @@
728
730
  border-color: var(--sendbird-dark-primary-300);
729
731
  }
730
732
  .sendbird-theme--light .sendbird-button--primary:focus {
731
- box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-300);
732
733
  border: 1px solid var(--sendbird-button-border-focus);
734
+ box-shadow: 0 0 0 2px var(--sendbird-light-primary-300);
733
735
  }
734
736
  .sendbird-theme--dark .sendbird-button--primary:focus {
735
- box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-200);
736
737
  border: 1px solid var(--sendbird-button-border-focus);
738
+ box-shadow: 0 0 0 2px var(--sendbird-dark-primary-200);
737
739
  }
738
740
  .sendbird-theme--light .sendbird-button--primary:active {
739
741
  background-color: var(--sendbird-light-primary-500);
@@ -742,16 +744,16 @@
742
744
  background-color: var(--sendbird-dark-primary-400);
743
745
  }
744
746
  .sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:hover {
745
- box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-400);
747
+ box-shadow: 0 0 0 2px var(--sendbird-light-primary-400);
746
748
  }
747
749
  .sendbird-theme--dark .sendbird-button--primary:focus .sendbird-button--primary:hover {
748
- box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-300);
750
+ box-shadow: 0 0 0 2px var(--sendbird-dark-primary-300);
749
751
  }
750
752
  .sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:active {
751
- box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-500);
753
+ box-shadow: 0 0 0 2px var(--sendbird-light-primary-500);
752
754
  }
753
755
  .sendbird-theme--dark .sendbird-button--primary:focus .sendbird-button--primary:active {
754
- box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-400);
756
+ box-shadow: 0 0 0 2px var(--sendbird-dark-primary-400);
755
757
  }
756
758
 
757
759
  .sendbird-button--secondary {
@@ -785,8 +787,8 @@
785
787
  color: var(--sendbird-dark-primary-200);
786
788
  }
787
789
  .sendbird-button--secondary.sendbird-button__disabled {
788
- cursor: not-allowed;
789
790
  border: none;
791
+ cursor: not-allowed;
790
792
  }
791
793
  .sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled {
792
794
  background-color: var(--sendbird-light-background-200);
@@ -822,14 +824,14 @@
822
824
  color: var(--sendbird-dark-primary-200);
823
825
  }
824
826
  .sendbird-button--secondary:focus {
825
- border: 1px solid transparent;
826
827
  background-color: transparent;
828
+ border: 1px solid transparent;
827
829
  }
828
830
  .sendbird-theme--light .sendbird-button--secondary:focus {
829
- box-shadow: var(--sendbird-light-primary-300) 0px 0px 0px 2px;
831
+ box-shadow: var(--sendbird-light-primary-300) 0 0 0 2px;
830
832
  }
831
833
  .sendbird-theme--dark .sendbird-button--secondary:focus {
832
- box-shadow: var(--sendbird-dark-primary-200) 0px 0px 0px 2px;
834
+ box-shadow: var(--sendbird-dark-primary-200) 0 0 0 2px;
833
835
  }
834
836
  .sendbird-theme--light .sendbird-button--secondary:focus .sendbird-button__text {
835
837
  color: var(--sendbird-light-onlight-01);
@@ -853,13 +855,76 @@
853
855
  color: var(--sendbird-dark-primary-200);
854
856
  }
855
857
 
856
- .sendbird-theme--light .sendbird-button--danger {
858
+ .sendbird-theme--light .sendbird-button--warning {
859
+ background-color: transparent;
857
860
  border: 1px solid var(--sendbird-light-error-300);
861
+ }
862
+ .sendbird-theme--dark .sendbird-button--warning {
863
+ background-color: transparent;
864
+ border: 1px solid var(--sendbird-dark-error-200);
865
+ }
866
+ .sendbird-theme--light .sendbird-button--warning .sendbird-button__text {
867
+ color: var(--sendbird-light-error-300);
868
+ }
869
+ .sendbird-theme--dark .sendbird-button--warning .sendbird-button__text {
870
+ color: var(--sendbird-dark-error-200);
871
+ }
872
+ .sendbird-theme--light .sendbird-button--warning:hover {
873
+ border-color: var(--sendbird-light-error-400);
874
+ }
875
+ .sendbird-theme--dark .sendbird-button--warning:hover {
876
+ border-color: var(--sendbird-dark-error-100);
877
+ }
878
+ .sendbird-theme--light .sendbird-button--warning:hover .sendbird-button__text {
879
+ color: var(--sendbird-light-error-400);
880
+ }
881
+ .sendbird-theme--dark .sendbird-button--warning:hover .sendbird-button__text {
882
+ color: var(--sendbird-dark-error-100);
883
+ }
884
+ .sendbird-theme--light .sendbird-button--warning:focus {
885
+ border-color: var(--sendbird-light-primary-300);
886
+ }
887
+ .sendbird-theme--light .sendbird-theme--light .sendbird-button--warning:focus .sendbird-button__text {
888
+ color: var(--sendbird-light-error-300);
889
+ }
890
+ .sendbird-theme--dark .sendbird-theme--light .sendbird-button--warning:focus .sendbird-button__text {
891
+ color: var(--sendbird-dark-error-200);
892
+ }
893
+ .sendbird-theme--dark .sendbird-button--warning:focus {
894
+ border-color: var(--sendbird-dark-primary-200);
895
+ }
896
+ .sendbird-theme--light .sendbird-theme--dark .sendbird-button--warning:focus .sendbird-button__text {
897
+ color: var(--sendbird-light-error-300);
898
+ }
899
+ .sendbird-theme--dark .sendbird-theme--dark .sendbird-button--warning:focus .sendbird-button__text {
900
+ color: var(--sendbird-dark-error-200);
901
+ }
902
+ .sendbird-theme--light .sendbird-button--warning:hover .sendbird-button--warning:focus {
903
+ border-color: var(--sendbird-light-primary-300);
904
+ }
905
+ .sendbird-theme--light .sendbird-theme--light .sendbird-button--warning:hover .sendbird-button--warning:focus .sendbird-button__text {
906
+ color: var(--sendbird-light-error-400);
907
+ }
908
+ .sendbird-theme--dark .sendbird-theme--light .sendbird-button--warning:hover .sendbird-button--warning:focus .sendbird-button__text {
909
+ color: var(--sendbird-dark-error-100);
910
+ }
911
+ .sendbird-theme--dark .sendbird-button--warning:hover .sendbird-button--warning:focus {
912
+ border-color: var(--sendbird-dark-primary-200);
913
+ }
914
+ .sendbird-theme--light .sendbird-theme--dark .sendbird-button--warning:hover .sendbird-button--warning:focus .sendbird-button__text {
915
+ color: var(--sendbird-light-error-400);
916
+ }
917
+ .sendbird-theme--dark .sendbird-theme--dark .sendbird-button--warning:hover .sendbird-button--warning:focus .sendbird-button__text {
918
+ color: var(--sendbird-dark-error-100);
919
+ }
920
+
921
+ .sendbird-theme--light .sendbird-button--danger {
858
922
  background-color: var(--sendbird-light-error-300);
923
+ border: 1px solid var(--sendbird-light-error-300);
859
924
  }
860
925
  .sendbird-theme--dark .sendbird-button--danger {
861
- border: 1px solid var(--sendbird-dark-error-200);
862
926
  background-color: var(--sendbird-dark-error-200);
927
+ border: 1px solid var(--sendbird-dark-error-200);
863
928
  }
864
929
  .sendbird-theme--light .sendbird-button--danger .sendbird-button__text {
865
930
  color: var(--sendbird-light-ondark-01);
@@ -876,12 +941,12 @@
876
941
  border-color: var(--sendbird-dark-error-400);
877
942
  }
878
943
  .sendbird-theme--light .sendbird-button--danger:focus {
879
- box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-300);
880
944
  border-color: var(--sendbird-button-border-focus);
945
+ box-shadow: 0 0 0 2px var(--sendbird-light-error-300);
881
946
  }
882
947
  .sendbird-theme--dark .sendbird-button--danger:focus {
883
- box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-300);
884
948
  border-color: var(--sendbird-button-border-focus);
949
+ box-shadow: 0 0 0 2px var(--sendbird-dark-error-300);
885
950
  }
886
951
  .sendbird-button--danger:active {
887
952
  box-shadow: none;
@@ -893,16 +958,16 @@
893
958
  background-color: var(--sendbird-dark-error-500);
894
959
  }
895
960
  .sendbird-theme--light .sendbird-button--danger:hover .sendbird-button--danger:focus {
896
- box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-400);
961
+ box-shadow: 0 0 0 2px var(--sendbird-light-error-400);
897
962
  }
898
963
  .sendbird-theme--dark .sendbird-button--danger:hover .sendbird-button--danger:focus {
899
- box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-400);
964
+ box-shadow: 0 0 0 2px var(--sendbird-dark-error-400);
900
965
  }
901
966
  .sendbird-theme--light .sendbird-button--danger:active .sendbird-button--danger:focus {
902
- box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-500);
967
+ box-shadow: 0 0 0 2px var(--sendbird-light-error-500);
903
968
  }
904
969
  .sendbird-theme--dark .sendbird-button--danger:active .sendbird-button--danger:focus {
905
- box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-500);
970
+ box-shadow: 0 0 0 2px var(--sendbird-dark-error-500);
906
971
  }
907
972
 
908
973
  .sendbird-button--disabled {
@@ -998,6 +1063,15 @@
998
1063
  letter-spacing: normal;
999
1064
  }
1000
1065
 
1066
+ .sendbird-label--button-3 {
1067
+ font-size: 14px;
1068
+ font-weight: 500;
1069
+ font-stretch: normal;
1070
+ font-style: normal;
1071
+ line-height: 1.43;
1072
+ letter-spacing: normal;
1073
+ }
1074
+
1001
1075
  .sendbird-label--caption-1 {
1002
1076
  font-size: 14px;
1003
1077
  font-weight: 600;
@@ -2019,7 +2093,9 @@
2019
2093
  height: 20px;
2020
2094
  min-width: 20px;
2021
2095
  border-radius: 10px;
2022
- display: inline-block;
2096
+ display: inline-flex;
2097
+ justify-content: center;
2098
+ align-items: center;
2023
2099
  }
2024
2100
  .sendbird-theme--light .sendbird-badge {
2025
2101
  background-color: var(--sendbird-light-primary-300);
@@ -2903,6 +2979,14 @@
2903
2979
  color: var(--sendbird-dark-ondark-04);
2904
2980
  border: 1px solid var(--sendbird-dark-ondark-04);
2905
2981
  }
2982
+ :root {
2983
+ --sendbird-feedback-buttons-container-height: 36px;
2984
+ --sendbird-feedback-buttons-container-margin-top: 4px;
2985
+ --sendbird-thread-replies-height: 28px;
2986
+ --sendbird-thread-replies-margin-top: 4px;
2987
+ --sendbird-feedback-buttons-container-margin-bottom: 4px;
2988
+ }
2989
+
2906
2990
  .sendbird-message-content {
2907
2991
  display: inline-flex;
2908
2992
  flex-direction: row;
@@ -2926,6 +3010,10 @@
2926
3010
  margin-top: -8px;
2927
3011
  }
2928
3012
 
3013
+ .sendbird-message-content__feedback {
3014
+ margin-bottom: calc(var(--sendbird-feedback-buttons-container-height) + var(--sendbird-feedback-buttons-container-margin-top) + var(--sendbird-feedback-buttons-container-margin-bottom));
3015
+ }
3016
+
2929
3017
  .sendbird-message-content__middle__quote-message__quote {
2930
3018
  width: 100%;
2931
3019
  }
@@ -3159,6 +3247,17 @@
3159
3247
  height: 50px;
3160
3248
  min-width: 136px;
3161
3249
  }
3250
+
3251
+ .sendbird-message-content__middle__body-container__feedback-buttons-container {
3252
+ position: absolute;
3253
+ bottom: calc(-1 * (var(--sendbird-feedback-buttons-container-height) + var(--sendbird-feedback-buttons-container-margin-top)));
3254
+ display: flex;
3255
+ gap: 4px;
3256
+ }
3257
+
3258
+ .sendbird-message-content__middle__body-container__feedback-buttons-container_with-thread-replies {
3259
+ bottom: calc(-1 * (var(--sendbird-feedback-buttons-container-height) + var(--sendbird-feedback-buttons-container-margin-top) + var(--sendbird-thread-replies-height) + var(--sendbird-thread-replies-margin-top)));
3260
+ }
3162
3261
  .sendbird-message-item-menu__list__menu-item:focus-visible {
3163
3262
  outline: none;
3164
3263
  }
@@ -4562,6 +4661,122 @@ div.sendbird-text-message-item-body {
4562
4661
  .sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__description {
4563
4662
  display: block;
4564
4663
  }
4664
+ .sendbird-iconbutton__feedback {
4665
+ display: flex;
4666
+ justify-content: center;
4667
+ align-items: center;
4668
+ background-color: transparent;
4669
+ cursor: pointer;
4670
+ border-radius: 18px;
4671
+ border: 1px solid;
4672
+ padding: 5px 8px;
4673
+ }
4674
+ .sendbird-theme--light .sendbird-iconbutton__feedback {
4675
+ border-color: var(--sendbird-light-onlight-04);
4676
+ }
4677
+ .sendbird-theme--dark .sendbird-iconbutton__feedback {
4678
+ border-color: var(--sendbird-dark-ondark-04);
4679
+ }
4680
+ .sendbird-theme--light .sendbird-iconbutton__feedback:hover {
4681
+ background-color: var(--sendbird-light-background-100);
4682
+ }
4683
+ .sendbird-theme--dark .sendbird-iconbutton__feedback:hover {
4684
+ background-color: var(--sendbird-dark-background-500);
4685
+ }
4686
+ .sendbird-iconbutton__feedback.sendbird-iconbutton__feedback__disabled {
4687
+ cursor: not-allowed;
4688
+ }
4689
+ .sendbird-iconbutton__feedback.sendbird-iconbutton__feedback__disabled:hover {
4690
+ background-color: transparent;
4691
+ }
4692
+ .sendbird-iconbutton__feedback.sendbird-iconbutton__feedback__pressed:hover {
4693
+ background-color: transparent;
4694
+ }
4695
+ .sendbird-theme--light .sendbird-iconbutton__feedback.sendbird-iconbutton__feedback__pressed {
4696
+ border-color: var(--sendbird-light-primary-300);
4697
+ background-color: var(--sendbird-light-primary-300);
4698
+ }
4699
+ .sendbird-theme--dark .sendbird-iconbutton__feedback.sendbird-iconbutton__feedback__pressed {
4700
+ border-color: var(--sendbird-dark-primary-200);
4701
+ background-color: var(--sendbird-dark-primary-200);
4702
+ }
4703
+
4704
+ .sendbird-iconbutton__feedback__inner {
4705
+ display: flex;
4706
+ justify-content: center;
4707
+ align-items: center;
4708
+ }
4709
+ .sendbird-theme--light .sendbird-iconbutton__feedback__inner svg path {
4710
+ fill: var(--sendbird-light-onlight-02);
4711
+ }
4712
+ .sendbird-theme--dark .sendbird-iconbutton__feedback__inner svg path {
4713
+ fill: var(--sendbird-dark-ondark-02);
4714
+ }
4715
+ .sendbird-theme--light .sendbird-iconbutton__feedback__inner.sendbird-iconbutton__feedback__inner__disabled svg path {
4716
+ fill: var(--sendbird-light-onlight-04);
4717
+ }
4718
+ .sendbird-theme--dark .sendbird-iconbutton__feedback__inner.sendbird-iconbutton__feedback__inner__disabled svg path {
4719
+ fill: var(--sendbird-dark-ondark-04);
4720
+ }
4721
+
4722
+ .sendbird-theme--light .sendbird-iconbutton__feedback__inner__pressed svg path {
4723
+ fill: var(--sendbird-light-ondark-01);
4724
+ }
4725
+ .sendbird-theme--dark .sendbird-iconbutton__feedback__inner__pressed svg path {
4726
+ fill: var(--sendbird-dark-onlight-01);
4727
+ }
4728
+ .sendbird-message__bottomsheet--feedback-options-menu {
4729
+ width: 100vw;
4730
+ border-radius: 8px 8px 0 0;
4731
+ }
4732
+ .sendbird-theme--light .sendbird-message__bottomsheet--feedback-options-menu {
4733
+ background-color: var(--sendbird-light-background-50);
4734
+ }
4735
+ .sendbird-theme--dark .sendbird-message__bottomsheet--feedback-options-menu {
4736
+ background-color: var(--sendbird-dark-background-500);
4737
+ }
4738
+ .sendbird-message__bottomsheet--feedback-options-menu :first-child {
4739
+ border-radius: 8px 8px 0 0;
4740
+ }
4741
+
4742
+ .sendbird-message__bottomsheet--feedback-option {
4743
+ cursor: pointer;
4744
+ height: 48px;
4745
+ display: flex;
4746
+ align-items: center;
4747
+ padding: 0 24px;
4748
+ }
4749
+ .sendbird--mobile-mode .sendbird-message-feedback-modal-content__mobile {
4750
+ max-width: 280px;
4751
+ padding: 16px;
4752
+ }
4753
+
4754
+ .sendbird-message-feedback-modal-footer__root {
4755
+ display: flex;
4756
+ justify-content: space-between;
4757
+ align-items: center;
4758
+ }
4759
+
4760
+ .sendbird-message-feedback-modal-footer__root_failed {
4761
+ display: flex;
4762
+ justify-content: flex-end;
4763
+ align-items: center;
4764
+ margin-top: 48px;
4765
+ }
4766
+
4767
+ .sendbird-message-feedback-modal-footer__right-content {
4768
+ display: flex;
4769
+ gap: 8px;
4770
+ }
4771
+
4772
+ .sendbird-message-feedback-modal-body__root {
4773
+ margin: 21px 0;
4774
+ }
4775
+
4776
+ .sendbird--mobile-mode .sendbird-message-feedback-modal-header {
4777
+ font-size: 18px;
4778
+ line-height: 1.33;
4779
+ }
4565
4780
  .sendbird-fileviewer__header__right__actions__download,
4566
4781
  .sendbird-fileviewer__header__right__actions__delete,
4567
4782
  .sendbird-fileviewer__header__right__actions__close {