@sendbird/uikit-react 3.3.1-rc.0 → 3.3.2-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 +35 -35
- package/App.js.map +1 -1
- package/CHANGELOG.md +53 -0
- package/Channel/components/ChannelHeader.js +18 -18
- package/Channel/components/ChannelUI.js +25 -25
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +21 -21
- package/Channel/components/MessageInput.js +16 -16
- package/Channel/components/MessageList.js +33 -32
- package/Channel/components/MessageList.js.map +1 -1
- 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 +25 -25
- package/ChannelList/components/AddChannel.js +19 -15
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +26 -16
- package/ChannelList/components/ChannelListHeader.js.map +1 -1
- package/ChannelList/components/ChannelListUI.js +30 -31
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +23 -23
- 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-b0357341.js → ChannelListProvider-564069bb.js} +10 -8
- package/ChannelListProvider-564069bb.js.map +1 -0
- package/{ChannelProvider-cef9d759.js → ChannelProvider-1e488059.js} +10 -10
- package/ChannelProvider-1e488059.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 +16 -16
- package/ChannelSettings/components/UserListItem.js +15 -14
- package/ChannelSettings/components/UserListItem.js.map +1 -1
- package/ChannelSettings/components/UserPanel.js +16 -16
- package/ChannelSettings/context.js +5 -3
- package/ChannelSettings/context.js.map +1 -1
- package/ChannelSettings.js +19 -18
- package/ChannelSettings.js.map +1 -1
- package/CreateChannel/components/CreateChannelUI.js +14 -14
- package/CreateChannel/components/InviteUsers.js +24 -14
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +11 -11
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +17 -15
- package/CreateChannel.js.map +1 -1
- package/{CreateChannelProvider-6b50fdad.js → CreateChannelProvider-81c96cec.js} +3 -1
- package/CreateChannelProvider-81c96cec.js.map +1 -0
- 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-d1588f62.js → LocalizationContext-c581ffd2.js} +3 -3
- package/{LocalizationContext-d1588f62.js.map → LocalizationContext-c581ffd2.js.map} +1 -1
- package/{MediaQueryContext-cec57274.js → MediaQueryContext-d5ebbd1e.js} +1 -1
- package/{MediaQueryContext-cec57274.js.map → MediaQueryContext-d5ebbd1e.js.map} +1 -1
- package/{MemberList-30106f47.js → MemberList-390d035e.js} +20 -6
- package/MemberList-390d035e.js.map +1 -0
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +4 -4
- 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 +23 -23
- package/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/OpenChannel/components/OpenChannelUI.js +24 -24
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +25 -25
- 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-dfa769a9.js → OpenChannelListProvider-cd43c26d.js} +3 -3
- package/{OpenChannelListProvider-dfa769a9.js.map → OpenChannelListProvider-cd43c26d.js.map} +1 -1
- package/{OpenChannelProvider-c5bcb0a7.js → OpenChannelProvider-d72936c7.js} +7 -7
- package/{OpenChannelProvider-c5bcb0a7.js.map → OpenChannelProvider-d72936c7.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 +16 -16
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +18 -18
- package/{RemoveMessageModal-f18c3419.js → RemoveMessageModal-51b522fa.js} +3 -3
- package/{RemoveMessageModal-f18c3419.js.map → RemoveMessageModal-51b522fa.js.map} +1 -1
- package/SendbirdProvider.js +14 -14
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +23 -23
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +15 -15
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +21 -21
- package/Thread/components/ThreadListItem.js +23 -23
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +16 -16
- package/Thread/components/ThreadUI.js +23 -23
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +8 -8
- package/Thread.js +23 -23
- package/{ThreadProvider-32ad9b71.js → ThreadProvider-0a23c2bf.js} +6 -6
- package/{ThreadProvider-32ad9b71.js.map → ThreadProvider-0a23c2bf.js.map} +1 -1
- package/{UserProfileContext-4000b574.js → UserProfileContext-9935594b.js} +1 -1
- package/{UserProfileContext-4000b574.js.map → UserProfileContext-9935594b.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-84c5f752.js → _rollupPluginBabelHelpers-6233c00f.js} +1 -1
- package/_rollupPluginBabelHelpers-6233c00f.js.map +1 -0
- package/{actionTypes-e776f474.js → actionTypes-eb377b98.js} +1 -1
- package/{actionTypes-e776f474.js.map → actionTypes-eb377b98.js.map} +1 -1
- package/cjs/App.js +35 -35
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +18 -18
- package/cjs/Channel/components/ChannelUI.js +25 -25
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +21 -21
- package/cjs/Channel/components/MessageInput.js +16 -16
- package/cjs/Channel/components/MessageList.js +33 -32
- package/cjs/Channel/components/MessageList.js.map +1 -1
- 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 +25 -25
- package/cjs/ChannelList/components/AddChannel.js +19 -15
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +26 -16
- package/cjs/ChannelList/components/ChannelListHeader.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListUI.js +30 -31
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +23 -23
- 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-be38a1a0.js → ChannelListProvider-51a4a5c1.js} +10 -8
- package/cjs/ChannelListProvider-51a4a5c1.js.map +1 -0
- package/cjs/{ChannelProvider-fe11259c.js → ChannelProvider-2e5c9be5.js} +10 -10
- package/cjs/ChannelProvider-2e5c9be5.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 +16 -16
- package/cjs/ChannelSettings/components/UserListItem.js +13 -12
- package/cjs/ChannelSettings/components/UserListItem.js.map +1 -1
- package/cjs/ChannelSettings/components/UserPanel.js +16 -16
- package/cjs/ChannelSettings/context.js +5 -3
- package/cjs/ChannelSettings/context.js.map +1 -1
- package/cjs/ChannelSettings.js +19 -18
- package/cjs/ChannelSettings.js.map +1 -1
- package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
- package/cjs/CreateChannel/components/InviteUsers.js +24 -14
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +11 -11
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +17 -15
- package/cjs/CreateChannel.js.map +1 -1
- package/cjs/{CreateChannelProvider-d3be7904.js → CreateChannelProvider-c476be83.js} +3 -1
- package/cjs/CreateChannelProvider-c476be83.js.map +1 -0
- 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-c5621c61.js → LocalizationContext-1655a716.js} +3 -3
- package/cjs/{LocalizationContext-c5621c61.js.map → LocalizationContext-1655a716.js.map} +1 -1
- package/cjs/{MediaQueryContext-99c19e78.js → MediaQueryContext-f7ffb064.js} +1 -1
- package/cjs/{MediaQueryContext-99c19e78.js.map → MediaQueryContext-f7ffb064.js.map} +1 -1
- package/cjs/{MemberList-aaa8d041.js → MemberList-a2bcebe2.js} +20 -6
- package/cjs/MemberList-a2bcebe2.js.map +1 -0
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +4 -4
- 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 +23 -23
- 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 +25 -25
- 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-ee0b6142.js → OpenChannelListProvider-80f7031c.js} +3 -3
- package/cjs/{OpenChannelListProvider-ee0b6142.js.map → OpenChannelListProvider-80f7031c.js.map} +1 -1
- package/cjs/{OpenChannelProvider-0810253b.js → OpenChannelProvider-e8d75693.js} +7 -7
- package/cjs/{OpenChannelProvider-0810253b.js.map → OpenChannelProvider-e8d75693.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 +16 -16
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +18 -18
- package/cjs/{RemoveMessageModal-3de4dee6.js → RemoveMessageModal-8febfd78.js} +3 -3
- package/cjs/{RemoveMessageModal-3de4dee6.js.map → RemoveMessageModal-8febfd78.js.map} +1 -1
- package/cjs/SendbirdProvider.js +14 -14
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +21 -21
- package/cjs/Thread/components/ParentMessageInfoItem.js +15 -15
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +21 -21
- package/cjs/Thread/components/ThreadListItem.js +21 -21
- package/cjs/Thread/components/ThreadMessageInput.js +16 -16
- package/cjs/Thread/components/ThreadUI.js +23 -23
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +23 -23
- package/cjs/{ThreadProvider-0056f7a3.js → ThreadProvider-0f75d88a.js} +6 -6
- package/cjs/{ThreadProvider-0056f7a3.js.map → ThreadProvider-0f75d88a.js.map} +1 -1
- package/cjs/{UserProfileContext-aff2c5f8.js → UserProfileContext-a96da78b.js} +1 -1
- package/cjs/{UserProfileContext-aff2c5f8.js.map → UserProfileContext-a96da78b.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-3efc8c18.js → _rollupPluginBabelHelpers-af248340.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-af248340.js.map +1 -0
- package/cjs/{actionTypes-e903073f.js → actionTypes-5b1e37d0.js} +1 -1
- package/cjs/{actionTypes-e903073f.js.map → actionTypes-5b1e37d0.js.map} +1 -1
- package/cjs/{color-14e7d2e6.js → color-c4b0c2fb.js} +1 -1
- package/cjs/{color-14e7d2e6.js.map → color-c4b0c2fb.js.map} +1 -1
- package/cjs/{compareIds-6b0c325b.js → compareIds-127e52cc.js} +1 -1
- package/cjs/{compareIds-6b0c325b.js.map → compareIds-127e52cc.js.map} +1 -1
- package/cjs/{const-bd944def.js → const-1e64d58f.js} +1 -1
- package/cjs/{const-bd944def.js.map → const-1e64d58f.js.map} +1 -1
- package/cjs/{const-91723167.js → const-c45dcade.js} +1 -1
- package/cjs/{const-91723167.js.map → const-c45dcade.js.map} +1 -1
- package/cjs/{context-b2159b27.js → context-da4564bd.js} +2 -2
- package/cjs/{context-b2159b27.js.map → context-da4564bd.js.map} +1 -1
- package/cjs/dist/index.css +172 -172
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-9091da93.js → index-1239773e.js} +2 -2
- package/cjs/{index-9091da93.js.map → index-1239773e.js.map} +1 -1
- package/cjs/{index-eba80ec1.js → index-5e4396d3.js} +2 -2
- package/cjs/{index-eba80ec1.js.map → index-5e4396d3.js.map} +1 -1
- package/cjs/{index-fa75e53a.js → index-6bc23f6d.js} +4 -4
- package/cjs/{index-fa75e53a.js.map → index-6bc23f6d.js.map} +1 -1
- package/cjs/{index-480e1ae4.js → index-73c872fc.js} +7 -7
- package/cjs/{index-480e1ae4.js.map → index-73c872fc.js.map} +1 -1
- package/cjs/{index-99b5e5e9.js → index-7c73ea98.js} +4 -4
- package/cjs/{index-99b5e5e9.js.map → index-7c73ea98.js.map} +1 -1
- package/cjs/{index-5bd7c9b7.js → index-a65b2d33.js} +2 -2
- package/cjs/{index-5bd7c9b7.js.map → index-a65b2d33.js.map} +1 -1
- package/cjs/{index-b905f200.js → index-ba47e698.js} +5 -5
- package/cjs/{index-b905f200.js.map → index-ba47e698.js.map} +1 -1
- package/cjs/{index-d40e09b2.js → index-ba596000.js} +2 -2
- package/cjs/{index-d40e09b2.js.map → index-ba596000.js.map} +1 -1
- package/cjs/{index-a2d8a3f3.js → index-ba6b5a5d.js} +1 -1
- package/cjs/{index-a2d8a3f3.js.map → index-ba6b5a5d.js.map} +1 -1
- package/cjs/{index-43d1b90a.js → index-dd8ad6c7.js} +1 -1
- package/cjs/{index-43d1b90a.js.map → index-dd8ad6c7.js.map} +1 -1
- package/cjs/{index-2b47ddd2.js → index-eba0d9f2.js} +2 -2
- package/cjs/{index-2b47ddd2.js.map → index-eba0d9f2.js.map} +1 -1
- package/cjs/index.js +37 -37
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-a5740c90.js → stringSet-ff624701.js} +1 -1
- package/cjs/{stringSet-a5740c90.js.map → stringSet-ff624701.js.map} +1 -1
- package/cjs/{topics-c7a97b32.js → topics-e4d4db3c.js} +1 -1
- package/cjs/{topics-c7a97b32.js.map → topics-e4d4db3c.js.map} +1 -1
- package/cjs/{tslib.es6-e8b55af5.js → tslib.es6-e3c88eb7.js} +1 -1
- package/cjs/{tslib.es6-e8b55af5.js.map → tslib.es6-e3c88eb7.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/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 +12 -12
- package/cjs/ui/MessageContent.js +18 -18
- 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 +8 -10
- package/cjs/ui/MessageStatus.js.map +1 -1
- package/cjs/ui/Modal.js +7 -7
- package/cjs/ui/OGMessageItemBody.js +12 -12
- 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 +17 -17
- package/cjs/ui/OpenchannelOGMessage.js +17 -17
- package/cjs/ui/OpenchannelThumbnailMessage.js +16 -16
- package/cjs/ui/OpenchannelUserMessage.js +17 -17
- 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 +12 -12
- 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 +13 -12
- package/cjs/ui/UserListItem.js.map +1 -1
- package/cjs/ui/UserProfile.js +24 -30
- package/cjs/ui/UserProfile.js.map +1 -1
- package/cjs/ui/Word.js +12 -12
- package/cjs/{useLongPress-f7889385.js → useLongPress-baac96a0.js} +3 -3
- package/cjs/{useLongPress-f7889385.js.map → useLongPress-baac96a0.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-f9270584.js → utils-3efcf418.js} +1 -1
- package/cjs/{utils-f9270584.js.map → utils-3efcf418.js.map} +1 -1
- package/cjs/{utils-a436b60e.js → utils-771a7cfd.js} +1 -1
- package/cjs/{utils-a436b60e.js.map → utils-771a7cfd.js.map} +1 -1
- package/cjs/{utils-71d65879.js → utils-bd0db64a.js} +2 -2
- package/cjs/{utils-71d65879.js.map → utils-bd0db64a.js.map} +1 -1
- package/cjs/{utils-ce29c518.js → utils-ce3a9e75.js} +1 -1
- package/cjs/{utils-ce29c518.js.map → utils-ce3a9e75.js.map} +1 -1
- package/cjs/{uuid-f67dc419.js → uuid-bd85e729.js} +1 -1
- package/cjs/{uuid-f67dc419.js.map → uuid-bd85e729.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-99272a87.js → color-511a5b42.js} +1 -1
- package/{color-99272a87.js.map → color-511a5b42.js.map} +1 -1
- package/{compareIds-1c8d9514.js → compareIds-3651c02d.js} +1 -1
- package/{compareIds-1c8d9514.js.map → compareIds-3651c02d.js.map} +1 -1
- package/{const-eebfa48b.js → const-06f94833.js} +1 -1
- package/{const-eebfa48b.js.map → const-06f94833.js.map} +1 -1
- package/{const-db680d9b.js → const-b3d8870d.js} +1 -1
- package/{const-db680d9b.js.map → const-b3d8870d.js.map} +1 -1
- package/{context-8a21d646.js → context-f8cba433.js} +2 -2
- package/{context-8a21d646.js.map → context-f8cba433.js.map} +1 -1
- package/dist/index.css +172 -172
- package/dist/index.css.map +1 -1
- package/{index-c25e503b.js → index-017eac4c.js} +9 -9
- package/{index-c25e503b.js.map → index-017eac4c.js.map} +1 -1
- package/{index-477434e5.js → index-05f671e7.js} +2 -2
- package/{index-477434e5.js.map → index-05f671e7.js.map} +1 -1
- package/{index-d8ac232d.js → index-10ef89fe.js} +4 -4
- package/{index-d8ac232d.js.map → index-10ef89fe.js.map} +1 -1
- package/{index-7fb69390.js → index-285ff3e0.js} +2 -2
- package/{index-7fb69390.js.map → index-285ff3e0.js.map} +1 -1
- package/{index-e0a772a4.js → index-b8128187.js} +1 -1
- package/{index-e0a772a4.js.map → index-b8128187.js.map} +1 -1
- package/{index-f9e55f25.js → index-bc7c98ed.js} +4 -4
- package/{index-f9e55f25.js.map → index-bc7c98ed.js.map} +1 -1
- package/{index-8084a931.js → index-bec40044.js} +2 -2
- package/{index-8084a931.js.map → index-bec40044.js.map} +1 -1
- package/{index-eebb33bc.js → index-c59805cc.js} +2 -2
- package/{index-eebb33bc.js.map → index-c59805cc.js.map} +1 -1
- package/{index-2bcbd629.js → index-c6555da8.js} +2 -2
- package/{index-2bcbd629.js.map → index-c6555da8.js.map} +1 -1
- package/{index-29b5f961.js → index-dd0ef007.js} +1 -1
- package/{index-29b5f961.js.map → index-dd0ef007.js.map} +1 -1
- package/{index-dd5441db.js → index-ee208e32.js} +5 -5
- package/{index-dd5441db.js.map → index-ee208e32.js.map} +1 -1
- package/index.d.ts +25 -2
- package/index.js +37 -37
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-e01b2800.js → stringSet-3fe94912.js} +1 -1
- package/{stringSet-e01b2800.js.map → stringSet-3fe94912.js.map} +1 -1
- package/{topics-3e4dcc24.js → topics-9faca766.js} +1 -1
- package/{topics-3e4dcc24.js.map → topics-9faca766.js.map} +1 -1
- package/{tslib.es6-7fcea8bc.js → tslib.es6-e5aaa325.js} +1 -1
- package/{tslib.es6-7fcea8bc.js.map → tslib.es6-e5aaa325.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/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 +14 -14
- package/ui/MentionLabel.js.map +1 -1
- package/ui/MessageContent.js +20 -20
- package/ui/MessageContent.js.map +1 -1
- 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 +9 -11
- package/ui/MessageStatus.js.map +1 -1
- package/ui/Modal.js +7 -7
- package/ui/OGMessageItemBody.js +12 -12
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +6 -6
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +19 -19
- package/ui/OpenchannelFileMessage.js.map +1 -1
- package/ui/OpenchannelOGMessage.js +19 -19
- package/ui/OpenchannelOGMessage.js.map +1 -1
- package/ui/OpenchannelThumbnailMessage.js +18 -18
- package/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/ui/OpenchannelUserMessage.js +19 -19
- package/ui/OpenchannelUserMessage.js.map +1 -1
- 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 +12 -12
- 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 +15 -14
- package/ui/UserListItem.js.map +1 -1
- package/ui/UserProfile.js +25 -31
- package/ui/UserProfile.js.map +1 -1
- package/ui/Word.js +12 -12
- package/{useLongPress-31fbe2bf.js → useLongPress-6e164096.js} +3 -3
- package/{useLongPress-31fbe2bf.js.map → useLongPress-6e164096.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/{utils-3a03ba45.js → utils-02b506c3.js} +1 -1
- package/{utils-3a03ba45.js.map → utils-02b506c3.js.map} +1 -1
- package/{utils-891878e7.js → utils-3d66c519.js} +1 -1
- package/{utils-891878e7.js.map → utils-3d66c519.js.map} +1 -1
- package/{utils-a206fb07.js → utils-6053d1e1.js} +2 -2
- package/{utils-a206fb07.js.map → utils-6053d1e1.js.map} +1 -1
- package/{utils-adb215b2.js → utils-9aef5738.js} +1 -1
- package/{utils-adb215b2.js.map → utils-9aef5738.js.map} +1 -1
- package/{uuid-35d63c11.js → uuid-f207b78b.js} +1 -1
- package/{uuid-35d63c11.js.map → uuid-f207b78b.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelListProvider-b0357341.js.map +0 -1
- package/ChannelProvider-cef9d759.js.map +0 -1
- package/CreateChannelProvider-6b50fdad.js.map +0 -1
- package/MemberList-30106f47.js.map +0 -1
- package/_rollupPluginBabelHelpers-84c5f752.js.map +0 -1
- package/cjs/ChannelListProvider-be38a1a0.js.map +0 -1
- package/cjs/ChannelProvider-fe11259c.js.map +0 -1
- package/cjs/CreateChannelProvider-d3be7904.js.map +0 -1
- package/cjs/MemberList-aaa8d041.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-3efc8c18.js.map +0 -1
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { c as UPDATE_OPEN_CHANNEL } from '../../topics-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-c581ffd2.js';
|
|
3
|
+
import { c as UPDATE_OPEN_CHANNEL } from '../../topics-9faca766.js';
|
|
4
4
|
import Modal from '../../ui/Modal.js';
|
|
5
5
|
import Input, { InputLabel } from '../../ui/Input.js';
|
|
6
6
|
import Avatar from '../../ui/Avatar.js';
|
|
7
7
|
import { ButtonTypes } from '../../ui/Button.js';
|
|
8
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c59805cc.js';
|
|
9
9
|
import TextButton from '../../ui/TextButton.js';
|
|
10
10
|
import ChannelAvatar from '../../ui/OpenChannelAvatar.js';
|
|
11
11
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
12
12
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../index-
|
|
13
|
+
import '../../stringSet-3fe94912.js';
|
|
14
|
+
import '../../index-dd0ef007.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-b8128187.js';
|
|
17
17
|
import '../../ui/Icon.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../tslib.es6-
|
|
21
|
-
import '../../MediaQueryContext-
|
|
20
|
+
import '../../tslib.es6-e5aaa325.js';
|
|
21
|
+
import '../../MediaQueryContext-d5ebbd1e.js';
|
|
22
22
|
import '../../ui/ImageRenderer.js';
|
|
23
|
-
import '../../uuid-
|
|
24
|
-
import '../../color-
|
|
25
|
-
import '../../utils-
|
|
23
|
+
import '../../uuid-f207b78b.js';
|
|
24
|
+
import '../../color-511a5b42.js';
|
|
25
|
+
import '../../utils-9aef5738.js';
|
|
26
26
|
import '@sendbird/chat/openChannel';
|
|
27
|
-
import '../../UserProfileContext-
|
|
27
|
+
import '../../UserProfileContext-9935594b.js';
|
|
28
28
|
import '../../withSendbird.js';
|
|
29
|
-
import '../../_rollupPluginBabelHelpers-
|
|
29
|
+
import '../../_rollupPluginBabelHelpers-6233c00f.js';
|
|
30
30
|
|
|
31
31
|
var EditDetails = function (props) {
|
|
32
32
|
var onCancel = props.onCancel;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
import React__default, { useState, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-c581ffd2.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c59805cc.js';
|
|
4
4
|
import TextButton from '../../ui/TextButton.js';
|
|
5
5
|
import ChannelAvatar from '../../ui/OpenChannelAvatar.js';
|
|
6
6
|
import EditDetails from './EditDetailsModal.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
8
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
9
|
-
import '../../stringSet-
|
|
10
|
-
import '../../index-
|
|
9
|
+
import '../../stringSet-3fe94912.js';
|
|
10
|
+
import '../../index-dd0ef007.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../tslib.es6-
|
|
13
|
-
import '../../color-
|
|
12
|
+
import '../../tslib.es6-e5aaa325.js';
|
|
13
|
+
import '../../color-511a5b42.js';
|
|
14
14
|
import '../../ui/Avatar.js';
|
|
15
15
|
import '../../ui/ImageRenderer.js';
|
|
16
16
|
import '../../ui/Icon.js';
|
|
17
|
-
import '../../uuid-
|
|
18
|
-
import '../../utils-
|
|
19
|
-
import '../../topics-
|
|
17
|
+
import '../../uuid-f207b78b.js';
|
|
18
|
+
import '../../utils-9aef5738.js';
|
|
19
|
+
import '../../topics-9faca766.js';
|
|
20
20
|
import '../../ui/Modal.js';
|
|
21
21
|
import 'react-dom';
|
|
22
|
-
import '../../index-
|
|
22
|
+
import '../../index-b8128187.js';
|
|
23
23
|
import '../../ui/Button.js';
|
|
24
24
|
import '../../ui/IconButton.js';
|
|
25
|
-
import '../../MediaQueryContext-
|
|
25
|
+
import '../../MediaQueryContext-d5ebbd1e.js';
|
|
26
26
|
import '../../ui/Input.js';
|
|
27
27
|
import '../../withSendbird.js';
|
|
28
|
-
import '../../_rollupPluginBabelHelpers-
|
|
28
|
+
import '../../_rollupPluginBabelHelpers-6233c00f.js';
|
|
29
29
|
import '@sendbird/chat/openChannel';
|
|
30
|
-
import '../../UserProfileContext-
|
|
30
|
+
import '../../UserProfileContext-9935594b.js';
|
|
31
31
|
|
|
32
32
|
function ChannelProfile() {
|
|
33
33
|
var _a, _b;
|
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
3
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
4
|
-
import { U as UserProfileProvider } from '../../UserProfileContext-
|
|
5
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { U as UserProfileProvider } from '../../UserProfileContext-9935594b.js';
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-c581ffd2.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c59805cc.js';
|
|
7
7
|
import Icon, { IconTypes } from '../../ui/Icon.js';
|
|
8
|
-
import { P as PlaceHolder, b as PlaceHolderTypes } from '../../index-
|
|
8
|
+
import { P as PlaceHolder, b as PlaceHolderTypes } from '../../index-10ef89fe.js';
|
|
9
9
|
import { OperatorUI } from './OperatorUI.js';
|
|
10
|
-
import { P as ParticipantList } from '../../index-
|
|
10
|
+
import { P as ParticipantList } from '../../index-017eac4c.js';
|
|
11
11
|
import '../../withSendbird.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-6233c00f.js';
|
|
13
13
|
import '@sendbird/chat/openChannel';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-f207b78b.js';
|
|
15
15
|
import 'prop-types';
|
|
16
|
-
import '../../stringSet-
|
|
17
|
-
import '../../index-
|
|
18
|
-
import '../../tslib.es6-
|
|
16
|
+
import '../../stringSet-3fe94912.js';
|
|
17
|
+
import '../../index-dd0ef007.js';
|
|
18
|
+
import '../../tslib.es6-e5aaa325.js';
|
|
19
19
|
import '../../ui/Loader.js';
|
|
20
20
|
import './OpenChannelProfile.js';
|
|
21
21
|
import '../../ui/TextButton.js';
|
|
22
|
-
import '../../color-
|
|
22
|
+
import '../../color-511a5b42.js';
|
|
23
23
|
import '../../ui/OpenChannelAvatar.js';
|
|
24
24
|
import '../../ui/Avatar.js';
|
|
25
25
|
import '../../ui/ImageRenderer.js';
|
|
26
|
-
import '../../utils-
|
|
26
|
+
import '../../utils-9aef5738.js';
|
|
27
27
|
import './EditDetailsModal.js';
|
|
28
|
-
import '../../topics-
|
|
28
|
+
import '../../topics-9faca766.js';
|
|
29
29
|
import '../../ui/Modal.js';
|
|
30
30
|
import 'react-dom';
|
|
31
|
-
import '../../index-
|
|
31
|
+
import '../../index-b8128187.js';
|
|
32
32
|
import '../../ui/Button.js';
|
|
33
33
|
import '../../ui/IconButton.js';
|
|
34
|
-
import '../../MediaQueryContext-
|
|
34
|
+
import '../../MediaQueryContext-d5ebbd1e.js';
|
|
35
35
|
import '../../ui/Input.js';
|
|
36
36
|
import '../../ui/Accordion.js';
|
|
37
37
|
import '../../ui/AccordionGroup.js';
|
|
38
|
-
import '../../context-
|
|
39
|
-
import '../../utils-
|
|
38
|
+
import '../../context-f8cba433.js';
|
|
39
|
+
import '../../utils-02b506c3.js';
|
|
40
40
|
import '../../ui/ContextMenu.js';
|
|
41
41
|
import '../../ui/SortByRow.js';
|
|
42
|
-
import '../../index-
|
|
42
|
+
import '../../index-285ff3e0.js';
|
|
43
43
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
44
44
|
import '../../ui/UserListItem.js';
|
|
45
45
|
import '../../ui/MutedAvatarOverlay.js';
|
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
import React__default, { useState, useContext, useEffect, useCallback } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-c581ffd2.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c59805cc.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
5
5
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
6
6
|
import ChannelProfile from './OpenChannelProfile.js';
|
|
7
7
|
import Modal from '../../ui/Modal.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { U as UserListItem$1, P as ParticipantList } from '../../index-
|
|
9
|
+
import { U as UserListItem$1, P as ParticipantList } from '../../index-017eac4c.js';
|
|
10
10
|
import Accordion, { AccordionGroup } from '../../ui/Accordion.js';
|
|
11
11
|
import Button, { ButtonTypes, ButtonSizes } from '../../ui/Button.js';
|
|
12
12
|
import ContextMenu, { MenuItems, MenuItem } from '../../ui/ContextMenu.js';
|
|
13
13
|
import IconButton from '../../ui/IconButton.js';
|
|
14
|
-
import { a as __spreadArray, _ as __assign } from '../../tslib.es6-
|
|
14
|
+
import { a as __spreadArray, _ as __assign } from '../../tslib.es6-e5aaa325.js';
|
|
15
15
|
import UserListItem from '../../ui/UserListItem.js';
|
|
16
|
-
import { n as noop } from '../../utils-
|
|
17
|
-
import '../../stringSet-
|
|
18
|
-
import '../../index-
|
|
16
|
+
import { n as noop } from '../../utils-02b506c3.js';
|
|
17
|
+
import '../../stringSet-3fe94912.js';
|
|
18
|
+
import '../../index-dd0ef007.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '@sendbird/chat/openChannel';
|
|
21
|
-
import '../../UserProfileContext-
|
|
22
|
-
import '../../uuid-
|
|
21
|
+
import '../../UserProfileContext-9935594b.js';
|
|
22
|
+
import '../../uuid-f207b78b.js';
|
|
23
23
|
import '../../withSendbird.js';
|
|
24
|
-
import '../../_rollupPluginBabelHelpers-
|
|
24
|
+
import '../../_rollupPluginBabelHelpers-6233c00f.js';
|
|
25
25
|
import '../../ui/TextButton.js';
|
|
26
|
-
import '../../color-
|
|
26
|
+
import '../../color-511a5b42.js';
|
|
27
27
|
import '../../ui/OpenChannelAvatar.js';
|
|
28
28
|
import '../../ui/Avatar.js';
|
|
29
29
|
import '../../ui/ImageRenderer.js';
|
|
30
|
-
import '../../utils-
|
|
30
|
+
import '../../utils-9aef5738.js';
|
|
31
31
|
import './EditDetailsModal.js';
|
|
32
|
-
import '../../topics-
|
|
32
|
+
import '../../topics-9faca766.js';
|
|
33
33
|
import '../../ui/Input.js';
|
|
34
34
|
import 'react-dom';
|
|
35
|
-
import '../../index-
|
|
36
|
-
import '../../MediaQueryContext-
|
|
37
|
-
import '../../context-
|
|
35
|
+
import '../../index-b8128187.js';
|
|
36
|
+
import '../../MediaQueryContext-d5ebbd1e.js';
|
|
37
|
+
import '../../context-f8cba433.js';
|
|
38
38
|
import '../../ui/UserProfile.js';
|
|
39
39
|
import '../../sendbirdSelectors.js';
|
|
40
40
|
import '../../ui/AccordionGroup.js';
|
|
41
41
|
import '../../ui/SortByRow.js';
|
|
42
|
-
import '../../index-
|
|
42
|
+
import '../../index-285ff3e0.js';
|
|
43
43
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
44
44
|
import '../../ui/MutedAvatarOverlay.js';
|
|
45
45
|
import '../../ui/Checkbox.js';
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import '../../tslib.es6-
|
|
1
|
+
import '../../tslib.es6-e5aaa325.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '../../ui/Button.js';
|
|
4
4
|
import '../../ui/ContextMenu.js';
|
|
5
5
|
import '../../ui/Icon.js';
|
|
6
6
|
import '../../ui/IconButton.js';
|
|
7
|
-
import '../../index-
|
|
8
|
-
export { P as default } from '../../index-
|
|
9
|
-
import '../../LocalizationContext-
|
|
7
|
+
import '../../index-c59805cc.js';
|
|
8
|
+
export { P as default } from '../../index-017eac4c.js';
|
|
9
|
+
import '../../LocalizationContext-c581ffd2.js';
|
|
10
10
|
import '../context.js';
|
|
11
11
|
import '../../useSendbirdStateContext.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../../stringSet-
|
|
13
|
+
import '../../stringSet-3fe94912.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import '../../ui/SortByRow.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../uuid-f207b78b.js';
|
|
17
|
+
import '../../index-285ff3e0.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../UserProfileContext-
|
|
20
|
-
import '../../context-
|
|
21
|
-
import '../../utils-
|
|
19
|
+
import '../../UserProfileContext-9935594b.js';
|
|
20
|
+
import '../../context-f8cba433.js';
|
|
21
|
+
import '../../utils-02b506c3.js';
|
|
22
22
|
import '../../ui/Avatar.js';
|
|
23
23
|
import '../../ui/ImageRenderer.js';
|
|
24
24
|
import '../../ui/UserProfile.js';
|
|
25
|
-
import '../../withSendbird.js';
|
|
26
|
-
import '../../_rollupPluginBabelHelpers-84c5f752.js';
|
|
27
25
|
import '../../sendbirdSelectors.js';
|
|
28
|
-
import '../../topics-
|
|
29
|
-
import '../../index-
|
|
26
|
+
import '../../topics-9faca766.js';
|
|
27
|
+
import '../../index-dd0ef007.js';
|
|
28
|
+
import '../../withSendbird.js';
|
|
29
|
+
import '../../_rollupPluginBabelHelpers-6233c00f.js';
|
|
30
30
|
import '@sendbird/chat/openChannel';
|
|
31
31
|
import '../../ui/Modal.js';
|
|
32
|
-
import '../../index-
|
|
33
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../index-b8128187.js';
|
|
33
|
+
import '../../MediaQueryContext-d5ebbd1e.js';
|
|
34
34
|
import '../../ui/UserListItem.js';
|
|
35
35
|
import '../../ui/MutedAvatarOverlay.js';
|
|
36
36
|
import '../../ui/Checkbox.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import { OpenChannelHandler } from '@sendbird/chat/openChannel';
|
|
3
3
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
4
|
-
import { U as UserProfileProvider } from '../UserProfileContext-
|
|
5
|
-
import { u as uuidv4 } from '../uuid-
|
|
4
|
+
import { U as UserProfileProvider } from '../UserProfileContext-9935594b.js';
|
|
5
|
+
import { u as uuidv4 } from '../uuid-f207b78b.js';
|
|
6
6
|
import '../withSendbird.js';
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import '../_rollupPluginBabelHelpers-6233c00f.js';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
|
|
10
10
|
var OpenChannelSettingsContext = /*#__PURE__*/React__default.createContext(undefined);
|
package/OpenChannelSettings.js
CHANGED
|
@@ -3,42 +3,42 @@ import OpenChannelUI from './OpenChannelSettings/components/OpenChannelSettingsU
|
|
|
3
3
|
import { OpenChannelSettingsProvider } from './OpenChannelSettings/context.js';
|
|
4
4
|
import './useSendbirdStateContext.js';
|
|
5
5
|
import './withSendbird.js';
|
|
6
|
-
import './_rollupPluginBabelHelpers-
|
|
7
|
-
import './UserProfileContext-
|
|
6
|
+
import './_rollupPluginBabelHelpers-6233c00f.js';
|
|
7
|
+
import './UserProfileContext-9935594b.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import './LocalizationContext-
|
|
10
|
-
import './stringSet-
|
|
11
|
-
import './index-
|
|
12
|
-
import './index-
|
|
9
|
+
import './LocalizationContext-c581ffd2.js';
|
|
10
|
+
import './stringSet-3fe94912.js';
|
|
11
|
+
import './index-dd0ef007.js';
|
|
12
|
+
import './index-c59805cc.js';
|
|
13
13
|
import './ui/Icon.js';
|
|
14
|
-
import './index-
|
|
15
|
-
import './tslib.es6-
|
|
14
|
+
import './index-10ef89fe.js';
|
|
15
|
+
import './tslib.es6-e5aaa325.js';
|
|
16
16
|
import './ui/Loader.js';
|
|
17
17
|
import './OpenChannelSettings/components/OperatorUI.js';
|
|
18
18
|
import './OpenChannelSettings/components/OpenChannelProfile.js';
|
|
19
19
|
import './ui/TextButton.js';
|
|
20
|
-
import './color-
|
|
20
|
+
import './color-511a5b42.js';
|
|
21
21
|
import './ui/OpenChannelAvatar.js';
|
|
22
22
|
import './ui/Avatar.js';
|
|
23
23
|
import './ui/ImageRenderer.js';
|
|
24
|
-
import './uuid-
|
|
25
|
-
import './utils-
|
|
24
|
+
import './uuid-f207b78b.js';
|
|
25
|
+
import './utils-9aef5738.js';
|
|
26
26
|
import './OpenChannelSettings/components/EditDetailsModal.js';
|
|
27
|
-
import './topics-
|
|
27
|
+
import './topics-9faca766.js';
|
|
28
28
|
import './ui/Modal.js';
|
|
29
29
|
import 'react-dom';
|
|
30
|
-
import './index-
|
|
30
|
+
import './index-b8128187.js';
|
|
31
31
|
import './ui/Button.js';
|
|
32
32
|
import './ui/IconButton.js';
|
|
33
|
-
import './MediaQueryContext-
|
|
33
|
+
import './MediaQueryContext-d5ebbd1e.js';
|
|
34
34
|
import './ui/Input.js';
|
|
35
|
-
import './index-
|
|
35
|
+
import './index-017eac4c.js';
|
|
36
36
|
import './ui/ContextMenu.js';
|
|
37
37
|
import './ui/SortByRow.js';
|
|
38
|
-
import './index-
|
|
38
|
+
import './index-285ff3e0.js';
|
|
39
39
|
import './utils/message/getOutgoingMessageState.js';
|
|
40
|
-
import './context-
|
|
41
|
-
import './utils-
|
|
40
|
+
import './context-f8cba433.js';
|
|
41
|
+
import './utils-02b506c3.js';
|
|
42
42
|
import './ui/UserProfile.js';
|
|
43
43
|
import './sendbirdSelectors.js';
|
|
44
44
|
import '@sendbird/chat/openChannel';
|
|
@@ -1,8 +1,8 @@
|
|
|
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 useThreadContext } from './ThreadProvider-
|
|
4
|
+
import { a as LocalizationContext } from './LocalizationContext-c581ffd2.js';
|
|
5
|
+
import { u as useThreadContext } from './ThreadProvider-0a23c2bf.js';
|
|
6
6
|
|
|
7
7
|
var RemoveMessage = function (props) {
|
|
8
8
|
var _a;
|
|
@@ -28,4 +28,4 @@ var RemoveMessage = function (props) {
|
|
|
28
28
|
};
|
|
29
29
|
|
|
30
30
|
export { RemoveMessage as R };
|
|
31
|
-
//# sourceMappingURL=RemoveMessageModal-
|
|
31
|
+
//# sourceMappingURL=RemoveMessageModal-51b522fa.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoveMessageModal-
|
|
1
|
+
{"version":3,"file":"RemoveMessageModal-51b522fa.js","sources":["../src/smart-components/Thread/components/RemoveMessageModal.tsx"],"sourcesContent":["import React, { useContext } from 'react';\n\nimport Modal from '../../../ui/Modal';\nimport { ButtonTypes } from '../../../ui/Button';\nimport { LocalizationContext } from '../../../lib/LocalizationContext';\nimport { useThreadContext } from '../context/ThreadProvider';\nimport { FileMessage, UserMessage } from '@sendbird/chat/message';\n\nexport interface RemoveMessageProps {\n onCancel: () => void; // rename to onClose\n onSubmit?: () => void;\n message: UserMessage | FileMessage;\n}\n\nconst RemoveMessage: React.FC<RemoveMessageProps> = (props: RemoveMessageProps) => {\n const {\n onCancel,\n onSubmit,\n message,\n } = props;\n const { stringSet } = useContext(LocalizationContext);\n const {\n deleteMessage,\n } = useThreadContext();\n return (\n <Modal\n type={ButtonTypes.DANGER}\n disabled={message?.threadInfo?.replyCount > 0}\n onCancel={onCancel}\n onSubmit={() => {\n deleteMessage(message).then(() => {\n onCancel?.();\n onSubmit?.();\n });\n }}\n submitText={stringSet.MESSAGE_MENU__DELETE}\n titleText={stringSet.MODAL__DELETE_MESSAGE__TITLE}\n />\n );\n};\n\nexport default RemoveMessage;\n"],"names":["RemoveMessage","props","onCancel","onSubmit","message","stringSet","useContext","LocalizationContext","deleteMessage","useThreadContext","React","ButtonTypes","DANGER","threadInfo","_a","replyCount","then","MESSAGE_MENU__DELETE","MODAL__DELETE_MESSAGE__TITLE"],"mappings":";;;;;;AAcA,IAAMA,aAAa,GAAiC,UAACC,KAAD,EAA0B;;;AAE1E,EAAA,IAAAC,QAAQ,GAGND,KAAK,CAAAC,QAHP;AAAA,MACAC,QAAQ,GAENF,KAAK,CAAAE,QAHP;AAAA,MAEAC,OAAO,GACLH,KAAK,QAHP,CAAA;AAIM,EAAA,IAAAI,SAAS,GAAKC,UAAU,CAACC,mBAAD,CAAV,UAAd,CAAA;AAEN,EAAA,IAAAC,aAAa,GACXC,gBAAgB,EAAA,cADlB,CAAA;AAEF,EAAA,oBACEC,6BAAC,KAAD,EAAA;IACE,IAAI,EAAEC,WAAW,CAACC,MADpB;AAEE,IAAA,QAAQ,EAAE,CAAA,MAAAR,OAAO,KAAA,IAAP,IAAAA,OAAO,KAAA,KAAA,CAAP,GAAO,KAAA,CAAP,GAAAA,OAAO,CAAES,UAAT,MAAqB,IAArB,IAAqBC,EAAA,KAAA,KAAA,CAArB,GAAqB,KAAA,CAArB,GAAqBA,EAAA,CAAAC,UAArB,IAAkC,CAF9C;AAGE,IAAA,QAAQ,EAAEb,QAHZ;AAIE,IAAA,QAAQ,EAAE,YAAA;AACRM,MAAAA,aAAa,CAACJ,OAAD,CAAb,CAAuBY,IAAvB,CAA4B,YAAA;AAC1Bd,QAAAA,QAAQ,KAAR,IAAA,IAAAA,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAAA,QAAQ,EAAR,CAAA;AACAC,QAAAA,QAAQ,KAAR,IAAA,IAAAA,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAAA,QAAQ,EAAR,CAAA;OAFF,CAAA,CAAA;KALJ;IAUE,UAAU,EAAEE,SAAS,CAACY,oBAVxB;IAWE,SAAS,EAAEZ,SAAS,CAACa,4BAAAA;GAZzB,CAAA,CAAA;AAeD;;;;"}
|
package/SendbirdProvider.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-6233c00f.js';
|
|
2
2
|
import React__default, { useLayoutEffect, useState, useEffect, useReducer } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { SendbirdSdkContext } from './withSendbird.js';
|
|
5
5
|
import SendbirdChat, { ConnectionHandler } from '@sendbird/chat';
|
|
6
6
|
import { OpenChannelModule } from '@sendbird/chat/openChannel';
|
|
7
7
|
import { GroupChannelModule } from '@sendbird/chat/groupChannel';
|
|
8
|
-
import { R as RESET_USER, I as INIT_USER, U as UPDATE_USER_INFO } from './actionTypes-
|
|
9
|
-
import { i as isTextuallyNull } from './index-
|
|
10
|
-
import { _ as __assign } from './tslib.es6-
|
|
8
|
+
import { R as RESET_USER, I as INIT_USER, U as UPDATE_USER_INFO } from './actionTypes-eb377b98.js';
|
|
9
|
+
import { i as isTextuallyNull } from './index-285ff3e0.js';
|
|
10
|
+
import { _ as __assign } from './tslib.es6-e5aaa325.js';
|
|
11
11
|
import cssVars from 'css-vars-ponyfill';
|
|
12
|
-
import { u as uuidv4 } from './uuid-
|
|
13
|
-
import { L as LocalizationProvider } from './LocalizationContext-
|
|
14
|
-
import { M as MediaQueryProvider } from './MediaQueryContext-
|
|
15
|
-
import { g as getStringSet } from './stringSet-
|
|
12
|
+
import { u as uuidv4 } from './uuid-f207b78b.js';
|
|
13
|
+
import { L as LocalizationProvider } from './LocalizationContext-c581ffd2.js';
|
|
14
|
+
import { M as MediaQueryProvider } from './MediaQueryContext-d5ebbd1e.js';
|
|
15
|
+
import { g as getStringSet } from './stringSet-3fe94912.js';
|
|
16
16
|
import './utils/message/getOutgoingMessageState.js';
|
|
17
|
-
import './index-
|
|
17
|
+
import './index-dd0ef007.js';
|
|
18
18
|
|
|
19
19
|
const INIT_SDK = 'INIT_SDK';
|
|
20
20
|
const SET_SDK_LOADING = 'SET_SDK_LOADING';
|
|
21
21
|
const RESET_SDK = 'RESET_SDK';
|
|
22
22
|
const SDK_ERROR = 'SDK_ERROR';
|
|
23
23
|
|
|
24
|
-
const APP_VERSION_STRING = '3.3.
|
|
24
|
+
const APP_VERSION_STRING = '3.3.2-rc.0';
|
|
25
25
|
const disconnectSdk = _ref => {
|
|
26
26
|
let {
|
|
27
27
|
sdkDispatcher,
|
|
@@ -325,7 +325,7 @@ function reducer(state, action) {
|
|
|
325
325
|
}
|
|
326
326
|
}
|
|
327
327
|
|
|
328
|
-
function useConnectionStatus(sdk, logger
|
|
328
|
+
function useConnectionStatus(sdk, logger) {
|
|
329
329
|
const [isOnline, setIsOnline] = useState(true);
|
|
330
330
|
useEffect(() => {
|
|
331
331
|
const uniqueHandlerId = uuidv4();
|
|
@@ -362,7 +362,7 @@ function useConnectionStatus(sdk, logger, configureSession) {
|
|
|
362
362
|
logger.info('Added ConnectionHandler', uniqueHandlerId); // workaround -> addConnectionHandler invalidates session handler
|
|
363
363
|
// provided through configureSession
|
|
364
364
|
|
|
365
|
-
if (sdk !== null && sdk !== void 0 && sdk.addConnectionHandler
|
|
365
|
+
if (sdk !== null && sdk !== void 0 && sdk.addConnectionHandler) {
|
|
366
366
|
sdk.addConnectionHandler(uniqueHandlerId, handler);
|
|
367
367
|
}
|
|
368
368
|
} catch (_unused) {//
|
|
@@ -375,7 +375,7 @@ function useConnectionStatus(sdk, logger, configureSession) {
|
|
|
375
375
|
} catch (_unused2) {//
|
|
376
376
|
}
|
|
377
377
|
};
|
|
378
|
-
}, [sdk
|
|
378
|
+
}, [sdk]);
|
|
379
379
|
useEffect(() => {
|
|
380
380
|
const tryReconnect = () => {
|
|
381
381
|
try {
|
|
@@ -661,7 +661,7 @@ function Sendbird(props) {
|
|
|
661
661
|
} catch (_unused) {}
|
|
662
662
|
};
|
|
663
663
|
}, [currenttheme]);
|
|
664
|
-
const isOnline = useConnectionStatus(sdkStore.sdk, logger
|
|
664
|
+
const isOnline = useConnectionStatus(sdkStore.sdk, logger);
|
|
665
665
|
const localeStringSet = React__default.useMemo(() => {
|
|
666
666
|
if (!stringSet) {
|
|
667
667
|
return getStringSet('en');
|