@sendbird/uikit-react 3.3.0-rc.1 → 3.3.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 (420) hide show
  1. package/App.js +33 -33
  2. package/Channel/components/ChannelHeader.js +18 -18
  3. package/Channel/components/ChannelUI.js +25 -25
  4. package/Channel/components/FileViewer.js +14 -14
  5. package/Channel/components/FrozenNotification.js +4 -4
  6. package/Channel/components/Message.js +21 -21
  7. package/Channel/components/MessageInput.js +16 -16
  8. package/Channel/components/MessageList.js +23 -23
  9. package/Channel/components/RemoveMessageModal.js +16 -16
  10. package/Channel/components/SuggestedMentionList.js +16 -16
  11. package/Channel/components/TypingIndicator.js +14 -14
  12. package/Channel/components/UnreadCount.js +4 -4
  13. package/Channel/context.js +13 -13
  14. package/Channel.js +25 -25
  15. package/ChannelList/components/AddChannel.js +14 -14
  16. package/ChannelList/components/ChannelListHeader.js +7 -7
  17. package/ChannelList/components/ChannelListUI.js +27 -27
  18. package/ChannelList/components/ChannelPreview.js +23 -23
  19. package/ChannelList/components/ChannelPreviewAction.js +14 -14
  20. package/ChannelList/context.js +8 -8
  21. package/ChannelList.js +27 -27
  22. package/{ChannelListProvider-82fa5abc.js → ChannelListProvider-b13103dc.js} +8 -8
  23. package/{ChannelListProvider-82fa5abc.js.map → ChannelListProvider-b13103dc.js.map} +1 -1
  24. package/{ChannelProvider-0c8ccbbf.js → ChannelProvider-1f4902ed.js} +9 -9
  25. package/{ChannelProvider-0c8ccbbf.js.map → ChannelProvider-1f4902ed.js.map} +1 -1
  26. package/ChannelSettings/components/ChannelProfile.js +12 -12
  27. package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
  28. package/ChannelSettings/components/EditDetailsModal.js +12 -12
  29. package/ChannelSettings/components/LeaveChannel.js +12 -12
  30. package/ChannelSettings/components/ModerationPanel.js +15 -15
  31. package/ChannelSettings/components/UserListItem.js +11 -11
  32. package/ChannelSettings/components/UserPanel.js +14 -14
  33. package/ChannelSettings/context.js +3 -3
  34. package/ChannelSettings.js +18 -18
  35. package/CreateChannel/components/CreateChannelUI.js +14 -14
  36. package/CreateChannel/components/InviteUsers.js +14 -14
  37. package/CreateChannel/components/SelectChannelType.js +11 -11
  38. package/CreateChannel/context.js +4 -4
  39. package/CreateChannel.js +14 -14
  40. package/{CreateChannelProvider-5bd3ebea.js → CreateChannelProvider-cc047bd8.js} +1 -1
  41. package/{CreateChannelProvider-5bd3ebea.js.map → CreateChannelProvider-cc047bd8.js.map} +1 -1
  42. package/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
  43. package/CreateOpenChannel/context.js +1 -1
  44. package/CreateOpenChannel.js +10 -10
  45. package/EditUserProfile/components/EditUserProfileUI.js +13 -13
  46. package/EditUserProfile.js +13 -13
  47. package/{LocalizationContext-410574e8.js → LocalizationContext-a600fb50.js} +3 -3
  48. package/{LocalizationContext-410574e8.js.map → LocalizationContext-a600fb50.js.map} +1 -1
  49. package/{MediaQueryContext-53329809.js → MediaQueryContext-bdfbc4af.js} +1 -1
  50. package/{MediaQueryContext-53329809.js.map → MediaQueryContext-bdfbc4af.js.map} +1 -1
  51. package/{MemberList-35d3c304.js → MemberList-afcf6013.js} +5 -5
  52. package/{MemberList-35d3c304.js.map → MemberList-afcf6013.js.map} +1 -1
  53. package/MessageSearch/components/MessageSearchUI.js +11 -11
  54. package/MessageSearch/context.js +2 -2
  55. package/MessageSearch.js +11 -11
  56. package/OpenChannel/components/FrozenChannelNotification.js +4 -4
  57. package/OpenChannel/components/OpenChannelHeader.js +13 -13
  58. package/OpenChannel/components/OpenChannelInput.js +15 -15
  59. package/OpenChannel/components/OpenChannelMessage.js +22 -22
  60. package/OpenChannel/components/OpenChannelMessageList.js +24 -24
  61. package/OpenChannel/components/OpenChannelUI.js +24 -24
  62. package/OpenChannel/context.js +9 -9
  63. package/OpenChannel.js +24 -24
  64. package/OpenChannelList/components/OpenChannelListUI.js +13 -13
  65. package/OpenChannelList/components/OpenChannelPreview.js +4 -4
  66. package/OpenChannelList/context.js +4 -4
  67. package/OpenChannelList.js +13 -13
  68. package/{OpenChannelListProvider-f58761c4.js → OpenChannelListProvider-ebaf7387.js} +3 -3
  69. package/{OpenChannelListProvider-f58761c4.js.map → OpenChannelListProvider-ebaf7387.js.map} +1 -1
  70. package/{OpenChannelProvider-a572410e.js → OpenChannelProvider-44644559.js} +7 -7
  71. package/{OpenChannelProvider-a572410e.js.map → OpenChannelProvider-44644559.js.map} +1 -1
  72. package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
  73. package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
  74. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
  75. package/OpenChannelSettings/components/OperatorUI.js +17 -17
  76. package/OpenChannelSettings/components/ParticipantUI.js +15 -15
  77. package/OpenChannelSettings/context.js +3 -3
  78. package/OpenChannelSettings.js +18 -18
  79. package/{RemoveMessageModal-13018bc9.js → RemoveMessageModal-779f1a33.js} +3 -3
  80. package/{RemoveMessageModal-13018bc9.js.map → RemoveMessageModal-779f1a33.js.map} +1 -1
  81. package/SendbirdProvider.js +10 -10
  82. package/SendbirdProvider.js.map +1 -1
  83. package/Thread/components/ParentMessageInfo.js +21 -21
  84. package/Thread/components/ParentMessageInfoItem.js +14 -14
  85. package/Thread/components/ThreadHeader.js +6 -6
  86. package/Thread/components/ThreadList.js +21 -21
  87. package/Thread/components/ThreadListItem.js +21 -21
  88. package/Thread/components/ThreadMessageInput.js +16 -16
  89. package/Thread/components/ThreadUI.js +23 -23
  90. package/Thread/context.js +8 -8
  91. package/Thread.js +23 -23
  92. package/{ThreadProvider-b7452f09.js → ThreadProvider-4cfa4d07.js} +6 -6
  93. package/{ThreadProvider-b7452f09.js.map → ThreadProvider-4cfa4d07.js.map} +1 -1
  94. package/{UserProfileContext-2af91c5b.js → UserProfileContext-14ece55d.js} +1 -1
  95. package/{UserProfileContext-2af91c5b.js.map → UserProfileContext-14ece55d.js.map} +1 -1
  96. package/{_rollupPluginBabelHelpers-0df8ccf2.js → _rollupPluginBabelHelpers-409f988a.js} +1 -1
  97. package/_rollupPluginBabelHelpers-409f988a.js.map +1 -0
  98. package/{actionTypes-56bfddb6.js → actionTypes-8328df66.js} +1 -1
  99. package/{actionTypes-56bfddb6.js.map → actionTypes-8328df66.js.map} +1 -1
  100. package/cjs/App.js +33 -33
  101. package/cjs/Channel/components/ChannelHeader.js +18 -18
  102. package/cjs/Channel/components/ChannelUI.js +25 -25
  103. package/cjs/Channel/components/FileViewer.js +14 -14
  104. package/cjs/Channel/components/FrozenNotification.js +4 -4
  105. package/cjs/Channel/components/Message.js +21 -21
  106. package/cjs/Channel/components/MessageInput.js +16 -16
  107. package/cjs/Channel/components/MessageList.js +23 -23
  108. package/cjs/Channel/components/RemoveMessageModal.js +16 -16
  109. package/cjs/Channel/components/SuggestedMentionList.js +16 -16
  110. package/cjs/Channel/components/TypingIndicator.js +14 -14
  111. package/cjs/Channel/components/UnreadCount.js +4 -4
  112. package/cjs/Channel/context.js +13 -13
  113. package/cjs/Channel.js +25 -25
  114. package/cjs/ChannelList/components/AddChannel.js +14 -14
  115. package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
  116. package/cjs/ChannelList/components/ChannelListUI.js +27 -27
  117. package/cjs/ChannelList/components/ChannelPreview.js +23 -23
  118. package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
  119. package/cjs/ChannelList/context.js +8 -8
  120. package/cjs/ChannelList.js +27 -27
  121. package/cjs/{ChannelListProvider-2b605a05.js → ChannelListProvider-043f5c12.js} +8 -8
  122. package/cjs/{ChannelListProvider-2b605a05.js.map → ChannelListProvider-043f5c12.js.map} +1 -1
  123. package/cjs/{ChannelProvider-0151b6ec.js → ChannelProvider-a765f8a9.js} +9 -9
  124. package/cjs/{ChannelProvider-0151b6ec.js.map → ChannelProvider-a765f8a9.js.map} +1 -1
  125. package/cjs/ChannelSettings/components/ChannelProfile.js +12 -12
  126. package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
  127. package/cjs/ChannelSettings/components/EditDetailsModal.js +12 -12
  128. package/cjs/ChannelSettings/components/LeaveChannel.js +12 -12
  129. package/cjs/ChannelSettings/components/ModerationPanel.js +15 -15
  130. package/cjs/ChannelSettings/components/UserListItem.js +11 -11
  131. package/cjs/ChannelSettings/components/UserPanel.js +14 -14
  132. package/cjs/ChannelSettings/context.js +3 -3
  133. package/cjs/ChannelSettings.js +18 -18
  134. package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
  135. package/cjs/CreateChannel/components/InviteUsers.js +14 -14
  136. package/cjs/CreateChannel/components/SelectChannelType.js +11 -11
  137. package/cjs/CreateChannel/context.js +4 -4
  138. package/cjs/CreateChannel.js +14 -14
  139. package/cjs/{CreateChannelProvider-67a24a4a.js → CreateChannelProvider-21cd6f2d.js} +1 -1
  140. package/cjs/{CreateChannelProvider-67a24a4a.js.map → CreateChannelProvider-21cd6f2d.js.map} +1 -1
  141. package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
  142. package/cjs/CreateOpenChannel/context.js +1 -1
  143. package/cjs/CreateOpenChannel.js +10 -10
  144. package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
  145. package/cjs/EditUserProfile.js +13 -13
  146. package/cjs/{LocalizationContext-68ab5e81.js → LocalizationContext-9a1e0d36.js} +3 -3
  147. package/cjs/{LocalizationContext-68ab5e81.js.map → LocalizationContext-9a1e0d36.js.map} +1 -1
  148. package/cjs/{MediaQueryContext-7bd4247a.js → MediaQueryContext-7f516d81.js} +1 -1
  149. package/cjs/{MediaQueryContext-7bd4247a.js.map → MediaQueryContext-7f516d81.js.map} +1 -1
  150. package/cjs/{MemberList-61efd673.js → MemberList-d94db4e4.js} +5 -5
  151. package/cjs/{MemberList-61efd673.js.map → MemberList-d94db4e4.js.map} +1 -1
  152. package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
  153. package/cjs/MessageSearch/context.js +2 -2
  154. package/cjs/MessageSearch.js +11 -11
  155. package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
  156. package/cjs/OpenChannel/components/OpenChannelHeader.js +13 -13
  157. package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
  158. package/cjs/OpenChannel/components/OpenChannelMessage.js +22 -22
  159. package/cjs/OpenChannel/components/OpenChannelMessageList.js +24 -24
  160. package/cjs/OpenChannel/components/OpenChannelUI.js +24 -24
  161. package/cjs/OpenChannel/context.js +9 -9
  162. package/cjs/OpenChannel.js +24 -24
  163. package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
  164. package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
  165. package/cjs/OpenChannelList/context.js +4 -4
  166. package/cjs/OpenChannelList.js +13 -13
  167. package/cjs/{OpenChannelListProvider-03c75ad9.js → OpenChannelListProvider-eeb6652b.js} +3 -3
  168. package/cjs/{OpenChannelListProvider-03c75ad9.js.map → OpenChannelListProvider-eeb6652b.js.map} +1 -1
  169. package/cjs/{OpenChannelProvider-b3dacb85.js → OpenChannelProvider-cdba865d.js} +7 -7
  170. package/cjs/{OpenChannelProvider-b3dacb85.js.map → OpenChannelProvider-cdba865d.js.map} +1 -1
  171. package/cjs/OpenChannelSettings/components/EditDetailsModal.js +13 -13
  172. package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
  173. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
  174. package/cjs/OpenChannelSettings/components/OperatorUI.js +17 -17
  175. package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -15
  176. package/cjs/OpenChannelSettings/context.js +3 -3
  177. package/cjs/OpenChannelSettings.js +18 -18
  178. package/cjs/{RemoveMessageModal-22d7e167.js → RemoveMessageModal-b64c35a1.js} +3 -3
  179. package/cjs/{RemoveMessageModal-22d7e167.js.map → RemoveMessageModal-b64c35a1.js.map} +1 -1
  180. package/cjs/SendbirdProvider.js +10 -10
  181. package/cjs/SendbirdProvider.js.map +1 -1
  182. package/cjs/Thread/components/ParentMessageInfo.js +21 -21
  183. package/cjs/Thread/components/ParentMessageInfoItem.js +14 -14
  184. package/cjs/Thread/components/ThreadHeader.js +6 -6
  185. package/cjs/Thread/components/ThreadList.js +21 -21
  186. package/cjs/Thread/components/ThreadListItem.js +21 -21
  187. package/cjs/Thread/components/ThreadMessageInput.js +16 -16
  188. package/cjs/Thread/components/ThreadUI.js +23 -23
  189. package/cjs/Thread/context.js +8 -8
  190. package/cjs/Thread.js +23 -23
  191. package/cjs/{ThreadProvider-06e039df.js → ThreadProvider-8ba81f66.js} +6 -6
  192. package/cjs/{ThreadProvider-06e039df.js.map → ThreadProvider-8ba81f66.js.map} +1 -1
  193. package/cjs/{UserProfileContext-a411f7b7.js → UserProfileContext-2648d24c.js} +1 -1
  194. package/cjs/{UserProfileContext-a411f7b7.js.map → UserProfileContext-2648d24c.js.map} +1 -1
  195. package/cjs/{_rollupPluginBabelHelpers-3886e03a.js → _rollupPluginBabelHelpers-ada5a2bb.js} +1 -1
  196. package/cjs/_rollupPluginBabelHelpers-ada5a2bb.js.map +1 -0
  197. package/cjs/{actionTypes-898f9ec5.js → actionTypes-abac810a.js} +1 -1
  198. package/cjs/{actionTypes-898f9ec5.js.map → actionTypes-abac810a.js.map} +1 -1
  199. package/cjs/{color-4ed3829e.js → color-4b850c2c.js} +1 -1
  200. package/cjs/{color-4ed3829e.js.map → color-4b850c2c.js.map} +1 -1
  201. package/cjs/{compareIds-fc53942c.js → compareIds-03d1c5fd.js} +1 -1
  202. package/cjs/{compareIds-fc53942c.js.map → compareIds-03d1c5fd.js.map} +1 -1
  203. package/cjs/{const-8a65fe1e.js → const-5080a6f8.js} +1 -1
  204. package/cjs/{const-8a65fe1e.js.map → const-5080a6f8.js.map} +1 -1
  205. package/cjs/{const-d025f0a2.js → const-cd2f7184.js} +1 -1
  206. package/cjs/{const-d025f0a2.js.map → const-cd2f7184.js.map} +1 -1
  207. package/cjs/{context-48995334.js → context-6cdd2472.js} +2 -2
  208. package/cjs/{context-48995334.js.map → context-6cdd2472.js.map} +1 -1
  209. package/cjs/dist/index.css +55 -55
  210. package/cjs/dist/index.css.map +1 -1
  211. package/cjs/{index-f31610a5.js → index-3d069920.js} +1 -1
  212. package/cjs/{index-f31610a5.js.map → index-3d069920.js.map} +1 -1
  213. package/cjs/{index-858d4ced.js → index-5bc31321.js} +2 -2
  214. package/cjs/{index-858d4ced.js.map → index-5bc31321.js.map} +1 -1
  215. package/cjs/{index-0cab061c.js → index-6ca5c151.js} +1 -1
  216. package/cjs/{index-0cab061c.js.map → index-6ca5c151.js.map} +1 -1
  217. package/cjs/{index-311c564c.js → index-7bee0d10.js} +4 -4
  218. package/cjs/{index-311c564c.js.map → index-7bee0d10.js.map} +1 -1
  219. package/cjs/{index-9a71cc15.js → index-8316c57b.js} +2 -2
  220. package/cjs/{index-9a71cc15.js.map → index-8316c57b.js.map} +1 -1
  221. package/cjs/{index-4a58b2e1.js → index-867fdcc7.js} +2 -2
  222. package/cjs/{index-4a58b2e1.js.map → index-867fdcc7.js.map} +1 -1
  223. package/cjs/{index-79006076.js → index-aa5520c6.js} +4 -4
  224. package/cjs/{index-79006076.js.map → index-aa5520c6.js.map} +1 -1
  225. package/cjs/{index-a8e6344b.js → index-b22bca49.js} +5 -5
  226. package/cjs/{index-a8e6344b.js.map → index-b22bca49.js.map} +1 -1
  227. package/cjs/{index-c015580f.js → index-b5c769e1.js} +2 -2
  228. package/cjs/{index-c015580f.js.map → index-b5c769e1.js.map} +1 -1
  229. package/cjs/{index-249ae5ae.js → index-d714b895.js} +2 -2
  230. package/cjs/{index-249ae5ae.js.map → index-d714b895.js.map} +1 -1
  231. package/cjs/{index-2439032c.js → index-e8737199.js} +7 -7
  232. package/cjs/{index-2439032c.js.map → index-e8737199.js.map} +1 -1
  233. package/cjs/index.js +37 -37
  234. package/cjs/sendbirdSelectors.js +2 -2
  235. package/cjs/{stringSet-fd892563.js → stringSet-2696d00d.js} +1 -1
  236. package/cjs/{stringSet-fd892563.js.map → stringSet-2696d00d.js.map} +1 -1
  237. package/cjs/{topics-6a30e46d.js → topics-528fde56.js} +1 -1
  238. package/cjs/{topics-6a30e46d.js.map → topics-528fde56.js.map} +1 -1
  239. package/cjs/{tslib.es6-029d13d0.js → tslib.es6-259cb5ca.js} +1 -1
  240. package/cjs/{tslib.es6-029d13d0.js.map → tslib.es6-259cb5ca.js.map} +1 -1
  241. package/cjs/ui/Accordion.js +3 -3
  242. package/cjs/ui/AccordionGroup.js +2 -2
  243. package/cjs/ui/AdminMessage.js +3 -3
  244. package/cjs/ui/Avatar.js +2 -2
  245. package/cjs/ui/Badge.js +5 -5
  246. package/cjs/ui/BottomSheet.js +1 -1
  247. package/cjs/ui/Button.js +3 -3
  248. package/cjs/ui/ChannelAvatar.js +3 -3
  249. package/cjs/ui/ConnectionStatus.js +4 -4
  250. package/cjs/ui/ContextMenu.js +5 -5
  251. package/cjs/ui/DateSeparator.js +4 -4
  252. package/cjs/ui/EmojiReactions.js +7 -7
  253. package/cjs/ui/FileMessageItemBody.js +6 -6
  254. package/cjs/ui/FileViewer.js +8 -8
  255. package/cjs/ui/IconButton.js +1 -1
  256. package/cjs/ui/ImageRenderer.js +1 -1
  257. package/cjs/ui/Input.js +2 -2
  258. package/cjs/ui/Label.js +2 -2
  259. package/cjs/ui/LinkLabel.js +2 -2
  260. package/cjs/ui/Loader.js +1 -1
  261. package/cjs/ui/MentionLabel.js +11 -11
  262. package/cjs/ui/MessageContent.js +17 -17
  263. package/cjs/ui/MessageInput.js +9 -9
  264. package/cjs/ui/MessageItemMenu.js +7 -7
  265. package/cjs/ui/MessageItemReactionMenu.js +5 -5
  266. package/cjs/ui/MessageSearchFileItem.js +9 -9
  267. package/cjs/ui/MessageSearchItem.js +9 -9
  268. package/cjs/ui/MessageStatus.js +7 -7
  269. package/cjs/ui/Modal.js +7 -7
  270. package/cjs/ui/OGMessageItemBody.js +11 -11
  271. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  272. package/cjs/ui/OpenChannelAvatar.js +6 -6
  273. package/cjs/ui/OpenchannelConversationHeader.js +6 -6
  274. package/cjs/ui/OpenchannelFileMessage.js +16 -16
  275. package/cjs/ui/OpenchannelOGMessage.js +16 -16
  276. package/cjs/ui/OpenchannelThumbnailMessage.js +15 -15
  277. package/cjs/ui/OpenchannelUserMessage.js +16 -16
  278. package/cjs/ui/PlaceHolder.js +6 -6
  279. package/cjs/ui/QuoteMessage.js +6 -6
  280. package/cjs/ui/QuoteMessageInput.js +6 -6
  281. package/cjs/ui/ReactionBadge.js +3 -3
  282. package/cjs/ui/ReactionButton.js +1 -1
  283. package/cjs/ui/SortByRow.js +2 -2
  284. package/cjs/ui/TextButton.js +2 -2
  285. package/cjs/ui/TextMessageItemBody.js +11 -11
  286. package/cjs/ui/ThreadReplies.js +6 -6
  287. package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
  288. package/cjs/ui/Tooltip.js +3 -3
  289. package/cjs/ui/TooltipWrapper.js +1 -1
  290. package/cjs/ui/UnknownMessageItemBody.js +6 -6
  291. package/cjs/ui/UserListItem.js +11 -11
  292. package/cjs/ui/UserProfile.js +10 -10
  293. package/cjs/ui/Word.js +11 -11
  294. package/cjs/{useLongPress-40972b66.js → useLongPress-0f645baa.js} +3 -3
  295. package/cjs/{useLongPress-40972b66.js.map → useLongPress-0f645baa.js.map} +1 -1
  296. package/cjs/useSendbirdStateContext.js +1 -1
  297. package/cjs/{utils-d8127210.js → utils-30f11636.js} +1 -1
  298. package/cjs/{utils-d8127210.js.map → utils-30f11636.js.map} +1 -1
  299. package/cjs/{utils-f90f83c1.js → utils-3f734812.js} +1 -1
  300. package/cjs/{utils-f90f83c1.js.map → utils-3f734812.js.map} +1 -1
  301. package/cjs/{utils-d43cb0c1.js → utils-7a127b25.js} +2 -2
  302. package/cjs/{utils-d43cb0c1.js.map → utils-7a127b25.js.map} +1 -1
  303. package/cjs/{utils-db6fb27a.js → utils-afb14420.js} +1 -1
  304. package/cjs/{utils-db6fb27a.js.map → utils-afb14420.js.map} +1 -1
  305. package/cjs/{uuid-de38f276.js → uuid-4e015383.js} +1 -1
  306. package/cjs/{uuid-de38f276.js.map → uuid-4e015383.js.map} +1 -1
  307. package/cjs/withSendbird.js +1 -1
  308. package/{color-1619c1b7.js → color-592f66aa.js} +1 -1
  309. package/{color-1619c1b7.js.map → color-592f66aa.js.map} +1 -1
  310. package/{compareIds-bbc4e959.js → compareIds-62c0f89f.js} +1 -1
  311. package/{compareIds-bbc4e959.js.map → compareIds-62c0f89f.js.map} +1 -1
  312. package/{const-6e3eaa64.js → const-55d2d983.js} +1 -1
  313. package/{const-6e3eaa64.js.map → const-55d2d983.js.map} +1 -1
  314. package/{const-0751201c.js → const-654f9496.js} +1 -1
  315. package/{const-0751201c.js.map → const-654f9496.js.map} +1 -1
  316. package/{context-0ecfbd98.js → context-5ee0e892.js} +2 -2
  317. package/{context-0ecfbd98.js.map → context-5ee0e892.js.map} +1 -1
  318. package/dist/index.css +55 -55
  319. package/dist/index.css.map +1 -1
  320. package/{index-3ade03b5.js → index-04212901.js} +4 -4
  321. package/{index-3ade03b5.js.map → index-04212901.js.map} +1 -1
  322. package/{index-468659e6.js → index-07f9c3d9.js} +2 -2
  323. package/{index-468659e6.js.map → index-07f9c3d9.js.map} +1 -1
  324. package/{index-dfc090e4.js → index-0a92d5f4.js} +7 -7
  325. package/{index-dfc090e4.js.map → index-0a92d5f4.js.map} +1 -1
  326. package/{index-43349e3a.js → index-165910a3.js} +4 -4
  327. package/{index-43349e3a.js.map → index-165910a3.js.map} +1 -1
  328. package/{index-59fddbdc.js → index-191a1508.js} +2 -2
  329. package/{index-59fddbdc.js.map → index-191a1508.js.map} +1 -1
  330. package/{index-51219968.js → index-1a5c804a.js} +2 -2
  331. package/{index-51219968.js.map → index-1a5c804a.js.map} +1 -1
  332. package/{index-7ad981b0.js → index-2ea0adbb.js} +2 -2
  333. package/{index-7ad981b0.js.map → index-2ea0adbb.js.map} +1 -1
  334. package/{index-4e38f6d5.js → index-719ce4f1.js} +1 -1
  335. package/{index-4e38f6d5.js.map → index-719ce4f1.js.map} +1 -1
  336. package/{index-2e0b072c.js → index-897750c3.js} +5 -5
  337. package/{index-2e0b072c.js.map → index-897750c3.js.map} +1 -1
  338. package/{index-51ef2190.js → index-8a738c8a.js} +1 -1
  339. package/{index-51ef2190.js.map → index-8a738c8a.js.map} +1 -1
  340. package/{index-dfbeafcd.js → index-bbd69eed.js} +2 -2
  341. package/{index-dfbeafcd.js.map → index-bbd69eed.js.map} +1 -1
  342. package/index.d.ts +1 -1
  343. package/index.js +37 -37
  344. package/package.json +1 -1
  345. package/sendbirdSelectors.js +2 -2
  346. package/{stringSet-bd5e1130.js → stringSet-91224dde.js} +1 -1
  347. package/{stringSet-bd5e1130.js.map → stringSet-91224dde.js.map} +1 -1
  348. package/{topics-d58e48df.js → topics-43edce25.js} +1 -1
  349. package/{topics-d58e48df.js.map → topics-43edce25.js.map} +1 -1
  350. package/{tslib.es6-0f615f78.js → tslib.es6-88db6fd7.js} +1 -1
  351. package/{tslib.es6-0f615f78.js.map → tslib.es6-88db6fd7.js.map} +1 -1
  352. package/ui/Accordion.js +3 -3
  353. package/ui/AccordionGroup.js +2 -2
  354. package/ui/AdminMessage.js +3 -3
  355. package/ui/Avatar.js +2 -2
  356. package/ui/Badge.js +5 -5
  357. package/ui/BottomSheet.js +1 -1
  358. package/ui/Button.js +3 -3
  359. package/ui/ChannelAvatar.js +3 -3
  360. package/ui/ConnectionStatus.js +4 -4
  361. package/ui/ContextMenu.js +5 -5
  362. package/ui/DateSeparator.js +4 -4
  363. package/ui/EmojiReactions.js +7 -7
  364. package/ui/FileMessageItemBody.js +6 -6
  365. package/ui/FileViewer.js +8 -8
  366. package/ui/IconButton.js +1 -1
  367. package/ui/ImageRenderer.js +1 -1
  368. package/ui/Input.js +2 -2
  369. package/ui/Label.js +2 -2
  370. package/ui/LinkLabel.js +2 -2
  371. package/ui/Loader.js +1 -1
  372. package/ui/MentionLabel.js +11 -11
  373. package/ui/MessageContent.js +17 -17
  374. package/ui/MessageInput.js +9 -9
  375. package/ui/MessageItemMenu.js +7 -7
  376. package/ui/MessageItemReactionMenu.js +5 -5
  377. package/ui/MessageSearchFileItem.js +9 -9
  378. package/ui/MessageSearchItem.js +9 -9
  379. package/ui/MessageStatus.js +7 -7
  380. package/ui/Modal.js +7 -7
  381. package/ui/OGMessageItemBody.js +11 -11
  382. package/ui/OpenChannelAdminMessage.js +3 -3
  383. package/ui/OpenChannelAvatar.js +6 -6
  384. package/ui/OpenchannelConversationHeader.js +6 -6
  385. package/ui/OpenchannelFileMessage.js +16 -16
  386. package/ui/OpenchannelOGMessage.js +16 -16
  387. package/ui/OpenchannelThumbnailMessage.js +15 -15
  388. package/ui/OpenchannelUserMessage.js +16 -16
  389. package/ui/PlaceHolder.js +6 -6
  390. package/ui/QuoteMessage.js +6 -6
  391. package/ui/QuoteMessageInput.js +6 -6
  392. package/ui/ReactionBadge.js +3 -3
  393. package/ui/ReactionButton.js +1 -1
  394. package/ui/SortByRow.js +2 -2
  395. package/ui/TextButton.js +2 -2
  396. package/ui/TextMessageItemBody.js +11 -11
  397. package/ui/ThreadReplies.js +6 -6
  398. package/ui/ThumbnailMessageItemBody.js +2 -2
  399. package/ui/Tooltip.js +3 -3
  400. package/ui/TooltipWrapper.js +1 -1
  401. package/ui/UnknownMessageItemBody.js +6 -6
  402. package/ui/UserListItem.js +11 -11
  403. package/ui/UserProfile.js +10 -10
  404. package/ui/Word.js +11 -11
  405. package/{useLongPress-3d0759b4.js → useLongPress-9665cd48.js} +3 -3
  406. package/{useLongPress-3d0759b4.js.map → useLongPress-9665cd48.js.map} +1 -1
  407. package/useSendbirdStateContext.js +1 -1
  408. package/{utils-9f07eb45.js → utils-37e7b76b.js} +1 -1
  409. package/{utils-9f07eb45.js.map → utils-37e7b76b.js.map} +1 -1
  410. package/{utils-e2976a74.js → utils-776d4a47.js} +2 -2
  411. package/{utils-e2976a74.js.map → utils-776d4a47.js.map} +1 -1
  412. package/{utils-d76efebb.js → utils-c4ec02f0.js} +1 -1
  413. package/{utils-d76efebb.js.map → utils-c4ec02f0.js.map} +1 -1
  414. package/{utils-db1bf7d1.js → utils-d7d46e26.js} +1 -1
  415. package/{utils-db1bf7d1.js.map → utils-d7d46e26.js.map} +1 -1
  416. package/{uuid-9f76bbf8.js → uuid-a6fa7f5c.js} +1 -1
  417. package/{uuid-9f76bbf8.js.map → uuid-a6fa7f5c.js.map} +1 -1
  418. package/withSendbird.js +1 -1
  419. package/_rollupPluginBabelHelpers-0df8ccf2.js.map +0 -1
  420. package/cjs/_rollupPluginBabelHelpers-3886e03a.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-a411f7b7.js.map
