@stream-io/video-react-native-sdk 1.10.5 → 1.10.7

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.
Files changed (1079) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/commonjs/components/Call/CallContent/CallContent.js +21 -31
  3. package/dist/commonjs/components/Call/CallContent/CallContent.js.map +1 -1
  4. package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js +2 -3
  5. package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
  6. package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js +6 -10
  7. package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js.map +1 -1
  8. package/dist/commonjs/components/Call/CallControls/CallControls.js +5 -7
  9. package/dist/commonjs/components/Call/CallControls/CallControls.js.map +1 -1
  10. package/dist/commonjs/components/Call/CallControls/CallControlsButton.js +8 -11
  11. package/dist/commonjs/components/Call/CallControls/CallControlsButton.js.map +1 -1
  12. package/dist/commonjs/components/Call/CallControls/HangupCallButton.js +6 -10
  13. package/dist/commonjs/components/Call/CallControls/HangupCallButton.js.map +1 -1
  14. package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js +9 -11
  15. package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js.map +1 -1
  16. package/dist/commonjs/components/Call/CallControls/LobbyControls.js +3 -5
  17. package/dist/commonjs/components/Call/CallControls/LobbyControls.js.map +1 -1
  18. package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js +9 -12
  19. package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
  20. package/dist/commonjs/components/Call/CallControls/ReactionsButton.js +15 -22
  21. package/dist/commonjs/components/Call/CallControls/ReactionsButton.js.map +1 -1
  22. package/dist/commonjs/components/Call/CallControls/RejectCallButton.js +6 -10
  23. package/dist/commonjs/components/Call/CallControls/RejectCallButton.js.map +1 -1
  24. package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js +11 -15
  25. package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
  26. package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js +9 -13
  27. package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
  28. package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js +13 -18
  29. package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
  30. package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js +12 -17
  31. package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
  32. package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js +9 -13
  33. package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
  34. package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js +12 -17
  35. package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
  36. package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js +34 -39
  37. package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
  38. package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js +8 -10
  39. package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
  40. package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js +18 -22
  41. package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
  42. package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js +21 -25
  43. package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
  44. package/dist/commonjs/components/Call/Lobby/JoinCallButton.js +7 -10
  45. package/dist/commonjs/components/Call/Lobby/JoinCallButton.js.map +1 -1
  46. package/dist/commonjs/components/Call/Lobby/Lobby.js +33 -43
  47. package/dist/commonjs/components/Call/Lobby/Lobby.js.map +1 -1
  48. package/dist/commonjs/components/Call/Lobby/LobbyFooter.js +16 -21
  49. package/dist/commonjs/components/Call/Lobby/LobbyFooter.js.map +1 -1
  50. package/dist/commonjs/components/Call/RingingCallContent/CallLeftIndicator.js +1 -2
  51. package/dist/commonjs/components/Call/RingingCallContent/CallLeftIndicator.js.map +1 -1
  52. package/dist/commonjs/components/Call/RingingCallContent/CallPreparingIndicator.js +1 -2
  53. package/dist/commonjs/components/Call/RingingCallContent/CallPreparingIndicator.js.map +1 -1
  54. package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js +22 -32
  55. package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
  56. package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js +25 -35
  57. package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
  58. package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js +8 -12
  59. package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
  60. package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js +22 -28
  61. package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
  62. package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js +22 -25
  63. package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js.map +1 -1
  64. package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js +26 -31
  65. package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
  66. package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js +12 -16
  67. package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
  68. package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js +12 -16
  69. package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
  70. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +14 -19
  71. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
  72. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js +3 -5
  73. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
  74. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +16 -19
  75. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
  76. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +14 -19
  77. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
  78. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +12 -16
  79. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
  80. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +9 -12
  81. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
  82. package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js +12 -14
  83. package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
  84. package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamPlayer.js +3 -5
  85. package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamPlayer.js.map +1 -1
  86. package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js +12 -16
  87. package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
  88. package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js +12 -16
  89. package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
  90. package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +13 -18
  91. package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
  92. package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js +7 -10
  93. package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
  94. package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +13 -18
  95. package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
  96. package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js +15 -19
  97. package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
  98. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +15 -18
  99. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
  100. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +18 -20
  101. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
  102. package/dist/commonjs/components/Participant/FloatingParticipantView/index.js +33 -39
  103. package/dist/commonjs/components/Participant/FloatingParticipantView/index.js.map +1 -1
  104. package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js +43 -54
  105. package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
  106. package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +27 -30
  107. package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
  108. package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js +7 -11
  109. package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
  110. package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js +14 -17
  111. package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
  112. package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js +20 -23
  113. package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
  114. package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js +7 -8
  115. package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
  116. package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer.js +11 -13
  117. package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer.js.map +1 -1
  118. package/dist/commonjs/components/utility/Avatar.js +15 -18
  119. package/dist/commonjs/components/utility/Avatar.js.map +1 -1
  120. package/dist/commonjs/components/utility/ScreenShareOverlay.js +29 -35
  121. package/dist/commonjs/components/utility/ScreenShareOverlay.js.map +1 -1
  122. package/dist/commonjs/contexts/BackgroundFilters.js +3 -5
  123. package/dist/commonjs/contexts/BackgroundFilters.js.map +1 -1
  124. package/dist/commonjs/contexts/StreamVideoContext.js +5 -6
  125. package/dist/commonjs/contexts/StreamVideoContext.js.map +1 -1
  126. package/dist/commonjs/contexts/ThemeContext.js +3 -5
  127. package/dist/commonjs/contexts/ThemeContext.js.map +1 -1
  128. package/dist/commonjs/hooks/internal/useCallMediaStreamCleanup.js +1 -0
  129. package/dist/commonjs/hooks/internal/useCallMediaStreamCleanup.js.map +1 -1
  130. package/dist/commonjs/icons/Back.js +6 -8
  131. package/dist/commonjs/icons/Back.js.map +1 -1
  132. package/dist/commonjs/icons/CameraSwitch.js +6 -8
  133. package/dist/commonjs/icons/CameraSwitch.js.map +1 -1
  134. package/dist/commonjs/icons/EndStreamIcon.js +6 -8
  135. package/dist/commonjs/icons/EndStreamIcon.js.map +1 -1
  136. package/dist/commonjs/icons/Eye.js +6 -8
  137. package/dist/commonjs/icons/Eye.js.map +1 -1
  138. package/dist/commonjs/icons/IconWrapper.js +3 -5
  139. package/dist/commonjs/icons/IconWrapper.js.map +1 -1
  140. package/dist/commonjs/icons/LeaveStreamIcon.js +6 -8
  141. package/dist/commonjs/icons/LeaveStreamIcon.js.map +1 -1
  142. package/dist/commonjs/icons/Lock.js +6 -8
  143. package/dist/commonjs/icons/Lock.js.map +1 -1
  144. package/dist/commonjs/icons/Mic.js +6 -8
  145. package/dist/commonjs/icons/Mic.js.map +1 -1
  146. package/dist/commonjs/icons/MicOff.js +6 -8
  147. package/dist/commonjs/icons/MicOff.js.map +1 -1
  148. package/dist/commonjs/icons/Phone.js +6 -8
  149. package/dist/commonjs/icons/Phone.js.map +1 -1
  150. package/dist/commonjs/icons/PhoneDown.js +6 -8
  151. package/dist/commonjs/icons/PhoneDown.js.map +1 -1
  152. package/dist/commonjs/icons/PinVertical.js +6 -8
  153. package/dist/commonjs/icons/PinVertical.js.map +1 -1
  154. package/dist/commonjs/icons/Reaction.js +6 -8
  155. package/dist/commonjs/icons/Reaction.js.map +1 -1
  156. package/dist/commonjs/icons/ScreenShare.js +6 -8
  157. package/dist/commonjs/icons/ScreenShare.js.map +1 -1
  158. package/dist/commonjs/icons/ScreenShareIndicator.js +18 -21
  159. package/dist/commonjs/icons/ScreenShareIndicator.js.map +1 -1
  160. package/dist/commonjs/icons/Settings.js +5 -7
  161. package/dist/commonjs/icons/Settings.js.map +1 -1
  162. package/dist/commonjs/icons/ShieldBadge.js +6 -8
  163. package/dist/commonjs/icons/ShieldBadge.js.map +1 -1
  164. package/dist/commonjs/icons/Spotlight.js +8 -10
  165. package/dist/commonjs/icons/Spotlight.js.map +1 -1
  166. package/dist/commonjs/icons/StartStreamIcon.js +6 -8
  167. package/dist/commonjs/icons/StartStreamIcon.js.map +1 -1
  168. package/dist/commonjs/icons/StopScreenShare.js +9 -11
  169. package/dist/commonjs/icons/StopScreenShare.js.map +1 -1
  170. package/dist/commonjs/icons/ThreeDots.js +18 -20
  171. package/dist/commonjs/icons/ThreeDots.js.map +1 -1
  172. package/dist/commonjs/icons/TopViewBackground.js +19 -24
  173. package/dist/commonjs/icons/TopViewBackground.js.map +1 -1
  174. package/dist/commonjs/icons/Video.js +6 -8
  175. package/dist/commonjs/icons/Video.js.map +1 -1
  176. package/dist/commonjs/icons/VideoSlash.js +6 -8
  177. package/dist/commonjs/icons/VideoSlash.js.map +1 -1
  178. package/dist/commonjs/providers/StreamCall/AppStateListener.js +19 -11
  179. package/dist/commonjs/providers/StreamCall/AppStateListener.js.map +1 -1
  180. package/dist/commonjs/providers/StreamCall/index.js +3 -5
  181. package/dist/commonjs/providers/StreamCall/index.js.map +1 -1
  182. package/dist/commonjs/providers/StreamVideo.js +5 -10
  183. package/dist/commonjs/providers/StreamVideo.js.map +1 -1
  184. package/dist/commonjs/version.js +1 -1
  185. package/dist/module/components/Call/CallContent/CallContent.js +21 -33
  186. package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
  187. package/dist/module/components/Call/CallContent/RTCViewPipIOS.js +2 -5
  188. package/dist/module/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
  189. package/dist/module/components/Call/CallContent/index.js +0 -2
  190. package/dist/module/components/Call/CallContent/index.js.map +1 -1
  191. package/dist/module/components/Call/CallControls/AcceptCallButton.js +7 -12
  192. package/dist/module/components/Call/CallControls/AcceptCallButton.js.map +1 -1
  193. package/dist/module/components/Call/CallControls/CallControls.js +6 -9
  194. package/dist/module/components/Call/CallControls/CallControls.js.map +1 -1
  195. package/dist/module/components/Call/CallControls/CallControlsButton.js +8 -13
  196. package/dist/module/components/Call/CallControls/CallControlsButton.js.map +1 -1
  197. package/dist/module/components/Call/CallControls/HangupCallButton.js +7 -12
  198. package/dist/module/components/Call/CallControls/HangupCallButton.js.map +1 -1
  199. package/dist/module/components/Call/CallControls/IncomingCallControls.js +10 -13
  200. package/dist/module/components/Call/CallControls/IncomingCallControls.js.map +1 -1
  201. package/dist/module/components/Call/CallControls/LobbyControls.js +3 -7
  202. package/dist/module/components/Call/CallControls/LobbyControls.js.map +1 -1
  203. package/dist/module/components/Call/CallControls/OutgoingCallControls.js +10 -14
  204. package/dist/module/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
  205. package/dist/module/components/Call/CallControls/ReactionsButton.js +16 -24
  206. package/dist/module/components/Call/CallControls/ReactionsButton.js.map +1 -1
  207. package/dist/module/components/Call/CallControls/RejectCallButton.js +7 -12
  208. package/dist/module/components/Call/CallControls/RejectCallButton.js.map +1 -1
  209. package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js +12 -17
  210. package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
  211. package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js +10 -15
  212. package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
  213. package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js +14 -20
  214. package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
  215. package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js +13 -19
  216. package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
  217. package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js +10 -15
  218. package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
  219. package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js +13 -19
  220. package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
  221. package/dist/module/components/Call/CallControls/index.js +0 -2
  222. package/dist/module/components/Call/CallControls/index.js.map +1 -1
  223. package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js +34 -41
  224. package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
  225. package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js +9 -12
  226. package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
  227. package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js +19 -24
  228. package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
  229. package/dist/module/components/Call/CallLayout/index.js +0 -2
  230. package/dist/module/components/Call/CallLayout/index.js.map +1 -1
  231. package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js +21 -27
  232. package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
  233. package/dist/module/components/Call/CallParticipantsList/index.js +0 -2
  234. package/dist/module/components/Call/CallParticipantsList/index.js.map +1 -1
  235. package/dist/module/components/Call/Lobby/JoinCallButton.js +8 -12
  236. package/dist/module/components/Call/Lobby/JoinCallButton.js.map +1 -1
  237. package/dist/module/components/Call/Lobby/Lobby.js +34 -45
  238. package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
  239. package/dist/module/components/Call/Lobby/LobbyFooter.js +17 -23
  240. package/dist/module/components/Call/Lobby/LobbyFooter.js.map +1 -1
  241. package/dist/module/components/Call/Lobby/index.js +0 -2
  242. package/dist/module/components/Call/Lobby/index.js.map +1 -1
  243. package/dist/module/components/Call/RingingCallContent/CallLeftIndicator.js +1 -4
  244. package/dist/module/components/Call/RingingCallContent/CallLeftIndicator.js.map +1 -1
  245. package/dist/module/components/Call/RingingCallContent/CallPreparingIndicator.js +1 -4
  246. package/dist/module/components/Call/RingingCallContent/CallPreparingIndicator.js.map +1 -1
  247. package/dist/module/components/Call/RingingCallContent/IncomingCall.js +23 -34
  248. package/dist/module/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
  249. package/dist/module/components/Call/RingingCallContent/OutgoingCall.js +26 -37
  250. package/dist/module/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
  251. package/dist/module/components/Call/RingingCallContent/RingingCallContent.js +9 -14
  252. package/dist/module/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
  253. package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js +22 -30
  254. package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
  255. package/dist/module/components/Call/RingingCallContent/UserInfo.js +22 -27
  256. package/dist/module/components/Call/RingingCallContent/UserInfo.js.map +1 -1
  257. package/dist/module/components/Call/RingingCallContent/index.js +0 -2
  258. package/dist/module/components/Call/RingingCallContent/index.js.map +1 -1
  259. package/dist/module/components/Call/index.js +0 -2
  260. package/dist/module/components/Call/index.js.map +1 -1
  261. package/dist/module/components/Livestream/HostLivestream/HostLivestream.js +27 -33
  262. package/dist/module/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
  263. package/dist/module/components/Livestream/HostLivestream/index.js +0 -2
  264. package/dist/module/components/Livestream/HostLivestream/index.js.map +1 -1
  265. package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js +13 -18
  266. package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
  267. package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js +13 -18
  268. package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
  269. package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +14 -21
  270. package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
  271. package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js +4 -7
  272. package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
  273. package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +16 -21
  274. package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
  275. package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +14 -21
  276. package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
  277. package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +13 -18
  278. package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
  279. package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +10 -14
  280. package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
  281. package/dist/module/components/Livestream/LivestreamControls/index.js +0 -2
  282. package/dist/module/components/Livestream/LivestreamControls/index.js.map +1 -1
  283. package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js +13 -16
  284. package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
  285. package/dist/module/components/Livestream/LivestreamLayout/index.js +0 -2
  286. package/dist/module/components/Livestream/LivestreamLayout/index.js.map +1 -1
  287. package/dist/module/components/Livestream/LivestreamPlayer/LivestreamPlayer.js +3 -7
  288. package/dist/module/components/Livestream/LivestreamPlayer/LivestreamPlayer.js.map +1 -1
  289. package/dist/module/components/Livestream/LivestreamPlayer/index.js +0 -2
  290. package/dist/module/components/Livestream/LivestreamPlayer/index.js.map +1 -1
  291. package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js +13 -18
  292. package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
  293. package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js +13 -18
  294. package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
  295. package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +14 -20
  296. package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
  297. package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js +8 -12
  298. package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
  299. package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +14 -20
  300. package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
  301. package/dist/module/components/Livestream/LivestreamTopView/index.js +0 -2
  302. package/dist/module/components/Livestream/LivestreamTopView/index.js.map +1 -1
  303. package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js +16 -21
  304. package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
  305. package/dist/module/components/Livestream/ViewerLivestream/index.js +0 -2
  306. package/dist/module/components/Livestream/ViewerLivestream/index.js.map +1 -1
  307. package/dist/module/components/Livestream/index.js +0 -2
  308. package/dist/module/components/Livestream/index.js.map +1 -1
  309. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +15 -20
  310. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
  311. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +18 -22
  312. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
  313. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js +0 -2
  314. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js.map +1 -1
  315. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/index.js +0 -2
  316. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/index.js.map +1 -1
  317. package/dist/module/components/Participant/FloatingParticipantView/index.js +34 -41
  318. package/dist/module/components/Participant/FloatingParticipantView/index.js.map +1 -1
  319. package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js +44 -56
  320. package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
  321. package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +28 -32
  322. package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
  323. package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js +8 -13
  324. package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
  325. package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js +15 -19
  326. package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
  327. package/dist/module/components/Participant/ParticipantView/ParticipantView.js +21 -25
  328. package/dist/module/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
  329. package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js +8 -10
  330. package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
  331. package/dist/module/components/Participant/ParticipantView/VideoRenderer.js +11 -15
  332. package/dist/module/components/Participant/ParticipantView/VideoRenderer.js.map +1 -1
  333. package/dist/module/components/Participant/ParticipantView/index.js +0 -2
  334. package/dist/module/components/Participant/ParticipantView/index.js.map +1 -1
  335. package/dist/module/components/Participant/index.js +0 -2
  336. package/dist/module/components/Participant/index.js.map +1 -1
  337. package/dist/module/components/index.js +0 -2
  338. package/dist/module/components/index.js.map +1 -1
  339. package/dist/module/components/utility/Avatar.js +16 -20
  340. package/dist/module/components/utility/Avatar.js.map +1 -1
  341. package/dist/module/components/utility/ScreenShareOverlay.js +30 -37
  342. package/dist/module/components/utility/ScreenShareOverlay.js.map +1 -1
  343. package/dist/module/components/utility/index.js +0 -2
  344. package/dist/module/components/utility/index.js.map +1 -1
  345. package/dist/module/constants/TestIds.js +0 -2
  346. package/dist/module/constants/TestIds.js.map +1 -1
  347. package/dist/module/constants/index.js +0 -2
  348. package/dist/module/constants/index.js.map +1 -1
  349. package/dist/module/contexts/BackgroundFilters.js +3 -7
  350. package/dist/module/contexts/BackgroundFilters.js.map +1 -1
  351. package/dist/module/contexts/StreamVideoContext.js +3 -7
  352. package/dist/module/contexts/StreamVideoContext.js.map +1 -1
  353. package/dist/module/contexts/ThemeContext.js +3 -7
  354. package/dist/module/contexts/ThemeContext.js.map +1 -1
  355. package/dist/module/contexts/index.js +0 -2
  356. package/dist/module/contexts/index.js.map +1 -1
  357. package/dist/module/hooks/index.js +0 -2
  358. package/dist/module/hooks/index.js.map +1 -1
  359. package/dist/module/hooks/internal/useCallMediaStreamCleanup.js +2 -3
  360. package/dist/module/hooks/internal/useCallMediaStreamCleanup.js.map +1 -1
  361. package/dist/module/hooks/push/index.js +0 -2
  362. package/dist/module/hooks/push/index.js.map +1 -1
  363. package/dist/module/hooks/push/useInitAndroidTokenAndRest.js +0 -2
  364. package/dist/module/hooks/push/useInitAndroidTokenAndRest.js.map +1 -1
  365. package/dist/module/hooks/push/useIosCallKeepEventsSetupEffect.js +0 -2
  366. package/dist/module/hooks/push/useIosCallKeepEventsSetupEffect.js.map +1 -1
  367. package/dist/module/hooks/push/useIosCallkeepWithCallingStateEffect.js +0 -2
  368. package/dist/module/hooks/push/useIosCallkeepWithCallingStateEffect.js.map +1 -1
  369. package/dist/module/hooks/push/useIosInitRemoteNotifications.js +0 -2
  370. package/dist/module/hooks/push/useIosInitRemoteNotifications.js.map +1 -1
  371. package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js +0 -2
  372. package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js.map +1 -1
  373. package/dist/module/hooks/push/useProcessPushCallEffect.js +0 -2
  374. package/dist/module/hooks/push/useProcessPushCallEffect.js.map +1 -1
  375. package/dist/module/hooks/push/useProcessPushNonRingingCallEffect.js +0 -2
  376. package/dist/module/hooks/push/useProcessPushNonRingingCallEffect.js.map +1 -1
  377. package/dist/module/hooks/useAndroidKeepCallAliveEffect.js +0 -2
  378. package/dist/module/hooks/useAndroidKeepCallAliveEffect.js.map +1 -1
  379. package/dist/module/hooks/useApplyDefaultMediaStreamSettings.js +0 -2
  380. package/dist/module/hooks/useApplyDefaultMediaStreamSettings.js.map +1 -1
  381. package/dist/module/hooks/useAutoEnterPiPEffect.js +0 -2
  382. package/dist/module/hooks/useAutoEnterPiPEffect.js.map +1 -1
  383. package/dist/module/hooks/useIsInPiPMode.js +0 -2
  384. package/dist/module/hooks/useIsInPiPMode.js.map +1 -1
  385. package/dist/module/hooks/useIsIosScreenshareBroadcastStarted.js +0 -2
  386. package/dist/module/hooks/useIsIosScreenshareBroadcastStarted.js.map +1 -1
  387. package/dist/module/hooks/usePaginatedLayoutSortPreset.js +0 -2
  388. package/dist/module/hooks/usePaginatedLayoutSortPreset.js.map +1 -1
  389. package/dist/module/hooks/usePermissionNotification.js +0 -2
  390. package/dist/module/hooks/usePermissionNotification.js.map +1 -1
  391. package/dist/module/hooks/usePermissionRequest.js +0 -2
  392. package/dist/module/hooks/usePermissionRequest.js.map +1 -1
  393. package/dist/module/hooks/useScreenShareButton.js +0 -2
  394. package/dist/module/hooks/useScreenShareButton.js.map +1 -1
  395. package/dist/module/hooks/useTrackDimensions.js +0 -2
  396. package/dist/module/hooks/useTrackDimensions.js.map +1 -1
  397. package/dist/module/icons/Back.js +6 -10
  398. package/dist/module/icons/Back.js.map +1 -1
  399. package/dist/module/icons/CameraSwitch.js +6 -10
  400. package/dist/module/icons/CameraSwitch.js.map +1 -1
  401. package/dist/module/icons/EndStreamIcon.js +6 -10
  402. package/dist/module/icons/EndStreamIcon.js.map +1 -1
  403. package/dist/module/icons/Eye.js +6 -10
  404. package/dist/module/icons/Eye.js.map +1 -1
  405. package/dist/module/icons/IconWrapper.js +3 -7
  406. package/dist/module/icons/IconWrapper.js.map +1 -1
  407. package/dist/module/icons/LeaveStreamIcon.js +6 -10
  408. package/dist/module/icons/LeaveStreamIcon.js.map +1 -1
  409. package/dist/module/icons/Lock.js +6 -10
  410. package/dist/module/icons/Lock.js.map +1 -1
  411. package/dist/module/icons/Mic.js +6 -10
  412. package/dist/module/icons/Mic.js.map +1 -1
  413. package/dist/module/icons/MicOff.js +6 -10
  414. package/dist/module/icons/MicOff.js.map +1 -1
  415. package/dist/module/icons/Phone.js +6 -10
  416. package/dist/module/icons/Phone.js.map +1 -1
  417. package/dist/module/icons/PhoneDown.js +6 -10
  418. package/dist/module/icons/PhoneDown.js.map +1 -1
  419. package/dist/module/icons/PinVertical.js +6 -10
  420. package/dist/module/icons/PinVertical.js.map +1 -1
  421. package/dist/module/icons/Reaction.js +6 -10
  422. package/dist/module/icons/Reaction.js.map +1 -1
  423. package/dist/module/icons/ScreenShare.js +6 -10
  424. package/dist/module/icons/ScreenShare.js.map +1 -1
  425. package/dist/module/icons/ScreenShareIndicator.js +18 -23
  426. package/dist/module/icons/ScreenShareIndicator.js.map +1 -1
  427. package/dist/module/icons/Settings.js +5 -9
  428. package/dist/module/icons/Settings.js.map +1 -1
  429. package/dist/module/icons/ShieldBadge.js +6 -10
  430. package/dist/module/icons/ShieldBadge.js.map +1 -1
  431. package/dist/module/icons/Spotlight.js +8 -12
  432. package/dist/module/icons/Spotlight.js.map +1 -1
  433. package/dist/module/icons/StartStreamIcon.js +6 -10
  434. package/dist/module/icons/StartStreamIcon.js.map +1 -1
  435. package/dist/module/icons/StopScreenShare.js +9 -13
  436. package/dist/module/icons/StopScreenShare.js.map +1 -1
  437. package/dist/module/icons/ThreeDots.js +18 -22
  438. package/dist/module/icons/ThreeDots.js.map +1 -1
  439. package/dist/module/icons/TopViewBackground.js +19 -26
  440. package/dist/module/icons/TopViewBackground.js.map +1 -1
  441. package/dist/module/icons/Video.js +6 -10
  442. package/dist/module/icons/Video.js.map +1 -1
  443. package/dist/module/icons/VideoSlash.js +6 -10
  444. package/dist/module/icons/VideoSlash.js.map +1 -1
  445. package/dist/module/icons/index.js +0 -2
  446. package/dist/module/icons/index.js.map +1 -1
  447. package/dist/module/index.js +0 -2
  448. package/dist/module/index.js.map +1 -1
  449. package/dist/module/providers/StreamCall/AppStateListener.js +20 -14
  450. package/dist/module/providers/StreamCall/AppStateListener.js.map +1 -1
  451. package/dist/module/providers/StreamCall/DeviceStats.js +0 -2
  452. package/dist/module/providers/StreamCall/DeviceStats.js.map +1 -1
  453. package/dist/module/providers/StreamCall/index.js +4 -7
  454. package/dist/module/providers/StreamCall/index.js.map +1 -1
  455. package/dist/module/providers/StreamVideo.js +5 -12
  456. package/dist/module/providers/StreamVideo.js.map +1 -1
  457. package/dist/module/theme/colors.js +0 -2
  458. package/dist/module/theme/colors.js.map +1 -1
  459. package/dist/module/theme/constants.js +0 -2
  460. package/dist/module/theme/constants.js.map +1 -1
  461. package/dist/module/theme/index.js +0 -2
  462. package/dist/module/theme/index.js.map +1 -1
  463. package/dist/module/theme/theme.js +0 -2
  464. package/dist/module/theme/theme.js.map +1 -1
  465. package/dist/module/theme/types.js +0 -2
  466. package/dist/module/translations/index.js +0 -2
  467. package/dist/module/translations/index.js.map +1 -1
  468. package/dist/module/utils/StreamVideoRN/index.js +0 -2
  469. package/dist/module/utils/StreamVideoRN/index.js.map +1 -1
  470. package/dist/module/utils/StreamVideoRN/types.js +0 -2
  471. package/dist/module/utils/enterPiPAndroid.js +0 -2
  472. package/dist/module/utils/enterPiPAndroid.js.map +1 -1
  473. package/dist/module/utils/getAndroidDefaultRingtoneUrl.js +0 -2
  474. package/dist/module/utils/getAndroidDefaultRingtoneUrl.js.map +1 -1
  475. package/dist/module/utils/hooks/index.js +0 -2
  476. package/dist/module/utils/hooks/index.js.map +1 -1
  477. package/dist/module/utils/hooks/useDebouncedValue.js +0 -2
  478. package/dist/module/utils/hooks/useDebouncedValue.js.map +1 -1
  479. package/dist/module/utils/hooks/usePrevious.js +0 -2
  480. package/dist/module/utils/hooks/usePrevious.js.map +1 -1
  481. package/dist/module/utils/index.js +0 -2
  482. package/dist/module/utils/index.js.map +1 -1
  483. package/dist/module/utils/internal/newNotificationCallbacks.js +0 -2
  484. package/dist/module/utils/internal/newNotificationCallbacks.js.map +1 -1
  485. package/dist/module/utils/internal/optionallibs/gestureHandler.js +0 -2
  486. package/dist/module/utils/internal/optionallibs/gestureHandler.js.map +1 -1
  487. package/dist/module/utils/internal/optionallibs/index.js +0 -2
  488. package/dist/module/utils/internal/optionallibs/index.js.map +1 -1
  489. package/dist/module/utils/internal/optionallibs/reanimated.js +0 -2
  490. package/dist/module/utils/internal/optionallibs/reanimated.js.map +1 -1
  491. package/dist/module/utils/internal/pushLogoutCallback.js +0 -2
  492. package/dist/module/utils/internal/pushLogoutCallback.js.map +1 -1
  493. package/dist/module/utils/internal/rxSubjects.js +0 -2
  494. package/dist/module/utils/internal/rxSubjects.js.map +1 -1
  495. package/dist/module/utils/internal/shouldDisableIOSLocalVideoOnBackground.js +0 -2
  496. package/dist/module/utils/internal/shouldDisableIOSLocalVideoOnBackground.js.map +1 -1
  497. package/dist/module/utils/push/android.js +0 -2
  498. package/dist/module/utils/push/android.js.map +1 -1
  499. package/dist/module/utils/push/index.js +0 -2
  500. package/dist/module/utils/push/index.js.map +1 -1
  501. package/dist/module/utils/push/internal/rxSubjects.js +0 -2
  502. package/dist/module/utils/push/internal/rxSubjects.js.map +1 -1
  503. package/dist/module/utils/push/internal/utils.js +0 -2
  504. package/dist/module/utils/push/internal/utils.js.map +1 -1
  505. package/dist/module/utils/push/ios.js +0 -2
  506. package/dist/module/utils/push/ios.js.map +1 -1
  507. package/dist/module/utils/push/libs/callkeep.js +0 -2
  508. package/dist/module/utils/push/libs/callkeep.js.map +1 -1
  509. package/dist/module/utils/push/libs/expoNotifications.js +0 -2
  510. package/dist/module/utils/push/libs/expoNotifications.js.map +1 -1
  511. package/dist/module/utils/push/libs/firebaseMessaging/index.js +0 -2
  512. package/dist/module/utils/push/libs/firebaseMessaging/index.js.map +1 -1
  513. package/dist/module/utils/push/libs/firebaseMessaging/lib.js +0 -2
  514. package/dist/module/utils/push/libs/firebaseMessaging/lib.js.map +1 -1
  515. package/dist/module/utils/push/libs/index.js +0 -2
  516. package/dist/module/utils/push/libs/index.js.map +1 -1
  517. package/dist/module/utils/push/libs/iosPushNotification.js +0 -2
  518. package/dist/module/utils/push/libs/iosPushNotification.js.map +1 -1
  519. package/dist/module/utils/push/libs/notifee/index.js +0 -2
  520. package/dist/module/utils/push/libs/notifee/index.js.map +1 -1
  521. package/dist/module/utils/push/libs/notifee/lib.js +0 -2
  522. package/dist/module/utils/push/libs/notifee/lib.js.map +1 -1
  523. package/dist/module/utils/push/libs/voipPushNotification.js +0 -2
  524. package/dist/module/utils/push/libs/voipPushNotification.js.map +1 -1
  525. package/dist/module/utils/push/utils.js +0 -2
  526. package/dist/module/utils/push/utils.js.map +1 -1
  527. package/dist/module/utils/setClientDetails.js +0 -2
  528. package/dist/module/utils/setClientDetails.js.map +1 -1
  529. package/dist/module/version.js +1 -3
  530. package/dist/module/version.js.map +1 -1
  531. package/dist/typescript/components/Call/CallContent/CallContent.d.ts.map +1 -0
  532. package/dist/typescript/components/Call/CallContent/RTCViewPipIOS.d.ts.map +1 -0
  533. package/dist/typescript/components/Call/CallContent/index.d.ts.map +1 -0
  534. package/dist/typescript/components/Call/CallControls/AcceptCallButton.d.ts.map +1 -0
  535. package/dist/typescript/components/Call/CallControls/CallControls.d.ts.map +1 -0
  536. package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts.map +1 -0
  537. package/dist/typescript/components/Call/CallControls/HangupCallButton.d.ts.map +1 -0
  538. package/dist/typescript/components/Call/CallControls/IncomingCallControls.d.ts.map +1 -0
  539. package/dist/typescript/components/Call/CallControls/LobbyControls.d.ts.map +1 -0
  540. package/dist/typescript/components/Call/CallControls/OutgoingCallControls.d.ts.map +1 -0
  541. package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts.map +1 -0
  542. package/dist/typescript/components/Call/CallControls/RejectCallButton.d.ts.map +1 -0
  543. package/dist/typescript/components/Call/CallControls/ScreenShareToggleButton.d.ts.map +1 -0
  544. package/dist/typescript/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +1 -0
  545. package/dist/typescript/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +1 -0
  546. package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +1 -0
  547. package/dist/typescript/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +1 -0
  548. package/dist/typescript/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +1 -0
  549. package/dist/typescript/components/Call/CallControls/index.d.ts.map +1 -0
  550. package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +1 -0
  551. package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +1 -0
  552. package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +1 -0
  553. package/dist/typescript/components/Call/CallLayout/index.d.ts.map +1 -0
  554. package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +1 -0
  555. package/dist/typescript/components/Call/CallParticipantsList/index.d.ts.map +1 -0
  556. package/dist/typescript/components/Call/Lobby/JoinCallButton.d.ts.map +1 -0
  557. package/dist/typescript/components/Call/Lobby/Lobby.d.ts.map +1 -0
  558. package/dist/typescript/components/Call/Lobby/LobbyFooter.d.ts.map +1 -0
  559. package/dist/typescript/components/Call/Lobby/index.d.ts.map +1 -0
  560. package/dist/typescript/components/Call/RingingCallContent/CallLeftIndicator.d.ts.map +1 -0
  561. package/dist/typescript/components/Call/RingingCallContent/CallPreparingIndicator.d.ts.map +1 -0
  562. package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts.map +1 -0
  563. package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts.map +1 -0
  564. package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts.map +1 -0
  565. package/dist/typescript/components/Call/RingingCallContent/TextBasedIndicator.d.ts.map +1 -0
  566. package/dist/typescript/components/Call/RingingCallContent/UserInfo.d.ts.map +1 -0
  567. package/dist/typescript/components/Call/RingingCallContent/index.d.ts.map +1 -0
  568. package/dist/typescript/components/Call/index.d.ts.map +1 -0
  569. package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts.map +1 -0
  570. package/dist/typescript/components/Livestream/HostLivestream/index.d.ts.map +1 -0
  571. package/dist/typescript/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +1 -0
  572. package/dist/typescript/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map +1 -0
  573. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts.map +1 -0
  574. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map +1 -0
  575. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts.map +1 -0
  576. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts.map +1 -0
  577. package/dist/typescript/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +1 -0
  578. package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +1 -0
  579. package/dist/typescript/components/Livestream/LivestreamControls/index.d.ts.map +1 -0
  580. package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +1 -0
  581. package/dist/typescript/components/Livestream/LivestreamLayout/index.d.ts.map +1 -0
  582. package/dist/typescript/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts.map +1 -0
  583. package/dist/typescript/components/Livestream/LivestreamPlayer/index.d.ts.map +1 -0
  584. package/dist/typescript/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +1 -0
  585. package/dist/typescript/components/Livestream/LivestreamTopView/FollowerCount.d.ts.map +1 -0
  586. package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +1 -0
  587. package/dist/typescript/components/Livestream/LivestreamTopView/LiveIndicator.d.ts.map +1 -0
  588. package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +1 -0
  589. package/dist/typescript/components/Livestream/LivestreamTopView/index.d.ts.map +1 -0
  590. package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +1 -0
  591. package/dist/typescript/components/Livestream/ViewerLivestream/index.d.ts.map +1 -0
  592. package/dist/typescript/components/Livestream/index.d.ts.map +1 -0
  593. package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +1 -0
  594. package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +1 -0
  595. package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/common.d.ts.map +1 -0
  596. package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/index.d.ts.map +1 -0
  597. package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts.map +1 -0
  598. package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +1 -0
  599. package/dist/typescript/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +1 -0
  600. package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +1 -0
  601. package/dist/typescript/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +1 -0
  602. package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts.map +1 -0
  603. package/dist/typescript/components/Participant/ParticipantView/SpeechIndicator.d.ts.map +1 -0
  604. package/dist/typescript/components/Participant/ParticipantView/VideoRenderer.d.ts.map +1 -0
  605. package/dist/typescript/components/Participant/ParticipantView/index.d.ts.map +1 -0
  606. package/dist/typescript/components/Participant/index.d.ts.map +1 -0
  607. package/dist/typescript/components/index.d.ts.map +1 -0
  608. package/dist/typescript/components/utility/Avatar.d.ts.map +1 -0
  609. package/dist/typescript/components/utility/ScreenShareOverlay.d.ts.map +1 -0
  610. package/dist/typescript/components/utility/index.d.ts.map +1 -0
  611. package/dist/typescript/constants/TestIds.d.ts.map +1 -0
  612. package/dist/typescript/constants/index.d.ts.map +1 -0
  613. package/dist/typescript/contexts/BackgroundFilters.d.ts.map +1 -0
  614. package/dist/typescript/contexts/StreamVideoContext.d.ts.map +1 -0
  615. package/dist/typescript/contexts/ThemeContext.d.ts.map +1 -0
  616. package/dist/typescript/contexts/index.d.ts.map +1 -0
  617. package/dist/typescript/hooks/index.d.ts.map +1 -0
  618. package/dist/typescript/hooks/internal/useCallMediaStreamCleanup.d.ts.map +1 -0
  619. package/dist/typescript/hooks/push/index.d.ts.map +1 -0
  620. package/dist/typescript/hooks/push/useInitAndroidTokenAndRest.d.ts.map +1 -0
  621. package/dist/typescript/hooks/push/useIosCallKeepEventsSetupEffect.d.ts.map +1 -0
  622. package/dist/typescript/hooks/push/useIosCallkeepWithCallingStateEffect.d.ts.map +1 -0
  623. package/dist/typescript/hooks/push/useIosInitRemoteNotifications.d.ts.map +1 -0
  624. package/dist/typescript/hooks/push/useIosVoipPushEventsSetupEffect.d.ts.map +1 -0
  625. package/dist/typescript/hooks/push/useProcessPushCallEffect.d.ts.map +1 -0
  626. package/dist/typescript/hooks/push/useProcessPushNonRingingCallEffect.d.ts.map +1 -0
  627. package/dist/typescript/hooks/useAndroidKeepCallAliveEffect.d.ts.map +1 -0
  628. package/dist/typescript/hooks/useApplyDefaultMediaStreamSettings.d.ts.map +1 -0
  629. package/dist/typescript/hooks/useAutoEnterPiPEffect.d.ts.map +1 -0
  630. package/dist/typescript/hooks/useIsInPiPMode.d.ts.map +1 -0
  631. package/dist/typescript/hooks/useIsIosScreenshareBroadcastStarted.d.ts.map +1 -0
  632. package/dist/typescript/hooks/usePaginatedLayoutSortPreset.d.ts.map +1 -0
  633. package/dist/typescript/hooks/usePermissionNotification.d.ts.map +1 -0
  634. package/dist/typescript/hooks/usePermissionRequest.d.ts.map +1 -0
  635. package/dist/typescript/hooks/useScreenShareButton.d.ts.map +1 -0
  636. package/dist/typescript/hooks/useTrackDimensions.d.ts.map +1 -0
  637. package/dist/typescript/icons/Back.d.ts.map +1 -0
  638. package/dist/typescript/icons/CameraSwitch.d.ts.map +1 -0
  639. package/dist/typescript/icons/EndStreamIcon.d.ts.map +1 -0
  640. package/dist/typescript/icons/Eye.d.ts.map +1 -0
  641. package/dist/typescript/icons/IconWrapper.d.ts.map +1 -0
  642. package/dist/typescript/icons/LeaveStreamIcon.d.ts.map +1 -0
  643. package/dist/typescript/icons/Lock.d.ts.map +1 -0
  644. package/dist/typescript/icons/Mic.d.ts.map +1 -0
  645. package/dist/typescript/icons/MicOff.d.ts.map +1 -0
  646. package/dist/typescript/icons/Phone.d.ts.map +1 -0
  647. package/dist/typescript/icons/PhoneDown.d.ts.map +1 -0
  648. package/dist/typescript/icons/PinVertical.d.ts.map +1 -0
  649. package/dist/typescript/icons/Reaction.d.ts.map +1 -0
  650. package/dist/typescript/icons/ScreenShare.d.ts.map +1 -0
  651. package/dist/typescript/icons/ScreenShareIndicator.d.ts.map +1 -0
  652. package/dist/typescript/icons/Settings.d.ts.map +1 -0
  653. package/dist/typescript/icons/ShieldBadge.d.ts.map +1 -0
  654. package/dist/typescript/icons/Spotlight.d.ts.map +1 -0
  655. package/dist/typescript/icons/StartStreamIcon.d.ts.map +1 -0
  656. package/dist/typescript/icons/StopScreenShare.d.ts.map +1 -0
  657. package/dist/typescript/icons/ThreeDots.d.ts.map +1 -0
  658. package/dist/typescript/icons/TopViewBackground.d.ts.map +1 -0
  659. package/dist/typescript/icons/Video.d.ts.map +1 -0
  660. package/dist/typescript/icons/VideoSlash.d.ts.map +1 -0
  661. package/dist/typescript/icons/index.d.ts.map +1 -0
  662. package/dist/typescript/index.d.ts.map +1 -0
  663. package/dist/typescript/providers/StreamCall/AppStateListener.d.ts.map +1 -0
  664. package/dist/typescript/providers/StreamCall/DeviceStats.d.ts.map +1 -0
  665. package/dist/typescript/providers/StreamCall/index.d.ts.map +1 -0
  666. package/dist/typescript/providers/StreamVideo.d.ts.map +1 -0
  667. package/dist/typescript/theme/colors.d.ts.map +1 -0
  668. package/dist/typescript/theme/constants.d.ts.map +1 -0
  669. package/dist/typescript/theme/index.d.ts.map +1 -0
  670. package/dist/typescript/theme/theme.d.ts.map +1 -0
  671. package/dist/typescript/theme/types.d.ts.map +1 -0
  672. package/dist/typescript/translations/index.d.ts.map +1 -0
  673. package/dist/typescript/utils/StreamVideoRN/index.d.ts.map +1 -0
  674. package/dist/typescript/utils/StreamVideoRN/types.d.ts.map +1 -0
  675. package/dist/typescript/utils/enterPiPAndroid.d.ts.map +1 -0
  676. package/dist/typescript/utils/getAndroidDefaultRingtoneUrl.d.ts.map +1 -0
  677. package/dist/typescript/utils/hooks/index.d.ts.map +1 -0
  678. package/dist/typescript/utils/hooks/useDebouncedValue.d.ts.map +1 -0
  679. package/dist/typescript/utils/hooks/usePrevious.d.ts.map +1 -0
  680. package/dist/typescript/utils/index.d.ts.map +1 -0
  681. package/dist/typescript/utils/internal/newNotificationCallbacks.d.ts.map +1 -0
  682. package/dist/typescript/utils/internal/optionallibs/gestureHandler.d.ts.map +1 -0
  683. package/dist/typescript/utils/internal/optionallibs/index.d.ts.map +1 -0
  684. package/dist/typescript/utils/internal/optionallibs/reanimated.d.ts.map +1 -0
  685. package/dist/typescript/utils/internal/pushLogoutCallback.d.ts.map +1 -0
  686. package/dist/typescript/utils/internal/rxSubjects.d.ts.map +1 -0
  687. package/dist/typescript/utils/internal/shouldDisableIOSLocalVideoOnBackground.d.ts.map +1 -0
  688. package/dist/typescript/utils/push/android.d.ts.map +1 -0
  689. package/dist/typescript/utils/push/index.d.ts.map +1 -0
  690. package/dist/typescript/utils/push/internal/rxSubjects.d.ts.map +1 -0
  691. package/dist/typescript/utils/push/internal/utils.d.ts.map +1 -0
  692. package/dist/typescript/utils/push/ios.d.ts.map +1 -0
  693. package/dist/typescript/utils/push/libs/callkeep.d.ts.map +1 -0
  694. package/dist/typescript/utils/push/libs/expoNotifications.d.ts.map +1 -0
  695. package/dist/typescript/utils/push/libs/firebaseMessaging/index.d.ts.map +1 -0
  696. package/dist/typescript/utils/push/libs/firebaseMessaging/lib.d.ts.map +1 -0
  697. package/dist/typescript/utils/push/libs/index.d.ts.map +1 -0
  698. package/dist/typescript/utils/push/libs/iosPushNotification.d.ts.map +1 -0
  699. package/dist/typescript/utils/push/libs/notifee/index.d.ts.map +1 -0
  700. package/dist/typescript/utils/push/libs/notifee/lib.d.ts.map +1 -0
  701. package/dist/typescript/utils/push/libs/voipPushNotification.d.ts.map +1 -0
  702. package/dist/typescript/utils/push/utils.d.ts.map +1 -0
  703. package/dist/typescript/utils/setClientDetails.d.ts.map +1 -0
  704. package/dist/typescript/version.d.ts +2 -0
  705. package/dist/typescript/version.d.ts.map +1 -0
  706. package/expo-config-plugin/dist/withIosScreenCapture/addBroadcastExtensionXcodeTarget.js +17 -7
  707. package/expo-config-plugin/dist/withIosScreenCapture/withFilesMod.js +17 -7
  708. package/expo-config-plugin/dist/withIosScreenCapture/withTarget.js +17 -7
  709. package/package.json +11 -25
  710. package/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.tsx +2 -0
  711. package/src/hooks/internal/useCallMediaStreamCleanup.ts +9 -1
  712. package/src/providers/StreamCall/AppStateListener.tsx +30 -13
  713. package/src/version.ts +1 -1
  714. package/dist/commonjs/package.json +0 -1
  715. package/dist/module/package.json +0 -1
  716. package/dist/typescript/src/components/Call/CallContent/CallContent.d.ts.map +0 -1
  717. package/dist/typescript/src/components/Call/CallContent/RTCViewPipIOS.d.ts.map +0 -1
  718. package/dist/typescript/src/components/Call/CallContent/index.d.ts.map +0 -1
  719. package/dist/typescript/src/components/Call/CallControls/AcceptCallButton.d.ts.map +0 -1
  720. package/dist/typescript/src/components/Call/CallControls/CallControls.d.ts.map +0 -1
  721. package/dist/typescript/src/components/Call/CallControls/CallControlsButton.d.ts.map +0 -1
  722. package/dist/typescript/src/components/Call/CallControls/HangupCallButton.d.ts.map +0 -1
  723. package/dist/typescript/src/components/Call/CallControls/IncomingCallControls.d.ts.map +0 -1
  724. package/dist/typescript/src/components/Call/CallControls/LobbyControls.d.ts.map +0 -1
  725. package/dist/typescript/src/components/Call/CallControls/OutgoingCallControls.d.ts.map +0 -1
  726. package/dist/typescript/src/components/Call/CallControls/ReactionsButton.d.ts.map +0 -1
  727. package/dist/typescript/src/components/Call/CallControls/RejectCallButton.d.ts.map +0 -1
  728. package/dist/typescript/src/components/Call/CallControls/ScreenShareToggleButton.d.ts.map +0 -1
  729. package/dist/typescript/src/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +0 -1
  730. package/dist/typescript/src/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +0 -1
  731. package/dist/typescript/src/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +0 -1
  732. package/dist/typescript/src/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +0 -1
  733. package/dist/typescript/src/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +0 -1
  734. package/dist/typescript/src/components/Call/CallControls/index.d.ts.map +0 -1
  735. package/dist/typescript/src/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +0 -1
  736. package/dist/typescript/src/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +0 -1
  737. package/dist/typescript/src/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +0 -1
  738. package/dist/typescript/src/components/Call/CallLayout/index.d.ts.map +0 -1
  739. package/dist/typescript/src/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +0 -1
  740. package/dist/typescript/src/components/Call/CallParticipantsList/index.d.ts.map +0 -1
  741. package/dist/typescript/src/components/Call/Lobby/JoinCallButton.d.ts.map +0 -1
  742. package/dist/typescript/src/components/Call/Lobby/Lobby.d.ts.map +0 -1
  743. package/dist/typescript/src/components/Call/Lobby/LobbyFooter.d.ts.map +0 -1
  744. package/dist/typescript/src/components/Call/Lobby/index.d.ts.map +0 -1
  745. package/dist/typescript/src/components/Call/RingingCallContent/CallLeftIndicator.d.ts.map +0 -1
  746. package/dist/typescript/src/components/Call/RingingCallContent/CallPreparingIndicator.d.ts.map +0 -1
  747. package/dist/typescript/src/components/Call/RingingCallContent/IncomingCall.d.ts.map +0 -1
  748. package/dist/typescript/src/components/Call/RingingCallContent/OutgoingCall.d.ts.map +0 -1
  749. package/dist/typescript/src/components/Call/RingingCallContent/RingingCallContent.d.ts.map +0 -1
  750. package/dist/typescript/src/components/Call/RingingCallContent/TextBasedIndicator.d.ts.map +0 -1
  751. package/dist/typescript/src/components/Call/RingingCallContent/UserInfo.d.ts.map +0 -1
  752. package/dist/typescript/src/components/Call/RingingCallContent/index.d.ts.map +0 -1
  753. package/dist/typescript/src/components/Call/index.d.ts.map +0 -1
  754. package/dist/typescript/src/components/Livestream/HostLivestream/HostLivestream.d.ts.map +0 -1
  755. package/dist/typescript/src/components/Livestream/HostLivestream/index.d.ts.map +0 -1
  756. package/dist/typescript/src/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +0 -1
  757. package/dist/typescript/src/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map +0 -1
  758. package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts.map +0 -1
  759. package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map +0 -1
  760. package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts.map +0 -1
  761. package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts.map +0 -1
  762. package/dist/typescript/src/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +0 -1
  763. package/dist/typescript/src/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +0 -1
  764. package/dist/typescript/src/components/Livestream/LivestreamControls/index.d.ts.map +0 -1
  765. package/dist/typescript/src/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +0 -1
  766. package/dist/typescript/src/components/Livestream/LivestreamLayout/index.d.ts.map +0 -1
  767. package/dist/typescript/src/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts.map +0 -1
  768. package/dist/typescript/src/components/Livestream/LivestreamPlayer/index.d.ts.map +0 -1
  769. package/dist/typescript/src/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +0 -1
  770. package/dist/typescript/src/components/Livestream/LivestreamTopView/FollowerCount.d.ts.map +0 -1
  771. package/dist/typescript/src/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +0 -1
  772. package/dist/typescript/src/components/Livestream/LivestreamTopView/LiveIndicator.d.ts.map +0 -1
  773. package/dist/typescript/src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +0 -1
  774. package/dist/typescript/src/components/Livestream/LivestreamTopView/index.d.ts.map +0 -1
  775. package/dist/typescript/src/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +0 -1
  776. package/dist/typescript/src/components/Livestream/ViewerLivestream/index.d.ts.map +0 -1
  777. package/dist/typescript/src/components/Livestream/index.d.ts.map +0 -1
  778. package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +0 -1
  779. package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +0 -1
  780. package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/common.d.ts.map +0 -1
  781. package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/index.d.ts.map +0 -1
  782. package/dist/typescript/src/components/Participant/FloatingParticipantView/index.d.ts.map +0 -1
  783. package/dist/typescript/src/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +0 -1
  784. package/dist/typescript/src/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +0 -1
  785. package/dist/typescript/src/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +0 -1
  786. package/dist/typescript/src/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +0 -1
  787. package/dist/typescript/src/components/Participant/ParticipantView/ParticipantView.d.ts.map +0 -1
  788. package/dist/typescript/src/components/Participant/ParticipantView/SpeechIndicator.d.ts.map +0 -1
  789. package/dist/typescript/src/components/Participant/ParticipantView/VideoRenderer.d.ts.map +0 -1
  790. package/dist/typescript/src/components/Participant/ParticipantView/index.d.ts.map +0 -1
  791. package/dist/typescript/src/components/Participant/index.d.ts.map +0 -1
  792. package/dist/typescript/src/components/index.d.ts.map +0 -1
  793. package/dist/typescript/src/components/utility/Avatar.d.ts.map +0 -1
  794. package/dist/typescript/src/components/utility/ScreenShareOverlay.d.ts.map +0 -1
  795. package/dist/typescript/src/components/utility/index.d.ts.map +0 -1
  796. package/dist/typescript/src/constants/TestIds.d.ts.map +0 -1
  797. package/dist/typescript/src/constants/index.d.ts.map +0 -1
  798. package/dist/typescript/src/contexts/BackgroundFilters.d.ts.map +0 -1
  799. package/dist/typescript/src/contexts/StreamVideoContext.d.ts.map +0 -1
  800. package/dist/typescript/src/contexts/ThemeContext.d.ts.map +0 -1
  801. package/dist/typescript/src/contexts/index.d.ts.map +0 -1
  802. package/dist/typescript/src/hooks/index.d.ts.map +0 -1
  803. package/dist/typescript/src/hooks/internal/useCallMediaStreamCleanup.d.ts.map +0 -1
  804. package/dist/typescript/src/hooks/push/index.d.ts.map +0 -1
  805. package/dist/typescript/src/hooks/push/useInitAndroidTokenAndRest.d.ts.map +0 -1
  806. package/dist/typescript/src/hooks/push/useIosCallKeepEventsSetupEffect.d.ts.map +0 -1
  807. package/dist/typescript/src/hooks/push/useIosCallkeepWithCallingStateEffect.d.ts.map +0 -1
  808. package/dist/typescript/src/hooks/push/useIosInitRemoteNotifications.d.ts.map +0 -1
  809. package/dist/typescript/src/hooks/push/useIosVoipPushEventsSetupEffect.d.ts.map +0 -1
  810. package/dist/typescript/src/hooks/push/useProcessPushCallEffect.d.ts.map +0 -1
  811. package/dist/typescript/src/hooks/push/useProcessPushNonRingingCallEffect.d.ts.map +0 -1
  812. package/dist/typescript/src/hooks/useAndroidKeepCallAliveEffect.d.ts.map +0 -1
  813. package/dist/typescript/src/hooks/useApplyDefaultMediaStreamSettings.d.ts.map +0 -1
  814. package/dist/typescript/src/hooks/useAutoEnterPiPEffect.d.ts.map +0 -1
  815. package/dist/typescript/src/hooks/useIsInPiPMode.d.ts.map +0 -1
  816. package/dist/typescript/src/hooks/useIsIosScreenshareBroadcastStarted.d.ts.map +0 -1
  817. package/dist/typescript/src/hooks/usePaginatedLayoutSortPreset.d.ts.map +0 -1
  818. package/dist/typescript/src/hooks/usePermissionNotification.d.ts.map +0 -1
  819. package/dist/typescript/src/hooks/usePermissionRequest.d.ts.map +0 -1
  820. package/dist/typescript/src/hooks/useScreenShareButton.d.ts.map +0 -1
  821. package/dist/typescript/src/hooks/useTrackDimensions.d.ts.map +0 -1
  822. package/dist/typescript/src/icons/Back.d.ts.map +0 -1
  823. package/dist/typescript/src/icons/CameraSwitch.d.ts.map +0 -1
  824. package/dist/typescript/src/icons/EndStreamIcon.d.ts.map +0 -1
  825. package/dist/typescript/src/icons/Eye.d.ts.map +0 -1
  826. package/dist/typescript/src/icons/IconWrapper.d.ts.map +0 -1
  827. package/dist/typescript/src/icons/LeaveStreamIcon.d.ts.map +0 -1
  828. package/dist/typescript/src/icons/Lock.d.ts.map +0 -1
  829. package/dist/typescript/src/icons/Mic.d.ts.map +0 -1
  830. package/dist/typescript/src/icons/MicOff.d.ts.map +0 -1
  831. package/dist/typescript/src/icons/Phone.d.ts.map +0 -1
  832. package/dist/typescript/src/icons/PhoneDown.d.ts.map +0 -1
  833. package/dist/typescript/src/icons/PinVertical.d.ts.map +0 -1
  834. package/dist/typescript/src/icons/Reaction.d.ts.map +0 -1
  835. package/dist/typescript/src/icons/ScreenShare.d.ts.map +0 -1
  836. package/dist/typescript/src/icons/ScreenShareIndicator.d.ts.map +0 -1
  837. package/dist/typescript/src/icons/Settings.d.ts.map +0 -1
  838. package/dist/typescript/src/icons/ShieldBadge.d.ts.map +0 -1
  839. package/dist/typescript/src/icons/Spotlight.d.ts.map +0 -1
  840. package/dist/typescript/src/icons/StartStreamIcon.d.ts.map +0 -1
  841. package/dist/typescript/src/icons/StopScreenShare.d.ts.map +0 -1
  842. package/dist/typescript/src/icons/ThreeDots.d.ts.map +0 -1
  843. package/dist/typescript/src/icons/TopViewBackground.d.ts.map +0 -1
  844. package/dist/typescript/src/icons/Video.d.ts.map +0 -1
  845. package/dist/typescript/src/icons/VideoSlash.d.ts.map +0 -1
  846. package/dist/typescript/src/icons/index.d.ts.map +0 -1
  847. package/dist/typescript/src/index.d.ts.map +0 -1
  848. package/dist/typescript/src/providers/StreamCall/AppStateListener.d.ts.map +0 -1
  849. package/dist/typescript/src/providers/StreamCall/DeviceStats.d.ts.map +0 -1
  850. package/dist/typescript/src/providers/StreamCall/index.d.ts.map +0 -1
  851. package/dist/typescript/src/providers/StreamVideo.d.ts.map +0 -1
  852. package/dist/typescript/src/theme/colors.d.ts.map +0 -1
  853. package/dist/typescript/src/theme/constants.d.ts.map +0 -1
  854. package/dist/typescript/src/theme/index.d.ts.map +0 -1
  855. package/dist/typescript/src/theme/theme.d.ts.map +0 -1
  856. package/dist/typescript/src/theme/types.d.ts.map +0 -1
  857. package/dist/typescript/src/translations/index.d.ts.map +0 -1
  858. package/dist/typescript/src/utils/StreamVideoRN/index.d.ts.map +0 -1
  859. package/dist/typescript/src/utils/StreamVideoRN/types.d.ts.map +0 -1
  860. package/dist/typescript/src/utils/enterPiPAndroid.d.ts.map +0 -1
  861. package/dist/typescript/src/utils/getAndroidDefaultRingtoneUrl.d.ts.map +0 -1
  862. package/dist/typescript/src/utils/hooks/index.d.ts.map +0 -1
  863. package/dist/typescript/src/utils/hooks/useDebouncedValue.d.ts.map +0 -1
  864. package/dist/typescript/src/utils/hooks/usePrevious.d.ts.map +0 -1
  865. package/dist/typescript/src/utils/index.d.ts.map +0 -1
  866. package/dist/typescript/src/utils/internal/newNotificationCallbacks.d.ts.map +0 -1
  867. package/dist/typescript/src/utils/internal/optionallibs/gestureHandler.d.ts.map +0 -1
  868. package/dist/typescript/src/utils/internal/optionallibs/index.d.ts.map +0 -1
  869. package/dist/typescript/src/utils/internal/optionallibs/reanimated.d.ts.map +0 -1
  870. package/dist/typescript/src/utils/internal/pushLogoutCallback.d.ts.map +0 -1
  871. package/dist/typescript/src/utils/internal/rxSubjects.d.ts.map +0 -1
  872. package/dist/typescript/src/utils/internal/shouldDisableIOSLocalVideoOnBackground.d.ts.map +0 -1
  873. package/dist/typescript/src/utils/push/android.d.ts.map +0 -1
  874. package/dist/typescript/src/utils/push/index.d.ts.map +0 -1
  875. package/dist/typescript/src/utils/push/internal/rxSubjects.d.ts.map +0 -1
  876. package/dist/typescript/src/utils/push/internal/utils.d.ts.map +0 -1
  877. package/dist/typescript/src/utils/push/ios.d.ts.map +0 -1
  878. package/dist/typescript/src/utils/push/libs/callkeep.d.ts.map +0 -1
  879. package/dist/typescript/src/utils/push/libs/expoNotifications.d.ts.map +0 -1
  880. package/dist/typescript/src/utils/push/libs/firebaseMessaging/index.d.ts.map +0 -1
  881. package/dist/typescript/src/utils/push/libs/firebaseMessaging/lib.d.ts.map +0 -1
  882. package/dist/typescript/src/utils/push/libs/index.d.ts.map +0 -1
  883. package/dist/typescript/src/utils/push/libs/iosPushNotification.d.ts.map +0 -1
  884. package/dist/typescript/src/utils/push/libs/notifee/index.d.ts.map +0 -1
  885. package/dist/typescript/src/utils/push/libs/notifee/lib.d.ts.map +0 -1
  886. package/dist/typescript/src/utils/push/libs/voipPushNotification.d.ts.map +0 -1
  887. package/dist/typescript/src/utils/push/utils.d.ts.map +0 -1
  888. package/dist/typescript/src/utils/setClientDetails.d.ts.map +0 -1
  889. package/dist/typescript/src/version.d.ts +0 -2
  890. package/dist/typescript/src/version.d.ts.map +0 -1
  891. package/expo-config-plugin/dist/common/addNewLinesToAppDelegate.d.ts +0 -1
  892. package/expo-config-plugin/dist/common/addNewLinesToMainActivity.d.ts +0 -1
  893. package/expo-config-plugin/dist/common/types.d.ts +0 -14
  894. package/expo-config-plugin/dist/index.d.ts +0 -4
  895. package/expo-config-plugin/dist/withAndroidManifest.d.ts +0 -4
  896. package/expo-config-plugin/dist/withAndroidPermissions.d.ts +0 -4
  897. package/expo-config-plugin/dist/withAppBuildGradle.d.ts +0 -3
  898. package/expo-config-plugin/dist/withAppDelegate.d.ts +0 -4
  899. package/expo-config-plugin/dist/withBuildProperties.d.ts +0 -3
  900. package/expo-config-plugin/dist/withIosScreenCapture/addBroadcastExtensionXcodeTarget.d.ts +0 -11
  901. package/expo-config-plugin/dist/withIosScreenCapture/index.d.ts +0 -4
  902. package/expo-config-plugin/dist/withIosScreenCapture/withFilesMod.d.ts +0 -4
  903. package/expo-config-plugin/dist/withIosScreenCapture/withPlistUpdates.d.ts +0 -4
  904. package/expo-config-plugin/dist/withIosScreenCapture/withTarget.d.ts +0 -4
  905. package/expo-config-plugin/dist/withMainActivity.d.ts +0 -4
  906. package/expo-config-plugin/dist/withiOSInfoPlist.d.ts +0 -4
  907. /package/dist/typescript/{src/components → components}/Call/CallContent/CallContent.d.ts +0 -0
  908. /package/dist/typescript/{src/components → components}/Call/CallContent/RTCViewPipIOS.d.ts +0 -0
  909. /package/dist/typescript/{src/components → components}/Call/CallContent/index.d.ts +0 -0
  910. /package/dist/typescript/{src/components → components}/Call/CallControls/AcceptCallButton.d.ts +0 -0
  911. /package/dist/typescript/{src/components → components}/Call/CallControls/CallControls.d.ts +0 -0
  912. /package/dist/typescript/{src/components → components}/Call/CallControls/CallControlsButton.d.ts +0 -0
  913. /package/dist/typescript/{src/components → components}/Call/CallControls/HangupCallButton.d.ts +0 -0
  914. /package/dist/typescript/{src/components → components}/Call/CallControls/IncomingCallControls.d.ts +0 -0
  915. /package/dist/typescript/{src/components → components}/Call/CallControls/LobbyControls.d.ts +0 -0
  916. /package/dist/typescript/{src/components → components}/Call/CallControls/OutgoingCallControls.d.ts +0 -0
  917. /package/dist/typescript/{src/components → components}/Call/CallControls/ReactionsButton.d.ts +0 -0
  918. /package/dist/typescript/{src/components → components}/Call/CallControls/RejectCallButton.d.ts +0 -0
  919. /package/dist/typescript/{src/components → components}/Call/CallControls/ScreenShareToggleButton.d.ts +0 -0
  920. /package/dist/typescript/{src/components → components}/Call/CallControls/ToggleAudioPreviewButton.d.ts +0 -0
  921. /package/dist/typescript/{src/components → components}/Call/CallControls/ToggleAudioPublishingButton.d.ts +0 -0
  922. /package/dist/typescript/{src/components → components}/Call/CallControls/ToggleCameraFaceButton.d.ts +0 -0
  923. /package/dist/typescript/{src/components → components}/Call/CallControls/ToggleVideoPreviewButton.d.ts +0 -0
  924. /package/dist/typescript/{src/components → components}/Call/CallControls/ToggleVideoPublishingButton.d.ts +0 -0
  925. /package/dist/typescript/{src/components → components}/Call/CallControls/index.d.ts +0 -0
  926. /package/dist/typescript/{src/components → components}/Call/CallControls/internal/ReactionsPicker.d.ts +0 -0
  927. /package/dist/typescript/{src/components → components}/Call/CallLayout/CallParticipantsGrid.d.ts +0 -0
  928. /package/dist/typescript/{src/components → components}/Call/CallLayout/CallParticipantsSpotlight.d.ts +0 -0
  929. /package/dist/typescript/{src/components → components}/Call/CallLayout/index.d.ts +0 -0
  930. /package/dist/typescript/{src/components → components}/Call/CallParticipantsList/CallParticipantsList.d.ts +0 -0
  931. /package/dist/typescript/{src/components → components}/Call/CallParticipantsList/index.d.ts +0 -0
  932. /package/dist/typescript/{src/components → components}/Call/Lobby/JoinCallButton.d.ts +0 -0
  933. /package/dist/typescript/{src/components → components}/Call/Lobby/Lobby.d.ts +0 -0
  934. /package/dist/typescript/{src/components → components}/Call/Lobby/LobbyFooter.d.ts +0 -0
  935. /package/dist/typescript/{src/components → components}/Call/Lobby/index.d.ts +0 -0
  936. /package/dist/typescript/{src/components → components}/Call/RingingCallContent/CallLeftIndicator.d.ts +0 -0
  937. /package/dist/typescript/{src/components → components}/Call/RingingCallContent/CallPreparingIndicator.d.ts +0 -0
  938. /package/dist/typescript/{src/components → components}/Call/RingingCallContent/IncomingCall.d.ts +0 -0
  939. /package/dist/typescript/{src/components → components}/Call/RingingCallContent/OutgoingCall.d.ts +0 -0
  940. /package/dist/typescript/{src/components → components}/Call/RingingCallContent/RingingCallContent.d.ts +0 -0
  941. /package/dist/typescript/{src/components → components}/Call/RingingCallContent/TextBasedIndicator.d.ts +0 -0
  942. /package/dist/typescript/{src/components → components}/Call/RingingCallContent/UserInfo.d.ts +0 -0
  943. /package/dist/typescript/{src/components → components}/Call/RingingCallContent/index.d.ts +0 -0
  944. /package/dist/typescript/{src/components → components}/Call/index.d.ts +0 -0
  945. /package/dist/typescript/{src/components → components}/Livestream/HostLivestream/HostLivestream.d.ts +0 -0
  946. /package/dist/typescript/{src/components → components}/Livestream/HostLivestream/index.d.ts +0 -0
  947. /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/HostLivestreamControls.d.ts +0 -0
  948. /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/HostStartStreamButton.d.ts +0 -0
  949. /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts +0 -0
  950. /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/LivestreamMediaControls.d.ts +0 -0
  951. /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts +0 -0
  952. /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts +0 -0
  953. /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts +0 -0
  954. /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts +0 -0
  955. /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/index.d.ts +0 -0
  956. /package/dist/typescript/{src/components → components}/Livestream/LivestreamLayout/LivestreamLayout.d.ts +0 -0
  957. /package/dist/typescript/{src/components → components}/Livestream/LivestreamLayout/index.d.ts +0 -0
  958. /package/dist/typescript/{src/components → components}/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts +0 -0
  959. /package/dist/typescript/{src/components → components}/Livestream/LivestreamPlayer/index.d.ts +0 -0
  960. /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/DurationBadge.d.ts +0 -0
  961. /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/FollowerCount.d.ts +0 -0
  962. /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts +0 -0
  963. /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/LiveIndicator.d.ts +0 -0
  964. /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts +0 -0
  965. /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/index.d.ts +0 -0
  966. /package/dist/typescript/{src/components → components}/Livestream/ViewerLivestream/ViewerLivestream.d.ts +0 -0
  967. /package/dist/typescript/{src/components → components}/Livestream/ViewerLivestream/index.d.ts +0 -0
  968. /package/dist/typescript/{src/components → components}/Livestream/index.d.ts +0 -0
  969. /package/dist/typescript/{src/components → components}/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts +0 -0
  970. /package/dist/typescript/{src/components → components}/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts +0 -0
  971. /package/dist/typescript/{src/components → components}/Participant/FloatingParticipantView/FloatingView/common.d.ts +0 -0
  972. /package/dist/typescript/{src/components → components}/Participant/FloatingParticipantView/FloatingView/index.d.ts +0 -0
  973. /package/dist/typescript/{src/components → components}/Participant/FloatingParticipantView/index.d.ts +0 -0
  974. /package/dist/typescript/{src/components → components}/Participant/ParticipantView/ParticipantLabel.d.ts +0 -0
  975. /package/dist/typescript/{src/components → components}/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts +0 -0
  976. /package/dist/typescript/{src/components → components}/Participant/ParticipantView/ParticipantReaction.d.ts +0 -0
  977. /package/dist/typescript/{src/components → components}/Participant/ParticipantView/ParticipantVideoFallback.d.ts +0 -0
  978. /package/dist/typescript/{src/components → components}/Participant/ParticipantView/ParticipantView.d.ts +0 -0
  979. /package/dist/typescript/{src/components → components}/Participant/ParticipantView/SpeechIndicator.d.ts +0 -0
  980. /package/dist/typescript/{src/components → components}/Participant/ParticipantView/VideoRenderer.d.ts +0 -0
  981. /package/dist/typescript/{src/components → components}/Participant/ParticipantView/index.d.ts +0 -0
  982. /package/dist/typescript/{src/components → components}/Participant/index.d.ts +0 -0
  983. /package/dist/typescript/{src/components → components}/index.d.ts +0 -0
  984. /package/dist/typescript/{src/components → components}/utility/Avatar.d.ts +0 -0
  985. /package/dist/typescript/{src/components → components}/utility/ScreenShareOverlay.d.ts +0 -0
  986. /package/dist/typescript/{src/components → components}/utility/index.d.ts +0 -0
  987. /package/dist/typescript/{src/constants → constants}/TestIds.d.ts +0 -0
  988. /package/dist/typescript/{src/constants → constants}/index.d.ts +0 -0
  989. /package/dist/typescript/{src/contexts → contexts}/BackgroundFilters.d.ts +0 -0
  990. /package/dist/typescript/{src/contexts → contexts}/StreamVideoContext.d.ts +0 -0
  991. /package/dist/typescript/{src/contexts → contexts}/ThemeContext.d.ts +0 -0
  992. /package/dist/typescript/{src/contexts → contexts}/index.d.ts +0 -0
  993. /package/dist/typescript/{src/hooks → hooks}/index.d.ts +0 -0
  994. /package/dist/typescript/{src/hooks → hooks}/internal/useCallMediaStreamCleanup.d.ts +0 -0
  995. /package/dist/typescript/{src/hooks → hooks}/push/index.d.ts +0 -0
  996. /package/dist/typescript/{src/hooks → hooks}/push/useInitAndroidTokenAndRest.d.ts +0 -0
  997. /package/dist/typescript/{src/hooks → hooks}/push/useIosCallKeepEventsSetupEffect.d.ts +0 -0
  998. /package/dist/typescript/{src/hooks → hooks}/push/useIosCallkeepWithCallingStateEffect.d.ts +0 -0
  999. /package/dist/typescript/{src/hooks → hooks}/push/useIosInitRemoteNotifications.d.ts +0 -0
  1000. /package/dist/typescript/{src/hooks → hooks}/push/useIosVoipPushEventsSetupEffect.d.ts +0 -0
  1001. /package/dist/typescript/{src/hooks → hooks}/push/useProcessPushCallEffect.d.ts +0 -0
  1002. /package/dist/typescript/{src/hooks → hooks}/push/useProcessPushNonRingingCallEffect.d.ts +0 -0
  1003. /package/dist/typescript/{src/hooks → hooks}/useAndroidKeepCallAliveEffect.d.ts +0 -0
  1004. /package/dist/typescript/{src/hooks → hooks}/useApplyDefaultMediaStreamSettings.d.ts +0 -0
  1005. /package/dist/typescript/{src/hooks → hooks}/useAutoEnterPiPEffect.d.ts +0 -0
  1006. /package/dist/typescript/{src/hooks → hooks}/useIsInPiPMode.d.ts +0 -0
  1007. /package/dist/typescript/{src/hooks → hooks}/useIsIosScreenshareBroadcastStarted.d.ts +0 -0
  1008. /package/dist/typescript/{src/hooks → hooks}/usePaginatedLayoutSortPreset.d.ts +0 -0
  1009. /package/dist/typescript/{src/hooks → hooks}/usePermissionNotification.d.ts +0 -0
  1010. /package/dist/typescript/{src/hooks → hooks}/usePermissionRequest.d.ts +0 -0
  1011. /package/dist/typescript/{src/hooks → hooks}/useScreenShareButton.d.ts +0 -0
  1012. /package/dist/typescript/{src/hooks → hooks}/useTrackDimensions.d.ts +0 -0
  1013. /package/dist/typescript/{src/icons → icons}/Back.d.ts +0 -0
  1014. /package/dist/typescript/{src/icons → icons}/CameraSwitch.d.ts +0 -0
  1015. /package/dist/typescript/{src/icons → icons}/EndStreamIcon.d.ts +0 -0
  1016. /package/dist/typescript/{src/icons → icons}/Eye.d.ts +0 -0
  1017. /package/dist/typescript/{src/icons → icons}/IconWrapper.d.ts +0 -0
  1018. /package/dist/typescript/{src/icons → icons}/LeaveStreamIcon.d.ts +0 -0
  1019. /package/dist/typescript/{src/icons → icons}/Lock.d.ts +0 -0
  1020. /package/dist/typescript/{src/icons → icons}/Mic.d.ts +0 -0
  1021. /package/dist/typescript/{src/icons → icons}/MicOff.d.ts +0 -0
  1022. /package/dist/typescript/{src/icons → icons}/Phone.d.ts +0 -0
  1023. /package/dist/typescript/{src/icons → icons}/PhoneDown.d.ts +0 -0
  1024. /package/dist/typescript/{src/icons → icons}/PinVertical.d.ts +0 -0
  1025. /package/dist/typescript/{src/icons → icons}/Reaction.d.ts +0 -0
  1026. /package/dist/typescript/{src/icons → icons}/ScreenShare.d.ts +0 -0
  1027. /package/dist/typescript/{src/icons → icons}/ScreenShareIndicator.d.ts +0 -0
  1028. /package/dist/typescript/{src/icons → icons}/Settings.d.ts +0 -0
  1029. /package/dist/typescript/{src/icons → icons}/ShieldBadge.d.ts +0 -0
  1030. /package/dist/typescript/{src/icons → icons}/Spotlight.d.ts +0 -0
  1031. /package/dist/typescript/{src/icons → icons}/StartStreamIcon.d.ts +0 -0
  1032. /package/dist/typescript/{src/icons → icons}/StopScreenShare.d.ts +0 -0
  1033. /package/dist/typescript/{src/icons → icons}/ThreeDots.d.ts +0 -0
  1034. /package/dist/typescript/{src/icons → icons}/TopViewBackground.d.ts +0 -0
  1035. /package/dist/typescript/{src/icons → icons}/Video.d.ts +0 -0
  1036. /package/dist/typescript/{src/icons → icons}/VideoSlash.d.ts +0 -0
  1037. /package/dist/typescript/{src/icons → icons}/index.d.ts +0 -0
  1038. /package/dist/typescript/{src/index.d.ts → index.d.ts} +0 -0
  1039. /package/dist/typescript/{src/providers → providers}/StreamCall/AppStateListener.d.ts +0 -0
  1040. /package/dist/typescript/{src/providers → providers}/StreamCall/DeviceStats.d.ts +0 -0
  1041. /package/dist/typescript/{src/providers → providers}/StreamCall/index.d.ts +0 -0
  1042. /package/dist/typescript/{src/providers → providers}/StreamVideo.d.ts +0 -0
  1043. /package/dist/typescript/{src/theme → theme}/colors.d.ts +0 -0
  1044. /package/dist/typescript/{src/theme → theme}/constants.d.ts +0 -0
  1045. /package/dist/typescript/{src/theme → theme}/index.d.ts +0 -0
  1046. /package/dist/typescript/{src/theme → theme}/theme.d.ts +0 -0
  1047. /package/dist/typescript/{src/theme → theme}/types.d.ts +0 -0
  1048. /package/dist/typescript/{src/translations → translations}/index.d.ts +0 -0
  1049. /package/dist/typescript/{src/utils → utils}/StreamVideoRN/index.d.ts +0 -0
  1050. /package/dist/typescript/{src/utils → utils}/StreamVideoRN/types.d.ts +0 -0
  1051. /package/dist/typescript/{src/utils → utils}/enterPiPAndroid.d.ts +0 -0
  1052. /package/dist/typescript/{src/utils → utils}/getAndroidDefaultRingtoneUrl.d.ts +0 -0
  1053. /package/dist/typescript/{src/utils → utils}/hooks/index.d.ts +0 -0
  1054. /package/dist/typescript/{src/utils → utils}/hooks/useDebouncedValue.d.ts +0 -0
  1055. /package/dist/typescript/{src/utils → utils}/hooks/usePrevious.d.ts +0 -0
  1056. /package/dist/typescript/{src/utils → utils}/index.d.ts +0 -0
  1057. /package/dist/typescript/{src/utils → utils}/internal/newNotificationCallbacks.d.ts +0 -0
  1058. /package/dist/typescript/{src/utils → utils}/internal/optionallibs/gestureHandler.d.ts +0 -0
  1059. /package/dist/typescript/{src/utils → utils}/internal/optionallibs/index.d.ts +0 -0
  1060. /package/dist/typescript/{src/utils → utils}/internal/optionallibs/reanimated.d.ts +0 -0
  1061. /package/dist/typescript/{src/utils → utils}/internal/pushLogoutCallback.d.ts +0 -0
  1062. /package/dist/typescript/{src/utils → utils}/internal/rxSubjects.d.ts +0 -0
  1063. /package/dist/typescript/{src/utils → utils}/internal/shouldDisableIOSLocalVideoOnBackground.d.ts +0 -0
  1064. /package/dist/typescript/{src/utils → utils}/push/android.d.ts +0 -0
  1065. /package/dist/typescript/{src/utils → utils}/push/index.d.ts +0 -0
  1066. /package/dist/typescript/{src/utils → utils}/push/internal/rxSubjects.d.ts +0 -0
  1067. /package/dist/typescript/{src/utils → utils}/push/internal/utils.d.ts +0 -0
  1068. /package/dist/typescript/{src/utils → utils}/push/ios.d.ts +0 -0
  1069. /package/dist/typescript/{src/utils → utils}/push/libs/callkeep.d.ts +0 -0
  1070. /package/dist/typescript/{src/utils → utils}/push/libs/expoNotifications.d.ts +0 -0
  1071. /package/dist/typescript/{src/utils → utils}/push/libs/firebaseMessaging/index.d.ts +0 -0
  1072. /package/dist/typescript/{src/utils → utils}/push/libs/firebaseMessaging/lib.d.ts +0 -0
  1073. /package/dist/typescript/{src/utils → utils}/push/libs/index.d.ts +0 -0
  1074. /package/dist/typescript/{src/utils → utils}/push/libs/iosPushNotification.d.ts +0 -0
  1075. /package/dist/typescript/{src/utils → utils}/push/libs/notifee/index.d.ts +0 -0
  1076. /package/dist/typescript/{src/utils → utils}/push/libs/notifee/lib.d.ts +0 -0
  1077. /package/dist/typescript/{src/utils → utils}/push/libs/voipPushNotification.d.ts +0 -0
  1078. /package/dist/typescript/{src/utils → utils}/push/utils.d.ts +0 -0
  1079. /package/dist/typescript/{src/utils → utils}/setClientDetails.d.ts +0 -0
