@sendbird/uikit-react 3.3.2 → 3.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +33 -33
- package/CHANGELOG.md +4 -0
- 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-95089982.js → ChannelListProvider-6522df17.js} +8 -8
- package/{ChannelListProvider-95089982.js.map → ChannelListProvider-6522df17.js.map} +1 -1
- package/{ChannelProvider-2ced8109.js → ChannelProvider-014846c8.js} +9 -9
- package/{ChannelProvider-2ced8109.js.map → ChannelProvider-014846c8.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-d4db4fa3.js → CreateChannelProvider-54ec0feb.js} +1 -1
- package/{CreateChannelProvider-d4db4fa3.js.map → CreateChannelProvider-54ec0feb.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-3c8d4888.js → LocalizationContext-aa7dfc3f.js} +3 -3
- package/{LocalizationContext-3c8d4888.js.map → LocalizationContext-aa7dfc3f.js.map} +1 -1
- package/{MediaQueryContext-94cfc605.js → MediaQueryContext-038f7f88.js} +1 -1
- package/{MediaQueryContext-94cfc605.js.map → MediaQueryContext-038f7f88.js.map} +1 -1
- package/{MemberList-66867e1c.js → MemberList-3e4790c4.js} +5 -5
- package/{MemberList-66867e1c.js.map → MemberList-3e4790c4.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +2 -2
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +13 -13
- package/OpenChannel/components/OpenChannelInput.js +15 -15
- package/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/OpenChannel/components/OpenChannelUI.js +24 -24
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +24 -24
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/OpenChannelList/context.js +4 -4
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-2588561c.js → OpenChannelListProvider-e4713e4f.js} +3 -3
- package/{OpenChannelListProvider-2588561c.js.map → OpenChannelListProvider-e4713e4f.js.map} +1 -1
- package/{OpenChannelProvider-0c024af9.js → OpenChannelProvider-820eed7f.js} +7 -7
- package/{OpenChannelProvider-0c024af9.js.map → OpenChannelProvider-820eed7f.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-26a3d52b.js → RemoveMessageModal-2e549441.js} +3 -3
- package/{RemoveMessageModal-26a3d52b.js.map → RemoveMessageModal-2e549441.js.map} +1 -1
- package/SendbirdProvider.js +13 -11
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +21 -21
- package/Thread/components/ParentMessageInfoItem.js +14 -14
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +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-ab67609d.js → ThreadProvider-2f751001.js} +6 -6
- package/{ThreadProvider-ab67609d.js.map → ThreadProvider-2f751001.js.map} +1 -1
- package/{UserProfileContext-e8063b05.js → UserProfileContext-ac550461.js} +1 -1
- package/{UserProfileContext-e8063b05.js.map → UserProfileContext-ac550461.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-16667c95.js → _rollupPluginBabelHelpers-34d80a3b.js} +1 -1
- package/_rollupPluginBabelHelpers-34d80a3b.js.map +1 -0
- package/{actionTypes-f4aea3af.js → actionTypes-642d9cf1.js} +1 -1
- package/{actionTypes-f4aea3af.js.map → actionTypes-642d9cf1.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-504f1020.js → ChannelListProvider-b705fa43.js} +8 -8
- package/cjs/{ChannelListProvider-504f1020.js.map → ChannelListProvider-b705fa43.js.map} +1 -1
- package/cjs/{ChannelProvider-7a9eb366.js → ChannelProvider-0b75671e.js} +9 -9
- package/cjs/{ChannelProvider-7a9eb366.js.map → ChannelProvider-0b75671e.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-57dbed94.js → CreateChannelProvider-25694e0d.js} +1 -1
- package/cjs/{CreateChannelProvider-57dbed94.js.map → CreateChannelProvider-25694e0d.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-fde44de7.js → LocalizationContext-8e73c858.js} +3 -3
- package/cjs/{LocalizationContext-fde44de7.js.map → LocalizationContext-8e73c858.js.map} +1 -1
- package/cjs/{MediaQueryContext-8bddac7a.js → MediaQueryContext-28198a15.js} +1 -1
- package/cjs/{MediaQueryContext-8bddac7a.js.map → MediaQueryContext-28198a15.js.map} +1 -1
- package/cjs/{MemberList-d6eef621.js → MemberList-430762bb.js} +5 -5
- package/cjs/{MemberList-d6eef621.js.map → MemberList-430762bb.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +2 -2
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +13 -13
- package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
- package/cjs/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/cjs/OpenChannel/components/OpenChannelUI.js +24 -24
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +24 -24
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/cjs/OpenChannelList/context.js +4 -4
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-402e197d.js → OpenChannelListProvider-127e2c69.js} +3 -3
- package/cjs/{OpenChannelListProvider-402e197d.js.map → OpenChannelListProvider-127e2c69.js.map} +1 -1
- package/cjs/{OpenChannelProvider-734280b6.js → OpenChannelProvider-187e5820.js} +7 -7
- package/cjs/{OpenChannelProvider-734280b6.js.map → OpenChannelProvider-187e5820.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-16ff5893.js → RemoveMessageModal-ab3e801b.js} +3 -3
- package/cjs/{RemoveMessageModal-16ff5893.js.map → RemoveMessageModal-ab3e801b.js.map} +1 -1
- package/cjs/SendbirdProvider.js +13 -11
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +21 -21
- package/cjs/Thread/components/ParentMessageInfoItem.js +14 -14
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +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-50868a09.js → ThreadProvider-41164a45.js} +6 -6
- package/cjs/{ThreadProvider-50868a09.js.map → ThreadProvider-41164a45.js.map} +1 -1
- package/cjs/{UserProfileContext-64d86d86.js → UserProfileContext-89f4ca9a.js} +1 -1
- package/cjs/{UserProfileContext-64d86d86.js.map → UserProfileContext-89f4ca9a.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-5ac4f130.js → _rollupPluginBabelHelpers-5a3145d1.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-5a3145d1.js.map +1 -0
- package/cjs/{actionTypes-e8ee98d1.js → actionTypes-c3d4d3c4.js} +1 -1
- package/cjs/{actionTypes-e8ee98d1.js.map → actionTypes-c3d4d3c4.js.map} +1 -1
- package/cjs/{color-30f1bdcf.js → color-c3cad9a8.js} +1 -1
- package/cjs/{color-30f1bdcf.js.map → color-c3cad9a8.js.map} +1 -1
- package/cjs/{compareIds-a376065f.js → compareIds-71cb3e6e.js} +1 -1
- package/cjs/{compareIds-a376065f.js.map → compareIds-71cb3e6e.js.map} +1 -1
- package/cjs/{const-02cb026d.js → const-4de21a7a.js} +1 -1
- package/cjs/{const-02cb026d.js.map → const-4de21a7a.js.map} +1 -1
- package/cjs/{const-3f939a13.js → const-b95571bb.js} +1 -1
- package/cjs/{const-3f939a13.js.map → const-b95571bb.js.map} +1 -1
- package/cjs/{context-445c5f71.js → context-7b59a6d6.js} +2 -2
- package/cjs/{context-445c5f71.js.map → context-7b59a6d6.js.map} +1 -1
- package/cjs/dist/index.css +55 -55
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-2d0b25a9.js → index-39074bef.js} +2 -2
- package/cjs/{index-2d0b25a9.js.map → index-39074bef.js.map} +1 -1
- package/cjs/{index-cf3bc419.js → index-40b2748b.js} +1 -1
- package/cjs/{index-cf3bc419.js.map → index-40b2748b.js.map} +1 -1
- package/cjs/{index-0229dcdd.js → index-42857089.js} +7 -7
- package/cjs/{index-0229dcdd.js.map → index-42857089.js.map} +1 -1
- package/cjs/{index-7aaa5cf4.js → index-7512b663.js} +4 -4
- package/cjs/{index-7aaa5cf4.js.map → index-7512b663.js.map} +1 -1
- package/cjs/{index-b8854f13.js → index-76988629.js} +2 -2
- package/cjs/{index-b8854f13.js.map → index-76988629.js.map} +1 -1
- package/cjs/{index-e1fcf475.js → index-994763f3.js} +5 -5
- package/cjs/{index-e1fcf475.js.map → index-994763f3.js.map} +1 -1
- package/cjs/{index-bd06c1c5.js → index-bd0af4e9.js} +2 -2
- package/cjs/{index-bd06c1c5.js.map → index-bd0af4e9.js.map} +1 -1
- package/cjs/{index-0658bd8a.js → index-c1a2e0f0.js} +2 -2
- package/cjs/{index-0658bd8a.js.map → index-c1a2e0f0.js.map} +1 -1
- package/cjs/{index-b9386945.js → index-c7b7bc75.js} +1 -1
- package/cjs/{index-b9386945.js.map → index-c7b7bc75.js.map} +1 -1
- package/cjs/{index-45203576.js → index-c8fe6fd5.js} +2 -2
- package/cjs/{index-45203576.js.map → index-c8fe6fd5.js.map} +1 -1
- package/cjs/{index-34e83d5c.js → index-dc77e3c7.js} +4 -4
- package/cjs/{index-34e83d5c.js.map → index-dc77e3c7.js.map} +1 -1
- package/cjs/index.js +37 -37
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-5e01e582.js → stringSet-3b2e7f83.js} +1 -1
- package/cjs/{stringSet-5e01e582.js.map → stringSet-3b2e7f83.js.map} +1 -1
- package/cjs/{topics-eca4f611.js → topics-3dd8a046.js} +1 -1
- package/cjs/{topics-eca4f611.js.map → topics-3dd8a046.js.map} +1 -1
- package/cjs/{tslib.es6-ab92712f.js → tslib.es6-1830b80e.js} +1 -1
- package/cjs/{tslib.es6-ab92712f.js.map → tslib.es6-1830b80e.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-de56560b.js → useLongPress-eff0b243.js} +3 -3
- package/cjs/{useLongPress-de56560b.js.map → useLongPress-eff0b243.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-283a4d8e.js → utils-346853d2.js} +2 -2
- package/cjs/{utils-283a4d8e.js.map → utils-346853d2.js.map} +1 -1
- package/cjs/{utils-52b3bc70.js → utils-4c89877f.js} +1 -1
- package/cjs/{utils-52b3bc70.js.map → utils-4c89877f.js.map} +1 -1
- package/cjs/{utils-a5971870.js → utils-669a0f93.js} +1 -1
- package/cjs/{utils-a5971870.js.map → utils-669a0f93.js.map} +1 -1
- package/cjs/{utils-63d69dc7.js → utils-c6b57d1a.js} +1 -1
- package/cjs/{utils-63d69dc7.js.map → utils-c6b57d1a.js.map} +1 -1
- package/cjs/{uuid-9207aa84.js → uuid-500480f2.js} +1 -1
- package/cjs/{uuid-9207aa84.js.map → uuid-500480f2.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-36e07432.js → color-57e4b878.js} +1 -1
- package/{color-36e07432.js.map → color-57e4b878.js.map} +1 -1
- package/{compareIds-5f127d04.js → compareIds-e883daf1.js} +1 -1
- package/{compareIds-5f127d04.js.map → compareIds-e883daf1.js.map} +1 -1
- package/{const-5b3992dc.js → const-ae324b4b.js} +1 -1
- package/{const-5b3992dc.js.map → const-ae324b4b.js.map} +1 -1
- package/{const-dd057875.js → const-c161b705.js} +1 -1
- package/{const-dd057875.js.map → const-c161b705.js.map} +1 -1
- package/{context-fce7cc05.js → context-c3aeffff.js} +2 -2
- package/{context-fce7cc05.js.map → context-c3aeffff.js.map} +1 -1
- package/dist/index.css +55 -55
- package/dist/index.css.map +1 -1
- package/{index-adeb77df.js → index-004317e6.js} +5 -5
- package/{index-adeb77df.js.map → index-004317e6.js.map} +1 -1
- package/{index-1df05cfe.js → index-030bd260.js} +4 -4
- package/{index-1df05cfe.js.map → index-030bd260.js.map} +1 -1
- package/{index-8e552833.js → index-192ae483.js} +1 -1
- package/{index-8e552833.js.map → index-192ae483.js.map} +1 -1
- package/{index-db2b3752.js → index-3105c09f.js} +7 -7
- package/{index-db2b3752.js.map → index-3105c09f.js.map} +1 -1
- package/{index-840f7123.js → index-40a69f5f.js} +2 -2
- package/{index-840f7123.js.map → index-40a69f5f.js.map} +1 -1
- package/{index-13e7d10f.js → index-5e60a636.js} +4 -4
- package/{index-13e7d10f.js.map → index-5e60a636.js.map} +1 -1
- package/{index-c45e5f15.js → index-9f471c3f.js} +2 -2
- package/{index-c45e5f15.js.map → index-9f471c3f.js.map} +1 -1
- package/{index-6c456a2e.js → index-a623d99a.js} +1 -1
- package/{index-6c456a2e.js.map → index-a623d99a.js.map} +1 -1
- package/{index-19980ce5.js → index-c87f7f73.js} +2 -2
- package/{index-19980ce5.js.map → index-c87f7f73.js.map} +1 -1
- package/{index-c10a6080.js → index-d27b45b3.js} +2 -2
- package/{index-c10a6080.js.map → index-d27b45b3.js.map} +1 -1
- package/{index-ba11d77d.js → index-e4add1e4.js} +2 -2
- package/{index-ba11d77d.js.map → index-e4add1e4.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-90d297f1.js → stringSet-8218c0cc.js} +1 -1
- package/{stringSet-90d297f1.js.map → stringSet-8218c0cc.js.map} +1 -1
- package/{topics-354c1db2.js → topics-79ac549c.js} +1 -1
- package/{topics-354c1db2.js.map → topics-79ac549c.js.map} +1 -1
- package/{tslib.es6-99c8fa97.js → tslib.es6-a9347cf5.js} +1 -1
- package/{tslib.es6-99c8fa97.js.map → tslib.es6-a9347cf5.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-e7b1aee7.js → useLongPress-383a5348.js} +3 -3
- package/{useLongPress-e7b1aee7.js.map → useLongPress-383a5348.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/{utils-c17213bb.js → utils-628f2c1b.js} +1 -1
- package/{utils-c17213bb.js.map → utils-628f2c1b.js.map} +1 -1
- package/{utils-f30e00ac.js → utils-69bbeb3a.js} +1 -1
- package/{utils-f30e00ac.js.map → utils-69bbeb3a.js.map} +1 -1
- package/{utils-90c4ea70.js → utils-bced60ca.js} +1 -1
- package/{utils-90c4ea70.js.map → utils-bced60ca.js.map} +1 -1
- package/{utils-41eb3c8f.js → utils-f1589e71.js} +2 -2
- package/{utils-41eb3c8f.js.map → utils-f1589e71.js.map} +1 -1
- package/{uuid-5399e6af.js → uuid-47b7ac05.js} +1 -1
- package/{uuid-5399e6af.js.map → uuid-47b7ac05.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-16667c95.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-5ac4f130.js.map +0 -1
package/App.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import Sendbird from './SendbirdProvider.js';
|
|
4
|
-
import { u as useMediaQueryContext } from './MediaQueryContext-
|
|
4
|
+
import { u as useMediaQueryContext } from './MediaQueryContext-038f7f88.js';
|
|
5
5
|
import ChannelList from './ChannelList.js';
|
|
6
6
|
import Channel from './Channel.js';
|
|
7
7
|
import ChannelSettings from './ChannelSettings.js';
|
|
@@ -9,26 +9,26 @@ import MessageSearchPannel from './MessageSearch.js';
|
|
|
9
9
|
import Thread from './Thread.js';
|
|
10
10
|
import { GroupChannelHandler } from '@sendbird/chat/groupChannel';
|
|
11
11
|
import useSendbirdStateContext from './useSendbirdStateContext.js';
|
|
12
|
-
import { u as uuidv4 } from './uuid-
|
|
13
|
-
import './_rollupPluginBabelHelpers-
|
|
12
|
+
import { u as uuidv4 } from './uuid-47b7ac05.js';
|
|
13
|
+
import './_rollupPluginBabelHelpers-34d80a3b.js';
|
|
14
14
|
import './withSendbird.js';
|
|
15
15
|
import '@sendbird/chat';
|
|
16
16
|
import '@sendbird/chat/openChannel';
|
|
17
|
-
import './actionTypes-
|
|
18
|
-
import './index-
|
|
19
|
-
import './tslib.es6-
|
|
17
|
+
import './actionTypes-642d9cf1.js';
|
|
18
|
+
import './index-9f471c3f.js';
|
|
19
|
+
import './tslib.es6-a9347cf5.js';
|
|
20
20
|
import './utils/message/getOutgoingMessageState.js';
|
|
21
21
|
import 'css-vars-ponyfill';
|
|
22
|
-
import './LocalizationContext-
|
|
23
|
-
import './stringSet-
|
|
24
|
-
import './index-
|
|
25
|
-
import './ChannelListProvider-
|
|
26
|
-
import './topics-
|
|
27
|
-
import './utils-
|
|
28
|
-
import './UserProfileContext-
|
|
22
|
+
import './LocalizationContext-aa7dfc3f.js';
|
|
23
|
+
import './stringSet-8218c0cc.js';
|
|
24
|
+
import './index-192ae483.js';
|
|
25
|
+
import './ChannelListProvider-6522df17.js';
|
|
26
|
+
import './topics-79ac549c.js';
|
|
27
|
+
import './utils-628f2c1b.js';
|
|
28
|
+
import './UserProfileContext-ac550461.js';
|
|
29
29
|
import './ChannelList/components/ChannelListUI.js';
|
|
30
30
|
import './ChannelList/components/ChannelListHeader.js';
|
|
31
|
-
import './index-
|
|
31
|
+
import './index-c87f7f73.js';
|
|
32
32
|
import './ui/Avatar.js';
|
|
33
33
|
import './ui/ImageRenderer.js';
|
|
34
34
|
import './ui/Icon.js';
|
|
@@ -36,12 +36,12 @@ import './ChannelList/components/AddChannel.js';
|
|
|
36
36
|
import './ui/IconButton.js';
|
|
37
37
|
import './CreateChannel.js';
|
|
38
38
|
import './CreateChannel/components/CreateChannelUI.js';
|
|
39
|
-
import './CreateChannelProvider-
|
|
39
|
+
import './CreateChannelProvider-54ec0feb.js';
|
|
40
40
|
import './sendbirdSelectors.js';
|
|
41
41
|
import './CreateChannel/components/InviteUsers.js';
|
|
42
42
|
import './ui/Modal.js';
|
|
43
43
|
import 'react-dom';
|
|
44
|
-
import './index-
|
|
44
|
+
import './index-a623d99a.js';
|
|
45
45
|
import './ui/Button.js';
|
|
46
46
|
import './ui/UserListItem.js';
|
|
47
47
|
import './ui/MutedAvatarOverlay.js';
|
|
@@ -52,37 +52,37 @@ import './ui/SortByRow.js';
|
|
|
52
52
|
import './CreateChannel/components/SelectChannelType.js';
|
|
53
53
|
import './ChannelList/components/ChannelPreview.js';
|
|
54
54
|
import './ui/ChannelAvatar.js';
|
|
55
|
-
import './utils-
|
|
55
|
+
import './utils-69bbeb3a.js';
|
|
56
56
|
import './ui/Badge.js';
|
|
57
|
-
import './index-
|
|
58
|
-
import './index-
|
|
59
|
-
import './index-
|
|
57
|
+
import './index-5e60a636.js';
|
|
58
|
+
import './index-40a69f5f.js';
|
|
59
|
+
import './index-e4add1e4.js';
|
|
60
60
|
import './ui/MentionUserLabel.js';
|
|
61
61
|
import './ui/TextButton.js';
|
|
62
|
-
import './color-
|
|
62
|
+
import './color-57e4b878.js';
|
|
63
63
|
import './Channel/components/TypingIndicator.js';
|
|
64
|
-
import './ChannelProvider-
|
|
65
|
-
import './compareIds-
|
|
66
|
-
import './const-
|
|
64
|
+
import './ChannelProvider-014846c8.js';
|
|
65
|
+
import './compareIds-e883daf1.js';
|
|
66
|
+
import './const-c161b705.js';
|
|
67
67
|
import '@sendbird/chat/message';
|
|
68
68
|
import './ui/ReactionButton.js';
|
|
69
69
|
import './ui/MessageStatus.js';
|
|
70
70
|
import './ui/Loader.js';
|
|
71
|
-
import './useLongPress-
|
|
71
|
+
import './useLongPress-383a5348.js';
|
|
72
72
|
import './ChannelList/components/ChannelPreviewAction.js';
|
|
73
73
|
import './EditUserProfile.js';
|
|
74
|
-
import './index-
|
|
74
|
+
import './index-004317e6.js';
|
|
75
75
|
import './ui/Input.js';
|
|
76
|
-
import './index-
|
|
76
|
+
import './index-030bd260.js';
|
|
77
77
|
import './Channel/components/ChannelUI.js';
|
|
78
78
|
import './ui/ConnectionStatus.js';
|
|
79
79
|
import './Channel/components/ChannelHeader.js';
|
|
80
|
-
import './utils-
|
|
80
|
+
import './utils-f1589e71.js';
|
|
81
81
|
import './Channel/components/MessageList.js';
|
|
82
82
|
import './Channel/components/Message.js';
|
|
83
83
|
import './Channel/components/SuggestedMentionList.js';
|
|
84
|
-
import './const-
|
|
85
|
-
import './ThreadProvider-
|
|
84
|
+
import './const-ae324b4b.js';
|
|
85
|
+
import './ThreadProvider-2f751001.js';
|
|
86
86
|
import './Thread/context/types.js';
|
|
87
87
|
import './ui/DateSeparator.js';
|
|
88
88
|
import './ui/MessageInput.js';
|
|
@@ -119,9 +119,9 @@ import './ChannelSettings/components/EditDetailsModal.js';
|
|
|
119
119
|
import './ChannelSettings/components/ModerationPanel.js';
|
|
120
120
|
import './ui/Accordion.js';
|
|
121
121
|
import './ui/AccordionGroup.js';
|
|
122
|
-
import './context-
|
|
122
|
+
import './context-c3aeffff.js';
|
|
123
123
|
import './ChannelSettings/components/UserListItem.js';
|
|
124
|
-
import './MemberList-
|
|
124
|
+
import './MemberList-3e4790c4.js';
|
|
125
125
|
import './ChannelSettings/components/LeaveChannel.js';
|
|
126
126
|
import './ChannelSettings/components/UserPanel.js';
|
|
127
127
|
import './MessageSearch/components/MessageSearchUI.js';
|
|
@@ -130,7 +130,7 @@ import './ui/MessageSearchItem.js';
|
|
|
130
130
|
import './ui/MessageSearchFileItem.js';
|
|
131
131
|
import './Thread/components/ThreadUI.js';
|
|
132
132
|
import './Thread/components/ParentMessageInfo.js';
|
|
133
|
-
import './RemoveMessageModal-
|
|
133
|
+
import './RemoveMessageModal-2e549441.js';
|
|
134
134
|
import './Thread/components/ParentMessageInfoItem.js';
|
|
135
135
|
import './ui/FileViewer.js';
|
|
136
136
|
import './Thread/components/ThreadHeader.js';
|
package/CHANGELOG.md
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { g as getChannelTitle } from '../../utils-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { g as getChannelTitle } from '../../utils-f1589e71.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c87f7f73.js';
|
|
4
4
|
import Icon, { IconColors, IconTypes } from '../../ui/Icon.js';
|
|
5
5
|
import IconButton from '../../ui/IconButton.js';
|
|
6
6
|
import ChannelAvatar from '../../ui/ChannelAvatar.js';
|
|
7
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
7
|
+
import { a as LocalizationContext } from '../../LocalizationContext-aa7dfc3f.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { u as useChannelContext } from '../../ChannelProvider-
|
|
10
|
-
import { u as useMediaQueryContext } from '../../MediaQueryContext-
|
|
11
|
-
import { n as noop } from '../../utils-
|
|
9
|
+
import { u as useChannelContext } from '../../ChannelProvider-014846c8.js';
|
|
10
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-038f7f88.js';
|
|
11
|
+
import { n as noop } from '../../utils-628f2c1b.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../tslib.es6-
|
|
13
|
+
import '../../stringSet-8218c0cc.js';
|
|
14
|
+
import '../../tslib.es6-a9347cf5.js';
|
|
15
15
|
import '../../ui/Avatar.js';
|
|
16
16
|
import '../../ui/ImageRenderer.js';
|
|
17
|
-
import '../../uuid-
|
|
18
|
-
import '../../utils-
|
|
19
|
-
import '../../index-
|
|
17
|
+
import '../../uuid-47b7ac05.js';
|
|
18
|
+
import '../../utils-69bbeb3a.js';
|
|
19
|
+
import '../../index-192ae483.js';
|
|
20
20
|
import '../../withSendbird.js';
|
|
21
|
-
import '../../_rollupPluginBabelHelpers-
|
|
22
|
-
import '../../UserProfileContext-
|
|
23
|
-
import '../../index-
|
|
24
|
-
import '../../topics-
|
|
25
|
-
import '../../index-
|
|
21
|
+
import '../../_rollupPluginBabelHelpers-34d80a3b.js';
|
|
22
|
+
import '../../UserProfileContext-ac550461.js';
|
|
23
|
+
import '../../index-e4add1e4.js';
|
|
24
|
+
import '../../topics-79ac549c.js';
|
|
25
|
+
import '../../index-9f471c3f.js';
|
|
26
26
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
27
|
-
import '../../compareIds-
|
|
28
|
-
import '../../const-
|
|
27
|
+
import '../../compareIds-e883daf1.js';
|
|
28
|
+
import '../../const-c161b705.js';
|
|
29
29
|
import '@sendbird/chat/groupChannel';
|
|
30
30
|
import '@sendbird/chat/message';
|
|
31
31
|
import '../../ui/ContextMenu.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
|
-
import { u as useChannelContext, M as MARK_AS_READ } from '../../ChannelProvider-
|
|
4
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
3
|
+
import { u as useChannelContext, M as MARK_AS_READ } from '../../ChannelProvider-014846c8.js';
|
|
4
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-030bd260.js';
|
|
5
5
|
import ConnectionStatus from '../../ui/ConnectionStatus.js';
|
|
6
6
|
import ChannelHeader from './ChannelHeader.js';
|
|
7
7
|
import MessageList from './MessageList.js';
|
|
@@ -10,46 +10,46 @@ import FrozenNotification from './FrozenNotification.js';
|
|
|
10
10
|
import UnreadCount from './UnreadCount.js';
|
|
11
11
|
import MessageInputWrapper from './MessageInput.js';
|
|
12
12
|
import '../../withSendbird.js';
|
|
13
|
-
import '../../_rollupPluginBabelHelpers-
|
|
14
|
-
import '../../UserProfileContext-
|
|
13
|
+
import '../../_rollupPluginBabelHelpers-34d80a3b.js';
|
|
14
|
+
import '../../UserProfileContext-ac550461.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-e4add1e4.js';
|
|
17
|
+
import '../../index-192ae483.js';
|
|
18
|
+
import '../../topics-79ac549c.js';
|
|
19
|
+
import '../../index-9f471c3f.js';
|
|
20
|
+
import '../../tslib.es6-a9347cf5.js';
|
|
21
21
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
22
|
-
import '../../compareIds-
|
|
23
|
-
import '../../const-
|
|
22
|
+
import '../../compareIds-e883daf1.js';
|
|
23
|
+
import '../../const-c161b705.js';
|
|
24
24
|
import '@sendbird/chat/groupChannel';
|
|
25
|
-
import '../../uuid-
|
|
25
|
+
import '../../uuid-47b7ac05.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-c87f7f73.js';
|
|
31
|
+
import '../../stringSet-8218c0cc.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-aa7dfc3f.js';
|
|
36
36
|
import '../../ui/Loader.js';
|
|
37
|
-
import '../../utils-
|
|
37
|
+
import '../../utils-f1589e71.js';
|
|
38
38
|
import '../../ui/IconButton.js';
|
|
39
39
|
import '../../ui/ChannelAvatar.js';
|
|
40
40
|
import '../../ui/Avatar.js';
|
|
41
|
-
import '../../utils-
|
|
42
|
-
import '../../MediaQueryContext-
|
|
43
|
-
import '../../utils-
|
|
44
|
-
import '../../index-
|
|
41
|
+
import '../../utils-69bbeb3a.js';
|
|
42
|
+
import '../../MediaQueryContext-038f7f88.js';
|
|
43
|
+
import '../../utils-628f2c1b.js';
|
|
44
|
+
import '../../index-40a69f5f.js';
|
|
45
45
|
import './Message.js';
|
|
46
46
|
import './SuggestedMentionList.js';
|
|
47
|
-
import '../../const-
|
|
48
|
-
import '../../ThreadProvider-
|
|
47
|
+
import '../../const-ae324b4b.js';
|
|
48
|
+
import '../../ThreadProvider-2f751001.js';
|
|
49
49
|
import '../../Thread/context/types.js';
|
|
50
50
|
import '@sendbird/chat';
|
|
51
51
|
import '../../ui/DateSeparator.js';
|
|
52
|
-
import '../../color-
|
|
52
|
+
import '../../color-57e4b878.js';
|
|
53
53
|
import '../../ui/MessageInput.js';
|
|
54
54
|
import 'react-dom/server';
|
|
55
55
|
import '../../ui/Button.js';
|
|
@@ -75,9 +75,9 @@ import '../../ui/ThumbnailMessageItemBody.js';
|
|
|
75
75
|
import '../../ui/OGMessageItemBody.js';
|
|
76
76
|
import '../../ui/UnknownMessageItemBody.js';
|
|
77
77
|
import '../../ui/QuoteMessage.js';
|
|
78
|
-
import '../../useLongPress-
|
|
78
|
+
import '../../useLongPress-383a5348.js';
|
|
79
79
|
import '../../ui/BottomSheet.js';
|
|
80
|
-
import '../../index-
|
|
80
|
+
import '../../index-a623d99a.js';
|
|
81
81
|
import '../../ui/ThreadReplies.js';
|
|
82
82
|
import './FileViewer.js';
|
|
83
83
|
import './RemoveMessageModal.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-c87f7f73.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
|
-
import { M as MODAL_ROOT } from '../../index-
|
|
7
|
-
import { D as isSupportedFileView, E as isVideo, F as isImage } from '../../index-
|
|
6
|
+
import { M as MODAL_ROOT } from '../../index-a623d99a.js';
|
|
7
|
+
import { D as isSupportedFileView, E as isVideo, F as isImage } from '../../index-9f471c3f.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-014846c8.js';
|
|
10
|
+
import '../../tslib.es6-a9347cf5.js';
|
|
11
11
|
import '../../ui/ImageRenderer.js';
|
|
12
|
-
import '../../uuid-
|
|
12
|
+
import '../../uuid-47b7ac05.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../../stringSet-
|
|
14
|
+
import '../../stringSet-8218c0cc.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-34d80a3b.js';
|
|
18
|
+
import '../../UserProfileContext-ac550461.js';
|
|
19
|
+
import '../../index-e4add1e4.js';
|
|
20
|
+
import '../../index-192ae483.js';
|
|
21
|
+
import '../../topics-79ac549c.js';
|
|
22
|
+
import '../../compareIds-e883daf1.js';
|
|
23
|
+
import '../../const-c161b705.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-aa7dfc3f.js';
|
|
3
|
+
import { L as Label, a as LabelTypography } from '../../index-c87f7f73.js';
|
|
4
|
+
import '../../stringSet-8218c0cc.js';
|
|
5
|
+
import '../../index-192ae483.js';
|
|
6
6
|
import 'prop-types';
|
|
7
7
|
|
|
8
8
|
var FrozenNotification = function () {
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../../tslib.es6-a9347cf5.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-e4add1e4.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-014846c8.js';
|
|
7
|
+
import { h as getClassName } from '../../index-9f471c3f.js';
|
|
8
|
+
import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-c161b705.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-c87f7f73.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-ae324b4b.js';
|
|
16
|
+
import { u as useLocalization } from '../../LocalizationContext-aa7dfc3f.js';
|
|
17
|
+
import '../../index-192ae483.js';
|
|
18
18
|
import '../../ui/Icon.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '../../ui/Avatar.js';
|
|
21
21
|
import '../../ui/ImageRenderer.js';
|
|
22
|
-
import '../../uuid-
|
|
23
|
-
import '../../ThreadProvider-
|
|
22
|
+
import '../../uuid-47b7ac05.js';
|
|
23
|
+
import '../../ThreadProvider-2f751001.js';
|
|
24
24
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
25
|
-
import '../../UserProfileContext-
|
|
25
|
+
import '../../UserProfileContext-ac550461.js';
|
|
26
26
|
import '../../Thread/context/types.js';
|
|
27
27
|
import '@sendbird/chat';
|
|
28
|
-
import '../../topics-
|
|
28
|
+
import '../../topics-79ac549c.js';
|
|
29
29
|
import '@sendbird/chat/groupChannel';
|
|
30
30
|
import '@sendbird/chat/message';
|
|
31
31
|
import '../../withSendbird.js';
|
|
32
|
-
import '../../_rollupPluginBabelHelpers-
|
|
33
|
-
import '../../compareIds-
|
|
32
|
+
import '../../_rollupPluginBabelHelpers-34d80a3b.js';
|
|
33
|
+
import '../../compareIds-e883daf1.js';
|
|
34
34
|
import '../../ui/ContextMenu.js';
|
|
35
35
|
import 'react-dom';
|
|
36
36
|
import '../../ui/SortByRow.js';
|
|
37
|
-
import '../../stringSet-
|
|
37
|
+
import '../../stringSet-8218c0cc.js';
|
|
38
38
|
import '../../ui/ReactionButton.js';
|
|
39
|
-
import '../../color-
|
|
39
|
+
import '../../color-57e4b878.js';
|
|
40
40
|
import 'react-dom/server';
|
|
41
41
|
import '../../ui/IconButton.js';
|
|
42
42
|
import '../../ui/Button.js';
|
|
43
43
|
import '../../ui/MentionUserLabel.js';
|
|
44
44
|
import '../../ui/UserProfile.js';
|
|
45
45
|
import '../../sendbirdSelectors.js';
|
|
46
|
-
import '../../utils-
|
|
46
|
+
import '../../utils-628f2c1b.js';
|
|
47
47
|
import '../../ui/MessageStatus.js';
|
|
48
48
|
import '../../ui/Loader.js';
|
|
49
49
|
import '../../ui/MessageItemMenu.js';
|
|
@@ -59,14 +59,14 @@ import '../../ui/LinkLabel.js';
|
|
|
59
59
|
import '../../ui/MentionLabel.js';
|
|
60
60
|
import '../../ui/FileMessageItemBody.js';
|
|
61
61
|
import '../../ui/TextButton.js';
|
|
62
|
-
import '../../MediaQueryContext-
|
|
62
|
+
import '../../MediaQueryContext-038f7f88.js';
|
|
63
63
|
import '../../ui/ThumbnailMessageItemBody.js';
|
|
64
64
|
import '../../ui/OGMessageItemBody.js';
|
|
65
65
|
import '../../ui/UnknownMessageItemBody.js';
|
|
66
66
|
import '../../ui/QuoteMessage.js';
|
|
67
|
-
import '../../useLongPress-
|
|
67
|
+
import '../../useLongPress-383a5348.js';
|
|
68
68
|
import '../../ui/BottomSheet.js';
|
|
69
|
-
import '../../index-
|
|
69
|
+
import '../../index-a623d99a.js';
|
|
70
70
|
import '../../ui/ThreadReplies.js';
|
|
71
71
|
import '../../ui/Modal.js';
|
|
72
72
|
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../../tslib.es6-a9347cf5.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-014846c8.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-aa7dfc3f.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-ae324b4b.js';
|
|
10
|
+
import '../../UserProfileContext-ac550461.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../index-
|
|
14
|
-
import '../../topics-
|
|
15
|
-
import '../../index-
|
|
12
|
+
import '../../index-e4add1e4.js';
|
|
13
|
+
import '../../index-192ae483.js';
|
|
14
|
+
import '../../topics-79ac549c.js';
|
|
15
|
+
import '../../index-9f471c3f.js';
|
|
16
16
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
17
|
-
import '../../_rollupPluginBabelHelpers-
|
|
18
|
-
import '../../compareIds-
|
|
19
|
-
import '../../const-
|
|
17
|
+
import '../../_rollupPluginBabelHelpers-34d80a3b.js';
|
|
18
|
+
import '../../compareIds-e883daf1.js';
|
|
19
|
+
import '../../const-c161b705.js';
|
|
20
20
|
import '@sendbird/chat/groupChannel';
|
|
21
|
-
import '../../uuid-
|
|
21
|
+
import '../../uuid-47b7ac05.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-c87f7f73.js';
|
|
27
|
+
import '../../stringSet-8218c0cc.js';
|
|
28
28
|
import '../../ui/ReactionButton.js';
|
|
29
29
|
import '../../ui/ImageRenderer.js';
|
|
30
30
|
import '../../ui/Icon.js';
|
|
@@ -34,7 +34,7 @@ import '../../ui/Button.js';
|
|
|
34
34
|
import '../../ui/MentionUserLabel.js';
|
|
35
35
|
import '../../withSendbird.js';
|
|
36
36
|
import '../../ui/Avatar.js';
|
|
37
|
-
import '../../ThreadProvider-
|
|
37
|
+
import '../../ThreadProvider-2f751001.js';
|
|
38
38
|
import '../../Thread/context/types.js';
|
|
39
39
|
import '@sendbird/chat';
|
|
40
40
|
|
|
@@ -1,42 +1,42 @@
|
|
|
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-40a69f5f.js';
|
|
3
|
+
import { u as useChannelContext, c as compareMessagesForGrouping, i as isAboutSame } from '../../ChannelProvider-014846c8.js';
|
|
4
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-030bd260.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-47b7ac05.js';
|
|
8
|
+
import '../../index-e4add1e4.js';
|
|
9
|
+
import '../../index-192ae483.js';
|
|
10
|
+
import '../../UserProfileContext-ac550461.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-34d80a3b.js';
|
|
15
|
+
import '../../topics-79ac549c.js';
|
|
16
|
+
import '../../index-9f471c3f.js';
|
|
17
|
+
import '../../tslib.es6-a9347cf5.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../compareIds-
|
|
20
|
-
import '../../const-
|
|
19
|
+
import '../../compareIds-e883daf1.js';
|
|
20
|
+
import '../../const-c161b705.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-c87f7f73.js';
|
|
27
|
+
import '../../stringSet-8218c0cc.js';
|
|
28
28
|
import '../../ui/ReactionButton.js';
|
|
29
29
|
import '../../ui/ImageRenderer.js';
|
|
30
|
-
import '../../LocalizationContext-
|
|
30
|
+
import '../../LocalizationContext-aa7dfc3f.js';
|
|
31
31
|
import '../../ui/Loader.js';
|
|
32
32
|
import './SuggestedMentionList.js';
|
|
33
33
|
import '../../ui/Avatar.js';
|
|
34
|
-
import '../../const-
|
|
35
|
-
import '../../ThreadProvider-
|
|
34
|
+
import '../../const-ae324b4b.js';
|
|
35
|
+
import '../../ThreadProvider-2f751001.js';
|
|
36
36
|
import '../../Thread/context/types.js';
|
|
37
37
|
import '@sendbird/chat';
|
|
38
38
|
import '../../ui/DateSeparator.js';
|
|
39
|
-
import '../../color-
|
|
39
|
+
import '../../color-57e4b878.js';
|
|
40
40
|
import '../../ui/MessageInput.js';
|
|
41
41
|
import 'react-dom/server';
|
|
42
42
|
import '../../ui/IconButton.js';
|
|
@@ -45,7 +45,7 @@ import '../../ui/MentionUserLabel.js';
|
|
|
45
45
|
import '../../ui/MessageContent.js';
|
|
46
46
|
import '../../ui/UserProfile.js';
|
|
47
47
|
import '../../sendbirdSelectors.js';
|
|
48
|
-
import '../../utils-
|
|
48
|
+
import '../../utils-628f2c1b.js';
|
|
49
49
|
import '../../ui/MessageStatus.js';
|
|
50
50
|
import '../../ui/MessageItemMenu.js';
|
|
51
51
|
import '../../ui/MessageItemReactionMenu.js';
|
|
@@ -60,14 +60,14 @@ import '../../ui/LinkLabel.js';
|
|
|
60
60
|
import '../../ui/MentionLabel.js';
|
|
61
61
|
import '../../ui/FileMessageItemBody.js';
|
|
62
62
|
import '../../ui/TextButton.js';
|
|
63
|
-
import '../../MediaQueryContext-
|
|
63
|
+
import '../../MediaQueryContext-038f7f88.js';
|
|
64
64
|
import '../../ui/ThumbnailMessageItemBody.js';
|
|
65
65
|
import '../../ui/OGMessageItemBody.js';
|
|
66
66
|
import '../../ui/UnknownMessageItemBody.js';
|
|
67
67
|
import '../../ui/QuoteMessage.js';
|
|
68
|
-
import '../../useLongPress-
|
|
68
|
+
import '../../useLongPress-383a5348.js';
|
|
69
69
|
import '../../ui/BottomSheet.js';
|
|
70
|
-
import '../../index-
|
|
70
|
+
import '../../index-a623d99a.js';
|
|
71
71
|
import '../../ui/ThreadReplies.js';
|
|
72
72
|
import './FileViewer.js';
|
|
73
73
|
import './RemoveMessageModal.js';
|
|
@@ -1,30 +1,30 @@
|
|
|
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-aa7dfc3f.js';
|
|
5
|
+
import { u as useChannelContext } from '../../ChannelProvider-014846c8.js';
|
|
6
6
|
import 'react-dom';
|
|
7
|
-
import '../../index-
|
|
7
|
+
import '../../index-a623d99a.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 '../../MediaQueryContext-
|
|
15
|
-
import '../../index-
|
|
16
|
-
import '../../UserProfileContext-
|
|
11
|
+
import '../../tslib.es6-a9347cf5.js';
|
|
12
|
+
import '../../index-c87f7f73.js';
|
|
13
|
+
import '../../stringSet-8218c0cc.js';
|
|
14
|
+
import '../../MediaQueryContext-038f7f88.js';
|
|
15
|
+
import '../../index-192ae483.js';
|
|
16
|
+
import '../../UserProfileContext-ac550461.js';
|
|
17
17
|
import '../../useSendbirdStateContext.js';
|
|
18
18
|
import '../../withSendbird.js';
|
|
19
|
-
import '../../_rollupPluginBabelHelpers-
|
|
20
|
-
import '../../index-
|
|
21
|
-
import '../../topics-
|
|
22
|
-
import '../../index-
|
|
19
|
+
import '../../_rollupPluginBabelHelpers-34d80a3b.js';
|
|
20
|
+
import '../../index-e4add1e4.js';
|
|
21
|
+
import '../../topics-79ac549c.js';
|
|
22
|
+
import '../../index-9f471c3f.js';
|
|
23
23
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
24
|
-
import '../../compareIds-
|
|
25
|
-
import '../../const-
|
|
24
|
+
import '../../compareIds-e883daf1.js';
|
|
25
|
+
import '../../const-c161b705.js';
|
|
26
26
|
import '@sendbird/chat/groupChannel';
|
|
27
|
-
import '../../uuid-
|
|
27
|
+
import '../../uuid-47b7ac05.js';
|
|
28
28
|
import '@sendbird/chat/message';
|
|
29
29
|
import '../../ui/ContextMenu.js';
|
|
30
30
|
import '../../ui/SortByRow.js';
|