@sendbird/uikit-react 3.4.0-rc.7 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +39 -39
- package/Channel/components/ChannelHeader.js +19 -19
- package/Channel/components/ChannelUI.js +32 -32
- package/Channel/components/FileViewer.js +15 -15
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +27 -27
- package/Channel/components/MessageInput.js +23 -23
- package/Channel/components/MessageList.js +28 -28
- package/Channel/components/RemoveMessageModal.js +17 -17
- package/Channel/components/SuggestedMentionList.js +17 -17
- package/Channel/components/TypingIndicator.js +15 -15
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +14 -14
- package/Channel.js +32 -32
- package/ChannelList/components/AddChannel.js +15 -15
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +29 -29
- package/ChannelList/components/ChannelPreview.js +25 -25
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +29 -29
- package/{ChannelListProvider-2d9ea6ae.js → ChannelListProvider-442bea80.js} +8 -8
- package/{ChannelListProvider-2d9ea6ae.js.map → ChannelListProvider-442bea80.js.map} +1 -1
- package/{ChannelProvider-a1f89176.js → ChannelProvider-43d68897.js} +10 -10
- package/{ChannelProvider-a1f89176.js.map → ChannelProvider-43d68897.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-3bfb2750.js → CreateChannelProvider-62afdf07.js} +1 -1
- package/{CreateChannelProvider-3bfb2750.js.map → CreateChannelProvider-62afdf07.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-34604ccb.js → LocalizationContext-83ddce67.js} +3 -3
- package/{LocalizationContext-34604ccb.js.map → LocalizationContext-83ddce67.js.map} +1 -1
- package/{MediaQueryContext-6b657985.js → MediaQueryContext-010e9df0.js} +1 -1
- package/{MediaQueryContext-6b657985.js.map → MediaQueryContext-010e9df0.js.map} +1 -1
- package/{MemberList-b420966f.js → MemberList-299e055b.js} +5 -5
- package/{MemberList-b420966f.js.map → MemberList-299e055b.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +12 -12
- package/MessageSearch/context.js +2 -2
- package/MessageSearch.js +12 -12
- 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-ded489f3.js → OpenChannelListProvider-2d811cef.js} +3 -3
- package/{OpenChannelListProvider-ded489f3.js.map → OpenChannelListProvider-2d811cef.js.map} +1 -1
- package/{OpenChannelProvider-8ef44e31.js → OpenChannelProvider-7aef2b42.js} +7 -7
- package/{OpenChannelProvider-8ef44e31.js.map → OpenChannelProvider-7aef2b42.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-2246b5b6.js → RemoveMessageModal-1ca08354.js} +3 -3
- package/{RemoveMessageModal-2246b5b6.js.map → RemoveMessageModal-1ca08354.js.map} +1 -1
- package/SendbirdProvider.js +12 -12
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +24 -24
- package/Thread/components/ParentMessageInfoItem.js +16 -16
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +27 -27
- package/Thread/components/ThreadListItem.js +27 -27
- package/Thread/components/ThreadMessageInput.js +24 -24
- package/Thread/components/ThreadUI.js +31 -31
- package/Thread/context.js +9 -9
- package/Thread.js +31 -31
- package/{ThreadProvider-9485ea4c.js → ThreadProvider-94605d33.js} +7 -7
- package/{ThreadProvider-9485ea4c.js.map → ThreadProvider-94605d33.js.map} +1 -1
- package/{UserProfileContext-49d0ed34.js → UserProfileContext-236a8db5.js} +1 -1
- package/{UserProfileContext-49d0ed34.js.map → UserProfileContext-236a8db5.js.map} +1 -1
- package/{VoiceMessageInputWrapper-0dffc749.js → VoiceMessageInputWrapper-8d50dc6c.js} +7 -7
- package/{VoiceMessageInputWrapper-0dffc749.js.map → VoiceMessageInputWrapper-8d50dc6c.js.map} +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +3 -3
- package/VoiceRecorder/context.js +1 -1
- package/VoiceRecorder/useVoiceRecorder.js +2 -2
- package/{_rollupPluginBabelHelpers-3d722d2a.js → _rollupPluginBabelHelpers-b0efb0e7.js} +1 -1
- package/_rollupPluginBabelHelpers-b0efb0e7.js.map +1 -0
- package/{actionTypes-25ed38bc.js → actionTypes-42a0e7a6.js} +1 -1
- package/{actionTypes-25ed38bc.js.map → actionTypes-42a0e7a6.js.map} +1 -1
- package/cjs/App.js +39 -39
- package/cjs/Channel/components/ChannelHeader.js +19 -19
- package/cjs/Channel/components/ChannelUI.js +32 -32
- package/cjs/Channel/components/FileViewer.js +15 -15
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +27 -27
- package/cjs/Channel/components/MessageInput.js +23 -23
- package/cjs/Channel/components/MessageList.js +28 -28
- package/cjs/Channel/components/RemoveMessageModal.js +17 -17
- package/cjs/Channel/components/SuggestedMentionList.js +17 -17
- package/cjs/Channel/components/TypingIndicator.js +15 -15
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +14 -14
- package/cjs/Channel.js +32 -32
- package/cjs/ChannelList/components/AddChannel.js +15 -15
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +29 -29
- package/cjs/ChannelList/components/ChannelPreview.js +25 -25
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +29 -29
- package/cjs/{ChannelListProvider-f1e7b2ae.js → ChannelListProvider-c2da1fdd.js} +8 -8
- package/cjs/{ChannelListProvider-f1e7b2ae.js.map → ChannelListProvider-c2da1fdd.js.map} +1 -1
- package/cjs/{ChannelProvider-bc93b0a8.js → ChannelProvider-d207316d.js} +10 -10
- package/cjs/{ChannelProvider-bc93b0a8.js.map → ChannelProvider-d207316d.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-ac2061a9.js → CreateChannelProvider-02349744.js} +1 -1
- package/cjs/{CreateChannelProvider-ac2061a9.js.map → CreateChannelProvider-02349744.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-7a6ca1b0.js → LocalizationContext-a60a75a7.js} +3 -3
- package/cjs/{LocalizationContext-7a6ca1b0.js.map → LocalizationContext-a60a75a7.js.map} +1 -1
- package/cjs/{MediaQueryContext-a6e1058a.js → MediaQueryContext-5d0a1ebc.js} +1 -1
- package/cjs/{MediaQueryContext-a6e1058a.js.map → MediaQueryContext-5d0a1ebc.js.map} +1 -1
- package/cjs/{MemberList-4c16eda4.js → MemberList-4c6bb907.js} +5 -5
- package/cjs/{MemberList-4c16eda4.js.map → MemberList-4c6bb907.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +12 -12
- package/cjs/MessageSearch/context.js +2 -2
- package/cjs/MessageSearch.js +12 -12
- 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-cd74f4df.js → OpenChannelListProvider-5a949d98.js} +3 -3
- package/cjs/{OpenChannelListProvider-cd74f4df.js.map → OpenChannelListProvider-5a949d98.js.map} +1 -1
- package/cjs/{OpenChannelProvider-69f5ad63.js → OpenChannelProvider-7c843439.js} +7 -7
- package/cjs/{OpenChannelProvider-69f5ad63.js.map → OpenChannelProvider-7c843439.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-876f9c58.js → RemoveMessageModal-a069ff52.js} +3 -3
- package/cjs/{RemoveMessageModal-876f9c58.js.map → RemoveMessageModal-a069ff52.js.map} +1 -1
- package/cjs/SendbirdProvider.js +12 -12
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +24 -24
- package/cjs/Thread/components/ParentMessageInfoItem.js +16 -16
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +27 -27
- package/cjs/Thread/components/ThreadListItem.js +27 -27
- package/cjs/Thread/components/ThreadMessageInput.js +24 -24
- package/cjs/Thread/components/ThreadUI.js +31 -31
- package/cjs/Thread/context.js +9 -9
- package/cjs/Thread.js +31 -31
- package/cjs/{ThreadProvider-03e527f0.js → ThreadProvider-66fcc519.js} +7 -7
- package/cjs/{ThreadProvider-03e527f0.js.map → ThreadProvider-66fcc519.js.map} +1 -1
- package/cjs/{UserProfileContext-62a76572.js → UserProfileContext-2ec6891e.js} +1 -1
- package/cjs/{UserProfileContext-62a76572.js.map → UserProfileContext-2ec6891e.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-ce7c9f48.js → VoiceMessageInputWrapper-289e18f6.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-ce7c9f48.js.map → VoiceMessageInputWrapper-289e18f6.js.map} +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +3 -3
- package/cjs/VoiceRecorder/context.js +1 -1
- package/cjs/VoiceRecorder/useVoiceRecorder.js +2 -2
- package/cjs/{_rollupPluginBabelHelpers-890010e8.js → _rollupPluginBabelHelpers-24f49f41.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-24f49f41.js.map +1 -0
- package/cjs/{actionTypes-2dd8d353.js → actionTypes-31463602.js} +1 -1
- package/cjs/{actionTypes-2dd8d353.js.map → actionTypes-31463602.js.map} +1 -1
- package/cjs/{color-20c73e3d.js → color-7144c59e.js} +1 -1
- package/cjs/{color-20c73e3d.js.map → color-7144c59e.js.map} +1 -1
- package/cjs/{compareIds-d2fa6a71.js → compareIds-b3e3cffc.js} +1 -1
- package/cjs/{compareIds-d2fa6a71.js.map → compareIds-b3e3cffc.js.map} +1 -1
- package/cjs/{const-a0953ccb.js → const-21424d05.js} +1 -1
- package/cjs/{const-a0953ccb.js.map → const-21424d05.js.map} +1 -1
- package/cjs/{const-db526661.js → const-d6a997ec.js} +1 -1
- package/cjs/{const-db526661.js.map → const-d6a997ec.js.map} +1 -1
- package/cjs/{consts-54febc80.js → consts-47e4d487.js} +1 -1
- package/cjs/{consts-54febc80.js.map → consts-47e4d487.js.map} +1 -1
- package/cjs/{context-c4dd79d5.js → context-8cb8affd.js} +2 -2
- package/cjs/{context-c4dd79d5.js.map → context-8cb8affd.js.map} +1 -1
- package/cjs/dist/index.css +55 -55
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-977eae2e.js → index-254f336f.js} +2 -2
- package/cjs/{index-977eae2e.js.map → index-254f336f.js.map} +1 -1
- package/cjs/{index-093f5d99.js → index-31f28d2f.js} +4 -4
- package/cjs/{index-093f5d99.js.map → index-31f28d2f.js.map} +1 -1
- package/cjs/{index-6bc6c2d0.js → index-4678a454.js} +1 -1
- package/cjs/{index-6bc6c2d0.js.map → index-4678a454.js.map} +1 -1
- package/cjs/{index-d72adfae.js → index-4c8c854d.js} +3 -3
- package/cjs/{index-d72adfae.js.map → index-4c8c854d.js.map} +1 -1
- package/cjs/{index-cc592f23.js → index-62b0b176.js} +7 -7
- package/cjs/{index-cc592f23.js.map → index-62b0b176.js.map} +1 -1
- package/cjs/{index-726df8d6.js → index-7f8189a8.js} +2 -2
- package/cjs/{index-726df8d6.js.map → index-7f8189a8.js.map} +1 -1
- package/cjs/{index-131be6cc.js → index-8ea5c90b.js} +5 -5
- package/cjs/{index-131be6cc.js.map → index-8ea5c90b.js.map} +1 -1
- package/cjs/{index-626a6683.js → index-987764bd.js} +1 -1
- package/cjs/{index-626a6683.js.map → index-987764bd.js.map} +1 -1
- package/cjs/{index-d80a7c10.js → index-a1b754e9.js} +7 -7
- package/cjs/{index-d80a7c10.js.map → index-a1b754e9.js.map} +1 -1
- package/cjs/{index-5741f048.js → index-a3f2fc1e.js} +3 -3
- package/cjs/{index-5741f048.js.map → index-a3f2fc1e.js.map} +1 -1
- package/cjs/{index-9ee06eb9.js → index-c65779c7.js} +2 -2
- package/cjs/{index-9ee06eb9.js.map → index-c65779c7.js.map} +1 -1
- package/cjs/{index-8b55332c.js → index-c77b4d21.js} +2 -2
- package/cjs/{index-8b55332c.js.map → index-c77b4d21.js.map} +1 -1
- package/cjs/{index-51105734.js → index-dbe73222.js} +4 -4
- package/cjs/{index-51105734.js.map → index-dbe73222.js.map} +1 -1
- package/cjs/{index-926872a3.js → index-e97ad39a.js} +2 -2
- package/cjs/{index-926872a3.js.map → index-e97ad39a.js.map} +1 -1
- package/cjs/index.js +43 -43
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-35db06bd.js → stringSet-4ee01b87.js} +1 -1
- package/cjs/{stringSet-35db06bd.js.map → stringSet-4ee01b87.js.map} +1 -1
- package/cjs/{topics-015dff3e.js → topics-022da857.js} +1 -1
- package/cjs/{topics-015dff3e.js.map → topics-022da857.js.map} +1 -1
- package/cjs/{tslib.es6-d43b6c33.js → tslib.es6-e6498d62.js} +1 -1
- package/cjs/{tslib.es6-d43b6c33.js.map → tslib.es6-e6498d62.js.map} +1 -1
- package/cjs/{types-50aaf370.js → types-aeca242a.js} +1 -1
- package/cjs/{types-50aaf370.js.map → types-aeca242a.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 +23 -23
- package/cjs/ui/MessageInput.js +9 -9
- package/cjs/ui/MessageItemMenu.js +8 -8
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +10 -10
- package/cjs/ui/MessageSearchItem.js +9 -9
- package/cjs/ui/MessageStatus.js +10 -10
- 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/PlaybackTime.js +2 -2
- 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/VoiceMessageItemBody.js +5 -5
- package/cjs/ui/VoiceMessgeInput.js +8 -8
- package/cjs/ui/Word.js +11 -11
- package/cjs/{useLongPress-5be54285.js → useLongPress-322218d9.js} +3 -3
- package/cjs/{useLongPress-5be54285.js.map → useLongPress-322218d9.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-2b85bb00.js → utils-37fca8a6.js} +1 -1
- package/cjs/{utils-2b85bb00.js.map → utils-37fca8a6.js.map} +1 -1
- package/cjs/{utils-b779340f.js → utils-642928b9.js} +2 -2
- package/cjs/{utils-b779340f.js.map → utils-642928b9.js.map} +1 -1
- package/cjs/{utils-e521af24.js → utils-c95c0536.js} +1 -1
- package/cjs/{utils-e521af24.js.map → utils-c95c0536.js.map} +1 -1
- package/cjs/{utils-1fb17377.js → utils-eb7febed.js} +1 -1
- package/cjs/{utils-1fb17377.js.map → utils-eb7febed.js.map} +1 -1
- package/cjs/{uuid-cfe73159.js → uuid-74ed3d6f.js} +1 -1
- package/cjs/{uuid-cfe73159.js.map → uuid-74ed3d6f.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-59367d04.js → color-1e2ee795.js} +1 -1
- package/{color-59367d04.js.map → color-1e2ee795.js.map} +1 -1
- package/{compareIds-2cbe41ec.js → compareIds-5ccbddc5.js} +1 -1
- package/{compareIds-2cbe41ec.js.map → compareIds-5ccbddc5.js.map} +1 -1
- package/{const-e1abe30a.js → const-8faafb2e.js} +1 -1
- package/{const-e1abe30a.js.map → const-8faafb2e.js.map} +1 -1
- package/{const-6d6447e8.js → const-dc9e776d.js} +1 -1
- package/{const-6d6447e8.js.map → const-dc9e776d.js.map} +1 -1
- package/{consts-19f1b47c.js → consts-36a3e18c.js} +1 -1
- package/{consts-19f1b47c.js.map → consts-36a3e18c.js.map} +1 -1
- package/{context-3b95f3e6.js → context-7f6e48a4.js} +2 -2
- package/{context-3b95f3e6.js.map → context-7f6e48a4.js.map} +1 -1
- package/dist/index.css +55 -55
- package/dist/index.css.map +1 -1
- package/{index-3ab34556.js → index-25d0ba0b.js} +7 -7
- package/{index-3ab34556.js.map → index-25d0ba0b.js.map} +1 -1
- package/{index-7f6825d2.js → index-28d6891b.js} +7 -7
- package/{index-7f6825d2.js.map → index-28d6891b.js.map} +1 -1
- package/{index-1cd6e5a9.js → index-33f2cf64.js} +2 -2
- package/{index-1cd6e5a9.js.map → index-33f2cf64.js.map} +1 -1
- package/{index-8bf75458.js → index-34aa10d1.js} +2 -2
- package/{index-8bf75458.js.map → index-34aa10d1.js.map} +1 -1
- package/{index-6c0f7a11.js → index-3fb2524a.js} +4 -4
- package/{index-6c0f7a11.js.map → index-3fb2524a.js.map} +1 -1
- package/{index-e4e8ae3e.js → index-5258ee05.js} +2 -2
- package/{index-e4e8ae3e.js.map → index-5258ee05.js.map} +1 -1
- package/{index-d02ef540.js → index-5eb9a836.js} +1 -1
- package/{index-d02ef540.js.map → index-5eb9a836.js.map} +1 -1
- package/{index-72d34190.js → index-5f7a15e3.js} +1 -1
- package/{index-72d34190.js.map → index-5f7a15e3.js.map} +1 -1
- package/{index-7e116f1a.js → index-7e47ba7d.js} +2 -2
- package/{index-7e116f1a.js.map → index-7e47ba7d.js.map} +1 -1
- package/{index-4c2cc2b0.js → index-87ea8714.js} +3 -3
- package/{index-4c2cc2b0.js.map → index-87ea8714.js.map} +1 -1
- package/{index-9c831352.js → index-a66bf2c0.js} +4 -4
- package/{index-9c831352.js.map → index-a66bf2c0.js.map} +1 -1
- package/{index-c28667a8.js → index-ba245747.js} +5 -5
- package/{index-c28667a8.js.map → index-ba245747.js.map} +1 -1
- package/{index-003cd138.js → index-ba7daf9f.js} +3 -3
- package/{index-003cd138.js.map → index-ba7daf9f.js.map} +1 -1
- package/{index-94f8b701.js → index-ece24db0.js} +2 -2
- package/{index-94f8b701.js.map → index-ece24db0.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +43 -43
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-a253a8e4.js → stringSet-44be1369.js} +1 -1
- package/{stringSet-a253a8e4.js.map → stringSet-44be1369.js.map} +1 -1
- package/{topics-5297af14.js → topics-3f0db840.js} +1 -1
- package/{topics-5297af14.js.map → topics-3f0db840.js.map} +1 -1
- package/{tslib.es6-d76132e1.js → tslib.es6-d163c646.js} +1 -1
- package/{tslib.es6-d76132e1.js.map → tslib.es6-d163c646.js.map} +1 -1
- package/{types-6c683617.js → types-490489b7.js} +1 -1
- package/{types-6c683617.js.map → types-490489b7.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 +23 -23
- package/ui/MessageInput.js +9 -9
- package/ui/MessageItemMenu.js +8 -8
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +10 -10
- package/ui/MessageSearchItem.js +9 -9
- package/ui/MessageStatus.js +10 -10
- 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/PlaybackTime.js +2 -2
- 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/VoiceMessageItemBody.js +5 -5
- package/ui/VoiceMessgeInput.js +8 -8
- package/ui/Word.js +11 -11
- package/{useLongPress-6ac95c33.js → useLongPress-a05b8d13.js} +3 -3
- package/{useLongPress-6ac95c33.js.map → useLongPress-a05b8d13.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-c0211cad.js → utils-14105f2b.js} +2 -2
- package/{utils-c0211cad.js.map → utils-14105f2b.js.map} +1 -1
- package/{utils-5754d236.js → utils-3a9b2a5b.js} +1 -1
- package/{utils-5754d236.js.map → utils-3a9b2a5b.js.map} +1 -1
- package/{utils-61227117.js → utils-49a0dde3.js} +1 -1
- package/{utils-61227117.js.map → utils-49a0dde3.js.map} +1 -1
- package/{utils-2de71122.js → utils-e96969ad.js} +1 -1
- package/{utils-2de71122.js.map → utils-e96969ad.js.map} +1 -1
- package/{uuid-c331106c.js → uuid-bf5599d8.js} +1 -1
- package/{uuid-c331106c.js.map → uuid-bf5599d8.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-3d722d2a.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-890010e8.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types-
|
|
1
|
+
{"version":3,"file":"types-490489b7.js","sources":["../src/lib/types.ts"],"sourcesContent":["import type SendbirdChat from '@sendbird/chat';\nimport type { User } from '@sendbird/chat';\nimport type {\n GroupChannel,\n GroupChannelCreateParams,\n SendbirdGroupChat,\n} from '@sendbird/chat/groupChannel';\nimport type {\n OpenChannel,\n OpenChannelCreateParams,\n SendbirdOpenChat,\n} from '@sendbird/chat/openChannel';\nimport type {\n AdminMessage,\n FileMessage,\n FileMessageCreateParams,\n UserMessage,\n UserMessageCreateParams,\n UserMessageUpdateParams,\n} from '@sendbird/chat/message';\n\nimport type SendBirdTypes from '../types';\nimport { UikitMessageHandler } from './selectors';\nimport { Logger } from './SendbirdState';\nimport { ReplyType } from 'SendbirdUIKitGlobal';\n\n// note to SDK team:\n// using enum inside .d.ts won’t work for jest, but const enum will work.\nexport const Role = {\n OPERATOR: 'operator',\n NONE: 'none',\n} as const;\n\nexport interface SendBirdProviderProps {\n userId: string;\n appId: string;\n accessToken?: string;\n children?: React.ReactElement;\n theme?: 'light' | 'dark';\n nickname?: string;\n profileUrl?: string;\n dateLocale?: Locale;\n disableUserProfile?: boolean;\n disableMarkAsDelivered?: boolean;\n renderUserProfile?: (props: SendBirdTypes.RenderUserProfileProps) => React.ReactElement;\n allowProfileEdit?: boolean;\n userListQuery?(): SendBirdTypes.UserListQuery;\n config?: SendBirdTypes.SendBirdProviderConfig;\n stringSet?: Record<string, string>;\n colorSet?: Record<string, string>;\n isMentionEnabled?: boolean;\n isVoiceMessageEnabled?: boolean;\n voiceRecord?: {\n maxRecordingTime: number;\n minRecordingTime: number;\n };\n imageCompression?: {\n compressionRate?: number,\n resizingWidth?: number | string,\n resizingHeight?: number | string,\n };\n isTypingIndicatorEnabledOnChannelList?: boolean;\n isMessageReceiptStatusEnabledOnChannelList?: boolean;\n}\n\nexport interface SendBirdStateConfig {\n disableUserProfile: boolean;\n disableMarkAsDelivered: boolean;\n renderUserProfile?: (props: SendBirdTypes.RenderUserProfileProps) => React.ReactElement;\n onUserProfileMessage?: (props: GroupChannel) => void;\n allowProfileEdit: boolean;\n isOnline: boolean;\n userId: string;\n appId: string;\n accessToken: string;\n theme: string;\n pubSub: any;\n logger: Logger;\n setCurrenttheme: (theme: string) => void;\n userListQuery?(): SendBirdTypes.UserListQuery;\n isReactionEnabled: boolean;\n isMentionEnabled: boolean;\n isVoiceMessageEnabled?: boolean;\n voiceRecord?: {\n maxRecordingTime: number;\n minRecordingTime: number;\n };\n userMention: {\n maxMentionCount: number,\n maxSuggestionCount: number,\n };\n imageCompression?: {\n compressionRate?: number,\n resizingWidth?: number | string,\n resizingHeight?: number | string,\n };\n isTypingIndicatorEnabledOnChannelList?: boolean;\n isMessageReceiptStatusEnabledOnChannelList?: boolean;\n replyType: ReplyType;\n}\nexport interface SdkStore {\n error: boolean;\n initialized: boolean;\n loading: boolean;\n sdk: SendbirdChat & SendbirdGroupChat & SendbirdOpenChat;\n}\nexport interface UserStore {\n initialized: boolean;\n loading: boolean;\n user: User;\n}\nexport interface SendBirdStateStore {\n sdkStore: SdkStore;\n userStore: UserStore;\n}\n\n\nexport type SendBirdState = {\n config: SendBirdStateConfig;\n stores: SendBirdStateStore;\n dispatchers: {\n userDispatcher: UserDispatcher,\n },\n}\n\ntype UserDispatcherParams = {\n type: string,\n payload: User,\n};\n\ntype UserDispatcher = (params: UserDispatcherParams) => void;\n\ntype GetSdk = SendbirdChat | undefined;\ntype GetConnect = (\n userId: string,\n accessToken?: string\n) => Promise<User>;\ntype GetDisconnect = () => Promise<void>;\ntype GetUpdateUserInfo = (\n nickName: string,\n profileUrl?: string\n) => Promise<User>;\ntype GetCreateGroupChannel = (channelParams: GroupChannelCreateParams) => Promise<GroupChannel>;\ntype GetCreateOpenChannel = (channelParams: OpenChannelCreateParams) => Promise<OpenChannel>;\ntype GetGetGroupChannel = (\n channelUrl: string,\n isSelected?: boolean,\n) => Promise<GroupChannel>;\ntype GetGetOpenChannel = (\n channelUrl: string,\n) => Promise<OpenChannel>;\ntype GetLeaveGroupChannel = (channel: GroupChannel) => Promise<void>;\ntype GetEnterOpenChannel = (channel: OpenChannel) => Promise<OpenChannel>;\ntype GetExitOpenChannel = (channel: OpenChannel) => Promise<void>;\ntype GetFreezeChannel = (channel: GroupChannel | OpenChannel) => Promise<void>;\ntype GetUnFreezeChannel = (channel: GroupChannel | OpenChannel) => Promise<void>;\ntype GetSendUserMessage = (\n channel: GroupChannel | OpenChannel,\n userMessageParams: UserMessageCreateParams,\n) => UikitMessageHandler;\ntype GetSendFileMessage = (\n channel: GroupChannel | OpenChannel,\n fileMessageParams: FileMessageCreateParams\n) => UikitMessageHandler;\ntype GetUpdateUserMessage = (\n channel: GroupChannel | OpenChannel,\n messageId: string | number,\n params: UserMessageUpdateParams\n) => Promise<UserMessage>;\n// type getUpdateFileMessage = (\n// channel: GroupChannel | OpenChannel,\n// messageId: string | number,\n// params: FileMessageUpdateParams,\n// ) => Promise<FileMessage>;\ntype GetDeleteMessage = (\n channel: GroupChannel | OpenChannel,\n message: AdminMessage | UserMessage | FileMessage\n) => Promise<void>;\ntype GetResendUserMessage = (\n channel: GroupChannel | OpenChannel,\n failedMessage: UserMessage\n) => Promise<UserMessage>;\ntype GetResendFileMessage = (\n channel: GroupChannel | OpenChannel,\n failedMessage: FileMessage\n) => Promise<FileMessage>;\n\nexport interface sendbirdSelectorsInterface {\n getSdk: (store: SendBirdState) => GetSdk;\n getConnect: (store: SendBirdState) => GetConnect\n getDisconnect: (store: SendBirdState) => GetDisconnect;\n getUpdateUserInfo: (store: SendBirdState) => GetUpdateUserInfo;\n getCreateGroupChannel: (store: SendBirdState) => GetCreateGroupChannel;\n getCreateOpenChannel: (store: SendBirdState) => GetCreateOpenChannel;\n getGetGroupChannel: (store: SendBirdState) => GetGetGroupChannel;\n getGetOpenChannel: (store: SendBirdState) => GetGetOpenChannel;\n getLeaveGroupChannel: (store: SendBirdState) => GetLeaveGroupChannel;\n getEnterOpenChannel: (store: SendBirdState) => GetEnterOpenChannel;\n getExitOpenChannel: (store: SendBirdState) => GetExitOpenChannel;\n getFreezeChannel: (store: SendBirdState) => GetFreezeChannel;\n getUnFreezeChannel: (store: SendBirdState) => GetUnFreezeChannel;\n getSendUserMessage: (store: SendBirdState) => GetSendUserMessage;\n getSendFileMessage: (store: SendBirdState) => GetSendFileMessage;\n getUpdateUserMessage: (store: SendBirdState) => GetUpdateUserMessage;\n // getUpdateFileMessage: (store: SendBirdState) => GetUpdateFileMessage;\n getDeleteMessage: (store: SendBirdState) => GetDeleteMessage;\n getResendUserMessage: (store: SendBirdState) => GetResendUserMessage;\n getResendFileMessage: (store: SendBirdState) => GetResendFileMessage;\n}\n"],"names":["Role","OPERATOR","NONE"],"mappings":"AA0BA;AACA;AACO,IAAMA,IAAI,GAAG;AAClBC,EAAAA,QAAQ,EAAE,UADQ;AAElBC,EAAAA,IAAI,EAAE,MAAA;AAFY;;;;"}
|
package/ui/Accordion.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-d163c646.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
3
|
import Icon, { IconTypes } from './Icon.js';
|
|
4
4
|
import AccordionGroup$1 from './AccordionGroup.js';
|
|
5
|
-
import { C as Consumer } from '../context-
|
|
5
|
+
import { C as Consumer } from '../context-7f6e48a4.js';
|
|
6
6
|
import 'prop-types';
|
|
7
|
-
import '../utils-
|
|
7
|
+
import '../utils-49a0dde3.js';
|
|
8
8
|
|
|
9
9
|
function Accordion(_a) {
|
|
10
10
|
var className = _a.className,
|
package/ui/AccordionGroup.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default, { useState } from 'react';
|
|
2
|
-
import { P as Provider } from '../context-
|
|
3
|
-
import '../utils-
|
|
2
|
+
import { P as Provider } from '../context-7f6e48a4.js';
|
|
3
|
+
import '../utils-49a0dde3.js';
|
|
4
4
|
|
|
5
5
|
// Wraps all the accordions in an accordion set
|
|
6
6
|
function AccordionGroup(_a) {
|
package/ui/AdminMessage.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-d163c646.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-5258ee05.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-44be1369.js';
|
|
6
6
|
|
|
7
7
|
function AdminMessage(_a) {
|
|
8
8
|
var _b;
|
package/ui/Avatar.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-d163c646.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import ImageRenderer from './ImageRenderer.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
5
|
-
import { u as uuidv4 } from '../uuid-
|
|
5
|
+
import { u as uuidv4 } from '../uuid-bf5599d8.js';
|
|
6
6
|
import 'prop-types';
|
|
7
7
|
|
|
8
8
|
var pxToNumber = (function (px) {
|
package/ui/Badge.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-d163c646.js';
|
|
2
2
|
import React__default, { useContext } from 'react';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5258ee05.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-83ddce67.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../stringSet-
|
|
7
|
-
import '../index-
|
|
6
|
+
import '../stringSet-44be1369.js';
|
|
7
|
+
import '../index-5eb9a836.js';
|
|
8
8
|
|
|
9
9
|
function Badge(_a) {
|
|
10
10
|
var count = _a.count,
|
package/ui/BottomSheet.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default, { useRef } from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
|
-
import { M as MODAL_ROOT } from '../index-
|
|
3
|
+
import { M as MODAL_ROOT } from '../index-5f7a15e3.js';
|
|
4
4
|
|
|
5
5
|
var BottomSheet = function (props) {
|
|
6
6
|
var _a = props.className,
|
package/ui/Button.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-d163c646.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-5258ee05.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-44be1369.js';
|
|
6
6
|
|
|
7
7
|
var ButtonTypes$1;
|
|
8
8
|
|
package/ui/ChannelAvatar.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default, { useMemo } from 'react';
|
|
2
2
|
import Avatar from './Avatar.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
|
-
import { g as generateDefaultAvatar, a as getChannelAvatarSource } from '../utils-
|
|
5
|
-
import '../tslib.es6-
|
|
4
|
+
import { g as generateDefaultAvatar, a as getChannelAvatarSource } from '../utils-e96969ad.js';
|
|
5
|
+
import '../tslib.es6-d163c646.js';
|
|
6
6
|
import './ImageRenderer.js';
|
|
7
|
-
import '../uuid-
|
|
7
|
+
import '../uuid-bf5599d8.js';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
|
|
10
10
|
function ChannelAvatar(_a) {
|
package/ui/ConnectionStatus.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5258ee05.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-83ddce67.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../stringSet-
|
|
7
|
-
import '../index-
|
|
6
|
+
import '../stringSet-44be1369.js';
|
|
7
|
+
import '../index-5eb9a836.js';
|
|
8
8
|
|
|
9
9
|
function ConnectionStatus() {
|
|
10
10
|
var stringSet = useContext(LocalizationContext).stringSet;
|
package/ui/ContextMenu.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useState, useRef, useEffect } from 'react';
|
|
2
|
-
import { b as __extends, _ as __assign } from '../tslib.es6-
|
|
2
|
+
import { b as __extends, _ as __assign } from '../tslib.es6-d163c646.js';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
4
|
import SortByRow from './SortByRow.js';
|
|
5
|
-
import { j as getClassName } from '../index-
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
7
|
-
import '../uuid-
|
|
5
|
+
import { j as getClassName } from '../index-34aa10d1.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5258ee05.js';
|
|
7
|
+
import '../uuid-bf5599d8.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../stringSet-
|
|
10
|
+
import '../stringSet-44be1369.js';
|
|
11
11
|
|
|
12
12
|
var MenuItems$1 =
|
|
13
13
|
/** @class */
|
package/ui/DateSeparator.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-d163c646.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { C as Colors, c as changeColorToClassName } from '../color-
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
+
import { C as Colors, c as changeColorToClassName } from '../color-1e2ee795.js';
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5258ee05.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../stringSet-
|
|
6
|
+
import '../stringSet-44be1369.js';
|
|
7
7
|
|
|
8
8
|
var DateSeparator = function (_a) {
|
|
9
9
|
var _b = _a.children,
|
package/ui/EmojiReactions.js
CHANGED
|
@@ -6,17 +6,17 @@ import ReactionButton from './ReactionButton.js';
|
|
|
6
6
|
import ImageRenderer from './ImageRenderer.js';
|
|
7
7
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
8
8
|
import ContextMenu, { EmojiListItems } from './ContextMenu.js';
|
|
9
|
-
import { H as getEmojiMapAll, j as getClassName, I as isReactedBy, J as getEmojiTooltipString, z as getEmojiListAll } from '../index-
|
|
10
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
11
|
-
import '../tslib.es6-
|
|
12
|
-
import '../index-
|
|
9
|
+
import { H as getEmojiMapAll, j as getClassName, I as isReactedBy, J as getEmojiTooltipString, z as getEmojiListAll } from '../index-34aa10d1.js';
|
|
10
|
+
import { a as LocalizationContext } from '../LocalizationContext-83ddce67.js';
|
|
11
|
+
import '../tslib.es6-d163c646.js';
|
|
12
|
+
import '../index-5258ee05.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../stringSet-
|
|
14
|
+
import '../stringSet-44be1369.js';
|
|
15
15
|
import 'react-dom';
|
|
16
16
|
import './SortByRow.js';
|
|
17
|
-
import '../uuid-
|
|
17
|
+
import '../uuid-bf5599d8.js';
|
|
18
18
|
import '../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../index-
|
|
19
|
+
import '../index-5eb9a836.js';
|
|
20
20
|
|
|
21
21
|
var EmojiReactions = function (_a) {
|
|
22
22
|
var _b, _c;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5258ee05.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import TextButton from './TextButton.js';
|
|
5
|
-
import { j as getClassName, K as getUIKitFileType, t as truncateString } from '../index-
|
|
6
|
-
import { C as Colors } from '../color-
|
|
7
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
5
|
+
import { j as getClassName, K as getUIKitFileType, t as truncateString } from '../index-34aa10d1.js';
|
|
6
|
+
import { C as Colors } from '../color-1e2ee795.js';
|
|
7
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-010e9df0.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../tslib.es6-
|
|
9
|
+
import '../stringSet-44be1369.js';
|
|
10
|
+
import '../tslib.es6-d163c646.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
12
|
|
|
13
13
|
function FileMessageItemBody(_a) {
|
package/ui/FileViewer.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
4
|
-
import { M as MODAL_ROOT } from '../index-
|
|
5
|
-
import { E as isSupportedFileView, F as isVideo, G as isImage } from '../index-
|
|
3
|
+
import { a as LocalizationContext } from '../LocalizationContext-83ddce67.js';
|
|
4
|
+
import { M as MODAL_ROOT } from '../index-5f7a15e3.js';
|
|
5
|
+
import { E as isSupportedFileView, F as isVideo, G as isImage } from '../index-34aa10d1.js';
|
|
6
6
|
import Avatar from './Avatar.js';
|
|
7
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
7
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5258ee05.js';
|
|
8
8
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
11
|
-
import '../tslib.es6-
|
|
9
|
+
import '../stringSet-44be1369.js';
|
|
10
|
+
import '../index-5eb9a836.js';
|
|
11
|
+
import '../tslib.es6-d163c646.js';
|
|
12
12
|
import '../utils/message/getOutgoingMessageState.js';
|
|
13
13
|
import './ImageRenderer.js';
|
|
14
|
-
import '../uuid-
|
|
14
|
+
import '../uuid-bf5599d8.js';
|
|
15
15
|
import 'prop-types';
|
|
16
16
|
|
|
17
17
|
var FileViewerComponent = function (_a) {
|
package/ui/IconButton.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as __spreadArray, _ as __assign } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray, _ as __assign } from '../tslib.es6-d163c646.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
3
|
|
|
4
4
|
var IconButton = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
|
package/ui/ImageRenderer.js
CHANGED
package/ui/Input.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useState } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5258ee05.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-44be1369.js';
|
|
5
5
|
|
|
6
6
|
var InputLabel = function (_a) {
|
|
7
7
|
var children = _a.children;
|
package/ui/Label.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'prop-types';
|
|
3
|
-
export { b as LabelColors, c as LabelStringSet, a as LabelTypography, L as default } from '../index-
|
|
4
|
-
import '../stringSet-
|
|
3
|
+
export { b as LabelColors, c as LabelStringSet, a as LabelTypography, L as default } from '../index-5258ee05.js';
|
|
4
|
+
import '../stringSet-44be1369.js';
|
|
5
5
|
//# sourceMappingURL=Label.js.map
|
package/ui/LinkLabel.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
import { d as changeColorToClassName, L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
4
|
-
import '../stringSet-
|
|
3
|
+
import { d as changeColorToClassName, L as Label, a as LabelTypography, b as LabelColors } from '../index-5258ee05.js';
|
|
4
|
+
import '../stringSet-44be1369.js';
|
|
5
5
|
|
|
6
6
|
const http = /https?:\/\//;
|
|
7
7
|
function LinkLabel(_ref) {
|
package/ui/Loader.js
CHANGED
package/ui/MentionLabel.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useCallback } from 'react';
|
|
2
2
|
import ContextMenu, { MenuItems } from './ContextMenu.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-5258ee05.js';
|
|
4
4
|
import UserProfile from './UserProfile.js';
|
|
5
5
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
6
|
-
import '../tslib.es6-
|
|
6
|
+
import '../tslib.es6-d163c646.js';
|
|
7
7
|
import 'react-dom';
|
|
8
8
|
import './SortByRow.js';
|
|
9
|
-
import '../uuid-
|
|
10
|
-
import '../index-
|
|
9
|
+
import '../uuid-bf5599d8.js';
|
|
10
|
+
import '../index-34aa10d1.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../stringSet-
|
|
14
|
-
import '../LocalizationContext-
|
|
15
|
-
import '../index-
|
|
16
|
-
import '../UserProfileContext-
|
|
13
|
+
import '../stringSet-44be1369.js';
|
|
14
|
+
import '../LocalizationContext-83ddce67.js';
|
|
15
|
+
import '../index-5eb9a836.js';
|
|
16
|
+
import '../UserProfileContext-236a8db5.js';
|
|
17
17
|
import '../sendbirdSelectors.js';
|
|
18
|
-
import '../topics-
|
|
19
|
-
import '../utils-
|
|
18
|
+
import '../topics-3f0db840.js';
|
|
19
|
+
import '../utils-49a0dde3.js';
|
|
20
20
|
import './Avatar.js';
|
|
21
21
|
import './ImageRenderer.js';
|
|
22
22
|
import './Icon.js';
|
|
23
23
|
import './Button.js';
|
|
24
24
|
import '../withSendbird.js';
|
|
25
|
-
import '../_rollupPluginBabelHelpers-
|
|
25
|
+
import '../_rollupPluginBabelHelpers-b0efb0e7.js';
|
|
26
26
|
|
|
27
27
|
function MentionLabel(props) {
|
|
28
28
|
var _a, _b, _c;
|
package/ui/MessageContent.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { a as _extends } from '../_rollupPluginBabelHelpers-
|
|
2
|
-
import { _ as __assign } from '../tslib.es6-
|
|
1
|
+
import { a as _extends } from '../_rollupPluginBabelHelpers-b0efb0e7.js';
|
|
2
|
+
import { _ as __assign } from '../tslib.es6-d163c646.js';
|
|
3
3
|
import React__default, { useState, useContext, useRef } from 'react';
|
|
4
|
-
import { f as format } from '../index-
|
|
4
|
+
import { f as format } from '../index-33f2cf64.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
6
|
import UserProfile from './UserProfile.js';
|
|
7
|
-
import { M as MessageStatus } from '../index-
|
|
7
|
+
import { M as MessageStatus } from '../index-25d0ba0b.js';
|
|
8
8
|
import MessageItemMenu from './MessageItemMenu.js';
|
|
9
9
|
import MessageItemReactionMenu from './MessageItemReactionMenu.js';
|
|
10
10
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
11
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
11
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5258ee05.js';
|
|
12
12
|
import EmojiReactions from './EmojiReactions.js';
|
|
13
13
|
import AdminMessage from './AdminMessage.js';
|
|
14
14
|
import TextMessageItemBody from './TextMessageItemBody.js';
|
|
@@ -17,33 +17,33 @@ import ThumbnailMessageItemBody from './ThumbnailMessageItemBody.js';
|
|
|
17
17
|
import OGMessageItemBody from './OGMessageItemBody.js';
|
|
18
18
|
import UnknownMessageItemBody from './UnknownMessageItemBody.js';
|
|
19
19
|
import QuoteMessage from './QuoteMessage.js';
|
|
20
|
-
import { s as isUserMessage, v as isSentMessage, w as isFailedMessage, x as isPendingMessage, m as isFileMessage, y as copyToClipboard, z as getEmojiListAll, A as getUIKitMessageTypes, o as isThumbnailMessage, j as getClassName, B as getSenderName, C as isTextMessage, D as isOGMessage, u as getUIKitMessageType, d as isVoiceMessage } from '../index-
|
|
21
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
22
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
20
|
+
import { s as isUserMessage, v as isSentMessage, w as isFailedMessage, x as isPendingMessage, m as isFileMessage, y as copyToClipboard, z as getEmojiListAll, A as getUIKitMessageTypes, o as isThumbnailMessage, j as getClassName, B as getSenderName, C as isTextMessage, D as isOGMessage, u as getUIKitMessageType, d as isVoiceMessage } from '../index-34aa10d1.js';
|
|
21
|
+
import { a as UserProfileContext } from '../UserProfileContext-236a8db5.js';
|
|
22
|
+
import { u as useLocalization } from '../LocalizationContext-83ddce67.js';
|
|
23
23
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
24
|
-
import { u as useLongPress } from '../useLongPress-
|
|
24
|
+
import { u as useLongPress } from '../useLongPress-a05b8d13.js';
|
|
25
25
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
26
26
|
import BottomSheet from './BottomSheet.js';
|
|
27
27
|
import ImageRenderer from './ImageRenderer.js';
|
|
28
28
|
import ReactionButton from './ReactionButton.js';
|
|
29
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
29
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-010e9df0.js';
|
|
30
30
|
import ThreadReplies from './ThreadReplies.js';
|
|
31
|
-
import { T as ThreadReplySelectType } from '../const-
|
|
31
|
+
import { T as ThreadReplySelectType } from '../const-8faafb2e.js';
|
|
32
32
|
import { VoiceMessageItemBody } from './VoiceMessageItemBody.js';
|
|
33
|
-
import '../index-
|
|
34
|
-
import '../uuid-
|
|
33
|
+
import '../index-5eb9a836.js';
|
|
34
|
+
import '../uuid-bf5599d8.js';
|
|
35
35
|
import 'prop-types';
|
|
36
36
|
import '../sendbirdSelectors.js';
|
|
37
|
-
import '../topics-
|
|
38
|
-
import '../utils-
|
|
37
|
+
import '../topics-3f0db840.js';
|
|
38
|
+
import '../utils-49a0dde3.js';
|
|
39
39
|
import './Button.js';
|
|
40
|
-
import '../stringSet-
|
|
40
|
+
import '../stringSet-44be1369.js';
|
|
41
41
|
import './Loader.js';
|
|
42
42
|
import '../utils/message/getOutgoingMessageState.js';
|
|
43
|
-
import '../index-
|
|
44
|
-
import '../index-
|
|
43
|
+
import '../index-87ea8714.js';
|
|
44
|
+
import '../index-ece24db0.js';
|
|
45
45
|
import './IconButton.js';
|
|
46
|
-
import '../types-
|
|
46
|
+
import '../types-490489b7.js';
|
|
47
47
|
import 'react-dom';
|
|
48
48
|
import './SortByRow.js';
|
|
49
49
|
import './Tooltip.js';
|
|
@@ -53,13 +53,13 @@ import './Word.js';
|
|
|
53
53
|
import './LinkLabel.js';
|
|
54
54
|
import './MentionLabel.js';
|
|
55
55
|
import './TextButton.js';
|
|
56
|
-
import '../color-
|
|
56
|
+
import '../color-1e2ee795.js';
|
|
57
57
|
import '../withSendbird.js';
|
|
58
|
-
import '../index-
|
|
58
|
+
import '../index-5f7a15e3.js';
|
|
59
59
|
import './ProgressBar.js';
|
|
60
60
|
import '../VoicePlayer/useVoicePlayer.js';
|
|
61
|
-
import '../index-
|
|
62
|
-
import '../consts-
|
|
61
|
+
import '../index-ba7daf9f.js';
|
|
62
|
+
import '../consts-36a3e18c.js';
|
|
63
63
|
import '../VoiceRecorder/context.js';
|
|
64
64
|
import '../lame.all.js';
|
|
65
65
|
import './PlaybackTime.js';
|
package/ui/MessageInput.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-b0efb0e7.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-dc9e776d.js';
|
|
6
|
+
import { U as USER_MENTION_TEMP_CHAR } from '../const-8faafb2e.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 { k as convertWordToStringObj, S as StringObjType, l as arrayEqual, j 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-5258ee05.js';
|
|
12
|
+
import { a as LocalizationContext } from '../LocalizationContext-83ddce67.js';
|
|
13
|
+
import { k as convertWordToStringObj, S as StringObjType, l as arrayEqual, j as getClassName } from '../index-34aa10d1.js';
|
|
14
|
+
import '../tslib.es6-d163c646.js';
|
|
15
|
+
import '../stringSet-44be1369.js';
|
|
16
|
+
import '../index-5eb9a836.js';
|
|
17
17
|
import '../utils/message/getOutgoingMessageState.js';
|
|
18
18
|
|
|
19
19
|
// https://davidwalsh.name/javascript-debounce-function
|
package/ui/MessageItemMenu.js
CHANGED
|
@@ -2,18 +2,18 @@ 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 { s as isUserMessage, v as isSentMessage, w as isFailedMessage, x as isPendingMessage, j as getClassName, y as copyToClipboard } from '../index-
|
|
6
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
7
|
-
import { R as Role } from '../types-
|
|
8
|
-
import '../tslib.es6-
|
|
5
|
+
import { s as isUserMessage, v as isSentMessage, w as isFailedMessage, x as isPendingMessage, j as getClassName, y as copyToClipboard } from '../index-34aa10d1.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-83ddce67.js';
|
|
7
|
+
import { R as Role } from '../types-490489b7.js';
|
|
8
|
+
import '../tslib.es6-d163c646.js';
|
|
9
9
|
import 'react-dom';
|
|
10
10
|
import './SortByRow.js';
|
|
11
|
-
import '../uuid-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../uuid-bf5599d8.js';
|
|
12
|
+
import '../index-5258ee05.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../stringSet-
|
|
14
|
+
import '../stringSet-44be1369.js';
|
|
15
15
|
import '../utils/message/getOutgoingMessageState.js';
|
|
16
|
-
import '../index-
|
|
16
|
+
import '../index-5eb9a836.js';
|
|
17
17
|
|
|
18
18
|
function MessageItemMenu(_a) {
|
|
19
19
|
var _b;
|
|
@@ -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 { x as isPendingMessage, w as isFailedMessage, j as getClassName, z as getEmojiListAll } from '../index-
|
|
8
|
-
import '../tslib.es6-
|
|
7
|
+
import { x as isPendingMessage, w as isFailedMessage, j as getClassName, z as getEmojiListAll } from '../index-34aa10d1.js';
|
|
8
|
+
import '../tslib.es6-d163c646.js';
|
|
9
9
|
import 'react-dom';
|
|
10
10
|
import './SortByRow.js';
|
|
11
|
-
import '../uuid-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../uuid-bf5599d8.js';
|
|
12
|
+
import '../index-5258ee05.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../stringSet-
|
|
14
|
+
import '../stringSet-44be1369.js';
|
|
15
15
|
import '../utils/message/getOutgoingMessageState.js';
|
|
16
16
|
|
|
17
17
|
function MessageItemReactionMenu(_a) {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-d163c646.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, b as isThisYear } from '../index-
|
|
9
|
-
import { d as isVoiceMessage } from '../index-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5258ee05.js';
|
|
6
|
+
import { u as useLocalization } from '../LocalizationContext-83ddce67.js';
|
|
7
|
+
import { f as format } from '../index-33f2cf64.js';
|
|
8
|
+
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-87ea8714.js';
|
|
9
|
+
import { d as isVoiceMessage } from '../index-34aa10d1.js';
|
|
10
10
|
import './ImageRenderer.js';
|
|
11
|
-
import '../uuid-
|
|
11
|
+
import '../uuid-bf5599d8.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../stringSet-
|
|
14
|
-
import '../index-
|
|
15
|
-
import '../index-
|
|
13
|
+
import '../stringSet-44be1369.js';
|
|
14
|
+
import '../index-5eb9a836.js';
|
|
15
|
+
import '../index-ece24db0.js';
|
|
16
16
|
import '../utils/message/getOutgoingMessageState.js';
|
|
17
17
|
|
|
18
18
|
function getCreatedAt(_a) {
|
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-d163c646.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
4
|
-
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-
|
|
3
|
+
import { f as format } from '../index-33f2cf64.js';
|
|
4
|
+
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-87ea8714.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-5258ee05.js';
|
|
7
|
+
import { u as useLocalization } from '../LocalizationContext-83ddce67.js';
|
|
8
|
+
import '../index-5eb9a836.js';
|
|
9
|
+
import '../index-ece24db0.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-bf5599d8.js';
|
|
14
|
+
import '../stringSet-44be1369.js';
|
|
15
15
|
|
|
16
16
|
function getCreatedAt (_a) {
|
|
17
17
|
var createdAt = _a.createdAt,
|
package/ui/MessageStatus.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import '../tslib.es6-
|
|
1
|
+
import '../tslib.es6-d163c646.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import '../index-
|
|
3
|
+
import '../index-33f2cf64.js';
|
|
4
4
|
import './Icon.js';
|
|
5
|
-
import '../index-
|
|
5
|
+
import '../index-5258ee05.js';
|
|
6
6
|
import './Loader.js';
|
|
7
|
-
import '../index-
|
|
7
|
+
import '../index-34aa10d1.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
|
-
export { e as MessageStatusTypes, M as default } from '../index-
|
|
10
|
-
import '../LocalizationContext-
|
|
11
|
-
import '../index-
|
|
9
|
+
export { e as MessageStatusTypes, M as default } from '../index-25d0ba0b.js';
|
|
10
|
+
import '../LocalizationContext-83ddce67.js';
|
|
11
|
+
import '../index-5eb9a836.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../stringSet-
|
|
14
|
-
import '../index-
|
|
15
|
-
import '../index-
|
|
13
|
+
import '../stringSet-44be1369.js';
|
|
14
|
+
import '../index-87ea8714.js';
|
|
15
|
+
import '../index-ece24db0.js';
|
|
16
16
|
//# sourceMappingURL=MessageStatus.js.map
|