@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,32 +1,32 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-3e3509d9.js';
|
|
2
2
|
import React__default, { useRef, useContext } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-24720843.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5be8ad22.js';
|
|
7
7
|
import Loader from './Loader.js';
|
|
8
8
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
9
9
|
import IconButton from './IconButton.js';
|
|
10
10
|
import TextButton from './TextButton.js';
|
|
11
11
|
import ConnectedUserProfile from './UserProfile.js';
|
|
12
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
13
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
14
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-
|
|
15
|
-
import '../index-
|
|
12
|
+
import { a as UserProfileContext } from '../UserProfileContext-9cb73ef6.js';
|
|
13
|
+
import { u as useLocalization } from '../LocalizationContext-5ff68102.js';
|
|
14
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-61f9d9d4.js';
|
|
15
|
+
import '../index-aecb12d4.js';
|
|
16
16
|
import './ImageRenderer.js';
|
|
17
|
-
import '../_rollupPluginBabelHelpers-
|
|
17
|
+
import '../_rollupPluginBabelHelpers-83679d42.js';
|
|
18
18
|
import 'prop-types';
|
|
19
|
-
import '../uuid-
|
|
20
|
-
import '../index-
|
|
19
|
+
import '../uuid-85cc7825.js';
|
|
20
|
+
import '../index-3ca35bd9.js';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import './SortByRow.js';
|
|
23
|
-
import '../stringSet-
|
|
24
|
-
import '../color-
|
|
23
|
+
import '../stringSet-0d86b370.js';
|
|
24
|
+
import '../color-28184b0b.js';
|
|
25
25
|
import '../withSendbird.js';
|
|
26
26
|
import '../sendbirdSelectors.js';
|
|
27
|
-
import '../topics-
|
|
28
|
-
import '../utils-
|
|
29
|
-
import '../index-
|
|
27
|
+
import '../topics-804ec5d3.js';
|
|
28
|
+
import '../utils-830ba47e.js';
|
|
29
|
+
import '../index-07d9b26d.js';
|
|
30
30
|
|
|
31
31
|
var checkFileType = function checkFileType(fileUrl) {
|
|
32
32
|
var audioFile = /(\.mp3)$/i;
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-3e3509d9.js';
|
|
2
2
|
import React__default, { useContext, useState, useRef, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-24720843.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
8
|
import ImageRenderer from './ImageRenderer.js';
|
|
9
9
|
import LinkLabel from './LinkLabel.js';
|
|
10
|
-
import { a as LabelTypography, b as LabelColors, L as Label } from '../index-
|
|
10
|
+
import { a as LabelTypography, b as LabelColors, L as Label } from '../index-5be8ad22.js';
|
|
11
11
|
import Loader from './Loader.js';
|
|
12
12
|
import ConnectedUserProfile from './UserProfile.js';
|
|
13
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
14
|
-
import { u as uuidv4 } from '../uuid-
|
|
15
|
-
import { c as copyToClipboard } from '../utils-
|
|
16
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
17
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-
|
|
18
|
-
import '../index-
|
|
19
|
-
import '../_rollupPluginBabelHelpers-
|
|
13
|
+
import { a as UserProfileContext } from '../UserProfileContext-9cb73ef6.js';
|
|
14
|
+
import { u as uuidv4 } from '../uuid-85cc7825.js';
|
|
15
|
+
import { c as copyToClipboard } from '../utils-c9cdd5aa.js';
|
|
16
|
+
import { u as useLocalization } from '../LocalizationContext-5ff68102.js';
|
|
17
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-61f9d9d4.js';
|
|
18
|
+
import '../index-aecb12d4.js';
|
|
19
|
+
import '../_rollupPluginBabelHelpers-83679d42.js';
|
|
20
20
|
import 'prop-types';
|
|
21
|
-
import '../index-
|
|
21
|
+
import '../index-3ca35bd9.js';
|
|
22
22
|
import 'react-dom';
|
|
23
23
|
import './SortByRow.js';
|
|
24
|
-
import '../stringSet-
|
|
24
|
+
import '../stringSet-0d86b370.js';
|
|
25
25
|
import '../withSendbird.js';
|
|
26
26
|
import '../sendbirdSelectors.js';
|
|
27
|
-
import '../topics-
|
|
28
|
-
import '../utils-
|
|
29
|
-
import '../index-
|
|
27
|
+
import '../topics-804ec5d3.js';
|
|
28
|
+
import '../utils-830ba47e.js';
|
|
29
|
+
import '../index-07d9b26d.js';
|
|
30
30
|
|
|
31
31
|
var URL_REG = /[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_+.~#?&//=]*)/;
|
|
32
32
|
var createUrlTester = function createUrlTester(regexp) {
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-3e3509d9.js';
|
|
2
2
|
import React__default, { useContext, useState, useRef, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
4
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
3
|
+
import { f as format } from '../index-24720843.js';
|
|
4
|
+
import { u as useLocalization } from '../LocalizationContext-5ff68102.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
6
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
7
7
|
import Icon, { IconColors, IconTypes } from './Icon.js';
|
|
8
8
|
import IconButton from './IconButton.js';
|
|
9
9
|
import ImageRenderer from './ImageRenderer.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5be8ad22.js';
|
|
11
11
|
import Loader from './Loader.js';
|
|
12
12
|
import ConnectedUserProfile from './UserProfile.js';
|
|
13
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
14
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, f as checkIsSent, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-
|
|
15
|
-
import '../index-
|
|
16
|
-
import '../stringSet-
|
|
17
|
-
import '../uuid-
|
|
18
|
-
import '../_rollupPluginBabelHelpers-
|
|
13
|
+
import { a as UserProfileContext } from '../UserProfileContext-9cb73ef6.js';
|
|
14
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, f as checkIsSent, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-61f9d9d4.js';
|
|
15
|
+
import '../index-aecb12d4.js';
|
|
16
|
+
import '../stringSet-0d86b370.js';
|
|
17
|
+
import '../uuid-85cc7825.js';
|
|
18
|
+
import '../_rollupPluginBabelHelpers-83679d42.js';
|
|
19
19
|
import 'prop-types';
|
|
20
|
-
import '../index-
|
|
20
|
+
import '../index-3ca35bd9.js';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import './SortByRow.js';
|
|
23
23
|
import '../withSendbird.js';
|
|
24
24
|
import '../sendbirdSelectors.js';
|
|
25
|
-
import '../topics-
|
|
26
|
-
import '../utils-
|
|
27
|
-
import '../index-
|
|
25
|
+
import '../topics-804ec5d3.js';
|
|
26
|
+
import '../utils-830ba47e.js';
|
|
27
|
+
import '../index-07d9b26d.js';
|
|
28
28
|
|
|
29
29
|
var SUPPORTING_TYPES = {
|
|
30
30
|
IMAGE: 'IMAGE',
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-3e3509d9.js';
|
|
2
2
|
import React__default, { useContext, useRef, useState, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-24720843.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5be8ad22.js';
|
|
9
9
|
import Loader from './Loader.js';
|
|
10
10
|
import ConnectedUserProfile from './UserProfile.js';
|
|
11
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
12
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
13
|
-
import { c as copyToClipboard } from '../utils-
|
|
14
|
-
import { u as uuidv4 } from '../uuid-
|
|
15
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-
|
|
16
|
-
import '../index-
|
|
11
|
+
import { a as UserProfileContext } from '../UserProfileContext-9cb73ef6.js';
|
|
12
|
+
import { u as useLocalization } from '../LocalizationContext-5ff68102.js';
|
|
13
|
+
import { c as copyToClipboard } from '../utils-c9cdd5aa.js';
|
|
14
|
+
import { u as uuidv4 } from '../uuid-85cc7825.js';
|
|
15
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-61f9d9d4.js';
|
|
16
|
+
import '../index-aecb12d4.js';
|
|
17
17
|
import './ImageRenderer.js';
|
|
18
|
-
import '../_rollupPluginBabelHelpers-
|
|
18
|
+
import '../_rollupPluginBabelHelpers-83679d42.js';
|
|
19
19
|
import 'prop-types';
|
|
20
|
-
import '../index-
|
|
20
|
+
import '../index-3ca35bd9.js';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import './SortByRow.js';
|
|
23
|
-
import '../stringSet-
|
|
23
|
+
import '../stringSet-0d86b370.js';
|
|
24
24
|
import '../withSendbird.js';
|
|
25
25
|
import '../sendbirdSelectors.js';
|
|
26
|
-
import '../topics-
|
|
27
|
-
import '../utils-
|
|
28
|
-
import '../index-
|
|
26
|
+
import '../topics-804ec5d3.js';
|
|
27
|
+
import '../utils-830ba47e.js';
|
|
28
|
+
import '../index-07d9b26d.js';
|
|
29
29
|
|
|
30
30
|
function OpenchannelUserMessage(_a) {
|
|
31
31
|
var className = _a.className,
|
package/ui/PlaceHolder.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import '../_rollupPluginBabelHelpers-
|
|
1
|
+
import '../_rollupPluginBabelHelpers-83679d42.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'prop-types';
|
|
4
4
|
import './Icon.js';
|
|
5
5
|
import './Loader.js';
|
|
6
|
-
import '../LocalizationContext-
|
|
7
|
-
import '../index-
|
|
8
|
-
export { a as PlaceHolderTypes, P as default } from '../index-
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
6
|
+
import '../LocalizationContext-5ff68102.js';
|
|
7
|
+
import '../index-5be8ad22.js';
|
|
8
|
+
export { a as PlaceHolderTypes, P as default } from '../index-3175e51c.js';
|
|
9
|
+
import '../stringSet-0d86b370.js';
|
|
10
|
+
import '../index-aecb12d4.js';
|
|
11
11
|
//# sourceMappingURL=PlaceHolder.js.map
|
package/ui/QuoteMessage.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useContext, useState } from 'react';
|
|
2
2
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5be8ad22.js';
|
|
4
4
|
import ImageRenderer from './ImageRenderer.js';
|
|
5
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
6
|
-
import { M as getUIKitFileTypes, k as getClassName, u as isUserMessage, p as isThumbnailMessage, B as isVideo, N as isGif, n as isFileMessage, A as isSupportedFileView, L as getUIKitFileType, t as truncateString } from '../index-
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-5ff68102.js';
|
|
6
|
+
import { M as getUIKitFileTypes, k as getClassName, u as isUserMessage, p as isThumbnailMessage, B as isVideo, N as isGif, n as isFileMessage, A as isSupportedFileView, L as getUIKitFileType, t as truncateString } from '../index-3ca35bd9.js';
|
|
7
|
+
import '../_rollupPluginBabelHelpers-83679d42.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
11
|
-
import '../tslib.es6-
|
|
9
|
+
import '../stringSet-0d86b370.js';
|
|
10
|
+
import '../index-aecb12d4.js';
|
|
11
|
+
import '../tslib.es6-3e3509d9.js';
|
|
12
12
|
|
|
13
13
|
function QuoteMessage(_a) {
|
|
14
14
|
var _b;
|
package/ui/QuoteMessageInput.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { n as isFileMessage, o as isImageMessage, p as isThumbnailMessage, q as isAudioMessage, k as getClassName, r as isGifMessage, s as isVideoMessage, u as isUserMessage } from '../index-
|
|
2
|
+
import { n as isFileMessage, o as isImageMessage, p as isThumbnailMessage, q as isAudioMessage, k as getClassName, r as isGifMessage, s as isVideoMessage, u as isUserMessage } from '../index-3ca35bd9.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5be8ad22.js';
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-5ff68102.js';
|
|
6
6
|
import ImageRenderer from './ImageRenderer.js';
|
|
7
|
-
import '../tslib.es6-
|
|
8
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import '../tslib.es6-3e3509d9.js';
|
|
8
|
+
import '../_rollupPluginBabelHelpers-83679d42.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
10
|
+
import '../stringSet-0d86b370.js';
|
|
11
|
+
import '../index-aecb12d4.js';
|
|
12
12
|
|
|
13
13
|
var componentClassname = 'sendbird-quote_message_input__avatar';
|
|
14
14
|
function QuoteMessageThumbnail(_a) {
|
package/ui/ReactionBadge.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { b as _toConsumableArray } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _toConsumableArray } from '../_rollupPluginBabelHelpers-83679d42.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
-
import '../stringSet-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5be8ad22.js';
|
|
5
|
+
import '../stringSet-0d86b370.js';
|
|
6
6
|
|
|
7
7
|
var ReactionBadge = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
|
|
8
8
|
var className = props.className,
|
package/ui/ReactionButton.js
CHANGED
package/ui/SortByRow.js
CHANGED
package/ui/TextButton.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { b as _toConsumableArray } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _toConsumableArray } from '../_rollupPluginBabelHelpers-83679d42.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { c as changeColorToClassName, C as Colors } from '../color-
|
|
4
|
+
import { c as changeColorToClassName, C as Colors } from '../color-28184b0b.js';
|
|
5
5
|
|
|
6
6
|
function TextButton(_ref) {
|
|
7
7
|
var className = _ref.className,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useContext, useMemo } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
-
import { k as getClassName, e as isEditedMessage } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
-
import { u as uuidv4 } from '../uuid-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5be8ad22.js';
|
|
3
|
+
import { k as getClassName, e as isEditedMessage } from '../index-3ca35bd9.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-5ff68102.js';
|
|
5
|
+
import { u as uuidv4 } from '../uuid-85cc7825.js';
|
|
6
6
|
import Word from './Word.js';
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import '../_rollupPluginBabelHelpers-83679d42.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../tslib.es6-
|
|
11
|
-
import '../index-
|
|
9
|
+
import '../stringSet-0d86b370.js';
|
|
10
|
+
import '../tslib.es6-3e3509d9.js';
|
|
11
|
+
import '../index-aecb12d4.js';
|
|
12
12
|
import './LinkLabel.js';
|
|
13
13
|
import './MentionLabel.js';
|
|
14
14
|
import './ContextMenu.js';
|
|
@@ -17,12 +17,12 @@ import './SortByRow.js';
|
|
|
17
17
|
import './UserProfile.js';
|
|
18
18
|
import '../withSendbird.js';
|
|
19
19
|
import '../sendbirdSelectors.js';
|
|
20
|
-
import '../topics-
|
|
21
|
-
import '../utils-
|
|
20
|
+
import '../topics-804ec5d3.js';
|
|
21
|
+
import '../utils-830ba47e.js';
|
|
22
22
|
import './Avatar.js';
|
|
23
23
|
import './ImageRenderer.js';
|
|
24
24
|
import './Icon.js';
|
|
25
|
-
import '../index-
|
|
25
|
+
import '../index-07d9b26d.js';
|
|
26
26
|
import '../useSendbirdStateContext.js';
|
|
27
27
|
|
|
28
28
|
function TextMessageItemBody(_a) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default, { useState } from 'react';
|
|
2
2
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
3
3
|
import ImageRenderer from './ImageRenderer.js';
|
|
4
|
-
import { k as getClassName, D as isSentMessage, s as isVideoMessage, r as isGifMessage } from '../index-
|
|
5
|
-
import '../_rollupPluginBabelHelpers-
|
|
4
|
+
import { k as getClassName, D as isSentMessage, s as isVideoMessage, r as isGifMessage } from '../index-3ca35bd9.js';
|
|
5
|
+
import '../_rollupPluginBabelHelpers-83679d42.js';
|
|
6
6
|
import 'prop-types';
|
|
7
|
-
import '../tslib.es6-
|
|
7
|
+
import '../tslib.es6-3e3509d9.js';
|
|
8
8
|
|
|
9
9
|
function ThumbnailMessageItemBody(_a) {
|
|
10
10
|
var _b, _c;
|
package/ui/Tooltip.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { b as _toConsumableArray } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _toConsumableArray } from '../_rollupPluginBabelHelpers-83679d42.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
-
import '../stringSet-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5be8ad22.js';
|
|
5
|
+
import '../stringSet-0d86b370.js';
|
|
6
6
|
|
|
7
7
|
function Tooltip(_ref) {
|
|
8
8
|
var className = _ref.className,
|
package/ui/TooltipWrapper.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as _slicedToArray, b as _toConsumableArray } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { a as _slicedToArray, b as _toConsumableArray } from '../_rollupPluginBabelHelpers-83679d42.js';
|
|
2
2
|
import React__default, { useState, useRef } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
-
import { k as getClassName } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
-
import '../_rollupPluginBabelHelpers-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5be8ad22.js';
|
|
3
|
+
import { k as getClassName } from '../index-3ca35bd9.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-5ff68102.js';
|
|
5
|
+
import '../_rollupPluginBabelHelpers-83679d42.js';
|
|
6
6
|
import 'prop-types';
|
|
7
|
-
import '../stringSet-
|
|
8
|
-
import '../tslib.es6-
|
|
9
|
-
import '../index-
|
|
7
|
+
import '../stringSet-0d86b370.js';
|
|
8
|
+
import '../tslib.es6-3e3509d9.js';
|
|
9
|
+
import '../index-aecb12d4.js';
|
|
10
10
|
|
|
11
11
|
function UnknownMessageItemBody(_a) {
|
|
12
12
|
var _b;
|
package/ui/UserListItem.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-3e3509d9.js';
|
|
2
2
|
import React__default, { useContext } from 'react';
|
|
3
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
3
|
+
import { a as UserProfileContext } from '../UserProfileContext-9cb73ef6.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-5ff68102.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
6
|
import MutedAvatarOverlay from './MutedAvatarOverlay.js';
|
|
7
7
|
import Checkbox from './Checkbox.js';
|
|
8
8
|
import ConnectedUserProfile from './UserProfile.js';
|
|
9
9
|
import ContextMenu, { MenuItems } from './ContextMenu.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5be8ad22.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
13
|
-
import '../index-
|
|
12
|
+
import '../stringSet-0d86b370.js';
|
|
13
|
+
import '../index-aecb12d4.js';
|
|
14
14
|
import './ImageRenderer.js';
|
|
15
|
-
import '../_rollupPluginBabelHelpers-
|
|
15
|
+
import '../_rollupPluginBabelHelpers-83679d42.js';
|
|
16
16
|
import './Icon.js';
|
|
17
|
-
import '../uuid-
|
|
17
|
+
import '../uuid-85cc7825.js';
|
|
18
18
|
import '../withSendbird.js';
|
|
19
19
|
import '../sendbirdSelectors.js';
|
|
20
|
-
import '../topics-
|
|
21
|
-
import '../utils-
|
|
22
|
-
import '../index-
|
|
23
|
-
import '../index-
|
|
20
|
+
import '../topics-804ec5d3.js';
|
|
21
|
+
import '../utils-830ba47e.js';
|
|
22
|
+
import '../index-07d9b26d.js';
|
|
23
|
+
import '../index-3ca35bd9.js';
|
|
24
24
|
import 'react-dom';
|
|
25
25
|
import './SortByRow.js';
|
|
26
26
|
|
package/ui/UserProfile.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../LocalizationContext-5ff68102.js';
|
|
3
3
|
import withSendbirdContext from '../withSendbird.js';
|
|
4
4
|
import { getSdk, getCreateGroupChannel } from '../sendbirdSelectors.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
7
|
-
import { B as Button, a as ButtonTypes } from '../index-
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../index-
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
11
|
-
import '../topics-
|
|
12
|
-
import '../utils-
|
|
13
|
-
import '../tslib.es6-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5be8ad22.js';
|
|
7
|
+
import { B as Button, a as ButtonTypes } from '../index-07d9b26d.js';
|
|
8
|
+
import '../stringSet-0d86b370.js';
|
|
9
|
+
import '../index-aecb12d4.js';
|
|
10
|
+
import '../_rollupPluginBabelHelpers-83679d42.js';
|
|
11
|
+
import '../topics-804ec5d3.js';
|
|
12
|
+
import '../utils-830ba47e.js';
|
|
13
|
+
import '../tslib.es6-3e3509d9.js';
|
|
14
14
|
import './ImageRenderer.js';
|
|
15
15
|
import 'prop-types';
|
|
16
16
|
import './Icon.js';
|
|
17
|
-
import '../uuid-
|
|
17
|
+
import '../uuid-85cc7825.js';
|
|
18
18
|
|
|
19
19
|
function UserProfile(_a) {
|
|
20
20
|
var user = _a.user,
|
package/ui/Word.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { a as LabelTypography, b as LabelColors } from '../index-5be8ad22.js';
|
|
3
3
|
import LinkLabel from './LinkLabel.js';
|
|
4
|
-
import { u as uuidv4 } from '../uuid-
|
|
5
|
-
import { l as convertWordToStringObj, S as StringObjType } from '../index-
|
|
4
|
+
import { u as uuidv4 } from '../uuid-85cc7825.js';
|
|
5
|
+
import { l as convertWordToStringObj, S as StringObjType } from '../index-3ca35bd9.js';
|
|
6
6
|
import MentionLabel from './MentionLabel.js';
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import '../_rollupPluginBabelHelpers-83679d42.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../tslib.es6-
|
|
9
|
+
import '../stringSet-0d86b370.js';
|
|
10
|
+
import '../tslib.es6-3e3509d9.js';
|
|
11
11
|
import './ContextMenu.js';
|
|
12
12
|
import 'react-dom';
|
|
13
13
|
import './SortByRow.js';
|
|
14
14
|
import './UserProfile.js';
|
|
15
|
-
import '../LocalizationContext-
|
|
16
|
-
import '../index-
|
|
15
|
+
import '../LocalizationContext-5ff68102.js';
|
|
16
|
+
import '../index-aecb12d4.js';
|
|
17
17
|
import '../withSendbird.js';
|
|
18
18
|
import '../sendbirdSelectors.js';
|
|
19
|
-
import '../topics-
|
|
20
|
-
import '../utils-
|
|
19
|
+
import '../topics-804ec5d3.js';
|
|
20
|
+
import '../utils-830ba47e.js';
|
|
21
21
|
import './Avatar.js';
|
|
22
22
|
import './ImageRenderer.js';
|
|
23
23
|
import './Icon.js';
|
|
24
|
-
import '../index-
|
|
24
|
+
import '../index-07d9b26d.js';
|
|
25
25
|
import '../useSendbirdStateContext.js';
|
|
26
26
|
|
|
27
27
|
function Word(props) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils-
|
|
1
|
+
{"version":3,"file":"utils-830ba47e.js","sources":["../src/utils/utils.js"],"sourcesContent":["export const noop = () => {};\n\nexport const getSenderName = (message) => (\n message.sender && (\n message.sender.friendName\n || message.sender.nickname\n || message.sender.userId\n )\n);\n\nexport const getSenderProfileUrl = (message) => message.sender && message.sender.profileUrl;\n\nexport default {\n getSenderName,\n getSenderProfileUrl,\n};\n"],"names":["noop"],"mappings":"IAAaA,IAAI,GAAG,SAAPA,IAAO,GAAM;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils-
|
|
1
|
+
{"version":3,"file":"utils-c9cdd5aa.js","sources":["../src/ui/OpenchannelUserMessage/utils.ts"],"sourcesContent":["export const copyToClipboard = (text: string): boolean => {\n // @ts-ignore: Unreachable code error\n if (window.clipboardData && window.clipboardData.setData) {\n // Internet Explorer-specific code path to prevent textarea being shown while dialog is visible.\n // @ts-ignore: Unreachable code error\n return window.clipboardData.setData('Text', text);\n }\n if (document.queryCommandSupported && document.queryCommandSupported('copy')) {\n const textarea = document.createElement('textarea');\n textarea.textContent = text;\n textarea.style.position = 'fixed'; // Prevent scrolling to bottom of page in Microsoft Edge.\n document.body.appendChild(textarea);\n textarea.select();\n try {\n return document.execCommand('copy'); // Security exception may be thrown by some browsers.\n } catch (ex) {\n return false;\n } finally {\n document.body.removeChild(textarea);\n }\n }\n return false;\n};\n\nexport default { copyToClipboard };\n"],"names":["copyToClipboard","text","window","clipboardData","setData","document","queryCommandSupported","textarea","createElement","textContent","style","position","body","appendChild","select","execCommand","ex","removeChild"],"mappings":"IAAaA,eAAe,GAAG,SAAlBA,eAAkB,CAACC,IAAD;AAC7B;AACA,MAAIC,MAAM,CAACC,aAAP,IAAwBD,MAAM,CAACC,aAAP,CAAqBC,OAAjD,EAA0D;AACxD;AACA;AACA,WAAOF,MAAM,CAACC,aAAP,CAAqBC,OAArB,CAA6B,MAA7B,EAAqCH,IAArC,CAAP;AACD;;AACD,MAAII,QAAQ,CAACC,qBAAT,IAAkCD,QAAQ,CAACC,qBAAT,CAA+B,MAA/B,CAAtC,EAA8E;AAC5E,QAAMC,QAAQ,GAAGF,QAAQ,CAACG,aAAT,CAAuB,UAAvB,CAAjB;AACAD,IAAAA,QAAQ,CAACE,WAAT,GAAuBR,IAAvB;AACAM,IAAAA,QAAQ,CAACG,KAAT,CAAeC,QAAf,GAA0B,OAA1B,CAH4E;;AAI5EN,IAAAA,QAAQ,CAACO,IAAT,CAAcC,WAAd,CAA0BN,QAA1B;AACAA,IAAAA,QAAQ,CAACO,MAAT;;AACA,QAAI;AACF,aAAOT,QAAQ,CAACU,WAAT,CAAqB,MAArB,CAAP,CADE;AAEH,KAFD,CAEE,OAAOC,EAAP,EAAW;AACX,aAAO,KAAP;AACD,KAJD,SAIU;AACRX,MAAAA,QAAQ,CAACO,IAAT,CAAcK,WAAd,CAA0BV,QAA1B;AACD;AACF;;AACD,SAAO,KAAP;AACD;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils-
|
|
1
|
+
{"version":3,"file":"utils-cbf805c7.js","sources":["../src/ui/ChannelAvatar/utils.ts"],"sourcesContent":["import type { GroupChannel } from \"@sendbird/chat/groupChannel\";\nimport type { OpenChannel } from \"@sendbird/chat/openChannel\";\n\nexport const DEFAULT_URL_PREFIX = 'https://static.sendbird.com/sample/cover/cover_';\n\nexport const getOpenChannelAvatar = (channel: OpenChannel): string => {\n if (channel?.coverUrl) {\n return channel.coverUrl;\n }\n};\n\nexport const getChannelAvatarSource = (channel: GroupChannel, currentUserId: string): string | Array<string> => {\n if (channel?.coverUrl) {\n if (!(new RegExp(`^${DEFAULT_URL_PREFIX}`).test(channel.coverUrl))) {\n return channel.coverUrl;\n }\n }\n return (channel?.members || [])\n .filter((member) => member.userId !== currentUserId)\n .map(({ profileUrl }) => profileUrl);\n};\n\nexport const generateDefaultAvatar = (channel: GroupChannel): boolean => {\n if (channel?.coverUrl) {\n if (new RegExp(`^${DEFAULT_URL_PREFIX}`).test(channel.coverUrl)) {\n return true;\n }\n return false;\n }\n return true;\n}\n"],"names":["DEFAULT_URL_PREFIX","getOpenChannelAvatar","channel","coverUrl","getChannelAvatarSource","currentUserId","RegExp","test","members","filter","member","userId","map","_a","profileUrl","generateDefaultAvatar"],"mappings":"AAGO,IAAMA,kBAAkB,GAAG,iDAA3B;IAEMC,oBAAoB,GAAG,SAAvBA,oBAAuB,CAACC,OAAD;AAClC,MAAIA,OAAO,SAAP,IAAAA,OAAO,WAAP,SAAA,GAAAA,OAAO,CAAEC,QAAb,EAAuB;AACrB,WAAOD,OAAO,CAACC,QAAf;AACD;AACF;IAEYC,sBAAsB,GAAG,SAAzBA,sBAAyB,CAACF,OAAD,EAAwBG,aAAxB;AACpC,MAAIH,OAAO,SAAP,IAAAA,OAAO,WAAP,SAAA,GAAAA,OAAO,CAAEC,QAAb,EAAuB;AACrB,QAAI,CAAE,IAAIG,MAAJ,CAAW,UAAA,CAAIN,kBAAJ,CAAX,EAAqCO,IAArC,CAA0CL,OAAO,CAACC,QAAlD,CAAN,EAAoE;AAClE,aAAOD,OAAO,CAACC,QAAf;AACD;AACF;;AACD,SAAO,CAAC,CAAAD,OAAO,SAAP,IAAAA,OAAO,WAAP,SAAA,GAAAA,OAAO,CAAEM,OAAT,KAAoB,EAArB,EACJC,MADI,CACG,UAACC,MAAD;AAAY,WAAAA,MAAM,CAACC,MAAP,KAAkBN,aAAlB;AAA+B,GAD9C,EAEJO,GAFI,CAEA,UAACC,EAAD;QAAGC,UAAU;AAAO,WAAAA,UAAA;AAAU,GAF9B,CAAP;AAGD;IAEYC,qBAAqB,GAAG,SAAxBA,qBAAwB,CAACb,OAAD;AACnC,MAAIA,OAAO,SAAP,IAAAA,OAAO,WAAP,SAAA,GAAAA,OAAO,CAAEC,QAAb,EAAuB;AACrB,QAAI,IAAIG,MAAJ,CAAW,UAAA,CAAIN,kBAAJ,CAAX,EAAqCO,IAArC,CAA0CL,OAAO,CAACC,QAAlD,CAAJ,EAAiE;AAC/D,aAAO,IAAP;AACD;;AACD,WAAO,KAAP;AACD;;AACD,SAAO,IAAP;AACD;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uuid-
|
|
1
|
+
{"version":3,"file":"uuid-85cc7825.js","sources":["../src/utils/uuid.ts"],"sourcesContent":["/* eslint-disable no-bitwise */\n/* eslint-disable eqeqeq */\n/* eslint-disable no-mixed-operators */\n// https://stackoverflow.com/a/2117523\n// used mainly for dom key generation\nexport const uuidv4 = (): string => 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, (c) => {\n const r = Math.random() * 16 | 0;\n const v = c === 'x' ? r : (r & 0x3 | 0x8);\n return v.toString(16);\n});\n\nexport default uuidv4;\n"],"names":["uuidv4","replace","c","r","Math","random","v","toString"],"mappings":"AAAA;;AACA;;AACA;AACA;AACA;IACaA,MAAM,GAAG,SAATA,MAAS;AAAc,SAAA,uCAAuCC,OAAvC,CAA+C,OAA/C,EAAwD,UAACC,CAAD;AAC1F,QAAMC,CAAC,GAAGC,IAAI,CAACC,MAAL,KAAgB,EAAhB,GAAqB,CAA/B;AACA,QAAMC,CAAC,GAAGJ,CAAC,KAAK,GAAN,GAAYC,CAAZ,GAAiBA,CAAC,GAAG,GAAJ,GAAU,GAArC;AACA,WAAOG,CAAC,CAACC,QAAF,CAAW,EAAX,CAAP;AACD,GAJmC,CAAA;AAIlC;;;;"}
|
package/withSendbird.js
CHANGED