@sendbird/uikit-react 3.3.2-rc.1 → 3.3.2-rc.2
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 +33 -33
- package/Channel/components/ChannelHeader.js +18 -18
- package/Channel/components/ChannelUI.js +25 -25
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +21 -21
- package/Channel/components/MessageInput.js +16 -16
- package/Channel/components/MessageList.js +23 -23
- 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 +25 -25
- package/ChannelList/components/AddChannel.js +15 -15
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +27 -27
- package/ChannelList/components/ChannelPreview.js +23 -23
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +27 -27
- package/{ChannelListProvider-f1d943e9.js → ChannelListProvider-bb8acb51.js} +8 -8
- package/{ChannelListProvider-f1d943e9.js.map → ChannelListProvider-bb8acb51.js.map} +1 -1
- package/{ChannelProvider-89b938b2.js → ChannelProvider-f6621afb.js} +9 -9
- package/{ChannelProvider-89b938b2.js.map → ChannelProvider-f6621afb.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-f1c16aa4.js → CreateChannelProvider-4034fe39.js} +1 -1
- package/{CreateChannelProvider-f1c16aa4.js.map → CreateChannelProvider-4034fe39.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-4555a0ab.js → LocalizationContext-215441e9.js} +3 -3
- package/{LocalizationContext-4555a0ab.js.map → LocalizationContext-215441e9.js.map} +1 -1
- package/{MediaQueryContext-f5fe19a5.js → MediaQueryContext-5cfffd1a.js} +1 -1
- package/{MediaQueryContext-f5fe19a5.js.map → MediaQueryContext-5cfffd1a.js.map} +1 -1
- package/{MemberList-a7266c52.js → MemberList-0d4dfa1c.js} +5 -5
- package/{MemberList-a7266c52.js.map → MemberList-0d4dfa1c.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +8 -8
- package/MessageSearch/context.js.map +1 -1
- 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-657a9ce6.js → OpenChannelListProvider-e320b4f5.js} +3 -3
- package/{OpenChannelListProvider-657a9ce6.js.map → OpenChannelListProvider-e320b4f5.js.map} +1 -1
- package/{OpenChannelProvider-f3a0d332.js → OpenChannelProvider-3f0342ff.js} +7 -7
- package/{OpenChannelProvider-f3a0d332.js.map → OpenChannelProvider-3f0342ff.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-0e48324d.js → RemoveMessageModal-7a5e3e82.js} +3 -3
- package/{RemoveMessageModal-0e48324d.js.map → RemoveMessageModal-7a5e3e82.js.map} +1 -1
- package/SendbirdProvider.js +9 -9
- 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 +21 -21
- package/Thread/components/ThreadListItem.js +21 -21
- package/Thread/components/ThreadMessageInput.js +16 -16
- package/Thread/components/ThreadUI.js +23 -23
- package/Thread/context.js +8 -8
- package/Thread.js +23 -23
- package/{ThreadProvider-c0f5f178.js → ThreadProvider-24ceef80.js} +6 -6
- package/{ThreadProvider-c0f5f178.js.map → ThreadProvider-24ceef80.js.map} +1 -1
- package/{UserProfileContext-2b5fa41d.js → UserProfileContext-ad54f528.js} +1 -1
- package/{UserProfileContext-2b5fa41d.js.map → UserProfileContext-ad54f528.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-7f3d07b7.js → _rollupPluginBabelHelpers-ad73b241.js} +1 -1
- package/_rollupPluginBabelHelpers-ad73b241.js.map +1 -0
- package/{actionTypes-5341892b.js → actionTypes-c39ded88.js} +1 -1
- package/{actionTypes-5341892b.js.map → actionTypes-c39ded88.js.map} +1 -1
- package/cjs/App.js +33 -33
- package/cjs/Channel/components/ChannelHeader.js +18 -18
- package/cjs/Channel/components/ChannelUI.js +25 -25
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +21 -21
- package/cjs/Channel/components/MessageInput.js +16 -16
- package/cjs/Channel/components/MessageList.js +23 -23
- 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 +25 -25
- package/cjs/ChannelList/components/AddChannel.js +15 -15
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +27 -27
- package/cjs/ChannelList/components/ChannelPreview.js +23 -23
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +27 -27
- package/cjs/{ChannelListProvider-07050c97.js → ChannelListProvider-1e2c9e4f.js} +8 -8
- package/cjs/{ChannelListProvider-07050c97.js.map → ChannelListProvider-1e2c9e4f.js.map} +1 -1
- package/cjs/{ChannelProvider-0b18e74d.js → ChannelProvider-086c4c37.js} +9 -9
- package/cjs/{ChannelProvider-0b18e74d.js.map → ChannelProvider-086c4c37.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-90c76533.js → CreateChannelProvider-1e773795.js} +1 -1
- package/cjs/{CreateChannelProvider-90c76533.js.map → CreateChannelProvider-1e773795.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-c85528b2.js → LocalizationContext-47a37497.js} +3 -3
- package/cjs/{LocalizationContext-c85528b2.js.map → LocalizationContext-47a37497.js.map} +1 -1
- package/cjs/{MediaQueryContext-9604faf7.js → MediaQueryContext-9a09dcf3.js} +1 -1
- package/cjs/{MediaQueryContext-9604faf7.js.map → MediaQueryContext-9a09dcf3.js.map} +1 -1
- package/cjs/{MemberList-1475fa3a.js → MemberList-f89006a7.js} +5 -5
- package/cjs/{MemberList-1475fa3a.js.map → MemberList-f89006a7.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +8 -8
- package/cjs/MessageSearch/context.js.map +1 -1
- 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-546c1889.js → OpenChannelListProvider-2ebf3b2e.js} +3 -3
- package/cjs/{OpenChannelListProvider-546c1889.js.map → OpenChannelListProvider-2ebf3b2e.js.map} +1 -1
- package/cjs/{OpenChannelProvider-62c4f7db.js → OpenChannelProvider-e0f079f4.js} +7 -7
- package/cjs/{OpenChannelProvider-62c4f7db.js.map → OpenChannelProvider-e0f079f4.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-f18feb27.js → RemoveMessageModal-ee657272.js} +3 -3
- package/cjs/{RemoveMessageModal-f18feb27.js.map → RemoveMessageModal-ee657272.js.map} +1 -1
- package/cjs/SendbirdProvider.js +9 -9
- 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 +21 -21
- package/cjs/Thread/components/ThreadListItem.js +21 -21
- package/cjs/Thread/components/ThreadMessageInput.js +16 -16
- package/cjs/Thread/components/ThreadUI.js +23 -23
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +23 -23
- package/cjs/{ThreadProvider-63ef60f9.js → ThreadProvider-4293185d.js} +6 -6
- package/cjs/{ThreadProvider-63ef60f9.js.map → ThreadProvider-4293185d.js.map} +1 -1
- package/cjs/{UserProfileContext-df31e6ef.js → UserProfileContext-650d4cff.js} +1 -1
- package/cjs/{UserProfileContext-df31e6ef.js.map → UserProfileContext-650d4cff.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-b1ccabbe.js → _rollupPluginBabelHelpers-465b4c61.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-465b4c61.js.map +1 -0
- package/cjs/{actionTypes-5a7932a4.js → actionTypes-2ad47925.js} +1 -1
- package/cjs/{actionTypes-5a7932a4.js.map → actionTypes-2ad47925.js.map} +1 -1
- package/cjs/{color-80581acc.js → color-586742d4.js} +1 -1
- package/cjs/{color-80581acc.js.map → color-586742d4.js.map} +1 -1
- package/cjs/{compareIds-c1ed13c2.js → compareIds-c8469739.js} +1 -1
- package/cjs/{compareIds-c1ed13c2.js.map → compareIds-c8469739.js.map} +1 -1
- package/cjs/{const-a6e00383.js → const-1299f049.js} +1 -1
- package/cjs/{const-a6e00383.js.map → const-1299f049.js.map} +1 -1
- package/cjs/{const-b5e38e4b.js → const-5ccb252d.js} +1 -1
- package/cjs/{const-b5e38e4b.js.map → const-5ccb252d.js.map} +1 -1
- package/cjs/{context-44b33dd3.js → context-60444f40.js} +2 -2
- package/cjs/{context-44b33dd3.js.map → context-60444f40.js.map} +1 -1
- package/cjs/dist/index.css +141 -141
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-6a34f936.js → index-0aa8c4c6.js} +4 -4
- package/cjs/{index-6a34f936.js.map → index-0aa8c4c6.js.map} +1 -1
- package/cjs/{index-5a6f792a.js → index-448899a5.js} +2 -2
- package/cjs/{index-5a6f792a.js.map → index-448899a5.js.map} +1 -1
- package/cjs/{index-62b2547e.js → index-4639389f.js} +1 -1
- package/cjs/{index-62b2547e.js.map → index-4639389f.js.map} +1 -1
- package/cjs/{index-e1219afa.js → index-5e485ace.js} +1 -1
- package/cjs/{index-e1219afa.js.map → index-5e485ace.js.map} +1 -1
- package/cjs/{index-516fd506.js → index-61134b37.js} +4 -4
- package/cjs/{index-516fd506.js.map → index-61134b37.js.map} +1 -1
- package/cjs/{index-86dc8c89.js → index-6277c42a.js} +2 -2
- package/cjs/{index-86dc8c89.js.map → index-6277c42a.js.map} +1 -1
- package/cjs/{index-d955ef72.js → index-674dea33.js} +5 -5
- package/cjs/{index-d955ef72.js.map → index-674dea33.js.map} +1 -1
- package/cjs/{index-164b34e2.js → index-8ff38575.js} +2 -2
- package/cjs/{index-164b34e2.js.map → index-8ff38575.js.map} +1 -1
- package/cjs/{index-524c737b.js → index-9e15b31d.js} +7 -7
- package/cjs/{index-524c737b.js.map → index-9e15b31d.js.map} +1 -1
- package/cjs/{index-97da74d8.js → index-d39db221.js} +2 -2
- package/cjs/{index-97da74d8.js.map → index-d39db221.js.map} +1 -1
- package/cjs/{index-60e22fda.js → index-d90f2f47.js} +2 -2
- package/cjs/{index-60e22fda.js.map → index-d90f2f47.js.map} +1 -1
- package/cjs/index.js +37 -37
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-d2a0857a.js → stringSet-0f4a59e2.js} +1 -1
- package/cjs/{stringSet-d2a0857a.js.map → stringSet-0f4a59e2.js.map} +1 -1
- package/cjs/{topics-d24712e2.js → topics-ed73a11b.js} +1 -1
- package/cjs/{topics-d24712e2.js.map → topics-ed73a11b.js.map} +1 -1
- package/cjs/{tslib.es6-6d1420fc.js → tslib.es6-d913c817.js} +1 -1
- package/cjs/{tslib.es6-6d1420fc.js.map → tslib.es6-d913c817.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 +17 -17
- package/cjs/ui/MessageInput.js +9 -9
- package/cjs/ui/MessageItemMenu.js +7 -7
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +9 -9
- package/cjs/ui/MessageSearchItem.js +9 -9
- package/cjs/ui/MessageStatus.js +7 -7
- package/cjs/ui/Modal.js +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-ef333b73.js → useLongPress-40c98602.js} +3 -3
- package/cjs/{useLongPress-ef333b73.js.map → useLongPress-40c98602.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-e3855c65.js → utils-a5d3a749.js} +2 -2
- package/cjs/{utils-e3855c65.js.map → utils-a5d3a749.js.map} +1 -1
- package/cjs/{utils-2d7520c0.js → utils-a6334df1.js} +1 -1
- package/cjs/{utils-2d7520c0.js.map → utils-a6334df1.js.map} +1 -1
- package/cjs/{utils-baedbdee.js → utils-c4f961bd.js} +1 -1
- package/cjs/{utils-baedbdee.js.map → utils-c4f961bd.js.map} +1 -1
- package/cjs/{utils-915f0090.js → utils-ef15fdc6.js} +1 -1
- package/cjs/{utils-915f0090.js.map → utils-ef15fdc6.js.map} +1 -1
- package/cjs/{uuid-d37cf7ed.js → uuid-5931f316.js} +1 -1
- package/cjs/{uuid-d37cf7ed.js.map → uuid-5931f316.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-37e730dc.js → color-b94037c9.js} +1 -1
- package/{color-37e730dc.js.map → color-b94037c9.js.map} +1 -1
- package/{compareIds-027f7827.js → compareIds-245d1a56.js} +1 -1
- package/{compareIds-027f7827.js.map → compareIds-245d1a56.js.map} +1 -1
- package/{const-d024dac3.js → const-0590b748.js} +1 -1
- package/{const-d024dac3.js.map → const-0590b748.js.map} +1 -1
- package/{const-2a74285d.js → const-21999968.js} +1 -1
- package/{const-2a74285d.js.map → const-21999968.js.map} +1 -1
- package/{context-5f9c191c.js → context-cf75c669.js} +2 -2
- package/{context-5f9c191c.js.map → context-cf75c669.js.map} +1 -1
- package/dist/index.css +141 -141
- package/dist/index.css.map +1 -1
- package/{index-a898398a.js → index-0d995908.js} +7 -7
- package/{index-a898398a.js.map → index-0d995908.js.map} +1 -1
- package/{index-17ae8d14.js → index-4ca3704b.js} +2 -2
- package/{index-17ae8d14.js.map → index-4ca3704b.js.map} +1 -1
- package/{index-42de0dfb.js → index-5ac9756a.js} +2 -2
- package/{index-42de0dfb.js.map → index-5ac9756a.js.map} +1 -1
- package/{index-1f606f17.js → index-66029a7f.js} +1 -1
- package/{index-1f606f17.js.map → index-66029a7f.js.map} +1 -1
- package/{index-a60f06c5.js → index-7c2a1348.js} +4 -4
- package/{index-a60f06c5.js.map → index-7c2a1348.js.map} +1 -1
- package/{index-b3397f71.js → index-800d96a0.js} +2 -2
- package/{index-b3397f71.js.map → index-800d96a0.js.map} +1 -1
- package/{index-bd3b3280.js → index-a5f9bd74.js} +2 -2
- package/{index-bd3b3280.js.map → index-a5f9bd74.js.map} +1 -1
- package/{index-d534ec25.js → index-a7531fab.js} +2 -2
- package/{index-d534ec25.js.map → index-a7531fab.js.map} +1 -1
- package/{index-d389c7a9.js → index-bfb4a84f.js} +5 -5
- package/{index-d389c7a9.js.map → index-bfb4a84f.js.map} +1 -1
- package/{index-dcdcf14c.js → index-e8750210.js} +1 -1
- package/{index-dcdcf14c.js.map → index-e8750210.js.map} +1 -1
- package/{index-0572f2ca.js → index-fc70cabc.js} +4 -4
- package/{index-0572f2ca.js.map → index-fc70cabc.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +37 -37
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-10201dfc.js → stringSet-a91bf1a3.js} +1 -1
- package/{stringSet-10201dfc.js.map → stringSet-a91bf1a3.js.map} +1 -1
- package/{topics-e3fd3d20.js → topics-05bd3350.js} +1 -1
- package/{topics-e3fd3d20.js.map → topics-05bd3350.js.map} +1 -1
- package/{tslib.es6-c8dc26ec.js → tslib.es6-0a3798a6.js} +1 -1
- package/{tslib.es6-c8dc26ec.js.map → tslib.es6-0a3798a6.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 +17 -17
- package/ui/MessageInput.js +9 -9
- package/ui/MessageItemMenu.js +7 -7
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +9 -9
- package/ui/MessageSearchItem.js +9 -9
- package/ui/MessageStatus.js +7 -7
- package/ui/Modal.js +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-ffc9f017.js → useLongPress-c0cc0bf4.js} +3 -3
- package/{useLongPress-ffc9f017.js.map → useLongPress-c0cc0bf4.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/{utils-b2638577.js → utils-400238f5.js} +1 -1
- package/{utils-b2638577.js.map → utils-400238f5.js.map} +1 -1
- package/{utils-5d01b90d.js → utils-6a8f5abb.js} +1 -1
- package/{utils-5d01b90d.js.map → utils-6a8f5abb.js.map} +1 -1
- package/{utils-363173f4.js → utils-b5dcedeb.js} +1 -1
- package/{utils-363173f4.js.map → utils-b5dcedeb.js.map} +1 -1
- package/{utils-36582b62.js → utils-f694cff2.js} +2 -2
- package/{utils-36582b62.js.map → utils-f694cff2.js.map} +1 -1
- package/{uuid-8e0cd64d.js → uuid-3b66ed29.js} +1 -1
- package/{uuid-8e0cd64d.js.map → uuid-3b66ed29.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-7f3d07b7.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-b1ccabbe.js.map +0 -1
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
import React__default, { useMemo } from 'react';
|
|
2
2
|
import ThreadListItem from './ThreadListItem.js';
|
|
3
|
-
import { u as useThreadContext, c as compareMessagesForGrouping } from '../../ThreadProvider-
|
|
3
|
+
import { u as useThreadContext, c as compareMessagesForGrouping } from '../../ThreadProvider-24ceef80.js';
|
|
4
4
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
5
5
|
import { isSameDay } from 'date-fns';
|
|
6
|
-
import '../../tslib.es6-
|
|
7
|
-
import '../../index-
|
|
8
|
-
import '../../index-
|
|
9
|
-
import '../../LocalizationContext-
|
|
10
|
-
import '../../stringSet-
|
|
6
|
+
import '../../tslib.es6-0a3798a6.js';
|
|
7
|
+
import '../../index-a5f9bd74.js';
|
|
8
|
+
import '../../index-e8750210.js';
|
|
9
|
+
import '../../LocalizationContext-215441e9.js';
|
|
10
|
+
import '../../stringSet-a91bf1a3.js';
|
|
11
11
|
import '../../ui/DateSeparator.js';
|
|
12
|
-
import '../../color-
|
|
13
|
-
import '../../index-
|
|
12
|
+
import '../../color-b94037c9.js';
|
|
13
|
+
import '../../index-a7531fab.js';
|
|
14
14
|
import 'prop-types';
|
|
15
|
-
import '../../RemoveMessageModal-
|
|
15
|
+
import '../../RemoveMessageModal-7a5e3e82.js';
|
|
16
16
|
import '../../ui/Modal.js';
|
|
17
17
|
import 'react-dom';
|
|
18
|
-
import '../../index-
|
|
18
|
+
import '../../index-66029a7f.js';
|
|
19
19
|
import '../../ui/Button.js';
|
|
20
20
|
import '../../ui/Icon.js';
|
|
21
21
|
import '../../ui/IconButton.js';
|
|
22
|
-
import '../../MediaQueryContext-
|
|
22
|
+
import '../../MediaQueryContext-5cfffd1a.js';
|
|
23
23
|
import '../../ui/FileViewer.js';
|
|
24
|
-
import '../../index-
|
|
24
|
+
import '../../index-4ca3704b.js';
|
|
25
25
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
26
26
|
import '../../ui/Avatar.js';
|
|
27
27
|
import '../../ui/ImageRenderer.js';
|
|
28
|
-
import '../../uuid-
|
|
28
|
+
import '../../uuid-3b66ed29.js';
|
|
29
29
|
import '../../Channel/components/SuggestedMentionList.js';
|
|
30
|
-
import '../../ChannelProvider-
|
|
31
|
-
import '../../UserProfileContext-
|
|
32
|
-
import '../../topics-
|
|
33
|
-
import '../../_rollupPluginBabelHelpers-
|
|
34
|
-
import '../../compareIds-
|
|
35
|
-
import '../../const-
|
|
30
|
+
import '../../ChannelProvider-f6621afb.js';
|
|
31
|
+
import '../../UserProfileContext-ad54f528.js';
|
|
32
|
+
import '../../topics-05bd3350.js';
|
|
33
|
+
import '../../_rollupPluginBabelHelpers-ad73b241.js';
|
|
34
|
+
import '../../compareIds-245d1a56.js';
|
|
35
|
+
import '../../const-21999968.js';
|
|
36
36
|
import '@sendbird/chat/groupChannel';
|
|
37
37
|
import '@sendbird/chat/message';
|
|
38
38
|
import '../../ui/ContextMenu.js';
|
|
39
39
|
import '../../ui/SortByRow.js';
|
|
40
40
|
import '../../ui/ReactionButton.js';
|
|
41
|
-
import '../../const-
|
|
41
|
+
import '../../const-0590b748.js';
|
|
42
42
|
import '../../withSendbird.js';
|
|
43
43
|
import '../context/types.js';
|
|
44
44
|
import '@sendbird/chat';
|
|
@@ -47,7 +47,7 @@ import 'react-dom/server';
|
|
|
47
47
|
import '../../ui/MentionUserLabel.js';
|
|
48
48
|
import '../../ui/UserProfile.js';
|
|
49
49
|
import '../../sendbirdSelectors.js';
|
|
50
|
-
import '../../utils-
|
|
50
|
+
import '../../utils-400238f5.js';
|
|
51
51
|
import '../../ui/MessageItemMenu.js';
|
|
52
52
|
import '../../ui/MessageItemReactionMenu.js';
|
|
53
53
|
import '../../ui/MessageStatus.js';
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../../tslib.es6-0a3798a6.js';
|
|
2
2
|
import React__default, { useState, useContext, useRef, useLayoutEffect, useEffect, useMemo } from 'react';
|
|
3
|
-
import { f as format } from '../../index-
|
|
4
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
3
|
+
import { f as format } from '../../index-a5f9bd74.js';
|
|
4
|
+
import { u as useLocalization } from '../../LocalizationContext-215441e9.js';
|
|
5
5
|
import DateSeparator from '../../ui/DateSeparator.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
7
|
-
import { R as RemoveMessage } from '../../RemoveMessageModal-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-a7531fab.js';
|
|
7
|
+
import { R as RemoveMessage } from '../../RemoveMessageModal-7a5e3e82.js';
|
|
8
8
|
import FileViewer from '../../ui/FileViewer.js';
|
|
9
|
-
import { u as useThreadContext } from '../../ThreadProvider-
|
|
9
|
+
import { u as useThreadContext } from '../../ThreadProvider-24ceef80.js';
|
|
10
10
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
11
11
|
import SuggestedMentionList from '../../Channel/components/SuggestedMentionList.js';
|
|
12
12
|
import MessageInput from '../../ui/MessageInput.js';
|
|
13
13
|
import { ThreadListStateTypes } from '../context/types.js';
|
|
14
|
-
import { M as MessageInputKeys } from '../../const-
|
|
14
|
+
import { M as MessageInputKeys } from '../../const-0590b748.js';
|
|
15
15
|
import ContextMenu, { MenuItems } from '../../ui/ContextMenu.js';
|
|
16
16
|
import Avatar from '../../ui/Avatar.js';
|
|
17
|
-
import { a as UserProfileContext } from '../../UserProfileContext-
|
|
17
|
+
import { a as UserProfileContext } from '../../UserProfileContext-ad54f528.js';
|
|
18
18
|
import UserProfile from '../../ui/UserProfile.js';
|
|
19
19
|
import MessageItemMenu from '../../ui/MessageItemMenu.js';
|
|
20
20
|
import MessageItemReactionMenu from '../../ui/MessageItemReactionMenu.js';
|
|
21
|
-
import { y as getUIKitMessageTypes, z as getSenderName, h as getClassName, A as isTextMessage, B as isOGMessage, C as getUIKitMessageType, n as isThumbnailMessage } from '../../index-
|
|
21
|
+
import { y as getUIKitMessageTypes, z as getSenderName, h as getClassName, A as isTextMessage, B as isOGMessage, C as getUIKitMessageType, n as isThumbnailMessage } from '../../index-4ca3704b.js';
|
|
22
22
|
import MessageStatus from '../../ui/MessageStatus.js';
|
|
23
23
|
import EmojiReactions from '../../ui/EmojiReactions.js';
|
|
24
24
|
import TextMessageItemBody from '../../ui/TextMessageItemBody.js';
|
|
@@ -27,34 +27,34 @@ import FileMessageItemBody from '../../ui/FileMessageItemBody.js';
|
|
|
27
27
|
import ThumbnailMessageItemBody from '../../ui/ThumbnailMessageItemBody.js';
|
|
28
28
|
import UnknownMessageItemBody from '../../ui/UnknownMessageItemBody.js';
|
|
29
29
|
import { Role } from '@sendbird/chat';
|
|
30
|
-
import '../../index-
|
|
31
|
-
import '../../stringSet-
|
|
32
|
-
import '../../color-
|
|
30
|
+
import '../../index-e8750210.js';
|
|
31
|
+
import '../../stringSet-a91bf1a3.js';
|
|
32
|
+
import '../../color-b94037c9.js';
|
|
33
33
|
import 'prop-types';
|
|
34
34
|
import '../../ui/Modal.js';
|
|
35
35
|
import 'react-dom';
|
|
36
|
-
import '../../index-
|
|
36
|
+
import '../../index-66029a7f.js';
|
|
37
37
|
import '../../ui/Button.js';
|
|
38
38
|
import '../../ui/Icon.js';
|
|
39
39
|
import '../../ui/IconButton.js';
|
|
40
|
-
import '../../MediaQueryContext-
|
|
40
|
+
import '../../MediaQueryContext-5cfffd1a.js';
|
|
41
41
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
42
42
|
import '../../ui/ImageRenderer.js';
|
|
43
|
-
import '../../uuid-
|
|
44
|
-
import '../../topics-
|
|
43
|
+
import '../../uuid-3b66ed29.js';
|
|
44
|
+
import '../../topics-05bd3350.js';
|
|
45
45
|
import '@sendbird/chat/groupChannel';
|
|
46
46
|
import '@sendbird/chat/message';
|
|
47
47
|
import '../../withSendbird.js';
|
|
48
|
-
import '../../_rollupPluginBabelHelpers-
|
|
49
|
-
import '../../ChannelProvider-
|
|
50
|
-
import '../../compareIds-
|
|
51
|
-
import '../../const-
|
|
48
|
+
import '../../_rollupPluginBabelHelpers-ad73b241.js';
|
|
49
|
+
import '../../ChannelProvider-f6621afb.js';
|
|
50
|
+
import '../../compareIds-245d1a56.js';
|
|
51
|
+
import '../../const-21999968.js';
|
|
52
52
|
import '../../ui/ReactionButton.js';
|
|
53
53
|
import '../../ui/SortByRow.js';
|
|
54
54
|
import 'react-dom/server';
|
|
55
55
|
import '../../ui/MentionUserLabel.js';
|
|
56
56
|
import '../../sendbirdSelectors.js';
|
|
57
|
-
import '../../utils-
|
|
57
|
+
import '../../utils-400238f5.js';
|
|
58
58
|
import '../../ui/Loader.js';
|
|
59
59
|
import '../../ui/Tooltip.js';
|
|
60
60
|
import '../../ui/TooltipWrapper.js';
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../../tslib.es6-0a3798a6.js';
|
|
2
2
|
import React__default, { useRef, useState, useEffect } from 'react';
|
|
3
3
|
import { Role } from '@sendbird/chat';
|
|
4
4
|
import { MutedState } from '@sendbird/chat/groupChannel';
|
|
5
5
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
6
6
|
import MessageInput from '../../ui/MessageInput.js';
|
|
7
|
-
import { M as MessageInputKeys } from '../../const-
|
|
7
|
+
import { M as MessageInputKeys } from '../../const-0590b748.js';
|
|
8
8
|
import SuggestedMentionList from '../../Channel/components/SuggestedMentionList.js';
|
|
9
|
-
import { u as useThreadContext } from '../../ThreadProvider-
|
|
10
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
9
|
+
import { u as useThreadContext } from '../../ThreadProvider-24ceef80.js';
|
|
10
|
+
import { u as useLocalization } from '../../LocalizationContext-215441e9.js';
|
|
11
11
|
import '../../withSendbird.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-ad73b241.js';
|
|
13
13
|
import 'react-dom/server';
|
|
14
14
|
import 'prop-types';
|
|
15
|
-
import '../../const-
|
|
15
|
+
import '../../const-21999968.js';
|
|
16
16
|
import '../../ui/IconButton.js';
|
|
17
17
|
import '../../ui/Button.js';
|
|
18
|
-
import '../../index-
|
|
19
|
-
import '../../stringSet-
|
|
18
|
+
import '../../index-a7531fab.js';
|
|
19
|
+
import '../../stringSet-a91bf1a3.js';
|
|
20
20
|
import '../../ui/MentionUserLabel.js';
|
|
21
21
|
import '../../ui/Icon.js';
|
|
22
|
-
import '../../index-
|
|
22
|
+
import '../../index-4ca3704b.js';
|
|
23
23
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
24
|
-
import '../../index-
|
|
24
|
+
import '../../index-e8750210.js';
|
|
25
25
|
import '../../ui/Avatar.js';
|
|
26
26
|
import '../../ui/ImageRenderer.js';
|
|
27
|
-
import '../../uuid-
|
|
28
|
-
import '../../ChannelProvider-
|
|
29
|
-
import '../../UserProfileContext-
|
|
30
|
-
import '../../index-
|
|
31
|
-
import '../../topics-
|
|
32
|
-
import '../../compareIds-
|
|
27
|
+
import '../../uuid-3b66ed29.js';
|
|
28
|
+
import '../../ChannelProvider-f6621afb.js';
|
|
29
|
+
import '../../UserProfileContext-ad54f528.js';
|
|
30
|
+
import '../../index-a5f9bd74.js';
|
|
31
|
+
import '../../topics-05bd3350.js';
|
|
32
|
+
import '../../compareIds-245d1a56.js';
|
|
33
33
|
import '@sendbird/chat/message';
|
|
34
34
|
import '../../ui/ContextMenu.js';
|
|
35
35
|
import 'react-dom';
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import React__default, { useMemo, useState, useRef } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
4
|
-
import { g as getChannelTitle } from '../../utils-
|
|
5
|
-
import { u as useThreadContext, i as isAboutSame } from '../../ThreadProvider-
|
|
3
|
+
import { u as useLocalization } from '../../LocalizationContext-215441e9.js';
|
|
4
|
+
import { g as getChannelTitle } from '../../utils-f694cff2.js';
|
|
5
|
+
import { u as useThreadContext, i as isAboutSame } from '../../ThreadProvider-24ceef80.js';
|
|
6
6
|
import ParentMessageInfo from './ParentMessageInfo.js';
|
|
7
7
|
import ThreadHeader from './ThreadHeader.js';
|
|
8
8
|
import ThreadList from './ThreadList.js';
|
|
9
9
|
import ThreadMessageInput from './ThreadMessageInput.js';
|
|
10
10
|
import { ParentMessageStateTypes, ThreadListStateTypes } from '../context/types.js';
|
|
11
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
12
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
11
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-fc70cabc.js';
|
|
12
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-a7531fab.js';
|
|
13
13
|
import '../../withSendbird.js';
|
|
14
|
-
import '../../_rollupPluginBabelHelpers-
|
|
15
|
-
import '../../stringSet-
|
|
16
|
-
import '../../index-
|
|
17
|
-
import '../../index-
|
|
14
|
+
import '../../_rollupPluginBabelHelpers-ad73b241.js';
|
|
15
|
+
import '../../stringSet-a91bf1a3.js';
|
|
16
|
+
import '../../index-e8750210.js';
|
|
17
|
+
import '../../index-a5f9bd74.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../UserProfileContext-
|
|
19
|
+
import '../../UserProfileContext-ad54f528.js';
|
|
20
20
|
import 'prop-types';
|
|
21
|
-
import '../../tslib.es6-
|
|
21
|
+
import '../../tslib.es6-0a3798a6.js';
|
|
22
22
|
import '@sendbird/chat';
|
|
23
|
-
import '../../topics-
|
|
23
|
+
import '../../topics-05bd3350.js';
|
|
24
24
|
import '@sendbird/chat/groupChannel';
|
|
25
|
-
import '../../uuid-
|
|
25
|
+
import '../../uuid-3b66ed29.js';
|
|
26
26
|
import '@sendbird/chat/message';
|
|
27
|
-
import '../../RemoveMessageModal-
|
|
27
|
+
import '../../RemoveMessageModal-7a5e3e82.js';
|
|
28
28
|
import '../../ui/Modal.js';
|
|
29
29
|
import 'react-dom';
|
|
30
|
-
import '../../index-
|
|
30
|
+
import '../../index-66029a7f.js';
|
|
31
31
|
import '../../ui/Button.js';
|
|
32
32
|
import '../../ui/Icon.js';
|
|
33
33
|
import '../../ui/IconButton.js';
|
|
34
|
-
import '../../MediaQueryContext-
|
|
34
|
+
import '../../MediaQueryContext-5cfffd1a.js';
|
|
35
35
|
import './ParentMessageInfoItem.js';
|
|
36
|
-
import '../../index-
|
|
36
|
+
import '../../index-4ca3704b.js';
|
|
37
37
|
import '../../ui/Word.js';
|
|
38
38
|
import '../../ui/LinkLabel.js';
|
|
39
39
|
import '../../ui/MentionLabel.js';
|
|
@@ -41,21 +41,21 @@ import '../../ui/ContextMenu.js';
|
|
|
41
41
|
import '../../ui/SortByRow.js';
|
|
42
42
|
import '../../ui/UserProfile.js';
|
|
43
43
|
import '../../sendbirdSelectors.js';
|
|
44
|
-
import '../../utils-
|
|
44
|
+
import '../../utils-400238f5.js';
|
|
45
45
|
import '../../ui/Avatar.js';
|
|
46
46
|
import '../../ui/ImageRenderer.js';
|
|
47
47
|
import '../../ui/TextButton.js';
|
|
48
|
-
import '../../color-
|
|
48
|
+
import '../../color-b94037c9.js';
|
|
49
49
|
import '../../ui/EmojiReactions.js';
|
|
50
50
|
import '../../ui/Tooltip.js';
|
|
51
51
|
import '../../ui/TooltipWrapper.js';
|
|
52
52
|
import '../../ui/ReactionBadge.js';
|
|
53
53
|
import '../../ui/ReactionButton.js';
|
|
54
54
|
import '../../Channel/components/SuggestedMentionList.js';
|
|
55
|
-
import '../../ChannelProvider-
|
|
56
|
-
import '../../compareIds-
|
|
57
|
-
import '../../const-
|
|
58
|
-
import '../../const-
|
|
55
|
+
import '../../ChannelProvider-f6621afb.js';
|
|
56
|
+
import '../../compareIds-245d1a56.js';
|
|
57
|
+
import '../../const-21999968.js';
|
|
58
|
+
import '../../const-0590b748.js';
|
|
59
59
|
import '../../ui/FileViewer.js';
|
|
60
60
|
import '../../ui/MessageItemMenu.js';
|
|
61
61
|
import '../../ui/MessageItemReactionMenu.js';
|
package/Thread/context.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { T as ThreadProvider, u as useThreadContext } from '../ThreadProvider-
|
|
3
|
-
import '../UserProfileContext-
|
|
2
|
+
export { T as ThreadProvider, u as useThreadContext } from '../ThreadProvider-24ceef80.js';
|
|
3
|
+
import '../UserProfileContext-ad54f528.js';
|
|
4
4
|
import '../useSendbirdStateContext.js';
|
|
5
|
-
import '../index-
|
|
6
|
-
import '../index-
|
|
5
|
+
import '../index-a5f9bd74.js';
|
|
6
|
+
import '../index-e8750210.js';
|
|
7
7
|
import '../utils/message/getOutgoingMessageState.js';
|
|
8
|
-
import '../tslib.es6-
|
|
8
|
+
import '../tslib.es6-0a3798a6.js';
|
|
9
9
|
import './context/types.js';
|
|
10
10
|
import '@sendbird/chat';
|
|
11
|
-
import '../topics-
|
|
11
|
+
import '../topics-05bd3350.js';
|
|
12
12
|
import '@sendbird/chat/groupChannel';
|
|
13
|
-
import '../uuid-
|
|
13
|
+
import '../uuid-3b66ed29.js';
|
|
14
14
|
import '@sendbird/chat/message';
|
|
15
15
|
import 'prop-types';
|
|
16
16
|
import '../withSendbird.js';
|
|
17
|
-
import '../_rollupPluginBabelHelpers-
|
|
17
|
+
import '../_rollupPluginBabelHelpers-ad73b241.js';
|
|
18
18
|
//# sourceMappingURL=context.js.map
|
package/Thread.js
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { T as ThreadProvider } from './ThreadProvider-
|
|
2
|
+
import { T as ThreadProvider } from './ThreadProvider-24ceef80.js';
|
|
3
3
|
import ThreadUI from './Thread/components/ThreadUI.js';
|
|
4
|
-
import './index-
|
|
5
|
-
import './index-
|
|
4
|
+
import './index-a5f9bd74.js';
|
|
5
|
+
import './index-e8750210.js';
|
|
6
6
|
import './utils/message/getOutgoingMessageState.js';
|
|
7
|
-
import './UserProfileContext-
|
|
7
|
+
import './UserProfileContext-ad54f528.js';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
import './useSendbirdStateContext.js';
|
|
10
10
|
import './withSendbird.js';
|
|
11
|
-
import './_rollupPluginBabelHelpers-
|
|
12
|
-
import './tslib.es6-
|
|
11
|
+
import './_rollupPluginBabelHelpers-ad73b241.js';
|
|
12
|
+
import './tslib.es6-0a3798a6.js';
|
|
13
13
|
import './Thread/context/types.js';
|
|
14
14
|
import '@sendbird/chat';
|
|
15
|
-
import './topics-
|
|
15
|
+
import './topics-05bd3350.js';
|
|
16
16
|
import '@sendbird/chat/groupChannel';
|
|
17
|
-
import './uuid-
|
|
17
|
+
import './uuid-3b66ed29.js';
|
|
18
18
|
import '@sendbird/chat/message';
|
|
19
|
-
import './LocalizationContext-
|
|
20
|
-
import './stringSet-
|
|
21
|
-
import './utils-
|
|
22
|
-
import './index-
|
|
19
|
+
import './LocalizationContext-215441e9.js';
|
|
20
|
+
import './stringSet-a91bf1a3.js';
|
|
21
|
+
import './utils-f694cff2.js';
|
|
22
|
+
import './index-a7531fab.js';
|
|
23
23
|
import './Thread/components/ParentMessageInfo.js';
|
|
24
|
-
import './RemoveMessageModal-
|
|
24
|
+
import './RemoveMessageModal-7a5e3e82.js';
|
|
25
25
|
import './ui/Modal.js';
|
|
26
26
|
import 'react-dom';
|
|
27
|
-
import './index-
|
|
27
|
+
import './index-66029a7f.js';
|
|
28
28
|
import './ui/Button.js';
|
|
29
29
|
import './ui/Icon.js';
|
|
30
30
|
import './ui/IconButton.js';
|
|
31
|
-
import './MediaQueryContext-
|
|
31
|
+
import './MediaQueryContext-5cfffd1a.js';
|
|
32
32
|
import './Thread/components/ParentMessageInfoItem.js';
|
|
33
|
-
import './index-
|
|
33
|
+
import './index-4ca3704b.js';
|
|
34
34
|
import './ui/Word.js';
|
|
35
35
|
import './ui/LinkLabel.js';
|
|
36
36
|
import './ui/MentionLabel.js';
|
|
@@ -38,21 +38,21 @@ import './ui/ContextMenu.js';
|
|
|
38
38
|
import './ui/SortByRow.js';
|
|
39
39
|
import './ui/UserProfile.js';
|
|
40
40
|
import './sendbirdSelectors.js';
|
|
41
|
-
import './utils-
|
|
41
|
+
import './utils-400238f5.js';
|
|
42
42
|
import './ui/Avatar.js';
|
|
43
43
|
import './ui/ImageRenderer.js';
|
|
44
44
|
import './ui/TextButton.js';
|
|
45
|
-
import './color-
|
|
45
|
+
import './color-b94037c9.js';
|
|
46
46
|
import './ui/EmojiReactions.js';
|
|
47
47
|
import './ui/Tooltip.js';
|
|
48
48
|
import './ui/TooltipWrapper.js';
|
|
49
49
|
import './ui/ReactionBadge.js';
|
|
50
50
|
import './ui/ReactionButton.js';
|
|
51
51
|
import './Channel/components/SuggestedMentionList.js';
|
|
52
|
-
import './ChannelProvider-
|
|
53
|
-
import './compareIds-
|
|
54
|
-
import './const-
|
|
55
|
-
import './const-
|
|
52
|
+
import './ChannelProvider-f6621afb.js';
|
|
53
|
+
import './compareIds-245d1a56.js';
|
|
54
|
+
import './const-21999968.js';
|
|
55
|
+
import './const-0590b748.js';
|
|
56
56
|
import './ui/FileViewer.js';
|
|
57
57
|
import './ui/MessageItemMenu.js';
|
|
58
58
|
import './ui/MessageItemReactionMenu.js';
|
|
@@ -72,7 +72,7 @@ import './ui/ThumbnailMessageItemBody.js';
|
|
|
72
72
|
import './ui/UnknownMessageItemBody.js';
|
|
73
73
|
import 'date-fns';
|
|
74
74
|
import './Thread/components/ThreadMessageInput.js';
|
|
75
|
-
import './index-
|
|
75
|
+
import './index-fc70cabc.js';
|
|
76
76
|
|
|
77
77
|
var Thread = function (props) {
|
|
78
78
|
var // props
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useEffect, useCallback, useReducer, useMemo } from 'react';
|
|
2
|
-
import { f as format } from './index-
|
|
2
|
+
import { f as format } from './index-a5f9bd74.js';
|
|
3
3
|
import { getOutgoingMessageState, OutgoingMessageStates } from './utils/message/getOutgoingMessageState.js';
|
|
4
|
-
import { U as UserProfileProvider } from './UserProfileContext-
|
|
4
|
+
import { U as UserProfileProvider } from './UserProfileContext-ad54f528.js';
|
|
5
5
|
import useSendbirdStateContext from './useSendbirdStateContext.js';
|
|
6
|
-
import { _ as __assign, a as __spreadArray, c as __awaiter, d as __generator } from './tslib.es6-
|
|
6
|
+
import { _ as __assign, a as __spreadArray, c as __awaiter, d as __generator } from './tslib.es6-0a3798a6.js';
|
|
7
7
|
import { ChannelStateTypes, ThreadListStateTypes, ParentMessageStateTypes } from './Thread/context/types.js';
|
|
8
8
|
import { ChannelType } from '@sendbird/chat';
|
|
9
|
-
import { a as SEND_USER_MESSAGE, b as SEND_FILE_MESSAGE, U as UPDATE_USER_MESSAGE, D as DELETE_MESSAGE } from './topics-
|
|
9
|
+
import { a as SEND_USER_MESSAGE, b as SEND_FILE_MESSAGE, U as UPDATE_USER_MESSAGE, D as DELETE_MESSAGE } from './topics-05bd3350.js';
|
|
10
10
|
import { GroupChannelHandler } from '@sendbird/chat/groupChannel';
|
|
11
|
-
import { u as uuidv4 } from './uuid-
|
|
11
|
+
import { u as uuidv4 } from './uuid-3b66ed29.js';
|
|
12
12
|
import { SendingStatus, MessageType } from '@sendbird/chat/message';
|
|
13
13
|
|
|
14
14
|
var getNicknamesMapFromMembers = function (members) {
|
|
@@ -1641,4 +1641,4 @@ var useThreadContext = function () {
|
|
|
1641
1641
|
};
|
|
1642
1642
|
|
|
1643
1643
|
export { ThreadProvider as T, compareMessagesForGrouping as c, isAboutSame as i, useThreadContext as u };
|
|
1644
|
-
//# sourceMappingURL=ThreadProvider-
|
|
1644
|
+
//# sourceMappingURL=ThreadProvider-24ceef80.js.map
|