@sendbird/uikit-react 3.3.4 → 3.3.5-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 (444) hide show
  1. package/App.js +34 -34
  2. package/CHANGELOG.md +25 -0
  3. package/Channel/components/ChannelHeader.js +18 -18
  4. package/Channel/components/ChannelUI.js +27 -27
  5. package/Channel/components/FileViewer.js +14 -14
  6. package/Channel/components/FrozenNotification.js +4 -4
  7. package/Channel/components/Message.js +24 -24
  8. package/Channel/components/MessageInput.js +16 -16
  9. package/Channel/components/MessageList.js +25 -25
  10. package/Channel/components/RemoveMessageModal.js +16 -16
  11. package/Channel/components/SuggestedMentionList.js +16 -16
  12. package/Channel/components/TypingIndicator.js +14 -14
  13. package/Channel/components/UnreadCount.js +4 -4
  14. package/Channel/context.js +13 -13
  15. package/Channel.js +27 -27
  16. package/ChannelList/components/AddChannel.js +15 -15
  17. package/ChannelList/components/ChannelListHeader.js +7 -7
  18. package/ChannelList/components/ChannelListUI.js +28 -28
  19. package/ChannelList/components/ChannelPreview.js +24 -24
  20. package/ChannelList/components/ChannelPreviewAction.js +14 -14
  21. package/ChannelList/context.js +8 -8
  22. package/ChannelList.js +28 -28
  23. package/{ChannelListProvider-29e939e1.js → ChannelListProvider-88cdca14.js} +28 -8
  24. package/ChannelListProvider-88cdca14.js.map +1 -0
  25. package/{ChannelProvider-0f023800.js → ChannelProvider-01c79c11.js} +9 -9
  26. package/{ChannelProvider-0f023800.js.map → ChannelProvider-01c79c11.js.map} +1 -1
  27. package/ChannelSettings/components/ChannelProfile.js +12 -12
  28. package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
  29. package/ChannelSettings/components/EditDetailsModal.js +12 -12
  30. package/ChannelSettings/components/LeaveChannel.js +12 -12
  31. package/ChannelSettings/components/ModerationPanel.js +28 -24
  32. package/ChannelSettings/components/ModerationPanel.js.map +1 -1
  33. package/ChannelSettings/components/UserListItem.js +11 -11
  34. package/ChannelSettings/components/UserPanel.js +14 -14
  35. package/ChannelSettings/context.js +3 -3
  36. package/ChannelSettings.js +18 -18
  37. package/CreateChannel/components/CreateChannelUI.js +14 -14
  38. package/CreateChannel/components/InviteUsers.js +14 -14
  39. package/CreateChannel/components/SelectChannelType.js +11 -11
  40. package/CreateChannel/context.js +4 -4
  41. package/CreateChannel.js +14 -14
  42. package/{CreateChannelProvider-1bad158a.js → CreateChannelProvider-86bd8f13.js} +1 -1
  43. package/{CreateChannelProvider-1bad158a.js.map → CreateChannelProvider-86bd8f13.js.map} +1 -1
  44. package/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
  45. package/CreateOpenChannel/context.js +1 -1
  46. package/CreateOpenChannel.js +10 -10
  47. package/EditUserProfile/components/EditUserProfileUI.js +13 -13
  48. package/EditUserProfile.js +13 -13
  49. package/{LocalizationContext-0a81b301.js → LocalizationContext-2884fc26.js} +3 -3
  50. package/{LocalizationContext-0a81b301.js.map → LocalizationContext-2884fc26.js.map} +1 -1
  51. package/{MediaQueryContext-dbf82efb.js → MediaQueryContext-4b77fc65.js} +1 -1
  52. package/{MediaQueryContext-dbf82efb.js.map → MediaQueryContext-4b77fc65.js.map} +1 -1
  53. package/{MemberList-227fbdb3.js → MemberList-72872fdc.js} +6 -6
  54. package/MemberList-72872fdc.js.map +1 -0
  55. package/MessageSearch/components/MessageSearchUI.js +11 -11
  56. package/MessageSearch/context.js +2 -2
  57. package/MessageSearch.js +11 -11
  58. package/OpenChannel/components/FrozenChannelNotification.js +4 -4
  59. package/OpenChannel/components/OpenChannelHeader.js +13 -13
  60. package/OpenChannel/components/OpenChannelInput.js +15 -15
  61. package/OpenChannel/components/OpenChannelMessage.js +22 -22
  62. package/OpenChannel/components/OpenChannelMessageList.js +24 -24
  63. package/OpenChannel/components/OpenChannelUI.js +24 -24
  64. package/OpenChannel/context.js +9 -9
  65. package/OpenChannel.js +24 -24
  66. package/OpenChannelList/components/OpenChannelListUI.js +13 -13
  67. package/OpenChannelList/components/OpenChannelPreview.js +4 -4
  68. package/OpenChannelList/context.js +4 -4
  69. package/OpenChannelList.js +13 -13
  70. package/{OpenChannelListProvider-e18c45c3.js → OpenChannelListProvider-559bfc77.js} +3 -3
  71. package/{OpenChannelListProvider-e18c45c3.js.map → OpenChannelListProvider-559bfc77.js.map} +1 -1
  72. package/{OpenChannelProvider-0ce9c650.js → OpenChannelProvider-b0a05b47.js} +7 -7
  73. package/{OpenChannelProvider-0ce9c650.js.map → OpenChannelProvider-b0a05b47.js.map} +1 -1
  74. package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
  75. package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
  76. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
  77. package/OpenChannelSettings/components/OperatorUI.js +18 -18
  78. package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
  79. package/OpenChannelSettings/components/ParticipantUI.js +15 -15
  80. package/OpenChannelSettings/context.js +3 -3
  81. package/OpenChannelSettings.js +18 -18
  82. package/README.md +1 -1
  83. package/{RemoveMessageModal-515ad099.js → RemoveMessageModal-a5901174.js} +3 -3
  84. package/{RemoveMessageModal-515ad099.js.map → RemoveMessageModal-a5901174.js.map} +1 -1
  85. package/SendbirdProvider.js +10 -10
  86. package/SendbirdProvider.js.map +1 -1
  87. package/Thread/components/ParentMessageInfo.js +21 -21
  88. package/Thread/components/ParentMessageInfoItem.js +14 -14
  89. package/Thread/components/ThreadHeader.js +6 -6
  90. package/Thread/components/ThreadList.js +24 -24
  91. package/Thread/components/ThreadListItem.js +24 -24
  92. package/Thread/components/ThreadMessageInput.js +16 -16
  93. package/Thread/components/ThreadUI.js +26 -26
  94. package/Thread/context.js +8 -8
  95. package/Thread.js +26 -26
  96. package/{ThreadProvider-bba0da1b.js → ThreadProvider-2e278d0b.js} +6 -6
  97. package/{ThreadProvider-bba0da1b.js.map → ThreadProvider-2e278d0b.js.map} +1 -1
  98. package/{UserProfileContext-8cec4652.js → UserProfileContext-f1df8507.js} +1 -1
  99. package/{UserProfileContext-8cec4652.js.map → UserProfileContext-f1df8507.js.map} +1 -1
  100. package/{_rollupPluginBabelHelpers-1596259a.js → _rollupPluginBabelHelpers-c0cff13a.js} +1 -1
  101. package/_rollupPluginBabelHelpers-c0cff13a.js.map +1 -0
  102. package/{actionTypes-9fbd05b0.js → actionTypes-7a81aa4a.js} +1 -1
  103. package/{actionTypes-9fbd05b0.js.map → actionTypes-7a81aa4a.js.map} +1 -1
  104. package/cjs/App.js +34 -34
  105. package/cjs/Channel/components/ChannelHeader.js +18 -18
  106. package/cjs/Channel/components/ChannelUI.js +27 -27
  107. package/cjs/Channel/components/FileViewer.js +14 -14
  108. package/cjs/Channel/components/FrozenNotification.js +4 -4
  109. package/cjs/Channel/components/Message.js +24 -24
  110. package/cjs/Channel/components/MessageInput.js +16 -16
  111. package/cjs/Channel/components/MessageList.js +25 -25
  112. package/cjs/Channel/components/RemoveMessageModal.js +16 -16
  113. package/cjs/Channel/components/SuggestedMentionList.js +16 -16
  114. package/cjs/Channel/components/TypingIndicator.js +14 -14
  115. package/cjs/Channel/components/UnreadCount.js +4 -4
  116. package/cjs/Channel/context.js +13 -13
  117. package/cjs/Channel.js +27 -27
  118. package/cjs/ChannelList/components/AddChannel.js +15 -15
  119. package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
  120. package/cjs/ChannelList/components/ChannelListUI.js +28 -28
  121. package/cjs/ChannelList/components/ChannelPreview.js +24 -24
  122. package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
  123. package/cjs/ChannelList/context.js +8 -8
  124. package/cjs/ChannelList.js +28 -28
  125. package/cjs/{ChannelListProvider-40537146.js → ChannelListProvider-fca2402f.js} +28 -8
  126. package/cjs/ChannelListProvider-fca2402f.js.map +1 -0
  127. package/cjs/{ChannelProvider-5bf86efa.js → ChannelProvider-c69451a4.js} +9 -9
  128. package/cjs/{ChannelProvider-5bf86efa.js.map → ChannelProvider-c69451a4.js.map} +1 -1
  129. package/cjs/ChannelSettings/components/ChannelProfile.js +12 -12
  130. package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
  131. package/cjs/ChannelSettings/components/EditDetailsModal.js +12 -12
  132. package/cjs/ChannelSettings/components/LeaveChannel.js +12 -12
  133. package/cjs/ChannelSettings/components/ModerationPanel.js +28 -24
  134. package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
  135. package/cjs/ChannelSettings/components/UserListItem.js +11 -11
  136. package/cjs/ChannelSettings/components/UserPanel.js +14 -14
  137. package/cjs/ChannelSettings/context.js +3 -3
  138. package/cjs/ChannelSettings.js +18 -18
  139. package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
  140. package/cjs/CreateChannel/components/InviteUsers.js +14 -14
  141. package/cjs/CreateChannel/components/SelectChannelType.js +11 -11
  142. package/cjs/CreateChannel/context.js +4 -4
  143. package/cjs/CreateChannel.js +14 -14
  144. package/cjs/{CreateChannelProvider-2f5c62a5.js → CreateChannelProvider-4bc1d9c4.js} +1 -1
  145. package/cjs/{CreateChannelProvider-2f5c62a5.js.map → CreateChannelProvider-4bc1d9c4.js.map} +1 -1
  146. package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
  147. package/cjs/CreateOpenChannel/context.js +1 -1
  148. package/cjs/CreateOpenChannel.js +10 -10
  149. package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
  150. package/cjs/EditUserProfile.js +13 -13
  151. package/cjs/{LocalizationContext-8497bc78.js → LocalizationContext-d41b4430.js} +3 -3
  152. package/cjs/{LocalizationContext-8497bc78.js.map → LocalizationContext-d41b4430.js.map} +1 -1
  153. package/cjs/{MediaQueryContext-4225380b.js → MediaQueryContext-5b7eb39a.js} +1 -1
  154. package/cjs/{MediaQueryContext-4225380b.js.map → MediaQueryContext-5b7eb39a.js.map} +1 -1
  155. package/cjs/{MemberList-2256bcdf.js → MemberList-e26813a5.js} +6 -6
  156. package/cjs/MemberList-e26813a5.js.map +1 -0
  157. package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
  158. package/cjs/MessageSearch/context.js +2 -2
  159. package/cjs/MessageSearch.js +11 -11
  160. package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
  161. package/cjs/OpenChannel/components/OpenChannelHeader.js +13 -13
  162. package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
  163. package/cjs/OpenChannel/components/OpenChannelMessage.js +22 -22
  164. package/cjs/OpenChannel/components/OpenChannelMessageList.js +24 -24
  165. package/cjs/OpenChannel/components/OpenChannelUI.js +24 -24
  166. package/cjs/OpenChannel/context.js +9 -9
  167. package/cjs/OpenChannel.js +24 -24
  168. package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
  169. package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
  170. package/cjs/OpenChannelList/context.js +4 -4
  171. package/cjs/OpenChannelList.js +13 -13
  172. package/cjs/{OpenChannelListProvider-80f2b08b.js → OpenChannelListProvider-684443e8.js} +3 -3
  173. package/cjs/{OpenChannelListProvider-80f2b08b.js.map → OpenChannelListProvider-684443e8.js.map} +1 -1
  174. package/cjs/{OpenChannelProvider-e93c9633.js → OpenChannelProvider-b7318ef8.js} +7 -7
  175. package/cjs/{OpenChannelProvider-e93c9633.js.map → OpenChannelProvider-b7318ef8.js.map} +1 -1
  176. package/cjs/OpenChannelSettings/components/EditDetailsModal.js +13 -13
  177. package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
  178. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
  179. package/cjs/OpenChannelSettings/components/OperatorUI.js +18 -18
  180. package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
  181. package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -15
  182. package/cjs/OpenChannelSettings/context.js +3 -3
  183. package/cjs/OpenChannelSettings.js +18 -18
  184. package/cjs/{RemoveMessageModal-46e89e67.js → RemoveMessageModal-6a6d56cd.js} +3 -3
  185. package/cjs/{RemoveMessageModal-46e89e67.js.map → RemoveMessageModal-6a6d56cd.js.map} +1 -1
  186. package/cjs/SendbirdProvider.js +10 -10
  187. package/cjs/SendbirdProvider.js.map +1 -1
  188. package/cjs/Thread/components/ParentMessageInfo.js +21 -21
  189. package/cjs/Thread/components/ParentMessageInfoItem.js +14 -14
  190. package/cjs/Thread/components/ThreadHeader.js +6 -6
  191. package/cjs/Thread/components/ThreadList.js +24 -24
  192. package/cjs/Thread/components/ThreadListItem.js +24 -24
  193. package/cjs/Thread/components/ThreadMessageInput.js +16 -16
  194. package/cjs/Thread/components/ThreadUI.js +26 -26
  195. package/cjs/Thread/context.js +8 -8
  196. package/cjs/Thread.js +26 -26
  197. package/cjs/{ThreadProvider-a3aff32f.js → ThreadProvider-960d9cfd.js} +6 -6
  198. package/cjs/{ThreadProvider-a3aff32f.js.map → ThreadProvider-960d9cfd.js.map} +1 -1
  199. package/cjs/{UserProfileContext-a0cd5b83.js → UserProfileContext-ac87948e.js} +1 -1
  200. package/cjs/{UserProfileContext-a0cd5b83.js.map → UserProfileContext-ac87948e.js.map} +1 -1
  201. package/cjs/{_rollupPluginBabelHelpers-cf1a9aed.js → _rollupPluginBabelHelpers-0bb67a62.js} +1 -1
  202. package/cjs/_rollupPluginBabelHelpers-0bb67a62.js.map +1 -0
  203. package/cjs/{actionTypes-2dc34f6e.js → actionTypes-a06bbd4b.js} +1 -1
  204. package/cjs/{actionTypes-2dc34f6e.js.map → actionTypes-a06bbd4b.js.map} +1 -1
  205. package/cjs/{color-fbd6c374.js → color-1c4b0fb9.js} +1 -1
  206. package/cjs/{color-fbd6c374.js.map → color-1c4b0fb9.js.map} +1 -1
  207. package/cjs/{compareIds-76947865.js → compareIds-8341d8ea.js} +1 -1
  208. package/cjs/{compareIds-76947865.js.map → compareIds-8341d8ea.js.map} +1 -1
  209. package/cjs/{const-d51e19f4.js → const-4650f00a.js} +1 -1
  210. package/cjs/{const-d51e19f4.js.map → const-4650f00a.js.map} +1 -1
  211. package/cjs/{const-1d125f31.js → const-6257f116.js} +1 -1
  212. package/cjs/{const-1d125f31.js.map → const-6257f116.js.map} +1 -1
  213. package/cjs/{context-2bdb5172.js → context-796575c1.js} +2 -2
  214. package/cjs/{context-2bdb5172.js.map → context-796575c1.js.map} +1 -1
  215. package/cjs/dist/index.css +61 -56
  216. package/cjs/dist/index.css.map +1 -1
  217. package/cjs/{index-d2f03436.js → index-04cf08cd.js} +2 -2
  218. package/cjs/{index-d2f03436.js.map → index-04cf08cd.js.map} +1 -1
  219. package/cjs/{index-d84834cb.js → index-06d4bb3b.js} +4 -4
  220. package/cjs/{index-d84834cb.js.map → index-06d4bb3b.js.map} +1 -1
  221. package/cjs/{index-f15a815b.js → index-23f93fb7.js} +2 -2
  222. package/cjs/{index-f15a815b.js.map → index-23f93fb7.js.map} +1 -1
  223. package/cjs/{index-a160e409.js → index-2c320718.js} +17 -15
  224. package/cjs/index-2c320718.js.map +1 -0
  225. package/cjs/{index-82ff89ee.js → index-2c50cf69.js} +2 -2
  226. package/cjs/{index-82ff89ee.js.map → index-2c50cf69.js.map} +1 -1
  227. package/cjs/{index-3cc13e66.js → index-6a01cb26.js} +3 -3
  228. package/cjs/{index-3cc13e66.js.map → index-6a01cb26.js.map} +1 -1
  229. package/cjs/{index-e7d3a41a.js → index-82932bfa.js} +5 -5
  230. package/cjs/{index-e7d3a41a.js.map → index-82932bfa.js.map} +1 -1
  231. package/cjs/{index-07e9d235.js → index-830ce6e4.js} +1 -1
  232. package/cjs/{index-07e9d235.js.map → index-830ce6e4.js.map} +1 -1
  233. package/cjs/{index-f058f9f9.js → index-916e04ab.js} +2 -2
  234. package/cjs/{index-f058f9f9.js.map → index-916e04ab.js.map} +1 -1
  235. package/cjs/{index-d3e46239.js → index-939a4e9f.js} +7 -7
  236. package/cjs/{index-d3e46239.js.map → index-939a4e9f.js.map} +1 -1
  237. package/cjs/{index-e9d4a3c3.js → index-ac938e96.js} +1 -1
  238. package/cjs/{index-e9d4a3c3.js.map → index-ac938e96.js.map} +1 -1
  239. package/cjs/{index-1e636630.js → index-b8bbd03a.js} +7 -7
  240. package/cjs/{index-1e636630.js.map → index-b8bbd03a.js.map} +1 -1
  241. package/cjs/index.js +38 -38
  242. package/cjs/sendbirdSelectors.js +2 -2
  243. package/cjs/{stringSet-4dd3f71e.js → stringSet-ef1de13f.js} +4 -2
  244. package/cjs/stringSet-ef1de13f.js.map +1 -0
  245. package/cjs/{topics-a58ece2d.js → topics-79b8e481.js} +1 -1
  246. package/cjs/{topics-a58ece2d.js.map → topics-79b8e481.js.map} +1 -1
  247. package/cjs/{tslib.es6-565bcf25.js → tslib.es6-a0841755.js} +1 -1
  248. package/cjs/{tslib.es6-565bcf25.js.map → tslib.es6-a0841755.js.map} +1 -1
  249. package/cjs/ui/Accordion.js +3 -3
  250. package/cjs/ui/AccordionGroup.js +2 -2
  251. package/cjs/ui/AdminMessage.js +3 -3
  252. package/cjs/ui/Avatar.js +2 -2
  253. package/cjs/ui/Badge.js +5 -5
  254. package/cjs/ui/BottomSheet.js +1 -1
  255. package/cjs/ui/Button.js +3 -3
  256. package/cjs/ui/ChannelAvatar.js +3 -3
  257. package/cjs/ui/ConnectionStatus.js +4 -4
  258. package/cjs/ui/ContextMenu.js +5 -5
  259. package/cjs/ui/DateSeparator.js +4 -4
  260. package/cjs/ui/EmojiReactions.js +7 -7
  261. package/cjs/ui/FileMessageItemBody.js +6 -6
  262. package/cjs/ui/FileViewer.js +8 -8
  263. package/cjs/ui/IconButton.js +1 -1
  264. package/cjs/ui/ImageRenderer.js +1 -1
  265. package/cjs/ui/Input.js +2 -2
  266. package/cjs/ui/Label.js +2 -2
  267. package/cjs/ui/LinkLabel.js +2 -2
  268. package/cjs/ui/Loader.js +1 -1
  269. package/cjs/ui/MentionLabel.js +11 -11
  270. package/cjs/ui/MessageContent.js +20 -20
  271. package/cjs/ui/MessageInput.js +18 -13
  272. package/cjs/ui/MessageInput.js.map +1 -1
  273. package/cjs/ui/MessageItemMenu.js +7 -7
  274. package/cjs/ui/MessageItemReactionMenu.js +5 -5
  275. package/cjs/ui/MessageSearchFileItem.js +9 -9
  276. package/cjs/ui/MessageSearchItem.js +9 -9
  277. package/cjs/ui/MessageStatus.js +10 -10
  278. package/cjs/ui/Modal.js +7 -7
  279. package/cjs/ui/OGMessageItemBody.js +33 -25
  280. package/cjs/ui/OGMessageItemBody.js.map +1 -1
  281. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  282. package/cjs/ui/OpenChannelAvatar.js +6 -6
  283. package/cjs/ui/OpenchannelConversationHeader.js +6 -6
  284. package/cjs/ui/OpenchannelFileMessage.js +16 -16
  285. package/cjs/ui/OpenchannelOGMessage.js +16 -16
  286. package/cjs/ui/OpenchannelThumbnailMessage.js +15 -15
  287. package/cjs/ui/OpenchannelUserMessage.js +16 -16
  288. package/cjs/ui/PlaceHolder.js +6 -6
  289. package/cjs/ui/QuoteMessage.js +6 -6
  290. package/cjs/ui/QuoteMessageInput.js +6 -6
  291. package/cjs/ui/ReactionBadge.js +3 -3
  292. package/cjs/ui/ReactionButton.js +1 -1
  293. package/cjs/ui/SortByRow.js +2 -2
  294. package/cjs/ui/TextButton.js +2 -2
  295. package/cjs/ui/TextMessageItemBody.js +21 -15
  296. package/cjs/ui/TextMessageItemBody.js.map +1 -1
  297. package/cjs/ui/ThreadReplies.js +6 -6
  298. package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
  299. package/cjs/ui/Tooltip.js +3 -3
  300. package/cjs/ui/TooltipWrapper.js +1 -1
  301. package/cjs/ui/UnknownMessageItemBody.js +6 -6
  302. package/cjs/ui/UserListItem.js +11 -11
  303. package/cjs/ui/UserProfile.js +10 -10
  304. package/cjs/ui/Word.js +11 -11
  305. package/cjs/{useLongPress-5dd4480a.js → useLongPress-e9d33f8f.js} +3 -3
  306. package/cjs/{useLongPress-5dd4480a.js.map → useLongPress-e9d33f8f.js.map} +1 -1
  307. package/cjs/useSendbirdStateContext.js +1 -1
  308. package/cjs/{utils-eaf70168.js → utils-066ca1ea.js} +2 -2
  309. package/cjs/{utils-eaf70168.js.map → utils-066ca1ea.js.map} +1 -1
  310. package/cjs/{utils-7818d87a.js → utils-6626aa2e.js} +1 -1
  311. package/cjs/{utils-7818d87a.js.map → utils-6626aa2e.js.map} +1 -1
  312. package/cjs/{utils-4594064b.js → utils-7778b381.js} +1 -1
  313. package/cjs/{utils-4594064b.js.map → utils-7778b381.js.map} +1 -1
  314. package/cjs/{utils-4cce255c.js → utils-861ec4de.js} +1 -1
  315. package/cjs/{utils-4cce255c.js.map → utils-861ec4de.js.map} +1 -1
  316. package/cjs/{uuid-bea1faad.js → uuid-2027ed89.js} +1 -1
  317. package/cjs/{uuid-bea1faad.js.map → uuid-2027ed89.js.map} +1 -1
  318. package/cjs/withSendbird.js +1 -1
  319. package/{color-bf0c20dc.js → color-a3418d45.js} +1 -1
  320. package/{color-bf0c20dc.js.map → color-a3418d45.js.map} +1 -1
  321. package/{compareIds-8f9595bc.js → compareIds-473e9b83.js} +1 -1
  322. package/{compareIds-8f9595bc.js.map → compareIds-473e9b83.js.map} +1 -1
  323. package/{const-d3c760a4.js → const-ab1efff9.js} +1 -1
  324. package/{const-d3c760a4.js.map → const-ab1efff9.js.map} +1 -1
  325. package/{const-faf029e4.js → const-ce6aac84.js} +1 -1
  326. package/{const-faf029e4.js.map → const-ce6aac84.js.map} +1 -1
  327. package/{context-7e7aa145.js → context-c3839563.js} +2 -2
  328. package/{context-7e7aa145.js.map → context-c3839563.js.map} +1 -1
  329. package/dist/index.css +61 -56
  330. package/dist/index.css.map +1 -1
  331. package/{index-589ef7e7.js → index-12c40d25.js} +3 -3
  332. package/{index-589ef7e7.js.map → index-12c40d25.js.map} +1 -1
  333. package/{index-22146748.js → index-1542c9b8.js} +1 -1
  334. package/{index-22146748.js.map → index-1542c9b8.js.map} +1 -1
  335. package/{index-75c6845d.js → index-27fd8d9e.js} +17 -15
  336. package/index-27fd8d9e.js.map +1 -0
  337. package/{index-837130fb.js → index-358a7883.js} +2 -2
  338. package/{index-837130fb.js.map → index-358a7883.js.map} +1 -1
  339. package/{index-3e13540c.js → index-7cae08fd.js} +7 -7
  340. package/{index-3e13540c.js.map → index-7cae08fd.js.map} +1 -1
  341. package/{index-53f9dbdb.js → index-a1799197.js} +2 -2
  342. package/{index-53f9dbdb.js.map → index-a1799197.js.map} +1 -1
  343. package/{index-c4124d52.js → index-a88158af.js} +4 -4
  344. package/{index-c4124d52.js.map → index-a88158af.js.map} +1 -1
  345. package/{index-11069e08.js → index-c6c7ad47.js} +2 -2
  346. package/{index-11069e08.js.map → index-c6c7ad47.js.map} +1 -1
  347. package/{index-a682dd0a.js → index-e38e42b0.js} +1 -1
  348. package/{index-a682dd0a.js.map → index-e38e42b0.js.map} +1 -1
  349. package/{index-4052efb0.js → index-e525702f.js} +2 -2
  350. package/{index-4052efb0.js.map → index-e525702f.js.map} +1 -1
  351. package/{index-e7a5c308.js → index-eb51b11e.js} +7 -7
  352. package/{index-e7a5c308.js.map → index-eb51b11e.js.map} +1 -1
  353. package/{index-5665dd9a.js → index-f6887522.js} +5 -5
  354. package/{index-5665dd9a.js.map → index-f6887522.js.map} +1 -1
  355. package/index.d.ts +1 -1
  356. package/index.js +38 -38
  357. package/package.json +1 -1
  358. package/sendbirdSelectors.js +2 -2
  359. package/{stringSet-522716ae.js → stringSet-140ed862.js} +4 -2
  360. package/stringSet-140ed862.js.map +1 -0
  361. package/{topics-4353311c.js → topics-65e08b70.js} +1 -1
  362. package/{topics-4353311c.js.map → topics-65e08b70.js.map} +1 -1
  363. package/{tslib.es6-1d845c73.js → tslib.es6-bacd991d.js} +1 -1
  364. package/{tslib.es6-1d845c73.js.map → tslib.es6-bacd991d.js.map} +1 -1
  365. package/ui/Accordion.js +3 -3
  366. package/ui/AccordionGroup.js +2 -2
  367. package/ui/AdminMessage.js +3 -3
  368. package/ui/Avatar.js +2 -2
  369. package/ui/Badge.js +5 -5
  370. package/ui/BottomSheet.js +1 -1
  371. package/ui/Button.js +3 -3
  372. package/ui/ChannelAvatar.js +3 -3
  373. package/ui/ConnectionStatus.js +4 -4
  374. package/ui/ContextMenu.js +5 -5
  375. package/ui/DateSeparator.js +4 -4
  376. package/ui/EmojiReactions.js +7 -7
  377. package/ui/FileMessageItemBody.js +6 -6
  378. package/ui/FileViewer.js +8 -8
  379. package/ui/IconButton.js +1 -1
  380. package/ui/ImageRenderer.js +1 -1
  381. package/ui/Input.js +2 -2
  382. package/ui/Label.js +2 -2
  383. package/ui/LinkLabel.js +2 -2
  384. package/ui/Loader.js +1 -1
  385. package/ui/MentionLabel.js +11 -11
  386. package/ui/MessageContent.js +20 -20
  387. package/ui/MessageInput.js +18 -13
  388. package/ui/MessageInput.js.map +1 -1
  389. package/ui/MessageItemMenu.js +7 -7
  390. package/ui/MessageItemReactionMenu.js +5 -5
  391. package/ui/MessageSearchFileItem.js +9 -9
  392. package/ui/MessageSearchItem.js +9 -9
  393. package/ui/MessageStatus.js +10 -10
  394. package/ui/Modal.js +7 -7
  395. package/ui/OGMessageItemBody.js +34 -26
  396. package/ui/OGMessageItemBody.js.map +1 -1
  397. package/ui/OpenChannelAdminMessage.js +3 -3
  398. package/ui/OpenChannelAvatar.js +6 -6
  399. package/ui/OpenchannelConversationHeader.js +6 -6
  400. package/ui/OpenchannelFileMessage.js +16 -16
  401. package/ui/OpenchannelOGMessage.js +16 -16
  402. package/ui/OpenchannelThumbnailMessage.js +15 -15
  403. package/ui/OpenchannelUserMessage.js +16 -16
  404. package/ui/PlaceHolder.js +6 -6
  405. package/ui/QuoteMessage.js +6 -6
  406. package/ui/QuoteMessageInput.js +6 -6
  407. package/ui/ReactionBadge.js +3 -3
  408. package/ui/ReactionButton.js +1 -1
  409. package/ui/SortByRow.js +2 -2
  410. package/ui/TextButton.js +2 -2
  411. package/ui/TextMessageItemBody.js +21 -15
  412. package/ui/TextMessageItemBody.js.map +1 -1
  413. package/ui/ThreadReplies.js +6 -6
  414. package/ui/ThumbnailMessageItemBody.js +2 -2
  415. package/ui/Tooltip.js +3 -3
  416. package/ui/TooltipWrapper.js +1 -1
  417. package/ui/UnknownMessageItemBody.js +6 -6
  418. package/ui/UserListItem.js +11 -11
  419. package/ui/UserProfile.js +10 -10
  420. package/ui/Word.js +11 -11
  421. package/{useLongPress-f99b61d9.js → useLongPress-952b34b2.js} +3 -3
  422. package/{useLongPress-f99b61d9.js.map → useLongPress-952b34b2.js.map} +1 -1
  423. package/useSendbirdStateContext.js +1 -1
  424. package/{utils-c7097024.js → utils-6fc7ca06.js} +1 -1
  425. package/{utils-c7097024.js.map → utils-6fc7ca06.js.map} +1 -1
  426. package/{utils-531c0ded.js → utils-796bbfd8.js} +1 -1
  427. package/{utils-531c0ded.js.map → utils-796bbfd8.js.map} +1 -1
  428. package/{utils-355daaf8.js → utils-ae7fe229.js} +1 -1
  429. package/{utils-355daaf8.js.map → utils-ae7fe229.js.map} +1 -1
  430. package/{utils-b2c3eeca.js → utils-d9ba26da.js} +2 -2
  431. package/{utils-b2c3eeca.js.map → utils-d9ba26da.js.map} +1 -1
  432. package/{uuid-1f647558.js → uuid-f376ea4b.js} +1 -1
  433. package/{uuid-1f647558.js.map → uuid-f376ea4b.js.map} +1 -1
  434. package/withSendbird.js +1 -1
  435. package/ChannelListProvider-29e939e1.js.map +0 -1
  436. package/MemberList-227fbdb3.js.map +0 -1
  437. package/_rollupPluginBabelHelpers-1596259a.js.map +0 -1
  438. package/cjs/ChannelListProvider-40537146.js.map +0 -1
  439. package/cjs/MemberList-2256bcdf.js.map +0 -1
  440. package/cjs/_rollupPluginBabelHelpers-cf1a9aed.js.map +0 -1
  441. package/cjs/index-a160e409.js.map +0 -1
  442. package/cjs/stringSet-4dd3f71e.js.map +0 -1
  443. package/index-75c6845d.js.map +0 -1
  444. package/stringSet-522716ae.js.map +0 -1
