@sendbird/uikit-react 3.1.1-rc.2 → 3.1.1-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +32 -32
- package/Channel/components/ChannelHeader.js +17 -17
- package/Channel/components/ChannelUI.js +24 -24
- package/Channel/components/FileViewer.js +16 -16
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +21 -21
- package/Channel/components/MessageInput.js +18 -18
- package/Channel/components/MessageList.js +23 -23
- package/Channel/components/RemoveMessageModal.js +19 -19
- package/Channel/components/SuggestedMentionList.js +17 -17
- package/Channel/components/TypingIndicator.js +16 -16
- package/Channel/components/UnreadCount.js +5 -5
- package/Channel/context.js +15 -15
- package/Channel.js +24 -24
- package/ChannelList/components/AddChannel.js +14 -14
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +28 -28
- package/ChannelList/components/ChannelPreview.js +21 -21
- package/ChannelList/components/ChannelPreviewAction.js +16 -16
- package/ChannelList/context.js +10 -10
- package/ChannelList.js +28 -28
- package/{ChannelListProvider-bcabb66a.js → ChannelListProvider-ddd2e464.js} +9 -9
- package/{ChannelListProvider-bcabb66a.js.map → ChannelListProvider-ddd2e464.js.map} +1 -1
- package/{ChannelProvider-640daced.js → ChannelProvider-edd6d4b3.js} +11 -11
- package/{ChannelProvider-640daced.js.map → ChannelProvider-edd6d4b3.js.map} +1 -1
- package/ChannelSettings/components/ChannelProfile.js +13 -13
- package/ChannelSettings/components/ChannelSettingsUI.js +20 -20
- package/ChannelSettings/components/EditDetailsModal.js +13 -13
- package/ChannelSettings/components/LeaveChannel.js +10 -10
- package/ChannelSettings/components/ModerationPanel.js +17 -17
- package/ChannelSettings/components/UserListItem.js +12 -12
- package/ChannelSettings/components/UserPanel.js +14 -14
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +20 -20
- package/CreateChannel/components/CreateChannelUI.js +14 -14
- package/CreateChannel/components/InviteUsers.js +14 -14
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +14 -14
- package/{CreateChannelProvider-538394b4.js → CreateChannelProvider-b4890246.js} +1 -1
- package/{CreateChannelProvider-538394b4.js.map → CreateChannelProvider-b4890246.js.map} +1 -1
- package/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/EditUserProfile.js +13 -13
- package/{LocalizationContext-287995e5.js → LocalizationContext-5ff68102.js} +3 -3
- package/{LocalizationContext-287995e5.js.map → LocalizationContext-5ff68102.js.map} +1 -1
- package/{MemberList-221da673.js → MemberList-35d58de2.js} +6 -6
- package/{MemberList-221da673.js.map → MemberList-35d58de2.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +2 -2
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +14 -14
- package/OpenChannel/components/OpenChannelInput.js +18 -18
- package/OpenChannel/components/OpenChannelMessage.js +23 -23
- package/OpenChannel/components/OpenChannelMessageList.js +25 -25
- package/OpenChannel/components/OpenChannelUI.js +25 -25
- package/OpenChannel/context.js +11 -11
- package/OpenChannel.js +25 -25
- package/{OpenChannelProvider-3c5c020d.js → OpenChannelProvider-3ef602e9.js} +8 -8
- package/{OpenChannelProvider-3c5c020d.js.map → OpenChannelProvider-3ef602e9.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +15 -15
- package/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +20 -20
- package/OpenChannelSettings/components/OperatorUI.js +19 -19
- package/OpenChannelSettings/components/ParticipantUI.js +17 -17
- package/OpenChannelSettings/context.js +5 -5
- package/OpenChannelSettings.js +20 -20
- package/SendbirdProvider.js +12 -12
- package/{UserProfileContext-b61be62b.js → UserProfileContext-9cb73ef6.js} +1 -1
- package/{UserProfileContext-b61be62b.js.map → UserProfileContext-9cb73ef6.js.map} +1 -1
- package/{__bundle-7dfccc8c-35b47fb1.js → __bundle-7dfccc8c-1e79737e.js} +1 -1
- package/{__bundle-7dfccc8c-35b47fb1.js.map → __bundle-7dfccc8c-1e79737e.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-e72431a4.js → _rollupPluginBabelHelpers-83679d42.js} +1 -1
- package/{_rollupPluginBabelHelpers-e72431a4.js.map → _rollupPluginBabelHelpers-83679d42.js.map} +1 -1
- package/{actionTypes-8455ca09.js → actionTypes-8b8cf058.js} +1 -1
- package/{actionTypes-8455ca09.js.map → actionTypes-8b8cf058.js.map} +1 -1
- package/cjs/App.js +32 -32
- package/cjs/Channel/components/ChannelHeader.js +17 -17
- package/cjs/Channel/components/ChannelUI.js +24 -24
- package/cjs/Channel/components/FileViewer.js +16 -16
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +21 -21
- package/cjs/Channel/components/MessageInput.js +18 -18
- package/cjs/Channel/components/MessageList.js +23 -23
- package/cjs/Channel/components/RemoveMessageModal.js +19 -19
- package/cjs/Channel/components/SuggestedMentionList.js +17 -17
- package/cjs/Channel/components/TypingIndicator.js +16 -16
- package/cjs/Channel/components/UnreadCount.js +5 -5
- package/cjs/Channel/context.js +15 -15
- package/cjs/Channel.js +24 -24
- package/cjs/ChannelList/components/AddChannel.js +14 -14
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +28 -28
- package/cjs/ChannelList/components/ChannelPreview.js +21 -21
- package/cjs/ChannelList/components/ChannelPreviewAction.js +16 -16
- package/cjs/ChannelList/context.js +10 -10
- package/cjs/ChannelList.js +28 -28
- package/cjs/{ChannelListProvider-399562bc.js → ChannelListProvider-d92853de.js} +9 -9
- package/cjs/{ChannelListProvider-399562bc.js.map → ChannelListProvider-d92853de.js.map} +1 -1
- package/cjs/{ChannelProvider-fbc8324f.js → ChannelProvider-fef48131.js} +11 -11
- package/cjs/{ChannelProvider-fbc8324f.js.map → ChannelProvider-fef48131.js.map} +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +13 -13
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +20 -20
- package/cjs/ChannelSettings/components/EditDetailsModal.js +13 -13
- package/cjs/ChannelSettings/components/LeaveChannel.js +10 -10
- package/cjs/ChannelSettings/components/ModerationPanel.js +17 -17
- package/cjs/ChannelSettings/components/UserListItem.js +12 -12
- package/cjs/ChannelSettings/components/UserPanel.js +14 -14
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +20 -20
- package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
- package/cjs/CreateChannel/components/InviteUsers.js +14 -14
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +14 -14
- package/cjs/{CreateChannelProvider-a41fd06b.js → CreateChannelProvider-3401d665.js} +1 -1
- package/cjs/{CreateChannelProvider-a41fd06b.js.map → CreateChannelProvider-3401d665.js.map} +1 -1
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/cjs/EditUserProfile.js +13 -13
- package/cjs/{LocalizationContext-41d66701.js → LocalizationContext-5680cc6c.js} +3 -3
- package/cjs/{LocalizationContext-41d66701.js.map → LocalizationContext-5680cc6c.js.map} +1 -1
- package/cjs/{MemberList-6a32187f.js → MemberList-1a472da3.js} +6 -6
- package/cjs/{MemberList-6a32187f.js.map → MemberList-1a472da3.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +2 -2
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +14 -14
- package/cjs/OpenChannel/components/OpenChannelInput.js +18 -18
- package/cjs/OpenChannel/components/OpenChannelMessage.js +23 -23
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +25 -25
- package/cjs/OpenChannel/components/OpenChannelUI.js +25 -25
- package/cjs/OpenChannel/context.js +11 -11
- package/cjs/OpenChannel.js +25 -25
- package/cjs/{OpenChannelProvider-3d3b152a.js → OpenChannelProvider-a5da41f0.js} +8 -8
- package/cjs/{OpenChannelProvider-3d3b152a.js.map → OpenChannelProvider-a5da41f0.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +15 -15
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +20 -20
- package/cjs/OpenChannelSettings/components/OperatorUI.js +19 -19
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +17 -17
- package/cjs/OpenChannelSettings/context.js +5 -5
- package/cjs/OpenChannelSettings.js +20 -20
- package/cjs/SendbirdProvider.js +12 -12
- package/cjs/{UserProfileContext-b4253222.js → UserProfileContext-77c21d0a.js} +1 -1
- package/cjs/{UserProfileContext-b4253222.js.map → UserProfileContext-77c21d0a.js.map} +1 -1
- package/cjs/{__bundle-7dfccc8c-eb4649fb.js → __bundle-7dfccc8c-771b48be.js} +1 -1
- package/cjs/{__bundle-7dfccc8c-eb4649fb.js.map → __bundle-7dfccc8c-771b48be.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-9cbb144c.js → _rollupPluginBabelHelpers-d62bae4b.js} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-9cbb144c.js.map → _rollupPluginBabelHelpers-d62bae4b.js.map} +1 -1
- package/cjs/{actionTypes-a84631ec.js → actionTypes-de71c3f0.js} +1 -1
- package/cjs/{actionTypes-a84631ec.js.map → actionTypes-de71c3f0.js.map} +1 -1
- package/cjs/{color-1d24f81c.js → color-473a9c01.js} +1 -1
- package/cjs/{color-1d24f81c.js.map → color-473a9c01.js.map} +1 -1
- package/cjs/{compareIds-04b6354c.js → compareIds-73d28212.js} +1 -1
- package/cjs/{compareIds-04b6354c.js.map → compareIds-73d28212.js.map} +1 -1
- package/cjs/{const-fd393619.js → const-b8d99bdb.js} +1 -1
- package/cjs/{const-fd393619.js.map → const-b8d99bdb.js.map} +1 -1
- package/cjs/{const-755b5338.js → const-d6524415.js} +1 -1
- package/cjs/{const-755b5338.js.map → const-d6524415.js.map} +1 -1
- package/cjs/{context-83277445.js → context-f56fb469.js} +2 -2
- package/cjs/{context-83277445.js.map → context-f56fb469.js.map} +1 -1
- package/cjs/{groupChannel-1b40359d.js → groupChannel-252dcb17.js} +2 -2
- package/cjs/{groupChannel-1b40359d.js.map → groupChannel-252dcb17.js.map} +1 -1
- package/cjs/handlers/ConnectionHandler.js +8 -0
- package/cjs/handlers/ConnectionHandler.js.map +1 -0
- package/cjs/handlers/GroupChannelHandler.js +9 -0
- package/cjs/handlers/GroupChannelHandler.js.map +1 -0
- package/cjs/handlers/OpenChannelHandler.js +11 -0
- package/cjs/handlers/OpenChannelHandler.js.map +1 -0
- package/cjs/handlers/UserEventHandler.js +8 -0
- package/cjs/handlers/UserEventHandler.js.map +1 -0
- package/cjs/{index-50efc527.js → index-0200fe01.js} +1 -1
- package/cjs/{index-50efc527.js.map → index-0200fe01.js.map} +1 -1
- package/cjs/{index-bf13b64a.js → index-1b6e64e9.js} +1 -1
- package/cjs/{index-bf13b64a.js.map → index-1b6e64e9.js.map} +1 -1
- package/cjs/{index-91b9d76c.js → index-1bbcb92e.js} +3 -3
- package/cjs/{index-91b9d76c.js.map → index-1bbcb92e.js.map} +1 -1
- package/cjs/{index-937257e2.js → index-42072d9c.js} +9 -9
- package/cjs/{index-937257e2.js.map → index-42072d9c.js.map} +1 -1
- package/cjs/{index-bae90ddf.js → index-7c320a80.js} +4 -4
- package/cjs/{index-bae90ddf.js.map → index-7c320a80.js.map} +1 -1
- package/cjs/{index-0b459cfd.js → index-891aa437.js} +2 -2
- package/cjs/{index-0b459cfd.js.map → index-891aa437.js.map} +1 -1
- package/cjs/{index-beccbcdd.js → index-89b49811.js} +2 -2
- package/cjs/{index-beccbcdd.js.map → index-89b49811.js.map} +1 -1
- package/cjs/{index-a14c4c69.js → index-936fe34b.js} +3 -3
- package/cjs/{index-a14c4c69.js.map → index-936fe34b.js.map} +1 -1
- package/cjs/{index-8512c04b.js → index-a07b1fcb.js} +2 -2
- package/cjs/{index-8512c04b.js.map → index-a07b1fcb.js.map} +1 -1
- package/cjs/{index-abb5391a.js → index-bc6e8fc4.js} +4 -4
- package/cjs/{index-abb5391a.js.map → index-bc6e8fc4.js.map} +1 -1
- package/cjs/{index-c0b71d09.js → index-c6355119.js} +6 -6
- package/cjs/{index-c0b71d09.js.map → index-c6355119.js.map} +1 -1
- package/cjs/index.js +36 -36
- package/cjs/{openChannel-ed14af3e.js → openChannel-f059cb82.js} +2 -2
- package/cjs/{openChannel-ed14af3e.js.map → openChannel-f059cb82.js.map} +1 -1
- package/cjs/{openChannelUtils-6c51a49a.js → openChannelUtils-3febc4ad.js} +1 -1
- package/cjs/{openChannelUtils-6c51a49a.js.map → openChannelUtils-3febc4ad.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/sendbirdSelectors.js.map +1 -1
- package/cjs/{stringSet-e6c04d47.js → stringSet-293478fd.js} +1 -1
- package/cjs/{stringSet-e6c04d47.js.map → stringSet-293478fd.js.map} +1 -1
- package/cjs/{topics-13b8f652.js → topics-726a037b.js} +1 -1
- package/cjs/{topics-13b8f652.js.map → topics-726a037b.js.map} +1 -1
- package/cjs/{tslib.es6-1588bde6.js → tslib.es6-74624c2f.js} +1 -1
- package/cjs/{tslib.es6-1588bde6.js.map → tslib.es6-74624c2f.js.map} +1 -1
- package/cjs/ui/Accordion.js +4 -4
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +3 -3
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/Button.js +4 -4
- package/cjs/ui/ChannelAvatar.js +4 -4
- package/cjs/ui/ChannelPreview.js +12 -12
- package/cjs/ui/ChatHeader.js +8 -8
- package/cjs/ui/ConnectionStatus.js +5 -5
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/Dropdown.js +3 -3
- package/cjs/ui/EmojiReactions.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +7 -7
- package/cjs/ui/Icon.js +1 -1
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +1 -1
- package/cjs/ui/Input.js +3 -3
- package/cjs/ui/Label.js +3 -3
- package/cjs/ui/LinkLabel.js +3 -3
- package/cjs/ui/Loader.js +1 -1
- package/cjs/ui/MentionLabel.js +11 -11
- package/cjs/ui/MessageContent.js +14 -14
- package/cjs/ui/MessageInput.js +10 -10
- package/cjs/ui/MessageItemMenu.js +7 -7
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +10 -10
- package/cjs/ui/MessageSearchItem.js +10 -10
- package/cjs/ui/MessageStatus.js +8 -8
- package/cjs/ui/Modal.js +8 -8
- package/cjs/ui/MutedAvatarOverlay.js +1 -1
- package/cjs/ui/OGMessageItemBody.js +11 -11
- package/cjs/ui/OpenChannelAdminMessage.js +4 -4
- package/cjs/ui/OpenChannelAvatar.js +7 -7
- package/cjs/ui/OpenchannelConversationHeader.js +7 -7
- package/cjs/ui/OpenchannelFileMessage.js +15 -15
- package/cjs/ui/OpenchannelOGMessage.js +15 -15
- package/cjs/ui/OpenchannelThumbnailMessage.js +14 -14
- package/cjs/ui/OpenchannelUserMessage.js +15 -15
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/QuoteMessage.js +7 -7
- package/cjs/ui/QuoteMessageInput.js +7 -7
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +1 -1
- package/cjs/ui/SortByRow.js +1 -1
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +11 -11
- package/cjs/ui/ThumbnailMessageItemBody.js +3 -3
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +7 -7
- package/cjs/ui/UserListItem.js +12 -12
- package/cjs/ui/UserProfile.js +10 -10
- package/cjs/ui/Word.js +11 -11
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-b2896d9e.js → utils-03b8d475.js} +1 -1
- package/cjs/{utils-b2896d9e.js.map → utils-03b8d475.js.map} +1 -1
- package/cjs/{utils-c50c1a94.js → utils-74dc34e0.js} +1 -1
- package/cjs/{utils-c50c1a94.js.map → utils-74dc34e0.js.map} +1 -1
- package/cjs/{utils-db735da4.js → utils-89af4b25.js} +1 -1
- package/cjs/{utils-db735da4.js.map → utils-89af4b25.js.map} +1 -1
- package/cjs/{uuid-af228f28.js → uuid-eea66870.js} +1 -1
- package/cjs/{uuid-af228f28.js.map → uuid-eea66870.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-3276ef2b.js → color-28184b0b.js} +1 -1
- package/{color-3276ef2b.js.map → color-28184b0b.js.map} +1 -1
- package/{compareIds-c0c815da.js → compareIds-27997116.js} +1 -1
- package/{compareIds-c0c815da.js.map → compareIds-27997116.js.map} +1 -1
- package/{const-6f8becfd.js → const-3f6de8a5.js} +1 -1
- package/{const-6f8becfd.js.map → const-3f6de8a5.js.map} +1 -1
- package/{const-15e8d85d.js → const-41b49e0c.js} +1 -1
- package/{const-15e8d85d.js.map → const-41b49e0c.js.map} +1 -1
- package/{context-902cd440.js → context-dcda4755.js} +2 -2
- package/{context-902cd440.js.map → context-dcda4755.js.map} +1 -1
- package/{groupChannel-df07406b.js → groupChannel-540f3a1a.js} +2 -2
- package/{groupChannel-df07406b.js.map → groupChannel-540f3a1a.js.map} +1 -1
- package/handlers/ConnectionHandler.js +3 -0
- package/handlers/ConnectionHandler.js.map +1 -0
- package/handlers/GroupChannelHandler.js +4 -0
- package/handlers/GroupChannelHandler.js.map +1 -0
- package/handlers/OpenChannelHandler.js +8 -0
- package/handlers/OpenChannelHandler.js.map +1 -0
- package/handlers/UserEventHandler.js +3 -0
- package/handlers/UserEventHandler.js.map +1 -0
- package/{index-ac3d5cae.js → index-07d9b26d.js} +3 -3
- package/{index-ac3d5cae.js.map → index-07d9b26d.js.map} +1 -1
- package/{index-6d11054b.js → index-24720843.js} +2 -2
- package/{index-6d11054b.js.map → index-24720843.js.map} +1 -1
- package/{index-d9577ccc.js → index-3175e51c.js} +4 -4
- package/{index-d9577ccc.js.map → index-3175e51c.js.map} +1 -1
- package/{index-394a91a4.js → index-3609eea7.js} +2 -2
- package/{index-394a91a4.js.map → index-3609eea7.js.map} +1 -1
- package/{index-6028a62f.js → index-3ca35bd9.js} +2 -2
- package/{index-6028a62f.js.map → index-3ca35bd9.js.map} +1 -1
- package/{index-23be350b.js → index-5be8ad22.js} +3 -3
- package/{index-23be350b.js.map → index-5be8ad22.js.map} +1 -1
- package/{index-3412a535.js → index-6b7ea90c.js} +6 -6
- package/{index-3412a535.js.map → index-6b7ea90c.js.map} +1 -1
- package/{index-09a76b84.js → index-8a6a965d.js} +4 -4
- package/{index-09a76b84.js.map → index-8a6a965d.js.map} +1 -1
- package/{index-538b4e23.js → index-aecb12d4.js} +1 -1
- package/{index-538b4e23.js.map → index-aecb12d4.js.map} +1 -1
- package/{index-018ea0ab.js → index-bcb06ebd.js} +9 -9
- package/{index-018ea0ab.js.map → index-bcb06ebd.js.map} +1 -1
- package/{index-a6cd1d3e.js → index-d5a84010.js} +1 -1
- package/{index-a6cd1d3e.js.map → index-d5a84010.js.map} +1 -1
- package/index.d.ts +19 -1
- package/index.js +36 -36
- package/{openChannel-1cb65a49.js → openChannel-ee550ee9.js} +2 -2
- package/{openChannel-1cb65a49.js.map → openChannel-ee550ee9.js.map} +1 -1
- package/{openChannelUtils-16e0014a.js → openChannelUtils-61f9d9d4.js} +1 -1
- package/{openChannelUtils-16e0014a.js.map → openChannelUtils-61f9d9d4.js.map} +1 -1
- package/package-lock.json +1 -1
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/sendbirdSelectors.js.map +1 -1
- package/{stringSet-7e56841c.js → stringSet-0d86b370.js} +1 -1
- package/{stringSet-7e56841c.js.map → stringSet-0d86b370.js.map} +1 -1
- package/{topics-23bb62fd.js → topics-804ec5d3.js} +1 -1
- package/{topics-23bb62fd.js.map → topics-804ec5d3.js.map} +1 -1
- package/{tslib.es6-33ba1281.js → tslib.es6-3e3509d9.js} +1 -1
- package/{tslib.es6-33ba1281.js.map → tslib.es6-3e3509d9.js.map} +1 -1
- package/ui/Accordion.js +4 -4
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +3 -3
- package/ui/Badge.js +5 -5
- package/ui/Button.js +4 -4
- package/ui/ChannelAvatar.js +4 -4
- package/ui/ChannelPreview.js +12 -12
- package/ui/ChatHeader.js +8 -8
- package/ui/ConnectionStatus.js +5 -5
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +4 -4
- package/ui/Dropdown.js +3 -3
- package/ui/EmojiReactions.js +7 -7
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +7 -7
- package/ui/Icon.js +1 -1
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +3 -3
- package/ui/Label.js +3 -3
- package/ui/LinkLabel.js +3 -3
- package/ui/Loader.js +1 -1
- package/ui/MentionLabel.js +11 -11
- package/ui/MessageContent.js +14 -14
- package/ui/MessageInput.js +10 -10
- package/ui/MessageItemMenu.js +7 -7
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +10 -10
- package/ui/MessageSearchItem.js +10 -10
- package/ui/MessageStatus.js +8 -8
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +1 -1
- package/ui/OGMessageItemBody.js +11 -11
- package/ui/OpenChannelAdminMessage.js +4 -4
- package/ui/OpenChannelAvatar.js +7 -7
- package/ui/OpenchannelConversationHeader.js +7 -7
- package/ui/OpenchannelFileMessage.js +15 -15
- package/ui/OpenchannelOGMessage.js +15 -15
- package/ui/OpenchannelThumbnailMessage.js +14 -14
- package/ui/OpenchannelUserMessage.js +15 -15
- package/ui/PlaceHolder.js +6 -6
- package/ui/QuoteMessage.js +7 -7
- package/ui/QuoteMessageInput.js +7 -7
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +1 -1
- package/ui/SortByRow.js +1 -1
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +11 -11
- package/ui/ThumbnailMessageItemBody.js +3 -3
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/UnknownMessageItemBody.js +7 -7
- package/ui/UserListItem.js +12 -12
- package/ui/UserProfile.js +10 -10
- package/ui/Word.js +11 -11
- package/useSendbirdStateContext.js +1 -1
- package/{utils-8bf3ab64.js → utils-830ba47e.js} +1 -1
- package/{utils-8bf3ab64.js.map → utils-830ba47e.js.map} +1 -1
- package/{utils-1d0afb37.js → utils-c9cdd5aa.js} +1 -1
- package/{utils-1d0afb37.js.map → utils-c9cdd5aa.js.map} +1 -1
- package/{utils-d64ea41b.js → utils-cbf805c7.js} +1 -1
- package/{utils-d64ea41b.js.map → utils-cbf805c7.js.map} +1 -1
- package/{uuid-9cbd8532.js → uuid-85cc7825.js} +1 -1
- package/{uuid-9cbd8532.js.map → uuid-85cc7825.js.map} +1 -1
- package/withSendbird.js +1 -1
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-5ff68102.js';
|
|
3
3
|
import Modal from '../../ui/Modal.js';
|
|
4
4
|
import Input, { InputLabel } from '../../ui/Input.js';
|
|
5
5
|
import Avatar from '../../ui/Avatar.js';
|
|
6
|
-
import { T as Type } from '../../index-
|
|
7
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
6
|
+
import { T as Type } from '../../index-07d9b26d.js';
|
|
7
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-5be8ad22.js';
|
|
8
8
|
import TextButton from '../../ui/TextButton.js';
|
|
9
9
|
import ChannelAvatar from '../../ui/OpenChannelAvatar.js';
|
|
10
10
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
11
11
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
12
|
-
import '../../stringSet-
|
|
13
|
-
import '../../index-
|
|
12
|
+
import '../../stringSet-0d86b370.js';
|
|
13
|
+
import '../../index-aecb12d4.js';
|
|
14
14
|
import 'prop-types';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-d5a84010.js';
|
|
17
17
|
import '../../ui/IconButton.js';
|
|
18
|
-
import '../../_rollupPluginBabelHelpers-
|
|
18
|
+
import '../../_rollupPluginBabelHelpers-83679d42.js';
|
|
19
19
|
import '../../ui/Icon.js';
|
|
20
|
-
import '../../utils-
|
|
21
|
-
import '../../tslib.es6-
|
|
20
|
+
import '../../utils-830ba47e.js';
|
|
21
|
+
import '../../tslib.es6-3e3509d9.js';
|
|
22
22
|
import '../../ui/ImageRenderer.js';
|
|
23
|
-
import '../../uuid-
|
|
24
|
-
import '../../color-
|
|
25
|
-
import '../../utils-
|
|
26
|
-
import '../../openChannel-
|
|
27
|
-
import '../../__bundle-7dfccc8c-
|
|
28
|
-
import '../../UserProfileContext-
|
|
23
|
+
import '../../uuid-85cc7825.js';
|
|
24
|
+
import '../../color-28184b0b.js';
|
|
25
|
+
import '../../utils-cbf805c7.js';
|
|
26
|
+
import '../../openChannel-ee550ee9.js';
|
|
27
|
+
import '../../__bundle-7dfccc8c-1e79737e.js';
|
|
28
|
+
import '../../UserProfileContext-9cb73ef6.js';
|
|
29
29
|
import '../../withSendbird.js';
|
|
30
30
|
|
|
31
31
|
var EditDetails = function EditDetails(props) {
|
|
@@ -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-5ff68102.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-5be8ad22.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-
|
|
11
|
-
import '../../_rollupPluginBabelHelpers-
|
|
9
|
+
import '../../stringSet-0d86b370.js';
|
|
10
|
+
import '../../index-aecb12d4.js';
|
|
11
|
+
import '../../_rollupPluginBabelHelpers-83679d42.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../../color-
|
|
13
|
+
import '../../color-28184b0b.js';
|
|
14
14
|
import '../../ui/Avatar.js';
|
|
15
|
-
import '../../tslib.es6-
|
|
15
|
+
import '../../tslib.es6-3e3509d9.js';
|
|
16
16
|
import '../../ui/ImageRenderer.js';
|
|
17
17
|
import '../../ui/Icon.js';
|
|
18
|
-
import '../../uuid-
|
|
19
|
-
import '../../utils-
|
|
18
|
+
import '../../uuid-85cc7825.js';
|
|
19
|
+
import '../../utils-cbf805c7.js';
|
|
20
20
|
import '../../ui/Modal.js';
|
|
21
21
|
import 'react-dom';
|
|
22
|
-
import '../../index-
|
|
22
|
+
import '../../index-d5a84010.js';
|
|
23
23
|
import '../../ui/IconButton.js';
|
|
24
|
-
import '../../index-
|
|
25
|
-
import '../../utils-
|
|
24
|
+
import '../../index-07d9b26d.js';
|
|
25
|
+
import '../../utils-830ba47e.js';
|
|
26
26
|
import '../../ui/Input.js';
|
|
27
27
|
import '../../withSendbird.js';
|
|
28
|
-
import '../../openChannel-
|
|
29
|
-
import '../../__bundle-7dfccc8c-
|
|
30
|
-
import '../../UserProfileContext-
|
|
28
|
+
import '../../openChannel-ee550ee9.js';
|
|
29
|
+
import '../../__bundle-7dfccc8c-1e79737e.js';
|
|
30
|
+
import '../../UserProfileContext-9cb73ef6.js';
|
|
31
31
|
|
|
32
32
|
function ChannelProfile() {
|
|
33
33
|
var _a, _b;
|
|
@@ -1,50 +1,50 @@
|
|
|
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-9cb73ef6.js';
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-5ff68102.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-5be8ad22.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-3175e51c.js';
|
|
9
9
|
import { OperatorUI } from './OperatorUI.js';
|
|
10
|
-
import { P as ParticipantList } from '../../index-
|
|
10
|
+
import { P as ParticipantList } from '../../index-bcb06ebd.js';
|
|
11
11
|
import '../../withSendbird.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
13
|
-
import '../../openChannel-
|
|
14
|
-
import '../../__bundle-7dfccc8c-
|
|
15
|
-
import '../../uuid-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-83679d42.js';
|
|
13
|
+
import '../../openChannel-ee550ee9.js';
|
|
14
|
+
import '../../__bundle-7dfccc8c-1e79737e.js';
|
|
15
|
+
import '../../uuid-85cc7825.js';
|
|
16
16
|
import 'prop-types';
|
|
17
|
-
import '../../stringSet-
|
|
18
|
-
import '../../index-
|
|
17
|
+
import '../../stringSet-0d86b370.js';
|
|
18
|
+
import '../../index-aecb12d4.js';
|
|
19
19
|
import '../../ui/Loader.js';
|
|
20
20
|
import './OpenChannelProfile.js';
|
|
21
21
|
import '../../ui/TextButton.js';
|
|
22
|
-
import '../../color-
|
|
22
|
+
import '../../color-28184b0b.js';
|
|
23
23
|
import '../../ui/OpenChannelAvatar.js';
|
|
24
24
|
import '../../ui/Avatar.js';
|
|
25
|
-
import '../../tslib.es6-
|
|
25
|
+
import '../../tslib.es6-3e3509d9.js';
|
|
26
26
|
import '../../ui/ImageRenderer.js';
|
|
27
|
-
import '../../utils-
|
|
27
|
+
import '../../utils-cbf805c7.js';
|
|
28
28
|
import './EditDetailsModal.js';
|
|
29
29
|
import '../../ui/Modal.js';
|
|
30
30
|
import 'react-dom';
|
|
31
|
-
import '../../index-
|
|
31
|
+
import '../../index-d5a84010.js';
|
|
32
32
|
import '../../ui/IconButton.js';
|
|
33
|
-
import '../../index-
|
|
34
|
-
import '../../utils-
|
|
33
|
+
import '../../index-07d9b26d.js';
|
|
34
|
+
import '../../utils-830ba47e.js';
|
|
35
35
|
import '../../ui/Input.js';
|
|
36
36
|
import '../../ui/Accordion.js';
|
|
37
37
|
import '../../ui/AccordionGroup.js';
|
|
38
|
-
import '../../context-
|
|
38
|
+
import '../../context-dcda4755.js';
|
|
39
39
|
import '../../ui/ContextMenu.js';
|
|
40
|
-
import '../../index-
|
|
40
|
+
import '../../index-3ca35bd9.js';
|
|
41
41
|
import '../../ui/SortByRow.js';
|
|
42
42
|
import '../../ui/UserListItem.js';
|
|
43
43
|
import '../../ui/MutedAvatarOverlay.js';
|
|
44
44
|
import '../../ui/Checkbox.js';
|
|
45
45
|
import '../../ui/UserProfile.js';
|
|
46
46
|
import '../../sendbirdSelectors.js';
|
|
47
|
-
import '../../topics-
|
|
47
|
+
import '../../topics-804ec5d3.js';
|
|
48
48
|
|
|
49
49
|
function InvalidChannel(_a) {
|
|
50
50
|
var onCloseClick = _a.onCloseClick;
|
|
@@ -1,44 +1,44 @@
|
|
|
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-5ff68102.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-5be8ad22.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-bcb06ebd.js';
|
|
10
10
|
import Accordion, { AccordionGroup } from '../../ui/Accordion.js';
|
|
11
|
-
import { T as Type, B as Button, a as ButtonTypes, b as ButtonSizes } from '../../index-
|
|
11
|
+
import { T as Type, B as Button, a as ButtonTypes, b as ButtonSizes } from '../../index-07d9b26d.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-3e3509d9.js';
|
|
15
15
|
import UserListItem from '../../ui/UserListItem.js';
|
|
16
|
-
import { n as noop } from '../../utils-
|
|
17
|
-
import '../../stringSet-
|
|
18
|
-
import '../../index-
|
|
19
|
-
import '../../_rollupPluginBabelHelpers-
|
|
16
|
+
import { n as noop } from '../../utils-830ba47e.js';
|
|
17
|
+
import '../../stringSet-0d86b370.js';
|
|
18
|
+
import '../../index-aecb12d4.js';
|
|
19
|
+
import '../../_rollupPluginBabelHelpers-83679d42.js';
|
|
20
20
|
import 'prop-types';
|
|
21
|
-
import '../../openChannel-
|
|
22
|
-
import '../../__bundle-7dfccc8c-
|
|
23
|
-
import '../../UserProfileContext-
|
|
24
|
-
import '../../uuid-
|
|
21
|
+
import '../../openChannel-ee550ee9.js';
|
|
22
|
+
import '../../__bundle-7dfccc8c-1e79737e.js';
|
|
23
|
+
import '../../UserProfileContext-9cb73ef6.js';
|
|
24
|
+
import '../../uuid-85cc7825.js';
|
|
25
25
|
import '../../withSendbird.js';
|
|
26
26
|
import '../../ui/TextButton.js';
|
|
27
|
-
import '../../color-
|
|
27
|
+
import '../../color-28184b0b.js';
|
|
28
28
|
import '../../ui/OpenChannelAvatar.js';
|
|
29
29
|
import '../../ui/Avatar.js';
|
|
30
30
|
import '../../ui/ImageRenderer.js';
|
|
31
|
-
import '../../utils-
|
|
31
|
+
import '../../utils-cbf805c7.js';
|
|
32
32
|
import './EditDetailsModal.js';
|
|
33
33
|
import '../../ui/Input.js';
|
|
34
34
|
import 'react-dom';
|
|
35
|
-
import '../../index-
|
|
36
|
-
import '../../context-
|
|
35
|
+
import '../../index-d5a84010.js';
|
|
36
|
+
import '../../context-dcda4755.js';
|
|
37
37
|
import '../../ui/UserProfile.js';
|
|
38
38
|
import '../../sendbirdSelectors.js';
|
|
39
|
-
import '../../topics-
|
|
39
|
+
import '../../topics-804ec5d3.js';
|
|
40
40
|
import '../../ui/AccordionGroup.js';
|
|
41
|
-
import '../../index-
|
|
41
|
+
import '../../index-3ca35bd9.js';
|
|
42
42
|
import '../../ui/SortByRow.js';
|
|
43
43
|
import '../../ui/MutedAvatarOverlay.js';
|
|
44
44
|
import '../../ui/Checkbox.js';
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import '../../tslib.es6-
|
|
1
|
+
import '../../tslib.es6-3e3509d9.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import '../../index-
|
|
3
|
+
import '../../index-07d9b26d.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-5be8ad22.js';
|
|
8
|
+
export { P as default } from '../../index-bcb06ebd.js';
|
|
9
|
+
import '../../LocalizationContext-5ff68102.js';
|
|
10
10
|
import '../context.js';
|
|
11
11
|
import '../../useSendbirdStateContext.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-83679d42.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../../index-
|
|
14
|
+
import '../../index-3ca35bd9.js';
|
|
15
15
|
import 'react-dom';
|
|
16
16
|
import '../../ui/SortByRow.js';
|
|
17
|
-
import '../../stringSet-
|
|
18
|
-
import '../../UserProfileContext-
|
|
19
|
-
import '../../context-
|
|
20
|
-
import '../../utils-
|
|
17
|
+
import '../../stringSet-0d86b370.js';
|
|
18
|
+
import '../../UserProfileContext-9cb73ef6.js';
|
|
19
|
+
import '../../context-dcda4755.js';
|
|
20
|
+
import '../../utils-830ba47e.js';
|
|
21
21
|
import '../../ui/Avatar.js';
|
|
22
22
|
import '../../ui/ImageRenderer.js';
|
|
23
|
-
import '../../uuid-
|
|
23
|
+
import '../../uuid-85cc7825.js';
|
|
24
24
|
import '../../ui/Modal.js';
|
|
25
|
-
import '../../index-
|
|
26
|
-
import '../../index-
|
|
25
|
+
import '../../index-d5a84010.js';
|
|
26
|
+
import '../../index-aecb12d4.js';
|
|
27
27
|
import '../../ui/UserProfile.js';
|
|
28
28
|
import '../../withSendbird.js';
|
|
29
29
|
import '../../sendbirdSelectors.js';
|
|
30
|
-
import '../../topics-
|
|
31
|
-
import '../../openChannel-
|
|
32
|
-
import '../../__bundle-7dfccc8c-
|
|
30
|
+
import '../../topics-804ec5d3.js';
|
|
31
|
+
import '../../openChannel-ee550ee9.js';
|
|
32
|
+
import '../../__bundle-7dfccc8c-1e79737e.js';
|
|
33
33
|
import '../../ui/UserListItem.js';
|
|
34
34
|
import '../../ui/MutedAvatarOverlay.js';
|
|
35
35
|
import '../../ui/Checkbox.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
|
-
import { U as Un } from '../openChannel-
|
|
2
|
+
import { U as Un } from '../openChannel-ee550ee9.js';
|
|
3
3
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
4
|
-
import { U as UserProfileProvider } from '../UserProfileContext-
|
|
5
|
-
import { u as uuidv4 } from '../uuid-
|
|
6
|
-
import '../__bundle-7dfccc8c-
|
|
4
|
+
import { U as UserProfileProvider } from '../UserProfileContext-9cb73ef6.js';
|
|
5
|
+
import { u as uuidv4 } from '../uuid-85cc7825.js';
|
|
6
|
+
import '../__bundle-7dfccc8c-1e79737e.js';
|
|
7
7
|
import '../withSendbird.js';
|
|
8
|
-
import '../_rollupPluginBabelHelpers-
|
|
8
|
+
import '../_rollupPluginBabelHelpers-83679d42.js';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
|
|
11
11
|
var OpenChannelSettingsContext = /*#__PURE__*/React__default.createContext(undefined);
|
package/OpenChannelSettings.js
CHANGED
|
@@ -3,44 +3,44 @@ 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-83679d42.js';
|
|
7
|
+
import './UserProfileContext-9cb73ef6.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import './LocalizationContext-
|
|
10
|
-
import './stringSet-
|
|
11
|
-
import './index-
|
|
12
|
-
import './index-
|
|
9
|
+
import './LocalizationContext-5ff68102.js';
|
|
10
|
+
import './stringSet-0d86b370.js';
|
|
11
|
+
import './index-aecb12d4.js';
|
|
12
|
+
import './index-5be8ad22.js';
|
|
13
13
|
import './ui/Icon.js';
|
|
14
|
-
import './index-
|
|
14
|
+
import './index-3175e51c.js';
|
|
15
15
|
import './ui/Loader.js';
|
|
16
16
|
import './OpenChannelSettings/components/OperatorUI.js';
|
|
17
17
|
import './OpenChannelSettings/components/OpenChannelProfile.js';
|
|
18
18
|
import './ui/TextButton.js';
|
|
19
|
-
import './color-
|
|
19
|
+
import './color-28184b0b.js';
|
|
20
20
|
import './ui/OpenChannelAvatar.js';
|
|
21
21
|
import './ui/Avatar.js';
|
|
22
|
-
import './tslib.es6-
|
|
22
|
+
import './tslib.es6-3e3509d9.js';
|
|
23
23
|
import './ui/ImageRenderer.js';
|
|
24
|
-
import './uuid-
|
|
25
|
-
import './utils-
|
|
24
|
+
import './uuid-85cc7825.js';
|
|
25
|
+
import './utils-cbf805c7.js';
|
|
26
26
|
import './OpenChannelSettings/components/EditDetailsModal.js';
|
|
27
27
|
import './ui/Modal.js';
|
|
28
28
|
import 'react-dom';
|
|
29
|
-
import './index-
|
|
29
|
+
import './index-d5a84010.js';
|
|
30
30
|
import './ui/IconButton.js';
|
|
31
|
-
import './index-
|
|
32
|
-
import './utils-
|
|
31
|
+
import './index-07d9b26d.js';
|
|
32
|
+
import './utils-830ba47e.js';
|
|
33
33
|
import './ui/Input.js';
|
|
34
|
-
import './index-
|
|
34
|
+
import './index-bcb06ebd.js';
|
|
35
35
|
import './ui/ContextMenu.js';
|
|
36
|
-
import './index-
|
|
36
|
+
import './index-3ca35bd9.js';
|
|
37
37
|
import './ui/SortByRow.js';
|
|
38
|
-
import './context-
|
|
38
|
+
import './context-dcda4755.js';
|
|
39
39
|
import './ui/UserProfile.js';
|
|
40
40
|
import './sendbirdSelectors.js';
|
|
41
|
-
import './topics-
|
|
42
|
-
import './openChannel-
|
|
43
|
-
import './__bundle-7dfccc8c-
|
|
41
|
+
import './topics-804ec5d3.js';
|
|
42
|
+
import './openChannel-ee550ee9.js';
|
|
43
|
+
import './__bundle-7dfccc8c-1e79737e.js';
|
|
44
44
|
import './ui/UserListItem.js';
|
|
45
45
|
import './ui/MutedAvatarOverlay.js';
|
|
46
46
|
import './ui/Checkbox.js';
|
package/SendbirdProvider.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { _ as _objectSpread2, a as _slicedToArray } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2, a as _slicedToArray } from './_rollupPluginBabelHelpers-83679d42.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
|
-
import { N as Nn } from './openChannel-
|
|
7
|
-
import { $ as $r } from './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-
|
|
6
|
+
import { N as Nn } from './openChannel-ee550ee9.js';
|
|
7
|
+
import { $ as $r } from './groupChannel-540f3a1a.js';
|
|
8
|
+
import { R as RESET_USER, I as INIT_USER, U as UPDATE_USER_INFO } from './actionTypes-8b8cf058.js';
|
|
9
|
+
import { i as isTextuallyNull } from './index-3ca35bd9.js';
|
|
10
|
+
import { _ as __assign } from './tslib.es6-3e3509d9.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 { g as getStringSet } from './stringSet-
|
|
15
|
-
import './__bundle-7dfccc8c-
|
|
16
|
-
import './index-
|
|
12
|
+
import { u as uuidv4 } from './uuid-85cc7825.js';
|
|
13
|
+
import { L as LocalizationProvider } from './LocalizationContext-5ff68102.js';
|
|
14
|
+
import { g as getStringSet } from './stringSet-0d86b370.js';
|
|
15
|
+
import './__bundle-7dfccc8c-1e79737e.js';
|
|
16
|
+
import './index-aecb12d4.js';
|
|
17
17
|
|
|
18
18
|
var INIT_SDK = 'INIT_SDK';
|
|
19
19
|
var SET_SDK_LOADING = 'SET_SDK_LOADING';
|
|
20
20
|
var RESET_SDK = 'RESET_SDK';
|
|
21
21
|
var SDK_ERROR = 'SDK_ERROR';
|
|
22
22
|
|
|
23
|
-
var APP_VERSION_STRING = '3.1.1-rc.
|
|
23
|
+
var APP_VERSION_STRING = '3.1.1-rc.3';
|
|
24
24
|
var disconnectSdk = function disconnectSdk(_ref) {
|
|
25
25
|
var sdkDispatcher = _ref.sdkDispatcher,
|
|
26
26
|
userDispatcher = _ref.userDispatcher,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserProfileContext-
|
|
1
|
+
{"version":3,"file":"UserProfileContext-9cb73ef6.js","sources":["../src/lib/UserProfileContext.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * user profile goes deep inside the component tree\n * use this context as a short circuit to send in values\n */\nconst UserProfileContext = React.createContext({\n disableUserProfile: true,\n isOpenChannel: false,\n renderUserProfile: null,\n});\n\nconst UserProfileProvider = (props) => {\n const { children } = props;\n return (\n <UserProfileContext.Provider value={props}>\n {children}\n </UserProfileContext.Provider>\n );\n};\n\nUserProfileProvider.propTypes = {\n children: PropTypes.oneOfType([\n PropTypes.element,\n PropTypes.arrayOf(PropTypes.element),\n PropTypes.any,\n ]).isRequired,\n // eslint-disable-next-line react/no-unused-prop-types\n isOpenChannel: PropTypes.bool,\n // eslint-disable-next-line react/no-unused-prop-types\n disableUserProfile: PropTypes.bool,\n // eslint-disable-next-line react/no-unused-prop-types\n renderUserProfile: PropTypes.func,\n};\n\nUserProfileProvider.defaultProps = {\n isOpenChannel: false,\n disableUserProfile: false,\n renderUserProfile: null,\n};\n\nexport { UserProfileContext, UserProfileProvider };\n"],"names":["UserProfileContext","React","createContext","disableUserProfile","isOpenChannel","renderUserProfile","UserProfileProvider","props","children","propTypes","PropTypes","oneOfType","element","arrayOf","any","isRequired","bool","func","defaultProps"],"mappings":";;;AAGA;AACA;AACA;AACA;;IACMA,kBAAkB,gBAAGC,cAAK,CAACC,aAAN,CAAoB;AAC7CC,EAAAA,kBAAkB,EAAE,IADyB;AAE7CC,EAAAA,aAAa,EAAE,KAF8B;AAG7CC,EAAAA,iBAAiB,EAAE;AAH0B,CAApB;;IAMrBC,mBAAmB,GAAG,SAAtBA,mBAAsB,CAACC,KAAD,EAAW;AACrC,MAAQC,QAAR,GAAqBD,KAArB,CAAQC,QAAR;AACA,sBACEP,6BAAC,kBAAD,CAAoB,QAApB;AAA6B,IAAA,KAAK,EAAEM;AAApC,KACGC,QADH,CADF;AAKD;;AAEDF,mBAAmB,CAACG,SAApB,GAAgC;AAC9BD,EAAAA,QAAQ,EAAEE,SAAS,CAACC,SAAV,CAAoB,CAC5BD,SAAS,CAACE,OADkB,EAE5BF,SAAS,CAACG,OAAV,CAAkBH,SAAS,CAACE,OAA5B,CAF4B,EAG5BF,SAAS,CAACI,GAHkB,CAApB,EAIPC,UAL2B;AAM9B;AACAX,EAAAA,aAAa,EAAEM,SAAS,CAACM,IAPK;AAQ9B;AACAb,EAAAA,kBAAkB,EAAEO,SAAS,CAACM,IATA;AAU9B;AACAX,EAAAA,iBAAiB,EAAEK,SAAS,CAACO;AAXC,CAAhC;AAcAX,mBAAmB,CAACY,YAApB,GAAmC;AACjCd,EAAAA,aAAa,EAAE,KADkB;AAEjCD,EAAAA,kBAAkB,EAAE,KAFa;AAGjCE,EAAAA,iBAAiB,EAAE;AAHc,CAAnC;;;;"}
|
|
@@ -19,4 +19,4 @@ var oe,ue={data:null,customType:null,mentionType:ae.USERS,mentionedUserIds:null,
|
|
|
19
19
|
var _;!function(e){e[e.NONE=0]="NONE",e[e.CHANNEL_ENTER=10102]="CHANNEL_ENTER",e[e.CHANNEL_EXIT=10103]="CHANNEL_EXIT",e[e.USER_CHANNEL_MUTE=10201]="USER_CHANNEL_MUTE",e[e.USER_CHANNEL_UNMUTE=10200]="USER_CHANNEL_UNMUTE",e[e.USER_CHANNEL_BAN=10601]="USER_CHANNEL_BAN",e[e.USER_CHANNEL_UNBAN=10600]="USER_CHANNEL_UNBAN",e[e.CHANNEL_FREEZE=10701]="CHANNEL_FREEZE",e[e.CHANNEL_UNFREEZE=10700]="CHANNEL_UNFREEZE",e[e.TYPING_START=10900]="TYPING_START",e[e.TYPING_END=10901]="TYPING_END",e[e.CHANNEL_JOIN=1e4]="CHANNEL_JOIN",e[e.CHANNEL_LEAVE=10001]="CHANNEL_LEAVE",e[e.CHANNEL_OPERATOR_UPDATE=10002]="CHANNEL_OPERATOR_UPDATE",e[e.CHANNEL_INVITE=10020]="CHANNEL_INVITE",e[e.CHANNEL_ACCEPT_INVITE=10021]="CHANNEL_ACCEPT_INVITE",e[e.CHANNEL_DECLINE_INVITE=10022]="CHANNEL_DECLINE_INVITE",e[e.CHANNEL_PROP_CHANGED=11e3]="CHANNEL_PROP_CHANGED",e[e.CHANNEL_DELETED=12e3]="CHANNEL_DELETED",e[e.CHANNEL_META_DATA_CHANGED=11100]="CHANNEL_META_DATA_CHANGED",e[e.CHANNEL_META_COUNTERS_CHANGED=11200]="CHANNEL_META_COUNTERS_CHANGED",e[e.CHANNEL_HIDE=13e3]="CHANNEL_HIDE",e[e.CHANNEL_UNHIDE=13001]="CHANNEL_UNHIDE";}(_||(_={}));var l=function(){function n(e){this.channelUrl=e.channel_url,this.channelType=e.channel_type,this.category=e.cat,this.data=e.data,this.ts=e.ts;}return Object.defineProperty(n.prototype,"isGroupChannelEvent",{get:function(){return this.channelType===ne.GROUP},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isOpenChannelEvent",{get:function(){return this.channelType===ne.OPEN},enumerable:!1,configurable:!0}),n}(),C=function(e){function t$1(n,t,a){var s=e.call(this,n,"SYEV",a)||this;return s.event=new l(a),s}return t(t$1,e),t$1}(B),d=function(e){function t$1(n,t,s){var N=e.call(this,n,t,s)||this,o=s.data.operators,E=void 0===o?[]:o;return N.operators=E.map((function(e){return new ct$1(N._iid,e)})),N}return t(t$1,e),t$1}(C),h=function(e){function t$1(n,t,a){var s=e.call(this,n,"MCNT",a)||this;return s.groupChannelMemberCounts=a.group_channels.map((function(e){return {channelUrl:e.channel_url,memberCount:e.member_count,joinedMemberCount:e.joined_member_count,updatedAt:e.ts}})),s.openChannelMemberCounts=a.open_channels.map((function(e){return {channelUrl:e.channel_url,participantCount:e.participant_count,updatedAt:e.ts}})),s}return t(t$1,e),t$1}(B),A=function(e){function t$1(n,t,a){var E,r,i,u=this;(u=e.call(this,n,"ADMM",a)||this).message=new Kt(n,a);var _=St$1.of(n).sdkState;return u.isMentioned=Ye$1(u.message.mentionType,null!==(E=u.message.mentionedUserIds)&&void 0!==E?E:null===(r=u.message.mentionedUsers)||void 0===r?void 0:r.map((function(e){return e.userId})),_.userId),u.forceUpdateLastMessage=null!==(i=a.force_update_last_message)&&void 0!==i&&i,u}return t(t$1,e),t$1}(B),c=function(e){function t$1(n,t,a){var o,r,i,u,_,l,C=this;(C=e.call(this,n,"AEDI",a)||this).message=new Kt(n,a);var d=St$1.of(n).sdkState;return C.mentionCountChange=Je$1({mentionType:null!==(r=null===(o=a.old_values)||void 0===o?void 0:o.mention_type)&&void 0!==r?r:null,mentionedUserIds:null!==(u=null===(i=a.old_values)||void 0===i?void 0:i.mentioned_user_ids)&&void 0!==u?u:[]},{mentionType:C.message.mentionType,mentionedUserIds:null!==(_=C.message.mentionedUserIds)&&void 0!==_?_:null===(l=C.message.mentionedUsers)||void 0===l?void 0:l.map((function(e){return e.userId}))},d.userId),C}return t(t$1,e),t$1}(B),H=function(e){function t$1(n,t,a){var s=e.call(this,n,"MRCT",a)||this;return s.channelUrl=a.channel_url,s.channelType=a.channel_type,s.event=new wt$1(a),s}return t(t$1,e),t$1}(B),T=function(e){function t$1(n,t,a){var s=e.call(this,n,"MTHD",a)||this;return s.event=new Sn(n,a),s}return t(t$1,e),t$1}(B),U=function(){this.onUserMuted=Y,this.onUserUnmuted=Y,this.onUserBanned=Y,this.onUserUnbanned=Y,this.onChannelChanged=Y,this.onChannelDeleted=Y,this.onChannelFrozen=Y,this.onChannelUnfrozen=Y,this.onOperatorUpdated=Y,this.onChannelMemberCountChanged=Y,this.onMetaDataCreated=Y,this.onMetaDataUpdated=Y,this.onMetaDataDeleted=Y,this.onMetaCounterCreated=Y,this.onMetaCounterUpdated=Y,this.onMetaCounterDeleted=Y,this.onMessageReceived=Y,this.onMessageUpdated=Y,this.onMessageDeleted=Y,this.onMentionReceived=Y,this.onReactionUpdated=Y,this.onThreadInfoUpdated=Y;};
|
|
20
20
|
|
|
21
21
|
export { p as $, d as A, B, C, h as D, E, F, Ge$1 as G, H$1 as H, Ie$1 as I, J, T as K, Le$1 as L, H as M, wt as N, On as O, Tt as P, It as Q, c as R, S, Tt$1 as T, U$1 as U, gt as V, Jt as W, A as X, Y, at$1 as Z, _, n as a, St$1 as a0, En as a1, de as a2, ue as a3, Vt as a4, le as a5, Wt as a6, ve as a7, he as a8, ce as a9, Ue as aA, Fe$1 as aB, qe$1 as aC, Ve$1 as aD, Ot$1 as aE, M as aF, We$1 as aG, Ht as aH, ae as aI, oe$1 as aJ, Gt as aK, Dt$1 as aL, Lt as aM, In as aN, cn as aO, Se$1 as aP, Ee$1 as aQ, ln as aR, Rt as aS, Me as aT, Ot as aU, Ee as aV, Nt$1 as aW, bt$1 as aX, L as aa, le$1 as ab, I as ac, Ue$1 as ad, me as ae, oe as af, fe as ag, u as ah, un as ai, $t as aj, se as ak, ie as al, xt as am, T$1 as an, a as ao, o as ap, m as aq, z as ar, R as as, an as at, Ie as au, we as av, Bt as aw, me$1 as ax, Ct$1 as ay, re as az, bn as b, ct$1 as c, d$1 as d, U as e, de$1 as f, s as g, h$1 as h, i, tt as j, kt as k, je as l, ct as m, ne as n, ot$1 as o, pt as p, q, r, st$1 as s, t, ue$1 as u, dt as v, at as w, xe$1 as x, y, ot as z };
|
|
22
|
-
//# sourceMappingURL=__bundle-7dfccc8c-
|
|
22
|
+
//# sourceMappingURL=__bundle-7dfccc8c-1e79737e.js.map
|