52
+ //# sourceMappingURL=UserProfileContext-2648d24c.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UserProfileContext-a411f7b7.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-2648d24c.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-3886e03a.js.map
63
+ //# sourceMappingURL=_rollupPluginBabelHelpers-ada5a2bb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_rollupPluginBabelHelpers-ada5a2bb.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-898f9ec5.js.map
10
+ //# sourceMappingURL=actionTypes-abac810a.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"actionTypes-898f9ec5.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-abac810a.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-4ed3829e.js.map
45
+ //# sourceMappingURL=color-4b850c2c.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"color-4ed3829e.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-4b850c2c.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-fc53942c.js.map
18
+ //# sourceMappingURL=compareIds-03d1c5fd.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"compareIds-fc53942c.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-03d1c5fd.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;;;;"}
@@ -19,4 +19,4 @@ var NodeNames = {
19
19
  exports.MessageInputKeys = MessageInputKeys;
20
20
  exports.NodeNames = NodeNames;
21
21
  exports.NodeTypes = NodeTypes;
22
- //# sourceMappingURL=const-8a65fe1e.js.map
22
+ //# sourceMappingURL=const-5080a6f8.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"const-8a65fe1e.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-5080a6f8.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;;;;;;"}
@@ -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-d025f0a2.js.map
20
+ //# sourceMappingURL=const-cd2f7184.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"const-d025f0a2.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-cd2f7184.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,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var React = require('react');
4
- var utils = require('./utils-db6fb27a.js');
4
+ var utils = require('./utils-afb14420.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-48995334.js.map
19
+ //# sourceMappingURL=context-6cdd2472.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"context-48995334.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-6cdd2472.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,6 +58,61 @@
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-create-open-channel-ui {
62
+ position: relative;
63
+ display: inline-flex;
64
+ }
65
+
66
+ .sendbird-create-open-channel-ui__profile-input {
67
+ position: relative;
68
+ display: inline-flex;
69
+ flex-direction: column;
70
+ justify-content: flex-start;
71
+ width: 100%;
72
+ height: 100%;
73
+ box-sizing: border-box;
74
+ }
75
+ .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section {
76
+ position: relative;
77
+ margin-top: 16px;
78
+ display: inline-flex;
79
+ flex-direction: row;
80
+ align-items: center;
81
+ }
82
+ .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar {
83
+ position: relative;
84
+ display: inline-flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ width: 80px;
88
+ height: 80px;
89
+ }
90
+ .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
91
+ position: relative;
92
+ display: inline-flex;
93
+ align-items: center;
94
+ justify-content: center;
95
+ width: 80px;
96
+ height: 80px;
97
+ border-radius: 50%;
98
+ }
99
+ .sendbird-theme--light .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
100
+ background-color: var(--sendbird-light-background-200);
101
+ }
102
+ .sendbird-theme--dark .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
103
+ background-color: var(--sendbird-dark-background-400);
104
+ }
105
+ .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__button {
106
+ position: relative;
107
+ margin-left: 18px;
108
+ display: inline-flex;
109
+ }
110
+ .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__name-section {
111
+ position: relative;
112
+ margin-top: 8px;
113
+ display: inline-flex;
114
+ flex-direction: row;
115
+ }
61
116
  .sendbird-open-channel-list,
