@sendbird/uikit-react 3.2.4 → 3.2.5
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 +28 -28
- package/CHANGELOG.md +9 -0
- package/Channel/components/ChannelHeader.js +15 -15
- package/Channel/components/ChannelUI.js +21 -21
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +18 -18
- package/Channel/components/MessageInput.js +15 -15
- package/Channel/components/MessageList.js +20 -20
- package/Channel/components/RemoveMessageModal.js +15 -15
- package/Channel/components/SuggestedMentionList.js +15 -15
- package/Channel/components/TypingIndicator.js +14 -14
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +13 -13
- package/Channel.js +21 -21
- package/ChannelList/components/AddChannel.js +13 -13
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +25 -25
- package/ChannelList/components/ChannelPreview.js +19 -19
- package/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +25 -25
- package/{ChannelListProvider-c6fbc45c.js → ChannelListProvider-cdb08b62.js} +8 -8
- package/{ChannelListProvider-c6fbc45c.js.map → ChannelListProvider-cdb08b62.js.map} +1 -1
- package/{ChannelProvider-00f1bb31.js → ChannelProvider-08b86d72.js} +9 -9
- package/{ChannelProvider-00f1bb31.js.map → ChannelProvider-08b86d72.js.map} +1 -1
- package/ChannelSettings/components/ChannelProfile.js +11 -11
- package/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/ChannelSettings/components/LeaveChannel.js +10 -10
- package/ChannelSettings/components/ModerationPanel.js +14 -14
- package/ChannelSettings/components/UserListItem.js +11 -11
- package/ChannelSettings/components/UserPanel.js +13 -13
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +17 -17
- package/CreateChannel/components/CreateChannelUI.js +13 -13
- package/CreateChannel/components/InviteUsers.js +13 -13
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +13 -13
- package/{CreateChannelProvider-c0d11b0b.js → CreateChannelProvider-b5fa7c16.js} +1 -1
- package/{CreateChannelProvider-c0d11b0b.js.map → CreateChannelProvider-b5fa7c16.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +9 -9
- package/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/EditUserProfile.js +12 -12
- package/{LocalizationContext-b6ff0c3d.js → LocalizationContext-9976b34e.js} +3 -3
- package/{LocalizationContext-b6ff0c3d.js.map → LocalizationContext-9976b34e.js.map} +1 -1
- package/{MemberList-07e7c82a.js → MemberList-070e920a.js} +5 -5
- package/{MemberList-07e7c82a.js.map → MemberList-070e920a.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 +12 -12
- package/OpenChannel/components/OpenChannelInput.js +15 -15
- package/OpenChannel/components/OpenChannelMessage.js +20 -20
- package/OpenChannel/components/OpenChannelMessageList.js +22 -22
- package/OpenChannel/components/OpenChannelUI.js +22 -22
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +22 -22
- package/OpenChannelList/components/OpenChannelListUI.js +12 -12
- package/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/OpenChannelList/context.js +4 -4
- package/OpenChannelList.js +12 -12
- package/{OpenChannelListProvider-956b2f42.js → OpenChannelListProvider-ca1d96e3.js} +3 -3
- package/{OpenChannelListProvider-956b2f42.js.map → OpenChannelListProvider-ca1d96e3.js.map} +1 -1
- package/{OpenChannelProvider-e7b44f68.js → OpenChannelProvider-03efd3ff.js} +7 -7
- package/{OpenChannelProvider-e7b44f68.js.map → OpenChannelProvider-03efd3ff.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +12 -12
- package/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
- package/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +17 -17
- package/SendbirdProvider.js +9 -9
- package/{UserProfileContext-9f99563d.js → UserProfileContext-24bb1c79.js} +1 -1
- package/{UserProfileContext-9f99563d.js.map → UserProfileContext-24bb1c79.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-dea8a6c9.js → _rollupPluginBabelHelpers-a72165e4.js} +1 -1
- package/_rollupPluginBabelHelpers-a72165e4.js.map +1 -0
- package/{actionTypes-7203a821.js → actionTypes-b30fed5f.js} +1 -1
- package/{actionTypes-7203a821.js.map → actionTypes-b30fed5f.js.map} +1 -1
- package/cjs/App.js +28 -28
- package/cjs/Channel/components/ChannelHeader.js +15 -15
- package/cjs/Channel/components/ChannelUI.js +21 -21
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +18 -18
- package/cjs/Channel/components/MessageInput.js +15 -15
- package/cjs/Channel/components/MessageList.js +20 -20
- package/cjs/Channel/components/RemoveMessageModal.js +15 -15
- package/cjs/Channel/components/SuggestedMentionList.js +15 -15
- 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 +21 -21
- package/cjs/ChannelList/components/AddChannel.js +13 -13
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +25 -25
- package/cjs/ChannelList/components/ChannelPreview.js +19 -19
- package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +25 -25
- package/cjs/{ChannelListProvider-1d42a73f.js → ChannelListProvider-5543db95.js} +8 -8
- package/cjs/{ChannelListProvider-1d42a73f.js.map → ChannelListProvider-5543db95.js.map} +1 -1
- package/cjs/{ChannelProvider-7b5ac56e.js → ChannelProvider-c9b390b7.js} +9 -9
- package/cjs/{ChannelProvider-7b5ac56e.js.map → ChannelProvider-c9b390b7.js.map} +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/cjs/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/cjs/ChannelSettings/components/LeaveChannel.js +10 -10
- package/cjs/ChannelSettings/components/ModerationPanel.js +14 -14
- package/cjs/ChannelSettings/components/UserListItem.js +11 -11
- package/cjs/ChannelSettings/components/UserPanel.js +13 -13
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +17 -17
- package/cjs/CreateChannel/components/CreateChannelUI.js +13 -13
- package/cjs/CreateChannel/components/InviteUsers.js +13 -13
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +13 -13
- package/cjs/{CreateChannelProvider-a23a11b3.js → CreateChannelProvider-0a28a871.js} +1 -1
- package/cjs/{CreateChannelProvider-a23a11b3.js.map → CreateChannelProvider-0a28a871.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +9 -9
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/cjs/EditUserProfile.js +12 -12
- package/cjs/{LocalizationContext-5447c898.js → LocalizationContext-0349dfbd.js} +3 -3
- package/cjs/{LocalizationContext-5447c898.js.map → LocalizationContext-0349dfbd.js.map} +1 -1
- package/cjs/{MemberList-745e3d9e.js → MemberList-a95f8e7f.js} +5 -5
- package/cjs/{MemberList-745e3d9e.js.map → MemberList-a95f8e7f.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 +12 -12
- package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
- package/cjs/OpenChannel/components/OpenChannelMessage.js +20 -20
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +22 -22
- package/cjs/OpenChannel/components/OpenChannelUI.js +22 -22
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +22 -22
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +12 -12
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/cjs/OpenChannelList/context.js +4 -4
- package/cjs/OpenChannelList.js +12 -12
- package/cjs/{OpenChannelListProvider-8f2a88c2.js → OpenChannelListProvider-df27c36c.js} +3 -3
- package/cjs/{OpenChannelListProvider-8f2a88c2.js.map → OpenChannelListProvider-df27c36c.js.map} +1 -1
- package/cjs/{OpenChannelProvider-447d5b53.js → OpenChannelProvider-4895f5f6.js} +7 -7
- package/cjs/{OpenChannelProvider-447d5b53.js.map → OpenChannelProvider-4895f5f6.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +12 -12
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
- package/cjs/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +17 -17
- package/cjs/SendbirdProvider.js +9 -9
- package/cjs/{UserProfileContext-2201df8d.js → UserProfileContext-d1596965.js} +1 -1
- package/cjs/{UserProfileContext-2201df8d.js.map → UserProfileContext-d1596965.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-cb661818.js → _rollupPluginBabelHelpers-93d42928.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-93d42928.js.map +1 -0
- package/cjs/{actionTypes-0521e719.js → actionTypes-6a04e98a.js} +1 -1
- package/cjs/{actionTypes-0521e719.js.map → actionTypes-6a04e98a.js.map} +1 -1
- package/cjs/{color-50f674f3.js → color-8da1967d.js} +1 -1
- package/cjs/{color-50f674f3.js.map → color-8da1967d.js.map} +1 -1
- package/cjs/{compareIds-d0e5da82.js → compareIds-20b6caa8.js} +1 -1
- package/cjs/{compareIds-d0e5da82.js.map → compareIds-20b6caa8.js.map} +1 -1
- package/cjs/{const-093eff13.js → const-0ce11db5.js} +1 -1
- package/cjs/{const-093eff13.js.map → const-0ce11db5.js.map} +1 -1
- package/cjs/{const-12075c2d.js → const-ed017cc9.js} +1 -1
- package/cjs/{const-12075c2d.js.map → const-ed017cc9.js.map} +1 -1
- package/cjs/{context-a452ae97.js → context-bd7de995.js} +2 -2
- package/cjs/{context-a452ae97.js.map → context-bd7de995.js.map} +1 -1
- package/cjs/dist/index.css +88 -88
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-f7729b70.js → index-09d50472.js} +2 -2
- package/cjs/{index-f7729b70.js.map → index-09d50472.js.map} +1 -1
- package/cjs/{index-259776b5.js → index-1ce4efa3.js} +4 -4
- package/cjs/{index-259776b5.js.map → index-1ce4efa3.js.map} +1 -1
- package/cjs/{index-8320b791.js → index-200b85a3.js} +1 -1
- package/cjs/{index-8320b791.js.map → index-200b85a3.js.map} +1 -1
- package/cjs/{index-63513959.js → index-491f2403.js} +1 -1
- package/cjs/{index-63513959.js.map → index-491f2403.js.map} +1 -1
- package/cjs/{index-1e4f968c.js → index-558d367a.js} +2 -2
- package/cjs/{index-1e4f968c.js.map → index-558d367a.js.map} +1 -1
- package/cjs/{index-61180888.js → index-7ab4005e.js} +5 -5
- package/cjs/{index-61180888.js.map → index-7ab4005e.js.map} +1 -1
- package/cjs/{index-d3706b9e.js → index-a52296d6.js} +7 -7
- package/cjs/{index-d3706b9e.js.map → index-a52296d6.js.map} +1 -1
- package/cjs/{index-a9f8c4d4.js → index-c7bba14f.js} +2 -2
- package/cjs/{index-a9f8c4d4.js.map → index-c7bba14f.js.map} +1 -1
- package/cjs/{index-ec6e34c8.js → index-e59510d3.js} +2 -2
- package/cjs/{index-ec6e34c8.js.map → index-e59510d3.js.map} +1 -1
- package/cjs/{index-bdac4741.js → index-e741ec2c.js} +4 -4
- package/cjs/{index-bdac4741.js.map → index-e741ec2c.js.map} +1 -1
- package/cjs/index.js +32 -32
- package/cjs/{openChannelUtils-3cc2cf97.js → openChannelUtils-5a371d5c.js} +1 -1
- package/cjs/{openChannelUtils-3cc2cf97.js.map → openChannelUtils-5a371d5c.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-7509e1fb.js → stringSet-9eadd9a2.js} +1 -1
- package/cjs/{stringSet-7509e1fb.js.map → stringSet-9eadd9a2.js.map} +1 -1
- package/cjs/{topics-ae5e326d.js → topics-c4ffdf98.js} +1 -1
- package/cjs/{topics-ae5e326d.js.map → topics-c4ffdf98.js.map} +1 -1
- package/cjs/{tslib.es6-062eb722.js → tslib.es6-712ab026.js} +1 -1
- package/cjs/{tslib.es6-062eb722.js.map → tslib.es6-712ab026.js.map} +1 -1
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +2 -2
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +3 -3
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +5 -5
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +1 -1
- package/cjs/ui/Input.js +2 -2
- package/cjs/ui/Label.js +2 -2
- package/cjs/ui/LinkLabel.js +2 -2
- package/cjs/ui/Loader.js +1 -1
- package/cjs/ui/MentionLabel.js +10 -10
- package/cjs/ui/MessageContent.js +13 -13
- package/cjs/ui/MessageInput.js +9 -9
- package/cjs/ui/MessageItemMenu.js +7 -7
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +9 -9
- package/cjs/ui/MessageSearchItem.js +9 -9
- package/cjs/ui/MessageStatus.js +7 -7
- package/cjs/ui/Modal.js +6 -6
- package/cjs/ui/OGMessageItemBody.js +10 -10
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +6 -6
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +14 -14
- package/cjs/ui/OpenchannelOGMessage.js +14 -14
- package/cjs/ui/OpenchannelThumbnailMessage.js +13 -13
- package/cjs/ui/OpenchannelUserMessage.js +14 -14
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/QuoteMessage.js +6 -6
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +1 -1
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +10 -10
- package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +11 -11
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/ui/Word.js +10 -10
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-079403ab.js → utils-03670a4b.js} +1 -1
- package/cjs/{utils-079403ab.js.map → utils-03670a4b.js.map} +1 -1
- package/cjs/{utils-d512a340.js → utils-90917fdb.js} +1 -1
- package/cjs/{utils-d512a340.js.map → utils-90917fdb.js.map} +1 -1
- package/cjs/{utils-7e01ad5d.js → utils-db03a3ee.js} +1 -1
- package/cjs/{utils-7e01ad5d.js.map → utils-db03a3ee.js.map} +1 -1
- package/cjs/{uuid-5f2be0dc.js → uuid-4fb21145.js} +1 -1
- package/cjs/{uuid-5f2be0dc.js.map → uuid-4fb21145.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-d6871add.js → color-511dde29.js} +1 -1
- package/{color-d6871add.js.map → color-511dde29.js.map} +1 -1
- package/{compareIds-f300a3d3.js → compareIds-8626728b.js} +1 -1
- package/{compareIds-f300a3d3.js.map → compareIds-8626728b.js.map} +1 -1
- package/{const-460c0f68.js → const-411c29c2.js} +1 -1
- package/{const-460c0f68.js.map → const-411c29c2.js.map} +1 -1
- package/{const-cea7932a.js → const-4836ca2f.js} +1 -1
- package/{const-cea7932a.js.map → const-4836ca2f.js.map} +1 -1
- package/{context-1aee2fcc.js → context-b3b0d94d.js} +2 -2
- package/{context-1aee2fcc.js.map → context-b3b0d94d.js.map} +1 -1
- package/dist/index.css +88 -88
- package/dist/index.css.map +1 -1
- package/{index-a5ba7985.js → index-07ae6a1b.js} +2 -2
- package/{index-a5ba7985.js.map → index-07ae6a1b.js.map} +1 -1
- package/{index-8c54bbb8.js → index-200a8796.js} +2 -2
- package/{index-8c54bbb8.js.map → index-200a8796.js.map} +1 -1
- package/{index-f532aec7.js → index-4be14273.js} +5 -5
- package/{index-f532aec7.js.map → index-4be14273.js.map} +1 -1
- package/{index-b71aed3b.js → index-5cc28c33.js} +4 -4
- package/{index-b71aed3b.js.map → index-5cc28c33.js.map} +1 -1
- package/{index-b1bcebc7.js → index-5e61b8f6.js} +1 -1
- package/{index-b1bcebc7.js.map → index-5e61b8f6.js.map} +1 -1
- package/{index-52b2b816.js → index-89cd6e36.js} +2 -2
- package/{index-52b2b816.js.map → index-89cd6e36.js.map} +1 -1
- package/{index-eee9204a.js → index-9113fa9d.js} +2 -2
- package/{index-eee9204a.js.map → index-9113fa9d.js.map} +1 -1
- package/{index-45615e6e.js → index-c16ac1c8.js} +7 -7
- package/{index-45615e6e.js.map → index-c16ac1c8.js.map} +1 -1
- package/{index-c003c91c.js → index-c3c4236f.js} +4 -4
- package/{index-c003c91c.js.map → index-c3c4236f.js.map} +1 -1
- package/{index-f936a084.js → index-dbe2f386.js} +1 -1
- package/{index-f936a084.js.map → index-dbe2f386.js.map} +1 -1
- package/index.d.ts +5 -5
- package/index.js +32 -32
- package/{openChannelUtils-a5650554.js → openChannelUtils-fecc8bc0.js} +1 -1
- package/{openChannelUtils-a5650554.js.map → openChannelUtils-fecc8bc0.js.map} +1 -1
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-38fffb6a.js → stringSet-8662ec77.js} +1 -1
- package/{stringSet-38fffb6a.js.map → stringSet-8662ec77.js.map} +1 -1
- package/{topics-d594b804.js → topics-0752cb33.js} +1 -1
- package/{topics-d594b804.js.map → topics-0752cb33.js.map} +1 -1
- package/{tslib.es6-8a087055.js → tslib.es6-d20349ad.js} +1 -1
- package/{tslib.es6-8a087055.js.map → tslib.es6-d20349ad.js.map} +1 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +2 -2
- package/ui/Badge.js +5 -5
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +3 -3
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +7 -7
- package/ui/FileMessageItemBody.js +5 -5
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/Loader.js +1 -1
- package/ui/MentionLabel.js +10 -10
- package/ui/MessageContent.js +13 -13
- package/ui/MessageInput.js +9 -9
- package/ui/MessageItemMenu.js +7 -7
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +9 -9
- package/ui/MessageSearchItem.js +9 -9
- package/ui/MessageStatus.js +7 -7
- package/ui/Modal.js +6 -6
- package/ui/OGMessageItemBody.js +10 -10
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +6 -6
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +14 -14
- package/ui/OpenchannelOGMessage.js +14 -14
- package/ui/OpenchannelThumbnailMessage.js +13 -13
- package/ui/OpenchannelUserMessage.js +14 -14
- package/ui/PlaceHolder.js +6 -6
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +1 -1
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +10 -10
- package/ui/ThumbnailMessageItemBody.js +2 -2
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +11 -11
- package/ui/UserProfile.js +9 -9
- package/ui/Word.js +10 -10
- package/useSendbirdStateContext.js +1 -1
- package/{utils-4edea23e.js → utils-5569d95d.js} +1 -1
- package/{utils-4edea23e.js.map → utils-5569d95d.js.map} +1 -1
- package/{utils-daa9779c.js → utils-aba28b29.js} +1 -1
- package/{utils-daa9779c.js.map → utils-aba28b29.js.map} +1 -1
- package/{utils-e55000b0.js → utils-beb5bcc4.js} +1 -1
- package/{utils-e55000b0.js.map → utils-beb5bcc4.js.map} +1 -1
- package/{uuid-c6ede0a0.js → uuid-e5bc1634.js} +1 -1
- package/{uuid-c6ede0a0.js.map → uuid-e5bc1634.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-dea8a6c9.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-cb661818.js.map +0 -1
package/App.js
CHANGED
|
@@ -5,28 +5,28 @@ import ChannelList from './ChannelList.js';
|
|
|
5
5
|
import Channel from './Channel.js';
|
|
6
6
|
import ChannelSettings from './ChannelSettings.js';
|
|
7
7
|
import MessageSearchPannel from './MessageSearch.js';
|
|
8
|
-
import './_rollupPluginBabelHelpers-
|
|
8
|
+
import './_rollupPluginBabelHelpers-a72165e4.js';
|
|
9
9
|
import './withSendbird.js';
|
|
10
10
|
import '@sendbird/chat';
|
|
11
11
|
import '@sendbird/chat/openChannel';
|
|
12
12
|
import '@sendbird/chat/groupChannel';
|
|
13
|
-
import './actionTypes-
|
|
14
|
-
import './index-
|
|
15
|
-
import './tslib.es6-
|
|
13
|
+
import './actionTypes-b30fed5f.js';
|
|
14
|
+
import './index-89cd6e36.js';
|
|
15
|
+
import './tslib.es6-d20349ad.js';
|
|
16
16
|
import './utils/message/getOutgoingMessageState.js';
|
|
17
17
|
import 'css-vars-ponyfill';
|
|
18
|
-
import './uuid-
|
|
19
|
-
import './LocalizationContext-
|
|
20
|
-
import './stringSet-
|
|
21
|
-
import './index-
|
|
22
|
-
import './ChannelListProvider-
|
|
23
|
-
import './topics-
|
|
24
|
-
import './utils-
|
|
25
|
-
import './UserProfileContext-
|
|
18
|
+
import './uuid-e5bc1634.js';
|
|
19
|
+
import './LocalizationContext-9976b34e.js';
|
|
20
|
+
import './stringSet-8662ec77.js';
|
|
21
|
+
import './index-5e61b8f6.js';
|
|
22
|
+
import './ChannelListProvider-cdb08b62.js';
|
|
23
|
+
import './topics-0752cb33.js';
|
|
24
|
+
import './utils-5569d95d.js';
|
|
25
|
+
import './UserProfileContext-24bb1c79.js';
|
|
26
26
|
import './useSendbirdStateContext.js';
|
|
27
27
|
import './ChannelList/components/ChannelListUI.js';
|
|
28
28
|
import './ChannelList/components/ChannelListHeader.js';
|
|
29
|
-
import './index-
|
|
29
|
+
import './index-200a8796.js';
|
|
30
30
|
import './ui/IconButton.js';
|
|
31
31
|
import './ui/Avatar.js';
|
|
32
32
|
import './ui/ImageRenderer.js';
|
|
@@ -34,12 +34,12 @@ import './ui/Icon.js';
|
|
|
34
34
|
import './ChannelList/components/AddChannel.js';
|
|
35
35
|
import './CreateChannel.js';
|
|
36
36
|
import './CreateChannel/components/CreateChannelUI.js';
|
|
37
|
-
import './CreateChannelProvider-
|
|
37
|
+
import './CreateChannelProvider-b5fa7c16.js';
|
|
38
38
|
import './sendbirdSelectors.js';
|
|
39
39
|
import './CreateChannel/components/InviteUsers.js';
|
|
40
40
|
import './ui/Modal.js';
|
|
41
41
|
import 'react-dom';
|
|
42
|
-
import './index-
|
|
42
|
+
import './index-dbe2f386.js';
|
|
43
43
|
import './ui/Button.js';
|
|
44
44
|
import './ui/UserListItem.js';
|
|
45
45
|
import './ui/MutedAvatarOverlay.js';
|
|
@@ -50,34 +50,34 @@ import './ui/SortByRow.js';
|
|
|
50
50
|
import './CreateChannel/components/SelectChannelType.js';
|
|
51
51
|
import './ChannelList/components/ChannelPreview.js';
|
|
52
52
|
import './ui/ChannelAvatar.js';
|
|
53
|
-
import './utils-
|
|
53
|
+
import './utils-aba28b29.js';
|
|
54
54
|
import './ui/Badge.js';
|
|
55
|
-
import './index-
|
|
56
|
-
import './index-
|
|
57
|
-
import './index-
|
|
55
|
+
import './index-5cc28c33.js';
|
|
56
|
+
import './index-9113fa9d.js';
|
|
57
|
+
import './index-07ae6a1b.js';
|
|
58
58
|
import './ui/MentionUserLabel.js';
|
|
59
59
|
import './Channel/components/TypingIndicator.js';
|
|
60
|
-
import './ChannelProvider-
|
|
61
|
-
import './compareIds-
|
|
62
|
-
import './const-
|
|
60
|
+
import './ChannelProvider-08b86d72.js';
|
|
61
|
+
import './compareIds-8626728b.js';
|
|
62
|
+
import './const-4836ca2f.js';
|
|
63
63
|
import '@sendbird/chat/message';
|
|
64
64
|
import './ui/ReactionButton.js';
|
|
65
65
|
import './ui/MessageStatus.js';
|
|
66
66
|
import './ui/Loader.js';
|
|
67
67
|
import './ChannelList/components/ChannelPreviewAction.js';
|
|
68
68
|
import './EditUserProfile.js';
|
|
69
|
-
import './index-
|
|
69
|
+
import './index-4be14273.js';
|
|
70
70
|
import './ui/Input.js';
|
|
71
71
|
import './ui/TextButton.js';
|
|
72
|
-
import './color-
|
|
73
|
-
import './index-
|
|
72
|
+
import './color-511dde29.js';
|
|
73
|
+
import './index-c3c4236f.js';
|
|
74
74
|
import './Channel/components/ChannelUI.js';
|
|
75
75
|
import './ui/ConnectionStatus.js';
|
|
76
76
|
import './Channel/components/ChannelHeader.js';
|
|
77
77
|
import './Channel/components/MessageList.js';
|
|
78
78
|
import './Channel/components/Message.js';
|
|
79
79
|
import './Channel/components/SuggestedMentionList.js';
|
|
80
|
-
import './const-
|
|
80
|
+
import './const-411c29c2.js';
|
|
81
81
|
import './ui/DateSeparator.js';
|
|
82
82
|
import './ui/MessageInput.js';
|
|
83
83
|
import 'react-dom/server';
|
|
@@ -111,9 +111,9 @@ import './ChannelSettings/components/EditDetailsModal.js';
|
|
|
111
111
|
import './ChannelSettings/components/ModerationPanel.js';
|
|
112
112
|
import './ui/Accordion.js';
|
|
113
113
|
import './ui/AccordionGroup.js';
|
|
114
|
-
import './context-
|
|
114
|
+
import './context-b3b0d94d.js';
|
|
115
115
|
import './ChannelSettings/components/UserListItem.js';
|
|
116
|
-
import './MemberList-
|
|
116
|
+
import './MemberList-070e920a.js';
|
|
117
117
|
import './ChannelSettings/components/LeaveChannel.js';
|
|
118
118
|
import './ChannelSettings/components/UserPanel.js';
|
|
119
119
|
import './MessageSearch/components/MessageSearchUI.js';
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog - v3
|
|
2
2
|
|
|
3
|
+
## [v3.2.5] (Nov 7 2022)
|
|
4
|
+
Fix:
|
|
5
|
+
* Modify the type of parameters in the sendbirdSelectors
|
|
6
|
+
There has been unsyncronous between reality and types
|
|
7
|
+
This fix only affects to TypeScript
|
|
8
|
+
* getLeaveGroupChannel: `channel` to `channelUrl`
|
|
9
|
+
* getEnterOpenChannel: `channel` to `channelUrl`
|
|
10
|
+
* getExitOpenChannel: `channel` to `channelUrl`
|
|
11
|
+
|
|
3
12
|
## [v3.2.4] (Nov 1 2022)
|
|
4
13
|
Features:
|
|
5
14
|
* For Channel component, added separate prop isLoading?.boolean
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from '../../index-200a8796.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
4
4
|
import IconButton from '../../ui/IconButton.js';
|
|
5
5
|
import ChannelAvatar from '../../ui/ChannelAvatar.js';
|
|
6
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
+
import { a as LocalizationContext } from '../../LocalizationContext-9976b34e.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
|
-
import { u as useChannelContext } from '../../ChannelProvider-
|
|
8
|
+
import { u as useChannelContext } from '../../ChannelProvider-08b86d72.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../../stringSet-
|
|
11
|
-
import '../../tslib.es6-
|
|
10
|
+
import '../../stringSet-8662ec77.js';
|
|
11
|
+
import '../../tslib.es6-d20349ad.js';
|
|
12
12
|
import '../../ui/Avatar.js';
|
|
13
13
|
import '../../ui/ImageRenderer.js';
|
|
14
|
-
import '../../uuid-
|
|
15
|
-
import '../../utils-
|
|
16
|
-
import '../../index-
|
|
14
|
+
import '../../uuid-e5bc1634.js';
|
|
15
|
+
import '../../utils-aba28b29.js';
|
|
16
|
+
import '../../index-5e61b8f6.js';
|
|
17
17
|
import '../../withSendbird.js';
|
|
18
|
-
import '../../_rollupPluginBabelHelpers-
|
|
19
|
-
import '../../UserProfileContext-
|
|
20
|
-
import '../../index-
|
|
21
|
-
import '../../topics-
|
|
22
|
-
import '../../index-
|
|
18
|
+
import '../../_rollupPluginBabelHelpers-a72165e4.js';
|
|
19
|
+
import '../../UserProfileContext-24bb1c79.js';
|
|
20
|
+
import '../../index-07ae6a1b.js';
|
|
21
|
+
import '../../topics-0752cb33.js';
|
|
22
|
+
import '../../index-89cd6e36.js';
|
|
23
23
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
24
|
-
import '../../compareIds-
|
|
25
|
-
import '../../const-
|
|
24
|
+
import '../../compareIds-8626728b.js';
|
|
25
|
+
import '../../const-4836ca2f.js';
|
|
26
26
|
import '@sendbird/chat/groupChannel';
|
|
27
27
|
import '@sendbird/chat/message';
|
|
28
28
|
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-08b86d72.js';
|
|
4
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-c3c4236f.js';
|
|
5
5
|
import ConnectionStatus from '../../ui/ConnectionStatus.js';
|
|
6
6
|
import ChannelHeader from './ChannelHeader.js';
|
|
7
7
|
import MessageList from './MessageList.js';
|
|
@@ -10,40 +10,40 @@ import FrozenNotification from './FrozenNotification.js';
|
|
|
10
10
|
import UnreadCount from './UnreadCount.js';
|
|
11
11
|
import MessageInputWrapper from './MessageInput.js';
|
|
12
12
|
import '../../withSendbird.js';
|
|
13
|
-
import '../../_rollupPluginBabelHelpers-
|
|
14
|
-
import '../../UserProfileContext-
|
|
13
|
+
import '../../_rollupPluginBabelHelpers-a72165e4.js';
|
|
14
|
+
import '../../UserProfileContext-24bb1c79.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-07ae6a1b.js';
|
|
17
|
+
import '../../index-5e61b8f6.js';
|
|
18
|
+
import '../../topics-0752cb33.js';
|
|
19
|
+
import '../../index-89cd6e36.js';
|
|
20
|
+
import '../../tslib.es6-d20349ad.js';
|
|
21
21
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
22
|
-
import '../../compareIds-
|
|
23
|
-
import '../../const-
|
|
22
|
+
import '../../compareIds-8626728b.js';
|
|
23
|
+
import '../../const-4836ca2f.js';
|
|
24
24
|
import '@sendbird/chat/groupChannel';
|
|
25
|
-
import '../../uuid-
|
|
25
|
+
import '../../uuid-e5bc1634.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-200a8796.js';
|
|
31
|
+
import '../../stringSet-8662ec77.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-9976b34e.js';
|
|
36
36
|
import '../../ui/Loader.js';
|
|
37
37
|
import '../../ui/IconButton.js';
|
|
38
38
|
import '../../ui/ChannelAvatar.js';
|
|
39
39
|
import '../../ui/Avatar.js';
|
|
40
|
-
import '../../utils-
|
|
41
|
-
import '../../index-
|
|
40
|
+
import '../../utils-aba28b29.js';
|
|
41
|
+
import '../../index-9113fa9d.js';
|
|
42
42
|
import './Message.js';
|
|
43
43
|
import './SuggestedMentionList.js';
|
|
44
|
-
import '../../const-
|
|
44
|
+
import '../../const-411c29c2.js';
|
|
45
45
|
import '../../ui/DateSeparator.js';
|
|
46
|
-
import '../../color-
|
|
46
|
+
import '../../color-511dde29.js';
|
|
47
47
|
import '../../ui/MessageInput.js';
|
|
48
48
|
import 'react-dom/server';
|
|
49
49
|
import '../../ui/Button.js';
|
|
@@ -51,7 +51,7 @@ import '../../ui/MentionUserLabel.js';
|
|
|
51
51
|
import '../../ui/MessageContent.js';
|
|
52
52
|
import '../../ui/UserProfile.js';
|
|
53
53
|
import '../../sendbirdSelectors.js';
|
|
54
|
-
import '../../utils-
|
|
54
|
+
import '../../utils-5569d95d.js';
|
|
55
55
|
import '../../ui/MessageStatus.js';
|
|
56
56
|
import '../../ui/MessageItemMenu.js';
|
|
57
57
|
import '../../ui/MessageItemReactionMenu.js';
|
|
@@ -71,7 +71,7 @@ import '../../ui/OGMessageItemBody.js';
|
|
|
71
71
|
import '../../ui/UnknownMessageItemBody.js';
|
|
72
72
|
import '../../ui/QuoteMessage.js';
|
|
73
73
|
import './FileViewer.js';
|
|
74
|
-
import '../../index-
|
|
74
|
+
import '../../index-dbe2f386.js';
|
|
75
75
|
import './RemoveMessageModal.js';
|
|
76
76
|
import '../../ui/Modal.js';
|
|
77
77
|
import '../../ui/QuoteMessageInput.js';
|
|
@@ -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-200a8796.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
|
-
import { M as MODAL_ROOT } from '../../index-
|
|
7
|
-
import { y as isSupportedFileView, z as isVideo, A as isImage } from '../../index-
|
|
6
|
+
import { M as MODAL_ROOT } from '../../index-dbe2f386.js';
|
|
7
|
+
import { y as isSupportedFileView, z as isVideo, A as isImage } from '../../index-89cd6e36.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-08b86d72.js';
|
|
10
|
+
import '../../tslib.es6-d20349ad.js';
|
|
11
11
|
import '../../ui/ImageRenderer.js';
|
|
12
|
-
import '../../uuid-
|
|
12
|
+
import '../../uuid-e5bc1634.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../../stringSet-
|
|
14
|
+
import '../../stringSet-8662ec77.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-a72165e4.js';
|
|
18
|
+
import '../../UserProfileContext-24bb1c79.js';
|
|
19
|
+
import '../../index-07ae6a1b.js';
|
|
20
|
+
import '../../index-5e61b8f6.js';
|
|
21
|
+
import '../../topics-0752cb33.js';
|
|
22
|
+
import '../../compareIds-8626728b.js';
|
|
23
|
+
import '../../const-4836ca2f.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-9976b34e.js';
|
|
3
|
+
import { L as Label, a as LabelTypography } from '../../index-200a8796.js';
|
|
4
|
+
import '../../stringSet-8662ec77.js';
|
|
5
|
+
import '../../index-5e61b8f6.js';
|
|
6
6
|
import 'prop-types';
|
|
7
7
|
|
|
8
8
|
var FrozenNotification = function () {
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../../tslib.es6-d20349ad.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-07ae6a1b.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-08b86d72.js';
|
|
7
|
+
import { h as getClassName } from '../../index-89cd6e36.js';
|
|
8
|
+
import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-4836ca2f.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-200a8796.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-411c29c2.js';
|
|
16
|
+
import { u as useLocalization } from '../../LocalizationContext-9976b34e.js';
|
|
17
|
+
import '../../index-5e61b8f6.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-
|
|
22
|
+
import '../../uuid-e5bc1634.js';
|
|
23
23
|
import '../../withSendbird.js';
|
|
24
|
-
import '../../_rollupPluginBabelHelpers-
|
|
25
|
-
import '../../UserProfileContext-
|
|
26
|
-
import '../../topics-
|
|
24
|
+
import '../../_rollupPluginBabelHelpers-a72165e4.js';
|
|
25
|
+
import '../../UserProfileContext-24bb1c79.js';
|
|
26
|
+
import '../../topics-0752cb33.js';
|
|
27
27
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
28
|
-
import '../../compareIds-
|
|
28
|
+
import '../../compareIds-8626728b.js';
|
|
29
29
|
import '@sendbird/chat/groupChannel';
|
|
30
30
|
import '@sendbird/chat/message';
|
|
31
31
|
import '../../ui/ContextMenu.js';
|
|
32
32
|
import 'react-dom';
|
|
33
33
|
import '../../ui/SortByRow.js';
|
|
34
|
-
import '../../stringSet-
|
|
34
|
+
import '../../stringSet-8662ec77.js';
|
|
35
35
|
import '../../ui/ReactionButton.js';
|
|
36
|
-
import '../../color-
|
|
36
|
+
import '../../color-511dde29.js';
|
|
37
37
|
import 'react-dom/server';
|
|
38
38
|
import '../../ui/IconButton.js';
|
|
39
39
|
import '../../ui/Button.js';
|
|
40
40
|
import '../../ui/MentionUserLabel.js';
|
|
41
41
|
import '../../ui/UserProfile.js';
|
|
42
42
|
import '../../sendbirdSelectors.js';
|
|
43
|
-
import '../../utils-
|
|
43
|
+
import '../../utils-5569d95d.js';
|
|
44
44
|
import '../../ui/MessageStatus.js';
|
|
45
45
|
import '../../ui/Loader.js';
|
|
46
46
|
import '../../ui/MessageItemMenu.js';
|
|
@@ -60,7 +60,7 @@ import '../../ui/ThumbnailMessageItemBody.js';
|
|
|
60
60
|
import '../../ui/OGMessageItemBody.js';
|
|
61
61
|
import '../../ui/UnknownMessageItemBody.js';
|
|
62
62
|
import '../../ui/QuoteMessage.js';
|
|
63
|
-
import '../../index-
|
|
63
|
+
import '../../index-dbe2f386.js';
|
|
64
64
|
import '../../ui/Modal.js';
|
|
65
65
|
|
|
66
66
|
var Message = function (props) {
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../../tslib.es6-d20349ad.js';
|
|
2
2
|
import React__default, { useContext, useState, useEffect } from 'react';
|
|
3
|
-
import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted, d as isOperator } from '../../ChannelProvider-
|
|
3
|
+
import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted, d as isOperator } from '../../ChannelProvider-08b86d72.js';
|
|
4
4
|
import MessageInput from '../../ui/MessageInput.js';
|
|
5
5
|
import QuoteMessageInput from '../../ui/QuoteMessageInput.js';
|
|
6
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
+
import { a as LocalizationContext } from '../../LocalizationContext-9976b34e.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
8
|
import SuggestedMentionList from './SuggestedMentionList.js';
|
|
9
|
-
import { M as MessageInputKeys } from '../../const-
|
|
10
|
-
import '../../UserProfileContext-
|
|
9
|
+
import { M as MessageInputKeys } from '../../const-411c29c2.js';
|
|
10
|
+
import '../../UserProfileContext-24bb1c79.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../index-
|
|
14
|
-
import '../../topics-
|
|
15
|
-
import '../../index-
|
|
12
|
+
import '../../index-07ae6a1b.js';
|
|
13
|
+
import '../../index-5e61b8f6.js';
|
|
14
|
+
import '../../topics-0752cb33.js';
|
|
15
|
+
import '../../index-89cd6e36.js';
|
|
16
16
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
17
|
-
import '../../_rollupPluginBabelHelpers-
|
|
18
|
-
import '../../compareIds-
|
|
19
|
-
import '../../const-
|
|
17
|
+
import '../../_rollupPluginBabelHelpers-a72165e4.js';
|
|
18
|
+
import '../../compareIds-8626728b.js';
|
|
19
|
+
import '../../const-4836ca2f.js';
|
|
20
20
|
import '@sendbird/chat/groupChannel';
|
|
21
|
-
import '../../uuid-
|
|
21
|
+
import '../../uuid-e5bc1634.js';
|
|
22
22
|
import '@sendbird/chat/message';
|
|
23
23
|
import '../../ui/ContextMenu.js';
|
|
24
24
|
import 'react-dom';
|
|
25
25
|
import '../../ui/SortByRow.js';
|
|
26
|
-
import '../../index-
|
|
27
|
-
import '../../stringSet-
|
|
26
|
+
import '../../index-200a8796.js';
|
|
27
|
+
import '../../stringSet-8662ec77.js';
|
|
28
28
|
import '../../ui/ReactionButton.js';
|
|
29
29
|
import '../../ui/ImageRenderer.js';
|
|
30
30
|
import '../../ui/Icon.js';
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import React__default, { useState, useMemo } from 'react';
|
|
2
|
-
import { i as isSameDay } from '../../index-
|
|
3
|
-
import { u as useChannelContext, c as compareMessagesForGrouping, i as isAboutSame } from '../../ChannelProvider-
|
|
4
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
2
|
+
import { i as isSameDay } from '../../index-9113fa9d.js';
|
|
3
|
+
import { u as useChannelContext, c as compareMessagesForGrouping, i as isAboutSame } from '../../ChannelProvider-08b86d72.js';
|
|
4
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-c3c4236f.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
6
|
import Message from './Message.js';
|
|
7
|
-
import { u as uuidv4 } from '../../uuid-
|
|
8
|
-
import '../../index-
|
|
9
|
-
import '../../index-
|
|
10
|
-
import '../../UserProfileContext-
|
|
7
|
+
import { u as uuidv4 } from '../../uuid-e5bc1634.js';
|
|
8
|
+
import '../../index-07ae6a1b.js';
|
|
9
|
+
import '../../index-5e61b8f6.js';
|
|
10
|
+
import '../../UserProfileContext-24bb1c79.js';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
import '../../useSendbirdStateContext.js';
|
|
13
13
|
import '../../withSendbird.js';
|
|
14
|
-
import '../../_rollupPluginBabelHelpers-
|
|
15
|
-
import '../../topics-
|
|
16
|
-
import '../../index-
|
|
17
|
-
import '../../tslib.es6-
|
|
14
|
+
import '../../_rollupPluginBabelHelpers-a72165e4.js';
|
|
15
|
+
import '../../topics-0752cb33.js';
|
|
16
|
+
import '../../index-89cd6e36.js';
|
|
17
|
+
import '../../tslib.es6-d20349ad.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../compareIds-
|
|
20
|
-
import '../../const-
|
|
19
|
+
import '../../compareIds-8626728b.js';
|
|
20
|
+
import '../../const-4836ca2f.js';
|
|
21
21
|
import '@sendbird/chat/groupChannel';
|
|
22
22
|
import '@sendbird/chat/message';
|
|
23
23
|
import '../../ui/ContextMenu.js';
|
|
24
24
|
import 'react-dom';
|
|
25
25
|
import '../../ui/SortByRow.js';
|
|
26
|
-
import '../../index-
|
|
27
|
-
import '../../stringSet-
|
|
26
|
+
import '../../index-200a8796.js';
|
|
27
|
+
import '../../stringSet-8662ec77.js';
|
|
28
28
|
import '../../ui/ReactionButton.js';
|
|
29
29
|
import '../../ui/ImageRenderer.js';
|
|
30
|
-
import '../../LocalizationContext-
|
|
30
|
+
import '../../LocalizationContext-9976b34e.js';
|
|
31
31
|
import '../../ui/Loader.js';
|
|
32
32
|
import './SuggestedMentionList.js';
|
|
33
33
|
import '../../ui/Avatar.js';
|
|
34
|
-
import '../../const-
|
|
34
|
+
import '../../const-411c29c2.js';
|
|
35
35
|
import '../../ui/DateSeparator.js';
|
|
36
|
-
import '../../color-
|
|
36
|
+
import '../../color-511dde29.js';
|
|
37
37
|
import '../../ui/MessageInput.js';
|
|
38
38
|
import 'react-dom/server';
|
|
39
39
|
import '../../ui/IconButton.js';
|
|
@@ -42,7 +42,7 @@ import '../../ui/MentionUserLabel.js';
|
|
|
42
42
|
import '../../ui/MessageContent.js';
|
|
43
43
|
import '../../ui/UserProfile.js';
|
|
44
44
|
import '../../sendbirdSelectors.js';
|
|
45
|
-
import '../../utils-
|
|
45
|
+
import '../../utils-5569d95d.js';
|
|
46
46
|
import '../../ui/MessageStatus.js';
|
|
47
47
|
import '../../ui/MessageItemMenu.js';
|
|
48
48
|
import '../../ui/MessageItemReactionMenu.js';
|
|
@@ -62,7 +62,7 @@ import '../../ui/OGMessageItemBody.js';
|
|
|
62
62
|
import '../../ui/UnknownMessageItemBody.js';
|
|
63
63
|
import '../../ui/QuoteMessage.js';
|
|
64
64
|
import './FileViewer.js';
|
|
65
|
-
import '../../index-
|
|
65
|
+
import '../../index-dbe2f386.js';
|
|
66
66
|
import './RemoveMessageModal.js';
|
|
67
67
|
import '../../ui/Modal.js';
|
|
68
68
|
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import Modal from '../../ui/Modal.js';
|
|
3
3
|
import { ButtonTypes } from '../../ui/Button.js';
|
|
4
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
5
|
-
import { u as useChannelContext } from '../../ChannelProvider-
|
|
4
|
+
import { a as LocalizationContext } from '../../LocalizationContext-9976b34e.js';
|
|
5
|
+
import { u as useChannelContext } from '../../ChannelProvider-08b86d72.js';
|
|
6
6
|
import 'react-dom';
|
|
7
|
-
import '../../index-
|
|
7
|
+
import '../../index-dbe2f386.js';
|
|
8
8
|
import '../../ui/Icon.js';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
import '../../ui/IconButton.js';
|
|
11
|
-
import '../../tslib.es6-
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../index-
|
|
15
|
-
import '../../UserProfileContext-
|
|
11
|
+
import '../../tslib.es6-d20349ad.js';
|
|
12
|
+
import '../../index-200a8796.js';
|
|
13
|
+
import '../../stringSet-8662ec77.js';
|
|
14
|
+
import '../../index-5e61b8f6.js';
|
|
15
|
+
import '../../UserProfileContext-24bb1c79.js';
|
|
16
16
|
import '../../useSendbirdStateContext.js';
|
|
17
17
|
import '../../withSendbird.js';
|
|
18
|
-
import '../../_rollupPluginBabelHelpers-
|
|
19
|
-
import '../../index-
|
|
20
|
-
import '../../topics-
|
|
21
|
-
import '../../index-
|
|
18
|
+
import '../../_rollupPluginBabelHelpers-a72165e4.js';
|
|
19
|
+
import '../../index-07ae6a1b.js';
|
|
20
|
+
import '../../topics-0752cb33.js';
|
|
21
|
+
import '../../index-89cd6e36.js';
|
|
22
22
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
23
|
-
import '../../compareIds-
|
|
24
|
-
import '../../const-
|
|
23
|
+
import '../../compareIds-8626728b.js';
|
|
24
|
+
import '../../const-4836ca2f.js';
|
|
25
25
|
import '@sendbird/chat/groupChannel';
|
|
26
|
-
import '../../uuid-
|
|
26
|
+
import '../../uuid-e5bc1634.js';
|
|
27
27
|
import '@sendbird/chat/message';
|
|
28
28
|
import '../../ui/ContextMenu.js';
|
|
29
29
|
import '../../ui/SortByRow.js';
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import React__default, { useRef, useContext, useEffect, useMemo, useState } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-200a8796.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
4
4
|
import Avatar from '../../ui/Avatar.js';
|
|
5
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
-
import { u as uuidv4 } from '../../uuid-
|
|
7
|
-
import { u as useChannelContext } from '../../ChannelProvider-
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-9976b34e.js';
|
|
6
|
+
import { u as uuidv4 } from '../../uuid-e5bc1634.js';
|
|
7
|
+
import { u as useChannelContext } from '../../ChannelProvider-08b86d72.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { U as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-
|
|
10
|
-
import { M as MessageInputKeys } from '../../const-
|
|
9
|
+
import { U as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-4836ca2f.js';
|
|
10
|
+
import { M as MessageInputKeys } from '../../const-411c29c2.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../stringSet-
|
|
13
|
-
import '../../tslib.es6-
|
|
12
|
+
import '../../stringSet-8662ec77.js';
|
|
13
|
+
import '../../tslib.es6-d20349ad.js';
|
|
14
14
|
import '../../ui/ImageRenderer.js';
|
|
15
|
-
import '../../index-
|
|
16
|
-
import '../../UserProfileContext-
|
|
17
|
-
import '../../index-
|
|
18
|
-
import '../../topics-
|
|
19
|
-
import '../../index-
|
|
15
|
+
import '../../index-5e61b8f6.js';
|
|
16
|
+
import '../../UserProfileContext-24bb1c79.js';
|
|
17
|
+
import '../../index-07ae6a1b.js';
|
|
18
|
+
import '../../topics-0752cb33.js';
|
|
19
|
+
import '../../index-89cd6e36.js';
|
|
20
20
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
21
|
-
import '../../_rollupPluginBabelHelpers-
|
|
22
|
-
import '../../compareIds-
|
|
21
|
+
import '../../_rollupPluginBabelHelpers-a72165e4.js';
|
|
22
|
+
import '../../compareIds-8626728b.js';
|
|
23
23
|
import '@sendbird/chat/groupChannel';
|
|
24
24
|
import '@sendbird/chat/message';
|
|
25
25
|
import '../../ui/ContextMenu.js';
|