@@ -6,17 +6,15 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.LeaveStreamIcon = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNativeSvg = require("react-native-svg");
9
- var _jsxRuntime = require("react/jsx-runtime");
10
9
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
10
  const LeaveStreamIcon = () => {
12
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
11
+ return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
13
12
  viewBox: "0 0 25 24",
14
- fill: "none",
15
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
16
- d: "M18.75 5.75L16.9875 7.5125L20.2125 10.75H7.5V13.25H20.2125L16.9875 16.475L18.75 18.25L25 12L18.75 5.75ZM2.5 3.25H12.5V0.75H2.5C1.125 0.75 0 1.875 0 3.25V20.75C0 22.125 1.125 23.25 2.5 23.25H12.5V20.75H2.5V3.25Z",
17
- fill: "#FCFCFC"
18
- })
19
- });
13
+ fill: "none"
14
+ }, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
15
+ d: "M18.75 5.75L16.9875 7.5125L20.2125 10.75H7.5V13.25H20.2125L16.9875 16.475L18.75 18.25L25 12L18.75 5.75ZM2.5 3.25H12.5V0.75H2.5C1.125 0.75 0 1.875 0 3.25V20.75C0 22.125 1.125 23.25 2.5 23.25H12.5V20.75H2.5V3.25Z",
16
+ fill: "#FCFCFC"
17
+ }));
20
18
  };
