@sendbird/uikit-react 3.1.0 → 3.1.1-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 (433) hide show
  1. package/App.js +33 -32
  2. package/App.js.map +1 -1
  3. package/Channel/components/ChannelHeader.js +17 -17
  4. package/Channel/components/ChannelUI.js +24 -24
  5. package/Channel/components/FileViewer.js +16 -16
  6. package/Channel/components/FrozenNotification.js +5 -5
  7. package/Channel/components/Message.js +21 -21
  8. package/Channel/components/MessageInput.js +18 -18
  9. package/Channel/components/MessageList.js +23 -23
  10. package/Channel/components/RemoveMessageModal.js +19 -19
  11. package/Channel/components/SuggestedMentionList.js +17 -17
  12. package/Channel/components/TypingIndicator.js +16 -16
  13. package/Channel/components/UnreadCount.js +5 -5
  14. package/Channel/context.js +15 -15
  15. package/Channel.js +24 -24
  16. package/ChannelList/components/AddChannel.js +14 -14
  17. package/ChannelList/components/ChannelListHeader.js +7 -7
  18. package/ChannelList/components/ChannelListUI.js +28 -28
  19. package/ChannelList/components/ChannelPreview.js +21 -21
  20. package/ChannelList/components/ChannelPreviewAction.js +16 -16
  21. package/ChannelList/context.js +10 -10
  22. package/ChannelList.js +28 -28
  23. package/{ChannelListProvider-deca2b46.js → ChannelListProvider-eb18fd28.js} +15 -19
  24. package/ChannelListProvider-eb18fd28.js.map +1 -0
  25. package/{ChannelProvider-433ab63d.js → ChannelProvider-595e56de.js} +11 -11
  26. package/{ChannelProvider-433ab63d.js.map → ChannelProvider-595e56de.js.map} +1 -1
  27. package/ChannelSettings/components/ChannelProfile.js +13 -13
  28. package/ChannelSettings/components/ChannelSettingsUI.js +20 -20
  29. package/ChannelSettings/components/EditDetailsModal.js +13 -13
  30. package/ChannelSettings/components/LeaveChannel.js +10 -10
  31. package/ChannelSettings/components/ModerationPanel.js +17 -17
  32. package/ChannelSettings/components/UserListItem.js +12 -12
  33. package/ChannelSettings/components/UserPanel.js +14 -14
  34. package/ChannelSettings/context.js +3 -3
  35. package/ChannelSettings/context.js.map +1 -1
  36. package/ChannelSettings.js +20 -20
  37. package/CreateChannel/components/CreateChannelUI.js +14 -14
  38. package/CreateChannel/components/InviteUsers.js +29 -30
  39. package/CreateChannel/components/InviteUsers.js.map +1 -1
  40. package/CreateChannel/components/SelectChannelType.js +10 -10
  41. package/CreateChannel/context.js +4 -4
  42. package/CreateChannel.js +14 -14
  43. package/{CreateChannelProvider-06a7aea1.js → CreateChannelProvider-53c05c06.js} +1 -1
  44. package/{CreateChannelProvider-06a7aea1.js.map → CreateChannelProvider-53c05c06.js.map} +1 -1
  45. package/EditUserProfile/components/EditUserProfileUI.js +13 -13
  46. package/EditUserProfile.js +13 -13
  47. package/{LocalizationContext-9f3a97d4.js → LocalizationContext-9ecb0a32.js} +3 -3
  48. package/{LocalizationContext-9f3a97d4.js.map → LocalizationContext-9ecb0a32.js.map} +1 -1
  49. package/{MemberList-f02f2f2c.js → MemberList-b8d5b0a7.js} +6 -6
  50. package/{MemberList-f02f2f2c.js.map → MemberList-b8d5b0a7.js.map} +1 -1
  51. package/MessageSearch/components/MessageSearchUI.js +11 -11
  52. package/MessageSearch/context.js +2 -2
  53. package/MessageSearch.js +11 -11
  54. package/OpenChannel/components/FrozenChannelNotification.js +5 -5
  55. package/OpenChannel/components/OpenChannelHeader.js +15 -14
  56. package/OpenChannel/components/OpenChannelHeader.js.map +1 -1
  57. package/OpenChannel/components/OpenChannelInput.js +19 -18
  58. package/OpenChannel/components/OpenChannelInput.js.map +1 -1
  59. package/OpenChannel/components/OpenChannelMessage.js +24 -23
  60. package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
  61. package/OpenChannel/components/OpenChannelMessageList.js +26 -25
  62. package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
  63. package/OpenChannel/components/OpenChannelUI.js +26 -25
  64. package/OpenChannel/components/OpenChannelUI.js.map +1 -1
  65. package/OpenChannel/context.js +12 -11
  66. package/OpenChannel/context.js.map +1 -1
  67. package/OpenChannel.js +26 -25
  68. package/OpenChannel.js.map +1 -1
  69. package/{OpenChannelProvider-1161d100.js → OpenChannelProvider-5ff5a469.js} +10 -10
  70. package/{OpenChannelProvider-1161d100.js.map → OpenChannelProvider-5ff5a469.js.map} +1 -1
  71. package/OpenChannelSettings/components/EditDetailsModal.js +15 -13
  72. package/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
  73. package/OpenChannelSettings/components/OpenChannelProfile.js +15 -13
  74. package/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
  75. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +20 -18
  76. package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
  77. package/OpenChannelSettings/components/OperatorUI.js +23 -65
  78. package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
  79. package/OpenChannelSettings/components/ParticipantUI.js +17 -15
  80. package/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
  81. package/OpenChannelSettings/context.js +50 -19
  82. package/OpenChannelSettings/context.js.map +1 -1
  83. package/OpenChannelSettings.js +20 -18
  84. package/OpenChannelSettings.js.map +1 -1
  85. package/SendbirdProvider.js +15 -14
  86. package/SendbirdProvider.js.map +1 -1
  87. package/{UserProfileContext-0ab13769.js → UserProfileContext-c1834696.js} +1 -1
  88. package/{UserProfileContext-0ab13769.js.map → UserProfileContext-c1834696.js.map} +1 -1
  89. package/__bundle-7dfccc8c-b47a2b5a.js +22 -0
  90. package/__bundle-7dfccc8c-b47a2b5a.js.map +1 -0
  91. package/{_rollupPluginBabelHelpers-e62b6c94.js → _rollupPluginBabelHelpers-31a1bb40.js} +1 -1
  92. package/{_rollupPluginBabelHelpers-e62b6c94.js.map → _rollupPluginBabelHelpers-31a1bb40.js.map} +1 -1
  93. package/{actionTypes-5b38ad2f.js → actionTypes-3411a721.js} +1 -1
  94. package/{actionTypes-5b38ad2f.js.map → actionTypes-3411a721.js.map} +1 -1
  95. package/cjs/App.js +33 -32
  96. package/cjs/App.js.map +1 -1
  97. package/cjs/Channel/components/ChannelHeader.js +17 -17
  98. package/cjs/Channel/components/ChannelUI.js +24 -24
  99. package/cjs/Channel/components/FileViewer.js +16 -16
  100. package/cjs/Channel/components/FrozenNotification.js +5 -5
  101. package/cjs/Channel/components/Message.js +21 -21
  102. package/cjs/Channel/components/MessageInput.js +18 -18
  103. package/cjs/Channel/components/MessageList.js +23 -23
  104. package/cjs/Channel/components/RemoveMessageModal.js +19 -19
  105. package/cjs/Channel/components/SuggestedMentionList.js +17 -17
  106. package/cjs/Channel/components/TypingIndicator.js +16 -16
  107. package/cjs/Channel/components/UnreadCount.js +5 -5
  108. package/cjs/Channel/context.js +15 -15
  109. package/cjs/Channel.js +24 -24
  110. package/cjs/ChannelList/components/AddChannel.js +14 -14
  111. package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
  112. package/cjs/ChannelList/components/ChannelListUI.js +28 -28
  113. package/cjs/ChannelList/components/ChannelPreview.js +21 -21
  114. package/cjs/ChannelList/components/ChannelPreviewAction.js +16 -16
  115. package/cjs/ChannelList/context.js +10 -10
  116. package/cjs/ChannelList.js +28 -28
  117. package/cjs/{ChannelListProvider-adbb04ab.js → ChannelListProvider-77312a96.js} +15 -19
  118. package/cjs/ChannelListProvider-77312a96.js.map +1 -0
  119. package/cjs/{ChannelProvider-cec988e8.js → ChannelProvider-4a475535.js} +11 -11
  120. package/cjs/{ChannelProvider-cec988e8.js.map → ChannelProvider-4a475535.js.map} +1 -1
  121. package/cjs/ChannelSettings/components/ChannelProfile.js +13 -13
  122. package/cjs/ChannelSettings/components/ChannelSettingsUI.js +20 -20
  123. package/cjs/ChannelSettings/components/EditDetailsModal.js +13 -13
  124. package/cjs/ChannelSettings/components/LeaveChannel.js +10 -10
  125. package/cjs/ChannelSettings/components/ModerationPanel.js +17 -17
  126. package/cjs/ChannelSettings/components/UserListItem.js +12 -12
  127. package/cjs/ChannelSettings/components/UserPanel.js +14 -14
  128. package/cjs/ChannelSettings/context.js +3 -3
  129. package/cjs/ChannelSettings/context.js.map +1 -1
  130. package/cjs/ChannelSettings.js +20 -20
  131. package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
  132. package/cjs/CreateChannel/components/InviteUsers.js +29 -30
  133. package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
  134. package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
  135. package/cjs/CreateChannel/context.js +4 -4
  136. package/cjs/CreateChannel.js +14 -14
  137. package/cjs/{CreateChannelProvider-7e76640c.js → CreateChannelProvider-01d4eaf6.js} +1 -1
  138. package/cjs/{CreateChannelProvider-7e76640c.js.map → CreateChannelProvider-01d4eaf6.js.map} +1 -1
  139. package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
  140. package/cjs/EditUserProfile.js +13 -13
  141. package/cjs/{LocalizationContext-672b9c94.js → LocalizationContext-a705c60f.js} +3 -3
  142. package/cjs/{LocalizationContext-672b9c94.js.map → LocalizationContext-a705c60f.js.map} +1 -1
  143. package/cjs/{MemberList-5fdc93f7.js → MemberList-8b5f5e4a.js} +6 -6
  144. package/cjs/{MemberList-5fdc93f7.js.map → MemberList-8b5f5e4a.js.map} +1 -1
  145. package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
  146. package/cjs/MessageSearch/context.js +2 -2
  147. package/cjs/MessageSearch.js +11 -11
  148. package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
  149. package/cjs/OpenChannel/components/OpenChannelHeader.js +15 -14
  150. package/cjs/OpenChannel/components/OpenChannelHeader.js.map +1 -1
  151. package/cjs/OpenChannel/components/OpenChannelInput.js +19 -18
  152. package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
  153. package/cjs/OpenChannel/components/OpenChannelMessage.js +24 -23
  154. package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
  155. package/cjs/OpenChannel/components/OpenChannelMessageList.js +26 -25
  156. package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
  157. package/cjs/OpenChannel/components/OpenChannelUI.js +26 -25
  158. package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
  159. package/cjs/OpenChannel/context.js +12 -11
  160. package/cjs/OpenChannel/context.js.map +1 -1
  161. package/cjs/OpenChannel.js +26 -25
  162. package/cjs/OpenChannel.js.map +1 -1
  163. package/cjs/{OpenChannelProvider-41c8a190.js → OpenChannelProvider-7cf4ccbe.js} +10 -10
  164. package/cjs/{OpenChannelProvider-41c8a190.js.map → OpenChannelProvider-7cf4ccbe.js.map} +1 -1
  165. package/cjs/OpenChannelSettings/components/EditDetailsModal.js +15 -13
  166. package/cjs/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
  167. package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +15 -13
  168. package/cjs/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
  169. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +20 -18
  170. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
  171. package/cjs/OpenChannelSettings/components/OperatorUI.js +23 -65
  172. package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
  173. package/cjs/OpenChannelSettings/components/ParticipantUI.js +17 -15
  174. package/cjs/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
  175. package/cjs/OpenChannelSettings/context.js +50 -19
  176. package/cjs/OpenChannelSettings/context.js.map +1 -1
  177. package/cjs/OpenChannelSettings.js +20 -18
  178. package/cjs/OpenChannelSettings.js.map +1 -1
  179. package/cjs/SendbirdProvider.js +16 -14
  180. package/cjs/SendbirdProvider.js.map +1 -1
  181. package/cjs/{UserProfileContext-d3290c6a.js → UserProfileContext-f46c65c9.js} +1 -1
  182. package/cjs/{UserProfileContext-d3290c6a.js.map → UserProfileContext-f46c65c9.js.map} +1 -1
  183. package/cjs/__bundle-7dfccc8c-70a9c008.js +120 -0
  184. package/cjs/__bundle-7dfccc8c-70a9c008.js.map +1 -0
  185. package/cjs/{_rollupPluginBabelHelpers-f02175f2.js → _rollupPluginBabelHelpers-d4231746.js} +1 -1
  186. package/cjs/{_rollupPluginBabelHelpers-f02175f2.js.map → _rollupPluginBabelHelpers-d4231746.js.map} +1 -1
  187. package/cjs/{actionTypes-80f60d16.js → actionTypes-ef5574ae.js} +1 -1
  188. package/cjs/{actionTypes-80f60d16.js.map → actionTypes-ef5574ae.js.map} +1 -1
  189. package/cjs/{color-478c93f8.js → color-f1d22e48.js} +1 -1
  190. package/cjs/{color-478c93f8.js.map → color-f1d22e48.js.map} +1 -1
  191. package/cjs/{compareIds-26b51402.js → compareIds-09284eb5.js} +1 -1
  192. package/cjs/{compareIds-26b51402.js.map → compareIds-09284eb5.js.map} +1 -1
  193. package/cjs/{const-4106b8a9.js → const-6ff8b2d7.js} +1 -1
  194. package/cjs/{const-4106b8a9.js.map → const-6ff8b2d7.js.map} +1 -1
  195. package/cjs/{const-58d3edce.js → const-a0e65c1f.js} +1 -1
  196. package/cjs/{const-58d3edce.js.map → const-a0e65c1f.js.map} +1 -1
  197. package/cjs/{context-01116a29.js → context-3116d4af.js} +2 -2
  198. package/cjs/{context-01116a29.js.map → context-3116d4af.js.map} +1 -1
  199. package/cjs/groupChannel-c120b8c6.js +11 -0
  200. package/cjs/groupChannel-c120b8c6.js.map +1 -0
  201. package/cjs/{index-ce704c05.js → index-04096e45.js} +2 -2
  202. package/cjs/{index-ce704c05.js.map → index-04096e45.js.map} +1 -1
  203. package/cjs/{index-93b2249a.js → index-100d673e.js} +2 -2
  204. package/cjs/{index-93b2249a.js.map → index-100d673e.js.map} +1 -1
  205. package/cjs/{index-52186645.js → index-30ce73c3.js} +3 -3
  206. package/cjs/{index-52186645.js.map → index-30ce73c3.js.map} +1 -1
  207. package/cjs/{index-f240822b.js → index-6a22f079.js} +6 -6
  208. package/cjs/{index-f240822b.js.map → index-6a22f079.js.map} +1 -1
  209. package/cjs/{index-1d91484a.js → index-7efed648.js} +4 -4
  210. package/cjs/{index-1d91484a.js.map → index-7efed648.js.map} +1 -1
  211. package/cjs/{index-84bd6fef.js → index-876b2b8c.js} +1 -1
  212. package/cjs/{index-84bd6fef.js.map → index-876b2b8c.js.map} +1 -1
  213. package/cjs/{index-1a2c6bb9.js → index-98ff8992.js} +1 -1
  214. package/cjs/{index-1a2c6bb9.js.map → index-98ff8992.js.map} +1 -1
  215. package/cjs/{index-3b747780.js → index-9deff671.js} +9 -8
  216. package/cjs/{index-3b747780.js.map → index-9deff671.js.map} +1 -1
  217. package/cjs/{index-24973446.js → index-ac60aa9e.js} +4 -4
  218. package/cjs/{index-24973446.js.map → index-ac60aa9e.js.map} +1 -1
  219. package/cjs/{index-3b9eca88.js → index-bb59494a.js} +2 -2
  220. package/cjs/{index-3b9eca88.js.map → index-bb59494a.js.map} +1 -1
  221. package/cjs/{index-6b7d2465.js → index-ed5d5e9d.js} +3 -3
  222. package/cjs/{index-6b7d2465.js.map → index-ed5d5e9d.js.map} +1 -1
  223. package/cjs/index.js +38 -36
  224. package/cjs/index.js.map +1 -1
  225. package/cjs/openChannel-8c980cdb.js +9 -0
  226. package/cjs/openChannel-8c980cdb.js.map +1 -0
  227. package/cjs/{openChannelUtils-b411bbf8.js → openChannelUtils-eb30b158.js} +1 -1
  228. package/cjs/{openChannelUtils-b411bbf8.js.map → openChannelUtils-eb30b158.js.map} +1 -1
  229. package/cjs/sendbirdSelectors.js +4 -4
  230. package/cjs/sendbirdSelectors.js.map +1 -1
  231. package/cjs/{stringSet-da3df562.js → stringSet-4e80362c.js} +1 -1
  232. package/cjs/{stringSet-da3df562.js.map → stringSet-4e80362c.js.map} +1 -1
  233. package/cjs/{topics-1932f321.js → topics-1ea796fe.js} +1 -1
  234. package/cjs/{topics-1932f321.js.map → topics-1ea796fe.js.map} +1 -1
  235. package/cjs/{tslib.es6-306f32fb.js → tslib.es6-5520d66d.js} +1 -1
  236. package/cjs/{tslib.es6-306f32fb.js.map → tslib.es6-5520d66d.js.map} +1 -1
  237. package/cjs/ui/Accordion.js +4 -4
  238. package/cjs/ui/AccordionGroup.js +2 -2
  239. package/cjs/ui/AdminMessage.js +3 -3
  240. package/cjs/ui/Avatar.js +3 -3
  241. package/cjs/ui/Badge.js +5 -5
  242. package/cjs/ui/Button.js +4 -4
  243. package/cjs/ui/ChannelAvatar.js +4 -4
  244. package/cjs/ui/ChannelPreview.js +12 -12
  245. package/cjs/ui/ChatHeader.js +8 -8
  246. package/cjs/ui/ConnectionStatus.js +5 -5
  247. package/cjs/ui/ContextMenu.js +5 -5
  248. package/cjs/ui/DateSeparator.js +4 -4
  249. package/cjs/ui/Dropdown.js +3 -3
  250. package/cjs/ui/EmojiReactions.js +7 -7
  251. package/cjs/ui/FileMessageItemBody.js +6 -6
  252. package/cjs/ui/FileViewer.js +7 -7
  253. package/cjs/ui/Icon.js +1 -1
  254. package/cjs/ui/IconButton.js +1 -1
  255. package/cjs/ui/ImageRenderer.js +1 -1
  256. package/cjs/ui/Input.js +3 -3
  257. package/cjs/ui/Label.js +3 -3
  258. package/cjs/ui/LinkLabel.js +3 -3
  259. package/cjs/ui/Loader.js +1 -1
  260. package/cjs/ui/MentionLabel.js +11 -11
  261. package/cjs/ui/MessageContent.js +14 -14
  262. package/cjs/ui/MessageInput.js +10 -10
  263. package/cjs/ui/MessageItemMenu.js +7 -7
  264. package/cjs/ui/MessageItemReactionMenu.js +5 -5
  265. package/cjs/ui/MessageSearchFileItem.js +10 -10
  266. package/cjs/ui/MessageSearchItem.js +10 -10
  267. package/cjs/ui/MessageStatus.js +8 -8
  268. package/cjs/ui/Modal.js +8 -8
  269. package/cjs/ui/MutedAvatarOverlay.js +1 -1
  270. package/cjs/ui/OGMessageItemBody.js +11 -11
  271. package/cjs/ui/OpenChannelAdminMessage.js +4 -4
  272. package/cjs/ui/OpenChannelAvatar.js +7 -7
  273. package/cjs/ui/OpenchannelConversationHeader.js +7 -7
  274. package/cjs/ui/OpenchannelFileMessage.js +15 -15
  275. package/cjs/ui/OpenchannelOGMessage.js +15 -15
  276. package/cjs/ui/OpenchannelThumbnailMessage.js +14 -14
  277. package/cjs/ui/OpenchannelUserMessage.js +15 -15
  278. package/cjs/ui/PlaceHolder.js +6 -6
  279. package/cjs/ui/QuoteMessage.js +7 -7
  280. package/cjs/ui/QuoteMessageInput.js +7 -7
  281. package/cjs/ui/ReactionBadge.js +3 -3
  282. package/cjs/ui/ReactionButton.js +1 -1
  283. package/cjs/ui/SortByRow.js +1 -1
  284. package/cjs/ui/TextButton.js +2 -2
  285. package/cjs/ui/TextMessageItemBody.js +11 -11
  286. package/cjs/ui/ThumbnailMessageItemBody.js +3 -3
  287. package/cjs/ui/Tooltip.js +3 -3
  288. package/cjs/ui/TooltipWrapper.js +1 -1
  289. package/cjs/ui/UnknownMessageItemBody.js +7 -7
  290. package/cjs/ui/UserListItem.js +12 -12
  291. package/cjs/ui/UserProfile.js +10 -10
  292. package/cjs/ui/Word.js +11 -11
  293. package/cjs/useSendbirdStateContext.js +1 -1
  294. package/cjs/{utils-59d39f8a.js → utils-84bab0ba.js} +1 -1
  295. package/cjs/{utils-59d39f8a.js.map → utils-84bab0ba.js.map} +1 -1
  296. package/cjs/{utils-d06dfceb.js → utils-a34410a9.js} +1 -1
  297. package/cjs/{utils-d06dfceb.js.map → utils-a34410a9.js.map} +1 -1
  298. package/cjs/{utils-15fd96e3.js → utils-cb9aac85.js} +1 -1
  299. package/cjs/{utils-15fd96e3.js.map → utils-cb9aac85.js.map} +1 -1
  300. package/cjs/{uuid-deaf6e4d.js → uuid-51919e62.js} +1 -1
  301. package/cjs/{uuid-deaf6e4d.js.map → uuid-51919e62.js.map} +1 -1
  302. package/cjs/withSendbird.js +1 -1
  303. package/{color-af7ca71d.js → color-0d32d75b.js} +1 -1
  304. package/{color-af7ca71d.js.map → color-0d32d75b.js.map} +1 -1
  305. package/{compareIds-0374f200.js → compareIds-2a25c4fd.js} +1 -1
  306. package/{compareIds-0374f200.js.map → compareIds-2a25c4fd.js.map} +1 -1
  307. package/{const-e494c46a.js → const-58f24b74.js} +1 -1
  308. package/{const-e494c46a.js.map → const-58f24b74.js.map} +1 -1
  309. package/{const-1df70d22.js → const-6d03d727.js} +1 -1
  310. package/{const-1df70d22.js.map → const-6d03d727.js.map} +1 -1
  311. package/{context-477db28c.js → context-53e8285b.js} +2 -2
  312. package/{context-477db28c.js.map → context-53e8285b.js.map} +1 -1
  313. package/groupChannel-1c5076e4.js +8 -0
  314. package/groupChannel-1c5076e4.js.map +1 -0
  315. package/{index-0bca77f6.js → index-1cb86f16.js} +2 -2
  316. package/{index-0bca77f6.js.map → index-1cb86f16.js.map} +1 -1
  317. package/{index-0b5ccb8a.js → index-3b997158.js} +3 -3
  318. package/{index-0b5ccb8a.js.map → index-3b997158.js.map} +1 -1
  319. package/{index-6d9f27e9.js → index-526e1c2f.js} +1 -1
  320. package/{index-6d9f27e9.js.map → index-526e1c2f.js.map} +1 -1
  321. package/{index-961dd650.js → index-5751f53d.js} +4 -4
  322. package/{index-961dd650.js.map → index-5751f53d.js.map} +1 -1
  323. package/{index-be56e57e.js → index-64bbdf03.js} +3 -3
  324. package/{index-be56e57e.js.map → index-64bbdf03.js.map} +1 -1
  325. package/{index-b75c8b72.js → index-8cd47fe5.js} +2 -2
  326. package/{index-b75c8b72.js.map → index-8cd47fe5.js.map} +1 -1
  327. package/{index-626e0c91.js → index-a6ed3522.js} +1 -1
  328. package/{index-626e0c91.js.map → index-a6ed3522.js.map} +1 -1
  329. package/{index-018657f4.js → index-a754a6e3.js} +9 -8
  330. package/{index-018657f4.js.map → index-a754a6e3.js.map} +1 -1
  331. package/{index-97340f01.js → index-c535b427.js} +6 -6
  332. package/{index-97340f01.js.map → index-c535b427.js.map} +1 -1
  333. package/{index-b9397b82.js → index-fd29af9b.js} +2 -2
  334. package/{index-b9397b82.js.map → index-fd29af9b.js.map} +1 -1
  335. package/{index-c6d2d378.js → index-fe143e10.js} +4 -4
  336. package/{index-c6d2d378.js.map → index-fe143e10.js.map} +1 -1
  337. package/index.d.ts +27 -15
  338. package/index.js +38 -37
  339. package/index.js.map +1 -1
  340. package/openChannel-243ce500.js +6 -0
  341. package/openChannel-243ce500.js.map +1 -0
  342. package/{openChannelUtils-eb983c6e.js → openChannelUtils-d942de1a.js} +1 -1
  343. package/{openChannelUtils-eb983c6e.js.map → openChannelUtils-d942de1a.js.map} +1 -1
  344. package/package-lock.json +26318 -0
  345. package/package.json +1 -1
  346. package/sendbirdSelectors.js +4 -4
  347. package/sendbirdSelectors.js.map +1 -1
  348. package/{stringSet-8471446d.js → stringSet-8f56c095.js} +1 -1
  349. package/{stringSet-8471446d.js.map → stringSet-8f56c095.js.map} +1 -1
  350. package/{topics-408562ae.js → topics-27c99fc7.js} +1 -1
  351. package/{topics-408562ae.js.map → topics-27c99fc7.js.map} +1 -1
  352. package/{tslib.es6-bc2713d7.js → tslib.es6-70020af6.js} +1 -1
  353. package/{tslib.es6-bc2713d7.js.map → tslib.es6-70020af6.js.map} +1 -1
  354. package/ui/Accordion.js +4 -4
  355. package/ui/AccordionGroup.js +2 -2
  356. package/ui/AdminMessage.js +3 -3
  357. package/ui/Avatar.js +3 -3
  358. package/ui/Badge.js +5 -5
  359. package/ui/Button.js +4 -4
  360. package/ui/ChannelAvatar.js +4 -4
  361. package/ui/ChannelPreview.js +12 -12
  362. package/ui/ChatHeader.js +8 -8
  363. package/ui/ConnectionStatus.js +5 -5
  364. package/ui/ContextMenu.js +5 -5
  365. package/ui/DateSeparator.js +4 -4
  366. package/ui/Dropdown.js +3 -3
  367. package/ui/EmojiReactions.js +7 -7
  368. package/ui/FileMessageItemBody.js +6 -6
  369. package/ui/FileViewer.js +7 -7
  370. package/ui/Icon.js +1 -1
  371. package/ui/IconButton.js +1 -1
  372. package/ui/ImageRenderer.js +1 -1
  373. package/ui/Input.js +3 -3
  374. package/ui/Label.js +3 -3
  375. package/ui/LinkLabel.js +3 -3
  376. package/ui/Loader.js +1 -1
  377. package/ui/MentionLabel.js +11 -11
  378. package/ui/MessageContent.js +14 -14
  379. package/ui/MessageInput.js +10 -10
  380. package/ui/MessageItemMenu.js +7 -7
  381. package/ui/MessageItemReactionMenu.js +5 -5
  382. package/ui/MessageSearchFileItem.js +10 -10
  383. package/ui/MessageSearchItem.js +10 -10
  384. package/ui/MessageStatus.js +8 -8
  385. package/ui/Modal.js +8 -8
  386. package/ui/MutedAvatarOverlay.js +1 -1
  387. package/ui/OGMessageItemBody.js +11 -11
  388. package/ui/OpenChannelAdminMessage.js +4 -4
  389. package/ui/OpenChannelAvatar.js +7 -7
  390. package/ui/OpenchannelConversationHeader.js +7 -7
  391. package/ui/OpenchannelFileMessage.js +15 -15
  392. package/ui/OpenchannelOGMessage.js +15 -15
  393. package/ui/OpenchannelThumbnailMessage.js +14 -14
  394. package/ui/OpenchannelUserMessage.js +15 -15
  395. package/ui/PlaceHolder.js +6 -6
  396. package/ui/QuoteMessage.js +7 -7
  397. package/ui/QuoteMessageInput.js +7 -7
  398. package/ui/ReactionBadge.js +3 -3
  399. package/ui/ReactionButton.js +1 -1
  400. package/ui/SortByRow.js +1 -1
  401. package/ui/TextButton.js +2 -2
  402. package/ui/TextMessageItemBody.js +11 -11
  403. package/ui/ThumbnailMessageItemBody.js +3 -3
  404. package/ui/Tooltip.js +3 -3
  405. package/ui/TooltipWrapper.js +1 -1
  406. package/ui/UnknownMessageItemBody.js +7 -7
  407. package/ui/UserListItem.js +12 -12
  408. package/ui/UserProfile.js +10 -10
  409. package/ui/Word.js +11 -11
  410. package/useSendbirdStateContext.js +1 -1
  411. package/{utils-14e75814.js → utils-c7599c37.js} +1 -1
  412. package/{utils-14e75814.js.map → utils-c7599c37.js.map} +1 -1
  413. package/{utils-ed9ea372.js → utils-e3bda5a7.js} +1 -1
  414. package/{utils-ed9ea372.js.map → utils-e3bda5a7.js.map} +1 -1
  415. package/{utils-6f162725.js → utils-e5523522.js} +1 -1
  416. package/{utils-6f162725.js.map → utils-e5523522.js.map} +1 -1
  417. package/{uuid-b172d222.js → uuid-118d6514.js} +1 -1
  418. package/{uuid-b172d222.js.map → uuid-118d6514.js.map} +1 -1
  419. package/withSendbird.js +1 -1
  420. package/ChannelListProvider-deca2b46.js.map +0 -1
  421. package/__bundle-7dfccc8c-097677fe.js +0 -24
  422. package/__bundle-7dfccc8c-097677fe.js.map +0 -1
  423. package/cjs/ChannelListProvider-adbb04ab.js.map +0 -1
  424. package/cjs/__bundle-7dfccc8c-99e5ac3e.js +0 -151
  425. package/cjs/__bundle-7dfccc8c-99e5ac3e.js.map +0 -1
  426. package/cjs/groupChannel-9502b458.js +0 -9
  427. package/cjs/groupChannel-9502b458.js.map +0 -1
  428. package/cjs/openChannel-f2448196.js +0 -13
  429. package/cjs/openChannel-f2448196.js.map +0 -1
  430. package/groupChannel-3295edad.js +0 -6
  431. package/groupChannel-3295edad.js.map +0 -1
  432. package/openChannel-c960d007.js +0 -8
  433. package/openChannel-c960d007.js.map +0 -1
