@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
package/src/icons/Reaction.tsx
CHANGED
|
@@ -7,7 +7,7 @@ type Props = {
|
|
|
7
7
|
};
|
|
8
8
|
|
|
9
9
|
export const Reaction = ({ color }: Props) => (
|
|
10
|
-
<Svg viewBox="0 0 22 20">
|
|
10
|
+
<Svg viewBox="0 0 22 20" width={22} height={20}>
|
|
11
11
|
<Path
|
|
12
12
|
fill={color}
|
|
13
13
|
d="M 5.50033 8.16667 C 5.50033 7.40583 6.11449 6.79167 6.87533 6.79167 C 7.63616 6.79167 8.25033 7.40583 8.25033 8.16667 C 8.25033 8.9275 7.63616 9.54167 6.87533 9.54167 C 6.11449 9.54167 5.50033 8.9275 5.50033 8.16667 Z M 10.0837 15.5 C 12.2195 15.5 14.0345 14.1617 14.7678 12.2917 H 5.39949 C 6.13283 14.1617 7.94783 15.5 10.0837 15.5 Z M 13.292 9.54167 C 14.0528 9.54167 14.667 8.9275 14.667 8.16667 C 14.667 7.40583 14.0528 6.79167 13.292 6.79167 C 12.5312 6.79167 11.917 7.40583 11.917 8.16667 C 11.917 8.9275 12.5312 9.54167 13.292 9.54167 Z M 19.2503 0.375 H 17.417 V 2.20833 H 15.5837 V 4.04167 H 17.417 V 5.875 H 19.2503 V 4.04167 H 21.0837 V 2.20833 H 19.2503 V 0.375 Z M 17.417 10.4583 C 17.417 14.51 14.1353 17.7917 10.0837 17.7917 C 6.03199 17.7917 2.75033 14.51 2.75033 10.4583 C 2.75033 6.40667 6.03199 3.125 10.0837 3.125 C 11.422 3.125 12.6687 3.49167 13.7503 4.115 V 2.06167 C 12.6228 1.56667 11.3853 1.29167 10.0745 1.29167 C 5.01449 1.29167 0.916992 5.39833 0.916992 10.4583 C 0.916992 15.5183 5.01449 19.625 10.0745 19.625 C 15.1437 19.625 19.2503 15.5183 19.2503 10.4583 C 19.2503 9.49583 19.0945 8.57917 18.8195 7.70833 H 16.867 C 17.2153 8.56083 17.417 9.48667 17.417 10.4583 Z"
|
|
@@ -5,14 +5,20 @@ import { IconTestIds } from '../constants/TestIds';
|
|
|
5
5
|
|
|
6
6
|
type Props = {
|
|
7
7
|
color: ColorValue;
|
|
8
|
+
size: number;
|
|
8
9
|
};
|
|
9
10
|
|
|
10
|
-
export const ScreenShare = ({ color }: Props) => {
|
|
11
|
+
export const ScreenShare = ({ color, size }: Props) => {
|
|
11
12
|
return (
|
|
12
|
-
<Svg
|
|
13
|
+
<Svg
|
|
14
|
+
viewBox={'0 0 24 24'}
|
|
15
|
+
width={size}
|
|
16
|
+
height={size}
|
|
17
|
+
testID={IconTestIds.SCREEN_SHARE}
|
|
18
|
+
>
|
|
13
19
|
<Path
|
|
14
20
|
fill={color}
|
|
15
|
-
d="
|
|
21
|
+
d="M18.2964 1.01L8.29636 1C7.19636 1 6.29636 1.9 6.29636 3V6C6.29636 6.55 6.74636 7 7.29636 7C7.84636 7 8.29636 6.55 8.29636 6V5H18.2964V19H8.29636V18C8.29636 17.45 7.84636 17 7.29636 17C6.74636 17 6.29636 17.45 6.29636 18V21C6.29636 22.1 7.19636 23 8.29636 23H18.2964C19.3964 23 20.2964 22.1 20.2964 21V3C20.2964 1.9 19.3964 1.01 18.2964 1.01ZM11.2964 15C11.8464 15 12.2964 14.55 12.2964 14V9C12.2964 8.45 11.8464 8 11.2964 8H6.29636C5.74636 8 5.29636 8.45 5.29636 9C5.29636 9.55 5.74636 10 6.29636 10H8.88636L3.99636 14.89C3.60636 15.28 3.60636 15.91 3.99636 16.3C4.38636 16.69 5.01636 16.69 5.40636 16.3L10.2964 11.41V14C10.2964 14.55 10.7464 15 11.2964 15Z"
|
|
16
22
|
/>
|
|
17
23
|
</Svg>
|
|
18
24
|
);
|
|
@@ -4,11 +4,12 @@ import { ColorValue } from 'react-native/types';
|
|
|
4
4
|
|
|
5
5
|
type Props = {
|
|
6
6
|
color: ColorValue;
|
|
7
|
+
size: number;
|
|
7
8
|
};
|
|
8
9
|
|
|
9
|
-
export const StopScreenShare = ({ color }: Props) => {
|
|
10
|
+
export const StopScreenShare = ({ color, size }: Props) => {
|
|
10
11
|
return (
|
|
11
|
-
<Svg viewBox="0 0 25 25">
|
|
12
|
+
<Svg viewBox="0 0 25 25" width={size} height={size}>
|
|
12
13
|
<Path
|
|
13
14
|
fill={color}
|
|
14
15
|
d="M21.478 19.1H3.47803V5H21.478V19.1ZM21.478 3H3.47803C2.37803 3 1.47803 3.9 1.47803 5V19C1.47803 20.1 2.37803 21 3.47803 21H21.478C22.578 21 23.478 20.1 23.478 19V5C23.478 3.9 22.578 3 21.478 3Z"
|
package/src/icons/Video.tsx
CHANGED
|
@@ -4,12 +4,13 @@ import { ColorValue } from 'react-native/types';
|
|
|
4
4
|
|
|
5
5
|
type Props = {
|
|
6
6
|
color: ColorValue;
|
|
7
|
+
size: number;
|
|
7
8
|
};
|
|
8
9
|
|
|
9
|
-
export const Video = ({ color }: Props) => (
|
|
10
|
-
<Svg viewBox=
|
|
10
|
+
export const Video = ({ color, size }: Props) => (
|
|
11
|
+
<Svg viewBox={'0 0 26 26'} width={size} height={size}>
|
|
11
12
|
<Path
|
|
12
|
-
d="
|
|
13
|
+
d="M19.8333 12.25V8.16667C19.8333 7.525 19.3083 7 18.6667 7H4.66667C4.025 7 3.5 7.525 3.5 8.16667V19.8333C3.5 20.475 4.025 21 4.66667 21H18.6667C19.3083 21 19.8333 20.475 19.8333 19.8333V15.75L22.505 18.4217C23.24 19.1567 24.5 18.6317 24.5 17.5933V10.395C24.5 9.35667 23.24 8.83167 22.505 9.56667L19.8333 12.25Z"
|
|
13
14
|
fill={color}
|
|
14
15
|
/>
|
|
15
16
|
</Svg>
|
package/src/icons/VideoSlash.tsx
CHANGED
|
@@ -5,12 +5,18 @@ import { IconTestIds } from '../constants/TestIds';
|
|
|
5
5
|
|
|
6
6
|
type Props = {
|
|
7
7
|
color: ColorValue;
|
|
8
|
+
size: number;
|
|
8
9
|
};
|
|
9
10
|
|
|
10
|
-
export const VideoSlash = ({ color }: Props) => (
|
|
11
|
-
<Svg
|
|
11
|
+
export const VideoSlash = ({ color, size }: Props) => (
|
|
12
|
+
<Svg
|
|
13
|
+
viewBox={'0 0 25 25'}
|
|
14
|
+
width={size}
|
|
15
|
+
height={size}
|
|
16
|
+
testID={IconTestIds.MUTED_VIDEO}
|
|
17
|
+
>
|
|
12
18
|
<Path
|
|
13
|
-
d="
|
|
19
|
+
d="M21.7912 15.27V9.97999C21.7912 9.08999 20.7112 8.63999 20.0812 9.26999L17.7912 11.57V8.06999C17.7912 7.51999 17.3412 7.06999 16.7912 7.06999H11.1812L20.0912 15.98C20.7112 16.61 21.7912 16.16 21.7912 15.27ZM3.50124 3.62999C3.11124 4.01999 3.11124 4.64999 3.50124 5.03999L5.52124 7.06999H4.79124C4.24124 7.06999 3.79124 7.51999 3.79124 8.06999V18.07C3.79124 18.62 4.24124 19.07 4.79124 19.07H16.7912C17.0012 19.07 17.1812 18.99 17.3412 18.89L19.8212 21.37C20.2112 21.76 20.8412 21.76 21.2312 21.37C21.6212 20.98 21.6212 20.35 21.2312 19.96L4.91124 3.62999C4.52124 3.23999 3.89124 3.23999 3.50124 3.62999Z"
|
|
14
20
|
fill={color}
|
|
15
21
|
/>
|
|
16
22
|
</Svg>
|
package/src/icons/index.tsx
CHANGED
|
@@ -6,8 +6,6 @@ export * from './PhoneDown';
|
|
|
6
6
|
export * from './Settings';
|
|
7
7
|
export * from './Video';
|
|
8
8
|
export * from './VideoSlash';
|
|
9
|
-
export * from './Chat';
|
|
10
|
-
export * from './Participants';
|
|
11
9
|
export * from './ThreeDots';
|
|
12
10
|
export * from './PinVertical';
|
|
13
11
|
export * from './Spotlight';
|
|
@@ -21,3 +19,4 @@ export * from './StartStreamIcon';
|
|
|
21
19
|
export * from './StopScreenShare';
|
|
22
20
|
export * from './EndStreamIcon';
|
|
23
21
|
export * from './LeaveStreamIcon';
|
|
22
|
+
export * from './IconWrapper';
|
package/src/theme/colors.ts
CHANGED
|
@@ -1,49 +1,34 @@
|
|
|
1
1
|
import { palette } from './constants';
|
|
2
|
+
import { ColorScheme } from './types';
|
|
2
3
|
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
const colors: ColorScheme = {
|
|
5
|
+
primary: palette.primary100,
|
|
6
|
+
secondary: palette.neutral90,
|
|
7
|
+
success: palette.success100,
|
|
8
|
+
warning: palette.warning100,
|
|
9
|
+
|
|
10
|
+
buttonPrimary: palette.primary100,
|
|
11
|
+
buttonSecondary: palette.neutral90,
|
|
12
|
+
buttonSuccess: palette.success100,
|
|
13
|
+
buttonWarning: palette.warning100,
|
|
14
|
+
buttonDisabled: palette.primary180,
|
|
15
|
+
|
|
16
|
+
iconPrimary: palette.neutral0,
|
|
17
|
+
iconSecondary: palette.primary100,
|
|
18
|
+
iconSuccess: palette.success100,
|
|
19
|
+
iconWarning: palette.warning100,
|
|
20
|
+
|
|
21
|
+
sheetPrimary: palette.neutral120,
|
|
22
|
+
sheetSecondary: palette.neutral110,
|
|
23
|
+
sheetTertiary: palette.neutral90,
|
|
24
|
+
sheetOverlay: palette.overlay,
|
|
8
25
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
error: palette.red400,
|
|
12
|
-
info: palette.green500,
|
|
13
|
-
static_black: palette.grey950,
|
|
14
|
-
static_white: palette.grey50,
|
|
15
|
-
static_overlay: palette.grey950 + opacityToHex(0.85),
|
|
16
|
-
static_grey: palette.grey700,
|
|
17
|
-
disabled: palette.grey600,
|
|
18
|
-
text_low_emphasis: palette.grey500,
|
|
19
|
-
text_high_emphasis: palette.grey950,
|
|
20
|
-
controls_bg: palette.grey50,
|
|
21
|
-
borders: palette.grey300,
|
|
22
|
-
overlay: palette.grey950 + opacityToHex(0.4),
|
|
23
|
-
overlay_dark: palette.grey950 + opacityToHex(0.6),
|
|
24
|
-
bars: palette.grey50,
|
|
25
|
-
content_bg: palette.grey950 + opacityToHex(0.05),
|
|
26
|
-
dark_gray: palette.grey800,
|
|
26
|
+
textPrimary: palette.neutral0,
|
|
27
|
+
textSecondary: palette.neutral30,
|
|
27
28
|
};
|
|
28
29
|
|
|
29
|
-
const
|
|
30
|
-
|
|
31
|
-
error: palette.red400,
|
|
32
|
-
info: palette.green500,
|
|
33
|
-
static_black: palette.grey950,
|
|
34
|
-
static_white: palette.grey50,
|
|
35
|
-
static_overlay: palette.grey950 + opacityToHex(0.85),
|
|
36
|
-
static_grey: palette.grey700,
|
|
37
|
-
disabled: palette.grey600,
|
|
38
|
-
text_low_emphasis: palette.grey500,
|
|
39
|
-
text_high_emphasis: palette.grey50,
|
|
40
|
-
controls_bg: palette.grey900,
|
|
41
|
-
borders: palette.grey700,
|
|
42
|
-
overlay: palette.grey950 + opacityToHex(0.4),
|
|
43
|
-
overlay_dark: palette.grey50 + opacityToHex(0.6),
|
|
44
|
-
bars: palette.grey900,
|
|
45
|
-
content_bg: palette.grey950 + opacityToHex(0.05),
|
|
46
|
-
dark_gray: palette.grey800,
|
|
30
|
+
const colorPalette = {
|
|
31
|
+
colors,
|
|
47
32
|
};
|
|
48
33
|
|
|
49
|
-
export {
|
|
34
|
+
export { colorPalette, colors };
|
package/src/theme/constants.ts
CHANGED
|
@@ -1,49 +1,56 @@
|
|
|
1
1
|
const ref = {
|
|
2
2
|
palette: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
3
|
+
primary100: '#005fff',
|
|
4
|
+
primary150: '#123d82',
|
|
5
|
+
primary180: '#1b2c43',
|
|
6
|
+
primary20: '#ccdfff',
|
|
7
|
+
primary70: '#4c8fff',
|
|
8
|
+
|
|
9
|
+
secondary100: '#69e5f6',
|
|
10
|
+
secondary140: '#448592',
|
|
11
|
+
secondary180: '#263942',
|
|
12
|
+
secondary20: '#f0fcfe',
|
|
13
|
+
secondary60: '#a5effa',
|
|
14
|
+
|
|
15
|
+
tertiary100: '#b38af8',
|
|
16
|
+
tertiary170: '#4b446b',
|
|
17
|
+
tertiary190: '#2d3042',
|
|
18
|
+
tertiary20: '#f7f3fe',
|
|
19
|
+
tertiary60: '#d1b9fb',
|
|
20
|
+
|
|
21
|
+
success100: '#00e2a1',
|
|
22
|
+
success150: '#12715c',
|
|
23
|
+
success190: '#1d2f34',
|
|
24
|
+
success20: '#e5fcf6',
|
|
25
|
+
success60: '#66eec7',
|
|
26
|
+
|
|
27
|
+
warning100: '#dc433b',
|
|
28
|
+
warning150: '#7d3535',
|
|
29
|
+
warning190: '#31292f',
|
|
30
|
+
warning20: '#f8d9d8',
|
|
31
|
+
warning70: '#e77b76',
|
|
32
|
+
|
|
33
|
+
caution100: '#ffd646',
|
|
34
|
+
caution150: '#786c38',
|
|
35
|
+
caution180: '#353830',
|
|
36
|
+
caution20: '#fffbec',
|
|
37
|
+
caution60: '#ffe690',
|
|
38
|
+
|
|
39
|
+
neutral0: '#eff0f1',
|
|
40
|
+
neutral10: '#e3e4e5',
|
|
41
|
+
neutral100: '#0d1721',
|
|
42
|
+
neutral110: '#101213',
|
|
43
|
+
neutral120: '#000000',
|
|
44
|
+
neutral20: '#caccce',
|
|
45
|
+
neutral30: '#b0b4b7',
|
|
46
|
+
neutral40: '#979ca0',
|
|
47
|
+
neutral50: '#7e8389',
|
|
48
|
+
neutral60: '#656b72',
|
|
49
|
+
neutral70: '#4c535b',
|
|
50
|
+
neutral80: '#323b44',
|
|
51
|
+
neutral90: '#19232d',
|
|
52
|
+
|
|
53
|
+
overlay: '#0c0d0ea6',
|
|
47
54
|
},
|
|
48
55
|
};
|
|
49
56
|
|
package/src/theme/index.ts
CHANGED
package/src/theme/theme.ts
CHANGED
|
@@ -1,32 +1,38 @@
|
|
|
1
1
|
import { ImageStyle, TextStyle, ViewStyle } from 'react-native/types';
|
|
2
2
|
import { colors } from './colors';
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
ColorScheme,
|
|
5
|
+
DimensionType,
|
|
6
|
+
FontStyle,
|
|
7
|
+
FontTypes,
|
|
8
|
+
Insets,
|
|
9
|
+
} from './types';
|
|
10
|
+
import { ColorValue } from 'react-native';
|
|
4
11
|
|
|
5
12
|
export type Theme = {
|
|
6
13
|
variants: {
|
|
7
|
-
buttonSizes:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
xs: number;
|
|
16
|
-
sm: number;
|
|
17
|
-
md: number;
|
|
18
|
-
lg: number;
|
|
19
|
-
xl: number;
|
|
20
|
-
};
|
|
21
|
-
avatarSizes: {
|
|
22
|
-
xs: number;
|
|
23
|
-
sm: number;
|
|
24
|
-
md: number;
|
|
25
|
-
lg: number;
|
|
26
|
-
xl: number;
|
|
27
|
-
};
|
|
14
|
+
buttonSizes: DimensionType;
|
|
15
|
+
roundButtonSizes: DimensionType;
|
|
16
|
+
iconSizes: DimensionType;
|
|
17
|
+
avatarSizes: DimensionType;
|
|
18
|
+
fontSizes: DimensionType;
|
|
19
|
+
spacingSizes: DimensionType;
|
|
20
|
+
borderRadiusSizes: DimensionType;
|
|
21
|
+
insets: Insets;
|
|
28
22
|
};
|
|
29
23
|
typefaces: Record<FontTypes, FontStyle>;
|
|
24
|
+
defaults: {
|
|
25
|
+
color: ColorValue;
|
|
26
|
+
backgroundColor: ColorValue;
|
|
27
|
+
margin: number;
|
|
28
|
+
padding: number;
|
|
29
|
+
fontSize: number;
|
|
30
|
+
iconSize: number;
|
|
31
|
+
fontWeight: TextStyle['fontWeight'];
|
|
32
|
+
borderRadius: ViewStyle['borderRadius'];
|
|
33
|
+
borderColor: ColorValue;
|
|
34
|
+
borderWidth: ViewStyle['borderWidth'];
|
|
35
|
+
};
|
|
30
36
|
colors: ColorScheme;
|
|
31
37
|
avatar: {
|
|
32
38
|
container: ViewStyle;
|
|
@@ -171,15 +177,6 @@ export type Theme = {
|
|
|
171
177
|
buttonGroup: ViewStyle;
|
|
172
178
|
deviceControlButtons: ViewStyle;
|
|
173
179
|
};
|
|
174
|
-
callTopView: {
|
|
175
|
-
container: ViewStyle;
|
|
176
|
-
content: ViewStyle;
|
|
177
|
-
backIconContainer: ViewStyle;
|
|
178
|
-
leftElement: ViewStyle;
|
|
179
|
-
centerElement: ViewStyle;
|
|
180
|
-
rightElement: ViewStyle;
|
|
181
|
-
title: TextStyle;
|
|
182
|
-
};
|
|
183
180
|
userInfo: {
|
|
184
181
|
container: ViewStyle;
|
|
185
182
|
avatarGroup: ViewStyle;
|
|
@@ -279,10 +276,27 @@ export type Theme = {
|
|
|
279
276
|
buttonIcon: ViewStyle;
|
|
280
277
|
buttonText: TextStyle;
|
|
281
278
|
};
|
|
279
|
+
|
|
280
|
+
// Index signature for additional dynamic properties
|
|
281
|
+
[component: string]: any;
|
|
282
282
|
};
|
|
283
283
|
|
|
284
284
|
export const defaultTheme: Theme = {
|
|
285
285
|
variants: {
|
|
286
|
+
roundButtonSizes: {
|
|
287
|
+
xs: 16,
|
|
288
|
+
sm: 24,
|
|
289
|
+
md: 36,
|
|
290
|
+
lg: 44,
|
|
291
|
+
xl: 56,
|
|
292
|
+
},
|
|
293
|
+
borderRadiusSizes: {
|
|
294
|
+
xs: 4,
|
|
295
|
+
sm: 8,
|
|
296
|
+
md: 16,
|
|
297
|
+
lg: 24,
|
|
298
|
+
xl: 32,
|
|
299
|
+
},
|
|
286
300
|
buttonSizes: {
|
|
287
301
|
xs: 40,
|
|
288
302
|
sm: 50,
|
|
@@ -304,6 +318,26 @@ export const defaultTheme: Theme = {
|
|
|
304
318
|
lg: 160,
|
|
305
319
|
xl: 180,
|
|
306
320
|
},
|
|
321
|
+
spacingSizes: {
|
|
322
|
+
xs: 4,
|
|
323
|
+
sm: 8,
|
|
324
|
+
md: 16,
|
|
325
|
+
lg: 24,
|
|
326
|
+
xl: 32,
|
|
327
|
+
},
|
|
328
|
+
fontSizes: {
|
|
329
|
+
xs: 8,
|
|
330
|
+
sm: 12,
|
|
331
|
+
md: 16,
|
|
332
|
+
lg: 20,
|
|
333
|
+
xl: 24,
|
|
334
|
+
},
|
|
335
|
+
insets: {
|
|
336
|
+
top: 0,
|
|
337
|
+
right: 0,
|
|
338
|
+
bottom: 0,
|
|
339
|
+
left: 0,
|
|
340
|
+
},
|
|
307
341
|
},
|
|
308
342
|
typefaces: {
|
|
309
343
|
heading4: {
|
|
@@ -335,6 +369,18 @@ export const defaultTheme: Theme = {
|
|
|
335
369
|
fontWeight: '400',
|
|
336
370
|
},
|
|
337
371
|
},
|
|
372
|
+
defaults: {
|
|
373
|
+
color: colors.primary,
|
|
374
|
+
backgroundColor: colors.sheetPrimary,
|
|
375
|
+
margin: 10,
|
|
376
|
+
padding: 10,
|
|
377
|
+
fontSize: 16,
|
|
378
|
+
fontWeight: '500',
|
|
379
|
+
borderRadius: 32,
|
|
380
|
+
iconSize: 28,
|
|
381
|
+
borderColor: colors.buttonPrimary,
|
|
382
|
+
borderWidth: 1,
|
|
383
|
+
},
|
|
338
384
|
colors: colors,
|
|
339
385
|
avatar: {
|
|
340
386
|
container: {},
|
|
@@ -483,15 +529,6 @@ export const defaultTheme: Theme = {
|
|
|
483
529
|
deviceControlButtons: {},
|
|
484
530
|
},
|
|
485
531
|
ringingCallContent: { container: {} },
|
|
486
|
-
callTopView: {
|
|
487
|
-
container: {},
|
|
488
|
-
content: {},
|
|
489
|
-
backIconContainer: {},
|
|
490
|
-
leftElement: {},
|
|
491
|
-
centerElement: {},
|
|
492
|
-
rightElement: {},
|
|
493
|
-
title: {},
|
|
494
|
-
},
|
|
495
532
|
userInfo: {
|
|
496
533
|
container: {},
|
|
497
534
|
avatarGroup: {},
|
package/src/theme/types.ts
CHANGED
|
@@ -1,30 +1,39 @@
|
|
|
1
1
|
import { ColorValue, TextStyle } from 'react-native';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
/**
|
|
4
|
+
* ColorScheme defines the complete color palette for the application's theme.
|
|
5
|
+
* It provides a centralized type definition for maintaining consistent colors
|
|
6
|
+
* across different UI components and contexts.
|
|
7
|
+
*/
|
|
4
8
|
export type ColorScheme = {
|
|
5
9
|
primary: ColorValue;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
10
|
+
secondary: ColorValue;
|
|
11
|
+
success: ColorValue;
|
|
12
|
+
warning: ColorValue;
|
|
13
|
+
|
|
14
|
+
buttonPrimary: ColorValue;
|
|
15
|
+
buttonSecondary: ColorValue;
|
|
16
|
+
buttonSuccess: ColorValue;
|
|
17
|
+
buttonWarning: ColorValue;
|
|
18
|
+
buttonDisabled: ColorValue;
|
|
19
|
+
|
|
20
|
+
iconPrimary: ColorValue;
|
|
21
|
+
iconSecondary: ColorValue;
|
|
22
|
+
iconSuccess: ColorValue;
|
|
23
|
+
iconWarning: ColorValue;
|
|
24
|
+
|
|
25
|
+
sheetPrimary: ColorValue;
|
|
26
|
+
sheetSecondary: ColorValue;
|
|
27
|
+
sheetTertiary: ColorValue;
|
|
28
|
+
sheetOverlay: ColorValue;
|
|
29
|
+
|
|
30
|
+
textPrimary: ColorValue;
|
|
31
|
+
textSecondary: ColorValue;
|
|
32
|
+
|
|
22
33
|
// allow any other color
|
|
23
34
|
[key: string]: ColorValue;
|
|
24
35
|
};
|
|
25
36
|
|
|
26
|
-
export type ColorType = Record<'light' | 'dark', ColorScheme>;
|
|
27
|
-
|
|
28
37
|
export type FontTypes =
|
|
29
38
|
| 'heading4'
|
|
30
39
|
| 'heading5'
|
|
@@ -38,6 +47,48 @@ export type FontStyle = {
|
|
|
38
47
|
fontWeight: TextStyle['fontWeight'];
|
|
39
48
|
};
|
|
40
49
|
|
|
41
|
-
|
|
50
|
+
/**
|
|
51
|
+
* DimensionType defines a set of standardized size values for component scaling.
|
|
52
|
+
* Each property represents a size tier from extra small (xs) to extra large (xl).
|
|
53
|
+
*
|
|
54
|
+
* @property xs - Extra small size (typically used for minimal spacing or compact elements)
|
|
55
|
+
* @property sm - Small size (used for tight but readable spacing)
|
|
56
|
+
* @property md - Medium size (default size for most components)
|
|
57
|
+
* @property lg - Large size (used for emphasized or prominent elements)
|
|
58
|
+
* @property xl - Extra large size (used for maximum emphasis or touch targets)
|
|
59
|
+
*
|
|
60
|
+
* Common use cases:
|
|
61
|
+
* - Padding and margin values
|
|
62
|
+
* - Icon sizes
|
|
63
|
+
* - Button dimensions
|
|
64
|
+
* - Component spacing
|
|
65
|
+
*/
|
|
66
|
+
export type DimensionType = {
|
|
67
|
+
xs: number;
|
|
68
|
+
sm: number;
|
|
69
|
+
md: number;
|
|
70
|
+
lg: number;
|
|
71
|
+
xl: number;
|
|
72
|
+
};
|
|
42
73
|
|
|
43
|
-
|
|
74
|
+
/**
|
|
75
|
+
* Insets represent spacing measurements for the four edges of a component or screen.
|
|
76
|
+
*
|
|
77
|
+
* @property top - Distance from the upper edge (e.g., status bar, notch)
|
|
78
|
+
* @property right - Distance from the right edge (e.g., curved screen edges)
|
|
79
|
+
* @property bottom - Distance from the bottom edge (e.g., home indicator, navigation bar)
|
|
80
|
+
* @property left - Distance from the left edge (e.g., curved screen edges)
|
|
81
|
+
*
|
|
82
|
+
* Common use cases:
|
|
83
|
+
* - Safe area padding to avoid device UI elements
|
|
84
|
+
* - Component internal padding
|
|
85
|
+
* - Layout margin spacing
|
|
86
|
+
*/
|
|
87
|
+
export type Insets = {
|
|
88
|
+
top: number;
|
|
89
|
+
right: number;
|
|
90
|
+
bottom: number;
|
|
91
|
+
left: number;
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
export type FontsScheme = Record<FontTypes, FontStyle>;
|
package/src/translations/en.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"End Stream": "End Stream",
|
|
12
12
|
"Leave Stream": "Leave Stream",
|
|
13
13
|
"Live": "Live",
|
|
14
|
-
"Before
|
|
14
|
+
"Before joining": "Before joining",
|
|
15
15
|
"Setup your audio and video": "Setup your audio and video",
|
|
16
16
|
"Setup your audio": "Setup your audio",
|
|
17
17
|
"You are first to Join the call.": "You are first to Join the call.",
|
|
@@ -23,5 +23,9 @@
|
|
|
23
23
|
"{{ numberOfParticipants }} participant(s) are in the call.": "{{ numberOfParticipants }} participant(s) are in the call.",
|
|
24
24
|
"You are about to join a call with id {{ callId }}.": "You are about to join a call with id {{ callId }}.",
|
|
25
25
|
"Preparing call": "Preparing call",
|
|
26
|
-
"You have left the call": "You have left the call"
|
|
27
|
-
|
|
26
|
+
"You have left the call": "You have left the call",
|
|
27
|
+
"You are about to join a call.": "You are about to join a call.",
|
|
28
|
+
"Currently there are no other participants in the call.": "Currently there are no other participants in the call.",
|
|
29
|
+
"There is {{numberOfParticipants}} more person in the call.": "There is {{numberOfParticipants}} more person in the call.",
|
|
30
|
+
"There are {{numberOfParticipants}} more people in the call.": "There are {{numberOfParticipants}} more people in the call."
|
|
31
|
+
}
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '1.
|
|
1
|
+
export const version = '1.4.0';
|