21
19
  exports.LeaveStreamIcon = LeaveStreamIcon;
22
20
  //# sourceMappingURL=LeaveStreamIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_jsxRuntime","e","__esModule","default","LeaveStreamIcon","jsx","Svg","viewBox","fill","children","Path","d","exports"],"sourceRoot":"../../../src","sources":["icons/LeaveStreamIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,IAAAE,WAAA,GAAAF,OAAA;AAAA,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEtC,MAAMG,eAAe,GAAGA,CAAA,KAAM;EACnC,oBACE,IAAAJ,WAAA,CAAAK,GAAA,EAACN,eAAA,CAAAO,GAAG;IAACC,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAClC,IAAAT,WAAA,CAAAK,GAAA,EAACN,eAAA,CAAAW,IAAI;MACHC,CAAC,EAAC,oNAAoN;MACtNH,IAAI,EAAC;IAAS,CACf;EAAC,CACC,CAAC;AAEV,CAAC;AAACI,OAAA,CAAAR,eAAA,GAAAA,eAAA","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","LeaveStreamIcon","createElement","Svg","viewBox","fill","Path","d","exports"],"sourceRoot":"../../../src","sources":["icons/LeaveStreamIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEtC,MAAMG,eAAe,GAAGA,CAAA,KAAM;EACnC,oBACEP,MAAA,CAAAM,OAAA,CAAAE,aAAA,CAACL,eAAA,CAAAM,GAAG;IAACC,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC;EAAM,gBAClCX,MAAA,CAAAM,OAAA,CAAAE,aAAA,CAACL,eAAA,CAAAS,IAAI;IACHC,CAAC,EAAC,oNAAoN;IACtNF,IAAI,EAAC;EAAS,CACf,CACE,CAAC;AAEV,CAAC;AAACG,OAAA,CAAAP,eAAA,GAAAA,eAAA","ignoreList":[]}
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.Lock = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
- var _jsxRuntime = require("react/jsx-runtime");
10
9
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
11
10
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
12
11
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
@@ -14,15 +13,14 @@ const Lock = ({
14
13
  color,
15
14
  size
16
15
  }) => {
17
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
16
+ return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.default, {
18
17
  viewBox: '0 0 23 25',
19
18
  width: size,
20
- height: size,
21
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
22
- fill: color,
23
- d: "M15.1992 23.5273C15.2852 23.3164 15.3281 23.1055 15.3281 22.8945C15.3281 22.3633 15.1836 21.8438 14.8945 21.3359L9.82031 12.2539C9.53125 11.7305 9.13672 11.332 8.63672 11.0586C8.14453 10.7773 7.625 10.6367 7.07812 10.6367C6.96094 10.6367 6.86719 10.6406 6.79688 10.6484C6.96875 10.4531 7.17188 10.293 7.40625 10.168C7.64844 10.043 7.92578 9.96484 8.23828 9.93359V7.08594C8.23828 5.98438 8.39844 5.02344 8.71875 4.20312C9.04688 3.38281 9.49219 2.70312 10.0547 2.16406C10.6172 1.61719 11.2539 1.21094 11.9648 0.945312C12.6758 0.671875 13.4141 0.535156 14.1797 0.535156C14.9453 0.535156 15.6836 0.671875 16.3945 0.945312C17.1055 1.21094 17.7422 1.61719 18.3047 2.16406C18.8672 2.70312 19.3125 3.38281 19.6406 4.20312C19.9688 5.02344 20.1328 5.98438 20.1328 7.08594V9.93359C20.7969 10.0273 21.3008 10.3047 21.6445 10.7656C21.9961 11.2188 22.1719 11.8516 22.1719 12.6641V20.7383C22.1719 21.6602 21.9492 22.3555 21.5039 22.8242C21.0586 23.293 20.4062 23.5273 19.5469 23.5273H15.1992ZM10.0898 9.88672H18.2695V6.82812C18.2695 5.84375 18.0781 5.01562 17.6953 4.34375C17.3203 3.67188 16.8203 3.16406 16.1953 2.82031C15.5781 2.47656 14.9062 2.30469 14.1797 2.30469C13.4453 2.30469 12.7695 2.47656 12.1523 2.82031C11.5352 3.16406 11.0352 3.67188 10.6523 4.34375C10.2773 5.01562 10.0898 5.84375 10.0898 6.82812V9.88672ZM1.98047 24.4648C1.49609 24.4648 1.11328 24.3125 0.832031 24.0078C0.542969 23.7031 0.398438 23.332 0.398438 22.8945C0.398438 22.6211 0.46875 22.3633 0.609375 22.1211L5.68359 13.0391C5.83203 12.7734 6.03125 12.5742 6.28125 12.4414C6.53125 12.3008 6.78906 12.2305 7.05469 12.2305C7.32031 12.2305 7.57422 12.3008 7.81641 12.4414C8.05859 12.5742 8.25781 12.7734 8.41406 13.0391L13.5 22.1094C13.6406 22.3594 13.7109 22.6211 13.7109 22.8945C13.7109 23.332 13.5664 23.7031 13.2773 24.0078C12.9961 24.3125 12.6133 24.4648 12.1289 24.4648H1.98047ZM7.05469 22.6836C7.32812 22.6836 7.55859 22.5859 7.74609 22.3906C7.94141 22.1953 8.04297 21.9609 8.05078 21.6875C8.05078 21.4219 7.95312 21.1914 7.75781 20.9961C7.5625 20.8008 7.32812 20.7031 7.05469 20.7031C6.78906 20.7031 6.55859 20.8008 6.36328 20.9961C6.16797 21.1914 6.07031 21.4219 6.07031 21.6875C6.07031 21.9609 6.16797 22.1953 6.36328 22.3906C6.55859 22.5859 6.78906 22.6836 7.05469 22.6836ZM7.05469 19.8828C7.26562 19.8828 7.43359 19.8203 7.55859 19.6953C7.69141 19.5703 7.76172 19.4062 7.76953 19.2031L7.86328 15.8516C7.87109 15.6172 7.80078 15.4258 7.65234 15.2773C7.50391 15.1211 7.30469 15.043 7.05469 15.043C6.8125 15.043 6.61719 15.1211 6.46875 15.2773C6.32031 15.4258 6.25 15.6172 6.25781 15.8516L6.35156 19.2031C6.35156 19.4062 6.41797 19.5703 6.55078 19.6953C6.68359 19.8203 6.85156 19.8828 7.05469 19.8828Z"
24
- })
25
- });
19
+ height: size
20
+ }, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
21
+ fill: color,
22
+ d: "M15.1992 23.5273C15.2852 23.3164 15.3281 23.1055 15.3281 22.8945C15.3281 22.3633 15.1836 21.8438 14.8945 21.3359L9.82031 12.2539C9.53125 11.7305 9.13672 11.332 8.63672 11.0586C8.14453 10.7773 7.625 10.6367 7.07812 10.6367C6.96094 10.6367 6.86719 10.6406 6.79688 10.6484C6.96875 10.4531 7.17188 10.293 7.40625 10.168C7.64844 10.043 7.92578 9.96484 8.23828 9.93359V7.08594C8.23828 5.98438 8.39844 5.02344 8.71875 4.20312C9.04688 3.38281 9.49219 2.70312 10.0547 2.16406C10.6172 1.61719 11.2539 1.21094 11.9648 0.945312C12.6758 0.671875 13.4141 0.535156 14.1797 0.535156C14.9453 0.535156 15.6836 0.671875 16.3945 0.945312C17.1055 1.21094 17.7422 1.61719 18.3047 2.16406C18.8672 2.70312 19.3125 3.38281 19.6406 4.20312C19.9688 5.02344 20.1328 5.98438 20.1328 7.08594V9.93359C20.7969 10.0273 21.3008 10.3047 21.6445 10.7656C21.9961 11.2188 22.1719 11.8516 22.1719 12.6641V20.7383C22.1719 21.6602 21.9492 22.3555 21.5039 22.8242C21.0586 23.293 20.4062 23.5273 19.5469 23.5273H15.1992ZM10.0898 9.88672H18.2695V6.82812C18.2695 5.84375 18.0781 5.01562 17.6953 4.34375C17.3203 3.67188 16.8203 3.16406 16.1953 2.82031C15.5781 2.47656 14.9062 2.30469 14.1797 2.30469C13.4453 2.30469 12.7695 2.47656 12.1523 2.82031C11.5352 3.16406 11.0352 3.67188 10.6523 4.34375C10.2773 5.01562 10.0898 5.84375 10.0898 6.82812V9.88672ZM1.98047 24.4648C1.49609 24.4648 1.11328 24.3125 0.832031 24.0078C0.542969 23.7031 0.398438 23.332 0.398438 22.8945C0.398438 22.6211 0.46875 22.3633 0.609375 22.1211L5.68359 13.0391C5.83203 12.7734 6.03125 12.5742 6.28125 12.4414C6.53125 12.3008 6.78906 12.2305 7.05469 12.2305C7.32031 12.2305 7.57422 12.3008 7.81641 12.4414C8.05859 12.5742 8.25781 12.7734 8.41406 13.0391L13.5 22.1094C13.6406 22.3594 13.7109 22.6211 13.7109 22.8945C13.7109 23.332 13.5664 23.7031 13.2773 24.0078C12.9961 24.3125 12.6133 24.4648 12.1289 24.4648H1.98047ZM7.05469 22.6836C7.32812 22.6836 7.55859 22.5859 7.74609 22.3906C7.94141 22.1953 8.04297 21.9609 8.05078 21.6875C8.05078 21.4219 7.95312 21.1914 7.75781 20.9961C7.5625 20.8008 7.32812 20.7031 7.05469 20.7031C6.78906 20.7031 6.55859 20.8008 6.36328 20.9961C6.16797 21.1914 6.07031 21.4219 6.07031 21.6875C6.07031 21.9609 6.16797 22.1953 6.36328 22.3906C6.55859 22.5859 6.78906 22.6836 7.05469 22.6836ZM7.05469 19.8828C7.26562 19.8828 7.43359 19.8203 7.55859 19.6953C7.69141 19.5703 7.76172 19.4062 7.76953 19.2031L7.86328 15.8516C7.87109 15.6172 7.80078 15.4258 7.65234 15.2773C7.50391 15.1211 7.30469 15.043 7.05469 15.043C6.8125 15.043 6.61719 15.1211 6.46875 15.2773C6.32031 15.4258 6.25 15.6172 6.25781 15.8516L6.35156 19.2031C6.35156 19.4062 6.41797 19.5703 6.55078 19.6953C6.68359 19.8203 6.85156 19.8828 7.05469 19.8828Z"
23
+ }));
26
24
  };
