@sendbird/uikit-react 3.2.0-rc.1 → 3.2.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +34 -32
- package/App.js.map +1 -1
- package/CHANGELOG.md +1 -1
- package/Channel/components/ChannelHeader.js +19 -17
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +25 -23
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +18 -16
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +22 -20
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +19 -17
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageList.js +24 -22
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +19 -17
- package/Channel/components/RemoveMessageModal.js.map +1 -1
- package/Channel/components/SuggestedMentionList.js +19 -17
- package/Channel/components/SuggestedMentionList.js.map +1 -1
- package/Channel/components/TypingIndicator.js +19 -17
- package/Channel/components/TypingIndicator.js.map +1 -1
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +17 -15
- package/Channel/context.js.map +1 -1
- package/Channel.js +25 -23
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +13 -13
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +29 -27
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +23 -21
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +17 -15
- package/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/ChannelList/context.js +12 -10
- package/ChannelList/context.js.map +1 -1
- package/ChannelList.js +29 -27
- package/ChannelList.js.map +1 -1
- package/{ChannelListProvider-368bd7f1.js → ChannelListProvider-1a22e404.js} +11 -11
- package/{ChannelListProvider-368bd7f1.js.map → ChannelListProvider-1a22e404.js.map} +1 -1
- package/{ChannelProvider-59559ed8.js → ChannelProvider-e38bb434.js} +12 -12
- package/{ChannelProvider-59559ed8.js.map → ChannelProvider-e38bb434.js.map} +1 -1
- package/ChannelSettings/components/ChannelProfile.js +11 -11
- package/ChannelSettings/components/ChannelSettingsUI.js +21 -19
- package/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/ChannelSettings/components/LeaveChannel.js +10 -10
- package/ChannelSettings/components/ModerationPanel.js +19 -17
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/ChannelSettings/components/UserListItem.js +11 -11
- package/ChannelSettings/components/UserPanel.js +13 -13
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +21 -19
- package/ChannelSettings.js.map +1 -1
- 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-9c2113ca.js → CreateChannelProvider-f740e1f0.js} +1 -1
- package/{CreateChannelProvider-9c2113ca.js.map → CreateChannelProvider-f740e1f0.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-10829cf3.js → LocalizationContext-78d3faa4.js} +3 -3
- package/{LocalizationContext-10829cf3.js.map → LocalizationContext-78d3faa4.js.map} +1 -1
- package/{MemberList-e049f915.js → MemberList-057e2466.js} +5 -5
- package/{MemberList-e049f915.js.map → MemberList-057e2466.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 +17 -15
- package/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/OpenChannel/components/OpenChannelInput.js +20 -18
- package/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessage.js +25 -23
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +27 -25
- package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/OpenChannel/components/OpenChannelUI.js +27 -25
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +14 -12
- package/OpenChannel/context.js.map +1 -1
- package/OpenChannel.js +27 -25
- package/OpenChannel.js.map +1 -1
- 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-95ce73b1.js → OpenChannelListProvider-4bddc69f.js} +3 -3
- package/{OpenChannelListProvider-95ce73b1.js.map → OpenChannelListProvider-4bddc69f.js.map} +1 -1
- package/{OpenChannelProvider-b360d5fe.js → OpenChannelProvider-bb348405.js} +11 -10
- package/{OpenChannelProvider-b360d5fe.js.map → OpenChannelProvider-bb348405.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +15 -14
- package/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelProfile.js +15 -14
- package/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +20 -19
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/OpenChannelSettings/components/OperatorUI.js +19 -18
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +17 -16
- package/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/OpenChannelSettings/context.js +6 -5
- package/OpenChannelSettings/context.js.map +1 -1
- package/OpenChannelSettings.js +20 -19
- package/OpenChannelSettings.js.map +1 -1
- package/SendbirdProvider.js +18 -16
- package/SendbirdProvider.js.map +1 -1
- package/{UserProfileContext-beacab28.js → UserProfileContext-bc040e78.js} +1 -1
- package/{UserProfileContext-beacab28.js.map → UserProfileContext-bc040e78.js.map} +1 -1
- package/__bundle-0dad34cd-6408fa97.js +6 -0
- package/__bundle-0dad34cd-6408fa97.js.map +1 -0
- package/__bundle-57e0c5af-dff5d7e0.js +6 -0
- package/__bundle-57e0c5af-dff5d7e0.js.map +1 -0
- package/__bundle-bd072f34-80eb9bbc.js +6 -0
- package/__bundle-bd072f34-80eb9bbc.js.map +1 -0
- package/{_rollupPluginBabelHelpers-22c28a74.js → _rollupPluginBabelHelpers-64f3f48c.js} +1 -1
- package/_rollupPluginBabelHelpers-64f3f48c.js.map +1 -0
- package/{actionTypes-fd0f0a6c.js → actionTypes-fb6947e7.js} +1 -1
- package/{actionTypes-fd0f0a6c.js.map → actionTypes-fb6947e7.js.map} +1 -1
- package/cjs/App.js +34 -32
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +19 -17
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +25 -23
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +18 -16
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +22 -20
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +19 -17
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +24 -22
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +19 -17
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +19 -17
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/Channel/components/TypingIndicator.js +19 -17
- package/cjs/Channel/components/TypingIndicator.js.map +1 -1
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +17 -15
- package/cjs/Channel/context.js.map +1 -1
- package/cjs/Channel.js +25 -23
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +13 -13
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +29 -27
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +23 -21
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +17 -15
- package/cjs/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/cjs/ChannelList/context.js +12 -10
- package/cjs/ChannelList/context.js.map +1 -1
- package/cjs/ChannelList.js +29 -27
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/{ChannelListProvider-dba82f83.js → ChannelListProvider-852ab5ee.js} +11 -11
- package/cjs/{ChannelListProvider-dba82f83.js.map → ChannelListProvider-852ab5ee.js.map} +1 -1
- package/cjs/{ChannelProvider-dd81a327.js → ChannelProvider-177cb9c3.js} +16 -16
- package/cjs/{ChannelProvider-dd81a327.js.map → ChannelProvider-177cb9c3.js.map} +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +21 -19
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/cjs/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/cjs/ChannelSettings/components/LeaveChannel.js +10 -10
- package/cjs/ChannelSettings/components/ModerationPanel.js +19 -17
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- 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 +21 -19
- package/cjs/ChannelSettings.js.map +1 -1
- 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-771bf00b.js → CreateChannelProvider-ce623553.js} +1 -1
- package/cjs/{CreateChannelProvider-771bf00b.js.map → CreateChannelProvider-ce623553.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-b051aa28.js → LocalizationContext-bde4de59.js} +3 -3
- package/cjs/{LocalizationContext-b051aa28.js.map → LocalizationContext-bde4de59.js.map} +1 -1
- package/cjs/{MemberList-6c0cdd90.js → MemberList-5f6eaac3.js} +5 -5
- package/cjs/{MemberList-6c0cdd90.js.map → MemberList-5f6eaac3.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 +17 -15
- package/cjs/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelInput.js +20 -18
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +25 -23
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +27 -25
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +27 -25
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +14 -12
- package/cjs/OpenChannel/context.js.map +1 -1
- package/cjs/OpenChannel.js +27 -25
- package/cjs/OpenChannel.js.map +1 -1
- 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-3eed20f7.js → OpenChannelListProvider-26a67118.js} +3 -3
- package/cjs/{OpenChannelListProvider-3eed20f7.js.map → OpenChannelListProvider-26a67118.js.map} +1 -1
- package/cjs/{OpenChannelProvider-e4f3a05c.js → OpenChannelProvider-8a6ad3db.js} +11 -10
- package/cjs/{OpenChannelProvider-e4f3a05c.js.map → OpenChannelProvider-8a6ad3db.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +15 -14
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +15 -14
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +20 -19
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +19 -18
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +17 -16
- package/cjs/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/cjs/OpenChannelSettings/context.js +6 -5
- package/cjs/OpenChannelSettings/context.js.map +1 -1
- package/cjs/OpenChannelSettings.js +20 -19
- package/cjs/OpenChannelSettings.js.map +1 -1
- package/cjs/SendbirdProvider.js +18 -17
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/{UserProfileContext-fa684629.js → UserProfileContext-21660049.js} +1 -1
- package/cjs/{UserProfileContext-fa684629.js.map → UserProfileContext-21660049.js.map} +1 -1
- package/cjs/__bundle-0dad34cd-794417d3.js +33 -0
- package/cjs/__bundle-0dad34cd-794417d3.js.map +1 -0
- package/cjs/__bundle-57e0c5af-c2950cb7.js +113 -0
- package/cjs/__bundle-57e0c5af-c2950cb7.js.map +1 -0
- package/cjs/__bundle-bd072f34-444fbfec.js +15 -0
- package/cjs/__bundle-bd072f34-444fbfec.js.map +1 -0
- package/cjs/{_rollupPluginBabelHelpers-c7da8657.js → _rollupPluginBabelHelpers-17f5a2c8.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-17f5a2c8.js.map +1 -0
- package/cjs/{actionTypes-1bc31680.js → actionTypes-76c446b3.js} +1 -1
- package/cjs/{actionTypes-1bc31680.js.map → actionTypes-76c446b3.js.map} +1 -1
- package/cjs/{color-8c864d64.js → color-1ec1269a.js} +1 -1
- package/cjs/{color-8c864d64.js.map → color-1ec1269a.js.map} +1 -1
- package/cjs/{compareIds-a7236494.js → compareIds-52f07bab.js} +1 -1
- package/cjs/{compareIds-a7236494.js.map → compareIds-52f07bab.js.map} +1 -1
- package/cjs/{const-baa5e08a.js → const-00ec2acd.js} +1 -1
- package/cjs/{const-baa5e08a.js.map → const-00ec2acd.js.map} +1 -1
- package/cjs/{const-de0fa0d4.js → const-b94ba65d.js} +1 -1
- package/cjs/{const-de0fa0d4.js.map → const-b94ba65d.js.map} +1 -1
- package/cjs/{context-867cfd7f.js → context-3df5068b.js} +2 -2
- package/cjs/{context-867cfd7f.js.map → context-3df5068b.js.map} +1 -1
- package/cjs/dist/index.css +88 -88
- package/cjs/dist/index.css.map +1 -1
- package/cjs/groupChannel-da9ec10a.js +11 -0
- package/cjs/groupChannel-da9ec10a.js.map +1 -0
- package/cjs/handlers/ConnectionHandler.js +4 -2
- package/cjs/handlers/ConnectionHandler.js.map +1 -1
- package/cjs/handlers/GroupChannelHandler.js +5 -3
- package/cjs/handlers/GroupChannelHandler.js.map +1 -1
- package/cjs/handlers/OpenChannelHandler.js +3 -2
- package/cjs/handlers/OpenChannelHandler.js.map +1 -1
- package/cjs/handlers/SessionHandler.js +4 -2
- package/cjs/handlers/SessionHandler.js.map +1 -1
- package/cjs/handlers/UserEventHandler.js +4 -2
- package/cjs/handlers/UserEventHandler.js.map +1 -1
- package/cjs/{index-c4369117.js → index-06b2ea54.js} +2 -2
- package/cjs/{index-c4369117.js.map → index-06b2ea54.js.map} +1 -1
- package/cjs/{index-b478bf3b.js → index-0c20bfa0.js} +4 -4
- package/cjs/{index-b478bf3b.js.map → index-0c20bfa0.js.map} +1 -1
- package/cjs/{index-d31051df.js → index-216e0934.js} +1 -1
- package/cjs/{index-d31051df.js.map → index-216e0934.js.map} +1 -1
- package/cjs/{index-62c9ad2d.js → index-339b2871.js} +2 -2
- package/cjs/{index-62c9ad2d.js.map → index-339b2871.js.map} +1 -1
- package/cjs/{index-511e268c.js → index-386d6cc6.js} +5 -5
- package/cjs/{index-511e268c.js.map → index-386d6cc6.js.map} +1 -1
- package/cjs/{index-6d02996a.js → index-4fedaa1a.js} +2 -2
- package/cjs/{index-6d02996a.js.map → index-4fedaa1a.js.map} +1 -1
- package/cjs/{index-53015903.js → index-50fc77e8.js} +1 -1
- package/cjs/{index-53015903.js.map → index-50fc77e8.js.map} +1 -1
- package/cjs/{index-78d342b2.js → index-66b53d56.js} +4 -4
- package/cjs/{index-78d342b2.js.map → index-66b53d56.js.map} +1 -1
- package/cjs/{index-76deed83.js → index-9daabdb8.js} +8 -8
- package/cjs/{index-76deed83.js.map → index-9daabdb8.js.map} +1 -1
- package/cjs/{index-907bf834.js → index-e4245c04.js} +2 -2
- package/cjs/{index-907bf834.js.map → index-e4245c04.js.map} +1 -1
- package/cjs/index.js +38 -36
- package/cjs/index.js.map +1 -1
- package/cjs/openChannel-d4ad53b7.js +10 -0
- package/cjs/openChannel-d4ad53b7.js.map +1 -0
- package/cjs/{openChannelUtils-fc2ec8df.js → openChannelUtils-b74500ad.js} +1 -1
- package/cjs/{openChannelUtils-fc2ec8df.js.map → openChannelUtils-b74500ad.js.map} +1 -1
- package/cjs/sendbird-cd9bbca0.js +12 -0
- package/cjs/sendbird-cd9bbca0.js.map +1 -0
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-9d251780.js → stringSet-edbf423b.js} +1 -1
- package/cjs/{stringSet-9d251780.js.map → stringSet-edbf423b.js.map} +1 -1
- package/cjs/{topics-ac8d2b51.js → topics-c5662b44.js} +1 -1
- package/cjs/{topics-ac8d2b51.js.map → topics-c5662b44.js.map} +1 -1
- package/cjs/{tslib.es6-9b1c82d5.js → tslib.es6-8c7aa47e.js} +1 -1
- package/cjs/{tslib.es6-9b1c82d5.js.map → tslib.es6-8c7aa47e.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-8e6fef1c.js → utils-01f53796.js} +1 -1
- package/cjs/{utils-8e6fef1c.js.map → utils-01f53796.js.map} +1 -1
- package/cjs/{utils-8c634fd2.js → utils-1dafbcbf.js} +1 -1
- package/cjs/{utils-8c634fd2.js.map → utils-1dafbcbf.js.map} +1 -1
- package/cjs/{utils-655acd99.js → utils-b6394fc0.js} +1 -1
- package/cjs/{utils-655acd99.js.map → utils-b6394fc0.js.map} +1 -1
- package/cjs/{uuid-c32d01d6.js → uuid-0e8b271a.js} +1 -1
- package/cjs/{uuid-c32d01d6.js.map → uuid-0e8b271a.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-fff21001.js → color-25be65f3.js} +1 -1
- package/{color-fff21001.js.map → color-25be65f3.js.map} +1 -1
- package/{compareIds-332d261c.js → compareIds-3fb63c4f.js} +1 -1
- package/{compareIds-332d261c.js.map → compareIds-3fb63c4f.js.map} +1 -1
- package/{const-03293011.js → const-32a10da6.js} +1 -1
- package/{const-03293011.js.map → const-32a10da6.js.map} +1 -1
- package/{const-78e336dd.js → const-82d4c478.js} +1 -1
- package/{const-78e336dd.js.map → const-82d4c478.js.map} +1 -1
- package/{context-44e184de.js → context-352b7bd9.js} +2 -2
- package/{context-44e184de.js.map → context-352b7bd9.js.map} +1 -1
- package/dist/index.css +88 -88
- package/dist/index.css.map +1 -1
- package/groupChannel-28860f2b.js +8 -0
- package/groupChannel-28860f2b.js.map +1 -0
- package/handlers/ConnectionHandler.js +4 -2
- package/handlers/ConnectionHandler.js.map +1 -1
- package/handlers/GroupChannelHandler.js +5 -3
- package/handlers/GroupChannelHandler.js.map +1 -1
- package/handlers/OpenChannelHandler.js +4 -3
- package/handlers/OpenChannelHandler.js.map +1 -1
- package/handlers/SessionHandler.js +4 -2
- package/handlers/SessionHandler.js.map +1 -1
- package/handlers/UserEventHandler.js +4 -2
- package/handlers/UserEventHandler.js.map +1 -1
- package/{index-5e788130.js → index-26e371a5.js} +1 -1
- package/{index-5e788130.js.map → index-26e371a5.js.map} +1 -1
- package/{index-00b281a3.js → index-31d409a0.js} +4 -4
- package/{index-00b281a3.js.map → index-31d409a0.js.map} +1 -1
- package/{index-7b043ab9.js → index-327e2586.js} +2 -2
- package/{index-7b043ab9.js.map → index-327e2586.js.map} +1 -1
- package/{index-49d3a217.js → index-730972e8.js} +8 -8
- package/{index-49d3a217.js.map → index-730972e8.js.map} +1 -1
- package/{index-3ddec9e9.js → index-8095ffa6.js} +2 -2
- package/{index-3ddec9e9.js.map → index-8095ffa6.js.map} +1 -1
- package/{index-8bd6c997.js → index-9a33f2b0.js} +2 -2
- package/{index-8bd6c997.js.map → index-9a33f2b0.js.map} +1 -1
- package/{index-940576d8.js → index-ab443960.js} +1 -1
- package/{index-940576d8.js.map → index-ab443960.js.map} +1 -1
- package/{index-e5aab3b4.js → index-be836db2.js} +5 -5
- package/{index-e5aab3b4.js.map → index-be836db2.js.map} +1 -1
- package/{index-46beca69.js → index-eeb90f55.js} +2 -2
- package/{index-46beca69.js.map → index-eeb90f55.js.map} +1 -1
- package/{index-ed8e5d48.js → index-f767d8bd.js} +4 -4
- package/{index-ed8e5d48.js.map → index-f767d8bd.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +38 -36
- package/index.js.map +1 -1
- package/{openChannel-2aef0cd5.js → openChannel-c1a271aa.js} +4 -3
- package/openChannel-c1a271aa.js.map +1 -0
- package/{openChannelUtils-d27d1e28.js → openChannelUtils-a028985c.js} +1 -1
- package/{openChannelUtils-d27d1e28.js.map → openChannelUtils-a028985c.js.map} +1 -1
- package/package.json +2 -3
- package/sendbird-8f18cf5b.js +7 -0
- package/sendbird-8f18cf5b.js.map +1 -0
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-804c49f3.js → stringSet-6e7f0195.js} +1 -1
- package/{stringSet-804c49f3.js.map → stringSet-6e7f0195.js.map} +1 -1
- package/{topics-24c0f724.js → topics-13d4b72d.js} +1 -1
- package/{topics-24c0f724.js.map → topics-13d4b72d.js.map} +1 -1
- package/{tslib.es6-4faaa58d.js → tslib.es6-c49bbc0a.js} +1 -1
- package/{tslib.es6-4faaa58d.js.map → tslib.es6-c49bbc0a.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-28acb86e.js → utils-9e478f2a.js} +1 -1
- package/{utils-28acb86e.js.map → utils-9e478f2a.js.map} +1 -1
- package/{utils-47a3394f.js → utils-c3865334.js} +1 -1
- package/{utils-47a3394f.js.map → utils-c3865334.js.map} +1 -1
- package/{utils-32938255.js → utils-e3b472fd.js} +1 -1
- package/{utils-32938255.js.map → utils-e3b472fd.js.map} +1 -1
- package/{uuid-4521c466.js → uuid-741c039a.js} +1 -1
- package/{uuid-4521c466.js.map → uuid-741c039a.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/__bundle-c41dd401-d4ab6c10.js +0 -22
- package/__bundle-c41dd401-d4ab6c10.js.map +0 -1
- package/_rollupPluginBabelHelpers-22c28a74.js.map +0 -1
- package/cjs/__bundle-c41dd401-1f364afe.js +0 -120
- package/cjs/__bundle-c41dd401-1f364afe.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-c7da8657.js.map +0 -1
- package/cjs/groupChannel-95ba4a71.js +0 -11
- package/cjs/groupChannel-95ba4a71.js.map +0 -1
- package/cjs/openChannel-4789903c.js +0 -9
- package/cjs/openChannel-4789903c.js.map +0 -1
- package/groupChannel-3301a732.js +0 -8
- package/groupChannel-3301a732.js.map +0 -1
- package/openChannel-2aef0cd5.js.map +0 -1
package/ui/MessageInput.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-64f3f48c.js';
|
|
2
2
|
import React__default, { useContext, useRef, useState, useMemo, useEffect, useCallback } from 'react';
|
|
3
3
|
import { renderToString } from 'react-dom/server';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
|
-
import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-
|
|
6
|
-
import { U as USER_MENTION_TEMP_CHAR } from '../const-
|
|
5
|
+
import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-32a10da6.js';
|
|
6
|
+
import { U as USER_MENTION_TEMP_CHAR } from '../const-82d4c478.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
8
|
import Button, { ButtonTypes, ButtonSizes } from './Button.js';
|
|
9
9
|
import MentionUserLabel from './MentionUserLabel.js';
|
|
10
10
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
11
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
12
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
13
|
-
import { l as convertWordToStringObj, S as StringObjType, m as arrayEqual, k as getClassName } from '../index-
|
|
14
|
-
import '../tslib.es6-
|
|
15
|
-
import '../stringSet-
|
|
16
|
-
import '../index-
|
|
11
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-327e2586.js';
|
|
12
|
+
import { a as LocalizationContext } from '../LocalizationContext-78d3faa4.js';
|
|
13
|
+
import { l as convertWordToStringObj, S as StringObjType, m as arrayEqual, k as getClassName } from '../index-eeb90f55.js';
|
|
14
|
+
import '../tslib.es6-c49bbc0a.js';
|
|
15
|
+
import '../stringSet-6e7f0195.js';
|
|
16
|
+
import '../index-ab443960.js';
|
|
17
17
|
|
|
18
18
|
const TEXT_FIELD_ID = 'sendbird-message-input-text-field';
|
|
19
19
|
const LINE_HEIGHT = 76;
|
package/ui/MessageItemMenu.js
CHANGED
|
@@ -2,16 +2,16 @@ import React__default, { useContext, useRef } from 'react';
|
|
|
2
2
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
|
-
import { u as isUserMessage, D as isSentMessage, E as isFailedMessage, F as isPendingMessage, k as getClassName, G as copyToClipboard } from '../index-
|
|
6
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
7
|
-
import '../tslib.es6-
|
|
5
|
+
import { u as isUserMessage, D as isSentMessage, E as isFailedMessage, F as isPendingMessage, k as getClassName, G as copyToClipboard } from '../index-eeb90f55.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-78d3faa4.js';
|
|
7
|
+
import '../tslib.es6-c49bbc0a.js';
|
|
8
8
|
import 'react-dom';
|
|
9
9
|
import './SortByRow.js';
|
|
10
|
-
import '../uuid-
|
|
11
|
-
import '../index-
|
|
10
|
+
import '../uuid-741c039a.js';
|
|
11
|
+
import '../index-327e2586.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../stringSet-
|
|
14
|
-
import '../index-
|
|
13
|
+
import '../stringSet-6e7f0195.js';
|
|
14
|
+
import '../index-ab443960.js';
|
|
15
15
|
|
|
16
16
|
function MessageItemMenu(_a) {
|
|
17
17
|
var className = _a.className,
|
|
@@ -4,14 +4,14 @@ import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
5
|
import ImageRenderer from './ImageRenderer.js';
|
|
6
6
|
import ReactionButton from './ReactionButton.js';
|
|
7
|
-
import { F as isPendingMessage, E as isFailedMessage, k as getClassName, H as getEmojiListAll } from '../index-
|
|
8
|
-
import '../tslib.es6-
|
|
7
|
+
import { F as isPendingMessage, E as isFailedMessage, k as getClassName, H as getEmojiListAll } from '../index-eeb90f55.js';
|
|
8
|
+
import '../tslib.es6-c49bbc0a.js';
|
|
9
9
|
import 'react-dom';
|
|
10
10
|
import './SortByRow.js';
|
|
11
|
-
import '../uuid-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../uuid-741c039a.js';
|
|
12
|
+
import '../index-327e2586.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../stringSet-
|
|
14
|
+
import '../stringSet-6e7f0195.js';
|
|
15
15
|
|
|
16
16
|
function MessageItemReactionMenu(_a) {
|
|
17
17
|
var className = _a.className,
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-c49bbc0a.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import Avatar from './Avatar.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
7
|
-
import { f as format } from '../index-
|
|
8
|
-
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-327e2586.js';
|
|
6
|
+
import { u as useLocalization } from '../LocalizationContext-78d3faa4.js';
|
|
7
|
+
import { f as format } from '../index-8095ffa6.js';
|
|
8
|
+
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-31d409a0.js';
|
|
9
9
|
import './ImageRenderer.js';
|
|
10
|
-
import '../uuid-
|
|
10
|
+
import '../uuid-741c039a.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
13
|
-
import '../index-
|
|
14
|
-
import '../index-
|
|
12
|
+
import '../stringSet-6e7f0195.js';
|
|
13
|
+
import '../index-ab443960.js';
|
|
14
|
+
import '../index-9a33f2b0.js';
|
|
15
15
|
|
|
16
16
|
function getCreatedAt(createdAt, locale) {
|
|
17
17
|
var optionalParam = locale ? {
|
package/ui/MessageSearchItem.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-c49bbc0a.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
4
|
-
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-
|
|
3
|
+
import { f as format } from '../index-8095ffa6.js';
|
|
4
|
+
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-31d409a0.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
7
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
8
|
-
import '../index-
|
|
9
|
-
import '../index-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-327e2586.js';
|
|
7
|
+
import { u as useLocalization } from '../LocalizationContext-78d3faa4.js';
|
|
8
|
+
import '../index-ab443960.js';
|
|
9
|
+
import '../index-9a33f2b0.js';
|
|
10
10
|
import './ImageRenderer.js';
|
|
11
11
|
import './Icon.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../uuid-
|
|
14
|
-
import '../stringSet-
|
|
13
|
+
import '../uuid-741c039a.js';
|
|
14
|
+
import '../stringSet-6e7f0195.js';
|
|
15
15
|
|
|
16
16
|
function getCreatedAt (createdAt, locale) {
|
|
17
17
|
var optionalParam = locale ? {
|
package/ui/MessageStatus.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-c49bbc0a.js';
|
|
2
2
|
import React__default, { useMemo } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-8095ffa6.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-327e2586.js';
|
|
6
6
|
import Loader from './Loader.js';
|
|
7
|
-
import { a as getOutgoingMessageStates, h as getOutgoingMessageState, j as isSentStatus } from '../index-
|
|
8
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
9
|
-
import '../index-
|
|
7
|
+
import { a as getOutgoingMessageStates, h as getOutgoingMessageState, j as isSentStatus } from '../index-eeb90f55.js';
|
|
8
|
+
import { u as useLocalization } from '../LocalizationContext-78d3faa4.js';
|
|
9
|
+
import '../index-ab443960.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../stringSet-
|
|
11
|
+
import '../stringSet-6e7f0195.js';
|
|
12
12
|
|
|
13
13
|
var MessageStatusTypes = getOutgoingMessageStates();
|
|
14
14
|
function MessageStatus(_a) {
|
package/ui/Modal.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
|
-
import { M as MODAL_ROOT } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
3
|
+
import { M as MODAL_ROOT } from '../index-26e371a5.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-78d3faa4.js';
|
|
5
5
|
import Button, { ButtonTypes } from './Button.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
11
|
-
import '../tslib.es6-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-327e2586.js';
|
|
9
|
+
import '../stringSet-6e7f0195.js';
|
|
10
|
+
import '../index-ab443960.js';
|
|
11
|
+
import '../tslib.es6-c49bbc0a.js';
|
|
12
12
|
import 'prop-types';
|
|
13
13
|
|
|
14
14
|
var ModalHeader = function (_a) {
|
package/ui/OGMessageItemBody.js
CHANGED
|
@@ -2,27 +2,27 @@ import React__default, { useContext } from 'react';
|
|
|
2
2
|
import Word from './Word.js';
|
|
3
3
|
import ImageRenderer from './ImageRenderer.js';
|
|
4
4
|
import Icon, { IconTypes } from './Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
-
import { u as uuidv4 } from '../uuid-
|
|
7
|
-
import { k as getClassName, e as isEditedMessage } from '../index-
|
|
8
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-327e2586.js';
|
|
6
|
+
import { u as uuidv4 } from '../uuid-741c039a.js';
|
|
7
|
+
import { k as getClassName, e as isEditedMessage } from '../index-eeb90f55.js';
|
|
8
|
+
import { a as LocalizationContext } from '../LocalizationContext-78d3faa4.js';
|
|
9
9
|
import './LinkLabel.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
import './MentionLabel.js';
|
|
12
12
|
import './ContextMenu.js';
|
|
13
|
-
import '../tslib.es6-
|
|
13
|
+
import '../tslib.es6-c49bbc0a.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import './SortByRow.js';
|
|
16
|
-
import '../stringSet-
|
|
16
|
+
import '../stringSet-6e7f0195.js';
|
|
17
17
|
import './UserProfile.js';
|
|
18
18
|
import '../withSendbird.js';
|
|
19
|
-
import '../_rollupPluginBabelHelpers-
|
|
19
|
+
import '../_rollupPluginBabelHelpers-64f3f48c.js';
|
|
20
20
|
import '../sendbirdSelectors.js';
|
|
21
|
-
import '../topics-
|
|
22
|
-
import '../utils-
|
|
21
|
+
import '../topics-13d4b72d.js';
|
|
22
|
+
import '../utils-e3b472fd.js';
|
|
23
23
|
import './Avatar.js';
|
|
24
24
|
import './Button.js';
|
|
25
|
-
import '../index-
|
|
25
|
+
import '../index-ab443960.js';
|
|
26
26
|
import '../useSendbirdStateContext.js';
|
|
27
27
|
|
|
28
28
|
function OGMessageItemBody(_a) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-c49bbc0a.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-327e2586.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-6e7f0195.js';
|
|
6
6
|
|
|
7
7
|
function OpenChannelAdminMessage(_a) {
|
|
8
8
|
var className = _a.className,
|
package/ui/OpenChannelAvatar.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useContext, useMemo } from 'react';
|
|
2
2
|
import Avatar from './Avatar.js';
|
|
3
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
4
|
-
import { b as getOpenChannelAvatar } from '../utils-
|
|
5
|
-
import '../tslib.es6-
|
|
3
|
+
import { a as LocalizationContext } from '../LocalizationContext-78d3faa4.js';
|
|
4
|
+
import { b as getOpenChannelAvatar } from '../utils-c3865334.js';
|
|
5
|
+
import '../tslib.es6-c49bbc0a.js';
|
|
6
6
|
import './ImageRenderer.js';
|
|
7
7
|
import './Icon.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../uuid-
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
9
|
+
import '../uuid-741c039a.js';
|
|
10
|
+
import '../stringSet-6e7f0195.js';
|
|
11
|
+
import '../index-ab443960.js';
|
|
12
12
|
|
|
13
13
|
function ChannelAvatar(_a) {
|
|
14
14
|
var channel = _a.channel,
|
|
@@ -2,14 +2,14 @@ import React__default, { useContext } from 'react';
|
|
|
2
2
|
import Avatar from './Avatar.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
7
|
-
import '../tslib.es6-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-327e2586.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-78d3faa4.js';
|
|
7
|
+
import '../tslib.es6-c49bbc0a.js';
|
|
8
8
|
import './ImageRenderer.js';
|
|
9
|
-
import '../uuid-
|
|
9
|
+
import '../uuid-741c039a.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../stringSet-6e7f0195.js';
|
|
12
|
+
import '../index-ab443960.js';
|
|
13
13
|
|
|
14
14
|
function OpenchannelConversationHeader(_a) {
|
|
15
15
|
var coverImage = _a.coverImage,
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-c49bbc0a.js';
|
|
2
2
|
import React__default, { useRef, useContext } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-8095ffa6.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-327e2586.js';
|
|
7
7
|
import Loader from './Loader.js';
|
|
8
8
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
9
9
|
import IconButton from './IconButton.js';
|
|
10
10
|
import TextButton from './TextButton.js';
|
|
11
11
|
import ConnectedUserProfile from './UserProfile.js';
|
|
12
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
13
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
14
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-
|
|
15
|
-
import '../index-
|
|
12
|
+
import { a as UserProfileContext } from '../UserProfileContext-bc040e78.js';
|
|
13
|
+
import { u as useLocalization } from '../LocalizationContext-78d3faa4.js';
|
|
14
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-a028985c.js';
|
|
15
|
+
import '../index-ab443960.js';
|
|
16
16
|
import './ImageRenderer.js';
|
|
17
|
-
import '../uuid-
|
|
17
|
+
import '../uuid-741c039a.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import './SortByRow.js';
|
|
21
|
-
import '../index-
|
|
22
|
-
import '../stringSet-
|
|
23
|
-
import '../color-
|
|
21
|
+
import '../index-eeb90f55.js';
|
|
22
|
+
import '../stringSet-6e7f0195.js';
|
|
23
|
+
import '../color-25be65f3.js';
|
|
24
24
|
import '../withSendbird.js';
|
|
25
|
-
import '../_rollupPluginBabelHelpers-
|
|
25
|
+
import '../_rollupPluginBabelHelpers-64f3f48c.js';
|
|
26
26
|
import '../sendbirdSelectors.js';
|
|
27
|
-
import '../topics-
|
|
28
|
-
import '../utils-
|
|
27
|
+
import '../topics-13d4b72d.js';
|
|
28
|
+
import '../utils-e3b472fd.js';
|
|
29
29
|
import './Button.js';
|
|
30
30
|
|
|
31
31
|
var checkFileType = function (fileUrl) {
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-c49bbc0a.js';
|
|
2
2
|
import React__default, { useContext, useState, useRef, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-8095ffa6.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
8
|
import ImageRenderer from './ImageRenderer.js';
|
|
9
9
|
import LinkLabel from './LinkLabel.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-327e2586.js';
|
|
11
11
|
import Loader from './Loader.js';
|
|
12
12
|
import ConnectedUserProfile from './UserProfile.js';
|
|
13
13
|
import Word from './Word.js';
|
|
14
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
15
|
-
import { u as uuidv4 } from '../uuid-
|
|
16
|
-
import { c as copyToClipboard } from '../utils-
|
|
17
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
18
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-
|
|
14
|
+
import { a as UserProfileContext } from '../UserProfileContext-bc040e78.js';
|
|
15
|
+
import { u as uuidv4 } from '../uuid-741c039a.js';
|
|
16
|
+
import { c as copyToClipboard } from '../utils-9e478f2a.js';
|
|
17
|
+
import { u as useLocalization } from '../LocalizationContext-78d3faa4.js';
|
|
18
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-a028985c.js';
|
|
19
19
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
20
|
-
import '../index-
|
|
20
|
+
import '../index-ab443960.js';
|
|
21
21
|
import 'prop-types';
|
|
22
22
|
import 'react-dom';
|
|
23
23
|
import './SortByRow.js';
|
|
24
|
-
import '../index-
|
|
25
|
-
import '../stringSet-
|
|
24
|
+
import '../index-eeb90f55.js';
|
|
25
|
+
import '../stringSet-6e7f0195.js';
|
|
26
26
|
import '../withSendbird.js';
|
|
27
|
-
import '../_rollupPluginBabelHelpers-
|
|
27
|
+
import '../_rollupPluginBabelHelpers-64f3f48c.js';
|
|
28
28
|
import '../sendbirdSelectors.js';
|
|
29
|
-
import '../topics-
|
|
30
|
-
import '../utils-
|
|
29
|
+
import '../topics-13d4b72d.js';
|
|
30
|
+
import '../utils-e3b472fd.js';
|
|
31
31
|
import './Button.js';
|
|
32
32
|
import './MentionLabel.js';
|
|
33
33
|
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-c49bbc0a.js';
|
|
2
2
|
import React__default, { useContext, useState, useRef, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
4
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
3
|
+
import { f as format } from '../index-8095ffa6.js';
|
|
4
|
+
import { u as useLocalization } from '../LocalizationContext-78d3faa4.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
6
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
7
7
|
import Icon, { IconColors, IconTypes } from './Icon.js';
|
|
8
8
|
import IconButton from './IconButton.js';
|
|
9
9
|
import ImageRenderer from './ImageRenderer.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-327e2586.js';
|
|
11
11
|
import Loader from './Loader.js';
|
|
12
12
|
import ConnectedUserProfile from './UserProfile.js';
|
|
13
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
14
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, f as checkIsSent, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-
|
|
15
|
-
import '../index-
|
|
16
|
-
import '../stringSet-
|
|
17
|
-
import '../uuid-
|
|
13
|
+
import { a as UserProfileContext } from '../UserProfileContext-bc040e78.js';
|
|
14
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, f as checkIsSent, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-a028985c.js';
|
|
15
|
+
import '../index-ab443960.js';
|
|
16
|
+
import '../stringSet-6e7f0195.js';
|
|
17
|
+
import '../uuid-741c039a.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import './SortByRow.js';
|
|
21
|
-
import '../index-
|
|
21
|
+
import '../index-eeb90f55.js';
|
|
22
22
|
import '../withSendbird.js';
|
|
23
|
-
import '../_rollupPluginBabelHelpers-
|
|
23
|
+
import '../_rollupPluginBabelHelpers-64f3f48c.js';
|
|
24
24
|
import '../sendbirdSelectors.js';
|
|
25
|
-
import '../topics-
|
|
26
|
-
import '../utils-
|
|
25
|
+
import '../topics-13d4b72d.js';
|
|
26
|
+
import '../utils-e3b472fd.js';
|
|
27
27
|
import './Button.js';
|
|
28
28
|
|
|
29
29
|
var SUPPORTING_TYPES = {
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-c49bbc0a.js';
|
|
2
2
|
import React__default, { useContext, useRef, useState, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-8095ffa6.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-327e2586.js';
|
|
9
9
|
import Loader from './Loader.js';
|
|
10
10
|
import ConnectedUserProfile from './UserProfile.js';
|
|
11
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
12
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
13
|
-
import { c as copyToClipboard } from '../utils-
|
|
14
|
-
import { u as uuidv4 } from '../uuid-
|
|
15
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-
|
|
16
|
-
import '../index-
|
|
11
|
+
import { a as UserProfileContext } from '../UserProfileContext-bc040e78.js';
|
|
12
|
+
import { u as useLocalization } from '../LocalizationContext-78d3faa4.js';
|
|
13
|
+
import { c as copyToClipboard } from '../utils-9e478f2a.js';
|
|
14
|
+
import { u as uuidv4 } from '../uuid-741c039a.js';
|
|
15
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-a028985c.js';
|
|
16
|
+
import '../index-ab443960.js';
|
|
17
17
|
import './ImageRenderer.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import './SortByRow.js';
|
|
21
|
-
import '../index-
|
|
22
|
-
import '../stringSet-
|
|
21
|
+
import '../index-eeb90f55.js';
|
|
22
|
+
import '../stringSet-6e7f0195.js';
|
|
23
23
|
import '../withSendbird.js';
|
|
24
|
-
import '../_rollupPluginBabelHelpers-
|
|
24
|
+
import '../_rollupPluginBabelHelpers-64f3f48c.js';
|
|
25
25
|
import '../sendbirdSelectors.js';
|
|
26
|
-
import '../topics-
|
|
27
|
-
import '../utils-
|
|
26
|
+
import '../topics-13d4b72d.js';
|
|
27
|
+
import '../utils-e3b472fd.js';
|
|
28
28
|
import './Button.js';
|
|
29
29
|
|
|
30
30
|
function OpenchannelUserMessage(_a) {
|
package/ui/PlaceHolder.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import '../tslib.es6-
|
|
1
|
+
import '../tslib.es6-c49bbc0a.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { a as PlaceHolderTypes, P as default } from '../index-
|
|
4
|
-
import '../LocalizationContext-
|
|
3
|
+
export { a as PlaceHolderTypes, P as default } from '../index-f767d8bd.js';
|
|
4
|
+
import '../LocalizationContext-78d3faa4.js';
|
|
5
5
|
import './Icon.js';
|
|
6
|
-
import '../index-
|
|
6
|
+
import '../index-327e2586.js';
|
|
7
7
|
import './Loader.js';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../index-
|
|
8
|
+
import '../stringSet-6e7f0195.js';
|
|
9
|
+
import '../index-ab443960.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
//# sourceMappingURL=PlaceHolder.js.map
|
package/ui/QuoteMessage.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useContext, useState } from 'react';
|
|
2
2
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-327e2586.js';
|
|
4
4
|
import ImageRenderer from './ImageRenderer.js';
|
|
5
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
6
|
-
import { M as getUIKitFileTypes, k as getClassName, u as isUserMessage, p as isThumbnailMessage, B as isVideo, N as isGif, n as isFileMessage, A as isSupportedFileView, L as getUIKitFileType, t as truncateString } from '../index-
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-78d3faa4.js';
|
|
6
|
+
import { M as getUIKitFileTypes, k as getClassName, u as isUserMessage, p as isThumbnailMessage, B as isVideo, N as isGif, n as isFileMessage, A as isSupportedFileView, L as getUIKitFileType, t as truncateString } from '../index-eeb90f55.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../tslib.es6-
|
|
10
|
-
import '../index-
|
|
8
|
+
import '../stringSet-6e7f0195.js';
|
|
9
|
+
import '../tslib.es6-c49bbc0a.js';
|
|
10
|
+
import '../index-ab443960.js';
|
|
11
11
|
|
|
12
12
|
function QuoteMessage(_a) {
|
|
13
13
|
var _b;
|
package/ui/QuoteMessageInput.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { n as isFileMessage, o as isImageMessage, p as isThumbnailMessage, q as isAudioMessage, k as getClassName, r as isGifMessage, s as isVideoMessage, u as isUserMessage } from '../index-
|
|
2
|
+
import { n as isFileMessage, o as isImageMessage, p as isThumbnailMessage, q as isAudioMessage, k as getClassName, r as isGifMessage, s as isVideoMessage, u as isUserMessage } from '../index-eeb90f55.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-327e2586.js';
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-78d3faa4.js';
|
|
6
6
|
import ImageRenderer from './ImageRenderer.js';
|
|
7
|
-
import '../tslib.es6-
|
|
7
|
+
import '../tslib.es6-c49bbc0a.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
9
|
+
import '../stringSet-6e7f0195.js';
|
|
10
|
+
import '../index-ab443960.js';
|
|
11
11
|
|
|
12
12
|
var componentClassname = 'sendbird-quote_message_input__avatar';
|
|
13
13
|
function QuoteMessageThumbnail(_a) {
|
package/ui/ReactionBadge.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-c49bbc0a.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-327e2586.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-6e7f0195.js';
|
|
6
6
|
|
|
7
7
|
var ReactionBadge = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
|
|
8
8
|
var _a = props.className,
|
package/ui/ReactionButton.js
CHANGED
package/ui/SortByRow.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-c49bbc0a.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { u as uuidv4 } from '../uuid-
|
|
3
|
+
import { u as uuidv4 } from '../uuid-741c039a.js';
|
|
4
4
|
|
|
5
5
|
var componentClassName = 'sendbird-sort-by-row';
|
|
6
6
|
function SortByRow(_a) {
|
package/ui/TextButton.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-c49bbc0a.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { C as Colors, c as changeColorToClassName } from '../color-
|
|
3
|
+
import { C as Colors, c as changeColorToClassName } from '../color-25be65f3.js';
|
|
4
4
|
|
|
5
5
|
var TextButton = function (_a) {
|
|
6
6
|
var _b = _a.className,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useContext, useMemo } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
-
import { k as getClassName, e as isEditedMessage } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
-
import { u as uuidv4 } from '../uuid-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-327e2586.js';
|
|
3
|
+
import { k as getClassName, e as isEditedMessage } from '../index-eeb90f55.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-78d3faa4.js';
|
|
5
|
+
import { u as uuidv4 } from '../uuid-741c039a.js';
|
|
6
6
|
import Word from './Word.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../tslib.es6-
|
|
10
|
-
import '../index-
|
|
8
|
+
import '../stringSet-6e7f0195.js';
|
|
9
|
+
import '../tslib.es6-c49bbc0a.js';
|
|
10
|
+
import '../index-ab443960.js';
|
|
11
11
|
import './LinkLabel.js';
|
|
12
12
|
import './MentionLabel.js';
|
|
13
13
|
import './ContextMenu.js';
|
|
@@ -15,10 +15,10 @@ import 'react-dom';
|
|
|
15
15
|
import './SortByRow.js';
|
|
16
16
|
import './UserProfile.js';
|
|
17
17
|
import '../withSendbird.js';
|
|
18
|
-
import '../_rollupPluginBabelHelpers-
|
|
18
|
+
import '../_rollupPluginBabelHelpers-64f3f48c.js';
|
|
19
19
|
import '../sendbirdSelectors.js';
|
|
20
|
-
import '../topics-
|
|
21
|
-
import '../utils-
|
|
20
|
+
import '../topics-13d4b72d.js';
|
|
21
|
+
import '../utils-e3b472fd.js';
|
|
22
22
|
import './Avatar.js';
|
|
23
23
|
import './ImageRenderer.js';
|
|
24
24
|
import './Icon.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useState } from 'react';
|
|
2
2
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
3
3
|
import ImageRenderer from './ImageRenderer.js';
|
|
4
|
-
import { k as getClassName, D as isSentMessage, s as isVideoMessage, r as isGifMessage } from '../index-
|
|
4
|
+
import { k as getClassName, D as isSentMessage, s as isVideoMessage, r as isGifMessage } from '../index-eeb90f55.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../tslib.es6-
|
|
6
|
+
import '../tslib.es6-c49bbc0a.js';
|
|
7
7
|
|
|
8
8
|
function ThumbnailMessageItemBody(_a) {
|
|
9
9
|
var _b, _c;
|