@stream-io/video-react-native-sdk 1.3.7 → 1.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/CHANGELOG.md +16 -0
- package/dist/commonjs/components/Call/CallContent/CallContent.js +25 -20
- package/dist/commonjs/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js +8 -6
- package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControls.js +2 -2
- package/dist/commonjs/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControlsButton.js +11 -18
- package/dist/commonjs/components/Call/CallControls/CallControlsButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/HangupCallButton.js +8 -13
- package/dist/commonjs/components/Call/CallControls/HangupCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js +5 -1
- package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/LobbyControls.js +16 -9
- package/dist/commonjs/components/Call/CallControls/LobbyControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ReactionsButton.js +3 -3
- package/dist/commonjs/components/Call/CallControls/ReactionsButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/RejectCallButton.js +8 -6
- package/dist/commonjs/components/Call/CallControls/RejectCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js +10 -6
- package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js +10 -10
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js +9 -6
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js +10 -6
- package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js +10 -10
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js +9 -6
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/index.js +0 -11
- package/dist/commonjs/components/Call/CallControls/index.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js +32 -28
- package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js +31 -25
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js +32 -17
- package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/JoinCallButton.js +21 -14
- package/dist/commonjs/components/Call/Lobby/JoinCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/Lobby.js +66 -94
- package/dist/commonjs/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/LobbyFooter.js +60 -23
- package/dist/commonjs/components/Call/Lobby/LobbyFooter.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js +6 -7
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js +6 -7
- package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js +0 -4
- package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js +3 -3
- package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js.map +1 -1
- package/dist/commonjs/components/Call/index.js +0 -11
- package/dist/commonjs/components/Call/index.js.map +1 -1
- package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js +31 -20
- package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js +2 -2
- package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +7 -5
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +5 -3
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +7 -5
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +2 -2
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js +1 -1
- package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js +2 -2
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js +2 -2
- package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js +2 -2
- package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js +16 -5
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/index.js +6 -5
- package/dist/commonjs/components/Participant/FloatingParticipantView/index.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js +72 -49
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +5 -5
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js +28 -15
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js +2 -2
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js +29 -21
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js +86 -0
- package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -0
- package/dist/commonjs/components/utility/Avatar.js +1 -1
- package/dist/commonjs/components/utility/Avatar.js.map +1 -1
- package/dist/commonjs/components/utility/ScreenShareOverlay.js +6 -5
- package/dist/commonjs/components/utility/ScreenShareOverlay.js.map +1 -1
- package/dist/commonjs/constants/TestIds.js +1 -1
- package/dist/commonjs/constants/TestIds.js.map +1 -1
- package/dist/commonjs/constants/index.js +24 -5
- package/dist/commonjs/constants/index.js.map +1 -1
- package/dist/commonjs/icons/CameraSwitch.js +6 -3
- package/dist/commonjs/icons/CameraSwitch.js.map +1 -1
- package/dist/commonjs/icons/IconWrapper.js +25 -0
- package/dist/commonjs/icons/IconWrapper.js.map +1 -0
- package/dist/commonjs/icons/Lock.js +26 -0
- package/dist/commonjs/icons/Lock.js.map +1 -0
- package/dist/commonjs/icons/Mic.js +6 -6
- package/dist/commonjs/icons/Mic.js.map +1 -1
- package/dist/commonjs/icons/MicOff.js +6 -3
- package/dist/commonjs/icons/MicOff.js.map +1 -1
- package/dist/commonjs/icons/Phone.js +13 -3
- package/dist/commonjs/icons/Phone.js.map +1 -1
- package/dist/commonjs/icons/PhoneDown.js +6 -3
- package/dist/commonjs/icons/PhoneDown.js.map +1 -1
- package/dist/commonjs/icons/PinVertical.js +5 -2
- package/dist/commonjs/icons/PinVertical.js.map +1 -1
- package/dist/commonjs/icons/Reaction.js +3 -1
- package/dist/commonjs/icons/Reaction.js.map +1 -1
- package/dist/commonjs/icons/ScreenShare.js +6 -3
- package/dist/commonjs/icons/ScreenShare.js.map +1 -1
- package/dist/commonjs/icons/StopScreenShare.js +5 -2
- package/dist/commonjs/icons/StopScreenShare.js.map +1 -1
- package/dist/commonjs/icons/Video.js +6 -3
- package/dist/commonjs/icons/Video.js.map +1 -1
- package/dist/commonjs/icons/VideoSlash.js +6 -3
- package/dist/commonjs/icons/VideoSlash.js.map +1 -1
- package/dist/commonjs/icons/index.js +11 -22
- package/dist/commonjs/icons/index.js.map +1 -1
- package/dist/commonjs/theme/colors.js +22 -39
- package/dist/commonjs/theme/colors.js.map +1 -1
- package/dist/commonjs/theme/constants.js +44 -44
- package/dist/commonjs/theme/constants.js.map +1 -1
- package/dist/commonjs/theme/index.js +11 -10
- package/dist/commonjs/theme/index.js.map +1 -1
- package/dist/commonjs/theme/theme.js +46 -9
- package/dist/commonjs/theme/theme.js.map +1 -1
- package/dist/commonjs/translations/en.json +7 -3
- package/dist/commonjs/version.js +1 -1
- package/dist/module/components/Call/CallContent/CallContent.js +26 -21
- package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/module/components/Call/CallControls/AcceptCallButton.js +9 -7
- package/dist/module/components/Call/CallControls/AcceptCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/CallControls.js +2 -2
- package/dist/module/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/CallControlsButton.js +11 -18
- package/dist/module/components/Call/CallControls/CallControlsButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/HangupCallButton.js +8 -13
- package/dist/module/components/Call/CallControls/HangupCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/IncomingCallControls.js +5 -1
- package/dist/module/components/Call/CallControls/IncomingCallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/LobbyControls.js +14 -8
- package/dist/module/components/Call/CallControls/LobbyControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/ReactionsButton.js +4 -4
- package/dist/module/components/Call/CallControls/ReactionsButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/RejectCallButton.js +9 -7
- package/dist/module/components/Call/CallControls/RejectCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js +10 -6
- package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js +11 -11
- package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js +10 -7
- package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js +11 -7
- package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js +11 -11
- package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js +10 -7
- package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/index.js +0 -1
- package/dist/module/components/Call/CallControls/index.js.map +1 -1
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js +33 -29
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js +29 -24
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js +32 -17
- package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/module/components/Call/Lobby/JoinCallButton.js +19 -13
- package/dist/module/components/Call/Lobby/JoinCallButton.js.map +1 -1
- package/dist/module/components/Call/Lobby/Lobby.js +64 -93
- package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/module/components/Call/Lobby/LobbyFooter.js +58 -22
- package/dist/module/components/Call/Lobby/LobbyFooter.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js +6 -7
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js +6 -7
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/RingingCallContent.js +0 -4
- package/dist/module/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js +3 -3
- package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/UserInfo.js +1 -1
- package/dist/module/components/Call/RingingCallContent/UserInfo.js.map +1 -1
- package/dist/module/components/Call/index.js +0 -1
- package/dist/module/components/Call/index.js.map +1 -1
- package/dist/module/components/Livestream/HostLivestream/HostLivestream.js +32 -21
- package/dist/module/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js +1 -1
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js +2 -2
- package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +8 -6
- package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +5 -3
- package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +8 -6
- package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +2 -2
- package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +1 -1
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js +1 -1
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js +2 -2
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js +2 -2
- package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js +2 -2
- package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js +17 -6
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/index.js +6 -5
- package/dist/module/components/Participant/FloatingParticipantView/index.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js +70 -49
- package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +5 -5
- package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js +29 -16
- package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js +2 -2
- package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantView.js +27 -20
- package/dist/module/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js +78 -0
- package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -0
- package/dist/module/components/utility/Avatar.js +1 -1
- package/dist/module/components/utility/Avatar.js.map +1 -1
- package/dist/module/components/utility/ScreenShareOverlay.js +6 -5
- package/dist/module/components/utility/ScreenShareOverlay.js.map +1 -1
- package/dist/module/constants/TestIds.js +1 -1
- package/dist/module/constants/TestIds.js.map +1 -1
- package/dist/module/constants/index.js +23 -4
- package/dist/module/constants/index.js.map +1 -1
- package/dist/module/icons/CameraSwitch.js +6 -3
- package/dist/module/icons/CameraSwitch.js.map +1 -1
- package/dist/module/icons/IconWrapper.js +17 -0
- package/dist/module/icons/IconWrapper.js.map +1 -0
- package/dist/module/icons/Lock.js +16 -0
- package/dist/module/icons/Lock.js.map +1 -0
- package/dist/module/icons/Mic.js +6 -6
- package/dist/module/icons/Mic.js.map +1 -1
- package/dist/module/icons/MicOff.js +6 -3
- package/dist/module/icons/MicOff.js.map +1 -1
- package/dist/module/icons/Phone.js +13 -3
- package/dist/module/icons/Phone.js.map +1 -1
- package/dist/module/icons/PhoneDown.js +6 -3
- package/dist/module/icons/PhoneDown.js.map +1 -1
- package/dist/module/icons/PinVertical.js +5 -2
- package/dist/module/icons/PinVertical.js.map +1 -1
- package/dist/module/icons/Reaction.js +3 -1
- package/dist/module/icons/Reaction.js.map +1 -1
- package/dist/module/icons/ScreenShare.js +6 -3
- package/dist/module/icons/ScreenShare.js.map +1 -1
- package/dist/module/icons/StopScreenShare.js +5 -2
- package/dist/module/icons/StopScreenShare.js.map +1 -1
- package/dist/module/icons/Video.js +6 -3
- package/dist/module/icons/Video.js.map +1 -1
- package/dist/module/icons/VideoSlash.js +6 -3
- package/dist/module/icons/VideoSlash.js.map +1 -1
- package/dist/module/icons/index.js +1 -2
- package/dist/module/icons/index.js.map +1 -1
- package/dist/module/theme/colors.js +22 -39
- package/dist/module/theme/colors.js.map +1 -1
- package/dist/module/theme/constants.js +44 -44
- package/dist/module/theme/constants.js.map +1 -1
- package/dist/module/theme/index.js +1 -5
- package/dist/module/theme/index.js.map +1 -1
- package/dist/module/theme/theme.js +46 -9
- package/dist/module/theme/theme.js.map +1 -1
- package/dist/module/translations/en.json +7 -3
- package/dist/module/version.js +1 -1
- package/dist/typescript/components/Call/CallContent/CallContent.d.ts +2 -7
- package/dist/typescript/components/Call/CallContent/CallContent.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/AcceptCallButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts +4 -0
- package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/HangupCallButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/IncomingCallControls.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/LobbyControls.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/RejectCallButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ScreenShareToggleButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts +6 -1
- package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/index.d.ts +0 -1
- package/dist/typescript/components/Call/CallControls/index.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +1 -1
- package/dist/typescript/components/Call/Lobby/JoinCallButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/Lobby/Lobby.d.ts.map +1 -1
- package/dist/typescript/components/Call/Lobby/LobbyFooter.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts +2 -6
- package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts +1 -6
- package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts +0 -5
- package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts.map +1 -1
- package/dist/typescript/components/Call/index.d.ts +0 -1
- package/dist/typescript/components/Call/index.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/SpeechIndicator.d.ts +18 -0
- package/dist/typescript/components/Participant/ParticipantView/SpeechIndicator.d.ts.map +1 -0
- package/dist/typescript/components/utility/Avatar.d.ts.map +1 -1
- package/dist/typescript/constants/TestIds.d.ts +2 -2
- package/dist/typescript/constants/TestIds.d.ts.map +1 -1
- package/dist/typescript/constants/index.d.ts +0 -1
- package/dist/typescript/constants/index.d.ts.map +1 -1
- package/dist/typescript/icons/CameraSwitch.d.ts +2 -1
- package/dist/typescript/icons/CameraSwitch.d.ts.map +1 -1
- package/dist/typescript/icons/IconWrapper.d.ts +6 -0
- package/dist/typescript/icons/IconWrapper.d.ts.map +1 -0
- package/dist/typescript/icons/{Chat.d.ts → Lock.d.ts} +3 -2
- package/dist/typescript/icons/Lock.d.ts.map +1 -0
- package/dist/typescript/icons/Mic.d.ts +2 -1
- package/dist/typescript/icons/Mic.d.ts.map +1 -1
- package/dist/typescript/icons/MicOff.d.ts +2 -1
- package/dist/typescript/icons/MicOff.d.ts.map +1 -1
- package/dist/typescript/icons/Phone.d.ts +2 -1
- package/dist/typescript/icons/Phone.d.ts.map +1 -1
- package/dist/typescript/icons/PhoneDown.d.ts +2 -1
- package/dist/typescript/icons/PhoneDown.d.ts.map +1 -1
- package/dist/typescript/icons/PinVertical.d.ts +2 -1
- package/dist/typescript/icons/PinVertical.d.ts.map +1 -1
- package/dist/typescript/icons/ScreenShare.d.ts +2 -1
- package/dist/typescript/icons/ScreenShare.d.ts.map +1 -1
- package/dist/typescript/icons/StopScreenShare.d.ts +2 -1
- package/dist/typescript/icons/StopScreenShare.d.ts.map +1 -1
- package/dist/typescript/icons/Video.d.ts +2 -1
- package/dist/typescript/icons/Video.d.ts.map +1 -1
- package/dist/typescript/icons/VideoSlash.d.ts +2 -1
- package/dist/typescript/icons/VideoSlash.d.ts.map +1 -1
- package/dist/typescript/icons/index.d.ts +1 -2
- package/dist/typescript/icons/index.d.ts.map +1 -1
- package/dist/typescript/theme/colors.d.ts +5 -38
- package/dist/typescript/theme/colors.d.ts.map +1 -1
- package/dist/typescript/theme/constants.d.ts +44 -44
- package/dist/typescript/theme/constants.d.ts.map +1 -1
- package/dist/typescript/theme/index.d.ts +1 -2
- package/dist/typescript/theme/index.d.ts.map +1 -1
- package/dist/typescript/theme/theme.d.ts +23 -31
- package/dist/typescript/theme/theme.d.ts.map +1 -1
- package/dist/typescript/theme/types.d.ts +65 -18
- package/dist/typescript/theme/types.d.ts.map +1 -1
- package/dist/typescript/translations/index.d.ts +5 -1
- package/dist/typescript/translations/index.d.ts.map +1 -1
- package/dist/typescript/version.d.ts +1 -1
- package/package.json +3 -3
- package/src/components/Call/CallContent/CallContent.tsx +25 -33
- package/src/components/Call/CallControls/AcceptCallButton.tsx +7 -5
- package/src/components/Call/CallControls/CallControls.tsx +2 -2
- package/src/components/Call/CallControls/CallControlsButton.tsx +14 -20
- package/src/components/Call/CallControls/HangupCallButton.tsx +6 -11
- package/src/components/Call/CallControls/IncomingCallControls.tsx +5 -1
- package/src/components/Call/CallControls/LobbyControls.tsx +16 -8
- package/src/components/Call/CallControls/ReactionsButton.tsx +4 -2
- package/src/components/Call/CallControls/RejectCallButton.tsx +7 -5
- package/src/components/Call/CallControls/ScreenShareToggleButton.tsx +18 -7
- package/src/components/Call/CallControls/ToggleAudioPreviewButton.tsx +11 -13
- package/src/components/Call/CallControls/ToggleAudioPublishingButton.tsx +12 -8
- package/src/components/Call/CallControls/ToggleCameraFaceButton.tsx +23 -10
- package/src/components/Call/CallControls/ToggleVideoPreviewButton.tsx +11 -14
- package/src/components/Call/CallControls/ToggleVideoPublishingButton.tsx +15 -8
- package/src/components/Call/CallControls/index.tsx +0 -1
- package/src/components/Call/CallControls/internal/ReactionsPicker.tsx +34 -32
- package/src/components/Call/CallLayout/CallParticipantsGrid.tsx +2 -4
- package/src/components/Call/CallLayout/CallParticipantsSpotlight.tsx +29 -23
- package/src/components/Call/CallParticipantsList/CallParticipantsList.tsx +34 -15
- package/src/components/Call/Lobby/JoinCallButton.tsx +21 -15
- package/src/components/Call/Lobby/Lobby.tsx +74 -121
- package/src/components/Call/Lobby/LobbyFooter.tsx +63 -41
- package/src/components/Call/RingingCallContent/IncomingCall.tsx +4 -14
- package/src/components/Call/RingingCallContent/OutgoingCall.tsx +4 -14
- package/src/components/Call/RingingCallContent/RingingCallContent.tsx +3 -17
- package/src/components/Call/RingingCallContent/TextBasedIndicator.tsx +3 -3
- package/src/components/Call/RingingCallContent/UserInfo.tsx +1 -1
- package/src/components/Call/index.ts +0 -1
- package/src/components/Livestream/HostLivestream/HostLivestream.tsx +34 -23
- package/src/components/Livestream/LivestreamControls/HostLivestreamControls.tsx +1 -1
- package/src/components/Livestream/LivestreamControls/HostStartStreamButton.tsx +4 -4
- package/src/components/Livestream/LivestreamControls/LivestreamAudioControlButton.tsx +9 -7
- package/src/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.tsx +4 -4
- package/src/components/Livestream/LivestreamControls/LivestreamVideoControlButton.tsx +9 -7
- package/src/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.tsx +2 -4
- package/src/components/Livestream/LivestreamControls/ViewerLivestreamControls.tsx +1 -3
- package/src/components/Livestream/LivestreamLayout/LivestreamLayout.tsx +1 -1
- package/src/components/Livestream/LivestreamTopView/DurationBadge.tsx +2 -2
- package/src/components/Livestream/LivestreamTopView/FollowerCount.tsx +2 -2
- package/src/components/Livestream/LivestreamTopView/HostLivestreamTopView.tsx +1 -1
- package/src/components/Livestream/LivestreamTopView/LiveIndicator.tsx +2 -2
- package/src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.tsx +1 -1
- package/src/components/Livestream/ViewerLivestream/ViewerLivestream.tsx +19 -6
- package/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.tsx +0 -1
- package/src/components/Participant/FloatingParticipantView/index.tsx +4 -6
- package/src/components/Participant/ParticipantView/ParticipantLabel.tsx +87 -87
- package/src/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.tsx +5 -5
- package/src/components/Participant/ParticipantView/ParticipantReaction.tsx +36 -26
- package/src/components/Participant/ParticipantView/ParticipantVideoFallback.tsx +2 -6
- package/src/components/Participant/ParticipantView/ParticipantView.tsx +33 -22
- package/src/components/Participant/ParticipantView/SpeechIndicator.tsx +103 -0
- package/src/components/utility/Avatar.tsx +2 -4
- package/src/components/utility/ScreenShareOverlay.tsx +5 -5
- package/src/constants/TestIds.ts +1 -1
- package/src/constants/index.ts +27 -5
- package/src/icons/CameraSwitch.tsx +4 -3
- package/src/icons/IconWrapper.tsx +15 -0
- package/src/icons/Lock.tsx +19 -0
- package/src/icons/Mic.tsx +4 -7
- package/src/icons/MicOff.tsx +4 -3
- package/src/icons/Phone.tsx +11 -3
- package/src/icons/PhoneDown.tsx +9 -3
- package/src/icons/PinVertical.tsx +3 -2
- package/src/icons/Reaction.tsx +1 -1
- package/src/icons/ScreenShare.tsx +9 -3
- package/src/icons/StopScreenShare.tsx +3 -2
- package/src/icons/Video.tsx +4 -3
- package/src/icons/VideoSlash.tsx +9 -3
- package/src/icons/index.tsx +1 -2
- package/src/theme/colors.ts +27 -42
- package/src/theme/constants.ts +51 -44
- package/src/theme/index.ts +1 -8
- package/src/theme/theme.ts +77 -40
- package/src/theme/types.ts +72 -21
- package/src/translations/en.json +7 -3
- package/src/version.ts +1 -1
- package/dist/commonjs/components/Call/CallControls/ChatButton.js +0 -84
- package/dist/commonjs/components/Call/CallControls/ChatButton.js.map +0 -1
- package/dist/commonjs/components/Call/CallTopView/CallTopView.js +0 -120
- package/dist/commonjs/components/Call/CallTopView/CallTopView.js.map +0 -1
- package/dist/commonjs/components/Call/CallTopView/ParticipantsInfoBadge.js +0 -105
- package/dist/commonjs/components/Call/CallTopView/ParticipantsInfoBadge.js.map +0 -1
- package/dist/commonjs/components/Call/CallTopView/index.js +0 -28
- package/dist/commonjs/components/Call/CallTopView/index.js.map +0 -1
- package/dist/commonjs/icons/Chat.js +0 -19
- package/dist/commonjs/icons/Chat.js.map +0 -1
- package/dist/commonjs/icons/Participants.js +0 -21
- package/dist/commonjs/icons/Participants.js.map +0 -1
- package/dist/module/components/Call/CallControls/ChatButton.js +0 -77
- package/dist/module/components/Call/CallControls/ChatButton.js.map +0 -1
- package/dist/module/components/Call/CallTopView/CallTopView.js +0 -111
- package/dist/module/components/Call/CallTopView/CallTopView.js.map +0 -1
- package/dist/module/components/Call/CallTopView/ParticipantsInfoBadge.js +0 -98
- package/dist/module/components/Call/CallTopView/ParticipantsInfoBadge.js.map +0 -1
- package/dist/module/components/Call/CallTopView/index.js +0 -3
- package/dist/module/components/Call/CallTopView/index.js.map +0 -1
- package/dist/module/icons/Chat.js +0 -11
- package/dist/module/icons/Chat.js.map +0 -1
- package/dist/module/icons/Participants.js +0 -13
- package/dist/module/icons/Participants.js.map +0 -1
- package/dist/typescript/components/Call/CallControls/ChatButton.d.ts +0 -22
- package/dist/typescript/components/Call/CallControls/ChatButton.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallTopView/CallTopView.d.ts +0 -29
- package/dist/typescript/components/Call/CallTopView/CallTopView.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallTopView/ParticipantsInfoBadge.d.ts +0 -12
- package/dist/typescript/components/Call/CallTopView/ParticipantsInfoBadge.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallTopView/index.d.ts +0 -3
- package/dist/typescript/components/Call/CallTopView/index.d.ts.map +0 -1
- package/dist/typescript/icons/Chat.d.ts.map +0 -1
- package/dist/typescript/icons/Participants.d.ts +0 -8
- package/dist/typescript/icons/Participants.d.ts.map +0 -1
- package/src/components/Call/CallControls/ChatButton.tsx +0 -90
- package/src/components/Call/CallTopView/CallTopView.tsx +0 -162
- package/src/components/Call/CallTopView/ParticipantsInfoBadge.tsx +0 -119
- package/src/components/Call/CallTopView/index.ts +0 -2
- package/src/icons/Chat.tsx +0 -16
- package/src/icons/Participants.tsx +0 -18
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.ParticipantView = void 0;
|
|
7
|
-
var _react =
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _ParticipantNetworkQualityIndicator = require("./ParticipantNetworkQualityIndicator");
|
|
10
10
|
var _ParticipantReaction = require("./ParticipantReaction");
|
|
@@ -12,7 +12,8 @@ var _ParticipantLabel = require("./ParticipantLabel");
|
|
|
12
12
|
var _ParticipantVideoFallback = require("./ParticipantVideoFallback");
|
|
13
13
|
var _VideoRenderer = require("./VideoRenderer");
|
|
14
14
|
var _ThemeContext = require("../../../contexts/ThemeContext");
|
|
15
|
-
function
|
|
15
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
16
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
16
17
|
/**
|
|
17
18
|
* Props to be passed for the Participant component.
|
|
18
19
|
*/
|
|
@@ -46,10 +47,11 @@ const ParticipantView = ({
|
|
|
46
47
|
isSpeaking,
|
|
47
48
|
userId
|
|
48
49
|
} = participant;
|
|
50
|
+
const styles = useStyles();
|
|
49
51
|
const isScreenSharing = trackType === 'screenShareTrack';
|
|
50
52
|
const applySpeakerStyle = isSpeaking && !isScreenSharing;
|
|
51
53
|
const speakerStyle = applySpeakerStyle && [styles.highligtedContainer, {
|
|
52
|
-
borderColor: colors.
|
|
54
|
+
borderColor: colors.buttonPrimary
|
|
53
55
|
}, participantView.highligtedContainer];
|
|
54
56
|
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
55
57
|
style: [styles.container, style, speakerStyle],
|
|
@@ -65,7 +67,7 @@ const ParticipantView = ({
|
|
|
65
67
|
objectFit: objectFit,
|
|
66
68
|
videoZOrder: videoZOrder
|
|
67
69
|
}), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
68
|
-
style: [styles.footerContainer, participantView.footerContainer]
|
|
70
|
+
style: [styles.footerContainer, participantView.footerContainer, !ParticipantLabel && styles.networkIndicatorOnly]
|
|
69
71
|
}, ParticipantLabel && /*#__PURE__*/_react.default.createElement(ParticipantLabel, {
|
|
70
72
|
participant: participant,
|
|
71
73
|
trackType: trackType
|
|
@@ -74,21 +76,27 @@ const ParticipantView = ({
|
|
|
74
76
|
})));
|
|
75
77
|
};
|
|
76
78
|
exports.ParticipantView = ParticipantView;
|
|
77
|
-
const
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
79
|
+
const useStyles = () => {
|
|
80
|
+
const {
|
|
81
|
+
theme
|
|
82
|
+
} = (0, _ThemeContext.useTheme)();
|
|
83
|
+
return (0, _react.useMemo)(() => _reactNative.StyleSheet.create({
|
|
84
|
+
container: {
|
|
85
|
+
overflow: 'hidden',
|
|
86
|
+
justifyContent: 'flex-end',
|
|
87
|
+
borderRadius: theme.variants.borderRadiusSizes.md
|
|
88
|
+
},
|
|
89
|
+
footerContainer: {
|
|
90
|
+
flexDirection: 'row',
|
|
91
|
+
justifyContent: 'space-between',
|
|
92
|
+
alignItems: 'center'
|
|
93
|
+
},
|
|
94
|
+
highligtedContainer: {
|
|
95
|
+
borderWidth: 2
|
|
96
|
+
},
|
|
97
|
+
networkIndicatorOnly: {
|
|
98
|
+
justifyContent: 'flex-end'
|
|
99
|
+
}
|
|
100
|
+
}), [theme]);
|
|
101
|
+
};
|
|
94
102
|
//# sourceMappingURL=ParticipantView.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_ParticipantNetworkQualityIndicator","_ParticipantReaction","_ParticipantLabel","_ParticipantVideoFallback","_VideoRenderer","_ThemeContext","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","ParticipantView","participant","trackType","isVisible","style","ParticipantLabel","DefaultParticipantLabel","ParticipantReaction","DefaultParticipantReaction","VideoRenderer","DefaultVideoRenderer","ParticipantNetworkQualityIndicator","DefaultParticipantNetworkQualityIndicator","ParticipantVideoFallback","DefaultParticipantVideoFallback","objectFit","videoZOrder","supportedReactions","theme","colors","participantView","useTheme","isSpeaking","userId","styles","useStyles","isScreenSharing","applySpeakerStyle","speakerStyle","highligtedContainer","borderColor","buttonPrimary","createElement","View","container","testID","footerContainer","networkIndicatorOnly","exports","useMemo","StyleSheet","create","overflow","justifyContent","borderRadius","variants","borderRadiusSizes","md","flexDirection","alignItems","borderWidth"],"sourceRoot":"../../../../../src","sources":["components/Participant/ParticipantView/ParticipantView.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = exports.SpeechIndicator = void 0;
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _ = require("../../..");
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
|
+
/**
|
|
13
|
+
* Props for the SpeechIndicator component.
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* The SpeechIndicator component displays animated bars to indicate speech activity.
|
|
18
|
+
* The bars animate when `isSpeaking` is true, mimicking a sound meter.
|
|
19
|
+
*/
|
|
20
|
+
const SpeechIndicator = ({
|
|
21
|
+
isSpeaking
|
|
22
|
+
}) => {
|
|
23
|
+
const styles = useStyles();
|
|
24
|
+
const [animationValues] = (0, _react.useState)(() => [new _reactNative.Animated.Value(0.6), new _reactNative.Animated.Value(0.6), new _reactNative.Animated.Value(0.6)]);
|
|
25
|
+
(0, _react.useEffect)(() => {
|
|
26
|
+
if (isSpeaking) {
|
|
27
|
+
animationValues.forEach((animatedValue, index) => {
|
|
28
|
+
_reactNative.Animated.loop(_reactNative.Animated.sequence([_reactNative.Animated.timing(animatedValue, {
|
|
29
|
+
toValue: index % 2 === 0 ? 0.3 : 1.1,
|
|
30
|
+
duration: (index + 1) * 300,
|
|
31
|
+
useNativeDriver: true
|
|
32
|
+
}), _reactNative.Animated.timing(animatedValue, {
|
|
33
|
+
toValue: 0.6,
|
|
34
|
+
duration: (index + 1) * 300,
|
|
35
|
+
useNativeDriver: true
|
|
36
|
+
})])).start();
|
|
37
|
+
});
|
|
38
|
+
} else {
|
|
39
|
+
animationValues.forEach(animatedValue => {
|
|
40
|
+
animatedValue.setValue(0.3); // Set a smaller value for a reduced default height
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
}, [isSpeaking, animationValues]);
|
|
44
|
+
const barStyle = animatedValue => ({
|
|
45
|
+
transform: [{
|
|
46
|
+
scaleY: animatedValue
|
|
47
|
+
}]
|
|
48
|
+
});
|
|
49
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
50
|
+
style: [styles.container]
|
|
51
|
+
}, animationValues.map((animatedValue, index) => /*#__PURE__*/_react.default.createElement(_reactNative.Animated.View, {
|
|
52
|
+
key: index,
|
|
53
|
+
style: [styles.bar, isSpeaking ? barStyle(animatedValue) : styles.smallBar // Apply smaller bar style when not speaking
|
|
54
|
+
]
|
|
55
|
+
})));
|
|
56
|
+
};
|
|
57
|
+
exports.SpeechIndicator = SpeechIndicator;
|
|
58
|
+
const useStyles = () => {
|
|
59
|
+
const {
|
|
60
|
+
theme
|
|
61
|
+
} = (0, _.useTheme)();
|
|
62
|
+
return (0, _react.useMemo)(() => _reactNative.StyleSheet.create({
|
|
63
|
+
container: {
|
|
64
|
+
flexDirection: 'row',
|
|
65
|
+
justifyContent: 'space-between',
|
|
66
|
+
alignItems: 'center',
|
|
67
|
+
height: theme.variants.roundButtonSizes.sm,
|
|
68
|
+
width: theme.variants.roundButtonSizes.sm,
|
|
69
|
+
borderRadius: 5,
|
|
70
|
+
gap: 1,
|
|
71
|
+
backgroundColor: theme.colors.sheetOverlay,
|
|
72
|
+
padding: 5
|
|
73
|
+
},
|
|
74
|
+
smallBar: {
|
|
75
|
+
height: '30%' // Smaller default height when animation is not running
|
|
76
|
+
},
|
|
77
|
+
bar: {
|
|
78
|
+
width: 3,
|
|
79
|
+
height: '100%',
|
|
80
|
+
backgroundColor: theme.colors.iconSecondary,
|
|
81
|
+
borderRadius: 2
|
|
82
|
+
}
|
|
83
|
+
}), [theme]);
|
|
84
|
+
};
|
|
85
|
+
var _default = exports.default = SpeechIndicator;
|
|
86
|
+
//# sourceMappingURL=SpeechIndicator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","SpeechIndicator","isSpeaking","styles","useStyles","animationValues","useState","Animated","Value","useEffect","forEach","animatedValue","index","loop","sequence","timing","toValue","duration","useNativeDriver","start","setValue","barStyle","transform","scaleY","createElement","View","style","container","map","key","bar","smallBar","exports","theme","useTheme","useMemo","StyleSheet","create","flexDirection","justifyContent","alignItems","height","variants","roundButtonSizes","sm","width","borderRadius","gap","backgroundColor","colors","sheetOverlay","padding","iconSecondary","_default"],"sourceRoot":"../../../../../src","sources":["components/Participant/ParticipantView/SpeechIndicator.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -56,7 +56,7 @@ const Avatar = props => {
|
|
|
56
56
|
}) : /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
57
57
|
style: [styles.text, {
|
|
58
58
|
fontSize: size / 2,
|
|
59
|
-
color: colors.
|
|
59
|
+
color: colors.textPrimary
|
|
60
60
|
}, typefaces.heading6, avatar.text, styleProp?.text],
|
|
61
61
|
numberOfLines: 1
|
|
62
62
|
}, userLabel));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_react","_interopRequireDefault","_utils","_TestIds","_ThemeContext","e","__esModule","default","Avatar","props","participant","userId","image","name","size","style","styleProp","theme","avatar","colors","typefaces","useTheme","userDetails","userLabel","getInitialsOfName","imageUrl","createElement","View","testID","ComponentTestIds","PARTICIPANT_AVATAR","styles","container","borderRadius","height","width","backgroundColor","primary","Image","ImageTestIds","AVATAR","source","uri","Text","text","fontSize","color","
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_react","_interopRequireDefault","_utils","_TestIds","_ThemeContext","e","__esModule","default","Avatar","props","participant","userId","image","name","size","style","styleProp","theme","avatar","colors","typefaces","useTheme","userDetails","userLabel","getInitialsOfName","imageUrl","createElement","View","testID","ComponentTestIds","PARTICIPANT_AVATAR","styles","container","borderRadius","height","width","backgroundColor","primary","Image","ImageTestIds","AVATAR","source","uri","Text","text","fontSize","color","textPrimary","heading6","numberOfLines","exports","StyleSheet","create","justifyContent","overflow","flex","textAlign"],"sourceRoot":"../../../../src","sources":["components/utility/Avatar.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAC,sBAAA,CAAAF,OAAA;AAEA,IAAAG,MAAA,GAAAH,OAAA;AACA,IAAAI,QAAA,GAAAJ,OAAA;AACA,IAAAK,aAAA,GAAAL,OAAA;AAAuD,SAAAE,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAGvD;AACA;AACA;;AAkCA;AACA;AACA;AACA;AACO,MAAMG,MAAM,GAAIC,KAAkB,IAAK;EAC5C,MAAM;IACJC,WAAW,EAAE;MAAEC,MAAM;MAAEC,KAAK;MAAEC;IAAK,CAAC;IACpCC,IAAI,GAAG,GAAG;IACVC,KAAK,EAAEC;EACT,CAAC,GAAGP,KAAK;EACT,MAAM;IACJQ,KAAK,EAAE;MAAEC,MAAM;MAAEC,MAAM;MAAEC;IAAU;EACrC,CAAC,GAAG,IAAAC,sBAAQ,EAAC,CAAC;EACd,MAAMC,WAAW,GAAGT,IAAI,IAAIF,MAAM;EAClC,MAAMY,SAAS,GAAGD,WAAW,GAAG,IAAAE,wBAAiB,EAACF,WAAW,CAAC,GAAG,GAAG;EAEpE,MAAMG,QAAQ,GAAGb,KAAK;EACtB,oBACEZ,MAAA,CAAAO,OAAA,CAAAmB,aAAA,CAAC5B,YAAA,CAAA6B,IAAI;IACHC,MAAM,EAAEC,yBAAgB,CAACC,kBAAmB;IAC5Cf,KAAK,EAAE,CACLgB,MAAM,CAACC,SAAS,EAChB;MACEC,YAAY,EAAEnB,IAAI,GAAG,CAAC;MACtBoB,MAAM,EAAEpB,IAAI;MACZqB,KAAK,EAAErB;IACT,CAAC,EACD;MAAEsB,eAAe,EAAEjB,MAAM,CAACkB;IAAQ,CAAC,EACnCnB,MAAM,CAACc,SAAS,EAChBhB,SAAS,EAAEgB,SAAS;EACpB,GAEDP,QAAQ,gBACPzB,MAAA,CAAAO,OAAA,CAAAmB,aAAA,CAAC5B,YAAA,CAAAwC,KAAK;IACJV,MAAM,EAAEW,qBAAY,CAACC,MAAO;IAC5BC,MAAM,EAAE;MACNC,GAAG,EAAEjB;IACP,CAAE;IACFV,KAAK,EAAE,CAACgB,MAAM,CAACnB,KAAK,EAAEM,MAAM,CAACN,KAAK,EAAEI,SAAS,EAAEJ,KAAK;EAAE,CACvD,CAAC,gBAEFZ,MAAA,CAAAO,OAAA,CAAAmB,aAAA,CAAC5B,YAAA,CAAA6C,IAAI;IACH5B,KAAK,EAAE,CACLgB,MAAM,CAACa,IAAI,EACX;MAAEC,QAAQ,EAAE/B,IAAI,GAAG,CAAC;MAAEgC,KAAK,EAAE3B,MAAM,CAAC4B;IAAY,CAAC,EACjD3B,SAAS,CAAC4B,QAAQ,EAClB9B,MAAM,CAAC0B,IAAI,EACX5B,SAAS,EAAE4B,IAAI,CACf;IACFK,aAAa,EAAE;EAAE,GAEhB1B,SACG,CAEJ,CAAC;AAEX,CAAC;AAAC2B,OAAA,CAAA1C,MAAA,GAAAA,MAAA;AAEF,MAAMuB,MAAM,GAAGoB,uBAAU,CAACC,MAAM,CAAC;EAC/BpB,SAAS,EAAE;IACTqB,cAAc,EAAE,QAAQ;IACxBC,QAAQ,EAAE;EACZ,CAAC;EACD1C,KAAK,EAAE;IACL2C,IAAI,EAAE;EACR,CAAC;EACDX,IAAI,EAAE;IACJY,SAAS,EAAE;EACb;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -38,11 +38,11 @@ const ScreenShareOverlay = ({}) => {
|
|
|
38
38
|
};
|
|
39
39
|
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
40
40
|
style: [styles.container, {
|
|
41
|
-
backgroundColor: colors.
|
|
41
|
+
backgroundColor: colors.sheetTertiary
|
|
42
42
|
}, screenshareOverlay.container]
|
|
43
43
|
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
44
44
|
style: [styles.text, typefaces.subtitleBold, {
|
|
45
|
-
color: colors.
|
|
45
|
+
color: colors.textPrimary
|
|
46
46
|
}, screenshareOverlay.text]
|
|
47
47
|
}, t('You are sharing your screen with everyone')), /*#__PURE__*/_react.default.createElement(_reactNative.Pressable, {
|
|
48
48
|
onPress: onStopScreenshareHandler,
|
|
@@ -50,7 +50,7 @@ const ScreenShareOverlay = ({}) => {
|
|
|
50
50
|
pressed
|
|
51
51
|
}) => {
|
|
52
52
|
return [styles.button, {
|
|
53
|
-
backgroundColor: colors.
|
|
53
|
+
backgroundColor: colors.sheetSecondary,
|
|
54
54
|
opacity: pressed ? 0.2 : 1
|
|
55
55
|
}, screenshareOverlay.button];
|
|
56
56
|
}
|
|
@@ -60,10 +60,11 @@ const ScreenShareOverlay = ({}) => {
|
|
|
60
60
|
width: iconSizes.xs
|
|
61
61
|
}, screenshareOverlay.buttonIcon]
|
|
62
62
|
}, /*#__PURE__*/_react.default.createElement(_icons.StopScreenShare, {
|
|
63
|
-
|
|
63
|
+
size: iconSizes.xs,
|
|
64
|
+
color: colors.iconPrimary
|
|
64
65
|
})), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
65
66
|
style: [styles.buttonText, {
|
|
66
|
-
color: colors.
|
|
67
|
+
color: colors.textPrimary
|
|
67
68
|
}, screenshareOverlay.buttonText]
|
|
68
69
|
}, t('Stop Screen Sharing'))));
|
|
69
70
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_icons","_contexts","_videoReactBindings","_videoClient","e","__esModule","default","ScreenShareOverlay","call","useCall","t","useI18n","theme","colors","typefaces","variants","iconSizes","screenshareOverlay","useTheme","onStopScreenshareHandler","stopPublish","SfuModels","TrackType","SCREEN_SHARE","createElement","View","style","styles","container","backgroundColor","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_icons","_contexts","_videoReactBindings","_videoClient","e","__esModule","default","ScreenShareOverlay","call","useCall","t","useI18n","theme","colors","typefaces","variants","iconSizes","screenshareOverlay","useTheme","onStopScreenshareHandler","stopPublish","SfuModels","TrackType","SCREEN_SHARE","createElement","View","style","styles","container","backgroundColor","sheetTertiary","Text","text","subtitleBold","color","textPrimary","Pressable","onPress","pressed","button","sheetSecondary","opacity","buttonIcon","height","xs","width","StopScreenShare","size","iconPrimary","buttonText","exports","StyleSheet","create","flex","alignItems","justifyContent","marginTop","padding","borderRadius","flexDirection","marginLeft","includeFontPadding"],"sourceRoot":"../../../../src","sources":["components/utility/ScreenShareOverlay.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -7,6 +7,7 @@ exports.ImageTestIds = exports.IconTestIds = exports.ComponentTestIds = exports.
|
|
|
7
7
|
let IconTestIds = exports.IconTestIds = /*#__PURE__*/function (IconTestIds) {
|
|
8
8
|
IconTestIds["MUTED_VIDEO"] = "muted-video-icon";
|
|
9
9
|
IconTestIds["HANG_UP_CALL"] = "hang-up-call-icon";
|
|
10
|
+
IconTestIds["PHONE"] = "phone-icon";
|
|
10
11
|
IconTestIds["SCREEN_SHARE_INDICATOR"] = "screen-share-indicator-icon";
|
|
11
12
|
IconTestIds["SCREEN_SHARE"] = "screen-share-icon";
|
|
12
13
|
return IconTestIds;
|
|
@@ -21,7 +22,6 @@ let ComponentTestIds = exports.ComponentTestIds = /*#__PURE__*/function (Compone
|
|
|
21
22
|
ComponentTestIds["PARTICIPANTS_INFO"] = "participants-info";
|
|
22
23
|
ComponentTestIds["PARTICIPANT_SCREEN_SHARING"] = "participant-screen-sharing";
|
|
23
24
|
ComponentTestIds["REACTIONS_PICKER"] = "reactions-picker";
|
|
24
|
-
ComponentTestIds["CHAT_UNREAD_BADGE_COUNT_INDICATOR"] = "chat-unread-badge-count-indicator";
|
|
25
25
|
return ComponentTestIds;
|
|
26
26
|
}({});
|
|
27
27
|
let ButtonTestIds = exports.ButtonTestIds = /*#__PURE__*/function (ButtonTestIds) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["IconTestIds","exports","ComponentTestIds","ButtonTestIds","ImageTestIds"],"sourceRoot":"../../../src","sources":["constants/TestIds.ts"],"mappings":";;;;;;IAAYA,WAAW,GAAAC,OAAA,CAAAD,WAAA,0BAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAA,OAAXA,WAAW;AAAA;AAAA,
|
|
1
|
+
{"version":3,"names":["IconTestIds","exports","ComponentTestIds","ButtonTestIds","ImageTestIds"],"sourceRoot":"../../../src","sources":["constants/TestIds.ts"],"mappings":";;;;;;IAAYA,WAAW,GAAAC,OAAA,CAAAD,WAAA,0BAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAA,OAAXA,WAAW;AAAA;AAAA,IAQXE,gBAAgB,GAAAD,OAAA,CAAAC,gBAAA,0BAAhBA,gBAAgB;EAAhBA,gBAAgB;EAAhBA,gBAAgB;EAAhBA,gBAAgB;EAAhBA,gBAAgB;EAAhBA,gBAAgB;EAAhBA,gBAAgB;EAAhBA,gBAAgB;EAAhBA,gBAAgB;EAAhBA,gBAAgB;EAAA,OAAhBA,gBAAgB;AAAA;AAAA,IAYhBC,aAAa,GAAAF,OAAA,CAAAE,aAAA,0BAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAA,OAAbA,aAAa;AAAA;AAAA,IAQbC,YAAY,GAAAH,OAAA,CAAAG,YAAA,0BAAZA,YAAY;EAAZA,YAAY;EAAA,OAAZA,YAAY;AAAA","ignoreList":[]}
|
|
@@ -3,28 +3,47 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.defaultEmojiReactions = exports.Z_INDEX = exports.
|
|
6
|
+
exports.defaultEmojiReactions = exports.Z_INDEX = exports.FLOATING_VIDEO_VIEW_STYLE = void 0;
|
|
7
7
|
const FLOATING_VIDEO_VIEW_STYLE = exports.FLOATING_VIDEO_VIEW_STYLE = {
|
|
8
8
|
height: 140,
|
|
9
9
|
width: 80,
|
|
10
10
|
borderRadius: 10
|
|
11
11
|
};
|
|
12
|
-
const LOBBY_VIDEO_VIEW_HEIGHT = exports.LOBBY_VIDEO_VIEW_HEIGHT = 240;
|
|
13
12
|
const defaultEmojiReactions = exports.defaultEmojiReactions = [{
|
|
13
|
+
type: 'reaction',
|
|
14
|
+
emoji_code: ':rolling_on_the_floor_laughing:',
|
|
15
|
+
custom: {},
|
|
16
|
+
icon: '🤣'
|
|
17
|
+
}, {
|
|
14
18
|
type: 'reaction',
|
|
15
19
|
emoji_code: ':like:',
|
|
16
20
|
custom: {},
|
|
17
21
|
icon: '👍'
|
|
18
22
|
}, {
|
|
19
|
-
type: '
|
|
20
|
-
emoji_code: ':
|
|
23
|
+
type: 'reaction',
|
|
24
|
+
emoji_code: ':rocket:',
|
|
21
25
|
custom: {},
|
|
22
|
-
icon: '
|
|
26
|
+
icon: '🚀'
|
|
27
|
+
}, {
|
|
28
|
+
type: 'reaction',
|
|
29
|
+
emoji_code: ':dislike:',
|
|
30
|
+
custom: {},
|
|
31
|
+
icon: '👎'
|
|
23
32
|
}, {
|
|
24
33
|
type: 'reaction',
|
|
25
34
|
emoji_code: ':fireworks:',
|
|
26
35
|
custom: {},
|
|
27
36
|
icon: '🎉'
|
|
37
|
+
}, {
|
|
38
|
+
type: 'reaction',
|
|
39
|
+
emoji_code: ':raised-hands:',
|
|
40
|
+
custom: {},
|
|
41
|
+
icon: '🙌'
|
|
42
|
+
}, {
|
|
43
|
+
type: 'raised-hand',
|
|
44
|
+
emoji_code: ':raised-hand:',
|
|
45
|
+
custom: {},
|
|
46
|
+
icon: '✋'
|
|
28
47
|
}];
|
|
29
48
|
const Z_INDEX = exports.Z_INDEX = {
|
|
30
49
|
IN_BACK: 0,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["FLOATING_VIDEO_VIEW_STYLE","exports","height","width","borderRadius","
|
|
1
|
+
{"version":3,"names":["FLOATING_VIDEO_VIEW_STYLE","exports","height","width","borderRadius","defaultEmojiReactions","type","emoji_code","custom","icon","Z_INDEX","IN_BACK","IN_MIDDLE","IN_FRONT"],"sourceRoot":"../../../src","sources":["constants/index.ts"],"mappings":";;;;;;AAEO,MAAMA,yBAAyB,GAAAC,OAAA,CAAAD,yBAAA,GAAG;EACvCE,MAAM,EAAE,GAAG;EACXC,KAAK,EAAE,EAAE;EACTC,YAAY,EAAE;AAChB,CAAC;AAEM,MAAMC,qBAA2C,GAAAJ,OAAA,CAAAI,qBAAA,GAAG,CACzD;EACEC,IAAI,EAAE,UAAU;EAChBC,UAAU,EAAE,iCAAiC;EAC7CC,MAAM,EAAE,CAAC,CAAC;EACVC,IAAI,EAAE;AACR,CAAC,EACD;EACEH,IAAI,EAAE,UAAU;EAChBC,UAAU,EAAE,QAAQ;EACpBC,MAAM,EAAE,CAAC,CAAC;EACVC,IAAI,EAAE;AACR,CAAC,EACD;EACEH,IAAI,EAAE,UAAU;EAChBC,UAAU,EAAE,UAAU;EACtBC,MAAM,EAAE,CAAC,CAAC;EACVC,IAAI,EAAE;AACR,CAAC,EACD;EACEH,IAAI,EAAE,UAAU;EAChBC,UAAU,EAAE,WAAW;EACvBC,MAAM,EAAE,CAAC,CAAC;EACVC,IAAI,EAAE;AACR,CAAC,EACD;EACEH,IAAI,EAAE,UAAU;EAChBC,UAAU,EAAE,aAAa;EACzBC,MAAM,EAAE,CAAC,CAAC;EACVC,IAAI,EAAE;AACR,CAAC,EACD;EACEH,IAAI,EAAE,UAAU;EAChBC,UAAU,EAAE,gBAAgB;EAC5BC,MAAM,EAAE,CAAC,CAAC;EACVC,IAAI,EAAE;AACR,CAAC,EACD;EACEH,IAAI,EAAE,aAAa;EACnBC,UAAU,EAAE,eAAe;EAC3BC,MAAM,EAAE,CAAC,CAAC;EACVC,IAAI,EAAE;AACR,CAAC,CACF;AAEM,MAAMC,OAAO,GAAAT,OAAA,CAAAS,OAAA,GAAG;EACrBC,OAAO,EAAE,CAAC;EACVC,SAAS,EAAE,CAAC;EACZC,QAAQ,EAAE;AACZ,CAAC","ignoreList":[]}
|
|
@@ -8,11 +8,14 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
8
8
|
var _reactNativeSvg = require("react-native-svg");
|
|
9
9
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
10
|
const CameraSwitch = ({
|
|
11
|
-
color
|
|
11
|
+
color,
|
|
12
|
+
size
|
|
12
13
|
}) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
|
|
13
|
-
viewBox:
|
|
14
|
+
viewBox: '0 0 24 24',
|
|
15
|
+
width: size,
|
|
16
|
+
height: size
|
|
14
17
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
15
|
-
d: "
|
|
18
|
+
d: "M20 5.5H16.83L15.59 4.15C15.22 3.74 14.68 3.5 14.12 3.5H9.88C9.32 3.5 8.78 3.74 8.4 4.15L7.17 5.5H4C2.9 5.5 2 6.4 2 7.5V19.5C2 20.6 2.9 21.5 4 21.5H20C21.1 21.5 22 20.6 22 19.5V7.5C22 6.4 21.1 5.5 20 5.5ZM13.67 18.2C13.15 18.39 12.59 18.5 12 18.5C9.24 18.5 7 16.26 7 13.5H5L7.5 11L10 13.5H8C8 15.71 9.79 17.5 12 17.5C12.46 17.5 12.91 17.42 13.32 17.27C13.51 17.2 13.71 17.24 13.85 17.38C14.11 17.64 14.01 18.07 13.67 18.2ZM16.5 16L14 13.5H16C16 11.29 14.21 9.5 12 9.5C11.54 9.5 11.09 9.58 10.68 9.73C10.49 9.8 10.29 9.76 10.15 9.62C9.89 9.36 9.99 8.93 10.33 8.8C10.85 8.61 11.41 8.5 12 8.5C14.76 8.5 17 10.74 17 13.5H19L16.5 16Z",
|
|
16
19
|
fill: color
|
|
17
20
|
}));
|
|
18
21
|
exports.CameraSwitch = CameraSwitch;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","CameraSwitch","color","createElement","Svg","viewBox","Path","d","fill","exports"],"sourceRoot":"../../../src","sources":["icons/CameraSwitch.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","CameraSwitch","color","size","createElement","Svg","viewBox","width","height","Path","d","fill","exports"],"sourceRoot":"../../../src","sources":["icons/CameraSwitch.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAQtC,MAAMG,YAAY,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBACjDT,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAQ,GAAG;EAACC,OAAO,EAAE,WAAY;EAACC,KAAK,EAAEJ,IAAK;EAACK,MAAM,EAAEL;AAAK,gBACnDT,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAY,IAAI;EACHC,CAAC,EAAC,snBAAsnB;EACxnBC,IAAI,EAAET;AAAM,CACb,CACE,CACN;AAACU,OAAA,CAAAX,YAAA,GAAAA,YAAA","ignoreList":[]}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconWrapper = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const IconWrapper = ({
|
|
11
|
+
children
|
|
12
|
+
}) => {
|
|
13
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
14
|
+
style: styles.container
|
|
15
|
+
}, children);
|
|
16
|
+
};
|
|
17
|
+
exports.IconWrapper = IconWrapper;
|
|
18
|
+
const styles = _reactNative.StyleSheet.create({
|
|
19
|
+
container: {
|
|
20
|
+
justifyContent: 'center',
|
|
21
|
+
alignItems: 'center',
|
|
22
|
+
flex: 1
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=IconWrapper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","e","__esModule","default","IconWrapper","children","createElement","View","style","styles","container","exports","StyleSheet","create","justifyContent","alignItems","flex"],"sourceRoot":"../../../src","sources":["icons/IconWrapper.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,YAAA,GAAAD,OAAA;AAAgD,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEzC,MAAMG,WAAW,GAAGA,CAAC;EAAEC;AAAkC,CAAC,KAAK;EACpE,oBAAOR,MAAA,CAAAM,OAAA,CAAAG,aAAA,CAACN,YAAA,CAAAO,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACC;EAAU,GAAEL,QAAe,CAAC;AACzD,CAAC;AAACM,OAAA,CAAAP,WAAA,GAAAA,WAAA;AAEF,MAAMK,MAAM,GAAGG,uBAAU,CAACC,MAAM,CAAC;EAC/BH,SAAS,EAAE;IACTI,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBC,IAAI,EAAE;EACR;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Lock = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
10
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
+
const Lock = ({
|
|
13
|
+
color,
|
|
14
|
+
size
|
|
15
|
+
}) => {
|
|
16
|
+
return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.default, {
|
|
17
|
+
viewBox: '0 0 23 25',
|
|
18
|
+
width: size,
|
|
19
|
+
height: size
|
|
20
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
21
|
+
fill: color,
|
|
22
|
+
d: "M15.1992 23.5273C15.2852 23.3164 15.3281 23.1055 15.3281 22.8945C15.3281 22.3633 15.1836 21.8438 14.8945 21.3359L9.82031 12.2539C9.53125 11.7305 9.13672 11.332 8.63672 11.0586C8.14453 10.7773 7.625 10.6367 7.07812 10.6367C6.96094 10.6367 6.86719 10.6406 6.79688 10.6484C6.96875 10.4531 7.17188 10.293 7.40625 10.168C7.64844 10.043 7.92578 9.96484 8.23828 9.93359V7.08594C8.23828 5.98438 8.39844 5.02344 8.71875 4.20312C9.04688 3.38281 9.49219 2.70312 10.0547 2.16406C10.6172 1.61719 11.2539 1.21094 11.9648 0.945312C12.6758 0.671875 13.4141 0.535156 14.1797 0.535156C14.9453 0.535156 15.6836 0.671875 16.3945 0.945312C17.1055 1.21094 17.7422 1.61719 18.3047 2.16406C18.8672 2.70312 19.3125 3.38281 19.6406 4.20312C19.9688 5.02344 20.1328 5.98438 20.1328 7.08594V9.93359C20.7969 10.0273 21.3008 10.3047 21.6445 10.7656C21.9961 11.2188 22.1719 11.8516 22.1719 12.6641V20.7383C22.1719 21.6602 21.9492 22.3555 21.5039 22.8242C21.0586 23.293 20.4062 23.5273 19.5469 23.5273H15.1992ZM10.0898 9.88672H18.2695V6.82812C18.2695 5.84375 18.0781 5.01562 17.6953 4.34375C17.3203 3.67188 16.8203 3.16406 16.1953 2.82031C15.5781 2.47656 14.9062 2.30469 14.1797 2.30469C13.4453 2.30469 12.7695 2.47656 12.1523 2.82031C11.5352 3.16406 11.0352 3.67188 10.6523 4.34375C10.2773 5.01562 10.0898 5.84375 10.0898 6.82812V9.88672ZM1.98047 24.4648C1.49609 24.4648 1.11328 24.3125 0.832031 24.0078C0.542969 23.7031 0.398438 23.332 0.398438 22.8945C0.398438 22.6211 0.46875 22.3633 0.609375 22.1211L5.68359 13.0391C5.83203 12.7734 6.03125 12.5742 6.28125 12.4414C6.53125 12.3008 6.78906 12.2305 7.05469 12.2305C7.32031 12.2305 7.57422 12.3008 7.81641 12.4414C8.05859 12.5742 8.25781 12.7734 8.41406 13.0391L13.5 22.1094C13.6406 22.3594 13.7109 22.6211 13.7109 22.8945C13.7109 23.332 13.5664 23.7031 13.2773 24.0078C12.9961 24.3125 12.6133 24.4648 12.1289 24.4648H1.98047ZM7.05469 22.6836C7.32812 22.6836 7.55859 22.5859 7.74609 22.3906C7.94141 22.1953 8.04297 21.9609 8.05078 21.6875C8.05078 21.4219 7.95312 21.1914 7.75781 20.9961C7.5625 20.8008 7.32812 20.7031 7.05469 20.7031C6.78906 20.7031 6.55859 20.8008 6.36328 20.9961C6.16797 21.1914 6.07031 21.4219 6.07031 21.6875C6.07031 21.9609 6.16797 22.1953 6.36328 22.3906C6.55859 22.5859 6.78906 22.6836 7.05469 22.6836ZM7.05469 19.8828C7.26562 19.8828 7.43359 19.8203 7.55859 19.6953C7.69141 19.5703 7.76172 19.4062 7.76953 19.2031L7.86328 15.8516C7.87109 15.6172 7.80078 15.4258 7.65234 15.2773C7.50391 15.1211 7.30469 15.043 7.05469 15.043C6.8125 15.043 6.61719 15.1211 6.46875 15.2773C6.32031 15.4258 6.25 15.6172 6.25781 15.8516L6.35156 19.2031C6.35156 19.4062 6.41797 19.5703 6.55078 19.6953C6.68359 19.8203 6.85156 19.8828 7.05469 19.8828Z"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
exports.Lock = Lock;
|
|
26
|
+
//# sourceMappingURL=Lock.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","Lock","color","size","createElement","viewBox","width","height","Path","fill","d","exports"],"sourceRoot":"../../../src","sources":["icons/Lock.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA6C,SAAAG,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAF,wBAAAE,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAb,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAQtC,MAAMmB,IAAI,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,KAAK;EAC9C,oBACE3B,MAAA,CAAAW,OAAA,CAAAiB,aAAA,CAACzB,eAAA,CAAAQ,OAAG;IAACkB,OAAO,EAAE,WAAY;IAACC,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ;EAAK,gBACnD3B,MAAA,CAAAW,OAAA,CAAAiB,aAAA,CAACzB,eAAA,CAAA6B,IAAI;IACHC,IAAI,EAAEP,KAAM;IACZQ,CAAC,EAAC;EAAgnF,CACnnF,CACE,CAAC;AAEV,CAAC;AAACC,OAAA,CAAAV,IAAA,GAAAA,IAAA","ignoreList":[]}
|
|
@@ -8,14 +8,14 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
8
8
|
var _reactNativeSvg = require("react-native-svg");
|
|
9
9
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
10
|
const Mic = ({
|
|
11
|
-
color
|
|
11
|
+
color,
|
|
12
|
+
size
|
|
12
13
|
}) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
|
|
13
|
-
viewBox:
|
|
14
|
+
viewBox: '0 0 27 27',
|
|
15
|
+
width: size,
|
|
16
|
+
height: size
|
|
14
17
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
15
|
-
d: "
|
|
16
|
-
fill: color
|
|
17
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
18
|
-
d: "M18.407 13.295c0 3.96-3.318 7.176-7.407 7.176-4.09 0-7.408-3.215-7.408-7.176H.63c0 5.066 3.867 9.228 8.89 9.931v4.42h2.962v-4.42c5.022-.703 8.89-4.865 8.89-9.931h-2.964Z",
|
|
18
|
+
d: "M13.9992 16.9166C15.9358 16.9166 17.4992 15.3533 17.4992 13.4166V6.41663C17.4992 4.47996 15.9358 2.91663 13.9992 2.91663C12.0625 2.91663 10.4992 4.47996 10.4992 6.41663V13.4166C10.4992 15.3533 12.0625 16.9166 13.9992 16.9166ZM20.8942 13.4166C20.3225 13.4166 19.8442 13.8366 19.7508 14.4083C19.2725 17.15 16.8808 19.25 13.9992 19.25C11.1175 19.25 8.72584 17.15 8.2475 14.4083C8.15417 13.8366 7.67584 13.4166 7.10417 13.4166C6.3925 13.4166 5.8325 14.0466 5.9375 14.7466C6.50917 18.2466 9.30917 20.9883 12.8325 21.49V23.9166C12.8325 24.5583 13.3575 25.0833 13.9992 25.0833C14.6408 25.0833 15.1658 24.5583 15.1658 23.9166V21.49C18.6892 20.9883 21.4892 18.2466 22.0608 14.7466C22.1775 14.0466 21.6058 13.4166 20.8942 13.4166Z",
|
|
19
19
|
fill: color
|
|
20
20
|
}));
|
|
21
21
|
exports.Mic = Mic;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","Mic","color","createElement","Svg","viewBox","Path","d","fill","exports"],"sourceRoot":"../../../src","sources":["icons/Mic.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","Mic","color","size","createElement","Svg","viewBox","width","height","Path","d","fill","exports"],"sourceRoot":"../../../src","sources":["icons/Mic.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAQtC,MAAMG,GAAG,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBACxCT,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAQ,GAAG;EAACC,OAAO,EAAE,WAAY;EAACC,KAAK,EAAEJ,IAAK;EAACK,MAAM,EAAEL;AAAK,gBACnDT,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAY,IAAI;EACHC,CAAC,EAAC,ktBAAktB;EACptBC,IAAI,EAAET;AAAM,CACb,CACE,CACN;AAACU,OAAA,CAAAX,GAAA,GAAAA,GAAA","ignoreList":[]}
|
|
@@ -8,11 +8,14 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
8
8
|
var _reactNativeSvg = require("react-native-svg");
|
|
9
9
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
10
|
const MicOff = ({
|
|
11
|
-
color
|
|
11
|
+
color,
|
|
12
|
+
size
|
|
12
13
|
}) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
|
|
13
|
-
viewBox:
|
|
14
|
+
viewBox: '0 0 27 27',
|
|
15
|
+
width: size,
|
|
16
|
+
height: size
|
|
14
17
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
15
|
-
d: "
|
|
18
|
+
d: "M17.9067 12.95V6.41663C17.9067 4.47996 16.3434 2.91663 14.4067 2.91663C12.61 2.91663 11.1517 4.26996 10.9534 6.00829L17.9067 12.95ZM21.5 13.4166C21.0217 13.4166 20.6017 13.7666 20.5317 14.245C20.4734 14.6183 20.3917 14.9916 20.2751 15.33L21.7567 16.8116C22.1067 16.1116 22.3634 15.3533 22.4917 14.5483C22.5734 13.9533 22.1067 13.4166 21.5 13.4166ZM4.73505 4.73663C4.28005 5.19163 4.28005 5.92663 4.73505 6.38163L10.9067 12.565V13.0666C10.9067 14.455 11.6067 15.7733 12.8084 16.4616C13.6834 16.9633 14.4534 16.975 15.165 16.8233L17.1017 18.76C16.2734 19.145 15.3517 19.3666 14.4067 19.3666C11.4434 19.3666 8.71338 17.3016 8.28172 14.245C8.21172 13.7666 7.79172 13.4166 7.31338 13.4166C6.70672 13.4166 6.24005 13.9533 6.32172 14.5483C6.85838 18.0016 9.77505 20.7316 13.24 21.2566V23.9166C13.24 24.5583 13.765 25.0833 14.4067 25.0833C15.0484 25.0833 15.5734 24.5583 15.5734 23.9166V21.2566C16.635 21.105 17.6384 20.7316 18.5484 20.2066L22.6201 24.2783C23.0751 24.7333 23.8101 24.7333 24.2651 24.2783C24.7201 23.8233 24.7201 23.0883 24.2651 22.6333L6.38005 4.73663C5.92505 4.28163 5.19005 4.28163 4.73505 4.73663Z",
|
|
16
19
|
fill: color
|
|
17
20
|
}));
|
|
18
21
|
exports.MicOff = MicOff;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","MicOff","color","createElement","Svg","viewBox","Path","d","fill","exports"],"sourceRoot":"../../../src","sources":["icons/MicOff.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","MicOff","color","size","createElement","Svg","viewBox","width","height","Path","d","fill","exports"],"sourceRoot":"../../../src","sources":["icons/MicOff.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAQtC,MAAMG,MAAM,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAC3CT,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAQ,GAAG;EAACC,OAAO,EAAE,WAAY;EAACC,KAAK,EAAEJ,IAAK;EAACK,MAAM,EAAEL;AAAK,gBACnDT,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAY,IAAI;EACHC,CAAC,EAAC,ulCAAulC;EACzlCC,IAAI,EAAET;AAAM,CACb,CACE,CACN;AAACU,OAAA,CAAAX,MAAA,GAAAA,MAAA","ignoreList":[]}
|
|
@@ -6,13 +6,23 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.Phone = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _reactNativeSvg = require("react-native-svg");
|
|
9
|
+
var _TestIds = require("../constants/TestIds");
|
|
9
10
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
11
|
const Phone = ({
|
|
11
|
-
color
|
|
12
|
+
color,
|
|
13
|
+
size
|
|
12
14
|
}) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
|
|
13
|
-
viewBox: "0 0
|
|
15
|
+
viewBox: "0 0 24 9",
|
|
16
|
+
width: size,
|
|
17
|
+
height: size,
|
|
18
|
+
style: {
|
|
19
|
+
transform: [{
|
|
20
|
+
rotate: '-130deg'
|
|
21
|
+
}]
|
|
22
|
+
},
|
|
23
|
+
testID: _TestIds.IconTestIds.PHONE
|
|
14
24
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
15
|
-
d: "
|
|
25
|
+
d: "M12 0.0546875C16.4531 0.0449219 20.5156 0.962891 22.5566 3.00391C23.4648 3.91211 23.9727 5.02539 23.9336 6.38281C23.9043 7.19336 23.6406 7.87695 23.1621 8.33594C22.7617 8.73633 22.2246 8.9707 21.5898 8.86328L17.9863 8.25781C17.4004 8.16016 17.0098 7.98438 16.7559 7.73047C16.4238 7.39844 16.3262 6.91992 16.3164 6.28516L16.3066 5.26953C16.3066 5.11328 16.248 4.98633 16.1504 4.89844C16.043 4.79102 15.8965 4.73242 15.7891 4.69336C15.0957 4.49805 13.709 4.39062 12 4.39062C10.291 4.39062 8.89453 4.54688 8.21094 4.69336C8.09375 4.72266 7.9375 4.78125 7.83008 4.89844C7.74219 4.99609 7.67383 5.11328 7.67383 5.26953V6.28516C7.66406 6.91992 7.56641 7.4082 7.23438 7.73047C6.98047 7.98438 6.58984 8.16016 6.01367 8.25781L2.37109 8.87305C1.74609 8.9707 1.22852 8.75586 0.837891 8.36523C0.369141 7.89648 0.105469 7.19336 0.0761719 6.39258C0.0078125 5.03516 0.486328 3.92188 1.4043 3.00391C3.44531 0.962891 7.53711 0.0546875 12 0.0546875Z",
|
|
16
26
|
fill: color
|
|
17
27
|
}));
|
|
18
28
|
exports.Phone = Phone;
|