27
25
  exports.Lock = Lock;
28
26
  //# sourceMappingURL=Lock.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","Lock","color","size","jsx","viewBox","width","height","children","Path","fill","d","exports"],"sourceRoot":"../../../src","sources":["icons/Lock.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA6C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAQtC,MAAMmB,IAAI,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,KAAK;EAC9C,oBACE,IAAAvB,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAS,OAAG;IAACkB,OAAO,EAAE,WAAY;IAACC,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAK;IAAAK,QAAA,eACnD,IAAA5B,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAA+B,IAAI;MACHC,IAAI,EAAER,KAAM;MACZS,CAAC,EAAC;IAAgnF,CACnnF;EAAC,CACC,CAAC;AAEV,CAAC;AAACC,OAAA,CAAAX,IAAA,GAAAA,IAAA","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","Lock","color","size","createElement","viewBox","width","height","Path","fill","d","exports"],"sourceRoot":"../../../src","sources":["icons/Lock.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA6C,SAAAG,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAF,wBAAAE,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAb,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAQtC,MAAMmB,IAAI,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,KAAK;EAC9C,oBACE3B,MAAA,CAAAW,OAAA,CAAAiB,aAAA,CAACzB,eAAA,CAAAQ,OAAG;IAACkB,OAAO,EAAE,WAAY;IAACC,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ;EAAK,gBACnD3B,MAAA,CAAAW,OAAA,CAAAiB,aAAA,CAACzB,eAAA,CAAA6B,IAAI;IACHC,IAAI,EAAEP,KAAM;IACZQ,CAAC,EAAC;EAAgnF,CACnnF,CACE,CAAC;AAEV,CAAC;AAACC,OAAA,CAAAV,IAAA,GAAAA,IAAA","ignoreList":[]}
