@sendbird/uikit-react 3.3.3 → 3.3.4-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 +35 -35
- package/Channel/components/ChannelHeader.js +18 -18
- package/Channel/components/ChannelUI.js +27 -26
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +24 -22
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +16 -16
- package/Channel/components/MessageList.js +25 -24
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +16 -16
- package/Channel/components/SuggestedMentionList.js +16 -16
- package/Channel/components/TypingIndicator.js +14 -14
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +13 -13
- package/Channel.js +27 -26
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +15 -15
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +29 -29
- package/ChannelList/components/ChannelPreview.js +32 -100
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +29 -29
- package/{ChannelListProvider-6522df17.js → ChannelListProvider-5496c290.js} +8 -8
- package/{ChannelListProvider-6522df17.js.map → ChannelListProvider-5496c290.js.map} +1 -1
- package/{ChannelProvider-014846c8.js → ChannelProvider-4670df48.js} +9 -9
- package/{ChannelProvider-014846c8.js.map → ChannelProvider-4670df48.js.map} +1 -1
- package/ChannelSettings/components/ChannelProfile.js +12 -12
- package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/ChannelSettings/components/EditDetailsModal.js +12 -12
- package/ChannelSettings/components/LeaveChannel.js +12 -12
- package/ChannelSettings/components/ModerationPanel.js +15 -15
- package/ChannelSettings/components/UserListItem.js +11 -11
- package/ChannelSettings/components/UserPanel.js +14 -14
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +18 -18
- package/CreateChannel/components/CreateChannelUI.js +14 -14
- package/CreateChannel/components/InviteUsers.js +14 -14
- package/CreateChannel/components/SelectChannelType.js +11 -11
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +14 -14
- package/{CreateChannelProvider-54ec0feb.js → CreateChannelProvider-290ad128.js} +1 -1
- package/{CreateChannelProvider-54ec0feb.js.map → CreateChannelProvider-290ad128.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +10 -10
- package/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/EditUserProfile.js +13 -13
- package/{LocalizationContext-aa7dfc3f.js → LocalizationContext-9e280cc1.js} +3 -3
- package/{LocalizationContext-aa7dfc3f.js.map → LocalizationContext-9e280cc1.js.map} +1 -1
- package/{MediaQueryContext-038f7f88.js → MediaQueryContext-eeba1d65.js} +1 -1
- package/{MediaQueryContext-038f7f88.js.map → MediaQueryContext-eeba1d65.js.map} +1 -1
- package/{MemberList-3e4790c4.js → MemberList-b3945aa7.js} +5 -5
- package/{MemberList-3e4790c4.js.map → MemberList-b3945aa7.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 +13 -13
- package/OpenChannel/components/OpenChannelInput.js +15 -15
- package/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/OpenChannel/components/OpenChannelUI.js +24 -24
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +24 -24
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/OpenChannelList/context.js +4 -4
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-e4713e4f.js → OpenChannelListProvider-23047ffb.js} +3 -3
- package/{OpenChannelListProvider-e4713e4f.js.map → OpenChannelListProvider-23047ffb.js.map} +1 -1
- package/{OpenChannelProvider-820eed7f.js → OpenChannelProvider-31fb0be7.js} +7 -7
- package/{OpenChannelProvider-820eed7f.js.map → OpenChannelProvider-31fb0be7.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
- package/OpenChannelSettings/components/OperatorUI.js +17 -17
- package/OpenChannelSettings/components/ParticipantUI.js +15 -15
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +18 -18
- package/{RemoveMessageModal-2e549441.js → RemoveMessageModal-f3f07c46.js} +3 -3
- package/{RemoveMessageModal-2e549441.js.map → RemoveMessageModal-f3f07c46.js.map} +1 -1
- package/SendbirdProvider.js +10 -10
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +21 -21
- package/Thread/components/ParentMessageInfoItem.js +14 -14
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +24 -22
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +24 -22
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +16 -16
- package/Thread/components/ThreadUI.js +26 -24
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +8 -8
- package/Thread.js +26 -24
- package/Thread.js.map +1 -1
- package/{ThreadProvider-2f751001.js → ThreadProvider-8b225d0c.js} +6 -6
- package/{ThreadProvider-2f751001.js.map → ThreadProvider-8b225d0c.js.map} +1 -1
- package/{UserProfileContext-ac550461.js → UserProfileContext-48b501e8.js} +1 -1
- package/{UserProfileContext-ac550461.js.map → UserProfileContext-48b501e8.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-34d80a3b.js → _rollupPluginBabelHelpers-d5956adc.js} +1 -1
- package/_rollupPluginBabelHelpers-d5956adc.js.map +1 -0
- package/{actionTypes-642d9cf1.js → actionTypes-0fcadd29.js} +1 -1
- package/{actionTypes-642d9cf1.js.map → actionTypes-0fcadd29.js.map} +1 -1
- package/cjs/App.js +35 -35
- package/cjs/Channel/components/ChannelHeader.js +18 -18
- package/cjs/Channel/components/ChannelUI.js +27 -26
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +24 -22
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +16 -16
- package/cjs/Channel/components/MessageList.js +25 -24
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +16 -16
- package/cjs/Channel/components/SuggestedMentionList.js +16 -16
- package/cjs/Channel/components/TypingIndicator.js +14 -14
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +13 -13
- package/cjs/Channel.js +27 -26
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +15 -15
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +29 -29
- package/cjs/ChannelList/components/ChannelPreview.js +38 -106
- 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 +29 -29
- package/cjs/{ChannelListProvider-b705fa43.js → ChannelListProvider-f5178bdd.js} +8 -8
- package/cjs/{ChannelListProvider-b705fa43.js.map → ChannelListProvider-f5178bdd.js.map} +1 -1
- package/cjs/{ChannelProvider-0b75671e.js → ChannelProvider-5a475747.js} +9 -9
- package/cjs/{ChannelProvider-0b75671e.js.map → ChannelProvider-5a475747.js.map} +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +12 -12
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/cjs/ChannelSettings/components/EditDetailsModal.js +12 -12
- package/cjs/ChannelSettings/components/LeaveChannel.js +12 -12
- package/cjs/ChannelSettings/components/ModerationPanel.js +15 -15
- package/cjs/ChannelSettings/components/UserListItem.js +11 -11
- package/cjs/ChannelSettings/components/UserPanel.js +14 -14
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +18 -18
- package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
- package/cjs/CreateChannel/components/InviteUsers.js +14 -14
- package/cjs/CreateChannel/components/SelectChannelType.js +11 -11
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +14 -14
- package/cjs/{CreateChannelProvider-25694e0d.js → CreateChannelProvider-f6c6dde6.js} +1 -1
- package/cjs/{CreateChannelProvider-25694e0d.js.map → CreateChannelProvider-f6c6dde6.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +10 -10
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/cjs/EditUserProfile.js +13 -13
- package/cjs/{LocalizationContext-8e73c858.js → LocalizationContext-17ba15f1.js} +3 -3
- package/cjs/{LocalizationContext-8e73c858.js.map → LocalizationContext-17ba15f1.js.map} +1 -1
- package/cjs/{MediaQueryContext-28198a15.js → MediaQueryContext-4b2bafe1.js} +1 -1
- package/cjs/{MediaQueryContext-28198a15.js.map → MediaQueryContext-4b2bafe1.js.map} +1 -1
- package/cjs/{MemberList-430762bb.js → MemberList-10d510eb.js} +5 -5
- package/cjs/{MemberList-430762bb.js.map → MemberList-10d510eb.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 +13 -13
- package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
- package/cjs/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/cjs/OpenChannel/components/OpenChannelUI.js +24 -24
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +24 -24
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/cjs/OpenChannelList/context.js +4 -4
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-127e2c69.js → OpenChannelListProvider-8809f10c.js} +3 -3
- package/cjs/{OpenChannelListProvider-127e2c69.js.map → OpenChannelListProvider-8809f10c.js.map} +1 -1
- package/cjs/{OpenChannelProvider-187e5820.js → OpenChannelProvider-68dc4f32.js} +7 -7
- package/cjs/{OpenChannelProvider-187e5820.js.map → OpenChannelProvider-68dc4f32.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
- package/cjs/OpenChannelSettings/components/OperatorUI.js +17 -17
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -15
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +18 -18
- package/cjs/{RemoveMessageModal-ab3e801b.js → RemoveMessageModal-89e8d1fd.js} +3 -3
- package/cjs/{RemoveMessageModal-ab3e801b.js.map → RemoveMessageModal-89e8d1fd.js.map} +1 -1
- package/cjs/SendbirdProvider.js +10 -10
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +21 -21
- package/cjs/Thread/components/ParentMessageInfoItem.js +14 -14
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +24 -22
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +25 -23
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +16 -16
- package/cjs/Thread/components/ThreadUI.js +26 -24
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +26 -24
- package/cjs/Thread.js.map +1 -1
- package/cjs/{ThreadProvider-41164a45.js → ThreadProvider-ef8500de.js} +6 -6
- package/cjs/{ThreadProvider-41164a45.js.map → ThreadProvider-ef8500de.js.map} +1 -1
- package/cjs/{UserProfileContext-89f4ca9a.js → UserProfileContext-b0143217.js} +1 -1
- package/cjs/{UserProfileContext-89f4ca9a.js.map → UserProfileContext-b0143217.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-5a3145d1.js → _rollupPluginBabelHelpers-9d8b114a.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-9d8b114a.js.map +1 -0
- package/cjs/{actionTypes-c3d4d3c4.js → actionTypes-92ba4d2d.js} +1 -1
- package/cjs/{actionTypes-c3d4d3c4.js.map → actionTypes-92ba4d2d.js.map} +1 -1
- package/cjs/{color-c3cad9a8.js → color-a2c12745.js} +1 -1
- package/cjs/{color-c3cad9a8.js.map → color-a2c12745.js.map} +1 -1
- package/cjs/{compareIds-71cb3e6e.js → compareIds-76da099f.js} +1 -1
- package/cjs/{compareIds-71cb3e6e.js.map → compareIds-76da099f.js.map} +1 -1
- package/cjs/{const-4de21a7a.js → const-84d96133.js} +1 -1
- package/cjs/{const-4de21a7a.js.map → const-84d96133.js.map} +1 -1
- package/cjs/{const-b95571bb.js → const-ce73be77.js} +1 -1
- package/cjs/{const-b95571bb.js.map → const-ce73be77.js.map} +1 -1
- package/cjs/{context-7b59a6d6.js → context-96e16c9d.js} +2 -2
- package/cjs/{context-7b59a6d6.js.map → context-96e16c9d.js.map} +1 -1
- package/cjs/dist/index.css +141 -141
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-c7b7bc75.js → index-1a2a1d1f.js} +1 -1
- package/cjs/{index-c7b7bc75.js.map → index-1a2a1d1f.js.map} +1 -1
- package/cjs/{index-42857089.js → index-2410585c.js} +7 -7
- package/cjs/{index-42857089.js.map → index-2410585c.js.map} +1 -1
- package/cjs/{index-994763f3.js → index-2c0ef693.js} +5 -5
- package/cjs/{index-994763f3.js.map → index-2c0ef693.js.map} +1 -1
- package/cjs/{index-76988629.js → index-464d6595.js} +2 -5
- package/cjs/{index-76988629.js.map → index-464d6595.js.map} +1 -1
- package/cjs/index-4eeef2c0.js +157 -0
- package/cjs/index-4eeef2c0.js.map +1 -0
- package/cjs/index-8ad89057.js +178 -0
- package/cjs/index-8ad89057.js.map +1 -0
- package/cjs/{index-39074bef.js → index-8beae959.js} +2 -2
- package/cjs/{index-39074bef.js.map → index-8beae959.js.map} +1 -1
- package/cjs/{index-bd0af4e9.js → index-8d4f2992.js} +2 -3
- package/cjs/{index-bd0af4e9.js.map → index-8d4f2992.js.map} +1 -1
- package/cjs/{index-c1a2e0f0.js → index-a77caf90.js} +2 -2
- package/cjs/{index-c1a2e0f0.js.map → index-a77caf90.js.map} +1 -1
- package/cjs/{index-40b2748b.js → index-ec895a82.js} +1 -1
- package/cjs/{index-40b2748b.js.map → index-ec895a82.js.map} +1 -1
- package/cjs/{index-7512b663.js → index-f1b9f5fa.js} +4 -4
- package/cjs/{index-7512b663.js.map → index-f1b9f5fa.js.map} +1 -1
- package/cjs/{index-c8fe6fd5.js → index-fd82cc89.js} +2 -2
- package/cjs/{index-c8fe6fd5.js.map → index-fd82cc89.js.map} +1 -1
- package/cjs/index.js +38 -38
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-3b2e7f83.js → stringSet-848d4ace.js} +2 -1
- package/cjs/stringSet-848d4ace.js.map +1 -0
- package/cjs/{topics-3dd8a046.js → topics-df230476.js} +1 -1
- package/cjs/{topics-3dd8a046.js.map → topics-df230476.js.map} +1 -1
- package/cjs/{tslib.es6-1830b80e.js → tslib.es6-725d5038.js} +1 -1
- package/cjs/{tslib.es6-1830b80e.js.map → tslib.es6-725d5038.js.map} +1 -1
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +2 -2
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +1 -1
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +3 -3
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +1 -1
- package/cjs/ui/Input.js +2 -2
- package/cjs/ui/Label.js +2 -2
- package/cjs/ui/LinkLabel.js +2 -2
- package/cjs/ui/Loader.js +1 -1
- package/cjs/ui/MentionLabel.js +11 -11
- package/cjs/ui/MessageContent.js +21 -19
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput.js +19 -14
- package/cjs/ui/MessageInput.js.map +1 -1
- package/cjs/ui/MessageItemMenu.js +7 -7
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +24 -13
- package/cjs/ui/MessageSearchFileItem.js.map +1 -1
- package/cjs/ui/MessageSearchItem.js +24 -13
- package/cjs/ui/MessageSearchItem.js.map +1 -1
- package/cjs/ui/MessageStatus.js +16 -55
- package/cjs/ui/MessageStatus.js.map +1 -1
- package/cjs/ui/Modal.js +7 -7
- package/cjs/ui/OGMessageItemBody.js +11 -11
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +6 -6
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +16 -16
- package/cjs/ui/OpenchannelOGMessage.js +16 -16
- package/cjs/ui/OpenchannelThumbnailMessage.js +15 -15
- package/cjs/ui/OpenchannelUserMessage.js +16 -16
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/QuoteMessage.js +6 -6
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +1 -1
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +11 -11
- package/cjs/ui/ThreadReplies.js +6 -6
- package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +11 -11
- package/cjs/ui/UserProfile.js +10 -10
- package/cjs/ui/Word.js +11 -11
- package/cjs/{useLongPress-eff0b243.js → useLongPress-3d314513.js} +3 -3
- package/cjs/{useLongPress-eff0b243.js.map → useLongPress-3d314513.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-c6b57d1a.js → utils-0c605067.js} +1 -1
- package/cjs/{utils-c6b57d1a.js.map → utils-0c605067.js.map} +1 -1
- package/cjs/{utils-346853d2.js → utils-54b34144.js} +2 -2
- package/cjs/{utils-346853d2.js.map → utils-54b34144.js.map} +1 -1
- package/cjs/{utils-669a0f93.js → utils-df9e3c35.js} +1 -1
- package/cjs/{utils-669a0f93.js.map → utils-df9e3c35.js.map} +1 -1
- package/cjs/{utils-4c89877f.js → utils-feb3399e.js} +1 -1
- package/cjs/{utils-4c89877f.js.map → utils-feb3399e.js.map} +1 -1
- package/cjs/{uuid-500480f2.js → uuid-e4633253.js} +1 -1
- package/cjs/{uuid-500480f2.js.map → uuid-e4633253.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-57e4b878.js → color-391a0b09.js} +1 -1
- package/{color-57e4b878.js.map → color-391a0b09.js.map} +1 -1
- package/{compareIds-e883daf1.js → compareIds-b5226388.js} +1 -1
- package/{compareIds-e883daf1.js.map → compareIds-b5226388.js.map} +1 -1
- package/{const-ae324b4b.js → const-144fbeda.js} +1 -1
- package/{const-ae324b4b.js.map → const-144fbeda.js.map} +1 -1
- package/{const-c161b705.js → const-94898fbb.js} +1 -1
- package/{const-c161b705.js.map → const-94898fbb.js.map} +1 -1
- package/{context-c3aeffff.js → context-41df87d8.js} +2 -2
- package/{context-c3aeffff.js.map → context-41df87d8.js.map} +1 -1
- package/dist/index.css +141 -141
- package/dist/index.css.map +1 -1
- package/{index-192ae483.js → index-0f714477.js} +1 -1
- package/{index-192ae483.js.map → index-0f714477.js.map} +1 -1
- package/{index-40a69f5f.js → index-28789af8.js} +3 -3
- package/{index-40a69f5f.js.map → index-28789af8.js.map} +1 -1
- package/{index-a623d99a.js → index-42ff00d0.js} +1 -1
- package/{index-a623d99a.js.map → index-42ff00d0.js.map} +1 -1
- package/{index-030bd260.js → index-5e9be824.js} +4 -4
- package/{index-030bd260.js.map → index-5e9be824.js.map} +1 -1
- package/{index-c87f7f73.js → index-80430ff9.js} +2 -2
- package/{index-c87f7f73.js.map → index-80430ff9.js.map} +1 -1
- package/{index-e4add1e4.js → index-a8c4c1b2.js} +3 -3
- package/{index-e4add1e4.js.map → index-a8c4c1b2.js.map} +1 -1
- package/index-b5cbfe3a.js +174 -0
- package/index-b5cbfe3a.js.map +1 -0
- package/index-ba80e5d1.js +145 -0
- package/index-ba80e5d1.js.map +1 -0
- package/{index-004317e6.js → index-c10a2c7f.js} +5 -5
- package/{index-004317e6.js.map → index-c10a2c7f.js.map} +1 -1
- package/{index-d27b45b3.js → index-cec58cdb.js} +2 -2
- package/{index-d27b45b3.js.map → index-cec58cdb.js.map} +1 -1
- package/{index-3105c09f.js → index-e5d81397.js} +7 -7
- package/{index-3105c09f.js.map → index-e5d81397.js.map} +1 -1
- package/{index-9f471c3f.js → index-e70498ba.js} +2 -2
- package/{index-9f471c3f.js.map → index-e70498ba.js.map} +1 -1
- package/index.d.ts +2 -1
- package/index.js +38 -38
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-8218c0cc.js → stringSet-c5fd1352.js} +2 -1
- package/stringSet-c5fd1352.js.map +1 -0
- package/{topics-79ac549c.js → topics-f54a338a.js} +1 -1
- package/{topics-79ac549c.js.map → topics-f54a338a.js.map} +1 -1
- package/{tslib.es6-a9347cf5.js → tslib.es6-f50787d7.js} +1 -1
- package/{tslib.es6-a9347cf5.js.map → tslib.es6-f50787d7.js.map} +1 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +2 -2
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +1 -1
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +3 -3
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +7 -7
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/Loader.js +1 -1
- package/ui/MentionLabel.js +11 -11
- package/ui/MessageContent.js +20 -18
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput.js +19 -14
- package/ui/MessageInput.js.map +1 -1
- package/ui/MessageItemMenu.js +7 -7
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +24 -13
- package/ui/MessageSearchFileItem.js.map +1 -1
- package/ui/MessageSearchItem.js +24 -13
- package/ui/MessageSearchItem.js.map +1 -1
- package/ui/MessageStatus.js +14 -53
- package/ui/MessageStatus.js.map +1 -1
- package/ui/Modal.js +7 -7
- package/ui/OGMessageItemBody.js +11 -11
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +6 -6
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +16 -16
- package/ui/OpenchannelOGMessage.js +16 -16
- package/ui/OpenchannelThumbnailMessage.js +15 -15
- package/ui/OpenchannelUserMessage.js +16 -16
- package/ui/PlaceHolder.js +6 -6
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +1 -1
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +11 -11
- package/ui/ThreadReplies.js +6 -6
- package/ui/ThumbnailMessageItemBody.js +2 -2
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +11 -11
- package/ui/UserProfile.js +10 -10
- package/ui/Word.js +11 -11
- package/{useLongPress-383a5348.js → useLongPress-98699cc5.js} +3 -3
- package/{useLongPress-383a5348.js.map → useLongPress-98699cc5.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/{utils-628f2c1b.js → utils-4b7f7007.js} +1 -1
- package/{utils-628f2c1b.js.map → utils-4b7f7007.js.map} +1 -1
- package/{utils-69bbeb3a.js → utils-60a776bd.js} +1 -1
- package/{utils-69bbeb3a.js.map → utils-60a776bd.js.map} +1 -1
- package/{utils-f1589e71.js → utils-9befebdf.js} +2 -2
- package/{utils-f1589e71.js.map → utils-9befebdf.js.map} +1 -1
- package/{utils-bced60ca.js → utils-c6ff3453.js} +1 -1
- package/{utils-bced60ca.js.map → utils-c6ff3453.js.map} +1 -1
- package/{uuid-47b7ac05.js → uuid-09a35405.js} +1 -1
- package/{uuid-47b7ac05.js.map → uuid-09a35405.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-34d80a3b.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-5a3145d1.js.map +0 -1
- package/cjs/index-dc77e3c7.js +0 -265
- package/cjs/index-dc77e3c7.js.map +0 -1
- package/cjs/stringSet-3b2e7f83.js.map +0 -1
- package/index-5e60a636.js +0 -261
- package/index-5e60a636.js.map +0 -1
- package/stringSet-8218c0cc.js.map +0 -1
package/App.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import Sendbird from './SendbirdProvider.js';
|
|
4
|
-
import { u as useMediaQueryContext } from './MediaQueryContext-
|
|
4
|
+
import { u as useMediaQueryContext } from './MediaQueryContext-eeba1d65.js';
|
|
5
5
|
import ChannelList from './ChannelList.js';
|
|
6
6
|
import Channel from './Channel.js';
|
|
7
7
|
import ChannelSettings from './ChannelSettings.js';
|
|
@@ -9,26 +9,26 @@ import MessageSearchPannel from './MessageSearch.js';
|
|
|
9
9
|
import Thread from './Thread.js';
|
|
10
10
|
import { GroupChannelHandler } from '@sendbird/chat/groupChannel';
|
|
11
11
|
import useSendbirdStateContext from './useSendbirdStateContext.js';
|
|
12
|
-
import { u as uuidv4 } from './uuid-
|
|
13
|
-
import './_rollupPluginBabelHelpers-
|
|
12
|
+
import { u as uuidv4 } from './uuid-09a35405.js';
|
|
13
|
+
import './_rollupPluginBabelHelpers-d5956adc.js';
|
|
14
14
|
import './withSendbird.js';
|
|
15
15
|
import '@sendbird/chat';
|
|
16
16
|
import '@sendbird/chat/openChannel';
|
|
17
|
-
import './actionTypes-
|
|
18
|
-
import './index-
|
|
19
|
-
import './tslib.es6-
|
|
17
|
+
import './actionTypes-0fcadd29.js';
|
|
18
|
+
import './index-e70498ba.js';
|
|
19
|
+
import './tslib.es6-f50787d7.js';
|
|
20
20
|
import './utils/message/getOutgoingMessageState.js';
|
|
21
21
|
import 'css-vars-ponyfill';
|
|
22
|
-
import './LocalizationContext-
|
|
23
|
-
import './stringSet-
|
|
24
|
-
import './index-
|
|
25
|
-
import './ChannelListProvider-
|
|
26
|
-
import './topics-
|
|
27
|
-
import './utils-
|
|
28
|
-
import './UserProfileContext-
|
|
22
|
+
import './LocalizationContext-9e280cc1.js';
|
|
23
|
+
import './stringSet-c5fd1352.js';
|
|
24
|
+
import './index-0f714477.js';
|
|
25
|
+
import './ChannelListProvider-5496c290.js';
|
|
26
|
+
import './topics-f54a338a.js';
|
|
27
|
+
import './utils-4b7f7007.js';
|
|
28
|
+
import './UserProfileContext-48b501e8.js';
|
|
29
29
|
import './ChannelList/components/ChannelListUI.js';
|
|
30
30
|
import './ChannelList/components/ChannelListHeader.js';
|
|
31
|
-
import './index-
|
|
31
|
+
import './index-80430ff9.js';
|
|
32
32
|
import './ui/Avatar.js';
|
|
33
33
|
import './ui/ImageRenderer.js';
|
|
34
34
|
import './ui/Icon.js';
|
|
@@ -36,12 +36,12 @@ import './ChannelList/components/AddChannel.js';
|
|
|
36
36
|
import './ui/IconButton.js';
|
|
37
37
|
import './CreateChannel.js';
|
|
38
38
|
import './CreateChannel/components/CreateChannelUI.js';
|
|
39
|
-
import './CreateChannelProvider-
|
|
39
|
+
import './CreateChannelProvider-290ad128.js';
|
|
40
40
|
import './sendbirdSelectors.js';
|
|
41
41
|
import './CreateChannel/components/InviteUsers.js';
|
|
42
42
|
import './ui/Modal.js';
|
|
43
43
|
import 'react-dom';
|
|
44
|
-
import './index-
|
|
44
|
+
import './index-42ff00d0.js';
|
|
45
45
|
import './ui/Button.js';
|
|
46
46
|
import './ui/UserListItem.js';
|
|
47
47
|
import './ui/MutedAvatarOverlay.js';
|
|
@@ -52,37 +52,37 @@ import './ui/SortByRow.js';
|
|
|
52
52
|
import './CreateChannel/components/SelectChannelType.js';
|
|
53
53
|
import './ChannelList/components/ChannelPreview.js';
|
|
54
54
|
import './ui/ChannelAvatar.js';
|
|
55
|
-
import './utils-
|
|
55
|
+
import './utils-60a776bd.js';
|
|
56
56
|
import './ui/Badge.js';
|
|
57
|
-
import './index-
|
|
58
|
-
import './index-
|
|
59
|
-
import './
|
|
57
|
+
import './index-ba80e5d1.js';
|
|
58
|
+
import './index-a8c4c1b2.js';
|
|
59
|
+
import './ui/Loader.js';
|
|
60
|
+
import './index-b5cbfe3a.js';
|
|
61
|
+
import './index-28789af8.js';
|
|
60
62
|
import './ui/MentionUserLabel.js';
|
|
61
63
|
import './ui/TextButton.js';
|
|
62
|
-
import './color-
|
|
64
|
+
import './color-391a0b09.js';
|
|
63
65
|
import './Channel/components/TypingIndicator.js';
|
|
64
|
-
import './ChannelProvider-
|
|
65
|
-
import './compareIds-
|
|
66
|
-
import './const-
|
|
66
|
+
import './ChannelProvider-4670df48.js';
|
|
67
|
+
import './compareIds-b5226388.js';
|
|
68
|
+
import './const-94898fbb.js';
|
|
67
69
|
import '@sendbird/chat/message';
|
|
68
70
|
import './ui/ReactionButton.js';
|
|
69
|
-
import './
|
|
70
|
-
import './ui/Loader.js';
|
|
71
|
-
import './useLongPress-383a5348.js';
|
|
71
|
+
import './useLongPress-98699cc5.js';
|
|
72
72
|
import './ChannelList/components/ChannelPreviewAction.js';
|
|
73
73
|
import './EditUserProfile.js';
|
|
74
|
-
import './index-
|
|
74
|
+
import './index-c10a2c7f.js';
|
|
75
75
|
import './ui/Input.js';
|
|
76
|
-
import './index-
|
|
76
|
+
import './index-5e9be824.js';
|
|
77
77
|
import './Channel/components/ChannelUI.js';
|
|
78
78
|
import './ui/ConnectionStatus.js';
|
|
79
79
|
import './Channel/components/ChannelHeader.js';
|
|
80
|
-
import './utils-
|
|
80
|
+
import './utils-9befebdf.js';
|
|
81
81
|
import './Channel/components/MessageList.js';
|
|
82
82
|
import './Channel/components/Message.js';
|
|
83
83
|
import './Channel/components/SuggestedMentionList.js';
|
|
84
|
-
import './const-
|
|
85
|
-
import './ThreadProvider-
|
|
84
|
+
import './const-144fbeda.js';
|
|
85
|
+
import './ThreadProvider-8b225d0c.js';
|
|
86
86
|
import './Thread/context/types.js';
|
|
87
87
|
import './ui/DateSeparator.js';
|
|
88
88
|
import './ui/MessageInput.js';
|
|
@@ -119,9 +119,9 @@ import './ChannelSettings/components/EditDetailsModal.js';
|
|
|
119
119
|
import './ChannelSettings/components/ModerationPanel.js';
|
|
120
120
|
import './ui/Accordion.js';
|
|
121
121
|
import './ui/AccordionGroup.js';
|
|
122
|
-
import './context-
|
|
122
|
+
import './context-41df87d8.js';
|
|
123
123
|
import './ChannelSettings/components/UserListItem.js';
|
|
124
|
-
import './MemberList-
|
|
124
|
+
import './MemberList-b3945aa7.js';
|
|
125
125
|
import './ChannelSettings/components/LeaveChannel.js';
|
|
126
126
|
import './ChannelSettings/components/UserPanel.js';
|
|
127
127
|
import './MessageSearch/components/MessageSearchUI.js';
|
|
@@ -130,7 +130,7 @@ import './ui/MessageSearchItem.js';
|
|
|
130
130
|
import './ui/MessageSearchFileItem.js';
|
|
131
131
|
import './Thread/components/ThreadUI.js';
|
|
132
132
|
import './Thread/components/ParentMessageInfo.js';
|
|
133
|
-
import './RemoveMessageModal-
|
|
133
|
+
import './RemoveMessageModal-f3f07c46.js';
|
|
134
134
|
import './Thread/components/ParentMessageInfoItem.js';
|
|
135
135
|
import './ui/FileViewer.js';
|
|
136
136
|
import './Thread/components/ThreadHeader.js';
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { g as getChannelTitle } from '../../utils-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { g as getChannelTitle } from '../../utils-9befebdf.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-80430ff9.js';
|
|
4
4
|
import Icon, { IconColors, IconTypes } from '../../ui/Icon.js';
|
|
5
5
|
import IconButton from '../../ui/IconButton.js';
|
|
6
6
|
import ChannelAvatar from '../../ui/ChannelAvatar.js';
|
|
7
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
7
|
+
import { a as LocalizationContext } from '../../LocalizationContext-9e280cc1.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { u as useChannelContext } from '../../ChannelProvider-
|
|
10
|
-
import { u as useMediaQueryContext } from '../../MediaQueryContext-
|
|
11
|
-
import { n as noop } from '../../utils-
|
|
9
|
+
import { u as useChannelContext } from '../../ChannelProvider-4670df48.js';
|
|
10
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-eeba1d65.js';
|
|
11
|
+
import { n as noop } from '../../utils-4b7f7007.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../tslib.es6-
|
|
13
|
+
import '../../stringSet-c5fd1352.js';
|
|
14
|
+
import '../../tslib.es6-f50787d7.js';
|
|
15
15
|
import '../../ui/Avatar.js';
|
|
16
16
|
import '../../ui/ImageRenderer.js';
|
|
17
|
-
import '../../uuid-
|
|
18
|
-
import '../../utils-
|
|
19
|
-
import '../../index-
|
|
17
|
+
import '../../uuid-09a35405.js';
|
|
18
|
+
import '../../utils-60a776bd.js';
|
|
19
|
+
import '../../index-0f714477.js';
|
|
20
20
|
import '../../withSendbird.js';
|
|
21
|
-
import '../../_rollupPluginBabelHelpers-
|
|
22
|
-
import '../../UserProfileContext-
|
|
23
|
-
import '../../index-
|
|
24
|
-
import '../../topics-
|
|
25
|
-
import '../../index-
|
|
21
|
+
import '../../_rollupPluginBabelHelpers-d5956adc.js';
|
|
22
|
+
import '../../UserProfileContext-48b501e8.js';
|
|
23
|
+
import '../../index-a8c4c1b2.js';
|
|
24
|
+
import '../../topics-f54a338a.js';
|
|
25
|
+
import '../../index-e70498ba.js';
|
|
26
26
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
27
|
-
import '../../compareIds-
|
|
28
|
-
import '../../const-
|
|
27
|
+
import '../../compareIds-b5226388.js';
|
|
28
|
+
import '../../const-94898fbb.js';
|
|
29
29
|
import '@sendbird/chat/groupChannel';
|
|
30
30
|
import '@sendbird/chat/message';
|
|
31
31
|
import '../../ui/ContextMenu.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 useChannelContext, M as MARK_AS_READ } from '../../ChannelProvider-
|
|
4
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
3
|
+
import { u as useChannelContext, M as MARK_AS_READ } from '../../ChannelProvider-4670df48.js';
|
|
4
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-5e9be824.js';
|
|
5
5
|
import ConnectionStatus from '../../ui/ConnectionStatus.js';
|
|
6
6
|
import ChannelHeader from './ChannelHeader.js';
|
|
7
7
|
import MessageList from './MessageList.js';
|
|
@@ -10,46 +10,46 @@ 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-d5956adc.js';
|
|
14
|
+
import '../../UserProfileContext-48b501e8.js';
|
|
15
15
|
import 'prop-types';
|
|
16
|
-
import '../../index-
|
|
17
|
-
import '../../index-
|
|
18
|
-
import '../../topics-
|
|
19
|
-
import '../../index-
|
|
20
|
-
import '../../tslib.es6-
|
|
16
|
+
import '../../index-a8c4c1b2.js';
|
|
17
|
+
import '../../index-0f714477.js';
|
|
18
|
+
import '../../topics-f54a338a.js';
|
|
19
|
+
import '../../index-e70498ba.js';
|
|
20
|
+
import '../../tslib.es6-f50787d7.js';
|
|
21
21
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
22
|
-
import '../../compareIds-
|
|
23
|
-
import '../../const-
|
|
22
|
+
import '../../compareIds-b5226388.js';
|
|
23
|
+
import '../../const-94898fbb.js';
|
|
24
24
|
import '@sendbird/chat/groupChannel';
|
|
25
|
-
import '../../uuid-
|
|
25
|
+
import '../../uuid-09a35405.js';
|
|
26
26
|
import '@sendbird/chat/message';
|
|
27
27
|
import '../../ui/ContextMenu.js';
|
|
28
28
|
import 'react-dom';
|
|
29
29
|
import '../../ui/SortByRow.js';
|
|
30
|
-
import '../../index-
|
|
31
|
-
import '../../stringSet-
|
|
30
|
+
import '../../index-80430ff9.js';
|
|
31
|
+
import '../../stringSet-c5fd1352.js';
|
|
32
32
|
import '../../ui/ReactionButton.js';
|
|
33
33
|
import '../../ui/ImageRenderer.js';
|
|
34
34
|
import '../../ui/Icon.js';
|
|
35
|
-
import '../../LocalizationContext-
|
|
35
|
+
import '../../LocalizationContext-9e280cc1.js';
|
|
36
36
|
import '../../ui/Loader.js';
|
|
37
|
-
import '../../utils-
|
|
37
|
+
import '../../utils-9befebdf.js';
|
|
38
38
|
import '../../ui/IconButton.js';
|
|
39
39
|
import '../../ui/ChannelAvatar.js';
|
|
40
40
|
import '../../ui/Avatar.js';
|
|
41
|
-
import '../../utils-
|
|
42
|
-
import '../../MediaQueryContext-
|
|
43
|
-
import '../../utils-
|
|
44
|
-
import '../../index-
|
|
41
|
+
import '../../utils-60a776bd.js';
|
|
42
|
+
import '../../MediaQueryContext-eeba1d65.js';
|
|
43
|
+
import '../../utils-4b7f7007.js';
|
|
44
|
+
import '../../index-28789af8.js';
|
|
45
45
|
import './Message.js';
|
|
46
46
|
import './SuggestedMentionList.js';
|
|
47
|
-
import '../../const-
|
|
48
|
-
import '../../ThreadProvider-
|
|
47
|
+
import '../../const-144fbeda.js';
|
|
48
|
+
import '../../ThreadProvider-8b225d0c.js';
|
|
49
49
|
import '../../Thread/context/types.js';
|
|
50
50
|
import '@sendbird/chat';
|
|
51
51
|
import '../../ui/DateSeparator.js';
|
|
52
|
-
import '../../color-
|
|
52
|
+
import '../../color-391a0b09.js';
|
|
53
53
|
import '../../ui/MessageInput.js';
|
|
54
54
|
import 'react-dom/server';
|
|
55
55
|
import '../../ui/Button.js';
|
|
@@ -57,7 +57,8 @@ import '../../ui/MentionUserLabel.js';
|
|
|
57
57
|
import '../../ui/MessageContent.js';
|
|
58
58
|
import '../../ui/UserProfile.js';
|
|
59
59
|
import '../../sendbirdSelectors.js';
|
|
60
|
-
import '../../
|
|
60
|
+
import '../../index-ba80e5d1.js';
|
|
61
|
+
import '../../index-b5cbfe3a.js';
|
|
61
62
|
import '../../ui/MessageItemMenu.js';
|
|
62
63
|
import '../../ui/MessageItemReactionMenu.js';
|
|
63
64
|
import '../../ui/EmojiReactions.js';
|
|
@@ -75,9 +76,9 @@ import '../../ui/ThumbnailMessageItemBody.js';
|
|
|
75
76
|
import '../../ui/OGMessageItemBody.js';
|
|
76
77
|
import '../../ui/UnknownMessageItemBody.js';
|
|
77
78
|
import '../../ui/QuoteMessage.js';
|
|
78
|
-
import '../../useLongPress-
|
|
79
|
+
import '../../useLongPress-98699cc5.js';
|
|
79
80
|
import '../../ui/BottomSheet.js';
|
|
80
|
-
import '../../index-
|
|
81
|
+
import '../../index-42ff00d0.js';
|
|
81
82
|
import '../../ui/ThreadReplies.js';
|
|
82
83
|
import './FileViewer.js';
|
|
83
84
|
import './RemoveMessageModal.js';
|
|
@@ -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 { useChannelContext } 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 { RenderCustomSeparatorProps, RenderMessageProps } from '../../../../types';\nimport * as messageActionTypes from '../../context/dux/actionTypes';\n\nexport interface ChannelUIProps {\n isLoading?: boolean;\n renderPlaceholderLoader?: () => React.ReactElement;\n renderPlaceholderInvalid?: () => React.ReactElement;\n renderPlaceholderEmpty?: () => React.ReactElement;\n renderChannelHeader?: () => React.ReactElement;\n renderMessage?: (props: RenderMessageProps) => React.ReactElement;\n renderMessageInput?: () => React.ReactElement;\n renderTypingIndicator?: () => React.ReactElement;\n renderCustomSeparator?: (props: RenderCustomSeparatorProps) => React.ReactElement;\n}\n\nconst ChannelUI: React.FC<ChannelUIProps> = ({\n isLoading,\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 disableMarkAsRead,\n } = useChannelContext();\n const [unreadCount, setUnreadCount] = useState(0);\n useEffect(() => {\n // simple debounce to avoid flicker of UnreadCount badge\n const handler = setTimeout(() => {\n setUnreadCount(currentGroupChannel?.unreadMessageCount);\n }, 1000);\n return () => {\n clearTimeout(handler);\n }\n }, [currentGroupChannel?.unreadMessageCount]);\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 (isLoading) {\n return (<div className=\"sendbird-conversation\">\n {\n renderPlaceholderLoader?.() || (\n <PlaceHolder type={PlaceHolderTypes.LOADING} />\n )\n }\n </div>);\n }\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 if (!disableMarkAsRead) {\n try {\n currentGroupChannel?.markAsRead();\n } catch {\n //\n }\n messagesDispatcher({\n type: messageActionTypes.MARK_AS_READ,\n payload: { channel: currentGroupChannel },\n });\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","isLoading","renderPlaceholderLoader","renderPlaceholderInvalid","renderPlaceholderEmpty","renderChannelHeader","renderMessage","renderMessageInput","renderTypingIndicator","renderCustomSeparator","_f","useChannelContext","currentGroupChannel","channelUrl","isInvalid","unreadSince","loading","setInitialTimeStamp","setAnimatedMessageId","setHighLightedMessageId","scrollRef","messagesDispatcher","disableMarkAsRead","_g","useState","unreadCount","setUnreadCount","useEffect","handler","setTimeout","unreadMessageCount","clearTimeout","globalStore","useSendbirdStateContext","sdkError","_c","_b","stores","sdkStore","error","logger","_d","config","isOnline","_e","React","PlaceHolderTypes","LOADING","NO_CHANNELS","WRONG","info","isFrozen","current","scrollTop","scrollHeight","offsetHeight","markAsRead","type","messageActionTypes","payload","channel"],"mappings":"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"}
|
|
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 { useChannelContext } 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 { RenderCustomSeparatorProps, RenderMessageProps } from '../../../../types';\nimport * as messageActionTypes from '../../context/dux/actionTypes';\n\nexport interface ChannelUIProps {\n isLoading?: boolean;\n renderPlaceholderLoader?: () => React.ReactElement;\n renderPlaceholderInvalid?: () => React.ReactElement;\n renderPlaceholderEmpty?: () => React.ReactElement;\n renderChannelHeader?: () => React.ReactElement;\n renderMessage?: (props: RenderMessageProps) => React.ReactElement;\n renderMessageInput?: () => React.ReactElement;\n renderTypingIndicator?: () => React.ReactElement;\n renderCustomSeparator?: (props: RenderCustomSeparatorProps) => React.ReactElement;\n}\n\nconst ChannelUI: React.FC<ChannelUIProps> = ({\n isLoading,\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 disableMarkAsRead,\n } = useChannelContext();\n const [unreadCount, setUnreadCount] = useState(0);\n useEffect(() => {\n // simple debounce to avoid flicker of UnreadCount badge\n const handler = setTimeout(() => {\n setUnreadCount(currentGroupChannel?.unreadMessageCount);\n }, 1000);\n return () => {\n clearTimeout(handler);\n }\n }, [currentGroupChannel?.unreadMessageCount]);\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 (isLoading) {\n return (<div className=\"sendbird-conversation\">\n {\n renderPlaceholderLoader?.() || (\n <PlaceHolder type={PlaceHolderTypes.LOADING} />\n )\n }\n </div>);\n }\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 if (!disableMarkAsRead) {\n try {\n currentGroupChannel?.markAsRead();\n } catch {\n //\n }\n messagesDispatcher({\n type: messageActionTypes.MARK_AS_READ,\n payload: { channel: currentGroupChannel },\n });\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","isLoading","renderPlaceholderLoader","renderPlaceholderInvalid","renderPlaceholderEmpty","renderChannelHeader","renderMessage","renderMessageInput","renderTypingIndicator","renderCustomSeparator","_f","useChannelContext","currentGroupChannel","channelUrl","isInvalid","unreadSince","loading","setInitialTimeStamp","setAnimatedMessageId","setHighLightedMessageId","scrollRef","messagesDispatcher","disableMarkAsRead","_g","useState","unreadCount","setUnreadCount","useEffect","handler","setTimeout","unreadMessageCount","clearTimeout","globalStore","useSendbirdStateContext","sdkError","_c","_b","stores","sdkStore","error","logger","_d","config","isOnline","_e","React","PlaceHolderTypes","LOADING","NO_CHANNELS","WRONG","info","isFrozen","current","scrollTop","scrollHeight","offsetHeight","markAsRead","type","messageActionTypes","payload","channel"],"mappings":"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"}
|
|
@@ -1,26 +1,26 @@
|
|
|
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-80430ff9.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
|
-
import { M as MODAL_ROOT } from '../../index-
|
|
7
|
-
import { D as isSupportedFileView, E as isVideo, F as isImage } from '../../index-
|
|
6
|
+
import { M as MODAL_ROOT } from '../../index-42ff00d0.js';
|
|
7
|
+
import { D as isSupportedFileView, E as isVideo, F as isImage } from '../../index-e70498ba.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { u as useChannelContext } from '../../ChannelProvider-
|
|
10
|
-
import '../../tslib.es6-
|
|
9
|
+
import { u as useChannelContext } from '../../ChannelProvider-4670df48.js';
|
|
10
|
+
import '../../tslib.es6-f50787d7.js';
|
|
11
11
|
import '../../ui/ImageRenderer.js';
|
|
12
|
-
import '../../uuid-
|
|
12
|
+
import '../../uuid-09a35405.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../../stringSet-
|
|
14
|
+
import '../../stringSet-c5fd1352.js';
|
|
15
15
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
16
16
|
import '../../withSendbird.js';
|
|
17
|
-
import '../../_rollupPluginBabelHelpers-
|
|
18
|
-
import '../../UserProfileContext-
|
|
19
|
-
import '../../index-
|
|
20
|
-
import '../../index-
|
|
21
|
-
import '../../topics-
|
|
22
|
-
import '../../compareIds-
|
|
23
|
-
import '../../const-
|
|
17
|
+
import '../../_rollupPluginBabelHelpers-d5956adc.js';
|
|
18
|
+
import '../../UserProfileContext-48b501e8.js';
|
|
19
|
+
import '../../index-a8c4c1b2.js';
|
|
20
|
+
import '../../index-0f714477.js';
|
|
21
|
+
import '../../topics-f54a338a.js';
|
|
22
|
+
import '../../compareIds-b5226388.js';
|
|
23
|
+
import '../../const-94898fbb.js';
|
|
24
24
|
import '@sendbird/chat/groupChannel';
|
|
25
25
|
import '@sendbird/chat/message';
|
|
26
26
|
import '../../ui/ContextMenu.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
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-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-9e280cc1.js';
|
|
3
|
+
import { L as Label, a as LabelTypography } from '../../index-80430ff9.js';
|
|
4
|
+
import '../../stringSet-c5fd1352.js';
|
|
5
|
+
import '../../index-0f714477.js';
|
|
6
6
|
import 'prop-types';
|
|
7
7
|
|
|
8
8
|
var FrozenNotification = function () {
|
|
@@ -1,51 +1,53 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../../tslib.es6-f50787d7.js';
|
|
2
2
|
import React__default, { useState, useRef, useEffect, useLayoutEffect, useMemo } from 'react';
|
|
3
|
-
import { f as format } from '../../index-
|
|
3
|
+
import { f as format } from '../../index-a8c4c1b2.js';
|
|
4
4
|
import SuggestedMentionList from './SuggestedMentionList.js';
|
|
5
5
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
6
|
-
import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted } from '../../ChannelProvider-
|
|
7
|
-
import { h as getClassName } from '../../index-
|
|
8
|
-
import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-
|
|
6
|
+
import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted } from '../../ChannelProvider-4670df48.js';
|
|
7
|
+
import { h as getClassName } from '../../index-e70498ba.js';
|
|
8
|
+
import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-94898fbb.js';
|
|
9
9
|
import DateSeparator from '../../ui/DateSeparator.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-80430ff9.js';
|
|
11
11
|
import MessageInput from '../../ui/MessageInput.js';
|
|
12
12
|
import MessageContent from '../../ui/MessageContent.js';
|
|
13
13
|
import FileViewer from './FileViewer.js';
|
|
14
14
|
import RemoveMessage from './RemoveMessageModal.js';
|
|
15
|
-
import { M as MessageInputKeys } from '../../const-
|
|
16
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
17
|
-
import '../../index-
|
|
15
|
+
import { M as MessageInputKeys } from '../../const-144fbeda.js';
|
|
16
|
+
import { u as useLocalization } from '../../LocalizationContext-9e280cc1.js';
|
|
17
|
+
import '../../index-0f714477.js';
|
|
18
18
|
import '../../ui/Icon.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '../../ui/Avatar.js';
|
|
21
21
|
import '../../ui/ImageRenderer.js';
|
|
22
|
-
import '../../uuid-
|
|
23
|
-
import '../../ThreadProvider-
|
|
22
|
+
import '../../uuid-09a35405.js';
|
|
23
|
+
import '../../ThreadProvider-8b225d0c.js';
|
|
24
24
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
25
|
-
import '../../UserProfileContext-
|
|
25
|
+
import '../../UserProfileContext-48b501e8.js';
|
|
26
26
|
import '../../Thread/context/types.js';
|
|
27
27
|
import '@sendbird/chat';
|
|
28
|
-
import '../../topics-
|
|
28
|
+
import '../../topics-f54a338a.js';
|
|
29
29
|
import '@sendbird/chat/groupChannel';
|
|
30
30
|
import '@sendbird/chat/message';
|
|
31
31
|
import '../../withSendbird.js';
|
|
32
|
-
import '../../_rollupPluginBabelHelpers-
|
|
33
|
-
import '../../compareIds-
|
|
32
|
+
import '../../_rollupPluginBabelHelpers-d5956adc.js';
|
|
33
|
+
import '../../compareIds-b5226388.js';
|
|
34
34
|
import '../../ui/ContextMenu.js';
|
|
35
35
|
import 'react-dom';
|
|
36
36
|
import '../../ui/SortByRow.js';
|
|
37
|
-
import '../../stringSet-
|
|
37
|
+
import '../../stringSet-c5fd1352.js';
|
|
38
38
|
import '../../ui/ReactionButton.js';
|
|
39
|
-
import '../../color-
|
|
39
|
+
import '../../color-391a0b09.js';
|
|
40
40
|
import 'react-dom/server';
|
|
41
41
|
import '../../ui/IconButton.js';
|
|
42
42
|
import '../../ui/Button.js';
|
|
43
43
|
import '../../ui/MentionUserLabel.js';
|
|
44
44
|
import '../../ui/UserProfile.js';
|
|
45
45
|
import '../../sendbirdSelectors.js';
|
|
46
|
-
import '../../utils-
|
|
47
|
-
import '../../
|
|
46
|
+
import '../../utils-4b7f7007.js';
|
|
47
|
+
import '../../index-ba80e5d1.js';
|
|
48
48
|
import '../../ui/Loader.js';
|
|
49
|
+
import '../../index-b5cbfe3a.js';
|
|
50
|
+
import '../../index-28789af8.js';
|
|
49
51
|
import '../../ui/MessageItemMenu.js';
|
|
50
52
|
import '../../ui/MessageItemReactionMenu.js';
|
|
51
53
|
import '../../ui/EmojiReactions.js';
|
|
@@ -59,14 +61,14 @@ import '../../ui/LinkLabel.js';
|
|
|
59
61
|
import '../../ui/MentionLabel.js';
|
|
60
62
|
import '../../ui/FileMessageItemBody.js';
|
|
61
63
|
import '../../ui/TextButton.js';
|
|
62
|
-
import '../../MediaQueryContext-
|
|
64
|
+
import '../../MediaQueryContext-eeba1d65.js';
|
|
63
65
|
import '../../ui/ThumbnailMessageItemBody.js';
|
|
64
66
|
import '../../ui/OGMessageItemBody.js';
|
|
65
67
|
import '../../ui/UnknownMessageItemBody.js';
|
|
66
68
|
import '../../ui/QuoteMessage.js';
|
|
67
|
-
import '../../useLongPress-
|
|
69
|
+
import '../../useLongPress-98699cc5.js';
|
|
68
70
|
import '../../ui/BottomSheet.js';
|
|
69
|
-
import '../../index-
|
|
71
|
+
import '../../index-42ff00d0.js';
|
|
70
72
|
import '../../ui/ThreadReplies.js';
|
|
71
73
|
import '../../ui/Modal.js';
|
|
72
74
|
|