@@ -89,4 +89,4 @@ function __spreadArray(to, from, pack) {
89
89
  }
90
90
 
91
91
  export { __assign as _, __spreadArray as a, __extends as b, __awaiter as c, __generator as d };
92
- //# sourceMappingURL=tslib.es6-1d845c73.js.map
92
+ //# sourceMappingURL=tslib.es6-bacd991d.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tslib.es6-1d845c73.js","sources":["../node_modules/tslib/tslib.es6.js"],"sourcesContent":["/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"tslib.es6-bacd991d.js","sources":["../node_modules/tslib/tslib.es6.js"],"sourcesContent":["/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n"],"names":[],"mappings":"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"}
package/ui/Accordion.js CHANGED
@@ -1,10 +1,10 @@
1
- import { a as __spreadArray } from '../tslib.es6-1d845c73.js';
1
+ import { a as __spreadArray } from '../tslib.es6-bacd991d.js';
2
2
  import React__default, { useState } from 'react';
3
3
  import Icon, { IconTypes } from './Icon.js';
4
4
  import AccordionGroup$1 from './AccordionGroup.js';
5
- import { C as Consumer } from '../context-7e7aa145.js';
5
+ import { C as Consumer } from '../context-c3839563.js';
6
6
  import 'prop-types';
7
- import '../utils-531c0ded.js';
7
+ import '../utils-796bbfd8.js';
8
8
 
