@sendbird/uikit-react 3.2.0-rc.2 → 3.2.1-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +32 -34
- package/App.js.map +1 -1
- package/CHANGELOG.md +45 -1
- package/Channel/components/ChannelHeader.js +17 -19
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +23 -25
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +16 -18
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +20 -22
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +17 -19
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageList.js +22 -24
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +17 -19
- package/Channel/components/RemoveMessageModal.js.map +1 -1
- package/Channel/components/SuggestedMentionList.js +17 -19
- package/Channel/components/SuggestedMentionList.js.map +1 -1
- package/Channel/components/TypingIndicator.js +17 -19
- package/Channel/components/TypingIndicator.js.map +1 -1
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +15 -17
- package/Channel/context.js.map +1 -1
- package/Channel.js +23 -25
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +13 -13
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +27 -29
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +21 -23
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +14 -17
- package/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/ChannelList/context.js +9 -12
- package/ChannelList/context.js.map +1 -1
- package/ChannelList.js +27 -29
- package/ChannelList.js.map +1 -1
- package/{ChannelListProvider-1a22e404.js → ChannelListProvider-68ab13d8.js} +11 -11
- package/{ChannelListProvider-1a22e404.js.map → ChannelListProvider-68ab13d8.js.map} +1 -1
- package/{ChannelProvider-e38bb434.js → ChannelProvider-4b8e62f5.js} +16 -16
- package/{ChannelProvider-e38bb434.js.map → ChannelProvider-4b8e62f5.js.map} +1 -1
- package/ChannelSettings/components/ChannelProfile.js +11 -11
- package/ChannelSettings/components/ChannelSettingsUI.js +18 -21
- package/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/ChannelSettings/components/LeaveChannel.js +10 -10
- package/ChannelSettings/components/ModerationPanel.js +16 -19
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/ChannelSettings/components/UserListItem.js +11 -11
- package/ChannelSettings/components/UserPanel.js +13 -13
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +18 -21
- package/ChannelSettings.js.map +1 -1
- package/CreateChannel/components/CreateChannelUI.js +13 -13
- package/CreateChannel/components/InviteUsers.js +13 -13
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +13 -13
- package/{CreateChannelProvider-f740e1f0.js → CreateChannelProvider-bfcda8c9.js} +1 -1
- package/{CreateChannelProvider-f740e1f0.js.map → CreateChannelProvider-bfcda8c9.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +9 -9
- package/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/EditUserProfile.js +12 -12
- package/{LocalizationContext-78d3faa4.js → LocalizationContext-5bdfa009.js} +3 -3
- package/{LocalizationContext-78d3faa4.js.map → LocalizationContext-5bdfa009.js.map} +1 -1
- package/{MemberList-057e2466.js → MemberList-e298d8d4.js} +5 -5
- package/{MemberList-057e2466.js.map → MemberList-e298d8d4.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 +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +14 -17
- package/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/OpenChannel/components/OpenChannelInput.js +17 -20
- package/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessage.js +22 -25
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +24 -27
- package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/OpenChannel/components/OpenChannelUI.js +24 -27
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +11 -14
- package/OpenChannel/context.js.map +1 -1
- package/OpenChannel.js +24 -27
- package/OpenChannel.js.map +1 -1
- package/OpenChannelList/components/OpenChannelListUI.js +12 -12
- package/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/OpenChannelList/context.js +4 -4
- package/OpenChannelList.js +12 -12
- package/{OpenChannelListProvider-4bddc69f.js → OpenChannelListProvider-5468dee1.js} +3 -3
- package/{OpenChannelListProvider-4bddc69f.js.map → OpenChannelListProvider-5468dee1.js.map} +1 -1
- package/{OpenChannelProvider-bb348405.js → OpenChannelProvider-f63e82d8.js} +11 -12
- package/{OpenChannelProvider-bb348405.js.map → OpenChannelProvider-f63e82d8.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +13 -15
- package/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelProfile.js +13 -15
- package/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -20
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/OpenChannelSettings/components/OperatorUI.js +17 -19
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +15 -17
- package/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/OpenChannelSettings/context.js +5 -7
- package/OpenChannelSettings/context.js.map +1 -1
- package/OpenChannelSettings.js +18 -20
- package/OpenChannelSettings.js.map +1 -1
- package/SendbirdProvider.js +15 -18
- package/SendbirdProvider.js.map +1 -1
- package/{UserProfileContext-bc040e78.js → UserProfileContext-b837926a.js} +1 -1
- package/{UserProfileContext-bc040e78.js.map → UserProfileContext-b837926a.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-64f3f48c.js → _rollupPluginBabelHelpers-46088259.js} +1 -1
- package/_rollupPluginBabelHelpers-46088259.js.map +1 -0
- package/{actionTypes-fb6947e7.js → actionTypes-019d5d7b.js} +1 -1
- package/{actionTypes-fb6947e7.js.map → actionTypes-019d5d7b.js.map} +1 -1
- package/cjs/App.js +32 -34
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +17 -19
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +23 -25
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +16 -18
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +20 -22
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +17 -19
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +22 -24
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +17 -19
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +17 -19
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/Channel/components/TypingIndicator.js +17 -19
- package/cjs/Channel/components/TypingIndicator.js.map +1 -1
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +15 -17
- package/cjs/Channel/context.js.map +1 -1
- package/cjs/Channel.js +23 -25
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +13 -13
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +27 -29
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +21 -23
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -17
- package/cjs/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/cjs/ChannelList/context.js +9 -12
- package/cjs/ChannelList/context.js.map +1 -1
- package/cjs/ChannelList.js +27 -29
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/{ChannelListProvider-852ab5ee.js → ChannelListProvider-f043b9db.js} +11 -11
- package/cjs/{ChannelListProvider-852ab5ee.js.map → ChannelListProvider-f043b9db.js.map} +1 -1
- package/cjs/{ChannelProvider-177cb9c3.js → ChannelProvider-d5668143.js} +16 -16
- package/cjs/{ChannelProvider-177cb9c3.js.map → ChannelProvider-d5668143.js.map} +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -21
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/cjs/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/cjs/ChannelSettings/components/LeaveChannel.js +10 -10
- package/cjs/ChannelSettings/components/ModerationPanel.js +16 -19
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/cjs/ChannelSettings/components/UserListItem.js +11 -11
- package/cjs/ChannelSettings/components/UserPanel.js +13 -13
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +18 -21
- package/cjs/ChannelSettings.js.map +1 -1
- package/cjs/CreateChannel/components/CreateChannelUI.js +13 -13
- package/cjs/CreateChannel/components/InviteUsers.js +13 -13
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +13 -13
- package/cjs/{CreateChannelProvider-ce623553.js → CreateChannelProvider-97655f81.js} +1 -1
- package/cjs/{CreateChannelProvider-ce623553.js.map → CreateChannelProvider-97655f81.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +9 -9
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/cjs/EditUserProfile.js +12 -12
- package/cjs/{LocalizationContext-bde4de59.js → LocalizationContext-cbcf0cb4.js} +3 -3
- package/cjs/{LocalizationContext-bde4de59.js.map → LocalizationContext-cbcf0cb4.js.map} +1 -1
- package/cjs/{MemberList-5f6eaac3.js → MemberList-dd6f7d77.js} +5 -5
- package/cjs/{MemberList-5f6eaac3.js.map → MemberList-dd6f7d77.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 +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +14 -17
- package/cjs/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelInput.js +17 -20
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +22 -25
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +24 -27
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +24 -27
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +11 -14
- package/cjs/OpenChannel/context.js.map +1 -1
- package/cjs/OpenChannel.js +24 -27
- package/cjs/OpenChannel.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +12 -12
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/cjs/OpenChannelList/context.js +4 -4
- package/cjs/OpenChannelList.js +12 -12
- package/cjs/{OpenChannelListProvider-26a67118.js → OpenChannelListProvider-3d830db6.js} +3 -3
- package/cjs/{OpenChannelListProvider-26a67118.js.map → OpenChannelListProvider-3d830db6.js.map} +1 -1
- package/cjs/{OpenChannelProvider-8a6ad3db.js → OpenChannelProvider-eb97f46c.js} +11 -12
- package/cjs/{OpenChannelProvider-8a6ad3db.js.map → OpenChannelProvider-eb97f46c.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +13 -15
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +13 -15
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -20
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +17 -19
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -17
- package/cjs/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/cjs/OpenChannelSettings/context.js +5 -7
- package/cjs/OpenChannelSettings/context.js.map +1 -1
- package/cjs/OpenChannelSettings.js +18 -20
- package/cjs/OpenChannelSettings.js.map +1 -1
- package/cjs/SendbirdProvider.js +16 -18
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/{UserProfileContext-21660049.js → UserProfileContext-6908ca72.js} +1 -1
- package/cjs/{UserProfileContext-21660049.js.map → UserProfileContext-6908ca72.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-17f5a2c8.js → _rollupPluginBabelHelpers-9a6aaeec.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-9a6aaeec.js.map +1 -0
- package/cjs/{actionTypes-76c446b3.js → actionTypes-c7188586.js} +1 -1
- package/cjs/{actionTypes-76c446b3.js.map → actionTypes-c7188586.js.map} +1 -1
- package/cjs/{color-1ec1269a.js → color-a1e2762f.js} +1 -1
- package/cjs/{color-1ec1269a.js.map → color-a1e2762f.js.map} +1 -1
- package/cjs/{compareIds-52f07bab.js → compareIds-d02b7d4d.js} +1 -1
- package/cjs/{compareIds-52f07bab.js.map → compareIds-d02b7d4d.js.map} +1 -1
- package/cjs/{const-b94ba65d.js → const-107d31d6.js} +1 -1
- package/cjs/{const-b94ba65d.js.map → const-107d31d6.js.map} +1 -1
- package/cjs/{const-00ec2acd.js → const-361bde29.js} +1 -1
- package/cjs/{const-00ec2acd.js.map → const-361bde29.js.map} +1 -1
- package/cjs/{context-3df5068b.js → context-6622da51.js} +2 -2
- package/cjs/{context-3df5068b.js.map → context-6622da51.js.map} +1 -1
- package/cjs/dist/index.css +88 -88
- package/cjs/dist/index.css.map +1 -1
- package/cjs/handlers/ConnectionHandler.js +2 -4
- package/cjs/handlers/ConnectionHandler.js.map +1 -1
- package/cjs/handlers/GroupChannelHandler.js +2 -5
- package/cjs/handlers/GroupChannelHandler.js.map +1 -1
- package/cjs/handlers/OpenChannelHandler.js +2 -4
- package/cjs/handlers/OpenChannelHandler.js.map +1 -1
- package/cjs/handlers/SessionHandler.js +2 -4
- package/cjs/handlers/SessionHandler.js.map +1 -1
- package/cjs/handlers/UserEventHandler.js +2 -4
- package/cjs/handlers/UserEventHandler.js.map +1 -1
- package/cjs/{index-e4245c04.js → index-0b9be346.js} +2 -2
- package/cjs/{index-e4245c04.js.map → index-0b9be346.js.map} +1 -1
- package/cjs/{index-66b53d56.js → index-0ed70cab.js} +4 -4
- package/cjs/{index-66b53d56.js.map → index-0ed70cab.js.map} +1 -1
- package/cjs/{index-4fedaa1a.js → index-1382ffca.js} +2 -2
- package/cjs/{index-4fedaa1a.js.map → index-1382ffca.js.map} +1 -1
- package/cjs/{index-06b2ea54.js → index-22eb1c9f.js} +2 -2
- package/cjs/{index-06b2ea54.js.map → index-22eb1c9f.js.map} +1 -1
- package/cjs/{index-0c20bfa0.js → index-2bf74a6e.js} +4 -4
- package/cjs/{index-0c20bfa0.js.map → index-2bf74a6e.js.map} +1 -1
- package/cjs/{index-386d6cc6.js → index-4eda97a2.js} +5 -5
- package/cjs/{index-386d6cc6.js.map → index-4eda97a2.js.map} +1 -1
- package/cjs/{index-216e0934.js → index-700588f1.js} +1 -1
- package/cjs/{index-216e0934.js.map → index-700588f1.js.map} +1 -1
- package/cjs/{index-339b2871.js → index-7795f392.js} +6 -6
- package/cjs/index-7795f392.js.map +1 -0
- package/cjs/{index-9daabdb8.js → index-9eb6ed09.js} +8 -8
- package/cjs/{index-9daabdb8.js.map → index-9eb6ed09.js.map} +1 -1
- package/cjs/{index-50fc77e8.js → index-d1b358ca.js} +1 -1
- package/cjs/{index-50fc77e8.js.map → index-d1b358ca.js.map} +1 -1
- package/cjs/index.js +36 -38
- package/cjs/index.js.map +1 -1
- package/cjs/{openChannelUtils-b74500ad.js → openChannelUtils-fd06d626.js} +1 -1
- package/cjs/{openChannelUtils-b74500ad.js.map → openChannelUtils-fd06d626.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-edbf423b.js → stringSet-ad7da257.js} +1 -1
- package/cjs/{stringSet-edbf423b.js.map → stringSet-ad7da257.js.map} +1 -1
- package/cjs/{topics-c5662b44.js → topics-c3de90e0.js} +1 -1
- package/cjs/{topics-c5662b44.js.map → topics-c3de90e0.js.map} +1 -1
- package/cjs/{tslib.es6-8c7aa47e.js → tslib.es6-abd78d7b.js} +1 -1
- package/cjs/{tslib.es6-8c7aa47e.js.map → tslib.es6-abd78d7b.js.map} +1 -1
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +2 -2
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +3 -3
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +5 -5
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +1 -1
- package/cjs/ui/Input.js +2 -2
- package/cjs/ui/Label.js +2 -2
- package/cjs/ui/LinkLabel.js +7 -5
- package/cjs/ui/LinkLabel.js.map +1 -1
- package/cjs/ui/Loader.js +1 -1
- package/cjs/ui/MentionLabel.js +10 -10
- package/cjs/ui/MessageContent.js +13 -13
- package/cjs/ui/MessageInput.js +9 -9
- package/cjs/ui/MessageItemMenu.js +7 -7
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +9 -9
- package/cjs/ui/MessageSearchItem.js +9 -9
- package/cjs/ui/MessageStatus.js +7 -7
- package/cjs/ui/Modal.js +6 -6
- package/cjs/ui/OGMessageItemBody.js +10 -10
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +6 -6
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +14 -14
- package/cjs/ui/OpenchannelOGMessage.js +14 -14
- package/cjs/ui/OpenchannelThumbnailMessage.js +13 -13
- package/cjs/ui/OpenchannelUserMessage.js +14 -14
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/QuoteMessage.js +6 -6
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +1 -1
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +10 -10
- package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +11 -11
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/ui/Word.js +10 -10
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-1dafbcbf.js → utils-1a55af35.js} +1 -1
- package/cjs/{utils-1dafbcbf.js.map → utils-1a55af35.js.map} +1 -1
- package/cjs/{utils-01f53796.js → utils-6e0d31c1.js} +1 -1
- package/cjs/{utils-01f53796.js.map → utils-6e0d31c1.js.map} +1 -1
- package/cjs/{utils-b6394fc0.js → utils-9678c84d.js} +1 -1
- package/cjs/{utils-b6394fc0.js.map → utils-9678c84d.js.map} +1 -1
- package/cjs/{uuid-0e8b271a.js → uuid-d65b20f4.js} +1 -1
- package/cjs/{uuid-0e8b271a.js.map → uuid-d65b20f4.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-25be65f3.js → color-f2eb4a5c.js} +1 -1
- package/{color-25be65f3.js.map → color-f2eb4a5c.js.map} +1 -1
- package/{compareIds-3fb63c4f.js → compareIds-eb1e7d68.js} +1 -1
- package/{compareIds-3fb63c4f.js.map → compareIds-eb1e7d68.js.map} +1 -1
- package/{const-82d4c478.js → const-16b4a5bc.js} +1 -1
- package/{const-82d4c478.js.map → const-16b4a5bc.js.map} +1 -1
- package/{const-32a10da6.js → const-fb6a3481.js} +1 -1
- package/{const-32a10da6.js.map → const-fb6a3481.js.map} +1 -1
- package/{context-352b7bd9.js → context-7fff4f4b.js} +2 -2
- package/{context-352b7bd9.js.map → context-7fff4f4b.js.map} +1 -1
- package/dist/index.css +88 -88
- package/dist/index.css.map +1 -1
- package/handlers/ConnectionHandler.js +2 -4
- package/handlers/ConnectionHandler.js.map +1 -1
- package/handlers/GroupChannelHandler.js +2 -5
- package/handlers/GroupChannelHandler.js.map +1 -1
- package/handlers/OpenChannelHandler.js +2 -4
- package/handlers/OpenChannelHandler.js.map +1 -1
- package/handlers/SessionHandler.js +2 -4
- package/handlers/SessionHandler.js.map +1 -1
- package/handlers/UserEventHandler.js +2 -4
- package/handlers/UserEventHandler.js.map +1 -1
- package/{index-be836db2.js → index-18287518.js} +5 -5
- package/{index-be836db2.js.map → index-18287518.js.map} +1 -1
- package/{index-f767d8bd.js → index-2da4fc8b.js} +4 -4
- package/{index-f767d8bd.js.map → index-2da4fc8b.js.map} +1 -1
- package/{index-9a33f2b0.js → index-4b3a39fb.js} +2 -2
- package/{index-9a33f2b0.js.map → index-4b3a39fb.js.map} +1 -1
- package/{index-730972e8.js → index-588758d3.js} +8 -8
- package/{index-730972e8.js.map → index-588758d3.js.map} +1 -1
- package/{index-ab443960.js → index-77a47859.js} +1 -1
- package/{index-ab443960.js.map → index-77a47859.js.map} +1 -1
- package/{index-8095ffa6.js → index-8efe7eef.js} +2 -2
- package/{index-8095ffa6.js.map → index-8efe7eef.js.map} +1 -1
- package/{index-327e2586.js → index-94cdeb24.js} +6 -6
- package/index-94cdeb24.js.map +1 -0
- package/{index-31d409a0.js → index-b2f38e8f.js} +4 -4
- package/{index-31d409a0.js.map → index-b2f38e8f.js.map} +1 -1
- package/{index-eeb90f55.js → index-cd412326.js} +2 -2
- package/{index-eeb90f55.js.map → index-cd412326.js.map} +1 -1
- package/{index-26e371a5.js → index-eb94cff0.js} +1 -1
- package/{index-26e371a5.js.map → index-eb94cff0.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +36 -38
- package/index.js.map +1 -1
- package/{openChannelUtils-a028985c.js → openChannelUtils-8e493da2.js} +1 -1
- package/{openChannelUtils-a028985c.js.map → openChannelUtils-8e493da2.js.map} +1 -1
- package/package.json +2 -5
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-6e7f0195.js → stringSet-45ca9cf3.js} +1 -1
- package/{stringSet-6e7f0195.js.map → stringSet-45ca9cf3.js.map} +1 -1
- package/{topics-13d4b72d.js → topics-49a025df.js} +1 -1
- package/{topics-13d4b72d.js.map → topics-49a025df.js.map} +1 -1
- package/{tslib.es6-c49bbc0a.js → tslib.es6-6c915291.js} +1 -1
- package/{tslib.es6-c49bbc0a.js.map → tslib.es6-6c915291.js.map} +1 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +2 -2
- package/ui/Badge.js +5 -5
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +3 -3
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +7 -7
- package/ui/FileMessageItemBody.js +5 -5
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +7 -5
- package/ui/LinkLabel.js.map +1 -1
- package/ui/Loader.js +1 -1
- package/ui/MentionLabel.js +10 -10
- package/ui/MessageContent.js +13 -13
- package/ui/MessageInput.js +9 -9
- package/ui/MessageItemMenu.js +7 -7
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +9 -9
- package/ui/MessageSearchItem.js +9 -9
- package/ui/MessageStatus.js +7 -7
- package/ui/Modal.js +6 -6
- package/ui/OGMessageItemBody.js +10 -10
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +6 -6
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +14 -14
- package/ui/OpenchannelOGMessage.js +14 -14
- package/ui/OpenchannelThumbnailMessage.js +13 -13
- package/ui/OpenchannelUserMessage.js +14 -14
- package/ui/PlaceHolder.js +6 -6
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +1 -1
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +10 -10
- package/ui/ThumbnailMessageItemBody.js +2 -2
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +11 -11
- package/ui/UserProfile.js +9 -9
- package/ui/Word.js +10 -10
- package/useSendbirdStateContext.js +1 -1
- package/{utils-e3b472fd.js → utils-17bc366a.js} +1 -1
- package/{utils-e3b472fd.js.map → utils-17bc366a.js.map} +1 -1
- package/{utils-9e478f2a.js → utils-20cbe8fa.js} +1 -1
- package/{utils-9e478f2a.js.map → utils-20cbe8fa.js.map} +1 -1
- package/{utils-c3865334.js → utils-baf58474.js} +1 -1
- package/{utils-c3865334.js.map → utils-baf58474.js.map} +1 -1
- package/{uuid-741c039a.js → uuid-87b1c33e.js} +1 -1
- package/{uuid-741c039a.js.map → uuid-87b1c33e.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/__bundle-0dad34cd-6408fa97.js +0 -6
- package/__bundle-0dad34cd-6408fa97.js.map +0 -1
- package/__bundle-57e0c5af-dff5d7e0.js +0 -6
- package/__bundle-57e0c5af-dff5d7e0.js.map +0 -1
- package/__bundle-bd072f34-80eb9bbc.js +0 -6
- package/__bundle-bd072f34-80eb9bbc.js.map +0 -1
- package/_rollupPluginBabelHelpers-64f3f48c.js.map +0 -1
- package/cjs/__bundle-0dad34cd-794417d3.js +0 -33
- package/cjs/__bundle-0dad34cd-794417d3.js.map +0 -1
- package/cjs/__bundle-57e0c5af-c2950cb7.js +0 -113
- package/cjs/__bundle-57e0c5af-c2950cb7.js.map +0 -1
- package/cjs/__bundle-bd072f34-444fbfec.js +0 -15
- package/cjs/__bundle-bd072f34-444fbfec.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-17f5a2c8.js.map +0 -1
- package/cjs/groupChannel-da9ec10a.js +0 -11
- package/cjs/groupChannel-da9ec10a.js.map +0 -1
- package/cjs/index-339b2871.js.map +0 -1
- package/cjs/openChannel-d4ad53b7.js +0 -10
- package/cjs/openChannel-d4ad53b7.js.map +0 -1
- package/cjs/sendbird-cd9bbca0.js +0 -12
- package/cjs/sendbird-cd9bbca0.js.map +0 -1
- package/groupChannel-28860f2b.js +0 -8
- package/groupChannel-28860f2b.js.map +0 -1
- package/index-327e2586.js.map +0 -1
- package/openChannel-c1a271aa.js +0 -7
- package/openChannel-c1a271aa.js.map +0 -1
- package/sendbird-8f18cf5b.js +0 -7
- package/sendbird-8f18cf5b.js.map +0 -1
package/ui/EmojiReactions.js
CHANGED
|
@@ -6,16 +6,16 @@ import ReactionButton from './ReactionButton.js';
|
|
|
6
6
|
import ImageRenderer from './ImageRenderer.js';
|
|
7
7
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
8
8
|
import ContextMenu, { EmojiListItems } from './ContextMenu.js';
|
|
9
|
-
import { I as getEmojiMapAll, k as getClassName, J as isReactedBy, K as getEmojiTooltipString, H as getEmojiListAll } from '../index-
|
|
10
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
11
|
-
import '../tslib.es6-
|
|
12
|
-
import '../index-
|
|
9
|
+
import { I as getEmojiMapAll, k as getClassName, J as isReactedBy, K as getEmojiTooltipString, H as getEmojiListAll } from '../index-cd412326.js';
|
|
10
|
+
import { a as LocalizationContext } from '../LocalizationContext-5bdfa009.js';
|
|
11
|
+
import '../tslib.es6-6c915291.js';
|
|
12
|
+
import '../index-94cdeb24.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../stringSet-
|
|
14
|
+
import '../stringSet-45ca9cf3.js';
|
|
15
15
|
import 'react-dom';
|
|
16
16
|
import './SortByRow.js';
|
|
17
|
-
import '../uuid-
|
|
18
|
-
import '../index-
|
|
17
|
+
import '../uuid-87b1c33e.js';
|
|
18
|
+
import '../index-77a47859.js';
|
|
19
19
|
|
|
20
20
|
var EmojiReactions = function (_a) {
|
|
21
21
|
var _b, _c;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import TextButton from './TextButton.js';
|
|
5
|
-
import { k as getClassName, L as getUIKitFileType, t as truncateString } from '../index-
|
|
6
|
-
import { C as Colors } from '../color-
|
|
5
|
+
import { k as getClassName, L as getUIKitFileType, t as truncateString } from '../index-cd412326.js';
|
|
6
|
+
import { C as Colors } from '../color-f2eb4a5c.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../tslib.es6-
|
|
8
|
+
import '../stringSet-45ca9cf3.js';
|
|
9
|
+
import '../tslib.es6-6c915291.js';
|
|
10
10
|
|
|
11
11
|
function FileMessageItemBody(_a) {
|
|
12
12
|
var _b;
|
package/ui/FileViewer.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
4
|
-
import { M as MODAL_ROOT } from '../index-
|
|
5
|
-
import { A as isSupportedFileView, B as isVideo, C as isImage } from '../index-
|
|
3
|
+
import { a as LocalizationContext } from '../LocalizationContext-5bdfa009.js';
|
|
4
|
+
import { M as MODAL_ROOT } from '../index-eb94cff0.js';
|
|
5
|
+
import { A as isSupportedFileView, B as isVideo, C as isImage } from '../index-cd412326.js';
|
|
6
6
|
import Avatar from './Avatar.js';
|
|
7
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
7
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
8
8
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
11
|
-
import '../tslib.es6-
|
|
9
|
+
import '../stringSet-45ca9cf3.js';
|
|
10
|
+
import '../index-77a47859.js';
|
|
11
|
+
import '../tslib.es6-6c915291.js';
|
|
12
12
|
import './ImageRenderer.js';
|
|
13
|
-
import '../uuid-
|
|
13
|
+
import '../uuid-87b1c33e.js';
|
|
14
14
|
import 'prop-types';
|
|
15
15
|
|
|
16
16
|
var FileViewerComponent = function (_a) {
|
package/ui/IconButton.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as __spreadArray, _ as __assign } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray, _ as __assign } from '../tslib.es6-6c915291.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
3
|
|
|
4
4
|
var IconButton = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
|
package/ui/ImageRenderer.js
CHANGED
package/ui/Input.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useState } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-45ca9cf3.js';
|
|
5
5
|
|
|
6
6
|
var InputLabel = function (_a) {
|
|
7
7
|
var children = _a.children;
|
package/ui/Label.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'prop-types';
|
|
3
|
-
export { b as LabelColors, c as LabelStringSet, a as LabelTypography, L as default } from '../index-
|
|
4
|
-
import '../stringSet-
|
|
3
|
+
export { b as LabelColors, c as LabelStringSet, a as LabelTypography, L as default } from '../index-94cdeb24.js';
|
|
4
|
+
import '../stringSet-45ca9cf3.js';
|
|
5
5
|
//# sourceMappingURL=Label.js.map
|
package/ui/LinkLabel.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
import {
|
|
4
|
-
import '../stringSet-
|
|
3
|
+
import { d as changeColorToClassName, L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
4
|
+
import '../stringSet-45ca9cf3.js';
|
|
5
5
|
|
|
6
6
|
const http = /https?:\/\//;
|
|
7
7
|
function LinkLabel(_ref) {
|
|
@@ -27,12 +27,14 @@ function LinkLabel(_ref) {
|
|
|
27
27
|
LinkLabel.propTypes = {
|
|
28
28
|
className: PropTypes.oneOfType([PropTypes.string, PropTypes.arrayOf(PropTypes.string)]),
|
|
29
29
|
src: PropTypes.string.isRequired,
|
|
30
|
-
type: PropTypes.
|
|
31
|
-
color: PropTypes.
|
|
30
|
+
type: PropTypes.string,
|
|
31
|
+
color: PropTypes.string,
|
|
32
32
|
children: PropTypes.oneOfType([PropTypes.string, PropTypes.element, PropTypes.arrayOf(PropTypes.string), PropTypes.arrayOf(PropTypes.element)]).isRequired
|
|
33
33
|
};
|
|
34
34
|
LinkLabel.defaultProps = {
|
|
35
|
-
className: ''
|
|
35
|
+
className: '',
|
|
36
|
+
type: '',
|
|
37
|
+
color: ''
|
|
36
38
|
};
|
|
37
39
|
const LinkLabelTypography = LabelTypography;
|
|
38
40
|
const LinkLabelColors = LabelColors;
|
package/ui/LinkLabel.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkLabel.js","sources":["../../src/ui/LinkLabel/index.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\nimport Label, { LabelTypography, LabelColors } from '../Label';\nimport { changeColorToClassName } from '../Label/utils';\nimport './index.scss';\n\nconst http = /https?:\\/\\//;\n\nexport default function LinkLabel({\n className,\n src,\n type,\n color,\n children,\n}) {\n const url = (http.test(src)) ? src : `http://${src}`;\n\n return (\n <a\n className={[\n ...(Array.isArray(className) ? className : [className]),\n 'sendbird-link-label',\n color ? changeColorToClassName(color) : '',\n ].join(' ')}\n href={url}\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n >\n <Label\n className=\"sendbird-link-label__label\"\n type={type}\n color={color}\n >\n {children}\n </Label>\n </a>\n );\n}\n\nLinkLabel.propTypes = {\n className: PropTypes.oneOfType([\n PropTypes.string,\n PropTypes.arrayOf(PropTypes.string),\n ]),\n src: PropTypes.string.isRequired,\n type: PropTypes.
|
|
1
|
+
{"version":3,"file":"LinkLabel.js","sources":["../../src/ui/LinkLabel/index.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\nimport Label, { LabelTypography, LabelColors } from '../Label';\nimport { changeColorToClassName } from '../Label/utils';\nimport './index.scss';\n\nconst http = /https?:\\/\\//;\n\nexport default function LinkLabel({\n className,\n src,\n type,\n color,\n children,\n}) {\n const url = (http.test(src)) ? src : `http://${src}`;\n\n return (\n <a\n className={[\n ...(Array.isArray(className) ? className : [className]),\n 'sendbird-link-label',\n color ? changeColorToClassName(color) : '',\n ].join(' ')}\n href={url}\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n >\n <Label\n className=\"sendbird-link-label__label\"\n type={type}\n color={color}\n >\n {children}\n </Label>\n </a>\n );\n}\n\nLinkLabel.propTypes = {\n className: PropTypes.oneOfType([\n PropTypes.string,\n PropTypes.arrayOf(PropTypes.string),\n ]),\n src: PropTypes.string.isRequired,\n type: PropTypes.string,\n color: PropTypes.string,\n children: PropTypes.oneOfType([\n PropTypes.string,\n PropTypes.element,\n PropTypes.arrayOf(PropTypes.string),\n PropTypes.arrayOf(PropTypes.element),\n ]).isRequired,\n};\n\nLinkLabel.defaultProps = {\n className: '',\n type: '',\n color: '',\n};\n\nexport const LinkLabelTypography = LabelTypography;\nexport const LinkLabelColors = LabelColors;\n"],"names":["http","LinkLabel","className","src","type","color","children","url","test","React","Array","isArray","changeColorToClassName","join","propTypes","PropTypes","oneOfType","string","arrayOf","isRequired","element","defaultProps","LinkLabelTypography","LabelTypography","LinkLabelColors","LabelColors"],"mappings":";;;;;AAOA,MAAMA,IAAI,GAAG,aAAb,CAAA;AAEe,SAASC,SAAT,CAMZ,IAAA,EAAA;EAAA,IAN+B;IAChCC,SADgC;IAEhCC,GAFgC;IAGhCC,IAHgC;IAIhCC,KAJgC;AAKhCC,IAAAA,QAAAA;GACC,GAAA,IAAA,CAAA;AACD,EAAA,MAAMC,GAAG,GAAIP,IAAI,CAACQ,IAAL,CAAUL,GAAV,CAAD,GAAmBA,GAAnB,GAA0B,CAAA,OAAA,EAASA,GAAI,CAAnD,CAAA,CAAA;EAEA,oBACEM,cAAA,CAAA,aAAA,CAAA,GAAA,EAAA;AACE,IAAA,SAAS,EAAE,CACT,IAAIC,KAAK,CAACC,OAAN,CAAcT,SAAd,CAA2BA,GAAAA,SAA3B,GAAuC,CAACA,SAAD,CAA3C,CADS,EAET,qBAFS,EAGTG,KAAK,GAAGO,sBAAsB,CAACP,KAAD,CAAzB,GAAmC,EAH/B,CAAA,CAITQ,IAJS,CAIJ,GAJI,CADb;AAME,IAAA,IAAI,EAAEN,GANR;AAOE,IAAA,MAAM,EAAC,QAPT;AAQE,IAAA,GAAG,EAAC,qBAAA;AARN,GAAA,eAUEE,6BAAC,KAAD,EAAA;AACE,IAAA,SAAS,EAAC,4BADZ;AAEE,IAAA,IAAI,EAAEL,IAFR;AAGE,IAAA,KAAK,EAAEC,KAAAA;GAENC,EAAAA,QALH,CAVF,CADF,CAAA;AAoBD,CAAA;AAEDL,SAAS,CAACa,SAAV,GAAsB;AACpBZ,EAAAA,SAAS,EAAEa,SAAS,CAACC,SAAV,CAAoB,CAC7BD,SAAS,CAACE,MADmB,EAE7BF,SAAS,CAACG,OAAV,CAAkBH,SAAS,CAACE,MAA5B,CAF6B,CAApB,CADS;AAKpBd,EAAAA,GAAG,EAAEY,SAAS,CAACE,MAAV,CAAiBE,UALF;EAMpBf,IAAI,EAAEW,SAAS,CAACE,MANI;EAOpBZ,KAAK,EAAEU,SAAS,CAACE,MAPG;AAQpBX,EAAAA,QAAQ,EAAES,SAAS,CAACC,SAAV,CAAoB,CAC5BD,SAAS,CAACE,MADkB,EAE5BF,SAAS,CAACK,OAFkB,EAG5BL,SAAS,CAACG,OAAV,CAAkBH,SAAS,CAACE,MAA5B,CAH4B,EAI5BF,SAAS,CAACG,OAAV,CAAkBH,SAAS,CAACK,OAA5B,CAJ4B,CAApB,CAKPD,CAAAA,UAAAA;AAbiB,CAAtB,CAAA;AAgBAlB,SAAS,CAACoB,YAAV,GAAyB;AACvBnB,EAAAA,SAAS,EAAE,EADY;AAEvBE,EAAAA,IAAI,EAAE,EAFiB;AAGvBC,EAAAA,KAAK,EAAE,EAAA;AAHgB,CAAzB,CAAA;AAMO,MAAMiB,mBAAmB,GAAGC,gBAA5B;AACA,MAAMC,eAAe,GAAGC;;;;"}
|
package/ui/Loader.js
CHANGED
package/ui/MentionLabel.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useCallback } from 'react';
|
|
2
2
|
import ContextMenu, { MenuItems } from './ContextMenu.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-94cdeb24.js';
|
|
4
4
|
import ConnectedUserProfile from './UserProfile.js';
|
|
5
5
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
6
|
-
import '../tslib.es6-
|
|
6
|
+
import '../tslib.es6-6c915291.js';
|
|
7
7
|
import 'react-dom';
|
|
8
8
|
import './SortByRow.js';
|
|
9
|
-
import '../uuid-
|
|
10
|
-
import '../index-
|
|
9
|
+
import '../uuid-87b1c33e.js';
|
|
10
|
+
import '../index-cd412326.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
13
|
-
import '../LocalizationContext-
|
|
14
|
-
import '../index-
|
|
12
|
+
import '../stringSet-45ca9cf3.js';
|
|
13
|
+
import '../LocalizationContext-5bdfa009.js';
|
|
14
|
+
import '../index-77a47859.js';
|
|
15
15
|
import '../withSendbird.js';
|
|
16
|
-
import '../_rollupPluginBabelHelpers-
|
|
16
|
+
import '../_rollupPluginBabelHelpers-46088259.js';
|
|
17
17
|
import '../sendbirdSelectors.js';
|
|
18
|
-
import '../topics-
|
|
19
|
-
import '../utils-
|
|
18
|
+
import '../topics-49a025df.js';
|
|
19
|
+
import '../utils-17bc366a.js';
|
|
20
20
|
import './Avatar.js';
|
|
21
21
|
import './ImageRenderer.js';
|
|
22
22
|
import './Icon.js';
|
package/ui/MessageContent.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default, { useContext, useRef, useState } from 'react';
|
|
2
|
-
import { f as format } from '../index-
|
|
2
|
+
import { f as format } from '../index-8efe7eef.js';
|
|
3
3
|
import Avatar from './Avatar.js';
|
|
4
4
|
import ConnectedUserProfile from './UserProfile.js';
|
|
5
5
|
import MessageStatus from './MessageStatus.js';
|
|
6
6
|
import MessageItemMenu from './MessageItemMenu.js';
|
|
7
7
|
import MessageItemReactionMenu from './MessageItemReactionMenu.js';
|
|
8
8
|
import ContextMenu, { MenuItems } from './ContextMenu.js';
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
10
10
|
import EmojiReactions from './EmojiReactions.js';
|
|
11
11
|
import AdminMessage from './AdminMessage.js';
|
|
12
12
|
import TextMessageItemBody from './TextMessageItemBody.js';
|
|
@@ -15,23 +15,23 @@ import ThumbnailMessageItemBody from './ThumbnailMessageItemBody.js';
|
|
|
15
15
|
import OGMessageItemBody from './OGMessageItemBody.js';
|
|
16
16
|
import UnknownMessageItemBody from './UnknownMessageItemBody.js';
|
|
17
17
|
import QuoteMessage from './QuoteMessage.js';
|
|
18
|
-
import { v as getUIKitMessageTypes, k as getClassName, w as getSenderName, x as isTextMessage, y as isOGMessage, z as getUIKitMessageType, p as isThumbnailMessage } from '../index-
|
|
19
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
20
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
18
|
+
import { v as getUIKitMessageTypes, k as getClassName, w as getSenderName, x as isTextMessage, y as isOGMessage, z as getUIKitMessageType, p as isThumbnailMessage } from '../index-cd412326.js';
|
|
19
|
+
import { a as UserProfileContext } from '../UserProfileContext-b837926a.js';
|
|
20
|
+
import { u as useLocalization } from '../LocalizationContext-5bdfa009.js';
|
|
21
21
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
22
|
-
import '../index-
|
|
23
|
-
import '../tslib.es6-
|
|
22
|
+
import '../index-77a47859.js';
|
|
23
|
+
import '../tslib.es6-6c915291.js';
|
|
24
24
|
import './ImageRenderer.js';
|
|
25
25
|
import './Icon.js';
|
|
26
26
|
import 'prop-types';
|
|
27
|
-
import '../uuid-
|
|
27
|
+
import '../uuid-87b1c33e.js';
|
|
28
28
|
import '../withSendbird.js';
|
|
29
|
-
import '../_rollupPluginBabelHelpers-
|
|
29
|
+
import '../_rollupPluginBabelHelpers-46088259.js';
|
|
30
30
|
import '../sendbirdSelectors.js';
|
|
31
|
-
import '../topics-
|
|
32
|
-
import '../utils-
|
|
31
|
+
import '../topics-49a025df.js';
|
|
32
|
+
import '../utils-17bc366a.js';
|
|
33
33
|
import './Button.js';
|
|
34
|
-
import '../stringSet-
|
|
34
|
+
import '../stringSet-45ca9cf3.js';
|
|
35
35
|
import './Loader.js';
|
|
36
36
|
import './IconButton.js';
|
|
37
37
|
import './ReactionButton.js';
|
|
@@ -44,7 +44,7 @@ import './Word.js';
|
|
|
44
44
|
import './LinkLabel.js';
|
|
45
45
|
import './MentionLabel.js';
|
|
46
46
|
import './TextButton.js';
|
|
47
|
-
import '../color-
|
|
47
|
+
import '../color-f2eb4a5c.js';
|
|
48
48
|
|
|
49
49
|
function MessageContent(_a) {
|
|
50
50
|
var _b, _c, _d, _e, _f;
|
package/ui/MessageInput.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-46088259.js';
|
|
2
2
|
import React__default, { useContext, useRef, useState, useMemo, useEffect, useCallback } from 'react';
|
|
3
3
|
import { renderToString } from 'react-dom/server';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
|
-
import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-
|
|
6
|
-
import { U as USER_MENTION_TEMP_CHAR } from '../const-
|
|
5
|
+
import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-fb6a3481.js';
|
|
6
|
+
import { U as USER_MENTION_TEMP_CHAR } from '../const-16b4a5bc.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
8
|
import Button, { ButtonTypes, ButtonSizes } from './Button.js';
|
|
9
9
|
import MentionUserLabel from './MentionUserLabel.js';
|
|
10
10
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
11
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
12
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
13
|
-
import { l as convertWordToStringObj, S as StringObjType, m as arrayEqual, k as getClassName } from '../index-
|
|
14
|
-
import '../tslib.es6-
|
|
15
|
-
import '../stringSet-
|
|
16
|
-
import '../index-
|
|
11
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
12
|
+
import { a as LocalizationContext } from '../LocalizationContext-5bdfa009.js';
|
|
13
|
+
import { l as convertWordToStringObj, S as StringObjType, m as arrayEqual, k as getClassName } from '../index-cd412326.js';
|
|
14
|
+
import '../tslib.es6-6c915291.js';
|
|
15
|
+
import '../stringSet-45ca9cf3.js';
|
|
16
|
+
import '../index-77a47859.js';
|
|
17
17
|
|
|
18
18
|
const TEXT_FIELD_ID = 'sendbird-message-input-text-field';
|
|
19
19
|
const LINE_HEIGHT = 76;
|
package/ui/MessageItemMenu.js
CHANGED
|
@@ -2,16 +2,16 @@ import React__default, { useContext, useRef } from 'react';
|
|
|
2
2
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
|
-
import { u as isUserMessage, D as isSentMessage, E as isFailedMessage, F as isPendingMessage, k as getClassName, G as copyToClipboard } from '../index-
|
|
6
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
7
|
-
import '../tslib.es6-
|
|
5
|
+
import { u as isUserMessage, D as isSentMessage, E as isFailedMessage, F as isPendingMessage, k as getClassName, G as copyToClipboard } from '../index-cd412326.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-5bdfa009.js';
|
|
7
|
+
import '../tslib.es6-6c915291.js';
|
|
8
8
|
import 'react-dom';
|
|
9
9
|
import './SortByRow.js';
|
|
10
|
-
import '../uuid-
|
|
11
|
-
import '../index-
|
|
10
|
+
import '../uuid-87b1c33e.js';
|
|
11
|
+
import '../index-94cdeb24.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../stringSet-
|
|
14
|
-
import '../index-
|
|
13
|
+
import '../stringSet-45ca9cf3.js';
|
|
14
|
+
import '../index-77a47859.js';
|
|
15
15
|
|
|
16
16
|
function MessageItemMenu(_a) {
|
|
17
17
|
var className = _a.className,
|
|
@@ -4,14 +4,14 @@ import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
5
|
import ImageRenderer from './ImageRenderer.js';
|
|
6
6
|
import ReactionButton from './ReactionButton.js';
|
|
7
|
-
import { F as isPendingMessage, E as isFailedMessage, k as getClassName, H as getEmojiListAll } from '../index-
|
|
8
|
-
import '../tslib.es6-
|
|
7
|
+
import { F as isPendingMessage, E as isFailedMessage, k as getClassName, H as getEmojiListAll } from '../index-cd412326.js';
|
|
8
|
+
import '../tslib.es6-6c915291.js';
|
|
9
9
|
import 'react-dom';
|
|
10
10
|
import './SortByRow.js';
|
|
11
|
-
import '../uuid-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../uuid-87b1c33e.js';
|
|
12
|
+
import '../index-94cdeb24.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../stringSet-
|
|
14
|
+
import '../stringSet-45ca9cf3.js';
|
|
15
15
|
|
|
16
16
|
function MessageItemReactionMenu(_a) {
|
|
17
17
|
var className = _a.className,
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-6c915291.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import Avatar from './Avatar.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
7
|
-
import { f as format } from '../index-
|
|
8
|
-
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
6
|
+
import { u as useLocalization } from '../LocalizationContext-5bdfa009.js';
|
|
7
|
+
import { f as format } from '../index-8efe7eef.js';
|
|
8
|
+
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-b2f38e8f.js';
|
|
9
9
|
import './ImageRenderer.js';
|
|
10
|
-
import '../uuid-
|
|
10
|
+
import '../uuid-87b1c33e.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
13
|
-
import '../index-
|
|
14
|
-
import '../index-
|
|
12
|
+
import '../stringSet-45ca9cf3.js';
|
|
13
|
+
import '../index-77a47859.js';
|
|
14
|
+
import '../index-4b3a39fb.js';
|
|
15
15
|
|
|
16
16
|
function getCreatedAt(createdAt, locale) {
|
|
17
17
|
var optionalParam = locale ? {
|
package/ui/MessageSearchItem.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-6c915291.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
4
|
-
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-
|
|
3
|
+
import { f as format } from '../index-8efe7eef.js';
|
|
4
|
+
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-b2f38e8f.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
7
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
8
|
-
import '../index-
|
|
9
|
-
import '../index-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
7
|
+
import { u as useLocalization } from '../LocalizationContext-5bdfa009.js';
|
|
8
|
+
import '../index-77a47859.js';
|
|
9
|
+
import '../index-4b3a39fb.js';
|
|
10
10
|
import './ImageRenderer.js';
|
|
11
11
|
import './Icon.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../uuid-
|
|
14
|
-
import '../stringSet-
|
|
13
|
+
import '../uuid-87b1c33e.js';
|
|
14
|
+
import '../stringSet-45ca9cf3.js';
|
|
15
15
|
|
|
16
16
|
function getCreatedAt (createdAt, locale) {
|
|
17
17
|
var optionalParam = locale ? {
|
package/ui/MessageStatus.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-6c915291.js';
|
|
2
2
|
import React__default, { useMemo } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-8efe7eef.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
6
6
|
import Loader from './Loader.js';
|
|
7
|
-
import { a as getOutgoingMessageStates, h as getOutgoingMessageState, j as isSentStatus } from '../index-
|
|
8
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
9
|
-
import '../index-
|
|
7
|
+
import { a as getOutgoingMessageStates, h as getOutgoingMessageState, j as isSentStatus } from '../index-cd412326.js';
|
|
8
|
+
import { u as useLocalization } from '../LocalizationContext-5bdfa009.js';
|
|
9
|
+
import '../index-77a47859.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../stringSet-
|
|
11
|
+
import '../stringSet-45ca9cf3.js';
|
|
12
12
|
|
|
13
13
|
var MessageStatusTypes = getOutgoingMessageStates();
|
|
14
14
|
function MessageStatus(_a) {
|
package/ui/Modal.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
|
-
import { M as MODAL_ROOT } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
3
|
+
import { M as MODAL_ROOT } from '../index-eb94cff0.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-5bdfa009.js';
|
|
5
5
|
import Button, { ButtonTypes } from './Button.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-
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
11
|
-
import '../tslib.es6-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
9
|
+
import '../stringSet-45ca9cf3.js';
|
|
10
|
+
import '../index-77a47859.js';
|
|
11
|
+
import '../tslib.es6-6c915291.js';
|
|
12
12
|
import 'prop-types';
|
|
13
13
|
|
|
14
14
|
var ModalHeader = function (_a) {
|
package/ui/OGMessageItemBody.js
CHANGED
|
@@ -2,27 +2,27 @@ import React__default, { useContext } from 'react';
|
|
|
2
2
|
import Word from './Word.js';
|
|
3
3
|
import ImageRenderer from './ImageRenderer.js';
|
|
4
4
|
import Icon, { IconTypes } from './Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
-
import { u as uuidv4 } from '../uuid-
|
|
7
|
-
import { k as getClassName, e as isEditedMessage } from '../index-
|
|
8
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
6
|
+
import { u as uuidv4 } from '../uuid-87b1c33e.js';
|
|
7
|
+
import { k as getClassName, e as isEditedMessage } from '../index-cd412326.js';
|
|
8
|
+
import { a as LocalizationContext } from '../LocalizationContext-5bdfa009.js';
|
|
9
9
|
import './LinkLabel.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
import './MentionLabel.js';
|
|
12
12
|
import './ContextMenu.js';
|
|
13
|
-
import '../tslib.es6-
|
|
13
|
+
import '../tslib.es6-6c915291.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import './SortByRow.js';
|
|
16
|
-
import '../stringSet-
|
|
16
|
+
import '../stringSet-45ca9cf3.js';
|
|
17
17
|
import './UserProfile.js';
|
|
18
18
|
import '../withSendbird.js';
|
|
19
|
-
import '../_rollupPluginBabelHelpers-
|
|
19
|
+
import '../_rollupPluginBabelHelpers-46088259.js';
|
|
20
20
|
import '../sendbirdSelectors.js';
|
|
21
|
-
import '../topics-
|
|
22
|
-
import '../utils-
|
|
21
|
+
import '../topics-49a025df.js';
|
|
22
|
+
import '../utils-17bc366a.js';
|
|
23
23
|
import './Avatar.js';
|
|
24
24
|
import './Button.js';
|
|
25
|
-
import '../index-
|
|
25
|
+
import '../index-77a47859.js';
|
|
26
26
|
import '../useSendbirdStateContext.js';
|
|
27
27
|
|
|
28
28
|
function OGMessageItemBody(_a) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-6c915291.js';
|
|
2
2
|
import React__default from 'react';
|
|
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-94cdeb24.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-45ca9cf3.js';
|
|
6
6
|
|
|
7
7
|
function OpenChannelAdminMessage(_a) {
|
|
8
8
|
var className = _a.className,
|
package/ui/OpenChannelAvatar.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useContext, useMemo } from 'react';
|
|
2
2
|
import Avatar from './Avatar.js';
|
|
3
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
4
|
-
import { b as getOpenChannelAvatar } from '../utils-
|
|
5
|
-
import '../tslib.es6-
|
|
3
|
+
import { a as LocalizationContext } from '../LocalizationContext-5bdfa009.js';
|
|
4
|
+
import { b as getOpenChannelAvatar } from '../utils-baf58474.js';
|
|
5
|
+
import '../tslib.es6-6c915291.js';
|
|
6
6
|
import './ImageRenderer.js';
|
|
7
7
|
import './Icon.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../uuid-
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
9
|
+
import '../uuid-87b1c33e.js';
|
|
10
|
+
import '../stringSet-45ca9cf3.js';
|
|
11
|
+
import '../index-77a47859.js';
|
|
12
12
|
|
|
13
13
|
function ChannelAvatar(_a) {
|
|
14
14
|
var channel = _a.channel,
|
|
@@ -2,14 +2,14 @@ import React__default, { useContext } from 'react';
|
|
|
2
2
|
import Avatar from './Avatar.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
7
|
-
import '../tslib.es6-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-5bdfa009.js';
|
|
7
|
+
import '../tslib.es6-6c915291.js';
|
|
8
8
|
import './ImageRenderer.js';
|
|
9
|
-
import '../uuid-
|
|
9
|
+
import '../uuid-87b1c33e.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../stringSet-45ca9cf3.js';
|
|
12
|
+
import '../index-77a47859.js';
|
|
13
13
|
|
|
14
14
|
function OpenchannelConversationHeader(_a) {
|
|
15
15
|
var coverImage = _a.coverImage,
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-6c915291.js';
|
|
2
2
|
import React__default, { useRef, useContext } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-8efe7eef.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-94cdeb24.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-b837926a.js';
|
|
13
|
+
import { u as useLocalization } from '../LocalizationContext-5bdfa009.js';
|
|
14
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-8e493da2.js';
|
|
15
|
+
import '../index-77a47859.js';
|
|
16
16
|
import './ImageRenderer.js';
|
|
17
|
-
import '../uuid-
|
|
17
|
+
import '../uuid-87b1c33e.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import './SortByRow.js';
|
|
21
|
-
import '../index-
|
|
22
|
-
import '../stringSet-
|
|
23
|
-
import '../color-
|
|
21
|
+
import '../index-cd412326.js';
|
|
22
|
+
import '../stringSet-45ca9cf3.js';
|
|
23
|
+
import '../color-f2eb4a5c.js';
|
|
24
24
|
import '../withSendbird.js';
|
|
25
|
-
import '../_rollupPluginBabelHelpers-
|
|
25
|
+
import '../_rollupPluginBabelHelpers-46088259.js';
|
|
26
26
|
import '../sendbirdSelectors.js';
|
|
27
|
-
import '../topics-
|
|
28
|
-
import '../utils-
|
|
27
|
+
import '../topics-49a025df.js';
|
|
28
|
+
import '../utils-17bc366a.js';
|
|
29
29
|
import './Button.js';
|
|
30
30
|
|
|
31
31
|
var checkFileType = function (fileUrl) {
|