@sendbird/uikit-react 3.3.2-rc.1 → 3.3.2-rc.3

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 (419) hide show
  1. package/App.js +33 -33
  2. package/CHANGELOG.md +3 -1
  3. package/Channel/components/ChannelHeader.js +18 -18
  4. package/Channel/components/ChannelUI.js +25 -25
  5. package/Channel/components/FileViewer.js +14 -14
  6. package/Channel/components/FrozenNotification.js +4 -4
  7. package/Channel/components/Message.js +21 -21
  8. package/Channel/components/MessageInput.js +16 -16
  9. package/Channel/components/MessageList.js +23 -23
  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 +25 -25
  16. package/ChannelList/components/AddChannel.js +15 -15
  17. package/ChannelList/components/ChannelListHeader.js +7 -7
  18. package/ChannelList/components/ChannelListUI.js +27 -27
  19. package/ChannelList/components/ChannelPreview.js +23 -23
  20. package/ChannelList/components/ChannelPreviewAction.js +14 -14
  21. package/ChannelList/context.js +8 -8
  22. package/ChannelList.js +27 -27
  23. package/{ChannelListProvider-f1d943e9.js → ChannelListProvider-18b22516.js} +8 -8
  24. package/{ChannelListProvider-f1d943e9.js.map → ChannelListProvider-18b22516.js.map} +1 -1
  25. package/{ChannelProvider-89b938b2.js → ChannelProvider-f110d9f0.js} +9 -9
  26. package/{ChannelProvider-89b938b2.js.map → ChannelProvider-f110d9f0.js.map} +1 -1
  27. package/ChannelSettings/components/ChannelProfile.js +12 -12
  28. package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
  29. package/ChannelSettings/components/EditDetailsModal.js +12 -12
  30. package/ChannelSettings/components/LeaveChannel.js +12 -12
  31. package/ChannelSettings/components/ModerationPanel.js +15 -15
  32. package/ChannelSettings/components/UserListItem.js +11 -11
  33. package/ChannelSettings/components/UserPanel.js +14 -14
  34. package/ChannelSettings/context.js +3 -3
  35. package/ChannelSettings.js +18 -18
  36. package/CreateChannel/components/CreateChannelUI.js +14 -14
  37. package/CreateChannel/components/InviteUsers.js +14 -14
  38. package/CreateChannel/components/SelectChannelType.js +11 -11
  39. package/CreateChannel/context.js +4 -4
  40. package/CreateChannel.js +14 -14
  41. package/{CreateChannelProvider-f1c16aa4.js → CreateChannelProvider-0ae66a35.js} +1 -1
  42. package/{CreateChannelProvider-f1c16aa4.js.map → CreateChannelProvider-0ae66a35.js.map} +1 -1
  43. package/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
  44. package/CreateOpenChannel/context.js +1 -1
  45. package/CreateOpenChannel.js +10 -10
  46. package/EditUserProfile/components/EditUserProfileUI.js +13 -13
  47. package/EditUserProfile.js +13 -13
  48. package/{LocalizationContext-4555a0ab.js → LocalizationContext-4d182493.js} +3 -3
  49. package/{LocalizationContext-4555a0ab.js.map → LocalizationContext-4d182493.js.map} +1 -1
  50. package/{MediaQueryContext-f5fe19a5.js → MediaQueryContext-f096f45e.js} +1 -1
  51. package/{MediaQueryContext-f5fe19a5.js.map → MediaQueryContext-f096f45e.js.map} +1 -1
  52. package/{MemberList-a7266c52.js → MemberList-67b8af90.js} +5 -5
  53. package/{MemberList-a7266c52.js.map → MemberList-67b8af90.js.map} +1 -1
  54. package/MessageSearch/components/MessageSearchUI.js +11 -11
  55. package/MessageSearch/context.js +2 -2
  56. package/MessageSearch.js +11 -11
  57. package/OpenChannel/components/FrozenChannelNotification.js +4 -4
  58. package/OpenChannel/components/OpenChannelHeader.js +13 -13
  59. package/OpenChannel/components/OpenChannelInput.js +15 -15
  60. package/OpenChannel/components/OpenChannelMessage.js +22 -22
  61. package/OpenChannel/components/OpenChannelMessageList.js +24 -24
  62. package/OpenChannel/components/OpenChannelUI.js +24 -24
  63. package/OpenChannel/context.js +9 -9
  64. package/OpenChannel.js +24 -24
  65. package/OpenChannelList/components/OpenChannelListUI.js +13 -13
  66. package/OpenChannelList/components/OpenChannelPreview.js +4 -4
  67. package/OpenChannelList/context.js +4 -4
  68. package/OpenChannelList.js +13 -13
  69. package/{OpenChannelListProvider-657a9ce6.js → OpenChannelListProvider-20179730.js} +3 -3
  70. package/{OpenChannelListProvider-657a9ce6.js.map → OpenChannelListProvider-20179730.js.map} +1 -1
  71. package/{OpenChannelProvider-f3a0d332.js → OpenChannelProvider-600833cb.js} +7 -7
  72. package/{OpenChannelProvider-f3a0d332.js.map → OpenChannelProvider-600833cb.js.map} +1 -1
  73. package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
  74. package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
  75. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
  76. package/OpenChannelSettings/components/OperatorUI.js +17 -17
  77. package/OpenChannelSettings/components/ParticipantUI.js +15 -15
  78. package/OpenChannelSettings/context.js +3 -3
  79. package/OpenChannelSettings.js +18 -18
  80. package/{RemoveMessageModal-0e48324d.js → RemoveMessageModal-410136b1.js} +3 -3
  81. package/{RemoveMessageModal-0e48324d.js.map → RemoveMessageModal-410136b1.js.map} +1 -1
  82. package/SendbirdProvider.js +10 -10
  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-c0f5f178.js → ThreadProvider-12972645.js} +6 -6
  93. package/{ThreadProvider-c0f5f178.js.map → ThreadProvider-12972645.js.map} +1 -1
  94. package/{UserProfileContext-2b5fa41d.js → UserProfileContext-c4dc45d2.js} +1 -1
  95. package/{UserProfileContext-2b5fa41d.js.map → UserProfileContext-c4dc45d2.js.map} +1 -1
  96. package/{_rollupPluginBabelHelpers-7f3d07b7.js → _rollupPluginBabelHelpers-edc1df4f.js} +1 -1
  97. package/_rollupPluginBabelHelpers-edc1df4f.js.map +1 -0
  98. package/{actionTypes-5341892b.js → actionTypes-59956c03.js} +1 -1
  99. package/{actionTypes-5341892b.js.map → actionTypes-59956c03.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 +15 -15
  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-07050c97.js → ChannelListProvider-0b12f32d.js} +8 -8
  122. package/cjs/{ChannelListProvider-07050c97.js.map → ChannelListProvider-0b12f32d.js.map} +1 -1
  123. package/cjs/{ChannelProvider-0b18e74d.js → ChannelProvider-2e73acf4.js} +9 -9
  124. package/cjs/{ChannelProvider-0b18e74d.js.map → ChannelProvider-2e73acf4.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-90c76533.js → CreateChannelProvider-a019b622.js} +1 -1
  140. package/cjs/{CreateChannelProvider-90c76533.js.map → CreateChannelProvider-a019b622.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-c85528b2.js → LocalizationContext-afe53212.js} +3 -3
  147. package/cjs/{LocalizationContext-c85528b2.js.map → LocalizationContext-afe53212.js.map} +1 -1
  148. package/cjs/{MediaQueryContext-9604faf7.js → MediaQueryContext-c4334993.js} +1 -1
  149. package/cjs/{MediaQueryContext-9604faf7.js.map → MediaQueryContext-c4334993.js.map} +1 -1
  150. package/cjs/{MemberList-1475fa3a.js → MemberList-6e48970d.js} +5 -5
  151. package/cjs/{MemberList-1475fa3a.js.map → MemberList-6e48970d.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-546c1889.js → OpenChannelListProvider-faf04cca.js} +3 -3
  168. package/cjs/{OpenChannelListProvider-546c1889.js.map → OpenChannelListProvider-faf04cca.js.map} +1 -1
  169. package/cjs/{OpenChannelProvider-62c4f7db.js → OpenChannelProvider-f4e8a907.js} +7 -7
  170. package/cjs/{OpenChannelProvider-62c4f7db.js.map → OpenChannelProvider-f4e8a907.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-f18feb27.js → RemoveMessageModal-5fcc75f7.js} +3 -3
  179. package/cjs/{RemoveMessageModal-f18feb27.js.map → RemoveMessageModal-5fcc75f7.js.map} +1 -1
  180. package/cjs/SendbirdProvider.js +10 -10
  181. package/cjs/Thread/components/ParentMessageInfo.js +21 -21
  182. package/cjs/Thread/components/ParentMessageInfoItem.js +14 -14
  183. package/cjs/Thread/components/ThreadHeader.js +6 -6
  184. package/cjs/Thread/components/ThreadList.js +21 -21
  185. package/cjs/Thread/components/ThreadListItem.js +21 -21
  186. package/cjs/Thread/components/ThreadMessageInput.js +16 -16
  187. package/cjs/Thread/components/ThreadUI.js +23 -23
  188. package/cjs/Thread/context.js +8 -8
  189. package/cjs/Thread.js +23 -23
  190. package/cjs/{ThreadProvider-63ef60f9.js → ThreadProvider-afe4d186.js} +6 -6
  191. package/cjs/{ThreadProvider-63ef60f9.js.map → ThreadProvider-afe4d186.js.map} +1 -1
  192. package/cjs/{UserProfileContext-df31e6ef.js → UserProfileContext-b09bb0f4.js} +1 -1
  193. package/cjs/{UserProfileContext-df31e6ef.js.map → UserProfileContext-b09bb0f4.js.map} +1 -1
  194. package/cjs/{_rollupPluginBabelHelpers-b1ccabbe.js → _rollupPluginBabelHelpers-91bc23d1.js} +1 -1
  195. package/cjs/_rollupPluginBabelHelpers-91bc23d1.js.map +1 -0
  196. package/cjs/{actionTypes-5a7932a4.js → actionTypes-a4bd7472.js} +1 -1
  197. package/cjs/{actionTypes-5a7932a4.js.map → actionTypes-a4bd7472.js.map} +1 -1
  198. package/cjs/{color-80581acc.js → color-a2ced3b3.js} +1 -1
  199. package/cjs/{color-80581acc.js.map → color-a2ced3b3.js.map} +1 -1
  200. package/cjs/{compareIds-c1ed13c2.js → compareIds-439a1ef3.js} +1 -1
  201. package/cjs/{compareIds-c1ed13c2.js.map → compareIds-439a1ef3.js.map} +1 -1
  202. package/cjs/{const-b5e38e4b.js → const-5638239e.js} +1 -1
  203. package/cjs/{const-b5e38e4b.js.map → const-5638239e.js.map} +1 -1
  204. package/cjs/{const-a6e00383.js → const-7f0072da.js} +1 -1
  205. package/cjs/{const-a6e00383.js.map → const-7f0072da.js.map} +1 -1
  206. package/cjs/{context-44b33dd3.js → context-53321ca8.js} +2 -2
  207. package/cjs/{context-44b33dd3.js.map → context-53321ca8.js.map} +1 -1
  208. package/cjs/dist/index.css +55 -55
  209. package/cjs/dist/index.css.map +1 -1
  210. package/cjs/{index-516fd506.js → index-2f1454d3.js} +4 -4
  211. package/cjs/{index-516fd506.js.map → index-2f1454d3.js.map} +1 -1
  212. package/cjs/{index-60e22fda.js → index-366e803b.js} +2 -2
  213. package/cjs/{index-60e22fda.js.map → index-366e803b.js.map} +1 -1
  214. package/cjs/{index-e1219afa.js → index-410e3830.js} +1 -1
  215. package/cjs/{index-e1219afa.js.map → index-410e3830.js.map} +1 -1
  216. package/cjs/{index-524c737b.js → index-5b038e0a.js} +7 -7
  217. package/cjs/{index-524c737b.js.map → index-5b038e0a.js.map} +1 -1
  218. package/cjs/{index-d955ef72.js → index-724c3303.js} +5 -5
  219. package/cjs/{index-d955ef72.js.map → index-724c3303.js.map} +1 -1
  220. package/cjs/{index-62b2547e.js → index-8decb267.js} +1 -1
  221. package/cjs/{index-62b2547e.js.map → index-8decb267.js.map} +1 -1
  222. package/cjs/{index-5a6f792a.js → index-b8450c3e.js} +2 -2
  223. package/cjs/{index-5a6f792a.js.map → index-b8450c3e.js.map} +1 -1
  224. package/cjs/{index-97da74d8.js → index-c87221b4.js} +2 -2
  225. package/cjs/{index-97da74d8.js.map → index-c87221b4.js.map} +1 -1
  226. package/cjs/{index-164b34e2.js → index-dc68548f.js} +2 -2
  227. package/cjs/{index-164b34e2.js.map → index-dc68548f.js.map} +1 -1
  228. package/cjs/{index-86dc8c89.js → index-df817b42.js} +2 -2
  229. package/cjs/{index-86dc8c89.js.map → index-df817b42.js.map} +1 -1
  230. package/cjs/{index-6a34f936.js → index-f4dea4a9.js} +4 -4
  231. package/cjs/{index-6a34f936.js.map → index-f4dea4a9.js.map} +1 -1
  232. package/cjs/index.js +37 -37
  233. package/cjs/sendbirdSelectors.js +2 -2
  234. package/cjs/{stringSet-d2a0857a.js → stringSet-a0761db5.js} +1 -1
  235. package/cjs/{stringSet-d2a0857a.js.map → stringSet-a0761db5.js.map} +1 -1
  236. package/cjs/{topics-d24712e2.js → topics-5211ea76.js} +1 -1
  237. package/cjs/{topics-d24712e2.js.map → topics-5211ea76.js.map} +1 -1
  238. package/cjs/{tslib.es6-6d1420fc.js → tslib.es6-161eb696.js} +1 -1
  239. package/cjs/{tslib.es6-6d1420fc.js.map → tslib.es6-161eb696.js.map} +1 -1
  240. package/cjs/ui/Accordion.js +3 -3
  241. package/cjs/ui/AccordionGroup.js +2 -2
  242. package/cjs/ui/AdminMessage.js +3 -3
  243. package/cjs/ui/Avatar.js +2 -2
  244. package/cjs/ui/Badge.js +5 -5
  245. package/cjs/ui/BottomSheet.js +1 -1
  246. package/cjs/ui/Button.js +3 -3
  247. package/cjs/ui/ChannelAvatar.js +3 -3
  248. package/cjs/ui/ConnectionStatus.js +4 -4
  249. package/cjs/ui/ContextMenu.js +5 -5
  250. package/cjs/ui/DateSeparator.js +4 -4
  251. package/cjs/ui/EmojiReactions.js +7 -7
  252. package/cjs/ui/FileMessageItemBody.js +6 -6
  253. package/cjs/ui/FileViewer.js +8 -8
  254. package/cjs/ui/IconButton.js +1 -1
  255. package/cjs/ui/ImageRenderer.js +1 -1
  256. package/cjs/ui/Input.js +2 -2
  257. package/cjs/ui/Label.js +2 -2
  258. package/cjs/ui/LinkLabel.js +2 -2
  259. package/cjs/ui/Loader.js +1 -1
  260. package/cjs/ui/MentionLabel.js +11 -11
  261. package/cjs/ui/MessageContent.js +17 -17
  262. package/cjs/ui/MessageInput.js +9 -9
  263. package/cjs/ui/MessageItemMenu.js +7 -7
  264. package/cjs/ui/MessageItemReactionMenu.js +5 -5
  265. package/cjs/ui/MessageSearchFileItem.js +9 -9
  266. package/cjs/ui/MessageSearchItem.js +9 -9
  267. package/cjs/ui/MessageStatus.js +7 -7
  268. package/cjs/ui/Modal.js +7 -7
  269. package/cjs/ui/OGMessageItemBody.js +11 -11
  270. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  271. package/cjs/ui/OpenChannelAvatar.js +6 -6
  272. package/cjs/ui/OpenchannelConversationHeader.js +6 -6
  273. package/cjs/ui/OpenchannelFileMessage.js +16 -16
  274. package/cjs/ui/OpenchannelOGMessage.js +16 -16
  275. package/cjs/ui/OpenchannelThumbnailMessage.js +15 -15
  276. package/cjs/ui/OpenchannelUserMessage.js +16 -16
  277. package/cjs/ui/PlaceHolder.js +6 -6
  278. package/cjs/ui/QuoteMessage.js +6 -6
  279. package/cjs/ui/QuoteMessageInput.js +6 -6
  280. package/cjs/ui/ReactionBadge.js +3 -3
  281. package/cjs/ui/ReactionButton.js +1 -1
  282. package/cjs/ui/SortByRow.js +2 -2
  283. package/cjs/ui/TextButton.js +2 -2
  284. package/cjs/ui/TextMessageItemBody.js +11 -11
  285. package/cjs/ui/ThreadReplies.js +6 -6
  286. package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
  287. package/cjs/ui/Tooltip.js +3 -3
  288. package/cjs/ui/TooltipWrapper.js +1 -1
  289. package/cjs/ui/UnknownMessageItemBody.js +6 -6
  290. package/cjs/ui/UserListItem.js +11 -11
  291. package/cjs/ui/UserProfile.js +10 -10
  292. package/cjs/ui/Word.js +11 -11
  293. package/cjs/{useLongPress-ef333b73.js → useLongPress-c69fb937.js} +3 -3
  294. package/cjs/{useLongPress-ef333b73.js.map → useLongPress-c69fb937.js.map} +1 -1
  295. package/cjs/useSendbirdStateContext.js +1 -1
  296. package/cjs/{utils-e3855c65.js → utils-4bf1b307.js} +2 -2
  297. package/cjs/{utils-e3855c65.js.map → utils-4bf1b307.js.map} +1 -1
  298. package/cjs/{utils-915f0090.js → utils-5b07615a.js} +1 -1
  299. package/cjs/{utils-915f0090.js.map → utils-5b07615a.js.map} +1 -1
  300. package/cjs/{utils-baedbdee.js → utils-8f439708.js} +1 -1
  301. package/cjs/{utils-baedbdee.js.map → utils-8f439708.js.map} +1 -1
  302. package/cjs/{utils-2d7520c0.js → utils-dae87511.js} +1 -1
  303. package/cjs/{utils-2d7520c0.js.map → utils-dae87511.js.map} +1 -1
  304. package/cjs/{uuid-d37cf7ed.js → uuid-9b3e79b6.js} +1 -1
  305. package/cjs/{uuid-d37cf7ed.js.map → uuid-9b3e79b6.js.map} +1 -1
  306. package/cjs/withSendbird.js +1 -1
  307. package/{color-37e730dc.js → color-03483de1.js} +1 -1
  308. package/{color-37e730dc.js.map → color-03483de1.js.map} +1 -1
  309. package/{compareIds-027f7827.js → compareIds-bc043890.js} +1 -1
  310. package/{compareIds-027f7827.js.map → compareIds-bc043890.js.map} +1 -1
  311. package/{const-d024dac3.js → const-40cf6b61.js} +1 -1
  312. package/{const-d024dac3.js.map → const-40cf6b61.js.map} +1 -1
  313. package/{const-2a74285d.js → const-b9e24f71.js} +1 -1
  314. package/{const-2a74285d.js.map → const-b9e24f71.js.map} +1 -1
  315. package/{context-5f9c191c.js → context-079a8fb8.js} +2 -2
  316. package/{context-5f9c191c.js.map → context-079a8fb8.js.map} +1 -1
  317. package/dist/index.css +55 -55
  318. package/dist/index.css.map +1 -1
  319. package/{index-d389c7a9.js → index-0763e689.js} +5 -5
  320. package/{index-d389c7a9.js.map → index-0763e689.js.map} +1 -1
  321. package/{index-1f606f17.js → index-1416d209.js} +1 -1
  322. package/{index-1f606f17.js.map → index-1416d209.js.map} +1 -1
  323. package/{index-d534ec25.js → index-405687af.js} +2 -2
  324. package/{index-d534ec25.js.map → index-405687af.js.map} +1 -1
  325. package/{index-b3397f71.js → index-5fdb6089.js} +2 -2
  326. package/{index-b3397f71.js.map → index-5fdb6089.js.map} +1 -1
  327. package/{index-42de0dfb.js → index-8d05d01b.js} +2 -2
  328. package/{index-42de0dfb.js.map → index-8d05d01b.js.map} +1 -1
  329. package/{index-17ae8d14.js → index-aaefc7fd.js} +2 -2
  330. package/{index-17ae8d14.js.map → index-aaefc7fd.js.map} +1 -1
  331. package/{index-a898398a.js → index-c3ae6094.js} +7 -7
  332. package/{index-a898398a.js.map → index-c3ae6094.js.map} +1 -1
  333. package/{index-a60f06c5.js → index-db7ecf0e.js} +4 -4
  334. package/{index-a60f06c5.js.map → index-db7ecf0e.js.map} +1 -1
  335. package/{index-dcdcf14c.js → index-ec117c56.js} +1 -1
  336. package/{index-dcdcf14c.js.map → index-ec117c56.js.map} +1 -1
  337. package/{index-0572f2ca.js → index-f172edc4.js} +4 -4
  338. package/{index-0572f2ca.js.map → index-f172edc4.js.map} +1 -1
  339. package/{index-bd3b3280.js → index-fd6c31a6.js} +2 -2
  340. package/{index-bd3b3280.js.map → index-fd6c31a6.js.map} +1 -1
  341. package/index.d.ts +1 -1
  342. package/index.js +37 -37
  343. package/package.json +1 -1
  344. package/sendbirdSelectors.js +2 -2
  345. package/{stringSet-10201dfc.js → stringSet-c497f542.js} +1 -1
  346. package/{stringSet-10201dfc.js.map → stringSet-c497f542.js.map} +1 -1
  347. package/{topics-e3fd3d20.js → topics-a94a92d0.js} +1 -1
  348. package/{topics-e3fd3d20.js.map → topics-a94a92d0.js.map} +1 -1
  349. package/{tslib.es6-c8dc26ec.js → tslib.es6-e3446b11.js} +1 -1
  350. package/{tslib.es6-c8dc26ec.js.map → tslib.es6-e3446b11.js.map} +1 -1
  351. package/ui/Accordion.js +3 -3
  352. package/ui/AccordionGroup.js +2 -2
  353. package/ui/AdminMessage.js +3 -3
  354. package/ui/Avatar.js +2 -2
  355. package/ui/Badge.js +5 -5
  356. package/ui/BottomSheet.js +1 -1
  357. package/ui/Button.js +3 -3
  358. package/ui/ChannelAvatar.js +3 -3
  359. package/ui/ConnectionStatus.js +4 -4
  360. package/ui/ContextMenu.js +5 -5
  361. package/ui/DateSeparator.js +4 -4
  362. package/ui/EmojiReactions.js +7 -7
  363. package/ui/FileMessageItemBody.js +6 -6
  364. package/ui/FileViewer.js +8 -8
  365. package/ui/IconButton.js +1 -1
  366. package/ui/ImageRenderer.js +1 -1
  367. package/ui/Input.js +2 -2
  368. package/ui/Label.js +2 -2
  369. package/ui/LinkLabel.js +2 -2
  370. package/ui/Loader.js +1 -1
  371. package/ui/MentionLabel.js +11 -11
  372. package/ui/MessageContent.js +17 -17
  373. package/ui/MessageInput.js +9 -9
  374. package/ui/MessageItemMenu.js +7 -7
  375. package/ui/MessageItemReactionMenu.js +5 -5
  376. package/ui/MessageSearchFileItem.js +9 -9
  377. package/ui/MessageSearchItem.js +9 -9
  378. package/ui/MessageStatus.js +7 -7
  379. package/ui/Modal.js +7 -7
  380. package/ui/OGMessageItemBody.js +11 -11
  381. package/ui/OpenChannelAdminMessage.js +3 -3
  382. package/ui/OpenChannelAvatar.js +6 -6
  383. package/ui/OpenchannelConversationHeader.js +6 -6
  384. package/ui/OpenchannelFileMessage.js +16 -16
  385. package/ui/OpenchannelOGMessage.js +16 -16
  386. package/ui/OpenchannelThumbnailMessage.js +15 -15
  387. package/ui/OpenchannelUserMessage.js +16 -16
  388. package/ui/PlaceHolder.js +6 -6
  389. package/ui/QuoteMessage.js +6 -6
  390. package/ui/QuoteMessageInput.js +6 -6
  391. package/ui/ReactionBadge.js +3 -3
  392. package/ui/ReactionButton.js +1 -1
  393. package/ui/SortByRow.js +2 -2
  394. package/ui/TextButton.js +2 -2
  395. package/ui/TextMessageItemBody.js +11 -11
  396. package/ui/ThreadReplies.js +6 -6
  397. package/ui/ThumbnailMessageItemBody.js +2 -2
  398. package/ui/Tooltip.js +3 -3
  399. package/ui/TooltipWrapper.js +1 -1
  400. package/ui/UnknownMessageItemBody.js +6 -6
  401. package/ui/UserListItem.js +11 -11
  402. package/ui/UserProfile.js +10 -10
  403. package/ui/Word.js +11 -11
  404. package/{useLongPress-ffc9f017.js → useLongPress-386b197e.js} +3 -3
  405. package/{useLongPress-ffc9f017.js.map → useLongPress-386b197e.js.map} +1 -1
  406. package/useSendbirdStateContext.js +1 -1
  407. package/{utils-b2638577.js → utils-888c0f86.js} +1 -1
  408. package/{utils-b2638577.js.map → utils-888c0f86.js.map} +1 -1
  409. package/{utils-36582b62.js → utils-a87dc9ca.js} +2 -2
  410. package/{utils-36582b62.js.map → utils-a87dc9ca.js.map} +1 -1
  411. package/{utils-5d01b90d.js → utils-dff6caba.js} +1 -1
  412. package/{utils-5d01b90d.js.map → utils-dff6caba.js.map} +1 -1
  413. package/{utils-363173f4.js → utils-fce84ee4.js} +1 -1
  414. package/{utils-363173f4.js.map → utils-fce84ee4.js.map} +1 -1
  415. package/{uuid-8e0cd64d.js → uuid-6a82e06a.js} +1 -1
  416. package/{uuid-8e0cd64d.js.map → uuid-6a82e06a.js.map} +1 -1
  417. package/withSendbird.js +1 -1
  418. package/_rollupPluginBabelHelpers-7f3d07b7.js.map +0 -1
  419. package/cjs/_rollupPluginBabelHelpers-b1ccabbe.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-df31e6ef.js.map
