@sendbird/uikit-react 3.3.5 → 3.3.7-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +34 -34
- package/CHANGELOG.md +99 -0
- package/Channel/components/ChannelHeader.js +18 -18
- package/Channel/components/ChannelUI.js +27 -27
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +24 -24
- package/Channel/components/MessageInput.js +16 -16
- package/Channel/components/MessageList.js +25 -25
- package/Channel/components/RemoveMessageModal.js +16 -16
- package/Channel/components/SuggestedMentionList.js +16 -16
- package/Channel/components/TypingIndicator.js +14 -14
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +13 -13
- package/Channel.js +27 -27
- package/ChannelList/components/AddChannel.js +15 -15
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +28 -28
- package/ChannelList/components/ChannelPreview.js +24 -24
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +29 -28
- package/ChannelList.js.map +1 -1
- package/{ChannelListProvider-18fd6872.js → ChannelListProvider-e7339d8c.js} +67 -12
- package/ChannelListProvider-e7339d8c.js.map +1 -0
- package/{ChannelProvider-e50a1789.js → ChannelProvider-16c5544e.js} +36 -32
- package/ChannelProvider-16c5544e.js.map +1 -0
- package/ChannelSettings/components/ChannelProfile.js +12 -12
- package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/ChannelSettings/components/EditDetailsModal.js +12 -12
- package/ChannelSettings/components/LeaveChannel.js +12 -12
- package/ChannelSettings/components/ModerationPanel.js +15 -15
- package/ChannelSettings/components/UserListItem.js +11 -11
- package/ChannelSettings/components/UserPanel.js +14 -14
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +18 -18
- package/CreateChannel/components/CreateChannelUI.js +14 -14
- package/CreateChannel/components/InviteUsers.js +14 -14
- package/CreateChannel/components/SelectChannelType.js +11 -11
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +14 -14
- package/{CreateChannelProvider-6f5eec3d.js → CreateChannelProvider-1aa2025b.js} +1 -1
- package/{CreateChannelProvider-6f5eec3d.js.map → CreateChannelProvider-1aa2025b.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +10 -10
- package/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/EditUserProfile.js +13 -13
- package/{LocalizationContext-299b1d45.js → LocalizationContext-c8119a4d.js} +3 -3
- package/{LocalizationContext-299b1d45.js.map → LocalizationContext-c8119a4d.js.map} +1 -1
- package/{MediaQueryContext-84b087e0.js → MediaQueryContext-14f0e614.js} +1 -1
- package/{MediaQueryContext-84b087e0.js.map → MediaQueryContext-14f0e614.js.map} +1 -1
- package/{MemberList-5f71656b.js → MemberList-d87a1b9a.js} +13 -6
- package/MemberList-d87a1b9a.js.map +1 -0
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +35 -33
- package/MessageSearch/context.js.map +1 -1
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +13 -13
- package/OpenChannel/components/OpenChannelInput.js +15 -15
- package/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/OpenChannel/components/OpenChannelUI.js +24 -24
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +24 -24
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/OpenChannelList/context.js +4 -4
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-a70a09f8.js → OpenChannelListProvider-7141158c.js} +3 -3
- package/{OpenChannelListProvider-a70a09f8.js.map → OpenChannelListProvider-7141158c.js.map} +1 -1
- package/{OpenChannelProvider-a0d666c6.js → OpenChannelProvider-f5d93311.js} +7 -7
- package/{OpenChannelProvider-a0d666c6.js.map → OpenChannelProvider-f5d93311.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
- package/OpenChannelSettings/components/OperatorUI.js +17 -17
- package/OpenChannelSettings/components/ParticipantUI.js +15 -15
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +18 -18
- package/{RemoveMessageModal-2f571cc3.js → RemoveMessageModal-afad72a1.js} +3 -3
- package/{RemoveMessageModal-2f571cc3.js.map → RemoveMessageModal-afad72a1.js.map} +1 -1
- package/SendbirdProvider.js +11 -14
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +21 -21
- package/Thread/components/ParentMessageInfoItem.js +14 -14
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +24 -24
- package/Thread/components/ThreadListItem.js +24 -24
- package/Thread/components/ThreadMessageInput.js +16 -16
- package/Thread/components/ThreadUI.js +26 -26
- package/Thread/context.js +8 -8
- package/Thread.js +26 -26
- package/{ThreadProvider-b6a76698.js → ThreadProvider-611aaf8b.js} +6 -6
- package/{ThreadProvider-b6a76698.js.map → ThreadProvider-611aaf8b.js.map} +1 -1
- package/{UserProfileContext-53d89b5e.js → UserProfileContext-82be3db3.js} +1 -1
- package/{UserProfileContext-53d89b5e.js.map → UserProfileContext-82be3db3.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-d746227b.js → _rollupPluginBabelHelpers-03564bc5.js} +1 -1
- package/_rollupPluginBabelHelpers-03564bc5.js.map +1 -0
- package/{actionTypes-77c96dff.js → actionTypes-9d11a9b7.js} +1 -1
- package/{actionTypes-77c96dff.js.map → actionTypes-9d11a9b7.js.map} +1 -1
- package/cjs/App.js +34 -34
- package/cjs/Channel/components/ChannelHeader.js +18 -18
- package/cjs/Channel/components/ChannelUI.js +27 -27
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +24 -24
- package/cjs/Channel/components/MessageInput.js +16 -16
- package/cjs/Channel/components/MessageList.js +25 -25
- package/cjs/Channel/components/RemoveMessageModal.js +16 -16
- package/cjs/Channel/components/SuggestedMentionList.js +16 -16
- package/cjs/Channel/components/TypingIndicator.js +14 -14
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +13 -13
- package/cjs/Channel.js +27 -27
- package/cjs/ChannelList/components/AddChannel.js +15 -15
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +28 -28
- package/cjs/ChannelList/components/ChannelPreview.js +24 -24
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +29 -28
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/{ChannelListProvider-f2606052.js → ChannelListProvider-a487db78.js} +66 -11
- package/cjs/ChannelListProvider-a487db78.js.map +1 -0
- package/cjs/{ChannelProvider-beea5a02.js → ChannelProvider-fd6409a8.js} +36 -32
- package/cjs/ChannelProvider-fd6409a8.js.map +1 -0
- package/cjs/ChannelSettings/components/ChannelProfile.js +12 -12
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/cjs/ChannelSettings/components/EditDetailsModal.js +12 -12
- package/cjs/ChannelSettings/components/LeaveChannel.js +12 -12
- package/cjs/ChannelSettings/components/ModerationPanel.js +15 -15
- package/cjs/ChannelSettings/components/UserListItem.js +11 -11
- package/cjs/ChannelSettings/components/UserPanel.js +14 -14
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +18 -18
- package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
- package/cjs/CreateChannel/components/InviteUsers.js +14 -14
- package/cjs/CreateChannel/components/SelectChannelType.js +11 -11
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +14 -14
- package/cjs/{CreateChannelProvider-c123ffbb.js → CreateChannelProvider-ac23f4d9.js} +1 -1
- package/cjs/{CreateChannelProvider-c123ffbb.js.map → CreateChannelProvider-ac23f4d9.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +10 -10
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/cjs/EditUserProfile.js +13 -13
- package/cjs/{LocalizationContext-caedb682.js → LocalizationContext-ace09ab6.js} +3 -3
- package/cjs/{LocalizationContext-caedb682.js.map → LocalizationContext-ace09ab6.js.map} +1 -1
- package/cjs/{MediaQueryContext-cdba25c1.js → MediaQueryContext-4c243ae6.js} +1 -1
- package/cjs/{MediaQueryContext-cdba25c1.js.map → MediaQueryContext-4c243ae6.js.map} +1 -1
- package/cjs/{MemberList-45fcb966.js → MemberList-39afb1a2.js} +13 -6
- package/cjs/MemberList-39afb1a2.js.map +1 -0
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +35 -33
- package/cjs/MessageSearch/context.js.map +1 -1
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +13 -13
- package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
- package/cjs/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/cjs/OpenChannel/components/OpenChannelUI.js +24 -24
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +24 -24
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/cjs/OpenChannelList/context.js +4 -4
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-133cc0e6.js → OpenChannelListProvider-3b3f26a6.js} +3 -3
- package/cjs/{OpenChannelListProvider-133cc0e6.js.map → OpenChannelListProvider-3b3f26a6.js.map} +1 -1
- package/cjs/{OpenChannelProvider-ee813f9e.js → OpenChannelProvider-1120b4b2.js} +7 -7
- package/cjs/{OpenChannelProvider-ee813f9e.js.map → OpenChannelProvider-1120b4b2.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
- package/cjs/OpenChannelSettings/components/OperatorUI.js +17 -17
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -15
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +18 -18
- package/cjs/{RemoveMessageModal-497e1a76.js → RemoveMessageModal-38503b81.js} +3 -3
- package/cjs/{RemoveMessageModal-497e1a76.js.map → RemoveMessageModal-38503b81.js.map} +1 -1
- package/cjs/SendbirdProvider.js +11 -14
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +21 -21
- package/cjs/Thread/components/ParentMessageInfoItem.js +14 -14
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +24 -24
- package/cjs/Thread/components/ThreadListItem.js +24 -24
- package/cjs/Thread/components/ThreadMessageInput.js +16 -16
- package/cjs/Thread/components/ThreadUI.js +26 -26
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +26 -26
- package/cjs/{ThreadProvider-8b5092ee.js → ThreadProvider-bc8ea720.js} +6 -6
- package/cjs/{ThreadProvider-8b5092ee.js.map → ThreadProvider-bc8ea720.js.map} +1 -1
- package/cjs/{UserProfileContext-80409a4d.js → UserProfileContext-fae16479.js} +1 -1
- package/cjs/{UserProfileContext-80409a4d.js.map → UserProfileContext-fae16479.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-41d3db2d.js → _rollupPluginBabelHelpers-02902127.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-02902127.js.map +1 -0
- package/cjs/{actionTypes-697b5dfb.js → actionTypes-e130fb57.js} +1 -1
- package/cjs/{actionTypes-697b5dfb.js.map → actionTypes-e130fb57.js.map} +1 -1
- package/cjs/{color-d7217651.js → color-536225b3.js} +1 -1
- package/cjs/{color-d7217651.js.map → color-536225b3.js.map} +1 -1
- package/cjs/{compareIds-caa9f926.js → compareIds-9feec0fb.js} +1 -1
- package/cjs/{compareIds-caa9f926.js.map → compareIds-9feec0fb.js.map} +1 -1
- package/cjs/{const-4235b5b5.js → const-08c0a380.js} +1 -1
- package/cjs/{const-4235b5b5.js.map → const-08c0a380.js.map} +1 -1
- package/cjs/{const-4ba60f84.js → const-a8ea4bc8.js} +1 -1
- package/cjs/{const-4ba60f84.js.map → const-a8ea4bc8.js.map} +1 -1
- package/cjs/{context-867cb427.js → context-b13ff74a.js} +2 -2
- package/cjs/{context-867cb427.js.map → context-b13ff74a.js.map} +1 -1
- package/cjs/dist/index.css +144 -141
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-50984f15.js → index-2757696a.js} +3 -3
- package/cjs/{index-50984f15.js.map → index-2757696a.js.map} +1 -1
- package/cjs/{index-29e1117f.js → index-33462597.js} +7 -7
- package/cjs/{index-29e1117f.js.map → index-33462597.js.map} +1 -1
- package/cjs/{index-f0df9942.js → index-3e6ea382.js} +5 -5
- package/cjs/{index-f0df9942.js.map → index-3e6ea382.js.map} +1 -1
- package/cjs/{index-e01cd4a9.js → index-4d328360.js} +1 -1
- package/cjs/{index-e01cd4a9.js.map → index-4d328360.js.map} +1 -1
- package/cjs/{index-c6abe71b.js → index-6dd24635.js} +4 -4
- package/cjs/{index-c6abe71b.js.map → index-6dd24635.js.map} +1 -1
- package/cjs/{index-230cddde.js → index-8acf124b.js} +2 -2
- package/cjs/{index-230cddde.js.map → index-8acf124b.js.map} +1 -1
- package/cjs/{index-476f089f.js → index-8b16d134.js} +2 -2
- package/cjs/{index-476f089f.js.map → index-8b16d134.js.map} +1 -1
- package/cjs/{index-ceb058fa.js → index-a3ec84b4.js} +2 -2
- package/cjs/{index-ceb058fa.js.map → index-a3ec84b4.js.map} +1 -1
- package/cjs/{index-d47bc642.js → index-a434a147.js} +1 -1
- package/cjs/{index-d47bc642.js.map → index-a434a147.js.map} +1 -1
- package/cjs/{index-942c3f15.js → index-c4000ca9.js} +2 -2
- package/cjs/{index-942c3f15.js.map → index-c4000ca9.js.map} +1 -1
- package/cjs/{index-bec34de9.js → index-e30cba63.js} +7 -7
- package/cjs/{index-bec34de9.js.map → index-e30cba63.js.map} +1 -1
- package/cjs/{index-06816ee5.js → index-e9624ce0.js} +2 -2
- package/cjs/{index-06816ee5.js.map → index-e9624ce0.js.map} +1 -1
- package/cjs/index.js +38 -38
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-af541fde.js → stringSet-6f1ae22f.js} +1 -1
- package/cjs/{stringSet-af541fde.js.map → stringSet-6f1ae22f.js.map} +1 -1
- package/cjs/{topics-33f5f434.js → topics-27e1fae9.js} +1 -1
- package/cjs/{topics-33f5f434.js.map → topics-27e1fae9.js.map} +1 -1
- package/cjs/{tslib.es6-f1d22d7f.js → tslib.es6-0626ad00.js} +1 -1
- package/cjs/{tslib.es6-f1d22d7f.js.map → tslib.es6-0626ad00.js.map} +1 -1
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +2 -2
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +1 -1
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +3 -3
- package/cjs/ui/Checkbox.js +5 -4
- package/cjs/ui/Checkbox.js.map +1 -1
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +1 -1
- package/cjs/ui/Input.js +2 -2
- package/cjs/ui/Label.js +2 -2
- package/cjs/ui/LinkLabel.js +2 -2
- package/cjs/ui/Loader.js +1 -1
- package/cjs/ui/MentionLabel.js +11 -11
- package/cjs/ui/MessageContent.js +20 -20
- package/cjs/ui/MessageInput.js +9 -9
- package/cjs/ui/MessageItemMenu.js +7 -7
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +9 -9
- package/cjs/ui/MessageSearchItem.js +9 -9
- package/cjs/ui/MessageStatus.js +10 -10
- package/cjs/ui/Modal.js +7 -7
- package/cjs/ui/OGMessageItemBody.js +11 -11
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +6 -6
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +16 -16
- package/cjs/ui/OpenchannelOGMessage.js +16 -16
- package/cjs/ui/OpenchannelThumbnailMessage.js +15 -15
- package/cjs/ui/OpenchannelUserMessage.js +16 -16
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/QuoteMessage.js +6 -6
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +1 -1
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +11 -11
- package/cjs/ui/ThreadReplies.js +6 -6
- package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +11 -11
- package/cjs/ui/UserProfile.js +10 -10
- package/cjs/ui/Word.js +11 -11
- package/cjs/{useLongPress-72c5c822.js → useLongPress-a90dd2a4.js} +3 -3
- package/cjs/{useLongPress-72c5c822.js.map → useLongPress-a90dd2a4.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-68a6f93a.js → utils-00ef5b9d.js} +1 -1
- package/cjs/{utils-68a6f93a.js.map → utils-00ef5b9d.js.map} +1 -1
- package/cjs/{utils-b01aea7a.js → utils-5e8af8fc.js} +2 -2
- package/cjs/{utils-b01aea7a.js.map → utils-5e8af8fc.js.map} +1 -1
- package/cjs/{utils-33e5dfc7.js → utils-aa1a4288.js} +1 -1
- package/cjs/{utils-33e5dfc7.js.map → utils-aa1a4288.js.map} +1 -1
- package/cjs/{utils-d652183b.js → utils-b5452f20.js} +1 -1
- package/cjs/{utils-d652183b.js.map → utils-b5452f20.js.map} +1 -1
- package/cjs/{uuid-2c11c530.js → uuid-4673dc04.js} +1 -1
- package/cjs/{uuid-2c11c530.js.map → uuid-4673dc04.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-a6ad5b2f.js → color-2afb534d.js} +1 -1
- package/{color-a6ad5b2f.js.map → color-2afb534d.js.map} +1 -1
- package/{compareIds-4e3d3f6c.js → compareIds-14eda0e2.js} +1 -1
- package/{compareIds-4e3d3f6c.js.map → compareIds-14eda0e2.js.map} +1 -1
- package/{const-c982283f.js → const-82f390fb.js} +1 -1
- package/{const-c982283f.js.map → const-82f390fb.js.map} +1 -1
- package/{const-40f65aaf.js → const-894c1f7a.js} +1 -1
- package/{const-40f65aaf.js.map → const-894c1f7a.js.map} +1 -1
- package/{context-fa809401.js → context-6ea94634.js} +2 -2
- package/{context-fa809401.js.map → context-6ea94634.js.map} +1 -1
- package/dist/index.css +144 -141
- package/dist/index.css.map +1 -1
- package/{index-256d00f1.js → index-1c7f1933.js} +2 -2
- package/{index-256d00f1.js.map → index-1c7f1933.js.map} +1 -1
- package/{index-eff254f0.js → index-39a6d05a.js} +5 -5
- package/{index-eff254f0.js.map → index-39a6d05a.js.map} +1 -1
- package/{index-b714065b.js → index-42d42ed5.js} +7 -7
- package/{index-b714065b.js.map → index-42d42ed5.js.map} +1 -1
- package/{index-58485e08.js → index-47ffbb65.js} +2 -2
- package/{index-58485e08.js.map → index-47ffbb65.js.map} +1 -1
- package/{index-b16ab63e.js → index-51deabbf.js} +2 -2
- package/{index-b16ab63e.js.map → index-51deabbf.js.map} +1 -1
- package/{index-924f6629.js → index-5a6b11d2.js} +4 -4
- package/{index-924f6629.js.map → index-5a6b11d2.js.map} +1 -1
- package/{index-14786153.js → index-85ae7001.js} +1 -1
- package/{index-14786153.js.map → index-85ae7001.js.map} +1 -1
- package/{index-098867a9.js → index-aebde211.js} +7 -7
- package/{index-098867a9.js.map → index-aebde211.js.map} +1 -1
- package/{index-856dc0bd.js → index-b5461a88.js} +3 -3
- package/{index-856dc0bd.js.map → index-b5461a88.js.map} +1 -1
- package/{index-4da1ff3b.js → index-c8f0ed84.js} +2 -2
- package/{index-4da1ff3b.js.map → index-c8f0ed84.js.map} +1 -1
- package/{index-a8115de7.js → index-e8a6a0df.js} +2 -2
- package/{index-a8115de7.js.map → index-e8a6a0df.js.map} +1 -1
- package/{index-f0cb5427.js → index-fde13261.js} +1 -1
- package/{index-f0cb5427.js.map → index-fde13261.js.map} +1 -1
- package/index.d.ts +2 -1
- package/index.js +38 -38
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-8039f73a.js → stringSet-9fae0b1d.js} +1 -1
- package/{stringSet-8039f73a.js.map → stringSet-9fae0b1d.js.map} +1 -1
- package/{topics-948f8346.js → topics-2392c733.js} +1 -1
- package/{topics-948f8346.js.map → topics-2392c733.js.map} +1 -1
- package/{tslib.es6-ea477498.js → tslib.es6-0713b47f.js} +1 -1
- package/{tslib.es6-ea477498.js.map → tslib.es6-0713b47f.js.map} +1 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +2 -2
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +1 -1
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +3 -3
- package/ui/Checkbox.js +5 -4
- package/ui/Checkbox.js.map +1 -1
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +7 -7
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/Loader.js +1 -1
- package/ui/MentionLabel.js +11 -11
- package/ui/MessageContent.js +20 -20
- package/ui/MessageInput.js +9 -9
- package/ui/MessageItemMenu.js +7 -7
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +9 -9
- package/ui/MessageSearchItem.js +9 -9
- package/ui/MessageStatus.js +10 -10
- package/ui/Modal.js +7 -7
- package/ui/OGMessageItemBody.js +11 -11
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +6 -6
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +16 -16
- package/ui/OpenchannelOGMessage.js +16 -16
- package/ui/OpenchannelThumbnailMessage.js +15 -15
- package/ui/OpenchannelUserMessage.js +16 -16
- package/ui/PlaceHolder.js +6 -6
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +1 -1
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +11 -11
- package/ui/ThreadReplies.js +6 -6
- package/ui/ThumbnailMessageItemBody.js +2 -2
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +11 -11
- package/ui/UserProfile.js +10 -10
- package/ui/Word.js +11 -11
- package/{useLongPress-2fbbada1.js → useLongPress-b4ff7ad2.js} +3 -3
- package/{useLongPress-2fbbada1.js.map → useLongPress-b4ff7ad2.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/{utils-437f34f2.js → utils-aca630a5.js} +1 -1
- package/{utils-437f34f2.js.map → utils-aca630a5.js.map} +1 -1
- package/{utils-119c0f8a.js → utils-c1217a88.js} +2 -2
- package/{utils-119c0f8a.js.map → utils-c1217a88.js.map} +1 -1
- package/{utils-9b75cf2c.js → utils-e8644eb2.js} +1 -1
- package/{utils-9b75cf2c.js.map → utils-e8644eb2.js.map} +1 -1
- package/{utils-51dfc7e7.js → utils-feb3f5f5.js} +1 -1
- package/{utils-51dfc7e7.js.map → utils-feb3f5f5.js.map} +1 -1
- package/{uuid-2d756af4.js → uuid-715c0b7d.js} +1 -1
- package/{uuid-2d756af4.js.map → uuid-715c0b7d.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelListProvider-18fd6872.js.map +0 -1
- package/ChannelProvider-e50a1789.js.map +0 -1
- package/MemberList-5f71656b.js.map +0 -1
- package/_rollupPluginBabelHelpers-d746227b.js.map +0 -1
- package/cjs/ChannelListProvider-f2606052.js.map +0 -1
- package/cjs/ChannelProvider-beea5a02.js.map +0 -1
- package/cjs/MemberList-45fcb966.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-41d3db2d.js.map +0 -1
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
import React__default, { useState, useMemo } from 'react';
|
|
2
|
-
import { i as isSameDay } from '../../index-
|
|
3
|
-
import { u as useChannelContext, c as compareMessagesForGrouping, i as isAboutSame } from '../../ChannelProvider-
|
|
4
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
2
|
+
import { i as isSameDay } from '../../index-47ffbb65.js';
|
|
3
|
+
import { u as useChannelContext, c as compareMessagesForGrouping, i as isAboutSame } from '../../ChannelProvider-16c5544e.js';
|
|
4
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-5a6b11d2.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
6
|
import Message from './Message.js';
|
|
7
|
-
import { u as uuidv4 } from '../../uuid-
|
|
8
|
-
import '../../index-
|
|
9
|
-
import '../../index-
|
|
10
|
-
import '../../UserProfileContext-
|
|
7
|
+
import { u as uuidv4 } from '../../uuid-715c0b7d.js';
|
|
8
|
+
import '../../index-e8a6a0df.js';
|
|
9
|
+
import '../../index-85ae7001.js';
|
|
10
|
+
import '../../UserProfileContext-82be3db3.js';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
import '../../useSendbirdStateContext.js';
|
|
13
13
|
import '../../withSendbird.js';
|
|
14
|
-
import '../../_rollupPluginBabelHelpers-
|
|
15
|
-
import '../../topics-
|
|
16
|
-
import '../../index-
|
|
17
|
-
import '../../tslib.es6-
|
|
14
|
+
import '../../_rollupPluginBabelHelpers-03564bc5.js';
|
|
15
|
+
import '../../topics-2392c733.js';
|
|
16
|
+
import '../../index-51deabbf.js';
|
|
17
|
+
import '../../tslib.es6-0713b47f.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../compareIds-
|
|
20
|
-
import '../../const-
|
|
19
|
+
import '../../compareIds-14eda0e2.js';
|
|
20
|
+
import '../../const-894c1f7a.js';
|
|
21
21
|
import '@sendbird/chat/groupChannel';
|
|
22
22
|
import '@sendbird/chat/message';
|
|
23
23
|
import '../../ui/ContextMenu.js';
|
|
24
24
|
import 'react-dom';
|
|
25
25
|
import '../../ui/SortByRow.js';
|
|
26
|
-
import '../../index-
|
|
27
|
-
import '../../stringSet-
|
|
26
|
+
import '../../index-1c7f1933.js';
|
|
27
|
+
import '../../stringSet-9fae0b1d.js';
|
|
28
28
|
import '../../ui/ReactionButton.js';
|
|
29
29
|
import '../../ui/ImageRenderer.js';
|
|
30
|
-
import '../../LocalizationContext-
|
|
30
|
+
import '../../LocalizationContext-c8119a4d.js';
|
|
31
31
|
import '../../ui/Loader.js';
|
|
32
32
|
import './SuggestedMentionList.js';
|
|
33
33
|
import '../../ui/Avatar.js';
|
|
34
|
-
import '../../const-
|
|
35
|
-
import '../../ThreadProvider-
|
|
34
|
+
import '../../const-82f390fb.js';
|
|
35
|
+
import '../../ThreadProvider-611aaf8b.js';
|
|
36
36
|
import '../../Thread/context/types.js';
|
|
37
37
|
import '@sendbird/chat';
|
|
38
38
|
import '../../ui/DateSeparator.js';
|
|
39
|
-
import '../../color-
|
|
39
|
+
import '../../color-2afb534d.js';
|
|
40
40
|
import '../../ui/MessageInput.js';
|
|
41
41
|
import 'react-dom/server';
|
|
42
42
|
import '../../ui/IconButton.js';
|
|
@@ -45,9 +45,9 @@ import '../../ui/MentionUserLabel.js';
|
|
|
45
45
|
import '../../ui/MessageContent.js';
|
|
46
46
|
import '../../ui/UserProfile.js';
|
|
47
47
|
import '../../sendbirdSelectors.js';
|
|
48
|
-
import '../../utils-
|
|
49
|
-
import '../../index-
|
|
50
|
-
import '../../index-
|
|
48
|
+
import '../../utils-aca630a5.js';
|
|
49
|
+
import '../../index-aebde211.js';
|
|
50
|
+
import '../../index-b5461a88.js';
|
|
51
51
|
import '../../ui/MessageItemMenu.js';
|
|
52
52
|
import '../../ui/MessageItemReactionMenu.js';
|
|
53
53
|
import '../../ui/EmojiReactions.js';
|
|
@@ -61,14 +61,14 @@ import '../../ui/LinkLabel.js';
|
|
|
61
61
|
import '../../ui/MentionLabel.js';
|
|
62
62
|
import '../../ui/FileMessageItemBody.js';
|
|
63
63
|
import '../../ui/TextButton.js';
|
|
64
|
-
import '../../MediaQueryContext-
|
|
64
|
+
import '../../MediaQueryContext-14f0e614.js';
|
|
65
65
|
import '../../ui/ThumbnailMessageItemBody.js';
|
|
66
66
|
import '../../ui/OGMessageItemBody.js';
|
|
67
67
|
import '../../ui/UnknownMessageItemBody.js';
|
|
68
68
|
import '../../ui/QuoteMessage.js';
|
|
69
|
-
import '../../useLongPress-
|
|
69
|
+
import '../../useLongPress-b4ff7ad2.js';
|
|
70
70
|
import '../../ui/BottomSheet.js';
|
|
71
|
-
import '../../index-
|
|
71
|
+
import '../../index-fde13261.js';
|
|
72
72
|
import '../../ui/ThreadReplies.js';
|
|
73
73
|
import './FileViewer.js';
|
|
74
74
|
import './RemoveMessageModal.js';
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import Modal from '../../ui/Modal.js';
|
|
3
3
|
import { ButtonTypes } from '../../ui/Button.js';
|
|
4
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
5
|
-
import { u as useChannelContext } from '../../ChannelProvider-
|
|
4
|
+
import { a as LocalizationContext } from '../../LocalizationContext-c8119a4d.js';
|
|
5
|
+
import { u as useChannelContext } from '../../ChannelProvider-16c5544e.js';
|
|
6
6
|
import 'react-dom';
|
|
7
|
-
import '../../index-
|
|
7
|
+
import '../../index-fde13261.js';
|
|
8
8
|
import '../../ui/Icon.js';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
import '../../ui/IconButton.js';
|
|
11
|
-
import '../../tslib.es6-
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../MediaQueryContext-
|
|
15
|
-
import '../../index-
|
|
16
|
-
import '../../UserProfileContext-
|
|
11
|
+
import '../../tslib.es6-0713b47f.js';
|
|
12
|
+
import '../../index-1c7f1933.js';
|
|
13
|
+
import '../../stringSet-9fae0b1d.js';
|
|
14
|
+
import '../../MediaQueryContext-14f0e614.js';
|
|
15
|
+
import '../../index-85ae7001.js';
|
|
16
|
+
import '../../UserProfileContext-82be3db3.js';
|
|
17
17
|
import '../../useSendbirdStateContext.js';
|
|
18
18
|
import '../../withSendbird.js';
|
|
19
|
-
import '../../_rollupPluginBabelHelpers-
|
|
20
|
-
import '../../index-
|
|
21
|
-
import '../../topics-
|
|
22
|
-
import '../../index-
|
|
19
|
+
import '../../_rollupPluginBabelHelpers-03564bc5.js';
|
|
20
|
+
import '../../index-e8a6a0df.js';
|
|
21
|
+
import '../../topics-2392c733.js';
|
|
22
|
+
import '../../index-51deabbf.js';
|
|
23
23
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
24
|
-
import '../../compareIds-
|
|
25
|
-
import '../../const-
|
|
24
|
+
import '../../compareIds-14eda0e2.js';
|
|
25
|
+
import '../../const-894c1f7a.js';
|
|
26
26
|
import '@sendbird/chat/groupChannel';
|
|
27
|
-
import '../../uuid-
|
|
27
|
+
import '../../uuid-715c0b7d.js';
|
|
28
28
|
import '@sendbird/chat/message';
|
|
29
29
|
import '../../ui/ContextMenu.js';
|
|
30
30
|
import '../../ui/SortByRow.js';
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import React__default, { useRef, useContext, useEffect, useMemo, useState } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-1c7f1933.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
4
4
|
import Avatar from '../../ui/Avatar.js';
|
|
5
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
-
import { u as uuidv4 } from '../../uuid-
|
|
7
|
-
import { u as useChannelContext } from '../../ChannelProvider-
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-c8119a4d.js';
|
|
6
|
+
import { u as uuidv4 } from '../../uuid-715c0b7d.js';
|
|
7
|
+
import { u as useChannelContext } from '../../ChannelProvider-16c5544e.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { U as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-
|
|
10
|
-
import { M as MessageInputKeys } from '../../const-
|
|
11
|
-
import { u as useThreadContext } from '../../ThreadProvider-
|
|
9
|
+
import { U as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-894c1f7a.js';
|
|
10
|
+
import { M as MessageInputKeys } from '../../const-82f390fb.js';
|
|
11
|
+
import { u as useThreadContext } from '../../ThreadProvider-611aaf8b.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../tslib.es6-
|
|
13
|
+
import '../../stringSet-9fae0b1d.js';
|
|
14
|
+
import '../../tslib.es6-0713b47f.js';
|
|
15
15
|
import '../../ui/ImageRenderer.js';
|
|
16
|
-
import '../../index-
|
|
17
|
-
import '../../UserProfileContext-
|
|
18
|
-
import '../../index-
|
|
19
|
-
import '../../topics-
|
|
20
|
-
import '../../index-
|
|
16
|
+
import '../../index-85ae7001.js';
|
|
17
|
+
import '../../UserProfileContext-82be3db3.js';
|
|
18
|
+
import '../../index-e8a6a0df.js';
|
|
19
|
+
import '../../topics-2392c733.js';
|
|
20
|
+
import '../../index-51deabbf.js';
|
|
21
21
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
22
|
-
import '../../_rollupPluginBabelHelpers-
|
|
23
|
-
import '../../compareIds-
|
|
22
|
+
import '../../_rollupPluginBabelHelpers-03564bc5.js';
|
|
23
|
+
import '../../compareIds-14eda0e2.js';
|
|
24
24
|
import '@sendbird/chat/groupChannel';
|
|
25
25
|
import '@sendbird/chat/message';
|
|
26
26
|
import '../../ui/ContextMenu.js';
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import React__default, { useContext, useState, useEffect } from 'react';
|
|
2
2
|
import { GroupChannelHandler } from '@sendbird/chat/groupChannel';
|
|
3
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
4
|
-
import { u as uuidv4 } from '../../uuid-
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
6
|
-
import { u as useChannelContext } from '../../ChannelProvider-
|
|
3
|
+
import { a as LocalizationContext } from '../../LocalizationContext-c8119a4d.js';
|
|
4
|
+
import { u as uuidv4 } from '../../uuid-715c0b7d.js';
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-1c7f1933.js';
|
|
6
|
+
import { u as useChannelContext } from '../../ChannelProvider-16c5544e.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
|
-
import '../../stringSet-
|
|
9
|
-
import '../../index-
|
|
8
|
+
import '../../stringSet-9fae0b1d.js';
|
|
9
|
+
import '../../index-85ae7001.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../../UserProfileContext-
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../topics-
|
|
14
|
-
import '../../index-
|
|
15
|
-
import '../../tslib.es6-
|
|
11
|
+
import '../../UserProfileContext-82be3db3.js';
|
|
12
|
+
import '../../index-e8a6a0df.js';
|
|
13
|
+
import '../../topics-2392c733.js';
|
|
14
|
+
import '../../index-51deabbf.js';
|
|
15
|
+
import '../../tslib.es6-0713b47f.js';
|
|
16
16
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
17
|
-
import '../../_rollupPluginBabelHelpers-
|
|
18
|
-
import '../../compareIds-
|
|
19
|
-
import '../../const-
|
|
17
|
+
import '../../_rollupPluginBabelHelpers-03564bc5.js';
|
|
18
|
+
import '../../compareIds-14eda0e2.js';
|
|
19
|
+
import '../../const-894c1f7a.js';
|
|
20
20
|
import '@sendbird/chat/message';
|
|
21
21
|
import '../../ui/ContextMenu.js';
|
|
22
22
|
import 'react-dom';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-c8119a4d.js';
|
|
3
|
+
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-1c7f1933.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
5
|
-
import '../../stringSet-
|
|
6
|
-
import '../../index-
|
|
5
|
+
import '../../stringSet-9fae0b1d.js';
|
|
6
|
+
import '../../index-85ae7001.js';
|
|
7
7
|
import 'prop-types';
|
|
8
8
|
|
|
9
9
|
var UnreadCount = function (props) {
|
package/Channel/context.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
import '../UserProfileContext-
|
|
2
|
+
import '../UserProfileContext-82be3db3.js';
|
|
3
3
|
import '../useSendbirdStateContext.js';
|
|
4
|
-
export { C as ChannelProvider, T as ThreadReplySelectType, u as useChannelContext } from '../ChannelProvider-
|
|
4
|
+
export { C as ChannelProvider, T as ThreadReplySelectType, u as useChannelContext } from '../ChannelProvider-16c5544e.js';
|
|
5
5
|
import 'prop-types';
|
|
6
6
|
import '../withSendbird.js';
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
8
|
-
import '../index-
|
|
9
|
-
import '../index-
|
|
10
|
-
import '../topics-
|
|
11
|
-
import '../index-
|
|
12
|
-
import '../tslib.es6-
|
|
7
|
+
import '../_rollupPluginBabelHelpers-03564bc5.js';
|
|
8
|
+
import '../index-e8a6a0df.js';
|
|
9
|
+
import '../index-85ae7001.js';
|
|
10
|
+
import '../topics-2392c733.js';
|
|
11
|
+
import '../index-51deabbf.js';
|
|
12
|
+
import '../tslib.es6-0713b47f.js';
|
|
13
13
|
import '../utils/message/getOutgoingMessageState.js';
|
|
14
|
-
import '../compareIds-
|
|
15
|
-
import '../const-
|
|
14
|
+
import '../compareIds-14eda0e2.js';
|
|
15
|
+
import '../const-894c1f7a.js';
|
|
16
16
|
import '@sendbird/chat/groupChannel';
|
|
17
|
-
import '../uuid-
|
|
17
|
+
import '../uuid-715c0b7d.js';
|
|
18
18
|
import '@sendbird/chat/message';
|
|
19
19
|
import '../ui/ContextMenu.js';
|
|
20
20
|
import 'react-dom';
|
|
21
21
|
import '../ui/SortByRow.js';
|
|
22
|
-
import '../index-
|
|
23
|
-
import '../stringSet-
|
|
22
|
+
import '../index-1c7f1933.js';
|
|
23
|
+
import '../stringSet-9fae0b1d.js';
|
|
24
24
|
import '../ui/ReactionButton.js';
|
|
25
25
|
import '../ui/ImageRenderer.js';
|
|
26
26
|
import '../ui/Icon.js';
|
package/Channel.js
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { C as ChannelProvider } from './ChannelProvider-
|
|
2
|
+
import { C as ChannelProvider } from './ChannelProvider-16c5544e.js';
|
|
3
3
|
import ChannelUI from './Channel/components/ChannelUI.js';
|
|
4
|
-
import './UserProfileContext-
|
|
4
|
+
import './UserProfileContext-82be3db3.js';
|
|
5
5
|
import 'prop-types';
|
|
6
6
|
import './useSendbirdStateContext.js';
|
|
7
7
|
import './withSendbird.js';
|
|
8
|
-
import './_rollupPluginBabelHelpers-
|
|
9
|
-
import './index-
|
|
10
|
-
import './index-
|
|
11
|
-
import './topics-
|
|
12
|
-
import './index-
|
|
13
|
-
import './tslib.es6-
|
|
8
|
+
import './_rollupPluginBabelHelpers-03564bc5.js';
|
|
9
|
+
import './index-e8a6a0df.js';
|
|
10
|
+
import './index-85ae7001.js';
|
|
11
|
+
import './topics-2392c733.js';
|
|
12
|
+
import './index-51deabbf.js';
|
|
13
|
+
import './tslib.es6-0713b47f.js';
|
|
14
14
|
import './utils/message/getOutgoingMessageState.js';
|
|
15
|
-
import './compareIds-
|
|
16
|
-
import './const-
|
|
15
|
+
import './compareIds-14eda0e2.js';
|
|
16
|
+
import './const-894c1f7a.js';
|
|
17
17
|
import '@sendbird/chat/groupChannel';
|
|
18
|
-
import './uuid-
|
|
18
|
+
import './uuid-715c0b7d.js';
|
|
19
19
|
import '@sendbird/chat/message';
|
|
20
20
|
import './ui/ContextMenu.js';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import './ui/SortByRow.js';
|
|
23
|
-
import './index-
|
|
24
|
-
import './stringSet-
|
|
23
|
+
import './index-1c7f1933.js';
|
|
24
|
+
import './stringSet-9fae0b1d.js';
|
|
25
25
|
import './ui/ReactionButton.js';
|
|
26
26
|
import './ui/ImageRenderer.js';
|
|
27
27
|
import './ui/Icon.js';
|
|
28
|
-
import './index-
|
|
29
|
-
import './LocalizationContext-
|
|
28
|
+
import './index-5a6b11d2.js';
|
|
29
|
+
import './LocalizationContext-c8119a4d.js';
|
|
30
30
|
import './ui/Loader.js';
|
|
31
31
|
import './ui/ConnectionStatus.js';
|
|
32
32
|
import './Channel/components/ChannelHeader.js';
|
|
33
|
-
import './utils-
|
|
33
|
+
import './utils-c1217a88.js';
|
|
34
34
|
import './ui/IconButton.js';
|
|
35
35
|
import './ui/ChannelAvatar.js';
|
|
36
36
|
import './ui/Avatar.js';
|
|
37
|
-
import './utils-
|
|
38
|
-
import './MediaQueryContext-
|
|
39
|
-
import './utils-
|
|
37
|
+
import './utils-e8644eb2.js';
|
|
38
|
+
import './MediaQueryContext-14f0e614.js';
|
|
39
|
+
import './utils-aca630a5.js';
|
|
40
40
|
import './Channel/components/MessageList.js';
|
|
41
|
-
import './index-
|
|
41
|
+
import './index-47ffbb65.js';
|
|
42
42
|
import './Channel/components/Message.js';
|
|
43
43
|
import './Channel/components/SuggestedMentionList.js';
|
|
44
|
-
import './const-
|
|
45
|
-
import './ThreadProvider-
|
|
44
|
+
import './const-82f390fb.js';
|
|
45
|
+
import './ThreadProvider-611aaf8b.js';
|
|
46
46
|
import './Thread/context/types.js';
|
|
47
47
|
import '@sendbird/chat';
|
|
48
48
|
import './ui/DateSeparator.js';
|
|
49
|
-
import './color-
|
|
49
|
+
import './color-2afb534d.js';
|
|
50
50
|
import './ui/MessageInput.js';
|
|
51
51
|
import 'react-dom/server';
|
|
52
52
|
import './ui/Button.js';
|
|
@@ -54,8 +54,8 @@ import './ui/MentionUserLabel.js';
|
|
|
54
54
|
import './ui/MessageContent.js';
|
|
55
55
|
import './ui/UserProfile.js';
|
|
56
56
|
import './sendbirdSelectors.js';
|
|
57
|
-
import './index-
|
|
58
|
-
import './index-
|
|
57
|
+
import './index-aebde211.js';
|
|
58
|
+
import './index-b5461a88.js';
|
|
59
59
|
import './ui/MessageItemMenu.js';
|
|
60
60
|
import './ui/MessageItemReactionMenu.js';
|
|
61
61
|
import './ui/EmojiReactions.js';
|
|
@@ -73,9 +73,9 @@ import './ui/ThumbnailMessageItemBody.js';
|
|
|
73
73
|
import './ui/OGMessageItemBody.js';
|
|
74
74
|
import './ui/UnknownMessageItemBody.js';
|
|
75
75
|
import './ui/QuoteMessage.js';
|
|
76
|
-
import './useLongPress-
|
|
76
|
+
import './useLongPress-b4ff7ad2.js';
|
|
77
77
|
import './ui/BottomSheet.js';
|
|
78
|
-
import './index-
|
|
78
|
+
import './index-fde13261.js';
|
|
79
79
|
import './ui/ThreadReplies.js';
|
|
80
80
|
import './Channel/components/FileViewer.js';
|
|
81
81
|
import './Channel/components/RemoveMessageModal.js';
|
|
@@ -3,39 +3,39 @@ import IconButton from '../../ui/IconButton.js';
|
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
4
4
|
import CreateChannel from '../../CreateChannel.js';
|
|
5
5
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
6
|
-
import { u as useChannelListContext } from '../../ChannelListProvider-
|
|
7
|
-
import '../../tslib.es6-
|
|
6
|
+
import { u as useChannelListContext } from '../../ChannelListProvider-e7339d8c.js';
|
|
7
|
+
import '../../tslib.es6-0713b47f.js';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
import '../../CreateChannel/components/CreateChannelUI.js';
|
|
10
|
-
import '../../CreateChannelProvider-
|
|
10
|
+
import '../../CreateChannelProvider-1aa2025b.js';
|
|
11
11
|
import '../../sendbirdSelectors.js';
|
|
12
|
-
import '../../topics-
|
|
13
|
-
import '../../utils-
|
|
12
|
+
import '../../topics-2392c733.js';
|
|
13
|
+
import '../../utils-aca630a5.js';
|
|
14
14
|
import '../../CreateChannel/components/InviteUsers.js';
|
|
15
|
-
import '../../LocalizationContext-
|
|
16
|
-
import '../../stringSet-
|
|
17
|
-
import '../../index-
|
|
15
|
+
import '../../LocalizationContext-c8119a4d.js';
|
|
16
|
+
import '../../stringSet-9fae0b1d.js';
|
|
17
|
+
import '../../index-85ae7001.js';
|
|
18
18
|
import '../../ui/Modal.js';
|
|
19
19
|
import 'react-dom';
|
|
20
|
-
import '../../index-
|
|
20
|
+
import '../../index-fde13261.js';
|
|
21
21
|
import '../../ui/Button.js';
|
|
22
|
-
import '../../index-
|
|
23
|
-
import '../../MediaQueryContext-
|
|
22
|
+
import '../../index-1c7f1933.js';
|
|
23
|
+
import '../../MediaQueryContext-14f0e614.js';
|
|
24
24
|
import '../../ui/UserListItem.js';
|
|
25
|
-
import '../../UserProfileContext-
|
|
25
|
+
import '../../UserProfileContext-82be3db3.js';
|
|
26
26
|
import '../../ui/Avatar.js';
|
|
27
27
|
import '../../ui/ImageRenderer.js';
|
|
28
|
-
import '../../uuid-
|
|
28
|
+
import '../../uuid-715c0b7d.js';
|
|
29
29
|
import '../../ui/MutedAvatarOverlay.js';
|
|
30
30
|
import '../../ui/Checkbox.js';
|
|
31
31
|
import '../../ui/UserProfile.js';
|
|
32
32
|
import '../../ui/ContextMenu.js';
|
|
33
33
|
import '../../ui/SortByRow.js';
|
|
34
|
-
import '../../index-
|
|
34
|
+
import '../../index-51deabbf.js';
|
|
35
35
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
36
36
|
import '../../CreateChannel/components/SelectChannelType.js';
|
|
37
37
|
import '../../withSendbird.js';
|
|
38
|
-
import '../../_rollupPluginBabelHelpers-
|
|
38
|
+
import '../../_rollupPluginBabelHelpers-03564bc5.js';
|
|
39
39
|
import '@sendbird/chat/groupChannel';
|
|
40
40
|
|
|
41
41
|
var AddChannel = function () {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-c8119a4d.js';
|
|
3
3
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-1c7f1933.js';
|
|
5
5
|
import Avatar from '../../ui/Avatar.js';
|
|
6
|
-
import '../../stringSet-
|
|
7
|
-
import '../../index-
|
|
6
|
+
import '../../stringSet-9fae0b1d.js';
|
|
7
|
+
import '../../index-85ae7001.js';
|
|
8
8
|
import '../../withSendbird.js';
|
|
9
|
-
import '../../_rollupPluginBabelHelpers-
|
|
9
|
+
import '../../_rollupPluginBabelHelpers-03564bc5.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../../tslib.es6-
|
|
11
|
+
import '../../tslib.es6-0713b47f.js';
|
|
12
12
|
import '../../ui/ImageRenderer.js';
|
|
13
13
|
import '../../ui/Icon.js';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-715c0b7d.js';
|
|
15
15
|
|
|
16
16
|
var ChannelListHeader = function (_a) {
|
|
17
17
|
var renderHeader = _a.renderHeader,
|
|
@@ -3,67 +3,67 @@ import ChannelListHeader from './ChannelListHeader.js';
|
|
|
3
3
|
import { AddChannel } from './AddChannel.js';
|
|
4
4
|
import ChannelPreview from './ChannelPreview.js';
|
|
5
5
|
import ChannelPreviewAction from './ChannelPreviewAction.js';
|
|
6
|
-
import { u as useChannelListContext, F as FETCH_CHANNELS_START, a as FETCH_CHANNELS_SUCCESS, b as FETCH_CHANNELS_FAILURE, L as LEAVE_CHANNEL_SUCCESS, S as SET_CURRENT_CHANNEL } from '../../ChannelListProvider-
|
|
6
|
+
import { u as useChannelListContext, F as FETCH_CHANNELS_START, a as FETCH_CHANNELS_SUCCESS, b as FETCH_CHANNELS_FAILURE, L as LEAVE_CHANNEL_SUCCESS, S as SET_CURRENT_CHANNEL } from '../../ChannelListProvider-e7339d8c.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
8
|
import EditProfile from '../../EditUserProfile.js';
|
|
9
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
10
|
-
import '../../LocalizationContext-
|
|
11
|
-
import '../../stringSet-
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../index-
|
|
9
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-5a6b11d2.js';
|
|
10
|
+
import '../../LocalizationContext-c8119a4d.js';
|
|
11
|
+
import '../../stringSet-9fae0b1d.js';
|
|
12
|
+
import '../../index-85ae7001.js';
|
|
13
|
+
import '../../index-1c7f1933.js';
|
|
14
14
|
import 'prop-types';
|
|
15
15
|
import '../../ui/Avatar.js';
|
|
16
|
-
import '../../tslib.es6-
|
|
16
|
+
import '../../tslib.es6-0713b47f.js';
|
|
17
17
|
import '../../ui/ImageRenderer.js';
|
|
18
18
|
import '../../ui/Icon.js';
|
|
19
|
-
import '../../uuid-
|
|
19
|
+
import '../../uuid-715c0b7d.js';
|
|
20
20
|
import '../../ui/IconButton.js';
|
|
21
21
|
import '../../CreateChannel.js';
|
|
22
22
|
import '../../CreateChannel/components/CreateChannelUI.js';
|
|
23
|
-
import '../../CreateChannelProvider-
|
|
23
|
+
import '../../CreateChannelProvider-1aa2025b.js';
|
|
24
24
|
import '../../sendbirdSelectors.js';
|
|
25
|
-
import '../../topics-
|
|
26
|
-
import '../../utils-
|
|
25
|
+
import '../../topics-2392c733.js';
|
|
26
|
+
import '../../utils-aca630a5.js';
|
|
27
27
|
import '../../CreateChannel/components/InviteUsers.js';
|
|
28
28
|
import '../../ui/Modal.js';
|
|
29
29
|
import 'react-dom';
|
|
30
|
-
import '../../index-
|
|
30
|
+
import '../../index-fde13261.js';
|
|
31
31
|
import '../../ui/Button.js';
|
|
32
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../MediaQueryContext-14f0e614.js';
|
|
33
33
|
import '../../ui/UserListItem.js';
|
|
34
|
-
import '../../UserProfileContext-
|
|
34
|
+
import '../../UserProfileContext-82be3db3.js';
|
|
35
35
|
import '../../ui/MutedAvatarOverlay.js';
|
|
36
36
|
import '../../ui/Checkbox.js';
|
|
37
37
|
import '../../ui/UserProfile.js';
|
|
38
38
|
import '../../ui/ContextMenu.js';
|
|
39
39
|
import '../../ui/SortByRow.js';
|
|
40
|
-
import '../../index-
|
|
40
|
+
import '../../index-51deabbf.js';
|
|
41
41
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
42
42
|
import '../../CreateChannel/components/SelectChannelType.js';
|
|
43
|
-
import '../../_rollupPluginBabelHelpers-
|
|
43
|
+
import '../../_rollupPluginBabelHelpers-03564bc5.js';
|
|
44
44
|
import '../../ui/ChannelAvatar.js';
|
|
45
|
-
import '../../utils-
|
|
45
|
+
import '../../utils-e8644eb2.js';
|
|
46
46
|
import '../../ui/Badge.js';
|
|
47
|
-
import '../../index-
|
|
48
|
-
import '../../index-
|
|
47
|
+
import '../../index-aebde211.js';
|
|
48
|
+
import '../../index-e8a6a0df.js';
|
|
49
49
|
import '../../ui/Loader.js';
|
|
50
|
-
import '../../index-
|
|
51
|
-
import '../../index-
|
|
50
|
+
import '../../index-b5461a88.js';
|
|
51
|
+
import '../../index-47ffbb65.js';
|
|
52
52
|
import '../../ui/MentionUserLabel.js';
|
|
53
53
|
import '../../ui/TextButton.js';
|
|
54
|
-
import '../../color-
|
|
54
|
+
import '../../color-2afb534d.js';
|
|
55
55
|
import '../../Channel/components/TypingIndicator.js';
|
|
56
56
|
import '@sendbird/chat/groupChannel';
|
|
57
|
-
import '../../ChannelProvider-
|
|
58
|
-
import '../../compareIds-
|
|
59
|
-
import '../../const-
|
|
57
|
+
import '../../ChannelProvider-16c5544e.js';
|
|
58
|
+
import '../../compareIds-14eda0e2.js';
|
|
59
|
+
import '../../const-894c1f7a.js';
|
|
60
60
|
import '@sendbird/chat/message';
|
|
61
61
|
import '../../ui/ReactionButton.js';
|
|
62
|
-
import '../../useLongPress-
|
|
62
|
+
import '../../useLongPress-b4ff7ad2.js';
|
|
63
63
|
import '../../withSendbird.js';
|
|
64
|
-
import '../../index-
|
|
64
|
+
import '../../index-39a6d05a.js';
|
|
65
65
|
import '../../ui/Input.js';
|
|
66
|
-
import '../../actionTypes-
|
|
66
|
+
import '../../actionTypes-9d11a9b7.js';
|
|
67
67
|
|
|
68
68
|
const isAboutSame = (a, b, px) => Math.abs(a - b) <= px;
|
|
69
69
|
|