62
117
  .sendbird-open-channel-list-ui {
63
118
  position: relative;
@@ -150,61 +205,6 @@
150
205
  .sendbird-theme--dark .sendbird-open-channel-list-ui__channel-list--place-holder--loading {
151
206
  background-color: var(--sendbird-dark-background-500);
152
207
  }
153
- .sendbird-create-open-channel-ui {
154
- position: relative;
155
- display: inline-flex;
156
- }
157
-
158
- .sendbird-create-open-channel-ui__profile-input {
159
- position: relative;
160
- display: inline-flex;
161
- flex-direction: column;
162
- justify-content: flex-start;
163
- width: 100%;
164
- height: 100%;
165
- box-sizing: border-box;
166
- }
167
- .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section {
168
- position: relative;
169
- margin-top: 16px;
170
- display: inline-flex;
171
- flex-direction: row;
172
- align-items: center;
173
- }
174
- .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar {
175
- position: relative;
176
- display: inline-flex;
177
- align-items: center;
178
- justify-content: center;
179
- width: 80px;
180
- height: 80px;
181
- }
182
- .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
183
- position: relative;
184
- display: inline-flex;
185
- align-items: center;
186
- justify-content: center;
187
- width: 80px;
188
- height: 80px;
189
- border-radius: 50%;
190
- }
191
- .sendbird-theme--light .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
192
- background-color: var(--sendbird-light-background-200);
193
- }
194
- .sendbird-theme--dark .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
195
- background-color: var(--sendbird-dark-background-400);
196
- }
197
- .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__button {
198
- position: relative;
199
- margin-left: 18px;
200
- display: inline-flex;
201
- }
202
- .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__name-section {
203
- position: relative;
204
- margin-top: 8px;
205
- display: inline-flex;
206
- flex-direction: row;
207
- }
208
208
  .sendbird-open-channel-preview {
209
209
  position: relative;
210
210
  display: inline-flex;