@100mslive/react-native-room-kit 0.1.0 → 1.0.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/README.md +1 -10
- package/lib/commonjs/HMSPrebuilt.js +6 -6
- package/lib/commonjs/HMSPrebuilt.js.map +1 -1
- package/lib/commonjs/HMSRoomSetup.js +27 -30
- package/lib/commonjs/HMSRoomSetup.js.map +1 -1
- package/lib/commonjs/Icons/AlertTriangle/assets/alert-triangle-filled.png +0 -0
- package/lib/commonjs/Icons/AlertTriangle/assets/alert-triangle-filled@2x.png +0 -0
- package/lib/commonjs/Icons/AlertTriangle/assets/alert-triangle-filled@3x.png +0 -0
- package/lib/commonjs/Icons/AlertTriangle/index.js +2 -1
- package/lib/commonjs/Icons/AlertTriangle/index.js.map +1 -1
- package/lib/commonjs/Icons/Eye/assets/eye-on-small.png +0 -0
- package/lib/commonjs/Icons/Eye/assets/eye-on-small@2x.png +0 -0
- package/lib/commonjs/Icons/Eye/assets/eye-on-small@3x.png +0 -0
- package/lib/commonjs/Icons/Eye/index.js +35 -0
- package/lib/commonjs/Icons/Eye/index.js.map +1 -0
- package/lib/commonjs/Icons/Hamburger/assets/hamburger.png +0 -0
- package/lib/commonjs/Icons/Hamburger/assets/hamburger@2x.png +0 -0
- package/lib/commonjs/Icons/Hamburger/assets/hamburger@3x.png +0 -0
- package/lib/commonjs/Icons/Person/assets/person-left.png +0 -0
- package/lib/commonjs/Icons/Person/assets/person-left@2x.png +0 -0
- package/lib/commonjs/Icons/Person/assets/person-left@3x.png +0 -0
- package/lib/commonjs/Icons/Person/assets/person-off.png +0 -0
- package/lib/commonjs/Icons/Person/assets/person-off@2x.png +0 -0
- package/lib/commonjs/Icons/Person/assets/person-off@3x.png +0 -0
- package/lib/commonjs/Icons/Person/assets/person-rectangle.png +0 -0
- package/lib/commonjs/Icons/Person/assets/person-rectangle@2x.png +0 -0
- package/lib/commonjs/Icons/Person/assets/person-rectangle@3x.png +0 -0
- package/lib/commonjs/Icons/Person/index.js +2 -1
- package/lib/commonjs/Icons/Person/index.js.map +1 -1
- package/lib/commonjs/Icons/Radio/assets/radio-xlarge.png +0 -0
- package/lib/commonjs/Icons/Radio/assets/radio-xlarge@2x.png +0 -0
- package/lib/commonjs/Icons/Radio/assets/radio-xlarge@3x.png +0 -0
- package/lib/commonjs/Icons/Radio/index.js +29 -1
- package/lib/commonjs/Icons/Radio/index.js.map +1 -1
- package/lib/commonjs/Icons/Search/assets/search.png +0 -0
- package/lib/commonjs/Icons/Search/assets/search@2x.png +0 -0
- package/lib/commonjs/Icons/Search/assets/search@3x.png +0 -0
- package/lib/commonjs/Icons/Search/index.js +34 -0
- package/lib/commonjs/Icons/Search/index.js.map +1 -0
- package/lib/commonjs/Icons/Stop/assets/stop.png +0 -0
- package/lib/commonjs/Icons/Stop/assets/stop@2x.png +0 -0
- package/lib/commonjs/Icons/Stop/assets/stop@3x.png +0 -0
- package/lib/commonjs/Icons/Stop/index.js.map +1 -1
- package/lib/commonjs/Icons/index.js +22 -0
- package/lib/commonjs/Icons/index.js.map +1 -1
- package/lib/commonjs/assets/audio-level-white.json +1271 -0
- package/lib/commonjs/assets/empty-chat-illustration/empty-chat.png +0 -0
- package/lib/commonjs/assets/empty-chat-illustration/empty-chat@2x.png +0 -0
- package/lib/commonjs/assets/empty-chat-illustration/empty-chat@3x.png +0 -0
- package/lib/commonjs/assets/welcome.png +0 -0
- package/lib/commonjs/components/AnimatedFooter.js +35 -0
- package/lib/commonjs/components/AnimatedFooter.js.map +1 -0
- package/lib/commonjs/components/AnimatedHLSFooter.js +36 -0
- package/lib/commonjs/components/AnimatedHLSFooter.js.map +1 -0
- package/lib/commonjs/components/AnimatedHeader.js +44 -0
- package/lib/commonjs/components/AnimatedHeader.js.map +1 -0
- package/lib/commonjs/components/BottomSheet.js +6 -3
- package/lib/commonjs/components/BottomSheet.js.map +1 -1
- package/lib/commonjs/components/ChangeNameModalContent.js +0 -12
- package/lib/commonjs/components/ChangeNameModalContent.js.map +1 -1
- package/lib/commonjs/components/Chat/ChatBanner.js +35 -55
- package/lib/commonjs/components/Chat/ChatBanner.js.map +1 -1
- package/lib/commonjs/components/Chat/ChatFilterBottomSheetOpener.js +83 -0
- package/lib/commonjs/components/Chat/ChatFilterBottomSheetOpener.js.map +1 -0
- package/lib/commonjs/components/Chat/ChatFilterBottomSheetView.js +69 -0
- package/lib/commonjs/components/Chat/ChatFilterBottomSheetView.js.map +1 -0
- package/lib/commonjs/components/Chat/ChatFilterItem.js +71 -0
- package/lib/commonjs/components/Chat/ChatFilterItem.js.map +1 -0
- package/lib/commonjs/components/Chat/ChatFilterView.js +198 -0
- package/lib/commonjs/components/Chat/ChatFilterView.js.map +1 -0
- package/lib/commonjs/components/Chat/ChatList.js +6 -6
- package/lib/commonjs/components/Chat/ChatList.js.map +1 -1
- package/lib/commonjs/components/Chat/ChatMessage.js +35 -135
- package/lib/commonjs/components/Chat/ChatMessage.js.map +1 -1
- package/lib/commonjs/components/Chat/PinnedMessage.js +39 -43
- package/lib/commonjs/components/Chat/PinnedMessage.js.map +1 -1
- package/lib/commonjs/components/ChatAndParticipants/ChatAndParticipantsBottomSheet.js +42 -0
- package/lib/commonjs/components/ChatAndParticipants/ChatAndParticipantsBottomSheet.js.map +1 -0
- package/lib/commonjs/components/ChatAndParticipants/ChatAndParticipantsHeader.js +105 -0
- package/lib/commonjs/components/ChatAndParticipants/ChatAndParticipantsHeader.js.map +1 -0
- package/lib/commonjs/components/ChatAndParticipants/ChatAndParticipantsView.js +66 -0
- package/lib/commonjs/components/ChatAndParticipants/ChatAndParticipantsView.js.map +1 -0
- package/lib/commonjs/components/ChatAndParticipants/ChatView.js +37 -0
- package/lib/commonjs/components/ChatAndParticipants/ChatView.js.map +1 -0
- package/lib/commonjs/components/{Participants/SearchableParticipantsView.js → ChatAndParticipants/ParticipantsView.js} +24 -12
- package/lib/commonjs/components/ChatAndParticipants/ParticipantsView.js.map +1 -0
- package/lib/commonjs/components/ChatAndParticipants/index.js +17 -0
- package/lib/commonjs/components/ChatAndParticipants/index.js.map +1 -0
- package/lib/commonjs/components/CompanyLogo.js +5 -4
- package/lib/commonjs/components/CompanyLogo.js.map +1 -1
- package/lib/commonjs/components/DefaultModal.js +2 -6
- package/lib/commonjs/components/DefaultModal.js.map +1 -1
- package/lib/commonjs/components/DisplayView.js +9 -21
- package/lib/commonjs/components/DisplayView.js.map +1 -1
- package/lib/commonjs/components/EndRoomModalContent.js +20 -6
- package/lib/commonjs/components/EndRoomModalContent.js.map +1 -1
- package/lib/commonjs/components/Footer.js +41 -27
- package/lib/commonjs/components/Footer.js.map +1 -1
- package/lib/commonjs/components/FullScreenVideoView.js +74 -0
- package/lib/commonjs/components/FullScreenVideoView.js.map +1 -0
- package/lib/commonjs/components/GridView.js +129 -48
- package/lib/commonjs/components/GridView.js.map +1 -1
- package/lib/commonjs/components/{ParticipantsModal.js → HLSFooter.js} +19 -27
- package/lib/commonjs/components/HLSFooter.js.map +1 -0
- package/lib/commonjs/components/HLSView.js +10 -22
- package/lib/commonjs/components/HLSView.js.map +1 -1
- package/lib/commonjs/components/HMSChat.js +15 -14
- package/lib/commonjs/components/HMSChat.js.map +1 -1
- package/lib/commonjs/components/HMSHLSMessage.js +67 -0
- package/lib/commonjs/components/HMSHLSMessage.js.map +1 -0
- package/lib/commonjs/components/HMSHLSMessageList.js +58 -0
- package/lib/commonjs/components/HMSHLSMessageList.js.map +1 -0
- package/lib/commonjs/components/HMSHLSNotStarted.js +27 -24
- package/lib/commonjs/components/HMSHLSNotStarted.js.map +1 -1
- package/lib/commonjs/components/HMSHandRaiseNotification.js +84 -0
- package/lib/commonjs/components/HMSHandRaiseNotification.js.map +1 -0
- package/lib/commonjs/components/HMSKeyboardAvoidingView.js +49 -0
- package/lib/commonjs/components/HMSKeyboardAvoidingView.js.map +1 -0
- package/lib/commonjs/components/HMSLiveIndicator.js +105 -0
- package/lib/commonjs/components/HMSLiveIndicator.js.map +1 -0
- package/lib/commonjs/components/HMSLocalScreenshareNotification.js +38 -0
- package/lib/commonjs/components/HMSLocalScreenshareNotification.js.map +1 -0
- package/lib/commonjs/components/HMSLocalVideoView.js +4 -23
- package/lib/commonjs/components/HMSLocalVideoView.js.map +1 -1
- package/lib/commonjs/components/HMSManageAudioOutput.js +7 -1
- package/lib/commonjs/components/HMSManageAudioOutput.js.map +1 -1
- package/lib/commonjs/components/HMSManageLeave.js +47 -37
- package/lib/commonjs/components/HMSManageLeave.js.map +1 -1
- package/lib/commonjs/components/HMSManageRaiseHand.js +2 -15
- package/lib/commonjs/components/HMSManageRaiseHand.js.map +1 -1
- package/lib/commonjs/components/HMSNotification.js +96 -0
- package/lib/commonjs/components/HMSNotification.js.map +1 -0
- package/lib/commonjs/components/HMSNotifications.js +114 -0
- package/lib/commonjs/components/HMSNotifications.js.map +1 -0
- package/lib/commonjs/components/HMSOverlayChatView.js +30 -0
- package/lib/commonjs/components/HMSOverlayChatView.js.map +1 -0
- package/lib/commonjs/components/HMSPreviewJoinButton.js +1 -2
- package/lib/commonjs/components/HMSPreviewJoinButton.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewNetworkQuality.js +1 -1
- package/lib/commonjs/components/HMSPreviewNetworkQuality.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewSubtitle.js +1 -3
- package/lib/commonjs/components/HMSPreviewSubtitle.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewTitle.js +1 -3
- package/lib/commonjs/components/HMSPreviewTitle.js.map +1 -1
- package/lib/commonjs/components/HMSRecordingIndicator.js +7 -3
- package/lib/commonjs/components/HMSRecordingIndicator.js.map +1 -1
- package/lib/commonjs/components/HMSRoleChangeDeclinedNotification.js +30 -0
- package/lib/commonjs/components/HMSRoleChangeDeclinedNotification.js.map +1 -0
- package/lib/commonjs/components/HMSSendMessageInput.js +57 -0
- package/lib/commonjs/components/HMSSendMessageInput.js.map +1 -0
- package/lib/commonjs/components/HMSTextInput.js +98 -12
- package/lib/commonjs/components/HMSTextInput.js.map +1 -1
- package/lib/commonjs/components/HMSVideoView.js +43 -0
- package/lib/commonjs/components/HMSVideoView.js.map +1 -0
- package/lib/commonjs/components/Header.js +19 -123
- package/lib/commonjs/components/Header.js.map +1 -1
- package/lib/commonjs/components/LocalPeerScreenshareView.js +1 -7
- package/lib/commonjs/components/LocalPeerScreenshareView.js.map +1 -1
- package/lib/commonjs/components/Meeting.js +7 -5
- package/lib/commonjs/components/Meeting.js.map +1 -1
- package/lib/commonjs/components/MeetingScreenContent.js +23 -9
- package/lib/commonjs/components/MeetingScreenContent.js.map +1 -1
- package/lib/commonjs/components/MenuModal/Menu.js +2 -2
- package/lib/commonjs/components/MenuModal/Menu.js.map +1 -1
- package/lib/commonjs/components/MiniView.js +8 -3
- package/lib/commonjs/components/MiniView.js.map +1 -1
- package/lib/commonjs/components/Modals.js +88 -317
- package/lib/commonjs/components/Modals.js.map +1 -1
- package/lib/commonjs/components/OverlayContainer.js +41 -0
- package/lib/commonjs/components/OverlayContainer.js.map +1 -0
- package/lib/commonjs/components/OverlayedViews.js +22 -0
- package/lib/commonjs/components/OverlayedViews.js.map +1 -0
- package/lib/commonjs/components/PaginationDots.js +4 -4
- package/lib/commonjs/components/PaginationDots.js.map +1 -1
- package/lib/commonjs/components/Participants/ParticipantsGroupHeader.js +131 -0
- package/lib/commonjs/components/Participants/ParticipantsGroupHeader.js.map +1 -0
- package/lib/commonjs/components/Participants/ParticipantsGroupOptions.js +80 -0
- package/lib/commonjs/components/Participants/ParticipantsGroupOptions.js.map +1 -0
- package/lib/commonjs/components/Participants/ParticipantsItem.js +132 -0
- package/lib/commonjs/components/Participants/ParticipantsItem.js.map +1 -0
- package/lib/commonjs/components/Participants/ParticipantsItemOption.js +46 -0
- package/lib/commonjs/components/Participants/ParticipantsItemOption.js.map +1 -0
- package/lib/commonjs/components/Participants/ParticipantsItemOptions.js +220 -0
- package/lib/commonjs/components/Participants/ParticipantsItemOptions.js.map +1 -0
- package/lib/commonjs/components/Participants/ParticipantsList.js +40 -224
- package/lib/commonjs/components/Participants/ParticipantsList.js.map +1 -1
- package/lib/commonjs/components/Participants/ParticipantsSeachInput.js +36 -30
- package/lib/commonjs/components/Participants/ParticipantsSeachInput.js.map +1 -1
- package/lib/commonjs/components/Participants/index.js +0 -33
- package/lib/commonjs/components/Participants/index.js.map +1 -1
- package/lib/commonjs/components/PeerMinimizedView.js +1 -1
- package/lib/commonjs/components/PeerSettingsModalContent.js +47 -123
- package/lib/commonjs/components/PeerSettingsModalContent.js.map +1 -1
- package/lib/commonjs/components/PeerVideoTile/AvatarView.js +19 -5
- package/lib/commonjs/components/PeerVideoTile/AvatarView.js.map +1 -1
- package/lib/commonjs/components/PeerVideoTile/HMSFullScreenButton.js +45 -0
- package/lib/commonjs/components/PeerVideoTile/HMSFullScreenButton.js.map +1 -0
- package/lib/commonjs/components/PeerVideoTile/HMSPinchGesture.js +202 -0
- package/lib/commonjs/components/PeerVideoTile/HMSPinchGesture.js.map +1 -0
- package/lib/commonjs/components/PeerVideoTile/{PeerAudioMutedIndicator.js → PeerAudioIndicator.js} +30 -4
- package/lib/commonjs/components/PeerVideoTile/PeerAudioIndicator.js.map +1 -0
- package/lib/commonjs/components/PeerVideoTile/PeerNameAndNetwork.js +10 -2
- package/lib/commonjs/components/PeerVideoTile/PeerNameAndNetwork.js.map +1 -1
- package/lib/commonjs/components/PeerVideoTile/PeerVideoTileView.js +38 -17
- package/lib/commonjs/components/PeerVideoTile/PeerVideoTileView.js.map +1 -1
- package/lib/commonjs/components/PeerVideoTile/VideoView.js +43 -10
- package/lib/commonjs/components/PeerVideoTile/VideoView.js.map +1 -1
- package/lib/commonjs/components/PressableIcon.js +10 -5
- package/lib/commonjs/components/PressableIcon.js.map +1 -1
- package/lib/commonjs/components/Preview.js +5 -14
- package/lib/commonjs/components/Preview.js.map +1 -1
- package/lib/commonjs/components/PreviewForRoleChangeModal.js +332 -0
- package/lib/commonjs/components/PreviewForRoleChangeModal.js.map +1 -0
- package/lib/commonjs/components/ReconnectionView.js +66 -0
- package/lib/commonjs/components/ReconnectionView.js.map +1 -0
- package/lib/commonjs/components/RoomSettingsModalContent.js +25 -33
- package/lib/commonjs/components/RoomSettingsModalContent.js.map +1 -1
- package/lib/commonjs/components/RoomSettingsModalDebugModeContent.js +31 -70
- package/lib/commonjs/components/RoomSettingsModalDebugModeContent.js.map +1 -1
- package/lib/commonjs/components/StatusBar.js +7 -5
- package/lib/commonjs/components/StatusBar.js.map +1 -1
- package/lib/commonjs/components/StopRecordingModalContent.js.map +1 -1
- package/lib/commonjs/components/StreamingQualityModalContent.js +8 -9
- package/lib/commonjs/components/StreamingQualityModalContent.js.map +1 -1
- package/lib/commonjs/components/TilesContainer.js +31 -9
- package/lib/commonjs/components/TilesContainer.js.map +1 -1
- package/lib/commonjs/components/WebrtcView.js +11 -14
- package/lib/commonjs/components/WebrtcView.js.map +1 -1
- package/lib/commonjs/components/WelcomeInMeeting.js +7 -31
- package/lib/commonjs/components/WelcomeInMeeting.js.map +1 -1
- package/lib/commonjs/components/index.js +0 -33
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/hooks-util-selectors.js +43 -9
- package/lib/commonjs/hooks-util-selectors.js.map +1 -1
- package/lib/commonjs/hooks-util.js +619 -213
- package/lib/commonjs/hooks-util.js.map +1 -1
- package/lib/commonjs/modules/HMSManager.js +3 -3
- package/lib/commonjs/modules/HMSManager.js.map +1 -1
- package/lib/commonjs/modules/parser.js +2 -3
- package/lib/commonjs/modules/parser.js.map +1 -1
- package/lib/commonjs/redux/actionTypes.js +25 -1
- package/lib/commonjs/redux/actionTypes.js.map +1 -1
- package/lib/commonjs/redux/actions/index.js +90 -1
- package/lib/commonjs/redux/actions/index.js.map +1 -1
- package/lib/commonjs/redux/reducers/appState.js +77 -2
- package/lib/commonjs/redux/reducers/appState.js.map +1 -1
- package/lib/commonjs/redux/reducers/chatWindow.js +3 -7
- package/lib/commonjs/redux/reducers/chatWindow.js.map +1 -1
- package/lib/commonjs/redux/reducers/hmsStates.js +70 -7
- package/lib/commonjs/redux/reducers/hmsStates.js.map +1 -1
- package/lib/commonjs/utils/functions.js +11 -4
- package/lib/commonjs/utils/functions.js.map +1 -1
- package/lib/commonjs/utils/theme.js +2 -0
- package/lib/commonjs/utils/theme.js.map +1 -1
- package/lib/commonjs/utils/types.js +9 -3
- package/lib/commonjs/utils/types.js.map +1 -1
- package/lib/commonjs/utils.js +8 -1
- package/lib/commonjs/utils.js.map +1 -1
- package/lib/module/HMSPrebuilt.js +6 -6
- package/lib/module/HMSPrebuilt.js.map +1 -1
- package/lib/module/HMSRoomSetup.js +29 -32
- package/lib/module/HMSRoomSetup.js.map +1 -1
- package/lib/module/Icons/AlertTriangle/assets/alert-triangle-filled.png +0 -0
- package/lib/module/Icons/AlertTriangle/assets/alert-triangle-filled@2x.png +0 -0
- package/lib/module/Icons/AlertTriangle/assets/alert-triangle-filled@3x.png +0 -0
- package/lib/module/Icons/AlertTriangle/index.js +2 -1
- package/lib/module/Icons/AlertTriangle/index.js.map +1 -1
- package/lib/module/Icons/Eye/assets/eye-on-small.png +0 -0
- package/lib/module/Icons/Eye/assets/eye-on-small@2x.png +0 -0
- package/lib/module/Icons/Eye/assets/eye-on-small@3x.png +0 -0
- package/lib/module/Icons/Eye/index.js +27 -0
- package/lib/module/Icons/Eye/index.js.map +1 -0
- package/lib/module/Icons/Hamburger/assets/hamburger.png +0 -0
- package/lib/module/Icons/Hamburger/assets/hamburger@2x.png +0 -0
- package/lib/module/Icons/Hamburger/assets/hamburger@3x.png +0 -0
- package/lib/module/Icons/Person/assets/person-left.png +0 -0
- package/lib/module/Icons/Person/assets/person-left@2x.png +0 -0
- package/lib/module/Icons/Person/assets/person-left@3x.png +0 -0
- package/lib/module/Icons/Person/assets/person-off.png +0 -0
- package/lib/module/Icons/Person/assets/person-off@2x.png +0 -0
- package/lib/module/Icons/Person/assets/person-off@3x.png +0 -0
- package/lib/module/Icons/Person/assets/person-rectangle.png +0 -0
- package/lib/module/Icons/Person/assets/person-rectangle@2x.png +0 -0
- package/lib/module/Icons/Person/assets/person-rectangle@3x.png +0 -0
- package/lib/module/Icons/Person/index.js +2 -1
- package/lib/module/Icons/Person/index.js.map +1 -1
- package/lib/module/Icons/Radio/assets/radio-xlarge.png +0 -0
- package/lib/module/Icons/Radio/assets/radio-xlarge@2x.png +0 -0
- package/lib/module/Icons/Radio/assets/radio-xlarge@3x.png +0 -0
- package/lib/module/Icons/Radio/index.js +30 -2
- package/lib/module/Icons/Radio/index.js.map +1 -1
- package/lib/module/Icons/Search/assets/search.png +0 -0
- package/lib/module/Icons/Search/assets/search@2x.png +0 -0
- package/lib/module/Icons/Search/assets/search@3x.png +0 -0
- package/lib/module/Icons/Search/index.js +26 -0
- package/lib/module/Icons/Search/index.js.map +1 -0
- package/lib/module/Icons/Stop/assets/stop.png +0 -0
- package/lib/module/Icons/Stop/assets/stop@2x.png +0 -0
- package/lib/module/Icons/Stop/assets/stop@3x.png +0 -0
- package/lib/module/Icons/Stop/index.js.map +1 -1
- package/lib/module/Icons/index.js +2 -0
- package/lib/module/Icons/index.js.map +1 -1
- package/lib/module/assets/audio-level-white.json +1271 -0
- package/lib/module/assets/empty-chat-illustration/empty-chat.png +0 -0
- package/lib/module/assets/empty-chat-illustration/empty-chat@2x.png +0 -0
- package/lib/module/assets/empty-chat-illustration/empty-chat@3x.png +0 -0
- package/lib/module/assets/welcome.png +0 -0
- package/lib/module/components/AnimatedFooter.js +26 -0
- package/lib/module/components/AnimatedFooter.js.map +1 -0
- package/lib/module/components/AnimatedHLSFooter.js +27 -0
- package/lib/module/components/AnimatedHLSFooter.js.map +1 -0
- package/lib/module/components/AnimatedHeader.js +35 -0
- package/lib/module/components/AnimatedHeader.js.map +1 -0
- package/lib/module/components/BottomSheet.js +6 -3
- package/lib/module/components/BottomSheet.js.map +1 -1
- package/lib/module/components/ChangeNameModalContent.js +2 -14
- package/lib/module/components/ChangeNameModalContent.js.map +1 -1
- package/lib/module/components/Chat/ChatBanner.js +36 -55
- package/lib/module/components/Chat/ChatBanner.js.map +1 -1
- package/lib/module/components/Chat/ChatFilterBottomSheetOpener.js +74 -0
- package/lib/module/components/Chat/ChatFilterBottomSheetOpener.js.map +1 -0
- package/lib/module/components/Chat/ChatFilterBottomSheetView.js +60 -0
- package/lib/module/components/Chat/ChatFilterBottomSheetView.js.map +1 -0
- package/lib/module/components/Chat/ChatFilterItem.js +62 -0
- package/lib/module/components/Chat/ChatFilterItem.js.map +1 -0
- package/lib/module/components/Chat/ChatFilterView.js +189 -0
- package/lib/module/components/Chat/ChatFilterView.js.map +1 -0
- package/lib/module/components/Chat/ChatList.js +6 -6
- package/lib/module/components/Chat/ChatList.js.map +1 -1
- package/lib/module/components/Chat/ChatMessage.js +36 -135
- package/lib/module/components/Chat/ChatMessage.js.map +1 -1
- package/lib/module/components/Chat/PinnedMessage.js +40 -43
- package/lib/module/components/Chat/PinnedMessage.js.map +1 -1
- package/lib/module/components/ChatAndParticipants/ChatAndParticipantsBottomSheet.js +33 -0
- package/lib/module/components/ChatAndParticipants/ChatAndParticipantsBottomSheet.js.map +1 -0
- package/lib/module/components/ChatAndParticipants/ChatAndParticipantsHeader.js +96 -0
- package/lib/module/components/ChatAndParticipants/ChatAndParticipantsHeader.js.map +1 -0
- package/lib/module/components/ChatAndParticipants/ChatAndParticipantsView.js +57 -0
- package/lib/module/components/ChatAndParticipants/ChatAndParticipantsView.js.map +1 -0
- package/lib/module/components/ChatAndParticipants/ChatView.js +28 -0
- package/lib/module/components/ChatAndParticipants/ChatView.js.map +1 -0
- package/lib/module/components/ChatAndParticipants/ParticipantsView.js +30 -0
- package/lib/module/components/ChatAndParticipants/ParticipantsView.js.map +1 -0
- package/lib/module/components/ChatAndParticipants/index.js +2 -0
- package/lib/module/components/ChatAndParticipants/index.js.map +1 -0
- package/lib/module/components/CompanyLogo.js +5 -4
- package/lib/module/components/CompanyLogo.js.map +1 -1
- package/lib/module/components/DefaultModal.js +2 -6
- package/lib/module/components/DefaultModal.js.map +1 -1
- package/lib/module/components/DisplayView.js +10 -22
- package/lib/module/components/DisplayView.js.map +1 -1
- package/lib/module/components/EndRoomModalContent.js +20 -6
- package/lib/module/components/EndRoomModalContent.js.map +1 -1
- package/lib/module/components/Footer.js +43 -29
- package/lib/module/components/Footer.js.map +1 -1
- package/lib/module/components/FullScreenVideoView.js +64 -0
- package/lib/module/components/FullScreenVideoView.js.map +1 -0
- package/lib/module/components/GridView.js +130 -49
- package/lib/module/components/GridView.js.map +1 -1
- package/lib/module/components/HLSFooter.js +26 -0
- package/lib/module/components/HLSFooter.js.map +1 -0
- package/lib/module/components/HLSView.js +11 -23
- package/lib/module/components/HLSView.js.map +1 -1
- package/lib/module/components/HMSChat.js +16 -15
- package/lib/module/components/HMSChat.js.map +1 -1
- package/lib/module/components/HMSHLSMessage.js +58 -0
- package/lib/module/components/HMSHLSMessage.js.map +1 -0
- package/lib/module/components/HMSHLSMessageList.js +49 -0
- package/lib/module/components/HMSHLSMessageList.js.map +1 -0
- package/lib/module/components/HMSHLSNotStarted.js +29 -26
- package/lib/module/components/HMSHLSNotStarted.js.map +1 -1
- package/lib/module/components/HMSHandRaiseNotification.js +75 -0
- package/lib/module/components/HMSHandRaiseNotification.js.map +1 -0
- package/lib/module/components/HMSKeyboardAvoidingView.js +40 -0
- package/lib/module/components/HMSKeyboardAvoidingView.js.map +1 -0
- package/lib/module/components/HMSLiveIndicator.js +96 -0
- package/lib/module/components/HMSLiveIndicator.js.map +1 -0
- package/lib/module/components/HMSLocalScreenshareNotification.js +29 -0
- package/lib/module/components/HMSLocalScreenshareNotification.js.map +1 -0
- package/lib/module/components/HMSLocalVideoView.js +4 -23
- package/lib/module/components/HMSLocalVideoView.js.map +1 -1
- package/lib/module/components/HMSManageAudioOutput.js +8 -2
- package/lib/module/components/HMSManageAudioOutput.js.map +1 -1
- package/lib/module/components/HMSManageLeave.js +49 -39
- package/lib/module/components/HMSManageLeave.js.map +1 -1
- package/lib/module/components/HMSManageRaiseHand.js +2 -15
- package/lib/module/components/HMSManageRaiseHand.js.map +1 -1
- package/lib/module/components/HMSNotification.js +87 -0
- package/lib/module/components/HMSNotification.js.map +1 -0
- package/lib/module/components/HMSNotifications.js +105 -0
- package/lib/module/components/HMSNotifications.js.map +1 -0
- package/lib/module/components/HMSOverlayChatView.js +20 -0
- package/lib/module/components/HMSOverlayChatView.js.map +1 -0
- package/lib/module/components/HMSPreviewJoinButton.js +2 -3
- package/lib/module/components/HMSPreviewJoinButton.js.map +1 -1
- package/lib/module/components/HMSPreviewNetworkQuality.js +1 -1
- package/lib/module/components/HMSPreviewNetworkQuality.js.map +1 -1
- package/lib/module/components/HMSPreviewSubtitle.js +2 -4
- package/lib/module/components/HMSPreviewSubtitle.js.map +1 -1
- package/lib/module/components/HMSPreviewTitle.js +2 -4
- package/lib/module/components/HMSPreviewTitle.js.map +1 -1
- package/lib/module/components/HMSRecordingIndicator.js +7 -3
- package/lib/module/components/HMSRecordingIndicator.js.map +1 -1
- package/lib/module/components/HMSRoleChangeDeclinedNotification.js +21 -0
- package/lib/module/components/HMSRoleChangeDeclinedNotification.js.map +1 -0
- package/lib/module/components/HMSSendMessageInput.js +48 -0
- package/lib/module/components/HMSSendMessageInput.js.map +1 -0
- package/lib/module/components/HMSTextInput.js +99 -13
- package/lib/module/components/HMSTextInput.js.map +1 -1
- package/lib/module/components/HMSVideoView.js +34 -0
- package/lib/module/components/HMSVideoView.js.map +1 -0
- package/lib/module/components/Header.js +18 -123
- package/lib/module/components/Header.js.map +1 -1
- package/lib/module/components/LocalPeerScreenshareView.js +1 -6
- package/lib/module/components/LocalPeerScreenshareView.js.map +1 -1
- package/lib/module/components/Meeting.js +9 -7
- package/lib/module/components/Meeting.js.map +1 -1
- package/lib/module/components/MeetingScreenContent.js +25 -11
- package/lib/module/components/MeetingScreenContent.js.map +1 -1
- package/lib/module/components/MenuModal/Menu.js +2 -2
- package/lib/module/components/MenuModal/Menu.js.map +1 -1
- package/lib/module/components/MiniView.js +8 -3
- package/lib/module/components/MiniView.js.map +1 -1
- package/lib/module/components/Modals.js +88 -313
- package/lib/module/components/Modals.js.map +1 -1
- package/lib/module/components/OverlayContainer.js +32 -0
- package/lib/module/components/OverlayContainer.js.map +1 -0
- package/lib/module/components/OverlayedViews.js +13 -0
- package/lib/module/components/OverlayedViews.js.map +1 -0
- package/lib/module/components/PaginationDots.js +4 -4
- package/lib/module/components/PaginationDots.js.map +1 -1
- package/lib/module/components/Participants/ParticipantsGroupHeader.js +121 -0
- package/lib/module/components/Participants/ParticipantsGroupHeader.js.map +1 -0
- package/lib/module/components/Participants/ParticipantsGroupOptions.js +71 -0
- package/lib/module/components/Participants/ParticipantsGroupOptions.js.map +1 -0
- package/lib/module/components/Participants/ParticipantsItem.js +123 -0
- package/lib/module/components/Participants/ParticipantsItem.js.map +1 -0
- package/lib/module/components/Participants/ParticipantsItemOption.js +37 -0
- package/lib/module/components/Participants/ParticipantsItemOption.js.map +1 -0
- package/lib/module/components/Participants/ParticipantsItemOptions.js +211 -0
- package/lib/module/components/Participants/ParticipantsItemOptions.js.map +1 -0
- package/lib/module/components/Participants/ParticipantsList.js +42 -225
- package/lib/module/components/Participants/ParticipantsList.js.map +1 -1
- package/lib/module/components/Participants/ParticipantsSeachInput.js +37 -30
- package/lib/module/components/Participants/ParticipantsSeachInput.js.map +1 -1
- package/lib/module/components/Participants/index.js +0 -3
- package/lib/module/components/Participants/index.js.map +1 -1
- package/lib/module/components/PeerMinimizedView.js +1 -1
- package/lib/module/components/PeerSettingsModalContent.js +50 -126
- package/lib/module/components/PeerSettingsModalContent.js.map +1 -1
- package/lib/module/components/PeerVideoTile/AvatarView.js +19 -5
- package/lib/module/components/PeerVideoTile/AvatarView.js.map +1 -1
- package/lib/module/components/PeerVideoTile/HMSFullScreenButton.js +36 -0
- package/lib/module/components/PeerVideoTile/HMSFullScreenButton.js.map +1 -0
- package/lib/module/components/PeerVideoTile/HMSPinchGesture.js +193 -0
- package/lib/module/components/PeerVideoTile/HMSPinchGesture.js.map +1 -0
- package/lib/module/components/PeerVideoTile/PeerAudioIndicator.js +60 -0
- package/lib/module/components/PeerVideoTile/PeerAudioIndicator.js.map +1 -0
- package/lib/module/components/PeerVideoTile/PeerNameAndNetwork.js +11 -3
- package/lib/module/components/PeerVideoTile/PeerNameAndNetwork.js.map +1 -1
- package/lib/module/components/PeerVideoTile/PeerVideoTileView.js +41 -20
- package/lib/module/components/PeerVideoTile/PeerVideoTileView.js.map +1 -1
- package/lib/module/components/PeerVideoTile/VideoView.js +43 -10
- package/lib/module/components/PeerVideoTile/VideoView.js.map +1 -1
- package/lib/module/components/PressableIcon.js +11 -6
- package/lib/module/components/PressableIcon.js.map +1 -1
- package/lib/module/components/Preview.js +6 -13
- package/lib/module/components/Preview.js.map +1 -1
- package/lib/module/components/PreviewForRoleChangeModal.js +322 -0
- package/lib/module/components/PreviewForRoleChangeModal.js.map +1 -0
- package/lib/module/components/ReconnectionView.js +56 -0
- package/lib/module/components/ReconnectionView.js.map +1 -0
- package/lib/module/components/RoomSettingsModalContent.js +27 -35
- package/lib/module/components/RoomSettingsModalContent.js.map +1 -1
- package/lib/module/components/RoomSettingsModalDebugModeContent.js +31 -70
- package/lib/module/components/RoomSettingsModalDebugModeContent.js.map +1 -1
- package/lib/module/components/StatusBar.js +7 -5
- package/lib/module/components/StatusBar.js.map +1 -1
- package/lib/module/components/StopRecordingModalContent.js.map +1 -1
- package/lib/module/components/StreamingQualityModalContent.js +8 -8
- package/lib/module/components/StreamingQualityModalContent.js.map +1 -1
- package/lib/module/components/TilesContainer.js +31 -9
- package/lib/module/components/TilesContainer.js.map +1 -1
- package/lib/module/components/WebrtcView.js +11 -14
- package/lib/module/components/WebrtcView.js.map +1 -1
- package/lib/module/components/WelcomeInMeeting.js +8 -32
- package/lib/module/components/WelcomeInMeeting.js.map +1 -1
- package/lib/module/components/index.js +0 -3
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/hooks-util-selectors.js +38 -8
- package/lib/module/hooks-util-selectors.js.map +1 -1
- package/lib/module/hooks-util.js +615 -213
- package/lib/module/hooks-util.js.map +1 -1
- package/lib/module/modules/HMSManager.js +3 -3
- package/lib/module/modules/HMSManager.js.map +1 -1
- package/lib/module/modules/parser.js +2 -3
- package/lib/module/modules/parser.js.map +1 -1
- package/lib/module/redux/actionTypes.js +25 -1
- package/lib/module/redux/actionTypes.js.map +1 -1
- package/lib/module/redux/actions/index.js +74 -0
- package/lib/module/redux/actions/index.js.map +1 -1
- package/lib/module/redux/reducers/appState.js +78 -2
- package/lib/module/redux/reducers/appState.js.map +1 -1
- package/lib/module/redux/reducers/chatWindow.js +3 -7
- package/lib/module/redux/reducers/chatWindow.js.map +1 -1
- package/lib/module/redux/reducers/hmsStates.js +70 -7
- package/lib/module/redux/reducers/hmsStates.js.map +1 -1
- package/lib/module/utils/functions.js +9 -3
- package/lib/module/utils/functions.js.map +1 -1
- package/lib/module/utils/theme.js +2 -0
- package/lib/module/utils/theme.js.map +1 -1
- package/lib/module/utils/types.js +6 -2
- package/lib/module/utils/types.js.map +1 -1
- package/lib/module/utils.js +6 -0
- package/lib/module/utils.js.map +1 -1
- package/lib/typescript/HMSPrebuilt.d.ts +1 -0
- package/lib/typescript/HMSPrebuilt.d.ts.map +1 -1
- package/lib/typescript/HMSRoomSetup.d.ts.map +1 -1
- package/lib/typescript/Icons/AlertTriangle/index.d.ts +1 -0
- package/lib/typescript/Icons/AlertTriangle/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Eye/index.d.ts +8 -0
- package/lib/typescript/Icons/Eye/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Person/index.d.ts +1 -0
- package/lib/typescript/Icons/Person/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Radio/index.d.ts +7 -3
- package/lib/typescript/Icons/Radio/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Search/index.d.ts +7 -0
- package/lib/typescript/Icons/Search/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Stop/index.d.ts.map +1 -1
- package/lib/typescript/Icons/index.d.ts +2 -0
- package/lib/typescript/Icons/index.d.ts.map +1 -1
- package/lib/typescript/components/AnimatedFooter.d.ts +8 -0
- package/lib/typescript/components/AnimatedFooter.d.ts.map +1 -0
- package/lib/typescript/components/AnimatedHLSFooter.d.ts +11 -0
- package/lib/typescript/components/AnimatedHLSFooter.d.ts.map +1 -0
- package/lib/typescript/components/AnimatedHeader.d.ts +7 -0
- package/lib/typescript/components/AnimatedHeader.d.ts.map +1 -0
- package/lib/typescript/components/BottomSheet.d.ts +4 -1
- package/lib/typescript/components/BottomSheet.d.ts.map +1 -1
- package/lib/typescript/components/ChangeNameModalContent.d.ts.map +1 -1
- package/lib/typescript/components/Chat/ChatBanner.d.ts +1 -1
- package/lib/typescript/components/Chat/ChatBanner.d.ts.map +1 -1
- package/lib/typescript/components/Chat/ChatFilterBottomSheetOpener.d.ts +6 -0
- package/lib/typescript/components/Chat/ChatFilterBottomSheetOpener.d.ts.map +1 -0
- package/lib/typescript/components/Chat/ChatFilterBottomSheetView.d.ts +6 -0
- package/lib/typescript/components/Chat/ChatFilterBottomSheetView.d.ts.map +1 -0
- package/lib/typescript/components/Chat/ChatFilterItem.d.ts +12 -0
- package/lib/typescript/components/Chat/ChatFilterItem.d.ts.map +1 -0
- package/lib/typescript/components/Chat/ChatFilterView.d.ts +6 -0
- package/lib/typescript/components/Chat/ChatFilterView.d.ts.map +1 -0
- package/lib/typescript/components/Chat/ChatList.d.ts.map +1 -1
- package/lib/typescript/components/Chat/ChatMessage.d.ts +2 -2
- package/lib/typescript/components/Chat/ChatMessage.d.ts.map +1 -1
- package/lib/typescript/components/Chat/PinnedMessage.d.ts.map +1 -1
- package/lib/typescript/components/ChatAndParticipants/ChatAndParticipantsBottomSheet.d.ts +3 -0
- package/lib/typescript/components/ChatAndParticipants/ChatAndParticipantsBottomSheet.d.ts.map +1 -0
- package/lib/typescript/components/ChatAndParticipants/ChatAndParticipantsHeader.d.ts +7 -0
- package/lib/typescript/components/ChatAndParticipants/ChatAndParticipantsHeader.d.ts.map +1 -0
- package/lib/typescript/components/ChatAndParticipants/ChatAndParticipantsView.d.ts +3 -0
- package/lib/typescript/components/ChatAndParticipants/ChatAndParticipantsView.d.ts.map +1 -0
- package/lib/typescript/components/ChatAndParticipants/ChatView.d.ts +6 -0
- package/lib/typescript/components/ChatAndParticipants/ChatView.d.ts.map +1 -0
- package/lib/typescript/components/ChatAndParticipants/ParticipantsView.d.ts +5 -0
- package/lib/typescript/components/ChatAndParticipants/ParticipantsView.d.ts.map +1 -0
- package/lib/typescript/components/ChatAndParticipants/index.d.ts +2 -0
- package/lib/typescript/components/ChatAndParticipants/index.d.ts.map +1 -0
- package/lib/typescript/components/CompanyLogo.d.ts.map +1 -1
- package/lib/typescript/components/DefaultModal.d.ts.map +1 -1
- package/lib/typescript/components/DisplayView.d.ts.map +1 -1
- package/lib/typescript/components/EndRoomModalContent.d.ts.map +1 -1
- package/lib/typescript/components/Footer.d.ts +0 -2
- package/lib/typescript/components/Footer.d.ts.map +1 -1
- package/lib/typescript/components/FullScreenVideoView.d.ts +3 -0
- package/lib/typescript/components/FullScreenVideoView.d.ts.map +1 -0
- package/lib/typescript/components/GridView.d.ts +12 -1
- package/lib/typescript/components/GridView.d.ts.map +1 -1
- package/lib/typescript/components/HLSFooter.d.ts +8 -0
- package/lib/typescript/components/HLSFooter.d.ts.map +1 -0
- package/lib/typescript/components/HLSView.d.ts.map +1 -1
- package/lib/typescript/components/HMSBaseButton.d.ts +2 -2
- package/lib/typescript/components/HMSBaseButton.d.ts.map +1 -1
- package/lib/typescript/components/HMSChat.d.ts.map +1 -1
- package/lib/typescript/components/HMSHLSMessage.d.ts +8 -0
- package/lib/typescript/components/HMSHLSMessage.d.ts.map +1 -0
- package/lib/typescript/components/HMSHLSMessageList.d.ts +3 -0
- package/lib/typescript/components/HMSHLSMessageList.d.ts.map +1 -0
- package/lib/typescript/components/HMSHLSNotStarted.d.ts.map +1 -1
- package/lib/typescript/components/HMSHandRaiseNotification.d.ts +10 -0
- package/lib/typescript/components/HMSHandRaiseNotification.d.ts.map +1 -0
- package/lib/typescript/components/HMSKeyboardAvoidingView.d.ts +8 -0
- package/lib/typescript/components/HMSKeyboardAvoidingView.d.ts.map +1 -0
- package/lib/typescript/components/HMSLiveIndicator.d.ts +3 -0
- package/lib/typescript/components/HMSLiveIndicator.d.ts.map +1 -0
- package/lib/typescript/components/HMSLocalScreenshareNotification.d.ts +5 -0
- package/lib/typescript/components/HMSLocalScreenshareNotification.d.ts.map +1 -0
- package/lib/typescript/components/HMSLocalVideoView.d.ts.map +1 -1
- package/lib/typescript/components/HMSManageAudioOutput.d.ts.map +1 -1
- package/lib/typescript/components/HMSManageLeave.d.ts.map +1 -1
- package/lib/typescript/components/HMSManageRaiseHand.d.ts.map +1 -1
- package/lib/typescript/components/HMSNotification.d.ts +15 -0
- package/lib/typescript/components/HMSNotification.d.ts.map +1 -0
- package/lib/typescript/components/HMSNotifications.d.ts +5 -0
- package/lib/typescript/components/HMSNotifications.d.ts.map +1 -0
- package/lib/typescript/components/HMSOverlayChatView.d.ts +3 -0
- package/lib/typescript/components/HMSOverlayChatView.d.ts.map +1 -0
- package/lib/typescript/components/HMSPreviewJoinButton.d.ts.map +1 -1
- package/lib/typescript/components/HMSPreviewNetworkQuality.d.ts.map +1 -1
- package/lib/typescript/components/HMSPreviewSubtitle.d.ts.map +1 -1
- package/lib/typescript/components/HMSPreviewTitle.d.ts.map +1 -1
- package/lib/typescript/components/HMSRecordingIndicator.d.ts.map +1 -1
- package/lib/typescript/components/HMSRoleChangeDeclinedNotification.d.ts +9 -0
- package/lib/typescript/components/HMSRoleChangeDeclinedNotification.d.ts.map +1 -0
- package/lib/typescript/components/HMSSendMessageInput.d.ts +9 -0
- package/lib/typescript/components/HMSSendMessageInput.d.ts.map +1 -0
- package/lib/typescript/components/HMSTextInput.d.ts +20 -6
- package/lib/typescript/components/HMSTextInput.d.ts.map +1 -1
- package/lib/typescript/components/HMSVideoView.d.ts +6 -0
- package/lib/typescript/components/HMSVideoView.d.ts.map +1 -0
- package/lib/typescript/components/Header.d.ts +3 -2
- package/lib/typescript/components/Header.d.ts.map +1 -1
- package/lib/typescript/components/LocalPeerScreenshareView.d.ts.map +1 -1
- package/lib/typescript/components/Meeting.d.ts.map +1 -1
- package/lib/typescript/components/MeetingScreenContent.d.ts.map +1 -1
- package/lib/typescript/components/MiniView.d.ts.map +1 -1
- package/lib/typescript/components/Modals.d.ts +1 -21
- package/lib/typescript/components/Modals.d.ts.map +1 -1
- package/lib/typescript/components/OverlayContainer.d.ts +9 -0
- package/lib/typescript/components/OverlayContainer.d.ts.map +1 -0
- package/lib/typescript/components/OverlayedViews.d.ts +4 -0
- package/lib/typescript/components/OverlayedViews.d.ts.map +1 -0
- package/lib/typescript/components/PaginationDots.d.ts +3 -0
- package/lib/typescript/components/PaginationDots.d.ts.map +1 -1
- package/lib/typescript/components/Participants/ParticipantsGroupHeader.d.ts +9 -0
- package/lib/typescript/components/Participants/ParticipantsGroupHeader.d.ts.map +1 -0
- package/lib/typescript/components/Participants/ParticipantsGroupOptions.d.ts +8 -0
- package/lib/typescript/components/Participants/ParticipantsGroupOptions.d.ts.map +1 -0
- package/lib/typescript/components/Participants/ParticipantsItem.d.ts +9 -0
- package/lib/typescript/components/Participants/ParticipantsItem.d.ts.map +1 -0
- package/lib/typescript/components/Participants/ParticipantsItemOption.d.ts +12 -0
- package/lib/typescript/components/Participants/ParticipantsItemOption.d.ts.map +1 -0
- package/lib/typescript/components/Participants/ParticipantsItemOptions.d.ts +10 -0
- package/lib/typescript/components/Participants/ParticipantsItemOptions.d.ts.map +1 -0
- package/lib/typescript/components/Participants/ParticipantsList.d.ts +4 -2
- package/lib/typescript/components/Participants/ParticipantsList.d.ts.map +1 -1
- package/lib/typescript/components/Participants/ParticipantsSeachInput.d.ts.map +1 -1
- package/lib/typescript/components/Participants/index.d.ts +0 -3
- package/lib/typescript/components/Participants/index.d.ts.map +1 -1
- package/lib/typescript/components/PeerSettingsModalContent.d.ts.map +1 -1
- package/lib/typescript/components/PeerVideoTile/AvatarView.d.ts +4 -0
- package/lib/typescript/components/PeerVideoTile/AvatarView.d.ts.map +1 -1
- package/lib/typescript/components/PeerVideoTile/HMSFullScreenButton.d.ts +7 -0
- package/lib/typescript/components/PeerVideoTile/HMSFullScreenButton.d.ts.map +1 -0
- package/lib/typescript/components/PeerVideoTile/HMSPinchGesture.d.ts +7 -0
- package/lib/typescript/components/PeerVideoTile/HMSPinchGesture.d.ts.map +1 -0
- package/lib/typescript/components/PeerVideoTile/PeerAudioIndicator.d.ts +8 -0
- package/lib/typescript/components/PeerVideoTile/PeerAudioIndicator.d.ts.map +1 -0
- package/lib/typescript/components/PeerVideoTile/PeerNameAndNetwork.d.ts.map +1 -1
- package/lib/typescript/components/PeerVideoTile/PeerVideoTileView.d.ts +2 -1
- package/lib/typescript/components/PeerVideoTile/PeerVideoTileView.d.ts.map +1 -1
- package/lib/typescript/components/PeerVideoTile/VideoView.d.ts +1 -0
- package/lib/typescript/components/PeerVideoTile/VideoView.d.ts.map +1 -1
- package/lib/typescript/components/PressableIcon.d.ts.map +1 -1
- package/lib/typescript/components/Preview.d.ts.map +1 -1
- package/lib/typescript/components/PreviewForRoleChangeModal.d.ts +3 -0
- package/lib/typescript/components/PreviewForRoleChangeModal.d.ts.map +1 -0
- package/lib/typescript/components/ReconnectionView.d.ts +4 -0
- package/lib/typescript/components/ReconnectionView.d.ts.map +1 -0
- package/lib/typescript/components/RoomSettingsModalContent.d.ts.map +1 -1
- package/lib/typescript/components/RoomSettingsModalDebugModeContent.d.ts.map +1 -1
- package/lib/typescript/components/StatusBar.d.ts +2 -1
- package/lib/typescript/components/StatusBar.d.ts.map +1 -1
- package/lib/typescript/components/StopRecordingModalContent.d.ts.map +1 -1
- package/lib/typescript/components/StreamingQualityModalContent.d.ts.map +1 -1
- package/lib/typescript/components/TilesContainer.d.ts.map +1 -1
- package/lib/typescript/components/WebrtcView.d.ts.map +1 -1
- package/lib/typescript/components/WelcomeInMeeting.d.ts.map +1 -1
- package/lib/typescript/components/index.d.ts +0 -3
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/hooks-util-selectors.d.ts +7 -2
- package/lib/typescript/hooks-util-selectors.d.ts.map +1 -1
- package/lib/typescript/hooks-util.d.ts +53 -23
- package/lib/typescript/hooks-util.d.ts.map +1 -1
- package/lib/typescript/modules/HMSManager.d.ts +1 -1
- package/lib/typescript/modules/HMSManager.d.ts.map +1 -1
- package/lib/typescript/modules/parser.d.ts +1 -1
- package/lib/typescript/modules/parser.d.ts.map +1 -1
- package/lib/typescript/redux/actionTypes.d.ts +16 -1
- package/lib/typescript/redux/actionTypes.d.ts.map +1 -1
- package/lib/typescript/redux/actions/index.d.ts +92 -4
- package/lib/typescript/redux/actions/index.d.ts.map +1 -1
- package/lib/typescript/redux/index.d.ts +22 -2
- package/lib/typescript/redux/index.d.ts.map +1 -1
- package/lib/typescript/redux/reducers/appState.d.ts +10 -0
- package/lib/typescript/redux/reducers/appState.d.ts.map +1 -1
- package/lib/typescript/redux/reducers/chatWindow.d.ts +6 -6
- package/lib/typescript/redux/reducers/chatWindow.d.ts.map +1 -1
- package/lib/typescript/redux/reducers/hmsStates.d.ts +32 -4
- package/lib/typescript/redux/reducers/hmsStates.d.ts.map +1 -1
- package/lib/typescript/redux/reducers/index.d.ts +22 -2
- package/lib/typescript/redux/reducers/index.d.ts.map +1 -1
- package/lib/typescript/redux/reducers/userState.d.ts +1 -0
- package/lib/typescript/redux/reducers/userState.d.ts.map +1 -1
- package/lib/typescript/utils/functions.d.ts +3 -1
- package/lib/typescript/utils/functions.d.ts.map +1 -1
- package/lib/typescript/utils/theme.d.ts +1 -1
- package/lib/typescript/utils/theme.d.ts.map +1 -1
- package/lib/typescript/utils/types.d.ts +6 -2
- package/lib/typescript/utils/types.d.ts.map +1 -1
- package/lib/typescript/utils.d.ts +5 -0
- package/lib/typescript/utils.d.ts.map +1 -1
- package/package.json +13 -8
- package/src/HMSPrebuilt.tsx +10 -10
- package/src/HMSRoomSetup.tsx +50 -28
- package/src/Icons/AlertTriangle/assets/alert-triangle-filled.png +0 -0
- package/src/Icons/AlertTriangle/assets/alert-triangle-filled@2x.png +0 -0
- package/src/Icons/AlertTriangle/assets/alert-triangle-filled@3x.png +0 -0
- package/src/Icons/AlertTriangle/index.tsx +9 -2
- package/src/Icons/Eye/assets/eye-on-small.png +0 -0
- package/src/Icons/Eye/assets/eye-on-small@2x.png +0 -0
- package/src/Icons/Eye/assets/eye-on-small@3x.png +0 -0
- package/src/Icons/Eye/index.tsx +36 -0
- package/src/Icons/Hamburger/assets/hamburger.png +0 -0
- package/src/Icons/Hamburger/assets/hamburger@2x.png +0 -0
- package/src/Icons/Hamburger/assets/hamburger@3x.png +0 -0
- package/src/Icons/Person/assets/person-left.png +0 -0
- package/src/Icons/Person/assets/person-left@2x.png +0 -0
- package/src/Icons/Person/assets/person-left@3x.png +0 -0
- package/src/Icons/Person/assets/person-off.png +0 -0
- package/src/Icons/Person/assets/person-off@2x.png +0 -0
- package/src/Icons/Person/assets/person-off@3x.png +0 -0
- package/src/Icons/Person/assets/person-rectangle.png +0 -0
- package/src/Icons/Person/assets/person-rectangle@2x.png +0 -0
- package/src/Icons/Person/assets/person-rectangle@3x.png +0 -0
- package/src/Icons/Person/index.tsx +13 -2
- package/src/Icons/Radio/assets/radio-xlarge.png +0 -0
- package/src/Icons/Radio/assets/radio-xlarge@2x.png +0 -0
- package/src/Icons/Radio/assets/radio-xlarge@3x.png +0 -0
- package/src/Icons/Radio/index.tsx +53 -4
- package/src/Icons/Search/assets/search.png +0 -0
- package/src/Icons/Search/assets/search@2x.png +0 -0
- package/src/Icons/Search/assets/search@3x.png +0 -0
- package/src/Icons/Search/index.tsx +33 -0
- package/src/Icons/Stop/assets/stop.png +0 -0
- package/src/Icons/Stop/assets/stop@2x.png +0 -0
- package/src/Icons/Stop/assets/stop@3x.png +0 -0
- package/src/Icons/Stop/index.tsx +1 -4
- package/src/Icons/index.ts +2 -0
- package/src/assets/audio-level-white.json +1271 -0
- package/src/assets/empty-chat-illustration/empty-chat.png +0 -0
- package/src/assets/empty-chat-illustration/empty-chat@2x.png +0 -0
- package/src/assets/empty-chat-illustration/empty-chat@3x.png +0 -0
- package/src/assets/welcome.png +0 -0
- package/src/components/AnimatedFooter.tsx +37 -0
- package/src/components/AnimatedHLSFooter.tsx +43 -0
- package/src/components/AnimatedHeader.tsx +53 -0
- package/src/components/BottomSheet.tsx +8 -4
- package/src/components/ChangeNameModalContent.tsx +2 -11
- package/src/components/Chat/ChatBanner.tsx +37 -52
- package/src/components/Chat/ChatFilterBottomSheetOpener.tsx +88 -0
- package/src/components/Chat/ChatFilterBottomSheetView.tsx +81 -0
- package/src/components/Chat/ChatFilterItem.tsx +71 -0
- package/src/components/Chat/ChatFilterView.tsx +250 -0
- package/src/components/Chat/ChatList.tsx +16 -12
- package/src/components/Chat/ChatMessage.tsx +48 -197
- package/src/components/Chat/PinnedMessage.tsx +45 -45
- package/src/components/ChatAndParticipants/ChatAndParticipantsBottomSheet.tsx +38 -0
- package/src/components/ChatAndParticipants/ChatAndParticipantsHeader.tsx +140 -0
- package/src/components/ChatAndParticipants/ChatAndParticipantsView.tsx +84 -0
- package/src/components/ChatAndParticipants/ChatView.tsx +42 -0
- package/src/components/ChatAndParticipants/ParticipantsView.tsx +41 -0
- package/src/components/ChatAndParticipants/index.ts +1 -0
- package/src/components/CompanyLogo.tsx +4 -3
- package/src/components/DefaultModal.tsx +4 -6
- package/src/components/DisplayView.tsx +11 -28
- package/src/components/EndRoomModalContent.tsx +32 -7
- package/src/components/Footer.tsx +76 -36
- package/src/components/FullScreenVideoView.tsx +77 -0
- package/src/components/GridView.tsx +186 -65
- package/src/components/HLSFooter.tsx +32 -0
- package/src/components/HLSView.tsx +6 -33
- package/src/components/HMSBaseButton.tsx +2 -2
- package/src/components/HMSChat.tsx +12 -25
- package/src/components/HMSHLSMessage.tsx +72 -0
- package/src/components/HMSHLSMessageList.tsx +60 -0
- package/src/components/HMSHLSNotStarted.tsx +27 -32
- package/src/components/HMSHandRaiseNotification.tsx +101 -0
- package/src/components/HMSKeyboardAvoidingView.tsx +58 -0
- package/src/components/HMSLiveIndicator.tsx +124 -0
- package/src/components/HMSLocalScreenshareNotification.tsx +41 -0
- package/src/components/HMSLocalVideoView.tsx +4 -31
- package/src/components/HMSManageAudioOutput.tsx +14 -2
- package/src/components/HMSManageLeave.tsx +56 -35
- package/src/components/HMSManageRaiseHand.tsx +2 -16
- package/src/components/HMSNotification.tsx +126 -0
- package/src/components/HMSNotifications.tsx +154 -0
- package/src/components/HMSOverlayChatView.tsx +36 -0
- package/src/components/HMSPreviewJoinButton.tsx +6 -3
- package/src/components/HMSPreviewNetworkQuality.tsx +3 -1
- package/src/components/HMSPreviewSubtitle.tsx +2 -6
- package/src/components/HMSPreviewTitle.tsx +2 -6
- package/src/components/HMSRecordingIndicator.tsx +18 -5
- package/src/components/HMSRoleChangeDeclinedNotification.tsx +25 -0
- package/src/components/HMSSendMessageInput.tsx +59 -0
- package/src/components/HMSTextInput.tsx +157 -23
- package/src/components/HMSVideoView.tsx +43 -0
- package/src/components/Header.tsx +28 -136
- package/src/components/LocalPeerScreenshareView.tsx +0 -6
- package/src/components/Meeting.tsx +15 -8
- package/src/components/MeetingScreenContent.tsx +29 -12
- package/src/components/MiniView.tsx +10 -4
- package/src/components/Modals.tsx +112 -370
- package/src/components/OverlayContainer.tsx +31 -0
- package/src/components/OverlayedViews.tsx +22 -0
- package/src/components/PaginationDots.tsx +9 -8
- package/src/components/Participants/ParticipantsGroupHeader.tsx +145 -0
- package/src/components/Participants/ParticipantsGroupOptions.tsx +87 -0
- package/src/components/Participants/ParticipantsItem.tsx +170 -0
- package/src/components/Participants/ParticipantsItemOption.tsx +52 -0
- package/src/components/Participants/ParticipantsItemOptions.tsx +262 -0
- package/src/components/Participants/ParticipantsList.tsx +68 -278
- package/src/components/Participants/ParticipantsSeachInput.tsx +37 -35
- package/src/components/Participants/index.ts +0 -3
- package/src/components/PeerMinimizedView.tsx +1 -1
- package/src/components/PeerSettingsModalContent.tsx +44 -191
- package/src/components/PeerVideoTile/AvatarView.tsx +43 -5
- package/src/components/PeerVideoTile/HMSFullScreenButton.tsx +56 -0
- package/src/components/PeerVideoTile/HMSPinchGesture.tsx +176 -0
- package/src/components/PeerVideoTile/PeerAudioIndicator.tsx +78 -0
- package/src/components/PeerVideoTile/PeerNameAndNetwork.tsx +15 -2
- package/src/components/PeerVideoTile/PeerVideoTileView.tsx +172 -115
- package/src/components/PeerVideoTile/VideoView.tsx +59 -9
- package/src/components/PressableIcon.tsx +26 -13
- package/src/components/Preview.tsx +17 -24
- package/src/components/PreviewForRoleChangeModal.tsx +448 -0
- package/src/components/ReconnectionView.tsx +73 -0
- package/src/components/RoomSettingsModalContent.tsx +32 -29
- package/src/components/RoomSettingsModalDebugModeContent.tsx +11 -65
- package/src/components/StatusBar.tsx +6 -4
- package/src/components/StopRecordingModalContent.tsx +3 -1
- package/src/components/StreamingQualityModalContent.tsx +8 -8
- package/src/components/TilesContainer.tsx +54 -24
- package/src/components/WebrtcView.tsx +29 -19
- package/src/components/WelcomeInMeeting.tsx +5 -34
- package/src/components/index.ts +0 -3
- package/src/hooks-util-selectors.tsx +69 -6
- package/src/hooks-util.ts +856 -273
- package/src/modules/HMSManager.ts +3 -3
- package/src/modules/parser.ts +3 -4
- package/src/redux/actionTypes.ts +33 -0
- package/src/redux/actions/index.ts +99 -2
- package/src/redux/reducers/appState.ts +87 -2
- package/src/redux/reducers/chatWindow.ts +12 -5
- package/src/redux/reducers/hmsStates.ts +136 -4
- package/src/redux/reducers/userState.ts +1 -1
- package/src/utils/functions.ts +10 -1
- package/src/utils/theme.ts +3 -1
- package/src/utils/types.ts +6 -2
- package/src/utils.ts +6 -0
- package/lib/commonjs/assets/100ms-logo.png +0 -0
- package/lib/commonjs/assets/brb.png +0 -0
- package/lib/commonjs/assets/icon.png +0 -0
- package/lib/commonjs/assets/illustration.png +0 -0
- package/lib/commonjs/assets/network_0.png +0 -0
- package/lib/commonjs/assets/network_1.png +0 -0
- package/lib/commonjs/assets/network_2.png +0 -0
- package/lib/commonjs/assets/network_3.png +0 -0
- package/lib/commonjs/assets/network_4.png +0 -0
- package/lib/commonjs/assets/user_music.png +0 -0
- package/lib/commonjs/components/ChatWindow.js +0 -608
- package/lib/commonjs/components/ChatWindow.js.map +0 -1
- package/lib/commonjs/components/CustomInput.js +0 -89
- package/lib/commonjs/components/CustomInput.js.map +0 -1
- package/lib/commonjs/components/DisplayTrack.js +0 -70
- package/lib/commonjs/components/DisplayTrack.js.map +0 -1
- package/lib/commonjs/components/HMSShareScreen.js +0 -59
- package/lib/commonjs/components/HMSShareScreen.js.map +0 -1
- package/lib/commonjs/components/HMSShowNetworkQuality.js +0 -56
- package/lib/commonjs/components/HMSShowNetworkQuality.js.map +0 -1
- package/lib/commonjs/components/LiveButton.js +0 -70
- package/lib/commonjs/components/LiveButton.js.map +0 -1
- package/lib/commonjs/components/Participants/ParticipantsFilter.js +0 -128
- package/lib/commonjs/components/Participants/ParticipantsFilter.js.map +0 -1
- package/lib/commonjs/components/Participants/ParticipantsHeader.js +0 -67
- package/lib/commonjs/components/Participants/ParticipantsHeader.js.map +0 -1
- package/lib/commonjs/components/Participants/SearchableParticipantsView.js.map +0 -1
- package/lib/commonjs/components/ParticipantsModal.js.map +0 -1
- package/lib/commonjs/components/PeerVideoTile/PeerAudioMutedIndicator.js.map +0 -1
- package/lib/commonjs/components/Picker.js +0 -93
- package/lib/commonjs/components/Picker.js.map +0 -1
- package/lib/module/assets/100ms-logo.png +0 -0
- package/lib/module/assets/brb.png +0 -0
- package/lib/module/assets/icon.png +0 -0
- package/lib/module/assets/illustration.png +0 -0
- package/lib/module/assets/network_0.png +0 -0
- package/lib/module/assets/network_1.png +0 -0
- package/lib/module/assets/network_2.png +0 -0
- package/lib/module/assets/network_3.png +0 -0
- package/lib/module/assets/network_4.png +0 -0
- package/lib/module/assets/user_music.png +0 -0
- package/lib/module/components/ChatWindow.js +0 -595
- package/lib/module/components/ChatWindow.js.map +0 -1
- package/lib/module/components/CustomInput.js +0 -82
- package/lib/module/components/CustomInput.js.map +0 -1
- package/lib/module/components/DisplayTrack.js +0 -63
- package/lib/module/components/DisplayTrack.js.map +0 -1
- package/lib/module/components/HMSShareScreen.js +0 -50
- package/lib/module/components/HMSShareScreen.js.map +0 -1
- package/lib/module/components/HMSShowNetworkQuality.js +0 -47
- package/lib/module/components/HMSShowNetworkQuality.js.map +0 -1
- package/lib/module/components/LiveButton.js +0 -61
- package/lib/module/components/LiveButton.js.map +0 -1
- package/lib/module/components/Participants/ParticipantsFilter.js +0 -121
- package/lib/module/components/Participants/ParticipantsFilter.js.map +0 -1
- package/lib/module/components/Participants/ParticipantsHeader.js +0 -58
- package/lib/module/components/Participants/ParticipantsHeader.js.map +0 -1
- package/lib/module/components/Participants/SearchableParticipantsView.js +0 -18
- package/lib/module/components/Participants/SearchableParticipantsView.js.map +0 -1
- package/lib/module/components/ParticipantsModal.js +0 -34
- package/lib/module/components/ParticipantsModal.js.map +0 -1
- package/lib/module/components/PeerVideoTile/PeerAudioMutedIndicator.js +0 -35
- package/lib/module/components/PeerVideoTile/PeerAudioMutedIndicator.js.map +0 -1
- package/lib/module/components/Picker.js +0 -83
- package/lib/module/components/Picker.js.map +0 -1
- package/lib/typescript/components/ChatWindow.d.ts +0 -22
- package/lib/typescript/components/ChatWindow.d.ts.map +0 -1
- package/lib/typescript/components/CustomInput.d.ts +0 -24
- package/lib/typescript/components/CustomInput.d.ts.map +0 -1
- package/lib/typescript/components/DisplayTrack.d.ts +0 -9
- package/lib/typescript/components/DisplayTrack.d.ts.map +0 -1
- package/lib/typescript/components/HMSShareScreen.d.ts +0 -9
- package/lib/typescript/components/HMSShareScreen.d.ts.map +0 -1
- package/lib/typescript/components/HMSShowNetworkQuality.d.ts +0 -3
- package/lib/typescript/components/HMSShowNetworkQuality.d.ts.map +0 -1
- package/lib/typescript/components/LiveButton.d.ts +0 -17
- package/lib/typescript/components/LiveButton.d.ts.map +0 -1
- package/lib/typescript/components/Participants/ParticipantsFilter.d.ts +0 -6
- package/lib/typescript/components/Participants/ParticipantsFilter.d.ts.map +0 -1
- package/lib/typescript/components/Participants/ParticipantsHeader.d.ts +0 -9
- package/lib/typescript/components/Participants/ParticipantsHeader.d.ts.map +0 -1
- package/lib/typescript/components/Participants/SearchableParticipantsView.d.ts +0 -3
- package/lib/typescript/components/Participants/SearchableParticipantsView.d.ts.map +0 -1
- package/lib/typescript/components/ParticipantsModal.d.ts +0 -5
- package/lib/typescript/components/ParticipantsModal.d.ts.map +0 -1
- package/lib/typescript/components/PeerVideoTile/PeerAudioMutedIndicator.d.ts +0 -6
- package/lib/typescript/components/PeerVideoTile/PeerAudioMutedIndicator.d.ts.map +0 -1
- package/lib/typescript/components/Picker.d.ts +0 -9
- package/lib/typescript/components/Picker.d.ts.map +0 -1
- package/src/assets/100ms-logo.png +0 -0
- package/src/assets/brb.png +0 -0
- package/src/assets/icon.png +0 -0
- package/src/assets/illustration.png +0 -0
- package/src/assets/network_0.png +0 -0
- package/src/assets/network_1.png +0 -0
- package/src/assets/network_2.png +0 -0
- package/src/assets/network_3.png +0 -0
- package/src/assets/network_4.png +0 -0
- package/src/assets/user_music.png +0 -0
- package/src/components/ChatWindow.tsx +0 -706
- package/src/components/CustomInput.tsx +0 -138
- package/src/components/DisplayTrack.tsx +0 -92
- package/src/components/HMSShareScreen.tsx +0 -71
- package/src/components/HMSShowNetworkQuality.tsx +0 -68
- package/src/components/LiveButton.tsx +0 -77
- package/src/components/Participants/ParticipantsFilter.tsx +0 -144
- package/src/components/Participants/ParticipantsHeader.tsx +0 -64
- package/src/components/Participants/SearchableParticipantsView.tsx +0 -21
- package/src/components/ParticipantsModal.tsx +0 -46
- package/src/components/PeerVideoTile/PeerAudioMutedIndicator.tsx +0 -41
- package/src/components/Picker.tsx +0 -108
package/README.md
CHANGED
|
@@ -267,15 +267,6 @@ Follow [official installation steps](https://docs.swmansion.com/react-native-rea
|
|
|
267
267
|
|
|
268
268
|
> Note: If you already have the setup for `react-native-reanimated` package, then you can continue with your existing setup. We recommend using `>= 2.x.x` versions.
|
|
269
269
|
|
|
270
|
-
3. react-native-vector-icons package
|
|
271
|
-
`react-native-vector-icons` package is required for showing icons in UI.
|
|
272
|
-
|
|
273
|
-
```bash
|
|
274
|
-
npm install react-native-vector-icons@9.1.0
|
|
275
|
-
```
|
|
276
|
-
|
|
277
|
-
Follow [official installation steps](https://github.com/oblador/react-native-vector-icons/tree/v9.1.0#installation) for `v9.1.0`.
|
|
278
|
-
|
|
279
270
|
#### Install the dependencies of react-native-room-kit package
|
|
280
271
|
|
|
281
272
|
`react-native-room-kit` package depends upon many other packages. These packages to be your app's direct dependencies so that `react-native` can link them.
|
|
@@ -283,7 +274,7 @@ Follow [official installation steps](https://github.com/oblador/react-native-vec
|
|
|
283
274
|
```bash
|
|
284
275
|
npm install github:100mslive/100ms-react-native#release1.8.0
|
|
285
276
|
@shopify/flash-list@1.4.3
|
|
286
|
-
react-native-
|
|
277
|
+
react-native-keyboard-controller@^1.6.1
|
|
287
278
|
react-native-linear-gradient@2.7.3
|
|
288
279
|
react-native-modal@12.1.0
|
|
289
280
|
react-native-safe-area-context@3.3.0
|
|
@@ -7,6 +7,7 @@ exports.HMSPrebuilt = void 0;
|
|
|
7
7
|
var _react = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactRedux = require("react-redux");
|
|
9
9
|
var _reactNativeSafeAreaContext = require("react-native-safe-area-context");
|
|
10
|
+
var _reactNativeKeyboardController = require("react-native-keyboard-controller");
|
|
10
11
|
var _index = require("./redux/index");
|
|
11
12
|
var _HMSContainer = require("./HMSContainer");
|
|
12
13
|
var _actions = require("./redux/actions");
|
|
@@ -27,14 +28,13 @@ const _HMSPrebuilt = props => {
|
|
|
27
28
|
// @ts-ignore Not using `useContext` hook because we don't want to subscribe to updates
|
|
28
29
|
// We just want to check if SafeAreaProvider exists or not
|
|
29
30
|
const safeAreaProviderExists = !!_reactNativeSafeAreaContext.SafeAreaInsetsContext.Consumer._currentValue;
|
|
30
|
-
|
|
31
|
-
return /*#__PURE__*/_react.default.createElement(_reactRedux.Provider, {
|
|
32
|
-
store: _index.store
|
|
33
|
-
}, /*#__PURE__*/_react.default.createElement(_HMSContainer.HMSContainer, null));
|
|
34
|
-
}
|
|
35
|
-
return /*#__PURE__*/_react.default.createElement(_reactNativeSafeAreaContext.SafeAreaProvider, null, /*#__PURE__*/_react.default.createElement(_reactRedux.Provider, {
|
|
31
|
+
const content = /*#__PURE__*/_react.default.createElement(_reactNativeKeyboardController.KeyboardProvider, null, /*#__PURE__*/_react.default.createElement(_reactRedux.Provider, {
|
|
36
32
|
store: _index.store
|
|
37
33
|
}, /*#__PURE__*/_react.default.createElement(_HMSContainer.HMSContainer, null)));
|
|
34
|
+
if (safeAreaProviderExists) {
|
|
35
|
+
return content;
|
|
36
|
+
}
|
|
37
|
+
return /*#__PURE__*/_react.default.createElement(_reactNativeSafeAreaContext.SafeAreaProvider, null, content);
|
|
38
38
|
};
|
|
39
39
|
|
|
40
40
|
// TODO: handle props change
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactRedux","_reactNativeSafeAreaContext","_index","_HMSContainer","_actions","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_HMSPrebuilt","props","roomCode","options","onLeave","store","dispatch","setPrebuiltData","safeAreaProviderExists","SafeAreaInsetsContext","Consumer","_currentValue","createElement","Provider","HMSContainer","SafeAreaProvider","HMSPrebuilt","memo","exports"],"sourceRoot":"../../src","sources":["HMSPrebuilt.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AACA,IAAAE,2BAAA,GAAAF,OAAA;
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactRedux","_reactNativeSafeAreaContext","_reactNativeKeyboardController","_index","_HMSContainer","_actions","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_HMSPrebuilt","props","roomCode","options","onLeave","store","dispatch","setPrebuiltData","safeAreaProviderExists","SafeAreaInsetsContext","Consumer","_currentValue","content","createElement","KeyboardProvider","Provider","HMSContainer","SafeAreaProvider","HMSPrebuilt","memo","exports"],"sourceRoot":"../../src","sources":["HMSPrebuilt.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AACA,IAAAE,2BAAA,GAAAF,OAAA;AAIA,IAAAG,8BAAA,GAAAH,OAAA;AAEA,IAAAI,MAAA,GAAAJ,OAAA;AACA,IAAAK,aAAA,GAAAL,OAAA;AACA,IAAAM,QAAA,GAAAN,OAAA;AAAkD,SAAAO,yBAAAC,WAAA,eAAAC,OAAA,kCAAAC,iBAAA,OAAAD,OAAA,QAAAE,gBAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,WAAA,WAAAA,WAAA,GAAAG,gBAAA,GAAAD,iBAAA,KAAAF,WAAA;AAAA,SAAAT,wBAAAa,GAAA,EAAAJ,WAAA,SAAAA,WAAA,IAAAI,GAAA,IAAAA,GAAA,CAAAC,UAAA,WAAAD,GAAA,QAAAA,GAAA,oBAAAA,GAAA,wBAAAA,GAAA,4BAAAE,OAAA,EAAAF,GAAA,UAAAG,KAAA,GAAAR,wBAAA,CAAAC,WAAA,OAAAO,KAAA,IAAAA,KAAA,CAAAC,GAAA,CAAAJ,GAAA,YAAAG,KAAA,CAAAE,GAAA,CAAAL,GAAA,SAAAM,MAAA,WAAAC,qBAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,GAAA,IAAAX,GAAA,QAAAW,GAAA,kBAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAd,GAAA,EAAAW,GAAA,SAAAI,IAAA,GAAAR,qBAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAV,GAAA,EAAAW,GAAA,cAAAI,IAAA,KAAAA,IAAA,CAAAV,GAAA,IAAAU,IAAA,CAAAC,GAAA,KAAAR,MAAA,CAAAC,cAAA,CAAAH,MAAA,EAAAK,GAAA,EAAAI,IAAA,YAAAT,MAAA,CAAAK,GAAA,IAAAX,GAAA,CAAAW,GAAA,SAAAL,MAAA,CAAAJ,OAAA,GAAAF,GAAA,MAAAG,KAAA,IAAAA,KAAA,CAAAa,GAAA,CAAAhB,GAAA,EAAAM,MAAA,YAAAA,MAAA;AAmBlD,MAAMW,YAAwC,GAAIC,KAAK,IAAK;EAC1D,MAAM;IAAEC,QAAQ;IAAEC,OAAO;IAAEC;EAAQ,CAAC,GAAGH,KAAK;EAE5CI,YAAK,CAACC,QAAQ,CAAC,IAAAC,wBAAe,EAAC;IAAEL,QAAQ;IAAEC,OAAO;IAAEC;EAAQ,CAAC,CAAC,CAAC;;EAE/D;EACA;EACA,MAAMI,sBAAsB,GAAG,CAAC,CAACC,iDAAqB,CAACC,QAAQ,CAACC,aAAa;EAE7E,MAAMC,OAAO,gBACX3C,MAAA,CAAAgB,OAAA,CAAA4B,aAAA,CAACvC,8BAAA,CAAAwC,gBAAgB,qBACf7C,MAAA,CAAAgB,OAAA,CAAA4B,aAAA,CAACzC,WAAA,CAAA2C,QAAQ;IAACV,KAAK,EAAEA;EAAM,gBACrBpC,MAAA,CAAAgB,OAAA,CAAA4B,aAAA,CAACrC,aAAA,CAAAwC,YAAY,MAAE,CACP,CACM,CACnB;EAED,IAAIR,sBAAsB,EAAE;IAC1B,OAAOI,OAAO;EAChB;EAEA,oBAAO3C,MAAA,CAAAgB,OAAA,CAAA4B,aAAA,CAACxC,2BAAA,CAAA4C,gBAAgB,QAAEL,OAA0B,CAAC;AACvD,CAAC;;AAED;AACO,MAAMM,WAAW,gBAAG,IAAAC,WAAI,EAACnB,YAAY,CAAC;AAACoB,OAAA,CAAAF,WAAA,GAAAA,WAAA"}
|
|
@@ -20,6 +20,7 @@ var _utils = require("./utils");
|
|
|
20
20
|
var _FullScreenIndicator = require("./components/FullScreenIndicator");
|
|
21
21
|
var _HMSMeetingEnded = require("./components/HMSMeetingEnded");
|
|
22
22
|
var _hooksUtilSelectors = require("./hooks-util-selectors");
|
|
23
|
+
var _chat = require("@100mslive/types-prebuilt/elements/chat");
|
|
23
24
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
24
25
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
25
26
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
@@ -29,6 +30,9 @@ const HMSRoomSetup = () => {
|
|
|
29
30
|
const hmsInstance = (0, _hooksUtil.useHMSInstance)();
|
|
30
31
|
const dispatch = (0, _reactRedux.useDispatch)();
|
|
31
32
|
const reduxStore = (0, _reactRedux.useStore)();
|
|
33
|
+
const {
|
|
34
|
+
goToPreview
|
|
35
|
+
} = (0, _hooksUtil.useLeaveMethods)(true);
|
|
32
36
|
const {
|
|
33
37
|
getConfig,
|
|
34
38
|
clearConfig
|
|
@@ -36,9 +40,6 @@ const HMSRoomSetup = () => {
|
|
|
36
40
|
const meetingState = (0, _reactRedux.useSelector)(state => state.app.meetingState);
|
|
37
41
|
const [peerTrackNodes, setPeerTrackNodes] = (0, _react.useState)([]);
|
|
38
42
|
const [loading, setLoading] = (0, _react.useState)(false);
|
|
39
|
-
const {
|
|
40
|
-
goToPreview
|
|
41
|
-
} = (0, _hooksUtil.useLeaveMethods)();
|
|
42
43
|
const joinMeeting = (0, _react.useCallback)(async () => {
|
|
43
44
|
setLoading(true);
|
|
44
45
|
_reactNative.Keyboard.dismiss();
|
|
@@ -129,22 +130,30 @@ const HMSRoomSetup = () => {
|
|
|
129
130
|
// HMS Join Listener
|
|
130
131
|
(0, _react.useEffect)(() => {
|
|
131
132
|
const onJoinHandler = data => {
|
|
133
|
+
var _selectVideoTileLayou;
|
|
132
134
|
clearConfig();
|
|
133
135
|
setLoading(false);
|
|
134
136
|
const reduxState = reduxStore.getState();
|
|
135
137
|
const localPeer = data.room.localPeer;
|
|
136
138
|
const peer = localPeer;
|
|
137
139
|
const track = localPeer.videoTrack;
|
|
140
|
+
const currentLayoutConfig = (0, _hooksUtilSelectors.selectLayoutConfigForRole)(reduxState.hmsStates.layoutConfig, localPeer.role || null);
|
|
141
|
+
const isHLSViewer = (0, _hooksUtilSelectors.selectIsHLSViewer)(localPeer.role, currentLayoutConfig);
|
|
138
142
|
|
|
139
143
|
// Creating `PeerTrackNode` for local peer
|
|
140
144
|
const localPeerTrackNode = (0, _functions.createPeerTrackNode)(peer, track);
|
|
145
|
+
const enableLocalTileInset = (_selectVideoTileLayou = (0, _hooksUtilSelectors.selectVideoTileLayoutConfig)(currentLayoutConfig)) === null || _selectVideoTileLayou === void 0 || (_selectVideoTileLayou = _selectVideoTileLayou.grid) === null || _selectVideoTileLayou === void 0 ? void 0 : _selectVideoTileLayou.enable_local_tile_inset;
|
|
146
|
+
const canCreateTile = (0, _hooksUtil.isPublishingAllowed)(localPeer) && !isHLSViewer;
|
|
141
147
|
(0, _reactRedux.batch)(() => {
|
|
142
|
-
|
|
148
|
+
const chatConfig = (0, _hooksUtilSelectors.selectChatLayoutConfig)(currentLayoutConfig);
|
|
149
|
+
const overlayChatInitialState = chatConfig && chatConfig.is_overlay && chatConfig.initial_state;
|
|
150
|
+
if (!!chatConfig && overlayChatInitialState === _chat.Chat_ChatState.CHAT_STATE_OPEN) {
|
|
143
151
|
dispatch({
|
|
144
152
|
type: 'SET_SHOW_CHAT_VIEW',
|
|
145
153
|
showChatView: true
|
|
146
154
|
});
|
|
147
|
-
}
|
|
155
|
+
}
|
|
156
|
+
if (canCreateTile) {
|
|
148
157
|
if (reduxState.app.localPeerTrackNode) {
|
|
149
158
|
dispatch((0, _actions.updateLocalPeerTrackNode)({
|
|
150
159
|
peer,
|
|
@@ -156,7 +165,9 @@ const HMSRoomSetup = () => {
|
|
|
156
165
|
}
|
|
157
166
|
|
|
158
167
|
// setting local `PeerTrackNode` as node for MiniView
|
|
159
|
-
|
|
168
|
+
if (enableLocalTileInset) {
|
|
169
|
+
dispatch((0, _actions.setMiniViewPeerTrackNode)(localPeerTrackNode));
|
|
170
|
+
}
|
|
160
171
|
}
|
|
161
172
|
dispatch((0, _actions.setHMSRoomState)(data.room));
|
|
162
173
|
dispatch((0, _actions.setHMSLocalPeerState)(data.room.localPeer));
|
|
@@ -171,9 +182,10 @@ const HMSRoomSetup = () => {
|
|
|
171
182
|
return (0, _peerTrackNodeUtils.replacePeerTrackNodes)(prevPeerTrackNodes, peer);
|
|
172
183
|
}
|
|
173
184
|
|
|
174
|
-
//
|
|
175
|
-
|
|
176
|
-
|
|
185
|
+
// setting local `PeerTrackNode` in regular peerTrackNodes array when inset tile is disabled
|
|
186
|
+
if (!enableLocalTileInset && canCreateTile) {
|
|
187
|
+
return [localPeerTrackNode, ...prevPeerTrackNodes];
|
|
188
|
+
}
|
|
177
189
|
return prevPeerTrackNodes;
|
|
178
190
|
});
|
|
179
191
|
const shouldGoLive = (0, _hooksUtilSelectors.selectShouldGoLive)(reduxState);
|
|
@@ -219,31 +231,16 @@ const HMSRoomSetup = () => {
|
|
|
219
231
|
};
|
|
220
232
|
}
|
|
221
233
|
}, [meetingEnded]);
|
|
234
|
+
const {
|
|
235
|
+
leave
|
|
236
|
+
} = (0, _hooksUtil.useLeaveMethods)(true);
|
|
222
237
|
(0, _react.useEffect)(() => {
|
|
223
238
|
return () => {
|
|
224
239
|
ignoreHLSStreamPromise.current = true;
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
// - Check If we have already left meeting, or destroyed native HMSSDK
|
|
228
|
-
// - No need to reset redux state?
|
|
229
|
-
// - HMSInstance will be available till this point
|
|
230
|
-
// - If we have callback fn, call it
|
|
231
|
-
// - When we are navigated away from screen, HMSInstance will be not available
|
|
232
|
-
// - Otherwise
|
|
233
|
-
// - call leave method, if not called
|
|
234
|
-
// - call destroy method, if not called
|
|
235
|
-
// - Reset Redux States or No need?
|
|
236
|
-
// - If we have callback fn, call it
|
|
237
|
-
// - When we are navigated away from screen, HMSInstance will be not available
|
|
238
|
-
hmsInstance.leave().finally(() => {
|
|
239
|
-
hmsInstance.destroy();
|
|
240
|
-
dispatch((0, _actions.clearStore)());
|
|
241
|
-
});
|
|
242
|
-
//dispatch(clearHmsReference());
|
|
243
|
-
// dispatch(clearMessageData());
|
|
244
|
-
// dispatch(clearPeerData());
|
|
240
|
+
leave();
|
|
241
|
+
dispatch((0, _actions.clearStore)());
|
|
245
242
|
};
|
|
246
|
-
}, [
|
|
243
|
+
}, []);
|
|
247
244
|
const emptyViewStyles = (0, _hooksUtil.useHMSRoomStyle)(theme => ({
|
|
248
245
|
backgroundColor: theme.palette.background_dim
|
|
249
246
|
}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNativeHms","require","_react","_interopRequireWildcard","_reactNative","_reactNativeSimpleToast","_interopRequireDefault","_reactRedux","_components","_actions","_functions","_Meeting","_hooksUtil","_peerTrackNodeUtils","_types","_utils","_FullScreenIndicator","_HMSMeetingEnded","_hooksUtilSelectors","obj","__esModule","default","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","HMSRoomSetup","ignoreHLSStreamPromise","useRef","didInitMeetingAction","hmsInstance","useHMSInstance","dispatch","useDispatch","reduxStore","useStore","getConfig","clearConfig","useHMSConfig","meetingState","useSelector","state","app","peerTrackNodes","setPeerTrackNodes","useState","loading","setLoading","goToPreview","useLeaveMethods","joinMeeting","useCallback","Keyboard","dismiss","hmsConfig","join","previewMeeting","preview","startHLSStreaming","changeStartingHLSStream","d","console","log","e","current","useHMSListeners","useHMSSessionStore","useEffect","hmsErrorHandler","error","code","Alert","alert","description","text","style","onPress","Platform","OS","Toast","showWithGravity","LONG","TOP","addEventListener","HMSUpdateListenerActions","ON_ERROR","removeEventListener","onPreviewHandler","data","batch","setHMSRoomState","room","setHMSLocalPeerState","localPeer","changeMeetingState","MeetingState","IN_PREVIEW","ON_PREVIEW","onJoinHandler","reduxState","getState","peer","track","videoTrack","localPeerTrackNode","createPeerTrackNode","selectIsHLSViewer","type","showChatView","updateLocalPeerTrackNode","setLocalPeerTrackNode","setMiniViewPeerTrackNode","prevPeerTrackNodes","peerTrackNodeExistForPeerAndTrack","replacePeerTrackNodesWithTrack","peerTrackNodeExistForPeer","replacePeerTrackNodes","shouldGoLive","selectShouldGoLive","IN_MEETING","ON_JOIN","meetingJoined","useHMSActiveSpeakerUpdates","meetingEnded","MEETING_ENDED","handleMeetingPreviewOrJoin","getJoinConfig","skipPreview","warn","leave","finally","destroy","clearStore","emptyViewStyles","useHMSRoomStyle","theme","backgroundColor","palette","background_dim","backgroundDimColor","useHMSRoomColorPalette","createElement","Fragment","StatusBar","barStyle","Preview","loadingButtonState","Meeting","HMSMeetingEnded","FullScreenIndicator","View","styles","container","exports","StyleSheet","create","flex"],"sourceRoot":"../../src","sources":["HMSRoomSetup.tsx"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["_reactNativeHms","require","_react","_interopRequireWildcard","_reactNative","_reactNativeSimpleToast","_interopRequireDefault","_reactRedux","_components","_actions","_functions","_Meeting","_hooksUtil","_peerTrackNodeUtils","_types","_utils","_FullScreenIndicator","_HMSMeetingEnded","_hooksUtilSelectors","_chat","obj","__esModule","default","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","HMSRoomSetup","ignoreHLSStreamPromise","useRef","didInitMeetingAction","hmsInstance","useHMSInstance","dispatch","useDispatch","reduxStore","useStore","goToPreview","useLeaveMethods","getConfig","clearConfig","useHMSConfig","meetingState","useSelector","state","app","peerTrackNodes","setPeerTrackNodes","useState","loading","setLoading","joinMeeting","useCallback","Keyboard","dismiss","hmsConfig","join","previewMeeting","preview","startHLSStreaming","changeStartingHLSStream","d","console","log","e","current","useHMSListeners","useHMSSessionStore","useEffect","hmsErrorHandler","error","code","Alert","alert","description","text","style","onPress","Platform","OS","Toast","showWithGravity","LONG","TOP","addEventListener","HMSUpdateListenerActions","ON_ERROR","removeEventListener","onPreviewHandler","data","batch","setHMSRoomState","room","setHMSLocalPeerState","localPeer","changeMeetingState","MeetingState","IN_PREVIEW","ON_PREVIEW","onJoinHandler","_selectVideoTileLayou","reduxState","getState","peer","track","videoTrack","currentLayoutConfig","selectLayoutConfigForRole","hmsStates","layoutConfig","role","isHLSViewer","selectIsHLSViewer","localPeerTrackNode","createPeerTrackNode","enableLocalTileInset","selectVideoTileLayoutConfig","grid","enable_local_tile_inset","canCreateTile","isPublishingAllowed","chatConfig","selectChatLayoutConfig","overlayChatInitialState","is_overlay","initial_state","Chat_ChatState","CHAT_STATE_OPEN","type","showChatView","updateLocalPeerTrackNode","setLocalPeerTrackNode","setMiniViewPeerTrackNode","prevPeerTrackNodes","peerTrackNodeExistForPeerAndTrack","replacePeerTrackNodesWithTrack","peerTrackNodeExistForPeer","replacePeerTrackNodes","shouldGoLive","selectShouldGoLive","IN_MEETING","ON_JOIN","meetingJoined","useHMSActiveSpeakerUpdates","meetingEnded","MEETING_ENDED","handleMeetingPreviewOrJoin","getJoinConfig","skipPreview","warn","leave","clearStore","emptyViewStyles","useHMSRoomStyle","theme","backgroundColor","palette","background_dim","backgroundDimColor","useHMSRoomColorPalette","createElement","Fragment","StatusBar","barStyle","Preview","loadingButtonState","Meeting","HMSMeetingEnded","FullScreenIndicator","View","styles","container","exports","StyleSheet","create","flex"],"sourceRoot":"../../src","sources":["HMSRoomSetup.tsx"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAMA,IAAAC,MAAA,GAAAC,uBAAA,CAAAF,OAAA;AACA,IAAAG,YAAA,GAAAH,OAAA;AAQA,IAAAI,uBAAA,GAAAC,sBAAA,CAAAL,OAAA;AACA,IAAAM,WAAA,GAAAN,OAAA;AAEA,IAAAO,WAAA,GAAAP,OAAA;AACA,IAAAQ,QAAA,GAAAR,OAAA;AAUA,IAAAS,UAAA,GAAAT,OAAA;AAEA,IAAAU,QAAA,GAAAV,OAAA;AACA,IAAAW,UAAA,GAAAX,OAAA;AAWA,IAAAY,mBAAA,GAAAZ,OAAA;AAMA,IAAAa,MAAA,GAAAb,OAAA;AACA,IAAAc,MAAA,GAAAd,OAAA;AACA,IAAAe,oBAAA,GAAAf,OAAA;AACA,IAAAgB,gBAAA,GAAAhB,OAAA;AACA,IAAAiB,mBAAA,GAAAjB,OAAA;AAQA,IAAAkB,KAAA,GAAAlB,OAAA;AAAyE,SAAAK,uBAAAc,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,yBAAAC,WAAA,eAAAC,OAAA,kCAAAC,iBAAA,OAAAD,OAAA,QAAAE,gBAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,WAAA,WAAAA,WAAA,GAAAG,gBAAA,GAAAD,iBAAA,KAAAF,WAAA;AAAA,SAAArB,wBAAAiB,GAAA,EAAAI,WAAA,SAAAA,WAAA,IAAAJ,GAAA,IAAAA,GAAA,CAAAC,UAAA,WAAAD,GAAA,QAAAA,GAAA,oBAAAA,GAAA,wBAAAA,GAAA,4BAAAE,OAAA,EAAAF,GAAA,UAAAQ,KAAA,GAAAL,wBAAA,CAAAC,WAAA,OAAAI,KAAA,IAAAA,KAAA,CAAAC,GAAA,CAAAT,GAAA,YAAAQ,KAAA,CAAAE,GAAA,CAAAV,GAAA,SAAAW,MAAA,WAAAC,qBAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,GAAA,IAAAhB,GAAA,QAAAgB,GAAA,kBAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAnB,GAAA,EAAAgB,GAAA,SAAAI,IAAA,GAAAR,qBAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAf,GAAA,EAAAgB,GAAA,cAAAI,IAAA,KAAAA,IAAA,CAAAV,GAAA,IAAAU,IAAA,CAAAC,GAAA,KAAAR,MAAA,CAAAC,cAAA,CAAAH,MAAA,EAAAK,GAAA,EAAAI,IAAA,YAAAT,MAAA,CAAAK,GAAA,IAAAhB,GAAA,CAAAgB,GAAA,SAAAL,MAAA,CAAAT,OAAA,GAAAF,GAAA,MAAAQ,KAAA,IAAAA,KAAA,CAAAa,GAAA,CAAArB,GAAA,EAAAW,MAAA,YAAAA,MAAA;AAOlE,MAAMW,YAAY,GAAGA,CAAA,KAAM;EAChC,MAAMC,sBAAsB,GAAG,IAAAC,aAAM,EAAC,KAAK,CAAC;EAC5C,MAAMC,oBAAoB,GAAG,IAAAD,aAAM,EAAC,KAAK,CAAC;EAC1C,MAAME,WAAW,GAAG,IAAAC,yBAAc,EAAC,CAAC;EACpC,MAAMC,QAAQ,GAAG,IAAAC,uBAAW,EAAC,CAAC;EAC9B,MAAMC,UAAU,GAAG,IAAAC,oBAAQ,EAAY,CAAC;EACxC,MAAM;IAAEC;EAAY,CAAC,GAAG,IAAAC,0BAAe,EAAC,IAAI,CAAC;EAE7C,MAAM;IAAEC,SAAS;IAAEC;EAAY,CAAC,GAAG,IAAAC,uBAAY,EAAC,CAAC;EACjD,MAAMC,YAAY,GAAG,IAAAC,uBAAW,EAC7BC,KAAgB,IAAKA,KAAK,CAACC,GAAG,CAACH,YAClC,CAAC;EACD,MAAM,CAACI,cAAc,EAAEC,iBAAiB,CAAC,GAAG,IAAAC,eAAQ,EAAkB,EAAE,CAAC;EACzE,MAAM,CAACC,OAAO,EAAEC,UAAU,CAAC,GAAG,IAAAF,eAAQ,EAAC,KAAK,CAAC;EAE7C,MAAMG,WAAW,GAAG,IAAAC,kBAAW,EAAC,YAAY;IAC1CF,UAAU,CAAC,IAAI,CAAC;IAChBG,qBAAQ,CAACC,OAAO,CAAC,CAAC;IAClB,MAAMC,SAAS,GAAG,MAAMhB,SAAS,CAAC,CAAC;IACnC;IACAR,WAAW,CAACyB,IAAI,CAACD,SAAS,CAAC;EAC7B,CAAC,EAAE,CAAChB,SAAS,EAAER,WAAW,CAAC,CAAC;EAE5B,MAAM0B,cAAc,GAAG,IAAAL,kBAAW,EAAC,YAAY;IAC7CF,UAAU,CAAC,IAAI,CAAC;IAChB,MAAMK,SAAS,GAAG,MAAMhB,SAAS,CAAC,CAAC;IACnC;IACAR,WAAW,CAAC2B,OAAO,CAACH,SAAS,CAAC;EAChC,CAAC,EAAE,CAAChB,SAAS,EAAER,WAAW,CAAC,CAAC;EAE5B,MAAM4B,iBAAiB,GAAG,IAAAP,kBAAW,EAAC,YAAY;IAChDnB,QAAQ,CAAC,IAAA2B,gCAAuB,EAAC,IAAI,CAAC,CAAC;IACvC,IAAI;MACF,MAAMC,CAAC,GAAG,MAAM9B,WAAW,CAAC4B,iBAAiB,CAAC,CAAC;MAC/CG,OAAO,CAACC,GAAG,CAAC,+BAA+B,EAAEF,CAAC,CAAC;IACjD,CAAC,CAAC,OAAOG,CAAC,EAAE;MACVF,OAAO,CAACC,GAAG,CAAC,6BAA6B,EAAEC,CAAC,CAAC;MAC7C,IAAI,CAACpC,sBAAsB,CAACqC,OAAO,EAAE;QACnCH,OAAO,CAACC,GAAG,CAAC,mCAAmC,EAAEC,CAAC,CAAC;QACnD3B,WAAW,CAAC,CAAC;MACf;IACF;EACF,CAAC,EAAE,CAACA,WAAW,EAAEN,WAAW,CAAC,CAAC;;EAE9B;EACA,IAAAmC,0BAAe,EAACnB,iBAAiB,CAAC;;EAElC;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EACE,IAAAoB,6BAAkB,EAAC,CAAC;;EAEpB;EACA,IAAAC,gBAAS,EAAC,MAAM;IACd,MAAMC,eAAe,GAAIC,KAAmB,IAAK;MAC/CpB,UAAU,CAAC,KAAK,CAAC;;MAEjB;MACA;MACA;MACA,IAAIoB,KAAK,CAACC,IAAI,KAAK,GAAG,EAAE;QACtBC,kBAAK,CAACC,KAAK,CAAC,OAAO,EAAEH,KAAK,CAACI,WAAW,IAAI,sBAAsB,EAAE,CAChE;UAAEC,IAAI,EAAE,IAAI;UAAEC,KAAK,EAAE,QAAQ;UAAEC,OAAO,EAAEA,CAAA,KAAM,CAAC;QAAE,CAAC,CACnD,CAAC;MACJ,CAAC,MAAM,IACLC,qBAAQ,CAACC,EAAE,KAAK,SAAS,GACrBT,KAAK,CAACC,IAAI,KAAK,IAAI,IAAID,KAAK,CAACC,IAAI,KAAK,IAAI,GAC1CD,KAAK,CAACC,IAAI,KAAK,IAAI,EACvB;QACA;QACA;QACA;QACA;MAAA;MAGFS,+BAAK,CAACC,eAAe,CAClB,GAAEX,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAEC,IAAK,IAAGD,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAEI,WAAY,EAAC,IAAI,sBAAsB,EAChEM,+BAAK,CAACE,IAAI,EACVF,+BAAK,CAACG,GACR,CAAC;IACH,CAAC;IAEDpD,WAAW,CAACqD,gBAAgB,CAC1BC,wCAAwB,CAACC,QAAQ,EACjCjB,eACF,CAAC;IAED,OAAO,MAAM;MACXtC,WAAW,CAACwD,mBAAmB,CAACF,wCAAwB,CAACC,QAAQ,CAAC;IACpE,CAAC;EACH,CAAC,EAAE,CAACvD,WAAW,CAAC,CAAC;;EAEjB;EACA,IAAAqC,gBAAS,EAAC,MAAM;IACd,MAAMoB,gBAAgB,GAAIC,IAAiB,IAAK;MAC9CvC,UAAU,CAAC,KAAK,CAAC;MACjB,IAAAwC,iBAAK,EAAC,MAAM;QACVzD,QAAQ,CAAC,IAAA0D,wBAAe,EAACF,IAAI,CAACG,IAAI,CAAC,CAAC;QACpC3D,QAAQ,CAAC,IAAA4D,6BAAoB,EAACJ,IAAI,CAACG,IAAI,CAACE,SAAS,CAAC,CAAC;QACnD7D,QAAQ,CAAC,IAAA8D,2BAAkB,EAACC,mBAAY,CAACC,UAAU,CAAC,CAAC;MACvD,CAAC,CAAC;IACJ,CAAC;IAEDlE,WAAW,CAACqD,gBAAgB,CAC1BC,wCAAwB,CAACa,UAAU,EACnCV,gBACF,CAAC;IAED,OAAO,MAAM;MACXzD,WAAW,CAACwD,mBAAmB,CAACF,wCAAwB,CAACa,UAAU,CAAC;IACtE,CAAC;EACH,CAAC,EAAE,CAACnE,WAAW,CAAC,CAAC;;EAEjB;EACA,IAAAqC,gBAAS,EAAC,MAAM;IACd,MAAM+B,aAAa,GAAIV,IAAuB,IAAK;MAAA,IAAAW,qBAAA;MACjD5D,WAAW,CAAC,CAAC;MAEbU,UAAU,CAAC,KAAK,CAAC;MAEjB,MAAMmD,UAAU,GAAGlE,UAAU,CAACmE,QAAQ,CAAC,CAAC;MAExC,MAAMR,SAAS,GAAGL,IAAI,CAACG,IAAI,CAACE,SAAS;MAErC,MAAMS,IAAI,GAAGT,SAAS;MACtB,MAAMU,KAAK,GAAGV,SAAS,CAACW,UAAkC;MAE1D,MAAMC,mBAAmB,GAAG,IAAAC,6CAAyB,EACnDN,UAAU,CAACO,SAAS,CAACC,YAAY,EACjCf,SAAS,CAACgB,IAAI,IAAI,IACpB,CAAC;MAED,MAAMC,WAAW,GAAG,IAAAC,qCAAiB,EACnClB,SAAS,CAACgB,IAAI,EACdJ,mBACF,CAAC;;MAED;MACA,MAAMO,kBAAkB,GAAG,IAAAC,8BAAmB,EAACX,IAAI,EAAEC,KAAK,CAAC;MAE3D,MAAMW,oBAAoB,IAAAf,qBAAA,GACxB,IAAAgB,+CAA2B,EAACV,mBAAmB,CAAC,cAAAN,qBAAA,gBAAAA,qBAAA,GAAhDA,qBAAA,CAAkDiB,IAAI,cAAAjB,qBAAA,uBAAtDA,qBAAA,CACIkB,uBAAuB;MAE7B,MAAMC,aAAa,GAAG,IAAAC,8BAAmB,EAAC1B,SAAS,CAAC,IAAI,CAACiB,WAAW;MAEpE,IAAArB,iBAAK,EAAC,MAAM;QACV,MAAM+B,UAAU,GAAG,IAAAC,0CAAsB,EAAChB,mBAAmB,CAAC;QAC9D,MAAMiB,uBAAuB,GAC3BF,UAAU,IAAIA,UAAU,CAACG,UAAU,IAAIH,UAAU,CAACI,aAAa;QAEjE,IACE,CAAC,CAACJ,UAAU,IACZE,uBAAuB,KAAKG,oBAAc,CAACC,eAAe,EAC1D;UACA9F,QAAQ,CAAC;YAAE+F,IAAI,EAAE,oBAAoB;YAAEC,YAAY,EAAE;UAAK,CAAC,CAAC;QAC9D;QAEA,IAAIV,aAAa,EAAE;UACjB,IAAIlB,UAAU,CAACxD,GAAG,CAACoE,kBAAkB,EAAE;YACrChF,QAAQ,CACN,IAAAiG,iCAAwB,EAAC;cAAE3B,IAAI;cAAEC,KAAK,EAAED,IAAI,CAACE;YAAW,CAAC,CAC3D,CAAC;UACH,CAAC,MAAM;YACL;YACAxE,QAAQ,CAAC,IAAAkG,8BAAqB,EAAClB,kBAAkB,CAAC,CAAC;UACrD;;UAEA;UACA,IAAIE,oBAAoB,EAAE;YACxBlF,QAAQ,CAAC,IAAAmG,iCAAwB,EAACnB,kBAAkB,CAAC,CAAC;UACxD;QACF;QAEAhF,QAAQ,CAAC,IAAA0D,wBAAe,EAACF,IAAI,CAACG,IAAI,CAAC,CAAC;QACpC3D,QAAQ,CAAC,IAAA4D,6BAAoB,EAACJ,IAAI,CAACG,IAAI,CAACE,SAAS,CAAC,CAAC;MACrD,CAAC,CAAC;;MAEF;MACA/C,iBAAiB,CAAEsF,kBAAkB,IAAK;QACxC,IACE7B,KAAK,IACL,IAAA8B,qDAAiC,EAACD,kBAAkB,EAAE9B,IAAI,EAAEC,KAAK,CAAC,EAClE;UACA,OAAO,IAAA+B,kDAA8B,EACnCF,kBAAkB,EAClB9B,IAAI,EACJC,KACF,CAAC;QACH;QACA,IAAI,IAAAgC,6CAAyB,EAACH,kBAAkB,EAAE9B,IAAI,CAAC,EAAE;UACvD,OAAO,IAAAkC,yCAAqB,EAACJ,kBAAkB,EAAE9B,IAAI,CAAC;QACxD;;QAEA;QACA,IAAI,CAACY,oBAAoB,IAAII,aAAa,EAAE;UAC1C,OAAO,CAACN,kBAAkB,EAAE,GAAGoB,kBAAkB,CAAC;QACpD;QAEA,OAAOA,kBAAkB;MAC3B,CAAC,CAAC;MAEF,MAAMK,YAAY,GAAG,IAAAC,sCAAkB,EAACtC,UAAU,CAAC;MAEnD,IAAIqC,YAAY,EAAE;QAChB/E,iBAAiB,CAAC,CAAC;MACrB;MACA1B,QAAQ,CAAC,IAAA8D,2BAAkB,EAACC,mBAAY,CAAC4C,UAAU,CAAC,CAAC;IACvD,CAAC;IAED7G,WAAW,CAACqD,gBAAgB,CAC1BC,wCAAwB,CAACwD,OAAO,EAChC1C,aACF,CAAC;IAED,OAAO,MAAM;MACXpE,WAAW,CAACwD,mBAAmB,CAACF,wCAAwB,CAACwD,OAAO,CAAC;IACnE,CAAC;EACH,CAAC,EAAE,CAAClF,iBAAiB,EAAE5B,WAAW,CAAC,CAAC;EAEpC,MAAM+G,aAAa,GAAGpG,YAAY,KAAKsD,mBAAY,CAAC4C,UAAU;;EAE9D;EACA;EACA,IAAAG,qCAA0B,EAAChG,iBAAiB,EAAE+F,aAAa,CAAC;EAE5D,MAAME,YAAY,GAAGtG,YAAY,KAAKsD,mBAAY,CAACiD,aAAa;;EAEhE;EACA,IAAA7E,gBAAS,EAAC,MAAM;IACd,IAAI,CAAC4E,YAAY,IAAI,CAAClH,oBAAoB,CAACmC,OAAO,EAAE;MAClDnC,oBAAoB,CAACmC,OAAO,GAAG,IAAI;;MAEnC;;MAEA,MAAMiF,0BAA0B,GAAG,MAAAA,CAAA,KAAY;QAC7C,IAAI;UACF,IAAI,IAAAC,oBAAa,EAAC,CAAC,CAACC,WAAW,EAAE;YAC/BjG,WAAW,CAAC,CAAC;UACf,CAAC,MAAM;YACLM,cAAc,CAAC,CAAC;UAClB;QACF,CAAC,CAAC,OAAOa,KAAK,EAAE;UACd;UACAR,OAAO,CAACuF,IAAI,CACV,uEAAuE,EACvE/E,KACF,CAAC;QACH;MACF,CAAC;MAED4E,0BAA0B,CAAC,CAAC;MAE5B,OAAO,MAAM;QACX;MAAA,CACD;IACH;EACF,CAAC,EAAE,CAACF,YAAY,CAAC,CAAC;EAElB,MAAM;IAAEM;EAAM,CAAC,GAAG,IAAAhH,0BAAe,EAAC,IAAI,CAAC;EAEvC,IAAA8B,gBAAS,EAAC,MAAM;IACd,OAAO,MAAM;MACXxC,sBAAsB,CAACqC,OAAO,GAAG,IAAI;MACrCqF,KAAK,CAAC,CAAC;MACPrH,QAAQ,CAAC,IAAAsH,mBAAU,EAAC,CAAC,CAAC;IACxB,CAAC;EACH,CAAC,EAAE,EAAE,CAAC;EAEN,MAAMC,eAAe,GAAG,IAAAC,0BAAe,EAAEC,KAAK,KAAM;IAClDC,eAAe,EAAED,KAAK,CAACE,OAAO,CAACC;EACjC,CAAC,CAAC,CAAC;EAEH,MAAM;IAAEA,cAAc,EAAEC;EAAmB,CAAC,GAAG,IAAAC,iCAAsB,EAAC,CAAC;EAEvE,oBACE5K,MAAA,CAAAoB,OAAA,CAAAyJ,aAAA,CAAA7K,MAAA,CAAAoB,OAAA,CAAA0J,QAAA,qBACE9K,MAAA,CAAAoB,OAAA,CAAAyJ,aAAA,CAAC3K,YAAA,CAAA6K,SAAS;IACRP,eAAe,EAAEG,kBAAmB;IACpCK,QAAQ,EAAE;EAAgB,CAC3B,CAAC,EAEDzH,YAAY,KAAKsD,mBAAY,CAACC,UAAU,gBACvC9G,MAAA,CAAAoB,OAAA,CAAAyJ,aAAA,CAACvK,WAAA,CAAA2K,OAAO;IAAC5G,IAAI,EAAEL,WAAY;IAACkH,kBAAkB,EAAEpH;EAAQ,CAAE,CAAC,GACzDP,YAAY,KAAKsD,mBAAY,CAAC4C,UAAU,gBAC1CzJ,MAAA,CAAAoB,OAAA,CAAAyJ,aAAA,CAACpK,QAAA,CAAA0K,OAAO;IAACxH,cAAc,EAAEA;EAAe,CAAE,CAAC,GACzCJ,YAAY,KAAKsD,mBAAY,CAACiD,aAAa,gBAC7C9J,MAAA,CAAAoB,OAAA,CAAAyJ,aAAA,CAAC9J,gBAAA,CAAAqK,eAAe,MAAE,CAAC,GACjBtH,OAAO,gBACT9D,MAAA,CAAAoB,OAAA,CAAAyJ,aAAA,CAAC/J,oBAAA,CAAAuK,mBAAmB,MAAE,CAAC,gBAEvBrL,MAAA,CAAAoB,OAAA,CAAAyJ,aAAA,CAAC3K,YAAA,CAAAoL,IAAI;IAAC7F,KAAK,EAAE,CAAC8F,MAAM,CAACC,SAAS,EAAEnB,eAAe;EAAE,CAAE,CAErD,CAAC;AAEP,CAAC;AAACoB,OAAA,CAAAjJ,YAAA,GAAAA,YAAA;AAEF,MAAM+I,MAAM,GAAGG,uBAAU,CAACC,MAAM,CAAC;EAC/BH,SAAS,EAAE;IACTI,IAAI,EAAE;EACR;AACF,CAAC,CAAC"}
|
|
@@ -12,13 +12,14 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
12
12
|
const AlertTriangleIcon = _ref => {
|
|
13
13
|
let {
|
|
14
14
|
style,
|
|
15
|
+
type = 'line',
|
|
15
16
|
...restProps
|
|
16
17
|
} = _ref;
|
|
17
18
|
const iconStyles = (0, _hooksUtil.useHMSRoomStyle)(theme => ({
|
|
18
19
|
tintColor: theme.palette.alert_error_default
|
|
19
20
|
}));
|
|
20
21
|
return /*#__PURE__*/_react.default.createElement(_reactNative.Image, _extends({
|
|
21
|
-
source: require('./assets/alert-triangle.png'),
|
|
22
|
+
source: type === 'fill' ? require('./assets/alert-triangle-filled.png') : require('./assets/alert-triangle.png'),
|
|
22
23
|
style: [styles.icon, iconStyles, style]
|
|
23
24
|
}, restProps));
|
|
24
25
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_hooksUtil","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","AlertTriangleIcon","_ref","style","restProps","iconStyles","useHMSRoomStyle","theme","tintColor","palette","alert_error_default","createElement","Image","styles","icon","exports","StyleSheet","create","width","height","alignItems","justifyContent"],"sourceRoot":"../../../../src","sources":["Icons/AlertTriangle/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAGA,IAAAE,UAAA,GAAAF,OAAA;AAAmD,SAAAD,uBAAAI,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_hooksUtil","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","AlertTriangleIcon","_ref","style","type","restProps","iconStyles","useHMSRoomStyle","theme","tintColor","palette","alert_error_default","createElement","Image","styles","icon","exports","StyleSheet","create","width","height","alignItems","justifyContent"],"sourceRoot":"../../../../src","sources":["Icons/AlertTriangle/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAGA,IAAAE,UAAA,GAAAF,OAAA;AAAmD,SAAAD,uBAAAI,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAM5C,MAAMQ,iBAAmD,GAAGC,IAAA,IAI7D;EAAA,IAJ8D;IAClEC,KAAK;IACLC,IAAI,GAAG,MAAM;IACb,GAAGC;EACL,CAAC,GAAAH,IAAA;EACC,MAAMI,UAAU,GAAG,IAAAC,0BAAe,EAAEC,KAAK,KAAM;IAC7CC,SAAS,EAAED,KAAK,CAACE,OAAO,CAACC;EAC3B,CAAC,CAAC,CAAC;EAEH,oBACEhC,MAAA,CAAAO,OAAA,CAAA0B,aAAA,CAAC9B,YAAA,CAAA+B,KAAK,EAAA1B,QAAA;IACJQ,MAAM,EACJS,IAAI,KAAK,MAAM,GACXvB,OAAO,CAAC,oCAAoC,CAAC,GAC7CA,OAAO,CAAC,6BAA6B,CAC1C;IACDsB,KAAK,EAAE,CAACW,MAAM,CAACC,IAAI,EAAET,UAAU,EAAEH,KAAK;EAAE,GACpCE,SAAS,CACd,CAAC;AAEN,CAAC;AAACW,OAAA,CAAAf,iBAAA,GAAAA,iBAAA;AAEF,MAAMa,MAAM,GAAGG,uBAAU,CAACC,MAAM,CAAC;EAC/BH,IAAI,EAAE;IACJI,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB;AACF,CAAC,CAAC"}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.EyeIcon = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _hooksUtil = require("../../hooks-util");
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
const EyeIcon = _ref => {
|
|
13
|
+
let {
|
|
14
|
+
style,
|
|
15
|
+
size = 'small',
|
|
16
|
+
...restProps
|
|
17
|
+
} = _ref;
|
|
18
|
+
const iconStyles = (0, _hooksUtil.useHMSRoomStyle)(theme => ({
|
|
19
|
+
tintColor: theme.palette.on_surface_high
|
|
20
|
+
}));
|
|
21
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.Image, _extends({
|
|
22
|
+
source: require('./assets/eye-on-small.png'),
|
|
23
|
+
style: [styles.icon, iconStyles, style]
|
|
24
|
+
}, restProps));
|
|
25
|
+
};
|
|
26
|
+
exports.EyeIcon = EyeIcon;
|
|
27
|
+
const styles = _reactNative.StyleSheet.create({
|
|
28
|
+
icon: {
|
|
29
|
+
width: 16,
|
|
30
|
+
height: 16,
|
|
31
|
+
alignItems: 'center',
|
|
32
|
+
justifyContent: 'center'
|
|
33
|
+
}
|
|
34
|
+
});
|
|
35
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_hooksUtil","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","EyeIcon","_ref","style","size","restProps","iconStyles","useHMSRoomStyle","theme","tintColor","palette","on_surface_high","createElement","Image","styles","icon","exports","StyleSheet","create","width","height","alignItems","justifyContent"],"sourceRoot":"../../../../src","sources":["Icons/Eye/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAGA,IAAAE,UAAA,GAAAF,OAAA;AAAmD,SAAAD,uBAAAI,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAM5C,MAAMQ,OAA+B,GAAGC,IAAA,IAIzC;EAAA,IAJ0C;IAC9CC,KAAK;IACLC,IAAI,GAAG,OAAO;IACd,GAAGC;EACL,CAAC,GAAAH,IAAA;EACC,MAAMI,UAAU,GAAG,IAAAC,0BAAe,EAAEC,KAAK,KAAM;IAC7CC,SAAS,EAAED,KAAK,CAACE,OAAO,CAACC;EAC3B,CAAC,CAAC,CAAC;EAEH,oBACEhC,MAAA,CAAAO,OAAA,CAAA0B,aAAA,CAAC9B,YAAA,CAAA+B,KAAK,EAAA1B,QAAA;IACJQ,MAAM,EAAEd,OAAO,CAAC,2BAA2B,CAAE;IAC7CsB,KAAK,EAAE,CAACW,MAAM,CAACC,IAAI,EAAET,UAAU,EAAEH,KAAK;EAAE,GACpCE,SAAS,CACd,CAAC;AAEN,CAAC;AAACW,OAAA,CAAAf,OAAA,GAAAA,OAAA;AAEF,MAAMa,MAAM,GAAGG,uBAAU,CAACC,MAAM,CAAC;EAC/BH,IAAI,EAAE;IACJI,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB;AACF,CAAC,CAAC"}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -11,10 +11,11 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
11
11
|
const PersonIcon = _ref => {
|
|
12
12
|
let {
|
|
13
13
|
style,
|
|
14
|
+
type = 'normal',
|
|
14
15
|
...restProps
|
|
15
16
|
} = _ref;
|
|
16
17
|
return /*#__PURE__*/_react.default.createElement(_reactNative.Image, _extends({
|
|
17
|
-
source: require('./assets/person.png'),
|
|
18
|
+
source: type === 'off' ? require('./assets/person-off.png') : type === 'left' ? require('./assets/person-left.png') : type === 'rectangle' ? require('./assets/person-rectangle.png') : require('./assets/person.png'),
|
|
18
19
|
style: [styles.icon, style]
|
|
19
20
|
}, restProps));
|
|
20
21
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","PersonIcon","_ref","style","restProps","createElement","Image","styles","icon","exports","StyleSheet","create","width","height","alignItems","justifyContent"],"sourceRoot":"../../../../src","sources":["Icons/Person/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAAiD,SAAAD,uBAAAG,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","PersonIcon","_ref","style","type","restProps","createElement","Image","styles","icon","exports","StyleSheet","create","width","height","alignItems","justifyContent"],"sourceRoot":"../../../../src","sources":["Icons/Person/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAAiD,SAAAD,uBAAAG,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAO1C,MAAMQ,UAAqC,GAAGC,IAAA,IAI/C;EAAA,IAJgD;IACpDC,KAAK;IACLC,IAAI,GAAG,QAAQ;IACf,GAAGC;EACL,CAAC,GAAAH,IAAA;EACC,oBACEtB,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,YAAA,CAAAwB,KAAK,EAAApB,QAAA;IACJQ,MAAM,EACJS,IAAI,KAAK,KAAK,GACVtB,OAAO,CAAC,yBAAyB,CAAC,GAClCsB,IAAI,KAAK,MAAM,GACftB,OAAO,CAAC,0BAA0B,CAAC,GACnCsB,IAAI,KAAK,WAAW,GACpBtB,OAAO,CAAC,+BAA+B,CAAC,GACxCA,OAAO,CAAC,qBAAqB,CAClC;IACDqB,KAAK,EAAE,CAACK,MAAM,CAACC,IAAI,EAAEN,KAAK;EAAE,GACxBE,SAAS,CACd,CAAC;AAEN,CAAC;AAACK,OAAA,CAAAT,UAAA,GAAAA,UAAA;AAEF,MAAMO,MAAM,GAAGG,uBAAU,CAACC,MAAM,CAAC;EAC/BH,IAAI,EAAE;IACJI,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB;AACF,CAAC,CAAC"}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.RadioIcon = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
|
+
var _hooksUtil = require("../../hooks-util");
|
|
9
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
10
11
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
11
12
|
const RadioIcon = _ref => {
|
|
@@ -13,18 +14,45 @@ const RadioIcon = _ref => {
|
|
|
13
14
|
style,
|
|
14
15
|
...restProps
|
|
15
16
|
} = _ref;
|
|
17
|
+
const hmsRoomStyles = (0, _hooksUtil.useHMSRoomStyleSheet)(theme => ({
|
|
18
|
+
container: {
|
|
19
|
+
backgroundColor: theme.palette.surface_default
|
|
20
|
+
},
|
|
21
|
+
icon: {
|
|
22
|
+
tintColor: theme.palette.on_surface_high
|
|
23
|
+
}
|
|
24
|
+
}));
|
|
25
|
+
if (restProps.size === 'extra-large') {
|
|
26
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
27
|
+
style: [styles.container, hmsRoomStyles.container, restProps.containerStyle]
|
|
28
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.Image, _extends({
|
|
29
|
+
source: require('./assets/radio-xlarge.png'),
|
|
30
|
+
style: [styles.icon, styles.xLargeIcon, hmsRoomStyles.icon, style]
|
|
31
|
+
}, restProps)));
|
|
32
|
+
}
|
|
16
33
|
return /*#__PURE__*/_react.default.createElement(_reactNative.Image, _extends({
|
|
17
34
|
source: require('./assets/radio.png'),
|
|
18
|
-
style: [styles.icon, style]
|
|
35
|
+
style: [styles.icon, hmsRoomStyles.icon, style]
|
|
19
36
|
}, restProps));
|
|
20
37
|
};
|
|
21
38
|
exports.RadioIcon = RadioIcon;
|
|
22
39
|
const styles = _reactNative.StyleSheet.create({
|
|
40
|
+
container: {
|
|
41
|
+
width: 80,
|
|
42
|
+
height: 80,
|
|
43
|
+
borderRadius: 40,
|
|
44
|
+
alignItems: 'center',
|
|
45
|
+
justifyContent: 'center'
|
|
46
|
+
},
|
|
23
47
|
icon: {
|
|
24
48
|
width: 24,
|
|
25
49
|
height: 24,
|
|
26
50
|
alignItems: 'center',
|
|
27
51
|
justifyContent: 'center'
|
|
52
|
+
},
|
|
53
|
+
xLargeIcon: {
|
|
54
|
+
width: 56,
|
|
55
|
+
height: 56
|
|
28
56
|
}
|
|
29
57
|
});
|
|
30
58
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","RadioIcon","_ref","style","restProps","createElement","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_hooksUtil","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","RadioIcon","_ref","style","restProps","hmsRoomStyles","useHMSRoomStyleSheet","theme","container","backgroundColor","palette","surface_default","icon","tintColor","on_surface_high","size","createElement","View","styles","containerStyle","Image","xLargeIcon","exports","StyleSheet","create","width","height","borderRadius","alignItems","justifyContent"],"sourceRoot":"../../../../src","sources":["Icons/Radio/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAGA,IAAAE,UAAA,GAAAF,OAAA;AAAwD,SAAAD,uBAAAI,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAajD,MAAMQ,SAAmC,GAAGC,IAAA,IAG7C;EAAA,IAH8C;IAClDC,KAAK;IACL,GAAGC;EACL,CAAC,GAAAF,IAAA;EACC,MAAMG,aAAa,GAAG,IAAAC,+BAAoB,EAAEC,KAAK,KAAM;IACrDC,SAAS,EAAE;MACTC,eAAe,EAAEF,KAAK,CAACG,OAAO,CAACC;IACjC,CAAC;IACDC,IAAI,EAAE;MACJC,SAAS,EAAEN,KAAK,CAACG,OAAO,CAACI;IAC3B;EACF,CAAC,CAAC,CAAC;EAEH,IAAIV,SAAS,CAACW,IAAI,KAAK,aAAa,EAAE;IACpC,oBACEpC,MAAA,CAAAO,OAAA,CAAA8B,aAAA,CAAClC,YAAA,CAAAmC,IAAI;MACHd,KAAK,EAAE,CACLe,MAAM,CAACV,SAAS,EAChBH,aAAa,CAACG,SAAS,EACvBJ,SAAS,CAACe,cAAc;IACxB,gBAEFxC,MAAA,CAAAO,OAAA,CAAA8B,aAAA,CAAClC,YAAA,CAAAsC,KAAK,EAAAjC,QAAA;MACJQ,MAAM,EAAEd,OAAO,CAAC,2BAA2B,CAAE;MAC7CsB,KAAK,EAAE,CAACe,MAAM,CAACN,IAAI,EAAEM,MAAM,CAACG,UAAU,EAAEhB,aAAa,CAACO,IAAI,EAAET,KAAK;IAAE,GAC/DC,SAAS,CACd,CACG,CAAC;EAEX;EAEA,oBACEzB,MAAA,CAAAO,OAAA,CAAA8B,aAAA,CAAClC,YAAA,CAAAsC,KAAK,EAAAjC,QAAA;IACJQ,MAAM,EAAEd,OAAO,CAAC,oBAAoB,CAAE;IACtCsB,KAAK,EAAE,CAACe,MAAM,CAACN,IAAI,EAAEP,aAAa,CAACO,IAAI,EAAET,KAAK;EAAE,GAC5CC,SAAS,CACd,CAAC;AAEN,CAAC;AAACkB,OAAA,CAAArB,SAAA,GAAAA,SAAA;AAEF,MAAMiB,MAAM,GAAGK,uBAAU,CAACC,MAAM,CAAC;EAC/BhB,SAAS,EAAE;IACTiB,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVC,YAAY,EAAE,EAAE;IAChBC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB,CAAC;EACDjB,IAAI,EAAE;IACJa,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVE,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB,CAAC;EACDR,UAAU,EAAE;IACVI,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE;EACV;AACF,CAAC,CAAC"}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.SearchIcon = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _hooksUtil = require("../../hooks-util");
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
const SearchIcon = _ref => {
|
|
13
|
+
let {
|
|
14
|
+
style,
|
|
15
|
+
...restProps
|
|
16
|
+
} = _ref;
|
|
17
|
+
const iconStyles = (0, _hooksUtil.useHMSRoomStyle)(theme => ({
|
|
18
|
+
tintColor: theme.palette.on_surface_high
|
|
19
|
+
}));
|
|
20
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.Image, _extends({
|
|
21
|
+
source: require('./assets/search.png'),
|
|
22
|
+
style: [styles.icon, iconStyles, style]
|
|
23
|
+
}, restProps));
|
|
24
|
+
};
|
|
25
|
+
exports.SearchIcon = SearchIcon;
|
|
26
|
+
const styles = _reactNative.StyleSheet.create({
|
|
27
|
+
icon: {
|
|
28
|
+
width: 24,
|
|
29
|
+
height: 24,
|
|
30
|
+
alignItems: 'center',
|
|
31
|
+
justifyContent: 'center'
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_hooksUtil","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","SearchIcon","_ref","style","restProps","iconStyles","useHMSRoomStyle","theme","tintColor","palette","on_surface_high","createElement","Image","styles","icon","exports","StyleSheet","create","width","height","alignItems","justifyContent"],"sourceRoot":"../../../../src","sources":["Icons/Search/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAGA,IAAAE,UAAA,GAAAF,OAAA;AAAmD,SAAAD,uBAAAI,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAI5C,MAAMQ,UAAqC,GAAGC,IAAA,IAG/C;EAAA,IAHgD;IACpDC,KAAK;IACL,GAAGC;EACL,CAAC,GAAAF,IAAA;EACC,MAAMG,UAAU,GAAG,IAAAC,0BAAe,EAAEC,KAAK,KAAM;IAC7CC,SAAS,EAAED,KAAK,CAACE,OAAO,CAACC;EAC3B,CAAC,CAAC,CAAC;EAEH,oBACE/B,MAAA,CAAAO,OAAA,CAAAyB,aAAA,CAAC7B,YAAA,CAAA8B,KAAK,EAAAzB,QAAA;IACJQ,MAAM,EAAEd,OAAO,CAAC,qBAAqB,CAAE;IACvCsB,KAAK,EAAE,CAACU,MAAM,CAACC,IAAI,EAAET,UAAU,EAAEF,KAAK;EAAE,GACpCC,SAAS,CACd,CAAC;AAEN,CAAC;AAACW,OAAA,CAAAd,UAAA,GAAAA,UAAA;AAEF,MAAMY,MAAM,GAAGG,uBAAU,CAACC,MAAM,CAAC;EAC/BH,IAAI,EAAE;IACJI,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB;AACF,CAAC,CAAC"}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_hooksUtil","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","StopIcon","_ref","style","restProps","iconStyles","useHMSRoomStyle","theme","tintColor","palette","on_surface_high","createElement","Image","styles","icon","exports","StyleSheet","create","width","height","alignItems","justifyContent"],"sourceRoot":"../../../../src","sources":["Icons/Stop/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAGA,IAAAE,UAAA,GAAAF,OAAA;AAAmD,SAAAD,uBAAAI,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAI5C,MAAMQ,QAAiC,GAAGC,IAAA,
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_hooksUtil","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","StopIcon","_ref","style","restProps","iconStyles","useHMSRoomStyle","theme","tintColor","palette","on_surface_high","createElement","Image","styles","icon","exports","StyleSheet","create","width","height","alignItems","justifyContent"],"sourceRoot":"../../../../src","sources":["Icons/Stop/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAGA,IAAAE,UAAA,GAAAF,OAAA;AAAmD,SAAAD,uBAAAI,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAI5C,MAAMQ,QAAiC,GAAGC,IAAA,IAA6B;EAAA,IAA5B;IAAEC,KAAK;IAAE,GAAGC;EAAU,CAAC,GAAAF,IAAA;EACvE,MAAMG,UAAU,GAAG,IAAAC,0BAAe,EAAEC,KAAK,KAAM;IAC7CC,SAAS,EAAED,KAAK,CAACE,OAAO,CAACC;EAC3B,CAAC,CAAC,CAAC;EAEH,oBACE/B,MAAA,CAAAO,OAAA,CAAAyB,aAAA,CAAC7B,YAAA,CAAA8B,KAAK,EAAAzB,QAAA;IACJQ,MAAM,EAAEd,OAAO,CAAC,mBAAmB,CAAE;IACrCsB,KAAK,EAAE,CAACU,MAAM,CAACC,IAAI,EAAET,UAAU,EAAEF,KAAK;EAAE,GACpCC,SAAS,CACd,CAAC;AAEN,CAAC;AAACW,OAAA,CAAAd,QAAA,GAAAA,QAAA;AAEF,MAAMY,MAAM,GAAGG,uBAAU,CAACC,MAAM,CAAC;EAC/BH,IAAI,EAAE;IACJI,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB;AACF,CAAC,CAAC"}
|
|
@@ -410,4 +410,26 @@ Object.keys(_Stop).forEach(function (key) {
|
|
|
410
410
|
}
|
|
411
411
|
});
|
|
412
412
|
});
|
|
413
|
+
var _Eye = require("./Eye");
|
|
414
|
+
Object.keys(_Eye).forEach(function (key) {
|
|
415
|
+
if (key === "default" || key === "__esModule") return;
|
|
416
|
+
if (key in exports && exports[key] === _Eye[key]) return;
|
|
417
|
+
Object.defineProperty(exports, key, {
|
|
418
|
+
enumerable: true,
|
|
419
|
+
get: function () {
|
|
420
|
+
return _Eye[key];
|
|
421
|
+
}
|
|
422
|
+
});
|
|
423
|
+
});
|
|
424
|
+
var _Search = require("./Search");
|
|
425
|
+
Object.keys(_Search).forEach(function (key) {
|
|
426
|
+
if (key === "default" || key === "__esModule") return;
|
|
427
|
+
if (key in exports && exports[key] === _Search[key]) return;
|
|
428
|
+
Object.defineProperty(exports, key, {
|
|
429
|
+
enumerable: true,
|
|
430
|
+
get: function () {
|
|
431
|
+
return _Search[key];
|
|
432
|
+
}
|
|
433
|
+
});
|
|
434
|
+
});
|
|
413
435
|
//# sourceMappingURL=index.js.map
|