@@ -6,19 +6,17 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.Mic = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNativeSvg = require("react-native-svg");
9
- var _jsxRuntime = require("react/jsx-runtime");
10
9
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
10
  const Mic = ({
12
11
  color,
13
12
  size
14
- }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
13
+ }) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
15
14
  viewBox: '0 0 27 27',
16
15
  width: size,
17
- height: size,
18
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
19
- d: "M13.9992 16.9166C15.9358 16.9166 17.4992 15.3533 17.4992 13.4166V6.41663C17.4992 4.47996 15.9358 2.91663 13.9992 2.91663C12.0625 2.91663 10.4992 4.47996 10.4992 6.41663V13.4166C10.4992 15.3533 12.0625 16.9166 13.9992 16.9166ZM20.8942 13.4166C20.3225 13.4166 19.8442 13.8366 19.7508 14.4083C19.2725 17.15 16.8808 19.25 13.9992 19.25C11.1175 19.25 8.72584 17.15 8.2475 14.4083C8.15417 13.8366 7.67584 13.4166 7.10417 13.4166C6.3925 13.4166 5.8325 14.0466 5.9375 14.7466C6.50917 18.2466 9.30917 20.9883 12.8325 21.49V23.9166C12.8325 24.5583 13.3575 25.0833 13.9992 25.0833C14.6408 25.0833 15.1658 24.5583 15.1658 23.9166V21.49C18.6892 20.9883 21.4892 18.2466 22.0608 14.7466C22.1775 14.0466 21.6058 13.4166 20.8942 13.4166Z",
20
- fill: color
21
- })
22
- });
16
+ height: size
17
+ }, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
18
+ d: "M13.9992 16.9166C15.9358 16.9166 17.4992 15.3533 17.4992 13.4166V6.41663C17.4992 4.47996 15.9358 2.91663 13.9992 2.91663C12.0625 2.91663 10.4992 4.47996 10.4992 6.41663V13.4166C10.4992 15.3533 12.0625 16.9166 13.9992 16.9166ZM20.8942 13.4166C20.3225 13.4166 19.8442 13.8366 19.7508 14.4083C19.2725 17.15 16.8808 19.25 13.9992 19.25C11.1175 19.25 8.72584 17.15 8.2475 14.4083C8.15417 13.8366 7.67584 13.4166 7.10417 13.4166C6.3925 13.4166 5.8325 14.0466 5.9375 14.7466C6.50917 18.2466 9.30917 20.9883 12.8325 21.49V23.9166C12.8325 24.5583 13.3575 25.0833 13.9992 25.0833C14.6408 25.0833 15.1658 24.5583 15.1658 23.9166V21.49C18.6892 20.9883 21.4892 18.2466 22.0608 14.7466C22.1775 14.0466 21.6058 13.4166 20.8942 13.4166Z",
19
+ fill: color
20
+ }));
23
21
  exports.Mic = Mic;
24
22
  //# sourceMappingURL=Mic.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_jsxRuntime","e","__esModule","default","Mic","color","size","jsx","Svg","viewBox","width","height","children","Path","d","fill","exports"],"sourceRoot":"../../../src","sources":["icons/Mic.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,IAAAE,WAAA,GAAAF,OAAA;AAAA,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAQtC,MAAMG,GAAG,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBACxC,IAAAN,WAAA,CAAAO,GAAA,EAACR,eAAA,CAAAS,GAAG;EAACC,OAAO,EAAE,WAAY;EAACC,KAAK,EAAEJ,IAAK;EAACK,MAAM,EAAEL,IAAK;EAAAM,QAAA,eACnD,IAAAZ,WAAA,CAAAO,GAAA,EAACR,eAAA,CAAAc,IAAI;IACHC,CAAC,EAAC,ktBAAktB;IACptBC,IAAI,EAAEV;EAAM,CACb;AAAC,CACC,CACN;AAACW,OAAA,CAAAZ,GAAA,GAAAA,GAAA","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","Mic","color","size","createElement","Svg","viewBox","width","height","Path","d","fill","exports"],"sourceRoot":"../../../src","sources":["icons/Mic.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAQtC,MAAMG,GAAG,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBACxCT,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAQ,GAAG;EAACC,OAAO,EAAE,WAAY;EAACC,KAAK,EAAEJ,IAAK;EAACK,MAAM,EAAEL;AAAK,gBACnDT,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAY,IAAI;EACHC,CAAC,EAAC,ktBAAktB;EACptBC,IAAI,EAAET;AAAM,CACb,CACE,CACN;AAACU,OAAA,CAAAX,GAAA,GAAAA,GAAA","ignoreList":[]}