9
9
  function Accordion(_a) {
10
10
  var className = _a.className,
@@ -1,6 +1,6 @@
1
1
  import React__default, { useState } from 'react';
2
- import { P as Provider } from '../context-7e7aa145.js';
3
- import '../utils-531c0ded.js';
2
+ import { P as Provider } from '../context-c3839563.js';
3
+ import '../utils-796bbfd8.js';
4
4
 
5
5
  // Wraps all the accordions in an accordion set
6
6
  function AccordionGroup(_a) {
@@ -1,8 +1,8 @@
1
- import { a as __spreadArray } from '../tslib.es6-1d845c73.js';
1
+ import { a as __spreadArray } from '../tslib.es6-bacd991d.js';
2
2
  import React__default from 'react';
3
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-4052efb0.js';
3
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-e525702f.js';
4
4
  import 'prop-types';
5
- import '../stringSet-522716ae.js';
5
+ import '../stringSet-140ed862.js';
6
6
 
7
7
  function AdminMessage(_a) {
8
8
  var _b;
package/ui/Avatar.js CHANGED
@@ -1,8 +1,8 @@
1
- import { a as __spreadArray } from '../tslib.es6-1d845c73.js';
1
+ import { a as __spreadArray } from '../tslib.es6-bacd991d.js';
2
2
  import React__default from 'react';
3
3
  import ImageRenderer from './ImageRenderer.js';
4
4
  import Icon, { IconTypes, IconColors } from './Icon.js';
5
- import { u as uuidv4 } from '../uuid-1f647558.js';
5
+ import { u as uuidv4 } from '../uuid-f376ea4b.js';
6
6
  import 'prop-types';
7
7
 
8
8
  var pxToNumber = (function (px) {
package/ui/Badge.js CHANGED
@@ -1,10 +1,10 @@
1
- import { a as __spreadArray } from '../tslib.es6-1d845c73.js';
1
+ import { a as __spreadArray } from '../tslib.es6-bacd991d.js';
2
2
  import React__default, { useContext } from 'react';
3
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-4052efb0.js';
4
- import { a as LocalizationContext } from '../LocalizationContext-0a81b301.js';
3
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-e525702f.js';
4
+ import { a as LocalizationContext } from '../LocalizationContext-2884fc26.js';
5
5
  import 'prop-types';
6
- import '../stringSet-522716ae.js';
7
- import '../index-a682dd0a.js';
6
+ import '../stringSet-140ed862.js';
7
+ import '../index-e38e42b0.js';
8
8
 
9
9
  function Badge(_a) {
10
10
  var count = _a.count,
package/ui/BottomSheet.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import React__default, { useRef } from 'react';
2
2
  import { createPortal } from 'react-dom';
3
- import { M as MODAL_ROOT } from '../index-22146748.js';
3
+ import { M as MODAL_ROOT } from '../index-1542c9b8.js';
4
4
 
5
5
  var BottomSheet = function (props) {
6
6
  var _a = props.className,
package/ui/Button.js CHANGED
@@ -1,8 +1,8 @@
1
- import { a as __spreadArray } from '../tslib.es6-1d845c73.js';
1
+ import { a as __spreadArray } from '../tslib.es6-bacd991d.js';
2
2
  import React__default from 'react';
3
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-4052efb0.js';
3
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-e525702f.js';
4
4
  import 'prop-types';
5
- import '../stringSet-522716ae.js';
5
+ import '../stringSet-140ed862.js';
6
6
 
7
7
  var ButtonTypes$1;
8
8
 
@@ -1,10 +1,10 @@
1
1
  import React__default, { useMemo } from 'react';
2
2
  import Avatar from './Avatar.js';
3
3
  import Icon, { IconTypes, IconColors } from './Icon.js';
4
- import { g as generateDefaultAvatar, a as getChannelAvatarSource } from '../utils-c7097024.js';
5
- import '../tslib.es6-1d845c73.js';
4
+ import { g as generateDefaultAvatar, a as getChannelAvatarSource } from '../utils-6fc7ca06.js';
5
+ import '../tslib.es6-bacd991d.js';
6
6
  import './ImageRenderer.js';
7
- import '../uuid-1f647558.js';
7
+ import '../uuid-f376ea4b.js';
8
8
  import 'prop-types';
9
9
 
10
10
  function ChannelAvatar(_a) {
@@ -1,10 +1,10 @@
1
1
  import React__default, { useContext } from 'react';
2
2
  import Icon, { IconTypes, IconColors } from './Icon.js';
3
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-4052efb0.js';
4
- import { a as LocalizationContext } from '../LocalizationContext-0a81b301.js';
3
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-e525702f.js';
4
+ import { a as LocalizationContext } from '../LocalizationContext-2884fc26.js';
5
5
  import 'prop-types';
6
- import '../stringSet-522716ae.js';
7
- import '../index-a682dd0a.js';
6
+ import '../stringSet-140ed862.js';
7
+ import '../index-e38e42b0.js';
8
8
 
9
9
  function ConnectionStatus() {
10
10
  var stringSet = useContext(LocalizationContext).stringSet;
package/ui/ContextMenu.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import React__default, { useState, useRef, useEffect } from 'react';
2
- import { b as __extends, _ as __assign } from '../tslib.es6-1d845c73.js';
2
+ import { b as __extends, _ as __assign } from '../tslib.es6-bacd991d.js';
3
3
  import { createPortal } from 'react-dom';
4
4
  import SortByRow from './SortByRow.js';
5
- import { h as getClassName } from '../index-75c6845d.js';
6
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-4052efb0.js';
7
- import '../uuid-1f647558.js';
5
+ import { h as getClassName } from '../index-27fd8d9e.js';
6
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-e525702f.js';
7
+ import '../uuid-f376ea4b.js';
8
8
  import '../utils/message/getOutgoingMessageState.js';
9
9
  import 'prop-types';
10
- import '../stringSet-522716ae.js';
10
+ import '../stringSet-140ed862.js';
11
11
 
12
12
  var MenuItems$1 =
13
13
  /** @class */
@@ -1,9 +1,9 @@
1
- import { a as __spreadArray } from '../tslib.es6-1d845c73.js';
1
+ import { a as __spreadArray } from '../tslib.es6-bacd991d.js';
2
2
  import React__default from 'react';
3
- import { C as Colors, c as changeColorToClassName } from '../color-bf0c20dc.js';
4
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-4052efb0.js';
3
+ import { C as Colors, c as changeColorToClassName } from '../color-a3418d45.js';
4
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-e525702f.js';
5
5
  import 'prop-types';
6
- import '../stringSet-522716ae.js';
6
+ import '../stringSet-140ed862.js';
7
7
 
8
8
  var DateSeparator = function (_a) {
9
9
  var _b = _a.children,
@@ -6,17 +6,17 @@ import ReactionButton from './ReactionButton.js';
6
6
  import ImageRenderer from './ImageRenderer.js';
7
7
  import Icon, { IconTypes, IconColors } from './Icon.js';
8
8
  import ContextMenu, { EmojiListItems } from './ContextMenu.js';
9
- import { G as getEmojiMapAll, h as getClassName, H as isReactedBy, I as getEmojiTooltipString, x as getEmojiListAll } from '../index-75c6845d.js';
10
- import { a as LocalizationContext } from '../LocalizationContext-0a81b301.js';
11
- import '../tslib.es6-1d845c73.js';
12
- import '../index-4052efb0.js';
9
+ import { G as getEmojiMapAll, h as getClassName, H as isReactedBy, I as getEmojiTooltipString, x as getEmojiListAll } from '../index-27fd8d9e.js';
10
+ import { a as LocalizationContext } from '../LocalizationContext-2884fc26.js';
11
+ import '../tslib.es6-bacd991d.js';
12
+ import '../index-e525702f.js';
13
13
  import 'prop-types';
14
- import '../stringSet-522716ae.js';
14
+ import '../stringSet-140ed862.js';
15
15
  import 'react-dom';
16
16
  import './SortByRow.js';
17
- import '../uuid-1f647558.js';
17
+ import '../uuid-f376ea4b.js';
18
18
  import '../utils/message/getOutgoingMessageState.js';
19
- import '../index-a682dd0a.js';
19
+ import '../index-e38e42b0.js';
20
20
 
21
21
  var EmojiReactions = function (_a) {
22
22
  var _b, _c;
@@ -1,13 +1,13 @@
1
1
  import React__default from 'react';
2
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-4052efb0.js';
2
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-e525702f.js';
3
3
  import Icon, { IconTypes, IconColors } from './Icon.js';
4
4
  import TextButton from './TextButton.js';
5
- import { h as getClassName, J as getUIKitFileType, t as truncateString } from '../index-75c6845d.js';
6
- import { C as Colors } from '../color-bf0c20dc.js';
7
- import { u as useMediaQueryContext } from '../MediaQueryContext-dbf82efb.js';
5
+ import { h as getClassName, J as getUIKitFileType, t as truncateString } from '../index-27fd8d9e.js';
6
+ import { C as Colors } from '../color-a3418d45.js';
7
+ import { u as useMediaQueryContext } from '../MediaQueryContext-4b77fc65.js';
8
8
  import 'prop-types';
9
- import '../stringSet-522716ae.js';
10
- import '../tslib.es6-1d845c73.js';
9
+ import '../stringSet-140ed862.js';
10
+ import '../tslib.es6-bacd991d.js';
11
11
  import '../utils/message/getOutgoingMessageState.js';
12
12
 
13
13
  function FileMessageItemBody(_a) {
package/ui/FileViewer.js CHANGED
@@ -1,17 +1,17 @@
1
1
  import React__default, { useContext } from 'react';
2
2
  import { createPortal } from 'react-dom';
3
- import { a as LocalizationContext } from '../LocalizationContext-0a81b301.js';
4
- import { M as MODAL_ROOT } from '../index-22146748.js';
5
- import { D as isSupportedFileView, E as isVideo, F as isImage } from '../index-75c6845d.js';
3
+ import { a as LocalizationContext } from '../LocalizationContext-2884fc26.js';
4
+ import { M as MODAL_ROOT } from '../index-1542c9b8.js';
5
+ import { D as isSupportedFileView, E as isVideo, F as isImage } from '../index-27fd8d9e.js';
6
6
  import Avatar from './Avatar.js';
7
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-4052efb0.js';
7
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-e525702f.js';
8
8
  import Icon, { IconTypes, IconColors } from './Icon.js';
9
- import '../stringSet-522716ae.js';
10
- import '../index-a682dd0a.js';
11
- import '../tslib.es6-1d845c73.js';
9
+ import '../stringSet-140ed862.js';
10
+ import '../index-e38e42b0.js';
11
+ import '../tslib.es6-bacd991d.js';
12
12
  import '../utils/message/getOutgoingMessageState.js';
13
13
  import './ImageRenderer.js';
14
- import '../uuid-1f647558.js';
14
+ import '../uuid-f376ea4b.js';
15
15
  import 'prop-types';
16
16
 
17
17
  var FileViewerComponent = function (_a) {
package/ui/IconButton.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as __spreadArray, _ as __assign } from '../tslib.es6-1d845c73.js';
1
+ import { a as __spreadArray, _ as __assign } from '../tslib.es6-bacd991d.js';
2
2
  import React__default, { useState } from 'react';
3
3
 
4
4
  var IconButton = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
@@ -1,4 +1,4 @@
1
- import { a as __spreadArray } from '../tslib.es6-1d845c73.js';
1
+ import { a as __spreadArray } from '../tslib.es6-bacd991d.js';
2
2
  import React__default, { useState, useMemo } from 'react';
3
3
 
4
4
  var ImageRenderer = function (_a) {
package/ui/Input.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import React__default, { useState } from 'react';
2
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-4052efb0.js';
2
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-e525702f.js';
3
3
  import 'prop-types';
4
- import '../stringSet-522716ae.js';
4
+ import '../stringSet-140ed862.js';
5
5
 
6
6
  var InputLabel = function (_a) {
7
7
  var children = _a.children;
package/ui/Label.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import 'react';
2
2
  import 'prop-types';
3
- export { b as LabelColors, c as LabelStringSet, a as LabelTypography, L as default } from '../index-4052efb0.js';
4
- import '../stringSet-522716ae.js';
3
+ export { b as LabelColors, c as LabelStringSet, a as LabelTypography, L as default } from '../index-e525702f.js';
4
+ import '../stringSet-140ed862.js';
5
5
  //# sourceMappingURL=Label.js.map
package/ui/LinkLabel.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import React__default from 'react';
2
2
  import PropTypes from 'prop-types';
3
- import { d as changeColorToClassName, L as Label, a as LabelTypography, b as LabelColors } from '../index-4052efb0.js';
4
- import '../stringSet-522716ae.js';
3
+ import { d as changeColorToClassName, L as Label, a as LabelTypography, b as LabelColors } from '../index-e525702f.js';
4
+ import '../stringSet-140ed862.js';
5
5
 
6
6
  const http = /https?:\/\//;
7
7
  function LinkLabel(_ref) {
package/ui/Loader.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as __spreadArray } from '../tslib.es6-1d845c73.js';
1
+ import { a as __spreadArray } from '../tslib.es6-bacd991d.js';
2
2
  import React__default from 'react';
3
3
  import Icon, { IconTypes } from './Icon.js';
4
4
  import 'prop-types';
@@ -1,28 +1,28 @@
1
1
  import React__default, { useRef, useState, useCallback } from 'react';
2
2
  import ContextMenu, { MenuItems } from './ContextMenu.js';
3
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-4052efb0.js';
3
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-e525702f.js';
4
4
  import UserProfile from './UserProfile.js';
5
5
  import useSendbirdStateContext from '../useSendbirdStateContext.js';
6
- import '../tslib.es6-1d845c73.js';
6
+ import '../tslib.es6-bacd991d.js';
7
7
  import 'react-dom';
8
8
  import './SortByRow.js';
9
- import '../uuid-1f647558.js';
10
- import '../index-75c6845d.js';
9
+ import '../uuid-f376ea4b.js';
10
+ import '../index-27fd8d9e.js';
11
11
  import '../utils/message/getOutgoingMessageState.js';
12
12
  import 'prop-types';
13
- import '../stringSet-522716ae.js';
14
- import '../LocalizationContext-0a81b301.js';
15
- import '../index-a682dd0a.js';
16
- import '../UserProfileContext-8cec4652.js';
13
+ import '../stringSet-140ed862.js';
14
+ import '../LocalizationContext-2884fc26.js';
15
+ import '../index-e38e42b0.js';
16
+ import '../UserProfileContext-f1df8507.js';
17
17
  import '../sendbirdSelectors.js';
18
- import '../topics-4353311c.js';
19
- import '../utils-531c0ded.js';
18
+ import '../topics-65e08b70.js';
19
+ import '../utils-796bbfd8.js';
20
20
  import './Avatar.js';
21
21
  import './ImageRenderer.js';
22
22
  import './Icon.js';
23
23
  import './Button.js';
24
24
  import '../withSendbird.js';
25
- import '../_rollupPluginBabelHelpers-1596259a.js';
25
+ import '../_rollupPluginBabelHelpers-c0cff13a.js';
26
26
 
27
27
  function MentionLabel(props) {
28
28
  var _a, _b, _c;
@@ -1,14 +1,14 @@
1
- import { a as _extends } from '../_rollupPluginBabelHelpers-1596259a.js';
2
- import { _ as __assign } from '../tslib.es6-1d845c73.js';
1
+ import { a as _extends } from '../_rollupPluginBabelHelpers-c0cff13a.js';
2
+ import { _ as __assign } from '../tslib.es6-bacd991d.js';
3
3
  import React__default, { useState, useContext, useRef } from 'react';
4
- import { f as format } from '../index-837130fb.js';
4
+ import { f as format } from '../index-358a7883.js';
5
5
  import Avatar from './Avatar.js';
6
6
  import UserProfile from './UserProfile.js';
7
- import { M as MessageStatus } from '../index-3e13540c.js';
7
+ import { M as MessageStatus } from '../index-7cae08fd.js';
8
8
  import MessageItemMenu from './MessageItemMenu.js';
9
9
  import MessageItemReactionMenu from './MessageItemReactionMenu.js';
10
10
  import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
11
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-4052efb0.js';
11
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-e525702f.js';
12
12
  import EmojiReactions from './EmojiReactions.js';
13
13
  import AdminMessage from './AdminMessage.js';
14
14
  import TextMessageItemBody from './TextMessageItemBody.js';
@@ -17,30 +17,30 @@ import ThumbnailMessageItemBody from './ThumbnailMessageItemBody.js';
17
17
  import OGMessageItemBody from './OGMessageItemBody.js';
18
18
  import UnknownMessageItemBody from './UnknownMessageItemBody.js';
19
19
  import QuoteMessage from './QuoteMessage.js';
20
- import { r as isUserMessage, s as isSentMessage, u as isFailedMessage, v as isPendingMessage, l as isFileMessage, w as copyToClipboard, x as getEmojiListAll, y as getUIKitMessageTypes, n as isThumbnailMessage, h as getClassName, z as getSenderName, A as isTextMessage, B as isOGMessage, C as getUIKitMessageType } from '../index-75c6845d.js';
21
- import { a as UserProfileContext } from '../UserProfileContext-8cec4652.js';
22
- import { u as useLocalization } from '../LocalizationContext-0a81b301.js';
20
+ import { r as isUserMessage, s as isSentMessage, u as isFailedMessage, v as isPendingMessage, l as isFileMessage, w as copyToClipboard, x as getEmojiListAll, y as getUIKitMessageTypes, n as isThumbnailMessage, h as getClassName, z as getSenderName, A as isTextMessage, B as isOGMessage, C as getUIKitMessageType } from '../index-27fd8d9e.js';
21
+ import { a as UserProfileContext } from '../UserProfileContext-f1df8507.js';
22
+ import { u as useLocalization } from '../LocalizationContext-2884fc26.js';
23
23
  import useSendbirdStateContext from '../useSendbirdStateContext.js';
24
- import { u as useLongPress } from '../useLongPress-f99b61d9.js';
24
+ import { u as useLongPress } from '../useLongPress-952b34b2.js';
25
25
  import Icon, { IconTypes, IconColors } from './Icon.js';
26
26
  import BottomSheet from './BottomSheet.js';
27
27
  import ImageRenderer from './ImageRenderer.js';
28
28
  import ReactionButton from './ReactionButton.js';
29
- import { u as useMediaQueryContext } from '../MediaQueryContext-dbf82efb.js';
29
+ import { u as useMediaQueryContext } from '../MediaQueryContext-4b77fc65.js';
30
30
  import ThreadReplies from './ThreadReplies.js';
31
- import { T as ThreadReplySelectType } from '../const-faf029e4.js';
32
- import '../index-a682dd0a.js';
33
- import '../uuid-1f647558.js';
31
+ import { T as ThreadReplySelectType } from '../const-ce6aac84.js';
32
+ import '../index-e38e42b0.js';
33
+ import '../uuid-f376ea4b.js';
34
34
  import 'prop-types';
35
35
  import '../sendbirdSelectors.js';
36
- import '../topics-4353311c.js';
37
- import '../utils-531c0ded.js';
36
+ import '../topics-65e08b70.js';
37
+ import '../utils-796bbfd8.js';
38
38
  import './Button.js';
39
- import '../stringSet-522716ae.js';
39
+ import '../stringSet-140ed862.js';
40
40
  import './Loader.js';
41
41
  import '../utils/message/getOutgoingMessageState.js';
42
- import '../index-589ef7e7.js';
43
- import '../index-53f9dbdb.js';
42
+ import '../index-12c40d25.js';
43
+ import '../index-a1799197.js';
44
44
  import './IconButton.js';
45
45
  import 'react-dom';
46
46
  import './SortByRow.js';
@@ -51,9 +51,9 @@ import './Word.js';
51
51
  import './LinkLabel.js';
52
52
  import './MentionLabel.js';
53
53
  import './TextButton.js';
54
- import '../color-bf0c20dc.js';
54
+ import '../color-a3418d45.js';
55
55
  import '../withSendbird.js';
56
- import '../index-22146748.js';
56
+ import '../index-1542c9b8.js';
57
57
 
58
58
  var MobileContextMenu = function (props) {
59
59
  var _a;
@@ -1,19 +1,19 @@
1
- import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-1596259a.js';
1
+ import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-c0cff13a.js';
2
2
  import React__default, { useContext, useRef, useState, useMemo, useEffect, useCallback } from 'react';
3
3
  import { renderToString } from 'react-dom/server';
4
4
  import PropTypes from 'prop-types';
5
- import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-d3c760a4.js';
6
- import { U as USER_MENTION_TEMP_CHAR } from '../const-faf029e4.js';
5
+ import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-ab1efff9.js';
6
+ import { U as USER_MENTION_TEMP_CHAR } from '../const-ce6aac84.js';
7
7
  import IconButton from './IconButton.js';
8
8
  import Button, { ButtonTypes, ButtonSizes } from './Button.js';
9
9
  import MentionUserLabel from './MentionUserLabel.js';
10
10
  import Icon, { IconTypes, IconColors } from './Icon.js';
11
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-4052efb0.js';
12
- import { a as LocalizationContext } from '../LocalizationContext-0a81b301.js';
13
- import { j as convertWordToStringObj, S as StringObjType, k as arrayEqual, h as getClassName } from '../index-75c6845d.js';
14
- import '../tslib.es6-1d845c73.js';
15
- import '../stringSet-522716ae.js';
16
- import '../index-a682dd0a.js';
11
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-e525702f.js';
12
+ import { a as LocalizationContext } from '../LocalizationContext-2884fc26.js';
13
+ import { j as convertWordToStringObj, S as StringObjType, k as arrayEqual, h as getClassName } from '../index-27fd8d9e.js';
14
+ import '../tslib.es6-bacd991d.js';
15
+ import '../stringSet-140ed862.js';
16
+ import '../index-e38e42b0.js';
17
17
  import '../utils/message/getOutgoingMessageState.js';
18
18
 
19
19
  // https://davidwalsh.name/javascript-debounce-function
@@ -59,6 +59,8 @@ const initialTargetStringInfo = {
59
59
  endOffsetIndex: null
60
60
  };
61
61
  const MessageInput = /*#__PURE__*/React__default.forwardRef((props, ref) => {
62
+ var _ref$current, _ref$current$innerTex;
63
+
62
64
  const {
63
65
  className,
64
66
  messageFieldId,
@@ -357,6 +359,8 @@ const MessageInput = /*#__PURE__*/React__default.forwardRef((props, ref) => {
357
359
  }
358
360
  };
359
361
 
362
+ const isEditDisabled = !(ref !== null && ref !== void 0 && (_ref$current = ref.current) !== null && _ref$current !== void 0 && (_ref$current$innerTex = _ref$current.innerText) !== null && _ref$current$innerTex !== void 0 && _ref$current$innerTex.trim());
363
+
360
364
  const editMessage = () => {
361
365
  const textField = ref === null || ref === void 0 ? void 0 : ref.current;
362
366
  const messageId = message === null || message === void 0 ? void 0 : message.messageId;
@@ -416,14 +420,14 @@ const MessageInput = /*#__PURE__*/React__default.forwardRef((props, ref) => {
416
420
  if (preventEvent) {
417
421
  e.preventDefault();
418
422
  } else {
419
- var _e$nativeEvent, _ref$current, _ref$current$childNod, _ref$current2, _ref$current2$childNo, _ref$current2$childNo2, _ref$current$childNod2, _ref$current$childNod3;
423
+ var _e$nativeEvent, _ref$current2, _ref$current2$childNo, _ref$current3, _ref$current3$childNo, _ref$current3$childNo2, _ref$current$childNod, _ref$current$childNod2;
420
424
 
421
425
  if (!e.shiftKey && e.key === MessageInputKeys.Enter && (e === null || e === void 0 ? void 0 : (_e$nativeEvent = e.nativeEvent) === null || _e$nativeEvent === void 0 ? void 0 : _e$nativeEvent.isComposing) !== true) {
422
426
  e.preventDefault();
423
427
  sendMessage();
424
428
  }
425
429
 
426
- if (e.key === MessageInputKeys.Backspace && (ref === null || ref === void 0 ? void 0 : (_ref$current = ref.current) === null || _ref$current === void 0 ? void 0 : (_ref$current$childNod = _ref$current.childNodes) === null || _ref$current$childNod === void 0 ? void 0 : _ref$current$childNod.length) === 2 && !(ref !== null && ref !== void 0 && (_ref$current2 = ref.current) !== null && _ref$current2 !== void 0 && (_ref$current2$childNo = _ref$current2.childNodes) !== null && _ref$current2$childNo !== void 0 && (_ref$current2$childNo2 = _ref$current2$childNo[0]) !== null && _ref$current2$childNo2 !== void 0 && _ref$current2$childNo2.textContent) && (ref === null || ref === void 0 ? void 0 : (_ref$current$childNod2 = ref.current.childNodes) === null || _ref$current$childNod2 === void 0 ? void 0 : (_ref$current$childNod3 = _ref$current$childNod2[1]) === null || _ref$current$childNod3 === void 0 ? void 0 : _ref$current$childNod3.nodeType) === NodeTypes.ElementNode) {
430
+ if (e.key === MessageInputKeys.Backspace && (ref === null || ref === void 0 ? void 0 : (_ref$current2 = ref.current) === null || _ref$current2 === void 0 ? void 0 : (_ref$current2$childNo = _ref$current2.childNodes) === null || _ref$current2$childNo === void 0 ? void 0 : _ref$current2$childNo.length) === 2 && !(ref !== null && ref !== void 0 && (_ref$current3 = ref.current) !== null && _ref$current3 !== void 0 && (_ref$current3$childNo = _ref$current3.childNodes) !== null && _ref$current3$childNo !== void 0 && (_ref$current3$childNo2 = _ref$current3$childNo[0]) !== null && _ref$current3$childNo2 !== void 0 && _ref$current3$childNo2.textContent) && (ref === null || ref === void 0 ? void 0 : (_ref$current$childNod = ref.current.childNodes) === null || _ref$current$childNod === void 0 ? void 0 : (_ref$current$childNod2 = _ref$current$childNod[1]) === null || _ref$current$childNod2 === void 0 ? void 0 : _ref$current$childNod2.nodeType) === NodeTypes.ElementNode) {
427
431
  ref === null || ref === void 0 ? void 0 : ref.current.removeChild(ref === null || ref === void 0 ? void 0 : ref.current.childNodes[1]);
428
432
  }
429
433
  }
@@ -441,11 +445,11 @@ const MessageInput = /*#__PURE__*/React__default.forwardRef((props, ref) => {
441
445
  useMentionInputDetection();
442
446
  },
443
447
  onInput: () => {
444
- var _ref$current3, _ref$current3$innerTe;
448
+ var _ref$current4, _ref$current4$innerTe;
445
449
 
446
450
  setHeight();
447
451
  onStartTyping();
448
- setIsInput((ref === null || ref === void 0 ? void 0 : (_ref$current3 = ref.current) === null || _ref$current3 === void 0 ? void 0 : (_ref$current3$innerTe = _ref$current3.innerText) === null || _ref$current3$innerTe === void 0 ? void 0 : _ref$current3$innerTe.length) > 0);
452
+ setIsInput((ref === null || ref === void 0 ? void 0 : (_ref$current4 = ref.current) === null || _ref$current4 === void 0 ? void 0 : (_ref$current4$innerTe = _ref$current4.innerText) === null || _ref$current4$innerTe === void 0 ? void 0 : _ref$current4$innerTe.length) > 0);
449
453
  useMentionedLabelDetection();
450
454
  },
451
455
  onPaste: e => {
@@ -497,6 +501,7 @@ const MessageInput = /*#__PURE__*/React__default.forwardRef((props, ref) => {
497
501
  className: "sendbird-message-input--edit-action__save",
498
502
  type: ButtonTypes.PRIMARY,
499
503
  size: ButtonSizes.SMALL,
504
+ disabled: isEditDisabled,
500
505
  onClick: () => editMessage()
501
506
  }, stringSet.BUTTON__SAVE)));
502
507
  });