@@ -1,30 +1,30 @@
1
1
  import React__default, { useContext, useState } from 'react';
2
- import { a as LocalizationContext } from '../../LocalizationContext-9f3a97d4.js';
2
+ import { a as LocalizationContext } from '../../LocalizationContext-9ecb0a32.js';
3
3
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
4
4
  import { useChannelSettingsContext } from '../context.js';
5
5
  import ChannelAvatar from '../../ui/ChannelAvatar.js';
6
6
  import TextButton from '../../ui/TextButton.js';
7
- import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-0b5ccb8a.js';
7
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-3b997158.js';
8
8
  import EditDetails from './EditDetailsModal.js';
9
- import '../../stringSet-8471446d.js';
10
- import '../../index-6d9f27e9.js';
9
+ import '../../stringSet-8f56c095.js';
10
+ import '../../index-526e1c2f.js';
11
11
  import '../../withSendbird.js';
12
- import '../../_rollupPluginBabelHelpers-e62b6c94.js';
13
- import '../../UserProfileContext-0ab13769.js';
12
+ import '../../_rollupPluginBabelHelpers-31a1bb40.js';
13
+ import '../../UserProfileContext-c1834696.js';
14
14
  import 'prop-types';
15
- import '../../uuid-b172d222.js';
15
+ import '../../uuid-118d6514.js';
16
16
  import '../../ui/Avatar.js';