@@ -6,19 +6,17 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.MicOff = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNativeSvg = require("react-native-svg");
9
- var _jsxRuntime = require("react/jsx-runtime");
10
9
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
10
  const MicOff = ({
12
11
  color,
13
12
  size
14
- }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
13
+ }) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
15
14
  viewBox: '0 0 27 27',
16
15
  width: size,
17
- height: size,
18
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
19
- d: "M17.9067 12.95V6.41663C17.9067 4.47996 16.3434 2.91663 14.4067 2.91663C12.61 2.91663 11.1517 4.26996 10.9534 6.00829L17.9067 12.95ZM21.5 13.4166C21.0217 13.4166 20.6017 13.7666 20.5317 14.245C20.4734 14.6183 20.3917 14.9916 20.2751 15.33L21.7567 16.8116C22.1067 16.1116 22.3634 15.3533 22.4917 14.5483C22.5734 13.9533 22.1067 13.4166 21.5 13.4166ZM4.73505 4.73663C4.28005 5.19163 4.28005 5.92663 4.73505 6.38163L10.9067 12.565V13.0666C10.9067 14.455 11.6067 15.7733 12.8084 16.4616C13.6834 16.9633 14.4534 16.975 15.165 16.8233L17.1017 18.76C16.2734 19.145 15.3517 19.3666 14.4067 19.3666C11.4434 19.3666 8.71338 17.3016 8.28172 14.245C8.21172 13.7666 7.79172 13.4166 7.31338 13.4166C6.70672 13.4166 6.24005 13.9533 6.32172 14.5483C6.85838 18.0016 9.77505 20.7316 13.24 21.2566V23.9166C13.24 24.5583 13.765 25.0833 14.4067 25.0833C15.0484 25.0833 15.5734 24.5583 15.5734 23.9166V21.2566C16.635 21.105 17.6384 20.7316 18.5484 20.2066L22.6201 24.2783C23.0751 24.7333 23.8101 24.7333 24.2651 24.2783C24.7201 23.8233 24.7201 23.0883 24.2651 22.6333L6.38005 4.73663C5.92505 4.28163 5.19005 4.28163 4.73505 4.73663Z",
20
- fill: color
21
- })
22
- });
16
+ height: size
17
+ }, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
18
+ d: "M17.9067 12.95V6.41663C17.9067 4.47996 16.3434 2.91663 14.4067 2.91663C12.61 2.91663 11.1517 4.26996 10.9534 6.00829L17.9067 12.95ZM21.5 13.4166C21.0217 13.4166 20.6017 13.7666 20.5317 14.245C20.4734 14.6183 20.3917 14.9916 20.2751 15.33L21.7567 16.8116C22.1067 16.1116 22.3634 15.3533 22.4917 14.5483C22.5734 13.9533 22.1067 13.4166 21.5 13.4166ZM4.73505 4.73663C4.28005 5.19163 4.28005 5.92663 4.73505 6.38163L10.9067 12.565V13.0666C10.9067 14.455 11.6067 15.7733 12.8084 16.4616C13.6834 16.9633 14.4534 16.975 15.165 16.8233L17.1017 18.76C16.2734 19.145 15.3517 19.3666 14.4067 19.3666C11.4434 19.3666 8.71338 17.3016 8.28172 14.245C8.21172 13.7666 7.79172 13.4166 7.31338 13.4166C6.70672 13.4166 6.24005 13.9533 6.32172 14.5483C6.85838 18.0016 9.77505 20.7316 13.24 21.2566V23.9166C13.24 24.5583 13.765 25.0833 14.4067 25.0833C15.0484 25.0833 15.5734 24.5583 15.5734 23.9166V21.2566C16.635 21.105 17.6384 20.7316 18.5484 20.2066L22.6201 24.2783C23.0751 24.7333 23.8101 24.7333 24.2651 24.2783C24.7201 23.8233 24.7201 23.0883 24.2651 22.6333L6.38005 4.73663C5.92505 4.28163 5.19005 4.28163 4.73505 4.73663Z",
19
+ fill: color
20
+ }));
23
21
  exports.MicOff = MicOff;
24
22
  //# sourceMappingURL=MicOff.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_jsxRuntime","e","__esModule","default","MicOff","color","size","jsx","Svg","viewBox","width","height","children","Path","d","fill","exports"],"sourceRoot":"../../../src","sources":["icons/MicOff.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,IAAAE,WAAA,GAAAF,OAAA;AAAA,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAQtC,MAAMG,MAAM,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAC3C,IAAAN,WAAA,CAAAO,GAAA,EAACR,eAAA,CAAAS,GAAG;EAACC,OAAO,EAAE,WAAY;EAACC,KAAK,EAAEJ,IAAK;EAACK,MAAM,EAAEL,IAAK;EAAAM,QAAA,eACnD,IAAAZ,WAAA,CAAAO,GAAA,EAACR,eAAA,CAAAc,IAAI;IACHC,CAAC,EAAC,ulCAAulC;IACzlCC,IAAI,EAAEV;EAAM,CACb;AAAC,CACC,CACN;AAACW,OAAA,CAAAZ,MAAA,GAAAA,MAAA","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","MicOff","color","size","createElement","Svg","viewBox","width","height","Path","d","fill","exports"],"sourceRoot":"../../../src","sources":["icons/MicOff.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAQtC,MAAMG,MAAM,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAC3CT,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAQ,GAAG;EAACC,OAAO,EAAE,WAAY;EAACC,KAAK,EAAEJ,IAAK;EAACK,MAAM,EAAEL;AAAK,gBACnDT,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAY,IAAI;EACHC,CAAC,EAAC,ulCAAulC;EACzlCC,IAAI,EAAET;AAAM,CACb,CACE,CACN;AAACU,OAAA,CAAAX,MAAA,GAAAA,MAAA","ignoreList":[]}
@@ -7,12 +7,11 @@ exports.Phone = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNativeSvg = require("react-native-svg");
9
9
  var _TestIds = require("../constants/TestIds");
10
- var _jsxRuntime = require("react/jsx-runtime");
11
10
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
11
  const Phone = ({
13
12
  color,
14
13
  size
15
- }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
14
+ }) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
16
15
  viewBox: "0 0 24 9",
17
16
  width: size,
18
17
  height: size,
@@ -21,11 +20,10 @@ const Phone = ({
21
20
  rotate: '-130deg'
22
21
  }]
23
22
  },
24
- testID: _TestIds.IconTestIds.PHONE,
25
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
26
- d: "M12 0.0546875C16.4531 0.0449219 20.5156 0.962891 22.5566 3.00391C23.4648 3.91211 23.9727 5.02539 23.9336 6.38281C23.9043 7.19336 23.6406 7.87695 23.1621 8.33594C22.7617 8.73633 22.2246 8.9707 21.5898 8.86328L17.9863 8.25781C17.4004 8.16016 17.0098 7.98438 16.7559 7.73047C16.4238 7.39844 16.3262 6.91992 16.3164 6.28516L16.3066 5.26953C16.3066 5.11328 16.248 4.98633 16.1504 4.89844C16.043 4.79102 15.8965 4.73242 15.7891 4.69336C15.0957 4.49805 13.709 4.39062 12 4.39062C10.291 4.39062 8.89453 4.54688 8.21094 4.69336C8.09375 4.72266 7.9375 4.78125 7.83008 4.89844C7.74219 4.99609 7.67383 5.11328 7.67383 5.26953V6.28516C7.66406 6.91992 7.56641 7.4082 7.23438 7.73047C6.98047 7.98438 6.58984 8.16016 6.01367 8.25781L2.37109 8.87305C1.74609 8.9707 1.22852 8.75586 0.837891 8.36523C0.369141 7.89648 0.105469 7.19336 0.0761719 6.39258C0.0078125 5.03516 0.486328 3.92188 1.4043 3.00391C3.44531 0.962891 7.53711 0.0546875 12 0.0546875Z",
27
- fill: color
28
- })
29
- });
23
+ testID: _TestIds.IconTestIds.PHONE
24
+ }, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
25
+ d: "M12 0.0546875C16.4531 0.0449219 20.5156 0.962891 22.5566 3.00391C23.4648 3.91211 23.9727 5.02539 23.9336 6.38281C23.9043 7.19336 23.6406 7.87695 23.1621 8.33594C22.7617 8.73633 22.2246 8.9707 21.5898 8.86328L17.9863 8.25781C17.4004 8.16016 17.0098 7.98438 16.7559 7.73047C16.4238 7.39844 16.3262 6.91992 16.3164 6.28516L16.3066 5.26953C16.3066 5.11328 16.248 4.98633 16.1504 4.89844C16.043 4.79102 15.8965 4.73242 15.7891 4.69336C15.0957 4.49805 13.709 4.39062 12 4.39062C10.291 4.39062 8.89453 4.54688 8.21094 4.69336C8.09375 4.72266 7.9375 4.78125 7.83008 4.89844C7.74219 4.99609 7.67383 5.11328 7.67383 5.26953V6.28516C7.66406 6.91992 7.56641 7.4082 7.23438 7.73047C6.98047 7.98438 6.58984 8.16016 6.01367 8.25781L2.37109 8.87305C1.74609 8.9707 1.22852 8.75586 0.837891 8.36523C0.369141 7.89648 0.105469 7.19336 0.0761719 6.39258C0.0078125 5.03516 0.486328 3.92188 1.4043 3.00391C3.44531 0.962891 7.53711 0.0546875 12 0.0546875Z",
26
+ fill: color
27
+ }));
30
28
  exports.Phone = Phone;
31
29
  //# sourceMappingURL=Phone.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_TestIds","_jsxRuntime","e","__esModule","default","Phone","color","size","jsx","Svg","viewBox","width","height","style","transform","rotate","testID","IconTestIds","PHONE","children","Path","d","fill","exports"],"sourceRoot":"../../../src","sources":["icons/Phone.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAEA,IAAAE,QAAA,GAAAF,OAAA;AAAmD,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAD,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAO5C,MAAMG,KAAK,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAC1C,IAAAN,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAU,GAAG;EACFC,OAAO,EAAC,UAAU;EAClBC,KAAK,EAAEJ,IAAK;EACZK,MAAM,EAAEL,IAAK;EACbM,KAAK,EAAE;IAAEC,SAAS,EAAE,CAAC;MAAEC,MAAM,EAAE;IAAU,CAAC;EAAE,CAAE;EAC9CC,MAAM,EAAEC,oBAAW,CAACC,KAAM;EAAAC,QAAA,eAE1B,IAAAlB,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAqB,IAAI;IACHC,CAAC,EAAC,q6BAAq6B;IACv6BC,IAAI,EAAEhB;EAAM,CACb;AAAC,CACC,CACN;AAACiB,OAAA,CAAAlB,KAAA,GAAAA,KAAA","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_TestIds","e","__esModule","default","Phone","color","size","createElement","Svg","viewBox","width","height","style","transform","rotate","testID","IconTestIds","PHONE","Path","d","fill","exports"],"sourceRoot":"../../../src","sources":["icons/Phone.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAEA,IAAAE,QAAA,GAAAF,OAAA;AAAmD,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAO5C,MAAMG,KAAK,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAC1CV,MAAA,CAAAO,OAAA,CAAAI,aAAA,CAACR,eAAA,CAAAS,GAAG;EACFC,OAAO,EAAC,UAAU;EAClBC,KAAK,EAAEJ,IAAK;EACZK,MAAM,EAAEL,IAAK;EACbM,KAAK,EAAE;IAAEC,SAAS,EAAE,CAAC;MAAEC,MAAM,EAAE;IAAU,CAAC;EAAE,CAAE;EAC9CC,MAAM,EAAEC,oBAAW,CAACC;AAAM,gBAE1BrB,MAAA,CAAAO,OAAA,CAAAI,aAAA,CAACR,eAAA,CAAAmB,IAAI;EACHC,CAAC,EAAC,q6BAAq6B;EACv6BC,IAAI,EAAEf;AAAM,CACb,CACE,CACN;AAACgB,OAAA,CAAAjB,KAAA,GAAAA,KAAA","ignoreList":[]}
@@ -7,20 +7,18 @@ exports.PhoneDown = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNativeSvg = require("react-native-svg");
9
9
  var _TestIds = require("../constants/TestIds");
10
- var _jsxRuntime = require("react/jsx-runtime");
11
10
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
11
  const PhoneDown = ({
13
12
  color,
14
13
  size
15
- }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
14
+ }) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
16
15
  viewBox: '0 0 24 9',
17
16
  width: size,
18
17
  height: size,
19
- testID: _TestIds.IconTestIds.HANG_UP_CALL,
20
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
21
- d: "M12 0.0546875C16.4531 0.0449219 20.5156 0.962891 22.5566 3.00391C23.4648 3.91211 23.9727 5.02539 23.9336 6.38281C23.9043 7.19336 23.6406 7.87695 23.1621 8.33594C22.7617 8.73633 22.2246 8.9707 21.5898 8.86328L17.9863 8.25781C17.4004 8.16016 17.0098 7.98438 16.7559 7.73047C16.4238 7.39844 16.3262 6.91992 16.3164 6.28516L16.3066 5.26953C16.3066 5.11328 16.248 4.98633 16.1504 4.89844C16.043 4.79102 15.8965 4.73242 15.7891 4.69336C15.0957 4.49805 13.709 4.39062 12 4.39062C10.291 4.39062 8.89453 4.54688 8.21094 4.69336C8.09375 4.72266 7.9375 4.78125 7.83008 4.89844C7.74219 4.99609 7.67383 5.11328 7.67383 5.26953V6.28516C7.66406 6.91992 7.56641 7.4082 7.23438 7.73047C6.98047 7.98438 6.58984 8.16016 6.01367 8.25781L2.37109 8.87305C1.74609 8.9707 1.22852 8.75586 0.837891 8.36523C0.369141 7.89648 0.105469 7.19336 0.0761719 6.39258C0.0078125 5.03516 0.486328 3.92188 1.4043 3.00391C3.44531 0.962891 7.53711 0.0546875 12 0.0546875Z",
22
- fill: color
23
- })
24
- });
18
+ testID: _TestIds.IconTestIds.HANG_UP_CALL
19
+ }, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
20
+ d: "M12 0.0546875C16.4531 0.0449219 20.5156 0.962891 22.5566 3.00391C23.4648 3.91211 23.9727 5.02539 23.9336 6.38281C23.9043 7.19336 23.6406 7.87695 23.1621 8.33594C22.7617 8.73633 22.2246 8.9707 21.5898 8.86328L17.9863 8.25781C17.4004 8.16016 17.0098 7.98438 16.7559 7.73047C16.4238 7.39844 16.3262 6.91992 16.3164 6.28516L16.3066 5.26953C16.3066 5.11328 16.248 4.98633 16.1504 4.89844C16.043 4.79102 15.8965 4.73242 15.7891 4.69336C15.0957 4.49805 13.709 4.39062 12 4.39062C10.291 4.39062 8.89453 4.54688 8.21094 4.69336C8.09375 4.72266 7.9375 4.78125 7.83008 4.89844C7.74219 4.99609 7.67383 5.11328 7.67383 5.26953V6.28516C7.66406 6.91992 7.56641 7.4082 7.23438 7.73047C6.98047 7.98438 6.58984 8.16016 6.01367 8.25781L2.37109 8.87305C1.74609 8.9707 1.22852 8.75586 0.837891 8.36523C0.369141 7.89648 0.105469 7.19336 0.0761719 6.39258C0.0078125 5.03516 0.486328 3.92188 1.4043 3.00391C3.44531 0.962891 7.53711 0.0546875 12 0.0546875Z",
21
+ fill: color
22
+ }));
25
23
  exports.PhoneDown = PhoneDown;
26
24
  //# sourceMappingURL=PhoneDown.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_TestIds","_jsxRuntime","e","__esModule","default","PhoneDown","color","size","jsx","Svg","viewBox","width","height","testID","IconTestIds","HANG_UP_CALL","children","Path","d","fill","exports"],"sourceRoot":"../../../src","sources":["icons/PhoneDown.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAEA,IAAAE,QAAA,GAAAF,OAAA;AAAmD,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAD,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAO5C,MAAMG,SAAS,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAC9C,IAAAN,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAU,GAAG;EACFC,OAAO,EAAE,UAAW;EACpBC,KAAK,EAAEJ,IAAK;EACZK,MAAM,EAAEL,IAAK;EACbM,MAAM,EAAEC,oBAAW,CAACC,YAAa;EAAAC,QAAA,eAEjC,IAAAf,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAkB,IAAI;IACHC,CAAC,EAAC,q6BAAq6B;IACv6BC,IAAI,EAAEb;EAAM,CACb;AAAC,CACC,CACN;AAACc,OAAA,CAAAf,SAAA,GAAAA,SAAA","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_TestIds","e","__esModule","default","PhoneDown","color","size","createElement","Svg","viewBox","width","height","testID","IconTestIds","HANG_UP_CALL","Path","d","fill","exports"],"sourceRoot":"../../../src","sources":["icons/PhoneDown.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAEA,IAAAE,QAAA,GAAAF,OAAA;AAAmD,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAO5C,MAAMG,SAAS,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAC9CV,MAAA,CAAAO,OAAA,CAAAI,aAAA,CAACR,eAAA,CAAAS,GAAG;EACFC,OAAO,EAAE,UAAW;EACpBC,KAAK,EAAEJ,IAAK;EACZK,MAAM,EAAEL,IAAK;EACbM,MAAM,EAAEC,oBAAW,CAACC;AAAa,gBAEjClB,MAAA,CAAAO,OAAA,CAAAI,aAAA,CAACR,eAAA,CAAAgB,IAAI;EACHC,CAAC,EAAC,q6BAAq6B;EACv6BC,IAAI,EAAEZ;AAAM,CACb,CACE,CACN;AAACa,OAAA,CAAAd,SAAA,GAAAA,SAAA","ignoreList":[]}
@@ -6,19 +6,17 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.PinVertical = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNativeSvg = require("react-native-svg");
9
- var _jsxRuntime = require("react/jsx-runtime");
10
9
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
10
  const PinVertical = ({
12
11
  color,
13
12
  size
14
- }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
13
+ }) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
15
14
  viewBox: "0 0 21 20",
16
15
  width: size,
17
- height: size,
18
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
19
- fill: color,
20
- d: "M12.0682 3.45222V7.46363C12.0682 8.36218 12.365 9.19656 12.8705 9.87047H8.05678C8.57827 9.18051 8.85906 8.34614 8.85906 7.46363V3.45222H12.0682ZM14.475 1.84766H6.45222C6.01096 1.84766 5.64994 2.20868 5.64994 2.64994C5.64994 3.09119 6.01096 3.45222 6.45222 3.45222H7.2545V7.46363C7.2545 8.79541 6.17944 9.87047 4.84766 9.87047V11.475H9.63728V17.091L10.4396 17.8933L11.2418 17.091V11.475H16.0796V9.87047C14.7478 9.87047 13.6728 8.79541 13.6728 7.46363V3.45222H14.475C14.9163 3.45222 15.2773 3.09119 15.2773 2.64994C15.2773 2.20868 14.9163 1.84766 14.475 1.84766Z"
21
- })
22
- });
16
+ height: size
17
+ }, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
18
+ fill: color,
19
+ d: "M12.0682 3.45222V7.46363C12.0682 8.36218 12.365 9.19656 12.8705 9.87047H8.05678C8.57827 9.18051 8.85906 8.34614 8.85906 7.46363V3.45222H12.0682ZM14.475 1.84766H6.45222C6.01096 1.84766 5.64994 2.20868 5.64994 2.64994C5.64994 3.09119 6.01096 3.45222 6.45222 3.45222H7.2545V7.46363C7.2545 8.79541 6.17944 9.87047 4.84766 9.87047V11.475H9.63728V17.091L10.4396 17.8933L11.2418 17.091V11.475H16.0796V9.87047C14.7478 9.87047 13.6728 8.79541 13.6728 7.46363V3.45222H14.475C14.9163 3.45222 15.2773 3.09119 15.2773 2.64994C15.2773 2.20868 14.9163 1.84766 14.475 1.84766Z"
20
+ }));
23
21
  exports.PinVertical = PinVertical;
