@sendbird/uikit-react 3.3.2-rc.0 → 3.3.2-rc.1
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 +33 -33
- 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 +23 -23
- 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 +15 -15
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +27 -27
- package/ChannelList/components/ChannelPreview.js +23 -23
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +27 -27
- package/{ChannelListProvider-564069bb.js → ChannelListProvider-f1d943e9.js} +8 -8
- package/{ChannelListProvider-564069bb.js.map → ChannelListProvider-f1d943e9.js.map} +1 -1
- package/{ChannelProvider-1e488059.js → ChannelProvider-89b938b2.js} +9 -9
- package/{ChannelProvider-1e488059.js.map → ChannelProvider-89b938b2.js.map} +1 -1
- 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-81c96cec.js → CreateChannelProvider-f1c16aa4.js} +1 -1
- package/{CreateChannelProvider-81c96cec.js.map → CreateChannelProvider-f1c16aa4.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-c581ffd2.js → LocalizationContext-4555a0ab.js} +3 -3
- package/{LocalizationContext-c581ffd2.js.map → LocalizationContext-4555a0ab.js.map} +1 -1
- package/{MediaQueryContext-d5ebbd1e.js → MediaQueryContext-f5fe19a5.js} +1 -1
- package/{MediaQueryContext-d5ebbd1e.js.map → MediaQueryContext-f5fe19a5.js.map} +1 -1
- package/{MemberList-390d035e.js → MemberList-a7266c52.js} +5 -5
- package/{MemberList-390d035e.js.map → MemberList-a7266c52.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +2 -2
- 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-cd43c26d.js → OpenChannelListProvider-657a9ce6.js} +3 -3
- package/{OpenChannelListProvider-cd43c26d.js.map → OpenChannelListProvider-657a9ce6.js.map} +1 -1
- package/{OpenChannelProvider-d72936c7.js → OpenChannelProvider-f3a0d332.js} +7 -7
- package/{OpenChannelProvider-d72936c7.js.map → OpenChannelProvider-f3a0d332.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-51b522fa.js → RemoveMessageModal-0e48324d.js} +3 -3
- package/{RemoveMessageModal-51b522fa.js.map → RemoveMessageModal-0e48324d.js.map} +1 -1
- package/SendbirdProvider.js +10 -10
- 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 +21 -21
- package/Thread/components/ThreadListItem.js +21 -21
- package/Thread/components/ThreadMessageInput.js +16 -16
- package/Thread/components/ThreadUI.js +23 -23
- package/Thread/context.js +8 -8
- package/Thread.js +23 -23
- package/{ThreadProvider-0a23c2bf.js → ThreadProvider-c0f5f178.js} +6 -6
- package/{ThreadProvider-0a23c2bf.js.map → ThreadProvider-c0f5f178.js.map} +1 -1
- package/{UserProfileContext-9935594b.js → UserProfileContext-2b5fa41d.js} +1 -1
- package/{UserProfileContext-9935594b.js.map → UserProfileContext-2b5fa41d.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-6233c00f.js → _rollupPluginBabelHelpers-7f3d07b7.js} +1 -1
- package/_rollupPluginBabelHelpers-7f3d07b7.js.map +1 -0
- package/{actionTypes-eb377b98.js → actionTypes-5341892b.js} +1 -1
- package/{actionTypes-eb377b98.js.map → actionTypes-5341892b.js.map} +1 -1
- package/cjs/App.js +33 -33
- 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 +23 -23
- 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 +15 -15
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +27 -27
- 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 +27 -27
- package/cjs/{ChannelListProvider-51a4a5c1.js → ChannelListProvider-07050c97.js} +8 -8
- package/cjs/{ChannelListProvider-51a4a5c1.js.map → ChannelListProvider-07050c97.js.map} +1 -1
- package/cjs/{ChannelProvider-2e5c9be5.js → ChannelProvider-0b18e74d.js} +9 -9
- package/cjs/{ChannelProvider-2e5c9be5.js.map → ChannelProvider-0b18e74d.js.map} +1 -1
- 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-c476be83.js → CreateChannelProvider-90c76533.js} +1 -1
- package/cjs/{CreateChannelProvider-c476be83.js.map → CreateChannelProvider-90c76533.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-1655a716.js → LocalizationContext-c85528b2.js} +3 -3
- package/cjs/{LocalizationContext-1655a716.js.map → LocalizationContext-c85528b2.js.map} +1 -1
- package/cjs/{MediaQueryContext-f7ffb064.js → MediaQueryContext-9604faf7.js} +1 -1
- package/cjs/{MediaQueryContext-f7ffb064.js.map → MediaQueryContext-9604faf7.js.map} +1 -1
- package/cjs/{MemberList-a2bcebe2.js → MemberList-1475fa3a.js} +5 -5
- package/cjs/{MemberList-a2bcebe2.js.map → MemberList-1475fa3a.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +2 -2
- 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-80f7031c.js → OpenChannelListProvider-546c1889.js} +3 -3
- package/cjs/{OpenChannelListProvider-80f7031c.js.map → OpenChannelListProvider-546c1889.js.map} +1 -1
- package/cjs/{OpenChannelProvider-e8d75693.js → OpenChannelProvider-62c4f7db.js} +7 -7
- package/cjs/{OpenChannelProvider-e8d75693.js.map → OpenChannelProvider-62c4f7db.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-8febfd78.js → RemoveMessageModal-f18feb27.js} +3 -3
- package/cjs/{RemoveMessageModal-8febfd78.js.map → RemoveMessageModal-f18feb27.js.map} +1 -1
- package/cjs/SendbirdProvider.js +10 -10
- 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 +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/context.js +8 -8
- package/cjs/Thread.js +23 -23
- package/cjs/{ThreadProvider-0f75d88a.js → ThreadProvider-63ef60f9.js} +6 -6
- package/cjs/{ThreadProvider-0f75d88a.js.map → ThreadProvider-63ef60f9.js.map} +1 -1
- package/cjs/{UserProfileContext-a96da78b.js → UserProfileContext-df31e6ef.js} +1 -1
- package/cjs/{UserProfileContext-a96da78b.js.map → UserProfileContext-df31e6ef.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-af248340.js → _rollupPluginBabelHelpers-b1ccabbe.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-b1ccabbe.js.map +1 -0
- package/cjs/{actionTypes-5b1e37d0.js → actionTypes-5a7932a4.js} +1 -1
- package/cjs/{actionTypes-5b1e37d0.js.map → actionTypes-5a7932a4.js.map} +1 -1
- package/cjs/{color-c4b0c2fb.js → color-80581acc.js} +1 -1
- package/cjs/{color-c4b0c2fb.js.map → color-80581acc.js.map} +1 -1
- package/cjs/{compareIds-127e52cc.js → compareIds-c1ed13c2.js} +1 -1
- package/cjs/{compareIds-127e52cc.js.map → compareIds-c1ed13c2.js.map} +1 -1
- package/cjs/{const-c45dcade.js → const-a6e00383.js} +1 -1
- package/cjs/{const-c45dcade.js.map → const-a6e00383.js.map} +1 -1
- package/cjs/{const-1e64d58f.js → const-b5e38e4b.js} +1 -1
- package/cjs/{const-1e64d58f.js.map → const-b5e38e4b.js.map} +1 -1
- package/cjs/{context-da4564bd.js → context-44b33dd3.js} +2 -2
- package/cjs/{context-da4564bd.js.map → context-44b33dd3.js.map} +1 -1
- package/cjs/dist/index.css +55 -55
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-a65b2d33.js → index-164b34e2.js} +2 -2
- package/cjs/{index-a65b2d33.js.map → index-164b34e2.js.map} +1 -1
- package/cjs/{index-6bc23f6d.js → index-516fd506.js} +4 -4
- package/cjs/{index-6bc23f6d.js.map → index-516fd506.js.map} +1 -1
- package/cjs/{index-73c872fc.js → index-524c737b.js} +7 -7
- package/cjs/{index-73c872fc.js.map → index-524c737b.js.map} +1 -1
- package/cjs/{index-1239773e.js → index-5a6f792a.js} +2 -2
- package/cjs/{index-1239773e.js.map → index-5a6f792a.js.map} +1 -1
- package/cjs/{index-ba596000.js → index-60e22fda.js} +2 -2
- package/cjs/{index-ba596000.js.map → index-60e22fda.js.map} +1 -1
- package/cjs/{index-dd8ad6c7.js → index-62b2547e.js} +1 -1
- package/cjs/{index-dd8ad6c7.js.map → index-62b2547e.js.map} +1 -1
- package/cjs/{index-7c73ea98.js → index-6a34f936.js} +4 -4
- package/cjs/{index-7c73ea98.js.map → index-6a34f936.js.map} +1 -1
- package/cjs/{index-5e4396d3.js → index-86dc8c89.js} +2 -2
- package/cjs/{index-5e4396d3.js.map → index-86dc8c89.js.map} +1 -1
- package/cjs/{index-eba0d9f2.js → index-97da74d8.js} +2 -2
- package/cjs/{index-eba0d9f2.js.map → index-97da74d8.js.map} +1 -1
- package/cjs/{index-ba47e698.js → index-d955ef72.js} +5 -5
- package/cjs/{index-ba47e698.js.map → index-d955ef72.js.map} +1 -1
- package/cjs/{index-ba6b5a5d.js → index-e1219afa.js} +1 -1
- package/cjs/{index-ba6b5a5d.js.map → index-e1219afa.js.map} +1 -1
- package/cjs/index.js +37 -37
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-ff624701.js → stringSet-d2a0857a.js} +1 -1
- package/cjs/{stringSet-ff624701.js.map → stringSet-d2a0857a.js.map} +1 -1
- package/cjs/{topics-e4d4db3c.js → topics-d24712e2.js} +1 -1
- package/cjs/{topics-e4d4db3c.js.map → topics-d24712e2.js.map} +1 -1
- package/cjs/{tslib.es6-e3c88eb7.js → tslib.es6-6d1420fc.js} +1 -1
- package/cjs/{tslib.es6-e3c88eb7.js.map → tslib.es6-6d1420fc.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 +11 -11
- package/cjs/ui/MessageContent.js +17 -17
- 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 +7 -7
- 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-baac96a0.js → useLongPress-ef333b73.js} +3 -3
- package/cjs/{useLongPress-baac96a0.js.map → useLongPress-ef333b73.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-ce3a9e75.js → utils-2d7520c0.js} +1 -1
- package/cjs/{utils-ce3a9e75.js.map → utils-2d7520c0.js.map} +1 -1
- package/cjs/{utils-771a7cfd.js → utils-915f0090.js} +1 -1
- package/cjs/{utils-771a7cfd.js.map → utils-915f0090.js.map} +1 -1
- package/cjs/{utils-3efcf418.js → utils-baedbdee.js} +1 -1
- package/cjs/{utils-3efcf418.js.map → utils-baedbdee.js.map} +1 -1
- package/cjs/{utils-bd0db64a.js → utils-e3855c65.js} +2 -2
- package/cjs/{utils-bd0db64a.js.map → utils-e3855c65.js.map} +1 -1
- package/cjs/{uuid-bd85e729.js → uuid-d37cf7ed.js} +1 -1
- package/cjs/{uuid-bd85e729.js.map → uuid-d37cf7ed.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-511a5b42.js → color-37e730dc.js} +1 -1
- package/{color-511a5b42.js.map → color-37e730dc.js.map} +1 -1
- package/{compareIds-3651c02d.js → compareIds-027f7827.js} +1 -1
- package/{compareIds-3651c02d.js.map → compareIds-027f7827.js.map} +1 -1
- package/{const-06f94833.js → const-2a74285d.js} +1 -1
- package/{const-06f94833.js.map → const-2a74285d.js.map} +1 -1
- package/{const-b3d8870d.js → const-d024dac3.js} +1 -1
- package/{const-b3d8870d.js.map → const-d024dac3.js.map} +1 -1
- package/{context-f8cba433.js → context-5f9c191c.js} +2 -2
- package/{context-f8cba433.js.map → context-5f9c191c.js.map} +1 -1
- package/dist/index.css +55 -55
- package/dist/index.css.map +1 -1
- package/{index-10ef89fe.js → index-0572f2ca.js} +4 -4
- package/{index-10ef89fe.js.map → index-0572f2ca.js.map} +1 -1
- package/{index-285ff3e0.js → index-17ae8d14.js} +2 -2
- package/{index-285ff3e0.js.map → index-17ae8d14.js.map} +1 -1
- package/{index-b8128187.js → index-1f606f17.js} +1 -1
- package/{index-b8128187.js.map → index-1f606f17.js.map} +1 -1
- package/{index-05f671e7.js → index-42de0dfb.js} +2 -2
- package/{index-05f671e7.js.map → index-42de0dfb.js.map} +1 -1
- package/{index-bc7c98ed.js → index-a60f06c5.js} +4 -4
- package/{index-bc7c98ed.js.map → index-a60f06c5.js.map} +1 -1
- package/{index-017eac4c.js → index-a898398a.js} +7 -7
- package/{index-017eac4c.js.map → index-a898398a.js.map} +1 -1
- package/{index-bec40044.js → index-b3397f71.js} +2 -2
- package/{index-bec40044.js.map → index-b3397f71.js.map} +1 -1
- package/{index-c6555da8.js → index-bd3b3280.js} +2 -2
- package/{index-c6555da8.js.map → index-bd3b3280.js.map} +1 -1
- package/{index-ee208e32.js → index-d389c7a9.js} +5 -5
- package/{index-ee208e32.js.map → index-d389c7a9.js.map} +1 -1
- package/{index-c59805cc.js → index-d534ec25.js} +2 -2
- package/{index-c59805cc.js.map → index-d534ec25.js.map} +1 -1
- package/{index-dd0ef007.js → index-dcdcf14c.js} +1 -1
- package/{index-dd0ef007.js.map → index-dcdcf14c.js.map} +1 -1
- package/index.d.ts +3 -2
- package/index.js +37 -37
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-3fe94912.js → stringSet-10201dfc.js} +1 -1
- package/{stringSet-3fe94912.js.map → stringSet-10201dfc.js.map} +1 -1
- package/{topics-9faca766.js → topics-e3fd3d20.js} +1 -1
- package/{topics-9faca766.js.map → topics-e3fd3d20.js.map} +1 -1
- package/{tslib.es6-e5aaa325.js → tslib.es6-c8dc26ec.js} +1 -1
- package/{tslib.es6-e5aaa325.js.map → tslib.es6-c8dc26ec.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 +11 -11
- package/ui/MessageContent.js +17 -17
- 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 +7 -7
- 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-6e164096.js → useLongPress-ffc9f017.js} +3 -3
- package/{useLongPress-6e164096.js.map → useLongPress-ffc9f017.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/{utils-3d66c519.js → utils-363173f4.js} +1 -1
- package/{utils-3d66c519.js.map → utils-363173f4.js.map} +1 -1
- package/{utils-6053d1e1.js → utils-36582b62.js} +2 -2
- package/{utils-6053d1e1.js.map → utils-36582b62.js.map} +1 -1
- package/{utils-9aef5738.js → utils-5d01b90d.js} +1 -1
- package/{utils-9aef5738.js.map → utils-5d01b90d.js.map} +1 -1
- package/{utils-02b506c3.js → utils-b2638577.js} +1 -1
- package/{utils-02b506c3.js.map → utils-b2638577.js.map} +1 -1
- package/{uuid-f207b78b.js → uuid-8e0cd64d.js} +1 -1
- package/{uuid-f207b78b.js.map → uuid-8e0cd64d.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-6233c00f.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-af248340.js.map +0 -1
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import React__default, { useContext, useState } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4555a0ab.js';
|
|
3
3
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
4
4
|
import { useChannelSettingsContext } from '../context.js';
|
|
5
5
|
import ChannelAvatar from '../../ui/ChannelAvatar.js';
|
|
6
6
|
import TextButton from '../../ui/TextButton.js';
|
|
7
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
7
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-d534ec25.js';
|
|
8
8
|
import EditDetails from './EditDetailsModal.js';
|
|
9
|
-
import '../../stringSet-
|
|
10
|
-
import '../../index-
|
|
9
|
+
import '../../stringSet-10201dfc.js';
|
|
10
|
+
import '../../index-dcdcf14c.js';
|
|
11
11
|
import '../../withSendbird.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
13
|
-
import '../../UserProfileContext-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-7f3d07b7.js';
|
|
13
|
+
import '../../UserProfileContext-2b5fa41d.js';
|
|
14
14
|
import 'prop-types';
|
|
15
|
-
import '../../uuid-
|
|
15
|
+
import '../../uuid-8e0cd64d.js';
|
|
16
16
|
import '../../ui/Avatar.js';
|
|
17
|
-
import '../../tslib.es6-
|
|
17
|
+
import '../../tslib.es6-c8dc26ec.js';
|
|
18
18
|
import '../../ui/ImageRenderer.js';
|
|
19
19
|
import '../../ui/Icon.js';
|
|
20
|
-
import '../../utils-
|
|
21
|
-
import '../../color-
|
|
20
|
+
import '../../utils-5d01b90d.js';
|
|
21
|
+
import '../../color-37e730dc.js';
|
|
22
22
|
import '../../ui/Modal.js';
|
|
23
23
|
import 'react-dom';
|
|
24
|
-
import '../../index-
|
|
24
|
+
import '../../index-1f606f17.js';
|
|
25
25
|
import '../../ui/Button.js';
|
|
26
26
|
import '../../ui/IconButton.js';
|
|
27
|
-
import '../../MediaQueryContext-
|
|
27
|
+
import '../../MediaQueryContext-f5fe19a5.js';
|
|
28
28
|
import '../../ui/Input.js';
|
|
29
29
|
|
|
30
30
|
var ChannelProfile = function () {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useContext, useState } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
3
|
import { useChannelSettingsContext } from '../context.js';
|
|
4
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
6
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
4
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-0572f2ca.js';
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-d534ec25.js';
|
|
6
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4555a0ab.js';
|
|
7
7
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
8
8
|
import IconButton from '../../ui/IconButton.js';
|
|
9
9
|
import ChannelProfile from './ChannelProfile.js';
|
|
@@ -11,45 +11,45 @@ import AdminPannel from './ModerationPanel.js';
|
|
|
11
11
|
import LeaveChannel from './LeaveChannel.js';
|
|
12
12
|
import UserPanel from './UserPanel.js';
|
|
13
13
|
import '../../withSendbird.js';
|
|
14
|
-
import '../../_rollupPluginBabelHelpers-
|
|
15
|
-
import '../../UserProfileContext-
|
|
14
|
+
import '../../_rollupPluginBabelHelpers-7f3d07b7.js';
|
|
15
|
+
import '../../UserProfileContext-2b5fa41d.js';
|
|
16
16
|
import 'prop-types';
|
|
17
|
-
import '../../uuid-
|
|
18
|
-
import '../../tslib.es6-
|
|
17
|
+
import '../../uuid-8e0cd64d.js';
|
|
18
|
+
import '../../tslib.es6-c8dc26ec.js';
|
|
19
19
|
import '../../ui/Loader.js';
|
|
20
|
-
import '../../stringSet-
|
|
21
|
-
import '../../index-
|
|
20
|
+
import '../../stringSet-10201dfc.js';
|
|
21
|
+
import '../../index-dcdcf14c.js';
|
|
22
22
|
import '../../ui/ChannelAvatar.js';
|
|
23
23
|
import '../../ui/Avatar.js';
|
|
24
24
|
import '../../ui/ImageRenderer.js';
|
|
25
|
-
import '../../utils-
|
|
25
|
+
import '../../utils-5d01b90d.js';
|
|
26
26
|
import '../../ui/TextButton.js';
|
|
27
|
-
import '../../color-
|
|
27
|
+
import '../../color-37e730dc.js';
|
|
28
28
|
import './EditDetailsModal.js';
|
|
29
29
|
import '../../ui/Modal.js';
|
|
30
30
|
import 'react-dom';
|
|
31
|
-
import '../../index-
|
|
31
|
+
import '../../index-1f606f17.js';
|
|
32
32
|
import '../../ui/Button.js';
|
|
33
|
-
import '../../MediaQueryContext-
|
|
33
|
+
import '../../MediaQueryContext-f5fe19a5.js';
|
|
34
34
|
import '../../ui/Input.js';
|
|
35
35
|
import '../../ui/Accordion.js';
|
|
36
36
|
import '../../ui/AccordionGroup.js';
|
|
37
|
-
import '../../context-
|
|
38
|
-
import '../../utils-
|
|
37
|
+
import '../../context-5f9c191c.js';
|
|
38
|
+
import '../../utils-b2638577.js';
|
|
39
39
|
import '../../ui/Badge.js';
|
|
40
40
|
import '../../ui/ContextMenu.js';
|
|
41
41
|
import '../../ui/SortByRow.js';
|
|
42
|
-
import '../../index-
|
|
42
|
+
import '../../index-17ae8d14.js';
|
|
43
43
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
44
44
|
import './UserListItem.js';
|
|
45
45
|
import '../../ui/MutedAvatarOverlay.js';
|
|
46
46
|
import '../../ui/UserProfile.js';
|
|
47
47
|
import '../../sendbirdSelectors.js';
|
|
48
|
-
import '../../topics-
|
|
48
|
+
import '../../topics-e3fd3d20.js';
|
|
49
49
|
import '../../ui/UserListItem.js';
|
|
50
50
|
import '../../ui/Checkbox.js';
|
|
51
51
|
import '@sendbird/chat/groupChannel';
|
|
52
|
-
import '../../MemberList-
|
|
52
|
+
import '../../MemberList-a7266c52.js';
|
|
53
53
|
|
|
54
54
|
var ChannelSettingsUI = function (props) {
|
|
55
55
|
var _a, _b;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useContext } from 'react';
|
|
2
2
|
import { useChannelSettingsContext } from '../context.js';
|
|
3
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4555a0ab.js';
|
|
4
4
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
5
5
|
import Modal from '../../ui/Modal.js';
|
|
6
6
|
import Input, { InputLabel } from '../../ui/Input.js';
|
|
7
7
|
import Avatar from '../../ui/Avatar.js';
|
|
8
8
|
import { ButtonTypes } from '../../ui/Button.js';
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-d534ec25.js';
|
|
10
10
|
import TextButton from '../../ui/TextButton.js';
|
|
11
11
|
import ChannelAvatar from '../../ui/ChannelAvatar.js';
|
|
12
|
-
import { u as uuidv4 } from '../../uuid-
|
|
13
|
-
import '../../UserProfileContext-
|
|
12
|
+
import { u as uuidv4 } from '../../uuid-8e0cd64d.js';
|
|
13
|
+
import '../../UserProfileContext-2b5fa41d.js';
|
|
14
14
|
import 'prop-types';
|
|
15
15
|
import '../../withSendbird.js';
|
|
16
|
-
import '../../_rollupPluginBabelHelpers-
|
|
17
|
-
import '../../stringSet-
|
|
18
|
-
import '../../index-
|
|
16
|
+
import '../../_rollupPluginBabelHelpers-7f3d07b7.js';
|
|
17
|
+
import '../../stringSet-10201dfc.js';
|
|
18
|
+
import '../../index-dcdcf14c.js';
|
|
19
19
|
import 'react-dom';
|
|
20
|
-
import '../../index-
|
|
20
|
+
import '../../index-1f606f17.js';
|
|
21
21
|
import '../../ui/Icon.js';
|
|
22
22
|
import '../../ui/IconButton.js';
|
|
23
|
-
import '../../tslib.es6-
|
|
24
|
-
import '../../MediaQueryContext-
|
|
23
|
+
import '../../tslib.es6-c8dc26ec.js';
|
|
24
|
+
import '../../MediaQueryContext-f5fe19a5.js';
|
|
25
25
|
import '../../ui/ImageRenderer.js';
|
|
26
|
-
import '../../color-
|
|
27
|
-
import '../../utils-
|
|
26
|
+
import '../../color-37e730dc.js';
|
|
27
|
+
import '../../utils-5d01b90d.js';
|
|
28
28
|
|
|
29
29
|
var EditDetails = function (props) {
|
|
30
30
|
var _a, _b, _c;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
3
|
import { useChannelSettingsContext } from '../context.js';
|
|
4
|
-
import { n as noop } from '../../utils-
|
|
4
|
+
import { n as noop } from '../../utils-b2638577.js';
|
|
5
5
|
import Modal from '../../ui/Modal.js';
|
|
6
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
7
|
-
import { u as useMediaQueryContext } from '../../MediaQueryContext-
|
|
6
|
+
import { u as useLocalization } from '../../LocalizationContext-4555a0ab.js';
|
|
7
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-f5fe19a5.js';
|
|
8
8
|
import TextButton from '../../ui/TextButton.js';
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-d534ec25.js';
|
|
10
10
|
import '../../withSendbird.js';
|
|
11
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
-
import '../../UserProfileContext-
|
|
11
|
+
import '../../_rollupPluginBabelHelpers-7f3d07b7.js';
|
|
12
|
+
import '../../UserProfileContext-2b5fa41d.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-8e0cd64d.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-1f606f17.js';
|
|
17
17
|
import '../../ui/Button.js';
|
|
18
|
-
import '../../tslib.es6-
|
|
18
|
+
import '../../tslib.es6-c8dc26ec.js';
|
|
19
19
|
import '../../ui/Icon.js';
|
|
20
20
|
import '../../ui/IconButton.js';
|
|
21
|
-
import '../../stringSet-
|
|
22
|
-
import '../../index-
|
|
23
|
-
import '../../color-
|
|
21
|
+
import '../../stringSet-10201dfc.js';
|
|
22
|
+
import '../../index-dcdcf14c.js';
|
|
23
|
+
import '../../color-37e730dc.js';
|
|
24
24
|
|
|
25
25
|
var LeaveChannel = function (props) {
|
|
26
26
|
var _a, _b;
|
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
import React__default, { useState, useContext, useEffect, useCallback } from 'react';
|
|
2
|
-
import { a as LocalizationContext, u as useLocalization } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext, u as useLocalization } from '../../LocalizationContext-4555a0ab.js';
|
|
3
3
|
import Accordion, { AccordionGroup } from '../../ui/Accordion.js';
|
|
4
|
-
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-
|
|
4
|
+
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-d534ec25.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
6
|
import Badge from '../../ui/Badge.js';
|
|
7
7
|
import Button, { ButtonTypes, ButtonSizes } from '../../ui/Button.js';
|
|
8
8
|
import IconButton from '../../ui/IconButton.js';
|
|
9
9
|
import ContextMenu, { MenuItems, MenuItem } from '../../ui/ContextMenu.js';
|
|
10
10
|
import UserListItem$1 from './UserListItem.js';
|
|
11
|
-
import { a as __spreadArray, _ as __assign } from '../../tslib.es6-
|
|
11
|
+
import { a as __spreadArray, _ as __assign } from '../../tslib.es6-c8dc26ec.js';
|
|
12
12
|
import Modal from '../../ui/Modal.js';
|
|
13
13
|
import UserListItem from '../../ui/UserListItem.js';
|
|
14
14
|
import { useChannelSettingsContext } from '../context.js';
|
|
15
15
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
16
16
|
import { OperatorFilter } from '@sendbird/chat/groupChannel';
|
|
17
|
-
import { M as MemberList } from '../../MemberList-
|
|
18
|
-
import { n as noop } from '../../utils-
|
|
19
|
-
import '../../stringSet-
|
|
20
|
-
import '../../index-
|
|
17
|
+
import { M as MemberList } from '../../MemberList-a7266c52.js';
|
|
18
|
+
import { n as noop } from '../../utils-b2638577.js';
|
|
19
|
+
import '../../stringSet-10201dfc.js';
|
|
20
|
+
import '../../index-dcdcf14c.js';
|
|
21
21
|
import '../../ui/AccordionGroup.js';
|
|
22
|
-
import '../../context-
|
|
22
|
+
import '../../context-5f9c191c.js';
|
|
23
23
|
import 'prop-types';
|
|
24
24
|
import 'react-dom';
|
|
25
25
|
import '../../ui/SortByRow.js';
|
|
26
|
-
import '../../uuid-
|
|
27
|
-
import '../../index-
|
|
26
|
+
import '../../uuid-8e0cd64d.js';
|
|
27
|
+
import '../../index-17ae8d14.js';
|
|
28
28
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
29
|
-
import '../../UserProfileContext-
|
|
29
|
+
import '../../UserProfileContext-2b5fa41d.js';
|
|
30
30
|
import '../../ui/Avatar.js';
|
|
31
31
|
import '../../ui/ImageRenderer.js';
|
|
32
32
|
import '../../ui/MutedAvatarOverlay.js';
|
|
33
33
|
import '../../ui/UserProfile.js';
|
|
34
34
|
import '../../sendbirdSelectors.js';
|
|
35
|
-
import '../../topics-
|
|
36
|
-
import '../../index-
|
|
37
|
-
import '../../MediaQueryContext-
|
|
35
|
+
import '../../topics-e3fd3d20.js';
|
|
36
|
+
import '../../index-1f606f17.js';
|
|
37
|
+
import '../../MediaQueryContext-f5fe19a5.js';
|
|
38
38
|
import '../../ui/Checkbox.js';
|
|
39
39
|
import '../../withSendbird.js';
|
|
40
|
-
import '../../_rollupPluginBabelHelpers-
|
|
40
|
+
import '../../_rollupPluginBabelHelpers-7f3d07b7.js';
|
|
41
41
|
|
|
42
42
|
function OperatorsModal(_a) {
|
|
43
43
|
var _b;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../../tslib.es6-c8dc26ec.js';
|
|
2
2
|
import React__default, { useRef, useContext } from 'react';
|
|
3
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
4
|
-
import { a as UserProfileContext } from '../../UserProfileContext-
|
|
3
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4555a0ab.js';
|
|
4
|
+
import { a as UserProfileContext } from '../../UserProfileContext-2b5fa41d.js';
|
|
5
5
|
import Avatar from '../../ui/Avatar.js';
|
|
6
6
|
import MutedAvatarOverlay from '../../ui/MutedAvatarOverlay.js';
|
|
7
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
7
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-d534ec25.js';
|
|
8
8
|
import UserProfile from '../../ui/UserProfile.js';
|
|
9
9
|
import ContextMenu, { MenuItems } from '../../ui/ContextMenu.js';
|
|
10
|
-
import '../../stringSet-
|
|
11
|
-
import '../../index-
|
|
10
|
+
import '../../stringSet-10201dfc.js';
|
|
11
|
+
import '../../index-dcdcf14c.js';
|
|
12
12
|
import 'prop-types';
|
|
13
13
|
import '../../ui/ImageRenderer.js';
|
|
14
14
|
import '../../ui/Icon.js';
|
|
15
|
-
import '../../uuid-
|
|
15
|
+
import '../../uuid-8e0cd64d.js';
|
|
16
16
|
import '../../sendbirdSelectors.js';
|
|
17
|
-
import '../../topics-
|
|
18
|
-
import '../../utils-
|
|
17
|
+
import '../../topics-e3fd3d20.js';
|
|
18
|
+
import '../../utils-b2638577.js';
|
|
19
19
|
import '../../ui/Button.js';
|
|
20
20
|
import '../../useSendbirdStateContext.js';
|
|
21
21
|
import '../../withSendbird.js';
|
|
22
|
-
import '../../_rollupPluginBabelHelpers-
|
|
22
|
+
import '../../_rollupPluginBabelHelpers-7f3d07b7.js';
|
|
23
23
|
import 'react-dom';
|
|
24
24
|
import '../../ui/SortByRow.js';
|
|
25
|
-
import '../../index-
|
|
25
|
+
import '../../index-17ae8d14.js';
|
|
26
26
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
27
27
|
|
|
28
28
|
var COMPONENT_NAME = 'sendbird-user-list-item--small';
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
import React__default, { useContext, useState } 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-4555a0ab.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-d534ec25.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
5
5
|
import Badge from '../../ui/Badge.js';
|
|
6
|
-
import { M as MemberList } from '../../MemberList-
|
|
6
|
+
import { M as MemberList } from '../../MemberList-a7266c52.js';
|
|
7
7
|
import { useChannelSettingsContext } from '../context.js';
|
|
8
|
-
import '../../stringSet-
|
|
9
|
-
import '../../index-
|
|
8
|
+
import '../../stringSet-10201dfc.js';
|
|
9
|
+
import '../../index-dcdcf14c.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../../tslib.es6-
|
|
11
|
+
import '../../tslib.es6-c8dc26ec.js';
|
|
12
12
|
import '../../ui/Button.js';
|
|
13
13
|
import '../../ui/IconButton.js';
|
|
14
14
|
import '../../ui/ContextMenu.js';
|
|
15
15
|
import 'react-dom';
|
|
16
16
|
import '../../ui/SortByRow.js';
|
|
17
|
-
import '../../uuid-
|
|
18
|
-
import '../../index-
|
|
17
|
+
import '../../uuid-8e0cd64d.js';
|
|
18
|
+
import '../../index-17ae8d14.js';
|
|
19
19
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
20
20
|
import './UserListItem.js';
|
|
21
|
-
import '../../UserProfileContext-
|
|
21
|
+
import '../../UserProfileContext-2b5fa41d.js';
|
|
22
22
|
import '../../ui/Avatar.js';
|
|
23
23
|
import '../../ui/ImageRenderer.js';
|
|
24
24
|
import '../../ui/MutedAvatarOverlay.js';
|
|
25
25
|
import '../../ui/UserProfile.js';
|
|
26
26
|
import '../../sendbirdSelectors.js';
|
|
27
|
-
import '../../topics-
|
|
28
|
-
import '../../utils-
|
|
27
|
+
import '../../topics-e3fd3d20.js';
|
|
28
|
+
import '../../utils-b2638577.js';
|
|
29
29
|
import '../../useSendbirdStateContext.js';
|
|
30
30
|
import '../../withSendbird.js';
|
|
31
|
-
import '../../_rollupPluginBabelHelpers-
|
|
31
|
+
import '../../_rollupPluginBabelHelpers-7f3d07b7.js';
|
|
32
32
|
import '../../ui/Modal.js';
|
|
33
|
-
import '../../index-
|
|
34
|
-
import '../../MediaQueryContext-
|
|
33
|
+
import '../../index-1f606f17.js';
|
|
34
|
+
import '../../MediaQueryContext-f5fe19a5.js';
|
|
35
35
|
import '../../ui/UserListItem.js';
|
|
36
36
|
import '../../ui/Checkbox.js';
|
|
37
37
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
3
|
-
import { U as UserProfileProvider } from '../UserProfileContext-
|
|
4
|
-
import { u as uuidv4 } from '../uuid-
|
|
3
|
+
import { U as UserProfileProvider } from '../UserProfileContext-2b5fa41d.js';
|
|
4
|
+
import { u as uuidv4 } from '../uuid-8e0cd64d.js';
|
|
5
5
|
import '../withSendbird.js';
|
|
6
|
-
import '../_rollupPluginBabelHelpers-
|
|
6
|
+
import '../_rollupPluginBabelHelpers-7f3d07b7.js';
|
|
7
7
|
import 'prop-types';
|
|
8
8
|
|
|
9
9
|
var ChannelSettingsContext = /*#__PURE__*/React__default.createContext(undefined);
|
package/ChannelSettings.js
CHANGED
|
@@ -3,52 +3,52 @@ import ChannelSettingsUI from './ChannelSettings/components/ChannelSettingsUI.js
|
|
|
3
3
|
import { ChannelSettingsProvider } from './ChannelSettings/context.js';
|
|
4
4
|
import './useSendbirdStateContext.js';
|
|
5
5
|
import './withSendbird.js';
|
|
6
|
-
import './_rollupPluginBabelHelpers-
|
|
7
|
-
import './index-
|
|
8
|
-
import './tslib.es6-
|
|
9
|
-
import './LocalizationContext-
|
|
10
|
-
import './stringSet-
|
|
11
|
-
import './index-
|
|
6
|
+
import './_rollupPluginBabelHelpers-7f3d07b7.js';
|
|
7
|
+
import './index-0572f2ca.js';
|
|
8
|
+
import './tslib.es6-c8dc26ec.js';
|
|
9
|
+
import './LocalizationContext-4555a0ab.js';
|
|
10
|
+
import './stringSet-10201dfc.js';
|
|
11
|
+
import './index-dcdcf14c.js';
|
|
12
12
|
import './ui/Icon.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import './index-
|
|
14
|
+
import './index-d534ec25.js';
|
|
15
15
|
import './ui/Loader.js';
|
|
16
16
|
import './ui/IconButton.js';
|
|
17
17
|
import './ChannelSettings/components/ChannelProfile.js';
|
|
18
18
|
import './ui/ChannelAvatar.js';
|
|
19
19
|
import './ui/Avatar.js';
|
|
20
20
|
import './ui/ImageRenderer.js';
|
|
21
|
-
import './uuid-
|
|
22
|
-
import './utils-
|
|
21
|
+
import './uuid-8e0cd64d.js';
|
|
22
|
+
import './utils-5d01b90d.js';
|
|
23
23
|
import './ui/TextButton.js';
|
|
24
|
-
import './color-
|
|
24
|
+
import './color-37e730dc.js';
|
|
25
25
|
import './ChannelSettings/components/EditDetailsModal.js';
|
|
26
26
|
import './ui/Modal.js';
|
|
27
27
|
import 'react-dom';
|
|
28
|
-
import './index-
|
|
28
|
+
import './index-1f606f17.js';
|
|
29
29
|
import './ui/Button.js';
|
|
30
|
-
import './MediaQueryContext-
|
|
30
|
+
import './MediaQueryContext-f5fe19a5.js';
|
|
31
31
|
import './ui/Input.js';
|
|
32
32
|
import './ChannelSettings/components/ModerationPanel.js';
|
|
33
33
|
import './ui/Accordion.js';
|
|
34
34
|
import './ui/AccordionGroup.js';
|
|
35
|
-
import './context-
|
|
36
|
-
import './utils-
|
|
35
|
+
import './context-5f9c191c.js';
|
|
36
|
+
import './utils-b2638577.js';
|
|
37
37
|
import './ui/Badge.js';
|
|
38
38
|
import './ui/ContextMenu.js';
|
|
39
39
|
import './ui/SortByRow.js';
|
|
40
|
-
import './index-
|
|
40
|
+
import './index-17ae8d14.js';
|
|
41
41
|
import './utils/message/getOutgoingMessageState.js';
|
|
42
42
|
import './ChannelSettings/components/UserListItem.js';
|
|
43
|
-
import './UserProfileContext-
|
|
43
|
+
import './UserProfileContext-2b5fa41d.js';
|
|
44
44
|
import './ui/MutedAvatarOverlay.js';
|
|
45
45
|
import './ui/UserProfile.js';
|
|
46
46
|
import './sendbirdSelectors.js';
|
|
47
|
-
import './topics-
|
|
47
|
+
import './topics-e3fd3d20.js';
|
|
48
48
|
import './ui/UserListItem.js';
|
|
49
49
|
import './ui/Checkbox.js';
|
|
50
50
|
import '@sendbird/chat/groupChannel';
|
|
51
|
-
import './MemberList-
|
|
51
|
+
import './MemberList-a7266c52.js';
|
|
52
52
|
import './ChannelSettings/components/LeaveChannel.js';
|
|
53
53
|
import './ChannelSettings/components/UserPanel.js';
|
|
54
54
|
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { u as useCreateChannelContext } from '../../CreateChannelProvider-
|
|
2
|
+
import { u as useCreateChannelContext } from '../../CreateChannelProvider-f1c16aa4.js';
|
|
3
3
|
import InviteUsers from './InviteUsers.js';
|
|
4
4
|
import SelectChannelType from './SelectChannelType.js';
|
|
5
5
|
import '../../sendbirdSelectors.js';
|
|
6
|
-
import '../../topics-
|
|
7
|
-
import '../../utils-
|
|
6
|
+
import '../../topics-e3fd3d20.js';
|
|
7
|
+
import '../../utils-b2638577.js';
|
|
8
8
|
import '../../useSendbirdStateContext.js';
|
|
9
9
|
import '../../withSendbird.js';
|
|
10
|
-
import '../../_rollupPluginBabelHelpers-
|
|
11
|
-
import '../../tslib.es6-
|
|
12
|
-
import '../../LocalizationContext-
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../index-
|
|
10
|
+
import '../../_rollupPluginBabelHelpers-7f3d07b7.js';
|
|
11
|
+
import '../../tslib.es6-c8dc26ec.js';
|
|
12
|
+
import '../../LocalizationContext-4555a0ab.js';
|
|
13
|
+
import '../../stringSet-10201dfc.js';
|
|
14
|
+
import '../../index-dcdcf14c.js';
|
|
15
15
|
import '../../ui/Modal.js';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import '../../index-
|
|
17
|
+
import '../../index-1f606f17.js';
|
|
18
18
|
import '../../ui/Button.js';
|
|
19
|
-
import '../../index-
|
|
19
|
+
import '../../index-d534ec25.js';
|
|
20
20
|
import 'prop-types';
|
|
21
21
|
import '../../ui/Icon.js';
|
|
22
22
|
import '../../ui/IconButton.js';
|
|
23
|
-
import '../../MediaQueryContext-
|
|
23
|
+
import '../../MediaQueryContext-f5fe19a5.js';
|
|
24
24
|
import '../../ui/UserListItem.js';
|
|
25
|
-
import '../../UserProfileContext-
|
|
25
|
+
import '../../UserProfileContext-2b5fa41d.js';
|
|
26
26
|
import '../../ui/Avatar.js';
|
|
27
27
|
import '../../ui/ImageRenderer.js';
|
|
28
|
-
import '../../uuid-
|
|
28
|
+
import '../../uuid-8e0cd64d.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-17ae8d14.js';
|
|
35
35
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
36
36
|
|
|
37
37
|
var CreateChannel = function (props) {
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { a as __spreadArray, _ as __assign } from '../../tslib.es6-
|
|
1
|
+
import { a as __spreadArray, _ as __assign } from '../../tslib.es6-c8dc26ec.js';
|
|
2
2
|
import React__default, { useState, useContext, useEffect } from 'react';
|
|
3
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
4
|
-
import { u as useCreateChannelContext } from '../../CreateChannelProvider-
|
|
3
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4555a0ab.js';
|
|
4
|
+
import { u as useCreateChannelContext } from '../../CreateChannelProvider-f1c16aa4.js';
|
|
5
5
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
6
6
|
import Modal from '../../ui/Modal.js';
|
|
7
|
-
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-
|
|
7
|
+
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-d534ec25.js';
|
|
8
8
|
import { ButtonTypes } from '../../ui/Button.js';
|
|
9
9
|
import UserListItem from '../../ui/UserListItem.js';
|
|
10
|
-
import '../../stringSet-
|
|
11
|
-
import '../../index-
|
|
10
|
+
import '../../stringSet-10201dfc.js';
|
|
11
|
+
import '../../index-dcdcf14c.js';
|
|
12
12
|
import '../../sendbirdSelectors.js';
|
|
13
|
-
import '../../topics-
|
|
14
|
-
import '../../utils-
|
|
13
|
+
import '../../topics-e3fd3d20.js';
|
|
14
|
+
import '../../utils-b2638577.js';
|
|
15
15
|
import '../../withSendbird.js';
|
|
16
|
-
import '../../_rollupPluginBabelHelpers-
|
|
16
|
+
import '../../_rollupPluginBabelHelpers-7f3d07b7.js';
|
|
17
17
|
import 'react-dom';
|
|
18
|
-
import '../../index-
|
|
18
|
+
import '../../index-1f606f17.js';
|
|
19
19
|
import '../../ui/Icon.js';
|
|
20
20
|
import 'prop-types';
|
|
21
21
|
import '../../ui/IconButton.js';
|
|
22
|
-
import '../../MediaQueryContext-
|
|
23
|
-
import '../../UserProfileContext-
|
|
22
|
+
import '../../MediaQueryContext-f5fe19a5.js';
|
|
23
|
+
import '../../UserProfileContext-2b5fa41d.js';
|
|
24
24
|
import '../../ui/Avatar.js';
|
|
25
25
|
import '../../ui/ImageRenderer.js';
|
|
26
|
-
import '../../uuid-
|
|
26
|
+
import '../../uuid-8e0cd64d.js';
|
|
27
27
|
import '../../ui/MutedAvatarOverlay.js';
|
|
28
28
|
import '../../ui/Checkbox.js';
|
|
29
29
|
import '../../ui/UserProfile.js';
|
|
30
30
|
import '../../ui/ContextMenu.js';
|
|
31
31
|
import '../../ui/SortByRow.js';
|
|
32
|
-
import '../../index-
|
|
32
|
+
import '../../index-17ae8d14.js';
|
|
33
33
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
34
34
|
|
|
35
35
|
var filterUser = function (idsToFilter) {
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import { getSdk } from '../../sendbirdSelectors.js';
|
|
3
3
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
4
|
-
import { u as useCreateChannelContext, a as CHANNEL_TYPE } from '../../CreateChannelProvider-
|
|
5
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { u as useCreateChannelContext, a as CHANNEL_TYPE } from '../../CreateChannelProvider-f1c16aa4.js';
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4555a0ab.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-d534ec25.js';
|
|
7
7
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
8
8
|
import Modal from '../../ui/Modal.js';
|
|
9
|
-
import '../../topics-
|
|
10
|
-
import '../../utils-
|
|
9
|
+
import '../../topics-e3fd3d20.js';
|
|
10
|
+
import '../../utils-b2638577.js';
|
|
11
11
|
import '../../withSendbird.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../index-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-7f3d07b7.js';
|
|
13
|
+
import '../../stringSet-10201dfc.js';
|
|
14
|
+
import '../../index-dcdcf14c.js';
|
|
15
15
|
import 'prop-types';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import '../../index-
|
|
17
|
+
import '../../index-1f606f17.js';
|
|
18
18
|
import '../../ui/Button.js';
|
|
19
|
-
import '../../tslib.es6-
|
|
19
|
+
import '../../tslib.es6-c8dc26ec.js';
|
|
20
20
|
import '../../ui/IconButton.js';
|
|
21
|
-
import '../../MediaQueryContext-
|
|
21
|
+
import '../../MediaQueryContext-f5fe19a5.js';
|
|
22
22
|
|
|
23
23
|
var isBroadcastChannelEnabled = function (sdk) {
|
|
24
24
|
var _a;
|
package/CreateChannel/context.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '../sendbirdSelectors.js';
|
|
3
3
|
import '../useSendbirdStateContext.js';
|
|
4
|
-
export { C as CreateChannelProvider, u as useCreateChannelContext } from '../CreateChannelProvider-
|
|
5
|
-
import '../topics-
|
|
6
|
-
import '../utils-
|
|
4
|
+
export { C as CreateChannelProvider, u as useCreateChannelContext } from '../CreateChannelProvider-f1c16aa4.js';
|
|
5
|
+
import '../topics-e3fd3d20.js';
|
|
6
|
+
import '../utils-b2638577.js';
|
|
7
7
|
import '../withSendbird.js';
|
|
8
|
-
import '../_rollupPluginBabelHelpers-
|
|
8
|
+
import '../_rollupPluginBabelHelpers-7f3d07b7.js';
|
|
9
9
|
//# sourceMappingURL=context.js.map
|