@sendbird/uikit-react 3.3.5 → 3.3.7-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 (439) hide show
  1. package/App.js +34 -34
  2. package/CHANGELOG.md +99 -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 +29 -28
  23. package/ChannelList.js.map +1 -1
  24. package/{ChannelListProvider-18fd6872.js → ChannelListProvider-e7339d8c.js} +67 -12
  25. package/ChannelListProvider-e7339d8c.js.map +1 -0
  26. package/{ChannelProvider-e50a1789.js → ChannelProvider-16c5544e.js} +36 -32
  27. package/ChannelProvider-16c5544e.js.map +1 -0
  28. package/ChannelSettings/components/ChannelProfile.js +12 -12
  29. package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
  30. package/ChannelSettings/components/EditDetailsModal.js +12 -12
  31. package/ChannelSettings/components/LeaveChannel.js +12 -12
  32. package/ChannelSettings/components/ModerationPanel.js +15 -15
  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-6f5eec3d.js → CreateChannelProvider-1aa2025b.js} +1 -1
  43. package/{CreateChannelProvider-6f5eec3d.js.map → CreateChannelProvider-1aa2025b.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-299b1d45.js → LocalizationContext-c8119a4d.js} +3 -3
  50. package/{LocalizationContext-299b1d45.js.map → LocalizationContext-c8119a4d.js.map} +1 -1
  51. package/{MediaQueryContext-84b087e0.js → MediaQueryContext-14f0e614.js} +1 -1
  52. package/{MediaQueryContext-84b087e0.js.map → MediaQueryContext-14f0e614.js.map} +1 -1
  53. package/{MemberList-5f71656b.js → MemberList-d87a1b9a.js} +13 -6
  54. package/MemberList-d87a1b9a.js.map +1 -0
  55. package/MessageSearch/components/MessageSearchUI.js +11 -11
  56. package/MessageSearch/context.js +35 -33
  57. package/MessageSearch/context.js.map +1 -1
  58. package/MessageSearch.js +11 -11
  59. package/OpenChannel/components/FrozenChannelNotification.js +4 -4
  60. package/OpenChannel/components/OpenChannelHeader.js +13 -13
  61. package/OpenChannel/components/OpenChannelInput.js +15 -15
  62. package/OpenChannel/components/OpenChannelMessage.js +22 -22
  63. package/OpenChannel/components/OpenChannelMessageList.js +24 -24
  64. package/OpenChannel/components/OpenChannelUI.js +24 -24
  65. package/OpenChannel/context.js +9 -9
  66. package/OpenChannel.js +24 -24
  67. package/OpenChannelList/components/OpenChannelListUI.js +13 -13
  68. package/OpenChannelList/components/OpenChannelPreview.js +4 -4
  69. package/OpenChannelList/context.js +4 -4
  70. package/OpenChannelList.js +13 -13
  71. package/{OpenChannelListProvider-a70a09f8.js → OpenChannelListProvider-7141158c.js} +3 -3
  72. package/{OpenChannelListProvider-a70a09f8.js.map → OpenChannelListProvider-7141158c.js.map} +1 -1
  73. package/{OpenChannelProvider-a0d666c6.js → OpenChannelProvider-f5d93311.js} +7 -7
  74. package/{OpenChannelProvider-a0d666c6.js.map → OpenChannelProvider-f5d93311.js.map} +1 -1
  75. package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
  76. package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
  77. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
  78. package/OpenChannelSettings/components/OperatorUI.js +17 -17
  79. package/OpenChannelSettings/components/ParticipantUI.js +15 -15
  80. package/OpenChannelSettings/context.js +3 -3
  81. package/OpenChannelSettings.js +18 -18
  82. package/{RemoveMessageModal-2f571cc3.js → RemoveMessageModal-afad72a1.js} +3 -3
  83. package/{RemoveMessageModal-2f571cc3.js.map → RemoveMessageModal-afad72a1.js.map} +1 -1
  84. package/SendbirdProvider.js +11 -14
  85. package/SendbirdProvider.js.map +1 -1
  86. package/Thread/components/ParentMessageInfo.js +21 -21
  87. package/Thread/components/ParentMessageInfoItem.js +14 -14
  88. package/Thread/components/ThreadHeader.js +6 -6
  89. package/Thread/components/ThreadList.js +24 -24
  90. package/Thread/components/ThreadListItem.js +24 -24
  91. package/Thread/components/ThreadMessageInput.js +16 -16
  92. package/Thread/components/ThreadUI.js +26 -26
  93. package/Thread/context.js +8 -8
  94. package/Thread.js +26 -26
  95. package/{ThreadProvider-b6a76698.js → ThreadProvider-611aaf8b.js} +6 -6
  96. package/{ThreadProvider-b6a76698.js.map → ThreadProvider-611aaf8b.js.map} +1 -1
  97. package/{UserProfileContext-53d89b5e.js → UserProfileContext-82be3db3.js} +1 -1
  98. package/{UserProfileContext-53d89b5e.js.map → UserProfileContext-82be3db3.js.map} +1 -1
  99. package/{_rollupPluginBabelHelpers-d746227b.js → _rollupPluginBabelHelpers-03564bc5.js} +1 -1
  100. package/_rollupPluginBabelHelpers-03564bc5.js.map +1 -0
  101. package/{actionTypes-77c96dff.js → actionTypes-9d11a9b7.js} +1 -1
  102. package/{actionTypes-77c96dff.js.map → actionTypes-9d11a9b7.js.map} +1 -1
  103. package/cjs/App.js +34 -34
  104. package/cjs/Channel/components/ChannelHeader.js +18 -18
  105. package/cjs/Channel/components/ChannelUI.js +27 -27
  106. package/cjs/Channel/components/FileViewer.js +14 -14
  107. package/cjs/Channel/components/FrozenNotification.js +4 -4
  108. package/cjs/Channel/components/Message.js +24 -24
  109. package/cjs/Channel/components/MessageInput.js +16 -16
  110. package/cjs/Channel/components/MessageList.js +25 -25
  111. package/cjs/Channel/components/RemoveMessageModal.js +16 -16
  112. package/cjs/Channel/components/SuggestedMentionList.js +16 -16
  113. package/cjs/Channel/components/TypingIndicator.js +14 -14
  114. package/cjs/Channel/components/UnreadCount.js +4 -4
  115. package/cjs/Channel/context.js +13 -13
  116. package/cjs/Channel.js +27 -27
  117. package/cjs/ChannelList/components/AddChannel.js +15 -15
  118. package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
  119. package/cjs/ChannelList/components/ChannelListUI.js +28 -28
  120. package/cjs/ChannelList/components/ChannelPreview.js +24 -24
  121. package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
  122. package/cjs/ChannelList/context.js +8 -8
  123. package/cjs/ChannelList.js +29 -28
  124. package/cjs/ChannelList.js.map +1 -1
  125. package/cjs/{ChannelListProvider-f2606052.js → ChannelListProvider-a487db78.js} +66 -11
  126. package/cjs/ChannelListProvider-a487db78.js.map +1 -0
  127. package/cjs/{ChannelProvider-beea5a02.js → ChannelProvider-fd6409a8.js} +36 -32
  128. package/cjs/ChannelProvider-fd6409a8.js.map +1 -0
  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 +15 -15
  134. package/cjs/ChannelSettings/components/UserListItem.js +11 -11
  135. package/cjs/ChannelSettings/components/UserPanel.js +14 -14
  136. package/cjs/ChannelSettings/context.js +3 -3
  137. package/cjs/ChannelSettings.js +18 -18
  138. package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
  139. package/cjs/CreateChannel/components/InviteUsers.js +14 -14
  140. package/cjs/CreateChannel/components/SelectChannelType.js +11 -11
  141. package/cjs/CreateChannel/context.js +4 -4
  142. package/cjs/CreateChannel.js +14 -14
  143. package/cjs/{CreateChannelProvider-c123ffbb.js → CreateChannelProvider-ac23f4d9.js} +1 -1
  144. package/cjs/{CreateChannelProvider-c123ffbb.js.map → CreateChannelProvider-ac23f4d9.js.map} +1 -1
  145. package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
  146. package/cjs/CreateOpenChannel/context.js +1 -1
  147. package/cjs/CreateOpenChannel.js +10 -10
  148. package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
  149. package/cjs/EditUserProfile.js +13 -13
  150. package/cjs/{LocalizationContext-caedb682.js → LocalizationContext-ace09ab6.js} +3 -3
  151. package/cjs/{LocalizationContext-caedb682.js.map → LocalizationContext-ace09ab6.js.map} +1 -1
  152. package/cjs/{MediaQueryContext-cdba25c1.js → MediaQueryContext-4c243ae6.js} +1 -1
  153. package/cjs/{MediaQueryContext-cdba25c1.js.map → MediaQueryContext-4c243ae6.js.map} +1 -1
  154. package/cjs/{MemberList-45fcb966.js → MemberList-39afb1a2.js} +13 -6
  155. package/cjs/MemberList-39afb1a2.js.map +1 -0
  156. package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
  157. package/cjs/MessageSearch/context.js +35 -33
  158. package/cjs/MessageSearch/context.js.map +1 -1
  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-133cc0e6.js → OpenChannelListProvider-3b3f26a6.js} +3 -3
  173. package/cjs/{OpenChannelListProvider-133cc0e6.js.map → OpenChannelListProvider-3b3f26a6.js.map} +1 -1
  174. package/cjs/{OpenChannelProvider-ee813f9e.js → OpenChannelProvider-1120b4b2.js} +7 -7
  175. package/cjs/{OpenChannelProvider-ee813f9e.js.map → OpenChannelProvider-1120b4b2.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 +17 -17
  180. package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -15
  181. package/cjs/OpenChannelSettings/context.js +3 -3
  182. package/cjs/OpenChannelSettings.js +18 -18
  183. package/cjs/{RemoveMessageModal-497e1a76.js → RemoveMessageModal-38503b81.js} +3 -3
  184. package/cjs/{RemoveMessageModal-497e1a76.js.map → RemoveMessageModal-38503b81.js.map} +1 -1
  185. package/cjs/SendbirdProvider.js +11 -14
  186. package/cjs/SendbirdProvider.js.map +1 -1
  187. package/cjs/Thread/components/ParentMessageInfo.js +21 -21
  188. package/cjs/Thread/components/ParentMessageInfoItem.js +14 -14
  189. package/cjs/Thread/components/ThreadHeader.js +6 -6
  190. package/cjs/Thread/components/ThreadList.js +24 -24
  191. package/cjs/Thread/components/ThreadListItem.js +24 -24
  192. package/cjs/Thread/components/ThreadMessageInput.js +16 -16
  193. package/cjs/Thread/components/ThreadUI.js +26 -26
  194. package/cjs/Thread/context.js +8 -8
  195. package/cjs/Thread.js +26 -26
  196. package/cjs/{ThreadProvider-8b5092ee.js → ThreadProvider-bc8ea720.js} +6 -6
  197. package/cjs/{ThreadProvider-8b5092ee.js.map → ThreadProvider-bc8ea720.js.map} +1 -1
  198. package/cjs/{UserProfileContext-80409a4d.js → UserProfileContext-fae16479.js} +1 -1
  199. package/cjs/{UserProfileContext-80409a4d.js.map → UserProfileContext-fae16479.js.map} +1 -1
  200. package/cjs/{_rollupPluginBabelHelpers-41d3db2d.js → _rollupPluginBabelHelpers-02902127.js} +1 -1
  201. package/cjs/_rollupPluginBabelHelpers-02902127.js.map +1 -0
  202. package/cjs/{actionTypes-697b5dfb.js → actionTypes-e130fb57.js} +1 -1
  203. package/cjs/{actionTypes-697b5dfb.js.map → actionTypes-e130fb57.js.map} +1 -1
  204. package/cjs/{color-d7217651.js → color-536225b3.js} +1 -1
  205. package/cjs/{color-d7217651.js.map → color-536225b3.js.map} +1 -1
  206. package/cjs/{compareIds-caa9f926.js → compareIds-9feec0fb.js} +1 -1
  207. package/cjs/{compareIds-caa9f926.js.map → compareIds-9feec0fb.js.map} +1 -1
  208. package/cjs/{const-4235b5b5.js → const-08c0a380.js} +1 -1
  209. package/cjs/{const-4235b5b5.js.map → const-08c0a380.js.map} +1 -1
  210. package/cjs/{const-4ba60f84.js → const-a8ea4bc8.js} +1 -1
  211. package/cjs/{const-4ba60f84.js.map → const-a8ea4bc8.js.map} +1 -1
  212. package/cjs/{context-867cb427.js → context-b13ff74a.js} +2 -2
  213. package/cjs/{context-867cb427.js.map → context-b13ff74a.js.map} +1 -1
  214. package/cjs/dist/index.css +144 -141
  215. package/cjs/dist/index.css.map +1 -1
  216. package/cjs/{index-50984f15.js → index-2757696a.js} +3 -3
  217. package/cjs/{index-50984f15.js.map → index-2757696a.js.map} +1 -1
  218. package/cjs/{index-29e1117f.js → index-33462597.js} +7 -7
  219. package/cjs/{index-29e1117f.js.map → index-33462597.js.map} +1 -1
  220. package/cjs/{index-f0df9942.js → index-3e6ea382.js} +5 -5
  221. package/cjs/{index-f0df9942.js.map → index-3e6ea382.js.map} +1 -1
  222. package/cjs/{index-e01cd4a9.js → index-4d328360.js} +1 -1
  223. package/cjs/{index-e01cd4a9.js.map → index-4d328360.js.map} +1 -1
  224. package/cjs/{index-c6abe71b.js → index-6dd24635.js} +4 -4
  225. package/cjs/{index-c6abe71b.js.map → index-6dd24635.js.map} +1 -1
  226. package/cjs/{index-230cddde.js → index-8acf124b.js} +2 -2
  227. package/cjs/{index-230cddde.js.map → index-8acf124b.js.map} +1 -1
  228. package/cjs/{index-476f089f.js → index-8b16d134.js} +2 -2
  229. package/cjs/{index-476f089f.js.map → index-8b16d134.js.map} +1 -1
  230. package/cjs/{index-ceb058fa.js → index-a3ec84b4.js} +2 -2
  231. package/cjs/{index-ceb058fa.js.map → index-a3ec84b4.js.map} +1 -1
  232. package/cjs/{index-d47bc642.js → index-a434a147.js} +1 -1
  233. package/cjs/{index-d47bc642.js.map → index-a434a147.js.map} +1 -1
  234. package/cjs/{index-942c3f15.js → index-c4000ca9.js} +2 -2
  235. package/cjs/{index-942c3f15.js.map → index-c4000ca9.js.map} +1 -1
  236. package/cjs/{index-bec34de9.js → index-e30cba63.js} +7 -7
  237. package/cjs/{index-bec34de9.js.map → index-e30cba63.js.map} +1 -1
  238. package/cjs/{index-06816ee5.js → index-e9624ce0.js} +2 -2
  239. package/cjs/{index-06816ee5.js.map → index-e9624ce0.js.map} +1 -1
  240. package/cjs/index.js +38 -38
  241. package/cjs/sendbirdSelectors.js +2 -2
  242. package/cjs/{stringSet-af541fde.js → stringSet-6f1ae22f.js} +1 -1
  243. package/cjs/{stringSet-af541fde.js.map → stringSet-6f1ae22f.js.map} +1 -1
  244. package/cjs/{topics-33f5f434.js → topics-27e1fae9.js} +1 -1
  245. package/cjs/{topics-33f5f434.js.map → topics-27e1fae9.js.map} +1 -1
  246. package/cjs/{tslib.es6-f1d22d7f.js → tslib.es6-0626ad00.js} +1 -1
  247. package/cjs/{tslib.es6-f1d22d7f.js.map → tslib.es6-0626ad00.js.map} +1 -1
  248. package/cjs/ui/Accordion.js +3 -3
  249. package/cjs/ui/AccordionGroup.js +2 -2
  250. package/cjs/ui/AdminMessage.js +3 -3
  251. package/cjs/ui/Avatar.js +2 -2
  252. package/cjs/ui/Badge.js +5 -5
  253. package/cjs/ui/BottomSheet.js +1 -1
  254. package/cjs/ui/Button.js +3 -3
  255. package/cjs/ui/ChannelAvatar.js +3 -3
  256. package/cjs/ui/Checkbox.js +5 -4
  257. package/cjs/ui/Checkbox.js.map +1 -1
  258. package/cjs/ui/ConnectionStatus.js +4 -4
  259. package/cjs/ui/ContextMenu.js +5 -5
  260. package/cjs/ui/DateSeparator.js +4 -4
  261. package/cjs/ui/EmojiReactions.js +7 -7
  262. package/cjs/ui/FileMessageItemBody.js +6 -6
  263. package/cjs/ui/FileViewer.js +8 -8
  264. package/cjs/ui/IconButton.js +1 -1
  265. package/cjs/ui/ImageRenderer.js +1 -1
  266. package/cjs/ui/Input.js +2 -2
  267. package/cjs/ui/Label.js +2 -2
  268. package/cjs/ui/LinkLabel.js +2 -2
  269. package/cjs/ui/Loader.js +1 -1
  270. package/cjs/ui/MentionLabel.js +11 -11
  271. package/cjs/ui/MessageContent.js +20 -20
  272. package/cjs/ui/MessageInput.js +9 -9
  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 +11 -11
  280. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  281. package/cjs/ui/OpenChannelAvatar.js +6 -6
  282. package/cjs/ui/OpenchannelConversationHeader.js +6 -6
  283. package/cjs/ui/OpenchannelFileMessage.js +16 -16
  284. package/cjs/ui/OpenchannelOGMessage.js +16 -16
  285. package/cjs/ui/OpenchannelThumbnailMessage.js +15 -15
  286. package/cjs/ui/OpenchannelUserMessage.js +16 -16
  287. package/cjs/ui/PlaceHolder.js +6 -6
  288. package/cjs/ui/QuoteMessage.js +6 -6
  289. package/cjs/ui/QuoteMessageInput.js +6 -6
  290. package/cjs/ui/ReactionBadge.js +3 -3
  291. package/cjs/ui/ReactionButton.js +1 -1
  292. package/cjs/ui/SortByRow.js +2 -2
  293. package/cjs/ui/TextButton.js +2 -2
  294. package/cjs/ui/TextMessageItemBody.js +11 -11
  295. package/cjs/ui/ThreadReplies.js +6 -6
  296. package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
  297. package/cjs/ui/Tooltip.js +3 -3
  298. package/cjs/ui/TooltipWrapper.js +1 -1
  299. package/cjs/ui/UnknownMessageItemBody.js +6 -6
  300. package/cjs/ui/UserListItem.js +11 -11
  301. package/cjs/ui/UserProfile.js +10 -10
  302. package/cjs/ui/Word.js +11 -11
  303. package/cjs/{useLongPress-72c5c822.js → useLongPress-a90dd2a4.js} +3 -3
  304. package/cjs/{useLongPress-72c5c822.js.map → useLongPress-a90dd2a4.js.map} +1 -1
  305. package/cjs/useSendbirdStateContext.js +1 -1
  306. package/cjs/{utils-68a6f93a.js → utils-00ef5b9d.js} +1 -1
  307. package/cjs/{utils-68a6f93a.js.map → utils-00ef5b9d.js.map} +1 -1
  308. package/cjs/{utils-b01aea7a.js → utils-5e8af8fc.js} +2 -2
  309. package/cjs/{utils-b01aea7a.js.map → utils-5e8af8fc.js.map} +1 -1
  310. package/cjs/{utils-33e5dfc7.js → utils-aa1a4288.js} +1 -1
  311. package/cjs/{utils-33e5dfc7.js.map → utils-aa1a4288.js.map} +1 -1
  312. package/cjs/{utils-d652183b.js → utils-b5452f20.js} +1 -1
  313. package/cjs/{utils-d652183b.js.map → utils-b5452f20.js.map} +1 -1
  314. package/cjs/{uuid-2c11c530.js → uuid-4673dc04.js} +1 -1
  315. package/cjs/{uuid-2c11c530.js.map → uuid-4673dc04.js.map} +1 -1
  316. package/cjs/withSendbird.js +1 -1
  317. package/{color-a6ad5b2f.js → color-2afb534d.js} +1 -1
  318. package/{color-a6ad5b2f.js.map → color-2afb534d.js.map} +1 -1
  319. package/{compareIds-4e3d3f6c.js → compareIds-14eda0e2.js} +1 -1
  320. package/{compareIds-4e3d3f6c.js.map → compareIds-14eda0e2.js.map} +1 -1
  321. package/{const-c982283f.js → const-82f390fb.js} +1 -1
  322. package/{const-c982283f.js.map → const-82f390fb.js.map} +1 -1
  323. package/{const-40f65aaf.js → const-894c1f7a.js} +1 -1
  324. package/{const-40f65aaf.js.map → const-894c1f7a.js.map} +1 -1
  325. package/{context-fa809401.js → context-6ea94634.js} +2 -2
  326. package/{context-fa809401.js.map → context-6ea94634.js.map} +1 -1
  327. package/dist/index.css +144 -141
  328. package/dist/index.css.map +1 -1
  329. package/{index-256d00f1.js → index-1c7f1933.js} +2 -2
  330. package/{index-256d00f1.js.map → index-1c7f1933.js.map} +1 -1
  331. package/{index-eff254f0.js → index-39a6d05a.js} +5 -5
  332. package/{index-eff254f0.js.map → index-39a6d05a.js.map} +1 -1
  333. package/{index-b714065b.js → index-42d42ed5.js} +7 -7
  334. package/{index-b714065b.js.map → index-42d42ed5.js.map} +1 -1
  335. package/{index-58485e08.js → index-47ffbb65.js} +2 -2
  336. package/{index-58485e08.js.map → index-47ffbb65.js.map} +1 -1
  337. package/{index-b16ab63e.js → index-51deabbf.js} +2 -2
  338. package/{index-b16ab63e.js.map → index-51deabbf.js.map} +1 -1
  339. package/{index-924f6629.js → index-5a6b11d2.js} +4 -4
  340. package/{index-924f6629.js.map → index-5a6b11d2.js.map} +1 -1
  341. package/{index-14786153.js → index-85ae7001.js} +1 -1
  342. package/{index-14786153.js.map → index-85ae7001.js.map} +1 -1
  343. package/{index-098867a9.js → index-aebde211.js} +7 -7
  344. package/{index-098867a9.js.map → index-aebde211.js.map} +1 -1
  345. package/{index-856dc0bd.js → index-b5461a88.js} +3 -3
  346. package/{index-856dc0bd.js.map → index-b5461a88.js.map} +1 -1
  347. package/{index-4da1ff3b.js → index-c8f0ed84.js} +2 -2
  348. package/{index-4da1ff3b.js.map → index-c8f0ed84.js.map} +1 -1
  349. package/{index-a8115de7.js → index-e8a6a0df.js} +2 -2
  350. package/{index-a8115de7.js.map → index-e8a6a0df.js.map} +1 -1
  351. package/{index-f0cb5427.js → index-fde13261.js} +1 -1
  352. package/{index-f0cb5427.js.map → index-fde13261.js.map} +1 -1
  353. package/index.d.ts +2 -1
  354. package/index.js +38 -38
  355. package/package.json +1 -1
  356. package/sendbirdSelectors.js +2 -2
  357. package/{stringSet-8039f73a.js → stringSet-9fae0b1d.js} +1 -1
  358. package/{stringSet-8039f73a.js.map → stringSet-9fae0b1d.js.map} +1 -1
  359. package/{topics-948f8346.js → topics-2392c733.js} +1 -1
  360. package/{topics-948f8346.js.map → topics-2392c733.js.map} +1 -1
  361. package/{tslib.es6-ea477498.js → tslib.es6-0713b47f.js} +1 -1
  362. package/{tslib.es6-ea477498.js.map → tslib.es6-0713b47f.js.map} +1 -1
  363. package/ui/Accordion.js +3 -3
  364. package/ui/AccordionGroup.js +2 -2
  365. package/ui/AdminMessage.js +3 -3
  366. package/ui/Avatar.js +2 -2
  367. package/ui/Badge.js +5 -5
  368. package/ui/BottomSheet.js +1 -1
  369. package/ui/Button.js +3 -3
  370. package/ui/ChannelAvatar.js +3 -3
  371. package/ui/Checkbox.js +5 -4
  372. package/ui/Checkbox.js.map +1 -1
  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 +9 -9
  388. package/ui/MessageItemMenu.js +7 -7
  389. package/ui/MessageItemReactionMenu.js +5 -5
  390. package/ui/MessageSearchFileItem.js +9 -9
  391. package/ui/MessageSearchItem.js +9 -9
  392. package/ui/MessageStatus.js +10 -10
  393. package/ui/Modal.js +7 -7
  394. package/ui/OGMessageItemBody.js +11 -11
  395. package/ui/OpenChannelAdminMessage.js +3 -3
  396. package/ui/OpenChannelAvatar.js +6 -6
  397. package/ui/OpenchannelConversationHeader.js +6 -6
  398. package/ui/OpenchannelFileMessage.js +16 -16
  399. package/ui/OpenchannelOGMessage.js +16 -16
  400. package/ui/OpenchannelThumbnailMessage.js +15 -15
  401. package/ui/OpenchannelUserMessage.js +16 -16
  402. package/ui/PlaceHolder.js +6 -6
  403. package/ui/QuoteMessage.js +6 -6
  404. package/ui/QuoteMessageInput.js +6 -6
  405. package/ui/ReactionBadge.js +3 -3
  406. package/ui/ReactionButton.js +1 -1
  407. package/ui/SortByRow.js +2 -2
  408. package/ui/TextButton.js +2 -2
  409. package/ui/TextMessageItemBody.js +11 -11
  410. package/ui/ThreadReplies.js +6 -6
  411. package/ui/ThumbnailMessageItemBody.js +2 -2
  412. package/ui/Tooltip.js +3 -3
  413. package/ui/TooltipWrapper.js +1 -1
  414. package/ui/UnknownMessageItemBody.js +6 -6
  415. package/ui/UserListItem.js +11 -11
  416. package/ui/UserProfile.js +10 -10
  417. package/ui/Word.js +11 -11
  418. package/{useLongPress-2fbbada1.js → useLongPress-b4ff7ad2.js} +3 -3
  419. package/{useLongPress-2fbbada1.js.map → useLongPress-b4ff7ad2.js.map} +1 -1
  420. package/useSendbirdStateContext.js +1 -1
  421. package/{utils-437f34f2.js → utils-aca630a5.js} +1 -1
  422. package/{utils-437f34f2.js.map → utils-aca630a5.js.map} +1 -1
  423. package/{utils-119c0f8a.js → utils-c1217a88.js} +2 -2
  424. package/{utils-119c0f8a.js.map → utils-c1217a88.js.map} +1 -1
  425. package/{utils-9b75cf2c.js → utils-e8644eb2.js} +1 -1
  426. package/{utils-9b75cf2c.js.map → utils-e8644eb2.js.map} +1 -1
  427. package/{utils-51dfc7e7.js → utils-feb3f5f5.js} +1 -1
  428. package/{utils-51dfc7e7.js.map → utils-feb3f5f5.js.map} +1 -1
  429. package/{uuid-2d756af4.js → uuid-715c0b7d.js} +1 -1
  430. package/{uuid-2d756af4.js.map → uuid-715c0b7d.js.map} +1 -1
  431. package/withSendbird.js +1 -1
  432. package/ChannelListProvider-18fd6872.js.map +0 -1
  433. package/ChannelProvider-e50a1789.js.map +0 -1
  434. package/MemberList-5f71656b.js.map +0 -1
  435. package/_rollupPluginBabelHelpers-d746227b.js.map +0 -1
  436. package/cjs/ChannelListProvider-f2606052.js.map +0 -1
  437. package/cjs/ChannelProvider-beea5a02.js.map +0 -1
  438. package/cjs/MemberList-45fcb966.js.map +0 -1
  439. package/cjs/_rollupPluginBabelHelpers-41d3db2d.js.map +0 -1
@@ -49,4 +49,4 @@ UserProfileProvider.defaultProps = {
49
49
 
50
50
  exports.UserProfileContext = UserProfileContext;
51
51
  exports.UserProfileProvider = UserProfileProvider;
52
- //# sourceMappingURL=UserProfileContext-80409a4d.js.map
52
+ //# sourceMappingURL=UserProfileContext-fae16479.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UserProfileContext-80409a4d.js","sources":["../../src/lib/UserProfileContext.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * user profile goes deep inside the component tree\n * use this context as a short circuit to send in values\n */\nconst UserProfileContext = React.createContext({\n disableUserProfile: true,\n isOpenChannel: false,\n renderUserProfile: null,\n onUserProfileMessage: null,\n});\n\nconst UserProfileProvider = (props) => {\n const { children } = props;\n return (\n <UserProfileContext.Provider value={props}>\n {children}\n </UserProfileContext.Provider>\n );\n};\n\nUserProfileProvider.propTypes = {\n children: PropTypes.oneOfType([\n PropTypes.element,\n PropTypes.arrayOf(PropTypes.element),\n PropTypes.any,\n ]).isRequired,\n // eslint-disable-next-line react/no-unused-prop-types\n isOpenChannel: PropTypes.bool,\n // eslint-disable-next-line react/no-unused-prop-types\n disableUserProfile: PropTypes.bool,\n // eslint-disable-next-line react/no-unused-prop-types\n renderUserProfile: PropTypes.func,\n // eslint-disable-next-line react/no-unused-prop-types\n onUserProfileMessage: PropTypes.func,\n};\n\nUserProfileProvider.defaultProps = {\n isOpenChannel: false,\n disableUserProfile: false,\n renderUserProfile: null,\n onUserProfileMessage: null,\n};\n\nexport { UserProfileContext, UserProfileProvider };\n"],"names":["UserProfileContext","React","createContext","disableUserProfile","isOpenChannel","renderUserProfile","onUserProfileMessage","UserProfileProvider","props","children","propTypes","PropTypes","oneOfType","element","arrayOf","any","isRequired","bool","func","defaultProps"],"mappings":";;;;;;;;;;AAGA;AACA;AACA;AACA;;AACA,MAAMA,kBAAkB,gBAAGC,yBAAK,CAACC,aAAN,CAAoB;AAC7CC,EAAAA,kBAAkB,EAAE,IADyB;AAE7CC,EAAAA,aAAa,EAAE,KAF8B;AAG7CC,EAAAA,iBAAiB,EAAE,IAH0B;AAI7CC,EAAAA,oBAAoB,EAAE,IAAA;AAJuB,CAApB,EAA3B;;AAOMC,MAAAA,mBAAmB,GAAIC,KAAD,IAAW;EACrC,MAAM;AAAEC,IAAAA,QAAAA;AAAF,GAAA,GAAeD,KAArB,CAAA;EACA,oBACEP,yBAAA,CAAA,aAAA,CAAC,kBAAD,CAAoB,QAApB,EAAA;AAA6B,IAAA,KAAK,EAAEO,KAAAA;AAApC,GAAA,EACGC,QADH,CADF,CAAA;AAKD,EAPD;;AASAF,mBAAmB,CAACG,SAApB,GAAgC;EAC9BD,QAAQ,EAAEE,6BAAS,CAACC,SAAV,CAAoB,CAC5BD,6BAAS,CAACE,OADkB,EAE5BF,6BAAS,CAACG,OAAV,CAAkBH,6BAAS,CAACE,OAA5B,CAF4B,EAG5BF,6BAAS,CAACI,GAHkB,CAApB,CAAA,CAIPC,UAL2B;AAM9B;EACAZ,aAAa,EAAEO,6BAAS,CAACM,IAPK;AAQ9B;EACAd,kBAAkB,EAAEQ,6BAAS,CAACM,IATA;AAU9B;EACAZ,iBAAiB,EAAEM,6BAAS,CAACO,IAXC;AAY9B;EACAZ,oBAAoB,EAAEK,6BAAS,CAACO,IAAAA;AAbF,CAAhC,CAAA;AAgBAX,mBAAmB,CAACY,YAApB,GAAmC;AACjCf,EAAAA,aAAa,EAAE,KADkB;AAEjCD,EAAAA,kBAAkB,EAAE,KAFa;AAGjCE,EAAAA,iBAAiB,EAAE,IAHc;AAIjCC,EAAAA,oBAAoB,EAAE,IAAA;AAJW,CAAnC;;;;;"}
1
+ {"version":3,"file":"UserProfileContext-fae16479.js","sources":["../../src/lib/UserProfileContext.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * user profile goes deep inside the component tree\n * use this context as a short circuit to send in values\n */\nconst UserProfileContext = React.createContext({\n disableUserProfile: true,\n isOpenChannel: false,\n renderUserProfile: null,\n onUserProfileMessage: null,\n});\n\nconst UserProfileProvider = (props) => {\n const { children } = props;\n return (\n <UserProfileContext.Provider value={props}>\n {children}\n </UserProfileContext.Provider>\n );\n};\n\nUserProfileProvider.propTypes = {\n children: PropTypes.oneOfType([\n PropTypes.element,\n PropTypes.arrayOf(PropTypes.element),\n PropTypes.any,\n ]).isRequired,\n // eslint-disable-next-line react/no-unused-prop-types\n isOpenChannel: PropTypes.bool,\n // eslint-disable-next-line react/no-unused-prop-types\n disableUserProfile: PropTypes.bool,\n // eslint-disable-next-line react/no-unused-prop-types\n renderUserProfile: PropTypes.func,\n // eslint-disable-next-line react/no-unused-prop-types\n onUserProfileMessage: PropTypes.func,\n};\n\nUserProfileProvider.defaultProps = {\n isOpenChannel: false,\n disableUserProfile: false,\n renderUserProfile: null,\n onUserProfileMessage: null,\n};\n\nexport { UserProfileContext, UserProfileProvider };\n"],"names":["UserProfileContext","React","createContext","disableUserProfile","isOpenChannel","renderUserProfile","onUserProfileMessage","UserProfileProvider","props","children","propTypes","PropTypes","oneOfType","element","arrayOf","any","isRequired","bool","func","defaultProps"],"mappings":";;;;;;;;;;AAGA;AACA;AACA;AACA;;AACA,MAAMA,kBAAkB,gBAAGC,yBAAK,CAACC,aAAN,CAAoB;AAC7CC,EAAAA,kBAAkB,EAAE,IADyB;AAE7CC,EAAAA,aAAa,EAAE,KAF8B;AAG7CC,EAAAA,iBAAiB,EAAE,IAH0B;AAI7CC,EAAAA,oBAAoB,EAAE,IAAA;AAJuB,CAApB,EAA3B;;AAOMC,MAAAA,mBAAmB,GAAIC,KAAD,IAAW;EACrC,MAAM;AAAEC,IAAAA,QAAAA;AAAF,GAAA,GAAeD,KAArB,CAAA;EACA,oBACEP,yBAAA,CAAA,aAAA,CAAC,kBAAD,CAAoB,QAApB,EAAA;AAA6B,IAAA,KAAK,EAAEO,KAAAA;AAApC,GAAA,EACGC,QADH,CADF,CAAA;AAKD,EAPD;;AASAF,mBAAmB,CAACG,SAApB,GAAgC;EAC9BD,QAAQ,EAAEE,6BAAS,CAACC,SAAV,CAAoB,CAC5BD,6BAAS,CAACE,OADkB,EAE5BF,6BAAS,CAACG,OAAV,CAAkBH,6BAAS,CAACE,OAA5B,CAF4B,EAG5BF,6BAAS,CAACI,GAHkB,CAApB,CAAA,CAIPC,UAL2B;AAM9B;EACAZ,aAAa,EAAEO,6BAAS,CAACM,IAPK;AAQ9B;EACAd,kBAAkB,EAAEQ,6BAAS,CAACM,IATA;AAU9B;EACAZ,iBAAiB,EAAEM,6BAAS,CAACO,IAXC;AAY9B;EACAZ,oBAAoB,EAAEK,6BAAS,CAACO,IAAAA;AAbF,CAAhC,CAAA;AAgBAX,mBAAmB,CAACY,YAApB,GAAmC;AACjCf,EAAAA,aAAa,EAAE,KADkB;AAEjCD,EAAAA,kBAAkB,EAAE,KAFa;AAGjCE,EAAAA,iBAAiB,EAAE,IAHc;AAIjCC,EAAAA,oBAAoB,EAAE,IAAA;AAJW,CAAnC;;;;;"}
@@ -60,4 +60,4 @@ function _extends() {
60
60
 
61
61
  exports._extends = _extends;
62
62
  exports._objectSpread2 = _objectSpread2;
63
- //# sourceMappingURL=_rollupPluginBabelHelpers-41d3db2d.js.map
63
+ //# sourceMappingURL=_rollupPluginBabelHelpers-02902127.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_rollupPluginBabelHelpers-02902127.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -7,4 +7,4 @@ const UPDATE_USER_INFO = 'UPDATE_USER_INFO';
7
7
  exports.INIT_USER = INIT_USER;
8
8
  exports.RESET_USER = RESET_USER;
9
9
  exports.UPDATE_USER_INFO = UPDATE_USER_INFO;
10
- //# sourceMappingURL=actionTypes-697b5dfb.js.map
10
+ //# sourceMappingURL=actionTypes-e130fb57.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"actionTypes-697b5dfb.js","sources":["../../src/lib/dux/user/actionTypes.js"],"sourcesContent":["export const INIT_USER = 'INIT_USER';\nexport const RESET_USER = 'RESET_USER';\nexport const SET_USER_LOADING = 'SET_USER_LOADING';\nexport const UPDATE_USER_INFO = 'UPDATE_USER_INFO';\n"],"names":["INIT_USER","RESET_USER","UPDATE_USER_INFO"],"mappings":";;AAAO,MAAMA,SAAS,GAAG,YAAlB;AACA,MAAMC,UAAU,GAAG,aAAnB;AAEA,MAAMC,gBAAgB,GAAG;;;;;;"}
1
+ {"version":3,"file":"actionTypes-e130fb57.js","sources":["../../src/lib/dux/user/actionTypes.js"],"sourcesContent":["export const INIT_USER = 'INIT_USER';\nexport const RESET_USER = 'RESET_USER';\nexport const SET_USER_LOADING = 'SET_USER_LOADING';\nexport const UPDATE_USER_INFO = 'UPDATE_USER_INFO';\n"],"names":["INIT_USER","RESET_USER","UPDATE_USER_INFO"],"mappings":";;AAAO,MAAMA,SAAS,GAAG,YAAlB;AACA,MAAMC,UAAU,GAAG,aAAnB;AAEA,MAAMC,gBAAgB,GAAG;;;;;;"}
@@ -42,4 +42,4 @@ var changeColorToClassName = function (color) {
42
42
  };
43
43
 
44
44
  exports.changeColorToClassName = changeColorToClassName;
45
- //# sourceMappingURL=color-d7217651.js.map
45
+ //# sourceMappingURL=color-536225b3.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"color-d7217651.js","sources":["../../src/utils/color.ts"],"sourcesContent":["import './color.scss';\n\nexport enum Colors {\n ONBACKGROUND_1 = 'ONBACKGROUND_1',\n ONBACKGROUND_2 = 'ONBACKGROUND_2',\n ONBACKGROUND_3 = 'ONBACKGROUND_3',\n ONBACKGROUND_4 = 'ONBACKGROUND_4',\n ONCONTENT_1 = 'ONCONTENT_1',\n ONCONTENT_2 = 'ONCONTENT_2',\n PRIMARY = 'PRIMARY',\n ERROR = 'ERROR',\n}\n\nexport const changeColorToClassName = (color: Colors): string => {\n switch (color) {\n case Colors.ONBACKGROUND_1: return 'sendbird-color--onbackground-1';\n case Colors.ONBACKGROUND_2: return 'sendbird-color--onbackground-2';\n case Colors.ONBACKGROUND_3: return 'sendbird-color--onbackground-3';\n case Colors.ONBACKGROUND_4: return 'sendbird-color--onbackground-4';\n case Colors.ONCONTENT_1: return 'sendbird-color--oncontent-1';\n case Colors.PRIMARY: return 'sendbird-color--primary';\n case Colors.ERROR: return 'sendbird-color--error';\n default: return null;\n }\n};\n"],"names":["Colors","changeColorToClassName","color","ONBACKGROUND_1","ONBACKGROUND_2","ONBACKGROUND_3","ONBACKGROUND_4","ONCONTENT_1","PRIMARY","ERROR"],"mappings":";;AAEYA,wBAAZ;;AAAA,CAAA,UAAYA,MAAZ,EAAkB;AAChBA,EAAAA,MAAA,CAAA,gBAAA,CAAA,GAAA,gBAAA,CAAA;AACAA,EAAAA,MAAA,CAAA,gBAAA,CAAA,GAAA,gBAAA,CAAA;AACAA,EAAAA,MAAA,CAAA,gBAAA,CAAA,GAAA,gBAAA,CAAA;AACAA,EAAAA,MAAA,CAAA,gBAAA,CAAA,GAAA,gBAAA,CAAA;AACAA,EAAAA,MAAA,CAAA,aAAA,CAAA,GAAA,aAAA,CAAA;AACAA,EAAAA,MAAA,CAAA,aAAA,CAAA,GAAA,aAAA,CAAA;AACAA,EAAAA,MAAA,CAAA,SAAA,CAAA,GAAA,SAAA,CAAA;AACAA,EAAAA,MAAA,CAAA,OAAA,CAAA,GAAA,OAAA,CAAA;AACD,CATD,EAAYA,cAAM,KAANA,cAAM,GASjB,EATiB,CAAlB,CAAA,CAAA;;AAWaC,IAAAA,sBAAsB,GAAG,UAACC,KAAD,EAAc;AAClD,EAAA,QAAQA,KAAR;IACE,KAAKF,cAAM,CAACG,cAAZ;AAA4B,MAAA,OAAO,gCAAP,CAAA;;IAC5B,KAAKH,cAAM,CAACI,cAAZ;AAA4B,MAAA,OAAO,gCAAP,CAAA;;IAC5B,KAAKJ,cAAM,CAACK,cAAZ;AAA4B,MAAA,OAAO,gCAAP,CAAA;;IAC5B,KAAKL,cAAM,CAACM,cAAZ;AAA4B,MAAA,OAAO,gCAAP,CAAA;;IAC5B,KAAKN,cAAM,CAACO,WAAZ;AAAyB,MAAA,OAAO,6BAAP,CAAA;;IACzB,KAAKP,cAAM,CAACQ,OAAZ;AAAqB,MAAA,OAAO,yBAAP,CAAA;;IACrB,KAAKR,cAAM,CAACS,KAAZ;AAAmB,MAAA,OAAO,uBAAP,CAAA;;AACnB,IAAA;AAAS,MAAA,OAAO,IAAP,CAAA;AARX,GAAA;AAUD;;;;"}
1
+ {"version":3,"file":"color-536225b3.js","sources":["../../src/utils/color.ts"],"sourcesContent":["import './color.scss';\n\nexport enum Colors {\n ONBACKGROUND_1 = 'ONBACKGROUND_1',\n ONBACKGROUND_2 = 'ONBACKGROUND_2',\n ONBACKGROUND_3 = 'ONBACKGROUND_3',\n ONBACKGROUND_4 = 'ONBACKGROUND_4',\n ONCONTENT_1 = 'ONCONTENT_1',\n ONCONTENT_2 = 'ONCONTENT_2',\n PRIMARY = 'PRIMARY',\n ERROR = 'ERROR',\n}\n\nexport const changeColorToClassName = (color: Colors): string => {\n switch (color) {\n case Colors.ONBACKGROUND_1: return 'sendbird-color--onbackground-1';\n case Colors.ONBACKGROUND_2: return 'sendbird-color--onbackground-2';\n case Colors.ONBACKGROUND_3: return 'sendbird-color--onbackground-3';\n case Colors.ONBACKGROUND_4: return 'sendbird-color--onbackground-4';\n case Colors.ONCONTENT_1: return 'sendbird-color--oncontent-1';\n case Colors.PRIMARY: return 'sendbird-color--primary';\n case Colors.ERROR: return 'sendbird-color--error';\n default: return null;\n }\n};\n"],"names":["Colors","changeColorToClassName","color","ONBACKGROUND_1","ONBACKGROUND_2","ONBACKGROUND_3","ONBACKGROUND_4","ONCONTENT_1","PRIMARY","ERROR"],"mappings":";;AAEYA,wBAAZ;;AAAA,CAAA,UAAYA,MAAZ,EAAkB;AAChBA,EAAAA,MAAA,CAAA,gBAAA,CAAA,GAAA,gBAAA,CAAA;AACAA,EAAAA,MAAA,CAAA,gBAAA,CAAA,GAAA,gBAAA,CAAA;AACAA,EAAAA,MAAA,CAAA,gBAAA,CAAA,GAAA,gBAAA,CAAA;AACAA,EAAAA,MAAA,CAAA,gBAAA,CAAA,GAAA,gBAAA,CAAA;AACAA,EAAAA,MAAA,CAAA,aAAA,CAAA,GAAA,aAAA,CAAA;AACAA,EAAAA,MAAA,CAAA,aAAA,CAAA,GAAA,aAAA,CAAA;AACAA,EAAAA,MAAA,CAAA,SAAA,CAAA,GAAA,SAAA,CAAA;AACAA,EAAAA,MAAA,CAAA,OAAA,CAAA,GAAA,OAAA,CAAA;AACD,CATD,EAAYA,cAAM,KAANA,cAAM,GASjB,EATiB,CAAlB,CAAA,CAAA;;AAWaC,IAAAA,sBAAsB,GAAG,UAACC,KAAD,EAAc;AAClD,EAAA,QAAQA,KAAR;IACE,KAAKF,cAAM,CAACG,cAAZ;AAA4B,MAAA,OAAO,gCAAP,CAAA;;IAC5B,KAAKH,cAAM,CAACI,cAAZ;AAA4B,MAAA,OAAO,gCAAP,CAAA;;IAC5B,KAAKJ,cAAM,CAACK,cAAZ;AAA4B,MAAA,OAAO,gCAAP,CAAA;;IAC5B,KAAKL,cAAM,CAACM,cAAZ;AAA4B,MAAA,OAAO,gCAAP,CAAA;;IAC5B,KAAKN,cAAM,CAACO,WAAZ;AAAyB,MAAA,OAAO,6BAAP,CAAA;;IACzB,KAAKP,cAAM,CAACQ,OAAZ;AAAqB,MAAA,OAAO,yBAAP,CAAA;;IACrB,KAAKR,cAAM,CAACS,KAAZ;AAAmB,MAAA,OAAO,uBAAP,CAAA;;AACnB,IAAA;AAAS,MAAA,OAAO,IAAP,CAAA;AARX,GAAA;AAUD;;;;"}
@@ -15,4 +15,4 @@ function compareIds (a, b) {
15
15
  }
16
16
 
17
17
  exports.compareIds = compareIds;
18
- //# sourceMappingURL=compareIds-caa9f926.js.map
18
+ //# sourceMappingURL=compareIds-9feec0fb.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"compareIds-caa9f926.js","sources":["../../src/utils/compareIds.js"],"sourcesContent":["const isEmpty = (val) => (val === null || val === undefined);\n\n// Some Ids return string and number inconsistently\n// only use to comapre IDs\nexport default function (a, b) {\n if (isEmpty(a) || isEmpty(b)) {\n return false;\n }\n const aString = a.toString();\n const bString = b.toString();\n return aString === bString;\n}\n"],"names":["isEmpty","val","undefined","a","b","aString","toString","bString"],"mappings":";;AAAA,MAAMA,OAAO,GAAIC,GAAD,IAAUA,GAAG,KAAK,IAAR,IAAgBA,GAAG,KAAKC,SAAlD;AAGA;;;AACe,mBAAUC,EAAAA,CAAV,EAAaC,CAAb,EAAgB;EAC7B,IAAIJ,OAAO,CAACG,CAAD,CAAP,IAAcH,OAAO,CAACI,CAAD,CAAzB,EAA8B;AAC5B,IAAA,OAAO,KAAP,CAAA;AACD,GAAA;;AACD,EAAA,MAAMC,OAAO,GAAGF,CAAC,CAACG,QAAF,EAAhB,CAAA;AACA,EAAA,MAAMC,OAAO,GAAGH,CAAC,CAACE,QAAF,EAAhB,CAAA;EACA,OAAOD,OAAO,KAAKE,OAAnB,CAAA;AACD;;;;"}
1
+ {"version":3,"file":"compareIds-9feec0fb.js","sources":["../../src/utils/compareIds.js"],"sourcesContent":["const isEmpty = (val) => (val === null || val === undefined);\n\n// Some Ids return string and number inconsistently\n// only use to comapre IDs\nexport default function (a, b) {\n if (isEmpty(a) || isEmpty(b)) {\n return false;\n }\n const aString = a.toString();\n const bString = b.toString();\n return aString === bString;\n}\n"],"names":["isEmpty","val","undefined","a","b","aString","toString","bString"],"mappings":";;AAAA,MAAMA,OAAO,GAAIC,GAAD,IAAUA,GAAG,KAAK,IAAR,IAAgBA,GAAG,KAAKC,SAAlD;AAGA;;;AACe,mBAAUC,EAAAA,CAAV,EAAaC,CAAb,EAAgB;EAC7B,IAAIJ,OAAO,CAACG,CAAD,CAAP,IAAcH,OAAO,CAACI,CAAD,CAAzB,EAA8B;AAC5B,IAAA,OAAO,KAAP,CAAA;AACD,GAAA;;AACD,EAAA,MAAMC,OAAO,GAAGF,CAAC,CAACG,QAAF,EAAhB,CAAA;AACA,EAAA,MAAMC,OAAO,GAAGH,CAAC,CAACE,QAAF,EAAhB,CAAA;EACA,OAAOD,OAAO,KAAKE,OAAnB,CAAA;AACD;;;;"}
@@ -17,4 +17,4 @@ exports.MAX_USER_SUGGESTION_COUNT = MAX_USER_SUGGESTION_COUNT;
17
17
  exports.NEXT_RESULT_SIZE = NEXT_RESULT_SIZE;
18
18
  exports.PREV_RESULT_SIZE = PREV_RESULT_SIZE;
19
19
  exports.USER_MENTION_TEMP_CHAR = USER_MENTION_TEMP_CHAR;
20
- //# sourceMappingURL=const-4235b5b5.js.map
20
+ //# sourceMappingURL=const-08c0a380.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"const-4235b5b5.js","sources":["../../src/smart-components/Channel/context/const.ts"],"sourcesContent":["export const PREV_RESULT_SIZE = 30;\nexport const NEXT_RESULT_SIZE = 15;\n\nexport const MAX_USER_MENTION_COUNT = 10;\nexport const MAX_USER_SUGGESTION_COUNT = 15;\nexport const USER_MENTION_TEMP_CHAR = '@';\n\nexport enum ThreadReplySelectType {\n PARENT = 'PARENT',\n THREAD = 'THREAD',\n}\n"],"names":["PREV_RESULT_SIZE","NEXT_RESULT_SIZE","MAX_USER_MENTION_COUNT","MAX_USER_SUGGESTION_COUNT","USER_MENTION_TEMP_CHAR","ThreadReplySelectType"],"mappings":";;AAAO,IAAMA,gBAAgB,GAAG,GAAzB;AACA,IAAMC,gBAAgB,GAAG,GAAzB;AAEA,IAAMC,sBAAsB,GAAG,GAA/B;AACA,IAAMC,yBAAyB,GAAG,GAAlC;AACA,IAAMC,sBAAsB,GAAG,IAA/B;AAEKC,uCAAZ;;AAAA,CAAA,UAAYA,qBAAZ,EAAiC;AAC/BA,EAAAA,qBAAA,CAAA,QAAA,CAAA,GAAA,QAAA,CAAA;AACAA,EAAAA,qBAAA,CAAA,QAAA,CAAA,GAAA,QAAA,CAAA;AACD,CAHD,EAAYA,6BAAqB,KAArBA,6BAAqB,GAGhC,EAHgC,CAAjC,CAAA;;;;;;;;"}
1
+ {"version":3,"file":"const-08c0a380.js","sources":["../../src/smart-components/Channel/context/const.ts"],"sourcesContent":["export const PREV_RESULT_SIZE = 30;\nexport const NEXT_RESULT_SIZE = 15;\n\nexport const MAX_USER_MENTION_COUNT = 10;\nexport const MAX_USER_SUGGESTION_COUNT = 15;\nexport const USER_MENTION_TEMP_CHAR = '@';\n\nexport enum ThreadReplySelectType {\n PARENT = 'PARENT',\n THREAD = 'THREAD',\n}\n"],"names":["PREV_RESULT_SIZE","NEXT_RESULT_SIZE","MAX_USER_MENTION_COUNT","MAX_USER_SUGGESTION_COUNT","USER_MENTION_TEMP_CHAR","ThreadReplySelectType"],"mappings":";;AAAO,IAAMA,gBAAgB,GAAG,GAAzB;AACA,IAAMC,gBAAgB,GAAG,GAAzB;AAEA,IAAMC,sBAAsB,GAAG,GAA/B;AACA,IAAMC,yBAAyB,GAAG,GAAlC;AACA,IAAMC,sBAAsB,GAAG,IAA/B;AAEKC,uCAAZ;;AAAA,CAAA,UAAYA,qBAAZ,EAAiC;AAC/BA,EAAAA,qBAAA,CAAA,QAAA,CAAA,GAAA,QAAA,CAAA;AACAA,EAAAA,qBAAA,CAAA,QAAA,CAAA,GAAA,QAAA,CAAA;AACD,CAHD,EAAYA,6BAAqB,KAArBA,6BAAqB,GAGhC,EAHgC,CAAjC,CAAA;;;;;;;;"}
@@ -19,4 +19,4 @@ var NodeNames = {
19
19
  exports.MessageInputKeys = MessageInputKeys;
20
20
  exports.NodeNames = NodeNames;
21
21
  exports.NodeTypes = NodeTypes;
22
- //# sourceMappingURL=const-4ba60f84.js.map
22
+ //# sourceMappingURL=const-a8ea4bc8.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"const-4ba60f84.js","sources":["../../src/ui/MessageInput/const.ts"],"sourcesContent":["export const MessageInputKeys = {\n Enter: 'Enter',\n ArrowUp: 'ArrowUp',\n ArrowDown: 'ArrowDown',\n Backspace: 'Backspace',\n};\n\nexport const NodeTypes = {\n ElementNode: 1,\n TextNode: 3,\n};\n\nexport const NodeNames = {\n Span: 'SPAN',\n Br: 'BR',\n Div: 'DIV',\n};\n"],"names":["MessageInputKeys","Enter","ArrowUp","ArrowDown","Backspace","NodeTypes","ElementNode","TextNode","NodeNames","Span","Br","Div"],"mappings":";;AAAO,IAAMA,gBAAgB,GAAG;AAC9BC,EAAAA,KAAK,EAAE,OADuB;AAE9BC,EAAAA,OAAO,EAAE,SAFqB;AAG9BC,EAAAA,SAAS,EAAE,WAHmB;AAI9BC,EAAAA,SAAS,EAAE,WAAA;AAJmB,EAAzB;AAOA,IAAMC,SAAS,GAAG;AACvBC,EAAAA,WAAW,EAAE,CADU;AAEvBC,EAAAA,QAAQ,EAAE,CAAA;AAFa,EAAlB;AAKA,IAAMC,SAAS,GAAG;AACvBC,EAAAA,IAAI,EAAE,MADiB;AAEvBC,EAAAA,EAAE,EAAE,IAFmB;AAGvBC,EAAAA,GAAG,EAAE,KAAA;AAHkB;;;;;;"}
1
+ {"version":3,"file":"const-a8ea4bc8.js","sources":["../../src/ui/MessageInput/const.ts"],"sourcesContent":["export const MessageInputKeys = {\n Enter: 'Enter',\n ArrowUp: 'ArrowUp',\n ArrowDown: 'ArrowDown',\n Backspace: 'Backspace',\n};\n\nexport const NodeTypes = {\n ElementNode: 1,\n TextNode: 3,\n};\n\nexport const NodeNames = {\n Span: 'SPAN',\n Br: 'BR',\n Div: 'DIV',\n};\n"],"names":["MessageInputKeys","Enter","ArrowUp","ArrowDown","Backspace","NodeTypes","ElementNode","TextNode","NodeNames","Span","Br","Div"],"mappings":";;AAAO,IAAMA,gBAAgB,GAAG;AAC9BC,EAAAA,KAAK,EAAE,OADuB;AAE9BC,EAAAA,OAAO,EAAE,SAFqB;AAG9BC,EAAAA,SAAS,EAAE,WAHmB;AAI9BC,EAAAA,SAAS,EAAE,WAAA;AAJmB,EAAzB;AAOA,IAAMC,SAAS,GAAG;AACvBC,EAAAA,WAAW,EAAE,CADU;AAEvBC,EAAAA,QAAQ,EAAE,CAAA;AAFa,EAAlB;AAKA,IAAMC,SAAS,GAAG;AACvBC,EAAAA,IAAI,EAAE,MADiB;AAEvBC,EAAAA,EAAE,EAAE,IAFmB;AAGvBC,EAAAA,GAAG,EAAE,KAAA;AAHkB;;;;;;"}
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var React = require('react');
4
- var utils = require('./utils-33e5dfc7.js');
4
+ var utils = require('./utils-aa1a4288.js');
5
5
 
6
6
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
7
7
 
@@ -16,4 +16,4 @@ var Provider = Context.Provider;
16
16
 
17
17
  exports.Consumer = Consumer;
18
18
  exports.Provider = Provider;
19
- //# sourceMappingURL=context-867cb427.js.map
19
+ //# sourceMappingURL=context-b13ff74a.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"context-867cb427.js","sources":["../../src/ui/Accordion/context.ts"],"sourcesContent":["import React from 'react';\n\nimport { noop } from '../../utils/utils';\n\ninterface ContextValue {\n setOpened(accordion: string): void;\n opened: string;\n}\n\nconst Context = React.createContext<ContextValue>({\n opened: '', // mock default value\n setOpened: noop,\n});\n\nexport const Consumer = Context.Consumer;\nexport const Provider = Context.Provider;\n"],"names":["Context","React","createContext","opened","setOpened","noop","Consumer","Provider"],"mappings":";;;;;;;;;AASA,IAAMA,OAAO,gBAAGC,yBAAK,CAACC,aAAN,CAAkC;AAChDC,EAAAA,MAAM,EAAE,EADwC;AAEhDC,EAAAA,SAAS,EAAEC,UAAAA;AAFqC,CAAlC,CAAhB,CAAA;AAKaC,IAAAA,QAAQ,GAAGN,OAAO,CAACM,SAAzB;AACMC,IAAAA,QAAQ,GAAGP,OAAO,CAACO;;;;;"}
1
+ {"version":3,"file":"context-b13ff74a.js","sources":["../../src/ui/Accordion/context.ts"],"sourcesContent":["import React from 'react';\n\nimport { noop } from '../../utils/utils';\n\ninterface ContextValue {\n setOpened(accordion: string): void;\n opened: string;\n}\n\nconst Context = React.createContext<ContextValue>({\n opened: '', // mock default value\n setOpened: noop,\n});\n\nexport const Consumer = Context.Consumer;\nexport const Provider = Context.Provider;\n"],"names":["Context","React","createContext","opened","setOpened","noop","Consumer","Provider"],"mappings":";;;;;;;;;AASA,IAAMA,OAAO,gBAAGC,yBAAK,CAACC,aAAN,CAAkC;AAChDC,EAAAA,MAAM,EAAE,EADwC;AAEhDC,EAAAA,SAAS,EAAEC,UAAAA;AAFqC,CAAlC,CAAhB,CAAA;AAKaC,IAAAA,QAAQ,GAAGN,OAAO,CAACM,SAAzB;AACMC,IAAAA,QAAQ,GAAGP,OAAO,CAACO;;;;;"}
@@ -58,97 +58,124 @@
58
58
  .sendbird-theme--dark .sendbird-openchannel-conversation-header__left__cover-image--icon {
59
59
  background-color: var(--sendbird-dark-background-300);
60
60
  }
61
- .sendbird-open-channel-list,
62
- .sendbird-open-channel-list-ui {
61
+ .sendbird-open-channel-preview {
63
62
  position: relative;
64
63
  display: inline-flex;
65
- flex-direction: column;
66
- width: 256px;
67
- min-width: 256px;
68
- height: 100%;
64
+ flex-direction: row;
65
+ width: 264px;
66
+ height: 58px;
67
+ min-width: 264px;
68
+ min-height: 58px;
69
69
  box-sizing: border-box;
70
70
  }
71
- .sendbird--mobile-mode .sendbird-open-channel-list,
72
- .sendbird--mobile-mode .sendbird-open-channel-list-ui {
71
+ .sendbird--mobile-mode .sendbird-open-channel-preview {
73
72
  width: 100%;
74
73
  }
75
- .sendbird-theme--light .sendbird-open-channel-list,
76
- .sendbird-theme--light .sendbird-open-channel-list-ui {
77
- border-right: solid 1px var(--sendbird-light-onlight-04);
74
+ .sendbird-theme--light .sendbird-open-channel-preview {
75
+ background-color: var(--sendbird-light-background-50);
76
+ border-bottom: solid 1px var(--sendbird-light-onlight-04);
78
77
  }
79
- .sendbird-theme--dark .sendbird-open-channel-list,
80
- .sendbird-theme--dark .sendbird-open-channel-list-ui {
81
- border-right: solid 1px var(--sendbird-dark-ondark-04);
78
+ .sendbird-theme--dark .sendbird-open-channel-preview {
79
+ background-color: var(--sendbird-dark-background-600);
80
+ border-bottom: solid 1px var(--sendbird-dark-ondark-04);
82
81
  }
83
- .sendbird-open-channel-list .sendbird-open-channel-list-ui__header,
84
- .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header {
85
- position: relative;
86
- display: inline-flex;
87
- flex-direction: row;
88
- align-items: center;
89
- width: 100%;
90
- height: 64px;
91
- box-sizing: border-box;
82
+ .sendbird-theme--light .sendbird-open-channel-preview:hover {
83
+ background-color: var(--sendbird-light-background-100);
92
84
  }
93
- .sendbird-theme--light .sendbird-open-channel-list .sendbird-open-channel-list-ui__header,
94
- .sendbird-theme--light .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header {
95
- border-bottom: solid 1px var(--sendbird-light-onlight-04);
85
+ .sendbird-theme--dark .sendbird-open-channel-preview:hover {
86
+ background-color: var(--sendbird-dark-background-500);
96
87
  }
97
- .sendbird-theme--dark .sendbird-open-channel-list .sendbird-open-channel-list-ui__header,
98
- .sendbird-theme--dark .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header {
99
- border-bottom: solid 1px var(--sendbird-dark-ondark-04);
88
+ .sendbird-theme--light .sendbird-open-channel-preview.selected {
89
+ background-color: var(--sendbird-light-primary-100);
90
+ border-left: solid 4px var(--sendbird-light-primary-300);
100
91
  }
101
- .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title,
102
- .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title {
92
+ .sendbird-theme--dark .sendbird-open-channel-preview.selected {
93
+ background-color: var(--sendbird-dark-primary-300);
94
+ border-left: solid 4px var(--sendbird-dark-primary-200);
95
+ }
96
+ .sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image {
103
97
  position: relative;
104
- margin-left: 24px;
98
+ margin-top: 8px;
99
+ margin-left: 16px;
105
100
  display: inline-flex;
106
101
  align-items: center;
102
+ justify-content: center;
103
+ width: 42px;
104
+ height: 42px;
107
105
  box-sizing: border-box;
108
106
  }
109
- .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh,
110
- .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh {
111
- position: absolute;
112
- top: 16px;
113
- right: 56px;
107
+ .sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image .sendbird-open-channel-preview__cover-image__avatar,
108
+ .sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image .sendbird-open-channel-preview__cover-image__avatar--default {
109
+ position: relative;
114
110
  display: inline-flex;
115
111
  align-items: center;
116
112
  justify-content: center;
117
113
  box-sizing: border-box;
118
114
  }
119
- .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel,
120
- .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel {
121
- position: absolute;
122
- top: 16px;
123
- right: 16px;
115
+ .sendbird-open-channel-preview .sendbird-open-channel-preview__context {
116
+ position: relative;
117
+ margin-top: 8px;
118
+ margin-left: 16px;
124
119
  display: inline-flex;
125
- align-items: center;
126
- justify-content: center;
120
+ flex-direction: column;
121
+ max-width: 178px;
127
122
  box-sizing: border-box;
128
123
  }
129
- .sendbird-open-channel-list .sendbird-open-channel-list-ui__channel-list,
130
- .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__channel-list {
124
+ .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title {
131
125
  position: relative;
132
126
  display: inline-flex;
133
- flex-direction: column;
127
+ flex-direction: row;
128
+ align-items: center;
134
129
  width: 100%;
135
- height: calc(100% - 64px);
130
+ height: 16px;
136
131
  box-sizing: border-box;
137
- overflow-y: scroll;
138
132
  }
139
-
140
- .sendbird-open-channel-list-ui__channel-list--place-holder--loading {
133
+ .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name {
141
134
  position: relative;
142
- min-height: 62px;
135
+ display: inline-block;
136
+ max-width: 100%;
137
+ height: 100%;
138
+ box-sizing: border-box;
139
+ overflow-x: hidden;
140
+ text-overflow: ellipsis;
141
+ word-break: keep-all;
142
+ }
143
+ .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name.frozen {
144
+ max-width: calc(100% - 20px);
145
+ }
146
+ .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__frozen {
147
+ position: relative;
148
+ margin-left: 4px;
143
149
  display: inline-flex;
150
+ }
151
+ .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants {
152
+ position: relative;
153
+ margin-top: 8px;
154
+ display: inline-flex;
155
+ flex-direction: row;
144
156
  align-items: center;
145
- justify-content: center;
157
+ width: 100%;
158
+ height: 14px;
159
+ box-sizing: border-box;
146
160
  }
147
- .sendbird-theme--light .sendbird-open-channel-list-ui__channel-list--place-holder--loading {
148
- background-color: var(--sendbird-light-background-100);
161
+ .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__icon {
162
+ position: relative;
163
+ display: inline-flex;
164
+ width: 14px;
165
+ height: 14px;
166
+ box-sizing: border-box;
149
167
  }
150
- .sendbird-theme--dark .sendbird-open-channel-list-ui__channel-list--place-holder--loading {
151
- background-color: var(--sendbird-dark-background-500);
168
+ .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count {
169
+ position: relative;
170
+ margin-left: 4px;
171
+ display: inline-flex;
172
+ width: 160px;
173
+ max-width: 160px;
174
+ height: 12px;
175
+ box-sizing: border-box;
176
+ overflow-x: hidden;
177
+ text-overflow: ellipsis;
178
+ word-break: keep-all;
152
179
  }
153
180
  .sendbird-create-open-channel-ui {
154
181
  position: relative;
@@ -205,124 +232,97 @@
205
232
  display: inline-flex;
206
233
  flex-direction: row;
207
234
  }
208
- .sendbird-open-channel-preview {
235
+ .sendbird-open-channel-list,
236
+ .sendbird-open-channel-list-ui {
209
237
  position: relative;
210
238
  display: inline-flex;
211
- flex-direction: row;
212
- width: 264px;
213
- height: 58px;
214
- min-width: 264px;
215
- min-height: 58px;
239
+ flex-direction: column;
240
+ width: 256px;
241
+ min-width: 256px;
242
+ height: 100%;
216
243
  box-sizing: border-box;
217
244
  }
218
- .sendbird--mobile-mode .sendbird-open-channel-preview {
245
+ .sendbird--mobile-mode .sendbird-open-channel-list,
246
+ .sendbird--mobile-mode .sendbird-open-channel-list-ui {
219
247
  width: 100%;
220
248
  }
221
- .sendbird-theme--light .sendbird-open-channel-preview {
222
- background-color: var(--sendbird-light-background-50);
223
- border-bottom: solid 1px var(--sendbird-light-onlight-04);
224
- }
225
- .sendbird-theme--dark .sendbird-open-channel-preview {
226
- background-color: var(--sendbird-dark-background-600);
227
- border-bottom: solid 1px var(--sendbird-dark-ondark-04);
249
+ .sendbird-theme--light .sendbird-open-channel-list,
250
+ .sendbird-theme--light .sendbird-open-channel-list-ui {
251
+ border-right: solid 1px var(--sendbird-light-onlight-04);
228
252
  }
229
- .sendbird-theme--light .sendbird-open-channel-preview:hover {
230
- background-color: var(--sendbird-light-background-100);
253
+ .sendbird-theme--dark .sendbird-open-channel-list,
254
+ .sendbird-theme--dark .sendbird-open-channel-list-ui {
255
+ border-right: solid 1px var(--sendbird-dark-ondark-04);
231
256
  }
232
- .sendbird-theme--dark .sendbird-open-channel-preview:hover {
233
- background-color: var(--sendbird-dark-background-500);
257
+ .sendbird-open-channel-list .sendbird-open-channel-list-ui__header,
258
+ .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header {
259
+ position: relative;
260
+ display: inline-flex;
261
+ flex-direction: row;
262
+ align-items: center;
263
+ width: 100%;
264
+ height: 64px;
265
+ box-sizing: border-box;
234
266
  }
235
- .sendbird-theme--light .sendbird-open-channel-preview.selected {
236
- background-color: var(--sendbird-light-primary-100);
237
- border-left: solid 4px var(--sendbird-light-primary-300);
267
+ .sendbird-theme--light .sendbird-open-channel-list .sendbird-open-channel-list-ui__header,
268
+ .sendbird-theme--light .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header {
269
+ border-bottom: solid 1px var(--sendbird-light-onlight-04);
238
270
  }
239
- .sendbird-theme--dark .sendbird-open-channel-preview.selected {
240
- background-color: var(--sendbird-dark-primary-300);
241
- border-left: solid 4px var(--sendbird-dark-primary-200);
271
+ .sendbird-theme--dark .sendbird-open-channel-list .sendbird-open-channel-list-ui__header,
272
+ .sendbird-theme--dark .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header {
273
+ border-bottom: solid 1px var(--sendbird-dark-ondark-04);
242
274
  }
243
- .sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image {
275
+ .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title,
276
+ .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title {
244
277
  position: relative;
245
- margin-top: 8px;
246
- margin-left: 16px;
278
+ margin-left: 24px;
247
279
  display: inline-flex;
248
280
  align-items: center;
249
- justify-content: center;
250
- width: 42px;
251
- height: 42px;
252
281
  box-sizing: border-box;
253
282
  }
254
- .sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image .sendbird-open-channel-preview__cover-image__avatar,
255
- .sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image .sendbird-open-channel-preview__cover-image__avatar--default {
256
- position: relative;
283
+ .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh,
284
+ .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh {
285
+ position: absolute;
286
+ top: 16px;
287
+ right: 56px;
257
288
  display: inline-flex;
258
289
  align-items: center;
259
290
  justify-content: center;
260
291
  box-sizing: border-box;
261
292
  }
262
- .sendbird-open-channel-preview .sendbird-open-channel-preview__context {
263
- position: relative;
264
- margin-top: 8px;
265
- margin-left: 16px;
293
+ .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel,
294
+ .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel {
295
+ position: absolute;
296
+ top: 16px;
297
+ right: 16px;
266
298
  display: inline-flex;
267
- flex-direction: column;
268
- max-width: 178px;
299
+ align-items: center;
300
+ justify-content: center;
269
301
  box-sizing: border-box;
270
302
  }
271
- .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title {
303
+ .sendbird-open-channel-list .sendbird-open-channel-list-ui__channel-list,
304
+ .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__channel-list {
272
305
  position: relative;
273
306
  display: inline-flex;
274
- flex-direction: row;
275
- align-items: center;
307
+ flex-direction: column;
276
308
  width: 100%;
277
- height: 16px;
278
- box-sizing: border-box;
279
- }
280
- .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name {
281
- position: relative;
282
- display: inline-block;
283
- max-width: 100%;
284
- height: 100%;
309
+ height: calc(100% - 64px);
285
310
  box-sizing: border-box;
286
- overflow-x: hidden;
287
- text-overflow: ellipsis;
288
- word-break: keep-all;
289
- }
290
- .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name.frozen {
291
- max-width: calc(100% - 20px);
292
- }
293
- .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__frozen {
294
- position: relative;
295
- margin-left: 4px;
296
- display: inline-flex;
311
+ overflow-y: scroll;
297
312
  }
298
- .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants {
313
+
314
+ .sendbird-open-channel-list-ui__channel-list--place-holder--loading {
299
315
  position: relative;
300
- margin-top: 8px;
316
+ min-height: 62px;
301
317
  display: inline-flex;
302
- flex-direction: row;
303
318
  align-items: center;
304
- width: 100%;
305
- height: 14px;
306
- box-sizing: border-box;
319
+ justify-content: center;
307
320
  }
308
- .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__icon {
309
- position: relative;
310
- display: inline-flex;
311
- width: 14px;
312
- height: 14px;
313
- box-sizing: border-box;
321
+ .sendbird-theme--light .sendbird-open-channel-list-ui__channel-list--place-holder--loading {
322
+ background-color: var(--sendbird-light-background-100);
314
323
  }
315
- .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count {
316
- position: relative;
317
- margin-left: 4px;
318
- display: inline-flex;
319
- width: 160px;
320
- max-width: 160px;
321
- height: 12px;
322
- box-sizing: border-box;
323
- overflow-x: hidden;
324
- text-overflow: ellipsis;
325
- word-break: keep-all;
324
+ .sendbird-theme--dark .sendbird-open-channel-list-ui__channel-list--place-holder--loading {
325
+ background-color: var(--sendbird-dark-background-500);
326
326
  }
327
327
  @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
328
328
  :root {
@@ -1545,6 +1545,9 @@
1545
1545
  background-color: var(--sendbird-dark-primary-200);
1546
1546
  border: solid 2px var(--sendbird-dark-primary-200);
1547
1547
  }
1548
+ .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark.disabled {
1549
+ cursor: default;
1550
+ }
1548
1551
  .sendbird-theme--light .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark.disabled {
1549
1552
  background-color: var(--sendbird-light-onlight-04);
1550
1553
  border: solid 2px var(--sendbird-light-onlight-04);