17
- import '../../tslib.es6-bc2713d7.js';
17
+ import '../../tslib.es6-70020af6.js';
18
18
  import '../../ui/ImageRenderer.js';
19
19
  import '../../ui/Icon.js';
20
- import '../../utils-14e75814.js';
21
- import '../../color-af7ca71d.js';
20
+ import '../../utils-c7599c37.js';
21
+ import '../../color-0d32d75b.js';
22
22
  import '../../ui/Modal.js';
23
23
  import 'react-dom';
24
- import '../../index-626e0c91.js';
24
+ import '../../index-a6ed3522.js';
25
25
  import '../../ui/IconButton.js';
26
- import '../../index-be56e57e.js';
27
- import '../../utils-6f162725.js';
26
+ import '../../index-64bbdf03.js';
27
+ import '../../utils-e5523522.js';
28
28
  import '../../ui/Input.js';
29
29
 
30
30
  var ChannelProfile = function ChannelProfile() {
@@ -1,9 +1,9 @@
1
1
  import React__default, { useContext, useState } from 'react';
2
2
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
3
3
  import { useChannelSettingsContext } from '../context.js';
4
- import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-c6d2d378.js';
5
- import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-0b5ccb8a.js';
6
- import { a as LocalizationContext } from '../../LocalizationContext-9f3a97d4.js';
4
+ import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-fe143e10.js';
5
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-3b997158.js';
6
+ import { a as LocalizationContext } from '../../LocalizationContext-9ecb0a32.js';
7
7
  import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
8
8
  import IconButton from '../../ui/IconButton.js';
9
9
  import ChannelProfile from './ChannelProfile.js';
@@ -11,44 +11,44 @@ import AdminPannel from './ModerationPanel.js';
11
11
  import LeaveChannel from './LeaveChannel.js';
12
12
  import UserPanel from './UserPanel.js';
13
13
  import '../../withSendbird.js';
14
- import '../../_rollupPluginBabelHelpers-e62b6c94.js';
15
- import '../../UserProfileContext-0ab13769.js';
14
+ import '../../_rollupPluginBabelHelpers-31a1bb40.js';
15
+ import '../../UserProfileContext-c1834696.js';
16
16
  import 'prop-types';
17
- import '../../uuid-b172d222.js';
17
+ import '../../uuid-118d6514.js';
18
18
  import '../../ui/Loader.js';
19
- import '../../stringSet-8471446d.js';
20
- import '../../index-6d9f27e9.js';
19
+ import '../../stringSet-8f56c095.js';
20
+ import '../../index-526e1c2f.js';
21
21
  import '../../ui/ChannelAvatar.js';
22
22
  import '../../ui/Avatar.js';
23
- import '../../tslib.es6-bc2713d7.js';
23
+ import '../../tslib.es6-70020af6.js';
24
24
  import '../../ui/ImageRenderer.js';
25
- import '../../utils-14e75814.js';
25
+ import '../../utils-c7599c37.js';
26
26
  import '../../ui/TextButton.js';
27
- import '../../color-af7ca71d.js';
27
+ import '../../color-0d32d75b.js';
28
28
  import './EditDetailsModal.js';
29
29
  import '../../ui/Modal.js';
30
30
  import 'react-dom';
31
- import '../../index-626e0c91.js';
32
- import '../../index-be56e57e.js';
33
- import '../../utils-6f162725.js';
31
+ import '../../index-a6ed3522.js';
32
+ import '../../index-64bbdf03.js';
33
+ import '../../utils-e5523522.js';
34
34
  import '../../ui/Input.js';
35
35
  import '../../ui/Accordion.js';
36
36
  import '../../ui/AccordionGroup.js';
37
- import '../../context-477db28c.js';
37
+ import '../../context-53e8285b.js';
38
38
  import '../../ui/Badge.js';
39
39
  import '../../ui/ContextMenu.js';
40
- import '../../index-b75c8b72.js';
40
+ import '../../index-8cd47fe5.js';
41
41
  import '../../ui/SortByRow.js';
42
42
  import './UserListItem.js';
43
43
  import '../../ui/MutedAvatarOverlay.js';
44
44
  import '../../ui/UserProfile.js';
45
45
  import '../../sendbirdSelectors.js';
46
- import '../../topics-408562ae.js';
46
+ import '../../topics-27c99fc7.js';
47
47
  import '../../ui/UserListItem.js';
48
48
  import '../../ui/Checkbox.js';
49
- import '../../groupChannel-3295edad.js';
50
- import '../../__bundle-7dfccc8c-097677fe.js';
51
- import '../../MemberList-f02f2f2c.js';
49
+ import '../../groupChannel-1c5076e4.js';
50
+ import '../../__bundle-7dfccc8c-b47a2b5a.js';
51
+ import '../../MemberList-b8d5b0a7.js';
52
52
 
53
53
  var ChannelSettingsUI = function ChannelSettingsUI(props) {
54
54
  var _a, _b;
@@ -1,30 +1,30 @@
1
1
  import React__default, { useRef, useState, useContext } from 'react';
2
2
  import { useChannelSettingsContext } from '../context.js';
3
- import { a as LocalizationContext } from '../../LocalizationContext-9f3a97d4.js';
3
+ import { a as LocalizationContext } from '../../LocalizationContext-9ecb0a32.js';
4
4
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
5
5
  import Modal from '../../ui/Modal.js';
6
6
  import Input, { InputLabel } from '../../ui/Input.js';
7
7
  import Avatar from '../../ui/Avatar.js';
8
- import { T as Type } from '../../index-be56e57e.js';
9
- import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-0b5ccb8a.js';
8
+ import { T as Type } from '../../index-64bbdf03.js';
9
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-3b997158.js';
10
10
  import TextButton from '../../ui/TextButton.js';
11
11
  import ChannelAvatar from '../../ui/ChannelAvatar.js';
12
- import { u as uuidv4 } from '../../uuid-b172d222.js';
13
- import '../../UserProfileContext-0ab13769.js';
12
+ import { u as uuidv4 } from '../../uuid-118d6514.js';
13
+ import '../../UserProfileContext-c1834696.js';
14
14
  import 'prop-types';
15
15
  import '../../withSendbird.js';
16
- import '../../_rollupPluginBabelHelpers-e62b6c94.js';
17
- import '../../stringSet-8471446d.js';
18
- import '../../index-6d9f27e9.js';
16
+ import '../../_rollupPluginBabelHelpers-31a1bb40.js';
17
+ import '../../stringSet-8f56c095.js';
18
+ import '../../index-526e1c2f.js';
19
19
  import 'react-dom';
20
- import '../../index-626e0c91.js';
20
+ import '../../index-a6ed3522.js';
21
21
  import '../../ui/IconButton.js';
22
22
  import '../../ui/Icon.js';
23
- import '../../utils-6f162725.js';
24
- import '../../tslib.es6-bc2713d7.js';
23
+ import '../../utils-e5523522.js';
24
+ import '../../tslib.es6-70020af6.js';
25
25
  import '../../ui/ImageRenderer.js';
26
- import '../../color-af7ca71d.js';
27
- import '../../utils-14e75814.js';
26
+ import '../../color-0d32d75b.js';
27
+ import '../../utils-c7599c37.js';
28
28
 
29
29
  var EditDetails = function EditDetails(props) {
30
30
  var _a, _b, _c;
@@ -1,22 +1,22 @@
1
1
  import React__default from 'react';
2
2
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
3
3
  import { useChannelSettingsContext } from '../context.js';
4
- import { n as noop } from '../../utils-6f162725.js';
4
+ import { n as noop } from '../../utils-e5523522.js';
5
5
  import Modal from '../../ui/Modal.js';
6
6
  import '../../withSendbird.js';
7
- import '../../_rollupPluginBabelHelpers-e62b6c94.js';
8
- import '../../UserProfileContext-0ab13769.js';
7
+ import '../../_rollupPluginBabelHelpers-31a1bb40.js';
8
+ import '../../UserProfileContext-c1834696.js';
9
9
  import 'prop-types';
10
- import '../../uuid-b172d222.js';
10
+ import '../../uuid-118d6514.js';
11
11
  import 'react-dom';
12
- import '../../LocalizationContext-9f3a97d4.js';
13
- import '../../stringSet-8471446d.js';
14
- import '../../index-6d9f27e9.js';
15
- import '../../index-626e0c91.js';
12
+ import '../../LocalizationContext-9ecb0a32.js';
13
+ import '../../stringSet-8f56c095.js';
14
+ import '../../index-526e1c2f.js';
15
+ import '../../index-a6ed3522.js';
16
16
  import '../../ui/IconButton.js';
17
17
  import '../../ui/Icon.js';
18
- import '../../index-be56e57e.js';
19
- import '../../index-0b5ccb8a.js';
18
+ import '../../index-64bbdf03.js';
19
+ import '../../index-3b997158.js';
20
20
 
21
21
  var LeaveChannel = function LeaveChannel(props) {
22
22
  var _a, _b, _c;
@@ -1,42 +1,42 @@
1
1
  import React__default, { useState, useContext, useEffect, useCallback } from 'react';
2
- import { a as LocalizationContext } from '../../LocalizationContext-9f3a97d4.js';
2
+ import { a as LocalizationContext } from '../../LocalizationContext-9ecb0a32.js';
3
3
  import Accordion, { AccordionGroup } from '../../ui/Accordion.js';
4
- import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-0b5ccb8a.js';
4
+ import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-3b997158.js';
5
5
  import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
6
6
  import Badge from '../../ui/Badge.js';
7
- import { T as Type, B as Button, a as ButtonTypes, b as ButtonSizes } from '../../index-be56e57e.js';
7
+ import { T as Type, B as Button, a as ButtonTypes, b as ButtonSizes } from '../../index-64bbdf03.js';
8
8
  import IconButton from '../../ui/IconButton.js';
9
9
  import ContextMenu, { MenuItems, MenuItem } from '../../ui/ContextMenu.js';
10
10
  import UserListItem$1 from './UserListItem.js';
11
- import { a as __spreadArray, _ as __assign } from '../../tslib.es6-bc2713d7.js';
11
+ import { a as __spreadArray, _ as __assign } from '../../tslib.es6-70020af6.js';
12
12
  import Modal from '../../ui/Modal.js';
13
13
  import UserListItem from '../../ui/UserListItem.js';
14
14
  import { useChannelSettingsContext } from '../context.js';
15
15
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
16
- import { A as At } from '../../groupChannel-3295edad.js';
17
- import { M as MemberList } from '../../MemberList-f02f2f2c.js';
18
- import { n as noop } from '../../utils-6f162725.js';
19
- import '../../stringSet-8471446d.js';
20
- import '../../index-6d9f27e9.js';
16
+ import { A as At } from '../../groupChannel-1c5076e4.js';
17
+ import { M as MemberList } from '../../MemberList-b8d5b0a7.js';
18
+ import { n as noop } from '../../utils-e5523522.js';
19
+ import '../../stringSet-8f56c095.js';
20
+ import '../../index-526e1c2f.js';
21
21
  import '../../ui/AccordionGroup.js';
22
- import '../../context-477db28c.js';
23
- import '../../_rollupPluginBabelHelpers-e62b6c94.js';
22
+ import '../../context-53e8285b.js';
23
+ import '../../_rollupPluginBabelHelpers-31a1bb40.js';
24
24
  import 'prop-types';
25
- import '../../index-b75c8b72.js';
25
+ import '../../index-8cd47fe5.js';
26
26
  import 'react-dom';
27
27
  import '../../ui/SortByRow.js';
28
- import '../../UserProfileContext-0ab13769.js';
28
+ import '../../UserProfileContext-c1834696.js';
29
29
  import '../../ui/Avatar.js';
30
30
  import '../../ui/ImageRenderer.js';
31
- import '../../uuid-b172d222.js';
31
+ import '../../uuid-118d6514.js';
32
32
  import '../../ui/MutedAvatarOverlay.js';
33
33
  import '../../ui/UserProfile.js';
34
34
  import '../../withSendbird.js';
35
35
  import '../../sendbirdSelectors.js';
36
- import '../../topics-408562ae.js';
37
- import '../../index-626e0c91.js';
36
+ import '../../topics-27c99fc7.js';
37
+ import '../../index-a6ed3522.js';
38
38
  import '../../ui/Checkbox.js';
39
- import '../../__bundle-7dfccc8c-097677fe.js';
39
+ import '../../__bundle-7dfccc8c-b47a2b5a.js';
40
40
 
41
41
  function OperatorsModal(_a) {
42
42
  var _b;
@@ -1,25 +1,25 @@
1
- import { a as __spreadArray } from '../../tslib.es6-bc2713d7.js';
1
+ import { a as __spreadArray } from '../../tslib.es6-70020af6.js';
2
2
  import React__default, { useRef, useContext } from 'react';
3
- import { a as LocalizationContext } from '../../LocalizationContext-9f3a97d4.js';
4
- import { a as UserProfileContext } from '../../UserProfileContext-0ab13769.js';
3
+ import { a as LocalizationContext } from '../../LocalizationContext-9ecb0a32.js';
4
+ import { a as UserProfileContext } from '../../UserProfileContext-c1834696.js';
5
5
  import Avatar from '../../ui/Avatar.js';
6
6
  import MutedAvatarOverlay from '../../ui/MutedAvatarOverlay.js';
7
- import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-0b5ccb8a.js';
7
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-3b997158.js';
8
8
  import ConnectedUserProfile from '../../ui/UserProfile.js';
9
9
  import ContextMenu, { MenuItems } from '../../ui/ContextMenu.js';
10
- import '../../stringSet-8471446d.js';
11
- import '../../index-6d9f27e9.js';
10
+ import '../../stringSet-8f56c095.js';
11
+ import '../../index-526e1c2f.js';
12
12
  import 'prop-types';
13
13
  import '../../ui/ImageRenderer.js';
14
- import '../../_rollupPluginBabelHelpers-e62b6c94.js';
14
+ import '../../_rollupPluginBabelHelpers-31a1bb40.js';
15
15
  import '../../ui/Icon.js';
16
- import '../../uuid-b172d222.js';
16
+ import '../../uuid-118d6514.js';
17
17
  import '../../withSendbird.js';
18
18
  import '../../sendbirdSelectors.js';
19
- import '../../topics-408562ae.js';
20
- import '../../utils-6f162725.js';
21
- import '../../index-be56e57e.js';
22
- import '../../index-b75c8b72.js';
19
+ import '../../topics-27c99fc7.js';
20
+ import '../../utils-e5523522.js';
21
+ import '../../index-64bbdf03.js';
22
+ import '../../index-8cd47fe5.js';
23
23
  import 'react-dom';
24
24
  import '../../ui/SortByRow.js';
25
25
 
@@ -1,34 +1,34 @@
1
1
  import React__default, { useContext, useState } from 'react';
2
- import { a as LocalizationContext } from '../../LocalizationContext-9f3a97d4.js';
3
- import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-0b5ccb8a.js';
2
+ import { a as LocalizationContext } from '../../LocalizationContext-9ecb0a32.js';
3
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-3b997158.js';
4
4
  import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
5
5
  import Badge from '../../ui/Badge.js';
6
- import { M as MemberList } from '../../MemberList-f02f2f2c.js';
6
+ import { M as MemberList } from '../../MemberList-b8d5b0a7.js';
7
7
  import { useChannelSettingsContext } from '../context.js';
8
- import '../../stringSet-8471446d.js';
9
- import '../../index-6d9f27e9.js';
10
- import '../../_rollupPluginBabelHelpers-e62b6c94.js';
8
+ import '../../stringSet-8f56c095.js';
9
+ import '../../index-526e1c2f.js';
10
+ import '../../_rollupPluginBabelHelpers-31a1bb40.js';
11
11
  import 'prop-types';
12
- import '../../index-be56e57e.js';
12
+ import '../../index-64bbdf03.js';
13
13
  import '../../ui/IconButton.js';
14
14
  import '../../ui/ContextMenu.js';
15
- import '../../index-b75c8b72.js';
16
- import '../../tslib.es6-bc2713d7.js';
15
+ import '../../index-8cd47fe5.js';
16
+ import '../../tslib.es6-70020af6.js';
17
17
  import 'react-dom';
18
18
  import '../../ui/SortByRow.js';
19
19
  import './UserListItem.js';
20
- import '../../UserProfileContext-0ab13769.js';
20
+ import '../../UserProfileContext-c1834696.js';
21
21
  import '../../ui/Avatar.js';
22
22
  import '../../ui/ImageRenderer.js';
23
- import '../../uuid-b172d222.js';
23
+ import '../../uuid-118d6514.js';
24
24
  import '../../ui/MutedAvatarOverlay.js';
25
25
  import '../../ui/UserProfile.js';
26
26
  import '../../withSendbird.js';
27
27
  import '../../sendbirdSelectors.js';
28
- import '../../topics-408562ae.js';
29
- import '../../utils-6f162725.js';
28
+ import '../../topics-27c99fc7.js';
29
+ import '../../utils-e5523522.js';
30
30
  import '../../ui/Modal.js';
31
- import '../../index-626e0c91.js';
31
+ import '../../index-a6ed3522.js';
32
32
  import '../../ui/UserListItem.js';
33
33
  import '../../ui/Checkbox.js';
34
34
  import '../../useSendbirdStateContext.js';
@@ -1,9 +1,9 @@
1
1
  import React__default, { useState, useEffect } from 'react';
2
2
  import useSendbirdStateContext from '../useSendbirdStateContext.js';
3
- import { U as UserProfileProvider } from '../UserProfileContext-0ab13769.js';
4
- import { u as uuidv4 } from '../uuid-b172d222.js';
3
+ import { U as UserProfileProvider } from '../UserProfileContext-c1834696.js';
4
+ import { u as uuidv4 } from '../uuid-118d6514.js';
5
5
  import '../withSendbird.js';
6
- import '../_rollupPluginBabelHelpers-e62b6c94.js';
6
+ import '../_rollupPluginBabelHelpers-31a1bb40.js';
7
7
  import 'prop-types';
8
8
 
9
9
  var ChannelSettingsContext = /*#__PURE__*/React__default.createContext(undefined);
@@ -1 +1 @@
1
- {"version":3,"file":"context.js","sources":["../../src/smart-components/ChannelSettings/context/ChannelSettingsProvider.tsx"],"sourcesContent":["\nimport React, {\n useEffect,\n useState,\n} from 'react';\nimport type {\n GroupChannel,\n GroupChannelUpdateParams,\n SendbirdGroupChat,\n} from '@sendbird/chat/groupChannel';\n\nimport useSendbirdStateContext from '../../../hooks/useSendbirdStateContext';\nimport { RenderUserProfileProps } from '../../../types';\nimport { UserProfileProvider } from '../../../lib/UserProfileContext';\nimport uuidv4 from '../../../utils/uuid';\n\ninterface ApplicationUserListQuery {\n limit?: number;\n userIdsFilter?: Array<string>;\n metaDataKeyFilter?: string;\n metaDataValuesFilter?: Array<string>;\n}\n\ninterface ChannelSettingsQueries {\n applicationUserListQuery?: ApplicationUserListQuery;\n}\n\nexport type ChannelSettingsContextProps = {\n children?: React.ReactNode;\n channelUrl: string;\n className?: string;\n onCloseClick?(): void;\n onChannelModified?(channel: GroupChannel): void;\n onBeforeUpdateChannel?(currentTitle: string, currentImg: File, data: string): GroupChannelUpdateParams;\n queries?: ChannelSettingsQueries;\n renderUserProfile?: (props: RenderUserProfileProps) => React.ReactNode;\n disableUserProfile?: boolean;\n}\n\ninterface ChannelSettingsProviderInterface {\n channelUrl: string;\n onCloseClick?(): void;\n onChannelModified?(channel: GroupChannel): void;\n onBeforeUpdateChannel?(currentTitle: string, currentImg: File, data: string): GroupChannelUpdateParams;\n queries?: ChannelSettingsQueries;\n setChannelUpdateId(uniqId: string): void;\n forceUpdateUI(): void;\n channel: GroupChannel;\n invalidChannel: boolean;\n}\n\nconst ChannelSettingsContext = React.createContext<ChannelSettingsProviderInterface|null>(undefined);\n\nconst ChannelSettingsProvider: React.FC<ChannelSettingsContextProps> = (props: ChannelSettingsContextProps) => {\n const {\n children,\n className,\n channelUrl,\n onCloseClick,\n onChannelModified,\n onBeforeUpdateChannel,\n queries,\n } = props;\n\n // fetch store from <SendbirdProvider />\n const globalStore = useSendbirdStateContext();\n const { config, stores } = globalStore;\n const { sdkStore } = stores;\n const { logger } = config;\n\n const { initialized } = sdkStore;\n const sdk = sdkStore?.sdk as SendbirdGroupChat;\n\n // hack to keep track of channel updates by triggering useEffect\n const [channelUpdateId, setChannelUpdateId] = useState(uuidv4());\n const [channel, setChannel] = useState(null);\n const [invalidChannel, setInvalidChannel] = useState(false);\n\n const forceUpdateUI = () => {\n setChannelUpdateId(uuidv4());\n }\n\n useEffect(() => {\n logger.info('ChannelSettings: Setting up');\n if (!channelUrl || !initialized || !sdk) {\n logger.warning('ChannelSettings: Setting up failed', 'No channelUrl or sdk uninitialized');\n setInvalidChannel(false);\n } else {\n if (!sdk || !sdk.groupChannel) {\n logger.warning('ChannelSettings: No GroupChannel');\n return;\n }\n sdk.groupChannel.getChannel(channelUrl).then((groupChannel) => {\n if (!groupChannel) {\n logger.warning('ChannelSettings: Channel not found');\n setInvalidChannel(true);\n } else {\n logger.info('ChannelSettings: Fetched group channel', groupChannel);\n setInvalidChannel(false);\n setChannel(groupChannel);\n }\n });\n }\n }, [channelUrl, initialized, channelUpdateId]);\n\n return (\n <ChannelSettingsContext.Provider value={{\n channelUrl,\n onCloseClick,\n onChannelModified,\n onBeforeUpdateChannel,\n queries,\n setChannelUpdateId,\n forceUpdateUI,\n channel,\n invalidChannel,\n }}>\n <UserProfileProvider\n renderUserProfile={props?.renderUserProfile}\n disableUserProfile={props?.disableUserProfile}\n >\n <div className={`sendbird-channel-settings ${className}`}>\n {children}\n </div>\n </UserProfileProvider>\n </ChannelSettingsContext.Provider>\n );\n}\n\nexport type UseChannelSettingsType = () => ChannelSettingsProviderInterface;\nconst useChannelSettingsContext: UseChannelSettingsType = () => React.useContext(ChannelSettingsContext);\n\nexport {\n ChannelSettingsProvider,\n useChannelSettingsContext,\n};\n"],"names":["ChannelSettingsContext","React","createContext","undefined","ChannelSettingsProvider","props","children","className","channelUrl","onCloseClick","onChannelModified","onBeforeUpdateChannel","queries","globalStore","useSendbirdStateContext","config","stores","sdkStore","logger","initialized","sdk","_a","useState","uuidv4","channelUpdateId","setChannelUpdateId","_b","channel","setChannel","_c","invalidChannel","setInvalidChannel","forceUpdateUI","useEffect","info","warning","groupChannel","getChannel","then","renderUserProfile","disableUserProfile","useChannelSettingsContext","useContext"],"mappings":"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"}
1
+ {"version":3,"file":"context.js","sources":["../../src/smart-components/ChannelSettings/context/ChannelSettingsProvider.tsx"],"sourcesContent":["\nimport React, {\n useEffect,\n useState,\n} from 'react';\nimport {\n GroupChannel,\n GroupChannelUpdateParams,\n SendbirdGroupChat,\n} from '@sendbird/chat/groupChannel';\n\nimport useSendbirdStateContext from '../../../hooks/useSendbirdStateContext';\nimport { RenderUserProfileProps } from '../../../types';\nimport { UserProfileProvider } from '../../../lib/UserProfileContext';\nimport uuidv4 from '../../../utils/uuid';\n\ninterface ApplicationUserListQuery {\n limit?: number;\n userIdsFilter?: Array<string>;\n metaDataKeyFilter?: string;\n metaDataValuesFilter?: Array<string>;\n}\n\ninterface ChannelSettingsQueries {\n applicationUserListQuery?: ApplicationUserListQuery;\n}\n\nexport type ChannelSettingsContextProps = {\n children?: React.ReactNode;\n channelUrl: string;\n className?: string;\n onCloseClick?(): void;\n onChannelModified?(channel: GroupChannel): void;\n onBeforeUpdateChannel?(currentTitle: string, currentImg: File, data: string): GroupChannelUpdateParams;\n queries?: ChannelSettingsQueries;\n renderUserProfile?: (props: RenderUserProfileProps) => React.ReactNode;\n disableUserProfile?: boolean;\n}\n\ninterface ChannelSettingsProviderInterface {\n channelUrl: string;\n onCloseClick?(): void;\n onChannelModified?(channel: GroupChannel): void;\n onBeforeUpdateChannel?(currentTitle: string, currentImg: File, data: string): GroupChannelUpdateParams;\n queries?: ChannelSettingsQueries;\n setChannelUpdateId(uniqId: string): void;\n forceUpdateUI(): void;\n channel: GroupChannel;\n invalidChannel: boolean;\n}\n\nconst ChannelSettingsContext = React.createContext<ChannelSettingsProviderInterface|null>(undefined);\n\nconst ChannelSettingsProvider: React.FC<ChannelSettingsContextProps> = (props: ChannelSettingsContextProps) => {\n const {\n children,\n className,\n channelUrl,\n onCloseClick,\n onChannelModified,\n onBeforeUpdateChannel,\n queries,\n } = props;\n\n // fetch store from <SendbirdProvider />\n const globalStore = useSendbirdStateContext();\n const { config, stores } = globalStore;\n const { sdkStore } = stores;\n const { logger } = config;\n\n const { initialized } = sdkStore;\n const sdk = sdkStore?.sdk as SendbirdGroupChat;\n\n // hack to keep track of channel updates by triggering useEffect\n const [channelUpdateId, setChannelUpdateId] = useState(uuidv4());\n const [channel, setChannel] = useState(null);\n const [invalidChannel, setInvalidChannel] = useState(false);\n\n const forceUpdateUI = () => {\n setChannelUpdateId(uuidv4());\n }\n\n useEffect(() => {\n logger.info('ChannelSettings: Setting up');\n if (!channelUrl || !initialized || !sdk) {\n logger.warning('ChannelSettings: Setting up failed', 'No channelUrl or sdk uninitialized');\n setInvalidChannel(false);\n } else {\n if (!sdk || !sdk.groupChannel) {\n logger.warning('ChannelSettings: No GroupChannel');\n return;\n }\n sdk.groupChannel.getChannel(channelUrl).then((groupChannel) => {\n if (!groupChannel) {\n logger.warning('ChannelSettings: Channel not found');\n setInvalidChannel(true);\n } else {\n logger.info('ChannelSettings: Fetched group channel', groupChannel);\n setInvalidChannel(false);\n setChannel(groupChannel);\n }\n });\n }\n }, [channelUrl, initialized, channelUpdateId]);\n\n return (\n <ChannelSettingsContext.Provider value={{\n channelUrl,\n onCloseClick,\n onChannelModified,\n onBeforeUpdateChannel,\n queries,\n setChannelUpdateId,\n forceUpdateUI,\n channel,\n invalidChannel,\n }}>\n <UserProfileProvider\n renderUserProfile={props?.renderUserProfile}\n disableUserProfile={props?.disableUserProfile}\n >\n <div className={`sendbird-channel-settings ${className}`}>\n {children}\n </div>\n </UserProfileProvider>\n </ChannelSettingsContext.Provider>\n );\n}\n\nexport type UseChannelSettingsType = () => ChannelSettingsProviderInterface;\nconst useChannelSettingsContext: UseChannelSettingsType = () => React.useContext(ChannelSettingsContext);\n\nexport {\n ChannelSettingsProvider,\n useChannelSettingsContext,\n};\n"],"names":["ChannelSettingsContext","React","createContext","undefined","ChannelSettingsProvider","props","children","className","channelUrl","onCloseClick","onChannelModified","onBeforeUpdateChannel","queries","globalStore","useSendbirdStateContext","config","stores","sdkStore","logger","initialized","sdk","_a","useState","uuidv4","channelUpdateId","setChannelUpdateId","_b","channel","setChannel","_c","invalidChannel","setInvalidChannel","forceUpdateUI","useEffect","info","warning","groupChannel","getChannel","then","renderUserProfile","disableUserProfile","useChannelSettingsContext","useContext"],"mappings":"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"}
@@ -3,51 +3,51 @@ import ChannelSettingsUI from './ChannelSettings/components/ChannelSettingsUI.js
3
3
  import { ChannelSettingsProvider } from './ChannelSettings/context.js';
4
4
  import './useSendbirdStateContext.js';
5
5
  import './withSendbird.js';
6
- import './_rollupPluginBabelHelpers-e62b6c94.js';
7
- import './index-c6d2d378.js';
6
+ import './_rollupPluginBabelHelpers-31a1bb40.js';
7
+ import './index-fe143e10.js';
8
8
  import 'prop-types';
9
9
  import './ui/Icon.js';
10
10
  import './ui/Loader.js';
11
- import './LocalizationContext-9f3a97d4.js';
12
- import './stringSet-8471446d.js';
13
- import './index-6d9f27e9.js';
14
- import './index-0b5ccb8a.js';
11
+ import './LocalizationContext-9ecb0a32.js';
12
+ import './stringSet-8f56c095.js';
13
+ import './index-526e1c2f.js';
14
+ import './index-3b997158.js';
15
15
  import './ui/IconButton.js';
16
16
  import './ChannelSettings/components/ChannelProfile.js';
17
17
  import './ui/ChannelAvatar.js';
18
18
  import './ui/Avatar.js';
19
- import './tslib.es6-bc2713d7.js';
19
+ import './tslib.es6-70020af6.js';
20
20
  import './ui/ImageRenderer.js';
21
- import './uuid-b172d222.js';
22
- import './utils-14e75814.js';
21
+ import './uuid-118d6514.js';
22
+ import './utils-c7599c37.js';
23
23
  import './ui/TextButton.js';
24
- import './color-af7ca71d.js';
24
+ import './color-0d32d75b.js';
25
25
  import './ChannelSettings/components/EditDetailsModal.js';
26
26
  import './ui/Modal.js';
27
27
  import 'react-dom';
28
- import './index-626e0c91.js';
29
- import './index-be56e57e.js';
30
- import './utils-6f162725.js';
28
+ import './index-a6ed3522.js';
29
+ import './index-64bbdf03.js';
30
+ import './utils-e5523522.js';
31
31
  import './ui/Input.js';
32
32
  import './ChannelSettings/components/ModerationPanel.js';
33
33
  import './ui/Accordion.js';
34
34
  import './ui/AccordionGroup.js';
35
- import './context-477db28c.js';
35
+ import './context-53e8285b.js';
36
36
  import './ui/Badge.js';
37
37
  import './ui/ContextMenu.js';
38
- import './index-b75c8b72.js';
38
+ import './index-8cd47fe5.js';
39
39
  import './ui/SortByRow.js';
40
40
  import './ChannelSettings/components/UserListItem.js';
41
- import './UserProfileContext-0ab13769.js';
41
+ import './UserProfileContext-c1834696.js';
42
42
  import './ui/MutedAvatarOverlay.js';
43
43
  import './ui/UserProfile.js';
44
44
  import './sendbirdSelectors.js';
45
- import './topics-408562ae.js';
45
+ import './topics-27c99fc7.js';
46
46
  import './ui/UserListItem.js';
47
47
  import './ui/Checkbox.js';
48
- import './groupChannel-3295edad.js';
49
- import './__bundle-7dfccc8c-097677fe.js';
50
- import './MemberList-f02f2f2c.js';
48
+ import './groupChannel-1c5076e4.js';
49
+ import './__bundle-7dfccc8c-b47a2b5a.js';
50
+ import './MemberList-b8d5b0a7.js';
51
51
  import './ChannelSettings/components/LeaveChannel.js';
52
52
  import './ChannelSettings/components/UserPanel.js';
53
53
 
@@ -1,35 +1,35 @@
1
1
  import React__default from 'react';
2
- import { u as useCreateChannelContext } from '../../CreateChannelProvider-06a7aea1.js';
2
+ import { u as useCreateChannelContext } from '../../CreateChannelProvider-53c05c06.js';
3
3
  import InviteUsers from './InviteUsers.js';
4
4
  import SelectChannelType from './SelectChannelType.js';
5
5
  import '../../sendbirdSelectors.js';
6
- import '../../topics-408562ae.js';
7
- import '../../utils-6f162725.js';
6
+ import '../../topics-27c99fc7.js';
7
+ import '../../utils-e5523522.js';
8
8
  import '../../useSendbirdStateContext.js';
9
9
  import '../../withSendbird.js';
10
- import '../../_rollupPluginBabelHelpers-e62b6c94.js';
11
- import '../../tslib.es6-bc2713d7.js';
12
- import '../../LocalizationContext-9f3a97d4.js';
13
- import '../../stringSet-8471446d.js';
14
- import '../../index-6d9f27e9.js';
10
+ import '../../_rollupPluginBabelHelpers-31a1bb40.js';
11
+ import '../../tslib.es6-70020af6.js';
12
+ import '../../LocalizationContext-9ecb0a32.js';
13
+ import '../../stringSet-8f56c095.js';
14
+ import '../../index-526e1c2f.js';
15
15
  import '../../ui/Modal.js';
16
16
  import 'prop-types';
17
17
  import 'react-dom';
18
- import '../../index-626e0c91.js';
18
+ import '../../index-a6ed3522.js';
19
19
  import '../../ui/IconButton.js';
20
20
  import '../../ui/Icon.js';
21
- import '../../index-be56e57e.js';
22
- import '../../index-0b5ccb8a.js';
21
+ import '../../index-64bbdf03.js';
22
+ import '../../index-3b997158.js';
23
23
  import '../../ui/UserListItem.js';
24
- import '../../UserProfileContext-0ab13769.js';
24
+ import '../../UserProfileContext-c1834696.js';
25
25
  import '../../ui/Avatar.js';
26
26
  import '../../ui/ImageRenderer.js';
27
- import '../../uuid-b172d222.js';
27
+ import '../../uuid-118d6514.js';
28
28
  import '../../ui/MutedAvatarOverlay.js';
29
29
  import '../../ui/Checkbox.js';
30
30
  import '../../ui/UserProfile.js';
31
31
  import '../../ui/ContextMenu.js';
32
- import '../../index-b75c8b72.js';
32
+ import '../../index-8cd47fe5.js';
33
33
  import '../../ui/SortByRow.js';
34
34
 
35
35
  var CreateChannel = function CreateChannel(props) {