24
22
  //# sourceMappingURL=PinVertical.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_jsxRuntime","e","__esModule","default","PinVertical","color","size","jsx","Svg","viewBox","width","height","children","Path","fill","d","exports"],"sourceRoot":"../../../src","sources":["icons/PinVertical.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,IAAAE,WAAA,GAAAF,OAAA;AAAA,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAQtC,MAAMG,WAAW,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAChD,IAAAN,WAAA,CAAAO,GAAA,EAACR,eAAA,CAAAS,GAAG;EAACC,OAAO,EAAC,WAAW;EAACC,KAAK,EAAEJ,IAAK;EAACK,MAAM,EAAEL,IAAK;EAAAM,QAAA,eACjD,IAAAZ,WAAA,CAAAO,GAAA,EAACR,eAAA,CAAAc,IAAI;IACHC,IAAI,EAAET,KAAM;IACZU,CAAC,EAAC;EAAkjB,CACrjB;AAAC,CACC,CACN;AAACC,OAAA,CAAAZ,WAAA,GAAAA,WAAA","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","PinVertical","color","size","createElement","Svg","viewBox","width","height","Path","fill","d","exports"],"sourceRoot":"../../../src","sources":["icons/PinVertical.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAQtC,MAAMG,WAAW,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAChDT,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAQ,GAAG;EAACC,OAAO,EAAC,WAAW;EAACC,KAAK,EAAEJ,IAAK;EAACK,MAAM,EAAEL;AAAK,gBACjDT,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAY,IAAI;EACHC,IAAI,EAAER,KAAM;EACZS,CAAC,EAAC;AAAkjB,CACrjB,CACE,CACN;AAACC,OAAA,CAAAX,WAAA,GAAAA,WAAA","ignoreList":[]}
@@ -6,18 +6,16 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.Reaction = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNativeSvg = require("react-native-svg");
9
- var _jsxRuntime = require("react/jsx-runtime");
10
9
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
10
  const Reaction = ({
12
11
  color
13
- }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
12
+ }) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
14
13
  viewBox: "0 0 22 20",
15
14
  width: 22,
16
- height: 20,
17
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
18
- fill: color,
19
- d: "M 5.50033 8.16667 C 5.50033 7.40583 6.11449 6.79167 6.87533 6.79167 C 7.63616 6.79167 8.25033 7.40583 8.25033 8.16667 C 8.25033 8.9275 7.63616 9.54167 6.87533 9.54167 C 6.11449 9.54167 5.50033 8.9275 5.50033 8.16667 Z M 10.0837 15.5 C 12.2195 15.5 14.0345 14.1617 14.7678 12.2917 H 5.39949 C 6.13283 14.1617 7.94783 15.5 10.0837 15.5 Z M 13.292 9.54167 C 14.0528 9.54167 14.667 8.9275 14.667 8.16667 C 14.667 7.40583 14.0528 6.79167 13.292 6.79167 C 12.5312 6.79167 11.917 7.40583 11.917 8.16667 C 11.917 8.9275 12.5312 9.54167 13.292 9.54167 Z M 19.2503 0.375 H 17.417 V 2.20833 H 15.5837 V 4.04167 H 17.417 V 5.875 H 19.2503 V 4.04167 H 21.0837 V 2.20833 H 19.2503 V 0.375 Z M 17.417 10.4583 C 17.417 14.51 14.1353 17.7917 10.0837 17.7917 C 6.03199 17.7917 2.75033 14.51 2.75033 10.4583 C 2.75033 6.40667 6.03199 3.125 10.0837 3.125 C 11.422 3.125 12.6687 3.49167 13.7503 4.115 V 2.06167 C 12.6228 1.56667 11.3853 1.29167 10.0745 1.29167 C 5.01449 1.29167 0.916992 5.39833 0.916992 10.4583 C 0.916992 15.5183 5.01449 19.625 10.0745 19.625 C 15.1437 19.625 19.2503 15.5183 19.2503 10.4583 C 19.2503 9.49583 19.0945 8.57917 18.8195 7.70833 H 16.867 C 17.2153 8.56083 17.417 9.48667 17.417 10.4583 Z"
20
- })
21
- });
15
+ height: 20
16
+ }, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
17
+ fill: color,
18
+ d: "M 5.50033 8.16667 C 5.50033 7.40583 6.11449 6.79167 6.87533 6.79167 C 7.63616 6.79167 8.25033 7.40583 8.25033 8.16667 C 8.25033 8.9275 7.63616 9.54167 6.87533 9.54167 C 6.11449 9.54167 5.50033 8.9275 5.50033 8.16667 Z M 10.0837 15.5 C 12.2195 15.5 14.0345 14.1617 14.7678 12.2917 H 5.39949 C 6.13283 14.1617 7.94783 15.5 10.0837 15.5 Z M 13.292 9.54167 C 14.0528 9.54167 14.667 8.9275 14.667 8.16667 C 14.667 7.40583 14.0528 6.79167 13.292 6.79167 C 12.5312 6.79167 11.917 7.40583 11.917 8.16667 C 11.917 8.9275 12.5312 9.54167 13.292 9.54167 Z M 19.2503 0.375 H 17.417 V 2.20833 H 15.5837 V 4.04167 H 17.417 V 5.875 H 19.2503 V 4.04167 H 21.0837 V 2.20833 H 19.2503 V 0.375 Z M 17.417 10.4583 C 17.417 14.51 14.1353 17.7917 10.0837 17.7917 C 6.03199 17.7917 2.75033 14.51 2.75033 10.4583 C 2.75033 6.40667 6.03199 3.125 10.0837 3.125 C 11.422 3.125 12.6687 3.49167 13.7503 4.115 V 2.06167 C 12.6228 1.56667 11.3853 1.29167 10.0745 1.29167 C 5.01449 1.29167 0.916992 5.39833 0.916992 10.4583 C 0.916992 15.5183 5.01449 19.625 10.0745 19.625 C 15.1437 19.625 19.2503 15.5183 19.2503 10.4583 C 19.2503 9.49583 19.0945 8.57917 18.8195 7.70833 H 16.867 C 17.2153 8.56083 17.417 9.48667 17.417 10.4583 Z"
19
+ }));
22
20
  exports.Reaction = Reaction;
23
21
  //# sourceMappingURL=Reaction.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_jsxRuntime","e","__esModule","default","Reaction","color","jsx","Svg","viewBox","width","height","children","Path","fill","d","exports"],"sourceRoot":"../../../src","sources":["icons/Reaction.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,IAAAE,WAAA,GAAAF,OAAA;AAAA,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAOtC,MAAMG,QAAQ,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACvC,IAAAL,WAAA,CAAAM,GAAA,EAACP,eAAA,CAAAQ,GAAG;EAACC,OAAO,EAAC,WAAW;EAACC,KAAK,EAAE,EAAG;EAACC,MAAM,EAAE,EAAG;EAAAC,QAAA,eAC7C,IAAAX,WAAA,CAAAM,GAAA,EAACP,eAAA,CAAAa,IAAI;IACHC,IAAI,EAAER,KAAM;IACZS,CAAC,EAAC;EAAgrC,CACnrC;AAAC,CACC,CACN;AAACC,OAAA,CAAAX,QAAA,GAAAA,QAAA","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","Reaction","color","createElement","Svg","viewBox","width","height","Path","fill","d","exports"],"sourceRoot":"../../../src","sources":["icons/Reaction.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAOtC,MAAMG,QAAQ,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACvCR,MAAA,CAAAM,OAAA,CAAAG,aAAA,CAACN,eAAA,CAAAO,GAAG;EAACC,OAAO,EAAC,WAAW;EAACC,KAAK,EAAE,EAAG;EAACC,MAAM,EAAE;AAAG,gBAC7Cb,MAAA,CAAAM,OAAA,CAAAG,aAAA,CAACN,eAAA,CAAAW,IAAI;EACHC,IAAI,EAAEP,KAAM;EACZQ,CAAC,EAAC;AAAgrC,CACnrC,CACE,CACN;AAACC,OAAA,CAAAV,QAAA,GAAAA,QAAA","ignoreList":[]}
@@ -7,7 +7,6 @@ exports.ScreenShare = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
9
  var _TestIds = require("../constants/TestIds");
10
- var _jsxRuntime = require("react/jsx-runtime");
11
10
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
12
11
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
13
12
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
@@ -15,16 +14,15 @@ const ScreenShare = ({
15
14
  color,
16
15
  size
17
16
  }) => {
18
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
17
+ return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.default, {
19
18
  viewBox: '0 0 24 24',
20
19
  width: size,
21
20
  height: size,
22
- testID: _TestIds.IconTestIds.SCREEN_SHARE,
23
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
- fill: color,
25
- d: "M18.2964 1.01L8.29636 1C7.19636 1 6.29636 1.9 6.29636 3V6C6.29636 6.55 6.74636 7 7.29636 7C7.84636 7 8.29636 6.55 8.29636 6V5H18.2964V19H8.29636V18C8.29636 17.45 7.84636 17 7.29636 17C6.74636 17 6.29636 17.45 6.29636 18V21C6.29636 22.1 7.19636 23 8.29636 23H18.2964C19.3964 23 20.2964 22.1 20.2964 21V3C20.2964 1.9 19.3964 1.01 18.2964 1.01ZM11.2964 15C11.8464 15 12.2964 14.55 12.2964 14V9C12.2964 8.45 11.8464 8 11.2964 8H6.29636C5.74636 8 5.29636 8.45 5.29636 9C5.29636 9.55 5.74636 10 6.29636 10H8.88636L3.99636 14.89C3.60636 15.28 3.60636 15.91 3.99636 16.3C4.38636 16.69 5.01636 16.69 5.40636 16.3L10.2964 11.41V14C10.2964 14.55 10.7464 15 11.2964 15Z"
26
- })
27
- });
21
+ testID: _TestIds.IconTestIds.SCREEN_SHARE
22
+ }, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
23
+ fill: color,
24
+ d: "M18.2964 1.01L8.29636 1C7.19636 1 6.29636 1.9 6.29636 3V6C6.29636 6.55 6.74636 7 7.29636 7C7.84636 7 8.29636 6.55 8.29636 6V5H18.2964V19H8.29636V18C8.29636 17.45 7.84636 17 7.29636 17C6.74636 17 6.29636 17.45 6.29636 18V21C6.29636 22.1 7.19636 23 8.29636 23H18.2964C19.3964 23 20.2964 22.1 20.2964 21V3C20.2964 1.9 19.3964 1.01 18.2964 1.01ZM11.2964 15C11.8464 15 12.2964 14.55 12.2964 14V9C12.2964 8.45 11.8464 8 11.2964 8H6.29636C5.74636 8 5.29636 8.45 5.29636 9C5.29636 9.55 5.74636 10 6.29636 10H8.88636L3.99636 14.89C3.60636 15.28 3.60636 15.91 3.99636 16.3C4.38636 16.69 5.01636 16.69 5.40636 16.3L10.2964 11.41V14C10.2964 14.55 10.7464 15 11.2964 15Z"
25
+ }));
28
26
  };
29
27
  exports.ScreenShare = ScreenShare;
30
28
  //# sourceMappingURL=ScreenShare.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_TestIds","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","ScreenShare","color","size","jsx","viewBox","width","height","testID","IconTestIds","SCREEN_SHARE","children","Path","fill","d","exports"],"sourceRoot":"../../../src","sources":["icons/ScreenShare.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAEA,IAAAG,QAAA,GAAAH,OAAA;AAAmD,IAAAI,WAAA,GAAAJ,OAAA;AAAA,SAAAK,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAJ,wBAAAI,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAf,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAO5C,MAAMmB,WAAW,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,KAAK;EACrD,oBACE,IAAAvB,WAAA,CAAAwB,GAAA,EAAC3B,eAAA,CAAAU,OAAG;IACFkB,OAAO,EAAE,WAAY;IACrBC,KAAK,EAAEH,IAAK;IACZI,MAAM,EAAEJ,IAAK;IACbK,MAAM,EAAEC,oBAAW,CAACC,YAAa;IAAAC,QAAA,eAEjC,IAAA/B,WAAA,CAAAwB,GAAA,EAAC3B,eAAA,CAAAmC,IAAI;MACHC,IAAI,EAAEX,KAAM;MACZY,CAAC,EAAC;IAAmpB,CACtpB;EAAC,CACC,CAAC;AAEV,CAAC;AAACC,OAAA,CAAAd,WAAA,GAAAA,WAAA","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_TestIds","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","ScreenShare","color","size","createElement","viewBox","width","height","testID","IconTestIds","SCREEN_SHARE","Path","fill","d","exports"],"sourceRoot":"../../../src","sources":["icons/ScreenShare.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAEA,IAAAG,QAAA,GAAAH,OAAA;AAAmD,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAO5C,MAAMmB,WAAW,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,KAAK;EACrD,oBACE5B,MAAA,CAAAY,OAAA,CAAAiB,aAAA,CAAC1B,eAAA,CAAAS,OAAG;IACFkB,OAAO,EAAE,WAAY;IACrBC,KAAK,EAAEH,IAAK;IACZI,MAAM,EAAEJ,IAAK;IACbK,MAAM,EAAEC,oBAAW,CAACC;EAAa,gBAEjCnC,MAAA,CAAAY,OAAA,CAAAiB,aAAA,CAAC1B,eAAA,CAAAiC,IAAI;IACHC,IAAI,EAAEV,KAAM;IACZW,CAAC,EAAC;EAAmpB,CACtpB,CACE,CAAC;AAEV,CAAC;AAACC,OAAA,CAAAb,WAAA,GAAAA,WAAA","ignoreList":[]}
@@ -7,34 +7,31 @@ exports.ScreenShareIndicator = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
9
  var _TestIds = require("../constants/TestIds");
10
- var _jsxRuntime = require("react/jsx-runtime");
11
10
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
12
11
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
13
12
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
14
13
  const ScreenShareIndicator = ({
15
14
  color
16
15
  }) => {
17
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
16
+ return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.default, {
18
17
  viewBox: "0 0 24 24",
19
- testID: _TestIds.IconTestIds.SCREEN_SHARE_INDICATOR,
20
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Mask, {
21
- id: "path-1-inside-1_1396_84816",
22
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
- fillRule: "evenodd",
24
- clipRule: "evenodd",
25
- d: "M 2 6.68176 C 2 5.57719 2.89543 4.68176 4 4.68176 H 20 C 21.1046 4.68176 22 5.57719 22 6.68176 V 16.3181 C 22 17.4227 21.1046 18.3181 20 18.3181 H 4 C 2.89543 18.3181 2 17.4227 2 16.3181 V 6.68176 Z M 10.4209 11.5243 L 8.3635 11.5 L 11.9999 7.25755 L 15.6362 11.5 L 13.5065 11.5247 V 15.7424 L 10.4209 15.7424 V 11.5243 Z"
26
- })
27
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
28
- fill: color,
29
- fillRule: "evenodd",
30
- clipRule: "evenodd",
31
- d: "M 2 6.68176 C 2 5.57719 2.89543 4.68176 4 4.68176 H 20 C 21.1046 4.68176 22 5.57719 22 6.68176 V 16.3181 C 22 17.4227 21.1046 18.3181 20 18.3181 H 4 C 2.89543 18.3181 2 17.4227 2 16.3181 V 6.68176 Z M 10.4209 11.5243 L 8.3635 11.5 L 11.9999 7.25755 L 15.6362 11.5 L 13.5065 11.5247 V 15.7424 L 10.4209 15.7424 V 11.5243 Z"
32
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
33
- mask: "url(#path-1-inside-1_1396_84816)",
34
- fill: color,
35
- d: "M 8.3635 11.5 L 6.84499 10.1984 L 4.05865 13.4491 L 8.33982 13.4998 L 8.3635 11.5 Z M 10.4209 11.5243 H 12.4209 V 9.54789 L 10.4446 9.52449 L 10.4209 11.5243 Z M 11.9999 7.25755 L 13.5184 5.95597 L 11.9999 4.18437 L 10.4814 5.95597 L 11.9999 7.25755 Z M 15.6362 11.5 L 15.6594 13.4998 L 19.9419 13.4501 L 17.1547 10.1984 L 15.6362 11.5 Z M 13.5065 11.5247 L 13.4833 9.52483 L 11.5065 9.54778 V 11.5247 H 13.5065 Z M 13.5065 15.7424 L 13.5065 17.7424 L 15.5065 17.7424 V 15.7424 H 13.5065 Z M 10.4209 15.7424 H 8.42094 V 17.7424 H 10.4209 L 10.4209 15.7424 Z M 4 2.68176 C 1.79086 2.68176 0 4.47263 0 6.68176 H 4 V 6.68176 V 2.68176 Z M 20 2.68176 H 4 V 6.68176 H 20 V 2.68176 Z M 24 6.68176 C 24 4.47262 22.2091 2.68176 20 2.68176 V 6.68176 H 24 Z M 24 16.3181 V 6.68176 H 20 V 16.3181 H 24 Z M 20 20.3181 C 22.2091 20.3181 24 18.5273 24 16.3181 H 20 V 16.3181 V 20.3181 Z M 4 20.3181 H 20 V 16.3181 H 4 V 20.3181 Z M 0 16.3181 C 0 18.5273 1.79086 20.3181 4 20.3181 V 16.3181 H 4 H 0 Z M 0 6.68176 V 16.3181 H 4 V 6.68176 H 0 Z M 8.33982 13.4998 L 10.3973 13.5242 L 10.4446 9.52449 L 8.38719 9.50012 L 8.33982 13.4998 Z M 10.4814 5.95597 L 6.84499 10.1984 L 9.88202 12.8016 L 13.5184 8.55913 L 10.4814 5.95597 Z M 17.1547 10.1984 L 13.5184 5.95597 L 10.4814 8.55913 L 14.1177 12.8016 L 17.1547 10.1984 Z M 13.5297 13.5246 L 15.6594 13.4998 L 15.613 9.50011 L 13.4833 9.52483 L 13.5297 13.5246 Z M 11.5065 11.5247 V 15.7424 H 15.5065 V 11.5247 H 11.5065 Z M 13.5065 13.7424 L 10.4209 13.7424 L 10.4209 17.7424 L 13.5065 17.7424 L 13.5065 13.7424 Z M 12.4209 15.7424 V 11.5243 H 8.42094 V 15.7424 H 12.4209 Z"
36
- })]
37
- });
18
+ testID: _TestIds.IconTestIds.SCREEN_SHARE_INDICATOR
19
+ }, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Mask, {
20
+ id: "path-1-inside-1_1396_84816"
21
+ }, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M 2 6.68176 C 2 5.57719 2.89543 4.68176 4 4.68176 H 20 C 21.1046 4.68176 22 5.57719 22 6.68176 V 16.3181 C 22 17.4227 21.1046 18.3181 20 18.3181 H 4 C 2.89543 18.3181 2 17.4227 2 16.3181 V 6.68176 Z M 10.4209 11.5243 L 8.3635 11.5 L 11.9999 7.25755 L 15.6362 11.5 L 13.5065 11.5247 V 15.7424 L 10.4209 15.7424 V 11.5243 Z"
25
+ })), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
26
+ fill: color,
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M 2 6.68176 C 2 5.57719 2.89543 4.68176 4 4.68176 H 20 C 21.1046 4.68176 22 5.57719 22 6.68176 V 16.3181 C 22 17.4227 21.1046 18.3181 20 18.3181 H 4 C 2.89543 18.3181 2 17.4227 2 16.3181 V 6.68176 Z M 10.4209 11.5243 L 8.3635 11.5 L 11.9999 7.25755 L 15.6362 11.5 L 13.5065 11.5247 V 15.7424 L 10.4209 15.7424 V 11.5243 Z"
30
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
31
+ mask: "url(#path-1-inside-1_1396_84816)",
32
+ fill: color,
33
+ d: "M 8.3635 11.5 L 6.84499 10.1984 L 4.05865 13.4491 L 8.33982 13.4998 L 8.3635 11.5 Z M 10.4209 11.5243 H 12.4209 V 9.54789 L 10.4446 9.52449 L 10.4209 11.5243 Z M 11.9999 7.25755 L 13.5184 5.95597 L 11.9999 4.18437 L 10.4814 5.95597 L 11.9999 7.25755 Z M 15.6362 11.5 L 15.6594 13.4998 L 19.9419 13.4501 L 17.1547 10.1984 L 15.6362 11.5 Z M 13.5065 11.5247 L 13.4833 9.52483 L 11.5065 9.54778 V 11.5247 H 13.5065 Z M 13.5065 15.7424 L 13.5065 17.7424 L 15.5065 17.7424 V 15.7424 H 13.5065 Z M 10.4209 15.7424 H 8.42094 V 17.7424 H 10.4209 L 10.4209 15.7424 Z M 4 2.68176 C 1.79086 2.68176 0 4.47263 0 6.68176 H 4 V 6.68176 V 2.68176 Z M 20 2.68176 H 4 V 6.68176 H 20 V 2.68176 Z M 24 6.68176 C 24 4.47262 22.2091 2.68176 20 2.68176 V 6.68176 H 24 Z M 24 16.3181 V 6.68176 H 20 V 16.3181 H 24 Z M 20 20.3181 C 22.2091 20.3181 24 18.5273 24 16.3181 H 20 V 16.3181 V 20.3181 Z M 4 20.3181 H 20 V 16.3181 H 4 V 20.3181 Z M 0 16.3181 C 0 18.5273 1.79086 20.3181 4 20.3181 V 16.3181 H 4 H 0 Z M 0 6.68176 V 16.3181 H 4 V 6.68176 H 0 Z M 8.33982 13.4998 L 10.3973 13.5242 L 10.4446 9.52449 L 8.38719 9.50012 L 8.33982 13.4998 Z M 10.4814 5.95597 L 6.84499 10.1984 L 9.88202 12.8016 L 13.5184 8.55913 L 10.4814 5.95597 Z M 17.1547 10.1984 L 13.5184 5.95597 L 10.4814 8.55913 L 14.1177 12.8016 L 17.1547 10.1984 Z M 13.5297 13.5246 L 15.6594 13.4998 L 15.613 9.50011 L 13.4833 9.52483 L 13.5297 13.5246 Z M 11.5065 11.5247 V 15.7424 H 15.5065 V 11.5247 H 11.5065 Z M 13.5065 13.7424 L 10.4209 13.7424 L 10.4209 17.7424 L 13.5065 17.7424 L 13.5065 13.7424 Z M 12.4209 15.7424 V 11.5243 H 8.42094 V 15.7424 H 12.4209 Z"
34
+ }));
38
35
  };