52
+ //# sourceMappingURL=UserProfileContext-b09bb0f4.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UserProfileContext-df31e6ef.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-b09bb0f4.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-b1ccabbe.js.map
63
+ //# sourceMappingURL=_rollupPluginBabelHelpers-91bc23d1.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_rollupPluginBabelHelpers-91bc23d1.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-5a7932a4.js.map
10
+ //# sourceMappingURL=actionTypes-a4bd7472.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"actionTypes-5a7932a4.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-a4bd7472.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-80581acc.js.map
45
+ //# sourceMappingURL=color-a2ced3b3.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"color-80581acc.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-a2ced3b3.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-c1ed13c2.js.map
18
+ //# sourceMappingURL=compareIds-439a1ef3.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"compareIds-c1ed13c2.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-439a1ef3.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-b5e38e4b.js.map
22
+ //# sourceMappingURL=const-5638239e.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"const-b5e38e4b.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-5638239e.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-a6e00383.js.map
20
+ //# sourceMappingURL=const-7f0072da.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"const-a6e00383.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-7f0072da.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-2d7520c0.js');
4
+ var utils = require('./utils-dae87511.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-44b33dd3.js.map
19
+ //# sourceMappingURL=context-53321ca8.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"context-44b33dd3.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-53321ca8.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;