@sendbird/uikit-react 3.0.0-beta.2 → 3.0.0-beta.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 +46 -38
- package/App.js.map +1 -1
- package/Channel/components/ChannelHeader.js +15 -15
- package/Channel/components/ChannelUI.js +25 -25
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +31 -24
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +16 -16
- package/Channel/components/MessageList.js +24 -24
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +17 -17
- package/Channel/components/SuggestedMentionList.js +15 -15
- package/Channel/components/TypingIndicator.js +16 -16
- package/Channel/components/TypingIndicator.js.map +1 -1
- package/Channel/components/UnreadCount.js +5 -5
- package/Channel/context.js +13 -13
- package/Channel.js +24 -24
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +14 -14
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +51 -29
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +50 -20
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +33 -25
- package/ChannelList.js.map +1 -1
- package/{ChannelListProvider-7c351968.js → ChannelListProvider-d602a166.js} +92 -27
- package/ChannelListProvider-d602a166.js.map +1 -0
- package/{ChannelProvider-d5126903.js → ChannelProvider-cf8fc05a.js} +9 -9
- package/{ChannelProvider-d5126903.js.map → ChannelProvider-cf8fc05a.js.map} +1 -1
- package/ChannelSettings/components/AdminPanel.js +15 -15
- package/ChannelSettings/components/ChannelProfile.js +13 -13
- package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/ChannelSettings/components/EditDetailsModal.js +13 -13
- package/ChannelSettings/components/LeaveChannel.js +10 -10
- package/ChannelSettings/components/UserListItem.js +11 -11
- package/ChannelSettings/components/UserPanel.js +14 -14
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +18 -18
- package/CreateChannel/components/CreateChannelUI.js +14 -14
- package/CreateChannel/components/InviteMembers.js +14 -14
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +3 -3
- package/CreateChannel.js +14 -14
- package/{CreateChannelProvider-ddfd92e6.js → CreateChannelProvider-3f3dafed.js} +1 -1
- package/{CreateChannelProvider-ddfd92e6.js.map → CreateChannelProvider-3f3dafed.js.map} +1 -1
- package/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/EditUserProfile.js +13 -13
- package/{LocalizationContext-b021af8f.js → LocalizationContext-b970a73c.js} +3 -3
- package/{LocalizationContext-b021af8f.js.map → LocalizationContext-b970a73c.js.map} +1 -1
- package/{MemberList-323e7517.js → MemberList-9d29bee4.js} +5 -5
- package/{MemberList-323e7517.js.map → MemberList-9d29bee4.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 +12 -12
- package/OpenChannel/components/OpenChannelInput.js +16 -16
- package/OpenChannel/components/OpenChannelMessage.js +21 -21
- package/OpenChannel/components/OpenChannelMessageList.js +23 -23
- package/OpenChannel/components/OpenChannelUI.js +23 -23
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +23 -23
- package/{OpenChannelProvider-abc4ab98.js → OpenChannelProvider-821fb008.js} +7 -7
- package/{OpenChannelProvider-abc4ab98.js.map → OpenChannelProvider-821fb008.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
- package/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/OpenChannelSettings/context.js +2 -2
- package/OpenChannelSettings.js +17 -17
- package/SendbirdProvider.js +21 -13
- package/SendbirdProvider.js.map +1 -1
- package/{UserProfileContext-daa99f9b.js → UserProfileContext-f4ff4291.js} +1 -1
- package/{UserProfileContext-daa99f9b.js.map → UserProfileContext-f4ff4291.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-8e4fae98.js → _rollupPluginBabelHelpers-6bf18550.js} +1 -1
- package/{_rollupPluginBabelHelpers-8e4fae98.js.map → _rollupPluginBabelHelpers-6bf18550.js.map} +1 -1
- package/{actionTypes-189daf51.js → actionTypes-8e320ded.js} +1 -1
- package/{actionTypes-189daf51.js.map → actionTypes-8e320ded.js.map} +1 -1
- package/cjs/App.js +46 -38
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +15 -15
- package/cjs/Channel/components/ChannelUI.js +26 -26
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +31 -24
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +16 -16
- package/cjs/Channel/components/MessageList.js +24 -24
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +17 -17
- package/cjs/Channel/components/SuggestedMentionList.js +15 -15
- package/cjs/Channel/components/TypingIndicator.js +18 -15
- package/cjs/Channel/components/TypingIndicator.js.map +1 -1
- package/cjs/Channel/components/UnreadCount.js +5 -5
- package/cjs/Channel/context.js +13 -13
- package/cjs/Channel.js +24 -24
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +14 -14
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +51 -29
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +50 -20
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +33 -25
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/{ChannelListProvider-44dde549.js → ChannelListProvider-64db9f70.js} +92 -27
- package/cjs/ChannelListProvider-64db9f70.js.map +1 -0
- package/cjs/{ChannelProvider-e0aaab26.js → ChannelProvider-5e8e33b1.js} +9 -9
- package/cjs/{ChannelProvider-e0aaab26.js.map → ChannelProvider-5e8e33b1.js.map} +1 -1
- package/cjs/ChannelSettings/components/AdminPanel.js +15 -15
- package/cjs/ChannelSettings/components/ChannelProfile.js +13 -13
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/cjs/ChannelSettings/components/EditDetailsModal.js +13 -13
- package/cjs/ChannelSettings/components/LeaveChannel.js +10 -10
- package/cjs/ChannelSettings/components/UserListItem.js +11 -11
- package/cjs/ChannelSettings/components/UserPanel.js +14 -14
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +18 -18
- package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
- package/cjs/CreateChannel/components/InviteMembers.js +14 -14
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +3 -3
- package/cjs/CreateChannel.js +14 -14
- package/cjs/{CreateChannelProvider-bdf9c39b.js → CreateChannelProvider-dcf7f906.js} +1 -1
- package/cjs/{CreateChannelProvider-bdf9c39b.js.map → CreateChannelProvider-dcf7f906.js.map} +1 -1
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/cjs/EditUserProfile.js +13 -13
- package/cjs/{LocalizationContext-3b5ce8ae.js → LocalizationContext-382a9ef1.js} +3 -3
- package/cjs/{LocalizationContext-3b5ce8ae.js.map → LocalizationContext-382a9ef1.js.map} +1 -1
- package/cjs/{MemberList-ef9e43c3.js → MemberList-03a241cd.js} +5 -5
- package/cjs/{MemberList-ef9e43c3.js.map → MemberList-03a241cd.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 +12 -12
- package/cjs/OpenChannel/components/OpenChannelInput.js +16 -16
- package/cjs/OpenChannel/components/OpenChannelMessage.js +21 -21
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +23 -23
- package/cjs/OpenChannel/components/OpenChannelUI.js +23 -23
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +23 -23
- package/cjs/{OpenChannelProvider-9ce7c998.js → OpenChannelProvider-9000ccb9.js} +7 -7
- package/cjs/{OpenChannelProvider-9ce7c998.js.map → OpenChannelProvider-9000ccb9.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
- package/cjs/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/cjs/OpenChannelSettings/context.js +2 -2
- package/cjs/OpenChannelSettings.js +17 -17
- package/cjs/SendbirdProvider.js +21 -13
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/{UserProfileContext-f0bdfbb8.js → UserProfileContext-0b7ef11a.js} +1 -1
- package/cjs/{UserProfileContext-f0bdfbb8.js.map → UserProfileContext-0b7ef11a.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-e54d2387.js → _rollupPluginBabelHelpers-6193d45d.js} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-e54d2387.js.map → _rollupPluginBabelHelpers-6193d45d.js.map} +1 -1
- package/cjs/{actionTypes-267d4c79.js → actionTypes-092bc172.js} +1 -1
- package/cjs/{actionTypes-267d4c79.js.map → actionTypes-092bc172.js.map} +1 -1
- package/cjs/{color-0f078673.js → color-1816dacf.js} +1 -1
- package/cjs/{color-0f078673.js.map → color-1816dacf.js.map} +1 -1
- package/cjs/{compareIds-176a582b.js → compareIds-e9bca8c4.js} +1 -1
- package/cjs/{compareIds-176a582b.js.map → compareIds-e9bca8c4.js.map} +1 -1
- package/cjs/{const-4bf0e8b4.js → const-c65837c1.js} +1 -1
- package/cjs/{const-4bf0e8b4.js.map → const-c65837c1.js.map} +1 -1
- package/cjs/{const-ccf192c5.js → const-d9f4d880.js} +1 -1
- package/cjs/{const-ccf192c5.js.map → const-d9f4d880.js.map} +1 -1
- package/cjs/{context-0cbe196d.js → context-6ebf3379.js} +2 -2
- package/cjs/{context-0cbe196d.js.map → context-6ebf3379.js.map} +1 -1
- package/cjs/{index-22f07209.js → index-01072ac9.js} +3 -3
- package/cjs/{index-22f07209.js.map → index-01072ac9.js.map} +1 -1
- package/cjs/{index-d9439e95.js → index-20a06ed6.js} +1 -1
- package/cjs/{index-d9439e95.js.map → index-20a06ed6.js.map} +1 -1
- package/cjs/{index-002a349d.js → index-212a11f2.js} +2 -2
- package/cjs/{index-002a349d.js.map → index-212a11f2.js.map} +1 -1
- package/cjs/{index-ed053e45.js → index-2faa2f93.js} +1 -1
- package/cjs/{index-ed053e45.js.map → index-2faa2f93.js.map} +1 -1
- package/cjs/{index-c0693be4.js → index-4f40f311.js} +2 -2
- package/cjs/{index-c0693be4.js.map → index-4f40f311.js.map} +1 -1
- package/cjs/{index-723733db.js → index-75453415.js} +4 -4
- package/cjs/{index-723733db.js.map → index-75453415.js.map} +1 -1
- package/cjs/{index-46522cf0.js → index-948426a8.js} +4 -4
- package/cjs/{index-46522cf0.js.map → index-948426a8.js.map} +1 -1
- package/cjs/{index-0159bc57.js → index-a2ce047a.js} +2 -2
- package/cjs/{index-0159bc57.js.map → index-a2ce047a.js.map} +1 -1
- package/cjs/{index-081c9614.js → index-d57081d1.js} +6 -6
- package/cjs/{index-081c9614.js.map → index-d57081d1.js.map} +1 -1
- package/cjs/{index-d4f42e73.js → index-e63da805.js} +4 -4
- package/cjs/{index-d4f42e73.js.map → index-e63da805.js.map} +1 -1
- package/cjs/{index-21f31180.js → index-f1971e28.js} +3 -3
- package/cjs/{index-21f31180.js.map → index-f1971e28.js.map} +1 -1
- package/cjs/index.css +78 -74
- package/cjs/index.css.map +1 -1
- package/cjs/index.js +36 -36
- package/cjs/{openChannelUtils-cecaf987.js → openChannelUtils-16f29ba2.js} +1 -1
- package/cjs/{openChannelUtils-cecaf987.js.map → openChannelUtils-16f29ba2.js.map} +1 -1
- package/cjs/sendBirdSelectors.js +1 -1
- package/cjs/{stringSet-f4da182b.js → stringSet-b9ea6eef.js} +1 -1
- package/cjs/{stringSet-f4da182b.js.map → stringSet-b9ea6eef.js.map} +1 -1
- package/cjs/{topics-c2c30f09.js → topics-11048db8.js} +1 -1
- package/cjs/{topics-c2c30f09.js.map → topics-11048db8.js.map} +1 -1
- package/cjs/{tslib.es6-d7d0a427.js → tslib.es6-07dd6257.js} +1 -1
- package/cjs/{tslib.es6-d7d0a427.js.map → tslib.es6-07dd6257.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/Checkbox.js +1 -1
- 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/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 +9 -9
- 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 +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 +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 +9 -9
- 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 +11 -11
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-3e73a146.js → utils-3240365f.js} +1 -1
- package/cjs/{utils-3e73a146.js.map → utils-3240365f.js.map} +1 -1
- package/cjs/{utils-b95288a8.js → utils-53d332a6.js} +1 -1
- package/cjs/{utils-b95288a8.js.map → utils-53d332a6.js.map} +1 -1
- package/cjs/{utils-c55d20dc.js → utils-94ae6cec.js} +1 -1
- package/cjs/{utils-c55d20dc.js.map → utils-94ae6cec.js.map} +1 -1
- package/cjs/{uuid-ba6cc3c5.js → uuid-172844fb.js} +1 -1
- package/cjs/{uuid-ba6cc3c5.js.map → uuid-172844fb.js.map} +1 -1
- package/cjs/withSendBird.js +1 -1
- package/{color-2863fbbe.js → color-38dc84d3.js} +1 -1
- package/{color-2863fbbe.js.map → color-38dc84d3.js.map} +1 -1
- package/{compareIds-48d87cc5.js → compareIds-f01e0c3c.js} +1 -1
- package/{compareIds-48d87cc5.js.map → compareIds-f01e0c3c.js.map} +1 -1
- package/{const-3f63e129.js → const-b6685801.js} +1 -1
- package/{const-3f63e129.js.map → const-b6685801.js.map} +1 -1
- package/{const-09c22c50.js → const-d46f09a1.js} +1 -1
- package/{const-09c22c50.js.map → const-d46f09a1.js.map} +1 -1
- package/{context-7877e5bb.js → context-b5168bd0.js} +2 -2
- package/{context-7877e5bb.js.map → context-b5168bd0.js.map} +1 -1
- package/dist/index.css +78 -74
- package/dist/index.css.map +1 -1
- package/{index-4a59a866.js → index-1c2588aa.js} +2 -2
- package/{index-4a59a866.js.map → index-1c2588aa.js.map} +1 -1
- package/{index-41a6f4f2.js → index-2dce3a04.js} +3 -3
- package/{index-41a6f4f2.js.map → index-2dce3a04.js.map} +1 -1
- package/{index-358226c7.js → index-3bd4a058.js} +6 -6
- package/{index-358226c7.js.map → index-3bd4a058.js.map} +1 -1
- package/{index-4889e530.js → index-62fd2db7.js} +4 -4
- package/{index-4889e530.js.map → index-62fd2db7.js.map} +1 -1
- package/{index-353f13f3.js → index-6381b534.js} +1 -1
- package/{index-353f13f3.js.map → index-6381b534.js.map} +1 -1
- package/{index-f119413c.js → index-9afb4d01.js} +2 -2
- package/{index-f119413c.js.map → index-9afb4d01.js.map} +1 -1
- package/{index-86b0a341.js → index-a6675155.js} +4 -4
- package/{index-86b0a341.js.map → index-a6675155.js.map} +1 -1
- package/{index-303a3b6e.js → index-b12b270e.js} +4 -4
- package/{index-303a3b6e.js.map → index-b12b270e.js.map} +1 -1
- package/{index-a611bd38.js → index-d0b30cd5.js} +3 -3
- package/{index-a611bd38.js.map → index-d0b30cd5.js.map} +1 -1
- package/{index-1fd114b0.js → index-d0fe8fe1.js} +1 -1
- package/{index-1fd114b0.js.map → index-d0fe8fe1.js.map} +1 -1
- package/{index-ad4c9e58.js → index-e6d0889d.js} +3 -3
- package/{index-ad4c9e58.js.map → index-e6d0889d.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +36 -36
- package/{openChannelUtils-024b797a.js → openChannelUtils-22ed0258.js} +1 -1
- package/{openChannelUtils-024b797a.js.map → openChannelUtils-22ed0258.js.map} +1 -1
- package/package.json +2 -2
- package/sendBirdSelectors.js +1 -1
- package/{stringSet-91746bf1.js → stringSet-2e6c1d2c.js} +1 -1
- package/{stringSet-91746bf1.js.map → stringSet-2e6c1d2c.js.map} +1 -1
- package/{topics-17d99dd6.js → topics-67738aac.js} +1 -1
- package/{topics-17d99dd6.js.map → topics-67738aac.js.map} +1 -1
- package/{tslib.es6-83aa13f5.js → tslib.es6-b6e567bd.js} +1 -1
- package/{tslib.es6-83aa13f5.js.map → tslib.es6-b6e567bd.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/Checkbox.js +1 -1
- 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/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 +9 -9
- package/ui/OpenChannelAdminMessage.js +4 -4
- package/ui/OpenChannelAvatar.js +7 -7
- package/ui/OpenchannelConversationHeader.js +7 -7
- 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 +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 +9 -9
- 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 +11 -11
- package/ui/UserProfile.js +9 -9
- package/useSendbirdStateContext.js +1 -1
- package/{utils-7d39b941.js → utils-04c291d8.js} +1 -1
- package/{utils-7d39b941.js.map → utils-04c291d8.js.map} +1 -1
- package/{utils-5395ff17.js → utils-28de36e9.js} +1 -1
- package/{utils-5395ff17.js.map → utils-28de36e9.js.map} +1 -1
- package/{utils-9ef11656.js → utils-f5c9ef64.js} +1 -1
- package/{utils-9ef11656.js.map → utils-f5c9ef64.js.map} +1 -1
- package/{uuid-6d14d007.js → uuid-0139dc21.js} +1 -1
- package/{uuid-6d14d007.js.map → uuid-0139dc21.js.map} +1 -1
- package/withSendBird.js +1 -1
- package/CHANGELOG.md +0 -50
- package/ChannelListProvider-7c351968.js.map +0 -1
- package/README.md +0 -111
- package/cjs/ChannelListProvider-44dde549.js.map +0 -1
- package/index.css +0 -4461
- package/index.css.map +0 -1
package/App.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as _slicedToArray } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { a as _slicedToArray } from './_rollupPluginBabelHelpers-6bf18550.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import Sendbird from './SendbirdProvider.js';
|
|
@@ -8,22 +8,22 @@ import ChannelSettings from './ChannelSettings.js';
|
|
|
8
8
|
import MessageSearchPannel from './MessageSearch.js';
|
|
9
9
|
import './withSendBird.js';
|
|
10
10
|
import 'sendbird';
|
|
11
|
-
import './actionTypes-
|
|
12
|
-
import './index-
|
|
13
|
-
import './tslib.es6-
|
|
11
|
+
import './actionTypes-8e320ded.js';
|
|
12
|
+
import './index-e6d0889d.js';
|
|
13
|
+
import './tslib.es6-b6e567bd.js';
|
|
14
14
|
import 'css-vars-ponyfill';
|
|
15
|
-
import './uuid-
|
|
16
|
-
import './LocalizationContext-
|
|
17
|
-
import './stringSet-
|
|
18
|
-
import './index-
|
|
19
|
-
import './ChannelListProvider-
|
|
20
|
-
import './topics-
|
|
21
|
-
import './utils-
|
|
22
|
-
import './UserProfileContext-
|
|
15
|
+
import './uuid-0139dc21.js';
|
|
16
|
+
import './LocalizationContext-b970a73c.js';
|
|
17
|
+
import './stringSet-2e6c1d2c.js';
|
|
18
|
+
import './index-6381b534.js';
|
|
19
|
+
import './ChannelListProvider-d602a166.js';
|
|
20
|
+
import './topics-67738aac.js';
|
|
21
|
+
import './utils-f5c9ef64.js';
|
|
22
|
+
import './UserProfileContext-f4ff4291.js';
|
|
23
23
|
import './useSendbirdStateContext.js';
|
|
24
24
|
import './ChannelList/components/ChannelListUI.js';
|
|
25
25
|
import './ChannelList/components/ChannelListHeader.js';
|
|
26
|
-
import './index-
|
|
26
|
+
import './index-d0b30cd5.js';
|
|
27
27
|
import './ui/IconButton.js';
|
|
28
28
|
import './ui/Avatar.js';
|
|
29
29
|
import './ui/ImageRenderer.js';
|
|
@@ -31,13 +31,13 @@ import './ui/Icon.js';
|
|
|
31
31
|
import './ChannelList/components/AddChannel.js';
|
|
32
32
|
import './CreateChannel.js';
|
|
33
33
|
import './CreateChannel/components/CreateChannelUI.js';
|
|
34
|
-
import './CreateChannelProvider-
|
|
34
|
+
import './CreateChannelProvider-3f3dafed.js';
|
|
35
35
|
import './sendBirdSelectors.js';
|
|
36
36
|
import './CreateChannel/components/InviteMembers.js';
|
|
37
37
|
import './ui/Modal.js';
|
|
38
38
|
import 'react-dom';
|
|
39
|
-
import './index-
|
|
40
|
-
import './index-
|
|
39
|
+
import './index-d0fe8fe1.js';
|
|
40
|
+
import './index-2dce3a04.js';
|
|
41
41
|
import './ui/UserListItem.js';
|
|
42
42
|
import './ui/MutedAvatarOverlay.js';
|
|
43
43
|
import './ui/Checkbox.js';
|
|
@@ -47,36 +47,37 @@ import './ui/SortByRow.js';
|
|
|
47
47
|
import './CreateChannel/components/SelectChannelType.js';
|
|
48
48
|
import './ChannelList/components/ChannelPreview.js';
|
|
49
49
|
import './ui/ChannelAvatar.js';
|
|
50
|
-
import './utils-
|
|
50
|
+
import './utils-04c291d8.js';
|
|
51
51
|
import './ui/Badge.js';
|
|
52
|
-
import './index-
|
|
53
|
-
import './index-
|
|
54
|
-
import './index-
|
|
52
|
+
import './index-a6675155.js';
|
|
53
|
+
import './index-9afb4d01.js';
|
|
54
|
+
import './index-1c2588aa.js';
|
|
55
55
|
import './ui/MentionUserLabel.js';
|
|
56
|
+
import './Channel/components/TypingIndicator.js';
|
|
57
|
+
import './ChannelProvider-cf8fc05a.js';
|
|
58
|
+
import './compareIds-f01e0c3c.js';
|
|
59
|
+
import './const-b6685801.js';
|
|
60
|
+
import './ui/ReactionButton.js';
|
|
61
|
+
import './ui/MessageStatus.js';
|
|
62
|
+
import './ui/Loader.js';
|
|
56
63
|
import './ChannelList/components/ChannelPreviewAction.js';
|
|
57
64
|
import './EditUserProfile.js';
|
|
58
|
-
import './index-
|
|
65
|
+
import './index-3bd4a058.js';
|
|
59
66
|
import './ui/Input.js';
|
|
60
67
|
import './ui/TextButton.js';
|
|
61
|
-
import './color-
|
|
62
|
-
import './index-
|
|
63
|
-
import './ui/Loader.js';
|
|
64
|
-
import './ChannelProvider-d5126903.js';
|
|
65
|
-
import './compareIds-48d87cc5.js';
|
|
66
|
-
import './const-3f63e129.js';
|
|
67
|
-
import './ui/ReactionButton.js';
|
|
68
|
+
import './color-38dc84d3.js';
|
|
69
|
+
import './index-b12b270e.js';
|
|
68
70
|
import './Channel/components/ChannelUI.js';
|
|
69
71
|
import './ui/ConnectionStatus.js';
|
|
70
72
|
import './Channel/components/ChannelHeader.js';
|
|
71
73
|
import './Channel/components/MessageList.js';
|
|
72
74
|
import './Channel/components/Message.js';
|
|
73
75
|
import './Channel/components/SuggestedMentionList.js';
|
|
74
|
-
import './const-
|
|
76
|
+
import './const-d46f09a1.js';
|
|
75
77
|
import './ui/DateSeparator.js';
|
|
76
78
|
import './ui/MessageInput.js';
|
|
77
79
|
import 'stream';
|
|
78
80
|
import './ui/MessageContent.js';
|
|
79
|
-
import './ui/MessageStatus.js';
|
|
80
81
|
import './ui/MessageItemMenu.js';
|
|
81
82
|
import './ui/MessageItemReactionMenu.js';
|
|
82
83
|
import './ui/EmojiReactions.js';
|
|
@@ -85,7 +86,7 @@ import './ui/TooltipWrapper.js';
|
|
|
85
86
|
import './ui/ReactionBadge.js';
|
|
86
87
|
import './ui/AdminMessage.js';
|
|
87
88
|
import './ui/TextMessageItemBody.js';
|
|
88
|
-
import './index-
|
|
89
|
+
import './index-62fd2db7.js';
|
|
89
90
|
import './ui/LinkLabel.js';
|
|
90
91
|
import './ui/FileMessageItemBody.js';
|
|
91
92
|
import './ui/ThumbnailMessageItemBody.js';
|
|
@@ -94,7 +95,6 @@ import './ui/UnknownMessageItemBody.js';
|
|
|
94
95
|
import './ui/QuoteMessage.js';
|
|
95
96
|
import './Channel/components/FileViewer.js';
|
|
96
97
|
import './Channel/components/RemoveMessageModal.js';
|
|
97
|
-
import './Channel/components/TypingIndicator.js';
|
|
98
98
|
import './Channel/components/FrozenNotification.js';
|
|
99
99
|
import './Channel/components/UnreadCount.js';
|
|
100
100
|
import './Channel/components/MessageInput.js';
|
|
@@ -106,9 +106,9 @@ import './ChannelSettings/components/EditDetailsModal.js';
|
|
|
106
106
|
import './ChannelSettings/components/AdminPanel.js';
|
|
107
107
|
import './ui/Accordion.js';
|
|
108
108
|
import './ui/AccordionGroup.js';
|
|
109
|
-
import './context-
|
|
109
|
+
import './context-b5168bd0.js';
|
|
110
110
|
import './ChannelSettings/components/UserListItem.js';
|
|
111
|
-
import './MemberList-
|
|
111
|
+
import './MemberList-9d29bee4.js';
|
|
112
112
|
import './ChannelSettings/components/LeaveChannel.js';
|
|
113
113
|
import './ChannelSettings/components/UserPanel.js';
|
|
114
114
|
import './MessageSearch/components/MessageSearchUI.js';
|
|
@@ -139,7 +139,9 @@ function App(props) {
|
|
|
139
139
|
showSearchIcon = props.showSearchIcon,
|
|
140
140
|
onProfileEditSuccess = props.onProfileEditSuccess,
|
|
141
141
|
imageCompression = props.imageCompression,
|
|
142
|
-
disableAutoSelect = props.disableAutoSelect
|
|
142
|
+
disableAutoSelect = props.disableAutoSelect,
|
|
143
|
+
isTypingIndicatorEnabledOnChannelList = props.isTypingIndicatorEnabledOnChannelList,
|
|
144
|
+
isMessageReceiptStatusEnabledOnChannelList = props.isMessageReceiptStatusEnabledOnChannelList;
|
|
143
145
|
|
|
144
146
|
var _useState = useState(null),
|
|
145
147
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -182,7 +184,9 @@ function App(props) {
|
|
|
182
184
|
renderUserProfile: renderUserProfile,
|
|
183
185
|
imageCompression: imageCompression,
|
|
184
186
|
useReaction: useReaction,
|
|
185
|
-
isMentionEnabled: isMentionEnabled
|
|
187
|
+
isMentionEnabled: isMentionEnabled,
|
|
188
|
+
isTypingIndicatorEnabledOnChannelList: isTypingIndicatorEnabledOnChannelList,
|
|
189
|
+
isMessageReceiptStatusEnabledOnChannelList: isMessageReceiptStatusEnabledOnChannelList
|
|
186
190
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
187
191
|
className: "sendbird-app__wrap"
|
|
188
192
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -276,7 +280,9 @@ App.propTypes = {
|
|
|
276
280
|
resizingHeight: PropTypes.oneOfType([PropTypes.number, PropTypes.string])
|
|
277
281
|
}),
|
|
278
282
|
disableAutoSelect: PropTypes.bool,
|
|
279
|
-
isMentionEnabled: PropTypes.bool
|
|
283
|
+
isMentionEnabled: PropTypes.bool,
|
|
284
|
+
isTypingIndicatorEnabledOnChannelList: PropTypes.bool,
|
|
285
|
+
isMessageReceiptStatusEnabledOnChannelList: PropTypes.bool
|
|
280
286
|
};
|
|
281
287
|
App.defaultProps = {
|
|
282
288
|
accessToken: '',
|
|
@@ -298,7 +304,9 @@ App.defaultProps = {
|
|
|
298
304
|
stringSet: null,
|
|
299
305
|
colorSet: null,
|
|
300
306
|
imageCompression: {},
|
|
301
|
-
disableAutoSelect: false
|
|
307
|
+
disableAutoSelect: false,
|
|
308
|
+
isTypingIndicatorEnabledOnChannelList: false,
|
|
309
|
+
isMessageReceiptStatusEnabledOnChannelList: false
|
|
302
310
|
};
|
|
303
311
|
|
|
304
312
|
export { App as default };
|
package/App.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App.js","sources":["../src/smart-components/App/index.jsx"],"sourcesContent":["/**\n * This is a drop in Chat solution\n * Can also be used as an example for creating\n * default chat apps\n */\nimport React, { useState } from 'react';\nimport PropTypes from 'prop-types';\n\nimport Sendbird from '../../lib/Sendbird';\n\nimport ChannelList from '../ChannelList';\nimport Channel from '../Channel';\nimport ChannelSettings from '../ChannelSettings';\nimport MessageSearchPannel from '../MessageSearch';\n\nimport './index.scss';\n\nexport default function App(props) {\n const {\n appId,\n userId,\n accessToken,\n theme,\n userListQuery,\n nickname,\n profileUrl,\n dateLocale,\n config = {},\n useReaction,\n isMentionEnabled,\n replyType,\n useMessageGrouping,\n colorSet,\n stringSet,\n allowProfileEdit,\n disableUserProfile,\n renderUserProfile,\n showSearchIcon,\n onProfileEditSuccess,\n imageCompression,\n disableAutoSelect,\n } = props;\n const [currentChannelUrl, setCurrentChannelUrl] = useState(null);\n const [showSettings, setShowSettings] = useState(false);\n const [showSearch, setShowSearch] = useState(false);\n const [highlightedMessage, setHighlightedMessage] = useState(null);\n const [startingPoint, setStartingPoint] = useState(null);\n\n return (\n <Sendbird\n stringSet={stringSet}\n appId={appId}\n userId={userId}\n accessToken={accessToken}\n theme={theme}\n nickname={nickname}\n profileUrl={profileUrl}\n dateLocale={dateLocale}\n userListQuery={userListQuery}\n config={config}\n colorSet={colorSet}\n disableUserProfile={disableUserProfile}\n renderUserProfile={renderUserProfile}\n imageCompression={imageCompression}\n useReaction={useReaction}\n isMentionEnabled={isMentionEnabled}\n >\n <div className=\"sendbird-app__wrap\">\n <div className=\"sendbird-app__channellist-wrap\">\n <ChannelList\n allowProfileEdit={allowProfileEdit}\n onProfileEditSuccess={onProfileEditSuccess}\n disableAutoSelect={disableAutoSelect}\n onChannelSelect={(channel) => {\n setStartingPoint(null);\n setHighlightedMessage(null);\n if (channel && channel.url) {\n setCurrentChannelUrl(channel.url);\n } else {\n setCurrentChannelUrl('');\n }\n }}\n />\n </div>\n <div\n className={`\n ${showSettings ? 'sendbird-app__conversation--settings-open' : ''}\n ${showSearch ? 'sendbird-app__conversation--search-open' : ''}\n sendbird-app__conversation-wrap\n `}\n >\n <Channel\n channelUrl={currentChannelUrl}\n onChatHeaderActionClick={() => {\n setShowSearch(false);\n setShowSettings(!showSettings);\n }}\n onSearchClick={() => {\n setShowSettings(false);\n setShowSearch(!showSearch);\n }}\n showSearchIcon={showSearchIcon}\n startingPoint={startingPoint}\n highlightedMessage={highlightedMessage}\n useReaction={useReaction}\n replyType={replyType}\n useMessageGrouping={useMessageGrouping}\n />\n </div>\n {showSettings && (\n <div className=\"sendbird-app__settingspanel-wrap\">\n <ChannelSettings\n className=\"sendbird-channel-settings\"\n channelUrl={currentChannelUrl}\n onCloseClick={() => {\n setShowSettings(false);\n }}\n />\n </div>\n )}\n {showSearch && (\n <div className=\"sendbird-app__searchpanel-wrap\">\n <MessageSearchPannel\n channelUrl={currentChannelUrl}\n onResultClick={(message) => {\n if (message.messageId === highlightedMessage) {\n setHighlightedMessage(null);\n setTimeout(() => {\n setHighlightedMessage(message.messageId);\n });\n } else {\n setStartingPoint(message.createdAt);\n setHighlightedMessage(message.messageId);\n }\n }}\n onCloseClick={() => {\n setShowSearch(false);\n }}\n />\n </div>\n )}\n </div>\n </Sendbird>\n );\n}\n\nApp.propTypes = {\n appId: PropTypes.string.isRequired,\n userId: PropTypes.string.isRequired,\n accessToken: PropTypes.string,\n theme: PropTypes.string,\n userListQuery: PropTypes.func,\n nickname: PropTypes.string,\n profileUrl: PropTypes.string,\n allowProfileEdit: PropTypes.bool,\n disableUserProfile: PropTypes.bool,\n renderUserProfile: PropTypes.func,\n onProfileEditSuccess: PropTypes.func,\n dateLocale: PropTypes.shape({}),\n config: PropTypes.shape({\n // None Error Warning Info 'All/Debug'\n logLevel: PropTypes.oneOfType([\n PropTypes.string,\n PropTypes.arrayOf(PropTypes.string),\n ]),\n }),\n useReaction: PropTypes.bool,\n replyType: PropTypes.oneOf(['NONE', 'QUOTE_REPLY', 'THREAD']),\n showSearchIcon: PropTypes.bool,\n useMessageGrouping: PropTypes.bool,\n stringSet: PropTypes.objectOf(PropTypes.string),\n colorSet: PropTypes.objectOf(PropTypes.string),\n imageCompression: PropTypes.shape({\n compressionRate: PropTypes.number,\n resizingWidth: PropTypes.oneOfType([\n PropTypes.number,\n PropTypes.string,\n ]),\n resizingHeight: PropTypes.oneOfType([\n PropTypes.number,\n PropTypes.string,\n ]),\n }),\n disableAutoSelect: PropTypes.bool,\n isMentionEnabled: PropTypes.bool,\n};\n\nApp.defaultProps = {\n accessToken: '',\n theme: 'light',\n nickname: '',\n profileUrl: '',\n userListQuery: null,\n dateLocale: null,\n allowProfileEdit: false,\n onProfileEditSuccess: null,\n disableUserProfile: false,\n showSearchIcon: false,\n renderUserProfile: null,\n config: {},\n useReaction: true,\n isMentionEnabled: false,\n replyType: 'NONE',\n useMessageGrouping: true,\n stringSet: null,\n colorSet: null,\n imageCompression: {},\n disableAutoSelect: false,\n};\n"],"names":["App","props","appId","userId","accessToken","theme","userListQuery","nickname","profileUrl","dateLocale","config","useReaction","isMentionEnabled","replyType","useMessageGrouping","colorSet","stringSet","allowProfileEdit","disableUserProfile","renderUserProfile","showSearchIcon","onProfileEditSuccess","imageCompression","disableAutoSelect","useState","currentChannelUrl","setCurrentChannelUrl","showSettings","setShowSettings","showSearch","setShowSearch","highlightedMessage","setHighlightedMessage","startingPoint","setStartingPoint","React","channel","url","message","messageId","setTimeout","createdAt","propTypes","PropTypes","string","isRequired","func","bool","shape","logLevel","oneOfType","arrayOf","oneOf","objectOf","compressionRate","number","resizingWidth","resizingHeight","defaultProps"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"App.js","sources":["../src/smart-components/App/index.jsx"],"sourcesContent":["/**\n * This is a drop in Chat solution\n * Can also be used as an example for creating\n * default chat apps\n */\nimport React, { useState } from 'react';\nimport PropTypes from 'prop-types';\n\nimport Sendbird from '../../lib/Sendbird';\n\nimport ChannelList from '../ChannelList';\nimport Channel from '../Channel';\nimport ChannelSettings from '../ChannelSettings';\nimport MessageSearchPannel from '../MessageSearch';\n\nimport './index.scss';\n\nexport default function App(props) {\n const {\n appId,\n userId,\n accessToken,\n theme,\n userListQuery,\n nickname,\n profileUrl,\n dateLocale,\n config = {},\n useReaction,\n isMentionEnabled,\n replyType,\n useMessageGrouping,\n colorSet,\n stringSet,\n allowProfileEdit,\n disableUserProfile,\n renderUserProfile,\n showSearchIcon,\n onProfileEditSuccess,\n imageCompression,\n disableAutoSelect,\n isTypingIndicatorEnabledOnChannelList,\n isMessageReceiptStatusEnabledOnChannelList,\n } = props;\n const [currentChannelUrl, setCurrentChannelUrl] = useState(null);\n const [showSettings, setShowSettings] = useState(false);\n const [showSearch, setShowSearch] = useState(false);\n const [highlightedMessage, setHighlightedMessage] = useState(null);\n const [startingPoint, setStartingPoint] = useState(null);\n\n return (\n <Sendbird\n stringSet={stringSet}\n appId={appId}\n userId={userId}\n accessToken={accessToken}\n theme={theme}\n nickname={nickname}\n profileUrl={profileUrl}\n dateLocale={dateLocale}\n userListQuery={userListQuery}\n config={config}\n colorSet={colorSet}\n disableUserProfile={disableUserProfile}\n renderUserProfile={renderUserProfile}\n imageCompression={imageCompression}\n useReaction={useReaction}\n isMentionEnabled={isMentionEnabled}\n isTypingIndicatorEnabledOnChannelList={isTypingIndicatorEnabledOnChannelList}\n isMessageReceiptStatusEnabledOnChannelList={isMessageReceiptStatusEnabledOnChannelList}\n >\n <div className=\"sendbird-app__wrap\">\n <div className=\"sendbird-app__channellist-wrap\">\n <ChannelList\n allowProfileEdit={allowProfileEdit}\n onProfileEditSuccess={onProfileEditSuccess}\n disableAutoSelect={disableAutoSelect}\n onChannelSelect={(channel) => {\n setStartingPoint(null);\n setHighlightedMessage(null);\n if (channel && channel.url) {\n setCurrentChannelUrl(channel.url);\n } else {\n setCurrentChannelUrl('');\n }\n }}\n />\n </div>\n <div\n className={`\n ${showSettings ? 'sendbird-app__conversation--settings-open' : ''}\n ${showSearch ? 'sendbird-app__conversation--search-open' : ''}\n sendbird-app__conversation-wrap\n `}\n >\n <Channel\n channelUrl={currentChannelUrl}\n onChatHeaderActionClick={() => {\n setShowSearch(false);\n setShowSettings(!showSettings);\n }}\n onSearchClick={() => {\n setShowSettings(false);\n setShowSearch(!showSearch);\n }}\n showSearchIcon={showSearchIcon}\n startingPoint={startingPoint}\n highlightedMessage={highlightedMessage}\n useReaction={useReaction}\n replyType={replyType}\n useMessageGrouping={useMessageGrouping}\n />\n </div>\n {showSettings && (\n <div className=\"sendbird-app__settingspanel-wrap\">\n <ChannelSettings\n className=\"sendbird-channel-settings\"\n channelUrl={currentChannelUrl}\n onCloseClick={() => {\n setShowSettings(false);\n }}\n />\n </div>\n )}\n {showSearch && (\n <div className=\"sendbird-app__searchpanel-wrap\">\n <MessageSearchPannel\n channelUrl={currentChannelUrl}\n onResultClick={(message) => {\n if (message.messageId === highlightedMessage) {\n setHighlightedMessage(null);\n setTimeout(() => {\n setHighlightedMessage(message.messageId);\n });\n } else {\n setStartingPoint(message.createdAt);\n setHighlightedMessage(message.messageId);\n }\n }}\n onCloseClick={() => {\n setShowSearch(false);\n }}\n />\n </div>\n )}\n </div>\n </Sendbird>\n );\n}\n\nApp.propTypes = {\n appId: PropTypes.string.isRequired,\n userId: PropTypes.string.isRequired,\n accessToken: PropTypes.string,\n theme: PropTypes.string,\n userListQuery: PropTypes.func,\n nickname: PropTypes.string,\n profileUrl: PropTypes.string,\n allowProfileEdit: PropTypes.bool,\n disableUserProfile: PropTypes.bool,\n renderUserProfile: PropTypes.func,\n onProfileEditSuccess: PropTypes.func,\n dateLocale: PropTypes.shape({}),\n config: PropTypes.shape({\n // None Error Warning Info 'All/Debug'\n logLevel: PropTypes.oneOfType([\n PropTypes.string,\n PropTypes.arrayOf(PropTypes.string),\n ]),\n }),\n useReaction: PropTypes.bool,\n replyType: PropTypes.oneOf(['NONE', 'QUOTE_REPLY', 'THREAD']),\n showSearchIcon: PropTypes.bool,\n useMessageGrouping: PropTypes.bool,\n stringSet: PropTypes.objectOf(PropTypes.string),\n colorSet: PropTypes.objectOf(PropTypes.string),\n imageCompression: PropTypes.shape({\n compressionRate: PropTypes.number,\n resizingWidth: PropTypes.oneOfType([\n PropTypes.number,\n PropTypes.string,\n ]),\n resizingHeight: PropTypes.oneOfType([\n PropTypes.number,\n PropTypes.string,\n ]),\n }),\n disableAutoSelect: PropTypes.bool,\n isMentionEnabled: PropTypes.bool,\n isTypingIndicatorEnabledOnChannelList: PropTypes.bool,\n isMessageReceiptStatusEnabledOnChannelList: PropTypes.bool,\n};\n\nApp.defaultProps = {\n accessToken: '',\n theme: 'light',\n nickname: '',\n profileUrl: '',\n userListQuery: null,\n dateLocale: null,\n allowProfileEdit: false,\n onProfileEditSuccess: null,\n disableUserProfile: false,\n showSearchIcon: false,\n renderUserProfile: null,\n config: {},\n useReaction: true,\n isMentionEnabled: false,\n replyType: 'NONE',\n useMessageGrouping: true,\n stringSet: null,\n colorSet: null,\n imageCompression: {},\n disableAutoSelect: false,\n isTypingIndicatorEnabledOnChannelList: false,\n isMessageReceiptStatusEnabledOnChannelList: false,\n};\n"],"names":["App","props","appId","userId","accessToken","theme","userListQuery","nickname","profileUrl","dateLocale","config","useReaction","isMentionEnabled","replyType","useMessageGrouping","colorSet","stringSet","allowProfileEdit","disableUserProfile","renderUserProfile","showSearchIcon","onProfileEditSuccess","imageCompression","disableAutoSelect","isTypingIndicatorEnabledOnChannelList","isMessageReceiptStatusEnabledOnChannelList","useState","currentChannelUrl","setCurrentChannelUrl","showSettings","setShowSettings","showSearch","setShowSearch","highlightedMessage","setHighlightedMessage","startingPoint","setStartingPoint","React","channel","url","message","messageId","setTimeout","createdAt","propTypes","PropTypes","string","isRequired","func","bool","shape","logLevel","oneOfType","arrayOf","oneOf","objectOf","compressionRate","number","resizingWidth","resizingHeight","defaultProps"],"mappings":"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"}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from '../../index-d0b30cd5.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
4
4
|
import IconButton from '../../ui/IconButton.js';
|
|
5
5
|
import ChannelAvatar from '../../ui/ChannelAvatar.js';
|
|
6
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
+
import { a as LocalizationContext } from '../../LocalizationContext-b970a73c.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
|
-
import { u as useChannel } from '../../ChannelProvider-
|
|
9
|
-
import '../../_rollupPluginBabelHelpers-
|
|
8
|
+
import { u as useChannel } from '../../ChannelProvider-cf8fc05a.js';
|
|
9
|
+
import '../../_rollupPluginBabelHelpers-6bf18550.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../../stringSet-
|
|
11
|
+
import '../../stringSet-2e6c1d2c.js';
|
|
12
12
|
import '../../ui/Avatar.js';
|
|
13
|
-
import '../../tslib.es6-
|
|
13
|
+
import '../../tslib.es6-b6e567bd.js';
|
|
14
14
|
import '../../ui/ImageRenderer.js';
|
|
15
|
-
import '../../uuid-
|
|
16
|
-
import '../../utils-
|
|
17
|
-
import '../../index-
|
|
15
|
+
import '../../uuid-0139dc21.js';
|
|
16
|
+
import '../../utils-04c291d8.js';
|
|
17
|
+
import '../../index-6381b534.js';
|
|
18
18
|
import '../../withSendBird.js';
|
|
19
|
-
import '../../UserProfileContext-
|
|
20
|
-
import '../../index-
|
|
21
|
-
import '../../topics-
|
|
22
|
-
import '../../index-
|
|
23
|
-
import '../../compareIds-
|
|
24
|
-
import '../../const-
|
|
19
|
+
import '../../UserProfileContext-f4ff4291.js';
|
|
20
|
+
import '../../index-1c2588aa.js';
|
|
21
|
+
import '../../topics-67738aac.js';
|
|
22
|
+
import '../../index-e6d0889d.js';
|
|
23
|
+
import '../../compareIds-f01e0c3c.js';
|
|
24
|
+
import '../../const-b6685801.js';
|
|
25
25
|
import '../../ui/ContextMenu.js';
|
|
26
26
|
import 'react-dom';
|
|
27
27
|
import '../../ui/SortByRow.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
|
-
import { u as useChannel, M as MARK_AS_READ } from '../../ChannelProvider-
|
|
4
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
3
|
+
import { u as useChannel, M as MARK_AS_READ } from '../../ChannelProvider-cf8fc05a.js';
|
|
4
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-b12b270e.js';
|
|
5
5
|
import ConnectionStatus from '../../ui/ConnectionStatus.js';
|
|
6
6
|
import ChatHeader from './ChannelHeader.js';
|
|
7
7
|
import MessageList from './MessageList.js';
|
|
@@ -10,40 +10,40 @@ import FrozenNotification from './FrozenNotification.js';
|
|
|
10
10
|
import UnreadCount from './UnreadCount.js';
|
|
11
11
|
import MessageInputWrapper from './MessageInput.js';
|
|
12
12
|
import '../../withSendBird.js';
|
|
13
|
-
import '../../_rollupPluginBabelHelpers-
|
|
14
|
-
import '../../UserProfileContext-
|
|
13
|
+
import '../../_rollupPluginBabelHelpers-6bf18550.js';
|
|
14
|
+
import '../../UserProfileContext-f4ff4291.js';
|
|
15
15
|
import 'prop-types';
|
|
16
|
-
import '../../index-
|
|
17
|
-
import '../../index-
|
|
18
|
-
import '../../topics-
|
|
19
|
-
import '../../index-
|
|
20
|
-
import '../../tslib.es6-
|
|
21
|
-
import '../../compareIds-
|
|
22
|
-
import '../../const-
|
|
23
|
-
import '../../uuid-
|
|
16
|
+
import '../../index-1c2588aa.js';
|
|
17
|
+
import '../../index-6381b534.js';
|
|
18
|
+
import '../../topics-67738aac.js';
|
|
19
|
+
import '../../index-e6d0889d.js';
|
|
20
|
+
import '../../tslib.es6-b6e567bd.js';
|
|
21
|
+
import '../../compareIds-f01e0c3c.js';
|
|
22
|
+
import '../../const-b6685801.js';
|
|
23
|
+
import '../../uuid-0139dc21.js';
|
|
24
24
|
import '../../ui/ContextMenu.js';
|
|
25
|
-
import '../../index-
|
|
26
|
-
import '../../stringSet-
|
|
25
|
+
import '../../index-d0b30cd5.js';
|
|
26
|
+
import '../../stringSet-2e6c1d2c.js';
|
|
27
27
|
import 'react-dom';
|
|
28
28
|
import '../../ui/SortByRow.js';
|
|
29
29
|
import '../../ui/ReactionButton.js';
|
|
30
30
|
import '../../ui/ImageRenderer.js';
|
|
31
31
|
import '../../ui/Icon.js';
|
|
32
32
|
import '../../ui/Loader.js';
|
|
33
|
-
import '../../LocalizationContext-
|
|
33
|
+
import '../../LocalizationContext-b970a73c.js';
|
|
34
34
|
import '../../ui/IconButton.js';
|
|
35
35
|
import '../../ui/ChannelAvatar.js';
|
|
36
36
|
import '../../ui/Avatar.js';
|
|
37
|
-
import '../../utils-
|
|
38
|
-
import '../../index-
|
|
37
|
+
import '../../utils-04c291d8.js';
|
|
38
|
+
import '../../index-9afb4d01.js';
|
|
39
39
|
import './Message.js';
|
|
40
40
|
import './SuggestedMentionList.js';
|
|
41
|
-
import '../../const-
|
|
41
|
+
import '../../const-d46f09a1.js';
|
|
42
42
|
import '../../ui/DateSeparator.js';
|
|
43
|
-
import '../../color-
|
|
43
|
+
import '../../color-38dc84d3.js';
|
|
44
44
|
import '../../ui/MessageInput.js';
|
|
45
45
|
import 'stream';
|
|
46
|
-
import '../../index-
|
|
46
|
+
import '../../index-2dce3a04.js';
|
|
47
47
|
import '../../ui/MentionUserLabel.js';
|
|
48
48
|
import '../../ui/MessageContent.js';
|
|
49
49
|
import '../../ui/UserProfile.js';
|
|
@@ -57,7 +57,7 @@ import '../../ui/TooltipWrapper.js';
|
|
|
57
57
|
import '../../ui/ReactionBadge.js';
|
|
58
58
|
import '../../ui/AdminMessage.js';
|
|
59
59
|
import '../../ui/TextMessageItemBody.js';
|
|
60
|
-
import '../../index-
|
|
60
|
+
import '../../index-62fd2db7.js';
|
|
61
61
|
import '../../ui/LinkLabel.js';
|
|
62
62
|
import '../../ui/FileMessageItemBody.js';
|
|
63
63
|
import '../../ui/TextButton.js';
|
|
@@ -66,10 +66,10 @@ import '../../ui/OGMessageItemBody.js';
|
|
|
66
66
|
import '../../ui/UnknownMessageItemBody.js';
|
|
67
67
|
import '../../ui/QuoteMessage.js';
|
|
68
68
|
import './FileViewer.js';
|
|
69
|
-
import '../../index-
|
|
69
|
+
import '../../index-d0fe8fe1.js';
|
|
70
70
|
import './RemoveMessageModal.js';
|
|
71
71
|
import '../../ui/Modal.js';
|
|
72
|
-
import '../../utils-
|
|
72
|
+
import '../../utils-f5c9ef64.js';
|
|
73
73
|
import '../../ui/QuoteMessageInput.js';
|
|
74
74
|
|
|
75
75
|
var ChannelUI = function ChannelUI(_a) {
|
|
@@ -82,7 +82,7 @@ var ChannelUI = function ChannelUI(_a) {
|
|
|
82
82
|
renderMessage = _a.renderMessage,
|
|
83
83
|
renderMessageInput = _a.renderMessageInput,
|
|
84
84
|
renderTypingIndicator = _a.renderTypingIndicator,
|
|
85
|
-
|
|
85
|
+
renderCustomSeparator = _a.renderCustomSeparator;
|
|
86
86
|
|
|
87
87
|
var _f = useChannel(),
|
|
88
88
|
currentGroupChannel = _f.currentGroupChannel,
|
|
@@ -167,7 +167,7 @@ var ChannelUI = function ChannelUI(_a) {
|
|
|
167
167
|
})) : /*#__PURE__*/React__default.createElement(MessageList, {
|
|
168
168
|
renderMessage: renderMessage,
|
|
169
169
|
renderPlaceholderEmpty: renderPlaceholderEmpty,
|
|
170
|
-
|
|
170
|
+
renderCustomSeparator: renderCustomSeparator
|
|
171
171
|
}), /*#__PURE__*/React__default.createElement("div", {
|
|
172
172
|
className: "sendbird-conversation__footer"
|
|
173
173
|
}, (renderMessageInput === null || renderMessageInput === void 0 ? void 0 : renderMessageInput()) || /*#__PURE__*/React__default.createElement(MessageInputWrapper, null), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChannelUI.js","sources":["../../../src/smart-components/Channel/components/ChannelUI/index.tsx"],"sourcesContent":["import './channel-ui.scss';\n\nimport React, { useEffect, useState } from 'react';\nimport useSendbirdStateContext from '../../../../hooks/useSendbirdStateContext';\n\nimport { useChannel } from '../../context/ChannelProvider';\nimport PlaceHolder, { PlaceHolderTypes } from '../../../../ui/PlaceHolder';\nimport ConnectionStatus from '../../../../ui/ConnectionStatus';\nimport ChannelHeader from '../ChannelHeader';\nimport MessageList from '../MessageList';\nimport TypingIndicator from '../TypingIndicator';\nimport FrozenNotification from '../FrozenNotification';\nimport UnreadCount from '../UnreadCount';\nimport MessageInputWrapper from '../MessageInput';\nimport { RenderMessageProps } from '../../../../types';\nimport * as messageActionTypes from '../../context/dux/actionTypes';\n\nexport interface ChannelUIProps {\n renderPlaceholderLoader?: () => React.ReactNode;\n renderPlaceholderInvalid?: () => React.ReactNode;\n renderPlaceholderEmpty?: () => React.ReactNode;\n renderChannelHeader?: () => React.ReactNode;\n renderMessage?: (props: RenderMessageProps) => React.ReactNode;\n renderMessageInput?: () => React.ReactNode;\n renderTypingIndicator?: () => React.ReactNode;\n
|
|
1
|
+
{"version":3,"file":"ChannelUI.js","sources":["../../../src/smart-components/Channel/components/ChannelUI/index.tsx"],"sourcesContent":["import './channel-ui.scss';\n\nimport React, { useEffect, useState } from 'react';\nimport useSendbirdStateContext from '../../../../hooks/useSendbirdStateContext';\n\nimport { useChannel } from '../../context/ChannelProvider';\nimport PlaceHolder, { PlaceHolderTypes } from '../../../../ui/PlaceHolder';\nimport ConnectionStatus from '../../../../ui/ConnectionStatus';\nimport ChannelHeader from '../ChannelHeader';\nimport MessageList from '../MessageList';\nimport TypingIndicator from '../TypingIndicator';\nimport FrozenNotification from '../FrozenNotification';\nimport UnreadCount from '../UnreadCount';\nimport MessageInputWrapper from '../MessageInput';\nimport { RenderMessageProps } from '../../../../types';\nimport * as messageActionTypes from '../../context/dux/actionTypes';\n\nexport interface ChannelUIProps {\n renderPlaceholderLoader?: () => React.ReactNode;\n renderPlaceholderInvalid?: () => React.ReactNode;\n renderPlaceholderEmpty?: () => React.ReactNode;\n renderChannelHeader?: () => React.ReactNode;\n renderMessage?: (props: RenderMessageProps) => React.ReactNode;\n renderMessageInput?: () => React.ReactNode;\n renderTypingIndicator?: () => React.ReactNode;\n renderCustomSeparator?: () => React.ReactNode;\n}\n\nconst ChannelUI: React.FC<ChannelUIProps> = ({\n renderPlaceholderLoader,\n renderPlaceholderInvalid,\n renderPlaceholderEmpty,\n renderChannelHeader,\n renderMessage,\n renderMessageInput,\n renderTypingIndicator,\n renderCustomSeparator,\n}: ChannelUIProps) => {\n const {\n currentGroupChannel,\n channelUrl,\n isInvalid,\n unreadSince,\n loading,\n setInitialTimeStamp,\n setAnimatedMessageId,\n setHighLightedMessageId,\n scrollRef,\n messagesDispatcher,\n } = useChannel();\n const [unreadCount, setUnreadCount] = useState(0);\n useEffect(() => {\n setUnreadCount(currentGroupChannel.unreadMessageCount);\n }, [currentGroupChannel?.unreadMessageCount]);\n\n const globalStore = useSendbirdStateContext();\n const sdkError = globalStore?.stores?.sdkStore?.error;\n const logger = globalStore?.config?.logger;\n const isOnline = globalStore?.config?.isOnline;\n\n if (!channelUrl) {\n return (<div className=\"sendbird-conversation\">\n {\n renderPlaceholderInvalid?.() || (\n <PlaceHolder type={PlaceHolderTypes.NO_CHANNELS} />\n )\n }\n </div>);\n }\n if (isInvalid) {\n return (\n <div className=\"sendbird-conversation\">\n {\n renderPlaceholderInvalid?.() || (\n <PlaceHolder type={PlaceHolderTypes.WRONG} />\n )\n }\n </div>\n );\n }\n if (sdkError) {\n return (\n <div className=\"sendbird-conversation\">\n {\n renderPlaceholderInvalid?.() || (\n <PlaceHolder\n type={PlaceHolderTypes.WRONG}\n retryToConnect={() => {\n logger.info('Channel: reconnecting');\n // reconnect();\n }}\n />\n )\n }\n </div>\n );\n }\n return (\n <div className='sendbird-conversation'>\n {\n renderChannelHeader?.() || (\n <ChannelHeader />\n )\n }\n {\n currentGroupChannel?.isFrozen && (\n <FrozenNotification />\n )\n }\n {\n unreadCount > 0 && (\n <UnreadCount\n count={unreadCount}\n time={unreadSince}\n onClick={() => {\n setUnreadCount(0);\n if (scrollRef?.current?.scrollTop) {\n scrollRef.current.scrollTop = scrollRef?.current?.scrollHeight - scrollRef?.current?.offsetHeight;\n }\n currentGroupChannel?.markAsRead();\n messagesDispatcher({\n type: messageActionTypes.MARK_AS_READ,\n payload: { channel: currentGroupChannel },\n });\n setInitialTimeStamp(null);\n setAnimatedMessageId(null);\n setHighLightedMessageId(null);\n }}\n />\n )\n }\n {\n loading\n ? (\n <div className=\"sendbird-conversation\">\n {\n renderPlaceholderLoader?.() || (\n <PlaceHolder type={PlaceHolderTypes.LOADING} />\n )\n }\n </div>\n ) : (\n <MessageList\n renderMessage={renderMessage}\n renderPlaceholderEmpty={renderPlaceholderEmpty}\n renderCustomSeparator={renderCustomSeparator}\n />\n )\n }\n <div className=\"sendbird-conversation__footer\">\n {\n renderMessageInput?.() || (\n <MessageInputWrapper />\n )\n }\n <div className=\"sendbird-conversation__footer__typing-indicator\">\n {\n renderTypingIndicator?.() || (\n <TypingIndicator />\n )\n }\n {\n !isOnline && (\n <ConnectionStatus />\n )\n }\n </div>\n </div>\n </div>\n );\n}\n\nexport default ChannelUI;\n"],"names":["ChannelUI","_a","renderPlaceholderLoader","renderPlaceholderInvalid","renderPlaceholderEmpty","renderChannelHeader","renderMessage","renderMessageInput","renderTypingIndicator","renderCustomSeparator","_f","useChannel","currentGroupChannel","channelUrl","isInvalid","unreadSince","loading","setInitialTimeStamp","setAnimatedMessageId","setHighLightedMessageId","scrollRef","messagesDispatcher","_g","useState","unreadCount","setUnreadCount","useEffect","unreadMessageCount","globalStore","useSendbirdStateContext","sdkError","stores","sdkStore","error","logger","config","isOnline","React","PlaceHolderTypes","NO_CHANNELS","WRONG","info","ChannelHeader","isFrozen","current","scrollTop","scrollHeight","offsetHeight","markAsRead","type","messageActionTypes","payload","channel","LOADING"],"mappings":"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"}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
3
|
import Avatar from '../../ui/Avatar.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-d0b30cd5.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
|
-
import { M as MODAL_ROOT } from '../../index-
|
|
7
|
-
import {
|
|
6
|
+
import { M as MODAL_ROOT } from '../../index-d0fe8fe1.js';
|
|
7
|
+
import { y as isSupportedFileView, z as isVideo, A as isImage } from '../../index-e6d0889d.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { u as useChannel } from '../../ChannelProvider-
|
|
10
|
-
import '../../tslib.es6-
|
|
9
|
+
import { u as useChannel } from '../../ChannelProvider-cf8fc05a.js';
|
|
10
|
+
import '../../tslib.es6-b6e567bd.js';
|
|
11
11
|
import '../../ui/ImageRenderer.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-6bf18550.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../../uuid-
|
|
15
|
-
import '../../stringSet-
|
|
14
|
+
import '../../uuid-0139dc21.js';
|
|
15
|
+
import '../../stringSet-2e6c1d2c.js';
|
|
16
16
|
import '../../withSendBird.js';
|
|
17
|
-
import '../../UserProfileContext-
|
|
18
|
-
import '../../index-
|
|
19
|
-
import '../../index-
|
|
20
|
-
import '../../topics-
|
|
21
|
-
import '../../compareIds-
|
|
22
|
-
import '../../const-
|
|
17
|
+
import '../../UserProfileContext-f4ff4291.js';
|
|
18
|
+
import '../../index-1c2588aa.js';
|
|
19
|
+
import '../../index-6381b534.js';
|
|
20
|
+
import '../../topics-67738aac.js';
|
|
21
|
+
import '../../compareIds-f01e0c3c.js';
|
|
22
|
+
import '../../const-b6685801.js';
|
|
23
23
|
import '../../ui/ContextMenu.js';
|
|
24
24
|
import '../../ui/SortByRow.js';
|
|
25
25
|
import '../../ui/ReactionButton.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, a as LabelTypography } from '../../index-
|
|
4
|
-
import '../../stringSet-
|
|
5
|
-
import '../../index-
|
|
6
|
-
import '../../_rollupPluginBabelHelpers-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-b970a73c.js';
|
|
3
|
+
import { L as Label, a as LabelTypography } from '../../index-d0b30cd5.js';
|
|
4
|
+
import '../../stringSet-2e6c1d2c.js';
|
|
5
|
+
import '../../index-6381b534.js';
|
|
6
|
+
import '../../_rollupPluginBabelHelpers-6bf18550.js';
|
|
7
7
|
import 'prop-types';
|
|
8
8
|
|
|
9
9
|
var FrozenNotification = function FrozenNotification() {
|