39
36
  exports.ScreenShareIndicator = ScreenShareIndicator;
40
37
  //# sourceMappingURL=ScreenShareIndicator.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_TestIds","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","ScreenShareIndicator","color","jsxs","viewBox","testID","IconTestIds","SCREEN_SHARE_INDICATOR","children","jsx","Mask","id","Path","fillRule","clipRule","d","fill","mask","exports"],"sourceRoot":"../../../src","sources":["icons/ScreenShareIndicator.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAEA,IAAAG,QAAA,GAAAH,OAAA;AAAmD,IAAAI,WAAA,GAAAJ,OAAA;AAAA,SAAAK,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAJ,wBAAAI,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAf,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAM5C,MAAMmB,oBAAoB,GAAGA,CAAC;EAAEC;AAAa,CAAC,KAAK;EACxD,oBACE,IAAAtB,WAAA,CAAAuB,IAAA,EAAC1B,eAAA,CAAAU,OAAG;IAACiB,OAAO,EAAC,WAAW;IAACC,MAAM,EAAEC,oBAAW,CAACC,sBAAuB;IAAAC,QAAA,gBAClE,IAAA5B,WAAA,CAAA6B,GAAA,EAAChC,eAAA,CAAAiC,IAAI;MAACC,EAAE,EAAC,4BAA4B;MAAAH,QAAA,eACnC,IAAA5B,WAAA,CAAA6B,GAAA,EAAChC,eAAA,CAAAmC,IAAI;QACHC,QAAQ,EAAC,SAAS;QAClBC,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC;MAAmU,CACtU;IAAC,CACE,CAAC,eAEP,IAAAnC,WAAA,CAAA6B,GAAA,EAAChC,eAAA,CAAAmC,IAAI;MACHI,IAAI,EAAEd,KAAM;MACZW,QAAQ,EAAC,SAAS;MAClBC,QAAQ,EAAC,SAAS;MAClBC,CAAC,EAAC;IAAmU,CACtU,CAAC,eACF,IAAAnC,WAAA,CAAA6B,GAAA,EAAChC,eAAA,CAAAmC,IAAI;MACHK,IAAI,EAAC,kCAAkC;MACvCD,IAAI,EAAEd,KAAM;MACZa,CAAC,EAAC;IAAwkD,CAC3kD,CAAC;EAAA,CACC,CAAC;AAEV,CAAC;AAACG,OAAA,CAAAjB,oBAAA,GAAAA,oBAAA","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_TestIds","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","ScreenShareIndicator","color","createElement","viewBox","testID","IconTestIds","SCREEN_SHARE_INDICATOR","Mask","id","Path","fillRule","clipRule","d","fill","mask","exports"],"sourceRoot":"../../../src","sources":["icons/ScreenShareIndicator.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAEA,IAAAG,QAAA,GAAAH,OAAA;AAAmD,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAM5C,MAAMmB,oBAAoB,GAAGA,CAAC;EAAEC;AAAa,CAAC,KAAK;EACxD,oBACE3B,MAAA,CAAAY,OAAA,CAAAgB,aAAA,CAACzB,eAAA,CAAAS,OAAG;IAACiB,OAAO,EAAC,WAAW;IAACC,MAAM,EAAEC,oBAAW,CAACC;EAAuB,gBAClEhC,MAAA,CAAAY,OAAA,CAAAgB,aAAA,CAACzB,eAAA,CAAA8B,IAAI;IAACC,EAAE,EAAC;EAA4B,gBACnClC,MAAA,CAAAY,OAAA,CAAAgB,aAAA,CAACzB,eAAA,CAAAgC,IAAI;IACHC,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC;EAAmU,CACtU,CACG,CAAC,eAEPtC,MAAA,CAAAY,OAAA,CAAAgB,aAAA,CAACzB,eAAA,CAAAgC,IAAI;IACHI,IAAI,EAAEZ,KAAM;IACZS,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC;EAAmU,CACtU,CAAC,eACFtC,MAAA,CAAAY,OAAA,CAAAgB,aAAA,CAACzB,eAAA,CAAAgC,IAAI;IACHK,IAAI,EAAC,kCAAkC;IACvCD,IAAI,EAAEZ,KAAM;IACZW,CAAC,EAAC;EAAwkD,CAC3kD,CACE,CAAC;AAEV,CAAC;AAACG,OAAA,CAAAf,oBAAA,GAAAA,oBAAA","ignoreList":[]}
@@ -6,20 +6,18 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.Settings = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
- var _jsxRuntime = require("react/jsx-runtime");
10
9
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
11
10
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
12
11
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
12
  const Settings = ({
14
13
  color
15
14
  }) => {
16
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
15
+ return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.default, {
17
16
  viewBox: "0 0 24 24",
18
- fill: color,
19
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
20
- d: "M3.34 17a10.017 10.017 0 01-.978-2.326 3 3 0 00.002-5.347A9.99 9.99 0 014.865 4.99a3 3 0 004.631-2.674 9.99 9.99 0 015.007.002 3 3 0 004.632 2.672A9.99 9.99 0 0120.66 7c.433.749.757 1.53.978 2.326a3 3 0 00-.002 5.347 9.991 9.991 0 01-2.5 4.337 3 3 0 00-4.632 2.674 9.99 9.99 0 01-5.007-.002 3 3 0 00-4.632-2.672A10.02 10.02 0 013.34 17zm5.66.196a4.993 4.993 0 012.25 2.77c.5.047 1 .048 1.5 0a4.993 4.993 0 012.25-2.77 4.993 4.993 0 013.525-.564c.29-.408.54-.843.748-1.298A4.993 4.993 0 0118 12c0-1.26.47-2.437 1.273-3.334-.21-.455-.46-.89-.75-1.298A4.993 4.993 0 0115 6.804a4.992 4.992 0 01-2.25-2.77c-.499-.047-1-.048-1.499-.001a4.993 4.993 0 01-2.25 2.77 4.993 4.993 0 01-3.526.565 7.99 7.99 0 00-.748 1.298A4.993 4.993 0 016 12a4.99 4.99 0 01-1.273 3.334c.21.455.46.89.75 1.298A4.993 4.993 0 019 17.196zM12 15a3 3 0 110-6 3 3 0 010 6zm0-2a1 1 0 100-2 1 1 0 000 2z"
21
- })
22
- });
17
+ fill: color
18
+ }, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
19
+ d: "M3.34 17a10.017 10.017 0 01-.978-2.326 3 3 0 00.002-5.347A9.99 9.99 0 014.865 4.99a3 3 0 004.631-2.674 9.99 9.99 0 015.007.002 3 3 0 004.632 2.672A9.99 9.99 0 0120.66 7c.433.749.757 1.53.978 2.326a3 3 0 00-.002 5.347 9.991 9.991 0 01-2.5 4.337 3 3 0 00-4.632 2.674 9.99 9.99 0 01-5.007-.002 3 3 0 00-4.632-2.672A10.02 10.02 0 013.34 17zm5.66.196a4.993 4.993 0 012.25 2.77c.5.047 1 .048 1.5 0a4.993 4.993 0 012.25-2.77 4.993 4.993 0 013.525-.564c.29-.408.54-.843.748-1.298A4.993 4.993 0 0118 12c0-1.26.47-2.437 1.273-3.334-.21-.455-.46-.89-.75-1.298A4.993 4.993 0 0115 6.804a4.992 4.992 0 01-2.25-2.77c-.499-.047-1-.048-1.499-.001a4.993 4.993 0 01-2.25 2.77 4.993 4.993 0 01-3.526.565 7.99 7.99 0 00-.748 1.298A4.993 4.993 0 016 12a4.99 4.99 0 01-1.273 3.334c.21.455.46.89.75 1.298A4.993 4.993 0 019 17.196zM12 15a3 3 0 110-6 3 3 0 010 6zm0-2a1 1 0 100-2 1 1 0 000 2z"
20
+ }));
23
21
  };
24
22
  exports.Settings = Settings;
25
23
  //# sourceMappingURL=Settings.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","Settings","color","jsx","viewBox","fill","children","Path","d","exports"],"sourceRoot":"../../../src","sources":["icons/Settings.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA6C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAMtC,MAAMmB,QAAQ,GAAGA,CAAC;EAAEC;AAAa,CAAC,KAAK;EAC5C,oBACE,IAAAtB,WAAA,CAAAuB,GAAA,EAACzB,eAAA,CAAAS,OAAG;IAACiB,OAAO,EAAC,WAAW;IAACC,IAAI,EAAEH,KAAM;IAAAI,QAAA,eACnC,IAAA1B,WAAA,CAAAuB,GAAA,EAACzB,eAAA,CAAA6B,IAAI;MAACC,CAAC,EAAC;IAAo2B,CAAE;EAAC,CAC52B,CAAC;AAEV,CAAC;AAACC,OAAA,CAAAR,QAAA,GAAAA,QAAA","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","Settings","color","createElement","viewBox","fill","Path","d","exports"],"sourceRoot":"../../../src","sources":["icons/Settings.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA6C,SAAAG,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAF,wBAAAE,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAb,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAMtC,MAAMmB,QAAQ,GAAGA,CAAC;EAAEC;AAAa,CAAC,KAAK;EAC5C,oBACE1B,MAAA,CAAAW,OAAA,CAAAgB,aAAA,CAACxB,eAAA,CAAAQ,OAAG;IAACiB,OAAO,EAAC,WAAW;IAACC,IAAI,EAAEH;EAAM,gBACnC1B,MAAA,CAAAW,OAAA,CAAAgB,aAAA,CAACxB,eAAA,CAAA2B,IAAI;IAACC,CAAC,EAAC;EAAo2B,CAAE,CAC32B,CAAC;AAEV,CAAC;AAACC,OAAA,CAAAP,QAAA,GAAAA,QAAA","ignoreList":[]}
@@ -6,17 +6,15 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.ShieldBadge = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNativeSvg = require("react-native-svg");
9
- var _jsxRuntime = require("react/jsx-runtime");
10
9
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
10
  const ShieldBadge = () => {
12
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
11
+ return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
13
12
  viewBox: "0 0 9 10",
14
- fill: "none",
15
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
16
- d: "M2.79919 8.79157L4.02014 9.63654C4.22869 9.7774 4.49664 9.7774 4.70498 9.63654L5.92594 8.79157C7.6828 7.5523 8.75481 5.60898 8.75481 3.52489V1.60984C8.75481 1.35641 8.57617 1.13107 8.30822 1.07467L4.3774 0.257812L0.446587 1.07447C0.178632 1.13085 0 1.35619 0 1.60964V3.52469C0 5.60888 1.04233 7.58057 2.79919 8.79157ZM2.56093 4.05991L3.69256 5.13019L6.16414 2.79258L7.05753 3.63755L3.72223 6.82014L1.69742 4.90488L2.56093 4.05991Z",
17
- fill: "#00E2A1"
18
- })
19
- });
13
+ fill: "none"
14
+ }, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
15
+ d: "M2.79919 8.79157L4.02014 9.63654C4.22869 9.7774 4.49664 9.7774 4.70498 9.63654L5.92594 8.79157C7.6828 7.5523 8.75481 5.60898 8.75481 3.52489V1.60984C8.75481 1.35641 8.57617 1.13107 8.30822 1.07467L4.3774 0.257812L0.446587 1.07447C0.178632 1.13085 0 1.35619 0 1.60964V3.52469C0 5.60888 1.04233 7.58057 2.79919 8.79157ZM2.56093 4.05991L3.69256 5.13019L6.16414 2.79258L7.05753 3.63755L3.72223 6.82014L1.69742 4.90488L2.56093 4.05991Z",
16
+ fill: "#00E2A1"
17
+ }));
20
18
  };
21
19
  exports.ShieldBadge = ShieldBadge;
22
20
  //# sourceMappingURL=ShieldBadge.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_jsxRuntime","e","__esModule","default","ShieldBadge","jsx","Svg","viewBox","fill","children","Path","d","exports"],"sourceRoot":"../../../src","sources":["icons/ShieldBadge.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,IAAAE,WAAA,GAAAF,OAAA;AAAA,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEtC,MAAMG,WAAW,GAAGA,CAAA,KAAM;EAC/B,oBACE,IAAAJ,WAAA,CAAAK,GAAA,EAACN,eAAA,CAAAO,GAAG;IAACC,OAAO,EAAC,UAAU;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eACjC,IAAAT,WAAA,CAAAK,GAAA,EAACN,eAAA,CAAAW,IAAI;MACHC,CAAC,EAAC,gbAAgb;MAClbH,IAAI,EAAC;IAAS,CACf;EAAC,CACC,CAAC;AAEV,CAAC;AAACI,OAAA,CAAAR,WAAA,GAAAA,WAAA","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","ShieldBadge","createElement","Svg","viewBox","fill","Path","d","exports"],"sourceRoot":"../../../src","sources":["icons/ShieldBadge.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEtC,MAAMG,WAAW,GAAGA,CAAA,KAAM;EAC/B,oBACEP,MAAA,CAAAM,OAAA,CAAAE,aAAA,CAACL,eAAA,CAAAM,GAAG;IAACC,OAAO,EAAC,UAAU;IAACC,IAAI,EAAC;EAAM,gBACjCX,MAAA,CAAAM,OAAA,CAAAE,aAAA,CAACL,eAAA,CAAAS,IAAI;IACHC,CAAC,EAAC,gbAAgb;IAClbF,IAAI,EAAC;EAAS,CACf,CACE,CAAC;AAEV,CAAC;AAACG,OAAA,CAAAP,WAAA,GAAAA,WAAA","ignoreList":[]}
@@ -6,18 +6,16 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.SpotLight = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNativeSvg = require("react-native-svg");
9
- var _jsxRuntime = require("react/jsx-runtime");
10
9
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
10
  const SpotLight = ({
12
11
  color
13
- }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
14
- viewBox: "0 0 24 24",
15
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
16
- fill: color,
17
- fillRule: "evenodd",
18
- clipRule: "evenodd",
19
- d: "M 12 22 C 17.5228 22 22 17.5228 22 12 C 22 6.47715 17.5228 2 12 2 C 6.47715 2 2 6.47715 2 12 C 2 17.5228 6.47715 22 12 22 Z M 12 24 C 18.6274 24 24 18.6274 24 12 C 24 5.37258 18.6274 0 12 0 C 5.37258 0 0 5.37258 0 12 C 0 18.6274 5.37258 24 12 24 Z"
20
- })
21
- });
12
+ }) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
13
+ viewBox: "0 0 24 24"
14
+ }, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
15
+ fill: color,
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M 12 22 C 17.5228 22 22 17.5228 22 12 C 22 6.47715 17.5228 2 12 2 C 6.47715 2 2 6.47715 2 12 C 2 17.5228 6.47715 22 12 22 Z M 12 24 C 18.6274 24 24 18.6274 24 12 C 24 5.37258 18.6274 0 12 0 C 5.37258 0 0 5.37258 0 12 C 0 18.6274 5.37258 24 12 24 Z"
19
+ }));
22
20
  exports.SpotLight = SpotLight;
23
21
  //# sourceMappingURL=Spotlight.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_jsxRuntime","e","__esModule","default","SpotLight","color","jsx","Svg","viewBox","children","Path","fill","fillRule","clipRule","d","exports"],"sourceRoot":"../../../src","sources":["icons/Spotlight.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,IAAAE,WAAA,GAAAF,OAAA;AAAA,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAOtC,MAAMG,SAAS,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACxC,IAAAL,WAAA,CAAAM,GAAA,EAACP,eAAA,CAAAQ,GAAG;EAACC,OAAO,EAAC,WAAW;EAAAC,QAAA,eACtB,IAAAT,WAAA,CAAAM,GAAA,EAACP,eAAA,CAAAW,IAAI;IACHC,IAAI,EAAEN,KAAM;IACZO,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC;EAAyP,CAC5P;AAAC,CACC,CACN;AAACC,OAAA,CAAAX,SAAA,GAAAA,SAAA","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","SpotLight","color","createElement","Svg","viewBox","Path","fill","fillRule","clipRule","d","exports"],"sourceRoot":"../../../src","sources":["icons/Spotlight.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAOtC,MAAMG,SAAS,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACxCR,MAAA,CAAAM,OAAA,CAAAG,aAAA,CAACN,eAAA,CAAAO,GAAG;EAACC,OAAO,EAAC;AAAW,gBACtBX,MAAA,CAAAM,OAAA,CAAAG,aAAA,CAACN,eAAA,CAAAS,IAAI;EACHC,IAAI,EAAEL,KAAM;EACZM,QAAQ,EAAC,SAAS;EAClBC,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC;AAAyP,CAC5P,CACE,CACN;AAACC,OAAA,CAAAV,SAAA,GAAAA,SAAA","ignoreList":[]}