@sendbird/uikit-react 3.4.0-rc.0 → 3.4.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 +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-3c78429f.js → ChannelListProvider-43f3a74a.js} +8 -8
- package/{ChannelListProvider-3c78429f.js.map → ChannelListProvider-43f3a74a.js.map} +1 -1
- package/{ChannelProvider-1d70b8a0.js → ChannelProvider-def8e42f.js} +10 -10
- package/{ChannelProvider-1d70b8a0.js.map → ChannelProvider-def8e42f.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-946fb371.js → CreateChannelProvider-763b1601.js} +1 -1
- package/{CreateChannelProvider-946fb371.js.map → CreateChannelProvider-763b1601.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-539093a9.js → LocalizationContext-a6aa8be8.js} +3 -3
- package/{LocalizationContext-539093a9.js.map → LocalizationContext-a6aa8be8.js.map} +1 -1
- package/{MediaQueryContext-79c8ad08.js → MediaQueryContext-a551e770.js} +1 -1
- package/{MediaQueryContext-79c8ad08.js.map → MediaQueryContext-a551e770.js.map} +1 -1
- package/{MemberList-1350e670.js → MemberList-304b6711.js} +5 -5
- package/{MemberList-1350e670.js.map → MemberList-304b6711.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-64e2ca27.js → OpenChannelListProvider-9dddf0c2.js} +3 -3
- package/{OpenChannelListProvider-64e2ca27.js.map → OpenChannelListProvider-9dddf0c2.js.map} +1 -1
- package/{OpenChannelProvider-5a54a791.js → OpenChannelProvider-931c2c9e.js} +7 -7
- package/{OpenChannelProvider-5a54a791.js.map → OpenChannelProvider-931c2c9e.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-cd536405.js → RemoveMessageModal-aee6074c.js} +3 -3
- package/{RemoveMessageModal-cd536405.js.map → RemoveMessageModal-aee6074c.js.map} +1 -1
- package/SendbirdProvider.js +12 -12
- 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-9f8652df.js → ThreadProvider-e0d19ff6.js} +7 -7
- package/{ThreadProvider-9f8652df.js.map → ThreadProvider-e0d19ff6.js.map} +1 -1
- package/{UserProfileContext-bd8525b7.js → UserProfileContext-dd096494.js} +1 -1
- package/{UserProfileContext-bd8525b7.js.map → UserProfileContext-dd096494.js.map} +1 -1
- package/{VoiceMessageInputWrapper-b149ff89.js → VoiceMessageInputWrapper-f70b47c7.js} +7 -7
- package/{VoiceMessageInputWrapper-b149ff89.js.map → VoiceMessageInputWrapper-f70b47c7.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-09618dc3.js → _rollupPluginBabelHelpers-3e5825fa.js} +1 -1
- package/_rollupPluginBabelHelpers-3e5825fa.js.map +1 -0
- package/{actionTypes-0dd0c34b.js → actionTypes-3245f646.js} +1 -1
- package/{actionTypes-0dd0c34b.js.map → actionTypes-3245f646.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-7df03e2a.js → ChannelListProvider-81b54cf3.js} +8 -8
- package/cjs/{ChannelListProvider-7df03e2a.js.map → ChannelListProvider-81b54cf3.js.map} +1 -1
- package/cjs/{ChannelProvider-56b10dd6.js → ChannelProvider-498847bc.js} +10 -10
- package/cjs/{ChannelProvider-56b10dd6.js.map → ChannelProvider-498847bc.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-359f35d1.js → CreateChannelProvider-a7ea8fd0.js} +1 -1
- package/cjs/{CreateChannelProvider-359f35d1.js.map → CreateChannelProvider-a7ea8fd0.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-7d2c13ee.js → LocalizationContext-53fd4ae9.js} +3 -3
- package/cjs/{LocalizationContext-7d2c13ee.js.map → LocalizationContext-53fd4ae9.js.map} +1 -1
- package/cjs/{MediaQueryContext-36855cf6.js → MediaQueryContext-cfb37524.js} +1 -1
- package/cjs/{MediaQueryContext-36855cf6.js.map → MediaQueryContext-cfb37524.js.map} +1 -1
- package/cjs/{MemberList-cf4488bc.js → MemberList-5d8110fb.js} +5 -5
- package/cjs/{MemberList-cf4488bc.js.map → MemberList-5d8110fb.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-d0e494e8.js → OpenChannelListProvider-523d5e22.js} +3 -3
- package/cjs/{OpenChannelListProvider-d0e494e8.js.map → OpenChannelListProvider-523d5e22.js.map} +1 -1
- package/cjs/{OpenChannelProvider-84d45a52.js → OpenChannelProvider-49f11291.js} +7 -7
- package/cjs/{OpenChannelProvider-84d45a52.js.map → OpenChannelProvider-49f11291.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-44018509.js → RemoveMessageModal-29719052.js} +3 -3
- package/cjs/{RemoveMessageModal-44018509.js.map → RemoveMessageModal-29719052.js.map} +1 -1
- package/cjs/SendbirdProvider.js +12 -12
- 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-e8591a61.js → ThreadProvider-2dc43e25.js} +7 -7
- package/cjs/{ThreadProvider-e8591a61.js.map → ThreadProvider-2dc43e25.js.map} +1 -1
- package/cjs/{UserProfileContext-89b8a98d.js → UserProfileContext-c7d6be85.js} +1 -1
- package/cjs/{UserProfileContext-89b8a98d.js.map → UserProfileContext-c7d6be85.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-6d309e8c.js → VoiceMessageInputWrapper-965de260.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-6d309e8c.js.map → VoiceMessageInputWrapper-965de260.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-9807f0cb.js → _rollupPluginBabelHelpers-3c8c757e.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-3c8c757e.js.map +1 -0
- package/cjs/{actionTypes-64f969d0.js → actionTypes-30b8654a.js} +1 -1
- package/cjs/{actionTypes-64f969d0.js.map → actionTypes-30b8654a.js.map} +1 -1
- package/cjs/{color-ae15b40e.js → color-578986d2.js} +1 -1
- package/cjs/{color-ae15b40e.js.map → color-578986d2.js.map} +1 -1
- package/cjs/{compareIds-88a3abee.js → compareIds-d78964c7.js} +1 -1
- package/cjs/{compareIds-88a3abee.js.map → compareIds-d78964c7.js.map} +1 -1
- package/cjs/{const-98ae036e.js → const-5e034408.js} +1 -1
- package/cjs/{const-98ae036e.js.map → const-5e034408.js.map} +1 -1
- package/cjs/{const-6d993a66.js → const-6d262369.js} +1 -1
- package/cjs/{const-6d993a66.js.map → const-6d262369.js.map} +1 -1
- package/cjs/{consts-7142bdfe.js → consts-b08b4ca6.js} +1 -1
- package/cjs/{consts-7142bdfe.js.map → consts-b08b4ca6.js.map} +1 -1
- package/cjs/{context-9f945182.js → context-43fa845b.js} +2 -2
- package/cjs/{context-9f945182.js.map → context-43fa845b.js.map} +1 -1
- package/cjs/dist/index.css +55 -55
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-9d2d5d23.js → index-160b94cd.js} +3 -3
- package/cjs/{index-9d2d5d23.js.map → index-160b94cd.js.map} +1 -1
- package/cjs/{index-e0971532.js → index-178229c9.js} +3 -3
- package/cjs/{index-e0971532.js.map → index-178229c9.js.map} +1 -1
- package/cjs/{index-45c199d5.js → index-331d013f.js} +7 -7
- package/cjs/{index-45c199d5.js.map → index-331d013f.js.map} +1 -1
- package/cjs/{index-6691da2c.js → index-482bbe89.js} +2 -2
- package/cjs/{index-6691da2c.js.map → index-482bbe89.js.map} +1 -1
- package/cjs/{index-80ec94b9.js → index-5706b33b.js} +2 -2
- package/cjs/{index-80ec94b9.js.map → index-5706b33b.js.map} +1 -1
- package/cjs/{index-a34a53d3.js → index-7630682a.js} +4 -4
- package/cjs/{index-a34a53d3.js.map → index-7630682a.js.map} +1 -1
- package/cjs/{index-31135e46.js → index-7c018421.js} +1 -1
- package/cjs/{index-31135e46.js.map → index-7c018421.js.map} +1 -1
- package/cjs/{index-c34f34a2.js → index-a283267f.js} +2 -2
- package/cjs/{index-c34f34a2.js.map → index-a283267f.js.map} +1 -1
- package/cjs/{index-9f074bb0.js → index-a6416067.js} +7 -7
- package/cjs/{index-9f074bb0.js.map → index-a6416067.js.map} +1 -1
- package/cjs/{index-318ca5bb.js → index-cc0a43a7.js} +2 -2
- package/cjs/{index-318ca5bb.js.map → index-cc0a43a7.js.map} +1 -1
- package/cjs/{index-86b55059.js → index-db48f031.js} +2 -2
- package/cjs/{index-86b55059.js.map → index-db48f031.js.map} +1 -1
- package/cjs/{index-fa531baa.js → index-e42edbd5.js} +4 -5
- package/cjs/index-e42edbd5.js.map +1 -0
- package/cjs/{index-fb42d34c.js → index-e49314a5.js} +1 -1
- package/cjs/{index-fb42d34c.js.map → index-e49314a5.js.map} +1 -1
- package/cjs/{index-1f2ac00b.js → index-ef4f97c8.js} +5 -5
- package/cjs/{index-1f2ac00b.js.map → index-ef4f97c8.js.map} +1 -1
- package/cjs/index.js +43 -43
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-d4071e23.js → stringSet-42fa6280.js} +1 -1
- package/cjs/{stringSet-d4071e23.js.map → stringSet-42fa6280.js.map} +1 -1
- package/cjs/{topics-7108f68f.js → topics-bc8e923e.js} +1 -1
- package/cjs/{topics-7108f68f.js.map → topics-bc8e923e.js.map} +1 -1
- package/cjs/{tslib.es6-23b4ef32.js → tslib.es6-5163dacf.js} +1 -1
- package/cjs/{tslib.es6-23b4ef32.js.map → tslib.es6-5163dacf.js.map} +1 -1
- package/cjs/{types-8f7bbb00.js → types-c8782eaf.js} +1 -1
- package/cjs/{types-8f7bbb00.js.map → types-c8782eaf.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-62a89444.js → useLongPress-591a6fa9.js} +3 -3
- package/cjs/{useLongPress-62a89444.js.map → useLongPress-591a6fa9.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-178ccede.js → utils-09e1cb5d.js} +1 -1
- package/cjs/{utils-178ccede.js.map → utils-09e1cb5d.js.map} +1 -1
- package/cjs/{utils-41fef560.js → utils-bafa76b3.js} +2 -2
- package/cjs/{utils-41fef560.js.map → utils-bafa76b3.js.map} +1 -1
- package/cjs/{utils-7bec6eaa.js → utils-dfe9178d.js} +1 -1
- package/cjs/{utils-7bec6eaa.js.map → utils-dfe9178d.js.map} +1 -1
- package/cjs/{utils-b691a058.js → utils-ea9d80f3.js} +1 -1
- package/cjs/{utils-b691a058.js.map → utils-ea9d80f3.js.map} +1 -1
- package/cjs/{uuid-42040a5c.js → uuid-e879709a.js} +1 -1
- package/cjs/{uuid-42040a5c.js.map → uuid-e879709a.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-f2370c85.js → color-ed83ffc3.js} +1 -1
- package/{color-f2370c85.js.map → color-ed83ffc3.js.map} +1 -1
- package/{compareIds-a4557492.js → compareIds-c8335d61.js} +1 -1
- package/{compareIds-a4557492.js.map → compareIds-c8335d61.js.map} +1 -1
- package/{const-ce447fcf.js → const-a965f964.js} +1 -1
- package/{const-ce447fcf.js.map → const-a965f964.js.map} +1 -1
- package/{const-593595f5.js → const-e27598a1.js} +1 -1
- package/{const-593595f5.js.map → const-e27598a1.js.map} +1 -1
- package/{consts-d2d25dac.js → consts-886b25ca.js} +1 -1
- package/{consts-d2d25dac.js.map → consts-886b25ca.js.map} +1 -1
- package/{context-95839b09.js → context-2f7024fc.js} +2 -2
- package/{context-95839b09.js.map → context-2f7024fc.js.map} +1 -1
- package/dist/index.css +55 -55
- package/dist/index.css.map +1 -1
- package/{index-4c6a2064.js → index-00eb27a6.js} +2 -2
- package/{index-4c6a2064.js.map → index-00eb27a6.js.map} +1 -1
- package/{index-4b51e7af.js → index-1c547263.js} +5 -5
- package/{index-4b51e7af.js.map → index-1c547263.js.map} +1 -1
- package/{index-2aaa784a.js → index-3a76c1d2.js} +7 -7
- package/{index-2aaa784a.js.map → index-3a76c1d2.js.map} +1 -1
- package/{index-9c2d0ccd.js → index-4625f10e.js} +2 -2
- package/{index-9c2d0ccd.js.map → index-4625f10e.js.map} +1 -1
- package/{index-4a977e7d.js → index-67c5e94c.js} +2 -2
- package/{index-4a977e7d.js.map → index-67c5e94c.js.map} +1 -1
- package/{index-620331eb.js → index-6ccea9a6.js} +2 -2
- package/{index-620331eb.js.map → index-6ccea9a6.js.map} +1 -1
- package/{index-ed1f765b.js → index-7283bb53.js} +3 -3
- package/{index-ed1f765b.js.map → index-7283bb53.js.map} +1 -1
- package/{index-999fdb64.js → index-757a563a.js} +1 -1
- package/{index-999fdb64.js.map → index-757a563a.js.map} +1 -1
- package/{index-eefaf935.js → index-86034384.js} +4 -4
- package/{index-eefaf935.js.map → index-86034384.js.map} +1 -1
- package/{index-bbab31f0.js → index-8ee9e1f5.js} +2 -2
- package/{index-bbab31f0.js.map → index-8ee9e1f5.js.map} +1 -1
- package/{index-7b5efb26.js → index-978b3d6d.js} +4 -5
- package/index-978b3d6d.js.map +1 -0
- package/{index-60d3992b.js → index-a3a4b35c.js} +3 -3
- package/{index-60d3992b.js.map → index-a3a4b35c.js.map} +1 -1
- package/{index-daccde5e.js → index-c8a147a4.js} +7 -7
- package/{index-daccde5e.js.map → index-c8a147a4.js.map} +1 -1
- package/{index-b8e990b4.js → index-d4908e3c.js} +1 -1
- package/{index-b8e990b4.js.map → index-d4908e3c.js.map} +1 -1
- package/index.d.ts +71 -10
- package/index.js +43 -43
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-f9763488.js → stringSet-ad8993d1.js} +1 -1
- package/{stringSet-f9763488.js.map → stringSet-ad8993d1.js.map} +1 -1
- package/{topics-1ec669f0.js → topics-9fbe0d61.js} +1 -1
- package/{topics-1ec669f0.js.map → topics-9fbe0d61.js.map} +1 -1
- package/{tslib.es6-fc4a2658.js → tslib.es6-cd680863.js} +1 -1
- package/{tslib.es6-fc4a2658.js.map → tslib.es6-cd680863.js.map} +1 -1
- package/{types-e86f9fca.js → types-17028dc8.js} +1 -1
- package/{types-e86f9fca.js.map → types-17028dc8.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-6fc8312a.js → useLongPress-49f5ba4f.js} +3 -3
- package/{useLongPress-6fc8312a.js.map → useLongPress-49f5ba4f.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +3 -3
- package/{utils-c1d219fa.js → utils-aae15fda.js} +1 -1
- package/{utils-c1d219fa.js.map → utils-aae15fda.js.map} +1 -1
- package/{utils-2570c397.js → utils-c196d7c4.js} +1 -1
- package/{utils-2570c397.js.map → utils-c196d7c4.js.map} +1 -1
- package/{utils-8c242c8c.js → utils-d5c443b8.js} +2 -2
- package/{utils-8c242c8c.js.map → utils-d5c443b8.js.map} +1 -1
- package/{utils-6c7dd397.js → utils-fe2f08d7.js} +1 -1
- package/{utils-6c7dd397.js.map → utils-fe2f08d7.js.map} +1 -1
- package/{uuid-6ca64623.js → uuid-9f7da91d.js} +1 -1
- package/{uuid-6ca64623.js.map → uuid-9f7da91d.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-09618dc3.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-9807f0cb.js.map +0 -1
- package/cjs/index-fa531baa.js.map +0 -1
- package/index-7b5efb26.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types-
|
|
1
|
+
{"version":3,"file":"types-17028dc8.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-cd680863.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-2f7024fc.js';
|
|
6
6
|
import 'prop-types';
|
|
7
|
-
import '../utils-
|
|
7
|
+
import '../utils-aae15fda.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-2f7024fc.js';
|
|
3
|
+
import '../utils-aae15fda.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-cd680863.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-67c5e94c.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-ad8993d1.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-cd680863.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-9f7da91d.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-cd680863.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-67c5e94c.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-a6aa8be8.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../stringSet-
|
|
7
|
-
import '../index-
|
|
6
|
+
import '../stringSet-ad8993d1.js';
|
|
7
|
+
import '../index-757a563a.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-d4908e3c.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-cd680863.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-67c5e94c.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-ad8993d1.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-c196d7c4.js';
|
|
5
|
+
import '../tslib.es6-cd680863.js';
|
|
6
6
|
import './ImageRenderer.js';
|
|
7
|
-
import '../uuid-
|
|
7
|
+
import '../uuid-9f7da91d.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-67c5e94c.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-a6aa8be8.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../stringSet-
|
|
7
|
-
import '../index-
|
|
6
|
+
import '../stringSet-ad8993d1.js';
|
|
7
|
+
import '../index-757a563a.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-cd680863.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-8ee9e1f5.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-67c5e94c.js';
|
|
7
|
+
import '../uuid-9f7da91d.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../stringSet-
|
|
10
|
+
import '../stringSet-ad8993d1.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-cd680863.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-ed83ffc3.js';
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-67c5e94c.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../stringSet-
|
|
6
|
+
import '../stringSet-ad8993d1.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-8ee9e1f5.js';
|
|
10
|
+
import { a as LocalizationContext } from '../LocalizationContext-a6aa8be8.js';
|
|
11
|
+
import '../tslib.es6-cd680863.js';
|
|
12
|
+
import '../index-67c5e94c.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../stringSet-
|
|
14
|
+
import '../stringSet-ad8993d1.js';
|
|
15
15
|
import 'react-dom';
|
|
16
16
|
import './SortByRow.js';
|
|
17
|
-
import '../uuid-
|
|
17
|
+
import '../uuid-9f7da91d.js';
|
|
18
18
|
import '../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../index-
|
|
19
|
+
import '../index-757a563a.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-67c5e94c.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-8ee9e1f5.js';
|
|
6
|
+
import { C as Colors } from '../color-ed83ffc3.js';
|
|
7
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-a551e770.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../tslib.es6-
|
|
9
|
+
import '../stringSet-ad8993d1.js';
|
|
10
|
+
import '../tslib.es6-cd680863.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-a6aa8be8.js';
|
|
4
|
+
import { M as MODAL_ROOT } from '../index-d4908e3c.js';
|
|
5
|
+
import { E as isSupportedFileView, F as isVideo, G as isImage } from '../index-8ee9e1f5.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-67c5e94c.js';
|
|
8
8
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
11
|
-
import '../tslib.es6-
|
|
9
|
+
import '../stringSet-ad8993d1.js';
|
|
10
|
+
import '../index-757a563a.js';
|
|
11
|
+
import '../tslib.es6-cd680863.js';
|
|
12
12
|
import '../utils/message/getOutgoingMessageState.js';
|
|
13
13
|
import './ImageRenderer.js';
|
|
14
|
-
import '../uuid-
|
|
14
|
+
import '../uuid-9f7da91d.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-cd680863.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-67c5e94c.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-ad8993d1.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-67c5e94c.js';
|
|
4
|
+
import '../stringSet-ad8993d1.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-67c5e94c.js';
|
|
4
|
+
import '../stringSet-ad8993d1.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-67c5e94c.js';
|
|
4
4
|
import UserProfile from './UserProfile.js';
|
|
5
5
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
6
|
-
import '../tslib.es6-
|
|
6
|
+
import '../tslib.es6-cd680863.js';
|
|
7
7
|
import 'react-dom';
|
|
8
8
|
import './SortByRow.js';
|
|
9
|
-
import '../uuid-
|
|
10
|
-
import '../index-
|
|
9
|
+
import '../uuid-9f7da91d.js';
|
|
10
|
+
import '../index-8ee9e1f5.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-ad8993d1.js';
|
|
14
|
+
import '../LocalizationContext-a6aa8be8.js';
|
|
15
|
+
import '../index-757a563a.js';
|
|
16
|
+
import '../UserProfileContext-dd096494.js';
|
|
17
17
|
import '../sendbirdSelectors.js';
|
|
18
|
-
import '../topics-
|
|
19
|
-
import '../utils-
|
|
18
|
+
import '../topics-9fbe0d61.js';
|
|
19
|
+
import '../utils-aae15fda.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-3e5825fa.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-3e5825fa.js';
|
|
2
|
+
import { _ as __assign } from '../tslib.es6-cd680863.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-6ccea9a6.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-c8a147a4.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-67c5e94c.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-8ee9e1f5.js';
|
|
21
|
+
import { a as UserProfileContext } from '../UserProfileContext-dd096494.js';
|
|
22
|
+
import { u as useLocalization } from '../LocalizationContext-a6aa8be8.js';
|
|
23
23
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
24
|
-
import { u as useLongPress } from '../useLongPress-
|
|
24
|
+
import { u as useLongPress } from '../useLongPress-49f5ba4f.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-a551e770.js';
|
|
30
30
|
import ThreadReplies from './ThreadReplies.js';
|
|
31
|
-
import { T as ThreadReplySelectType } from '../const-
|
|
31
|
+
import { T as ThreadReplySelectType } from '../const-e27598a1.js';
|
|
32
32
|
import { VoiceMessageItemBody } from './VoiceMessageItemBody.js';
|
|
33
|
-
import '../index-
|
|
34
|
-
import '../uuid-
|
|
33
|
+
import '../index-757a563a.js';
|
|
34
|
+
import '../uuid-9f7da91d.js';
|
|
35
35
|
import 'prop-types';
|
|
36
36
|
import '../sendbirdSelectors.js';
|
|
37
|
-
import '../topics-
|
|
38
|
-
import '../utils-
|
|
37
|
+
import '../topics-9fbe0d61.js';
|
|
38
|
+
import '../utils-aae15fda.js';
|
|
39
39
|
import './Button.js';
|
|
40
|
-
import '../stringSet-
|
|
40
|
+
import '../stringSet-ad8993d1.js';
|
|
41
41
|
import './Loader.js';
|
|
42
42
|
import '../utils/message/getOutgoingMessageState.js';
|
|
43
|
-
import '../index-
|
|
44
|
-
import '../index-
|
|
43
|
+
import '../index-7283bb53.js';
|
|
44
|
+
import '../index-00eb27a6.js';
|
|
45
45
|
import './IconButton.js';
|
|
46
|
-
import '../types-
|
|
46
|
+
import '../types-17028dc8.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-ed83ffc3.js';
|
|
57
57
|
import '../withSendbird.js';
|
|
58
|
-
import '../index-
|
|
58
|
+
import '../index-d4908e3c.js';
|
|
59
59
|
import './ProgressBar.js';
|
|
60
60
|
import '../VoicePlayer/useVoicePlayer.js';
|
|
61
|
-
import '../index-
|
|
62
|
-
import '../consts-
|
|
61
|
+
import '../index-a3a4b35c.js';
|
|
62
|
+
import '../consts-886b25ca.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-3e5825fa.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-a965f964.js';
|
|
6
|
+
import { U as USER_MENTION_TEMP_CHAR } from '../const-e27598a1.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-67c5e94c.js';
|
|
12
|
+
import { a as LocalizationContext } from '../LocalizationContext-a6aa8be8.js';
|
|
13
|
+
import { k as convertWordToStringObj, S as StringObjType, l as arrayEqual, j as getClassName } from '../index-8ee9e1f5.js';
|
|
14
|
+
import '../tslib.es6-cd680863.js';
|
|
15
|
+
import '../stringSet-ad8993d1.js';
|
|
16
|
+
import '../index-757a563a.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-8ee9e1f5.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-a6aa8be8.js';
|
|
7
|
+
import { R as Role } from '../types-17028dc8.js';
|
|
8
|
+
import '../tslib.es6-cd680863.js';
|
|
9
9
|
import 'react-dom';
|
|
10
10
|
import './SortByRow.js';
|
|
11
|
-
import '../uuid-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../uuid-9f7da91d.js';
|
|
12
|
+
import '../index-67c5e94c.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../stringSet-
|
|
14
|
+
import '../stringSet-ad8993d1.js';
|
|
15
15
|
import '../utils/message/getOutgoingMessageState.js';
|
|
16
|
-
import '../index-
|
|
16
|
+
import '../index-757a563a.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-8ee9e1f5.js';
|
|
8
|
+
import '../tslib.es6-cd680863.js';
|
|
9
9
|
import 'react-dom';
|
|
10
10
|
import './SortByRow.js';
|
|
11
|
-
import '../uuid-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../uuid-9f7da91d.js';
|
|
12
|
+
import '../index-67c5e94c.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../stringSet-
|
|
14
|
+
import '../stringSet-ad8993d1.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-cd680863.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-67c5e94c.js';
|
|
6
|
+
import { u as useLocalization } from '../LocalizationContext-a6aa8be8.js';
|
|
7
|
+
import { f as format } from '../index-6ccea9a6.js';
|
|
8
|
+
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-7283bb53.js';
|
|
9
|
+
import { d as isVoiceMessage } from '../index-8ee9e1f5.js';
|
|
10
10
|
import './ImageRenderer.js';
|
|
11
|
-
import '../uuid-
|
|
11
|
+
import '../uuid-9f7da91d.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../stringSet-
|
|
14
|
-
import '../index-
|
|
15
|
-
import '../index-
|
|
13
|
+
import '../stringSet-ad8993d1.js';
|
|
14
|
+
import '../index-757a563a.js';
|
|
15
|
+
import '../index-00eb27a6.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-cd680863.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-6ccea9a6.js';
|
|
4
|
+
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-7283bb53.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-67c5e94c.js';
|
|
7
|
+
import { u as useLocalization } from '../LocalizationContext-a6aa8be8.js';
|
|
8
|
+
import '../index-757a563a.js';
|
|
9
|
+
import '../index-00eb27a6.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-9f7da91d.js';
|
|
14
|
+
import '../stringSet-ad8993d1.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-cd680863.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import '../index-
|
|
3
|
+
import '../index-6ccea9a6.js';
|
|
4
4
|
import './Icon.js';
|
|
5
|
-
import '../index-
|
|
5
|
+
import '../index-67c5e94c.js';
|
|
6
6
|
import './Loader.js';
|
|
7
|
-
import '../index-
|
|
7
|
+
import '../index-8ee9e1f5.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-c8a147a4.js';
|
|
10
|
+
import '../LocalizationContext-a6aa8be8.js';
|
|
11
|
+
import '../index-757a563a.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../stringSet-
|
|
14
|
-
import '../index-
|
|
15
|
-
import '../index-
|
|
13
|
+
import '../stringSet-ad8993d1.js';
|
|
14
|
+
import '../index-7283bb53.js';
|
|
15
|
+
import '../index-00eb27a6.js';
|
|
16
16
|
//# sourceMappingURL=MessageStatus.js.map
|